diff --git a/.gitattributes b/.gitattributes index b7b834643..f7b241023 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary +*.gif binary *.otf binary *.eot binary *.svg binary diff --git a/public/css/app.css b/public/css/app.css index 6d0fe34f9..e18478f4e 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -414,7 +414,7 @@ /* -! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com +! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com */ /* @@ -582,6 +582,7 @@ select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ + font-weight: inherit; /* 1 */ line-height: inherit; /* 1 */ color: inherit; /* 1 */ margin: 0; /* 2 */ @@ -801,14 +802,6 @@ video { height: auto; } -/* -Ensure the default browser behavior of the `hidden` attribute. -*/ - -[hidden] { - display: none; -} - [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{ -webkit-appearance: none; -moz-appearance: none; @@ -1443,7 +1436,8 @@ table thead a{ background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))); background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0)); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); --tw-gradient-to: #424242; background-size: 0 2px; background-position: 0 100%; @@ -1617,6 +1611,102 @@ input[type="date"]::-webkit-inner-spin-button, } *, ::before, ::after{ + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(0 110 166 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; +} + +::-webkit-backdrop{ + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(0 110 166 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; +} + +::backdrop{ + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; @@ -8121,6 +8211,578 @@ input[type="date"]::-webkit-inner-spin-button, .border-separate{ border-collapse: separate; } +.border-spacing-0{ + --tw-border-spacing-x: 0px; + --tw-border-spacing-y: 0px; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-1{ + --tw-border-spacing-x: 0.25rem; + --tw-border-spacing-y: 0.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-2{ + --tw-border-spacing-x: 0.5rem; + --tw-border-spacing-y: 0.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-3{ + --tw-border-spacing-x: 0.75rem; + --tw-border-spacing-y: 0.75rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-4{ + --tw-border-spacing-x: 1rem; + --tw-border-spacing-y: 1rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-5{ + --tw-border-spacing-x: 1.25rem; + --tw-border-spacing-y: 1.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-6{ + --tw-border-spacing-x: 1.5rem; + --tw-border-spacing-y: 1.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-7{ + --tw-border-spacing-x: 1.75rem; + --tw-border-spacing-y: 1.75rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-8{ + --tw-border-spacing-x: 2rem; + --tw-border-spacing-y: 2rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-9{ + --tw-border-spacing-x: 2.25rem; + --tw-border-spacing-y: 2.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-10{ + --tw-border-spacing-x: 2.5rem; + --tw-border-spacing-y: 2.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-11{ + --tw-border-spacing-x: 2.75rem; + --tw-border-spacing-y: 2.75rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-12{ + --tw-border-spacing-x: 3rem; + --tw-border-spacing-y: 3rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-14{ + --tw-border-spacing-x: 3.5rem; + --tw-border-spacing-y: 3.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-16{ + --tw-border-spacing-x: 4rem; + --tw-border-spacing-y: 4rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-20{ + --tw-border-spacing-x: 5rem; + --tw-border-spacing-y: 5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-24{ + --tw-border-spacing-x: 6rem; + --tw-border-spacing-y: 6rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-28{ + --tw-border-spacing-x: 7rem; + --tw-border-spacing-y: 7rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-31{ + --tw-border-spacing-x: 30.938rem; + --tw-border-spacing-y: 30.938rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-32{ + --tw-border-spacing-x: 8rem; + --tw-border-spacing-y: 8rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-33{ + --tw-border-spacing-x: 8.5rem; + --tw-border-spacing-y: 8.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-36{ + --tw-border-spacing-x: 9rem; + --tw-border-spacing-y: 9rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-37{ + --tw-border-spacing-x: 9.25rem; + --tw-border-spacing-y: 9.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-40{ + --tw-border-spacing-x: 10rem; + --tw-border-spacing-y: 10rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-44{ + --tw-border-spacing-x: 11rem; + --tw-border-spacing-y: 11rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-46{ + --tw-border-spacing-x: 46.875rem; + --tw-border-spacing-y: 46.875rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-48{ + --tw-border-spacing-x: 12rem; + --tw-border-spacing-y: 12rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-52{ + --tw-border-spacing-x: 13rem; + --tw-border-spacing-y: 13rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-56{ + --tw-border-spacing-x: 14rem; + --tw-border-spacing-y: 14rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-60{ + --tw-border-spacing-x: 15rem; + --tw-border-spacing-y: 15rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-64{ + --tw-border-spacing-x: 16rem; + --tw-border-spacing-y: 16rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-72{ + --tw-border-spacing-x: 18rem; + --tw-border-spacing-y: 18rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-80{ + --tw-border-spacing-x: 20rem; + --tw-border-spacing-y: 20rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-96{ + --tw-border-spacing-x: 24rem; + --tw-border-spacing-y: 24rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-px{ + --tw-border-spacing-x: 1px; + --tw-border-spacing-y: 1px; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-0\.5{ + --tw-border-spacing-x: 0.125rem; + --tw-border-spacing-y: 0.125rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-1\.5{ + --tw-border-spacing-x: 0.375rem; + --tw-border-spacing-y: 0.375rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-2\.5{ + --tw-border-spacing-x: 0.625rem; + --tw-border-spacing-y: 0.625rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-3\.5{ + --tw-border-spacing-x: 0.875rem; + --tw-border-spacing-y: 0.875rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-modal{ + --tw-border-spacing-x: 610px; + --tw-border-spacing-y: 610px; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-5\.5{ + --tw-border-spacing-x: 1.30rem; + --tw-border-spacing-y: 1.30rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-9\.5{ + --tw-border-spacing-x: 2.45rem; + --tw-border-spacing-y: 2.45rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-12\.5{ + --tw-border-spacing-x: 3.2rem; + --tw-border-spacing-y: 3.2rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-32\.5{ + --tw-border-spacing-x: 8.5rem; + --tw-border-spacing-y: 8.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-0{ + --tw-border-spacing-x: 0px; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-1{ + --tw-border-spacing-x: 0.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-2{ + --tw-border-spacing-x: 0.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-3{ + --tw-border-spacing-x: 0.75rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-4{ + --tw-border-spacing-x: 1rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-5{ + --tw-border-spacing-x: 1.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-6{ + --tw-border-spacing-x: 1.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-7{ + --tw-border-spacing-x: 1.75rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-8{ + --tw-border-spacing-x: 2rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-9{ + --tw-border-spacing-x: 2.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-10{ + --tw-border-spacing-x: 2.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-11{ + --tw-border-spacing-x: 2.75rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-12{ + --tw-border-spacing-x: 3rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-14{ + --tw-border-spacing-x: 3.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-16{ + --tw-border-spacing-x: 4rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-20{ + --tw-border-spacing-x: 5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-24{ + --tw-border-spacing-x: 6rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-28{ + --tw-border-spacing-x: 7rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-31{ + --tw-border-spacing-x: 30.938rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-32{ + --tw-border-spacing-x: 8rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-33{ + --tw-border-spacing-x: 8.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-36{ + --tw-border-spacing-x: 9rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-37{ + --tw-border-spacing-x: 9.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-40{ + --tw-border-spacing-x: 10rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-44{ + --tw-border-spacing-x: 11rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-46{ + --tw-border-spacing-x: 46.875rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-48{ + --tw-border-spacing-x: 12rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-52{ + --tw-border-spacing-x: 13rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-56{ + --tw-border-spacing-x: 14rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-60{ + --tw-border-spacing-x: 15rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-64{ + --tw-border-spacing-x: 16rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-72{ + --tw-border-spacing-x: 18rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-80{ + --tw-border-spacing-x: 20rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-96{ + --tw-border-spacing-x: 24rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-px{ + --tw-border-spacing-x: 1px; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-0\.5{ + --tw-border-spacing-x: 0.125rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-1\.5{ + --tw-border-spacing-x: 0.375rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-2\.5{ + --tw-border-spacing-x: 0.625rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-3\.5{ + --tw-border-spacing-x: 0.875rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-modal{ + --tw-border-spacing-x: 610px; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-5\.5{ + --tw-border-spacing-x: 1.30rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-9\.5{ + --tw-border-spacing-x: 2.45rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-12\.5{ + --tw-border-spacing-x: 3.2rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-x-32\.5{ + --tw-border-spacing-x: 8.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-0{ + --tw-border-spacing-y: 0px; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-1{ + --tw-border-spacing-y: 0.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-2{ + --tw-border-spacing-y: 0.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-3{ + --tw-border-spacing-y: 0.75rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-4{ + --tw-border-spacing-y: 1rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-5{ + --tw-border-spacing-y: 1.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-6{ + --tw-border-spacing-y: 1.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-7{ + --tw-border-spacing-y: 1.75rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-8{ + --tw-border-spacing-y: 2rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-9{ + --tw-border-spacing-y: 2.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-10{ + --tw-border-spacing-y: 2.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-11{ + --tw-border-spacing-y: 2.75rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-12{ + --tw-border-spacing-y: 3rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-14{ + --tw-border-spacing-y: 3.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-16{ + --tw-border-spacing-y: 4rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-20{ + --tw-border-spacing-y: 5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-24{ + --tw-border-spacing-y: 6rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-28{ + --tw-border-spacing-y: 7rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-31{ + --tw-border-spacing-y: 30.938rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-32{ + --tw-border-spacing-y: 8rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-33{ + --tw-border-spacing-y: 8.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-36{ + --tw-border-spacing-y: 9rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-37{ + --tw-border-spacing-y: 9.25rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-40{ + --tw-border-spacing-y: 10rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-44{ + --tw-border-spacing-y: 11rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-46{ + --tw-border-spacing-y: 46.875rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-48{ + --tw-border-spacing-y: 12rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-52{ + --tw-border-spacing-y: 13rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-56{ + --tw-border-spacing-y: 14rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-60{ + --tw-border-spacing-y: 15rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-64{ + --tw-border-spacing-y: 16rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-72{ + --tw-border-spacing-y: 18rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-80{ + --tw-border-spacing-y: 20rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-96{ + --tw-border-spacing-y: 24rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-px{ + --tw-border-spacing-y: 1px; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-0\.5{ + --tw-border-spacing-y: 0.125rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-1\.5{ + --tw-border-spacing-y: 0.375rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-2\.5{ + --tw-border-spacing-y: 0.625rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-3\.5{ + --tw-border-spacing-y: 0.875rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-modal{ + --tw-border-spacing-y: 610px; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-5\.5{ + --tw-border-spacing-y: 1.30rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-9\.5{ + --tw-border-spacing-y: 2.45rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-12\.5{ + --tw-border-spacing-y: 3.2rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} +.border-spacing-y-32\.5{ + --tw-border-spacing-y: 8.5rem; + border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); +} .origin-center{ -webkit-transform-origin: center; transform-origin: center; @@ -13519,6 +14181,9 @@ input[type="date"]::-webkit-inner-spin-button, .grid-flow-col{ grid-auto-flow: column; } +.grid-flow-dense{ + grid-auto-flow: dense; +} .grid-flow-row-dense{ grid-auto-flow: row dense; } @@ -16275,6 +16940,12066 @@ input[type="date"]::-webkit-inner-spin-button, --tw-divide-opacity: 1; border-color: rgb(147 95 7 / var(--tw-divide-opacity)); } +.divide-transparent\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0); +} +.divide-transparent\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.05); +} +.divide-transparent\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.1); +} +.divide-transparent\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.2); +} +.divide-transparent\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.25); +} +.divide-transparent\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.3); +} +.divide-transparent\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.4); +} +.divide-transparent\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.5); +} +.divide-transparent\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.6); +} +.divide-transparent\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.7); +} +.divide-transparent\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.75); +} +.divide-transparent\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.8); +} +.divide-transparent\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.9); +} +.divide-transparent\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.95); +} +.divide-transparent\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 1); +} +.divide-black-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0); +} +.divide-black-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.05); +} +.divide-black-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.1); +} +.divide-black-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.2); +} +.divide-black-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.25); +} +.divide-black-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.3); +} +.divide-black-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.4); +} +.divide-black-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.5); +} +.divide-black-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.6); +} +.divide-black-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.7); +} +.divide-black-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.75); +} +.divide-black-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.8); +} +.divide-black-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.9); +} +.divide-black-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 0.95); +} +.divide-black-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(246 246 246 / 1); +} +.divide-black-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0); +} +.divide-black-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.05); +} +.divide-black-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.1); +} +.divide-black-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.2); +} +.divide-black-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.25); +} +.divide-black-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.3); +} +.divide-black-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.4); +} +.divide-black-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.5); +} +.divide-black-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.6); +} +.divide-black-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.7); +} +.divide-black-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.75); +} +.divide-black-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.8); +} +.divide-black-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.9); +} +.divide-black-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.95); +} +.divide-black-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 1); +} +.divide-black-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0); +} +.divide-black-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.05); +} +.divide-black-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.1); +} +.divide-black-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.2); +} +.divide-black-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.25); +} +.divide-black-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.3); +} +.divide-black-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.4); +} +.divide-black-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.5); +} +.divide-black-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.6); +} +.divide-black-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.7); +} +.divide-black-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.75); +} +.divide-black-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.8); +} +.divide-black-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.9); +} +.divide-black-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 0.95); +} +.divide-black-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(208 208 208 / 1); +} +.divide-black-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0); +} +.divide-black-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.05); +} +.divide-black-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.1); +} +.divide-black-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.2); +} +.divide-black-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.25); +} +.divide-black-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.3); +} +.divide-black-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.4); +} +.divide-black-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.5); +} +.divide-black-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.6); +} +.divide-black-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.7); +} +.divide-black-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.75); +} +.divide-black-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.8); +} +.divide-black-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.9); +} +.divide-black-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 0.95); +} +.divide-black-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(179 179 179 / 1); +} +.divide-black-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0); +} +.divide-black-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.05); +} +.divide-black-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.1); +} +.divide-black-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.2); +} +.divide-black-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.25); +} +.divide-black-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.3); +} +.divide-black-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.4); +} +.divide-black-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.5); +} +.divide-black-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.6); +} +.divide-black-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.7); +} +.divide-black-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.75); +} +.divide-black-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.8); +} +.divide-black-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.9); +} +.divide-black-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 0.95); +} +.divide-black-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(123 123 123 / 1); +} +.divide-black-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0); +} +.divide-black-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.05); +} +.divide-black-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.1); +} +.divide-black-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.2); +} +.divide-black-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.25); +} +.divide-black-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.3); +} +.divide-black-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.4); +} +.divide-black-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.5); +} +.divide-black-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.6); +} +.divide-black-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.7); +} +.divide-black-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.75); +} +.divide-black-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.8); +} +.divide-black-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.9); +} +.divide-black-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.95); +} +.divide-black-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 1); +} +.divide-black-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0); +} +.divide-black-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.05); +} +.divide-black-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.1); +} +.divide-black-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.2); +} +.divide-black-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.25); +} +.divide-black-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.3); +} +.divide-black-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.4); +} +.divide-black-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.5); +} +.divide-black-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.6); +} +.divide-black-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.7); +} +.divide-black-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.75); +} +.divide-black-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.8); +} +.divide-black-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.9); +} +.divide-black-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.95); +} +.divide-black-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 1); +} +.divide-black-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0); +} +.divide-black-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.05); +} +.divide-black-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.1); +} +.divide-black-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.2); +} +.divide-black-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.25); +} +.divide-black-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.3); +} +.divide-black-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.4); +} +.divide-black-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.5); +} +.divide-black-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.6); +} +.divide-black-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.7); +} +.divide-black-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.75); +} +.divide-black-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.8); +} +.divide-black-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.9); +} +.divide-black-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 0.95); +} +.divide-black-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(50 50 50 / 1); +} +.divide-black-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0); +} +.divide-black-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.05); +} +.divide-black-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.1); +} +.divide-black-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.2); +} +.divide-black-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.25); +} +.divide-black-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.3); +} +.divide-black-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.4); +} +.divide-black-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.5); +} +.divide-black-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.6); +} +.divide-black-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.7); +} +.divide-black-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.75); +} +.divide-black-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.8); +} +.divide-black-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.9); +} +.divide-black-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.95); +} +.divide-black-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 1); +} +.divide-black-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0); +} +.divide-black-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.05); +} +.divide-black-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.1); +} +.divide-black-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.2); +} +.divide-black-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.25); +} +.divide-black-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.3); +} +.divide-black-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.4); +} +.divide-black-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.5); +} +.divide-black-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.6); +} +.divide-black-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.7); +} +.divide-black-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.75); +} +.divide-black-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.8); +} +.divide-black-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.9); +} +.divide-black-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 0.95); +} +.divide-black-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(32 32 32 / 1); +} +.divide-black\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0); +} +.divide-black\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.05); +} +.divide-black\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.1); +} +.divide-black\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.2); +} +.divide-black\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.25); +} +.divide-black\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.3); +} +.divide-black\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.4); +} +.divide-black\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.5); +} +.divide-black\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.6); +} +.divide-black\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.7); +} +.divide-black\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.75); +} +.divide-black\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.8); +} +.divide-black\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.9); +} +.divide-black\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 0.95); +} +.divide-black\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 66 66 / 1); +} +.divide-white\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0); +} +.divide-white\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.05); +} +.divide-white\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.1); +} +.divide-white\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.2); +} +.divide-white\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.25); +} +.divide-white\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.3); +} +.divide-white\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.4); +} +.divide-white\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.5); +} +.divide-white\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.6); +} +.divide-white\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.7); +} +.divide-white\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.75); +} +.divide-white\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.8); +} +.divide-white\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.9); +} +.divide-white\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.95); +} +.divide-white\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 1); +} +.divide-slate-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0); +} +.divide-slate-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.05); +} +.divide-slate-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.1); +} +.divide-slate-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.2); +} +.divide-slate-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.25); +} +.divide-slate-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.3); +} +.divide-slate-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.4); +} +.divide-slate-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.5); +} +.divide-slate-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.6); +} +.divide-slate-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.7); +} +.divide-slate-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.75); +} +.divide-slate-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.8); +} +.divide-slate-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.9); +} +.divide-slate-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 0.95); +} +.divide-slate-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 252 / 1); +} +.divide-slate-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0); +} +.divide-slate-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.05); +} +.divide-slate-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.1); +} +.divide-slate-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.2); +} +.divide-slate-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.25); +} +.divide-slate-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.3); +} +.divide-slate-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.4); +} +.divide-slate-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.5); +} +.divide-slate-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.6); +} +.divide-slate-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.7); +} +.divide-slate-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.75); +} +.divide-slate-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.8); +} +.divide-slate-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.9); +} +.divide-slate-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 0.95); +} +.divide-slate-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 245 249 / 1); +} +.divide-slate-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0); +} +.divide-slate-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.05); +} +.divide-slate-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.1); +} +.divide-slate-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.2); +} +.divide-slate-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.25); +} +.divide-slate-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.3); +} +.divide-slate-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.4); +} +.divide-slate-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.5); +} +.divide-slate-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.6); +} +.divide-slate-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.7); +} +.divide-slate-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.75); +} +.divide-slate-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.8); +} +.divide-slate-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.9); +} +.divide-slate-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 0.95); +} +.divide-slate-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(226 232 240 / 1); +} +.divide-slate-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0); +} +.divide-slate-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.05); +} +.divide-slate-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.1); +} +.divide-slate-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.2); +} +.divide-slate-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.25); +} +.divide-slate-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.3); +} +.divide-slate-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.4); +} +.divide-slate-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.5); +} +.divide-slate-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.6); +} +.divide-slate-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.7); +} +.divide-slate-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.75); +} +.divide-slate-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.8); +} +.divide-slate-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.9); +} +.divide-slate-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 0.95); +} +.divide-slate-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(203 213 225 / 1); +} +.divide-slate-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0); +} +.divide-slate-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.05); +} +.divide-slate-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.1); +} +.divide-slate-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.2); +} +.divide-slate-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.25); +} +.divide-slate-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.3); +} +.divide-slate-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.4); +} +.divide-slate-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.5); +} +.divide-slate-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.6); +} +.divide-slate-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.7); +} +.divide-slate-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.75); +} +.divide-slate-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.8); +} +.divide-slate-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.9); +} +.divide-slate-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 0.95); +} +.divide-slate-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(148 163 184 / 1); +} +.divide-slate-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0); +} +.divide-slate-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.05); +} +.divide-slate-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.1); +} +.divide-slate-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.2); +} +.divide-slate-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.25); +} +.divide-slate-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.3); +} +.divide-slate-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.4); +} +.divide-slate-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.5); +} +.divide-slate-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.6); +} +.divide-slate-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.7); +} +.divide-slate-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.75); +} +.divide-slate-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.8); +} +.divide-slate-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.9); +} +.divide-slate-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 0.95); +} +.divide-slate-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 116 139 / 1); +} +.divide-slate-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0); +} +.divide-slate-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.05); +} +.divide-slate-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.1); +} +.divide-slate-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.2); +} +.divide-slate-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.25); +} +.divide-slate-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.3); +} +.divide-slate-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.4); +} +.divide-slate-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.5); +} +.divide-slate-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.6); +} +.divide-slate-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.7); +} +.divide-slate-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.75); +} +.divide-slate-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.8); +} +.divide-slate-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.9); +} +.divide-slate-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 0.95); +} +.divide-slate-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(71 85 105 / 1); +} +.divide-slate-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0); +} +.divide-slate-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.05); +} +.divide-slate-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.1); +} +.divide-slate-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.2); +} +.divide-slate-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.25); +} +.divide-slate-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.3); +} +.divide-slate-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.4); +} +.divide-slate-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.5); +} +.divide-slate-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.6); +} +.divide-slate-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.7); +} +.divide-slate-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.75); +} +.divide-slate-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.8); +} +.divide-slate-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.9); +} +.divide-slate-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 0.95); +} +.divide-slate-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 65 85 / 1); +} +.divide-slate-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0); +} +.divide-slate-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.05); +} +.divide-slate-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.1); +} +.divide-slate-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.2); +} +.divide-slate-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.25); +} +.divide-slate-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.3); +} +.divide-slate-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.4); +} +.divide-slate-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.5); +} +.divide-slate-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.6); +} +.divide-slate-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.7); +} +.divide-slate-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.75); +} +.divide-slate-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.8); +} +.divide-slate-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.9); +} +.divide-slate-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 0.95); +} +.divide-slate-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(30 41 59 / 1); +} +.divide-slate-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0); +} +.divide-slate-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.05); +} +.divide-slate-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.1); +} +.divide-slate-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.2); +} +.divide-slate-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.25); +} +.divide-slate-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.3); +} +.divide-slate-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.4); +} +.divide-slate-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.5); +} +.divide-slate-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.6); +} +.divide-slate-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.7); +} +.divide-slate-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.75); +} +.divide-slate-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.8); +} +.divide-slate-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.9); +} +.divide-slate-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 0.95); +} +.divide-slate-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(15 23 42 / 1); +} +.divide-gray-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0); +} +.divide-gray-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.05); +} +.divide-gray-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.1); +} +.divide-gray-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.2); +} +.divide-gray-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.25); +} +.divide-gray-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.3); +} +.divide-gray-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.4); +} +.divide-gray-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.5); +} +.divide-gray-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.6); +} +.divide-gray-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.7); +} +.divide-gray-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.75); +} +.divide-gray-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.8); +} +.divide-gray-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.9); +} +.divide-gray-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 0.95); +} +.divide-gray-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(249 250 251 / 1); +} +.divide-gray-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0); +} +.divide-gray-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.05); +} +.divide-gray-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.1); +} +.divide-gray-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.2); +} +.divide-gray-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.25); +} +.divide-gray-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.3); +} +.divide-gray-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.4); +} +.divide-gray-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.5); +} +.divide-gray-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.6); +} +.divide-gray-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.7); +} +.divide-gray-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.75); +} +.divide-gray-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.8); +} +.divide-gray-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.9); +} +.divide-gray-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 0.95); +} +.divide-gray-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(243 244 246 / 1); +} +.divide-gray-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0); +} +.divide-gray-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.05); +} +.divide-gray-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.1); +} +.divide-gray-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.2); +} +.divide-gray-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.25); +} +.divide-gray-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.3); +} +.divide-gray-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.4); +} +.divide-gray-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.5); +} +.divide-gray-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.6); +} +.divide-gray-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.7); +} +.divide-gray-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.75); +} +.divide-gray-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.8); +} +.divide-gray-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.9); +} +.divide-gray-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 0.95); +} +.divide-gray-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 231 235 / 1); +} +.divide-gray-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0); +} +.divide-gray-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.05); +} +.divide-gray-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.1); +} +.divide-gray-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.2); +} +.divide-gray-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.25); +} +.divide-gray-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.3); +} +.divide-gray-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.4); +} +.divide-gray-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.5); +} +.divide-gray-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.6); +} +.divide-gray-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.7); +} +.divide-gray-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.75); +} +.divide-gray-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.8); +} +.divide-gray-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.9); +} +.divide-gray-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 0.95); +} +.divide-gray-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 213 219 / 1); +} +.divide-gray-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0); +} +.divide-gray-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.05); +} +.divide-gray-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.1); +} +.divide-gray-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.2); +} +.divide-gray-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.25); +} +.divide-gray-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.3); +} +.divide-gray-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.4); +} +.divide-gray-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.5); +} +.divide-gray-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.6); +} +.divide-gray-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.7); +} +.divide-gray-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.75); +} +.divide-gray-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.8); +} +.divide-gray-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.9); +} +.divide-gray-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 0.95); +} +.divide-gray-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(156 163 175 / 1); +} +.divide-gray-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0); +} +.divide-gray-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.05); +} +.divide-gray-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.1); +} +.divide-gray-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.2); +} +.divide-gray-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.25); +} +.divide-gray-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.3); +} +.divide-gray-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.4); +} +.divide-gray-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.5); +} +.divide-gray-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.6); +} +.divide-gray-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.7); +} +.divide-gray-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.75); +} +.divide-gray-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.8); +} +.divide-gray-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.9); +} +.divide-gray-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 0.95); +} +.divide-gray-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(107 114 128 / 1); +} +.divide-gray-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0); +} +.divide-gray-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.05); +} +.divide-gray-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.1); +} +.divide-gray-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.2); +} +.divide-gray-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.25); +} +.divide-gray-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.3); +} +.divide-gray-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.4); +} +.divide-gray-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.5); +} +.divide-gray-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.6); +} +.divide-gray-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.7); +} +.divide-gray-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.75); +} +.divide-gray-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.8); +} +.divide-gray-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.9); +} +.divide-gray-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 0.95); +} +.divide-gray-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(75 85 99 / 1); +} +.divide-gray-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0); +} +.divide-gray-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.05); +} +.divide-gray-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.1); +} +.divide-gray-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.2); +} +.divide-gray-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.25); +} +.divide-gray-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.3); +} +.divide-gray-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.4); +} +.divide-gray-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.5); +} +.divide-gray-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.6); +} +.divide-gray-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.7); +} +.divide-gray-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.75); +} +.divide-gray-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.8); +} +.divide-gray-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.9); +} +.divide-gray-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 0.95); +} +.divide-gray-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(55 65 81 / 1); +} +.divide-gray-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0); +} +.divide-gray-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.05); +} +.divide-gray-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.1); +} +.divide-gray-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.2); +} +.divide-gray-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.25); +} +.divide-gray-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.3); +} +.divide-gray-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.4); +} +.divide-gray-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.5); +} +.divide-gray-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.6); +} +.divide-gray-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.7); +} +.divide-gray-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.75); +} +.divide-gray-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.8); +} +.divide-gray-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.9); +} +.divide-gray-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 0.95); +} +.divide-gray-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(31 41 55 / 1); +} +.divide-gray-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0); +} +.divide-gray-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.05); +} +.divide-gray-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.1); +} +.divide-gray-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.2); +} +.divide-gray-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.25); +} +.divide-gray-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.3); +} +.divide-gray-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.4); +} +.divide-gray-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.5); +} +.divide-gray-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.6); +} +.divide-gray-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.7); +} +.divide-gray-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.75); +} +.divide-gray-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.8); +} +.divide-gray-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.9); +} +.divide-gray-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 0.95); +} +.divide-gray-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(17 24 39 / 1); +} +.divide-zinc-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0); +} +.divide-zinc-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.05); +} +.divide-zinc-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.1); +} +.divide-zinc-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.2); +} +.divide-zinc-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.25); +} +.divide-zinc-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.3); +} +.divide-zinc-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.4); +} +.divide-zinc-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.5); +} +.divide-zinc-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.6); +} +.divide-zinc-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.7); +} +.divide-zinc-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.75); +} +.divide-zinc-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.8); +} +.divide-zinc-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.9); +} +.divide-zinc-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.95); +} +.divide-zinc-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 1); +} +.divide-zinc-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0); +} +.divide-zinc-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.05); +} +.divide-zinc-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.1); +} +.divide-zinc-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.2); +} +.divide-zinc-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.25); +} +.divide-zinc-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.3); +} +.divide-zinc-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.4); +} +.divide-zinc-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.5); +} +.divide-zinc-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.6); +} +.divide-zinc-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.7); +} +.divide-zinc-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.75); +} +.divide-zinc-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.8); +} +.divide-zinc-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.9); +} +.divide-zinc-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 0.95); +} +.divide-zinc-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 244 245 / 1); +} +.divide-zinc-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0); +} +.divide-zinc-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.05); +} +.divide-zinc-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.1); +} +.divide-zinc-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.2); +} +.divide-zinc-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.25); +} +.divide-zinc-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.3); +} +.divide-zinc-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.4); +} +.divide-zinc-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.5); +} +.divide-zinc-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.6); +} +.divide-zinc-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.7); +} +.divide-zinc-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.75); +} +.divide-zinc-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.8); +} +.divide-zinc-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.9); +} +.divide-zinc-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 0.95); +} +.divide-zinc-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(228 228 231 / 1); +} +.divide-zinc-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0); +} +.divide-zinc-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.05); +} +.divide-zinc-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.1); +} +.divide-zinc-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.2); +} +.divide-zinc-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.25); +} +.divide-zinc-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.3); +} +.divide-zinc-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.4); +} +.divide-zinc-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.5); +} +.divide-zinc-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.6); +} +.divide-zinc-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.7); +} +.divide-zinc-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.75); +} +.divide-zinc-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.8); +} +.divide-zinc-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.9); +} +.divide-zinc-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 0.95); +} +.divide-zinc-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 216 / 1); +} +.divide-zinc-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0); +} +.divide-zinc-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.05); +} +.divide-zinc-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.1); +} +.divide-zinc-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.2); +} +.divide-zinc-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.25); +} +.divide-zinc-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.3); +} +.divide-zinc-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.4); +} +.divide-zinc-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.5); +} +.divide-zinc-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.6); +} +.divide-zinc-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.7); +} +.divide-zinc-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.75); +} +.divide-zinc-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.8); +} +.divide-zinc-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.9); +} +.divide-zinc-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 0.95); +} +.divide-zinc-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(161 161 170 / 1); +} +.divide-zinc-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0); +} +.divide-zinc-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.05); +} +.divide-zinc-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.1); +} +.divide-zinc-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.2); +} +.divide-zinc-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.25); +} +.divide-zinc-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.3); +} +.divide-zinc-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.4); +} +.divide-zinc-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.5); +} +.divide-zinc-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.6); +} +.divide-zinc-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.7); +} +.divide-zinc-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.75); +} +.divide-zinc-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.8); +} +.divide-zinc-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.9); +} +.divide-zinc-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 0.95); +} +.divide-zinc-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(113 113 122 / 1); +} +.divide-zinc-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0); +} +.divide-zinc-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.05); +} +.divide-zinc-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.1); +} +.divide-zinc-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.2); +} +.divide-zinc-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.25); +} +.divide-zinc-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.3); +} +.divide-zinc-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.4); +} +.divide-zinc-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.5); +} +.divide-zinc-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.6); +} +.divide-zinc-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.7); +} +.divide-zinc-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.75); +} +.divide-zinc-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.8); +} +.divide-zinc-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.9); +} +.divide-zinc-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 0.95); +} +.divide-zinc-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 91 / 1); +} +.divide-zinc-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0); +} +.divide-zinc-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.05); +} +.divide-zinc-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.1); +} +.divide-zinc-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.2); +} +.divide-zinc-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.25); +} +.divide-zinc-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.3); +} +.divide-zinc-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.4); +} +.divide-zinc-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.5); +} +.divide-zinc-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.6); +} +.divide-zinc-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.7); +} +.divide-zinc-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.75); +} +.divide-zinc-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.8); +} +.divide-zinc-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.9); +} +.divide-zinc-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 0.95); +} +.divide-zinc-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 63 70 / 1); +} +.divide-zinc-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0); +} +.divide-zinc-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.05); +} +.divide-zinc-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.1); +} +.divide-zinc-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.2); +} +.divide-zinc-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.25); +} +.divide-zinc-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.3); +} +.divide-zinc-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.4); +} +.divide-zinc-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.5); +} +.divide-zinc-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.6); +} +.divide-zinc-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.7); +} +.divide-zinc-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.75); +} +.divide-zinc-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.8); +} +.divide-zinc-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.9); +} +.divide-zinc-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 0.95); +} +.divide-zinc-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(39 39 42 / 1); +} +.divide-zinc-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0); +} +.divide-zinc-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.05); +} +.divide-zinc-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.1); +} +.divide-zinc-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.2); +} +.divide-zinc-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.25); +} +.divide-zinc-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.3); +} +.divide-zinc-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.4); +} +.divide-zinc-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.5); +} +.divide-zinc-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.6); +} +.divide-zinc-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.7); +} +.divide-zinc-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.75); +} +.divide-zinc-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.8); +} +.divide-zinc-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.9); +} +.divide-zinc-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 0.95); +} +.divide-zinc-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(24 24 27 / 1); +} +.divide-neutral-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0); +} +.divide-neutral-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.05); +} +.divide-neutral-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.1); +} +.divide-neutral-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.2); +} +.divide-neutral-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.25); +} +.divide-neutral-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.3); +} +.divide-neutral-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.4); +} +.divide-neutral-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.5); +} +.divide-neutral-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.6); +} +.divide-neutral-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.7); +} +.divide-neutral-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.75); +} +.divide-neutral-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.8); +} +.divide-neutral-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.9); +} +.divide-neutral-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 0.95); +} +.divide-neutral-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 250 / 1); +} +.divide-neutral-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0); +} +.divide-neutral-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.05); +} +.divide-neutral-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.1); +} +.divide-neutral-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.2); +} +.divide-neutral-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.25); +} +.divide-neutral-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.3); +} +.divide-neutral-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.4); +} +.divide-neutral-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.5); +} +.divide-neutral-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.6); +} +.divide-neutral-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.7); +} +.divide-neutral-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.75); +} +.divide-neutral-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.8); +} +.divide-neutral-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.9); +} +.divide-neutral-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 0.95); +} +.divide-neutral-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 245 / 1); +} +.divide-neutral-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0); +} +.divide-neutral-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.05); +} +.divide-neutral-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.1); +} +.divide-neutral-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.2); +} +.divide-neutral-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.25); +} +.divide-neutral-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.3); +} +.divide-neutral-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.4); +} +.divide-neutral-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.5); +} +.divide-neutral-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.6); +} +.divide-neutral-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.7); +} +.divide-neutral-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.75); +} +.divide-neutral-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.8); +} +.divide-neutral-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.9); +} +.divide-neutral-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 0.95); +} +.divide-neutral-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 229 229 / 1); +} +.divide-neutral-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0); +} +.divide-neutral-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.05); +} +.divide-neutral-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.1); +} +.divide-neutral-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.2); +} +.divide-neutral-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.25); +} +.divide-neutral-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.3); +} +.divide-neutral-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.4); +} +.divide-neutral-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.5); +} +.divide-neutral-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.6); +} +.divide-neutral-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.7); +} +.divide-neutral-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.75); +} +.divide-neutral-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.8); +} +.divide-neutral-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.9); +} +.divide-neutral-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 0.95); +} +.divide-neutral-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(212 212 212 / 1); +} +.divide-neutral-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0); +} +.divide-neutral-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.05); +} +.divide-neutral-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.1); +} +.divide-neutral-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.2); +} +.divide-neutral-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.25); +} +.divide-neutral-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.3); +} +.divide-neutral-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.4); +} +.divide-neutral-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.5); +} +.divide-neutral-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.6); +} +.divide-neutral-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.7); +} +.divide-neutral-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.75); +} +.divide-neutral-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.8); +} +.divide-neutral-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.9); +} +.divide-neutral-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 0.95); +} +.divide-neutral-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 163 163 / 1); +} +.divide-neutral-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0); +} +.divide-neutral-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.05); +} +.divide-neutral-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.1); +} +.divide-neutral-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.2); +} +.divide-neutral-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.25); +} +.divide-neutral-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.3); +} +.divide-neutral-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.4); +} +.divide-neutral-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.5); +} +.divide-neutral-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.6); +} +.divide-neutral-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.7); +} +.divide-neutral-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.75); +} +.divide-neutral-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.8); +} +.divide-neutral-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.9); +} +.divide-neutral-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 0.95); +} +.divide-neutral-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(115 115 115 / 1); +} +.divide-neutral-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0); +} +.divide-neutral-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.05); +} +.divide-neutral-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.1); +} +.divide-neutral-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.2); +} +.divide-neutral-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.25); +} +.divide-neutral-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.3); +} +.divide-neutral-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.4); +} +.divide-neutral-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.5); +} +.divide-neutral-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.6); +} +.divide-neutral-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.7); +} +.divide-neutral-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.75); +} +.divide-neutral-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.8); +} +.divide-neutral-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.9); +} +.divide-neutral-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 0.95); +} +.divide-neutral-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(82 82 82 / 1); +} +.divide-neutral-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0); +} +.divide-neutral-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.05); +} +.divide-neutral-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.1); +} +.divide-neutral-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.2); +} +.divide-neutral-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.25); +} +.divide-neutral-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.3); +} +.divide-neutral-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.4); +} +.divide-neutral-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.5); +} +.divide-neutral-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.6); +} +.divide-neutral-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.7); +} +.divide-neutral-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.75); +} +.divide-neutral-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.8); +} +.divide-neutral-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.9); +} +.divide-neutral-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 0.95); +} +.divide-neutral-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 64 64 / 1); +} +.divide-neutral-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0); +} +.divide-neutral-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.05); +} +.divide-neutral-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.1); +} +.divide-neutral-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.2); +} +.divide-neutral-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.25); +} +.divide-neutral-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.3); +} +.divide-neutral-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.4); +} +.divide-neutral-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.5); +} +.divide-neutral-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.6); +} +.divide-neutral-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.7); +} +.divide-neutral-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.75); +} +.divide-neutral-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.8); +} +.divide-neutral-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.9); +} +.divide-neutral-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 0.95); +} +.divide-neutral-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(38 38 38 / 1); +} +.divide-neutral-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0); +} +.divide-neutral-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.05); +} +.divide-neutral-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.1); +} +.divide-neutral-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.2); +} +.divide-neutral-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.25); +} +.divide-neutral-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.3); +} +.divide-neutral-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.4); +} +.divide-neutral-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.5); +} +.divide-neutral-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.6); +} +.divide-neutral-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.7); +} +.divide-neutral-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.75); +} +.divide-neutral-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.8); +} +.divide-neutral-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.9); +} +.divide-neutral-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 0.95); +} +.divide-neutral-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(23 23 23 / 1); +} +.divide-stone-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0); +} +.divide-stone-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.05); +} +.divide-stone-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.1); +} +.divide-stone-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.2); +} +.divide-stone-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.25); +} +.divide-stone-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.3); +} +.divide-stone-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.4); +} +.divide-stone-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.5); +} +.divide-stone-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.6); +} +.divide-stone-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.7); +} +.divide-stone-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.75); +} +.divide-stone-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.8); +} +.divide-stone-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.9); +} +.divide-stone-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 0.95); +} +.divide-stone-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 250 249 / 1); +} +.divide-stone-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0); +} +.divide-stone-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.05); +} +.divide-stone-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.1); +} +.divide-stone-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.2); +} +.divide-stone-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.25); +} +.divide-stone-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.3); +} +.divide-stone-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.4); +} +.divide-stone-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.5); +} +.divide-stone-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.6); +} +.divide-stone-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.7); +} +.divide-stone-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.75); +} +.divide-stone-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.8); +} +.divide-stone-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.9); +} +.divide-stone-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 0.95); +} +.divide-stone-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 245 244 / 1); +} +.divide-stone-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0); +} +.divide-stone-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.05); +} +.divide-stone-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.1); +} +.divide-stone-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.2); +} +.divide-stone-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.25); +} +.divide-stone-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.3); +} +.divide-stone-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.4); +} +.divide-stone-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.5); +} +.divide-stone-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.6); +} +.divide-stone-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.7); +} +.divide-stone-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.75); +} +.divide-stone-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.8); +} +.divide-stone-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.9); +} +.divide-stone-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 0.95); +} +.divide-stone-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 229 228 / 1); +} +.divide-stone-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0); +} +.divide-stone-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.05); +} +.divide-stone-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.1); +} +.divide-stone-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.2); +} +.divide-stone-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.25); +} +.divide-stone-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.3); +} +.divide-stone-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.4); +} +.divide-stone-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.5); +} +.divide-stone-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.6); +} +.divide-stone-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.7); +} +.divide-stone-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.75); +} +.divide-stone-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.8); +} +.divide-stone-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.9); +} +.divide-stone-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 0.95); +} +.divide-stone-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 211 209 / 1); +} +.divide-stone-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0); +} +.divide-stone-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.05); +} +.divide-stone-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.1); +} +.divide-stone-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.2); +} +.divide-stone-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.25); +} +.divide-stone-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.3); +} +.divide-stone-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.4); +} +.divide-stone-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.5); +} +.divide-stone-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.6); +} +.divide-stone-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.7); +} +.divide-stone-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.75); +} +.divide-stone-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.8); +} +.divide-stone-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.9); +} +.divide-stone-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 0.95); +} +.divide-stone-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(168 162 158 / 1); +} +.divide-stone-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0); +} +.divide-stone-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.05); +} +.divide-stone-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.1); +} +.divide-stone-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.2); +} +.divide-stone-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.25); +} +.divide-stone-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.3); +} +.divide-stone-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.4); +} +.divide-stone-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.5); +} +.divide-stone-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.6); +} +.divide-stone-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.7); +} +.divide-stone-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.75); +} +.divide-stone-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.8); +} +.divide-stone-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.9); +} +.divide-stone-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 0.95); +} +.divide-stone-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 113 108 / 1); +} +.divide-stone-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0); +} +.divide-stone-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.05); +} +.divide-stone-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.1); +} +.divide-stone-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.2); +} +.divide-stone-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.25); +} +.divide-stone-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.3); +} +.divide-stone-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.4); +} +.divide-stone-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.5); +} +.divide-stone-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.6); +} +.divide-stone-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.7); +} +.divide-stone-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.75); +} +.divide-stone-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.8); +} +.divide-stone-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.9); +} +.divide-stone-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 0.95); +} +.divide-stone-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(87 83 78 / 1); +} +.divide-stone-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0); +} +.divide-stone-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.05); +} +.divide-stone-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.1); +} +.divide-stone-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.2); +} +.divide-stone-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.25); +} +.divide-stone-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.3); +} +.divide-stone-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.4); +} +.divide-stone-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.5); +} +.divide-stone-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.6); +} +.divide-stone-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.7); +} +.divide-stone-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.75); +} +.divide-stone-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.8); +} +.divide-stone-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.9); +} +.divide-stone-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 0.95); +} +.divide-stone-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(68 64 60 / 1); +} +.divide-stone-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0); +} +.divide-stone-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.05); +} +.divide-stone-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.1); +} +.divide-stone-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.2); +} +.divide-stone-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.25); +} +.divide-stone-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.3); +} +.divide-stone-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.4); +} +.divide-stone-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.5); +} +.divide-stone-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.6); +} +.divide-stone-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.7); +} +.divide-stone-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.75); +} +.divide-stone-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.8); +} +.divide-stone-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.9); +} +.divide-stone-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 0.95); +} +.divide-stone-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(41 37 36 / 1); +} +.divide-stone-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0); +} +.divide-stone-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.05); +} +.divide-stone-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.1); +} +.divide-stone-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.2); +} +.divide-stone-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.25); +} +.divide-stone-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.3); +} +.divide-stone-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.4); +} +.divide-stone-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.5); +} +.divide-stone-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.6); +} +.divide-stone-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.7); +} +.divide-stone-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.75); +} +.divide-stone-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.8); +} +.divide-stone-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.9); +} +.divide-stone-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 0.95); +} +.divide-stone-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(28 25 23 / 1); +} +.divide-red-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0); +} +.divide-red-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.05); +} +.divide-red-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.1); +} +.divide-red-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.2); +} +.divide-red-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.25); +} +.divide-red-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.3); +} +.divide-red-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.4); +} +.divide-red-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.5); +} +.divide-red-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.6); +} +.divide-red-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.7); +} +.divide-red-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.75); +} +.divide-red-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.8); +} +.divide-red-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.9); +} +.divide-red-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 0.95); +} +.divide-red-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 242 242 / 1); +} +.divide-red-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0); +} +.divide-red-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.05); +} +.divide-red-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.1); +} +.divide-red-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.2); +} +.divide-red-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.25); +} +.divide-red-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.3); +} +.divide-red-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.4); +} +.divide-red-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.5); +} +.divide-red-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.6); +} +.divide-red-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.7); +} +.divide-red-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.75); +} +.divide-red-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.8); +} +.divide-red-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.9); +} +.divide-red-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.95); +} +.divide-red-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 1); +} +.divide-red-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0); +} +.divide-red-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.05); +} +.divide-red-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.1); +} +.divide-red-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.2); +} +.divide-red-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.25); +} +.divide-red-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.3); +} +.divide-red-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.4); +} +.divide-red-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.5); +} +.divide-red-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.6); +} +.divide-red-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.7); +} +.divide-red-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.75); +} +.divide-red-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.8); +} +.divide-red-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.9); +} +.divide-red-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 0.95); +} +.divide-red-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 191 191 / 1); +} +.divide-red-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0); +} +.divide-red-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.05); +} +.divide-red-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.1); +} +.divide-red-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.2); +} +.divide-red-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.25); +} +.divide-red-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.3); +} +.divide-red-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.4); +} +.divide-red-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.5); +} +.divide-red-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.6); +} +.divide-red-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.7); +} +.divide-red-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.75); +} +.divide-red-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.8); +} +.divide-red-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.9); +} +.divide-red-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 0.95); +} +.divide-red-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(235 153 153 / 1); +} +.divide-red-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0); +} +.divide-red-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.05); +} +.divide-red-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.1); +} +.divide-red-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.2); +} +.divide-red-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.25); +} +.divide-red-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.3); +} +.divide-red-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.4); +} +.divide-red-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.5); +} +.divide-red-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.6); +} +.divide-red-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.7); +} +.divide-red-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.75); +} +.divide-red-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.8); +} +.divide-red-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.9); +} +.divide-red-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 0.95); +} +.divide-red-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 77 77 / 1); +} +.divide-red-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0); +} +.divide-red-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.05); +} +.divide-red-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.1); +} +.divide-red-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.2); +} +.divide-red-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.25); +} +.divide-red-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.3); +} +.divide-red-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.4); +} +.divide-red-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.5); +} +.divide-red-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.6); +} +.divide-red-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.7); +} +.divide-red-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.75); +} +.divide-red-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.8); +} +.divide-red-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.9); +} +.divide-red-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.95); +} +.divide-red-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 1); +} +.divide-red-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0); +} +.divide-red-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.05); +} +.divide-red-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.1); +} +.divide-red-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.2); +} +.divide-red-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.25); +} +.divide-red-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.3); +} +.divide-red-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.4); +} +.divide-red-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.5); +} +.divide-red-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.6); +} +.divide-red-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.7); +} +.divide-red-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.75); +} +.divide-red-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.8); +} +.divide-red-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.9); +} +.divide-red-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.95); +} +.divide-red-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 1); +} +.divide-red-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0); +} +.divide-red-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.05); +} +.divide-red-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.1); +} +.divide-red-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.2); +} +.divide-red-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.25); +} +.divide-red-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.3); +} +.divide-red-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.4); +} +.divide-red-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.5); +} +.divide-red-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.6); +} +.divide-red-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.7); +} +.divide-red-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.75); +} +.divide-red-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.8); +} +.divide-red-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.9); +} +.divide-red-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 0.95); +} +.divide-red-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 0 0 / 1); +} +.divide-red-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0); +} +.divide-red-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.05); +} +.divide-red-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.1); +} +.divide-red-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.2); +} +.divide-red-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.25); +} +.divide-red-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.3); +} +.divide-red-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.4); +} +.divide-red-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.5); +} +.divide-red-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.6); +} +.divide-red-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.7); +} +.divide-red-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.75); +} +.divide-red-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.8); +} +.divide-red-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.9); +} +.divide-red-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 0.95); +} +.divide-red-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(122 0 0 / 1); +} +.divide-red-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0); +} +.divide-red-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.05); +} +.divide-red-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.1); +} +.divide-red-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.2); +} +.divide-red-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.25); +} +.divide-red-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.3); +} +.divide-red-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.4); +} +.divide-red-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.5); +} +.divide-red-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.6); +} +.divide-red-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.7); +} +.divide-red-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.75); +} +.divide-red-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.8); +} +.divide-red-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.9); +} +.divide-red-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 0.95); +} +.divide-red-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(100 0 0 / 1); +} +.divide-red\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0); +} +.divide-red\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.05); +} +.divide-red\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.1); +} +.divide-red\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.2); +} +.divide-red\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.25); +} +.divide-red\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.3); +} +.divide-red\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.4); +} +.divide-red\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.5); +} +.divide-red\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.6); +} +.divide-red\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.7); +} +.divide-red\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.75); +} +.divide-red\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.8); +} +.divide-red\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.9); +} +.divide-red\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 0.95); +} +.divide-red\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(204 0 0 / 1); +} +.divide-orange-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0); +} +.divide-orange-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.05); +} +.divide-orange-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.1); +} +.divide-orange-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.2); +} +.divide-orange-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.25); +} +.divide-orange-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.3); +} +.divide-orange-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.4); +} +.divide-orange-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.5); +} +.divide-orange-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.6); +} +.divide-orange-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.7); +} +.divide-orange-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.75); +} +.divide-orange-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.8); +} +.divide-orange-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.9); +} +.divide-orange-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 0.95); +} +.divide-orange-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 250 243 / 1); +} +.divide-orange-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0); +} +.divide-orange-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.05); +} +.divide-orange-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.1); +} +.divide-orange-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.2); +} +.divide-orange-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.25); +} +.divide-orange-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.3); +} +.divide-orange-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.4); +} +.divide-orange-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.5); +} +.divide-orange-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.6); +} +.divide-orange-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.7); +} +.divide-orange-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.75); +} +.divide-orange-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.8); +} +.divide-orange-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.9); +} +.divide-orange-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.95); +} +.divide-orange-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 1); +} +.divide-orange-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0); +} +.divide-orange-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.05); +} +.divide-orange-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.1); +} +.divide-orange-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.2); +} +.divide-orange-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.25); +} +.divide-orange-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.3); +} +.divide-orange-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.4); +} +.divide-orange-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.5); +} +.divide-orange-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.6); +} +.divide-orange-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.7); +} +.divide-orange-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.75); +} +.divide-orange-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.8); +} +.divide-orange-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.9); +} +.divide-orange-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 0.95); +} +.divide-orange-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 231 194 / 1); +} +.divide-orange-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0); +} +.divide-orange-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.05); +} +.divide-orange-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.1); +} +.divide-orange-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.2); +} +.divide-orange-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.25); +} +.divide-orange-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.3); +} +.divide-orange-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.4); +} +.divide-orange-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.5); +} +.divide-orange-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.6); +} +.divide-orange-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.7); +} +.divide-orange-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.75); +} +.divide-orange-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.8); +} +.divide-orange-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.9); +} +.divide-orange-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 0.95); +} +.divide-orange-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 216 157 / 1); +} +.divide-orange-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0); +} +.divide-orange-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.05); +} +.divide-orange-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.1); +} +.divide-orange-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.2); +} +.divide-orange-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.25); +} +.divide-orange-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.3); +} +.divide-orange-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.4); +} +.divide-orange-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.5); +} +.divide-orange-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.6); +} +.divide-orange-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.7); +} +.divide-orange-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.75); +} +.divide-orange-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.8); +} +.divide-orange-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.9); +} +.divide-orange-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 0.95); +} +.divide-orange-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 187 84 / 1); +} +.divide-orange-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0); +} +.divide-orange-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.05); +} +.divide-orange-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.1); +} +.divide-orange-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.2); +} +.divide-orange-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.25); +} +.divide-orange-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.3); +} +.divide-orange-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.4); +} +.divide-orange-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.5); +} +.divide-orange-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.6); +} +.divide-orange-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.7); +} +.divide-orange-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.75); +} +.divide-orange-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.8); +} +.divide-orange-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.9); +} +.divide-orange-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.95); +} +.divide-orange-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 1); +} +.divide-orange-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0); +} +.divide-orange-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.05); +} +.divide-orange-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.1); +} +.divide-orange-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.2); +} +.divide-orange-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.25); +} +.divide-orange-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.3); +} +.divide-orange-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.4); +} +.divide-orange-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.5); +} +.divide-orange-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.6); +} +.divide-orange-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.7); +} +.divide-orange-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.75); +} +.divide-orange-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.8); +} +.divide-orange-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.9); +} +.divide-orange-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.95); +} +.divide-orange-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 1); +} +.divide-orange-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0); +} +.divide-orange-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.05); +} +.divide-orange-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.1); +} +.divide-orange-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.2); +} +.divide-orange-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.25); +} +.divide-orange-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.3); +} +.divide-orange-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.4); +} +.divide-orange-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.5); +} +.divide-orange-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.6); +} +.divide-orange-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.7); +} +.divide-orange-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.75); +} +.divide-orange-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.8); +} +.divide-orange-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.9); +} +.divide-orange-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.95); +} +.divide-orange-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 1); +} +.divide-orange-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0); +} +.divide-orange-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.05); +} +.divide-orange-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.1); +} +.divide-orange-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.2); +} +.divide-orange-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.25); +} +.divide-orange-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.3); +} +.divide-orange-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.4); +} +.divide-orange-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.5); +} +.divide-orange-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.6); +} +.divide-orange-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.7); +} +.divide-orange-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.75); +} +.divide-orange-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.8); +} +.divide-orange-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.9); +} +.divide-orange-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.95); +} +.divide-orange-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 1); +} +.divide-orange-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0); +} +.divide-orange-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.05); +} +.divide-orange-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.1); +} +.divide-orange-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.2); +} +.divide-orange-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.25); +} +.divide-orange-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.3); +} +.divide-orange-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.4); +} +.divide-orange-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.5); +} +.divide-orange-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.6); +} +.divide-orange-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.7); +} +.divide-orange-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.75); +} +.divide-orange-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.8); +} +.divide-orange-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.9); +} +.divide-orange-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 0.95); +} +.divide-orange-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 77 5 / 1); +} +.divide-orange\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0); +} +.divide-orange\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.05); +} +.divide-orange\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.1); +} +.divide-orange\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.2); +} +.divide-orange\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.25); +} +.divide-orange\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.3); +} +.divide-orange\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.4); +} +.divide-orange\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.5); +} +.divide-orange\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.6); +} +.divide-orange\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.7); +} +.divide-orange\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.75); +} +.divide-orange\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.8); +} +.divide-orange\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.9); +} +.divide-orange\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.95); +} +.divide-orange\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 1); +} +.divide-amber-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0); +} +.divide-amber-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.05); +} +.divide-amber-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.1); +} +.divide-amber-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.2); +} +.divide-amber-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.25); +} +.divide-amber-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.3); +} +.divide-amber-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.4); +} +.divide-amber-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.5); +} +.divide-amber-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.6); +} +.divide-amber-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.7); +} +.divide-amber-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.75); +} +.divide-amber-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.8); +} +.divide-amber-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.9); +} +.divide-amber-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 0.95); +} +.divide-amber-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 251 235 / 1); +} +.divide-amber-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0); +} +.divide-amber-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.05); +} +.divide-amber-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.1); +} +.divide-amber-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.2); +} +.divide-amber-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.25); +} +.divide-amber-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.3); +} +.divide-amber-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.4); +} +.divide-amber-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.5); +} +.divide-amber-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.6); +} +.divide-amber-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.7); +} +.divide-amber-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.75); +} +.divide-amber-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.8); +} +.divide-amber-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.9); +} +.divide-amber-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 0.95); +} +.divide-amber-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 243 199 / 1); +} +.divide-amber-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0); +} +.divide-amber-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.05); +} +.divide-amber-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.1); +} +.divide-amber-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.2); +} +.divide-amber-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.25); +} +.divide-amber-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.3); +} +.divide-amber-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.4); +} +.divide-amber-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.5); +} +.divide-amber-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.6); +} +.divide-amber-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.7); +} +.divide-amber-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.75); +} +.divide-amber-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.8); +} +.divide-amber-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.9); +} +.divide-amber-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 0.95); +} +.divide-amber-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 230 138 / 1); +} +.divide-amber-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0); +} +.divide-amber-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.05); +} +.divide-amber-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.1); +} +.divide-amber-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.2); +} +.divide-amber-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.25); +} +.divide-amber-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.3); +} +.divide-amber-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.4); +} +.divide-amber-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.5); +} +.divide-amber-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.6); +} +.divide-amber-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.7); +} +.divide-amber-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.75); +} +.divide-amber-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.8); +} +.divide-amber-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.9); +} +.divide-amber-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 0.95); +} +.divide-amber-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 211 77 / 1); +} +.divide-amber-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0); +} +.divide-amber-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.05); +} +.divide-amber-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.1); +} +.divide-amber-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.2); +} +.divide-amber-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.25); +} +.divide-amber-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.3); +} +.divide-amber-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.4); +} +.divide-amber-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.5); +} +.divide-amber-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.6); +} +.divide-amber-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.7); +} +.divide-amber-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.75); +} +.divide-amber-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.8); +} +.divide-amber-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.9); +} +.divide-amber-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 0.95); +} +.divide-amber-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 191 36 / 1); +} +.divide-amber-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0); +} +.divide-amber-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.05); +} +.divide-amber-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.1); +} +.divide-amber-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.2); +} +.divide-amber-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.25); +} +.divide-amber-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.3); +} +.divide-amber-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.4); +} +.divide-amber-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.5); +} +.divide-amber-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.6); +} +.divide-amber-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.7); +} +.divide-amber-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.75); +} +.divide-amber-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.8); +} +.divide-amber-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.9); +} +.divide-amber-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 0.95); +} +.divide-amber-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 158 11 / 1); +} +.divide-amber-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0); +} +.divide-amber-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.05); +} +.divide-amber-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.1); +} +.divide-amber-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.2); +} +.divide-amber-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.25); +} +.divide-amber-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.3); +} +.divide-amber-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.4); +} +.divide-amber-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.5); +} +.divide-amber-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.6); +} +.divide-amber-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.7); +} +.divide-amber-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.75); +} +.divide-amber-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.8); +} +.divide-amber-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.9); +} +.divide-amber-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 0.95); +} +.divide-amber-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 119 6 / 1); +} +.divide-amber-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0); +} +.divide-amber-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.05); +} +.divide-amber-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.1); +} +.divide-amber-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.2); +} +.divide-amber-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.25); +} +.divide-amber-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.3); +} +.divide-amber-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.4); +} +.divide-amber-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.5); +} +.divide-amber-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.6); +} +.divide-amber-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.7); +} +.divide-amber-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.75); +} +.divide-amber-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.8); +} +.divide-amber-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.9); +} +.divide-amber-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 0.95); +} +.divide-amber-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 83 9 / 1); +} +.divide-amber-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0); +} +.divide-amber-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.05); +} +.divide-amber-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.1); +} +.divide-amber-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.2); +} +.divide-amber-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.25); +} +.divide-amber-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.3); +} +.divide-amber-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.4); +} +.divide-amber-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.5); +} +.divide-amber-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.6); +} +.divide-amber-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.7); +} +.divide-amber-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.75); +} +.divide-amber-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.8); +} +.divide-amber-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.9); +} +.divide-amber-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 0.95); +} +.divide-amber-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(146 64 14 / 1); +} +.divide-amber-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0); +} +.divide-amber-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.05); +} +.divide-amber-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.1); +} +.divide-amber-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.2); +} +.divide-amber-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.25); +} +.divide-amber-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.3); +} +.divide-amber-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.4); +} +.divide-amber-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.5); +} +.divide-amber-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.6); +} +.divide-amber-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.7); +} +.divide-amber-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.75); +} +.divide-amber-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.8); +} +.divide-amber-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.9); +} +.divide-amber-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 0.95); +} +.divide-amber-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(120 53 15 / 1); +} +.divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0); +} +.divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.05); +} +.divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.1); +} +.divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.2); +} +.divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.25); +} +.divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.3); +} +.divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.4); +} +.divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.5); +} +.divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.6); +} +.divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.7); +} +.divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.75); +} +.divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.8); +} +.divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.9); +} +.divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 0.95); +} +.divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 253 234 / 1); +} +.divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0); +} +.divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.05); +} +.divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.1); +} +.divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.2); +} +.divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.25); +} +.divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.3); +} +.divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.4); +} +.divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.5); +} +.divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.6); +} +.divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.7); +} +.divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.75); +} +.divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.8); +} +.divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.9); +} +.divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 0.95); +} +.divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 246 178 / 1); +} +.divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0); +} +.divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.05); +} +.divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.1); +} +.divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.2); +} +.divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.25); +} +.divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.3); +} +.divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.4); +} +.divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.5); +} +.divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.6); +} +.divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.7); +} +.divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.75); +} +.divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.8); +} +.divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.9); +} +.divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 0.95); +} +.divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 233 106 / 1); +} +.divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0); +} +.divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.05); +} +.divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.1); +} +.divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.2); +} +.divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.25); +} +.divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.3); +} +.divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.4); +} +.divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.5); +} +.divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.6); +} +.divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.7); +} +.divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.75); +} +.divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.8); +} +.divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.9); +} +.divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 0.95); +} +.divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 202 21 / 1); +} +.divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0); +} +.divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.05); +} +.divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.1); +} +.divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.2); +} +.divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.25); +} +.divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.3); +} +.divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.4); +} +.divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.5); +} +.divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.6); +} +.divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.7); +} +.divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.75); +} +.divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.8); +} +.divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.9); +} +.divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 0.95); +} +.divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(227 160 8 / 1); +} +.divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0); +} +.divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.05); +} +.divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.1); +} +.divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.2); +} +.divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.25); +} +.divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.3); +} +.divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.4); +} +.divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.5); +} +.divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.6); +} +.divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.7); +} +.divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.75); +} +.divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.8); +} +.divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.9); +} +.divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 0.95); +} +.divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(194 120 3 / 1); +} +.divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0); +} +.divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.05); +} +.divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.1); +} +.divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.2); +} +.divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.25); +} +.divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.3); +} +.divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.4); +} +.divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.5); +} +.divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.6); +} +.divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.7); +} +.divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.75); +} +.divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.8); +} +.divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.9); +} +.divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 0.95); +} +.divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 88 10 / 1); +} +.divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0); +} +.divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.05); +} +.divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.1); +} +.divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.2); +} +.divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.25); +} +.divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.3); +} +.divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.4); +} +.divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.5); +} +.divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.6); +} +.divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.7); +} +.divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.75); +} +.divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.8); +} +.divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.9); +} +.divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 0.95); +} +.divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(142 75 16 / 1); +} +.divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0); +} +.divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.05); +} +.divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.1); +} +.divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.2); +} +.divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.25); +} +.divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.3); +} +.divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.4); +} +.divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.5); +} +.divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.6); +} +.divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.7); +} +.divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.75); +} +.divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.8); +} +.divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.9); +} +.divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 0.95); +} +.divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(114 59 19 / 1); +} +.divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0); +} +.divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.05); +} +.divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.1); +} +.divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.2); +} +.divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.25); +} +.divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.3); +} +.divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.4); +} +.divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.5); +} +.divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.6); +} +.divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.7); +} +.divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.75); +} +.divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.8); +} +.divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.9); +} +.divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 0.95); +} +.divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 49 18 / 1); +} +.divide-lime-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0); +} +.divide-lime-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.05); +} +.divide-lime-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.1); +} +.divide-lime-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.2); +} +.divide-lime-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.25); +} +.divide-lime-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.3); +} +.divide-lime-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.4); +} +.divide-lime-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.5); +} +.divide-lime-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.6); +} +.divide-lime-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.7); +} +.divide-lime-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.75); +} +.divide-lime-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.8); +} +.divide-lime-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.9); +} +.divide-lime-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 0.95); +} +.divide-lime-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 254 231 / 1); +} +.divide-lime-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0); +} +.divide-lime-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.05); +} +.divide-lime-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.1); +} +.divide-lime-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.2); +} +.divide-lime-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.25); +} +.divide-lime-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.3); +} +.divide-lime-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.4); +} +.divide-lime-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.5); +} +.divide-lime-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.6); +} +.divide-lime-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.7); +} +.divide-lime-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.75); +} +.divide-lime-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.8); +} +.divide-lime-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.9); +} +.divide-lime-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 0.95); +} +.divide-lime-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 252 203 / 1); +} +.divide-lime-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0); +} +.divide-lime-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.05); +} +.divide-lime-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.1); +} +.divide-lime-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.2); +} +.divide-lime-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.25); +} +.divide-lime-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.3); +} +.divide-lime-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.4); +} +.divide-lime-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.5); +} +.divide-lime-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.6); +} +.divide-lime-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.7); +} +.divide-lime-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.75); +} +.divide-lime-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.8); +} +.divide-lime-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.9); +} +.divide-lime-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 0.95); +} +.divide-lime-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 249 157 / 1); +} +.divide-lime-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0); +} +.divide-lime-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.05); +} +.divide-lime-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.1); +} +.divide-lime-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.2); +} +.divide-lime-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.25); +} +.divide-lime-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.3); +} +.divide-lime-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.4); +} +.divide-lime-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.5); +} +.divide-lime-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.6); +} +.divide-lime-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.7); +} +.divide-lime-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.75); +} +.divide-lime-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.8); +} +.divide-lime-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.9); +} +.divide-lime-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 0.95); +} +.divide-lime-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 242 100 / 1); +} +.divide-lime-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0); +} +.divide-lime-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.05); +} +.divide-lime-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.1); +} +.divide-lime-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.2); +} +.divide-lime-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.25); +} +.divide-lime-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.3); +} +.divide-lime-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.4); +} +.divide-lime-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.5); +} +.divide-lime-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.6); +} +.divide-lime-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.7); +} +.divide-lime-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.75); +} +.divide-lime-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.8); +} +.divide-lime-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.9); +} +.divide-lime-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 0.95); +} +.divide-lime-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(163 230 53 / 1); +} +.divide-lime-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0); +} +.divide-lime-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.05); +} +.divide-lime-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.1); +} +.divide-lime-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.2); +} +.divide-lime-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.25); +} +.divide-lime-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.3); +} +.divide-lime-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.4); +} +.divide-lime-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.5); +} +.divide-lime-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.6); +} +.divide-lime-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.7); +} +.divide-lime-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.75); +} +.divide-lime-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.8); +} +.divide-lime-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.9); +} +.divide-lime-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 0.95); +} +.divide-lime-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(132 204 22 / 1); +} +.divide-lime-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0); +} +.divide-lime-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.05); +} +.divide-lime-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.1); +} +.divide-lime-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.2); +} +.divide-lime-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.25); +} +.divide-lime-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.3); +} +.divide-lime-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.4); +} +.divide-lime-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.5); +} +.divide-lime-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.6); +} +.divide-lime-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.7); +} +.divide-lime-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.75); +} +.divide-lime-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.8); +} +.divide-lime-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.9); +} +.divide-lime-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 0.95); +} +.divide-lime-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(101 163 13 / 1); +} +.divide-lime-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0); +} +.divide-lime-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.05); +} +.divide-lime-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.1); +} +.divide-lime-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.2); +} +.divide-lime-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.25); +} +.divide-lime-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.3); +} +.divide-lime-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.4); +} +.divide-lime-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.5); +} +.divide-lime-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.6); +} +.divide-lime-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.7); +} +.divide-lime-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.75); +} +.divide-lime-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.8); +} +.divide-lime-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.9); +} +.divide-lime-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 0.95); +} +.divide-lime-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 124 15 / 1); +} +.divide-lime-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0); +} +.divide-lime-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.05); +} +.divide-lime-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.1); +} +.divide-lime-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.2); +} +.divide-lime-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.25); +} +.divide-lime-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.3); +} +.divide-lime-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.4); +} +.divide-lime-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.5); +} +.divide-lime-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.6); +} +.divide-lime-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.7); +} +.divide-lime-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.75); +} +.divide-lime-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.8); +} +.divide-lime-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.9); +} +.divide-lime-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 0.95); +} +.divide-lime-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(63 98 18 / 1); +} +.divide-lime-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0); +} +.divide-lime-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.05); +} +.divide-lime-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.1); +} +.divide-lime-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.2); +} +.divide-lime-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.25); +} +.divide-lime-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.3); +} +.divide-lime-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.4); +} +.divide-lime-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.5); +} +.divide-lime-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.6); +} +.divide-lime-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.7); +} +.divide-lime-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.75); +} +.divide-lime-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.8); +} +.divide-lime-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.9); +} +.divide-lime-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 0.95); +} +.divide-lime-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 83 20 / 1); +} +.divide-green-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0); +} +.divide-green-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.05); +} +.divide-green-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.1); +} +.divide-green-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.2); +} +.divide-green-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.25); +} +.divide-green-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.3); +} +.divide-green-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.4); +} +.divide-green-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.5); +} +.divide-green-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.6); +} +.divide-green-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.7); +} +.divide-green-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.75); +} +.divide-green-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.8); +} +.divide-green-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.9); +} +.divide-green-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 0.95); +} +.divide-green-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 250 246 / 1); +} +.divide-green-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0); +} +.divide-green-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.05); +} +.divide-green-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.1); +} +.divide-green-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.2); +} +.divide-green-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.25); +} +.divide-green-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.3); +} +.divide-green-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.4); +} +.divide-green-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.5); +} +.divide-green-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.6); +} +.divide-green-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.7); +} +.divide-green-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.75); +} +.divide-green-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.8); +} +.divide-green-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.9); +} +.divide-green-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.95); +} +.divide-green-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 1); +} +.divide-green-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0); +} +.divide-green-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.05); +} +.divide-green-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.1); +} +.divide-green-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.2); +} +.divide-green-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.25); +} +.divide-green-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.3); +} +.divide-green-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.4); +} +.divide-green-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.5); +} +.divide-green-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.6); +} +.divide-green-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.7); +} +.divide-green-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.75); +} +.divide-green-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.8); +} +.divide-green-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.9); +} +.divide-green-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 0.95); +} +.divide-green-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(219 232 212 / 1); +} +.divide-green-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0); +} +.divide-green-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.05); +} +.divide-green-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.1); +} +.divide-green-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.2); +} +.divide-green-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.25); +} +.divide-green-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.3); +} +.divide-green-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.4); +} +.divide-green-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.5); +} +.divide-green-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.6); +} +.divide-green-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.7); +} +.divide-green-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.75); +} +.divide-green-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.8); +} +.divide-green-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.9); +} +.divide-green-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 0.95); +} +.divide-green-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(197 217 186 / 1); +} +.divide-green-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0); +} +.divide-green-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.05); +} +.divide-green-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.1); +} +.divide-green-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.2); +} +.divide-green-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.25); +} +.divide-green-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.3); +} +.divide-green-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.4); +} +.divide-green-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.5); +} +.divide-green-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.6); +} +.divide-green-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.7); +} +.divide-green-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.75); +} +.divide-green-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.8); +} +.divide-green-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.9); +} +.divide-green-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 0.95); +} +.divide-green-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(154 189 134 / 1); +} +.divide-green-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0); +} +.divide-green-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.05); +} +.divide-green-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.1); +} +.divide-green-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.2); +} +.divide-green-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.25); +} +.divide-green-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.3); +} +.divide-green-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.4); +} +.divide-green-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.5); +} +.divide-green-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.6); +} +.divide-green-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.7); +} +.divide-green-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.75); +} +.divide-green-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.8); +} +.divide-green-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.9); +} +.divide-green-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.95); +} +.divide-green-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 1); +} +.divide-green-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0); +} +.divide-green-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.05); +} +.divide-green-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.1); +} +.divide-green-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.2); +} +.divide-green-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.25); +} +.divide-green-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.3); +} +.divide-green-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.4); +} +.divide-green-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.5); +} +.divide-green-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.6); +} +.divide-green-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.7); +} +.divide-green-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.75); +} +.divide-green-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.8); +} +.divide-green-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.9); +} +.divide-green-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.95); +} +.divide-green-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 1); +} +.divide-green-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0); +} +.divide-green-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.05); +} +.divide-green-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.1); +} +.divide-green-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.2); +} +.divide-green-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.25); +} +.divide-green-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.3); +} +.divide-green-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.4); +} +.divide-green-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.5); +} +.divide-green-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.6); +} +.divide-green-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.7); +} +.divide-green-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.75); +} +.divide-green-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.8); +} +.divide-green-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.9); +} +.divide-green-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 0.95); +} +.divide-green-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(83 121 62 / 1); +} +.divide-green-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0); +} +.divide-green-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.05); +} +.divide-green-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.1); +} +.divide-green-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.2); +} +.divide-green-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.25); +} +.divide-green-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.3); +} +.divide-green-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.4); +} +.divide-green-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.5); +} +.divide-green-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.6); +} +.divide-green-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.7); +} +.divide-green-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.75); +} +.divide-green-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.8); +} +.divide-green-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.9); +} +.divide-green-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 0.95); +} +.divide-green-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 97 49 / 1); +} +.divide-green-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0); +} +.divide-green-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.05); +} +.divide-green-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.1); +} +.divide-green-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.2); +} +.divide-green-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.25); +} +.divide-green-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.3); +} +.divide-green-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.4); +} +.divide-green-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.5); +} +.divide-green-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.6); +} +.divide-green-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.7); +} +.divide-green-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.75); +} +.divide-green-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.8); +} +.divide-green-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.9); +} +.divide-green-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 0.95); +} +.divide-green-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 79 40 / 1); +} +.divide-green\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0); +} +.divide-green\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.05); +} +.divide-green\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.1); +} +.divide-green\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.2); +} +.divide-green\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.25); +} +.divide-green\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.3); +} +.divide-green\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.4); +} +.divide-green\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.5); +} +.divide-green\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.6); +} +.divide-green\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.7); +} +.divide-green\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.75); +} +.divide-green\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.8); +} +.divide-green\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.9); +} +.divide-green\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 0.95); +} +.divide-green\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 161 82 / 1); +} +.divide-emerald-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0); +} +.divide-emerald-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.05); +} +.divide-emerald-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.1); +} +.divide-emerald-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.2); +} +.divide-emerald-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.25); +} +.divide-emerald-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.3); +} +.divide-emerald-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.4); +} +.divide-emerald-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.5); +} +.divide-emerald-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.6); +} +.divide-emerald-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.7); +} +.divide-emerald-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.75); +} +.divide-emerald-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.8); +} +.divide-emerald-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.9); +} +.divide-emerald-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 0.95); +} +.divide-emerald-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 253 245 / 1); +} +.divide-emerald-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0); +} +.divide-emerald-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.05); +} +.divide-emerald-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.1); +} +.divide-emerald-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.2); +} +.divide-emerald-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.25); +} +.divide-emerald-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.3); +} +.divide-emerald-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.4); +} +.divide-emerald-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.5); +} +.divide-emerald-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.6); +} +.divide-emerald-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.7); +} +.divide-emerald-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.75); +} +.divide-emerald-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.8); +} +.divide-emerald-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.9); +} +.divide-emerald-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 0.95); +} +.divide-emerald-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 250 229 / 1); +} +.divide-emerald-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0); +} +.divide-emerald-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.05); +} +.divide-emerald-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.1); +} +.divide-emerald-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.2); +} +.divide-emerald-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.25); +} +.divide-emerald-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.3); +} +.divide-emerald-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.4); +} +.divide-emerald-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.5); +} +.divide-emerald-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.6); +} +.divide-emerald-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.7); +} +.divide-emerald-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.75); +} +.divide-emerald-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.8); +} +.divide-emerald-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.9); +} +.divide-emerald-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 0.95); +} +.divide-emerald-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 243 208 / 1); +} +.divide-emerald-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0); +} +.divide-emerald-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.05); +} +.divide-emerald-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.1); +} +.divide-emerald-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.2); +} +.divide-emerald-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.25); +} +.divide-emerald-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.3); +} +.divide-emerald-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.4); +} +.divide-emerald-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.5); +} +.divide-emerald-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.6); +} +.divide-emerald-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.7); +} +.divide-emerald-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.75); +} +.divide-emerald-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.8); +} +.divide-emerald-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.9); +} +.divide-emerald-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 0.95); +} +.divide-emerald-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(110 231 183 / 1); +} +.divide-emerald-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0); +} +.divide-emerald-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.05); +} +.divide-emerald-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.1); +} +.divide-emerald-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.2); +} +.divide-emerald-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.25); +} +.divide-emerald-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.3); +} +.divide-emerald-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.4); +} +.divide-emerald-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.5); +} +.divide-emerald-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.6); +} +.divide-emerald-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.7); +} +.divide-emerald-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.75); +} +.divide-emerald-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.8); +} +.divide-emerald-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.9); +} +.divide-emerald-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 0.95); +} +.divide-emerald-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(52 211 153 / 1); +} +.divide-emerald-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0); +} +.divide-emerald-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.05); +} +.divide-emerald-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.1); +} +.divide-emerald-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.2); +} +.divide-emerald-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.25); +} +.divide-emerald-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.3); +} +.divide-emerald-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.4); +} +.divide-emerald-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.5); +} +.divide-emerald-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.6); +} +.divide-emerald-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.7); +} +.divide-emerald-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.75); +} +.divide-emerald-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.8); +} +.divide-emerald-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.9); +} +.divide-emerald-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 0.95); +} +.divide-emerald-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(16 185 129 / 1); +} +.divide-emerald-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0); +} +.divide-emerald-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.05); +} +.divide-emerald-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.1); +} +.divide-emerald-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.2); +} +.divide-emerald-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.25); +} +.divide-emerald-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.3); +} +.divide-emerald-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.4); +} +.divide-emerald-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.5); +} +.divide-emerald-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.6); +} +.divide-emerald-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.7); +} +.divide-emerald-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.75); +} +.divide-emerald-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.8); +} +.divide-emerald-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.9); +} +.divide-emerald-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 0.95); +} +.divide-emerald-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 150 105 / 1); +} +.divide-emerald-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0); +} +.divide-emerald-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.05); +} +.divide-emerald-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.1); +} +.divide-emerald-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.2); +} +.divide-emerald-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.25); +} +.divide-emerald-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.3); +} +.divide-emerald-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.4); +} +.divide-emerald-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.5); +} +.divide-emerald-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.6); +} +.divide-emerald-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.7); +} +.divide-emerald-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.75); +} +.divide-emerald-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.8); +} +.divide-emerald-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.9); +} +.divide-emerald-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 0.95); +} +.divide-emerald-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 120 87 / 1); +} +.divide-emerald-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0); +} +.divide-emerald-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.05); +} +.divide-emerald-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.1); +} +.divide-emerald-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.2); +} +.divide-emerald-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.25); +} +.divide-emerald-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.3); +} +.divide-emerald-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.4); +} +.divide-emerald-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.5); +} +.divide-emerald-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.6); +} +.divide-emerald-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.7); +} +.divide-emerald-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.75); +} +.divide-emerald-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.8); +} +.divide-emerald-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.9); +} +.divide-emerald-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 0.95); +} +.divide-emerald-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 95 70 / 1); +} +.divide-emerald-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0); +} +.divide-emerald-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.05); +} +.divide-emerald-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.1); +} +.divide-emerald-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.2); +} +.divide-emerald-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.25); +} +.divide-emerald-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.3); +} +.divide-emerald-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.4); +} +.divide-emerald-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.5); +} +.divide-emerald-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.6); +} +.divide-emerald-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.7); +} +.divide-emerald-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.75); +} +.divide-emerald-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.8); +} +.divide-emerald-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.9); +} +.divide-emerald-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 0.95); +} +.divide-emerald-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 78 59 / 1); +} +.divide-teal-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0); +} +.divide-teal-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.05); +} +.divide-teal-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.1); +} +.divide-teal-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.2); +} +.divide-teal-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.25); +} +.divide-teal-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.3); +} +.divide-teal-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.4); +} +.divide-teal-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.5); +} +.divide-teal-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.6); +} +.divide-teal-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.7); +} +.divide-teal-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.75); +} +.divide-teal-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.8); +} +.divide-teal-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.9); +} +.divide-teal-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 0.95); +} +.divide-teal-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 250 250 / 1); +} +.divide-teal-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0); +} +.divide-teal-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.05); +} +.divide-teal-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.1); +} +.divide-teal-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.2); +} +.divide-teal-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.25); +} +.divide-teal-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.3); +} +.divide-teal-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.4); +} +.divide-teal-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.5); +} +.divide-teal-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.6); +} +.divide-teal-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.7); +} +.divide-teal-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.75); +} +.divide-teal-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.8); +} +.divide-teal-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.9); +} +.divide-teal-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 0.95); +} +.divide-teal-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 245 246 / 1); +} +.divide-teal-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0); +} +.divide-teal-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.05); +} +.divide-teal-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.1); +} +.divide-teal-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.2); +} +.divide-teal-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.25); +} +.divide-teal-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.3); +} +.divide-teal-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.4); +} +.divide-teal-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.5); +} +.divide-teal-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.6); +} +.divide-teal-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.7); +} +.divide-teal-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.75); +} +.divide-teal-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.8); +} +.divide-teal-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.9); +} +.divide-teal-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 0.95); +} +.divide-teal-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(175 236 239 / 1); +} +.divide-teal-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0); +} +.divide-teal-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.05); +} +.divide-teal-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.1); +} +.divide-teal-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.2); +} +.divide-teal-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.25); +} +.divide-teal-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.3); +} +.divide-teal-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.4); +} +.divide-teal-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.5); +} +.divide-teal-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.6); +} +.divide-teal-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.7); +} +.divide-teal-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.75); +} +.divide-teal-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.8); +} +.divide-teal-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.9); +} +.divide-teal-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 0.95); +} +.divide-teal-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(126 220 226 / 1); +} +.divide-teal-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0); +} +.divide-teal-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.05); +} +.divide-teal-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.1); +} +.divide-teal-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.2); +} +.divide-teal-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.25); +} +.divide-teal-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.3); +} +.divide-teal-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.4); +} +.divide-teal-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.5); +} +.divide-teal-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.6); +} +.divide-teal-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.7); +} +.divide-teal-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.75); +} +.divide-teal-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.8); +} +.divide-teal-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.9); +} +.divide-teal-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 0.95); +} +.divide-teal-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 189 202 / 1); +} +.divide-teal-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0); +} +.divide-teal-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.05); +} +.divide-teal-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.1); +} +.divide-teal-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.2); +} +.divide-teal-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.25); +} +.divide-teal-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.3); +} +.divide-teal-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.4); +} +.divide-teal-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.5); +} +.divide-teal-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.6); +} +.divide-teal-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.7); +} +.divide-teal-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.75); +} +.divide-teal-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.8); +} +.divide-teal-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.9); +} +.divide-teal-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 0.95); +} +.divide-teal-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 148 162 / 1); +} +.divide-teal-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0); +} +.divide-teal-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.05); +} +.divide-teal-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.1); +} +.divide-teal-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.2); +} +.divide-teal-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.25); +} +.divide-teal-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.3); +} +.divide-teal-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.4); +} +.divide-teal-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.5); +} +.divide-teal-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.6); +} +.divide-teal-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.7); +} +.divide-teal-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.75); +} +.divide-teal-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.8); +} +.divide-teal-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.9); +} +.divide-teal-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 0.95); +} +.divide-teal-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(4 116 129 / 1); +} +.divide-teal-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0); +} +.divide-teal-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.05); +} +.divide-teal-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.1); +} +.divide-teal-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.2); +} +.divide-teal-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.25); +} +.divide-teal-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.3); +} +.divide-teal-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.4); +} +.divide-teal-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.5); +} +.divide-teal-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.6); +} +.divide-teal-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.7); +} +.divide-teal-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.75); +} +.divide-teal-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.8); +} +.divide-teal-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.9); +} +.divide-teal-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 0.95); +} +.divide-teal-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 102 114 / 1); +} +.divide-teal-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0); +} +.divide-teal-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.05); +} +.divide-teal-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.1); +} +.divide-teal-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.2); +} +.divide-teal-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.25); +} +.divide-teal-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.3); +} +.divide-teal-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.4); +} +.divide-teal-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.5); +} +.divide-teal-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.6); +} +.divide-teal-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.7); +} +.divide-teal-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.75); +} +.divide-teal-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.8); +} +.divide-teal-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.9); +} +.divide-teal-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 0.95); +} +.divide-teal-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(5 80 92 / 1); +} +.divide-teal-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0); +} +.divide-teal-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.05); +} +.divide-teal-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.1); +} +.divide-teal-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.2); +} +.divide-teal-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.25); +} +.divide-teal-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.3); +} +.divide-teal-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.4); +} +.divide-teal-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.5); +} +.divide-teal-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.6); +} +.divide-teal-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.7); +} +.divide-teal-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.75); +} +.divide-teal-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.8); +} +.divide-teal-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.9); +} +.divide-teal-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 0.95); +} +.divide-teal-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(1 68 81 / 1); +} +.divide-cyan-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0); +} +.divide-cyan-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.05); +} +.divide-cyan-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.1); +} +.divide-cyan-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.2); +} +.divide-cyan-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.25); +} +.divide-cyan-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.3); +} +.divide-cyan-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.4); +} +.divide-cyan-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.5); +} +.divide-cyan-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.6); +} +.divide-cyan-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.7); +} +.divide-cyan-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.75); +} +.divide-cyan-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.8); +} +.divide-cyan-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.9); +} +.divide-cyan-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 0.95); +} +.divide-cyan-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 254 255 / 1); +} +.divide-cyan-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0); +} +.divide-cyan-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.05); +} +.divide-cyan-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.1); +} +.divide-cyan-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.2); +} +.divide-cyan-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.25); +} +.divide-cyan-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.3); +} +.divide-cyan-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.4); +} +.divide-cyan-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.5); +} +.divide-cyan-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.6); +} +.divide-cyan-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.7); +} +.divide-cyan-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.75); +} +.divide-cyan-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.8); +} +.divide-cyan-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.9); +} +.divide-cyan-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 0.95); +} +.divide-cyan-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(207 250 254 / 1); +} +.divide-cyan-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0); +} +.divide-cyan-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.05); +} +.divide-cyan-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.1); +} +.divide-cyan-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.2); +} +.divide-cyan-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.25); +} +.divide-cyan-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.3); +} +.divide-cyan-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.4); +} +.divide-cyan-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.5); +} +.divide-cyan-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.6); +} +.divide-cyan-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.7); +} +.divide-cyan-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.75); +} +.divide-cyan-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.8); +} +.divide-cyan-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.9); +} +.divide-cyan-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 0.95); +} +.divide-cyan-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(165 243 252 / 1); +} +.divide-cyan-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0); +} +.divide-cyan-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.05); +} +.divide-cyan-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.1); +} +.divide-cyan-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.2); +} +.divide-cyan-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.25); +} +.divide-cyan-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.3); +} +.divide-cyan-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.4); +} +.divide-cyan-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.5); +} +.divide-cyan-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.6); +} +.divide-cyan-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.7); +} +.divide-cyan-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.75); +} +.divide-cyan-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.8); +} +.divide-cyan-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.9); +} +.divide-cyan-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 0.95); +} +.divide-cyan-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(103 232 249 / 1); +} +.divide-cyan-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0); +} +.divide-cyan-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.05); +} +.divide-cyan-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.1); +} +.divide-cyan-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.2); +} +.divide-cyan-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.25); +} +.divide-cyan-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.3); +} +.divide-cyan-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.4); +} +.divide-cyan-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.5); +} +.divide-cyan-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.6); +} +.divide-cyan-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.7); +} +.divide-cyan-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.75); +} +.divide-cyan-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.8); +} +.divide-cyan-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.9); +} +.divide-cyan-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 0.95); +} +.divide-cyan-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(34 211 238 / 1); +} +.divide-cyan-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0); +} +.divide-cyan-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.05); +} +.divide-cyan-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.1); +} +.divide-cyan-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.2); +} +.divide-cyan-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.25); +} +.divide-cyan-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.3); +} +.divide-cyan-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.4); +} +.divide-cyan-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.5); +} +.divide-cyan-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.6); +} +.divide-cyan-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.7); +} +.divide-cyan-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.75); +} +.divide-cyan-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.8); +} +.divide-cyan-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.9); +} +.divide-cyan-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 0.95); +} +.divide-cyan-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(6 182 212 / 1); +} +.divide-cyan-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0); +} +.divide-cyan-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.05); +} +.divide-cyan-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.1); +} +.divide-cyan-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.2); +} +.divide-cyan-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.25); +} +.divide-cyan-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.3); +} +.divide-cyan-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.4); +} +.divide-cyan-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.5); +} +.divide-cyan-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.6); +} +.divide-cyan-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.7); +} +.divide-cyan-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.75); +} +.divide-cyan-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.8); +} +.divide-cyan-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.9); +} +.divide-cyan-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 0.95); +} +.divide-cyan-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(8 145 178 / 1); +} +.divide-cyan-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0); +} +.divide-cyan-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.05); +} +.divide-cyan-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.1); +} +.divide-cyan-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.2); +} +.divide-cyan-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.25); +} +.divide-cyan-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.3); +} +.divide-cyan-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.4); +} +.divide-cyan-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.5); +} +.divide-cyan-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.6); +} +.divide-cyan-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.7); +} +.divide-cyan-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.75); +} +.divide-cyan-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.8); +} +.divide-cyan-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.9); +} +.divide-cyan-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 0.95); +} +.divide-cyan-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 116 144 / 1); +} +.divide-cyan-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0); +} +.divide-cyan-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.05); +} +.divide-cyan-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.1); +} +.divide-cyan-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.2); +} +.divide-cyan-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.25); +} +.divide-cyan-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.3); +} +.divide-cyan-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.4); +} +.divide-cyan-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.5); +} +.divide-cyan-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.6); +} +.divide-cyan-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.7); +} +.divide-cyan-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.75); +} +.divide-cyan-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.8); +} +.divide-cyan-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.9); +} +.divide-cyan-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 0.95); +} +.divide-cyan-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 94 117 / 1); +} +.divide-cyan-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0); +} +.divide-cyan-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.05); +} +.divide-cyan-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.1); +} +.divide-cyan-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.2); +} +.divide-cyan-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.25); +} +.divide-cyan-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.3); +} +.divide-cyan-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.4); +} +.divide-cyan-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.5); +} +.divide-cyan-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.6); +} +.divide-cyan-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.7); +} +.divide-cyan-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.75); +} +.divide-cyan-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.8); +} +.divide-cyan-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.9); +} +.divide-cyan-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 0.95); +} +.divide-cyan-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(22 78 99 / 1); +} +.divide-sky-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0); +} +.divide-sky-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.05); +} +.divide-sky-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.1); +} +.divide-sky-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.2); +} +.divide-sky-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.25); +} +.divide-sky-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.3); +} +.divide-sky-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.4); +} +.divide-sky-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.5); +} +.divide-sky-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.6); +} +.divide-sky-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.7); +} +.divide-sky-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.75); +} +.divide-sky-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.8); +} +.divide-sky-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.9); +} +.divide-sky-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 0.95); +} +.divide-sky-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 249 255 / 1); +} +.divide-sky-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0); +} +.divide-sky-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.05); +} +.divide-sky-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.1); +} +.divide-sky-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.2); +} +.divide-sky-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.25); +} +.divide-sky-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.3); +} +.divide-sky-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.4); +} +.divide-sky-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.5); +} +.divide-sky-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.6); +} +.divide-sky-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.7); +} +.divide-sky-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.75); +} +.divide-sky-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.8); +} +.divide-sky-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.9); +} +.divide-sky-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 0.95); +} +.divide-sky-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(224 242 254 / 1); +} +.divide-sky-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0); +} +.divide-sky-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.05); +} +.divide-sky-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.1); +} +.divide-sky-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.2); +} +.divide-sky-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.25); +} +.divide-sky-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.3); +} +.divide-sky-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.4); +} +.divide-sky-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.5); +} +.divide-sky-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.6); +} +.divide-sky-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.7); +} +.divide-sky-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.75); +} +.divide-sky-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.8); +} +.divide-sky-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.9); +} +.divide-sky-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 0.95); +} +.divide-sky-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(186 230 253 / 1); +} +.divide-sky-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0); +} +.divide-sky-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.05); +} +.divide-sky-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.1); +} +.divide-sky-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.2); +} +.divide-sky-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.25); +} +.divide-sky-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.3); +} +.divide-sky-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.4); +} +.divide-sky-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.5); +} +.divide-sky-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.6); +} +.divide-sky-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.7); +} +.divide-sky-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.75); +} +.divide-sky-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.8); +} +.divide-sky-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.9); +} +.divide-sky-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 0.95); +} +.divide-sky-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(125 211 252 / 1); +} +.divide-sky-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0); +} +.divide-sky-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.05); +} +.divide-sky-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.1); +} +.divide-sky-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.2); +} +.divide-sky-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.25); +} +.divide-sky-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.3); +} +.divide-sky-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.4); +} +.divide-sky-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.5); +} +.divide-sky-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.6); +} +.divide-sky-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.7); +} +.divide-sky-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.75); +} +.divide-sky-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.8); +} +.divide-sky-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.9); +} +.divide-sky-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 0.95); +} +.divide-sky-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(56 189 248 / 1); +} +.divide-sky-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0); +} +.divide-sky-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.05); +} +.divide-sky-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.1); +} +.divide-sky-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.2); +} +.divide-sky-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.25); +} +.divide-sky-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.3); +} +.divide-sky-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.4); +} +.divide-sky-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.5); +} +.divide-sky-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.6); +} +.divide-sky-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.7); +} +.divide-sky-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.75); +} +.divide-sky-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.8); +} +.divide-sky-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.9); +} +.divide-sky-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 0.95); +} +.divide-sky-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(14 165 233 / 1); +} +.divide-sky-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0); +} +.divide-sky-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.05); +} +.divide-sky-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.1); +} +.divide-sky-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.2); +} +.divide-sky-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.25); +} +.divide-sky-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.3); +} +.divide-sky-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.4); +} +.divide-sky-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.5); +} +.divide-sky-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.6); +} +.divide-sky-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.7); +} +.divide-sky-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.75); +} +.divide-sky-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.8); +} +.divide-sky-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.9); +} +.divide-sky-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 0.95); +} +.divide-sky-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(2 132 199 / 1); +} +.divide-sky-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0); +} +.divide-sky-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.05); +} +.divide-sky-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.1); +} +.divide-sky-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.2); +} +.divide-sky-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.25); +} +.divide-sky-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.3); +} +.divide-sky-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.4); +} +.divide-sky-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.5); +} +.divide-sky-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.6); +} +.divide-sky-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.7); +} +.divide-sky-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.75); +} +.divide-sky-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.8); +} +.divide-sky-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.9); +} +.divide-sky-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 0.95); +} +.divide-sky-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(3 105 161 / 1); +} +.divide-sky-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0); +} +.divide-sky-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.05); +} +.divide-sky-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.1); +} +.divide-sky-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.2); +} +.divide-sky-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.25); +} +.divide-sky-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.3); +} +.divide-sky-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.4); +} +.divide-sky-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.5); +} +.divide-sky-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.6); +} +.divide-sky-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.7); +} +.divide-sky-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.75); +} +.divide-sky-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.8); +} +.divide-sky-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.9); +} +.divide-sky-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 0.95); +} +.divide-sky-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(7 89 133 / 1); +} +.divide-sky-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0); +} +.divide-sky-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.05); +} +.divide-sky-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.1); +} +.divide-sky-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.2); +} +.divide-sky-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.25); +} +.divide-sky-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.3); +} +.divide-sky-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.4); +} +.divide-sky-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.5); +} +.divide-sky-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.6); +} +.divide-sky-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.7); +} +.divide-sky-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.75); +} +.divide-sky-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.8); +} +.divide-sky-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.9); +} +.divide-sky-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 0.95); +} +.divide-sky-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(12 74 110 / 1); +} +.divide-blue-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0); +} +.divide-blue-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.05); +} +.divide-blue-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.1); +} +.divide-blue-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.2); +} +.divide-blue-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.25); +} +.divide-blue-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.3); +} +.divide-blue-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.4); +} +.divide-blue-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.5); +} +.divide-blue-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.6); +} +.divide-blue-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.7); +} +.divide-blue-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.75); +} +.divide-blue-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.8); +} +.divide-blue-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.9); +} +.divide-blue-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 0.95); +} +.divide-blue-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 248 251 / 1); +} +.divide-blue-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0); +} +.divide-blue-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.05); +} +.divide-blue-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.1); +} +.divide-blue-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.2); +} +.divide-blue-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.25); +} +.divide-blue-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.3); +} +.divide-blue-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.4); +} +.divide-blue-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.5); +} +.divide-blue-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.6); +} +.divide-blue-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.7); +} +.divide-blue-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.75); +} +.divide-blue-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.8); +} +.divide-blue-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.9); +} +.divide-blue-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.95); +} +.divide-blue-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 1); +} +.divide-blue-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0); +} +.divide-blue-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.05); +} +.divide-blue-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.1); +} +.divide-blue-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.2); +} +.divide-blue-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.25); +} +.divide-blue-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.3); +} +.divide-blue-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.4); +} +.divide-blue-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.5); +} +.divide-blue-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.6); +} +.divide-blue-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.7); +} +.divide-blue-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.75); +} +.divide-blue-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.8); +} +.divide-blue-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.9); +} +.divide-blue-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 0.95); +} +.divide-blue-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 219 233 / 1); +} +.divide-blue-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0); +} +.divide-blue-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.05); +} +.divide-blue-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.1); +} +.divide-blue-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.2); +} +.divide-blue-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.25); +} +.divide-blue-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.3); +} +.divide-blue-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.4); +} +.divide-blue-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.5); +} +.divide-blue-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.6); +} +.divide-blue-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.7); +} +.divide-blue-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.75); +} +.divide-blue-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.8); +} +.divide-blue-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.9); +} +.divide-blue-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 0.95); +} +.divide-blue-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 197 219 / 1); +} +.divide-blue-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0); +} +.divide-blue-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.05); +} +.divide-blue-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.1); +} +.divide-blue-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.2); +} +.divide-blue-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.25); +} +.divide-blue-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.3); +} +.divide-blue-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.4); +} +.divide-blue-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.5); +} +.divide-blue-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.6); +} +.divide-blue-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.7); +} +.divide-blue-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.75); +} +.divide-blue-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.8); +} +.divide-blue-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.9); +} +.divide-blue-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 0.95); +} +.divide-blue-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 154 193 / 1); +} +.divide-blue-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0); +} +.divide-blue-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.05); +} +.divide-blue-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.1); +} +.divide-blue-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.2); +} +.divide-blue-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.25); +} +.divide-blue-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.3); +} +.divide-blue-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.4); +} +.divide-blue-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.5); +} +.divide-blue-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.6); +} +.divide-blue-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.7); +} +.divide-blue-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.75); +} +.divide-blue-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.8); +} +.divide-blue-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.9); +} +.divide-blue-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.95); +} +.divide-blue-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 1); +} +.divide-blue-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0); +} +.divide-blue-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.05); +} +.divide-blue-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.1); +} +.divide-blue-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.2); +} +.divide-blue-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.25); +} +.divide-blue-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.3); +} +.divide-blue-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.4); +} +.divide-blue-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.5); +} +.divide-blue-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.6); +} +.divide-blue-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.7); +} +.divide-blue-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.75); +} +.divide-blue-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.8); +} +.divide-blue-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.9); +} +.divide-blue-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.95); +} +.divide-blue-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 1); +} +.divide-blue-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0); +} +.divide-blue-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.05); +} +.divide-blue-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.1); +} +.divide-blue-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.2); +} +.divide-blue-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.25); +} +.divide-blue-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.3); +} +.divide-blue-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.4); +} +.divide-blue-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.5); +} +.divide-blue-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.6); +} +.divide-blue-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.7); +} +.divide-blue-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.75); +} +.divide-blue-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.8); +} +.divide-blue-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.9); +} +.divide-blue-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 0.95); +} +.divide-blue-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 83 125 / 1); +} +.divide-blue-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0); +} +.divide-blue-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.05); +} +.divide-blue-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.1); +} +.divide-blue-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.2); +} +.divide-blue-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.25); +} +.divide-blue-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.3); +} +.divide-blue-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.4); +} +.divide-blue-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.5); +} +.divide-blue-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.6); +} +.divide-blue-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.7); +} +.divide-blue-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.75); +} +.divide-blue-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.8); +} +.divide-blue-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.9); +} +.divide-blue-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 0.95); +} +.divide-blue-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 66 100 / 1); +} +.divide-blue-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0); +} +.divide-blue-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.05); +} +.divide-blue-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.1); +} +.divide-blue-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.2); +} +.divide-blue-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.25); +} +.divide-blue-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.3); +} +.divide-blue-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.4); +} +.divide-blue-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.5); +} +.divide-blue-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.6); +} +.divide-blue-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.7); +} +.divide-blue-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.75); +} +.divide-blue-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.8); +} +.divide-blue-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.9); +} +.divide-blue-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 0.95); +} +.divide-blue-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 54 81 / 1); +} +.divide-blue\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0); +} +.divide-blue\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.05); +} +.divide-blue\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.1); +} +.divide-blue\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.2); +} +.divide-blue\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.25); +} +.divide-blue\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.3); +} +.divide-blue\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.4); +} +.divide-blue\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.5); +} +.divide-blue\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.6); +} +.divide-blue\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.7); +} +.divide-blue\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.75); +} +.divide-blue\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.8); +} +.divide-blue\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.9); +} +.divide-blue\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 0.95); +} +.divide-blue\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 110 166 / 1); +} +.divide-indigo-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0); +} +.divide-indigo-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.05); +} +.divide-indigo-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.1); +} +.divide-indigo-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.2); +} +.divide-indigo-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.25); +} +.divide-indigo-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.3); +} +.divide-indigo-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.4); +} +.divide-indigo-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.5); +} +.divide-indigo-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.6); +} +.divide-indigo-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.7); +} +.divide-indigo-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.75); +} +.divide-indigo-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.8); +} +.divide-indigo-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.9); +} +.divide-indigo-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 0.95); +} +.divide-indigo-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 245 255 / 1); +} +.divide-indigo-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0); +} +.divide-indigo-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.05); +} +.divide-indigo-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.1); +} +.divide-indigo-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.2); +} +.divide-indigo-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.25); +} +.divide-indigo-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.3); +} +.divide-indigo-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.4); +} +.divide-indigo-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.5); +} +.divide-indigo-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.6); +} +.divide-indigo-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.7); +} +.divide-indigo-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.75); +} +.divide-indigo-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.8); +} +.divide-indigo-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.9); +} +.divide-indigo-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 0.95); +} +.divide-indigo-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(229 237 255 / 1); +} +.divide-indigo-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0); +} +.divide-indigo-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.05); +} +.divide-indigo-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.1); +} +.divide-indigo-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.2); +} +.divide-indigo-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.25); +} +.divide-indigo-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.3); +} +.divide-indigo-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.4); +} +.divide-indigo-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.5); +} +.divide-indigo-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.6); +} +.divide-indigo-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.7); +} +.divide-indigo-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.75); +} +.divide-indigo-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.8); +} +.divide-indigo-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.9); +} +.divide-indigo-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 0.95); +} +.divide-indigo-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(205 219 254 / 1); +} +.divide-indigo-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0); +} +.divide-indigo-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.05); +} +.divide-indigo-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.1); +} +.divide-indigo-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.2); +} +.divide-indigo-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.25); +} +.divide-indigo-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.3); +} +.divide-indigo-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.4); +} +.divide-indigo-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.5); +} +.divide-indigo-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.6); +} +.divide-indigo-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.7); +} +.divide-indigo-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.75); +} +.divide-indigo-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.8); +} +.divide-indigo-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.9); +} +.divide-indigo-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 0.95); +} +.divide-indigo-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(180 198 252 / 1); +} +.divide-indigo-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0); +} +.divide-indigo-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.05); +} +.divide-indigo-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.1); +} +.divide-indigo-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.2); +} +.divide-indigo-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.25); +} +.divide-indigo-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.3); +} +.divide-indigo-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.4); +} +.divide-indigo-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.5); +} +.divide-indigo-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.6); +} +.divide-indigo-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.7); +} +.divide-indigo-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.75); +} +.divide-indigo-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.8); +} +.divide-indigo-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.9); +} +.divide-indigo-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 0.95); +} +.divide-indigo-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(141 162 251 / 1); +} +.divide-indigo-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0); +} +.divide-indigo-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.05); +} +.divide-indigo-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.1); +} +.divide-indigo-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.2); +} +.divide-indigo-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.25); +} +.divide-indigo-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.3); +} +.divide-indigo-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.4); +} +.divide-indigo-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.5); +} +.divide-indigo-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.6); +} +.divide-indigo-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.7); +} +.divide-indigo-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.75); +} +.divide-indigo-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.8); +} +.divide-indigo-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.9); +} +.divide-indigo-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 0.95); +} +.divide-indigo-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(104 117 245 / 1); +} +.divide-indigo-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0); +} +.divide-indigo-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.05); +} +.divide-indigo-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.1); +} +.divide-indigo-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.2); +} +.divide-indigo-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.25); +} +.divide-indigo-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.3); +} +.divide-indigo-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.4); +} +.divide-indigo-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.5); +} +.divide-indigo-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.6); +} +.divide-indigo-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.7); +} +.divide-indigo-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.75); +} +.divide-indigo-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.8); +} +.divide-indigo-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.9); +} +.divide-indigo-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 0.95); +} +.divide-indigo-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(88 80 236 / 1); +} +.divide-indigo-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0); +} +.divide-indigo-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.05); +} +.divide-indigo-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.1); +} +.divide-indigo-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.2); +} +.divide-indigo-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.25); +} +.divide-indigo-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.3); +} +.divide-indigo-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.4); +} +.divide-indigo-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.5); +} +.divide-indigo-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.6); +} +.divide-indigo-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.7); +} +.divide-indigo-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.75); +} +.divide-indigo-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.8); +} +.divide-indigo-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.9); +} +.divide-indigo-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 0.95); +} +.divide-indigo-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(81 69 205 / 1); +} +.divide-indigo-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0); +} +.divide-indigo-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.05); +} +.divide-indigo-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.1); +} +.divide-indigo-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.2); +} +.divide-indigo-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.25); +} +.divide-indigo-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.3); +} +.divide-indigo-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.4); +} +.divide-indigo-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.5); +} +.divide-indigo-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.6); +} +.divide-indigo-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.7); +} +.divide-indigo-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.75); +} +.divide-indigo-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.8); +} +.divide-indigo-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.9); +} +.divide-indigo-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 0.95); +} +.divide-indigo-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(66 56 157 / 1); +} +.divide-indigo-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0); +} +.divide-indigo-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.05); +} +.divide-indigo-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.1); +} +.divide-indigo-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.2); +} +.divide-indigo-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.25); +} +.divide-indigo-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.3); +} +.divide-indigo-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.4); +} +.divide-indigo-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.5); +} +.divide-indigo-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.6); +} +.divide-indigo-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.7); +} +.divide-indigo-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.75); +} +.divide-indigo-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.8); +} +.divide-indigo-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.9); +} +.divide-indigo-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 0.95); +} +.divide-indigo-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(54 47 120 / 1); +} +.divide-violet-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0); +} +.divide-violet-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.05); +} +.divide-violet-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.1); +} +.divide-violet-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.2); +} +.divide-violet-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.25); +} +.divide-violet-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.3); +} +.divide-violet-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.4); +} +.divide-violet-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.5); +} +.divide-violet-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.6); +} +.divide-violet-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.7); +} +.divide-violet-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.75); +} +.divide-violet-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.8); +} +.divide-violet-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.9); +} +.divide-violet-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 0.95); +} +.divide-violet-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 243 255 / 1); +} +.divide-violet-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0); +} +.divide-violet-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.05); +} +.divide-violet-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.1); +} +.divide-violet-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.2); +} +.divide-violet-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.25); +} +.divide-violet-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.3); +} +.divide-violet-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.4); +} +.divide-violet-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.5); +} +.divide-violet-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.6); +} +.divide-violet-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.7); +} +.divide-violet-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.75); +} +.divide-violet-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.8); +} +.divide-violet-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.9); +} +.divide-violet-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 0.95); +} +.divide-violet-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 233 254 / 1); +} +.divide-violet-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0); +} +.divide-violet-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.05); +} +.divide-violet-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.1); +} +.divide-violet-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.2); +} +.divide-violet-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.25); +} +.divide-violet-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.3); +} +.divide-violet-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.4); +} +.divide-violet-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.5); +} +.divide-violet-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.6); +} +.divide-violet-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.7); +} +.divide-violet-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.75); +} +.divide-violet-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.8); +} +.divide-violet-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.9); +} +.divide-violet-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 0.95); +} +.divide-violet-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 214 254 / 1); +} +.divide-violet-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0); +} +.divide-violet-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.05); +} +.divide-violet-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.1); +} +.divide-violet-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.2); +} +.divide-violet-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.25); +} +.divide-violet-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.3); +} +.divide-violet-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.4); +} +.divide-violet-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.5); +} +.divide-violet-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.6); +} +.divide-violet-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.7); +} +.divide-violet-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.75); +} +.divide-violet-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.8); +} +.divide-violet-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.9); +} +.divide-violet-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 0.95); +} +.divide-violet-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(196 181 253 / 1); +} +.divide-violet-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0); +} +.divide-violet-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.05); +} +.divide-violet-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.1); +} +.divide-violet-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.2); +} +.divide-violet-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.25); +} +.divide-violet-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.3); +} +.divide-violet-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.4); +} +.divide-violet-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.5); +} +.divide-violet-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.6); +} +.divide-violet-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.7); +} +.divide-violet-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.75); +} +.divide-violet-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.8); +} +.divide-violet-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.9); +} +.divide-violet-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 0.95); +} +.divide-violet-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(167 139 250 / 1); +} +.divide-violet-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0); +} +.divide-violet-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.05); +} +.divide-violet-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.1); +} +.divide-violet-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.2); +} +.divide-violet-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.25); +} +.divide-violet-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.3); +} +.divide-violet-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.4); +} +.divide-violet-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.5); +} +.divide-violet-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.6); +} +.divide-violet-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.7); +} +.divide-violet-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.75); +} +.divide-violet-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.8); +} +.divide-violet-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.9); +} +.divide-violet-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 0.95); +} +.divide-violet-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(139 92 246 / 1); +} +.divide-violet-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0); +} +.divide-violet-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.05); +} +.divide-violet-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.1); +} +.divide-violet-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.2); +} +.divide-violet-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.25); +} +.divide-violet-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.3); +} +.divide-violet-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.4); +} +.divide-violet-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.5); +} +.divide-violet-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.6); +} +.divide-violet-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.7); +} +.divide-violet-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.75); +} +.divide-violet-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.8); +} +.divide-violet-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.9); +} +.divide-violet-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 0.95); +} +.divide-violet-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(124 58 237 / 1); +} +.divide-violet-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0); +} +.divide-violet-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.05); +} +.divide-violet-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.1); +} +.divide-violet-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.2); +} +.divide-violet-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.25); +} +.divide-violet-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.3); +} +.divide-violet-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.4); +} +.divide-violet-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.5); +} +.divide-violet-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.6); +} +.divide-violet-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.7); +} +.divide-violet-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.75); +} +.divide-violet-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.8); +} +.divide-violet-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.9); +} +.divide-violet-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 0.95); +} +.divide-violet-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(109 40 217 / 1); +} +.divide-violet-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0); +} +.divide-violet-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.05); +} +.divide-violet-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.1); +} +.divide-violet-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.2); +} +.divide-violet-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.25); +} +.divide-violet-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.3); +} +.divide-violet-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.4); +} +.divide-violet-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.5); +} +.divide-violet-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.6); +} +.divide-violet-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.7); +} +.divide-violet-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.75); +} +.divide-violet-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.8); +} +.divide-violet-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.9); +} +.divide-violet-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 0.95); +} +.divide-violet-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(91 33 182 / 1); +} +.divide-violet-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0); +} +.divide-violet-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.05); +} +.divide-violet-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.1); +} +.divide-violet-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.2); +} +.divide-violet-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.25); +} +.divide-violet-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.3); +} +.divide-violet-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.4); +} +.divide-violet-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.5); +} +.divide-violet-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.6); +} +.divide-violet-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.7); +} +.divide-violet-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.75); +} +.divide-violet-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.8); +} +.divide-violet-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.9); +} +.divide-violet-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 0.95); +} +.divide-violet-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(76 29 149 / 1); +} +.divide-purple-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0); +} +.divide-purple-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.05); +} +.divide-purple-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.1); +} +.divide-purple-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.2); +} +.divide-purple-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.25); +} +.divide-purple-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.3); +} +.divide-purple-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.4); +} +.divide-purple-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.5); +} +.divide-purple-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.6); +} +.divide-purple-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.7); +} +.divide-purple-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.75); +} +.divide-purple-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.8); +} +.divide-purple-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.9); +} +.divide-purple-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 0.95); +} +.divide-purple-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(247 247 249 / 1); +} +.divide-purple-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0); +} +.divide-purple-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.05); +} +.divide-purple-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.1); +} +.divide-purple-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.2); +} +.divide-purple-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.25); +} +.divide-purple-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.3); +} +.divide-purple-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.4); +} +.divide-purple-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.5); +} +.divide-purple-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.6); +} +.divide-purple-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.7); +} +.divide-purple-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.75); +} +.divide-purple-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.8); +} +.divide-purple-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.9); +} +.divide-purple-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.95); +} +.divide-purple-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 1); +} +.divide-purple-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0); +} +.divide-purple-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.05); +} +.divide-purple-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.1); +} +.divide-purple-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.2); +} +.divide-purple-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.25); +} +.divide-purple-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.3); +} +.divide-purple-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.4); +} +.divide-purple-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.5); +} +.divide-purple-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.6); +} +.divide-purple-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.7); +} +.divide-purple-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.75); +} +.divide-purple-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.8); +} +.divide-purple-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.9); +} +.divide-purple-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 0.95); +} +.divide-purple-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(213 213 226 / 1); +} +.divide-purple-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0); +} +.divide-purple-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.05); +} +.divide-purple-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.1); +} +.divide-purple-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.2); +} +.divide-purple-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.25); +} +.divide-purple-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.3); +} +.divide-purple-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.4); +} +.divide-purple-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.5); +} +.divide-purple-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.6); +} +.divide-purple-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.7); +} +.divide-purple-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.75); +} +.divide-purple-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.8); +} +.divide-purple-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.9); +} +.divide-purple-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 0.95); +} +.divide-purple-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(187 188 209 / 1); +} +.divide-purple-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0); +} +.divide-purple-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.05); +} +.divide-purple-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.1); +} +.divide-purple-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.2); +} +.divide-purple-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.25); +} +.divide-purple-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.3); +} +.divide-purple-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.4); +} +.divide-purple-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.5); +} +.divide-purple-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.6); +} +.divide-purple-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.7); +} +.divide-purple-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.75); +} +.divide-purple-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.8); +} +.divide-purple-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.9); +} +.divide-purple-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 0.95); +} +.divide-purple-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 138 174 / 1); +} +.divide-purple-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0); +} +.divide-purple-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.05); +} +.divide-purple-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.1); +} +.divide-purple-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.2); +} +.divide-purple-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.25); +} +.divide-purple-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.3); +} +.divide-purple-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.4); +} +.divide-purple-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.5); +} +.divide-purple-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.6); +} +.divide-purple-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.7); +} +.divide-purple-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.75); +} +.divide-purple-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.8); +} +.divide-purple-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.9); +} +.divide-purple-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.95); +} +.divide-purple-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 1); +} +.divide-purple-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0); +} +.divide-purple-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.05); +} +.divide-purple-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.1); +} +.divide-purple-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.2); +} +.divide-purple-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.25); +} +.divide-purple-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.3); +} +.divide-purple-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.4); +} +.divide-purple-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.5); +} +.divide-purple-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.6); +} +.divide-purple-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.7); +} +.divide-purple-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.75); +} +.divide-purple-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.8); +} +.divide-purple-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.9); +} +.divide-purple-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.95); +} +.divide-purple-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 1); +} +.divide-purple-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0); +} +.divide-purple-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.05); +} +.divide-purple-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.1); +} +.divide-purple-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.2); +} +.divide-purple-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.25); +} +.divide-purple-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.3); +} +.divide-purple-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.4); +} +.divide-purple-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.5); +} +.divide-purple-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.6); +} +.divide-purple-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.7); +} +.divide-purple-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.75); +} +.divide-purple-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.8); +} +.divide-purple-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.9); +} +.divide-purple-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 0.95); +} +.divide-purple-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(64 66 104 / 1); +} +.divide-purple-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0); +} +.divide-purple-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.05); +} +.divide-purple-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.1); +} +.divide-purple-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.2); +} +.divide-purple-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.25); +} +.divide-purple-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.3); +} +.divide-purple-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.4); +} +.divide-purple-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.5); +} +.divide-purple-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.6); +} +.divide-purple-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.7); +} +.divide-purple-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.75); +} +.divide-purple-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.8); +} +.divide-purple-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.9); +} +.divide-purple-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 0.95); +} +.divide-purple-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(51 53 83 / 1); +} +.divide-purple-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0); +} +.divide-purple-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.05); +} +.divide-purple-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.1); +} +.divide-purple-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.2); +} +.divide-purple-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.25); +} +.divide-purple-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.3); +} +.divide-purple-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.4); +} +.divide-purple-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.5); +} +.divide-purple-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.6); +} +.divide-purple-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.7); +} +.divide-purple-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.75); +} +.divide-purple-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.8); +} +.divide-purple-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.9); +} +.divide-purple-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 0.95); +} +.divide-purple-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(42 43 68 / 1); +} +.divide-purple\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0); +} +.divide-purple\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.05); +} +.divide-purple\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.1); +} +.divide-purple\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.2); +} +.divide-purple\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.25); +} +.divide-purple\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.3); +} +.divide-purple\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.4); +} +.divide-purple\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.5); +} +.divide-purple\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.6); +} +.divide-purple\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.7); +} +.divide-purple\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.75); +} +.divide-purple\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.8); +} +.divide-purple\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.9); +} +.divide-purple\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 0.95); +} +.divide-purple\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(85 88 139 / 1); +} +.divide-fuchsia-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0); +} +.divide-fuchsia-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.05); +} +.divide-fuchsia-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.1); +} +.divide-fuchsia-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.2); +} +.divide-fuchsia-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.25); +} +.divide-fuchsia-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.3); +} +.divide-fuchsia-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.4); +} +.divide-fuchsia-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.5); +} +.divide-fuchsia-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.6); +} +.divide-fuchsia-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.7); +} +.divide-fuchsia-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.75); +} +.divide-fuchsia-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.8); +} +.divide-fuchsia-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.9); +} +.divide-fuchsia-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 0.95); +} +.divide-fuchsia-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 244 255 / 1); +} +.divide-fuchsia-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0); +} +.divide-fuchsia-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.05); +} +.divide-fuchsia-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.1); +} +.divide-fuchsia-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.2); +} +.divide-fuchsia-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.25); +} +.divide-fuchsia-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.3); +} +.divide-fuchsia-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.4); +} +.divide-fuchsia-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.5); +} +.divide-fuchsia-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.6); +} +.divide-fuchsia-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.7); +} +.divide-fuchsia-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.75); +} +.divide-fuchsia-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.8); +} +.divide-fuchsia-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.9); +} +.divide-fuchsia-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 0.95); +} +.divide-fuchsia-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 232 255 / 1); +} +.divide-fuchsia-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0); +} +.divide-fuchsia-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.05); +} +.divide-fuchsia-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.1); +} +.divide-fuchsia-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.2); +} +.divide-fuchsia-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.25); +} +.divide-fuchsia-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.3); +} +.divide-fuchsia-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.4); +} +.divide-fuchsia-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.5); +} +.divide-fuchsia-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.6); +} +.divide-fuchsia-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.7); +} +.divide-fuchsia-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.75); +} +.divide-fuchsia-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.8); +} +.divide-fuchsia-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.9); +} +.divide-fuchsia-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 0.95); +} +.divide-fuchsia-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 208 254 / 1); +} +.divide-fuchsia-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0); +} +.divide-fuchsia-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.05); +} +.divide-fuchsia-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.1); +} +.divide-fuchsia-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.2); +} +.divide-fuchsia-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.25); +} +.divide-fuchsia-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.3); +} +.divide-fuchsia-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.4); +} +.divide-fuchsia-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.5); +} +.divide-fuchsia-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.6); +} +.divide-fuchsia-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.7); +} +.divide-fuchsia-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.75); +} +.divide-fuchsia-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.8); +} +.divide-fuchsia-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.9); +} +.divide-fuchsia-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 0.95); +} +.divide-fuchsia-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(240 171 252 / 1); +} +.divide-fuchsia-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0); +} +.divide-fuchsia-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.05); +} +.divide-fuchsia-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.1); +} +.divide-fuchsia-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.2); +} +.divide-fuchsia-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.25); +} +.divide-fuchsia-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.3); +} +.divide-fuchsia-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.4); +} +.divide-fuchsia-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.5); +} +.divide-fuchsia-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.6); +} +.divide-fuchsia-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.7); +} +.divide-fuchsia-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.75); +} +.divide-fuchsia-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.8); +} +.divide-fuchsia-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.9); +} +.divide-fuchsia-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 0.95); +} +.divide-fuchsia-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(232 121 249 / 1); +} +.divide-fuchsia-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0); +} +.divide-fuchsia-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.05); +} +.divide-fuchsia-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.1); +} +.divide-fuchsia-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.2); +} +.divide-fuchsia-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.25); +} +.divide-fuchsia-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.3); +} +.divide-fuchsia-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.4); +} +.divide-fuchsia-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.5); +} +.divide-fuchsia-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.6); +} +.divide-fuchsia-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.7); +} +.divide-fuchsia-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.75); +} +.divide-fuchsia-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.8); +} +.divide-fuchsia-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.9); +} +.divide-fuchsia-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 0.95); +} +.divide-fuchsia-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(217 70 239 / 1); +} +.divide-fuchsia-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0); +} +.divide-fuchsia-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.05); +} +.divide-fuchsia-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.1); +} +.divide-fuchsia-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.2); +} +.divide-fuchsia-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.25); +} +.divide-fuchsia-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.3); +} +.divide-fuchsia-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.4); +} +.divide-fuchsia-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.5); +} +.divide-fuchsia-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.6); +} +.divide-fuchsia-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.7); +} +.divide-fuchsia-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.75); +} +.divide-fuchsia-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.8); +} +.divide-fuchsia-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.9); +} +.divide-fuchsia-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 0.95); +} +.divide-fuchsia-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(192 38 211 / 1); +} +.divide-fuchsia-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0); +} +.divide-fuchsia-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.05); +} +.divide-fuchsia-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.1); +} +.divide-fuchsia-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.2); +} +.divide-fuchsia-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.25); +} +.divide-fuchsia-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.3); +} +.divide-fuchsia-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.4); +} +.divide-fuchsia-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.5); +} +.divide-fuchsia-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.6); +} +.divide-fuchsia-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.7); +} +.divide-fuchsia-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.75); +} +.divide-fuchsia-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.8); +} +.divide-fuchsia-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.9); +} +.divide-fuchsia-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 0.95); +} +.divide-fuchsia-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(162 28 175 / 1); +} +.divide-fuchsia-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0); +} +.divide-fuchsia-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.05); +} +.divide-fuchsia-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.1); +} +.divide-fuchsia-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.2); +} +.divide-fuchsia-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.25); +} +.divide-fuchsia-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.3); +} +.divide-fuchsia-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.4); +} +.divide-fuchsia-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.5); +} +.divide-fuchsia-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.6); +} +.divide-fuchsia-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.7); +} +.divide-fuchsia-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.75); +} +.divide-fuchsia-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.8); +} +.divide-fuchsia-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.9); +} +.divide-fuchsia-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 0.95); +} +.divide-fuchsia-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(134 25 143 / 1); +} +.divide-fuchsia-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0); +} +.divide-fuchsia-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.05); +} +.divide-fuchsia-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.1); +} +.divide-fuchsia-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.2); +} +.divide-fuchsia-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.25); +} +.divide-fuchsia-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.3); +} +.divide-fuchsia-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.4); +} +.divide-fuchsia-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.5); +} +.divide-fuchsia-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.6); +} +.divide-fuchsia-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.7); +} +.divide-fuchsia-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.75); +} +.divide-fuchsia-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.8); +} +.divide-fuchsia-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.9); +} +.divide-fuchsia-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 0.95); +} +.divide-fuchsia-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(112 26 117 / 1); +} +.divide-pink-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0); +} +.divide-pink-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.05); +} +.divide-pink-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.1); +} +.divide-pink-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.2); +} +.divide-pink-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.25); +} +.divide-pink-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.3); +} +.divide-pink-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.4); +} +.divide-pink-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.5); +} +.divide-pink-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.6); +} +.divide-pink-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.7); +} +.divide-pink-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.75); +} +.divide-pink-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.8); +} +.divide-pink-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.9); +} +.divide-pink-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 0.95); +} +.divide-pink-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 242 248 / 1); +} +.divide-pink-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0); +} +.divide-pink-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.05); +} +.divide-pink-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.1); +} +.divide-pink-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.2); +} +.divide-pink-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.25); +} +.divide-pink-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.3); +} +.divide-pink-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.4); +} +.divide-pink-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.5); +} +.divide-pink-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.6); +} +.divide-pink-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.7); +} +.divide-pink-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.75); +} +.divide-pink-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.8); +} +.divide-pink-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.9); +} +.divide-pink-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 0.95); +} +.divide-pink-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 232 243 / 1); +} +.divide-pink-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0); +} +.divide-pink-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.05); +} +.divide-pink-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.1); +} +.divide-pink-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.2); +} +.divide-pink-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.25); +} +.divide-pink-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.3); +} +.divide-pink-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.4); +} +.divide-pink-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.5); +} +.divide-pink-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.6); +} +.divide-pink-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.7); +} +.divide-pink-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.75); +} +.divide-pink-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.8); +} +.divide-pink-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.9); +} +.divide-pink-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 0.95); +} +.divide-pink-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 209 232 / 1); +} +.divide-pink-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0); +} +.divide-pink-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.05); +} +.divide-pink-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.1); +} +.divide-pink-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.2); +} +.divide-pink-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.25); +} +.divide-pink-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.3); +} +.divide-pink-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.4); +} +.divide-pink-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.5); +} +.divide-pink-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.6); +} +.divide-pink-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.7); +} +.divide-pink-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.75); +} +.divide-pink-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.8); +} +.divide-pink-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.9); +} +.divide-pink-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 0.95); +} +.divide-pink-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 180 217 / 1); +} +.divide-pink-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0); +} +.divide-pink-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.05); +} +.divide-pink-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.1); +} +.divide-pink-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.2); +} +.divide-pink-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.25); +} +.divide-pink-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.3); +} +.divide-pink-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.4); +} +.divide-pink-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.5); +} +.divide-pink-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.6); +} +.divide-pink-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.7); +} +.divide-pink-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.75); +} +.divide-pink-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.8); +} +.divide-pink-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.9); +} +.divide-pink-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 0.95); +} +.divide-pink-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 126 184 / 1); +} +.divide-pink-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0); +} +.divide-pink-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.05); +} +.divide-pink-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.1); +} +.divide-pink-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.2); +} +.divide-pink-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.25); +} +.divide-pink-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.3); +} +.divide-pink-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.4); +} +.divide-pink-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.5); +} +.divide-pink-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.6); +} +.divide-pink-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.7); +} +.divide-pink-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.75); +} +.divide-pink-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.8); +} +.divide-pink-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.9); +} +.divide-pink-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 0.95); +} +.divide-pink-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(231 70 148 / 1); +} +.divide-pink-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0); +} +.divide-pink-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.05); +} +.divide-pink-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.1); +} +.divide-pink-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.2); +} +.divide-pink-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.25); +} +.divide-pink-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.3); +} +.divide-pink-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.4); +} +.divide-pink-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.5); +} +.divide-pink-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.6); +} +.divide-pink-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.7); +} +.divide-pink-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.75); +} +.divide-pink-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.8); +} +.divide-pink-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.9); +} +.divide-pink-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 0.95); +} +.divide-pink-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(214 31 105 / 1); +} +.divide-pink-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0); +} +.divide-pink-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.05); +} +.divide-pink-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.1); +} +.divide-pink-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.2); +} +.divide-pink-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.25); +} +.divide-pink-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.3); +} +.divide-pink-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.4); +} +.divide-pink-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.5); +} +.divide-pink-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.6); +} +.divide-pink-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.7); +} +.divide-pink-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.75); +} +.divide-pink-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.8); +} +.divide-pink-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.9); +} +.divide-pink-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 0.95); +} +.divide-pink-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 18 93 / 1); +} +.divide-pink-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0); +} +.divide-pink-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.05); +} +.divide-pink-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.1); +} +.divide-pink-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.2); +} +.divide-pink-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.25); +} +.divide-pink-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.3); +} +.divide-pink-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.4); +} +.divide-pink-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.5); +} +.divide-pink-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.6); +} +.divide-pink-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.7); +} +.divide-pink-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.75); +} +.divide-pink-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.8); +} +.divide-pink-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.9); +} +.divide-pink-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 0.95); +} +.divide-pink-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(153 21 75 / 1); +} +.divide-pink-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0); +} +.divide-pink-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.05); +} +.divide-pink-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.1); +} +.divide-pink-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.2); +} +.divide-pink-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.25); +} +.divide-pink-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.3); +} +.divide-pink-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.4); +} +.divide-pink-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.5); +} +.divide-pink-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.6); +} +.divide-pink-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.7); +} +.divide-pink-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.75); +} +.divide-pink-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.8); +} +.divide-pink-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.9); +} +.divide-pink-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 0.95); +} +.divide-pink-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(117 26 61 / 1); +} +.divide-rose-50\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0); +} +.divide-rose-50\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.05); +} +.divide-rose-50\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.1); +} +.divide-rose-50\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.2); +} +.divide-rose-50\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.25); +} +.divide-rose-50\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.3); +} +.divide-rose-50\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.4); +} +.divide-rose-50\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.5); +} +.divide-rose-50\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.6); +} +.divide-rose-50\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.7); +} +.divide-rose-50\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.75); +} +.divide-rose-50\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.8); +} +.divide-rose-50\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.9); +} +.divide-rose-50\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 0.95); +} +.divide-rose-50\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 241 242 / 1); +} +.divide-rose-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0); +} +.divide-rose-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.05); +} +.divide-rose-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.1); +} +.divide-rose-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.2); +} +.divide-rose-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.25); +} +.divide-rose-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.3); +} +.divide-rose-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.4); +} +.divide-rose-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.5); +} +.divide-rose-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.6); +} +.divide-rose-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.7); +} +.divide-rose-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.75); +} +.divide-rose-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.8); +} +.divide-rose-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.9); +} +.divide-rose-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 0.95); +} +.divide-rose-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 228 230 / 1); +} +.divide-rose-200\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0); +} +.divide-rose-200\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.05); +} +.divide-rose-200\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.1); +} +.divide-rose-200\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.2); +} +.divide-rose-200\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.25); +} +.divide-rose-200\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.3); +} +.divide-rose-200\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.4); +} +.divide-rose-200\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.5); +} +.divide-rose-200\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.6); +} +.divide-rose-200\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.7); +} +.divide-rose-200\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.75); +} +.divide-rose-200\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.8); +} +.divide-rose-200\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.9); +} +.divide-rose-200\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 0.95); +} +.divide-rose-200\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 205 211 / 1); +} +.divide-rose-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0); +} +.divide-rose-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.05); +} +.divide-rose-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.1); +} +.divide-rose-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.2); +} +.divide-rose-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.25); +} +.divide-rose-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.3); +} +.divide-rose-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.4); +} +.divide-rose-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.5); +} +.divide-rose-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.6); +} +.divide-rose-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.7); +} +.divide-rose-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.75); +} +.divide-rose-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.8); +} +.divide-rose-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.9); +} +.divide-rose-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 0.95); +} +.divide-rose-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(253 164 175 / 1); +} +.divide-rose-400\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0); +} +.divide-rose-400\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.05); +} +.divide-rose-400\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.1); +} +.divide-rose-400\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.2); +} +.divide-rose-400\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.25); +} +.divide-rose-400\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.3); +} +.divide-rose-400\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.4); +} +.divide-rose-400\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.5); +} +.divide-rose-400\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.6); +} +.divide-rose-400\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.7); +} +.divide-rose-400\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.75); +} +.divide-rose-400\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.8); +} +.divide-rose-400\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.9); +} +.divide-rose-400\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 0.95); +} +.divide-rose-400\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(251 113 133 / 1); +} +.divide-rose-500\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0); +} +.divide-rose-500\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.05); +} +.divide-rose-500\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.1); +} +.divide-rose-500\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.2); +} +.divide-rose-500\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.25); +} +.divide-rose-500\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.3); +} +.divide-rose-500\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.4); +} +.divide-rose-500\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.5); +} +.divide-rose-500\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.6); +} +.divide-rose-500\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.7); +} +.divide-rose-500\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.75); +} +.divide-rose-500\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.8); +} +.divide-rose-500\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.9); +} +.divide-rose-500\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.95); +} +.divide-rose-500\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 1); +} +.divide-rose-600\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0); +} +.divide-rose-600\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.05); +} +.divide-rose-600\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.1); +} +.divide-rose-600\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.2); +} +.divide-rose-600\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.25); +} +.divide-rose-600\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.3); +} +.divide-rose-600\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.4); +} +.divide-rose-600\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.5); +} +.divide-rose-600\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.6); +} +.divide-rose-600\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.7); +} +.divide-rose-600\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.75); +} +.divide-rose-600\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.8); +} +.divide-rose-600\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.9); +} +.divide-rose-600\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 0.95); +} +.divide-rose-600\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(225 29 72 / 1); +} +.divide-rose-700\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0); +} +.divide-rose-700\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.05); +} +.divide-rose-700\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.1); +} +.divide-rose-700\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.2); +} +.divide-rose-700\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.25); +} +.divide-rose-700\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.3); +} +.divide-rose-700\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.4); +} +.divide-rose-700\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.5); +} +.divide-rose-700\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.6); +} +.divide-rose-700\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.7); +} +.divide-rose-700\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.75); +} +.divide-rose-700\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.8); +} +.divide-rose-700\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.9); +} +.divide-rose-700\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 0.95); +} +.divide-rose-700\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(190 18 60 / 1); +} +.divide-rose-800\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0); +} +.divide-rose-800\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.05); +} +.divide-rose-800\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.1); +} +.divide-rose-800\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.2); +} +.divide-rose-800\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.25); +} +.divide-rose-800\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.3); +} +.divide-rose-800\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.4); +} +.divide-rose-800\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.5); +} +.divide-rose-800\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.6); +} +.divide-rose-800\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.7); +} +.divide-rose-800\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.75); +} +.divide-rose-800\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.8); +} +.divide-rose-800\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.9); +} +.divide-rose-800\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 0.95); +} +.divide-rose-800\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(159 18 57 / 1); +} +.divide-rose-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0); +} +.divide-rose-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.05); +} +.divide-rose-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.1); +} +.divide-rose-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.2); +} +.divide-rose-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.25); +} +.divide-rose-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.3); +} +.divide-rose-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.4); +} +.divide-rose-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.5); +} +.divide-rose-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.6); +} +.divide-rose-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.7); +} +.divide-rose-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.75); +} +.divide-rose-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.8); +} +.divide-rose-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.9); +} +.divide-rose-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 0.95); +} +.divide-rose-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(136 19 55 / 1); +} +.divide-rose\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0); +} +.divide-rose\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.05); +} +.divide-rose\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.1); +} +.divide-rose\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.2); +} +.divide-rose\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.25); +} +.divide-rose\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.3); +} +.divide-rose\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.4); +} +.divide-rose\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.5); +} +.divide-rose\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.6); +} +.divide-rose\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.7); +} +.divide-rose\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.75); +} +.divide-rose\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.8); +} +.divide-rose\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.9); +} +.divide-rose\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 0.95); +} +.divide-rose\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(244 63 94 / 1); +} +.divide-lilac-100\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0); +} +.divide-lilac-100\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.05); +} +.divide-lilac-100\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.1); +} +.divide-lilac-100\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.2); +} +.divide-lilac-100\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.25); +} +.divide-lilac-100\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.3); +} +.divide-lilac-100\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.4); +} +.divide-lilac-100\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.5); +} +.divide-lilac-100\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.6); +} +.divide-lilac-100\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.7); +} +.divide-lilac-100\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.75); +} +.divide-lilac-100\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.8); +} +.divide-lilac-100\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.9); +} +.divide-lilac-100\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 0.95); +} +.divide-lilac-100\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(245 247 250 / 1); +} +.divide-lilac-300\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0); +} +.divide-lilac-300\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.05); +} +.divide-lilac-300\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.1); +} +.divide-lilac-300\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.2); +} +.divide-lilac-300\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.25); +} +.divide-lilac-300\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.3); +} +.divide-lilac-300\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.4); +} +.divide-lilac-300\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.5); +} +.divide-lilac-300\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.6); +} +.divide-lilac-300\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.7); +} +.divide-lilac-300\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.75); +} +.divide-lilac-300\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.8); +} +.divide-lilac-300\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.9); +} +.divide-lilac-300\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 0.95); +} +.divide-lilac-300\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(237 240 252 / 1); +} +.divide-lilac-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0); +} +.divide-lilac-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.05); +} +.divide-lilac-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.1); +} +.divide-lilac-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.2); +} +.divide-lilac-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.25); +} +.divide-lilac-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.3); +} +.divide-lilac-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.4); +} +.divide-lilac-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.5); +} +.divide-lilac-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.6); +} +.divide-lilac-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.7); +} +.divide-lilac-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.75); +} +.divide-lilac-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.8); +} +.divide-lilac-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.9); +} +.divide-lilac-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 0.95); +} +.divide-lilac-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(220 226 249 / 1); +} +.divide-lilac\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0); +} +.divide-lilac\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.05); +} +.divide-lilac\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.1); +} +.divide-lilac\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.2); +} +.divide-lilac\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.25); +} +.divide-lilac\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.3); +} +.divide-lilac\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.4); +} +.divide-lilac\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.5); +} +.divide-lilac\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.6); +} +.divide-lilac\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.7); +} +.divide-lilac\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.75); +} +.divide-lilac\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.8); +} +.divide-lilac\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.9); +} +.divide-lilac\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 0.95); +} +.divide-lilac\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(248 249 254 / 1); +} +.divide-golden-900\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0); +} +.divide-golden-900\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.05); +} +.divide-golden-900\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.1); +} +.divide-golden-900\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.2); +} +.divide-golden-900\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.25); +} +.divide-golden-900\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.3); +} +.divide-golden-900\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.4); +} +.divide-golden-900\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.5); +} +.divide-golden-900\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.6); +} +.divide-golden-900\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.7); +} +.divide-golden-900\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.75); +} +.divide-golden-900\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.8); +} +.divide-golden-900\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.9); +} +.divide-golden-900\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 0.95); +} +.divide-golden-900\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(191 184 130 / 1); +} +.divide-golden\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0); +} +.divide-golden\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.05); +} +.divide-golden\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.1); +} +.divide-golden\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.2); +} +.divide-golden\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.25); +} +.divide-golden\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.3); +} +.divide-golden\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.4); +} +.divide-golden\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.5); +} +.divide-golden\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.6); +} +.divide-golden\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.7); +} +.divide-golden\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.75); +} +.divide-golden\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.8); +} +.divide-golden\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.9); +} +.divide-golden\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 0.95); +} +.divide-golden\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(209 201 137 / 1); +} +.divide-status-success\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0); +} +.divide-status-success\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.05); +} +.divide-status-success\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.1); +} +.divide-status-success\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.2); +} +.divide-status-success\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.25); +} +.divide-status-success\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.3); +} +.divide-status-success\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.4); +} +.divide-status-success\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.5); +} +.divide-status-success\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.6); +} +.divide-status-success\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.7); +} +.divide-status-success\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.75); +} +.divide-status-success\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.8); +} +.divide-status-success\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.9); +} +.divide-status-success\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 0.95); +} +.divide-status-success\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(241 246 238 / 1); +} +.divide-status-danger\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0); +} +.divide-status-danger\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.05); +} +.divide-status-danger\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.1); +} +.divide-status-danger\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.2); +} +.divide-status-danger\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.25); +} +.divide-status-danger\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.3); +} +.divide-status-danger\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.4); +} +.divide-status-danger\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.5); +} +.divide-status-danger\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.6); +} +.divide-status-danger\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.7); +} +.divide-status-danger\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.75); +} +.divide-status-danger\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.8); +} +.divide-status-danger\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.9); +} +.divide-status-danger\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 0.95); +} +.divide-status-danger\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(250 230 230 / 1); +} +.divide-status-sent\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0); +} +.divide-status-sent\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.05); +} +.divide-status-sent\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.1); +} +.divide-status-sent\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.2); +} +.divide-status-sent\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.25); +} +.divide-status-sent\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.3); +} +.divide-status-sent\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.4); +} +.divide-status-sent\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.5); +} +.divide-status-sent\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.6); +} +.divide-status-sent\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.7); +} +.divide-status-sent\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.75); +} +.divide-status-sent\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.8); +} +.divide-status-sent\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.9); +} +.divide-status-sent\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.95); +} +.divide-status-sent\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 1); +} +.divide-status-viewed\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0); +} +.divide-status-viewed\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.05); +} +.divide-status-viewed\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.1); +} +.divide-status-viewed\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.2); +} +.divide-status-viewed\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.25); +} +.divide-status-viewed\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.3); +} +.divide-status-viewed\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.4); +} +.divide-status-viewed\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.5); +} +.divide-status-viewed\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.6); +} +.divide-status-viewed\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.7); +} +.divide-status-viewed\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.75); +} +.divide-status-viewed\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.8); +} +.divide-status-viewed\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.9); +} +.divide-status-viewed\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 0.95); +} +.divide-status-viewed\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(238 238 243 / 1); +} +.divide-status-draft\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0); +} +.divide-status-draft\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.05); +} +.divide-status-draft\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.1); +} +.divide-status-draft\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.2); +} +.divide-status-draft\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.25); +} +.divide-status-draft\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.3); +} +.divide-status-draft\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.4); +} +.divide-status-draft\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.5); +} +.divide-status-draft\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.6); +} +.divide-status-draft\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.7); +} +.divide-status-draft\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.75); +} +.divide-status-draft\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.8); +} +.divide-status-draft\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.9); +} +.divide-status-draft\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 0.95); +} +.divide-status-draft\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(236 236 236 / 1); +} +.divide-status-partial\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0); +} +.divide-status-partial\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.05); +} +.divide-status-partial\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.1); +} +.divide-status-partial\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.2); +} +.divide-status-partial\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.25); +} +.divide-status-partial\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.3); +} +.divide-status-partial\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.4); +} +.divide-status-partial\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.5); +} +.divide-status-partial\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.6); +} +.divide-status-partial\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.7); +} +.divide-status-partial\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.75); +} +.divide-status-partial\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.8); +} +.divide-status-partial\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.9); +} +.divide-status-partial\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 0.95); +} +.divide-status-partial\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(230 241 246 / 1); +} +.divide-status-canceled\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0); +} +.divide-status-canceled\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.05); +} +.divide-status-canceled\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.1); +} +.divide-status-canceled\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.2); +} +.divide-status-canceled\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.25); +} +.divide-status-canceled\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.3); +} +.divide-status-canceled\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.4); +} +.divide-status-canceled\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.5); +} +.divide-status-canceled\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.6); +} +.divide-status-canceled\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.7); +} +.divide-status-canceled\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.75); +} +.divide-status-canceled\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.8); +} +.divide-status-canceled\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.9); +} +.divide-status-canceled\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 0.95); +} +.divide-status-canceled\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(40 40 40 / 1); +} +.divide-status-warning\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0); +} +.divide-status-warning\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.05); +} +.divide-status-warning\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.1); +} +.divide-status-warning\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.2); +} +.divide-status-warning\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.25); +} +.divide-status-warning\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.3); +} +.divide-status-warning\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.4); +} +.divide-status-warning\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.5); +} +.divide-status-warning\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.6); +} +.divide-status-warning\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.7); +} +.divide-status-warning\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.75); +} +.divide-status-warning\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.8); +} +.divide-status-warning\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.9); +} +.divide-status-warning\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 0.95); +} +.divide-status-warning\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(254 245 231 / 1); +} +.divide-text-status-success\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0); +} +.divide-text-status-success\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.05); +} +.divide-text-status-success\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.1); +} +.divide-text-status-success\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.2); +} +.divide-text-status-success\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.25); +} +.divide-text-status-success\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.3); +} +.divide-text-status-success\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.4); +} +.divide-text-status-success\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.5); +} +.divide-text-status-success\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.6); +} +.divide-text-status-success\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.7); +} +.divide-text-status-success\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.75); +} +.divide-text-status-success\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.8); +} +.divide-text-status-success\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.9); +} +.divide-text-status-success\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 0.95); +} +.divide-text-status-success\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(99 145 74 / 1); +} +.divide-text-status-danger\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0); +} +.divide-text-status-danger\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.05); +} +.divide-text-status-danger\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.1); +} +.divide-text-status-danger\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.2); +} +.divide-text-status-danger\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.25); +} +.divide-text-status-danger\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.3); +} +.divide-text-status-danger\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.4); +} +.divide-text-status-danger\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.5); +} +.divide-text-status-danger\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.6); +} +.divide-text-status-danger\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.7); +} +.divide-text-status-danger\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.75); +} +.divide-text-status-danger\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.8); +} +.divide-text-status-danger\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.9); +} +.divide-text-status-danger\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 0.95); +} +.divide-text-status-danger\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 0 0 / 1); +} +.divide-text-status-sent\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0); +} +.divide-text-status-sent\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.05); +} +.divide-text-status-sent\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.1); +} +.divide-text-status-sent\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.2); +} +.divide-text-status-sent\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.25); +} +.divide-text-status-sent\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.3); +} +.divide-text-status-sent\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.4); +} +.divide-text-status-sent\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.5); +} +.divide-text-status-sent\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.6); +} +.divide-text-status-sent\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.7); +} +.divide-text-status-sent\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.75); +} +.divide-text-status-sent\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.8); +} +.divide-text-status-sent\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.9); +} +.divide-text-status-sent\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 0.95); +} +.divide-text-status-sent\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(221 142 10 / 1); +} +.divide-text-status-viewed\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0); +} +.divide-text-status-viewed\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.05); +} +.divide-text-status-viewed\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.1); +} +.divide-text-status-viewed\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.2); +} +.divide-text-status-viewed\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.25); +} +.divide-text-status-viewed\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.3); +} +.divide-text-status-viewed\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.4); +} +.divide-text-status-viewed\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.5); +} +.divide-text-status-viewed\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.6); +} +.divide-text-status-viewed\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.7); +} +.divide-text-status-viewed\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.75); +} +.divide-text-status-viewed\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.8); +} +.divide-text-status-viewed\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.9); +} +.divide-text-status-viewed\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 0.95); +} +.divide-text-status-viewed\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(77 79 125 / 1); +} +.divide-text-status-draft\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0); +} +.divide-text-status-draft\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.05); +} +.divide-text-status-draft\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.1); +} +.divide-text-status-draft\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.2); +} +.divide-text-status-draft\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.25); +} +.divide-text-status-draft\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.3); +} +.divide-text-status-draft\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.4); +} +.divide-text-status-draft\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.5); +} +.divide-text-status-draft\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.6); +} +.divide-text-status-draft\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.7); +} +.divide-text-status-draft\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.75); +} +.divide-text-status-draft\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.8); +} +.divide-text-status-draft\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.9); +} +.divide-text-status-draft\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 0.95); +} +.divide-text-status-draft\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(59 59 59 / 1); +} +.divide-text-status-partial\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0); +} +.divide-text-status-partial\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.05); +} +.divide-text-status-partial\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.1); +} +.divide-text-status-partial\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.2); +} +.divide-text-status-partial\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.25); +} +.divide-text-status-partial\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.3); +} +.divide-text-status-partial\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.4); +} +.divide-text-status-partial\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.5); +} +.divide-text-status-partial\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.6); +} +.divide-text-status-partial\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.7); +} +.divide-text-status-partial\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.75); +} +.divide-text-status-partial\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.8); +} +.divide-text-status-partial\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.9); +} +.divide-text-status-partial\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 0.95); +} +.divide-text-status-partial\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 99 149 / 1); +} +.divide-text-status-canceled\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0); +} +.divide-text-status-canceled\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.05); +} +.divide-text-status-canceled\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.1); +} +.divide-text-status-canceled\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.2); +} +.divide-text-status-canceled\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.25); +} +.divide-text-status-canceled\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.3); +} +.divide-text-status-canceled\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.4); +} +.divide-text-status-canceled\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.5); +} +.divide-text-status-canceled\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.6); +} +.divide-text-status-canceled\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.7); +} +.divide-text-status-canceled\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.75); +} +.divide-text-status-canceled\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.8); +} +.divide-text-status-canceled\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.9); +} +.divide-text-status-canceled\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 0.95); +} +.divide-text-status-canceled\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(255 255 255 / 1); +} +.divide-text-status-warning\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0); +} +.divide-text-status-warning\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.05); +} +.divide-text-status-warning\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.1); +} +.divide-text-status-warning\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.2); +} +.divide-text-status-warning\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.25); +} +.divide-text-status-warning\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.3); +} +.divide-text-status-warning\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.4); +} +.divide-text-status-warning\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.5); +} +.divide-text-status-warning\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.6); +} +.divide-text-status-warning\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.7); +} +.divide-text-status-warning\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.75); +} +.divide-text-status-warning\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.8); +} +.divide-text-status-warning\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.9); +} +.divide-text-status-warning\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 0.95); +} +.divide-text-status-warning\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(184 119 8 / 1); +} +.divide-body\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0); +} +.divide-body\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.05); +} +.divide-body\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.1); +} +.divide-body\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.2); +} +.divide-body\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.25); +} +.divide-body\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.3); +} +.divide-body\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.4); +} +.divide-body\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.5); +} +.divide-body\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.6); +} +.divide-body\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.7); +} +.divide-body\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.75); +} +.divide-body\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.8); +} +.divide-body\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.9); +} +.divide-body\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 0.95); +} +.divide-body\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(252 252 252 / 1); +} +.divide-light-gray\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0); +} +.divide-light-gray\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.05); +} +.divide-light-gray\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.1); +} +.divide-light-gray\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.2); +} +.divide-light-gray\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.25); +} +.divide-light-gray\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.3); +} +.divide-light-gray\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.4); +} +.divide-light-gray\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.5); +} +.divide-light-gray\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.6); +} +.divide-light-gray\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.7); +} +.divide-light-gray\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.75); +} +.divide-light-gray\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.8); +} +.divide-light-gray\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.9); +} +.divide-light-gray\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 0.95); +} +.divide-light-gray\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(199 201 217 / 1); +} +.divide-dark-blue\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0); +} +.divide-dark-blue\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.05); +} +.divide-dark-blue\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.1); +} +.divide-dark-blue\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.2); +} +.divide-dark-blue\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.25); +} +.divide-dark-blue\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.3); +} +.divide-dark-blue\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.4); +} +.divide-dark-blue\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.5); +} +.divide-dark-blue\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.6); +} +.divide-dark-blue\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.7); +} +.divide-dark-blue\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.75); +} +.divide-dark-blue\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.8); +} +.divide-dark-blue\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.9); +} +.divide-dark-blue\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 0.95); +} +.divide-dark-blue\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(21 40 75 / 1); +} +.divide-lighter-gray\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0); +} +.divide-lighter-gray\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.05); +} +.divide-lighter-gray\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.1); +} +.divide-lighter-gray\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.2); +} +.divide-lighter-gray\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.25); +} +.divide-lighter-gray\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.3); +} +.divide-lighter-gray\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.4); +} +.divide-lighter-gray\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.5); +} +.divide-lighter-gray\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.6); +} +.divide-lighter-gray\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.7); +} +.divide-lighter-gray\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.75); +} +.divide-lighter-gray\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.8); +} +.divide-lighter-gray\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.9); +} +.divide-lighter-gray\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 0.95); +} +.divide-lighter-gray\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 242 245 / 1); +} +.divide-purple-lighter\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0); +} +.divide-purple-lighter\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.05); +} +.divide-purple-lighter\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.1); +} +.divide-purple-lighter\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.2); +} +.divide-purple-lighter\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.25); +} +.divide-purple-lighter\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.3); +} +.divide-purple-lighter\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.4); +} +.divide-purple-lighter\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.5); +} +.divide-purple-lighter\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.6); +} +.divide-purple-lighter\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.7); +} +.divide-purple-lighter\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.75); +} +.divide-purple-lighter\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.8); +} +.divide-purple-lighter\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.9); +} +.divide-purple-lighter\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 0.95); +} +.divide-purple-lighter\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(242 244 252 / 1); +} +.divide-modal-background\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0); +} +.divide-modal-background\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.05); +} +.divide-modal-background\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.1); +} +.divide-modal-background\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.2); +} +.divide-modal-background\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.25); +} +.divide-modal-background\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.3); +} +.divide-modal-background\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.4); +} +.divide-modal-background\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.5); +} +.divide-modal-background\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.6); +} +.divide-modal-background\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.7); +} +.divide-modal-background\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.75); +} +.divide-modal-background\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.8); +} +.divide-modal-background\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.9); +} +.divide-modal-background\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 0.95); +} +.divide-modal-background\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(0 0 0 / 1); +} +.divide-testing\/0 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0); +} +.divide-testing\/5 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.05); +} +.divide-testing\/10 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.1); +} +.divide-testing\/20 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.2); +} +.divide-testing\/25 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.25); +} +.divide-testing\/30 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.3); +} +.divide-testing\/40 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.4); +} +.divide-testing\/50 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.5); +} +.divide-testing\/60 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.6); +} +.divide-testing\/70 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.7); +} +.divide-testing\/75 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.75); +} +.divide-testing\/80 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.8); +} +.divide-testing\/90 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.9); +} +.divide-testing\/95 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 0.95); +} +.divide-testing\/100 > :not([hidden]) ~ :not([hidden]){ + border-color: rgb(147 95 7 / 1); +} .divide-opacity-0 > :not([hidden]) ~ :not([hidden]){ --tw-divide-opacity: 0; } @@ -17982,6 +30707,12066 @@ input[type="date"]::-webkit-inner-spin-button, --tw-border-opacity: 1; border-color: rgb(147 95 7 / var(--tw-border-opacity)); } +.border-transparent\/0{ + border-color: rgb(0 0 0 / 0); +} +.border-transparent\/5{ + border-color: rgb(0 0 0 / 0.05); +} +.border-transparent\/10{ + border-color: rgb(0 0 0 / 0.1); +} +.border-transparent\/20{ + border-color: rgb(0 0 0 / 0.2); +} +.border-transparent\/25{ + border-color: rgb(0 0 0 / 0.25); +} +.border-transparent\/30{ + border-color: rgb(0 0 0 / 0.3); +} +.border-transparent\/40{ + border-color: rgb(0 0 0 / 0.4); +} +.border-transparent\/50{ + border-color: rgb(0 0 0 / 0.5); +} +.border-transparent\/60{ + border-color: rgb(0 0 0 / 0.6); +} +.border-transparent\/70{ + border-color: rgb(0 0 0 / 0.7); +} +.border-transparent\/75{ + border-color: rgb(0 0 0 / 0.75); +} +.border-transparent\/80{ + border-color: rgb(0 0 0 / 0.8); +} +.border-transparent\/90{ + border-color: rgb(0 0 0 / 0.9); +} +.border-transparent\/95{ + border-color: rgb(0 0 0 / 0.95); +} +.border-transparent\/100{ + border-color: rgb(0 0 0 / 1); +} +.border-black-50\/0{ + border-color: rgb(246 246 246 / 0); +} +.border-black-50\/5{ + border-color: rgb(246 246 246 / 0.05); +} +.border-black-50\/10{ + border-color: rgb(246 246 246 / 0.1); +} +.border-black-50\/20{ + border-color: rgb(246 246 246 / 0.2); +} +.border-black-50\/25{ + border-color: rgb(246 246 246 / 0.25); +} +.border-black-50\/30{ + border-color: rgb(246 246 246 / 0.3); +} +.border-black-50\/40{ + border-color: rgb(246 246 246 / 0.4); +} +.border-black-50\/50{ + border-color: rgb(246 246 246 / 0.5); +} +.border-black-50\/60{ + border-color: rgb(246 246 246 / 0.6); +} +.border-black-50\/70{ + border-color: rgb(246 246 246 / 0.7); +} +.border-black-50\/75{ + border-color: rgb(246 246 246 / 0.75); +} +.border-black-50\/80{ + border-color: rgb(246 246 246 / 0.8); +} +.border-black-50\/90{ + border-color: rgb(246 246 246 / 0.9); +} +.border-black-50\/95{ + border-color: rgb(246 246 246 / 0.95); +} +.border-black-50\/100{ + border-color: rgb(246 246 246 / 1); +} +.border-black-100\/0{ + border-color: rgb(236 236 236 / 0); +} +.border-black-100\/5{ + border-color: rgb(236 236 236 / 0.05); +} +.border-black-100\/10{ + border-color: rgb(236 236 236 / 0.1); +} +.border-black-100\/20{ + border-color: rgb(236 236 236 / 0.2); +} +.border-black-100\/25{ + border-color: rgb(236 236 236 / 0.25); +} +.border-black-100\/30{ + border-color: rgb(236 236 236 / 0.3); +} +.border-black-100\/40{ + border-color: rgb(236 236 236 / 0.4); +} +.border-black-100\/50{ + border-color: rgb(236 236 236 / 0.5); +} +.border-black-100\/60{ + border-color: rgb(236 236 236 / 0.6); +} +.border-black-100\/70{ + border-color: rgb(236 236 236 / 0.7); +} +.border-black-100\/75{ + border-color: rgb(236 236 236 / 0.75); +} +.border-black-100\/80{ + border-color: rgb(236 236 236 / 0.8); +} +.border-black-100\/90{ + border-color: rgb(236 236 236 / 0.9); +} +.border-black-100\/95{ + border-color: rgb(236 236 236 / 0.95); +} +.border-black-100\/100{ + border-color: rgb(236 236 236 / 1); +} +.border-black-200\/0{ + border-color: rgb(208 208 208 / 0); +} +.border-black-200\/5{ + border-color: rgb(208 208 208 / 0.05); +} +.border-black-200\/10{ + border-color: rgb(208 208 208 / 0.1); +} +.border-black-200\/20{ + border-color: rgb(208 208 208 / 0.2); +} +.border-black-200\/25{ + border-color: rgb(208 208 208 / 0.25); +} +.border-black-200\/30{ + border-color: rgb(208 208 208 / 0.3); +} +.border-black-200\/40{ + border-color: rgb(208 208 208 / 0.4); +} +.border-black-200\/50{ + border-color: rgb(208 208 208 / 0.5); +} +.border-black-200\/60{ + border-color: rgb(208 208 208 / 0.6); +} +.border-black-200\/70{ + border-color: rgb(208 208 208 / 0.7); +} +.border-black-200\/75{ + border-color: rgb(208 208 208 / 0.75); +} +.border-black-200\/80{ + border-color: rgb(208 208 208 / 0.8); +} +.border-black-200\/90{ + border-color: rgb(208 208 208 / 0.9); +} +.border-black-200\/95{ + border-color: rgb(208 208 208 / 0.95); +} +.border-black-200\/100{ + border-color: rgb(208 208 208 / 1); +} +.border-black-300\/0{ + border-color: rgb(179 179 179 / 0); +} +.border-black-300\/5{ + border-color: rgb(179 179 179 / 0.05); +} +.border-black-300\/10{ + border-color: rgb(179 179 179 / 0.1); +} +.border-black-300\/20{ + border-color: rgb(179 179 179 / 0.2); +} +.border-black-300\/25{ + border-color: rgb(179 179 179 / 0.25); +} +.border-black-300\/30{ + border-color: rgb(179 179 179 / 0.3); +} +.border-black-300\/40{ + border-color: rgb(179 179 179 / 0.4); +} +.border-black-300\/50{ + border-color: rgb(179 179 179 / 0.5); +} +.border-black-300\/60{ + border-color: rgb(179 179 179 / 0.6); +} +.border-black-300\/70{ + border-color: rgb(179 179 179 / 0.7); +} +.border-black-300\/75{ + border-color: rgb(179 179 179 / 0.75); +} +.border-black-300\/80{ + border-color: rgb(179 179 179 / 0.8); +} +.border-black-300\/90{ + border-color: rgb(179 179 179 / 0.9); +} +.border-black-300\/95{ + border-color: rgb(179 179 179 / 0.95); +} +.border-black-300\/100{ + border-color: rgb(179 179 179 / 1); +} +.border-black-400\/0{ + border-color: rgb(123 123 123 / 0); +} +.border-black-400\/5{ + border-color: rgb(123 123 123 / 0.05); +} +.border-black-400\/10{ + border-color: rgb(123 123 123 / 0.1); +} +.border-black-400\/20{ + border-color: rgb(123 123 123 / 0.2); +} +.border-black-400\/25{ + border-color: rgb(123 123 123 / 0.25); +} +.border-black-400\/30{ + border-color: rgb(123 123 123 / 0.3); +} +.border-black-400\/40{ + border-color: rgb(123 123 123 / 0.4); +} +.border-black-400\/50{ + border-color: rgb(123 123 123 / 0.5); +} +.border-black-400\/60{ + border-color: rgb(123 123 123 / 0.6); +} +.border-black-400\/70{ + border-color: rgb(123 123 123 / 0.7); +} +.border-black-400\/75{ + border-color: rgb(123 123 123 / 0.75); +} +.border-black-400\/80{ + border-color: rgb(123 123 123 / 0.8); +} +.border-black-400\/90{ + border-color: rgb(123 123 123 / 0.9); +} +.border-black-400\/95{ + border-color: rgb(123 123 123 / 0.95); +} +.border-black-400\/100{ + border-color: rgb(123 123 123 / 1); +} +.border-black-500\/0{ + border-color: rgb(66 66 66 / 0); +} +.border-black-500\/5{ + border-color: rgb(66 66 66 / 0.05); +} +.border-black-500\/10{ + border-color: rgb(66 66 66 / 0.1); +} +.border-black-500\/20{ + border-color: rgb(66 66 66 / 0.2); +} +.border-black-500\/25{ + border-color: rgb(66 66 66 / 0.25); +} +.border-black-500\/30{ + border-color: rgb(66 66 66 / 0.3); +} +.border-black-500\/40{ + border-color: rgb(66 66 66 / 0.4); +} +.border-black-500\/50{ + border-color: rgb(66 66 66 / 0.5); +} +.border-black-500\/60{ + border-color: rgb(66 66 66 / 0.6); +} +.border-black-500\/70{ + border-color: rgb(66 66 66 / 0.7); +} +.border-black-500\/75{ + border-color: rgb(66 66 66 / 0.75); +} +.border-black-500\/80{ + border-color: rgb(66 66 66 / 0.8); +} +.border-black-500\/90{ + border-color: rgb(66 66 66 / 0.9); +} +.border-black-500\/95{ + border-color: rgb(66 66 66 / 0.95); +} +.border-black-500\/100{ + border-color: rgb(66 66 66 / 1); +} +.border-black-600\/0{ + border-color: rgb(59 59 59 / 0); +} +.border-black-600\/5{ + border-color: rgb(59 59 59 / 0.05); +} +.border-black-600\/10{ + border-color: rgb(59 59 59 / 0.1); +} +.border-black-600\/20{ + border-color: rgb(59 59 59 / 0.2); +} +.border-black-600\/25{ + border-color: rgb(59 59 59 / 0.25); +} +.border-black-600\/30{ + border-color: rgb(59 59 59 / 0.3); +} +.border-black-600\/40{ + border-color: rgb(59 59 59 / 0.4); +} +.border-black-600\/50{ + border-color: rgb(59 59 59 / 0.5); +} +.border-black-600\/60{ + border-color: rgb(59 59 59 / 0.6); +} +.border-black-600\/70{ + border-color: rgb(59 59 59 / 0.7); +} +.border-black-600\/75{ + border-color: rgb(59 59 59 / 0.75); +} +.border-black-600\/80{ + border-color: rgb(59 59 59 / 0.8); +} +.border-black-600\/90{ + border-color: rgb(59 59 59 / 0.9); +} +.border-black-600\/95{ + border-color: rgb(59 59 59 / 0.95); +} +.border-black-600\/100{ + border-color: rgb(59 59 59 / 1); +} +.border-black-700\/0{ + border-color: rgb(50 50 50 / 0); +} +.border-black-700\/5{ + border-color: rgb(50 50 50 / 0.05); +} +.border-black-700\/10{ + border-color: rgb(50 50 50 / 0.1); +} +.border-black-700\/20{ + border-color: rgb(50 50 50 / 0.2); +} +.border-black-700\/25{ + border-color: rgb(50 50 50 / 0.25); +} +.border-black-700\/30{ + border-color: rgb(50 50 50 / 0.3); +} +.border-black-700\/40{ + border-color: rgb(50 50 50 / 0.4); +} +.border-black-700\/50{ + border-color: rgb(50 50 50 / 0.5); +} +.border-black-700\/60{ + border-color: rgb(50 50 50 / 0.6); +} +.border-black-700\/70{ + border-color: rgb(50 50 50 / 0.7); +} +.border-black-700\/75{ + border-color: rgb(50 50 50 / 0.75); +} +.border-black-700\/80{ + border-color: rgb(50 50 50 / 0.8); +} +.border-black-700\/90{ + border-color: rgb(50 50 50 / 0.9); +} +.border-black-700\/95{ + border-color: rgb(50 50 50 / 0.95); +} +.border-black-700\/100{ + border-color: rgb(50 50 50 / 1); +} +.border-black-800\/0{ + border-color: rgb(40 40 40 / 0); +} +.border-black-800\/5{ + border-color: rgb(40 40 40 / 0.05); +} +.border-black-800\/10{ + border-color: rgb(40 40 40 / 0.1); +} +.border-black-800\/20{ + border-color: rgb(40 40 40 / 0.2); +} +.border-black-800\/25{ + border-color: rgb(40 40 40 / 0.25); +} +.border-black-800\/30{ + border-color: rgb(40 40 40 / 0.3); +} +.border-black-800\/40{ + border-color: rgb(40 40 40 / 0.4); +} +.border-black-800\/50{ + border-color: rgb(40 40 40 / 0.5); +} +.border-black-800\/60{ + border-color: rgb(40 40 40 / 0.6); +} +.border-black-800\/70{ + border-color: rgb(40 40 40 / 0.7); +} +.border-black-800\/75{ + border-color: rgb(40 40 40 / 0.75); +} +.border-black-800\/80{ + border-color: rgb(40 40 40 / 0.8); +} +.border-black-800\/90{ + border-color: rgb(40 40 40 / 0.9); +} +.border-black-800\/95{ + border-color: rgb(40 40 40 / 0.95); +} +.border-black-800\/100{ + border-color: rgb(40 40 40 / 1); +} +.border-black-900\/0{ + border-color: rgb(32 32 32 / 0); +} +.border-black-900\/5{ + border-color: rgb(32 32 32 / 0.05); +} +.border-black-900\/10{ + border-color: rgb(32 32 32 / 0.1); +} +.border-black-900\/20{ + border-color: rgb(32 32 32 / 0.2); +} +.border-black-900\/25{ + border-color: rgb(32 32 32 / 0.25); +} +.border-black-900\/30{ + border-color: rgb(32 32 32 / 0.3); +} +.border-black-900\/40{ + border-color: rgb(32 32 32 / 0.4); +} +.border-black-900\/50{ + border-color: rgb(32 32 32 / 0.5); +} +.border-black-900\/60{ + border-color: rgb(32 32 32 / 0.6); +} +.border-black-900\/70{ + border-color: rgb(32 32 32 / 0.7); +} +.border-black-900\/75{ + border-color: rgb(32 32 32 / 0.75); +} +.border-black-900\/80{ + border-color: rgb(32 32 32 / 0.8); +} +.border-black-900\/90{ + border-color: rgb(32 32 32 / 0.9); +} +.border-black-900\/95{ + border-color: rgb(32 32 32 / 0.95); +} +.border-black-900\/100{ + border-color: rgb(32 32 32 / 1); +} +.border-black\/0{ + border-color: rgb(66 66 66 / 0); +} +.border-black\/5{ + border-color: rgb(66 66 66 / 0.05); +} +.border-black\/10{ + border-color: rgb(66 66 66 / 0.1); +} +.border-black\/20{ + border-color: rgb(66 66 66 / 0.2); +} +.border-black\/25{ + border-color: rgb(66 66 66 / 0.25); +} +.border-black\/30{ + border-color: rgb(66 66 66 / 0.3); +} +.border-black\/40{ + border-color: rgb(66 66 66 / 0.4); +} +.border-black\/50{ + border-color: rgb(66 66 66 / 0.5); +} +.border-black\/60{ + border-color: rgb(66 66 66 / 0.6); +} +.border-black\/70{ + border-color: rgb(66 66 66 / 0.7); +} +.border-black\/75{ + border-color: rgb(66 66 66 / 0.75); +} +.border-black\/80{ + border-color: rgb(66 66 66 / 0.8); +} +.border-black\/90{ + border-color: rgb(66 66 66 / 0.9); +} +.border-black\/95{ + border-color: rgb(66 66 66 / 0.95); +} +.border-black\/100{ + border-color: rgb(66 66 66 / 1); +} +.border-white\/0{ + border-color: rgb(255 255 255 / 0); +} +.border-white\/5{ + border-color: rgb(255 255 255 / 0.05); +} +.border-white\/10{ + border-color: rgb(255 255 255 / 0.1); +} +.border-white\/20{ + border-color: rgb(255 255 255 / 0.2); +} +.border-white\/25{ + border-color: rgb(255 255 255 / 0.25); +} +.border-white\/30{ + border-color: rgb(255 255 255 / 0.3); +} +.border-white\/40{ + border-color: rgb(255 255 255 / 0.4); +} +.border-white\/50{ + border-color: rgb(255 255 255 / 0.5); +} +.border-white\/60{ + border-color: rgb(255 255 255 / 0.6); +} +.border-white\/70{ + border-color: rgb(255 255 255 / 0.7); +} +.border-white\/75{ + border-color: rgb(255 255 255 / 0.75); +} +.border-white\/80{ + border-color: rgb(255 255 255 / 0.8); +} +.border-white\/90{ + border-color: rgb(255 255 255 / 0.9); +} +.border-white\/95{ + border-color: rgb(255 255 255 / 0.95); +} +.border-white\/100{ + border-color: rgb(255 255 255 / 1); +} +.border-slate-50\/0{ + border-color: rgb(248 250 252 / 0); +} +.border-slate-50\/5{ + border-color: rgb(248 250 252 / 0.05); +} +.border-slate-50\/10{ + border-color: rgb(248 250 252 / 0.1); +} +.border-slate-50\/20{ + border-color: rgb(248 250 252 / 0.2); +} +.border-slate-50\/25{ + border-color: rgb(248 250 252 / 0.25); +} +.border-slate-50\/30{ + border-color: rgb(248 250 252 / 0.3); +} +.border-slate-50\/40{ + border-color: rgb(248 250 252 / 0.4); +} +.border-slate-50\/50{ + border-color: rgb(248 250 252 / 0.5); +} +.border-slate-50\/60{ + border-color: rgb(248 250 252 / 0.6); +} +.border-slate-50\/70{ + border-color: rgb(248 250 252 / 0.7); +} +.border-slate-50\/75{ + border-color: rgb(248 250 252 / 0.75); +} +.border-slate-50\/80{ + border-color: rgb(248 250 252 / 0.8); +} +.border-slate-50\/90{ + border-color: rgb(248 250 252 / 0.9); +} +.border-slate-50\/95{ + border-color: rgb(248 250 252 / 0.95); +} +.border-slate-50\/100{ + border-color: rgb(248 250 252 / 1); +} +.border-slate-100\/0{ + border-color: rgb(241 245 249 / 0); +} +.border-slate-100\/5{ + border-color: rgb(241 245 249 / 0.05); +} +.border-slate-100\/10{ + border-color: rgb(241 245 249 / 0.1); +} +.border-slate-100\/20{ + border-color: rgb(241 245 249 / 0.2); +} +.border-slate-100\/25{ + border-color: rgb(241 245 249 / 0.25); +} +.border-slate-100\/30{ + border-color: rgb(241 245 249 / 0.3); +} +.border-slate-100\/40{ + border-color: rgb(241 245 249 / 0.4); +} +.border-slate-100\/50{ + border-color: rgb(241 245 249 / 0.5); +} +.border-slate-100\/60{ + border-color: rgb(241 245 249 / 0.6); +} +.border-slate-100\/70{ + border-color: rgb(241 245 249 / 0.7); +} +.border-slate-100\/75{ + border-color: rgb(241 245 249 / 0.75); +} +.border-slate-100\/80{ + border-color: rgb(241 245 249 / 0.8); +} +.border-slate-100\/90{ + border-color: rgb(241 245 249 / 0.9); +} +.border-slate-100\/95{ + border-color: rgb(241 245 249 / 0.95); +} +.border-slate-100\/100{ + border-color: rgb(241 245 249 / 1); +} +.border-slate-200\/0{ + border-color: rgb(226 232 240 / 0); +} +.border-slate-200\/5{ + border-color: rgb(226 232 240 / 0.05); +} +.border-slate-200\/10{ + border-color: rgb(226 232 240 / 0.1); +} +.border-slate-200\/20{ + border-color: rgb(226 232 240 / 0.2); +} +.border-slate-200\/25{ + border-color: rgb(226 232 240 / 0.25); +} +.border-slate-200\/30{ + border-color: rgb(226 232 240 / 0.3); +} +.border-slate-200\/40{ + border-color: rgb(226 232 240 / 0.4); +} +.border-slate-200\/50{ + border-color: rgb(226 232 240 / 0.5); +} +.border-slate-200\/60{ + border-color: rgb(226 232 240 / 0.6); +} +.border-slate-200\/70{ + border-color: rgb(226 232 240 / 0.7); +} +.border-slate-200\/75{ + border-color: rgb(226 232 240 / 0.75); +} +.border-slate-200\/80{ + border-color: rgb(226 232 240 / 0.8); +} +.border-slate-200\/90{ + border-color: rgb(226 232 240 / 0.9); +} +.border-slate-200\/95{ + border-color: rgb(226 232 240 / 0.95); +} +.border-slate-200\/100{ + border-color: rgb(226 232 240 / 1); +} +.border-slate-300\/0{ + border-color: rgb(203 213 225 / 0); +} +.border-slate-300\/5{ + border-color: rgb(203 213 225 / 0.05); +} +.border-slate-300\/10{ + border-color: rgb(203 213 225 / 0.1); +} +.border-slate-300\/20{ + border-color: rgb(203 213 225 / 0.2); +} +.border-slate-300\/25{ + border-color: rgb(203 213 225 / 0.25); +} +.border-slate-300\/30{ + border-color: rgb(203 213 225 / 0.3); +} +.border-slate-300\/40{ + border-color: rgb(203 213 225 / 0.4); +} +.border-slate-300\/50{ + border-color: rgb(203 213 225 / 0.5); +} +.border-slate-300\/60{ + border-color: rgb(203 213 225 / 0.6); +} +.border-slate-300\/70{ + border-color: rgb(203 213 225 / 0.7); +} +.border-slate-300\/75{ + border-color: rgb(203 213 225 / 0.75); +} +.border-slate-300\/80{ + border-color: rgb(203 213 225 / 0.8); +} +.border-slate-300\/90{ + border-color: rgb(203 213 225 / 0.9); +} +.border-slate-300\/95{ + border-color: rgb(203 213 225 / 0.95); +} +.border-slate-300\/100{ + border-color: rgb(203 213 225 / 1); +} +.border-slate-400\/0{ + border-color: rgb(148 163 184 / 0); +} +.border-slate-400\/5{ + border-color: rgb(148 163 184 / 0.05); +} +.border-slate-400\/10{ + border-color: rgb(148 163 184 / 0.1); +} +.border-slate-400\/20{ + border-color: rgb(148 163 184 / 0.2); +} +.border-slate-400\/25{ + border-color: rgb(148 163 184 / 0.25); +} +.border-slate-400\/30{ + border-color: rgb(148 163 184 / 0.3); +} +.border-slate-400\/40{ + border-color: rgb(148 163 184 / 0.4); +} +.border-slate-400\/50{ + border-color: rgb(148 163 184 / 0.5); +} +.border-slate-400\/60{ + border-color: rgb(148 163 184 / 0.6); +} +.border-slate-400\/70{ + border-color: rgb(148 163 184 / 0.7); +} +.border-slate-400\/75{ + border-color: rgb(148 163 184 / 0.75); +} +.border-slate-400\/80{ + border-color: rgb(148 163 184 / 0.8); +} +.border-slate-400\/90{ + border-color: rgb(148 163 184 / 0.9); +} +.border-slate-400\/95{ + border-color: rgb(148 163 184 / 0.95); +} +.border-slate-400\/100{ + border-color: rgb(148 163 184 / 1); +} +.border-slate-500\/0{ + border-color: rgb(100 116 139 / 0); +} +.border-slate-500\/5{ + border-color: rgb(100 116 139 / 0.05); +} +.border-slate-500\/10{ + border-color: rgb(100 116 139 / 0.1); +} +.border-slate-500\/20{ + border-color: rgb(100 116 139 / 0.2); +} +.border-slate-500\/25{ + border-color: rgb(100 116 139 / 0.25); +} +.border-slate-500\/30{ + border-color: rgb(100 116 139 / 0.3); +} +.border-slate-500\/40{ + border-color: rgb(100 116 139 / 0.4); +} +.border-slate-500\/50{ + border-color: rgb(100 116 139 / 0.5); +} +.border-slate-500\/60{ + border-color: rgb(100 116 139 / 0.6); +} +.border-slate-500\/70{ + border-color: rgb(100 116 139 / 0.7); +} +.border-slate-500\/75{ + border-color: rgb(100 116 139 / 0.75); +} +.border-slate-500\/80{ + border-color: rgb(100 116 139 / 0.8); +} +.border-slate-500\/90{ + border-color: rgb(100 116 139 / 0.9); +} +.border-slate-500\/95{ + border-color: rgb(100 116 139 / 0.95); +} +.border-slate-500\/100{ + border-color: rgb(100 116 139 / 1); +} +.border-slate-600\/0{ + border-color: rgb(71 85 105 / 0); +} +.border-slate-600\/5{ + border-color: rgb(71 85 105 / 0.05); +} +.border-slate-600\/10{ + border-color: rgb(71 85 105 / 0.1); +} +.border-slate-600\/20{ + border-color: rgb(71 85 105 / 0.2); +} +.border-slate-600\/25{ + border-color: rgb(71 85 105 / 0.25); +} +.border-slate-600\/30{ + border-color: rgb(71 85 105 / 0.3); +} +.border-slate-600\/40{ + border-color: rgb(71 85 105 / 0.4); +} +.border-slate-600\/50{ + border-color: rgb(71 85 105 / 0.5); +} +.border-slate-600\/60{ + border-color: rgb(71 85 105 / 0.6); +} +.border-slate-600\/70{ + border-color: rgb(71 85 105 / 0.7); +} +.border-slate-600\/75{ + border-color: rgb(71 85 105 / 0.75); +} +.border-slate-600\/80{ + border-color: rgb(71 85 105 / 0.8); +} +.border-slate-600\/90{ + border-color: rgb(71 85 105 / 0.9); +} +.border-slate-600\/95{ + border-color: rgb(71 85 105 / 0.95); +} +.border-slate-600\/100{ + border-color: rgb(71 85 105 / 1); +} +.border-slate-700\/0{ + border-color: rgb(51 65 85 / 0); +} +.border-slate-700\/5{ + border-color: rgb(51 65 85 / 0.05); +} +.border-slate-700\/10{ + border-color: rgb(51 65 85 / 0.1); +} +.border-slate-700\/20{ + border-color: rgb(51 65 85 / 0.2); +} +.border-slate-700\/25{ + border-color: rgb(51 65 85 / 0.25); +} +.border-slate-700\/30{ + border-color: rgb(51 65 85 / 0.3); +} +.border-slate-700\/40{ + border-color: rgb(51 65 85 / 0.4); +} +.border-slate-700\/50{ + border-color: rgb(51 65 85 / 0.5); +} +.border-slate-700\/60{ + border-color: rgb(51 65 85 / 0.6); +} +.border-slate-700\/70{ + border-color: rgb(51 65 85 / 0.7); +} +.border-slate-700\/75{ + border-color: rgb(51 65 85 / 0.75); +} +.border-slate-700\/80{ + border-color: rgb(51 65 85 / 0.8); +} +.border-slate-700\/90{ + border-color: rgb(51 65 85 / 0.9); +} +.border-slate-700\/95{ + border-color: rgb(51 65 85 / 0.95); +} +.border-slate-700\/100{ + border-color: rgb(51 65 85 / 1); +} +.border-slate-800\/0{ + border-color: rgb(30 41 59 / 0); +} +.border-slate-800\/5{ + border-color: rgb(30 41 59 / 0.05); +} +.border-slate-800\/10{ + border-color: rgb(30 41 59 / 0.1); +} +.border-slate-800\/20{ + border-color: rgb(30 41 59 / 0.2); +} +.border-slate-800\/25{ + border-color: rgb(30 41 59 / 0.25); +} +.border-slate-800\/30{ + border-color: rgb(30 41 59 / 0.3); +} +.border-slate-800\/40{ + border-color: rgb(30 41 59 / 0.4); +} +.border-slate-800\/50{ + border-color: rgb(30 41 59 / 0.5); +} +.border-slate-800\/60{ + border-color: rgb(30 41 59 / 0.6); +} +.border-slate-800\/70{ + border-color: rgb(30 41 59 / 0.7); +} +.border-slate-800\/75{ + border-color: rgb(30 41 59 / 0.75); +} +.border-slate-800\/80{ + border-color: rgb(30 41 59 / 0.8); +} +.border-slate-800\/90{ + border-color: rgb(30 41 59 / 0.9); +} +.border-slate-800\/95{ + border-color: rgb(30 41 59 / 0.95); +} +.border-slate-800\/100{ + border-color: rgb(30 41 59 / 1); +} +.border-slate-900\/0{ + border-color: rgb(15 23 42 / 0); +} +.border-slate-900\/5{ + border-color: rgb(15 23 42 / 0.05); +} +.border-slate-900\/10{ + border-color: rgb(15 23 42 / 0.1); +} +.border-slate-900\/20{ + border-color: rgb(15 23 42 / 0.2); +} +.border-slate-900\/25{ + border-color: rgb(15 23 42 / 0.25); +} +.border-slate-900\/30{ + border-color: rgb(15 23 42 / 0.3); +} +.border-slate-900\/40{ + border-color: rgb(15 23 42 / 0.4); +} +.border-slate-900\/50{ + border-color: rgb(15 23 42 / 0.5); +} +.border-slate-900\/60{ + border-color: rgb(15 23 42 / 0.6); +} +.border-slate-900\/70{ + border-color: rgb(15 23 42 / 0.7); +} +.border-slate-900\/75{ + border-color: rgb(15 23 42 / 0.75); +} +.border-slate-900\/80{ + border-color: rgb(15 23 42 / 0.8); +} +.border-slate-900\/90{ + border-color: rgb(15 23 42 / 0.9); +} +.border-slate-900\/95{ + border-color: rgb(15 23 42 / 0.95); +} +.border-slate-900\/100{ + border-color: rgb(15 23 42 / 1); +} +.border-gray-50\/0{ + border-color: rgb(249 250 251 / 0); +} +.border-gray-50\/5{ + border-color: rgb(249 250 251 / 0.05); +} +.border-gray-50\/10{ + border-color: rgb(249 250 251 / 0.1); +} +.border-gray-50\/20{ + border-color: rgb(249 250 251 / 0.2); +} +.border-gray-50\/25{ + border-color: rgb(249 250 251 / 0.25); +} +.border-gray-50\/30{ + border-color: rgb(249 250 251 / 0.3); +} +.border-gray-50\/40{ + border-color: rgb(249 250 251 / 0.4); +} +.border-gray-50\/50{ + border-color: rgb(249 250 251 / 0.5); +} +.border-gray-50\/60{ + border-color: rgb(249 250 251 / 0.6); +} +.border-gray-50\/70{ + border-color: rgb(249 250 251 / 0.7); +} +.border-gray-50\/75{ + border-color: rgb(249 250 251 / 0.75); +} +.border-gray-50\/80{ + border-color: rgb(249 250 251 / 0.8); +} +.border-gray-50\/90{ + border-color: rgb(249 250 251 / 0.9); +} +.border-gray-50\/95{ + border-color: rgb(249 250 251 / 0.95); +} +.border-gray-50\/100{ + border-color: rgb(249 250 251 / 1); +} +.border-gray-100\/0{ + border-color: rgb(243 244 246 / 0); +} +.border-gray-100\/5{ + border-color: rgb(243 244 246 / 0.05); +} +.border-gray-100\/10{ + border-color: rgb(243 244 246 / 0.1); +} +.border-gray-100\/20{ + border-color: rgb(243 244 246 / 0.2); +} +.border-gray-100\/25{ + border-color: rgb(243 244 246 / 0.25); +} +.border-gray-100\/30{ + border-color: rgb(243 244 246 / 0.3); +} +.border-gray-100\/40{ + border-color: rgb(243 244 246 / 0.4); +} +.border-gray-100\/50{ + border-color: rgb(243 244 246 / 0.5); +} +.border-gray-100\/60{ + border-color: rgb(243 244 246 / 0.6); +} +.border-gray-100\/70{ + border-color: rgb(243 244 246 / 0.7); +} +.border-gray-100\/75{ + border-color: rgb(243 244 246 / 0.75); +} +.border-gray-100\/80{ + border-color: rgb(243 244 246 / 0.8); +} +.border-gray-100\/90{ + border-color: rgb(243 244 246 / 0.9); +} +.border-gray-100\/95{ + border-color: rgb(243 244 246 / 0.95); +} +.border-gray-100\/100{ + border-color: rgb(243 244 246 / 1); +} +.border-gray-200\/0{ + border-color: rgb(229 231 235 / 0); +} +.border-gray-200\/5{ + border-color: rgb(229 231 235 / 0.05); +} +.border-gray-200\/10{ + border-color: rgb(229 231 235 / 0.1); +} +.border-gray-200\/20{ + border-color: rgb(229 231 235 / 0.2); +} +.border-gray-200\/25{ + border-color: rgb(229 231 235 / 0.25); +} +.border-gray-200\/30{ + border-color: rgb(229 231 235 / 0.3); +} +.border-gray-200\/40{ + border-color: rgb(229 231 235 / 0.4); +} +.border-gray-200\/50{ + border-color: rgb(229 231 235 / 0.5); +} +.border-gray-200\/60{ + border-color: rgb(229 231 235 / 0.6); +} +.border-gray-200\/70{ + border-color: rgb(229 231 235 / 0.7); +} +.border-gray-200\/75{ + border-color: rgb(229 231 235 / 0.75); +} +.border-gray-200\/80{ + border-color: rgb(229 231 235 / 0.8); +} +.border-gray-200\/90{ + border-color: rgb(229 231 235 / 0.9); +} +.border-gray-200\/95{ + border-color: rgb(229 231 235 / 0.95); +} +.border-gray-200\/100{ + border-color: rgb(229 231 235 / 1); +} +.border-gray-300\/0{ + border-color: rgb(209 213 219 / 0); +} +.border-gray-300\/5{ + border-color: rgb(209 213 219 / 0.05); +} +.border-gray-300\/10{ + border-color: rgb(209 213 219 / 0.1); +} +.border-gray-300\/20{ + border-color: rgb(209 213 219 / 0.2); +} +.border-gray-300\/25{ + border-color: rgb(209 213 219 / 0.25); +} +.border-gray-300\/30{ + border-color: rgb(209 213 219 / 0.3); +} +.border-gray-300\/40{ + border-color: rgb(209 213 219 / 0.4); +} +.border-gray-300\/50{ + border-color: rgb(209 213 219 / 0.5); +} +.border-gray-300\/60{ + border-color: rgb(209 213 219 / 0.6); +} +.border-gray-300\/70{ + border-color: rgb(209 213 219 / 0.7); +} +.border-gray-300\/75{ + border-color: rgb(209 213 219 / 0.75); +} +.border-gray-300\/80{ + border-color: rgb(209 213 219 / 0.8); +} +.border-gray-300\/90{ + border-color: rgb(209 213 219 / 0.9); +} +.border-gray-300\/95{ + border-color: rgb(209 213 219 / 0.95); +} +.border-gray-300\/100{ + border-color: rgb(209 213 219 / 1); +} +.border-gray-400\/0{ + border-color: rgb(156 163 175 / 0); +} +.border-gray-400\/5{ + border-color: rgb(156 163 175 / 0.05); +} +.border-gray-400\/10{ + border-color: rgb(156 163 175 / 0.1); +} +.border-gray-400\/20{ + border-color: rgb(156 163 175 / 0.2); +} +.border-gray-400\/25{ + border-color: rgb(156 163 175 / 0.25); +} +.border-gray-400\/30{ + border-color: rgb(156 163 175 / 0.3); +} +.border-gray-400\/40{ + border-color: rgb(156 163 175 / 0.4); +} +.border-gray-400\/50{ + border-color: rgb(156 163 175 / 0.5); +} +.border-gray-400\/60{ + border-color: rgb(156 163 175 / 0.6); +} +.border-gray-400\/70{ + border-color: rgb(156 163 175 / 0.7); +} +.border-gray-400\/75{ + border-color: rgb(156 163 175 / 0.75); +} +.border-gray-400\/80{ + border-color: rgb(156 163 175 / 0.8); +} +.border-gray-400\/90{ + border-color: rgb(156 163 175 / 0.9); +} +.border-gray-400\/95{ + border-color: rgb(156 163 175 / 0.95); +} +.border-gray-400\/100{ + border-color: rgb(156 163 175 / 1); +} +.border-gray-500\/0{ + border-color: rgb(107 114 128 / 0); +} +.border-gray-500\/5{ + border-color: rgb(107 114 128 / 0.05); +} +.border-gray-500\/10{ + border-color: rgb(107 114 128 / 0.1); +} +.border-gray-500\/20{ + border-color: rgb(107 114 128 / 0.2); +} +.border-gray-500\/25{ + border-color: rgb(107 114 128 / 0.25); +} +.border-gray-500\/30{ + border-color: rgb(107 114 128 / 0.3); +} +.border-gray-500\/40{ + border-color: rgb(107 114 128 / 0.4); +} +.border-gray-500\/50{ + border-color: rgb(107 114 128 / 0.5); +} +.border-gray-500\/60{ + border-color: rgb(107 114 128 / 0.6); +} +.border-gray-500\/70{ + border-color: rgb(107 114 128 / 0.7); +} +.border-gray-500\/75{ + border-color: rgb(107 114 128 / 0.75); +} +.border-gray-500\/80{ + border-color: rgb(107 114 128 / 0.8); +} +.border-gray-500\/90{ + border-color: rgb(107 114 128 / 0.9); +} +.border-gray-500\/95{ + border-color: rgb(107 114 128 / 0.95); +} +.border-gray-500\/100{ + border-color: rgb(107 114 128 / 1); +} +.border-gray-600\/0{ + border-color: rgb(75 85 99 / 0); +} +.border-gray-600\/5{ + border-color: rgb(75 85 99 / 0.05); +} +.border-gray-600\/10{ + border-color: rgb(75 85 99 / 0.1); +} +.border-gray-600\/20{ + border-color: rgb(75 85 99 / 0.2); +} +.border-gray-600\/25{ + border-color: rgb(75 85 99 / 0.25); +} +.border-gray-600\/30{ + border-color: rgb(75 85 99 / 0.3); +} +.border-gray-600\/40{ + border-color: rgb(75 85 99 / 0.4); +} +.border-gray-600\/50{ + border-color: rgb(75 85 99 / 0.5); +} +.border-gray-600\/60{ + border-color: rgb(75 85 99 / 0.6); +} +.border-gray-600\/70{ + border-color: rgb(75 85 99 / 0.7); +} +.border-gray-600\/75{ + border-color: rgb(75 85 99 / 0.75); +} +.border-gray-600\/80{ + border-color: rgb(75 85 99 / 0.8); +} +.border-gray-600\/90{ + border-color: rgb(75 85 99 / 0.9); +} +.border-gray-600\/95{ + border-color: rgb(75 85 99 / 0.95); +} +.border-gray-600\/100{ + border-color: rgb(75 85 99 / 1); +} +.border-gray-700\/0{ + border-color: rgb(55 65 81 / 0); +} +.border-gray-700\/5{ + border-color: rgb(55 65 81 / 0.05); +} +.border-gray-700\/10{ + border-color: rgb(55 65 81 / 0.1); +} +.border-gray-700\/20{ + border-color: rgb(55 65 81 / 0.2); +} +.border-gray-700\/25{ + border-color: rgb(55 65 81 / 0.25); +} +.border-gray-700\/30{ + border-color: rgb(55 65 81 / 0.3); +} +.border-gray-700\/40{ + border-color: rgb(55 65 81 / 0.4); +} +.border-gray-700\/50{ + border-color: rgb(55 65 81 / 0.5); +} +.border-gray-700\/60{ + border-color: rgb(55 65 81 / 0.6); +} +.border-gray-700\/70{ + border-color: rgb(55 65 81 / 0.7); +} +.border-gray-700\/75{ + border-color: rgb(55 65 81 / 0.75); +} +.border-gray-700\/80{ + border-color: rgb(55 65 81 / 0.8); +} +.border-gray-700\/90{ + border-color: rgb(55 65 81 / 0.9); +} +.border-gray-700\/95{ + border-color: rgb(55 65 81 / 0.95); +} +.border-gray-700\/100{ + border-color: rgb(55 65 81 / 1); +} +.border-gray-800\/0{ + border-color: rgb(31 41 55 / 0); +} +.border-gray-800\/5{ + border-color: rgb(31 41 55 / 0.05); +} +.border-gray-800\/10{ + border-color: rgb(31 41 55 / 0.1); +} +.border-gray-800\/20{ + border-color: rgb(31 41 55 / 0.2); +} +.border-gray-800\/25{ + border-color: rgb(31 41 55 / 0.25); +} +.border-gray-800\/30{ + border-color: rgb(31 41 55 / 0.3); +} +.border-gray-800\/40{ + border-color: rgb(31 41 55 / 0.4); +} +.border-gray-800\/50{ + border-color: rgb(31 41 55 / 0.5); +} +.border-gray-800\/60{ + border-color: rgb(31 41 55 / 0.6); +} +.border-gray-800\/70{ + border-color: rgb(31 41 55 / 0.7); +} +.border-gray-800\/75{ + border-color: rgb(31 41 55 / 0.75); +} +.border-gray-800\/80{ + border-color: rgb(31 41 55 / 0.8); +} +.border-gray-800\/90{ + border-color: rgb(31 41 55 / 0.9); +} +.border-gray-800\/95{ + border-color: rgb(31 41 55 / 0.95); +} +.border-gray-800\/100{ + border-color: rgb(31 41 55 / 1); +} +.border-gray-900\/0{ + border-color: rgb(17 24 39 / 0); +} +.border-gray-900\/5{ + border-color: rgb(17 24 39 / 0.05); +} +.border-gray-900\/10{ + border-color: rgb(17 24 39 / 0.1); +} +.border-gray-900\/20{ + border-color: rgb(17 24 39 / 0.2); +} +.border-gray-900\/25{ + border-color: rgb(17 24 39 / 0.25); +} +.border-gray-900\/30{ + border-color: rgb(17 24 39 / 0.3); +} +.border-gray-900\/40{ + border-color: rgb(17 24 39 / 0.4); +} +.border-gray-900\/50{ + border-color: rgb(17 24 39 / 0.5); +} +.border-gray-900\/60{ + border-color: rgb(17 24 39 / 0.6); +} +.border-gray-900\/70{ + border-color: rgb(17 24 39 / 0.7); +} +.border-gray-900\/75{ + border-color: rgb(17 24 39 / 0.75); +} +.border-gray-900\/80{ + border-color: rgb(17 24 39 / 0.8); +} +.border-gray-900\/90{ + border-color: rgb(17 24 39 / 0.9); +} +.border-gray-900\/95{ + border-color: rgb(17 24 39 / 0.95); +} +.border-gray-900\/100{ + border-color: rgb(17 24 39 / 1); +} +.border-zinc-50\/0{ + border-color: rgb(250 250 250 / 0); +} +.border-zinc-50\/5{ + border-color: rgb(250 250 250 / 0.05); +} +.border-zinc-50\/10{ + border-color: rgb(250 250 250 / 0.1); +} +.border-zinc-50\/20{ + border-color: rgb(250 250 250 / 0.2); +} +.border-zinc-50\/25{ + border-color: rgb(250 250 250 / 0.25); +} +.border-zinc-50\/30{ + border-color: rgb(250 250 250 / 0.3); +} +.border-zinc-50\/40{ + border-color: rgb(250 250 250 / 0.4); +} +.border-zinc-50\/50{ + border-color: rgb(250 250 250 / 0.5); +} +.border-zinc-50\/60{ + border-color: rgb(250 250 250 / 0.6); +} +.border-zinc-50\/70{ + border-color: rgb(250 250 250 / 0.7); +} +.border-zinc-50\/75{ + border-color: rgb(250 250 250 / 0.75); +} +.border-zinc-50\/80{ + border-color: rgb(250 250 250 / 0.8); +} +.border-zinc-50\/90{ + border-color: rgb(250 250 250 / 0.9); +} +.border-zinc-50\/95{ + border-color: rgb(250 250 250 / 0.95); +} +.border-zinc-50\/100{ + border-color: rgb(250 250 250 / 1); +} +.border-zinc-100\/0{ + border-color: rgb(244 244 245 / 0); +} +.border-zinc-100\/5{ + border-color: rgb(244 244 245 / 0.05); +} +.border-zinc-100\/10{ + border-color: rgb(244 244 245 / 0.1); +} +.border-zinc-100\/20{ + border-color: rgb(244 244 245 / 0.2); +} +.border-zinc-100\/25{ + border-color: rgb(244 244 245 / 0.25); +} +.border-zinc-100\/30{ + border-color: rgb(244 244 245 / 0.3); +} +.border-zinc-100\/40{ + border-color: rgb(244 244 245 / 0.4); +} +.border-zinc-100\/50{ + border-color: rgb(244 244 245 / 0.5); +} +.border-zinc-100\/60{ + border-color: rgb(244 244 245 / 0.6); +} +.border-zinc-100\/70{ + border-color: rgb(244 244 245 / 0.7); +} +.border-zinc-100\/75{ + border-color: rgb(244 244 245 / 0.75); +} +.border-zinc-100\/80{ + border-color: rgb(244 244 245 / 0.8); +} +.border-zinc-100\/90{ + border-color: rgb(244 244 245 / 0.9); +} +.border-zinc-100\/95{ + border-color: rgb(244 244 245 / 0.95); +} +.border-zinc-100\/100{ + border-color: rgb(244 244 245 / 1); +} +.border-zinc-200\/0{ + border-color: rgb(228 228 231 / 0); +} +.border-zinc-200\/5{ + border-color: rgb(228 228 231 / 0.05); +} +.border-zinc-200\/10{ + border-color: rgb(228 228 231 / 0.1); +} +.border-zinc-200\/20{ + border-color: rgb(228 228 231 / 0.2); +} +.border-zinc-200\/25{ + border-color: rgb(228 228 231 / 0.25); +} +.border-zinc-200\/30{ + border-color: rgb(228 228 231 / 0.3); +} +.border-zinc-200\/40{ + border-color: rgb(228 228 231 / 0.4); +} +.border-zinc-200\/50{ + border-color: rgb(228 228 231 / 0.5); +} +.border-zinc-200\/60{ + border-color: rgb(228 228 231 / 0.6); +} +.border-zinc-200\/70{ + border-color: rgb(228 228 231 / 0.7); +} +.border-zinc-200\/75{ + border-color: rgb(228 228 231 / 0.75); +} +.border-zinc-200\/80{ + border-color: rgb(228 228 231 / 0.8); +} +.border-zinc-200\/90{ + border-color: rgb(228 228 231 / 0.9); +} +.border-zinc-200\/95{ + border-color: rgb(228 228 231 / 0.95); +} +.border-zinc-200\/100{ + border-color: rgb(228 228 231 / 1); +} +.border-zinc-300\/0{ + border-color: rgb(212 212 216 / 0); +} +.border-zinc-300\/5{ + border-color: rgb(212 212 216 / 0.05); +} +.border-zinc-300\/10{ + border-color: rgb(212 212 216 / 0.1); +} +.border-zinc-300\/20{ + border-color: rgb(212 212 216 / 0.2); +} +.border-zinc-300\/25{ + border-color: rgb(212 212 216 / 0.25); +} +.border-zinc-300\/30{ + border-color: rgb(212 212 216 / 0.3); +} +.border-zinc-300\/40{ + border-color: rgb(212 212 216 / 0.4); +} +.border-zinc-300\/50{ + border-color: rgb(212 212 216 / 0.5); +} +.border-zinc-300\/60{ + border-color: rgb(212 212 216 / 0.6); +} +.border-zinc-300\/70{ + border-color: rgb(212 212 216 / 0.7); +} +.border-zinc-300\/75{ + border-color: rgb(212 212 216 / 0.75); +} +.border-zinc-300\/80{ + border-color: rgb(212 212 216 / 0.8); +} +.border-zinc-300\/90{ + border-color: rgb(212 212 216 / 0.9); +} +.border-zinc-300\/95{ + border-color: rgb(212 212 216 / 0.95); +} +.border-zinc-300\/100{ + border-color: rgb(212 212 216 / 1); +} +.border-zinc-400\/0{ + border-color: rgb(161 161 170 / 0); +} +.border-zinc-400\/5{ + border-color: rgb(161 161 170 / 0.05); +} +.border-zinc-400\/10{ + border-color: rgb(161 161 170 / 0.1); +} +.border-zinc-400\/20{ + border-color: rgb(161 161 170 / 0.2); +} +.border-zinc-400\/25{ + border-color: rgb(161 161 170 / 0.25); +} +.border-zinc-400\/30{ + border-color: rgb(161 161 170 / 0.3); +} +.border-zinc-400\/40{ + border-color: rgb(161 161 170 / 0.4); +} +.border-zinc-400\/50{ + border-color: rgb(161 161 170 / 0.5); +} +.border-zinc-400\/60{ + border-color: rgb(161 161 170 / 0.6); +} +.border-zinc-400\/70{ + border-color: rgb(161 161 170 / 0.7); +} +.border-zinc-400\/75{ + border-color: rgb(161 161 170 / 0.75); +} +.border-zinc-400\/80{ + border-color: rgb(161 161 170 / 0.8); +} +.border-zinc-400\/90{ + border-color: rgb(161 161 170 / 0.9); +} +.border-zinc-400\/95{ + border-color: rgb(161 161 170 / 0.95); +} +.border-zinc-400\/100{ + border-color: rgb(161 161 170 / 1); +} +.border-zinc-500\/0{ + border-color: rgb(113 113 122 / 0); +} +.border-zinc-500\/5{ + border-color: rgb(113 113 122 / 0.05); +} +.border-zinc-500\/10{ + border-color: rgb(113 113 122 / 0.1); +} +.border-zinc-500\/20{ + border-color: rgb(113 113 122 / 0.2); +} +.border-zinc-500\/25{ + border-color: rgb(113 113 122 / 0.25); +} +.border-zinc-500\/30{ + border-color: rgb(113 113 122 / 0.3); +} +.border-zinc-500\/40{ + border-color: rgb(113 113 122 / 0.4); +} +.border-zinc-500\/50{ + border-color: rgb(113 113 122 / 0.5); +} +.border-zinc-500\/60{ + border-color: rgb(113 113 122 / 0.6); +} +.border-zinc-500\/70{ + border-color: rgb(113 113 122 / 0.7); +} +.border-zinc-500\/75{ + border-color: rgb(113 113 122 / 0.75); +} +.border-zinc-500\/80{ + border-color: rgb(113 113 122 / 0.8); +} +.border-zinc-500\/90{ + border-color: rgb(113 113 122 / 0.9); +} +.border-zinc-500\/95{ + border-color: rgb(113 113 122 / 0.95); +} +.border-zinc-500\/100{ + border-color: rgb(113 113 122 / 1); +} +.border-zinc-600\/0{ + border-color: rgb(82 82 91 / 0); +} +.border-zinc-600\/5{ + border-color: rgb(82 82 91 / 0.05); +} +.border-zinc-600\/10{ + border-color: rgb(82 82 91 / 0.1); +} +.border-zinc-600\/20{ + border-color: rgb(82 82 91 / 0.2); +} +.border-zinc-600\/25{ + border-color: rgb(82 82 91 / 0.25); +} +.border-zinc-600\/30{ + border-color: rgb(82 82 91 / 0.3); +} +.border-zinc-600\/40{ + border-color: rgb(82 82 91 / 0.4); +} +.border-zinc-600\/50{ + border-color: rgb(82 82 91 / 0.5); +} +.border-zinc-600\/60{ + border-color: rgb(82 82 91 / 0.6); +} +.border-zinc-600\/70{ + border-color: rgb(82 82 91 / 0.7); +} +.border-zinc-600\/75{ + border-color: rgb(82 82 91 / 0.75); +} +.border-zinc-600\/80{ + border-color: rgb(82 82 91 / 0.8); +} +.border-zinc-600\/90{ + border-color: rgb(82 82 91 / 0.9); +} +.border-zinc-600\/95{ + border-color: rgb(82 82 91 / 0.95); +} +.border-zinc-600\/100{ + border-color: rgb(82 82 91 / 1); +} +.border-zinc-700\/0{ + border-color: rgb(63 63 70 / 0); +} +.border-zinc-700\/5{ + border-color: rgb(63 63 70 / 0.05); +} +.border-zinc-700\/10{ + border-color: rgb(63 63 70 / 0.1); +} +.border-zinc-700\/20{ + border-color: rgb(63 63 70 / 0.2); +} +.border-zinc-700\/25{ + border-color: rgb(63 63 70 / 0.25); +} +.border-zinc-700\/30{ + border-color: rgb(63 63 70 / 0.3); +} +.border-zinc-700\/40{ + border-color: rgb(63 63 70 / 0.4); +} +.border-zinc-700\/50{ + border-color: rgb(63 63 70 / 0.5); +} +.border-zinc-700\/60{ + border-color: rgb(63 63 70 / 0.6); +} +.border-zinc-700\/70{ + border-color: rgb(63 63 70 / 0.7); +} +.border-zinc-700\/75{ + border-color: rgb(63 63 70 / 0.75); +} +.border-zinc-700\/80{ + border-color: rgb(63 63 70 / 0.8); +} +.border-zinc-700\/90{ + border-color: rgb(63 63 70 / 0.9); +} +.border-zinc-700\/95{ + border-color: rgb(63 63 70 / 0.95); +} +.border-zinc-700\/100{ + border-color: rgb(63 63 70 / 1); +} +.border-zinc-800\/0{ + border-color: rgb(39 39 42 / 0); +} +.border-zinc-800\/5{ + border-color: rgb(39 39 42 / 0.05); +} +.border-zinc-800\/10{ + border-color: rgb(39 39 42 / 0.1); +} +.border-zinc-800\/20{ + border-color: rgb(39 39 42 / 0.2); +} +.border-zinc-800\/25{ + border-color: rgb(39 39 42 / 0.25); +} +.border-zinc-800\/30{ + border-color: rgb(39 39 42 / 0.3); +} +.border-zinc-800\/40{ + border-color: rgb(39 39 42 / 0.4); +} +.border-zinc-800\/50{ + border-color: rgb(39 39 42 / 0.5); +} +.border-zinc-800\/60{ + border-color: rgb(39 39 42 / 0.6); +} +.border-zinc-800\/70{ + border-color: rgb(39 39 42 / 0.7); +} +.border-zinc-800\/75{ + border-color: rgb(39 39 42 / 0.75); +} +.border-zinc-800\/80{ + border-color: rgb(39 39 42 / 0.8); +} +.border-zinc-800\/90{ + border-color: rgb(39 39 42 / 0.9); +} +.border-zinc-800\/95{ + border-color: rgb(39 39 42 / 0.95); +} +.border-zinc-800\/100{ + border-color: rgb(39 39 42 / 1); +} +.border-zinc-900\/0{ + border-color: rgb(24 24 27 / 0); +} +.border-zinc-900\/5{ + border-color: rgb(24 24 27 / 0.05); +} +.border-zinc-900\/10{ + border-color: rgb(24 24 27 / 0.1); +} +.border-zinc-900\/20{ + border-color: rgb(24 24 27 / 0.2); +} +.border-zinc-900\/25{ + border-color: rgb(24 24 27 / 0.25); +} +.border-zinc-900\/30{ + border-color: rgb(24 24 27 / 0.3); +} +.border-zinc-900\/40{ + border-color: rgb(24 24 27 / 0.4); +} +.border-zinc-900\/50{ + border-color: rgb(24 24 27 / 0.5); +} +.border-zinc-900\/60{ + border-color: rgb(24 24 27 / 0.6); +} +.border-zinc-900\/70{ + border-color: rgb(24 24 27 / 0.7); +} +.border-zinc-900\/75{ + border-color: rgb(24 24 27 / 0.75); +} +.border-zinc-900\/80{ + border-color: rgb(24 24 27 / 0.8); +} +.border-zinc-900\/90{ + border-color: rgb(24 24 27 / 0.9); +} +.border-zinc-900\/95{ + border-color: rgb(24 24 27 / 0.95); +} +.border-zinc-900\/100{ + border-color: rgb(24 24 27 / 1); +} +.border-neutral-50\/0{ + border-color: rgb(250 250 250 / 0); +} +.border-neutral-50\/5{ + border-color: rgb(250 250 250 / 0.05); +} +.border-neutral-50\/10{ + border-color: rgb(250 250 250 / 0.1); +} +.border-neutral-50\/20{ + border-color: rgb(250 250 250 / 0.2); +} +.border-neutral-50\/25{ + border-color: rgb(250 250 250 / 0.25); +} +.border-neutral-50\/30{ + border-color: rgb(250 250 250 / 0.3); +} +.border-neutral-50\/40{ + border-color: rgb(250 250 250 / 0.4); +} +.border-neutral-50\/50{ + border-color: rgb(250 250 250 / 0.5); +} +.border-neutral-50\/60{ + border-color: rgb(250 250 250 / 0.6); +} +.border-neutral-50\/70{ + border-color: rgb(250 250 250 / 0.7); +} +.border-neutral-50\/75{ + border-color: rgb(250 250 250 / 0.75); +} +.border-neutral-50\/80{ + border-color: rgb(250 250 250 / 0.8); +} +.border-neutral-50\/90{ + border-color: rgb(250 250 250 / 0.9); +} +.border-neutral-50\/95{ + border-color: rgb(250 250 250 / 0.95); +} +.border-neutral-50\/100{ + border-color: rgb(250 250 250 / 1); +} +.border-neutral-100\/0{ + border-color: rgb(245 245 245 / 0); +} +.border-neutral-100\/5{ + border-color: rgb(245 245 245 / 0.05); +} +.border-neutral-100\/10{ + border-color: rgb(245 245 245 / 0.1); +} +.border-neutral-100\/20{ + border-color: rgb(245 245 245 / 0.2); +} +.border-neutral-100\/25{ + border-color: rgb(245 245 245 / 0.25); +} +.border-neutral-100\/30{ + border-color: rgb(245 245 245 / 0.3); +} +.border-neutral-100\/40{ + border-color: rgb(245 245 245 / 0.4); +} +.border-neutral-100\/50{ + border-color: rgb(245 245 245 / 0.5); +} +.border-neutral-100\/60{ + border-color: rgb(245 245 245 / 0.6); +} +.border-neutral-100\/70{ + border-color: rgb(245 245 245 / 0.7); +} +.border-neutral-100\/75{ + border-color: rgb(245 245 245 / 0.75); +} +.border-neutral-100\/80{ + border-color: rgb(245 245 245 / 0.8); +} +.border-neutral-100\/90{ + border-color: rgb(245 245 245 / 0.9); +} +.border-neutral-100\/95{ + border-color: rgb(245 245 245 / 0.95); +} +.border-neutral-100\/100{ + border-color: rgb(245 245 245 / 1); +} +.border-neutral-200\/0{ + border-color: rgb(229 229 229 / 0); +} +.border-neutral-200\/5{ + border-color: rgb(229 229 229 / 0.05); +} +.border-neutral-200\/10{ + border-color: rgb(229 229 229 / 0.1); +} +.border-neutral-200\/20{ + border-color: rgb(229 229 229 / 0.2); +} +.border-neutral-200\/25{ + border-color: rgb(229 229 229 / 0.25); +} +.border-neutral-200\/30{ + border-color: rgb(229 229 229 / 0.3); +} +.border-neutral-200\/40{ + border-color: rgb(229 229 229 / 0.4); +} +.border-neutral-200\/50{ + border-color: rgb(229 229 229 / 0.5); +} +.border-neutral-200\/60{ + border-color: rgb(229 229 229 / 0.6); +} +.border-neutral-200\/70{ + border-color: rgb(229 229 229 / 0.7); +} +.border-neutral-200\/75{ + border-color: rgb(229 229 229 / 0.75); +} +.border-neutral-200\/80{ + border-color: rgb(229 229 229 / 0.8); +} +.border-neutral-200\/90{ + border-color: rgb(229 229 229 / 0.9); +} +.border-neutral-200\/95{ + border-color: rgb(229 229 229 / 0.95); +} +.border-neutral-200\/100{ + border-color: rgb(229 229 229 / 1); +} +.border-neutral-300\/0{ + border-color: rgb(212 212 212 / 0); +} +.border-neutral-300\/5{ + border-color: rgb(212 212 212 / 0.05); +} +.border-neutral-300\/10{ + border-color: rgb(212 212 212 / 0.1); +} +.border-neutral-300\/20{ + border-color: rgb(212 212 212 / 0.2); +} +.border-neutral-300\/25{ + border-color: rgb(212 212 212 / 0.25); +} +.border-neutral-300\/30{ + border-color: rgb(212 212 212 / 0.3); +} +.border-neutral-300\/40{ + border-color: rgb(212 212 212 / 0.4); +} +.border-neutral-300\/50{ + border-color: rgb(212 212 212 / 0.5); +} +.border-neutral-300\/60{ + border-color: rgb(212 212 212 / 0.6); +} +.border-neutral-300\/70{ + border-color: rgb(212 212 212 / 0.7); +} +.border-neutral-300\/75{ + border-color: rgb(212 212 212 / 0.75); +} +.border-neutral-300\/80{ + border-color: rgb(212 212 212 / 0.8); +} +.border-neutral-300\/90{ + border-color: rgb(212 212 212 / 0.9); +} +.border-neutral-300\/95{ + border-color: rgb(212 212 212 / 0.95); +} +.border-neutral-300\/100{ + border-color: rgb(212 212 212 / 1); +} +.border-neutral-400\/0{ + border-color: rgb(163 163 163 / 0); +} +.border-neutral-400\/5{ + border-color: rgb(163 163 163 / 0.05); +} +.border-neutral-400\/10{ + border-color: rgb(163 163 163 / 0.1); +} +.border-neutral-400\/20{ + border-color: rgb(163 163 163 / 0.2); +} +.border-neutral-400\/25{ + border-color: rgb(163 163 163 / 0.25); +} +.border-neutral-400\/30{ + border-color: rgb(163 163 163 / 0.3); +} +.border-neutral-400\/40{ + border-color: rgb(163 163 163 / 0.4); +} +.border-neutral-400\/50{ + border-color: rgb(163 163 163 / 0.5); +} +.border-neutral-400\/60{ + border-color: rgb(163 163 163 / 0.6); +} +.border-neutral-400\/70{ + border-color: rgb(163 163 163 / 0.7); +} +.border-neutral-400\/75{ + border-color: rgb(163 163 163 / 0.75); +} +.border-neutral-400\/80{ + border-color: rgb(163 163 163 / 0.8); +} +.border-neutral-400\/90{ + border-color: rgb(163 163 163 / 0.9); +} +.border-neutral-400\/95{ + border-color: rgb(163 163 163 / 0.95); +} +.border-neutral-400\/100{ + border-color: rgb(163 163 163 / 1); +} +.border-neutral-500\/0{ + border-color: rgb(115 115 115 / 0); +} +.border-neutral-500\/5{ + border-color: rgb(115 115 115 / 0.05); +} +.border-neutral-500\/10{ + border-color: rgb(115 115 115 / 0.1); +} +.border-neutral-500\/20{ + border-color: rgb(115 115 115 / 0.2); +} +.border-neutral-500\/25{ + border-color: rgb(115 115 115 / 0.25); +} +.border-neutral-500\/30{ + border-color: rgb(115 115 115 / 0.3); +} +.border-neutral-500\/40{ + border-color: rgb(115 115 115 / 0.4); +} +.border-neutral-500\/50{ + border-color: rgb(115 115 115 / 0.5); +} +.border-neutral-500\/60{ + border-color: rgb(115 115 115 / 0.6); +} +.border-neutral-500\/70{ + border-color: rgb(115 115 115 / 0.7); +} +.border-neutral-500\/75{ + border-color: rgb(115 115 115 / 0.75); +} +.border-neutral-500\/80{ + border-color: rgb(115 115 115 / 0.8); +} +.border-neutral-500\/90{ + border-color: rgb(115 115 115 / 0.9); +} +.border-neutral-500\/95{ + border-color: rgb(115 115 115 / 0.95); +} +.border-neutral-500\/100{ + border-color: rgb(115 115 115 / 1); +} +.border-neutral-600\/0{ + border-color: rgb(82 82 82 / 0); +} +.border-neutral-600\/5{ + border-color: rgb(82 82 82 / 0.05); +} +.border-neutral-600\/10{ + border-color: rgb(82 82 82 / 0.1); +} +.border-neutral-600\/20{ + border-color: rgb(82 82 82 / 0.2); +} +.border-neutral-600\/25{ + border-color: rgb(82 82 82 / 0.25); +} +.border-neutral-600\/30{ + border-color: rgb(82 82 82 / 0.3); +} +.border-neutral-600\/40{ + border-color: rgb(82 82 82 / 0.4); +} +.border-neutral-600\/50{ + border-color: rgb(82 82 82 / 0.5); +} +.border-neutral-600\/60{ + border-color: rgb(82 82 82 / 0.6); +} +.border-neutral-600\/70{ + border-color: rgb(82 82 82 / 0.7); +} +.border-neutral-600\/75{ + border-color: rgb(82 82 82 / 0.75); +} +.border-neutral-600\/80{ + border-color: rgb(82 82 82 / 0.8); +} +.border-neutral-600\/90{ + border-color: rgb(82 82 82 / 0.9); +} +.border-neutral-600\/95{ + border-color: rgb(82 82 82 / 0.95); +} +.border-neutral-600\/100{ + border-color: rgb(82 82 82 / 1); +} +.border-neutral-700\/0{ + border-color: rgb(64 64 64 / 0); +} +.border-neutral-700\/5{ + border-color: rgb(64 64 64 / 0.05); +} +.border-neutral-700\/10{ + border-color: rgb(64 64 64 / 0.1); +} +.border-neutral-700\/20{ + border-color: rgb(64 64 64 / 0.2); +} +.border-neutral-700\/25{ + border-color: rgb(64 64 64 / 0.25); +} +.border-neutral-700\/30{ + border-color: rgb(64 64 64 / 0.3); +} +.border-neutral-700\/40{ + border-color: rgb(64 64 64 / 0.4); +} +.border-neutral-700\/50{ + border-color: rgb(64 64 64 / 0.5); +} +.border-neutral-700\/60{ + border-color: rgb(64 64 64 / 0.6); +} +.border-neutral-700\/70{ + border-color: rgb(64 64 64 / 0.7); +} +.border-neutral-700\/75{ + border-color: rgb(64 64 64 / 0.75); +} +.border-neutral-700\/80{ + border-color: rgb(64 64 64 / 0.8); +} +.border-neutral-700\/90{ + border-color: rgb(64 64 64 / 0.9); +} +.border-neutral-700\/95{ + border-color: rgb(64 64 64 / 0.95); +} +.border-neutral-700\/100{ + border-color: rgb(64 64 64 / 1); +} +.border-neutral-800\/0{ + border-color: rgb(38 38 38 / 0); +} +.border-neutral-800\/5{ + border-color: rgb(38 38 38 / 0.05); +} +.border-neutral-800\/10{ + border-color: rgb(38 38 38 / 0.1); +} +.border-neutral-800\/20{ + border-color: rgb(38 38 38 / 0.2); +} +.border-neutral-800\/25{ + border-color: rgb(38 38 38 / 0.25); +} +.border-neutral-800\/30{ + border-color: rgb(38 38 38 / 0.3); +} +.border-neutral-800\/40{ + border-color: rgb(38 38 38 / 0.4); +} +.border-neutral-800\/50{ + border-color: rgb(38 38 38 / 0.5); +} +.border-neutral-800\/60{ + border-color: rgb(38 38 38 / 0.6); +} +.border-neutral-800\/70{ + border-color: rgb(38 38 38 / 0.7); +} +.border-neutral-800\/75{ + border-color: rgb(38 38 38 / 0.75); +} +.border-neutral-800\/80{ + border-color: rgb(38 38 38 / 0.8); +} +.border-neutral-800\/90{ + border-color: rgb(38 38 38 / 0.9); +} +.border-neutral-800\/95{ + border-color: rgb(38 38 38 / 0.95); +} +.border-neutral-800\/100{ + border-color: rgb(38 38 38 / 1); +} +.border-neutral-900\/0{ + border-color: rgb(23 23 23 / 0); +} +.border-neutral-900\/5{ + border-color: rgb(23 23 23 / 0.05); +} +.border-neutral-900\/10{ + border-color: rgb(23 23 23 / 0.1); +} +.border-neutral-900\/20{ + border-color: rgb(23 23 23 / 0.2); +} +.border-neutral-900\/25{ + border-color: rgb(23 23 23 / 0.25); +} +.border-neutral-900\/30{ + border-color: rgb(23 23 23 / 0.3); +} +.border-neutral-900\/40{ + border-color: rgb(23 23 23 / 0.4); +} +.border-neutral-900\/50{ + border-color: rgb(23 23 23 / 0.5); +} +.border-neutral-900\/60{ + border-color: rgb(23 23 23 / 0.6); +} +.border-neutral-900\/70{ + border-color: rgb(23 23 23 / 0.7); +} +.border-neutral-900\/75{ + border-color: rgb(23 23 23 / 0.75); +} +.border-neutral-900\/80{ + border-color: rgb(23 23 23 / 0.8); +} +.border-neutral-900\/90{ + border-color: rgb(23 23 23 / 0.9); +} +.border-neutral-900\/95{ + border-color: rgb(23 23 23 / 0.95); +} +.border-neutral-900\/100{ + border-color: rgb(23 23 23 / 1); +} +.border-stone-50\/0{ + border-color: rgb(250 250 249 / 0); +} +.border-stone-50\/5{ + border-color: rgb(250 250 249 / 0.05); +} +.border-stone-50\/10{ + border-color: rgb(250 250 249 / 0.1); +} +.border-stone-50\/20{ + border-color: rgb(250 250 249 / 0.2); +} +.border-stone-50\/25{ + border-color: rgb(250 250 249 / 0.25); +} +.border-stone-50\/30{ + border-color: rgb(250 250 249 / 0.3); +} +.border-stone-50\/40{ + border-color: rgb(250 250 249 / 0.4); +} +.border-stone-50\/50{ + border-color: rgb(250 250 249 / 0.5); +} +.border-stone-50\/60{ + border-color: rgb(250 250 249 / 0.6); +} +.border-stone-50\/70{ + border-color: rgb(250 250 249 / 0.7); +} +.border-stone-50\/75{ + border-color: rgb(250 250 249 / 0.75); +} +.border-stone-50\/80{ + border-color: rgb(250 250 249 / 0.8); +} +.border-stone-50\/90{ + border-color: rgb(250 250 249 / 0.9); +} +.border-stone-50\/95{ + border-color: rgb(250 250 249 / 0.95); +} +.border-stone-50\/100{ + border-color: rgb(250 250 249 / 1); +} +.border-stone-100\/0{ + border-color: rgb(245 245 244 / 0); +} +.border-stone-100\/5{ + border-color: rgb(245 245 244 / 0.05); +} +.border-stone-100\/10{ + border-color: rgb(245 245 244 / 0.1); +} +.border-stone-100\/20{ + border-color: rgb(245 245 244 / 0.2); +} +.border-stone-100\/25{ + border-color: rgb(245 245 244 / 0.25); +} +.border-stone-100\/30{ + border-color: rgb(245 245 244 / 0.3); +} +.border-stone-100\/40{ + border-color: rgb(245 245 244 / 0.4); +} +.border-stone-100\/50{ + border-color: rgb(245 245 244 / 0.5); +} +.border-stone-100\/60{ + border-color: rgb(245 245 244 / 0.6); +} +.border-stone-100\/70{ + border-color: rgb(245 245 244 / 0.7); +} +.border-stone-100\/75{ + border-color: rgb(245 245 244 / 0.75); +} +.border-stone-100\/80{ + border-color: rgb(245 245 244 / 0.8); +} +.border-stone-100\/90{ + border-color: rgb(245 245 244 / 0.9); +} +.border-stone-100\/95{ + border-color: rgb(245 245 244 / 0.95); +} +.border-stone-100\/100{ + border-color: rgb(245 245 244 / 1); +} +.border-stone-200\/0{ + border-color: rgb(231 229 228 / 0); +} +.border-stone-200\/5{ + border-color: rgb(231 229 228 / 0.05); +} +.border-stone-200\/10{ + border-color: rgb(231 229 228 / 0.1); +} +.border-stone-200\/20{ + border-color: rgb(231 229 228 / 0.2); +} +.border-stone-200\/25{ + border-color: rgb(231 229 228 / 0.25); +} +.border-stone-200\/30{ + border-color: rgb(231 229 228 / 0.3); +} +.border-stone-200\/40{ + border-color: rgb(231 229 228 / 0.4); +} +.border-stone-200\/50{ + border-color: rgb(231 229 228 / 0.5); +} +.border-stone-200\/60{ + border-color: rgb(231 229 228 / 0.6); +} +.border-stone-200\/70{ + border-color: rgb(231 229 228 / 0.7); +} +.border-stone-200\/75{ + border-color: rgb(231 229 228 / 0.75); +} +.border-stone-200\/80{ + border-color: rgb(231 229 228 / 0.8); +} +.border-stone-200\/90{ + border-color: rgb(231 229 228 / 0.9); +} +.border-stone-200\/95{ + border-color: rgb(231 229 228 / 0.95); +} +.border-stone-200\/100{ + border-color: rgb(231 229 228 / 1); +} +.border-stone-300\/0{ + border-color: rgb(214 211 209 / 0); +} +.border-stone-300\/5{ + border-color: rgb(214 211 209 / 0.05); +} +.border-stone-300\/10{ + border-color: rgb(214 211 209 / 0.1); +} +.border-stone-300\/20{ + border-color: rgb(214 211 209 / 0.2); +} +.border-stone-300\/25{ + border-color: rgb(214 211 209 / 0.25); +} +.border-stone-300\/30{ + border-color: rgb(214 211 209 / 0.3); +} +.border-stone-300\/40{ + border-color: rgb(214 211 209 / 0.4); +} +.border-stone-300\/50{ + border-color: rgb(214 211 209 / 0.5); +} +.border-stone-300\/60{ + border-color: rgb(214 211 209 / 0.6); +} +.border-stone-300\/70{ + border-color: rgb(214 211 209 / 0.7); +} +.border-stone-300\/75{ + border-color: rgb(214 211 209 / 0.75); +} +.border-stone-300\/80{ + border-color: rgb(214 211 209 / 0.8); +} +.border-stone-300\/90{ + border-color: rgb(214 211 209 / 0.9); +} +.border-stone-300\/95{ + border-color: rgb(214 211 209 / 0.95); +} +.border-stone-300\/100{ + border-color: rgb(214 211 209 / 1); +} +.border-stone-400\/0{ + border-color: rgb(168 162 158 / 0); +} +.border-stone-400\/5{ + border-color: rgb(168 162 158 / 0.05); +} +.border-stone-400\/10{ + border-color: rgb(168 162 158 / 0.1); +} +.border-stone-400\/20{ + border-color: rgb(168 162 158 / 0.2); +} +.border-stone-400\/25{ + border-color: rgb(168 162 158 / 0.25); +} +.border-stone-400\/30{ + border-color: rgb(168 162 158 / 0.3); +} +.border-stone-400\/40{ + border-color: rgb(168 162 158 / 0.4); +} +.border-stone-400\/50{ + border-color: rgb(168 162 158 / 0.5); +} +.border-stone-400\/60{ + border-color: rgb(168 162 158 / 0.6); +} +.border-stone-400\/70{ + border-color: rgb(168 162 158 / 0.7); +} +.border-stone-400\/75{ + border-color: rgb(168 162 158 / 0.75); +} +.border-stone-400\/80{ + border-color: rgb(168 162 158 / 0.8); +} +.border-stone-400\/90{ + border-color: rgb(168 162 158 / 0.9); +} +.border-stone-400\/95{ + border-color: rgb(168 162 158 / 0.95); +} +.border-stone-400\/100{ + border-color: rgb(168 162 158 / 1); +} +.border-stone-500\/0{ + border-color: rgb(120 113 108 / 0); +} +.border-stone-500\/5{ + border-color: rgb(120 113 108 / 0.05); +} +.border-stone-500\/10{ + border-color: rgb(120 113 108 / 0.1); +} +.border-stone-500\/20{ + border-color: rgb(120 113 108 / 0.2); +} +.border-stone-500\/25{ + border-color: rgb(120 113 108 / 0.25); +} +.border-stone-500\/30{ + border-color: rgb(120 113 108 / 0.3); +} +.border-stone-500\/40{ + border-color: rgb(120 113 108 / 0.4); +} +.border-stone-500\/50{ + border-color: rgb(120 113 108 / 0.5); +} +.border-stone-500\/60{ + border-color: rgb(120 113 108 / 0.6); +} +.border-stone-500\/70{ + border-color: rgb(120 113 108 / 0.7); +} +.border-stone-500\/75{ + border-color: rgb(120 113 108 / 0.75); +} +.border-stone-500\/80{ + border-color: rgb(120 113 108 / 0.8); +} +.border-stone-500\/90{ + border-color: rgb(120 113 108 / 0.9); +} +.border-stone-500\/95{ + border-color: rgb(120 113 108 / 0.95); +} +.border-stone-500\/100{ + border-color: rgb(120 113 108 / 1); +} +.border-stone-600\/0{ + border-color: rgb(87 83 78 / 0); +} +.border-stone-600\/5{ + border-color: rgb(87 83 78 / 0.05); +} +.border-stone-600\/10{ + border-color: rgb(87 83 78 / 0.1); +} +.border-stone-600\/20{ + border-color: rgb(87 83 78 / 0.2); +} +.border-stone-600\/25{ + border-color: rgb(87 83 78 / 0.25); +} +.border-stone-600\/30{ + border-color: rgb(87 83 78 / 0.3); +} +.border-stone-600\/40{ + border-color: rgb(87 83 78 / 0.4); +} +.border-stone-600\/50{ + border-color: rgb(87 83 78 / 0.5); +} +.border-stone-600\/60{ + border-color: rgb(87 83 78 / 0.6); +} +.border-stone-600\/70{ + border-color: rgb(87 83 78 / 0.7); +} +.border-stone-600\/75{ + border-color: rgb(87 83 78 / 0.75); +} +.border-stone-600\/80{ + border-color: rgb(87 83 78 / 0.8); +} +.border-stone-600\/90{ + border-color: rgb(87 83 78 / 0.9); +} +.border-stone-600\/95{ + border-color: rgb(87 83 78 / 0.95); +} +.border-stone-600\/100{ + border-color: rgb(87 83 78 / 1); +} +.border-stone-700\/0{ + border-color: rgb(68 64 60 / 0); +} +.border-stone-700\/5{ + border-color: rgb(68 64 60 / 0.05); +} +.border-stone-700\/10{ + border-color: rgb(68 64 60 / 0.1); +} +.border-stone-700\/20{ + border-color: rgb(68 64 60 / 0.2); +} +.border-stone-700\/25{ + border-color: rgb(68 64 60 / 0.25); +} +.border-stone-700\/30{ + border-color: rgb(68 64 60 / 0.3); +} +.border-stone-700\/40{ + border-color: rgb(68 64 60 / 0.4); +} +.border-stone-700\/50{ + border-color: rgb(68 64 60 / 0.5); +} +.border-stone-700\/60{ + border-color: rgb(68 64 60 / 0.6); +} +.border-stone-700\/70{ + border-color: rgb(68 64 60 / 0.7); +} +.border-stone-700\/75{ + border-color: rgb(68 64 60 / 0.75); +} +.border-stone-700\/80{ + border-color: rgb(68 64 60 / 0.8); +} +.border-stone-700\/90{ + border-color: rgb(68 64 60 / 0.9); +} +.border-stone-700\/95{ + border-color: rgb(68 64 60 / 0.95); +} +.border-stone-700\/100{ + border-color: rgb(68 64 60 / 1); +} +.border-stone-800\/0{ + border-color: rgb(41 37 36 / 0); +} +.border-stone-800\/5{ + border-color: rgb(41 37 36 / 0.05); +} +.border-stone-800\/10{ + border-color: rgb(41 37 36 / 0.1); +} +.border-stone-800\/20{ + border-color: rgb(41 37 36 / 0.2); +} +.border-stone-800\/25{ + border-color: rgb(41 37 36 / 0.25); +} +.border-stone-800\/30{ + border-color: rgb(41 37 36 / 0.3); +} +.border-stone-800\/40{ + border-color: rgb(41 37 36 / 0.4); +} +.border-stone-800\/50{ + border-color: rgb(41 37 36 / 0.5); +} +.border-stone-800\/60{ + border-color: rgb(41 37 36 / 0.6); +} +.border-stone-800\/70{ + border-color: rgb(41 37 36 / 0.7); +} +.border-stone-800\/75{ + border-color: rgb(41 37 36 / 0.75); +} +.border-stone-800\/80{ + border-color: rgb(41 37 36 / 0.8); +} +.border-stone-800\/90{ + border-color: rgb(41 37 36 / 0.9); +} +.border-stone-800\/95{ + border-color: rgb(41 37 36 / 0.95); +} +.border-stone-800\/100{ + border-color: rgb(41 37 36 / 1); +} +.border-stone-900\/0{ + border-color: rgb(28 25 23 / 0); +} +.border-stone-900\/5{ + border-color: rgb(28 25 23 / 0.05); +} +.border-stone-900\/10{ + border-color: rgb(28 25 23 / 0.1); +} +.border-stone-900\/20{ + border-color: rgb(28 25 23 / 0.2); +} +.border-stone-900\/25{ + border-color: rgb(28 25 23 / 0.25); +} +.border-stone-900\/30{ + border-color: rgb(28 25 23 / 0.3); +} +.border-stone-900\/40{ + border-color: rgb(28 25 23 / 0.4); +} +.border-stone-900\/50{ + border-color: rgb(28 25 23 / 0.5); +} +.border-stone-900\/60{ + border-color: rgb(28 25 23 / 0.6); +} +.border-stone-900\/70{ + border-color: rgb(28 25 23 / 0.7); +} +.border-stone-900\/75{ + border-color: rgb(28 25 23 / 0.75); +} +.border-stone-900\/80{ + border-color: rgb(28 25 23 / 0.8); +} +.border-stone-900\/90{ + border-color: rgb(28 25 23 / 0.9); +} +.border-stone-900\/95{ + border-color: rgb(28 25 23 / 0.95); +} +.border-stone-900\/100{ + border-color: rgb(28 25 23 / 1); +} +.border-red-50\/0{ + border-color: rgb(252 242 242 / 0); +} +.border-red-50\/5{ + border-color: rgb(252 242 242 / 0.05); +} +.border-red-50\/10{ + border-color: rgb(252 242 242 / 0.1); +} +.border-red-50\/20{ + border-color: rgb(252 242 242 / 0.2); +} +.border-red-50\/25{ + border-color: rgb(252 242 242 / 0.25); +} +.border-red-50\/30{ + border-color: rgb(252 242 242 / 0.3); +} +.border-red-50\/40{ + border-color: rgb(252 242 242 / 0.4); +} +.border-red-50\/50{ + border-color: rgb(252 242 242 / 0.5); +} +.border-red-50\/60{ + border-color: rgb(252 242 242 / 0.6); +} +.border-red-50\/70{ + border-color: rgb(252 242 242 / 0.7); +} +.border-red-50\/75{ + border-color: rgb(252 242 242 / 0.75); +} +.border-red-50\/80{ + border-color: rgb(252 242 242 / 0.8); +} +.border-red-50\/90{ + border-color: rgb(252 242 242 / 0.9); +} +.border-red-50\/95{ + border-color: rgb(252 242 242 / 0.95); +} +.border-red-50\/100{ + border-color: rgb(252 242 242 / 1); +} +.border-red-100\/0{ + border-color: rgb(250 230 230 / 0); +} +.border-red-100\/5{ + border-color: rgb(250 230 230 / 0.05); +} +.border-red-100\/10{ + border-color: rgb(250 230 230 / 0.1); +} +.border-red-100\/20{ + border-color: rgb(250 230 230 / 0.2); +} +.border-red-100\/25{ + border-color: rgb(250 230 230 / 0.25); +} +.border-red-100\/30{ + border-color: rgb(250 230 230 / 0.3); +} +.border-red-100\/40{ + border-color: rgb(250 230 230 / 0.4); +} +.border-red-100\/50{ + border-color: rgb(250 230 230 / 0.5); +} +.border-red-100\/60{ + border-color: rgb(250 230 230 / 0.6); +} +.border-red-100\/70{ + border-color: rgb(250 230 230 / 0.7); +} +.border-red-100\/75{ + border-color: rgb(250 230 230 / 0.75); +} +.border-red-100\/80{ + border-color: rgb(250 230 230 / 0.8); +} +.border-red-100\/90{ + border-color: rgb(250 230 230 / 0.9); +} +.border-red-100\/95{ + border-color: rgb(250 230 230 / 0.95); +} +.border-red-100\/100{ + border-color: rgb(250 230 230 / 1); +} +.border-red-200\/0{ + border-color: rgb(242 191 191 / 0); +} +.border-red-200\/5{ + border-color: rgb(242 191 191 / 0.05); +} +.border-red-200\/10{ + border-color: rgb(242 191 191 / 0.1); +} +.border-red-200\/20{ + border-color: rgb(242 191 191 / 0.2); +} +.border-red-200\/25{ + border-color: rgb(242 191 191 / 0.25); +} +.border-red-200\/30{ + border-color: rgb(242 191 191 / 0.3); +} +.border-red-200\/40{ + border-color: rgb(242 191 191 / 0.4); +} +.border-red-200\/50{ + border-color: rgb(242 191 191 / 0.5); +} +.border-red-200\/60{ + border-color: rgb(242 191 191 / 0.6); +} +.border-red-200\/70{ + border-color: rgb(242 191 191 / 0.7); +} +.border-red-200\/75{ + border-color: rgb(242 191 191 / 0.75); +} +.border-red-200\/80{ + border-color: rgb(242 191 191 / 0.8); +} +.border-red-200\/90{ + border-color: rgb(242 191 191 / 0.9); +} +.border-red-200\/95{ + border-color: rgb(242 191 191 / 0.95); +} +.border-red-200\/100{ + border-color: rgb(242 191 191 / 1); +} +.border-red-300\/0{ + border-color: rgb(235 153 153 / 0); +} +.border-red-300\/5{ + border-color: rgb(235 153 153 / 0.05); +} +.border-red-300\/10{ + border-color: rgb(235 153 153 / 0.1); +} +.border-red-300\/20{ + border-color: rgb(235 153 153 / 0.2); +} +.border-red-300\/25{ + border-color: rgb(235 153 153 / 0.25); +} +.border-red-300\/30{ + border-color: rgb(235 153 153 / 0.3); +} +.border-red-300\/40{ + border-color: rgb(235 153 153 / 0.4); +} +.border-red-300\/50{ + border-color: rgb(235 153 153 / 0.5); +} +.border-red-300\/60{ + border-color: rgb(235 153 153 / 0.6); +} +.border-red-300\/70{ + border-color: rgb(235 153 153 / 0.7); +} +.border-red-300\/75{ + border-color: rgb(235 153 153 / 0.75); +} +.border-red-300\/80{ + border-color: rgb(235 153 153 / 0.8); +} +.border-red-300\/90{ + border-color: rgb(235 153 153 / 0.9); +} +.border-red-300\/95{ + border-color: rgb(235 153 153 / 0.95); +} +.border-red-300\/100{ + border-color: rgb(235 153 153 / 1); +} +.border-red-400\/0{ + border-color: rgb(219 77 77 / 0); +} +.border-red-400\/5{ + border-color: rgb(219 77 77 / 0.05); +} +.border-red-400\/10{ + border-color: rgb(219 77 77 / 0.1); +} +.border-red-400\/20{ + border-color: rgb(219 77 77 / 0.2); +} +.border-red-400\/25{ + border-color: rgb(219 77 77 / 0.25); +} +.border-red-400\/30{ + border-color: rgb(219 77 77 / 0.3); +} +.border-red-400\/40{ + border-color: rgb(219 77 77 / 0.4); +} +.border-red-400\/50{ + border-color: rgb(219 77 77 / 0.5); +} +.border-red-400\/60{ + border-color: rgb(219 77 77 / 0.6); +} +.border-red-400\/70{ + border-color: rgb(219 77 77 / 0.7); +} +.border-red-400\/75{ + border-color: rgb(219 77 77 / 0.75); +} +.border-red-400\/80{ + border-color: rgb(219 77 77 / 0.8); +} +.border-red-400\/90{ + border-color: rgb(219 77 77 / 0.9); +} +.border-red-400\/95{ + border-color: rgb(219 77 77 / 0.95); +} +.border-red-400\/100{ + border-color: rgb(219 77 77 / 1); +} +.border-red-500\/0{ + border-color: rgb(204 0 0 / 0); +} +.border-red-500\/5{ + border-color: rgb(204 0 0 / 0.05); +} +.border-red-500\/10{ + border-color: rgb(204 0 0 / 0.1); +} +.border-red-500\/20{ + border-color: rgb(204 0 0 / 0.2); +} +.border-red-500\/25{ + border-color: rgb(204 0 0 / 0.25); +} +.border-red-500\/30{ + border-color: rgb(204 0 0 / 0.3); +} +.border-red-500\/40{ + border-color: rgb(204 0 0 / 0.4); +} +.border-red-500\/50{ + border-color: rgb(204 0 0 / 0.5); +} +.border-red-500\/60{ + border-color: rgb(204 0 0 / 0.6); +} +.border-red-500\/70{ + border-color: rgb(204 0 0 / 0.7); +} +.border-red-500\/75{ + border-color: rgb(204 0 0 / 0.75); +} +.border-red-500\/80{ + border-color: rgb(204 0 0 / 0.8); +} +.border-red-500\/90{ + border-color: rgb(204 0 0 / 0.9); +} +.border-red-500\/95{ + border-color: rgb(204 0 0 / 0.95); +} +.border-red-500\/100{ + border-color: rgb(204 0 0 / 1); +} +.border-red-600\/0{ + border-color: rgb(184 0 0 / 0); +} +.border-red-600\/5{ + border-color: rgb(184 0 0 / 0.05); +} +.border-red-600\/10{ + border-color: rgb(184 0 0 / 0.1); +} +.border-red-600\/20{ + border-color: rgb(184 0 0 / 0.2); +} +.border-red-600\/25{ + border-color: rgb(184 0 0 / 0.25); +} +.border-red-600\/30{ + border-color: rgb(184 0 0 / 0.3); +} +.border-red-600\/40{ + border-color: rgb(184 0 0 / 0.4); +} +.border-red-600\/50{ + border-color: rgb(184 0 0 / 0.5); +} +.border-red-600\/60{ + border-color: rgb(184 0 0 / 0.6); +} +.border-red-600\/70{ + border-color: rgb(184 0 0 / 0.7); +} +.border-red-600\/75{ + border-color: rgb(184 0 0 / 0.75); +} +.border-red-600\/80{ + border-color: rgb(184 0 0 / 0.8); +} +.border-red-600\/90{ + border-color: rgb(184 0 0 / 0.9); +} +.border-red-600\/95{ + border-color: rgb(184 0 0 / 0.95); +} +.border-red-600\/100{ + border-color: rgb(184 0 0 / 1); +} +.border-red-700\/0{ + border-color: rgb(153 0 0 / 0); +} +.border-red-700\/5{ + border-color: rgb(153 0 0 / 0.05); +} +.border-red-700\/10{ + border-color: rgb(153 0 0 / 0.1); +} +.border-red-700\/20{ + border-color: rgb(153 0 0 / 0.2); +} +.border-red-700\/25{ + border-color: rgb(153 0 0 / 0.25); +} +.border-red-700\/30{ + border-color: rgb(153 0 0 / 0.3); +} +.border-red-700\/40{ + border-color: rgb(153 0 0 / 0.4); +} +.border-red-700\/50{ + border-color: rgb(153 0 0 / 0.5); +} +.border-red-700\/60{ + border-color: rgb(153 0 0 / 0.6); +} +.border-red-700\/70{ + border-color: rgb(153 0 0 / 0.7); +} +.border-red-700\/75{ + border-color: rgb(153 0 0 / 0.75); +} +.border-red-700\/80{ + border-color: rgb(153 0 0 / 0.8); +} +.border-red-700\/90{ + border-color: rgb(153 0 0 / 0.9); +} +.border-red-700\/95{ + border-color: rgb(153 0 0 / 0.95); +} +.border-red-700\/100{ + border-color: rgb(153 0 0 / 1); +} +.border-red-800\/0{ + border-color: rgb(122 0 0 / 0); +} +.border-red-800\/5{ + border-color: rgb(122 0 0 / 0.05); +} +.border-red-800\/10{ + border-color: rgb(122 0 0 / 0.1); +} +.border-red-800\/20{ + border-color: rgb(122 0 0 / 0.2); +} +.border-red-800\/25{ + border-color: rgb(122 0 0 / 0.25); +} +.border-red-800\/30{ + border-color: rgb(122 0 0 / 0.3); +} +.border-red-800\/40{ + border-color: rgb(122 0 0 / 0.4); +} +.border-red-800\/50{ + border-color: rgb(122 0 0 / 0.5); +} +.border-red-800\/60{ + border-color: rgb(122 0 0 / 0.6); +} +.border-red-800\/70{ + border-color: rgb(122 0 0 / 0.7); +} +.border-red-800\/75{ + border-color: rgb(122 0 0 / 0.75); +} +.border-red-800\/80{ + border-color: rgb(122 0 0 / 0.8); +} +.border-red-800\/90{ + border-color: rgb(122 0 0 / 0.9); +} +.border-red-800\/95{ + border-color: rgb(122 0 0 / 0.95); +} +.border-red-800\/100{ + border-color: rgb(122 0 0 / 1); +} +.border-red-900\/0{ + border-color: rgb(100 0 0 / 0); +} +.border-red-900\/5{ + border-color: rgb(100 0 0 / 0.05); +} +.border-red-900\/10{ + border-color: rgb(100 0 0 / 0.1); +} +.border-red-900\/20{ + border-color: rgb(100 0 0 / 0.2); +} +.border-red-900\/25{ + border-color: rgb(100 0 0 / 0.25); +} +.border-red-900\/30{ + border-color: rgb(100 0 0 / 0.3); +} +.border-red-900\/40{ + border-color: rgb(100 0 0 / 0.4); +} +.border-red-900\/50{ + border-color: rgb(100 0 0 / 0.5); +} +.border-red-900\/60{ + border-color: rgb(100 0 0 / 0.6); +} +.border-red-900\/70{ + border-color: rgb(100 0 0 / 0.7); +} +.border-red-900\/75{ + border-color: rgb(100 0 0 / 0.75); +} +.border-red-900\/80{ + border-color: rgb(100 0 0 / 0.8); +} +.border-red-900\/90{ + border-color: rgb(100 0 0 / 0.9); +} +.border-red-900\/95{ + border-color: rgb(100 0 0 / 0.95); +} +.border-red-900\/100{ + border-color: rgb(100 0 0 / 1); +} +.border-red\/0{ + border-color: rgb(204 0 0 / 0); +} +.border-red\/5{ + border-color: rgb(204 0 0 / 0.05); +} +.border-red\/10{ + border-color: rgb(204 0 0 / 0.1); +} +.border-red\/20{ + border-color: rgb(204 0 0 / 0.2); +} +.border-red\/25{ + border-color: rgb(204 0 0 / 0.25); +} +.border-red\/30{ + border-color: rgb(204 0 0 / 0.3); +} +.border-red\/40{ + border-color: rgb(204 0 0 / 0.4); +} +.border-red\/50{ + border-color: rgb(204 0 0 / 0.5); +} +.border-red\/60{ + border-color: rgb(204 0 0 / 0.6); +} +.border-red\/70{ + border-color: rgb(204 0 0 / 0.7); +} +.border-red\/75{ + border-color: rgb(204 0 0 / 0.75); +} +.border-red\/80{ + border-color: rgb(204 0 0 / 0.8); +} +.border-red\/90{ + border-color: rgb(204 0 0 / 0.9); +} +.border-red\/95{ + border-color: rgb(204 0 0 / 0.95); +} +.border-red\/100{ + border-color: rgb(204 0 0 / 1); +} +.border-orange-50\/0{ + border-color: rgb(255 250 243 / 0); +} +.border-orange-50\/5{ + border-color: rgb(255 250 243 / 0.05); +} +.border-orange-50\/10{ + border-color: rgb(255 250 243 / 0.1); +} +.border-orange-50\/20{ + border-color: rgb(255 250 243 / 0.2); +} +.border-orange-50\/25{ + border-color: rgb(255 250 243 / 0.25); +} +.border-orange-50\/30{ + border-color: rgb(255 250 243 / 0.3); +} +.border-orange-50\/40{ + border-color: rgb(255 250 243 / 0.4); +} +.border-orange-50\/50{ + border-color: rgb(255 250 243 / 0.5); +} +.border-orange-50\/60{ + border-color: rgb(255 250 243 / 0.6); +} +.border-orange-50\/70{ + border-color: rgb(255 250 243 / 0.7); +} +.border-orange-50\/75{ + border-color: rgb(255 250 243 / 0.75); +} +.border-orange-50\/80{ + border-color: rgb(255 250 243 / 0.8); +} +.border-orange-50\/90{ + border-color: rgb(255 250 243 / 0.9); +} +.border-orange-50\/95{ + border-color: rgb(255 250 243 / 0.95); +} +.border-orange-50\/100{ + border-color: rgb(255 250 243 / 1); +} +.border-orange-100\/0{ + border-color: rgb(254 245 231 / 0); +} +.border-orange-100\/5{ + border-color: rgb(254 245 231 / 0.05); +} +.border-orange-100\/10{ + border-color: rgb(254 245 231 / 0.1); +} +.border-orange-100\/20{ + border-color: rgb(254 245 231 / 0.2); +} +.border-orange-100\/25{ + border-color: rgb(254 245 231 / 0.25); +} +.border-orange-100\/30{ + border-color: rgb(254 245 231 / 0.3); +} +.border-orange-100\/40{ + border-color: rgb(254 245 231 / 0.4); +} +.border-orange-100\/50{ + border-color: rgb(254 245 231 / 0.5); +} +.border-orange-100\/60{ + border-color: rgb(254 245 231 / 0.6); +} +.border-orange-100\/70{ + border-color: rgb(254 245 231 / 0.7); +} +.border-orange-100\/75{ + border-color: rgb(254 245 231 / 0.75); +} +.border-orange-100\/80{ + border-color: rgb(254 245 231 / 0.8); +} +.border-orange-100\/90{ + border-color: rgb(254 245 231 / 0.9); +} +.border-orange-100\/95{ + border-color: rgb(254 245 231 / 0.95); +} +.border-orange-100\/100{ + border-color: rgb(254 245 231 / 1); +} +.border-orange-200\/0{ + border-color: rgb(253 231 194 / 0); +} +.border-orange-200\/5{ + border-color: rgb(253 231 194 / 0.05); +} +.border-orange-200\/10{ + border-color: rgb(253 231 194 / 0.1); +} +.border-orange-200\/20{ + border-color: rgb(253 231 194 / 0.2); +} +.border-orange-200\/25{ + border-color: rgb(253 231 194 / 0.25); +} +.border-orange-200\/30{ + border-color: rgb(253 231 194 / 0.3); +} +.border-orange-200\/40{ + border-color: rgb(253 231 194 / 0.4); +} +.border-orange-200\/50{ + border-color: rgb(253 231 194 / 0.5); +} +.border-orange-200\/60{ + border-color: rgb(253 231 194 / 0.6); +} +.border-orange-200\/70{ + border-color: rgb(253 231 194 / 0.7); +} +.border-orange-200\/75{ + border-color: rgb(253 231 194 / 0.75); +} +.border-orange-200\/80{ + border-color: rgb(253 231 194 / 0.8); +} +.border-orange-200\/90{ + border-color: rgb(253 231 194 / 0.9); +} +.border-orange-200\/95{ + border-color: rgb(253 231 194 / 0.95); +} +.border-orange-200\/100{ + border-color: rgb(253 231 194 / 1); +} +.border-orange-300\/0{ + border-color: rgb(251 216 157 / 0); +} +.border-orange-300\/5{ + border-color: rgb(251 216 157 / 0.05); +} +.border-orange-300\/10{ + border-color: rgb(251 216 157 / 0.1); +} +.border-orange-300\/20{ + border-color: rgb(251 216 157 / 0.2); +} +.border-orange-300\/25{ + border-color: rgb(251 216 157 / 0.25); +} +.border-orange-300\/30{ + border-color: rgb(251 216 157 / 0.3); +} +.border-orange-300\/40{ + border-color: rgb(251 216 157 / 0.4); +} +.border-orange-300\/50{ + border-color: rgb(251 216 157 / 0.5); +} +.border-orange-300\/60{ + border-color: rgb(251 216 157 / 0.6); +} +.border-orange-300\/70{ + border-color: rgb(251 216 157 / 0.7); +} +.border-orange-300\/75{ + border-color: rgb(251 216 157 / 0.75); +} +.border-orange-300\/80{ + border-color: rgb(251 216 157 / 0.8); +} +.border-orange-300\/90{ + border-color: rgb(251 216 157 / 0.9); +} +.border-orange-300\/95{ + border-color: rgb(251 216 157 / 0.95); +} +.border-orange-300\/100{ + border-color: rgb(251 216 157 / 1); +} +.border-orange-400\/0{ + border-color: rgb(248 187 84 / 0); +} +.border-orange-400\/5{ + border-color: rgb(248 187 84 / 0.05); +} +.border-orange-400\/10{ + border-color: rgb(248 187 84 / 0.1); +} +.border-orange-400\/20{ + border-color: rgb(248 187 84 / 0.2); +} +.border-orange-400\/25{ + border-color: rgb(248 187 84 / 0.25); +} +.border-orange-400\/30{ + border-color: rgb(248 187 84 / 0.3); +} +.border-orange-400\/40{ + border-color: rgb(248 187 84 / 0.4); +} +.border-orange-400\/50{ + border-color: rgb(248 187 84 / 0.5); +} +.border-orange-400\/60{ + border-color: rgb(248 187 84 / 0.6); +} +.border-orange-400\/70{ + border-color: rgb(248 187 84 / 0.7); +} +.border-orange-400\/75{ + border-color: rgb(248 187 84 / 0.75); +} +.border-orange-400\/80{ + border-color: rgb(248 187 84 / 0.8); +} +.border-orange-400\/90{ + border-color: rgb(248 187 84 / 0.9); +} +.border-orange-400\/95{ + border-color: rgb(248 187 84 / 0.95); +} +.border-orange-400\/100{ + border-color: rgb(248 187 84 / 1); +} +.border-orange-500\/0{ + border-color: rgb(245 158 11 / 0); +} +.border-orange-500\/5{ + border-color: rgb(245 158 11 / 0.05); +} +.border-orange-500\/10{ + border-color: rgb(245 158 11 / 0.1); +} +.border-orange-500\/20{ + border-color: rgb(245 158 11 / 0.2); +} +.border-orange-500\/25{ + border-color: rgb(245 158 11 / 0.25); +} +.border-orange-500\/30{ + border-color: rgb(245 158 11 / 0.3); +} +.border-orange-500\/40{ + border-color: rgb(245 158 11 / 0.4); +} +.border-orange-500\/50{ + border-color: rgb(245 158 11 / 0.5); +} +.border-orange-500\/60{ + border-color: rgb(245 158 11 / 0.6); +} +.border-orange-500\/70{ + border-color: rgb(245 158 11 / 0.7); +} +.border-orange-500\/75{ + border-color: rgb(245 158 11 / 0.75); +} +.border-orange-500\/80{ + border-color: rgb(245 158 11 / 0.8); +} +.border-orange-500\/90{ + border-color: rgb(245 158 11 / 0.9); +} +.border-orange-500\/95{ + border-color: rgb(245 158 11 / 0.95); +} +.border-orange-500\/100{ + border-color: rgb(245 158 11 / 1); +} +.border-orange-600\/0{ + border-color: rgb(221 142 10 / 0); +} +.border-orange-600\/5{ + border-color: rgb(221 142 10 / 0.05); +} +.border-orange-600\/10{ + border-color: rgb(221 142 10 / 0.1); +} +.border-orange-600\/20{ + border-color: rgb(221 142 10 / 0.2); +} +.border-orange-600\/25{ + border-color: rgb(221 142 10 / 0.25); +} +.border-orange-600\/30{ + border-color: rgb(221 142 10 / 0.3); +} +.border-orange-600\/40{ + border-color: rgb(221 142 10 / 0.4); +} +.border-orange-600\/50{ + border-color: rgb(221 142 10 / 0.5); +} +.border-orange-600\/60{ + border-color: rgb(221 142 10 / 0.6); +} +.border-orange-600\/70{ + border-color: rgb(221 142 10 / 0.7); +} +.border-orange-600\/75{ + border-color: rgb(221 142 10 / 0.75); +} +.border-orange-600\/80{ + border-color: rgb(221 142 10 / 0.8); +} +.border-orange-600\/90{ + border-color: rgb(221 142 10 / 0.9); +} +.border-orange-600\/95{ + border-color: rgb(221 142 10 / 0.95); +} +.border-orange-600\/100{ + border-color: rgb(221 142 10 / 1); +} +.border-orange-700\/0{ + border-color: rgb(184 119 8 / 0); +} +.border-orange-700\/5{ + border-color: rgb(184 119 8 / 0.05); +} +.border-orange-700\/10{ + border-color: rgb(184 119 8 / 0.1); +} +.border-orange-700\/20{ + border-color: rgb(184 119 8 / 0.2); +} +.border-orange-700\/25{ + border-color: rgb(184 119 8 / 0.25); +} +.border-orange-700\/30{ + border-color: rgb(184 119 8 / 0.3); +} +.border-orange-700\/40{ + border-color: rgb(184 119 8 / 0.4); +} +.border-orange-700\/50{ + border-color: rgb(184 119 8 / 0.5); +} +.border-orange-700\/60{ + border-color: rgb(184 119 8 / 0.6); +} +.border-orange-700\/70{ + border-color: rgb(184 119 8 / 0.7); +} +.border-orange-700\/75{ + border-color: rgb(184 119 8 / 0.75); +} +.border-orange-700\/80{ + border-color: rgb(184 119 8 / 0.8); +} +.border-orange-700\/90{ + border-color: rgb(184 119 8 / 0.9); +} +.border-orange-700\/95{ + border-color: rgb(184 119 8 / 0.95); +} +.border-orange-700\/100{ + border-color: rgb(184 119 8 / 1); +} +.border-orange-800\/0{ + border-color: rgb(147 95 7 / 0); +} +.border-orange-800\/5{ + border-color: rgb(147 95 7 / 0.05); +} +.border-orange-800\/10{ + border-color: rgb(147 95 7 / 0.1); +} +.border-orange-800\/20{ + border-color: rgb(147 95 7 / 0.2); +} +.border-orange-800\/25{ + border-color: rgb(147 95 7 / 0.25); +} +.border-orange-800\/30{ + border-color: rgb(147 95 7 / 0.3); +} +.border-orange-800\/40{ + border-color: rgb(147 95 7 / 0.4); +} +.border-orange-800\/50{ + border-color: rgb(147 95 7 / 0.5); +} +.border-orange-800\/60{ + border-color: rgb(147 95 7 / 0.6); +} +.border-orange-800\/70{ + border-color: rgb(147 95 7 / 0.7); +} +.border-orange-800\/75{ + border-color: rgb(147 95 7 / 0.75); +} +.border-orange-800\/80{ + border-color: rgb(147 95 7 / 0.8); +} +.border-orange-800\/90{ + border-color: rgb(147 95 7 / 0.9); +} +.border-orange-800\/95{ + border-color: rgb(147 95 7 / 0.95); +} +.border-orange-800\/100{ + border-color: rgb(147 95 7 / 1); +} +.border-orange-900\/0{ + border-color: rgb(120 77 5 / 0); +} +.border-orange-900\/5{ + border-color: rgb(120 77 5 / 0.05); +} +.border-orange-900\/10{ + border-color: rgb(120 77 5 / 0.1); +} +.border-orange-900\/20{ + border-color: rgb(120 77 5 / 0.2); +} +.border-orange-900\/25{ + border-color: rgb(120 77 5 / 0.25); +} +.border-orange-900\/30{ + border-color: rgb(120 77 5 / 0.3); +} +.border-orange-900\/40{ + border-color: rgb(120 77 5 / 0.4); +} +.border-orange-900\/50{ + border-color: rgb(120 77 5 / 0.5); +} +.border-orange-900\/60{ + border-color: rgb(120 77 5 / 0.6); +} +.border-orange-900\/70{ + border-color: rgb(120 77 5 / 0.7); +} +.border-orange-900\/75{ + border-color: rgb(120 77 5 / 0.75); +} +.border-orange-900\/80{ + border-color: rgb(120 77 5 / 0.8); +} +.border-orange-900\/90{ + border-color: rgb(120 77 5 / 0.9); +} +.border-orange-900\/95{ + border-color: rgb(120 77 5 / 0.95); +} +.border-orange-900\/100{ + border-color: rgb(120 77 5 / 1); +} +.border-orange\/0{ + border-color: rgb(245 158 11 / 0); +} +.border-orange\/5{ + border-color: rgb(245 158 11 / 0.05); +} +.border-orange\/10{ + border-color: rgb(245 158 11 / 0.1); +} +.border-orange\/20{ + border-color: rgb(245 158 11 / 0.2); +} +.border-orange\/25{ + border-color: rgb(245 158 11 / 0.25); +} +.border-orange\/30{ + border-color: rgb(245 158 11 / 0.3); +} +.border-orange\/40{ + border-color: rgb(245 158 11 / 0.4); +} +.border-orange\/50{ + border-color: rgb(245 158 11 / 0.5); +} +.border-orange\/60{ + border-color: rgb(245 158 11 / 0.6); +} +.border-orange\/70{ + border-color: rgb(245 158 11 / 0.7); +} +.border-orange\/75{ + border-color: rgb(245 158 11 / 0.75); +} +.border-orange\/80{ + border-color: rgb(245 158 11 / 0.8); +} +.border-orange\/90{ + border-color: rgb(245 158 11 / 0.9); +} +.border-orange\/95{ + border-color: rgb(245 158 11 / 0.95); +} +.border-orange\/100{ + border-color: rgb(245 158 11 / 1); +} +.border-amber-50\/0{ + border-color: rgb(255 251 235 / 0); +} +.border-amber-50\/5{ + border-color: rgb(255 251 235 / 0.05); +} +.border-amber-50\/10{ + border-color: rgb(255 251 235 / 0.1); +} +.border-amber-50\/20{ + border-color: rgb(255 251 235 / 0.2); +} +.border-amber-50\/25{ + border-color: rgb(255 251 235 / 0.25); +} +.border-amber-50\/30{ + border-color: rgb(255 251 235 / 0.3); +} +.border-amber-50\/40{ + border-color: rgb(255 251 235 / 0.4); +} +.border-amber-50\/50{ + border-color: rgb(255 251 235 / 0.5); +} +.border-amber-50\/60{ + border-color: rgb(255 251 235 / 0.6); +} +.border-amber-50\/70{ + border-color: rgb(255 251 235 / 0.7); +} +.border-amber-50\/75{ + border-color: rgb(255 251 235 / 0.75); +} +.border-amber-50\/80{ + border-color: rgb(255 251 235 / 0.8); +} +.border-amber-50\/90{ + border-color: rgb(255 251 235 / 0.9); +} +.border-amber-50\/95{ + border-color: rgb(255 251 235 / 0.95); +} +.border-amber-50\/100{ + border-color: rgb(255 251 235 / 1); +} +.border-amber-100\/0{ + border-color: rgb(254 243 199 / 0); +} +.border-amber-100\/5{ + border-color: rgb(254 243 199 / 0.05); +} +.border-amber-100\/10{ + border-color: rgb(254 243 199 / 0.1); +} +.border-amber-100\/20{ + border-color: rgb(254 243 199 / 0.2); +} +.border-amber-100\/25{ + border-color: rgb(254 243 199 / 0.25); +} +.border-amber-100\/30{ + border-color: rgb(254 243 199 / 0.3); +} +.border-amber-100\/40{ + border-color: rgb(254 243 199 / 0.4); +} +.border-amber-100\/50{ + border-color: rgb(254 243 199 / 0.5); +} +.border-amber-100\/60{ + border-color: rgb(254 243 199 / 0.6); +} +.border-amber-100\/70{ + border-color: rgb(254 243 199 / 0.7); +} +.border-amber-100\/75{ + border-color: rgb(254 243 199 / 0.75); +} +.border-amber-100\/80{ + border-color: rgb(254 243 199 / 0.8); +} +.border-amber-100\/90{ + border-color: rgb(254 243 199 / 0.9); +} +.border-amber-100\/95{ + border-color: rgb(254 243 199 / 0.95); +} +.border-amber-100\/100{ + border-color: rgb(254 243 199 / 1); +} +.border-amber-200\/0{ + border-color: rgb(253 230 138 / 0); +} +.border-amber-200\/5{ + border-color: rgb(253 230 138 / 0.05); +} +.border-amber-200\/10{ + border-color: rgb(253 230 138 / 0.1); +} +.border-amber-200\/20{ + border-color: rgb(253 230 138 / 0.2); +} +.border-amber-200\/25{ + border-color: rgb(253 230 138 / 0.25); +} +.border-amber-200\/30{ + border-color: rgb(253 230 138 / 0.3); +} +.border-amber-200\/40{ + border-color: rgb(253 230 138 / 0.4); +} +.border-amber-200\/50{ + border-color: rgb(253 230 138 / 0.5); +} +.border-amber-200\/60{ + border-color: rgb(253 230 138 / 0.6); +} +.border-amber-200\/70{ + border-color: rgb(253 230 138 / 0.7); +} +.border-amber-200\/75{ + border-color: rgb(253 230 138 / 0.75); +} +.border-amber-200\/80{ + border-color: rgb(253 230 138 / 0.8); +} +.border-amber-200\/90{ + border-color: rgb(253 230 138 / 0.9); +} +.border-amber-200\/95{ + border-color: rgb(253 230 138 / 0.95); +} +.border-amber-200\/100{ + border-color: rgb(253 230 138 / 1); +} +.border-amber-300\/0{ + border-color: rgb(252 211 77 / 0); +} +.border-amber-300\/5{ + border-color: rgb(252 211 77 / 0.05); +} +.border-amber-300\/10{ + border-color: rgb(252 211 77 / 0.1); +} +.border-amber-300\/20{ + border-color: rgb(252 211 77 / 0.2); +} +.border-amber-300\/25{ + border-color: rgb(252 211 77 / 0.25); +} +.border-amber-300\/30{ + border-color: rgb(252 211 77 / 0.3); +} +.border-amber-300\/40{ + border-color: rgb(252 211 77 / 0.4); +} +.border-amber-300\/50{ + border-color: rgb(252 211 77 / 0.5); +} +.border-amber-300\/60{ + border-color: rgb(252 211 77 / 0.6); +} +.border-amber-300\/70{ + border-color: rgb(252 211 77 / 0.7); +} +.border-amber-300\/75{ + border-color: rgb(252 211 77 / 0.75); +} +.border-amber-300\/80{ + border-color: rgb(252 211 77 / 0.8); +} +.border-amber-300\/90{ + border-color: rgb(252 211 77 / 0.9); +} +.border-amber-300\/95{ + border-color: rgb(252 211 77 / 0.95); +} +.border-amber-300\/100{ + border-color: rgb(252 211 77 / 1); +} +.border-amber-400\/0{ + border-color: rgb(251 191 36 / 0); +} +.border-amber-400\/5{ + border-color: rgb(251 191 36 / 0.05); +} +.border-amber-400\/10{ + border-color: rgb(251 191 36 / 0.1); +} +.border-amber-400\/20{ + border-color: rgb(251 191 36 / 0.2); +} +.border-amber-400\/25{ + border-color: rgb(251 191 36 / 0.25); +} +.border-amber-400\/30{ + border-color: rgb(251 191 36 / 0.3); +} +.border-amber-400\/40{ + border-color: rgb(251 191 36 / 0.4); +} +.border-amber-400\/50{ + border-color: rgb(251 191 36 / 0.5); +} +.border-amber-400\/60{ + border-color: rgb(251 191 36 / 0.6); +} +.border-amber-400\/70{ + border-color: rgb(251 191 36 / 0.7); +} +.border-amber-400\/75{ + border-color: rgb(251 191 36 / 0.75); +} +.border-amber-400\/80{ + border-color: rgb(251 191 36 / 0.8); +} +.border-amber-400\/90{ + border-color: rgb(251 191 36 / 0.9); +} +.border-amber-400\/95{ + border-color: rgb(251 191 36 / 0.95); +} +.border-amber-400\/100{ + border-color: rgb(251 191 36 / 1); +} +.border-amber-500\/0{ + border-color: rgb(245 158 11 / 0); +} +.border-amber-500\/5{ + border-color: rgb(245 158 11 / 0.05); +} +.border-amber-500\/10{ + border-color: rgb(245 158 11 / 0.1); +} +.border-amber-500\/20{ + border-color: rgb(245 158 11 / 0.2); +} +.border-amber-500\/25{ + border-color: rgb(245 158 11 / 0.25); +} +.border-amber-500\/30{ + border-color: rgb(245 158 11 / 0.3); +} +.border-amber-500\/40{ + border-color: rgb(245 158 11 / 0.4); +} +.border-amber-500\/50{ + border-color: rgb(245 158 11 / 0.5); +} +.border-amber-500\/60{ + border-color: rgb(245 158 11 / 0.6); +} +.border-amber-500\/70{ + border-color: rgb(245 158 11 / 0.7); +} +.border-amber-500\/75{ + border-color: rgb(245 158 11 / 0.75); +} +.border-amber-500\/80{ + border-color: rgb(245 158 11 / 0.8); +} +.border-amber-500\/90{ + border-color: rgb(245 158 11 / 0.9); +} +.border-amber-500\/95{ + border-color: rgb(245 158 11 / 0.95); +} +.border-amber-500\/100{ + border-color: rgb(245 158 11 / 1); +} +.border-amber-600\/0{ + border-color: rgb(217 119 6 / 0); +} +.border-amber-600\/5{ + border-color: rgb(217 119 6 / 0.05); +} +.border-amber-600\/10{ + border-color: rgb(217 119 6 / 0.1); +} +.border-amber-600\/20{ + border-color: rgb(217 119 6 / 0.2); +} +.border-amber-600\/25{ + border-color: rgb(217 119 6 / 0.25); +} +.border-amber-600\/30{ + border-color: rgb(217 119 6 / 0.3); +} +.border-amber-600\/40{ + border-color: rgb(217 119 6 / 0.4); +} +.border-amber-600\/50{ + border-color: rgb(217 119 6 / 0.5); +} +.border-amber-600\/60{ + border-color: rgb(217 119 6 / 0.6); +} +.border-amber-600\/70{ + border-color: rgb(217 119 6 / 0.7); +} +.border-amber-600\/75{ + border-color: rgb(217 119 6 / 0.75); +} +.border-amber-600\/80{ + border-color: rgb(217 119 6 / 0.8); +} +.border-amber-600\/90{ + border-color: rgb(217 119 6 / 0.9); +} +.border-amber-600\/95{ + border-color: rgb(217 119 6 / 0.95); +} +.border-amber-600\/100{ + border-color: rgb(217 119 6 / 1); +} +.border-amber-700\/0{ + border-color: rgb(180 83 9 / 0); +} +.border-amber-700\/5{ + border-color: rgb(180 83 9 / 0.05); +} +.border-amber-700\/10{ + border-color: rgb(180 83 9 / 0.1); +} +.border-amber-700\/20{ + border-color: rgb(180 83 9 / 0.2); +} +.border-amber-700\/25{ + border-color: rgb(180 83 9 / 0.25); +} +.border-amber-700\/30{ + border-color: rgb(180 83 9 / 0.3); +} +.border-amber-700\/40{ + border-color: rgb(180 83 9 / 0.4); +} +.border-amber-700\/50{ + border-color: rgb(180 83 9 / 0.5); +} +.border-amber-700\/60{ + border-color: rgb(180 83 9 / 0.6); +} +.border-amber-700\/70{ + border-color: rgb(180 83 9 / 0.7); +} +.border-amber-700\/75{ + border-color: rgb(180 83 9 / 0.75); +} +.border-amber-700\/80{ + border-color: rgb(180 83 9 / 0.8); +} +.border-amber-700\/90{ + border-color: rgb(180 83 9 / 0.9); +} +.border-amber-700\/95{ + border-color: rgb(180 83 9 / 0.95); +} +.border-amber-700\/100{ + border-color: rgb(180 83 9 / 1); +} +.border-amber-800\/0{ + border-color: rgb(146 64 14 / 0); +} +.border-amber-800\/5{ + border-color: rgb(146 64 14 / 0.05); +} +.border-amber-800\/10{ + border-color: rgb(146 64 14 / 0.1); +} +.border-amber-800\/20{ + border-color: rgb(146 64 14 / 0.2); +} +.border-amber-800\/25{ + border-color: rgb(146 64 14 / 0.25); +} +.border-amber-800\/30{ + border-color: rgb(146 64 14 / 0.3); +} +.border-amber-800\/40{ + border-color: rgb(146 64 14 / 0.4); +} +.border-amber-800\/50{ + border-color: rgb(146 64 14 / 0.5); +} +.border-amber-800\/60{ + border-color: rgb(146 64 14 / 0.6); +} +.border-amber-800\/70{ + border-color: rgb(146 64 14 / 0.7); +} +.border-amber-800\/75{ + border-color: rgb(146 64 14 / 0.75); +} +.border-amber-800\/80{ + border-color: rgb(146 64 14 / 0.8); +} +.border-amber-800\/90{ + border-color: rgb(146 64 14 / 0.9); +} +.border-amber-800\/95{ + border-color: rgb(146 64 14 / 0.95); +} +.border-amber-800\/100{ + border-color: rgb(146 64 14 / 1); +} +.border-amber-900\/0{ + border-color: rgb(120 53 15 / 0); +} +.border-amber-900\/5{ + border-color: rgb(120 53 15 / 0.05); +} +.border-amber-900\/10{ + border-color: rgb(120 53 15 / 0.1); +} +.border-amber-900\/20{ + border-color: rgb(120 53 15 / 0.2); +} +.border-amber-900\/25{ + border-color: rgb(120 53 15 / 0.25); +} +.border-amber-900\/30{ + border-color: rgb(120 53 15 / 0.3); +} +.border-amber-900\/40{ + border-color: rgb(120 53 15 / 0.4); +} +.border-amber-900\/50{ + border-color: rgb(120 53 15 / 0.5); +} +.border-amber-900\/60{ + border-color: rgb(120 53 15 / 0.6); +} +.border-amber-900\/70{ + border-color: rgb(120 53 15 / 0.7); +} +.border-amber-900\/75{ + border-color: rgb(120 53 15 / 0.75); +} +.border-amber-900\/80{ + border-color: rgb(120 53 15 / 0.8); +} +.border-amber-900\/90{ + border-color: rgb(120 53 15 / 0.9); +} +.border-amber-900\/95{ + border-color: rgb(120 53 15 / 0.95); +} +.border-amber-900\/100{ + border-color: rgb(120 53 15 / 1); +} +.border-yellow-50\/0{ + border-color: rgb(253 253 234 / 0); +} +.border-yellow-50\/5{ + border-color: rgb(253 253 234 / 0.05); +} +.border-yellow-50\/10{ + border-color: rgb(253 253 234 / 0.1); +} +.border-yellow-50\/20{ + border-color: rgb(253 253 234 / 0.2); +} +.border-yellow-50\/25{ + border-color: rgb(253 253 234 / 0.25); +} +.border-yellow-50\/30{ + border-color: rgb(253 253 234 / 0.3); +} +.border-yellow-50\/40{ + border-color: rgb(253 253 234 / 0.4); +} +.border-yellow-50\/50{ + border-color: rgb(253 253 234 / 0.5); +} +.border-yellow-50\/60{ + border-color: rgb(253 253 234 / 0.6); +} +.border-yellow-50\/70{ + border-color: rgb(253 253 234 / 0.7); +} +.border-yellow-50\/75{ + border-color: rgb(253 253 234 / 0.75); +} +.border-yellow-50\/80{ + border-color: rgb(253 253 234 / 0.8); +} +.border-yellow-50\/90{ + border-color: rgb(253 253 234 / 0.9); +} +.border-yellow-50\/95{ + border-color: rgb(253 253 234 / 0.95); +} +.border-yellow-50\/100{ + border-color: rgb(253 253 234 / 1); +} +.border-yellow-100\/0{ + border-color: rgb(253 246 178 / 0); +} +.border-yellow-100\/5{ + border-color: rgb(253 246 178 / 0.05); +} +.border-yellow-100\/10{ + border-color: rgb(253 246 178 / 0.1); +} +.border-yellow-100\/20{ + border-color: rgb(253 246 178 / 0.2); +} +.border-yellow-100\/25{ + border-color: rgb(253 246 178 / 0.25); +} +.border-yellow-100\/30{ + border-color: rgb(253 246 178 / 0.3); +} +.border-yellow-100\/40{ + border-color: rgb(253 246 178 / 0.4); +} +.border-yellow-100\/50{ + border-color: rgb(253 246 178 / 0.5); +} +.border-yellow-100\/60{ + border-color: rgb(253 246 178 / 0.6); +} +.border-yellow-100\/70{ + border-color: rgb(253 246 178 / 0.7); +} +.border-yellow-100\/75{ + border-color: rgb(253 246 178 / 0.75); +} +.border-yellow-100\/80{ + border-color: rgb(253 246 178 / 0.8); +} +.border-yellow-100\/90{ + border-color: rgb(253 246 178 / 0.9); +} +.border-yellow-100\/95{ + border-color: rgb(253 246 178 / 0.95); +} +.border-yellow-100\/100{ + border-color: rgb(253 246 178 / 1); +} +.border-yellow-200\/0{ + border-color: rgb(252 233 106 / 0); +} +.border-yellow-200\/5{ + border-color: rgb(252 233 106 / 0.05); +} +.border-yellow-200\/10{ + border-color: rgb(252 233 106 / 0.1); +} +.border-yellow-200\/20{ + border-color: rgb(252 233 106 / 0.2); +} +.border-yellow-200\/25{ + border-color: rgb(252 233 106 / 0.25); +} +.border-yellow-200\/30{ + border-color: rgb(252 233 106 / 0.3); +} +.border-yellow-200\/40{ + border-color: rgb(252 233 106 / 0.4); +} +.border-yellow-200\/50{ + border-color: rgb(252 233 106 / 0.5); +} +.border-yellow-200\/60{ + border-color: rgb(252 233 106 / 0.6); +} +.border-yellow-200\/70{ + border-color: rgb(252 233 106 / 0.7); +} +.border-yellow-200\/75{ + border-color: rgb(252 233 106 / 0.75); +} +.border-yellow-200\/80{ + border-color: rgb(252 233 106 / 0.8); +} +.border-yellow-200\/90{ + border-color: rgb(252 233 106 / 0.9); +} +.border-yellow-200\/95{ + border-color: rgb(252 233 106 / 0.95); +} +.border-yellow-200\/100{ + border-color: rgb(252 233 106 / 1); +} +.border-yellow-300\/0{ + border-color: rgb(250 202 21 / 0); +} +.border-yellow-300\/5{ + border-color: rgb(250 202 21 / 0.05); +} +.border-yellow-300\/10{ + border-color: rgb(250 202 21 / 0.1); +} +.border-yellow-300\/20{ + border-color: rgb(250 202 21 / 0.2); +} +.border-yellow-300\/25{ + border-color: rgb(250 202 21 / 0.25); +} +.border-yellow-300\/30{ + border-color: rgb(250 202 21 / 0.3); +} +.border-yellow-300\/40{ + border-color: rgb(250 202 21 / 0.4); +} +.border-yellow-300\/50{ + border-color: rgb(250 202 21 / 0.5); +} +.border-yellow-300\/60{ + border-color: rgb(250 202 21 / 0.6); +} +.border-yellow-300\/70{ + border-color: rgb(250 202 21 / 0.7); +} +.border-yellow-300\/75{ + border-color: rgb(250 202 21 / 0.75); +} +.border-yellow-300\/80{ + border-color: rgb(250 202 21 / 0.8); +} +.border-yellow-300\/90{ + border-color: rgb(250 202 21 / 0.9); +} +.border-yellow-300\/95{ + border-color: rgb(250 202 21 / 0.95); +} +.border-yellow-300\/100{ + border-color: rgb(250 202 21 / 1); +} +.border-yellow-400\/0{ + border-color: rgb(227 160 8 / 0); +} +.border-yellow-400\/5{ + border-color: rgb(227 160 8 / 0.05); +} +.border-yellow-400\/10{ + border-color: rgb(227 160 8 / 0.1); +} +.border-yellow-400\/20{ + border-color: rgb(227 160 8 / 0.2); +} +.border-yellow-400\/25{ + border-color: rgb(227 160 8 / 0.25); +} +.border-yellow-400\/30{ + border-color: rgb(227 160 8 / 0.3); +} +.border-yellow-400\/40{ + border-color: rgb(227 160 8 / 0.4); +} +.border-yellow-400\/50{ + border-color: rgb(227 160 8 / 0.5); +} +.border-yellow-400\/60{ + border-color: rgb(227 160 8 / 0.6); +} +.border-yellow-400\/70{ + border-color: rgb(227 160 8 / 0.7); +} +.border-yellow-400\/75{ + border-color: rgb(227 160 8 / 0.75); +} +.border-yellow-400\/80{ + border-color: rgb(227 160 8 / 0.8); +} +.border-yellow-400\/90{ + border-color: rgb(227 160 8 / 0.9); +} +.border-yellow-400\/95{ + border-color: rgb(227 160 8 / 0.95); +} +.border-yellow-400\/100{ + border-color: rgb(227 160 8 / 1); +} +.border-yellow-500\/0{ + border-color: rgb(194 120 3 / 0); +} +.border-yellow-500\/5{ + border-color: rgb(194 120 3 / 0.05); +} +.border-yellow-500\/10{ + border-color: rgb(194 120 3 / 0.1); +} +.border-yellow-500\/20{ + border-color: rgb(194 120 3 / 0.2); +} +.border-yellow-500\/25{ + border-color: rgb(194 120 3 / 0.25); +} +.border-yellow-500\/30{ + border-color: rgb(194 120 3 / 0.3); +} +.border-yellow-500\/40{ + border-color: rgb(194 120 3 / 0.4); +} +.border-yellow-500\/50{ + border-color: rgb(194 120 3 / 0.5); +} +.border-yellow-500\/60{ + border-color: rgb(194 120 3 / 0.6); +} +.border-yellow-500\/70{ + border-color: rgb(194 120 3 / 0.7); +} +.border-yellow-500\/75{ + border-color: rgb(194 120 3 / 0.75); +} +.border-yellow-500\/80{ + border-color: rgb(194 120 3 / 0.8); +} +.border-yellow-500\/90{ + border-color: rgb(194 120 3 / 0.9); +} +.border-yellow-500\/95{ + border-color: rgb(194 120 3 / 0.95); +} +.border-yellow-500\/100{ + border-color: rgb(194 120 3 / 1); +} +.border-yellow-600\/0{ + border-color: rgb(159 88 10 / 0); +} +.border-yellow-600\/5{ + border-color: rgb(159 88 10 / 0.05); +} +.border-yellow-600\/10{ + border-color: rgb(159 88 10 / 0.1); +} +.border-yellow-600\/20{ + border-color: rgb(159 88 10 / 0.2); +} +.border-yellow-600\/25{ + border-color: rgb(159 88 10 / 0.25); +} +.border-yellow-600\/30{ + border-color: rgb(159 88 10 / 0.3); +} +.border-yellow-600\/40{ + border-color: rgb(159 88 10 / 0.4); +} +.border-yellow-600\/50{ + border-color: rgb(159 88 10 / 0.5); +} +.border-yellow-600\/60{ + border-color: rgb(159 88 10 / 0.6); +} +.border-yellow-600\/70{ + border-color: rgb(159 88 10 / 0.7); +} +.border-yellow-600\/75{ + border-color: rgb(159 88 10 / 0.75); +} +.border-yellow-600\/80{ + border-color: rgb(159 88 10 / 0.8); +} +.border-yellow-600\/90{ + border-color: rgb(159 88 10 / 0.9); +} +.border-yellow-600\/95{ + border-color: rgb(159 88 10 / 0.95); +} +.border-yellow-600\/100{ + border-color: rgb(159 88 10 / 1); +} +.border-yellow-700\/0{ + border-color: rgb(142 75 16 / 0); +} +.border-yellow-700\/5{ + border-color: rgb(142 75 16 / 0.05); +} +.border-yellow-700\/10{ + border-color: rgb(142 75 16 / 0.1); +} +.border-yellow-700\/20{ + border-color: rgb(142 75 16 / 0.2); +} +.border-yellow-700\/25{ + border-color: rgb(142 75 16 / 0.25); +} +.border-yellow-700\/30{ + border-color: rgb(142 75 16 / 0.3); +} +.border-yellow-700\/40{ + border-color: rgb(142 75 16 / 0.4); +} +.border-yellow-700\/50{ + border-color: rgb(142 75 16 / 0.5); +} +.border-yellow-700\/60{ + border-color: rgb(142 75 16 / 0.6); +} +.border-yellow-700\/70{ + border-color: rgb(142 75 16 / 0.7); +} +.border-yellow-700\/75{ + border-color: rgb(142 75 16 / 0.75); +} +.border-yellow-700\/80{ + border-color: rgb(142 75 16 / 0.8); +} +.border-yellow-700\/90{ + border-color: rgb(142 75 16 / 0.9); +} +.border-yellow-700\/95{ + border-color: rgb(142 75 16 / 0.95); +} +.border-yellow-700\/100{ + border-color: rgb(142 75 16 / 1); +} +.border-yellow-800\/0{ + border-color: rgb(114 59 19 / 0); +} +.border-yellow-800\/5{ + border-color: rgb(114 59 19 / 0.05); +} +.border-yellow-800\/10{ + border-color: rgb(114 59 19 / 0.1); +} +.border-yellow-800\/20{ + border-color: rgb(114 59 19 / 0.2); +} +.border-yellow-800\/25{ + border-color: rgb(114 59 19 / 0.25); +} +.border-yellow-800\/30{ + border-color: rgb(114 59 19 / 0.3); +} +.border-yellow-800\/40{ + border-color: rgb(114 59 19 / 0.4); +} +.border-yellow-800\/50{ + border-color: rgb(114 59 19 / 0.5); +} +.border-yellow-800\/60{ + border-color: rgb(114 59 19 / 0.6); +} +.border-yellow-800\/70{ + border-color: rgb(114 59 19 / 0.7); +} +.border-yellow-800\/75{ + border-color: rgb(114 59 19 / 0.75); +} +.border-yellow-800\/80{ + border-color: rgb(114 59 19 / 0.8); +} +.border-yellow-800\/90{ + border-color: rgb(114 59 19 / 0.9); +} +.border-yellow-800\/95{ + border-color: rgb(114 59 19 / 0.95); +} +.border-yellow-800\/100{ + border-color: rgb(114 59 19 / 1); +} +.border-yellow-900\/0{ + border-color: rgb(99 49 18 / 0); +} +.border-yellow-900\/5{ + border-color: rgb(99 49 18 / 0.05); +} +.border-yellow-900\/10{ + border-color: rgb(99 49 18 / 0.1); +} +.border-yellow-900\/20{ + border-color: rgb(99 49 18 / 0.2); +} +.border-yellow-900\/25{ + border-color: rgb(99 49 18 / 0.25); +} +.border-yellow-900\/30{ + border-color: rgb(99 49 18 / 0.3); +} +.border-yellow-900\/40{ + border-color: rgb(99 49 18 / 0.4); +} +.border-yellow-900\/50{ + border-color: rgb(99 49 18 / 0.5); +} +.border-yellow-900\/60{ + border-color: rgb(99 49 18 / 0.6); +} +.border-yellow-900\/70{ + border-color: rgb(99 49 18 / 0.7); +} +.border-yellow-900\/75{ + border-color: rgb(99 49 18 / 0.75); +} +.border-yellow-900\/80{ + border-color: rgb(99 49 18 / 0.8); +} +.border-yellow-900\/90{ + border-color: rgb(99 49 18 / 0.9); +} +.border-yellow-900\/95{ + border-color: rgb(99 49 18 / 0.95); +} +.border-yellow-900\/100{ + border-color: rgb(99 49 18 / 1); +} +.border-lime-50\/0{ + border-color: rgb(247 254 231 / 0); +} +.border-lime-50\/5{ + border-color: rgb(247 254 231 / 0.05); +} +.border-lime-50\/10{ + border-color: rgb(247 254 231 / 0.1); +} +.border-lime-50\/20{ + border-color: rgb(247 254 231 / 0.2); +} +.border-lime-50\/25{ + border-color: rgb(247 254 231 / 0.25); +} +.border-lime-50\/30{ + border-color: rgb(247 254 231 / 0.3); +} +.border-lime-50\/40{ + border-color: rgb(247 254 231 / 0.4); +} +.border-lime-50\/50{ + border-color: rgb(247 254 231 / 0.5); +} +.border-lime-50\/60{ + border-color: rgb(247 254 231 / 0.6); +} +.border-lime-50\/70{ + border-color: rgb(247 254 231 / 0.7); +} +.border-lime-50\/75{ + border-color: rgb(247 254 231 / 0.75); +} +.border-lime-50\/80{ + border-color: rgb(247 254 231 / 0.8); +} +.border-lime-50\/90{ + border-color: rgb(247 254 231 / 0.9); +} +.border-lime-50\/95{ + border-color: rgb(247 254 231 / 0.95); +} +.border-lime-50\/100{ + border-color: rgb(247 254 231 / 1); +} +.border-lime-100\/0{ + border-color: rgb(236 252 203 / 0); +} +.border-lime-100\/5{ + border-color: rgb(236 252 203 / 0.05); +} +.border-lime-100\/10{ + border-color: rgb(236 252 203 / 0.1); +} +.border-lime-100\/20{ + border-color: rgb(236 252 203 / 0.2); +} +.border-lime-100\/25{ + border-color: rgb(236 252 203 / 0.25); +} +.border-lime-100\/30{ + border-color: rgb(236 252 203 / 0.3); +} +.border-lime-100\/40{ + border-color: rgb(236 252 203 / 0.4); +} +.border-lime-100\/50{ + border-color: rgb(236 252 203 / 0.5); +} +.border-lime-100\/60{ + border-color: rgb(236 252 203 / 0.6); +} +.border-lime-100\/70{ + border-color: rgb(236 252 203 / 0.7); +} +.border-lime-100\/75{ + border-color: rgb(236 252 203 / 0.75); +} +.border-lime-100\/80{ + border-color: rgb(236 252 203 / 0.8); +} +.border-lime-100\/90{ + border-color: rgb(236 252 203 / 0.9); +} +.border-lime-100\/95{ + border-color: rgb(236 252 203 / 0.95); +} +.border-lime-100\/100{ + border-color: rgb(236 252 203 / 1); +} +.border-lime-200\/0{ + border-color: rgb(217 249 157 / 0); +} +.border-lime-200\/5{ + border-color: rgb(217 249 157 / 0.05); +} +.border-lime-200\/10{ + border-color: rgb(217 249 157 / 0.1); +} +.border-lime-200\/20{ + border-color: rgb(217 249 157 / 0.2); +} +.border-lime-200\/25{ + border-color: rgb(217 249 157 / 0.25); +} +.border-lime-200\/30{ + border-color: rgb(217 249 157 / 0.3); +} +.border-lime-200\/40{ + border-color: rgb(217 249 157 / 0.4); +} +.border-lime-200\/50{ + border-color: rgb(217 249 157 / 0.5); +} +.border-lime-200\/60{ + border-color: rgb(217 249 157 / 0.6); +} +.border-lime-200\/70{ + border-color: rgb(217 249 157 / 0.7); +} +.border-lime-200\/75{ + border-color: rgb(217 249 157 / 0.75); +} +.border-lime-200\/80{ + border-color: rgb(217 249 157 / 0.8); +} +.border-lime-200\/90{ + border-color: rgb(217 249 157 / 0.9); +} +.border-lime-200\/95{ + border-color: rgb(217 249 157 / 0.95); +} +.border-lime-200\/100{ + border-color: rgb(217 249 157 / 1); +} +.border-lime-300\/0{ + border-color: rgb(190 242 100 / 0); +} +.border-lime-300\/5{ + border-color: rgb(190 242 100 / 0.05); +} +.border-lime-300\/10{ + border-color: rgb(190 242 100 / 0.1); +} +.border-lime-300\/20{ + border-color: rgb(190 242 100 / 0.2); +} +.border-lime-300\/25{ + border-color: rgb(190 242 100 / 0.25); +} +.border-lime-300\/30{ + border-color: rgb(190 242 100 / 0.3); +} +.border-lime-300\/40{ + border-color: rgb(190 242 100 / 0.4); +} +.border-lime-300\/50{ + border-color: rgb(190 242 100 / 0.5); +} +.border-lime-300\/60{ + border-color: rgb(190 242 100 / 0.6); +} +.border-lime-300\/70{ + border-color: rgb(190 242 100 / 0.7); +} +.border-lime-300\/75{ + border-color: rgb(190 242 100 / 0.75); +} +.border-lime-300\/80{ + border-color: rgb(190 242 100 / 0.8); +} +.border-lime-300\/90{ + border-color: rgb(190 242 100 / 0.9); +} +.border-lime-300\/95{ + border-color: rgb(190 242 100 / 0.95); +} +.border-lime-300\/100{ + border-color: rgb(190 242 100 / 1); +} +.border-lime-400\/0{ + border-color: rgb(163 230 53 / 0); +} +.border-lime-400\/5{ + border-color: rgb(163 230 53 / 0.05); +} +.border-lime-400\/10{ + border-color: rgb(163 230 53 / 0.1); +} +.border-lime-400\/20{ + border-color: rgb(163 230 53 / 0.2); +} +.border-lime-400\/25{ + border-color: rgb(163 230 53 / 0.25); +} +.border-lime-400\/30{ + border-color: rgb(163 230 53 / 0.3); +} +.border-lime-400\/40{ + border-color: rgb(163 230 53 / 0.4); +} +.border-lime-400\/50{ + border-color: rgb(163 230 53 / 0.5); +} +.border-lime-400\/60{ + border-color: rgb(163 230 53 / 0.6); +} +.border-lime-400\/70{ + border-color: rgb(163 230 53 / 0.7); +} +.border-lime-400\/75{ + border-color: rgb(163 230 53 / 0.75); +} +.border-lime-400\/80{ + border-color: rgb(163 230 53 / 0.8); +} +.border-lime-400\/90{ + border-color: rgb(163 230 53 / 0.9); +} +.border-lime-400\/95{ + border-color: rgb(163 230 53 / 0.95); +} +.border-lime-400\/100{ + border-color: rgb(163 230 53 / 1); +} +.border-lime-500\/0{ + border-color: rgb(132 204 22 / 0); +} +.border-lime-500\/5{ + border-color: rgb(132 204 22 / 0.05); +} +.border-lime-500\/10{ + border-color: rgb(132 204 22 / 0.1); +} +.border-lime-500\/20{ + border-color: rgb(132 204 22 / 0.2); +} +.border-lime-500\/25{ + border-color: rgb(132 204 22 / 0.25); +} +.border-lime-500\/30{ + border-color: rgb(132 204 22 / 0.3); +} +.border-lime-500\/40{ + border-color: rgb(132 204 22 / 0.4); +} +.border-lime-500\/50{ + border-color: rgb(132 204 22 / 0.5); +} +.border-lime-500\/60{ + border-color: rgb(132 204 22 / 0.6); +} +.border-lime-500\/70{ + border-color: rgb(132 204 22 / 0.7); +} +.border-lime-500\/75{ + border-color: rgb(132 204 22 / 0.75); +} +.border-lime-500\/80{ + border-color: rgb(132 204 22 / 0.8); +} +.border-lime-500\/90{ + border-color: rgb(132 204 22 / 0.9); +} +.border-lime-500\/95{ + border-color: rgb(132 204 22 / 0.95); +} +.border-lime-500\/100{ + border-color: rgb(132 204 22 / 1); +} +.border-lime-600\/0{ + border-color: rgb(101 163 13 / 0); +} +.border-lime-600\/5{ + border-color: rgb(101 163 13 / 0.05); +} +.border-lime-600\/10{ + border-color: rgb(101 163 13 / 0.1); +} +.border-lime-600\/20{ + border-color: rgb(101 163 13 / 0.2); +} +.border-lime-600\/25{ + border-color: rgb(101 163 13 / 0.25); +} +.border-lime-600\/30{ + border-color: rgb(101 163 13 / 0.3); +} +.border-lime-600\/40{ + border-color: rgb(101 163 13 / 0.4); +} +.border-lime-600\/50{ + border-color: rgb(101 163 13 / 0.5); +} +.border-lime-600\/60{ + border-color: rgb(101 163 13 / 0.6); +} +.border-lime-600\/70{ + border-color: rgb(101 163 13 / 0.7); +} +.border-lime-600\/75{ + border-color: rgb(101 163 13 / 0.75); +} +.border-lime-600\/80{ + border-color: rgb(101 163 13 / 0.8); +} +.border-lime-600\/90{ + border-color: rgb(101 163 13 / 0.9); +} +.border-lime-600\/95{ + border-color: rgb(101 163 13 / 0.95); +} +.border-lime-600\/100{ + border-color: rgb(101 163 13 / 1); +} +.border-lime-700\/0{ + border-color: rgb(77 124 15 / 0); +} +.border-lime-700\/5{ + border-color: rgb(77 124 15 / 0.05); +} +.border-lime-700\/10{ + border-color: rgb(77 124 15 / 0.1); +} +.border-lime-700\/20{ + border-color: rgb(77 124 15 / 0.2); +} +.border-lime-700\/25{ + border-color: rgb(77 124 15 / 0.25); +} +.border-lime-700\/30{ + border-color: rgb(77 124 15 / 0.3); +} +.border-lime-700\/40{ + border-color: rgb(77 124 15 / 0.4); +} +.border-lime-700\/50{ + border-color: rgb(77 124 15 / 0.5); +} +.border-lime-700\/60{ + border-color: rgb(77 124 15 / 0.6); +} +.border-lime-700\/70{ + border-color: rgb(77 124 15 / 0.7); +} +.border-lime-700\/75{ + border-color: rgb(77 124 15 / 0.75); +} +.border-lime-700\/80{ + border-color: rgb(77 124 15 / 0.8); +} +.border-lime-700\/90{ + border-color: rgb(77 124 15 / 0.9); +} +.border-lime-700\/95{ + border-color: rgb(77 124 15 / 0.95); +} +.border-lime-700\/100{ + border-color: rgb(77 124 15 / 1); +} +.border-lime-800\/0{ + border-color: rgb(63 98 18 / 0); +} +.border-lime-800\/5{ + border-color: rgb(63 98 18 / 0.05); +} +.border-lime-800\/10{ + border-color: rgb(63 98 18 / 0.1); +} +.border-lime-800\/20{ + border-color: rgb(63 98 18 / 0.2); +} +.border-lime-800\/25{ + border-color: rgb(63 98 18 / 0.25); +} +.border-lime-800\/30{ + border-color: rgb(63 98 18 / 0.3); +} +.border-lime-800\/40{ + border-color: rgb(63 98 18 / 0.4); +} +.border-lime-800\/50{ + border-color: rgb(63 98 18 / 0.5); +} +.border-lime-800\/60{ + border-color: rgb(63 98 18 / 0.6); +} +.border-lime-800\/70{ + border-color: rgb(63 98 18 / 0.7); +} +.border-lime-800\/75{ + border-color: rgb(63 98 18 / 0.75); +} +.border-lime-800\/80{ + border-color: rgb(63 98 18 / 0.8); +} +.border-lime-800\/90{ + border-color: rgb(63 98 18 / 0.9); +} +.border-lime-800\/95{ + border-color: rgb(63 98 18 / 0.95); +} +.border-lime-800\/100{ + border-color: rgb(63 98 18 / 1); +} +.border-lime-900\/0{ + border-color: rgb(54 83 20 / 0); +} +.border-lime-900\/5{ + border-color: rgb(54 83 20 / 0.05); +} +.border-lime-900\/10{ + border-color: rgb(54 83 20 / 0.1); +} +.border-lime-900\/20{ + border-color: rgb(54 83 20 / 0.2); +} +.border-lime-900\/25{ + border-color: rgb(54 83 20 / 0.25); +} +.border-lime-900\/30{ + border-color: rgb(54 83 20 / 0.3); +} +.border-lime-900\/40{ + border-color: rgb(54 83 20 / 0.4); +} +.border-lime-900\/50{ + border-color: rgb(54 83 20 / 0.5); +} +.border-lime-900\/60{ + border-color: rgb(54 83 20 / 0.6); +} +.border-lime-900\/70{ + border-color: rgb(54 83 20 / 0.7); +} +.border-lime-900\/75{ + border-color: rgb(54 83 20 / 0.75); +} +.border-lime-900\/80{ + border-color: rgb(54 83 20 / 0.8); +} +.border-lime-900\/90{ + border-color: rgb(54 83 20 / 0.9); +} +.border-lime-900\/95{ + border-color: rgb(54 83 20 / 0.95); +} +.border-lime-900\/100{ + border-color: rgb(54 83 20 / 1); +} +.border-green-50\/0{ + border-color: rgb(248 250 246 / 0); +} +.border-green-50\/5{ + border-color: rgb(248 250 246 / 0.05); +} +.border-green-50\/10{ + border-color: rgb(248 250 246 / 0.1); +} +.border-green-50\/20{ + border-color: rgb(248 250 246 / 0.2); +} +.border-green-50\/25{ + border-color: rgb(248 250 246 / 0.25); +} +.border-green-50\/30{ + border-color: rgb(248 250 246 / 0.3); +} +.border-green-50\/40{ + border-color: rgb(248 250 246 / 0.4); +} +.border-green-50\/50{ + border-color: rgb(248 250 246 / 0.5); +} +.border-green-50\/60{ + border-color: rgb(248 250 246 / 0.6); +} +.border-green-50\/70{ + border-color: rgb(248 250 246 / 0.7); +} +.border-green-50\/75{ + border-color: rgb(248 250 246 / 0.75); +} +.border-green-50\/80{ + border-color: rgb(248 250 246 / 0.8); +} +.border-green-50\/90{ + border-color: rgb(248 250 246 / 0.9); +} +.border-green-50\/95{ + border-color: rgb(248 250 246 / 0.95); +} +.border-green-50\/100{ + border-color: rgb(248 250 246 / 1); +} +.border-green-100\/0{ + border-color: rgb(241 246 238 / 0); +} +.border-green-100\/5{ + border-color: rgb(241 246 238 / 0.05); +} +.border-green-100\/10{ + border-color: rgb(241 246 238 / 0.1); +} +.border-green-100\/20{ + border-color: rgb(241 246 238 / 0.2); +} +.border-green-100\/25{ + border-color: rgb(241 246 238 / 0.25); +} +.border-green-100\/30{ + border-color: rgb(241 246 238 / 0.3); +} +.border-green-100\/40{ + border-color: rgb(241 246 238 / 0.4); +} +.border-green-100\/50{ + border-color: rgb(241 246 238 / 0.5); +} +.border-green-100\/60{ + border-color: rgb(241 246 238 / 0.6); +} +.border-green-100\/70{ + border-color: rgb(241 246 238 / 0.7); +} +.border-green-100\/75{ + border-color: rgb(241 246 238 / 0.75); +} +.border-green-100\/80{ + border-color: rgb(241 246 238 / 0.8); +} +.border-green-100\/90{ + border-color: rgb(241 246 238 / 0.9); +} +.border-green-100\/95{ + border-color: rgb(241 246 238 / 0.95); +} +.border-green-100\/100{ + border-color: rgb(241 246 238 / 1); +} +.border-green-200\/0{ + border-color: rgb(219 232 212 / 0); +} +.border-green-200\/5{ + border-color: rgb(219 232 212 / 0.05); +} +.border-green-200\/10{ + border-color: rgb(219 232 212 / 0.1); +} +.border-green-200\/20{ + border-color: rgb(219 232 212 / 0.2); +} +.border-green-200\/25{ + border-color: rgb(219 232 212 / 0.25); +} +.border-green-200\/30{ + border-color: rgb(219 232 212 / 0.3); +} +.border-green-200\/40{ + border-color: rgb(219 232 212 / 0.4); +} +.border-green-200\/50{ + border-color: rgb(219 232 212 / 0.5); +} +.border-green-200\/60{ + border-color: rgb(219 232 212 / 0.6); +} +.border-green-200\/70{ + border-color: rgb(219 232 212 / 0.7); +} +.border-green-200\/75{ + border-color: rgb(219 232 212 / 0.75); +} +.border-green-200\/80{ + border-color: rgb(219 232 212 / 0.8); +} +.border-green-200\/90{ + border-color: rgb(219 232 212 / 0.9); +} +.border-green-200\/95{ + border-color: rgb(219 232 212 / 0.95); +} +.border-green-200\/100{ + border-color: rgb(219 232 212 / 1); +} +.border-green-300\/0{ + border-color: rgb(197 217 186 / 0); +} +.border-green-300\/5{ + border-color: rgb(197 217 186 / 0.05); +} +.border-green-300\/10{ + border-color: rgb(197 217 186 / 0.1); +} +.border-green-300\/20{ + border-color: rgb(197 217 186 / 0.2); +} +.border-green-300\/25{ + border-color: rgb(197 217 186 / 0.25); +} +.border-green-300\/30{ + border-color: rgb(197 217 186 / 0.3); +} +.border-green-300\/40{ + border-color: rgb(197 217 186 / 0.4); +} +.border-green-300\/50{ + border-color: rgb(197 217 186 / 0.5); +} +.border-green-300\/60{ + border-color: rgb(197 217 186 / 0.6); +} +.border-green-300\/70{ + border-color: rgb(197 217 186 / 0.7); +} +.border-green-300\/75{ + border-color: rgb(197 217 186 / 0.75); +} +.border-green-300\/80{ + border-color: rgb(197 217 186 / 0.8); +} +.border-green-300\/90{ + border-color: rgb(197 217 186 / 0.9); +} +.border-green-300\/95{ + border-color: rgb(197 217 186 / 0.95); +} +.border-green-300\/100{ + border-color: rgb(197 217 186 / 1); +} +.border-green-400\/0{ + border-color: rgb(154 189 134 / 0); +} +.border-green-400\/5{ + border-color: rgb(154 189 134 / 0.05); +} +.border-green-400\/10{ + border-color: rgb(154 189 134 / 0.1); +} +.border-green-400\/20{ + border-color: rgb(154 189 134 / 0.2); +} +.border-green-400\/25{ + border-color: rgb(154 189 134 / 0.25); +} +.border-green-400\/30{ + border-color: rgb(154 189 134 / 0.3); +} +.border-green-400\/40{ + border-color: rgb(154 189 134 / 0.4); +} +.border-green-400\/50{ + border-color: rgb(154 189 134 / 0.5); +} +.border-green-400\/60{ + border-color: rgb(154 189 134 / 0.6); +} +.border-green-400\/70{ + border-color: rgb(154 189 134 / 0.7); +} +.border-green-400\/75{ + border-color: rgb(154 189 134 / 0.75); +} +.border-green-400\/80{ + border-color: rgb(154 189 134 / 0.8); +} +.border-green-400\/90{ + border-color: rgb(154 189 134 / 0.9); +} +.border-green-400\/95{ + border-color: rgb(154 189 134 / 0.95); +} +.border-green-400\/100{ + border-color: rgb(154 189 134 / 1); +} +.border-green-500\/0{ + border-color: rgb(110 161 82 / 0); +} +.border-green-500\/5{ + border-color: rgb(110 161 82 / 0.05); +} +.border-green-500\/10{ + border-color: rgb(110 161 82 / 0.1); +} +.border-green-500\/20{ + border-color: rgb(110 161 82 / 0.2); +} +.border-green-500\/25{ + border-color: rgb(110 161 82 / 0.25); +} +.border-green-500\/30{ + border-color: rgb(110 161 82 / 0.3); +} +.border-green-500\/40{ + border-color: rgb(110 161 82 / 0.4); +} +.border-green-500\/50{ + border-color: rgb(110 161 82 / 0.5); +} +.border-green-500\/60{ + border-color: rgb(110 161 82 / 0.6); +} +.border-green-500\/70{ + border-color: rgb(110 161 82 / 0.7); +} +.border-green-500\/75{ + border-color: rgb(110 161 82 / 0.75); +} +.border-green-500\/80{ + border-color: rgb(110 161 82 / 0.8); +} +.border-green-500\/90{ + border-color: rgb(110 161 82 / 0.9); +} +.border-green-500\/95{ + border-color: rgb(110 161 82 / 0.95); +} +.border-green-500\/100{ + border-color: rgb(110 161 82 / 1); +} +.border-green-600\/0{ + border-color: rgb(99 145 74 / 0); +} +.border-green-600\/5{ + border-color: rgb(99 145 74 / 0.05); +} +.border-green-600\/10{ + border-color: rgb(99 145 74 / 0.1); +} +.border-green-600\/20{ + border-color: rgb(99 145 74 / 0.2); +} +.border-green-600\/25{ + border-color: rgb(99 145 74 / 0.25); +} +.border-green-600\/30{ + border-color: rgb(99 145 74 / 0.3); +} +.border-green-600\/40{ + border-color: rgb(99 145 74 / 0.4); +} +.border-green-600\/50{ + border-color: rgb(99 145 74 / 0.5); +} +.border-green-600\/60{ + border-color: rgb(99 145 74 / 0.6); +} +.border-green-600\/70{ + border-color: rgb(99 145 74 / 0.7); +} +.border-green-600\/75{ + border-color: rgb(99 145 74 / 0.75); +} +.border-green-600\/80{ + border-color: rgb(99 145 74 / 0.8); +} +.border-green-600\/90{ + border-color: rgb(99 145 74 / 0.9); +} +.border-green-600\/95{ + border-color: rgb(99 145 74 / 0.95); +} +.border-green-600\/100{ + border-color: rgb(99 145 74 / 1); +} +.border-green-700\/0{ + border-color: rgb(83 121 62 / 0); +} +.border-green-700\/5{ + border-color: rgb(83 121 62 / 0.05); +} +.border-green-700\/10{ + border-color: rgb(83 121 62 / 0.1); +} +.border-green-700\/20{ + border-color: rgb(83 121 62 / 0.2); +} +.border-green-700\/25{ + border-color: rgb(83 121 62 / 0.25); +} +.border-green-700\/30{ + border-color: rgb(83 121 62 / 0.3); +} +.border-green-700\/40{ + border-color: rgb(83 121 62 / 0.4); +} +.border-green-700\/50{ + border-color: rgb(83 121 62 / 0.5); +} +.border-green-700\/60{ + border-color: rgb(83 121 62 / 0.6); +} +.border-green-700\/70{ + border-color: rgb(83 121 62 / 0.7); +} +.border-green-700\/75{ + border-color: rgb(83 121 62 / 0.75); +} +.border-green-700\/80{ + border-color: rgb(83 121 62 / 0.8); +} +.border-green-700\/90{ + border-color: rgb(83 121 62 / 0.9); +} +.border-green-700\/95{ + border-color: rgb(83 121 62 / 0.95); +} +.border-green-700\/100{ + border-color: rgb(83 121 62 / 1); +} +.border-green-800\/0{ + border-color: rgb(66 97 49 / 0); +} +.border-green-800\/5{ + border-color: rgb(66 97 49 / 0.05); +} +.border-green-800\/10{ + border-color: rgb(66 97 49 / 0.1); +} +.border-green-800\/20{ + border-color: rgb(66 97 49 / 0.2); +} +.border-green-800\/25{ + border-color: rgb(66 97 49 / 0.25); +} +.border-green-800\/30{ + border-color: rgb(66 97 49 / 0.3); +} +.border-green-800\/40{ + border-color: rgb(66 97 49 / 0.4); +} +.border-green-800\/50{ + border-color: rgb(66 97 49 / 0.5); +} +.border-green-800\/60{ + border-color: rgb(66 97 49 / 0.6); +} +.border-green-800\/70{ + border-color: rgb(66 97 49 / 0.7); +} +.border-green-800\/75{ + border-color: rgb(66 97 49 / 0.75); +} +.border-green-800\/80{ + border-color: rgb(66 97 49 / 0.8); +} +.border-green-800\/90{ + border-color: rgb(66 97 49 / 0.9); +} +.border-green-800\/95{ + border-color: rgb(66 97 49 / 0.95); +} +.border-green-800\/100{ + border-color: rgb(66 97 49 / 1); +} +.border-green-900\/0{ + border-color: rgb(54 79 40 / 0); +} +.border-green-900\/5{ + border-color: rgb(54 79 40 / 0.05); +} +.border-green-900\/10{ + border-color: rgb(54 79 40 / 0.1); +} +.border-green-900\/20{ + border-color: rgb(54 79 40 / 0.2); +} +.border-green-900\/25{ + border-color: rgb(54 79 40 / 0.25); +} +.border-green-900\/30{ + border-color: rgb(54 79 40 / 0.3); +} +.border-green-900\/40{ + border-color: rgb(54 79 40 / 0.4); +} +.border-green-900\/50{ + border-color: rgb(54 79 40 / 0.5); +} +.border-green-900\/60{ + border-color: rgb(54 79 40 / 0.6); +} +.border-green-900\/70{ + border-color: rgb(54 79 40 / 0.7); +} +.border-green-900\/75{ + border-color: rgb(54 79 40 / 0.75); +} +.border-green-900\/80{ + border-color: rgb(54 79 40 / 0.8); +} +.border-green-900\/90{ + border-color: rgb(54 79 40 / 0.9); +} +.border-green-900\/95{ + border-color: rgb(54 79 40 / 0.95); +} +.border-green-900\/100{ + border-color: rgb(54 79 40 / 1); +} +.border-green\/0{ + border-color: rgb(110 161 82 / 0); +} +.border-green\/5{ + border-color: rgb(110 161 82 / 0.05); +} +.border-green\/10{ + border-color: rgb(110 161 82 / 0.1); +} +.border-green\/20{ + border-color: rgb(110 161 82 / 0.2); +} +.border-green\/25{ + border-color: rgb(110 161 82 / 0.25); +} +.border-green\/30{ + border-color: rgb(110 161 82 / 0.3); +} +.border-green\/40{ + border-color: rgb(110 161 82 / 0.4); +} +.border-green\/50{ + border-color: rgb(110 161 82 / 0.5); +} +.border-green\/60{ + border-color: rgb(110 161 82 / 0.6); +} +.border-green\/70{ + border-color: rgb(110 161 82 / 0.7); +} +.border-green\/75{ + border-color: rgb(110 161 82 / 0.75); +} +.border-green\/80{ + border-color: rgb(110 161 82 / 0.8); +} +.border-green\/90{ + border-color: rgb(110 161 82 / 0.9); +} +.border-green\/95{ + border-color: rgb(110 161 82 / 0.95); +} +.border-green\/100{ + border-color: rgb(110 161 82 / 1); +} +.border-emerald-50\/0{ + border-color: rgb(236 253 245 / 0); +} +.border-emerald-50\/5{ + border-color: rgb(236 253 245 / 0.05); +} +.border-emerald-50\/10{ + border-color: rgb(236 253 245 / 0.1); +} +.border-emerald-50\/20{ + border-color: rgb(236 253 245 / 0.2); +} +.border-emerald-50\/25{ + border-color: rgb(236 253 245 / 0.25); +} +.border-emerald-50\/30{ + border-color: rgb(236 253 245 / 0.3); +} +.border-emerald-50\/40{ + border-color: rgb(236 253 245 / 0.4); +} +.border-emerald-50\/50{ + border-color: rgb(236 253 245 / 0.5); +} +.border-emerald-50\/60{ + border-color: rgb(236 253 245 / 0.6); +} +.border-emerald-50\/70{ + border-color: rgb(236 253 245 / 0.7); +} +.border-emerald-50\/75{ + border-color: rgb(236 253 245 / 0.75); +} +.border-emerald-50\/80{ + border-color: rgb(236 253 245 / 0.8); +} +.border-emerald-50\/90{ + border-color: rgb(236 253 245 / 0.9); +} +.border-emerald-50\/95{ + border-color: rgb(236 253 245 / 0.95); +} +.border-emerald-50\/100{ + border-color: rgb(236 253 245 / 1); +} +.border-emerald-100\/0{ + border-color: rgb(209 250 229 / 0); +} +.border-emerald-100\/5{ + border-color: rgb(209 250 229 / 0.05); +} +.border-emerald-100\/10{ + border-color: rgb(209 250 229 / 0.1); +} +.border-emerald-100\/20{ + border-color: rgb(209 250 229 / 0.2); +} +.border-emerald-100\/25{ + border-color: rgb(209 250 229 / 0.25); +} +.border-emerald-100\/30{ + border-color: rgb(209 250 229 / 0.3); +} +.border-emerald-100\/40{ + border-color: rgb(209 250 229 / 0.4); +} +.border-emerald-100\/50{ + border-color: rgb(209 250 229 / 0.5); +} +.border-emerald-100\/60{ + border-color: rgb(209 250 229 / 0.6); +} +.border-emerald-100\/70{ + border-color: rgb(209 250 229 / 0.7); +} +.border-emerald-100\/75{ + border-color: rgb(209 250 229 / 0.75); +} +.border-emerald-100\/80{ + border-color: rgb(209 250 229 / 0.8); +} +.border-emerald-100\/90{ + border-color: rgb(209 250 229 / 0.9); +} +.border-emerald-100\/95{ + border-color: rgb(209 250 229 / 0.95); +} +.border-emerald-100\/100{ + border-color: rgb(209 250 229 / 1); +} +.border-emerald-200\/0{ + border-color: rgb(167 243 208 / 0); +} +.border-emerald-200\/5{ + border-color: rgb(167 243 208 / 0.05); +} +.border-emerald-200\/10{ + border-color: rgb(167 243 208 / 0.1); +} +.border-emerald-200\/20{ + border-color: rgb(167 243 208 / 0.2); +} +.border-emerald-200\/25{ + border-color: rgb(167 243 208 / 0.25); +} +.border-emerald-200\/30{ + border-color: rgb(167 243 208 / 0.3); +} +.border-emerald-200\/40{ + border-color: rgb(167 243 208 / 0.4); +} +.border-emerald-200\/50{ + border-color: rgb(167 243 208 / 0.5); +} +.border-emerald-200\/60{ + border-color: rgb(167 243 208 / 0.6); +} +.border-emerald-200\/70{ + border-color: rgb(167 243 208 / 0.7); +} +.border-emerald-200\/75{ + border-color: rgb(167 243 208 / 0.75); +} +.border-emerald-200\/80{ + border-color: rgb(167 243 208 / 0.8); +} +.border-emerald-200\/90{ + border-color: rgb(167 243 208 / 0.9); +} +.border-emerald-200\/95{ + border-color: rgb(167 243 208 / 0.95); +} +.border-emerald-200\/100{ + border-color: rgb(167 243 208 / 1); +} +.border-emerald-300\/0{ + border-color: rgb(110 231 183 / 0); +} +.border-emerald-300\/5{ + border-color: rgb(110 231 183 / 0.05); +} +.border-emerald-300\/10{ + border-color: rgb(110 231 183 / 0.1); +} +.border-emerald-300\/20{ + border-color: rgb(110 231 183 / 0.2); +} +.border-emerald-300\/25{ + border-color: rgb(110 231 183 / 0.25); +} +.border-emerald-300\/30{ + border-color: rgb(110 231 183 / 0.3); +} +.border-emerald-300\/40{ + border-color: rgb(110 231 183 / 0.4); +} +.border-emerald-300\/50{ + border-color: rgb(110 231 183 / 0.5); +} +.border-emerald-300\/60{ + border-color: rgb(110 231 183 / 0.6); +} +.border-emerald-300\/70{ + border-color: rgb(110 231 183 / 0.7); +} +.border-emerald-300\/75{ + border-color: rgb(110 231 183 / 0.75); +} +.border-emerald-300\/80{ + border-color: rgb(110 231 183 / 0.8); +} +.border-emerald-300\/90{ + border-color: rgb(110 231 183 / 0.9); +} +.border-emerald-300\/95{ + border-color: rgb(110 231 183 / 0.95); +} +.border-emerald-300\/100{ + border-color: rgb(110 231 183 / 1); +} +.border-emerald-400\/0{ + border-color: rgb(52 211 153 / 0); +} +.border-emerald-400\/5{ + border-color: rgb(52 211 153 / 0.05); +} +.border-emerald-400\/10{ + border-color: rgb(52 211 153 / 0.1); +} +.border-emerald-400\/20{ + border-color: rgb(52 211 153 / 0.2); +} +.border-emerald-400\/25{ + border-color: rgb(52 211 153 / 0.25); +} +.border-emerald-400\/30{ + border-color: rgb(52 211 153 / 0.3); +} +.border-emerald-400\/40{ + border-color: rgb(52 211 153 / 0.4); +} +.border-emerald-400\/50{ + border-color: rgb(52 211 153 / 0.5); +} +.border-emerald-400\/60{ + border-color: rgb(52 211 153 / 0.6); +} +.border-emerald-400\/70{ + border-color: rgb(52 211 153 / 0.7); +} +.border-emerald-400\/75{ + border-color: rgb(52 211 153 / 0.75); +} +.border-emerald-400\/80{ + border-color: rgb(52 211 153 / 0.8); +} +.border-emerald-400\/90{ + border-color: rgb(52 211 153 / 0.9); +} +.border-emerald-400\/95{ + border-color: rgb(52 211 153 / 0.95); +} +.border-emerald-400\/100{ + border-color: rgb(52 211 153 / 1); +} +.border-emerald-500\/0{ + border-color: rgb(16 185 129 / 0); +} +.border-emerald-500\/5{ + border-color: rgb(16 185 129 / 0.05); +} +.border-emerald-500\/10{ + border-color: rgb(16 185 129 / 0.1); +} +.border-emerald-500\/20{ + border-color: rgb(16 185 129 / 0.2); +} +.border-emerald-500\/25{ + border-color: rgb(16 185 129 / 0.25); +} +.border-emerald-500\/30{ + border-color: rgb(16 185 129 / 0.3); +} +.border-emerald-500\/40{ + border-color: rgb(16 185 129 / 0.4); +} +.border-emerald-500\/50{ + border-color: rgb(16 185 129 / 0.5); +} +.border-emerald-500\/60{ + border-color: rgb(16 185 129 / 0.6); +} +.border-emerald-500\/70{ + border-color: rgb(16 185 129 / 0.7); +} +.border-emerald-500\/75{ + border-color: rgb(16 185 129 / 0.75); +} +.border-emerald-500\/80{ + border-color: rgb(16 185 129 / 0.8); +} +.border-emerald-500\/90{ + border-color: rgb(16 185 129 / 0.9); +} +.border-emerald-500\/95{ + border-color: rgb(16 185 129 / 0.95); +} +.border-emerald-500\/100{ + border-color: rgb(16 185 129 / 1); +} +.border-emerald-600\/0{ + border-color: rgb(5 150 105 / 0); +} +.border-emerald-600\/5{ + border-color: rgb(5 150 105 / 0.05); +} +.border-emerald-600\/10{ + border-color: rgb(5 150 105 / 0.1); +} +.border-emerald-600\/20{ + border-color: rgb(5 150 105 / 0.2); +} +.border-emerald-600\/25{ + border-color: rgb(5 150 105 / 0.25); +} +.border-emerald-600\/30{ + border-color: rgb(5 150 105 / 0.3); +} +.border-emerald-600\/40{ + border-color: rgb(5 150 105 / 0.4); +} +.border-emerald-600\/50{ + border-color: rgb(5 150 105 / 0.5); +} +.border-emerald-600\/60{ + border-color: rgb(5 150 105 / 0.6); +} +.border-emerald-600\/70{ + border-color: rgb(5 150 105 / 0.7); +} +.border-emerald-600\/75{ + border-color: rgb(5 150 105 / 0.75); +} +.border-emerald-600\/80{ + border-color: rgb(5 150 105 / 0.8); +} +.border-emerald-600\/90{ + border-color: rgb(5 150 105 / 0.9); +} +.border-emerald-600\/95{ + border-color: rgb(5 150 105 / 0.95); +} +.border-emerald-600\/100{ + border-color: rgb(5 150 105 / 1); +} +.border-emerald-700\/0{ + border-color: rgb(4 120 87 / 0); +} +.border-emerald-700\/5{ + border-color: rgb(4 120 87 / 0.05); +} +.border-emerald-700\/10{ + border-color: rgb(4 120 87 / 0.1); +} +.border-emerald-700\/20{ + border-color: rgb(4 120 87 / 0.2); +} +.border-emerald-700\/25{ + border-color: rgb(4 120 87 / 0.25); +} +.border-emerald-700\/30{ + border-color: rgb(4 120 87 / 0.3); +} +.border-emerald-700\/40{ + border-color: rgb(4 120 87 / 0.4); +} +.border-emerald-700\/50{ + border-color: rgb(4 120 87 / 0.5); +} +.border-emerald-700\/60{ + border-color: rgb(4 120 87 / 0.6); +} +.border-emerald-700\/70{ + border-color: rgb(4 120 87 / 0.7); +} +.border-emerald-700\/75{ + border-color: rgb(4 120 87 / 0.75); +} +.border-emerald-700\/80{ + border-color: rgb(4 120 87 / 0.8); +} +.border-emerald-700\/90{ + border-color: rgb(4 120 87 / 0.9); +} +.border-emerald-700\/95{ + border-color: rgb(4 120 87 / 0.95); +} +.border-emerald-700\/100{ + border-color: rgb(4 120 87 / 1); +} +.border-emerald-800\/0{ + border-color: rgb(6 95 70 / 0); +} +.border-emerald-800\/5{ + border-color: rgb(6 95 70 / 0.05); +} +.border-emerald-800\/10{ + border-color: rgb(6 95 70 / 0.1); +} +.border-emerald-800\/20{ + border-color: rgb(6 95 70 / 0.2); +} +.border-emerald-800\/25{ + border-color: rgb(6 95 70 / 0.25); +} +.border-emerald-800\/30{ + border-color: rgb(6 95 70 / 0.3); +} +.border-emerald-800\/40{ + border-color: rgb(6 95 70 / 0.4); +} +.border-emerald-800\/50{ + border-color: rgb(6 95 70 / 0.5); +} +.border-emerald-800\/60{ + border-color: rgb(6 95 70 / 0.6); +} +.border-emerald-800\/70{ + border-color: rgb(6 95 70 / 0.7); +} +.border-emerald-800\/75{ + border-color: rgb(6 95 70 / 0.75); +} +.border-emerald-800\/80{ + border-color: rgb(6 95 70 / 0.8); +} +.border-emerald-800\/90{ + border-color: rgb(6 95 70 / 0.9); +} +.border-emerald-800\/95{ + border-color: rgb(6 95 70 / 0.95); +} +.border-emerald-800\/100{ + border-color: rgb(6 95 70 / 1); +} +.border-emerald-900\/0{ + border-color: rgb(6 78 59 / 0); +} +.border-emerald-900\/5{ + border-color: rgb(6 78 59 / 0.05); +} +.border-emerald-900\/10{ + border-color: rgb(6 78 59 / 0.1); +} +.border-emerald-900\/20{ + border-color: rgb(6 78 59 / 0.2); +} +.border-emerald-900\/25{ + border-color: rgb(6 78 59 / 0.25); +} +.border-emerald-900\/30{ + border-color: rgb(6 78 59 / 0.3); +} +.border-emerald-900\/40{ + border-color: rgb(6 78 59 / 0.4); +} +.border-emerald-900\/50{ + border-color: rgb(6 78 59 / 0.5); +} +.border-emerald-900\/60{ + border-color: rgb(6 78 59 / 0.6); +} +.border-emerald-900\/70{ + border-color: rgb(6 78 59 / 0.7); +} +.border-emerald-900\/75{ + border-color: rgb(6 78 59 / 0.75); +} +.border-emerald-900\/80{ + border-color: rgb(6 78 59 / 0.8); +} +.border-emerald-900\/90{ + border-color: rgb(6 78 59 / 0.9); +} +.border-emerald-900\/95{ + border-color: rgb(6 78 59 / 0.95); +} +.border-emerald-900\/100{ + border-color: rgb(6 78 59 / 1); +} +.border-teal-50\/0{ + border-color: rgb(237 250 250 / 0); +} +.border-teal-50\/5{ + border-color: rgb(237 250 250 / 0.05); +} +.border-teal-50\/10{ + border-color: rgb(237 250 250 / 0.1); +} +.border-teal-50\/20{ + border-color: rgb(237 250 250 / 0.2); +} +.border-teal-50\/25{ + border-color: rgb(237 250 250 / 0.25); +} +.border-teal-50\/30{ + border-color: rgb(237 250 250 / 0.3); +} +.border-teal-50\/40{ + border-color: rgb(237 250 250 / 0.4); +} +.border-teal-50\/50{ + border-color: rgb(237 250 250 / 0.5); +} +.border-teal-50\/60{ + border-color: rgb(237 250 250 / 0.6); +} +.border-teal-50\/70{ + border-color: rgb(237 250 250 / 0.7); +} +.border-teal-50\/75{ + border-color: rgb(237 250 250 / 0.75); +} +.border-teal-50\/80{ + border-color: rgb(237 250 250 / 0.8); +} +.border-teal-50\/90{ + border-color: rgb(237 250 250 / 0.9); +} +.border-teal-50\/95{ + border-color: rgb(237 250 250 / 0.95); +} +.border-teal-50\/100{ + border-color: rgb(237 250 250 / 1); +} +.border-teal-100\/0{ + border-color: rgb(213 245 246 / 0); +} +.border-teal-100\/5{ + border-color: rgb(213 245 246 / 0.05); +} +.border-teal-100\/10{ + border-color: rgb(213 245 246 / 0.1); +} +.border-teal-100\/20{ + border-color: rgb(213 245 246 / 0.2); +} +.border-teal-100\/25{ + border-color: rgb(213 245 246 / 0.25); +} +.border-teal-100\/30{ + border-color: rgb(213 245 246 / 0.3); +} +.border-teal-100\/40{ + border-color: rgb(213 245 246 / 0.4); +} +.border-teal-100\/50{ + border-color: rgb(213 245 246 / 0.5); +} +.border-teal-100\/60{ + border-color: rgb(213 245 246 / 0.6); +} +.border-teal-100\/70{ + border-color: rgb(213 245 246 / 0.7); +} +.border-teal-100\/75{ + border-color: rgb(213 245 246 / 0.75); +} +.border-teal-100\/80{ + border-color: rgb(213 245 246 / 0.8); +} +.border-teal-100\/90{ + border-color: rgb(213 245 246 / 0.9); +} +.border-teal-100\/95{ + border-color: rgb(213 245 246 / 0.95); +} +.border-teal-100\/100{ + border-color: rgb(213 245 246 / 1); +} +.border-teal-200\/0{ + border-color: rgb(175 236 239 / 0); +} +.border-teal-200\/5{ + border-color: rgb(175 236 239 / 0.05); +} +.border-teal-200\/10{ + border-color: rgb(175 236 239 / 0.1); +} +.border-teal-200\/20{ + border-color: rgb(175 236 239 / 0.2); +} +.border-teal-200\/25{ + border-color: rgb(175 236 239 / 0.25); +} +.border-teal-200\/30{ + border-color: rgb(175 236 239 / 0.3); +} +.border-teal-200\/40{ + border-color: rgb(175 236 239 / 0.4); +} +.border-teal-200\/50{ + border-color: rgb(175 236 239 / 0.5); +} +.border-teal-200\/60{ + border-color: rgb(175 236 239 / 0.6); +} +.border-teal-200\/70{ + border-color: rgb(175 236 239 / 0.7); +} +.border-teal-200\/75{ + border-color: rgb(175 236 239 / 0.75); +} +.border-teal-200\/80{ + border-color: rgb(175 236 239 / 0.8); +} +.border-teal-200\/90{ + border-color: rgb(175 236 239 / 0.9); +} +.border-teal-200\/95{ + border-color: rgb(175 236 239 / 0.95); +} +.border-teal-200\/100{ + border-color: rgb(175 236 239 / 1); +} +.border-teal-300\/0{ + border-color: rgb(126 220 226 / 0); +} +.border-teal-300\/5{ + border-color: rgb(126 220 226 / 0.05); +} +.border-teal-300\/10{ + border-color: rgb(126 220 226 / 0.1); +} +.border-teal-300\/20{ + border-color: rgb(126 220 226 / 0.2); +} +.border-teal-300\/25{ + border-color: rgb(126 220 226 / 0.25); +} +.border-teal-300\/30{ + border-color: rgb(126 220 226 / 0.3); +} +.border-teal-300\/40{ + border-color: rgb(126 220 226 / 0.4); +} +.border-teal-300\/50{ + border-color: rgb(126 220 226 / 0.5); +} +.border-teal-300\/60{ + border-color: rgb(126 220 226 / 0.6); +} +.border-teal-300\/70{ + border-color: rgb(126 220 226 / 0.7); +} +.border-teal-300\/75{ + border-color: rgb(126 220 226 / 0.75); +} +.border-teal-300\/80{ + border-color: rgb(126 220 226 / 0.8); +} +.border-teal-300\/90{ + border-color: rgb(126 220 226 / 0.9); +} +.border-teal-300\/95{ + border-color: rgb(126 220 226 / 0.95); +} +.border-teal-300\/100{ + border-color: rgb(126 220 226 / 1); +} +.border-teal-400\/0{ + border-color: rgb(22 189 202 / 0); +} +.border-teal-400\/5{ + border-color: rgb(22 189 202 / 0.05); +} +.border-teal-400\/10{ + border-color: rgb(22 189 202 / 0.1); +} +.border-teal-400\/20{ + border-color: rgb(22 189 202 / 0.2); +} +.border-teal-400\/25{ + border-color: rgb(22 189 202 / 0.25); +} +.border-teal-400\/30{ + border-color: rgb(22 189 202 / 0.3); +} +.border-teal-400\/40{ + border-color: rgb(22 189 202 / 0.4); +} +.border-teal-400\/50{ + border-color: rgb(22 189 202 / 0.5); +} +.border-teal-400\/60{ + border-color: rgb(22 189 202 / 0.6); +} +.border-teal-400\/70{ + border-color: rgb(22 189 202 / 0.7); +} +.border-teal-400\/75{ + border-color: rgb(22 189 202 / 0.75); +} +.border-teal-400\/80{ + border-color: rgb(22 189 202 / 0.8); +} +.border-teal-400\/90{ + border-color: rgb(22 189 202 / 0.9); +} +.border-teal-400\/95{ + border-color: rgb(22 189 202 / 0.95); +} +.border-teal-400\/100{ + border-color: rgb(22 189 202 / 1); +} +.border-teal-500\/0{ + border-color: rgb(6 148 162 / 0); +} +.border-teal-500\/5{ + border-color: rgb(6 148 162 / 0.05); +} +.border-teal-500\/10{ + border-color: rgb(6 148 162 / 0.1); +} +.border-teal-500\/20{ + border-color: rgb(6 148 162 / 0.2); +} +.border-teal-500\/25{ + border-color: rgb(6 148 162 / 0.25); +} +.border-teal-500\/30{ + border-color: rgb(6 148 162 / 0.3); +} +.border-teal-500\/40{ + border-color: rgb(6 148 162 / 0.4); +} +.border-teal-500\/50{ + border-color: rgb(6 148 162 / 0.5); +} +.border-teal-500\/60{ + border-color: rgb(6 148 162 / 0.6); +} +.border-teal-500\/70{ + border-color: rgb(6 148 162 / 0.7); +} +.border-teal-500\/75{ + border-color: rgb(6 148 162 / 0.75); +} +.border-teal-500\/80{ + border-color: rgb(6 148 162 / 0.8); +} +.border-teal-500\/90{ + border-color: rgb(6 148 162 / 0.9); +} +.border-teal-500\/95{ + border-color: rgb(6 148 162 / 0.95); +} +.border-teal-500\/100{ + border-color: rgb(6 148 162 / 1); +} +.border-teal-600\/0{ + border-color: rgb(4 116 129 / 0); +} +.border-teal-600\/5{ + border-color: rgb(4 116 129 / 0.05); +} +.border-teal-600\/10{ + border-color: rgb(4 116 129 / 0.1); +} +.border-teal-600\/20{ + border-color: rgb(4 116 129 / 0.2); +} +.border-teal-600\/25{ + border-color: rgb(4 116 129 / 0.25); +} +.border-teal-600\/30{ + border-color: rgb(4 116 129 / 0.3); +} +.border-teal-600\/40{ + border-color: rgb(4 116 129 / 0.4); +} +.border-teal-600\/50{ + border-color: rgb(4 116 129 / 0.5); +} +.border-teal-600\/60{ + border-color: rgb(4 116 129 / 0.6); +} +.border-teal-600\/70{ + border-color: rgb(4 116 129 / 0.7); +} +.border-teal-600\/75{ + border-color: rgb(4 116 129 / 0.75); +} +.border-teal-600\/80{ + border-color: rgb(4 116 129 / 0.8); +} +.border-teal-600\/90{ + border-color: rgb(4 116 129 / 0.9); +} +.border-teal-600\/95{ + border-color: rgb(4 116 129 / 0.95); +} +.border-teal-600\/100{ + border-color: rgb(4 116 129 / 1); +} +.border-teal-700\/0{ + border-color: rgb(3 102 114 / 0); +} +.border-teal-700\/5{ + border-color: rgb(3 102 114 / 0.05); +} +.border-teal-700\/10{ + border-color: rgb(3 102 114 / 0.1); +} +.border-teal-700\/20{ + border-color: rgb(3 102 114 / 0.2); +} +.border-teal-700\/25{ + border-color: rgb(3 102 114 / 0.25); +} +.border-teal-700\/30{ + border-color: rgb(3 102 114 / 0.3); +} +.border-teal-700\/40{ + border-color: rgb(3 102 114 / 0.4); +} +.border-teal-700\/50{ + border-color: rgb(3 102 114 / 0.5); +} +.border-teal-700\/60{ + border-color: rgb(3 102 114 / 0.6); +} +.border-teal-700\/70{ + border-color: rgb(3 102 114 / 0.7); +} +.border-teal-700\/75{ + border-color: rgb(3 102 114 / 0.75); +} +.border-teal-700\/80{ + border-color: rgb(3 102 114 / 0.8); +} +.border-teal-700\/90{ + border-color: rgb(3 102 114 / 0.9); +} +.border-teal-700\/95{ + border-color: rgb(3 102 114 / 0.95); +} +.border-teal-700\/100{ + border-color: rgb(3 102 114 / 1); +} +.border-teal-800\/0{ + border-color: rgb(5 80 92 / 0); +} +.border-teal-800\/5{ + border-color: rgb(5 80 92 / 0.05); +} +.border-teal-800\/10{ + border-color: rgb(5 80 92 / 0.1); +} +.border-teal-800\/20{ + border-color: rgb(5 80 92 / 0.2); +} +.border-teal-800\/25{ + border-color: rgb(5 80 92 / 0.25); +} +.border-teal-800\/30{ + border-color: rgb(5 80 92 / 0.3); +} +.border-teal-800\/40{ + border-color: rgb(5 80 92 / 0.4); +} +.border-teal-800\/50{ + border-color: rgb(5 80 92 / 0.5); +} +.border-teal-800\/60{ + border-color: rgb(5 80 92 / 0.6); +} +.border-teal-800\/70{ + border-color: rgb(5 80 92 / 0.7); +} +.border-teal-800\/75{ + border-color: rgb(5 80 92 / 0.75); +} +.border-teal-800\/80{ + border-color: rgb(5 80 92 / 0.8); +} +.border-teal-800\/90{ + border-color: rgb(5 80 92 / 0.9); +} +.border-teal-800\/95{ + border-color: rgb(5 80 92 / 0.95); +} +.border-teal-800\/100{ + border-color: rgb(5 80 92 / 1); +} +.border-teal-900\/0{ + border-color: rgb(1 68 81 / 0); +} +.border-teal-900\/5{ + border-color: rgb(1 68 81 / 0.05); +} +.border-teal-900\/10{ + border-color: rgb(1 68 81 / 0.1); +} +.border-teal-900\/20{ + border-color: rgb(1 68 81 / 0.2); +} +.border-teal-900\/25{ + border-color: rgb(1 68 81 / 0.25); +} +.border-teal-900\/30{ + border-color: rgb(1 68 81 / 0.3); +} +.border-teal-900\/40{ + border-color: rgb(1 68 81 / 0.4); +} +.border-teal-900\/50{ + border-color: rgb(1 68 81 / 0.5); +} +.border-teal-900\/60{ + border-color: rgb(1 68 81 / 0.6); +} +.border-teal-900\/70{ + border-color: rgb(1 68 81 / 0.7); +} +.border-teal-900\/75{ + border-color: rgb(1 68 81 / 0.75); +} +.border-teal-900\/80{ + border-color: rgb(1 68 81 / 0.8); +} +.border-teal-900\/90{ + border-color: rgb(1 68 81 / 0.9); +} +.border-teal-900\/95{ + border-color: rgb(1 68 81 / 0.95); +} +.border-teal-900\/100{ + border-color: rgb(1 68 81 / 1); +} +.border-cyan-50\/0{ + border-color: rgb(236 254 255 / 0); +} +.border-cyan-50\/5{ + border-color: rgb(236 254 255 / 0.05); +} +.border-cyan-50\/10{ + border-color: rgb(236 254 255 / 0.1); +} +.border-cyan-50\/20{ + border-color: rgb(236 254 255 / 0.2); +} +.border-cyan-50\/25{ + border-color: rgb(236 254 255 / 0.25); +} +.border-cyan-50\/30{ + border-color: rgb(236 254 255 / 0.3); +} +.border-cyan-50\/40{ + border-color: rgb(236 254 255 / 0.4); +} +.border-cyan-50\/50{ + border-color: rgb(236 254 255 / 0.5); +} +.border-cyan-50\/60{ + border-color: rgb(236 254 255 / 0.6); +} +.border-cyan-50\/70{ + border-color: rgb(236 254 255 / 0.7); +} +.border-cyan-50\/75{ + border-color: rgb(236 254 255 / 0.75); +} +.border-cyan-50\/80{ + border-color: rgb(236 254 255 / 0.8); +} +.border-cyan-50\/90{ + border-color: rgb(236 254 255 / 0.9); +} +.border-cyan-50\/95{ + border-color: rgb(236 254 255 / 0.95); +} +.border-cyan-50\/100{ + border-color: rgb(236 254 255 / 1); +} +.border-cyan-100\/0{ + border-color: rgb(207 250 254 / 0); +} +.border-cyan-100\/5{ + border-color: rgb(207 250 254 / 0.05); +} +.border-cyan-100\/10{ + border-color: rgb(207 250 254 / 0.1); +} +.border-cyan-100\/20{ + border-color: rgb(207 250 254 / 0.2); +} +.border-cyan-100\/25{ + border-color: rgb(207 250 254 / 0.25); +} +.border-cyan-100\/30{ + border-color: rgb(207 250 254 / 0.3); +} +.border-cyan-100\/40{ + border-color: rgb(207 250 254 / 0.4); +} +.border-cyan-100\/50{ + border-color: rgb(207 250 254 / 0.5); +} +.border-cyan-100\/60{ + border-color: rgb(207 250 254 / 0.6); +} +.border-cyan-100\/70{ + border-color: rgb(207 250 254 / 0.7); +} +.border-cyan-100\/75{ + border-color: rgb(207 250 254 / 0.75); +} +.border-cyan-100\/80{ + border-color: rgb(207 250 254 / 0.8); +} +.border-cyan-100\/90{ + border-color: rgb(207 250 254 / 0.9); +} +.border-cyan-100\/95{ + border-color: rgb(207 250 254 / 0.95); +} +.border-cyan-100\/100{ + border-color: rgb(207 250 254 / 1); +} +.border-cyan-200\/0{ + border-color: rgb(165 243 252 / 0); +} +.border-cyan-200\/5{ + border-color: rgb(165 243 252 / 0.05); +} +.border-cyan-200\/10{ + border-color: rgb(165 243 252 / 0.1); +} +.border-cyan-200\/20{ + border-color: rgb(165 243 252 / 0.2); +} +.border-cyan-200\/25{ + border-color: rgb(165 243 252 / 0.25); +} +.border-cyan-200\/30{ + border-color: rgb(165 243 252 / 0.3); +} +.border-cyan-200\/40{ + border-color: rgb(165 243 252 / 0.4); +} +.border-cyan-200\/50{ + border-color: rgb(165 243 252 / 0.5); +} +.border-cyan-200\/60{ + border-color: rgb(165 243 252 / 0.6); +} +.border-cyan-200\/70{ + border-color: rgb(165 243 252 / 0.7); +} +.border-cyan-200\/75{ + border-color: rgb(165 243 252 / 0.75); +} +.border-cyan-200\/80{ + border-color: rgb(165 243 252 / 0.8); +} +.border-cyan-200\/90{ + border-color: rgb(165 243 252 / 0.9); +} +.border-cyan-200\/95{ + border-color: rgb(165 243 252 / 0.95); +} +.border-cyan-200\/100{ + border-color: rgb(165 243 252 / 1); +} +.border-cyan-300\/0{ + border-color: rgb(103 232 249 / 0); +} +.border-cyan-300\/5{ + border-color: rgb(103 232 249 / 0.05); +} +.border-cyan-300\/10{ + border-color: rgb(103 232 249 / 0.1); +} +.border-cyan-300\/20{ + border-color: rgb(103 232 249 / 0.2); +} +.border-cyan-300\/25{ + border-color: rgb(103 232 249 / 0.25); +} +.border-cyan-300\/30{ + border-color: rgb(103 232 249 / 0.3); +} +.border-cyan-300\/40{ + border-color: rgb(103 232 249 / 0.4); +} +.border-cyan-300\/50{ + border-color: rgb(103 232 249 / 0.5); +} +.border-cyan-300\/60{ + border-color: rgb(103 232 249 / 0.6); +} +.border-cyan-300\/70{ + border-color: rgb(103 232 249 / 0.7); +} +.border-cyan-300\/75{ + border-color: rgb(103 232 249 / 0.75); +} +.border-cyan-300\/80{ + border-color: rgb(103 232 249 / 0.8); +} +.border-cyan-300\/90{ + border-color: rgb(103 232 249 / 0.9); +} +.border-cyan-300\/95{ + border-color: rgb(103 232 249 / 0.95); +} +.border-cyan-300\/100{ + border-color: rgb(103 232 249 / 1); +} +.border-cyan-400\/0{ + border-color: rgb(34 211 238 / 0); +} +.border-cyan-400\/5{ + border-color: rgb(34 211 238 / 0.05); +} +.border-cyan-400\/10{ + border-color: rgb(34 211 238 / 0.1); +} +.border-cyan-400\/20{ + border-color: rgb(34 211 238 / 0.2); +} +.border-cyan-400\/25{ + border-color: rgb(34 211 238 / 0.25); +} +.border-cyan-400\/30{ + border-color: rgb(34 211 238 / 0.3); +} +.border-cyan-400\/40{ + border-color: rgb(34 211 238 / 0.4); +} +.border-cyan-400\/50{ + border-color: rgb(34 211 238 / 0.5); +} +.border-cyan-400\/60{ + border-color: rgb(34 211 238 / 0.6); +} +.border-cyan-400\/70{ + border-color: rgb(34 211 238 / 0.7); +} +.border-cyan-400\/75{ + border-color: rgb(34 211 238 / 0.75); +} +.border-cyan-400\/80{ + border-color: rgb(34 211 238 / 0.8); +} +.border-cyan-400\/90{ + border-color: rgb(34 211 238 / 0.9); +} +.border-cyan-400\/95{ + border-color: rgb(34 211 238 / 0.95); +} +.border-cyan-400\/100{ + border-color: rgb(34 211 238 / 1); +} +.border-cyan-500\/0{ + border-color: rgb(6 182 212 / 0); +} +.border-cyan-500\/5{ + border-color: rgb(6 182 212 / 0.05); +} +.border-cyan-500\/10{ + border-color: rgb(6 182 212 / 0.1); +} +.border-cyan-500\/20{ + border-color: rgb(6 182 212 / 0.2); +} +.border-cyan-500\/25{ + border-color: rgb(6 182 212 / 0.25); +} +.border-cyan-500\/30{ + border-color: rgb(6 182 212 / 0.3); +} +.border-cyan-500\/40{ + border-color: rgb(6 182 212 / 0.4); +} +.border-cyan-500\/50{ + border-color: rgb(6 182 212 / 0.5); +} +.border-cyan-500\/60{ + border-color: rgb(6 182 212 / 0.6); +} +.border-cyan-500\/70{ + border-color: rgb(6 182 212 / 0.7); +} +.border-cyan-500\/75{ + border-color: rgb(6 182 212 / 0.75); +} +.border-cyan-500\/80{ + border-color: rgb(6 182 212 / 0.8); +} +.border-cyan-500\/90{ + border-color: rgb(6 182 212 / 0.9); +} +.border-cyan-500\/95{ + border-color: rgb(6 182 212 / 0.95); +} +.border-cyan-500\/100{ + border-color: rgb(6 182 212 / 1); +} +.border-cyan-600\/0{ + border-color: rgb(8 145 178 / 0); +} +.border-cyan-600\/5{ + border-color: rgb(8 145 178 / 0.05); +} +.border-cyan-600\/10{ + border-color: rgb(8 145 178 / 0.1); +} +.border-cyan-600\/20{ + border-color: rgb(8 145 178 / 0.2); +} +.border-cyan-600\/25{ + border-color: rgb(8 145 178 / 0.25); +} +.border-cyan-600\/30{ + border-color: rgb(8 145 178 / 0.3); +} +.border-cyan-600\/40{ + border-color: rgb(8 145 178 / 0.4); +} +.border-cyan-600\/50{ + border-color: rgb(8 145 178 / 0.5); +} +.border-cyan-600\/60{ + border-color: rgb(8 145 178 / 0.6); +} +.border-cyan-600\/70{ + border-color: rgb(8 145 178 / 0.7); +} +.border-cyan-600\/75{ + border-color: rgb(8 145 178 / 0.75); +} +.border-cyan-600\/80{ + border-color: rgb(8 145 178 / 0.8); +} +.border-cyan-600\/90{ + border-color: rgb(8 145 178 / 0.9); +} +.border-cyan-600\/95{ + border-color: rgb(8 145 178 / 0.95); +} +.border-cyan-600\/100{ + border-color: rgb(8 145 178 / 1); +} +.border-cyan-700\/0{ + border-color: rgb(14 116 144 / 0); +} +.border-cyan-700\/5{ + border-color: rgb(14 116 144 / 0.05); +} +.border-cyan-700\/10{ + border-color: rgb(14 116 144 / 0.1); +} +.border-cyan-700\/20{ + border-color: rgb(14 116 144 / 0.2); +} +.border-cyan-700\/25{ + border-color: rgb(14 116 144 / 0.25); +} +.border-cyan-700\/30{ + border-color: rgb(14 116 144 / 0.3); +} +.border-cyan-700\/40{ + border-color: rgb(14 116 144 / 0.4); +} +.border-cyan-700\/50{ + border-color: rgb(14 116 144 / 0.5); +} +.border-cyan-700\/60{ + border-color: rgb(14 116 144 / 0.6); +} +.border-cyan-700\/70{ + border-color: rgb(14 116 144 / 0.7); +} +.border-cyan-700\/75{ + border-color: rgb(14 116 144 / 0.75); +} +.border-cyan-700\/80{ + border-color: rgb(14 116 144 / 0.8); +} +.border-cyan-700\/90{ + border-color: rgb(14 116 144 / 0.9); +} +.border-cyan-700\/95{ + border-color: rgb(14 116 144 / 0.95); +} +.border-cyan-700\/100{ + border-color: rgb(14 116 144 / 1); +} +.border-cyan-800\/0{ + border-color: rgb(21 94 117 / 0); +} +.border-cyan-800\/5{ + border-color: rgb(21 94 117 / 0.05); +} +.border-cyan-800\/10{ + border-color: rgb(21 94 117 / 0.1); +} +.border-cyan-800\/20{ + border-color: rgb(21 94 117 / 0.2); +} +.border-cyan-800\/25{ + border-color: rgb(21 94 117 / 0.25); +} +.border-cyan-800\/30{ + border-color: rgb(21 94 117 / 0.3); +} +.border-cyan-800\/40{ + border-color: rgb(21 94 117 / 0.4); +} +.border-cyan-800\/50{ + border-color: rgb(21 94 117 / 0.5); +} +.border-cyan-800\/60{ + border-color: rgb(21 94 117 / 0.6); +} +.border-cyan-800\/70{ + border-color: rgb(21 94 117 / 0.7); +} +.border-cyan-800\/75{ + border-color: rgb(21 94 117 / 0.75); +} +.border-cyan-800\/80{ + border-color: rgb(21 94 117 / 0.8); +} +.border-cyan-800\/90{ + border-color: rgb(21 94 117 / 0.9); +} +.border-cyan-800\/95{ + border-color: rgb(21 94 117 / 0.95); +} +.border-cyan-800\/100{ + border-color: rgb(21 94 117 / 1); +} +.border-cyan-900\/0{ + border-color: rgb(22 78 99 / 0); +} +.border-cyan-900\/5{ + border-color: rgb(22 78 99 / 0.05); +} +.border-cyan-900\/10{ + border-color: rgb(22 78 99 / 0.1); +} +.border-cyan-900\/20{ + border-color: rgb(22 78 99 / 0.2); +} +.border-cyan-900\/25{ + border-color: rgb(22 78 99 / 0.25); +} +.border-cyan-900\/30{ + border-color: rgb(22 78 99 / 0.3); +} +.border-cyan-900\/40{ + border-color: rgb(22 78 99 / 0.4); +} +.border-cyan-900\/50{ + border-color: rgb(22 78 99 / 0.5); +} +.border-cyan-900\/60{ + border-color: rgb(22 78 99 / 0.6); +} +.border-cyan-900\/70{ + border-color: rgb(22 78 99 / 0.7); +} +.border-cyan-900\/75{ + border-color: rgb(22 78 99 / 0.75); +} +.border-cyan-900\/80{ + border-color: rgb(22 78 99 / 0.8); +} +.border-cyan-900\/90{ + border-color: rgb(22 78 99 / 0.9); +} +.border-cyan-900\/95{ + border-color: rgb(22 78 99 / 0.95); +} +.border-cyan-900\/100{ + border-color: rgb(22 78 99 / 1); +} +.border-sky-50\/0{ + border-color: rgb(240 249 255 / 0); +} +.border-sky-50\/5{ + border-color: rgb(240 249 255 / 0.05); +} +.border-sky-50\/10{ + border-color: rgb(240 249 255 / 0.1); +} +.border-sky-50\/20{ + border-color: rgb(240 249 255 / 0.2); +} +.border-sky-50\/25{ + border-color: rgb(240 249 255 / 0.25); +} +.border-sky-50\/30{ + border-color: rgb(240 249 255 / 0.3); +} +.border-sky-50\/40{ + border-color: rgb(240 249 255 / 0.4); +} +.border-sky-50\/50{ + border-color: rgb(240 249 255 / 0.5); +} +.border-sky-50\/60{ + border-color: rgb(240 249 255 / 0.6); +} +.border-sky-50\/70{ + border-color: rgb(240 249 255 / 0.7); +} +.border-sky-50\/75{ + border-color: rgb(240 249 255 / 0.75); +} +.border-sky-50\/80{ + border-color: rgb(240 249 255 / 0.8); +} +.border-sky-50\/90{ + border-color: rgb(240 249 255 / 0.9); +} +.border-sky-50\/95{ + border-color: rgb(240 249 255 / 0.95); +} +.border-sky-50\/100{ + border-color: rgb(240 249 255 / 1); +} +.border-sky-100\/0{ + border-color: rgb(224 242 254 / 0); +} +.border-sky-100\/5{ + border-color: rgb(224 242 254 / 0.05); +} +.border-sky-100\/10{ + border-color: rgb(224 242 254 / 0.1); +} +.border-sky-100\/20{ + border-color: rgb(224 242 254 / 0.2); +} +.border-sky-100\/25{ + border-color: rgb(224 242 254 / 0.25); +} +.border-sky-100\/30{ + border-color: rgb(224 242 254 / 0.3); +} +.border-sky-100\/40{ + border-color: rgb(224 242 254 / 0.4); +} +.border-sky-100\/50{ + border-color: rgb(224 242 254 / 0.5); +} +.border-sky-100\/60{ + border-color: rgb(224 242 254 / 0.6); +} +.border-sky-100\/70{ + border-color: rgb(224 242 254 / 0.7); +} +.border-sky-100\/75{ + border-color: rgb(224 242 254 / 0.75); +} +.border-sky-100\/80{ + border-color: rgb(224 242 254 / 0.8); +} +.border-sky-100\/90{ + border-color: rgb(224 242 254 / 0.9); +} +.border-sky-100\/95{ + border-color: rgb(224 242 254 / 0.95); +} +.border-sky-100\/100{ + border-color: rgb(224 242 254 / 1); +} +.border-sky-200\/0{ + border-color: rgb(186 230 253 / 0); +} +.border-sky-200\/5{ + border-color: rgb(186 230 253 / 0.05); +} +.border-sky-200\/10{ + border-color: rgb(186 230 253 / 0.1); +} +.border-sky-200\/20{ + border-color: rgb(186 230 253 / 0.2); +} +.border-sky-200\/25{ + border-color: rgb(186 230 253 / 0.25); +} +.border-sky-200\/30{ + border-color: rgb(186 230 253 / 0.3); +} +.border-sky-200\/40{ + border-color: rgb(186 230 253 / 0.4); +} +.border-sky-200\/50{ + border-color: rgb(186 230 253 / 0.5); +} +.border-sky-200\/60{ + border-color: rgb(186 230 253 / 0.6); +} +.border-sky-200\/70{ + border-color: rgb(186 230 253 / 0.7); +} +.border-sky-200\/75{ + border-color: rgb(186 230 253 / 0.75); +} +.border-sky-200\/80{ + border-color: rgb(186 230 253 / 0.8); +} +.border-sky-200\/90{ + border-color: rgb(186 230 253 / 0.9); +} +.border-sky-200\/95{ + border-color: rgb(186 230 253 / 0.95); +} +.border-sky-200\/100{ + border-color: rgb(186 230 253 / 1); +} +.border-sky-300\/0{ + border-color: rgb(125 211 252 / 0); +} +.border-sky-300\/5{ + border-color: rgb(125 211 252 / 0.05); +} +.border-sky-300\/10{ + border-color: rgb(125 211 252 / 0.1); +} +.border-sky-300\/20{ + border-color: rgb(125 211 252 / 0.2); +} +.border-sky-300\/25{ + border-color: rgb(125 211 252 / 0.25); +} +.border-sky-300\/30{ + border-color: rgb(125 211 252 / 0.3); +} +.border-sky-300\/40{ + border-color: rgb(125 211 252 / 0.4); +} +.border-sky-300\/50{ + border-color: rgb(125 211 252 / 0.5); +} +.border-sky-300\/60{ + border-color: rgb(125 211 252 / 0.6); +} +.border-sky-300\/70{ + border-color: rgb(125 211 252 / 0.7); +} +.border-sky-300\/75{ + border-color: rgb(125 211 252 / 0.75); +} +.border-sky-300\/80{ + border-color: rgb(125 211 252 / 0.8); +} +.border-sky-300\/90{ + border-color: rgb(125 211 252 / 0.9); +} +.border-sky-300\/95{ + border-color: rgb(125 211 252 / 0.95); +} +.border-sky-300\/100{ + border-color: rgb(125 211 252 / 1); +} +.border-sky-400\/0{ + border-color: rgb(56 189 248 / 0); +} +.border-sky-400\/5{ + border-color: rgb(56 189 248 / 0.05); +} +.border-sky-400\/10{ + border-color: rgb(56 189 248 / 0.1); +} +.border-sky-400\/20{ + border-color: rgb(56 189 248 / 0.2); +} +.border-sky-400\/25{ + border-color: rgb(56 189 248 / 0.25); +} +.border-sky-400\/30{ + border-color: rgb(56 189 248 / 0.3); +} +.border-sky-400\/40{ + border-color: rgb(56 189 248 / 0.4); +} +.border-sky-400\/50{ + border-color: rgb(56 189 248 / 0.5); +} +.border-sky-400\/60{ + border-color: rgb(56 189 248 / 0.6); +} +.border-sky-400\/70{ + border-color: rgb(56 189 248 / 0.7); +} +.border-sky-400\/75{ + border-color: rgb(56 189 248 / 0.75); +} +.border-sky-400\/80{ + border-color: rgb(56 189 248 / 0.8); +} +.border-sky-400\/90{ + border-color: rgb(56 189 248 / 0.9); +} +.border-sky-400\/95{ + border-color: rgb(56 189 248 / 0.95); +} +.border-sky-400\/100{ + border-color: rgb(56 189 248 / 1); +} +.border-sky-500\/0{ + border-color: rgb(14 165 233 / 0); +} +.border-sky-500\/5{ + border-color: rgb(14 165 233 / 0.05); +} +.border-sky-500\/10{ + border-color: rgb(14 165 233 / 0.1); +} +.border-sky-500\/20{ + border-color: rgb(14 165 233 / 0.2); +} +.border-sky-500\/25{ + border-color: rgb(14 165 233 / 0.25); +} +.border-sky-500\/30{ + border-color: rgb(14 165 233 / 0.3); +} +.border-sky-500\/40{ + border-color: rgb(14 165 233 / 0.4); +} +.border-sky-500\/50{ + border-color: rgb(14 165 233 / 0.5); +} +.border-sky-500\/60{ + border-color: rgb(14 165 233 / 0.6); +} +.border-sky-500\/70{ + border-color: rgb(14 165 233 / 0.7); +} +.border-sky-500\/75{ + border-color: rgb(14 165 233 / 0.75); +} +.border-sky-500\/80{ + border-color: rgb(14 165 233 / 0.8); +} +.border-sky-500\/90{ + border-color: rgb(14 165 233 / 0.9); +} +.border-sky-500\/95{ + border-color: rgb(14 165 233 / 0.95); +} +.border-sky-500\/100{ + border-color: rgb(14 165 233 / 1); +} +.border-sky-600\/0{ + border-color: rgb(2 132 199 / 0); +} +.border-sky-600\/5{ + border-color: rgb(2 132 199 / 0.05); +} +.border-sky-600\/10{ + border-color: rgb(2 132 199 / 0.1); +} +.border-sky-600\/20{ + border-color: rgb(2 132 199 / 0.2); +} +.border-sky-600\/25{ + border-color: rgb(2 132 199 / 0.25); +} +.border-sky-600\/30{ + border-color: rgb(2 132 199 / 0.3); +} +.border-sky-600\/40{ + border-color: rgb(2 132 199 / 0.4); +} +.border-sky-600\/50{ + border-color: rgb(2 132 199 / 0.5); +} +.border-sky-600\/60{ + border-color: rgb(2 132 199 / 0.6); +} +.border-sky-600\/70{ + border-color: rgb(2 132 199 / 0.7); +} +.border-sky-600\/75{ + border-color: rgb(2 132 199 / 0.75); +} +.border-sky-600\/80{ + border-color: rgb(2 132 199 / 0.8); +} +.border-sky-600\/90{ + border-color: rgb(2 132 199 / 0.9); +} +.border-sky-600\/95{ + border-color: rgb(2 132 199 / 0.95); +} +.border-sky-600\/100{ + border-color: rgb(2 132 199 / 1); +} +.border-sky-700\/0{ + border-color: rgb(3 105 161 / 0); +} +.border-sky-700\/5{ + border-color: rgb(3 105 161 / 0.05); +} +.border-sky-700\/10{ + border-color: rgb(3 105 161 / 0.1); +} +.border-sky-700\/20{ + border-color: rgb(3 105 161 / 0.2); +} +.border-sky-700\/25{ + border-color: rgb(3 105 161 / 0.25); +} +.border-sky-700\/30{ + border-color: rgb(3 105 161 / 0.3); +} +.border-sky-700\/40{ + border-color: rgb(3 105 161 / 0.4); +} +.border-sky-700\/50{ + border-color: rgb(3 105 161 / 0.5); +} +.border-sky-700\/60{ + border-color: rgb(3 105 161 / 0.6); +} +.border-sky-700\/70{ + border-color: rgb(3 105 161 / 0.7); +} +.border-sky-700\/75{ + border-color: rgb(3 105 161 / 0.75); +} +.border-sky-700\/80{ + border-color: rgb(3 105 161 / 0.8); +} +.border-sky-700\/90{ + border-color: rgb(3 105 161 / 0.9); +} +.border-sky-700\/95{ + border-color: rgb(3 105 161 / 0.95); +} +.border-sky-700\/100{ + border-color: rgb(3 105 161 / 1); +} +.border-sky-800\/0{ + border-color: rgb(7 89 133 / 0); +} +.border-sky-800\/5{ + border-color: rgb(7 89 133 / 0.05); +} +.border-sky-800\/10{ + border-color: rgb(7 89 133 / 0.1); +} +.border-sky-800\/20{ + border-color: rgb(7 89 133 / 0.2); +} +.border-sky-800\/25{ + border-color: rgb(7 89 133 / 0.25); +} +.border-sky-800\/30{ + border-color: rgb(7 89 133 / 0.3); +} +.border-sky-800\/40{ + border-color: rgb(7 89 133 / 0.4); +} +.border-sky-800\/50{ + border-color: rgb(7 89 133 / 0.5); +} +.border-sky-800\/60{ + border-color: rgb(7 89 133 / 0.6); +} +.border-sky-800\/70{ + border-color: rgb(7 89 133 / 0.7); +} +.border-sky-800\/75{ + border-color: rgb(7 89 133 / 0.75); +} +.border-sky-800\/80{ + border-color: rgb(7 89 133 / 0.8); +} +.border-sky-800\/90{ + border-color: rgb(7 89 133 / 0.9); +} +.border-sky-800\/95{ + border-color: rgb(7 89 133 / 0.95); +} +.border-sky-800\/100{ + border-color: rgb(7 89 133 / 1); +} +.border-sky-900\/0{ + border-color: rgb(12 74 110 / 0); +} +.border-sky-900\/5{ + border-color: rgb(12 74 110 / 0.05); +} +.border-sky-900\/10{ + border-color: rgb(12 74 110 / 0.1); +} +.border-sky-900\/20{ + border-color: rgb(12 74 110 / 0.2); +} +.border-sky-900\/25{ + border-color: rgb(12 74 110 / 0.25); +} +.border-sky-900\/30{ + border-color: rgb(12 74 110 / 0.3); +} +.border-sky-900\/40{ + border-color: rgb(12 74 110 / 0.4); +} +.border-sky-900\/50{ + border-color: rgb(12 74 110 / 0.5); +} +.border-sky-900\/60{ + border-color: rgb(12 74 110 / 0.6); +} +.border-sky-900\/70{ + border-color: rgb(12 74 110 / 0.7); +} +.border-sky-900\/75{ + border-color: rgb(12 74 110 / 0.75); +} +.border-sky-900\/80{ + border-color: rgb(12 74 110 / 0.8); +} +.border-sky-900\/90{ + border-color: rgb(12 74 110 / 0.9); +} +.border-sky-900\/95{ + border-color: rgb(12 74 110 / 0.95); +} +.border-sky-900\/100{ + border-color: rgb(12 74 110 / 1); +} +.border-blue-50\/0{ + border-color: rgb(242 248 251 / 0); +} +.border-blue-50\/5{ + border-color: rgb(242 248 251 / 0.05); +} +.border-blue-50\/10{ + border-color: rgb(242 248 251 / 0.1); +} +.border-blue-50\/20{ + border-color: rgb(242 248 251 / 0.2); +} +.border-blue-50\/25{ + border-color: rgb(242 248 251 / 0.25); +} +.border-blue-50\/30{ + border-color: rgb(242 248 251 / 0.3); +} +.border-blue-50\/40{ + border-color: rgb(242 248 251 / 0.4); +} +.border-blue-50\/50{ + border-color: rgb(242 248 251 / 0.5); +} +.border-blue-50\/60{ + border-color: rgb(242 248 251 / 0.6); +} +.border-blue-50\/70{ + border-color: rgb(242 248 251 / 0.7); +} +.border-blue-50\/75{ + border-color: rgb(242 248 251 / 0.75); +} +.border-blue-50\/80{ + border-color: rgb(242 248 251 / 0.8); +} +.border-blue-50\/90{ + border-color: rgb(242 248 251 / 0.9); +} +.border-blue-50\/95{ + border-color: rgb(242 248 251 / 0.95); +} +.border-blue-50\/100{ + border-color: rgb(242 248 251 / 1); +} +.border-blue-100\/0{ + border-color: rgb(230 241 246 / 0); +} +.border-blue-100\/5{ + border-color: rgb(230 241 246 / 0.05); +} +.border-blue-100\/10{ + border-color: rgb(230 241 246 / 0.1); +} +.border-blue-100\/20{ + border-color: rgb(230 241 246 / 0.2); +} +.border-blue-100\/25{ + border-color: rgb(230 241 246 / 0.25); +} +.border-blue-100\/30{ + border-color: rgb(230 241 246 / 0.3); +} +.border-blue-100\/40{ + border-color: rgb(230 241 246 / 0.4); +} +.border-blue-100\/50{ + border-color: rgb(230 241 246 / 0.5); +} +.border-blue-100\/60{ + border-color: rgb(230 241 246 / 0.6); +} +.border-blue-100\/70{ + border-color: rgb(230 241 246 / 0.7); +} +.border-blue-100\/75{ + border-color: rgb(230 241 246 / 0.75); +} +.border-blue-100\/80{ + border-color: rgb(230 241 246 / 0.8); +} +.border-blue-100\/90{ + border-color: rgb(230 241 246 / 0.9); +} +.border-blue-100\/95{ + border-color: rgb(230 241 246 / 0.95); +} +.border-blue-100\/100{ + border-color: rgb(230 241 246 / 1); +} +.border-blue-200\/0{ + border-color: rgb(191 219 233 / 0); +} +.border-blue-200\/5{ + border-color: rgb(191 219 233 / 0.05); +} +.border-blue-200\/10{ + border-color: rgb(191 219 233 / 0.1); +} +.border-blue-200\/20{ + border-color: rgb(191 219 233 / 0.2); +} +.border-blue-200\/25{ + border-color: rgb(191 219 233 / 0.25); +} +.border-blue-200\/30{ + border-color: rgb(191 219 233 / 0.3); +} +.border-blue-200\/40{ + border-color: rgb(191 219 233 / 0.4); +} +.border-blue-200\/50{ + border-color: rgb(191 219 233 / 0.5); +} +.border-blue-200\/60{ + border-color: rgb(191 219 233 / 0.6); +} +.border-blue-200\/70{ + border-color: rgb(191 219 233 / 0.7); +} +.border-blue-200\/75{ + border-color: rgb(191 219 233 / 0.75); +} +.border-blue-200\/80{ + border-color: rgb(191 219 233 / 0.8); +} +.border-blue-200\/90{ + border-color: rgb(191 219 233 / 0.9); +} +.border-blue-200\/95{ + border-color: rgb(191 219 233 / 0.95); +} +.border-blue-200\/100{ + border-color: rgb(191 219 233 / 1); +} +.border-blue-300\/0{ + border-color: rgb(153 197 219 / 0); +} +.border-blue-300\/5{ + border-color: rgb(153 197 219 / 0.05); +} +.border-blue-300\/10{ + border-color: rgb(153 197 219 / 0.1); +} +.border-blue-300\/20{ + border-color: rgb(153 197 219 / 0.2); +} +.border-blue-300\/25{ + border-color: rgb(153 197 219 / 0.25); +} +.border-blue-300\/30{ + border-color: rgb(153 197 219 / 0.3); +} +.border-blue-300\/40{ + border-color: rgb(153 197 219 / 0.4); +} +.border-blue-300\/50{ + border-color: rgb(153 197 219 / 0.5); +} +.border-blue-300\/60{ + border-color: rgb(153 197 219 / 0.6); +} +.border-blue-300\/70{ + border-color: rgb(153 197 219 / 0.7); +} +.border-blue-300\/75{ + border-color: rgb(153 197 219 / 0.75); +} +.border-blue-300\/80{ + border-color: rgb(153 197 219 / 0.8); +} +.border-blue-300\/90{ + border-color: rgb(153 197 219 / 0.9); +} +.border-blue-300\/95{ + border-color: rgb(153 197 219 / 0.95); +} +.border-blue-300\/100{ + border-color: rgb(153 197 219 / 1); +} +.border-blue-400\/0{ + border-color: rgb(77 154 193 / 0); +} +.border-blue-400\/5{ + border-color: rgb(77 154 193 / 0.05); +} +.border-blue-400\/10{ + border-color: rgb(77 154 193 / 0.1); +} +.border-blue-400\/20{ + border-color: rgb(77 154 193 / 0.2); +} +.border-blue-400\/25{ + border-color: rgb(77 154 193 / 0.25); +} +.border-blue-400\/30{ + border-color: rgb(77 154 193 / 0.3); +} +.border-blue-400\/40{ + border-color: rgb(77 154 193 / 0.4); +} +.border-blue-400\/50{ + border-color: rgb(77 154 193 / 0.5); +} +.border-blue-400\/60{ + border-color: rgb(77 154 193 / 0.6); +} +.border-blue-400\/70{ + border-color: rgb(77 154 193 / 0.7); +} +.border-blue-400\/75{ + border-color: rgb(77 154 193 / 0.75); +} +.border-blue-400\/80{ + border-color: rgb(77 154 193 / 0.8); +} +.border-blue-400\/90{ + border-color: rgb(77 154 193 / 0.9); +} +.border-blue-400\/95{ + border-color: rgb(77 154 193 / 0.95); +} +.border-blue-400\/100{ + border-color: rgb(77 154 193 / 1); +} +.border-blue-500\/0{ + border-color: rgb(0 110 166 / 0); +} +.border-blue-500\/5{ + border-color: rgb(0 110 166 / 0.05); +} +.border-blue-500\/10{ + border-color: rgb(0 110 166 / 0.1); +} +.border-blue-500\/20{ + border-color: rgb(0 110 166 / 0.2); +} +.border-blue-500\/25{ + border-color: rgb(0 110 166 / 0.25); +} +.border-blue-500\/30{ + border-color: rgb(0 110 166 / 0.3); +} +.border-blue-500\/40{ + border-color: rgb(0 110 166 / 0.4); +} +.border-blue-500\/50{ + border-color: rgb(0 110 166 / 0.5); +} +.border-blue-500\/60{ + border-color: rgb(0 110 166 / 0.6); +} +.border-blue-500\/70{ + border-color: rgb(0 110 166 / 0.7); +} +.border-blue-500\/75{ + border-color: rgb(0 110 166 / 0.75); +} +.border-blue-500\/80{ + border-color: rgb(0 110 166 / 0.8); +} +.border-blue-500\/90{ + border-color: rgb(0 110 166 / 0.9); +} +.border-blue-500\/95{ + border-color: rgb(0 110 166 / 0.95); +} +.border-blue-500\/100{ + border-color: rgb(0 110 166 / 1); +} +.border-blue-600\/0{ + border-color: rgb(0 99 149 / 0); +} +.border-blue-600\/5{ + border-color: rgb(0 99 149 / 0.05); +} +.border-blue-600\/10{ + border-color: rgb(0 99 149 / 0.1); +} +.border-blue-600\/20{ + border-color: rgb(0 99 149 / 0.2); +} +.border-blue-600\/25{ + border-color: rgb(0 99 149 / 0.25); +} +.border-blue-600\/30{ + border-color: rgb(0 99 149 / 0.3); +} +.border-blue-600\/40{ + border-color: rgb(0 99 149 / 0.4); +} +.border-blue-600\/50{ + border-color: rgb(0 99 149 / 0.5); +} +.border-blue-600\/60{ + border-color: rgb(0 99 149 / 0.6); +} +.border-blue-600\/70{ + border-color: rgb(0 99 149 / 0.7); +} +.border-blue-600\/75{ + border-color: rgb(0 99 149 / 0.75); +} +.border-blue-600\/80{ + border-color: rgb(0 99 149 / 0.8); +} +.border-blue-600\/90{ + border-color: rgb(0 99 149 / 0.9); +} +.border-blue-600\/95{ + border-color: rgb(0 99 149 / 0.95); +} +.border-blue-600\/100{ + border-color: rgb(0 99 149 / 1); +} +.border-blue-700\/0{ + border-color: rgb(0 83 125 / 0); +} +.border-blue-700\/5{ + border-color: rgb(0 83 125 / 0.05); +} +.border-blue-700\/10{ + border-color: rgb(0 83 125 / 0.1); +} +.border-blue-700\/20{ + border-color: rgb(0 83 125 / 0.2); +} +.border-blue-700\/25{ + border-color: rgb(0 83 125 / 0.25); +} +.border-blue-700\/30{ + border-color: rgb(0 83 125 / 0.3); +} +.border-blue-700\/40{ + border-color: rgb(0 83 125 / 0.4); +} +.border-blue-700\/50{ + border-color: rgb(0 83 125 / 0.5); +} +.border-blue-700\/60{ + border-color: rgb(0 83 125 / 0.6); +} +.border-blue-700\/70{ + border-color: rgb(0 83 125 / 0.7); +} +.border-blue-700\/75{ + border-color: rgb(0 83 125 / 0.75); +} +.border-blue-700\/80{ + border-color: rgb(0 83 125 / 0.8); +} +.border-blue-700\/90{ + border-color: rgb(0 83 125 / 0.9); +} +.border-blue-700\/95{ + border-color: rgb(0 83 125 / 0.95); +} +.border-blue-700\/100{ + border-color: rgb(0 83 125 / 1); +} +.border-blue-800\/0{ + border-color: rgb(0 66 100 / 0); +} +.border-blue-800\/5{ + border-color: rgb(0 66 100 / 0.05); +} +.border-blue-800\/10{ + border-color: rgb(0 66 100 / 0.1); +} +.border-blue-800\/20{ + border-color: rgb(0 66 100 / 0.2); +} +.border-blue-800\/25{ + border-color: rgb(0 66 100 / 0.25); +} +.border-blue-800\/30{ + border-color: rgb(0 66 100 / 0.3); +} +.border-blue-800\/40{ + border-color: rgb(0 66 100 / 0.4); +} +.border-blue-800\/50{ + border-color: rgb(0 66 100 / 0.5); +} +.border-blue-800\/60{ + border-color: rgb(0 66 100 / 0.6); +} +.border-blue-800\/70{ + border-color: rgb(0 66 100 / 0.7); +} +.border-blue-800\/75{ + border-color: rgb(0 66 100 / 0.75); +} +.border-blue-800\/80{ + border-color: rgb(0 66 100 / 0.8); +} +.border-blue-800\/90{ + border-color: rgb(0 66 100 / 0.9); +} +.border-blue-800\/95{ + border-color: rgb(0 66 100 / 0.95); +} +.border-blue-800\/100{ + border-color: rgb(0 66 100 / 1); +} +.border-blue-900\/0{ + border-color: rgb(0 54 81 / 0); +} +.border-blue-900\/5{ + border-color: rgb(0 54 81 / 0.05); +} +.border-blue-900\/10{ + border-color: rgb(0 54 81 / 0.1); +} +.border-blue-900\/20{ + border-color: rgb(0 54 81 / 0.2); +} +.border-blue-900\/25{ + border-color: rgb(0 54 81 / 0.25); +} +.border-blue-900\/30{ + border-color: rgb(0 54 81 / 0.3); +} +.border-blue-900\/40{ + border-color: rgb(0 54 81 / 0.4); +} +.border-blue-900\/50{ + border-color: rgb(0 54 81 / 0.5); +} +.border-blue-900\/60{ + border-color: rgb(0 54 81 / 0.6); +} +.border-blue-900\/70{ + border-color: rgb(0 54 81 / 0.7); +} +.border-blue-900\/75{ + border-color: rgb(0 54 81 / 0.75); +} +.border-blue-900\/80{ + border-color: rgb(0 54 81 / 0.8); +} +.border-blue-900\/90{ + border-color: rgb(0 54 81 / 0.9); +} +.border-blue-900\/95{ + border-color: rgb(0 54 81 / 0.95); +} +.border-blue-900\/100{ + border-color: rgb(0 54 81 / 1); +} +.border-blue\/0{ + border-color: rgb(0 110 166 / 0); +} +.border-blue\/5{ + border-color: rgb(0 110 166 / 0.05); +} +.border-blue\/10{ + border-color: rgb(0 110 166 / 0.1); +} +.border-blue\/20{ + border-color: rgb(0 110 166 / 0.2); +} +.border-blue\/25{ + border-color: rgb(0 110 166 / 0.25); +} +.border-blue\/30{ + border-color: rgb(0 110 166 / 0.3); +} +.border-blue\/40{ + border-color: rgb(0 110 166 / 0.4); +} +.border-blue\/50{ + border-color: rgb(0 110 166 / 0.5); +} +.border-blue\/60{ + border-color: rgb(0 110 166 / 0.6); +} +.border-blue\/70{ + border-color: rgb(0 110 166 / 0.7); +} +.border-blue\/75{ + border-color: rgb(0 110 166 / 0.75); +} +.border-blue\/80{ + border-color: rgb(0 110 166 / 0.8); +} +.border-blue\/90{ + border-color: rgb(0 110 166 / 0.9); +} +.border-blue\/95{ + border-color: rgb(0 110 166 / 0.95); +} +.border-blue\/100{ + border-color: rgb(0 110 166 / 1); +} +.border-indigo-50\/0{ + border-color: rgb(240 245 255 / 0); +} +.border-indigo-50\/5{ + border-color: rgb(240 245 255 / 0.05); +} +.border-indigo-50\/10{ + border-color: rgb(240 245 255 / 0.1); +} +.border-indigo-50\/20{ + border-color: rgb(240 245 255 / 0.2); +} +.border-indigo-50\/25{ + border-color: rgb(240 245 255 / 0.25); +} +.border-indigo-50\/30{ + border-color: rgb(240 245 255 / 0.3); +} +.border-indigo-50\/40{ + border-color: rgb(240 245 255 / 0.4); +} +.border-indigo-50\/50{ + border-color: rgb(240 245 255 / 0.5); +} +.border-indigo-50\/60{ + border-color: rgb(240 245 255 / 0.6); +} +.border-indigo-50\/70{ + border-color: rgb(240 245 255 / 0.7); +} +.border-indigo-50\/75{ + border-color: rgb(240 245 255 / 0.75); +} +.border-indigo-50\/80{ + border-color: rgb(240 245 255 / 0.8); +} +.border-indigo-50\/90{ + border-color: rgb(240 245 255 / 0.9); +} +.border-indigo-50\/95{ + border-color: rgb(240 245 255 / 0.95); +} +.border-indigo-50\/100{ + border-color: rgb(240 245 255 / 1); +} +.border-indigo-100\/0{ + border-color: rgb(229 237 255 / 0); +} +.border-indigo-100\/5{ + border-color: rgb(229 237 255 / 0.05); +} +.border-indigo-100\/10{ + border-color: rgb(229 237 255 / 0.1); +} +.border-indigo-100\/20{ + border-color: rgb(229 237 255 / 0.2); +} +.border-indigo-100\/25{ + border-color: rgb(229 237 255 / 0.25); +} +.border-indigo-100\/30{ + border-color: rgb(229 237 255 / 0.3); +} +.border-indigo-100\/40{ + border-color: rgb(229 237 255 / 0.4); +} +.border-indigo-100\/50{ + border-color: rgb(229 237 255 / 0.5); +} +.border-indigo-100\/60{ + border-color: rgb(229 237 255 / 0.6); +} +.border-indigo-100\/70{ + border-color: rgb(229 237 255 / 0.7); +} +.border-indigo-100\/75{ + border-color: rgb(229 237 255 / 0.75); +} +.border-indigo-100\/80{ + border-color: rgb(229 237 255 / 0.8); +} +.border-indigo-100\/90{ + border-color: rgb(229 237 255 / 0.9); +} +.border-indigo-100\/95{ + border-color: rgb(229 237 255 / 0.95); +} +.border-indigo-100\/100{ + border-color: rgb(229 237 255 / 1); +} +.border-indigo-200\/0{ + border-color: rgb(205 219 254 / 0); +} +.border-indigo-200\/5{ + border-color: rgb(205 219 254 / 0.05); +} +.border-indigo-200\/10{ + border-color: rgb(205 219 254 / 0.1); +} +.border-indigo-200\/20{ + border-color: rgb(205 219 254 / 0.2); +} +.border-indigo-200\/25{ + border-color: rgb(205 219 254 / 0.25); +} +.border-indigo-200\/30{ + border-color: rgb(205 219 254 / 0.3); +} +.border-indigo-200\/40{ + border-color: rgb(205 219 254 / 0.4); +} +.border-indigo-200\/50{ + border-color: rgb(205 219 254 / 0.5); +} +.border-indigo-200\/60{ + border-color: rgb(205 219 254 / 0.6); +} +.border-indigo-200\/70{ + border-color: rgb(205 219 254 / 0.7); +} +.border-indigo-200\/75{ + border-color: rgb(205 219 254 / 0.75); +} +.border-indigo-200\/80{ + border-color: rgb(205 219 254 / 0.8); +} +.border-indigo-200\/90{ + border-color: rgb(205 219 254 / 0.9); +} +.border-indigo-200\/95{ + border-color: rgb(205 219 254 / 0.95); +} +.border-indigo-200\/100{ + border-color: rgb(205 219 254 / 1); +} +.border-indigo-300\/0{ + border-color: rgb(180 198 252 / 0); +} +.border-indigo-300\/5{ + border-color: rgb(180 198 252 / 0.05); +} +.border-indigo-300\/10{ + border-color: rgb(180 198 252 / 0.1); +} +.border-indigo-300\/20{ + border-color: rgb(180 198 252 / 0.2); +} +.border-indigo-300\/25{ + border-color: rgb(180 198 252 / 0.25); +} +.border-indigo-300\/30{ + border-color: rgb(180 198 252 / 0.3); +} +.border-indigo-300\/40{ + border-color: rgb(180 198 252 / 0.4); +} +.border-indigo-300\/50{ + border-color: rgb(180 198 252 / 0.5); +} +.border-indigo-300\/60{ + border-color: rgb(180 198 252 / 0.6); +} +.border-indigo-300\/70{ + border-color: rgb(180 198 252 / 0.7); +} +.border-indigo-300\/75{ + border-color: rgb(180 198 252 / 0.75); +} +.border-indigo-300\/80{ + border-color: rgb(180 198 252 / 0.8); +} +.border-indigo-300\/90{ + border-color: rgb(180 198 252 / 0.9); +} +.border-indigo-300\/95{ + border-color: rgb(180 198 252 / 0.95); +} +.border-indigo-300\/100{ + border-color: rgb(180 198 252 / 1); +} +.border-indigo-400\/0{ + border-color: rgb(141 162 251 / 0); +} +.border-indigo-400\/5{ + border-color: rgb(141 162 251 / 0.05); +} +.border-indigo-400\/10{ + border-color: rgb(141 162 251 / 0.1); +} +.border-indigo-400\/20{ + border-color: rgb(141 162 251 / 0.2); +} +.border-indigo-400\/25{ + border-color: rgb(141 162 251 / 0.25); +} +.border-indigo-400\/30{ + border-color: rgb(141 162 251 / 0.3); +} +.border-indigo-400\/40{ + border-color: rgb(141 162 251 / 0.4); +} +.border-indigo-400\/50{ + border-color: rgb(141 162 251 / 0.5); +} +.border-indigo-400\/60{ + border-color: rgb(141 162 251 / 0.6); +} +.border-indigo-400\/70{ + border-color: rgb(141 162 251 / 0.7); +} +.border-indigo-400\/75{ + border-color: rgb(141 162 251 / 0.75); +} +.border-indigo-400\/80{ + border-color: rgb(141 162 251 / 0.8); +} +.border-indigo-400\/90{ + border-color: rgb(141 162 251 / 0.9); +} +.border-indigo-400\/95{ + border-color: rgb(141 162 251 / 0.95); +} +.border-indigo-400\/100{ + border-color: rgb(141 162 251 / 1); +} +.border-indigo-500\/0{ + border-color: rgb(104 117 245 / 0); +} +.border-indigo-500\/5{ + border-color: rgb(104 117 245 / 0.05); +} +.border-indigo-500\/10{ + border-color: rgb(104 117 245 / 0.1); +} +.border-indigo-500\/20{ + border-color: rgb(104 117 245 / 0.2); +} +.border-indigo-500\/25{ + border-color: rgb(104 117 245 / 0.25); +} +.border-indigo-500\/30{ + border-color: rgb(104 117 245 / 0.3); +} +.border-indigo-500\/40{ + border-color: rgb(104 117 245 / 0.4); +} +.border-indigo-500\/50{ + border-color: rgb(104 117 245 / 0.5); +} +.border-indigo-500\/60{ + border-color: rgb(104 117 245 / 0.6); +} +.border-indigo-500\/70{ + border-color: rgb(104 117 245 / 0.7); +} +.border-indigo-500\/75{ + border-color: rgb(104 117 245 / 0.75); +} +.border-indigo-500\/80{ + border-color: rgb(104 117 245 / 0.8); +} +.border-indigo-500\/90{ + border-color: rgb(104 117 245 / 0.9); +} +.border-indigo-500\/95{ + border-color: rgb(104 117 245 / 0.95); +} +.border-indigo-500\/100{ + border-color: rgb(104 117 245 / 1); +} +.border-indigo-600\/0{ + border-color: rgb(88 80 236 / 0); +} +.border-indigo-600\/5{ + border-color: rgb(88 80 236 / 0.05); +} +.border-indigo-600\/10{ + border-color: rgb(88 80 236 / 0.1); +} +.border-indigo-600\/20{ + border-color: rgb(88 80 236 / 0.2); +} +.border-indigo-600\/25{ + border-color: rgb(88 80 236 / 0.25); +} +.border-indigo-600\/30{ + border-color: rgb(88 80 236 / 0.3); +} +.border-indigo-600\/40{ + border-color: rgb(88 80 236 / 0.4); +} +.border-indigo-600\/50{ + border-color: rgb(88 80 236 / 0.5); +} +.border-indigo-600\/60{ + border-color: rgb(88 80 236 / 0.6); +} +.border-indigo-600\/70{ + border-color: rgb(88 80 236 / 0.7); +} +.border-indigo-600\/75{ + border-color: rgb(88 80 236 / 0.75); +} +.border-indigo-600\/80{ + border-color: rgb(88 80 236 / 0.8); +} +.border-indigo-600\/90{ + border-color: rgb(88 80 236 / 0.9); +} +.border-indigo-600\/95{ + border-color: rgb(88 80 236 / 0.95); +} +.border-indigo-600\/100{ + border-color: rgb(88 80 236 / 1); +} +.border-indigo-700\/0{ + border-color: rgb(81 69 205 / 0); +} +.border-indigo-700\/5{ + border-color: rgb(81 69 205 / 0.05); +} +.border-indigo-700\/10{ + border-color: rgb(81 69 205 / 0.1); +} +.border-indigo-700\/20{ + border-color: rgb(81 69 205 / 0.2); +} +.border-indigo-700\/25{ + border-color: rgb(81 69 205 / 0.25); +} +.border-indigo-700\/30{ + border-color: rgb(81 69 205 / 0.3); +} +.border-indigo-700\/40{ + border-color: rgb(81 69 205 / 0.4); +} +.border-indigo-700\/50{ + border-color: rgb(81 69 205 / 0.5); +} +.border-indigo-700\/60{ + border-color: rgb(81 69 205 / 0.6); +} +.border-indigo-700\/70{ + border-color: rgb(81 69 205 / 0.7); +} +.border-indigo-700\/75{ + border-color: rgb(81 69 205 / 0.75); +} +.border-indigo-700\/80{ + border-color: rgb(81 69 205 / 0.8); +} +.border-indigo-700\/90{ + border-color: rgb(81 69 205 / 0.9); +} +.border-indigo-700\/95{ + border-color: rgb(81 69 205 / 0.95); +} +.border-indigo-700\/100{ + border-color: rgb(81 69 205 / 1); +} +.border-indigo-800\/0{ + border-color: rgb(66 56 157 / 0); +} +.border-indigo-800\/5{ + border-color: rgb(66 56 157 / 0.05); +} +.border-indigo-800\/10{ + border-color: rgb(66 56 157 / 0.1); +} +.border-indigo-800\/20{ + border-color: rgb(66 56 157 / 0.2); +} +.border-indigo-800\/25{ + border-color: rgb(66 56 157 / 0.25); +} +.border-indigo-800\/30{ + border-color: rgb(66 56 157 / 0.3); +} +.border-indigo-800\/40{ + border-color: rgb(66 56 157 / 0.4); +} +.border-indigo-800\/50{ + border-color: rgb(66 56 157 / 0.5); +} +.border-indigo-800\/60{ + border-color: rgb(66 56 157 / 0.6); +} +.border-indigo-800\/70{ + border-color: rgb(66 56 157 / 0.7); +} +.border-indigo-800\/75{ + border-color: rgb(66 56 157 / 0.75); +} +.border-indigo-800\/80{ + border-color: rgb(66 56 157 / 0.8); +} +.border-indigo-800\/90{ + border-color: rgb(66 56 157 / 0.9); +} +.border-indigo-800\/95{ + border-color: rgb(66 56 157 / 0.95); +} +.border-indigo-800\/100{ + border-color: rgb(66 56 157 / 1); +} +.border-indigo-900\/0{ + border-color: rgb(54 47 120 / 0); +} +.border-indigo-900\/5{ + border-color: rgb(54 47 120 / 0.05); +} +.border-indigo-900\/10{ + border-color: rgb(54 47 120 / 0.1); +} +.border-indigo-900\/20{ + border-color: rgb(54 47 120 / 0.2); +} +.border-indigo-900\/25{ + border-color: rgb(54 47 120 / 0.25); +} +.border-indigo-900\/30{ + border-color: rgb(54 47 120 / 0.3); +} +.border-indigo-900\/40{ + border-color: rgb(54 47 120 / 0.4); +} +.border-indigo-900\/50{ + border-color: rgb(54 47 120 / 0.5); +} +.border-indigo-900\/60{ + border-color: rgb(54 47 120 / 0.6); +} +.border-indigo-900\/70{ + border-color: rgb(54 47 120 / 0.7); +} +.border-indigo-900\/75{ + border-color: rgb(54 47 120 / 0.75); +} +.border-indigo-900\/80{ + border-color: rgb(54 47 120 / 0.8); +} +.border-indigo-900\/90{ + border-color: rgb(54 47 120 / 0.9); +} +.border-indigo-900\/95{ + border-color: rgb(54 47 120 / 0.95); +} +.border-indigo-900\/100{ + border-color: rgb(54 47 120 / 1); +} +.border-violet-50\/0{ + border-color: rgb(245 243 255 / 0); +} +.border-violet-50\/5{ + border-color: rgb(245 243 255 / 0.05); +} +.border-violet-50\/10{ + border-color: rgb(245 243 255 / 0.1); +} +.border-violet-50\/20{ + border-color: rgb(245 243 255 / 0.2); +} +.border-violet-50\/25{ + border-color: rgb(245 243 255 / 0.25); +} +.border-violet-50\/30{ + border-color: rgb(245 243 255 / 0.3); +} +.border-violet-50\/40{ + border-color: rgb(245 243 255 / 0.4); +} +.border-violet-50\/50{ + border-color: rgb(245 243 255 / 0.5); +} +.border-violet-50\/60{ + border-color: rgb(245 243 255 / 0.6); +} +.border-violet-50\/70{ + border-color: rgb(245 243 255 / 0.7); +} +.border-violet-50\/75{ + border-color: rgb(245 243 255 / 0.75); +} +.border-violet-50\/80{ + border-color: rgb(245 243 255 / 0.8); +} +.border-violet-50\/90{ + border-color: rgb(245 243 255 / 0.9); +} +.border-violet-50\/95{ + border-color: rgb(245 243 255 / 0.95); +} +.border-violet-50\/100{ + border-color: rgb(245 243 255 / 1); +} +.border-violet-100\/0{ + border-color: rgb(237 233 254 / 0); +} +.border-violet-100\/5{ + border-color: rgb(237 233 254 / 0.05); +} +.border-violet-100\/10{ + border-color: rgb(237 233 254 / 0.1); +} +.border-violet-100\/20{ + border-color: rgb(237 233 254 / 0.2); +} +.border-violet-100\/25{ + border-color: rgb(237 233 254 / 0.25); +} +.border-violet-100\/30{ + border-color: rgb(237 233 254 / 0.3); +} +.border-violet-100\/40{ + border-color: rgb(237 233 254 / 0.4); +} +.border-violet-100\/50{ + border-color: rgb(237 233 254 / 0.5); +} +.border-violet-100\/60{ + border-color: rgb(237 233 254 / 0.6); +} +.border-violet-100\/70{ + border-color: rgb(237 233 254 / 0.7); +} +.border-violet-100\/75{ + border-color: rgb(237 233 254 / 0.75); +} +.border-violet-100\/80{ + border-color: rgb(237 233 254 / 0.8); +} +.border-violet-100\/90{ + border-color: rgb(237 233 254 / 0.9); +} +.border-violet-100\/95{ + border-color: rgb(237 233 254 / 0.95); +} +.border-violet-100\/100{ + border-color: rgb(237 233 254 / 1); +} +.border-violet-200\/0{ + border-color: rgb(221 214 254 / 0); +} +.border-violet-200\/5{ + border-color: rgb(221 214 254 / 0.05); +} +.border-violet-200\/10{ + border-color: rgb(221 214 254 / 0.1); +} +.border-violet-200\/20{ + border-color: rgb(221 214 254 / 0.2); +} +.border-violet-200\/25{ + border-color: rgb(221 214 254 / 0.25); +} +.border-violet-200\/30{ + border-color: rgb(221 214 254 / 0.3); +} +.border-violet-200\/40{ + border-color: rgb(221 214 254 / 0.4); +} +.border-violet-200\/50{ + border-color: rgb(221 214 254 / 0.5); +} +.border-violet-200\/60{ + border-color: rgb(221 214 254 / 0.6); +} +.border-violet-200\/70{ + border-color: rgb(221 214 254 / 0.7); +} +.border-violet-200\/75{ + border-color: rgb(221 214 254 / 0.75); +} +.border-violet-200\/80{ + border-color: rgb(221 214 254 / 0.8); +} +.border-violet-200\/90{ + border-color: rgb(221 214 254 / 0.9); +} +.border-violet-200\/95{ + border-color: rgb(221 214 254 / 0.95); +} +.border-violet-200\/100{ + border-color: rgb(221 214 254 / 1); +} +.border-violet-300\/0{ + border-color: rgb(196 181 253 / 0); +} +.border-violet-300\/5{ + border-color: rgb(196 181 253 / 0.05); +} +.border-violet-300\/10{ + border-color: rgb(196 181 253 / 0.1); +} +.border-violet-300\/20{ + border-color: rgb(196 181 253 / 0.2); +} +.border-violet-300\/25{ + border-color: rgb(196 181 253 / 0.25); +} +.border-violet-300\/30{ + border-color: rgb(196 181 253 / 0.3); +} +.border-violet-300\/40{ + border-color: rgb(196 181 253 / 0.4); +} +.border-violet-300\/50{ + border-color: rgb(196 181 253 / 0.5); +} +.border-violet-300\/60{ + border-color: rgb(196 181 253 / 0.6); +} +.border-violet-300\/70{ + border-color: rgb(196 181 253 / 0.7); +} +.border-violet-300\/75{ + border-color: rgb(196 181 253 / 0.75); +} +.border-violet-300\/80{ + border-color: rgb(196 181 253 / 0.8); +} +.border-violet-300\/90{ + border-color: rgb(196 181 253 / 0.9); +} +.border-violet-300\/95{ + border-color: rgb(196 181 253 / 0.95); +} +.border-violet-300\/100{ + border-color: rgb(196 181 253 / 1); +} +.border-violet-400\/0{ + border-color: rgb(167 139 250 / 0); +} +.border-violet-400\/5{ + border-color: rgb(167 139 250 / 0.05); +} +.border-violet-400\/10{ + border-color: rgb(167 139 250 / 0.1); +} +.border-violet-400\/20{ + border-color: rgb(167 139 250 / 0.2); +} +.border-violet-400\/25{ + border-color: rgb(167 139 250 / 0.25); +} +.border-violet-400\/30{ + border-color: rgb(167 139 250 / 0.3); +} +.border-violet-400\/40{ + border-color: rgb(167 139 250 / 0.4); +} +.border-violet-400\/50{ + border-color: rgb(167 139 250 / 0.5); +} +.border-violet-400\/60{ + border-color: rgb(167 139 250 / 0.6); +} +.border-violet-400\/70{ + border-color: rgb(167 139 250 / 0.7); +} +.border-violet-400\/75{ + border-color: rgb(167 139 250 / 0.75); +} +.border-violet-400\/80{ + border-color: rgb(167 139 250 / 0.8); +} +.border-violet-400\/90{ + border-color: rgb(167 139 250 / 0.9); +} +.border-violet-400\/95{ + border-color: rgb(167 139 250 / 0.95); +} +.border-violet-400\/100{ + border-color: rgb(167 139 250 / 1); +} +.border-violet-500\/0{ + border-color: rgb(139 92 246 / 0); +} +.border-violet-500\/5{ + border-color: rgb(139 92 246 / 0.05); +} +.border-violet-500\/10{ + border-color: rgb(139 92 246 / 0.1); +} +.border-violet-500\/20{ + border-color: rgb(139 92 246 / 0.2); +} +.border-violet-500\/25{ + border-color: rgb(139 92 246 / 0.25); +} +.border-violet-500\/30{ + border-color: rgb(139 92 246 / 0.3); +} +.border-violet-500\/40{ + border-color: rgb(139 92 246 / 0.4); +} +.border-violet-500\/50{ + border-color: rgb(139 92 246 / 0.5); +} +.border-violet-500\/60{ + border-color: rgb(139 92 246 / 0.6); +} +.border-violet-500\/70{ + border-color: rgb(139 92 246 / 0.7); +} +.border-violet-500\/75{ + border-color: rgb(139 92 246 / 0.75); +} +.border-violet-500\/80{ + border-color: rgb(139 92 246 / 0.8); +} +.border-violet-500\/90{ + border-color: rgb(139 92 246 / 0.9); +} +.border-violet-500\/95{ + border-color: rgb(139 92 246 / 0.95); +} +.border-violet-500\/100{ + border-color: rgb(139 92 246 / 1); +} +.border-violet-600\/0{ + border-color: rgb(124 58 237 / 0); +} +.border-violet-600\/5{ + border-color: rgb(124 58 237 / 0.05); +} +.border-violet-600\/10{ + border-color: rgb(124 58 237 / 0.1); +} +.border-violet-600\/20{ + border-color: rgb(124 58 237 / 0.2); +} +.border-violet-600\/25{ + border-color: rgb(124 58 237 / 0.25); +} +.border-violet-600\/30{ + border-color: rgb(124 58 237 / 0.3); +} +.border-violet-600\/40{ + border-color: rgb(124 58 237 / 0.4); +} +.border-violet-600\/50{ + border-color: rgb(124 58 237 / 0.5); +} +.border-violet-600\/60{ + border-color: rgb(124 58 237 / 0.6); +} +.border-violet-600\/70{ + border-color: rgb(124 58 237 / 0.7); +} +.border-violet-600\/75{ + border-color: rgb(124 58 237 / 0.75); +} +.border-violet-600\/80{ + border-color: rgb(124 58 237 / 0.8); +} +.border-violet-600\/90{ + border-color: rgb(124 58 237 / 0.9); +} +.border-violet-600\/95{ + border-color: rgb(124 58 237 / 0.95); +} +.border-violet-600\/100{ + border-color: rgb(124 58 237 / 1); +} +.border-violet-700\/0{ + border-color: rgb(109 40 217 / 0); +} +.border-violet-700\/5{ + border-color: rgb(109 40 217 / 0.05); +} +.border-violet-700\/10{ + border-color: rgb(109 40 217 / 0.1); +} +.border-violet-700\/20{ + border-color: rgb(109 40 217 / 0.2); +} +.border-violet-700\/25{ + border-color: rgb(109 40 217 / 0.25); +} +.border-violet-700\/30{ + border-color: rgb(109 40 217 / 0.3); +} +.border-violet-700\/40{ + border-color: rgb(109 40 217 / 0.4); +} +.border-violet-700\/50{ + border-color: rgb(109 40 217 / 0.5); +} +.border-violet-700\/60{ + border-color: rgb(109 40 217 / 0.6); +} +.border-violet-700\/70{ + border-color: rgb(109 40 217 / 0.7); +} +.border-violet-700\/75{ + border-color: rgb(109 40 217 / 0.75); +} +.border-violet-700\/80{ + border-color: rgb(109 40 217 / 0.8); +} +.border-violet-700\/90{ + border-color: rgb(109 40 217 / 0.9); +} +.border-violet-700\/95{ + border-color: rgb(109 40 217 / 0.95); +} +.border-violet-700\/100{ + border-color: rgb(109 40 217 / 1); +} +.border-violet-800\/0{ + border-color: rgb(91 33 182 / 0); +} +.border-violet-800\/5{ + border-color: rgb(91 33 182 / 0.05); +} +.border-violet-800\/10{ + border-color: rgb(91 33 182 / 0.1); +} +.border-violet-800\/20{ + border-color: rgb(91 33 182 / 0.2); +} +.border-violet-800\/25{ + border-color: rgb(91 33 182 / 0.25); +} +.border-violet-800\/30{ + border-color: rgb(91 33 182 / 0.3); +} +.border-violet-800\/40{ + border-color: rgb(91 33 182 / 0.4); +} +.border-violet-800\/50{ + border-color: rgb(91 33 182 / 0.5); +} +.border-violet-800\/60{ + border-color: rgb(91 33 182 / 0.6); +} +.border-violet-800\/70{ + border-color: rgb(91 33 182 / 0.7); +} +.border-violet-800\/75{ + border-color: rgb(91 33 182 / 0.75); +} +.border-violet-800\/80{ + border-color: rgb(91 33 182 / 0.8); +} +.border-violet-800\/90{ + border-color: rgb(91 33 182 / 0.9); +} +.border-violet-800\/95{ + border-color: rgb(91 33 182 / 0.95); +} +.border-violet-800\/100{ + border-color: rgb(91 33 182 / 1); +} +.border-violet-900\/0{ + border-color: rgb(76 29 149 / 0); +} +.border-violet-900\/5{ + border-color: rgb(76 29 149 / 0.05); +} +.border-violet-900\/10{ + border-color: rgb(76 29 149 / 0.1); +} +.border-violet-900\/20{ + border-color: rgb(76 29 149 / 0.2); +} +.border-violet-900\/25{ + border-color: rgb(76 29 149 / 0.25); +} +.border-violet-900\/30{ + border-color: rgb(76 29 149 / 0.3); +} +.border-violet-900\/40{ + border-color: rgb(76 29 149 / 0.4); +} +.border-violet-900\/50{ + border-color: rgb(76 29 149 / 0.5); +} +.border-violet-900\/60{ + border-color: rgb(76 29 149 / 0.6); +} +.border-violet-900\/70{ + border-color: rgb(76 29 149 / 0.7); +} +.border-violet-900\/75{ + border-color: rgb(76 29 149 / 0.75); +} +.border-violet-900\/80{ + border-color: rgb(76 29 149 / 0.8); +} +.border-violet-900\/90{ + border-color: rgb(76 29 149 / 0.9); +} +.border-violet-900\/95{ + border-color: rgb(76 29 149 / 0.95); +} +.border-violet-900\/100{ + border-color: rgb(76 29 149 / 1); +} +.border-purple-50\/0{ + border-color: rgb(247 247 249 / 0); +} +.border-purple-50\/5{ + border-color: rgb(247 247 249 / 0.05); +} +.border-purple-50\/10{ + border-color: rgb(247 247 249 / 0.1); +} +.border-purple-50\/20{ + border-color: rgb(247 247 249 / 0.2); +} +.border-purple-50\/25{ + border-color: rgb(247 247 249 / 0.25); +} +.border-purple-50\/30{ + border-color: rgb(247 247 249 / 0.3); +} +.border-purple-50\/40{ + border-color: rgb(247 247 249 / 0.4); +} +.border-purple-50\/50{ + border-color: rgb(247 247 249 / 0.5); +} +.border-purple-50\/60{ + border-color: rgb(247 247 249 / 0.6); +} +.border-purple-50\/70{ + border-color: rgb(247 247 249 / 0.7); +} +.border-purple-50\/75{ + border-color: rgb(247 247 249 / 0.75); +} +.border-purple-50\/80{ + border-color: rgb(247 247 249 / 0.8); +} +.border-purple-50\/90{ + border-color: rgb(247 247 249 / 0.9); +} +.border-purple-50\/95{ + border-color: rgb(247 247 249 / 0.95); +} +.border-purple-50\/100{ + border-color: rgb(247 247 249 / 1); +} +.border-purple-100\/0{ + border-color: rgb(238 238 243 / 0); +} +.border-purple-100\/5{ + border-color: rgb(238 238 243 / 0.05); +} +.border-purple-100\/10{ + border-color: rgb(238 238 243 / 0.1); +} +.border-purple-100\/20{ + border-color: rgb(238 238 243 / 0.2); +} +.border-purple-100\/25{ + border-color: rgb(238 238 243 / 0.25); +} +.border-purple-100\/30{ + border-color: rgb(238 238 243 / 0.3); +} +.border-purple-100\/40{ + border-color: rgb(238 238 243 / 0.4); +} +.border-purple-100\/50{ + border-color: rgb(238 238 243 / 0.5); +} +.border-purple-100\/60{ + border-color: rgb(238 238 243 / 0.6); +} +.border-purple-100\/70{ + border-color: rgb(238 238 243 / 0.7); +} +.border-purple-100\/75{ + border-color: rgb(238 238 243 / 0.75); +} +.border-purple-100\/80{ + border-color: rgb(238 238 243 / 0.8); +} +.border-purple-100\/90{ + border-color: rgb(238 238 243 / 0.9); +} +.border-purple-100\/95{ + border-color: rgb(238 238 243 / 0.95); +} +.border-purple-100\/100{ + border-color: rgb(238 238 243 / 1); +} +.border-purple-200\/0{ + border-color: rgb(213 213 226 / 0); +} +.border-purple-200\/5{ + border-color: rgb(213 213 226 / 0.05); +} +.border-purple-200\/10{ + border-color: rgb(213 213 226 / 0.1); +} +.border-purple-200\/20{ + border-color: rgb(213 213 226 / 0.2); +} +.border-purple-200\/25{ + border-color: rgb(213 213 226 / 0.25); +} +.border-purple-200\/30{ + border-color: rgb(213 213 226 / 0.3); +} +.border-purple-200\/40{ + border-color: rgb(213 213 226 / 0.4); +} +.border-purple-200\/50{ + border-color: rgb(213 213 226 / 0.5); +} +.border-purple-200\/60{ + border-color: rgb(213 213 226 / 0.6); +} +.border-purple-200\/70{ + border-color: rgb(213 213 226 / 0.7); +} +.border-purple-200\/75{ + border-color: rgb(213 213 226 / 0.75); +} +.border-purple-200\/80{ + border-color: rgb(213 213 226 / 0.8); +} +.border-purple-200\/90{ + border-color: rgb(213 213 226 / 0.9); +} +.border-purple-200\/95{ + border-color: rgb(213 213 226 / 0.95); +} +.border-purple-200\/100{ + border-color: rgb(213 213 226 / 1); +} +.border-purple-300\/0{ + border-color: rgb(187 188 209 / 0); +} +.border-purple-300\/5{ + border-color: rgb(187 188 209 / 0.05); +} +.border-purple-300\/10{ + border-color: rgb(187 188 209 / 0.1); +} +.border-purple-300\/20{ + border-color: rgb(187 188 209 / 0.2); +} +.border-purple-300\/25{ + border-color: rgb(187 188 209 / 0.25); +} +.border-purple-300\/30{ + border-color: rgb(187 188 209 / 0.3); +} +.border-purple-300\/40{ + border-color: rgb(187 188 209 / 0.4); +} +.border-purple-300\/50{ + border-color: rgb(187 188 209 / 0.5); +} +.border-purple-300\/60{ + border-color: rgb(187 188 209 / 0.6); +} +.border-purple-300\/70{ + border-color: rgb(187 188 209 / 0.7); +} +.border-purple-300\/75{ + border-color: rgb(187 188 209 / 0.75); +} +.border-purple-300\/80{ + border-color: rgb(187 188 209 / 0.8); +} +.border-purple-300\/90{ + border-color: rgb(187 188 209 / 0.9); +} +.border-purple-300\/95{ + border-color: rgb(187 188 209 / 0.95); +} +.border-purple-300\/100{ + border-color: rgb(187 188 209 / 1); +} +.border-purple-400\/0{ + border-color: rgb(136 138 174 / 0); +} +.border-purple-400\/5{ + border-color: rgb(136 138 174 / 0.05); +} +.border-purple-400\/10{ + border-color: rgb(136 138 174 / 0.1); +} +.border-purple-400\/20{ + border-color: rgb(136 138 174 / 0.2); +} +.border-purple-400\/25{ + border-color: rgb(136 138 174 / 0.25); +} +.border-purple-400\/30{ + border-color: rgb(136 138 174 / 0.3); +} +.border-purple-400\/40{ + border-color: rgb(136 138 174 / 0.4); +} +.border-purple-400\/50{ + border-color: rgb(136 138 174 / 0.5); +} +.border-purple-400\/60{ + border-color: rgb(136 138 174 / 0.6); +} +.border-purple-400\/70{ + border-color: rgb(136 138 174 / 0.7); +} +.border-purple-400\/75{ + border-color: rgb(136 138 174 / 0.75); +} +.border-purple-400\/80{ + border-color: rgb(136 138 174 / 0.8); +} +.border-purple-400\/90{ + border-color: rgb(136 138 174 / 0.9); +} +.border-purple-400\/95{ + border-color: rgb(136 138 174 / 0.95); +} +.border-purple-400\/100{ + border-color: rgb(136 138 174 / 1); +} +.border-purple-500\/0{ + border-color: rgb(85 88 139 / 0); +} +.border-purple-500\/5{ + border-color: rgb(85 88 139 / 0.05); +} +.border-purple-500\/10{ + border-color: rgb(85 88 139 / 0.1); +} +.border-purple-500\/20{ + border-color: rgb(85 88 139 / 0.2); +} +.border-purple-500\/25{ + border-color: rgb(85 88 139 / 0.25); +} +.border-purple-500\/30{ + border-color: rgb(85 88 139 / 0.3); +} +.border-purple-500\/40{ + border-color: rgb(85 88 139 / 0.4); +} +.border-purple-500\/50{ + border-color: rgb(85 88 139 / 0.5); +} +.border-purple-500\/60{ + border-color: rgb(85 88 139 / 0.6); +} +.border-purple-500\/70{ + border-color: rgb(85 88 139 / 0.7); +} +.border-purple-500\/75{ + border-color: rgb(85 88 139 / 0.75); +} +.border-purple-500\/80{ + border-color: rgb(85 88 139 / 0.8); +} +.border-purple-500\/90{ + border-color: rgb(85 88 139 / 0.9); +} +.border-purple-500\/95{ + border-color: rgb(85 88 139 / 0.95); +} +.border-purple-500\/100{ + border-color: rgb(85 88 139 / 1); +} +.border-purple-600\/0{ + border-color: rgb(77 79 125 / 0); +} +.border-purple-600\/5{ + border-color: rgb(77 79 125 / 0.05); +} +.border-purple-600\/10{ + border-color: rgb(77 79 125 / 0.1); +} +.border-purple-600\/20{ + border-color: rgb(77 79 125 / 0.2); +} +.border-purple-600\/25{ + border-color: rgb(77 79 125 / 0.25); +} +.border-purple-600\/30{ + border-color: rgb(77 79 125 / 0.3); +} +.border-purple-600\/40{ + border-color: rgb(77 79 125 / 0.4); +} +.border-purple-600\/50{ + border-color: rgb(77 79 125 / 0.5); +} +.border-purple-600\/60{ + border-color: rgb(77 79 125 / 0.6); +} +.border-purple-600\/70{ + border-color: rgb(77 79 125 / 0.7); +} +.border-purple-600\/75{ + border-color: rgb(77 79 125 / 0.75); +} +.border-purple-600\/80{ + border-color: rgb(77 79 125 / 0.8); +} +.border-purple-600\/90{ + border-color: rgb(77 79 125 / 0.9); +} +.border-purple-600\/95{ + border-color: rgb(77 79 125 / 0.95); +} +.border-purple-600\/100{ + border-color: rgb(77 79 125 / 1); +} +.border-purple-700\/0{ + border-color: rgb(64 66 104 / 0); +} +.border-purple-700\/5{ + border-color: rgb(64 66 104 / 0.05); +} +.border-purple-700\/10{ + border-color: rgb(64 66 104 / 0.1); +} +.border-purple-700\/20{ + border-color: rgb(64 66 104 / 0.2); +} +.border-purple-700\/25{ + border-color: rgb(64 66 104 / 0.25); +} +.border-purple-700\/30{ + border-color: rgb(64 66 104 / 0.3); +} +.border-purple-700\/40{ + border-color: rgb(64 66 104 / 0.4); +} +.border-purple-700\/50{ + border-color: rgb(64 66 104 / 0.5); +} +.border-purple-700\/60{ + border-color: rgb(64 66 104 / 0.6); +} +.border-purple-700\/70{ + border-color: rgb(64 66 104 / 0.7); +} +.border-purple-700\/75{ + border-color: rgb(64 66 104 / 0.75); +} +.border-purple-700\/80{ + border-color: rgb(64 66 104 / 0.8); +} +.border-purple-700\/90{ + border-color: rgb(64 66 104 / 0.9); +} +.border-purple-700\/95{ + border-color: rgb(64 66 104 / 0.95); +} +.border-purple-700\/100{ + border-color: rgb(64 66 104 / 1); +} +.border-purple-800\/0{ + border-color: rgb(51 53 83 / 0); +} +.border-purple-800\/5{ + border-color: rgb(51 53 83 / 0.05); +} +.border-purple-800\/10{ + border-color: rgb(51 53 83 / 0.1); +} +.border-purple-800\/20{ + border-color: rgb(51 53 83 / 0.2); +} +.border-purple-800\/25{ + border-color: rgb(51 53 83 / 0.25); +} +.border-purple-800\/30{ + border-color: rgb(51 53 83 / 0.3); +} +.border-purple-800\/40{ + border-color: rgb(51 53 83 / 0.4); +} +.border-purple-800\/50{ + border-color: rgb(51 53 83 / 0.5); +} +.border-purple-800\/60{ + border-color: rgb(51 53 83 / 0.6); +} +.border-purple-800\/70{ + border-color: rgb(51 53 83 / 0.7); +} +.border-purple-800\/75{ + border-color: rgb(51 53 83 / 0.75); +} +.border-purple-800\/80{ + border-color: rgb(51 53 83 / 0.8); +} +.border-purple-800\/90{ + border-color: rgb(51 53 83 / 0.9); +} +.border-purple-800\/95{ + border-color: rgb(51 53 83 / 0.95); +} +.border-purple-800\/100{ + border-color: rgb(51 53 83 / 1); +} +.border-purple-900\/0{ + border-color: rgb(42 43 68 / 0); +} +.border-purple-900\/5{ + border-color: rgb(42 43 68 / 0.05); +} +.border-purple-900\/10{ + border-color: rgb(42 43 68 / 0.1); +} +.border-purple-900\/20{ + border-color: rgb(42 43 68 / 0.2); +} +.border-purple-900\/25{ + border-color: rgb(42 43 68 / 0.25); +} +.border-purple-900\/30{ + border-color: rgb(42 43 68 / 0.3); +} +.border-purple-900\/40{ + border-color: rgb(42 43 68 / 0.4); +} +.border-purple-900\/50{ + border-color: rgb(42 43 68 / 0.5); +} +.border-purple-900\/60{ + border-color: rgb(42 43 68 / 0.6); +} +.border-purple-900\/70{ + border-color: rgb(42 43 68 / 0.7); +} +.border-purple-900\/75{ + border-color: rgb(42 43 68 / 0.75); +} +.border-purple-900\/80{ + border-color: rgb(42 43 68 / 0.8); +} +.border-purple-900\/90{ + border-color: rgb(42 43 68 / 0.9); +} +.border-purple-900\/95{ + border-color: rgb(42 43 68 / 0.95); +} +.border-purple-900\/100{ + border-color: rgb(42 43 68 / 1); +} +.border-purple\/0{ + border-color: rgb(85 88 139 / 0); +} +.border-purple\/5{ + border-color: rgb(85 88 139 / 0.05); +} +.border-purple\/10{ + border-color: rgb(85 88 139 / 0.1); +} +.border-purple\/20{ + border-color: rgb(85 88 139 / 0.2); +} +.border-purple\/25{ + border-color: rgb(85 88 139 / 0.25); +} +.border-purple\/30{ + border-color: rgb(85 88 139 / 0.3); +} +.border-purple\/40{ + border-color: rgb(85 88 139 / 0.4); +} +.border-purple\/50{ + border-color: rgb(85 88 139 / 0.5); +} +.border-purple\/60{ + border-color: rgb(85 88 139 / 0.6); +} +.border-purple\/70{ + border-color: rgb(85 88 139 / 0.7); +} +.border-purple\/75{ + border-color: rgb(85 88 139 / 0.75); +} +.border-purple\/80{ + border-color: rgb(85 88 139 / 0.8); +} +.border-purple\/90{ + border-color: rgb(85 88 139 / 0.9); +} +.border-purple\/95{ + border-color: rgb(85 88 139 / 0.95); +} +.border-purple\/100{ + border-color: rgb(85 88 139 / 1); +} +.border-fuchsia-50\/0{ + border-color: rgb(253 244 255 / 0); +} +.border-fuchsia-50\/5{ + border-color: rgb(253 244 255 / 0.05); +} +.border-fuchsia-50\/10{ + border-color: rgb(253 244 255 / 0.1); +} +.border-fuchsia-50\/20{ + border-color: rgb(253 244 255 / 0.2); +} +.border-fuchsia-50\/25{ + border-color: rgb(253 244 255 / 0.25); +} +.border-fuchsia-50\/30{ + border-color: rgb(253 244 255 / 0.3); +} +.border-fuchsia-50\/40{ + border-color: rgb(253 244 255 / 0.4); +} +.border-fuchsia-50\/50{ + border-color: rgb(253 244 255 / 0.5); +} +.border-fuchsia-50\/60{ + border-color: rgb(253 244 255 / 0.6); +} +.border-fuchsia-50\/70{ + border-color: rgb(253 244 255 / 0.7); +} +.border-fuchsia-50\/75{ + border-color: rgb(253 244 255 / 0.75); +} +.border-fuchsia-50\/80{ + border-color: rgb(253 244 255 / 0.8); +} +.border-fuchsia-50\/90{ + border-color: rgb(253 244 255 / 0.9); +} +.border-fuchsia-50\/95{ + border-color: rgb(253 244 255 / 0.95); +} +.border-fuchsia-50\/100{ + border-color: rgb(253 244 255 / 1); +} +.border-fuchsia-100\/0{ + border-color: rgb(250 232 255 / 0); +} +.border-fuchsia-100\/5{ + border-color: rgb(250 232 255 / 0.05); +} +.border-fuchsia-100\/10{ + border-color: rgb(250 232 255 / 0.1); +} +.border-fuchsia-100\/20{ + border-color: rgb(250 232 255 / 0.2); +} +.border-fuchsia-100\/25{ + border-color: rgb(250 232 255 / 0.25); +} +.border-fuchsia-100\/30{ + border-color: rgb(250 232 255 / 0.3); +} +.border-fuchsia-100\/40{ + border-color: rgb(250 232 255 / 0.4); +} +.border-fuchsia-100\/50{ + border-color: rgb(250 232 255 / 0.5); +} +.border-fuchsia-100\/60{ + border-color: rgb(250 232 255 / 0.6); +} +.border-fuchsia-100\/70{ + border-color: rgb(250 232 255 / 0.7); +} +.border-fuchsia-100\/75{ + border-color: rgb(250 232 255 / 0.75); +} +.border-fuchsia-100\/80{ + border-color: rgb(250 232 255 / 0.8); +} +.border-fuchsia-100\/90{ + border-color: rgb(250 232 255 / 0.9); +} +.border-fuchsia-100\/95{ + border-color: rgb(250 232 255 / 0.95); +} +.border-fuchsia-100\/100{ + border-color: rgb(250 232 255 / 1); +} +.border-fuchsia-200\/0{ + border-color: rgb(245 208 254 / 0); +} +.border-fuchsia-200\/5{ + border-color: rgb(245 208 254 / 0.05); +} +.border-fuchsia-200\/10{ + border-color: rgb(245 208 254 / 0.1); +} +.border-fuchsia-200\/20{ + border-color: rgb(245 208 254 / 0.2); +} +.border-fuchsia-200\/25{ + border-color: rgb(245 208 254 / 0.25); +} +.border-fuchsia-200\/30{ + border-color: rgb(245 208 254 / 0.3); +} +.border-fuchsia-200\/40{ + border-color: rgb(245 208 254 / 0.4); +} +.border-fuchsia-200\/50{ + border-color: rgb(245 208 254 / 0.5); +} +.border-fuchsia-200\/60{ + border-color: rgb(245 208 254 / 0.6); +} +.border-fuchsia-200\/70{ + border-color: rgb(245 208 254 / 0.7); +} +.border-fuchsia-200\/75{ + border-color: rgb(245 208 254 / 0.75); +} +.border-fuchsia-200\/80{ + border-color: rgb(245 208 254 / 0.8); +} +.border-fuchsia-200\/90{ + border-color: rgb(245 208 254 / 0.9); +} +.border-fuchsia-200\/95{ + border-color: rgb(245 208 254 / 0.95); +} +.border-fuchsia-200\/100{ + border-color: rgb(245 208 254 / 1); +} +.border-fuchsia-300\/0{ + border-color: rgb(240 171 252 / 0); +} +.border-fuchsia-300\/5{ + border-color: rgb(240 171 252 / 0.05); +} +.border-fuchsia-300\/10{ + border-color: rgb(240 171 252 / 0.1); +} +.border-fuchsia-300\/20{ + border-color: rgb(240 171 252 / 0.2); +} +.border-fuchsia-300\/25{ + border-color: rgb(240 171 252 / 0.25); +} +.border-fuchsia-300\/30{ + border-color: rgb(240 171 252 / 0.3); +} +.border-fuchsia-300\/40{ + border-color: rgb(240 171 252 / 0.4); +} +.border-fuchsia-300\/50{ + border-color: rgb(240 171 252 / 0.5); +} +.border-fuchsia-300\/60{ + border-color: rgb(240 171 252 / 0.6); +} +.border-fuchsia-300\/70{ + border-color: rgb(240 171 252 / 0.7); +} +.border-fuchsia-300\/75{ + border-color: rgb(240 171 252 / 0.75); +} +.border-fuchsia-300\/80{ + border-color: rgb(240 171 252 / 0.8); +} +.border-fuchsia-300\/90{ + border-color: rgb(240 171 252 / 0.9); +} +.border-fuchsia-300\/95{ + border-color: rgb(240 171 252 / 0.95); +} +.border-fuchsia-300\/100{ + border-color: rgb(240 171 252 / 1); +} +.border-fuchsia-400\/0{ + border-color: rgb(232 121 249 / 0); +} +.border-fuchsia-400\/5{ + border-color: rgb(232 121 249 / 0.05); +} +.border-fuchsia-400\/10{ + border-color: rgb(232 121 249 / 0.1); +} +.border-fuchsia-400\/20{ + border-color: rgb(232 121 249 / 0.2); +} +.border-fuchsia-400\/25{ + border-color: rgb(232 121 249 / 0.25); +} +.border-fuchsia-400\/30{ + border-color: rgb(232 121 249 / 0.3); +} +.border-fuchsia-400\/40{ + border-color: rgb(232 121 249 / 0.4); +} +.border-fuchsia-400\/50{ + border-color: rgb(232 121 249 / 0.5); +} +.border-fuchsia-400\/60{ + border-color: rgb(232 121 249 / 0.6); +} +.border-fuchsia-400\/70{ + border-color: rgb(232 121 249 / 0.7); +} +.border-fuchsia-400\/75{ + border-color: rgb(232 121 249 / 0.75); +} +.border-fuchsia-400\/80{ + border-color: rgb(232 121 249 / 0.8); +} +.border-fuchsia-400\/90{ + border-color: rgb(232 121 249 / 0.9); +} +.border-fuchsia-400\/95{ + border-color: rgb(232 121 249 / 0.95); +} +.border-fuchsia-400\/100{ + border-color: rgb(232 121 249 / 1); +} +.border-fuchsia-500\/0{ + border-color: rgb(217 70 239 / 0); +} +.border-fuchsia-500\/5{ + border-color: rgb(217 70 239 / 0.05); +} +.border-fuchsia-500\/10{ + border-color: rgb(217 70 239 / 0.1); +} +.border-fuchsia-500\/20{ + border-color: rgb(217 70 239 / 0.2); +} +.border-fuchsia-500\/25{ + border-color: rgb(217 70 239 / 0.25); +} +.border-fuchsia-500\/30{ + border-color: rgb(217 70 239 / 0.3); +} +.border-fuchsia-500\/40{ + border-color: rgb(217 70 239 / 0.4); +} +.border-fuchsia-500\/50{ + border-color: rgb(217 70 239 / 0.5); +} +.border-fuchsia-500\/60{ + border-color: rgb(217 70 239 / 0.6); +} +.border-fuchsia-500\/70{ + border-color: rgb(217 70 239 / 0.7); +} +.border-fuchsia-500\/75{ + border-color: rgb(217 70 239 / 0.75); +} +.border-fuchsia-500\/80{ + border-color: rgb(217 70 239 / 0.8); +} +.border-fuchsia-500\/90{ + border-color: rgb(217 70 239 / 0.9); +} +.border-fuchsia-500\/95{ + border-color: rgb(217 70 239 / 0.95); +} +.border-fuchsia-500\/100{ + border-color: rgb(217 70 239 / 1); +} +.border-fuchsia-600\/0{ + border-color: rgb(192 38 211 / 0); +} +.border-fuchsia-600\/5{ + border-color: rgb(192 38 211 / 0.05); +} +.border-fuchsia-600\/10{ + border-color: rgb(192 38 211 / 0.1); +} +.border-fuchsia-600\/20{ + border-color: rgb(192 38 211 / 0.2); +} +.border-fuchsia-600\/25{ + border-color: rgb(192 38 211 / 0.25); +} +.border-fuchsia-600\/30{ + border-color: rgb(192 38 211 / 0.3); +} +.border-fuchsia-600\/40{ + border-color: rgb(192 38 211 / 0.4); +} +.border-fuchsia-600\/50{ + border-color: rgb(192 38 211 / 0.5); +} +.border-fuchsia-600\/60{ + border-color: rgb(192 38 211 / 0.6); +} +.border-fuchsia-600\/70{ + border-color: rgb(192 38 211 / 0.7); +} +.border-fuchsia-600\/75{ + border-color: rgb(192 38 211 / 0.75); +} +.border-fuchsia-600\/80{ + border-color: rgb(192 38 211 / 0.8); +} +.border-fuchsia-600\/90{ + border-color: rgb(192 38 211 / 0.9); +} +.border-fuchsia-600\/95{ + border-color: rgb(192 38 211 / 0.95); +} +.border-fuchsia-600\/100{ + border-color: rgb(192 38 211 / 1); +} +.border-fuchsia-700\/0{ + border-color: rgb(162 28 175 / 0); +} +.border-fuchsia-700\/5{ + border-color: rgb(162 28 175 / 0.05); +} +.border-fuchsia-700\/10{ + border-color: rgb(162 28 175 / 0.1); +} +.border-fuchsia-700\/20{ + border-color: rgb(162 28 175 / 0.2); +} +.border-fuchsia-700\/25{ + border-color: rgb(162 28 175 / 0.25); +} +.border-fuchsia-700\/30{ + border-color: rgb(162 28 175 / 0.3); +} +.border-fuchsia-700\/40{ + border-color: rgb(162 28 175 / 0.4); +} +.border-fuchsia-700\/50{ + border-color: rgb(162 28 175 / 0.5); +} +.border-fuchsia-700\/60{ + border-color: rgb(162 28 175 / 0.6); +} +.border-fuchsia-700\/70{ + border-color: rgb(162 28 175 / 0.7); +} +.border-fuchsia-700\/75{ + border-color: rgb(162 28 175 / 0.75); +} +.border-fuchsia-700\/80{ + border-color: rgb(162 28 175 / 0.8); +} +.border-fuchsia-700\/90{ + border-color: rgb(162 28 175 / 0.9); +} +.border-fuchsia-700\/95{ + border-color: rgb(162 28 175 / 0.95); +} +.border-fuchsia-700\/100{ + border-color: rgb(162 28 175 / 1); +} +.border-fuchsia-800\/0{ + border-color: rgb(134 25 143 / 0); +} +.border-fuchsia-800\/5{ + border-color: rgb(134 25 143 / 0.05); +} +.border-fuchsia-800\/10{ + border-color: rgb(134 25 143 / 0.1); +} +.border-fuchsia-800\/20{ + border-color: rgb(134 25 143 / 0.2); +} +.border-fuchsia-800\/25{ + border-color: rgb(134 25 143 / 0.25); +} +.border-fuchsia-800\/30{ + border-color: rgb(134 25 143 / 0.3); +} +.border-fuchsia-800\/40{ + border-color: rgb(134 25 143 / 0.4); +} +.border-fuchsia-800\/50{ + border-color: rgb(134 25 143 / 0.5); +} +.border-fuchsia-800\/60{ + border-color: rgb(134 25 143 / 0.6); +} +.border-fuchsia-800\/70{ + border-color: rgb(134 25 143 / 0.7); +} +.border-fuchsia-800\/75{ + border-color: rgb(134 25 143 / 0.75); +} +.border-fuchsia-800\/80{ + border-color: rgb(134 25 143 / 0.8); +} +.border-fuchsia-800\/90{ + border-color: rgb(134 25 143 / 0.9); +} +.border-fuchsia-800\/95{ + border-color: rgb(134 25 143 / 0.95); +} +.border-fuchsia-800\/100{ + border-color: rgb(134 25 143 / 1); +} +.border-fuchsia-900\/0{ + border-color: rgb(112 26 117 / 0); +} +.border-fuchsia-900\/5{ + border-color: rgb(112 26 117 / 0.05); +} +.border-fuchsia-900\/10{ + border-color: rgb(112 26 117 / 0.1); +} +.border-fuchsia-900\/20{ + border-color: rgb(112 26 117 / 0.2); +} +.border-fuchsia-900\/25{ + border-color: rgb(112 26 117 / 0.25); +} +.border-fuchsia-900\/30{ + border-color: rgb(112 26 117 / 0.3); +} +.border-fuchsia-900\/40{ + border-color: rgb(112 26 117 / 0.4); +} +.border-fuchsia-900\/50{ + border-color: rgb(112 26 117 / 0.5); +} +.border-fuchsia-900\/60{ + border-color: rgb(112 26 117 / 0.6); +} +.border-fuchsia-900\/70{ + border-color: rgb(112 26 117 / 0.7); +} +.border-fuchsia-900\/75{ + border-color: rgb(112 26 117 / 0.75); +} +.border-fuchsia-900\/80{ + border-color: rgb(112 26 117 / 0.8); +} +.border-fuchsia-900\/90{ + border-color: rgb(112 26 117 / 0.9); +} +.border-fuchsia-900\/95{ + border-color: rgb(112 26 117 / 0.95); +} +.border-fuchsia-900\/100{ + border-color: rgb(112 26 117 / 1); +} +.border-pink-50\/0{ + border-color: rgb(253 242 248 / 0); +} +.border-pink-50\/5{ + border-color: rgb(253 242 248 / 0.05); +} +.border-pink-50\/10{ + border-color: rgb(253 242 248 / 0.1); +} +.border-pink-50\/20{ + border-color: rgb(253 242 248 / 0.2); +} +.border-pink-50\/25{ + border-color: rgb(253 242 248 / 0.25); +} +.border-pink-50\/30{ + border-color: rgb(253 242 248 / 0.3); +} +.border-pink-50\/40{ + border-color: rgb(253 242 248 / 0.4); +} +.border-pink-50\/50{ + border-color: rgb(253 242 248 / 0.5); +} +.border-pink-50\/60{ + border-color: rgb(253 242 248 / 0.6); +} +.border-pink-50\/70{ + border-color: rgb(253 242 248 / 0.7); +} +.border-pink-50\/75{ + border-color: rgb(253 242 248 / 0.75); +} +.border-pink-50\/80{ + border-color: rgb(253 242 248 / 0.8); +} +.border-pink-50\/90{ + border-color: rgb(253 242 248 / 0.9); +} +.border-pink-50\/95{ + border-color: rgb(253 242 248 / 0.95); +} +.border-pink-50\/100{ + border-color: rgb(253 242 248 / 1); +} +.border-pink-100\/0{ + border-color: rgb(252 232 243 / 0); +} +.border-pink-100\/5{ + border-color: rgb(252 232 243 / 0.05); +} +.border-pink-100\/10{ + border-color: rgb(252 232 243 / 0.1); +} +.border-pink-100\/20{ + border-color: rgb(252 232 243 / 0.2); +} +.border-pink-100\/25{ + border-color: rgb(252 232 243 / 0.25); +} +.border-pink-100\/30{ + border-color: rgb(252 232 243 / 0.3); +} +.border-pink-100\/40{ + border-color: rgb(252 232 243 / 0.4); +} +.border-pink-100\/50{ + border-color: rgb(252 232 243 / 0.5); +} +.border-pink-100\/60{ + border-color: rgb(252 232 243 / 0.6); +} +.border-pink-100\/70{ + border-color: rgb(252 232 243 / 0.7); +} +.border-pink-100\/75{ + border-color: rgb(252 232 243 / 0.75); +} +.border-pink-100\/80{ + border-color: rgb(252 232 243 / 0.8); +} +.border-pink-100\/90{ + border-color: rgb(252 232 243 / 0.9); +} +.border-pink-100\/95{ + border-color: rgb(252 232 243 / 0.95); +} +.border-pink-100\/100{ + border-color: rgb(252 232 243 / 1); +} +.border-pink-200\/0{ + border-color: rgb(250 209 232 / 0); +} +.border-pink-200\/5{ + border-color: rgb(250 209 232 / 0.05); +} +.border-pink-200\/10{ + border-color: rgb(250 209 232 / 0.1); +} +.border-pink-200\/20{ + border-color: rgb(250 209 232 / 0.2); +} +.border-pink-200\/25{ + border-color: rgb(250 209 232 / 0.25); +} +.border-pink-200\/30{ + border-color: rgb(250 209 232 / 0.3); +} +.border-pink-200\/40{ + border-color: rgb(250 209 232 / 0.4); +} +.border-pink-200\/50{ + border-color: rgb(250 209 232 / 0.5); +} +.border-pink-200\/60{ + border-color: rgb(250 209 232 / 0.6); +} +.border-pink-200\/70{ + border-color: rgb(250 209 232 / 0.7); +} +.border-pink-200\/75{ + border-color: rgb(250 209 232 / 0.75); +} +.border-pink-200\/80{ + border-color: rgb(250 209 232 / 0.8); +} +.border-pink-200\/90{ + border-color: rgb(250 209 232 / 0.9); +} +.border-pink-200\/95{ + border-color: rgb(250 209 232 / 0.95); +} +.border-pink-200\/100{ + border-color: rgb(250 209 232 / 1); +} +.border-pink-300\/0{ + border-color: rgb(248 180 217 / 0); +} +.border-pink-300\/5{ + border-color: rgb(248 180 217 / 0.05); +} +.border-pink-300\/10{ + border-color: rgb(248 180 217 / 0.1); +} +.border-pink-300\/20{ + border-color: rgb(248 180 217 / 0.2); +} +.border-pink-300\/25{ + border-color: rgb(248 180 217 / 0.25); +} +.border-pink-300\/30{ + border-color: rgb(248 180 217 / 0.3); +} +.border-pink-300\/40{ + border-color: rgb(248 180 217 / 0.4); +} +.border-pink-300\/50{ + border-color: rgb(248 180 217 / 0.5); +} +.border-pink-300\/60{ + border-color: rgb(248 180 217 / 0.6); +} +.border-pink-300\/70{ + border-color: rgb(248 180 217 / 0.7); +} +.border-pink-300\/75{ + border-color: rgb(248 180 217 / 0.75); +} +.border-pink-300\/80{ + border-color: rgb(248 180 217 / 0.8); +} +.border-pink-300\/90{ + border-color: rgb(248 180 217 / 0.9); +} +.border-pink-300\/95{ + border-color: rgb(248 180 217 / 0.95); +} +.border-pink-300\/100{ + border-color: rgb(248 180 217 / 1); +} +.border-pink-400\/0{ + border-color: rgb(241 126 184 / 0); +} +.border-pink-400\/5{ + border-color: rgb(241 126 184 / 0.05); +} +.border-pink-400\/10{ + border-color: rgb(241 126 184 / 0.1); +} +.border-pink-400\/20{ + border-color: rgb(241 126 184 / 0.2); +} +.border-pink-400\/25{ + border-color: rgb(241 126 184 / 0.25); +} +.border-pink-400\/30{ + border-color: rgb(241 126 184 / 0.3); +} +.border-pink-400\/40{ + border-color: rgb(241 126 184 / 0.4); +} +.border-pink-400\/50{ + border-color: rgb(241 126 184 / 0.5); +} +.border-pink-400\/60{ + border-color: rgb(241 126 184 / 0.6); +} +.border-pink-400\/70{ + border-color: rgb(241 126 184 / 0.7); +} +.border-pink-400\/75{ + border-color: rgb(241 126 184 / 0.75); +} +.border-pink-400\/80{ + border-color: rgb(241 126 184 / 0.8); +} +.border-pink-400\/90{ + border-color: rgb(241 126 184 / 0.9); +} +.border-pink-400\/95{ + border-color: rgb(241 126 184 / 0.95); +} +.border-pink-400\/100{ + border-color: rgb(241 126 184 / 1); +} +.border-pink-500\/0{ + border-color: rgb(231 70 148 / 0); +} +.border-pink-500\/5{ + border-color: rgb(231 70 148 / 0.05); +} +.border-pink-500\/10{ + border-color: rgb(231 70 148 / 0.1); +} +.border-pink-500\/20{ + border-color: rgb(231 70 148 / 0.2); +} +.border-pink-500\/25{ + border-color: rgb(231 70 148 / 0.25); +} +.border-pink-500\/30{ + border-color: rgb(231 70 148 / 0.3); +} +.border-pink-500\/40{ + border-color: rgb(231 70 148 / 0.4); +} +.border-pink-500\/50{ + border-color: rgb(231 70 148 / 0.5); +} +.border-pink-500\/60{ + border-color: rgb(231 70 148 / 0.6); +} +.border-pink-500\/70{ + border-color: rgb(231 70 148 / 0.7); +} +.border-pink-500\/75{ + border-color: rgb(231 70 148 / 0.75); +} +.border-pink-500\/80{ + border-color: rgb(231 70 148 / 0.8); +} +.border-pink-500\/90{ + border-color: rgb(231 70 148 / 0.9); +} +.border-pink-500\/95{ + border-color: rgb(231 70 148 / 0.95); +} +.border-pink-500\/100{ + border-color: rgb(231 70 148 / 1); +} +.border-pink-600\/0{ + border-color: rgb(214 31 105 / 0); +} +.border-pink-600\/5{ + border-color: rgb(214 31 105 / 0.05); +} +.border-pink-600\/10{ + border-color: rgb(214 31 105 / 0.1); +} +.border-pink-600\/20{ + border-color: rgb(214 31 105 / 0.2); +} +.border-pink-600\/25{ + border-color: rgb(214 31 105 / 0.25); +} +.border-pink-600\/30{ + border-color: rgb(214 31 105 / 0.3); +} +.border-pink-600\/40{ + border-color: rgb(214 31 105 / 0.4); +} +.border-pink-600\/50{ + border-color: rgb(214 31 105 / 0.5); +} +.border-pink-600\/60{ + border-color: rgb(214 31 105 / 0.6); +} +.border-pink-600\/70{ + border-color: rgb(214 31 105 / 0.7); +} +.border-pink-600\/75{ + border-color: rgb(214 31 105 / 0.75); +} +.border-pink-600\/80{ + border-color: rgb(214 31 105 / 0.8); +} +.border-pink-600\/90{ + border-color: rgb(214 31 105 / 0.9); +} +.border-pink-600\/95{ + border-color: rgb(214 31 105 / 0.95); +} +.border-pink-600\/100{ + border-color: rgb(214 31 105 / 1); +} +.border-pink-700\/0{ + border-color: rgb(191 18 93 / 0); +} +.border-pink-700\/5{ + border-color: rgb(191 18 93 / 0.05); +} +.border-pink-700\/10{ + border-color: rgb(191 18 93 / 0.1); +} +.border-pink-700\/20{ + border-color: rgb(191 18 93 / 0.2); +} +.border-pink-700\/25{ + border-color: rgb(191 18 93 / 0.25); +} +.border-pink-700\/30{ + border-color: rgb(191 18 93 / 0.3); +} +.border-pink-700\/40{ + border-color: rgb(191 18 93 / 0.4); +} +.border-pink-700\/50{ + border-color: rgb(191 18 93 / 0.5); +} +.border-pink-700\/60{ + border-color: rgb(191 18 93 / 0.6); +} +.border-pink-700\/70{ + border-color: rgb(191 18 93 / 0.7); +} +.border-pink-700\/75{ + border-color: rgb(191 18 93 / 0.75); +} +.border-pink-700\/80{ + border-color: rgb(191 18 93 / 0.8); +} +.border-pink-700\/90{ + border-color: rgb(191 18 93 / 0.9); +} +.border-pink-700\/95{ + border-color: rgb(191 18 93 / 0.95); +} +.border-pink-700\/100{ + border-color: rgb(191 18 93 / 1); +} +.border-pink-800\/0{ + border-color: rgb(153 21 75 / 0); +} +.border-pink-800\/5{ + border-color: rgb(153 21 75 / 0.05); +} +.border-pink-800\/10{ + border-color: rgb(153 21 75 / 0.1); +} +.border-pink-800\/20{ + border-color: rgb(153 21 75 / 0.2); +} +.border-pink-800\/25{ + border-color: rgb(153 21 75 / 0.25); +} +.border-pink-800\/30{ + border-color: rgb(153 21 75 / 0.3); +} +.border-pink-800\/40{ + border-color: rgb(153 21 75 / 0.4); +} +.border-pink-800\/50{ + border-color: rgb(153 21 75 / 0.5); +} +.border-pink-800\/60{ + border-color: rgb(153 21 75 / 0.6); +} +.border-pink-800\/70{ + border-color: rgb(153 21 75 / 0.7); +} +.border-pink-800\/75{ + border-color: rgb(153 21 75 / 0.75); +} +.border-pink-800\/80{ + border-color: rgb(153 21 75 / 0.8); +} +.border-pink-800\/90{ + border-color: rgb(153 21 75 / 0.9); +} +.border-pink-800\/95{ + border-color: rgb(153 21 75 / 0.95); +} +.border-pink-800\/100{ + border-color: rgb(153 21 75 / 1); +} +.border-pink-900\/0{ + border-color: rgb(117 26 61 / 0); +} +.border-pink-900\/5{ + border-color: rgb(117 26 61 / 0.05); +} +.border-pink-900\/10{ + border-color: rgb(117 26 61 / 0.1); +} +.border-pink-900\/20{ + border-color: rgb(117 26 61 / 0.2); +} +.border-pink-900\/25{ + border-color: rgb(117 26 61 / 0.25); +} +.border-pink-900\/30{ + border-color: rgb(117 26 61 / 0.3); +} +.border-pink-900\/40{ + border-color: rgb(117 26 61 / 0.4); +} +.border-pink-900\/50{ + border-color: rgb(117 26 61 / 0.5); +} +.border-pink-900\/60{ + border-color: rgb(117 26 61 / 0.6); +} +.border-pink-900\/70{ + border-color: rgb(117 26 61 / 0.7); +} +.border-pink-900\/75{ + border-color: rgb(117 26 61 / 0.75); +} +.border-pink-900\/80{ + border-color: rgb(117 26 61 / 0.8); +} +.border-pink-900\/90{ + border-color: rgb(117 26 61 / 0.9); +} +.border-pink-900\/95{ + border-color: rgb(117 26 61 / 0.95); +} +.border-pink-900\/100{ + border-color: rgb(117 26 61 / 1); +} +.border-rose-50\/0{ + border-color: rgb(255 241 242 / 0); +} +.border-rose-50\/5{ + border-color: rgb(255 241 242 / 0.05); +} +.border-rose-50\/10{ + border-color: rgb(255 241 242 / 0.1); +} +.border-rose-50\/20{ + border-color: rgb(255 241 242 / 0.2); +} +.border-rose-50\/25{ + border-color: rgb(255 241 242 / 0.25); +} +.border-rose-50\/30{ + border-color: rgb(255 241 242 / 0.3); +} +.border-rose-50\/40{ + border-color: rgb(255 241 242 / 0.4); +} +.border-rose-50\/50{ + border-color: rgb(255 241 242 / 0.5); +} +.border-rose-50\/60{ + border-color: rgb(255 241 242 / 0.6); +} +.border-rose-50\/70{ + border-color: rgb(255 241 242 / 0.7); +} +.border-rose-50\/75{ + border-color: rgb(255 241 242 / 0.75); +} +.border-rose-50\/80{ + border-color: rgb(255 241 242 / 0.8); +} +.border-rose-50\/90{ + border-color: rgb(255 241 242 / 0.9); +} +.border-rose-50\/95{ + border-color: rgb(255 241 242 / 0.95); +} +.border-rose-50\/100{ + border-color: rgb(255 241 242 / 1); +} +.border-rose-100\/0{ + border-color: rgb(255 228 230 / 0); +} +.border-rose-100\/5{ + border-color: rgb(255 228 230 / 0.05); +} +.border-rose-100\/10{ + border-color: rgb(255 228 230 / 0.1); +} +.border-rose-100\/20{ + border-color: rgb(255 228 230 / 0.2); +} +.border-rose-100\/25{ + border-color: rgb(255 228 230 / 0.25); +} +.border-rose-100\/30{ + border-color: rgb(255 228 230 / 0.3); +} +.border-rose-100\/40{ + border-color: rgb(255 228 230 / 0.4); +} +.border-rose-100\/50{ + border-color: rgb(255 228 230 / 0.5); +} +.border-rose-100\/60{ + border-color: rgb(255 228 230 / 0.6); +} +.border-rose-100\/70{ + border-color: rgb(255 228 230 / 0.7); +} +.border-rose-100\/75{ + border-color: rgb(255 228 230 / 0.75); +} +.border-rose-100\/80{ + border-color: rgb(255 228 230 / 0.8); +} +.border-rose-100\/90{ + border-color: rgb(255 228 230 / 0.9); +} +.border-rose-100\/95{ + border-color: rgb(255 228 230 / 0.95); +} +.border-rose-100\/100{ + border-color: rgb(255 228 230 / 1); +} +.border-rose-200\/0{ + border-color: rgb(254 205 211 / 0); +} +.border-rose-200\/5{ + border-color: rgb(254 205 211 / 0.05); +} +.border-rose-200\/10{ + border-color: rgb(254 205 211 / 0.1); +} +.border-rose-200\/20{ + border-color: rgb(254 205 211 / 0.2); +} +.border-rose-200\/25{ + border-color: rgb(254 205 211 / 0.25); +} +.border-rose-200\/30{ + border-color: rgb(254 205 211 / 0.3); +} +.border-rose-200\/40{ + border-color: rgb(254 205 211 / 0.4); +} +.border-rose-200\/50{ + border-color: rgb(254 205 211 / 0.5); +} +.border-rose-200\/60{ + border-color: rgb(254 205 211 / 0.6); +} +.border-rose-200\/70{ + border-color: rgb(254 205 211 / 0.7); +} +.border-rose-200\/75{ + border-color: rgb(254 205 211 / 0.75); +} +.border-rose-200\/80{ + border-color: rgb(254 205 211 / 0.8); +} +.border-rose-200\/90{ + border-color: rgb(254 205 211 / 0.9); +} +.border-rose-200\/95{ + border-color: rgb(254 205 211 / 0.95); +} +.border-rose-200\/100{ + border-color: rgb(254 205 211 / 1); +} +.border-rose-300\/0{ + border-color: rgb(253 164 175 / 0); +} +.border-rose-300\/5{ + border-color: rgb(253 164 175 / 0.05); +} +.border-rose-300\/10{ + border-color: rgb(253 164 175 / 0.1); +} +.border-rose-300\/20{ + border-color: rgb(253 164 175 / 0.2); +} +.border-rose-300\/25{ + border-color: rgb(253 164 175 / 0.25); +} +.border-rose-300\/30{ + border-color: rgb(253 164 175 / 0.3); +} +.border-rose-300\/40{ + border-color: rgb(253 164 175 / 0.4); +} +.border-rose-300\/50{ + border-color: rgb(253 164 175 / 0.5); +} +.border-rose-300\/60{ + border-color: rgb(253 164 175 / 0.6); +} +.border-rose-300\/70{ + border-color: rgb(253 164 175 / 0.7); +} +.border-rose-300\/75{ + border-color: rgb(253 164 175 / 0.75); +} +.border-rose-300\/80{ + border-color: rgb(253 164 175 / 0.8); +} +.border-rose-300\/90{ + border-color: rgb(253 164 175 / 0.9); +} +.border-rose-300\/95{ + border-color: rgb(253 164 175 / 0.95); +} +.border-rose-300\/100{ + border-color: rgb(253 164 175 / 1); +} +.border-rose-400\/0{ + border-color: rgb(251 113 133 / 0); +} +.border-rose-400\/5{ + border-color: rgb(251 113 133 / 0.05); +} +.border-rose-400\/10{ + border-color: rgb(251 113 133 / 0.1); +} +.border-rose-400\/20{ + border-color: rgb(251 113 133 / 0.2); +} +.border-rose-400\/25{ + border-color: rgb(251 113 133 / 0.25); +} +.border-rose-400\/30{ + border-color: rgb(251 113 133 / 0.3); +} +.border-rose-400\/40{ + border-color: rgb(251 113 133 / 0.4); +} +.border-rose-400\/50{ + border-color: rgb(251 113 133 / 0.5); +} +.border-rose-400\/60{ + border-color: rgb(251 113 133 / 0.6); +} +.border-rose-400\/70{ + border-color: rgb(251 113 133 / 0.7); +} +.border-rose-400\/75{ + border-color: rgb(251 113 133 / 0.75); +} +.border-rose-400\/80{ + border-color: rgb(251 113 133 / 0.8); +} +.border-rose-400\/90{ + border-color: rgb(251 113 133 / 0.9); +} +.border-rose-400\/95{ + border-color: rgb(251 113 133 / 0.95); +} +.border-rose-400\/100{ + border-color: rgb(251 113 133 / 1); +} +.border-rose-500\/0{ + border-color: rgb(244 63 94 / 0); +} +.border-rose-500\/5{ + border-color: rgb(244 63 94 / 0.05); +} +.border-rose-500\/10{ + border-color: rgb(244 63 94 / 0.1); +} +.border-rose-500\/20{ + border-color: rgb(244 63 94 / 0.2); +} +.border-rose-500\/25{ + border-color: rgb(244 63 94 / 0.25); +} +.border-rose-500\/30{ + border-color: rgb(244 63 94 / 0.3); +} +.border-rose-500\/40{ + border-color: rgb(244 63 94 / 0.4); +} +.border-rose-500\/50{ + border-color: rgb(244 63 94 / 0.5); +} +.border-rose-500\/60{ + border-color: rgb(244 63 94 / 0.6); +} +.border-rose-500\/70{ + border-color: rgb(244 63 94 / 0.7); +} +.border-rose-500\/75{ + border-color: rgb(244 63 94 / 0.75); +} +.border-rose-500\/80{ + border-color: rgb(244 63 94 / 0.8); +} +.border-rose-500\/90{ + border-color: rgb(244 63 94 / 0.9); +} +.border-rose-500\/95{ + border-color: rgb(244 63 94 / 0.95); +} +.border-rose-500\/100{ + border-color: rgb(244 63 94 / 1); +} +.border-rose-600\/0{ + border-color: rgb(225 29 72 / 0); +} +.border-rose-600\/5{ + border-color: rgb(225 29 72 / 0.05); +} +.border-rose-600\/10{ + border-color: rgb(225 29 72 / 0.1); +} +.border-rose-600\/20{ + border-color: rgb(225 29 72 / 0.2); +} +.border-rose-600\/25{ + border-color: rgb(225 29 72 / 0.25); +} +.border-rose-600\/30{ + border-color: rgb(225 29 72 / 0.3); +} +.border-rose-600\/40{ + border-color: rgb(225 29 72 / 0.4); +} +.border-rose-600\/50{ + border-color: rgb(225 29 72 / 0.5); +} +.border-rose-600\/60{ + border-color: rgb(225 29 72 / 0.6); +} +.border-rose-600\/70{ + border-color: rgb(225 29 72 / 0.7); +} +.border-rose-600\/75{ + border-color: rgb(225 29 72 / 0.75); +} +.border-rose-600\/80{ + border-color: rgb(225 29 72 / 0.8); +} +.border-rose-600\/90{ + border-color: rgb(225 29 72 / 0.9); +} +.border-rose-600\/95{ + border-color: rgb(225 29 72 / 0.95); +} +.border-rose-600\/100{ + border-color: rgb(225 29 72 / 1); +} +.border-rose-700\/0{ + border-color: rgb(190 18 60 / 0); +} +.border-rose-700\/5{ + border-color: rgb(190 18 60 / 0.05); +} +.border-rose-700\/10{ + border-color: rgb(190 18 60 / 0.1); +} +.border-rose-700\/20{ + border-color: rgb(190 18 60 / 0.2); +} +.border-rose-700\/25{ + border-color: rgb(190 18 60 / 0.25); +} +.border-rose-700\/30{ + border-color: rgb(190 18 60 / 0.3); +} +.border-rose-700\/40{ + border-color: rgb(190 18 60 / 0.4); +} +.border-rose-700\/50{ + border-color: rgb(190 18 60 / 0.5); +} +.border-rose-700\/60{ + border-color: rgb(190 18 60 / 0.6); +} +.border-rose-700\/70{ + border-color: rgb(190 18 60 / 0.7); +} +.border-rose-700\/75{ + border-color: rgb(190 18 60 / 0.75); +} +.border-rose-700\/80{ + border-color: rgb(190 18 60 / 0.8); +} +.border-rose-700\/90{ + border-color: rgb(190 18 60 / 0.9); +} +.border-rose-700\/95{ + border-color: rgb(190 18 60 / 0.95); +} +.border-rose-700\/100{ + border-color: rgb(190 18 60 / 1); +} +.border-rose-800\/0{ + border-color: rgb(159 18 57 / 0); +} +.border-rose-800\/5{ + border-color: rgb(159 18 57 / 0.05); +} +.border-rose-800\/10{ + border-color: rgb(159 18 57 / 0.1); +} +.border-rose-800\/20{ + border-color: rgb(159 18 57 / 0.2); +} +.border-rose-800\/25{ + border-color: rgb(159 18 57 / 0.25); +} +.border-rose-800\/30{ + border-color: rgb(159 18 57 / 0.3); +} +.border-rose-800\/40{ + border-color: rgb(159 18 57 / 0.4); +} +.border-rose-800\/50{ + border-color: rgb(159 18 57 / 0.5); +} +.border-rose-800\/60{ + border-color: rgb(159 18 57 / 0.6); +} +.border-rose-800\/70{ + border-color: rgb(159 18 57 / 0.7); +} +.border-rose-800\/75{ + border-color: rgb(159 18 57 / 0.75); +} +.border-rose-800\/80{ + border-color: rgb(159 18 57 / 0.8); +} +.border-rose-800\/90{ + border-color: rgb(159 18 57 / 0.9); +} +.border-rose-800\/95{ + border-color: rgb(159 18 57 / 0.95); +} +.border-rose-800\/100{ + border-color: rgb(159 18 57 / 1); +} +.border-rose-900\/0{ + border-color: rgb(136 19 55 / 0); +} +.border-rose-900\/5{ + border-color: rgb(136 19 55 / 0.05); +} +.border-rose-900\/10{ + border-color: rgb(136 19 55 / 0.1); +} +.border-rose-900\/20{ + border-color: rgb(136 19 55 / 0.2); +} +.border-rose-900\/25{ + border-color: rgb(136 19 55 / 0.25); +} +.border-rose-900\/30{ + border-color: rgb(136 19 55 / 0.3); +} +.border-rose-900\/40{ + border-color: rgb(136 19 55 / 0.4); +} +.border-rose-900\/50{ + border-color: rgb(136 19 55 / 0.5); +} +.border-rose-900\/60{ + border-color: rgb(136 19 55 / 0.6); +} +.border-rose-900\/70{ + border-color: rgb(136 19 55 / 0.7); +} +.border-rose-900\/75{ + border-color: rgb(136 19 55 / 0.75); +} +.border-rose-900\/80{ + border-color: rgb(136 19 55 / 0.8); +} +.border-rose-900\/90{ + border-color: rgb(136 19 55 / 0.9); +} +.border-rose-900\/95{ + border-color: rgb(136 19 55 / 0.95); +} +.border-rose-900\/100{ + border-color: rgb(136 19 55 / 1); +} +.border-rose\/0{ + border-color: rgb(244 63 94 / 0); +} +.border-rose\/5{ + border-color: rgb(244 63 94 / 0.05); +} +.border-rose\/10{ + border-color: rgb(244 63 94 / 0.1); +} +.border-rose\/20{ + border-color: rgb(244 63 94 / 0.2); +} +.border-rose\/25{ + border-color: rgb(244 63 94 / 0.25); +} +.border-rose\/30{ + border-color: rgb(244 63 94 / 0.3); +} +.border-rose\/40{ + border-color: rgb(244 63 94 / 0.4); +} +.border-rose\/50{ + border-color: rgb(244 63 94 / 0.5); +} +.border-rose\/60{ + border-color: rgb(244 63 94 / 0.6); +} +.border-rose\/70{ + border-color: rgb(244 63 94 / 0.7); +} +.border-rose\/75{ + border-color: rgb(244 63 94 / 0.75); +} +.border-rose\/80{ + border-color: rgb(244 63 94 / 0.8); +} +.border-rose\/90{ + border-color: rgb(244 63 94 / 0.9); +} +.border-rose\/95{ + border-color: rgb(244 63 94 / 0.95); +} +.border-rose\/100{ + border-color: rgb(244 63 94 / 1); +} +.border-lilac-100\/0{ + border-color: rgb(245 247 250 / 0); +} +.border-lilac-100\/5{ + border-color: rgb(245 247 250 / 0.05); +} +.border-lilac-100\/10{ + border-color: rgb(245 247 250 / 0.1); +} +.border-lilac-100\/20{ + border-color: rgb(245 247 250 / 0.2); +} +.border-lilac-100\/25{ + border-color: rgb(245 247 250 / 0.25); +} +.border-lilac-100\/30{ + border-color: rgb(245 247 250 / 0.3); +} +.border-lilac-100\/40{ + border-color: rgb(245 247 250 / 0.4); +} +.border-lilac-100\/50{ + border-color: rgb(245 247 250 / 0.5); +} +.border-lilac-100\/60{ + border-color: rgb(245 247 250 / 0.6); +} +.border-lilac-100\/70{ + border-color: rgb(245 247 250 / 0.7); +} +.border-lilac-100\/75{ + border-color: rgb(245 247 250 / 0.75); +} +.border-lilac-100\/80{ + border-color: rgb(245 247 250 / 0.8); +} +.border-lilac-100\/90{ + border-color: rgb(245 247 250 / 0.9); +} +.border-lilac-100\/95{ + border-color: rgb(245 247 250 / 0.95); +} +.border-lilac-100\/100{ + border-color: rgb(245 247 250 / 1); +} +.border-lilac-300\/0{ + border-color: rgb(237 240 252 / 0); +} +.border-lilac-300\/5{ + border-color: rgb(237 240 252 / 0.05); +} +.border-lilac-300\/10{ + border-color: rgb(237 240 252 / 0.1); +} +.border-lilac-300\/20{ + border-color: rgb(237 240 252 / 0.2); +} +.border-lilac-300\/25{ + border-color: rgb(237 240 252 / 0.25); +} +.border-lilac-300\/30{ + border-color: rgb(237 240 252 / 0.3); +} +.border-lilac-300\/40{ + border-color: rgb(237 240 252 / 0.4); +} +.border-lilac-300\/50{ + border-color: rgb(237 240 252 / 0.5); +} +.border-lilac-300\/60{ + border-color: rgb(237 240 252 / 0.6); +} +.border-lilac-300\/70{ + border-color: rgb(237 240 252 / 0.7); +} +.border-lilac-300\/75{ + border-color: rgb(237 240 252 / 0.75); +} +.border-lilac-300\/80{ + border-color: rgb(237 240 252 / 0.8); +} +.border-lilac-300\/90{ + border-color: rgb(237 240 252 / 0.9); +} +.border-lilac-300\/95{ + border-color: rgb(237 240 252 / 0.95); +} +.border-lilac-300\/100{ + border-color: rgb(237 240 252 / 1); +} +.border-lilac-900\/0{ + border-color: rgb(220 226 249 / 0); +} +.border-lilac-900\/5{ + border-color: rgb(220 226 249 / 0.05); +} +.border-lilac-900\/10{ + border-color: rgb(220 226 249 / 0.1); +} +.border-lilac-900\/20{ + border-color: rgb(220 226 249 / 0.2); +} +.border-lilac-900\/25{ + border-color: rgb(220 226 249 / 0.25); +} +.border-lilac-900\/30{ + border-color: rgb(220 226 249 / 0.3); +} +.border-lilac-900\/40{ + border-color: rgb(220 226 249 / 0.4); +} +.border-lilac-900\/50{ + border-color: rgb(220 226 249 / 0.5); +} +.border-lilac-900\/60{ + border-color: rgb(220 226 249 / 0.6); +} +.border-lilac-900\/70{ + border-color: rgb(220 226 249 / 0.7); +} +.border-lilac-900\/75{ + border-color: rgb(220 226 249 / 0.75); +} +.border-lilac-900\/80{ + border-color: rgb(220 226 249 / 0.8); +} +.border-lilac-900\/90{ + border-color: rgb(220 226 249 / 0.9); +} +.border-lilac-900\/95{ + border-color: rgb(220 226 249 / 0.95); +} +.border-lilac-900\/100{ + border-color: rgb(220 226 249 / 1); +} +.border-lilac\/0{ + border-color: rgb(248 249 254 / 0); +} +.border-lilac\/5{ + border-color: rgb(248 249 254 / 0.05); +} +.border-lilac\/10{ + border-color: rgb(248 249 254 / 0.1); +} +.border-lilac\/20{ + border-color: rgb(248 249 254 / 0.2); +} +.border-lilac\/25{ + border-color: rgb(248 249 254 / 0.25); +} +.border-lilac\/30{ + border-color: rgb(248 249 254 / 0.3); +} +.border-lilac\/40{ + border-color: rgb(248 249 254 / 0.4); +} +.border-lilac\/50{ + border-color: rgb(248 249 254 / 0.5); +} +.border-lilac\/60{ + border-color: rgb(248 249 254 / 0.6); +} +.border-lilac\/70{ + border-color: rgb(248 249 254 / 0.7); +} +.border-lilac\/75{ + border-color: rgb(248 249 254 / 0.75); +} +.border-lilac\/80{ + border-color: rgb(248 249 254 / 0.8); +} +.border-lilac\/90{ + border-color: rgb(248 249 254 / 0.9); +} +.border-lilac\/95{ + border-color: rgb(248 249 254 / 0.95); +} +.border-lilac\/100{ + border-color: rgb(248 249 254 / 1); +} +.border-golden-900\/0{ + border-color: rgb(191 184 130 / 0); +} +.border-golden-900\/5{ + border-color: rgb(191 184 130 / 0.05); +} +.border-golden-900\/10{ + border-color: rgb(191 184 130 / 0.1); +} +.border-golden-900\/20{ + border-color: rgb(191 184 130 / 0.2); +} +.border-golden-900\/25{ + border-color: rgb(191 184 130 / 0.25); +} +.border-golden-900\/30{ + border-color: rgb(191 184 130 / 0.3); +} +.border-golden-900\/40{ + border-color: rgb(191 184 130 / 0.4); +} +.border-golden-900\/50{ + border-color: rgb(191 184 130 / 0.5); +} +.border-golden-900\/60{ + border-color: rgb(191 184 130 / 0.6); +} +.border-golden-900\/70{ + border-color: rgb(191 184 130 / 0.7); +} +.border-golden-900\/75{ + border-color: rgb(191 184 130 / 0.75); +} +.border-golden-900\/80{ + border-color: rgb(191 184 130 / 0.8); +} +.border-golden-900\/90{ + border-color: rgb(191 184 130 / 0.9); +} +.border-golden-900\/95{ + border-color: rgb(191 184 130 / 0.95); +} +.border-golden-900\/100{ + border-color: rgb(191 184 130 / 1); +} +.border-golden\/0{ + border-color: rgb(209 201 137 / 0); +} +.border-golden\/5{ + border-color: rgb(209 201 137 / 0.05); +} +.border-golden\/10{ + border-color: rgb(209 201 137 / 0.1); +} +.border-golden\/20{ + border-color: rgb(209 201 137 / 0.2); +} +.border-golden\/25{ + border-color: rgb(209 201 137 / 0.25); +} +.border-golden\/30{ + border-color: rgb(209 201 137 / 0.3); +} +.border-golden\/40{ + border-color: rgb(209 201 137 / 0.4); +} +.border-golden\/50{ + border-color: rgb(209 201 137 / 0.5); +} +.border-golden\/60{ + border-color: rgb(209 201 137 / 0.6); +} +.border-golden\/70{ + border-color: rgb(209 201 137 / 0.7); +} +.border-golden\/75{ + border-color: rgb(209 201 137 / 0.75); +} +.border-golden\/80{ + border-color: rgb(209 201 137 / 0.8); +} +.border-golden\/90{ + border-color: rgb(209 201 137 / 0.9); +} +.border-golden\/95{ + border-color: rgb(209 201 137 / 0.95); +} +.border-golden\/100{ + border-color: rgb(209 201 137 / 1); +} +.border-status-success\/0{ + border-color: rgb(241 246 238 / 0); +} +.border-status-success\/5{ + border-color: rgb(241 246 238 / 0.05); +} +.border-status-success\/10{ + border-color: rgb(241 246 238 / 0.1); +} +.border-status-success\/20{ + border-color: rgb(241 246 238 / 0.2); +} +.border-status-success\/25{ + border-color: rgb(241 246 238 / 0.25); +} +.border-status-success\/30{ + border-color: rgb(241 246 238 / 0.3); +} +.border-status-success\/40{ + border-color: rgb(241 246 238 / 0.4); +} +.border-status-success\/50{ + border-color: rgb(241 246 238 / 0.5); +} +.border-status-success\/60{ + border-color: rgb(241 246 238 / 0.6); +} +.border-status-success\/70{ + border-color: rgb(241 246 238 / 0.7); +} +.border-status-success\/75{ + border-color: rgb(241 246 238 / 0.75); +} +.border-status-success\/80{ + border-color: rgb(241 246 238 / 0.8); +} +.border-status-success\/90{ + border-color: rgb(241 246 238 / 0.9); +} +.border-status-success\/95{ + border-color: rgb(241 246 238 / 0.95); +} +.border-status-success\/100{ + border-color: rgb(241 246 238 / 1); +} +.border-status-danger\/0{ + border-color: rgb(250 230 230 / 0); +} +.border-status-danger\/5{ + border-color: rgb(250 230 230 / 0.05); +} +.border-status-danger\/10{ + border-color: rgb(250 230 230 / 0.1); +} +.border-status-danger\/20{ + border-color: rgb(250 230 230 / 0.2); +} +.border-status-danger\/25{ + border-color: rgb(250 230 230 / 0.25); +} +.border-status-danger\/30{ + border-color: rgb(250 230 230 / 0.3); +} +.border-status-danger\/40{ + border-color: rgb(250 230 230 / 0.4); +} +.border-status-danger\/50{ + border-color: rgb(250 230 230 / 0.5); +} +.border-status-danger\/60{ + border-color: rgb(250 230 230 / 0.6); +} +.border-status-danger\/70{ + border-color: rgb(250 230 230 / 0.7); +} +.border-status-danger\/75{ + border-color: rgb(250 230 230 / 0.75); +} +.border-status-danger\/80{ + border-color: rgb(250 230 230 / 0.8); +} +.border-status-danger\/90{ + border-color: rgb(250 230 230 / 0.9); +} +.border-status-danger\/95{ + border-color: rgb(250 230 230 / 0.95); +} +.border-status-danger\/100{ + border-color: rgb(250 230 230 / 1); +} +.border-status-sent\/0{ + border-color: rgb(254 245 231 / 0); +} +.border-status-sent\/5{ + border-color: rgb(254 245 231 / 0.05); +} +.border-status-sent\/10{ + border-color: rgb(254 245 231 / 0.1); +} +.border-status-sent\/20{ + border-color: rgb(254 245 231 / 0.2); +} +.border-status-sent\/25{ + border-color: rgb(254 245 231 / 0.25); +} +.border-status-sent\/30{ + border-color: rgb(254 245 231 / 0.3); +} +.border-status-sent\/40{ + border-color: rgb(254 245 231 / 0.4); +} +.border-status-sent\/50{ + border-color: rgb(254 245 231 / 0.5); +} +.border-status-sent\/60{ + border-color: rgb(254 245 231 / 0.6); +} +.border-status-sent\/70{ + border-color: rgb(254 245 231 / 0.7); +} +.border-status-sent\/75{ + border-color: rgb(254 245 231 / 0.75); +} +.border-status-sent\/80{ + border-color: rgb(254 245 231 / 0.8); +} +.border-status-sent\/90{ + border-color: rgb(254 245 231 / 0.9); +} +.border-status-sent\/95{ + border-color: rgb(254 245 231 / 0.95); +} +.border-status-sent\/100{ + border-color: rgb(254 245 231 / 1); +} +.border-status-viewed\/0{ + border-color: rgb(238 238 243 / 0); +} +.border-status-viewed\/5{ + border-color: rgb(238 238 243 / 0.05); +} +.border-status-viewed\/10{ + border-color: rgb(238 238 243 / 0.1); +} +.border-status-viewed\/20{ + border-color: rgb(238 238 243 / 0.2); +} +.border-status-viewed\/25{ + border-color: rgb(238 238 243 / 0.25); +} +.border-status-viewed\/30{ + border-color: rgb(238 238 243 / 0.3); +} +.border-status-viewed\/40{ + border-color: rgb(238 238 243 / 0.4); +} +.border-status-viewed\/50{ + border-color: rgb(238 238 243 / 0.5); +} +.border-status-viewed\/60{ + border-color: rgb(238 238 243 / 0.6); +} +.border-status-viewed\/70{ + border-color: rgb(238 238 243 / 0.7); +} +.border-status-viewed\/75{ + border-color: rgb(238 238 243 / 0.75); +} +.border-status-viewed\/80{ + border-color: rgb(238 238 243 / 0.8); +} +.border-status-viewed\/90{ + border-color: rgb(238 238 243 / 0.9); +} +.border-status-viewed\/95{ + border-color: rgb(238 238 243 / 0.95); +} +.border-status-viewed\/100{ + border-color: rgb(238 238 243 / 1); +} +.border-status-draft\/0{ + border-color: rgb(236 236 236 / 0); +} +.border-status-draft\/5{ + border-color: rgb(236 236 236 / 0.05); +} +.border-status-draft\/10{ + border-color: rgb(236 236 236 / 0.1); +} +.border-status-draft\/20{ + border-color: rgb(236 236 236 / 0.2); +} +.border-status-draft\/25{ + border-color: rgb(236 236 236 / 0.25); +} +.border-status-draft\/30{ + border-color: rgb(236 236 236 / 0.3); +} +.border-status-draft\/40{ + border-color: rgb(236 236 236 / 0.4); +} +.border-status-draft\/50{ + border-color: rgb(236 236 236 / 0.5); +} +.border-status-draft\/60{ + border-color: rgb(236 236 236 / 0.6); +} +.border-status-draft\/70{ + border-color: rgb(236 236 236 / 0.7); +} +.border-status-draft\/75{ + border-color: rgb(236 236 236 / 0.75); +} +.border-status-draft\/80{ + border-color: rgb(236 236 236 / 0.8); +} +.border-status-draft\/90{ + border-color: rgb(236 236 236 / 0.9); +} +.border-status-draft\/95{ + border-color: rgb(236 236 236 / 0.95); +} +.border-status-draft\/100{ + border-color: rgb(236 236 236 / 1); +} +.border-status-partial\/0{ + border-color: rgb(230 241 246 / 0); +} +.border-status-partial\/5{ + border-color: rgb(230 241 246 / 0.05); +} +.border-status-partial\/10{ + border-color: rgb(230 241 246 / 0.1); +} +.border-status-partial\/20{ + border-color: rgb(230 241 246 / 0.2); +} +.border-status-partial\/25{ + border-color: rgb(230 241 246 / 0.25); +} +.border-status-partial\/30{ + border-color: rgb(230 241 246 / 0.3); +} +.border-status-partial\/40{ + border-color: rgb(230 241 246 / 0.4); +} +.border-status-partial\/50{ + border-color: rgb(230 241 246 / 0.5); +} +.border-status-partial\/60{ + border-color: rgb(230 241 246 / 0.6); +} +.border-status-partial\/70{ + border-color: rgb(230 241 246 / 0.7); +} +.border-status-partial\/75{ + border-color: rgb(230 241 246 / 0.75); +} +.border-status-partial\/80{ + border-color: rgb(230 241 246 / 0.8); +} +.border-status-partial\/90{ + border-color: rgb(230 241 246 / 0.9); +} +.border-status-partial\/95{ + border-color: rgb(230 241 246 / 0.95); +} +.border-status-partial\/100{ + border-color: rgb(230 241 246 / 1); +} +.border-status-canceled\/0{ + border-color: rgb(40 40 40 / 0); +} +.border-status-canceled\/5{ + border-color: rgb(40 40 40 / 0.05); +} +.border-status-canceled\/10{ + border-color: rgb(40 40 40 / 0.1); +} +.border-status-canceled\/20{ + border-color: rgb(40 40 40 / 0.2); +} +.border-status-canceled\/25{ + border-color: rgb(40 40 40 / 0.25); +} +.border-status-canceled\/30{ + border-color: rgb(40 40 40 / 0.3); +} +.border-status-canceled\/40{ + border-color: rgb(40 40 40 / 0.4); +} +.border-status-canceled\/50{ + border-color: rgb(40 40 40 / 0.5); +} +.border-status-canceled\/60{ + border-color: rgb(40 40 40 / 0.6); +} +.border-status-canceled\/70{ + border-color: rgb(40 40 40 / 0.7); +} +.border-status-canceled\/75{ + border-color: rgb(40 40 40 / 0.75); +} +.border-status-canceled\/80{ + border-color: rgb(40 40 40 / 0.8); +} +.border-status-canceled\/90{ + border-color: rgb(40 40 40 / 0.9); +} +.border-status-canceled\/95{ + border-color: rgb(40 40 40 / 0.95); +} +.border-status-canceled\/100{ + border-color: rgb(40 40 40 / 1); +} +.border-status-warning\/0{ + border-color: rgb(254 245 231 / 0); +} +.border-status-warning\/5{ + border-color: rgb(254 245 231 / 0.05); +} +.border-status-warning\/10{ + border-color: rgb(254 245 231 / 0.1); +} +.border-status-warning\/20{ + border-color: rgb(254 245 231 / 0.2); +} +.border-status-warning\/25{ + border-color: rgb(254 245 231 / 0.25); +} +.border-status-warning\/30{ + border-color: rgb(254 245 231 / 0.3); +} +.border-status-warning\/40{ + border-color: rgb(254 245 231 / 0.4); +} +.border-status-warning\/50{ + border-color: rgb(254 245 231 / 0.5); +} +.border-status-warning\/60{ + border-color: rgb(254 245 231 / 0.6); +} +.border-status-warning\/70{ + border-color: rgb(254 245 231 / 0.7); +} +.border-status-warning\/75{ + border-color: rgb(254 245 231 / 0.75); +} +.border-status-warning\/80{ + border-color: rgb(254 245 231 / 0.8); +} +.border-status-warning\/90{ + border-color: rgb(254 245 231 / 0.9); +} +.border-status-warning\/95{ + border-color: rgb(254 245 231 / 0.95); +} +.border-status-warning\/100{ + border-color: rgb(254 245 231 / 1); +} +.border-text-status-success\/0{ + border-color: rgb(99 145 74 / 0); +} +.border-text-status-success\/5{ + border-color: rgb(99 145 74 / 0.05); +} +.border-text-status-success\/10{ + border-color: rgb(99 145 74 / 0.1); +} +.border-text-status-success\/20{ + border-color: rgb(99 145 74 / 0.2); +} +.border-text-status-success\/25{ + border-color: rgb(99 145 74 / 0.25); +} +.border-text-status-success\/30{ + border-color: rgb(99 145 74 / 0.3); +} +.border-text-status-success\/40{ + border-color: rgb(99 145 74 / 0.4); +} +.border-text-status-success\/50{ + border-color: rgb(99 145 74 / 0.5); +} +.border-text-status-success\/60{ + border-color: rgb(99 145 74 / 0.6); +} +.border-text-status-success\/70{ + border-color: rgb(99 145 74 / 0.7); +} +.border-text-status-success\/75{ + border-color: rgb(99 145 74 / 0.75); +} +.border-text-status-success\/80{ + border-color: rgb(99 145 74 / 0.8); +} +.border-text-status-success\/90{ + border-color: rgb(99 145 74 / 0.9); +} +.border-text-status-success\/95{ + border-color: rgb(99 145 74 / 0.95); +} +.border-text-status-success\/100{ + border-color: rgb(99 145 74 / 1); +} +.border-text-status-danger\/0{ + border-color: rgb(184 0 0 / 0); +} +.border-text-status-danger\/5{ + border-color: rgb(184 0 0 / 0.05); +} +.border-text-status-danger\/10{ + border-color: rgb(184 0 0 / 0.1); +} +.border-text-status-danger\/20{ + border-color: rgb(184 0 0 / 0.2); +} +.border-text-status-danger\/25{ + border-color: rgb(184 0 0 / 0.25); +} +.border-text-status-danger\/30{ + border-color: rgb(184 0 0 / 0.3); +} +.border-text-status-danger\/40{ + border-color: rgb(184 0 0 / 0.4); +} +.border-text-status-danger\/50{ + border-color: rgb(184 0 0 / 0.5); +} +.border-text-status-danger\/60{ + border-color: rgb(184 0 0 / 0.6); +} +.border-text-status-danger\/70{ + border-color: rgb(184 0 0 / 0.7); +} +.border-text-status-danger\/75{ + border-color: rgb(184 0 0 / 0.75); +} +.border-text-status-danger\/80{ + border-color: rgb(184 0 0 / 0.8); +} +.border-text-status-danger\/90{ + border-color: rgb(184 0 0 / 0.9); +} +.border-text-status-danger\/95{ + border-color: rgb(184 0 0 / 0.95); +} +.border-text-status-danger\/100{ + border-color: rgb(184 0 0 / 1); +} +.border-text-status-sent\/0{ + border-color: rgb(221 142 10 / 0); +} +.border-text-status-sent\/5{ + border-color: rgb(221 142 10 / 0.05); +} +.border-text-status-sent\/10{ + border-color: rgb(221 142 10 / 0.1); +} +.border-text-status-sent\/20{ + border-color: rgb(221 142 10 / 0.2); +} +.border-text-status-sent\/25{ + border-color: rgb(221 142 10 / 0.25); +} +.border-text-status-sent\/30{ + border-color: rgb(221 142 10 / 0.3); +} +.border-text-status-sent\/40{ + border-color: rgb(221 142 10 / 0.4); +} +.border-text-status-sent\/50{ + border-color: rgb(221 142 10 / 0.5); +} +.border-text-status-sent\/60{ + border-color: rgb(221 142 10 / 0.6); +} +.border-text-status-sent\/70{ + border-color: rgb(221 142 10 / 0.7); +} +.border-text-status-sent\/75{ + border-color: rgb(221 142 10 / 0.75); +} +.border-text-status-sent\/80{ + border-color: rgb(221 142 10 / 0.8); +} +.border-text-status-sent\/90{ + border-color: rgb(221 142 10 / 0.9); +} +.border-text-status-sent\/95{ + border-color: rgb(221 142 10 / 0.95); +} +.border-text-status-sent\/100{ + border-color: rgb(221 142 10 / 1); +} +.border-text-status-viewed\/0{ + border-color: rgb(77 79 125 / 0); +} +.border-text-status-viewed\/5{ + border-color: rgb(77 79 125 / 0.05); +} +.border-text-status-viewed\/10{ + border-color: rgb(77 79 125 / 0.1); +} +.border-text-status-viewed\/20{ + border-color: rgb(77 79 125 / 0.2); +} +.border-text-status-viewed\/25{ + border-color: rgb(77 79 125 / 0.25); +} +.border-text-status-viewed\/30{ + border-color: rgb(77 79 125 / 0.3); +} +.border-text-status-viewed\/40{ + border-color: rgb(77 79 125 / 0.4); +} +.border-text-status-viewed\/50{ + border-color: rgb(77 79 125 / 0.5); +} +.border-text-status-viewed\/60{ + border-color: rgb(77 79 125 / 0.6); +} +.border-text-status-viewed\/70{ + border-color: rgb(77 79 125 / 0.7); +} +.border-text-status-viewed\/75{ + border-color: rgb(77 79 125 / 0.75); +} +.border-text-status-viewed\/80{ + border-color: rgb(77 79 125 / 0.8); +} +.border-text-status-viewed\/90{ + border-color: rgb(77 79 125 / 0.9); +} +.border-text-status-viewed\/95{ + border-color: rgb(77 79 125 / 0.95); +} +.border-text-status-viewed\/100{ + border-color: rgb(77 79 125 / 1); +} +.border-text-status-draft\/0{ + border-color: rgb(59 59 59 / 0); +} +.border-text-status-draft\/5{ + border-color: rgb(59 59 59 / 0.05); +} +.border-text-status-draft\/10{ + border-color: rgb(59 59 59 / 0.1); +} +.border-text-status-draft\/20{ + border-color: rgb(59 59 59 / 0.2); +} +.border-text-status-draft\/25{ + border-color: rgb(59 59 59 / 0.25); +} +.border-text-status-draft\/30{ + border-color: rgb(59 59 59 / 0.3); +} +.border-text-status-draft\/40{ + border-color: rgb(59 59 59 / 0.4); +} +.border-text-status-draft\/50{ + border-color: rgb(59 59 59 / 0.5); +} +.border-text-status-draft\/60{ + border-color: rgb(59 59 59 / 0.6); +} +.border-text-status-draft\/70{ + border-color: rgb(59 59 59 / 0.7); +} +.border-text-status-draft\/75{ + border-color: rgb(59 59 59 / 0.75); +} +.border-text-status-draft\/80{ + border-color: rgb(59 59 59 / 0.8); +} +.border-text-status-draft\/90{ + border-color: rgb(59 59 59 / 0.9); +} +.border-text-status-draft\/95{ + border-color: rgb(59 59 59 / 0.95); +} +.border-text-status-draft\/100{ + border-color: rgb(59 59 59 / 1); +} +.border-text-status-partial\/0{ + border-color: rgb(0 99 149 / 0); +} +.border-text-status-partial\/5{ + border-color: rgb(0 99 149 / 0.05); +} +.border-text-status-partial\/10{ + border-color: rgb(0 99 149 / 0.1); +} +.border-text-status-partial\/20{ + border-color: rgb(0 99 149 / 0.2); +} +.border-text-status-partial\/25{ + border-color: rgb(0 99 149 / 0.25); +} +.border-text-status-partial\/30{ + border-color: rgb(0 99 149 / 0.3); +} +.border-text-status-partial\/40{ + border-color: rgb(0 99 149 / 0.4); +} +.border-text-status-partial\/50{ + border-color: rgb(0 99 149 / 0.5); +} +.border-text-status-partial\/60{ + border-color: rgb(0 99 149 / 0.6); +} +.border-text-status-partial\/70{ + border-color: rgb(0 99 149 / 0.7); +} +.border-text-status-partial\/75{ + border-color: rgb(0 99 149 / 0.75); +} +.border-text-status-partial\/80{ + border-color: rgb(0 99 149 / 0.8); +} +.border-text-status-partial\/90{ + border-color: rgb(0 99 149 / 0.9); +} +.border-text-status-partial\/95{ + border-color: rgb(0 99 149 / 0.95); +} +.border-text-status-partial\/100{ + border-color: rgb(0 99 149 / 1); +} +.border-text-status-canceled\/0{ + border-color: rgb(255 255 255 / 0); +} +.border-text-status-canceled\/5{ + border-color: rgb(255 255 255 / 0.05); +} +.border-text-status-canceled\/10{ + border-color: rgb(255 255 255 / 0.1); +} +.border-text-status-canceled\/20{ + border-color: rgb(255 255 255 / 0.2); +} +.border-text-status-canceled\/25{ + border-color: rgb(255 255 255 / 0.25); +} +.border-text-status-canceled\/30{ + border-color: rgb(255 255 255 / 0.3); +} +.border-text-status-canceled\/40{ + border-color: rgb(255 255 255 / 0.4); +} +.border-text-status-canceled\/50{ + border-color: rgb(255 255 255 / 0.5); +} +.border-text-status-canceled\/60{ + border-color: rgb(255 255 255 / 0.6); +} +.border-text-status-canceled\/70{ + border-color: rgb(255 255 255 / 0.7); +} +.border-text-status-canceled\/75{ + border-color: rgb(255 255 255 / 0.75); +} +.border-text-status-canceled\/80{ + border-color: rgb(255 255 255 / 0.8); +} +.border-text-status-canceled\/90{ + border-color: rgb(255 255 255 / 0.9); +} +.border-text-status-canceled\/95{ + border-color: rgb(255 255 255 / 0.95); +} +.border-text-status-canceled\/100{ + border-color: rgb(255 255 255 / 1); +} +.border-text-status-warning\/0{ + border-color: rgb(184 119 8 / 0); +} +.border-text-status-warning\/5{ + border-color: rgb(184 119 8 / 0.05); +} +.border-text-status-warning\/10{ + border-color: rgb(184 119 8 / 0.1); +} +.border-text-status-warning\/20{ + border-color: rgb(184 119 8 / 0.2); +} +.border-text-status-warning\/25{ + border-color: rgb(184 119 8 / 0.25); +} +.border-text-status-warning\/30{ + border-color: rgb(184 119 8 / 0.3); +} +.border-text-status-warning\/40{ + border-color: rgb(184 119 8 / 0.4); +} +.border-text-status-warning\/50{ + border-color: rgb(184 119 8 / 0.5); +} +.border-text-status-warning\/60{ + border-color: rgb(184 119 8 / 0.6); +} +.border-text-status-warning\/70{ + border-color: rgb(184 119 8 / 0.7); +} +.border-text-status-warning\/75{ + border-color: rgb(184 119 8 / 0.75); +} +.border-text-status-warning\/80{ + border-color: rgb(184 119 8 / 0.8); +} +.border-text-status-warning\/90{ + border-color: rgb(184 119 8 / 0.9); +} +.border-text-status-warning\/95{ + border-color: rgb(184 119 8 / 0.95); +} +.border-text-status-warning\/100{ + border-color: rgb(184 119 8 / 1); +} +.border-body\/0{ + border-color: rgb(252 252 252 / 0); +} +.border-body\/5{ + border-color: rgb(252 252 252 / 0.05); +} +.border-body\/10{ + border-color: rgb(252 252 252 / 0.1); +} +.border-body\/20{ + border-color: rgb(252 252 252 / 0.2); +} +.border-body\/25{ + border-color: rgb(252 252 252 / 0.25); +} +.border-body\/30{ + border-color: rgb(252 252 252 / 0.3); +} +.border-body\/40{ + border-color: rgb(252 252 252 / 0.4); +} +.border-body\/50{ + border-color: rgb(252 252 252 / 0.5); +} +.border-body\/60{ + border-color: rgb(252 252 252 / 0.6); +} +.border-body\/70{ + border-color: rgb(252 252 252 / 0.7); +} +.border-body\/75{ + border-color: rgb(252 252 252 / 0.75); +} +.border-body\/80{ + border-color: rgb(252 252 252 / 0.8); +} +.border-body\/90{ + border-color: rgb(252 252 252 / 0.9); +} +.border-body\/95{ + border-color: rgb(252 252 252 / 0.95); +} +.border-body\/100{ + border-color: rgb(252 252 252 / 1); +} +.border-light-gray\/0{ + border-color: rgb(199 201 217 / 0); +} +.border-light-gray\/5{ + border-color: rgb(199 201 217 / 0.05); +} +.border-light-gray\/10{ + border-color: rgb(199 201 217 / 0.1); +} +.border-light-gray\/20{ + border-color: rgb(199 201 217 / 0.2); +} +.border-light-gray\/25{ + border-color: rgb(199 201 217 / 0.25); +} +.border-light-gray\/30{ + border-color: rgb(199 201 217 / 0.3); +} +.border-light-gray\/40{ + border-color: rgb(199 201 217 / 0.4); +} +.border-light-gray\/50{ + border-color: rgb(199 201 217 / 0.5); +} +.border-light-gray\/60{ + border-color: rgb(199 201 217 / 0.6); +} +.border-light-gray\/70{ + border-color: rgb(199 201 217 / 0.7); +} +.border-light-gray\/75{ + border-color: rgb(199 201 217 / 0.75); +} +.border-light-gray\/80{ + border-color: rgb(199 201 217 / 0.8); +} +.border-light-gray\/90{ + border-color: rgb(199 201 217 / 0.9); +} +.border-light-gray\/95{ + border-color: rgb(199 201 217 / 0.95); +} +.border-light-gray\/100{ + border-color: rgb(199 201 217 / 1); +} +.border-dark-blue\/0{ + border-color: rgb(21 40 75 / 0); +} +.border-dark-blue\/5{ + border-color: rgb(21 40 75 / 0.05); +} +.border-dark-blue\/10{ + border-color: rgb(21 40 75 / 0.1); +} +.border-dark-blue\/20{ + border-color: rgb(21 40 75 / 0.2); +} +.border-dark-blue\/25{ + border-color: rgb(21 40 75 / 0.25); +} +.border-dark-blue\/30{ + border-color: rgb(21 40 75 / 0.3); +} +.border-dark-blue\/40{ + border-color: rgb(21 40 75 / 0.4); +} +.border-dark-blue\/50{ + border-color: rgb(21 40 75 / 0.5); +} +.border-dark-blue\/60{ + border-color: rgb(21 40 75 / 0.6); +} +.border-dark-blue\/70{ + border-color: rgb(21 40 75 / 0.7); +} +.border-dark-blue\/75{ + border-color: rgb(21 40 75 / 0.75); +} +.border-dark-blue\/80{ + border-color: rgb(21 40 75 / 0.8); +} +.border-dark-blue\/90{ + border-color: rgb(21 40 75 / 0.9); +} +.border-dark-blue\/95{ + border-color: rgb(21 40 75 / 0.95); +} +.border-dark-blue\/100{ + border-color: rgb(21 40 75 / 1); +} +.border-lighter-gray\/0{ + border-color: rgb(242 242 245 / 0); +} +.border-lighter-gray\/5{ + border-color: rgb(242 242 245 / 0.05); +} +.border-lighter-gray\/10{ + border-color: rgb(242 242 245 / 0.1); +} +.border-lighter-gray\/20{ + border-color: rgb(242 242 245 / 0.2); +} +.border-lighter-gray\/25{ + border-color: rgb(242 242 245 / 0.25); +} +.border-lighter-gray\/30{ + border-color: rgb(242 242 245 / 0.3); +} +.border-lighter-gray\/40{ + border-color: rgb(242 242 245 / 0.4); +} +.border-lighter-gray\/50{ + border-color: rgb(242 242 245 / 0.5); +} +.border-lighter-gray\/60{ + border-color: rgb(242 242 245 / 0.6); +} +.border-lighter-gray\/70{ + border-color: rgb(242 242 245 / 0.7); +} +.border-lighter-gray\/75{ + border-color: rgb(242 242 245 / 0.75); +} +.border-lighter-gray\/80{ + border-color: rgb(242 242 245 / 0.8); +} +.border-lighter-gray\/90{ + border-color: rgb(242 242 245 / 0.9); +} +.border-lighter-gray\/95{ + border-color: rgb(242 242 245 / 0.95); +} +.border-lighter-gray\/100{ + border-color: rgb(242 242 245 / 1); +} +.border-purple-lighter\/0{ + border-color: rgb(242 244 252 / 0); +} +.border-purple-lighter\/5{ + border-color: rgb(242 244 252 / 0.05); +} +.border-purple-lighter\/10{ + border-color: rgb(242 244 252 / 0.1); +} +.border-purple-lighter\/20{ + border-color: rgb(242 244 252 / 0.2); +} +.border-purple-lighter\/25{ + border-color: rgb(242 244 252 / 0.25); +} +.border-purple-lighter\/30{ + border-color: rgb(242 244 252 / 0.3); +} +.border-purple-lighter\/40{ + border-color: rgb(242 244 252 / 0.4); +} +.border-purple-lighter\/50{ + border-color: rgb(242 244 252 / 0.5); +} +.border-purple-lighter\/60{ + border-color: rgb(242 244 252 / 0.6); +} +.border-purple-lighter\/70{ + border-color: rgb(242 244 252 / 0.7); +} +.border-purple-lighter\/75{ + border-color: rgb(242 244 252 / 0.75); +} +.border-purple-lighter\/80{ + border-color: rgb(242 244 252 / 0.8); +} +.border-purple-lighter\/90{ + border-color: rgb(242 244 252 / 0.9); +} +.border-purple-lighter\/95{ + border-color: rgb(242 244 252 / 0.95); +} +.border-purple-lighter\/100{ + border-color: rgb(242 244 252 / 1); +} +.border-modal-background\/0{ + border-color: rgb(0 0 0 / 0); +} +.border-modal-background\/5{ + border-color: rgb(0 0 0 / 0.05); +} +.border-modal-background\/10{ + border-color: rgb(0 0 0 / 0.1); +} +.border-modal-background\/20{ + border-color: rgb(0 0 0 / 0.2); +} +.border-modal-background\/25{ + border-color: rgb(0 0 0 / 0.25); +} +.border-modal-background\/30{ + border-color: rgb(0 0 0 / 0.3); +} +.border-modal-background\/40{ + border-color: rgb(0 0 0 / 0.4); +} +.border-modal-background\/50{ + border-color: rgb(0 0 0 / 0.5); +} +.border-modal-background\/60{ + border-color: rgb(0 0 0 / 0.6); +} +.border-modal-background\/70{ + border-color: rgb(0 0 0 / 0.7); +} +.border-modal-background\/75{ + border-color: rgb(0 0 0 / 0.75); +} +.border-modal-background\/80{ + border-color: rgb(0 0 0 / 0.8); +} +.border-modal-background\/90{ + border-color: rgb(0 0 0 / 0.9); +} +.border-modal-background\/95{ + border-color: rgb(0 0 0 / 0.95); +} +.border-modal-background\/100{ + border-color: rgb(0 0 0 / 1); +} +.border-testing\/0{ + border-color: rgb(147 95 7 / 0); +} +.border-testing\/5{ + border-color: rgb(147 95 7 / 0.05); +} +.border-testing\/10{ + border-color: rgb(147 95 7 / 0.1); +} +.border-testing\/20{ + border-color: rgb(147 95 7 / 0.2); +} +.border-testing\/25{ + border-color: rgb(147 95 7 / 0.25); +} +.border-testing\/30{ + border-color: rgb(147 95 7 / 0.3); +} +.border-testing\/40{ + border-color: rgb(147 95 7 / 0.4); +} +.border-testing\/50{ + border-color: rgb(147 95 7 / 0.5); +} +.border-testing\/60{ + border-color: rgb(147 95 7 / 0.6); +} +.border-testing\/70{ + border-color: rgb(147 95 7 / 0.7); +} +.border-testing\/75{ + border-color: rgb(147 95 7 / 0.75); +} +.border-testing\/80{ + border-color: rgb(147 95 7 / 0.8); +} +.border-testing\/90{ + border-color: rgb(147 95 7 / 0.9); +} +.border-testing\/95{ + border-color: rgb(147 95 7 / 0.95); +} +.border-testing\/100{ + border-color: rgb(147 95 7 / 1); +} .border-x-inherit{ border-left-color: inherit; border-right-color: inherit; @@ -19328,6 +44113,16086 @@ input[type="date"]::-webkit-inner-spin-button, border-left-color: rgb(147 95 7 / var(--tw-border-opacity)); border-right-color: rgb(147 95 7 / var(--tw-border-opacity)); } +.border-x-transparent\/0{ + border-left-color: rgb(0 0 0 / 0); + border-right-color: rgb(0 0 0 / 0); +} +.border-x-transparent\/5{ + border-left-color: rgb(0 0 0 / 0.05); + border-right-color: rgb(0 0 0 / 0.05); +} +.border-x-transparent\/10{ + border-left-color: rgb(0 0 0 / 0.1); + border-right-color: rgb(0 0 0 / 0.1); +} +.border-x-transparent\/20{ + border-left-color: rgb(0 0 0 / 0.2); + border-right-color: rgb(0 0 0 / 0.2); +} +.border-x-transparent\/25{ + border-left-color: rgb(0 0 0 / 0.25); + border-right-color: rgb(0 0 0 / 0.25); +} +.border-x-transparent\/30{ + border-left-color: rgb(0 0 0 / 0.3); + border-right-color: rgb(0 0 0 / 0.3); +} +.border-x-transparent\/40{ + border-left-color: rgb(0 0 0 / 0.4); + border-right-color: rgb(0 0 0 / 0.4); +} +.border-x-transparent\/50{ + border-left-color: rgb(0 0 0 / 0.5); + border-right-color: rgb(0 0 0 / 0.5); +} +.border-x-transparent\/60{ + border-left-color: rgb(0 0 0 / 0.6); + border-right-color: rgb(0 0 0 / 0.6); +} +.border-x-transparent\/70{ + border-left-color: rgb(0 0 0 / 0.7); + border-right-color: rgb(0 0 0 / 0.7); +} +.border-x-transparent\/75{ + border-left-color: rgb(0 0 0 / 0.75); + border-right-color: rgb(0 0 0 / 0.75); +} +.border-x-transparent\/80{ + border-left-color: rgb(0 0 0 / 0.8); + border-right-color: rgb(0 0 0 / 0.8); +} +.border-x-transparent\/90{ + border-left-color: rgb(0 0 0 / 0.9); + border-right-color: rgb(0 0 0 / 0.9); +} +.border-x-transparent\/95{ + border-left-color: rgb(0 0 0 / 0.95); + border-right-color: rgb(0 0 0 / 0.95); +} +.border-x-transparent\/100{ + border-left-color: rgb(0 0 0 / 1); + border-right-color: rgb(0 0 0 / 1); +} +.border-x-black-50\/0{ + border-left-color: rgb(246 246 246 / 0); + border-right-color: rgb(246 246 246 / 0); +} +.border-x-black-50\/5{ + border-left-color: rgb(246 246 246 / 0.05); + border-right-color: rgb(246 246 246 / 0.05); +} +.border-x-black-50\/10{ + border-left-color: rgb(246 246 246 / 0.1); + border-right-color: rgb(246 246 246 / 0.1); +} +.border-x-black-50\/20{ + border-left-color: rgb(246 246 246 / 0.2); + border-right-color: rgb(246 246 246 / 0.2); +} +.border-x-black-50\/25{ + border-left-color: rgb(246 246 246 / 0.25); + border-right-color: rgb(246 246 246 / 0.25); +} +.border-x-black-50\/30{ + border-left-color: rgb(246 246 246 / 0.3); + border-right-color: rgb(246 246 246 / 0.3); +} +.border-x-black-50\/40{ + border-left-color: rgb(246 246 246 / 0.4); + border-right-color: rgb(246 246 246 / 0.4); +} +.border-x-black-50\/50{ + border-left-color: rgb(246 246 246 / 0.5); + border-right-color: rgb(246 246 246 / 0.5); +} +.border-x-black-50\/60{ + border-left-color: rgb(246 246 246 / 0.6); + border-right-color: rgb(246 246 246 / 0.6); +} +.border-x-black-50\/70{ + border-left-color: rgb(246 246 246 / 0.7); + border-right-color: rgb(246 246 246 / 0.7); +} +.border-x-black-50\/75{ + border-left-color: rgb(246 246 246 / 0.75); + border-right-color: rgb(246 246 246 / 0.75); +} +.border-x-black-50\/80{ + border-left-color: rgb(246 246 246 / 0.8); + border-right-color: rgb(246 246 246 / 0.8); +} +.border-x-black-50\/90{ + border-left-color: rgb(246 246 246 / 0.9); + border-right-color: rgb(246 246 246 / 0.9); +} +.border-x-black-50\/95{ + border-left-color: rgb(246 246 246 / 0.95); + border-right-color: rgb(246 246 246 / 0.95); +} +.border-x-black-50\/100{ + border-left-color: rgb(246 246 246 / 1); + border-right-color: rgb(246 246 246 / 1); +} +.border-x-black-100\/0{ + border-left-color: rgb(236 236 236 / 0); + border-right-color: rgb(236 236 236 / 0); +} +.border-x-black-100\/5{ + border-left-color: rgb(236 236 236 / 0.05); + border-right-color: rgb(236 236 236 / 0.05); +} +.border-x-black-100\/10{ + border-left-color: rgb(236 236 236 / 0.1); + border-right-color: rgb(236 236 236 / 0.1); +} +.border-x-black-100\/20{ + border-left-color: rgb(236 236 236 / 0.2); + border-right-color: rgb(236 236 236 / 0.2); +} +.border-x-black-100\/25{ + border-left-color: rgb(236 236 236 / 0.25); + border-right-color: rgb(236 236 236 / 0.25); +} +.border-x-black-100\/30{ + border-left-color: rgb(236 236 236 / 0.3); + border-right-color: rgb(236 236 236 / 0.3); +} +.border-x-black-100\/40{ + border-left-color: rgb(236 236 236 / 0.4); + border-right-color: rgb(236 236 236 / 0.4); +} +.border-x-black-100\/50{ + border-left-color: rgb(236 236 236 / 0.5); + border-right-color: rgb(236 236 236 / 0.5); +} +.border-x-black-100\/60{ + border-left-color: rgb(236 236 236 / 0.6); + border-right-color: rgb(236 236 236 / 0.6); +} +.border-x-black-100\/70{ + border-left-color: rgb(236 236 236 / 0.7); + border-right-color: rgb(236 236 236 / 0.7); +} +.border-x-black-100\/75{ + border-left-color: rgb(236 236 236 / 0.75); + border-right-color: rgb(236 236 236 / 0.75); +} +.border-x-black-100\/80{ + border-left-color: rgb(236 236 236 / 0.8); + border-right-color: rgb(236 236 236 / 0.8); +} +.border-x-black-100\/90{ + border-left-color: rgb(236 236 236 / 0.9); + border-right-color: rgb(236 236 236 / 0.9); +} +.border-x-black-100\/95{ + border-left-color: rgb(236 236 236 / 0.95); + border-right-color: rgb(236 236 236 / 0.95); +} +.border-x-black-100\/100{ + border-left-color: rgb(236 236 236 / 1); + border-right-color: rgb(236 236 236 / 1); +} +.border-x-black-200\/0{ + border-left-color: rgb(208 208 208 / 0); + border-right-color: rgb(208 208 208 / 0); +} +.border-x-black-200\/5{ + border-left-color: rgb(208 208 208 / 0.05); + border-right-color: rgb(208 208 208 / 0.05); +} +.border-x-black-200\/10{ + border-left-color: rgb(208 208 208 / 0.1); + border-right-color: rgb(208 208 208 / 0.1); +} +.border-x-black-200\/20{ + border-left-color: rgb(208 208 208 / 0.2); + border-right-color: rgb(208 208 208 / 0.2); +} +.border-x-black-200\/25{ + border-left-color: rgb(208 208 208 / 0.25); + border-right-color: rgb(208 208 208 / 0.25); +} +.border-x-black-200\/30{ + border-left-color: rgb(208 208 208 / 0.3); + border-right-color: rgb(208 208 208 / 0.3); +} +.border-x-black-200\/40{ + border-left-color: rgb(208 208 208 / 0.4); + border-right-color: rgb(208 208 208 / 0.4); +} +.border-x-black-200\/50{ + border-left-color: rgb(208 208 208 / 0.5); + border-right-color: rgb(208 208 208 / 0.5); +} +.border-x-black-200\/60{ + border-left-color: rgb(208 208 208 / 0.6); + border-right-color: rgb(208 208 208 / 0.6); +} +.border-x-black-200\/70{ + border-left-color: rgb(208 208 208 / 0.7); + border-right-color: rgb(208 208 208 / 0.7); +} +.border-x-black-200\/75{ + border-left-color: rgb(208 208 208 / 0.75); + border-right-color: rgb(208 208 208 / 0.75); +} +.border-x-black-200\/80{ + border-left-color: rgb(208 208 208 / 0.8); + border-right-color: rgb(208 208 208 / 0.8); +} +.border-x-black-200\/90{ + border-left-color: rgb(208 208 208 / 0.9); + border-right-color: rgb(208 208 208 / 0.9); +} +.border-x-black-200\/95{ + border-left-color: rgb(208 208 208 / 0.95); + border-right-color: rgb(208 208 208 / 0.95); +} +.border-x-black-200\/100{ + border-left-color: rgb(208 208 208 / 1); + border-right-color: rgb(208 208 208 / 1); +} +.border-x-black-300\/0{ + border-left-color: rgb(179 179 179 / 0); + border-right-color: rgb(179 179 179 / 0); +} +.border-x-black-300\/5{ + border-left-color: rgb(179 179 179 / 0.05); + border-right-color: rgb(179 179 179 / 0.05); +} +.border-x-black-300\/10{ + border-left-color: rgb(179 179 179 / 0.1); + border-right-color: rgb(179 179 179 / 0.1); +} +.border-x-black-300\/20{ + border-left-color: rgb(179 179 179 / 0.2); + border-right-color: rgb(179 179 179 / 0.2); +} +.border-x-black-300\/25{ + border-left-color: rgb(179 179 179 / 0.25); + border-right-color: rgb(179 179 179 / 0.25); +} +.border-x-black-300\/30{ + border-left-color: rgb(179 179 179 / 0.3); + border-right-color: rgb(179 179 179 / 0.3); +} +.border-x-black-300\/40{ + border-left-color: rgb(179 179 179 / 0.4); + border-right-color: rgb(179 179 179 / 0.4); +} +.border-x-black-300\/50{ + border-left-color: rgb(179 179 179 / 0.5); + border-right-color: rgb(179 179 179 / 0.5); +} +.border-x-black-300\/60{ + border-left-color: rgb(179 179 179 / 0.6); + border-right-color: rgb(179 179 179 / 0.6); +} +.border-x-black-300\/70{ + border-left-color: rgb(179 179 179 / 0.7); + border-right-color: rgb(179 179 179 / 0.7); +} +.border-x-black-300\/75{ + border-left-color: rgb(179 179 179 / 0.75); + border-right-color: rgb(179 179 179 / 0.75); +} +.border-x-black-300\/80{ + border-left-color: rgb(179 179 179 / 0.8); + border-right-color: rgb(179 179 179 / 0.8); +} +.border-x-black-300\/90{ + border-left-color: rgb(179 179 179 / 0.9); + border-right-color: rgb(179 179 179 / 0.9); +} +.border-x-black-300\/95{ + border-left-color: rgb(179 179 179 / 0.95); + border-right-color: rgb(179 179 179 / 0.95); +} +.border-x-black-300\/100{ + border-left-color: rgb(179 179 179 / 1); + border-right-color: rgb(179 179 179 / 1); +} +.border-x-black-400\/0{ + border-left-color: rgb(123 123 123 / 0); + border-right-color: rgb(123 123 123 / 0); +} +.border-x-black-400\/5{ + border-left-color: rgb(123 123 123 / 0.05); + border-right-color: rgb(123 123 123 / 0.05); +} +.border-x-black-400\/10{ + border-left-color: rgb(123 123 123 / 0.1); + border-right-color: rgb(123 123 123 / 0.1); +} +.border-x-black-400\/20{ + border-left-color: rgb(123 123 123 / 0.2); + border-right-color: rgb(123 123 123 / 0.2); +} +.border-x-black-400\/25{ + border-left-color: rgb(123 123 123 / 0.25); + border-right-color: rgb(123 123 123 / 0.25); +} +.border-x-black-400\/30{ + border-left-color: rgb(123 123 123 / 0.3); + border-right-color: rgb(123 123 123 / 0.3); +} +.border-x-black-400\/40{ + border-left-color: rgb(123 123 123 / 0.4); + border-right-color: rgb(123 123 123 / 0.4); +} +.border-x-black-400\/50{ + border-left-color: rgb(123 123 123 / 0.5); + border-right-color: rgb(123 123 123 / 0.5); +} +.border-x-black-400\/60{ + border-left-color: rgb(123 123 123 / 0.6); + border-right-color: rgb(123 123 123 / 0.6); +} +.border-x-black-400\/70{ + border-left-color: rgb(123 123 123 / 0.7); + border-right-color: rgb(123 123 123 / 0.7); +} +.border-x-black-400\/75{ + border-left-color: rgb(123 123 123 / 0.75); + border-right-color: rgb(123 123 123 / 0.75); +} +.border-x-black-400\/80{ + border-left-color: rgb(123 123 123 / 0.8); + border-right-color: rgb(123 123 123 / 0.8); +} +.border-x-black-400\/90{ + border-left-color: rgb(123 123 123 / 0.9); + border-right-color: rgb(123 123 123 / 0.9); +} +.border-x-black-400\/95{ + border-left-color: rgb(123 123 123 / 0.95); + border-right-color: rgb(123 123 123 / 0.95); +} +.border-x-black-400\/100{ + border-left-color: rgb(123 123 123 / 1); + border-right-color: rgb(123 123 123 / 1); +} +.border-x-black-500\/0{ + border-left-color: rgb(66 66 66 / 0); + border-right-color: rgb(66 66 66 / 0); +} +.border-x-black-500\/5{ + border-left-color: rgb(66 66 66 / 0.05); + border-right-color: rgb(66 66 66 / 0.05); +} +.border-x-black-500\/10{ + border-left-color: rgb(66 66 66 / 0.1); + border-right-color: rgb(66 66 66 / 0.1); +} +.border-x-black-500\/20{ + border-left-color: rgb(66 66 66 / 0.2); + border-right-color: rgb(66 66 66 / 0.2); +} +.border-x-black-500\/25{ + border-left-color: rgb(66 66 66 / 0.25); + border-right-color: rgb(66 66 66 / 0.25); +} +.border-x-black-500\/30{ + border-left-color: rgb(66 66 66 / 0.3); + border-right-color: rgb(66 66 66 / 0.3); +} +.border-x-black-500\/40{ + border-left-color: rgb(66 66 66 / 0.4); + border-right-color: rgb(66 66 66 / 0.4); +} +.border-x-black-500\/50{ + border-left-color: rgb(66 66 66 / 0.5); + border-right-color: rgb(66 66 66 / 0.5); +} +.border-x-black-500\/60{ + border-left-color: rgb(66 66 66 / 0.6); + border-right-color: rgb(66 66 66 / 0.6); +} +.border-x-black-500\/70{ + border-left-color: rgb(66 66 66 / 0.7); + border-right-color: rgb(66 66 66 / 0.7); +} +.border-x-black-500\/75{ + border-left-color: rgb(66 66 66 / 0.75); + border-right-color: rgb(66 66 66 / 0.75); +} +.border-x-black-500\/80{ + border-left-color: rgb(66 66 66 / 0.8); + border-right-color: rgb(66 66 66 / 0.8); +} +.border-x-black-500\/90{ + border-left-color: rgb(66 66 66 / 0.9); + border-right-color: rgb(66 66 66 / 0.9); +} +.border-x-black-500\/95{ + border-left-color: rgb(66 66 66 / 0.95); + border-right-color: rgb(66 66 66 / 0.95); +} +.border-x-black-500\/100{ + border-left-color: rgb(66 66 66 / 1); + border-right-color: rgb(66 66 66 / 1); +} +.border-x-black-600\/0{ + border-left-color: rgb(59 59 59 / 0); + border-right-color: rgb(59 59 59 / 0); +} +.border-x-black-600\/5{ + border-left-color: rgb(59 59 59 / 0.05); + border-right-color: rgb(59 59 59 / 0.05); +} +.border-x-black-600\/10{ + border-left-color: rgb(59 59 59 / 0.1); + border-right-color: rgb(59 59 59 / 0.1); +} +.border-x-black-600\/20{ + border-left-color: rgb(59 59 59 / 0.2); + border-right-color: rgb(59 59 59 / 0.2); +} +.border-x-black-600\/25{ + border-left-color: rgb(59 59 59 / 0.25); + border-right-color: rgb(59 59 59 / 0.25); +} +.border-x-black-600\/30{ + border-left-color: rgb(59 59 59 / 0.3); + border-right-color: rgb(59 59 59 / 0.3); +} +.border-x-black-600\/40{ + border-left-color: rgb(59 59 59 / 0.4); + border-right-color: rgb(59 59 59 / 0.4); +} +.border-x-black-600\/50{ + border-left-color: rgb(59 59 59 / 0.5); + border-right-color: rgb(59 59 59 / 0.5); +} +.border-x-black-600\/60{ + border-left-color: rgb(59 59 59 / 0.6); + border-right-color: rgb(59 59 59 / 0.6); +} +.border-x-black-600\/70{ + border-left-color: rgb(59 59 59 / 0.7); + border-right-color: rgb(59 59 59 / 0.7); +} +.border-x-black-600\/75{ + border-left-color: rgb(59 59 59 / 0.75); + border-right-color: rgb(59 59 59 / 0.75); +} +.border-x-black-600\/80{ + border-left-color: rgb(59 59 59 / 0.8); + border-right-color: rgb(59 59 59 / 0.8); +} +.border-x-black-600\/90{ + border-left-color: rgb(59 59 59 / 0.9); + border-right-color: rgb(59 59 59 / 0.9); +} +.border-x-black-600\/95{ + border-left-color: rgb(59 59 59 / 0.95); + border-right-color: rgb(59 59 59 / 0.95); +} +.border-x-black-600\/100{ + border-left-color: rgb(59 59 59 / 1); + border-right-color: rgb(59 59 59 / 1); +} +.border-x-black-700\/0{ + border-left-color: rgb(50 50 50 / 0); + border-right-color: rgb(50 50 50 / 0); +} +.border-x-black-700\/5{ + border-left-color: rgb(50 50 50 / 0.05); + border-right-color: rgb(50 50 50 / 0.05); +} +.border-x-black-700\/10{ + border-left-color: rgb(50 50 50 / 0.1); + border-right-color: rgb(50 50 50 / 0.1); +} +.border-x-black-700\/20{ + border-left-color: rgb(50 50 50 / 0.2); + border-right-color: rgb(50 50 50 / 0.2); +} +.border-x-black-700\/25{ + border-left-color: rgb(50 50 50 / 0.25); + border-right-color: rgb(50 50 50 / 0.25); +} +.border-x-black-700\/30{ + border-left-color: rgb(50 50 50 / 0.3); + border-right-color: rgb(50 50 50 / 0.3); +} +.border-x-black-700\/40{ + border-left-color: rgb(50 50 50 / 0.4); + border-right-color: rgb(50 50 50 / 0.4); +} +.border-x-black-700\/50{ + border-left-color: rgb(50 50 50 / 0.5); + border-right-color: rgb(50 50 50 / 0.5); +} +.border-x-black-700\/60{ + border-left-color: rgb(50 50 50 / 0.6); + border-right-color: rgb(50 50 50 / 0.6); +} +.border-x-black-700\/70{ + border-left-color: rgb(50 50 50 / 0.7); + border-right-color: rgb(50 50 50 / 0.7); +} +.border-x-black-700\/75{ + border-left-color: rgb(50 50 50 / 0.75); + border-right-color: rgb(50 50 50 / 0.75); +} +.border-x-black-700\/80{ + border-left-color: rgb(50 50 50 / 0.8); + border-right-color: rgb(50 50 50 / 0.8); +} +.border-x-black-700\/90{ + border-left-color: rgb(50 50 50 / 0.9); + border-right-color: rgb(50 50 50 / 0.9); +} +.border-x-black-700\/95{ + border-left-color: rgb(50 50 50 / 0.95); + border-right-color: rgb(50 50 50 / 0.95); +} +.border-x-black-700\/100{ + border-left-color: rgb(50 50 50 / 1); + border-right-color: rgb(50 50 50 / 1); +} +.border-x-black-800\/0{ + border-left-color: rgb(40 40 40 / 0); + border-right-color: rgb(40 40 40 / 0); +} +.border-x-black-800\/5{ + border-left-color: rgb(40 40 40 / 0.05); + border-right-color: rgb(40 40 40 / 0.05); +} +.border-x-black-800\/10{ + border-left-color: rgb(40 40 40 / 0.1); + border-right-color: rgb(40 40 40 / 0.1); +} +.border-x-black-800\/20{ + border-left-color: rgb(40 40 40 / 0.2); + border-right-color: rgb(40 40 40 / 0.2); +} +.border-x-black-800\/25{ + border-left-color: rgb(40 40 40 / 0.25); + border-right-color: rgb(40 40 40 / 0.25); +} +.border-x-black-800\/30{ + border-left-color: rgb(40 40 40 / 0.3); + border-right-color: rgb(40 40 40 / 0.3); +} +.border-x-black-800\/40{ + border-left-color: rgb(40 40 40 / 0.4); + border-right-color: rgb(40 40 40 / 0.4); +} +.border-x-black-800\/50{ + border-left-color: rgb(40 40 40 / 0.5); + border-right-color: rgb(40 40 40 / 0.5); +} +.border-x-black-800\/60{ + border-left-color: rgb(40 40 40 / 0.6); + border-right-color: rgb(40 40 40 / 0.6); +} +.border-x-black-800\/70{ + border-left-color: rgb(40 40 40 / 0.7); + border-right-color: rgb(40 40 40 / 0.7); +} +.border-x-black-800\/75{ + border-left-color: rgb(40 40 40 / 0.75); + border-right-color: rgb(40 40 40 / 0.75); +} +.border-x-black-800\/80{ + border-left-color: rgb(40 40 40 / 0.8); + border-right-color: rgb(40 40 40 / 0.8); +} +.border-x-black-800\/90{ + border-left-color: rgb(40 40 40 / 0.9); + border-right-color: rgb(40 40 40 / 0.9); +} +.border-x-black-800\/95{ + border-left-color: rgb(40 40 40 / 0.95); + border-right-color: rgb(40 40 40 / 0.95); +} +.border-x-black-800\/100{ + border-left-color: rgb(40 40 40 / 1); + border-right-color: rgb(40 40 40 / 1); +} +.border-x-black-900\/0{ + border-left-color: rgb(32 32 32 / 0); + border-right-color: rgb(32 32 32 / 0); +} +.border-x-black-900\/5{ + border-left-color: rgb(32 32 32 / 0.05); + border-right-color: rgb(32 32 32 / 0.05); +} +.border-x-black-900\/10{ + border-left-color: rgb(32 32 32 / 0.1); + border-right-color: rgb(32 32 32 / 0.1); +} +.border-x-black-900\/20{ + border-left-color: rgb(32 32 32 / 0.2); + border-right-color: rgb(32 32 32 / 0.2); +} +.border-x-black-900\/25{ + border-left-color: rgb(32 32 32 / 0.25); + border-right-color: rgb(32 32 32 / 0.25); +} +.border-x-black-900\/30{ + border-left-color: rgb(32 32 32 / 0.3); + border-right-color: rgb(32 32 32 / 0.3); +} +.border-x-black-900\/40{ + border-left-color: rgb(32 32 32 / 0.4); + border-right-color: rgb(32 32 32 / 0.4); +} +.border-x-black-900\/50{ + border-left-color: rgb(32 32 32 / 0.5); + border-right-color: rgb(32 32 32 / 0.5); +} +.border-x-black-900\/60{ + border-left-color: rgb(32 32 32 / 0.6); + border-right-color: rgb(32 32 32 / 0.6); +} +.border-x-black-900\/70{ + border-left-color: rgb(32 32 32 / 0.7); + border-right-color: rgb(32 32 32 / 0.7); +} +.border-x-black-900\/75{ + border-left-color: rgb(32 32 32 / 0.75); + border-right-color: rgb(32 32 32 / 0.75); +} +.border-x-black-900\/80{ + border-left-color: rgb(32 32 32 / 0.8); + border-right-color: rgb(32 32 32 / 0.8); +} +.border-x-black-900\/90{ + border-left-color: rgb(32 32 32 / 0.9); + border-right-color: rgb(32 32 32 / 0.9); +} +.border-x-black-900\/95{ + border-left-color: rgb(32 32 32 / 0.95); + border-right-color: rgb(32 32 32 / 0.95); +} +.border-x-black-900\/100{ + border-left-color: rgb(32 32 32 / 1); + border-right-color: rgb(32 32 32 / 1); +} +.border-x-black\/0{ + border-left-color: rgb(66 66 66 / 0); + border-right-color: rgb(66 66 66 / 0); +} +.border-x-black\/5{ + border-left-color: rgb(66 66 66 / 0.05); + border-right-color: rgb(66 66 66 / 0.05); +} +.border-x-black\/10{ + border-left-color: rgb(66 66 66 / 0.1); + border-right-color: rgb(66 66 66 / 0.1); +} +.border-x-black\/20{ + border-left-color: rgb(66 66 66 / 0.2); + border-right-color: rgb(66 66 66 / 0.2); +} +.border-x-black\/25{ + border-left-color: rgb(66 66 66 / 0.25); + border-right-color: rgb(66 66 66 / 0.25); +} +.border-x-black\/30{ + border-left-color: rgb(66 66 66 / 0.3); + border-right-color: rgb(66 66 66 / 0.3); +} +.border-x-black\/40{ + border-left-color: rgb(66 66 66 / 0.4); + border-right-color: rgb(66 66 66 / 0.4); +} +.border-x-black\/50{ + border-left-color: rgb(66 66 66 / 0.5); + border-right-color: rgb(66 66 66 / 0.5); +} +.border-x-black\/60{ + border-left-color: rgb(66 66 66 / 0.6); + border-right-color: rgb(66 66 66 / 0.6); +} +.border-x-black\/70{ + border-left-color: rgb(66 66 66 / 0.7); + border-right-color: rgb(66 66 66 / 0.7); +} +.border-x-black\/75{ + border-left-color: rgb(66 66 66 / 0.75); + border-right-color: rgb(66 66 66 / 0.75); +} +.border-x-black\/80{ + border-left-color: rgb(66 66 66 / 0.8); + border-right-color: rgb(66 66 66 / 0.8); +} +.border-x-black\/90{ + border-left-color: rgb(66 66 66 / 0.9); + border-right-color: rgb(66 66 66 / 0.9); +} +.border-x-black\/95{ + border-left-color: rgb(66 66 66 / 0.95); + border-right-color: rgb(66 66 66 / 0.95); +} +.border-x-black\/100{ + border-left-color: rgb(66 66 66 / 1); + border-right-color: rgb(66 66 66 / 1); +} +.border-x-white\/0{ + border-left-color: rgb(255 255 255 / 0); + border-right-color: rgb(255 255 255 / 0); +} +.border-x-white\/5{ + border-left-color: rgb(255 255 255 / 0.05); + border-right-color: rgb(255 255 255 / 0.05); +} +.border-x-white\/10{ + border-left-color: rgb(255 255 255 / 0.1); + border-right-color: rgb(255 255 255 / 0.1); +} +.border-x-white\/20{ + border-left-color: rgb(255 255 255 / 0.2); + border-right-color: rgb(255 255 255 / 0.2); +} +.border-x-white\/25{ + border-left-color: rgb(255 255 255 / 0.25); + border-right-color: rgb(255 255 255 / 0.25); +} +.border-x-white\/30{ + border-left-color: rgb(255 255 255 / 0.3); + border-right-color: rgb(255 255 255 / 0.3); +} +.border-x-white\/40{ + border-left-color: rgb(255 255 255 / 0.4); + border-right-color: rgb(255 255 255 / 0.4); +} +.border-x-white\/50{ + border-left-color: rgb(255 255 255 / 0.5); + border-right-color: rgb(255 255 255 / 0.5); +} +.border-x-white\/60{ + border-left-color: rgb(255 255 255 / 0.6); + border-right-color: rgb(255 255 255 / 0.6); +} +.border-x-white\/70{ + border-left-color: rgb(255 255 255 / 0.7); + border-right-color: rgb(255 255 255 / 0.7); +} +.border-x-white\/75{ + border-left-color: rgb(255 255 255 / 0.75); + border-right-color: rgb(255 255 255 / 0.75); +} +.border-x-white\/80{ + border-left-color: rgb(255 255 255 / 0.8); + border-right-color: rgb(255 255 255 / 0.8); +} +.border-x-white\/90{ + border-left-color: rgb(255 255 255 / 0.9); + border-right-color: rgb(255 255 255 / 0.9); +} +.border-x-white\/95{ + border-left-color: rgb(255 255 255 / 0.95); + border-right-color: rgb(255 255 255 / 0.95); +} +.border-x-white\/100{ + border-left-color: rgb(255 255 255 / 1); + border-right-color: rgb(255 255 255 / 1); +} +.border-x-slate-50\/0{ + border-left-color: rgb(248 250 252 / 0); + border-right-color: rgb(248 250 252 / 0); +} +.border-x-slate-50\/5{ + border-left-color: rgb(248 250 252 / 0.05); + border-right-color: rgb(248 250 252 / 0.05); +} +.border-x-slate-50\/10{ + border-left-color: rgb(248 250 252 / 0.1); + border-right-color: rgb(248 250 252 / 0.1); +} +.border-x-slate-50\/20{ + border-left-color: rgb(248 250 252 / 0.2); + border-right-color: rgb(248 250 252 / 0.2); +} +.border-x-slate-50\/25{ + border-left-color: rgb(248 250 252 / 0.25); + border-right-color: rgb(248 250 252 / 0.25); +} +.border-x-slate-50\/30{ + border-left-color: rgb(248 250 252 / 0.3); + border-right-color: rgb(248 250 252 / 0.3); +} +.border-x-slate-50\/40{ + border-left-color: rgb(248 250 252 / 0.4); + border-right-color: rgb(248 250 252 / 0.4); +} +.border-x-slate-50\/50{ + border-left-color: rgb(248 250 252 / 0.5); + border-right-color: rgb(248 250 252 / 0.5); +} +.border-x-slate-50\/60{ + border-left-color: rgb(248 250 252 / 0.6); + border-right-color: rgb(248 250 252 / 0.6); +} +.border-x-slate-50\/70{ + border-left-color: rgb(248 250 252 / 0.7); + border-right-color: rgb(248 250 252 / 0.7); +} +.border-x-slate-50\/75{ + border-left-color: rgb(248 250 252 / 0.75); + border-right-color: rgb(248 250 252 / 0.75); +} +.border-x-slate-50\/80{ + border-left-color: rgb(248 250 252 / 0.8); + border-right-color: rgb(248 250 252 / 0.8); +} +.border-x-slate-50\/90{ + border-left-color: rgb(248 250 252 / 0.9); + border-right-color: rgb(248 250 252 / 0.9); +} +.border-x-slate-50\/95{ + border-left-color: rgb(248 250 252 / 0.95); + border-right-color: rgb(248 250 252 / 0.95); +} +.border-x-slate-50\/100{ + border-left-color: rgb(248 250 252 / 1); + border-right-color: rgb(248 250 252 / 1); +} +.border-x-slate-100\/0{ + border-left-color: rgb(241 245 249 / 0); + border-right-color: rgb(241 245 249 / 0); +} +.border-x-slate-100\/5{ + border-left-color: rgb(241 245 249 / 0.05); + border-right-color: rgb(241 245 249 / 0.05); +} +.border-x-slate-100\/10{ + border-left-color: rgb(241 245 249 / 0.1); + border-right-color: rgb(241 245 249 / 0.1); +} +.border-x-slate-100\/20{ + border-left-color: rgb(241 245 249 / 0.2); + border-right-color: rgb(241 245 249 / 0.2); +} +.border-x-slate-100\/25{ + border-left-color: rgb(241 245 249 / 0.25); + border-right-color: rgb(241 245 249 / 0.25); +} +.border-x-slate-100\/30{ + border-left-color: rgb(241 245 249 / 0.3); + border-right-color: rgb(241 245 249 / 0.3); +} +.border-x-slate-100\/40{ + border-left-color: rgb(241 245 249 / 0.4); + border-right-color: rgb(241 245 249 / 0.4); +} +.border-x-slate-100\/50{ + border-left-color: rgb(241 245 249 / 0.5); + border-right-color: rgb(241 245 249 / 0.5); +} +.border-x-slate-100\/60{ + border-left-color: rgb(241 245 249 / 0.6); + border-right-color: rgb(241 245 249 / 0.6); +} +.border-x-slate-100\/70{ + border-left-color: rgb(241 245 249 / 0.7); + border-right-color: rgb(241 245 249 / 0.7); +} +.border-x-slate-100\/75{ + border-left-color: rgb(241 245 249 / 0.75); + border-right-color: rgb(241 245 249 / 0.75); +} +.border-x-slate-100\/80{ + border-left-color: rgb(241 245 249 / 0.8); + border-right-color: rgb(241 245 249 / 0.8); +} +.border-x-slate-100\/90{ + border-left-color: rgb(241 245 249 / 0.9); + border-right-color: rgb(241 245 249 / 0.9); +} +.border-x-slate-100\/95{ + border-left-color: rgb(241 245 249 / 0.95); + border-right-color: rgb(241 245 249 / 0.95); +} +.border-x-slate-100\/100{ + border-left-color: rgb(241 245 249 / 1); + border-right-color: rgb(241 245 249 / 1); +} +.border-x-slate-200\/0{ + border-left-color: rgb(226 232 240 / 0); + border-right-color: rgb(226 232 240 / 0); +} +.border-x-slate-200\/5{ + border-left-color: rgb(226 232 240 / 0.05); + border-right-color: rgb(226 232 240 / 0.05); +} +.border-x-slate-200\/10{ + border-left-color: rgb(226 232 240 / 0.1); + border-right-color: rgb(226 232 240 / 0.1); +} +.border-x-slate-200\/20{ + border-left-color: rgb(226 232 240 / 0.2); + border-right-color: rgb(226 232 240 / 0.2); +} +.border-x-slate-200\/25{ + border-left-color: rgb(226 232 240 / 0.25); + border-right-color: rgb(226 232 240 / 0.25); +} +.border-x-slate-200\/30{ + border-left-color: rgb(226 232 240 / 0.3); + border-right-color: rgb(226 232 240 / 0.3); +} +.border-x-slate-200\/40{ + border-left-color: rgb(226 232 240 / 0.4); + border-right-color: rgb(226 232 240 / 0.4); +} +.border-x-slate-200\/50{ + border-left-color: rgb(226 232 240 / 0.5); + border-right-color: rgb(226 232 240 / 0.5); +} +.border-x-slate-200\/60{ + border-left-color: rgb(226 232 240 / 0.6); + border-right-color: rgb(226 232 240 / 0.6); +} +.border-x-slate-200\/70{ + border-left-color: rgb(226 232 240 / 0.7); + border-right-color: rgb(226 232 240 / 0.7); +} +.border-x-slate-200\/75{ + border-left-color: rgb(226 232 240 / 0.75); + border-right-color: rgb(226 232 240 / 0.75); +} +.border-x-slate-200\/80{ + border-left-color: rgb(226 232 240 / 0.8); + border-right-color: rgb(226 232 240 / 0.8); +} +.border-x-slate-200\/90{ + border-left-color: rgb(226 232 240 / 0.9); + border-right-color: rgb(226 232 240 / 0.9); +} +.border-x-slate-200\/95{ + border-left-color: rgb(226 232 240 / 0.95); + border-right-color: rgb(226 232 240 / 0.95); +} +.border-x-slate-200\/100{ + border-left-color: rgb(226 232 240 / 1); + border-right-color: rgb(226 232 240 / 1); +} +.border-x-slate-300\/0{ + border-left-color: rgb(203 213 225 / 0); + border-right-color: rgb(203 213 225 / 0); +} +.border-x-slate-300\/5{ + border-left-color: rgb(203 213 225 / 0.05); + border-right-color: rgb(203 213 225 / 0.05); +} +.border-x-slate-300\/10{ + border-left-color: rgb(203 213 225 / 0.1); + border-right-color: rgb(203 213 225 / 0.1); +} +.border-x-slate-300\/20{ + border-left-color: rgb(203 213 225 / 0.2); + border-right-color: rgb(203 213 225 / 0.2); +} +.border-x-slate-300\/25{ + border-left-color: rgb(203 213 225 / 0.25); + border-right-color: rgb(203 213 225 / 0.25); +} +.border-x-slate-300\/30{ + border-left-color: rgb(203 213 225 / 0.3); + border-right-color: rgb(203 213 225 / 0.3); +} +.border-x-slate-300\/40{ + border-left-color: rgb(203 213 225 / 0.4); + border-right-color: rgb(203 213 225 / 0.4); +} +.border-x-slate-300\/50{ + border-left-color: rgb(203 213 225 / 0.5); + border-right-color: rgb(203 213 225 / 0.5); +} +.border-x-slate-300\/60{ + border-left-color: rgb(203 213 225 / 0.6); + border-right-color: rgb(203 213 225 / 0.6); +} +.border-x-slate-300\/70{ + border-left-color: rgb(203 213 225 / 0.7); + border-right-color: rgb(203 213 225 / 0.7); +} +.border-x-slate-300\/75{ + border-left-color: rgb(203 213 225 / 0.75); + border-right-color: rgb(203 213 225 / 0.75); +} +.border-x-slate-300\/80{ + border-left-color: rgb(203 213 225 / 0.8); + border-right-color: rgb(203 213 225 / 0.8); +} +.border-x-slate-300\/90{ + border-left-color: rgb(203 213 225 / 0.9); + border-right-color: rgb(203 213 225 / 0.9); +} +.border-x-slate-300\/95{ + border-left-color: rgb(203 213 225 / 0.95); + border-right-color: rgb(203 213 225 / 0.95); +} +.border-x-slate-300\/100{ + border-left-color: rgb(203 213 225 / 1); + border-right-color: rgb(203 213 225 / 1); +} +.border-x-slate-400\/0{ + border-left-color: rgb(148 163 184 / 0); + border-right-color: rgb(148 163 184 / 0); +} +.border-x-slate-400\/5{ + border-left-color: rgb(148 163 184 / 0.05); + border-right-color: rgb(148 163 184 / 0.05); +} +.border-x-slate-400\/10{ + border-left-color: rgb(148 163 184 / 0.1); + border-right-color: rgb(148 163 184 / 0.1); +} +.border-x-slate-400\/20{ + border-left-color: rgb(148 163 184 / 0.2); + border-right-color: rgb(148 163 184 / 0.2); +} +.border-x-slate-400\/25{ + border-left-color: rgb(148 163 184 / 0.25); + border-right-color: rgb(148 163 184 / 0.25); +} +.border-x-slate-400\/30{ + border-left-color: rgb(148 163 184 / 0.3); + border-right-color: rgb(148 163 184 / 0.3); +} +.border-x-slate-400\/40{ + border-left-color: rgb(148 163 184 / 0.4); + border-right-color: rgb(148 163 184 / 0.4); +} +.border-x-slate-400\/50{ + border-left-color: rgb(148 163 184 / 0.5); + border-right-color: rgb(148 163 184 / 0.5); +} +.border-x-slate-400\/60{ + border-left-color: rgb(148 163 184 / 0.6); + border-right-color: rgb(148 163 184 / 0.6); +} +.border-x-slate-400\/70{ + border-left-color: rgb(148 163 184 / 0.7); + border-right-color: rgb(148 163 184 / 0.7); +} +.border-x-slate-400\/75{ + border-left-color: rgb(148 163 184 / 0.75); + border-right-color: rgb(148 163 184 / 0.75); +} +.border-x-slate-400\/80{ + border-left-color: rgb(148 163 184 / 0.8); + border-right-color: rgb(148 163 184 / 0.8); +} +.border-x-slate-400\/90{ + border-left-color: rgb(148 163 184 / 0.9); + border-right-color: rgb(148 163 184 / 0.9); +} +.border-x-slate-400\/95{ + border-left-color: rgb(148 163 184 / 0.95); + border-right-color: rgb(148 163 184 / 0.95); +} +.border-x-slate-400\/100{ + border-left-color: rgb(148 163 184 / 1); + border-right-color: rgb(148 163 184 / 1); +} +.border-x-slate-500\/0{ + border-left-color: rgb(100 116 139 / 0); + border-right-color: rgb(100 116 139 / 0); +} +.border-x-slate-500\/5{ + border-left-color: rgb(100 116 139 / 0.05); + border-right-color: rgb(100 116 139 / 0.05); +} +.border-x-slate-500\/10{ + border-left-color: rgb(100 116 139 / 0.1); + border-right-color: rgb(100 116 139 / 0.1); +} +.border-x-slate-500\/20{ + border-left-color: rgb(100 116 139 / 0.2); + border-right-color: rgb(100 116 139 / 0.2); +} +.border-x-slate-500\/25{ + border-left-color: rgb(100 116 139 / 0.25); + border-right-color: rgb(100 116 139 / 0.25); +} +.border-x-slate-500\/30{ + border-left-color: rgb(100 116 139 / 0.3); + border-right-color: rgb(100 116 139 / 0.3); +} +.border-x-slate-500\/40{ + border-left-color: rgb(100 116 139 / 0.4); + border-right-color: rgb(100 116 139 / 0.4); +} +.border-x-slate-500\/50{ + border-left-color: rgb(100 116 139 / 0.5); + border-right-color: rgb(100 116 139 / 0.5); +} +.border-x-slate-500\/60{ + border-left-color: rgb(100 116 139 / 0.6); + border-right-color: rgb(100 116 139 / 0.6); +} +.border-x-slate-500\/70{ + border-left-color: rgb(100 116 139 / 0.7); + border-right-color: rgb(100 116 139 / 0.7); +} +.border-x-slate-500\/75{ + border-left-color: rgb(100 116 139 / 0.75); + border-right-color: rgb(100 116 139 / 0.75); +} +.border-x-slate-500\/80{ + border-left-color: rgb(100 116 139 / 0.8); + border-right-color: rgb(100 116 139 / 0.8); +} +.border-x-slate-500\/90{ + border-left-color: rgb(100 116 139 / 0.9); + border-right-color: rgb(100 116 139 / 0.9); +} +.border-x-slate-500\/95{ + border-left-color: rgb(100 116 139 / 0.95); + border-right-color: rgb(100 116 139 / 0.95); +} +.border-x-slate-500\/100{ + border-left-color: rgb(100 116 139 / 1); + border-right-color: rgb(100 116 139 / 1); +} +.border-x-slate-600\/0{ + border-left-color: rgb(71 85 105 / 0); + border-right-color: rgb(71 85 105 / 0); +} +.border-x-slate-600\/5{ + border-left-color: rgb(71 85 105 / 0.05); + border-right-color: rgb(71 85 105 / 0.05); +} +.border-x-slate-600\/10{ + border-left-color: rgb(71 85 105 / 0.1); + border-right-color: rgb(71 85 105 / 0.1); +} +.border-x-slate-600\/20{ + border-left-color: rgb(71 85 105 / 0.2); + border-right-color: rgb(71 85 105 / 0.2); +} +.border-x-slate-600\/25{ + border-left-color: rgb(71 85 105 / 0.25); + border-right-color: rgb(71 85 105 / 0.25); +} +.border-x-slate-600\/30{ + border-left-color: rgb(71 85 105 / 0.3); + border-right-color: rgb(71 85 105 / 0.3); +} +.border-x-slate-600\/40{ + border-left-color: rgb(71 85 105 / 0.4); + border-right-color: rgb(71 85 105 / 0.4); +} +.border-x-slate-600\/50{ + border-left-color: rgb(71 85 105 / 0.5); + border-right-color: rgb(71 85 105 / 0.5); +} +.border-x-slate-600\/60{ + border-left-color: rgb(71 85 105 / 0.6); + border-right-color: rgb(71 85 105 / 0.6); +} +.border-x-slate-600\/70{ + border-left-color: rgb(71 85 105 / 0.7); + border-right-color: rgb(71 85 105 / 0.7); +} +.border-x-slate-600\/75{ + border-left-color: rgb(71 85 105 / 0.75); + border-right-color: rgb(71 85 105 / 0.75); +} +.border-x-slate-600\/80{ + border-left-color: rgb(71 85 105 / 0.8); + border-right-color: rgb(71 85 105 / 0.8); +} +.border-x-slate-600\/90{ + border-left-color: rgb(71 85 105 / 0.9); + border-right-color: rgb(71 85 105 / 0.9); +} +.border-x-slate-600\/95{ + border-left-color: rgb(71 85 105 / 0.95); + border-right-color: rgb(71 85 105 / 0.95); +} +.border-x-slate-600\/100{ + border-left-color: rgb(71 85 105 / 1); + border-right-color: rgb(71 85 105 / 1); +} +.border-x-slate-700\/0{ + border-left-color: rgb(51 65 85 / 0); + border-right-color: rgb(51 65 85 / 0); +} +.border-x-slate-700\/5{ + border-left-color: rgb(51 65 85 / 0.05); + border-right-color: rgb(51 65 85 / 0.05); +} +.border-x-slate-700\/10{ + border-left-color: rgb(51 65 85 / 0.1); + border-right-color: rgb(51 65 85 / 0.1); +} +.border-x-slate-700\/20{ + border-left-color: rgb(51 65 85 / 0.2); + border-right-color: rgb(51 65 85 / 0.2); +} +.border-x-slate-700\/25{ + border-left-color: rgb(51 65 85 / 0.25); + border-right-color: rgb(51 65 85 / 0.25); +} +.border-x-slate-700\/30{ + border-left-color: rgb(51 65 85 / 0.3); + border-right-color: rgb(51 65 85 / 0.3); +} +.border-x-slate-700\/40{ + border-left-color: rgb(51 65 85 / 0.4); + border-right-color: rgb(51 65 85 / 0.4); +} +.border-x-slate-700\/50{ + border-left-color: rgb(51 65 85 / 0.5); + border-right-color: rgb(51 65 85 / 0.5); +} +.border-x-slate-700\/60{ + border-left-color: rgb(51 65 85 / 0.6); + border-right-color: rgb(51 65 85 / 0.6); +} +.border-x-slate-700\/70{ + border-left-color: rgb(51 65 85 / 0.7); + border-right-color: rgb(51 65 85 / 0.7); +} +.border-x-slate-700\/75{ + border-left-color: rgb(51 65 85 / 0.75); + border-right-color: rgb(51 65 85 / 0.75); +} +.border-x-slate-700\/80{ + border-left-color: rgb(51 65 85 / 0.8); + border-right-color: rgb(51 65 85 / 0.8); +} +.border-x-slate-700\/90{ + border-left-color: rgb(51 65 85 / 0.9); + border-right-color: rgb(51 65 85 / 0.9); +} +.border-x-slate-700\/95{ + border-left-color: rgb(51 65 85 / 0.95); + border-right-color: rgb(51 65 85 / 0.95); +} +.border-x-slate-700\/100{ + border-left-color: rgb(51 65 85 / 1); + border-right-color: rgb(51 65 85 / 1); +} +.border-x-slate-800\/0{ + border-left-color: rgb(30 41 59 / 0); + border-right-color: rgb(30 41 59 / 0); +} +.border-x-slate-800\/5{ + border-left-color: rgb(30 41 59 / 0.05); + border-right-color: rgb(30 41 59 / 0.05); +} +.border-x-slate-800\/10{ + border-left-color: rgb(30 41 59 / 0.1); + border-right-color: rgb(30 41 59 / 0.1); +} +.border-x-slate-800\/20{ + border-left-color: rgb(30 41 59 / 0.2); + border-right-color: rgb(30 41 59 / 0.2); +} +.border-x-slate-800\/25{ + border-left-color: rgb(30 41 59 / 0.25); + border-right-color: rgb(30 41 59 / 0.25); +} +.border-x-slate-800\/30{ + border-left-color: rgb(30 41 59 / 0.3); + border-right-color: rgb(30 41 59 / 0.3); +} +.border-x-slate-800\/40{ + border-left-color: rgb(30 41 59 / 0.4); + border-right-color: rgb(30 41 59 / 0.4); +} +.border-x-slate-800\/50{ + border-left-color: rgb(30 41 59 / 0.5); + border-right-color: rgb(30 41 59 / 0.5); +} +.border-x-slate-800\/60{ + border-left-color: rgb(30 41 59 / 0.6); + border-right-color: rgb(30 41 59 / 0.6); +} +.border-x-slate-800\/70{ + border-left-color: rgb(30 41 59 / 0.7); + border-right-color: rgb(30 41 59 / 0.7); +} +.border-x-slate-800\/75{ + border-left-color: rgb(30 41 59 / 0.75); + border-right-color: rgb(30 41 59 / 0.75); +} +.border-x-slate-800\/80{ + border-left-color: rgb(30 41 59 / 0.8); + border-right-color: rgb(30 41 59 / 0.8); +} +.border-x-slate-800\/90{ + border-left-color: rgb(30 41 59 / 0.9); + border-right-color: rgb(30 41 59 / 0.9); +} +.border-x-slate-800\/95{ + border-left-color: rgb(30 41 59 / 0.95); + border-right-color: rgb(30 41 59 / 0.95); +} +.border-x-slate-800\/100{ + border-left-color: rgb(30 41 59 / 1); + border-right-color: rgb(30 41 59 / 1); +} +.border-x-slate-900\/0{ + border-left-color: rgb(15 23 42 / 0); + border-right-color: rgb(15 23 42 / 0); +} +.border-x-slate-900\/5{ + border-left-color: rgb(15 23 42 / 0.05); + border-right-color: rgb(15 23 42 / 0.05); +} +.border-x-slate-900\/10{ + border-left-color: rgb(15 23 42 / 0.1); + border-right-color: rgb(15 23 42 / 0.1); +} +.border-x-slate-900\/20{ + border-left-color: rgb(15 23 42 / 0.2); + border-right-color: rgb(15 23 42 / 0.2); +} +.border-x-slate-900\/25{ + border-left-color: rgb(15 23 42 / 0.25); + border-right-color: rgb(15 23 42 / 0.25); +} +.border-x-slate-900\/30{ + border-left-color: rgb(15 23 42 / 0.3); + border-right-color: rgb(15 23 42 / 0.3); +} +.border-x-slate-900\/40{ + border-left-color: rgb(15 23 42 / 0.4); + border-right-color: rgb(15 23 42 / 0.4); +} +.border-x-slate-900\/50{ + border-left-color: rgb(15 23 42 / 0.5); + border-right-color: rgb(15 23 42 / 0.5); +} +.border-x-slate-900\/60{ + border-left-color: rgb(15 23 42 / 0.6); + border-right-color: rgb(15 23 42 / 0.6); +} +.border-x-slate-900\/70{ + border-left-color: rgb(15 23 42 / 0.7); + border-right-color: rgb(15 23 42 / 0.7); +} +.border-x-slate-900\/75{ + border-left-color: rgb(15 23 42 / 0.75); + border-right-color: rgb(15 23 42 / 0.75); +} +.border-x-slate-900\/80{ + border-left-color: rgb(15 23 42 / 0.8); + border-right-color: rgb(15 23 42 / 0.8); +} +.border-x-slate-900\/90{ + border-left-color: rgb(15 23 42 / 0.9); + border-right-color: rgb(15 23 42 / 0.9); +} +.border-x-slate-900\/95{ + border-left-color: rgb(15 23 42 / 0.95); + border-right-color: rgb(15 23 42 / 0.95); +} +.border-x-slate-900\/100{ + border-left-color: rgb(15 23 42 / 1); + border-right-color: rgb(15 23 42 / 1); +} +.border-x-gray-50\/0{ + border-left-color: rgb(249 250 251 / 0); + border-right-color: rgb(249 250 251 / 0); +} +.border-x-gray-50\/5{ + border-left-color: rgb(249 250 251 / 0.05); + border-right-color: rgb(249 250 251 / 0.05); +} +.border-x-gray-50\/10{ + border-left-color: rgb(249 250 251 / 0.1); + border-right-color: rgb(249 250 251 / 0.1); +} +.border-x-gray-50\/20{ + border-left-color: rgb(249 250 251 / 0.2); + border-right-color: rgb(249 250 251 / 0.2); +} +.border-x-gray-50\/25{ + border-left-color: rgb(249 250 251 / 0.25); + border-right-color: rgb(249 250 251 / 0.25); +} +.border-x-gray-50\/30{ + border-left-color: rgb(249 250 251 / 0.3); + border-right-color: rgb(249 250 251 / 0.3); +} +.border-x-gray-50\/40{ + border-left-color: rgb(249 250 251 / 0.4); + border-right-color: rgb(249 250 251 / 0.4); +} +.border-x-gray-50\/50{ + border-left-color: rgb(249 250 251 / 0.5); + border-right-color: rgb(249 250 251 / 0.5); +} +.border-x-gray-50\/60{ + border-left-color: rgb(249 250 251 / 0.6); + border-right-color: rgb(249 250 251 / 0.6); +} +.border-x-gray-50\/70{ + border-left-color: rgb(249 250 251 / 0.7); + border-right-color: rgb(249 250 251 / 0.7); +} +.border-x-gray-50\/75{ + border-left-color: rgb(249 250 251 / 0.75); + border-right-color: rgb(249 250 251 / 0.75); +} +.border-x-gray-50\/80{ + border-left-color: rgb(249 250 251 / 0.8); + border-right-color: rgb(249 250 251 / 0.8); +} +.border-x-gray-50\/90{ + border-left-color: rgb(249 250 251 / 0.9); + border-right-color: rgb(249 250 251 / 0.9); +} +.border-x-gray-50\/95{ + border-left-color: rgb(249 250 251 / 0.95); + border-right-color: rgb(249 250 251 / 0.95); +} +.border-x-gray-50\/100{ + border-left-color: rgb(249 250 251 / 1); + border-right-color: rgb(249 250 251 / 1); +} +.border-x-gray-100\/0{ + border-left-color: rgb(243 244 246 / 0); + border-right-color: rgb(243 244 246 / 0); +} +.border-x-gray-100\/5{ + border-left-color: rgb(243 244 246 / 0.05); + border-right-color: rgb(243 244 246 / 0.05); +} +.border-x-gray-100\/10{ + border-left-color: rgb(243 244 246 / 0.1); + border-right-color: rgb(243 244 246 / 0.1); +} +.border-x-gray-100\/20{ + border-left-color: rgb(243 244 246 / 0.2); + border-right-color: rgb(243 244 246 / 0.2); +} +.border-x-gray-100\/25{ + border-left-color: rgb(243 244 246 / 0.25); + border-right-color: rgb(243 244 246 / 0.25); +} +.border-x-gray-100\/30{ + border-left-color: rgb(243 244 246 / 0.3); + border-right-color: rgb(243 244 246 / 0.3); +} +.border-x-gray-100\/40{ + border-left-color: rgb(243 244 246 / 0.4); + border-right-color: rgb(243 244 246 / 0.4); +} +.border-x-gray-100\/50{ + border-left-color: rgb(243 244 246 / 0.5); + border-right-color: rgb(243 244 246 / 0.5); +} +.border-x-gray-100\/60{ + border-left-color: rgb(243 244 246 / 0.6); + border-right-color: rgb(243 244 246 / 0.6); +} +.border-x-gray-100\/70{ + border-left-color: rgb(243 244 246 / 0.7); + border-right-color: rgb(243 244 246 / 0.7); +} +.border-x-gray-100\/75{ + border-left-color: rgb(243 244 246 / 0.75); + border-right-color: rgb(243 244 246 / 0.75); +} +.border-x-gray-100\/80{ + border-left-color: rgb(243 244 246 / 0.8); + border-right-color: rgb(243 244 246 / 0.8); +} +.border-x-gray-100\/90{ + border-left-color: rgb(243 244 246 / 0.9); + border-right-color: rgb(243 244 246 / 0.9); +} +.border-x-gray-100\/95{ + border-left-color: rgb(243 244 246 / 0.95); + border-right-color: rgb(243 244 246 / 0.95); +} +.border-x-gray-100\/100{ + border-left-color: rgb(243 244 246 / 1); + border-right-color: rgb(243 244 246 / 1); +} +.border-x-gray-200\/0{ + border-left-color: rgb(229 231 235 / 0); + border-right-color: rgb(229 231 235 / 0); +} +.border-x-gray-200\/5{ + border-left-color: rgb(229 231 235 / 0.05); + border-right-color: rgb(229 231 235 / 0.05); +} +.border-x-gray-200\/10{ + border-left-color: rgb(229 231 235 / 0.1); + border-right-color: rgb(229 231 235 / 0.1); +} +.border-x-gray-200\/20{ + border-left-color: rgb(229 231 235 / 0.2); + border-right-color: rgb(229 231 235 / 0.2); +} +.border-x-gray-200\/25{ + border-left-color: rgb(229 231 235 / 0.25); + border-right-color: rgb(229 231 235 / 0.25); +} +.border-x-gray-200\/30{ + border-left-color: rgb(229 231 235 / 0.3); + border-right-color: rgb(229 231 235 / 0.3); +} +.border-x-gray-200\/40{ + border-left-color: rgb(229 231 235 / 0.4); + border-right-color: rgb(229 231 235 / 0.4); +} +.border-x-gray-200\/50{ + border-left-color: rgb(229 231 235 / 0.5); + border-right-color: rgb(229 231 235 / 0.5); +} +.border-x-gray-200\/60{ + border-left-color: rgb(229 231 235 / 0.6); + border-right-color: rgb(229 231 235 / 0.6); +} +.border-x-gray-200\/70{ + border-left-color: rgb(229 231 235 / 0.7); + border-right-color: rgb(229 231 235 / 0.7); +} +.border-x-gray-200\/75{ + border-left-color: rgb(229 231 235 / 0.75); + border-right-color: rgb(229 231 235 / 0.75); +} +.border-x-gray-200\/80{ + border-left-color: rgb(229 231 235 / 0.8); + border-right-color: rgb(229 231 235 / 0.8); +} +.border-x-gray-200\/90{ + border-left-color: rgb(229 231 235 / 0.9); + border-right-color: rgb(229 231 235 / 0.9); +} +.border-x-gray-200\/95{ + border-left-color: rgb(229 231 235 / 0.95); + border-right-color: rgb(229 231 235 / 0.95); +} +.border-x-gray-200\/100{ + border-left-color: rgb(229 231 235 / 1); + border-right-color: rgb(229 231 235 / 1); +} +.border-x-gray-300\/0{ + border-left-color: rgb(209 213 219 / 0); + border-right-color: rgb(209 213 219 / 0); +} +.border-x-gray-300\/5{ + border-left-color: rgb(209 213 219 / 0.05); + border-right-color: rgb(209 213 219 / 0.05); +} +.border-x-gray-300\/10{ + border-left-color: rgb(209 213 219 / 0.1); + border-right-color: rgb(209 213 219 / 0.1); +} +.border-x-gray-300\/20{ + border-left-color: rgb(209 213 219 / 0.2); + border-right-color: rgb(209 213 219 / 0.2); +} +.border-x-gray-300\/25{ + border-left-color: rgb(209 213 219 / 0.25); + border-right-color: rgb(209 213 219 / 0.25); +} +.border-x-gray-300\/30{ + border-left-color: rgb(209 213 219 / 0.3); + border-right-color: rgb(209 213 219 / 0.3); +} +.border-x-gray-300\/40{ + border-left-color: rgb(209 213 219 / 0.4); + border-right-color: rgb(209 213 219 / 0.4); +} +.border-x-gray-300\/50{ + border-left-color: rgb(209 213 219 / 0.5); + border-right-color: rgb(209 213 219 / 0.5); +} +.border-x-gray-300\/60{ + border-left-color: rgb(209 213 219 / 0.6); + border-right-color: rgb(209 213 219 / 0.6); +} +.border-x-gray-300\/70{ + border-left-color: rgb(209 213 219 / 0.7); + border-right-color: rgb(209 213 219 / 0.7); +} +.border-x-gray-300\/75{ + border-left-color: rgb(209 213 219 / 0.75); + border-right-color: rgb(209 213 219 / 0.75); +} +.border-x-gray-300\/80{ + border-left-color: rgb(209 213 219 / 0.8); + border-right-color: rgb(209 213 219 / 0.8); +} +.border-x-gray-300\/90{ + border-left-color: rgb(209 213 219 / 0.9); + border-right-color: rgb(209 213 219 / 0.9); +} +.border-x-gray-300\/95{ + border-left-color: rgb(209 213 219 / 0.95); + border-right-color: rgb(209 213 219 / 0.95); +} +.border-x-gray-300\/100{ + border-left-color: rgb(209 213 219 / 1); + border-right-color: rgb(209 213 219 / 1); +} +.border-x-gray-400\/0{ + border-left-color: rgb(156 163 175 / 0); + border-right-color: rgb(156 163 175 / 0); +} +.border-x-gray-400\/5{ + border-left-color: rgb(156 163 175 / 0.05); + border-right-color: rgb(156 163 175 / 0.05); +} +.border-x-gray-400\/10{ + border-left-color: rgb(156 163 175 / 0.1); + border-right-color: rgb(156 163 175 / 0.1); +} +.border-x-gray-400\/20{ + border-left-color: rgb(156 163 175 / 0.2); + border-right-color: rgb(156 163 175 / 0.2); +} +.border-x-gray-400\/25{ + border-left-color: rgb(156 163 175 / 0.25); + border-right-color: rgb(156 163 175 / 0.25); +} +.border-x-gray-400\/30{ + border-left-color: rgb(156 163 175 / 0.3); + border-right-color: rgb(156 163 175 / 0.3); +} +.border-x-gray-400\/40{ + border-left-color: rgb(156 163 175 / 0.4); + border-right-color: rgb(156 163 175 / 0.4); +} +.border-x-gray-400\/50{ + border-left-color: rgb(156 163 175 / 0.5); + border-right-color: rgb(156 163 175 / 0.5); +} +.border-x-gray-400\/60{ + border-left-color: rgb(156 163 175 / 0.6); + border-right-color: rgb(156 163 175 / 0.6); +} +.border-x-gray-400\/70{ + border-left-color: rgb(156 163 175 / 0.7); + border-right-color: rgb(156 163 175 / 0.7); +} +.border-x-gray-400\/75{ + border-left-color: rgb(156 163 175 / 0.75); + border-right-color: rgb(156 163 175 / 0.75); +} +.border-x-gray-400\/80{ + border-left-color: rgb(156 163 175 / 0.8); + border-right-color: rgb(156 163 175 / 0.8); +} +.border-x-gray-400\/90{ + border-left-color: rgb(156 163 175 / 0.9); + border-right-color: rgb(156 163 175 / 0.9); +} +.border-x-gray-400\/95{ + border-left-color: rgb(156 163 175 / 0.95); + border-right-color: rgb(156 163 175 / 0.95); +} +.border-x-gray-400\/100{ + border-left-color: rgb(156 163 175 / 1); + border-right-color: rgb(156 163 175 / 1); +} +.border-x-gray-500\/0{ + border-left-color: rgb(107 114 128 / 0); + border-right-color: rgb(107 114 128 / 0); +} +.border-x-gray-500\/5{ + border-left-color: rgb(107 114 128 / 0.05); + border-right-color: rgb(107 114 128 / 0.05); +} +.border-x-gray-500\/10{ + border-left-color: rgb(107 114 128 / 0.1); + border-right-color: rgb(107 114 128 / 0.1); +} +.border-x-gray-500\/20{ + border-left-color: rgb(107 114 128 / 0.2); + border-right-color: rgb(107 114 128 / 0.2); +} +.border-x-gray-500\/25{ + border-left-color: rgb(107 114 128 / 0.25); + border-right-color: rgb(107 114 128 / 0.25); +} +.border-x-gray-500\/30{ + border-left-color: rgb(107 114 128 / 0.3); + border-right-color: rgb(107 114 128 / 0.3); +} +.border-x-gray-500\/40{ + border-left-color: rgb(107 114 128 / 0.4); + border-right-color: rgb(107 114 128 / 0.4); +} +.border-x-gray-500\/50{ + border-left-color: rgb(107 114 128 / 0.5); + border-right-color: rgb(107 114 128 / 0.5); +} +.border-x-gray-500\/60{ + border-left-color: rgb(107 114 128 / 0.6); + border-right-color: rgb(107 114 128 / 0.6); +} +.border-x-gray-500\/70{ + border-left-color: rgb(107 114 128 / 0.7); + border-right-color: rgb(107 114 128 / 0.7); +} +.border-x-gray-500\/75{ + border-left-color: rgb(107 114 128 / 0.75); + border-right-color: rgb(107 114 128 / 0.75); +} +.border-x-gray-500\/80{ + border-left-color: rgb(107 114 128 / 0.8); + border-right-color: rgb(107 114 128 / 0.8); +} +.border-x-gray-500\/90{ + border-left-color: rgb(107 114 128 / 0.9); + border-right-color: rgb(107 114 128 / 0.9); +} +.border-x-gray-500\/95{ + border-left-color: rgb(107 114 128 / 0.95); + border-right-color: rgb(107 114 128 / 0.95); +} +.border-x-gray-500\/100{ + border-left-color: rgb(107 114 128 / 1); + border-right-color: rgb(107 114 128 / 1); +} +.border-x-gray-600\/0{ + border-left-color: rgb(75 85 99 / 0); + border-right-color: rgb(75 85 99 / 0); +} +.border-x-gray-600\/5{ + border-left-color: rgb(75 85 99 / 0.05); + border-right-color: rgb(75 85 99 / 0.05); +} +.border-x-gray-600\/10{ + border-left-color: rgb(75 85 99 / 0.1); + border-right-color: rgb(75 85 99 / 0.1); +} +.border-x-gray-600\/20{ + border-left-color: rgb(75 85 99 / 0.2); + border-right-color: rgb(75 85 99 / 0.2); +} +.border-x-gray-600\/25{ + border-left-color: rgb(75 85 99 / 0.25); + border-right-color: rgb(75 85 99 / 0.25); +} +.border-x-gray-600\/30{ + border-left-color: rgb(75 85 99 / 0.3); + border-right-color: rgb(75 85 99 / 0.3); +} +.border-x-gray-600\/40{ + border-left-color: rgb(75 85 99 / 0.4); + border-right-color: rgb(75 85 99 / 0.4); +} +.border-x-gray-600\/50{ + border-left-color: rgb(75 85 99 / 0.5); + border-right-color: rgb(75 85 99 / 0.5); +} +.border-x-gray-600\/60{ + border-left-color: rgb(75 85 99 / 0.6); + border-right-color: rgb(75 85 99 / 0.6); +} +.border-x-gray-600\/70{ + border-left-color: rgb(75 85 99 / 0.7); + border-right-color: rgb(75 85 99 / 0.7); +} +.border-x-gray-600\/75{ + border-left-color: rgb(75 85 99 / 0.75); + border-right-color: rgb(75 85 99 / 0.75); +} +.border-x-gray-600\/80{ + border-left-color: rgb(75 85 99 / 0.8); + border-right-color: rgb(75 85 99 / 0.8); +} +.border-x-gray-600\/90{ + border-left-color: rgb(75 85 99 / 0.9); + border-right-color: rgb(75 85 99 / 0.9); +} +.border-x-gray-600\/95{ + border-left-color: rgb(75 85 99 / 0.95); + border-right-color: rgb(75 85 99 / 0.95); +} +.border-x-gray-600\/100{ + border-left-color: rgb(75 85 99 / 1); + border-right-color: rgb(75 85 99 / 1); +} +.border-x-gray-700\/0{ + border-left-color: rgb(55 65 81 / 0); + border-right-color: rgb(55 65 81 / 0); +} +.border-x-gray-700\/5{ + border-left-color: rgb(55 65 81 / 0.05); + border-right-color: rgb(55 65 81 / 0.05); +} +.border-x-gray-700\/10{ + border-left-color: rgb(55 65 81 / 0.1); + border-right-color: rgb(55 65 81 / 0.1); +} +.border-x-gray-700\/20{ + border-left-color: rgb(55 65 81 / 0.2); + border-right-color: rgb(55 65 81 / 0.2); +} +.border-x-gray-700\/25{ + border-left-color: rgb(55 65 81 / 0.25); + border-right-color: rgb(55 65 81 / 0.25); +} +.border-x-gray-700\/30{ + border-left-color: rgb(55 65 81 / 0.3); + border-right-color: rgb(55 65 81 / 0.3); +} +.border-x-gray-700\/40{ + border-left-color: rgb(55 65 81 / 0.4); + border-right-color: rgb(55 65 81 / 0.4); +} +.border-x-gray-700\/50{ + border-left-color: rgb(55 65 81 / 0.5); + border-right-color: rgb(55 65 81 / 0.5); +} +.border-x-gray-700\/60{ + border-left-color: rgb(55 65 81 / 0.6); + border-right-color: rgb(55 65 81 / 0.6); +} +.border-x-gray-700\/70{ + border-left-color: rgb(55 65 81 / 0.7); + border-right-color: rgb(55 65 81 / 0.7); +} +.border-x-gray-700\/75{ + border-left-color: rgb(55 65 81 / 0.75); + border-right-color: rgb(55 65 81 / 0.75); +} +.border-x-gray-700\/80{ + border-left-color: rgb(55 65 81 / 0.8); + border-right-color: rgb(55 65 81 / 0.8); +} +.border-x-gray-700\/90{ + border-left-color: rgb(55 65 81 / 0.9); + border-right-color: rgb(55 65 81 / 0.9); +} +.border-x-gray-700\/95{ + border-left-color: rgb(55 65 81 / 0.95); + border-right-color: rgb(55 65 81 / 0.95); +} +.border-x-gray-700\/100{ + border-left-color: rgb(55 65 81 / 1); + border-right-color: rgb(55 65 81 / 1); +} +.border-x-gray-800\/0{ + border-left-color: rgb(31 41 55 / 0); + border-right-color: rgb(31 41 55 / 0); +} +.border-x-gray-800\/5{ + border-left-color: rgb(31 41 55 / 0.05); + border-right-color: rgb(31 41 55 / 0.05); +} +.border-x-gray-800\/10{ + border-left-color: rgb(31 41 55 / 0.1); + border-right-color: rgb(31 41 55 / 0.1); +} +.border-x-gray-800\/20{ + border-left-color: rgb(31 41 55 / 0.2); + border-right-color: rgb(31 41 55 / 0.2); +} +.border-x-gray-800\/25{ + border-left-color: rgb(31 41 55 / 0.25); + border-right-color: rgb(31 41 55 / 0.25); +} +.border-x-gray-800\/30{ + border-left-color: rgb(31 41 55 / 0.3); + border-right-color: rgb(31 41 55 / 0.3); +} +.border-x-gray-800\/40{ + border-left-color: rgb(31 41 55 / 0.4); + border-right-color: rgb(31 41 55 / 0.4); +} +.border-x-gray-800\/50{ + border-left-color: rgb(31 41 55 / 0.5); + border-right-color: rgb(31 41 55 / 0.5); +} +.border-x-gray-800\/60{ + border-left-color: rgb(31 41 55 / 0.6); + border-right-color: rgb(31 41 55 / 0.6); +} +.border-x-gray-800\/70{ + border-left-color: rgb(31 41 55 / 0.7); + border-right-color: rgb(31 41 55 / 0.7); +} +.border-x-gray-800\/75{ + border-left-color: rgb(31 41 55 / 0.75); + border-right-color: rgb(31 41 55 / 0.75); +} +.border-x-gray-800\/80{ + border-left-color: rgb(31 41 55 / 0.8); + border-right-color: rgb(31 41 55 / 0.8); +} +.border-x-gray-800\/90{ + border-left-color: rgb(31 41 55 / 0.9); + border-right-color: rgb(31 41 55 / 0.9); +} +.border-x-gray-800\/95{ + border-left-color: rgb(31 41 55 / 0.95); + border-right-color: rgb(31 41 55 / 0.95); +} +.border-x-gray-800\/100{ + border-left-color: rgb(31 41 55 / 1); + border-right-color: rgb(31 41 55 / 1); +} +.border-x-gray-900\/0{ + border-left-color: rgb(17 24 39 / 0); + border-right-color: rgb(17 24 39 / 0); +} +.border-x-gray-900\/5{ + border-left-color: rgb(17 24 39 / 0.05); + border-right-color: rgb(17 24 39 / 0.05); +} +.border-x-gray-900\/10{ + border-left-color: rgb(17 24 39 / 0.1); + border-right-color: rgb(17 24 39 / 0.1); +} +.border-x-gray-900\/20{ + border-left-color: rgb(17 24 39 / 0.2); + border-right-color: rgb(17 24 39 / 0.2); +} +.border-x-gray-900\/25{ + border-left-color: rgb(17 24 39 / 0.25); + border-right-color: rgb(17 24 39 / 0.25); +} +.border-x-gray-900\/30{ + border-left-color: rgb(17 24 39 / 0.3); + border-right-color: rgb(17 24 39 / 0.3); +} +.border-x-gray-900\/40{ + border-left-color: rgb(17 24 39 / 0.4); + border-right-color: rgb(17 24 39 / 0.4); +} +.border-x-gray-900\/50{ + border-left-color: rgb(17 24 39 / 0.5); + border-right-color: rgb(17 24 39 / 0.5); +} +.border-x-gray-900\/60{ + border-left-color: rgb(17 24 39 / 0.6); + border-right-color: rgb(17 24 39 / 0.6); +} +.border-x-gray-900\/70{ + border-left-color: rgb(17 24 39 / 0.7); + border-right-color: rgb(17 24 39 / 0.7); +} +.border-x-gray-900\/75{ + border-left-color: rgb(17 24 39 / 0.75); + border-right-color: rgb(17 24 39 / 0.75); +} +.border-x-gray-900\/80{ + border-left-color: rgb(17 24 39 / 0.8); + border-right-color: rgb(17 24 39 / 0.8); +} +.border-x-gray-900\/90{ + border-left-color: rgb(17 24 39 / 0.9); + border-right-color: rgb(17 24 39 / 0.9); +} +.border-x-gray-900\/95{ + border-left-color: rgb(17 24 39 / 0.95); + border-right-color: rgb(17 24 39 / 0.95); +} +.border-x-gray-900\/100{ + border-left-color: rgb(17 24 39 / 1); + border-right-color: rgb(17 24 39 / 1); +} +.border-x-zinc-50\/0{ + border-left-color: rgb(250 250 250 / 0); + border-right-color: rgb(250 250 250 / 0); +} +.border-x-zinc-50\/5{ + border-left-color: rgb(250 250 250 / 0.05); + border-right-color: rgb(250 250 250 / 0.05); +} +.border-x-zinc-50\/10{ + border-left-color: rgb(250 250 250 / 0.1); + border-right-color: rgb(250 250 250 / 0.1); +} +.border-x-zinc-50\/20{ + border-left-color: rgb(250 250 250 / 0.2); + border-right-color: rgb(250 250 250 / 0.2); +} +.border-x-zinc-50\/25{ + border-left-color: rgb(250 250 250 / 0.25); + border-right-color: rgb(250 250 250 / 0.25); +} +.border-x-zinc-50\/30{ + border-left-color: rgb(250 250 250 / 0.3); + border-right-color: rgb(250 250 250 / 0.3); +} +.border-x-zinc-50\/40{ + border-left-color: rgb(250 250 250 / 0.4); + border-right-color: rgb(250 250 250 / 0.4); +} +.border-x-zinc-50\/50{ + border-left-color: rgb(250 250 250 / 0.5); + border-right-color: rgb(250 250 250 / 0.5); +} +.border-x-zinc-50\/60{ + border-left-color: rgb(250 250 250 / 0.6); + border-right-color: rgb(250 250 250 / 0.6); +} +.border-x-zinc-50\/70{ + border-left-color: rgb(250 250 250 / 0.7); + border-right-color: rgb(250 250 250 / 0.7); +} +.border-x-zinc-50\/75{ + border-left-color: rgb(250 250 250 / 0.75); + border-right-color: rgb(250 250 250 / 0.75); +} +.border-x-zinc-50\/80{ + border-left-color: rgb(250 250 250 / 0.8); + border-right-color: rgb(250 250 250 / 0.8); +} +.border-x-zinc-50\/90{ + border-left-color: rgb(250 250 250 / 0.9); + border-right-color: rgb(250 250 250 / 0.9); +} +.border-x-zinc-50\/95{ + border-left-color: rgb(250 250 250 / 0.95); + border-right-color: rgb(250 250 250 / 0.95); +} +.border-x-zinc-50\/100{ + border-left-color: rgb(250 250 250 / 1); + border-right-color: rgb(250 250 250 / 1); +} +.border-x-zinc-100\/0{ + border-left-color: rgb(244 244 245 / 0); + border-right-color: rgb(244 244 245 / 0); +} +.border-x-zinc-100\/5{ + border-left-color: rgb(244 244 245 / 0.05); + border-right-color: rgb(244 244 245 / 0.05); +} +.border-x-zinc-100\/10{ + border-left-color: rgb(244 244 245 / 0.1); + border-right-color: rgb(244 244 245 / 0.1); +} +.border-x-zinc-100\/20{ + border-left-color: rgb(244 244 245 / 0.2); + border-right-color: rgb(244 244 245 / 0.2); +} +.border-x-zinc-100\/25{ + border-left-color: rgb(244 244 245 / 0.25); + border-right-color: rgb(244 244 245 / 0.25); +} +.border-x-zinc-100\/30{ + border-left-color: rgb(244 244 245 / 0.3); + border-right-color: rgb(244 244 245 / 0.3); +} +.border-x-zinc-100\/40{ + border-left-color: rgb(244 244 245 / 0.4); + border-right-color: rgb(244 244 245 / 0.4); +} +.border-x-zinc-100\/50{ + border-left-color: rgb(244 244 245 / 0.5); + border-right-color: rgb(244 244 245 / 0.5); +} +.border-x-zinc-100\/60{ + border-left-color: rgb(244 244 245 / 0.6); + border-right-color: rgb(244 244 245 / 0.6); +} +.border-x-zinc-100\/70{ + border-left-color: rgb(244 244 245 / 0.7); + border-right-color: rgb(244 244 245 / 0.7); +} +.border-x-zinc-100\/75{ + border-left-color: rgb(244 244 245 / 0.75); + border-right-color: rgb(244 244 245 / 0.75); +} +.border-x-zinc-100\/80{ + border-left-color: rgb(244 244 245 / 0.8); + border-right-color: rgb(244 244 245 / 0.8); +} +.border-x-zinc-100\/90{ + border-left-color: rgb(244 244 245 / 0.9); + border-right-color: rgb(244 244 245 / 0.9); +} +.border-x-zinc-100\/95{ + border-left-color: rgb(244 244 245 / 0.95); + border-right-color: rgb(244 244 245 / 0.95); +} +.border-x-zinc-100\/100{ + border-left-color: rgb(244 244 245 / 1); + border-right-color: rgb(244 244 245 / 1); +} +.border-x-zinc-200\/0{ + border-left-color: rgb(228 228 231 / 0); + border-right-color: rgb(228 228 231 / 0); +} +.border-x-zinc-200\/5{ + border-left-color: rgb(228 228 231 / 0.05); + border-right-color: rgb(228 228 231 / 0.05); +} +.border-x-zinc-200\/10{ + border-left-color: rgb(228 228 231 / 0.1); + border-right-color: rgb(228 228 231 / 0.1); +} +.border-x-zinc-200\/20{ + border-left-color: rgb(228 228 231 / 0.2); + border-right-color: rgb(228 228 231 / 0.2); +} +.border-x-zinc-200\/25{ + border-left-color: rgb(228 228 231 / 0.25); + border-right-color: rgb(228 228 231 / 0.25); +} +.border-x-zinc-200\/30{ + border-left-color: rgb(228 228 231 / 0.3); + border-right-color: rgb(228 228 231 / 0.3); +} +.border-x-zinc-200\/40{ + border-left-color: rgb(228 228 231 / 0.4); + border-right-color: rgb(228 228 231 / 0.4); +} +.border-x-zinc-200\/50{ + border-left-color: rgb(228 228 231 / 0.5); + border-right-color: rgb(228 228 231 / 0.5); +} +.border-x-zinc-200\/60{ + border-left-color: rgb(228 228 231 / 0.6); + border-right-color: rgb(228 228 231 / 0.6); +} +.border-x-zinc-200\/70{ + border-left-color: rgb(228 228 231 / 0.7); + border-right-color: rgb(228 228 231 / 0.7); +} +.border-x-zinc-200\/75{ + border-left-color: rgb(228 228 231 / 0.75); + border-right-color: rgb(228 228 231 / 0.75); +} +.border-x-zinc-200\/80{ + border-left-color: rgb(228 228 231 / 0.8); + border-right-color: rgb(228 228 231 / 0.8); +} +.border-x-zinc-200\/90{ + border-left-color: rgb(228 228 231 / 0.9); + border-right-color: rgb(228 228 231 / 0.9); +} +.border-x-zinc-200\/95{ + border-left-color: rgb(228 228 231 / 0.95); + border-right-color: rgb(228 228 231 / 0.95); +} +.border-x-zinc-200\/100{ + border-left-color: rgb(228 228 231 / 1); + border-right-color: rgb(228 228 231 / 1); +} +.border-x-zinc-300\/0{ + border-left-color: rgb(212 212 216 / 0); + border-right-color: rgb(212 212 216 / 0); +} +.border-x-zinc-300\/5{ + border-left-color: rgb(212 212 216 / 0.05); + border-right-color: rgb(212 212 216 / 0.05); +} +.border-x-zinc-300\/10{ + border-left-color: rgb(212 212 216 / 0.1); + border-right-color: rgb(212 212 216 / 0.1); +} +.border-x-zinc-300\/20{ + border-left-color: rgb(212 212 216 / 0.2); + border-right-color: rgb(212 212 216 / 0.2); +} +.border-x-zinc-300\/25{ + border-left-color: rgb(212 212 216 / 0.25); + border-right-color: rgb(212 212 216 / 0.25); +} +.border-x-zinc-300\/30{ + border-left-color: rgb(212 212 216 / 0.3); + border-right-color: rgb(212 212 216 / 0.3); +} +.border-x-zinc-300\/40{ + border-left-color: rgb(212 212 216 / 0.4); + border-right-color: rgb(212 212 216 / 0.4); +} +.border-x-zinc-300\/50{ + border-left-color: rgb(212 212 216 / 0.5); + border-right-color: rgb(212 212 216 / 0.5); +} +.border-x-zinc-300\/60{ + border-left-color: rgb(212 212 216 / 0.6); + border-right-color: rgb(212 212 216 / 0.6); +} +.border-x-zinc-300\/70{ + border-left-color: rgb(212 212 216 / 0.7); + border-right-color: rgb(212 212 216 / 0.7); +} +.border-x-zinc-300\/75{ + border-left-color: rgb(212 212 216 / 0.75); + border-right-color: rgb(212 212 216 / 0.75); +} +.border-x-zinc-300\/80{ + border-left-color: rgb(212 212 216 / 0.8); + border-right-color: rgb(212 212 216 / 0.8); +} +.border-x-zinc-300\/90{ + border-left-color: rgb(212 212 216 / 0.9); + border-right-color: rgb(212 212 216 / 0.9); +} +.border-x-zinc-300\/95{ + border-left-color: rgb(212 212 216 / 0.95); + border-right-color: rgb(212 212 216 / 0.95); +} +.border-x-zinc-300\/100{ + border-left-color: rgb(212 212 216 / 1); + border-right-color: rgb(212 212 216 / 1); +} +.border-x-zinc-400\/0{ + border-left-color: rgb(161 161 170 / 0); + border-right-color: rgb(161 161 170 / 0); +} +.border-x-zinc-400\/5{ + border-left-color: rgb(161 161 170 / 0.05); + border-right-color: rgb(161 161 170 / 0.05); +} +.border-x-zinc-400\/10{ + border-left-color: rgb(161 161 170 / 0.1); + border-right-color: rgb(161 161 170 / 0.1); +} +.border-x-zinc-400\/20{ + border-left-color: rgb(161 161 170 / 0.2); + border-right-color: rgb(161 161 170 / 0.2); +} +.border-x-zinc-400\/25{ + border-left-color: rgb(161 161 170 / 0.25); + border-right-color: rgb(161 161 170 / 0.25); +} +.border-x-zinc-400\/30{ + border-left-color: rgb(161 161 170 / 0.3); + border-right-color: rgb(161 161 170 / 0.3); +} +.border-x-zinc-400\/40{ + border-left-color: rgb(161 161 170 / 0.4); + border-right-color: rgb(161 161 170 / 0.4); +} +.border-x-zinc-400\/50{ + border-left-color: rgb(161 161 170 / 0.5); + border-right-color: rgb(161 161 170 / 0.5); +} +.border-x-zinc-400\/60{ + border-left-color: rgb(161 161 170 / 0.6); + border-right-color: rgb(161 161 170 / 0.6); +} +.border-x-zinc-400\/70{ + border-left-color: rgb(161 161 170 / 0.7); + border-right-color: rgb(161 161 170 / 0.7); +} +.border-x-zinc-400\/75{ + border-left-color: rgb(161 161 170 / 0.75); + border-right-color: rgb(161 161 170 / 0.75); +} +.border-x-zinc-400\/80{ + border-left-color: rgb(161 161 170 / 0.8); + border-right-color: rgb(161 161 170 / 0.8); +} +.border-x-zinc-400\/90{ + border-left-color: rgb(161 161 170 / 0.9); + border-right-color: rgb(161 161 170 / 0.9); +} +.border-x-zinc-400\/95{ + border-left-color: rgb(161 161 170 / 0.95); + border-right-color: rgb(161 161 170 / 0.95); +} +.border-x-zinc-400\/100{ + border-left-color: rgb(161 161 170 / 1); + border-right-color: rgb(161 161 170 / 1); +} +.border-x-zinc-500\/0{ + border-left-color: rgb(113 113 122 / 0); + border-right-color: rgb(113 113 122 / 0); +} +.border-x-zinc-500\/5{ + border-left-color: rgb(113 113 122 / 0.05); + border-right-color: rgb(113 113 122 / 0.05); +} +.border-x-zinc-500\/10{ + border-left-color: rgb(113 113 122 / 0.1); + border-right-color: rgb(113 113 122 / 0.1); +} +.border-x-zinc-500\/20{ + border-left-color: rgb(113 113 122 / 0.2); + border-right-color: rgb(113 113 122 / 0.2); +} +.border-x-zinc-500\/25{ + border-left-color: rgb(113 113 122 / 0.25); + border-right-color: rgb(113 113 122 / 0.25); +} +.border-x-zinc-500\/30{ + border-left-color: rgb(113 113 122 / 0.3); + border-right-color: rgb(113 113 122 / 0.3); +} +.border-x-zinc-500\/40{ + border-left-color: rgb(113 113 122 / 0.4); + border-right-color: rgb(113 113 122 / 0.4); +} +.border-x-zinc-500\/50{ + border-left-color: rgb(113 113 122 / 0.5); + border-right-color: rgb(113 113 122 / 0.5); +} +.border-x-zinc-500\/60{ + border-left-color: rgb(113 113 122 / 0.6); + border-right-color: rgb(113 113 122 / 0.6); +} +.border-x-zinc-500\/70{ + border-left-color: rgb(113 113 122 / 0.7); + border-right-color: rgb(113 113 122 / 0.7); +} +.border-x-zinc-500\/75{ + border-left-color: rgb(113 113 122 / 0.75); + border-right-color: rgb(113 113 122 / 0.75); +} +.border-x-zinc-500\/80{ + border-left-color: rgb(113 113 122 / 0.8); + border-right-color: rgb(113 113 122 / 0.8); +} +.border-x-zinc-500\/90{ + border-left-color: rgb(113 113 122 / 0.9); + border-right-color: rgb(113 113 122 / 0.9); +} +.border-x-zinc-500\/95{ + border-left-color: rgb(113 113 122 / 0.95); + border-right-color: rgb(113 113 122 / 0.95); +} +.border-x-zinc-500\/100{ + border-left-color: rgb(113 113 122 / 1); + border-right-color: rgb(113 113 122 / 1); +} +.border-x-zinc-600\/0{ + border-left-color: rgb(82 82 91 / 0); + border-right-color: rgb(82 82 91 / 0); +} +.border-x-zinc-600\/5{ + border-left-color: rgb(82 82 91 / 0.05); + border-right-color: rgb(82 82 91 / 0.05); +} +.border-x-zinc-600\/10{ + border-left-color: rgb(82 82 91 / 0.1); + border-right-color: rgb(82 82 91 / 0.1); +} +.border-x-zinc-600\/20{ + border-left-color: rgb(82 82 91 / 0.2); + border-right-color: rgb(82 82 91 / 0.2); +} +.border-x-zinc-600\/25{ + border-left-color: rgb(82 82 91 / 0.25); + border-right-color: rgb(82 82 91 / 0.25); +} +.border-x-zinc-600\/30{ + border-left-color: rgb(82 82 91 / 0.3); + border-right-color: rgb(82 82 91 / 0.3); +} +.border-x-zinc-600\/40{ + border-left-color: rgb(82 82 91 / 0.4); + border-right-color: rgb(82 82 91 / 0.4); +} +.border-x-zinc-600\/50{ + border-left-color: rgb(82 82 91 / 0.5); + border-right-color: rgb(82 82 91 / 0.5); +} +.border-x-zinc-600\/60{ + border-left-color: rgb(82 82 91 / 0.6); + border-right-color: rgb(82 82 91 / 0.6); +} +.border-x-zinc-600\/70{ + border-left-color: rgb(82 82 91 / 0.7); + border-right-color: rgb(82 82 91 / 0.7); +} +.border-x-zinc-600\/75{ + border-left-color: rgb(82 82 91 / 0.75); + border-right-color: rgb(82 82 91 / 0.75); +} +.border-x-zinc-600\/80{ + border-left-color: rgb(82 82 91 / 0.8); + border-right-color: rgb(82 82 91 / 0.8); +} +.border-x-zinc-600\/90{ + border-left-color: rgb(82 82 91 / 0.9); + border-right-color: rgb(82 82 91 / 0.9); +} +.border-x-zinc-600\/95{ + border-left-color: rgb(82 82 91 / 0.95); + border-right-color: rgb(82 82 91 / 0.95); +} +.border-x-zinc-600\/100{ + border-left-color: rgb(82 82 91 / 1); + border-right-color: rgb(82 82 91 / 1); +} +.border-x-zinc-700\/0{ + border-left-color: rgb(63 63 70 / 0); + border-right-color: rgb(63 63 70 / 0); +} +.border-x-zinc-700\/5{ + border-left-color: rgb(63 63 70 / 0.05); + border-right-color: rgb(63 63 70 / 0.05); +} +.border-x-zinc-700\/10{ + border-left-color: rgb(63 63 70 / 0.1); + border-right-color: rgb(63 63 70 / 0.1); +} +.border-x-zinc-700\/20{ + border-left-color: rgb(63 63 70 / 0.2); + border-right-color: rgb(63 63 70 / 0.2); +} +.border-x-zinc-700\/25{ + border-left-color: rgb(63 63 70 / 0.25); + border-right-color: rgb(63 63 70 / 0.25); +} +.border-x-zinc-700\/30{ + border-left-color: rgb(63 63 70 / 0.3); + border-right-color: rgb(63 63 70 / 0.3); +} +.border-x-zinc-700\/40{ + border-left-color: rgb(63 63 70 / 0.4); + border-right-color: rgb(63 63 70 / 0.4); +} +.border-x-zinc-700\/50{ + border-left-color: rgb(63 63 70 / 0.5); + border-right-color: rgb(63 63 70 / 0.5); +} +.border-x-zinc-700\/60{ + border-left-color: rgb(63 63 70 / 0.6); + border-right-color: rgb(63 63 70 / 0.6); +} +.border-x-zinc-700\/70{ + border-left-color: rgb(63 63 70 / 0.7); + border-right-color: rgb(63 63 70 / 0.7); +} +.border-x-zinc-700\/75{ + border-left-color: rgb(63 63 70 / 0.75); + border-right-color: rgb(63 63 70 / 0.75); +} +.border-x-zinc-700\/80{ + border-left-color: rgb(63 63 70 / 0.8); + border-right-color: rgb(63 63 70 / 0.8); +} +.border-x-zinc-700\/90{ + border-left-color: rgb(63 63 70 / 0.9); + border-right-color: rgb(63 63 70 / 0.9); +} +.border-x-zinc-700\/95{ + border-left-color: rgb(63 63 70 / 0.95); + border-right-color: rgb(63 63 70 / 0.95); +} +.border-x-zinc-700\/100{ + border-left-color: rgb(63 63 70 / 1); + border-right-color: rgb(63 63 70 / 1); +} +.border-x-zinc-800\/0{ + border-left-color: rgb(39 39 42 / 0); + border-right-color: rgb(39 39 42 / 0); +} +.border-x-zinc-800\/5{ + border-left-color: rgb(39 39 42 / 0.05); + border-right-color: rgb(39 39 42 / 0.05); +} +.border-x-zinc-800\/10{ + border-left-color: rgb(39 39 42 / 0.1); + border-right-color: rgb(39 39 42 / 0.1); +} +.border-x-zinc-800\/20{ + border-left-color: rgb(39 39 42 / 0.2); + border-right-color: rgb(39 39 42 / 0.2); +} +.border-x-zinc-800\/25{ + border-left-color: rgb(39 39 42 / 0.25); + border-right-color: rgb(39 39 42 / 0.25); +} +.border-x-zinc-800\/30{ + border-left-color: rgb(39 39 42 / 0.3); + border-right-color: rgb(39 39 42 / 0.3); +} +.border-x-zinc-800\/40{ + border-left-color: rgb(39 39 42 / 0.4); + border-right-color: rgb(39 39 42 / 0.4); +} +.border-x-zinc-800\/50{ + border-left-color: rgb(39 39 42 / 0.5); + border-right-color: rgb(39 39 42 / 0.5); +} +.border-x-zinc-800\/60{ + border-left-color: rgb(39 39 42 / 0.6); + border-right-color: rgb(39 39 42 / 0.6); +} +.border-x-zinc-800\/70{ + border-left-color: rgb(39 39 42 / 0.7); + border-right-color: rgb(39 39 42 / 0.7); +} +.border-x-zinc-800\/75{ + border-left-color: rgb(39 39 42 / 0.75); + border-right-color: rgb(39 39 42 / 0.75); +} +.border-x-zinc-800\/80{ + border-left-color: rgb(39 39 42 / 0.8); + border-right-color: rgb(39 39 42 / 0.8); +} +.border-x-zinc-800\/90{ + border-left-color: rgb(39 39 42 / 0.9); + border-right-color: rgb(39 39 42 / 0.9); +} +.border-x-zinc-800\/95{ + border-left-color: rgb(39 39 42 / 0.95); + border-right-color: rgb(39 39 42 / 0.95); +} +.border-x-zinc-800\/100{ + border-left-color: rgb(39 39 42 / 1); + border-right-color: rgb(39 39 42 / 1); +} +.border-x-zinc-900\/0{ + border-left-color: rgb(24 24 27 / 0); + border-right-color: rgb(24 24 27 / 0); +} +.border-x-zinc-900\/5{ + border-left-color: rgb(24 24 27 / 0.05); + border-right-color: rgb(24 24 27 / 0.05); +} +.border-x-zinc-900\/10{ + border-left-color: rgb(24 24 27 / 0.1); + border-right-color: rgb(24 24 27 / 0.1); +} +.border-x-zinc-900\/20{ + border-left-color: rgb(24 24 27 / 0.2); + border-right-color: rgb(24 24 27 / 0.2); +} +.border-x-zinc-900\/25{ + border-left-color: rgb(24 24 27 / 0.25); + border-right-color: rgb(24 24 27 / 0.25); +} +.border-x-zinc-900\/30{ + border-left-color: rgb(24 24 27 / 0.3); + border-right-color: rgb(24 24 27 / 0.3); +} +.border-x-zinc-900\/40{ + border-left-color: rgb(24 24 27 / 0.4); + border-right-color: rgb(24 24 27 / 0.4); +} +.border-x-zinc-900\/50{ + border-left-color: rgb(24 24 27 / 0.5); + border-right-color: rgb(24 24 27 / 0.5); +} +.border-x-zinc-900\/60{ + border-left-color: rgb(24 24 27 / 0.6); + border-right-color: rgb(24 24 27 / 0.6); +} +.border-x-zinc-900\/70{ + border-left-color: rgb(24 24 27 / 0.7); + border-right-color: rgb(24 24 27 / 0.7); +} +.border-x-zinc-900\/75{ + border-left-color: rgb(24 24 27 / 0.75); + border-right-color: rgb(24 24 27 / 0.75); +} +.border-x-zinc-900\/80{ + border-left-color: rgb(24 24 27 / 0.8); + border-right-color: rgb(24 24 27 / 0.8); +} +.border-x-zinc-900\/90{ + border-left-color: rgb(24 24 27 / 0.9); + border-right-color: rgb(24 24 27 / 0.9); +} +.border-x-zinc-900\/95{ + border-left-color: rgb(24 24 27 / 0.95); + border-right-color: rgb(24 24 27 / 0.95); +} +.border-x-zinc-900\/100{ + border-left-color: rgb(24 24 27 / 1); + border-right-color: rgb(24 24 27 / 1); +} +.border-x-neutral-50\/0{ + border-left-color: rgb(250 250 250 / 0); + border-right-color: rgb(250 250 250 / 0); +} +.border-x-neutral-50\/5{ + border-left-color: rgb(250 250 250 / 0.05); + border-right-color: rgb(250 250 250 / 0.05); +} +.border-x-neutral-50\/10{ + border-left-color: rgb(250 250 250 / 0.1); + border-right-color: rgb(250 250 250 / 0.1); +} +.border-x-neutral-50\/20{ + border-left-color: rgb(250 250 250 / 0.2); + border-right-color: rgb(250 250 250 / 0.2); +} +.border-x-neutral-50\/25{ + border-left-color: rgb(250 250 250 / 0.25); + border-right-color: rgb(250 250 250 / 0.25); +} +.border-x-neutral-50\/30{ + border-left-color: rgb(250 250 250 / 0.3); + border-right-color: rgb(250 250 250 / 0.3); +} +.border-x-neutral-50\/40{ + border-left-color: rgb(250 250 250 / 0.4); + border-right-color: rgb(250 250 250 / 0.4); +} +.border-x-neutral-50\/50{ + border-left-color: rgb(250 250 250 / 0.5); + border-right-color: rgb(250 250 250 / 0.5); +} +.border-x-neutral-50\/60{ + border-left-color: rgb(250 250 250 / 0.6); + border-right-color: rgb(250 250 250 / 0.6); +} +.border-x-neutral-50\/70{ + border-left-color: rgb(250 250 250 / 0.7); + border-right-color: rgb(250 250 250 / 0.7); +} +.border-x-neutral-50\/75{ + border-left-color: rgb(250 250 250 / 0.75); + border-right-color: rgb(250 250 250 / 0.75); +} +.border-x-neutral-50\/80{ + border-left-color: rgb(250 250 250 / 0.8); + border-right-color: rgb(250 250 250 / 0.8); +} +.border-x-neutral-50\/90{ + border-left-color: rgb(250 250 250 / 0.9); + border-right-color: rgb(250 250 250 / 0.9); +} +.border-x-neutral-50\/95{ + border-left-color: rgb(250 250 250 / 0.95); + border-right-color: rgb(250 250 250 / 0.95); +} +.border-x-neutral-50\/100{ + border-left-color: rgb(250 250 250 / 1); + border-right-color: rgb(250 250 250 / 1); +} +.border-x-neutral-100\/0{ + border-left-color: rgb(245 245 245 / 0); + border-right-color: rgb(245 245 245 / 0); +} +.border-x-neutral-100\/5{ + border-left-color: rgb(245 245 245 / 0.05); + border-right-color: rgb(245 245 245 / 0.05); +} +.border-x-neutral-100\/10{ + border-left-color: rgb(245 245 245 / 0.1); + border-right-color: rgb(245 245 245 / 0.1); +} +.border-x-neutral-100\/20{ + border-left-color: rgb(245 245 245 / 0.2); + border-right-color: rgb(245 245 245 / 0.2); +} +.border-x-neutral-100\/25{ + border-left-color: rgb(245 245 245 / 0.25); + border-right-color: rgb(245 245 245 / 0.25); +} +.border-x-neutral-100\/30{ + border-left-color: rgb(245 245 245 / 0.3); + border-right-color: rgb(245 245 245 / 0.3); +} +.border-x-neutral-100\/40{ + border-left-color: rgb(245 245 245 / 0.4); + border-right-color: rgb(245 245 245 / 0.4); +} +.border-x-neutral-100\/50{ + border-left-color: rgb(245 245 245 / 0.5); + border-right-color: rgb(245 245 245 / 0.5); +} +.border-x-neutral-100\/60{ + border-left-color: rgb(245 245 245 / 0.6); + border-right-color: rgb(245 245 245 / 0.6); +} +.border-x-neutral-100\/70{ + border-left-color: rgb(245 245 245 / 0.7); + border-right-color: rgb(245 245 245 / 0.7); +} +.border-x-neutral-100\/75{ + border-left-color: rgb(245 245 245 / 0.75); + border-right-color: rgb(245 245 245 / 0.75); +} +.border-x-neutral-100\/80{ + border-left-color: rgb(245 245 245 / 0.8); + border-right-color: rgb(245 245 245 / 0.8); +} +.border-x-neutral-100\/90{ + border-left-color: rgb(245 245 245 / 0.9); + border-right-color: rgb(245 245 245 / 0.9); +} +.border-x-neutral-100\/95{ + border-left-color: rgb(245 245 245 / 0.95); + border-right-color: rgb(245 245 245 / 0.95); +} +.border-x-neutral-100\/100{ + border-left-color: rgb(245 245 245 / 1); + border-right-color: rgb(245 245 245 / 1); +} +.border-x-neutral-200\/0{ + border-left-color: rgb(229 229 229 / 0); + border-right-color: rgb(229 229 229 / 0); +} +.border-x-neutral-200\/5{ + border-left-color: rgb(229 229 229 / 0.05); + border-right-color: rgb(229 229 229 / 0.05); +} +.border-x-neutral-200\/10{ + border-left-color: rgb(229 229 229 / 0.1); + border-right-color: rgb(229 229 229 / 0.1); +} +.border-x-neutral-200\/20{ + border-left-color: rgb(229 229 229 / 0.2); + border-right-color: rgb(229 229 229 / 0.2); +} +.border-x-neutral-200\/25{ + border-left-color: rgb(229 229 229 / 0.25); + border-right-color: rgb(229 229 229 / 0.25); +} +.border-x-neutral-200\/30{ + border-left-color: rgb(229 229 229 / 0.3); + border-right-color: rgb(229 229 229 / 0.3); +} +.border-x-neutral-200\/40{ + border-left-color: rgb(229 229 229 / 0.4); + border-right-color: rgb(229 229 229 / 0.4); +} +.border-x-neutral-200\/50{ + border-left-color: rgb(229 229 229 / 0.5); + border-right-color: rgb(229 229 229 / 0.5); +} +.border-x-neutral-200\/60{ + border-left-color: rgb(229 229 229 / 0.6); + border-right-color: rgb(229 229 229 / 0.6); +} +.border-x-neutral-200\/70{ + border-left-color: rgb(229 229 229 / 0.7); + border-right-color: rgb(229 229 229 / 0.7); +} +.border-x-neutral-200\/75{ + border-left-color: rgb(229 229 229 / 0.75); + border-right-color: rgb(229 229 229 / 0.75); +} +.border-x-neutral-200\/80{ + border-left-color: rgb(229 229 229 / 0.8); + border-right-color: rgb(229 229 229 / 0.8); +} +.border-x-neutral-200\/90{ + border-left-color: rgb(229 229 229 / 0.9); + border-right-color: rgb(229 229 229 / 0.9); +} +.border-x-neutral-200\/95{ + border-left-color: rgb(229 229 229 / 0.95); + border-right-color: rgb(229 229 229 / 0.95); +} +.border-x-neutral-200\/100{ + border-left-color: rgb(229 229 229 / 1); + border-right-color: rgb(229 229 229 / 1); +} +.border-x-neutral-300\/0{ + border-left-color: rgb(212 212 212 / 0); + border-right-color: rgb(212 212 212 / 0); +} +.border-x-neutral-300\/5{ + border-left-color: rgb(212 212 212 / 0.05); + border-right-color: rgb(212 212 212 / 0.05); +} +.border-x-neutral-300\/10{ + border-left-color: rgb(212 212 212 / 0.1); + border-right-color: rgb(212 212 212 / 0.1); +} +.border-x-neutral-300\/20{ + border-left-color: rgb(212 212 212 / 0.2); + border-right-color: rgb(212 212 212 / 0.2); +} +.border-x-neutral-300\/25{ + border-left-color: rgb(212 212 212 / 0.25); + border-right-color: rgb(212 212 212 / 0.25); +} +.border-x-neutral-300\/30{ + border-left-color: rgb(212 212 212 / 0.3); + border-right-color: rgb(212 212 212 / 0.3); +} +.border-x-neutral-300\/40{ + border-left-color: rgb(212 212 212 / 0.4); + border-right-color: rgb(212 212 212 / 0.4); +} +.border-x-neutral-300\/50{ + border-left-color: rgb(212 212 212 / 0.5); + border-right-color: rgb(212 212 212 / 0.5); +} +.border-x-neutral-300\/60{ + border-left-color: rgb(212 212 212 / 0.6); + border-right-color: rgb(212 212 212 / 0.6); +} +.border-x-neutral-300\/70{ + border-left-color: rgb(212 212 212 / 0.7); + border-right-color: rgb(212 212 212 / 0.7); +} +.border-x-neutral-300\/75{ + border-left-color: rgb(212 212 212 / 0.75); + border-right-color: rgb(212 212 212 / 0.75); +} +.border-x-neutral-300\/80{ + border-left-color: rgb(212 212 212 / 0.8); + border-right-color: rgb(212 212 212 / 0.8); +} +.border-x-neutral-300\/90{ + border-left-color: rgb(212 212 212 / 0.9); + border-right-color: rgb(212 212 212 / 0.9); +} +.border-x-neutral-300\/95{ + border-left-color: rgb(212 212 212 / 0.95); + border-right-color: rgb(212 212 212 / 0.95); +} +.border-x-neutral-300\/100{ + border-left-color: rgb(212 212 212 / 1); + border-right-color: rgb(212 212 212 / 1); +} +.border-x-neutral-400\/0{ + border-left-color: rgb(163 163 163 / 0); + border-right-color: rgb(163 163 163 / 0); +} +.border-x-neutral-400\/5{ + border-left-color: rgb(163 163 163 / 0.05); + border-right-color: rgb(163 163 163 / 0.05); +} +.border-x-neutral-400\/10{ + border-left-color: rgb(163 163 163 / 0.1); + border-right-color: rgb(163 163 163 / 0.1); +} +.border-x-neutral-400\/20{ + border-left-color: rgb(163 163 163 / 0.2); + border-right-color: rgb(163 163 163 / 0.2); +} +.border-x-neutral-400\/25{ + border-left-color: rgb(163 163 163 / 0.25); + border-right-color: rgb(163 163 163 / 0.25); +} +.border-x-neutral-400\/30{ + border-left-color: rgb(163 163 163 / 0.3); + border-right-color: rgb(163 163 163 / 0.3); +} +.border-x-neutral-400\/40{ + border-left-color: rgb(163 163 163 / 0.4); + border-right-color: rgb(163 163 163 / 0.4); +} +.border-x-neutral-400\/50{ + border-left-color: rgb(163 163 163 / 0.5); + border-right-color: rgb(163 163 163 / 0.5); +} +.border-x-neutral-400\/60{ + border-left-color: rgb(163 163 163 / 0.6); + border-right-color: rgb(163 163 163 / 0.6); +} +.border-x-neutral-400\/70{ + border-left-color: rgb(163 163 163 / 0.7); + border-right-color: rgb(163 163 163 / 0.7); +} +.border-x-neutral-400\/75{ + border-left-color: rgb(163 163 163 / 0.75); + border-right-color: rgb(163 163 163 / 0.75); +} +.border-x-neutral-400\/80{ + border-left-color: rgb(163 163 163 / 0.8); + border-right-color: rgb(163 163 163 / 0.8); +} +.border-x-neutral-400\/90{ + border-left-color: rgb(163 163 163 / 0.9); + border-right-color: rgb(163 163 163 / 0.9); +} +.border-x-neutral-400\/95{ + border-left-color: rgb(163 163 163 / 0.95); + border-right-color: rgb(163 163 163 / 0.95); +} +.border-x-neutral-400\/100{ + border-left-color: rgb(163 163 163 / 1); + border-right-color: rgb(163 163 163 / 1); +} +.border-x-neutral-500\/0{ + border-left-color: rgb(115 115 115 / 0); + border-right-color: rgb(115 115 115 / 0); +} +.border-x-neutral-500\/5{ + border-left-color: rgb(115 115 115 / 0.05); + border-right-color: rgb(115 115 115 / 0.05); +} +.border-x-neutral-500\/10{ + border-left-color: rgb(115 115 115 / 0.1); + border-right-color: rgb(115 115 115 / 0.1); +} +.border-x-neutral-500\/20{ + border-left-color: rgb(115 115 115 / 0.2); + border-right-color: rgb(115 115 115 / 0.2); +} +.border-x-neutral-500\/25{ + border-left-color: rgb(115 115 115 / 0.25); + border-right-color: rgb(115 115 115 / 0.25); +} +.border-x-neutral-500\/30{ + border-left-color: rgb(115 115 115 / 0.3); + border-right-color: rgb(115 115 115 / 0.3); +} +.border-x-neutral-500\/40{ + border-left-color: rgb(115 115 115 / 0.4); + border-right-color: rgb(115 115 115 / 0.4); +} +.border-x-neutral-500\/50{ + border-left-color: rgb(115 115 115 / 0.5); + border-right-color: rgb(115 115 115 / 0.5); +} +.border-x-neutral-500\/60{ + border-left-color: rgb(115 115 115 / 0.6); + border-right-color: rgb(115 115 115 / 0.6); +} +.border-x-neutral-500\/70{ + border-left-color: rgb(115 115 115 / 0.7); + border-right-color: rgb(115 115 115 / 0.7); +} +.border-x-neutral-500\/75{ + border-left-color: rgb(115 115 115 / 0.75); + border-right-color: rgb(115 115 115 / 0.75); +} +.border-x-neutral-500\/80{ + border-left-color: rgb(115 115 115 / 0.8); + border-right-color: rgb(115 115 115 / 0.8); +} +.border-x-neutral-500\/90{ + border-left-color: rgb(115 115 115 / 0.9); + border-right-color: rgb(115 115 115 / 0.9); +} +.border-x-neutral-500\/95{ + border-left-color: rgb(115 115 115 / 0.95); + border-right-color: rgb(115 115 115 / 0.95); +} +.border-x-neutral-500\/100{ + border-left-color: rgb(115 115 115 / 1); + border-right-color: rgb(115 115 115 / 1); +} +.border-x-neutral-600\/0{ + border-left-color: rgb(82 82 82 / 0); + border-right-color: rgb(82 82 82 / 0); +} +.border-x-neutral-600\/5{ + border-left-color: rgb(82 82 82 / 0.05); + border-right-color: rgb(82 82 82 / 0.05); +} +.border-x-neutral-600\/10{ + border-left-color: rgb(82 82 82 / 0.1); + border-right-color: rgb(82 82 82 / 0.1); +} +.border-x-neutral-600\/20{ + border-left-color: rgb(82 82 82 / 0.2); + border-right-color: rgb(82 82 82 / 0.2); +} +.border-x-neutral-600\/25{ + border-left-color: rgb(82 82 82 / 0.25); + border-right-color: rgb(82 82 82 / 0.25); +} +.border-x-neutral-600\/30{ + border-left-color: rgb(82 82 82 / 0.3); + border-right-color: rgb(82 82 82 / 0.3); +} +.border-x-neutral-600\/40{ + border-left-color: rgb(82 82 82 / 0.4); + border-right-color: rgb(82 82 82 / 0.4); +} +.border-x-neutral-600\/50{ + border-left-color: rgb(82 82 82 / 0.5); + border-right-color: rgb(82 82 82 / 0.5); +} +.border-x-neutral-600\/60{ + border-left-color: rgb(82 82 82 / 0.6); + border-right-color: rgb(82 82 82 / 0.6); +} +.border-x-neutral-600\/70{ + border-left-color: rgb(82 82 82 / 0.7); + border-right-color: rgb(82 82 82 / 0.7); +} +.border-x-neutral-600\/75{ + border-left-color: rgb(82 82 82 / 0.75); + border-right-color: rgb(82 82 82 / 0.75); +} +.border-x-neutral-600\/80{ + border-left-color: rgb(82 82 82 / 0.8); + border-right-color: rgb(82 82 82 / 0.8); +} +.border-x-neutral-600\/90{ + border-left-color: rgb(82 82 82 / 0.9); + border-right-color: rgb(82 82 82 / 0.9); +} +.border-x-neutral-600\/95{ + border-left-color: rgb(82 82 82 / 0.95); + border-right-color: rgb(82 82 82 / 0.95); +} +.border-x-neutral-600\/100{ + border-left-color: rgb(82 82 82 / 1); + border-right-color: rgb(82 82 82 / 1); +} +.border-x-neutral-700\/0{ + border-left-color: rgb(64 64 64 / 0); + border-right-color: rgb(64 64 64 / 0); +} +.border-x-neutral-700\/5{ + border-left-color: rgb(64 64 64 / 0.05); + border-right-color: rgb(64 64 64 / 0.05); +} +.border-x-neutral-700\/10{ + border-left-color: rgb(64 64 64 / 0.1); + border-right-color: rgb(64 64 64 / 0.1); +} +.border-x-neutral-700\/20{ + border-left-color: rgb(64 64 64 / 0.2); + border-right-color: rgb(64 64 64 / 0.2); +} +.border-x-neutral-700\/25{ + border-left-color: rgb(64 64 64 / 0.25); + border-right-color: rgb(64 64 64 / 0.25); +} +.border-x-neutral-700\/30{ + border-left-color: rgb(64 64 64 / 0.3); + border-right-color: rgb(64 64 64 / 0.3); +} +.border-x-neutral-700\/40{ + border-left-color: rgb(64 64 64 / 0.4); + border-right-color: rgb(64 64 64 / 0.4); +} +.border-x-neutral-700\/50{ + border-left-color: rgb(64 64 64 / 0.5); + border-right-color: rgb(64 64 64 / 0.5); +} +.border-x-neutral-700\/60{ + border-left-color: rgb(64 64 64 / 0.6); + border-right-color: rgb(64 64 64 / 0.6); +} +.border-x-neutral-700\/70{ + border-left-color: rgb(64 64 64 / 0.7); + border-right-color: rgb(64 64 64 / 0.7); +} +.border-x-neutral-700\/75{ + border-left-color: rgb(64 64 64 / 0.75); + border-right-color: rgb(64 64 64 / 0.75); +} +.border-x-neutral-700\/80{ + border-left-color: rgb(64 64 64 / 0.8); + border-right-color: rgb(64 64 64 / 0.8); +} +.border-x-neutral-700\/90{ + border-left-color: rgb(64 64 64 / 0.9); + border-right-color: rgb(64 64 64 / 0.9); +} +.border-x-neutral-700\/95{ + border-left-color: rgb(64 64 64 / 0.95); + border-right-color: rgb(64 64 64 / 0.95); +} +.border-x-neutral-700\/100{ + border-left-color: rgb(64 64 64 / 1); + border-right-color: rgb(64 64 64 / 1); +} +.border-x-neutral-800\/0{ + border-left-color: rgb(38 38 38 / 0); + border-right-color: rgb(38 38 38 / 0); +} +.border-x-neutral-800\/5{ + border-left-color: rgb(38 38 38 / 0.05); + border-right-color: rgb(38 38 38 / 0.05); +} +.border-x-neutral-800\/10{ + border-left-color: rgb(38 38 38 / 0.1); + border-right-color: rgb(38 38 38 / 0.1); +} +.border-x-neutral-800\/20{ + border-left-color: rgb(38 38 38 / 0.2); + border-right-color: rgb(38 38 38 / 0.2); +} +.border-x-neutral-800\/25{ + border-left-color: rgb(38 38 38 / 0.25); + border-right-color: rgb(38 38 38 / 0.25); +} +.border-x-neutral-800\/30{ + border-left-color: rgb(38 38 38 / 0.3); + border-right-color: rgb(38 38 38 / 0.3); +} +.border-x-neutral-800\/40{ + border-left-color: rgb(38 38 38 / 0.4); + border-right-color: rgb(38 38 38 / 0.4); +} +.border-x-neutral-800\/50{ + border-left-color: rgb(38 38 38 / 0.5); + border-right-color: rgb(38 38 38 / 0.5); +} +.border-x-neutral-800\/60{ + border-left-color: rgb(38 38 38 / 0.6); + border-right-color: rgb(38 38 38 / 0.6); +} +.border-x-neutral-800\/70{ + border-left-color: rgb(38 38 38 / 0.7); + border-right-color: rgb(38 38 38 / 0.7); +} +.border-x-neutral-800\/75{ + border-left-color: rgb(38 38 38 / 0.75); + border-right-color: rgb(38 38 38 / 0.75); +} +.border-x-neutral-800\/80{ + border-left-color: rgb(38 38 38 / 0.8); + border-right-color: rgb(38 38 38 / 0.8); +} +.border-x-neutral-800\/90{ + border-left-color: rgb(38 38 38 / 0.9); + border-right-color: rgb(38 38 38 / 0.9); +} +.border-x-neutral-800\/95{ + border-left-color: rgb(38 38 38 / 0.95); + border-right-color: rgb(38 38 38 / 0.95); +} +.border-x-neutral-800\/100{ + border-left-color: rgb(38 38 38 / 1); + border-right-color: rgb(38 38 38 / 1); +} +.border-x-neutral-900\/0{ + border-left-color: rgb(23 23 23 / 0); + border-right-color: rgb(23 23 23 / 0); +} +.border-x-neutral-900\/5{ + border-left-color: rgb(23 23 23 / 0.05); + border-right-color: rgb(23 23 23 / 0.05); +} +.border-x-neutral-900\/10{ + border-left-color: rgb(23 23 23 / 0.1); + border-right-color: rgb(23 23 23 / 0.1); +} +.border-x-neutral-900\/20{ + border-left-color: rgb(23 23 23 / 0.2); + border-right-color: rgb(23 23 23 / 0.2); +} +.border-x-neutral-900\/25{ + border-left-color: rgb(23 23 23 / 0.25); + border-right-color: rgb(23 23 23 / 0.25); +} +.border-x-neutral-900\/30{ + border-left-color: rgb(23 23 23 / 0.3); + border-right-color: rgb(23 23 23 / 0.3); +} +.border-x-neutral-900\/40{ + border-left-color: rgb(23 23 23 / 0.4); + border-right-color: rgb(23 23 23 / 0.4); +} +.border-x-neutral-900\/50{ + border-left-color: rgb(23 23 23 / 0.5); + border-right-color: rgb(23 23 23 / 0.5); +} +.border-x-neutral-900\/60{ + border-left-color: rgb(23 23 23 / 0.6); + border-right-color: rgb(23 23 23 / 0.6); +} +.border-x-neutral-900\/70{ + border-left-color: rgb(23 23 23 / 0.7); + border-right-color: rgb(23 23 23 / 0.7); +} +.border-x-neutral-900\/75{ + border-left-color: rgb(23 23 23 / 0.75); + border-right-color: rgb(23 23 23 / 0.75); +} +.border-x-neutral-900\/80{ + border-left-color: rgb(23 23 23 / 0.8); + border-right-color: rgb(23 23 23 / 0.8); +} +.border-x-neutral-900\/90{ + border-left-color: rgb(23 23 23 / 0.9); + border-right-color: rgb(23 23 23 / 0.9); +} +.border-x-neutral-900\/95{ + border-left-color: rgb(23 23 23 / 0.95); + border-right-color: rgb(23 23 23 / 0.95); +} +.border-x-neutral-900\/100{ + border-left-color: rgb(23 23 23 / 1); + border-right-color: rgb(23 23 23 / 1); +} +.border-x-stone-50\/0{ + border-left-color: rgb(250 250 249 / 0); + border-right-color: rgb(250 250 249 / 0); +} +.border-x-stone-50\/5{ + border-left-color: rgb(250 250 249 / 0.05); + border-right-color: rgb(250 250 249 / 0.05); +} +.border-x-stone-50\/10{ + border-left-color: rgb(250 250 249 / 0.1); + border-right-color: rgb(250 250 249 / 0.1); +} +.border-x-stone-50\/20{ + border-left-color: rgb(250 250 249 / 0.2); + border-right-color: rgb(250 250 249 / 0.2); +} +.border-x-stone-50\/25{ + border-left-color: rgb(250 250 249 / 0.25); + border-right-color: rgb(250 250 249 / 0.25); +} +.border-x-stone-50\/30{ + border-left-color: rgb(250 250 249 / 0.3); + border-right-color: rgb(250 250 249 / 0.3); +} +.border-x-stone-50\/40{ + border-left-color: rgb(250 250 249 / 0.4); + border-right-color: rgb(250 250 249 / 0.4); +} +.border-x-stone-50\/50{ + border-left-color: rgb(250 250 249 / 0.5); + border-right-color: rgb(250 250 249 / 0.5); +} +.border-x-stone-50\/60{ + border-left-color: rgb(250 250 249 / 0.6); + border-right-color: rgb(250 250 249 / 0.6); +} +.border-x-stone-50\/70{ + border-left-color: rgb(250 250 249 / 0.7); + border-right-color: rgb(250 250 249 / 0.7); +} +.border-x-stone-50\/75{ + border-left-color: rgb(250 250 249 / 0.75); + border-right-color: rgb(250 250 249 / 0.75); +} +.border-x-stone-50\/80{ + border-left-color: rgb(250 250 249 / 0.8); + border-right-color: rgb(250 250 249 / 0.8); +} +.border-x-stone-50\/90{ + border-left-color: rgb(250 250 249 / 0.9); + border-right-color: rgb(250 250 249 / 0.9); +} +.border-x-stone-50\/95{ + border-left-color: rgb(250 250 249 / 0.95); + border-right-color: rgb(250 250 249 / 0.95); +} +.border-x-stone-50\/100{ + border-left-color: rgb(250 250 249 / 1); + border-right-color: rgb(250 250 249 / 1); +} +.border-x-stone-100\/0{ + border-left-color: rgb(245 245 244 / 0); + border-right-color: rgb(245 245 244 / 0); +} +.border-x-stone-100\/5{ + border-left-color: rgb(245 245 244 / 0.05); + border-right-color: rgb(245 245 244 / 0.05); +} +.border-x-stone-100\/10{ + border-left-color: rgb(245 245 244 / 0.1); + border-right-color: rgb(245 245 244 / 0.1); +} +.border-x-stone-100\/20{ + border-left-color: rgb(245 245 244 / 0.2); + border-right-color: rgb(245 245 244 / 0.2); +} +.border-x-stone-100\/25{ + border-left-color: rgb(245 245 244 / 0.25); + border-right-color: rgb(245 245 244 / 0.25); +} +.border-x-stone-100\/30{ + border-left-color: rgb(245 245 244 / 0.3); + border-right-color: rgb(245 245 244 / 0.3); +} +.border-x-stone-100\/40{ + border-left-color: rgb(245 245 244 / 0.4); + border-right-color: rgb(245 245 244 / 0.4); +} +.border-x-stone-100\/50{ + border-left-color: rgb(245 245 244 / 0.5); + border-right-color: rgb(245 245 244 / 0.5); +} +.border-x-stone-100\/60{ + border-left-color: rgb(245 245 244 / 0.6); + border-right-color: rgb(245 245 244 / 0.6); +} +.border-x-stone-100\/70{ + border-left-color: rgb(245 245 244 / 0.7); + border-right-color: rgb(245 245 244 / 0.7); +} +.border-x-stone-100\/75{ + border-left-color: rgb(245 245 244 / 0.75); + border-right-color: rgb(245 245 244 / 0.75); +} +.border-x-stone-100\/80{ + border-left-color: rgb(245 245 244 / 0.8); + border-right-color: rgb(245 245 244 / 0.8); +} +.border-x-stone-100\/90{ + border-left-color: rgb(245 245 244 / 0.9); + border-right-color: rgb(245 245 244 / 0.9); +} +.border-x-stone-100\/95{ + border-left-color: rgb(245 245 244 / 0.95); + border-right-color: rgb(245 245 244 / 0.95); +} +.border-x-stone-100\/100{ + border-left-color: rgb(245 245 244 / 1); + border-right-color: rgb(245 245 244 / 1); +} +.border-x-stone-200\/0{ + border-left-color: rgb(231 229 228 / 0); + border-right-color: rgb(231 229 228 / 0); +} +.border-x-stone-200\/5{ + border-left-color: rgb(231 229 228 / 0.05); + border-right-color: rgb(231 229 228 / 0.05); +} +.border-x-stone-200\/10{ + border-left-color: rgb(231 229 228 / 0.1); + border-right-color: rgb(231 229 228 / 0.1); +} +.border-x-stone-200\/20{ + border-left-color: rgb(231 229 228 / 0.2); + border-right-color: rgb(231 229 228 / 0.2); +} +.border-x-stone-200\/25{ + border-left-color: rgb(231 229 228 / 0.25); + border-right-color: rgb(231 229 228 / 0.25); +} +.border-x-stone-200\/30{ + border-left-color: rgb(231 229 228 / 0.3); + border-right-color: rgb(231 229 228 / 0.3); +} +.border-x-stone-200\/40{ + border-left-color: rgb(231 229 228 / 0.4); + border-right-color: rgb(231 229 228 / 0.4); +} +.border-x-stone-200\/50{ + border-left-color: rgb(231 229 228 / 0.5); + border-right-color: rgb(231 229 228 / 0.5); +} +.border-x-stone-200\/60{ + border-left-color: rgb(231 229 228 / 0.6); + border-right-color: rgb(231 229 228 / 0.6); +} +.border-x-stone-200\/70{ + border-left-color: rgb(231 229 228 / 0.7); + border-right-color: rgb(231 229 228 / 0.7); +} +.border-x-stone-200\/75{ + border-left-color: rgb(231 229 228 / 0.75); + border-right-color: rgb(231 229 228 / 0.75); +} +.border-x-stone-200\/80{ + border-left-color: rgb(231 229 228 / 0.8); + border-right-color: rgb(231 229 228 / 0.8); +} +.border-x-stone-200\/90{ + border-left-color: rgb(231 229 228 / 0.9); + border-right-color: rgb(231 229 228 / 0.9); +} +.border-x-stone-200\/95{ + border-left-color: rgb(231 229 228 / 0.95); + border-right-color: rgb(231 229 228 / 0.95); +} +.border-x-stone-200\/100{ + border-left-color: rgb(231 229 228 / 1); + border-right-color: rgb(231 229 228 / 1); +} +.border-x-stone-300\/0{ + border-left-color: rgb(214 211 209 / 0); + border-right-color: rgb(214 211 209 / 0); +} +.border-x-stone-300\/5{ + border-left-color: rgb(214 211 209 / 0.05); + border-right-color: rgb(214 211 209 / 0.05); +} +.border-x-stone-300\/10{ + border-left-color: rgb(214 211 209 / 0.1); + border-right-color: rgb(214 211 209 / 0.1); +} +.border-x-stone-300\/20{ + border-left-color: rgb(214 211 209 / 0.2); + border-right-color: rgb(214 211 209 / 0.2); +} +.border-x-stone-300\/25{ + border-left-color: rgb(214 211 209 / 0.25); + border-right-color: rgb(214 211 209 / 0.25); +} +.border-x-stone-300\/30{ + border-left-color: rgb(214 211 209 / 0.3); + border-right-color: rgb(214 211 209 / 0.3); +} +.border-x-stone-300\/40{ + border-left-color: rgb(214 211 209 / 0.4); + border-right-color: rgb(214 211 209 / 0.4); +} +.border-x-stone-300\/50{ + border-left-color: rgb(214 211 209 / 0.5); + border-right-color: rgb(214 211 209 / 0.5); +} +.border-x-stone-300\/60{ + border-left-color: rgb(214 211 209 / 0.6); + border-right-color: rgb(214 211 209 / 0.6); +} +.border-x-stone-300\/70{ + border-left-color: rgb(214 211 209 / 0.7); + border-right-color: rgb(214 211 209 / 0.7); +} +.border-x-stone-300\/75{ + border-left-color: rgb(214 211 209 / 0.75); + border-right-color: rgb(214 211 209 / 0.75); +} +.border-x-stone-300\/80{ + border-left-color: rgb(214 211 209 / 0.8); + border-right-color: rgb(214 211 209 / 0.8); +} +.border-x-stone-300\/90{ + border-left-color: rgb(214 211 209 / 0.9); + border-right-color: rgb(214 211 209 / 0.9); +} +.border-x-stone-300\/95{ + border-left-color: rgb(214 211 209 / 0.95); + border-right-color: rgb(214 211 209 / 0.95); +} +.border-x-stone-300\/100{ + border-left-color: rgb(214 211 209 / 1); + border-right-color: rgb(214 211 209 / 1); +} +.border-x-stone-400\/0{ + border-left-color: rgb(168 162 158 / 0); + border-right-color: rgb(168 162 158 / 0); +} +.border-x-stone-400\/5{ + border-left-color: rgb(168 162 158 / 0.05); + border-right-color: rgb(168 162 158 / 0.05); +} +.border-x-stone-400\/10{ + border-left-color: rgb(168 162 158 / 0.1); + border-right-color: rgb(168 162 158 / 0.1); +} +.border-x-stone-400\/20{ + border-left-color: rgb(168 162 158 / 0.2); + border-right-color: rgb(168 162 158 / 0.2); +} +.border-x-stone-400\/25{ + border-left-color: rgb(168 162 158 / 0.25); + border-right-color: rgb(168 162 158 / 0.25); +} +.border-x-stone-400\/30{ + border-left-color: rgb(168 162 158 / 0.3); + border-right-color: rgb(168 162 158 / 0.3); +} +.border-x-stone-400\/40{ + border-left-color: rgb(168 162 158 / 0.4); + border-right-color: rgb(168 162 158 / 0.4); +} +.border-x-stone-400\/50{ + border-left-color: rgb(168 162 158 / 0.5); + border-right-color: rgb(168 162 158 / 0.5); +} +.border-x-stone-400\/60{ + border-left-color: rgb(168 162 158 / 0.6); + border-right-color: rgb(168 162 158 / 0.6); +} +.border-x-stone-400\/70{ + border-left-color: rgb(168 162 158 / 0.7); + border-right-color: rgb(168 162 158 / 0.7); +} +.border-x-stone-400\/75{ + border-left-color: rgb(168 162 158 / 0.75); + border-right-color: rgb(168 162 158 / 0.75); +} +.border-x-stone-400\/80{ + border-left-color: rgb(168 162 158 / 0.8); + border-right-color: rgb(168 162 158 / 0.8); +} +.border-x-stone-400\/90{ + border-left-color: rgb(168 162 158 / 0.9); + border-right-color: rgb(168 162 158 / 0.9); +} +.border-x-stone-400\/95{ + border-left-color: rgb(168 162 158 / 0.95); + border-right-color: rgb(168 162 158 / 0.95); +} +.border-x-stone-400\/100{ + border-left-color: rgb(168 162 158 / 1); + border-right-color: rgb(168 162 158 / 1); +} +.border-x-stone-500\/0{ + border-left-color: rgb(120 113 108 / 0); + border-right-color: rgb(120 113 108 / 0); +} +.border-x-stone-500\/5{ + border-left-color: rgb(120 113 108 / 0.05); + border-right-color: rgb(120 113 108 / 0.05); +} +.border-x-stone-500\/10{ + border-left-color: rgb(120 113 108 / 0.1); + border-right-color: rgb(120 113 108 / 0.1); +} +.border-x-stone-500\/20{ + border-left-color: rgb(120 113 108 / 0.2); + border-right-color: rgb(120 113 108 / 0.2); +} +.border-x-stone-500\/25{ + border-left-color: rgb(120 113 108 / 0.25); + border-right-color: rgb(120 113 108 / 0.25); +} +.border-x-stone-500\/30{ + border-left-color: rgb(120 113 108 / 0.3); + border-right-color: rgb(120 113 108 / 0.3); +} +.border-x-stone-500\/40{ + border-left-color: rgb(120 113 108 / 0.4); + border-right-color: rgb(120 113 108 / 0.4); +} +.border-x-stone-500\/50{ + border-left-color: rgb(120 113 108 / 0.5); + border-right-color: rgb(120 113 108 / 0.5); +} +.border-x-stone-500\/60{ + border-left-color: rgb(120 113 108 / 0.6); + border-right-color: rgb(120 113 108 / 0.6); +} +.border-x-stone-500\/70{ + border-left-color: rgb(120 113 108 / 0.7); + border-right-color: rgb(120 113 108 / 0.7); +} +.border-x-stone-500\/75{ + border-left-color: rgb(120 113 108 / 0.75); + border-right-color: rgb(120 113 108 / 0.75); +} +.border-x-stone-500\/80{ + border-left-color: rgb(120 113 108 / 0.8); + border-right-color: rgb(120 113 108 / 0.8); +} +.border-x-stone-500\/90{ + border-left-color: rgb(120 113 108 / 0.9); + border-right-color: rgb(120 113 108 / 0.9); +} +.border-x-stone-500\/95{ + border-left-color: rgb(120 113 108 / 0.95); + border-right-color: rgb(120 113 108 / 0.95); +} +.border-x-stone-500\/100{ + border-left-color: rgb(120 113 108 / 1); + border-right-color: rgb(120 113 108 / 1); +} +.border-x-stone-600\/0{ + border-left-color: rgb(87 83 78 / 0); + border-right-color: rgb(87 83 78 / 0); +} +.border-x-stone-600\/5{ + border-left-color: rgb(87 83 78 / 0.05); + border-right-color: rgb(87 83 78 / 0.05); +} +.border-x-stone-600\/10{ + border-left-color: rgb(87 83 78 / 0.1); + border-right-color: rgb(87 83 78 / 0.1); +} +.border-x-stone-600\/20{ + border-left-color: rgb(87 83 78 / 0.2); + border-right-color: rgb(87 83 78 / 0.2); +} +.border-x-stone-600\/25{ + border-left-color: rgb(87 83 78 / 0.25); + border-right-color: rgb(87 83 78 / 0.25); +} +.border-x-stone-600\/30{ + border-left-color: rgb(87 83 78 / 0.3); + border-right-color: rgb(87 83 78 / 0.3); +} +.border-x-stone-600\/40{ + border-left-color: rgb(87 83 78 / 0.4); + border-right-color: rgb(87 83 78 / 0.4); +} +.border-x-stone-600\/50{ + border-left-color: rgb(87 83 78 / 0.5); + border-right-color: rgb(87 83 78 / 0.5); +} +.border-x-stone-600\/60{ + border-left-color: rgb(87 83 78 / 0.6); + border-right-color: rgb(87 83 78 / 0.6); +} +.border-x-stone-600\/70{ + border-left-color: rgb(87 83 78 / 0.7); + border-right-color: rgb(87 83 78 / 0.7); +} +.border-x-stone-600\/75{ + border-left-color: rgb(87 83 78 / 0.75); + border-right-color: rgb(87 83 78 / 0.75); +} +.border-x-stone-600\/80{ + border-left-color: rgb(87 83 78 / 0.8); + border-right-color: rgb(87 83 78 / 0.8); +} +.border-x-stone-600\/90{ + border-left-color: rgb(87 83 78 / 0.9); + border-right-color: rgb(87 83 78 / 0.9); +} +.border-x-stone-600\/95{ + border-left-color: rgb(87 83 78 / 0.95); + border-right-color: rgb(87 83 78 / 0.95); +} +.border-x-stone-600\/100{ + border-left-color: rgb(87 83 78 / 1); + border-right-color: rgb(87 83 78 / 1); +} +.border-x-stone-700\/0{ + border-left-color: rgb(68 64 60 / 0); + border-right-color: rgb(68 64 60 / 0); +} +.border-x-stone-700\/5{ + border-left-color: rgb(68 64 60 / 0.05); + border-right-color: rgb(68 64 60 / 0.05); +} +.border-x-stone-700\/10{ + border-left-color: rgb(68 64 60 / 0.1); + border-right-color: rgb(68 64 60 / 0.1); +} +.border-x-stone-700\/20{ + border-left-color: rgb(68 64 60 / 0.2); + border-right-color: rgb(68 64 60 / 0.2); +} +.border-x-stone-700\/25{ + border-left-color: rgb(68 64 60 / 0.25); + border-right-color: rgb(68 64 60 / 0.25); +} +.border-x-stone-700\/30{ + border-left-color: rgb(68 64 60 / 0.3); + border-right-color: rgb(68 64 60 / 0.3); +} +.border-x-stone-700\/40{ + border-left-color: rgb(68 64 60 / 0.4); + border-right-color: rgb(68 64 60 / 0.4); +} +.border-x-stone-700\/50{ + border-left-color: rgb(68 64 60 / 0.5); + border-right-color: rgb(68 64 60 / 0.5); +} +.border-x-stone-700\/60{ + border-left-color: rgb(68 64 60 / 0.6); + border-right-color: rgb(68 64 60 / 0.6); +} +.border-x-stone-700\/70{ + border-left-color: rgb(68 64 60 / 0.7); + border-right-color: rgb(68 64 60 / 0.7); +} +.border-x-stone-700\/75{ + border-left-color: rgb(68 64 60 / 0.75); + border-right-color: rgb(68 64 60 / 0.75); +} +.border-x-stone-700\/80{ + border-left-color: rgb(68 64 60 / 0.8); + border-right-color: rgb(68 64 60 / 0.8); +} +.border-x-stone-700\/90{ + border-left-color: rgb(68 64 60 / 0.9); + border-right-color: rgb(68 64 60 / 0.9); +} +.border-x-stone-700\/95{ + border-left-color: rgb(68 64 60 / 0.95); + border-right-color: rgb(68 64 60 / 0.95); +} +.border-x-stone-700\/100{ + border-left-color: rgb(68 64 60 / 1); + border-right-color: rgb(68 64 60 / 1); +} +.border-x-stone-800\/0{ + border-left-color: rgb(41 37 36 / 0); + border-right-color: rgb(41 37 36 / 0); +} +.border-x-stone-800\/5{ + border-left-color: rgb(41 37 36 / 0.05); + border-right-color: rgb(41 37 36 / 0.05); +} +.border-x-stone-800\/10{ + border-left-color: rgb(41 37 36 / 0.1); + border-right-color: rgb(41 37 36 / 0.1); +} +.border-x-stone-800\/20{ + border-left-color: rgb(41 37 36 / 0.2); + border-right-color: rgb(41 37 36 / 0.2); +} +.border-x-stone-800\/25{ + border-left-color: rgb(41 37 36 / 0.25); + border-right-color: rgb(41 37 36 / 0.25); +} +.border-x-stone-800\/30{ + border-left-color: rgb(41 37 36 / 0.3); + border-right-color: rgb(41 37 36 / 0.3); +} +.border-x-stone-800\/40{ + border-left-color: rgb(41 37 36 / 0.4); + border-right-color: rgb(41 37 36 / 0.4); +} +.border-x-stone-800\/50{ + border-left-color: rgb(41 37 36 / 0.5); + border-right-color: rgb(41 37 36 / 0.5); +} +.border-x-stone-800\/60{ + border-left-color: rgb(41 37 36 / 0.6); + border-right-color: rgb(41 37 36 / 0.6); +} +.border-x-stone-800\/70{ + border-left-color: rgb(41 37 36 / 0.7); + border-right-color: rgb(41 37 36 / 0.7); +} +.border-x-stone-800\/75{ + border-left-color: rgb(41 37 36 / 0.75); + border-right-color: rgb(41 37 36 / 0.75); +} +.border-x-stone-800\/80{ + border-left-color: rgb(41 37 36 / 0.8); + border-right-color: rgb(41 37 36 / 0.8); +} +.border-x-stone-800\/90{ + border-left-color: rgb(41 37 36 / 0.9); + border-right-color: rgb(41 37 36 / 0.9); +} +.border-x-stone-800\/95{ + border-left-color: rgb(41 37 36 / 0.95); + border-right-color: rgb(41 37 36 / 0.95); +} +.border-x-stone-800\/100{ + border-left-color: rgb(41 37 36 / 1); + border-right-color: rgb(41 37 36 / 1); +} +.border-x-stone-900\/0{ + border-left-color: rgb(28 25 23 / 0); + border-right-color: rgb(28 25 23 / 0); +} +.border-x-stone-900\/5{ + border-left-color: rgb(28 25 23 / 0.05); + border-right-color: rgb(28 25 23 / 0.05); +} +.border-x-stone-900\/10{ + border-left-color: rgb(28 25 23 / 0.1); + border-right-color: rgb(28 25 23 / 0.1); +} +.border-x-stone-900\/20{ + border-left-color: rgb(28 25 23 / 0.2); + border-right-color: rgb(28 25 23 / 0.2); +} +.border-x-stone-900\/25{ + border-left-color: rgb(28 25 23 / 0.25); + border-right-color: rgb(28 25 23 / 0.25); +} +.border-x-stone-900\/30{ + border-left-color: rgb(28 25 23 / 0.3); + border-right-color: rgb(28 25 23 / 0.3); +} +.border-x-stone-900\/40{ + border-left-color: rgb(28 25 23 / 0.4); + border-right-color: rgb(28 25 23 / 0.4); +} +.border-x-stone-900\/50{ + border-left-color: rgb(28 25 23 / 0.5); + border-right-color: rgb(28 25 23 / 0.5); +} +.border-x-stone-900\/60{ + border-left-color: rgb(28 25 23 / 0.6); + border-right-color: rgb(28 25 23 / 0.6); +} +.border-x-stone-900\/70{ + border-left-color: rgb(28 25 23 / 0.7); + border-right-color: rgb(28 25 23 / 0.7); +} +.border-x-stone-900\/75{ + border-left-color: rgb(28 25 23 / 0.75); + border-right-color: rgb(28 25 23 / 0.75); +} +.border-x-stone-900\/80{ + border-left-color: rgb(28 25 23 / 0.8); + border-right-color: rgb(28 25 23 / 0.8); +} +.border-x-stone-900\/90{ + border-left-color: rgb(28 25 23 / 0.9); + border-right-color: rgb(28 25 23 / 0.9); +} +.border-x-stone-900\/95{ + border-left-color: rgb(28 25 23 / 0.95); + border-right-color: rgb(28 25 23 / 0.95); +} +.border-x-stone-900\/100{ + border-left-color: rgb(28 25 23 / 1); + border-right-color: rgb(28 25 23 / 1); +} +.border-x-red-50\/0{ + border-left-color: rgb(252 242 242 / 0); + border-right-color: rgb(252 242 242 / 0); +} +.border-x-red-50\/5{ + border-left-color: rgb(252 242 242 / 0.05); + border-right-color: rgb(252 242 242 / 0.05); +} +.border-x-red-50\/10{ + border-left-color: rgb(252 242 242 / 0.1); + border-right-color: rgb(252 242 242 / 0.1); +} +.border-x-red-50\/20{ + border-left-color: rgb(252 242 242 / 0.2); + border-right-color: rgb(252 242 242 / 0.2); +} +.border-x-red-50\/25{ + border-left-color: rgb(252 242 242 / 0.25); + border-right-color: rgb(252 242 242 / 0.25); +} +.border-x-red-50\/30{ + border-left-color: rgb(252 242 242 / 0.3); + border-right-color: rgb(252 242 242 / 0.3); +} +.border-x-red-50\/40{ + border-left-color: rgb(252 242 242 / 0.4); + border-right-color: rgb(252 242 242 / 0.4); +} +.border-x-red-50\/50{ + border-left-color: rgb(252 242 242 / 0.5); + border-right-color: rgb(252 242 242 / 0.5); +} +.border-x-red-50\/60{ + border-left-color: rgb(252 242 242 / 0.6); + border-right-color: rgb(252 242 242 / 0.6); +} +.border-x-red-50\/70{ + border-left-color: rgb(252 242 242 / 0.7); + border-right-color: rgb(252 242 242 / 0.7); +} +.border-x-red-50\/75{ + border-left-color: rgb(252 242 242 / 0.75); + border-right-color: rgb(252 242 242 / 0.75); +} +.border-x-red-50\/80{ + border-left-color: rgb(252 242 242 / 0.8); + border-right-color: rgb(252 242 242 / 0.8); +} +.border-x-red-50\/90{ + border-left-color: rgb(252 242 242 / 0.9); + border-right-color: rgb(252 242 242 / 0.9); +} +.border-x-red-50\/95{ + border-left-color: rgb(252 242 242 / 0.95); + border-right-color: rgb(252 242 242 / 0.95); +} +.border-x-red-50\/100{ + border-left-color: rgb(252 242 242 / 1); + border-right-color: rgb(252 242 242 / 1); +} +.border-x-red-100\/0{ + border-left-color: rgb(250 230 230 / 0); + border-right-color: rgb(250 230 230 / 0); +} +.border-x-red-100\/5{ + border-left-color: rgb(250 230 230 / 0.05); + border-right-color: rgb(250 230 230 / 0.05); +} +.border-x-red-100\/10{ + border-left-color: rgb(250 230 230 / 0.1); + border-right-color: rgb(250 230 230 / 0.1); +} +.border-x-red-100\/20{ + border-left-color: rgb(250 230 230 / 0.2); + border-right-color: rgb(250 230 230 / 0.2); +} +.border-x-red-100\/25{ + border-left-color: rgb(250 230 230 / 0.25); + border-right-color: rgb(250 230 230 / 0.25); +} +.border-x-red-100\/30{ + border-left-color: rgb(250 230 230 / 0.3); + border-right-color: rgb(250 230 230 / 0.3); +} +.border-x-red-100\/40{ + border-left-color: rgb(250 230 230 / 0.4); + border-right-color: rgb(250 230 230 / 0.4); +} +.border-x-red-100\/50{ + border-left-color: rgb(250 230 230 / 0.5); + border-right-color: rgb(250 230 230 / 0.5); +} +.border-x-red-100\/60{ + border-left-color: rgb(250 230 230 / 0.6); + border-right-color: rgb(250 230 230 / 0.6); +} +.border-x-red-100\/70{ + border-left-color: rgb(250 230 230 / 0.7); + border-right-color: rgb(250 230 230 / 0.7); +} +.border-x-red-100\/75{ + border-left-color: rgb(250 230 230 / 0.75); + border-right-color: rgb(250 230 230 / 0.75); +} +.border-x-red-100\/80{ + border-left-color: rgb(250 230 230 / 0.8); + border-right-color: rgb(250 230 230 / 0.8); +} +.border-x-red-100\/90{ + border-left-color: rgb(250 230 230 / 0.9); + border-right-color: rgb(250 230 230 / 0.9); +} +.border-x-red-100\/95{ + border-left-color: rgb(250 230 230 / 0.95); + border-right-color: rgb(250 230 230 / 0.95); +} +.border-x-red-100\/100{ + border-left-color: rgb(250 230 230 / 1); + border-right-color: rgb(250 230 230 / 1); +} +.border-x-red-200\/0{ + border-left-color: rgb(242 191 191 / 0); + border-right-color: rgb(242 191 191 / 0); +} +.border-x-red-200\/5{ + border-left-color: rgb(242 191 191 / 0.05); + border-right-color: rgb(242 191 191 / 0.05); +} +.border-x-red-200\/10{ + border-left-color: rgb(242 191 191 / 0.1); + border-right-color: rgb(242 191 191 / 0.1); +} +.border-x-red-200\/20{ + border-left-color: rgb(242 191 191 / 0.2); + border-right-color: rgb(242 191 191 / 0.2); +} +.border-x-red-200\/25{ + border-left-color: rgb(242 191 191 / 0.25); + border-right-color: rgb(242 191 191 / 0.25); +} +.border-x-red-200\/30{ + border-left-color: rgb(242 191 191 / 0.3); + border-right-color: rgb(242 191 191 / 0.3); +} +.border-x-red-200\/40{ + border-left-color: rgb(242 191 191 / 0.4); + border-right-color: rgb(242 191 191 / 0.4); +} +.border-x-red-200\/50{ + border-left-color: rgb(242 191 191 / 0.5); + border-right-color: rgb(242 191 191 / 0.5); +} +.border-x-red-200\/60{ + border-left-color: rgb(242 191 191 / 0.6); + border-right-color: rgb(242 191 191 / 0.6); +} +.border-x-red-200\/70{ + border-left-color: rgb(242 191 191 / 0.7); + border-right-color: rgb(242 191 191 / 0.7); +} +.border-x-red-200\/75{ + border-left-color: rgb(242 191 191 / 0.75); + border-right-color: rgb(242 191 191 / 0.75); +} +.border-x-red-200\/80{ + border-left-color: rgb(242 191 191 / 0.8); + border-right-color: rgb(242 191 191 / 0.8); +} +.border-x-red-200\/90{ + border-left-color: rgb(242 191 191 / 0.9); + border-right-color: rgb(242 191 191 / 0.9); +} +.border-x-red-200\/95{ + border-left-color: rgb(242 191 191 / 0.95); + border-right-color: rgb(242 191 191 / 0.95); +} +.border-x-red-200\/100{ + border-left-color: rgb(242 191 191 / 1); + border-right-color: rgb(242 191 191 / 1); +} +.border-x-red-300\/0{ + border-left-color: rgb(235 153 153 / 0); + border-right-color: rgb(235 153 153 / 0); +} +.border-x-red-300\/5{ + border-left-color: rgb(235 153 153 / 0.05); + border-right-color: rgb(235 153 153 / 0.05); +} +.border-x-red-300\/10{ + border-left-color: rgb(235 153 153 / 0.1); + border-right-color: rgb(235 153 153 / 0.1); +} +.border-x-red-300\/20{ + border-left-color: rgb(235 153 153 / 0.2); + border-right-color: rgb(235 153 153 / 0.2); +} +.border-x-red-300\/25{ + border-left-color: rgb(235 153 153 / 0.25); + border-right-color: rgb(235 153 153 / 0.25); +} +.border-x-red-300\/30{ + border-left-color: rgb(235 153 153 / 0.3); + border-right-color: rgb(235 153 153 / 0.3); +} +.border-x-red-300\/40{ + border-left-color: rgb(235 153 153 / 0.4); + border-right-color: rgb(235 153 153 / 0.4); +} +.border-x-red-300\/50{ + border-left-color: rgb(235 153 153 / 0.5); + border-right-color: rgb(235 153 153 / 0.5); +} +.border-x-red-300\/60{ + border-left-color: rgb(235 153 153 / 0.6); + border-right-color: rgb(235 153 153 / 0.6); +} +.border-x-red-300\/70{ + border-left-color: rgb(235 153 153 / 0.7); + border-right-color: rgb(235 153 153 / 0.7); +} +.border-x-red-300\/75{ + border-left-color: rgb(235 153 153 / 0.75); + border-right-color: rgb(235 153 153 / 0.75); +} +.border-x-red-300\/80{ + border-left-color: rgb(235 153 153 / 0.8); + border-right-color: rgb(235 153 153 / 0.8); +} +.border-x-red-300\/90{ + border-left-color: rgb(235 153 153 / 0.9); + border-right-color: rgb(235 153 153 / 0.9); +} +.border-x-red-300\/95{ + border-left-color: rgb(235 153 153 / 0.95); + border-right-color: rgb(235 153 153 / 0.95); +} +.border-x-red-300\/100{ + border-left-color: rgb(235 153 153 / 1); + border-right-color: rgb(235 153 153 / 1); +} +.border-x-red-400\/0{ + border-left-color: rgb(219 77 77 / 0); + border-right-color: rgb(219 77 77 / 0); +} +.border-x-red-400\/5{ + border-left-color: rgb(219 77 77 / 0.05); + border-right-color: rgb(219 77 77 / 0.05); +} +.border-x-red-400\/10{ + border-left-color: rgb(219 77 77 / 0.1); + border-right-color: rgb(219 77 77 / 0.1); +} +.border-x-red-400\/20{ + border-left-color: rgb(219 77 77 / 0.2); + border-right-color: rgb(219 77 77 / 0.2); +} +.border-x-red-400\/25{ + border-left-color: rgb(219 77 77 / 0.25); + border-right-color: rgb(219 77 77 / 0.25); +} +.border-x-red-400\/30{ + border-left-color: rgb(219 77 77 / 0.3); + border-right-color: rgb(219 77 77 / 0.3); +} +.border-x-red-400\/40{ + border-left-color: rgb(219 77 77 / 0.4); + border-right-color: rgb(219 77 77 / 0.4); +} +.border-x-red-400\/50{ + border-left-color: rgb(219 77 77 / 0.5); + border-right-color: rgb(219 77 77 / 0.5); +} +.border-x-red-400\/60{ + border-left-color: rgb(219 77 77 / 0.6); + border-right-color: rgb(219 77 77 / 0.6); +} +.border-x-red-400\/70{ + border-left-color: rgb(219 77 77 / 0.7); + border-right-color: rgb(219 77 77 / 0.7); +} +.border-x-red-400\/75{ + border-left-color: rgb(219 77 77 / 0.75); + border-right-color: rgb(219 77 77 / 0.75); +} +.border-x-red-400\/80{ + border-left-color: rgb(219 77 77 / 0.8); + border-right-color: rgb(219 77 77 / 0.8); +} +.border-x-red-400\/90{ + border-left-color: rgb(219 77 77 / 0.9); + border-right-color: rgb(219 77 77 / 0.9); +} +.border-x-red-400\/95{ + border-left-color: rgb(219 77 77 / 0.95); + border-right-color: rgb(219 77 77 / 0.95); +} +.border-x-red-400\/100{ + border-left-color: rgb(219 77 77 / 1); + border-right-color: rgb(219 77 77 / 1); +} +.border-x-red-500\/0{ + border-left-color: rgb(204 0 0 / 0); + border-right-color: rgb(204 0 0 / 0); +} +.border-x-red-500\/5{ + border-left-color: rgb(204 0 0 / 0.05); + border-right-color: rgb(204 0 0 / 0.05); +} +.border-x-red-500\/10{ + border-left-color: rgb(204 0 0 / 0.1); + border-right-color: rgb(204 0 0 / 0.1); +} +.border-x-red-500\/20{ + border-left-color: rgb(204 0 0 / 0.2); + border-right-color: rgb(204 0 0 / 0.2); +} +.border-x-red-500\/25{ + border-left-color: rgb(204 0 0 / 0.25); + border-right-color: rgb(204 0 0 / 0.25); +} +.border-x-red-500\/30{ + border-left-color: rgb(204 0 0 / 0.3); + border-right-color: rgb(204 0 0 / 0.3); +} +.border-x-red-500\/40{ + border-left-color: rgb(204 0 0 / 0.4); + border-right-color: rgb(204 0 0 / 0.4); +} +.border-x-red-500\/50{ + border-left-color: rgb(204 0 0 / 0.5); + border-right-color: rgb(204 0 0 / 0.5); +} +.border-x-red-500\/60{ + border-left-color: rgb(204 0 0 / 0.6); + border-right-color: rgb(204 0 0 / 0.6); +} +.border-x-red-500\/70{ + border-left-color: rgb(204 0 0 / 0.7); + border-right-color: rgb(204 0 0 / 0.7); +} +.border-x-red-500\/75{ + border-left-color: rgb(204 0 0 / 0.75); + border-right-color: rgb(204 0 0 / 0.75); +} +.border-x-red-500\/80{ + border-left-color: rgb(204 0 0 / 0.8); + border-right-color: rgb(204 0 0 / 0.8); +} +.border-x-red-500\/90{ + border-left-color: rgb(204 0 0 / 0.9); + border-right-color: rgb(204 0 0 / 0.9); +} +.border-x-red-500\/95{ + border-left-color: rgb(204 0 0 / 0.95); + border-right-color: rgb(204 0 0 / 0.95); +} +.border-x-red-500\/100{ + border-left-color: rgb(204 0 0 / 1); + border-right-color: rgb(204 0 0 / 1); +} +.border-x-red-600\/0{ + border-left-color: rgb(184 0 0 / 0); + border-right-color: rgb(184 0 0 / 0); +} +.border-x-red-600\/5{ + border-left-color: rgb(184 0 0 / 0.05); + border-right-color: rgb(184 0 0 / 0.05); +} +.border-x-red-600\/10{ + border-left-color: rgb(184 0 0 / 0.1); + border-right-color: rgb(184 0 0 / 0.1); +} +.border-x-red-600\/20{ + border-left-color: rgb(184 0 0 / 0.2); + border-right-color: rgb(184 0 0 / 0.2); +} +.border-x-red-600\/25{ + border-left-color: rgb(184 0 0 / 0.25); + border-right-color: rgb(184 0 0 / 0.25); +} +.border-x-red-600\/30{ + border-left-color: rgb(184 0 0 / 0.3); + border-right-color: rgb(184 0 0 / 0.3); +} +.border-x-red-600\/40{ + border-left-color: rgb(184 0 0 / 0.4); + border-right-color: rgb(184 0 0 / 0.4); +} +.border-x-red-600\/50{ + border-left-color: rgb(184 0 0 / 0.5); + border-right-color: rgb(184 0 0 / 0.5); +} +.border-x-red-600\/60{ + border-left-color: rgb(184 0 0 / 0.6); + border-right-color: rgb(184 0 0 / 0.6); +} +.border-x-red-600\/70{ + border-left-color: rgb(184 0 0 / 0.7); + border-right-color: rgb(184 0 0 / 0.7); +} +.border-x-red-600\/75{ + border-left-color: rgb(184 0 0 / 0.75); + border-right-color: rgb(184 0 0 / 0.75); +} +.border-x-red-600\/80{ + border-left-color: rgb(184 0 0 / 0.8); + border-right-color: rgb(184 0 0 / 0.8); +} +.border-x-red-600\/90{ + border-left-color: rgb(184 0 0 / 0.9); + border-right-color: rgb(184 0 0 / 0.9); +} +.border-x-red-600\/95{ + border-left-color: rgb(184 0 0 / 0.95); + border-right-color: rgb(184 0 0 / 0.95); +} +.border-x-red-600\/100{ + border-left-color: rgb(184 0 0 / 1); + border-right-color: rgb(184 0 0 / 1); +} +.border-x-red-700\/0{ + border-left-color: rgb(153 0 0 / 0); + border-right-color: rgb(153 0 0 / 0); +} +.border-x-red-700\/5{ + border-left-color: rgb(153 0 0 / 0.05); + border-right-color: rgb(153 0 0 / 0.05); +} +.border-x-red-700\/10{ + border-left-color: rgb(153 0 0 / 0.1); + border-right-color: rgb(153 0 0 / 0.1); +} +.border-x-red-700\/20{ + border-left-color: rgb(153 0 0 / 0.2); + border-right-color: rgb(153 0 0 / 0.2); +} +.border-x-red-700\/25{ + border-left-color: rgb(153 0 0 / 0.25); + border-right-color: rgb(153 0 0 / 0.25); +} +.border-x-red-700\/30{ + border-left-color: rgb(153 0 0 / 0.3); + border-right-color: rgb(153 0 0 / 0.3); +} +.border-x-red-700\/40{ + border-left-color: rgb(153 0 0 / 0.4); + border-right-color: rgb(153 0 0 / 0.4); +} +.border-x-red-700\/50{ + border-left-color: rgb(153 0 0 / 0.5); + border-right-color: rgb(153 0 0 / 0.5); +} +.border-x-red-700\/60{ + border-left-color: rgb(153 0 0 / 0.6); + border-right-color: rgb(153 0 0 / 0.6); +} +.border-x-red-700\/70{ + border-left-color: rgb(153 0 0 / 0.7); + border-right-color: rgb(153 0 0 / 0.7); +} +.border-x-red-700\/75{ + border-left-color: rgb(153 0 0 / 0.75); + border-right-color: rgb(153 0 0 / 0.75); +} +.border-x-red-700\/80{ + border-left-color: rgb(153 0 0 / 0.8); + border-right-color: rgb(153 0 0 / 0.8); +} +.border-x-red-700\/90{ + border-left-color: rgb(153 0 0 / 0.9); + border-right-color: rgb(153 0 0 / 0.9); +} +.border-x-red-700\/95{ + border-left-color: rgb(153 0 0 / 0.95); + border-right-color: rgb(153 0 0 / 0.95); +} +.border-x-red-700\/100{ + border-left-color: rgb(153 0 0 / 1); + border-right-color: rgb(153 0 0 / 1); +} +.border-x-red-800\/0{ + border-left-color: rgb(122 0 0 / 0); + border-right-color: rgb(122 0 0 / 0); +} +.border-x-red-800\/5{ + border-left-color: rgb(122 0 0 / 0.05); + border-right-color: rgb(122 0 0 / 0.05); +} +.border-x-red-800\/10{ + border-left-color: rgb(122 0 0 / 0.1); + border-right-color: rgb(122 0 0 / 0.1); +} +.border-x-red-800\/20{ + border-left-color: rgb(122 0 0 / 0.2); + border-right-color: rgb(122 0 0 / 0.2); +} +.border-x-red-800\/25{ + border-left-color: rgb(122 0 0 / 0.25); + border-right-color: rgb(122 0 0 / 0.25); +} +.border-x-red-800\/30{ + border-left-color: rgb(122 0 0 / 0.3); + border-right-color: rgb(122 0 0 / 0.3); +} +.border-x-red-800\/40{ + border-left-color: rgb(122 0 0 / 0.4); + border-right-color: rgb(122 0 0 / 0.4); +} +.border-x-red-800\/50{ + border-left-color: rgb(122 0 0 / 0.5); + border-right-color: rgb(122 0 0 / 0.5); +} +.border-x-red-800\/60{ + border-left-color: rgb(122 0 0 / 0.6); + border-right-color: rgb(122 0 0 / 0.6); +} +.border-x-red-800\/70{ + border-left-color: rgb(122 0 0 / 0.7); + border-right-color: rgb(122 0 0 / 0.7); +} +.border-x-red-800\/75{ + border-left-color: rgb(122 0 0 / 0.75); + border-right-color: rgb(122 0 0 / 0.75); +} +.border-x-red-800\/80{ + border-left-color: rgb(122 0 0 / 0.8); + border-right-color: rgb(122 0 0 / 0.8); +} +.border-x-red-800\/90{ + border-left-color: rgb(122 0 0 / 0.9); + border-right-color: rgb(122 0 0 / 0.9); +} +.border-x-red-800\/95{ + border-left-color: rgb(122 0 0 / 0.95); + border-right-color: rgb(122 0 0 / 0.95); +} +.border-x-red-800\/100{ + border-left-color: rgb(122 0 0 / 1); + border-right-color: rgb(122 0 0 / 1); +} +.border-x-red-900\/0{ + border-left-color: rgb(100 0 0 / 0); + border-right-color: rgb(100 0 0 / 0); +} +.border-x-red-900\/5{ + border-left-color: rgb(100 0 0 / 0.05); + border-right-color: rgb(100 0 0 / 0.05); +} +.border-x-red-900\/10{ + border-left-color: rgb(100 0 0 / 0.1); + border-right-color: rgb(100 0 0 / 0.1); +} +.border-x-red-900\/20{ + border-left-color: rgb(100 0 0 / 0.2); + border-right-color: rgb(100 0 0 / 0.2); +} +.border-x-red-900\/25{ + border-left-color: rgb(100 0 0 / 0.25); + border-right-color: rgb(100 0 0 / 0.25); +} +.border-x-red-900\/30{ + border-left-color: rgb(100 0 0 / 0.3); + border-right-color: rgb(100 0 0 / 0.3); +} +.border-x-red-900\/40{ + border-left-color: rgb(100 0 0 / 0.4); + border-right-color: rgb(100 0 0 / 0.4); +} +.border-x-red-900\/50{ + border-left-color: rgb(100 0 0 / 0.5); + border-right-color: rgb(100 0 0 / 0.5); +} +.border-x-red-900\/60{ + border-left-color: rgb(100 0 0 / 0.6); + border-right-color: rgb(100 0 0 / 0.6); +} +.border-x-red-900\/70{ + border-left-color: rgb(100 0 0 / 0.7); + border-right-color: rgb(100 0 0 / 0.7); +} +.border-x-red-900\/75{ + border-left-color: rgb(100 0 0 / 0.75); + border-right-color: rgb(100 0 0 / 0.75); +} +.border-x-red-900\/80{ + border-left-color: rgb(100 0 0 / 0.8); + border-right-color: rgb(100 0 0 / 0.8); +} +.border-x-red-900\/90{ + border-left-color: rgb(100 0 0 / 0.9); + border-right-color: rgb(100 0 0 / 0.9); +} +.border-x-red-900\/95{ + border-left-color: rgb(100 0 0 / 0.95); + border-right-color: rgb(100 0 0 / 0.95); +} +.border-x-red-900\/100{ + border-left-color: rgb(100 0 0 / 1); + border-right-color: rgb(100 0 0 / 1); +} +.border-x-red\/0{ + border-left-color: rgb(204 0 0 / 0); + border-right-color: rgb(204 0 0 / 0); +} +.border-x-red\/5{ + border-left-color: rgb(204 0 0 / 0.05); + border-right-color: rgb(204 0 0 / 0.05); +} +.border-x-red\/10{ + border-left-color: rgb(204 0 0 / 0.1); + border-right-color: rgb(204 0 0 / 0.1); +} +.border-x-red\/20{ + border-left-color: rgb(204 0 0 / 0.2); + border-right-color: rgb(204 0 0 / 0.2); +} +.border-x-red\/25{ + border-left-color: rgb(204 0 0 / 0.25); + border-right-color: rgb(204 0 0 / 0.25); +} +.border-x-red\/30{ + border-left-color: rgb(204 0 0 / 0.3); + border-right-color: rgb(204 0 0 / 0.3); +} +.border-x-red\/40{ + border-left-color: rgb(204 0 0 / 0.4); + border-right-color: rgb(204 0 0 / 0.4); +} +.border-x-red\/50{ + border-left-color: rgb(204 0 0 / 0.5); + border-right-color: rgb(204 0 0 / 0.5); +} +.border-x-red\/60{ + border-left-color: rgb(204 0 0 / 0.6); + border-right-color: rgb(204 0 0 / 0.6); +} +.border-x-red\/70{ + border-left-color: rgb(204 0 0 / 0.7); + border-right-color: rgb(204 0 0 / 0.7); +} +.border-x-red\/75{ + border-left-color: rgb(204 0 0 / 0.75); + border-right-color: rgb(204 0 0 / 0.75); +} +.border-x-red\/80{ + border-left-color: rgb(204 0 0 / 0.8); + border-right-color: rgb(204 0 0 / 0.8); +} +.border-x-red\/90{ + border-left-color: rgb(204 0 0 / 0.9); + border-right-color: rgb(204 0 0 / 0.9); +} +.border-x-red\/95{ + border-left-color: rgb(204 0 0 / 0.95); + border-right-color: rgb(204 0 0 / 0.95); +} +.border-x-red\/100{ + border-left-color: rgb(204 0 0 / 1); + border-right-color: rgb(204 0 0 / 1); +} +.border-x-orange-50\/0{ + border-left-color: rgb(255 250 243 / 0); + border-right-color: rgb(255 250 243 / 0); +} +.border-x-orange-50\/5{ + border-left-color: rgb(255 250 243 / 0.05); + border-right-color: rgb(255 250 243 / 0.05); +} +.border-x-orange-50\/10{ + border-left-color: rgb(255 250 243 / 0.1); + border-right-color: rgb(255 250 243 / 0.1); +} +.border-x-orange-50\/20{ + border-left-color: rgb(255 250 243 / 0.2); + border-right-color: rgb(255 250 243 / 0.2); +} +.border-x-orange-50\/25{ + border-left-color: rgb(255 250 243 / 0.25); + border-right-color: rgb(255 250 243 / 0.25); +} +.border-x-orange-50\/30{ + border-left-color: rgb(255 250 243 / 0.3); + border-right-color: rgb(255 250 243 / 0.3); +} +.border-x-orange-50\/40{ + border-left-color: rgb(255 250 243 / 0.4); + border-right-color: rgb(255 250 243 / 0.4); +} +.border-x-orange-50\/50{ + border-left-color: rgb(255 250 243 / 0.5); + border-right-color: rgb(255 250 243 / 0.5); +} +.border-x-orange-50\/60{ + border-left-color: rgb(255 250 243 / 0.6); + border-right-color: rgb(255 250 243 / 0.6); +} +.border-x-orange-50\/70{ + border-left-color: rgb(255 250 243 / 0.7); + border-right-color: rgb(255 250 243 / 0.7); +} +.border-x-orange-50\/75{ + border-left-color: rgb(255 250 243 / 0.75); + border-right-color: rgb(255 250 243 / 0.75); +} +.border-x-orange-50\/80{ + border-left-color: rgb(255 250 243 / 0.8); + border-right-color: rgb(255 250 243 / 0.8); +} +.border-x-orange-50\/90{ + border-left-color: rgb(255 250 243 / 0.9); + border-right-color: rgb(255 250 243 / 0.9); +} +.border-x-orange-50\/95{ + border-left-color: rgb(255 250 243 / 0.95); + border-right-color: rgb(255 250 243 / 0.95); +} +.border-x-orange-50\/100{ + border-left-color: rgb(255 250 243 / 1); + border-right-color: rgb(255 250 243 / 1); +} +.border-x-orange-100\/0{ + border-left-color: rgb(254 245 231 / 0); + border-right-color: rgb(254 245 231 / 0); +} +.border-x-orange-100\/5{ + border-left-color: rgb(254 245 231 / 0.05); + border-right-color: rgb(254 245 231 / 0.05); +} +.border-x-orange-100\/10{ + border-left-color: rgb(254 245 231 / 0.1); + border-right-color: rgb(254 245 231 / 0.1); +} +.border-x-orange-100\/20{ + border-left-color: rgb(254 245 231 / 0.2); + border-right-color: rgb(254 245 231 / 0.2); +} +.border-x-orange-100\/25{ + border-left-color: rgb(254 245 231 / 0.25); + border-right-color: rgb(254 245 231 / 0.25); +} +.border-x-orange-100\/30{ + border-left-color: rgb(254 245 231 / 0.3); + border-right-color: rgb(254 245 231 / 0.3); +} +.border-x-orange-100\/40{ + border-left-color: rgb(254 245 231 / 0.4); + border-right-color: rgb(254 245 231 / 0.4); +} +.border-x-orange-100\/50{ + border-left-color: rgb(254 245 231 / 0.5); + border-right-color: rgb(254 245 231 / 0.5); +} +.border-x-orange-100\/60{ + border-left-color: rgb(254 245 231 / 0.6); + border-right-color: rgb(254 245 231 / 0.6); +} +.border-x-orange-100\/70{ + border-left-color: rgb(254 245 231 / 0.7); + border-right-color: rgb(254 245 231 / 0.7); +} +.border-x-orange-100\/75{ + border-left-color: rgb(254 245 231 / 0.75); + border-right-color: rgb(254 245 231 / 0.75); +} +.border-x-orange-100\/80{ + border-left-color: rgb(254 245 231 / 0.8); + border-right-color: rgb(254 245 231 / 0.8); +} +.border-x-orange-100\/90{ + border-left-color: rgb(254 245 231 / 0.9); + border-right-color: rgb(254 245 231 / 0.9); +} +.border-x-orange-100\/95{ + border-left-color: rgb(254 245 231 / 0.95); + border-right-color: rgb(254 245 231 / 0.95); +} +.border-x-orange-100\/100{ + border-left-color: rgb(254 245 231 / 1); + border-right-color: rgb(254 245 231 / 1); +} +.border-x-orange-200\/0{ + border-left-color: rgb(253 231 194 / 0); + border-right-color: rgb(253 231 194 / 0); +} +.border-x-orange-200\/5{ + border-left-color: rgb(253 231 194 / 0.05); + border-right-color: rgb(253 231 194 / 0.05); +} +.border-x-orange-200\/10{ + border-left-color: rgb(253 231 194 / 0.1); + border-right-color: rgb(253 231 194 / 0.1); +} +.border-x-orange-200\/20{ + border-left-color: rgb(253 231 194 / 0.2); + border-right-color: rgb(253 231 194 / 0.2); +} +.border-x-orange-200\/25{ + border-left-color: rgb(253 231 194 / 0.25); + border-right-color: rgb(253 231 194 / 0.25); +} +.border-x-orange-200\/30{ + border-left-color: rgb(253 231 194 / 0.3); + border-right-color: rgb(253 231 194 / 0.3); +} +.border-x-orange-200\/40{ + border-left-color: rgb(253 231 194 / 0.4); + border-right-color: rgb(253 231 194 / 0.4); +} +.border-x-orange-200\/50{ + border-left-color: rgb(253 231 194 / 0.5); + border-right-color: rgb(253 231 194 / 0.5); +} +.border-x-orange-200\/60{ + border-left-color: rgb(253 231 194 / 0.6); + border-right-color: rgb(253 231 194 / 0.6); +} +.border-x-orange-200\/70{ + border-left-color: rgb(253 231 194 / 0.7); + border-right-color: rgb(253 231 194 / 0.7); +} +.border-x-orange-200\/75{ + border-left-color: rgb(253 231 194 / 0.75); + border-right-color: rgb(253 231 194 / 0.75); +} +.border-x-orange-200\/80{ + border-left-color: rgb(253 231 194 / 0.8); + border-right-color: rgb(253 231 194 / 0.8); +} +.border-x-orange-200\/90{ + border-left-color: rgb(253 231 194 / 0.9); + border-right-color: rgb(253 231 194 / 0.9); +} +.border-x-orange-200\/95{ + border-left-color: rgb(253 231 194 / 0.95); + border-right-color: rgb(253 231 194 / 0.95); +} +.border-x-orange-200\/100{ + border-left-color: rgb(253 231 194 / 1); + border-right-color: rgb(253 231 194 / 1); +} +.border-x-orange-300\/0{ + border-left-color: rgb(251 216 157 / 0); + border-right-color: rgb(251 216 157 / 0); +} +.border-x-orange-300\/5{ + border-left-color: rgb(251 216 157 / 0.05); + border-right-color: rgb(251 216 157 / 0.05); +} +.border-x-orange-300\/10{ + border-left-color: rgb(251 216 157 / 0.1); + border-right-color: rgb(251 216 157 / 0.1); +} +.border-x-orange-300\/20{ + border-left-color: rgb(251 216 157 / 0.2); + border-right-color: rgb(251 216 157 / 0.2); +} +.border-x-orange-300\/25{ + border-left-color: rgb(251 216 157 / 0.25); + border-right-color: rgb(251 216 157 / 0.25); +} +.border-x-orange-300\/30{ + border-left-color: rgb(251 216 157 / 0.3); + border-right-color: rgb(251 216 157 / 0.3); +} +.border-x-orange-300\/40{ + border-left-color: rgb(251 216 157 / 0.4); + border-right-color: rgb(251 216 157 / 0.4); +} +.border-x-orange-300\/50{ + border-left-color: rgb(251 216 157 / 0.5); + border-right-color: rgb(251 216 157 / 0.5); +} +.border-x-orange-300\/60{ + border-left-color: rgb(251 216 157 / 0.6); + border-right-color: rgb(251 216 157 / 0.6); +} +.border-x-orange-300\/70{ + border-left-color: rgb(251 216 157 / 0.7); + border-right-color: rgb(251 216 157 / 0.7); +} +.border-x-orange-300\/75{ + border-left-color: rgb(251 216 157 / 0.75); + border-right-color: rgb(251 216 157 / 0.75); +} +.border-x-orange-300\/80{ + border-left-color: rgb(251 216 157 / 0.8); + border-right-color: rgb(251 216 157 / 0.8); +} +.border-x-orange-300\/90{ + border-left-color: rgb(251 216 157 / 0.9); + border-right-color: rgb(251 216 157 / 0.9); +} +.border-x-orange-300\/95{ + border-left-color: rgb(251 216 157 / 0.95); + border-right-color: rgb(251 216 157 / 0.95); +} +.border-x-orange-300\/100{ + border-left-color: rgb(251 216 157 / 1); + border-right-color: rgb(251 216 157 / 1); +} +.border-x-orange-400\/0{ + border-left-color: rgb(248 187 84 / 0); + border-right-color: rgb(248 187 84 / 0); +} +.border-x-orange-400\/5{ + border-left-color: rgb(248 187 84 / 0.05); + border-right-color: rgb(248 187 84 / 0.05); +} +.border-x-orange-400\/10{ + border-left-color: rgb(248 187 84 / 0.1); + border-right-color: rgb(248 187 84 / 0.1); +} +.border-x-orange-400\/20{ + border-left-color: rgb(248 187 84 / 0.2); + border-right-color: rgb(248 187 84 / 0.2); +} +.border-x-orange-400\/25{ + border-left-color: rgb(248 187 84 / 0.25); + border-right-color: rgb(248 187 84 / 0.25); +} +.border-x-orange-400\/30{ + border-left-color: rgb(248 187 84 / 0.3); + border-right-color: rgb(248 187 84 / 0.3); +} +.border-x-orange-400\/40{ + border-left-color: rgb(248 187 84 / 0.4); + border-right-color: rgb(248 187 84 / 0.4); +} +.border-x-orange-400\/50{ + border-left-color: rgb(248 187 84 / 0.5); + border-right-color: rgb(248 187 84 / 0.5); +} +.border-x-orange-400\/60{ + border-left-color: rgb(248 187 84 / 0.6); + border-right-color: rgb(248 187 84 / 0.6); +} +.border-x-orange-400\/70{ + border-left-color: rgb(248 187 84 / 0.7); + border-right-color: rgb(248 187 84 / 0.7); +} +.border-x-orange-400\/75{ + border-left-color: rgb(248 187 84 / 0.75); + border-right-color: rgb(248 187 84 / 0.75); +} +.border-x-orange-400\/80{ + border-left-color: rgb(248 187 84 / 0.8); + border-right-color: rgb(248 187 84 / 0.8); +} +.border-x-orange-400\/90{ + border-left-color: rgb(248 187 84 / 0.9); + border-right-color: rgb(248 187 84 / 0.9); +} +.border-x-orange-400\/95{ + border-left-color: rgb(248 187 84 / 0.95); + border-right-color: rgb(248 187 84 / 0.95); +} +.border-x-orange-400\/100{ + border-left-color: rgb(248 187 84 / 1); + border-right-color: rgb(248 187 84 / 1); +} +.border-x-orange-500\/0{ + border-left-color: rgb(245 158 11 / 0); + border-right-color: rgb(245 158 11 / 0); +} +.border-x-orange-500\/5{ + border-left-color: rgb(245 158 11 / 0.05); + border-right-color: rgb(245 158 11 / 0.05); +} +.border-x-orange-500\/10{ + border-left-color: rgb(245 158 11 / 0.1); + border-right-color: rgb(245 158 11 / 0.1); +} +.border-x-orange-500\/20{ + border-left-color: rgb(245 158 11 / 0.2); + border-right-color: rgb(245 158 11 / 0.2); +} +.border-x-orange-500\/25{ + border-left-color: rgb(245 158 11 / 0.25); + border-right-color: rgb(245 158 11 / 0.25); +} +.border-x-orange-500\/30{ + border-left-color: rgb(245 158 11 / 0.3); + border-right-color: rgb(245 158 11 / 0.3); +} +.border-x-orange-500\/40{ + border-left-color: rgb(245 158 11 / 0.4); + border-right-color: rgb(245 158 11 / 0.4); +} +.border-x-orange-500\/50{ + border-left-color: rgb(245 158 11 / 0.5); + border-right-color: rgb(245 158 11 / 0.5); +} +.border-x-orange-500\/60{ + border-left-color: rgb(245 158 11 / 0.6); + border-right-color: rgb(245 158 11 / 0.6); +} +.border-x-orange-500\/70{ + border-left-color: rgb(245 158 11 / 0.7); + border-right-color: rgb(245 158 11 / 0.7); +} +.border-x-orange-500\/75{ + border-left-color: rgb(245 158 11 / 0.75); + border-right-color: rgb(245 158 11 / 0.75); +} +.border-x-orange-500\/80{ + border-left-color: rgb(245 158 11 / 0.8); + border-right-color: rgb(245 158 11 / 0.8); +} +.border-x-orange-500\/90{ + border-left-color: rgb(245 158 11 / 0.9); + border-right-color: rgb(245 158 11 / 0.9); +} +.border-x-orange-500\/95{ + border-left-color: rgb(245 158 11 / 0.95); + border-right-color: rgb(245 158 11 / 0.95); +} +.border-x-orange-500\/100{ + border-left-color: rgb(245 158 11 / 1); + border-right-color: rgb(245 158 11 / 1); +} +.border-x-orange-600\/0{ + border-left-color: rgb(221 142 10 / 0); + border-right-color: rgb(221 142 10 / 0); +} +.border-x-orange-600\/5{ + border-left-color: rgb(221 142 10 / 0.05); + border-right-color: rgb(221 142 10 / 0.05); +} +.border-x-orange-600\/10{ + border-left-color: rgb(221 142 10 / 0.1); + border-right-color: rgb(221 142 10 / 0.1); +} +.border-x-orange-600\/20{ + border-left-color: rgb(221 142 10 / 0.2); + border-right-color: rgb(221 142 10 / 0.2); +} +.border-x-orange-600\/25{ + border-left-color: rgb(221 142 10 / 0.25); + border-right-color: rgb(221 142 10 / 0.25); +} +.border-x-orange-600\/30{ + border-left-color: rgb(221 142 10 / 0.3); + border-right-color: rgb(221 142 10 / 0.3); +} +.border-x-orange-600\/40{ + border-left-color: rgb(221 142 10 / 0.4); + border-right-color: rgb(221 142 10 / 0.4); +} +.border-x-orange-600\/50{ + border-left-color: rgb(221 142 10 / 0.5); + border-right-color: rgb(221 142 10 / 0.5); +} +.border-x-orange-600\/60{ + border-left-color: rgb(221 142 10 / 0.6); + border-right-color: rgb(221 142 10 / 0.6); +} +.border-x-orange-600\/70{ + border-left-color: rgb(221 142 10 / 0.7); + border-right-color: rgb(221 142 10 / 0.7); +} +.border-x-orange-600\/75{ + border-left-color: rgb(221 142 10 / 0.75); + border-right-color: rgb(221 142 10 / 0.75); +} +.border-x-orange-600\/80{ + border-left-color: rgb(221 142 10 / 0.8); + border-right-color: rgb(221 142 10 / 0.8); +} +.border-x-orange-600\/90{ + border-left-color: rgb(221 142 10 / 0.9); + border-right-color: rgb(221 142 10 / 0.9); +} +.border-x-orange-600\/95{ + border-left-color: rgb(221 142 10 / 0.95); + border-right-color: rgb(221 142 10 / 0.95); +} +.border-x-orange-600\/100{ + border-left-color: rgb(221 142 10 / 1); + border-right-color: rgb(221 142 10 / 1); +} +.border-x-orange-700\/0{ + border-left-color: rgb(184 119 8 / 0); + border-right-color: rgb(184 119 8 / 0); +} +.border-x-orange-700\/5{ + border-left-color: rgb(184 119 8 / 0.05); + border-right-color: rgb(184 119 8 / 0.05); +} +.border-x-orange-700\/10{ + border-left-color: rgb(184 119 8 / 0.1); + border-right-color: rgb(184 119 8 / 0.1); +} +.border-x-orange-700\/20{ + border-left-color: rgb(184 119 8 / 0.2); + border-right-color: rgb(184 119 8 / 0.2); +} +.border-x-orange-700\/25{ + border-left-color: rgb(184 119 8 / 0.25); + border-right-color: rgb(184 119 8 / 0.25); +} +.border-x-orange-700\/30{ + border-left-color: rgb(184 119 8 / 0.3); + border-right-color: rgb(184 119 8 / 0.3); +} +.border-x-orange-700\/40{ + border-left-color: rgb(184 119 8 / 0.4); + border-right-color: rgb(184 119 8 / 0.4); +} +.border-x-orange-700\/50{ + border-left-color: rgb(184 119 8 / 0.5); + border-right-color: rgb(184 119 8 / 0.5); +} +.border-x-orange-700\/60{ + border-left-color: rgb(184 119 8 / 0.6); + border-right-color: rgb(184 119 8 / 0.6); +} +.border-x-orange-700\/70{ + border-left-color: rgb(184 119 8 / 0.7); + border-right-color: rgb(184 119 8 / 0.7); +} +.border-x-orange-700\/75{ + border-left-color: rgb(184 119 8 / 0.75); + border-right-color: rgb(184 119 8 / 0.75); +} +.border-x-orange-700\/80{ + border-left-color: rgb(184 119 8 / 0.8); + border-right-color: rgb(184 119 8 / 0.8); +} +.border-x-orange-700\/90{ + border-left-color: rgb(184 119 8 / 0.9); + border-right-color: rgb(184 119 8 / 0.9); +} +.border-x-orange-700\/95{ + border-left-color: rgb(184 119 8 / 0.95); + border-right-color: rgb(184 119 8 / 0.95); +} +.border-x-orange-700\/100{ + border-left-color: rgb(184 119 8 / 1); + border-right-color: rgb(184 119 8 / 1); +} +.border-x-orange-800\/0{ + border-left-color: rgb(147 95 7 / 0); + border-right-color: rgb(147 95 7 / 0); +} +.border-x-orange-800\/5{ + border-left-color: rgb(147 95 7 / 0.05); + border-right-color: rgb(147 95 7 / 0.05); +} +.border-x-orange-800\/10{ + border-left-color: rgb(147 95 7 / 0.1); + border-right-color: rgb(147 95 7 / 0.1); +} +.border-x-orange-800\/20{ + border-left-color: rgb(147 95 7 / 0.2); + border-right-color: rgb(147 95 7 / 0.2); +} +.border-x-orange-800\/25{ + border-left-color: rgb(147 95 7 / 0.25); + border-right-color: rgb(147 95 7 / 0.25); +} +.border-x-orange-800\/30{ + border-left-color: rgb(147 95 7 / 0.3); + border-right-color: rgb(147 95 7 / 0.3); +} +.border-x-orange-800\/40{ + border-left-color: rgb(147 95 7 / 0.4); + border-right-color: rgb(147 95 7 / 0.4); +} +.border-x-orange-800\/50{ + border-left-color: rgb(147 95 7 / 0.5); + border-right-color: rgb(147 95 7 / 0.5); +} +.border-x-orange-800\/60{ + border-left-color: rgb(147 95 7 / 0.6); + border-right-color: rgb(147 95 7 / 0.6); +} +.border-x-orange-800\/70{ + border-left-color: rgb(147 95 7 / 0.7); + border-right-color: rgb(147 95 7 / 0.7); +} +.border-x-orange-800\/75{ + border-left-color: rgb(147 95 7 / 0.75); + border-right-color: rgb(147 95 7 / 0.75); +} +.border-x-orange-800\/80{ + border-left-color: rgb(147 95 7 / 0.8); + border-right-color: rgb(147 95 7 / 0.8); +} +.border-x-orange-800\/90{ + border-left-color: rgb(147 95 7 / 0.9); + border-right-color: rgb(147 95 7 / 0.9); +} +.border-x-orange-800\/95{ + border-left-color: rgb(147 95 7 / 0.95); + border-right-color: rgb(147 95 7 / 0.95); +} +.border-x-orange-800\/100{ + border-left-color: rgb(147 95 7 / 1); + border-right-color: rgb(147 95 7 / 1); +} +.border-x-orange-900\/0{ + border-left-color: rgb(120 77 5 / 0); + border-right-color: rgb(120 77 5 / 0); +} +.border-x-orange-900\/5{ + border-left-color: rgb(120 77 5 / 0.05); + border-right-color: rgb(120 77 5 / 0.05); +} +.border-x-orange-900\/10{ + border-left-color: rgb(120 77 5 / 0.1); + border-right-color: rgb(120 77 5 / 0.1); +} +.border-x-orange-900\/20{ + border-left-color: rgb(120 77 5 / 0.2); + border-right-color: rgb(120 77 5 / 0.2); +} +.border-x-orange-900\/25{ + border-left-color: rgb(120 77 5 / 0.25); + border-right-color: rgb(120 77 5 / 0.25); +} +.border-x-orange-900\/30{ + border-left-color: rgb(120 77 5 / 0.3); + border-right-color: rgb(120 77 5 / 0.3); +} +.border-x-orange-900\/40{ + border-left-color: rgb(120 77 5 / 0.4); + border-right-color: rgb(120 77 5 / 0.4); +} +.border-x-orange-900\/50{ + border-left-color: rgb(120 77 5 / 0.5); + border-right-color: rgb(120 77 5 / 0.5); +} +.border-x-orange-900\/60{ + border-left-color: rgb(120 77 5 / 0.6); + border-right-color: rgb(120 77 5 / 0.6); +} +.border-x-orange-900\/70{ + border-left-color: rgb(120 77 5 / 0.7); + border-right-color: rgb(120 77 5 / 0.7); +} +.border-x-orange-900\/75{ + border-left-color: rgb(120 77 5 / 0.75); + border-right-color: rgb(120 77 5 / 0.75); +} +.border-x-orange-900\/80{ + border-left-color: rgb(120 77 5 / 0.8); + border-right-color: rgb(120 77 5 / 0.8); +} +.border-x-orange-900\/90{ + border-left-color: rgb(120 77 5 / 0.9); + border-right-color: rgb(120 77 5 / 0.9); +} +.border-x-orange-900\/95{ + border-left-color: rgb(120 77 5 / 0.95); + border-right-color: rgb(120 77 5 / 0.95); +} +.border-x-orange-900\/100{ + border-left-color: rgb(120 77 5 / 1); + border-right-color: rgb(120 77 5 / 1); +} +.border-x-orange\/0{ + border-left-color: rgb(245 158 11 / 0); + border-right-color: rgb(245 158 11 / 0); +} +.border-x-orange\/5{ + border-left-color: rgb(245 158 11 / 0.05); + border-right-color: rgb(245 158 11 / 0.05); +} +.border-x-orange\/10{ + border-left-color: rgb(245 158 11 / 0.1); + border-right-color: rgb(245 158 11 / 0.1); +} +.border-x-orange\/20{ + border-left-color: rgb(245 158 11 / 0.2); + border-right-color: rgb(245 158 11 / 0.2); +} +.border-x-orange\/25{ + border-left-color: rgb(245 158 11 / 0.25); + border-right-color: rgb(245 158 11 / 0.25); +} +.border-x-orange\/30{ + border-left-color: rgb(245 158 11 / 0.3); + border-right-color: rgb(245 158 11 / 0.3); +} +.border-x-orange\/40{ + border-left-color: rgb(245 158 11 / 0.4); + border-right-color: rgb(245 158 11 / 0.4); +} +.border-x-orange\/50{ + border-left-color: rgb(245 158 11 / 0.5); + border-right-color: rgb(245 158 11 / 0.5); +} +.border-x-orange\/60{ + border-left-color: rgb(245 158 11 / 0.6); + border-right-color: rgb(245 158 11 / 0.6); +} +.border-x-orange\/70{ + border-left-color: rgb(245 158 11 / 0.7); + border-right-color: rgb(245 158 11 / 0.7); +} +.border-x-orange\/75{ + border-left-color: rgb(245 158 11 / 0.75); + border-right-color: rgb(245 158 11 / 0.75); +} +.border-x-orange\/80{ + border-left-color: rgb(245 158 11 / 0.8); + border-right-color: rgb(245 158 11 / 0.8); +} +.border-x-orange\/90{ + border-left-color: rgb(245 158 11 / 0.9); + border-right-color: rgb(245 158 11 / 0.9); +} +.border-x-orange\/95{ + border-left-color: rgb(245 158 11 / 0.95); + border-right-color: rgb(245 158 11 / 0.95); +} +.border-x-orange\/100{ + border-left-color: rgb(245 158 11 / 1); + border-right-color: rgb(245 158 11 / 1); +} +.border-x-amber-50\/0{ + border-left-color: rgb(255 251 235 / 0); + border-right-color: rgb(255 251 235 / 0); +} +.border-x-amber-50\/5{ + border-left-color: rgb(255 251 235 / 0.05); + border-right-color: rgb(255 251 235 / 0.05); +} +.border-x-amber-50\/10{ + border-left-color: rgb(255 251 235 / 0.1); + border-right-color: rgb(255 251 235 / 0.1); +} +.border-x-amber-50\/20{ + border-left-color: rgb(255 251 235 / 0.2); + border-right-color: rgb(255 251 235 / 0.2); +} +.border-x-amber-50\/25{ + border-left-color: rgb(255 251 235 / 0.25); + border-right-color: rgb(255 251 235 / 0.25); +} +.border-x-amber-50\/30{ + border-left-color: rgb(255 251 235 / 0.3); + border-right-color: rgb(255 251 235 / 0.3); +} +.border-x-amber-50\/40{ + border-left-color: rgb(255 251 235 / 0.4); + border-right-color: rgb(255 251 235 / 0.4); +} +.border-x-amber-50\/50{ + border-left-color: rgb(255 251 235 / 0.5); + border-right-color: rgb(255 251 235 / 0.5); +} +.border-x-amber-50\/60{ + border-left-color: rgb(255 251 235 / 0.6); + border-right-color: rgb(255 251 235 / 0.6); +} +.border-x-amber-50\/70{ + border-left-color: rgb(255 251 235 / 0.7); + border-right-color: rgb(255 251 235 / 0.7); +} +.border-x-amber-50\/75{ + border-left-color: rgb(255 251 235 / 0.75); + border-right-color: rgb(255 251 235 / 0.75); +} +.border-x-amber-50\/80{ + border-left-color: rgb(255 251 235 / 0.8); + border-right-color: rgb(255 251 235 / 0.8); +} +.border-x-amber-50\/90{ + border-left-color: rgb(255 251 235 / 0.9); + border-right-color: rgb(255 251 235 / 0.9); +} +.border-x-amber-50\/95{ + border-left-color: rgb(255 251 235 / 0.95); + border-right-color: rgb(255 251 235 / 0.95); +} +.border-x-amber-50\/100{ + border-left-color: rgb(255 251 235 / 1); + border-right-color: rgb(255 251 235 / 1); +} +.border-x-amber-100\/0{ + border-left-color: rgb(254 243 199 / 0); + border-right-color: rgb(254 243 199 / 0); +} +.border-x-amber-100\/5{ + border-left-color: rgb(254 243 199 / 0.05); + border-right-color: rgb(254 243 199 / 0.05); +} +.border-x-amber-100\/10{ + border-left-color: rgb(254 243 199 / 0.1); + border-right-color: rgb(254 243 199 / 0.1); +} +.border-x-amber-100\/20{ + border-left-color: rgb(254 243 199 / 0.2); + border-right-color: rgb(254 243 199 / 0.2); +} +.border-x-amber-100\/25{ + border-left-color: rgb(254 243 199 / 0.25); + border-right-color: rgb(254 243 199 / 0.25); +} +.border-x-amber-100\/30{ + border-left-color: rgb(254 243 199 / 0.3); + border-right-color: rgb(254 243 199 / 0.3); +} +.border-x-amber-100\/40{ + border-left-color: rgb(254 243 199 / 0.4); + border-right-color: rgb(254 243 199 / 0.4); +} +.border-x-amber-100\/50{ + border-left-color: rgb(254 243 199 / 0.5); + border-right-color: rgb(254 243 199 / 0.5); +} +.border-x-amber-100\/60{ + border-left-color: rgb(254 243 199 / 0.6); + border-right-color: rgb(254 243 199 / 0.6); +} +.border-x-amber-100\/70{ + border-left-color: rgb(254 243 199 / 0.7); + border-right-color: rgb(254 243 199 / 0.7); +} +.border-x-amber-100\/75{ + border-left-color: rgb(254 243 199 / 0.75); + border-right-color: rgb(254 243 199 / 0.75); +} +.border-x-amber-100\/80{ + border-left-color: rgb(254 243 199 / 0.8); + border-right-color: rgb(254 243 199 / 0.8); +} +.border-x-amber-100\/90{ + border-left-color: rgb(254 243 199 / 0.9); + border-right-color: rgb(254 243 199 / 0.9); +} +.border-x-amber-100\/95{ + border-left-color: rgb(254 243 199 / 0.95); + border-right-color: rgb(254 243 199 / 0.95); +} +.border-x-amber-100\/100{ + border-left-color: rgb(254 243 199 / 1); + border-right-color: rgb(254 243 199 / 1); +} +.border-x-amber-200\/0{ + border-left-color: rgb(253 230 138 / 0); + border-right-color: rgb(253 230 138 / 0); +} +.border-x-amber-200\/5{ + border-left-color: rgb(253 230 138 / 0.05); + border-right-color: rgb(253 230 138 / 0.05); +} +.border-x-amber-200\/10{ + border-left-color: rgb(253 230 138 / 0.1); + border-right-color: rgb(253 230 138 / 0.1); +} +.border-x-amber-200\/20{ + border-left-color: rgb(253 230 138 / 0.2); + border-right-color: rgb(253 230 138 / 0.2); +} +.border-x-amber-200\/25{ + border-left-color: rgb(253 230 138 / 0.25); + border-right-color: rgb(253 230 138 / 0.25); +} +.border-x-amber-200\/30{ + border-left-color: rgb(253 230 138 / 0.3); + border-right-color: rgb(253 230 138 / 0.3); +} +.border-x-amber-200\/40{ + border-left-color: rgb(253 230 138 / 0.4); + border-right-color: rgb(253 230 138 / 0.4); +} +.border-x-amber-200\/50{ + border-left-color: rgb(253 230 138 / 0.5); + border-right-color: rgb(253 230 138 / 0.5); +} +.border-x-amber-200\/60{ + border-left-color: rgb(253 230 138 / 0.6); + border-right-color: rgb(253 230 138 / 0.6); +} +.border-x-amber-200\/70{ + border-left-color: rgb(253 230 138 / 0.7); + border-right-color: rgb(253 230 138 / 0.7); +} +.border-x-amber-200\/75{ + border-left-color: rgb(253 230 138 / 0.75); + border-right-color: rgb(253 230 138 / 0.75); +} +.border-x-amber-200\/80{ + border-left-color: rgb(253 230 138 / 0.8); + border-right-color: rgb(253 230 138 / 0.8); +} +.border-x-amber-200\/90{ + border-left-color: rgb(253 230 138 / 0.9); + border-right-color: rgb(253 230 138 / 0.9); +} +.border-x-amber-200\/95{ + border-left-color: rgb(253 230 138 / 0.95); + border-right-color: rgb(253 230 138 / 0.95); +} +.border-x-amber-200\/100{ + border-left-color: rgb(253 230 138 / 1); + border-right-color: rgb(253 230 138 / 1); +} +.border-x-amber-300\/0{ + border-left-color: rgb(252 211 77 / 0); + border-right-color: rgb(252 211 77 / 0); +} +.border-x-amber-300\/5{ + border-left-color: rgb(252 211 77 / 0.05); + border-right-color: rgb(252 211 77 / 0.05); +} +.border-x-amber-300\/10{ + border-left-color: rgb(252 211 77 / 0.1); + border-right-color: rgb(252 211 77 / 0.1); +} +.border-x-amber-300\/20{ + border-left-color: rgb(252 211 77 / 0.2); + border-right-color: rgb(252 211 77 / 0.2); +} +.border-x-amber-300\/25{ + border-left-color: rgb(252 211 77 / 0.25); + border-right-color: rgb(252 211 77 / 0.25); +} +.border-x-amber-300\/30{ + border-left-color: rgb(252 211 77 / 0.3); + border-right-color: rgb(252 211 77 / 0.3); +} +.border-x-amber-300\/40{ + border-left-color: rgb(252 211 77 / 0.4); + border-right-color: rgb(252 211 77 / 0.4); +} +.border-x-amber-300\/50{ + border-left-color: rgb(252 211 77 / 0.5); + border-right-color: rgb(252 211 77 / 0.5); +} +.border-x-amber-300\/60{ + border-left-color: rgb(252 211 77 / 0.6); + border-right-color: rgb(252 211 77 / 0.6); +} +.border-x-amber-300\/70{ + border-left-color: rgb(252 211 77 / 0.7); + border-right-color: rgb(252 211 77 / 0.7); +} +.border-x-amber-300\/75{ + border-left-color: rgb(252 211 77 / 0.75); + border-right-color: rgb(252 211 77 / 0.75); +} +.border-x-amber-300\/80{ + border-left-color: rgb(252 211 77 / 0.8); + border-right-color: rgb(252 211 77 / 0.8); +} +.border-x-amber-300\/90{ + border-left-color: rgb(252 211 77 / 0.9); + border-right-color: rgb(252 211 77 / 0.9); +} +.border-x-amber-300\/95{ + border-left-color: rgb(252 211 77 / 0.95); + border-right-color: rgb(252 211 77 / 0.95); +} +.border-x-amber-300\/100{ + border-left-color: rgb(252 211 77 / 1); + border-right-color: rgb(252 211 77 / 1); +} +.border-x-amber-400\/0{ + border-left-color: rgb(251 191 36 / 0); + border-right-color: rgb(251 191 36 / 0); +} +.border-x-amber-400\/5{ + border-left-color: rgb(251 191 36 / 0.05); + border-right-color: rgb(251 191 36 / 0.05); +} +.border-x-amber-400\/10{ + border-left-color: rgb(251 191 36 / 0.1); + border-right-color: rgb(251 191 36 / 0.1); +} +.border-x-amber-400\/20{ + border-left-color: rgb(251 191 36 / 0.2); + border-right-color: rgb(251 191 36 / 0.2); +} +.border-x-amber-400\/25{ + border-left-color: rgb(251 191 36 / 0.25); + border-right-color: rgb(251 191 36 / 0.25); +} +.border-x-amber-400\/30{ + border-left-color: rgb(251 191 36 / 0.3); + border-right-color: rgb(251 191 36 / 0.3); +} +.border-x-amber-400\/40{ + border-left-color: rgb(251 191 36 / 0.4); + border-right-color: rgb(251 191 36 / 0.4); +} +.border-x-amber-400\/50{ + border-left-color: rgb(251 191 36 / 0.5); + border-right-color: rgb(251 191 36 / 0.5); +} +.border-x-amber-400\/60{ + border-left-color: rgb(251 191 36 / 0.6); + border-right-color: rgb(251 191 36 / 0.6); +} +.border-x-amber-400\/70{ + border-left-color: rgb(251 191 36 / 0.7); + border-right-color: rgb(251 191 36 / 0.7); +} +.border-x-amber-400\/75{ + border-left-color: rgb(251 191 36 / 0.75); + border-right-color: rgb(251 191 36 / 0.75); +} +.border-x-amber-400\/80{ + border-left-color: rgb(251 191 36 / 0.8); + border-right-color: rgb(251 191 36 / 0.8); +} +.border-x-amber-400\/90{ + border-left-color: rgb(251 191 36 / 0.9); + border-right-color: rgb(251 191 36 / 0.9); +} +.border-x-amber-400\/95{ + border-left-color: rgb(251 191 36 / 0.95); + border-right-color: rgb(251 191 36 / 0.95); +} +.border-x-amber-400\/100{ + border-left-color: rgb(251 191 36 / 1); + border-right-color: rgb(251 191 36 / 1); +} +.border-x-amber-500\/0{ + border-left-color: rgb(245 158 11 / 0); + border-right-color: rgb(245 158 11 / 0); +} +.border-x-amber-500\/5{ + border-left-color: rgb(245 158 11 / 0.05); + border-right-color: rgb(245 158 11 / 0.05); +} +.border-x-amber-500\/10{ + border-left-color: rgb(245 158 11 / 0.1); + border-right-color: rgb(245 158 11 / 0.1); +} +.border-x-amber-500\/20{ + border-left-color: rgb(245 158 11 / 0.2); + border-right-color: rgb(245 158 11 / 0.2); +} +.border-x-amber-500\/25{ + border-left-color: rgb(245 158 11 / 0.25); + border-right-color: rgb(245 158 11 / 0.25); +} +.border-x-amber-500\/30{ + border-left-color: rgb(245 158 11 / 0.3); + border-right-color: rgb(245 158 11 / 0.3); +} +.border-x-amber-500\/40{ + border-left-color: rgb(245 158 11 / 0.4); + border-right-color: rgb(245 158 11 / 0.4); +} +.border-x-amber-500\/50{ + border-left-color: rgb(245 158 11 / 0.5); + border-right-color: rgb(245 158 11 / 0.5); +} +.border-x-amber-500\/60{ + border-left-color: rgb(245 158 11 / 0.6); + border-right-color: rgb(245 158 11 / 0.6); +} +.border-x-amber-500\/70{ + border-left-color: rgb(245 158 11 / 0.7); + border-right-color: rgb(245 158 11 / 0.7); +} +.border-x-amber-500\/75{ + border-left-color: rgb(245 158 11 / 0.75); + border-right-color: rgb(245 158 11 / 0.75); +} +.border-x-amber-500\/80{ + border-left-color: rgb(245 158 11 / 0.8); + border-right-color: rgb(245 158 11 / 0.8); +} +.border-x-amber-500\/90{ + border-left-color: rgb(245 158 11 / 0.9); + border-right-color: rgb(245 158 11 / 0.9); +} +.border-x-amber-500\/95{ + border-left-color: rgb(245 158 11 / 0.95); + border-right-color: rgb(245 158 11 / 0.95); +} +.border-x-amber-500\/100{ + border-left-color: rgb(245 158 11 / 1); + border-right-color: rgb(245 158 11 / 1); +} +.border-x-amber-600\/0{ + border-left-color: rgb(217 119 6 / 0); + border-right-color: rgb(217 119 6 / 0); +} +.border-x-amber-600\/5{ + border-left-color: rgb(217 119 6 / 0.05); + border-right-color: rgb(217 119 6 / 0.05); +} +.border-x-amber-600\/10{ + border-left-color: rgb(217 119 6 / 0.1); + border-right-color: rgb(217 119 6 / 0.1); +} +.border-x-amber-600\/20{ + border-left-color: rgb(217 119 6 / 0.2); + border-right-color: rgb(217 119 6 / 0.2); +} +.border-x-amber-600\/25{ + border-left-color: rgb(217 119 6 / 0.25); + border-right-color: rgb(217 119 6 / 0.25); +} +.border-x-amber-600\/30{ + border-left-color: rgb(217 119 6 / 0.3); + border-right-color: rgb(217 119 6 / 0.3); +} +.border-x-amber-600\/40{ + border-left-color: rgb(217 119 6 / 0.4); + border-right-color: rgb(217 119 6 / 0.4); +} +.border-x-amber-600\/50{ + border-left-color: rgb(217 119 6 / 0.5); + border-right-color: rgb(217 119 6 / 0.5); +} +.border-x-amber-600\/60{ + border-left-color: rgb(217 119 6 / 0.6); + border-right-color: rgb(217 119 6 / 0.6); +} +.border-x-amber-600\/70{ + border-left-color: rgb(217 119 6 / 0.7); + border-right-color: rgb(217 119 6 / 0.7); +} +.border-x-amber-600\/75{ + border-left-color: rgb(217 119 6 / 0.75); + border-right-color: rgb(217 119 6 / 0.75); +} +.border-x-amber-600\/80{ + border-left-color: rgb(217 119 6 / 0.8); + border-right-color: rgb(217 119 6 / 0.8); +} +.border-x-amber-600\/90{ + border-left-color: rgb(217 119 6 / 0.9); + border-right-color: rgb(217 119 6 / 0.9); +} +.border-x-amber-600\/95{ + border-left-color: rgb(217 119 6 / 0.95); + border-right-color: rgb(217 119 6 / 0.95); +} +.border-x-amber-600\/100{ + border-left-color: rgb(217 119 6 / 1); + border-right-color: rgb(217 119 6 / 1); +} +.border-x-amber-700\/0{ + border-left-color: rgb(180 83 9 / 0); + border-right-color: rgb(180 83 9 / 0); +} +.border-x-amber-700\/5{ + border-left-color: rgb(180 83 9 / 0.05); + border-right-color: rgb(180 83 9 / 0.05); +} +.border-x-amber-700\/10{ + border-left-color: rgb(180 83 9 / 0.1); + border-right-color: rgb(180 83 9 / 0.1); +} +.border-x-amber-700\/20{ + border-left-color: rgb(180 83 9 / 0.2); + border-right-color: rgb(180 83 9 / 0.2); +} +.border-x-amber-700\/25{ + border-left-color: rgb(180 83 9 / 0.25); + border-right-color: rgb(180 83 9 / 0.25); +} +.border-x-amber-700\/30{ + border-left-color: rgb(180 83 9 / 0.3); + border-right-color: rgb(180 83 9 / 0.3); +} +.border-x-amber-700\/40{ + border-left-color: rgb(180 83 9 / 0.4); + border-right-color: rgb(180 83 9 / 0.4); +} +.border-x-amber-700\/50{ + border-left-color: rgb(180 83 9 / 0.5); + border-right-color: rgb(180 83 9 / 0.5); +} +.border-x-amber-700\/60{ + border-left-color: rgb(180 83 9 / 0.6); + border-right-color: rgb(180 83 9 / 0.6); +} +.border-x-amber-700\/70{ + border-left-color: rgb(180 83 9 / 0.7); + border-right-color: rgb(180 83 9 / 0.7); +} +.border-x-amber-700\/75{ + border-left-color: rgb(180 83 9 / 0.75); + border-right-color: rgb(180 83 9 / 0.75); +} +.border-x-amber-700\/80{ + border-left-color: rgb(180 83 9 / 0.8); + border-right-color: rgb(180 83 9 / 0.8); +} +.border-x-amber-700\/90{ + border-left-color: rgb(180 83 9 / 0.9); + border-right-color: rgb(180 83 9 / 0.9); +} +.border-x-amber-700\/95{ + border-left-color: rgb(180 83 9 / 0.95); + border-right-color: rgb(180 83 9 / 0.95); +} +.border-x-amber-700\/100{ + border-left-color: rgb(180 83 9 / 1); + border-right-color: rgb(180 83 9 / 1); +} +.border-x-amber-800\/0{ + border-left-color: rgb(146 64 14 / 0); + border-right-color: rgb(146 64 14 / 0); +} +.border-x-amber-800\/5{ + border-left-color: rgb(146 64 14 / 0.05); + border-right-color: rgb(146 64 14 / 0.05); +} +.border-x-amber-800\/10{ + border-left-color: rgb(146 64 14 / 0.1); + border-right-color: rgb(146 64 14 / 0.1); +} +.border-x-amber-800\/20{ + border-left-color: rgb(146 64 14 / 0.2); + border-right-color: rgb(146 64 14 / 0.2); +} +.border-x-amber-800\/25{ + border-left-color: rgb(146 64 14 / 0.25); + border-right-color: rgb(146 64 14 / 0.25); +} +.border-x-amber-800\/30{ + border-left-color: rgb(146 64 14 / 0.3); + border-right-color: rgb(146 64 14 / 0.3); +} +.border-x-amber-800\/40{ + border-left-color: rgb(146 64 14 / 0.4); + border-right-color: rgb(146 64 14 / 0.4); +} +.border-x-amber-800\/50{ + border-left-color: rgb(146 64 14 / 0.5); + border-right-color: rgb(146 64 14 / 0.5); +} +.border-x-amber-800\/60{ + border-left-color: rgb(146 64 14 / 0.6); + border-right-color: rgb(146 64 14 / 0.6); +} +.border-x-amber-800\/70{ + border-left-color: rgb(146 64 14 / 0.7); + border-right-color: rgb(146 64 14 / 0.7); +} +.border-x-amber-800\/75{ + border-left-color: rgb(146 64 14 / 0.75); + border-right-color: rgb(146 64 14 / 0.75); +} +.border-x-amber-800\/80{ + border-left-color: rgb(146 64 14 / 0.8); + border-right-color: rgb(146 64 14 / 0.8); +} +.border-x-amber-800\/90{ + border-left-color: rgb(146 64 14 / 0.9); + border-right-color: rgb(146 64 14 / 0.9); +} +.border-x-amber-800\/95{ + border-left-color: rgb(146 64 14 / 0.95); + border-right-color: rgb(146 64 14 / 0.95); +} +.border-x-amber-800\/100{ + border-left-color: rgb(146 64 14 / 1); + border-right-color: rgb(146 64 14 / 1); +} +.border-x-amber-900\/0{ + border-left-color: rgb(120 53 15 / 0); + border-right-color: rgb(120 53 15 / 0); +} +.border-x-amber-900\/5{ + border-left-color: rgb(120 53 15 / 0.05); + border-right-color: rgb(120 53 15 / 0.05); +} +.border-x-amber-900\/10{ + border-left-color: rgb(120 53 15 / 0.1); + border-right-color: rgb(120 53 15 / 0.1); +} +.border-x-amber-900\/20{ + border-left-color: rgb(120 53 15 / 0.2); + border-right-color: rgb(120 53 15 / 0.2); +} +.border-x-amber-900\/25{ + border-left-color: rgb(120 53 15 / 0.25); + border-right-color: rgb(120 53 15 / 0.25); +} +.border-x-amber-900\/30{ + border-left-color: rgb(120 53 15 / 0.3); + border-right-color: rgb(120 53 15 / 0.3); +} +.border-x-amber-900\/40{ + border-left-color: rgb(120 53 15 / 0.4); + border-right-color: rgb(120 53 15 / 0.4); +} +.border-x-amber-900\/50{ + border-left-color: rgb(120 53 15 / 0.5); + border-right-color: rgb(120 53 15 / 0.5); +} +.border-x-amber-900\/60{ + border-left-color: rgb(120 53 15 / 0.6); + border-right-color: rgb(120 53 15 / 0.6); +} +.border-x-amber-900\/70{ + border-left-color: rgb(120 53 15 / 0.7); + border-right-color: rgb(120 53 15 / 0.7); +} +.border-x-amber-900\/75{ + border-left-color: rgb(120 53 15 / 0.75); + border-right-color: rgb(120 53 15 / 0.75); +} +.border-x-amber-900\/80{ + border-left-color: rgb(120 53 15 / 0.8); + border-right-color: rgb(120 53 15 / 0.8); +} +.border-x-amber-900\/90{ + border-left-color: rgb(120 53 15 / 0.9); + border-right-color: rgb(120 53 15 / 0.9); +} +.border-x-amber-900\/95{ + border-left-color: rgb(120 53 15 / 0.95); + border-right-color: rgb(120 53 15 / 0.95); +} +.border-x-amber-900\/100{ + border-left-color: rgb(120 53 15 / 1); + border-right-color: rgb(120 53 15 / 1); +} +.border-x-yellow-50\/0{ + border-left-color: rgb(253 253 234 / 0); + border-right-color: rgb(253 253 234 / 0); +} +.border-x-yellow-50\/5{ + border-left-color: rgb(253 253 234 / 0.05); + border-right-color: rgb(253 253 234 / 0.05); +} +.border-x-yellow-50\/10{ + border-left-color: rgb(253 253 234 / 0.1); + border-right-color: rgb(253 253 234 / 0.1); +} +.border-x-yellow-50\/20{ + border-left-color: rgb(253 253 234 / 0.2); + border-right-color: rgb(253 253 234 / 0.2); +} +.border-x-yellow-50\/25{ + border-left-color: rgb(253 253 234 / 0.25); + border-right-color: rgb(253 253 234 / 0.25); +} +.border-x-yellow-50\/30{ + border-left-color: rgb(253 253 234 / 0.3); + border-right-color: rgb(253 253 234 / 0.3); +} +.border-x-yellow-50\/40{ + border-left-color: rgb(253 253 234 / 0.4); + border-right-color: rgb(253 253 234 / 0.4); +} +.border-x-yellow-50\/50{ + border-left-color: rgb(253 253 234 / 0.5); + border-right-color: rgb(253 253 234 / 0.5); +} +.border-x-yellow-50\/60{ + border-left-color: rgb(253 253 234 / 0.6); + border-right-color: rgb(253 253 234 / 0.6); +} +.border-x-yellow-50\/70{ + border-left-color: rgb(253 253 234 / 0.7); + border-right-color: rgb(253 253 234 / 0.7); +} +.border-x-yellow-50\/75{ + border-left-color: rgb(253 253 234 / 0.75); + border-right-color: rgb(253 253 234 / 0.75); +} +.border-x-yellow-50\/80{ + border-left-color: rgb(253 253 234 / 0.8); + border-right-color: rgb(253 253 234 / 0.8); +} +.border-x-yellow-50\/90{ + border-left-color: rgb(253 253 234 / 0.9); + border-right-color: rgb(253 253 234 / 0.9); +} +.border-x-yellow-50\/95{ + border-left-color: rgb(253 253 234 / 0.95); + border-right-color: rgb(253 253 234 / 0.95); +} +.border-x-yellow-50\/100{ + border-left-color: rgb(253 253 234 / 1); + border-right-color: rgb(253 253 234 / 1); +} +.border-x-yellow-100\/0{ + border-left-color: rgb(253 246 178 / 0); + border-right-color: rgb(253 246 178 / 0); +} +.border-x-yellow-100\/5{ + border-left-color: rgb(253 246 178 / 0.05); + border-right-color: rgb(253 246 178 / 0.05); +} +.border-x-yellow-100\/10{ + border-left-color: rgb(253 246 178 / 0.1); + border-right-color: rgb(253 246 178 / 0.1); +} +.border-x-yellow-100\/20{ + border-left-color: rgb(253 246 178 / 0.2); + border-right-color: rgb(253 246 178 / 0.2); +} +.border-x-yellow-100\/25{ + border-left-color: rgb(253 246 178 / 0.25); + border-right-color: rgb(253 246 178 / 0.25); +} +.border-x-yellow-100\/30{ + border-left-color: rgb(253 246 178 / 0.3); + border-right-color: rgb(253 246 178 / 0.3); +} +.border-x-yellow-100\/40{ + border-left-color: rgb(253 246 178 / 0.4); + border-right-color: rgb(253 246 178 / 0.4); +} +.border-x-yellow-100\/50{ + border-left-color: rgb(253 246 178 / 0.5); + border-right-color: rgb(253 246 178 / 0.5); +} +.border-x-yellow-100\/60{ + border-left-color: rgb(253 246 178 / 0.6); + border-right-color: rgb(253 246 178 / 0.6); +} +.border-x-yellow-100\/70{ + border-left-color: rgb(253 246 178 / 0.7); + border-right-color: rgb(253 246 178 / 0.7); +} +.border-x-yellow-100\/75{ + border-left-color: rgb(253 246 178 / 0.75); + border-right-color: rgb(253 246 178 / 0.75); +} +.border-x-yellow-100\/80{ + border-left-color: rgb(253 246 178 / 0.8); + border-right-color: rgb(253 246 178 / 0.8); +} +.border-x-yellow-100\/90{ + border-left-color: rgb(253 246 178 / 0.9); + border-right-color: rgb(253 246 178 / 0.9); +} +.border-x-yellow-100\/95{ + border-left-color: rgb(253 246 178 / 0.95); + border-right-color: rgb(253 246 178 / 0.95); +} +.border-x-yellow-100\/100{ + border-left-color: rgb(253 246 178 / 1); + border-right-color: rgb(253 246 178 / 1); +} +.border-x-yellow-200\/0{ + border-left-color: rgb(252 233 106 / 0); + border-right-color: rgb(252 233 106 / 0); +} +.border-x-yellow-200\/5{ + border-left-color: rgb(252 233 106 / 0.05); + border-right-color: rgb(252 233 106 / 0.05); +} +.border-x-yellow-200\/10{ + border-left-color: rgb(252 233 106 / 0.1); + border-right-color: rgb(252 233 106 / 0.1); +} +.border-x-yellow-200\/20{ + border-left-color: rgb(252 233 106 / 0.2); + border-right-color: rgb(252 233 106 / 0.2); +} +.border-x-yellow-200\/25{ + border-left-color: rgb(252 233 106 / 0.25); + border-right-color: rgb(252 233 106 / 0.25); +} +.border-x-yellow-200\/30{ + border-left-color: rgb(252 233 106 / 0.3); + border-right-color: rgb(252 233 106 / 0.3); +} +.border-x-yellow-200\/40{ + border-left-color: rgb(252 233 106 / 0.4); + border-right-color: rgb(252 233 106 / 0.4); +} +.border-x-yellow-200\/50{ + border-left-color: rgb(252 233 106 / 0.5); + border-right-color: rgb(252 233 106 / 0.5); +} +.border-x-yellow-200\/60{ + border-left-color: rgb(252 233 106 / 0.6); + border-right-color: rgb(252 233 106 / 0.6); +} +.border-x-yellow-200\/70{ + border-left-color: rgb(252 233 106 / 0.7); + border-right-color: rgb(252 233 106 / 0.7); +} +.border-x-yellow-200\/75{ + border-left-color: rgb(252 233 106 / 0.75); + border-right-color: rgb(252 233 106 / 0.75); +} +.border-x-yellow-200\/80{ + border-left-color: rgb(252 233 106 / 0.8); + border-right-color: rgb(252 233 106 / 0.8); +} +.border-x-yellow-200\/90{ + border-left-color: rgb(252 233 106 / 0.9); + border-right-color: rgb(252 233 106 / 0.9); +} +.border-x-yellow-200\/95{ + border-left-color: rgb(252 233 106 / 0.95); + border-right-color: rgb(252 233 106 / 0.95); +} +.border-x-yellow-200\/100{ + border-left-color: rgb(252 233 106 / 1); + border-right-color: rgb(252 233 106 / 1); +} +.border-x-yellow-300\/0{ + border-left-color: rgb(250 202 21 / 0); + border-right-color: rgb(250 202 21 / 0); +} +.border-x-yellow-300\/5{ + border-left-color: rgb(250 202 21 / 0.05); + border-right-color: rgb(250 202 21 / 0.05); +} +.border-x-yellow-300\/10{ + border-left-color: rgb(250 202 21 / 0.1); + border-right-color: rgb(250 202 21 / 0.1); +} +.border-x-yellow-300\/20{ + border-left-color: rgb(250 202 21 / 0.2); + border-right-color: rgb(250 202 21 / 0.2); +} +.border-x-yellow-300\/25{ + border-left-color: rgb(250 202 21 / 0.25); + border-right-color: rgb(250 202 21 / 0.25); +} +.border-x-yellow-300\/30{ + border-left-color: rgb(250 202 21 / 0.3); + border-right-color: rgb(250 202 21 / 0.3); +} +.border-x-yellow-300\/40{ + border-left-color: rgb(250 202 21 / 0.4); + border-right-color: rgb(250 202 21 / 0.4); +} +.border-x-yellow-300\/50{ + border-left-color: rgb(250 202 21 / 0.5); + border-right-color: rgb(250 202 21 / 0.5); +} +.border-x-yellow-300\/60{ + border-left-color: rgb(250 202 21 / 0.6); + border-right-color: rgb(250 202 21 / 0.6); +} +.border-x-yellow-300\/70{ + border-left-color: rgb(250 202 21 / 0.7); + border-right-color: rgb(250 202 21 / 0.7); +} +.border-x-yellow-300\/75{ + border-left-color: rgb(250 202 21 / 0.75); + border-right-color: rgb(250 202 21 / 0.75); +} +.border-x-yellow-300\/80{ + border-left-color: rgb(250 202 21 / 0.8); + border-right-color: rgb(250 202 21 / 0.8); +} +.border-x-yellow-300\/90{ + border-left-color: rgb(250 202 21 / 0.9); + border-right-color: rgb(250 202 21 / 0.9); +} +.border-x-yellow-300\/95{ + border-left-color: rgb(250 202 21 / 0.95); + border-right-color: rgb(250 202 21 / 0.95); +} +.border-x-yellow-300\/100{ + border-left-color: rgb(250 202 21 / 1); + border-right-color: rgb(250 202 21 / 1); +} +.border-x-yellow-400\/0{ + border-left-color: rgb(227 160 8 / 0); + border-right-color: rgb(227 160 8 / 0); +} +.border-x-yellow-400\/5{ + border-left-color: rgb(227 160 8 / 0.05); + border-right-color: rgb(227 160 8 / 0.05); +} +.border-x-yellow-400\/10{ + border-left-color: rgb(227 160 8 / 0.1); + border-right-color: rgb(227 160 8 / 0.1); +} +.border-x-yellow-400\/20{ + border-left-color: rgb(227 160 8 / 0.2); + border-right-color: rgb(227 160 8 / 0.2); +} +.border-x-yellow-400\/25{ + border-left-color: rgb(227 160 8 / 0.25); + border-right-color: rgb(227 160 8 / 0.25); +} +.border-x-yellow-400\/30{ + border-left-color: rgb(227 160 8 / 0.3); + border-right-color: rgb(227 160 8 / 0.3); +} +.border-x-yellow-400\/40{ + border-left-color: rgb(227 160 8 / 0.4); + border-right-color: rgb(227 160 8 / 0.4); +} +.border-x-yellow-400\/50{ + border-left-color: rgb(227 160 8 / 0.5); + border-right-color: rgb(227 160 8 / 0.5); +} +.border-x-yellow-400\/60{ + border-left-color: rgb(227 160 8 / 0.6); + border-right-color: rgb(227 160 8 / 0.6); +} +.border-x-yellow-400\/70{ + border-left-color: rgb(227 160 8 / 0.7); + border-right-color: rgb(227 160 8 / 0.7); +} +.border-x-yellow-400\/75{ + border-left-color: rgb(227 160 8 / 0.75); + border-right-color: rgb(227 160 8 / 0.75); +} +.border-x-yellow-400\/80{ + border-left-color: rgb(227 160 8 / 0.8); + border-right-color: rgb(227 160 8 / 0.8); +} +.border-x-yellow-400\/90{ + border-left-color: rgb(227 160 8 / 0.9); + border-right-color: rgb(227 160 8 / 0.9); +} +.border-x-yellow-400\/95{ + border-left-color: rgb(227 160 8 / 0.95); + border-right-color: rgb(227 160 8 / 0.95); +} +.border-x-yellow-400\/100{ + border-left-color: rgb(227 160 8 / 1); + border-right-color: rgb(227 160 8 / 1); +} +.border-x-yellow-500\/0{ + border-left-color: rgb(194 120 3 / 0); + border-right-color: rgb(194 120 3 / 0); +} +.border-x-yellow-500\/5{ + border-left-color: rgb(194 120 3 / 0.05); + border-right-color: rgb(194 120 3 / 0.05); +} +.border-x-yellow-500\/10{ + border-left-color: rgb(194 120 3 / 0.1); + border-right-color: rgb(194 120 3 / 0.1); +} +.border-x-yellow-500\/20{ + border-left-color: rgb(194 120 3 / 0.2); + border-right-color: rgb(194 120 3 / 0.2); +} +.border-x-yellow-500\/25{ + border-left-color: rgb(194 120 3 / 0.25); + border-right-color: rgb(194 120 3 / 0.25); +} +.border-x-yellow-500\/30{ + border-left-color: rgb(194 120 3 / 0.3); + border-right-color: rgb(194 120 3 / 0.3); +} +.border-x-yellow-500\/40{ + border-left-color: rgb(194 120 3 / 0.4); + border-right-color: rgb(194 120 3 / 0.4); +} +.border-x-yellow-500\/50{ + border-left-color: rgb(194 120 3 / 0.5); + border-right-color: rgb(194 120 3 / 0.5); +} +.border-x-yellow-500\/60{ + border-left-color: rgb(194 120 3 / 0.6); + border-right-color: rgb(194 120 3 / 0.6); +} +.border-x-yellow-500\/70{ + border-left-color: rgb(194 120 3 / 0.7); + border-right-color: rgb(194 120 3 / 0.7); +} +.border-x-yellow-500\/75{ + border-left-color: rgb(194 120 3 / 0.75); + border-right-color: rgb(194 120 3 / 0.75); +} +.border-x-yellow-500\/80{ + border-left-color: rgb(194 120 3 / 0.8); + border-right-color: rgb(194 120 3 / 0.8); +} +.border-x-yellow-500\/90{ + border-left-color: rgb(194 120 3 / 0.9); + border-right-color: rgb(194 120 3 / 0.9); +} +.border-x-yellow-500\/95{ + border-left-color: rgb(194 120 3 / 0.95); + border-right-color: rgb(194 120 3 / 0.95); +} +.border-x-yellow-500\/100{ + border-left-color: rgb(194 120 3 / 1); + border-right-color: rgb(194 120 3 / 1); +} +.border-x-yellow-600\/0{ + border-left-color: rgb(159 88 10 / 0); + border-right-color: rgb(159 88 10 / 0); +} +.border-x-yellow-600\/5{ + border-left-color: rgb(159 88 10 / 0.05); + border-right-color: rgb(159 88 10 / 0.05); +} +.border-x-yellow-600\/10{ + border-left-color: rgb(159 88 10 / 0.1); + border-right-color: rgb(159 88 10 / 0.1); +} +.border-x-yellow-600\/20{ + border-left-color: rgb(159 88 10 / 0.2); + border-right-color: rgb(159 88 10 / 0.2); +} +.border-x-yellow-600\/25{ + border-left-color: rgb(159 88 10 / 0.25); + border-right-color: rgb(159 88 10 / 0.25); +} +.border-x-yellow-600\/30{ + border-left-color: rgb(159 88 10 / 0.3); + border-right-color: rgb(159 88 10 / 0.3); +} +.border-x-yellow-600\/40{ + border-left-color: rgb(159 88 10 / 0.4); + border-right-color: rgb(159 88 10 / 0.4); +} +.border-x-yellow-600\/50{ + border-left-color: rgb(159 88 10 / 0.5); + border-right-color: rgb(159 88 10 / 0.5); +} +.border-x-yellow-600\/60{ + border-left-color: rgb(159 88 10 / 0.6); + border-right-color: rgb(159 88 10 / 0.6); +} +.border-x-yellow-600\/70{ + border-left-color: rgb(159 88 10 / 0.7); + border-right-color: rgb(159 88 10 / 0.7); +} +.border-x-yellow-600\/75{ + border-left-color: rgb(159 88 10 / 0.75); + border-right-color: rgb(159 88 10 / 0.75); +} +.border-x-yellow-600\/80{ + border-left-color: rgb(159 88 10 / 0.8); + border-right-color: rgb(159 88 10 / 0.8); +} +.border-x-yellow-600\/90{ + border-left-color: rgb(159 88 10 / 0.9); + border-right-color: rgb(159 88 10 / 0.9); +} +.border-x-yellow-600\/95{ + border-left-color: rgb(159 88 10 / 0.95); + border-right-color: rgb(159 88 10 / 0.95); +} +.border-x-yellow-600\/100{ + border-left-color: rgb(159 88 10 / 1); + border-right-color: rgb(159 88 10 / 1); +} +.border-x-yellow-700\/0{ + border-left-color: rgb(142 75 16 / 0); + border-right-color: rgb(142 75 16 / 0); +} +.border-x-yellow-700\/5{ + border-left-color: rgb(142 75 16 / 0.05); + border-right-color: rgb(142 75 16 / 0.05); +} +.border-x-yellow-700\/10{ + border-left-color: rgb(142 75 16 / 0.1); + border-right-color: rgb(142 75 16 / 0.1); +} +.border-x-yellow-700\/20{ + border-left-color: rgb(142 75 16 / 0.2); + border-right-color: rgb(142 75 16 / 0.2); +} +.border-x-yellow-700\/25{ + border-left-color: rgb(142 75 16 / 0.25); + border-right-color: rgb(142 75 16 / 0.25); +} +.border-x-yellow-700\/30{ + border-left-color: rgb(142 75 16 / 0.3); + border-right-color: rgb(142 75 16 / 0.3); +} +.border-x-yellow-700\/40{ + border-left-color: rgb(142 75 16 / 0.4); + border-right-color: rgb(142 75 16 / 0.4); +} +.border-x-yellow-700\/50{ + border-left-color: rgb(142 75 16 / 0.5); + border-right-color: rgb(142 75 16 / 0.5); +} +.border-x-yellow-700\/60{ + border-left-color: rgb(142 75 16 / 0.6); + border-right-color: rgb(142 75 16 / 0.6); +} +.border-x-yellow-700\/70{ + border-left-color: rgb(142 75 16 / 0.7); + border-right-color: rgb(142 75 16 / 0.7); +} +.border-x-yellow-700\/75{ + border-left-color: rgb(142 75 16 / 0.75); + border-right-color: rgb(142 75 16 / 0.75); +} +.border-x-yellow-700\/80{ + border-left-color: rgb(142 75 16 / 0.8); + border-right-color: rgb(142 75 16 / 0.8); +} +.border-x-yellow-700\/90{ + border-left-color: rgb(142 75 16 / 0.9); + border-right-color: rgb(142 75 16 / 0.9); +} +.border-x-yellow-700\/95{ + border-left-color: rgb(142 75 16 / 0.95); + border-right-color: rgb(142 75 16 / 0.95); +} +.border-x-yellow-700\/100{ + border-left-color: rgb(142 75 16 / 1); + border-right-color: rgb(142 75 16 / 1); +} +.border-x-yellow-800\/0{ + border-left-color: rgb(114 59 19 / 0); + border-right-color: rgb(114 59 19 / 0); +} +.border-x-yellow-800\/5{ + border-left-color: rgb(114 59 19 / 0.05); + border-right-color: rgb(114 59 19 / 0.05); +} +.border-x-yellow-800\/10{ + border-left-color: rgb(114 59 19 / 0.1); + border-right-color: rgb(114 59 19 / 0.1); +} +.border-x-yellow-800\/20{ + border-left-color: rgb(114 59 19 / 0.2); + border-right-color: rgb(114 59 19 / 0.2); +} +.border-x-yellow-800\/25{ + border-left-color: rgb(114 59 19 / 0.25); + border-right-color: rgb(114 59 19 / 0.25); +} +.border-x-yellow-800\/30{ + border-left-color: rgb(114 59 19 / 0.3); + border-right-color: rgb(114 59 19 / 0.3); +} +.border-x-yellow-800\/40{ + border-left-color: rgb(114 59 19 / 0.4); + border-right-color: rgb(114 59 19 / 0.4); +} +.border-x-yellow-800\/50{ + border-left-color: rgb(114 59 19 / 0.5); + border-right-color: rgb(114 59 19 / 0.5); +} +.border-x-yellow-800\/60{ + border-left-color: rgb(114 59 19 / 0.6); + border-right-color: rgb(114 59 19 / 0.6); +} +.border-x-yellow-800\/70{ + border-left-color: rgb(114 59 19 / 0.7); + border-right-color: rgb(114 59 19 / 0.7); +} +.border-x-yellow-800\/75{ + border-left-color: rgb(114 59 19 / 0.75); + border-right-color: rgb(114 59 19 / 0.75); +} +.border-x-yellow-800\/80{ + border-left-color: rgb(114 59 19 / 0.8); + border-right-color: rgb(114 59 19 / 0.8); +} +.border-x-yellow-800\/90{ + border-left-color: rgb(114 59 19 / 0.9); + border-right-color: rgb(114 59 19 / 0.9); +} +.border-x-yellow-800\/95{ + border-left-color: rgb(114 59 19 / 0.95); + border-right-color: rgb(114 59 19 / 0.95); +} +.border-x-yellow-800\/100{ + border-left-color: rgb(114 59 19 / 1); + border-right-color: rgb(114 59 19 / 1); +} +.border-x-yellow-900\/0{ + border-left-color: rgb(99 49 18 / 0); + border-right-color: rgb(99 49 18 / 0); +} +.border-x-yellow-900\/5{ + border-left-color: rgb(99 49 18 / 0.05); + border-right-color: rgb(99 49 18 / 0.05); +} +.border-x-yellow-900\/10{ + border-left-color: rgb(99 49 18 / 0.1); + border-right-color: rgb(99 49 18 / 0.1); +} +.border-x-yellow-900\/20{ + border-left-color: rgb(99 49 18 / 0.2); + border-right-color: rgb(99 49 18 / 0.2); +} +.border-x-yellow-900\/25{ + border-left-color: rgb(99 49 18 / 0.25); + border-right-color: rgb(99 49 18 / 0.25); +} +.border-x-yellow-900\/30{ + border-left-color: rgb(99 49 18 / 0.3); + border-right-color: rgb(99 49 18 / 0.3); +} +.border-x-yellow-900\/40{ + border-left-color: rgb(99 49 18 / 0.4); + border-right-color: rgb(99 49 18 / 0.4); +} +.border-x-yellow-900\/50{ + border-left-color: rgb(99 49 18 / 0.5); + border-right-color: rgb(99 49 18 / 0.5); +} +.border-x-yellow-900\/60{ + border-left-color: rgb(99 49 18 / 0.6); + border-right-color: rgb(99 49 18 / 0.6); +} +.border-x-yellow-900\/70{ + border-left-color: rgb(99 49 18 / 0.7); + border-right-color: rgb(99 49 18 / 0.7); +} +.border-x-yellow-900\/75{ + border-left-color: rgb(99 49 18 / 0.75); + border-right-color: rgb(99 49 18 / 0.75); +} +.border-x-yellow-900\/80{ + border-left-color: rgb(99 49 18 / 0.8); + border-right-color: rgb(99 49 18 / 0.8); +} +.border-x-yellow-900\/90{ + border-left-color: rgb(99 49 18 / 0.9); + border-right-color: rgb(99 49 18 / 0.9); +} +.border-x-yellow-900\/95{ + border-left-color: rgb(99 49 18 / 0.95); + border-right-color: rgb(99 49 18 / 0.95); +} +.border-x-yellow-900\/100{ + border-left-color: rgb(99 49 18 / 1); + border-right-color: rgb(99 49 18 / 1); +} +.border-x-lime-50\/0{ + border-left-color: rgb(247 254 231 / 0); + border-right-color: rgb(247 254 231 / 0); +} +.border-x-lime-50\/5{ + border-left-color: rgb(247 254 231 / 0.05); + border-right-color: rgb(247 254 231 / 0.05); +} +.border-x-lime-50\/10{ + border-left-color: rgb(247 254 231 / 0.1); + border-right-color: rgb(247 254 231 / 0.1); +} +.border-x-lime-50\/20{ + border-left-color: rgb(247 254 231 / 0.2); + border-right-color: rgb(247 254 231 / 0.2); +} +.border-x-lime-50\/25{ + border-left-color: rgb(247 254 231 / 0.25); + border-right-color: rgb(247 254 231 / 0.25); +} +.border-x-lime-50\/30{ + border-left-color: rgb(247 254 231 / 0.3); + border-right-color: rgb(247 254 231 / 0.3); +} +.border-x-lime-50\/40{ + border-left-color: rgb(247 254 231 / 0.4); + border-right-color: rgb(247 254 231 / 0.4); +} +.border-x-lime-50\/50{ + border-left-color: rgb(247 254 231 / 0.5); + border-right-color: rgb(247 254 231 / 0.5); +} +.border-x-lime-50\/60{ + border-left-color: rgb(247 254 231 / 0.6); + border-right-color: rgb(247 254 231 / 0.6); +} +.border-x-lime-50\/70{ + border-left-color: rgb(247 254 231 / 0.7); + border-right-color: rgb(247 254 231 / 0.7); +} +.border-x-lime-50\/75{ + border-left-color: rgb(247 254 231 / 0.75); + border-right-color: rgb(247 254 231 / 0.75); +} +.border-x-lime-50\/80{ + border-left-color: rgb(247 254 231 / 0.8); + border-right-color: rgb(247 254 231 / 0.8); +} +.border-x-lime-50\/90{ + border-left-color: rgb(247 254 231 / 0.9); + border-right-color: rgb(247 254 231 / 0.9); +} +.border-x-lime-50\/95{ + border-left-color: rgb(247 254 231 / 0.95); + border-right-color: rgb(247 254 231 / 0.95); +} +.border-x-lime-50\/100{ + border-left-color: rgb(247 254 231 / 1); + border-right-color: rgb(247 254 231 / 1); +} +.border-x-lime-100\/0{ + border-left-color: rgb(236 252 203 / 0); + border-right-color: rgb(236 252 203 / 0); +} +.border-x-lime-100\/5{ + border-left-color: rgb(236 252 203 / 0.05); + border-right-color: rgb(236 252 203 / 0.05); +} +.border-x-lime-100\/10{ + border-left-color: rgb(236 252 203 / 0.1); + border-right-color: rgb(236 252 203 / 0.1); +} +.border-x-lime-100\/20{ + border-left-color: rgb(236 252 203 / 0.2); + border-right-color: rgb(236 252 203 / 0.2); +} +.border-x-lime-100\/25{ + border-left-color: rgb(236 252 203 / 0.25); + border-right-color: rgb(236 252 203 / 0.25); +} +.border-x-lime-100\/30{ + border-left-color: rgb(236 252 203 / 0.3); + border-right-color: rgb(236 252 203 / 0.3); +} +.border-x-lime-100\/40{ + border-left-color: rgb(236 252 203 / 0.4); + border-right-color: rgb(236 252 203 / 0.4); +} +.border-x-lime-100\/50{ + border-left-color: rgb(236 252 203 / 0.5); + border-right-color: rgb(236 252 203 / 0.5); +} +.border-x-lime-100\/60{ + border-left-color: rgb(236 252 203 / 0.6); + border-right-color: rgb(236 252 203 / 0.6); +} +.border-x-lime-100\/70{ + border-left-color: rgb(236 252 203 / 0.7); + border-right-color: rgb(236 252 203 / 0.7); +} +.border-x-lime-100\/75{ + border-left-color: rgb(236 252 203 / 0.75); + border-right-color: rgb(236 252 203 / 0.75); +} +.border-x-lime-100\/80{ + border-left-color: rgb(236 252 203 / 0.8); + border-right-color: rgb(236 252 203 / 0.8); +} +.border-x-lime-100\/90{ + border-left-color: rgb(236 252 203 / 0.9); + border-right-color: rgb(236 252 203 / 0.9); +} +.border-x-lime-100\/95{ + border-left-color: rgb(236 252 203 / 0.95); + border-right-color: rgb(236 252 203 / 0.95); +} +.border-x-lime-100\/100{ + border-left-color: rgb(236 252 203 / 1); + border-right-color: rgb(236 252 203 / 1); +} +.border-x-lime-200\/0{ + border-left-color: rgb(217 249 157 / 0); + border-right-color: rgb(217 249 157 / 0); +} +.border-x-lime-200\/5{ + border-left-color: rgb(217 249 157 / 0.05); + border-right-color: rgb(217 249 157 / 0.05); +} +.border-x-lime-200\/10{ + border-left-color: rgb(217 249 157 / 0.1); + border-right-color: rgb(217 249 157 / 0.1); +} +.border-x-lime-200\/20{ + border-left-color: rgb(217 249 157 / 0.2); + border-right-color: rgb(217 249 157 / 0.2); +} +.border-x-lime-200\/25{ + border-left-color: rgb(217 249 157 / 0.25); + border-right-color: rgb(217 249 157 / 0.25); +} +.border-x-lime-200\/30{ + border-left-color: rgb(217 249 157 / 0.3); + border-right-color: rgb(217 249 157 / 0.3); +} +.border-x-lime-200\/40{ + border-left-color: rgb(217 249 157 / 0.4); + border-right-color: rgb(217 249 157 / 0.4); +} +.border-x-lime-200\/50{ + border-left-color: rgb(217 249 157 / 0.5); + border-right-color: rgb(217 249 157 / 0.5); +} +.border-x-lime-200\/60{ + border-left-color: rgb(217 249 157 / 0.6); + border-right-color: rgb(217 249 157 / 0.6); +} +.border-x-lime-200\/70{ + border-left-color: rgb(217 249 157 / 0.7); + border-right-color: rgb(217 249 157 / 0.7); +} +.border-x-lime-200\/75{ + border-left-color: rgb(217 249 157 / 0.75); + border-right-color: rgb(217 249 157 / 0.75); +} +.border-x-lime-200\/80{ + border-left-color: rgb(217 249 157 / 0.8); + border-right-color: rgb(217 249 157 / 0.8); +} +.border-x-lime-200\/90{ + border-left-color: rgb(217 249 157 / 0.9); + border-right-color: rgb(217 249 157 / 0.9); +} +.border-x-lime-200\/95{ + border-left-color: rgb(217 249 157 / 0.95); + border-right-color: rgb(217 249 157 / 0.95); +} +.border-x-lime-200\/100{ + border-left-color: rgb(217 249 157 / 1); + border-right-color: rgb(217 249 157 / 1); +} +.border-x-lime-300\/0{ + border-left-color: rgb(190 242 100 / 0); + border-right-color: rgb(190 242 100 / 0); +} +.border-x-lime-300\/5{ + border-left-color: rgb(190 242 100 / 0.05); + border-right-color: rgb(190 242 100 / 0.05); +} +.border-x-lime-300\/10{ + border-left-color: rgb(190 242 100 / 0.1); + border-right-color: rgb(190 242 100 / 0.1); +} +.border-x-lime-300\/20{ + border-left-color: rgb(190 242 100 / 0.2); + border-right-color: rgb(190 242 100 / 0.2); +} +.border-x-lime-300\/25{ + border-left-color: rgb(190 242 100 / 0.25); + border-right-color: rgb(190 242 100 / 0.25); +} +.border-x-lime-300\/30{ + border-left-color: rgb(190 242 100 / 0.3); + border-right-color: rgb(190 242 100 / 0.3); +} +.border-x-lime-300\/40{ + border-left-color: rgb(190 242 100 / 0.4); + border-right-color: rgb(190 242 100 / 0.4); +} +.border-x-lime-300\/50{ + border-left-color: rgb(190 242 100 / 0.5); + border-right-color: rgb(190 242 100 / 0.5); +} +.border-x-lime-300\/60{ + border-left-color: rgb(190 242 100 / 0.6); + border-right-color: rgb(190 242 100 / 0.6); +} +.border-x-lime-300\/70{ + border-left-color: rgb(190 242 100 / 0.7); + border-right-color: rgb(190 242 100 / 0.7); +} +.border-x-lime-300\/75{ + border-left-color: rgb(190 242 100 / 0.75); + border-right-color: rgb(190 242 100 / 0.75); +} +.border-x-lime-300\/80{ + border-left-color: rgb(190 242 100 / 0.8); + border-right-color: rgb(190 242 100 / 0.8); +} +.border-x-lime-300\/90{ + border-left-color: rgb(190 242 100 / 0.9); + border-right-color: rgb(190 242 100 / 0.9); +} +.border-x-lime-300\/95{ + border-left-color: rgb(190 242 100 / 0.95); + border-right-color: rgb(190 242 100 / 0.95); +} +.border-x-lime-300\/100{ + border-left-color: rgb(190 242 100 / 1); + border-right-color: rgb(190 242 100 / 1); +} +.border-x-lime-400\/0{ + border-left-color: rgb(163 230 53 / 0); + border-right-color: rgb(163 230 53 / 0); +} +.border-x-lime-400\/5{ + border-left-color: rgb(163 230 53 / 0.05); + border-right-color: rgb(163 230 53 / 0.05); +} +.border-x-lime-400\/10{ + border-left-color: rgb(163 230 53 / 0.1); + border-right-color: rgb(163 230 53 / 0.1); +} +.border-x-lime-400\/20{ + border-left-color: rgb(163 230 53 / 0.2); + border-right-color: rgb(163 230 53 / 0.2); +} +.border-x-lime-400\/25{ + border-left-color: rgb(163 230 53 / 0.25); + border-right-color: rgb(163 230 53 / 0.25); +} +.border-x-lime-400\/30{ + border-left-color: rgb(163 230 53 / 0.3); + border-right-color: rgb(163 230 53 / 0.3); +} +.border-x-lime-400\/40{ + border-left-color: rgb(163 230 53 / 0.4); + border-right-color: rgb(163 230 53 / 0.4); +} +.border-x-lime-400\/50{ + border-left-color: rgb(163 230 53 / 0.5); + border-right-color: rgb(163 230 53 / 0.5); +} +.border-x-lime-400\/60{ + border-left-color: rgb(163 230 53 / 0.6); + border-right-color: rgb(163 230 53 / 0.6); +} +.border-x-lime-400\/70{ + border-left-color: rgb(163 230 53 / 0.7); + border-right-color: rgb(163 230 53 / 0.7); +} +.border-x-lime-400\/75{ + border-left-color: rgb(163 230 53 / 0.75); + border-right-color: rgb(163 230 53 / 0.75); +} +.border-x-lime-400\/80{ + border-left-color: rgb(163 230 53 / 0.8); + border-right-color: rgb(163 230 53 / 0.8); +} +.border-x-lime-400\/90{ + border-left-color: rgb(163 230 53 / 0.9); + border-right-color: rgb(163 230 53 / 0.9); +} +.border-x-lime-400\/95{ + border-left-color: rgb(163 230 53 / 0.95); + border-right-color: rgb(163 230 53 / 0.95); +} +.border-x-lime-400\/100{ + border-left-color: rgb(163 230 53 / 1); + border-right-color: rgb(163 230 53 / 1); +} +.border-x-lime-500\/0{ + border-left-color: rgb(132 204 22 / 0); + border-right-color: rgb(132 204 22 / 0); +} +.border-x-lime-500\/5{ + border-left-color: rgb(132 204 22 / 0.05); + border-right-color: rgb(132 204 22 / 0.05); +} +.border-x-lime-500\/10{ + border-left-color: rgb(132 204 22 / 0.1); + border-right-color: rgb(132 204 22 / 0.1); +} +.border-x-lime-500\/20{ + border-left-color: rgb(132 204 22 / 0.2); + border-right-color: rgb(132 204 22 / 0.2); +} +.border-x-lime-500\/25{ + border-left-color: rgb(132 204 22 / 0.25); + border-right-color: rgb(132 204 22 / 0.25); +} +.border-x-lime-500\/30{ + border-left-color: rgb(132 204 22 / 0.3); + border-right-color: rgb(132 204 22 / 0.3); +} +.border-x-lime-500\/40{ + border-left-color: rgb(132 204 22 / 0.4); + border-right-color: rgb(132 204 22 / 0.4); +} +.border-x-lime-500\/50{ + border-left-color: rgb(132 204 22 / 0.5); + border-right-color: rgb(132 204 22 / 0.5); +} +.border-x-lime-500\/60{ + border-left-color: rgb(132 204 22 / 0.6); + border-right-color: rgb(132 204 22 / 0.6); +} +.border-x-lime-500\/70{ + border-left-color: rgb(132 204 22 / 0.7); + border-right-color: rgb(132 204 22 / 0.7); +} +.border-x-lime-500\/75{ + border-left-color: rgb(132 204 22 / 0.75); + border-right-color: rgb(132 204 22 / 0.75); +} +.border-x-lime-500\/80{ + border-left-color: rgb(132 204 22 / 0.8); + border-right-color: rgb(132 204 22 / 0.8); +} +.border-x-lime-500\/90{ + border-left-color: rgb(132 204 22 / 0.9); + border-right-color: rgb(132 204 22 / 0.9); +} +.border-x-lime-500\/95{ + border-left-color: rgb(132 204 22 / 0.95); + border-right-color: rgb(132 204 22 / 0.95); +} +.border-x-lime-500\/100{ + border-left-color: rgb(132 204 22 / 1); + border-right-color: rgb(132 204 22 / 1); +} +.border-x-lime-600\/0{ + border-left-color: rgb(101 163 13 / 0); + border-right-color: rgb(101 163 13 / 0); +} +.border-x-lime-600\/5{ + border-left-color: rgb(101 163 13 / 0.05); + border-right-color: rgb(101 163 13 / 0.05); +} +.border-x-lime-600\/10{ + border-left-color: rgb(101 163 13 / 0.1); + border-right-color: rgb(101 163 13 / 0.1); +} +.border-x-lime-600\/20{ + border-left-color: rgb(101 163 13 / 0.2); + border-right-color: rgb(101 163 13 / 0.2); +} +.border-x-lime-600\/25{ + border-left-color: rgb(101 163 13 / 0.25); + border-right-color: rgb(101 163 13 / 0.25); +} +.border-x-lime-600\/30{ + border-left-color: rgb(101 163 13 / 0.3); + border-right-color: rgb(101 163 13 / 0.3); +} +.border-x-lime-600\/40{ + border-left-color: rgb(101 163 13 / 0.4); + border-right-color: rgb(101 163 13 / 0.4); +} +.border-x-lime-600\/50{ + border-left-color: rgb(101 163 13 / 0.5); + border-right-color: rgb(101 163 13 / 0.5); +} +.border-x-lime-600\/60{ + border-left-color: rgb(101 163 13 / 0.6); + border-right-color: rgb(101 163 13 / 0.6); +} +.border-x-lime-600\/70{ + border-left-color: rgb(101 163 13 / 0.7); + border-right-color: rgb(101 163 13 / 0.7); +} +.border-x-lime-600\/75{ + border-left-color: rgb(101 163 13 / 0.75); + border-right-color: rgb(101 163 13 / 0.75); +} +.border-x-lime-600\/80{ + border-left-color: rgb(101 163 13 / 0.8); + border-right-color: rgb(101 163 13 / 0.8); +} +.border-x-lime-600\/90{ + border-left-color: rgb(101 163 13 / 0.9); + border-right-color: rgb(101 163 13 / 0.9); +} +.border-x-lime-600\/95{ + border-left-color: rgb(101 163 13 / 0.95); + border-right-color: rgb(101 163 13 / 0.95); +} +.border-x-lime-600\/100{ + border-left-color: rgb(101 163 13 / 1); + border-right-color: rgb(101 163 13 / 1); +} +.border-x-lime-700\/0{ + border-left-color: rgb(77 124 15 / 0); + border-right-color: rgb(77 124 15 / 0); +} +.border-x-lime-700\/5{ + border-left-color: rgb(77 124 15 / 0.05); + border-right-color: rgb(77 124 15 / 0.05); +} +.border-x-lime-700\/10{ + border-left-color: rgb(77 124 15 / 0.1); + border-right-color: rgb(77 124 15 / 0.1); +} +.border-x-lime-700\/20{ + border-left-color: rgb(77 124 15 / 0.2); + border-right-color: rgb(77 124 15 / 0.2); +} +.border-x-lime-700\/25{ + border-left-color: rgb(77 124 15 / 0.25); + border-right-color: rgb(77 124 15 / 0.25); +} +.border-x-lime-700\/30{ + border-left-color: rgb(77 124 15 / 0.3); + border-right-color: rgb(77 124 15 / 0.3); +} +.border-x-lime-700\/40{ + border-left-color: rgb(77 124 15 / 0.4); + border-right-color: rgb(77 124 15 / 0.4); +} +.border-x-lime-700\/50{ + border-left-color: rgb(77 124 15 / 0.5); + border-right-color: rgb(77 124 15 / 0.5); +} +.border-x-lime-700\/60{ + border-left-color: rgb(77 124 15 / 0.6); + border-right-color: rgb(77 124 15 / 0.6); +} +.border-x-lime-700\/70{ + border-left-color: rgb(77 124 15 / 0.7); + border-right-color: rgb(77 124 15 / 0.7); +} +.border-x-lime-700\/75{ + border-left-color: rgb(77 124 15 / 0.75); + border-right-color: rgb(77 124 15 / 0.75); +} +.border-x-lime-700\/80{ + border-left-color: rgb(77 124 15 / 0.8); + border-right-color: rgb(77 124 15 / 0.8); +} +.border-x-lime-700\/90{ + border-left-color: rgb(77 124 15 / 0.9); + border-right-color: rgb(77 124 15 / 0.9); +} +.border-x-lime-700\/95{ + border-left-color: rgb(77 124 15 / 0.95); + border-right-color: rgb(77 124 15 / 0.95); +} +.border-x-lime-700\/100{ + border-left-color: rgb(77 124 15 / 1); + border-right-color: rgb(77 124 15 / 1); +} +.border-x-lime-800\/0{ + border-left-color: rgb(63 98 18 / 0); + border-right-color: rgb(63 98 18 / 0); +} +.border-x-lime-800\/5{ + border-left-color: rgb(63 98 18 / 0.05); + border-right-color: rgb(63 98 18 / 0.05); +} +.border-x-lime-800\/10{ + border-left-color: rgb(63 98 18 / 0.1); + border-right-color: rgb(63 98 18 / 0.1); +} +.border-x-lime-800\/20{ + border-left-color: rgb(63 98 18 / 0.2); + border-right-color: rgb(63 98 18 / 0.2); +} +.border-x-lime-800\/25{ + border-left-color: rgb(63 98 18 / 0.25); + border-right-color: rgb(63 98 18 / 0.25); +} +.border-x-lime-800\/30{ + border-left-color: rgb(63 98 18 / 0.3); + border-right-color: rgb(63 98 18 / 0.3); +} +.border-x-lime-800\/40{ + border-left-color: rgb(63 98 18 / 0.4); + border-right-color: rgb(63 98 18 / 0.4); +} +.border-x-lime-800\/50{ + border-left-color: rgb(63 98 18 / 0.5); + border-right-color: rgb(63 98 18 / 0.5); +} +.border-x-lime-800\/60{ + border-left-color: rgb(63 98 18 / 0.6); + border-right-color: rgb(63 98 18 / 0.6); +} +.border-x-lime-800\/70{ + border-left-color: rgb(63 98 18 / 0.7); + border-right-color: rgb(63 98 18 / 0.7); +} +.border-x-lime-800\/75{ + border-left-color: rgb(63 98 18 / 0.75); + border-right-color: rgb(63 98 18 / 0.75); +} +.border-x-lime-800\/80{ + border-left-color: rgb(63 98 18 / 0.8); + border-right-color: rgb(63 98 18 / 0.8); +} +.border-x-lime-800\/90{ + border-left-color: rgb(63 98 18 / 0.9); + border-right-color: rgb(63 98 18 / 0.9); +} +.border-x-lime-800\/95{ + border-left-color: rgb(63 98 18 / 0.95); + border-right-color: rgb(63 98 18 / 0.95); +} +.border-x-lime-800\/100{ + border-left-color: rgb(63 98 18 / 1); + border-right-color: rgb(63 98 18 / 1); +} +.border-x-lime-900\/0{ + border-left-color: rgb(54 83 20 / 0); + border-right-color: rgb(54 83 20 / 0); +} +.border-x-lime-900\/5{ + border-left-color: rgb(54 83 20 / 0.05); + border-right-color: rgb(54 83 20 / 0.05); +} +.border-x-lime-900\/10{ + border-left-color: rgb(54 83 20 / 0.1); + border-right-color: rgb(54 83 20 / 0.1); +} +.border-x-lime-900\/20{ + border-left-color: rgb(54 83 20 / 0.2); + border-right-color: rgb(54 83 20 / 0.2); +} +.border-x-lime-900\/25{ + border-left-color: rgb(54 83 20 / 0.25); + border-right-color: rgb(54 83 20 / 0.25); +} +.border-x-lime-900\/30{ + border-left-color: rgb(54 83 20 / 0.3); + border-right-color: rgb(54 83 20 / 0.3); +} +.border-x-lime-900\/40{ + border-left-color: rgb(54 83 20 / 0.4); + border-right-color: rgb(54 83 20 / 0.4); +} +.border-x-lime-900\/50{ + border-left-color: rgb(54 83 20 / 0.5); + border-right-color: rgb(54 83 20 / 0.5); +} +.border-x-lime-900\/60{ + border-left-color: rgb(54 83 20 / 0.6); + border-right-color: rgb(54 83 20 / 0.6); +} +.border-x-lime-900\/70{ + border-left-color: rgb(54 83 20 / 0.7); + border-right-color: rgb(54 83 20 / 0.7); +} +.border-x-lime-900\/75{ + border-left-color: rgb(54 83 20 / 0.75); + border-right-color: rgb(54 83 20 / 0.75); +} +.border-x-lime-900\/80{ + border-left-color: rgb(54 83 20 / 0.8); + border-right-color: rgb(54 83 20 / 0.8); +} +.border-x-lime-900\/90{ + border-left-color: rgb(54 83 20 / 0.9); + border-right-color: rgb(54 83 20 / 0.9); +} +.border-x-lime-900\/95{ + border-left-color: rgb(54 83 20 / 0.95); + border-right-color: rgb(54 83 20 / 0.95); +} +.border-x-lime-900\/100{ + border-left-color: rgb(54 83 20 / 1); + border-right-color: rgb(54 83 20 / 1); +} +.border-x-green-50\/0{ + border-left-color: rgb(248 250 246 / 0); + border-right-color: rgb(248 250 246 / 0); +} +.border-x-green-50\/5{ + border-left-color: rgb(248 250 246 / 0.05); + border-right-color: rgb(248 250 246 / 0.05); +} +.border-x-green-50\/10{ + border-left-color: rgb(248 250 246 / 0.1); + border-right-color: rgb(248 250 246 / 0.1); +} +.border-x-green-50\/20{ + border-left-color: rgb(248 250 246 / 0.2); + border-right-color: rgb(248 250 246 / 0.2); +} +.border-x-green-50\/25{ + border-left-color: rgb(248 250 246 / 0.25); + border-right-color: rgb(248 250 246 / 0.25); +} +.border-x-green-50\/30{ + border-left-color: rgb(248 250 246 / 0.3); + border-right-color: rgb(248 250 246 / 0.3); +} +.border-x-green-50\/40{ + border-left-color: rgb(248 250 246 / 0.4); + border-right-color: rgb(248 250 246 / 0.4); +} +.border-x-green-50\/50{ + border-left-color: rgb(248 250 246 / 0.5); + border-right-color: rgb(248 250 246 / 0.5); +} +.border-x-green-50\/60{ + border-left-color: rgb(248 250 246 / 0.6); + border-right-color: rgb(248 250 246 / 0.6); +} +.border-x-green-50\/70{ + border-left-color: rgb(248 250 246 / 0.7); + border-right-color: rgb(248 250 246 / 0.7); +} +.border-x-green-50\/75{ + border-left-color: rgb(248 250 246 / 0.75); + border-right-color: rgb(248 250 246 / 0.75); +} +.border-x-green-50\/80{ + border-left-color: rgb(248 250 246 / 0.8); + border-right-color: rgb(248 250 246 / 0.8); +} +.border-x-green-50\/90{ + border-left-color: rgb(248 250 246 / 0.9); + border-right-color: rgb(248 250 246 / 0.9); +} +.border-x-green-50\/95{ + border-left-color: rgb(248 250 246 / 0.95); + border-right-color: rgb(248 250 246 / 0.95); +} +.border-x-green-50\/100{ + border-left-color: rgb(248 250 246 / 1); + border-right-color: rgb(248 250 246 / 1); +} +.border-x-green-100\/0{ + border-left-color: rgb(241 246 238 / 0); + border-right-color: rgb(241 246 238 / 0); +} +.border-x-green-100\/5{ + border-left-color: rgb(241 246 238 / 0.05); + border-right-color: rgb(241 246 238 / 0.05); +} +.border-x-green-100\/10{ + border-left-color: rgb(241 246 238 / 0.1); + border-right-color: rgb(241 246 238 / 0.1); +} +.border-x-green-100\/20{ + border-left-color: rgb(241 246 238 / 0.2); + border-right-color: rgb(241 246 238 / 0.2); +} +.border-x-green-100\/25{ + border-left-color: rgb(241 246 238 / 0.25); + border-right-color: rgb(241 246 238 / 0.25); +} +.border-x-green-100\/30{ + border-left-color: rgb(241 246 238 / 0.3); + border-right-color: rgb(241 246 238 / 0.3); +} +.border-x-green-100\/40{ + border-left-color: rgb(241 246 238 / 0.4); + border-right-color: rgb(241 246 238 / 0.4); +} +.border-x-green-100\/50{ + border-left-color: rgb(241 246 238 / 0.5); + border-right-color: rgb(241 246 238 / 0.5); +} +.border-x-green-100\/60{ + border-left-color: rgb(241 246 238 / 0.6); + border-right-color: rgb(241 246 238 / 0.6); +} +.border-x-green-100\/70{ + border-left-color: rgb(241 246 238 / 0.7); + border-right-color: rgb(241 246 238 / 0.7); +} +.border-x-green-100\/75{ + border-left-color: rgb(241 246 238 / 0.75); + border-right-color: rgb(241 246 238 / 0.75); +} +.border-x-green-100\/80{ + border-left-color: rgb(241 246 238 / 0.8); + border-right-color: rgb(241 246 238 / 0.8); +} +.border-x-green-100\/90{ + border-left-color: rgb(241 246 238 / 0.9); + border-right-color: rgb(241 246 238 / 0.9); +} +.border-x-green-100\/95{ + border-left-color: rgb(241 246 238 / 0.95); + border-right-color: rgb(241 246 238 / 0.95); +} +.border-x-green-100\/100{ + border-left-color: rgb(241 246 238 / 1); + border-right-color: rgb(241 246 238 / 1); +} +.border-x-green-200\/0{ + border-left-color: rgb(219 232 212 / 0); + border-right-color: rgb(219 232 212 / 0); +} +.border-x-green-200\/5{ + border-left-color: rgb(219 232 212 / 0.05); + border-right-color: rgb(219 232 212 / 0.05); +} +.border-x-green-200\/10{ + border-left-color: rgb(219 232 212 / 0.1); + border-right-color: rgb(219 232 212 / 0.1); +} +.border-x-green-200\/20{ + border-left-color: rgb(219 232 212 / 0.2); + border-right-color: rgb(219 232 212 / 0.2); +} +.border-x-green-200\/25{ + border-left-color: rgb(219 232 212 / 0.25); + border-right-color: rgb(219 232 212 / 0.25); +} +.border-x-green-200\/30{ + border-left-color: rgb(219 232 212 / 0.3); + border-right-color: rgb(219 232 212 / 0.3); +} +.border-x-green-200\/40{ + border-left-color: rgb(219 232 212 / 0.4); + border-right-color: rgb(219 232 212 / 0.4); +} +.border-x-green-200\/50{ + border-left-color: rgb(219 232 212 / 0.5); + border-right-color: rgb(219 232 212 / 0.5); +} +.border-x-green-200\/60{ + border-left-color: rgb(219 232 212 / 0.6); + border-right-color: rgb(219 232 212 / 0.6); +} +.border-x-green-200\/70{ + border-left-color: rgb(219 232 212 / 0.7); + border-right-color: rgb(219 232 212 / 0.7); +} +.border-x-green-200\/75{ + border-left-color: rgb(219 232 212 / 0.75); + border-right-color: rgb(219 232 212 / 0.75); +} +.border-x-green-200\/80{ + border-left-color: rgb(219 232 212 / 0.8); + border-right-color: rgb(219 232 212 / 0.8); +} +.border-x-green-200\/90{ + border-left-color: rgb(219 232 212 / 0.9); + border-right-color: rgb(219 232 212 / 0.9); +} +.border-x-green-200\/95{ + border-left-color: rgb(219 232 212 / 0.95); + border-right-color: rgb(219 232 212 / 0.95); +} +.border-x-green-200\/100{ + border-left-color: rgb(219 232 212 / 1); + border-right-color: rgb(219 232 212 / 1); +} +.border-x-green-300\/0{ + border-left-color: rgb(197 217 186 / 0); + border-right-color: rgb(197 217 186 / 0); +} +.border-x-green-300\/5{ + border-left-color: rgb(197 217 186 / 0.05); + border-right-color: rgb(197 217 186 / 0.05); +} +.border-x-green-300\/10{ + border-left-color: rgb(197 217 186 / 0.1); + border-right-color: rgb(197 217 186 / 0.1); +} +.border-x-green-300\/20{ + border-left-color: rgb(197 217 186 / 0.2); + border-right-color: rgb(197 217 186 / 0.2); +} +.border-x-green-300\/25{ + border-left-color: rgb(197 217 186 / 0.25); + border-right-color: rgb(197 217 186 / 0.25); +} +.border-x-green-300\/30{ + border-left-color: rgb(197 217 186 / 0.3); + border-right-color: rgb(197 217 186 / 0.3); +} +.border-x-green-300\/40{ + border-left-color: rgb(197 217 186 / 0.4); + border-right-color: rgb(197 217 186 / 0.4); +} +.border-x-green-300\/50{ + border-left-color: rgb(197 217 186 / 0.5); + border-right-color: rgb(197 217 186 / 0.5); +} +.border-x-green-300\/60{ + border-left-color: rgb(197 217 186 / 0.6); + border-right-color: rgb(197 217 186 / 0.6); +} +.border-x-green-300\/70{ + border-left-color: rgb(197 217 186 / 0.7); + border-right-color: rgb(197 217 186 / 0.7); +} +.border-x-green-300\/75{ + border-left-color: rgb(197 217 186 / 0.75); + border-right-color: rgb(197 217 186 / 0.75); +} +.border-x-green-300\/80{ + border-left-color: rgb(197 217 186 / 0.8); + border-right-color: rgb(197 217 186 / 0.8); +} +.border-x-green-300\/90{ + border-left-color: rgb(197 217 186 / 0.9); + border-right-color: rgb(197 217 186 / 0.9); +} +.border-x-green-300\/95{ + border-left-color: rgb(197 217 186 / 0.95); + border-right-color: rgb(197 217 186 / 0.95); +} +.border-x-green-300\/100{ + border-left-color: rgb(197 217 186 / 1); + border-right-color: rgb(197 217 186 / 1); +} +.border-x-green-400\/0{ + border-left-color: rgb(154 189 134 / 0); + border-right-color: rgb(154 189 134 / 0); +} +.border-x-green-400\/5{ + border-left-color: rgb(154 189 134 / 0.05); + border-right-color: rgb(154 189 134 / 0.05); +} +.border-x-green-400\/10{ + border-left-color: rgb(154 189 134 / 0.1); + border-right-color: rgb(154 189 134 / 0.1); +} +.border-x-green-400\/20{ + border-left-color: rgb(154 189 134 / 0.2); + border-right-color: rgb(154 189 134 / 0.2); +} +.border-x-green-400\/25{ + border-left-color: rgb(154 189 134 / 0.25); + border-right-color: rgb(154 189 134 / 0.25); +} +.border-x-green-400\/30{ + border-left-color: rgb(154 189 134 / 0.3); + border-right-color: rgb(154 189 134 / 0.3); +} +.border-x-green-400\/40{ + border-left-color: rgb(154 189 134 / 0.4); + border-right-color: rgb(154 189 134 / 0.4); +} +.border-x-green-400\/50{ + border-left-color: rgb(154 189 134 / 0.5); + border-right-color: rgb(154 189 134 / 0.5); +} +.border-x-green-400\/60{ + border-left-color: rgb(154 189 134 / 0.6); + border-right-color: rgb(154 189 134 / 0.6); +} +.border-x-green-400\/70{ + border-left-color: rgb(154 189 134 / 0.7); + border-right-color: rgb(154 189 134 / 0.7); +} +.border-x-green-400\/75{ + border-left-color: rgb(154 189 134 / 0.75); + border-right-color: rgb(154 189 134 / 0.75); +} +.border-x-green-400\/80{ + border-left-color: rgb(154 189 134 / 0.8); + border-right-color: rgb(154 189 134 / 0.8); +} +.border-x-green-400\/90{ + border-left-color: rgb(154 189 134 / 0.9); + border-right-color: rgb(154 189 134 / 0.9); +} +.border-x-green-400\/95{ + border-left-color: rgb(154 189 134 / 0.95); + border-right-color: rgb(154 189 134 / 0.95); +} +.border-x-green-400\/100{ + border-left-color: rgb(154 189 134 / 1); + border-right-color: rgb(154 189 134 / 1); +} +.border-x-green-500\/0{ + border-left-color: rgb(110 161 82 / 0); + border-right-color: rgb(110 161 82 / 0); +} +.border-x-green-500\/5{ + border-left-color: rgb(110 161 82 / 0.05); + border-right-color: rgb(110 161 82 / 0.05); +} +.border-x-green-500\/10{ + border-left-color: rgb(110 161 82 / 0.1); + border-right-color: rgb(110 161 82 / 0.1); +} +.border-x-green-500\/20{ + border-left-color: rgb(110 161 82 / 0.2); + border-right-color: rgb(110 161 82 / 0.2); +} +.border-x-green-500\/25{ + border-left-color: rgb(110 161 82 / 0.25); + border-right-color: rgb(110 161 82 / 0.25); +} +.border-x-green-500\/30{ + border-left-color: rgb(110 161 82 / 0.3); + border-right-color: rgb(110 161 82 / 0.3); +} +.border-x-green-500\/40{ + border-left-color: rgb(110 161 82 / 0.4); + border-right-color: rgb(110 161 82 / 0.4); +} +.border-x-green-500\/50{ + border-left-color: rgb(110 161 82 / 0.5); + border-right-color: rgb(110 161 82 / 0.5); +} +.border-x-green-500\/60{ + border-left-color: rgb(110 161 82 / 0.6); + border-right-color: rgb(110 161 82 / 0.6); +} +.border-x-green-500\/70{ + border-left-color: rgb(110 161 82 / 0.7); + border-right-color: rgb(110 161 82 / 0.7); +} +.border-x-green-500\/75{ + border-left-color: rgb(110 161 82 / 0.75); + border-right-color: rgb(110 161 82 / 0.75); +} +.border-x-green-500\/80{ + border-left-color: rgb(110 161 82 / 0.8); + border-right-color: rgb(110 161 82 / 0.8); +} +.border-x-green-500\/90{ + border-left-color: rgb(110 161 82 / 0.9); + border-right-color: rgb(110 161 82 / 0.9); +} +.border-x-green-500\/95{ + border-left-color: rgb(110 161 82 / 0.95); + border-right-color: rgb(110 161 82 / 0.95); +} +.border-x-green-500\/100{ + border-left-color: rgb(110 161 82 / 1); + border-right-color: rgb(110 161 82 / 1); +} +.border-x-green-600\/0{ + border-left-color: rgb(99 145 74 / 0); + border-right-color: rgb(99 145 74 / 0); +} +.border-x-green-600\/5{ + border-left-color: rgb(99 145 74 / 0.05); + border-right-color: rgb(99 145 74 / 0.05); +} +.border-x-green-600\/10{ + border-left-color: rgb(99 145 74 / 0.1); + border-right-color: rgb(99 145 74 / 0.1); +} +.border-x-green-600\/20{ + border-left-color: rgb(99 145 74 / 0.2); + border-right-color: rgb(99 145 74 / 0.2); +} +.border-x-green-600\/25{ + border-left-color: rgb(99 145 74 / 0.25); + border-right-color: rgb(99 145 74 / 0.25); +} +.border-x-green-600\/30{ + border-left-color: rgb(99 145 74 / 0.3); + border-right-color: rgb(99 145 74 / 0.3); +} +.border-x-green-600\/40{ + border-left-color: rgb(99 145 74 / 0.4); + border-right-color: rgb(99 145 74 / 0.4); +} +.border-x-green-600\/50{ + border-left-color: rgb(99 145 74 / 0.5); + border-right-color: rgb(99 145 74 / 0.5); +} +.border-x-green-600\/60{ + border-left-color: rgb(99 145 74 / 0.6); + border-right-color: rgb(99 145 74 / 0.6); +} +.border-x-green-600\/70{ + border-left-color: rgb(99 145 74 / 0.7); + border-right-color: rgb(99 145 74 / 0.7); +} +.border-x-green-600\/75{ + border-left-color: rgb(99 145 74 / 0.75); + border-right-color: rgb(99 145 74 / 0.75); +} +.border-x-green-600\/80{ + border-left-color: rgb(99 145 74 / 0.8); + border-right-color: rgb(99 145 74 / 0.8); +} +.border-x-green-600\/90{ + border-left-color: rgb(99 145 74 / 0.9); + border-right-color: rgb(99 145 74 / 0.9); +} +.border-x-green-600\/95{ + border-left-color: rgb(99 145 74 / 0.95); + border-right-color: rgb(99 145 74 / 0.95); +} +.border-x-green-600\/100{ + border-left-color: rgb(99 145 74 / 1); + border-right-color: rgb(99 145 74 / 1); +} +.border-x-green-700\/0{ + border-left-color: rgb(83 121 62 / 0); + border-right-color: rgb(83 121 62 / 0); +} +.border-x-green-700\/5{ + border-left-color: rgb(83 121 62 / 0.05); + border-right-color: rgb(83 121 62 / 0.05); +} +.border-x-green-700\/10{ + border-left-color: rgb(83 121 62 / 0.1); + border-right-color: rgb(83 121 62 / 0.1); +} +.border-x-green-700\/20{ + border-left-color: rgb(83 121 62 / 0.2); + border-right-color: rgb(83 121 62 / 0.2); +} +.border-x-green-700\/25{ + border-left-color: rgb(83 121 62 / 0.25); + border-right-color: rgb(83 121 62 / 0.25); +} +.border-x-green-700\/30{ + border-left-color: rgb(83 121 62 / 0.3); + border-right-color: rgb(83 121 62 / 0.3); +} +.border-x-green-700\/40{ + border-left-color: rgb(83 121 62 / 0.4); + border-right-color: rgb(83 121 62 / 0.4); +} +.border-x-green-700\/50{ + border-left-color: rgb(83 121 62 / 0.5); + border-right-color: rgb(83 121 62 / 0.5); +} +.border-x-green-700\/60{ + border-left-color: rgb(83 121 62 / 0.6); + border-right-color: rgb(83 121 62 / 0.6); +} +.border-x-green-700\/70{ + border-left-color: rgb(83 121 62 / 0.7); + border-right-color: rgb(83 121 62 / 0.7); +} +.border-x-green-700\/75{ + border-left-color: rgb(83 121 62 / 0.75); + border-right-color: rgb(83 121 62 / 0.75); +} +.border-x-green-700\/80{ + border-left-color: rgb(83 121 62 / 0.8); + border-right-color: rgb(83 121 62 / 0.8); +} +.border-x-green-700\/90{ + border-left-color: rgb(83 121 62 / 0.9); + border-right-color: rgb(83 121 62 / 0.9); +} +.border-x-green-700\/95{ + border-left-color: rgb(83 121 62 / 0.95); + border-right-color: rgb(83 121 62 / 0.95); +} +.border-x-green-700\/100{ + border-left-color: rgb(83 121 62 / 1); + border-right-color: rgb(83 121 62 / 1); +} +.border-x-green-800\/0{ + border-left-color: rgb(66 97 49 / 0); + border-right-color: rgb(66 97 49 / 0); +} +.border-x-green-800\/5{ + border-left-color: rgb(66 97 49 / 0.05); + border-right-color: rgb(66 97 49 / 0.05); +} +.border-x-green-800\/10{ + border-left-color: rgb(66 97 49 / 0.1); + border-right-color: rgb(66 97 49 / 0.1); +} +.border-x-green-800\/20{ + border-left-color: rgb(66 97 49 / 0.2); + border-right-color: rgb(66 97 49 / 0.2); +} +.border-x-green-800\/25{ + border-left-color: rgb(66 97 49 / 0.25); + border-right-color: rgb(66 97 49 / 0.25); +} +.border-x-green-800\/30{ + border-left-color: rgb(66 97 49 / 0.3); + border-right-color: rgb(66 97 49 / 0.3); +} +.border-x-green-800\/40{ + border-left-color: rgb(66 97 49 / 0.4); + border-right-color: rgb(66 97 49 / 0.4); +} +.border-x-green-800\/50{ + border-left-color: rgb(66 97 49 / 0.5); + border-right-color: rgb(66 97 49 / 0.5); +} +.border-x-green-800\/60{ + border-left-color: rgb(66 97 49 / 0.6); + border-right-color: rgb(66 97 49 / 0.6); +} +.border-x-green-800\/70{ + border-left-color: rgb(66 97 49 / 0.7); + border-right-color: rgb(66 97 49 / 0.7); +} +.border-x-green-800\/75{ + border-left-color: rgb(66 97 49 / 0.75); + border-right-color: rgb(66 97 49 / 0.75); +} +.border-x-green-800\/80{ + border-left-color: rgb(66 97 49 / 0.8); + border-right-color: rgb(66 97 49 / 0.8); +} +.border-x-green-800\/90{ + border-left-color: rgb(66 97 49 / 0.9); + border-right-color: rgb(66 97 49 / 0.9); +} +.border-x-green-800\/95{ + border-left-color: rgb(66 97 49 / 0.95); + border-right-color: rgb(66 97 49 / 0.95); +} +.border-x-green-800\/100{ + border-left-color: rgb(66 97 49 / 1); + border-right-color: rgb(66 97 49 / 1); +} +.border-x-green-900\/0{ + border-left-color: rgb(54 79 40 / 0); + border-right-color: rgb(54 79 40 / 0); +} +.border-x-green-900\/5{ + border-left-color: rgb(54 79 40 / 0.05); + border-right-color: rgb(54 79 40 / 0.05); +} +.border-x-green-900\/10{ + border-left-color: rgb(54 79 40 / 0.1); + border-right-color: rgb(54 79 40 / 0.1); +} +.border-x-green-900\/20{ + border-left-color: rgb(54 79 40 / 0.2); + border-right-color: rgb(54 79 40 / 0.2); +} +.border-x-green-900\/25{ + border-left-color: rgb(54 79 40 / 0.25); + border-right-color: rgb(54 79 40 / 0.25); +} +.border-x-green-900\/30{ + border-left-color: rgb(54 79 40 / 0.3); + border-right-color: rgb(54 79 40 / 0.3); +} +.border-x-green-900\/40{ + border-left-color: rgb(54 79 40 / 0.4); + border-right-color: rgb(54 79 40 / 0.4); +} +.border-x-green-900\/50{ + border-left-color: rgb(54 79 40 / 0.5); + border-right-color: rgb(54 79 40 / 0.5); +} +.border-x-green-900\/60{ + border-left-color: rgb(54 79 40 / 0.6); + border-right-color: rgb(54 79 40 / 0.6); +} +.border-x-green-900\/70{ + border-left-color: rgb(54 79 40 / 0.7); + border-right-color: rgb(54 79 40 / 0.7); +} +.border-x-green-900\/75{ + border-left-color: rgb(54 79 40 / 0.75); + border-right-color: rgb(54 79 40 / 0.75); +} +.border-x-green-900\/80{ + border-left-color: rgb(54 79 40 / 0.8); + border-right-color: rgb(54 79 40 / 0.8); +} +.border-x-green-900\/90{ + border-left-color: rgb(54 79 40 / 0.9); + border-right-color: rgb(54 79 40 / 0.9); +} +.border-x-green-900\/95{ + border-left-color: rgb(54 79 40 / 0.95); + border-right-color: rgb(54 79 40 / 0.95); +} +.border-x-green-900\/100{ + border-left-color: rgb(54 79 40 / 1); + border-right-color: rgb(54 79 40 / 1); +} +.border-x-green\/0{ + border-left-color: rgb(110 161 82 / 0); + border-right-color: rgb(110 161 82 / 0); +} +.border-x-green\/5{ + border-left-color: rgb(110 161 82 / 0.05); + border-right-color: rgb(110 161 82 / 0.05); +} +.border-x-green\/10{ + border-left-color: rgb(110 161 82 / 0.1); + border-right-color: rgb(110 161 82 / 0.1); +} +.border-x-green\/20{ + border-left-color: rgb(110 161 82 / 0.2); + border-right-color: rgb(110 161 82 / 0.2); +} +.border-x-green\/25{ + border-left-color: rgb(110 161 82 / 0.25); + border-right-color: rgb(110 161 82 / 0.25); +} +.border-x-green\/30{ + border-left-color: rgb(110 161 82 / 0.3); + border-right-color: rgb(110 161 82 / 0.3); +} +.border-x-green\/40{ + border-left-color: rgb(110 161 82 / 0.4); + border-right-color: rgb(110 161 82 / 0.4); +} +.border-x-green\/50{ + border-left-color: rgb(110 161 82 / 0.5); + border-right-color: rgb(110 161 82 / 0.5); +} +.border-x-green\/60{ + border-left-color: rgb(110 161 82 / 0.6); + border-right-color: rgb(110 161 82 / 0.6); +} +.border-x-green\/70{ + border-left-color: rgb(110 161 82 / 0.7); + border-right-color: rgb(110 161 82 / 0.7); +} +.border-x-green\/75{ + border-left-color: rgb(110 161 82 / 0.75); + border-right-color: rgb(110 161 82 / 0.75); +} +.border-x-green\/80{ + border-left-color: rgb(110 161 82 / 0.8); + border-right-color: rgb(110 161 82 / 0.8); +} +.border-x-green\/90{ + border-left-color: rgb(110 161 82 / 0.9); + border-right-color: rgb(110 161 82 / 0.9); +} +.border-x-green\/95{ + border-left-color: rgb(110 161 82 / 0.95); + border-right-color: rgb(110 161 82 / 0.95); +} +.border-x-green\/100{ + border-left-color: rgb(110 161 82 / 1); + border-right-color: rgb(110 161 82 / 1); +} +.border-x-emerald-50\/0{ + border-left-color: rgb(236 253 245 / 0); + border-right-color: rgb(236 253 245 / 0); +} +.border-x-emerald-50\/5{ + border-left-color: rgb(236 253 245 / 0.05); + border-right-color: rgb(236 253 245 / 0.05); +} +.border-x-emerald-50\/10{ + border-left-color: rgb(236 253 245 / 0.1); + border-right-color: rgb(236 253 245 / 0.1); +} +.border-x-emerald-50\/20{ + border-left-color: rgb(236 253 245 / 0.2); + border-right-color: rgb(236 253 245 / 0.2); +} +.border-x-emerald-50\/25{ + border-left-color: rgb(236 253 245 / 0.25); + border-right-color: rgb(236 253 245 / 0.25); +} +.border-x-emerald-50\/30{ + border-left-color: rgb(236 253 245 / 0.3); + border-right-color: rgb(236 253 245 / 0.3); +} +.border-x-emerald-50\/40{ + border-left-color: rgb(236 253 245 / 0.4); + border-right-color: rgb(236 253 245 / 0.4); +} +.border-x-emerald-50\/50{ + border-left-color: rgb(236 253 245 / 0.5); + border-right-color: rgb(236 253 245 / 0.5); +} +.border-x-emerald-50\/60{ + border-left-color: rgb(236 253 245 / 0.6); + border-right-color: rgb(236 253 245 / 0.6); +} +.border-x-emerald-50\/70{ + border-left-color: rgb(236 253 245 / 0.7); + border-right-color: rgb(236 253 245 / 0.7); +} +.border-x-emerald-50\/75{ + border-left-color: rgb(236 253 245 / 0.75); + border-right-color: rgb(236 253 245 / 0.75); +} +.border-x-emerald-50\/80{ + border-left-color: rgb(236 253 245 / 0.8); + border-right-color: rgb(236 253 245 / 0.8); +} +.border-x-emerald-50\/90{ + border-left-color: rgb(236 253 245 / 0.9); + border-right-color: rgb(236 253 245 / 0.9); +} +.border-x-emerald-50\/95{ + border-left-color: rgb(236 253 245 / 0.95); + border-right-color: rgb(236 253 245 / 0.95); +} +.border-x-emerald-50\/100{ + border-left-color: rgb(236 253 245 / 1); + border-right-color: rgb(236 253 245 / 1); +} +.border-x-emerald-100\/0{ + border-left-color: rgb(209 250 229 / 0); + border-right-color: rgb(209 250 229 / 0); +} +.border-x-emerald-100\/5{ + border-left-color: rgb(209 250 229 / 0.05); + border-right-color: rgb(209 250 229 / 0.05); +} +.border-x-emerald-100\/10{ + border-left-color: rgb(209 250 229 / 0.1); + border-right-color: rgb(209 250 229 / 0.1); +} +.border-x-emerald-100\/20{ + border-left-color: rgb(209 250 229 / 0.2); + border-right-color: rgb(209 250 229 / 0.2); +} +.border-x-emerald-100\/25{ + border-left-color: rgb(209 250 229 / 0.25); + border-right-color: rgb(209 250 229 / 0.25); +} +.border-x-emerald-100\/30{ + border-left-color: rgb(209 250 229 / 0.3); + border-right-color: rgb(209 250 229 / 0.3); +} +.border-x-emerald-100\/40{ + border-left-color: rgb(209 250 229 / 0.4); + border-right-color: rgb(209 250 229 / 0.4); +} +.border-x-emerald-100\/50{ + border-left-color: rgb(209 250 229 / 0.5); + border-right-color: rgb(209 250 229 / 0.5); +} +.border-x-emerald-100\/60{ + border-left-color: rgb(209 250 229 / 0.6); + border-right-color: rgb(209 250 229 / 0.6); +} +.border-x-emerald-100\/70{ + border-left-color: rgb(209 250 229 / 0.7); + border-right-color: rgb(209 250 229 / 0.7); +} +.border-x-emerald-100\/75{ + border-left-color: rgb(209 250 229 / 0.75); + border-right-color: rgb(209 250 229 / 0.75); +} +.border-x-emerald-100\/80{ + border-left-color: rgb(209 250 229 / 0.8); + border-right-color: rgb(209 250 229 / 0.8); +} +.border-x-emerald-100\/90{ + border-left-color: rgb(209 250 229 / 0.9); + border-right-color: rgb(209 250 229 / 0.9); +} +.border-x-emerald-100\/95{ + border-left-color: rgb(209 250 229 / 0.95); + border-right-color: rgb(209 250 229 / 0.95); +} +.border-x-emerald-100\/100{ + border-left-color: rgb(209 250 229 / 1); + border-right-color: rgb(209 250 229 / 1); +} +.border-x-emerald-200\/0{ + border-left-color: rgb(167 243 208 / 0); + border-right-color: rgb(167 243 208 / 0); +} +.border-x-emerald-200\/5{ + border-left-color: rgb(167 243 208 / 0.05); + border-right-color: rgb(167 243 208 / 0.05); +} +.border-x-emerald-200\/10{ + border-left-color: rgb(167 243 208 / 0.1); + border-right-color: rgb(167 243 208 / 0.1); +} +.border-x-emerald-200\/20{ + border-left-color: rgb(167 243 208 / 0.2); + border-right-color: rgb(167 243 208 / 0.2); +} +.border-x-emerald-200\/25{ + border-left-color: rgb(167 243 208 / 0.25); + border-right-color: rgb(167 243 208 / 0.25); +} +.border-x-emerald-200\/30{ + border-left-color: rgb(167 243 208 / 0.3); + border-right-color: rgb(167 243 208 / 0.3); +} +.border-x-emerald-200\/40{ + border-left-color: rgb(167 243 208 / 0.4); + border-right-color: rgb(167 243 208 / 0.4); +} +.border-x-emerald-200\/50{ + border-left-color: rgb(167 243 208 / 0.5); + border-right-color: rgb(167 243 208 / 0.5); +} +.border-x-emerald-200\/60{ + border-left-color: rgb(167 243 208 / 0.6); + border-right-color: rgb(167 243 208 / 0.6); +} +.border-x-emerald-200\/70{ + border-left-color: rgb(167 243 208 / 0.7); + border-right-color: rgb(167 243 208 / 0.7); +} +.border-x-emerald-200\/75{ + border-left-color: rgb(167 243 208 / 0.75); + border-right-color: rgb(167 243 208 / 0.75); +} +.border-x-emerald-200\/80{ + border-left-color: rgb(167 243 208 / 0.8); + border-right-color: rgb(167 243 208 / 0.8); +} +.border-x-emerald-200\/90{ + border-left-color: rgb(167 243 208 / 0.9); + border-right-color: rgb(167 243 208 / 0.9); +} +.border-x-emerald-200\/95{ + border-left-color: rgb(167 243 208 / 0.95); + border-right-color: rgb(167 243 208 / 0.95); +} +.border-x-emerald-200\/100{ + border-left-color: rgb(167 243 208 / 1); + border-right-color: rgb(167 243 208 / 1); +} +.border-x-emerald-300\/0{ + border-left-color: rgb(110 231 183 / 0); + border-right-color: rgb(110 231 183 / 0); +} +.border-x-emerald-300\/5{ + border-left-color: rgb(110 231 183 / 0.05); + border-right-color: rgb(110 231 183 / 0.05); +} +.border-x-emerald-300\/10{ + border-left-color: rgb(110 231 183 / 0.1); + border-right-color: rgb(110 231 183 / 0.1); +} +.border-x-emerald-300\/20{ + border-left-color: rgb(110 231 183 / 0.2); + border-right-color: rgb(110 231 183 / 0.2); +} +.border-x-emerald-300\/25{ + border-left-color: rgb(110 231 183 / 0.25); + border-right-color: rgb(110 231 183 / 0.25); +} +.border-x-emerald-300\/30{ + border-left-color: rgb(110 231 183 / 0.3); + border-right-color: rgb(110 231 183 / 0.3); +} +.border-x-emerald-300\/40{ + border-left-color: rgb(110 231 183 / 0.4); + border-right-color: rgb(110 231 183 / 0.4); +} +.border-x-emerald-300\/50{ + border-left-color: rgb(110 231 183 / 0.5); + border-right-color: rgb(110 231 183 / 0.5); +} +.border-x-emerald-300\/60{ + border-left-color: rgb(110 231 183 / 0.6); + border-right-color: rgb(110 231 183 / 0.6); +} +.border-x-emerald-300\/70{ + border-left-color: rgb(110 231 183 / 0.7); + border-right-color: rgb(110 231 183 / 0.7); +} +.border-x-emerald-300\/75{ + border-left-color: rgb(110 231 183 / 0.75); + border-right-color: rgb(110 231 183 / 0.75); +} +.border-x-emerald-300\/80{ + border-left-color: rgb(110 231 183 / 0.8); + border-right-color: rgb(110 231 183 / 0.8); +} +.border-x-emerald-300\/90{ + border-left-color: rgb(110 231 183 / 0.9); + border-right-color: rgb(110 231 183 / 0.9); +} +.border-x-emerald-300\/95{ + border-left-color: rgb(110 231 183 / 0.95); + border-right-color: rgb(110 231 183 / 0.95); +} +.border-x-emerald-300\/100{ + border-left-color: rgb(110 231 183 / 1); + border-right-color: rgb(110 231 183 / 1); +} +.border-x-emerald-400\/0{ + border-left-color: rgb(52 211 153 / 0); + border-right-color: rgb(52 211 153 / 0); +} +.border-x-emerald-400\/5{ + border-left-color: rgb(52 211 153 / 0.05); + border-right-color: rgb(52 211 153 / 0.05); +} +.border-x-emerald-400\/10{ + border-left-color: rgb(52 211 153 / 0.1); + border-right-color: rgb(52 211 153 / 0.1); +} +.border-x-emerald-400\/20{ + border-left-color: rgb(52 211 153 / 0.2); + border-right-color: rgb(52 211 153 / 0.2); +} +.border-x-emerald-400\/25{ + border-left-color: rgb(52 211 153 / 0.25); + border-right-color: rgb(52 211 153 / 0.25); +} +.border-x-emerald-400\/30{ + border-left-color: rgb(52 211 153 / 0.3); + border-right-color: rgb(52 211 153 / 0.3); +} +.border-x-emerald-400\/40{ + border-left-color: rgb(52 211 153 / 0.4); + border-right-color: rgb(52 211 153 / 0.4); +} +.border-x-emerald-400\/50{ + border-left-color: rgb(52 211 153 / 0.5); + border-right-color: rgb(52 211 153 / 0.5); +} +.border-x-emerald-400\/60{ + border-left-color: rgb(52 211 153 / 0.6); + border-right-color: rgb(52 211 153 / 0.6); +} +.border-x-emerald-400\/70{ + border-left-color: rgb(52 211 153 / 0.7); + border-right-color: rgb(52 211 153 / 0.7); +} +.border-x-emerald-400\/75{ + border-left-color: rgb(52 211 153 / 0.75); + border-right-color: rgb(52 211 153 / 0.75); +} +.border-x-emerald-400\/80{ + border-left-color: rgb(52 211 153 / 0.8); + border-right-color: rgb(52 211 153 / 0.8); +} +.border-x-emerald-400\/90{ + border-left-color: rgb(52 211 153 / 0.9); + border-right-color: rgb(52 211 153 / 0.9); +} +.border-x-emerald-400\/95{ + border-left-color: rgb(52 211 153 / 0.95); + border-right-color: rgb(52 211 153 / 0.95); +} +.border-x-emerald-400\/100{ + border-left-color: rgb(52 211 153 / 1); + border-right-color: rgb(52 211 153 / 1); +} +.border-x-emerald-500\/0{ + border-left-color: rgb(16 185 129 / 0); + border-right-color: rgb(16 185 129 / 0); +} +.border-x-emerald-500\/5{ + border-left-color: rgb(16 185 129 / 0.05); + border-right-color: rgb(16 185 129 / 0.05); +} +.border-x-emerald-500\/10{ + border-left-color: rgb(16 185 129 / 0.1); + border-right-color: rgb(16 185 129 / 0.1); +} +.border-x-emerald-500\/20{ + border-left-color: rgb(16 185 129 / 0.2); + border-right-color: rgb(16 185 129 / 0.2); +} +.border-x-emerald-500\/25{ + border-left-color: rgb(16 185 129 / 0.25); + border-right-color: rgb(16 185 129 / 0.25); +} +.border-x-emerald-500\/30{ + border-left-color: rgb(16 185 129 / 0.3); + border-right-color: rgb(16 185 129 / 0.3); +} +.border-x-emerald-500\/40{ + border-left-color: rgb(16 185 129 / 0.4); + border-right-color: rgb(16 185 129 / 0.4); +} +.border-x-emerald-500\/50{ + border-left-color: rgb(16 185 129 / 0.5); + border-right-color: rgb(16 185 129 / 0.5); +} +.border-x-emerald-500\/60{ + border-left-color: rgb(16 185 129 / 0.6); + border-right-color: rgb(16 185 129 / 0.6); +} +.border-x-emerald-500\/70{ + border-left-color: rgb(16 185 129 / 0.7); + border-right-color: rgb(16 185 129 / 0.7); +} +.border-x-emerald-500\/75{ + border-left-color: rgb(16 185 129 / 0.75); + border-right-color: rgb(16 185 129 / 0.75); +} +.border-x-emerald-500\/80{ + border-left-color: rgb(16 185 129 / 0.8); + border-right-color: rgb(16 185 129 / 0.8); +} +.border-x-emerald-500\/90{ + border-left-color: rgb(16 185 129 / 0.9); + border-right-color: rgb(16 185 129 / 0.9); +} +.border-x-emerald-500\/95{ + border-left-color: rgb(16 185 129 / 0.95); + border-right-color: rgb(16 185 129 / 0.95); +} +.border-x-emerald-500\/100{ + border-left-color: rgb(16 185 129 / 1); + border-right-color: rgb(16 185 129 / 1); +} +.border-x-emerald-600\/0{ + border-left-color: rgb(5 150 105 / 0); + border-right-color: rgb(5 150 105 / 0); +} +.border-x-emerald-600\/5{ + border-left-color: rgb(5 150 105 / 0.05); + border-right-color: rgb(5 150 105 / 0.05); +} +.border-x-emerald-600\/10{ + border-left-color: rgb(5 150 105 / 0.1); + border-right-color: rgb(5 150 105 / 0.1); +} +.border-x-emerald-600\/20{ + border-left-color: rgb(5 150 105 / 0.2); + border-right-color: rgb(5 150 105 / 0.2); +} +.border-x-emerald-600\/25{ + border-left-color: rgb(5 150 105 / 0.25); + border-right-color: rgb(5 150 105 / 0.25); +} +.border-x-emerald-600\/30{ + border-left-color: rgb(5 150 105 / 0.3); + border-right-color: rgb(5 150 105 / 0.3); +} +.border-x-emerald-600\/40{ + border-left-color: rgb(5 150 105 / 0.4); + border-right-color: rgb(5 150 105 / 0.4); +} +.border-x-emerald-600\/50{ + border-left-color: rgb(5 150 105 / 0.5); + border-right-color: rgb(5 150 105 / 0.5); +} +.border-x-emerald-600\/60{ + border-left-color: rgb(5 150 105 / 0.6); + border-right-color: rgb(5 150 105 / 0.6); +} +.border-x-emerald-600\/70{ + border-left-color: rgb(5 150 105 / 0.7); + border-right-color: rgb(5 150 105 / 0.7); +} +.border-x-emerald-600\/75{ + border-left-color: rgb(5 150 105 / 0.75); + border-right-color: rgb(5 150 105 / 0.75); +} +.border-x-emerald-600\/80{ + border-left-color: rgb(5 150 105 / 0.8); + border-right-color: rgb(5 150 105 / 0.8); +} +.border-x-emerald-600\/90{ + border-left-color: rgb(5 150 105 / 0.9); + border-right-color: rgb(5 150 105 / 0.9); +} +.border-x-emerald-600\/95{ + border-left-color: rgb(5 150 105 / 0.95); + border-right-color: rgb(5 150 105 / 0.95); +} +.border-x-emerald-600\/100{ + border-left-color: rgb(5 150 105 / 1); + border-right-color: rgb(5 150 105 / 1); +} +.border-x-emerald-700\/0{ + border-left-color: rgb(4 120 87 / 0); + border-right-color: rgb(4 120 87 / 0); +} +.border-x-emerald-700\/5{ + border-left-color: rgb(4 120 87 / 0.05); + border-right-color: rgb(4 120 87 / 0.05); +} +.border-x-emerald-700\/10{ + border-left-color: rgb(4 120 87 / 0.1); + border-right-color: rgb(4 120 87 / 0.1); +} +.border-x-emerald-700\/20{ + border-left-color: rgb(4 120 87 / 0.2); + border-right-color: rgb(4 120 87 / 0.2); +} +.border-x-emerald-700\/25{ + border-left-color: rgb(4 120 87 / 0.25); + border-right-color: rgb(4 120 87 / 0.25); +} +.border-x-emerald-700\/30{ + border-left-color: rgb(4 120 87 / 0.3); + border-right-color: rgb(4 120 87 / 0.3); +} +.border-x-emerald-700\/40{ + border-left-color: rgb(4 120 87 / 0.4); + border-right-color: rgb(4 120 87 / 0.4); +} +.border-x-emerald-700\/50{ + border-left-color: rgb(4 120 87 / 0.5); + border-right-color: rgb(4 120 87 / 0.5); +} +.border-x-emerald-700\/60{ + border-left-color: rgb(4 120 87 / 0.6); + border-right-color: rgb(4 120 87 / 0.6); +} +.border-x-emerald-700\/70{ + border-left-color: rgb(4 120 87 / 0.7); + border-right-color: rgb(4 120 87 / 0.7); +} +.border-x-emerald-700\/75{ + border-left-color: rgb(4 120 87 / 0.75); + border-right-color: rgb(4 120 87 / 0.75); +} +.border-x-emerald-700\/80{ + border-left-color: rgb(4 120 87 / 0.8); + border-right-color: rgb(4 120 87 / 0.8); +} +.border-x-emerald-700\/90{ + border-left-color: rgb(4 120 87 / 0.9); + border-right-color: rgb(4 120 87 / 0.9); +} +.border-x-emerald-700\/95{ + border-left-color: rgb(4 120 87 / 0.95); + border-right-color: rgb(4 120 87 / 0.95); +} +.border-x-emerald-700\/100{ + border-left-color: rgb(4 120 87 / 1); + border-right-color: rgb(4 120 87 / 1); +} +.border-x-emerald-800\/0{ + border-left-color: rgb(6 95 70 / 0); + border-right-color: rgb(6 95 70 / 0); +} +.border-x-emerald-800\/5{ + border-left-color: rgb(6 95 70 / 0.05); + border-right-color: rgb(6 95 70 / 0.05); +} +.border-x-emerald-800\/10{ + border-left-color: rgb(6 95 70 / 0.1); + border-right-color: rgb(6 95 70 / 0.1); +} +.border-x-emerald-800\/20{ + border-left-color: rgb(6 95 70 / 0.2); + border-right-color: rgb(6 95 70 / 0.2); +} +.border-x-emerald-800\/25{ + border-left-color: rgb(6 95 70 / 0.25); + border-right-color: rgb(6 95 70 / 0.25); +} +.border-x-emerald-800\/30{ + border-left-color: rgb(6 95 70 / 0.3); + border-right-color: rgb(6 95 70 / 0.3); +} +.border-x-emerald-800\/40{ + border-left-color: rgb(6 95 70 / 0.4); + border-right-color: rgb(6 95 70 / 0.4); +} +.border-x-emerald-800\/50{ + border-left-color: rgb(6 95 70 / 0.5); + border-right-color: rgb(6 95 70 / 0.5); +} +.border-x-emerald-800\/60{ + border-left-color: rgb(6 95 70 / 0.6); + border-right-color: rgb(6 95 70 / 0.6); +} +.border-x-emerald-800\/70{ + border-left-color: rgb(6 95 70 / 0.7); + border-right-color: rgb(6 95 70 / 0.7); +} +.border-x-emerald-800\/75{ + border-left-color: rgb(6 95 70 / 0.75); + border-right-color: rgb(6 95 70 / 0.75); +} +.border-x-emerald-800\/80{ + border-left-color: rgb(6 95 70 / 0.8); + border-right-color: rgb(6 95 70 / 0.8); +} +.border-x-emerald-800\/90{ + border-left-color: rgb(6 95 70 / 0.9); + border-right-color: rgb(6 95 70 / 0.9); +} +.border-x-emerald-800\/95{ + border-left-color: rgb(6 95 70 / 0.95); + border-right-color: rgb(6 95 70 / 0.95); +} +.border-x-emerald-800\/100{ + border-left-color: rgb(6 95 70 / 1); + border-right-color: rgb(6 95 70 / 1); +} +.border-x-emerald-900\/0{ + border-left-color: rgb(6 78 59 / 0); + border-right-color: rgb(6 78 59 / 0); +} +.border-x-emerald-900\/5{ + border-left-color: rgb(6 78 59 / 0.05); + border-right-color: rgb(6 78 59 / 0.05); +} +.border-x-emerald-900\/10{ + border-left-color: rgb(6 78 59 / 0.1); + border-right-color: rgb(6 78 59 / 0.1); +} +.border-x-emerald-900\/20{ + border-left-color: rgb(6 78 59 / 0.2); + border-right-color: rgb(6 78 59 / 0.2); +} +.border-x-emerald-900\/25{ + border-left-color: rgb(6 78 59 / 0.25); + border-right-color: rgb(6 78 59 / 0.25); +} +.border-x-emerald-900\/30{ + border-left-color: rgb(6 78 59 / 0.3); + border-right-color: rgb(6 78 59 / 0.3); +} +.border-x-emerald-900\/40{ + border-left-color: rgb(6 78 59 / 0.4); + border-right-color: rgb(6 78 59 / 0.4); +} +.border-x-emerald-900\/50{ + border-left-color: rgb(6 78 59 / 0.5); + border-right-color: rgb(6 78 59 / 0.5); +} +.border-x-emerald-900\/60{ + border-left-color: rgb(6 78 59 / 0.6); + border-right-color: rgb(6 78 59 / 0.6); +} +.border-x-emerald-900\/70{ + border-left-color: rgb(6 78 59 / 0.7); + border-right-color: rgb(6 78 59 / 0.7); +} +.border-x-emerald-900\/75{ + border-left-color: rgb(6 78 59 / 0.75); + border-right-color: rgb(6 78 59 / 0.75); +} +.border-x-emerald-900\/80{ + border-left-color: rgb(6 78 59 / 0.8); + border-right-color: rgb(6 78 59 / 0.8); +} +.border-x-emerald-900\/90{ + border-left-color: rgb(6 78 59 / 0.9); + border-right-color: rgb(6 78 59 / 0.9); +} +.border-x-emerald-900\/95{ + border-left-color: rgb(6 78 59 / 0.95); + border-right-color: rgb(6 78 59 / 0.95); +} +.border-x-emerald-900\/100{ + border-left-color: rgb(6 78 59 / 1); + border-right-color: rgb(6 78 59 / 1); +} +.border-x-teal-50\/0{ + border-left-color: rgb(237 250 250 / 0); + border-right-color: rgb(237 250 250 / 0); +} +.border-x-teal-50\/5{ + border-left-color: rgb(237 250 250 / 0.05); + border-right-color: rgb(237 250 250 / 0.05); +} +.border-x-teal-50\/10{ + border-left-color: rgb(237 250 250 / 0.1); + border-right-color: rgb(237 250 250 / 0.1); +} +.border-x-teal-50\/20{ + border-left-color: rgb(237 250 250 / 0.2); + border-right-color: rgb(237 250 250 / 0.2); +} +.border-x-teal-50\/25{ + border-left-color: rgb(237 250 250 / 0.25); + border-right-color: rgb(237 250 250 / 0.25); +} +.border-x-teal-50\/30{ + border-left-color: rgb(237 250 250 / 0.3); + border-right-color: rgb(237 250 250 / 0.3); +} +.border-x-teal-50\/40{ + border-left-color: rgb(237 250 250 / 0.4); + border-right-color: rgb(237 250 250 / 0.4); +} +.border-x-teal-50\/50{ + border-left-color: rgb(237 250 250 / 0.5); + border-right-color: rgb(237 250 250 / 0.5); +} +.border-x-teal-50\/60{ + border-left-color: rgb(237 250 250 / 0.6); + border-right-color: rgb(237 250 250 / 0.6); +} +.border-x-teal-50\/70{ + border-left-color: rgb(237 250 250 / 0.7); + border-right-color: rgb(237 250 250 / 0.7); +} +.border-x-teal-50\/75{ + border-left-color: rgb(237 250 250 / 0.75); + border-right-color: rgb(237 250 250 / 0.75); +} +.border-x-teal-50\/80{ + border-left-color: rgb(237 250 250 / 0.8); + border-right-color: rgb(237 250 250 / 0.8); +} +.border-x-teal-50\/90{ + border-left-color: rgb(237 250 250 / 0.9); + border-right-color: rgb(237 250 250 / 0.9); +} +.border-x-teal-50\/95{ + border-left-color: rgb(237 250 250 / 0.95); + border-right-color: rgb(237 250 250 / 0.95); +} +.border-x-teal-50\/100{ + border-left-color: rgb(237 250 250 / 1); + border-right-color: rgb(237 250 250 / 1); +} +.border-x-teal-100\/0{ + border-left-color: rgb(213 245 246 / 0); + border-right-color: rgb(213 245 246 / 0); +} +.border-x-teal-100\/5{ + border-left-color: rgb(213 245 246 / 0.05); + border-right-color: rgb(213 245 246 / 0.05); +} +.border-x-teal-100\/10{ + border-left-color: rgb(213 245 246 / 0.1); + border-right-color: rgb(213 245 246 / 0.1); +} +.border-x-teal-100\/20{ + border-left-color: rgb(213 245 246 / 0.2); + border-right-color: rgb(213 245 246 / 0.2); +} +.border-x-teal-100\/25{ + border-left-color: rgb(213 245 246 / 0.25); + border-right-color: rgb(213 245 246 / 0.25); +} +.border-x-teal-100\/30{ + border-left-color: rgb(213 245 246 / 0.3); + border-right-color: rgb(213 245 246 / 0.3); +} +.border-x-teal-100\/40{ + border-left-color: rgb(213 245 246 / 0.4); + border-right-color: rgb(213 245 246 / 0.4); +} +.border-x-teal-100\/50{ + border-left-color: rgb(213 245 246 / 0.5); + border-right-color: rgb(213 245 246 / 0.5); +} +.border-x-teal-100\/60{ + border-left-color: rgb(213 245 246 / 0.6); + border-right-color: rgb(213 245 246 / 0.6); +} +.border-x-teal-100\/70{ + border-left-color: rgb(213 245 246 / 0.7); + border-right-color: rgb(213 245 246 / 0.7); +} +.border-x-teal-100\/75{ + border-left-color: rgb(213 245 246 / 0.75); + border-right-color: rgb(213 245 246 / 0.75); +} +.border-x-teal-100\/80{ + border-left-color: rgb(213 245 246 / 0.8); + border-right-color: rgb(213 245 246 / 0.8); +} +.border-x-teal-100\/90{ + border-left-color: rgb(213 245 246 / 0.9); + border-right-color: rgb(213 245 246 / 0.9); +} +.border-x-teal-100\/95{ + border-left-color: rgb(213 245 246 / 0.95); + border-right-color: rgb(213 245 246 / 0.95); +} +.border-x-teal-100\/100{ + border-left-color: rgb(213 245 246 / 1); + border-right-color: rgb(213 245 246 / 1); +} +.border-x-teal-200\/0{ + border-left-color: rgb(175 236 239 / 0); + border-right-color: rgb(175 236 239 / 0); +} +.border-x-teal-200\/5{ + border-left-color: rgb(175 236 239 / 0.05); + border-right-color: rgb(175 236 239 / 0.05); +} +.border-x-teal-200\/10{ + border-left-color: rgb(175 236 239 / 0.1); + border-right-color: rgb(175 236 239 / 0.1); +} +.border-x-teal-200\/20{ + border-left-color: rgb(175 236 239 / 0.2); + border-right-color: rgb(175 236 239 / 0.2); +} +.border-x-teal-200\/25{ + border-left-color: rgb(175 236 239 / 0.25); + border-right-color: rgb(175 236 239 / 0.25); +} +.border-x-teal-200\/30{ + border-left-color: rgb(175 236 239 / 0.3); + border-right-color: rgb(175 236 239 / 0.3); +} +.border-x-teal-200\/40{ + border-left-color: rgb(175 236 239 / 0.4); + border-right-color: rgb(175 236 239 / 0.4); +} +.border-x-teal-200\/50{ + border-left-color: rgb(175 236 239 / 0.5); + border-right-color: rgb(175 236 239 / 0.5); +} +.border-x-teal-200\/60{ + border-left-color: rgb(175 236 239 / 0.6); + border-right-color: rgb(175 236 239 / 0.6); +} +.border-x-teal-200\/70{ + border-left-color: rgb(175 236 239 / 0.7); + border-right-color: rgb(175 236 239 / 0.7); +} +.border-x-teal-200\/75{ + border-left-color: rgb(175 236 239 / 0.75); + border-right-color: rgb(175 236 239 / 0.75); +} +.border-x-teal-200\/80{ + border-left-color: rgb(175 236 239 / 0.8); + border-right-color: rgb(175 236 239 / 0.8); +} +.border-x-teal-200\/90{ + border-left-color: rgb(175 236 239 / 0.9); + border-right-color: rgb(175 236 239 / 0.9); +} +.border-x-teal-200\/95{ + border-left-color: rgb(175 236 239 / 0.95); + border-right-color: rgb(175 236 239 / 0.95); +} +.border-x-teal-200\/100{ + border-left-color: rgb(175 236 239 / 1); + border-right-color: rgb(175 236 239 / 1); +} +.border-x-teal-300\/0{ + border-left-color: rgb(126 220 226 / 0); + border-right-color: rgb(126 220 226 / 0); +} +.border-x-teal-300\/5{ + border-left-color: rgb(126 220 226 / 0.05); + border-right-color: rgb(126 220 226 / 0.05); +} +.border-x-teal-300\/10{ + border-left-color: rgb(126 220 226 / 0.1); + border-right-color: rgb(126 220 226 / 0.1); +} +.border-x-teal-300\/20{ + border-left-color: rgb(126 220 226 / 0.2); + border-right-color: rgb(126 220 226 / 0.2); +} +.border-x-teal-300\/25{ + border-left-color: rgb(126 220 226 / 0.25); + border-right-color: rgb(126 220 226 / 0.25); +} +.border-x-teal-300\/30{ + border-left-color: rgb(126 220 226 / 0.3); + border-right-color: rgb(126 220 226 / 0.3); +} +.border-x-teal-300\/40{ + border-left-color: rgb(126 220 226 / 0.4); + border-right-color: rgb(126 220 226 / 0.4); +} +.border-x-teal-300\/50{ + border-left-color: rgb(126 220 226 / 0.5); + border-right-color: rgb(126 220 226 / 0.5); +} +.border-x-teal-300\/60{ + border-left-color: rgb(126 220 226 / 0.6); + border-right-color: rgb(126 220 226 / 0.6); +} +.border-x-teal-300\/70{ + border-left-color: rgb(126 220 226 / 0.7); + border-right-color: rgb(126 220 226 / 0.7); +} +.border-x-teal-300\/75{ + border-left-color: rgb(126 220 226 / 0.75); + border-right-color: rgb(126 220 226 / 0.75); +} +.border-x-teal-300\/80{ + border-left-color: rgb(126 220 226 / 0.8); + border-right-color: rgb(126 220 226 / 0.8); +} +.border-x-teal-300\/90{ + border-left-color: rgb(126 220 226 / 0.9); + border-right-color: rgb(126 220 226 / 0.9); +} +.border-x-teal-300\/95{ + border-left-color: rgb(126 220 226 / 0.95); + border-right-color: rgb(126 220 226 / 0.95); +} +.border-x-teal-300\/100{ + border-left-color: rgb(126 220 226 / 1); + border-right-color: rgb(126 220 226 / 1); +} +.border-x-teal-400\/0{ + border-left-color: rgb(22 189 202 / 0); + border-right-color: rgb(22 189 202 / 0); +} +.border-x-teal-400\/5{ + border-left-color: rgb(22 189 202 / 0.05); + border-right-color: rgb(22 189 202 / 0.05); +} +.border-x-teal-400\/10{ + border-left-color: rgb(22 189 202 / 0.1); + border-right-color: rgb(22 189 202 / 0.1); +} +.border-x-teal-400\/20{ + border-left-color: rgb(22 189 202 / 0.2); + border-right-color: rgb(22 189 202 / 0.2); +} +.border-x-teal-400\/25{ + border-left-color: rgb(22 189 202 / 0.25); + border-right-color: rgb(22 189 202 / 0.25); +} +.border-x-teal-400\/30{ + border-left-color: rgb(22 189 202 / 0.3); + border-right-color: rgb(22 189 202 / 0.3); +} +.border-x-teal-400\/40{ + border-left-color: rgb(22 189 202 / 0.4); + border-right-color: rgb(22 189 202 / 0.4); +} +.border-x-teal-400\/50{ + border-left-color: rgb(22 189 202 / 0.5); + border-right-color: rgb(22 189 202 / 0.5); +} +.border-x-teal-400\/60{ + border-left-color: rgb(22 189 202 / 0.6); + border-right-color: rgb(22 189 202 / 0.6); +} +.border-x-teal-400\/70{ + border-left-color: rgb(22 189 202 / 0.7); + border-right-color: rgb(22 189 202 / 0.7); +} +.border-x-teal-400\/75{ + border-left-color: rgb(22 189 202 / 0.75); + border-right-color: rgb(22 189 202 / 0.75); +} +.border-x-teal-400\/80{ + border-left-color: rgb(22 189 202 / 0.8); + border-right-color: rgb(22 189 202 / 0.8); +} +.border-x-teal-400\/90{ + border-left-color: rgb(22 189 202 / 0.9); + border-right-color: rgb(22 189 202 / 0.9); +} +.border-x-teal-400\/95{ + border-left-color: rgb(22 189 202 / 0.95); + border-right-color: rgb(22 189 202 / 0.95); +} +.border-x-teal-400\/100{ + border-left-color: rgb(22 189 202 / 1); + border-right-color: rgb(22 189 202 / 1); +} +.border-x-teal-500\/0{ + border-left-color: rgb(6 148 162 / 0); + border-right-color: rgb(6 148 162 / 0); +} +.border-x-teal-500\/5{ + border-left-color: rgb(6 148 162 / 0.05); + border-right-color: rgb(6 148 162 / 0.05); +} +.border-x-teal-500\/10{ + border-left-color: rgb(6 148 162 / 0.1); + border-right-color: rgb(6 148 162 / 0.1); +} +.border-x-teal-500\/20{ + border-left-color: rgb(6 148 162 / 0.2); + border-right-color: rgb(6 148 162 / 0.2); +} +.border-x-teal-500\/25{ + border-left-color: rgb(6 148 162 / 0.25); + border-right-color: rgb(6 148 162 / 0.25); +} +.border-x-teal-500\/30{ + border-left-color: rgb(6 148 162 / 0.3); + border-right-color: rgb(6 148 162 / 0.3); +} +.border-x-teal-500\/40{ + border-left-color: rgb(6 148 162 / 0.4); + border-right-color: rgb(6 148 162 / 0.4); +} +.border-x-teal-500\/50{ + border-left-color: rgb(6 148 162 / 0.5); + border-right-color: rgb(6 148 162 / 0.5); +} +.border-x-teal-500\/60{ + border-left-color: rgb(6 148 162 / 0.6); + border-right-color: rgb(6 148 162 / 0.6); +} +.border-x-teal-500\/70{ + border-left-color: rgb(6 148 162 / 0.7); + border-right-color: rgb(6 148 162 / 0.7); +} +.border-x-teal-500\/75{ + border-left-color: rgb(6 148 162 / 0.75); + border-right-color: rgb(6 148 162 / 0.75); +} +.border-x-teal-500\/80{ + border-left-color: rgb(6 148 162 / 0.8); + border-right-color: rgb(6 148 162 / 0.8); +} +.border-x-teal-500\/90{ + border-left-color: rgb(6 148 162 / 0.9); + border-right-color: rgb(6 148 162 / 0.9); +} +.border-x-teal-500\/95{ + border-left-color: rgb(6 148 162 / 0.95); + border-right-color: rgb(6 148 162 / 0.95); +} +.border-x-teal-500\/100{ + border-left-color: rgb(6 148 162 / 1); + border-right-color: rgb(6 148 162 / 1); +} +.border-x-teal-600\/0{ + border-left-color: rgb(4 116 129 / 0); + border-right-color: rgb(4 116 129 / 0); +} +.border-x-teal-600\/5{ + border-left-color: rgb(4 116 129 / 0.05); + border-right-color: rgb(4 116 129 / 0.05); +} +.border-x-teal-600\/10{ + border-left-color: rgb(4 116 129 / 0.1); + border-right-color: rgb(4 116 129 / 0.1); +} +.border-x-teal-600\/20{ + border-left-color: rgb(4 116 129 / 0.2); + border-right-color: rgb(4 116 129 / 0.2); +} +.border-x-teal-600\/25{ + border-left-color: rgb(4 116 129 / 0.25); + border-right-color: rgb(4 116 129 / 0.25); +} +.border-x-teal-600\/30{ + border-left-color: rgb(4 116 129 / 0.3); + border-right-color: rgb(4 116 129 / 0.3); +} +.border-x-teal-600\/40{ + border-left-color: rgb(4 116 129 / 0.4); + border-right-color: rgb(4 116 129 / 0.4); +} +.border-x-teal-600\/50{ + border-left-color: rgb(4 116 129 / 0.5); + border-right-color: rgb(4 116 129 / 0.5); +} +.border-x-teal-600\/60{ + border-left-color: rgb(4 116 129 / 0.6); + border-right-color: rgb(4 116 129 / 0.6); +} +.border-x-teal-600\/70{ + border-left-color: rgb(4 116 129 / 0.7); + border-right-color: rgb(4 116 129 / 0.7); +} +.border-x-teal-600\/75{ + border-left-color: rgb(4 116 129 / 0.75); + border-right-color: rgb(4 116 129 / 0.75); +} +.border-x-teal-600\/80{ + border-left-color: rgb(4 116 129 / 0.8); + border-right-color: rgb(4 116 129 / 0.8); +} +.border-x-teal-600\/90{ + border-left-color: rgb(4 116 129 / 0.9); + border-right-color: rgb(4 116 129 / 0.9); +} +.border-x-teal-600\/95{ + border-left-color: rgb(4 116 129 / 0.95); + border-right-color: rgb(4 116 129 / 0.95); +} +.border-x-teal-600\/100{ + border-left-color: rgb(4 116 129 / 1); + border-right-color: rgb(4 116 129 / 1); +} +.border-x-teal-700\/0{ + border-left-color: rgb(3 102 114 / 0); + border-right-color: rgb(3 102 114 / 0); +} +.border-x-teal-700\/5{ + border-left-color: rgb(3 102 114 / 0.05); + border-right-color: rgb(3 102 114 / 0.05); +} +.border-x-teal-700\/10{ + border-left-color: rgb(3 102 114 / 0.1); + border-right-color: rgb(3 102 114 / 0.1); +} +.border-x-teal-700\/20{ + border-left-color: rgb(3 102 114 / 0.2); + border-right-color: rgb(3 102 114 / 0.2); +} +.border-x-teal-700\/25{ + border-left-color: rgb(3 102 114 / 0.25); + border-right-color: rgb(3 102 114 / 0.25); +} +.border-x-teal-700\/30{ + border-left-color: rgb(3 102 114 / 0.3); + border-right-color: rgb(3 102 114 / 0.3); +} +.border-x-teal-700\/40{ + border-left-color: rgb(3 102 114 / 0.4); + border-right-color: rgb(3 102 114 / 0.4); +} +.border-x-teal-700\/50{ + border-left-color: rgb(3 102 114 / 0.5); + border-right-color: rgb(3 102 114 / 0.5); +} +.border-x-teal-700\/60{ + border-left-color: rgb(3 102 114 / 0.6); + border-right-color: rgb(3 102 114 / 0.6); +} +.border-x-teal-700\/70{ + border-left-color: rgb(3 102 114 / 0.7); + border-right-color: rgb(3 102 114 / 0.7); +} +.border-x-teal-700\/75{ + border-left-color: rgb(3 102 114 / 0.75); + border-right-color: rgb(3 102 114 / 0.75); +} +.border-x-teal-700\/80{ + border-left-color: rgb(3 102 114 / 0.8); + border-right-color: rgb(3 102 114 / 0.8); +} +.border-x-teal-700\/90{ + border-left-color: rgb(3 102 114 / 0.9); + border-right-color: rgb(3 102 114 / 0.9); +} +.border-x-teal-700\/95{ + border-left-color: rgb(3 102 114 / 0.95); + border-right-color: rgb(3 102 114 / 0.95); +} +.border-x-teal-700\/100{ + border-left-color: rgb(3 102 114 / 1); + border-right-color: rgb(3 102 114 / 1); +} +.border-x-teal-800\/0{ + border-left-color: rgb(5 80 92 / 0); + border-right-color: rgb(5 80 92 / 0); +} +.border-x-teal-800\/5{ + border-left-color: rgb(5 80 92 / 0.05); + border-right-color: rgb(5 80 92 / 0.05); +} +.border-x-teal-800\/10{ + border-left-color: rgb(5 80 92 / 0.1); + border-right-color: rgb(5 80 92 / 0.1); +} +.border-x-teal-800\/20{ + border-left-color: rgb(5 80 92 / 0.2); + border-right-color: rgb(5 80 92 / 0.2); +} +.border-x-teal-800\/25{ + border-left-color: rgb(5 80 92 / 0.25); + border-right-color: rgb(5 80 92 / 0.25); +} +.border-x-teal-800\/30{ + border-left-color: rgb(5 80 92 / 0.3); + border-right-color: rgb(5 80 92 / 0.3); +} +.border-x-teal-800\/40{ + border-left-color: rgb(5 80 92 / 0.4); + border-right-color: rgb(5 80 92 / 0.4); +} +.border-x-teal-800\/50{ + border-left-color: rgb(5 80 92 / 0.5); + border-right-color: rgb(5 80 92 / 0.5); +} +.border-x-teal-800\/60{ + border-left-color: rgb(5 80 92 / 0.6); + border-right-color: rgb(5 80 92 / 0.6); +} +.border-x-teal-800\/70{ + border-left-color: rgb(5 80 92 / 0.7); + border-right-color: rgb(5 80 92 / 0.7); +} +.border-x-teal-800\/75{ + border-left-color: rgb(5 80 92 / 0.75); + border-right-color: rgb(5 80 92 / 0.75); +} +.border-x-teal-800\/80{ + border-left-color: rgb(5 80 92 / 0.8); + border-right-color: rgb(5 80 92 / 0.8); +} +.border-x-teal-800\/90{ + border-left-color: rgb(5 80 92 / 0.9); + border-right-color: rgb(5 80 92 / 0.9); +} +.border-x-teal-800\/95{ + border-left-color: rgb(5 80 92 / 0.95); + border-right-color: rgb(5 80 92 / 0.95); +} +.border-x-teal-800\/100{ + border-left-color: rgb(5 80 92 / 1); + border-right-color: rgb(5 80 92 / 1); +} +.border-x-teal-900\/0{ + border-left-color: rgb(1 68 81 / 0); + border-right-color: rgb(1 68 81 / 0); +} +.border-x-teal-900\/5{ + border-left-color: rgb(1 68 81 / 0.05); + border-right-color: rgb(1 68 81 / 0.05); +} +.border-x-teal-900\/10{ + border-left-color: rgb(1 68 81 / 0.1); + border-right-color: rgb(1 68 81 / 0.1); +} +.border-x-teal-900\/20{ + border-left-color: rgb(1 68 81 / 0.2); + border-right-color: rgb(1 68 81 / 0.2); +} +.border-x-teal-900\/25{ + border-left-color: rgb(1 68 81 / 0.25); + border-right-color: rgb(1 68 81 / 0.25); +} +.border-x-teal-900\/30{ + border-left-color: rgb(1 68 81 / 0.3); + border-right-color: rgb(1 68 81 / 0.3); +} +.border-x-teal-900\/40{ + border-left-color: rgb(1 68 81 / 0.4); + border-right-color: rgb(1 68 81 / 0.4); +} +.border-x-teal-900\/50{ + border-left-color: rgb(1 68 81 / 0.5); + border-right-color: rgb(1 68 81 / 0.5); +} +.border-x-teal-900\/60{ + border-left-color: rgb(1 68 81 / 0.6); + border-right-color: rgb(1 68 81 / 0.6); +} +.border-x-teal-900\/70{ + border-left-color: rgb(1 68 81 / 0.7); + border-right-color: rgb(1 68 81 / 0.7); +} +.border-x-teal-900\/75{ + border-left-color: rgb(1 68 81 / 0.75); + border-right-color: rgb(1 68 81 / 0.75); +} +.border-x-teal-900\/80{ + border-left-color: rgb(1 68 81 / 0.8); + border-right-color: rgb(1 68 81 / 0.8); +} +.border-x-teal-900\/90{ + border-left-color: rgb(1 68 81 / 0.9); + border-right-color: rgb(1 68 81 / 0.9); +} +.border-x-teal-900\/95{ + border-left-color: rgb(1 68 81 / 0.95); + border-right-color: rgb(1 68 81 / 0.95); +} +.border-x-teal-900\/100{ + border-left-color: rgb(1 68 81 / 1); + border-right-color: rgb(1 68 81 / 1); +} +.border-x-cyan-50\/0{ + border-left-color: rgb(236 254 255 / 0); + border-right-color: rgb(236 254 255 / 0); +} +.border-x-cyan-50\/5{ + border-left-color: rgb(236 254 255 / 0.05); + border-right-color: rgb(236 254 255 / 0.05); +} +.border-x-cyan-50\/10{ + border-left-color: rgb(236 254 255 / 0.1); + border-right-color: rgb(236 254 255 / 0.1); +} +.border-x-cyan-50\/20{ + border-left-color: rgb(236 254 255 / 0.2); + border-right-color: rgb(236 254 255 / 0.2); +} +.border-x-cyan-50\/25{ + border-left-color: rgb(236 254 255 / 0.25); + border-right-color: rgb(236 254 255 / 0.25); +} +.border-x-cyan-50\/30{ + border-left-color: rgb(236 254 255 / 0.3); + border-right-color: rgb(236 254 255 / 0.3); +} +.border-x-cyan-50\/40{ + border-left-color: rgb(236 254 255 / 0.4); + border-right-color: rgb(236 254 255 / 0.4); +} +.border-x-cyan-50\/50{ + border-left-color: rgb(236 254 255 / 0.5); + border-right-color: rgb(236 254 255 / 0.5); +} +.border-x-cyan-50\/60{ + border-left-color: rgb(236 254 255 / 0.6); + border-right-color: rgb(236 254 255 / 0.6); +} +.border-x-cyan-50\/70{ + border-left-color: rgb(236 254 255 / 0.7); + border-right-color: rgb(236 254 255 / 0.7); +} +.border-x-cyan-50\/75{ + border-left-color: rgb(236 254 255 / 0.75); + border-right-color: rgb(236 254 255 / 0.75); +} +.border-x-cyan-50\/80{ + border-left-color: rgb(236 254 255 / 0.8); + border-right-color: rgb(236 254 255 / 0.8); +} +.border-x-cyan-50\/90{ + border-left-color: rgb(236 254 255 / 0.9); + border-right-color: rgb(236 254 255 / 0.9); +} +.border-x-cyan-50\/95{ + border-left-color: rgb(236 254 255 / 0.95); + border-right-color: rgb(236 254 255 / 0.95); +} +.border-x-cyan-50\/100{ + border-left-color: rgb(236 254 255 / 1); + border-right-color: rgb(236 254 255 / 1); +} +.border-x-cyan-100\/0{ + border-left-color: rgb(207 250 254 / 0); + border-right-color: rgb(207 250 254 / 0); +} +.border-x-cyan-100\/5{ + border-left-color: rgb(207 250 254 / 0.05); + border-right-color: rgb(207 250 254 / 0.05); +} +.border-x-cyan-100\/10{ + border-left-color: rgb(207 250 254 / 0.1); + border-right-color: rgb(207 250 254 / 0.1); +} +.border-x-cyan-100\/20{ + border-left-color: rgb(207 250 254 / 0.2); + border-right-color: rgb(207 250 254 / 0.2); +} +.border-x-cyan-100\/25{ + border-left-color: rgb(207 250 254 / 0.25); + border-right-color: rgb(207 250 254 / 0.25); +} +.border-x-cyan-100\/30{ + border-left-color: rgb(207 250 254 / 0.3); + border-right-color: rgb(207 250 254 / 0.3); +} +.border-x-cyan-100\/40{ + border-left-color: rgb(207 250 254 / 0.4); + border-right-color: rgb(207 250 254 / 0.4); +} +.border-x-cyan-100\/50{ + border-left-color: rgb(207 250 254 / 0.5); + border-right-color: rgb(207 250 254 / 0.5); +} +.border-x-cyan-100\/60{ + border-left-color: rgb(207 250 254 / 0.6); + border-right-color: rgb(207 250 254 / 0.6); +} +.border-x-cyan-100\/70{ + border-left-color: rgb(207 250 254 / 0.7); + border-right-color: rgb(207 250 254 / 0.7); +} +.border-x-cyan-100\/75{ + border-left-color: rgb(207 250 254 / 0.75); + border-right-color: rgb(207 250 254 / 0.75); +} +.border-x-cyan-100\/80{ + border-left-color: rgb(207 250 254 / 0.8); + border-right-color: rgb(207 250 254 / 0.8); +} +.border-x-cyan-100\/90{ + border-left-color: rgb(207 250 254 / 0.9); + border-right-color: rgb(207 250 254 / 0.9); +} +.border-x-cyan-100\/95{ + border-left-color: rgb(207 250 254 / 0.95); + border-right-color: rgb(207 250 254 / 0.95); +} +.border-x-cyan-100\/100{ + border-left-color: rgb(207 250 254 / 1); + border-right-color: rgb(207 250 254 / 1); +} +.border-x-cyan-200\/0{ + border-left-color: rgb(165 243 252 / 0); + border-right-color: rgb(165 243 252 / 0); +} +.border-x-cyan-200\/5{ + border-left-color: rgb(165 243 252 / 0.05); + border-right-color: rgb(165 243 252 / 0.05); +} +.border-x-cyan-200\/10{ + border-left-color: rgb(165 243 252 / 0.1); + border-right-color: rgb(165 243 252 / 0.1); +} +.border-x-cyan-200\/20{ + border-left-color: rgb(165 243 252 / 0.2); + border-right-color: rgb(165 243 252 / 0.2); +} +.border-x-cyan-200\/25{ + border-left-color: rgb(165 243 252 / 0.25); + border-right-color: rgb(165 243 252 / 0.25); +} +.border-x-cyan-200\/30{ + border-left-color: rgb(165 243 252 / 0.3); + border-right-color: rgb(165 243 252 / 0.3); +} +.border-x-cyan-200\/40{ + border-left-color: rgb(165 243 252 / 0.4); + border-right-color: rgb(165 243 252 / 0.4); +} +.border-x-cyan-200\/50{ + border-left-color: rgb(165 243 252 / 0.5); + border-right-color: rgb(165 243 252 / 0.5); +} +.border-x-cyan-200\/60{ + border-left-color: rgb(165 243 252 / 0.6); + border-right-color: rgb(165 243 252 / 0.6); +} +.border-x-cyan-200\/70{ + border-left-color: rgb(165 243 252 / 0.7); + border-right-color: rgb(165 243 252 / 0.7); +} +.border-x-cyan-200\/75{ + border-left-color: rgb(165 243 252 / 0.75); + border-right-color: rgb(165 243 252 / 0.75); +} +.border-x-cyan-200\/80{ + border-left-color: rgb(165 243 252 / 0.8); + border-right-color: rgb(165 243 252 / 0.8); +} +.border-x-cyan-200\/90{ + border-left-color: rgb(165 243 252 / 0.9); + border-right-color: rgb(165 243 252 / 0.9); +} +.border-x-cyan-200\/95{ + border-left-color: rgb(165 243 252 / 0.95); + border-right-color: rgb(165 243 252 / 0.95); +} +.border-x-cyan-200\/100{ + border-left-color: rgb(165 243 252 / 1); + border-right-color: rgb(165 243 252 / 1); +} +.border-x-cyan-300\/0{ + border-left-color: rgb(103 232 249 / 0); + border-right-color: rgb(103 232 249 / 0); +} +.border-x-cyan-300\/5{ + border-left-color: rgb(103 232 249 / 0.05); + border-right-color: rgb(103 232 249 / 0.05); +} +.border-x-cyan-300\/10{ + border-left-color: rgb(103 232 249 / 0.1); + border-right-color: rgb(103 232 249 / 0.1); +} +.border-x-cyan-300\/20{ + border-left-color: rgb(103 232 249 / 0.2); + border-right-color: rgb(103 232 249 / 0.2); +} +.border-x-cyan-300\/25{ + border-left-color: rgb(103 232 249 / 0.25); + border-right-color: rgb(103 232 249 / 0.25); +} +.border-x-cyan-300\/30{ + border-left-color: rgb(103 232 249 / 0.3); + border-right-color: rgb(103 232 249 / 0.3); +} +.border-x-cyan-300\/40{ + border-left-color: rgb(103 232 249 / 0.4); + border-right-color: rgb(103 232 249 / 0.4); +} +.border-x-cyan-300\/50{ + border-left-color: rgb(103 232 249 / 0.5); + border-right-color: rgb(103 232 249 / 0.5); +} +.border-x-cyan-300\/60{ + border-left-color: rgb(103 232 249 / 0.6); + border-right-color: rgb(103 232 249 / 0.6); +} +.border-x-cyan-300\/70{ + border-left-color: rgb(103 232 249 / 0.7); + border-right-color: rgb(103 232 249 / 0.7); +} +.border-x-cyan-300\/75{ + border-left-color: rgb(103 232 249 / 0.75); + border-right-color: rgb(103 232 249 / 0.75); +} +.border-x-cyan-300\/80{ + border-left-color: rgb(103 232 249 / 0.8); + border-right-color: rgb(103 232 249 / 0.8); +} +.border-x-cyan-300\/90{ + border-left-color: rgb(103 232 249 / 0.9); + border-right-color: rgb(103 232 249 / 0.9); +} +.border-x-cyan-300\/95{ + border-left-color: rgb(103 232 249 / 0.95); + border-right-color: rgb(103 232 249 / 0.95); +} +.border-x-cyan-300\/100{ + border-left-color: rgb(103 232 249 / 1); + border-right-color: rgb(103 232 249 / 1); +} +.border-x-cyan-400\/0{ + border-left-color: rgb(34 211 238 / 0); + border-right-color: rgb(34 211 238 / 0); +} +.border-x-cyan-400\/5{ + border-left-color: rgb(34 211 238 / 0.05); + border-right-color: rgb(34 211 238 / 0.05); +} +.border-x-cyan-400\/10{ + border-left-color: rgb(34 211 238 / 0.1); + border-right-color: rgb(34 211 238 / 0.1); +} +.border-x-cyan-400\/20{ + border-left-color: rgb(34 211 238 / 0.2); + border-right-color: rgb(34 211 238 / 0.2); +} +.border-x-cyan-400\/25{ + border-left-color: rgb(34 211 238 / 0.25); + border-right-color: rgb(34 211 238 / 0.25); +} +.border-x-cyan-400\/30{ + border-left-color: rgb(34 211 238 / 0.3); + border-right-color: rgb(34 211 238 / 0.3); +} +.border-x-cyan-400\/40{ + border-left-color: rgb(34 211 238 / 0.4); + border-right-color: rgb(34 211 238 / 0.4); +} +.border-x-cyan-400\/50{ + border-left-color: rgb(34 211 238 / 0.5); + border-right-color: rgb(34 211 238 / 0.5); +} +.border-x-cyan-400\/60{ + border-left-color: rgb(34 211 238 / 0.6); + border-right-color: rgb(34 211 238 / 0.6); +} +.border-x-cyan-400\/70{ + border-left-color: rgb(34 211 238 / 0.7); + border-right-color: rgb(34 211 238 / 0.7); +} +.border-x-cyan-400\/75{ + border-left-color: rgb(34 211 238 / 0.75); + border-right-color: rgb(34 211 238 / 0.75); +} +.border-x-cyan-400\/80{ + border-left-color: rgb(34 211 238 / 0.8); + border-right-color: rgb(34 211 238 / 0.8); +} +.border-x-cyan-400\/90{ + border-left-color: rgb(34 211 238 / 0.9); + border-right-color: rgb(34 211 238 / 0.9); +} +.border-x-cyan-400\/95{ + border-left-color: rgb(34 211 238 / 0.95); + border-right-color: rgb(34 211 238 / 0.95); +} +.border-x-cyan-400\/100{ + border-left-color: rgb(34 211 238 / 1); + border-right-color: rgb(34 211 238 / 1); +} +.border-x-cyan-500\/0{ + border-left-color: rgb(6 182 212 / 0); + border-right-color: rgb(6 182 212 / 0); +} +.border-x-cyan-500\/5{ + border-left-color: rgb(6 182 212 / 0.05); + border-right-color: rgb(6 182 212 / 0.05); +} +.border-x-cyan-500\/10{ + border-left-color: rgb(6 182 212 / 0.1); + border-right-color: rgb(6 182 212 / 0.1); +} +.border-x-cyan-500\/20{ + border-left-color: rgb(6 182 212 / 0.2); + border-right-color: rgb(6 182 212 / 0.2); +} +.border-x-cyan-500\/25{ + border-left-color: rgb(6 182 212 / 0.25); + border-right-color: rgb(6 182 212 / 0.25); +} +.border-x-cyan-500\/30{ + border-left-color: rgb(6 182 212 / 0.3); + border-right-color: rgb(6 182 212 / 0.3); +} +.border-x-cyan-500\/40{ + border-left-color: rgb(6 182 212 / 0.4); + border-right-color: rgb(6 182 212 / 0.4); +} +.border-x-cyan-500\/50{ + border-left-color: rgb(6 182 212 / 0.5); + border-right-color: rgb(6 182 212 / 0.5); +} +.border-x-cyan-500\/60{ + border-left-color: rgb(6 182 212 / 0.6); + border-right-color: rgb(6 182 212 / 0.6); +} +.border-x-cyan-500\/70{ + border-left-color: rgb(6 182 212 / 0.7); + border-right-color: rgb(6 182 212 / 0.7); +} +.border-x-cyan-500\/75{ + border-left-color: rgb(6 182 212 / 0.75); + border-right-color: rgb(6 182 212 / 0.75); +} +.border-x-cyan-500\/80{ + border-left-color: rgb(6 182 212 / 0.8); + border-right-color: rgb(6 182 212 / 0.8); +} +.border-x-cyan-500\/90{ + border-left-color: rgb(6 182 212 / 0.9); + border-right-color: rgb(6 182 212 / 0.9); +} +.border-x-cyan-500\/95{ + border-left-color: rgb(6 182 212 / 0.95); + border-right-color: rgb(6 182 212 / 0.95); +} +.border-x-cyan-500\/100{ + border-left-color: rgb(6 182 212 / 1); + border-right-color: rgb(6 182 212 / 1); +} +.border-x-cyan-600\/0{ + border-left-color: rgb(8 145 178 / 0); + border-right-color: rgb(8 145 178 / 0); +} +.border-x-cyan-600\/5{ + border-left-color: rgb(8 145 178 / 0.05); + border-right-color: rgb(8 145 178 / 0.05); +} +.border-x-cyan-600\/10{ + border-left-color: rgb(8 145 178 / 0.1); + border-right-color: rgb(8 145 178 / 0.1); +} +.border-x-cyan-600\/20{ + border-left-color: rgb(8 145 178 / 0.2); + border-right-color: rgb(8 145 178 / 0.2); +} +.border-x-cyan-600\/25{ + border-left-color: rgb(8 145 178 / 0.25); + border-right-color: rgb(8 145 178 / 0.25); +} +.border-x-cyan-600\/30{ + border-left-color: rgb(8 145 178 / 0.3); + border-right-color: rgb(8 145 178 / 0.3); +} +.border-x-cyan-600\/40{ + border-left-color: rgb(8 145 178 / 0.4); + border-right-color: rgb(8 145 178 / 0.4); +} +.border-x-cyan-600\/50{ + border-left-color: rgb(8 145 178 / 0.5); + border-right-color: rgb(8 145 178 / 0.5); +} +.border-x-cyan-600\/60{ + border-left-color: rgb(8 145 178 / 0.6); + border-right-color: rgb(8 145 178 / 0.6); +} +.border-x-cyan-600\/70{ + border-left-color: rgb(8 145 178 / 0.7); + border-right-color: rgb(8 145 178 / 0.7); +} +.border-x-cyan-600\/75{ + border-left-color: rgb(8 145 178 / 0.75); + border-right-color: rgb(8 145 178 / 0.75); +} +.border-x-cyan-600\/80{ + border-left-color: rgb(8 145 178 / 0.8); + border-right-color: rgb(8 145 178 / 0.8); +} +.border-x-cyan-600\/90{ + border-left-color: rgb(8 145 178 / 0.9); + border-right-color: rgb(8 145 178 / 0.9); +} +.border-x-cyan-600\/95{ + border-left-color: rgb(8 145 178 / 0.95); + border-right-color: rgb(8 145 178 / 0.95); +} +.border-x-cyan-600\/100{ + border-left-color: rgb(8 145 178 / 1); + border-right-color: rgb(8 145 178 / 1); +} +.border-x-cyan-700\/0{ + border-left-color: rgb(14 116 144 / 0); + border-right-color: rgb(14 116 144 / 0); +} +.border-x-cyan-700\/5{ + border-left-color: rgb(14 116 144 / 0.05); + border-right-color: rgb(14 116 144 / 0.05); +} +.border-x-cyan-700\/10{ + border-left-color: rgb(14 116 144 / 0.1); + border-right-color: rgb(14 116 144 / 0.1); +} +.border-x-cyan-700\/20{ + border-left-color: rgb(14 116 144 / 0.2); + border-right-color: rgb(14 116 144 / 0.2); +} +.border-x-cyan-700\/25{ + border-left-color: rgb(14 116 144 / 0.25); + border-right-color: rgb(14 116 144 / 0.25); +} +.border-x-cyan-700\/30{ + border-left-color: rgb(14 116 144 / 0.3); + border-right-color: rgb(14 116 144 / 0.3); +} +.border-x-cyan-700\/40{ + border-left-color: rgb(14 116 144 / 0.4); + border-right-color: rgb(14 116 144 / 0.4); +} +.border-x-cyan-700\/50{ + border-left-color: rgb(14 116 144 / 0.5); + border-right-color: rgb(14 116 144 / 0.5); +} +.border-x-cyan-700\/60{ + border-left-color: rgb(14 116 144 / 0.6); + border-right-color: rgb(14 116 144 / 0.6); +} +.border-x-cyan-700\/70{ + border-left-color: rgb(14 116 144 / 0.7); + border-right-color: rgb(14 116 144 / 0.7); +} +.border-x-cyan-700\/75{ + border-left-color: rgb(14 116 144 / 0.75); + border-right-color: rgb(14 116 144 / 0.75); +} +.border-x-cyan-700\/80{ + border-left-color: rgb(14 116 144 / 0.8); + border-right-color: rgb(14 116 144 / 0.8); +} +.border-x-cyan-700\/90{ + border-left-color: rgb(14 116 144 / 0.9); + border-right-color: rgb(14 116 144 / 0.9); +} +.border-x-cyan-700\/95{ + border-left-color: rgb(14 116 144 / 0.95); + border-right-color: rgb(14 116 144 / 0.95); +} +.border-x-cyan-700\/100{ + border-left-color: rgb(14 116 144 / 1); + border-right-color: rgb(14 116 144 / 1); +} +.border-x-cyan-800\/0{ + border-left-color: rgb(21 94 117 / 0); + border-right-color: rgb(21 94 117 / 0); +} +.border-x-cyan-800\/5{ + border-left-color: rgb(21 94 117 / 0.05); + border-right-color: rgb(21 94 117 / 0.05); +} +.border-x-cyan-800\/10{ + border-left-color: rgb(21 94 117 / 0.1); + border-right-color: rgb(21 94 117 / 0.1); +} +.border-x-cyan-800\/20{ + border-left-color: rgb(21 94 117 / 0.2); + border-right-color: rgb(21 94 117 / 0.2); +} +.border-x-cyan-800\/25{ + border-left-color: rgb(21 94 117 / 0.25); + border-right-color: rgb(21 94 117 / 0.25); +} +.border-x-cyan-800\/30{ + border-left-color: rgb(21 94 117 / 0.3); + border-right-color: rgb(21 94 117 / 0.3); +} +.border-x-cyan-800\/40{ + border-left-color: rgb(21 94 117 / 0.4); + border-right-color: rgb(21 94 117 / 0.4); +} +.border-x-cyan-800\/50{ + border-left-color: rgb(21 94 117 / 0.5); + border-right-color: rgb(21 94 117 / 0.5); +} +.border-x-cyan-800\/60{ + border-left-color: rgb(21 94 117 / 0.6); + border-right-color: rgb(21 94 117 / 0.6); +} +.border-x-cyan-800\/70{ + border-left-color: rgb(21 94 117 / 0.7); + border-right-color: rgb(21 94 117 / 0.7); +} +.border-x-cyan-800\/75{ + border-left-color: rgb(21 94 117 / 0.75); + border-right-color: rgb(21 94 117 / 0.75); +} +.border-x-cyan-800\/80{ + border-left-color: rgb(21 94 117 / 0.8); + border-right-color: rgb(21 94 117 / 0.8); +} +.border-x-cyan-800\/90{ + border-left-color: rgb(21 94 117 / 0.9); + border-right-color: rgb(21 94 117 / 0.9); +} +.border-x-cyan-800\/95{ + border-left-color: rgb(21 94 117 / 0.95); + border-right-color: rgb(21 94 117 / 0.95); +} +.border-x-cyan-800\/100{ + border-left-color: rgb(21 94 117 / 1); + border-right-color: rgb(21 94 117 / 1); +} +.border-x-cyan-900\/0{ + border-left-color: rgb(22 78 99 / 0); + border-right-color: rgb(22 78 99 / 0); +} +.border-x-cyan-900\/5{ + border-left-color: rgb(22 78 99 / 0.05); + border-right-color: rgb(22 78 99 / 0.05); +} +.border-x-cyan-900\/10{ + border-left-color: rgb(22 78 99 / 0.1); + border-right-color: rgb(22 78 99 / 0.1); +} +.border-x-cyan-900\/20{ + border-left-color: rgb(22 78 99 / 0.2); + border-right-color: rgb(22 78 99 / 0.2); +} +.border-x-cyan-900\/25{ + border-left-color: rgb(22 78 99 / 0.25); + border-right-color: rgb(22 78 99 / 0.25); +} +.border-x-cyan-900\/30{ + border-left-color: rgb(22 78 99 / 0.3); + border-right-color: rgb(22 78 99 / 0.3); +} +.border-x-cyan-900\/40{ + border-left-color: rgb(22 78 99 / 0.4); + border-right-color: rgb(22 78 99 / 0.4); +} +.border-x-cyan-900\/50{ + border-left-color: rgb(22 78 99 / 0.5); + border-right-color: rgb(22 78 99 / 0.5); +} +.border-x-cyan-900\/60{ + border-left-color: rgb(22 78 99 / 0.6); + border-right-color: rgb(22 78 99 / 0.6); +} +.border-x-cyan-900\/70{ + border-left-color: rgb(22 78 99 / 0.7); + border-right-color: rgb(22 78 99 / 0.7); +} +.border-x-cyan-900\/75{ + border-left-color: rgb(22 78 99 / 0.75); + border-right-color: rgb(22 78 99 / 0.75); +} +.border-x-cyan-900\/80{ + border-left-color: rgb(22 78 99 / 0.8); + border-right-color: rgb(22 78 99 / 0.8); +} +.border-x-cyan-900\/90{ + border-left-color: rgb(22 78 99 / 0.9); + border-right-color: rgb(22 78 99 / 0.9); +} +.border-x-cyan-900\/95{ + border-left-color: rgb(22 78 99 / 0.95); + border-right-color: rgb(22 78 99 / 0.95); +} +.border-x-cyan-900\/100{ + border-left-color: rgb(22 78 99 / 1); + border-right-color: rgb(22 78 99 / 1); +} +.border-x-sky-50\/0{ + border-left-color: rgb(240 249 255 / 0); + border-right-color: rgb(240 249 255 / 0); +} +.border-x-sky-50\/5{ + border-left-color: rgb(240 249 255 / 0.05); + border-right-color: rgb(240 249 255 / 0.05); +} +.border-x-sky-50\/10{ + border-left-color: rgb(240 249 255 / 0.1); + border-right-color: rgb(240 249 255 / 0.1); +} +.border-x-sky-50\/20{ + border-left-color: rgb(240 249 255 / 0.2); + border-right-color: rgb(240 249 255 / 0.2); +} +.border-x-sky-50\/25{ + border-left-color: rgb(240 249 255 / 0.25); + border-right-color: rgb(240 249 255 / 0.25); +} +.border-x-sky-50\/30{ + border-left-color: rgb(240 249 255 / 0.3); + border-right-color: rgb(240 249 255 / 0.3); +} +.border-x-sky-50\/40{ + border-left-color: rgb(240 249 255 / 0.4); + border-right-color: rgb(240 249 255 / 0.4); +} +.border-x-sky-50\/50{ + border-left-color: rgb(240 249 255 / 0.5); + border-right-color: rgb(240 249 255 / 0.5); +} +.border-x-sky-50\/60{ + border-left-color: rgb(240 249 255 / 0.6); + border-right-color: rgb(240 249 255 / 0.6); +} +.border-x-sky-50\/70{ + border-left-color: rgb(240 249 255 / 0.7); + border-right-color: rgb(240 249 255 / 0.7); +} +.border-x-sky-50\/75{ + border-left-color: rgb(240 249 255 / 0.75); + border-right-color: rgb(240 249 255 / 0.75); +} +.border-x-sky-50\/80{ + border-left-color: rgb(240 249 255 / 0.8); + border-right-color: rgb(240 249 255 / 0.8); +} +.border-x-sky-50\/90{ + border-left-color: rgb(240 249 255 / 0.9); + border-right-color: rgb(240 249 255 / 0.9); +} +.border-x-sky-50\/95{ + border-left-color: rgb(240 249 255 / 0.95); + border-right-color: rgb(240 249 255 / 0.95); +} +.border-x-sky-50\/100{ + border-left-color: rgb(240 249 255 / 1); + border-right-color: rgb(240 249 255 / 1); +} +.border-x-sky-100\/0{ + border-left-color: rgb(224 242 254 / 0); + border-right-color: rgb(224 242 254 / 0); +} +.border-x-sky-100\/5{ + border-left-color: rgb(224 242 254 / 0.05); + border-right-color: rgb(224 242 254 / 0.05); +} +.border-x-sky-100\/10{ + border-left-color: rgb(224 242 254 / 0.1); + border-right-color: rgb(224 242 254 / 0.1); +} +.border-x-sky-100\/20{ + border-left-color: rgb(224 242 254 / 0.2); + border-right-color: rgb(224 242 254 / 0.2); +} +.border-x-sky-100\/25{ + border-left-color: rgb(224 242 254 / 0.25); + border-right-color: rgb(224 242 254 / 0.25); +} +.border-x-sky-100\/30{ + border-left-color: rgb(224 242 254 / 0.3); + border-right-color: rgb(224 242 254 / 0.3); +} +.border-x-sky-100\/40{ + border-left-color: rgb(224 242 254 / 0.4); + border-right-color: rgb(224 242 254 / 0.4); +} +.border-x-sky-100\/50{ + border-left-color: rgb(224 242 254 / 0.5); + border-right-color: rgb(224 242 254 / 0.5); +} +.border-x-sky-100\/60{ + border-left-color: rgb(224 242 254 / 0.6); + border-right-color: rgb(224 242 254 / 0.6); +} +.border-x-sky-100\/70{ + border-left-color: rgb(224 242 254 / 0.7); + border-right-color: rgb(224 242 254 / 0.7); +} +.border-x-sky-100\/75{ + border-left-color: rgb(224 242 254 / 0.75); + border-right-color: rgb(224 242 254 / 0.75); +} +.border-x-sky-100\/80{ + border-left-color: rgb(224 242 254 / 0.8); + border-right-color: rgb(224 242 254 / 0.8); +} +.border-x-sky-100\/90{ + border-left-color: rgb(224 242 254 / 0.9); + border-right-color: rgb(224 242 254 / 0.9); +} +.border-x-sky-100\/95{ + border-left-color: rgb(224 242 254 / 0.95); + border-right-color: rgb(224 242 254 / 0.95); +} +.border-x-sky-100\/100{ + border-left-color: rgb(224 242 254 / 1); + border-right-color: rgb(224 242 254 / 1); +} +.border-x-sky-200\/0{ + border-left-color: rgb(186 230 253 / 0); + border-right-color: rgb(186 230 253 / 0); +} +.border-x-sky-200\/5{ + border-left-color: rgb(186 230 253 / 0.05); + border-right-color: rgb(186 230 253 / 0.05); +} +.border-x-sky-200\/10{ + border-left-color: rgb(186 230 253 / 0.1); + border-right-color: rgb(186 230 253 / 0.1); +} +.border-x-sky-200\/20{ + border-left-color: rgb(186 230 253 / 0.2); + border-right-color: rgb(186 230 253 / 0.2); +} +.border-x-sky-200\/25{ + border-left-color: rgb(186 230 253 / 0.25); + border-right-color: rgb(186 230 253 / 0.25); +} +.border-x-sky-200\/30{ + border-left-color: rgb(186 230 253 / 0.3); + border-right-color: rgb(186 230 253 / 0.3); +} +.border-x-sky-200\/40{ + border-left-color: rgb(186 230 253 / 0.4); + border-right-color: rgb(186 230 253 / 0.4); +} +.border-x-sky-200\/50{ + border-left-color: rgb(186 230 253 / 0.5); + border-right-color: rgb(186 230 253 / 0.5); +} +.border-x-sky-200\/60{ + border-left-color: rgb(186 230 253 / 0.6); + border-right-color: rgb(186 230 253 / 0.6); +} +.border-x-sky-200\/70{ + border-left-color: rgb(186 230 253 / 0.7); + border-right-color: rgb(186 230 253 / 0.7); +} +.border-x-sky-200\/75{ + border-left-color: rgb(186 230 253 / 0.75); + border-right-color: rgb(186 230 253 / 0.75); +} +.border-x-sky-200\/80{ + border-left-color: rgb(186 230 253 / 0.8); + border-right-color: rgb(186 230 253 / 0.8); +} +.border-x-sky-200\/90{ + border-left-color: rgb(186 230 253 / 0.9); + border-right-color: rgb(186 230 253 / 0.9); +} +.border-x-sky-200\/95{ + border-left-color: rgb(186 230 253 / 0.95); + border-right-color: rgb(186 230 253 / 0.95); +} +.border-x-sky-200\/100{ + border-left-color: rgb(186 230 253 / 1); + border-right-color: rgb(186 230 253 / 1); +} +.border-x-sky-300\/0{ + border-left-color: rgb(125 211 252 / 0); + border-right-color: rgb(125 211 252 / 0); +} +.border-x-sky-300\/5{ + border-left-color: rgb(125 211 252 / 0.05); + border-right-color: rgb(125 211 252 / 0.05); +} +.border-x-sky-300\/10{ + border-left-color: rgb(125 211 252 / 0.1); + border-right-color: rgb(125 211 252 / 0.1); +} +.border-x-sky-300\/20{ + border-left-color: rgb(125 211 252 / 0.2); + border-right-color: rgb(125 211 252 / 0.2); +} +.border-x-sky-300\/25{ + border-left-color: rgb(125 211 252 / 0.25); + border-right-color: rgb(125 211 252 / 0.25); +} +.border-x-sky-300\/30{ + border-left-color: rgb(125 211 252 / 0.3); + border-right-color: rgb(125 211 252 / 0.3); +} +.border-x-sky-300\/40{ + border-left-color: rgb(125 211 252 / 0.4); + border-right-color: rgb(125 211 252 / 0.4); +} +.border-x-sky-300\/50{ + border-left-color: rgb(125 211 252 / 0.5); + border-right-color: rgb(125 211 252 / 0.5); +} +.border-x-sky-300\/60{ + border-left-color: rgb(125 211 252 / 0.6); + border-right-color: rgb(125 211 252 / 0.6); +} +.border-x-sky-300\/70{ + border-left-color: rgb(125 211 252 / 0.7); + border-right-color: rgb(125 211 252 / 0.7); +} +.border-x-sky-300\/75{ + border-left-color: rgb(125 211 252 / 0.75); + border-right-color: rgb(125 211 252 / 0.75); +} +.border-x-sky-300\/80{ + border-left-color: rgb(125 211 252 / 0.8); + border-right-color: rgb(125 211 252 / 0.8); +} +.border-x-sky-300\/90{ + border-left-color: rgb(125 211 252 / 0.9); + border-right-color: rgb(125 211 252 / 0.9); +} +.border-x-sky-300\/95{ + border-left-color: rgb(125 211 252 / 0.95); + border-right-color: rgb(125 211 252 / 0.95); +} +.border-x-sky-300\/100{ + border-left-color: rgb(125 211 252 / 1); + border-right-color: rgb(125 211 252 / 1); +} +.border-x-sky-400\/0{ + border-left-color: rgb(56 189 248 / 0); + border-right-color: rgb(56 189 248 / 0); +} +.border-x-sky-400\/5{ + border-left-color: rgb(56 189 248 / 0.05); + border-right-color: rgb(56 189 248 / 0.05); +} +.border-x-sky-400\/10{ + border-left-color: rgb(56 189 248 / 0.1); + border-right-color: rgb(56 189 248 / 0.1); +} +.border-x-sky-400\/20{ + border-left-color: rgb(56 189 248 / 0.2); + border-right-color: rgb(56 189 248 / 0.2); +} +.border-x-sky-400\/25{ + border-left-color: rgb(56 189 248 / 0.25); + border-right-color: rgb(56 189 248 / 0.25); +} +.border-x-sky-400\/30{ + border-left-color: rgb(56 189 248 / 0.3); + border-right-color: rgb(56 189 248 / 0.3); +} +.border-x-sky-400\/40{ + border-left-color: rgb(56 189 248 / 0.4); + border-right-color: rgb(56 189 248 / 0.4); +} +.border-x-sky-400\/50{ + border-left-color: rgb(56 189 248 / 0.5); + border-right-color: rgb(56 189 248 / 0.5); +} +.border-x-sky-400\/60{ + border-left-color: rgb(56 189 248 / 0.6); + border-right-color: rgb(56 189 248 / 0.6); +} +.border-x-sky-400\/70{ + border-left-color: rgb(56 189 248 / 0.7); + border-right-color: rgb(56 189 248 / 0.7); +} +.border-x-sky-400\/75{ + border-left-color: rgb(56 189 248 / 0.75); + border-right-color: rgb(56 189 248 / 0.75); +} +.border-x-sky-400\/80{ + border-left-color: rgb(56 189 248 / 0.8); + border-right-color: rgb(56 189 248 / 0.8); +} +.border-x-sky-400\/90{ + border-left-color: rgb(56 189 248 / 0.9); + border-right-color: rgb(56 189 248 / 0.9); +} +.border-x-sky-400\/95{ + border-left-color: rgb(56 189 248 / 0.95); + border-right-color: rgb(56 189 248 / 0.95); +} +.border-x-sky-400\/100{ + border-left-color: rgb(56 189 248 / 1); + border-right-color: rgb(56 189 248 / 1); +} +.border-x-sky-500\/0{ + border-left-color: rgb(14 165 233 / 0); + border-right-color: rgb(14 165 233 / 0); +} +.border-x-sky-500\/5{ + border-left-color: rgb(14 165 233 / 0.05); + border-right-color: rgb(14 165 233 / 0.05); +} +.border-x-sky-500\/10{ + border-left-color: rgb(14 165 233 / 0.1); + border-right-color: rgb(14 165 233 / 0.1); +} +.border-x-sky-500\/20{ + border-left-color: rgb(14 165 233 / 0.2); + border-right-color: rgb(14 165 233 / 0.2); +} +.border-x-sky-500\/25{ + border-left-color: rgb(14 165 233 / 0.25); + border-right-color: rgb(14 165 233 / 0.25); +} +.border-x-sky-500\/30{ + border-left-color: rgb(14 165 233 / 0.3); + border-right-color: rgb(14 165 233 / 0.3); +} +.border-x-sky-500\/40{ + border-left-color: rgb(14 165 233 / 0.4); + border-right-color: rgb(14 165 233 / 0.4); +} +.border-x-sky-500\/50{ + border-left-color: rgb(14 165 233 / 0.5); + border-right-color: rgb(14 165 233 / 0.5); +} +.border-x-sky-500\/60{ + border-left-color: rgb(14 165 233 / 0.6); + border-right-color: rgb(14 165 233 / 0.6); +} +.border-x-sky-500\/70{ + border-left-color: rgb(14 165 233 / 0.7); + border-right-color: rgb(14 165 233 / 0.7); +} +.border-x-sky-500\/75{ + border-left-color: rgb(14 165 233 / 0.75); + border-right-color: rgb(14 165 233 / 0.75); +} +.border-x-sky-500\/80{ + border-left-color: rgb(14 165 233 / 0.8); + border-right-color: rgb(14 165 233 / 0.8); +} +.border-x-sky-500\/90{ + border-left-color: rgb(14 165 233 / 0.9); + border-right-color: rgb(14 165 233 / 0.9); +} +.border-x-sky-500\/95{ + border-left-color: rgb(14 165 233 / 0.95); + border-right-color: rgb(14 165 233 / 0.95); +} +.border-x-sky-500\/100{ + border-left-color: rgb(14 165 233 / 1); + border-right-color: rgb(14 165 233 / 1); +} +.border-x-sky-600\/0{ + border-left-color: rgb(2 132 199 / 0); + border-right-color: rgb(2 132 199 / 0); +} +.border-x-sky-600\/5{ + border-left-color: rgb(2 132 199 / 0.05); + border-right-color: rgb(2 132 199 / 0.05); +} +.border-x-sky-600\/10{ + border-left-color: rgb(2 132 199 / 0.1); + border-right-color: rgb(2 132 199 / 0.1); +} +.border-x-sky-600\/20{ + border-left-color: rgb(2 132 199 / 0.2); + border-right-color: rgb(2 132 199 / 0.2); +} +.border-x-sky-600\/25{ + border-left-color: rgb(2 132 199 / 0.25); + border-right-color: rgb(2 132 199 / 0.25); +} +.border-x-sky-600\/30{ + border-left-color: rgb(2 132 199 / 0.3); + border-right-color: rgb(2 132 199 / 0.3); +} +.border-x-sky-600\/40{ + border-left-color: rgb(2 132 199 / 0.4); + border-right-color: rgb(2 132 199 / 0.4); +} +.border-x-sky-600\/50{ + border-left-color: rgb(2 132 199 / 0.5); + border-right-color: rgb(2 132 199 / 0.5); +} +.border-x-sky-600\/60{ + border-left-color: rgb(2 132 199 / 0.6); + border-right-color: rgb(2 132 199 / 0.6); +} +.border-x-sky-600\/70{ + border-left-color: rgb(2 132 199 / 0.7); + border-right-color: rgb(2 132 199 / 0.7); +} +.border-x-sky-600\/75{ + border-left-color: rgb(2 132 199 / 0.75); + border-right-color: rgb(2 132 199 / 0.75); +} +.border-x-sky-600\/80{ + border-left-color: rgb(2 132 199 / 0.8); + border-right-color: rgb(2 132 199 / 0.8); +} +.border-x-sky-600\/90{ + border-left-color: rgb(2 132 199 / 0.9); + border-right-color: rgb(2 132 199 / 0.9); +} +.border-x-sky-600\/95{ + border-left-color: rgb(2 132 199 / 0.95); + border-right-color: rgb(2 132 199 / 0.95); +} +.border-x-sky-600\/100{ + border-left-color: rgb(2 132 199 / 1); + border-right-color: rgb(2 132 199 / 1); +} +.border-x-sky-700\/0{ + border-left-color: rgb(3 105 161 / 0); + border-right-color: rgb(3 105 161 / 0); +} +.border-x-sky-700\/5{ + border-left-color: rgb(3 105 161 / 0.05); + border-right-color: rgb(3 105 161 / 0.05); +} +.border-x-sky-700\/10{ + border-left-color: rgb(3 105 161 / 0.1); + border-right-color: rgb(3 105 161 / 0.1); +} +.border-x-sky-700\/20{ + border-left-color: rgb(3 105 161 / 0.2); + border-right-color: rgb(3 105 161 / 0.2); +} +.border-x-sky-700\/25{ + border-left-color: rgb(3 105 161 / 0.25); + border-right-color: rgb(3 105 161 / 0.25); +} +.border-x-sky-700\/30{ + border-left-color: rgb(3 105 161 / 0.3); + border-right-color: rgb(3 105 161 / 0.3); +} +.border-x-sky-700\/40{ + border-left-color: rgb(3 105 161 / 0.4); + border-right-color: rgb(3 105 161 / 0.4); +} +.border-x-sky-700\/50{ + border-left-color: rgb(3 105 161 / 0.5); + border-right-color: rgb(3 105 161 / 0.5); +} +.border-x-sky-700\/60{ + border-left-color: rgb(3 105 161 / 0.6); + border-right-color: rgb(3 105 161 / 0.6); +} +.border-x-sky-700\/70{ + border-left-color: rgb(3 105 161 / 0.7); + border-right-color: rgb(3 105 161 / 0.7); +} +.border-x-sky-700\/75{ + border-left-color: rgb(3 105 161 / 0.75); + border-right-color: rgb(3 105 161 / 0.75); +} +.border-x-sky-700\/80{ + border-left-color: rgb(3 105 161 / 0.8); + border-right-color: rgb(3 105 161 / 0.8); +} +.border-x-sky-700\/90{ + border-left-color: rgb(3 105 161 / 0.9); + border-right-color: rgb(3 105 161 / 0.9); +} +.border-x-sky-700\/95{ + border-left-color: rgb(3 105 161 / 0.95); + border-right-color: rgb(3 105 161 / 0.95); +} +.border-x-sky-700\/100{ + border-left-color: rgb(3 105 161 / 1); + border-right-color: rgb(3 105 161 / 1); +} +.border-x-sky-800\/0{ + border-left-color: rgb(7 89 133 / 0); + border-right-color: rgb(7 89 133 / 0); +} +.border-x-sky-800\/5{ + border-left-color: rgb(7 89 133 / 0.05); + border-right-color: rgb(7 89 133 / 0.05); +} +.border-x-sky-800\/10{ + border-left-color: rgb(7 89 133 / 0.1); + border-right-color: rgb(7 89 133 / 0.1); +} +.border-x-sky-800\/20{ + border-left-color: rgb(7 89 133 / 0.2); + border-right-color: rgb(7 89 133 / 0.2); +} +.border-x-sky-800\/25{ + border-left-color: rgb(7 89 133 / 0.25); + border-right-color: rgb(7 89 133 / 0.25); +} +.border-x-sky-800\/30{ + border-left-color: rgb(7 89 133 / 0.3); + border-right-color: rgb(7 89 133 / 0.3); +} +.border-x-sky-800\/40{ + border-left-color: rgb(7 89 133 / 0.4); + border-right-color: rgb(7 89 133 / 0.4); +} +.border-x-sky-800\/50{ + border-left-color: rgb(7 89 133 / 0.5); + border-right-color: rgb(7 89 133 / 0.5); +} +.border-x-sky-800\/60{ + border-left-color: rgb(7 89 133 / 0.6); + border-right-color: rgb(7 89 133 / 0.6); +} +.border-x-sky-800\/70{ + border-left-color: rgb(7 89 133 / 0.7); + border-right-color: rgb(7 89 133 / 0.7); +} +.border-x-sky-800\/75{ + border-left-color: rgb(7 89 133 / 0.75); + border-right-color: rgb(7 89 133 / 0.75); +} +.border-x-sky-800\/80{ + border-left-color: rgb(7 89 133 / 0.8); + border-right-color: rgb(7 89 133 / 0.8); +} +.border-x-sky-800\/90{ + border-left-color: rgb(7 89 133 / 0.9); + border-right-color: rgb(7 89 133 / 0.9); +} +.border-x-sky-800\/95{ + border-left-color: rgb(7 89 133 / 0.95); + border-right-color: rgb(7 89 133 / 0.95); +} +.border-x-sky-800\/100{ + border-left-color: rgb(7 89 133 / 1); + border-right-color: rgb(7 89 133 / 1); +} +.border-x-sky-900\/0{ + border-left-color: rgb(12 74 110 / 0); + border-right-color: rgb(12 74 110 / 0); +} +.border-x-sky-900\/5{ + border-left-color: rgb(12 74 110 / 0.05); + border-right-color: rgb(12 74 110 / 0.05); +} +.border-x-sky-900\/10{ + border-left-color: rgb(12 74 110 / 0.1); + border-right-color: rgb(12 74 110 / 0.1); +} +.border-x-sky-900\/20{ + border-left-color: rgb(12 74 110 / 0.2); + border-right-color: rgb(12 74 110 / 0.2); +} +.border-x-sky-900\/25{ + border-left-color: rgb(12 74 110 / 0.25); + border-right-color: rgb(12 74 110 / 0.25); +} +.border-x-sky-900\/30{ + border-left-color: rgb(12 74 110 / 0.3); + border-right-color: rgb(12 74 110 / 0.3); +} +.border-x-sky-900\/40{ + border-left-color: rgb(12 74 110 / 0.4); + border-right-color: rgb(12 74 110 / 0.4); +} +.border-x-sky-900\/50{ + border-left-color: rgb(12 74 110 / 0.5); + border-right-color: rgb(12 74 110 / 0.5); +} +.border-x-sky-900\/60{ + border-left-color: rgb(12 74 110 / 0.6); + border-right-color: rgb(12 74 110 / 0.6); +} +.border-x-sky-900\/70{ + border-left-color: rgb(12 74 110 / 0.7); + border-right-color: rgb(12 74 110 / 0.7); +} +.border-x-sky-900\/75{ + border-left-color: rgb(12 74 110 / 0.75); + border-right-color: rgb(12 74 110 / 0.75); +} +.border-x-sky-900\/80{ + border-left-color: rgb(12 74 110 / 0.8); + border-right-color: rgb(12 74 110 / 0.8); +} +.border-x-sky-900\/90{ + border-left-color: rgb(12 74 110 / 0.9); + border-right-color: rgb(12 74 110 / 0.9); +} +.border-x-sky-900\/95{ + border-left-color: rgb(12 74 110 / 0.95); + border-right-color: rgb(12 74 110 / 0.95); +} +.border-x-sky-900\/100{ + border-left-color: rgb(12 74 110 / 1); + border-right-color: rgb(12 74 110 / 1); +} +.border-x-blue-50\/0{ + border-left-color: rgb(242 248 251 / 0); + border-right-color: rgb(242 248 251 / 0); +} +.border-x-blue-50\/5{ + border-left-color: rgb(242 248 251 / 0.05); + border-right-color: rgb(242 248 251 / 0.05); +} +.border-x-blue-50\/10{ + border-left-color: rgb(242 248 251 / 0.1); + border-right-color: rgb(242 248 251 / 0.1); +} +.border-x-blue-50\/20{ + border-left-color: rgb(242 248 251 / 0.2); + border-right-color: rgb(242 248 251 / 0.2); +} +.border-x-blue-50\/25{ + border-left-color: rgb(242 248 251 / 0.25); + border-right-color: rgb(242 248 251 / 0.25); +} +.border-x-blue-50\/30{ + border-left-color: rgb(242 248 251 / 0.3); + border-right-color: rgb(242 248 251 / 0.3); +} +.border-x-blue-50\/40{ + border-left-color: rgb(242 248 251 / 0.4); + border-right-color: rgb(242 248 251 / 0.4); +} +.border-x-blue-50\/50{ + border-left-color: rgb(242 248 251 / 0.5); + border-right-color: rgb(242 248 251 / 0.5); +} +.border-x-blue-50\/60{ + border-left-color: rgb(242 248 251 / 0.6); + border-right-color: rgb(242 248 251 / 0.6); +} +.border-x-blue-50\/70{ + border-left-color: rgb(242 248 251 / 0.7); + border-right-color: rgb(242 248 251 / 0.7); +} +.border-x-blue-50\/75{ + border-left-color: rgb(242 248 251 / 0.75); + border-right-color: rgb(242 248 251 / 0.75); +} +.border-x-blue-50\/80{ + border-left-color: rgb(242 248 251 / 0.8); + border-right-color: rgb(242 248 251 / 0.8); +} +.border-x-blue-50\/90{ + border-left-color: rgb(242 248 251 / 0.9); + border-right-color: rgb(242 248 251 / 0.9); +} +.border-x-blue-50\/95{ + border-left-color: rgb(242 248 251 / 0.95); + border-right-color: rgb(242 248 251 / 0.95); +} +.border-x-blue-50\/100{ + border-left-color: rgb(242 248 251 / 1); + border-right-color: rgb(242 248 251 / 1); +} +.border-x-blue-100\/0{ + border-left-color: rgb(230 241 246 / 0); + border-right-color: rgb(230 241 246 / 0); +} +.border-x-blue-100\/5{ + border-left-color: rgb(230 241 246 / 0.05); + border-right-color: rgb(230 241 246 / 0.05); +} +.border-x-blue-100\/10{ + border-left-color: rgb(230 241 246 / 0.1); + border-right-color: rgb(230 241 246 / 0.1); +} +.border-x-blue-100\/20{ + border-left-color: rgb(230 241 246 / 0.2); + border-right-color: rgb(230 241 246 / 0.2); +} +.border-x-blue-100\/25{ + border-left-color: rgb(230 241 246 / 0.25); + border-right-color: rgb(230 241 246 / 0.25); +} +.border-x-blue-100\/30{ + border-left-color: rgb(230 241 246 / 0.3); + border-right-color: rgb(230 241 246 / 0.3); +} +.border-x-blue-100\/40{ + border-left-color: rgb(230 241 246 / 0.4); + border-right-color: rgb(230 241 246 / 0.4); +} +.border-x-blue-100\/50{ + border-left-color: rgb(230 241 246 / 0.5); + border-right-color: rgb(230 241 246 / 0.5); +} +.border-x-blue-100\/60{ + border-left-color: rgb(230 241 246 / 0.6); + border-right-color: rgb(230 241 246 / 0.6); +} +.border-x-blue-100\/70{ + border-left-color: rgb(230 241 246 / 0.7); + border-right-color: rgb(230 241 246 / 0.7); +} +.border-x-blue-100\/75{ + border-left-color: rgb(230 241 246 / 0.75); + border-right-color: rgb(230 241 246 / 0.75); +} +.border-x-blue-100\/80{ + border-left-color: rgb(230 241 246 / 0.8); + border-right-color: rgb(230 241 246 / 0.8); +} +.border-x-blue-100\/90{ + border-left-color: rgb(230 241 246 / 0.9); + border-right-color: rgb(230 241 246 / 0.9); +} +.border-x-blue-100\/95{ + border-left-color: rgb(230 241 246 / 0.95); + border-right-color: rgb(230 241 246 / 0.95); +} +.border-x-blue-100\/100{ + border-left-color: rgb(230 241 246 / 1); + border-right-color: rgb(230 241 246 / 1); +} +.border-x-blue-200\/0{ + border-left-color: rgb(191 219 233 / 0); + border-right-color: rgb(191 219 233 / 0); +} +.border-x-blue-200\/5{ + border-left-color: rgb(191 219 233 / 0.05); + border-right-color: rgb(191 219 233 / 0.05); +} +.border-x-blue-200\/10{ + border-left-color: rgb(191 219 233 / 0.1); + border-right-color: rgb(191 219 233 / 0.1); +} +.border-x-blue-200\/20{ + border-left-color: rgb(191 219 233 / 0.2); + border-right-color: rgb(191 219 233 / 0.2); +} +.border-x-blue-200\/25{ + border-left-color: rgb(191 219 233 / 0.25); + border-right-color: rgb(191 219 233 / 0.25); +} +.border-x-blue-200\/30{ + border-left-color: rgb(191 219 233 / 0.3); + border-right-color: rgb(191 219 233 / 0.3); +} +.border-x-blue-200\/40{ + border-left-color: rgb(191 219 233 / 0.4); + border-right-color: rgb(191 219 233 / 0.4); +} +.border-x-blue-200\/50{ + border-left-color: rgb(191 219 233 / 0.5); + border-right-color: rgb(191 219 233 / 0.5); +} +.border-x-blue-200\/60{ + border-left-color: rgb(191 219 233 / 0.6); + border-right-color: rgb(191 219 233 / 0.6); +} +.border-x-blue-200\/70{ + border-left-color: rgb(191 219 233 / 0.7); + border-right-color: rgb(191 219 233 / 0.7); +} +.border-x-blue-200\/75{ + border-left-color: rgb(191 219 233 / 0.75); + border-right-color: rgb(191 219 233 / 0.75); +} +.border-x-blue-200\/80{ + border-left-color: rgb(191 219 233 / 0.8); + border-right-color: rgb(191 219 233 / 0.8); +} +.border-x-blue-200\/90{ + border-left-color: rgb(191 219 233 / 0.9); + border-right-color: rgb(191 219 233 / 0.9); +} +.border-x-blue-200\/95{ + border-left-color: rgb(191 219 233 / 0.95); + border-right-color: rgb(191 219 233 / 0.95); +} +.border-x-blue-200\/100{ + border-left-color: rgb(191 219 233 / 1); + border-right-color: rgb(191 219 233 / 1); +} +.border-x-blue-300\/0{ + border-left-color: rgb(153 197 219 / 0); + border-right-color: rgb(153 197 219 / 0); +} +.border-x-blue-300\/5{ + border-left-color: rgb(153 197 219 / 0.05); + border-right-color: rgb(153 197 219 / 0.05); +} +.border-x-blue-300\/10{ + border-left-color: rgb(153 197 219 / 0.1); + border-right-color: rgb(153 197 219 / 0.1); +} +.border-x-blue-300\/20{ + border-left-color: rgb(153 197 219 / 0.2); + border-right-color: rgb(153 197 219 / 0.2); +} +.border-x-blue-300\/25{ + border-left-color: rgb(153 197 219 / 0.25); + border-right-color: rgb(153 197 219 / 0.25); +} +.border-x-blue-300\/30{ + border-left-color: rgb(153 197 219 / 0.3); + border-right-color: rgb(153 197 219 / 0.3); +} +.border-x-blue-300\/40{ + border-left-color: rgb(153 197 219 / 0.4); + border-right-color: rgb(153 197 219 / 0.4); +} +.border-x-blue-300\/50{ + border-left-color: rgb(153 197 219 / 0.5); + border-right-color: rgb(153 197 219 / 0.5); +} +.border-x-blue-300\/60{ + border-left-color: rgb(153 197 219 / 0.6); + border-right-color: rgb(153 197 219 / 0.6); +} +.border-x-blue-300\/70{ + border-left-color: rgb(153 197 219 / 0.7); + border-right-color: rgb(153 197 219 / 0.7); +} +.border-x-blue-300\/75{ + border-left-color: rgb(153 197 219 / 0.75); + border-right-color: rgb(153 197 219 / 0.75); +} +.border-x-blue-300\/80{ + border-left-color: rgb(153 197 219 / 0.8); + border-right-color: rgb(153 197 219 / 0.8); +} +.border-x-blue-300\/90{ + border-left-color: rgb(153 197 219 / 0.9); + border-right-color: rgb(153 197 219 / 0.9); +} +.border-x-blue-300\/95{ + border-left-color: rgb(153 197 219 / 0.95); + border-right-color: rgb(153 197 219 / 0.95); +} +.border-x-blue-300\/100{ + border-left-color: rgb(153 197 219 / 1); + border-right-color: rgb(153 197 219 / 1); +} +.border-x-blue-400\/0{ + border-left-color: rgb(77 154 193 / 0); + border-right-color: rgb(77 154 193 / 0); +} +.border-x-blue-400\/5{ + border-left-color: rgb(77 154 193 / 0.05); + border-right-color: rgb(77 154 193 / 0.05); +} +.border-x-blue-400\/10{ + border-left-color: rgb(77 154 193 / 0.1); + border-right-color: rgb(77 154 193 / 0.1); +} +.border-x-blue-400\/20{ + border-left-color: rgb(77 154 193 / 0.2); + border-right-color: rgb(77 154 193 / 0.2); +} +.border-x-blue-400\/25{ + border-left-color: rgb(77 154 193 / 0.25); + border-right-color: rgb(77 154 193 / 0.25); +} +.border-x-blue-400\/30{ + border-left-color: rgb(77 154 193 / 0.3); + border-right-color: rgb(77 154 193 / 0.3); +} +.border-x-blue-400\/40{ + border-left-color: rgb(77 154 193 / 0.4); + border-right-color: rgb(77 154 193 / 0.4); +} +.border-x-blue-400\/50{ + border-left-color: rgb(77 154 193 / 0.5); + border-right-color: rgb(77 154 193 / 0.5); +} +.border-x-blue-400\/60{ + border-left-color: rgb(77 154 193 / 0.6); + border-right-color: rgb(77 154 193 / 0.6); +} +.border-x-blue-400\/70{ + border-left-color: rgb(77 154 193 / 0.7); + border-right-color: rgb(77 154 193 / 0.7); +} +.border-x-blue-400\/75{ + border-left-color: rgb(77 154 193 / 0.75); + border-right-color: rgb(77 154 193 / 0.75); +} +.border-x-blue-400\/80{ + border-left-color: rgb(77 154 193 / 0.8); + border-right-color: rgb(77 154 193 / 0.8); +} +.border-x-blue-400\/90{ + border-left-color: rgb(77 154 193 / 0.9); + border-right-color: rgb(77 154 193 / 0.9); +} +.border-x-blue-400\/95{ + border-left-color: rgb(77 154 193 / 0.95); + border-right-color: rgb(77 154 193 / 0.95); +} +.border-x-blue-400\/100{ + border-left-color: rgb(77 154 193 / 1); + border-right-color: rgb(77 154 193 / 1); +} +.border-x-blue-500\/0{ + border-left-color: rgb(0 110 166 / 0); + border-right-color: rgb(0 110 166 / 0); +} +.border-x-blue-500\/5{ + border-left-color: rgb(0 110 166 / 0.05); + border-right-color: rgb(0 110 166 / 0.05); +} +.border-x-blue-500\/10{ + border-left-color: rgb(0 110 166 / 0.1); + border-right-color: rgb(0 110 166 / 0.1); +} +.border-x-blue-500\/20{ + border-left-color: rgb(0 110 166 / 0.2); + border-right-color: rgb(0 110 166 / 0.2); +} +.border-x-blue-500\/25{ + border-left-color: rgb(0 110 166 / 0.25); + border-right-color: rgb(0 110 166 / 0.25); +} +.border-x-blue-500\/30{ + border-left-color: rgb(0 110 166 / 0.3); + border-right-color: rgb(0 110 166 / 0.3); +} +.border-x-blue-500\/40{ + border-left-color: rgb(0 110 166 / 0.4); + border-right-color: rgb(0 110 166 / 0.4); +} +.border-x-blue-500\/50{ + border-left-color: rgb(0 110 166 / 0.5); + border-right-color: rgb(0 110 166 / 0.5); +} +.border-x-blue-500\/60{ + border-left-color: rgb(0 110 166 / 0.6); + border-right-color: rgb(0 110 166 / 0.6); +} +.border-x-blue-500\/70{ + border-left-color: rgb(0 110 166 / 0.7); + border-right-color: rgb(0 110 166 / 0.7); +} +.border-x-blue-500\/75{ + border-left-color: rgb(0 110 166 / 0.75); + border-right-color: rgb(0 110 166 / 0.75); +} +.border-x-blue-500\/80{ + border-left-color: rgb(0 110 166 / 0.8); + border-right-color: rgb(0 110 166 / 0.8); +} +.border-x-blue-500\/90{ + border-left-color: rgb(0 110 166 / 0.9); + border-right-color: rgb(0 110 166 / 0.9); +} +.border-x-blue-500\/95{ + border-left-color: rgb(0 110 166 / 0.95); + border-right-color: rgb(0 110 166 / 0.95); +} +.border-x-blue-500\/100{ + border-left-color: rgb(0 110 166 / 1); + border-right-color: rgb(0 110 166 / 1); +} +.border-x-blue-600\/0{ + border-left-color: rgb(0 99 149 / 0); + border-right-color: rgb(0 99 149 / 0); +} +.border-x-blue-600\/5{ + border-left-color: rgb(0 99 149 / 0.05); + border-right-color: rgb(0 99 149 / 0.05); +} +.border-x-blue-600\/10{ + border-left-color: rgb(0 99 149 / 0.1); + border-right-color: rgb(0 99 149 / 0.1); +} +.border-x-blue-600\/20{ + border-left-color: rgb(0 99 149 / 0.2); + border-right-color: rgb(0 99 149 / 0.2); +} +.border-x-blue-600\/25{ + border-left-color: rgb(0 99 149 / 0.25); + border-right-color: rgb(0 99 149 / 0.25); +} +.border-x-blue-600\/30{ + border-left-color: rgb(0 99 149 / 0.3); + border-right-color: rgb(0 99 149 / 0.3); +} +.border-x-blue-600\/40{ + border-left-color: rgb(0 99 149 / 0.4); + border-right-color: rgb(0 99 149 / 0.4); +} +.border-x-blue-600\/50{ + border-left-color: rgb(0 99 149 / 0.5); + border-right-color: rgb(0 99 149 / 0.5); +} +.border-x-blue-600\/60{ + border-left-color: rgb(0 99 149 / 0.6); + border-right-color: rgb(0 99 149 / 0.6); +} +.border-x-blue-600\/70{ + border-left-color: rgb(0 99 149 / 0.7); + border-right-color: rgb(0 99 149 / 0.7); +} +.border-x-blue-600\/75{ + border-left-color: rgb(0 99 149 / 0.75); + border-right-color: rgb(0 99 149 / 0.75); +} +.border-x-blue-600\/80{ + border-left-color: rgb(0 99 149 / 0.8); + border-right-color: rgb(0 99 149 / 0.8); +} +.border-x-blue-600\/90{ + border-left-color: rgb(0 99 149 / 0.9); + border-right-color: rgb(0 99 149 / 0.9); +} +.border-x-blue-600\/95{ + border-left-color: rgb(0 99 149 / 0.95); + border-right-color: rgb(0 99 149 / 0.95); +} +.border-x-blue-600\/100{ + border-left-color: rgb(0 99 149 / 1); + border-right-color: rgb(0 99 149 / 1); +} +.border-x-blue-700\/0{ + border-left-color: rgb(0 83 125 / 0); + border-right-color: rgb(0 83 125 / 0); +} +.border-x-blue-700\/5{ + border-left-color: rgb(0 83 125 / 0.05); + border-right-color: rgb(0 83 125 / 0.05); +} +.border-x-blue-700\/10{ + border-left-color: rgb(0 83 125 / 0.1); + border-right-color: rgb(0 83 125 / 0.1); +} +.border-x-blue-700\/20{ + border-left-color: rgb(0 83 125 / 0.2); + border-right-color: rgb(0 83 125 / 0.2); +} +.border-x-blue-700\/25{ + border-left-color: rgb(0 83 125 / 0.25); + border-right-color: rgb(0 83 125 / 0.25); +} +.border-x-blue-700\/30{ + border-left-color: rgb(0 83 125 / 0.3); + border-right-color: rgb(0 83 125 / 0.3); +} +.border-x-blue-700\/40{ + border-left-color: rgb(0 83 125 / 0.4); + border-right-color: rgb(0 83 125 / 0.4); +} +.border-x-blue-700\/50{ + border-left-color: rgb(0 83 125 / 0.5); + border-right-color: rgb(0 83 125 / 0.5); +} +.border-x-blue-700\/60{ + border-left-color: rgb(0 83 125 / 0.6); + border-right-color: rgb(0 83 125 / 0.6); +} +.border-x-blue-700\/70{ + border-left-color: rgb(0 83 125 / 0.7); + border-right-color: rgb(0 83 125 / 0.7); +} +.border-x-blue-700\/75{ + border-left-color: rgb(0 83 125 / 0.75); + border-right-color: rgb(0 83 125 / 0.75); +} +.border-x-blue-700\/80{ + border-left-color: rgb(0 83 125 / 0.8); + border-right-color: rgb(0 83 125 / 0.8); +} +.border-x-blue-700\/90{ + border-left-color: rgb(0 83 125 / 0.9); + border-right-color: rgb(0 83 125 / 0.9); +} +.border-x-blue-700\/95{ + border-left-color: rgb(0 83 125 / 0.95); + border-right-color: rgb(0 83 125 / 0.95); +} +.border-x-blue-700\/100{ + border-left-color: rgb(0 83 125 / 1); + border-right-color: rgb(0 83 125 / 1); +} +.border-x-blue-800\/0{ + border-left-color: rgb(0 66 100 / 0); + border-right-color: rgb(0 66 100 / 0); +} +.border-x-blue-800\/5{ + border-left-color: rgb(0 66 100 / 0.05); + border-right-color: rgb(0 66 100 / 0.05); +} +.border-x-blue-800\/10{ + border-left-color: rgb(0 66 100 / 0.1); + border-right-color: rgb(0 66 100 / 0.1); +} +.border-x-blue-800\/20{ + border-left-color: rgb(0 66 100 / 0.2); + border-right-color: rgb(0 66 100 / 0.2); +} +.border-x-blue-800\/25{ + border-left-color: rgb(0 66 100 / 0.25); + border-right-color: rgb(0 66 100 / 0.25); +} +.border-x-blue-800\/30{ + border-left-color: rgb(0 66 100 / 0.3); + border-right-color: rgb(0 66 100 / 0.3); +} +.border-x-blue-800\/40{ + border-left-color: rgb(0 66 100 / 0.4); + border-right-color: rgb(0 66 100 / 0.4); +} +.border-x-blue-800\/50{ + border-left-color: rgb(0 66 100 / 0.5); + border-right-color: rgb(0 66 100 / 0.5); +} +.border-x-blue-800\/60{ + border-left-color: rgb(0 66 100 / 0.6); + border-right-color: rgb(0 66 100 / 0.6); +} +.border-x-blue-800\/70{ + border-left-color: rgb(0 66 100 / 0.7); + border-right-color: rgb(0 66 100 / 0.7); +} +.border-x-blue-800\/75{ + border-left-color: rgb(0 66 100 / 0.75); + border-right-color: rgb(0 66 100 / 0.75); +} +.border-x-blue-800\/80{ + border-left-color: rgb(0 66 100 / 0.8); + border-right-color: rgb(0 66 100 / 0.8); +} +.border-x-blue-800\/90{ + border-left-color: rgb(0 66 100 / 0.9); + border-right-color: rgb(0 66 100 / 0.9); +} +.border-x-blue-800\/95{ + border-left-color: rgb(0 66 100 / 0.95); + border-right-color: rgb(0 66 100 / 0.95); +} +.border-x-blue-800\/100{ + border-left-color: rgb(0 66 100 / 1); + border-right-color: rgb(0 66 100 / 1); +} +.border-x-blue-900\/0{ + border-left-color: rgb(0 54 81 / 0); + border-right-color: rgb(0 54 81 / 0); +} +.border-x-blue-900\/5{ + border-left-color: rgb(0 54 81 / 0.05); + border-right-color: rgb(0 54 81 / 0.05); +} +.border-x-blue-900\/10{ + border-left-color: rgb(0 54 81 / 0.1); + border-right-color: rgb(0 54 81 / 0.1); +} +.border-x-blue-900\/20{ + border-left-color: rgb(0 54 81 / 0.2); + border-right-color: rgb(0 54 81 / 0.2); +} +.border-x-blue-900\/25{ + border-left-color: rgb(0 54 81 / 0.25); + border-right-color: rgb(0 54 81 / 0.25); +} +.border-x-blue-900\/30{ + border-left-color: rgb(0 54 81 / 0.3); + border-right-color: rgb(0 54 81 / 0.3); +} +.border-x-blue-900\/40{ + border-left-color: rgb(0 54 81 / 0.4); + border-right-color: rgb(0 54 81 / 0.4); +} +.border-x-blue-900\/50{ + border-left-color: rgb(0 54 81 / 0.5); + border-right-color: rgb(0 54 81 / 0.5); +} +.border-x-blue-900\/60{ + border-left-color: rgb(0 54 81 / 0.6); + border-right-color: rgb(0 54 81 / 0.6); +} +.border-x-blue-900\/70{ + border-left-color: rgb(0 54 81 / 0.7); + border-right-color: rgb(0 54 81 / 0.7); +} +.border-x-blue-900\/75{ + border-left-color: rgb(0 54 81 / 0.75); + border-right-color: rgb(0 54 81 / 0.75); +} +.border-x-blue-900\/80{ + border-left-color: rgb(0 54 81 / 0.8); + border-right-color: rgb(0 54 81 / 0.8); +} +.border-x-blue-900\/90{ + border-left-color: rgb(0 54 81 / 0.9); + border-right-color: rgb(0 54 81 / 0.9); +} +.border-x-blue-900\/95{ + border-left-color: rgb(0 54 81 / 0.95); + border-right-color: rgb(0 54 81 / 0.95); +} +.border-x-blue-900\/100{ + border-left-color: rgb(0 54 81 / 1); + border-right-color: rgb(0 54 81 / 1); +} +.border-x-blue\/0{ + border-left-color: rgb(0 110 166 / 0); + border-right-color: rgb(0 110 166 / 0); +} +.border-x-blue\/5{ + border-left-color: rgb(0 110 166 / 0.05); + border-right-color: rgb(0 110 166 / 0.05); +} +.border-x-blue\/10{ + border-left-color: rgb(0 110 166 / 0.1); + border-right-color: rgb(0 110 166 / 0.1); +} +.border-x-blue\/20{ + border-left-color: rgb(0 110 166 / 0.2); + border-right-color: rgb(0 110 166 / 0.2); +} +.border-x-blue\/25{ + border-left-color: rgb(0 110 166 / 0.25); + border-right-color: rgb(0 110 166 / 0.25); +} +.border-x-blue\/30{ + border-left-color: rgb(0 110 166 / 0.3); + border-right-color: rgb(0 110 166 / 0.3); +} +.border-x-blue\/40{ + border-left-color: rgb(0 110 166 / 0.4); + border-right-color: rgb(0 110 166 / 0.4); +} +.border-x-blue\/50{ + border-left-color: rgb(0 110 166 / 0.5); + border-right-color: rgb(0 110 166 / 0.5); +} +.border-x-blue\/60{ + border-left-color: rgb(0 110 166 / 0.6); + border-right-color: rgb(0 110 166 / 0.6); +} +.border-x-blue\/70{ + border-left-color: rgb(0 110 166 / 0.7); + border-right-color: rgb(0 110 166 / 0.7); +} +.border-x-blue\/75{ + border-left-color: rgb(0 110 166 / 0.75); + border-right-color: rgb(0 110 166 / 0.75); +} +.border-x-blue\/80{ + border-left-color: rgb(0 110 166 / 0.8); + border-right-color: rgb(0 110 166 / 0.8); +} +.border-x-blue\/90{ + border-left-color: rgb(0 110 166 / 0.9); + border-right-color: rgb(0 110 166 / 0.9); +} +.border-x-blue\/95{ + border-left-color: rgb(0 110 166 / 0.95); + border-right-color: rgb(0 110 166 / 0.95); +} +.border-x-blue\/100{ + border-left-color: rgb(0 110 166 / 1); + border-right-color: rgb(0 110 166 / 1); +} +.border-x-indigo-50\/0{ + border-left-color: rgb(240 245 255 / 0); + border-right-color: rgb(240 245 255 / 0); +} +.border-x-indigo-50\/5{ + border-left-color: rgb(240 245 255 / 0.05); + border-right-color: rgb(240 245 255 / 0.05); +} +.border-x-indigo-50\/10{ + border-left-color: rgb(240 245 255 / 0.1); + border-right-color: rgb(240 245 255 / 0.1); +} +.border-x-indigo-50\/20{ + border-left-color: rgb(240 245 255 / 0.2); + border-right-color: rgb(240 245 255 / 0.2); +} +.border-x-indigo-50\/25{ + border-left-color: rgb(240 245 255 / 0.25); + border-right-color: rgb(240 245 255 / 0.25); +} +.border-x-indigo-50\/30{ + border-left-color: rgb(240 245 255 / 0.3); + border-right-color: rgb(240 245 255 / 0.3); +} +.border-x-indigo-50\/40{ + border-left-color: rgb(240 245 255 / 0.4); + border-right-color: rgb(240 245 255 / 0.4); +} +.border-x-indigo-50\/50{ + border-left-color: rgb(240 245 255 / 0.5); + border-right-color: rgb(240 245 255 / 0.5); +} +.border-x-indigo-50\/60{ + border-left-color: rgb(240 245 255 / 0.6); + border-right-color: rgb(240 245 255 / 0.6); +} +.border-x-indigo-50\/70{ + border-left-color: rgb(240 245 255 / 0.7); + border-right-color: rgb(240 245 255 / 0.7); +} +.border-x-indigo-50\/75{ + border-left-color: rgb(240 245 255 / 0.75); + border-right-color: rgb(240 245 255 / 0.75); +} +.border-x-indigo-50\/80{ + border-left-color: rgb(240 245 255 / 0.8); + border-right-color: rgb(240 245 255 / 0.8); +} +.border-x-indigo-50\/90{ + border-left-color: rgb(240 245 255 / 0.9); + border-right-color: rgb(240 245 255 / 0.9); +} +.border-x-indigo-50\/95{ + border-left-color: rgb(240 245 255 / 0.95); + border-right-color: rgb(240 245 255 / 0.95); +} +.border-x-indigo-50\/100{ + border-left-color: rgb(240 245 255 / 1); + border-right-color: rgb(240 245 255 / 1); +} +.border-x-indigo-100\/0{ + border-left-color: rgb(229 237 255 / 0); + border-right-color: rgb(229 237 255 / 0); +} +.border-x-indigo-100\/5{ + border-left-color: rgb(229 237 255 / 0.05); + border-right-color: rgb(229 237 255 / 0.05); +} +.border-x-indigo-100\/10{ + border-left-color: rgb(229 237 255 / 0.1); + border-right-color: rgb(229 237 255 / 0.1); +} +.border-x-indigo-100\/20{ + border-left-color: rgb(229 237 255 / 0.2); + border-right-color: rgb(229 237 255 / 0.2); +} +.border-x-indigo-100\/25{ + border-left-color: rgb(229 237 255 / 0.25); + border-right-color: rgb(229 237 255 / 0.25); +} +.border-x-indigo-100\/30{ + border-left-color: rgb(229 237 255 / 0.3); + border-right-color: rgb(229 237 255 / 0.3); +} +.border-x-indigo-100\/40{ + border-left-color: rgb(229 237 255 / 0.4); + border-right-color: rgb(229 237 255 / 0.4); +} +.border-x-indigo-100\/50{ + border-left-color: rgb(229 237 255 / 0.5); + border-right-color: rgb(229 237 255 / 0.5); +} +.border-x-indigo-100\/60{ + border-left-color: rgb(229 237 255 / 0.6); + border-right-color: rgb(229 237 255 / 0.6); +} +.border-x-indigo-100\/70{ + border-left-color: rgb(229 237 255 / 0.7); + border-right-color: rgb(229 237 255 / 0.7); +} +.border-x-indigo-100\/75{ + border-left-color: rgb(229 237 255 / 0.75); + border-right-color: rgb(229 237 255 / 0.75); +} +.border-x-indigo-100\/80{ + border-left-color: rgb(229 237 255 / 0.8); + border-right-color: rgb(229 237 255 / 0.8); +} +.border-x-indigo-100\/90{ + border-left-color: rgb(229 237 255 / 0.9); + border-right-color: rgb(229 237 255 / 0.9); +} +.border-x-indigo-100\/95{ + border-left-color: rgb(229 237 255 / 0.95); + border-right-color: rgb(229 237 255 / 0.95); +} +.border-x-indigo-100\/100{ + border-left-color: rgb(229 237 255 / 1); + border-right-color: rgb(229 237 255 / 1); +} +.border-x-indigo-200\/0{ + border-left-color: rgb(205 219 254 / 0); + border-right-color: rgb(205 219 254 / 0); +} +.border-x-indigo-200\/5{ + border-left-color: rgb(205 219 254 / 0.05); + border-right-color: rgb(205 219 254 / 0.05); +} +.border-x-indigo-200\/10{ + border-left-color: rgb(205 219 254 / 0.1); + border-right-color: rgb(205 219 254 / 0.1); +} +.border-x-indigo-200\/20{ + border-left-color: rgb(205 219 254 / 0.2); + border-right-color: rgb(205 219 254 / 0.2); +} +.border-x-indigo-200\/25{ + border-left-color: rgb(205 219 254 / 0.25); + border-right-color: rgb(205 219 254 / 0.25); +} +.border-x-indigo-200\/30{ + border-left-color: rgb(205 219 254 / 0.3); + border-right-color: rgb(205 219 254 / 0.3); +} +.border-x-indigo-200\/40{ + border-left-color: rgb(205 219 254 / 0.4); + border-right-color: rgb(205 219 254 / 0.4); +} +.border-x-indigo-200\/50{ + border-left-color: rgb(205 219 254 / 0.5); + border-right-color: rgb(205 219 254 / 0.5); +} +.border-x-indigo-200\/60{ + border-left-color: rgb(205 219 254 / 0.6); + border-right-color: rgb(205 219 254 / 0.6); +} +.border-x-indigo-200\/70{ + border-left-color: rgb(205 219 254 / 0.7); + border-right-color: rgb(205 219 254 / 0.7); +} +.border-x-indigo-200\/75{ + border-left-color: rgb(205 219 254 / 0.75); + border-right-color: rgb(205 219 254 / 0.75); +} +.border-x-indigo-200\/80{ + border-left-color: rgb(205 219 254 / 0.8); + border-right-color: rgb(205 219 254 / 0.8); +} +.border-x-indigo-200\/90{ + border-left-color: rgb(205 219 254 / 0.9); + border-right-color: rgb(205 219 254 / 0.9); +} +.border-x-indigo-200\/95{ + border-left-color: rgb(205 219 254 / 0.95); + border-right-color: rgb(205 219 254 / 0.95); +} +.border-x-indigo-200\/100{ + border-left-color: rgb(205 219 254 / 1); + border-right-color: rgb(205 219 254 / 1); +} +.border-x-indigo-300\/0{ + border-left-color: rgb(180 198 252 / 0); + border-right-color: rgb(180 198 252 / 0); +} +.border-x-indigo-300\/5{ + border-left-color: rgb(180 198 252 / 0.05); + border-right-color: rgb(180 198 252 / 0.05); +} +.border-x-indigo-300\/10{ + border-left-color: rgb(180 198 252 / 0.1); + border-right-color: rgb(180 198 252 / 0.1); +} +.border-x-indigo-300\/20{ + border-left-color: rgb(180 198 252 / 0.2); + border-right-color: rgb(180 198 252 / 0.2); +} +.border-x-indigo-300\/25{ + border-left-color: rgb(180 198 252 / 0.25); + border-right-color: rgb(180 198 252 / 0.25); +} +.border-x-indigo-300\/30{ + border-left-color: rgb(180 198 252 / 0.3); + border-right-color: rgb(180 198 252 / 0.3); +} +.border-x-indigo-300\/40{ + border-left-color: rgb(180 198 252 / 0.4); + border-right-color: rgb(180 198 252 / 0.4); +} +.border-x-indigo-300\/50{ + border-left-color: rgb(180 198 252 / 0.5); + border-right-color: rgb(180 198 252 / 0.5); +} +.border-x-indigo-300\/60{ + border-left-color: rgb(180 198 252 / 0.6); + border-right-color: rgb(180 198 252 / 0.6); +} +.border-x-indigo-300\/70{ + border-left-color: rgb(180 198 252 / 0.7); + border-right-color: rgb(180 198 252 / 0.7); +} +.border-x-indigo-300\/75{ + border-left-color: rgb(180 198 252 / 0.75); + border-right-color: rgb(180 198 252 / 0.75); +} +.border-x-indigo-300\/80{ + border-left-color: rgb(180 198 252 / 0.8); + border-right-color: rgb(180 198 252 / 0.8); +} +.border-x-indigo-300\/90{ + border-left-color: rgb(180 198 252 / 0.9); + border-right-color: rgb(180 198 252 / 0.9); +} +.border-x-indigo-300\/95{ + border-left-color: rgb(180 198 252 / 0.95); + border-right-color: rgb(180 198 252 / 0.95); +} +.border-x-indigo-300\/100{ + border-left-color: rgb(180 198 252 / 1); + border-right-color: rgb(180 198 252 / 1); +} +.border-x-indigo-400\/0{ + border-left-color: rgb(141 162 251 / 0); + border-right-color: rgb(141 162 251 / 0); +} +.border-x-indigo-400\/5{ + border-left-color: rgb(141 162 251 / 0.05); + border-right-color: rgb(141 162 251 / 0.05); +} +.border-x-indigo-400\/10{ + border-left-color: rgb(141 162 251 / 0.1); + border-right-color: rgb(141 162 251 / 0.1); +} +.border-x-indigo-400\/20{ + border-left-color: rgb(141 162 251 / 0.2); + border-right-color: rgb(141 162 251 / 0.2); +} +.border-x-indigo-400\/25{ + border-left-color: rgb(141 162 251 / 0.25); + border-right-color: rgb(141 162 251 / 0.25); +} +.border-x-indigo-400\/30{ + border-left-color: rgb(141 162 251 / 0.3); + border-right-color: rgb(141 162 251 / 0.3); +} +.border-x-indigo-400\/40{ + border-left-color: rgb(141 162 251 / 0.4); + border-right-color: rgb(141 162 251 / 0.4); +} +.border-x-indigo-400\/50{ + border-left-color: rgb(141 162 251 / 0.5); + border-right-color: rgb(141 162 251 / 0.5); +} +.border-x-indigo-400\/60{ + border-left-color: rgb(141 162 251 / 0.6); + border-right-color: rgb(141 162 251 / 0.6); +} +.border-x-indigo-400\/70{ + border-left-color: rgb(141 162 251 / 0.7); + border-right-color: rgb(141 162 251 / 0.7); +} +.border-x-indigo-400\/75{ + border-left-color: rgb(141 162 251 / 0.75); + border-right-color: rgb(141 162 251 / 0.75); +} +.border-x-indigo-400\/80{ + border-left-color: rgb(141 162 251 / 0.8); + border-right-color: rgb(141 162 251 / 0.8); +} +.border-x-indigo-400\/90{ + border-left-color: rgb(141 162 251 / 0.9); + border-right-color: rgb(141 162 251 / 0.9); +} +.border-x-indigo-400\/95{ + border-left-color: rgb(141 162 251 / 0.95); + border-right-color: rgb(141 162 251 / 0.95); +} +.border-x-indigo-400\/100{ + border-left-color: rgb(141 162 251 / 1); + border-right-color: rgb(141 162 251 / 1); +} +.border-x-indigo-500\/0{ + border-left-color: rgb(104 117 245 / 0); + border-right-color: rgb(104 117 245 / 0); +} +.border-x-indigo-500\/5{ + border-left-color: rgb(104 117 245 / 0.05); + border-right-color: rgb(104 117 245 / 0.05); +} +.border-x-indigo-500\/10{ + border-left-color: rgb(104 117 245 / 0.1); + border-right-color: rgb(104 117 245 / 0.1); +} +.border-x-indigo-500\/20{ + border-left-color: rgb(104 117 245 / 0.2); + border-right-color: rgb(104 117 245 / 0.2); +} +.border-x-indigo-500\/25{ + border-left-color: rgb(104 117 245 / 0.25); + border-right-color: rgb(104 117 245 / 0.25); +} +.border-x-indigo-500\/30{ + border-left-color: rgb(104 117 245 / 0.3); + border-right-color: rgb(104 117 245 / 0.3); +} +.border-x-indigo-500\/40{ + border-left-color: rgb(104 117 245 / 0.4); + border-right-color: rgb(104 117 245 / 0.4); +} +.border-x-indigo-500\/50{ + border-left-color: rgb(104 117 245 / 0.5); + border-right-color: rgb(104 117 245 / 0.5); +} +.border-x-indigo-500\/60{ + border-left-color: rgb(104 117 245 / 0.6); + border-right-color: rgb(104 117 245 / 0.6); +} +.border-x-indigo-500\/70{ + border-left-color: rgb(104 117 245 / 0.7); + border-right-color: rgb(104 117 245 / 0.7); +} +.border-x-indigo-500\/75{ + border-left-color: rgb(104 117 245 / 0.75); + border-right-color: rgb(104 117 245 / 0.75); +} +.border-x-indigo-500\/80{ + border-left-color: rgb(104 117 245 / 0.8); + border-right-color: rgb(104 117 245 / 0.8); +} +.border-x-indigo-500\/90{ + border-left-color: rgb(104 117 245 / 0.9); + border-right-color: rgb(104 117 245 / 0.9); +} +.border-x-indigo-500\/95{ + border-left-color: rgb(104 117 245 / 0.95); + border-right-color: rgb(104 117 245 / 0.95); +} +.border-x-indigo-500\/100{ + border-left-color: rgb(104 117 245 / 1); + border-right-color: rgb(104 117 245 / 1); +} +.border-x-indigo-600\/0{ + border-left-color: rgb(88 80 236 / 0); + border-right-color: rgb(88 80 236 / 0); +} +.border-x-indigo-600\/5{ + border-left-color: rgb(88 80 236 / 0.05); + border-right-color: rgb(88 80 236 / 0.05); +} +.border-x-indigo-600\/10{ + border-left-color: rgb(88 80 236 / 0.1); + border-right-color: rgb(88 80 236 / 0.1); +} +.border-x-indigo-600\/20{ + border-left-color: rgb(88 80 236 / 0.2); + border-right-color: rgb(88 80 236 / 0.2); +} +.border-x-indigo-600\/25{ + border-left-color: rgb(88 80 236 / 0.25); + border-right-color: rgb(88 80 236 / 0.25); +} +.border-x-indigo-600\/30{ + border-left-color: rgb(88 80 236 / 0.3); + border-right-color: rgb(88 80 236 / 0.3); +} +.border-x-indigo-600\/40{ + border-left-color: rgb(88 80 236 / 0.4); + border-right-color: rgb(88 80 236 / 0.4); +} +.border-x-indigo-600\/50{ + border-left-color: rgb(88 80 236 / 0.5); + border-right-color: rgb(88 80 236 / 0.5); +} +.border-x-indigo-600\/60{ + border-left-color: rgb(88 80 236 / 0.6); + border-right-color: rgb(88 80 236 / 0.6); +} +.border-x-indigo-600\/70{ + border-left-color: rgb(88 80 236 / 0.7); + border-right-color: rgb(88 80 236 / 0.7); +} +.border-x-indigo-600\/75{ + border-left-color: rgb(88 80 236 / 0.75); + border-right-color: rgb(88 80 236 / 0.75); +} +.border-x-indigo-600\/80{ + border-left-color: rgb(88 80 236 / 0.8); + border-right-color: rgb(88 80 236 / 0.8); +} +.border-x-indigo-600\/90{ + border-left-color: rgb(88 80 236 / 0.9); + border-right-color: rgb(88 80 236 / 0.9); +} +.border-x-indigo-600\/95{ + border-left-color: rgb(88 80 236 / 0.95); + border-right-color: rgb(88 80 236 / 0.95); +} +.border-x-indigo-600\/100{ + border-left-color: rgb(88 80 236 / 1); + border-right-color: rgb(88 80 236 / 1); +} +.border-x-indigo-700\/0{ + border-left-color: rgb(81 69 205 / 0); + border-right-color: rgb(81 69 205 / 0); +} +.border-x-indigo-700\/5{ + border-left-color: rgb(81 69 205 / 0.05); + border-right-color: rgb(81 69 205 / 0.05); +} +.border-x-indigo-700\/10{ + border-left-color: rgb(81 69 205 / 0.1); + border-right-color: rgb(81 69 205 / 0.1); +} +.border-x-indigo-700\/20{ + border-left-color: rgb(81 69 205 / 0.2); + border-right-color: rgb(81 69 205 / 0.2); +} +.border-x-indigo-700\/25{ + border-left-color: rgb(81 69 205 / 0.25); + border-right-color: rgb(81 69 205 / 0.25); +} +.border-x-indigo-700\/30{ + border-left-color: rgb(81 69 205 / 0.3); + border-right-color: rgb(81 69 205 / 0.3); +} +.border-x-indigo-700\/40{ + border-left-color: rgb(81 69 205 / 0.4); + border-right-color: rgb(81 69 205 / 0.4); +} +.border-x-indigo-700\/50{ + border-left-color: rgb(81 69 205 / 0.5); + border-right-color: rgb(81 69 205 / 0.5); +} +.border-x-indigo-700\/60{ + border-left-color: rgb(81 69 205 / 0.6); + border-right-color: rgb(81 69 205 / 0.6); +} +.border-x-indigo-700\/70{ + border-left-color: rgb(81 69 205 / 0.7); + border-right-color: rgb(81 69 205 / 0.7); +} +.border-x-indigo-700\/75{ + border-left-color: rgb(81 69 205 / 0.75); + border-right-color: rgb(81 69 205 / 0.75); +} +.border-x-indigo-700\/80{ + border-left-color: rgb(81 69 205 / 0.8); + border-right-color: rgb(81 69 205 / 0.8); +} +.border-x-indigo-700\/90{ + border-left-color: rgb(81 69 205 / 0.9); + border-right-color: rgb(81 69 205 / 0.9); +} +.border-x-indigo-700\/95{ + border-left-color: rgb(81 69 205 / 0.95); + border-right-color: rgb(81 69 205 / 0.95); +} +.border-x-indigo-700\/100{ + border-left-color: rgb(81 69 205 / 1); + border-right-color: rgb(81 69 205 / 1); +} +.border-x-indigo-800\/0{ + border-left-color: rgb(66 56 157 / 0); + border-right-color: rgb(66 56 157 / 0); +} +.border-x-indigo-800\/5{ + border-left-color: rgb(66 56 157 / 0.05); + border-right-color: rgb(66 56 157 / 0.05); +} +.border-x-indigo-800\/10{ + border-left-color: rgb(66 56 157 / 0.1); + border-right-color: rgb(66 56 157 / 0.1); +} +.border-x-indigo-800\/20{ + border-left-color: rgb(66 56 157 / 0.2); + border-right-color: rgb(66 56 157 / 0.2); +} +.border-x-indigo-800\/25{ + border-left-color: rgb(66 56 157 / 0.25); + border-right-color: rgb(66 56 157 / 0.25); +} +.border-x-indigo-800\/30{ + border-left-color: rgb(66 56 157 / 0.3); + border-right-color: rgb(66 56 157 / 0.3); +} +.border-x-indigo-800\/40{ + border-left-color: rgb(66 56 157 / 0.4); + border-right-color: rgb(66 56 157 / 0.4); +} +.border-x-indigo-800\/50{ + border-left-color: rgb(66 56 157 / 0.5); + border-right-color: rgb(66 56 157 / 0.5); +} +.border-x-indigo-800\/60{ + border-left-color: rgb(66 56 157 / 0.6); + border-right-color: rgb(66 56 157 / 0.6); +} +.border-x-indigo-800\/70{ + border-left-color: rgb(66 56 157 / 0.7); + border-right-color: rgb(66 56 157 / 0.7); +} +.border-x-indigo-800\/75{ + border-left-color: rgb(66 56 157 / 0.75); + border-right-color: rgb(66 56 157 / 0.75); +} +.border-x-indigo-800\/80{ + border-left-color: rgb(66 56 157 / 0.8); + border-right-color: rgb(66 56 157 / 0.8); +} +.border-x-indigo-800\/90{ + border-left-color: rgb(66 56 157 / 0.9); + border-right-color: rgb(66 56 157 / 0.9); +} +.border-x-indigo-800\/95{ + border-left-color: rgb(66 56 157 / 0.95); + border-right-color: rgb(66 56 157 / 0.95); +} +.border-x-indigo-800\/100{ + border-left-color: rgb(66 56 157 / 1); + border-right-color: rgb(66 56 157 / 1); +} +.border-x-indigo-900\/0{ + border-left-color: rgb(54 47 120 / 0); + border-right-color: rgb(54 47 120 / 0); +} +.border-x-indigo-900\/5{ + border-left-color: rgb(54 47 120 / 0.05); + border-right-color: rgb(54 47 120 / 0.05); +} +.border-x-indigo-900\/10{ + border-left-color: rgb(54 47 120 / 0.1); + border-right-color: rgb(54 47 120 / 0.1); +} +.border-x-indigo-900\/20{ + border-left-color: rgb(54 47 120 / 0.2); + border-right-color: rgb(54 47 120 / 0.2); +} +.border-x-indigo-900\/25{ + border-left-color: rgb(54 47 120 / 0.25); + border-right-color: rgb(54 47 120 / 0.25); +} +.border-x-indigo-900\/30{ + border-left-color: rgb(54 47 120 / 0.3); + border-right-color: rgb(54 47 120 / 0.3); +} +.border-x-indigo-900\/40{ + border-left-color: rgb(54 47 120 / 0.4); + border-right-color: rgb(54 47 120 / 0.4); +} +.border-x-indigo-900\/50{ + border-left-color: rgb(54 47 120 / 0.5); + border-right-color: rgb(54 47 120 / 0.5); +} +.border-x-indigo-900\/60{ + border-left-color: rgb(54 47 120 / 0.6); + border-right-color: rgb(54 47 120 / 0.6); +} +.border-x-indigo-900\/70{ + border-left-color: rgb(54 47 120 / 0.7); + border-right-color: rgb(54 47 120 / 0.7); +} +.border-x-indigo-900\/75{ + border-left-color: rgb(54 47 120 / 0.75); + border-right-color: rgb(54 47 120 / 0.75); +} +.border-x-indigo-900\/80{ + border-left-color: rgb(54 47 120 / 0.8); + border-right-color: rgb(54 47 120 / 0.8); +} +.border-x-indigo-900\/90{ + border-left-color: rgb(54 47 120 / 0.9); + border-right-color: rgb(54 47 120 / 0.9); +} +.border-x-indigo-900\/95{ + border-left-color: rgb(54 47 120 / 0.95); + border-right-color: rgb(54 47 120 / 0.95); +} +.border-x-indigo-900\/100{ + border-left-color: rgb(54 47 120 / 1); + border-right-color: rgb(54 47 120 / 1); +} +.border-x-violet-50\/0{ + border-left-color: rgb(245 243 255 / 0); + border-right-color: rgb(245 243 255 / 0); +} +.border-x-violet-50\/5{ + border-left-color: rgb(245 243 255 / 0.05); + border-right-color: rgb(245 243 255 / 0.05); +} +.border-x-violet-50\/10{ + border-left-color: rgb(245 243 255 / 0.1); + border-right-color: rgb(245 243 255 / 0.1); +} +.border-x-violet-50\/20{ + border-left-color: rgb(245 243 255 / 0.2); + border-right-color: rgb(245 243 255 / 0.2); +} +.border-x-violet-50\/25{ + border-left-color: rgb(245 243 255 / 0.25); + border-right-color: rgb(245 243 255 / 0.25); +} +.border-x-violet-50\/30{ + border-left-color: rgb(245 243 255 / 0.3); + border-right-color: rgb(245 243 255 / 0.3); +} +.border-x-violet-50\/40{ + border-left-color: rgb(245 243 255 / 0.4); + border-right-color: rgb(245 243 255 / 0.4); +} +.border-x-violet-50\/50{ + border-left-color: rgb(245 243 255 / 0.5); + border-right-color: rgb(245 243 255 / 0.5); +} +.border-x-violet-50\/60{ + border-left-color: rgb(245 243 255 / 0.6); + border-right-color: rgb(245 243 255 / 0.6); +} +.border-x-violet-50\/70{ + border-left-color: rgb(245 243 255 / 0.7); + border-right-color: rgb(245 243 255 / 0.7); +} +.border-x-violet-50\/75{ + border-left-color: rgb(245 243 255 / 0.75); + border-right-color: rgb(245 243 255 / 0.75); +} +.border-x-violet-50\/80{ + border-left-color: rgb(245 243 255 / 0.8); + border-right-color: rgb(245 243 255 / 0.8); +} +.border-x-violet-50\/90{ + border-left-color: rgb(245 243 255 / 0.9); + border-right-color: rgb(245 243 255 / 0.9); +} +.border-x-violet-50\/95{ + border-left-color: rgb(245 243 255 / 0.95); + border-right-color: rgb(245 243 255 / 0.95); +} +.border-x-violet-50\/100{ + border-left-color: rgb(245 243 255 / 1); + border-right-color: rgb(245 243 255 / 1); +} +.border-x-violet-100\/0{ + border-left-color: rgb(237 233 254 / 0); + border-right-color: rgb(237 233 254 / 0); +} +.border-x-violet-100\/5{ + border-left-color: rgb(237 233 254 / 0.05); + border-right-color: rgb(237 233 254 / 0.05); +} +.border-x-violet-100\/10{ + border-left-color: rgb(237 233 254 / 0.1); + border-right-color: rgb(237 233 254 / 0.1); +} +.border-x-violet-100\/20{ + border-left-color: rgb(237 233 254 / 0.2); + border-right-color: rgb(237 233 254 / 0.2); +} +.border-x-violet-100\/25{ + border-left-color: rgb(237 233 254 / 0.25); + border-right-color: rgb(237 233 254 / 0.25); +} +.border-x-violet-100\/30{ + border-left-color: rgb(237 233 254 / 0.3); + border-right-color: rgb(237 233 254 / 0.3); +} +.border-x-violet-100\/40{ + border-left-color: rgb(237 233 254 / 0.4); + border-right-color: rgb(237 233 254 / 0.4); +} +.border-x-violet-100\/50{ + border-left-color: rgb(237 233 254 / 0.5); + border-right-color: rgb(237 233 254 / 0.5); +} +.border-x-violet-100\/60{ + border-left-color: rgb(237 233 254 / 0.6); + border-right-color: rgb(237 233 254 / 0.6); +} +.border-x-violet-100\/70{ + border-left-color: rgb(237 233 254 / 0.7); + border-right-color: rgb(237 233 254 / 0.7); +} +.border-x-violet-100\/75{ + border-left-color: rgb(237 233 254 / 0.75); + border-right-color: rgb(237 233 254 / 0.75); +} +.border-x-violet-100\/80{ + border-left-color: rgb(237 233 254 / 0.8); + border-right-color: rgb(237 233 254 / 0.8); +} +.border-x-violet-100\/90{ + border-left-color: rgb(237 233 254 / 0.9); + border-right-color: rgb(237 233 254 / 0.9); +} +.border-x-violet-100\/95{ + border-left-color: rgb(237 233 254 / 0.95); + border-right-color: rgb(237 233 254 / 0.95); +} +.border-x-violet-100\/100{ + border-left-color: rgb(237 233 254 / 1); + border-right-color: rgb(237 233 254 / 1); +} +.border-x-violet-200\/0{ + border-left-color: rgb(221 214 254 / 0); + border-right-color: rgb(221 214 254 / 0); +} +.border-x-violet-200\/5{ + border-left-color: rgb(221 214 254 / 0.05); + border-right-color: rgb(221 214 254 / 0.05); +} +.border-x-violet-200\/10{ + border-left-color: rgb(221 214 254 / 0.1); + border-right-color: rgb(221 214 254 / 0.1); +} +.border-x-violet-200\/20{ + border-left-color: rgb(221 214 254 / 0.2); + border-right-color: rgb(221 214 254 / 0.2); +} +.border-x-violet-200\/25{ + border-left-color: rgb(221 214 254 / 0.25); + border-right-color: rgb(221 214 254 / 0.25); +} +.border-x-violet-200\/30{ + border-left-color: rgb(221 214 254 / 0.3); + border-right-color: rgb(221 214 254 / 0.3); +} +.border-x-violet-200\/40{ + border-left-color: rgb(221 214 254 / 0.4); + border-right-color: rgb(221 214 254 / 0.4); +} +.border-x-violet-200\/50{ + border-left-color: rgb(221 214 254 / 0.5); + border-right-color: rgb(221 214 254 / 0.5); +} +.border-x-violet-200\/60{ + border-left-color: rgb(221 214 254 / 0.6); + border-right-color: rgb(221 214 254 / 0.6); +} +.border-x-violet-200\/70{ + border-left-color: rgb(221 214 254 / 0.7); + border-right-color: rgb(221 214 254 / 0.7); +} +.border-x-violet-200\/75{ + border-left-color: rgb(221 214 254 / 0.75); + border-right-color: rgb(221 214 254 / 0.75); +} +.border-x-violet-200\/80{ + border-left-color: rgb(221 214 254 / 0.8); + border-right-color: rgb(221 214 254 / 0.8); +} +.border-x-violet-200\/90{ + border-left-color: rgb(221 214 254 / 0.9); + border-right-color: rgb(221 214 254 / 0.9); +} +.border-x-violet-200\/95{ + border-left-color: rgb(221 214 254 / 0.95); + border-right-color: rgb(221 214 254 / 0.95); +} +.border-x-violet-200\/100{ + border-left-color: rgb(221 214 254 / 1); + border-right-color: rgb(221 214 254 / 1); +} +.border-x-violet-300\/0{ + border-left-color: rgb(196 181 253 / 0); + border-right-color: rgb(196 181 253 / 0); +} +.border-x-violet-300\/5{ + border-left-color: rgb(196 181 253 / 0.05); + border-right-color: rgb(196 181 253 / 0.05); +} +.border-x-violet-300\/10{ + border-left-color: rgb(196 181 253 / 0.1); + border-right-color: rgb(196 181 253 / 0.1); +} +.border-x-violet-300\/20{ + border-left-color: rgb(196 181 253 / 0.2); + border-right-color: rgb(196 181 253 / 0.2); +} +.border-x-violet-300\/25{ + border-left-color: rgb(196 181 253 / 0.25); + border-right-color: rgb(196 181 253 / 0.25); +} +.border-x-violet-300\/30{ + border-left-color: rgb(196 181 253 / 0.3); + border-right-color: rgb(196 181 253 / 0.3); +} +.border-x-violet-300\/40{ + border-left-color: rgb(196 181 253 / 0.4); + border-right-color: rgb(196 181 253 / 0.4); +} +.border-x-violet-300\/50{ + border-left-color: rgb(196 181 253 / 0.5); + border-right-color: rgb(196 181 253 / 0.5); +} +.border-x-violet-300\/60{ + border-left-color: rgb(196 181 253 / 0.6); + border-right-color: rgb(196 181 253 / 0.6); +} +.border-x-violet-300\/70{ + border-left-color: rgb(196 181 253 / 0.7); + border-right-color: rgb(196 181 253 / 0.7); +} +.border-x-violet-300\/75{ + border-left-color: rgb(196 181 253 / 0.75); + border-right-color: rgb(196 181 253 / 0.75); +} +.border-x-violet-300\/80{ + border-left-color: rgb(196 181 253 / 0.8); + border-right-color: rgb(196 181 253 / 0.8); +} +.border-x-violet-300\/90{ + border-left-color: rgb(196 181 253 / 0.9); + border-right-color: rgb(196 181 253 / 0.9); +} +.border-x-violet-300\/95{ + border-left-color: rgb(196 181 253 / 0.95); + border-right-color: rgb(196 181 253 / 0.95); +} +.border-x-violet-300\/100{ + border-left-color: rgb(196 181 253 / 1); + border-right-color: rgb(196 181 253 / 1); +} +.border-x-violet-400\/0{ + border-left-color: rgb(167 139 250 / 0); + border-right-color: rgb(167 139 250 / 0); +} +.border-x-violet-400\/5{ + border-left-color: rgb(167 139 250 / 0.05); + border-right-color: rgb(167 139 250 / 0.05); +} +.border-x-violet-400\/10{ + border-left-color: rgb(167 139 250 / 0.1); + border-right-color: rgb(167 139 250 / 0.1); +} +.border-x-violet-400\/20{ + border-left-color: rgb(167 139 250 / 0.2); + border-right-color: rgb(167 139 250 / 0.2); +} +.border-x-violet-400\/25{ + border-left-color: rgb(167 139 250 / 0.25); + border-right-color: rgb(167 139 250 / 0.25); +} +.border-x-violet-400\/30{ + border-left-color: rgb(167 139 250 / 0.3); + border-right-color: rgb(167 139 250 / 0.3); +} +.border-x-violet-400\/40{ + border-left-color: rgb(167 139 250 / 0.4); + border-right-color: rgb(167 139 250 / 0.4); +} +.border-x-violet-400\/50{ + border-left-color: rgb(167 139 250 / 0.5); + border-right-color: rgb(167 139 250 / 0.5); +} +.border-x-violet-400\/60{ + border-left-color: rgb(167 139 250 / 0.6); + border-right-color: rgb(167 139 250 / 0.6); +} +.border-x-violet-400\/70{ + border-left-color: rgb(167 139 250 / 0.7); + border-right-color: rgb(167 139 250 / 0.7); +} +.border-x-violet-400\/75{ + border-left-color: rgb(167 139 250 / 0.75); + border-right-color: rgb(167 139 250 / 0.75); +} +.border-x-violet-400\/80{ + border-left-color: rgb(167 139 250 / 0.8); + border-right-color: rgb(167 139 250 / 0.8); +} +.border-x-violet-400\/90{ + border-left-color: rgb(167 139 250 / 0.9); + border-right-color: rgb(167 139 250 / 0.9); +} +.border-x-violet-400\/95{ + border-left-color: rgb(167 139 250 / 0.95); + border-right-color: rgb(167 139 250 / 0.95); +} +.border-x-violet-400\/100{ + border-left-color: rgb(167 139 250 / 1); + border-right-color: rgb(167 139 250 / 1); +} +.border-x-violet-500\/0{ + border-left-color: rgb(139 92 246 / 0); + border-right-color: rgb(139 92 246 / 0); +} +.border-x-violet-500\/5{ + border-left-color: rgb(139 92 246 / 0.05); + border-right-color: rgb(139 92 246 / 0.05); +} +.border-x-violet-500\/10{ + border-left-color: rgb(139 92 246 / 0.1); + border-right-color: rgb(139 92 246 / 0.1); +} +.border-x-violet-500\/20{ + border-left-color: rgb(139 92 246 / 0.2); + border-right-color: rgb(139 92 246 / 0.2); +} +.border-x-violet-500\/25{ + border-left-color: rgb(139 92 246 / 0.25); + border-right-color: rgb(139 92 246 / 0.25); +} +.border-x-violet-500\/30{ + border-left-color: rgb(139 92 246 / 0.3); + border-right-color: rgb(139 92 246 / 0.3); +} +.border-x-violet-500\/40{ + border-left-color: rgb(139 92 246 / 0.4); + border-right-color: rgb(139 92 246 / 0.4); +} +.border-x-violet-500\/50{ + border-left-color: rgb(139 92 246 / 0.5); + border-right-color: rgb(139 92 246 / 0.5); +} +.border-x-violet-500\/60{ + border-left-color: rgb(139 92 246 / 0.6); + border-right-color: rgb(139 92 246 / 0.6); +} +.border-x-violet-500\/70{ + border-left-color: rgb(139 92 246 / 0.7); + border-right-color: rgb(139 92 246 / 0.7); +} +.border-x-violet-500\/75{ + border-left-color: rgb(139 92 246 / 0.75); + border-right-color: rgb(139 92 246 / 0.75); +} +.border-x-violet-500\/80{ + border-left-color: rgb(139 92 246 / 0.8); + border-right-color: rgb(139 92 246 / 0.8); +} +.border-x-violet-500\/90{ + border-left-color: rgb(139 92 246 / 0.9); + border-right-color: rgb(139 92 246 / 0.9); +} +.border-x-violet-500\/95{ + border-left-color: rgb(139 92 246 / 0.95); + border-right-color: rgb(139 92 246 / 0.95); +} +.border-x-violet-500\/100{ + border-left-color: rgb(139 92 246 / 1); + border-right-color: rgb(139 92 246 / 1); +} +.border-x-violet-600\/0{ + border-left-color: rgb(124 58 237 / 0); + border-right-color: rgb(124 58 237 / 0); +} +.border-x-violet-600\/5{ + border-left-color: rgb(124 58 237 / 0.05); + border-right-color: rgb(124 58 237 / 0.05); +} +.border-x-violet-600\/10{ + border-left-color: rgb(124 58 237 / 0.1); + border-right-color: rgb(124 58 237 / 0.1); +} +.border-x-violet-600\/20{ + border-left-color: rgb(124 58 237 / 0.2); + border-right-color: rgb(124 58 237 / 0.2); +} +.border-x-violet-600\/25{ + border-left-color: rgb(124 58 237 / 0.25); + border-right-color: rgb(124 58 237 / 0.25); +} +.border-x-violet-600\/30{ + border-left-color: rgb(124 58 237 / 0.3); + border-right-color: rgb(124 58 237 / 0.3); +} +.border-x-violet-600\/40{ + border-left-color: rgb(124 58 237 / 0.4); + border-right-color: rgb(124 58 237 / 0.4); +} +.border-x-violet-600\/50{ + border-left-color: rgb(124 58 237 / 0.5); + border-right-color: rgb(124 58 237 / 0.5); +} +.border-x-violet-600\/60{ + border-left-color: rgb(124 58 237 / 0.6); + border-right-color: rgb(124 58 237 / 0.6); +} +.border-x-violet-600\/70{ + border-left-color: rgb(124 58 237 / 0.7); + border-right-color: rgb(124 58 237 / 0.7); +} +.border-x-violet-600\/75{ + border-left-color: rgb(124 58 237 / 0.75); + border-right-color: rgb(124 58 237 / 0.75); +} +.border-x-violet-600\/80{ + border-left-color: rgb(124 58 237 / 0.8); + border-right-color: rgb(124 58 237 / 0.8); +} +.border-x-violet-600\/90{ + border-left-color: rgb(124 58 237 / 0.9); + border-right-color: rgb(124 58 237 / 0.9); +} +.border-x-violet-600\/95{ + border-left-color: rgb(124 58 237 / 0.95); + border-right-color: rgb(124 58 237 / 0.95); +} +.border-x-violet-600\/100{ + border-left-color: rgb(124 58 237 / 1); + border-right-color: rgb(124 58 237 / 1); +} +.border-x-violet-700\/0{ + border-left-color: rgb(109 40 217 / 0); + border-right-color: rgb(109 40 217 / 0); +} +.border-x-violet-700\/5{ + border-left-color: rgb(109 40 217 / 0.05); + border-right-color: rgb(109 40 217 / 0.05); +} +.border-x-violet-700\/10{ + border-left-color: rgb(109 40 217 / 0.1); + border-right-color: rgb(109 40 217 / 0.1); +} +.border-x-violet-700\/20{ + border-left-color: rgb(109 40 217 / 0.2); + border-right-color: rgb(109 40 217 / 0.2); +} +.border-x-violet-700\/25{ + border-left-color: rgb(109 40 217 / 0.25); + border-right-color: rgb(109 40 217 / 0.25); +} +.border-x-violet-700\/30{ + border-left-color: rgb(109 40 217 / 0.3); + border-right-color: rgb(109 40 217 / 0.3); +} +.border-x-violet-700\/40{ + border-left-color: rgb(109 40 217 / 0.4); + border-right-color: rgb(109 40 217 / 0.4); +} +.border-x-violet-700\/50{ + border-left-color: rgb(109 40 217 / 0.5); + border-right-color: rgb(109 40 217 / 0.5); +} +.border-x-violet-700\/60{ + border-left-color: rgb(109 40 217 / 0.6); + border-right-color: rgb(109 40 217 / 0.6); +} +.border-x-violet-700\/70{ + border-left-color: rgb(109 40 217 / 0.7); + border-right-color: rgb(109 40 217 / 0.7); +} +.border-x-violet-700\/75{ + border-left-color: rgb(109 40 217 / 0.75); + border-right-color: rgb(109 40 217 / 0.75); +} +.border-x-violet-700\/80{ + border-left-color: rgb(109 40 217 / 0.8); + border-right-color: rgb(109 40 217 / 0.8); +} +.border-x-violet-700\/90{ + border-left-color: rgb(109 40 217 / 0.9); + border-right-color: rgb(109 40 217 / 0.9); +} +.border-x-violet-700\/95{ + border-left-color: rgb(109 40 217 / 0.95); + border-right-color: rgb(109 40 217 / 0.95); +} +.border-x-violet-700\/100{ + border-left-color: rgb(109 40 217 / 1); + border-right-color: rgb(109 40 217 / 1); +} +.border-x-violet-800\/0{ + border-left-color: rgb(91 33 182 / 0); + border-right-color: rgb(91 33 182 / 0); +} +.border-x-violet-800\/5{ + border-left-color: rgb(91 33 182 / 0.05); + border-right-color: rgb(91 33 182 / 0.05); +} +.border-x-violet-800\/10{ + border-left-color: rgb(91 33 182 / 0.1); + border-right-color: rgb(91 33 182 / 0.1); +} +.border-x-violet-800\/20{ + border-left-color: rgb(91 33 182 / 0.2); + border-right-color: rgb(91 33 182 / 0.2); +} +.border-x-violet-800\/25{ + border-left-color: rgb(91 33 182 / 0.25); + border-right-color: rgb(91 33 182 / 0.25); +} +.border-x-violet-800\/30{ + border-left-color: rgb(91 33 182 / 0.3); + border-right-color: rgb(91 33 182 / 0.3); +} +.border-x-violet-800\/40{ + border-left-color: rgb(91 33 182 / 0.4); + border-right-color: rgb(91 33 182 / 0.4); +} +.border-x-violet-800\/50{ + border-left-color: rgb(91 33 182 / 0.5); + border-right-color: rgb(91 33 182 / 0.5); +} +.border-x-violet-800\/60{ + border-left-color: rgb(91 33 182 / 0.6); + border-right-color: rgb(91 33 182 / 0.6); +} +.border-x-violet-800\/70{ + border-left-color: rgb(91 33 182 / 0.7); + border-right-color: rgb(91 33 182 / 0.7); +} +.border-x-violet-800\/75{ + border-left-color: rgb(91 33 182 / 0.75); + border-right-color: rgb(91 33 182 / 0.75); +} +.border-x-violet-800\/80{ + border-left-color: rgb(91 33 182 / 0.8); + border-right-color: rgb(91 33 182 / 0.8); +} +.border-x-violet-800\/90{ + border-left-color: rgb(91 33 182 / 0.9); + border-right-color: rgb(91 33 182 / 0.9); +} +.border-x-violet-800\/95{ + border-left-color: rgb(91 33 182 / 0.95); + border-right-color: rgb(91 33 182 / 0.95); +} +.border-x-violet-800\/100{ + border-left-color: rgb(91 33 182 / 1); + border-right-color: rgb(91 33 182 / 1); +} +.border-x-violet-900\/0{ + border-left-color: rgb(76 29 149 / 0); + border-right-color: rgb(76 29 149 / 0); +} +.border-x-violet-900\/5{ + border-left-color: rgb(76 29 149 / 0.05); + border-right-color: rgb(76 29 149 / 0.05); +} +.border-x-violet-900\/10{ + border-left-color: rgb(76 29 149 / 0.1); + border-right-color: rgb(76 29 149 / 0.1); +} +.border-x-violet-900\/20{ + border-left-color: rgb(76 29 149 / 0.2); + border-right-color: rgb(76 29 149 / 0.2); +} +.border-x-violet-900\/25{ + border-left-color: rgb(76 29 149 / 0.25); + border-right-color: rgb(76 29 149 / 0.25); +} +.border-x-violet-900\/30{ + border-left-color: rgb(76 29 149 / 0.3); + border-right-color: rgb(76 29 149 / 0.3); +} +.border-x-violet-900\/40{ + border-left-color: rgb(76 29 149 / 0.4); + border-right-color: rgb(76 29 149 / 0.4); +} +.border-x-violet-900\/50{ + border-left-color: rgb(76 29 149 / 0.5); + border-right-color: rgb(76 29 149 / 0.5); +} +.border-x-violet-900\/60{ + border-left-color: rgb(76 29 149 / 0.6); + border-right-color: rgb(76 29 149 / 0.6); +} +.border-x-violet-900\/70{ + border-left-color: rgb(76 29 149 / 0.7); + border-right-color: rgb(76 29 149 / 0.7); +} +.border-x-violet-900\/75{ + border-left-color: rgb(76 29 149 / 0.75); + border-right-color: rgb(76 29 149 / 0.75); +} +.border-x-violet-900\/80{ + border-left-color: rgb(76 29 149 / 0.8); + border-right-color: rgb(76 29 149 / 0.8); +} +.border-x-violet-900\/90{ + border-left-color: rgb(76 29 149 / 0.9); + border-right-color: rgb(76 29 149 / 0.9); +} +.border-x-violet-900\/95{ + border-left-color: rgb(76 29 149 / 0.95); + border-right-color: rgb(76 29 149 / 0.95); +} +.border-x-violet-900\/100{ + border-left-color: rgb(76 29 149 / 1); + border-right-color: rgb(76 29 149 / 1); +} +.border-x-purple-50\/0{ + border-left-color: rgb(247 247 249 / 0); + border-right-color: rgb(247 247 249 / 0); +} +.border-x-purple-50\/5{ + border-left-color: rgb(247 247 249 / 0.05); + border-right-color: rgb(247 247 249 / 0.05); +} +.border-x-purple-50\/10{ + border-left-color: rgb(247 247 249 / 0.1); + border-right-color: rgb(247 247 249 / 0.1); +} +.border-x-purple-50\/20{ + border-left-color: rgb(247 247 249 / 0.2); + border-right-color: rgb(247 247 249 / 0.2); +} +.border-x-purple-50\/25{ + border-left-color: rgb(247 247 249 / 0.25); + border-right-color: rgb(247 247 249 / 0.25); +} +.border-x-purple-50\/30{ + border-left-color: rgb(247 247 249 / 0.3); + border-right-color: rgb(247 247 249 / 0.3); +} +.border-x-purple-50\/40{ + border-left-color: rgb(247 247 249 / 0.4); + border-right-color: rgb(247 247 249 / 0.4); +} +.border-x-purple-50\/50{ + border-left-color: rgb(247 247 249 / 0.5); + border-right-color: rgb(247 247 249 / 0.5); +} +.border-x-purple-50\/60{ + border-left-color: rgb(247 247 249 / 0.6); + border-right-color: rgb(247 247 249 / 0.6); +} +.border-x-purple-50\/70{ + border-left-color: rgb(247 247 249 / 0.7); + border-right-color: rgb(247 247 249 / 0.7); +} +.border-x-purple-50\/75{ + border-left-color: rgb(247 247 249 / 0.75); + border-right-color: rgb(247 247 249 / 0.75); +} +.border-x-purple-50\/80{ + border-left-color: rgb(247 247 249 / 0.8); + border-right-color: rgb(247 247 249 / 0.8); +} +.border-x-purple-50\/90{ + border-left-color: rgb(247 247 249 / 0.9); + border-right-color: rgb(247 247 249 / 0.9); +} +.border-x-purple-50\/95{ + border-left-color: rgb(247 247 249 / 0.95); + border-right-color: rgb(247 247 249 / 0.95); +} +.border-x-purple-50\/100{ + border-left-color: rgb(247 247 249 / 1); + border-right-color: rgb(247 247 249 / 1); +} +.border-x-purple-100\/0{ + border-left-color: rgb(238 238 243 / 0); + border-right-color: rgb(238 238 243 / 0); +} +.border-x-purple-100\/5{ + border-left-color: rgb(238 238 243 / 0.05); + border-right-color: rgb(238 238 243 / 0.05); +} +.border-x-purple-100\/10{ + border-left-color: rgb(238 238 243 / 0.1); + border-right-color: rgb(238 238 243 / 0.1); +} +.border-x-purple-100\/20{ + border-left-color: rgb(238 238 243 / 0.2); + border-right-color: rgb(238 238 243 / 0.2); +} +.border-x-purple-100\/25{ + border-left-color: rgb(238 238 243 / 0.25); + border-right-color: rgb(238 238 243 / 0.25); +} +.border-x-purple-100\/30{ + border-left-color: rgb(238 238 243 / 0.3); + border-right-color: rgb(238 238 243 / 0.3); +} +.border-x-purple-100\/40{ + border-left-color: rgb(238 238 243 / 0.4); + border-right-color: rgb(238 238 243 / 0.4); +} +.border-x-purple-100\/50{ + border-left-color: rgb(238 238 243 / 0.5); + border-right-color: rgb(238 238 243 / 0.5); +} +.border-x-purple-100\/60{ + border-left-color: rgb(238 238 243 / 0.6); + border-right-color: rgb(238 238 243 / 0.6); +} +.border-x-purple-100\/70{ + border-left-color: rgb(238 238 243 / 0.7); + border-right-color: rgb(238 238 243 / 0.7); +} +.border-x-purple-100\/75{ + border-left-color: rgb(238 238 243 / 0.75); + border-right-color: rgb(238 238 243 / 0.75); +} +.border-x-purple-100\/80{ + border-left-color: rgb(238 238 243 / 0.8); + border-right-color: rgb(238 238 243 / 0.8); +} +.border-x-purple-100\/90{ + border-left-color: rgb(238 238 243 / 0.9); + border-right-color: rgb(238 238 243 / 0.9); +} +.border-x-purple-100\/95{ + border-left-color: rgb(238 238 243 / 0.95); + border-right-color: rgb(238 238 243 / 0.95); +} +.border-x-purple-100\/100{ + border-left-color: rgb(238 238 243 / 1); + border-right-color: rgb(238 238 243 / 1); +} +.border-x-purple-200\/0{ + border-left-color: rgb(213 213 226 / 0); + border-right-color: rgb(213 213 226 / 0); +} +.border-x-purple-200\/5{ + border-left-color: rgb(213 213 226 / 0.05); + border-right-color: rgb(213 213 226 / 0.05); +} +.border-x-purple-200\/10{ + border-left-color: rgb(213 213 226 / 0.1); + border-right-color: rgb(213 213 226 / 0.1); +} +.border-x-purple-200\/20{ + border-left-color: rgb(213 213 226 / 0.2); + border-right-color: rgb(213 213 226 / 0.2); +} +.border-x-purple-200\/25{ + border-left-color: rgb(213 213 226 / 0.25); + border-right-color: rgb(213 213 226 / 0.25); +} +.border-x-purple-200\/30{ + border-left-color: rgb(213 213 226 / 0.3); + border-right-color: rgb(213 213 226 / 0.3); +} +.border-x-purple-200\/40{ + border-left-color: rgb(213 213 226 / 0.4); + border-right-color: rgb(213 213 226 / 0.4); +} +.border-x-purple-200\/50{ + border-left-color: rgb(213 213 226 / 0.5); + border-right-color: rgb(213 213 226 / 0.5); +} +.border-x-purple-200\/60{ + border-left-color: rgb(213 213 226 / 0.6); + border-right-color: rgb(213 213 226 / 0.6); +} +.border-x-purple-200\/70{ + border-left-color: rgb(213 213 226 / 0.7); + border-right-color: rgb(213 213 226 / 0.7); +} +.border-x-purple-200\/75{ + border-left-color: rgb(213 213 226 / 0.75); + border-right-color: rgb(213 213 226 / 0.75); +} +.border-x-purple-200\/80{ + border-left-color: rgb(213 213 226 / 0.8); + border-right-color: rgb(213 213 226 / 0.8); +} +.border-x-purple-200\/90{ + border-left-color: rgb(213 213 226 / 0.9); + border-right-color: rgb(213 213 226 / 0.9); +} +.border-x-purple-200\/95{ + border-left-color: rgb(213 213 226 / 0.95); + border-right-color: rgb(213 213 226 / 0.95); +} +.border-x-purple-200\/100{ + border-left-color: rgb(213 213 226 / 1); + border-right-color: rgb(213 213 226 / 1); +} +.border-x-purple-300\/0{ + border-left-color: rgb(187 188 209 / 0); + border-right-color: rgb(187 188 209 / 0); +} +.border-x-purple-300\/5{ + border-left-color: rgb(187 188 209 / 0.05); + border-right-color: rgb(187 188 209 / 0.05); +} +.border-x-purple-300\/10{ + border-left-color: rgb(187 188 209 / 0.1); + border-right-color: rgb(187 188 209 / 0.1); +} +.border-x-purple-300\/20{ + border-left-color: rgb(187 188 209 / 0.2); + border-right-color: rgb(187 188 209 / 0.2); +} +.border-x-purple-300\/25{ + border-left-color: rgb(187 188 209 / 0.25); + border-right-color: rgb(187 188 209 / 0.25); +} +.border-x-purple-300\/30{ + border-left-color: rgb(187 188 209 / 0.3); + border-right-color: rgb(187 188 209 / 0.3); +} +.border-x-purple-300\/40{ + border-left-color: rgb(187 188 209 / 0.4); + border-right-color: rgb(187 188 209 / 0.4); +} +.border-x-purple-300\/50{ + border-left-color: rgb(187 188 209 / 0.5); + border-right-color: rgb(187 188 209 / 0.5); +} +.border-x-purple-300\/60{ + border-left-color: rgb(187 188 209 / 0.6); + border-right-color: rgb(187 188 209 / 0.6); +} +.border-x-purple-300\/70{ + border-left-color: rgb(187 188 209 / 0.7); + border-right-color: rgb(187 188 209 / 0.7); +} +.border-x-purple-300\/75{ + border-left-color: rgb(187 188 209 / 0.75); + border-right-color: rgb(187 188 209 / 0.75); +} +.border-x-purple-300\/80{ + border-left-color: rgb(187 188 209 / 0.8); + border-right-color: rgb(187 188 209 / 0.8); +} +.border-x-purple-300\/90{ + border-left-color: rgb(187 188 209 / 0.9); + border-right-color: rgb(187 188 209 / 0.9); +} +.border-x-purple-300\/95{ + border-left-color: rgb(187 188 209 / 0.95); + border-right-color: rgb(187 188 209 / 0.95); +} +.border-x-purple-300\/100{ + border-left-color: rgb(187 188 209 / 1); + border-right-color: rgb(187 188 209 / 1); +} +.border-x-purple-400\/0{ + border-left-color: rgb(136 138 174 / 0); + border-right-color: rgb(136 138 174 / 0); +} +.border-x-purple-400\/5{ + border-left-color: rgb(136 138 174 / 0.05); + border-right-color: rgb(136 138 174 / 0.05); +} +.border-x-purple-400\/10{ + border-left-color: rgb(136 138 174 / 0.1); + border-right-color: rgb(136 138 174 / 0.1); +} +.border-x-purple-400\/20{ + border-left-color: rgb(136 138 174 / 0.2); + border-right-color: rgb(136 138 174 / 0.2); +} +.border-x-purple-400\/25{ + border-left-color: rgb(136 138 174 / 0.25); + border-right-color: rgb(136 138 174 / 0.25); +} +.border-x-purple-400\/30{ + border-left-color: rgb(136 138 174 / 0.3); + border-right-color: rgb(136 138 174 / 0.3); +} +.border-x-purple-400\/40{ + border-left-color: rgb(136 138 174 / 0.4); + border-right-color: rgb(136 138 174 / 0.4); +} +.border-x-purple-400\/50{ + border-left-color: rgb(136 138 174 / 0.5); + border-right-color: rgb(136 138 174 / 0.5); +} +.border-x-purple-400\/60{ + border-left-color: rgb(136 138 174 / 0.6); + border-right-color: rgb(136 138 174 / 0.6); +} +.border-x-purple-400\/70{ + border-left-color: rgb(136 138 174 / 0.7); + border-right-color: rgb(136 138 174 / 0.7); +} +.border-x-purple-400\/75{ + border-left-color: rgb(136 138 174 / 0.75); + border-right-color: rgb(136 138 174 / 0.75); +} +.border-x-purple-400\/80{ + border-left-color: rgb(136 138 174 / 0.8); + border-right-color: rgb(136 138 174 / 0.8); +} +.border-x-purple-400\/90{ + border-left-color: rgb(136 138 174 / 0.9); + border-right-color: rgb(136 138 174 / 0.9); +} +.border-x-purple-400\/95{ + border-left-color: rgb(136 138 174 / 0.95); + border-right-color: rgb(136 138 174 / 0.95); +} +.border-x-purple-400\/100{ + border-left-color: rgb(136 138 174 / 1); + border-right-color: rgb(136 138 174 / 1); +} +.border-x-purple-500\/0{ + border-left-color: rgb(85 88 139 / 0); + border-right-color: rgb(85 88 139 / 0); +} +.border-x-purple-500\/5{ + border-left-color: rgb(85 88 139 / 0.05); + border-right-color: rgb(85 88 139 / 0.05); +} +.border-x-purple-500\/10{ + border-left-color: rgb(85 88 139 / 0.1); + border-right-color: rgb(85 88 139 / 0.1); +} +.border-x-purple-500\/20{ + border-left-color: rgb(85 88 139 / 0.2); + border-right-color: rgb(85 88 139 / 0.2); +} +.border-x-purple-500\/25{ + border-left-color: rgb(85 88 139 / 0.25); + border-right-color: rgb(85 88 139 / 0.25); +} +.border-x-purple-500\/30{ + border-left-color: rgb(85 88 139 / 0.3); + border-right-color: rgb(85 88 139 / 0.3); +} +.border-x-purple-500\/40{ + border-left-color: rgb(85 88 139 / 0.4); + border-right-color: rgb(85 88 139 / 0.4); +} +.border-x-purple-500\/50{ + border-left-color: rgb(85 88 139 / 0.5); + border-right-color: rgb(85 88 139 / 0.5); +} +.border-x-purple-500\/60{ + border-left-color: rgb(85 88 139 / 0.6); + border-right-color: rgb(85 88 139 / 0.6); +} +.border-x-purple-500\/70{ + border-left-color: rgb(85 88 139 / 0.7); + border-right-color: rgb(85 88 139 / 0.7); +} +.border-x-purple-500\/75{ + border-left-color: rgb(85 88 139 / 0.75); + border-right-color: rgb(85 88 139 / 0.75); +} +.border-x-purple-500\/80{ + border-left-color: rgb(85 88 139 / 0.8); + border-right-color: rgb(85 88 139 / 0.8); +} +.border-x-purple-500\/90{ + border-left-color: rgb(85 88 139 / 0.9); + border-right-color: rgb(85 88 139 / 0.9); +} +.border-x-purple-500\/95{ + border-left-color: rgb(85 88 139 / 0.95); + border-right-color: rgb(85 88 139 / 0.95); +} +.border-x-purple-500\/100{ + border-left-color: rgb(85 88 139 / 1); + border-right-color: rgb(85 88 139 / 1); +} +.border-x-purple-600\/0{ + border-left-color: rgb(77 79 125 / 0); + border-right-color: rgb(77 79 125 / 0); +} +.border-x-purple-600\/5{ + border-left-color: rgb(77 79 125 / 0.05); + border-right-color: rgb(77 79 125 / 0.05); +} +.border-x-purple-600\/10{ + border-left-color: rgb(77 79 125 / 0.1); + border-right-color: rgb(77 79 125 / 0.1); +} +.border-x-purple-600\/20{ + border-left-color: rgb(77 79 125 / 0.2); + border-right-color: rgb(77 79 125 / 0.2); +} +.border-x-purple-600\/25{ + border-left-color: rgb(77 79 125 / 0.25); + border-right-color: rgb(77 79 125 / 0.25); +} +.border-x-purple-600\/30{ + border-left-color: rgb(77 79 125 / 0.3); + border-right-color: rgb(77 79 125 / 0.3); +} +.border-x-purple-600\/40{ + border-left-color: rgb(77 79 125 / 0.4); + border-right-color: rgb(77 79 125 / 0.4); +} +.border-x-purple-600\/50{ + border-left-color: rgb(77 79 125 / 0.5); + border-right-color: rgb(77 79 125 / 0.5); +} +.border-x-purple-600\/60{ + border-left-color: rgb(77 79 125 / 0.6); + border-right-color: rgb(77 79 125 / 0.6); +} +.border-x-purple-600\/70{ + border-left-color: rgb(77 79 125 / 0.7); + border-right-color: rgb(77 79 125 / 0.7); +} +.border-x-purple-600\/75{ + border-left-color: rgb(77 79 125 / 0.75); + border-right-color: rgb(77 79 125 / 0.75); +} +.border-x-purple-600\/80{ + border-left-color: rgb(77 79 125 / 0.8); + border-right-color: rgb(77 79 125 / 0.8); +} +.border-x-purple-600\/90{ + border-left-color: rgb(77 79 125 / 0.9); + border-right-color: rgb(77 79 125 / 0.9); +} +.border-x-purple-600\/95{ + border-left-color: rgb(77 79 125 / 0.95); + border-right-color: rgb(77 79 125 / 0.95); +} +.border-x-purple-600\/100{ + border-left-color: rgb(77 79 125 / 1); + border-right-color: rgb(77 79 125 / 1); +} +.border-x-purple-700\/0{ + border-left-color: rgb(64 66 104 / 0); + border-right-color: rgb(64 66 104 / 0); +} +.border-x-purple-700\/5{ + border-left-color: rgb(64 66 104 / 0.05); + border-right-color: rgb(64 66 104 / 0.05); +} +.border-x-purple-700\/10{ + border-left-color: rgb(64 66 104 / 0.1); + border-right-color: rgb(64 66 104 / 0.1); +} +.border-x-purple-700\/20{ + border-left-color: rgb(64 66 104 / 0.2); + border-right-color: rgb(64 66 104 / 0.2); +} +.border-x-purple-700\/25{ + border-left-color: rgb(64 66 104 / 0.25); + border-right-color: rgb(64 66 104 / 0.25); +} +.border-x-purple-700\/30{ + border-left-color: rgb(64 66 104 / 0.3); + border-right-color: rgb(64 66 104 / 0.3); +} +.border-x-purple-700\/40{ + border-left-color: rgb(64 66 104 / 0.4); + border-right-color: rgb(64 66 104 / 0.4); +} +.border-x-purple-700\/50{ + border-left-color: rgb(64 66 104 / 0.5); + border-right-color: rgb(64 66 104 / 0.5); +} +.border-x-purple-700\/60{ + border-left-color: rgb(64 66 104 / 0.6); + border-right-color: rgb(64 66 104 / 0.6); +} +.border-x-purple-700\/70{ + border-left-color: rgb(64 66 104 / 0.7); + border-right-color: rgb(64 66 104 / 0.7); +} +.border-x-purple-700\/75{ + border-left-color: rgb(64 66 104 / 0.75); + border-right-color: rgb(64 66 104 / 0.75); +} +.border-x-purple-700\/80{ + border-left-color: rgb(64 66 104 / 0.8); + border-right-color: rgb(64 66 104 / 0.8); +} +.border-x-purple-700\/90{ + border-left-color: rgb(64 66 104 / 0.9); + border-right-color: rgb(64 66 104 / 0.9); +} +.border-x-purple-700\/95{ + border-left-color: rgb(64 66 104 / 0.95); + border-right-color: rgb(64 66 104 / 0.95); +} +.border-x-purple-700\/100{ + border-left-color: rgb(64 66 104 / 1); + border-right-color: rgb(64 66 104 / 1); +} +.border-x-purple-800\/0{ + border-left-color: rgb(51 53 83 / 0); + border-right-color: rgb(51 53 83 / 0); +} +.border-x-purple-800\/5{ + border-left-color: rgb(51 53 83 / 0.05); + border-right-color: rgb(51 53 83 / 0.05); +} +.border-x-purple-800\/10{ + border-left-color: rgb(51 53 83 / 0.1); + border-right-color: rgb(51 53 83 / 0.1); +} +.border-x-purple-800\/20{ + border-left-color: rgb(51 53 83 / 0.2); + border-right-color: rgb(51 53 83 / 0.2); +} +.border-x-purple-800\/25{ + border-left-color: rgb(51 53 83 / 0.25); + border-right-color: rgb(51 53 83 / 0.25); +} +.border-x-purple-800\/30{ + border-left-color: rgb(51 53 83 / 0.3); + border-right-color: rgb(51 53 83 / 0.3); +} +.border-x-purple-800\/40{ + border-left-color: rgb(51 53 83 / 0.4); + border-right-color: rgb(51 53 83 / 0.4); +} +.border-x-purple-800\/50{ + border-left-color: rgb(51 53 83 / 0.5); + border-right-color: rgb(51 53 83 / 0.5); +} +.border-x-purple-800\/60{ + border-left-color: rgb(51 53 83 / 0.6); + border-right-color: rgb(51 53 83 / 0.6); +} +.border-x-purple-800\/70{ + border-left-color: rgb(51 53 83 / 0.7); + border-right-color: rgb(51 53 83 / 0.7); +} +.border-x-purple-800\/75{ + border-left-color: rgb(51 53 83 / 0.75); + border-right-color: rgb(51 53 83 / 0.75); +} +.border-x-purple-800\/80{ + border-left-color: rgb(51 53 83 / 0.8); + border-right-color: rgb(51 53 83 / 0.8); +} +.border-x-purple-800\/90{ + border-left-color: rgb(51 53 83 / 0.9); + border-right-color: rgb(51 53 83 / 0.9); +} +.border-x-purple-800\/95{ + border-left-color: rgb(51 53 83 / 0.95); + border-right-color: rgb(51 53 83 / 0.95); +} +.border-x-purple-800\/100{ + border-left-color: rgb(51 53 83 / 1); + border-right-color: rgb(51 53 83 / 1); +} +.border-x-purple-900\/0{ + border-left-color: rgb(42 43 68 / 0); + border-right-color: rgb(42 43 68 / 0); +} +.border-x-purple-900\/5{ + border-left-color: rgb(42 43 68 / 0.05); + border-right-color: rgb(42 43 68 / 0.05); +} +.border-x-purple-900\/10{ + border-left-color: rgb(42 43 68 / 0.1); + border-right-color: rgb(42 43 68 / 0.1); +} +.border-x-purple-900\/20{ + border-left-color: rgb(42 43 68 / 0.2); + border-right-color: rgb(42 43 68 / 0.2); +} +.border-x-purple-900\/25{ + border-left-color: rgb(42 43 68 / 0.25); + border-right-color: rgb(42 43 68 / 0.25); +} +.border-x-purple-900\/30{ + border-left-color: rgb(42 43 68 / 0.3); + border-right-color: rgb(42 43 68 / 0.3); +} +.border-x-purple-900\/40{ + border-left-color: rgb(42 43 68 / 0.4); + border-right-color: rgb(42 43 68 / 0.4); +} +.border-x-purple-900\/50{ + border-left-color: rgb(42 43 68 / 0.5); + border-right-color: rgb(42 43 68 / 0.5); +} +.border-x-purple-900\/60{ + border-left-color: rgb(42 43 68 / 0.6); + border-right-color: rgb(42 43 68 / 0.6); +} +.border-x-purple-900\/70{ + border-left-color: rgb(42 43 68 / 0.7); + border-right-color: rgb(42 43 68 / 0.7); +} +.border-x-purple-900\/75{ + border-left-color: rgb(42 43 68 / 0.75); + border-right-color: rgb(42 43 68 / 0.75); +} +.border-x-purple-900\/80{ + border-left-color: rgb(42 43 68 / 0.8); + border-right-color: rgb(42 43 68 / 0.8); +} +.border-x-purple-900\/90{ + border-left-color: rgb(42 43 68 / 0.9); + border-right-color: rgb(42 43 68 / 0.9); +} +.border-x-purple-900\/95{ + border-left-color: rgb(42 43 68 / 0.95); + border-right-color: rgb(42 43 68 / 0.95); +} +.border-x-purple-900\/100{ + border-left-color: rgb(42 43 68 / 1); + border-right-color: rgb(42 43 68 / 1); +} +.border-x-purple\/0{ + border-left-color: rgb(85 88 139 / 0); + border-right-color: rgb(85 88 139 / 0); +} +.border-x-purple\/5{ + border-left-color: rgb(85 88 139 / 0.05); + border-right-color: rgb(85 88 139 / 0.05); +} +.border-x-purple\/10{ + border-left-color: rgb(85 88 139 / 0.1); + border-right-color: rgb(85 88 139 / 0.1); +} +.border-x-purple\/20{ + border-left-color: rgb(85 88 139 / 0.2); + border-right-color: rgb(85 88 139 / 0.2); +} +.border-x-purple\/25{ + border-left-color: rgb(85 88 139 / 0.25); + border-right-color: rgb(85 88 139 / 0.25); +} +.border-x-purple\/30{ + border-left-color: rgb(85 88 139 / 0.3); + border-right-color: rgb(85 88 139 / 0.3); +} +.border-x-purple\/40{ + border-left-color: rgb(85 88 139 / 0.4); + border-right-color: rgb(85 88 139 / 0.4); +} +.border-x-purple\/50{ + border-left-color: rgb(85 88 139 / 0.5); + border-right-color: rgb(85 88 139 / 0.5); +} +.border-x-purple\/60{ + border-left-color: rgb(85 88 139 / 0.6); + border-right-color: rgb(85 88 139 / 0.6); +} +.border-x-purple\/70{ + border-left-color: rgb(85 88 139 / 0.7); + border-right-color: rgb(85 88 139 / 0.7); +} +.border-x-purple\/75{ + border-left-color: rgb(85 88 139 / 0.75); + border-right-color: rgb(85 88 139 / 0.75); +} +.border-x-purple\/80{ + border-left-color: rgb(85 88 139 / 0.8); + border-right-color: rgb(85 88 139 / 0.8); +} +.border-x-purple\/90{ + border-left-color: rgb(85 88 139 / 0.9); + border-right-color: rgb(85 88 139 / 0.9); +} +.border-x-purple\/95{ + border-left-color: rgb(85 88 139 / 0.95); + border-right-color: rgb(85 88 139 / 0.95); +} +.border-x-purple\/100{ + border-left-color: rgb(85 88 139 / 1); + border-right-color: rgb(85 88 139 / 1); +} +.border-x-fuchsia-50\/0{ + border-left-color: rgb(253 244 255 / 0); + border-right-color: rgb(253 244 255 / 0); +} +.border-x-fuchsia-50\/5{ + border-left-color: rgb(253 244 255 / 0.05); + border-right-color: rgb(253 244 255 / 0.05); +} +.border-x-fuchsia-50\/10{ + border-left-color: rgb(253 244 255 / 0.1); + border-right-color: rgb(253 244 255 / 0.1); +} +.border-x-fuchsia-50\/20{ + border-left-color: rgb(253 244 255 / 0.2); + border-right-color: rgb(253 244 255 / 0.2); +} +.border-x-fuchsia-50\/25{ + border-left-color: rgb(253 244 255 / 0.25); + border-right-color: rgb(253 244 255 / 0.25); +} +.border-x-fuchsia-50\/30{ + border-left-color: rgb(253 244 255 / 0.3); + border-right-color: rgb(253 244 255 / 0.3); +} +.border-x-fuchsia-50\/40{ + border-left-color: rgb(253 244 255 / 0.4); + border-right-color: rgb(253 244 255 / 0.4); +} +.border-x-fuchsia-50\/50{ + border-left-color: rgb(253 244 255 / 0.5); + border-right-color: rgb(253 244 255 / 0.5); +} +.border-x-fuchsia-50\/60{ + border-left-color: rgb(253 244 255 / 0.6); + border-right-color: rgb(253 244 255 / 0.6); +} +.border-x-fuchsia-50\/70{ + border-left-color: rgb(253 244 255 / 0.7); + border-right-color: rgb(253 244 255 / 0.7); +} +.border-x-fuchsia-50\/75{ + border-left-color: rgb(253 244 255 / 0.75); + border-right-color: rgb(253 244 255 / 0.75); +} +.border-x-fuchsia-50\/80{ + border-left-color: rgb(253 244 255 / 0.8); + border-right-color: rgb(253 244 255 / 0.8); +} +.border-x-fuchsia-50\/90{ + border-left-color: rgb(253 244 255 / 0.9); + border-right-color: rgb(253 244 255 / 0.9); +} +.border-x-fuchsia-50\/95{ + border-left-color: rgb(253 244 255 / 0.95); + border-right-color: rgb(253 244 255 / 0.95); +} +.border-x-fuchsia-50\/100{ + border-left-color: rgb(253 244 255 / 1); + border-right-color: rgb(253 244 255 / 1); +} +.border-x-fuchsia-100\/0{ + border-left-color: rgb(250 232 255 / 0); + border-right-color: rgb(250 232 255 / 0); +} +.border-x-fuchsia-100\/5{ + border-left-color: rgb(250 232 255 / 0.05); + border-right-color: rgb(250 232 255 / 0.05); +} +.border-x-fuchsia-100\/10{ + border-left-color: rgb(250 232 255 / 0.1); + border-right-color: rgb(250 232 255 / 0.1); +} +.border-x-fuchsia-100\/20{ + border-left-color: rgb(250 232 255 / 0.2); + border-right-color: rgb(250 232 255 / 0.2); +} +.border-x-fuchsia-100\/25{ + border-left-color: rgb(250 232 255 / 0.25); + border-right-color: rgb(250 232 255 / 0.25); +} +.border-x-fuchsia-100\/30{ + border-left-color: rgb(250 232 255 / 0.3); + border-right-color: rgb(250 232 255 / 0.3); +} +.border-x-fuchsia-100\/40{ + border-left-color: rgb(250 232 255 / 0.4); + border-right-color: rgb(250 232 255 / 0.4); +} +.border-x-fuchsia-100\/50{ + border-left-color: rgb(250 232 255 / 0.5); + border-right-color: rgb(250 232 255 / 0.5); +} +.border-x-fuchsia-100\/60{ + border-left-color: rgb(250 232 255 / 0.6); + border-right-color: rgb(250 232 255 / 0.6); +} +.border-x-fuchsia-100\/70{ + border-left-color: rgb(250 232 255 / 0.7); + border-right-color: rgb(250 232 255 / 0.7); +} +.border-x-fuchsia-100\/75{ + border-left-color: rgb(250 232 255 / 0.75); + border-right-color: rgb(250 232 255 / 0.75); +} +.border-x-fuchsia-100\/80{ + border-left-color: rgb(250 232 255 / 0.8); + border-right-color: rgb(250 232 255 / 0.8); +} +.border-x-fuchsia-100\/90{ + border-left-color: rgb(250 232 255 / 0.9); + border-right-color: rgb(250 232 255 / 0.9); +} +.border-x-fuchsia-100\/95{ + border-left-color: rgb(250 232 255 / 0.95); + border-right-color: rgb(250 232 255 / 0.95); +} +.border-x-fuchsia-100\/100{ + border-left-color: rgb(250 232 255 / 1); + border-right-color: rgb(250 232 255 / 1); +} +.border-x-fuchsia-200\/0{ + border-left-color: rgb(245 208 254 / 0); + border-right-color: rgb(245 208 254 / 0); +} +.border-x-fuchsia-200\/5{ + border-left-color: rgb(245 208 254 / 0.05); + border-right-color: rgb(245 208 254 / 0.05); +} +.border-x-fuchsia-200\/10{ + border-left-color: rgb(245 208 254 / 0.1); + border-right-color: rgb(245 208 254 / 0.1); +} +.border-x-fuchsia-200\/20{ + border-left-color: rgb(245 208 254 / 0.2); + border-right-color: rgb(245 208 254 / 0.2); +} +.border-x-fuchsia-200\/25{ + border-left-color: rgb(245 208 254 / 0.25); + border-right-color: rgb(245 208 254 / 0.25); +} +.border-x-fuchsia-200\/30{ + border-left-color: rgb(245 208 254 / 0.3); + border-right-color: rgb(245 208 254 / 0.3); +} +.border-x-fuchsia-200\/40{ + border-left-color: rgb(245 208 254 / 0.4); + border-right-color: rgb(245 208 254 / 0.4); +} +.border-x-fuchsia-200\/50{ + border-left-color: rgb(245 208 254 / 0.5); + border-right-color: rgb(245 208 254 / 0.5); +} +.border-x-fuchsia-200\/60{ + border-left-color: rgb(245 208 254 / 0.6); + border-right-color: rgb(245 208 254 / 0.6); +} +.border-x-fuchsia-200\/70{ + border-left-color: rgb(245 208 254 / 0.7); + border-right-color: rgb(245 208 254 / 0.7); +} +.border-x-fuchsia-200\/75{ + border-left-color: rgb(245 208 254 / 0.75); + border-right-color: rgb(245 208 254 / 0.75); +} +.border-x-fuchsia-200\/80{ + border-left-color: rgb(245 208 254 / 0.8); + border-right-color: rgb(245 208 254 / 0.8); +} +.border-x-fuchsia-200\/90{ + border-left-color: rgb(245 208 254 / 0.9); + border-right-color: rgb(245 208 254 / 0.9); +} +.border-x-fuchsia-200\/95{ + border-left-color: rgb(245 208 254 / 0.95); + border-right-color: rgb(245 208 254 / 0.95); +} +.border-x-fuchsia-200\/100{ + border-left-color: rgb(245 208 254 / 1); + border-right-color: rgb(245 208 254 / 1); +} +.border-x-fuchsia-300\/0{ + border-left-color: rgb(240 171 252 / 0); + border-right-color: rgb(240 171 252 / 0); +} +.border-x-fuchsia-300\/5{ + border-left-color: rgb(240 171 252 / 0.05); + border-right-color: rgb(240 171 252 / 0.05); +} +.border-x-fuchsia-300\/10{ + border-left-color: rgb(240 171 252 / 0.1); + border-right-color: rgb(240 171 252 / 0.1); +} +.border-x-fuchsia-300\/20{ + border-left-color: rgb(240 171 252 / 0.2); + border-right-color: rgb(240 171 252 / 0.2); +} +.border-x-fuchsia-300\/25{ + border-left-color: rgb(240 171 252 / 0.25); + border-right-color: rgb(240 171 252 / 0.25); +} +.border-x-fuchsia-300\/30{ + border-left-color: rgb(240 171 252 / 0.3); + border-right-color: rgb(240 171 252 / 0.3); +} +.border-x-fuchsia-300\/40{ + border-left-color: rgb(240 171 252 / 0.4); + border-right-color: rgb(240 171 252 / 0.4); +} +.border-x-fuchsia-300\/50{ + border-left-color: rgb(240 171 252 / 0.5); + border-right-color: rgb(240 171 252 / 0.5); +} +.border-x-fuchsia-300\/60{ + border-left-color: rgb(240 171 252 / 0.6); + border-right-color: rgb(240 171 252 / 0.6); +} +.border-x-fuchsia-300\/70{ + border-left-color: rgb(240 171 252 / 0.7); + border-right-color: rgb(240 171 252 / 0.7); +} +.border-x-fuchsia-300\/75{ + border-left-color: rgb(240 171 252 / 0.75); + border-right-color: rgb(240 171 252 / 0.75); +} +.border-x-fuchsia-300\/80{ + border-left-color: rgb(240 171 252 / 0.8); + border-right-color: rgb(240 171 252 / 0.8); +} +.border-x-fuchsia-300\/90{ + border-left-color: rgb(240 171 252 / 0.9); + border-right-color: rgb(240 171 252 / 0.9); +} +.border-x-fuchsia-300\/95{ + border-left-color: rgb(240 171 252 / 0.95); + border-right-color: rgb(240 171 252 / 0.95); +} +.border-x-fuchsia-300\/100{ + border-left-color: rgb(240 171 252 / 1); + border-right-color: rgb(240 171 252 / 1); +} +.border-x-fuchsia-400\/0{ + border-left-color: rgb(232 121 249 / 0); + border-right-color: rgb(232 121 249 / 0); +} +.border-x-fuchsia-400\/5{ + border-left-color: rgb(232 121 249 / 0.05); + border-right-color: rgb(232 121 249 / 0.05); +} +.border-x-fuchsia-400\/10{ + border-left-color: rgb(232 121 249 / 0.1); + border-right-color: rgb(232 121 249 / 0.1); +} +.border-x-fuchsia-400\/20{ + border-left-color: rgb(232 121 249 / 0.2); + border-right-color: rgb(232 121 249 / 0.2); +} +.border-x-fuchsia-400\/25{ + border-left-color: rgb(232 121 249 / 0.25); + border-right-color: rgb(232 121 249 / 0.25); +} +.border-x-fuchsia-400\/30{ + border-left-color: rgb(232 121 249 / 0.3); + border-right-color: rgb(232 121 249 / 0.3); +} +.border-x-fuchsia-400\/40{ + border-left-color: rgb(232 121 249 / 0.4); + border-right-color: rgb(232 121 249 / 0.4); +} +.border-x-fuchsia-400\/50{ + border-left-color: rgb(232 121 249 / 0.5); + border-right-color: rgb(232 121 249 / 0.5); +} +.border-x-fuchsia-400\/60{ + border-left-color: rgb(232 121 249 / 0.6); + border-right-color: rgb(232 121 249 / 0.6); +} +.border-x-fuchsia-400\/70{ + border-left-color: rgb(232 121 249 / 0.7); + border-right-color: rgb(232 121 249 / 0.7); +} +.border-x-fuchsia-400\/75{ + border-left-color: rgb(232 121 249 / 0.75); + border-right-color: rgb(232 121 249 / 0.75); +} +.border-x-fuchsia-400\/80{ + border-left-color: rgb(232 121 249 / 0.8); + border-right-color: rgb(232 121 249 / 0.8); +} +.border-x-fuchsia-400\/90{ + border-left-color: rgb(232 121 249 / 0.9); + border-right-color: rgb(232 121 249 / 0.9); +} +.border-x-fuchsia-400\/95{ + border-left-color: rgb(232 121 249 / 0.95); + border-right-color: rgb(232 121 249 / 0.95); +} +.border-x-fuchsia-400\/100{ + border-left-color: rgb(232 121 249 / 1); + border-right-color: rgb(232 121 249 / 1); +} +.border-x-fuchsia-500\/0{ + border-left-color: rgb(217 70 239 / 0); + border-right-color: rgb(217 70 239 / 0); +} +.border-x-fuchsia-500\/5{ + border-left-color: rgb(217 70 239 / 0.05); + border-right-color: rgb(217 70 239 / 0.05); +} +.border-x-fuchsia-500\/10{ + border-left-color: rgb(217 70 239 / 0.1); + border-right-color: rgb(217 70 239 / 0.1); +} +.border-x-fuchsia-500\/20{ + border-left-color: rgb(217 70 239 / 0.2); + border-right-color: rgb(217 70 239 / 0.2); +} +.border-x-fuchsia-500\/25{ + border-left-color: rgb(217 70 239 / 0.25); + border-right-color: rgb(217 70 239 / 0.25); +} +.border-x-fuchsia-500\/30{ + border-left-color: rgb(217 70 239 / 0.3); + border-right-color: rgb(217 70 239 / 0.3); +} +.border-x-fuchsia-500\/40{ + border-left-color: rgb(217 70 239 / 0.4); + border-right-color: rgb(217 70 239 / 0.4); +} +.border-x-fuchsia-500\/50{ + border-left-color: rgb(217 70 239 / 0.5); + border-right-color: rgb(217 70 239 / 0.5); +} +.border-x-fuchsia-500\/60{ + border-left-color: rgb(217 70 239 / 0.6); + border-right-color: rgb(217 70 239 / 0.6); +} +.border-x-fuchsia-500\/70{ + border-left-color: rgb(217 70 239 / 0.7); + border-right-color: rgb(217 70 239 / 0.7); +} +.border-x-fuchsia-500\/75{ + border-left-color: rgb(217 70 239 / 0.75); + border-right-color: rgb(217 70 239 / 0.75); +} +.border-x-fuchsia-500\/80{ + border-left-color: rgb(217 70 239 / 0.8); + border-right-color: rgb(217 70 239 / 0.8); +} +.border-x-fuchsia-500\/90{ + border-left-color: rgb(217 70 239 / 0.9); + border-right-color: rgb(217 70 239 / 0.9); +} +.border-x-fuchsia-500\/95{ + border-left-color: rgb(217 70 239 / 0.95); + border-right-color: rgb(217 70 239 / 0.95); +} +.border-x-fuchsia-500\/100{ + border-left-color: rgb(217 70 239 / 1); + border-right-color: rgb(217 70 239 / 1); +} +.border-x-fuchsia-600\/0{ + border-left-color: rgb(192 38 211 / 0); + border-right-color: rgb(192 38 211 / 0); +} +.border-x-fuchsia-600\/5{ + border-left-color: rgb(192 38 211 / 0.05); + border-right-color: rgb(192 38 211 / 0.05); +} +.border-x-fuchsia-600\/10{ + border-left-color: rgb(192 38 211 / 0.1); + border-right-color: rgb(192 38 211 / 0.1); +} +.border-x-fuchsia-600\/20{ + border-left-color: rgb(192 38 211 / 0.2); + border-right-color: rgb(192 38 211 / 0.2); +} +.border-x-fuchsia-600\/25{ + border-left-color: rgb(192 38 211 / 0.25); + border-right-color: rgb(192 38 211 / 0.25); +} +.border-x-fuchsia-600\/30{ + border-left-color: rgb(192 38 211 / 0.3); + border-right-color: rgb(192 38 211 / 0.3); +} +.border-x-fuchsia-600\/40{ + border-left-color: rgb(192 38 211 / 0.4); + border-right-color: rgb(192 38 211 / 0.4); +} +.border-x-fuchsia-600\/50{ + border-left-color: rgb(192 38 211 / 0.5); + border-right-color: rgb(192 38 211 / 0.5); +} +.border-x-fuchsia-600\/60{ + border-left-color: rgb(192 38 211 / 0.6); + border-right-color: rgb(192 38 211 / 0.6); +} +.border-x-fuchsia-600\/70{ + border-left-color: rgb(192 38 211 / 0.7); + border-right-color: rgb(192 38 211 / 0.7); +} +.border-x-fuchsia-600\/75{ + border-left-color: rgb(192 38 211 / 0.75); + border-right-color: rgb(192 38 211 / 0.75); +} +.border-x-fuchsia-600\/80{ + border-left-color: rgb(192 38 211 / 0.8); + border-right-color: rgb(192 38 211 / 0.8); +} +.border-x-fuchsia-600\/90{ + border-left-color: rgb(192 38 211 / 0.9); + border-right-color: rgb(192 38 211 / 0.9); +} +.border-x-fuchsia-600\/95{ + border-left-color: rgb(192 38 211 / 0.95); + border-right-color: rgb(192 38 211 / 0.95); +} +.border-x-fuchsia-600\/100{ + border-left-color: rgb(192 38 211 / 1); + border-right-color: rgb(192 38 211 / 1); +} +.border-x-fuchsia-700\/0{ + border-left-color: rgb(162 28 175 / 0); + border-right-color: rgb(162 28 175 / 0); +} +.border-x-fuchsia-700\/5{ + border-left-color: rgb(162 28 175 / 0.05); + border-right-color: rgb(162 28 175 / 0.05); +} +.border-x-fuchsia-700\/10{ + border-left-color: rgb(162 28 175 / 0.1); + border-right-color: rgb(162 28 175 / 0.1); +} +.border-x-fuchsia-700\/20{ + border-left-color: rgb(162 28 175 / 0.2); + border-right-color: rgb(162 28 175 / 0.2); +} +.border-x-fuchsia-700\/25{ + border-left-color: rgb(162 28 175 / 0.25); + border-right-color: rgb(162 28 175 / 0.25); +} +.border-x-fuchsia-700\/30{ + border-left-color: rgb(162 28 175 / 0.3); + border-right-color: rgb(162 28 175 / 0.3); +} +.border-x-fuchsia-700\/40{ + border-left-color: rgb(162 28 175 / 0.4); + border-right-color: rgb(162 28 175 / 0.4); +} +.border-x-fuchsia-700\/50{ + border-left-color: rgb(162 28 175 / 0.5); + border-right-color: rgb(162 28 175 / 0.5); +} +.border-x-fuchsia-700\/60{ + border-left-color: rgb(162 28 175 / 0.6); + border-right-color: rgb(162 28 175 / 0.6); +} +.border-x-fuchsia-700\/70{ + border-left-color: rgb(162 28 175 / 0.7); + border-right-color: rgb(162 28 175 / 0.7); +} +.border-x-fuchsia-700\/75{ + border-left-color: rgb(162 28 175 / 0.75); + border-right-color: rgb(162 28 175 / 0.75); +} +.border-x-fuchsia-700\/80{ + border-left-color: rgb(162 28 175 / 0.8); + border-right-color: rgb(162 28 175 / 0.8); +} +.border-x-fuchsia-700\/90{ + border-left-color: rgb(162 28 175 / 0.9); + border-right-color: rgb(162 28 175 / 0.9); +} +.border-x-fuchsia-700\/95{ + border-left-color: rgb(162 28 175 / 0.95); + border-right-color: rgb(162 28 175 / 0.95); +} +.border-x-fuchsia-700\/100{ + border-left-color: rgb(162 28 175 / 1); + border-right-color: rgb(162 28 175 / 1); +} +.border-x-fuchsia-800\/0{ + border-left-color: rgb(134 25 143 / 0); + border-right-color: rgb(134 25 143 / 0); +} +.border-x-fuchsia-800\/5{ + border-left-color: rgb(134 25 143 / 0.05); + border-right-color: rgb(134 25 143 / 0.05); +} +.border-x-fuchsia-800\/10{ + border-left-color: rgb(134 25 143 / 0.1); + border-right-color: rgb(134 25 143 / 0.1); +} +.border-x-fuchsia-800\/20{ + border-left-color: rgb(134 25 143 / 0.2); + border-right-color: rgb(134 25 143 / 0.2); +} +.border-x-fuchsia-800\/25{ + border-left-color: rgb(134 25 143 / 0.25); + border-right-color: rgb(134 25 143 / 0.25); +} +.border-x-fuchsia-800\/30{ + border-left-color: rgb(134 25 143 / 0.3); + border-right-color: rgb(134 25 143 / 0.3); +} +.border-x-fuchsia-800\/40{ + border-left-color: rgb(134 25 143 / 0.4); + border-right-color: rgb(134 25 143 / 0.4); +} +.border-x-fuchsia-800\/50{ + border-left-color: rgb(134 25 143 / 0.5); + border-right-color: rgb(134 25 143 / 0.5); +} +.border-x-fuchsia-800\/60{ + border-left-color: rgb(134 25 143 / 0.6); + border-right-color: rgb(134 25 143 / 0.6); +} +.border-x-fuchsia-800\/70{ + border-left-color: rgb(134 25 143 / 0.7); + border-right-color: rgb(134 25 143 / 0.7); +} +.border-x-fuchsia-800\/75{ + border-left-color: rgb(134 25 143 / 0.75); + border-right-color: rgb(134 25 143 / 0.75); +} +.border-x-fuchsia-800\/80{ + border-left-color: rgb(134 25 143 / 0.8); + border-right-color: rgb(134 25 143 / 0.8); +} +.border-x-fuchsia-800\/90{ + border-left-color: rgb(134 25 143 / 0.9); + border-right-color: rgb(134 25 143 / 0.9); +} +.border-x-fuchsia-800\/95{ + border-left-color: rgb(134 25 143 / 0.95); + border-right-color: rgb(134 25 143 / 0.95); +} +.border-x-fuchsia-800\/100{ + border-left-color: rgb(134 25 143 / 1); + border-right-color: rgb(134 25 143 / 1); +} +.border-x-fuchsia-900\/0{ + border-left-color: rgb(112 26 117 / 0); + border-right-color: rgb(112 26 117 / 0); +} +.border-x-fuchsia-900\/5{ + border-left-color: rgb(112 26 117 / 0.05); + border-right-color: rgb(112 26 117 / 0.05); +} +.border-x-fuchsia-900\/10{ + border-left-color: rgb(112 26 117 / 0.1); + border-right-color: rgb(112 26 117 / 0.1); +} +.border-x-fuchsia-900\/20{ + border-left-color: rgb(112 26 117 / 0.2); + border-right-color: rgb(112 26 117 / 0.2); +} +.border-x-fuchsia-900\/25{ + border-left-color: rgb(112 26 117 / 0.25); + border-right-color: rgb(112 26 117 / 0.25); +} +.border-x-fuchsia-900\/30{ + border-left-color: rgb(112 26 117 / 0.3); + border-right-color: rgb(112 26 117 / 0.3); +} +.border-x-fuchsia-900\/40{ + border-left-color: rgb(112 26 117 / 0.4); + border-right-color: rgb(112 26 117 / 0.4); +} +.border-x-fuchsia-900\/50{ + border-left-color: rgb(112 26 117 / 0.5); + border-right-color: rgb(112 26 117 / 0.5); +} +.border-x-fuchsia-900\/60{ + border-left-color: rgb(112 26 117 / 0.6); + border-right-color: rgb(112 26 117 / 0.6); +} +.border-x-fuchsia-900\/70{ + border-left-color: rgb(112 26 117 / 0.7); + border-right-color: rgb(112 26 117 / 0.7); +} +.border-x-fuchsia-900\/75{ + border-left-color: rgb(112 26 117 / 0.75); + border-right-color: rgb(112 26 117 / 0.75); +} +.border-x-fuchsia-900\/80{ + border-left-color: rgb(112 26 117 / 0.8); + border-right-color: rgb(112 26 117 / 0.8); +} +.border-x-fuchsia-900\/90{ + border-left-color: rgb(112 26 117 / 0.9); + border-right-color: rgb(112 26 117 / 0.9); +} +.border-x-fuchsia-900\/95{ + border-left-color: rgb(112 26 117 / 0.95); + border-right-color: rgb(112 26 117 / 0.95); +} +.border-x-fuchsia-900\/100{ + border-left-color: rgb(112 26 117 / 1); + border-right-color: rgb(112 26 117 / 1); +} +.border-x-pink-50\/0{ + border-left-color: rgb(253 242 248 / 0); + border-right-color: rgb(253 242 248 / 0); +} +.border-x-pink-50\/5{ + border-left-color: rgb(253 242 248 / 0.05); + border-right-color: rgb(253 242 248 / 0.05); +} +.border-x-pink-50\/10{ + border-left-color: rgb(253 242 248 / 0.1); + border-right-color: rgb(253 242 248 / 0.1); +} +.border-x-pink-50\/20{ + border-left-color: rgb(253 242 248 / 0.2); + border-right-color: rgb(253 242 248 / 0.2); +} +.border-x-pink-50\/25{ + border-left-color: rgb(253 242 248 / 0.25); + border-right-color: rgb(253 242 248 / 0.25); +} +.border-x-pink-50\/30{ + border-left-color: rgb(253 242 248 / 0.3); + border-right-color: rgb(253 242 248 / 0.3); +} +.border-x-pink-50\/40{ + border-left-color: rgb(253 242 248 / 0.4); + border-right-color: rgb(253 242 248 / 0.4); +} +.border-x-pink-50\/50{ + border-left-color: rgb(253 242 248 / 0.5); + border-right-color: rgb(253 242 248 / 0.5); +} +.border-x-pink-50\/60{ + border-left-color: rgb(253 242 248 / 0.6); + border-right-color: rgb(253 242 248 / 0.6); +} +.border-x-pink-50\/70{ + border-left-color: rgb(253 242 248 / 0.7); + border-right-color: rgb(253 242 248 / 0.7); +} +.border-x-pink-50\/75{ + border-left-color: rgb(253 242 248 / 0.75); + border-right-color: rgb(253 242 248 / 0.75); +} +.border-x-pink-50\/80{ + border-left-color: rgb(253 242 248 / 0.8); + border-right-color: rgb(253 242 248 / 0.8); +} +.border-x-pink-50\/90{ + border-left-color: rgb(253 242 248 / 0.9); + border-right-color: rgb(253 242 248 / 0.9); +} +.border-x-pink-50\/95{ + border-left-color: rgb(253 242 248 / 0.95); + border-right-color: rgb(253 242 248 / 0.95); +} +.border-x-pink-50\/100{ + border-left-color: rgb(253 242 248 / 1); + border-right-color: rgb(253 242 248 / 1); +} +.border-x-pink-100\/0{ + border-left-color: rgb(252 232 243 / 0); + border-right-color: rgb(252 232 243 / 0); +} +.border-x-pink-100\/5{ + border-left-color: rgb(252 232 243 / 0.05); + border-right-color: rgb(252 232 243 / 0.05); +} +.border-x-pink-100\/10{ + border-left-color: rgb(252 232 243 / 0.1); + border-right-color: rgb(252 232 243 / 0.1); +} +.border-x-pink-100\/20{ + border-left-color: rgb(252 232 243 / 0.2); + border-right-color: rgb(252 232 243 / 0.2); +} +.border-x-pink-100\/25{ + border-left-color: rgb(252 232 243 / 0.25); + border-right-color: rgb(252 232 243 / 0.25); +} +.border-x-pink-100\/30{ + border-left-color: rgb(252 232 243 / 0.3); + border-right-color: rgb(252 232 243 / 0.3); +} +.border-x-pink-100\/40{ + border-left-color: rgb(252 232 243 / 0.4); + border-right-color: rgb(252 232 243 / 0.4); +} +.border-x-pink-100\/50{ + border-left-color: rgb(252 232 243 / 0.5); + border-right-color: rgb(252 232 243 / 0.5); +} +.border-x-pink-100\/60{ + border-left-color: rgb(252 232 243 / 0.6); + border-right-color: rgb(252 232 243 / 0.6); +} +.border-x-pink-100\/70{ + border-left-color: rgb(252 232 243 / 0.7); + border-right-color: rgb(252 232 243 / 0.7); +} +.border-x-pink-100\/75{ + border-left-color: rgb(252 232 243 / 0.75); + border-right-color: rgb(252 232 243 / 0.75); +} +.border-x-pink-100\/80{ + border-left-color: rgb(252 232 243 / 0.8); + border-right-color: rgb(252 232 243 / 0.8); +} +.border-x-pink-100\/90{ + border-left-color: rgb(252 232 243 / 0.9); + border-right-color: rgb(252 232 243 / 0.9); +} +.border-x-pink-100\/95{ + border-left-color: rgb(252 232 243 / 0.95); + border-right-color: rgb(252 232 243 / 0.95); +} +.border-x-pink-100\/100{ + border-left-color: rgb(252 232 243 / 1); + border-right-color: rgb(252 232 243 / 1); +} +.border-x-pink-200\/0{ + border-left-color: rgb(250 209 232 / 0); + border-right-color: rgb(250 209 232 / 0); +} +.border-x-pink-200\/5{ + border-left-color: rgb(250 209 232 / 0.05); + border-right-color: rgb(250 209 232 / 0.05); +} +.border-x-pink-200\/10{ + border-left-color: rgb(250 209 232 / 0.1); + border-right-color: rgb(250 209 232 / 0.1); +} +.border-x-pink-200\/20{ + border-left-color: rgb(250 209 232 / 0.2); + border-right-color: rgb(250 209 232 / 0.2); +} +.border-x-pink-200\/25{ + border-left-color: rgb(250 209 232 / 0.25); + border-right-color: rgb(250 209 232 / 0.25); +} +.border-x-pink-200\/30{ + border-left-color: rgb(250 209 232 / 0.3); + border-right-color: rgb(250 209 232 / 0.3); +} +.border-x-pink-200\/40{ + border-left-color: rgb(250 209 232 / 0.4); + border-right-color: rgb(250 209 232 / 0.4); +} +.border-x-pink-200\/50{ + border-left-color: rgb(250 209 232 / 0.5); + border-right-color: rgb(250 209 232 / 0.5); +} +.border-x-pink-200\/60{ + border-left-color: rgb(250 209 232 / 0.6); + border-right-color: rgb(250 209 232 / 0.6); +} +.border-x-pink-200\/70{ + border-left-color: rgb(250 209 232 / 0.7); + border-right-color: rgb(250 209 232 / 0.7); +} +.border-x-pink-200\/75{ + border-left-color: rgb(250 209 232 / 0.75); + border-right-color: rgb(250 209 232 / 0.75); +} +.border-x-pink-200\/80{ + border-left-color: rgb(250 209 232 / 0.8); + border-right-color: rgb(250 209 232 / 0.8); +} +.border-x-pink-200\/90{ + border-left-color: rgb(250 209 232 / 0.9); + border-right-color: rgb(250 209 232 / 0.9); +} +.border-x-pink-200\/95{ + border-left-color: rgb(250 209 232 / 0.95); + border-right-color: rgb(250 209 232 / 0.95); +} +.border-x-pink-200\/100{ + border-left-color: rgb(250 209 232 / 1); + border-right-color: rgb(250 209 232 / 1); +} +.border-x-pink-300\/0{ + border-left-color: rgb(248 180 217 / 0); + border-right-color: rgb(248 180 217 / 0); +} +.border-x-pink-300\/5{ + border-left-color: rgb(248 180 217 / 0.05); + border-right-color: rgb(248 180 217 / 0.05); +} +.border-x-pink-300\/10{ + border-left-color: rgb(248 180 217 / 0.1); + border-right-color: rgb(248 180 217 / 0.1); +} +.border-x-pink-300\/20{ + border-left-color: rgb(248 180 217 / 0.2); + border-right-color: rgb(248 180 217 / 0.2); +} +.border-x-pink-300\/25{ + border-left-color: rgb(248 180 217 / 0.25); + border-right-color: rgb(248 180 217 / 0.25); +} +.border-x-pink-300\/30{ + border-left-color: rgb(248 180 217 / 0.3); + border-right-color: rgb(248 180 217 / 0.3); +} +.border-x-pink-300\/40{ + border-left-color: rgb(248 180 217 / 0.4); + border-right-color: rgb(248 180 217 / 0.4); +} +.border-x-pink-300\/50{ + border-left-color: rgb(248 180 217 / 0.5); + border-right-color: rgb(248 180 217 / 0.5); +} +.border-x-pink-300\/60{ + border-left-color: rgb(248 180 217 / 0.6); + border-right-color: rgb(248 180 217 / 0.6); +} +.border-x-pink-300\/70{ + border-left-color: rgb(248 180 217 / 0.7); + border-right-color: rgb(248 180 217 / 0.7); +} +.border-x-pink-300\/75{ + border-left-color: rgb(248 180 217 / 0.75); + border-right-color: rgb(248 180 217 / 0.75); +} +.border-x-pink-300\/80{ + border-left-color: rgb(248 180 217 / 0.8); + border-right-color: rgb(248 180 217 / 0.8); +} +.border-x-pink-300\/90{ + border-left-color: rgb(248 180 217 / 0.9); + border-right-color: rgb(248 180 217 / 0.9); +} +.border-x-pink-300\/95{ + border-left-color: rgb(248 180 217 / 0.95); + border-right-color: rgb(248 180 217 / 0.95); +} +.border-x-pink-300\/100{ + border-left-color: rgb(248 180 217 / 1); + border-right-color: rgb(248 180 217 / 1); +} +.border-x-pink-400\/0{ + border-left-color: rgb(241 126 184 / 0); + border-right-color: rgb(241 126 184 / 0); +} +.border-x-pink-400\/5{ + border-left-color: rgb(241 126 184 / 0.05); + border-right-color: rgb(241 126 184 / 0.05); +} +.border-x-pink-400\/10{ + border-left-color: rgb(241 126 184 / 0.1); + border-right-color: rgb(241 126 184 / 0.1); +} +.border-x-pink-400\/20{ + border-left-color: rgb(241 126 184 / 0.2); + border-right-color: rgb(241 126 184 / 0.2); +} +.border-x-pink-400\/25{ + border-left-color: rgb(241 126 184 / 0.25); + border-right-color: rgb(241 126 184 / 0.25); +} +.border-x-pink-400\/30{ + border-left-color: rgb(241 126 184 / 0.3); + border-right-color: rgb(241 126 184 / 0.3); +} +.border-x-pink-400\/40{ + border-left-color: rgb(241 126 184 / 0.4); + border-right-color: rgb(241 126 184 / 0.4); +} +.border-x-pink-400\/50{ + border-left-color: rgb(241 126 184 / 0.5); + border-right-color: rgb(241 126 184 / 0.5); +} +.border-x-pink-400\/60{ + border-left-color: rgb(241 126 184 / 0.6); + border-right-color: rgb(241 126 184 / 0.6); +} +.border-x-pink-400\/70{ + border-left-color: rgb(241 126 184 / 0.7); + border-right-color: rgb(241 126 184 / 0.7); +} +.border-x-pink-400\/75{ + border-left-color: rgb(241 126 184 / 0.75); + border-right-color: rgb(241 126 184 / 0.75); +} +.border-x-pink-400\/80{ + border-left-color: rgb(241 126 184 / 0.8); + border-right-color: rgb(241 126 184 / 0.8); +} +.border-x-pink-400\/90{ + border-left-color: rgb(241 126 184 / 0.9); + border-right-color: rgb(241 126 184 / 0.9); +} +.border-x-pink-400\/95{ + border-left-color: rgb(241 126 184 / 0.95); + border-right-color: rgb(241 126 184 / 0.95); +} +.border-x-pink-400\/100{ + border-left-color: rgb(241 126 184 / 1); + border-right-color: rgb(241 126 184 / 1); +} +.border-x-pink-500\/0{ + border-left-color: rgb(231 70 148 / 0); + border-right-color: rgb(231 70 148 / 0); +} +.border-x-pink-500\/5{ + border-left-color: rgb(231 70 148 / 0.05); + border-right-color: rgb(231 70 148 / 0.05); +} +.border-x-pink-500\/10{ + border-left-color: rgb(231 70 148 / 0.1); + border-right-color: rgb(231 70 148 / 0.1); +} +.border-x-pink-500\/20{ + border-left-color: rgb(231 70 148 / 0.2); + border-right-color: rgb(231 70 148 / 0.2); +} +.border-x-pink-500\/25{ + border-left-color: rgb(231 70 148 / 0.25); + border-right-color: rgb(231 70 148 / 0.25); +} +.border-x-pink-500\/30{ + border-left-color: rgb(231 70 148 / 0.3); + border-right-color: rgb(231 70 148 / 0.3); +} +.border-x-pink-500\/40{ + border-left-color: rgb(231 70 148 / 0.4); + border-right-color: rgb(231 70 148 / 0.4); +} +.border-x-pink-500\/50{ + border-left-color: rgb(231 70 148 / 0.5); + border-right-color: rgb(231 70 148 / 0.5); +} +.border-x-pink-500\/60{ + border-left-color: rgb(231 70 148 / 0.6); + border-right-color: rgb(231 70 148 / 0.6); +} +.border-x-pink-500\/70{ + border-left-color: rgb(231 70 148 / 0.7); + border-right-color: rgb(231 70 148 / 0.7); +} +.border-x-pink-500\/75{ + border-left-color: rgb(231 70 148 / 0.75); + border-right-color: rgb(231 70 148 / 0.75); +} +.border-x-pink-500\/80{ + border-left-color: rgb(231 70 148 / 0.8); + border-right-color: rgb(231 70 148 / 0.8); +} +.border-x-pink-500\/90{ + border-left-color: rgb(231 70 148 / 0.9); + border-right-color: rgb(231 70 148 / 0.9); +} +.border-x-pink-500\/95{ + border-left-color: rgb(231 70 148 / 0.95); + border-right-color: rgb(231 70 148 / 0.95); +} +.border-x-pink-500\/100{ + border-left-color: rgb(231 70 148 / 1); + border-right-color: rgb(231 70 148 / 1); +} +.border-x-pink-600\/0{ + border-left-color: rgb(214 31 105 / 0); + border-right-color: rgb(214 31 105 / 0); +} +.border-x-pink-600\/5{ + border-left-color: rgb(214 31 105 / 0.05); + border-right-color: rgb(214 31 105 / 0.05); +} +.border-x-pink-600\/10{ + border-left-color: rgb(214 31 105 / 0.1); + border-right-color: rgb(214 31 105 / 0.1); +} +.border-x-pink-600\/20{ + border-left-color: rgb(214 31 105 / 0.2); + border-right-color: rgb(214 31 105 / 0.2); +} +.border-x-pink-600\/25{ + border-left-color: rgb(214 31 105 / 0.25); + border-right-color: rgb(214 31 105 / 0.25); +} +.border-x-pink-600\/30{ + border-left-color: rgb(214 31 105 / 0.3); + border-right-color: rgb(214 31 105 / 0.3); +} +.border-x-pink-600\/40{ + border-left-color: rgb(214 31 105 / 0.4); + border-right-color: rgb(214 31 105 / 0.4); +} +.border-x-pink-600\/50{ + border-left-color: rgb(214 31 105 / 0.5); + border-right-color: rgb(214 31 105 / 0.5); +} +.border-x-pink-600\/60{ + border-left-color: rgb(214 31 105 / 0.6); + border-right-color: rgb(214 31 105 / 0.6); +} +.border-x-pink-600\/70{ + border-left-color: rgb(214 31 105 / 0.7); + border-right-color: rgb(214 31 105 / 0.7); +} +.border-x-pink-600\/75{ + border-left-color: rgb(214 31 105 / 0.75); + border-right-color: rgb(214 31 105 / 0.75); +} +.border-x-pink-600\/80{ + border-left-color: rgb(214 31 105 / 0.8); + border-right-color: rgb(214 31 105 / 0.8); +} +.border-x-pink-600\/90{ + border-left-color: rgb(214 31 105 / 0.9); + border-right-color: rgb(214 31 105 / 0.9); +} +.border-x-pink-600\/95{ + border-left-color: rgb(214 31 105 / 0.95); + border-right-color: rgb(214 31 105 / 0.95); +} +.border-x-pink-600\/100{ + border-left-color: rgb(214 31 105 / 1); + border-right-color: rgb(214 31 105 / 1); +} +.border-x-pink-700\/0{ + border-left-color: rgb(191 18 93 / 0); + border-right-color: rgb(191 18 93 / 0); +} +.border-x-pink-700\/5{ + border-left-color: rgb(191 18 93 / 0.05); + border-right-color: rgb(191 18 93 / 0.05); +} +.border-x-pink-700\/10{ + border-left-color: rgb(191 18 93 / 0.1); + border-right-color: rgb(191 18 93 / 0.1); +} +.border-x-pink-700\/20{ + border-left-color: rgb(191 18 93 / 0.2); + border-right-color: rgb(191 18 93 / 0.2); +} +.border-x-pink-700\/25{ + border-left-color: rgb(191 18 93 / 0.25); + border-right-color: rgb(191 18 93 / 0.25); +} +.border-x-pink-700\/30{ + border-left-color: rgb(191 18 93 / 0.3); + border-right-color: rgb(191 18 93 / 0.3); +} +.border-x-pink-700\/40{ + border-left-color: rgb(191 18 93 / 0.4); + border-right-color: rgb(191 18 93 / 0.4); +} +.border-x-pink-700\/50{ + border-left-color: rgb(191 18 93 / 0.5); + border-right-color: rgb(191 18 93 / 0.5); +} +.border-x-pink-700\/60{ + border-left-color: rgb(191 18 93 / 0.6); + border-right-color: rgb(191 18 93 / 0.6); +} +.border-x-pink-700\/70{ + border-left-color: rgb(191 18 93 / 0.7); + border-right-color: rgb(191 18 93 / 0.7); +} +.border-x-pink-700\/75{ + border-left-color: rgb(191 18 93 / 0.75); + border-right-color: rgb(191 18 93 / 0.75); +} +.border-x-pink-700\/80{ + border-left-color: rgb(191 18 93 / 0.8); + border-right-color: rgb(191 18 93 / 0.8); +} +.border-x-pink-700\/90{ + border-left-color: rgb(191 18 93 / 0.9); + border-right-color: rgb(191 18 93 / 0.9); +} +.border-x-pink-700\/95{ + border-left-color: rgb(191 18 93 / 0.95); + border-right-color: rgb(191 18 93 / 0.95); +} +.border-x-pink-700\/100{ + border-left-color: rgb(191 18 93 / 1); + border-right-color: rgb(191 18 93 / 1); +} +.border-x-pink-800\/0{ + border-left-color: rgb(153 21 75 / 0); + border-right-color: rgb(153 21 75 / 0); +} +.border-x-pink-800\/5{ + border-left-color: rgb(153 21 75 / 0.05); + border-right-color: rgb(153 21 75 / 0.05); +} +.border-x-pink-800\/10{ + border-left-color: rgb(153 21 75 / 0.1); + border-right-color: rgb(153 21 75 / 0.1); +} +.border-x-pink-800\/20{ + border-left-color: rgb(153 21 75 / 0.2); + border-right-color: rgb(153 21 75 / 0.2); +} +.border-x-pink-800\/25{ + border-left-color: rgb(153 21 75 / 0.25); + border-right-color: rgb(153 21 75 / 0.25); +} +.border-x-pink-800\/30{ + border-left-color: rgb(153 21 75 / 0.3); + border-right-color: rgb(153 21 75 / 0.3); +} +.border-x-pink-800\/40{ + border-left-color: rgb(153 21 75 / 0.4); + border-right-color: rgb(153 21 75 / 0.4); +} +.border-x-pink-800\/50{ + border-left-color: rgb(153 21 75 / 0.5); + border-right-color: rgb(153 21 75 / 0.5); +} +.border-x-pink-800\/60{ + border-left-color: rgb(153 21 75 / 0.6); + border-right-color: rgb(153 21 75 / 0.6); +} +.border-x-pink-800\/70{ + border-left-color: rgb(153 21 75 / 0.7); + border-right-color: rgb(153 21 75 / 0.7); +} +.border-x-pink-800\/75{ + border-left-color: rgb(153 21 75 / 0.75); + border-right-color: rgb(153 21 75 / 0.75); +} +.border-x-pink-800\/80{ + border-left-color: rgb(153 21 75 / 0.8); + border-right-color: rgb(153 21 75 / 0.8); +} +.border-x-pink-800\/90{ + border-left-color: rgb(153 21 75 / 0.9); + border-right-color: rgb(153 21 75 / 0.9); +} +.border-x-pink-800\/95{ + border-left-color: rgb(153 21 75 / 0.95); + border-right-color: rgb(153 21 75 / 0.95); +} +.border-x-pink-800\/100{ + border-left-color: rgb(153 21 75 / 1); + border-right-color: rgb(153 21 75 / 1); +} +.border-x-pink-900\/0{ + border-left-color: rgb(117 26 61 / 0); + border-right-color: rgb(117 26 61 / 0); +} +.border-x-pink-900\/5{ + border-left-color: rgb(117 26 61 / 0.05); + border-right-color: rgb(117 26 61 / 0.05); +} +.border-x-pink-900\/10{ + border-left-color: rgb(117 26 61 / 0.1); + border-right-color: rgb(117 26 61 / 0.1); +} +.border-x-pink-900\/20{ + border-left-color: rgb(117 26 61 / 0.2); + border-right-color: rgb(117 26 61 / 0.2); +} +.border-x-pink-900\/25{ + border-left-color: rgb(117 26 61 / 0.25); + border-right-color: rgb(117 26 61 / 0.25); +} +.border-x-pink-900\/30{ + border-left-color: rgb(117 26 61 / 0.3); + border-right-color: rgb(117 26 61 / 0.3); +} +.border-x-pink-900\/40{ + border-left-color: rgb(117 26 61 / 0.4); + border-right-color: rgb(117 26 61 / 0.4); +} +.border-x-pink-900\/50{ + border-left-color: rgb(117 26 61 / 0.5); + border-right-color: rgb(117 26 61 / 0.5); +} +.border-x-pink-900\/60{ + border-left-color: rgb(117 26 61 / 0.6); + border-right-color: rgb(117 26 61 / 0.6); +} +.border-x-pink-900\/70{ + border-left-color: rgb(117 26 61 / 0.7); + border-right-color: rgb(117 26 61 / 0.7); +} +.border-x-pink-900\/75{ + border-left-color: rgb(117 26 61 / 0.75); + border-right-color: rgb(117 26 61 / 0.75); +} +.border-x-pink-900\/80{ + border-left-color: rgb(117 26 61 / 0.8); + border-right-color: rgb(117 26 61 / 0.8); +} +.border-x-pink-900\/90{ + border-left-color: rgb(117 26 61 / 0.9); + border-right-color: rgb(117 26 61 / 0.9); +} +.border-x-pink-900\/95{ + border-left-color: rgb(117 26 61 / 0.95); + border-right-color: rgb(117 26 61 / 0.95); +} +.border-x-pink-900\/100{ + border-left-color: rgb(117 26 61 / 1); + border-right-color: rgb(117 26 61 / 1); +} +.border-x-rose-50\/0{ + border-left-color: rgb(255 241 242 / 0); + border-right-color: rgb(255 241 242 / 0); +} +.border-x-rose-50\/5{ + border-left-color: rgb(255 241 242 / 0.05); + border-right-color: rgb(255 241 242 / 0.05); +} +.border-x-rose-50\/10{ + border-left-color: rgb(255 241 242 / 0.1); + border-right-color: rgb(255 241 242 / 0.1); +} +.border-x-rose-50\/20{ + border-left-color: rgb(255 241 242 / 0.2); + border-right-color: rgb(255 241 242 / 0.2); +} +.border-x-rose-50\/25{ + border-left-color: rgb(255 241 242 / 0.25); + border-right-color: rgb(255 241 242 / 0.25); +} +.border-x-rose-50\/30{ + border-left-color: rgb(255 241 242 / 0.3); + border-right-color: rgb(255 241 242 / 0.3); +} +.border-x-rose-50\/40{ + border-left-color: rgb(255 241 242 / 0.4); + border-right-color: rgb(255 241 242 / 0.4); +} +.border-x-rose-50\/50{ + border-left-color: rgb(255 241 242 / 0.5); + border-right-color: rgb(255 241 242 / 0.5); +} +.border-x-rose-50\/60{ + border-left-color: rgb(255 241 242 / 0.6); + border-right-color: rgb(255 241 242 / 0.6); +} +.border-x-rose-50\/70{ + border-left-color: rgb(255 241 242 / 0.7); + border-right-color: rgb(255 241 242 / 0.7); +} +.border-x-rose-50\/75{ + border-left-color: rgb(255 241 242 / 0.75); + border-right-color: rgb(255 241 242 / 0.75); +} +.border-x-rose-50\/80{ + border-left-color: rgb(255 241 242 / 0.8); + border-right-color: rgb(255 241 242 / 0.8); +} +.border-x-rose-50\/90{ + border-left-color: rgb(255 241 242 / 0.9); + border-right-color: rgb(255 241 242 / 0.9); +} +.border-x-rose-50\/95{ + border-left-color: rgb(255 241 242 / 0.95); + border-right-color: rgb(255 241 242 / 0.95); +} +.border-x-rose-50\/100{ + border-left-color: rgb(255 241 242 / 1); + border-right-color: rgb(255 241 242 / 1); +} +.border-x-rose-100\/0{ + border-left-color: rgb(255 228 230 / 0); + border-right-color: rgb(255 228 230 / 0); +} +.border-x-rose-100\/5{ + border-left-color: rgb(255 228 230 / 0.05); + border-right-color: rgb(255 228 230 / 0.05); +} +.border-x-rose-100\/10{ + border-left-color: rgb(255 228 230 / 0.1); + border-right-color: rgb(255 228 230 / 0.1); +} +.border-x-rose-100\/20{ + border-left-color: rgb(255 228 230 / 0.2); + border-right-color: rgb(255 228 230 / 0.2); +} +.border-x-rose-100\/25{ + border-left-color: rgb(255 228 230 / 0.25); + border-right-color: rgb(255 228 230 / 0.25); +} +.border-x-rose-100\/30{ + border-left-color: rgb(255 228 230 / 0.3); + border-right-color: rgb(255 228 230 / 0.3); +} +.border-x-rose-100\/40{ + border-left-color: rgb(255 228 230 / 0.4); + border-right-color: rgb(255 228 230 / 0.4); +} +.border-x-rose-100\/50{ + border-left-color: rgb(255 228 230 / 0.5); + border-right-color: rgb(255 228 230 / 0.5); +} +.border-x-rose-100\/60{ + border-left-color: rgb(255 228 230 / 0.6); + border-right-color: rgb(255 228 230 / 0.6); +} +.border-x-rose-100\/70{ + border-left-color: rgb(255 228 230 / 0.7); + border-right-color: rgb(255 228 230 / 0.7); +} +.border-x-rose-100\/75{ + border-left-color: rgb(255 228 230 / 0.75); + border-right-color: rgb(255 228 230 / 0.75); +} +.border-x-rose-100\/80{ + border-left-color: rgb(255 228 230 / 0.8); + border-right-color: rgb(255 228 230 / 0.8); +} +.border-x-rose-100\/90{ + border-left-color: rgb(255 228 230 / 0.9); + border-right-color: rgb(255 228 230 / 0.9); +} +.border-x-rose-100\/95{ + border-left-color: rgb(255 228 230 / 0.95); + border-right-color: rgb(255 228 230 / 0.95); +} +.border-x-rose-100\/100{ + border-left-color: rgb(255 228 230 / 1); + border-right-color: rgb(255 228 230 / 1); +} +.border-x-rose-200\/0{ + border-left-color: rgb(254 205 211 / 0); + border-right-color: rgb(254 205 211 / 0); +} +.border-x-rose-200\/5{ + border-left-color: rgb(254 205 211 / 0.05); + border-right-color: rgb(254 205 211 / 0.05); +} +.border-x-rose-200\/10{ + border-left-color: rgb(254 205 211 / 0.1); + border-right-color: rgb(254 205 211 / 0.1); +} +.border-x-rose-200\/20{ + border-left-color: rgb(254 205 211 / 0.2); + border-right-color: rgb(254 205 211 / 0.2); +} +.border-x-rose-200\/25{ + border-left-color: rgb(254 205 211 / 0.25); + border-right-color: rgb(254 205 211 / 0.25); +} +.border-x-rose-200\/30{ + border-left-color: rgb(254 205 211 / 0.3); + border-right-color: rgb(254 205 211 / 0.3); +} +.border-x-rose-200\/40{ + border-left-color: rgb(254 205 211 / 0.4); + border-right-color: rgb(254 205 211 / 0.4); +} +.border-x-rose-200\/50{ + border-left-color: rgb(254 205 211 / 0.5); + border-right-color: rgb(254 205 211 / 0.5); +} +.border-x-rose-200\/60{ + border-left-color: rgb(254 205 211 / 0.6); + border-right-color: rgb(254 205 211 / 0.6); +} +.border-x-rose-200\/70{ + border-left-color: rgb(254 205 211 / 0.7); + border-right-color: rgb(254 205 211 / 0.7); +} +.border-x-rose-200\/75{ + border-left-color: rgb(254 205 211 / 0.75); + border-right-color: rgb(254 205 211 / 0.75); +} +.border-x-rose-200\/80{ + border-left-color: rgb(254 205 211 / 0.8); + border-right-color: rgb(254 205 211 / 0.8); +} +.border-x-rose-200\/90{ + border-left-color: rgb(254 205 211 / 0.9); + border-right-color: rgb(254 205 211 / 0.9); +} +.border-x-rose-200\/95{ + border-left-color: rgb(254 205 211 / 0.95); + border-right-color: rgb(254 205 211 / 0.95); +} +.border-x-rose-200\/100{ + border-left-color: rgb(254 205 211 / 1); + border-right-color: rgb(254 205 211 / 1); +} +.border-x-rose-300\/0{ + border-left-color: rgb(253 164 175 / 0); + border-right-color: rgb(253 164 175 / 0); +} +.border-x-rose-300\/5{ + border-left-color: rgb(253 164 175 / 0.05); + border-right-color: rgb(253 164 175 / 0.05); +} +.border-x-rose-300\/10{ + border-left-color: rgb(253 164 175 / 0.1); + border-right-color: rgb(253 164 175 / 0.1); +} +.border-x-rose-300\/20{ + border-left-color: rgb(253 164 175 / 0.2); + border-right-color: rgb(253 164 175 / 0.2); +} +.border-x-rose-300\/25{ + border-left-color: rgb(253 164 175 / 0.25); + border-right-color: rgb(253 164 175 / 0.25); +} +.border-x-rose-300\/30{ + border-left-color: rgb(253 164 175 / 0.3); + border-right-color: rgb(253 164 175 / 0.3); +} +.border-x-rose-300\/40{ + border-left-color: rgb(253 164 175 / 0.4); + border-right-color: rgb(253 164 175 / 0.4); +} +.border-x-rose-300\/50{ + border-left-color: rgb(253 164 175 / 0.5); + border-right-color: rgb(253 164 175 / 0.5); +} +.border-x-rose-300\/60{ + border-left-color: rgb(253 164 175 / 0.6); + border-right-color: rgb(253 164 175 / 0.6); +} +.border-x-rose-300\/70{ + border-left-color: rgb(253 164 175 / 0.7); + border-right-color: rgb(253 164 175 / 0.7); +} +.border-x-rose-300\/75{ + border-left-color: rgb(253 164 175 / 0.75); + border-right-color: rgb(253 164 175 / 0.75); +} +.border-x-rose-300\/80{ + border-left-color: rgb(253 164 175 / 0.8); + border-right-color: rgb(253 164 175 / 0.8); +} +.border-x-rose-300\/90{ + border-left-color: rgb(253 164 175 / 0.9); + border-right-color: rgb(253 164 175 / 0.9); +} +.border-x-rose-300\/95{ + border-left-color: rgb(253 164 175 / 0.95); + border-right-color: rgb(253 164 175 / 0.95); +} +.border-x-rose-300\/100{ + border-left-color: rgb(253 164 175 / 1); + border-right-color: rgb(253 164 175 / 1); +} +.border-x-rose-400\/0{ + border-left-color: rgb(251 113 133 / 0); + border-right-color: rgb(251 113 133 / 0); +} +.border-x-rose-400\/5{ + border-left-color: rgb(251 113 133 / 0.05); + border-right-color: rgb(251 113 133 / 0.05); +} +.border-x-rose-400\/10{ + border-left-color: rgb(251 113 133 / 0.1); + border-right-color: rgb(251 113 133 / 0.1); +} +.border-x-rose-400\/20{ + border-left-color: rgb(251 113 133 / 0.2); + border-right-color: rgb(251 113 133 / 0.2); +} +.border-x-rose-400\/25{ + border-left-color: rgb(251 113 133 / 0.25); + border-right-color: rgb(251 113 133 / 0.25); +} +.border-x-rose-400\/30{ + border-left-color: rgb(251 113 133 / 0.3); + border-right-color: rgb(251 113 133 / 0.3); +} +.border-x-rose-400\/40{ + border-left-color: rgb(251 113 133 / 0.4); + border-right-color: rgb(251 113 133 / 0.4); +} +.border-x-rose-400\/50{ + border-left-color: rgb(251 113 133 / 0.5); + border-right-color: rgb(251 113 133 / 0.5); +} +.border-x-rose-400\/60{ + border-left-color: rgb(251 113 133 / 0.6); + border-right-color: rgb(251 113 133 / 0.6); +} +.border-x-rose-400\/70{ + border-left-color: rgb(251 113 133 / 0.7); + border-right-color: rgb(251 113 133 / 0.7); +} +.border-x-rose-400\/75{ + border-left-color: rgb(251 113 133 / 0.75); + border-right-color: rgb(251 113 133 / 0.75); +} +.border-x-rose-400\/80{ + border-left-color: rgb(251 113 133 / 0.8); + border-right-color: rgb(251 113 133 / 0.8); +} +.border-x-rose-400\/90{ + border-left-color: rgb(251 113 133 / 0.9); + border-right-color: rgb(251 113 133 / 0.9); +} +.border-x-rose-400\/95{ + border-left-color: rgb(251 113 133 / 0.95); + border-right-color: rgb(251 113 133 / 0.95); +} +.border-x-rose-400\/100{ + border-left-color: rgb(251 113 133 / 1); + border-right-color: rgb(251 113 133 / 1); +} +.border-x-rose-500\/0{ + border-left-color: rgb(244 63 94 / 0); + border-right-color: rgb(244 63 94 / 0); +} +.border-x-rose-500\/5{ + border-left-color: rgb(244 63 94 / 0.05); + border-right-color: rgb(244 63 94 / 0.05); +} +.border-x-rose-500\/10{ + border-left-color: rgb(244 63 94 / 0.1); + border-right-color: rgb(244 63 94 / 0.1); +} +.border-x-rose-500\/20{ + border-left-color: rgb(244 63 94 / 0.2); + border-right-color: rgb(244 63 94 / 0.2); +} +.border-x-rose-500\/25{ + border-left-color: rgb(244 63 94 / 0.25); + border-right-color: rgb(244 63 94 / 0.25); +} +.border-x-rose-500\/30{ + border-left-color: rgb(244 63 94 / 0.3); + border-right-color: rgb(244 63 94 / 0.3); +} +.border-x-rose-500\/40{ + border-left-color: rgb(244 63 94 / 0.4); + border-right-color: rgb(244 63 94 / 0.4); +} +.border-x-rose-500\/50{ + border-left-color: rgb(244 63 94 / 0.5); + border-right-color: rgb(244 63 94 / 0.5); +} +.border-x-rose-500\/60{ + border-left-color: rgb(244 63 94 / 0.6); + border-right-color: rgb(244 63 94 / 0.6); +} +.border-x-rose-500\/70{ + border-left-color: rgb(244 63 94 / 0.7); + border-right-color: rgb(244 63 94 / 0.7); +} +.border-x-rose-500\/75{ + border-left-color: rgb(244 63 94 / 0.75); + border-right-color: rgb(244 63 94 / 0.75); +} +.border-x-rose-500\/80{ + border-left-color: rgb(244 63 94 / 0.8); + border-right-color: rgb(244 63 94 / 0.8); +} +.border-x-rose-500\/90{ + border-left-color: rgb(244 63 94 / 0.9); + border-right-color: rgb(244 63 94 / 0.9); +} +.border-x-rose-500\/95{ + border-left-color: rgb(244 63 94 / 0.95); + border-right-color: rgb(244 63 94 / 0.95); +} +.border-x-rose-500\/100{ + border-left-color: rgb(244 63 94 / 1); + border-right-color: rgb(244 63 94 / 1); +} +.border-x-rose-600\/0{ + border-left-color: rgb(225 29 72 / 0); + border-right-color: rgb(225 29 72 / 0); +} +.border-x-rose-600\/5{ + border-left-color: rgb(225 29 72 / 0.05); + border-right-color: rgb(225 29 72 / 0.05); +} +.border-x-rose-600\/10{ + border-left-color: rgb(225 29 72 / 0.1); + border-right-color: rgb(225 29 72 / 0.1); +} +.border-x-rose-600\/20{ + border-left-color: rgb(225 29 72 / 0.2); + border-right-color: rgb(225 29 72 / 0.2); +} +.border-x-rose-600\/25{ + border-left-color: rgb(225 29 72 / 0.25); + border-right-color: rgb(225 29 72 / 0.25); +} +.border-x-rose-600\/30{ + border-left-color: rgb(225 29 72 / 0.3); + border-right-color: rgb(225 29 72 / 0.3); +} +.border-x-rose-600\/40{ + border-left-color: rgb(225 29 72 / 0.4); + border-right-color: rgb(225 29 72 / 0.4); +} +.border-x-rose-600\/50{ + border-left-color: rgb(225 29 72 / 0.5); + border-right-color: rgb(225 29 72 / 0.5); +} +.border-x-rose-600\/60{ + border-left-color: rgb(225 29 72 / 0.6); + border-right-color: rgb(225 29 72 / 0.6); +} +.border-x-rose-600\/70{ + border-left-color: rgb(225 29 72 / 0.7); + border-right-color: rgb(225 29 72 / 0.7); +} +.border-x-rose-600\/75{ + border-left-color: rgb(225 29 72 / 0.75); + border-right-color: rgb(225 29 72 / 0.75); +} +.border-x-rose-600\/80{ + border-left-color: rgb(225 29 72 / 0.8); + border-right-color: rgb(225 29 72 / 0.8); +} +.border-x-rose-600\/90{ + border-left-color: rgb(225 29 72 / 0.9); + border-right-color: rgb(225 29 72 / 0.9); +} +.border-x-rose-600\/95{ + border-left-color: rgb(225 29 72 / 0.95); + border-right-color: rgb(225 29 72 / 0.95); +} +.border-x-rose-600\/100{ + border-left-color: rgb(225 29 72 / 1); + border-right-color: rgb(225 29 72 / 1); +} +.border-x-rose-700\/0{ + border-left-color: rgb(190 18 60 / 0); + border-right-color: rgb(190 18 60 / 0); +} +.border-x-rose-700\/5{ + border-left-color: rgb(190 18 60 / 0.05); + border-right-color: rgb(190 18 60 / 0.05); +} +.border-x-rose-700\/10{ + border-left-color: rgb(190 18 60 / 0.1); + border-right-color: rgb(190 18 60 / 0.1); +} +.border-x-rose-700\/20{ + border-left-color: rgb(190 18 60 / 0.2); + border-right-color: rgb(190 18 60 / 0.2); +} +.border-x-rose-700\/25{ + border-left-color: rgb(190 18 60 / 0.25); + border-right-color: rgb(190 18 60 / 0.25); +} +.border-x-rose-700\/30{ + border-left-color: rgb(190 18 60 / 0.3); + border-right-color: rgb(190 18 60 / 0.3); +} +.border-x-rose-700\/40{ + border-left-color: rgb(190 18 60 / 0.4); + border-right-color: rgb(190 18 60 / 0.4); +} +.border-x-rose-700\/50{ + border-left-color: rgb(190 18 60 / 0.5); + border-right-color: rgb(190 18 60 / 0.5); +} +.border-x-rose-700\/60{ + border-left-color: rgb(190 18 60 / 0.6); + border-right-color: rgb(190 18 60 / 0.6); +} +.border-x-rose-700\/70{ + border-left-color: rgb(190 18 60 / 0.7); + border-right-color: rgb(190 18 60 / 0.7); +} +.border-x-rose-700\/75{ + border-left-color: rgb(190 18 60 / 0.75); + border-right-color: rgb(190 18 60 / 0.75); +} +.border-x-rose-700\/80{ + border-left-color: rgb(190 18 60 / 0.8); + border-right-color: rgb(190 18 60 / 0.8); +} +.border-x-rose-700\/90{ + border-left-color: rgb(190 18 60 / 0.9); + border-right-color: rgb(190 18 60 / 0.9); +} +.border-x-rose-700\/95{ + border-left-color: rgb(190 18 60 / 0.95); + border-right-color: rgb(190 18 60 / 0.95); +} +.border-x-rose-700\/100{ + border-left-color: rgb(190 18 60 / 1); + border-right-color: rgb(190 18 60 / 1); +} +.border-x-rose-800\/0{ + border-left-color: rgb(159 18 57 / 0); + border-right-color: rgb(159 18 57 / 0); +} +.border-x-rose-800\/5{ + border-left-color: rgb(159 18 57 / 0.05); + border-right-color: rgb(159 18 57 / 0.05); +} +.border-x-rose-800\/10{ + border-left-color: rgb(159 18 57 / 0.1); + border-right-color: rgb(159 18 57 / 0.1); +} +.border-x-rose-800\/20{ + border-left-color: rgb(159 18 57 / 0.2); + border-right-color: rgb(159 18 57 / 0.2); +} +.border-x-rose-800\/25{ + border-left-color: rgb(159 18 57 / 0.25); + border-right-color: rgb(159 18 57 / 0.25); +} +.border-x-rose-800\/30{ + border-left-color: rgb(159 18 57 / 0.3); + border-right-color: rgb(159 18 57 / 0.3); +} +.border-x-rose-800\/40{ + border-left-color: rgb(159 18 57 / 0.4); + border-right-color: rgb(159 18 57 / 0.4); +} +.border-x-rose-800\/50{ + border-left-color: rgb(159 18 57 / 0.5); + border-right-color: rgb(159 18 57 / 0.5); +} +.border-x-rose-800\/60{ + border-left-color: rgb(159 18 57 / 0.6); + border-right-color: rgb(159 18 57 / 0.6); +} +.border-x-rose-800\/70{ + border-left-color: rgb(159 18 57 / 0.7); + border-right-color: rgb(159 18 57 / 0.7); +} +.border-x-rose-800\/75{ + border-left-color: rgb(159 18 57 / 0.75); + border-right-color: rgb(159 18 57 / 0.75); +} +.border-x-rose-800\/80{ + border-left-color: rgb(159 18 57 / 0.8); + border-right-color: rgb(159 18 57 / 0.8); +} +.border-x-rose-800\/90{ + border-left-color: rgb(159 18 57 / 0.9); + border-right-color: rgb(159 18 57 / 0.9); +} +.border-x-rose-800\/95{ + border-left-color: rgb(159 18 57 / 0.95); + border-right-color: rgb(159 18 57 / 0.95); +} +.border-x-rose-800\/100{ + border-left-color: rgb(159 18 57 / 1); + border-right-color: rgb(159 18 57 / 1); +} +.border-x-rose-900\/0{ + border-left-color: rgb(136 19 55 / 0); + border-right-color: rgb(136 19 55 / 0); +} +.border-x-rose-900\/5{ + border-left-color: rgb(136 19 55 / 0.05); + border-right-color: rgb(136 19 55 / 0.05); +} +.border-x-rose-900\/10{ + border-left-color: rgb(136 19 55 / 0.1); + border-right-color: rgb(136 19 55 / 0.1); +} +.border-x-rose-900\/20{ + border-left-color: rgb(136 19 55 / 0.2); + border-right-color: rgb(136 19 55 / 0.2); +} +.border-x-rose-900\/25{ + border-left-color: rgb(136 19 55 / 0.25); + border-right-color: rgb(136 19 55 / 0.25); +} +.border-x-rose-900\/30{ + border-left-color: rgb(136 19 55 / 0.3); + border-right-color: rgb(136 19 55 / 0.3); +} +.border-x-rose-900\/40{ + border-left-color: rgb(136 19 55 / 0.4); + border-right-color: rgb(136 19 55 / 0.4); +} +.border-x-rose-900\/50{ + border-left-color: rgb(136 19 55 / 0.5); + border-right-color: rgb(136 19 55 / 0.5); +} +.border-x-rose-900\/60{ + border-left-color: rgb(136 19 55 / 0.6); + border-right-color: rgb(136 19 55 / 0.6); +} +.border-x-rose-900\/70{ + border-left-color: rgb(136 19 55 / 0.7); + border-right-color: rgb(136 19 55 / 0.7); +} +.border-x-rose-900\/75{ + border-left-color: rgb(136 19 55 / 0.75); + border-right-color: rgb(136 19 55 / 0.75); +} +.border-x-rose-900\/80{ + border-left-color: rgb(136 19 55 / 0.8); + border-right-color: rgb(136 19 55 / 0.8); +} +.border-x-rose-900\/90{ + border-left-color: rgb(136 19 55 / 0.9); + border-right-color: rgb(136 19 55 / 0.9); +} +.border-x-rose-900\/95{ + border-left-color: rgb(136 19 55 / 0.95); + border-right-color: rgb(136 19 55 / 0.95); +} +.border-x-rose-900\/100{ + border-left-color: rgb(136 19 55 / 1); + border-right-color: rgb(136 19 55 / 1); +} +.border-x-rose\/0{ + border-left-color: rgb(244 63 94 / 0); + border-right-color: rgb(244 63 94 / 0); +} +.border-x-rose\/5{ + border-left-color: rgb(244 63 94 / 0.05); + border-right-color: rgb(244 63 94 / 0.05); +} +.border-x-rose\/10{ + border-left-color: rgb(244 63 94 / 0.1); + border-right-color: rgb(244 63 94 / 0.1); +} +.border-x-rose\/20{ + border-left-color: rgb(244 63 94 / 0.2); + border-right-color: rgb(244 63 94 / 0.2); +} +.border-x-rose\/25{ + border-left-color: rgb(244 63 94 / 0.25); + border-right-color: rgb(244 63 94 / 0.25); +} +.border-x-rose\/30{ + border-left-color: rgb(244 63 94 / 0.3); + border-right-color: rgb(244 63 94 / 0.3); +} +.border-x-rose\/40{ + border-left-color: rgb(244 63 94 / 0.4); + border-right-color: rgb(244 63 94 / 0.4); +} +.border-x-rose\/50{ + border-left-color: rgb(244 63 94 / 0.5); + border-right-color: rgb(244 63 94 / 0.5); +} +.border-x-rose\/60{ + border-left-color: rgb(244 63 94 / 0.6); + border-right-color: rgb(244 63 94 / 0.6); +} +.border-x-rose\/70{ + border-left-color: rgb(244 63 94 / 0.7); + border-right-color: rgb(244 63 94 / 0.7); +} +.border-x-rose\/75{ + border-left-color: rgb(244 63 94 / 0.75); + border-right-color: rgb(244 63 94 / 0.75); +} +.border-x-rose\/80{ + border-left-color: rgb(244 63 94 / 0.8); + border-right-color: rgb(244 63 94 / 0.8); +} +.border-x-rose\/90{ + border-left-color: rgb(244 63 94 / 0.9); + border-right-color: rgb(244 63 94 / 0.9); +} +.border-x-rose\/95{ + border-left-color: rgb(244 63 94 / 0.95); + border-right-color: rgb(244 63 94 / 0.95); +} +.border-x-rose\/100{ + border-left-color: rgb(244 63 94 / 1); + border-right-color: rgb(244 63 94 / 1); +} +.border-x-lilac-100\/0{ + border-left-color: rgb(245 247 250 / 0); + border-right-color: rgb(245 247 250 / 0); +} +.border-x-lilac-100\/5{ + border-left-color: rgb(245 247 250 / 0.05); + border-right-color: rgb(245 247 250 / 0.05); +} +.border-x-lilac-100\/10{ + border-left-color: rgb(245 247 250 / 0.1); + border-right-color: rgb(245 247 250 / 0.1); +} +.border-x-lilac-100\/20{ + border-left-color: rgb(245 247 250 / 0.2); + border-right-color: rgb(245 247 250 / 0.2); +} +.border-x-lilac-100\/25{ + border-left-color: rgb(245 247 250 / 0.25); + border-right-color: rgb(245 247 250 / 0.25); +} +.border-x-lilac-100\/30{ + border-left-color: rgb(245 247 250 / 0.3); + border-right-color: rgb(245 247 250 / 0.3); +} +.border-x-lilac-100\/40{ + border-left-color: rgb(245 247 250 / 0.4); + border-right-color: rgb(245 247 250 / 0.4); +} +.border-x-lilac-100\/50{ + border-left-color: rgb(245 247 250 / 0.5); + border-right-color: rgb(245 247 250 / 0.5); +} +.border-x-lilac-100\/60{ + border-left-color: rgb(245 247 250 / 0.6); + border-right-color: rgb(245 247 250 / 0.6); +} +.border-x-lilac-100\/70{ + border-left-color: rgb(245 247 250 / 0.7); + border-right-color: rgb(245 247 250 / 0.7); +} +.border-x-lilac-100\/75{ + border-left-color: rgb(245 247 250 / 0.75); + border-right-color: rgb(245 247 250 / 0.75); +} +.border-x-lilac-100\/80{ + border-left-color: rgb(245 247 250 / 0.8); + border-right-color: rgb(245 247 250 / 0.8); +} +.border-x-lilac-100\/90{ + border-left-color: rgb(245 247 250 / 0.9); + border-right-color: rgb(245 247 250 / 0.9); +} +.border-x-lilac-100\/95{ + border-left-color: rgb(245 247 250 / 0.95); + border-right-color: rgb(245 247 250 / 0.95); +} +.border-x-lilac-100\/100{ + border-left-color: rgb(245 247 250 / 1); + border-right-color: rgb(245 247 250 / 1); +} +.border-x-lilac-300\/0{ + border-left-color: rgb(237 240 252 / 0); + border-right-color: rgb(237 240 252 / 0); +} +.border-x-lilac-300\/5{ + border-left-color: rgb(237 240 252 / 0.05); + border-right-color: rgb(237 240 252 / 0.05); +} +.border-x-lilac-300\/10{ + border-left-color: rgb(237 240 252 / 0.1); + border-right-color: rgb(237 240 252 / 0.1); +} +.border-x-lilac-300\/20{ + border-left-color: rgb(237 240 252 / 0.2); + border-right-color: rgb(237 240 252 / 0.2); +} +.border-x-lilac-300\/25{ + border-left-color: rgb(237 240 252 / 0.25); + border-right-color: rgb(237 240 252 / 0.25); +} +.border-x-lilac-300\/30{ + border-left-color: rgb(237 240 252 / 0.3); + border-right-color: rgb(237 240 252 / 0.3); +} +.border-x-lilac-300\/40{ + border-left-color: rgb(237 240 252 / 0.4); + border-right-color: rgb(237 240 252 / 0.4); +} +.border-x-lilac-300\/50{ + border-left-color: rgb(237 240 252 / 0.5); + border-right-color: rgb(237 240 252 / 0.5); +} +.border-x-lilac-300\/60{ + border-left-color: rgb(237 240 252 / 0.6); + border-right-color: rgb(237 240 252 / 0.6); +} +.border-x-lilac-300\/70{ + border-left-color: rgb(237 240 252 / 0.7); + border-right-color: rgb(237 240 252 / 0.7); +} +.border-x-lilac-300\/75{ + border-left-color: rgb(237 240 252 / 0.75); + border-right-color: rgb(237 240 252 / 0.75); +} +.border-x-lilac-300\/80{ + border-left-color: rgb(237 240 252 / 0.8); + border-right-color: rgb(237 240 252 / 0.8); +} +.border-x-lilac-300\/90{ + border-left-color: rgb(237 240 252 / 0.9); + border-right-color: rgb(237 240 252 / 0.9); +} +.border-x-lilac-300\/95{ + border-left-color: rgb(237 240 252 / 0.95); + border-right-color: rgb(237 240 252 / 0.95); +} +.border-x-lilac-300\/100{ + border-left-color: rgb(237 240 252 / 1); + border-right-color: rgb(237 240 252 / 1); +} +.border-x-lilac-900\/0{ + border-left-color: rgb(220 226 249 / 0); + border-right-color: rgb(220 226 249 / 0); +} +.border-x-lilac-900\/5{ + border-left-color: rgb(220 226 249 / 0.05); + border-right-color: rgb(220 226 249 / 0.05); +} +.border-x-lilac-900\/10{ + border-left-color: rgb(220 226 249 / 0.1); + border-right-color: rgb(220 226 249 / 0.1); +} +.border-x-lilac-900\/20{ + border-left-color: rgb(220 226 249 / 0.2); + border-right-color: rgb(220 226 249 / 0.2); +} +.border-x-lilac-900\/25{ + border-left-color: rgb(220 226 249 / 0.25); + border-right-color: rgb(220 226 249 / 0.25); +} +.border-x-lilac-900\/30{ + border-left-color: rgb(220 226 249 / 0.3); + border-right-color: rgb(220 226 249 / 0.3); +} +.border-x-lilac-900\/40{ + border-left-color: rgb(220 226 249 / 0.4); + border-right-color: rgb(220 226 249 / 0.4); +} +.border-x-lilac-900\/50{ + border-left-color: rgb(220 226 249 / 0.5); + border-right-color: rgb(220 226 249 / 0.5); +} +.border-x-lilac-900\/60{ + border-left-color: rgb(220 226 249 / 0.6); + border-right-color: rgb(220 226 249 / 0.6); +} +.border-x-lilac-900\/70{ + border-left-color: rgb(220 226 249 / 0.7); + border-right-color: rgb(220 226 249 / 0.7); +} +.border-x-lilac-900\/75{ + border-left-color: rgb(220 226 249 / 0.75); + border-right-color: rgb(220 226 249 / 0.75); +} +.border-x-lilac-900\/80{ + border-left-color: rgb(220 226 249 / 0.8); + border-right-color: rgb(220 226 249 / 0.8); +} +.border-x-lilac-900\/90{ + border-left-color: rgb(220 226 249 / 0.9); + border-right-color: rgb(220 226 249 / 0.9); +} +.border-x-lilac-900\/95{ + border-left-color: rgb(220 226 249 / 0.95); + border-right-color: rgb(220 226 249 / 0.95); +} +.border-x-lilac-900\/100{ + border-left-color: rgb(220 226 249 / 1); + border-right-color: rgb(220 226 249 / 1); +} +.border-x-lilac\/0{ + border-left-color: rgb(248 249 254 / 0); + border-right-color: rgb(248 249 254 / 0); +} +.border-x-lilac\/5{ + border-left-color: rgb(248 249 254 / 0.05); + border-right-color: rgb(248 249 254 / 0.05); +} +.border-x-lilac\/10{ + border-left-color: rgb(248 249 254 / 0.1); + border-right-color: rgb(248 249 254 / 0.1); +} +.border-x-lilac\/20{ + border-left-color: rgb(248 249 254 / 0.2); + border-right-color: rgb(248 249 254 / 0.2); +} +.border-x-lilac\/25{ + border-left-color: rgb(248 249 254 / 0.25); + border-right-color: rgb(248 249 254 / 0.25); +} +.border-x-lilac\/30{ + border-left-color: rgb(248 249 254 / 0.3); + border-right-color: rgb(248 249 254 / 0.3); +} +.border-x-lilac\/40{ + border-left-color: rgb(248 249 254 / 0.4); + border-right-color: rgb(248 249 254 / 0.4); +} +.border-x-lilac\/50{ + border-left-color: rgb(248 249 254 / 0.5); + border-right-color: rgb(248 249 254 / 0.5); +} +.border-x-lilac\/60{ + border-left-color: rgb(248 249 254 / 0.6); + border-right-color: rgb(248 249 254 / 0.6); +} +.border-x-lilac\/70{ + border-left-color: rgb(248 249 254 / 0.7); + border-right-color: rgb(248 249 254 / 0.7); +} +.border-x-lilac\/75{ + border-left-color: rgb(248 249 254 / 0.75); + border-right-color: rgb(248 249 254 / 0.75); +} +.border-x-lilac\/80{ + border-left-color: rgb(248 249 254 / 0.8); + border-right-color: rgb(248 249 254 / 0.8); +} +.border-x-lilac\/90{ + border-left-color: rgb(248 249 254 / 0.9); + border-right-color: rgb(248 249 254 / 0.9); +} +.border-x-lilac\/95{ + border-left-color: rgb(248 249 254 / 0.95); + border-right-color: rgb(248 249 254 / 0.95); +} +.border-x-lilac\/100{ + border-left-color: rgb(248 249 254 / 1); + border-right-color: rgb(248 249 254 / 1); +} +.border-x-golden-900\/0{ + border-left-color: rgb(191 184 130 / 0); + border-right-color: rgb(191 184 130 / 0); +} +.border-x-golden-900\/5{ + border-left-color: rgb(191 184 130 / 0.05); + border-right-color: rgb(191 184 130 / 0.05); +} +.border-x-golden-900\/10{ + border-left-color: rgb(191 184 130 / 0.1); + border-right-color: rgb(191 184 130 / 0.1); +} +.border-x-golden-900\/20{ + border-left-color: rgb(191 184 130 / 0.2); + border-right-color: rgb(191 184 130 / 0.2); +} +.border-x-golden-900\/25{ + border-left-color: rgb(191 184 130 / 0.25); + border-right-color: rgb(191 184 130 / 0.25); +} +.border-x-golden-900\/30{ + border-left-color: rgb(191 184 130 / 0.3); + border-right-color: rgb(191 184 130 / 0.3); +} +.border-x-golden-900\/40{ + border-left-color: rgb(191 184 130 / 0.4); + border-right-color: rgb(191 184 130 / 0.4); +} +.border-x-golden-900\/50{ + border-left-color: rgb(191 184 130 / 0.5); + border-right-color: rgb(191 184 130 / 0.5); +} +.border-x-golden-900\/60{ + border-left-color: rgb(191 184 130 / 0.6); + border-right-color: rgb(191 184 130 / 0.6); +} +.border-x-golden-900\/70{ + border-left-color: rgb(191 184 130 / 0.7); + border-right-color: rgb(191 184 130 / 0.7); +} +.border-x-golden-900\/75{ + border-left-color: rgb(191 184 130 / 0.75); + border-right-color: rgb(191 184 130 / 0.75); +} +.border-x-golden-900\/80{ + border-left-color: rgb(191 184 130 / 0.8); + border-right-color: rgb(191 184 130 / 0.8); +} +.border-x-golden-900\/90{ + border-left-color: rgb(191 184 130 / 0.9); + border-right-color: rgb(191 184 130 / 0.9); +} +.border-x-golden-900\/95{ + border-left-color: rgb(191 184 130 / 0.95); + border-right-color: rgb(191 184 130 / 0.95); +} +.border-x-golden-900\/100{ + border-left-color: rgb(191 184 130 / 1); + border-right-color: rgb(191 184 130 / 1); +} +.border-x-golden\/0{ + border-left-color: rgb(209 201 137 / 0); + border-right-color: rgb(209 201 137 / 0); +} +.border-x-golden\/5{ + border-left-color: rgb(209 201 137 / 0.05); + border-right-color: rgb(209 201 137 / 0.05); +} +.border-x-golden\/10{ + border-left-color: rgb(209 201 137 / 0.1); + border-right-color: rgb(209 201 137 / 0.1); +} +.border-x-golden\/20{ + border-left-color: rgb(209 201 137 / 0.2); + border-right-color: rgb(209 201 137 / 0.2); +} +.border-x-golden\/25{ + border-left-color: rgb(209 201 137 / 0.25); + border-right-color: rgb(209 201 137 / 0.25); +} +.border-x-golden\/30{ + border-left-color: rgb(209 201 137 / 0.3); + border-right-color: rgb(209 201 137 / 0.3); +} +.border-x-golden\/40{ + border-left-color: rgb(209 201 137 / 0.4); + border-right-color: rgb(209 201 137 / 0.4); +} +.border-x-golden\/50{ + border-left-color: rgb(209 201 137 / 0.5); + border-right-color: rgb(209 201 137 / 0.5); +} +.border-x-golden\/60{ + border-left-color: rgb(209 201 137 / 0.6); + border-right-color: rgb(209 201 137 / 0.6); +} +.border-x-golden\/70{ + border-left-color: rgb(209 201 137 / 0.7); + border-right-color: rgb(209 201 137 / 0.7); +} +.border-x-golden\/75{ + border-left-color: rgb(209 201 137 / 0.75); + border-right-color: rgb(209 201 137 / 0.75); +} +.border-x-golden\/80{ + border-left-color: rgb(209 201 137 / 0.8); + border-right-color: rgb(209 201 137 / 0.8); +} +.border-x-golden\/90{ + border-left-color: rgb(209 201 137 / 0.9); + border-right-color: rgb(209 201 137 / 0.9); +} +.border-x-golden\/95{ + border-left-color: rgb(209 201 137 / 0.95); + border-right-color: rgb(209 201 137 / 0.95); +} +.border-x-golden\/100{ + border-left-color: rgb(209 201 137 / 1); + border-right-color: rgb(209 201 137 / 1); +} +.border-x-status-success\/0{ + border-left-color: rgb(241 246 238 / 0); + border-right-color: rgb(241 246 238 / 0); +} +.border-x-status-success\/5{ + border-left-color: rgb(241 246 238 / 0.05); + border-right-color: rgb(241 246 238 / 0.05); +} +.border-x-status-success\/10{ + border-left-color: rgb(241 246 238 / 0.1); + border-right-color: rgb(241 246 238 / 0.1); +} +.border-x-status-success\/20{ + border-left-color: rgb(241 246 238 / 0.2); + border-right-color: rgb(241 246 238 / 0.2); +} +.border-x-status-success\/25{ + border-left-color: rgb(241 246 238 / 0.25); + border-right-color: rgb(241 246 238 / 0.25); +} +.border-x-status-success\/30{ + border-left-color: rgb(241 246 238 / 0.3); + border-right-color: rgb(241 246 238 / 0.3); +} +.border-x-status-success\/40{ + border-left-color: rgb(241 246 238 / 0.4); + border-right-color: rgb(241 246 238 / 0.4); +} +.border-x-status-success\/50{ + border-left-color: rgb(241 246 238 / 0.5); + border-right-color: rgb(241 246 238 / 0.5); +} +.border-x-status-success\/60{ + border-left-color: rgb(241 246 238 / 0.6); + border-right-color: rgb(241 246 238 / 0.6); +} +.border-x-status-success\/70{ + border-left-color: rgb(241 246 238 / 0.7); + border-right-color: rgb(241 246 238 / 0.7); +} +.border-x-status-success\/75{ + border-left-color: rgb(241 246 238 / 0.75); + border-right-color: rgb(241 246 238 / 0.75); +} +.border-x-status-success\/80{ + border-left-color: rgb(241 246 238 / 0.8); + border-right-color: rgb(241 246 238 / 0.8); +} +.border-x-status-success\/90{ + border-left-color: rgb(241 246 238 / 0.9); + border-right-color: rgb(241 246 238 / 0.9); +} +.border-x-status-success\/95{ + border-left-color: rgb(241 246 238 / 0.95); + border-right-color: rgb(241 246 238 / 0.95); +} +.border-x-status-success\/100{ + border-left-color: rgb(241 246 238 / 1); + border-right-color: rgb(241 246 238 / 1); +} +.border-x-status-danger\/0{ + border-left-color: rgb(250 230 230 / 0); + border-right-color: rgb(250 230 230 / 0); +} +.border-x-status-danger\/5{ + border-left-color: rgb(250 230 230 / 0.05); + border-right-color: rgb(250 230 230 / 0.05); +} +.border-x-status-danger\/10{ + border-left-color: rgb(250 230 230 / 0.1); + border-right-color: rgb(250 230 230 / 0.1); +} +.border-x-status-danger\/20{ + border-left-color: rgb(250 230 230 / 0.2); + border-right-color: rgb(250 230 230 / 0.2); +} +.border-x-status-danger\/25{ + border-left-color: rgb(250 230 230 / 0.25); + border-right-color: rgb(250 230 230 / 0.25); +} +.border-x-status-danger\/30{ + border-left-color: rgb(250 230 230 / 0.3); + border-right-color: rgb(250 230 230 / 0.3); +} +.border-x-status-danger\/40{ + border-left-color: rgb(250 230 230 / 0.4); + border-right-color: rgb(250 230 230 / 0.4); +} +.border-x-status-danger\/50{ + border-left-color: rgb(250 230 230 / 0.5); + border-right-color: rgb(250 230 230 / 0.5); +} +.border-x-status-danger\/60{ + border-left-color: rgb(250 230 230 / 0.6); + border-right-color: rgb(250 230 230 / 0.6); +} +.border-x-status-danger\/70{ + border-left-color: rgb(250 230 230 / 0.7); + border-right-color: rgb(250 230 230 / 0.7); +} +.border-x-status-danger\/75{ + border-left-color: rgb(250 230 230 / 0.75); + border-right-color: rgb(250 230 230 / 0.75); +} +.border-x-status-danger\/80{ + border-left-color: rgb(250 230 230 / 0.8); + border-right-color: rgb(250 230 230 / 0.8); +} +.border-x-status-danger\/90{ + border-left-color: rgb(250 230 230 / 0.9); + border-right-color: rgb(250 230 230 / 0.9); +} +.border-x-status-danger\/95{ + border-left-color: rgb(250 230 230 / 0.95); + border-right-color: rgb(250 230 230 / 0.95); +} +.border-x-status-danger\/100{ + border-left-color: rgb(250 230 230 / 1); + border-right-color: rgb(250 230 230 / 1); +} +.border-x-status-sent\/0{ + border-left-color: rgb(254 245 231 / 0); + border-right-color: rgb(254 245 231 / 0); +} +.border-x-status-sent\/5{ + border-left-color: rgb(254 245 231 / 0.05); + border-right-color: rgb(254 245 231 / 0.05); +} +.border-x-status-sent\/10{ + border-left-color: rgb(254 245 231 / 0.1); + border-right-color: rgb(254 245 231 / 0.1); +} +.border-x-status-sent\/20{ + border-left-color: rgb(254 245 231 / 0.2); + border-right-color: rgb(254 245 231 / 0.2); +} +.border-x-status-sent\/25{ + border-left-color: rgb(254 245 231 / 0.25); + border-right-color: rgb(254 245 231 / 0.25); +} +.border-x-status-sent\/30{ + border-left-color: rgb(254 245 231 / 0.3); + border-right-color: rgb(254 245 231 / 0.3); +} +.border-x-status-sent\/40{ + border-left-color: rgb(254 245 231 / 0.4); + border-right-color: rgb(254 245 231 / 0.4); +} +.border-x-status-sent\/50{ + border-left-color: rgb(254 245 231 / 0.5); + border-right-color: rgb(254 245 231 / 0.5); +} +.border-x-status-sent\/60{ + border-left-color: rgb(254 245 231 / 0.6); + border-right-color: rgb(254 245 231 / 0.6); +} +.border-x-status-sent\/70{ + border-left-color: rgb(254 245 231 / 0.7); + border-right-color: rgb(254 245 231 / 0.7); +} +.border-x-status-sent\/75{ + border-left-color: rgb(254 245 231 / 0.75); + border-right-color: rgb(254 245 231 / 0.75); +} +.border-x-status-sent\/80{ + border-left-color: rgb(254 245 231 / 0.8); + border-right-color: rgb(254 245 231 / 0.8); +} +.border-x-status-sent\/90{ + border-left-color: rgb(254 245 231 / 0.9); + border-right-color: rgb(254 245 231 / 0.9); +} +.border-x-status-sent\/95{ + border-left-color: rgb(254 245 231 / 0.95); + border-right-color: rgb(254 245 231 / 0.95); +} +.border-x-status-sent\/100{ + border-left-color: rgb(254 245 231 / 1); + border-right-color: rgb(254 245 231 / 1); +} +.border-x-status-viewed\/0{ + border-left-color: rgb(238 238 243 / 0); + border-right-color: rgb(238 238 243 / 0); +} +.border-x-status-viewed\/5{ + border-left-color: rgb(238 238 243 / 0.05); + border-right-color: rgb(238 238 243 / 0.05); +} +.border-x-status-viewed\/10{ + border-left-color: rgb(238 238 243 / 0.1); + border-right-color: rgb(238 238 243 / 0.1); +} +.border-x-status-viewed\/20{ + border-left-color: rgb(238 238 243 / 0.2); + border-right-color: rgb(238 238 243 / 0.2); +} +.border-x-status-viewed\/25{ + border-left-color: rgb(238 238 243 / 0.25); + border-right-color: rgb(238 238 243 / 0.25); +} +.border-x-status-viewed\/30{ + border-left-color: rgb(238 238 243 / 0.3); + border-right-color: rgb(238 238 243 / 0.3); +} +.border-x-status-viewed\/40{ + border-left-color: rgb(238 238 243 / 0.4); + border-right-color: rgb(238 238 243 / 0.4); +} +.border-x-status-viewed\/50{ + border-left-color: rgb(238 238 243 / 0.5); + border-right-color: rgb(238 238 243 / 0.5); +} +.border-x-status-viewed\/60{ + border-left-color: rgb(238 238 243 / 0.6); + border-right-color: rgb(238 238 243 / 0.6); +} +.border-x-status-viewed\/70{ + border-left-color: rgb(238 238 243 / 0.7); + border-right-color: rgb(238 238 243 / 0.7); +} +.border-x-status-viewed\/75{ + border-left-color: rgb(238 238 243 / 0.75); + border-right-color: rgb(238 238 243 / 0.75); +} +.border-x-status-viewed\/80{ + border-left-color: rgb(238 238 243 / 0.8); + border-right-color: rgb(238 238 243 / 0.8); +} +.border-x-status-viewed\/90{ + border-left-color: rgb(238 238 243 / 0.9); + border-right-color: rgb(238 238 243 / 0.9); +} +.border-x-status-viewed\/95{ + border-left-color: rgb(238 238 243 / 0.95); + border-right-color: rgb(238 238 243 / 0.95); +} +.border-x-status-viewed\/100{ + border-left-color: rgb(238 238 243 / 1); + border-right-color: rgb(238 238 243 / 1); +} +.border-x-status-draft\/0{ + border-left-color: rgb(236 236 236 / 0); + border-right-color: rgb(236 236 236 / 0); +} +.border-x-status-draft\/5{ + border-left-color: rgb(236 236 236 / 0.05); + border-right-color: rgb(236 236 236 / 0.05); +} +.border-x-status-draft\/10{ + border-left-color: rgb(236 236 236 / 0.1); + border-right-color: rgb(236 236 236 / 0.1); +} +.border-x-status-draft\/20{ + border-left-color: rgb(236 236 236 / 0.2); + border-right-color: rgb(236 236 236 / 0.2); +} +.border-x-status-draft\/25{ + border-left-color: rgb(236 236 236 / 0.25); + border-right-color: rgb(236 236 236 / 0.25); +} +.border-x-status-draft\/30{ + border-left-color: rgb(236 236 236 / 0.3); + border-right-color: rgb(236 236 236 / 0.3); +} +.border-x-status-draft\/40{ + border-left-color: rgb(236 236 236 / 0.4); + border-right-color: rgb(236 236 236 / 0.4); +} +.border-x-status-draft\/50{ + border-left-color: rgb(236 236 236 / 0.5); + border-right-color: rgb(236 236 236 / 0.5); +} +.border-x-status-draft\/60{ + border-left-color: rgb(236 236 236 / 0.6); + border-right-color: rgb(236 236 236 / 0.6); +} +.border-x-status-draft\/70{ + border-left-color: rgb(236 236 236 / 0.7); + border-right-color: rgb(236 236 236 / 0.7); +} +.border-x-status-draft\/75{ + border-left-color: rgb(236 236 236 / 0.75); + border-right-color: rgb(236 236 236 / 0.75); +} +.border-x-status-draft\/80{ + border-left-color: rgb(236 236 236 / 0.8); + border-right-color: rgb(236 236 236 / 0.8); +} +.border-x-status-draft\/90{ + border-left-color: rgb(236 236 236 / 0.9); + border-right-color: rgb(236 236 236 / 0.9); +} +.border-x-status-draft\/95{ + border-left-color: rgb(236 236 236 / 0.95); + border-right-color: rgb(236 236 236 / 0.95); +} +.border-x-status-draft\/100{ + border-left-color: rgb(236 236 236 / 1); + border-right-color: rgb(236 236 236 / 1); +} +.border-x-status-partial\/0{ + border-left-color: rgb(230 241 246 / 0); + border-right-color: rgb(230 241 246 / 0); +} +.border-x-status-partial\/5{ + border-left-color: rgb(230 241 246 / 0.05); + border-right-color: rgb(230 241 246 / 0.05); +} +.border-x-status-partial\/10{ + border-left-color: rgb(230 241 246 / 0.1); + border-right-color: rgb(230 241 246 / 0.1); +} +.border-x-status-partial\/20{ + border-left-color: rgb(230 241 246 / 0.2); + border-right-color: rgb(230 241 246 / 0.2); +} +.border-x-status-partial\/25{ + border-left-color: rgb(230 241 246 / 0.25); + border-right-color: rgb(230 241 246 / 0.25); +} +.border-x-status-partial\/30{ + border-left-color: rgb(230 241 246 / 0.3); + border-right-color: rgb(230 241 246 / 0.3); +} +.border-x-status-partial\/40{ + border-left-color: rgb(230 241 246 / 0.4); + border-right-color: rgb(230 241 246 / 0.4); +} +.border-x-status-partial\/50{ + border-left-color: rgb(230 241 246 / 0.5); + border-right-color: rgb(230 241 246 / 0.5); +} +.border-x-status-partial\/60{ + border-left-color: rgb(230 241 246 / 0.6); + border-right-color: rgb(230 241 246 / 0.6); +} +.border-x-status-partial\/70{ + border-left-color: rgb(230 241 246 / 0.7); + border-right-color: rgb(230 241 246 / 0.7); +} +.border-x-status-partial\/75{ + border-left-color: rgb(230 241 246 / 0.75); + border-right-color: rgb(230 241 246 / 0.75); +} +.border-x-status-partial\/80{ + border-left-color: rgb(230 241 246 / 0.8); + border-right-color: rgb(230 241 246 / 0.8); +} +.border-x-status-partial\/90{ + border-left-color: rgb(230 241 246 / 0.9); + border-right-color: rgb(230 241 246 / 0.9); +} +.border-x-status-partial\/95{ + border-left-color: rgb(230 241 246 / 0.95); + border-right-color: rgb(230 241 246 / 0.95); +} +.border-x-status-partial\/100{ + border-left-color: rgb(230 241 246 / 1); + border-right-color: rgb(230 241 246 / 1); +} +.border-x-status-canceled\/0{ + border-left-color: rgb(40 40 40 / 0); + border-right-color: rgb(40 40 40 / 0); +} +.border-x-status-canceled\/5{ + border-left-color: rgb(40 40 40 / 0.05); + border-right-color: rgb(40 40 40 / 0.05); +} +.border-x-status-canceled\/10{ + border-left-color: rgb(40 40 40 / 0.1); + border-right-color: rgb(40 40 40 / 0.1); +} +.border-x-status-canceled\/20{ + border-left-color: rgb(40 40 40 / 0.2); + border-right-color: rgb(40 40 40 / 0.2); +} +.border-x-status-canceled\/25{ + border-left-color: rgb(40 40 40 / 0.25); + border-right-color: rgb(40 40 40 / 0.25); +} +.border-x-status-canceled\/30{ + border-left-color: rgb(40 40 40 / 0.3); + border-right-color: rgb(40 40 40 / 0.3); +} +.border-x-status-canceled\/40{ + border-left-color: rgb(40 40 40 / 0.4); + border-right-color: rgb(40 40 40 / 0.4); +} +.border-x-status-canceled\/50{ + border-left-color: rgb(40 40 40 / 0.5); + border-right-color: rgb(40 40 40 / 0.5); +} +.border-x-status-canceled\/60{ + border-left-color: rgb(40 40 40 / 0.6); + border-right-color: rgb(40 40 40 / 0.6); +} +.border-x-status-canceled\/70{ + border-left-color: rgb(40 40 40 / 0.7); + border-right-color: rgb(40 40 40 / 0.7); +} +.border-x-status-canceled\/75{ + border-left-color: rgb(40 40 40 / 0.75); + border-right-color: rgb(40 40 40 / 0.75); +} +.border-x-status-canceled\/80{ + border-left-color: rgb(40 40 40 / 0.8); + border-right-color: rgb(40 40 40 / 0.8); +} +.border-x-status-canceled\/90{ + border-left-color: rgb(40 40 40 / 0.9); + border-right-color: rgb(40 40 40 / 0.9); +} +.border-x-status-canceled\/95{ + border-left-color: rgb(40 40 40 / 0.95); + border-right-color: rgb(40 40 40 / 0.95); +} +.border-x-status-canceled\/100{ + border-left-color: rgb(40 40 40 / 1); + border-right-color: rgb(40 40 40 / 1); +} +.border-x-status-warning\/0{ + border-left-color: rgb(254 245 231 / 0); + border-right-color: rgb(254 245 231 / 0); +} +.border-x-status-warning\/5{ + border-left-color: rgb(254 245 231 / 0.05); + border-right-color: rgb(254 245 231 / 0.05); +} +.border-x-status-warning\/10{ + border-left-color: rgb(254 245 231 / 0.1); + border-right-color: rgb(254 245 231 / 0.1); +} +.border-x-status-warning\/20{ + border-left-color: rgb(254 245 231 / 0.2); + border-right-color: rgb(254 245 231 / 0.2); +} +.border-x-status-warning\/25{ + border-left-color: rgb(254 245 231 / 0.25); + border-right-color: rgb(254 245 231 / 0.25); +} +.border-x-status-warning\/30{ + border-left-color: rgb(254 245 231 / 0.3); + border-right-color: rgb(254 245 231 / 0.3); +} +.border-x-status-warning\/40{ + border-left-color: rgb(254 245 231 / 0.4); + border-right-color: rgb(254 245 231 / 0.4); +} +.border-x-status-warning\/50{ + border-left-color: rgb(254 245 231 / 0.5); + border-right-color: rgb(254 245 231 / 0.5); +} +.border-x-status-warning\/60{ + border-left-color: rgb(254 245 231 / 0.6); + border-right-color: rgb(254 245 231 / 0.6); +} +.border-x-status-warning\/70{ + border-left-color: rgb(254 245 231 / 0.7); + border-right-color: rgb(254 245 231 / 0.7); +} +.border-x-status-warning\/75{ + border-left-color: rgb(254 245 231 / 0.75); + border-right-color: rgb(254 245 231 / 0.75); +} +.border-x-status-warning\/80{ + border-left-color: rgb(254 245 231 / 0.8); + border-right-color: rgb(254 245 231 / 0.8); +} +.border-x-status-warning\/90{ + border-left-color: rgb(254 245 231 / 0.9); + border-right-color: rgb(254 245 231 / 0.9); +} +.border-x-status-warning\/95{ + border-left-color: rgb(254 245 231 / 0.95); + border-right-color: rgb(254 245 231 / 0.95); +} +.border-x-status-warning\/100{ + border-left-color: rgb(254 245 231 / 1); + border-right-color: rgb(254 245 231 / 1); +} +.border-x-text-status-success\/0{ + border-left-color: rgb(99 145 74 / 0); + border-right-color: rgb(99 145 74 / 0); +} +.border-x-text-status-success\/5{ + border-left-color: rgb(99 145 74 / 0.05); + border-right-color: rgb(99 145 74 / 0.05); +} +.border-x-text-status-success\/10{ + border-left-color: rgb(99 145 74 / 0.1); + border-right-color: rgb(99 145 74 / 0.1); +} +.border-x-text-status-success\/20{ + border-left-color: rgb(99 145 74 / 0.2); + border-right-color: rgb(99 145 74 / 0.2); +} +.border-x-text-status-success\/25{ + border-left-color: rgb(99 145 74 / 0.25); + border-right-color: rgb(99 145 74 / 0.25); +} +.border-x-text-status-success\/30{ + border-left-color: rgb(99 145 74 / 0.3); + border-right-color: rgb(99 145 74 / 0.3); +} +.border-x-text-status-success\/40{ + border-left-color: rgb(99 145 74 / 0.4); + border-right-color: rgb(99 145 74 / 0.4); +} +.border-x-text-status-success\/50{ + border-left-color: rgb(99 145 74 / 0.5); + border-right-color: rgb(99 145 74 / 0.5); +} +.border-x-text-status-success\/60{ + border-left-color: rgb(99 145 74 / 0.6); + border-right-color: rgb(99 145 74 / 0.6); +} +.border-x-text-status-success\/70{ + border-left-color: rgb(99 145 74 / 0.7); + border-right-color: rgb(99 145 74 / 0.7); +} +.border-x-text-status-success\/75{ + border-left-color: rgb(99 145 74 / 0.75); + border-right-color: rgb(99 145 74 / 0.75); +} +.border-x-text-status-success\/80{ + border-left-color: rgb(99 145 74 / 0.8); + border-right-color: rgb(99 145 74 / 0.8); +} +.border-x-text-status-success\/90{ + border-left-color: rgb(99 145 74 / 0.9); + border-right-color: rgb(99 145 74 / 0.9); +} +.border-x-text-status-success\/95{ + border-left-color: rgb(99 145 74 / 0.95); + border-right-color: rgb(99 145 74 / 0.95); +} +.border-x-text-status-success\/100{ + border-left-color: rgb(99 145 74 / 1); + border-right-color: rgb(99 145 74 / 1); +} +.border-x-text-status-danger\/0{ + border-left-color: rgb(184 0 0 / 0); + border-right-color: rgb(184 0 0 / 0); +} +.border-x-text-status-danger\/5{ + border-left-color: rgb(184 0 0 / 0.05); + border-right-color: rgb(184 0 0 / 0.05); +} +.border-x-text-status-danger\/10{ + border-left-color: rgb(184 0 0 / 0.1); + border-right-color: rgb(184 0 0 / 0.1); +} +.border-x-text-status-danger\/20{ + border-left-color: rgb(184 0 0 / 0.2); + border-right-color: rgb(184 0 0 / 0.2); +} +.border-x-text-status-danger\/25{ + border-left-color: rgb(184 0 0 / 0.25); + border-right-color: rgb(184 0 0 / 0.25); +} +.border-x-text-status-danger\/30{ + border-left-color: rgb(184 0 0 / 0.3); + border-right-color: rgb(184 0 0 / 0.3); +} +.border-x-text-status-danger\/40{ + border-left-color: rgb(184 0 0 / 0.4); + border-right-color: rgb(184 0 0 / 0.4); +} +.border-x-text-status-danger\/50{ + border-left-color: rgb(184 0 0 / 0.5); + border-right-color: rgb(184 0 0 / 0.5); +} +.border-x-text-status-danger\/60{ + border-left-color: rgb(184 0 0 / 0.6); + border-right-color: rgb(184 0 0 / 0.6); +} +.border-x-text-status-danger\/70{ + border-left-color: rgb(184 0 0 / 0.7); + border-right-color: rgb(184 0 0 / 0.7); +} +.border-x-text-status-danger\/75{ + border-left-color: rgb(184 0 0 / 0.75); + border-right-color: rgb(184 0 0 / 0.75); +} +.border-x-text-status-danger\/80{ + border-left-color: rgb(184 0 0 / 0.8); + border-right-color: rgb(184 0 0 / 0.8); +} +.border-x-text-status-danger\/90{ + border-left-color: rgb(184 0 0 / 0.9); + border-right-color: rgb(184 0 0 / 0.9); +} +.border-x-text-status-danger\/95{ + border-left-color: rgb(184 0 0 / 0.95); + border-right-color: rgb(184 0 0 / 0.95); +} +.border-x-text-status-danger\/100{ + border-left-color: rgb(184 0 0 / 1); + border-right-color: rgb(184 0 0 / 1); +} +.border-x-text-status-sent\/0{ + border-left-color: rgb(221 142 10 / 0); + border-right-color: rgb(221 142 10 / 0); +} +.border-x-text-status-sent\/5{ + border-left-color: rgb(221 142 10 / 0.05); + border-right-color: rgb(221 142 10 / 0.05); +} +.border-x-text-status-sent\/10{ + border-left-color: rgb(221 142 10 / 0.1); + border-right-color: rgb(221 142 10 / 0.1); +} +.border-x-text-status-sent\/20{ + border-left-color: rgb(221 142 10 / 0.2); + border-right-color: rgb(221 142 10 / 0.2); +} +.border-x-text-status-sent\/25{ + border-left-color: rgb(221 142 10 / 0.25); + border-right-color: rgb(221 142 10 / 0.25); +} +.border-x-text-status-sent\/30{ + border-left-color: rgb(221 142 10 / 0.3); + border-right-color: rgb(221 142 10 / 0.3); +} +.border-x-text-status-sent\/40{ + border-left-color: rgb(221 142 10 / 0.4); + border-right-color: rgb(221 142 10 / 0.4); +} +.border-x-text-status-sent\/50{ + border-left-color: rgb(221 142 10 / 0.5); + border-right-color: rgb(221 142 10 / 0.5); +} +.border-x-text-status-sent\/60{ + border-left-color: rgb(221 142 10 / 0.6); + border-right-color: rgb(221 142 10 / 0.6); +} +.border-x-text-status-sent\/70{ + border-left-color: rgb(221 142 10 / 0.7); + border-right-color: rgb(221 142 10 / 0.7); +} +.border-x-text-status-sent\/75{ + border-left-color: rgb(221 142 10 / 0.75); + border-right-color: rgb(221 142 10 / 0.75); +} +.border-x-text-status-sent\/80{ + border-left-color: rgb(221 142 10 / 0.8); + border-right-color: rgb(221 142 10 / 0.8); +} +.border-x-text-status-sent\/90{ + border-left-color: rgb(221 142 10 / 0.9); + border-right-color: rgb(221 142 10 / 0.9); +} +.border-x-text-status-sent\/95{ + border-left-color: rgb(221 142 10 / 0.95); + border-right-color: rgb(221 142 10 / 0.95); +} +.border-x-text-status-sent\/100{ + border-left-color: rgb(221 142 10 / 1); + border-right-color: rgb(221 142 10 / 1); +} +.border-x-text-status-viewed\/0{ + border-left-color: rgb(77 79 125 / 0); + border-right-color: rgb(77 79 125 / 0); +} +.border-x-text-status-viewed\/5{ + border-left-color: rgb(77 79 125 / 0.05); + border-right-color: rgb(77 79 125 / 0.05); +} +.border-x-text-status-viewed\/10{ + border-left-color: rgb(77 79 125 / 0.1); + border-right-color: rgb(77 79 125 / 0.1); +} +.border-x-text-status-viewed\/20{ + border-left-color: rgb(77 79 125 / 0.2); + border-right-color: rgb(77 79 125 / 0.2); +} +.border-x-text-status-viewed\/25{ + border-left-color: rgb(77 79 125 / 0.25); + border-right-color: rgb(77 79 125 / 0.25); +} +.border-x-text-status-viewed\/30{ + border-left-color: rgb(77 79 125 / 0.3); + border-right-color: rgb(77 79 125 / 0.3); +} +.border-x-text-status-viewed\/40{ + border-left-color: rgb(77 79 125 / 0.4); + border-right-color: rgb(77 79 125 / 0.4); +} +.border-x-text-status-viewed\/50{ + border-left-color: rgb(77 79 125 / 0.5); + border-right-color: rgb(77 79 125 / 0.5); +} +.border-x-text-status-viewed\/60{ + border-left-color: rgb(77 79 125 / 0.6); + border-right-color: rgb(77 79 125 / 0.6); +} +.border-x-text-status-viewed\/70{ + border-left-color: rgb(77 79 125 / 0.7); + border-right-color: rgb(77 79 125 / 0.7); +} +.border-x-text-status-viewed\/75{ + border-left-color: rgb(77 79 125 / 0.75); + border-right-color: rgb(77 79 125 / 0.75); +} +.border-x-text-status-viewed\/80{ + border-left-color: rgb(77 79 125 / 0.8); + border-right-color: rgb(77 79 125 / 0.8); +} +.border-x-text-status-viewed\/90{ + border-left-color: rgb(77 79 125 / 0.9); + border-right-color: rgb(77 79 125 / 0.9); +} +.border-x-text-status-viewed\/95{ + border-left-color: rgb(77 79 125 / 0.95); + border-right-color: rgb(77 79 125 / 0.95); +} +.border-x-text-status-viewed\/100{ + border-left-color: rgb(77 79 125 / 1); + border-right-color: rgb(77 79 125 / 1); +} +.border-x-text-status-draft\/0{ + border-left-color: rgb(59 59 59 / 0); + border-right-color: rgb(59 59 59 / 0); +} +.border-x-text-status-draft\/5{ + border-left-color: rgb(59 59 59 / 0.05); + border-right-color: rgb(59 59 59 / 0.05); +} +.border-x-text-status-draft\/10{ + border-left-color: rgb(59 59 59 / 0.1); + border-right-color: rgb(59 59 59 / 0.1); +} +.border-x-text-status-draft\/20{ + border-left-color: rgb(59 59 59 / 0.2); + border-right-color: rgb(59 59 59 / 0.2); +} +.border-x-text-status-draft\/25{ + border-left-color: rgb(59 59 59 / 0.25); + border-right-color: rgb(59 59 59 / 0.25); +} +.border-x-text-status-draft\/30{ + border-left-color: rgb(59 59 59 / 0.3); + border-right-color: rgb(59 59 59 / 0.3); +} +.border-x-text-status-draft\/40{ + border-left-color: rgb(59 59 59 / 0.4); + border-right-color: rgb(59 59 59 / 0.4); +} +.border-x-text-status-draft\/50{ + border-left-color: rgb(59 59 59 / 0.5); + border-right-color: rgb(59 59 59 / 0.5); +} +.border-x-text-status-draft\/60{ + border-left-color: rgb(59 59 59 / 0.6); + border-right-color: rgb(59 59 59 / 0.6); +} +.border-x-text-status-draft\/70{ + border-left-color: rgb(59 59 59 / 0.7); + border-right-color: rgb(59 59 59 / 0.7); +} +.border-x-text-status-draft\/75{ + border-left-color: rgb(59 59 59 / 0.75); + border-right-color: rgb(59 59 59 / 0.75); +} +.border-x-text-status-draft\/80{ + border-left-color: rgb(59 59 59 / 0.8); + border-right-color: rgb(59 59 59 / 0.8); +} +.border-x-text-status-draft\/90{ + border-left-color: rgb(59 59 59 / 0.9); + border-right-color: rgb(59 59 59 / 0.9); +} +.border-x-text-status-draft\/95{ + border-left-color: rgb(59 59 59 / 0.95); + border-right-color: rgb(59 59 59 / 0.95); +} +.border-x-text-status-draft\/100{ + border-left-color: rgb(59 59 59 / 1); + border-right-color: rgb(59 59 59 / 1); +} +.border-x-text-status-partial\/0{ + border-left-color: rgb(0 99 149 / 0); + border-right-color: rgb(0 99 149 / 0); +} +.border-x-text-status-partial\/5{ + border-left-color: rgb(0 99 149 / 0.05); + border-right-color: rgb(0 99 149 / 0.05); +} +.border-x-text-status-partial\/10{ + border-left-color: rgb(0 99 149 / 0.1); + border-right-color: rgb(0 99 149 / 0.1); +} +.border-x-text-status-partial\/20{ + border-left-color: rgb(0 99 149 / 0.2); + border-right-color: rgb(0 99 149 / 0.2); +} +.border-x-text-status-partial\/25{ + border-left-color: rgb(0 99 149 / 0.25); + border-right-color: rgb(0 99 149 / 0.25); +} +.border-x-text-status-partial\/30{ + border-left-color: rgb(0 99 149 / 0.3); + border-right-color: rgb(0 99 149 / 0.3); +} +.border-x-text-status-partial\/40{ + border-left-color: rgb(0 99 149 / 0.4); + border-right-color: rgb(0 99 149 / 0.4); +} +.border-x-text-status-partial\/50{ + border-left-color: rgb(0 99 149 / 0.5); + border-right-color: rgb(0 99 149 / 0.5); +} +.border-x-text-status-partial\/60{ + border-left-color: rgb(0 99 149 / 0.6); + border-right-color: rgb(0 99 149 / 0.6); +} +.border-x-text-status-partial\/70{ + border-left-color: rgb(0 99 149 / 0.7); + border-right-color: rgb(0 99 149 / 0.7); +} +.border-x-text-status-partial\/75{ + border-left-color: rgb(0 99 149 / 0.75); + border-right-color: rgb(0 99 149 / 0.75); +} +.border-x-text-status-partial\/80{ + border-left-color: rgb(0 99 149 / 0.8); + border-right-color: rgb(0 99 149 / 0.8); +} +.border-x-text-status-partial\/90{ + border-left-color: rgb(0 99 149 / 0.9); + border-right-color: rgb(0 99 149 / 0.9); +} +.border-x-text-status-partial\/95{ + border-left-color: rgb(0 99 149 / 0.95); + border-right-color: rgb(0 99 149 / 0.95); +} +.border-x-text-status-partial\/100{ + border-left-color: rgb(0 99 149 / 1); + border-right-color: rgb(0 99 149 / 1); +} +.border-x-text-status-canceled\/0{ + border-left-color: rgb(255 255 255 / 0); + border-right-color: rgb(255 255 255 / 0); +} +.border-x-text-status-canceled\/5{ + border-left-color: rgb(255 255 255 / 0.05); + border-right-color: rgb(255 255 255 / 0.05); +} +.border-x-text-status-canceled\/10{ + border-left-color: rgb(255 255 255 / 0.1); + border-right-color: rgb(255 255 255 / 0.1); +} +.border-x-text-status-canceled\/20{ + border-left-color: rgb(255 255 255 / 0.2); + border-right-color: rgb(255 255 255 / 0.2); +} +.border-x-text-status-canceled\/25{ + border-left-color: rgb(255 255 255 / 0.25); + border-right-color: rgb(255 255 255 / 0.25); +} +.border-x-text-status-canceled\/30{ + border-left-color: rgb(255 255 255 / 0.3); + border-right-color: rgb(255 255 255 / 0.3); +} +.border-x-text-status-canceled\/40{ + border-left-color: rgb(255 255 255 / 0.4); + border-right-color: rgb(255 255 255 / 0.4); +} +.border-x-text-status-canceled\/50{ + border-left-color: rgb(255 255 255 / 0.5); + border-right-color: rgb(255 255 255 / 0.5); +} +.border-x-text-status-canceled\/60{ + border-left-color: rgb(255 255 255 / 0.6); + border-right-color: rgb(255 255 255 / 0.6); +} +.border-x-text-status-canceled\/70{ + border-left-color: rgb(255 255 255 / 0.7); + border-right-color: rgb(255 255 255 / 0.7); +} +.border-x-text-status-canceled\/75{ + border-left-color: rgb(255 255 255 / 0.75); + border-right-color: rgb(255 255 255 / 0.75); +} +.border-x-text-status-canceled\/80{ + border-left-color: rgb(255 255 255 / 0.8); + border-right-color: rgb(255 255 255 / 0.8); +} +.border-x-text-status-canceled\/90{ + border-left-color: rgb(255 255 255 / 0.9); + border-right-color: rgb(255 255 255 / 0.9); +} +.border-x-text-status-canceled\/95{ + border-left-color: rgb(255 255 255 / 0.95); + border-right-color: rgb(255 255 255 / 0.95); +} +.border-x-text-status-canceled\/100{ + border-left-color: rgb(255 255 255 / 1); + border-right-color: rgb(255 255 255 / 1); +} +.border-x-text-status-warning\/0{ + border-left-color: rgb(184 119 8 / 0); + border-right-color: rgb(184 119 8 / 0); +} +.border-x-text-status-warning\/5{ + border-left-color: rgb(184 119 8 / 0.05); + border-right-color: rgb(184 119 8 / 0.05); +} +.border-x-text-status-warning\/10{ + border-left-color: rgb(184 119 8 / 0.1); + border-right-color: rgb(184 119 8 / 0.1); +} +.border-x-text-status-warning\/20{ + border-left-color: rgb(184 119 8 / 0.2); + border-right-color: rgb(184 119 8 / 0.2); +} +.border-x-text-status-warning\/25{ + border-left-color: rgb(184 119 8 / 0.25); + border-right-color: rgb(184 119 8 / 0.25); +} +.border-x-text-status-warning\/30{ + border-left-color: rgb(184 119 8 / 0.3); + border-right-color: rgb(184 119 8 / 0.3); +} +.border-x-text-status-warning\/40{ + border-left-color: rgb(184 119 8 / 0.4); + border-right-color: rgb(184 119 8 / 0.4); +} +.border-x-text-status-warning\/50{ + border-left-color: rgb(184 119 8 / 0.5); + border-right-color: rgb(184 119 8 / 0.5); +} +.border-x-text-status-warning\/60{ + border-left-color: rgb(184 119 8 / 0.6); + border-right-color: rgb(184 119 8 / 0.6); +} +.border-x-text-status-warning\/70{ + border-left-color: rgb(184 119 8 / 0.7); + border-right-color: rgb(184 119 8 / 0.7); +} +.border-x-text-status-warning\/75{ + border-left-color: rgb(184 119 8 / 0.75); + border-right-color: rgb(184 119 8 / 0.75); +} +.border-x-text-status-warning\/80{ + border-left-color: rgb(184 119 8 / 0.8); + border-right-color: rgb(184 119 8 / 0.8); +} +.border-x-text-status-warning\/90{ + border-left-color: rgb(184 119 8 / 0.9); + border-right-color: rgb(184 119 8 / 0.9); +} +.border-x-text-status-warning\/95{ + border-left-color: rgb(184 119 8 / 0.95); + border-right-color: rgb(184 119 8 / 0.95); +} +.border-x-text-status-warning\/100{ + border-left-color: rgb(184 119 8 / 1); + border-right-color: rgb(184 119 8 / 1); +} +.border-x-body\/0{ + border-left-color: rgb(252 252 252 / 0); + border-right-color: rgb(252 252 252 / 0); +} +.border-x-body\/5{ + border-left-color: rgb(252 252 252 / 0.05); + border-right-color: rgb(252 252 252 / 0.05); +} +.border-x-body\/10{ + border-left-color: rgb(252 252 252 / 0.1); + border-right-color: rgb(252 252 252 / 0.1); +} +.border-x-body\/20{ + border-left-color: rgb(252 252 252 / 0.2); + border-right-color: rgb(252 252 252 / 0.2); +} +.border-x-body\/25{ + border-left-color: rgb(252 252 252 / 0.25); + border-right-color: rgb(252 252 252 / 0.25); +} +.border-x-body\/30{ + border-left-color: rgb(252 252 252 / 0.3); + border-right-color: rgb(252 252 252 / 0.3); +} +.border-x-body\/40{ + border-left-color: rgb(252 252 252 / 0.4); + border-right-color: rgb(252 252 252 / 0.4); +} +.border-x-body\/50{ + border-left-color: rgb(252 252 252 / 0.5); + border-right-color: rgb(252 252 252 / 0.5); +} +.border-x-body\/60{ + border-left-color: rgb(252 252 252 / 0.6); + border-right-color: rgb(252 252 252 / 0.6); +} +.border-x-body\/70{ + border-left-color: rgb(252 252 252 / 0.7); + border-right-color: rgb(252 252 252 / 0.7); +} +.border-x-body\/75{ + border-left-color: rgb(252 252 252 / 0.75); + border-right-color: rgb(252 252 252 / 0.75); +} +.border-x-body\/80{ + border-left-color: rgb(252 252 252 / 0.8); + border-right-color: rgb(252 252 252 / 0.8); +} +.border-x-body\/90{ + border-left-color: rgb(252 252 252 / 0.9); + border-right-color: rgb(252 252 252 / 0.9); +} +.border-x-body\/95{ + border-left-color: rgb(252 252 252 / 0.95); + border-right-color: rgb(252 252 252 / 0.95); +} +.border-x-body\/100{ + border-left-color: rgb(252 252 252 / 1); + border-right-color: rgb(252 252 252 / 1); +} +.border-x-light-gray\/0{ + border-left-color: rgb(199 201 217 / 0); + border-right-color: rgb(199 201 217 / 0); +} +.border-x-light-gray\/5{ + border-left-color: rgb(199 201 217 / 0.05); + border-right-color: rgb(199 201 217 / 0.05); +} +.border-x-light-gray\/10{ + border-left-color: rgb(199 201 217 / 0.1); + border-right-color: rgb(199 201 217 / 0.1); +} +.border-x-light-gray\/20{ + border-left-color: rgb(199 201 217 / 0.2); + border-right-color: rgb(199 201 217 / 0.2); +} +.border-x-light-gray\/25{ + border-left-color: rgb(199 201 217 / 0.25); + border-right-color: rgb(199 201 217 / 0.25); +} +.border-x-light-gray\/30{ + border-left-color: rgb(199 201 217 / 0.3); + border-right-color: rgb(199 201 217 / 0.3); +} +.border-x-light-gray\/40{ + border-left-color: rgb(199 201 217 / 0.4); + border-right-color: rgb(199 201 217 / 0.4); +} +.border-x-light-gray\/50{ + border-left-color: rgb(199 201 217 / 0.5); + border-right-color: rgb(199 201 217 / 0.5); +} +.border-x-light-gray\/60{ + border-left-color: rgb(199 201 217 / 0.6); + border-right-color: rgb(199 201 217 / 0.6); +} +.border-x-light-gray\/70{ + border-left-color: rgb(199 201 217 / 0.7); + border-right-color: rgb(199 201 217 / 0.7); +} +.border-x-light-gray\/75{ + border-left-color: rgb(199 201 217 / 0.75); + border-right-color: rgb(199 201 217 / 0.75); +} +.border-x-light-gray\/80{ + border-left-color: rgb(199 201 217 / 0.8); + border-right-color: rgb(199 201 217 / 0.8); +} +.border-x-light-gray\/90{ + border-left-color: rgb(199 201 217 / 0.9); + border-right-color: rgb(199 201 217 / 0.9); +} +.border-x-light-gray\/95{ + border-left-color: rgb(199 201 217 / 0.95); + border-right-color: rgb(199 201 217 / 0.95); +} +.border-x-light-gray\/100{ + border-left-color: rgb(199 201 217 / 1); + border-right-color: rgb(199 201 217 / 1); +} +.border-x-dark-blue\/0{ + border-left-color: rgb(21 40 75 / 0); + border-right-color: rgb(21 40 75 / 0); +} +.border-x-dark-blue\/5{ + border-left-color: rgb(21 40 75 / 0.05); + border-right-color: rgb(21 40 75 / 0.05); +} +.border-x-dark-blue\/10{ + border-left-color: rgb(21 40 75 / 0.1); + border-right-color: rgb(21 40 75 / 0.1); +} +.border-x-dark-blue\/20{ + border-left-color: rgb(21 40 75 / 0.2); + border-right-color: rgb(21 40 75 / 0.2); +} +.border-x-dark-blue\/25{ + border-left-color: rgb(21 40 75 / 0.25); + border-right-color: rgb(21 40 75 / 0.25); +} +.border-x-dark-blue\/30{ + border-left-color: rgb(21 40 75 / 0.3); + border-right-color: rgb(21 40 75 / 0.3); +} +.border-x-dark-blue\/40{ + border-left-color: rgb(21 40 75 / 0.4); + border-right-color: rgb(21 40 75 / 0.4); +} +.border-x-dark-blue\/50{ + border-left-color: rgb(21 40 75 / 0.5); + border-right-color: rgb(21 40 75 / 0.5); +} +.border-x-dark-blue\/60{ + border-left-color: rgb(21 40 75 / 0.6); + border-right-color: rgb(21 40 75 / 0.6); +} +.border-x-dark-blue\/70{ + border-left-color: rgb(21 40 75 / 0.7); + border-right-color: rgb(21 40 75 / 0.7); +} +.border-x-dark-blue\/75{ + border-left-color: rgb(21 40 75 / 0.75); + border-right-color: rgb(21 40 75 / 0.75); +} +.border-x-dark-blue\/80{ + border-left-color: rgb(21 40 75 / 0.8); + border-right-color: rgb(21 40 75 / 0.8); +} +.border-x-dark-blue\/90{ + border-left-color: rgb(21 40 75 / 0.9); + border-right-color: rgb(21 40 75 / 0.9); +} +.border-x-dark-blue\/95{ + border-left-color: rgb(21 40 75 / 0.95); + border-right-color: rgb(21 40 75 / 0.95); +} +.border-x-dark-blue\/100{ + border-left-color: rgb(21 40 75 / 1); + border-right-color: rgb(21 40 75 / 1); +} +.border-x-lighter-gray\/0{ + border-left-color: rgb(242 242 245 / 0); + border-right-color: rgb(242 242 245 / 0); +} +.border-x-lighter-gray\/5{ + border-left-color: rgb(242 242 245 / 0.05); + border-right-color: rgb(242 242 245 / 0.05); +} +.border-x-lighter-gray\/10{ + border-left-color: rgb(242 242 245 / 0.1); + border-right-color: rgb(242 242 245 / 0.1); +} +.border-x-lighter-gray\/20{ + border-left-color: rgb(242 242 245 / 0.2); + border-right-color: rgb(242 242 245 / 0.2); +} +.border-x-lighter-gray\/25{ + border-left-color: rgb(242 242 245 / 0.25); + border-right-color: rgb(242 242 245 / 0.25); +} +.border-x-lighter-gray\/30{ + border-left-color: rgb(242 242 245 / 0.3); + border-right-color: rgb(242 242 245 / 0.3); +} +.border-x-lighter-gray\/40{ + border-left-color: rgb(242 242 245 / 0.4); + border-right-color: rgb(242 242 245 / 0.4); +} +.border-x-lighter-gray\/50{ + border-left-color: rgb(242 242 245 / 0.5); + border-right-color: rgb(242 242 245 / 0.5); +} +.border-x-lighter-gray\/60{ + border-left-color: rgb(242 242 245 / 0.6); + border-right-color: rgb(242 242 245 / 0.6); +} +.border-x-lighter-gray\/70{ + border-left-color: rgb(242 242 245 / 0.7); + border-right-color: rgb(242 242 245 / 0.7); +} +.border-x-lighter-gray\/75{ + border-left-color: rgb(242 242 245 / 0.75); + border-right-color: rgb(242 242 245 / 0.75); +} +.border-x-lighter-gray\/80{ + border-left-color: rgb(242 242 245 / 0.8); + border-right-color: rgb(242 242 245 / 0.8); +} +.border-x-lighter-gray\/90{ + border-left-color: rgb(242 242 245 / 0.9); + border-right-color: rgb(242 242 245 / 0.9); +} +.border-x-lighter-gray\/95{ + border-left-color: rgb(242 242 245 / 0.95); + border-right-color: rgb(242 242 245 / 0.95); +} +.border-x-lighter-gray\/100{ + border-left-color: rgb(242 242 245 / 1); + border-right-color: rgb(242 242 245 / 1); +} +.border-x-purple-lighter\/0{ + border-left-color: rgb(242 244 252 / 0); + border-right-color: rgb(242 244 252 / 0); +} +.border-x-purple-lighter\/5{ + border-left-color: rgb(242 244 252 / 0.05); + border-right-color: rgb(242 244 252 / 0.05); +} +.border-x-purple-lighter\/10{ + border-left-color: rgb(242 244 252 / 0.1); + border-right-color: rgb(242 244 252 / 0.1); +} +.border-x-purple-lighter\/20{ + border-left-color: rgb(242 244 252 / 0.2); + border-right-color: rgb(242 244 252 / 0.2); +} +.border-x-purple-lighter\/25{ + border-left-color: rgb(242 244 252 / 0.25); + border-right-color: rgb(242 244 252 / 0.25); +} +.border-x-purple-lighter\/30{ + border-left-color: rgb(242 244 252 / 0.3); + border-right-color: rgb(242 244 252 / 0.3); +} +.border-x-purple-lighter\/40{ + border-left-color: rgb(242 244 252 / 0.4); + border-right-color: rgb(242 244 252 / 0.4); +} +.border-x-purple-lighter\/50{ + border-left-color: rgb(242 244 252 / 0.5); + border-right-color: rgb(242 244 252 / 0.5); +} +.border-x-purple-lighter\/60{ + border-left-color: rgb(242 244 252 / 0.6); + border-right-color: rgb(242 244 252 / 0.6); +} +.border-x-purple-lighter\/70{ + border-left-color: rgb(242 244 252 / 0.7); + border-right-color: rgb(242 244 252 / 0.7); +} +.border-x-purple-lighter\/75{ + border-left-color: rgb(242 244 252 / 0.75); + border-right-color: rgb(242 244 252 / 0.75); +} +.border-x-purple-lighter\/80{ + border-left-color: rgb(242 244 252 / 0.8); + border-right-color: rgb(242 244 252 / 0.8); +} +.border-x-purple-lighter\/90{ + border-left-color: rgb(242 244 252 / 0.9); + border-right-color: rgb(242 244 252 / 0.9); +} +.border-x-purple-lighter\/95{ + border-left-color: rgb(242 244 252 / 0.95); + border-right-color: rgb(242 244 252 / 0.95); +} +.border-x-purple-lighter\/100{ + border-left-color: rgb(242 244 252 / 1); + border-right-color: rgb(242 244 252 / 1); +} +.border-x-modal-background\/0{ + border-left-color: rgb(0 0 0 / 0); + border-right-color: rgb(0 0 0 / 0); +} +.border-x-modal-background\/5{ + border-left-color: rgb(0 0 0 / 0.05); + border-right-color: rgb(0 0 0 / 0.05); +} +.border-x-modal-background\/10{ + border-left-color: rgb(0 0 0 / 0.1); + border-right-color: rgb(0 0 0 / 0.1); +} +.border-x-modal-background\/20{ + border-left-color: rgb(0 0 0 / 0.2); + border-right-color: rgb(0 0 0 / 0.2); +} +.border-x-modal-background\/25{ + border-left-color: rgb(0 0 0 / 0.25); + border-right-color: rgb(0 0 0 / 0.25); +} +.border-x-modal-background\/30{ + border-left-color: rgb(0 0 0 / 0.3); + border-right-color: rgb(0 0 0 / 0.3); +} +.border-x-modal-background\/40{ + border-left-color: rgb(0 0 0 / 0.4); + border-right-color: rgb(0 0 0 / 0.4); +} +.border-x-modal-background\/50{ + border-left-color: rgb(0 0 0 / 0.5); + border-right-color: rgb(0 0 0 / 0.5); +} +.border-x-modal-background\/60{ + border-left-color: rgb(0 0 0 / 0.6); + border-right-color: rgb(0 0 0 / 0.6); +} +.border-x-modal-background\/70{ + border-left-color: rgb(0 0 0 / 0.7); + border-right-color: rgb(0 0 0 / 0.7); +} +.border-x-modal-background\/75{ + border-left-color: rgb(0 0 0 / 0.75); + border-right-color: rgb(0 0 0 / 0.75); +} +.border-x-modal-background\/80{ + border-left-color: rgb(0 0 0 / 0.8); + border-right-color: rgb(0 0 0 / 0.8); +} +.border-x-modal-background\/90{ + border-left-color: rgb(0 0 0 / 0.9); + border-right-color: rgb(0 0 0 / 0.9); +} +.border-x-modal-background\/95{ + border-left-color: rgb(0 0 0 / 0.95); + border-right-color: rgb(0 0 0 / 0.95); +} +.border-x-modal-background\/100{ + border-left-color: rgb(0 0 0 / 1); + border-right-color: rgb(0 0 0 / 1); +} +.border-x-testing\/0{ + border-left-color: rgb(147 95 7 / 0); + border-right-color: rgb(147 95 7 / 0); +} +.border-x-testing\/5{ + border-left-color: rgb(147 95 7 / 0.05); + border-right-color: rgb(147 95 7 / 0.05); +} +.border-x-testing\/10{ + border-left-color: rgb(147 95 7 / 0.1); + border-right-color: rgb(147 95 7 / 0.1); +} +.border-x-testing\/20{ + border-left-color: rgb(147 95 7 / 0.2); + border-right-color: rgb(147 95 7 / 0.2); +} +.border-x-testing\/25{ + border-left-color: rgb(147 95 7 / 0.25); + border-right-color: rgb(147 95 7 / 0.25); +} +.border-x-testing\/30{ + border-left-color: rgb(147 95 7 / 0.3); + border-right-color: rgb(147 95 7 / 0.3); +} +.border-x-testing\/40{ + border-left-color: rgb(147 95 7 / 0.4); + border-right-color: rgb(147 95 7 / 0.4); +} +.border-x-testing\/50{ + border-left-color: rgb(147 95 7 / 0.5); + border-right-color: rgb(147 95 7 / 0.5); +} +.border-x-testing\/60{ + border-left-color: rgb(147 95 7 / 0.6); + border-right-color: rgb(147 95 7 / 0.6); +} +.border-x-testing\/70{ + border-left-color: rgb(147 95 7 / 0.7); + border-right-color: rgb(147 95 7 / 0.7); +} +.border-x-testing\/75{ + border-left-color: rgb(147 95 7 / 0.75); + border-right-color: rgb(147 95 7 / 0.75); +} +.border-x-testing\/80{ + border-left-color: rgb(147 95 7 / 0.8); + border-right-color: rgb(147 95 7 / 0.8); +} +.border-x-testing\/90{ + border-left-color: rgb(147 95 7 / 0.9); + border-right-color: rgb(147 95 7 / 0.9); +} +.border-x-testing\/95{ + border-left-color: rgb(147 95 7 / 0.95); + border-right-color: rgb(147 95 7 / 0.95); +} +.border-x-testing\/100{ + border-left-color: rgb(147 95 7 / 1); + border-right-color: rgb(147 95 7 / 1); +} .border-y-inherit{ border-top-color: inherit; border-bottom-color: inherit; @@ -20674,6 +61539,16086 @@ input[type="date"]::-webkit-inner-spin-button, border-top-color: rgb(147 95 7 / var(--tw-border-opacity)); border-bottom-color: rgb(147 95 7 / var(--tw-border-opacity)); } +.border-y-transparent\/0{ + border-top-color: rgb(0 0 0 / 0); + border-bottom-color: rgb(0 0 0 / 0); +} +.border-y-transparent\/5{ + border-top-color: rgb(0 0 0 / 0.05); + border-bottom-color: rgb(0 0 0 / 0.05); +} +.border-y-transparent\/10{ + border-top-color: rgb(0 0 0 / 0.1); + border-bottom-color: rgb(0 0 0 / 0.1); +} +.border-y-transparent\/20{ + border-top-color: rgb(0 0 0 / 0.2); + border-bottom-color: rgb(0 0 0 / 0.2); +} +.border-y-transparent\/25{ + border-top-color: rgb(0 0 0 / 0.25); + border-bottom-color: rgb(0 0 0 / 0.25); +} +.border-y-transparent\/30{ + border-top-color: rgb(0 0 0 / 0.3); + border-bottom-color: rgb(0 0 0 / 0.3); +} +.border-y-transparent\/40{ + border-top-color: rgb(0 0 0 / 0.4); + border-bottom-color: rgb(0 0 0 / 0.4); +} +.border-y-transparent\/50{ + border-top-color: rgb(0 0 0 / 0.5); + border-bottom-color: rgb(0 0 0 / 0.5); +} +.border-y-transparent\/60{ + border-top-color: rgb(0 0 0 / 0.6); + border-bottom-color: rgb(0 0 0 / 0.6); +} +.border-y-transparent\/70{ + border-top-color: rgb(0 0 0 / 0.7); + border-bottom-color: rgb(0 0 0 / 0.7); +} +.border-y-transparent\/75{ + border-top-color: rgb(0 0 0 / 0.75); + border-bottom-color: rgb(0 0 0 / 0.75); +} +.border-y-transparent\/80{ + border-top-color: rgb(0 0 0 / 0.8); + border-bottom-color: rgb(0 0 0 / 0.8); +} +.border-y-transparent\/90{ + border-top-color: rgb(0 0 0 / 0.9); + border-bottom-color: rgb(0 0 0 / 0.9); +} +.border-y-transparent\/95{ + border-top-color: rgb(0 0 0 / 0.95); + border-bottom-color: rgb(0 0 0 / 0.95); +} +.border-y-transparent\/100{ + border-top-color: rgb(0 0 0 / 1); + border-bottom-color: rgb(0 0 0 / 1); +} +.border-y-black-50\/0{ + border-top-color: rgb(246 246 246 / 0); + border-bottom-color: rgb(246 246 246 / 0); +} +.border-y-black-50\/5{ + border-top-color: rgb(246 246 246 / 0.05); + border-bottom-color: rgb(246 246 246 / 0.05); +} +.border-y-black-50\/10{ + border-top-color: rgb(246 246 246 / 0.1); + border-bottom-color: rgb(246 246 246 / 0.1); +} +.border-y-black-50\/20{ + border-top-color: rgb(246 246 246 / 0.2); + border-bottom-color: rgb(246 246 246 / 0.2); +} +.border-y-black-50\/25{ + border-top-color: rgb(246 246 246 / 0.25); + border-bottom-color: rgb(246 246 246 / 0.25); +} +.border-y-black-50\/30{ + border-top-color: rgb(246 246 246 / 0.3); + border-bottom-color: rgb(246 246 246 / 0.3); +} +.border-y-black-50\/40{ + border-top-color: rgb(246 246 246 / 0.4); + border-bottom-color: rgb(246 246 246 / 0.4); +} +.border-y-black-50\/50{ + border-top-color: rgb(246 246 246 / 0.5); + border-bottom-color: rgb(246 246 246 / 0.5); +} +.border-y-black-50\/60{ + border-top-color: rgb(246 246 246 / 0.6); + border-bottom-color: rgb(246 246 246 / 0.6); +} +.border-y-black-50\/70{ + border-top-color: rgb(246 246 246 / 0.7); + border-bottom-color: rgb(246 246 246 / 0.7); +} +.border-y-black-50\/75{ + border-top-color: rgb(246 246 246 / 0.75); + border-bottom-color: rgb(246 246 246 / 0.75); +} +.border-y-black-50\/80{ + border-top-color: rgb(246 246 246 / 0.8); + border-bottom-color: rgb(246 246 246 / 0.8); +} +.border-y-black-50\/90{ + border-top-color: rgb(246 246 246 / 0.9); + border-bottom-color: rgb(246 246 246 / 0.9); +} +.border-y-black-50\/95{ + border-top-color: rgb(246 246 246 / 0.95); + border-bottom-color: rgb(246 246 246 / 0.95); +} +.border-y-black-50\/100{ + border-top-color: rgb(246 246 246 / 1); + border-bottom-color: rgb(246 246 246 / 1); +} +.border-y-black-100\/0{ + border-top-color: rgb(236 236 236 / 0); + border-bottom-color: rgb(236 236 236 / 0); +} +.border-y-black-100\/5{ + border-top-color: rgb(236 236 236 / 0.05); + border-bottom-color: rgb(236 236 236 / 0.05); +} +.border-y-black-100\/10{ + border-top-color: rgb(236 236 236 / 0.1); + border-bottom-color: rgb(236 236 236 / 0.1); +} +.border-y-black-100\/20{ + border-top-color: rgb(236 236 236 / 0.2); + border-bottom-color: rgb(236 236 236 / 0.2); +} +.border-y-black-100\/25{ + border-top-color: rgb(236 236 236 / 0.25); + border-bottom-color: rgb(236 236 236 / 0.25); +} +.border-y-black-100\/30{ + border-top-color: rgb(236 236 236 / 0.3); + border-bottom-color: rgb(236 236 236 / 0.3); +} +.border-y-black-100\/40{ + border-top-color: rgb(236 236 236 / 0.4); + border-bottom-color: rgb(236 236 236 / 0.4); +} +.border-y-black-100\/50{ + border-top-color: rgb(236 236 236 / 0.5); + border-bottom-color: rgb(236 236 236 / 0.5); +} +.border-y-black-100\/60{ + border-top-color: rgb(236 236 236 / 0.6); + border-bottom-color: rgb(236 236 236 / 0.6); +} +.border-y-black-100\/70{ + border-top-color: rgb(236 236 236 / 0.7); + border-bottom-color: rgb(236 236 236 / 0.7); +} +.border-y-black-100\/75{ + border-top-color: rgb(236 236 236 / 0.75); + border-bottom-color: rgb(236 236 236 / 0.75); +} +.border-y-black-100\/80{ + border-top-color: rgb(236 236 236 / 0.8); + border-bottom-color: rgb(236 236 236 / 0.8); +} +.border-y-black-100\/90{ + border-top-color: rgb(236 236 236 / 0.9); + border-bottom-color: rgb(236 236 236 / 0.9); +} +.border-y-black-100\/95{ + border-top-color: rgb(236 236 236 / 0.95); + border-bottom-color: rgb(236 236 236 / 0.95); +} +.border-y-black-100\/100{ + border-top-color: rgb(236 236 236 / 1); + border-bottom-color: rgb(236 236 236 / 1); +} +.border-y-black-200\/0{ + border-top-color: rgb(208 208 208 / 0); + border-bottom-color: rgb(208 208 208 / 0); +} +.border-y-black-200\/5{ + border-top-color: rgb(208 208 208 / 0.05); + border-bottom-color: rgb(208 208 208 / 0.05); +} +.border-y-black-200\/10{ + border-top-color: rgb(208 208 208 / 0.1); + border-bottom-color: rgb(208 208 208 / 0.1); +} +.border-y-black-200\/20{ + border-top-color: rgb(208 208 208 / 0.2); + border-bottom-color: rgb(208 208 208 / 0.2); +} +.border-y-black-200\/25{ + border-top-color: rgb(208 208 208 / 0.25); + border-bottom-color: rgb(208 208 208 / 0.25); +} +.border-y-black-200\/30{ + border-top-color: rgb(208 208 208 / 0.3); + border-bottom-color: rgb(208 208 208 / 0.3); +} +.border-y-black-200\/40{ + border-top-color: rgb(208 208 208 / 0.4); + border-bottom-color: rgb(208 208 208 / 0.4); +} +.border-y-black-200\/50{ + border-top-color: rgb(208 208 208 / 0.5); + border-bottom-color: rgb(208 208 208 / 0.5); +} +.border-y-black-200\/60{ + border-top-color: rgb(208 208 208 / 0.6); + border-bottom-color: rgb(208 208 208 / 0.6); +} +.border-y-black-200\/70{ + border-top-color: rgb(208 208 208 / 0.7); + border-bottom-color: rgb(208 208 208 / 0.7); +} +.border-y-black-200\/75{ + border-top-color: rgb(208 208 208 / 0.75); + border-bottom-color: rgb(208 208 208 / 0.75); +} +.border-y-black-200\/80{ + border-top-color: rgb(208 208 208 / 0.8); + border-bottom-color: rgb(208 208 208 / 0.8); +} +.border-y-black-200\/90{ + border-top-color: rgb(208 208 208 / 0.9); + border-bottom-color: rgb(208 208 208 / 0.9); +} +.border-y-black-200\/95{ + border-top-color: rgb(208 208 208 / 0.95); + border-bottom-color: rgb(208 208 208 / 0.95); +} +.border-y-black-200\/100{ + border-top-color: rgb(208 208 208 / 1); + border-bottom-color: rgb(208 208 208 / 1); +} +.border-y-black-300\/0{ + border-top-color: rgb(179 179 179 / 0); + border-bottom-color: rgb(179 179 179 / 0); +} +.border-y-black-300\/5{ + border-top-color: rgb(179 179 179 / 0.05); + border-bottom-color: rgb(179 179 179 / 0.05); +} +.border-y-black-300\/10{ + border-top-color: rgb(179 179 179 / 0.1); + border-bottom-color: rgb(179 179 179 / 0.1); +} +.border-y-black-300\/20{ + border-top-color: rgb(179 179 179 / 0.2); + border-bottom-color: rgb(179 179 179 / 0.2); +} +.border-y-black-300\/25{ + border-top-color: rgb(179 179 179 / 0.25); + border-bottom-color: rgb(179 179 179 / 0.25); +} +.border-y-black-300\/30{ + border-top-color: rgb(179 179 179 / 0.3); + border-bottom-color: rgb(179 179 179 / 0.3); +} +.border-y-black-300\/40{ + border-top-color: rgb(179 179 179 / 0.4); + border-bottom-color: rgb(179 179 179 / 0.4); +} +.border-y-black-300\/50{ + border-top-color: rgb(179 179 179 / 0.5); + border-bottom-color: rgb(179 179 179 / 0.5); +} +.border-y-black-300\/60{ + border-top-color: rgb(179 179 179 / 0.6); + border-bottom-color: rgb(179 179 179 / 0.6); +} +.border-y-black-300\/70{ + border-top-color: rgb(179 179 179 / 0.7); + border-bottom-color: rgb(179 179 179 / 0.7); +} +.border-y-black-300\/75{ + border-top-color: rgb(179 179 179 / 0.75); + border-bottom-color: rgb(179 179 179 / 0.75); +} +.border-y-black-300\/80{ + border-top-color: rgb(179 179 179 / 0.8); + border-bottom-color: rgb(179 179 179 / 0.8); +} +.border-y-black-300\/90{ + border-top-color: rgb(179 179 179 / 0.9); + border-bottom-color: rgb(179 179 179 / 0.9); +} +.border-y-black-300\/95{ + border-top-color: rgb(179 179 179 / 0.95); + border-bottom-color: rgb(179 179 179 / 0.95); +} +.border-y-black-300\/100{ + border-top-color: rgb(179 179 179 / 1); + border-bottom-color: rgb(179 179 179 / 1); +} +.border-y-black-400\/0{ + border-top-color: rgb(123 123 123 / 0); + border-bottom-color: rgb(123 123 123 / 0); +} +.border-y-black-400\/5{ + border-top-color: rgb(123 123 123 / 0.05); + border-bottom-color: rgb(123 123 123 / 0.05); +} +.border-y-black-400\/10{ + border-top-color: rgb(123 123 123 / 0.1); + border-bottom-color: rgb(123 123 123 / 0.1); +} +.border-y-black-400\/20{ + border-top-color: rgb(123 123 123 / 0.2); + border-bottom-color: rgb(123 123 123 / 0.2); +} +.border-y-black-400\/25{ + border-top-color: rgb(123 123 123 / 0.25); + border-bottom-color: rgb(123 123 123 / 0.25); +} +.border-y-black-400\/30{ + border-top-color: rgb(123 123 123 / 0.3); + border-bottom-color: rgb(123 123 123 / 0.3); +} +.border-y-black-400\/40{ + border-top-color: rgb(123 123 123 / 0.4); + border-bottom-color: rgb(123 123 123 / 0.4); +} +.border-y-black-400\/50{ + border-top-color: rgb(123 123 123 / 0.5); + border-bottom-color: rgb(123 123 123 / 0.5); +} +.border-y-black-400\/60{ + border-top-color: rgb(123 123 123 / 0.6); + border-bottom-color: rgb(123 123 123 / 0.6); +} +.border-y-black-400\/70{ + border-top-color: rgb(123 123 123 / 0.7); + border-bottom-color: rgb(123 123 123 / 0.7); +} +.border-y-black-400\/75{ + border-top-color: rgb(123 123 123 / 0.75); + border-bottom-color: rgb(123 123 123 / 0.75); +} +.border-y-black-400\/80{ + border-top-color: rgb(123 123 123 / 0.8); + border-bottom-color: rgb(123 123 123 / 0.8); +} +.border-y-black-400\/90{ + border-top-color: rgb(123 123 123 / 0.9); + border-bottom-color: rgb(123 123 123 / 0.9); +} +.border-y-black-400\/95{ + border-top-color: rgb(123 123 123 / 0.95); + border-bottom-color: rgb(123 123 123 / 0.95); +} +.border-y-black-400\/100{ + border-top-color: rgb(123 123 123 / 1); + border-bottom-color: rgb(123 123 123 / 1); +} +.border-y-black-500\/0{ + border-top-color: rgb(66 66 66 / 0); + border-bottom-color: rgb(66 66 66 / 0); +} +.border-y-black-500\/5{ + border-top-color: rgb(66 66 66 / 0.05); + border-bottom-color: rgb(66 66 66 / 0.05); +} +.border-y-black-500\/10{ + border-top-color: rgb(66 66 66 / 0.1); + border-bottom-color: rgb(66 66 66 / 0.1); +} +.border-y-black-500\/20{ + border-top-color: rgb(66 66 66 / 0.2); + border-bottom-color: rgb(66 66 66 / 0.2); +} +.border-y-black-500\/25{ + border-top-color: rgb(66 66 66 / 0.25); + border-bottom-color: rgb(66 66 66 / 0.25); +} +.border-y-black-500\/30{ + border-top-color: rgb(66 66 66 / 0.3); + border-bottom-color: rgb(66 66 66 / 0.3); +} +.border-y-black-500\/40{ + border-top-color: rgb(66 66 66 / 0.4); + border-bottom-color: rgb(66 66 66 / 0.4); +} +.border-y-black-500\/50{ + border-top-color: rgb(66 66 66 / 0.5); + border-bottom-color: rgb(66 66 66 / 0.5); +} +.border-y-black-500\/60{ + border-top-color: rgb(66 66 66 / 0.6); + border-bottom-color: rgb(66 66 66 / 0.6); +} +.border-y-black-500\/70{ + border-top-color: rgb(66 66 66 / 0.7); + border-bottom-color: rgb(66 66 66 / 0.7); +} +.border-y-black-500\/75{ + border-top-color: rgb(66 66 66 / 0.75); + border-bottom-color: rgb(66 66 66 / 0.75); +} +.border-y-black-500\/80{ + border-top-color: rgb(66 66 66 / 0.8); + border-bottom-color: rgb(66 66 66 / 0.8); +} +.border-y-black-500\/90{ + border-top-color: rgb(66 66 66 / 0.9); + border-bottom-color: rgb(66 66 66 / 0.9); +} +.border-y-black-500\/95{ + border-top-color: rgb(66 66 66 / 0.95); + border-bottom-color: rgb(66 66 66 / 0.95); +} +.border-y-black-500\/100{ + border-top-color: rgb(66 66 66 / 1); + border-bottom-color: rgb(66 66 66 / 1); +} +.border-y-black-600\/0{ + border-top-color: rgb(59 59 59 / 0); + border-bottom-color: rgb(59 59 59 / 0); +} +.border-y-black-600\/5{ + border-top-color: rgb(59 59 59 / 0.05); + border-bottom-color: rgb(59 59 59 / 0.05); +} +.border-y-black-600\/10{ + border-top-color: rgb(59 59 59 / 0.1); + border-bottom-color: rgb(59 59 59 / 0.1); +} +.border-y-black-600\/20{ + border-top-color: rgb(59 59 59 / 0.2); + border-bottom-color: rgb(59 59 59 / 0.2); +} +.border-y-black-600\/25{ + border-top-color: rgb(59 59 59 / 0.25); + border-bottom-color: rgb(59 59 59 / 0.25); +} +.border-y-black-600\/30{ + border-top-color: rgb(59 59 59 / 0.3); + border-bottom-color: rgb(59 59 59 / 0.3); +} +.border-y-black-600\/40{ + border-top-color: rgb(59 59 59 / 0.4); + border-bottom-color: rgb(59 59 59 / 0.4); +} +.border-y-black-600\/50{ + border-top-color: rgb(59 59 59 / 0.5); + border-bottom-color: rgb(59 59 59 / 0.5); +} +.border-y-black-600\/60{ + border-top-color: rgb(59 59 59 / 0.6); + border-bottom-color: rgb(59 59 59 / 0.6); +} +.border-y-black-600\/70{ + border-top-color: rgb(59 59 59 / 0.7); + border-bottom-color: rgb(59 59 59 / 0.7); +} +.border-y-black-600\/75{ + border-top-color: rgb(59 59 59 / 0.75); + border-bottom-color: rgb(59 59 59 / 0.75); +} +.border-y-black-600\/80{ + border-top-color: rgb(59 59 59 / 0.8); + border-bottom-color: rgb(59 59 59 / 0.8); +} +.border-y-black-600\/90{ + border-top-color: rgb(59 59 59 / 0.9); + border-bottom-color: rgb(59 59 59 / 0.9); +} +.border-y-black-600\/95{ + border-top-color: rgb(59 59 59 / 0.95); + border-bottom-color: rgb(59 59 59 / 0.95); +} +.border-y-black-600\/100{ + border-top-color: rgb(59 59 59 / 1); + border-bottom-color: rgb(59 59 59 / 1); +} +.border-y-black-700\/0{ + border-top-color: rgb(50 50 50 / 0); + border-bottom-color: rgb(50 50 50 / 0); +} +.border-y-black-700\/5{ + border-top-color: rgb(50 50 50 / 0.05); + border-bottom-color: rgb(50 50 50 / 0.05); +} +.border-y-black-700\/10{ + border-top-color: rgb(50 50 50 / 0.1); + border-bottom-color: rgb(50 50 50 / 0.1); +} +.border-y-black-700\/20{ + border-top-color: rgb(50 50 50 / 0.2); + border-bottom-color: rgb(50 50 50 / 0.2); +} +.border-y-black-700\/25{ + border-top-color: rgb(50 50 50 / 0.25); + border-bottom-color: rgb(50 50 50 / 0.25); +} +.border-y-black-700\/30{ + border-top-color: rgb(50 50 50 / 0.3); + border-bottom-color: rgb(50 50 50 / 0.3); +} +.border-y-black-700\/40{ + border-top-color: rgb(50 50 50 / 0.4); + border-bottom-color: rgb(50 50 50 / 0.4); +} +.border-y-black-700\/50{ + border-top-color: rgb(50 50 50 / 0.5); + border-bottom-color: rgb(50 50 50 / 0.5); +} +.border-y-black-700\/60{ + border-top-color: rgb(50 50 50 / 0.6); + border-bottom-color: rgb(50 50 50 / 0.6); +} +.border-y-black-700\/70{ + border-top-color: rgb(50 50 50 / 0.7); + border-bottom-color: rgb(50 50 50 / 0.7); +} +.border-y-black-700\/75{ + border-top-color: rgb(50 50 50 / 0.75); + border-bottom-color: rgb(50 50 50 / 0.75); +} +.border-y-black-700\/80{ + border-top-color: rgb(50 50 50 / 0.8); + border-bottom-color: rgb(50 50 50 / 0.8); +} +.border-y-black-700\/90{ + border-top-color: rgb(50 50 50 / 0.9); + border-bottom-color: rgb(50 50 50 / 0.9); +} +.border-y-black-700\/95{ + border-top-color: rgb(50 50 50 / 0.95); + border-bottom-color: rgb(50 50 50 / 0.95); +} +.border-y-black-700\/100{ + border-top-color: rgb(50 50 50 / 1); + border-bottom-color: rgb(50 50 50 / 1); +} +.border-y-black-800\/0{ + border-top-color: rgb(40 40 40 / 0); + border-bottom-color: rgb(40 40 40 / 0); +} +.border-y-black-800\/5{ + border-top-color: rgb(40 40 40 / 0.05); + border-bottom-color: rgb(40 40 40 / 0.05); +} +.border-y-black-800\/10{ + border-top-color: rgb(40 40 40 / 0.1); + border-bottom-color: rgb(40 40 40 / 0.1); +} +.border-y-black-800\/20{ + border-top-color: rgb(40 40 40 / 0.2); + border-bottom-color: rgb(40 40 40 / 0.2); +} +.border-y-black-800\/25{ + border-top-color: rgb(40 40 40 / 0.25); + border-bottom-color: rgb(40 40 40 / 0.25); +} +.border-y-black-800\/30{ + border-top-color: rgb(40 40 40 / 0.3); + border-bottom-color: rgb(40 40 40 / 0.3); +} +.border-y-black-800\/40{ + border-top-color: rgb(40 40 40 / 0.4); + border-bottom-color: rgb(40 40 40 / 0.4); +} +.border-y-black-800\/50{ + border-top-color: rgb(40 40 40 / 0.5); + border-bottom-color: rgb(40 40 40 / 0.5); +} +.border-y-black-800\/60{ + border-top-color: rgb(40 40 40 / 0.6); + border-bottom-color: rgb(40 40 40 / 0.6); +} +.border-y-black-800\/70{ + border-top-color: rgb(40 40 40 / 0.7); + border-bottom-color: rgb(40 40 40 / 0.7); +} +.border-y-black-800\/75{ + border-top-color: rgb(40 40 40 / 0.75); + border-bottom-color: rgb(40 40 40 / 0.75); +} +.border-y-black-800\/80{ + border-top-color: rgb(40 40 40 / 0.8); + border-bottom-color: rgb(40 40 40 / 0.8); +} +.border-y-black-800\/90{ + border-top-color: rgb(40 40 40 / 0.9); + border-bottom-color: rgb(40 40 40 / 0.9); +} +.border-y-black-800\/95{ + border-top-color: rgb(40 40 40 / 0.95); + border-bottom-color: rgb(40 40 40 / 0.95); +} +.border-y-black-800\/100{ + border-top-color: rgb(40 40 40 / 1); + border-bottom-color: rgb(40 40 40 / 1); +} +.border-y-black-900\/0{ + border-top-color: rgb(32 32 32 / 0); + border-bottom-color: rgb(32 32 32 / 0); +} +.border-y-black-900\/5{ + border-top-color: rgb(32 32 32 / 0.05); + border-bottom-color: rgb(32 32 32 / 0.05); +} +.border-y-black-900\/10{ + border-top-color: rgb(32 32 32 / 0.1); + border-bottom-color: rgb(32 32 32 / 0.1); +} +.border-y-black-900\/20{ + border-top-color: rgb(32 32 32 / 0.2); + border-bottom-color: rgb(32 32 32 / 0.2); +} +.border-y-black-900\/25{ + border-top-color: rgb(32 32 32 / 0.25); + border-bottom-color: rgb(32 32 32 / 0.25); +} +.border-y-black-900\/30{ + border-top-color: rgb(32 32 32 / 0.3); + border-bottom-color: rgb(32 32 32 / 0.3); +} +.border-y-black-900\/40{ + border-top-color: rgb(32 32 32 / 0.4); + border-bottom-color: rgb(32 32 32 / 0.4); +} +.border-y-black-900\/50{ + border-top-color: rgb(32 32 32 / 0.5); + border-bottom-color: rgb(32 32 32 / 0.5); +} +.border-y-black-900\/60{ + border-top-color: rgb(32 32 32 / 0.6); + border-bottom-color: rgb(32 32 32 / 0.6); +} +.border-y-black-900\/70{ + border-top-color: rgb(32 32 32 / 0.7); + border-bottom-color: rgb(32 32 32 / 0.7); +} +.border-y-black-900\/75{ + border-top-color: rgb(32 32 32 / 0.75); + border-bottom-color: rgb(32 32 32 / 0.75); +} +.border-y-black-900\/80{ + border-top-color: rgb(32 32 32 / 0.8); + border-bottom-color: rgb(32 32 32 / 0.8); +} +.border-y-black-900\/90{ + border-top-color: rgb(32 32 32 / 0.9); + border-bottom-color: rgb(32 32 32 / 0.9); +} +.border-y-black-900\/95{ + border-top-color: rgb(32 32 32 / 0.95); + border-bottom-color: rgb(32 32 32 / 0.95); +} +.border-y-black-900\/100{ + border-top-color: rgb(32 32 32 / 1); + border-bottom-color: rgb(32 32 32 / 1); +} +.border-y-black\/0{ + border-top-color: rgb(66 66 66 / 0); + border-bottom-color: rgb(66 66 66 / 0); +} +.border-y-black\/5{ + border-top-color: rgb(66 66 66 / 0.05); + border-bottom-color: rgb(66 66 66 / 0.05); +} +.border-y-black\/10{ + border-top-color: rgb(66 66 66 / 0.1); + border-bottom-color: rgb(66 66 66 / 0.1); +} +.border-y-black\/20{ + border-top-color: rgb(66 66 66 / 0.2); + border-bottom-color: rgb(66 66 66 / 0.2); +} +.border-y-black\/25{ + border-top-color: rgb(66 66 66 / 0.25); + border-bottom-color: rgb(66 66 66 / 0.25); +} +.border-y-black\/30{ + border-top-color: rgb(66 66 66 / 0.3); + border-bottom-color: rgb(66 66 66 / 0.3); +} +.border-y-black\/40{ + border-top-color: rgb(66 66 66 / 0.4); + border-bottom-color: rgb(66 66 66 / 0.4); +} +.border-y-black\/50{ + border-top-color: rgb(66 66 66 / 0.5); + border-bottom-color: rgb(66 66 66 / 0.5); +} +.border-y-black\/60{ + border-top-color: rgb(66 66 66 / 0.6); + border-bottom-color: rgb(66 66 66 / 0.6); +} +.border-y-black\/70{ + border-top-color: rgb(66 66 66 / 0.7); + border-bottom-color: rgb(66 66 66 / 0.7); +} +.border-y-black\/75{ + border-top-color: rgb(66 66 66 / 0.75); + border-bottom-color: rgb(66 66 66 / 0.75); +} +.border-y-black\/80{ + border-top-color: rgb(66 66 66 / 0.8); + border-bottom-color: rgb(66 66 66 / 0.8); +} +.border-y-black\/90{ + border-top-color: rgb(66 66 66 / 0.9); + border-bottom-color: rgb(66 66 66 / 0.9); +} +.border-y-black\/95{ + border-top-color: rgb(66 66 66 / 0.95); + border-bottom-color: rgb(66 66 66 / 0.95); +} +.border-y-black\/100{ + border-top-color: rgb(66 66 66 / 1); + border-bottom-color: rgb(66 66 66 / 1); +} +.border-y-white\/0{ + border-top-color: rgb(255 255 255 / 0); + border-bottom-color: rgb(255 255 255 / 0); +} +.border-y-white\/5{ + border-top-color: rgb(255 255 255 / 0.05); + border-bottom-color: rgb(255 255 255 / 0.05); +} +.border-y-white\/10{ + border-top-color: rgb(255 255 255 / 0.1); + border-bottom-color: rgb(255 255 255 / 0.1); +} +.border-y-white\/20{ + border-top-color: rgb(255 255 255 / 0.2); + border-bottom-color: rgb(255 255 255 / 0.2); +} +.border-y-white\/25{ + border-top-color: rgb(255 255 255 / 0.25); + border-bottom-color: rgb(255 255 255 / 0.25); +} +.border-y-white\/30{ + border-top-color: rgb(255 255 255 / 0.3); + border-bottom-color: rgb(255 255 255 / 0.3); +} +.border-y-white\/40{ + border-top-color: rgb(255 255 255 / 0.4); + border-bottom-color: rgb(255 255 255 / 0.4); +} +.border-y-white\/50{ + border-top-color: rgb(255 255 255 / 0.5); + border-bottom-color: rgb(255 255 255 / 0.5); +} +.border-y-white\/60{ + border-top-color: rgb(255 255 255 / 0.6); + border-bottom-color: rgb(255 255 255 / 0.6); +} +.border-y-white\/70{ + border-top-color: rgb(255 255 255 / 0.7); + border-bottom-color: rgb(255 255 255 / 0.7); +} +.border-y-white\/75{ + border-top-color: rgb(255 255 255 / 0.75); + border-bottom-color: rgb(255 255 255 / 0.75); +} +.border-y-white\/80{ + border-top-color: rgb(255 255 255 / 0.8); + border-bottom-color: rgb(255 255 255 / 0.8); +} +.border-y-white\/90{ + border-top-color: rgb(255 255 255 / 0.9); + border-bottom-color: rgb(255 255 255 / 0.9); +} +.border-y-white\/95{ + border-top-color: rgb(255 255 255 / 0.95); + border-bottom-color: rgb(255 255 255 / 0.95); +} +.border-y-white\/100{ + border-top-color: rgb(255 255 255 / 1); + border-bottom-color: rgb(255 255 255 / 1); +} +.border-y-slate-50\/0{ + border-top-color: rgb(248 250 252 / 0); + border-bottom-color: rgb(248 250 252 / 0); +} +.border-y-slate-50\/5{ + border-top-color: rgb(248 250 252 / 0.05); + border-bottom-color: rgb(248 250 252 / 0.05); +} +.border-y-slate-50\/10{ + border-top-color: rgb(248 250 252 / 0.1); + border-bottom-color: rgb(248 250 252 / 0.1); +} +.border-y-slate-50\/20{ + border-top-color: rgb(248 250 252 / 0.2); + border-bottom-color: rgb(248 250 252 / 0.2); +} +.border-y-slate-50\/25{ + border-top-color: rgb(248 250 252 / 0.25); + border-bottom-color: rgb(248 250 252 / 0.25); +} +.border-y-slate-50\/30{ + border-top-color: rgb(248 250 252 / 0.3); + border-bottom-color: rgb(248 250 252 / 0.3); +} +.border-y-slate-50\/40{ + border-top-color: rgb(248 250 252 / 0.4); + border-bottom-color: rgb(248 250 252 / 0.4); +} +.border-y-slate-50\/50{ + border-top-color: rgb(248 250 252 / 0.5); + border-bottom-color: rgb(248 250 252 / 0.5); +} +.border-y-slate-50\/60{ + border-top-color: rgb(248 250 252 / 0.6); + border-bottom-color: rgb(248 250 252 / 0.6); +} +.border-y-slate-50\/70{ + border-top-color: rgb(248 250 252 / 0.7); + border-bottom-color: rgb(248 250 252 / 0.7); +} +.border-y-slate-50\/75{ + border-top-color: rgb(248 250 252 / 0.75); + border-bottom-color: rgb(248 250 252 / 0.75); +} +.border-y-slate-50\/80{ + border-top-color: rgb(248 250 252 / 0.8); + border-bottom-color: rgb(248 250 252 / 0.8); +} +.border-y-slate-50\/90{ + border-top-color: rgb(248 250 252 / 0.9); + border-bottom-color: rgb(248 250 252 / 0.9); +} +.border-y-slate-50\/95{ + border-top-color: rgb(248 250 252 / 0.95); + border-bottom-color: rgb(248 250 252 / 0.95); +} +.border-y-slate-50\/100{ + border-top-color: rgb(248 250 252 / 1); + border-bottom-color: rgb(248 250 252 / 1); +} +.border-y-slate-100\/0{ + border-top-color: rgb(241 245 249 / 0); + border-bottom-color: rgb(241 245 249 / 0); +} +.border-y-slate-100\/5{ + border-top-color: rgb(241 245 249 / 0.05); + border-bottom-color: rgb(241 245 249 / 0.05); +} +.border-y-slate-100\/10{ + border-top-color: rgb(241 245 249 / 0.1); + border-bottom-color: rgb(241 245 249 / 0.1); +} +.border-y-slate-100\/20{ + border-top-color: rgb(241 245 249 / 0.2); + border-bottom-color: rgb(241 245 249 / 0.2); +} +.border-y-slate-100\/25{ + border-top-color: rgb(241 245 249 / 0.25); + border-bottom-color: rgb(241 245 249 / 0.25); +} +.border-y-slate-100\/30{ + border-top-color: rgb(241 245 249 / 0.3); + border-bottom-color: rgb(241 245 249 / 0.3); +} +.border-y-slate-100\/40{ + border-top-color: rgb(241 245 249 / 0.4); + border-bottom-color: rgb(241 245 249 / 0.4); +} +.border-y-slate-100\/50{ + border-top-color: rgb(241 245 249 / 0.5); + border-bottom-color: rgb(241 245 249 / 0.5); +} +.border-y-slate-100\/60{ + border-top-color: rgb(241 245 249 / 0.6); + border-bottom-color: rgb(241 245 249 / 0.6); +} +.border-y-slate-100\/70{ + border-top-color: rgb(241 245 249 / 0.7); + border-bottom-color: rgb(241 245 249 / 0.7); +} +.border-y-slate-100\/75{ + border-top-color: rgb(241 245 249 / 0.75); + border-bottom-color: rgb(241 245 249 / 0.75); +} +.border-y-slate-100\/80{ + border-top-color: rgb(241 245 249 / 0.8); + border-bottom-color: rgb(241 245 249 / 0.8); +} +.border-y-slate-100\/90{ + border-top-color: rgb(241 245 249 / 0.9); + border-bottom-color: rgb(241 245 249 / 0.9); +} +.border-y-slate-100\/95{ + border-top-color: rgb(241 245 249 / 0.95); + border-bottom-color: rgb(241 245 249 / 0.95); +} +.border-y-slate-100\/100{ + border-top-color: rgb(241 245 249 / 1); + border-bottom-color: rgb(241 245 249 / 1); +} +.border-y-slate-200\/0{ + border-top-color: rgb(226 232 240 / 0); + border-bottom-color: rgb(226 232 240 / 0); +} +.border-y-slate-200\/5{ + border-top-color: rgb(226 232 240 / 0.05); + border-bottom-color: rgb(226 232 240 / 0.05); +} +.border-y-slate-200\/10{ + border-top-color: rgb(226 232 240 / 0.1); + border-bottom-color: rgb(226 232 240 / 0.1); +} +.border-y-slate-200\/20{ + border-top-color: rgb(226 232 240 / 0.2); + border-bottom-color: rgb(226 232 240 / 0.2); +} +.border-y-slate-200\/25{ + border-top-color: rgb(226 232 240 / 0.25); + border-bottom-color: rgb(226 232 240 / 0.25); +} +.border-y-slate-200\/30{ + border-top-color: rgb(226 232 240 / 0.3); + border-bottom-color: rgb(226 232 240 / 0.3); +} +.border-y-slate-200\/40{ + border-top-color: rgb(226 232 240 / 0.4); + border-bottom-color: rgb(226 232 240 / 0.4); +} +.border-y-slate-200\/50{ + border-top-color: rgb(226 232 240 / 0.5); + border-bottom-color: rgb(226 232 240 / 0.5); +} +.border-y-slate-200\/60{ + border-top-color: rgb(226 232 240 / 0.6); + border-bottom-color: rgb(226 232 240 / 0.6); +} +.border-y-slate-200\/70{ + border-top-color: rgb(226 232 240 / 0.7); + border-bottom-color: rgb(226 232 240 / 0.7); +} +.border-y-slate-200\/75{ + border-top-color: rgb(226 232 240 / 0.75); + border-bottom-color: rgb(226 232 240 / 0.75); +} +.border-y-slate-200\/80{ + border-top-color: rgb(226 232 240 / 0.8); + border-bottom-color: rgb(226 232 240 / 0.8); +} +.border-y-slate-200\/90{ + border-top-color: rgb(226 232 240 / 0.9); + border-bottom-color: rgb(226 232 240 / 0.9); +} +.border-y-slate-200\/95{ + border-top-color: rgb(226 232 240 / 0.95); + border-bottom-color: rgb(226 232 240 / 0.95); +} +.border-y-slate-200\/100{ + border-top-color: rgb(226 232 240 / 1); + border-bottom-color: rgb(226 232 240 / 1); +} +.border-y-slate-300\/0{ + border-top-color: rgb(203 213 225 / 0); + border-bottom-color: rgb(203 213 225 / 0); +} +.border-y-slate-300\/5{ + border-top-color: rgb(203 213 225 / 0.05); + border-bottom-color: rgb(203 213 225 / 0.05); +} +.border-y-slate-300\/10{ + border-top-color: rgb(203 213 225 / 0.1); + border-bottom-color: rgb(203 213 225 / 0.1); +} +.border-y-slate-300\/20{ + border-top-color: rgb(203 213 225 / 0.2); + border-bottom-color: rgb(203 213 225 / 0.2); +} +.border-y-slate-300\/25{ + border-top-color: rgb(203 213 225 / 0.25); + border-bottom-color: rgb(203 213 225 / 0.25); +} +.border-y-slate-300\/30{ + border-top-color: rgb(203 213 225 / 0.3); + border-bottom-color: rgb(203 213 225 / 0.3); +} +.border-y-slate-300\/40{ + border-top-color: rgb(203 213 225 / 0.4); + border-bottom-color: rgb(203 213 225 / 0.4); +} +.border-y-slate-300\/50{ + border-top-color: rgb(203 213 225 / 0.5); + border-bottom-color: rgb(203 213 225 / 0.5); +} +.border-y-slate-300\/60{ + border-top-color: rgb(203 213 225 / 0.6); + border-bottom-color: rgb(203 213 225 / 0.6); +} +.border-y-slate-300\/70{ + border-top-color: rgb(203 213 225 / 0.7); + border-bottom-color: rgb(203 213 225 / 0.7); +} +.border-y-slate-300\/75{ + border-top-color: rgb(203 213 225 / 0.75); + border-bottom-color: rgb(203 213 225 / 0.75); +} +.border-y-slate-300\/80{ + border-top-color: rgb(203 213 225 / 0.8); + border-bottom-color: rgb(203 213 225 / 0.8); +} +.border-y-slate-300\/90{ + border-top-color: rgb(203 213 225 / 0.9); + border-bottom-color: rgb(203 213 225 / 0.9); +} +.border-y-slate-300\/95{ + border-top-color: rgb(203 213 225 / 0.95); + border-bottom-color: rgb(203 213 225 / 0.95); +} +.border-y-slate-300\/100{ + border-top-color: rgb(203 213 225 / 1); + border-bottom-color: rgb(203 213 225 / 1); +} +.border-y-slate-400\/0{ + border-top-color: rgb(148 163 184 / 0); + border-bottom-color: rgb(148 163 184 / 0); +} +.border-y-slate-400\/5{ + border-top-color: rgb(148 163 184 / 0.05); + border-bottom-color: rgb(148 163 184 / 0.05); +} +.border-y-slate-400\/10{ + border-top-color: rgb(148 163 184 / 0.1); + border-bottom-color: rgb(148 163 184 / 0.1); +} +.border-y-slate-400\/20{ + border-top-color: rgb(148 163 184 / 0.2); + border-bottom-color: rgb(148 163 184 / 0.2); +} +.border-y-slate-400\/25{ + border-top-color: rgb(148 163 184 / 0.25); + border-bottom-color: rgb(148 163 184 / 0.25); +} +.border-y-slate-400\/30{ + border-top-color: rgb(148 163 184 / 0.3); + border-bottom-color: rgb(148 163 184 / 0.3); +} +.border-y-slate-400\/40{ + border-top-color: rgb(148 163 184 / 0.4); + border-bottom-color: rgb(148 163 184 / 0.4); +} +.border-y-slate-400\/50{ + border-top-color: rgb(148 163 184 / 0.5); + border-bottom-color: rgb(148 163 184 / 0.5); +} +.border-y-slate-400\/60{ + border-top-color: rgb(148 163 184 / 0.6); + border-bottom-color: rgb(148 163 184 / 0.6); +} +.border-y-slate-400\/70{ + border-top-color: rgb(148 163 184 / 0.7); + border-bottom-color: rgb(148 163 184 / 0.7); +} +.border-y-slate-400\/75{ + border-top-color: rgb(148 163 184 / 0.75); + border-bottom-color: rgb(148 163 184 / 0.75); +} +.border-y-slate-400\/80{ + border-top-color: rgb(148 163 184 / 0.8); + border-bottom-color: rgb(148 163 184 / 0.8); +} +.border-y-slate-400\/90{ + border-top-color: rgb(148 163 184 / 0.9); + border-bottom-color: rgb(148 163 184 / 0.9); +} +.border-y-slate-400\/95{ + border-top-color: rgb(148 163 184 / 0.95); + border-bottom-color: rgb(148 163 184 / 0.95); +} +.border-y-slate-400\/100{ + border-top-color: rgb(148 163 184 / 1); + border-bottom-color: rgb(148 163 184 / 1); +} +.border-y-slate-500\/0{ + border-top-color: rgb(100 116 139 / 0); + border-bottom-color: rgb(100 116 139 / 0); +} +.border-y-slate-500\/5{ + border-top-color: rgb(100 116 139 / 0.05); + border-bottom-color: rgb(100 116 139 / 0.05); +} +.border-y-slate-500\/10{ + border-top-color: rgb(100 116 139 / 0.1); + border-bottom-color: rgb(100 116 139 / 0.1); +} +.border-y-slate-500\/20{ + border-top-color: rgb(100 116 139 / 0.2); + border-bottom-color: rgb(100 116 139 / 0.2); +} +.border-y-slate-500\/25{ + border-top-color: rgb(100 116 139 / 0.25); + border-bottom-color: rgb(100 116 139 / 0.25); +} +.border-y-slate-500\/30{ + border-top-color: rgb(100 116 139 / 0.3); + border-bottom-color: rgb(100 116 139 / 0.3); +} +.border-y-slate-500\/40{ + border-top-color: rgb(100 116 139 / 0.4); + border-bottom-color: rgb(100 116 139 / 0.4); +} +.border-y-slate-500\/50{ + border-top-color: rgb(100 116 139 / 0.5); + border-bottom-color: rgb(100 116 139 / 0.5); +} +.border-y-slate-500\/60{ + border-top-color: rgb(100 116 139 / 0.6); + border-bottom-color: rgb(100 116 139 / 0.6); +} +.border-y-slate-500\/70{ + border-top-color: rgb(100 116 139 / 0.7); + border-bottom-color: rgb(100 116 139 / 0.7); +} +.border-y-slate-500\/75{ + border-top-color: rgb(100 116 139 / 0.75); + border-bottom-color: rgb(100 116 139 / 0.75); +} +.border-y-slate-500\/80{ + border-top-color: rgb(100 116 139 / 0.8); + border-bottom-color: rgb(100 116 139 / 0.8); +} +.border-y-slate-500\/90{ + border-top-color: rgb(100 116 139 / 0.9); + border-bottom-color: rgb(100 116 139 / 0.9); +} +.border-y-slate-500\/95{ + border-top-color: rgb(100 116 139 / 0.95); + border-bottom-color: rgb(100 116 139 / 0.95); +} +.border-y-slate-500\/100{ + border-top-color: rgb(100 116 139 / 1); + border-bottom-color: rgb(100 116 139 / 1); +} +.border-y-slate-600\/0{ + border-top-color: rgb(71 85 105 / 0); + border-bottom-color: rgb(71 85 105 / 0); +} +.border-y-slate-600\/5{ + border-top-color: rgb(71 85 105 / 0.05); + border-bottom-color: rgb(71 85 105 / 0.05); +} +.border-y-slate-600\/10{ + border-top-color: rgb(71 85 105 / 0.1); + border-bottom-color: rgb(71 85 105 / 0.1); +} +.border-y-slate-600\/20{ + border-top-color: rgb(71 85 105 / 0.2); + border-bottom-color: rgb(71 85 105 / 0.2); +} +.border-y-slate-600\/25{ + border-top-color: rgb(71 85 105 / 0.25); + border-bottom-color: rgb(71 85 105 / 0.25); +} +.border-y-slate-600\/30{ + border-top-color: rgb(71 85 105 / 0.3); + border-bottom-color: rgb(71 85 105 / 0.3); +} +.border-y-slate-600\/40{ + border-top-color: rgb(71 85 105 / 0.4); + border-bottom-color: rgb(71 85 105 / 0.4); +} +.border-y-slate-600\/50{ + border-top-color: rgb(71 85 105 / 0.5); + border-bottom-color: rgb(71 85 105 / 0.5); +} +.border-y-slate-600\/60{ + border-top-color: rgb(71 85 105 / 0.6); + border-bottom-color: rgb(71 85 105 / 0.6); +} +.border-y-slate-600\/70{ + border-top-color: rgb(71 85 105 / 0.7); + border-bottom-color: rgb(71 85 105 / 0.7); +} +.border-y-slate-600\/75{ + border-top-color: rgb(71 85 105 / 0.75); + border-bottom-color: rgb(71 85 105 / 0.75); +} +.border-y-slate-600\/80{ + border-top-color: rgb(71 85 105 / 0.8); + border-bottom-color: rgb(71 85 105 / 0.8); +} +.border-y-slate-600\/90{ + border-top-color: rgb(71 85 105 / 0.9); + border-bottom-color: rgb(71 85 105 / 0.9); +} +.border-y-slate-600\/95{ + border-top-color: rgb(71 85 105 / 0.95); + border-bottom-color: rgb(71 85 105 / 0.95); +} +.border-y-slate-600\/100{ + border-top-color: rgb(71 85 105 / 1); + border-bottom-color: rgb(71 85 105 / 1); +} +.border-y-slate-700\/0{ + border-top-color: rgb(51 65 85 / 0); + border-bottom-color: rgb(51 65 85 / 0); +} +.border-y-slate-700\/5{ + border-top-color: rgb(51 65 85 / 0.05); + border-bottom-color: rgb(51 65 85 / 0.05); +} +.border-y-slate-700\/10{ + border-top-color: rgb(51 65 85 / 0.1); + border-bottom-color: rgb(51 65 85 / 0.1); +} +.border-y-slate-700\/20{ + border-top-color: rgb(51 65 85 / 0.2); + border-bottom-color: rgb(51 65 85 / 0.2); +} +.border-y-slate-700\/25{ + border-top-color: rgb(51 65 85 / 0.25); + border-bottom-color: rgb(51 65 85 / 0.25); +} +.border-y-slate-700\/30{ + border-top-color: rgb(51 65 85 / 0.3); + border-bottom-color: rgb(51 65 85 / 0.3); +} +.border-y-slate-700\/40{ + border-top-color: rgb(51 65 85 / 0.4); + border-bottom-color: rgb(51 65 85 / 0.4); +} +.border-y-slate-700\/50{ + border-top-color: rgb(51 65 85 / 0.5); + border-bottom-color: rgb(51 65 85 / 0.5); +} +.border-y-slate-700\/60{ + border-top-color: rgb(51 65 85 / 0.6); + border-bottom-color: rgb(51 65 85 / 0.6); +} +.border-y-slate-700\/70{ + border-top-color: rgb(51 65 85 / 0.7); + border-bottom-color: rgb(51 65 85 / 0.7); +} +.border-y-slate-700\/75{ + border-top-color: rgb(51 65 85 / 0.75); + border-bottom-color: rgb(51 65 85 / 0.75); +} +.border-y-slate-700\/80{ + border-top-color: rgb(51 65 85 / 0.8); + border-bottom-color: rgb(51 65 85 / 0.8); +} +.border-y-slate-700\/90{ + border-top-color: rgb(51 65 85 / 0.9); + border-bottom-color: rgb(51 65 85 / 0.9); +} +.border-y-slate-700\/95{ + border-top-color: rgb(51 65 85 / 0.95); + border-bottom-color: rgb(51 65 85 / 0.95); +} +.border-y-slate-700\/100{ + border-top-color: rgb(51 65 85 / 1); + border-bottom-color: rgb(51 65 85 / 1); +} +.border-y-slate-800\/0{ + border-top-color: rgb(30 41 59 / 0); + border-bottom-color: rgb(30 41 59 / 0); +} +.border-y-slate-800\/5{ + border-top-color: rgb(30 41 59 / 0.05); + border-bottom-color: rgb(30 41 59 / 0.05); +} +.border-y-slate-800\/10{ + border-top-color: rgb(30 41 59 / 0.1); + border-bottom-color: rgb(30 41 59 / 0.1); +} +.border-y-slate-800\/20{ + border-top-color: rgb(30 41 59 / 0.2); + border-bottom-color: rgb(30 41 59 / 0.2); +} +.border-y-slate-800\/25{ + border-top-color: rgb(30 41 59 / 0.25); + border-bottom-color: rgb(30 41 59 / 0.25); +} +.border-y-slate-800\/30{ + border-top-color: rgb(30 41 59 / 0.3); + border-bottom-color: rgb(30 41 59 / 0.3); +} +.border-y-slate-800\/40{ + border-top-color: rgb(30 41 59 / 0.4); + border-bottom-color: rgb(30 41 59 / 0.4); +} +.border-y-slate-800\/50{ + border-top-color: rgb(30 41 59 / 0.5); + border-bottom-color: rgb(30 41 59 / 0.5); +} +.border-y-slate-800\/60{ + border-top-color: rgb(30 41 59 / 0.6); + border-bottom-color: rgb(30 41 59 / 0.6); +} +.border-y-slate-800\/70{ + border-top-color: rgb(30 41 59 / 0.7); + border-bottom-color: rgb(30 41 59 / 0.7); +} +.border-y-slate-800\/75{ + border-top-color: rgb(30 41 59 / 0.75); + border-bottom-color: rgb(30 41 59 / 0.75); +} +.border-y-slate-800\/80{ + border-top-color: rgb(30 41 59 / 0.8); + border-bottom-color: rgb(30 41 59 / 0.8); +} +.border-y-slate-800\/90{ + border-top-color: rgb(30 41 59 / 0.9); + border-bottom-color: rgb(30 41 59 / 0.9); +} +.border-y-slate-800\/95{ + border-top-color: rgb(30 41 59 / 0.95); + border-bottom-color: rgb(30 41 59 / 0.95); +} +.border-y-slate-800\/100{ + border-top-color: rgb(30 41 59 / 1); + border-bottom-color: rgb(30 41 59 / 1); +} +.border-y-slate-900\/0{ + border-top-color: rgb(15 23 42 / 0); + border-bottom-color: rgb(15 23 42 / 0); +} +.border-y-slate-900\/5{ + border-top-color: rgb(15 23 42 / 0.05); + border-bottom-color: rgb(15 23 42 / 0.05); +} +.border-y-slate-900\/10{ + border-top-color: rgb(15 23 42 / 0.1); + border-bottom-color: rgb(15 23 42 / 0.1); +} +.border-y-slate-900\/20{ + border-top-color: rgb(15 23 42 / 0.2); + border-bottom-color: rgb(15 23 42 / 0.2); +} +.border-y-slate-900\/25{ + border-top-color: rgb(15 23 42 / 0.25); + border-bottom-color: rgb(15 23 42 / 0.25); +} +.border-y-slate-900\/30{ + border-top-color: rgb(15 23 42 / 0.3); + border-bottom-color: rgb(15 23 42 / 0.3); +} +.border-y-slate-900\/40{ + border-top-color: rgb(15 23 42 / 0.4); + border-bottom-color: rgb(15 23 42 / 0.4); +} +.border-y-slate-900\/50{ + border-top-color: rgb(15 23 42 / 0.5); + border-bottom-color: rgb(15 23 42 / 0.5); +} +.border-y-slate-900\/60{ + border-top-color: rgb(15 23 42 / 0.6); + border-bottom-color: rgb(15 23 42 / 0.6); +} +.border-y-slate-900\/70{ + border-top-color: rgb(15 23 42 / 0.7); + border-bottom-color: rgb(15 23 42 / 0.7); +} +.border-y-slate-900\/75{ + border-top-color: rgb(15 23 42 / 0.75); + border-bottom-color: rgb(15 23 42 / 0.75); +} +.border-y-slate-900\/80{ + border-top-color: rgb(15 23 42 / 0.8); + border-bottom-color: rgb(15 23 42 / 0.8); +} +.border-y-slate-900\/90{ + border-top-color: rgb(15 23 42 / 0.9); + border-bottom-color: rgb(15 23 42 / 0.9); +} +.border-y-slate-900\/95{ + border-top-color: rgb(15 23 42 / 0.95); + border-bottom-color: rgb(15 23 42 / 0.95); +} +.border-y-slate-900\/100{ + border-top-color: rgb(15 23 42 / 1); + border-bottom-color: rgb(15 23 42 / 1); +} +.border-y-gray-50\/0{ + border-top-color: rgb(249 250 251 / 0); + border-bottom-color: rgb(249 250 251 / 0); +} +.border-y-gray-50\/5{ + border-top-color: rgb(249 250 251 / 0.05); + border-bottom-color: rgb(249 250 251 / 0.05); +} +.border-y-gray-50\/10{ + border-top-color: rgb(249 250 251 / 0.1); + border-bottom-color: rgb(249 250 251 / 0.1); +} +.border-y-gray-50\/20{ + border-top-color: rgb(249 250 251 / 0.2); + border-bottom-color: rgb(249 250 251 / 0.2); +} +.border-y-gray-50\/25{ + border-top-color: rgb(249 250 251 / 0.25); + border-bottom-color: rgb(249 250 251 / 0.25); +} +.border-y-gray-50\/30{ + border-top-color: rgb(249 250 251 / 0.3); + border-bottom-color: rgb(249 250 251 / 0.3); +} +.border-y-gray-50\/40{ + border-top-color: rgb(249 250 251 / 0.4); + border-bottom-color: rgb(249 250 251 / 0.4); +} +.border-y-gray-50\/50{ + border-top-color: rgb(249 250 251 / 0.5); + border-bottom-color: rgb(249 250 251 / 0.5); +} +.border-y-gray-50\/60{ + border-top-color: rgb(249 250 251 / 0.6); + border-bottom-color: rgb(249 250 251 / 0.6); +} +.border-y-gray-50\/70{ + border-top-color: rgb(249 250 251 / 0.7); + border-bottom-color: rgb(249 250 251 / 0.7); +} +.border-y-gray-50\/75{ + border-top-color: rgb(249 250 251 / 0.75); + border-bottom-color: rgb(249 250 251 / 0.75); +} +.border-y-gray-50\/80{ + border-top-color: rgb(249 250 251 / 0.8); + border-bottom-color: rgb(249 250 251 / 0.8); +} +.border-y-gray-50\/90{ + border-top-color: rgb(249 250 251 / 0.9); + border-bottom-color: rgb(249 250 251 / 0.9); +} +.border-y-gray-50\/95{ + border-top-color: rgb(249 250 251 / 0.95); + border-bottom-color: rgb(249 250 251 / 0.95); +} +.border-y-gray-50\/100{ + border-top-color: rgb(249 250 251 / 1); + border-bottom-color: rgb(249 250 251 / 1); +} +.border-y-gray-100\/0{ + border-top-color: rgb(243 244 246 / 0); + border-bottom-color: rgb(243 244 246 / 0); +} +.border-y-gray-100\/5{ + border-top-color: rgb(243 244 246 / 0.05); + border-bottom-color: rgb(243 244 246 / 0.05); +} +.border-y-gray-100\/10{ + border-top-color: rgb(243 244 246 / 0.1); + border-bottom-color: rgb(243 244 246 / 0.1); +} +.border-y-gray-100\/20{ + border-top-color: rgb(243 244 246 / 0.2); + border-bottom-color: rgb(243 244 246 / 0.2); +} +.border-y-gray-100\/25{ + border-top-color: rgb(243 244 246 / 0.25); + border-bottom-color: rgb(243 244 246 / 0.25); +} +.border-y-gray-100\/30{ + border-top-color: rgb(243 244 246 / 0.3); + border-bottom-color: rgb(243 244 246 / 0.3); +} +.border-y-gray-100\/40{ + border-top-color: rgb(243 244 246 / 0.4); + border-bottom-color: rgb(243 244 246 / 0.4); +} +.border-y-gray-100\/50{ + border-top-color: rgb(243 244 246 / 0.5); + border-bottom-color: rgb(243 244 246 / 0.5); +} +.border-y-gray-100\/60{ + border-top-color: rgb(243 244 246 / 0.6); + border-bottom-color: rgb(243 244 246 / 0.6); +} +.border-y-gray-100\/70{ + border-top-color: rgb(243 244 246 / 0.7); + border-bottom-color: rgb(243 244 246 / 0.7); +} +.border-y-gray-100\/75{ + border-top-color: rgb(243 244 246 / 0.75); + border-bottom-color: rgb(243 244 246 / 0.75); +} +.border-y-gray-100\/80{ + border-top-color: rgb(243 244 246 / 0.8); + border-bottom-color: rgb(243 244 246 / 0.8); +} +.border-y-gray-100\/90{ + border-top-color: rgb(243 244 246 / 0.9); + border-bottom-color: rgb(243 244 246 / 0.9); +} +.border-y-gray-100\/95{ + border-top-color: rgb(243 244 246 / 0.95); + border-bottom-color: rgb(243 244 246 / 0.95); +} +.border-y-gray-100\/100{ + border-top-color: rgb(243 244 246 / 1); + border-bottom-color: rgb(243 244 246 / 1); +} +.border-y-gray-200\/0{ + border-top-color: rgb(229 231 235 / 0); + border-bottom-color: rgb(229 231 235 / 0); +} +.border-y-gray-200\/5{ + border-top-color: rgb(229 231 235 / 0.05); + border-bottom-color: rgb(229 231 235 / 0.05); +} +.border-y-gray-200\/10{ + border-top-color: rgb(229 231 235 / 0.1); + border-bottom-color: rgb(229 231 235 / 0.1); +} +.border-y-gray-200\/20{ + border-top-color: rgb(229 231 235 / 0.2); + border-bottom-color: rgb(229 231 235 / 0.2); +} +.border-y-gray-200\/25{ + border-top-color: rgb(229 231 235 / 0.25); + border-bottom-color: rgb(229 231 235 / 0.25); +} +.border-y-gray-200\/30{ + border-top-color: rgb(229 231 235 / 0.3); + border-bottom-color: rgb(229 231 235 / 0.3); +} +.border-y-gray-200\/40{ + border-top-color: rgb(229 231 235 / 0.4); + border-bottom-color: rgb(229 231 235 / 0.4); +} +.border-y-gray-200\/50{ + border-top-color: rgb(229 231 235 / 0.5); + border-bottom-color: rgb(229 231 235 / 0.5); +} +.border-y-gray-200\/60{ + border-top-color: rgb(229 231 235 / 0.6); + border-bottom-color: rgb(229 231 235 / 0.6); +} +.border-y-gray-200\/70{ + border-top-color: rgb(229 231 235 / 0.7); + border-bottom-color: rgb(229 231 235 / 0.7); +} +.border-y-gray-200\/75{ + border-top-color: rgb(229 231 235 / 0.75); + border-bottom-color: rgb(229 231 235 / 0.75); +} +.border-y-gray-200\/80{ + border-top-color: rgb(229 231 235 / 0.8); + border-bottom-color: rgb(229 231 235 / 0.8); +} +.border-y-gray-200\/90{ + border-top-color: rgb(229 231 235 / 0.9); + border-bottom-color: rgb(229 231 235 / 0.9); +} +.border-y-gray-200\/95{ + border-top-color: rgb(229 231 235 / 0.95); + border-bottom-color: rgb(229 231 235 / 0.95); +} +.border-y-gray-200\/100{ + border-top-color: rgb(229 231 235 / 1); + border-bottom-color: rgb(229 231 235 / 1); +} +.border-y-gray-300\/0{ + border-top-color: rgb(209 213 219 / 0); + border-bottom-color: rgb(209 213 219 / 0); +} +.border-y-gray-300\/5{ + border-top-color: rgb(209 213 219 / 0.05); + border-bottom-color: rgb(209 213 219 / 0.05); +} +.border-y-gray-300\/10{ + border-top-color: rgb(209 213 219 / 0.1); + border-bottom-color: rgb(209 213 219 / 0.1); +} +.border-y-gray-300\/20{ + border-top-color: rgb(209 213 219 / 0.2); + border-bottom-color: rgb(209 213 219 / 0.2); +} +.border-y-gray-300\/25{ + border-top-color: rgb(209 213 219 / 0.25); + border-bottom-color: rgb(209 213 219 / 0.25); +} +.border-y-gray-300\/30{ + border-top-color: rgb(209 213 219 / 0.3); + border-bottom-color: rgb(209 213 219 / 0.3); +} +.border-y-gray-300\/40{ + border-top-color: rgb(209 213 219 / 0.4); + border-bottom-color: rgb(209 213 219 / 0.4); +} +.border-y-gray-300\/50{ + border-top-color: rgb(209 213 219 / 0.5); + border-bottom-color: rgb(209 213 219 / 0.5); +} +.border-y-gray-300\/60{ + border-top-color: rgb(209 213 219 / 0.6); + border-bottom-color: rgb(209 213 219 / 0.6); +} +.border-y-gray-300\/70{ + border-top-color: rgb(209 213 219 / 0.7); + border-bottom-color: rgb(209 213 219 / 0.7); +} +.border-y-gray-300\/75{ + border-top-color: rgb(209 213 219 / 0.75); + border-bottom-color: rgb(209 213 219 / 0.75); +} +.border-y-gray-300\/80{ + border-top-color: rgb(209 213 219 / 0.8); + border-bottom-color: rgb(209 213 219 / 0.8); +} +.border-y-gray-300\/90{ + border-top-color: rgb(209 213 219 / 0.9); + border-bottom-color: rgb(209 213 219 / 0.9); +} +.border-y-gray-300\/95{ + border-top-color: rgb(209 213 219 / 0.95); + border-bottom-color: rgb(209 213 219 / 0.95); +} +.border-y-gray-300\/100{ + border-top-color: rgb(209 213 219 / 1); + border-bottom-color: rgb(209 213 219 / 1); +} +.border-y-gray-400\/0{ + border-top-color: rgb(156 163 175 / 0); + border-bottom-color: rgb(156 163 175 / 0); +} +.border-y-gray-400\/5{ + border-top-color: rgb(156 163 175 / 0.05); + border-bottom-color: rgb(156 163 175 / 0.05); +} +.border-y-gray-400\/10{ + border-top-color: rgb(156 163 175 / 0.1); + border-bottom-color: rgb(156 163 175 / 0.1); +} +.border-y-gray-400\/20{ + border-top-color: rgb(156 163 175 / 0.2); + border-bottom-color: rgb(156 163 175 / 0.2); +} +.border-y-gray-400\/25{ + border-top-color: rgb(156 163 175 / 0.25); + border-bottom-color: rgb(156 163 175 / 0.25); +} +.border-y-gray-400\/30{ + border-top-color: rgb(156 163 175 / 0.3); + border-bottom-color: rgb(156 163 175 / 0.3); +} +.border-y-gray-400\/40{ + border-top-color: rgb(156 163 175 / 0.4); + border-bottom-color: rgb(156 163 175 / 0.4); +} +.border-y-gray-400\/50{ + border-top-color: rgb(156 163 175 / 0.5); + border-bottom-color: rgb(156 163 175 / 0.5); +} +.border-y-gray-400\/60{ + border-top-color: rgb(156 163 175 / 0.6); + border-bottom-color: rgb(156 163 175 / 0.6); +} +.border-y-gray-400\/70{ + border-top-color: rgb(156 163 175 / 0.7); + border-bottom-color: rgb(156 163 175 / 0.7); +} +.border-y-gray-400\/75{ + border-top-color: rgb(156 163 175 / 0.75); + border-bottom-color: rgb(156 163 175 / 0.75); +} +.border-y-gray-400\/80{ + border-top-color: rgb(156 163 175 / 0.8); + border-bottom-color: rgb(156 163 175 / 0.8); +} +.border-y-gray-400\/90{ + border-top-color: rgb(156 163 175 / 0.9); + border-bottom-color: rgb(156 163 175 / 0.9); +} +.border-y-gray-400\/95{ + border-top-color: rgb(156 163 175 / 0.95); + border-bottom-color: rgb(156 163 175 / 0.95); +} +.border-y-gray-400\/100{ + border-top-color: rgb(156 163 175 / 1); + border-bottom-color: rgb(156 163 175 / 1); +} +.border-y-gray-500\/0{ + border-top-color: rgb(107 114 128 / 0); + border-bottom-color: rgb(107 114 128 / 0); +} +.border-y-gray-500\/5{ + border-top-color: rgb(107 114 128 / 0.05); + border-bottom-color: rgb(107 114 128 / 0.05); +} +.border-y-gray-500\/10{ + border-top-color: rgb(107 114 128 / 0.1); + border-bottom-color: rgb(107 114 128 / 0.1); +} +.border-y-gray-500\/20{ + border-top-color: rgb(107 114 128 / 0.2); + border-bottom-color: rgb(107 114 128 / 0.2); +} +.border-y-gray-500\/25{ + border-top-color: rgb(107 114 128 / 0.25); + border-bottom-color: rgb(107 114 128 / 0.25); +} +.border-y-gray-500\/30{ + border-top-color: rgb(107 114 128 / 0.3); + border-bottom-color: rgb(107 114 128 / 0.3); +} +.border-y-gray-500\/40{ + border-top-color: rgb(107 114 128 / 0.4); + border-bottom-color: rgb(107 114 128 / 0.4); +} +.border-y-gray-500\/50{ + border-top-color: rgb(107 114 128 / 0.5); + border-bottom-color: rgb(107 114 128 / 0.5); +} +.border-y-gray-500\/60{ + border-top-color: rgb(107 114 128 / 0.6); + border-bottom-color: rgb(107 114 128 / 0.6); +} +.border-y-gray-500\/70{ + border-top-color: rgb(107 114 128 / 0.7); + border-bottom-color: rgb(107 114 128 / 0.7); +} +.border-y-gray-500\/75{ + border-top-color: rgb(107 114 128 / 0.75); + border-bottom-color: rgb(107 114 128 / 0.75); +} +.border-y-gray-500\/80{ + border-top-color: rgb(107 114 128 / 0.8); + border-bottom-color: rgb(107 114 128 / 0.8); +} +.border-y-gray-500\/90{ + border-top-color: rgb(107 114 128 / 0.9); + border-bottom-color: rgb(107 114 128 / 0.9); +} +.border-y-gray-500\/95{ + border-top-color: rgb(107 114 128 / 0.95); + border-bottom-color: rgb(107 114 128 / 0.95); +} +.border-y-gray-500\/100{ + border-top-color: rgb(107 114 128 / 1); + border-bottom-color: rgb(107 114 128 / 1); +} +.border-y-gray-600\/0{ + border-top-color: rgb(75 85 99 / 0); + border-bottom-color: rgb(75 85 99 / 0); +} +.border-y-gray-600\/5{ + border-top-color: rgb(75 85 99 / 0.05); + border-bottom-color: rgb(75 85 99 / 0.05); +} +.border-y-gray-600\/10{ + border-top-color: rgb(75 85 99 / 0.1); + border-bottom-color: rgb(75 85 99 / 0.1); +} +.border-y-gray-600\/20{ + border-top-color: rgb(75 85 99 / 0.2); + border-bottom-color: rgb(75 85 99 / 0.2); +} +.border-y-gray-600\/25{ + border-top-color: rgb(75 85 99 / 0.25); + border-bottom-color: rgb(75 85 99 / 0.25); +} +.border-y-gray-600\/30{ + border-top-color: rgb(75 85 99 / 0.3); + border-bottom-color: rgb(75 85 99 / 0.3); +} +.border-y-gray-600\/40{ + border-top-color: rgb(75 85 99 / 0.4); + border-bottom-color: rgb(75 85 99 / 0.4); +} +.border-y-gray-600\/50{ + border-top-color: rgb(75 85 99 / 0.5); + border-bottom-color: rgb(75 85 99 / 0.5); +} +.border-y-gray-600\/60{ + border-top-color: rgb(75 85 99 / 0.6); + border-bottom-color: rgb(75 85 99 / 0.6); +} +.border-y-gray-600\/70{ + border-top-color: rgb(75 85 99 / 0.7); + border-bottom-color: rgb(75 85 99 / 0.7); +} +.border-y-gray-600\/75{ + border-top-color: rgb(75 85 99 / 0.75); + border-bottom-color: rgb(75 85 99 / 0.75); +} +.border-y-gray-600\/80{ + border-top-color: rgb(75 85 99 / 0.8); + border-bottom-color: rgb(75 85 99 / 0.8); +} +.border-y-gray-600\/90{ + border-top-color: rgb(75 85 99 / 0.9); + border-bottom-color: rgb(75 85 99 / 0.9); +} +.border-y-gray-600\/95{ + border-top-color: rgb(75 85 99 / 0.95); + border-bottom-color: rgb(75 85 99 / 0.95); +} +.border-y-gray-600\/100{ + border-top-color: rgb(75 85 99 / 1); + border-bottom-color: rgb(75 85 99 / 1); +} +.border-y-gray-700\/0{ + border-top-color: rgb(55 65 81 / 0); + border-bottom-color: rgb(55 65 81 / 0); +} +.border-y-gray-700\/5{ + border-top-color: rgb(55 65 81 / 0.05); + border-bottom-color: rgb(55 65 81 / 0.05); +} +.border-y-gray-700\/10{ + border-top-color: rgb(55 65 81 / 0.1); + border-bottom-color: rgb(55 65 81 / 0.1); +} +.border-y-gray-700\/20{ + border-top-color: rgb(55 65 81 / 0.2); + border-bottom-color: rgb(55 65 81 / 0.2); +} +.border-y-gray-700\/25{ + border-top-color: rgb(55 65 81 / 0.25); + border-bottom-color: rgb(55 65 81 / 0.25); +} +.border-y-gray-700\/30{ + border-top-color: rgb(55 65 81 / 0.3); + border-bottom-color: rgb(55 65 81 / 0.3); +} +.border-y-gray-700\/40{ + border-top-color: rgb(55 65 81 / 0.4); + border-bottom-color: rgb(55 65 81 / 0.4); +} +.border-y-gray-700\/50{ + border-top-color: rgb(55 65 81 / 0.5); + border-bottom-color: rgb(55 65 81 / 0.5); +} +.border-y-gray-700\/60{ + border-top-color: rgb(55 65 81 / 0.6); + border-bottom-color: rgb(55 65 81 / 0.6); +} +.border-y-gray-700\/70{ + border-top-color: rgb(55 65 81 / 0.7); + border-bottom-color: rgb(55 65 81 / 0.7); +} +.border-y-gray-700\/75{ + border-top-color: rgb(55 65 81 / 0.75); + border-bottom-color: rgb(55 65 81 / 0.75); +} +.border-y-gray-700\/80{ + border-top-color: rgb(55 65 81 / 0.8); + border-bottom-color: rgb(55 65 81 / 0.8); +} +.border-y-gray-700\/90{ + border-top-color: rgb(55 65 81 / 0.9); + border-bottom-color: rgb(55 65 81 / 0.9); +} +.border-y-gray-700\/95{ + border-top-color: rgb(55 65 81 / 0.95); + border-bottom-color: rgb(55 65 81 / 0.95); +} +.border-y-gray-700\/100{ + border-top-color: rgb(55 65 81 / 1); + border-bottom-color: rgb(55 65 81 / 1); +} +.border-y-gray-800\/0{ + border-top-color: rgb(31 41 55 / 0); + border-bottom-color: rgb(31 41 55 / 0); +} +.border-y-gray-800\/5{ + border-top-color: rgb(31 41 55 / 0.05); + border-bottom-color: rgb(31 41 55 / 0.05); +} +.border-y-gray-800\/10{ + border-top-color: rgb(31 41 55 / 0.1); + border-bottom-color: rgb(31 41 55 / 0.1); +} +.border-y-gray-800\/20{ + border-top-color: rgb(31 41 55 / 0.2); + border-bottom-color: rgb(31 41 55 / 0.2); +} +.border-y-gray-800\/25{ + border-top-color: rgb(31 41 55 / 0.25); + border-bottom-color: rgb(31 41 55 / 0.25); +} +.border-y-gray-800\/30{ + border-top-color: rgb(31 41 55 / 0.3); + border-bottom-color: rgb(31 41 55 / 0.3); +} +.border-y-gray-800\/40{ + border-top-color: rgb(31 41 55 / 0.4); + border-bottom-color: rgb(31 41 55 / 0.4); +} +.border-y-gray-800\/50{ + border-top-color: rgb(31 41 55 / 0.5); + border-bottom-color: rgb(31 41 55 / 0.5); +} +.border-y-gray-800\/60{ + border-top-color: rgb(31 41 55 / 0.6); + border-bottom-color: rgb(31 41 55 / 0.6); +} +.border-y-gray-800\/70{ + border-top-color: rgb(31 41 55 / 0.7); + border-bottom-color: rgb(31 41 55 / 0.7); +} +.border-y-gray-800\/75{ + border-top-color: rgb(31 41 55 / 0.75); + border-bottom-color: rgb(31 41 55 / 0.75); +} +.border-y-gray-800\/80{ + border-top-color: rgb(31 41 55 / 0.8); + border-bottom-color: rgb(31 41 55 / 0.8); +} +.border-y-gray-800\/90{ + border-top-color: rgb(31 41 55 / 0.9); + border-bottom-color: rgb(31 41 55 / 0.9); +} +.border-y-gray-800\/95{ + border-top-color: rgb(31 41 55 / 0.95); + border-bottom-color: rgb(31 41 55 / 0.95); +} +.border-y-gray-800\/100{ + border-top-color: rgb(31 41 55 / 1); + border-bottom-color: rgb(31 41 55 / 1); +} +.border-y-gray-900\/0{ + border-top-color: rgb(17 24 39 / 0); + border-bottom-color: rgb(17 24 39 / 0); +} +.border-y-gray-900\/5{ + border-top-color: rgb(17 24 39 / 0.05); + border-bottom-color: rgb(17 24 39 / 0.05); +} +.border-y-gray-900\/10{ + border-top-color: rgb(17 24 39 / 0.1); + border-bottom-color: rgb(17 24 39 / 0.1); +} +.border-y-gray-900\/20{ + border-top-color: rgb(17 24 39 / 0.2); + border-bottom-color: rgb(17 24 39 / 0.2); +} +.border-y-gray-900\/25{ + border-top-color: rgb(17 24 39 / 0.25); + border-bottom-color: rgb(17 24 39 / 0.25); +} +.border-y-gray-900\/30{ + border-top-color: rgb(17 24 39 / 0.3); + border-bottom-color: rgb(17 24 39 / 0.3); +} +.border-y-gray-900\/40{ + border-top-color: rgb(17 24 39 / 0.4); + border-bottom-color: rgb(17 24 39 / 0.4); +} +.border-y-gray-900\/50{ + border-top-color: rgb(17 24 39 / 0.5); + border-bottom-color: rgb(17 24 39 / 0.5); +} +.border-y-gray-900\/60{ + border-top-color: rgb(17 24 39 / 0.6); + border-bottom-color: rgb(17 24 39 / 0.6); +} +.border-y-gray-900\/70{ + border-top-color: rgb(17 24 39 / 0.7); + border-bottom-color: rgb(17 24 39 / 0.7); +} +.border-y-gray-900\/75{ + border-top-color: rgb(17 24 39 / 0.75); + border-bottom-color: rgb(17 24 39 / 0.75); +} +.border-y-gray-900\/80{ + border-top-color: rgb(17 24 39 / 0.8); + border-bottom-color: rgb(17 24 39 / 0.8); +} +.border-y-gray-900\/90{ + border-top-color: rgb(17 24 39 / 0.9); + border-bottom-color: rgb(17 24 39 / 0.9); +} +.border-y-gray-900\/95{ + border-top-color: rgb(17 24 39 / 0.95); + border-bottom-color: rgb(17 24 39 / 0.95); +} +.border-y-gray-900\/100{ + border-top-color: rgb(17 24 39 / 1); + border-bottom-color: rgb(17 24 39 / 1); +} +.border-y-zinc-50\/0{ + border-top-color: rgb(250 250 250 / 0); + border-bottom-color: rgb(250 250 250 / 0); +} +.border-y-zinc-50\/5{ + border-top-color: rgb(250 250 250 / 0.05); + border-bottom-color: rgb(250 250 250 / 0.05); +} +.border-y-zinc-50\/10{ + border-top-color: rgb(250 250 250 / 0.1); + border-bottom-color: rgb(250 250 250 / 0.1); +} +.border-y-zinc-50\/20{ + border-top-color: rgb(250 250 250 / 0.2); + border-bottom-color: rgb(250 250 250 / 0.2); +} +.border-y-zinc-50\/25{ + border-top-color: rgb(250 250 250 / 0.25); + border-bottom-color: rgb(250 250 250 / 0.25); +} +.border-y-zinc-50\/30{ + border-top-color: rgb(250 250 250 / 0.3); + border-bottom-color: rgb(250 250 250 / 0.3); +} +.border-y-zinc-50\/40{ + border-top-color: rgb(250 250 250 / 0.4); + border-bottom-color: rgb(250 250 250 / 0.4); +} +.border-y-zinc-50\/50{ + border-top-color: rgb(250 250 250 / 0.5); + border-bottom-color: rgb(250 250 250 / 0.5); +} +.border-y-zinc-50\/60{ + border-top-color: rgb(250 250 250 / 0.6); + border-bottom-color: rgb(250 250 250 / 0.6); +} +.border-y-zinc-50\/70{ + border-top-color: rgb(250 250 250 / 0.7); + border-bottom-color: rgb(250 250 250 / 0.7); +} +.border-y-zinc-50\/75{ + border-top-color: rgb(250 250 250 / 0.75); + border-bottom-color: rgb(250 250 250 / 0.75); +} +.border-y-zinc-50\/80{ + border-top-color: rgb(250 250 250 / 0.8); + border-bottom-color: rgb(250 250 250 / 0.8); +} +.border-y-zinc-50\/90{ + border-top-color: rgb(250 250 250 / 0.9); + border-bottom-color: rgb(250 250 250 / 0.9); +} +.border-y-zinc-50\/95{ + border-top-color: rgb(250 250 250 / 0.95); + border-bottom-color: rgb(250 250 250 / 0.95); +} +.border-y-zinc-50\/100{ + border-top-color: rgb(250 250 250 / 1); + border-bottom-color: rgb(250 250 250 / 1); +} +.border-y-zinc-100\/0{ + border-top-color: rgb(244 244 245 / 0); + border-bottom-color: rgb(244 244 245 / 0); +} +.border-y-zinc-100\/5{ + border-top-color: rgb(244 244 245 / 0.05); + border-bottom-color: rgb(244 244 245 / 0.05); +} +.border-y-zinc-100\/10{ + border-top-color: rgb(244 244 245 / 0.1); + border-bottom-color: rgb(244 244 245 / 0.1); +} +.border-y-zinc-100\/20{ + border-top-color: rgb(244 244 245 / 0.2); + border-bottom-color: rgb(244 244 245 / 0.2); +} +.border-y-zinc-100\/25{ + border-top-color: rgb(244 244 245 / 0.25); + border-bottom-color: rgb(244 244 245 / 0.25); +} +.border-y-zinc-100\/30{ + border-top-color: rgb(244 244 245 / 0.3); + border-bottom-color: rgb(244 244 245 / 0.3); +} +.border-y-zinc-100\/40{ + border-top-color: rgb(244 244 245 / 0.4); + border-bottom-color: rgb(244 244 245 / 0.4); +} +.border-y-zinc-100\/50{ + border-top-color: rgb(244 244 245 / 0.5); + border-bottom-color: rgb(244 244 245 / 0.5); +} +.border-y-zinc-100\/60{ + border-top-color: rgb(244 244 245 / 0.6); + border-bottom-color: rgb(244 244 245 / 0.6); +} +.border-y-zinc-100\/70{ + border-top-color: rgb(244 244 245 / 0.7); + border-bottom-color: rgb(244 244 245 / 0.7); +} +.border-y-zinc-100\/75{ + border-top-color: rgb(244 244 245 / 0.75); + border-bottom-color: rgb(244 244 245 / 0.75); +} +.border-y-zinc-100\/80{ + border-top-color: rgb(244 244 245 / 0.8); + border-bottom-color: rgb(244 244 245 / 0.8); +} +.border-y-zinc-100\/90{ + border-top-color: rgb(244 244 245 / 0.9); + border-bottom-color: rgb(244 244 245 / 0.9); +} +.border-y-zinc-100\/95{ + border-top-color: rgb(244 244 245 / 0.95); + border-bottom-color: rgb(244 244 245 / 0.95); +} +.border-y-zinc-100\/100{ + border-top-color: rgb(244 244 245 / 1); + border-bottom-color: rgb(244 244 245 / 1); +} +.border-y-zinc-200\/0{ + border-top-color: rgb(228 228 231 / 0); + border-bottom-color: rgb(228 228 231 / 0); +} +.border-y-zinc-200\/5{ + border-top-color: rgb(228 228 231 / 0.05); + border-bottom-color: rgb(228 228 231 / 0.05); +} +.border-y-zinc-200\/10{ + border-top-color: rgb(228 228 231 / 0.1); + border-bottom-color: rgb(228 228 231 / 0.1); +} +.border-y-zinc-200\/20{ + border-top-color: rgb(228 228 231 / 0.2); + border-bottom-color: rgb(228 228 231 / 0.2); +} +.border-y-zinc-200\/25{ + border-top-color: rgb(228 228 231 / 0.25); + border-bottom-color: rgb(228 228 231 / 0.25); +} +.border-y-zinc-200\/30{ + border-top-color: rgb(228 228 231 / 0.3); + border-bottom-color: rgb(228 228 231 / 0.3); +} +.border-y-zinc-200\/40{ + border-top-color: rgb(228 228 231 / 0.4); + border-bottom-color: rgb(228 228 231 / 0.4); +} +.border-y-zinc-200\/50{ + border-top-color: rgb(228 228 231 / 0.5); + border-bottom-color: rgb(228 228 231 / 0.5); +} +.border-y-zinc-200\/60{ + border-top-color: rgb(228 228 231 / 0.6); + border-bottom-color: rgb(228 228 231 / 0.6); +} +.border-y-zinc-200\/70{ + border-top-color: rgb(228 228 231 / 0.7); + border-bottom-color: rgb(228 228 231 / 0.7); +} +.border-y-zinc-200\/75{ + border-top-color: rgb(228 228 231 / 0.75); + border-bottom-color: rgb(228 228 231 / 0.75); +} +.border-y-zinc-200\/80{ + border-top-color: rgb(228 228 231 / 0.8); + border-bottom-color: rgb(228 228 231 / 0.8); +} +.border-y-zinc-200\/90{ + border-top-color: rgb(228 228 231 / 0.9); + border-bottom-color: rgb(228 228 231 / 0.9); +} +.border-y-zinc-200\/95{ + border-top-color: rgb(228 228 231 / 0.95); + border-bottom-color: rgb(228 228 231 / 0.95); +} +.border-y-zinc-200\/100{ + border-top-color: rgb(228 228 231 / 1); + border-bottom-color: rgb(228 228 231 / 1); +} +.border-y-zinc-300\/0{ + border-top-color: rgb(212 212 216 / 0); + border-bottom-color: rgb(212 212 216 / 0); +} +.border-y-zinc-300\/5{ + border-top-color: rgb(212 212 216 / 0.05); + border-bottom-color: rgb(212 212 216 / 0.05); +} +.border-y-zinc-300\/10{ + border-top-color: rgb(212 212 216 / 0.1); + border-bottom-color: rgb(212 212 216 / 0.1); +} +.border-y-zinc-300\/20{ + border-top-color: rgb(212 212 216 / 0.2); + border-bottom-color: rgb(212 212 216 / 0.2); +} +.border-y-zinc-300\/25{ + border-top-color: rgb(212 212 216 / 0.25); + border-bottom-color: rgb(212 212 216 / 0.25); +} +.border-y-zinc-300\/30{ + border-top-color: rgb(212 212 216 / 0.3); + border-bottom-color: rgb(212 212 216 / 0.3); +} +.border-y-zinc-300\/40{ + border-top-color: rgb(212 212 216 / 0.4); + border-bottom-color: rgb(212 212 216 / 0.4); +} +.border-y-zinc-300\/50{ + border-top-color: rgb(212 212 216 / 0.5); + border-bottom-color: rgb(212 212 216 / 0.5); +} +.border-y-zinc-300\/60{ + border-top-color: rgb(212 212 216 / 0.6); + border-bottom-color: rgb(212 212 216 / 0.6); +} +.border-y-zinc-300\/70{ + border-top-color: rgb(212 212 216 / 0.7); + border-bottom-color: rgb(212 212 216 / 0.7); +} +.border-y-zinc-300\/75{ + border-top-color: rgb(212 212 216 / 0.75); + border-bottom-color: rgb(212 212 216 / 0.75); +} +.border-y-zinc-300\/80{ + border-top-color: rgb(212 212 216 / 0.8); + border-bottom-color: rgb(212 212 216 / 0.8); +} +.border-y-zinc-300\/90{ + border-top-color: rgb(212 212 216 / 0.9); + border-bottom-color: rgb(212 212 216 / 0.9); +} +.border-y-zinc-300\/95{ + border-top-color: rgb(212 212 216 / 0.95); + border-bottom-color: rgb(212 212 216 / 0.95); +} +.border-y-zinc-300\/100{ + border-top-color: rgb(212 212 216 / 1); + border-bottom-color: rgb(212 212 216 / 1); +} +.border-y-zinc-400\/0{ + border-top-color: rgb(161 161 170 / 0); + border-bottom-color: rgb(161 161 170 / 0); +} +.border-y-zinc-400\/5{ + border-top-color: rgb(161 161 170 / 0.05); + border-bottom-color: rgb(161 161 170 / 0.05); +} +.border-y-zinc-400\/10{ + border-top-color: rgb(161 161 170 / 0.1); + border-bottom-color: rgb(161 161 170 / 0.1); +} +.border-y-zinc-400\/20{ + border-top-color: rgb(161 161 170 / 0.2); + border-bottom-color: rgb(161 161 170 / 0.2); +} +.border-y-zinc-400\/25{ + border-top-color: rgb(161 161 170 / 0.25); + border-bottom-color: rgb(161 161 170 / 0.25); +} +.border-y-zinc-400\/30{ + border-top-color: rgb(161 161 170 / 0.3); + border-bottom-color: rgb(161 161 170 / 0.3); +} +.border-y-zinc-400\/40{ + border-top-color: rgb(161 161 170 / 0.4); + border-bottom-color: rgb(161 161 170 / 0.4); +} +.border-y-zinc-400\/50{ + border-top-color: rgb(161 161 170 / 0.5); + border-bottom-color: rgb(161 161 170 / 0.5); +} +.border-y-zinc-400\/60{ + border-top-color: rgb(161 161 170 / 0.6); + border-bottom-color: rgb(161 161 170 / 0.6); +} +.border-y-zinc-400\/70{ + border-top-color: rgb(161 161 170 / 0.7); + border-bottom-color: rgb(161 161 170 / 0.7); +} +.border-y-zinc-400\/75{ + border-top-color: rgb(161 161 170 / 0.75); + border-bottom-color: rgb(161 161 170 / 0.75); +} +.border-y-zinc-400\/80{ + border-top-color: rgb(161 161 170 / 0.8); + border-bottom-color: rgb(161 161 170 / 0.8); +} +.border-y-zinc-400\/90{ + border-top-color: rgb(161 161 170 / 0.9); + border-bottom-color: rgb(161 161 170 / 0.9); +} +.border-y-zinc-400\/95{ + border-top-color: rgb(161 161 170 / 0.95); + border-bottom-color: rgb(161 161 170 / 0.95); +} +.border-y-zinc-400\/100{ + border-top-color: rgb(161 161 170 / 1); + border-bottom-color: rgb(161 161 170 / 1); +} +.border-y-zinc-500\/0{ + border-top-color: rgb(113 113 122 / 0); + border-bottom-color: rgb(113 113 122 / 0); +} +.border-y-zinc-500\/5{ + border-top-color: rgb(113 113 122 / 0.05); + border-bottom-color: rgb(113 113 122 / 0.05); +} +.border-y-zinc-500\/10{ + border-top-color: rgb(113 113 122 / 0.1); + border-bottom-color: rgb(113 113 122 / 0.1); +} +.border-y-zinc-500\/20{ + border-top-color: rgb(113 113 122 / 0.2); + border-bottom-color: rgb(113 113 122 / 0.2); +} +.border-y-zinc-500\/25{ + border-top-color: rgb(113 113 122 / 0.25); + border-bottom-color: rgb(113 113 122 / 0.25); +} +.border-y-zinc-500\/30{ + border-top-color: rgb(113 113 122 / 0.3); + border-bottom-color: rgb(113 113 122 / 0.3); +} +.border-y-zinc-500\/40{ + border-top-color: rgb(113 113 122 / 0.4); + border-bottom-color: rgb(113 113 122 / 0.4); +} +.border-y-zinc-500\/50{ + border-top-color: rgb(113 113 122 / 0.5); + border-bottom-color: rgb(113 113 122 / 0.5); +} +.border-y-zinc-500\/60{ + border-top-color: rgb(113 113 122 / 0.6); + border-bottom-color: rgb(113 113 122 / 0.6); +} +.border-y-zinc-500\/70{ + border-top-color: rgb(113 113 122 / 0.7); + border-bottom-color: rgb(113 113 122 / 0.7); +} +.border-y-zinc-500\/75{ + border-top-color: rgb(113 113 122 / 0.75); + border-bottom-color: rgb(113 113 122 / 0.75); +} +.border-y-zinc-500\/80{ + border-top-color: rgb(113 113 122 / 0.8); + border-bottom-color: rgb(113 113 122 / 0.8); +} +.border-y-zinc-500\/90{ + border-top-color: rgb(113 113 122 / 0.9); + border-bottom-color: rgb(113 113 122 / 0.9); +} +.border-y-zinc-500\/95{ + border-top-color: rgb(113 113 122 / 0.95); + border-bottom-color: rgb(113 113 122 / 0.95); +} +.border-y-zinc-500\/100{ + border-top-color: rgb(113 113 122 / 1); + border-bottom-color: rgb(113 113 122 / 1); +} +.border-y-zinc-600\/0{ + border-top-color: rgb(82 82 91 / 0); + border-bottom-color: rgb(82 82 91 / 0); +} +.border-y-zinc-600\/5{ + border-top-color: rgb(82 82 91 / 0.05); + border-bottom-color: rgb(82 82 91 / 0.05); +} +.border-y-zinc-600\/10{ + border-top-color: rgb(82 82 91 / 0.1); + border-bottom-color: rgb(82 82 91 / 0.1); +} +.border-y-zinc-600\/20{ + border-top-color: rgb(82 82 91 / 0.2); + border-bottom-color: rgb(82 82 91 / 0.2); +} +.border-y-zinc-600\/25{ + border-top-color: rgb(82 82 91 / 0.25); + border-bottom-color: rgb(82 82 91 / 0.25); +} +.border-y-zinc-600\/30{ + border-top-color: rgb(82 82 91 / 0.3); + border-bottom-color: rgb(82 82 91 / 0.3); +} +.border-y-zinc-600\/40{ + border-top-color: rgb(82 82 91 / 0.4); + border-bottom-color: rgb(82 82 91 / 0.4); +} +.border-y-zinc-600\/50{ + border-top-color: rgb(82 82 91 / 0.5); + border-bottom-color: rgb(82 82 91 / 0.5); +} +.border-y-zinc-600\/60{ + border-top-color: rgb(82 82 91 / 0.6); + border-bottom-color: rgb(82 82 91 / 0.6); +} +.border-y-zinc-600\/70{ + border-top-color: rgb(82 82 91 / 0.7); + border-bottom-color: rgb(82 82 91 / 0.7); +} +.border-y-zinc-600\/75{ + border-top-color: rgb(82 82 91 / 0.75); + border-bottom-color: rgb(82 82 91 / 0.75); +} +.border-y-zinc-600\/80{ + border-top-color: rgb(82 82 91 / 0.8); + border-bottom-color: rgb(82 82 91 / 0.8); +} +.border-y-zinc-600\/90{ + border-top-color: rgb(82 82 91 / 0.9); + border-bottom-color: rgb(82 82 91 / 0.9); +} +.border-y-zinc-600\/95{ + border-top-color: rgb(82 82 91 / 0.95); + border-bottom-color: rgb(82 82 91 / 0.95); +} +.border-y-zinc-600\/100{ + border-top-color: rgb(82 82 91 / 1); + border-bottom-color: rgb(82 82 91 / 1); +} +.border-y-zinc-700\/0{ + border-top-color: rgb(63 63 70 / 0); + border-bottom-color: rgb(63 63 70 / 0); +} +.border-y-zinc-700\/5{ + border-top-color: rgb(63 63 70 / 0.05); + border-bottom-color: rgb(63 63 70 / 0.05); +} +.border-y-zinc-700\/10{ + border-top-color: rgb(63 63 70 / 0.1); + border-bottom-color: rgb(63 63 70 / 0.1); +} +.border-y-zinc-700\/20{ + border-top-color: rgb(63 63 70 / 0.2); + border-bottom-color: rgb(63 63 70 / 0.2); +} +.border-y-zinc-700\/25{ + border-top-color: rgb(63 63 70 / 0.25); + border-bottom-color: rgb(63 63 70 / 0.25); +} +.border-y-zinc-700\/30{ + border-top-color: rgb(63 63 70 / 0.3); + border-bottom-color: rgb(63 63 70 / 0.3); +} +.border-y-zinc-700\/40{ + border-top-color: rgb(63 63 70 / 0.4); + border-bottom-color: rgb(63 63 70 / 0.4); +} +.border-y-zinc-700\/50{ + border-top-color: rgb(63 63 70 / 0.5); + border-bottom-color: rgb(63 63 70 / 0.5); +} +.border-y-zinc-700\/60{ + border-top-color: rgb(63 63 70 / 0.6); + border-bottom-color: rgb(63 63 70 / 0.6); +} +.border-y-zinc-700\/70{ + border-top-color: rgb(63 63 70 / 0.7); + border-bottom-color: rgb(63 63 70 / 0.7); +} +.border-y-zinc-700\/75{ + border-top-color: rgb(63 63 70 / 0.75); + border-bottom-color: rgb(63 63 70 / 0.75); +} +.border-y-zinc-700\/80{ + border-top-color: rgb(63 63 70 / 0.8); + border-bottom-color: rgb(63 63 70 / 0.8); +} +.border-y-zinc-700\/90{ + border-top-color: rgb(63 63 70 / 0.9); + border-bottom-color: rgb(63 63 70 / 0.9); +} +.border-y-zinc-700\/95{ + border-top-color: rgb(63 63 70 / 0.95); + border-bottom-color: rgb(63 63 70 / 0.95); +} +.border-y-zinc-700\/100{ + border-top-color: rgb(63 63 70 / 1); + border-bottom-color: rgb(63 63 70 / 1); +} +.border-y-zinc-800\/0{ + border-top-color: rgb(39 39 42 / 0); + border-bottom-color: rgb(39 39 42 / 0); +} +.border-y-zinc-800\/5{ + border-top-color: rgb(39 39 42 / 0.05); + border-bottom-color: rgb(39 39 42 / 0.05); +} +.border-y-zinc-800\/10{ + border-top-color: rgb(39 39 42 / 0.1); + border-bottom-color: rgb(39 39 42 / 0.1); +} +.border-y-zinc-800\/20{ + border-top-color: rgb(39 39 42 / 0.2); + border-bottom-color: rgb(39 39 42 / 0.2); +} +.border-y-zinc-800\/25{ + border-top-color: rgb(39 39 42 / 0.25); + border-bottom-color: rgb(39 39 42 / 0.25); +} +.border-y-zinc-800\/30{ + border-top-color: rgb(39 39 42 / 0.3); + border-bottom-color: rgb(39 39 42 / 0.3); +} +.border-y-zinc-800\/40{ + border-top-color: rgb(39 39 42 / 0.4); + border-bottom-color: rgb(39 39 42 / 0.4); +} +.border-y-zinc-800\/50{ + border-top-color: rgb(39 39 42 / 0.5); + border-bottom-color: rgb(39 39 42 / 0.5); +} +.border-y-zinc-800\/60{ + border-top-color: rgb(39 39 42 / 0.6); + border-bottom-color: rgb(39 39 42 / 0.6); +} +.border-y-zinc-800\/70{ + border-top-color: rgb(39 39 42 / 0.7); + border-bottom-color: rgb(39 39 42 / 0.7); +} +.border-y-zinc-800\/75{ + border-top-color: rgb(39 39 42 / 0.75); + border-bottom-color: rgb(39 39 42 / 0.75); +} +.border-y-zinc-800\/80{ + border-top-color: rgb(39 39 42 / 0.8); + border-bottom-color: rgb(39 39 42 / 0.8); +} +.border-y-zinc-800\/90{ + border-top-color: rgb(39 39 42 / 0.9); + border-bottom-color: rgb(39 39 42 / 0.9); +} +.border-y-zinc-800\/95{ + border-top-color: rgb(39 39 42 / 0.95); + border-bottom-color: rgb(39 39 42 / 0.95); +} +.border-y-zinc-800\/100{ + border-top-color: rgb(39 39 42 / 1); + border-bottom-color: rgb(39 39 42 / 1); +} +.border-y-zinc-900\/0{ + border-top-color: rgb(24 24 27 / 0); + border-bottom-color: rgb(24 24 27 / 0); +} +.border-y-zinc-900\/5{ + border-top-color: rgb(24 24 27 / 0.05); + border-bottom-color: rgb(24 24 27 / 0.05); +} +.border-y-zinc-900\/10{ + border-top-color: rgb(24 24 27 / 0.1); + border-bottom-color: rgb(24 24 27 / 0.1); +} +.border-y-zinc-900\/20{ + border-top-color: rgb(24 24 27 / 0.2); + border-bottom-color: rgb(24 24 27 / 0.2); +} +.border-y-zinc-900\/25{ + border-top-color: rgb(24 24 27 / 0.25); + border-bottom-color: rgb(24 24 27 / 0.25); +} +.border-y-zinc-900\/30{ + border-top-color: rgb(24 24 27 / 0.3); + border-bottom-color: rgb(24 24 27 / 0.3); +} +.border-y-zinc-900\/40{ + border-top-color: rgb(24 24 27 / 0.4); + border-bottom-color: rgb(24 24 27 / 0.4); +} +.border-y-zinc-900\/50{ + border-top-color: rgb(24 24 27 / 0.5); + border-bottom-color: rgb(24 24 27 / 0.5); +} +.border-y-zinc-900\/60{ + border-top-color: rgb(24 24 27 / 0.6); + border-bottom-color: rgb(24 24 27 / 0.6); +} +.border-y-zinc-900\/70{ + border-top-color: rgb(24 24 27 / 0.7); + border-bottom-color: rgb(24 24 27 / 0.7); +} +.border-y-zinc-900\/75{ + border-top-color: rgb(24 24 27 / 0.75); + border-bottom-color: rgb(24 24 27 / 0.75); +} +.border-y-zinc-900\/80{ + border-top-color: rgb(24 24 27 / 0.8); + border-bottom-color: rgb(24 24 27 / 0.8); +} +.border-y-zinc-900\/90{ + border-top-color: rgb(24 24 27 / 0.9); + border-bottom-color: rgb(24 24 27 / 0.9); +} +.border-y-zinc-900\/95{ + border-top-color: rgb(24 24 27 / 0.95); + border-bottom-color: rgb(24 24 27 / 0.95); +} +.border-y-zinc-900\/100{ + border-top-color: rgb(24 24 27 / 1); + border-bottom-color: rgb(24 24 27 / 1); +} +.border-y-neutral-50\/0{ + border-top-color: rgb(250 250 250 / 0); + border-bottom-color: rgb(250 250 250 / 0); +} +.border-y-neutral-50\/5{ + border-top-color: rgb(250 250 250 / 0.05); + border-bottom-color: rgb(250 250 250 / 0.05); +} +.border-y-neutral-50\/10{ + border-top-color: rgb(250 250 250 / 0.1); + border-bottom-color: rgb(250 250 250 / 0.1); +} +.border-y-neutral-50\/20{ + border-top-color: rgb(250 250 250 / 0.2); + border-bottom-color: rgb(250 250 250 / 0.2); +} +.border-y-neutral-50\/25{ + border-top-color: rgb(250 250 250 / 0.25); + border-bottom-color: rgb(250 250 250 / 0.25); +} +.border-y-neutral-50\/30{ + border-top-color: rgb(250 250 250 / 0.3); + border-bottom-color: rgb(250 250 250 / 0.3); +} +.border-y-neutral-50\/40{ + border-top-color: rgb(250 250 250 / 0.4); + border-bottom-color: rgb(250 250 250 / 0.4); +} +.border-y-neutral-50\/50{ + border-top-color: rgb(250 250 250 / 0.5); + border-bottom-color: rgb(250 250 250 / 0.5); +} +.border-y-neutral-50\/60{ + border-top-color: rgb(250 250 250 / 0.6); + border-bottom-color: rgb(250 250 250 / 0.6); +} +.border-y-neutral-50\/70{ + border-top-color: rgb(250 250 250 / 0.7); + border-bottom-color: rgb(250 250 250 / 0.7); +} +.border-y-neutral-50\/75{ + border-top-color: rgb(250 250 250 / 0.75); + border-bottom-color: rgb(250 250 250 / 0.75); +} +.border-y-neutral-50\/80{ + border-top-color: rgb(250 250 250 / 0.8); + border-bottom-color: rgb(250 250 250 / 0.8); +} +.border-y-neutral-50\/90{ + border-top-color: rgb(250 250 250 / 0.9); + border-bottom-color: rgb(250 250 250 / 0.9); +} +.border-y-neutral-50\/95{ + border-top-color: rgb(250 250 250 / 0.95); + border-bottom-color: rgb(250 250 250 / 0.95); +} +.border-y-neutral-50\/100{ + border-top-color: rgb(250 250 250 / 1); + border-bottom-color: rgb(250 250 250 / 1); +} +.border-y-neutral-100\/0{ + border-top-color: rgb(245 245 245 / 0); + border-bottom-color: rgb(245 245 245 / 0); +} +.border-y-neutral-100\/5{ + border-top-color: rgb(245 245 245 / 0.05); + border-bottom-color: rgb(245 245 245 / 0.05); +} +.border-y-neutral-100\/10{ + border-top-color: rgb(245 245 245 / 0.1); + border-bottom-color: rgb(245 245 245 / 0.1); +} +.border-y-neutral-100\/20{ + border-top-color: rgb(245 245 245 / 0.2); + border-bottom-color: rgb(245 245 245 / 0.2); +} +.border-y-neutral-100\/25{ + border-top-color: rgb(245 245 245 / 0.25); + border-bottom-color: rgb(245 245 245 / 0.25); +} +.border-y-neutral-100\/30{ + border-top-color: rgb(245 245 245 / 0.3); + border-bottom-color: rgb(245 245 245 / 0.3); +} +.border-y-neutral-100\/40{ + border-top-color: rgb(245 245 245 / 0.4); + border-bottom-color: rgb(245 245 245 / 0.4); +} +.border-y-neutral-100\/50{ + border-top-color: rgb(245 245 245 / 0.5); + border-bottom-color: rgb(245 245 245 / 0.5); +} +.border-y-neutral-100\/60{ + border-top-color: rgb(245 245 245 / 0.6); + border-bottom-color: rgb(245 245 245 / 0.6); +} +.border-y-neutral-100\/70{ + border-top-color: rgb(245 245 245 / 0.7); + border-bottom-color: rgb(245 245 245 / 0.7); +} +.border-y-neutral-100\/75{ + border-top-color: rgb(245 245 245 / 0.75); + border-bottom-color: rgb(245 245 245 / 0.75); +} +.border-y-neutral-100\/80{ + border-top-color: rgb(245 245 245 / 0.8); + border-bottom-color: rgb(245 245 245 / 0.8); +} +.border-y-neutral-100\/90{ + border-top-color: rgb(245 245 245 / 0.9); + border-bottom-color: rgb(245 245 245 / 0.9); +} +.border-y-neutral-100\/95{ + border-top-color: rgb(245 245 245 / 0.95); + border-bottom-color: rgb(245 245 245 / 0.95); +} +.border-y-neutral-100\/100{ + border-top-color: rgb(245 245 245 / 1); + border-bottom-color: rgb(245 245 245 / 1); +} +.border-y-neutral-200\/0{ + border-top-color: rgb(229 229 229 / 0); + border-bottom-color: rgb(229 229 229 / 0); +} +.border-y-neutral-200\/5{ + border-top-color: rgb(229 229 229 / 0.05); + border-bottom-color: rgb(229 229 229 / 0.05); +} +.border-y-neutral-200\/10{ + border-top-color: rgb(229 229 229 / 0.1); + border-bottom-color: rgb(229 229 229 / 0.1); +} +.border-y-neutral-200\/20{ + border-top-color: rgb(229 229 229 / 0.2); + border-bottom-color: rgb(229 229 229 / 0.2); +} +.border-y-neutral-200\/25{ + border-top-color: rgb(229 229 229 / 0.25); + border-bottom-color: rgb(229 229 229 / 0.25); +} +.border-y-neutral-200\/30{ + border-top-color: rgb(229 229 229 / 0.3); + border-bottom-color: rgb(229 229 229 / 0.3); +} +.border-y-neutral-200\/40{ + border-top-color: rgb(229 229 229 / 0.4); + border-bottom-color: rgb(229 229 229 / 0.4); +} +.border-y-neutral-200\/50{ + border-top-color: rgb(229 229 229 / 0.5); + border-bottom-color: rgb(229 229 229 / 0.5); +} +.border-y-neutral-200\/60{ + border-top-color: rgb(229 229 229 / 0.6); + border-bottom-color: rgb(229 229 229 / 0.6); +} +.border-y-neutral-200\/70{ + border-top-color: rgb(229 229 229 / 0.7); + border-bottom-color: rgb(229 229 229 / 0.7); +} +.border-y-neutral-200\/75{ + border-top-color: rgb(229 229 229 / 0.75); + border-bottom-color: rgb(229 229 229 / 0.75); +} +.border-y-neutral-200\/80{ + border-top-color: rgb(229 229 229 / 0.8); + border-bottom-color: rgb(229 229 229 / 0.8); +} +.border-y-neutral-200\/90{ + border-top-color: rgb(229 229 229 / 0.9); + border-bottom-color: rgb(229 229 229 / 0.9); +} +.border-y-neutral-200\/95{ + border-top-color: rgb(229 229 229 / 0.95); + border-bottom-color: rgb(229 229 229 / 0.95); +} +.border-y-neutral-200\/100{ + border-top-color: rgb(229 229 229 / 1); + border-bottom-color: rgb(229 229 229 / 1); +} +.border-y-neutral-300\/0{ + border-top-color: rgb(212 212 212 / 0); + border-bottom-color: rgb(212 212 212 / 0); +} +.border-y-neutral-300\/5{ + border-top-color: rgb(212 212 212 / 0.05); + border-bottom-color: rgb(212 212 212 / 0.05); +} +.border-y-neutral-300\/10{ + border-top-color: rgb(212 212 212 / 0.1); + border-bottom-color: rgb(212 212 212 / 0.1); +} +.border-y-neutral-300\/20{ + border-top-color: rgb(212 212 212 / 0.2); + border-bottom-color: rgb(212 212 212 / 0.2); +} +.border-y-neutral-300\/25{ + border-top-color: rgb(212 212 212 / 0.25); + border-bottom-color: rgb(212 212 212 / 0.25); +} +.border-y-neutral-300\/30{ + border-top-color: rgb(212 212 212 / 0.3); + border-bottom-color: rgb(212 212 212 / 0.3); +} +.border-y-neutral-300\/40{ + border-top-color: rgb(212 212 212 / 0.4); + border-bottom-color: rgb(212 212 212 / 0.4); +} +.border-y-neutral-300\/50{ + border-top-color: rgb(212 212 212 / 0.5); + border-bottom-color: rgb(212 212 212 / 0.5); +} +.border-y-neutral-300\/60{ + border-top-color: rgb(212 212 212 / 0.6); + border-bottom-color: rgb(212 212 212 / 0.6); +} +.border-y-neutral-300\/70{ + border-top-color: rgb(212 212 212 / 0.7); + border-bottom-color: rgb(212 212 212 / 0.7); +} +.border-y-neutral-300\/75{ + border-top-color: rgb(212 212 212 / 0.75); + border-bottom-color: rgb(212 212 212 / 0.75); +} +.border-y-neutral-300\/80{ + border-top-color: rgb(212 212 212 / 0.8); + border-bottom-color: rgb(212 212 212 / 0.8); +} +.border-y-neutral-300\/90{ + border-top-color: rgb(212 212 212 / 0.9); + border-bottom-color: rgb(212 212 212 / 0.9); +} +.border-y-neutral-300\/95{ + border-top-color: rgb(212 212 212 / 0.95); + border-bottom-color: rgb(212 212 212 / 0.95); +} +.border-y-neutral-300\/100{ + border-top-color: rgb(212 212 212 / 1); + border-bottom-color: rgb(212 212 212 / 1); +} +.border-y-neutral-400\/0{ + border-top-color: rgb(163 163 163 / 0); + border-bottom-color: rgb(163 163 163 / 0); +} +.border-y-neutral-400\/5{ + border-top-color: rgb(163 163 163 / 0.05); + border-bottom-color: rgb(163 163 163 / 0.05); +} +.border-y-neutral-400\/10{ + border-top-color: rgb(163 163 163 / 0.1); + border-bottom-color: rgb(163 163 163 / 0.1); +} +.border-y-neutral-400\/20{ + border-top-color: rgb(163 163 163 / 0.2); + border-bottom-color: rgb(163 163 163 / 0.2); +} +.border-y-neutral-400\/25{ + border-top-color: rgb(163 163 163 / 0.25); + border-bottom-color: rgb(163 163 163 / 0.25); +} +.border-y-neutral-400\/30{ + border-top-color: rgb(163 163 163 / 0.3); + border-bottom-color: rgb(163 163 163 / 0.3); +} +.border-y-neutral-400\/40{ + border-top-color: rgb(163 163 163 / 0.4); + border-bottom-color: rgb(163 163 163 / 0.4); +} +.border-y-neutral-400\/50{ + border-top-color: rgb(163 163 163 / 0.5); + border-bottom-color: rgb(163 163 163 / 0.5); +} +.border-y-neutral-400\/60{ + border-top-color: rgb(163 163 163 / 0.6); + border-bottom-color: rgb(163 163 163 / 0.6); +} +.border-y-neutral-400\/70{ + border-top-color: rgb(163 163 163 / 0.7); + border-bottom-color: rgb(163 163 163 / 0.7); +} +.border-y-neutral-400\/75{ + border-top-color: rgb(163 163 163 / 0.75); + border-bottom-color: rgb(163 163 163 / 0.75); +} +.border-y-neutral-400\/80{ + border-top-color: rgb(163 163 163 / 0.8); + border-bottom-color: rgb(163 163 163 / 0.8); +} +.border-y-neutral-400\/90{ + border-top-color: rgb(163 163 163 / 0.9); + border-bottom-color: rgb(163 163 163 / 0.9); +} +.border-y-neutral-400\/95{ + border-top-color: rgb(163 163 163 / 0.95); + border-bottom-color: rgb(163 163 163 / 0.95); +} +.border-y-neutral-400\/100{ + border-top-color: rgb(163 163 163 / 1); + border-bottom-color: rgb(163 163 163 / 1); +} +.border-y-neutral-500\/0{ + border-top-color: rgb(115 115 115 / 0); + border-bottom-color: rgb(115 115 115 / 0); +} +.border-y-neutral-500\/5{ + border-top-color: rgb(115 115 115 / 0.05); + border-bottom-color: rgb(115 115 115 / 0.05); +} +.border-y-neutral-500\/10{ + border-top-color: rgb(115 115 115 / 0.1); + border-bottom-color: rgb(115 115 115 / 0.1); +} +.border-y-neutral-500\/20{ + border-top-color: rgb(115 115 115 / 0.2); + border-bottom-color: rgb(115 115 115 / 0.2); +} +.border-y-neutral-500\/25{ + border-top-color: rgb(115 115 115 / 0.25); + border-bottom-color: rgb(115 115 115 / 0.25); +} +.border-y-neutral-500\/30{ + border-top-color: rgb(115 115 115 / 0.3); + border-bottom-color: rgb(115 115 115 / 0.3); +} +.border-y-neutral-500\/40{ + border-top-color: rgb(115 115 115 / 0.4); + border-bottom-color: rgb(115 115 115 / 0.4); +} +.border-y-neutral-500\/50{ + border-top-color: rgb(115 115 115 / 0.5); + border-bottom-color: rgb(115 115 115 / 0.5); +} +.border-y-neutral-500\/60{ + border-top-color: rgb(115 115 115 / 0.6); + border-bottom-color: rgb(115 115 115 / 0.6); +} +.border-y-neutral-500\/70{ + border-top-color: rgb(115 115 115 / 0.7); + border-bottom-color: rgb(115 115 115 / 0.7); +} +.border-y-neutral-500\/75{ + border-top-color: rgb(115 115 115 / 0.75); + border-bottom-color: rgb(115 115 115 / 0.75); +} +.border-y-neutral-500\/80{ + border-top-color: rgb(115 115 115 / 0.8); + border-bottom-color: rgb(115 115 115 / 0.8); +} +.border-y-neutral-500\/90{ + border-top-color: rgb(115 115 115 / 0.9); + border-bottom-color: rgb(115 115 115 / 0.9); +} +.border-y-neutral-500\/95{ + border-top-color: rgb(115 115 115 / 0.95); + border-bottom-color: rgb(115 115 115 / 0.95); +} +.border-y-neutral-500\/100{ + border-top-color: rgb(115 115 115 / 1); + border-bottom-color: rgb(115 115 115 / 1); +} +.border-y-neutral-600\/0{ + border-top-color: rgb(82 82 82 / 0); + border-bottom-color: rgb(82 82 82 / 0); +} +.border-y-neutral-600\/5{ + border-top-color: rgb(82 82 82 / 0.05); + border-bottom-color: rgb(82 82 82 / 0.05); +} +.border-y-neutral-600\/10{ + border-top-color: rgb(82 82 82 / 0.1); + border-bottom-color: rgb(82 82 82 / 0.1); +} +.border-y-neutral-600\/20{ + border-top-color: rgb(82 82 82 / 0.2); + border-bottom-color: rgb(82 82 82 / 0.2); +} +.border-y-neutral-600\/25{ + border-top-color: rgb(82 82 82 / 0.25); + border-bottom-color: rgb(82 82 82 / 0.25); +} +.border-y-neutral-600\/30{ + border-top-color: rgb(82 82 82 / 0.3); + border-bottom-color: rgb(82 82 82 / 0.3); +} +.border-y-neutral-600\/40{ + border-top-color: rgb(82 82 82 / 0.4); + border-bottom-color: rgb(82 82 82 / 0.4); +} +.border-y-neutral-600\/50{ + border-top-color: rgb(82 82 82 / 0.5); + border-bottom-color: rgb(82 82 82 / 0.5); +} +.border-y-neutral-600\/60{ + border-top-color: rgb(82 82 82 / 0.6); + border-bottom-color: rgb(82 82 82 / 0.6); +} +.border-y-neutral-600\/70{ + border-top-color: rgb(82 82 82 / 0.7); + border-bottom-color: rgb(82 82 82 / 0.7); +} +.border-y-neutral-600\/75{ + border-top-color: rgb(82 82 82 / 0.75); + border-bottom-color: rgb(82 82 82 / 0.75); +} +.border-y-neutral-600\/80{ + border-top-color: rgb(82 82 82 / 0.8); + border-bottom-color: rgb(82 82 82 / 0.8); +} +.border-y-neutral-600\/90{ + border-top-color: rgb(82 82 82 / 0.9); + border-bottom-color: rgb(82 82 82 / 0.9); +} +.border-y-neutral-600\/95{ + border-top-color: rgb(82 82 82 / 0.95); + border-bottom-color: rgb(82 82 82 / 0.95); +} +.border-y-neutral-600\/100{ + border-top-color: rgb(82 82 82 / 1); + border-bottom-color: rgb(82 82 82 / 1); +} +.border-y-neutral-700\/0{ + border-top-color: rgb(64 64 64 / 0); + border-bottom-color: rgb(64 64 64 / 0); +} +.border-y-neutral-700\/5{ + border-top-color: rgb(64 64 64 / 0.05); + border-bottom-color: rgb(64 64 64 / 0.05); +} +.border-y-neutral-700\/10{ + border-top-color: rgb(64 64 64 / 0.1); + border-bottom-color: rgb(64 64 64 / 0.1); +} +.border-y-neutral-700\/20{ + border-top-color: rgb(64 64 64 / 0.2); + border-bottom-color: rgb(64 64 64 / 0.2); +} +.border-y-neutral-700\/25{ + border-top-color: rgb(64 64 64 / 0.25); + border-bottom-color: rgb(64 64 64 / 0.25); +} +.border-y-neutral-700\/30{ + border-top-color: rgb(64 64 64 / 0.3); + border-bottom-color: rgb(64 64 64 / 0.3); +} +.border-y-neutral-700\/40{ + border-top-color: rgb(64 64 64 / 0.4); + border-bottom-color: rgb(64 64 64 / 0.4); +} +.border-y-neutral-700\/50{ + border-top-color: rgb(64 64 64 / 0.5); + border-bottom-color: rgb(64 64 64 / 0.5); +} +.border-y-neutral-700\/60{ + border-top-color: rgb(64 64 64 / 0.6); + border-bottom-color: rgb(64 64 64 / 0.6); +} +.border-y-neutral-700\/70{ + border-top-color: rgb(64 64 64 / 0.7); + border-bottom-color: rgb(64 64 64 / 0.7); +} +.border-y-neutral-700\/75{ + border-top-color: rgb(64 64 64 / 0.75); + border-bottom-color: rgb(64 64 64 / 0.75); +} +.border-y-neutral-700\/80{ + border-top-color: rgb(64 64 64 / 0.8); + border-bottom-color: rgb(64 64 64 / 0.8); +} +.border-y-neutral-700\/90{ + border-top-color: rgb(64 64 64 / 0.9); + border-bottom-color: rgb(64 64 64 / 0.9); +} +.border-y-neutral-700\/95{ + border-top-color: rgb(64 64 64 / 0.95); + border-bottom-color: rgb(64 64 64 / 0.95); +} +.border-y-neutral-700\/100{ + border-top-color: rgb(64 64 64 / 1); + border-bottom-color: rgb(64 64 64 / 1); +} +.border-y-neutral-800\/0{ + border-top-color: rgb(38 38 38 / 0); + border-bottom-color: rgb(38 38 38 / 0); +} +.border-y-neutral-800\/5{ + border-top-color: rgb(38 38 38 / 0.05); + border-bottom-color: rgb(38 38 38 / 0.05); +} +.border-y-neutral-800\/10{ + border-top-color: rgb(38 38 38 / 0.1); + border-bottom-color: rgb(38 38 38 / 0.1); +} +.border-y-neutral-800\/20{ + border-top-color: rgb(38 38 38 / 0.2); + border-bottom-color: rgb(38 38 38 / 0.2); +} +.border-y-neutral-800\/25{ + border-top-color: rgb(38 38 38 / 0.25); + border-bottom-color: rgb(38 38 38 / 0.25); +} +.border-y-neutral-800\/30{ + border-top-color: rgb(38 38 38 / 0.3); + border-bottom-color: rgb(38 38 38 / 0.3); +} +.border-y-neutral-800\/40{ + border-top-color: rgb(38 38 38 / 0.4); + border-bottom-color: rgb(38 38 38 / 0.4); +} +.border-y-neutral-800\/50{ + border-top-color: rgb(38 38 38 / 0.5); + border-bottom-color: rgb(38 38 38 / 0.5); +} +.border-y-neutral-800\/60{ + border-top-color: rgb(38 38 38 / 0.6); + border-bottom-color: rgb(38 38 38 / 0.6); +} +.border-y-neutral-800\/70{ + border-top-color: rgb(38 38 38 / 0.7); + border-bottom-color: rgb(38 38 38 / 0.7); +} +.border-y-neutral-800\/75{ + border-top-color: rgb(38 38 38 / 0.75); + border-bottom-color: rgb(38 38 38 / 0.75); +} +.border-y-neutral-800\/80{ + border-top-color: rgb(38 38 38 / 0.8); + border-bottom-color: rgb(38 38 38 / 0.8); +} +.border-y-neutral-800\/90{ + border-top-color: rgb(38 38 38 / 0.9); + border-bottom-color: rgb(38 38 38 / 0.9); +} +.border-y-neutral-800\/95{ + border-top-color: rgb(38 38 38 / 0.95); + border-bottom-color: rgb(38 38 38 / 0.95); +} +.border-y-neutral-800\/100{ + border-top-color: rgb(38 38 38 / 1); + border-bottom-color: rgb(38 38 38 / 1); +} +.border-y-neutral-900\/0{ + border-top-color: rgb(23 23 23 / 0); + border-bottom-color: rgb(23 23 23 / 0); +} +.border-y-neutral-900\/5{ + border-top-color: rgb(23 23 23 / 0.05); + border-bottom-color: rgb(23 23 23 / 0.05); +} +.border-y-neutral-900\/10{ + border-top-color: rgb(23 23 23 / 0.1); + border-bottom-color: rgb(23 23 23 / 0.1); +} +.border-y-neutral-900\/20{ + border-top-color: rgb(23 23 23 / 0.2); + border-bottom-color: rgb(23 23 23 / 0.2); +} +.border-y-neutral-900\/25{ + border-top-color: rgb(23 23 23 / 0.25); + border-bottom-color: rgb(23 23 23 / 0.25); +} +.border-y-neutral-900\/30{ + border-top-color: rgb(23 23 23 / 0.3); + border-bottom-color: rgb(23 23 23 / 0.3); +} +.border-y-neutral-900\/40{ + border-top-color: rgb(23 23 23 / 0.4); + border-bottom-color: rgb(23 23 23 / 0.4); +} +.border-y-neutral-900\/50{ + border-top-color: rgb(23 23 23 / 0.5); + border-bottom-color: rgb(23 23 23 / 0.5); +} +.border-y-neutral-900\/60{ + border-top-color: rgb(23 23 23 / 0.6); + border-bottom-color: rgb(23 23 23 / 0.6); +} +.border-y-neutral-900\/70{ + border-top-color: rgb(23 23 23 / 0.7); + border-bottom-color: rgb(23 23 23 / 0.7); +} +.border-y-neutral-900\/75{ + border-top-color: rgb(23 23 23 / 0.75); + border-bottom-color: rgb(23 23 23 / 0.75); +} +.border-y-neutral-900\/80{ + border-top-color: rgb(23 23 23 / 0.8); + border-bottom-color: rgb(23 23 23 / 0.8); +} +.border-y-neutral-900\/90{ + border-top-color: rgb(23 23 23 / 0.9); + border-bottom-color: rgb(23 23 23 / 0.9); +} +.border-y-neutral-900\/95{ + border-top-color: rgb(23 23 23 / 0.95); + border-bottom-color: rgb(23 23 23 / 0.95); +} +.border-y-neutral-900\/100{ + border-top-color: rgb(23 23 23 / 1); + border-bottom-color: rgb(23 23 23 / 1); +} +.border-y-stone-50\/0{ + border-top-color: rgb(250 250 249 / 0); + border-bottom-color: rgb(250 250 249 / 0); +} +.border-y-stone-50\/5{ + border-top-color: rgb(250 250 249 / 0.05); + border-bottom-color: rgb(250 250 249 / 0.05); +} +.border-y-stone-50\/10{ + border-top-color: rgb(250 250 249 / 0.1); + border-bottom-color: rgb(250 250 249 / 0.1); +} +.border-y-stone-50\/20{ + border-top-color: rgb(250 250 249 / 0.2); + border-bottom-color: rgb(250 250 249 / 0.2); +} +.border-y-stone-50\/25{ + border-top-color: rgb(250 250 249 / 0.25); + border-bottom-color: rgb(250 250 249 / 0.25); +} +.border-y-stone-50\/30{ + border-top-color: rgb(250 250 249 / 0.3); + border-bottom-color: rgb(250 250 249 / 0.3); +} +.border-y-stone-50\/40{ + border-top-color: rgb(250 250 249 / 0.4); + border-bottom-color: rgb(250 250 249 / 0.4); +} +.border-y-stone-50\/50{ + border-top-color: rgb(250 250 249 / 0.5); + border-bottom-color: rgb(250 250 249 / 0.5); +} +.border-y-stone-50\/60{ + border-top-color: rgb(250 250 249 / 0.6); + border-bottom-color: rgb(250 250 249 / 0.6); +} +.border-y-stone-50\/70{ + border-top-color: rgb(250 250 249 / 0.7); + border-bottom-color: rgb(250 250 249 / 0.7); +} +.border-y-stone-50\/75{ + border-top-color: rgb(250 250 249 / 0.75); + border-bottom-color: rgb(250 250 249 / 0.75); +} +.border-y-stone-50\/80{ + border-top-color: rgb(250 250 249 / 0.8); + border-bottom-color: rgb(250 250 249 / 0.8); +} +.border-y-stone-50\/90{ + border-top-color: rgb(250 250 249 / 0.9); + border-bottom-color: rgb(250 250 249 / 0.9); +} +.border-y-stone-50\/95{ + border-top-color: rgb(250 250 249 / 0.95); + border-bottom-color: rgb(250 250 249 / 0.95); +} +.border-y-stone-50\/100{ + border-top-color: rgb(250 250 249 / 1); + border-bottom-color: rgb(250 250 249 / 1); +} +.border-y-stone-100\/0{ + border-top-color: rgb(245 245 244 / 0); + border-bottom-color: rgb(245 245 244 / 0); +} +.border-y-stone-100\/5{ + border-top-color: rgb(245 245 244 / 0.05); + border-bottom-color: rgb(245 245 244 / 0.05); +} +.border-y-stone-100\/10{ + border-top-color: rgb(245 245 244 / 0.1); + border-bottom-color: rgb(245 245 244 / 0.1); +} +.border-y-stone-100\/20{ + border-top-color: rgb(245 245 244 / 0.2); + border-bottom-color: rgb(245 245 244 / 0.2); +} +.border-y-stone-100\/25{ + border-top-color: rgb(245 245 244 / 0.25); + border-bottom-color: rgb(245 245 244 / 0.25); +} +.border-y-stone-100\/30{ + border-top-color: rgb(245 245 244 / 0.3); + border-bottom-color: rgb(245 245 244 / 0.3); +} +.border-y-stone-100\/40{ + border-top-color: rgb(245 245 244 / 0.4); + border-bottom-color: rgb(245 245 244 / 0.4); +} +.border-y-stone-100\/50{ + border-top-color: rgb(245 245 244 / 0.5); + border-bottom-color: rgb(245 245 244 / 0.5); +} +.border-y-stone-100\/60{ + border-top-color: rgb(245 245 244 / 0.6); + border-bottom-color: rgb(245 245 244 / 0.6); +} +.border-y-stone-100\/70{ + border-top-color: rgb(245 245 244 / 0.7); + border-bottom-color: rgb(245 245 244 / 0.7); +} +.border-y-stone-100\/75{ + border-top-color: rgb(245 245 244 / 0.75); + border-bottom-color: rgb(245 245 244 / 0.75); +} +.border-y-stone-100\/80{ + border-top-color: rgb(245 245 244 / 0.8); + border-bottom-color: rgb(245 245 244 / 0.8); +} +.border-y-stone-100\/90{ + border-top-color: rgb(245 245 244 / 0.9); + border-bottom-color: rgb(245 245 244 / 0.9); +} +.border-y-stone-100\/95{ + border-top-color: rgb(245 245 244 / 0.95); + border-bottom-color: rgb(245 245 244 / 0.95); +} +.border-y-stone-100\/100{ + border-top-color: rgb(245 245 244 / 1); + border-bottom-color: rgb(245 245 244 / 1); +} +.border-y-stone-200\/0{ + border-top-color: rgb(231 229 228 / 0); + border-bottom-color: rgb(231 229 228 / 0); +} +.border-y-stone-200\/5{ + border-top-color: rgb(231 229 228 / 0.05); + border-bottom-color: rgb(231 229 228 / 0.05); +} +.border-y-stone-200\/10{ + border-top-color: rgb(231 229 228 / 0.1); + border-bottom-color: rgb(231 229 228 / 0.1); +} +.border-y-stone-200\/20{ + border-top-color: rgb(231 229 228 / 0.2); + border-bottom-color: rgb(231 229 228 / 0.2); +} +.border-y-stone-200\/25{ + border-top-color: rgb(231 229 228 / 0.25); + border-bottom-color: rgb(231 229 228 / 0.25); +} +.border-y-stone-200\/30{ + border-top-color: rgb(231 229 228 / 0.3); + border-bottom-color: rgb(231 229 228 / 0.3); +} +.border-y-stone-200\/40{ + border-top-color: rgb(231 229 228 / 0.4); + border-bottom-color: rgb(231 229 228 / 0.4); +} +.border-y-stone-200\/50{ + border-top-color: rgb(231 229 228 / 0.5); + border-bottom-color: rgb(231 229 228 / 0.5); +} +.border-y-stone-200\/60{ + border-top-color: rgb(231 229 228 / 0.6); + border-bottom-color: rgb(231 229 228 / 0.6); +} +.border-y-stone-200\/70{ + border-top-color: rgb(231 229 228 / 0.7); + border-bottom-color: rgb(231 229 228 / 0.7); +} +.border-y-stone-200\/75{ + border-top-color: rgb(231 229 228 / 0.75); + border-bottom-color: rgb(231 229 228 / 0.75); +} +.border-y-stone-200\/80{ + border-top-color: rgb(231 229 228 / 0.8); + border-bottom-color: rgb(231 229 228 / 0.8); +} +.border-y-stone-200\/90{ + border-top-color: rgb(231 229 228 / 0.9); + border-bottom-color: rgb(231 229 228 / 0.9); +} +.border-y-stone-200\/95{ + border-top-color: rgb(231 229 228 / 0.95); + border-bottom-color: rgb(231 229 228 / 0.95); +} +.border-y-stone-200\/100{ + border-top-color: rgb(231 229 228 / 1); + border-bottom-color: rgb(231 229 228 / 1); +} +.border-y-stone-300\/0{ + border-top-color: rgb(214 211 209 / 0); + border-bottom-color: rgb(214 211 209 / 0); +} +.border-y-stone-300\/5{ + border-top-color: rgb(214 211 209 / 0.05); + border-bottom-color: rgb(214 211 209 / 0.05); +} +.border-y-stone-300\/10{ + border-top-color: rgb(214 211 209 / 0.1); + border-bottom-color: rgb(214 211 209 / 0.1); +} +.border-y-stone-300\/20{ + border-top-color: rgb(214 211 209 / 0.2); + border-bottom-color: rgb(214 211 209 / 0.2); +} +.border-y-stone-300\/25{ + border-top-color: rgb(214 211 209 / 0.25); + border-bottom-color: rgb(214 211 209 / 0.25); +} +.border-y-stone-300\/30{ + border-top-color: rgb(214 211 209 / 0.3); + border-bottom-color: rgb(214 211 209 / 0.3); +} +.border-y-stone-300\/40{ + border-top-color: rgb(214 211 209 / 0.4); + border-bottom-color: rgb(214 211 209 / 0.4); +} +.border-y-stone-300\/50{ + border-top-color: rgb(214 211 209 / 0.5); + border-bottom-color: rgb(214 211 209 / 0.5); +} +.border-y-stone-300\/60{ + border-top-color: rgb(214 211 209 / 0.6); + border-bottom-color: rgb(214 211 209 / 0.6); +} +.border-y-stone-300\/70{ + border-top-color: rgb(214 211 209 / 0.7); + border-bottom-color: rgb(214 211 209 / 0.7); +} +.border-y-stone-300\/75{ + border-top-color: rgb(214 211 209 / 0.75); + border-bottom-color: rgb(214 211 209 / 0.75); +} +.border-y-stone-300\/80{ + border-top-color: rgb(214 211 209 / 0.8); + border-bottom-color: rgb(214 211 209 / 0.8); +} +.border-y-stone-300\/90{ + border-top-color: rgb(214 211 209 / 0.9); + border-bottom-color: rgb(214 211 209 / 0.9); +} +.border-y-stone-300\/95{ + border-top-color: rgb(214 211 209 / 0.95); + border-bottom-color: rgb(214 211 209 / 0.95); +} +.border-y-stone-300\/100{ + border-top-color: rgb(214 211 209 / 1); + border-bottom-color: rgb(214 211 209 / 1); +} +.border-y-stone-400\/0{ + border-top-color: rgb(168 162 158 / 0); + border-bottom-color: rgb(168 162 158 / 0); +} +.border-y-stone-400\/5{ + border-top-color: rgb(168 162 158 / 0.05); + border-bottom-color: rgb(168 162 158 / 0.05); +} +.border-y-stone-400\/10{ + border-top-color: rgb(168 162 158 / 0.1); + border-bottom-color: rgb(168 162 158 / 0.1); +} +.border-y-stone-400\/20{ + border-top-color: rgb(168 162 158 / 0.2); + border-bottom-color: rgb(168 162 158 / 0.2); +} +.border-y-stone-400\/25{ + border-top-color: rgb(168 162 158 / 0.25); + border-bottom-color: rgb(168 162 158 / 0.25); +} +.border-y-stone-400\/30{ + border-top-color: rgb(168 162 158 / 0.3); + border-bottom-color: rgb(168 162 158 / 0.3); +} +.border-y-stone-400\/40{ + border-top-color: rgb(168 162 158 / 0.4); + border-bottom-color: rgb(168 162 158 / 0.4); +} +.border-y-stone-400\/50{ + border-top-color: rgb(168 162 158 / 0.5); + border-bottom-color: rgb(168 162 158 / 0.5); +} +.border-y-stone-400\/60{ + border-top-color: rgb(168 162 158 / 0.6); + border-bottom-color: rgb(168 162 158 / 0.6); +} +.border-y-stone-400\/70{ + border-top-color: rgb(168 162 158 / 0.7); + border-bottom-color: rgb(168 162 158 / 0.7); +} +.border-y-stone-400\/75{ + border-top-color: rgb(168 162 158 / 0.75); + border-bottom-color: rgb(168 162 158 / 0.75); +} +.border-y-stone-400\/80{ + border-top-color: rgb(168 162 158 / 0.8); + border-bottom-color: rgb(168 162 158 / 0.8); +} +.border-y-stone-400\/90{ + border-top-color: rgb(168 162 158 / 0.9); + border-bottom-color: rgb(168 162 158 / 0.9); +} +.border-y-stone-400\/95{ + border-top-color: rgb(168 162 158 / 0.95); + border-bottom-color: rgb(168 162 158 / 0.95); +} +.border-y-stone-400\/100{ + border-top-color: rgb(168 162 158 / 1); + border-bottom-color: rgb(168 162 158 / 1); +} +.border-y-stone-500\/0{ + border-top-color: rgb(120 113 108 / 0); + border-bottom-color: rgb(120 113 108 / 0); +} +.border-y-stone-500\/5{ + border-top-color: rgb(120 113 108 / 0.05); + border-bottom-color: rgb(120 113 108 / 0.05); +} +.border-y-stone-500\/10{ + border-top-color: rgb(120 113 108 / 0.1); + border-bottom-color: rgb(120 113 108 / 0.1); +} +.border-y-stone-500\/20{ + border-top-color: rgb(120 113 108 / 0.2); + border-bottom-color: rgb(120 113 108 / 0.2); +} +.border-y-stone-500\/25{ + border-top-color: rgb(120 113 108 / 0.25); + border-bottom-color: rgb(120 113 108 / 0.25); +} +.border-y-stone-500\/30{ + border-top-color: rgb(120 113 108 / 0.3); + border-bottom-color: rgb(120 113 108 / 0.3); +} +.border-y-stone-500\/40{ + border-top-color: rgb(120 113 108 / 0.4); + border-bottom-color: rgb(120 113 108 / 0.4); +} +.border-y-stone-500\/50{ + border-top-color: rgb(120 113 108 / 0.5); + border-bottom-color: rgb(120 113 108 / 0.5); +} +.border-y-stone-500\/60{ + border-top-color: rgb(120 113 108 / 0.6); + border-bottom-color: rgb(120 113 108 / 0.6); +} +.border-y-stone-500\/70{ + border-top-color: rgb(120 113 108 / 0.7); + border-bottom-color: rgb(120 113 108 / 0.7); +} +.border-y-stone-500\/75{ + border-top-color: rgb(120 113 108 / 0.75); + border-bottom-color: rgb(120 113 108 / 0.75); +} +.border-y-stone-500\/80{ + border-top-color: rgb(120 113 108 / 0.8); + border-bottom-color: rgb(120 113 108 / 0.8); +} +.border-y-stone-500\/90{ + border-top-color: rgb(120 113 108 / 0.9); + border-bottom-color: rgb(120 113 108 / 0.9); +} +.border-y-stone-500\/95{ + border-top-color: rgb(120 113 108 / 0.95); + border-bottom-color: rgb(120 113 108 / 0.95); +} +.border-y-stone-500\/100{ + border-top-color: rgb(120 113 108 / 1); + border-bottom-color: rgb(120 113 108 / 1); +} +.border-y-stone-600\/0{ + border-top-color: rgb(87 83 78 / 0); + border-bottom-color: rgb(87 83 78 / 0); +} +.border-y-stone-600\/5{ + border-top-color: rgb(87 83 78 / 0.05); + border-bottom-color: rgb(87 83 78 / 0.05); +} +.border-y-stone-600\/10{ + border-top-color: rgb(87 83 78 / 0.1); + border-bottom-color: rgb(87 83 78 / 0.1); +} +.border-y-stone-600\/20{ + border-top-color: rgb(87 83 78 / 0.2); + border-bottom-color: rgb(87 83 78 / 0.2); +} +.border-y-stone-600\/25{ + border-top-color: rgb(87 83 78 / 0.25); + border-bottom-color: rgb(87 83 78 / 0.25); +} +.border-y-stone-600\/30{ + border-top-color: rgb(87 83 78 / 0.3); + border-bottom-color: rgb(87 83 78 / 0.3); +} +.border-y-stone-600\/40{ + border-top-color: rgb(87 83 78 / 0.4); + border-bottom-color: rgb(87 83 78 / 0.4); +} +.border-y-stone-600\/50{ + border-top-color: rgb(87 83 78 / 0.5); + border-bottom-color: rgb(87 83 78 / 0.5); +} +.border-y-stone-600\/60{ + border-top-color: rgb(87 83 78 / 0.6); + border-bottom-color: rgb(87 83 78 / 0.6); +} +.border-y-stone-600\/70{ + border-top-color: rgb(87 83 78 / 0.7); + border-bottom-color: rgb(87 83 78 / 0.7); +} +.border-y-stone-600\/75{ + border-top-color: rgb(87 83 78 / 0.75); + border-bottom-color: rgb(87 83 78 / 0.75); +} +.border-y-stone-600\/80{ + border-top-color: rgb(87 83 78 / 0.8); + border-bottom-color: rgb(87 83 78 / 0.8); +} +.border-y-stone-600\/90{ + border-top-color: rgb(87 83 78 / 0.9); + border-bottom-color: rgb(87 83 78 / 0.9); +} +.border-y-stone-600\/95{ + border-top-color: rgb(87 83 78 / 0.95); + border-bottom-color: rgb(87 83 78 / 0.95); +} +.border-y-stone-600\/100{ + border-top-color: rgb(87 83 78 / 1); + border-bottom-color: rgb(87 83 78 / 1); +} +.border-y-stone-700\/0{ + border-top-color: rgb(68 64 60 / 0); + border-bottom-color: rgb(68 64 60 / 0); +} +.border-y-stone-700\/5{ + border-top-color: rgb(68 64 60 / 0.05); + border-bottom-color: rgb(68 64 60 / 0.05); +} +.border-y-stone-700\/10{ + border-top-color: rgb(68 64 60 / 0.1); + border-bottom-color: rgb(68 64 60 / 0.1); +} +.border-y-stone-700\/20{ + border-top-color: rgb(68 64 60 / 0.2); + border-bottom-color: rgb(68 64 60 / 0.2); +} +.border-y-stone-700\/25{ + border-top-color: rgb(68 64 60 / 0.25); + border-bottom-color: rgb(68 64 60 / 0.25); +} +.border-y-stone-700\/30{ + border-top-color: rgb(68 64 60 / 0.3); + border-bottom-color: rgb(68 64 60 / 0.3); +} +.border-y-stone-700\/40{ + border-top-color: rgb(68 64 60 / 0.4); + border-bottom-color: rgb(68 64 60 / 0.4); +} +.border-y-stone-700\/50{ + border-top-color: rgb(68 64 60 / 0.5); + border-bottom-color: rgb(68 64 60 / 0.5); +} +.border-y-stone-700\/60{ + border-top-color: rgb(68 64 60 / 0.6); + border-bottom-color: rgb(68 64 60 / 0.6); +} +.border-y-stone-700\/70{ + border-top-color: rgb(68 64 60 / 0.7); + border-bottom-color: rgb(68 64 60 / 0.7); +} +.border-y-stone-700\/75{ + border-top-color: rgb(68 64 60 / 0.75); + border-bottom-color: rgb(68 64 60 / 0.75); +} +.border-y-stone-700\/80{ + border-top-color: rgb(68 64 60 / 0.8); + border-bottom-color: rgb(68 64 60 / 0.8); +} +.border-y-stone-700\/90{ + border-top-color: rgb(68 64 60 / 0.9); + border-bottom-color: rgb(68 64 60 / 0.9); +} +.border-y-stone-700\/95{ + border-top-color: rgb(68 64 60 / 0.95); + border-bottom-color: rgb(68 64 60 / 0.95); +} +.border-y-stone-700\/100{ + border-top-color: rgb(68 64 60 / 1); + border-bottom-color: rgb(68 64 60 / 1); +} +.border-y-stone-800\/0{ + border-top-color: rgb(41 37 36 / 0); + border-bottom-color: rgb(41 37 36 / 0); +} +.border-y-stone-800\/5{ + border-top-color: rgb(41 37 36 / 0.05); + border-bottom-color: rgb(41 37 36 / 0.05); +} +.border-y-stone-800\/10{ + border-top-color: rgb(41 37 36 / 0.1); + border-bottom-color: rgb(41 37 36 / 0.1); +} +.border-y-stone-800\/20{ + border-top-color: rgb(41 37 36 / 0.2); + border-bottom-color: rgb(41 37 36 / 0.2); +} +.border-y-stone-800\/25{ + border-top-color: rgb(41 37 36 / 0.25); + border-bottom-color: rgb(41 37 36 / 0.25); +} +.border-y-stone-800\/30{ + border-top-color: rgb(41 37 36 / 0.3); + border-bottom-color: rgb(41 37 36 / 0.3); +} +.border-y-stone-800\/40{ + border-top-color: rgb(41 37 36 / 0.4); + border-bottom-color: rgb(41 37 36 / 0.4); +} +.border-y-stone-800\/50{ + border-top-color: rgb(41 37 36 / 0.5); + border-bottom-color: rgb(41 37 36 / 0.5); +} +.border-y-stone-800\/60{ + border-top-color: rgb(41 37 36 / 0.6); + border-bottom-color: rgb(41 37 36 / 0.6); +} +.border-y-stone-800\/70{ + border-top-color: rgb(41 37 36 / 0.7); + border-bottom-color: rgb(41 37 36 / 0.7); +} +.border-y-stone-800\/75{ + border-top-color: rgb(41 37 36 / 0.75); + border-bottom-color: rgb(41 37 36 / 0.75); +} +.border-y-stone-800\/80{ + border-top-color: rgb(41 37 36 / 0.8); + border-bottom-color: rgb(41 37 36 / 0.8); +} +.border-y-stone-800\/90{ + border-top-color: rgb(41 37 36 / 0.9); + border-bottom-color: rgb(41 37 36 / 0.9); +} +.border-y-stone-800\/95{ + border-top-color: rgb(41 37 36 / 0.95); + border-bottom-color: rgb(41 37 36 / 0.95); +} +.border-y-stone-800\/100{ + border-top-color: rgb(41 37 36 / 1); + border-bottom-color: rgb(41 37 36 / 1); +} +.border-y-stone-900\/0{ + border-top-color: rgb(28 25 23 / 0); + border-bottom-color: rgb(28 25 23 / 0); +} +.border-y-stone-900\/5{ + border-top-color: rgb(28 25 23 / 0.05); + border-bottom-color: rgb(28 25 23 / 0.05); +} +.border-y-stone-900\/10{ + border-top-color: rgb(28 25 23 / 0.1); + border-bottom-color: rgb(28 25 23 / 0.1); +} +.border-y-stone-900\/20{ + border-top-color: rgb(28 25 23 / 0.2); + border-bottom-color: rgb(28 25 23 / 0.2); +} +.border-y-stone-900\/25{ + border-top-color: rgb(28 25 23 / 0.25); + border-bottom-color: rgb(28 25 23 / 0.25); +} +.border-y-stone-900\/30{ + border-top-color: rgb(28 25 23 / 0.3); + border-bottom-color: rgb(28 25 23 / 0.3); +} +.border-y-stone-900\/40{ + border-top-color: rgb(28 25 23 / 0.4); + border-bottom-color: rgb(28 25 23 / 0.4); +} +.border-y-stone-900\/50{ + border-top-color: rgb(28 25 23 / 0.5); + border-bottom-color: rgb(28 25 23 / 0.5); +} +.border-y-stone-900\/60{ + border-top-color: rgb(28 25 23 / 0.6); + border-bottom-color: rgb(28 25 23 / 0.6); +} +.border-y-stone-900\/70{ + border-top-color: rgb(28 25 23 / 0.7); + border-bottom-color: rgb(28 25 23 / 0.7); +} +.border-y-stone-900\/75{ + border-top-color: rgb(28 25 23 / 0.75); + border-bottom-color: rgb(28 25 23 / 0.75); +} +.border-y-stone-900\/80{ + border-top-color: rgb(28 25 23 / 0.8); + border-bottom-color: rgb(28 25 23 / 0.8); +} +.border-y-stone-900\/90{ + border-top-color: rgb(28 25 23 / 0.9); + border-bottom-color: rgb(28 25 23 / 0.9); +} +.border-y-stone-900\/95{ + border-top-color: rgb(28 25 23 / 0.95); + border-bottom-color: rgb(28 25 23 / 0.95); +} +.border-y-stone-900\/100{ + border-top-color: rgb(28 25 23 / 1); + border-bottom-color: rgb(28 25 23 / 1); +} +.border-y-red-50\/0{ + border-top-color: rgb(252 242 242 / 0); + border-bottom-color: rgb(252 242 242 / 0); +} +.border-y-red-50\/5{ + border-top-color: rgb(252 242 242 / 0.05); + border-bottom-color: rgb(252 242 242 / 0.05); +} +.border-y-red-50\/10{ + border-top-color: rgb(252 242 242 / 0.1); + border-bottom-color: rgb(252 242 242 / 0.1); +} +.border-y-red-50\/20{ + border-top-color: rgb(252 242 242 / 0.2); + border-bottom-color: rgb(252 242 242 / 0.2); +} +.border-y-red-50\/25{ + border-top-color: rgb(252 242 242 / 0.25); + border-bottom-color: rgb(252 242 242 / 0.25); +} +.border-y-red-50\/30{ + border-top-color: rgb(252 242 242 / 0.3); + border-bottom-color: rgb(252 242 242 / 0.3); +} +.border-y-red-50\/40{ + border-top-color: rgb(252 242 242 / 0.4); + border-bottom-color: rgb(252 242 242 / 0.4); +} +.border-y-red-50\/50{ + border-top-color: rgb(252 242 242 / 0.5); + border-bottom-color: rgb(252 242 242 / 0.5); +} +.border-y-red-50\/60{ + border-top-color: rgb(252 242 242 / 0.6); + border-bottom-color: rgb(252 242 242 / 0.6); +} +.border-y-red-50\/70{ + border-top-color: rgb(252 242 242 / 0.7); + border-bottom-color: rgb(252 242 242 / 0.7); +} +.border-y-red-50\/75{ + border-top-color: rgb(252 242 242 / 0.75); + border-bottom-color: rgb(252 242 242 / 0.75); +} +.border-y-red-50\/80{ + border-top-color: rgb(252 242 242 / 0.8); + border-bottom-color: rgb(252 242 242 / 0.8); +} +.border-y-red-50\/90{ + border-top-color: rgb(252 242 242 / 0.9); + border-bottom-color: rgb(252 242 242 / 0.9); +} +.border-y-red-50\/95{ + border-top-color: rgb(252 242 242 / 0.95); + border-bottom-color: rgb(252 242 242 / 0.95); +} +.border-y-red-50\/100{ + border-top-color: rgb(252 242 242 / 1); + border-bottom-color: rgb(252 242 242 / 1); +} +.border-y-red-100\/0{ + border-top-color: rgb(250 230 230 / 0); + border-bottom-color: rgb(250 230 230 / 0); +} +.border-y-red-100\/5{ + border-top-color: rgb(250 230 230 / 0.05); + border-bottom-color: rgb(250 230 230 / 0.05); +} +.border-y-red-100\/10{ + border-top-color: rgb(250 230 230 / 0.1); + border-bottom-color: rgb(250 230 230 / 0.1); +} +.border-y-red-100\/20{ + border-top-color: rgb(250 230 230 / 0.2); + border-bottom-color: rgb(250 230 230 / 0.2); +} +.border-y-red-100\/25{ + border-top-color: rgb(250 230 230 / 0.25); + border-bottom-color: rgb(250 230 230 / 0.25); +} +.border-y-red-100\/30{ + border-top-color: rgb(250 230 230 / 0.3); + border-bottom-color: rgb(250 230 230 / 0.3); +} +.border-y-red-100\/40{ + border-top-color: rgb(250 230 230 / 0.4); + border-bottom-color: rgb(250 230 230 / 0.4); +} +.border-y-red-100\/50{ + border-top-color: rgb(250 230 230 / 0.5); + border-bottom-color: rgb(250 230 230 / 0.5); +} +.border-y-red-100\/60{ + border-top-color: rgb(250 230 230 / 0.6); + border-bottom-color: rgb(250 230 230 / 0.6); +} +.border-y-red-100\/70{ + border-top-color: rgb(250 230 230 / 0.7); + border-bottom-color: rgb(250 230 230 / 0.7); +} +.border-y-red-100\/75{ + border-top-color: rgb(250 230 230 / 0.75); + border-bottom-color: rgb(250 230 230 / 0.75); +} +.border-y-red-100\/80{ + border-top-color: rgb(250 230 230 / 0.8); + border-bottom-color: rgb(250 230 230 / 0.8); +} +.border-y-red-100\/90{ + border-top-color: rgb(250 230 230 / 0.9); + border-bottom-color: rgb(250 230 230 / 0.9); +} +.border-y-red-100\/95{ + border-top-color: rgb(250 230 230 / 0.95); + border-bottom-color: rgb(250 230 230 / 0.95); +} +.border-y-red-100\/100{ + border-top-color: rgb(250 230 230 / 1); + border-bottom-color: rgb(250 230 230 / 1); +} +.border-y-red-200\/0{ + border-top-color: rgb(242 191 191 / 0); + border-bottom-color: rgb(242 191 191 / 0); +} +.border-y-red-200\/5{ + border-top-color: rgb(242 191 191 / 0.05); + border-bottom-color: rgb(242 191 191 / 0.05); +} +.border-y-red-200\/10{ + border-top-color: rgb(242 191 191 / 0.1); + border-bottom-color: rgb(242 191 191 / 0.1); +} +.border-y-red-200\/20{ + border-top-color: rgb(242 191 191 / 0.2); + border-bottom-color: rgb(242 191 191 / 0.2); +} +.border-y-red-200\/25{ + border-top-color: rgb(242 191 191 / 0.25); + border-bottom-color: rgb(242 191 191 / 0.25); +} +.border-y-red-200\/30{ + border-top-color: rgb(242 191 191 / 0.3); + border-bottom-color: rgb(242 191 191 / 0.3); +} +.border-y-red-200\/40{ + border-top-color: rgb(242 191 191 / 0.4); + border-bottom-color: rgb(242 191 191 / 0.4); +} +.border-y-red-200\/50{ + border-top-color: rgb(242 191 191 / 0.5); + border-bottom-color: rgb(242 191 191 / 0.5); +} +.border-y-red-200\/60{ + border-top-color: rgb(242 191 191 / 0.6); + border-bottom-color: rgb(242 191 191 / 0.6); +} +.border-y-red-200\/70{ + border-top-color: rgb(242 191 191 / 0.7); + border-bottom-color: rgb(242 191 191 / 0.7); +} +.border-y-red-200\/75{ + border-top-color: rgb(242 191 191 / 0.75); + border-bottom-color: rgb(242 191 191 / 0.75); +} +.border-y-red-200\/80{ + border-top-color: rgb(242 191 191 / 0.8); + border-bottom-color: rgb(242 191 191 / 0.8); +} +.border-y-red-200\/90{ + border-top-color: rgb(242 191 191 / 0.9); + border-bottom-color: rgb(242 191 191 / 0.9); +} +.border-y-red-200\/95{ + border-top-color: rgb(242 191 191 / 0.95); + border-bottom-color: rgb(242 191 191 / 0.95); +} +.border-y-red-200\/100{ + border-top-color: rgb(242 191 191 / 1); + border-bottom-color: rgb(242 191 191 / 1); +} +.border-y-red-300\/0{ + border-top-color: rgb(235 153 153 / 0); + border-bottom-color: rgb(235 153 153 / 0); +} +.border-y-red-300\/5{ + border-top-color: rgb(235 153 153 / 0.05); + border-bottom-color: rgb(235 153 153 / 0.05); +} +.border-y-red-300\/10{ + border-top-color: rgb(235 153 153 / 0.1); + border-bottom-color: rgb(235 153 153 / 0.1); +} +.border-y-red-300\/20{ + border-top-color: rgb(235 153 153 / 0.2); + border-bottom-color: rgb(235 153 153 / 0.2); +} +.border-y-red-300\/25{ + border-top-color: rgb(235 153 153 / 0.25); + border-bottom-color: rgb(235 153 153 / 0.25); +} +.border-y-red-300\/30{ + border-top-color: rgb(235 153 153 / 0.3); + border-bottom-color: rgb(235 153 153 / 0.3); +} +.border-y-red-300\/40{ + border-top-color: rgb(235 153 153 / 0.4); + border-bottom-color: rgb(235 153 153 / 0.4); +} +.border-y-red-300\/50{ + border-top-color: rgb(235 153 153 / 0.5); + border-bottom-color: rgb(235 153 153 / 0.5); +} +.border-y-red-300\/60{ + border-top-color: rgb(235 153 153 / 0.6); + border-bottom-color: rgb(235 153 153 / 0.6); +} +.border-y-red-300\/70{ + border-top-color: rgb(235 153 153 / 0.7); + border-bottom-color: rgb(235 153 153 / 0.7); +} +.border-y-red-300\/75{ + border-top-color: rgb(235 153 153 / 0.75); + border-bottom-color: rgb(235 153 153 / 0.75); +} +.border-y-red-300\/80{ + border-top-color: rgb(235 153 153 / 0.8); + border-bottom-color: rgb(235 153 153 / 0.8); +} +.border-y-red-300\/90{ + border-top-color: rgb(235 153 153 / 0.9); + border-bottom-color: rgb(235 153 153 / 0.9); +} +.border-y-red-300\/95{ + border-top-color: rgb(235 153 153 / 0.95); + border-bottom-color: rgb(235 153 153 / 0.95); +} +.border-y-red-300\/100{ + border-top-color: rgb(235 153 153 / 1); + border-bottom-color: rgb(235 153 153 / 1); +} +.border-y-red-400\/0{ + border-top-color: rgb(219 77 77 / 0); + border-bottom-color: rgb(219 77 77 / 0); +} +.border-y-red-400\/5{ + border-top-color: rgb(219 77 77 / 0.05); + border-bottom-color: rgb(219 77 77 / 0.05); +} +.border-y-red-400\/10{ + border-top-color: rgb(219 77 77 / 0.1); + border-bottom-color: rgb(219 77 77 / 0.1); +} +.border-y-red-400\/20{ + border-top-color: rgb(219 77 77 / 0.2); + border-bottom-color: rgb(219 77 77 / 0.2); +} +.border-y-red-400\/25{ + border-top-color: rgb(219 77 77 / 0.25); + border-bottom-color: rgb(219 77 77 / 0.25); +} +.border-y-red-400\/30{ + border-top-color: rgb(219 77 77 / 0.3); + border-bottom-color: rgb(219 77 77 / 0.3); +} +.border-y-red-400\/40{ + border-top-color: rgb(219 77 77 / 0.4); + border-bottom-color: rgb(219 77 77 / 0.4); +} +.border-y-red-400\/50{ + border-top-color: rgb(219 77 77 / 0.5); + border-bottom-color: rgb(219 77 77 / 0.5); +} +.border-y-red-400\/60{ + border-top-color: rgb(219 77 77 / 0.6); + border-bottom-color: rgb(219 77 77 / 0.6); +} +.border-y-red-400\/70{ + border-top-color: rgb(219 77 77 / 0.7); + border-bottom-color: rgb(219 77 77 / 0.7); +} +.border-y-red-400\/75{ + border-top-color: rgb(219 77 77 / 0.75); + border-bottom-color: rgb(219 77 77 / 0.75); +} +.border-y-red-400\/80{ + border-top-color: rgb(219 77 77 / 0.8); + border-bottom-color: rgb(219 77 77 / 0.8); +} +.border-y-red-400\/90{ + border-top-color: rgb(219 77 77 / 0.9); + border-bottom-color: rgb(219 77 77 / 0.9); +} +.border-y-red-400\/95{ + border-top-color: rgb(219 77 77 / 0.95); + border-bottom-color: rgb(219 77 77 / 0.95); +} +.border-y-red-400\/100{ + border-top-color: rgb(219 77 77 / 1); + border-bottom-color: rgb(219 77 77 / 1); +} +.border-y-red-500\/0{ + border-top-color: rgb(204 0 0 / 0); + border-bottom-color: rgb(204 0 0 / 0); +} +.border-y-red-500\/5{ + border-top-color: rgb(204 0 0 / 0.05); + border-bottom-color: rgb(204 0 0 / 0.05); +} +.border-y-red-500\/10{ + border-top-color: rgb(204 0 0 / 0.1); + border-bottom-color: rgb(204 0 0 / 0.1); +} +.border-y-red-500\/20{ + border-top-color: rgb(204 0 0 / 0.2); + border-bottom-color: rgb(204 0 0 / 0.2); +} +.border-y-red-500\/25{ + border-top-color: rgb(204 0 0 / 0.25); + border-bottom-color: rgb(204 0 0 / 0.25); +} +.border-y-red-500\/30{ + border-top-color: rgb(204 0 0 / 0.3); + border-bottom-color: rgb(204 0 0 / 0.3); +} +.border-y-red-500\/40{ + border-top-color: rgb(204 0 0 / 0.4); + border-bottom-color: rgb(204 0 0 / 0.4); +} +.border-y-red-500\/50{ + border-top-color: rgb(204 0 0 / 0.5); + border-bottom-color: rgb(204 0 0 / 0.5); +} +.border-y-red-500\/60{ + border-top-color: rgb(204 0 0 / 0.6); + border-bottom-color: rgb(204 0 0 / 0.6); +} +.border-y-red-500\/70{ + border-top-color: rgb(204 0 0 / 0.7); + border-bottom-color: rgb(204 0 0 / 0.7); +} +.border-y-red-500\/75{ + border-top-color: rgb(204 0 0 / 0.75); + border-bottom-color: rgb(204 0 0 / 0.75); +} +.border-y-red-500\/80{ + border-top-color: rgb(204 0 0 / 0.8); + border-bottom-color: rgb(204 0 0 / 0.8); +} +.border-y-red-500\/90{ + border-top-color: rgb(204 0 0 / 0.9); + border-bottom-color: rgb(204 0 0 / 0.9); +} +.border-y-red-500\/95{ + border-top-color: rgb(204 0 0 / 0.95); + border-bottom-color: rgb(204 0 0 / 0.95); +} +.border-y-red-500\/100{ + border-top-color: rgb(204 0 0 / 1); + border-bottom-color: rgb(204 0 0 / 1); +} +.border-y-red-600\/0{ + border-top-color: rgb(184 0 0 / 0); + border-bottom-color: rgb(184 0 0 / 0); +} +.border-y-red-600\/5{ + border-top-color: rgb(184 0 0 / 0.05); + border-bottom-color: rgb(184 0 0 / 0.05); +} +.border-y-red-600\/10{ + border-top-color: rgb(184 0 0 / 0.1); + border-bottom-color: rgb(184 0 0 / 0.1); +} +.border-y-red-600\/20{ + border-top-color: rgb(184 0 0 / 0.2); + border-bottom-color: rgb(184 0 0 / 0.2); +} +.border-y-red-600\/25{ + border-top-color: rgb(184 0 0 / 0.25); + border-bottom-color: rgb(184 0 0 / 0.25); +} +.border-y-red-600\/30{ + border-top-color: rgb(184 0 0 / 0.3); + border-bottom-color: rgb(184 0 0 / 0.3); +} +.border-y-red-600\/40{ + border-top-color: rgb(184 0 0 / 0.4); + border-bottom-color: rgb(184 0 0 / 0.4); +} +.border-y-red-600\/50{ + border-top-color: rgb(184 0 0 / 0.5); + border-bottom-color: rgb(184 0 0 / 0.5); +} +.border-y-red-600\/60{ + border-top-color: rgb(184 0 0 / 0.6); + border-bottom-color: rgb(184 0 0 / 0.6); +} +.border-y-red-600\/70{ + border-top-color: rgb(184 0 0 / 0.7); + border-bottom-color: rgb(184 0 0 / 0.7); +} +.border-y-red-600\/75{ + border-top-color: rgb(184 0 0 / 0.75); + border-bottom-color: rgb(184 0 0 / 0.75); +} +.border-y-red-600\/80{ + border-top-color: rgb(184 0 0 / 0.8); + border-bottom-color: rgb(184 0 0 / 0.8); +} +.border-y-red-600\/90{ + border-top-color: rgb(184 0 0 / 0.9); + border-bottom-color: rgb(184 0 0 / 0.9); +} +.border-y-red-600\/95{ + border-top-color: rgb(184 0 0 / 0.95); + border-bottom-color: rgb(184 0 0 / 0.95); +} +.border-y-red-600\/100{ + border-top-color: rgb(184 0 0 / 1); + border-bottom-color: rgb(184 0 0 / 1); +} +.border-y-red-700\/0{ + border-top-color: rgb(153 0 0 / 0); + border-bottom-color: rgb(153 0 0 / 0); +} +.border-y-red-700\/5{ + border-top-color: rgb(153 0 0 / 0.05); + border-bottom-color: rgb(153 0 0 / 0.05); +} +.border-y-red-700\/10{ + border-top-color: rgb(153 0 0 / 0.1); + border-bottom-color: rgb(153 0 0 / 0.1); +} +.border-y-red-700\/20{ + border-top-color: rgb(153 0 0 / 0.2); + border-bottom-color: rgb(153 0 0 / 0.2); +} +.border-y-red-700\/25{ + border-top-color: rgb(153 0 0 / 0.25); + border-bottom-color: rgb(153 0 0 / 0.25); +} +.border-y-red-700\/30{ + border-top-color: rgb(153 0 0 / 0.3); + border-bottom-color: rgb(153 0 0 / 0.3); +} +.border-y-red-700\/40{ + border-top-color: rgb(153 0 0 / 0.4); + border-bottom-color: rgb(153 0 0 / 0.4); +} +.border-y-red-700\/50{ + border-top-color: rgb(153 0 0 / 0.5); + border-bottom-color: rgb(153 0 0 / 0.5); +} +.border-y-red-700\/60{ + border-top-color: rgb(153 0 0 / 0.6); + border-bottom-color: rgb(153 0 0 / 0.6); +} +.border-y-red-700\/70{ + border-top-color: rgb(153 0 0 / 0.7); + border-bottom-color: rgb(153 0 0 / 0.7); +} +.border-y-red-700\/75{ + border-top-color: rgb(153 0 0 / 0.75); + border-bottom-color: rgb(153 0 0 / 0.75); +} +.border-y-red-700\/80{ + border-top-color: rgb(153 0 0 / 0.8); + border-bottom-color: rgb(153 0 0 / 0.8); +} +.border-y-red-700\/90{ + border-top-color: rgb(153 0 0 / 0.9); + border-bottom-color: rgb(153 0 0 / 0.9); +} +.border-y-red-700\/95{ + border-top-color: rgb(153 0 0 / 0.95); + border-bottom-color: rgb(153 0 0 / 0.95); +} +.border-y-red-700\/100{ + border-top-color: rgb(153 0 0 / 1); + border-bottom-color: rgb(153 0 0 / 1); +} +.border-y-red-800\/0{ + border-top-color: rgb(122 0 0 / 0); + border-bottom-color: rgb(122 0 0 / 0); +} +.border-y-red-800\/5{ + border-top-color: rgb(122 0 0 / 0.05); + border-bottom-color: rgb(122 0 0 / 0.05); +} +.border-y-red-800\/10{ + border-top-color: rgb(122 0 0 / 0.1); + border-bottom-color: rgb(122 0 0 / 0.1); +} +.border-y-red-800\/20{ + border-top-color: rgb(122 0 0 / 0.2); + border-bottom-color: rgb(122 0 0 / 0.2); +} +.border-y-red-800\/25{ + border-top-color: rgb(122 0 0 / 0.25); + border-bottom-color: rgb(122 0 0 / 0.25); +} +.border-y-red-800\/30{ + border-top-color: rgb(122 0 0 / 0.3); + border-bottom-color: rgb(122 0 0 / 0.3); +} +.border-y-red-800\/40{ + border-top-color: rgb(122 0 0 / 0.4); + border-bottom-color: rgb(122 0 0 / 0.4); +} +.border-y-red-800\/50{ + border-top-color: rgb(122 0 0 / 0.5); + border-bottom-color: rgb(122 0 0 / 0.5); +} +.border-y-red-800\/60{ + border-top-color: rgb(122 0 0 / 0.6); + border-bottom-color: rgb(122 0 0 / 0.6); +} +.border-y-red-800\/70{ + border-top-color: rgb(122 0 0 / 0.7); + border-bottom-color: rgb(122 0 0 / 0.7); +} +.border-y-red-800\/75{ + border-top-color: rgb(122 0 0 / 0.75); + border-bottom-color: rgb(122 0 0 / 0.75); +} +.border-y-red-800\/80{ + border-top-color: rgb(122 0 0 / 0.8); + border-bottom-color: rgb(122 0 0 / 0.8); +} +.border-y-red-800\/90{ + border-top-color: rgb(122 0 0 / 0.9); + border-bottom-color: rgb(122 0 0 / 0.9); +} +.border-y-red-800\/95{ + border-top-color: rgb(122 0 0 / 0.95); + border-bottom-color: rgb(122 0 0 / 0.95); +} +.border-y-red-800\/100{ + border-top-color: rgb(122 0 0 / 1); + border-bottom-color: rgb(122 0 0 / 1); +} +.border-y-red-900\/0{ + border-top-color: rgb(100 0 0 / 0); + border-bottom-color: rgb(100 0 0 / 0); +} +.border-y-red-900\/5{ + border-top-color: rgb(100 0 0 / 0.05); + border-bottom-color: rgb(100 0 0 / 0.05); +} +.border-y-red-900\/10{ + border-top-color: rgb(100 0 0 / 0.1); + border-bottom-color: rgb(100 0 0 / 0.1); +} +.border-y-red-900\/20{ + border-top-color: rgb(100 0 0 / 0.2); + border-bottom-color: rgb(100 0 0 / 0.2); +} +.border-y-red-900\/25{ + border-top-color: rgb(100 0 0 / 0.25); + border-bottom-color: rgb(100 0 0 / 0.25); +} +.border-y-red-900\/30{ + border-top-color: rgb(100 0 0 / 0.3); + border-bottom-color: rgb(100 0 0 / 0.3); +} +.border-y-red-900\/40{ + border-top-color: rgb(100 0 0 / 0.4); + border-bottom-color: rgb(100 0 0 / 0.4); +} +.border-y-red-900\/50{ + border-top-color: rgb(100 0 0 / 0.5); + border-bottom-color: rgb(100 0 0 / 0.5); +} +.border-y-red-900\/60{ + border-top-color: rgb(100 0 0 / 0.6); + border-bottom-color: rgb(100 0 0 / 0.6); +} +.border-y-red-900\/70{ + border-top-color: rgb(100 0 0 / 0.7); + border-bottom-color: rgb(100 0 0 / 0.7); +} +.border-y-red-900\/75{ + border-top-color: rgb(100 0 0 / 0.75); + border-bottom-color: rgb(100 0 0 / 0.75); +} +.border-y-red-900\/80{ + border-top-color: rgb(100 0 0 / 0.8); + border-bottom-color: rgb(100 0 0 / 0.8); +} +.border-y-red-900\/90{ + border-top-color: rgb(100 0 0 / 0.9); + border-bottom-color: rgb(100 0 0 / 0.9); +} +.border-y-red-900\/95{ + border-top-color: rgb(100 0 0 / 0.95); + border-bottom-color: rgb(100 0 0 / 0.95); +} +.border-y-red-900\/100{ + border-top-color: rgb(100 0 0 / 1); + border-bottom-color: rgb(100 0 0 / 1); +} +.border-y-red\/0{ + border-top-color: rgb(204 0 0 / 0); + border-bottom-color: rgb(204 0 0 / 0); +} +.border-y-red\/5{ + border-top-color: rgb(204 0 0 / 0.05); + border-bottom-color: rgb(204 0 0 / 0.05); +} +.border-y-red\/10{ + border-top-color: rgb(204 0 0 / 0.1); + border-bottom-color: rgb(204 0 0 / 0.1); +} +.border-y-red\/20{ + border-top-color: rgb(204 0 0 / 0.2); + border-bottom-color: rgb(204 0 0 / 0.2); +} +.border-y-red\/25{ + border-top-color: rgb(204 0 0 / 0.25); + border-bottom-color: rgb(204 0 0 / 0.25); +} +.border-y-red\/30{ + border-top-color: rgb(204 0 0 / 0.3); + border-bottom-color: rgb(204 0 0 / 0.3); +} +.border-y-red\/40{ + border-top-color: rgb(204 0 0 / 0.4); + border-bottom-color: rgb(204 0 0 / 0.4); +} +.border-y-red\/50{ + border-top-color: rgb(204 0 0 / 0.5); + border-bottom-color: rgb(204 0 0 / 0.5); +} +.border-y-red\/60{ + border-top-color: rgb(204 0 0 / 0.6); + border-bottom-color: rgb(204 0 0 / 0.6); +} +.border-y-red\/70{ + border-top-color: rgb(204 0 0 / 0.7); + border-bottom-color: rgb(204 0 0 / 0.7); +} +.border-y-red\/75{ + border-top-color: rgb(204 0 0 / 0.75); + border-bottom-color: rgb(204 0 0 / 0.75); +} +.border-y-red\/80{ + border-top-color: rgb(204 0 0 / 0.8); + border-bottom-color: rgb(204 0 0 / 0.8); +} +.border-y-red\/90{ + border-top-color: rgb(204 0 0 / 0.9); + border-bottom-color: rgb(204 0 0 / 0.9); +} +.border-y-red\/95{ + border-top-color: rgb(204 0 0 / 0.95); + border-bottom-color: rgb(204 0 0 / 0.95); +} +.border-y-red\/100{ + border-top-color: rgb(204 0 0 / 1); + border-bottom-color: rgb(204 0 0 / 1); +} +.border-y-orange-50\/0{ + border-top-color: rgb(255 250 243 / 0); + border-bottom-color: rgb(255 250 243 / 0); +} +.border-y-orange-50\/5{ + border-top-color: rgb(255 250 243 / 0.05); + border-bottom-color: rgb(255 250 243 / 0.05); +} +.border-y-orange-50\/10{ + border-top-color: rgb(255 250 243 / 0.1); + border-bottom-color: rgb(255 250 243 / 0.1); +} +.border-y-orange-50\/20{ + border-top-color: rgb(255 250 243 / 0.2); + border-bottom-color: rgb(255 250 243 / 0.2); +} +.border-y-orange-50\/25{ + border-top-color: rgb(255 250 243 / 0.25); + border-bottom-color: rgb(255 250 243 / 0.25); +} +.border-y-orange-50\/30{ + border-top-color: rgb(255 250 243 / 0.3); + border-bottom-color: rgb(255 250 243 / 0.3); +} +.border-y-orange-50\/40{ + border-top-color: rgb(255 250 243 / 0.4); + border-bottom-color: rgb(255 250 243 / 0.4); +} +.border-y-orange-50\/50{ + border-top-color: rgb(255 250 243 / 0.5); + border-bottom-color: rgb(255 250 243 / 0.5); +} +.border-y-orange-50\/60{ + border-top-color: rgb(255 250 243 / 0.6); + border-bottom-color: rgb(255 250 243 / 0.6); +} +.border-y-orange-50\/70{ + border-top-color: rgb(255 250 243 / 0.7); + border-bottom-color: rgb(255 250 243 / 0.7); +} +.border-y-orange-50\/75{ + border-top-color: rgb(255 250 243 / 0.75); + border-bottom-color: rgb(255 250 243 / 0.75); +} +.border-y-orange-50\/80{ + border-top-color: rgb(255 250 243 / 0.8); + border-bottom-color: rgb(255 250 243 / 0.8); +} +.border-y-orange-50\/90{ + border-top-color: rgb(255 250 243 / 0.9); + border-bottom-color: rgb(255 250 243 / 0.9); +} +.border-y-orange-50\/95{ + border-top-color: rgb(255 250 243 / 0.95); + border-bottom-color: rgb(255 250 243 / 0.95); +} +.border-y-orange-50\/100{ + border-top-color: rgb(255 250 243 / 1); + border-bottom-color: rgb(255 250 243 / 1); +} +.border-y-orange-100\/0{ + border-top-color: rgb(254 245 231 / 0); + border-bottom-color: rgb(254 245 231 / 0); +} +.border-y-orange-100\/5{ + border-top-color: rgb(254 245 231 / 0.05); + border-bottom-color: rgb(254 245 231 / 0.05); +} +.border-y-orange-100\/10{ + border-top-color: rgb(254 245 231 / 0.1); + border-bottom-color: rgb(254 245 231 / 0.1); +} +.border-y-orange-100\/20{ + border-top-color: rgb(254 245 231 / 0.2); + border-bottom-color: rgb(254 245 231 / 0.2); +} +.border-y-orange-100\/25{ + border-top-color: rgb(254 245 231 / 0.25); + border-bottom-color: rgb(254 245 231 / 0.25); +} +.border-y-orange-100\/30{ + border-top-color: rgb(254 245 231 / 0.3); + border-bottom-color: rgb(254 245 231 / 0.3); +} +.border-y-orange-100\/40{ + border-top-color: rgb(254 245 231 / 0.4); + border-bottom-color: rgb(254 245 231 / 0.4); +} +.border-y-orange-100\/50{ + border-top-color: rgb(254 245 231 / 0.5); + border-bottom-color: rgb(254 245 231 / 0.5); +} +.border-y-orange-100\/60{ + border-top-color: rgb(254 245 231 / 0.6); + border-bottom-color: rgb(254 245 231 / 0.6); +} +.border-y-orange-100\/70{ + border-top-color: rgb(254 245 231 / 0.7); + border-bottom-color: rgb(254 245 231 / 0.7); +} +.border-y-orange-100\/75{ + border-top-color: rgb(254 245 231 / 0.75); + border-bottom-color: rgb(254 245 231 / 0.75); +} +.border-y-orange-100\/80{ + border-top-color: rgb(254 245 231 / 0.8); + border-bottom-color: rgb(254 245 231 / 0.8); +} +.border-y-orange-100\/90{ + border-top-color: rgb(254 245 231 / 0.9); + border-bottom-color: rgb(254 245 231 / 0.9); +} +.border-y-orange-100\/95{ + border-top-color: rgb(254 245 231 / 0.95); + border-bottom-color: rgb(254 245 231 / 0.95); +} +.border-y-orange-100\/100{ + border-top-color: rgb(254 245 231 / 1); + border-bottom-color: rgb(254 245 231 / 1); +} +.border-y-orange-200\/0{ + border-top-color: rgb(253 231 194 / 0); + border-bottom-color: rgb(253 231 194 / 0); +} +.border-y-orange-200\/5{ + border-top-color: rgb(253 231 194 / 0.05); + border-bottom-color: rgb(253 231 194 / 0.05); +} +.border-y-orange-200\/10{ + border-top-color: rgb(253 231 194 / 0.1); + border-bottom-color: rgb(253 231 194 / 0.1); +} +.border-y-orange-200\/20{ + border-top-color: rgb(253 231 194 / 0.2); + border-bottom-color: rgb(253 231 194 / 0.2); +} +.border-y-orange-200\/25{ + border-top-color: rgb(253 231 194 / 0.25); + border-bottom-color: rgb(253 231 194 / 0.25); +} +.border-y-orange-200\/30{ + border-top-color: rgb(253 231 194 / 0.3); + border-bottom-color: rgb(253 231 194 / 0.3); +} +.border-y-orange-200\/40{ + border-top-color: rgb(253 231 194 / 0.4); + border-bottom-color: rgb(253 231 194 / 0.4); +} +.border-y-orange-200\/50{ + border-top-color: rgb(253 231 194 / 0.5); + border-bottom-color: rgb(253 231 194 / 0.5); +} +.border-y-orange-200\/60{ + border-top-color: rgb(253 231 194 / 0.6); + border-bottom-color: rgb(253 231 194 / 0.6); +} +.border-y-orange-200\/70{ + border-top-color: rgb(253 231 194 / 0.7); + border-bottom-color: rgb(253 231 194 / 0.7); +} +.border-y-orange-200\/75{ + border-top-color: rgb(253 231 194 / 0.75); + border-bottom-color: rgb(253 231 194 / 0.75); +} +.border-y-orange-200\/80{ + border-top-color: rgb(253 231 194 / 0.8); + border-bottom-color: rgb(253 231 194 / 0.8); +} +.border-y-orange-200\/90{ + border-top-color: rgb(253 231 194 / 0.9); + border-bottom-color: rgb(253 231 194 / 0.9); +} +.border-y-orange-200\/95{ + border-top-color: rgb(253 231 194 / 0.95); + border-bottom-color: rgb(253 231 194 / 0.95); +} +.border-y-orange-200\/100{ + border-top-color: rgb(253 231 194 / 1); + border-bottom-color: rgb(253 231 194 / 1); +} +.border-y-orange-300\/0{ + border-top-color: rgb(251 216 157 / 0); + border-bottom-color: rgb(251 216 157 / 0); +} +.border-y-orange-300\/5{ + border-top-color: rgb(251 216 157 / 0.05); + border-bottom-color: rgb(251 216 157 / 0.05); +} +.border-y-orange-300\/10{ + border-top-color: rgb(251 216 157 / 0.1); + border-bottom-color: rgb(251 216 157 / 0.1); +} +.border-y-orange-300\/20{ + border-top-color: rgb(251 216 157 / 0.2); + border-bottom-color: rgb(251 216 157 / 0.2); +} +.border-y-orange-300\/25{ + border-top-color: rgb(251 216 157 / 0.25); + border-bottom-color: rgb(251 216 157 / 0.25); +} +.border-y-orange-300\/30{ + border-top-color: rgb(251 216 157 / 0.3); + border-bottom-color: rgb(251 216 157 / 0.3); +} +.border-y-orange-300\/40{ + border-top-color: rgb(251 216 157 / 0.4); + border-bottom-color: rgb(251 216 157 / 0.4); +} +.border-y-orange-300\/50{ + border-top-color: rgb(251 216 157 / 0.5); + border-bottom-color: rgb(251 216 157 / 0.5); +} +.border-y-orange-300\/60{ + border-top-color: rgb(251 216 157 / 0.6); + border-bottom-color: rgb(251 216 157 / 0.6); +} +.border-y-orange-300\/70{ + border-top-color: rgb(251 216 157 / 0.7); + border-bottom-color: rgb(251 216 157 / 0.7); +} +.border-y-orange-300\/75{ + border-top-color: rgb(251 216 157 / 0.75); + border-bottom-color: rgb(251 216 157 / 0.75); +} +.border-y-orange-300\/80{ + border-top-color: rgb(251 216 157 / 0.8); + border-bottom-color: rgb(251 216 157 / 0.8); +} +.border-y-orange-300\/90{ + border-top-color: rgb(251 216 157 / 0.9); + border-bottom-color: rgb(251 216 157 / 0.9); +} +.border-y-orange-300\/95{ + border-top-color: rgb(251 216 157 / 0.95); + border-bottom-color: rgb(251 216 157 / 0.95); +} +.border-y-orange-300\/100{ + border-top-color: rgb(251 216 157 / 1); + border-bottom-color: rgb(251 216 157 / 1); +} +.border-y-orange-400\/0{ + border-top-color: rgb(248 187 84 / 0); + border-bottom-color: rgb(248 187 84 / 0); +} +.border-y-orange-400\/5{ + border-top-color: rgb(248 187 84 / 0.05); + border-bottom-color: rgb(248 187 84 / 0.05); +} +.border-y-orange-400\/10{ + border-top-color: rgb(248 187 84 / 0.1); + border-bottom-color: rgb(248 187 84 / 0.1); +} +.border-y-orange-400\/20{ + border-top-color: rgb(248 187 84 / 0.2); + border-bottom-color: rgb(248 187 84 / 0.2); +} +.border-y-orange-400\/25{ + border-top-color: rgb(248 187 84 / 0.25); + border-bottom-color: rgb(248 187 84 / 0.25); +} +.border-y-orange-400\/30{ + border-top-color: rgb(248 187 84 / 0.3); + border-bottom-color: rgb(248 187 84 / 0.3); +} +.border-y-orange-400\/40{ + border-top-color: rgb(248 187 84 / 0.4); + border-bottom-color: rgb(248 187 84 / 0.4); +} +.border-y-orange-400\/50{ + border-top-color: rgb(248 187 84 / 0.5); + border-bottom-color: rgb(248 187 84 / 0.5); +} +.border-y-orange-400\/60{ + border-top-color: rgb(248 187 84 / 0.6); + border-bottom-color: rgb(248 187 84 / 0.6); +} +.border-y-orange-400\/70{ + border-top-color: rgb(248 187 84 / 0.7); + border-bottom-color: rgb(248 187 84 / 0.7); +} +.border-y-orange-400\/75{ + border-top-color: rgb(248 187 84 / 0.75); + border-bottom-color: rgb(248 187 84 / 0.75); +} +.border-y-orange-400\/80{ + border-top-color: rgb(248 187 84 / 0.8); + border-bottom-color: rgb(248 187 84 / 0.8); +} +.border-y-orange-400\/90{ + border-top-color: rgb(248 187 84 / 0.9); + border-bottom-color: rgb(248 187 84 / 0.9); +} +.border-y-orange-400\/95{ + border-top-color: rgb(248 187 84 / 0.95); + border-bottom-color: rgb(248 187 84 / 0.95); +} +.border-y-orange-400\/100{ + border-top-color: rgb(248 187 84 / 1); + border-bottom-color: rgb(248 187 84 / 1); +} +.border-y-orange-500\/0{ + border-top-color: rgb(245 158 11 / 0); + border-bottom-color: rgb(245 158 11 / 0); +} +.border-y-orange-500\/5{ + border-top-color: rgb(245 158 11 / 0.05); + border-bottom-color: rgb(245 158 11 / 0.05); +} +.border-y-orange-500\/10{ + border-top-color: rgb(245 158 11 / 0.1); + border-bottom-color: rgb(245 158 11 / 0.1); +} +.border-y-orange-500\/20{ + border-top-color: rgb(245 158 11 / 0.2); + border-bottom-color: rgb(245 158 11 / 0.2); +} +.border-y-orange-500\/25{ + border-top-color: rgb(245 158 11 / 0.25); + border-bottom-color: rgb(245 158 11 / 0.25); +} +.border-y-orange-500\/30{ + border-top-color: rgb(245 158 11 / 0.3); + border-bottom-color: rgb(245 158 11 / 0.3); +} +.border-y-orange-500\/40{ + border-top-color: rgb(245 158 11 / 0.4); + border-bottom-color: rgb(245 158 11 / 0.4); +} +.border-y-orange-500\/50{ + border-top-color: rgb(245 158 11 / 0.5); + border-bottom-color: rgb(245 158 11 / 0.5); +} +.border-y-orange-500\/60{ + border-top-color: rgb(245 158 11 / 0.6); + border-bottom-color: rgb(245 158 11 / 0.6); +} +.border-y-orange-500\/70{ + border-top-color: rgb(245 158 11 / 0.7); + border-bottom-color: rgb(245 158 11 / 0.7); +} +.border-y-orange-500\/75{ + border-top-color: rgb(245 158 11 / 0.75); + border-bottom-color: rgb(245 158 11 / 0.75); +} +.border-y-orange-500\/80{ + border-top-color: rgb(245 158 11 / 0.8); + border-bottom-color: rgb(245 158 11 / 0.8); +} +.border-y-orange-500\/90{ + border-top-color: rgb(245 158 11 / 0.9); + border-bottom-color: rgb(245 158 11 / 0.9); +} +.border-y-orange-500\/95{ + border-top-color: rgb(245 158 11 / 0.95); + border-bottom-color: rgb(245 158 11 / 0.95); +} +.border-y-orange-500\/100{ + border-top-color: rgb(245 158 11 / 1); + border-bottom-color: rgb(245 158 11 / 1); +} +.border-y-orange-600\/0{ + border-top-color: rgb(221 142 10 / 0); + border-bottom-color: rgb(221 142 10 / 0); +} +.border-y-orange-600\/5{ + border-top-color: rgb(221 142 10 / 0.05); + border-bottom-color: rgb(221 142 10 / 0.05); +} +.border-y-orange-600\/10{ + border-top-color: rgb(221 142 10 / 0.1); + border-bottom-color: rgb(221 142 10 / 0.1); +} +.border-y-orange-600\/20{ + border-top-color: rgb(221 142 10 / 0.2); + border-bottom-color: rgb(221 142 10 / 0.2); +} +.border-y-orange-600\/25{ + border-top-color: rgb(221 142 10 / 0.25); + border-bottom-color: rgb(221 142 10 / 0.25); +} +.border-y-orange-600\/30{ + border-top-color: rgb(221 142 10 / 0.3); + border-bottom-color: rgb(221 142 10 / 0.3); +} +.border-y-orange-600\/40{ + border-top-color: rgb(221 142 10 / 0.4); + border-bottom-color: rgb(221 142 10 / 0.4); +} +.border-y-orange-600\/50{ + border-top-color: rgb(221 142 10 / 0.5); + border-bottom-color: rgb(221 142 10 / 0.5); +} +.border-y-orange-600\/60{ + border-top-color: rgb(221 142 10 / 0.6); + border-bottom-color: rgb(221 142 10 / 0.6); +} +.border-y-orange-600\/70{ + border-top-color: rgb(221 142 10 / 0.7); + border-bottom-color: rgb(221 142 10 / 0.7); +} +.border-y-orange-600\/75{ + border-top-color: rgb(221 142 10 / 0.75); + border-bottom-color: rgb(221 142 10 / 0.75); +} +.border-y-orange-600\/80{ + border-top-color: rgb(221 142 10 / 0.8); + border-bottom-color: rgb(221 142 10 / 0.8); +} +.border-y-orange-600\/90{ + border-top-color: rgb(221 142 10 / 0.9); + border-bottom-color: rgb(221 142 10 / 0.9); +} +.border-y-orange-600\/95{ + border-top-color: rgb(221 142 10 / 0.95); + border-bottom-color: rgb(221 142 10 / 0.95); +} +.border-y-orange-600\/100{ + border-top-color: rgb(221 142 10 / 1); + border-bottom-color: rgb(221 142 10 / 1); +} +.border-y-orange-700\/0{ + border-top-color: rgb(184 119 8 / 0); + border-bottom-color: rgb(184 119 8 / 0); +} +.border-y-orange-700\/5{ + border-top-color: rgb(184 119 8 / 0.05); + border-bottom-color: rgb(184 119 8 / 0.05); +} +.border-y-orange-700\/10{ + border-top-color: rgb(184 119 8 / 0.1); + border-bottom-color: rgb(184 119 8 / 0.1); +} +.border-y-orange-700\/20{ + border-top-color: rgb(184 119 8 / 0.2); + border-bottom-color: rgb(184 119 8 / 0.2); +} +.border-y-orange-700\/25{ + border-top-color: rgb(184 119 8 / 0.25); + border-bottom-color: rgb(184 119 8 / 0.25); +} +.border-y-orange-700\/30{ + border-top-color: rgb(184 119 8 / 0.3); + border-bottom-color: rgb(184 119 8 / 0.3); +} +.border-y-orange-700\/40{ + border-top-color: rgb(184 119 8 / 0.4); + border-bottom-color: rgb(184 119 8 / 0.4); +} +.border-y-orange-700\/50{ + border-top-color: rgb(184 119 8 / 0.5); + border-bottom-color: rgb(184 119 8 / 0.5); +} +.border-y-orange-700\/60{ + border-top-color: rgb(184 119 8 / 0.6); + border-bottom-color: rgb(184 119 8 / 0.6); +} +.border-y-orange-700\/70{ + border-top-color: rgb(184 119 8 / 0.7); + border-bottom-color: rgb(184 119 8 / 0.7); +} +.border-y-orange-700\/75{ + border-top-color: rgb(184 119 8 / 0.75); + border-bottom-color: rgb(184 119 8 / 0.75); +} +.border-y-orange-700\/80{ + border-top-color: rgb(184 119 8 / 0.8); + border-bottom-color: rgb(184 119 8 / 0.8); +} +.border-y-orange-700\/90{ + border-top-color: rgb(184 119 8 / 0.9); + border-bottom-color: rgb(184 119 8 / 0.9); +} +.border-y-orange-700\/95{ + border-top-color: rgb(184 119 8 / 0.95); + border-bottom-color: rgb(184 119 8 / 0.95); +} +.border-y-orange-700\/100{ + border-top-color: rgb(184 119 8 / 1); + border-bottom-color: rgb(184 119 8 / 1); +} +.border-y-orange-800\/0{ + border-top-color: rgb(147 95 7 / 0); + border-bottom-color: rgb(147 95 7 / 0); +} +.border-y-orange-800\/5{ + border-top-color: rgb(147 95 7 / 0.05); + border-bottom-color: rgb(147 95 7 / 0.05); +} +.border-y-orange-800\/10{ + border-top-color: rgb(147 95 7 / 0.1); + border-bottom-color: rgb(147 95 7 / 0.1); +} +.border-y-orange-800\/20{ + border-top-color: rgb(147 95 7 / 0.2); + border-bottom-color: rgb(147 95 7 / 0.2); +} +.border-y-orange-800\/25{ + border-top-color: rgb(147 95 7 / 0.25); + border-bottom-color: rgb(147 95 7 / 0.25); +} +.border-y-orange-800\/30{ + border-top-color: rgb(147 95 7 / 0.3); + border-bottom-color: rgb(147 95 7 / 0.3); +} +.border-y-orange-800\/40{ + border-top-color: rgb(147 95 7 / 0.4); + border-bottom-color: rgb(147 95 7 / 0.4); +} +.border-y-orange-800\/50{ + border-top-color: rgb(147 95 7 / 0.5); + border-bottom-color: rgb(147 95 7 / 0.5); +} +.border-y-orange-800\/60{ + border-top-color: rgb(147 95 7 / 0.6); + border-bottom-color: rgb(147 95 7 / 0.6); +} +.border-y-orange-800\/70{ + border-top-color: rgb(147 95 7 / 0.7); + border-bottom-color: rgb(147 95 7 / 0.7); +} +.border-y-orange-800\/75{ + border-top-color: rgb(147 95 7 / 0.75); + border-bottom-color: rgb(147 95 7 / 0.75); +} +.border-y-orange-800\/80{ + border-top-color: rgb(147 95 7 / 0.8); + border-bottom-color: rgb(147 95 7 / 0.8); +} +.border-y-orange-800\/90{ + border-top-color: rgb(147 95 7 / 0.9); + border-bottom-color: rgb(147 95 7 / 0.9); +} +.border-y-orange-800\/95{ + border-top-color: rgb(147 95 7 / 0.95); + border-bottom-color: rgb(147 95 7 / 0.95); +} +.border-y-orange-800\/100{ + border-top-color: rgb(147 95 7 / 1); + border-bottom-color: rgb(147 95 7 / 1); +} +.border-y-orange-900\/0{ + border-top-color: rgb(120 77 5 / 0); + border-bottom-color: rgb(120 77 5 / 0); +} +.border-y-orange-900\/5{ + border-top-color: rgb(120 77 5 / 0.05); + border-bottom-color: rgb(120 77 5 / 0.05); +} +.border-y-orange-900\/10{ + border-top-color: rgb(120 77 5 / 0.1); + border-bottom-color: rgb(120 77 5 / 0.1); +} +.border-y-orange-900\/20{ + border-top-color: rgb(120 77 5 / 0.2); + border-bottom-color: rgb(120 77 5 / 0.2); +} +.border-y-orange-900\/25{ + border-top-color: rgb(120 77 5 / 0.25); + border-bottom-color: rgb(120 77 5 / 0.25); +} +.border-y-orange-900\/30{ + border-top-color: rgb(120 77 5 / 0.3); + border-bottom-color: rgb(120 77 5 / 0.3); +} +.border-y-orange-900\/40{ + border-top-color: rgb(120 77 5 / 0.4); + border-bottom-color: rgb(120 77 5 / 0.4); +} +.border-y-orange-900\/50{ + border-top-color: rgb(120 77 5 / 0.5); + border-bottom-color: rgb(120 77 5 / 0.5); +} +.border-y-orange-900\/60{ + border-top-color: rgb(120 77 5 / 0.6); + border-bottom-color: rgb(120 77 5 / 0.6); +} +.border-y-orange-900\/70{ + border-top-color: rgb(120 77 5 / 0.7); + border-bottom-color: rgb(120 77 5 / 0.7); +} +.border-y-orange-900\/75{ + border-top-color: rgb(120 77 5 / 0.75); + border-bottom-color: rgb(120 77 5 / 0.75); +} +.border-y-orange-900\/80{ + border-top-color: rgb(120 77 5 / 0.8); + border-bottom-color: rgb(120 77 5 / 0.8); +} +.border-y-orange-900\/90{ + border-top-color: rgb(120 77 5 / 0.9); + border-bottom-color: rgb(120 77 5 / 0.9); +} +.border-y-orange-900\/95{ + border-top-color: rgb(120 77 5 / 0.95); + border-bottom-color: rgb(120 77 5 / 0.95); +} +.border-y-orange-900\/100{ + border-top-color: rgb(120 77 5 / 1); + border-bottom-color: rgb(120 77 5 / 1); +} +.border-y-orange\/0{ + border-top-color: rgb(245 158 11 / 0); + border-bottom-color: rgb(245 158 11 / 0); +} +.border-y-orange\/5{ + border-top-color: rgb(245 158 11 / 0.05); + border-bottom-color: rgb(245 158 11 / 0.05); +} +.border-y-orange\/10{ + border-top-color: rgb(245 158 11 / 0.1); + border-bottom-color: rgb(245 158 11 / 0.1); +} +.border-y-orange\/20{ + border-top-color: rgb(245 158 11 / 0.2); + border-bottom-color: rgb(245 158 11 / 0.2); +} +.border-y-orange\/25{ + border-top-color: rgb(245 158 11 / 0.25); + border-bottom-color: rgb(245 158 11 / 0.25); +} +.border-y-orange\/30{ + border-top-color: rgb(245 158 11 / 0.3); + border-bottom-color: rgb(245 158 11 / 0.3); +} +.border-y-orange\/40{ + border-top-color: rgb(245 158 11 / 0.4); + border-bottom-color: rgb(245 158 11 / 0.4); +} +.border-y-orange\/50{ + border-top-color: rgb(245 158 11 / 0.5); + border-bottom-color: rgb(245 158 11 / 0.5); +} +.border-y-orange\/60{ + border-top-color: rgb(245 158 11 / 0.6); + border-bottom-color: rgb(245 158 11 / 0.6); +} +.border-y-orange\/70{ + border-top-color: rgb(245 158 11 / 0.7); + border-bottom-color: rgb(245 158 11 / 0.7); +} +.border-y-orange\/75{ + border-top-color: rgb(245 158 11 / 0.75); + border-bottom-color: rgb(245 158 11 / 0.75); +} +.border-y-orange\/80{ + border-top-color: rgb(245 158 11 / 0.8); + border-bottom-color: rgb(245 158 11 / 0.8); +} +.border-y-orange\/90{ + border-top-color: rgb(245 158 11 / 0.9); + border-bottom-color: rgb(245 158 11 / 0.9); +} +.border-y-orange\/95{ + border-top-color: rgb(245 158 11 / 0.95); + border-bottom-color: rgb(245 158 11 / 0.95); +} +.border-y-orange\/100{ + border-top-color: rgb(245 158 11 / 1); + border-bottom-color: rgb(245 158 11 / 1); +} +.border-y-amber-50\/0{ + border-top-color: rgb(255 251 235 / 0); + border-bottom-color: rgb(255 251 235 / 0); +} +.border-y-amber-50\/5{ + border-top-color: rgb(255 251 235 / 0.05); + border-bottom-color: rgb(255 251 235 / 0.05); +} +.border-y-amber-50\/10{ + border-top-color: rgb(255 251 235 / 0.1); + border-bottom-color: rgb(255 251 235 / 0.1); +} +.border-y-amber-50\/20{ + border-top-color: rgb(255 251 235 / 0.2); + border-bottom-color: rgb(255 251 235 / 0.2); +} +.border-y-amber-50\/25{ + border-top-color: rgb(255 251 235 / 0.25); + border-bottom-color: rgb(255 251 235 / 0.25); +} +.border-y-amber-50\/30{ + border-top-color: rgb(255 251 235 / 0.3); + border-bottom-color: rgb(255 251 235 / 0.3); +} +.border-y-amber-50\/40{ + border-top-color: rgb(255 251 235 / 0.4); + border-bottom-color: rgb(255 251 235 / 0.4); +} +.border-y-amber-50\/50{ + border-top-color: rgb(255 251 235 / 0.5); + border-bottom-color: rgb(255 251 235 / 0.5); +} +.border-y-amber-50\/60{ + border-top-color: rgb(255 251 235 / 0.6); + border-bottom-color: rgb(255 251 235 / 0.6); +} +.border-y-amber-50\/70{ + border-top-color: rgb(255 251 235 / 0.7); + border-bottom-color: rgb(255 251 235 / 0.7); +} +.border-y-amber-50\/75{ + border-top-color: rgb(255 251 235 / 0.75); + border-bottom-color: rgb(255 251 235 / 0.75); +} +.border-y-amber-50\/80{ + border-top-color: rgb(255 251 235 / 0.8); + border-bottom-color: rgb(255 251 235 / 0.8); +} +.border-y-amber-50\/90{ + border-top-color: rgb(255 251 235 / 0.9); + border-bottom-color: rgb(255 251 235 / 0.9); +} +.border-y-amber-50\/95{ + border-top-color: rgb(255 251 235 / 0.95); + border-bottom-color: rgb(255 251 235 / 0.95); +} +.border-y-amber-50\/100{ + border-top-color: rgb(255 251 235 / 1); + border-bottom-color: rgb(255 251 235 / 1); +} +.border-y-amber-100\/0{ + border-top-color: rgb(254 243 199 / 0); + border-bottom-color: rgb(254 243 199 / 0); +} +.border-y-amber-100\/5{ + border-top-color: rgb(254 243 199 / 0.05); + border-bottom-color: rgb(254 243 199 / 0.05); +} +.border-y-amber-100\/10{ + border-top-color: rgb(254 243 199 / 0.1); + border-bottom-color: rgb(254 243 199 / 0.1); +} +.border-y-amber-100\/20{ + border-top-color: rgb(254 243 199 / 0.2); + border-bottom-color: rgb(254 243 199 / 0.2); +} +.border-y-amber-100\/25{ + border-top-color: rgb(254 243 199 / 0.25); + border-bottom-color: rgb(254 243 199 / 0.25); +} +.border-y-amber-100\/30{ + border-top-color: rgb(254 243 199 / 0.3); + border-bottom-color: rgb(254 243 199 / 0.3); +} +.border-y-amber-100\/40{ + border-top-color: rgb(254 243 199 / 0.4); + border-bottom-color: rgb(254 243 199 / 0.4); +} +.border-y-amber-100\/50{ + border-top-color: rgb(254 243 199 / 0.5); + border-bottom-color: rgb(254 243 199 / 0.5); +} +.border-y-amber-100\/60{ + border-top-color: rgb(254 243 199 / 0.6); + border-bottom-color: rgb(254 243 199 / 0.6); +} +.border-y-amber-100\/70{ + border-top-color: rgb(254 243 199 / 0.7); + border-bottom-color: rgb(254 243 199 / 0.7); +} +.border-y-amber-100\/75{ + border-top-color: rgb(254 243 199 / 0.75); + border-bottom-color: rgb(254 243 199 / 0.75); +} +.border-y-amber-100\/80{ + border-top-color: rgb(254 243 199 / 0.8); + border-bottom-color: rgb(254 243 199 / 0.8); +} +.border-y-amber-100\/90{ + border-top-color: rgb(254 243 199 / 0.9); + border-bottom-color: rgb(254 243 199 / 0.9); +} +.border-y-amber-100\/95{ + border-top-color: rgb(254 243 199 / 0.95); + border-bottom-color: rgb(254 243 199 / 0.95); +} +.border-y-amber-100\/100{ + border-top-color: rgb(254 243 199 / 1); + border-bottom-color: rgb(254 243 199 / 1); +} +.border-y-amber-200\/0{ + border-top-color: rgb(253 230 138 / 0); + border-bottom-color: rgb(253 230 138 / 0); +} +.border-y-amber-200\/5{ + border-top-color: rgb(253 230 138 / 0.05); + border-bottom-color: rgb(253 230 138 / 0.05); +} +.border-y-amber-200\/10{ + border-top-color: rgb(253 230 138 / 0.1); + border-bottom-color: rgb(253 230 138 / 0.1); +} +.border-y-amber-200\/20{ + border-top-color: rgb(253 230 138 / 0.2); + border-bottom-color: rgb(253 230 138 / 0.2); +} +.border-y-amber-200\/25{ + border-top-color: rgb(253 230 138 / 0.25); + border-bottom-color: rgb(253 230 138 / 0.25); +} +.border-y-amber-200\/30{ + border-top-color: rgb(253 230 138 / 0.3); + border-bottom-color: rgb(253 230 138 / 0.3); +} +.border-y-amber-200\/40{ + border-top-color: rgb(253 230 138 / 0.4); + border-bottom-color: rgb(253 230 138 / 0.4); +} +.border-y-amber-200\/50{ + border-top-color: rgb(253 230 138 / 0.5); + border-bottom-color: rgb(253 230 138 / 0.5); +} +.border-y-amber-200\/60{ + border-top-color: rgb(253 230 138 / 0.6); + border-bottom-color: rgb(253 230 138 / 0.6); +} +.border-y-amber-200\/70{ + border-top-color: rgb(253 230 138 / 0.7); + border-bottom-color: rgb(253 230 138 / 0.7); +} +.border-y-amber-200\/75{ + border-top-color: rgb(253 230 138 / 0.75); + border-bottom-color: rgb(253 230 138 / 0.75); +} +.border-y-amber-200\/80{ + border-top-color: rgb(253 230 138 / 0.8); + border-bottom-color: rgb(253 230 138 / 0.8); +} +.border-y-amber-200\/90{ + border-top-color: rgb(253 230 138 / 0.9); + border-bottom-color: rgb(253 230 138 / 0.9); +} +.border-y-amber-200\/95{ + border-top-color: rgb(253 230 138 / 0.95); + border-bottom-color: rgb(253 230 138 / 0.95); +} +.border-y-amber-200\/100{ + border-top-color: rgb(253 230 138 / 1); + border-bottom-color: rgb(253 230 138 / 1); +} +.border-y-amber-300\/0{ + border-top-color: rgb(252 211 77 / 0); + border-bottom-color: rgb(252 211 77 / 0); +} +.border-y-amber-300\/5{ + border-top-color: rgb(252 211 77 / 0.05); + border-bottom-color: rgb(252 211 77 / 0.05); +} +.border-y-amber-300\/10{ + border-top-color: rgb(252 211 77 / 0.1); + border-bottom-color: rgb(252 211 77 / 0.1); +} +.border-y-amber-300\/20{ + border-top-color: rgb(252 211 77 / 0.2); + border-bottom-color: rgb(252 211 77 / 0.2); +} +.border-y-amber-300\/25{ + border-top-color: rgb(252 211 77 / 0.25); + border-bottom-color: rgb(252 211 77 / 0.25); +} +.border-y-amber-300\/30{ + border-top-color: rgb(252 211 77 / 0.3); + border-bottom-color: rgb(252 211 77 / 0.3); +} +.border-y-amber-300\/40{ + border-top-color: rgb(252 211 77 / 0.4); + border-bottom-color: rgb(252 211 77 / 0.4); +} +.border-y-amber-300\/50{ + border-top-color: rgb(252 211 77 / 0.5); + border-bottom-color: rgb(252 211 77 / 0.5); +} +.border-y-amber-300\/60{ + border-top-color: rgb(252 211 77 / 0.6); + border-bottom-color: rgb(252 211 77 / 0.6); +} +.border-y-amber-300\/70{ + border-top-color: rgb(252 211 77 / 0.7); + border-bottom-color: rgb(252 211 77 / 0.7); +} +.border-y-amber-300\/75{ + border-top-color: rgb(252 211 77 / 0.75); + border-bottom-color: rgb(252 211 77 / 0.75); +} +.border-y-amber-300\/80{ + border-top-color: rgb(252 211 77 / 0.8); + border-bottom-color: rgb(252 211 77 / 0.8); +} +.border-y-amber-300\/90{ + border-top-color: rgb(252 211 77 / 0.9); + border-bottom-color: rgb(252 211 77 / 0.9); +} +.border-y-amber-300\/95{ + border-top-color: rgb(252 211 77 / 0.95); + border-bottom-color: rgb(252 211 77 / 0.95); +} +.border-y-amber-300\/100{ + border-top-color: rgb(252 211 77 / 1); + border-bottom-color: rgb(252 211 77 / 1); +} +.border-y-amber-400\/0{ + border-top-color: rgb(251 191 36 / 0); + border-bottom-color: rgb(251 191 36 / 0); +} +.border-y-amber-400\/5{ + border-top-color: rgb(251 191 36 / 0.05); + border-bottom-color: rgb(251 191 36 / 0.05); +} +.border-y-amber-400\/10{ + border-top-color: rgb(251 191 36 / 0.1); + border-bottom-color: rgb(251 191 36 / 0.1); +} +.border-y-amber-400\/20{ + border-top-color: rgb(251 191 36 / 0.2); + border-bottom-color: rgb(251 191 36 / 0.2); +} +.border-y-amber-400\/25{ + border-top-color: rgb(251 191 36 / 0.25); + border-bottom-color: rgb(251 191 36 / 0.25); +} +.border-y-amber-400\/30{ + border-top-color: rgb(251 191 36 / 0.3); + border-bottom-color: rgb(251 191 36 / 0.3); +} +.border-y-amber-400\/40{ + border-top-color: rgb(251 191 36 / 0.4); + border-bottom-color: rgb(251 191 36 / 0.4); +} +.border-y-amber-400\/50{ + border-top-color: rgb(251 191 36 / 0.5); + border-bottom-color: rgb(251 191 36 / 0.5); +} +.border-y-amber-400\/60{ + border-top-color: rgb(251 191 36 / 0.6); + border-bottom-color: rgb(251 191 36 / 0.6); +} +.border-y-amber-400\/70{ + border-top-color: rgb(251 191 36 / 0.7); + border-bottom-color: rgb(251 191 36 / 0.7); +} +.border-y-amber-400\/75{ + border-top-color: rgb(251 191 36 / 0.75); + border-bottom-color: rgb(251 191 36 / 0.75); +} +.border-y-amber-400\/80{ + border-top-color: rgb(251 191 36 / 0.8); + border-bottom-color: rgb(251 191 36 / 0.8); +} +.border-y-amber-400\/90{ + border-top-color: rgb(251 191 36 / 0.9); + border-bottom-color: rgb(251 191 36 / 0.9); +} +.border-y-amber-400\/95{ + border-top-color: rgb(251 191 36 / 0.95); + border-bottom-color: rgb(251 191 36 / 0.95); +} +.border-y-amber-400\/100{ + border-top-color: rgb(251 191 36 / 1); + border-bottom-color: rgb(251 191 36 / 1); +} +.border-y-amber-500\/0{ + border-top-color: rgb(245 158 11 / 0); + border-bottom-color: rgb(245 158 11 / 0); +} +.border-y-amber-500\/5{ + border-top-color: rgb(245 158 11 / 0.05); + border-bottom-color: rgb(245 158 11 / 0.05); +} +.border-y-amber-500\/10{ + border-top-color: rgb(245 158 11 / 0.1); + border-bottom-color: rgb(245 158 11 / 0.1); +} +.border-y-amber-500\/20{ + border-top-color: rgb(245 158 11 / 0.2); + border-bottom-color: rgb(245 158 11 / 0.2); +} +.border-y-amber-500\/25{ + border-top-color: rgb(245 158 11 / 0.25); + border-bottom-color: rgb(245 158 11 / 0.25); +} +.border-y-amber-500\/30{ + border-top-color: rgb(245 158 11 / 0.3); + border-bottom-color: rgb(245 158 11 / 0.3); +} +.border-y-amber-500\/40{ + border-top-color: rgb(245 158 11 / 0.4); + border-bottom-color: rgb(245 158 11 / 0.4); +} +.border-y-amber-500\/50{ + border-top-color: rgb(245 158 11 / 0.5); + border-bottom-color: rgb(245 158 11 / 0.5); +} +.border-y-amber-500\/60{ + border-top-color: rgb(245 158 11 / 0.6); + border-bottom-color: rgb(245 158 11 / 0.6); +} +.border-y-amber-500\/70{ + border-top-color: rgb(245 158 11 / 0.7); + border-bottom-color: rgb(245 158 11 / 0.7); +} +.border-y-amber-500\/75{ + border-top-color: rgb(245 158 11 / 0.75); + border-bottom-color: rgb(245 158 11 / 0.75); +} +.border-y-amber-500\/80{ + border-top-color: rgb(245 158 11 / 0.8); + border-bottom-color: rgb(245 158 11 / 0.8); +} +.border-y-amber-500\/90{ + border-top-color: rgb(245 158 11 / 0.9); + border-bottom-color: rgb(245 158 11 / 0.9); +} +.border-y-amber-500\/95{ + border-top-color: rgb(245 158 11 / 0.95); + border-bottom-color: rgb(245 158 11 / 0.95); +} +.border-y-amber-500\/100{ + border-top-color: rgb(245 158 11 / 1); + border-bottom-color: rgb(245 158 11 / 1); +} +.border-y-amber-600\/0{ + border-top-color: rgb(217 119 6 / 0); + border-bottom-color: rgb(217 119 6 / 0); +} +.border-y-amber-600\/5{ + border-top-color: rgb(217 119 6 / 0.05); + border-bottom-color: rgb(217 119 6 / 0.05); +} +.border-y-amber-600\/10{ + border-top-color: rgb(217 119 6 / 0.1); + border-bottom-color: rgb(217 119 6 / 0.1); +} +.border-y-amber-600\/20{ + border-top-color: rgb(217 119 6 / 0.2); + border-bottom-color: rgb(217 119 6 / 0.2); +} +.border-y-amber-600\/25{ + border-top-color: rgb(217 119 6 / 0.25); + border-bottom-color: rgb(217 119 6 / 0.25); +} +.border-y-amber-600\/30{ + border-top-color: rgb(217 119 6 / 0.3); + border-bottom-color: rgb(217 119 6 / 0.3); +} +.border-y-amber-600\/40{ + border-top-color: rgb(217 119 6 / 0.4); + border-bottom-color: rgb(217 119 6 / 0.4); +} +.border-y-amber-600\/50{ + border-top-color: rgb(217 119 6 / 0.5); + border-bottom-color: rgb(217 119 6 / 0.5); +} +.border-y-amber-600\/60{ + border-top-color: rgb(217 119 6 / 0.6); + border-bottom-color: rgb(217 119 6 / 0.6); +} +.border-y-amber-600\/70{ + border-top-color: rgb(217 119 6 / 0.7); + border-bottom-color: rgb(217 119 6 / 0.7); +} +.border-y-amber-600\/75{ + border-top-color: rgb(217 119 6 / 0.75); + border-bottom-color: rgb(217 119 6 / 0.75); +} +.border-y-amber-600\/80{ + border-top-color: rgb(217 119 6 / 0.8); + border-bottom-color: rgb(217 119 6 / 0.8); +} +.border-y-amber-600\/90{ + border-top-color: rgb(217 119 6 / 0.9); + border-bottom-color: rgb(217 119 6 / 0.9); +} +.border-y-amber-600\/95{ + border-top-color: rgb(217 119 6 / 0.95); + border-bottom-color: rgb(217 119 6 / 0.95); +} +.border-y-amber-600\/100{ + border-top-color: rgb(217 119 6 / 1); + border-bottom-color: rgb(217 119 6 / 1); +} +.border-y-amber-700\/0{ + border-top-color: rgb(180 83 9 / 0); + border-bottom-color: rgb(180 83 9 / 0); +} +.border-y-amber-700\/5{ + border-top-color: rgb(180 83 9 / 0.05); + border-bottom-color: rgb(180 83 9 / 0.05); +} +.border-y-amber-700\/10{ + border-top-color: rgb(180 83 9 / 0.1); + border-bottom-color: rgb(180 83 9 / 0.1); +} +.border-y-amber-700\/20{ + border-top-color: rgb(180 83 9 / 0.2); + border-bottom-color: rgb(180 83 9 / 0.2); +} +.border-y-amber-700\/25{ + border-top-color: rgb(180 83 9 / 0.25); + border-bottom-color: rgb(180 83 9 / 0.25); +} +.border-y-amber-700\/30{ + border-top-color: rgb(180 83 9 / 0.3); + border-bottom-color: rgb(180 83 9 / 0.3); +} +.border-y-amber-700\/40{ + border-top-color: rgb(180 83 9 / 0.4); + border-bottom-color: rgb(180 83 9 / 0.4); +} +.border-y-amber-700\/50{ + border-top-color: rgb(180 83 9 / 0.5); + border-bottom-color: rgb(180 83 9 / 0.5); +} +.border-y-amber-700\/60{ + border-top-color: rgb(180 83 9 / 0.6); + border-bottom-color: rgb(180 83 9 / 0.6); +} +.border-y-amber-700\/70{ + border-top-color: rgb(180 83 9 / 0.7); + border-bottom-color: rgb(180 83 9 / 0.7); +} +.border-y-amber-700\/75{ + border-top-color: rgb(180 83 9 / 0.75); + border-bottom-color: rgb(180 83 9 / 0.75); +} +.border-y-amber-700\/80{ + border-top-color: rgb(180 83 9 / 0.8); + border-bottom-color: rgb(180 83 9 / 0.8); +} +.border-y-amber-700\/90{ + border-top-color: rgb(180 83 9 / 0.9); + border-bottom-color: rgb(180 83 9 / 0.9); +} +.border-y-amber-700\/95{ + border-top-color: rgb(180 83 9 / 0.95); + border-bottom-color: rgb(180 83 9 / 0.95); +} +.border-y-amber-700\/100{ + border-top-color: rgb(180 83 9 / 1); + border-bottom-color: rgb(180 83 9 / 1); +} +.border-y-amber-800\/0{ + border-top-color: rgb(146 64 14 / 0); + border-bottom-color: rgb(146 64 14 / 0); +} +.border-y-amber-800\/5{ + border-top-color: rgb(146 64 14 / 0.05); + border-bottom-color: rgb(146 64 14 / 0.05); +} +.border-y-amber-800\/10{ + border-top-color: rgb(146 64 14 / 0.1); + border-bottom-color: rgb(146 64 14 / 0.1); +} +.border-y-amber-800\/20{ + border-top-color: rgb(146 64 14 / 0.2); + border-bottom-color: rgb(146 64 14 / 0.2); +} +.border-y-amber-800\/25{ + border-top-color: rgb(146 64 14 / 0.25); + border-bottom-color: rgb(146 64 14 / 0.25); +} +.border-y-amber-800\/30{ + border-top-color: rgb(146 64 14 / 0.3); + border-bottom-color: rgb(146 64 14 / 0.3); +} +.border-y-amber-800\/40{ + border-top-color: rgb(146 64 14 / 0.4); + border-bottom-color: rgb(146 64 14 / 0.4); +} +.border-y-amber-800\/50{ + border-top-color: rgb(146 64 14 / 0.5); + border-bottom-color: rgb(146 64 14 / 0.5); +} +.border-y-amber-800\/60{ + border-top-color: rgb(146 64 14 / 0.6); + border-bottom-color: rgb(146 64 14 / 0.6); +} +.border-y-amber-800\/70{ + border-top-color: rgb(146 64 14 / 0.7); + border-bottom-color: rgb(146 64 14 / 0.7); +} +.border-y-amber-800\/75{ + border-top-color: rgb(146 64 14 / 0.75); + border-bottom-color: rgb(146 64 14 / 0.75); +} +.border-y-amber-800\/80{ + border-top-color: rgb(146 64 14 / 0.8); + border-bottom-color: rgb(146 64 14 / 0.8); +} +.border-y-amber-800\/90{ + border-top-color: rgb(146 64 14 / 0.9); + border-bottom-color: rgb(146 64 14 / 0.9); +} +.border-y-amber-800\/95{ + border-top-color: rgb(146 64 14 / 0.95); + border-bottom-color: rgb(146 64 14 / 0.95); +} +.border-y-amber-800\/100{ + border-top-color: rgb(146 64 14 / 1); + border-bottom-color: rgb(146 64 14 / 1); +} +.border-y-amber-900\/0{ + border-top-color: rgb(120 53 15 / 0); + border-bottom-color: rgb(120 53 15 / 0); +} +.border-y-amber-900\/5{ + border-top-color: rgb(120 53 15 / 0.05); + border-bottom-color: rgb(120 53 15 / 0.05); +} +.border-y-amber-900\/10{ + border-top-color: rgb(120 53 15 / 0.1); + border-bottom-color: rgb(120 53 15 / 0.1); +} +.border-y-amber-900\/20{ + border-top-color: rgb(120 53 15 / 0.2); + border-bottom-color: rgb(120 53 15 / 0.2); +} +.border-y-amber-900\/25{ + border-top-color: rgb(120 53 15 / 0.25); + border-bottom-color: rgb(120 53 15 / 0.25); +} +.border-y-amber-900\/30{ + border-top-color: rgb(120 53 15 / 0.3); + border-bottom-color: rgb(120 53 15 / 0.3); +} +.border-y-amber-900\/40{ + border-top-color: rgb(120 53 15 / 0.4); + border-bottom-color: rgb(120 53 15 / 0.4); +} +.border-y-amber-900\/50{ + border-top-color: rgb(120 53 15 / 0.5); + border-bottom-color: rgb(120 53 15 / 0.5); +} +.border-y-amber-900\/60{ + border-top-color: rgb(120 53 15 / 0.6); + border-bottom-color: rgb(120 53 15 / 0.6); +} +.border-y-amber-900\/70{ + border-top-color: rgb(120 53 15 / 0.7); + border-bottom-color: rgb(120 53 15 / 0.7); +} +.border-y-amber-900\/75{ + border-top-color: rgb(120 53 15 / 0.75); + border-bottom-color: rgb(120 53 15 / 0.75); +} +.border-y-amber-900\/80{ + border-top-color: rgb(120 53 15 / 0.8); + border-bottom-color: rgb(120 53 15 / 0.8); +} +.border-y-amber-900\/90{ + border-top-color: rgb(120 53 15 / 0.9); + border-bottom-color: rgb(120 53 15 / 0.9); +} +.border-y-amber-900\/95{ + border-top-color: rgb(120 53 15 / 0.95); + border-bottom-color: rgb(120 53 15 / 0.95); +} +.border-y-amber-900\/100{ + border-top-color: rgb(120 53 15 / 1); + border-bottom-color: rgb(120 53 15 / 1); +} +.border-y-yellow-50\/0{ + border-top-color: rgb(253 253 234 / 0); + border-bottom-color: rgb(253 253 234 / 0); +} +.border-y-yellow-50\/5{ + border-top-color: rgb(253 253 234 / 0.05); + border-bottom-color: rgb(253 253 234 / 0.05); +} +.border-y-yellow-50\/10{ + border-top-color: rgb(253 253 234 / 0.1); + border-bottom-color: rgb(253 253 234 / 0.1); +} +.border-y-yellow-50\/20{ + border-top-color: rgb(253 253 234 / 0.2); + border-bottom-color: rgb(253 253 234 / 0.2); +} +.border-y-yellow-50\/25{ + border-top-color: rgb(253 253 234 / 0.25); + border-bottom-color: rgb(253 253 234 / 0.25); +} +.border-y-yellow-50\/30{ + border-top-color: rgb(253 253 234 / 0.3); + border-bottom-color: rgb(253 253 234 / 0.3); +} +.border-y-yellow-50\/40{ + border-top-color: rgb(253 253 234 / 0.4); + border-bottom-color: rgb(253 253 234 / 0.4); +} +.border-y-yellow-50\/50{ + border-top-color: rgb(253 253 234 / 0.5); + border-bottom-color: rgb(253 253 234 / 0.5); +} +.border-y-yellow-50\/60{ + border-top-color: rgb(253 253 234 / 0.6); + border-bottom-color: rgb(253 253 234 / 0.6); +} +.border-y-yellow-50\/70{ + border-top-color: rgb(253 253 234 / 0.7); + border-bottom-color: rgb(253 253 234 / 0.7); +} +.border-y-yellow-50\/75{ + border-top-color: rgb(253 253 234 / 0.75); + border-bottom-color: rgb(253 253 234 / 0.75); +} +.border-y-yellow-50\/80{ + border-top-color: rgb(253 253 234 / 0.8); + border-bottom-color: rgb(253 253 234 / 0.8); +} +.border-y-yellow-50\/90{ + border-top-color: rgb(253 253 234 / 0.9); + border-bottom-color: rgb(253 253 234 / 0.9); +} +.border-y-yellow-50\/95{ + border-top-color: rgb(253 253 234 / 0.95); + border-bottom-color: rgb(253 253 234 / 0.95); +} +.border-y-yellow-50\/100{ + border-top-color: rgb(253 253 234 / 1); + border-bottom-color: rgb(253 253 234 / 1); +} +.border-y-yellow-100\/0{ + border-top-color: rgb(253 246 178 / 0); + border-bottom-color: rgb(253 246 178 / 0); +} +.border-y-yellow-100\/5{ + border-top-color: rgb(253 246 178 / 0.05); + border-bottom-color: rgb(253 246 178 / 0.05); +} +.border-y-yellow-100\/10{ + border-top-color: rgb(253 246 178 / 0.1); + border-bottom-color: rgb(253 246 178 / 0.1); +} +.border-y-yellow-100\/20{ + border-top-color: rgb(253 246 178 / 0.2); + border-bottom-color: rgb(253 246 178 / 0.2); +} +.border-y-yellow-100\/25{ + border-top-color: rgb(253 246 178 / 0.25); + border-bottom-color: rgb(253 246 178 / 0.25); +} +.border-y-yellow-100\/30{ + border-top-color: rgb(253 246 178 / 0.3); + border-bottom-color: rgb(253 246 178 / 0.3); +} +.border-y-yellow-100\/40{ + border-top-color: rgb(253 246 178 / 0.4); + border-bottom-color: rgb(253 246 178 / 0.4); +} +.border-y-yellow-100\/50{ + border-top-color: rgb(253 246 178 / 0.5); + border-bottom-color: rgb(253 246 178 / 0.5); +} +.border-y-yellow-100\/60{ + border-top-color: rgb(253 246 178 / 0.6); + border-bottom-color: rgb(253 246 178 / 0.6); +} +.border-y-yellow-100\/70{ + border-top-color: rgb(253 246 178 / 0.7); + border-bottom-color: rgb(253 246 178 / 0.7); +} +.border-y-yellow-100\/75{ + border-top-color: rgb(253 246 178 / 0.75); + border-bottom-color: rgb(253 246 178 / 0.75); +} +.border-y-yellow-100\/80{ + border-top-color: rgb(253 246 178 / 0.8); + border-bottom-color: rgb(253 246 178 / 0.8); +} +.border-y-yellow-100\/90{ + border-top-color: rgb(253 246 178 / 0.9); + border-bottom-color: rgb(253 246 178 / 0.9); +} +.border-y-yellow-100\/95{ + border-top-color: rgb(253 246 178 / 0.95); + border-bottom-color: rgb(253 246 178 / 0.95); +} +.border-y-yellow-100\/100{ + border-top-color: rgb(253 246 178 / 1); + border-bottom-color: rgb(253 246 178 / 1); +} +.border-y-yellow-200\/0{ + border-top-color: rgb(252 233 106 / 0); + border-bottom-color: rgb(252 233 106 / 0); +} +.border-y-yellow-200\/5{ + border-top-color: rgb(252 233 106 / 0.05); + border-bottom-color: rgb(252 233 106 / 0.05); +} +.border-y-yellow-200\/10{ + border-top-color: rgb(252 233 106 / 0.1); + border-bottom-color: rgb(252 233 106 / 0.1); +} +.border-y-yellow-200\/20{ + border-top-color: rgb(252 233 106 / 0.2); + border-bottom-color: rgb(252 233 106 / 0.2); +} +.border-y-yellow-200\/25{ + border-top-color: rgb(252 233 106 / 0.25); + border-bottom-color: rgb(252 233 106 / 0.25); +} +.border-y-yellow-200\/30{ + border-top-color: rgb(252 233 106 / 0.3); + border-bottom-color: rgb(252 233 106 / 0.3); +} +.border-y-yellow-200\/40{ + border-top-color: rgb(252 233 106 / 0.4); + border-bottom-color: rgb(252 233 106 / 0.4); +} +.border-y-yellow-200\/50{ + border-top-color: rgb(252 233 106 / 0.5); + border-bottom-color: rgb(252 233 106 / 0.5); +} +.border-y-yellow-200\/60{ + border-top-color: rgb(252 233 106 / 0.6); + border-bottom-color: rgb(252 233 106 / 0.6); +} +.border-y-yellow-200\/70{ + border-top-color: rgb(252 233 106 / 0.7); + border-bottom-color: rgb(252 233 106 / 0.7); +} +.border-y-yellow-200\/75{ + border-top-color: rgb(252 233 106 / 0.75); + border-bottom-color: rgb(252 233 106 / 0.75); +} +.border-y-yellow-200\/80{ + border-top-color: rgb(252 233 106 / 0.8); + border-bottom-color: rgb(252 233 106 / 0.8); +} +.border-y-yellow-200\/90{ + border-top-color: rgb(252 233 106 / 0.9); + border-bottom-color: rgb(252 233 106 / 0.9); +} +.border-y-yellow-200\/95{ + border-top-color: rgb(252 233 106 / 0.95); + border-bottom-color: rgb(252 233 106 / 0.95); +} +.border-y-yellow-200\/100{ + border-top-color: rgb(252 233 106 / 1); + border-bottom-color: rgb(252 233 106 / 1); +} +.border-y-yellow-300\/0{ + border-top-color: rgb(250 202 21 / 0); + border-bottom-color: rgb(250 202 21 / 0); +} +.border-y-yellow-300\/5{ + border-top-color: rgb(250 202 21 / 0.05); + border-bottom-color: rgb(250 202 21 / 0.05); +} +.border-y-yellow-300\/10{ + border-top-color: rgb(250 202 21 / 0.1); + border-bottom-color: rgb(250 202 21 / 0.1); +} +.border-y-yellow-300\/20{ + border-top-color: rgb(250 202 21 / 0.2); + border-bottom-color: rgb(250 202 21 / 0.2); +} +.border-y-yellow-300\/25{ + border-top-color: rgb(250 202 21 / 0.25); + border-bottom-color: rgb(250 202 21 / 0.25); +} +.border-y-yellow-300\/30{ + border-top-color: rgb(250 202 21 / 0.3); + border-bottom-color: rgb(250 202 21 / 0.3); +} +.border-y-yellow-300\/40{ + border-top-color: rgb(250 202 21 / 0.4); + border-bottom-color: rgb(250 202 21 / 0.4); +} +.border-y-yellow-300\/50{ + border-top-color: rgb(250 202 21 / 0.5); + border-bottom-color: rgb(250 202 21 / 0.5); +} +.border-y-yellow-300\/60{ + border-top-color: rgb(250 202 21 / 0.6); + border-bottom-color: rgb(250 202 21 / 0.6); +} +.border-y-yellow-300\/70{ + border-top-color: rgb(250 202 21 / 0.7); + border-bottom-color: rgb(250 202 21 / 0.7); +} +.border-y-yellow-300\/75{ + border-top-color: rgb(250 202 21 / 0.75); + border-bottom-color: rgb(250 202 21 / 0.75); +} +.border-y-yellow-300\/80{ + border-top-color: rgb(250 202 21 / 0.8); + border-bottom-color: rgb(250 202 21 / 0.8); +} +.border-y-yellow-300\/90{ + border-top-color: rgb(250 202 21 / 0.9); + border-bottom-color: rgb(250 202 21 / 0.9); +} +.border-y-yellow-300\/95{ + border-top-color: rgb(250 202 21 / 0.95); + border-bottom-color: rgb(250 202 21 / 0.95); +} +.border-y-yellow-300\/100{ + border-top-color: rgb(250 202 21 / 1); + border-bottom-color: rgb(250 202 21 / 1); +} +.border-y-yellow-400\/0{ + border-top-color: rgb(227 160 8 / 0); + border-bottom-color: rgb(227 160 8 / 0); +} +.border-y-yellow-400\/5{ + border-top-color: rgb(227 160 8 / 0.05); + border-bottom-color: rgb(227 160 8 / 0.05); +} +.border-y-yellow-400\/10{ + border-top-color: rgb(227 160 8 / 0.1); + border-bottom-color: rgb(227 160 8 / 0.1); +} +.border-y-yellow-400\/20{ + border-top-color: rgb(227 160 8 / 0.2); + border-bottom-color: rgb(227 160 8 / 0.2); +} +.border-y-yellow-400\/25{ + border-top-color: rgb(227 160 8 / 0.25); + border-bottom-color: rgb(227 160 8 / 0.25); +} +.border-y-yellow-400\/30{ + border-top-color: rgb(227 160 8 / 0.3); + border-bottom-color: rgb(227 160 8 / 0.3); +} +.border-y-yellow-400\/40{ + border-top-color: rgb(227 160 8 / 0.4); + border-bottom-color: rgb(227 160 8 / 0.4); +} +.border-y-yellow-400\/50{ + border-top-color: rgb(227 160 8 / 0.5); + border-bottom-color: rgb(227 160 8 / 0.5); +} +.border-y-yellow-400\/60{ + border-top-color: rgb(227 160 8 / 0.6); + border-bottom-color: rgb(227 160 8 / 0.6); +} +.border-y-yellow-400\/70{ + border-top-color: rgb(227 160 8 / 0.7); + border-bottom-color: rgb(227 160 8 / 0.7); +} +.border-y-yellow-400\/75{ + border-top-color: rgb(227 160 8 / 0.75); + border-bottom-color: rgb(227 160 8 / 0.75); +} +.border-y-yellow-400\/80{ + border-top-color: rgb(227 160 8 / 0.8); + border-bottom-color: rgb(227 160 8 / 0.8); +} +.border-y-yellow-400\/90{ + border-top-color: rgb(227 160 8 / 0.9); + border-bottom-color: rgb(227 160 8 / 0.9); +} +.border-y-yellow-400\/95{ + border-top-color: rgb(227 160 8 / 0.95); + border-bottom-color: rgb(227 160 8 / 0.95); +} +.border-y-yellow-400\/100{ + border-top-color: rgb(227 160 8 / 1); + border-bottom-color: rgb(227 160 8 / 1); +} +.border-y-yellow-500\/0{ + border-top-color: rgb(194 120 3 / 0); + border-bottom-color: rgb(194 120 3 / 0); +} +.border-y-yellow-500\/5{ + border-top-color: rgb(194 120 3 / 0.05); + border-bottom-color: rgb(194 120 3 / 0.05); +} +.border-y-yellow-500\/10{ + border-top-color: rgb(194 120 3 / 0.1); + border-bottom-color: rgb(194 120 3 / 0.1); +} +.border-y-yellow-500\/20{ + border-top-color: rgb(194 120 3 / 0.2); + border-bottom-color: rgb(194 120 3 / 0.2); +} +.border-y-yellow-500\/25{ + border-top-color: rgb(194 120 3 / 0.25); + border-bottom-color: rgb(194 120 3 / 0.25); +} +.border-y-yellow-500\/30{ + border-top-color: rgb(194 120 3 / 0.3); + border-bottom-color: rgb(194 120 3 / 0.3); +} +.border-y-yellow-500\/40{ + border-top-color: rgb(194 120 3 / 0.4); + border-bottom-color: rgb(194 120 3 / 0.4); +} +.border-y-yellow-500\/50{ + border-top-color: rgb(194 120 3 / 0.5); + border-bottom-color: rgb(194 120 3 / 0.5); +} +.border-y-yellow-500\/60{ + border-top-color: rgb(194 120 3 / 0.6); + border-bottom-color: rgb(194 120 3 / 0.6); +} +.border-y-yellow-500\/70{ + border-top-color: rgb(194 120 3 / 0.7); + border-bottom-color: rgb(194 120 3 / 0.7); +} +.border-y-yellow-500\/75{ + border-top-color: rgb(194 120 3 / 0.75); + border-bottom-color: rgb(194 120 3 / 0.75); +} +.border-y-yellow-500\/80{ + border-top-color: rgb(194 120 3 / 0.8); + border-bottom-color: rgb(194 120 3 / 0.8); +} +.border-y-yellow-500\/90{ + border-top-color: rgb(194 120 3 / 0.9); + border-bottom-color: rgb(194 120 3 / 0.9); +} +.border-y-yellow-500\/95{ + border-top-color: rgb(194 120 3 / 0.95); + border-bottom-color: rgb(194 120 3 / 0.95); +} +.border-y-yellow-500\/100{ + border-top-color: rgb(194 120 3 / 1); + border-bottom-color: rgb(194 120 3 / 1); +} +.border-y-yellow-600\/0{ + border-top-color: rgb(159 88 10 / 0); + border-bottom-color: rgb(159 88 10 / 0); +} +.border-y-yellow-600\/5{ + border-top-color: rgb(159 88 10 / 0.05); + border-bottom-color: rgb(159 88 10 / 0.05); +} +.border-y-yellow-600\/10{ + border-top-color: rgb(159 88 10 / 0.1); + border-bottom-color: rgb(159 88 10 / 0.1); +} +.border-y-yellow-600\/20{ + border-top-color: rgb(159 88 10 / 0.2); + border-bottom-color: rgb(159 88 10 / 0.2); +} +.border-y-yellow-600\/25{ + border-top-color: rgb(159 88 10 / 0.25); + border-bottom-color: rgb(159 88 10 / 0.25); +} +.border-y-yellow-600\/30{ + border-top-color: rgb(159 88 10 / 0.3); + border-bottom-color: rgb(159 88 10 / 0.3); +} +.border-y-yellow-600\/40{ + border-top-color: rgb(159 88 10 / 0.4); + border-bottom-color: rgb(159 88 10 / 0.4); +} +.border-y-yellow-600\/50{ + border-top-color: rgb(159 88 10 / 0.5); + border-bottom-color: rgb(159 88 10 / 0.5); +} +.border-y-yellow-600\/60{ + border-top-color: rgb(159 88 10 / 0.6); + border-bottom-color: rgb(159 88 10 / 0.6); +} +.border-y-yellow-600\/70{ + border-top-color: rgb(159 88 10 / 0.7); + border-bottom-color: rgb(159 88 10 / 0.7); +} +.border-y-yellow-600\/75{ + border-top-color: rgb(159 88 10 / 0.75); + border-bottom-color: rgb(159 88 10 / 0.75); +} +.border-y-yellow-600\/80{ + border-top-color: rgb(159 88 10 / 0.8); + border-bottom-color: rgb(159 88 10 / 0.8); +} +.border-y-yellow-600\/90{ + border-top-color: rgb(159 88 10 / 0.9); + border-bottom-color: rgb(159 88 10 / 0.9); +} +.border-y-yellow-600\/95{ + border-top-color: rgb(159 88 10 / 0.95); + border-bottom-color: rgb(159 88 10 / 0.95); +} +.border-y-yellow-600\/100{ + border-top-color: rgb(159 88 10 / 1); + border-bottom-color: rgb(159 88 10 / 1); +} +.border-y-yellow-700\/0{ + border-top-color: rgb(142 75 16 / 0); + border-bottom-color: rgb(142 75 16 / 0); +} +.border-y-yellow-700\/5{ + border-top-color: rgb(142 75 16 / 0.05); + border-bottom-color: rgb(142 75 16 / 0.05); +} +.border-y-yellow-700\/10{ + border-top-color: rgb(142 75 16 / 0.1); + border-bottom-color: rgb(142 75 16 / 0.1); +} +.border-y-yellow-700\/20{ + border-top-color: rgb(142 75 16 / 0.2); + border-bottom-color: rgb(142 75 16 / 0.2); +} +.border-y-yellow-700\/25{ + border-top-color: rgb(142 75 16 / 0.25); + border-bottom-color: rgb(142 75 16 / 0.25); +} +.border-y-yellow-700\/30{ + border-top-color: rgb(142 75 16 / 0.3); + border-bottom-color: rgb(142 75 16 / 0.3); +} +.border-y-yellow-700\/40{ + border-top-color: rgb(142 75 16 / 0.4); + border-bottom-color: rgb(142 75 16 / 0.4); +} +.border-y-yellow-700\/50{ + border-top-color: rgb(142 75 16 / 0.5); + border-bottom-color: rgb(142 75 16 / 0.5); +} +.border-y-yellow-700\/60{ + border-top-color: rgb(142 75 16 / 0.6); + border-bottom-color: rgb(142 75 16 / 0.6); +} +.border-y-yellow-700\/70{ + border-top-color: rgb(142 75 16 / 0.7); + border-bottom-color: rgb(142 75 16 / 0.7); +} +.border-y-yellow-700\/75{ + border-top-color: rgb(142 75 16 / 0.75); + border-bottom-color: rgb(142 75 16 / 0.75); +} +.border-y-yellow-700\/80{ + border-top-color: rgb(142 75 16 / 0.8); + border-bottom-color: rgb(142 75 16 / 0.8); +} +.border-y-yellow-700\/90{ + border-top-color: rgb(142 75 16 / 0.9); + border-bottom-color: rgb(142 75 16 / 0.9); +} +.border-y-yellow-700\/95{ + border-top-color: rgb(142 75 16 / 0.95); + border-bottom-color: rgb(142 75 16 / 0.95); +} +.border-y-yellow-700\/100{ + border-top-color: rgb(142 75 16 / 1); + border-bottom-color: rgb(142 75 16 / 1); +} +.border-y-yellow-800\/0{ + border-top-color: rgb(114 59 19 / 0); + border-bottom-color: rgb(114 59 19 / 0); +} +.border-y-yellow-800\/5{ + border-top-color: rgb(114 59 19 / 0.05); + border-bottom-color: rgb(114 59 19 / 0.05); +} +.border-y-yellow-800\/10{ + border-top-color: rgb(114 59 19 / 0.1); + border-bottom-color: rgb(114 59 19 / 0.1); +} +.border-y-yellow-800\/20{ + border-top-color: rgb(114 59 19 / 0.2); + border-bottom-color: rgb(114 59 19 / 0.2); +} +.border-y-yellow-800\/25{ + border-top-color: rgb(114 59 19 / 0.25); + border-bottom-color: rgb(114 59 19 / 0.25); +} +.border-y-yellow-800\/30{ + border-top-color: rgb(114 59 19 / 0.3); + border-bottom-color: rgb(114 59 19 / 0.3); +} +.border-y-yellow-800\/40{ + border-top-color: rgb(114 59 19 / 0.4); + border-bottom-color: rgb(114 59 19 / 0.4); +} +.border-y-yellow-800\/50{ + border-top-color: rgb(114 59 19 / 0.5); + border-bottom-color: rgb(114 59 19 / 0.5); +} +.border-y-yellow-800\/60{ + border-top-color: rgb(114 59 19 / 0.6); + border-bottom-color: rgb(114 59 19 / 0.6); +} +.border-y-yellow-800\/70{ + border-top-color: rgb(114 59 19 / 0.7); + border-bottom-color: rgb(114 59 19 / 0.7); +} +.border-y-yellow-800\/75{ + border-top-color: rgb(114 59 19 / 0.75); + border-bottom-color: rgb(114 59 19 / 0.75); +} +.border-y-yellow-800\/80{ + border-top-color: rgb(114 59 19 / 0.8); + border-bottom-color: rgb(114 59 19 / 0.8); +} +.border-y-yellow-800\/90{ + border-top-color: rgb(114 59 19 / 0.9); + border-bottom-color: rgb(114 59 19 / 0.9); +} +.border-y-yellow-800\/95{ + border-top-color: rgb(114 59 19 / 0.95); + border-bottom-color: rgb(114 59 19 / 0.95); +} +.border-y-yellow-800\/100{ + border-top-color: rgb(114 59 19 / 1); + border-bottom-color: rgb(114 59 19 / 1); +} +.border-y-yellow-900\/0{ + border-top-color: rgb(99 49 18 / 0); + border-bottom-color: rgb(99 49 18 / 0); +} +.border-y-yellow-900\/5{ + border-top-color: rgb(99 49 18 / 0.05); + border-bottom-color: rgb(99 49 18 / 0.05); +} +.border-y-yellow-900\/10{ + border-top-color: rgb(99 49 18 / 0.1); + border-bottom-color: rgb(99 49 18 / 0.1); +} +.border-y-yellow-900\/20{ + border-top-color: rgb(99 49 18 / 0.2); + border-bottom-color: rgb(99 49 18 / 0.2); +} +.border-y-yellow-900\/25{ + border-top-color: rgb(99 49 18 / 0.25); + border-bottom-color: rgb(99 49 18 / 0.25); +} +.border-y-yellow-900\/30{ + border-top-color: rgb(99 49 18 / 0.3); + border-bottom-color: rgb(99 49 18 / 0.3); +} +.border-y-yellow-900\/40{ + border-top-color: rgb(99 49 18 / 0.4); + border-bottom-color: rgb(99 49 18 / 0.4); +} +.border-y-yellow-900\/50{ + border-top-color: rgb(99 49 18 / 0.5); + border-bottom-color: rgb(99 49 18 / 0.5); +} +.border-y-yellow-900\/60{ + border-top-color: rgb(99 49 18 / 0.6); + border-bottom-color: rgb(99 49 18 / 0.6); +} +.border-y-yellow-900\/70{ + border-top-color: rgb(99 49 18 / 0.7); + border-bottom-color: rgb(99 49 18 / 0.7); +} +.border-y-yellow-900\/75{ + border-top-color: rgb(99 49 18 / 0.75); + border-bottom-color: rgb(99 49 18 / 0.75); +} +.border-y-yellow-900\/80{ + border-top-color: rgb(99 49 18 / 0.8); + border-bottom-color: rgb(99 49 18 / 0.8); +} +.border-y-yellow-900\/90{ + border-top-color: rgb(99 49 18 / 0.9); + border-bottom-color: rgb(99 49 18 / 0.9); +} +.border-y-yellow-900\/95{ + border-top-color: rgb(99 49 18 / 0.95); + border-bottom-color: rgb(99 49 18 / 0.95); +} +.border-y-yellow-900\/100{ + border-top-color: rgb(99 49 18 / 1); + border-bottom-color: rgb(99 49 18 / 1); +} +.border-y-lime-50\/0{ + border-top-color: rgb(247 254 231 / 0); + border-bottom-color: rgb(247 254 231 / 0); +} +.border-y-lime-50\/5{ + border-top-color: rgb(247 254 231 / 0.05); + border-bottom-color: rgb(247 254 231 / 0.05); +} +.border-y-lime-50\/10{ + border-top-color: rgb(247 254 231 / 0.1); + border-bottom-color: rgb(247 254 231 / 0.1); +} +.border-y-lime-50\/20{ + border-top-color: rgb(247 254 231 / 0.2); + border-bottom-color: rgb(247 254 231 / 0.2); +} +.border-y-lime-50\/25{ + border-top-color: rgb(247 254 231 / 0.25); + border-bottom-color: rgb(247 254 231 / 0.25); +} +.border-y-lime-50\/30{ + border-top-color: rgb(247 254 231 / 0.3); + border-bottom-color: rgb(247 254 231 / 0.3); +} +.border-y-lime-50\/40{ + border-top-color: rgb(247 254 231 / 0.4); + border-bottom-color: rgb(247 254 231 / 0.4); +} +.border-y-lime-50\/50{ + border-top-color: rgb(247 254 231 / 0.5); + border-bottom-color: rgb(247 254 231 / 0.5); +} +.border-y-lime-50\/60{ + border-top-color: rgb(247 254 231 / 0.6); + border-bottom-color: rgb(247 254 231 / 0.6); +} +.border-y-lime-50\/70{ + border-top-color: rgb(247 254 231 / 0.7); + border-bottom-color: rgb(247 254 231 / 0.7); +} +.border-y-lime-50\/75{ + border-top-color: rgb(247 254 231 / 0.75); + border-bottom-color: rgb(247 254 231 / 0.75); +} +.border-y-lime-50\/80{ + border-top-color: rgb(247 254 231 / 0.8); + border-bottom-color: rgb(247 254 231 / 0.8); +} +.border-y-lime-50\/90{ + border-top-color: rgb(247 254 231 / 0.9); + border-bottom-color: rgb(247 254 231 / 0.9); +} +.border-y-lime-50\/95{ + border-top-color: rgb(247 254 231 / 0.95); + border-bottom-color: rgb(247 254 231 / 0.95); +} +.border-y-lime-50\/100{ + border-top-color: rgb(247 254 231 / 1); + border-bottom-color: rgb(247 254 231 / 1); +} +.border-y-lime-100\/0{ + border-top-color: rgb(236 252 203 / 0); + border-bottom-color: rgb(236 252 203 / 0); +} +.border-y-lime-100\/5{ + border-top-color: rgb(236 252 203 / 0.05); + border-bottom-color: rgb(236 252 203 / 0.05); +} +.border-y-lime-100\/10{ + border-top-color: rgb(236 252 203 / 0.1); + border-bottom-color: rgb(236 252 203 / 0.1); +} +.border-y-lime-100\/20{ + border-top-color: rgb(236 252 203 / 0.2); + border-bottom-color: rgb(236 252 203 / 0.2); +} +.border-y-lime-100\/25{ + border-top-color: rgb(236 252 203 / 0.25); + border-bottom-color: rgb(236 252 203 / 0.25); +} +.border-y-lime-100\/30{ + border-top-color: rgb(236 252 203 / 0.3); + border-bottom-color: rgb(236 252 203 / 0.3); +} +.border-y-lime-100\/40{ + border-top-color: rgb(236 252 203 / 0.4); + border-bottom-color: rgb(236 252 203 / 0.4); +} +.border-y-lime-100\/50{ + border-top-color: rgb(236 252 203 / 0.5); + border-bottom-color: rgb(236 252 203 / 0.5); +} +.border-y-lime-100\/60{ + border-top-color: rgb(236 252 203 / 0.6); + border-bottom-color: rgb(236 252 203 / 0.6); +} +.border-y-lime-100\/70{ + border-top-color: rgb(236 252 203 / 0.7); + border-bottom-color: rgb(236 252 203 / 0.7); +} +.border-y-lime-100\/75{ + border-top-color: rgb(236 252 203 / 0.75); + border-bottom-color: rgb(236 252 203 / 0.75); +} +.border-y-lime-100\/80{ + border-top-color: rgb(236 252 203 / 0.8); + border-bottom-color: rgb(236 252 203 / 0.8); +} +.border-y-lime-100\/90{ + border-top-color: rgb(236 252 203 / 0.9); + border-bottom-color: rgb(236 252 203 / 0.9); +} +.border-y-lime-100\/95{ + border-top-color: rgb(236 252 203 / 0.95); + border-bottom-color: rgb(236 252 203 / 0.95); +} +.border-y-lime-100\/100{ + border-top-color: rgb(236 252 203 / 1); + border-bottom-color: rgb(236 252 203 / 1); +} +.border-y-lime-200\/0{ + border-top-color: rgb(217 249 157 / 0); + border-bottom-color: rgb(217 249 157 / 0); +} +.border-y-lime-200\/5{ + border-top-color: rgb(217 249 157 / 0.05); + border-bottom-color: rgb(217 249 157 / 0.05); +} +.border-y-lime-200\/10{ + border-top-color: rgb(217 249 157 / 0.1); + border-bottom-color: rgb(217 249 157 / 0.1); +} +.border-y-lime-200\/20{ + border-top-color: rgb(217 249 157 / 0.2); + border-bottom-color: rgb(217 249 157 / 0.2); +} +.border-y-lime-200\/25{ + border-top-color: rgb(217 249 157 / 0.25); + border-bottom-color: rgb(217 249 157 / 0.25); +} +.border-y-lime-200\/30{ + border-top-color: rgb(217 249 157 / 0.3); + border-bottom-color: rgb(217 249 157 / 0.3); +} +.border-y-lime-200\/40{ + border-top-color: rgb(217 249 157 / 0.4); + border-bottom-color: rgb(217 249 157 / 0.4); +} +.border-y-lime-200\/50{ + border-top-color: rgb(217 249 157 / 0.5); + border-bottom-color: rgb(217 249 157 / 0.5); +} +.border-y-lime-200\/60{ + border-top-color: rgb(217 249 157 / 0.6); + border-bottom-color: rgb(217 249 157 / 0.6); +} +.border-y-lime-200\/70{ + border-top-color: rgb(217 249 157 / 0.7); + border-bottom-color: rgb(217 249 157 / 0.7); +} +.border-y-lime-200\/75{ + border-top-color: rgb(217 249 157 / 0.75); + border-bottom-color: rgb(217 249 157 / 0.75); +} +.border-y-lime-200\/80{ + border-top-color: rgb(217 249 157 / 0.8); + border-bottom-color: rgb(217 249 157 / 0.8); +} +.border-y-lime-200\/90{ + border-top-color: rgb(217 249 157 / 0.9); + border-bottom-color: rgb(217 249 157 / 0.9); +} +.border-y-lime-200\/95{ + border-top-color: rgb(217 249 157 / 0.95); + border-bottom-color: rgb(217 249 157 / 0.95); +} +.border-y-lime-200\/100{ + border-top-color: rgb(217 249 157 / 1); + border-bottom-color: rgb(217 249 157 / 1); +} +.border-y-lime-300\/0{ + border-top-color: rgb(190 242 100 / 0); + border-bottom-color: rgb(190 242 100 / 0); +} +.border-y-lime-300\/5{ + border-top-color: rgb(190 242 100 / 0.05); + border-bottom-color: rgb(190 242 100 / 0.05); +} +.border-y-lime-300\/10{ + border-top-color: rgb(190 242 100 / 0.1); + border-bottom-color: rgb(190 242 100 / 0.1); +} +.border-y-lime-300\/20{ + border-top-color: rgb(190 242 100 / 0.2); + border-bottom-color: rgb(190 242 100 / 0.2); +} +.border-y-lime-300\/25{ + border-top-color: rgb(190 242 100 / 0.25); + border-bottom-color: rgb(190 242 100 / 0.25); +} +.border-y-lime-300\/30{ + border-top-color: rgb(190 242 100 / 0.3); + border-bottom-color: rgb(190 242 100 / 0.3); +} +.border-y-lime-300\/40{ + border-top-color: rgb(190 242 100 / 0.4); + border-bottom-color: rgb(190 242 100 / 0.4); +} +.border-y-lime-300\/50{ + border-top-color: rgb(190 242 100 / 0.5); + border-bottom-color: rgb(190 242 100 / 0.5); +} +.border-y-lime-300\/60{ + border-top-color: rgb(190 242 100 / 0.6); + border-bottom-color: rgb(190 242 100 / 0.6); +} +.border-y-lime-300\/70{ + border-top-color: rgb(190 242 100 / 0.7); + border-bottom-color: rgb(190 242 100 / 0.7); +} +.border-y-lime-300\/75{ + border-top-color: rgb(190 242 100 / 0.75); + border-bottom-color: rgb(190 242 100 / 0.75); +} +.border-y-lime-300\/80{ + border-top-color: rgb(190 242 100 / 0.8); + border-bottom-color: rgb(190 242 100 / 0.8); +} +.border-y-lime-300\/90{ + border-top-color: rgb(190 242 100 / 0.9); + border-bottom-color: rgb(190 242 100 / 0.9); +} +.border-y-lime-300\/95{ + border-top-color: rgb(190 242 100 / 0.95); + border-bottom-color: rgb(190 242 100 / 0.95); +} +.border-y-lime-300\/100{ + border-top-color: rgb(190 242 100 / 1); + border-bottom-color: rgb(190 242 100 / 1); +} +.border-y-lime-400\/0{ + border-top-color: rgb(163 230 53 / 0); + border-bottom-color: rgb(163 230 53 / 0); +} +.border-y-lime-400\/5{ + border-top-color: rgb(163 230 53 / 0.05); + border-bottom-color: rgb(163 230 53 / 0.05); +} +.border-y-lime-400\/10{ + border-top-color: rgb(163 230 53 / 0.1); + border-bottom-color: rgb(163 230 53 / 0.1); +} +.border-y-lime-400\/20{ + border-top-color: rgb(163 230 53 / 0.2); + border-bottom-color: rgb(163 230 53 / 0.2); +} +.border-y-lime-400\/25{ + border-top-color: rgb(163 230 53 / 0.25); + border-bottom-color: rgb(163 230 53 / 0.25); +} +.border-y-lime-400\/30{ + border-top-color: rgb(163 230 53 / 0.3); + border-bottom-color: rgb(163 230 53 / 0.3); +} +.border-y-lime-400\/40{ + border-top-color: rgb(163 230 53 / 0.4); + border-bottom-color: rgb(163 230 53 / 0.4); +} +.border-y-lime-400\/50{ + border-top-color: rgb(163 230 53 / 0.5); + border-bottom-color: rgb(163 230 53 / 0.5); +} +.border-y-lime-400\/60{ + border-top-color: rgb(163 230 53 / 0.6); + border-bottom-color: rgb(163 230 53 / 0.6); +} +.border-y-lime-400\/70{ + border-top-color: rgb(163 230 53 / 0.7); + border-bottom-color: rgb(163 230 53 / 0.7); +} +.border-y-lime-400\/75{ + border-top-color: rgb(163 230 53 / 0.75); + border-bottom-color: rgb(163 230 53 / 0.75); +} +.border-y-lime-400\/80{ + border-top-color: rgb(163 230 53 / 0.8); + border-bottom-color: rgb(163 230 53 / 0.8); +} +.border-y-lime-400\/90{ + border-top-color: rgb(163 230 53 / 0.9); + border-bottom-color: rgb(163 230 53 / 0.9); +} +.border-y-lime-400\/95{ + border-top-color: rgb(163 230 53 / 0.95); + border-bottom-color: rgb(163 230 53 / 0.95); +} +.border-y-lime-400\/100{ + border-top-color: rgb(163 230 53 / 1); + border-bottom-color: rgb(163 230 53 / 1); +} +.border-y-lime-500\/0{ + border-top-color: rgb(132 204 22 / 0); + border-bottom-color: rgb(132 204 22 / 0); +} +.border-y-lime-500\/5{ + border-top-color: rgb(132 204 22 / 0.05); + border-bottom-color: rgb(132 204 22 / 0.05); +} +.border-y-lime-500\/10{ + border-top-color: rgb(132 204 22 / 0.1); + border-bottom-color: rgb(132 204 22 / 0.1); +} +.border-y-lime-500\/20{ + border-top-color: rgb(132 204 22 / 0.2); + border-bottom-color: rgb(132 204 22 / 0.2); +} +.border-y-lime-500\/25{ + border-top-color: rgb(132 204 22 / 0.25); + border-bottom-color: rgb(132 204 22 / 0.25); +} +.border-y-lime-500\/30{ + border-top-color: rgb(132 204 22 / 0.3); + border-bottom-color: rgb(132 204 22 / 0.3); +} +.border-y-lime-500\/40{ + border-top-color: rgb(132 204 22 / 0.4); + border-bottom-color: rgb(132 204 22 / 0.4); +} +.border-y-lime-500\/50{ + border-top-color: rgb(132 204 22 / 0.5); + border-bottom-color: rgb(132 204 22 / 0.5); +} +.border-y-lime-500\/60{ + border-top-color: rgb(132 204 22 / 0.6); + border-bottom-color: rgb(132 204 22 / 0.6); +} +.border-y-lime-500\/70{ + border-top-color: rgb(132 204 22 / 0.7); + border-bottom-color: rgb(132 204 22 / 0.7); +} +.border-y-lime-500\/75{ + border-top-color: rgb(132 204 22 / 0.75); + border-bottom-color: rgb(132 204 22 / 0.75); +} +.border-y-lime-500\/80{ + border-top-color: rgb(132 204 22 / 0.8); + border-bottom-color: rgb(132 204 22 / 0.8); +} +.border-y-lime-500\/90{ + border-top-color: rgb(132 204 22 / 0.9); + border-bottom-color: rgb(132 204 22 / 0.9); +} +.border-y-lime-500\/95{ + border-top-color: rgb(132 204 22 / 0.95); + border-bottom-color: rgb(132 204 22 / 0.95); +} +.border-y-lime-500\/100{ + border-top-color: rgb(132 204 22 / 1); + border-bottom-color: rgb(132 204 22 / 1); +} +.border-y-lime-600\/0{ + border-top-color: rgb(101 163 13 / 0); + border-bottom-color: rgb(101 163 13 / 0); +} +.border-y-lime-600\/5{ + border-top-color: rgb(101 163 13 / 0.05); + border-bottom-color: rgb(101 163 13 / 0.05); +} +.border-y-lime-600\/10{ + border-top-color: rgb(101 163 13 / 0.1); + border-bottom-color: rgb(101 163 13 / 0.1); +} +.border-y-lime-600\/20{ + border-top-color: rgb(101 163 13 / 0.2); + border-bottom-color: rgb(101 163 13 / 0.2); +} +.border-y-lime-600\/25{ + border-top-color: rgb(101 163 13 / 0.25); + border-bottom-color: rgb(101 163 13 / 0.25); +} +.border-y-lime-600\/30{ + border-top-color: rgb(101 163 13 / 0.3); + border-bottom-color: rgb(101 163 13 / 0.3); +} +.border-y-lime-600\/40{ + border-top-color: rgb(101 163 13 / 0.4); + border-bottom-color: rgb(101 163 13 / 0.4); +} +.border-y-lime-600\/50{ + border-top-color: rgb(101 163 13 / 0.5); + border-bottom-color: rgb(101 163 13 / 0.5); +} +.border-y-lime-600\/60{ + border-top-color: rgb(101 163 13 / 0.6); + border-bottom-color: rgb(101 163 13 / 0.6); +} +.border-y-lime-600\/70{ + border-top-color: rgb(101 163 13 / 0.7); + border-bottom-color: rgb(101 163 13 / 0.7); +} +.border-y-lime-600\/75{ + border-top-color: rgb(101 163 13 / 0.75); + border-bottom-color: rgb(101 163 13 / 0.75); +} +.border-y-lime-600\/80{ + border-top-color: rgb(101 163 13 / 0.8); + border-bottom-color: rgb(101 163 13 / 0.8); +} +.border-y-lime-600\/90{ + border-top-color: rgb(101 163 13 / 0.9); + border-bottom-color: rgb(101 163 13 / 0.9); +} +.border-y-lime-600\/95{ + border-top-color: rgb(101 163 13 / 0.95); + border-bottom-color: rgb(101 163 13 / 0.95); +} +.border-y-lime-600\/100{ + border-top-color: rgb(101 163 13 / 1); + border-bottom-color: rgb(101 163 13 / 1); +} +.border-y-lime-700\/0{ + border-top-color: rgb(77 124 15 / 0); + border-bottom-color: rgb(77 124 15 / 0); +} +.border-y-lime-700\/5{ + border-top-color: rgb(77 124 15 / 0.05); + border-bottom-color: rgb(77 124 15 / 0.05); +} +.border-y-lime-700\/10{ + border-top-color: rgb(77 124 15 / 0.1); + border-bottom-color: rgb(77 124 15 / 0.1); +} +.border-y-lime-700\/20{ + border-top-color: rgb(77 124 15 / 0.2); + border-bottom-color: rgb(77 124 15 / 0.2); +} +.border-y-lime-700\/25{ + border-top-color: rgb(77 124 15 / 0.25); + border-bottom-color: rgb(77 124 15 / 0.25); +} +.border-y-lime-700\/30{ + border-top-color: rgb(77 124 15 / 0.3); + border-bottom-color: rgb(77 124 15 / 0.3); +} +.border-y-lime-700\/40{ + border-top-color: rgb(77 124 15 / 0.4); + border-bottom-color: rgb(77 124 15 / 0.4); +} +.border-y-lime-700\/50{ + border-top-color: rgb(77 124 15 / 0.5); + border-bottom-color: rgb(77 124 15 / 0.5); +} +.border-y-lime-700\/60{ + border-top-color: rgb(77 124 15 / 0.6); + border-bottom-color: rgb(77 124 15 / 0.6); +} +.border-y-lime-700\/70{ + border-top-color: rgb(77 124 15 / 0.7); + border-bottom-color: rgb(77 124 15 / 0.7); +} +.border-y-lime-700\/75{ + border-top-color: rgb(77 124 15 / 0.75); + border-bottom-color: rgb(77 124 15 / 0.75); +} +.border-y-lime-700\/80{ + border-top-color: rgb(77 124 15 / 0.8); + border-bottom-color: rgb(77 124 15 / 0.8); +} +.border-y-lime-700\/90{ + border-top-color: rgb(77 124 15 / 0.9); + border-bottom-color: rgb(77 124 15 / 0.9); +} +.border-y-lime-700\/95{ + border-top-color: rgb(77 124 15 / 0.95); + border-bottom-color: rgb(77 124 15 / 0.95); +} +.border-y-lime-700\/100{ + border-top-color: rgb(77 124 15 / 1); + border-bottom-color: rgb(77 124 15 / 1); +} +.border-y-lime-800\/0{ + border-top-color: rgb(63 98 18 / 0); + border-bottom-color: rgb(63 98 18 / 0); +} +.border-y-lime-800\/5{ + border-top-color: rgb(63 98 18 / 0.05); + border-bottom-color: rgb(63 98 18 / 0.05); +} +.border-y-lime-800\/10{ + border-top-color: rgb(63 98 18 / 0.1); + border-bottom-color: rgb(63 98 18 / 0.1); +} +.border-y-lime-800\/20{ + border-top-color: rgb(63 98 18 / 0.2); + border-bottom-color: rgb(63 98 18 / 0.2); +} +.border-y-lime-800\/25{ + border-top-color: rgb(63 98 18 / 0.25); + border-bottom-color: rgb(63 98 18 / 0.25); +} +.border-y-lime-800\/30{ + border-top-color: rgb(63 98 18 / 0.3); + border-bottom-color: rgb(63 98 18 / 0.3); +} +.border-y-lime-800\/40{ + border-top-color: rgb(63 98 18 / 0.4); + border-bottom-color: rgb(63 98 18 / 0.4); +} +.border-y-lime-800\/50{ + border-top-color: rgb(63 98 18 / 0.5); + border-bottom-color: rgb(63 98 18 / 0.5); +} +.border-y-lime-800\/60{ + border-top-color: rgb(63 98 18 / 0.6); + border-bottom-color: rgb(63 98 18 / 0.6); +} +.border-y-lime-800\/70{ + border-top-color: rgb(63 98 18 / 0.7); + border-bottom-color: rgb(63 98 18 / 0.7); +} +.border-y-lime-800\/75{ + border-top-color: rgb(63 98 18 / 0.75); + border-bottom-color: rgb(63 98 18 / 0.75); +} +.border-y-lime-800\/80{ + border-top-color: rgb(63 98 18 / 0.8); + border-bottom-color: rgb(63 98 18 / 0.8); +} +.border-y-lime-800\/90{ + border-top-color: rgb(63 98 18 / 0.9); + border-bottom-color: rgb(63 98 18 / 0.9); +} +.border-y-lime-800\/95{ + border-top-color: rgb(63 98 18 / 0.95); + border-bottom-color: rgb(63 98 18 / 0.95); +} +.border-y-lime-800\/100{ + border-top-color: rgb(63 98 18 / 1); + border-bottom-color: rgb(63 98 18 / 1); +} +.border-y-lime-900\/0{ + border-top-color: rgb(54 83 20 / 0); + border-bottom-color: rgb(54 83 20 / 0); +} +.border-y-lime-900\/5{ + border-top-color: rgb(54 83 20 / 0.05); + border-bottom-color: rgb(54 83 20 / 0.05); +} +.border-y-lime-900\/10{ + border-top-color: rgb(54 83 20 / 0.1); + border-bottom-color: rgb(54 83 20 / 0.1); +} +.border-y-lime-900\/20{ + border-top-color: rgb(54 83 20 / 0.2); + border-bottom-color: rgb(54 83 20 / 0.2); +} +.border-y-lime-900\/25{ + border-top-color: rgb(54 83 20 / 0.25); + border-bottom-color: rgb(54 83 20 / 0.25); +} +.border-y-lime-900\/30{ + border-top-color: rgb(54 83 20 / 0.3); + border-bottom-color: rgb(54 83 20 / 0.3); +} +.border-y-lime-900\/40{ + border-top-color: rgb(54 83 20 / 0.4); + border-bottom-color: rgb(54 83 20 / 0.4); +} +.border-y-lime-900\/50{ + border-top-color: rgb(54 83 20 / 0.5); + border-bottom-color: rgb(54 83 20 / 0.5); +} +.border-y-lime-900\/60{ + border-top-color: rgb(54 83 20 / 0.6); + border-bottom-color: rgb(54 83 20 / 0.6); +} +.border-y-lime-900\/70{ + border-top-color: rgb(54 83 20 / 0.7); + border-bottom-color: rgb(54 83 20 / 0.7); +} +.border-y-lime-900\/75{ + border-top-color: rgb(54 83 20 / 0.75); + border-bottom-color: rgb(54 83 20 / 0.75); +} +.border-y-lime-900\/80{ + border-top-color: rgb(54 83 20 / 0.8); + border-bottom-color: rgb(54 83 20 / 0.8); +} +.border-y-lime-900\/90{ + border-top-color: rgb(54 83 20 / 0.9); + border-bottom-color: rgb(54 83 20 / 0.9); +} +.border-y-lime-900\/95{ + border-top-color: rgb(54 83 20 / 0.95); + border-bottom-color: rgb(54 83 20 / 0.95); +} +.border-y-lime-900\/100{ + border-top-color: rgb(54 83 20 / 1); + border-bottom-color: rgb(54 83 20 / 1); +} +.border-y-green-50\/0{ + border-top-color: rgb(248 250 246 / 0); + border-bottom-color: rgb(248 250 246 / 0); +} +.border-y-green-50\/5{ + border-top-color: rgb(248 250 246 / 0.05); + border-bottom-color: rgb(248 250 246 / 0.05); +} +.border-y-green-50\/10{ + border-top-color: rgb(248 250 246 / 0.1); + border-bottom-color: rgb(248 250 246 / 0.1); +} +.border-y-green-50\/20{ + border-top-color: rgb(248 250 246 / 0.2); + border-bottom-color: rgb(248 250 246 / 0.2); +} +.border-y-green-50\/25{ + border-top-color: rgb(248 250 246 / 0.25); + border-bottom-color: rgb(248 250 246 / 0.25); +} +.border-y-green-50\/30{ + border-top-color: rgb(248 250 246 / 0.3); + border-bottom-color: rgb(248 250 246 / 0.3); +} +.border-y-green-50\/40{ + border-top-color: rgb(248 250 246 / 0.4); + border-bottom-color: rgb(248 250 246 / 0.4); +} +.border-y-green-50\/50{ + border-top-color: rgb(248 250 246 / 0.5); + border-bottom-color: rgb(248 250 246 / 0.5); +} +.border-y-green-50\/60{ + border-top-color: rgb(248 250 246 / 0.6); + border-bottom-color: rgb(248 250 246 / 0.6); +} +.border-y-green-50\/70{ + border-top-color: rgb(248 250 246 / 0.7); + border-bottom-color: rgb(248 250 246 / 0.7); +} +.border-y-green-50\/75{ + border-top-color: rgb(248 250 246 / 0.75); + border-bottom-color: rgb(248 250 246 / 0.75); +} +.border-y-green-50\/80{ + border-top-color: rgb(248 250 246 / 0.8); + border-bottom-color: rgb(248 250 246 / 0.8); +} +.border-y-green-50\/90{ + border-top-color: rgb(248 250 246 / 0.9); + border-bottom-color: rgb(248 250 246 / 0.9); +} +.border-y-green-50\/95{ + border-top-color: rgb(248 250 246 / 0.95); + border-bottom-color: rgb(248 250 246 / 0.95); +} +.border-y-green-50\/100{ + border-top-color: rgb(248 250 246 / 1); + border-bottom-color: rgb(248 250 246 / 1); +} +.border-y-green-100\/0{ + border-top-color: rgb(241 246 238 / 0); + border-bottom-color: rgb(241 246 238 / 0); +} +.border-y-green-100\/5{ + border-top-color: rgb(241 246 238 / 0.05); + border-bottom-color: rgb(241 246 238 / 0.05); +} +.border-y-green-100\/10{ + border-top-color: rgb(241 246 238 / 0.1); + border-bottom-color: rgb(241 246 238 / 0.1); +} +.border-y-green-100\/20{ + border-top-color: rgb(241 246 238 / 0.2); + border-bottom-color: rgb(241 246 238 / 0.2); +} +.border-y-green-100\/25{ + border-top-color: rgb(241 246 238 / 0.25); + border-bottom-color: rgb(241 246 238 / 0.25); +} +.border-y-green-100\/30{ + border-top-color: rgb(241 246 238 / 0.3); + border-bottom-color: rgb(241 246 238 / 0.3); +} +.border-y-green-100\/40{ + border-top-color: rgb(241 246 238 / 0.4); + border-bottom-color: rgb(241 246 238 / 0.4); +} +.border-y-green-100\/50{ + border-top-color: rgb(241 246 238 / 0.5); + border-bottom-color: rgb(241 246 238 / 0.5); +} +.border-y-green-100\/60{ + border-top-color: rgb(241 246 238 / 0.6); + border-bottom-color: rgb(241 246 238 / 0.6); +} +.border-y-green-100\/70{ + border-top-color: rgb(241 246 238 / 0.7); + border-bottom-color: rgb(241 246 238 / 0.7); +} +.border-y-green-100\/75{ + border-top-color: rgb(241 246 238 / 0.75); + border-bottom-color: rgb(241 246 238 / 0.75); +} +.border-y-green-100\/80{ + border-top-color: rgb(241 246 238 / 0.8); + border-bottom-color: rgb(241 246 238 / 0.8); +} +.border-y-green-100\/90{ + border-top-color: rgb(241 246 238 / 0.9); + border-bottom-color: rgb(241 246 238 / 0.9); +} +.border-y-green-100\/95{ + border-top-color: rgb(241 246 238 / 0.95); + border-bottom-color: rgb(241 246 238 / 0.95); +} +.border-y-green-100\/100{ + border-top-color: rgb(241 246 238 / 1); + border-bottom-color: rgb(241 246 238 / 1); +} +.border-y-green-200\/0{ + border-top-color: rgb(219 232 212 / 0); + border-bottom-color: rgb(219 232 212 / 0); +} +.border-y-green-200\/5{ + border-top-color: rgb(219 232 212 / 0.05); + border-bottom-color: rgb(219 232 212 / 0.05); +} +.border-y-green-200\/10{ + border-top-color: rgb(219 232 212 / 0.1); + border-bottom-color: rgb(219 232 212 / 0.1); +} +.border-y-green-200\/20{ + border-top-color: rgb(219 232 212 / 0.2); + border-bottom-color: rgb(219 232 212 / 0.2); +} +.border-y-green-200\/25{ + border-top-color: rgb(219 232 212 / 0.25); + border-bottom-color: rgb(219 232 212 / 0.25); +} +.border-y-green-200\/30{ + border-top-color: rgb(219 232 212 / 0.3); + border-bottom-color: rgb(219 232 212 / 0.3); +} +.border-y-green-200\/40{ + border-top-color: rgb(219 232 212 / 0.4); + border-bottom-color: rgb(219 232 212 / 0.4); +} +.border-y-green-200\/50{ + border-top-color: rgb(219 232 212 / 0.5); + border-bottom-color: rgb(219 232 212 / 0.5); +} +.border-y-green-200\/60{ + border-top-color: rgb(219 232 212 / 0.6); + border-bottom-color: rgb(219 232 212 / 0.6); +} +.border-y-green-200\/70{ + border-top-color: rgb(219 232 212 / 0.7); + border-bottom-color: rgb(219 232 212 / 0.7); +} +.border-y-green-200\/75{ + border-top-color: rgb(219 232 212 / 0.75); + border-bottom-color: rgb(219 232 212 / 0.75); +} +.border-y-green-200\/80{ + border-top-color: rgb(219 232 212 / 0.8); + border-bottom-color: rgb(219 232 212 / 0.8); +} +.border-y-green-200\/90{ + border-top-color: rgb(219 232 212 / 0.9); + border-bottom-color: rgb(219 232 212 / 0.9); +} +.border-y-green-200\/95{ + border-top-color: rgb(219 232 212 / 0.95); + border-bottom-color: rgb(219 232 212 / 0.95); +} +.border-y-green-200\/100{ + border-top-color: rgb(219 232 212 / 1); + border-bottom-color: rgb(219 232 212 / 1); +} +.border-y-green-300\/0{ + border-top-color: rgb(197 217 186 / 0); + border-bottom-color: rgb(197 217 186 / 0); +} +.border-y-green-300\/5{ + border-top-color: rgb(197 217 186 / 0.05); + border-bottom-color: rgb(197 217 186 / 0.05); +} +.border-y-green-300\/10{ + border-top-color: rgb(197 217 186 / 0.1); + border-bottom-color: rgb(197 217 186 / 0.1); +} +.border-y-green-300\/20{ + border-top-color: rgb(197 217 186 / 0.2); + border-bottom-color: rgb(197 217 186 / 0.2); +} +.border-y-green-300\/25{ + border-top-color: rgb(197 217 186 / 0.25); + border-bottom-color: rgb(197 217 186 / 0.25); +} +.border-y-green-300\/30{ + border-top-color: rgb(197 217 186 / 0.3); + border-bottom-color: rgb(197 217 186 / 0.3); +} +.border-y-green-300\/40{ + border-top-color: rgb(197 217 186 / 0.4); + border-bottom-color: rgb(197 217 186 / 0.4); +} +.border-y-green-300\/50{ + border-top-color: rgb(197 217 186 / 0.5); + border-bottom-color: rgb(197 217 186 / 0.5); +} +.border-y-green-300\/60{ + border-top-color: rgb(197 217 186 / 0.6); + border-bottom-color: rgb(197 217 186 / 0.6); +} +.border-y-green-300\/70{ + border-top-color: rgb(197 217 186 / 0.7); + border-bottom-color: rgb(197 217 186 / 0.7); +} +.border-y-green-300\/75{ + border-top-color: rgb(197 217 186 / 0.75); + border-bottom-color: rgb(197 217 186 / 0.75); +} +.border-y-green-300\/80{ + border-top-color: rgb(197 217 186 / 0.8); + border-bottom-color: rgb(197 217 186 / 0.8); +} +.border-y-green-300\/90{ + border-top-color: rgb(197 217 186 / 0.9); + border-bottom-color: rgb(197 217 186 / 0.9); +} +.border-y-green-300\/95{ + border-top-color: rgb(197 217 186 / 0.95); + border-bottom-color: rgb(197 217 186 / 0.95); +} +.border-y-green-300\/100{ + border-top-color: rgb(197 217 186 / 1); + border-bottom-color: rgb(197 217 186 / 1); +} +.border-y-green-400\/0{ + border-top-color: rgb(154 189 134 / 0); + border-bottom-color: rgb(154 189 134 / 0); +} +.border-y-green-400\/5{ + border-top-color: rgb(154 189 134 / 0.05); + border-bottom-color: rgb(154 189 134 / 0.05); +} +.border-y-green-400\/10{ + border-top-color: rgb(154 189 134 / 0.1); + border-bottom-color: rgb(154 189 134 / 0.1); +} +.border-y-green-400\/20{ + border-top-color: rgb(154 189 134 / 0.2); + border-bottom-color: rgb(154 189 134 / 0.2); +} +.border-y-green-400\/25{ + border-top-color: rgb(154 189 134 / 0.25); + border-bottom-color: rgb(154 189 134 / 0.25); +} +.border-y-green-400\/30{ + border-top-color: rgb(154 189 134 / 0.3); + border-bottom-color: rgb(154 189 134 / 0.3); +} +.border-y-green-400\/40{ + border-top-color: rgb(154 189 134 / 0.4); + border-bottom-color: rgb(154 189 134 / 0.4); +} +.border-y-green-400\/50{ + border-top-color: rgb(154 189 134 / 0.5); + border-bottom-color: rgb(154 189 134 / 0.5); +} +.border-y-green-400\/60{ + border-top-color: rgb(154 189 134 / 0.6); + border-bottom-color: rgb(154 189 134 / 0.6); +} +.border-y-green-400\/70{ + border-top-color: rgb(154 189 134 / 0.7); + border-bottom-color: rgb(154 189 134 / 0.7); +} +.border-y-green-400\/75{ + border-top-color: rgb(154 189 134 / 0.75); + border-bottom-color: rgb(154 189 134 / 0.75); +} +.border-y-green-400\/80{ + border-top-color: rgb(154 189 134 / 0.8); + border-bottom-color: rgb(154 189 134 / 0.8); +} +.border-y-green-400\/90{ + border-top-color: rgb(154 189 134 / 0.9); + border-bottom-color: rgb(154 189 134 / 0.9); +} +.border-y-green-400\/95{ + border-top-color: rgb(154 189 134 / 0.95); + border-bottom-color: rgb(154 189 134 / 0.95); +} +.border-y-green-400\/100{ + border-top-color: rgb(154 189 134 / 1); + border-bottom-color: rgb(154 189 134 / 1); +} +.border-y-green-500\/0{ + border-top-color: rgb(110 161 82 / 0); + border-bottom-color: rgb(110 161 82 / 0); +} +.border-y-green-500\/5{ + border-top-color: rgb(110 161 82 / 0.05); + border-bottom-color: rgb(110 161 82 / 0.05); +} +.border-y-green-500\/10{ + border-top-color: rgb(110 161 82 / 0.1); + border-bottom-color: rgb(110 161 82 / 0.1); +} +.border-y-green-500\/20{ + border-top-color: rgb(110 161 82 / 0.2); + border-bottom-color: rgb(110 161 82 / 0.2); +} +.border-y-green-500\/25{ + border-top-color: rgb(110 161 82 / 0.25); + border-bottom-color: rgb(110 161 82 / 0.25); +} +.border-y-green-500\/30{ + border-top-color: rgb(110 161 82 / 0.3); + border-bottom-color: rgb(110 161 82 / 0.3); +} +.border-y-green-500\/40{ + border-top-color: rgb(110 161 82 / 0.4); + border-bottom-color: rgb(110 161 82 / 0.4); +} +.border-y-green-500\/50{ + border-top-color: rgb(110 161 82 / 0.5); + border-bottom-color: rgb(110 161 82 / 0.5); +} +.border-y-green-500\/60{ + border-top-color: rgb(110 161 82 / 0.6); + border-bottom-color: rgb(110 161 82 / 0.6); +} +.border-y-green-500\/70{ + border-top-color: rgb(110 161 82 / 0.7); + border-bottom-color: rgb(110 161 82 / 0.7); +} +.border-y-green-500\/75{ + border-top-color: rgb(110 161 82 / 0.75); + border-bottom-color: rgb(110 161 82 / 0.75); +} +.border-y-green-500\/80{ + border-top-color: rgb(110 161 82 / 0.8); + border-bottom-color: rgb(110 161 82 / 0.8); +} +.border-y-green-500\/90{ + border-top-color: rgb(110 161 82 / 0.9); + border-bottom-color: rgb(110 161 82 / 0.9); +} +.border-y-green-500\/95{ + border-top-color: rgb(110 161 82 / 0.95); + border-bottom-color: rgb(110 161 82 / 0.95); +} +.border-y-green-500\/100{ + border-top-color: rgb(110 161 82 / 1); + border-bottom-color: rgb(110 161 82 / 1); +} +.border-y-green-600\/0{ + border-top-color: rgb(99 145 74 / 0); + border-bottom-color: rgb(99 145 74 / 0); +} +.border-y-green-600\/5{ + border-top-color: rgb(99 145 74 / 0.05); + border-bottom-color: rgb(99 145 74 / 0.05); +} +.border-y-green-600\/10{ + border-top-color: rgb(99 145 74 / 0.1); + border-bottom-color: rgb(99 145 74 / 0.1); +} +.border-y-green-600\/20{ + border-top-color: rgb(99 145 74 / 0.2); + border-bottom-color: rgb(99 145 74 / 0.2); +} +.border-y-green-600\/25{ + border-top-color: rgb(99 145 74 / 0.25); + border-bottom-color: rgb(99 145 74 / 0.25); +} +.border-y-green-600\/30{ + border-top-color: rgb(99 145 74 / 0.3); + border-bottom-color: rgb(99 145 74 / 0.3); +} +.border-y-green-600\/40{ + border-top-color: rgb(99 145 74 / 0.4); + border-bottom-color: rgb(99 145 74 / 0.4); +} +.border-y-green-600\/50{ + border-top-color: rgb(99 145 74 / 0.5); + border-bottom-color: rgb(99 145 74 / 0.5); +} +.border-y-green-600\/60{ + border-top-color: rgb(99 145 74 / 0.6); + border-bottom-color: rgb(99 145 74 / 0.6); +} +.border-y-green-600\/70{ + border-top-color: rgb(99 145 74 / 0.7); + border-bottom-color: rgb(99 145 74 / 0.7); +} +.border-y-green-600\/75{ + border-top-color: rgb(99 145 74 / 0.75); + border-bottom-color: rgb(99 145 74 / 0.75); +} +.border-y-green-600\/80{ + border-top-color: rgb(99 145 74 / 0.8); + border-bottom-color: rgb(99 145 74 / 0.8); +} +.border-y-green-600\/90{ + border-top-color: rgb(99 145 74 / 0.9); + border-bottom-color: rgb(99 145 74 / 0.9); +} +.border-y-green-600\/95{ + border-top-color: rgb(99 145 74 / 0.95); + border-bottom-color: rgb(99 145 74 / 0.95); +} +.border-y-green-600\/100{ + border-top-color: rgb(99 145 74 / 1); + border-bottom-color: rgb(99 145 74 / 1); +} +.border-y-green-700\/0{ + border-top-color: rgb(83 121 62 / 0); + border-bottom-color: rgb(83 121 62 / 0); +} +.border-y-green-700\/5{ + border-top-color: rgb(83 121 62 / 0.05); + border-bottom-color: rgb(83 121 62 / 0.05); +} +.border-y-green-700\/10{ + border-top-color: rgb(83 121 62 / 0.1); + border-bottom-color: rgb(83 121 62 / 0.1); +} +.border-y-green-700\/20{ + border-top-color: rgb(83 121 62 / 0.2); + border-bottom-color: rgb(83 121 62 / 0.2); +} +.border-y-green-700\/25{ + border-top-color: rgb(83 121 62 / 0.25); + border-bottom-color: rgb(83 121 62 / 0.25); +} +.border-y-green-700\/30{ + border-top-color: rgb(83 121 62 / 0.3); + border-bottom-color: rgb(83 121 62 / 0.3); +} +.border-y-green-700\/40{ + border-top-color: rgb(83 121 62 / 0.4); + border-bottom-color: rgb(83 121 62 / 0.4); +} +.border-y-green-700\/50{ + border-top-color: rgb(83 121 62 / 0.5); + border-bottom-color: rgb(83 121 62 / 0.5); +} +.border-y-green-700\/60{ + border-top-color: rgb(83 121 62 / 0.6); + border-bottom-color: rgb(83 121 62 / 0.6); +} +.border-y-green-700\/70{ + border-top-color: rgb(83 121 62 / 0.7); + border-bottom-color: rgb(83 121 62 / 0.7); +} +.border-y-green-700\/75{ + border-top-color: rgb(83 121 62 / 0.75); + border-bottom-color: rgb(83 121 62 / 0.75); +} +.border-y-green-700\/80{ + border-top-color: rgb(83 121 62 / 0.8); + border-bottom-color: rgb(83 121 62 / 0.8); +} +.border-y-green-700\/90{ + border-top-color: rgb(83 121 62 / 0.9); + border-bottom-color: rgb(83 121 62 / 0.9); +} +.border-y-green-700\/95{ + border-top-color: rgb(83 121 62 / 0.95); + border-bottom-color: rgb(83 121 62 / 0.95); +} +.border-y-green-700\/100{ + border-top-color: rgb(83 121 62 / 1); + border-bottom-color: rgb(83 121 62 / 1); +} +.border-y-green-800\/0{ + border-top-color: rgb(66 97 49 / 0); + border-bottom-color: rgb(66 97 49 / 0); +} +.border-y-green-800\/5{ + border-top-color: rgb(66 97 49 / 0.05); + border-bottom-color: rgb(66 97 49 / 0.05); +} +.border-y-green-800\/10{ + border-top-color: rgb(66 97 49 / 0.1); + border-bottom-color: rgb(66 97 49 / 0.1); +} +.border-y-green-800\/20{ + border-top-color: rgb(66 97 49 / 0.2); + border-bottom-color: rgb(66 97 49 / 0.2); +} +.border-y-green-800\/25{ + border-top-color: rgb(66 97 49 / 0.25); + border-bottom-color: rgb(66 97 49 / 0.25); +} +.border-y-green-800\/30{ + border-top-color: rgb(66 97 49 / 0.3); + border-bottom-color: rgb(66 97 49 / 0.3); +} +.border-y-green-800\/40{ + border-top-color: rgb(66 97 49 / 0.4); + border-bottom-color: rgb(66 97 49 / 0.4); +} +.border-y-green-800\/50{ + border-top-color: rgb(66 97 49 / 0.5); + border-bottom-color: rgb(66 97 49 / 0.5); +} +.border-y-green-800\/60{ + border-top-color: rgb(66 97 49 / 0.6); + border-bottom-color: rgb(66 97 49 / 0.6); +} +.border-y-green-800\/70{ + border-top-color: rgb(66 97 49 / 0.7); + border-bottom-color: rgb(66 97 49 / 0.7); +} +.border-y-green-800\/75{ + border-top-color: rgb(66 97 49 / 0.75); + border-bottom-color: rgb(66 97 49 / 0.75); +} +.border-y-green-800\/80{ + border-top-color: rgb(66 97 49 / 0.8); + border-bottom-color: rgb(66 97 49 / 0.8); +} +.border-y-green-800\/90{ + border-top-color: rgb(66 97 49 / 0.9); + border-bottom-color: rgb(66 97 49 / 0.9); +} +.border-y-green-800\/95{ + border-top-color: rgb(66 97 49 / 0.95); + border-bottom-color: rgb(66 97 49 / 0.95); +} +.border-y-green-800\/100{ + border-top-color: rgb(66 97 49 / 1); + border-bottom-color: rgb(66 97 49 / 1); +} +.border-y-green-900\/0{ + border-top-color: rgb(54 79 40 / 0); + border-bottom-color: rgb(54 79 40 / 0); +} +.border-y-green-900\/5{ + border-top-color: rgb(54 79 40 / 0.05); + border-bottom-color: rgb(54 79 40 / 0.05); +} +.border-y-green-900\/10{ + border-top-color: rgb(54 79 40 / 0.1); + border-bottom-color: rgb(54 79 40 / 0.1); +} +.border-y-green-900\/20{ + border-top-color: rgb(54 79 40 / 0.2); + border-bottom-color: rgb(54 79 40 / 0.2); +} +.border-y-green-900\/25{ + border-top-color: rgb(54 79 40 / 0.25); + border-bottom-color: rgb(54 79 40 / 0.25); +} +.border-y-green-900\/30{ + border-top-color: rgb(54 79 40 / 0.3); + border-bottom-color: rgb(54 79 40 / 0.3); +} +.border-y-green-900\/40{ + border-top-color: rgb(54 79 40 / 0.4); + border-bottom-color: rgb(54 79 40 / 0.4); +} +.border-y-green-900\/50{ + border-top-color: rgb(54 79 40 / 0.5); + border-bottom-color: rgb(54 79 40 / 0.5); +} +.border-y-green-900\/60{ + border-top-color: rgb(54 79 40 / 0.6); + border-bottom-color: rgb(54 79 40 / 0.6); +} +.border-y-green-900\/70{ + border-top-color: rgb(54 79 40 / 0.7); + border-bottom-color: rgb(54 79 40 / 0.7); +} +.border-y-green-900\/75{ + border-top-color: rgb(54 79 40 / 0.75); + border-bottom-color: rgb(54 79 40 / 0.75); +} +.border-y-green-900\/80{ + border-top-color: rgb(54 79 40 / 0.8); + border-bottom-color: rgb(54 79 40 / 0.8); +} +.border-y-green-900\/90{ + border-top-color: rgb(54 79 40 / 0.9); + border-bottom-color: rgb(54 79 40 / 0.9); +} +.border-y-green-900\/95{ + border-top-color: rgb(54 79 40 / 0.95); + border-bottom-color: rgb(54 79 40 / 0.95); +} +.border-y-green-900\/100{ + border-top-color: rgb(54 79 40 / 1); + border-bottom-color: rgb(54 79 40 / 1); +} +.border-y-green\/0{ + border-top-color: rgb(110 161 82 / 0); + border-bottom-color: rgb(110 161 82 / 0); +} +.border-y-green\/5{ + border-top-color: rgb(110 161 82 / 0.05); + border-bottom-color: rgb(110 161 82 / 0.05); +} +.border-y-green\/10{ + border-top-color: rgb(110 161 82 / 0.1); + border-bottom-color: rgb(110 161 82 / 0.1); +} +.border-y-green\/20{ + border-top-color: rgb(110 161 82 / 0.2); + border-bottom-color: rgb(110 161 82 / 0.2); +} +.border-y-green\/25{ + border-top-color: rgb(110 161 82 / 0.25); + border-bottom-color: rgb(110 161 82 / 0.25); +} +.border-y-green\/30{ + border-top-color: rgb(110 161 82 / 0.3); + border-bottom-color: rgb(110 161 82 / 0.3); +} +.border-y-green\/40{ + border-top-color: rgb(110 161 82 / 0.4); + border-bottom-color: rgb(110 161 82 / 0.4); +} +.border-y-green\/50{ + border-top-color: rgb(110 161 82 / 0.5); + border-bottom-color: rgb(110 161 82 / 0.5); +} +.border-y-green\/60{ + border-top-color: rgb(110 161 82 / 0.6); + border-bottom-color: rgb(110 161 82 / 0.6); +} +.border-y-green\/70{ + border-top-color: rgb(110 161 82 / 0.7); + border-bottom-color: rgb(110 161 82 / 0.7); +} +.border-y-green\/75{ + border-top-color: rgb(110 161 82 / 0.75); + border-bottom-color: rgb(110 161 82 / 0.75); +} +.border-y-green\/80{ + border-top-color: rgb(110 161 82 / 0.8); + border-bottom-color: rgb(110 161 82 / 0.8); +} +.border-y-green\/90{ + border-top-color: rgb(110 161 82 / 0.9); + border-bottom-color: rgb(110 161 82 / 0.9); +} +.border-y-green\/95{ + border-top-color: rgb(110 161 82 / 0.95); + border-bottom-color: rgb(110 161 82 / 0.95); +} +.border-y-green\/100{ + border-top-color: rgb(110 161 82 / 1); + border-bottom-color: rgb(110 161 82 / 1); +} +.border-y-emerald-50\/0{ + border-top-color: rgb(236 253 245 / 0); + border-bottom-color: rgb(236 253 245 / 0); +} +.border-y-emerald-50\/5{ + border-top-color: rgb(236 253 245 / 0.05); + border-bottom-color: rgb(236 253 245 / 0.05); +} +.border-y-emerald-50\/10{ + border-top-color: rgb(236 253 245 / 0.1); + border-bottom-color: rgb(236 253 245 / 0.1); +} +.border-y-emerald-50\/20{ + border-top-color: rgb(236 253 245 / 0.2); + border-bottom-color: rgb(236 253 245 / 0.2); +} +.border-y-emerald-50\/25{ + border-top-color: rgb(236 253 245 / 0.25); + border-bottom-color: rgb(236 253 245 / 0.25); +} +.border-y-emerald-50\/30{ + border-top-color: rgb(236 253 245 / 0.3); + border-bottom-color: rgb(236 253 245 / 0.3); +} +.border-y-emerald-50\/40{ + border-top-color: rgb(236 253 245 / 0.4); + border-bottom-color: rgb(236 253 245 / 0.4); +} +.border-y-emerald-50\/50{ + border-top-color: rgb(236 253 245 / 0.5); + border-bottom-color: rgb(236 253 245 / 0.5); +} +.border-y-emerald-50\/60{ + border-top-color: rgb(236 253 245 / 0.6); + border-bottom-color: rgb(236 253 245 / 0.6); +} +.border-y-emerald-50\/70{ + border-top-color: rgb(236 253 245 / 0.7); + border-bottom-color: rgb(236 253 245 / 0.7); +} +.border-y-emerald-50\/75{ + border-top-color: rgb(236 253 245 / 0.75); + border-bottom-color: rgb(236 253 245 / 0.75); +} +.border-y-emerald-50\/80{ + border-top-color: rgb(236 253 245 / 0.8); + border-bottom-color: rgb(236 253 245 / 0.8); +} +.border-y-emerald-50\/90{ + border-top-color: rgb(236 253 245 / 0.9); + border-bottom-color: rgb(236 253 245 / 0.9); +} +.border-y-emerald-50\/95{ + border-top-color: rgb(236 253 245 / 0.95); + border-bottom-color: rgb(236 253 245 / 0.95); +} +.border-y-emerald-50\/100{ + border-top-color: rgb(236 253 245 / 1); + border-bottom-color: rgb(236 253 245 / 1); +} +.border-y-emerald-100\/0{ + border-top-color: rgb(209 250 229 / 0); + border-bottom-color: rgb(209 250 229 / 0); +} +.border-y-emerald-100\/5{ + border-top-color: rgb(209 250 229 / 0.05); + border-bottom-color: rgb(209 250 229 / 0.05); +} +.border-y-emerald-100\/10{ + border-top-color: rgb(209 250 229 / 0.1); + border-bottom-color: rgb(209 250 229 / 0.1); +} +.border-y-emerald-100\/20{ + border-top-color: rgb(209 250 229 / 0.2); + border-bottom-color: rgb(209 250 229 / 0.2); +} +.border-y-emerald-100\/25{ + border-top-color: rgb(209 250 229 / 0.25); + border-bottom-color: rgb(209 250 229 / 0.25); +} +.border-y-emerald-100\/30{ + border-top-color: rgb(209 250 229 / 0.3); + border-bottom-color: rgb(209 250 229 / 0.3); +} +.border-y-emerald-100\/40{ + border-top-color: rgb(209 250 229 / 0.4); + border-bottom-color: rgb(209 250 229 / 0.4); +} +.border-y-emerald-100\/50{ + border-top-color: rgb(209 250 229 / 0.5); + border-bottom-color: rgb(209 250 229 / 0.5); +} +.border-y-emerald-100\/60{ + border-top-color: rgb(209 250 229 / 0.6); + border-bottom-color: rgb(209 250 229 / 0.6); +} +.border-y-emerald-100\/70{ + border-top-color: rgb(209 250 229 / 0.7); + border-bottom-color: rgb(209 250 229 / 0.7); +} +.border-y-emerald-100\/75{ + border-top-color: rgb(209 250 229 / 0.75); + border-bottom-color: rgb(209 250 229 / 0.75); +} +.border-y-emerald-100\/80{ + border-top-color: rgb(209 250 229 / 0.8); + border-bottom-color: rgb(209 250 229 / 0.8); +} +.border-y-emerald-100\/90{ + border-top-color: rgb(209 250 229 / 0.9); + border-bottom-color: rgb(209 250 229 / 0.9); +} +.border-y-emerald-100\/95{ + border-top-color: rgb(209 250 229 / 0.95); + border-bottom-color: rgb(209 250 229 / 0.95); +} +.border-y-emerald-100\/100{ + border-top-color: rgb(209 250 229 / 1); + border-bottom-color: rgb(209 250 229 / 1); +} +.border-y-emerald-200\/0{ + border-top-color: rgb(167 243 208 / 0); + border-bottom-color: rgb(167 243 208 / 0); +} +.border-y-emerald-200\/5{ + border-top-color: rgb(167 243 208 / 0.05); + border-bottom-color: rgb(167 243 208 / 0.05); +} +.border-y-emerald-200\/10{ + border-top-color: rgb(167 243 208 / 0.1); + border-bottom-color: rgb(167 243 208 / 0.1); +} +.border-y-emerald-200\/20{ + border-top-color: rgb(167 243 208 / 0.2); + border-bottom-color: rgb(167 243 208 / 0.2); +} +.border-y-emerald-200\/25{ + border-top-color: rgb(167 243 208 / 0.25); + border-bottom-color: rgb(167 243 208 / 0.25); +} +.border-y-emerald-200\/30{ + border-top-color: rgb(167 243 208 / 0.3); + border-bottom-color: rgb(167 243 208 / 0.3); +} +.border-y-emerald-200\/40{ + border-top-color: rgb(167 243 208 / 0.4); + border-bottom-color: rgb(167 243 208 / 0.4); +} +.border-y-emerald-200\/50{ + border-top-color: rgb(167 243 208 / 0.5); + border-bottom-color: rgb(167 243 208 / 0.5); +} +.border-y-emerald-200\/60{ + border-top-color: rgb(167 243 208 / 0.6); + border-bottom-color: rgb(167 243 208 / 0.6); +} +.border-y-emerald-200\/70{ + border-top-color: rgb(167 243 208 / 0.7); + border-bottom-color: rgb(167 243 208 / 0.7); +} +.border-y-emerald-200\/75{ + border-top-color: rgb(167 243 208 / 0.75); + border-bottom-color: rgb(167 243 208 / 0.75); +} +.border-y-emerald-200\/80{ + border-top-color: rgb(167 243 208 / 0.8); + border-bottom-color: rgb(167 243 208 / 0.8); +} +.border-y-emerald-200\/90{ + border-top-color: rgb(167 243 208 / 0.9); + border-bottom-color: rgb(167 243 208 / 0.9); +} +.border-y-emerald-200\/95{ + border-top-color: rgb(167 243 208 / 0.95); + border-bottom-color: rgb(167 243 208 / 0.95); +} +.border-y-emerald-200\/100{ + border-top-color: rgb(167 243 208 / 1); + border-bottom-color: rgb(167 243 208 / 1); +} +.border-y-emerald-300\/0{ + border-top-color: rgb(110 231 183 / 0); + border-bottom-color: rgb(110 231 183 / 0); +} +.border-y-emerald-300\/5{ + border-top-color: rgb(110 231 183 / 0.05); + border-bottom-color: rgb(110 231 183 / 0.05); +} +.border-y-emerald-300\/10{ + border-top-color: rgb(110 231 183 / 0.1); + border-bottom-color: rgb(110 231 183 / 0.1); +} +.border-y-emerald-300\/20{ + border-top-color: rgb(110 231 183 / 0.2); + border-bottom-color: rgb(110 231 183 / 0.2); +} +.border-y-emerald-300\/25{ + border-top-color: rgb(110 231 183 / 0.25); + border-bottom-color: rgb(110 231 183 / 0.25); +} +.border-y-emerald-300\/30{ + border-top-color: rgb(110 231 183 / 0.3); + border-bottom-color: rgb(110 231 183 / 0.3); +} +.border-y-emerald-300\/40{ + border-top-color: rgb(110 231 183 / 0.4); + border-bottom-color: rgb(110 231 183 / 0.4); +} +.border-y-emerald-300\/50{ + border-top-color: rgb(110 231 183 / 0.5); + border-bottom-color: rgb(110 231 183 / 0.5); +} +.border-y-emerald-300\/60{ + border-top-color: rgb(110 231 183 / 0.6); + border-bottom-color: rgb(110 231 183 / 0.6); +} +.border-y-emerald-300\/70{ + border-top-color: rgb(110 231 183 / 0.7); + border-bottom-color: rgb(110 231 183 / 0.7); +} +.border-y-emerald-300\/75{ + border-top-color: rgb(110 231 183 / 0.75); + border-bottom-color: rgb(110 231 183 / 0.75); +} +.border-y-emerald-300\/80{ + border-top-color: rgb(110 231 183 / 0.8); + border-bottom-color: rgb(110 231 183 / 0.8); +} +.border-y-emerald-300\/90{ + border-top-color: rgb(110 231 183 / 0.9); + border-bottom-color: rgb(110 231 183 / 0.9); +} +.border-y-emerald-300\/95{ + border-top-color: rgb(110 231 183 / 0.95); + border-bottom-color: rgb(110 231 183 / 0.95); +} +.border-y-emerald-300\/100{ + border-top-color: rgb(110 231 183 / 1); + border-bottom-color: rgb(110 231 183 / 1); +} +.border-y-emerald-400\/0{ + border-top-color: rgb(52 211 153 / 0); + border-bottom-color: rgb(52 211 153 / 0); +} +.border-y-emerald-400\/5{ + border-top-color: rgb(52 211 153 / 0.05); + border-bottom-color: rgb(52 211 153 / 0.05); +} +.border-y-emerald-400\/10{ + border-top-color: rgb(52 211 153 / 0.1); + border-bottom-color: rgb(52 211 153 / 0.1); +} +.border-y-emerald-400\/20{ + border-top-color: rgb(52 211 153 / 0.2); + border-bottom-color: rgb(52 211 153 / 0.2); +} +.border-y-emerald-400\/25{ + border-top-color: rgb(52 211 153 / 0.25); + border-bottom-color: rgb(52 211 153 / 0.25); +} +.border-y-emerald-400\/30{ + border-top-color: rgb(52 211 153 / 0.3); + border-bottom-color: rgb(52 211 153 / 0.3); +} +.border-y-emerald-400\/40{ + border-top-color: rgb(52 211 153 / 0.4); + border-bottom-color: rgb(52 211 153 / 0.4); +} +.border-y-emerald-400\/50{ + border-top-color: rgb(52 211 153 / 0.5); + border-bottom-color: rgb(52 211 153 / 0.5); +} +.border-y-emerald-400\/60{ + border-top-color: rgb(52 211 153 / 0.6); + border-bottom-color: rgb(52 211 153 / 0.6); +} +.border-y-emerald-400\/70{ + border-top-color: rgb(52 211 153 / 0.7); + border-bottom-color: rgb(52 211 153 / 0.7); +} +.border-y-emerald-400\/75{ + border-top-color: rgb(52 211 153 / 0.75); + border-bottom-color: rgb(52 211 153 / 0.75); +} +.border-y-emerald-400\/80{ + border-top-color: rgb(52 211 153 / 0.8); + border-bottom-color: rgb(52 211 153 / 0.8); +} +.border-y-emerald-400\/90{ + border-top-color: rgb(52 211 153 / 0.9); + border-bottom-color: rgb(52 211 153 / 0.9); +} +.border-y-emerald-400\/95{ + border-top-color: rgb(52 211 153 / 0.95); + border-bottom-color: rgb(52 211 153 / 0.95); +} +.border-y-emerald-400\/100{ + border-top-color: rgb(52 211 153 / 1); + border-bottom-color: rgb(52 211 153 / 1); +} +.border-y-emerald-500\/0{ + border-top-color: rgb(16 185 129 / 0); + border-bottom-color: rgb(16 185 129 / 0); +} +.border-y-emerald-500\/5{ + border-top-color: rgb(16 185 129 / 0.05); + border-bottom-color: rgb(16 185 129 / 0.05); +} +.border-y-emerald-500\/10{ + border-top-color: rgb(16 185 129 / 0.1); + border-bottom-color: rgb(16 185 129 / 0.1); +} +.border-y-emerald-500\/20{ + border-top-color: rgb(16 185 129 / 0.2); + border-bottom-color: rgb(16 185 129 / 0.2); +} +.border-y-emerald-500\/25{ + border-top-color: rgb(16 185 129 / 0.25); + border-bottom-color: rgb(16 185 129 / 0.25); +} +.border-y-emerald-500\/30{ + border-top-color: rgb(16 185 129 / 0.3); + border-bottom-color: rgb(16 185 129 / 0.3); +} +.border-y-emerald-500\/40{ + border-top-color: rgb(16 185 129 / 0.4); + border-bottom-color: rgb(16 185 129 / 0.4); +} +.border-y-emerald-500\/50{ + border-top-color: rgb(16 185 129 / 0.5); + border-bottom-color: rgb(16 185 129 / 0.5); +} +.border-y-emerald-500\/60{ + border-top-color: rgb(16 185 129 / 0.6); + border-bottom-color: rgb(16 185 129 / 0.6); +} +.border-y-emerald-500\/70{ + border-top-color: rgb(16 185 129 / 0.7); + border-bottom-color: rgb(16 185 129 / 0.7); +} +.border-y-emerald-500\/75{ + border-top-color: rgb(16 185 129 / 0.75); + border-bottom-color: rgb(16 185 129 / 0.75); +} +.border-y-emerald-500\/80{ + border-top-color: rgb(16 185 129 / 0.8); + border-bottom-color: rgb(16 185 129 / 0.8); +} +.border-y-emerald-500\/90{ + border-top-color: rgb(16 185 129 / 0.9); + border-bottom-color: rgb(16 185 129 / 0.9); +} +.border-y-emerald-500\/95{ + border-top-color: rgb(16 185 129 / 0.95); + border-bottom-color: rgb(16 185 129 / 0.95); +} +.border-y-emerald-500\/100{ + border-top-color: rgb(16 185 129 / 1); + border-bottom-color: rgb(16 185 129 / 1); +} +.border-y-emerald-600\/0{ + border-top-color: rgb(5 150 105 / 0); + border-bottom-color: rgb(5 150 105 / 0); +} +.border-y-emerald-600\/5{ + border-top-color: rgb(5 150 105 / 0.05); + border-bottom-color: rgb(5 150 105 / 0.05); +} +.border-y-emerald-600\/10{ + border-top-color: rgb(5 150 105 / 0.1); + border-bottom-color: rgb(5 150 105 / 0.1); +} +.border-y-emerald-600\/20{ + border-top-color: rgb(5 150 105 / 0.2); + border-bottom-color: rgb(5 150 105 / 0.2); +} +.border-y-emerald-600\/25{ + border-top-color: rgb(5 150 105 / 0.25); + border-bottom-color: rgb(5 150 105 / 0.25); +} +.border-y-emerald-600\/30{ + border-top-color: rgb(5 150 105 / 0.3); + border-bottom-color: rgb(5 150 105 / 0.3); +} +.border-y-emerald-600\/40{ + border-top-color: rgb(5 150 105 / 0.4); + border-bottom-color: rgb(5 150 105 / 0.4); +} +.border-y-emerald-600\/50{ + border-top-color: rgb(5 150 105 / 0.5); + border-bottom-color: rgb(5 150 105 / 0.5); +} +.border-y-emerald-600\/60{ + border-top-color: rgb(5 150 105 / 0.6); + border-bottom-color: rgb(5 150 105 / 0.6); +} +.border-y-emerald-600\/70{ + border-top-color: rgb(5 150 105 / 0.7); + border-bottom-color: rgb(5 150 105 / 0.7); +} +.border-y-emerald-600\/75{ + border-top-color: rgb(5 150 105 / 0.75); + border-bottom-color: rgb(5 150 105 / 0.75); +} +.border-y-emerald-600\/80{ + border-top-color: rgb(5 150 105 / 0.8); + border-bottom-color: rgb(5 150 105 / 0.8); +} +.border-y-emerald-600\/90{ + border-top-color: rgb(5 150 105 / 0.9); + border-bottom-color: rgb(5 150 105 / 0.9); +} +.border-y-emerald-600\/95{ + border-top-color: rgb(5 150 105 / 0.95); + border-bottom-color: rgb(5 150 105 / 0.95); +} +.border-y-emerald-600\/100{ + border-top-color: rgb(5 150 105 / 1); + border-bottom-color: rgb(5 150 105 / 1); +} +.border-y-emerald-700\/0{ + border-top-color: rgb(4 120 87 / 0); + border-bottom-color: rgb(4 120 87 / 0); +} +.border-y-emerald-700\/5{ + border-top-color: rgb(4 120 87 / 0.05); + border-bottom-color: rgb(4 120 87 / 0.05); +} +.border-y-emerald-700\/10{ + border-top-color: rgb(4 120 87 / 0.1); + border-bottom-color: rgb(4 120 87 / 0.1); +} +.border-y-emerald-700\/20{ + border-top-color: rgb(4 120 87 / 0.2); + border-bottom-color: rgb(4 120 87 / 0.2); +} +.border-y-emerald-700\/25{ + border-top-color: rgb(4 120 87 / 0.25); + border-bottom-color: rgb(4 120 87 / 0.25); +} +.border-y-emerald-700\/30{ + border-top-color: rgb(4 120 87 / 0.3); + border-bottom-color: rgb(4 120 87 / 0.3); +} +.border-y-emerald-700\/40{ + border-top-color: rgb(4 120 87 / 0.4); + border-bottom-color: rgb(4 120 87 / 0.4); +} +.border-y-emerald-700\/50{ + border-top-color: rgb(4 120 87 / 0.5); + border-bottom-color: rgb(4 120 87 / 0.5); +} +.border-y-emerald-700\/60{ + border-top-color: rgb(4 120 87 / 0.6); + border-bottom-color: rgb(4 120 87 / 0.6); +} +.border-y-emerald-700\/70{ + border-top-color: rgb(4 120 87 / 0.7); + border-bottom-color: rgb(4 120 87 / 0.7); +} +.border-y-emerald-700\/75{ + border-top-color: rgb(4 120 87 / 0.75); + border-bottom-color: rgb(4 120 87 / 0.75); +} +.border-y-emerald-700\/80{ + border-top-color: rgb(4 120 87 / 0.8); + border-bottom-color: rgb(4 120 87 / 0.8); +} +.border-y-emerald-700\/90{ + border-top-color: rgb(4 120 87 / 0.9); + border-bottom-color: rgb(4 120 87 / 0.9); +} +.border-y-emerald-700\/95{ + border-top-color: rgb(4 120 87 / 0.95); + border-bottom-color: rgb(4 120 87 / 0.95); +} +.border-y-emerald-700\/100{ + border-top-color: rgb(4 120 87 / 1); + border-bottom-color: rgb(4 120 87 / 1); +} +.border-y-emerald-800\/0{ + border-top-color: rgb(6 95 70 / 0); + border-bottom-color: rgb(6 95 70 / 0); +} +.border-y-emerald-800\/5{ + border-top-color: rgb(6 95 70 / 0.05); + border-bottom-color: rgb(6 95 70 / 0.05); +} +.border-y-emerald-800\/10{ + border-top-color: rgb(6 95 70 / 0.1); + border-bottom-color: rgb(6 95 70 / 0.1); +} +.border-y-emerald-800\/20{ + border-top-color: rgb(6 95 70 / 0.2); + border-bottom-color: rgb(6 95 70 / 0.2); +} +.border-y-emerald-800\/25{ + border-top-color: rgb(6 95 70 / 0.25); + border-bottom-color: rgb(6 95 70 / 0.25); +} +.border-y-emerald-800\/30{ + border-top-color: rgb(6 95 70 / 0.3); + border-bottom-color: rgb(6 95 70 / 0.3); +} +.border-y-emerald-800\/40{ + border-top-color: rgb(6 95 70 / 0.4); + border-bottom-color: rgb(6 95 70 / 0.4); +} +.border-y-emerald-800\/50{ + border-top-color: rgb(6 95 70 / 0.5); + border-bottom-color: rgb(6 95 70 / 0.5); +} +.border-y-emerald-800\/60{ + border-top-color: rgb(6 95 70 / 0.6); + border-bottom-color: rgb(6 95 70 / 0.6); +} +.border-y-emerald-800\/70{ + border-top-color: rgb(6 95 70 / 0.7); + border-bottom-color: rgb(6 95 70 / 0.7); +} +.border-y-emerald-800\/75{ + border-top-color: rgb(6 95 70 / 0.75); + border-bottom-color: rgb(6 95 70 / 0.75); +} +.border-y-emerald-800\/80{ + border-top-color: rgb(6 95 70 / 0.8); + border-bottom-color: rgb(6 95 70 / 0.8); +} +.border-y-emerald-800\/90{ + border-top-color: rgb(6 95 70 / 0.9); + border-bottom-color: rgb(6 95 70 / 0.9); +} +.border-y-emerald-800\/95{ + border-top-color: rgb(6 95 70 / 0.95); + border-bottom-color: rgb(6 95 70 / 0.95); +} +.border-y-emerald-800\/100{ + border-top-color: rgb(6 95 70 / 1); + border-bottom-color: rgb(6 95 70 / 1); +} +.border-y-emerald-900\/0{ + border-top-color: rgb(6 78 59 / 0); + border-bottom-color: rgb(6 78 59 / 0); +} +.border-y-emerald-900\/5{ + border-top-color: rgb(6 78 59 / 0.05); + border-bottom-color: rgb(6 78 59 / 0.05); +} +.border-y-emerald-900\/10{ + border-top-color: rgb(6 78 59 / 0.1); + border-bottom-color: rgb(6 78 59 / 0.1); +} +.border-y-emerald-900\/20{ + border-top-color: rgb(6 78 59 / 0.2); + border-bottom-color: rgb(6 78 59 / 0.2); +} +.border-y-emerald-900\/25{ + border-top-color: rgb(6 78 59 / 0.25); + border-bottom-color: rgb(6 78 59 / 0.25); +} +.border-y-emerald-900\/30{ + border-top-color: rgb(6 78 59 / 0.3); + border-bottom-color: rgb(6 78 59 / 0.3); +} +.border-y-emerald-900\/40{ + border-top-color: rgb(6 78 59 / 0.4); + border-bottom-color: rgb(6 78 59 / 0.4); +} +.border-y-emerald-900\/50{ + border-top-color: rgb(6 78 59 / 0.5); + border-bottom-color: rgb(6 78 59 / 0.5); +} +.border-y-emerald-900\/60{ + border-top-color: rgb(6 78 59 / 0.6); + border-bottom-color: rgb(6 78 59 / 0.6); +} +.border-y-emerald-900\/70{ + border-top-color: rgb(6 78 59 / 0.7); + border-bottom-color: rgb(6 78 59 / 0.7); +} +.border-y-emerald-900\/75{ + border-top-color: rgb(6 78 59 / 0.75); + border-bottom-color: rgb(6 78 59 / 0.75); +} +.border-y-emerald-900\/80{ + border-top-color: rgb(6 78 59 / 0.8); + border-bottom-color: rgb(6 78 59 / 0.8); +} +.border-y-emerald-900\/90{ + border-top-color: rgb(6 78 59 / 0.9); + border-bottom-color: rgb(6 78 59 / 0.9); +} +.border-y-emerald-900\/95{ + border-top-color: rgb(6 78 59 / 0.95); + border-bottom-color: rgb(6 78 59 / 0.95); +} +.border-y-emerald-900\/100{ + border-top-color: rgb(6 78 59 / 1); + border-bottom-color: rgb(6 78 59 / 1); +} +.border-y-teal-50\/0{ + border-top-color: rgb(237 250 250 / 0); + border-bottom-color: rgb(237 250 250 / 0); +} +.border-y-teal-50\/5{ + border-top-color: rgb(237 250 250 / 0.05); + border-bottom-color: rgb(237 250 250 / 0.05); +} +.border-y-teal-50\/10{ + border-top-color: rgb(237 250 250 / 0.1); + border-bottom-color: rgb(237 250 250 / 0.1); +} +.border-y-teal-50\/20{ + border-top-color: rgb(237 250 250 / 0.2); + border-bottom-color: rgb(237 250 250 / 0.2); +} +.border-y-teal-50\/25{ + border-top-color: rgb(237 250 250 / 0.25); + border-bottom-color: rgb(237 250 250 / 0.25); +} +.border-y-teal-50\/30{ + border-top-color: rgb(237 250 250 / 0.3); + border-bottom-color: rgb(237 250 250 / 0.3); +} +.border-y-teal-50\/40{ + border-top-color: rgb(237 250 250 / 0.4); + border-bottom-color: rgb(237 250 250 / 0.4); +} +.border-y-teal-50\/50{ + border-top-color: rgb(237 250 250 / 0.5); + border-bottom-color: rgb(237 250 250 / 0.5); +} +.border-y-teal-50\/60{ + border-top-color: rgb(237 250 250 / 0.6); + border-bottom-color: rgb(237 250 250 / 0.6); +} +.border-y-teal-50\/70{ + border-top-color: rgb(237 250 250 / 0.7); + border-bottom-color: rgb(237 250 250 / 0.7); +} +.border-y-teal-50\/75{ + border-top-color: rgb(237 250 250 / 0.75); + border-bottom-color: rgb(237 250 250 / 0.75); +} +.border-y-teal-50\/80{ + border-top-color: rgb(237 250 250 / 0.8); + border-bottom-color: rgb(237 250 250 / 0.8); +} +.border-y-teal-50\/90{ + border-top-color: rgb(237 250 250 / 0.9); + border-bottom-color: rgb(237 250 250 / 0.9); +} +.border-y-teal-50\/95{ + border-top-color: rgb(237 250 250 / 0.95); + border-bottom-color: rgb(237 250 250 / 0.95); +} +.border-y-teal-50\/100{ + border-top-color: rgb(237 250 250 / 1); + border-bottom-color: rgb(237 250 250 / 1); +} +.border-y-teal-100\/0{ + border-top-color: rgb(213 245 246 / 0); + border-bottom-color: rgb(213 245 246 / 0); +} +.border-y-teal-100\/5{ + border-top-color: rgb(213 245 246 / 0.05); + border-bottom-color: rgb(213 245 246 / 0.05); +} +.border-y-teal-100\/10{ + border-top-color: rgb(213 245 246 / 0.1); + border-bottom-color: rgb(213 245 246 / 0.1); +} +.border-y-teal-100\/20{ + border-top-color: rgb(213 245 246 / 0.2); + border-bottom-color: rgb(213 245 246 / 0.2); +} +.border-y-teal-100\/25{ + border-top-color: rgb(213 245 246 / 0.25); + border-bottom-color: rgb(213 245 246 / 0.25); +} +.border-y-teal-100\/30{ + border-top-color: rgb(213 245 246 / 0.3); + border-bottom-color: rgb(213 245 246 / 0.3); +} +.border-y-teal-100\/40{ + border-top-color: rgb(213 245 246 / 0.4); + border-bottom-color: rgb(213 245 246 / 0.4); +} +.border-y-teal-100\/50{ + border-top-color: rgb(213 245 246 / 0.5); + border-bottom-color: rgb(213 245 246 / 0.5); +} +.border-y-teal-100\/60{ + border-top-color: rgb(213 245 246 / 0.6); + border-bottom-color: rgb(213 245 246 / 0.6); +} +.border-y-teal-100\/70{ + border-top-color: rgb(213 245 246 / 0.7); + border-bottom-color: rgb(213 245 246 / 0.7); +} +.border-y-teal-100\/75{ + border-top-color: rgb(213 245 246 / 0.75); + border-bottom-color: rgb(213 245 246 / 0.75); +} +.border-y-teal-100\/80{ + border-top-color: rgb(213 245 246 / 0.8); + border-bottom-color: rgb(213 245 246 / 0.8); +} +.border-y-teal-100\/90{ + border-top-color: rgb(213 245 246 / 0.9); + border-bottom-color: rgb(213 245 246 / 0.9); +} +.border-y-teal-100\/95{ + border-top-color: rgb(213 245 246 / 0.95); + border-bottom-color: rgb(213 245 246 / 0.95); +} +.border-y-teal-100\/100{ + border-top-color: rgb(213 245 246 / 1); + border-bottom-color: rgb(213 245 246 / 1); +} +.border-y-teal-200\/0{ + border-top-color: rgb(175 236 239 / 0); + border-bottom-color: rgb(175 236 239 / 0); +} +.border-y-teal-200\/5{ + border-top-color: rgb(175 236 239 / 0.05); + border-bottom-color: rgb(175 236 239 / 0.05); +} +.border-y-teal-200\/10{ + border-top-color: rgb(175 236 239 / 0.1); + border-bottom-color: rgb(175 236 239 / 0.1); +} +.border-y-teal-200\/20{ + border-top-color: rgb(175 236 239 / 0.2); + border-bottom-color: rgb(175 236 239 / 0.2); +} +.border-y-teal-200\/25{ + border-top-color: rgb(175 236 239 / 0.25); + border-bottom-color: rgb(175 236 239 / 0.25); +} +.border-y-teal-200\/30{ + border-top-color: rgb(175 236 239 / 0.3); + border-bottom-color: rgb(175 236 239 / 0.3); +} +.border-y-teal-200\/40{ + border-top-color: rgb(175 236 239 / 0.4); + border-bottom-color: rgb(175 236 239 / 0.4); +} +.border-y-teal-200\/50{ + border-top-color: rgb(175 236 239 / 0.5); + border-bottom-color: rgb(175 236 239 / 0.5); +} +.border-y-teal-200\/60{ + border-top-color: rgb(175 236 239 / 0.6); + border-bottom-color: rgb(175 236 239 / 0.6); +} +.border-y-teal-200\/70{ + border-top-color: rgb(175 236 239 / 0.7); + border-bottom-color: rgb(175 236 239 / 0.7); +} +.border-y-teal-200\/75{ + border-top-color: rgb(175 236 239 / 0.75); + border-bottom-color: rgb(175 236 239 / 0.75); +} +.border-y-teal-200\/80{ + border-top-color: rgb(175 236 239 / 0.8); + border-bottom-color: rgb(175 236 239 / 0.8); +} +.border-y-teal-200\/90{ + border-top-color: rgb(175 236 239 / 0.9); + border-bottom-color: rgb(175 236 239 / 0.9); +} +.border-y-teal-200\/95{ + border-top-color: rgb(175 236 239 / 0.95); + border-bottom-color: rgb(175 236 239 / 0.95); +} +.border-y-teal-200\/100{ + border-top-color: rgb(175 236 239 / 1); + border-bottom-color: rgb(175 236 239 / 1); +} +.border-y-teal-300\/0{ + border-top-color: rgb(126 220 226 / 0); + border-bottom-color: rgb(126 220 226 / 0); +} +.border-y-teal-300\/5{ + border-top-color: rgb(126 220 226 / 0.05); + border-bottom-color: rgb(126 220 226 / 0.05); +} +.border-y-teal-300\/10{ + border-top-color: rgb(126 220 226 / 0.1); + border-bottom-color: rgb(126 220 226 / 0.1); +} +.border-y-teal-300\/20{ + border-top-color: rgb(126 220 226 / 0.2); + border-bottom-color: rgb(126 220 226 / 0.2); +} +.border-y-teal-300\/25{ + border-top-color: rgb(126 220 226 / 0.25); + border-bottom-color: rgb(126 220 226 / 0.25); +} +.border-y-teal-300\/30{ + border-top-color: rgb(126 220 226 / 0.3); + border-bottom-color: rgb(126 220 226 / 0.3); +} +.border-y-teal-300\/40{ + border-top-color: rgb(126 220 226 / 0.4); + border-bottom-color: rgb(126 220 226 / 0.4); +} +.border-y-teal-300\/50{ + border-top-color: rgb(126 220 226 / 0.5); + border-bottom-color: rgb(126 220 226 / 0.5); +} +.border-y-teal-300\/60{ + border-top-color: rgb(126 220 226 / 0.6); + border-bottom-color: rgb(126 220 226 / 0.6); +} +.border-y-teal-300\/70{ + border-top-color: rgb(126 220 226 / 0.7); + border-bottom-color: rgb(126 220 226 / 0.7); +} +.border-y-teal-300\/75{ + border-top-color: rgb(126 220 226 / 0.75); + border-bottom-color: rgb(126 220 226 / 0.75); +} +.border-y-teal-300\/80{ + border-top-color: rgb(126 220 226 / 0.8); + border-bottom-color: rgb(126 220 226 / 0.8); +} +.border-y-teal-300\/90{ + border-top-color: rgb(126 220 226 / 0.9); + border-bottom-color: rgb(126 220 226 / 0.9); +} +.border-y-teal-300\/95{ + border-top-color: rgb(126 220 226 / 0.95); + border-bottom-color: rgb(126 220 226 / 0.95); +} +.border-y-teal-300\/100{ + border-top-color: rgb(126 220 226 / 1); + border-bottom-color: rgb(126 220 226 / 1); +} +.border-y-teal-400\/0{ + border-top-color: rgb(22 189 202 / 0); + border-bottom-color: rgb(22 189 202 / 0); +} +.border-y-teal-400\/5{ + border-top-color: rgb(22 189 202 / 0.05); + border-bottom-color: rgb(22 189 202 / 0.05); +} +.border-y-teal-400\/10{ + border-top-color: rgb(22 189 202 / 0.1); + border-bottom-color: rgb(22 189 202 / 0.1); +} +.border-y-teal-400\/20{ + border-top-color: rgb(22 189 202 / 0.2); + border-bottom-color: rgb(22 189 202 / 0.2); +} +.border-y-teal-400\/25{ + border-top-color: rgb(22 189 202 / 0.25); + border-bottom-color: rgb(22 189 202 / 0.25); +} +.border-y-teal-400\/30{ + border-top-color: rgb(22 189 202 / 0.3); + border-bottom-color: rgb(22 189 202 / 0.3); +} +.border-y-teal-400\/40{ + border-top-color: rgb(22 189 202 / 0.4); + border-bottom-color: rgb(22 189 202 / 0.4); +} +.border-y-teal-400\/50{ + border-top-color: rgb(22 189 202 / 0.5); + border-bottom-color: rgb(22 189 202 / 0.5); +} +.border-y-teal-400\/60{ + border-top-color: rgb(22 189 202 / 0.6); + border-bottom-color: rgb(22 189 202 / 0.6); +} +.border-y-teal-400\/70{ + border-top-color: rgb(22 189 202 / 0.7); + border-bottom-color: rgb(22 189 202 / 0.7); +} +.border-y-teal-400\/75{ + border-top-color: rgb(22 189 202 / 0.75); + border-bottom-color: rgb(22 189 202 / 0.75); +} +.border-y-teal-400\/80{ + border-top-color: rgb(22 189 202 / 0.8); + border-bottom-color: rgb(22 189 202 / 0.8); +} +.border-y-teal-400\/90{ + border-top-color: rgb(22 189 202 / 0.9); + border-bottom-color: rgb(22 189 202 / 0.9); +} +.border-y-teal-400\/95{ + border-top-color: rgb(22 189 202 / 0.95); + border-bottom-color: rgb(22 189 202 / 0.95); +} +.border-y-teal-400\/100{ + border-top-color: rgb(22 189 202 / 1); + border-bottom-color: rgb(22 189 202 / 1); +} +.border-y-teal-500\/0{ + border-top-color: rgb(6 148 162 / 0); + border-bottom-color: rgb(6 148 162 / 0); +} +.border-y-teal-500\/5{ + border-top-color: rgb(6 148 162 / 0.05); + border-bottom-color: rgb(6 148 162 / 0.05); +} +.border-y-teal-500\/10{ + border-top-color: rgb(6 148 162 / 0.1); + border-bottom-color: rgb(6 148 162 / 0.1); +} +.border-y-teal-500\/20{ + border-top-color: rgb(6 148 162 / 0.2); + border-bottom-color: rgb(6 148 162 / 0.2); +} +.border-y-teal-500\/25{ + border-top-color: rgb(6 148 162 / 0.25); + border-bottom-color: rgb(6 148 162 / 0.25); +} +.border-y-teal-500\/30{ + border-top-color: rgb(6 148 162 / 0.3); + border-bottom-color: rgb(6 148 162 / 0.3); +} +.border-y-teal-500\/40{ + border-top-color: rgb(6 148 162 / 0.4); + border-bottom-color: rgb(6 148 162 / 0.4); +} +.border-y-teal-500\/50{ + border-top-color: rgb(6 148 162 / 0.5); + border-bottom-color: rgb(6 148 162 / 0.5); +} +.border-y-teal-500\/60{ + border-top-color: rgb(6 148 162 / 0.6); + border-bottom-color: rgb(6 148 162 / 0.6); +} +.border-y-teal-500\/70{ + border-top-color: rgb(6 148 162 / 0.7); + border-bottom-color: rgb(6 148 162 / 0.7); +} +.border-y-teal-500\/75{ + border-top-color: rgb(6 148 162 / 0.75); + border-bottom-color: rgb(6 148 162 / 0.75); +} +.border-y-teal-500\/80{ + border-top-color: rgb(6 148 162 / 0.8); + border-bottom-color: rgb(6 148 162 / 0.8); +} +.border-y-teal-500\/90{ + border-top-color: rgb(6 148 162 / 0.9); + border-bottom-color: rgb(6 148 162 / 0.9); +} +.border-y-teal-500\/95{ + border-top-color: rgb(6 148 162 / 0.95); + border-bottom-color: rgb(6 148 162 / 0.95); +} +.border-y-teal-500\/100{ + border-top-color: rgb(6 148 162 / 1); + border-bottom-color: rgb(6 148 162 / 1); +} +.border-y-teal-600\/0{ + border-top-color: rgb(4 116 129 / 0); + border-bottom-color: rgb(4 116 129 / 0); +} +.border-y-teal-600\/5{ + border-top-color: rgb(4 116 129 / 0.05); + border-bottom-color: rgb(4 116 129 / 0.05); +} +.border-y-teal-600\/10{ + border-top-color: rgb(4 116 129 / 0.1); + border-bottom-color: rgb(4 116 129 / 0.1); +} +.border-y-teal-600\/20{ + border-top-color: rgb(4 116 129 / 0.2); + border-bottom-color: rgb(4 116 129 / 0.2); +} +.border-y-teal-600\/25{ + border-top-color: rgb(4 116 129 / 0.25); + border-bottom-color: rgb(4 116 129 / 0.25); +} +.border-y-teal-600\/30{ + border-top-color: rgb(4 116 129 / 0.3); + border-bottom-color: rgb(4 116 129 / 0.3); +} +.border-y-teal-600\/40{ + border-top-color: rgb(4 116 129 / 0.4); + border-bottom-color: rgb(4 116 129 / 0.4); +} +.border-y-teal-600\/50{ + border-top-color: rgb(4 116 129 / 0.5); + border-bottom-color: rgb(4 116 129 / 0.5); +} +.border-y-teal-600\/60{ + border-top-color: rgb(4 116 129 / 0.6); + border-bottom-color: rgb(4 116 129 / 0.6); +} +.border-y-teal-600\/70{ + border-top-color: rgb(4 116 129 / 0.7); + border-bottom-color: rgb(4 116 129 / 0.7); +} +.border-y-teal-600\/75{ + border-top-color: rgb(4 116 129 / 0.75); + border-bottom-color: rgb(4 116 129 / 0.75); +} +.border-y-teal-600\/80{ + border-top-color: rgb(4 116 129 / 0.8); + border-bottom-color: rgb(4 116 129 / 0.8); +} +.border-y-teal-600\/90{ + border-top-color: rgb(4 116 129 / 0.9); + border-bottom-color: rgb(4 116 129 / 0.9); +} +.border-y-teal-600\/95{ + border-top-color: rgb(4 116 129 / 0.95); + border-bottom-color: rgb(4 116 129 / 0.95); +} +.border-y-teal-600\/100{ + border-top-color: rgb(4 116 129 / 1); + border-bottom-color: rgb(4 116 129 / 1); +} +.border-y-teal-700\/0{ + border-top-color: rgb(3 102 114 / 0); + border-bottom-color: rgb(3 102 114 / 0); +} +.border-y-teal-700\/5{ + border-top-color: rgb(3 102 114 / 0.05); + border-bottom-color: rgb(3 102 114 / 0.05); +} +.border-y-teal-700\/10{ + border-top-color: rgb(3 102 114 / 0.1); + border-bottom-color: rgb(3 102 114 / 0.1); +} +.border-y-teal-700\/20{ + border-top-color: rgb(3 102 114 / 0.2); + border-bottom-color: rgb(3 102 114 / 0.2); +} +.border-y-teal-700\/25{ + border-top-color: rgb(3 102 114 / 0.25); + border-bottom-color: rgb(3 102 114 / 0.25); +} +.border-y-teal-700\/30{ + border-top-color: rgb(3 102 114 / 0.3); + border-bottom-color: rgb(3 102 114 / 0.3); +} +.border-y-teal-700\/40{ + border-top-color: rgb(3 102 114 / 0.4); + border-bottom-color: rgb(3 102 114 / 0.4); +} +.border-y-teal-700\/50{ + border-top-color: rgb(3 102 114 / 0.5); + border-bottom-color: rgb(3 102 114 / 0.5); +} +.border-y-teal-700\/60{ + border-top-color: rgb(3 102 114 / 0.6); + border-bottom-color: rgb(3 102 114 / 0.6); +} +.border-y-teal-700\/70{ + border-top-color: rgb(3 102 114 / 0.7); + border-bottom-color: rgb(3 102 114 / 0.7); +} +.border-y-teal-700\/75{ + border-top-color: rgb(3 102 114 / 0.75); + border-bottom-color: rgb(3 102 114 / 0.75); +} +.border-y-teal-700\/80{ + border-top-color: rgb(3 102 114 / 0.8); + border-bottom-color: rgb(3 102 114 / 0.8); +} +.border-y-teal-700\/90{ + border-top-color: rgb(3 102 114 / 0.9); + border-bottom-color: rgb(3 102 114 / 0.9); +} +.border-y-teal-700\/95{ + border-top-color: rgb(3 102 114 / 0.95); + border-bottom-color: rgb(3 102 114 / 0.95); +} +.border-y-teal-700\/100{ + border-top-color: rgb(3 102 114 / 1); + border-bottom-color: rgb(3 102 114 / 1); +} +.border-y-teal-800\/0{ + border-top-color: rgb(5 80 92 / 0); + border-bottom-color: rgb(5 80 92 / 0); +} +.border-y-teal-800\/5{ + border-top-color: rgb(5 80 92 / 0.05); + border-bottom-color: rgb(5 80 92 / 0.05); +} +.border-y-teal-800\/10{ + border-top-color: rgb(5 80 92 / 0.1); + border-bottom-color: rgb(5 80 92 / 0.1); +} +.border-y-teal-800\/20{ + border-top-color: rgb(5 80 92 / 0.2); + border-bottom-color: rgb(5 80 92 / 0.2); +} +.border-y-teal-800\/25{ + border-top-color: rgb(5 80 92 / 0.25); + border-bottom-color: rgb(5 80 92 / 0.25); +} +.border-y-teal-800\/30{ + border-top-color: rgb(5 80 92 / 0.3); + border-bottom-color: rgb(5 80 92 / 0.3); +} +.border-y-teal-800\/40{ + border-top-color: rgb(5 80 92 / 0.4); + border-bottom-color: rgb(5 80 92 / 0.4); +} +.border-y-teal-800\/50{ + border-top-color: rgb(5 80 92 / 0.5); + border-bottom-color: rgb(5 80 92 / 0.5); +} +.border-y-teal-800\/60{ + border-top-color: rgb(5 80 92 / 0.6); + border-bottom-color: rgb(5 80 92 / 0.6); +} +.border-y-teal-800\/70{ + border-top-color: rgb(5 80 92 / 0.7); + border-bottom-color: rgb(5 80 92 / 0.7); +} +.border-y-teal-800\/75{ + border-top-color: rgb(5 80 92 / 0.75); + border-bottom-color: rgb(5 80 92 / 0.75); +} +.border-y-teal-800\/80{ + border-top-color: rgb(5 80 92 / 0.8); + border-bottom-color: rgb(5 80 92 / 0.8); +} +.border-y-teal-800\/90{ + border-top-color: rgb(5 80 92 / 0.9); + border-bottom-color: rgb(5 80 92 / 0.9); +} +.border-y-teal-800\/95{ + border-top-color: rgb(5 80 92 / 0.95); + border-bottom-color: rgb(5 80 92 / 0.95); +} +.border-y-teal-800\/100{ + border-top-color: rgb(5 80 92 / 1); + border-bottom-color: rgb(5 80 92 / 1); +} +.border-y-teal-900\/0{ + border-top-color: rgb(1 68 81 / 0); + border-bottom-color: rgb(1 68 81 / 0); +} +.border-y-teal-900\/5{ + border-top-color: rgb(1 68 81 / 0.05); + border-bottom-color: rgb(1 68 81 / 0.05); +} +.border-y-teal-900\/10{ + border-top-color: rgb(1 68 81 / 0.1); + border-bottom-color: rgb(1 68 81 / 0.1); +} +.border-y-teal-900\/20{ + border-top-color: rgb(1 68 81 / 0.2); + border-bottom-color: rgb(1 68 81 / 0.2); +} +.border-y-teal-900\/25{ + border-top-color: rgb(1 68 81 / 0.25); + border-bottom-color: rgb(1 68 81 / 0.25); +} +.border-y-teal-900\/30{ + border-top-color: rgb(1 68 81 / 0.3); + border-bottom-color: rgb(1 68 81 / 0.3); +} +.border-y-teal-900\/40{ + border-top-color: rgb(1 68 81 / 0.4); + border-bottom-color: rgb(1 68 81 / 0.4); +} +.border-y-teal-900\/50{ + border-top-color: rgb(1 68 81 / 0.5); + border-bottom-color: rgb(1 68 81 / 0.5); +} +.border-y-teal-900\/60{ + border-top-color: rgb(1 68 81 / 0.6); + border-bottom-color: rgb(1 68 81 / 0.6); +} +.border-y-teal-900\/70{ + border-top-color: rgb(1 68 81 / 0.7); + border-bottom-color: rgb(1 68 81 / 0.7); +} +.border-y-teal-900\/75{ + border-top-color: rgb(1 68 81 / 0.75); + border-bottom-color: rgb(1 68 81 / 0.75); +} +.border-y-teal-900\/80{ + border-top-color: rgb(1 68 81 / 0.8); + border-bottom-color: rgb(1 68 81 / 0.8); +} +.border-y-teal-900\/90{ + border-top-color: rgb(1 68 81 / 0.9); + border-bottom-color: rgb(1 68 81 / 0.9); +} +.border-y-teal-900\/95{ + border-top-color: rgb(1 68 81 / 0.95); + border-bottom-color: rgb(1 68 81 / 0.95); +} +.border-y-teal-900\/100{ + border-top-color: rgb(1 68 81 / 1); + border-bottom-color: rgb(1 68 81 / 1); +} +.border-y-cyan-50\/0{ + border-top-color: rgb(236 254 255 / 0); + border-bottom-color: rgb(236 254 255 / 0); +} +.border-y-cyan-50\/5{ + border-top-color: rgb(236 254 255 / 0.05); + border-bottom-color: rgb(236 254 255 / 0.05); +} +.border-y-cyan-50\/10{ + border-top-color: rgb(236 254 255 / 0.1); + border-bottom-color: rgb(236 254 255 / 0.1); +} +.border-y-cyan-50\/20{ + border-top-color: rgb(236 254 255 / 0.2); + border-bottom-color: rgb(236 254 255 / 0.2); +} +.border-y-cyan-50\/25{ + border-top-color: rgb(236 254 255 / 0.25); + border-bottom-color: rgb(236 254 255 / 0.25); +} +.border-y-cyan-50\/30{ + border-top-color: rgb(236 254 255 / 0.3); + border-bottom-color: rgb(236 254 255 / 0.3); +} +.border-y-cyan-50\/40{ + border-top-color: rgb(236 254 255 / 0.4); + border-bottom-color: rgb(236 254 255 / 0.4); +} +.border-y-cyan-50\/50{ + border-top-color: rgb(236 254 255 / 0.5); + border-bottom-color: rgb(236 254 255 / 0.5); +} +.border-y-cyan-50\/60{ + border-top-color: rgb(236 254 255 / 0.6); + border-bottom-color: rgb(236 254 255 / 0.6); +} +.border-y-cyan-50\/70{ + border-top-color: rgb(236 254 255 / 0.7); + border-bottom-color: rgb(236 254 255 / 0.7); +} +.border-y-cyan-50\/75{ + border-top-color: rgb(236 254 255 / 0.75); + border-bottom-color: rgb(236 254 255 / 0.75); +} +.border-y-cyan-50\/80{ + border-top-color: rgb(236 254 255 / 0.8); + border-bottom-color: rgb(236 254 255 / 0.8); +} +.border-y-cyan-50\/90{ + border-top-color: rgb(236 254 255 / 0.9); + border-bottom-color: rgb(236 254 255 / 0.9); +} +.border-y-cyan-50\/95{ + border-top-color: rgb(236 254 255 / 0.95); + border-bottom-color: rgb(236 254 255 / 0.95); +} +.border-y-cyan-50\/100{ + border-top-color: rgb(236 254 255 / 1); + border-bottom-color: rgb(236 254 255 / 1); +} +.border-y-cyan-100\/0{ + border-top-color: rgb(207 250 254 / 0); + border-bottom-color: rgb(207 250 254 / 0); +} +.border-y-cyan-100\/5{ + border-top-color: rgb(207 250 254 / 0.05); + border-bottom-color: rgb(207 250 254 / 0.05); +} +.border-y-cyan-100\/10{ + border-top-color: rgb(207 250 254 / 0.1); + border-bottom-color: rgb(207 250 254 / 0.1); +} +.border-y-cyan-100\/20{ + border-top-color: rgb(207 250 254 / 0.2); + border-bottom-color: rgb(207 250 254 / 0.2); +} +.border-y-cyan-100\/25{ + border-top-color: rgb(207 250 254 / 0.25); + border-bottom-color: rgb(207 250 254 / 0.25); +} +.border-y-cyan-100\/30{ + border-top-color: rgb(207 250 254 / 0.3); + border-bottom-color: rgb(207 250 254 / 0.3); +} +.border-y-cyan-100\/40{ + border-top-color: rgb(207 250 254 / 0.4); + border-bottom-color: rgb(207 250 254 / 0.4); +} +.border-y-cyan-100\/50{ + border-top-color: rgb(207 250 254 / 0.5); + border-bottom-color: rgb(207 250 254 / 0.5); +} +.border-y-cyan-100\/60{ + border-top-color: rgb(207 250 254 / 0.6); + border-bottom-color: rgb(207 250 254 / 0.6); +} +.border-y-cyan-100\/70{ + border-top-color: rgb(207 250 254 / 0.7); + border-bottom-color: rgb(207 250 254 / 0.7); +} +.border-y-cyan-100\/75{ + border-top-color: rgb(207 250 254 / 0.75); + border-bottom-color: rgb(207 250 254 / 0.75); +} +.border-y-cyan-100\/80{ + border-top-color: rgb(207 250 254 / 0.8); + border-bottom-color: rgb(207 250 254 / 0.8); +} +.border-y-cyan-100\/90{ + border-top-color: rgb(207 250 254 / 0.9); + border-bottom-color: rgb(207 250 254 / 0.9); +} +.border-y-cyan-100\/95{ + border-top-color: rgb(207 250 254 / 0.95); + border-bottom-color: rgb(207 250 254 / 0.95); +} +.border-y-cyan-100\/100{ + border-top-color: rgb(207 250 254 / 1); + border-bottom-color: rgb(207 250 254 / 1); +} +.border-y-cyan-200\/0{ + border-top-color: rgb(165 243 252 / 0); + border-bottom-color: rgb(165 243 252 / 0); +} +.border-y-cyan-200\/5{ + border-top-color: rgb(165 243 252 / 0.05); + border-bottom-color: rgb(165 243 252 / 0.05); +} +.border-y-cyan-200\/10{ + border-top-color: rgb(165 243 252 / 0.1); + border-bottom-color: rgb(165 243 252 / 0.1); +} +.border-y-cyan-200\/20{ + border-top-color: rgb(165 243 252 / 0.2); + border-bottom-color: rgb(165 243 252 / 0.2); +} +.border-y-cyan-200\/25{ + border-top-color: rgb(165 243 252 / 0.25); + border-bottom-color: rgb(165 243 252 / 0.25); +} +.border-y-cyan-200\/30{ + border-top-color: rgb(165 243 252 / 0.3); + border-bottom-color: rgb(165 243 252 / 0.3); +} +.border-y-cyan-200\/40{ + border-top-color: rgb(165 243 252 / 0.4); + border-bottom-color: rgb(165 243 252 / 0.4); +} +.border-y-cyan-200\/50{ + border-top-color: rgb(165 243 252 / 0.5); + border-bottom-color: rgb(165 243 252 / 0.5); +} +.border-y-cyan-200\/60{ + border-top-color: rgb(165 243 252 / 0.6); + border-bottom-color: rgb(165 243 252 / 0.6); +} +.border-y-cyan-200\/70{ + border-top-color: rgb(165 243 252 / 0.7); + border-bottom-color: rgb(165 243 252 / 0.7); +} +.border-y-cyan-200\/75{ + border-top-color: rgb(165 243 252 / 0.75); + border-bottom-color: rgb(165 243 252 / 0.75); +} +.border-y-cyan-200\/80{ + border-top-color: rgb(165 243 252 / 0.8); + border-bottom-color: rgb(165 243 252 / 0.8); +} +.border-y-cyan-200\/90{ + border-top-color: rgb(165 243 252 / 0.9); + border-bottom-color: rgb(165 243 252 / 0.9); +} +.border-y-cyan-200\/95{ + border-top-color: rgb(165 243 252 / 0.95); + border-bottom-color: rgb(165 243 252 / 0.95); +} +.border-y-cyan-200\/100{ + border-top-color: rgb(165 243 252 / 1); + border-bottom-color: rgb(165 243 252 / 1); +} +.border-y-cyan-300\/0{ + border-top-color: rgb(103 232 249 / 0); + border-bottom-color: rgb(103 232 249 / 0); +} +.border-y-cyan-300\/5{ + border-top-color: rgb(103 232 249 / 0.05); + border-bottom-color: rgb(103 232 249 / 0.05); +} +.border-y-cyan-300\/10{ + border-top-color: rgb(103 232 249 / 0.1); + border-bottom-color: rgb(103 232 249 / 0.1); +} +.border-y-cyan-300\/20{ + border-top-color: rgb(103 232 249 / 0.2); + border-bottom-color: rgb(103 232 249 / 0.2); +} +.border-y-cyan-300\/25{ + border-top-color: rgb(103 232 249 / 0.25); + border-bottom-color: rgb(103 232 249 / 0.25); +} +.border-y-cyan-300\/30{ + border-top-color: rgb(103 232 249 / 0.3); + border-bottom-color: rgb(103 232 249 / 0.3); +} +.border-y-cyan-300\/40{ + border-top-color: rgb(103 232 249 / 0.4); + border-bottom-color: rgb(103 232 249 / 0.4); +} +.border-y-cyan-300\/50{ + border-top-color: rgb(103 232 249 / 0.5); + border-bottom-color: rgb(103 232 249 / 0.5); +} +.border-y-cyan-300\/60{ + border-top-color: rgb(103 232 249 / 0.6); + border-bottom-color: rgb(103 232 249 / 0.6); +} +.border-y-cyan-300\/70{ + border-top-color: rgb(103 232 249 / 0.7); + border-bottom-color: rgb(103 232 249 / 0.7); +} +.border-y-cyan-300\/75{ + border-top-color: rgb(103 232 249 / 0.75); + border-bottom-color: rgb(103 232 249 / 0.75); +} +.border-y-cyan-300\/80{ + border-top-color: rgb(103 232 249 / 0.8); + border-bottom-color: rgb(103 232 249 / 0.8); +} +.border-y-cyan-300\/90{ + border-top-color: rgb(103 232 249 / 0.9); + border-bottom-color: rgb(103 232 249 / 0.9); +} +.border-y-cyan-300\/95{ + border-top-color: rgb(103 232 249 / 0.95); + border-bottom-color: rgb(103 232 249 / 0.95); +} +.border-y-cyan-300\/100{ + border-top-color: rgb(103 232 249 / 1); + border-bottom-color: rgb(103 232 249 / 1); +} +.border-y-cyan-400\/0{ + border-top-color: rgb(34 211 238 / 0); + border-bottom-color: rgb(34 211 238 / 0); +} +.border-y-cyan-400\/5{ + border-top-color: rgb(34 211 238 / 0.05); + border-bottom-color: rgb(34 211 238 / 0.05); +} +.border-y-cyan-400\/10{ + border-top-color: rgb(34 211 238 / 0.1); + border-bottom-color: rgb(34 211 238 / 0.1); +} +.border-y-cyan-400\/20{ + border-top-color: rgb(34 211 238 / 0.2); + border-bottom-color: rgb(34 211 238 / 0.2); +} +.border-y-cyan-400\/25{ + border-top-color: rgb(34 211 238 / 0.25); + border-bottom-color: rgb(34 211 238 / 0.25); +} +.border-y-cyan-400\/30{ + border-top-color: rgb(34 211 238 / 0.3); + border-bottom-color: rgb(34 211 238 / 0.3); +} +.border-y-cyan-400\/40{ + border-top-color: rgb(34 211 238 / 0.4); + border-bottom-color: rgb(34 211 238 / 0.4); +} +.border-y-cyan-400\/50{ + border-top-color: rgb(34 211 238 / 0.5); + border-bottom-color: rgb(34 211 238 / 0.5); +} +.border-y-cyan-400\/60{ + border-top-color: rgb(34 211 238 / 0.6); + border-bottom-color: rgb(34 211 238 / 0.6); +} +.border-y-cyan-400\/70{ + border-top-color: rgb(34 211 238 / 0.7); + border-bottom-color: rgb(34 211 238 / 0.7); +} +.border-y-cyan-400\/75{ + border-top-color: rgb(34 211 238 / 0.75); + border-bottom-color: rgb(34 211 238 / 0.75); +} +.border-y-cyan-400\/80{ + border-top-color: rgb(34 211 238 / 0.8); + border-bottom-color: rgb(34 211 238 / 0.8); +} +.border-y-cyan-400\/90{ + border-top-color: rgb(34 211 238 / 0.9); + border-bottom-color: rgb(34 211 238 / 0.9); +} +.border-y-cyan-400\/95{ + border-top-color: rgb(34 211 238 / 0.95); + border-bottom-color: rgb(34 211 238 / 0.95); +} +.border-y-cyan-400\/100{ + border-top-color: rgb(34 211 238 / 1); + border-bottom-color: rgb(34 211 238 / 1); +} +.border-y-cyan-500\/0{ + border-top-color: rgb(6 182 212 / 0); + border-bottom-color: rgb(6 182 212 / 0); +} +.border-y-cyan-500\/5{ + border-top-color: rgb(6 182 212 / 0.05); + border-bottom-color: rgb(6 182 212 / 0.05); +} +.border-y-cyan-500\/10{ + border-top-color: rgb(6 182 212 / 0.1); + border-bottom-color: rgb(6 182 212 / 0.1); +} +.border-y-cyan-500\/20{ + border-top-color: rgb(6 182 212 / 0.2); + border-bottom-color: rgb(6 182 212 / 0.2); +} +.border-y-cyan-500\/25{ + border-top-color: rgb(6 182 212 / 0.25); + border-bottom-color: rgb(6 182 212 / 0.25); +} +.border-y-cyan-500\/30{ + border-top-color: rgb(6 182 212 / 0.3); + border-bottom-color: rgb(6 182 212 / 0.3); +} +.border-y-cyan-500\/40{ + border-top-color: rgb(6 182 212 / 0.4); + border-bottom-color: rgb(6 182 212 / 0.4); +} +.border-y-cyan-500\/50{ + border-top-color: rgb(6 182 212 / 0.5); + border-bottom-color: rgb(6 182 212 / 0.5); +} +.border-y-cyan-500\/60{ + border-top-color: rgb(6 182 212 / 0.6); + border-bottom-color: rgb(6 182 212 / 0.6); +} +.border-y-cyan-500\/70{ + border-top-color: rgb(6 182 212 / 0.7); + border-bottom-color: rgb(6 182 212 / 0.7); +} +.border-y-cyan-500\/75{ + border-top-color: rgb(6 182 212 / 0.75); + border-bottom-color: rgb(6 182 212 / 0.75); +} +.border-y-cyan-500\/80{ + border-top-color: rgb(6 182 212 / 0.8); + border-bottom-color: rgb(6 182 212 / 0.8); +} +.border-y-cyan-500\/90{ + border-top-color: rgb(6 182 212 / 0.9); + border-bottom-color: rgb(6 182 212 / 0.9); +} +.border-y-cyan-500\/95{ + border-top-color: rgb(6 182 212 / 0.95); + border-bottom-color: rgb(6 182 212 / 0.95); +} +.border-y-cyan-500\/100{ + border-top-color: rgb(6 182 212 / 1); + border-bottom-color: rgb(6 182 212 / 1); +} +.border-y-cyan-600\/0{ + border-top-color: rgb(8 145 178 / 0); + border-bottom-color: rgb(8 145 178 / 0); +} +.border-y-cyan-600\/5{ + border-top-color: rgb(8 145 178 / 0.05); + border-bottom-color: rgb(8 145 178 / 0.05); +} +.border-y-cyan-600\/10{ + border-top-color: rgb(8 145 178 / 0.1); + border-bottom-color: rgb(8 145 178 / 0.1); +} +.border-y-cyan-600\/20{ + border-top-color: rgb(8 145 178 / 0.2); + border-bottom-color: rgb(8 145 178 / 0.2); +} +.border-y-cyan-600\/25{ + border-top-color: rgb(8 145 178 / 0.25); + border-bottom-color: rgb(8 145 178 / 0.25); +} +.border-y-cyan-600\/30{ + border-top-color: rgb(8 145 178 / 0.3); + border-bottom-color: rgb(8 145 178 / 0.3); +} +.border-y-cyan-600\/40{ + border-top-color: rgb(8 145 178 / 0.4); + border-bottom-color: rgb(8 145 178 / 0.4); +} +.border-y-cyan-600\/50{ + border-top-color: rgb(8 145 178 / 0.5); + border-bottom-color: rgb(8 145 178 / 0.5); +} +.border-y-cyan-600\/60{ + border-top-color: rgb(8 145 178 / 0.6); + border-bottom-color: rgb(8 145 178 / 0.6); +} +.border-y-cyan-600\/70{ + border-top-color: rgb(8 145 178 / 0.7); + border-bottom-color: rgb(8 145 178 / 0.7); +} +.border-y-cyan-600\/75{ + border-top-color: rgb(8 145 178 / 0.75); + border-bottom-color: rgb(8 145 178 / 0.75); +} +.border-y-cyan-600\/80{ + border-top-color: rgb(8 145 178 / 0.8); + border-bottom-color: rgb(8 145 178 / 0.8); +} +.border-y-cyan-600\/90{ + border-top-color: rgb(8 145 178 / 0.9); + border-bottom-color: rgb(8 145 178 / 0.9); +} +.border-y-cyan-600\/95{ + border-top-color: rgb(8 145 178 / 0.95); + border-bottom-color: rgb(8 145 178 / 0.95); +} +.border-y-cyan-600\/100{ + border-top-color: rgb(8 145 178 / 1); + border-bottom-color: rgb(8 145 178 / 1); +} +.border-y-cyan-700\/0{ + border-top-color: rgb(14 116 144 / 0); + border-bottom-color: rgb(14 116 144 / 0); +} +.border-y-cyan-700\/5{ + border-top-color: rgb(14 116 144 / 0.05); + border-bottom-color: rgb(14 116 144 / 0.05); +} +.border-y-cyan-700\/10{ + border-top-color: rgb(14 116 144 / 0.1); + border-bottom-color: rgb(14 116 144 / 0.1); +} +.border-y-cyan-700\/20{ + border-top-color: rgb(14 116 144 / 0.2); + border-bottom-color: rgb(14 116 144 / 0.2); +} +.border-y-cyan-700\/25{ + border-top-color: rgb(14 116 144 / 0.25); + border-bottom-color: rgb(14 116 144 / 0.25); +} +.border-y-cyan-700\/30{ + border-top-color: rgb(14 116 144 / 0.3); + border-bottom-color: rgb(14 116 144 / 0.3); +} +.border-y-cyan-700\/40{ + border-top-color: rgb(14 116 144 / 0.4); + border-bottom-color: rgb(14 116 144 / 0.4); +} +.border-y-cyan-700\/50{ + border-top-color: rgb(14 116 144 / 0.5); + border-bottom-color: rgb(14 116 144 / 0.5); +} +.border-y-cyan-700\/60{ + border-top-color: rgb(14 116 144 / 0.6); + border-bottom-color: rgb(14 116 144 / 0.6); +} +.border-y-cyan-700\/70{ + border-top-color: rgb(14 116 144 / 0.7); + border-bottom-color: rgb(14 116 144 / 0.7); +} +.border-y-cyan-700\/75{ + border-top-color: rgb(14 116 144 / 0.75); + border-bottom-color: rgb(14 116 144 / 0.75); +} +.border-y-cyan-700\/80{ + border-top-color: rgb(14 116 144 / 0.8); + border-bottom-color: rgb(14 116 144 / 0.8); +} +.border-y-cyan-700\/90{ + border-top-color: rgb(14 116 144 / 0.9); + border-bottom-color: rgb(14 116 144 / 0.9); +} +.border-y-cyan-700\/95{ + border-top-color: rgb(14 116 144 / 0.95); + border-bottom-color: rgb(14 116 144 / 0.95); +} +.border-y-cyan-700\/100{ + border-top-color: rgb(14 116 144 / 1); + border-bottom-color: rgb(14 116 144 / 1); +} +.border-y-cyan-800\/0{ + border-top-color: rgb(21 94 117 / 0); + border-bottom-color: rgb(21 94 117 / 0); +} +.border-y-cyan-800\/5{ + border-top-color: rgb(21 94 117 / 0.05); + border-bottom-color: rgb(21 94 117 / 0.05); +} +.border-y-cyan-800\/10{ + border-top-color: rgb(21 94 117 / 0.1); + border-bottom-color: rgb(21 94 117 / 0.1); +} +.border-y-cyan-800\/20{ + border-top-color: rgb(21 94 117 / 0.2); + border-bottom-color: rgb(21 94 117 / 0.2); +} +.border-y-cyan-800\/25{ + border-top-color: rgb(21 94 117 / 0.25); + border-bottom-color: rgb(21 94 117 / 0.25); +} +.border-y-cyan-800\/30{ + border-top-color: rgb(21 94 117 / 0.3); + border-bottom-color: rgb(21 94 117 / 0.3); +} +.border-y-cyan-800\/40{ + border-top-color: rgb(21 94 117 / 0.4); + border-bottom-color: rgb(21 94 117 / 0.4); +} +.border-y-cyan-800\/50{ + border-top-color: rgb(21 94 117 / 0.5); + border-bottom-color: rgb(21 94 117 / 0.5); +} +.border-y-cyan-800\/60{ + border-top-color: rgb(21 94 117 / 0.6); + border-bottom-color: rgb(21 94 117 / 0.6); +} +.border-y-cyan-800\/70{ + border-top-color: rgb(21 94 117 / 0.7); + border-bottom-color: rgb(21 94 117 / 0.7); +} +.border-y-cyan-800\/75{ + border-top-color: rgb(21 94 117 / 0.75); + border-bottom-color: rgb(21 94 117 / 0.75); +} +.border-y-cyan-800\/80{ + border-top-color: rgb(21 94 117 / 0.8); + border-bottom-color: rgb(21 94 117 / 0.8); +} +.border-y-cyan-800\/90{ + border-top-color: rgb(21 94 117 / 0.9); + border-bottom-color: rgb(21 94 117 / 0.9); +} +.border-y-cyan-800\/95{ + border-top-color: rgb(21 94 117 / 0.95); + border-bottom-color: rgb(21 94 117 / 0.95); +} +.border-y-cyan-800\/100{ + border-top-color: rgb(21 94 117 / 1); + border-bottom-color: rgb(21 94 117 / 1); +} +.border-y-cyan-900\/0{ + border-top-color: rgb(22 78 99 / 0); + border-bottom-color: rgb(22 78 99 / 0); +} +.border-y-cyan-900\/5{ + border-top-color: rgb(22 78 99 / 0.05); + border-bottom-color: rgb(22 78 99 / 0.05); +} +.border-y-cyan-900\/10{ + border-top-color: rgb(22 78 99 / 0.1); + border-bottom-color: rgb(22 78 99 / 0.1); +} +.border-y-cyan-900\/20{ + border-top-color: rgb(22 78 99 / 0.2); + border-bottom-color: rgb(22 78 99 / 0.2); +} +.border-y-cyan-900\/25{ + border-top-color: rgb(22 78 99 / 0.25); + border-bottom-color: rgb(22 78 99 / 0.25); +} +.border-y-cyan-900\/30{ + border-top-color: rgb(22 78 99 / 0.3); + border-bottom-color: rgb(22 78 99 / 0.3); +} +.border-y-cyan-900\/40{ + border-top-color: rgb(22 78 99 / 0.4); + border-bottom-color: rgb(22 78 99 / 0.4); +} +.border-y-cyan-900\/50{ + border-top-color: rgb(22 78 99 / 0.5); + border-bottom-color: rgb(22 78 99 / 0.5); +} +.border-y-cyan-900\/60{ + border-top-color: rgb(22 78 99 / 0.6); + border-bottom-color: rgb(22 78 99 / 0.6); +} +.border-y-cyan-900\/70{ + border-top-color: rgb(22 78 99 / 0.7); + border-bottom-color: rgb(22 78 99 / 0.7); +} +.border-y-cyan-900\/75{ + border-top-color: rgb(22 78 99 / 0.75); + border-bottom-color: rgb(22 78 99 / 0.75); +} +.border-y-cyan-900\/80{ + border-top-color: rgb(22 78 99 / 0.8); + border-bottom-color: rgb(22 78 99 / 0.8); +} +.border-y-cyan-900\/90{ + border-top-color: rgb(22 78 99 / 0.9); + border-bottom-color: rgb(22 78 99 / 0.9); +} +.border-y-cyan-900\/95{ + border-top-color: rgb(22 78 99 / 0.95); + border-bottom-color: rgb(22 78 99 / 0.95); +} +.border-y-cyan-900\/100{ + border-top-color: rgb(22 78 99 / 1); + border-bottom-color: rgb(22 78 99 / 1); +} +.border-y-sky-50\/0{ + border-top-color: rgb(240 249 255 / 0); + border-bottom-color: rgb(240 249 255 / 0); +} +.border-y-sky-50\/5{ + border-top-color: rgb(240 249 255 / 0.05); + border-bottom-color: rgb(240 249 255 / 0.05); +} +.border-y-sky-50\/10{ + border-top-color: rgb(240 249 255 / 0.1); + border-bottom-color: rgb(240 249 255 / 0.1); +} +.border-y-sky-50\/20{ + border-top-color: rgb(240 249 255 / 0.2); + border-bottom-color: rgb(240 249 255 / 0.2); +} +.border-y-sky-50\/25{ + border-top-color: rgb(240 249 255 / 0.25); + border-bottom-color: rgb(240 249 255 / 0.25); +} +.border-y-sky-50\/30{ + border-top-color: rgb(240 249 255 / 0.3); + border-bottom-color: rgb(240 249 255 / 0.3); +} +.border-y-sky-50\/40{ + border-top-color: rgb(240 249 255 / 0.4); + border-bottom-color: rgb(240 249 255 / 0.4); +} +.border-y-sky-50\/50{ + border-top-color: rgb(240 249 255 / 0.5); + border-bottom-color: rgb(240 249 255 / 0.5); +} +.border-y-sky-50\/60{ + border-top-color: rgb(240 249 255 / 0.6); + border-bottom-color: rgb(240 249 255 / 0.6); +} +.border-y-sky-50\/70{ + border-top-color: rgb(240 249 255 / 0.7); + border-bottom-color: rgb(240 249 255 / 0.7); +} +.border-y-sky-50\/75{ + border-top-color: rgb(240 249 255 / 0.75); + border-bottom-color: rgb(240 249 255 / 0.75); +} +.border-y-sky-50\/80{ + border-top-color: rgb(240 249 255 / 0.8); + border-bottom-color: rgb(240 249 255 / 0.8); +} +.border-y-sky-50\/90{ + border-top-color: rgb(240 249 255 / 0.9); + border-bottom-color: rgb(240 249 255 / 0.9); +} +.border-y-sky-50\/95{ + border-top-color: rgb(240 249 255 / 0.95); + border-bottom-color: rgb(240 249 255 / 0.95); +} +.border-y-sky-50\/100{ + border-top-color: rgb(240 249 255 / 1); + border-bottom-color: rgb(240 249 255 / 1); +} +.border-y-sky-100\/0{ + border-top-color: rgb(224 242 254 / 0); + border-bottom-color: rgb(224 242 254 / 0); +} +.border-y-sky-100\/5{ + border-top-color: rgb(224 242 254 / 0.05); + border-bottom-color: rgb(224 242 254 / 0.05); +} +.border-y-sky-100\/10{ + border-top-color: rgb(224 242 254 / 0.1); + border-bottom-color: rgb(224 242 254 / 0.1); +} +.border-y-sky-100\/20{ + border-top-color: rgb(224 242 254 / 0.2); + border-bottom-color: rgb(224 242 254 / 0.2); +} +.border-y-sky-100\/25{ + border-top-color: rgb(224 242 254 / 0.25); + border-bottom-color: rgb(224 242 254 / 0.25); +} +.border-y-sky-100\/30{ + border-top-color: rgb(224 242 254 / 0.3); + border-bottom-color: rgb(224 242 254 / 0.3); +} +.border-y-sky-100\/40{ + border-top-color: rgb(224 242 254 / 0.4); + border-bottom-color: rgb(224 242 254 / 0.4); +} +.border-y-sky-100\/50{ + border-top-color: rgb(224 242 254 / 0.5); + border-bottom-color: rgb(224 242 254 / 0.5); +} +.border-y-sky-100\/60{ + border-top-color: rgb(224 242 254 / 0.6); + border-bottom-color: rgb(224 242 254 / 0.6); +} +.border-y-sky-100\/70{ + border-top-color: rgb(224 242 254 / 0.7); + border-bottom-color: rgb(224 242 254 / 0.7); +} +.border-y-sky-100\/75{ + border-top-color: rgb(224 242 254 / 0.75); + border-bottom-color: rgb(224 242 254 / 0.75); +} +.border-y-sky-100\/80{ + border-top-color: rgb(224 242 254 / 0.8); + border-bottom-color: rgb(224 242 254 / 0.8); +} +.border-y-sky-100\/90{ + border-top-color: rgb(224 242 254 / 0.9); + border-bottom-color: rgb(224 242 254 / 0.9); +} +.border-y-sky-100\/95{ + border-top-color: rgb(224 242 254 / 0.95); + border-bottom-color: rgb(224 242 254 / 0.95); +} +.border-y-sky-100\/100{ + border-top-color: rgb(224 242 254 / 1); + border-bottom-color: rgb(224 242 254 / 1); +} +.border-y-sky-200\/0{ + border-top-color: rgb(186 230 253 / 0); + border-bottom-color: rgb(186 230 253 / 0); +} +.border-y-sky-200\/5{ + border-top-color: rgb(186 230 253 / 0.05); + border-bottom-color: rgb(186 230 253 / 0.05); +} +.border-y-sky-200\/10{ + border-top-color: rgb(186 230 253 / 0.1); + border-bottom-color: rgb(186 230 253 / 0.1); +} +.border-y-sky-200\/20{ + border-top-color: rgb(186 230 253 / 0.2); + border-bottom-color: rgb(186 230 253 / 0.2); +} +.border-y-sky-200\/25{ + border-top-color: rgb(186 230 253 / 0.25); + border-bottom-color: rgb(186 230 253 / 0.25); +} +.border-y-sky-200\/30{ + border-top-color: rgb(186 230 253 / 0.3); + border-bottom-color: rgb(186 230 253 / 0.3); +} +.border-y-sky-200\/40{ + border-top-color: rgb(186 230 253 / 0.4); + border-bottom-color: rgb(186 230 253 / 0.4); +} +.border-y-sky-200\/50{ + border-top-color: rgb(186 230 253 / 0.5); + border-bottom-color: rgb(186 230 253 / 0.5); +} +.border-y-sky-200\/60{ + border-top-color: rgb(186 230 253 / 0.6); + border-bottom-color: rgb(186 230 253 / 0.6); +} +.border-y-sky-200\/70{ + border-top-color: rgb(186 230 253 / 0.7); + border-bottom-color: rgb(186 230 253 / 0.7); +} +.border-y-sky-200\/75{ + border-top-color: rgb(186 230 253 / 0.75); + border-bottom-color: rgb(186 230 253 / 0.75); +} +.border-y-sky-200\/80{ + border-top-color: rgb(186 230 253 / 0.8); + border-bottom-color: rgb(186 230 253 / 0.8); +} +.border-y-sky-200\/90{ + border-top-color: rgb(186 230 253 / 0.9); + border-bottom-color: rgb(186 230 253 / 0.9); +} +.border-y-sky-200\/95{ + border-top-color: rgb(186 230 253 / 0.95); + border-bottom-color: rgb(186 230 253 / 0.95); +} +.border-y-sky-200\/100{ + border-top-color: rgb(186 230 253 / 1); + border-bottom-color: rgb(186 230 253 / 1); +} +.border-y-sky-300\/0{ + border-top-color: rgb(125 211 252 / 0); + border-bottom-color: rgb(125 211 252 / 0); +} +.border-y-sky-300\/5{ + border-top-color: rgb(125 211 252 / 0.05); + border-bottom-color: rgb(125 211 252 / 0.05); +} +.border-y-sky-300\/10{ + border-top-color: rgb(125 211 252 / 0.1); + border-bottom-color: rgb(125 211 252 / 0.1); +} +.border-y-sky-300\/20{ + border-top-color: rgb(125 211 252 / 0.2); + border-bottom-color: rgb(125 211 252 / 0.2); +} +.border-y-sky-300\/25{ + border-top-color: rgb(125 211 252 / 0.25); + border-bottom-color: rgb(125 211 252 / 0.25); +} +.border-y-sky-300\/30{ + border-top-color: rgb(125 211 252 / 0.3); + border-bottom-color: rgb(125 211 252 / 0.3); +} +.border-y-sky-300\/40{ + border-top-color: rgb(125 211 252 / 0.4); + border-bottom-color: rgb(125 211 252 / 0.4); +} +.border-y-sky-300\/50{ + border-top-color: rgb(125 211 252 / 0.5); + border-bottom-color: rgb(125 211 252 / 0.5); +} +.border-y-sky-300\/60{ + border-top-color: rgb(125 211 252 / 0.6); + border-bottom-color: rgb(125 211 252 / 0.6); +} +.border-y-sky-300\/70{ + border-top-color: rgb(125 211 252 / 0.7); + border-bottom-color: rgb(125 211 252 / 0.7); +} +.border-y-sky-300\/75{ + border-top-color: rgb(125 211 252 / 0.75); + border-bottom-color: rgb(125 211 252 / 0.75); +} +.border-y-sky-300\/80{ + border-top-color: rgb(125 211 252 / 0.8); + border-bottom-color: rgb(125 211 252 / 0.8); +} +.border-y-sky-300\/90{ + border-top-color: rgb(125 211 252 / 0.9); + border-bottom-color: rgb(125 211 252 / 0.9); +} +.border-y-sky-300\/95{ + border-top-color: rgb(125 211 252 / 0.95); + border-bottom-color: rgb(125 211 252 / 0.95); +} +.border-y-sky-300\/100{ + border-top-color: rgb(125 211 252 / 1); + border-bottom-color: rgb(125 211 252 / 1); +} +.border-y-sky-400\/0{ + border-top-color: rgb(56 189 248 / 0); + border-bottom-color: rgb(56 189 248 / 0); +} +.border-y-sky-400\/5{ + border-top-color: rgb(56 189 248 / 0.05); + border-bottom-color: rgb(56 189 248 / 0.05); +} +.border-y-sky-400\/10{ + border-top-color: rgb(56 189 248 / 0.1); + border-bottom-color: rgb(56 189 248 / 0.1); +} +.border-y-sky-400\/20{ + border-top-color: rgb(56 189 248 / 0.2); + border-bottom-color: rgb(56 189 248 / 0.2); +} +.border-y-sky-400\/25{ + border-top-color: rgb(56 189 248 / 0.25); + border-bottom-color: rgb(56 189 248 / 0.25); +} +.border-y-sky-400\/30{ + border-top-color: rgb(56 189 248 / 0.3); + border-bottom-color: rgb(56 189 248 / 0.3); +} +.border-y-sky-400\/40{ + border-top-color: rgb(56 189 248 / 0.4); + border-bottom-color: rgb(56 189 248 / 0.4); +} +.border-y-sky-400\/50{ + border-top-color: rgb(56 189 248 / 0.5); + border-bottom-color: rgb(56 189 248 / 0.5); +} +.border-y-sky-400\/60{ + border-top-color: rgb(56 189 248 / 0.6); + border-bottom-color: rgb(56 189 248 / 0.6); +} +.border-y-sky-400\/70{ + border-top-color: rgb(56 189 248 / 0.7); + border-bottom-color: rgb(56 189 248 / 0.7); +} +.border-y-sky-400\/75{ + border-top-color: rgb(56 189 248 / 0.75); + border-bottom-color: rgb(56 189 248 / 0.75); +} +.border-y-sky-400\/80{ + border-top-color: rgb(56 189 248 / 0.8); + border-bottom-color: rgb(56 189 248 / 0.8); +} +.border-y-sky-400\/90{ + border-top-color: rgb(56 189 248 / 0.9); + border-bottom-color: rgb(56 189 248 / 0.9); +} +.border-y-sky-400\/95{ + border-top-color: rgb(56 189 248 / 0.95); + border-bottom-color: rgb(56 189 248 / 0.95); +} +.border-y-sky-400\/100{ + border-top-color: rgb(56 189 248 / 1); + border-bottom-color: rgb(56 189 248 / 1); +} +.border-y-sky-500\/0{ + border-top-color: rgb(14 165 233 / 0); + border-bottom-color: rgb(14 165 233 / 0); +} +.border-y-sky-500\/5{ + border-top-color: rgb(14 165 233 / 0.05); + border-bottom-color: rgb(14 165 233 / 0.05); +} +.border-y-sky-500\/10{ + border-top-color: rgb(14 165 233 / 0.1); + border-bottom-color: rgb(14 165 233 / 0.1); +} +.border-y-sky-500\/20{ + border-top-color: rgb(14 165 233 / 0.2); + border-bottom-color: rgb(14 165 233 / 0.2); +} +.border-y-sky-500\/25{ + border-top-color: rgb(14 165 233 / 0.25); + border-bottom-color: rgb(14 165 233 / 0.25); +} +.border-y-sky-500\/30{ + border-top-color: rgb(14 165 233 / 0.3); + border-bottom-color: rgb(14 165 233 / 0.3); +} +.border-y-sky-500\/40{ + border-top-color: rgb(14 165 233 / 0.4); + border-bottom-color: rgb(14 165 233 / 0.4); +} +.border-y-sky-500\/50{ + border-top-color: rgb(14 165 233 / 0.5); + border-bottom-color: rgb(14 165 233 / 0.5); +} +.border-y-sky-500\/60{ + border-top-color: rgb(14 165 233 / 0.6); + border-bottom-color: rgb(14 165 233 / 0.6); +} +.border-y-sky-500\/70{ + border-top-color: rgb(14 165 233 / 0.7); + border-bottom-color: rgb(14 165 233 / 0.7); +} +.border-y-sky-500\/75{ + border-top-color: rgb(14 165 233 / 0.75); + border-bottom-color: rgb(14 165 233 / 0.75); +} +.border-y-sky-500\/80{ + border-top-color: rgb(14 165 233 / 0.8); + border-bottom-color: rgb(14 165 233 / 0.8); +} +.border-y-sky-500\/90{ + border-top-color: rgb(14 165 233 / 0.9); + border-bottom-color: rgb(14 165 233 / 0.9); +} +.border-y-sky-500\/95{ + border-top-color: rgb(14 165 233 / 0.95); + border-bottom-color: rgb(14 165 233 / 0.95); +} +.border-y-sky-500\/100{ + border-top-color: rgb(14 165 233 / 1); + border-bottom-color: rgb(14 165 233 / 1); +} +.border-y-sky-600\/0{ + border-top-color: rgb(2 132 199 / 0); + border-bottom-color: rgb(2 132 199 / 0); +} +.border-y-sky-600\/5{ + border-top-color: rgb(2 132 199 / 0.05); + border-bottom-color: rgb(2 132 199 / 0.05); +} +.border-y-sky-600\/10{ + border-top-color: rgb(2 132 199 / 0.1); + border-bottom-color: rgb(2 132 199 / 0.1); +} +.border-y-sky-600\/20{ + border-top-color: rgb(2 132 199 / 0.2); + border-bottom-color: rgb(2 132 199 / 0.2); +} +.border-y-sky-600\/25{ + border-top-color: rgb(2 132 199 / 0.25); + border-bottom-color: rgb(2 132 199 / 0.25); +} +.border-y-sky-600\/30{ + border-top-color: rgb(2 132 199 / 0.3); + border-bottom-color: rgb(2 132 199 / 0.3); +} +.border-y-sky-600\/40{ + border-top-color: rgb(2 132 199 / 0.4); + border-bottom-color: rgb(2 132 199 / 0.4); +} +.border-y-sky-600\/50{ + border-top-color: rgb(2 132 199 / 0.5); + border-bottom-color: rgb(2 132 199 / 0.5); +} +.border-y-sky-600\/60{ + border-top-color: rgb(2 132 199 / 0.6); + border-bottom-color: rgb(2 132 199 / 0.6); +} +.border-y-sky-600\/70{ + border-top-color: rgb(2 132 199 / 0.7); + border-bottom-color: rgb(2 132 199 / 0.7); +} +.border-y-sky-600\/75{ + border-top-color: rgb(2 132 199 / 0.75); + border-bottom-color: rgb(2 132 199 / 0.75); +} +.border-y-sky-600\/80{ + border-top-color: rgb(2 132 199 / 0.8); + border-bottom-color: rgb(2 132 199 / 0.8); +} +.border-y-sky-600\/90{ + border-top-color: rgb(2 132 199 / 0.9); + border-bottom-color: rgb(2 132 199 / 0.9); +} +.border-y-sky-600\/95{ + border-top-color: rgb(2 132 199 / 0.95); + border-bottom-color: rgb(2 132 199 / 0.95); +} +.border-y-sky-600\/100{ + border-top-color: rgb(2 132 199 / 1); + border-bottom-color: rgb(2 132 199 / 1); +} +.border-y-sky-700\/0{ + border-top-color: rgb(3 105 161 / 0); + border-bottom-color: rgb(3 105 161 / 0); +} +.border-y-sky-700\/5{ + border-top-color: rgb(3 105 161 / 0.05); + border-bottom-color: rgb(3 105 161 / 0.05); +} +.border-y-sky-700\/10{ + border-top-color: rgb(3 105 161 / 0.1); + border-bottom-color: rgb(3 105 161 / 0.1); +} +.border-y-sky-700\/20{ + border-top-color: rgb(3 105 161 / 0.2); + border-bottom-color: rgb(3 105 161 / 0.2); +} +.border-y-sky-700\/25{ + border-top-color: rgb(3 105 161 / 0.25); + border-bottom-color: rgb(3 105 161 / 0.25); +} +.border-y-sky-700\/30{ + border-top-color: rgb(3 105 161 / 0.3); + border-bottom-color: rgb(3 105 161 / 0.3); +} +.border-y-sky-700\/40{ + border-top-color: rgb(3 105 161 / 0.4); + border-bottom-color: rgb(3 105 161 / 0.4); +} +.border-y-sky-700\/50{ + border-top-color: rgb(3 105 161 / 0.5); + border-bottom-color: rgb(3 105 161 / 0.5); +} +.border-y-sky-700\/60{ + border-top-color: rgb(3 105 161 / 0.6); + border-bottom-color: rgb(3 105 161 / 0.6); +} +.border-y-sky-700\/70{ + border-top-color: rgb(3 105 161 / 0.7); + border-bottom-color: rgb(3 105 161 / 0.7); +} +.border-y-sky-700\/75{ + border-top-color: rgb(3 105 161 / 0.75); + border-bottom-color: rgb(3 105 161 / 0.75); +} +.border-y-sky-700\/80{ + border-top-color: rgb(3 105 161 / 0.8); + border-bottom-color: rgb(3 105 161 / 0.8); +} +.border-y-sky-700\/90{ + border-top-color: rgb(3 105 161 / 0.9); + border-bottom-color: rgb(3 105 161 / 0.9); +} +.border-y-sky-700\/95{ + border-top-color: rgb(3 105 161 / 0.95); + border-bottom-color: rgb(3 105 161 / 0.95); +} +.border-y-sky-700\/100{ + border-top-color: rgb(3 105 161 / 1); + border-bottom-color: rgb(3 105 161 / 1); +} +.border-y-sky-800\/0{ + border-top-color: rgb(7 89 133 / 0); + border-bottom-color: rgb(7 89 133 / 0); +} +.border-y-sky-800\/5{ + border-top-color: rgb(7 89 133 / 0.05); + border-bottom-color: rgb(7 89 133 / 0.05); +} +.border-y-sky-800\/10{ + border-top-color: rgb(7 89 133 / 0.1); + border-bottom-color: rgb(7 89 133 / 0.1); +} +.border-y-sky-800\/20{ + border-top-color: rgb(7 89 133 / 0.2); + border-bottom-color: rgb(7 89 133 / 0.2); +} +.border-y-sky-800\/25{ + border-top-color: rgb(7 89 133 / 0.25); + border-bottom-color: rgb(7 89 133 / 0.25); +} +.border-y-sky-800\/30{ + border-top-color: rgb(7 89 133 / 0.3); + border-bottom-color: rgb(7 89 133 / 0.3); +} +.border-y-sky-800\/40{ + border-top-color: rgb(7 89 133 / 0.4); + border-bottom-color: rgb(7 89 133 / 0.4); +} +.border-y-sky-800\/50{ + border-top-color: rgb(7 89 133 / 0.5); + border-bottom-color: rgb(7 89 133 / 0.5); +} +.border-y-sky-800\/60{ + border-top-color: rgb(7 89 133 / 0.6); + border-bottom-color: rgb(7 89 133 / 0.6); +} +.border-y-sky-800\/70{ + border-top-color: rgb(7 89 133 / 0.7); + border-bottom-color: rgb(7 89 133 / 0.7); +} +.border-y-sky-800\/75{ + border-top-color: rgb(7 89 133 / 0.75); + border-bottom-color: rgb(7 89 133 / 0.75); +} +.border-y-sky-800\/80{ + border-top-color: rgb(7 89 133 / 0.8); + border-bottom-color: rgb(7 89 133 / 0.8); +} +.border-y-sky-800\/90{ + border-top-color: rgb(7 89 133 / 0.9); + border-bottom-color: rgb(7 89 133 / 0.9); +} +.border-y-sky-800\/95{ + border-top-color: rgb(7 89 133 / 0.95); + border-bottom-color: rgb(7 89 133 / 0.95); +} +.border-y-sky-800\/100{ + border-top-color: rgb(7 89 133 / 1); + border-bottom-color: rgb(7 89 133 / 1); +} +.border-y-sky-900\/0{ + border-top-color: rgb(12 74 110 / 0); + border-bottom-color: rgb(12 74 110 / 0); +} +.border-y-sky-900\/5{ + border-top-color: rgb(12 74 110 / 0.05); + border-bottom-color: rgb(12 74 110 / 0.05); +} +.border-y-sky-900\/10{ + border-top-color: rgb(12 74 110 / 0.1); + border-bottom-color: rgb(12 74 110 / 0.1); +} +.border-y-sky-900\/20{ + border-top-color: rgb(12 74 110 / 0.2); + border-bottom-color: rgb(12 74 110 / 0.2); +} +.border-y-sky-900\/25{ + border-top-color: rgb(12 74 110 / 0.25); + border-bottom-color: rgb(12 74 110 / 0.25); +} +.border-y-sky-900\/30{ + border-top-color: rgb(12 74 110 / 0.3); + border-bottom-color: rgb(12 74 110 / 0.3); +} +.border-y-sky-900\/40{ + border-top-color: rgb(12 74 110 / 0.4); + border-bottom-color: rgb(12 74 110 / 0.4); +} +.border-y-sky-900\/50{ + border-top-color: rgb(12 74 110 / 0.5); + border-bottom-color: rgb(12 74 110 / 0.5); +} +.border-y-sky-900\/60{ + border-top-color: rgb(12 74 110 / 0.6); + border-bottom-color: rgb(12 74 110 / 0.6); +} +.border-y-sky-900\/70{ + border-top-color: rgb(12 74 110 / 0.7); + border-bottom-color: rgb(12 74 110 / 0.7); +} +.border-y-sky-900\/75{ + border-top-color: rgb(12 74 110 / 0.75); + border-bottom-color: rgb(12 74 110 / 0.75); +} +.border-y-sky-900\/80{ + border-top-color: rgb(12 74 110 / 0.8); + border-bottom-color: rgb(12 74 110 / 0.8); +} +.border-y-sky-900\/90{ + border-top-color: rgb(12 74 110 / 0.9); + border-bottom-color: rgb(12 74 110 / 0.9); +} +.border-y-sky-900\/95{ + border-top-color: rgb(12 74 110 / 0.95); + border-bottom-color: rgb(12 74 110 / 0.95); +} +.border-y-sky-900\/100{ + border-top-color: rgb(12 74 110 / 1); + border-bottom-color: rgb(12 74 110 / 1); +} +.border-y-blue-50\/0{ + border-top-color: rgb(242 248 251 / 0); + border-bottom-color: rgb(242 248 251 / 0); +} +.border-y-blue-50\/5{ + border-top-color: rgb(242 248 251 / 0.05); + border-bottom-color: rgb(242 248 251 / 0.05); +} +.border-y-blue-50\/10{ + border-top-color: rgb(242 248 251 / 0.1); + border-bottom-color: rgb(242 248 251 / 0.1); +} +.border-y-blue-50\/20{ + border-top-color: rgb(242 248 251 / 0.2); + border-bottom-color: rgb(242 248 251 / 0.2); +} +.border-y-blue-50\/25{ + border-top-color: rgb(242 248 251 / 0.25); + border-bottom-color: rgb(242 248 251 / 0.25); +} +.border-y-blue-50\/30{ + border-top-color: rgb(242 248 251 / 0.3); + border-bottom-color: rgb(242 248 251 / 0.3); +} +.border-y-blue-50\/40{ + border-top-color: rgb(242 248 251 / 0.4); + border-bottom-color: rgb(242 248 251 / 0.4); +} +.border-y-blue-50\/50{ + border-top-color: rgb(242 248 251 / 0.5); + border-bottom-color: rgb(242 248 251 / 0.5); +} +.border-y-blue-50\/60{ + border-top-color: rgb(242 248 251 / 0.6); + border-bottom-color: rgb(242 248 251 / 0.6); +} +.border-y-blue-50\/70{ + border-top-color: rgb(242 248 251 / 0.7); + border-bottom-color: rgb(242 248 251 / 0.7); +} +.border-y-blue-50\/75{ + border-top-color: rgb(242 248 251 / 0.75); + border-bottom-color: rgb(242 248 251 / 0.75); +} +.border-y-blue-50\/80{ + border-top-color: rgb(242 248 251 / 0.8); + border-bottom-color: rgb(242 248 251 / 0.8); +} +.border-y-blue-50\/90{ + border-top-color: rgb(242 248 251 / 0.9); + border-bottom-color: rgb(242 248 251 / 0.9); +} +.border-y-blue-50\/95{ + border-top-color: rgb(242 248 251 / 0.95); + border-bottom-color: rgb(242 248 251 / 0.95); +} +.border-y-blue-50\/100{ + border-top-color: rgb(242 248 251 / 1); + border-bottom-color: rgb(242 248 251 / 1); +} +.border-y-blue-100\/0{ + border-top-color: rgb(230 241 246 / 0); + border-bottom-color: rgb(230 241 246 / 0); +} +.border-y-blue-100\/5{ + border-top-color: rgb(230 241 246 / 0.05); + border-bottom-color: rgb(230 241 246 / 0.05); +} +.border-y-blue-100\/10{ + border-top-color: rgb(230 241 246 / 0.1); + border-bottom-color: rgb(230 241 246 / 0.1); +} +.border-y-blue-100\/20{ + border-top-color: rgb(230 241 246 / 0.2); + border-bottom-color: rgb(230 241 246 / 0.2); +} +.border-y-blue-100\/25{ + border-top-color: rgb(230 241 246 / 0.25); + border-bottom-color: rgb(230 241 246 / 0.25); +} +.border-y-blue-100\/30{ + border-top-color: rgb(230 241 246 / 0.3); + border-bottom-color: rgb(230 241 246 / 0.3); +} +.border-y-blue-100\/40{ + border-top-color: rgb(230 241 246 / 0.4); + border-bottom-color: rgb(230 241 246 / 0.4); +} +.border-y-blue-100\/50{ + border-top-color: rgb(230 241 246 / 0.5); + border-bottom-color: rgb(230 241 246 / 0.5); +} +.border-y-blue-100\/60{ + border-top-color: rgb(230 241 246 / 0.6); + border-bottom-color: rgb(230 241 246 / 0.6); +} +.border-y-blue-100\/70{ + border-top-color: rgb(230 241 246 / 0.7); + border-bottom-color: rgb(230 241 246 / 0.7); +} +.border-y-blue-100\/75{ + border-top-color: rgb(230 241 246 / 0.75); + border-bottom-color: rgb(230 241 246 / 0.75); +} +.border-y-blue-100\/80{ + border-top-color: rgb(230 241 246 / 0.8); + border-bottom-color: rgb(230 241 246 / 0.8); +} +.border-y-blue-100\/90{ + border-top-color: rgb(230 241 246 / 0.9); + border-bottom-color: rgb(230 241 246 / 0.9); +} +.border-y-blue-100\/95{ + border-top-color: rgb(230 241 246 / 0.95); + border-bottom-color: rgb(230 241 246 / 0.95); +} +.border-y-blue-100\/100{ + border-top-color: rgb(230 241 246 / 1); + border-bottom-color: rgb(230 241 246 / 1); +} +.border-y-blue-200\/0{ + border-top-color: rgb(191 219 233 / 0); + border-bottom-color: rgb(191 219 233 / 0); +} +.border-y-blue-200\/5{ + border-top-color: rgb(191 219 233 / 0.05); + border-bottom-color: rgb(191 219 233 / 0.05); +} +.border-y-blue-200\/10{ + border-top-color: rgb(191 219 233 / 0.1); + border-bottom-color: rgb(191 219 233 / 0.1); +} +.border-y-blue-200\/20{ + border-top-color: rgb(191 219 233 / 0.2); + border-bottom-color: rgb(191 219 233 / 0.2); +} +.border-y-blue-200\/25{ + border-top-color: rgb(191 219 233 / 0.25); + border-bottom-color: rgb(191 219 233 / 0.25); +} +.border-y-blue-200\/30{ + border-top-color: rgb(191 219 233 / 0.3); + border-bottom-color: rgb(191 219 233 / 0.3); +} +.border-y-blue-200\/40{ + border-top-color: rgb(191 219 233 / 0.4); + border-bottom-color: rgb(191 219 233 / 0.4); +} +.border-y-blue-200\/50{ + border-top-color: rgb(191 219 233 / 0.5); + border-bottom-color: rgb(191 219 233 / 0.5); +} +.border-y-blue-200\/60{ + border-top-color: rgb(191 219 233 / 0.6); + border-bottom-color: rgb(191 219 233 / 0.6); +} +.border-y-blue-200\/70{ + border-top-color: rgb(191 219 233 / 0.7); + border-bottom-color: rgb(191 219 233 / 0.7); +} +.border-y-blue-200\/75{ + border-top-color: rgb(191 219 233 / 0.75); + border-bottom-color: rgb(191 219 233 / 0.75); +} +.border-y-blue-200\/80{ + border-top-color: rgb(191 219 233 / 0.8); + border-bottom-color: rgb(191 219 233 / 0.8); +} +.border-y-blue-200\/90{ + border-top-color: rgb(191 219 233 / 0.9); + border-bottom-color: rgb(191 219 233 / 0.9); +} +.border-y-blue-200\/95{ + border-top-color: rgb(191 219 233 / 0.95); + border-bottom-color: rgb(191 219 233 / 0.95); +} +.border-y-blue-200\/100{ + border-top-color: rgb(191 219 233 / 1); + border-bottom-color: rgb(191 219 233 / 1); +} +.border-y-blue-300\/0{ + border-top-color: rgb(153 197 219 / 0); + border-bottom-color: rgb(153 197 219 / 0); +} +.border-y-blue-300\/5{ + border-top-color: rgb(153 197 219 / 0.05); + border-bottom-color: rgb(153 197 219 / 0.05); +} +.border-y-blue-300\/10{ + border-top-color: rgb(153 197 219 / 0.1); + border-bottom-color: rgb(153 197 219 / 0.1); +} +.border-y-blue-300\/20{ + border-top-color: rgb(153 197 219 / 0.2); + border-bottom-color: rgb(153 197 219 / 0.2); +} +.border-y-blue-300\/25{ + border-top-color: rgb(153 197 219 / 0.25); + border-bottom-color: rgb(153 197 219 / 0.25); +} +.border-y-blue-300\/30{ + border-top-color: rgb(153 197 219 / 0.3); + border-bottom-color: rgb(153 197 219 / 0.3); +} +.border-y-blue-300\/40{ + border-top-color: rgb(153 197 219 / 0.4); + border-bottom-color: rgb(153 197 219 / 0.4); +} +.border-y-blue-300\/50{ + border-top-color: rgb(153 197 219 / 0.5); + border-bottom-color: rgb(153 197 219 / 0.5); +} +.border-y-blue-300\/60{ + border-top-color: rgb(153 197 219 / 0.6); + border-bottom-color: rgb(153 197 219 / 0.6); +} +.border-y-blue-300\/70{ + border-top-color: rgb(153 197 219 / 0.7); + border-bottom-color: rgb(153 197 219 / 0.7); +} +.border-y-blue-300\/75{ + border-top-color: rgb(153 197 219 / 0.75); + border-bottom-color: rgb(153 197 219 / 0.75); +} +.border-y-blue-300\/80{ + border-top-color: rgb(153 197 219 / 0.8); + border-bottom-color: rgb(153 197 219 / 0.8); +} +.border-y-blue-300\/90{ + border-top-color: rgb(153 197 219 / 0.9); + border-bottom-color: rgb(153 197 219 / 0.9); +} +.border-y-blue-300\/95{ + border-top-color: rgb(153 197 219 / 0.95); + border-bottom-color: rgb(153 197 219 / 0.95); +} +.border-y-blue-300\/100{ + border-top-color: rgb(153 197 219 / 1); + border-bottom-color: rgb(153 197 219 / 1); +} +.border-y-blue-400\/0{ + border-top-color: rgb(77 154 193 / 0); + border-bottom-color: rgb(77 154 193 / 0); +} +.border-y-blue-400\/5{ + border-top-color: rgb(77 154 193 / 0.05); + border-bottom-color: rgb(77 154 193 / 0.05); +} +.border-y-blue-400\/10{ + border-top-color: rgb(77 154 193 / 0.1); + border-bottom-color: rgb(77 154 193 / 0.1); +} +.border-y-blue-400\/20{ + border-top-color: rgb(77 154 193 / 0.2); + border-bottom-color: rgb(77 154 193 / 0.2); +} +.border-y-blue-400\/25{ + border-top-color: rgb(77 154 193 / 0.25); + border-bottom-color: rgb(77 154 193 / 0.25); +} +.border-y-blue-400\/30{ + border-top-color: rgb(77 154 193 / 0.3); + border-bottom-color: rgb(77 154 193 / 0.3); +} +.border-y-blue-400\/40{ + border-top-color: rgb(77 154 193 / 0.4); + border-bottom-color: rgb(77 154 193 / 0.4); +} +.border-y-blue-400\/50{ + border-top-color: rgb(77 154 193 / 0.5); + border-bottom-color: rgb(77 154 193 / 0.5); +} +.border-y-blue-400\/60{ + border-top-color: rgb(77 154 193 / 0.6); + border-bottom-color: rgb(77 154 193 / 0.6); +} +.border-y-blue-400\/70{ + border-top-color: rgb(77 154 193 / 0.7); + border-bottom-color: rgb(77 154 193 / 0.7); +} +.border-y-blue-400\/75{ + border-top-color: rgb(77 154 193 / 0.75); + border-bottom-color: rgb(77 154 193 / 0.75); +} +.border-y-blue-400\/80{ + border-top-color: rgb(77 154 193 / 0.8); + border-bottom-color: rgb(77 154 193 / 0.8); +} +.border-y-blue-400\/90{ + border-top-color: rgb(77 154 193 / 0.9); + border-bottom-color: rgb(77 154 193 / 0.9); +} +.border-y-blue-400\/95{ + border-top-color: rgb(77 154 193 / 0.95); + border-bottom-color: rgb(77 154 193 / 0.95); +} +.border-y-blue-400\/100{ + border-top-color: rgb(77 154 193 / 1); + border-bottom-color: rgb(77 154 193 / 1); +} +.border-y-blue-500\/0{ + border-top-color: rgb(0 110 166 / 0); + border-bottom-color: rgb(0 110 166 / 0); +} +.border-y-blue-500\/5{ + border-top-color: rgb(0 110 166 / 0.05); + border-bottom-color: rgb(0 110 166 / 0.05); +} +.border-y-blue-500\/10{ + border-top-color: rgb(0 110 166 / 0.1); + border-bottom-color: rgb(0 110 166 / 0.1); +} +.border-y-blue-500\/20{ + border-top-color: rgb(0 110 166 / 0.2); + border-bottom-color: rgb(0 110 166 / 0.2); +} +.border-y-blue-500\/25{ + border-top-color: rgb(0 110 166 / 0.25); + border-bottom-color: rgb(0 110 166 / 0.25); +} +.border-y-blue-500\/30{ + border-top-color: rgb(0 110 166 / 0.3); + border-bottom-color: rgb(0 110 166 / 0.3); +} +.border-y-blue-500\/40{ + border-top-color: rgb(0 110 166 / 0.4); + border-bottom-color: rgb(0 110 166 / 0.4); +} +.border-y-blue-500\/50{ + border-top-color: rgb(0 110 166 / 0.5); + border-bottom-color: rgb(0 110 166 / 0.5); +} +.border-y-blue-500\/60{ + border-top-color: rgb(0 110 166 / 0.6); + border-bottom-color: rgb(0 110 166 / 0.6); +} +.border-y-blue-500\/70{ + border-top-color: rgb(0 110 166 / 0.7); + border-bottom-color: rgb(0 110 166 / 0.7); +} +.border-y-blue-500\/75{ + border-top-color: rgb(0 110 166 / 0.75); + border-bottom-color: rgb(0 110 166 / 0.75); +} +.border-y-blue-500\/80{ + border-top-color: rgb(0 110 166 / 0.8); + border-bottom-color: rgb(0 110 166 / 0.8); +} +.border-y-blue-500\/90{ + border-top-color: rgb(0 110 166 / 0.9); + border-bottom-color: rgb(0 110 166 / 0.9); +} +.border-y-blue-500\/95{ + border-top-color: rgb(0 110 166 / 0.95); + border-bottom-color: rgb(0 110 166 / 0.95); +} +.border-y-blue-500\/100{ + border-top-color: rgb(0 110 166 / 1); + border-bottom-color: rgb(0 110 166 / 1); +} +.border-y-blue-600\/0{ + border-top-color: rgb(0 99 149 / 0); + border-bottom-color: rgb(0 99 149 / 0); +} +.border-y-blue-600\/5{ + border-top-color: rgb(0 99 149 / 0.05); + border-bottom-color: rgb(0 99 149 / 0.05); +} +.border-y-blue-600\/10{ + border-top-color: rgb(0 99 149 / 0.1); + border-bottom-color: rgb(0 99 149 / 0.1); +} +.border-y-blue-600\/20{ + border-top-color: rgb(0 99 149 / 0.2); + border-bottom-color: rgb(0 99 149 / 0.2); +} +.border-y-blue-600\/25{ + border-top-color: rgb(0 99 149 / 0.25); + border-bottom-color: rgb(0 99 149 / 0.25); +} +.border-y-blue-600\/30{ + border-top-color: rgb(0 99 149 / 0.3); + border-bottom-color: rgb(0 99 149 / 0.3); +} +.border-y-blue-600\/40{ + border-top-color: rgb(0 99 149 / 0.4); + border-bottom-color: rgb(0 99 149 / 0.4); +} +.border-y-blue-600\/50{ + border-top-color: rgb(0 99 149 / 0.5); + border-bottom-color: rgb(0 99 149 / 0.5); +} +.border-y-blue-600\/60{ + border-top-color: rgb(0 99 149 / 0.6); + border-bottom-color: rgb(0 99 149 / 0.6); +} +.border-y-blue-600\/70{ + border-top-color: rgb(0 99 149 / 0.7); + border-bottom-color: rgb(0 99 149 / 0.7); +} +.border-y-blue-600\/75{ + border-top-color: rgb(0 99 149 / 0.75); + border-bottom-color: rgb(0 99 149 / 0.75); +} +.border-y-blue-600\/80{ + border-top-color: rgb(0 99 149 / 0.8); + border-bottom-color: rgb(0 99 149 / 0.8); +} +.border-y-blue-600\/90{ + border-top-color: rgb(0 99 149 / 0.9); + border-bottom-color: rgb(0 99 149 / 0.9); +} +.border-y-blue-600\/95{ + border-top-color: rgb(0 99 149 / 0.95); + border-bottom-color: rgb(0 99 149 / 0.95); +} +.border-y-blue-600\/100{ + border-top-color: rgb(0 99 149 / 1); + border-bottom-color: rgb(0 99 149 / 1); +} +.border-y-blue-700\/0{ + border-top-color: rgb(0 83 125 / 0); + border-bottom-color: rgb(0 83 125 / 0); +} +.border-y-blue-700\/5{ + border-top-color: rgb(0 83 125 / 0.05); + border-bottom-color: rgb(0 83 125 / 0.05); +} +.border-y-blue-700\/10{ + border-top-color: rgb(0 83 125 / 0.1); + border-bottom-color: rgb(0 83 125 / 0.1); +} +.border-y-blue-700\/20{ + border-top-color: rgb(0 83 125 / 0.2); + border-bottom-color: rgb(0 83 125 / 0.2); +} +.border-y-blue-700\/25{ + border-top-color: rgb(0 83 125 / 0.25); + border-bottom-color: rgb(0 83 125 / 0.25); +} +.border-y-blue-700\/30{ + border-top-color: rgb(0 83 125 / 0.3); + border-bottom-color: rgb(0 83 125 / 0.3); +} +.border-y-blue-700\/40{ + border-top-color: rgb(0 83 125 / 0.4); + border-bottom-color: rgb(0 83 125 / 0.4); +} +.border-y-blue-700\/50{ + border-top-color: rgb(0 83 125 / 0.5); + border-bottom-color: rgb(0 83 125 / 0.5); +} +.border-y-blue-700\/60{ + border-top-color: rgb(0 83 125 / 0.6); + border-bottom-color: rgb(0 83 125 / 0.6); +} +.border-y-blue-700\/70{ + border-top-color: rgb(0 83 125 / 0.7); + border-bottom-color: rgb(0 83 125 / 0.7); +} +.border-y-blue-700\/75{ + border-top-color: rgb(0 83 125 / 0.75); + border-bottom-color: rgb(0 83 125 / 0.75); +} +.border-y-blue-700\/80{ + border-top-color: rgb(0 83 125 / 0.8); + border-bottom-color: rgb(0 83 125 / 0.8); +} +.border-y-blue-700\/90{ + border-top-color: rgb(0 83 125 / 0.9); + border-bottom-color: rgb(0 83 125 / 0.9); +} +.border-y-blue-700\/95{ + border-top-color: rgb(0 83 125 / 0.95); + border-bottom-color: rgb(0 83 125 / 0.95); +} +.border-y-blue-700\/100{ + border-top-color: rgb(0 83 125 / 1); + border-bottom-color: rgb(0 83 125 / 1); +} +.border-y-blue-800\/0{ + border-top-color: rgb(0 66 100 / 0); + border-bottom-color: rgb(0 66 100 / 0); +} +.border-y-blue-800\/5{ + border-top-color: rgb(0 66 100 / 0.05); + border-bottom-color: rgb(0 66 100 / 0.05); +} +.border-y-blue-800\/10{ + border-top-color: rgb(0 66 100 / 0.1); + border-bottom-color: rgb(0 66 100 / 0.1); +} +.border-y-blue-800\/20{ + border-top-color: rgb(0 66 100 / 0.2); + border-bottom-color: rgb(0 66 100 / 0.2); +} +.border-y-blue-800\/25{ + border-top-color: rgb(0 66 100 / 0.25); + border-bottom-color: rgb(0 66 100 / 0.25); +} +.border-y-blue-800\/30{ + border-top-color: rgb(0 66 100 / 0.3); + border-bottom-color: rgb(0 66 100 / 0.3); +} +.border-y-blue-800\/40{ + border-top-color: rgb(0 66 100 / 0.4); + border-bottom-color: rgb(0 66 100 / 0.4); +} +.border-y-blue-800\/50{ + border-top-color: rgb(0 66 100 / 0.5); + border-bottom-color: rgb(0 66 100 / 0.5); +} +.border-y-blue-800\/60{ + border-top-color: rgb(0 66 100 / 0.6); + border-bottom-color: rgb(0 66 100 / 0.6); +} +.border-y-blue-800\/70{ + border-top-color: rgb(0 66 100 / 0.7); + border-bottom-color: rgb(0 66 100 / 0.7); +} +.border-y-blue-800\/75{ + border-top-color: rgb(0 66 100 / 0.75); + border-bottom-color: rgb(0 66 100 / 0.75); +} +.border-y-blue-800\/80{ + border-top-color: rgb(0 66 100 / 0.8); + border-bottom-color: rgb(0 66 100 / 0.8); +} +.border-y-blue-800\/90{ + border-top-color: rgb(0 66 100 / 0.9); + border-bottom-color: rgb(0 66 100 / 0.9); +} +.border-y-blue-800\/95{ + border-top-color: rgb(0 66 100 / 0.95); + border-bottom-color: rgb(0 66 100 / 0.95); +} +.border-y-blue-800\/100{ + border-top-color: rgb(0 66 100 / 1); + border-bottom-color: rgb(0 66 100 / 1); +} +.border-y-blue-900\/0{ + border-top-color: rgb(0 54 81 / 0); + border-bottom-color: rgb(0 54 81 / 0); +} +.border-y-blue-900\/5{ + border-top-color: rgb(0 54 81 / 0.05); + border-bottom-color: rgb(0 54 81 / 0.05); +} +.border-y-blue-900\/10{ + border-top-color: rgb(0 54 81 / 0.1); + border-bottom-color: rgb(0 54 81 / 0.1); +} +.border-y-blue-900\/20{ + border-top-color: rgb(0 54 81 / 0.2); + border-bottom-color: rgb(0 54 81 / 0.2); +} +.border-y-blue-900\/25{ + border-top-color: rgb(0 54 81 / 0.25); + border-bottom-color: rgb(0 54 81 / 0.25); +} +.border-y-blue-900\/30{ + border-top-color: rgb(0 54 81 / 0.3); + border-bottom-color: rgb(0 54 81 / 0.3); +} +.border-y-blue-900\/40{ + border-top-color: rgb(0 54 81 / 0.4); + border-bottom-color: rgb(0 54 81 / 0.4); +} +.border-y-blue-900\/50{ + border-top-color: rgb(0 54 81 / 0.5); + border-bottom-color: rgb(0 54 81 / 0.5); +} +.border-y-blue-900\/60{ + border-top-color: rgb(0 54 81 / 0.6); + border-bottom-color: rgb(0 54 81 / 0.6); +} +.border-y-blue-900\/70{ + border-top-color: rgb(0 54 81 / 0.7); + border-bottom-color: rgb(0 54 81 / 0.7); +} +.border-y-blue-900\/75{ + border-top-color: rgb(0 54 81 / 0.75); + border-bottom-color: rgb(0 54 81 / 0.75); +} +.border-y-blue-900\/80{ + border-top-color: rgb(0 54 81 / 0.8); + border-bottom-color: rgb(0 54 81 / 0.8); +} +.border-y-blue-900\/90{ + border-top-color: rgb(0 54 81 / 0.9); + border-bottom-color: rgb(0 54 81 / 0.9); +} +.border-y-blue-900\/95{ + border-top-color: rgb(0 54 81 / 0.95); + border-bottom-color: rgb(0 54 81 / 0.95); +} +.border-y-blue-900\/100{ + border-top-color: rgb(0 54 81 / 1); + border-bottom-color: rgb(0 54 81 / 1); +} +.border-y-blue\/0{ + border-top-color: rgb(0 110 166 / 0); + border-bottom-color: rgb(0 110 166 / 0); +} +.border-y-blue\/5{ + border-top-color: rgb(0 110 166 / 0.05); + border-bottom-color: rgb(0 110 166 / 0.05); +} +.border-y-blue\/10{ + border-top-color: rgb(0 110 166 / 0.1); + border-bottom-color: rgb(0 110 166 / 0.1); +} +.border-y-blue\/20{ + border-top-color: rgb(0 110 166 / 0.2); + border-bottom-color: rgb(0 110 166 / 0.2); +} +.border-y-blue\/25{ + border-top-color: rgb(0 110 166 / 0.25); + border-bottom-color: rgb(0 110 166 / 0.25); +} +.border-y-blue\/30{ + border-top-color: rgb(0 110 166 / 0.3); + border-bottom-color: rgb(0 110 166 / 0.3); +} +.border-y-blue\/40{ + border-top-color: rgb(0 110 166 / 0.4); + border-bottom-color: rgb(0 110 166 / 0.4); +} +.border-y-blue\/50{ + border-top-color: rgb(0 110 166 / 0.5); + border-bottom-color: rgb(0 110 166 / 0.5); +} +.border-y-blue\/60{ + border-top-color: rgb(0 110 166 / 0.6); + border-bottom-color: rgb(0 110 166 / 0.6); +} +.border-y-blue\/70{ + border-top-color: rgb(0 110 166 / 0.7); + border-bottom-color: rgb(0 110 166 / 0.7); +} +.border-y-blue\/75{ + border-top-color: rgb(0 110 166 / 0.75); + border-bottom-color: rgb(0 110 166 / 0.75); +} +.border-y-blue\/80{ + border-top-color: rgb(0 110 166 / 0.8); + border-bottom-color: rgb(0 110 166 / 0.8); +} +.border-y-blue\/90{ + border-top-color: rgb(0 110 166 / 0.9); + border-bottom-color: rgb(0 110 166 / 0.9); +} +.border-y-blue\/95{ + border-top-color: rgb(0 110 166 / 0.95); + border-bottom-color: rgb(0 110 166 / 0.95); +} +.border-y-blue\/100{ + border-top-color: rgb(0 110 166 / 1); + border-bottom-color: rgb(0 110 166 / 1); +} +.border-y-indigo-50\/0{ + border-top-color: rgb(240 245 255 / 0); + border-bottom-color: rgb(240 245 255 / 0); +} +.border-y-indigo-50\/5{ + border-top-color: rgb(240 245 255 / 0.05); + border-bottom-color: rgb(240 245 255 / 0.05); +} +.border-y-indigo-50\/10{ + border-top-color: rgb(240 245 255 / 0.1); + border-bottom-color: rgb(240 245 255 / 0.1); +} +.border-y-indigo-50\/20{ + border-top-color: rgb(240 245 255 / 0.2); + border-bottom-color: rgb(240 245 255 / 0.2); +} +.border-y-indigo-50\/25{ + border-top-color: rgb(240 245 255 / 0.25); + border-bottom-color: rgb(240 245 255 / 0.25); +} +.border-y-indigo-50\/30{ + border-top-color: rgb(240 245 255 / 0.3); + border-bottom-color: rgb(240 245 255 / 0.3); +} +.border-y-indigo-50\/40{ + border-top-color: rgb(240 245 255 / 0.4); + border-bottom-color: rgb(240 245 255 / 0.4); +} +.border-y-indigo-50\/50{ + border-top-color: rgb(240 245 255 / 0.5); + border-bottom-color: rgb(240 245 255 / 0.5); +} +.border-y-indigo-50\/60{ + border-top-color: rgb(240 245 255 / 0.6); + border-bottom-color: rgb(240 245 255 / 0.6); +} +.border-y-indigo-50\/70{ + border-top-color: rgb(240 245 255 / 0.7); + border-bottom-color: rgb(240 245 255 / 0.7); +} +.border-y-indigo-50\/75{ + border-top-color: rgb(240 245 255 / 0.75); + border-bottom-color: rgb(240 245 255 / 0.75); +} +.border-y-indigo-50\/80{ + border-top-color: rgb(240 245 255 / 0.8); + border-bottom-color: rgb(240 245 255 / 0.8); +} +.border-y-indigo-50\/90{ + border-top-color: rgb(240 245 255 / 0.9); + border-bottom-color: rgb(240 245 255 / 0.9); +} +.border-y-indigo-50\/95{ + border-top-color: rgb(240 245 255 / 0.95); + border-bottom-color: rgb(240 245 255 / 0.95); +} +.border-y-indigo-50\/100{ + border-top-color: rgb(240 245 255 / 1); + border-bottom-color: rgb(240 245 255 / 1); +} +.border-y-indigo-100\/0{ + border-top-color: rgb(229 237 255 / 0); + border-bottom-color: rgb(229 237 255 / 0); +} +.border-y-indigo-100\/5{ + border-top-color: rgb(229 237 255 / 0.05); + border-bottom-color: rgb(229 237 255 / 0.05); +} +.border-y-indigo-100\/10{ + border-top-color: rgb(229 237 255 / 0.1); + border-bottom-color: rgb(229 237 255 / 0.1); +} +.border-y-indigo-100\/20{ + border-top-color: rgb(229 237 255 / 0.2); + border-bottom-color: rgb(229 237 255 / 0.2); +} +.border-y-indigo-100\/25{ + border-top-color: rgb(229 237 255 / 0.25); + border-bottom-color: rgb(229 237 255 / 0.25); +} +.border-y-indigo-100\/30{ + border-top-color: rgb(229 237 255 / 0.3); + border-bottom-color: rgb(229 237 255 / 0.3); +} +.border-y-indigo-100\/40{ + border-top-color: rgb(229 237 255 / 0.4); + border-bottom-color: rgb(229 237 255 / 0.4); +} +.border-y-indigo-100\/50{ + border-top-color: rgb(229 237 255 / 0.5); + border-bottom-color: rgb(229 237 255 / 0.5); +} +.border-y-indigo-100\/60{ + border-top-color: rgb(229 237 255 / 0.6); + border-bottom-color: rgb(229 237 255 / 0.6); +} +.border-y-indigo-100\/70{ + border-top-color: rgb(229 237 255 / 0.7); + border-bottom-color: rgb(229 237 255 / 0.7); +} +.border-y-indigo-100\/75{ + border-top-color: rgb(229 237 255 / 0.75); + border-bottom-color: rgb(229 237 255 / 0.75); +} +.border-y-indigo-100\/80{ + border-top-color: rgb(229 237 255 / 0.8); + border-bottom-color: rgb(229 237 255 / 0.8); +} +.border-y-indigo-100\/90{ + border-top-color: rgb(229 237 255 / 0.9); + border-bottom-color: rgb(229 237 255 / 0.9); +} +.border-y-indigo-100\/95{ + border-top-color: rgb(229 237 255 / 0.95); + border-bottom-color: rgb(229 237 255 / 0.95); +} +.border-y-indigo-100\/100{ + border-top-color: rgb(229 237 255 / 1); + border-bottom-color: rgb(229 237 255 / 1); +} +.border-y-indigo-200\/0{ + border-top-color: rgb(205 219 254 / 0); + border-bottom-color: rgb(205 219 254 / 0); +} +.border-y-indigo-200\/5{ + border-top-color: rgb(205 219 254 / 0.05); + border-bottom-color: rgb(205 219 254 / 0.05); +} +.border-y-indigo-200\/10{ + border-top-color: rgb(205 219 254 / 0.1); + border-bottom-color: rgb(205 219 254 / 0.1); +} +.border-y-indigo-200\/20{ + border-top-color: rgb(205 219 254 / 0.2); + border-bottom-color: rgb(205 219 254 / 0.2); +} +.border-y-indigo-200\/25{ + border-top-color: rgb(205 219 254 / 0.25); + border-bottom-color: rgb(205 219 254 / 0.25); +} +.border-y-indigo-200\/30{ + border-top-color: rgb(205 219 254 / 0.3); + border-bottom-color: rgb(205 219 254 / 0.3); +} +.border-y-indigo-200\/40{ + border-top-color: rgb(205 219 254 / 0.4); + border-bottom-color: rgb(205 219 254 / 0.4); +} +.border-y-indigo-200\/50{ + border-top-color: rgb(205 219 254 / 0.5); + border-bottom-color: rgb(205 219 254 / 0.5); +} +.border-y-indigo-200\/60{ + border-top-color: rgb(205 219 254 / 0.6); + border-bottom-color: rgb(205 219 254 / 0.6); +} +.border-y-indigo-200\/70{ + border-top-color: rgb(205 219 254 / 0.7); + border-bottom-color: rgb(205 219 254 / 0.7); +} +.border-y-indigo-200\/75{ + border-top-color: rgb(205 219 254 / 0.75); + border-bottom-color: rgb(205 219 254 / 0.75); +} +.border-y-indigo-200\/80{ + border-top-color: rgb(205 219 254 / 0.8); + border-bottom-color: rgb(205 219 254 / 0.8); +} +.border-y-indigo-200\/90{ + border-top-color: rgb(205 219 254 / 0.9); + border-bottom-color: rgb(205 219 254 / 0.9); +} +.border-y-indigo-200\/95{ + border-top-color: rgb(205 219 254 / 0.95); + border-bottom-color: rgb(205 219 254 / 0.95); +} +.border-y-indigo-200\/100{ + border-top-color: rgb(205 219 254 / 1); + border-bottom-color: rgb(205 219 254 / 1); +} +.border-y-indigo-300\/0{ + border-top-color: rgb(180 198 252 / 0); + border-bottom-color: rgb(180 198 252 / 0); +} +.border-y-indigo-300\/5{ + border-top-color: rgb(180 198 252 / 0.05); + border-bottom-color: rgb(180 198 252 / 0.05); +} +.border-y-indigo-300\/10{ + border-top-color: rgb(180 198 252 / 0.1); + border-bottom-color: rgb(180 198 252 / 0.1); +} +.border-y-indigo-300\/20{ + border-top-color: rgb(180 198 252 / 0.2); + border-bottom-color: rgb(180 198 252 / 0.2); +} +.border-y-indigo-300\/25{ + border-top-color: rgb(180 198 252 / 0.25); + border-bottom-color: rgb(180 198 252 / 0.25); +} +.border-y-indigo-300\/30{ + border-top-color: rgb(180 198 252 / 0.3); + border-bottom-color: rgb(180 198 252 / 0.3); +} +.border-y-indigo-300\/40{ + border-top-color: rgb(180 198 252 / 0.4); + border-bottom-color: rgb(180 198 252 / 0.4); +} +.border-y-indigo-300\/50{ + border-top-color: rgb(180 198 252 / 0.5); + border-bottom-color: rgb(180 198 252 / 0.5); +} +.border-y-indigo-300\/60{ + border-top-color: rgb(180 198 252 / 0.6); + border-bottom-color: rgb(180 198 252 / 0.6); +} +.border-y-indigo-300\/70{ + border-top-color: rgb(180 198 252 / 0.7); + border-bottom-color: rgb(180 198 252 / 0.7); +} +.border-y-indigo-300\/75{ + border-top-color: rgb(180 198 252 / 0.75); + border-bottom-color: rgb(180 198 252 / 0.75); +} +.border-y-indigo-300\/80{ + border-top-color: rgb(180 198 252 / 0.8); + border-bottom-color: rgb(180 198 252 / 0.8); +} +.border-y-indigo-300\/90{ + border-top-color: rgb(180 198 252 / 0.9); + border-bottom-color: rgb(180 198 252 / 0.9); +} +.border-y-indigo-300\/95{ + border-top-color: rgb(180 198 252 / 0.95); + border-bottom-color: rgb(180 198 252 / 0.95); +} +.border-y-indigo-300\/100{ + border-top-color: rgb(180 198 252 / 1); + border-bottom-color: rgb(180 198 252 / 1); +} +.border-y-indigo-400\/0{ + border-top-color: rgb(141 162 251 / 0); + border-bottom-color: rgb(141 162 251 / 0); +} +.border-y-indigo-400\/5{ + border-top-color: rgb(141 162 251 / 0.05); + border-bottom-color: rgb(141 162 251 / 0.05); +} +.border-y-indigo-400\/10{ + border-top-color: rgb(141 162 251 / 0.1); + border-bottom-color: rgb(141 162 251 / 0.1); +} +.border-y-indigo-400\/20{ + border-top-color: rgb(141 162 251 / 0.2); + border-bottom-color: rgb(141 162 251 / 0.2); +} +.border-y-indigo-400\/25{ + border-top-color: rgb(141 162 251 / 0.25); + border-bottom-color: rgb(141 162 251 / 0.25); +} +.border-y-indigo-400\/30{ + border-top-color: rgb(141 162 251 / 0.3); + border-bottom-color: rgb(141 162 251 / 0.3); +} +.border-y-indigo-400\/40{ + border-top-color: rgb(141 162 251 / 0.4); + border-bottom-color: rgb(141 162 251 / 0.4); +} +.border-y-indigo-400\/50{ + border-top-color: rgb(141 162 251 / 0.5); + border-bottom-color: rgb(141 162 251 / 0.5); +} +.border-y-indigo-400\/60{ + border-top-color: rgb(141 162 251 / 0.6); + border-bottom-color: rgb(141 162 251 / 0.6); +} +.border-y-indigo-400\/70{ + border-top-color: rgb(141 162 251 / 0.7); + border-bottom-color: rgb(141 162 251 / 0.7); +} +.border-y-indigo-400\/75{ + border-top-color: rgb(141 162 251 / 0.75); + border-bottom-color: rgb(141 162 251 / 0.75); +} +.border-y-indigo-400\/80{ + border-top-color: rgb(141 162 251 / 0.8); + border-bottom-color: rgb(141 162 251 / 0.8); +} +.border-y-indigo-400\/90{ + border-top-color: rgb(141 162 251 / 0.9); + border-bottom-color: rgb(141 162 251 / 0.9); +} +.border-y-indigo-400\/95{ + border-top-color: rgb(141 162 251 / 0.95); + border-bottom-color: rgb(141 162 251 / 0.95); +} +.border-y-indigo-400\/100{ + border-top-color: rgb(141 162 251 / 1); + border-bottom-color: rgb(141 162 251 / 1); +} +.border-y-indigo-500\/0{ + border-top-color: rgb(104 117 245 / 0); + border-bottom-color: rgb(104 117 245 / 0); +} +.border-y-indigo-500\/5{ + border-top-color: rgb(104 117 245 / 0.05); + border-bottom-color: rgb(104 117 245 / 0.05); +} +.border-y-indigo-500\/10{ + border-top-color: rgb(104 117 245 / 0.1); + border-bottom-color: rgb(104 117 245 / 0.1); +} +.border-y-indigo-500\/20{ + border-top-color: rgb(104 117 245 / 0.2); + border-bottom-color: rgb(104 117 245 / 0.2); +} +.border-y-indigo-500\/25{ + border-top-color: rgb(104 117 245 / 0.25); + border-bottom-color: rgb(104 117 245 / 0.25); +} +.border-y-indigo-500\/30{ + border-top-color: rgb(104 117 245 / 0.3); + border-bottom-color: rgb(104 117 245 / 0.3); +} +.border-y-indigo-500\/40{ + border-top-color: rgb(104 117 245 / 0.4); + border-bottom-color: rgb(104 117 245 / 0.4); +} +.border-y-indigo-500\/50{ + border-top-color: rgb(104 117 245 / 0.5); + border-bottom-color: rgb(104 117 245 / 0.5); +} +.border-y-indigo-500\/60{ + border-top-color: rgb(104 117 245 / 0.6); + border-bottom-color: rgb(104 117 245 / 0.6); +} +.border-y-indigo-500\/70{ + border-top-color: rgb(104 117 245 / 0.7); + border-bottom-color: rgb(104 117 245 / 0.7); +} +.border-y-indigo-500\/75{ + border-top-color: rgb(104 117 245 / 0.75); + border-bottom-color: rgb(104 117 245 / 0.75); +} +.border-y-indigo-500\/80{ + border-top-color: rgb(104 117 245 / 0.8); + border-bottom-color: rgb(104 117 245 / 0.8); +} +.border-y-indigo-500\/90{ + border-top-color: rgb(104 117 245 / 0.9); + border-bottom-color: rgb(104 117 245 / 0.9); +} +.border-y-indigo-500\/95{ + border-top-color: rgb(104 117 245 / 0.95); + border-bottom-color: rgb(104 117 245 / 0.95); +} +.border-y-indigo-500\/100{ + border-top-color: rgb(104 117 245 / 1); + border-bottom-color: rgb(104 117 245 / 1); +} +.border-y-indigo-600\/0{ + border-top-color: rgb(88 80 236 / 0); + border-bottom-color: rgb(88 80 236 / 0); +} +.border-y-indigo-600\/5{ + border-top-color: rgb(88 80 236 / 0.05); + border-bottom-color: rgb(88 80 236 / 0.05); +} +.border-y-indigo-600\/10{ + border-top-color: rgb(88 80 236 / 0.1); + border-bottom-color: rgb(88 80 236 / 0.1); +} +.border-y-indigo-600\/20{ + border-top-color: rgb(88 80 236 / 0.2); + border-bottom-color: rgb(88 80 236 / 0.2); +} +.border-y-indigo-600\/25{ + border-top-color: rgb(88 80 236 / 0.25); + border-bottom-color: rgb(88 80 236 / 0.25); +} +.border-y-indigo-600\/30{ + border-top-color: rgb(88 80 236 / 0.3); + border-bottom-color: rgb(88 80 236 / 0.3); +} +.border-y-indigo-600\/40{ + border-top-color: rgb(88 80 236 / 0.4); + border-bottom-color: rgb(88 80 236 / 0.4); +} +.border-y-indigo-600\/50{ + border-top-color: rgb(88 80 236 / 0.5); + border-bottom-color: rgb(88 80 236 / 0.5); +} +.border-y-indigo-600\/60{ + border-top-color: rgb(88 80 236 / 0.6); + border-bottom-color: rgb(88 80 236 / 0.6); +} +.border-y-indigo-600\/70{ + border-top-color: rgb(88 80 236 / 0.7); + border-bottom-color: rgb(88 80 236 / 0.7); +} +.border-y-indigo-600\/75{ + border-top-color: rgb(88 80 236 / 0.75); + border-bottom-color: rgb(88 80 236 / 0.75); +} +.border-y-indigo-600\/80{ + border-top-color: rgb(88 80 236 / 0.8); + border-bottom-color: rgb(88 80 236 / 0.8); +} +.border-y-indigo-600\/90{ + border-top-color: rgb(88 80 236 / 0.9); + border-bottom-color: rgb(88 80 236 / 0.9); +} +.border-y-indigo-600\/95{ + border-top-color: rgb(88 80 236 / 0.95); + border-bottom-color: rgb(88 80 236 / 0.95); +} +.border-y-indigo-600\/100{ + border-top-color: rgb(88 80 236 / 1); + border-bottom-color: rgb(88 80 236 / 1); +} +.border-y-indigo-700\/0{ + border-top-color: rgb(81 69 205 / 0); + border-bottom-color: rgb(81 69 205 / 0); +} +.border-y-indigo-700\/5{ + border-top-color: rgb(81 69 205 / 0.05); + border-bottom-color: rgb(81 69 205 / 0.05); +} +.border-y-indigo-700\/10{ + border-top-color: rgb(81 69 205 / 0.1); + border-bottom-color: rgb(81 69 205 / 0.1); +} +.border-y-indigo-700\/20{ + border-top-color: rgb(81 69 205 / 0.2); + border-bottom-color: rgb(81 69 205 / 0.2); +} +.border-y-indigo-700\/25{ + border-top-color: rgb(81 69 205 / 0.25); + border-bottom-color: rgb(81 69 205 / 0.25); +} +.border-y-indigo-700\/30{ + border-top-color: rgb(81 69 205 / 0.3); + border-bottom-color: rgb(81 69 205 / 0.3); +} +.border-y-indigo-700\/40{ + border-top-color: rgb(81 69 205 / 0.4); + border-bottom-color: rgb(81 69 205 / 0.4); +} +.border-y-indigo-700\/50{ + border-top-color: rgb(81 69 205 / 0.5); + border-bottom-color: rgb(81 69 205 / 0.5); +} +.border-y-indigo-700\/60{ + border-top-color: rgb(81 69 205 / 0.6); + border-bottom-color: rgb(81 69 205 / 0.6); +} +.border-y-indigo-700\/70{ + border-top-color: rgb(81 69 205 / 0.7); + border-bottom-color: rgb(81 69 205 / 0.7); +} +.border-y-indigo-700\/75{ + border-top-color: rgb(81 69 205 / 0.75); + border-bottom-color: rgb(81 69 205 / 0.75); +} +.border-y-indigo-700\/80{ + border-top-color: rgb(81 69 205 / 0.8); + border-bottom-color: rgb(81 69 205 / 0.8); +} +.border-y-indigo-700\/90{ + border-top-color: rgb(81 69 205 / 0.9); + border-bottom-color: rgb(81 69 205 / 0.9); +} +.border-y-indigo-700\/95{ + border-top-color: rgb(81 69 205 / 0.95); + border-bottom-color: rgb(81 69 205 / 0.95); +} +.border-y-indigo-700\/100{ + border-top-color: rgb(81 69 205 / 1); + border-bottom-color: rgb(81 69 205 / 1); +} +.border-y-indigo-800\/0{ + border-top-color: rgb(66 56 157 / 0); + border-bottom-color: rgb(66 56 157 / 0); +} +.border-y-indigo-800\/5{ + border-top-color: rgb(66 56 157 / 0.05); + border-bottom-color: rgb(66 56 157 / 0.05); +} +.border-y-indigo-800\/10{ + border-top-color: rgb(66 56 157 / 0.1); + border-bottom-color: rgb(66 56 157 / 0.1); +} +.border-y-indigo-800\/20{ + border-top-color: rgb(66 56 157 / 0.2); + border-bottom-color: rgb(66 56 157 / 0.2); +} +.border-y-indigo-800\/25{ + border-top-color: rgb(66 56 157 / 0.25); + border-bottom-color: rgb(66 56 157 / 0.25); +} +.border-y-indigo-800\/30{ + border-top-color: rgb(66 56 157 / 0.3); + border-bottom-color: rgb(66 56 157 / 0.3); +} +.border-y-indigo-800\/40{ + border-top-color: rgb(66 56 157 / 0.4); + border-bottom-color: rgb(66 56 157 / 0.4); +} +.border-y-indigo-800\/50{ + border-top-color: rgb(66 56 157 / 0.5); + border-bottom-color: rgb(66 56 157 / 0.5); +} +.border-y-indigo-800\/60{ + border-top-color: rgb(66 56 157 / 0.6); + border-bottom-color: rgb(66 56 157 / 0.6); +} +.border-y-indigo-800\/70{ + border-top-color: rgb(66 56 157 / 0.7); + border-bottom-color: rgb(66 56 157 / 0.7); +} +.border-y-indigo-800\/75{ + border-top-color: rgb(66 56 157 / 0.75); + border-bottom-color: rgb(66 56 157 / 0.75); +} +.border-y-indigo-800\/80{ + border-top-color: rgb(66 56 157 / 0.8); + border-bottom-color: rgb(66 56 157 / 0.8); +} +.border-y-indigo-800\/90{ + border-top-color: rgb(66 56 157 / 0.9); + border-bottom-color: rgb(66 56 157 / 0.9); +} +.border-y-indigo-800\/95{ + border-top-color: rgb(66 56 157 / 0.95); + border-bottom-color: rgb(66 56 157 / 0.95); +} +.border-y-indigo-800\/100{ + border-top-color: rgb(66 56 157 / 1); + border-bottom-color: rgb(66 56 157 / 1); +} +.border-y-indigo-900\/0{ + border-top-color: rgb(54 47 120 / 0); + border-bottom-color: rgb(54 47 120 / 0); +} +.border-y-indigo-900\/5{ + border-top-color: rgb(54 47 120 / 0.05); + border-bottom-color: rgb(54 47 120 / 0.05); +} +.border-y-indigo-900\/10{ + border-top-color: rgb(54 47 120 / 0.1); + border-bottom-color: rgb(54 47 120 / 0.1); +} +.border-y-indigo-900\/20{ + border-top-color: rgb(54 47 120 / 0.2); + border-bottom-color: rgb(54 47 120 / 0.2); +} +.border-y-indigo-900\/25{ + border-top-color: rgb(54 47 120 / 0.25); + border-bottom-color: rgb(54 47 120 / 0.25); +} +.border-y-indigo-900\/30{ + border-top-color: rgb(54 47 120 / 0.3); + border-bottom-color: rgb(54 47 120 / 0.3); +} +.border-y-indigo-900\/40{ + border-top-color: rgb(54 47 120 / 0.4); + border-bottom-color: rgb(54 47 120 / 0.4); +} +.border-y-indigo-900\/50{ + border-top-color: rgb(54 47 120 / 0.5); + border-bottom-color: rgb(54 47 120 / 0.5); +} +.border-y-indigo-900\/60{ + border-top-color: rgb(54 47 120 / 0.6); + border-bottom-color: rgb(54 47 120 / 0.6); +} +.border-y-indigo-900\/70{ + border-top-color: rgb(54 47 120 / 0.7); + border-bottom-color: rgb(54 47 120 / 0.7); +} +.border-y-indigo-900\/75{ + border-top-color: rgb(54 47 120 / 0.75); + border-bottom-color: rgb(54 47 120 / 0.75); +} +.border-y-indigo-900\/80{ + border-top-color: rgb(54 47 120 / 0.8); + border-bottom-color: rgb(54 47 120 / 0.8); +} +.border-y-indigo-900\/90{ + border-top-color: rgb(54 47 120 / 0.9); + border-bottom-color: rgb(54 47 120 / 0.9); +} +.border-y-indigo-900\/95{ + border-top-color: rgb(54 47 120 / 0.95); + border-bottom-color: rgb(54 47 120 / 0.95); +} +.border-y-indigo-900\/100{ + border-top-color: rgb(54 47 120 / 1); + border-bottom-color: rgb(54 47 120 / 1); +} +.border-y-violet-50\/0{ + border-top-color: rgb(245 243 255 / 0); + border-bottom-color: rgb(245 243 255 / 0); +} +.border-y-violet-50\/5{ + border-top-color: rgb(245 243 255 / 0.05); + border-bottom-color: rgb(245 243 255 / 0.05); +} +.border-y-violet-50\/10{ + border-top-color: rgb(245 243 255 / 0.1); + border-bottom-color: rgb(245 243 255 / 0.1); +} +.border-y-violet-50\/20{ + border-top-color: rgb(245 243 255 / 0.2); + border-bottom-color: rgb(245 243 255 / 0.2); +} +.border-y-violet-50\/25{ + border-top-color: rgb(245 243 255 / 0.25); + border-bottom-color: rgb(245 243 255 / 0.25); +} +.border-y-violet-50\/30{ + border-top-color: rgb(245 243 255 / 0.3); + border-bottom-color: rgb(245 243 255 / 0.3); +} +.border-y-violet-50\/40{ + border-top-color: rgb(245 243 255 / 0.4); + border-bottom-color: rgb(245 243 255 / 0.4); +} +.border-y-violet-50\/50{ + border-top-color: rgb(245 243 255 / 0.5); + border-bottom-color: rgb(245 243 255 / 0.5); +} +.border-y-violet-50\/60{ + border-top-color: rgb(245 243 255 / 0.6); + border-bottom-color: rgb(245 243 255 / 0.6); +} +.border-y-violet-50\/70{ + border-top-color: rgb(245 243 255 / 0.7); + border-bottom-color: rgb(245 243 255 / 0.7); +} +.border-y-violet-50\/75{ + border-top-color: rgb(245 243 255 / 0.75); + border-bottom-color: rgb(245 243 255 / 0.75); +} +.border-y-violet-50\/80{ + border-top-color: rgb(245 243 255 / 0.8); + border-bottom-color: rgb(245 243 255 / 0.8); +} +.border-y-violet-50\/90{ + border-top-color: rgb(245 243 255 / 0.9); + border-bottom-color: rgb(245 243 255 / 0.9); +} +.border-y-violet-50\/95{ + border-top-color: rgb(245 243 255 / 0.95); + border-bottom-color: rgb(245 243 255 / 0.95); +} +.border-y-violet-50\/100{ + border-top-color: rgb(245 243 255 / 1); + border-bottom-color: rgb(245 243 255 / 1); +} +.border-y-violet-100\/0{ + border-top-color: rgb(237 233 254 / 0); + border-bottom-color: rgb(237 233 254 / 0); +} +.border-y-violet-100\/5{ + border-top-color: rgb(237 233 254 / 0.05); + border-bottom-color: rgb(237 233 254 / 0.05); +} +.border-y-violet-100\/10{ + border-top-color: rgb(237 233 254 / 0.1); + border-bottom-color: rgb(237 233 254 / 0.1); +} +.border-y-violet-100\/20{ + border-top-color: rgb(237 233 254 / 0.2); + border-bottom-color: rgb(237 233 254 / 0.2); +} +.border-y-violet-100\/25{ + border-top-color: rgb(237 233 254 / 0.25); + border-bottom-color: rgb(237 233 254 / 0.25); +} +.border-y-violet-100\/30{ + border-top-color: rgb(237 233 254 / 0.3); + border-bottom-color: rgb(237 233 254 / 0.3); +} +.border-y-violet-100\/40{ + border-top-color: rgb(237 233 254 / 0.4); + border-bottom-color: rgb(237 233 254 / 0.4); +} +.border-y-violet-100\/50{ + border-top-color: rgb(237 233 254 / 0.5); + border-bottom-color: rgb(237 233 254 / 0.5); +} +.border-y-violet-100\/60{ + border-top-color: rgb(237 233 254 / 0.6); + border-bottom-color: rgb(237 233 254 / 0.6); +} +.border-y-violet-100\/70{ + border-top-color: rgb(237 233 254 / 0.7); + border-bottom-color: rgb(237 233 254 / 0.7); +} +.border-y-violet-100\/75{ + border-top-color: rgb(237 233 254 / 0.75); + border-bottom-color: rgb(237 233 254 / 0.75); +} +.border-y-violet-100\/80{ + border-top-color: rgb(237 233 254 / 0.8); + border-bottom-color: rgb(237 233 254 / 0.8); +} +.border-y-violet-100\/90{ + border-top-color: rgb(237 233 254 / 0.9); + border-bottom-color: rgb(237 233 254 / 0.9); +} +.border-y-violet-100\/95{ + border-top-color: rgb(237 233 254 / 0.95); + border-bottom-color: rgb(237 233 254 / 0.95); +} +.border-y-violet-100\/100{ + border-top-color: rgb(237 233 254 / 1); + border-bottom-color: rgb(237 233 254 / 1); +} +.border-y-violet-200\/0{ + border-top-color: rgb(221 214 254 / 0); + border-bottom-color: rgb(221 214 254 / 0); +} +.border-y-violet-200\/5{ + border-top-color: rgb(221 214 254 / 0.05); + border-bottom-color: rgb(221 214 254 / 0.05); +} +.border-y-violet-200\/10{ + border-top-color: rgb(221 214 254 / 0.1); + border-bottom-color: rgb(221 214 254 / 0.1); +} +.border-y-violet-200\/20{ + border-top-color: rgb(221 214 254 / 0.2); + border-bottom-color: rgb(221 214 254 / 0.2); +} +.border-y-violet-200\/25{ + border-top-color: rgb(221 214 254 / 0.25); + border-bottom-color: rgb(221 214 254 / 0.25); +} +.border-y-violet-200\/30{ + border-top-color: rgb(221 214 254 / 0.3); + border-bottom-color: rgb(221 214 254 / 0.3); +} +.border-y-violet-200\/40{ + border-top-color: rgb(221 214 254 / 0.4); + border-bottom-color: rgb(221 214 254 / 0.4); +} +.border-y-violet-200\/50{ + border-top-color: rgb(221 214 254 / 0.5); + border-bottom-color: rgb(221 214 254 / 0.5); +} +.border-y-violet-200\/60{ + border-top-color: rgb(221 214 254 / 0.6); + border-bottom-color: rgb(221 214 254 / 0.6); +} +.border-y-violet-200\/70{ + border-top-color: rgb(221 214 254 / 0.7); + border-bottom-color: rgb(221 214 254 / 0.7); +} +.border-y-violet-200\/75{ + border-top-color: rgb(221 214 254 / 0.75); + border-bottom-color: rgb(221 214 254 / 0.75); +} +.border-y-violet-200\/80{ + border-top-color: rgb(221 214 254 / 0.8); + border-bottom-color: rgb(221 214 254 / 0.8); +} +.border-y-violet-200\/90{ + border-top-color: rgb(221 214 254 / 0.9); + border-bottom-color: rgb(221 214 254 / 0.9); +} +.border-y-violet-200\/95{ + border-top-color: rgb(221 214 254 / 0.95); + border-bottom-color: rgb(221 214 254 / 0.95); +} +.border-y-violet-200\/100{ + border-top-color: rgb(221 214 254 / 1); + border-bottom-color: rgb(221 214 254 / 1); +} +.border-y-violet-300\/0{ + border-top-color: rgb(196 181 253 / 0); + border-bottom-color: rgb(196 181 253 / 0); +} +.border-y-violet-300\/5{ + border-top-color: rgb(196 181 253 / 0.05); + border-bottom-color: rgb(196 181 253 / 0.05); +} +.border-y-violet-300\/10{ + border-top-color: rgb(196 181 253 / 0.1); + border-bottom-color: rgb(196 181 253 / 0.1); +} +.border-y-violet-300\/20{ + border-top-color: rgb(196 181 253 / 0.2); + border-bottom-color: rgb(196 181 253 / 0.2); +} +.border-y-violet-300\/25{ + border-top-color: rgb(196 181 253 / 0.25); + border-bottom-color: rgb(196 181 253 / 0.25); +} +.border-y-violet-300\/30{ + border-top-color: rgb(196 181 253 / 0.3); + border-bottom-color: rgb(196 181 253 / 0.3); +} +.border-y-violet-300\/40{ + border-top-color: rgb(196 181 253 / 0.4); + border-bottom-color: rgb(196 181 253 / 0.4); +} +.border-y-violet-300\/50{ + border-top-color: rgb(196 181 253 / 0.5); + border-bottom-color: rgb(196 181 253 / 0.5); +} +.border-y-violet-300\/60{ + border-top-color: rgb(196 181 253 / 0.6); + border-bottom-color: rgb(196 181 253 / 0.6); +} +.border-y-violet-300\/70{ + border-top-color: rgb(196 181 253 / 0.7); + border-bottom-color: rgb(196 181 253 / 0.7); +} +.border-y-violet-300\/75{ + border-top-color: rgb(196 181 253 / 0.75); + border-bottom-color: rgb(196 181 253 / 0.75); +} +.border-y-violet-300\/80{ + border-top-color: rgb(196 181 253 / 0.8); + border-bottom-color: rgb(196 181 253 / 0.8); +} +.border-y-violet-300\/90{ + border-top-color: rgb(196 181 253 / 0.9); + border-bottom-color: rgb(196 181 253 / 0.9); +} +.border-y-violet-300\/95{ + border-top-color: rgb(196 181 253 / 0.95); + border-bottom-color: rgb(196 181 253 / 0.95); +} +.border-y-violet-300\/100{ + border-top-color: rgb(196 181 253 / 1); + border-bottom-color: rgb(196 181 253 / 1); +} +.border-y-violet-400\/0{ + border-top-color: rgb(167 139 250 / 0); + border-bottom-color: rgb(167 139 250 / 0); +} +.border-y-violet-400\/5{ + border-top-color: rgb(167 139 250 / 0.05); + border-bottom-color: rgb(167 139 250 / 0.05); +} +.border-y-violet-400\/10{ + border-top-color: rgb(167 139 250 / 0.1); + border-bottom-color: rgb(167 139 250 / 0.1); +} +.border-y-violet-400\/20{ + border-top-color: rgb(167 139 250 / 0.2); + border-bottom-color: rgb(167 139 250 / 0.2); +} +.border-y-violet-400\/25{ + border-top-color: rgb(167 139 250 / 0.25); + border-bottom-color: rgb(167 139 250 / 0.25); +} +.border-y-violet-400\/30{ + border-top-color: rgb(167 139 250 / 0.3); + border-bottom-color: rgb(167 139 250 / 0.3); +} +.border-y-violet-400\/40{ + border-top-color: rgb(167 139 250 / 0.4); + border-bottom-color: rgb(167 139 250 / 0.4); +} +.border-y-violet-400\/50{ + border-top-color: rgb(167 139 250 / 0.5); + border-bottom-color: rgb(167 139 250 / 0.5); +} +.border-y-violet-400\/60{ + border-top-color: rgb(167 139 250 / 0.6); + border-bottom-color: rgb(167 139 250 / 0.6); +} +.border-y-violet-400\/70{ + border-top-color: rgb(167 139 250 / 0.7); + border-bottom-color: rgb(167 139 250 / 0.7); +} +.border-y-violet-400\/75{ + border-top-color: rgb(167 139 250 / 0.75); + border-bottom-color: rgb(167 139 250 / 0.75); +} +.border-y-violet-400\/80{ + border-top-color: rgb(167 139 250 / 0.8); + border-bottom-color: rgb(167 139 250 / 0.8); +} +.border-y-violet-400\/90{ + border-top-color: rgb(167 139 250 / 0.9); + border-bottom-color: rgb(167 139 250 / 0.9); +} +.border-y-violet-400\/95{ + border-top-color: rgb(167 139 250 / 0.95); + border-bottom-color: rgb(167 139 250 / 0.95); +} +.border-y-violet-400\/100{ + border-top-color: rgb(167 139 250 / 1); + border-bottom-color: rgb(167 139 250 / 1); +} +.border-y-violet-500\/0{ + border-top-color: rgb(139 92 246 / 0); + border-bottom-color: rgb(139 92 246 / 0); +} +.border-y-violet-500\/5{ + border-top-color: rgb(139 92 246 / 0.05); + border-bottom-color: rgb(139 92 246 / 0.05); +} +.border-y-violet-500\/10{ + border-top-color: rgb(139 92 246 / 0.1); + border-bottom-color: rgb(139 92 246 / 0.1); +} +.border-y-violet-500\/20{ + border-top-color: rgb(139 92 246 / 0.2); + border-bottom-color: rgb(139 92 246 / 0.2); +} +.border-y-violet-500\/25{ + border-top-color: rgb(139 92 246 / 0.25); + border-bottom-color: rgb(139 92 246 / 0.25); +} +.border-y-violet-500\/30{ + border-top-color: rgb(139 92 246 / 0.3); + border-bottom-color: rgb(139 92 246 / 0.3); +} +.border-y-violet-500\/40{ + border-top-color: rgb(139 92 246 / 0.4); + border-bottom-color: rgb(139 92 246 / 0.4); +} +.border-y-violet-500\/50{ + border-top-color: rgb(139 92 246 / 0.5); + border-bottom-color: rgb(139 92 246 / 0.5); +} +.border-y-violet-500\/60{ + border-top-color: rgb(139 92 246 / 0.6); + border-bottom-color: rgb(139 92 246 / 0.6); +} +.border-y-violet-500\/70{ + border-top-color: rgb(139 92 246 / 0.7); + border-bottom-color: rgb(139 92 246 / 0.7); +} +.border-y-violet-500\/75{ + border-top-color: rgb(139 92 246 / 0.75); + border-bottom-color: rgb(139 92 246 / 0.75); +} +.border-y-violet-500\/80{ + border-top-color: rgb(139 92 246 / 0.8); + border-bottom-color: rgb(139 92 246 / 0.8); +} +.border-y-violet-500\/90{ + border-top-color: rgb(139 92 246 / 0.9); + border-bottom-color: rgb(139 92 246 / 0.9); +} +.border-y-violet-500\/95{ + border-top-color: rgb(139 92 246 / 0.95); + border-bottom-color: rgb(139 92 246 / 0.95); +} +.border-y-violet-500\/100{ + border-top-color: rgb(139 92 246 / 1); + border-bottom-color: rgb(139 92 246 / 1); +} +.border-y-violet-600\/0{ + border-top-color: rgb(124 58 237 / 0); + border-bottom-color: rgb(124 58 237 / 0); +} +.border-y-violet-600\/5{ + border-top-color: rgb(124 58 237 / 0.05); + border-bottom-color: rgb(124 58 237 / 0.05); +} +.border-y-violet-600\/10{ + border-top-color: rgb(124 58 237 / 0.1); + border-bottom-color: rgb(124 58 237 / 0.1); +} +.border-y-violet-600\/20{ + border-top-color: rgb(124 58 237 / 0.2); + border-bottom-color: rgb(124 58 237 / 0.2); +} +.border-y-violet-600\/25{ + border-top-color: rgb(124 58 237 / 0.25); + border-bottom-color: rgb(124 58 237 / 0.25); +} +.border-y-violet-600\/30{ + border-top-color: rgb(124 58 237 / 0.3); + border-bottom-color: rgb(124 58 237 / 0.3); +} +.border-y-violet-600\/40{ + border-top-color: rgb(124 58 237 / 0.4); + border-bottom-color: rgb(124 58 237 / 0.4); +} +.border-y-violet-600\/50{ + border-top-color: rgb(124 58 237 / 0.5); + border-bottom-color: rgb(124 58 237 / 0.5); +} +.border-y-violet-600\/60{ + border-top-color: rgb(124 58 237 / 0.6); + border-bottom-color: rgb(124 58 237 / 0.6); +} +.border-y-violet-600\/70{ + border-top-color: rgb(124 58 237 / 0.7); + border-bottom-color: rgb(124 58 237 / 0.7); +} +.border-y-violet-600\/75{ + border-top-color: rgb(124 58 237 / 0.75); + border-bottom-color: rgb(124 58 237 / 0.75); +} +.border-y-violet-600\/80{ + border-top-color: rgb(124 58 237 / 0.8); + border-bottom-color: rgb(124 58 237 / 0.8); +} +.border-y-violet-600\/90{ + border-top-color: rgb(124 58 237 / 0.9); + border-bottom-color: rgb(124 58 237 / 0.9); +} +.border-y-violet-600\/95{ + border-top-color: rgb(124 58 237 / 0.95); + border-bottom-color: rgb(124 58 237 / 0.95); +} +.border-y-violet-600\/100{ + border-top-color: rgb(124 58 237 / 1); + border-bottom-color: rgb(124 58 237 / 1); +} +.border-y-violet-700\/0{ + border-top-color: rgb(109 40 217 / 0); + border-bottom-color: rgb(109 40 217 / 0); +} +.border-y-violet-700\/5{ + border-top-color: rgb(109 40 217 / 0.05); + border-bottom-color: rgb(109 40 217 / 0.05); +} +.border-y-violet-700\/10{ + border-top-color: rgb(109 40 217 / 0.1); + border-bottom-color: rgb(109 40 217 / 0.1); +} +.border-y-violet-700\/20{ + border-top-color: rgb(109 40 217 / 0.2); + border-bottom-color: rgb(109 40 217 / 0.2); +} +.border-y-violet-700\/25{ + border-top-color: rgb(109 40 217 / 0.25); + border-bottom-color: rgb(109 40 217 / 0.25); +} +.border-y-violet-700\/30{ + border-top-color: rgb(109 40 217 / 0.3); + border-bottom-color: rgb(109 40 217 / 0.3); +} +.border-y-violet-700\/40{ + border-top-color: rgb(109 40 217 / 0.4); + border-bottom-color: rgb(109 40 217 / 0.4); +} +.border-y-violet-700\/50{ + border-top-color: rgb(109 40 217 / 0.5); + border-bottom-color: rgb(109 40 217 / 0.5); +} +.border-y-violet-700\/60{ + border-top-color: rgb(109 40 217 / 0.6); + border-bottom-color: rgb(109 40 217 / 0.6); +} +.border-y-violet-700\/70{ + border-top-color: rgb(109 40 217 / 0.7); + border-bottom-color: rgb(109 40 217 / 0.7); +} +.border-y-violet-700\/75{ + border-top-color: rgb(109 40 217 / 0.75); + border-bottom-color: rgb(109 40 217 / 0.75); +} +.border-y-violet-700\/80{ + border-top-color: rgb(109 40 217 / 0.8); + border-bottom-color: rgb(109 40 217 / 0.8); +} +.border-y-violet-700\/90{ + border-top-color: rgb(109 40 217 / 0.9); + border-bottom-color: rgb(109 40 217 / 0.9); +} +.border-y-violet-700\/95{ + border-top-color: rgb(109 40 217 / 0.95); + border-bottom-color: rgb(109 40 217 / 0.95); +} +.border-y-violet-700\/100{ + border-top-color: rgb(109 40 217 / 1); + border-bottom-color: rgb(109 40 217 / 1); +} +.border-y-violet-800\/0{ + border-top-color: rgb(91 33 182 / 0); + border-bottom-color: rgb(91 33 182 / 0); +} +.border-y-violet-800\/5{ + border-top-color: rgb(91 33 182 / 0.05); + border-bottom-color: rgb(91 33 182 / 0.05); +} +.border-y-violet-800\/10{ + border-top-color: rgb(91 33 182 / 0.1); + border-bottom-color: rgb(91 33 182 / 0.1); +} +.border-y-violet-800\/20{ + border-top-color: rgb(91 33 182 / 0.2); + border-bottom-color: rgb(91 33 182 / 0.2); +} +.border-y-violet-800\/25{ + border-top-color: rgb(91 33 182 / 0.25); + border-bottom-color: rgb(91 33 182 / 0.25); +} +.border-y-violet-800\/30{ + border-top-color: rgb(91 33 182 / 0.3); + border-bottom-color: rgb(91 33 182 / 0.3); +} +.border-y-violet-800\/40{ + border-top-color: rgb(91 33 182 / 0.4); + border-bottom-color: rgb(91 33 182 / 0.4); +} +.border-y-violet-800\/50{ + border-top-color: rgb(91 33 182 / 0.5); + border-bottom-color: rgb(91 33 182 / 0.5); +} +.border-y-violet-800\/60{ + border-top-color: rgb(91 33 182 / 0.6); + border-bottom-color: rgb(91 33 182 / 0.6); +} +.border-y-violet-800\/70{ + border-top-color: rgb(91 33 182 / 0.7); + border-bottom-color: rgb(91 33 182 / 0.7); +} +.border-y-violet-800\/75{ + border-top-color: rgb(91 33 182 / 0.75); + border-bottom-color: rgb(91 33 182 / 0.75); +} +.border-y-violet-800\/80{ + border-top-color: rgb(91 33 182 / 0.8); + border-bottom-color: rgb(91 33 182 / 0.8); +} +.border-y-violet-800\/90{ + border-top-color: rgb(91 33 182 / 0.9); + border-bottom-color: rgb(91 33 182 / 0.9); +} +.border-y-violet-800\/95{ + border-top-color: rgb(91 33 182 / 0.95); + border-bottom-color: rgb(91 33 182 / 0.95); +} +.border-y-violet-800\/100{ + border-top-color: rgb(91 33 182 / 1); + border-bottom-color: rgb(91 33 182 / 1); +} +.border-y-violet-900\/0{ + border-top-color: rgb(76 29 149 / 0); + border-bottom-color: rgb(76 29 149 / 0); +} +.border-y-violet-900\/5{ + border-top-color: rgb(76 29 149 / 0.05); + border-bottom-color: rgb(76 29 149 / 0.05); +} +.border-y-violet-900\/10{ + border-top-color: rgb(76 29 149 / 0.1); + border-bottom-color: rgb(76 29 149 / 0.1); +} +.border-y-violet-900\/20{ + border-top-color: rgb(76 29 149 / 0.2); + border-bottom-color: rgb(76 29 149 / 0.2); +} +.border-y-violet-900\/25{ + border-top-color: rgb(76 29 149 / 0.25); + border-bottom-color: rgb(76 29 149 / 0.25); +} +.border-y-violet-900\/30{ + border-top-color: rgb(76 29 149 / 0.3); + border-bottom-color: rgb(76 29 149 / 0.3); +} +.border-y-violet-900\/40{ + border-top-color: rgb(76 29 149 / 0.4); + border-bottom-color: rgb(76 29 149 / 0.4); +} +.border-y-violet-900\/50{ + border-top-color: rgb(76 29 149 / 0.5); + border-bottom-color: rgb(76 29 149 / 0.5); +} +.border-y-violet-900\/60{ + border-top-color: rgb(76 29 149 / 0.6); + border-bottom-color: rgb(76 29 149 / 0.6); +} +.border-y-violet-900\/70{ + border-top-color: rgb(76 29 149 / 0.7); + border-bottom-color: rgb(76 29 149 / 0.7); +} +.border-y-violet-900\/75{ + border-top-color: rgb(76 29 149 / 0.75); + border-bottom-color: rgb(76 29 149 / 0.75); +} +.border-y-violet-900\/80{ + border-top-color: rgb(76 29 149 / 0.8); + border-bottom-color: rgb(76 29 149 / 0.8); +} +.border-y-violet-900\/90{ + border-top-color: rgb(76 29 149 / 0.9); + border-bottom-color: rgb(76 29 149 / 0.9); +} +.border-y-violet-900\/95{ + border-top-color: rgb(76 29 149 / 0.95); + border-bottom-color: rgb(76 29 149 / 0.95); +} +.border-y-violet-900\/100{ + border-top-color: rgb(76 29 149 / 1); + border-bottom-color: rgb(76 29 149 / 1); +} +.border-y-purple-50\/0{ + border-top-color: rgb(247 247 249 / 0); + border-bottom-color: rgb(247 247 249 / 0); +} +.border-y-purple-50\/5{ + border-top-color: rgb(247 247 249 / 0.05); + border-bottom-color: rgb(247 247 249 / 0.05); +} +.border-y-purple-50\/10{ + border-top-color: rgb(247 247 249 / 0.1); + border-bottom-color: rgb(247 247 249 / 0.1); +} +.border-y-purple-50\/20{ + border-top-color: rgb(247 247 249 / 0.2); + border-bottom-color: rgb(247 247 249 / 0.2); +} +.border-y-purple-50\/25{ + border-top-color: rgb(247 247 249 / 0.25); + border-bottom-color: rgb(247 247 249 / 0.25); +} +.border-y-purple-50\/30{ + border-top-color: rgb(247 247 249 / 0.3); + border-bottom-color: rgb(247 247 249 / 0.3); +} +.border-y-purple-50\/40{ + border-top-color: rgb(247 247 249 / 0.4); + border-bottom-color: rgb(247 247 249 / 0.4); +} +.border-y-purple-50\/50{ + border-top-color: rgb(247 247 249 / 0.5); + border-bottom-color: rgb(247 247 249 / 0.5); +} +.border-y-purple-50\/60{ + border-top-color: rgb(247 247 249 / 0.6); + border-bottom-color: rgb(247 247 249 / 0.6); +} +.border-y-purple-50\/70{ + border-top-color: rgb(247 247 249 / 0.7); + border-bottom-color: rgb(247 247 249 / 0.7); +} +.border-y-purple-50\/75{ + border-top-color: rgb(247 247 249 / 0.75); + border-bottom-color: rgb(247 247 249 / 0.75); +} +.border-y-purple-50\/80{ + border-top-color: rgb(247 247 249 / 0.8); + border-bottom-color: rgb(247 247 249 / 0.8); +} +.border-y-purple-50\/90{ + border-top-color: rgb(247 247 249 / 0.9); + border-bottom-color: rgb(247 247 249 / 0.9); +} +.border-y-purple-50\/95{ + border-top-color: rgb(247 247 249 / 0.95); + border-bottom-color: rgb(247 247 249 / 0.95); +} +.border-y-purple-50\/100{ + border-top-color: rgb(247 247 249 / 1); + border-bottom-color: rgb(247 247 249 / 1); +} +.border-y-purple-100\/0{ + border-top-color: rgb(238 238 243 / 0); + border-bottom-color: rgb(238 238 243 / 0); +} +.border-y-purple-100\/5{ + border-top-color: rgb(238 238 243 / 0.05); + border-bottom-color: rgb(238 238 243 / 0.05); +} +.border-y-purple-100\/10{ + border-top-color: rgb(238 238 243 / 0.1); + border-bottom-color: rgb(238 238 243 / 0.1); +} +.border-y-purple-100\/20{ + border-top-color: rgb(238 238 243 / 0.2); + border-bottom-color: rgb(238 238 243 / 0.2); +} +.border-y-purple-100\/25{ + border-top-color: rgb(238 238 243 / 0.25); + border-bottom-color: rgb(238 238 243 / 0.25); +} +.border-y-purple-100\/30{ + border-top-color: rgb(238 238 243 / 0.3); + border-bottom-color: rgb(238 238 243 / 0.3); +} +.border-y-purple-100\/40{ + border-top-color: rgb(238 238 243 / 0.4); + border-bottom-color: rgb(238 238 243 / 0.4); +} +.border-y-purple-100\/50{ + border-top-color: rgb(238 238 243 / 0.5); + border-bottom-color: rgb(238 238 243 / 0.5); +} +.border-y-purple-100\/60{ + border-top-color: rgb(238 238 243 / 0.6); + border-bottom-color: rgb(238 238 243 / 0.6); +} +.border-y-purple-100\/70{ + border-top-color: rgb(238 238 243 / 0.7); + border-bottom-color: rgb(238 238 243 / 0.7); +} +.border-y-purple-100\/75{ + border-top-color: rgb(238 238 243 / 0.75); + border-bottom-color: rgb(238 238 243 / 0.75); +} +.border-y-purple-100\/80{ + border-top-color: rgb(238 238 243 / 0.8); + border-bottom-color: rgb(238 238 243 / 0.8); +} +.border-y-purple-100\/90{ + border-top-color: rgb(238 238 243 / 0.9); + border-bottom-color: rgb(238 238 243 / 0.9); +} +.border-y-purple-100\/95{ + border-top-color: rgb(238 238 243 / 0.95); + border-bottom-color: rgb(238 238 243 / 0.95); +} +.border-y-purple-100\/100{ + border-top-color: rgb(238 238 243 / 1); + border-bottom-color: rgb(238 238 243 / 1); +} +.border-y-purple-200\/0{ + border-top-color: rgb(213 213 226 / 0); + border-bottom-color: rgb(213 213 226 / 0); +} +.border-y-purple-200\/5{ + border-top-color: rgb(213 213 226 / 0.05); + border-bottom-color: rgb(213 213 226 / 0.05); +} +.border-y-purple-200\/10{ + border-top-color: rgb(213 213 226 / 0.1); + border-bottom-color: rgb(213 213 226 / 0.1); +} +.border-y-purple-200\/20{ + border-top-color: rgb(213 213 226 / 0.2); + border-bottom-color: rgb(213 213 226 / 0.2); +} +.border-y-purple-200\/25{ + border-top-color: rgb(213 213 226 / 0.25); + border-bottom-color: rgb(213 213 226 / 0.25); +} +.border-y-purple-200\/30{ + border-top-color: rgb(213 213 226 / 0.3); + border-bottom-color: rgb(213 213 226 / 0.3); +} +.border-y-purple-200\/40{ + border-top-color: rgb(213 213 226 / 0.4); + border-bottom-color: rgb(213 213 226 / 0.4); +} +.border-y-purple-200\/50{ + border-top-color: rgb(213 213 226 / 0.5); + border-bottom-color: rgb(213 213 226 / 0.5); +} +.border-y-purple-200\/60{ + border-top-color: rgb(213 213 226 / 0.6); + border-bottom-color: rgb(213 213 226 / 0.6); +} +.border-y-purple-200\/70{ + border-top-color: rgb(213 213 226 / 0.7); + border-bottom-color: rgb(213 213 226 / 0.7); +} +.border-y-purple-200\/75{ + border-top-color: rgb(213 213 226 / 0.75); + border-bottom-color: rgb(213 213 226 / 0.75); +} +.border-y-purple-200\/80{ + border-top-color: rgb(213 213 226 / 0.8); + border-bottom-color: rgb(213 213 226 / 0.8); +} +.border-y-purple-200\/90{ + border-top-color: rgb(213 213 226 / 0.9); + border-bottom-color: rgb(213 213 226 / 0.9); +} +.border-y-purple-200\/95{ + border-top-color: rgb(213 213 226 / 0.95); + border-bottom-color: rgb(213 213 226 / 0.95); +} +.border-y-purple-200\/100{ + border-top-color: rgb(213 213 226 / 1); + border-bottom-color: rgb(213 213 226 / 1); +} +.border-y-purple-300\/0{ + border-top-color: rgb(187 188 209 / 0); + border-bottom-color: rgb(187 188 209 / 0); +} +.border-y-purple-300\/5{ + border-top-color: rgb(187 188 209 / 0.05); + border-bottom-color: rgb(187 188 209 / 0.05); +} +.border-y-purple-300\/10{ + border-top-color: rgb(187 188 209 / 0.1); + border-bottom-color: rgb(187 188 209 / 0.1); +} +.border-y-purple-300\/20{ + border-top-color: rgb(187 188 209 / 0.2); + border-bottom-color: rgb(187 188 209 / 0.2); +} +.border-y-purple-300\/25{ + border-top-color: rgb(187 188 209 / 0.25); + border-bottom-color: rgb(187 188 209 / 0.25); +} +.border-y-purple-300\/30{ + border-top-color: rgb(187 188 209 / 0.3); + border-bottom-color: rgb(187 188 209 / 0.3); +} +.border-y-purple-300\/40{ + border-top-color: rgb(187 188 209 / 0.4); + border-bottom-color: rgb(187 188 209 / 0.4); +} +.border-y-purple-300\/50{ + border-top-color: rgb(187 188 209 / 0.5); + border-bottom-color: rgb(187 188 209 / 0.5); +} +.border-y-purple-300\/60{ + border-top-color: rgb(187 188 209 / 0.6); + border-bottom-color: rgb(187 188 209 / 0.6); +} +.border-y-purple-300\/70{ + border-top-color: rgb(187 188 209 / 0.7); + border-bottom-color: rgb(187 188 209 / 0.7); +} +.border-y-purple-300\/75{ + border-top-color: rgb(187 188 209 / 0.75); + border-bottom-color: rgb(187 188 209 / 0.75); +} +.border-y-purple-300\/80{ + border-top-color: rgb(187 188 209 / 0.8); + border-bottom-color: rgb(187 188 209 / 0.8); +} +.border-y-purple-300\/90{ + border-top-color: rgb(187 188 209 / 0.9); + border-bottom-color: rgb(187 188 209 / 0.9); +} +.border-y-purple-300\/95{ + border-top-color: rgb(187 188 209 / 0.95); + border-bottom-color: rgb(187 188 209 / 0.95); +} +.border-y-purple-300\/100{ + border-top-color: rgb(187 188 209 / 1); + border-bottom-color: rgb(187 188 209 / 1); +} +.border-y-purple-400\/0{ + border-top-color: rgb(136 138 174 / 0); + border-bottom-color: rgb(136 138 174 / 0); +} +.border-y-purple-400\/5{ + border-top-color: rgb(136 138 174 / 0.05); + border-bottom-color: rgb(136 138 174 / 0.05); +} +.border-y-purple-400\/10{ + border-top-color: rgb(136 138 174 / 0.1); + border-bottom-color: rgb(136 138 174 / 0.1); +} +.border-y-purple-400\/20{ + border-top-color: rgb(136 138 174 / 0.2); + border-bottom-color: rgb(136 138 174 / 0.2); +} +.border-y-purple-400\/25{ + border-top-color: rgb(136 138 174 / 0.25); + border-bottom-color: rgb(136 138 174 / 0.25); +} +.border-y-purple-400\/30{ + border-top-color: rgb(136 138 174 / 0.3); + border-bottom-color: rgb(136 138 174 / 0.3); +} +.border-y-purple-400\/40{ + border-top-color: rgb(136 138 174 / 0.4); + border-bottom-color: rgb(136 138 174 / 0.4); +} +.border-y-purple-400\/50{ + border-top-color: rgb(136 138 174 / 0.5); + border-bottom-color: rgb(136 138 174 / 0.5); +} +.border-y-purple-400\/60{ + border-top-color: rgb(136 138 174 / 0.6); + border-bottom-color: rgb(136 138 174 / 0.6); +} +.border-y-purple-400\/70{ + border-top-color: rgb(136 138 174 / 0.7); + border-bottom-color: rgb(136 138 174 / 0.7); +} +.border-y-purple-400\/75{ + border-top-color: rgb(136 138 174 / 0.75); + border-bottom-color: rgb(136 138 174 / 0.75); +} +.border-y-purple-400\/80{ + border-top-color: rgb(136 138 174 / 0.8); + border-bottom-color: rgb(136 138 174 / 0.8); +} +.border-y-purple-400\/90{ + border-top-color: rgb(136 138 174 / 0.9); + border-bottom-color: rgb(136 138 174 / 0.9); +} +.border-y-purple-400\/95{ + border-top-color: rgb(136 138 174 / 0.95); + border-bottom-color: rgb(136 138 174 / 0.95); +} +.border-y-purple-400\/100{ + border-top-color: rgb(136 138 174 / 1); + border-bottom-color: rgb(136 138 174 / 1); +} +.border-y-purple-500\/0{ + border-top-color: rgb(85 88 139 / 0); + border-bottom-color: rgb(85 88 139 / 0); +} +.border-y-purple-500\/5{ + border-top-color: rgb(85 88 139 / 0.05); + border-bottom-color: rgb(85 88 139 / 0.05); +} +.border-y-purple-500\/10{ + border-top-color: rgb(85 88 139 / 0.1); + border-bottom-color: rgb(85 88 139 / 0.1); +} +.border-y-purple-500\/20{ + border-top-color: rgb(85 88 139 / 0.2); + border-bottom-color: rgb(85 88 139 / 0.2); +} +.border-y-purple-500\/25{ + border-top-color: rgb(85 88 139 / 0.25); + border-bottom-color: rgb(85 88 139 / 0.25); +} +.border-y-purple-500\/30{ + border-top-color: rgb(85 88 139 / 0.3); + border-bottom-color: rgb(85 88 139 / 0.3); +} +.border-y-purple-500\/40{ + border-top-color: rgb(85 88 139 / 0.4); + border-bottom-color: rgb(85 88 139 / 0.4); +} +.border-y-purple-500\/50{ + border-top-color: rgb(85 88 139 / 0.5); + border-bottom-color: rgb(85 88 139 / 0.5); +} +.border-y-purple-500\/60{ + border-top-color: rgb(85 88 139 / 0.6); + border-bottom-color: rgb(85 88 139 / 0.6); +} +.border-y-purple-500\/70{ + border-top-color: rgb(85 88 139 / 0.7); + border-bottom-color: rgb(85 88 139 / 0.7); +} +.border-y-purple-500\/75{ + border-top-color: rgb(85 88 139 / 0.75); + border-bottom-color: rgb(85 88 139 / 0.75); +} +.border-y-purple-500\/80{ + border-top-color: rgb(85 88 139 / 0.8); + border-bottom-color: rgb(85 88 139 / 0.8); +} +.border-y-purple-500\/90{ + border-top-color: rgb(85 88 139 / 0.9); + border-bottom-color: rgb(85 88 139 / 0.9); +} +.border-y-purple-500\/95{ + border-top-color: rgb(85 88 139 / 0.95); + border-bottom-color: rgb(85 88 139 / 0.95); +} +.border-y-purple-500\/100{ + border-top-color: rgb(85 88 139 / 1); + border-bottom-color: rgb(85 88 139 / 1); +} +.border-y-purple-600\/0{ + border-top-color: rgb(77 79 125 / 0); + border-bottom-color: rgb(77 79 125 / 0); +} +.border-y-purple-600\/5{ + border-top-color: rgb(77 79 125 / 0.05); + border-bottom-color: rgb(77 79 125 / 0.05); +} +.border-y-purple-600\/10{ + border-top-color: rgb(77 79 125 / 0.1); + border-bottom-color: rgb(77 79 125 / 0.1); +} +.border-y-purple-600\/20{ + border-top-color: rgb(77 79 125 / 0.2); + border-bottom-color: rgb(77 79 125 / 0.2); +} +.border-y-purple-600\/25{ + border-top-color: rgb(77 79 125 / 0.25); + border-bottom-color: rgb(77 79 125 / 0.25); +} +.border-y-purple-600\/30{ + border-top-color: rgb(77 79 125 / 0.3); + border-bottom-color: rgb(77 79 125 / 0.3); +} +.border-y-purple-600\/40{ + border-top-color: rgb(77 79 125 / 0.4); + border-bottom-color: rgb(77 79 125 / 0.4); +} +.border-y-purple-600\/50{ + border-top-color: rgb(77 79 125 / 0.5); + border-bottom-color: rgb(77 79 125 / 0.5); +} +.border-y-purple-600\/60{ + border-top-color: rgb(77 79 125 / 0.6); + border-bottom-color: rgb(77 79 125 / 0.6); +} +.border-y-purple-600\/70{ + border-top-color: rgb(77 79 125 / 0.7); + border-bottom-color: rgb(77 79 125 / 0.7); +} +.border-y-purple-600\/75{ + border-top-color: rgb(77 79 125 / 0.75); + border-bottom-color: rgb(77 79 125 / 0.75); +} +.border-y-purple-600\/80{ + border-top-color: rgb(77 79 125 / 0.8); + border-bottom-color: rgb(77 79 125 / 0.8); +} +.border-y-purple-600\/90{ + border-top-color: rgb(77 79 125 / 0.9); + border-bottom-color: rgb(77 79 125 / 0.9); +} +.border-y-purple-600\/95{ + border-top-color: rgb(77 79 125 / 0.95); + border-bottom-color: rgb(77 79 125 / 0.95); +} +.border-y-purple-600\/100{ + border-top-color: rgb(77 79 125 / 1); + border-bottom-color: rgb(77 79 125 / 1); +} +.border-y-purple-700\/0{ + border-top-color: rgb(64 66 104 / 0); + border-bottom-color: rgb(64 66 104 / 0); +} +.border-y-purple-700\/5{ + border-top-color: rgb(64 66 104 / 0.05); + border-bottom-color: rgb(64 66 104 / 0.05); +} +.border-y-purple-700\/10{ + border-top-color: rgb(64 66 104 / 0.1); + border-bottom-color: rgb(64 66 104 / 0.1); +} +.border-y-purple-700\/20{ + border-top-color: rgb(64 66 104 / 0.2); + border-bottom-color: rgb(64 66 104 / 0.2); +} +.border-y-purple-700\/25{ + border-top-color: rgb(64 66 104 / 0.25); + border-bottom-color: rgb(64 66 104 / 0.25); +} +.border-y-purple-700\/30{ + border-top-color: rgb(64 66 104 / 0.3); + border-bottom-color: rgb(64 66 104 / 0.3); +} +.border-y-purple-700\/40{ + border-top-color: rgb(64 66 104 / 0.4); + border-bottom-color: rgb(64 66 104 / 0.4); +} +.border-y-purple-700\/50{ + border-top-color: rgb(64 66 104 / 0.5); + border-bottom-color: rgb(64 66 104 / 0.5); +} +.border-y-purple-700\/60{ + border-top-color: rgb(64 66 104 / 0.6); + border-bottom-color: rgb(64 66 104 / 0.6); +} +.border-y-purple-700\/70{ + border-top-color: rgb(64 66 104 / 0.7); + border-bottom-color: rgb(64 66 104 / 0.7); +} +.border-y-purple-700\/75{ + border-top-color: rgb(64 66 104 / 0.75); + border-bottom-color: rgb(64 66 104 / 0.75); +} +.border-y-purple-700\/80{ + border-top-color: rgb(64 66 104 / 0.8); + border-bottom-color: rgb(64 66 104 / 0.8); +} +.border-y-purple-700\/90{ + border-top-color: rgb(64 66 104 / 0.9); + border-bottom-color: rgb(64 66 104 / 0.9); +} +.border-y-purple-700\/95{ + border-top-color: rgb(64 66 104 / 0.95); + border-bottom-color: rgb(64 66 104 / 0.95); +} +.border-y-purple-700\/100{ + border-top-color: rgb(64 66 104 / 1); + border-bottom-color: rgb(64 66 104 / 1); +} +.border-y-purple-800\/0{ + border-top-color: rgb(51 53 83 / 0); + border-bottom-color: rgb(51 53 83 / 0); +} +.border-y-purple-800\/5{ + border-top-color: rgb(51 53 83 / 0.05); + border-bottom-color: rgb(51 53 83 / 0.05); +} +.border-y-purple-800\/10{ + border-top-color: rgb(51 53 83 / 0.1); + border-bottom-color: rgb(51 53 83 / 0.1); +} +.border-y-purple-800\/20{ + border-top-color: rgb(51 53 83 / 0.2); + border-bottom-color: rgb(51 53 83 / 0.2); +} +.border-y-purple-800\/25{ + border-top-color: rgb(51 53 83 / 0.25); + border-bottom-color: rgb(51 53 83 / 0.25); +} +.border-y-purple-800\/30{ + border-top-color: rgb(51 53 83 / 0.3); + border-bottom-color: rgb(51 53 83 / 0.3); +} +.border-y-purple-800\/40{ + border-top-color: rgb(51 53 83 / 0.4); + border-bottom-color: rgb(51 53 83 / 0.4); +} +.border-y-purple-800\/50{ + border-top-color: rgb(51 53 83 / 0.5); + border-bottom-color: rgb(51 53 83 / 0.5); +} +.border-y-purple-800\/60{ + border-top-color: rgb(51 53 83 / 0.6); + border-bottom-color: rgb(51 53 83 / 0.6); +} +.border-y-purple-800\/70{ + border-top-color: rgb(51 53 83 / 0.7); + border-bottom-color: rgb(51 53 83 / 0.7); +} +.border-y-purple-800\/75{ + border-top-color: rgb(51 53 83 / 0.75); + border-bottom-color: rgb(51 53 83 / 0.75); +} +.border-y-purple-800\/80{ + border-top-color: rgb(51 53 83 / 0.8); + border-bottom-color: rgb(51 53 83 / 0.8); +} +.border-y-purple-800\/90{ + border-top-color: rgb(51 53 83 / 0.9); + border-bottom-color: rgb(51 53 83 / 0.9); +} +.border-y-purple-800\/95{ + border-top-color: rgb(51 53 83 / 0.95); + border-bottom-color: rgb(51 53 83 / 0.95); +} +.border-y-purple-800\/100{ + border-top-color: rgb(51 53 83 / 1); + border-bottom-color: rgb(51 53 83 / 1); +} +.border-y-purple-900\/0{ + border-top-color: rgb(42 43 68 / 0); + border-bottom-color: rgb(42 43 68 / 0); +} +.border-y-purple-900\/5{ + border-top-color: rgb(42 43 68 / 0.05); + border-bottom-color: rgb(42 43 68 / 0.05); +} +.border-y-purple-900\/10{ + border-top-color: rgb(42 43 68 / 0.1); + border-bottom-color: rgb(42 43 68 / 0.1); +} +.border-y-purple-900\/20{ + border-top-color: rgb(42 43 68 / 0.2); + border-bottom-color: rgb(42 43 68 / 0.2); +} +.border-y-purple-900\/25{ + border-top-color: rgb(42 43 68 / 0.25); + border-bottom-color: rgb(42 43 68 / 0.25); +} +.border-y-purple-900\/30{ + border-top-color: rgb(42 43 68 / 0.3); + border-bottom-color: rgb(42 43 68 / 0.3); +} +.border-y-purple-900\/40{ + border-top-color: rgb(42 43 68 / 0.4); + border-bottom-color: rgb(42 43 68 / 0.4); +} +.border-y-purple-900\/50{ + border-top-color: rgb(42 43 68 / 0.5); + border-bottom-color: rgb(42 43 68 / 0.5); +} +.border-y-purple-900\/60{ + border-top-color: rgb(42 43 68 / 0.6); + border-bottom-color: rgb(42 43 68 / 0.6); +} +.border-y-purple-900\/70{ + border-top-color: rgb(42 43 68 / 0.7); + border-bottom-color: rgb(42 43 68 / 0.7); +} +.border-y-purple-900\/75{ + border-top-color: rgb(42 43 68 / 0.75); + border-bottom-color: rgb(42 43 68 / 0.75); +} +.border-y-purple-900\/80{ + border-top-color: rgb(42 43 68 / 0.8); + border-bottom-color: rgb(42 43 68 / 0.8); +} +.border-y-purple-900\/90{ + border-top-color: rgb(42 43 68 / 0.9); + border-bottom-color: rgb(42 43 68 / 0.9); +} +.border-y-purple-900\/95{ + border-top-color: rgb(42 43 68 / 0.95); + border-bottom-color: rgb(42 43 68 / 0.95); +} +.border-y-purple-900\/100{ + border-top-color: rgb(42 43 68 / 1); + border-bottom-color: rgb(42 43 68 / 1); +} +.border-y-purple\/0{ + border-top-color: rgb(85 88 139 / 0); + border-bottom-color: rgb(85 88 139 / 0); +} +.border-y-purple\/5{ + border-top-color: rgb(85 88 139 / 0.05); + border-bottom-color: rgb(85 88 139 / 0.05); +} +.border-y-purple\/10{ + border-top-color: rgb(85 88 139 / 0.1); + border-bottom-color: rgb(85 88 139 / 0.1); +} +.border-y-purple\/20{ + border-top-color: rgb(85 88 139 / 0.2); + border-bottom-color: rgb(85 88 139 / 0.2); +} +.border-y-purple\/25{ + border-top-color: rgb(85 88 139 / 0.25); + border-bottom-color: rgb(85 88 139 / 0.25); +} +.border-y-purple\/30{ + border-top-color: rgb(85 88 139 / 0.3); + border-bottom-color: rgb(85 88 139 / 0.3); +} +.border-y-purple\/40{ + border-top-color: rgb(85 88 139 / 0.4); + border-bottom-color: rgb(85 88 139 / 0.4); +} +.border-y-purple\/50{ + border-top-color: rgb(85 88 139 / 0.5); + border-bottom-color: rgb(85 88 139 / 0.5); +} +.border-y-purple\/60{ + border-top-color: rgb(85 88 139 / 0.6); + border-bottom-color: rgb(85 88 139 / 0.6); +} +.border-y-purple\/70{ + border-top-color: rgb(85 88 139 / 0.7); + border-bottom-color: rgb(85 88 139 / 0.7); +} +.border-y-purple\/75{ + border-top-color: rgb(85 88 139 / 0.75); + border-bottom-color: rgb(85 88 139 / 0.75); +} +.border-y-purple\/80{ + border-top-color: rgb(85 88 139 / 0.8); + border-bottom-color: rgb(85 88 139 / 0.8); +} +.border-y-purple\/90{ + border-top-color: rgb(85 88 139 / 0.9); + border-bottom-color: rgb(85 88 139 / 0.9); +} +.border-y-purple\/95{ + border-top-color: rgb(85 88 139 / 0.95); + border-bottom-color: rgb(85 88 139 / 0.95); +} +.border-y-purple\/100{ + border-top-color: rgb(85 88 139 / 1); + border-bottom-color: rgb(85 88 139 / 1); +} +.border-y-fuchsia-50\/0{ + border-top-color: rgb(253 244 255 / 0); + border-bottom-color: rgb(253 244 255 / 0); +} +.border-y-fuchsia-50\/5{ + border-top-color: rgb(253 244 255 / 0.05); + border-bottom-color: rgb(253 244 255 / 0.05); +} +.border-y-fuchsia-50\/10{ + border-top-color: rgb(253 244 255 / 0.1); + border-bottom-color: rgb(253 244 255 / 0.1); +} +.border-y-fuchsia-50\/20{ + border-top-color: rgb(253 244 255 / 0.2); + border-bottom-color: rgb(253 244 255 / 0.2); +} +.border-y-fuchsia-50\/25{ + border-top-color: rgb(253 244 255 / 0.25); + border-bottom-color: rgb(253 244 255 / 0.25); +} +.border-y-fuchsia-50\/30{ + border-top-color: rgb(253 244 255 / 0.3); + border-bottom-color: rgb(253 244 255 / 0.3); +} +.border-y-fuchsia-50\/40{ + border-top-color: rgb(253 244 255 / 0.4); + border-bottom-color: rgb(253 244 255 / 0.4); +} +.border-y-fuchsia-50\/50{ + border-top-color: rgb(253 244 255 / 0.5); + border-bottom-color: rgb(253 244 255 / 0.5); +} +.border-y-fuchsia-50\/60{ + border-top-color: rgb(253 244 255 / 0.6); + border-bottom-color: rgb(253 244 255 / 0.6); +} +.border-y-fuchsia-50\/70{ + border-top-color: rgb(253 244 255 / 0.7); + border-bottom-color: rgb(253 244 255 / 0.7); +} +.border-y-fuchsia-50\/75{ + border-top-color: rgb(253 244 255 / 0.75); + border-bottom-color: rgb(253 244 255 / 0.75); +} +.border-y-fuchsia-50\/80{ + border-top-color: rgb(253 244 255 / 0.8); + border-bottom-color: rgb(253 244 255 / 0.8); +} +.border-y-fuchsia-50\/90{ + border-top-color: rgb(253 244 255 / 0.9); + border-bottom-color: rgb(253 244 255 / 0.9); +} +.border-y-fuchsia-50\/95{ + border-top-color: rgb(253 244 255 / 0.95); + border-bottom-color: rgb(253 244 255 / 0.95); +} +.border-y-fuchsia-50\/100{ + border-top-color: rgb(253 244 255 / 1); + border-bottom-color: rgb(253 244 255 / 1); +} +.border-y-fuchsia-100\/0{ + border-top-color: rgb(250 232 255 / 0); + border-bottom-color: rgb(250 232 255 / 0); +} +.border-y-fuchsia-100\/5{ + border-top-color: rgb(250 232 255 / 0.05); + border-bottom-color: rgb(250 232 255 / 0.05); +} +.border-y-fuchsia-100\/10{ + border-top-color: rgb(250 232 255 / 0.1); + border-bottom-color: rgb(250 232 255 / 0.1); +} +.border-y-fuchsia-100\/20{ + border-top-color: rgb(250 232 255 / 0.2); + border-bottom-color: rgb(250 232 255 / 0.2); +} +.border-y-fuchsia-100\/25{ + border-top-color: rgb(250 232 255 / 0.25); + border-bottom-color: rgb(250 232 255 / 0.25); +} +.border-y-fuchsia-100\/30{ + border-top-color: rgb(250 232 255 / 0.3); + border-bottom-color: rgb(250 232 255 / 0.3); +} +.border-y-fuchsia-100\/40{ + border-top-color: rgb(250 232 255 / 0.4); + border-bottom-color: rgb(250 232 255 / 0.4); +} +.border-y-fuchsia-100\/50{ + border-top-color: rgb(250 232 255 / 0.5); + border-bottom-color: rgb(250 232 255 / 0.5); +} +.border-y-fuchsia-100\/60{ + border-top-color: rgb(250 232 255 / 0.6); + border-bottom-color: rgb(250 232 255 / 0.6); +} +.border-y-fuchsia-100\/70{ + border-top-color: rgb(250 232 255 / 0.7); + border-bottom-color: rgb(250 232 255 / 0.7); +} +.border-y-fuchsia-100\/75{ + border-top-color: rgb(250 232 255 / 0.75); + border-bottom-color: rgb(250 232 255 / 0.75); +} +.border-y-fuchsia-100\/80{ + border-top-color: rgb(250 232 255 / 0.8); + border-bottom-color: rgb(250 232 255 / 0.8); +} +.border-y-fuchsia-100\/90{ + border-top-color: rgb(250 232 255 / 0.9); + border-bottom-color: rgb(250 232 255 / 0.9); +} +.border-y-fuchsia-100\/95{ + border-top-color: rgb(250 232 255 / 0.95); + border-bottom-color: rgb(250 232 255 / 0.95); +} +.border-y-fuchsia-100\/100{ + border-top-color: rgb(250 232 255 / 1); + border-bottom-color: rgb(250 232 255 / 1); +} +.border-y-fuchsia-200\/0{ + border-top-color: rgb(245 208 254 / 0); + border-bottom-color: rgb(245 208 254 / 0); +} +.border-y-fuchsia-200\/5{ + border-top-color: rgb(245 208 254 / 0.05); + border-bottom-color: rgb(245 208 254 / 0.05); +} +.border-y-fuchsia-200\/10{ + border-top-color: rgb(245 208 254 / 0.1); + border-bottom-color: rgb(245 208 254 / 0.1); +} +.border-y-fuchsia-200\/20{ + border-top-color: rgb(245 208 254 / 0.2); + border-bottom-color: rgb(245 208 254 / 0.2); +} +.border-y-fuchsia-200\/25{ + border-top-color: rgb(245 208 254 / 0.25); + border-bottom-color: rgb(245 208 254 / 0.25); +} +.border-y-fuchsia-200\/30{ + border-top-color: rgb(245 208 254 / 0.3); + border-bottom-color: rgb(245 208 254 / 0.3); +} +.border-y-fuchsia-200\/40{ + border-top-color: rgb(245 208 254 / 0.4); + border-bottom-color: rgb(245 208 254 / 0.4); +} +.border-y-fuchsia-200\/50{ + border-top-color: rgb(245 208 254 / 0.5); + border-bottom-color: rgb(245 208 254 / 0.5); +} +.border-y-fuchsia-200\/60{ + border-top-color: rgb(245 208 254 / 0.6); + border-bottom-color: rgb(245 208 254 / 0.6); +} +.border-y-fuchsia-200\/70{ + border-top-color: rgb(245 208 254 / 0.7); + border-bottom-color: rgb(245 208 254 / 0.7); +} +.border-y-fuchsia-200\/75{ + border-top-color: rgb(245 208 254 / 0.75); + border-bottom-color: rgb(245 208 254 / 0.75); +} +.border-y-fuchsia-200\/80{ + border-top-color: rgb(245 208 254 / 0.8); + border-bottom-color: rgb(245 208 254 / 0.8); +} +.border-y-fuchsia-200\/90{ + border-top-color: rgb(245 208 254 / 0.9); + border-bottom-color: rgb(245 208 254 / 0.9); +} +.border-y-fuchsia-200\/95{ + border-top-color: rgb(245 208 254 / 0.95); + border-bottom-color: rgb(245 208 254 / 0.95); +} +.border-y-fuchsia-200\/100{ + border-top-color: rgb(245 208 254 / 1); + border-bottom-color: rgb(245 208 254 / 1); +} +.border-y-fuchsia-300\/0{ + border-top-color: rgb(240 171 252 / 0); + border-bottom-color: rgb(240 171 252 / 0); +} +.border-y-fuchsia-300\/5{ + border-top-color: rgb(240 171 252 / 0.05); + border-bottom-color: rgb(240 171 252 / 0.05); +} +.border-y-fuchsia-300\/10{ + border-top-color: rgb(240 171 252 / 0.1); + border-bottom-color: rgb(240 171 252 / 0.1); +} +.border-y-fuchsia-300\/20{ + border-top-color: rgb(240 171 252 / 0.2); + border-bottom-color: rgb(240 171 252 / 0.2); +} +.border-y-fuchsia-300\/25{ + border-top-color: rgb(240 171 252 / 0.25); + border-bottom-color: rgb(240 171 252 / 0.25); +} +.border-y-fuchsia-300\/30{ + border-top-color: rgb(240 171 252 / 0.3); + border-bottom-color: rgb(240 171 252 / 0.3); +} +.border-y-fuchsia-300\/40{ + border-top-color: rgb(240 171 252 / 0.4); + border-bottom-color: rgb(240 171 252 / 0.4); +} +.border-y-fuchsia-300\/50{ + border-top-color: rgb(240 171 252 / 0.5); + border-bottom-color: rgb(240 171 252 / 0.5); +} +.border-y-fuchsia-300\/60{ + border-top-color: rgb(240 171 252 / 0.6); + border-bottom-color: rgb(240 171 252 / 0.6); +} +.border-y-fuchsia-300\/70{ + border-top-color: rgb(240 171 252 / 0.7); + border-bottom-color: rgb(240 171 252 / 0.7); +} +.border-y-fuchsia-300\/75{ + border-top-color: rgb(240 171 252 / 0.75); + border-bottom-color: rgb(240 171 252 / 0.75); +} +.border-y-fuchsia-300\/80{ + border-top-color: rgb(240 171 252 / 0.8); + border-bottom-color: rgb(240 171 252 / 0.8); +} +.border-y-fuchsia-300\/90{ + border-top-color: rgb(240 171 252 / 0.9); + border-bottom-color: rgb(240 171 252 / 0.9); +} +.border-y-fuchsia-300\/95{ + border-top-color: rgb(240 171 252 / 0.95); + border-bottom-color: rgb(240 171 252 / 0.95); +} +.border-y-fuchsia-300\/100{ + border-top-color: rgb(240 171 252 / 1); + border-bottom-color: rgb(240 171 252 / 1); +} +.border-y-fuchsia-400\/0{ + border-top-color: rgb(232 121 249 / 0); + border-bottom-color: rgb(232 121 249 / 0); +} +.border-y-fuchsia-400\/5{ + border-top-color: rgb(232 121 249 / 0.05); + border-bottom-color: rgb(232 121 249 / 0.05); +} +.border-y-fuchsia-400\/10{ + border-top-color: rgb(232 121 249 / 0.1); + border-bottom-color: rgb(232 121 249 / 0.1); +} +.border-y-fuchsia-400\/20{ + border-top-color: rgb(232 121 249 / 0.2); + border-bottom-color: rgb(232 121 249 / 0.2); +} +.border-y-fuchsia-400\/25{ + border-top-color: rgb(232 121 249 / 0.25); + border-bottom-color: rgb(232 121 249 / 0.25); +} +.border-y-fuchsia-400\/30{ + border-top-color: rgb(232 121 249 / 0.3); + border-bottom-color: rgb(232 121 249 / 0.3); +} +.border-y-fuchsia-400\/40{ + border-top-color: rgb(232 121 249 / 0.4); + border-bottom-color: rgb(232 121 249 / 0.4); +} +.border-y-fuchsia-400\/50{ + border-top-color: rgb(232 121 249 / 0.5); + border-bottom-color: rgb(232 121 249 / 0.5); +} +.border-y-fuchsia-400\/60{ + border-top-color: rgb(232 121 249 / 0.6); + border-bottom-color: rgb(232 121 249 / 0.6); +} +.border-y-fuchsia-400\/70{ + border-top-color: rgb(232 121 249 / 0.7); + border-bottom-color: rgb(232 121 249 / 0.7); +} +.border-y-fuchsia-400\/75{ + border-top-color: rgb(232 121 249 / 0.75); + border-bottom-color: rgb(232 121 249 / 0.75); +} +.border-y-fuchsia-400\/80{ + border-top-color: rgb(232 121 249 / 0.8); + border-bottom-color: rgb(232 121 249 / 0.8); +} +.border-y-fuchsia-400\/90{ + border-top-color: rgb(232 121 249 / 0.9); + border-bottom-color: rgb(232 121 249 / 0.9); +} +.border-y-fuchsia-400\/95{ + border-top-color: rgb(232 121 249 / 0.95); + border-bottom-color: rgb(232 121 249 / 0.95); +} +.border-y-fuchsia-400\/100{ + border-top-color: rgb(232 121 249 / 1); + border-bottom-color: rgb(232 121 249 / 1); +} +.border-y-fuchsia-500\/0{ + border-top-color: rgb(217 70 239 / 0); + border-bottom-color: rgb(217 70 239 / 0); +} +.border-y-fuchsia-500\/5{ + border-top-color: rgb(217 70 239 / 0.05); + border-bottom-color: rgb(217 70 239 / 0.05); +} +.border-y-fuchsia-500\/10{ + border-top-color: rgb(217 70 239 / 0.1); + border-bottom-color: rgb(217 70 239 / 0.1); +} +.border-y-fuchsia-500\/20{ + border-top-color: rgb(217 70 239 / 0.2); + border-bottom-color: rgb(217 70 239 / 0.2); +} +.border-y-fuchsia-500\/25{ + border-top-color: rgb(217 70 239 / 0.25); + border-bottom-color: rgb(217 70 239 / 0.25); +} +.border-y-fuchsia-500\/30{ + border-top-color: rgb(217 70 239 / 0.3); + border-bottom-color: rgb(217 70 239 / 0.3); +} +.border-y-fuchsia-500\/40{ + border-top-color: rgb(217 70 239 / 0.4); + border-bottom-color: rgb(217 70 239 / 0.4); +} +.border-y-fuchsia-500\/50{ + border-top-color: rgb(217 70 239 / 0.5); + border-bottom-color: rgb(217 70 239 / 0.5); +} +.border-y-fuchsia-500\/60{ + border-top-color: rgb(217 70 239 / 0.6); + border-bottom-color: rgb(217 70 239 / 0.6); +} +.border-y-fuchsia-500\/70{ + border-top-color: rgb(217 70 239 / 0.7); + border-bottom-color: rgb(217 70 239 / 0.7); +} +.border-y-fuchsia-500\/75{ + border-top-color: rgb(217 70 239 / 0.75); + border-bottom-color: rgb(217 70 239 / 0.75); +} +.border-y-fuchsia-500\/80{ + border-top-color: rgb(217 70 239 / 0.8); + border-bottom-color: rgb(217 70 239 / 0.8); +} +.border-y-fuchsia-500\/90{ + border-top-color: rgb(217 70 239 / 0.9); + border-bottom-color: rgb(217 70 239 / 0.9); +} +.border-y-fuchsia-500\/95{ + border-top-color: rgb(217 70 239 / 0.95); + border-bottom-color: rgb(217 70 239 / 0.95); +} +.border-y-fuchsia-500\/100{ + border-top-color: rgb(217 70 239 / 1); + border-bottom-color: rgb(217 70 239 / 1); +} +.border-y-fuchsia-600\/0{ + border-top-color: rgb(192 38 211 / 0); + border-bottom-color: rgb(192 38 211 / 0); +} +.border-y-fuchsia-600\/5{ + border-top-color: rgb(192 38 211 / 0.05); + border-bottom-color: rgb(192 38 211 / 0.05); +} +.border-y-fuchsia-600\/10{ + border-top-color: rgb(192 38 211 / 0.1); + border-bottom-color: rgb(192 38 211 / 0.1); +} +.border-y-fuchsia-600\/20{ + border-top-color: rgb(192 38 211 / 0.2); + border-bottom-color: rgb(192 38 211 / 0.2); +} +.border-y-fuchsia-600\/25{ + border-top-color: rgb(192 38 211 / 0.25); + border-bottom-color: rgb(192 38 211 / 0.25); +} +.border-y-fuchsia-600\/30{ + border-top-color: rgb(192 38 211 / 0.3); + border-bottom-color: rgb(192 38 211 / 0.3); +} +.border-y-fuchsia-600\/40{ + border-top-color: rgb(192 38 211 / 0.4); + border-bottom-color: rgb(192 38 211 / 0.4); +} +.border-y-fuchsia-600\/50{ + border-top-color: rgb(192 38 211 / 0.5); + border-bottom-color: rgb(192 38 211 / 0.5); +} +.border-y-fuchsia-600\/60{ + border-top-color: rgb(192 38 211 / 0.6); + border-bottom-color: rgb(192 38 211 / 0.6); +} +.border-y-fuchsia-600\/70{ + border-top-color: rgb(192 38 211 / 0.7); + border-bottom-color: rgb(192 38 211 / 0.7); +} +.border-y-fuchsia-600\/75{ + border-top-color: rgb(192 38 211 / 0.75); + border-bottom-color: rgb(192 38 211 / 0.75); +} +.border-y-fuchsia-600\/80{ + border-top-color: rgb(192 38 211 / 0.8); + border-bottom-color: rgb(192 38 211 / 0.8); +} +.border-y-fuchsia-600\/90{ + border-top-color: rgb(192 38 211 / 0.9); + border-bottom-color: rgb(192 38 211 / 0.9); +} +.border-y-fuchsia-600\/95{ + border-top-color: rgb(192 38 211 / 0.95); + border-bottom-color: rgb(192 38 211 / 0.95); +} +.border-y-fuchsia-600\/100{ + border-top-color: rgb(192 38 211 / 1); + border-bottom-color: rgb(192 38 211 / 1); +} +.border-y-fuchsia-700\/0{ + border-top-color: rgb(162 28 175 / 0); + border-bottom-color: rgb(162 28 175 / 0); +} +.border-y-fuchsia-700\/5{ + border-top-color: rgb(162 28 175 / 0.05); + border-bottom-color: rgb(162 28 175 / 0.05); +} +.border-y-fuchsia-700\/10{ + border-top-color: rgb(162 28 175 / 0.1); + border-bottom-color: rgb(162 28 175 / 0.1); +} +.border-y-fuchsia-700\/20{ + border-top-color: rgb(162 28 175 / 0.2); + border-bottom-color: rgb(162 28 175 / 0.2); +} +.border-y-fuchsia-700\/25{ + border-top-color: rgb(162 28 175 / 0.25); + border-bottom-color: rgb(162 28 175 / 0.25); +} +.border-y-fuchsia-700\/30{ + border-top-color: rgb(162 28 175 / 0.3); + border-bottom-color: rgb(162 28 175 / 0.3); +} +.border-y-fuchsia-700\/40{ + border-top-color: rgb(162 28 175 / 0.4); + border-bottom-color: rgb(162 28 175 / 0.4); +} +.border-y-fuchsia-700\/50{ + border-top-color: rgb(162 28 175 / 0.5); + border-bottom-color: rgb(162 28 175 / 0.5); +} +.border-y-fuchsia-700\/60{ + border-top-color: rgb(162 28 175 / 0.6); + border-bottom-color: rgb(162 28 175 / 0.6); +} +.border-y-fuchsia-700\/70{ + border-top-color: rgb(162 28 175 / 0.7); + border-bottom-color: rgb(162 28 175 / 0.7); +} +.border-y-fuchsia-700\/75{ + border-top-color: rgb(162 28 175 / 0.75); + border-bottom-color: rgb(162 28 175 / 0.75); +} +.border-y-fuchsia-700\/80{ + border-top-color: rgb(162 28 175 / 0.8); + border-bottom-color: rgb(162 28 175 / 0.8); +} +.border-y-fuchsia-700\/90{ + border-top-color: rgb(162 28 175 / 0.9); + border-bottom-color: rgb(162 28 175 / 0.9); +} +.border-y-fuchsia-700\/95{ + border-top-color: rgb(162 28 175 / 0.95); + border-bottom-color: rgb(162 28 175 / 0.95); +} +.border-y-fuchsia-700\/100{ + border-top-color: rgb(162 28 175 / 1); + border-bottom-color: rgb(162 28 175 / 1); +} +.border-y-fuchsia-800\/0{ + border-top-color: rgb(134 25 143 / 0); + border-bottom-color: rgb(134 25 143 / 0); +} +.border-y-fuchsia-800\/5{ + border-top-color: rgb(134 25 143 / 0.05); + border-bottom-color: rgb(134 25 143 / 0.05); +} +.border-y-fuchsia-800\/10{ + border-top-color: rgb(134 25 143 / 0.1); + border-bottom-color: rgb(134 25 143 / 0.1); +} +.border-y-fuchsia-800\/20{ + border-top-color: rgb(134 25 143 / 0.2); + border-bottom-color: rgb(134 25 143 / 0.2); +} +.border-y-fuchsia-800\/25{ + border-top-color: rgb(134 25 143 / 0.25); + border-bottom-color: rgb(134 25 143 / 0.25); +} +.border-y-fuchsia-800\/30{ + border-top-color: rgb(134 25 143 / 0.3); + border-bottom-color: rgb(134 25 143 / 0.3); +} +.border-y-fuchsia-800\/40{ + border-top-color: rgb(134 25 143 / 0.4); + border-bottom-color: rgb(134 25 143 / 0.4); +} +.border-y-fuchsia-800\/50{ + border-top-color: rgb(134 25 143 / 0.5); + border-bottom-color: rgb(134 25 143 / 0.5); +} +.border-y-fuchsia-800\/60{ + border-top-color: rgb(134 25 143 / 0.6); + border-bottom-color: rgb(134 25 143 / 0.6); +} +.border-y-fuchsia-800\/70{ + border-top-color: rgb(134 25 143 / 0.7); + border-bottom-color: rgb(134 25 143 / 0.7); +} +.border-y-fuchsia-800\/75{ + border-top-color: rgb(134 25 143 / 0.75); + border-bottom-color: rgb(134 25 143 / 0.75); +} +.border-y-fuchsia-800\/80{ + border-top-color: rgb(134 25 143 / 0.8); + border-bottom-color: rgb(134 25 143 / 0.8); +} +.border-y-fuchsia-800\/90{ + border-top-color: rgb(134 25 143 / 0.9); + border-bottom-color: rgb(134 25 143 / 0.9); +} +.border-y-fuchsia-800\/95{ + border-top-color: rgb(134 25 143 / 0.95); + border-bottom-color: rgb(134 25 143 / 0.95); +} +.border-y-fuchsia-800\/100{ + border-top-color: rgb(134 25 143 / 1); + border-bottom-color: rgb(134 25 143 / 1); +} +.border-y-fuchsia-900\/0{ + border-top-color: rgb(112 26 117 / 0); + border-bottom-color: rgb(112 26 117 / 0); +} +.border-y-fuchsia-900\/5{ + border-top-color: rgb(112 26 117 / 0.05); + border-bottom-color: rgb(112 26 117 / 0.05); +} +.border-y-fuchsia-900\/10{ + border-top-color: rgb(112 26 117 / 0.1); + border-bottom-color: rgb(112 26 117 / 0.1); +} +.border-y-fuchsia-900\/20{ + border-top-color: rgb(112 26 117 / 0.2); + border-bottom-color: rgb(112 26 117 / 0.2); +} +.border-y-fuchsia-900\/25{ + border-top-color: rgb(112 26 117 / 0.25); + border-bottom-color: rgb(112 26 117 / 0.25); +} +.border-y-fuchsia-900\/30{ + border-top-color: rgb(112 26 117 / 0.3); + border-bottom-color: rgb(112 26 117 / 0.3); +} +.border-y-fuchsia-900\/40{ + border-top-color: rgb(112 26 117 / 0.4); + border-bottom-color: rgb(112 26 117 / 0.4); +} +.border-y-fuchsia-900\/50{ + border-top-color: rgb(112 26 117 / 0.5); + border-bottom-color: rgb(112 26 117 / 0.5); +} +.border-y-fuchsia-900\/60{ + border-top-color: rgb(112 26 117 / 0.6); + border-bottom-color: rgb(112 26 117 / 0.6); +} +.border-y-fuchsia-900\/70{ + border-top-color: rgb(112 26 117 / 0.7); + border-bottom-color: rgb(112 26 117 / 0.7); +} +.border-y-fuchsia-900\/75{ + border-top-color: rgb(112 26 117 / 0.75); + border-bottom-color: rgb(112 26 117 / 0.75); +} +.border-y-fuchsia-900\/80{ + border-top-color: rgb(112 26 117 / 0.8); + border-bottom-color: rgb(112 26 117 / 0.8); +} +.border-y-fuchsia-900\/90{ + border-top-color: rgb(112 26 117 / 0.9); + border-bottom-color: rgb(112 26 117 / 0.9); +} +.border-y-fuchsia-900\/95{ + border-top-color: rgb(112 26 117 / 0.95); + border-bottom-color: rgb(112 26 117 / 0.95); +} +.border-y-fuchsia-900\/100{ + border-top-color: rgb(112 26 117 / 1); + border-bottom-color: rgb(112 26 117 / 1); +} +.border-y-pink-50\/0{ + border-top-color: rgb(253 242 248 / 0); + border-bottom-color: rgb(253 242 248 / 0); +} +.border-y-pink-50\/5{ + border-top-color: rgb(253 242 248 / 0.05); + border-bottom-color: rgb(253 242 248 / 0.05); +} +.border-y-pink-50\/10{ + border-top-color: rgb(253 242 248 / 0.1); + border-bottom-color: rgb(253 242 248 / 0.1); +} +.border-y-pink-50\/20{ + border-top-color: rgb(253 242 248 / 0.2); + border-bottom-color: rgb(253 242 248 / 0.2); +} +.border-y-pink-50\/25{ + border-top-color: rgb(253 242 248 / 0.25); + border-bottom-color: rgb(253 242 248 / 0.25); +} +.border-y-pink-50\/30{ + border-top-color: rgb(253 242 248 / 0.3); + border-bottom-color: rgb(253 242 248 / 0.3); +} +.border-y-pink-50\/40{ + border-top-color: rgb(253 242 248 / 0.4); + border-bottom-color: rgb(253 242 248 / 0.4); +} +.border-y-pink-50\/50{ + border-top-color: rgb(253 242 248 / 0.5); + border-bottom-color: rgb(253 242 248 / 0.5); +} +.border-y-pink-50\/60{ + border-top-color: rgb(253 242 248 / 0.6); + border-bottom-color: rgb(253 242 248 / 0.6); +} +.border-y-pink-50\/70{ + border-top-color: rgb(253 242 248 / 0.7); + border-bottom-color: rgb(253 242 248 / 0.7); +} +.border-y-pink-50\/75{ + border-top-color: rgb(253 242 248 / 0.75); + border-bottom-color: rgb(253 242 248 / 0.75); +} +.border-y-pink-50\/80{ + border-top-color: rgb(253 242 248 / 0.8); + border-bottom-color: rgb(253 242 248 / 0.8); +} +.border-y-pink-50\/90{ + border-top-color: rgb(253 242 248 / 0.9); + border-bottom-color: rgb(253 242 248 / 0.9); +} +.border-y-pink-50\/95{ + border-top-color: rgb(253 242 248 / 0.95); + border-bottom-color: rgb(253 242 248 / 0.95); +} +.border-y-pink-50\/100{ + border-top-color: rgb(253 242 248 / 1); + border-bottom-color: rgb(253 242 248 / 1); +} +.border-y-pink-100\/0{ + border-top-color: rgb(252 232 243 / 0); + border-bottom-color: rgb(252 232 243 / 0); +} +.border-y-pink-100\/5{ + border-top-color: rgb(252 232 243 / 0.05); + border-bottom-color: rgb(252 232 243 / 0.05); +} +.border-y-pink-100\/10{ + border-top-color: rgb(252 232 243 / 0.1); + border-bottom-color: rgb(252 232 243 / 0.1); +} +.border-y-pink-100\/20{ + border-top-color: rgb(252 232 243 / 0.2); + border-bottom-color: rgb(252 232 243 / 0.2); +} +.border-y-pink-100\/25{ + border-top-color: rgb(252 232 243 / 0.25); + border-bottom-color: rgb(252 232 243 / 0.25); +} +.border-y-pink-100\/30{ + border-top-color: rgb(252 232 243 / 0.3); + border-bottom-color: rgb(252 232 243 / 0.3); +} +.border-y-pink-100\/40{ + border-top-color: rgb(252 232 243 / 0.4); + border-bottom-color: rgb(252 232 243 / 0.4); +} +.border-y-pink-100\/50{ + border-top-color: rgb(252 232 243 / 0.5); + border-bottom-color: rgb(252 232 243 / 0.5); +} +.border-y-pink-100\/60{ + border-top-color: rgb(252 232 243 / 0.6); + border-bottom-color: rgb(252 232 243 / 0.6); +} +.border-y-pink-100\/70{ + border-top-color: rgb(252 232 243 / 0.7); + border-bottom-color: rgb(252 232 243 / 0.7); +} +.border-y-pink-100\/75{ + border-top-color: rgb(252 232 243 / 0.75); + border-bottom-color: rgb(252 232 243 / 0.75); +} +.border-y-pink-100\/80{ + border-top-color: rgb(252 232 243 / 0.8); + border-bottom-color: rgb(252 232 243 / 0.8); +} +.border-y-pink-100\/90{ + border-top-color: rgb(252 232 243 / 0.9); + border-bottom-color: rgb(252 232 243 / 0.9); +} +.border-y-pink-100\/95{ + border-top-color: rgb(252 232 243 / 0.95); + border-bottom-color: rgb(252 232 243 / 0.95); +} +.border-y-pink-100\/100{ + border-top-color: rgb(252 232 243 / 1); + border-bottom-color: rgb(252 232 243 / 1); +} +.border-y-pink-200\/0{ + border-top-color: rgb(250 209 232 / 0); + border-bottom-color: rgb(250 209 232 / 0); +} +.border-y-pink-200\/5{ + border-top-color: rgb(250 209 232 / 0.05); + border-bottom-color: rgb(250 209 232 / 0.05); +} +.border-y-pink-200\/10{ + border-top-color: rgb(250 209 232 / 0.1); + border-bottom-color: rgb(250 209 232 / 0.1); +} +.border-y-pink-200\/20{ + border-top-color: rgb(250 209 232 / 0.2); + border-bottom-color: rgb(250 209 232 / 0.2); +} +.border-y-pink-200\/25{ + border-top-color: rgb(250 209 232 / 0.25); + border-bottom-color: rgb(250 209 232 / 0.25); +} +.border-y-pink-200\/30{ + border-top-color: rgb(250 209 232 / 0.3); + border-bottom-color: rgb(250 209 232 / 0.3); +} +.border-y-pink-200\/40{ + border-top-color: rgb(250 209 232 / 0.4); + border-bottom-color: rgb(250 209 232 / 0.4); +} +.border-y-pink-200\/50{ + border-top-color: rgb(250 209 232 / 0.5); + border-bottom-color: rgb(250 209 232 / 0.5); +} +.border-y-pink-200\/60{ + border-top-color: rgb(250 209 232 / 0.6); + border-bottom-color: rgb(250 209 232 / 0.6); +} +.border-y-pink-200\/70{ + border-top-color: rgb(250 209 232 / 0.7); + border-bottom-color: rgb(250 209 232 / 0.7); +} +.border-y-pink-200\/75{ + border-top-color: rgb(250 209 232 / 0.75); + border-bottom-color: rgb(250 209 232 / 0.75); +} +.border-y-pink-200\/80{ + border-top-color: rgb(250 209 232 / 0.8); + border-bottom-color: rgb(250 209 232 / 0.8); +} +.border-y-pink-200\/90{ + border-top-color: rgb(250 209 232 / 0.9); + border-bottom-color: rgb(250 209 232 / 0.9); +} +.border-y-pink-200\/95{ + border-top-color: rgb(250 209 232 / 0.95); + border-bottom-color: rgb(250 209 232 / 0.95); +} +.border-y-pink-200\/100{ + border-top-color: rgb(250 209 232 / 1); + border-bottom-color: rgb(250 209 232 / 1); +} +.border-y-pink-300\/0{ + border-top-color: rgb(248 180 217 / 0); + border-bottom-color: rgb(248 180 217 / 0); +} +.border-y-pink-300\/5{ + border-top-color: rgb(248 180 217 / 0.05); + border-bottom-color: rgb(248 180 217 / 0.05); +} +.border-y-pink-300\/10{ + border-top-color: rgb(248 180 217 / 0.1); + border-bottom-color: rgb(248 180 217 / 0.1); +} +.border-y-pink-300\/20{ + border-top-color: rgb(248 180 217 / 0.2); + border-bottom-color: rgb(248 180 217 / 0.2); +} +.border-y-pink-300\/25{ + border-top-color: rgb(248 180 217 / 0.25); + border-bottom-color: rgb(248 180 217 / 0.25); +} +.border-y-pink-300\/30{ + border-top-color: rgb(248 180 217 / 0.3); + border-bottom-color: rgb(248 180 217 / 0.3); +} +.border-y-pink-300\/40{ + border-top-color: rgb(248 180 217 / 0.4); + border-bottom-color: rgb(248 180 217 / 0.4); +} +.border-y-pink-300\/50{ + border-top-color: rgb(248 180 217 / 0.5); + border-bottom-color: rgb(248 180 217 / 0.5); +} +.border-y-pink-300\/60{ + border-top-color: rgb(248 180 217 / 0.6); + border-bottom-color: rgb(248 180 217 / 0.6); +} +.border-y-pink-300\/70{ + border-top-color: rgb(248 180 217 / 0.7); + border-bottom-color: rgb(248 180 217 / 0.7); +} +.border-y-pink-300\/75{ + border-top-color: rgb(248 180 217 / 0.75); + border-bottom-color: rgb(248 180 217 / 0.75); +} +.border-y-pink-300\/80{ + border-top-color: rgb(248 180 217 / 0.8); + border-bottom-color: rgb(248 180 217 / 0.8); +} +.border-y-pink-300\/90{ + border-top-color: rgb(248 180 217 / 0.9); + border-bottom-color: rgb(248 180 217 / 0.9); +} +.border-y-pink-300\/95{ + border-top-color: rgb(248 180 217 / 0.95); + border-bottom-color: rgb(248 180 217 / 0.95); +} +.border-y-pink-300\/100{ + border-top-color: rgb(248 180 217 / 1); + border-bottom-color: rgb(248 180 217 / 1); +} +.border-y-pink-400\/0{ + border-top-color: rgb(241 126 184 / 0); + border-bottom-color: rgb(241 126 184 / 0); +} +.border-y-pink-400\/5{ + border-top-color: rgb(241 126 184 / 0.05); + border-bottom-color: rgb(241 126 184 / 0.05); +} +.border-y-pink-400\/10{ + border-top-color: rgb(241 126 184 / 0.1); + border-bottom-color: rgb(241 126 184 / 0.1); +} +.border-y-pink-400\/20{ + border-top-color: rgb(241 126 184 / 0.2); + border-bottom-color: rgb(241 126 184 / 0.2); +} +.border-y-pink-400\/25{ + border-top-color: rgb(241 126 184 / 0.25); + border-bottom-color: rgb(241 126 184 / 0.25); +} +.border-y-pink-400\/30{ + border-top-color: rgb(241 126 184 / 0.3); + border-bottom-color: rgb(241 126 184 / 0.3); +} +.border-y-pink-400\/40{ + border-top-color: rgb(241 126 184 / 0.4); + border-bottom-color: rgb(241 126 184 / 0.4); +} +.border-y-pink-400\/50{ + border-top-color: rgb(241 126 184 / 0.5); + border-bottom-color: rgb(241 126 184 / 0.5); +} +.border-y-pink-400\/60{ + border-top-color: rgb(241 126 184 / 0.6); + border-bottom-color: rgb(241 126 184 / 0.6); +} +.border-y-pink-400\/70{ + border-top-color: rgb(241 126 184 / 0.7); + border-bottom-color: rgb(241 126 184 / 0.7); +} +.border-y-pink-400\/75{ + border-top-color: rgb(241 126 184 / 0.75); + border-bottom-color: rgb(241 126 184 / 0.75); +} +.border-y-pink-400\/80{ + border-top-color: rgb(241 126 184 / 0.8); + border-bottom-color: rgb(241 126 184 / 0.8); +} +.border-y-pink-400\/90{ + border-top-color: rgb(241 126 184 / 0.9); + border-bottom-color: rgb(241 126 184 / 0.9); +} +.border-y-pink-400\/95{ + border-top-color: rgb(241 126 184 / 0.95); + border-bottom-color: rgb(241 126 184 / 0.95); +} +.border-y-pink-400\/100{ + border-top-color: rgb(241 126 184 / 1); + border-bottom-color: rgb(241 126 184 / 1); +} +.border-y-pink-500\/0{ + border-top-color: rgb(231 70 148 / 0); + border-bottom-color: rgb(231 70 148 / 0); +} +.border-y-pink-500\/5{ + border-top-color: rgb(231 70 148 / 0.05); + border-bottom-color: rgb(231 70 148 / 0.05); +} +.border-y-pink-500\/10{ + border-top-color: rgb(231 70 148 / 0.1); + border-bottom-color: rgb(231 70 148 / 0.1); +} +.border-y-pink-500\/20{ + border-top-color: rgb(231 70 148 / 0.2); + border-bottom-color: rgb(231 70 148 / 0.2); +} +.border-y-pink-500\/25{ + border-top-color: rgb(231 70 148 / 0.25); + border-bottom-color: rgb(231 70 148 / 0.25); +} +.border-y-pink-500\/30{ + border-top-color: rgb(231 70 148 / 0.3); + border-bottom-color: rgb(231 70 148 / 0.3); +} +.border-y-pink-500\/40{ + border-top-color: rgb(231 70 148 / 0.4); + border-bottom-color: rgb(231 70 148 / 0.4); +} +.border-y-pink-500\/50{ + border-top-color: rgb(231 70 148 / 0.5); + border-bottom-color: rgb(231 70 148 / 0.5); +} +.border-y-pink-500\/60{ + border-top-color: rgb(231 70 148 / 0.6); + border-bottom-color: rgb(231 70 148 / 0.6); +} +.border-y-pink-500\/70{ + border-top-color: rgb(231 70 148 / 0.7); + border-bottom-color: rgb(231 70 148 / 0.7); +} +.border-y-pink-500\/75{ + border-top-color: rgb(231 70 148 / 0.75); + border-bottom-color: rgb(231 70 148 / 0.75); +} +.border-y-pink-500\/80{ + border-top-color: rgb(231 70 148 / 0.8); + border-bottom-color: rgb(231 70 148 / 0.8); +} +.border-y-pink-500\/90{ + border-top-color: rgb(231 70 148 / 0.9); + border-bottom-color: rgb(231 70 148 / 0.9); +} +.border-y-pink-500\/95{ + border-top-color: rgb(231 70 148 / 0.95); + border-bottom-color: rgb(231 70 148 / 0.95); +} +.border-y-pink-500\/100{ + border-top-color: rgb(231 70 148 / 1); + border-bottom-color: rgb(231 70 148 / 1); +} +.border-y-pink-600\/0{ + border-top-color: rgb(214 31 105 / 0); + border-bottom-color: rgb(214 31 105 / 0); +} +.border-y-pink-600\/5{ + border-top-color: rgb(214 31 105 / 0.05); + border-bottom-color: rgb(214 31 105 / 0.05); +} +.border-y-pink-600\/10{ + border-top-color: rgb(214 31 105 / 0.1); + border-bottom-color: rgb(214 31 105 / 0.1); +} +.border-y-pink-600\/20{ + border-top-color: rgb(214 31 105 / 0.2); + border-bottom-color: rgb(214 31 105 / 0.2); +} +.border-y-pink-600\/25{ + border-top-color: rgb(214 31 105 / 0.25); + border-bottom-color: rgb(214 31 105 / 0.25); +} +.border-y-pink-600\/30{ + border-top-color: rgb(214 31 105 / 0.3); + border-bottom-color: rgb(214 31 105 / 0.3); +} +.border-y-pink-600\/40{ + border-top-color: rgb(214 31 105 / 0.4); + border-bottom-color: rgb(214 31 105 / 0.4); +} +.border-y-pink-600\/50{ + border-top-color: rgb(214 31 105 / 0.5); + border-bottom-color: rgb(214 31 105 / 0.5); +} +.border-y-pink-600\/60{ + border-top-color: rgb(214 31 105 / 0.6); + border-bottom-color: rgb(214 31 105 / 0.6); +} +.border-y-pink-600\/70{ + border-top-color: rgb(214 31 105 / 0.7); + border-bottom-color: rgb(214 31 105 / 0.7); +} +.border-y-pink-600\/75{ + border-top-color: rgb(214 31 105 / 0.75); + border-bottom-color: rgb(214 31 105 / 0.75); +} +.border-y-pink-600\/80{ + border-top-color: rgb(214 31 105 / 0.8); + border-bottom-color: rgb(214 31 105 / 0.8); +} +.border-y-pink-600\/90{ + border-top-color: rgb(214 31 105 / 0.9); + border-bottom-color: rgb(214 31 105 / 0.9); +} +.border-y-pink-600\/95{ + border-top-color: rgb(214 31 105 / 0.95); + border-bottom-color: rgb(214 31 105 / 0.95); +} +.border-y-pink-600\/100{ + border-top-color: rgb(214 31 105 / 1); + border-bottom-color: rgb(214 31 105 / 1); +} +.border-y-pink-700\/0{ + border-top-color: rgb(191 18 93 / 0); + border-bottom-color: rgb(191 18 93 / 0); +} +.border-y-pink-700\/5{ + border-top-color: rgb(191 18 93 / 0.05); + border-bottom-color: rgb(191 18 93 / 0.05); +} +.border-y-pink-700\/10{ + border-top-color: rgb(191 18 93 / 0.1); + border-bottom-color: rgb(191 18 93 / 0.1); +} +.border-y-pink-700\/20{ + border-top-color: rgb(191 18 93 / 0.2); + border-bottom-color: rgb(191 18 93 / 0.2); +} +.border-y-pink-700\/25{ + border-top-color: rgb(191 18 93 / 0.25); + border-bottom-color: rgb(191 18 93 / 0.25); +} +.border-y-pink-700\/30{ + border-top-color: rgb(191 18 93 / 0.3); + border-bottom-color: rgb(191 18 93 / 0.3); +} +.border-y-pink-700\/40{ + border-top-color: rgb(191 18 93 / 0.4); + border-bottom-color: rgb(191 18 93 / 0.4); +} +.border-y-pink-700\/50{ + border-top-color: rgb(191 18 93 / 0.5); + border-bottom-color: rgb(191 18 93 / 0.5); +} +.border-y-pink-700\/60{ + border-top-color: rgb(191 18 93 / 0.6); + border-bottom-color: rgb(191 18 93 / 0.6); +} +.border-y-pink-700\/70{ + border-top-color: rgb(191 18 93 / 0.7); + border-bottom-color: rgb(191 18 93 / 0.7); +} +.border-y-pink-700\/75{ + border-top-color: rgb(191 18 93 / 0.75); + border-bottom-color: rgb(191 18 93 / 0.75); +} +.border-y-pink-700\/80{ + border-top-color: rgb(191 18 93 / 0.8); + border-bottom-color: rgb(191 18 93 / 0.8); +} +.border-y-pink-700\/90{ + border-top-color: rgb(191 18 93 / 0.9); + border-bottom-color: rgb(191 18 93 / 0.9); +} +.border-y-pink-700\/95{ + border-top-color: rgb(191 18 93 / 0.95); + border-bottom-color: rgb(191 18 93 / 0.95); +} +.border-y-pink-700\/100{ + border-top-color: rgb(191 18 93 / 1); + border-bottom-color: rgb(191 18 93 / 1); +} +.border-y-pink-800\/0{ + border-top-color: rgb(153 21 75 / 0); + border-bottom-color: rgb(153 21 75 / 0); +} +.border-y-pink-800\/5{ + border-top-color: rgb(153 21 75 / 0.05); + border-bottom-color: rgb(153 21 75 / 0.05); +} +.border-y-pink-800\/10{ + border-top-color: rgb(153 21 75 / 0.1); + border-bottom-color: rgb(153 21 75 / 0.1); +} +.border-y-pink-800\/20{ + border-top-color: rgb(153 21 75 / 0.2); + border-bottom-color: rgb(153 21 75 / 0.2); +} +.border-y-pink-800\/25{ + border-top-color: rgb(153 21 75 / 0.25); + border-bottom-color: rgb(153 21 75 / 0.25); +} +.border-y-pink-800\/30{ + border-top-color: rgb(153 21 75 / 0.3); + border-bottom-color: rgb(153 21 75 / 0.3); +} +.border-y-pink-800\/40{ + border-top-color: rgb(153 21 75 / 0.4); + border-bottom-color: rgb(153 21 75 / 0.4); +} +.border-y-pink-800\/50{ + border-top-color: rgb(153 21 75 / 0.5); + border-bottom-color: rgb(153 21 75 / 0.5); +} +.border-y-pink-800\/60{ + border-top-color: rgb(153 21 75 / 0.6); + border-bottom-color: rgb(153 21 75 / 0.6); +} +.border-y-pink-800\/70{ + border-top-color: rgb(153 21 75 / 0.7); + border-bottom-color: rgb(153 21 75 / 0.7); +} +.border-y-pink-800\/75{ + border-top-color: rgb(153 21 75 / 0.75); + border-bottom-color: rgb(153 21 75 / 0.75); +} +.border-y-pink-800\/80{ + border-top-color: rgb(153 21 75 / 0.8); + border-bottom-color: rgb(153 21 75 / 0.8); +} +.border-y-pink-800\/90{ + border-top-color: rgb(153 21 75 / 0.9); + border-bottom-color: rgb(153 21 75 / 0.9); +} +.border-y-pink-800\/95{ + border-top-color: rgb(153 21 75 / 0.95); + border-bottom-color: rgb(153 21 75 / 0.95); +} +.border-y-pink-800\/100{ + border-top-color: rgb(153 21 75 / 1); + border-bottom-color: rgb(153 21 75 / 1); +} +.border-y-pink-900\/0{ + border-top-color: rgb(117 26 61 / 0); + border-bottom-color: rgb(117 26 61 / 0); +} +.border-y-pink-900\/5{ + border-top-color: rgb(117 26 61 / 0.05); + border-bottom-color: rgb(117 26 61 / 0.05); +} +.border-y-pink-900\/10{ + border-top-color: rgb(117 26 61 / 0.1); + border-bottom-color: rgb(117 26 61 / 0.1); +} +.border-y-pink-900\/20{ + border-top-color: rgb(117 26 61 / 0.2); + border-bottom-color: rgb(117 26 61 / 0.2); +} +.border-y-pink-900\/25{ + border-top-color: rgb(117 26 61 / 0.25); + border-bottom-color: rgb(117 26 61 / 0.25); +} +.border-y-pink-900\/30{ + border-top-color: rgb(117 26 61 / 0.3); + border-bottom-color: rgb(117 26 61 / 0.3); +} +.border-y-pink-900\/40{ + border-top-color: rgb(117 26 61 / 0.4); + border-bottom-color: rgb(117 26 61 / 0.4); +} +.border-y-pink-900\/50{ + border-top-color: rgb(117 26 61 / 0.5); + border-bottom-color: rgb(117 26 61 / 0.5); +} +.border-y-pink-900\/60{ + border-top-color: rgb(117 26 61 / 0.6); + border-bottom-color: rgb(117 26 61 / 0.6); +} +.border-y-pink-900\/70{ + border-top-color: rgb(117 26 61 / 0.7); + border-bottom-color: rgb(117 26 61 / 0.7); +} +.border-y-pink-900\/75{ + border-top-color: rgb(117 26 61 / 0.75); + border-bottom-color: rgb(117 26 61 / 0.75); +} +.border-y-pink-900\/80{ + border-top-color: rgb(117 26 61 / 0.8); + border-bottom-color: rgb(117 26 61 / 0.8); +} +.border-y-pink-900\/90{ + border-top-color: rgb(117 26 61 / 0.9); + border-bottom-color: rgb(117 26 61 / 0.9); +} +.border-y-pink-900\/95{ + border-top-color: rgb(117 26 61 / 0.95); + border-bottom-color: rgb(117 26 61 / 0.95); +} +.border-y-pink-900\/100{ + border-top-color: rgb(117 26 61 / 1); + border-bottom-color: rgb(117 26 61 / 1); +} +.border-y-rose-50\/0{ + border-top-color: rgb(255 241 242 / 0); + border-bottom-color: rgb(255 241 242 / 0); +} +.border-y-rose-50\/5{ + border-top-color: rgb(255 241 242 / 0.05); + border-bottom-color: rgb(255 241 242 / 0.05); +} +.border-y-rose-50\/10{ + border-top-color: rgb(255 241 242 / 0.1); + border-bottom-color: rgb(255 241 242 / 0.1); +} +.border-y-rose-50\/20{ + border-top-color: rgb(255 241 242 / 0.2); + border-bottom-color: rgb(255 241 242 / 0.2); +} +.border-y-rose-50\/25{ + border-top-color: rgb(255 241 242 / 0.25); + border-bottom-color: rgb(255 241 242 / 0.25); +} +.border-y-rose-50\/30{ + border-top-color: rgb(255 241 242 / 0.3); + border-bottom-color: rgb(255 241 242 / 0.3); +} +.border-y-rose-50\/40{ + border-top-color: rgb(255 241 242 / 0.4); + border-bottom-color: rgb(255 241 242 / 0.4); +} +.border-y-rose-50\/50{ + border-top-color: rgb(255 241 242 / 0.5); + border-bottom-color: rgb(255 241 242 / 0.5); +} +.border-y-rose-50\/60{ + border-top-color: rgb(255 241 242 / 0.6); + border-bottom-color: rgb(255 241 242 / 0.6); +} +.border-y-rose-50\/70{ + border-top-color: rgb(255 241 242 / 0.7); + border-bottom-color: rgb(255 241 242 / 0.7); +} +.border-y-rose-50\/75{ + border-top-color: rgb(255 241 242 / 0.75); + border-bottom-color: rgb(255 241 242 / 0.75); +} +.border-y-rose-50\/80{ + border-top-color: rgb(255 241 242 / 0.8); + border-bottom-color: rgb(255 241 242 / 0.8); +} +.border-y-rose-50\/90{ + border-top-color: rgb(255 241 242 / 0.9); + border-bottom-color: rgb(255 241 242 / 0.9); +} +.border-y-rose-50\/95{ + border-top-color: rgb(255 241 242 / 0.95); + border-bottom-color: rgb(255 241 242 / 0.95); +} +.border-y-rose-50\/100{ + border-top-color: rgb(255 241 242 / 1); + border-bottom-color: rgb(255 241 242 / 1); +} +.border-y-rose-100\/0{ + border-top-color: rgb(255 228 230 / 0); + border-bottom-color: rgb(255 228 230 / 0); +} +.border-y-rose-100\/5{ + border-top-color: rgb(255 228 230 / 0.05); + border-bottom-color: rgb(255 228 230 / 0.05); +} +.border-y-rose-100\/10{ + border-top-color: rgb(255 228 230 / 0.1); + border-bottom-color: rgb(255 228 230 / 0.1); +} +.border-y-rose-100\/20{ + border-top-color: rgb(255 228 230 / 0.2); + border-bottom-color: rgb(255 228 230 / 0.2); +} +.border-y-rose-100\/25{ + border-top-color: rgb(255 228 230 / 0.25); + border-bottom-color: rgb(255 228 230 / 0.25); +} +.border-y-rose-100\/30{ + border-top-color: rgb(255 228 230 / 0.3); + border-bottom-color: rgb(255 228 230 / 0.3); +} +.border-y-rose-100\/40{ + border-top-color: rgb(255 228 230 / 0.4); + border-bottom-color: rgb(255 228 230 / 0.4); +} +.border-y-rose-100\/50{ + border-top-color: rgb(255 228 230 / 0.5); + border-bottom-color: rgb(255 228 230 / 0.5); +} +.border-y-rose-100\/60{ + border-top-color: rgb(255 228 230 / 0.6); + border-bottom-color: rgb(255 228 230 / 0.6); +} +.border-y-rose-100\/70{ + border-top-color: rgb(255 228 230 / 0.7); + border-bottom-color: rgb(255 228 230 / 0.7); +} +.border-y-rose-100\/75{ + border-top-color: rgb(255 228 230 / 0.75); + border-bottom-color: rgb(255 228 230 / 0.75); +} +.border-y-rose-100\/80{ + border-top-color: rgb(255 228 230 / 0.8); + border-bottom-color: rgb(255 228 230 / 0.8); +} +.border-y-rose-100\/90{ + border-top-color: rgb(255 228 230 / 0.9); + border-bottom-color: rgb(255 228 230 / 0.9); +} +.border-y-rose-100\/95{ + border-top-color: rgb(255 228 230 / 0.95); + border-bottom-color: rgb(255 228 230 / 0.95); +} +.border-y-rose-100\/100{ + border-top-color: rgb(255 228 230 / 1); + border-bottom-color: rgb(255 228 230 / 1); +} +.border-y-rose-200\/0{ + border-top-color: rgb(254 205 211 / 0); + border-bottom-color: rgb(254 205 211 / 0); +} +.border-y-rose-200\/5{ + border-top-color: rgb(254 205 211 / 0.05); + border-bottom-color: rgb(254 205 211 / 0.05); +} +.border-y-rose-200\/10{ + border-top-color: rgb(254 205 211 / 0.1); + border-bottom-color: rgb(254 205 211 / 0.1); +} +.border-y-rose-200\/20{ + border-top-color: rgb(254 205 211 / 0.2); + border-bottom-color: rgb(254 205 211 / 0.2); +} +.border-y-rose-200\/25{ + border-top-color: rgb(254 205 211 / 0.25); + border-bottom-color: rgb(254 205 211 / 0.25); +} +.border-y-rose-200\/30{ + border-top-color: rgb(254 205 211 / 0.3); + border-bottom-color: rgb(254 205 211 / 0.3); +} +.border-y-rose-200\/40{ + border-top-color: rgb(254 205 211 / 0.4); + border-bottom-color: rgb(254 205 211 / 0.4); +} +.border-y-rose-200\/50{ + border-top-color: rgb(254 205 211 / 0.5); + border-bottom-color: rgb(254 205 211 / 0.5); +} +.border-y-rose-200\/60{ + border-top-color: rgb(254 205 211 / 0.6); + border-bottom-color: rgb(254 205 211 / 0.6); +} +.border-y-rose-200\/70{ + border-top-color: rgb(254 205 211 / 0.7); + border-bottom-color: rgb(254 205 211 / 0.7); +} +.border-y-rose-200\/75{ + border-top-color: rgb(254 205 211 / 0.75); + border-bottom-color: rgb(254 205 211 / 0.75); +} +.border-y-rose-200\/80{ + border-top-color: rgb(254 205 211 / 0.8); + border-bottom-color: rgb(254 205 211 / 0.8); +} +.border-y-rose-200\/90{ + border-top-color: rgb(254 205 211 / 0.9); + border-bottom-color: rgb(254 205 211 / 0.9); +} +.border-y-rose-200\/95{ + border-top-color: rgb(254 205 211 / 0.95); + border-bottom-color: rgb(254 205 211 / 0.95); +} +.border-y-rose-200\/100{ + border-top-color: rgb(254 205 211 / 1); + border-bottom-color: rgb(254 205 211 / 1); +} +.border-y-rose-300\/0{ + border-top-color: rgb(253 164 175 / 0); + border-bottom-color: rgb(253 164 175 / 0); +} +.border-y-rose-300\/5{ + border-top-color: rgb(253 164 175 / 0.05); + border-bottom-color: rgb(253 164 175 / 0.05); +} +.border-y-rose-300\/10{ + border-top-color: rgb(253 164 175 / 0.1); + border-bottom-color: rgb(253 164 175 / 0.1); +} +.border-y-rose-300\/20{ + border-top-color: rgb(253 164 175 / 0.2); + border-bottom-color: rgb(253 164 175 / 0.2); +} +.border-y-rose-300\/25{ + border-top-color: rgb(253 164 175 / 0.25); + border-bottom-color: rgb(253 164 175 / 0.25); +} +.border-y-rose-300\/30{ + border-top-color: rgb(253 164 175 / 0.3); + border-bottom-color: rgb(253 164 175 / 0.3); +} +.border-y-rose-300\/40{ + border-top-color: rgb(253 164 175 / 0.4); + border-bottom-color: rgb(253 164 175 / 0.4); +} +.border-y-rose-300\/50{ + border-top-color: rgb(253 164 175 / 0.5); + border-bottom-color: rgb(253 164 175 / 0.5); +} +.border-y-rose-300\/60{ + border-top-color: rgb(253 164 175 / 0.6); + border-bottom-color: rgb(253 164 175 / 0.6); +} +.border-y-rose-300\/70{ + border-top-color: rgb(253 164 175 / 0.7); + border-bottom-color: rgb(253 164 175 / 0.7); +} +.border-y-rose-300\/75{ + border-top-color: rgb(253 164 175 / 0.75); + border-bottom-color: rgb(253 164 175 / 0.75); +} +.border-y-rose-300\/80{ + border-top-color: rgb(253 164 175 / 0.8); + border-bottom-color: rgb(253 164 175 / 0.8); +} +.border-y-rose-300\/90{ + border-top-color: rgb(253 164 175 / 0.9); + border-bottom-color: rgb(253 164 175 / 0.9); +} +.border-y-rose-300\/95{ + border-top-color: rgb(253 164 175 / 0.95); + border-bottom-color: rgb(253 164 175 / 0.95); +} +.border-y-rose-300\/100{ + border-top-color: rgb(253 164 175 / 1); + border-bottom-color: rgb(253 164 175 / 1); +} +.border-y-rose-400\/0{ + border-top-color: rgb(251 113 133 / 0); + border-bottom-color: rgb(251 113 133 / 0); +} +.border-y-rose-400\/5{ + border-top-color: rgb(251 113 133 / 0.05); + border-bottom-color: rgb(251 113 133 / 0.05); +} +.border-y-rose-400\/10{ + border-top-color: rgb(251 113 133 / 0.1); + border-bottom-color: rgb(251 113 133 / 0.1); +} +.border-y-rose-400\/20{ + border-top-color: rgb(251 113 133 / 0.2); + border-bottom-color: rgb(251 113 133 / 0.2); +} +.border-y-rose-400\/25{ + border-top-color: rgb(251 113 133 / 0.25); + border-bottom-color: rgb(251 113 133 / 0.25); +} +.border-y-rose-400\/30{ + border-top-color: rgb(251 113 133 / 0.3); + border-bottom-color: rgb(251 113 133 / 0.3); +} +.border-y-rose-400\/40{ + border-top-color: rgb(251 113 133 / 0.4); + border-bottom-color: rgb(251 113 133 / 0.4); +} +.border-y-rose-400\/50{ + border-top-color: rgb(251 113 133 / 0.5); + border-bottom-color: rgb(251 113 133 / 0.5); +} +.border-y-rose-400\/60{ + border-top-color: rgb(251 113 133 / 0.6); + border-bottom-color: rgb(251 113 133 / 0.6); +} +.border-y-rose-400\/70{ + border-top-color: rgb(251 113 133 / 0.7); + border-bottom-color: rgb(251 113 133 / 0.7); +} +.border-y-rose-400\/75{ + border-top-color: rgb(251 113 133 / 0.75); + border-bottom-color: rgb(251 113 133 / 0.75); +} +.border-y-rose-400\/80{ + border-top-color: rgb(251 113 133 / 0.8); + border-bottom-color: rgb(251 113 133 / 0.8); +} +.border-y-rose-400\/90{ + border-top-color: rgb(251 113 133 / 0.9); + border-bottom-color: rgb(251 113 133 / 0.9); +} +.border-y-rose-400\/95{ + border-top-color: rgb(251 113 133 / 0.95); + border-bottom-color: rgb(251 113 133 / 0.95); +} +.border-y-rose-400\/100{ + border-top-color: rgb(251 113 133 / 1); + border-bottom-color: rgb(251 113 133 / 1); +} +.border-y-rose-500\/0{ + border-top-color: rgb(244 63 94 / 0); + border-bottom-color: rgb(244 63 94 / 0); +} +.border-y-rose-500\/5{ + border-top-color: rgb(244 63 94 / 0.05); + border-bottom-color: rgb(244 63 94 / 0.05); +} +.border-y-rose-500\/10{ + border-top-color: rgb(244 63 94 / 0.1); + border-bottom-color: rgb(244 63 94 / 0.1); +} +.border-y-rose-500\/20{ + border-top-color: rgb(244 63 94 / 0.2); + border-bottom-color: rgb(244 63 94 / 0.2); +} +.border-y-rose-500\/25{ + border-top-color: rgb(244 63 94 / 0.25); + border-bottom-color: rgb(244 63 94 / 0.25); +} +.border-y-rose-500\/30{ + border-top-color: rgb(244 63 94 / 0.3); + border-bottom-color: rgb(244 63 94 / 0.3); +} +.border-y-rose-500\/40{ + border-top-color: rgb(244 63 94 / 0.4); + border-bottom-color: rgb(244 63 94 / 0.4); +} +.border-y-rose-500\/50{ + border-top-color: rgb(244 63 94 / 0.5); + border-bottom-color: rgb(244 63 94 / 0.5); +} +.border-y-rose-500\/60{ + border-top-color: rgb(244 63 94 / 0.6); + border-bottom-color: rgb(244 63 94 / 0.6); +} +.border-y-rose-500\/70{ + border-top-color: rgb(244 63 94 / 0.7); + border-bottom-color: rgb(244 63 94 / 0.7); +} +.border-y-rose-500\/75{ + border-top-color: rgb(244 63 94 / 0.75); + border-bottom-color: rgb(244 63 94 / 0.75); +} +.border-y-rose-500\/80{ + border-top-color: rgb(244 63 94 / 0.8); + border-bottom-color: rgb(244 63 94 / 0.8); +} +.border-y-rose-500\/90{ + border-top-color: rgb(244 63 94 / 0.9); + border-bottom-color: rgb(244 63 94 / 0.9); +} +.border-y-rose-500\/95{ + border-top-color: rgb(244 63 94 / 0.95); + border-bottom-color: rgb(244 63 94 / 0.95); +} +.border-y-rose-500\/100{ + border-top-color: rgb(244 63 94 / 1); + border-bottom-color: rgb(244 63 94 / 1); +} +.border-y-rose-600\/0{ + border-top-color: rgb(225 29 72 / 0); + border-bottom-color: rgb(225 29 72 / 0); +} +.border-y-rose-600\/5{ + border-top-color: rgb(225 29 72 / 0.05); + border-bottom-color: rgb(225 29 72 / 0.05); +} +.border-y-rose-600\/10{ + border-top-color: rgb(225 29 72 / 0.1); + border-bottom-color: rgb(225 29 72 / 0.1); +} +.border-y-rose-600\/20{ + border-top-color: rgb(225 29 72 / 0.2); + border-bottom-color: rgb(225 29 72 / 0.2); +} +.border-y-rose-600\/25{ + border-top-color: rgb(225 29 72 / 0.25); + border-bottom-color: rgb(225 29 72 / 0.25); +} +.border-y-rose-600\/30{ + border-top-color: rgb(225 29 72 / 0.3); + border-bottom-color: rgb(225 29 72 / 0.3); +} +.border-y-rose-600\/40{ + border-top-color: rgb(225 29 72 / 0.4); + border-bottom-color: rgb(225 29 72 / 0.4); +} +.border-y-rose-600\/50{ + border-top-color: rgb(225 29 72 / 0.5); + border-bottom-color: rgb(225 29 72 / 0.5); +} +.border-y-rose-600\/60{ + border-top-color: rgb(225 29 72 / 0.6); + border-bottom-color: rgb(225 29 72 / 0.6); +} +.border-y-rose-600\/70{ + border-top-color: rgb(225 29 72 / 0.7); + border-bottom-color: rgb(225 29 72 / 0.7); +} +.border-y-rose-600\/75{ + border-top-color: rgb(225 29 72 / 0.75); + border-bottom-color: rgb(225 29 72 / 0.75); +} +.border-y-rose-600\/80{ + border-top-color: rgb(225 29 72 / 0.8); + border-bottom-color: rgb(225 29 72 / 0.8); +} +.border-y-rose-600\/90{ + border-top-color: rgb(225 29 72 / 0.9); + border-bottom-color: rgb(225 29 72 / 0.9); +} +.border-y-rose-600\/95{ + border-top-color: rgb(225 29 72 / 0.95); + border-bottom-color: rgb(225 29 72 / 0.95); +} +.border-y-rose-600\/100{ + border-top-color: rgb(225 29 72 / 1); + border-bottom-color: rgb(225 29 72 / 1); +} +.border-y-rose-700\/0{ + border-top-color: rgb(190 18 60 / 0); + border-bottom-color: rgb(190 18 60 / 0); +} +.border-y-rose-700\/5{ + border-top-color: rgb(190 18 60 / 0.05); + border-bottom-color: rgb(190 18 60 / 0.05); +} +.border-y-rose-700\/10{ + border-top-color: rgb(190 18 60 / 0.1); + border-bottom-color: rgb(190 18 60 / 0.1); +} +.border-y-rose-700\/20{ + border-top-color: rgb(190 18 60 / 0.2); + border-bottom-color: rgb(190 18 60 / 0.2); +} +.border-y-rose-700\/25{ + border-top-color: rgb(190 18 60 / 0.25); + border-bottom-color: rgb(190 18 60 / 0.25); +} +.border-y-rose-700\/30{ + border-top-color: rgb(190 18 60 / 0.3); + border-bottom-color: rgb(190 18 60 / 0.3); +} +.border-y-rose-700\/40{ + border-top-color: rgb(190 18 60 / 0.4); + border-bottom-color: rgb(190 18 60 / 0.4); +} +.border-y-rose-700\/50{ + border-top-color: rgb(190 18 60 / 0.5); + border-bottom-color: rgb(190 18 60 / 0.5); +} +.border-y-rose-700\/60{ + border-top-color: rgb(190 18 60 / 0.6); + border-bottom-color: rgb(190 18 60 / 0.6); +} +.border-y-rose-700\/70{ + border-top-color: rgb(190 18 60 / 0.7); + border-bottom-color: rgb(190 18 60 / 0.7); +} +.border-y-rose-700\/75{ + border-top-color: rgb(190 18 60 / 0.75); + border-bottom-color: rgb(190 18 60 / 0.75); +} +.border-y-rose-700\/80{ + border-top-color: rgb(190 18 60 / 0.8); + border-bottom-color: rgb(190 18 60 / 0.8); +} +.border-y-rose-700\/90{ + border-top-color: rgb(190 18 60 / 0.9); + border-bottom-color: rgb(190 18 60 / 0.9); +} +.border-y-rose-700\/95{ + border-top-color: rgb(190 18 60 / 0.95); + border-bottom-color: rgb(190 18 60 / 0.95); +} +.border-y-rose-700\/100{ + border-top-color: rgb(190 18 60 / 1); + border-bottom-color: rgb(190 18 60 / 1); +} +.border-y-rose-800\/0{ + border-top-color: rgb(159 18 57 / 0); + border-bottom-color: rgb(159 18 57 / 0); +} +.border-y-rose-800\/5{ + border-top-color: rgb(159 18 57 / 0.05); + border-bottom-color: rgb(159 18 57 / 0.05); +} +.border-y-rose-800\/10{ + border-top-color: rgb(159 18 57 / 0.1); + border-bottom-color: rgb(159 18 57 / 0.1); +} +.border-y-rose-800\/20{ + border-top-color: rgb(159 18 57 / 0.2); + border-bottom-color: rgb(159 18 57 / 0.2); +} +.border-y-rose-800\/25{ + border-top-color: rgb(159 18 57 / 0.25); + border-bottom-color: rgb(159 18 57 / 0.25); +} +.border-y-rose-800\/30{ + border-top-color: rgb(159 18 57 / 0.3); + border-bottom-color: rgb(159 18 57 / 0.3); +} +.border-y-rose-800\/40{ + border-top-color: rgb(159 18 57 / 0.4); + border-bottom-color: rgb(159 18 57 / 0.4); +} +.border-y-rose-800\/50{ + border-top-color: rgb(159 18 57 / 0.5); + border-bottom-color: rgb(159 18 57 / 0.5); +} +.border-y-rose-800\/60{ + border-top-color: rgb(159 18 57 / 0.6); + border-bottom-color: rgb(159 18 57 / 0.6); +} +.border-y-rose-800\/70{ + border-top-color: rgb(159 18 57 / 0.7); + border-bottom-color: rgb(159 18 57 / 0.7); +} +.border-y-rose-800\/75{ + border-top-color: rgb(159 18 57 / 0.75); + border-bottom-color: rgb(159 18 57 / 0.75); +} +.border-y-rose-800\/80{ + border-top-color: rgb(159 18 57 / 0.8); + border-bottom-color: rgb(159 18 57 / 0.8); +} +.border-y-rose-800\/90{ + border-top-color: rgb(159 18 57 / 0.9); + border-bottom-color: rgb(159 18 57 / 0.9); +} +.border-y-rose-800\/95{ + border-top-color: rgb(159 18 57 / 0.95); + border-bottom-color: rgb(159 18 57 / 0.95); +} +.border-y-rose-800\/100{ + border-top-color: rgb(159 18 57 / 1); + border-bottom-color: rgb(159 18 57 / 1); +} +.border-y-rose-900\/0{ + border-top-color: rgb(136 19 55 / 0); + border-bottom-color: rgb(136 19 55 / 0); +} +.border-y-rose-900\/5{ + border-top-color: rgb(136 19 55 / 0.05); + border-bottom-color: rgb(136 19 55 / 0.05); +} +.border-y-rose-900\/10{ + border-top-color: rgb(136 19 55 / 0.1); + border-bottom-color: rgb(136 19 55 / 0.1); +} +.border-y-rose-900\/20{ + border-top-color: rgb(136 19 55 / 0.2); + border-bottom-color: rgb(136 19 55 / 0.2); +} +.border-y-rose-900\/25{ + border-top-color: rgb(136 19 55 / 0.25); + border-bottom-color: rgb(136 19 55 / 0.25); +} +.border-y-rose-900\/30{ + border-top-color: rgb(136 19 55 / 0.3); + border-bottom-color: rgb(136 19 55 / 0.3); +} +.border-y-rose-900\/40{ + border-top-color: rgb(136 19 55 / 0.4); + border-bottom-color: rgb(136 19 55 / 0.4); +} +.border-y-rose-900\/50{ + border-top-color: rgb(136 19 55 / 0.5); + border-bottom-color: rgb(136 19 55 / 0.5); +} +.border-y-rose-900\/60{ + border-top-color: rgb(136 19 55 / 0.6); + border-bottom-color: rgb(136 19 55 / 0.6); +} +.border-y-rose-900\/70{ + border-top-color: rgb(136 19 55 / 0.7); + border-bottom-color: rgb(136 19 55 / 0.7); +} +.border-y-rose-900\/75{ + border-top-color: rgb(136 19 55 / 0.75); + border-bottom-color: rgb(136 19 55 / 0.75); +} +.border-y-rose-900\/80{ + border-top-color: rgb(136 19 55 / 0.8); + border-bottom-color: rgb(136 19 55 / 0.8); +} +.border-y-rose-900\/90{ + border-top-color: rgb(136 19 55 / 0.9); + border-bottom-color: rgb(136 19 55 / 0.9); +} +.border-y-rose-900\/95{ + border-top-color: rgb(136 19 55 / 0.95); + border-bottom-color: rgb(136 19 55 / 0.95); +} +.border-y-rose-900\/100{ + border-top-color: rgb(136 19 55 / 1); + border-bottom-color: rgb(136 19 55 / 1); +} +.border-y-rose\/0{ + border-top-color: rgb(244 63 94 / 0); + border-bottom-color: rgb(244 63 94 / 0); +} +.border-y-rose\/5{ + border-top-color: rgb(244 63 94 / 0.05); + border-bottom-color: rgb(244 63 94 / 0.05); +} +.border-y-rose\/10{ + border-top-color: rgb(244 63 94 / 0.1); + border-bottom-color: rgb(244 63 94 / 0.1); +} +.border-y-rose\/20{ + border-top-color: rgb(244 63 94 / 0.2); + border-bottom-color: rgb(244 63 94 / 0.2); +} +.border-y-rose\/25{ + border-top-color: rgb(244 63 94 / 0.25); + border-bottom-color: rgb(244 63 94 / 0.25); +} +.border-y-rose\/30{ + border-top-color: rgb(244 63 94 / 0.3); + border-bottom-color: rgb(244 63 94 / 0.3); +} +.border-y-rose\/40{ + border-top-color: rgb(244 63 94 / 0.4); + border-bottom-color: rgb(244 63 94 / 0.4); +} +.border-y-rose\/50{ + border-top-color: rgb(244 63 94 / 0.5); + border-bottom-color: rgb(244 63 94 / 0.5); +} +.border-y-rose\/60{ + border-top-color: rgb(244 63 94 / 0.6); + border-bottom-color: rgb(244 63 94 / 0.6); +} +.border-y-rose\/70{ + border-top-color: rgb(244 63 94 / 0.7); + border-bottom-color: rgb(244 63 94 / 0.7); +} +.border-y-rose\/75{ + border-top-color: rgb(244 63 94 / 0.75); + border-bottom-color: rgb(244 63 94 / 0.75); +} +.border-y-rose\/80{ + border-top-color: rgb(244 63 94 / 0.8); + border-bottom-color: rgb(244 63 94 / 0.8); +} +.border-y-rose\/90{ + border-top-color: rgb(244 63 94 / 0.9); + border-bottom-color: rgb(244 63 94 / 0.9); +} +.border-y-rose\/95{ + border-top-color: rgb(244 63 94 / 0.95); + border-bottom-color: rgb(244 63 94 / 0.95); +} +.border-y-rose\/100{ + border-top-color: rgb(244 63 94 / 1); + border-bottom-color: rgb(244 63 94 / 1); +} +.border-y-lilac-100\/0{ + border-top-color: rgb(245 247 250 / 0); + border-bottom-color: rgb(245 247 250 / 0); +} +.border-y-lilac-100\/5{ + border-top-color: rgb(245 247 250 / 0.05); + border-bottom-color: rgb(245 247 250 / 0.05); +} +.border-y-lilac-100\/10{ + border-top-color: rgb(245 247 250 / 0.1); + border-bottom-color: rgb(245 247 250 / 0.1); +} +.border-y-lilac-100\/20{ + border-top-color: rgb(245 247 250 / 0.2); + border-bottom-color: rgb(245 247 250 / 0.2); +} +.border-y-lilac-100\/25{ + border-top-color: rgb(245 247 250 / 0.25); + border-bottom-color: rgb(245 247 250 / 0.25); +} +.border-y-lilac-100\/30{ + border-top-color: rgb(245 247 250 / 0.3); + border-bottom-color: rgb(245 247 250 / 0.3); +} +.border-y-lilac-100\/40{ + border-top-color: rgb(245 247 250 / 0.4); + border-bottom-color: rgb(245 247 250 / 0.4); +} +.border-y-lilac-100\/50{ + border-top-color: rgb(245 247 250 / 0.5); + border-bottom-color: rgb(245 247 250 / 0.5); +} +.border-y-lilac-100\/60{ + border-top-color: rgb(245 247 250 / 0.6); + border-bottom-color: rgb(245 247 250 / 0.6); +} +.border-y-lilac-100\/70{ + border-top-color: rgb(245 247 250 / 0.7); + border-bottom-color: rgb(245 247 250 / 0.7); +} +.border-y-lilac-100\/75{ + border-top-color: rgb(245 247 250 / 0.75); + border-bottom-color: rgb(245 247 250 / 0.75); +} +.border-y-lilac-100\/80{ + border-top-color: rgb(245 247 250 / 0.8); + border-bottom-color: rgb(245 247 250 / 0.8); +} +.border-y-lilac-100\/90{ + border-top-color: rgb(245 247 250 / 0.9); + border-bottom-color: rgb(245 247 250 / 0.9); +} +.border-y-lilac-100\/95{ + border-top-color: rgb(245 247 250 / 0.95); + border-bottom-color: rgb(245 247 250 / 0.95); +} +.border-y-lilac-100\/100{ + border-top-color: rgb(245 247 250 / 1); + border-bottom-color: rgb(245 247 250 / 1); +} +.border-y-lilac-300\/0{ + border-top-color: rgb(237 240 252 / 0); + border-bottom-color: rgb(237 240 252 / 0); +} +.border-y-lilac-300\/5{ + border-top-color: rgb(237 240 252 / 0.05); + border-bottom-color: rgb(237 240 252 / 0.05); +} +.border-y-lilac-300\/10{ + border-top-color: rgb(237 240 252 / 0.1); + border-bottom-color: rgb(237 240 252 / 0.1); +} +.border-y-lilac-300\/20{ + border-top-color: rgb(237 240 252 / 0.2); + border-bottom-color: rgb(237 240 252 / 0.2); +} +.border-y-lilac-300\/25{ + border-top-color: rgb(237 240 252 / 0.25); + border-bottom-color: rgb(237 240 252 / 0.25); +} +.border-y-lilac-300\/30{ + border-top-color: rgb(237 240 252 / 0.3); + border-bottom-color: rgb(237 240 252 / 0.3); +} +.border-y-lilac-300\/40{ + border-top-color: rgb(237 240 252 / 0.4); + border-bottom-color: rgb(237 240 252 / 0.4); +} +.border-y-lilac-300\/50{ + border-top-color: rgb(237 240 252 / 0.5); + border-bottom-color: rgb(237 240 252 / 0.5); +} +.border-y-lilac-300\/60{ + border-top-color: rgb(237 240 252 / 0.6); + border-bottom-color: rgb(237 240 252 / 0.6); +} +.border-y-lilac-300\/70{ + border-top-color: rgb(237 240 252 / 0.7); + border-bottom-color: rgb(237 240 252 / 0.7); +} +.border-y-lilac-300\/75{ + border-top-color: rgb(237 240 252 / 0.75); + border-bottom-color: rgb(237 240 252 / 0.75); +} +.border-y-lilac-300\/80{ + border-top-color: rgb(237 240 252 / 0.8); + border-bottom-color: rgb(237 240 252 / 0.8); +} +.border-y-lilac-300\/90{ + border-top-color: rgb(237 240 252 / 0.9); + border-bottom-color: rgb(237 240 252 / 0.9); +} +.border-y-lilac-300\/95{ + border-top-color: rgb(237 240 252 / 0.95); + border-bottom-color: rgb(237 240 252 / 0.95); +} +.border-y-lilac-300\/100{ + border-top-color: rgb(237 240 252 / 1); + border-bottom-color: rgb(237 240 252 / 1); +} +.border-y-lilac-900\/0{ + border-top-color: rgb(220 226 249 / 0); + border-bottom-color: rgb(220 226 249 / 0); +} +.border-y-lilac-900\/5{ + border-top-color: rgb(220 226 249 / 0.05); + border-bottom-color: rgb(220 226 249 / 0.05); +} +.border-y-lilac-900\/10{ + border-top-color: rgb(220 226 249 / 0.1); + border-bottom-color: rgb(220 226 249 / 0.1); +} +.border-y-lilac-900\/20{ + border-top-color: rgb(220 226 249 / 0.2); + border-bottom-color: rgb(220 226 249 / 0.2); +} +.border-y-lilac-900\/25{ + border-top-color: rgb(220 226 249 / 0.25); + border-bottom-color: rgb(220 226 249 / 0.25); +} +.border-y-lilac-900\/30{ + border-top-color: rgb(220 226 249 / 0.3); + border-bottom-color: rgb(220 226 249 / 0.3); +} +.border-y-lilac-900\/40{ + border-top-color: rgb(220 226 249 / 0.4); + border-bottom-color: rgb(220 226 249 / 0.4); +} +.border-y-lilac-900\/50{ + border-top-color: rgb(220 226 249 / 0.5); + border-bottom-color: rgb(220 226 249 / 0.5); +} +.border-y-lilac-900\/60{ + border-top-color: rgb(220 226 249 / 0.6); + border-bottom-color: rgb(220 226 249 / 0.6); +} +.border-y-lilac-900\/70{ + border-top-color: rgb(220 226 249 / 0.7); + border-bottom-color: rgb(220 226 249 / 0.7); +} +.border-y-lilac-900\/75{ + border-top-color: rgb(220 226 249 / 0.75); + border-bottom-color: rgb(220 226 249 / 0.75); +} +.border-y-lilac-900\/80{ + border-top-color: rgb(220 226 249 / 0.8); + border-bottom-color: rgb(220 226 249 / 0.8); +} +.border-y-lilac-900\/90{ + border-top-color: rgb(220 226 249 / 0.9); + border-bottom-color: rgb(220 226 249 / 0.9); +} +.border-y-lilac-900\/95{ + border-top-color: rgb(220 226 249 / 0.95); + border-bottom-color: rgb(220 226 249 / 0.95); +} +.border-y-lilac-900\/100{ + border-top-color: rgb(220 226 249 / 1); + border-bottom-color: rgb(220 226 249 / 1); +} +.border-y-lilac\/0{ + border-top-color: rgb(248 249 254 / 0); + border-bottom-color: rgb(248 249 254 / 0); +} +.border-y-lilac\/5{ + border-top-color: rgb(248 249 254 / 0.05); + border-bottom-color: rgb(248 249 254 / 0.05); +} +.border-y-lilac\/10{ + border-top-color: rgb(248 249 254 / 0.1); + border-bottom-color: rgb(248 249 254 / 0.1); +} +.border-y-lilac\/20{ + border-top-color: rgb(248 249 254 / 0.2); + border-bottom-color: rgb(248 249 254 / 0.2); +} +.border-y-lilac\/25{ + border-top-color: rgb(248 249 254 / 0.25); + border-bottom-color: rgb(248 249 254 / 0.25); +} +.border-y-lilac\/30{ + border-top-color: rgb(248 249 254 / 0.3); + border-bottom-color: rgb(248 249 254 / 0.3); +} +.border-y-lilac\/40{ + border-top-color: rgb(248 249 254 / 0.4); + border-bottom-color: rgb(248 249 254 / 0.4); +} +.border-y-lilac\/50{ + border-top-color: rgb(248 249 254 / 0.5); + border-bottom-color: rgb(248 249 254 / 0.5); +} +.border-y-lilac\/60{ + border-top-color: rgb(248 249 254 / 0.6); + border-bottom-color: rgb(248 249 254 / 0.6); +} +.border-y-lilac\/70{ + border-top-color: rgb(248 249 254 / 0.7); + border-bottom-color: rgb(248 249 254 / 0.7); +} +.border-y-lilac\/75{ + border-top-color: rgb(248 249 254 / 0.75); + border-bottom-color: rgb(248 249 254 / 0.75); +} +.border-y-lilac\/80{ + border-top-color: rgb(248 249 254 / 0.8); + border-bottom-color: rgb(248 249 254 / 0.8); +} +.border-y-lilac\/90{ + border-top-color: rgb(248 249 254 / 0.9); + border-bottom-color: rgb(248 249 254 / 0.9); +} +.border-y-lilac\/95{ + border-top-color: rgb(248 249 254 / 0.95); + border-bottom-color: rgb(248 249 254 / 0.95); +} +.border-y-lilac\/100{ + border-top-color: rgb(248 249 254 / 1); + border-bottom-color: rgb(248 249 254 / 1); +} +.border-y-golden-900\/0{ + border-top-color: rgb(191 184 130 / 0); + border-bottom-color: rgb(191 184 130 / 0); +} +.border-y-golden-900\/5{ + border-top-color: rgb(191 184 130 / 0.05); + border-bottom-color: rgb(191 184 130 / 0.05); +} +.border-y-golden-900\/10{ + border-top-color: rgb(191 184 130 / 0.1); + border-bottom-color: rgb(191 184 130 / 0.1); +} +.border-y-golden-900\/20{ + border-top-color: rgb(191 184 130 / 0.2); + border-bottom-color: rgb(191 184 130 / 0.2); +} +.border-y-golden-900\/25{ + border-top-color: rgb(191 184 130 / 0.25); + border-bottom-color: rgb(191 184 130 / 0.25); +} +.border-y-golden-900\/30{ + border-top-color: rgb(191 184 130 / 0.3); + border-bottom-color: rgb(191 184 130 / 0.3); +} +.border-y-golden-900\/40{ + border-top-color: rgb(191 184 130 / 0.4); + border-bottom-color: rgb(191 184 130 / 0.4); +} +.border-y-golden-900\/50{ + border-top-color: rgb(191 184 130 / 0.5); + border-bottom-color: rgb(191 184 130 / 0.5); +} +.border-y-golden-900\/60{ + border-top-color: rgb(191 184 130 / 0.6); + border-bottom-color: rgb(191 184 130 / 0.6); +} +.border-y-golden-900\/70{ + border-top-color: rgb(191 184 130 / 0.7); + border-bottom-color: rgb(191 184 130 / 0.7); +} +.border-y-golden-900\/75{ + border-top-color: rgb(191 184 130 / 0.75); + border-bottom-color: rgb(191 184 130 / 0.75); +} +.border-y-golden-900\/80{ + border-top-color: rgb(191 184 130 / 0.8); + border-bottom-color: rgb(191 184 130 / 0.8); +} +.border-y-golden-900\/90{ + border-top-color: rgb(191 184 130 / 0.9); + border-bottom-color: rgb(191 184 130 / 0.9); +} +.border-y-golden-900\/95{ + border-top-color: rgb(191 184 130 / 0.95); + border-bottom-color: rgb(191 184 130 / 0.95); +} +.border-y-golden-900\/100{ + border-top-color: rgb(191 184 130 / 1); + border-bottom-color: rgb(191 184 130 / 1); +} +.border-y-golden\/0{ + border-top-color: rgb(209 201 137 / 0); + border-bottom-color: rgb(209 201 137 / 0); +} +.border-y-golden\/5{ + border-top-color: rgb(209 201 137 / 0.05); + border-bottom-color: rgb(209 201 137 / 0.05); +} +.border-y-golden\/10{ + border-top-color: rgb(209 201 137 / 0.1); + border-bottom-color: rgb(209 201 137 / 0.1); +} +.border-y-golden\/20{ + border-top-color: rgb(209 201 137 / 0.2); + border-bottom-color: rgb(209 201 137 / 0.2); +} +.border-y-golden\/25{ + border-top-color: rgb(209 201 137 / 0.25); + border-bottom-color: rgb(209 201 137 / 0.25); +} +.border-y-golden\/30{ + border-top-color: rgb(209 201 137 / 0.3); + border-bottom-color: rgb(209 201 137 / 0.3); +} +.border-y-golden\/40{ + border-top-color: rgb(209 201 137 / 0.4); + border-bottom-color: rgb(209 201 137 / 0.4); +} +.border-y-golden\/50{ + border-top-color: rgb(209 201 137 / 0.5); + border-bottom-color: rgb(209 201 137 / 0.5); +} +.border-y-golden\/60{ + border-top-color: rgb(209 201 137 / 0.6); + border-bottom-color: rgb(209 201 137 / 0.6); +} +.border-y-golden\/70{ + border-top-color: rgb(209 201 137 / 0.7); + border-bottom-color: rgb(209 201 137 / 0.7); +} +.border-y-golden\/75{ + border-top-color: rgb(209 201 137 / 0.75); + border-bottom-color: rgb(209 201 137 / 0.75); +} +.border-y-golden\/80{ + border-top-color: rgb(209 201 137 / 0.8); + border-bottom-color: rgb(209 201 137 / 0.8); +} +.border-y-golden\/90{ + border-top-color: rgb(209 201 137 / 0.9); + border-bottom-color: rgb(209 201 137 / 0.9); +} +.border-y-golden\/95{ + border-top-color: rgb(209 201 137 / 0.95); + border-bottom-color: rgb(209 201 137 / 0.95); +} +.border-y-golden\/100{ + border-top-color: rgb(209 201 137 / 1); + border-bottom-color: rgb(209 201 137 / 1); +} +.border-y-status-success\/0{ + border-top-color: rgb(241 246 238 / 0); + border-bottom-color: rgb(241 246 238 / 0); +} +.border-y-status-success\/5{ + border-top-color: rgb(241 246 238 / 0.05); + border-bottom-color: rgb(241 246 238 / 0.05); +} +.border-y-status-success\/10{ + border-top-color: rgb(241 246 238 / 0.1); + border-bottom-color: rgb(241 246 238 / 0.1); +} +.border-y-status-success\/20{ + border-top-color: rgb(241 246 238 / 0.2); + border-bottom-color: rgb(241 246 238 / 0.2); +} +.border-y-status-success\/25{ + border-top-color: rgb(241 246 238 / 0.25); + border-bottom-color: rgb(241 246 238 / 0.25); +} +.border-y-status-success\/30{ + border-top-color: rgb(241 246 238 / 0.3); + border-bottom-color: rgb(241 246 238 / 0.3); +} +.border-y-status-success\/40{ + border-top-color: rgb(241 246 238 / 0.4); + border-bottom-color: rgb(241 246 238 / 0.4); +} +.border-y-status-success\/50{ + border-top-color: rgb(241 246 238 / 0.5); + border-bottom-color: rgb(241 246 238 / 0.5); +} +.border-y-status-success\/60{ + border-top-color: rgb(241 246 238 / 0.6); + border-bottom-color: rgb(241 246 238 / 0.6); +} +.border-y-status-success\/70{ + border-top-color: rgb(241 246 238 / 0.7); + border-bottom-color: rgb(241 246 238 / 0.7); +} +.border-y-status-success\/75{ + border-top-color: rgb(241 246 238 / 0.75); + border-bottom-color: rgb(241 246 238 / 0.75); +} +.border-y-status-success\/80{ + border-top-color: rgb(241 246 238 / 0.8); + border-bottom-color: rgb(241 246 238 / 0.8); +} +.border-y-status-success\/90{ + border-top-color: rgb(241 246 238 / 0.9); + border-bottom-color: rgb(241 246 238 / 0.9); +} +.border-y-status-success\/95{ + border-top-color: rgb(241 246 238 / 0.95); + border-bottom-color: rgb(241 246 238 / 0.95); +} +.border-y-status-success\/100{ + border-top-color: rgb(241 246 238 / 1); + border-bottom-color: rgb(241 246 238 / 1); +} +.border-y-status-danger\/0{ + border-top-color: rgb(250 230 230 / 0); + border-bottom-color: rgb(250 230 230 / 0); +} +.border-y-status-danger\/5{ + border-top-color: rgb(250 230 230 / 0.05); + border-bottom-color: rgb(250 230 230 / 0.05); +} +.border-y-status-danger\/10{ + border-top-color: rgb(250 230 230 / 0.1); + border-bottom-color: rgb(250 230 230 / 0.1); +} +.border-y-status-danger\/20{ + border-top-color: rgb(250 230 230 / 0.2); + border-bottom-color: rgb(250 230 230 / 0.2); +} +.border-y-status-danger\/25{ + border-top-color: rgb(250 230 230 / 0.25); + border-bottom-color: rgb(250 230 230 / 0.25); +} +.border-y-status-danger\/30{ + border-top-color: rgb(250 230 230 / 0.3); + border-bottom-color: rgb(250 230 230 / 0.3); +} +.border-y-status-danger\/40{ + border-top-color: rgb(250 230 230 / 0.4); + border-bottom-color: rgb(250 230 230 / 0.4); +} +.border-y-status-danger\/50{ + border-top-color: rgb(250 230 230 / 0.5); + border-bottom-color: rgb(250 230 230 / 0.5); +} +.border-y-status-danger\/60{ + border-top-color: rgb(250 230 230 / 0.6); + border-bottom-color: rgb(250 230 230 / 0.6); +} +.border-y-status-danger\/70{ + border-top-color: rgb(250 230 230 / 0.7); + border-bottom-color: rgb(250 230 230 / 0.7); +} +.border-y-status-danger\/75{ + border-top-color: rgb(250 230 230 / 0.75); + border-bottom-color: rgb(250 230 230 / 0.75); +} +.border-y-status-danger\/80{ + border-top-color: rgb(250 230 230 / 0.8); + border-bottom-color: rgb(250 230 230 / 0.8); +} +.border-y-status-danger\/90{ + border-top-color: rgb(250 230 230 / 0.9); + border-bottom-color: rgb(250 230 230 / 0.9); +} +.border-y-status-danger\/95{ + border-top-color: rgb(250 230 230 / 0.95); + border-bottom-color: rgb(250 230 230 / 0.95); +} +.border-y-status-danger\/100{ + border-top-color: rgb(250 230 230 / 1); + border-bottom-color: rgb(250 230 230 / 1); +} +.border-y-status-sent\/0{ + border-top-color: rgb(254 245 231 / 0); + border-bottom-color: rgb(254 245 231 / 0); +} +.border-y-status-sent\/5{ + border-top-color: rgb(254 245 231 / 0.05); + border-bottom-color: rgb(254 245 231 / 0.05); +} +.border-y-status-sent\/10{ + border-top-color: rgb(254 245 231 / 0.1); + border-bottom-color: rgb(254 245 231 / 0.1); +} +.border-y-status-sent\/20{ + border-top-color: rgb(254 245 231 / 0.2); + border-bottom-color: rgb(254 245 231 / 0.2); +} +.border-y-status-sent\/25{ + border-top-color: rgb(254 245 231 / 0.25); + border-bottom-color: rgb(254 245 231 / 0.25); +} +.border-y-status-sent\/30{ + border-top-color: rgb(254 245 231 / 0.3); + border-bottom-color: rgb(254 245 231 / 0.3); +} +.border-y-status-sent\/40{ + border-top-color: rgb(254 245 231 / 0.4); + border-bottom-color: rgb(254 245 231 / 0.4); +} +.border-y-status-sent\/50{ + border-top-color: rgb(254 245 231 / 0.5); + border-bottom-color: rgb(254 245 231 / 0.5); +} +.border-y-status-sent\/60{ + border-top-color: rgb(254 245 231 / 0.6); + border-bottom-color: rgb(254 245 231 / 0.6); +} +.border-y-status-sent\/70{ + border-top-color: rgb(254 245 231 / 0.7); + border-bottom-color: rgb(254 245 231 / 0.7); +} +.border-y-status-sent\/75{ + border-top-color: rgb(254 245 231 / 0.75); + border-bottom-color: rgb(254 245 231 / 0.75); +} +.border-y-status-sent\/80{ + border-top-color: rgb(254 245 231 / 0.8); + border-bottom-color: rgb(254 245 231 / 0.8); +} +.border-y-status-sent\/90{ + border-top-color: rgb(254 245 231 / 0.9); + border-bottom-color: rgb(254 245 231 / 0.9); +} +.border-y-status-sent\/95{ + border-top-color: rgb(254 245 231 / 0.95); + border-bottom-color: rgb(254 245 231 / 0.95); +} +.border-y-status-sent\/100{ + border-top-color: rgb(254 245 231 / 1); + border-bottom-color: rgb(254 245 231 / 1); +} +.border-y-status-viewed\/0{ + border-top-color: rgb(238 238 243 / 0); + border-bottom-color: rgb(238 238 243 / 0); +} +.border-y-status-viewed\/5{ + border-top-color: rgb(238 238 243 / 0.05); + border-bottom-color: rgb(238 238 243 / 0.05); +} +.border-y-status-viewed\/10{ + border-top-color: rgb(238 238 243 / 0.1); + border-bottom-color: rgb(238 238 243 / 0.1); +} +.border-y-status-viewed\/20{ + border-top-color: rgb(238 238 243 / 0.2); + border-bottom-color: rgb(238 238 243 / 0.2); +} +.border-y-status-viewed\/25{ + border-top-color: rgb(238 238 243 / 0.25); + border-bottom-color: rgb(238 238 243 / 0.25); +} +.border-y-status-viewed\/30{ + border-top-color: rgb(238 238 243 / 0.3); + border-bottom-color: rgb(238 238 243 / 0.3); +} +.border-y-status-viewed\/40{ + border-top-color: rgb(238 238 243 / 0.4); + border-bottom-color: rgb(238 238 243 / 0.4); +} +.border-y-status-viewed\/50{ + border-top-color: rgb(238 238 243 / 0.5); + border-bottom-color: rgb(238 238 243 / 0.5); +} +.border-y-status-viewed\/60{ + border-top-color: rgb(238 238 243 / 0.6); + border-bottom-color: rgb(238 238 243 / 0.6); +} +.border-y-status-viewed\/70{ + border-top-color: rgb(238 238 243 / 0.7); + border-bottom-color: rgb(238 238 243 / 0.7); +} +.border-y-status-viewed\/75{ + border-top-color: rgb(238 238 243 / 0.75); + border-bottom-color: rgb(238 238 243 / 0.75); +} +.border-y-status-viewed\/80{ + border-top-color: rgb(238 238 243 / 0.8); + border-bottom-color: rgb(238 238 243 / 0.8); +} +.border-y-status-viewed\/90{ + border-top-color: rgb(238 238 243 / 0.9); + border-bottom-color: rgb(238 238 243 / 0.9); +} +.border-y-status-viewed\/95{ + border-top-color: rgb(238 238 243 / 0.95); + border-bottom-color: rgb(238 238 243 / 0.95); +} +.border-y-status-viewed\/100{ + border-top-color: rgb(238 238 243 / 1); + border-bottom-color: rgb(238 238 243 / 1); +} +.border-y-status-draft\/0{ + border-top-color: rgb(236 236 236 / 0); + border-bottom-color: rgb(236 236 236 / 0); +} +.border-y-status-draft\/5{ + border-top-color: rgb(236 236 236 / 0.05); + border-bottom-color: rgb(236 236 236 / 0.05); +} +.border-y-status-draft\/10{ + border-top-color: rgb(236 236 236 / 0.1); + border-bottom-color: rgb(236 236 236 / 0.1); +} +.border-y-status-draft\/20{ + border-top-color: rgb(236 236 236 / 0.2); + border-bottom-color: rgb(236 236 236 / 0.2); +} +.border-y-status-draft\/25{ + border-top-color: rgb(236 236 236 / 0.25); + border-bottom-color: rgb(236 236 236 / 0.25); +} +.border-y-status-draft\/30{ + border-top-color: rgb(236 236 236 / 0.3); + border-bottom-color: rgb(236 236 236 / 0.3); +} +.border-y-status-draft\/40{ + border-top-color: rgb(236 236 236 / 0.4); + border-bottom-color: rgb(236 236 236 / 0.4); +} +.border-y-status-draft\/50{ + border-top-color: rgb(236 236 236 / 0.5); + border-bottom-color: rgb(236 236 236 / 0.5); +} +.border-y-status-draft\/60{ + border-top-color: rgb(236 236 236 / 0.6); + border-bottom-color: rgb(236 236 236 / 0.6); +} +.border-y-status-draft\/70{ + border-top-color: rgb(236 236 236 / 0.7); + border-bottom-color: rgb(236 236 236 / 0.7); +} +.border-y-status-draft\/75{ + border-top-color: rgb(236 236 236 / 0.75); + border-bottom-color: rgb(236 236 236 / 0.75); +} +.border-y-status-draft\/80{ + border-top-color: rgb(236 236 236 / 0.8); + border-bottom-color: rgb(236 236 236 / 0.8); +} +.border-y-status-draft\/90{ + border-top-color: rgb(236 236 236 / 0.9); + border-bottom-color: rgb(236 236 236 / 0.9); +} +.border-y-status-draft\/95{ + border-top-color: rgb(236 236 236 / 0.95); + border-bottom-color: rgb(236 236 236 / 0.95); +} +.border-y-status-draft\/100{ + border-top-color: rgb(236 236 236 / 1); + border-bottom-color: rgb(236 236 236 / 1); +} +.border-y-status-partial\/0{ + border-top-color: rgb(230 241 246 / 0); + border-bottom-color: rgb(230 241 246 / 0); +} +.border-y-status-partial\/5{ + border-top-color: rgb(230 241 246 / 0.05); + border-bottom-color: rgb(230 241 246 / 0.05); +} +.border-y-status-partial\/10{ + border-top-color: rgb(230 241 246 / 0.1); + border-bottom-color: rgb(230 241 246 / 0.1); +} +.border-y-status-partial\/20{ + border-top-color: rgb(230 241 246 / 0.2); + border-bottom-color: rgb(230 241 246 / 0.2); +} +.border-y-status-partial\/25{ + border-top-color: rgb(230 241 246 / 0.25); + border-bottom-color: rgb(230 241 246 / 0.25); +} +.border-y-status-partial\/30{ + border-top-color: rgb(230 241 246 / 0.3); + border-bottom-color: rgb(230 241 246 / 0.3); +} +.border-y-status-partial\/40{ + border-top-color: rgb(230 241 246 / 0.4); + border-bottom-color: rgb(230 241 246 / 0.4); +} +.border-y-status-partial\/50{ + border-top-color: rgb(230 241 246 / 0.5); + border-bottom-color: rgb(230 241 246 / 0.5); +} +.border-y-status-partial\/60{ + border-top-color: rgb(230 241 246 / 0.6); + border-bottom-color: rgb(230 241 246 / 0.6); +} +.border-y-status-partial\/70{ + border-top-color: rgb(230 241 246 / 0.7); + border-bottom-color: rgb(230 241 246 / 0.7); +} +.border-y-status-partial\/75{ + border-top-color: rgb(230 241 246 / 0.75); + border-bottom-color: rgb(230 241 246 / 0.75); +} +.border-y-status-partial\/80{ + border-top-color: rgb(230 241 246 / 0.8); + border-bottom-color: rgb(230 241 246 / 0.8); +} +.border-y-status-partial\/90{ + border-top-color: rgb(230 241 246 / 0.9); + border-bottom-color: rgb(230 241 246 / 0.9); +} +.border-y-status-partial\/95{ + border-top-color: rgb(230 241 246 / 0.95); + border-bottom-color: rgb(230 241 246 / 0.95); +} +.border-y-status-partial\/100{ + border-top-color: rgb(230 241 246 / 1); + border-bottom-color: rgb(230 241 246 / 1); +} +.border-y-status-canceled\/0{ + border-top-color: rgb(40 40 40 / 0); + border-bottom-color: rgb(40 40 40 / 0); +} +.border-y-status-canceled\/5{ + border-top-color: rgb(40 40 40 / 0.05); + border-bottom-color: rgb(40 40 40 / 0.05); +} +.border-y-status-canceled\/10{ + border-top-color: rgb(40 40 40 / 0.1); + border-bottom-color: rgb(40 40 40 / 0.1); +} +.border-y-status-canceled\/20{ + border-top-color: rgb(40 40 40 / 0.2); + border-bottom-color: rgb(40 40 40 / 0.2); +} +.border-y-status-canceled\/25{ + border-top-color: rgb(40 40 40 / 0.25); + border-bottom-color: rgb(40 40 40 / 0.25); +} +.border-y-status-canceled\/30{ + border-top-color: rgb(40 40 40 / 0.3); + border-bottom-color: rgb(40 40 40 / 0.3); +} +.border-y-status-canceled\/40{ + border-top-color: rgb(40 40 40 / 0.4); + border-bottom-color: rgb(40 40 40 / 0.4); +} +.border-y-status-canceled\/50{ + border-top-color: rgb(40 40 40 / 0.5); + border-bottom-color: rgb(40 40 40 / 0.5); +} +.border-y-status-canceled\/60{ + border-top-color: rgb(40 40 40 / 0.6); + border-bottom-color: rgb(40 40 40 / 0.6); +} +.border-y-status-canceled\/70{ + border-top-color: rgb(40 40 40 / 0.7); + border-bottom-color: rgb(40 40 40 / 0.7); +} +.border-y-status-canceled\/75{ + border-top-color: rgb(40 40 40 / 0.75); + border-bottom-color: rgb(40 40 40 / 0.75); +} +.border-y-status-canceled\/80{ + border-top-color: rgb(40 40 40 / 0.8); + border-bottom-color: rgb(40 40 40 / 0.8); +} +.border-y-status-canceled\/90{ + border-top-color: rgb(40 40 40 / 0.9); + border-bottom-color: rgb(40 40 40 / 0.9); +} +.border-y-status-canceled\/95{ + border-top-color: rgb(40 40 40 / 0.95); + border-bottom-color: rgb(40 40 40 / 0.95); +} +.border-y-status-canceled\/100{ + border-top-color: rgb(40 40 40 / 1); + border-bottom-color: rgb(40 40 40 / 1); +} +.border-y-status-warning\/0{ + border-top-color: rgb(254 245 231 / 0); + border-bottom-color: rgb(254 245 231 / 0); +} +.border-y-status-warning\/5{ + border-top-color: rgb(254 245 231 / 0.05); + border-bottom-color: rgb(254 245 231 / 0.05); +} +.border-y-status-warning\/10{ + border-top-color: rgb(254 245 231 / 0.1); + border-bottom-color: rgb(254 245 231 / 0.1); +} +.border-y-status-warning\/20{ + border-top-color: rgb(254 245 231 / 0.2); + border-bottom-color: rgb(254 245 231 / 0.2); +} +.border-y-status-warning\/25{ + border-top-color: rgb(254 245 231 / 0.25); + border-bottom-color: rgb(254 245 231 / 0.25); +} +.border-y-status-warning\/30{ + border-top-color: rgb(254 245 231 / 0.3); + border-bottom-color: rgb(254 245 231 / 0.3); +} +.border-y-status-warning\/40{ + border-top-color: rgb(254 245 231 / 0.4); + border-bottom-color: rgb(254 245 231 / 0.4); +} +.border-y-status-warning\/50{ + border-top-color: rgb(254 245 231 / 0.5); + border-bottom-color: rgb(254 245 231 / 0.5); +} +.border-y-status-warning\/60{ + border-top-color: rgb(254 245 231 / 0.6); + border-bottom-color: rgb(254 245 231 / 0.6); +} +.border-y-status-warning\/70{ + border-top-color: rgb(254 245 231 / 0.7); + border-bottom-color: rgb(254 245 231 / 0.7); +} +.border-y-status-warning\/75{ + border-top-color: rgb(254 245 231 / 0.75); + border-bottom-color: rgb(254 245 231 / 0.75); +} +.border-y-status-warning\/80{ + border-top-color: rgb(254 245 231 / 0.8); + border-bottom-color: rgb(254 245 231 / 0.8); +} +.border-y-status-warning\/90{ + border-top-color: rgb(254 245 231 / 0.9); + border-bottom-color: rgb(254 245 231 / 0.9); +} +.border-y-status-warning\/95{ + border-top-color: rgb(254 245 231 / 0.95); + border-bottom-color: rgb(254 245 231 / 0.95); +} +.border-y-status-warning\/100{ + border-top-color: rgb(254 245 231 / 1); + border-bottom-color: rgb(254 245 231 / 1); +} +.border-y-text-status-success\/0{ + border-top-color: rgb(99 145 74 / 0); + border-bottom-color: rgb(99 145 74 / 0); +} +.border-y-text-status-success\/5{ + border-top-color: rgb(99 145 74 / 0.05); + border-bottom-color: rgb(99 145 74 / 0.05); +} +.border-y-text-status-success\/10{ + border-top-color: rgb(99 145 74 / 0.1); + border-bottom-color: rgb(99 145 74 / 0.1); +} +.border-y-text-status-success\/20{ + border-top-color: rgb(99 145 74 / 0.2); + border-bottom-color: rgb(99 145 74 / 0.2); +} +.border-y-text-status-success\/25{ + border-top-color: rgb(99 145 74 / 0.25); + border-bottom-color: rgb(99 145 74 / 0.25); +} +.border-y-text-status-success\/30{ + border-top-color: rgb(99 145 74 / 0.3); + border-bottom-color: rgb(99 145 74 / 0.3); +} +.border-y-text-status-success\/40{ + border-top-color: rgb(99 145 74 / 0.4); + border-bottom-color: rgb(99 145 74 / 0.4); +} +.border-y-text-status-success\/50{ + border-top-color: rgb(99 145 74 / 0.5); + border-bottom-color: rgb(99 145 74 / 0.5); +} +.border-y-text-status-success\/60{ + border-top-color: rgb(99 145 74 / 0.6); + border-bottom-color: rgb(99 145 74 / 0.6); +} +.border-y-text-status-success\/70{ + border-top-color: rgb(99 145 74 / 0.7); + border-bottom-color: rgb(99 145 74 / 0.7); +} +.border-y-text-status-success\/75{ + border-top-color: rgb(99 145 74 / 0.75); + border-bottom-color: rgb(99 145 74 / 0.75); +} +.border-y-text-status-success\/80{ + border-top-color: rgb(99 145 74 / 0.8); + border-bottom-color: rgb(99 145 74 / 0.8); +} +.border-y-text-status-success\/90{ + border-top-color: rgb(99 145 74 / 0.9); + border-bottom-color: rgb(99 145 74 / 0.9); +} +.border-y-text-status-success\/95{ + border-top-color: rgb(99 145 74 / 0.95); + border-bottom-color: rgb(99 145 74 / 0.95); +} +.border-y-text-status-success\/100{ + border-top-color: rgb(99 145 74 / 1); + border-bottom-color: rgb(99 145 74 / 1); +} +.border-y-text-status-danger\/0{ + border-top-color: rgb(184 0 0 / 0); + border-bottom-color: rgb(184 0 0 / 0); +} +.border-y-text-status-danger\/5{ + border-top-color: rgb(184 0 0 / 0.05); + border-bottom-color: rgb(184 0 0 / 0.05); +} +.border-y-text-status-danger\/10{ + border-top-color: rgb(184 0 0 / 0.1); + border-bottom-color: rgb(184 0 0 / 0.1); +} +.border-y-text-status-danger\/20{ + border-top-color: rgb(184 0 0 / 0.2); + border-bottom-color: rgb(184 0 0 / 0.2); +} +.border-y-text-status-danger\/25{ + border-top-color: rgb(184 0 0 / 0.25); + border-bottom-color: rgb(184 0 0 / 0.25); +} +.border-y-text-status-danger\/30{ + border-top-color: rgb(184 0 0 / 0.3); + border-bottom-color: rgb(184 0 0 / 0.3); +} +.border-y-text-status-danger\/40{ + border-top-color: rgb(184 0 0 / 0.4); + border-bottom-color: rgb(184 0 0 / 0.4); +} +.border-y-text-status-danger\/50{ + border-top-color: rgb(184 0 0 / 0.5); + border-bottom-color: rgb(184 0 0 / 0.5); +} +.border-y-text-status-danger\/60{ + border-top-color: rgb(184 0 0 / 0.6); + border-bottom-color: rgb(184 0 0 / 0.6); +} +.border-y-text-status-danger\/70{ + border-top-color: rgb(184 0 0 / 0.7); + border-bottom-color: rgb(184 0 0 / 0.7); +} +.border-y-text-status-danger\/75{ + border-top-color: rgb(184 0 0 / 0.75); + border-bottom-color: rgb(184 0 0 / 0.75); +} +.border-y-text-status-danger\/80{ + border-top-color: rgb(184 0 0 / 0.8); + border-bottom-color: rgb(184 0 0 / 0.8); +} +.border-y-text-status-danger\/90{ + border-top-color: rgb(184 0 0 / 0.9); + border-bottom-color: rgb(184 0 0 / 0.9); +} +.border-y-text-status-danger\/95{ + border-top-color: rgb(184 0 0 / 0.95); + border-bottom-color: rgb(184 0 0 / 0.95); +} +.border-y-text-status-danger\/100{ + border-top-color: rgb(184 0 0 / 1); + border-bottom-color: rgb(184 0 0 / 1); +} +.border-y-text-status-sent\/0{ + border-top-color: rgb(221 142 10 / 0); + border-bottom-color: rgb(221 142 10 / 0); +} +.border-y-text-status-sent\/5{ + border-top-color: rgb(221 142 10 / 0.05); + border-bottom-color: rgb(221 142 10 / 0.05); +} +.border-y-text-status-sent\/10{ + border-top-color: rgb(221 142 10 / 0.1); + border-bottom-color: rgb(221 142 10 / 0.1); +} +.border-y-text-status-sent\/20{ + border-top-color: rgb(221 142 10 / 0.2); + border-bottom-color: rgb(221 142 10 / 0.2); +} +.border-y-text-status-sent\/25{ + border-top-color: rgb(221 142 10 / 0.25); + border-bottom-color: rgb(221 142 10 / 0.25); +} +.border-y-text-status-sent\/30{ + border-top-color: rgb(221 142 10 / 0.3); + border-bottom-color: rgb(221 142 10 / 0.3); +} +.border-y-text-status-sent\/40{ + border-top-color: rgb(221 142 10 / 0.4); + border-bottom-color: rgb(221 142 10 / 0.4); +} +.border-y-text-status-sent\/50{ + border-top-color: rgb(221 142 10 / 0.5); + border-bottom-color: rgb(221 142 10 / 0.5); +} +.border-y-text-status-sent\/60{ + border-top-color: rgb(221 142 10 / 0.6); + border-bottom-color: rgb(221 142 10 / 0.6); +} +.border-y-text-status-sent\/70{ + border-top-color: rgb(221 142 10 / 0.7); + border-bottom-color: rgb(221 142 10 / 0.7); +} +.border-y-text-status-sent\/75{ + border-top-color: rgb(221 142 10 / 0.75); + border-bottom-color: rgb(221 142 10 / 0.75); +} +.border-y-text-status-sent\/80{ + border-top-color: rgb(221 142 10 / 0.8); + border-bottom-color: rgb(221 142 10 / 0.8); +} +.border-y-text-status-sent\/90{ + border-top-color: rgb(221 142 10 / 0.9); + border-bottom-color: rgb(221 142 10 / 0.9); +} +.border-y-text-status-sent\/95{ + border-top-color: rgb(221 142 10 / 0.95); + border-bottom-color: rgb(221 142 10 / 0.95); +} +.border-y-text-status-sent\/100{ + border-top-color: rgb(221 142 10 / 1); + border-bottom-color: rgb(221 142 10 / 1); +} +.border-y-text-status-viewed\/0{ + border-top-color: rgb(77 79 125 / 0); + border-bottom-color: rgb(77 79 125 / 0); +} +.border-y-text-status-viewed\/5{ + border-top-color: rgb(77 79 125 / 0.05); + border-bottom-color: rgb(77 79 125 / 0.05); +} +.border-y-text-status-viewed\/10{ + border-top-color: rgb(77 79 125 / 0.1); + border-bottom-color: rgb(77 79 125 / 0.1); +} +.border-y-text-status-viewed\/20{ + border-top-color: rgb(77 79 125 / 0.2); + border-bottom-color: rgb(77 79 125 / 0.2); +} +.border-y-text-status-viewed\/25{ + border-top-color: rgb(77 79 125 / 0.25); + border-bottom-color: rgb(77 79 125 / 0.25); +} +.border-y-text-status-viewed\/30{ + border-top-color: rgb(77 79 125 / 0.3); + border-bottom-color: rgb(77 79 125 / 0.3); +} +.border-y-text-status-viewed\/40{ + border-top-color: rgb(77 79 125 / 0.4); + border-bottom-color: rgb(77 79 125 / 0.4); +} +.border-y-text-status-viewed\/50{ + border-top-color: rgb(77 79 125 / 0.5); + border-bottom-color: rgb(77 79 125 / 0.5); +} +.border-y-text-status-viewed\/60{ + border-top-color: rgb(77 79 125 / 0.6); + border-bottom-color: rgb(77 79 125 / 0.6); +} +.border-y-text-status-viewed\/70{ + border-top-color: rgb(77 79 125 / 0.7); + border-bottom-color: rgb(77 79 125 / 0.7); +} +.border-y-text-status-viewed\/75{ + border-top-color: rgb(77 79 125 / 0.75); + border-bottom-color: rgb(77 79 125 / 0.75); +} +.border-y-text-status-viewed\/80{ + border-top-color: rgb(77 79 125 / 0.8); + border-bottom-color: rgb(77 79 125 / 0.8); +} +.border-y-text-status-viewed\/90{ + border-top-color: rgb(77 79 125 / 0.9); + border-bottom-color: rgb(77 79 125 / 0.9); +} +.border-y-text-status-viewed\/95{ + border-top-color: rgb(77 79 125 / 0.95); + border-bottom-color: rgb(77 79 125 / 0.95); +} +.border-y-text-status-viewed\/100{ + border-top-color: rgb(77 79 125 / 1); + border-bottom-color: rgb(77 79 125 / 1); +} +.border-y-text-status-draft\/0{ + border-top-color: rgb(59 59 59 / 0); + border-bottom-color: rgb(59 59 59 / 0); +} +.border-y-text-status-draft\/5{ + border-top-color: rgb(59 59 59 / 0.05); + border-bottom-color: rgb(59 59 59 / 0.05); +} +.border-y-text-status-draft\/10{ + border-top-color: rgb(59 59 59 / 0.1); + border-bottom-color: rgb(59 59 59 / 0.1); +} +.border-y-text-status-draft\/20{ + border-top-color: rgb(59 59 59 / 0.2); + border-bottom-color: rgb(59 59 59 / 0.2); +} +.border-y-text-status-draft\/25{ + border-top-color: rgb(59 59 59 / 0.25); + border-bottom-color: rgb(59 59 59 / 0.25); +} +.border-y-text-status-draft\/30{ + border-top-color: rgb(59 59 59 / 0.3); + border-bottom-color: rgb(59 59 59 / 0.3); +} +.border-y-text-status-draft\/40{ + border-top-color: rgb(59 59 59 / 0.4); + border-bottom-color: rgb(59 59 59 / 0.4); +} +.border-y-text-status-draft\/50{ + border-top-color: rgb(59 59 59 / 0.5); + border-bottom-color: rgb(59 59 59 / 0.5); +} +.border-y-text-status-draft\/60{ + border-top-color: rgb(59 59 59 / 0.6); + border-bottom-color: rgb(59 59 59 / 0.6); +} +.border-y-text-status-draft\/70{ + border-top-color: rgb(59 59 59 / 0.7); + border-bottom-color: rgb(59 59 59 / 0.7); +} +.border-y-text-status-draft\/75{ + border-top-color: rgb(59 59 59 / 0.75); + border-bottom-color: rgb(59 59 59 / 0.75); +} +.border-y-text-status-draft\/80{ + border-top-color: rgb(59 59 59 / 0.8); + border-bottom-color: rgb(59 59 59 / 0.8); +} +.border-y-text-status-draft\/90{ + border-top-color: rgb(59 59 59 / 0.9); + border-bottom-color: rgb(59 59 59 / 0.9); +} +.border-y-text-status-draft\/95{ + border-top-color: rgb(59 59 59 / 0.95); + border-bottom-color: rgb(59 59 59 / 0.95); +} +.border-y-text-status-draft\/100{ + border-top-color: rgb(59 59 59 / 1); + border-bottom-color: rgb(59 59 59 / 1); +} +.border-y-text-status-partial\/0{ + border-top-color: rgb(0 99 149 / 0); + border-bottom-color: rgb(0 99 149 / 0); +} +.border-y-text-status-partial\/5{ + border-top-color: rgb(0 99 149 / 0.05); + border-bottom-color: rgb(0 99 149 / 0.05); +} +.border-y-text-status-partial\/10{ + border-top-color: rgb(0 99 149 / 0.1); + border-bottom-color: rgb(0 99 149 / 0.1); +} +.border-y-text-status-partial\/20{ + border-top-color: rgb(0 99 149 / 0.2); + border-bottom-color: rgb(0 99 149 / 0.2); +} +.border-y-text-status-partial\/25{ + border-top-color: rgb(0 99 149 / 0.25); + border-bottom-color: rgb(0 99 149 / 0.25); +} +.border-y-text-status-partial\/30{ + border-top-color: rgb(0 99 149 / 0.3); + border-bottom-color: rgb(0 99 149 / 0.3); +} +.border-y-text-status-partial\/40{ + border-top-color: rgb(0 99 149 / 0.4); + border-bottom-color: rgb(0 99 149 / 0.4); +} +.border-y-text-status-partial\/50{ + border-top-color: rgb(0 99 149 / 0.5); + border-bottom-color: rgb(0 99 149 / 0.5); +} +.border-y-text-status-partial\/60{ + border-top-color: rgb(0 99 149 / 0.6); + border-bottom-color: rgb(0 99 149 / 0.6); +} +.border-y-text-status-partial\/70{ + border-top-color: rgb(0 99 149 / 0.7); + border-bottom-color: rgb(0 99 149 / 0.7); +} +.border-y-text-status-partial\/75{ + border-top-color: rgb(0 99 149 / 0.75); + border-bottom-color: rgb(0 99 149 / 0.75); +} +.border-y-text-status-partial\/80{ + border-top-color: rgb(0 99 149 / 0.8); + border-bottom-color: rgb(0 99 149 / 0.8); +} +.border-y-text-status-partial\/90{ + border-top-color: rgb(0 99 149 / 0.9); + border-bottom-color: rgb(0 99 149 / 0.9); +} +.border-y-text-status-partial\/95{ + border-top-color: rgb(0 99 149 / 0.95); + border-bottom-color: rgb(0 99 149 / 0.95); +} +.border-y-text-status-partial\/100{ + border-top-color: rgb(0 99 149 / 1); + border-bottom-color: rgb(0 99 149 / 1); +} +.border-y-text-status-canceled\/0{ + border-top-color: rgb(255 255 255 / 0); + border-bottom-color: rgb(255 255 255 / 0); +} +.border-y-text-status-canceled\/5{ + border-top-color: rgb(255 255 255 / 0.05); + border-bottom-color: rgb(255 255 255 / 0.05); +} +.border-y-text-status-canceled\/10{ + border-top-color: rgb(255 255 255 / 0.1); + border-bottom-color: rgb(255 255 255 / 0.1); +} +.border-y-text-status-canceled\/20{ + border-top-color: rgb(255 255 255 / 0.2); + border-bottom-color: rgb(255 255 255 / 0.2); +} +.border-y-text-status-canceled\/25{ + border-top-color: rgb(255 255 255 / 0.25); + border-bottom-color: rgb(255 255 255 / 0.25); +} +.border-y-text-status-canceled\/30{ + border-top-color: rgb(255 255 255 / 0.3); + border-bottom-color: rgb(255 255 255 / 0.3); +} +.border-y-text-status-canceled\/40{ + border-top-color: rgb(255 255 255 / 0.4); + border-bottom-color: rgb(255 255 255 / 0.4); +} +.border-y-text-status-canceled\/50{ + border-top-color: rgb(255 255 255 / 0.5); + border-bottom-color: rgb(255 255 255 / 0.5); +} +.border-y-text-status-canceled\/60{ + border-top-color: rgb(255 255 255 / 0.6); + border-bottom-color: rgb(255 255 255 / 0.6); +} +.border-y-text-status-canceled\/70{ + border-top-color: rgb(255 255 255 / 0.7); + border-bottom-color: rgb(255 255 255 / 0.7); +} +.border-y-text-status-canceled\/75{ + border-top-color: rgb(255 255 255 / 0.75); + border-bottom-color: rgb(255 255 255 / 0.75); +} +.border-y-text-status-canceled\/80{ + border-top-color: rgb(255 255 255 / 0.8); + border-bottom-color: rgb(255 255 255 / 0.8); +} +.border-y-text-status-canceled\/90{ + border-top-color: rgb(255 255 255 / 0.9); + border-bottom-color: rgb(255 255 255 / 0.9); +} +.border-y-text-status-canceled\/95{ + border-top-color: rgb(255 255 255 / 0.95); + border-bottom-color: rgb(255 255 255 / 0.95); +} +.border-y-text-status-canceled\/100{ + border-top-color: rgb(255 255 255 / 1); + border-bottom-color: rgb(255 255 255 / 1); +} +.border-y-text-status-warning\/0{ + border-top-color: rgb(184 119 8 / 0); + border-bottom-color: rgb(184 119 8 / 0); +} +.border-y-text-status-warning\/5{ + border-top-color: rgb(184 119 8 / 0.05); + border-bottom-color: rgb(184 119 8 / 0.05); +} +.border-y-text-status-warning\/10{ + border-top-color: rgb(184 119 8 / 0.1); + border-bottom-color: rgb(184 119 8 / 0.1); +} +.border-y-text-status-warning\/20{ + border-top-color: rgb(184 119 8 / 0.2); + border-bottom-color: rgb(184 119 8 / 0.2); +} +.border-y-text-status-warning\/25{ + border-top-color: rgb(184 119 8 / 0.25); + border-bottom-color: rgb(184 119 8 / 0.25); +} +.border-y-text-status-warning\/30{ + border-top-color: rgb(184 119 8 / 0.3); + border-bottom-color: rgb(184 119 8 / 0.3); +} +.border-y-text-status-warning\/40{ + border-top-color: rgb(184 119 8 / 0.4); + border-bottom-color: rgb(184 119 8 / 0.4); +} +.border-y-text-status-warning\/50{ + border-top-color: rgb(184 119 8 / 0.5); + border-bottom-color: rgb(184 119 8 / 0.5); +} +.border-y-text-status-warning\/60{ + border-top-color: rgb(184 119 8 / 0.6); + border-bottom-color: rgb(184 119 8 / 0.6); +} +.border-y-text-status-warning\/70{ + border-top-color: rgb(184 119 8 / 0.7); + border-bottom-color: rgb(184 119 8 / 0.7); +} +.border-y-text-status-warning\/75{ + border-top-color: rgb(184 119 8 / 0.75); + border-bottom-color: rgb(184 119 8 / 0.75); +} +.border-y-text-status-warning\/80{ + border-top-color: rgb(184 119 8 / 0.8); + border-bottom-color: rgb(184 119 8 / 0.8); +} +.border-y-text-status-warning\/90{ + border-top-color: rgb(184 119 8 / 0.9); + border-bottom-color: rgb(184 119 8 / 0.9); +} +.border-y-text-status-warning\/95{ + border-top-color: rgb(184 119 8 / 0.95); + border-bottom-color: rgb(184 119 8 / 0.95); +} +.border-y-text-status-warning\/100{ + border-top-color: rgb(184 119 8 / 1); + border-bottom-color: rgb(184 119 8 / 1); +} +.border-y-body\/0{ + border-top-color: rgb(252 252 252 / 0); + border-bottom-color: rgb(252 252 252 / 0); +} +.border-y-body\/5{ + border-top-color: rgb(252 252 252 / 0.05); + border-bottom-color: rgb(252 252 252 / 0.05); +} +.border-y-body\/10{ + border-top-color: rgb(252 252 252 / 0.1); + border-bottom-color: rgb(252 252 252 / 0.1); +} +.border-y-body\/20{ + border-top-color: rgb(252 252 252 / 0.2); + border-bottom-color: rgb(252 252 252 / 0.2); +} +.border-y-body\/25{ + border-top-color: rgb(252 252 252 / 0.25); + border-bottom-color: rgb(252 252 252 / 0.25); +} +.border-y-body\/30{ + border-top-color: rgb(252 252 252 / 0.3); + border-bottom-color: rgb(252 252 252 / 0.3); +} +.border-y-body\/40{ + border-top-color: rgb(252 252 252 / 0.4); + border-bottom-color: rgb(252 252 252 / 0.4); +} +.border-y-body\/50{ + border-top-color: rgb(252 252 252 / 0.5); + border-bottom-color: rgb(252 252 252 / 0.5); +} +.border-y-body\/60{ + border-top-color: rgb(252 252 252 / 0.6); + border-bottom-color: rgb(252 252 252 / 0.6); +} +.border-y-body\/70{ + border-top-color: rgb(252 252 252 / 0.7); + border-bottom-color: rgb(252 252 252 / 0.7); +} +.border-y-body\/75{ + border-top-color: rgb(252 252 252 / 0.75); + border-bottom-color: rgb(252 252 252 / 0.75); +} +.border-y-body\/80{ + border-top-color: rgb(252 252 252 / 0.8); + border-bottom-color: rgb(252 252 252 / 0.8); +} +.border-y-body\/90{ + border-top-color: rgb(252 252 252 / 0.9); + border-bottom-color: rgb(252 252 252 / 0.9); +} +.border-y-body\/95{ + border-top-color: rgb(252 252 252 / 0.95); + border-bottom-color: rgb(252 252 252 / 0.95); +} +.border-y-body\/100{ + border-top-color: rgb(252 252 252 / 1); + border-bottom-color: rgb(252 252 252 / 1); +} +.border-y-light-gray\/0{ + border-top-color: rgb(199 201 217 / 0); + border-bottom-color: rgb(199 201 217 / 0); +} +.border-y-light-gray\/5{ + border-top-color: rgb(199 201 217 / 0.05); + border-bottom-color: rgb(199 201 217 / 0.05); +} +.border-y-light-gray\/10{ + border-top-color: rgb(199 201 217 / 0.1); + border-bottom-color: rgb(199 201 217 / 0.1); +} +.border-y-light-gray\/20{ + border-top-color: rgb(199 201 217 / 0.2); + border-bottom-color: rgb(199 201 217 / 0.2); +} +.border-y-light-gray\/25{ + border-top-color: rgb(199 201 217 / 0.25); + border-bottom-color: rgb(199 201 217 / 0.25); +} +.border-y-light-gray\/30{ + border-top-color: rgb(199 201 217 / 0.3); + border-bottom-color: rgb(199 201 217 / 0.3); +} +.border-y-light-gray\/40{ + border-top-color: rgb(199 201 217 / 0.4); + border-bottom-color: rgb(199 201 217 / 0.4); +} +.border-y-light-gray\/50{ + border-top-color: rgb(199 201 217 / 0.5); + border-bottom-color: rgb(199 201 217 / 0.5); +} +.border-y-light-gray\/60{ + border-top-color: rgb(199 201 217 / 0.6); + border-bottom-color: rgb(199 201 217 / 0.6); +} +.border-y-light-gray\/70{ + border-top-color: rgb(199 201 217 / 0.7); + border-bottom-color: rgb(199 201 217 / 0.7); +} +.border-y-light-gray\/75{ + border-top-color: rgb(199 201 217 / 0.75); + border-bottom-color: rgb(199 201 217 / 0.75); +} +.border-y-light-gray\/80{ + border-top-color: rgb(199 201 217 / 0.8); + border-bottom-color: rgb(199 201 217 / 0.8); +} +.border-y-light-gray\/90{ + border-top-color: rgb(199 201 217 / 0.9); + border-bottom-color: rgb(199 201 217 / 0.9); +} +.border-y-light-gray\/95{ + border-top-color: rgb(199 201 217 / 0.95); + border-bottom-color: rgb(199 201 217 / 0.95); +} +.border-y-light-gray\/100{ + border-top-color: rgb(199 201 217 / 1); + border-bottom-color: rgb(199 201 217 / 1); +} +.border-y-dark-blue\/0{ + border-top-color: rgb(21 40 75 / 0); + border-bottom-color: rgb(21 40 75 / 0); +} +.border-y-dark-blue\/5{ + border-top-color: rgb(21 40 75 / 0.05); + border-bottom-color: rgb(21 40 75 / 0.05); +} +.border-y-dark-blue\/10{ + border-top-color: rgb(21 40 75 / 0.1); + border-bottom-color: rgb(21 40 75 / 0.1); +} +.border-y-dark-blue\/20{ + border-top-color: rgb(21 40 75 / 0.2); + border-bottom-color: rgb(21 40 75 / 0.2); +} +.border-y-dark-blue\/25{ + border-top-color: rgb(21 40 75 / 0.25); + border-bottom-color: rgb(21 40 75 / 0.25); +} +.border-y-dark-blue\/30{ + border-top-color: rgb(21 40 75 / 0.3); + border-bottom-color: rgb(21 40 75 / 0.3); +} +.border-y-dark-blue\/40{ + border-top-color: rgb(21 40 75 / 0.4); + border-bottom-color: rgb(21 40 75 / 0.4); +} +.border-y-dark-blue\/50{ + border-top-color: rgb(21 40 75 / 0.5); + border-bottom-color: rgb(21 40 75 / 0.5); +} +.border-y-dark-blue\/60{ + border-top-color: rgb(21 40 75 / 0.6); + border-bottom-color: rgb(21 40 75 / 0.6); +} +.border-y-dark-blue\/70{ + border-top-color: rgb(21 40 75 / 0.7); + border-bottom-color: rgb(21 40 75 / 0.7); +} +.border-y-dark-blue\/75{ + border-top-color: rgb(21 40 75 / 0.75); + border-bottom-color: rgb(21 40 75 / 0.75); +} +.border-y-dark-blue\/80{ + border-top-color: rgb(21 40 75 / 0.8); + border-bottom-color: rgb(21 40 75 / 0.8); +} +.border-y-dark-blue\/90{ + border-top-color: rgb(21 40 75 / 0.9); + border-bottom-color: rgb(21 40 75 / 0.9); +} +.border-y-dark-blue\/95{ + border-top-color: rgb(21 40 75 / 0.95); + border-bottom-color: rgb(21 40 75 / 0.95); +} +.border-y-dark-blue\/100{ + border-top-color: rgb(21 40 75 / 1); + border-bottom-color: rgb(21 40 75 / 1); +} +.border-y-lighter-gray\/0{ + border-top-color: rgb(242 242 245 / 0); + border-bottom-color: rgb(242 242 245 / 0); +} +.border-y-lighter-gray\/5{ + border-top-color: rgb(242 242 245 / 0.05); + border-bottom-color: rgb(242 242 245 / 0.05); +} +.border-y-lighter-gray\/10{ + border-top-color: rgb(242 242 245 / 0.1); + border-bottom-color: rgb(242 242 245 / 0.1); +} +.border-y-lighter-gray\/20{ + border-top-color: rgb(242 242 245 / 0.2); + border-bottom-color: rgb(242 242 245 / 0.2); +} +.border-y-lighter-gray\/25{ + border-top-color: rgb(242 242 245 / 0.25); + border-bottom-color: rgb(242 242 245 / 0.25); +} +.border-y-lighter-gray\/30{ + border-top-color: rgb(242 242 245 / 0.3); + border-bottom-color: rgb(242 242 245 / 0.3); +} +.border-y-lighter-gray\/40{ + border-top-color: rgb(242 242 245 / 0.4); + border-bottom-color: rgb(242 242 245 / 0.4); +} +.border-y-lighter-gray\/50{ + border-top-color: rgb(242 242 245 / 0.5); + border-bottom-color: rgb(242 242 245 / 0.5); +} +.border-y-lighter-gray\/60{ + border-top-color: rgb(242 242 245 / 0.6); + border-bottom-color: rgb(242 242 245 / 0.6); +} +.border-y-lighter-gray\/70{ + border-top-color: rgb(242 242 245 / 0.7); + border-bottom-color: rgb(242 242 245 / 0.7); +} +.border-y-lighter-gray\/75{ + border-top-color: rgb(242 242 245 / 0.75); + border-bottom-color: rgb(242 242 245 / 0.75); +} +.border-y-lighter-gray\/80{ + border-top-color: rgb(242 242 245 / 0.8); + border-bottom-color: rgb(242 242 245 / 0.8); +} +.border-y-lighter-gray\/90{ + border-top-color: rgb(242 242 245 / 0.9); + border-bottom-color: rgb(242 242 245 / 0.9); +} +.border-y-lighter-gray\/95{ + border-top-color: rgb(242 242 245 / 0.95); + border-bottom-color: rgb(242 242 245 / 0.95); +} +.border-y-lighter-gray\/100{ + border-top-color: rgb(242 242 245 / 1); + border-bottom-color: rgb(242 242 245 / 1); +} +.border-y-purple-lighter\/0{ + border-top-color: rgb(242 244 252 / 0); + border-bottom-color: rgb(242 244 252 / 0); +} +.border-y-purple-lighter\/5{ + border-top-color: rgb(242 244 252 / 0.05); + border-bottom-color: rgb(242 244 252 / 0.05); +} +.border-y-purple-lighter\/10{ + border-top-color: rgb(242 244 252 / 0.1); + border-bottom-color: rgb(242 244 252 / 0.1); +} +.border-y-purple-lighter\/20{ + border-top-color: rgb(242 244 252 / 0.2); + border-bottom-color: rgb(242 244 252 / 0.2); +} +.border-y-purple-lighter\/25{ + border-top-color: rgb(242 244 252 / 0.25); + border-bottom-color: rgb(242 244 252 / 0.25); +} +.border-y-purple-lighter\/30{ + border-top-color: rgb(242 244 252 / 0.3); + border-bottom-color: rgb(242 244 252 / 0.3); +} +.border-y-purple-lighter\/40{ + border-top-color: rgb(242 244 252 / 0.4); + border-bottom-color: rgb(242 244 252 / 0.4); +} +.border-y-purple-lighter\/50{ + border-top-color: rgb(242 244 252 / 0.5); + border-bottom-color: rgb(242 244 252 / 0.5); +} +.border-y-purple-lighter\/60{ + border-top-color: rgb(242 244 252 / 0.6); + border-bottom-color: rgb(242 244 252 / 0.6); +} +.border-y-purple-lighter\/70{ + border-top-color: rgb(242 244 252 / 0.7); + border-bottom-color: rgb(242 244 252 / 0.7); +} +.border-y-purple-lighter\/75{ + border-top-color: rgb(242 244 252 / 0.75); + border-bottom-color: rgb(242 244 252 / 0.75); +} +.border-y-purple-lighter\/80{ + border-top-color: rgb(242 244 252 / 0.8); + border-bottom-color: rgb(242 244 252 / 0.8); +} +.border-y-purple-lighter\/90{ + border-top-color: rgb(242 244 252 / 0.9); + border-bottom-color: rgb(242 244 252 / 0.9); +} +.border-y-purple-lighter\/95{ + border-top-color: rgb(242 244 252 / 0.95); + border-bottom-color: rgb(242 244 252 / 0.95); +} +.border-y-purple-lighter\/100{ + border-top-color: rgb(242 244 252 / 1); + border-bottom-color: rgb(242 244 252 / 1); +} +.border-y-modal-background\/0{ + border-top-color: rgb(0 0 0 / 0); + border-bottom-color: rgb(0 0 0 / 0); +} +.border-y-modal-background\/5{ + border-top-color: rgb(0 0 0 / 0.05); + border-bottom-color: rgb(0 0 0 / 0.05); +} +.border-y-modal-background\/10{ + border-top-color: rgb(0 0 0 / 0.1); + border-bottom-color: rgb(0 0 0 / 0.1); +} +.border-y-modal-background\/20{ + border-top-color: rgb(0 0 0 / 0.2); + border-bottom-color: rgb(0 0 0 / 0.2); +} +.border-y-modal-background\/25{ + border-top-color: rgb(0 0 0 / 0.25); + border-bottom-color: rgb(0 0 0 / 0.25); +} +.border-y-modal-background\/30{ + border-top-color: rgb(0 0 0 / 0.3); + border-bottom-color: rgb(0 0 0 / 0.3); +} +.border-y-modal-background\/40{ + border-top-color: rgb(0 0 0 / 0.4); + border-bottom-color: rgb(0 0 0 / 0.4); +} +.border-y-modal-background\/50{ + border-top-color: rgb(0 0 0 / 0.5); + border-bottom-color: rgb(0 0 0 / 0.5); +} +.border-y-modal-background\/60{ + border-top-color: rgb(0 0 0 / 0.6); + border-bottom-color: rgb(0 0 0 / 0.6); +} +.border-y-modal-background\/70{ + border-top-color: rgb(0 0 0 / 0.7); + border-bottom-color: rgb(0 0 0 / 0.7); +} +.border-y-modal-background\/75{ + border-top-color: rgb(0 0 0 / 0.75); + border-bottom-color: rgb(0 0 0 / 0.75); +} +.border-y-modal-background\/80{ + border-top-color: rgb(0 0 0 / 0.8); + border-bottom-color: rgb(0 0 0 / 0.8); +} +.border-y-modal-background\/90{ + border-top-color: rgb(0 0 0 / 0.9); + border-bottom-color: rgb(0 0 0 / 0.9); +} +.border-y-modal-background\/95{ + border-top-color: rgb(0 0 0 / 0.95); + border-bottom-color: rgb(0 0 0 / 0.95); +} +.border-y-modal-background\/100{ + border-top-color: rgb(0 0 0 / 1); + border-bottom-color: rgb(0 0 0 / 1); +} +.border-y-testing\/0{ + border-top-color: rgb(147 95 7 / 0); + border-bottom-color: rgb(147 95 7 / 0); +} +.border-y-testing\/5{ + border-top-color: rgb(147 95 7 / 0.05); + border-bottom-color: rgb(147 95 7 / 0.05); +} +.border-y-testing\/10{ + border-top-color: rgb(147 95 7 / 0.1); + border-bottom-color: rgb(147 95 7 / 0.1); +} +.border-y-testing\/20{ + border-top-color: rgb(147 95 7 / 0.2); + border-bottom-color: rgb(147 95 7 / 0.2); +} +.border-y-testing\/25{ + border-top-color: rgb(147 95 7 / 0.25); + border-bottom-color: rgb(147 95 7 / 0.25); +} +.border-y-testing\/30{ + border-top-color: rgb(147 95 7 / 0.3); + border-bottom-color: rgb(147 95 7 / 0.3); +} +.border-y-testing\/40{ + border-top-color: rgb(147 95 7 / 0.4); + border-bottom-color: rgb(147 95 7 / 0.4); +} +.border-y-testing\/50{ + border-top-color: rgb(147 95 7 / 0.5); + border-bottom-color: rgb(147 95 7 / 0.5); +} +.border-y-testing\/60{ + border-top-color: rgb(147 95 7 / 0.6); + border-bottom-color: rgb(147 95 7 / 0.6); +} +.border-y-testing\/70{ + border-top-color: rgb(147 95 7 / 0.7); + border-bottom-color: rgb(147 95 7 / 0.7); +} +.border-y-testing\/75{ + border-top-color: rgb(147 95 7 / 0.75); + border-bottom-color: rgb(147 95 7 / 0.75); +} +.border-y-testing\/80{ + border-top-color: rgb(147 95 7 / 0.8); + border-bottom-color: rgb(147 95 7 / 0.8); +} +.border-y-testing\/90{ + border-top-color: rgb(147 95 7 / 0.9); + border-bottom-color: rgb(147 95 7 / 0.9); +} +.border-y-testing\/95{ + border-top-color: rgb(147 95 7 / 0.95); + border-bottom-color: rgb(147 95 7 / 0.95); +} +.border-y-testing\/100{ + border-top-color: rgb(147 95 7 / 1); + border-bottom-color: rgb(147 95 7 / 1); +} .border-t-inherit{ border-top-color: inherit; } @@ -21750,6 +78695,12066 @@ input[type="date"]::-webkit-inner-spin-button, --tw-border-opacity: 1; border-top-color: rgb(147 95 7 / var(--tw-border-opacity)); } +.border-t-transparent\/0{ + border-top-color: rgb(0 0 0 / 0); +} +.border-t-transparent\/5{ + border-top-color: rgb(0 0 0 / 0.05); +} +.border-t-transparent\/10{ + border-top-color: rgb(0 0 0 / 0.1); +} +.border-t-transparent\/20{ + border-top-color: rgb(0 0 0 / 0.2); +} +.border-t-transparent\/25{ + border-top-color: rgb(0 0 0 / 0.25); +} +.border-t-transparent\/30{ + border-top-color: rgb(0 0 0 / 0.3); +} +.border-t-transparent\/40{ + border-top-color: rgb(0 0 0 / 0.4); +} +.border-t-transparent\/50{ + border-top-color: rgb(0 0 0 / 0.5); +} +.border-t-transparent\/60{ + border-top-color: rgb(0 0 0 / 0.6); +} +.border-t-transparent\/70{ + border-top-color: rgb(0 0 0 / 0.7); +} +.border-t-transparent\/75{ + border-top-color: rgb(0 0 0 / 0.75); +} +.border-t-transparent\/80{ + border-top-color: rgb(0 0 0 / 0.8); +} +.border-t-transparent\/90{ + border-top-color: rgb(0 0 0 / 0.9); +} +.border-t-transparent\/95{ + border-top-color: rgb(0 0 0 / 0.95); +} +.border-t-transparent\/100{ + border-top-color: rgb(0 0 0 / 1); +} +.border-t-black-50\/0{ + border-top-color: rgb(246 246 246 / 0); +} +.border-t-black-50\/5{ + border-top-color: rgb(246 246 246 / 0.05); +} +.border-t-black-50\/10{ + border-top-color: rgb(246 246 246 / 0.1); +} +.border-t-black-50\/20{ + border-top-color: rgb(246 246 246 / 0.2); +} +.border-t-black-50\/25{ + border-top-color: rgb(246 246 246 / 0.25); +} +.border-t-black-50\/30{ + border-top-color: rgb(246 246 246 / 0.3); +} +.border-t-black-50\/40{ + border-top-color: rgb(246 246 246 / 0.4); +} +.border-t-black-50\/50{ + border-top-color: rgb(246 246 246 / 0.5); +} +.border-t-black-50\/60{ + border-top-color: rgb(246 246 246 / 0.6); +} +.border-t-black-50\/70{ + border-top-color: rgb(246 246 246 / 0.7); +} +.border-t-black-50\/75{ + border-top-color: rgb(246 246 246 / 0.75); +} +.border-t-black-50\/80{ + border-top-color: rgb(246 246 246 / 0.8); +} +.border-t-black-50\/90{ + border-top-color: rgb(246 246 246 / 0.9); +} +.border-t-black-50\/95{ + border-top-color: rgb(246 246 246 / 0.95); +} +.border-t-black-50\/100{ + border-top-color: rgb(246 246 246 / 1); +} +.border-t-black-100\/0{ + border-top-color: rgb(236 236 236 / 0); +} +.border-t-black-100\/5{ + border-top-color: rgb(236 236 236 / 0.05); +} +.border-t-black-100\/10{ + border-top-color: rgb(236 236 236 / 0.1); +} +.border-t-black-100\/20{ + border-top-color: rgb(236 236 236 / 0.2); +} +.border-t-black-100\/25{ + border-top-color: rgb(236 236 236 / 0.25); +} +.border-t-black-100\/30{ + border-top-color: rgb(236 236 236 / 0.3); +} +.border-t-black-100\/40{ + border-top-color: rgb(236 236 236 / 0.4); +} +.border-t-black-100\/50{ + border-top-color: rgb(236 236 236 / 0.5); +} +.border-t-black-100\/60{ + border-top-color: rgb(236 236 236 / 0.6); +} +.border-t-black-100\/70{ + border-top-color: rgb(236 236 236 / 0.7); +} +.border-t-black-100\/75{ + border-top-color: rgb(236 236 236 / 0.75); +} +.border-t-black-100\/80{ + border-top-color: rgb(236 236 236 / 0.8); +} +.border-t-black-100\/90{ + border-top-color: rgb(236 236 236 / 0.9); +} +.border-t-black-100\/95{ + border-top-color: rgb(236 236 236 / 0.95); +} +.border-t-black-100\/100{ + border-top-color: rgb(236 236 236 / 1); +} +.border-t-black-200\/0{ + border-top-color: rgb(208 208 208 / 0); +} +.border-t-black-200\/5{ + border-top-color: rgb(208 208 208 / 0.05); +} +.border-t-black-200\/10{ + border-top-color: rgb(208 208 208 / 0.1); +} +.border-t-black-200\/20{ + border-top-color: rgb(208 208 208 / 0.2); +} +.border-t-black-200\/25{ + border-top-color: rgb(208 208 208 / 0.25); +} +.border-t-black-200\/30{ + border-top-color: rgb(208 208 208 / 0.3); +} +.border-t-black-200\/40{ + border-top-color: rgb(208 208 208 / 0.4); +} +.border-t-black-200\/50{ + border-top-color: rgb(208 208 208 / 0.5); +} +.border-t-black-200\/60{ + border-top-color: rgb(208 208 208 / 0.6); +} +.border-t-black-200\/70{ + border-top-color: rgb(208 208 208 / 0.7); +} +.border-t-black-200\/75{ + border-top-color: rgb(208 208 208 / 0.75); +} +.border-t-black-200\/80{ + border-top-color: rgb(208 208 208 / 0.8); +} +.border-t-black-200\/90{ + border-top-color: rgb(208 208 208 / 0.9); +} +.border-t-black-200\/95{ + border-top-color: rgb(208 208 208 / 0.95); +} +.border-t-black-200\/100{ + border-top-color: rgb(208 208 208 / 1); +} +.border-t-black-300\/0{ + border-top-color: rgb(179 179 179 / 0); +} +.border-t-black-300\/5{ + border-top-color: rgb(179 179 179 / 0.05); +} +.border-t-black-300\/10{ + border-top-color: rgb(179 179 179 / 0.1); +} +.border-t-black-300\/20{ + border-top-color: rgb(179 179 179 / 0.2); +} +.border-t-black-300\/25{ + border-top-color: rgb(179 179 179 / 0.25); +} +.border-t-black-300\/30{ + border-top-color: rgb(179 179 179 / 0.3); +} +.border-t-black-300\/40{ + border-top-color: rgb(179 179 179 / 0.4); +} +.border-t-black-300\/50{ + border-top-color: rgb(179 179 179 / 0.5); +} +.border-t-black-300\/60{ + border-top-color: rgb(179 179 179 / 0.6); +} +.border-t-black-300\/70{ + border-top-color: rgb(179 179 179 / 0.7); +} +.border-t-black-300\/75{ + border-top-color: rgb(179 179 179 / 0.75); +} +.border-t-black-300\/80{ + border-top-color: rgb(179 179 179 / 0.8); +} +.border-t-black-300\/90{ + border-top-color: rgb(179 179 179 / 0.9); +} +.border-t-black-300\/95{ + border-top-color: rgb(179 179 179 / 0.95); +} +.border-t-black-300\/100{ + border-top-color: rgb(179 179 179 / 1); +} +.border-t-black-400\/0{ + border-top-color: rgb(123 123 123 / 0); +} +.border-t-black-400\/5{ + border-top-color: rgb(123 123 123 / 0.05); +} +.border-t-black-400\/10{ + border-top-color: rgb(123 123 123 / 0.1); +} +.border-t-black-400\/20{ + border-top-color: rgb(123 123 123 / 0.2); +} +.border-t-black-400\/25{ + border-top-color: rgb(123 123 123 / 0.25); +} +.border-t-black-400\/30{ + border-top-color: rgb(123 123 123 / 0.3); +} +.border-t-black-400\/40{ + border-top-color: rgb(123 123 123 / 0.4); +} +.border-t-black-400\/50{ + border-top-color: rgb(123 123 123 / 0.5); +} +.border-t-black-400\/60{ + border-top-color: rgb(123 123 123 / 0.6); +} +.border-t-black-400\/70{ + border-top-color: rgb(123 123 123 / 0.7); +} +.border-t-black-400\/75{ + border-top-color: rgb(123 123 123 / 0.75); +} +.border-t-black-400\/80{ + border-top-color: rgb(123 123 123 / 0.8); +} +.border-t-black-400\/90{ + border-top-color: rgb(123 123 123 / 0.9); +} +.border-t-black-400\/95{ + border-top-color: rgb(123 123 123 / 0.95); +} +.border-t-black-400\/100{ + border-top-color: rgb(123 123 123 / 1); +} +.border-t-black-500\/0{ + border-top-color: rgb(66 66 66 / 0); +} +.border-t-black-500\/5{ + border-top-color: rgb(66 66 66 / 0.05); +} +.border-t-black-500\/10{ + border-top-color: rgb(66 66 66 / 0.1); +} +.border-t-black-500\/20{ + border-top-color: rgb(66 66 66 / 0.2); +} +.border-t-black-500\/25{ + border-top-color: rgb(66 66 66 / 0.25); +} +.border-t-black-500\/30{ + border-top-color: rgb(66 66 66 / 0.3); +} +.border-t-black-500\/40{ + border-top-color: rgb(66 66 66 / 0.4); +} +.border-t-black-500\/50{ + border-top-color: rgb(66 66 66 / 0.5); +} +.border-t-black-500\/60{ + border-top-color: rgb(66 66 66 / 0.6); +} +.border-t-black-500\/70{ + border-top-color: rgb(66 66 66 / 0.7); +} +.border-t-black-500\/75{ + border-top-color: rgb(66 66 66 / 0.75); +} +.border-t-black-500\/80{ + border-top-color: rgb(66 66 66 / 0.8); +} +.border-t-black-500\/90{ + border-top-color: rgb(66 66 66 / 0.9); +} +.border-t-black-500\/95{ + border-top-color: rgb(66 66 66 / 0.95); +} +.border-t-black-500\/100{ + border-top-color: rgb(66 66 66 / 1); +} +.border-t-black-600\/0{ + border-top-color: rgb(59 59 59 / 0); +} +.border-t-black-600\/5{ + border-top-color: rgb(59 59 59 / 0.05); +} +.border-t-black-600\/10{ + border-top-color: rgb(59 59 59 / 0.1); +} +.border-t-black-600\/20{ + border-top-color: rgb(59 59 59 / 0.2); +} +.border-t-black-600\/25{ + border-top-color: rgb(59 59 59 / 0.25); +} +.border-t-black-600\/30{ + border-top-color: rgb(59 59 59 / 0.3); +} +.border-t-black-600\/40{ + border-top-color: rgb(59 59 59 / 0.4); +} +.border-t-black-600\/50{ + border-top-color: rgb(59 59 59 / 0.5); +} +.border-t-black-600\/60{ + border-top-color: rgb(59 59 59 / 0.6); +} +.border-t-black-600\/70{ + border-top-color: rgb(59 59 59 / 0.7); +} +.border-t-black-600\/75{ + border-top-color: rgb(59 59 59 / 0.75); +} +.border-t-black-600\/80{ + border-top-color: rgb(59 59 59 / 0.8); +} +.border-t-black-600\/90{ + border-top-color: rgb(59 59 59 / 0.9); +} +.border-t-black-600\/95{ + border-top-color: rgb(59 59 59 / 0.95); +} +.border-t-black-600\/100{ + border-top-color: rgb(59 59 59 / 1); +} +.border-t-black-700\/0{ + border-top-color: rgb(50 50 50 / 0); +} +.border-t-black-700\/5{ + border-top-color: rgb(50 50 50 / 0.05); +} +.border-t-black-700\/10{ + border-top-color: rgb(50 50 50 / 0.1); +} +.border-t-black-700\/20{ + border-top-color: rgb(50 50 50 / 0.2); +} +.border-t-black-700\/25{ + border-top-color: rgb(50 50 50 / 0.25); +} +.border-t-black-700\/30{ + border-top-color: rgb(50 50 50 / 0.3); +} +.border-t-black-700\/40{ + border-top-color: rgb(50 50 50 / 0.4); +} +.border-t-black-700\/50{ + border-top-color: rgb(50 50 50 / 0.5); +} +.border-t-black-700\/60{ + border-top-color: rgb(50 50 50 / 0.6); +} +.border-t-black-700\/70{ + border-top-color: rgb(50 50 50 / 0.7); +} +.border-t-black-700\/75{ + border-top-color: rgb(50 50 50 / 0.75); +} +.border-t-black-700\/80{ + border-top-color: rgb(50 50 50 / 0.8); +} +.border-t-black-700\/90{ + border-top-color: rgb(50 50 50 / 0.9); +} +.border-t-black-700\/95{ + border-top-color: rgb(50 50 50 / 0.95); +} +.border-t-black-700\/100{ + border-top-color: rgb(50 50 50 / 1); +} +.border-t-black-800\/0{ + border-top-color: rgb(40 40 40 / 0); +} +.border-t-black-800\/5{ + border-top-color: rgb(40 40 40 / 0.05); +} +.border-t-black-800\/10{ + border-top-color: rgb(40 40 40 / 0.1); +} +.border-t-black-800\/20{ + border-top-color: rgb(40 40 40 / 0.2); +} +.border-t-black-800\/25{ + border-top-color: rgb(40 40 40 / 0.25); +} +.border-t-black-800\/30{ + border-top-color: rgb(40 40 40 / 0.3); +} +.border-t-black-800\/40{ + border-top-color: rgb(40 40 40 / 0.4); +} +.border-t-black-800\/50{ + border-top-color: rgb(40 40 40 / 0.5); +} +.border-t-black-800\/60{ + border-top-color: rgb(40 40 40 / 0.6); +} +.border-t-black-800\/70{ + border-top-color: rgb(40 40 40 / 0.7); +} +.border-t-black-800\/75{ + border-top-color: rgb(40 40 40 / 0.75); +} +.border-t-black-800\/80{ + border-top-color: rgb(40 40 40 / 0.8); +} +.border-t-black-800\/90{ + border-top-color: rgb(40 40 40 / 0.9); +} +.border-t-black-800\/95{ + border-top-color: rgb(40 40 40 / 0.95); +} +.border-t-black-800\/100{ + border-top-color: rgb(40 40 40 / 1); +} +.border-t-black-900\/0{ + border-top-color: rgb(32 32 32 / 0); +} +.border-t-black-900\/5{ + border-top-color: rgb(32 32 32 / 0.05); +} +.border-t-black-900\/10{ + border-top-color: rgb(32 32 32 / 0.1); +} +.border-t-black-900\/20{ + border-top-color: rgb(32 32 32 / 0.2); +} +.border-t-black-900\/25{ + border-top-color: rgb(32 32 32 / 0.25); +} +.border-t-black-900\/30{ + border-top-color: rgb(32 32 32 / 0.3); +} +.border-t-black-900\/40{ + border-top-color: rgb(32 32 32 / 0.4); +} +.border-t-black-900\/50{ + border-top-color: rgb(32 32 32 / 0.5); +} +.border-t-black-900\/60{ + border-top-color: rgb(32 32 32 / 0.6); +} +.border-t-black-900\/70{ + border-top-color: rgb(32 32 32 / 0.7); +} +.border-t-black-900\/75{ + border-top-color: rgb(32 32 32 / 0.75); +} +.border-t-black-900\/80{ + border-top-color: rgb(32 32 32 / 0.8); +} +.border-t-black-900\/90{ + border-top-color: rgb(32 32 32 / 0.9); +} +.border-t-black-900\/95{ + border-top-color: rgb(32 32 32 / 0.95); +} +.border-t-black-900\/100{ + border-top-color: rgb(32 32 32 / 1); +} +.border-t-black\/0{ + border-top-color: rgb(66 66 66 / 0); +} +.border-t-black\/5{ + border-top-color: rgb(66 66 66 / 0.05); +} +.border-t-black\/10{ + border-top-color: rgb(66 66 66 / 0.1); +} +.border-t-black\/20{ + border-top-color: rgb(66 66 66 / 0.2); +} +.border-t-black\/25{ + border-top-color: rgb(66 66 66 / 0.25); +} +.border-t-black\/30{ + border-top-color: rgb(66 66 66 / 0.3); +} +.border-t-black\/40{ + border-top-color: rgb(66 66 66 / 0.4); +} +.border-t-black\/50{ + border-top-color: rgb(66 66 66 / 0.5); +} +.border-t-black\/60{ + border-top-color: rgb(66 66 66 / 0.6); +} +.border-t-black\/70{ + border-top-color: rgb(66 66 66 / 0.7); +} +.border-t-black\/75{ + border-top-color: rgb(66 66 66 / 0.75); +} +.border-t-black\/80{ + border-top-color: rgb(66 66 66 / 0.8); +} +.border-t-black\/90{ + border-top-color: rgb(66 66 66 / 0.9); +} +.border-t-black\/95{ + border-top-color: rgb(66 66 66 / 0.95); +} +.border-t-black\/100{ + border-top-color: rgb(66 66 66 / 1); +} +.border-t-white\/0{ + border-top-color: rgb(255 255 255 / 0); +} +.border-t-white\/5{ + border-top-color: rgb(255 255 255 / 0.05); +} +.border-t-white\/10{ + border-top-color: rgb(255 255 255 / 0.1); +} +.border-t-white\/20{ + border-top-color: rgb(255 255 255 / 0.2); +} +.border-t-white\/25{ + border-top-color: rgb(255 255 255 / 0.25); +} +.border-t-white\/30{ + border-top-color: rgb(255 255 255 / 0.3); +} +.border-t-white\/40{ + border-top-color: rgb(255 255 255 / 0.4); +} +.border-t-white\/50{ + border-top-color: rgb(255 255 255 / 0.5); +} +.border-t-white\/60{ + border-top-color: rgb(255 255 255 / 0.6); +} +.border-t-white\/70{ + border-top-color: rgb(255 255 255 / 0.7); +} +.border-t-white\/75{ + border-top-color: rgb(255 255 255 / 0.75); +} +.border-t-white\/80{ + border-top-color: rgb(255 255 255 / 0.8); +} +.border-t-white\/90{ + border-top-color: rgb(255 255 255 / 0.9); +} +.border-t-white\/95{ + border-top-color: rgb(255 255 255 / 0.95); +} +.border-t-white\/100{ + border-top-color: rgb(255 255 255 / 1); +} +.border-t-slate-50\/0{ + border-top-color: rgb(248 250 252 / 0); +} +.border-t-slate-50\/5{ + border-top-color: rgb(248 250 252 / 0.05); +} +.border-t-slate-50\/10{ + border-top-color: rgb(248 250 252 / 0.1); +} +.border-t-slate-50\/20{ + border-top-color: rgb(248 250 252 / 0.2); +} +.border-t-slate-50\/25{ + border-top-color: rgb(248 250 252 / 0.25); +} +.border-t-slate-50\/30{ + border-top-color: rgb(248 250 252 / 0.3); +} +.border-t-slate-50\/40{ + border-top-color: rgb(248 250 252 / 0.4); +} +.border-t-slate-50\/50{ + border-top-color: rgb(248 250 252 / 0.5); +} +.border-t-slate-50\/60{ + border-top-color: rgb(248 250 252 / 0.6); +} +.border-t-slate-50\/70{ + border-top-color: rgb(248 250 252 / 0.7); +} +.border-t-slate-50\/75{ + border-top-color: rgb(248 250 252 / 0.75); +} +.border-t-slate-50\/80{ + border-top-color: rgb(248 250 252 / 0.8); +} +.border-t-slate-50\/90{ + border-top-color: rgb(248 250 252 / 0.9); +} +.border-t-slate-50\/95{ + border-top-color: rgb(248 250 252 / 0.95); +} +.border-t-slate-50\/100{ + border-top-color: rgb(248 250 252 / 1); +} +.border-t-slate-100\/0{ + border-top-color: rgb(241 245 249 / 0); +} +.border-t-slate-100\/5{ + border-top-color: rgb(241 245 249 / 0.05); +} +.border-t-slate-100\/10{ + border-top-color: rgb(241 245 249 / 0.1); +} +.border-t-slate-100\/20{ + border-top-color: rgb(241 245 249 / 0.2); +} +.border-t-slate-100\/25{ + border-top-color: rgb(241 245 249 / 0.25); +} +.border-t-slate-100\/30{ + border-top-color: rgb(241 245 249 / 0.3); +} +.border-t-slate-100\/40{ + border-top-color: rgb(241 245 249 / 0.4); +} +.border-t-slate-100\/50{ + border-top-color: rgb(241 245 249 / 0.5); +} +.border-t-slate-100\/60{ + border-top-color: rgb(241 245 249 / 0.6); +} +.border-t-slate-100\/70{ + border-top-color: rgb(241 245 249 / 0.7); +} +.border-t-slate-100\/75{ + border-top-color: rgb(241 245 249 / 0.75); +} +.border-t-slate-100\/80{ + border-top-color: rgb(241 245 249 / 0.8); +} +.border-t-slate-100\/90{ + border-top-color: rgb(241 245 249 / 0.9); +} +.border-t-slate-100\/95{ + border-top-color: rgb(241 245 249 / 0.95); +} +.border-t-slate-100\/100{ + border-top-color: rgb(241 245 249 / 1); +} +.border-t-slate-200\/0{ + border-top-color: rgb(226 232 240 / 0); +} +.border-t-slate-200\/5{ + border-top-color: rgb(226 232 240 / 0.05); +} +.border-t-slate-200\/10{ + border-top-color: rgb(226 232 240 / 0.1); +} +.border-t-slate-200\/20{ + border-top-color: rgb(226 232 240 / 0.2); +} +.border-t-slate-200\/25{ + border-top-color: rgb(226 232 240 / 0.25); +} +.border-t-slate-200\/30{ + border-top-color: rgb(226 232 240 / 0.3); +} +.border-t-slate-200\/40{ + border-top-color: rgb(226 232 240 / 0.4); +} +.border-t-slate-200\/50{ + border-top-color: rgb(226 232 240 / 0.5); +} +.border-t-slate-200\/60{ + border-top-color: rgb(226 232 240 / 0.6); +} +.border-t-slate-200\/70{ + border-top-color: rgb(226 232 240 / 0.7); +} +.border-t-slate-200\/75{ + border-top-color: rgb(226 232 240 / 0.75); +} +.border-t-slate-200\/80{ + border-top-color: rgb(226 232 240 / 0.8); +} +.border-t-slate-200\/90{ + border-top-color: rgb(226 232 240 / 0.9); +} +.border-t-slate-200\/95{ + border-top-color: rgb(226 232 240 / 0.95); +} +.border-t-slate-200\/100{ + border-top-color: rgb(226 232 240 / 1); +} +.border-t-slate-300\/0{ + border-top-color: rgb(203 213 225 / 0); +} +.border-t-slate-300\/5{ + border-top-color: rgb(203 213 225 / 0.05); +} +.border-t-slate-300\/10{ + border-top-color: rgb(203 213 225 / 0.1); +} +.border-t-slate-300\/20{ + border-top-color: rgb(203 213 225 / 0.2); +} +.border-t-slate-300\/25{ + border-top-color: rgb(203 213 225 / 0.25); +} +.border-t-slate-300\/30{ + border-top-color: rgb(203 213 225 / 0.3); +} +.border-t-slate-300\/40{ + border-top-color: rgb(203 213 225 / 0.4); +} +.border-t-slate-300\/50{ + border-top-color: rgb(203 213 225 / 0.5); +} +.border-t-slate-300\/60{ + border-top-color: rgb(203 213 225 / 0.6); +} +.border-t-slate-300\/70{ + border-top-color: rgb(203 213 225 / 0.7); +} +.border-t-slate-300\/75{ + border-top-color: rgb(203 213 225 / 0.75); +} +.border-t-slate-300\/80{ + border-top-color: rgb(203 213 225 / 0.8); +} +.border-t-slate-300\/90{ + border-top-color: rgb(203 213 225 / 0.9); +} +.border-t-slate-300\/95{ + border-top-color: rgb(203 213 225 / 0.95); +} +.border-t-slate-300\/100{ + border-top-color: rgb(203 213 225 / 1); +} +.border-t-slate-400\/0{ + border-top-color: rgb(148 163 184 / 0); +} +.border-t-slate-400\/5{ + border-top-color: rgb(148 163 184 / 0.05); +} +.border-t-slate-400\/10{ + border-top-color: rgb(148 163 184 / 0.1); +} +.border-t-slate-400\/20{ + border-top-color: rgb(148 163 184 / 0.2); +} +.border-t-slate-400\/25{ + border-top-color: rgb(148 163 184 / 0.25); +} +.border-t-slate-400\/30{ + border-top-color: rgb(148 163 184 / 0.3); +} +.border-t-slate-400\/40{ + border-top-color: rgb(148 163 184 / 0.4); +} +.border-t-slate-400\/50{ + border-top-color: rgb(148 163 184 / 0.5); +} +.border-t-slate-400\/60{ + border-top-color: rgb(148 163 184 / 0.6); +} +.border-t-slate-400\/70{ + border-top-color: rgb(148 163 184 / 0.7); +} +.border-t-slate-400\/75{ + border-top-color: rgb(148 163 184 / 0.75); +} +.border-t-slate-400\/80{ + border-top-color: rgb(148 163 184 / 0.8); +} +.border-t-slate-400\/90{ + border-top-color: rgb(148 163 184 / 0.9); +} +.border-t-slate-400\/95{ + border-top-color: rgb(148 163 184 / 0.95); +} +.border-t-slate-400\/100{ + border-top-color: rgb(148 163 184 / 1); +} +.border-t-slate-500\/0{ + border-top-color: rgb(100 116 139 / 0); +} +.border-t-slate-500\/5{ + border-top-color: rgb(100 116 139 / 0.05); +} +.border-t-slate-500\/10{ + border-top-color: rgb(100 116 139 / 0.1); +} +.border-t-slate-500\/20{ + border-top-color: rgb(100 116 139 / 0.2); +} +.border-t-slate-500\/25{ + border-top-color: rgb(100 116 139 / 0.25); +} +.border-t-slate-500\/30{ + border-top-color: rgb(100 116 139 / 0.3); +} +.border-t-slate-500\/40{ + border-top-color: rgb(100 116 139 / 0.4); +} +.border-t-slate-500\/50{ + border-top-color: rgb(100 116 139 / 0.5); +} +.border-t-slate-500\/60{ + border-top-color: rgb(100 116 139 / 0.6); +} +.border-t-slate-500\/70{ + border-top-color: rgb(100 116 139 / 0.7); +} +.border-t-slate-500\/75{ + border-top-color: rgb(100 116 139 / 0.75); +} +.border-t-slate-500\/80{ + border-top-color: rgb(100 116 139 / 0.8); +} +.border-t-slate-500\/90{ + border-top-color: rgb(100 116 139 / 0.9); +} +.border-t-slate-500\/95{ + border-top-color: rgb(100 116 139 / 0.95); +} +.border-t-slate-500\/100{ + border-top-color: rgb(100 116 139 / 1); +} +.border-t-slate-600\/0{ + border-top-color: rgb(71 85 105 / 0); +} +.border-t-slate-600\/5{ + border-top-color: rgb(71 85 105 / 0.05); +} +.border-t-slate-600\/10{ + border-top-color: rgb(71 85 105 / 0.1); +} +.border-t-slate-600\/20{ + border-top-color: rgb(71 85 105 / 0.2); +} +.border-t-slate-600\/25{ + border-top-color: rgb(71 85 105 / 0.25); +} +.border-t-slate-600\/30{ + border-top-color: rgb(71 85 105 / 0.3); +} +.border-t-slate-600\/40{ + border-top-color: rgb(71 85 105 / 0.4); +} +.border-t-slate-600\/50{ + border-top-color: rgb(71 85 105 / 0.5); +} +.border-t-slate-600\/60{ + border-top-color: rgb(71 85 105 / 0.6); +} +.border-t-slate-600\/70{ + border-top-color: rgb(71 85 105 / 0.7); +} +.border-t-slate-600\/75{ + border-top-color: rgb(71 85 105 / 0.75); +} +.border-t-slate-600\/80{ + border-top-color: rgb(71 85 105 / 0.8); +} +.border-t-slate-600\/90{ + border-top-color: rgb(71 85 105 / 0.9); +} +.border-t-slate-600\/95{ + border-top-color: rgb(71 85 105 / 0.95); +} +.border-t-slate-600\/100{ + border-top-color: rgb(71 85 105 / 1); +} +.border-t-slate-700\/0{ + border-top-color: rgb(51 65 85 / 0); +} +.border-t-slate-700\/5{ + border-top-color: rgb(51 65 85 / 0.05); +} +.border-t-slate-700\/10{ + border-top-color: rgb(51 65 85 / 0.1); +} +.border-t-slate-700\/20{ + border-top-color: rgb(51 65 85 / 0.2); +} +.border-t-slate-700\/25{ + border-top-color: rgb(51 65 85 / 0.25); +} +.border-t-slate-700\/30{ + border-top-color: rgb(51 65 85 / 0.3); +} +.border-t-slate-700\/40{ + border-top-color: rgb(51 65 85 / 0.4); +} +.border-t-slate-700\/50{ + border-top-color: rgb(51 65 85 / 0.5); +} +.border-t-slate-700\/60{ + border-top-color: rgb(51 65 85 / 0.6); +} +.border-t-slate-700\/70{ + border-top-color: rgb(51 65 85 / 0.7); +} +.border-t-slate-700\/75{ + border-top-color: rgb(51 65 85 / 0.75); +} +.border-t-slate-700\/80{ + border-top-color: rgb(51 65 85 / 0.8); +} +.border-t-slate-700\/90{ + border-top-color: rgb(51 65 85 / 0.9); +} +.border-t-slate-700\/95{ + border-top-color: rgb(51 65 85 / 0.95); +} +.border-t-slate-700\/100{ + border-top-color: rgb(51 65 85 / 1); +} +.border-t-slate-800\/0{ + border-top-color: rgb(30 41 59 / 0); +} +.border-t-slate-800\/5{ + border-top-color: rgb(30 41 59 / 0.05); +} +.border-t-slate-800\/10{ + border-top-color: rgb(30 41 59 / 0.1); +} +.border-t-slate-800\/20{ + border-top-color: rgb(30 41 59 / 0.2); +} +.border-t-slate-800\/25{ + border-top-color: rgb(30 41 59 / 0.25); +} +.border-t-slate-800\/30{ + border-top-color: rgb(30 41 59 / 0.3); +} +.border-t-slate-800\/40{ + border-top-color: rgb(30 41 59 / 0.4); +} +.border-t-slate-800\/50{ + border-top-color: rgb(30 41 59 / 0.5); +} +.border-t-slate-800\/60{ + border-top-color: rgb(30 41 59 / 0.6); +} +.border-t-slate-800\/70{ + border-top-color: rgb(30 41 59 / 0.7); +} +.border-t-slate-800\/75{ + border-top-color: rgb(30 41 59 / 0.75); +} +.border-t-slate-800\/80{ + border-top-color: rgb(30 41 59 / 0.8); +} +.border-t-slate-800\/90{ + border-top-color: rgb(30 41 59 / 0.9); +} +.border-t-slate-800\/95{ + border-top-color: rgb(30 41 59 / 0.95); +} +.border-t-slate-800\/100{ + border-top-color: rgb(30 41 59 / 1); +} +.border-t-slate-900\/0{ + border-top-color: rgb(15 23 42 / 0); +} +.border-t-slate-900\/5{ + border-top-color: rgb(15 23 42 / 0.05); +} +.border-t-slate-900\/10{ + border-top-color: rgb(15 23 42 / 0.1); +} +.border-t-slate-900\/20{ + border-top-color: rgb(15 23 42 / 0.2); +} +.border-t-slate-900\/25{ + border-top-color: rgb(15 23 42 / 0.25); +} +.border-t-slate-900\/30{ + border-top-color: rgb(15 23 42 / 0.3); +} +.border-t-slate-900\/40{ + border-top-color: rgb(15 23 42 / 0.4); +} +.border-t-slate-900\/50{ + border-top-color: rgb(15 23 42 / 0.5); +} +.border-t-slate-900\/60{ + border-top-color: rgb(15 23 42 / 0.6); +} +.border-t-slate-900\/70{ + border-top-color: rgb(15 23 42 / 0.7); +} +.border-t-slate-900\/75{ + border-top-color: rgb(15 23 42 / 0.75); +} +.border-t-slate-900\/80{ + border-top-color: rgb(15 23 42 / 0.8); +} +.border-t-slate-900\/90{ + border-top-color: rgb(15 23 42 / 0.9); +} +.border-t-slate-900\/95{ + border-top-color: rgb(15 23 42 / 0.95); +} +.border-t-slate-900\/100{ + border-top-color: rgb(15 23 42 / 1); +} +.border-t-gray-50\/0{ + border-top-color: rgb(249 250 251 / 0); +} +.border-t-gray-50\/5{ + border-top-color: rgb(249 250 251 / 0.05); +} +.border-t-gray-50\/10{ + border-top-color: rgb(249 250 251 / 0.1); +} +.border-t-gray-50\/20{ + border-top-color: rgb(249 250 251 / 0.2); +} +.border-t-gray-50\/25{ + border-top-color: rgb(249 250 251 / 0.25); +} +.border-t-gray-50\/30{ + border-top-color: rgb(249 250 251 / 0.3); +} +.border-t-gray-50\/40{ + border-top-color: rgb(249 250 251 / 0.4); +} +.border-t-gray-50\/50{ + border-top-color: rgb(249 250 251 / 0.5); +} +.border-t-gray-50\/60{ + border-top-color: rgb(249 250 251 / 0.6); +} +.border-t-gray-50\/70{ + border-top-color: rgb(249 250 251 / 0.7); +} +.border-t-gray-50\/75{ + border-top-color: rgb(249 250 251 / 0.75); +} +.border-t-gray-50\/80{ + border-top-color: rgb(249 250 251 / 0.8); +} +.border-t-gray-50\/90{ + border-top-color: rgb(249 250 251 / 0.9); +} +.border-t-gray-50\/95{ + border-top-color: rgb(249 250 251 / 0.95); +} +.border-t-gray-50\/100{ + border-top-color: rgb(249 250 251 / 1); +} +.border-t-gray-100\/0{ + border-top-color: rgb(243 244 246 / 0); +} +.border-t-gray-100\/5{ + border-top-color: rgb(243 244 246 / 0.05); +} +.border-t-gray-100\/10{ + border-top-color: rgb(243 244 246 / 0.1); +} +.border-t-gray-100\/20{ + border-top-color: rgb(243 244 246 / 0.2); +} +.border-t-gray-100\/25{ + border-top-color: rgb(243 244 246 / 0.25); +} +.border-t-gray-100\/30{ + border-top-color: rgb(243 244 246 / 0.3); +} +.border-t-gray-100\/40{ + border-top-color: rgb(243 244 246 / 0.4); +} +.border-t-gray-100\/50{ + border-top-color: rgb(243 244 246 / 0.5); +} +.border-t-gray-100\/60{ + border-top-color: rgb(243 244 246 / 0.6); +} +.border-t-gray-100\/70{ + border-top-color: rgb(243 244 246 / 0.7); +} +.border-t-gray-100\/75{ + border-top-color: rgb(243 244 246 / 0.75); +} +.border-t-gray-100\/80{ + border-top-color: rgb(243 244 246 / 0.8); +} +.border-t-gray-100\/90{ + border-top-color: rgb(243 244 246 / 0.9); +} +.border-t-gray-100\/95{ + border-top-color: rgb(243 244 246 / 0.95); +} +.border-t-gray-100\/100{ + border-top-color: rgb(243 244 246 / 1); +} +.border-t-gray-200\/0{ + border-top-color: rgb(229 231 235 / 0); +} +.border-t-gray-200\/5{ + border-top-color: rgb(229 231 235 / 0.05); +} +.border-t-gray-200\/10{ + border-top-color: rgb(229 231 235 / 0.1); +} +.border-t-gray-200\/20{ + border-top-color: rgb(229 231 235 / 0.2); +} +.border-t-gray-200\/25{ + border-top-color: rgb(229 231 235 / 0.25); +} +.border-t-gray-200\/30{ + border-top-color: rgb(229 231 235 / 0.3); +} +.border-t-gray-200\/40{ + border-top-color: rgb(229 231 235 / 0.4); +} +.border-t-gray-200\/50{ + border-top-color: rgb(229 231 235 / 0.5); +} +.border-t-gray-200\/60{ + border-top-color: rgb(229 231 235 / 0.6); +} +.border-t-gray-200\/70{ + border-top-color: rgb(229 231 235 / 0.7); +} +.border-t-gray-200\/75{ + border-top-color: rgb(229 231 235 / 0.75); +} +.border-t-gray-200\/80{ + border-top-color: rgb(229 231 235 / 0.8); +} +.border-t-gray-200\/90{ + border-top-color: rgb(229 231 235 / 0.9); +} +.border-t-gray-200\/95{ + border-top-color: rgb(229 231 235 / 0.95); +} +.border-t-gray-200\/100{ + border-top-color: rgb(229 231 235 / 1); +} +.border-t-gray-300\/0{ + border-top-color: rgb(209 213 219 / 0); +} +.border-t-gray-300\/5{ + border-top-color: rgb(209 213 219 / 0.05); +} +.border-t-gray-300\/10{ + border-top-color: rgb(209 213 219 / 0.1); +} +.border-t-gray-300\/20{ + border-top-color: rgb(209 213 219 / 0.2); +} +.border-t-gray-300\/25{ + border-top-color: rgb(209 213 219 / 0.25); +} +.border-t-gray-300\/30{ + border-top-color: rgb(209 213 219 / 0.3); +} +.border-t-gray-300\/40{ + border-top-color: rgb(209 213 219 / 0.4); +} +.border-t-gray-300\/50{ + border-top-color: rgb(209 213 219 / 0.5); +} +.border-t-gray-300\/60{ + border-top-color: rgb(209 213 219 / 0.6); +} +.border-t-gray-300\/70{ + border-top-color: rgb(209 213 219 / 0.7); +} +.border-t-gray-300\/75{ + border-top-color: rgb(209 213 219 / 0.75); +} +.border-t-gray-300\/80{ + border-top-color: rgb(209 213 219 / 0.8); +} +.border-t-gray-300\/90{ + border-top-color: rgb(209 213 219 / 0.9); +} +.border-t-gray-300\/95{ + border-top-color: rgb(209 213 219 / 0.95); +} +.border-t-gray-300\/100{ + border-top-color: rgb(209 213 219 / 1); +} +.border-t-gray-400\/0{ + border-top-color: rgb(156 163 175 / 0); +} +.border-t-gray-400\/5{ + border-top-color: rgb(156 163 175 / 0.05); +} +.border-t-gray-400\/10{ + border-top-color: rgb(156 163 175 / 0.1); +} +.border-t-gray-400\/20{ + border-top-color: rgb(156 163 175 / 0.2); +} +.border-t-gray-400\/25{ + border-top-color: rgb(156 163 175 / 0.25); +} +.border-t-gray-400\/30{ + border-top-color: rgb(156 163 175 / 0.3); +} +.border-t-gray-400\/40{ + border-top-color: rgb(156 163 175 / 0.4); +} +.border-t-gray-400\/50{ + border-top-color: rgb(156 163 175 / 0.5); +} +.border-t-gray-400\/60{ + border-top-color: rgb(156 163 175 / 0.6); +} +.border-t-gray-400\/70{ + border-top-color: rgb(156 163 175 / 0.7); +} +.border-t-gray-400\/75{ + border-top-color: rgb(156 163 175 / 0.75); +} +.border-t-gray-400\/80{ + border-top-color: rgb(156 163 175 / 0.8); +} +.border-t-gray-400\/90{ + border-top-color: rgb(156 163 175 / 0.9); +} +.border-t-gray-400\/95{ + border-top-color: rgb(156 163 175 / 0.95); +} +.border-t-gray-400\/100{ + border-top-color: rgb(156 163 175 / 1); +} +.border-t-gray-500\/0{ + border-top-color: rgb(107 114 128 / 0); +} +.border-t-gray-500\/5{ + border-top-color: rgb(107 114 128 / 0.05); +} +.border-t-gray-500\/10{ + border-top-color: rgb(107 114 128 / 0.1); +} +.border-t-gray-500\/20{ + border-top-color: rgb(107 114 128 / 0.2); +} +.border-t-gray-500\/25{ + border-top-color: rgb(107 114 128 / 0.25); +} +.border-t-gray-500\/30{ + border-top-color: rgb(107 114 128 / 0.3); +} +.border-t-gray-500\/40{ + border-top-color: rgb(107 114 128 / 0.4); +} +.border-t-gray-500\/50{ + border-top-color: rgb(107 114 128 / 0.5); +} +.border-t-gray-500\/60{ + border-top-color: rgb(107 114 128 / 0.6); +} +.border-t-gray-500\/70{ + border-top-color: rgb(107 114 128 / 0.7); +} +.border-t-gray-500\/75{ + border-top-color: rgb(107 114 128 / 0.75); +} +.border-t-gray-500\/80{ + border-top-color: rgb(107 114 128 / 0.8); +} +.border-t-gray-500\/90{ + border-top-color: rgb(107 114 128 / 0.9); +} +.border-t-gray-500\/95{ + border-top-color: rgb(107 114 128 / 0.95); +} +.border-t-gray-500\/100{ + border-top-color: rgb(107 114 128 / 1); +} +.border-t-gray-600\/0{ + border-top-color: rgb(75 85 99 / 0); +} +.border-t-gray-600\/5{ + border-top-color: rgb(75 85 99 / 0.05); +} +.border-t-gray-600\/10{ + border-top-color: rgb(75 85 99 / 0.1); +} +.border-t-gray-600\/20{ + border-top-color: rgb(75 85 99 / 0.2); +} +.border-t-gray-600\/25{ + border-top-color: rgb(75 85 99 / 0.25); +} +.border-t-gray-600\/30{ + border-top-color: rgb(75 85 99 / 0.3); +} +.border-t-gray-600\/40{ + border-top-color: rgb(75 85 99 / 0.4); +} +.border-t-gray-600\/50{ + border-top-color: rgb(75 85 99 / 0.5); +} +.border-t-gray-600\/60{ + border-top-color: rgb(75 85 99 / 0.6); +} +.border-t-gray-600\/70{ + border-top-color: rgb(75 85 99 / 0.7); +} +.border-t-gray-600\/75{ + border-top-color: rgb(75 85 99 / 0.75); +} +.border-t-gray-600\/80{ + border-top-color: rgb(75 85 99 / 0.8); +} +.border-t-gray-600\/90{ + border-top-color: rgb(75 85 99 / 0.9); +} +.border-t-gray-600\/95{ + border-top-color: rgb(75 85 99 / 0.95); +} +.border-t-gray-600\/100{ + border-top-color: rgb(75 85 99 / 1); +} +.border-t-gray-700\/0{ + border-top-color: rgb(55 65 81 / 0); +} +.border-t-gray-700\/5{ + border-top-color: rgb(55 65 81 / 0.05); +} +.border-t-gray-700\/10{ + border-top-color: rgb(55 65 81 / 0.1); +} +.border-t-gray-700\/20{ + border-top-color: rgb(55 65 81 / 0.2); +} +.border-t-gray-700\/25{ + border-top-color: rgb(55 65 81 / 0.25); +} +.border-t-gray-700\/30{ + border-top-color: rgb(55 65 81 / 0.3); +} +.border-t-gray-700\/40{ + border-top-color: rgb(55 65 81 / 0.4); +} +.border-t-gray-700\/50{ + border-top-color: rgb(55 65 81 / 0.5); +} +.border-t-gray-700\/60{ + border-top-color: rgb(55 65 81 / 0.6); +} +.border-t-gray-700\/70{ + border-top-color: rgb(55 65 81 / 0.7); +} +.border-t-gray-700\/75{ + border-top-color: rgb(55 65 81 / 0.75); +} +.border-t-gray-700\/80{ + border-top-color: rgb(55 65 81 / 0.8); +} +.border-t-gray-700\/90{ + border-top-color: rgb(55 65 81 / 0.9); +} +.border-t-gray-700\/95{ + border-top-color: rgb(55 65 81 / 0.95); +} +.border-t-gray-700\/100{ + border-top-color: rgb(55 65 81 / 1); +} +.border-t-gray-800\/0{ + border-top-color: rgb(31 41 55 / 0); +} +.border-t-gray-800\/5{ + border-top-color: rgb(31 41 55 / 0.05); +} +.border-t-gray-800\/10{ + border-top-color: rgb(31 41 55 / 0.1); +} +.border-t-gray-800\/20{ + border-top-color: rgb(31 41 55 / 0.2); +} +.border-t-gray-800\/25{ + border-top-color: rgb(31 41 55 / 0.25); +} +.border-t-gray-800\/30{ + border-top-color: rgb(31 41 55 / 0.3); +} +.border-t-gray-800\/40{ + border-top-color: rgb(31 41 55 / 0.4); +} +.border-t-gray-800\/50{ + border-top-color: rgb(31 41 55 / 0.5); +} +.border-t-gray-800\/60{ + border-top-color: rgb(31 41 55 / 0.6); +} +.border-t-gray-800\/70{ + border-top-color: rgb(31 41 55 / 0.7); +} +.border-t-gray-800\/75{ + border-top-color: rgb(31 41 55 / 0.75); +} +.border-t-gray-800\/80{ + border-top-color: rgb(31 41 55 / 0.8); +} +.border-t-gray-800\/90{ + border-top-color: rgb(31 41 55 / 0.9); +} +.border-t-gray-800\/95{ + border-top-color: rgb(31 41 55 / 0.95); +} +.border-t-gray-800\/100{ + border-top-color: rgb(31 41 55 / 1); +} +.border-t-gray-900\/0{ + border-top-color: rgb(17 24 39 / 0); +} +.border-t-gray-900\/5{ + border-top-color: rgb(17 24 39 / 0.05); +} +.border-t-gray-900\/10{ + border-top-color: rgb(17 24 39 / 0.1); +} +.border-t-gray-900\/20{ + border-top-color: rgb(17 24 39 / 0.2); +} +.border-t-gray-900\/25{ + border-top-color: rgb(17 24 39 / 0.25); +} +.border-t-gray-900\/30{ + border-top-color: rgb(17 24 39 / 0.3); +} +.border-t-gray-900\/40{ + border-top-color: rgb(17 24 39 / 0.4); +} +.border-t-gray-900\/50{ + border-top-color: rgb(17 24 39 / 0.5); +} +.border-t-gray-900\/60{ + border-top-color: rgb(17 24 39 / 0.6); +} +.border-t-gray-900\/70{ + border-top-color: rgb(17 24 39 / 0.7); +} +.border-t-gray-900\/75{ + border-top-color: rgb(17 24 39 / 0.75); +} +.border-t-gray-900\/80{ + border-top-color: rgb(17 24 39 / 0.8); +} +.border-t-gray-900\/90{ + border-top-color: rgb(17 24 39 / 0.9); +} +.border-t-gray-900\/95{ + border-top-color: rgb(17 24 39 / 0.95); +} +.border-t-gray-900\/100{ + border-top-color: rgb(17 24 39 / 1); +} +.border-t-zinc-50\/0{ + border-top-color: rgb(250 250 250 / 0); +} +.border-t-zinc-50\/5{ + border-top-color: rgb(250 250 250 / 0.05); +} +.border-t-zinc-50\/10{ + border-top-color: rgb(250 250 250 / 0.1); +} +.border-t-zinc-50\/20{ + border-top-color: rgb(250 250 250 / 0.2); +} +.border-t-zinc-50\/25{ + border-top-color: rgb(250 250 250 / 0.25); +} +.border-t-zinc-50\/30{ + border-top-color: rgb(250 250 250 / 0.3); +} +.border-t-zinc-50\/40{ + border-top-color: rgb(250 250 250 / 0.4); +} +.border-t-zinc-50\/50{ + border-top-color: rgb(250 250 250 / 0.5); +} +.border-t-zinc-50\/60{ + border-top-color: rgb(250 250 250 / 0.6); +} +.border-t-zinc-50\/70{ + border-top-color: rgb(250 250 250 / 0.7); +} +.border-t-zinc-50\/75{ + border-top-color: rgb(250 250 250 / 0.75); +} +.border-t-zinc-50\/80{ + border-top-color: rgb(250 250 250 / 0.8); +} +.border-t-zinc-50\/90{ + border-top-color: rgb(250 250 250 / 0.9); +} +.border-t-zinc-50\/95{ + border-top-color: rgb(250 250 250 / 0.95); +} +.border-t-zinc-50\/100{ + border-top-color: rgb(250 250 250 / 1); +} +.border-t-zinc-100\/0{ + border-top-color: rgb(244 244 245 / 0); +} +.border-t-zinc-100\/5{ + border-top-color: rgb(244 244 245 / 0.05); +} +.border-t-zinc-100\/10{ + border-top-color: rgb(244 244 245 / 0.1); +} +.border-t-zinc-100\/20{ + border-top-color: rgb(244 244 245 / 0.2); +} +.border-t-zinc-100\/25{ + border-top-color: rgb(244 244 245 / 0.25); +} +.border-t-zinc-100\/30{ + border-top-color: rgb(244 244 245 / 0.3); +} +.border-t-zinc-100\/40{ + border-top-color: rgb(244 244 245 / 0.4); +} +.border-t-zinc-100\/50{ + border-top-color: rgb(244 244 245 / 0.5); +} +.border-t-zinc-100\/60{ + border-top-color: rgb(244 244 245 / 0.6); +} +.border-t-zinc-100\/70{ + border-top-color: rgb(244 244 245 / 0.7); +} +.border-t-zinc-100\/75{ + border-top-color: rgb(244 244 245 / 0.75); +} +.border-t-zinc-100\/80{ + border-top-color: rgb(244 244 245 / 0.8); +} +.border-t-zinc-100\/90{ + border-top-color: rgb(244 244 245 / 0.9); +} +.border-t-zinc-100\/95{ + border-top-color: rgb(244 244 245 / 0.95); +} +.border-t-zinc-100\/100{ + border-top-color: rgb(244 244 245 / 1); +} +.border-t-zinc-200\/0{ + border-top-color: rgb(228 228 231 / 0); +} +.border-t-zinc-200\/5{ + border-top-color: rgb(228 228 231 / 0.05); +} +.border-t-zinc-200\/10{ + border-top-color: rgb(228 228 231 / 0.1); +} +.border-t-zinc-200\/20{ + border-top-color: rgb(228 228 231 / 0.2); +} +.border-t-zinc-200\/25{ + border-top-color: rgb(228 228 231 / 0.25); +} +.border-t-zinc-200\/30{ + border-top-color: rgb(228 228 231 / 0.3); +} +.border-t-zinc-200\/40{ + border-top-color: rgb(228 228 231 / 0.4); +} +.border-t-zinc-200\/50{ + border-top-color: rgb(228 228 231 / 0.5); +} +.border-t-zinc-200\/60{ + border-top-color: rgb(228 228 231 / 0.6); +} +.border-t-zinc-200\/70{ + border-top-color: rgb(228 228 231 / 0.7); +} +.border-t-zinc-200\/75{ + border-top-color: rgb(228 228 231 / 0.75); +} +.border-t-zinc-200\/80{ + border-top-color: rgb(228 228 231 / 0.8); +} +.border-t-zinc-200\/90{ + border-top-color: rgb(228 228 231 / 0.9); +} +.border-t-zinc-200\/95{ + border-top-color: rgb(228 228 231 / 0.95); +} +.border-t-zinc-200\/100{ + border-top-color: rgb(228 228 231 / 1); +} +.border-t-zinc-300\/0{ + border-top-color: rgb(212 212 216 / 0); +} +.border-t-zinc-300\/5{ + border-top-color: rgb(212 212 216 / 0.05); +} +.border-t-zinc-300\/10{ + border-top-color: rgb(212 212 216 / 0.1); +} +.border-t-zinc-300\/20{ + border-top-color: rgb(212 212 216 / 0.2); +} +.border-t-zinc-300\/25{ + border-top-color: rgb(212 212 216 / 0.25); +} +.border-t-zinc-300\/30{ + border-top-color: rgb(212 212 216 / 0.3); +} +.border-t-zinc-300\/40{ + border-top-color: rgb(212 212 216 / 0.4); +} +.border-t-zinc-300\/50{ + border-top-color: rgb(212 212 216 / 0.5); +} +.border-t-zinc-300\/60{ + border-top-color: rgb(212 212 216 / 0.6); +} +.border-t-zinc-300\/70{ + border-top-color: rgb(212 212 216 / 0.7); +} +.border-t-zinc-300\/75{ + border-top-color: rgb(212 212 216 / 0.75); +} +.border-t-zinc-300\/80{ + border-top-color: rgb(212 212 216 / 0.8); +} +.border-t-zinc-300\/90{ + border-top-color: rgb(212 212 216 / 0.9); +} +.border-t-zinc-300\/95{ + border-top-color: rgb(212 212 216 / 0.95); +} +.border-t-zinc-300\/100{ + border-top-color: rgb(212 212 216 / 1); +} +.border-t-zinc-400\/0{ + border-top-color: rgb(161 161 170 / 0); +} +.border-t-zinc-400\/5{ + border-top-color: rgb(161 161 170 / 0.05); +} +.border-t-zinc-400\/10{ + border-top-color: rgb(161 161 170 / 0.1); +} +.border-t-zinc-400\/20{ + border-top-color: rgb(161 161 170 / 0.2); +} +.border-t-zinc-400\/25{ + border-top-color: rgb(161 161 170 / 0.25); +} +.border-t-zinc-400\/30{ + border-top-color: rgb(161 161 170 / 0.3); +} +.border-t-zinc-400\/40{ + border-top-color: rgb(161 161 170 / 0.4); +} +.border-t-zinc-400\/50{ + border-top-color: rgb(161 161 170 / 0.5); +} +.border-t-zinc-400\/60{ + border-top-color: rgb(161 161 170 / 0.6); +} +.border-t-zinc-400\/70{ + border-top-color: rgb(161 161 170 / 0.7); +} +.border-t-zinc-400\/75{ + border-top-color: rgb(161 161 170 / 0.75); +} +.border-t-zinc-400\/80{ + border-top-color: rgb(161 161 170 / 0.8); +} +.border-t-zinc-400\/90{ + border-top-color: rgb(161 161 170 / 0.9); +} +.border-t-zinc-400\/95{ + border-top-color: rgb(161 161 170 / 0.95); +} +.border-t-zinc-400\/100{ + border-top-color: rgb(161 161 170 / 1); +} +.border-t-zinc-500\/0{ + border-top-color: rgb(113 113 122 / 0); +} +.border-t-zinc-500\/5{ + border-top-color: rgb(113 113 122 / 0.05); +} +.border-t-zinc-500\/10{ + border-top-color: rgb(113 113 122 / 0.1); +} +.border-t-zinc-500\/20{ + border-top-color: rgb(113 113 122 / 0.2); +} +.border-t-zinc-500\/25{ + border-top-color: rgb(113 113 122 / 0.25); +} +.border-t-zinc-500\/30{ + border-top-color: rgb(113 113 122 / 0.3); +} +.border-t-zinc-500\/40{ + border-top-color: rgb(113 113 122 / 0.4); +} +.border-t-zinc-500\/50{ + border-top-color: rgb(113 113 122 / 0.5); +} +.border-t-zinc-500\/60{ + border-top-color: rgb(113 113 122 / 0.6); +} +.border-t-zinc-500\/70{ + border-top-color: rgb(113 113 122 / 0.7); +} +.border-t-zinc-500\/75{ + border-top-color: rgb(113 113 122 / 0.75); +} +.border-t-zinc-500\/80{ + border-top-color: rgb(113 113 122 / 0.8); +} +.border-t-zinc-500\/90{ + border-top-color: rgb(113 113 122 / 0.9); +} +.border-t-zinc-500\/95{ + border-top-color: rgb(113 113 122 / 0.95); +} +.border-t-zinc-500\/100{ + border-top-color: rgb(113 113 122 / 1); +} +.border-t-zinc-600\/0{ + border-top-color: rgb(82 82 91 / 0); +} +.border-t-zinc-600\/5{ + border-top-color: rgb(82 82 91 / 0.05); +} +.border-t-zinc-600\/10{ + border-top-color: rgb(82 82 91 / 0.1); +} +.border-t-zinc-600\/20{ + border-top-color: rgb(82 82 91 / 0.2); +} +.border-t-zinc-600\/25{ + border-top-color: rgb(82 82 91 / 0.25); +} +.border-t-zinc-600\/30{ + border-top-color: rgb(82 82 91 / 0.3); +} +.border-t-zinc-600\/40{ + border-top-color: rgb(82 82 91 / 0.4); +} +.border-t-zinc-600\/50{ + border-top-color: rgb(82 82 91 / 0.5); +} +.border-t-zinc-600\/60{ + border-top-color: rgb(82 82 91 / 0.6); +} +.border-t-zinc-600\/70{ + border-top-color: rgb(82 82 91 / 0.7); +} +.border-t-zinc-600\/75{ + border-top-color: rgb(82 82 91 / 0.75); +} +.border-t-zinc-600\/80{ + border-top-color: rgb(82 82 91 / 0.8); +} +.border-t-zinc-600\/90{ + border-top-color: rgb(82 82 91 / 0.9); +} +.border-t-zinc-600\/95{ + border-top-color: rgb(82 82 91 / 0.95); +} +.border-t-zinc-600\/100{ + border-top-color: rgb(82 82 91 / 1); +} +.border-t-zinc-700\/0{ + border-top-color: rgb(63 63 70 / 0); +} +.border-t-zinc-700\/5{ + border-top-color: rgb(63 63 70 / 0.05); +} +.border-t-zinc-700\/10{ + border-top-color: rgb(63 63 70 / 0.1); +} +.border-t-zinc-700\/20{ + border-top-color: rgb(63 63 70 / 0.2); +} +.border-t-zinc-700\/25{ + border-top-color: rgb(63 63 70 / 0.25); +} +.border-t-zinc-700\/30{ + border-top-color: rgb(63 63 70 / 0.3); +} +.border-t-zinc-700\/40{ + border-top-color: rgb(63 63 70 / 0.4); +} +.border-t-zinc-700\/50{ + border-top-color: rgb(63 63 70 / 0.5); +} +.border-t-zinc-700\/60{ + border-top-color: rgb(63 63 70 / 0.6); +} +.border-t-zinc-700\/70{ + border-top-color: rgb(63 63 70 / 0.7); +} +.border-t-zinc-700\/75{ + border-top-color: rgb(63 63 70 / 0.75); +} +.border-t-zinc-700\/80{ + border-top-color: rgb(63 63 70 / 0.8); +} +.border-t-zinc-700\/90{ + border-top-color: rgb(63 63 70 / 0.9); +} +.border-t-zinc-700\/95{ + border-top-color: rgb(63 63 70 / 0.95); +} +.border-t-zinc-700\/100{ + border-top-color: rgb(63 63 70 / 1); +} +.border-t-zinc-800\/0{ + border-top-color: rgb(39 39 42 / 0); +} +.border-t-zinc-800\/5{ + border-top-color: rgb(39 39 42 / 0.05); +} +.border-t-zinc-800\/10{ + border-top-color: rgb(39 39 42 / 0.1); +} +.border-t-zinc-800\/20{ + border-top-color: rgb(39 39 42 / 0.2); +} +.border-t-zinc-800\/25{ + border-top-color: rgb(39 39 42 / 0.25); +} +.border-t-zinc-800\/30{ + border-top-color: rgb(39 39 42 / 0.3); +} +.border-t-zinc-800\/40{ + border-top-color: rgb(39 39 42 / 0.4); +} +.border-t-zinc-800\/50{ + border-top-color: rgb(39 39 42 / 0.5); +} +.border-t-zinc-800\/60{ + border-top-color: rgb(39 39 42 / 0.6); +} +.border-t-zinc-800\/70{ + border-top-color: rgb(39 39 42 / 0.7); +} +.border-t-zinc-800\/75{ + border-top-color: rgb(39 39 42 / 0.75); +} +.border-t-zinc-800\/80{ + border-top-color: rgb(39 39 42 / 0.8); +} +.border-t-zinc-800\/90{ + border-top-color: rgb(39 39 42 / 0.9); +} +.border-t-zinc-800\/95{ + border-top-color: rgb(39 39 42 / 0.95); +} +.border-t-zinc-800\/100{ + border-top-color: rgb(39 39 42 / 1); +} +.border-t-zinc-900\/0{ + border-top-color: rgb(24 24 27 / 0); +} +.border-t-zinc-900\/5{ + border-top-color: rgb(24 24 27 / 0.05); +} +.border-t-zinc-900\/10{ + border-top-color: rgb(24 24 27 / 0.1); +} +.border-t-zinc-900\/20{ + border-top-color: rgb(24 24 27 / 0.2); +} +.border-t-zinc-900\/25{ + border-top-color: rgb(24 24 27 / 0.25); +} +.border-t-zinc-900\/30{ + border-top-color: rgb(24 24 27 / 0.3); +} +.border-t-zinc-900\/40{ + border-top-color: rgb(24 24 27 / 0.4); +} +.border-t-zinc-900\/50{ + border-top-color: rgb(24 24 27 / 0.5); +} +.border-t-zinc-900\/60{ + border-top-color: rgb(24 24 27 / 0.6); +} +.border-t-zinc-900\/70{ + border-top-color: rgb(24 24 27 / 0.7); +} +.border-t-zinc-900\/75{ + border-top-color: rgb(24 24 27 / 0.75); +} +.border-t-zinc-900\/80{ + border-top-color: rgb(24 24 27 / 0.8); +} +.border-t-zinc-900\/90{ + border-top-color: rgb(24 24 27 / 0.9); +} +.border-t-zinc-900\/95{ + border-top-color: rgb(24 24 27 / 0.95); +} +.border-t-zinc-900\/100{ + border-top-color: rgb(24 24 27 / 1); +} +.border-t-neutral-50\/0{ + border-top-color: rgb(250 250 250 / 0); +} +.border-t-neutral-50\/5{ + border-top-color: rgb(250 250 250 / 0.05); +} +.border-t-neutral-50\/10{ + border-top-color: rgb(250 250 250 / 0.1); +} +.border-t-neutral-50\/20{ + border-top-color: rgb(250 250 250 / 0.2); +} +.border-t-neutral-50\/25{ + border-top-color: rgb(250 250 250 / 0.25); +} +.border-t-neutral-50\/30{ + border-top-color: rgb(250 250 250 / 0.3); +} +.border-t-neutral-50\/40{ + border-top-color: rgb(250 250 250 / 0.4); +} +.border-t-neutral-50\/50{ + border-top-color: rgb(250 250 250 / 0.5); +} +.border-t-neutral-50\/60{ + border-top-color: rgb(250 250 250 / 0.6); +} +.border-t-neutral-50\/70{ + border-top-color: rgb(250 250 250 / 0.7); +} +.border-t-neutral-50\/75{ + border-top-color: rgb(250 250 250 / 0.75); +} +.border-t-neutral-50\/80{ + border-top-color: rgb(250 250 250 / 0.8); +} +.border-t-neutral-50\/90{ + border-top-color: rgb(250 250 250 / 0.9); +} +.border-t-neutral-50\/95{ + border-top-color: rgb(250 250 250 / 0.95); +} +.border-t-neutral-50\/100{ + border-top-color: rgb(250 250 250 / 1); +} +.border-t-neutral-100\/0{ + border-top-color: rgb(245 245 245 / 0); +} +.border-t-neutral-100\/5{ + border-top-color: rgb(245 245 245 / 0.05); +} +.border-t-neutral-100\/10{ + border-top-color: rgb(245 245 245 / 0.1); +} +.border-t-neutral-100\/20{ + border-top-color: rgb(245 245 245 / 0.2); +} +.border-t-neutral-100\/25{ + border-top-color: rgb(245 245 245 / 0.25); +} +.border-t-neutral-100\/30{ + border-top-color: rgb(245 245 245 / 0.3); +} +.border-t-neutral-100\/40{ + border-top-color: rgb(245 245 245 / 0.4); +} +.border-t-neutral-100\/50{ + border-top-color: rgb(245 245 245 / 0.5); +} +.border-t-neutral-100\/60{ + border-top-color: rgb(245 245 245 / 0.6); +} +.border-t-neutral-100\/70{ + border-top-color: rgb(245 245 245 / 0.7); +} +.border-t-neutral-100\/75{ + border-top-color: rgb(245 245 245 / 0.75); +} +.border-t-neutral-100\/80{ + border-top-color: rgb(245 245 245 / 0.8); +} +.border-t-neutral-100\/90{ + border-top-color: rgb(245 245 245 / 0.9); +} +.border-t-neutral-100\/95{ + border-top-color: rgb(245 245 245 / 0.95); +} +.border-t-neutral-100\/100{ + border-top-color: rgb(245 245 245 / 1); +} +.border-t-neutral-200\/0{ + border-top-color: rgb(229 229 229 / 0); +} +.border-t-neutral-200\/5{ + border-top-color: rgb(229 229 229 / 0.05); +} +.border-t-neutral-200\/10{ + border-top-color: rgb(229 229 229 / 0.1); +} +.border-t-neutral-200\/20{ + border-top-color: rgb(229 229 229 / 0.2); +} +.border-t-neutral-200\/25{ + border-top-color: rgb(229 229 229 / 0.25); +} +.border-t-neutral-200\/30{ + border-top-color: rgb(229 229 229 / 0.3); +} +.border-t-neutral-200\/40{ + border-top-color: rgb(229 229 229 / 0.4); +} +.border-t-neutral-200\/50{ + border-top-color: rgb(229 229 229 / 0.5); +} +.border-t-neutral-200\/60{ + border-top-color: rgb(229 229 229 / 0.6); +} +.border-t-neutral-200\/70{ + border-top-color: rgb(229 229 229 / 0.7); +} +.border-t-neutral-200\/75{ + border-top-color: rgb(229 229 229 / 0.75); +} +.border-t-neutral-200\/80{ + border-top-color: rgb(229 229 229 / 0.8); +} +.border-t-neutral-200\/90{ + border-top-color: rgb(229 229 229 / 0.9); +} +.border-t-neutral-200\/95{ + border-top-color: rgb(229 229 229 / 0.95); +} +.border-t-neutral-200\/100{ + border-top-color: rgb(229 229 229 / 1); +} +.border-t-neutral-300\/0{ + border-top-color: rgb(212 212 212 / 0); +} +.border-t-neutral-300\/5{ + border-top-color: rgb(212 212 212 / 0.05); +} +.border-t-neutral-300\/10{ + border-top-color: rgb(212 212 212 / 0.1); +} +.border-t-neutral-300\/20{ + border-top-color: rgb(212 212 212 / 0.2); +} +.border-t-neutral-300\/25{ + border-top-color: rgb(212 212 212 / 0.25); +} +.border-t-neutral-300\/30{ + border-top-color: rgb(212 212 212 / 0.3); +} +.border-t-neutral-300\/40{ + border-top-color: rgb(212 212 212 / 0.4); +} +.border-t-neutral-300\/50{ + border-top-color: rgb(212 212 212 / 0.5); +} +.border-t-neutral-300\/60{ + border-top-color: rgb(212 212 212 / 0.6); +} +.border-t-neutral-300\/70{ + border-top-color: rgb(212 212 212 / 0.7); +} +.border-t-neutral-300\/75{ + border-top-color: rgb(212 212 212 / 0.75); +} +.border-t-neutral-300\/80{ + border-top-color: rgb(212 212 212 / 0.8); +} +.border-t-neutral-300\/90{ + border-top-color: rgb(212 212 212 / 0.9); +} +.border-t-neutral-300\/95{ + border-top-color: rgb(212 212 212 / 0.95); +} +.border-t-neutral-300\/100{ + border-top-color: rgb(212 212 212 / 1); +} +.border-t-neutral-400\/0{ + border-top-color: rgb(163 163 163 / 0); +} +.border-t-neutral-400\/5{ + border-top-color: rgb(163 163 163 / 0.05); +} +.border-t-neutral-400\/10{ + border-top-color: rgb(163 163 163 / 0.1); +} +.border-t-neutral-400\/20{ + border-top-color: rgb(163 163 163 / 0.2); +} +.border-t-neutral-400\/25{ + border-top-color: rgb(163 163 163 / 0.25); +} +.border-t-neutral-400\/30{ + border-top-color: rgb(163 163 163 / 0.3); +} +.border-t-neutral-400\/40{ + border-top-color: rgb(163 163 163 / 0.4); +} +.border-t-neutral-400\/50{ + border-top-color: rgb(163 163 163 / 0.5); +} +.border-t-neutral-400\/60{ + border-top-color: rgb(163 163 163 / 0.6); +} +.border-t-neutral-400\/70{ + border-top-color: rgb(163 163 163 / 0.7); +} +.border-t-neutral-400\/75{ + border-top-color: rgb(163 163 163 / 0.75); +} +.border-t-neutral-400\/80{ + border-top-color: rgb(163 163 163 / 0.8); +} +.border-t-neutral-400\/90{ + border-top-color: rgb(163 163 163 / 0.9); +} +.border-t-neutral-400\/95{ + border-top-color: rgb(163 163 163 / 0.95); +} +.border-t-neutral-400\/100{ + border-top-color: rgb(163 163 163 / 1); +} +.border-t-neutral-500\/0{ + border-top-color: rgb(115 115 115 / 0); +} +.border-t-neutral-500\/5{ + border-top-color: rgb(115 115 115 / 0.05); +} +.border-t-neutral-500\/10{ + border-top-color: rgb(115 115 115 / 0.1); +} +.border-t-neutral-500\/20{ + border-top-color: rgb(115 115 115 / 0.2); +} +.border-t-neutral-500\/25{ + border-top-color: rgb(115 115 115 / 0.25); +} +.border-t-neutral-500\/30{ + border-top-color: rgb(115 115 115 / 0.3); +} +.border-t-neutral-500\/40{ + border-top-color: rgb(115 115 115 / 0.4); +} +.border-t-neutral-500\/50{ + border-top-color: rgb(115 115 115 / 0.5); +} +.border-t-neutral-500\/60{ + border-top-color: rgb(115 115 115 / 0.6); +} +.border-t-neutral-500\/70{ + border-top-color: rgb(115 115 115 / 0.7); +} +.border-t-neutral-500\/75{ + border-top-color: rgb(115 115 115 / 0.75); +} +.border-t-neutral-500\/80{ + border-top-color: rgb(115 115 115 / 0.8); +} +.border-t-neutral-500\/90{ + border-top-color: rgb(115 115 115 / 0.9); +} +.border-t-neutral-500\/95{ + border-top-color: rgb(115 115 115 / 0.95); +} +.border-t-neutral-500\/100{ + border-top-color: rgb(115 115 115 / 1); +} +.border-t-neutral-600\/0{ + border-top-color: rgb(82 82 82 / 0); +} +.border-t-neutral-600\/5{ + border-top-color: rgb(82 82 82 / 0.05); +} +.border-t-neutral-600\/10{ + border-top-color: rgb(82 82 82 / 0.1); +} +.border-t-neutral-600\/20{ + border-top-color: rgb(82 82 82 / 0.2); +} +.border-t-neutral-600\/25{ + border-top-color: rgb(82 82 82 / 0.25); +} +.border-t-neutral-600\/30{ + border-top-color: rgb(82 82 82 / 0.3); +} +.border-t-neutral-600\/40{ + border-top-color: rgb(82 82 82 / 0.4); +} +.border-t-neutral-600\/50{ + border-top-color: rgb(82 82 82 / 0.5); +} +.border-t-neutral-600\/60{ + border-top-color: rgb(82 82 82 / 0.6); +} +.border-t-neutral-600\/70{ + border-top-color: rgb(82 82 82 / 0.7); +} +.border-t-neutral-600\/75{ + border-top-color: rgb(82 82 82 / 0.75); +} +.border-t-neutral-600\/80{ + border-top-color: rgb(82 82 82 / 0.8); +} +.border-t-neutral-600\/90{ + border-top-color: rgb(82 82 82 / 0.9); +} +.border-t-neutral-600\/95{ + border-top-color: rgb(82 82 82 / 0.95); +} +.border-t-neutral-600\/100{ + border-top-color: rgb(82 82 82 / 1); +} +.border-t-neutral-700\/0{ + border-top-color: rgb(64 64 64 / 0); +} +.border-t-neutral-700\/5{ + border-top-color: rgb(64 64 64 / 0.05); +} +.border-t-neutral-700\/10{ + border-top-color: rgb(64 64 64 / 0.1); +} +.border-t-neutral-700\/20{ + border-top-color: rgb(64 64 64 / 0.2); +} +.border-t-neutral-700\/25{ + border-top-color: rgb(64 64 64 / 0.25); +} +.border-t-neutral-700\/30{ + border-top-color: rgb(64 64 64 / 0.3); +} +.border-t-neutral-700\/40{ + border-top-color: rgb(64 64 64 / 0.4); +} +.border-t-neutral-700\/50{ + border-top-color: rgb(64 64 64 / 0.5); +} +.border-t-neutral-700\/60{ + border-top-color: rgb(64 64 64 / 0.6); +} +.border-t-neutral-700\/70{ + border-top-color: rgb(64 64 64 / 0.7); +} +.border-t-neutral-700\/75{ + border-top-color: rgb(64 64 64 / 0.75); +} +.border-t-neutral-700\/80{ + border-top-color: rgb(64 64 64 / 0.8); +} +.border-t-neutral-700\/90{ + border-top-color: rgb(64 64 64 / 0.9); +} +.border-t-neutral-700\/95{ + border-top-color: rgb(64 64 64 / 0.95); +} +.border-t-neutral-700\/100{ + border-top-color: rgb(64 64 64 / 1); +} +.border-t-neutral-800\/0{ + border-top-color: rgb(38 38 38 / 0); +} +.border-t-neutral-800\/5{ + border-top-color: rgb(38 38 38 / 0.05); +} +.border-t-neutral-800\/10{ + border-top-color: rgb(38 38 38 / 0.1); +} +.border-t-neutral-800\/20{ + border-top-color: rgb(38 38 38 / 0.2); +} +.border-t-neutral-800\/25{ + border-top-color: rgb(38 38 38 / 0.25); +} +.border-t-neutral-800\/30{ + border-top-color: rgb(38 38 38 / 0.3); +} +.border-t-neutral-800\/40{ + border-top-color: rgb(38 38 38 / 0.4); +} +.border-t-neutral-800\/50{ + border-top-color: rgb(38 38 38 / 0.5); +} +.border-t-neutral-800\/60{ + border-top-color: rgb(38 38 38 / 0.6); +} +.border-t-neutral-800\/70{ + border-top-color: rgb(38 38 38 / 0.7); +} +.border-t-neutral-800\/75{ + border-top-color: rgb(38 38 38 / 0.75); +} +.border-t-neutral-800\/80{ + border-top-color: rgb(38 38 38 / 0.8); +} +.border-t-neutral-800\/90{ + border-top-color: rgb(38 38 38 / 0.9); +} +.border-t-neutral-800\/95{ + border-top-color: rgb(38 38 38 / 0.95); +} +.border-t-neutral-800\/100{ + border-top-color: rgb(38 38 38 / 1); +} +.border-t-neutral-900\/0{ + border-top-color: rgb(23 23 23 / 0); +} +.border-t-neutral-900\/5{ + border-top-color: rgb(23 23 23 / 0.05); +} +.border-t-neutral-900\/10{ + border-top-color: rgb(23 23 23 / 0.1); +} +.border-t-neutral-900\/20{ + border-top-color: rgb(23 23 23 / 0.2); +} +.border-t-neutral-900\/25{ + border-top-color: rgb(23 23 23 / 0.25); +} +.border-t-neutral-900\/30{ + border-top-color: rgb(23 23 23 / 0.3); +} +.border-t-neutral-900\/40{ + border-top-color: rgb(23 23 23 / 0.4); +} +.border-t-neutral-900\/50{ + border-top-color: rgb(23 23 23 / 0.5); +} +.border-t-neutral-900\/60{ + border-top-color: rgb(23 23 23 / 0.6); +} +.border-t-neutral-900\/70{ + border-top-color: rgb(23 23 23 / 0.7); +} +.border-t-neutral-900\/75{ + border-top-color: rgb(23 23 23 / 0.75); +} +.border-t-neutral-900\/80{ + border-top-color: rgb(23 23 23 / 0.8); +} +.border-t-neutral-900\/90{ + border-top-color: rgb(23 23 23 / 0.9); +} +.border-t-neutral-900\/95{ + border-top-color: rgb(23 23 23 / 0.95); +} +.border-t-neutral-900\/100{ + border-top-color: rgb(23 23 23 / 1); +} +.border-t-stone-50\/0{ + border-top-color: rgb(250 250 249 / 0); +} +.border-t-stone-50\/5{ + border-top-color: rgb(250 250 249 / 0.05); +} +.border-t-stone-50\/10{ + border-top-color: rgb(250 250 249 / 0.1); +} +.border-t-stone-50\/20{ + border-top-color: rgb(250 250 249 / 0.2); +} +.border-t-stone-50\/25{ + border-top-color: rgb(250 250 249 / 0.25); +} +.border-t-stone-50\/30{ + border-top-color: rgb(250 250 249 / 0.3); +} +.border-t-stone-50\/40{ + border-top-color: rgb(250 250 249 / 0.4); +} +.border-t-stone-50\/50{ + border-top-color: rgb(250 250 249 / 0.5); +} +.border-t-stone-50\/60{ + border-top-color: rgb(250 250 249 / 0.6); +} +.border-t-stone-50\/70{ + border-top-color: rgb(250 250 249 / 0.7); +} +.border-t-stone-50\/75{ + border-top-color: rgb(250 250 249 / 0.75); +} +.border-t-stone-50\/80{ + border-top-color: rgb(250 250 249 / 0.8); +} +.border-t-stone-50\/90{ + border-top-color: rgb(250 250 249 / 0.9); +} +.border-t-stone-50\/95{ + border-top-color: rgb(250 250 249 / 0.95); +} +.border-t-stone-50\/100{ + border-top-color: rgb(250 250 249 / 1); +} +.border-t-stone-100\/0{ + border-top-color: rgb(245 245 244 / 0); +} +.border-t-stone-100\/5{ + border-top-color: rgb(245 245 244 / 0.05); +} +.border-t-stone-100\/10{ + border-top-color: rgb(245 245 244 / 0.1); +} +.border-t-stone-100\/20{ + border-top-color: rgb(245 245 244 / 0.2); +} +.border-t-stone-100\/25{ + border-top-color: rgb(245 245 244 / 0.25); +} +.border-t-stone-100\/30{ + border-top-color: rgb(245 245 244 / 0.3); +} +.border-t-stone-100\/40{ + border-top-color: rgb(245 245 244 / 0.4); +} +.border-t-stone-100\/50{ + border-top-color: rgb(245 245 244 / 0.5); +} +.border-t-stone-100\/60{ + border-top-color: rgb(245 245 244 / 0.6); +} +.border-t-stone-100\/70{ + border-top-color: rgb(245 245 244 / 0.7); +} +.border-t-stone-100\/75{ + border-top-color: rgb(245 245 244 / 0.75); +} +.border-t-stone-100\/80{ + border-top-color: rgb(245 245 244 / 0.8); +} +.border-t-stone-100\/90{ + border-top-color: rgb(245 245 244 / 0.9); +} +.border-t-stone-100\/95{ + border-top-color: rgb(245 245 244 / 0.95); +} +.border-t-stone-100\/100{ + border-top-color: rgb(245 245 244 / 1); +} +.border-t-stone-200\/0{ + border-top-color: rgb(231 229 228 / 0); +} +.border-t-stone-200\/5{ + border-top-color: rgb(231 229 228 / 0.05); +} +.border-t-stone-200\/10{ + border-top-color: rgb(231 229 228 / 0.1); +} +.border-t-stone-200\/20{ + border-top-color: rgb(231 229 228 / 0.2); +} +.border-t-stone-200\/25{ + border-top-color: rgb(231 229 228 / 0.25); +} +.border-t-stone-200\/30{ + border-top-color: rgb(231 229 228 / 0.3); +} +.border-t-stone-200\/40{ + border-top-color: rgb(231 229 228 / 0.4); +} +.border-t-stone-200\/50{ + border-top-color: rgb(231 229 228 / 0.5); +} +.border-t-stone-200\/60{ + border-top-color: rgb(231 229 228 / 0.6); +} +.border-t-stone-200\/70{ + border-top-color: rgb(231 229 228 / 0.7); +} +.border-t-stone-200\/75{ + border-top-color: rgb(231 229 228 / 0.75); +} +.border-t-stone-200\/80{ + border-top-color: rgb(231 229 228 / 0.8); +} +.border-t-stone-200\/90{ + border-top-color: rgb(231 229 228 / 0.9); +} +.border-t-stone-200\/95{ + border-top-color: rgb(231 229 228 / 0.95); +} +.border-t-stone-200\/100{ + border-top-color: rgb(231 229 228 / 1); +} +.border-t-stone-300\/0{ + border-top-color: rgb(214 211 209 / 0); +} +.border-t-stone-300\/5{ + border-top-color: rgb(214 211 209 / 0.05); +} +.border-t-stone-300\/10{ + border-top-color: rgb(214 211 209 / 0.1); +} +.border-t-stone-300\/20{ + border-top-color: rgb(214 211 209 / 0.2); +} +.border-t-stone-300\/25{ + border-top-color: rgb(214 211 209 / 0.25); +} +.border-t-stone-300\/30{ + border-top-color: rgb(214 211 209 / 0.3); +} +.border-t-stone-300\/40{ + border-top-color: rgb(214 211 209 / 0.4); +} +.border-t-stone-300\/50{ + border-top-color: rgb(214 211 209 / 0.5); +} +.border-t-stone-300\/60{ + border-top-color: rgb(214 211 209 / 0.6); +} +.border-t-stone-300\/70{ + border-top-color: rgb(214 211 209 / 0.7); +} +.border-t-stone-300\/75{ + border-top-color: rgb(214 211 209 / 0.75); +} +.border-t-stone-300\/80{ + border-top-color: rgb(214 211 209 / 0.8); +} +.border-t-stone-300\/90{ + border-top-color: rgb(214 211 209 / 0.9); +} +.border-t-stone-300\/95{ + border-top-color: rgb(214 211 209 / 0.95); +} +.border-t-stone-300\/100{ + border-top-color: rgb(214 211 209 / 1); +} +.border-t-stone-400\/0{ + border-top-color: rgb(168 162 158 / 0); +} +.border-t-stone-400\/5{ + border-top-color: rgb(168 162 158 / 0.05); +} +.border-t-stone-400\/10{ + border-top-color: rgb(168 162 158 / 0.1); +} +.border-t-stone-400\/20{ + border-top-color: rgb(168 162 158 / 0.2); +} +.border-t-stone-400\/25{ + border-top-color: rgb(168 162 158 / 0.25); +} +.border-t-stone-400\/30{ + border-top-color: rgb(168 162 158 / 0.3); +} +.border-t-stone-400\/40{ + border-top-color: rgb(168 162 158 / 0.4); +} +.border-t-stone-400\/50{ + border-top-color: rgb(168 162 158 / 0.5); +} +.border-t-stone-400\/60{ + border-top-color: rgb(168 162 158 / 0.6); +} +.border-t-stone-400\/70{ + border-top-color: rgb(168 162 158 / 0.7); +} +.border-t-stone-400\/75{ + border-top-color: rgb(168 162 158 / 0.75); +} +.border-t-stone-400\/80{ + border-top-color: rgb(168 162 158 / 0.8); +} +.border-t-stone-400\/90{ + border-top-color: rgb(168 162 158 / 0.9); +} +.border-t-stone-400\/95{ + border-top-color: rgb(168 162 158 / 0.95); +} +.border-t-stone-400\/100{ + border-top-color: rgb(168 162 158 / 1); +} +.border-t-stone-500\/0{ + border-top-color: rgb(120 113 108 / 0); +} +.border-t-stone-500\/5{ + border-top-color: rgb(120 113 108 / 0.05); +} +.border-t-stone-500\/10{ + border-top-color: rgb(120 113 108 / 0.1); +} +.border-t-stone-500\/20{ + border-top-color: rgb(120 113 108 / 0.2); +} +.border-t-stone-500\/25{ + border-top-color: rgb(120 113 108 / 0.25); +} +.border-t-stone-500\/30{ + border-top-color: rgb(120 113 108 / 0.3); +} +.border-t-stone-500\/40{ + border-top-color: rgb(120 113 108 / 0.4); +} +.border-t-stone-500\/50{ + border-top-color: rgb(120 113 108 / 0.5); +} +.border-t-stone-500\/60{ + border-top-color: rgb(120 113 108 / 0.6); +} +.border-t-stone-500\/70{ + border-top-color: rgb(120 113 108 / 0.7); +} +.border-t-stone-500\/75{ + border-top-color: rgb(120 113 108 / 0.75); +} +.border-t-stone-500\/80{ + border-top-color: rgb(120 113 108 / 0.8); +} +.border-t-stone-500\/90{ + border-top-color: rgb(120 113 108 / 0.9); +} +.border-t-stone-500\/95{ + border-top-color: rgb(120 113 108 / 0.95); +} +.border-t-stone-500\/100{ + border-top-color: rgb(120 113 108 / 1); +} +.border-t-stone-600\/0{ + border-top-color: rgb(87 83 78 / 0); +} +.border-t-stone-600\/5{ + border-top-color: rgb(87 83 78 / 0.05); +} +.border-t-stone-600\/10{ + border-top-color: rgb(87 83 78 / 0.1); +} +.border-t-stone-600\/20{ + border-top-color: rgb(87 83 78 / 0.2); +} +.border-t-stone-600\/25{ + border-top-color: rgb(87 83 78 / 0.25); +} +.border-t-stone-600\/30{ + border-top-color: rgb(87 83 78 / 0.3); +} +.border-t-stone-600\/40{ + border-top-color: rgb(87 83 78 / 0.4); +} +.border-t-stone-600\/50{ + border-top-color: rgb(87 83 78 / 0.5); +} +.border-t-stone-600\/60{ + border-top-color: rgb(87 83 78 / 0.6); +} +.border-t-stone-600\/70{ + border-top-color: rgb(87 83 78 / 0.7); +} +.border-t-stone-600\/75{ + border-top-color: rgb(87 83 78 / 0.75); +} +.border-t-stone-600\/80{ + border-top-color: rgb(87 83 78 / 0.8); +} +.border-t-stone-600\/90{ + border-top-color: rgb(87 83 78 / 0.9); +} +.border-t-stone-600\/95{ + border-top-color: rgb(87 83 78 / 0.95); +} +.border-t-stone-600\/100{ + border-top-color: rgb(87 83 78 / 1); +} +.border-t-stone-700\/0{ + border-top-color: rgb(68 64 60 / 0); +} +.border-t-stone-700\/5{ + border-top-color: rgb(68 64 60 / 0.05); +} +.border-t-stone-700\/10{ + border-top-color: rgb(68 64 60 / 0.1); +} +.border-t-stone-700\/20{ + border-top-color: rgb(68 64 60 / 0.2); +} +.border-t-stone-700\/25{ + border-top-color: rgb(68 64 60 / 0.25); +} +.border-t-stone-700\/30{ + border-top-color: rgb(68 64 60 / 0.3); +} +.border-t-stone-700\/40{ + border-top-color: rgb(68 64 60 / 0.4); +} +.border-t-stone-700\/50{ + border-top-color: rgb(68 64 60 / 0.5); +} +.border-t-stone-700\/60{ + border-top-color: rgb(68 64 60 / 0.6); +} +.border-t-stone-700\/70{ + border-top-color: rgb(68 64 60 / 0.7); +} +.border-t-stone-700\/75{ + border-top-color: rgb(68 64 60 / 0.75); +} +.border-t-stone-700\/80{ + border-top-color: rgb(68 64 60 / 0.8); +} +.border-t-stone-700\/90{ + border-top-color: rgb(68 64 60 / 0.9); +} +.border-t-stone-700\/95{ + border-top-color: rgb(68 64 60 / 0.95); +} +.border-t-stone-700\/100{ + border-top-color: rgb(68 64 60 / 1); +} +.border-t-stone-800\/0{ + border-top-color: rgb(41 37 36 / 0); +} +.border-t-stone-800\/5{ + border-top-color: rgb(41 37 36 / 0.05); +} +.border-t-stone-800\/10{ + border-top-color: rgb(41 37 36 / 0.1); +} +.border-t-stone-800\/20{ + border-top-color: rgb(41 37 36 / 0.2); +} +.border-t-stone-800\/25{ + border-top-color: rgb(41 37 36 / 0.25); +} +.border-t-stone-800\/30{ + border-top-color: rgb(41 37 36 / 0.3); +} +.border-t-stone-800\/40{ + border-top-color: rgb(41 37 36 / 0.4); +} +.border-t-stone-800\/50{ + border-top-color: rgb(41 37 36 / 0.5); +} +.border-t-stone-800\/60{ + border-top-color: rgb(41 37 36 / 0.6); +} +.border-t-stone-800\/70{ + border-top-color: rgb(41 37 36 / 0.7); +} +.border-t-stone-800\/75{ + border-top-color: rgb(41 37 36 / 0.75); +} +.border-t-stone-800\/80{ + border-top-color: rgb(41 37 36 / 0.8); +} +.border-t-stone-800\/90{ + border-top-color: rgb(41 37 36 / 0.9); +} +.border-t-stone-800\/95{ + border-top-color: rgb(41 37 36 / 0.95); +} +.border-t-stone-800\/100{ + border-top-color: rgb(41 37 36 / 1); +} +.border-t-stone-900\/0{ + border-top-color: rgb(28 25 23 / 0); +} +.border-t-stone-900\/5{ + border-top-color: rgb(28 25 23 / 0.05); +} +.border-t-stone-900\/10{ + border-top-color: rgb(28 25 23 / 0.1); +} +.border-t-stone-900\/20{ + border-top-color: rgb(28 25 23 / 0.2); +} +.border-t-stone-900\/25{ + border-top-color: rgb(28 25 23 / 0.25); +} +.border-t-stone-900\/30{ + border-top-color: rgb(28 25 23 / 0.3); +} +.border-t-stone-900\/40{ + border-top-color: rgb(28 25 23 / 0.4); +} +.border-t-stone-900\/50{ + border-top-color: rgb(28 25 23 / 0.5); +} +.border-t-stone-900\/60{ + border-top-color: rgb(28 25 23 / 0.6); +} +.border-t-stone-900\/70{ + border-top-color: rgb(28 25 23 / 0.7); +} +.border-t-stone-900\/75{ + border-top-color: rgb(28 25 23 / 0.75); +} +.border-t-stone-900\/80{ + border-top-color: rgb(28 25 23 / 0.8); +} +.border-t-stone-900\/90{ + border-top-color: rgb(28 25 23 / 0.9); +} +.border-t-stone-900\/95{ + border-top-color: rgb(28 25 23 / 0.95); +} +.border-t-stone-900\/100{ + border-top-color: rgb(28 25 23 / 1); +} +.border-t-red-50\/0{ + border-top-color: rgb(252 242 242 / 0); +} +.border-t-red-50\/5{ + border-top-color: rgb(252 242 242 / 0.05); +} +.border-t-red-50\/10{ + border-top-color: rgb(252 242 242 / 0.1); +} +.border-t-red-50\/20{ + border-top-color: rgb(252 242 242 / 0.2); +} +.border-t-red-50\/25{ + border-top-color: rgb(252 242 242 / 0.25); +} +.border-t-red-50\/30{ + border-top-color: rgb(252 242 242 / 0.3); +} +.border-t-red-50\/40{ + border-top-color: rgb(252 242 242 / 0.4); +} +.border-t-red-50\/50{ + border-top-color: rgb(252 242 242 / 0.5); +} +.border-t-red-50\/60{ + border-top-color: rgb(252 242 242 / 0.6); +} +.border-t-red-50\/70{ + border-top-color: rgb(252 242 242 / 0.7); +} +.border-t-red-50\/75{ + border-top-color: rgb(252 242 242 / 0.75); +} +.border-t-red-50\/80{ + border-top-color: rgb(252 242 242 / 0.8); +} +.border-t-red-50\/90{ + border-top-color: rgb(252 242 242 / 0.9); +} +.border-t-red-50\/95{ + border-top-color: rgb(252 242 242 / 0.95); +} +.border-t-red-50\/100{ + border-top-color: rgb(252 242 242 / 1); +} +.border-t-red-100\/0{ + border-top-color: rgb(250 230 230 / 0); +} +.border-t-red-100\/5{ + border-top-color: rgb(250 230 230 / 0.05); +} +.border-t-red-100\/10{ + border-top-color: rgb(250 230 230 / 0.1); +} +.border-t-red-100\/20{ + border-top-color: rgb(250 230 230 / 0.2); +} +.border-t-red-100\/25{ + border-top-color: rgb(250 230 230 / 0.25); +} +.border-t-red-100\/30{ + border-top-color: rgb(250 230 230 / 0.3); +} +.border-t-red-100\/40{ + border-top-color: rgb(250 230 230 / 0.4); +} +.border-t-red-100\/50{ + border-top-color: rgb(250 230 230 / 0.5); +} +.border-t-red-100\/60{ + border-top-color: rgb(250 230 230 / 0.6); +} +.border-t-red-100\/70{ + border-top-color: rgb(250 230 230 / 0.7); +} +.border-t-red-100\/75{ + border-top-color: rgb(250 230 230 / 0.75); +} +.border-t-red-100\/80{ + border-top-color: rgb(250 230 230 / 0.8); +} +.border-t-red-100\/90{ + border-top-color: rgb(250 230 230 / 0.9); +} +.border-t-red-100\/95{ + border-top-color: rgb(250 230 230 / 0.95); +} +.border-t-red-100\/100{ + border-top-color: rgb(250 230 230 / 1); +} +.border-t-red-200\/0{ + border-top-color: rgb(242 191 191 / 0); +} +.border-t-red-200\/5{ + border-top-color: rgb(242 191 191 / 0.05); +} +.border-t-red-200\/10{ + border-top-color: rgb(242 191 191 / 0.1); +} +.border-t-red-200\/20{ + border-top-color: rgb(242 191 191 / 0.2); +} +.border-t-red-200\/25{ + border-top-color: rgb(242 191 191 / 0.25); +} +.border-t-red-200\/30{ + border-top-color: rgb(242 191 191 / 0.3); +} +.border-t-red-200\/40{ + border-top-color: rgb(242 191 191 / 0.4); +} +.border-t-red-200\/50{ + border-top-color: rgb(242 191 191 / 0.5); +} +.border-t-red-200\/60{ + border-top-color: rgb(242 191 191 / 0.6); +} +.border-t-red-200\/70{ + border-top-color: rgb(242 191 191 / 0.7); +} +.border-t-red-200\/75{ + border-top-color: rgb(242 191 191 / 0.75); +} +.border-t-red-200\/80{ + border-top-color: rgb(242 191 191 / 0.8); +} +.border-t-red-200\/90{ + border-top-color: rgb(242 191 191 / 0.9); +} +.border-t-red-200\/95{ + border-top-color: rgb(242 191 191 / 0.95); +} +.border-t-red-200\/100{ + border-top-color: rgb(242 191 191 / 1); +} +.border-t-red-300\/0{ + border-top-color: rgb(235 153 153 / 0); +} +.border-t-red-300\/5{ + border-top-color: rgb(235 153 153 / 0.05); +} +.border-t-red-300\/10{ + border-top-color: rgb(235 153 153 / 0.1); +} +.border-t-red-300\/20{ + border-top-color: rgb(235 153 153 / 0.2); +} +.border-t-red-300\/25{ + border-top-color: rgb(235 153 153 / 0.25); +} +.border-t-red-300\/30{ + border-top-color: rgb(235 153 153 / 0.3); +} +.border-t-red-300\/40{ + border-top-color: rgb(235 153 153 / 0.4); +} +.border-t-red-300\/50{ + border-top-color: rgb(235 153 153 / 0.5); +} +.border-t-red-300\/60{ + border-top-color: rgb(235 153 153 / 0.6); +} +.border-t-red-300\/70{ + border-top-color: rgb(235 153 153 / 0.7); +} +.border-t-red-300\/75{ + border-top-color: rgb(235 153 153 / 0.75); +} +.border-t-red-300\/80{ + border-top-color: rgb(235 153 153 / 0.8); +} +.border-t-red-300\/90{ + border-top-color: rgb(235 153 153 / 0.9); +} +.border-t-red-300\/95{ + border-top-color: rgb(235 153 153 / 0.95); +} +.border-t-red-300\/100{ + border-top-color: rgb(235 153 153 / 1); +} +.border-t-red-400\/0{ + border-top-color: rgb(219 77 77 / 0); +} +.border-t-red-400\/5{ + border-top-color: rgb(219 77 77 / 0.05); +} +.border-t-red-400\/10{ + border-top-color: rgb(219 77 77 / 0.1); +} +.border-t-red-400\/20{ + border-top-color: rgb(219 77 77 / 0.2); +} +.border-t-red-400\/25{ + border-top-color: rgb(219 77 77 / 0.25); +} +.border-t-red-400\/30{ + border-top-color: rgb(219 77 77 / 0.3); +} +.border-t-red-400\/40{ + border-top-color: rgb(219 77 77 / 0.4); +} +.border-t-red-400\/50{ + border-top-color: rgb(219 77 77 / 0.5); +} +.border-t-red-400\/60{ + border-top-color: rgb(219 77 77 / 0.6); +} +.border-t-red-400\/70{ + border-top-color: rgb(219 77 77 / 0.7); +} +.border-t-red-400\/75{ + border-top-color: rgb(219 77 77 / 0.75); +} +.border-t-red-400\/80{ + border-top-color: rgb(219 77 77 / 0.8); +} +.border-t-red-400\/90{ + border-top-color: rgb(219 77 77 / 0.9); +} +.border-t-red-400\/95{ + border-top-color: rgb(219 77 77 / 0.95); +} +.border-t-red-400\/100{ + border-top-color: rgb(219 77 77 / 1); +} +.border-t-red-500\/0{ + border-top-color: rgb(204 0 0 / 0); +} +.border-t-red-500\/5{ + border-top-color: rgb(204 0 0 / 0.05); +} +.border-t-red-500\/10{ + border-top-color: rgb(204 0 0 / 0.1); +} +.border-t-red-500\/20{ + border-top-color: rgb(204 0 0 / 0.2); +} +.border-t-red-500\/25{ + border-top-color: rgb(204 0 0 / 0.25); +} +.border-t-red-500\/30{ + border-top-color: rgb(204 0 0 / 0.3); +} +.border-t-red-500\/40{ + border-top-color: rgb(204 0 0 / 0.4); +} +.border-t-red-500\/50{ + border-top-color: rgb(204 0 0 / 0.5); +} +.border-t-red-500\/60{ + border-top-color: rgb(204 0 0 / 0.6); +} +.border-t-red-500\/70{ + border-top-color: rgb(204 0 0 / 0.7); +} +.border-t-red-500\/75{ + border-top-color: rgb(204 0 0 / 0.75); +} +.border-t-red-500\/80{ + border-top-color: rgb(204 0 0 / 0.8); +} +.border-t-red-500\/90{ + border-top-color: rgb(204 0 0 / 0.9); +} +.border-t-red-500\/95{ + border-top-color: rgb(204 0 0 / 0.95); +} +.border-t-red-500\/100{ + border-top-color: rgb(204 0 0 / 1); +} +.border-t-red-600\/0{ + border-top-color: rgb(184 0 0 / 0); +} +.border-t-red-600\/5{ + border-top-color: rgb(184 0 0 / 0.05); +} +.border-t-red-600\/10{ + border-top-color: rgb(184 0 0 / 0.1); +} +.border-t-red-600\/20{ + border-top-color: rgb(184 0 0 / 0.2); +} +.border-t-red-600\/25{ + border-top-color: rgb(184 0 0 / 0.25); +} +.border-t-red-600\/30{ + border-top-color: rgb(184 0 0 / 0.3); +} +.border-t-red-600\/40{ + border-top-color: rgb(184 0 0 / 0.4); +} +.border-t-red-600\/50{ + border-top-color: rgb(184 0 0 / 0.5); +} +.border-t-red-600\/60{ + border-top-color: rgb(184 0 0 / 0.6); +} +.border-t-red-600\/70{ + border-top-color: rgb(184 0 0 / 0.7); +} +.border-t-red-600\/75{ + border-top-color: rgb(184 0 0 / 0.75); +} +.border-t-red-600\/80{ + border-top-color: rgb(184 0 0 / 0.8); +} +.border-t-red-600\/90{ + border-top-color: rgb(184 0 0 / 0.9); +} +.border-t-red-600\/95{ + border-top-color: rgb(184 0 0 / 0.95); +} +.border-t-red-600\/100{ + border-top-color: rgb(184 0 0 / 1); +} +.border-t-red-700\/0{ + border-top-color: rgb(153 0 0 / 0); +} +.border-t-red-700\/5{ + border-top-color: rgb(153 0 0 / 0.05); +} +.border-t-red-700\/10{ + border-top-color: rgb(153 0 0 / 0.1); +} +.border-t-red-700\/20{ + border-top-color: rgb(153 0 0 / 0.2); +} +.border-t-red-700\/25{ + border-top-color: rgb(153 0 0 / 0.25); +} +.border-t-red-700\/30{ + border-top-color: rgb(153 0 0 / 0.3); +} +.border-t-red-700\/40{ + border-top-color: rgb(153 0 0 / 0.4); +} +.border-t-red-700\/50{ + border-top-color: rgb(153 0 0 / 0.5); +} +.border-t-red-700\/60{ + border-top-color: rgb(153 0 0 / 0.6); +} +.border-t-red-700\/70{ + border-top-color: rgb(153 0 0 / 0.7); +} +.border-t-red-700\/75{ + border-top-color: rgb(153 0 0 / 0.75); +} +.border-t-red-700\/80{ + border-top-color: rgb(153 0 0 / 0.8); +} +.border-t-red-700\/90{ + border-top-color: rgb(153 0 0 / 0.9); +} +.border-t-red-700\/95{ + border-top-color: rgb(153 0 0 / 0.95); +} +.border-t-red-700\/100{ + border-top-color: rgb(153 0 0 / 1); +} +.border-t-red-800\/0{ + border-top-color: rgb(122 0 0 / 0); +} +.border-t-red-800\/5{ + border-top-color: rgb(122 0 0 / 0.05); +} +.border-t-red-800\/10{ + border-top-color: rgb(122 0 0 / 0.1); +} +.border-t-red-800\/20{ + border-top-color: rgb(122 0 0 / 0.2); +} +.border-t-red-800\/25{ + border-top-color: rgb(122 0 0 / 0.25); +} +.border-t-red-800\/30{ + border-top-color: rgb(122 0 0 / 0.3); +} +.border-t-red-800\/40{ + border-top-color: rgb(122 0 0 / 0.4); +} +.border-t-red-800\/50{ + border-top-color: rgb(122 0 0 / 0.5); +} +.border-t-red-800\/60{ + border-top-color: rgb(122 0 0 / 0.6); +} +.border-t-red-800\/70{ + border-top-color: rgb(122 0 0 / 0.7); +} +.border-t-red-800\/75{ + border-top-color: rgb(122 0 0 / 0.75); +} +.border-t-red-800\/80{ + border-top-color: rgb(122 0 0 / 0.8); +} +.border-t-red-800\/90{ + border-top-color: rgb(122 0 0 / 0.9); +} +.border-t-red-800\/95{ + border-top-color: rgb(122 0 0 / 0.95); +} +.border-t-red-800\/100{ + border-top-color: rgb(122 0 0 / 1); +} +.border-t-red-900\/0{ + border-top-color: rgb(100 0 0 / 0); +} +.border-t-red-900\/5{ + border-top-color: rgb(100 0 0 / 0.05); +} +.border-t-red-900\/10{ + border-top-color: rgb(100 0 0 / 0.1); +} +.border-t-red-900\/20{ + border-top-color: rgb(100 0 0 / 0.2); +} +.border-t-red-900\/25{ + border-top-color: rgb(100 0 0 / 0.25); +} +.border-t-red-900\/30{ + border-top-color: rgb(100 0 0 / 0.3); +} +.border-t-red-900\/40{ + border-top-color: rgb(100 0 0 / 0.4); +} +.border-t-red-900\/50{ + border-top-color: rgb(100 0 0 / 0.5); +} +.border-t-red-900\/60{ + border-top-color: rgb(100 0 0 / 0.6); +} +.border-t-red-900\/70{ + border-top-color: rgb(100 0 0 / 0.7); +} +.border-t-red-900\/75{ + border-top-color: rgb(100 0 0 / 0.75); +} +.border-t-red-900\/80{ + border-top-color: rgb(100 0 0 / 0.8); +} +.border-t-red-900\/90{ + border-top-color: rgb(100 0 0 / 0.9); +} +.border-t-red-900\/95{ + border-top-color: rgb(100 0 0 / 0.95); +} +.border-t-red-900\/100{ + border-top-color: rgb(100 0 0 / 1); +} +.border-t-red\/0{ + border-top-color: rgb(204 0 0 / 0); +} +.border-t-red\/5{ + border-top-color: rgb(204 0 0 / 0.05); +} +.border-t-red\/10{ + border-top-color: rgb(204 0 0 / 0.1); +} +.border-t-red\/20{ + border-top-color: rgb(204 0 0 / 0.2); +} +.border-t-red\/25{ + border-top-color: rgb(204 0 0 / 0.25); +} +.border-t-red\/30{ + border-top-color: rgb(204 0 0 / 0.3); +} +.border-t-red\/40{ + border-top-color: rgb(204 0 0 / 0.4); +} +.border-t-red\/50{ + border-top-color: rgb(204 0 0 / 0.5); +} +.border-t-red\/60{ + border-top-color: rgb(204 0 0 / 0.6); +} +.border-t-red\/70{ + border-top-color: rgb(204 0 0 / 0.7); +} +.border-t-red\/75{ + border-top-color: rgb(204 0 0 / 0.75); +} +.border-t-red\/80{ + border-top-color: rgb(204 0 0 / 0.8); +} +.border-t-red\/90{ + border-top-color: rgb(204 0 0 / 0.9); +} +.border-t-red\/95{ + border-top-color: rgb(204 0 0 / 0.95); +} +.border-t-red\/100{ + border-top-color: rgb(204 0 0 / 1); +} +.border-t-orange-50\/0{ + border-top-color: rgb(255 250 243 / 0); +} +.border-t-orange-50\/5{ + border-top-color: rgb(255 250 243 / 0.05); +} +.border-t-orange-50\/10{ + border-top-color: rgb(255 250 243 / 0.1); +} +.border-t-orange-50\/20{ + border-top-color: rgb(255 250 243 / 0.2); +} +.border-t-orange-50\/25{ + border-top-color: rgb(255 250 243 / 0.25); +} +.border-t-orange-50\/30{ + border-top-color: rgb(255 250 243 / 0.3); +} +.border-t-orange-50\/40{ + border-top-color: rgb(255 250 243 / 0.4); +} +.border-t-orange-50\/50{ + border-top-color: rgb(255 250 243 / 0.5); +} +.border-t-orange-50\/60{ + border-top-color: rgb(255 250 243 / 0.6); +} +.border-t-orange-50\/70{ + border-top-color: rgb(255 250 243 / 0.7); +} +.border-t-orange-50\/75{ + border-top-color: rgb(255 250 243 / 0.75); +} +.border-t-orange-50\/80{ + border-top-color: rgb(255 250 243 / 0.8); +} +.border-t-orange-50\/90{ + border-top-color: rgb(255 250 243 / 0.9); +} +.border-t-orange-50\/95{ + border-top-color: rgb(255 250 243 / 0.95); +} +.border-t-orange-50\/100{ + border-top-color: rgb(255 250 243 / 1); +} +.border-t-orange-100\/0{ + border-top-color: rgb(254 245 231 / 0); +} +.border-t-orange-100\/5{ + border-top-color: rgb(254 245 231 / 0.05); +} +.border-t-orange-100\/10{ + border-top-color: rgb(254 245 231 / 0.1); +} +.border-t-orange-100\/20{ + border-top-color: rgb(254 245 231 / 0.2); +} +.border-t-orange-100\/25{ + border-top-color: rgb(254 245 231 / 0.25); +} +.border-t-orange-100\/30{ + border-top-color: rgb(254 245 231 / 0.3); +} +.border-t-orange-100\/40{ + border-top-color: rgb(254 245 231 / 0.4); +} +.border-t-orange-100\/50{ + border-top-color: rgb(254 245 231 / 0.5); +} +.border-t-orange-100\/60{ + border-top-color: rgb(254 245 231 / 0.6); +} +.border-t-orange-100\/70{ + border-top-color: rgb(254 245 231 / 0.7); +} +.border-t-orange-100\/75{ + border-top-color: rgb(254 245 231 / 0.75); +} +.border-t-orange-100\/80{ + border-top-color: rgb(254 245 231 / 0.8); +} +.border-t-orange-100\/90{ + border-top-color: rgb(254 245 231 / 0.9); +} +.border-t-orange-100\/95{ + border-top-color: rgb(254 245 231 / 0.95); +} +.border-t-orange-100\/100{ + border-top-color: rgb(254 245 231 / 1); +} +.border-t-orange-200\/0{ + border-top-color: rgb(253 231 194 / 0); +} +.border-t-orange-200\/5{ + border-top-color: rgb(253 231 194 / 0.05); +} +.border-t-orange-200\/10{ + border-top-color: rgb(253 231 194 / 0.1); +} +.border-t-orange-200\/20{ + border-top-color: rgb(253 231 194 / 0.2); +} +.border-t-orange-200\/25{ + border-top-color: rgb(253 231 194 / 0.25); +} +.border-t-orange-200\/30{ + border-top-color: rgb(253 231 194 / 0.3); +} +.border-t-orange-200\/40{ + border-top-color: rgb(253 231 194 / 0.4); +} +.border-t-orange-200\/50{ + border-top-color: rgb(253 231 194 / 0.5); +} +.border-t-orange-200\/60{ + border-top-color: rgb(253 231 194 / 0.6); +} +.border-t-orange-200\/70{ + border-top-color: rgb(253 231 194 / 0.7); +} +.border-t-orange-200\/75{ + border-top-color: rgb(253 231 194 / 0.75); +} +.border-t-orange-200\/80{ + border-top-color: rgb(253 231 194 / 0.8); +} +.border-t-orange-200\/90{ + border-top-color: rgb(253 231 194 / 0.9); +} +.border-t-orange-200\/95{ + border-top-color: rgb(253 231 194 / 0.95); +} +.border-t-orange-200\/100{ + border-top-color: rgb(253 231 194 / 1); +} +.border-t-orange-300\/0{ + border-top-color: rgb(251 216 157 / 0); +} +.border-t-orange-300\/5{ + border-top-color: rgb(251 216 157 / 0.05); +} +.border-t-orange-300\/10{ + border-top-color: rgb(251 216 157 / 0.1); +} +.border-t-orange-300\/20{ + border-top-color: rgb(251 216 157 / 0.2); +} +.border-t-orange-300\/25{ + border-top-color: rgb(251 216 157 / 0.25); +} +.border-t-orange-300\/30{ + border-top-color: rgb(251 216 157 / 0.3); +} +.border-t-orange-300\/40{ + border-top-color: rgb(251 216 157 / 0.4); +} +.border-t-orange-300\/50{ + border-top-color: rgb(251 216 157 / 0.5); +} +.border-t-orange-300\/60{ + border-top-color: rgb(251 216 157 / 0.6); +} +.border-t-orange-300\/70{ + border-top-color: rgb(251 216 157 / 0.7); +} +.border-t-orange-300\/75{ + border-top-color: rgb(251 216 157 / 0.75); +} +.border-t-orange-300\/80{ + border-top-color: rgb(251 216 157 / 0.8); +} +.border-t-orange-300\/90{ + border-top-color: rgb(251 216 157 / 0.9); +} +.border-t-orange-300\/95{ + border-top-color: rgb(251 216 157 / 0.95); +} +.border-t-orange-300\/100{ + border-top-color: rgb(251 216 157 / 1); +} +.border-t-orange-400\/0{ + border-top-color: rgb(248 187 84 / 0); +} +.border-t-orange-400\/5{ + border-top-color: rgb(248 187 84 / 0.05); +} +.border-t-orange-400\/10{ + border-top-color: rgb(248 187 84 / 0.1); +} +.border-t-orange-400\/20{ + border-top-color: rgb(248 187 84 / 0.2); +} +.border-t-orange-400\/25{ + border-top-color: rgb(248 187 84 / 0.25); +} +.border-t-orange-400\/30{ + border-top-color: rgb(248 187 84 / 0.3); +} +.border-t-orange-400\/40{ + border-top-color: rgb(248 187 84 / 0.4); +} +.border-t-orange-400\/50{ + border-top-color: rgb(248 187 84 / 0.5); +} +.border-t-orange-400\/60{ + border-top-color: rgb(248 187 84 / 0.6); +} +.border-t-orange-400\/70{ + border-top-color: rgb(248 187 84 / 0.7); +} +.border-t-orange-400\/75{ + border-top-color: rgb(248 187 84 / 0.75); +} +.border-t-orange-400\/80{ + border-top-color: rgb(248 187 84 / 0.8); +} +.border-t-orange-400\/90{ + border-top-color: rgb(248 187 84 / 0.9); +} +.border-t-orange-400\/95{ + border-top-color: rgb(248 187 84 / 0.95); +} +.border-t-orange-400\/100{ + border-top-color: rgb(248 187 84 / 1); +} +.border-t-orange-500\/0{ + border-top-color: rgb(245 158 11 / 0); +} +.border-t-orange-500\/5{ + border-top-color: rgb(245 158 11 / 0.05); +} +.border-t-orange-500\/10{ + border-top-color: rgb(245 158 11 / 0.1); +} +.border-t-orange-500\/20{ + border-top-color: rgb(245 158 11 / 0.2); +} +.border-t-orange-500\/25{ + border-top-color: rgb(245 158 11 / 0.25); +} +.border-t-orange-500\/30{ + border-top-color: rgb(245 158 11 / 0.3); +} +.border-t-orange-500\/40{ + border-top-color: rgb(245 158 11 / 0.4); +} +.border-t-orange-500\/50{ + border-top-color: rgb(245 158 11 / 0.5); +} +.border-t-orange-500\/60{ + border-top-color: rgb(245 158 11 / 0.6); +} +.border-t-orange-500\/70{ + border-top-color: rgb(245 158 11 / 0.7); +} +.border-t-orange-500\/75{ + border-top-color: rgb(245 158 11 / 0.75); +} +.border-t-orange-500\/80{ + border-top-color: rgb(245 158 11 / 0.8); +} +.border-t-orange-500\/90{ + border-top-color: rgb(245 158 11 / 0.9); +} +.border-t-orange-500\/95{ + border-top-color: rgb(245 158 11 / 0.95); +} +.border-t-orange-500\/100{ + border-top-color: rgb(245 158 11 / 1); +} +.border-t-orange-600\/0{ + border-top-color: rgb(221 142 10 / 0); +} +.border-t-orange-600\/5{ + border-top-color: rgb(221 142 10 / 0.05); +} +.border-t-orange-600\/10{ + border-top-color: rgb(221 142 10 / 0.1); +} +.border-t-orange-600\/20{ + border-top-color: rgb(221 142 10 / 0.2); +} +.border-t-orange-600\/25{ + border-top-color: rgb(221 142 10 / 0.25); +} +.border-t-orange-600\/30{ + border-top-color: rgb(221 142 10 / 0.3); +} +.border-t-orange-600\/40{ + border-top-color: rgb(221 142 10 / 0.4); +} +.border-t-orange-600\/50{ + border-top-color: rgb(221 142 10 / 0.5); +} +.border-t-orange-600\/60{ + border-top-color: rgb(221 142 10 / 0.6); +} +.border-t-orange-600\/70{ + border-top-color: rgb(221 142 10 / 0.7); +} +.border-t-orange-600\/75{ + border-top-color: rgb(221 142 10 / 0.75); +} +.border-t-orange-600\/80{ + border-top-color: rgb(221 142 10 / 0.8); +} +.border-t-orange-600\/90{ + border-top-color: rgb(221 142 10 / 0.9); +} +.border-t-orange-600\/95{ + border-top-color: rgb(221 142 10 / 0.95); +} +.border-t-orange-600\/100{ + border-top-color: rgb(221 142 10 / 1); +} +.border-t-orange-700\/0{ + border-top-color: rgb(184 119 8 / 0); +} +.border-t-orange-700\/5{ + border-top-color: rgb(184 119 8 / 0.05); +} +.border-t-orange-700\/10{ + border-top-color: rgb(184 119 8 / 0.1); +} +.border-t-orange-700\/20{ + border-top-color: rgb(184 119 8 / 0.2); +} +.border-t-orange-700\/25{ + border-top-color: rgb(184 119 8 / 0.25); +} +.border-t-orange-700\/30{ + border-top-color: rgb(184 119 8 / 0.3); +} +.border-t-orange-700\/40{ + border-top-color: rgb(184 119 8 / 0.4); +} +.border-t-orange-700\/50{ + border-top-color: rgb(184 119 8 / 0.5); +} +.border-t-orange-700\/60{ + border-top-color: rgb(184 119 8 / 0.6); +} +.border-t-orange-700\/70{ + border-top-color: rgb(184 119 8 / 0.7); +} +.border-t-orange-700\/75{ + border-top-color: rgb(184 119 8 / 0.75); +} +.border-t-orange-700\/80{ + border-top-color: rgb(184 119 8 / 0.8); +} +.border-t-orange-700\/90{ + border-top-color: rgb(184 119 8 / 0.9); +} +.border-t-orange-700\/95{ + border-top-color: rgb(184 119 8 / 0.95); +} +.border-t-orange-700\/100{ + border-top-color: rgb(184 119 8 / 1); +} +.border-t-orange-800\/0{ + border-top-color: rgb(147 95 7 / 0); +} +.border-t-orange-800\/5{ + border-top-color: rgb(147 95 7 / 0.05); +} +.border-t-orange-800\/10{ + border-top-color: rgb(147 95 7 / 0.1); +} +.border-t-orange-800\/20{ + border-top-color: rgb(147 95 7 / 0.2); +} +.border-t-orange-800\/25{ + border-top-color: rgb(147 95 7 / 0.25); +} +.border-t-orange-800\/30{ + border-top-color: rgb(147 95 7 / 0.3); +} +.border-t-orange-800\/40{ + border-top-color: rgb(147 95 7 / 0.4); +} +.border-t-orange-800\/50{ + border-top-color: rgb(147 95 7 / 0.5); +} +.border-t-orange-800\/60{ + border-top-color: rgb(147 95 7 / 0.6); +} +.border-t-orange-800\/70{ + border-top-color: rgb(147 95 7 / 0.7); +} +.border-t-orange-800\/75{ + border-top-color: rgb(147 95 7 / 0.75); +} +.border-t-orange-800\/80{ + border-top-color: rgb(147 95 7 / 0.8); +} +.border-t-orange-800\/90{ + border-top-color: rgb(147 95 7 / 0.9); +} +.border-t-orange-800\/95{ + border-top-color: rgb(147 95 7 / 0.95); +} +.border-t-orange-800\/100{ + border-top-color: rgb(147 95 7 / 1); +} +.border-t-orange-900\/0{ + border-top-color: rgb(120 77 5 / 0); +} +.border-t-orange-900\/5{ + border-top-color: rgb(120 77 5 / 0.05); +} +.border-t-orange-900\/10{ + border-top-color: rgb(120 77 5 / 0.1); +} +.border-t-orange-900\/20{ + border-top-color: rgb(120 77 5 / 0.2); +} +.border-t-orange-900\/25{ + border-top-color: rgb(120 77 5 / 0.25); +} +.border-t-orange-900\/30{ + border-top-color: rgb(120 77 5 / 0.3); +} +.border-t-orange-900\/40{ + border-top-color: rgb(120 77 5 / 0.4); +} +.border-t-orange-900\/50{ + border-top-color: rgb(120 77 5 / 0.5); +} +.border-t-orange-900\/60{ + border-top-color: rgb(120 77 5 / 0.6); +} +.border-t-orange-900\/70{ + border-top-color: rgb(120 77 5 / 0.7); +} +.border-t-orange-900\/75{ + border-top-color: rgb(120 77 5 / 0.75); +} +.border-t-orange-900\/80{ + border-top-color: rgb(120 77 5 / 0.8); +} +.border-t-orange-900\/90{ + border-top-color: rgb(120 77 5 / 0.9); +} +.border-t-orange-900\/95{ + border-top-color: rgb(120 77 5 / 0.95); +} +.border-t-orange-900\/100{ + border-top-color: rgb(120 77 5 / 1); +} +.border-t-orange\/0{ + border-top-color: rgb(245 158 11 / 0); +} +.border-t-orange\/5{ + border-top-color: rgb(245 158 11 / 0.05); +} +.border-t-orange\/10{ + border-top-color: rgb(245 158 11 / 0.1); +} +.border-t-orange\/20{ + border-top-color: rgb(245 158 11 / 0.2); +} +.border-t-orange\/25{ + border-top-color: rgb(245 158 11 / 0.25); +} +.border-t-orange\/30{ + border-top-color: rgb(245 158 11 / 0.3); +} +.border-t-orange\/40{ + border-top-color: rgb(245 158 11 / 0.4); +} +.border-t-orange\/50{ + border-top-color: rgb(245 158 11 / 0.5); +} +.border-t-orange\/60{ + border-top-color: rgb(245 158 11 / 0.6); +} +.border-t-orange\/70{ + border-top-color: rgb(245 158 11 / 0.7); +} +.border-t-orange\/75{ + border-top-color: rgb(245 158 11 / 0.75); +} +.border-t-orange\/80{ + border-top-color: rgb(245 158 11 / 0.8); +} +.border-t-orange\/90{ + border-top-color: rgb(245 158 11 / 0.9); +} +.border-t-orange\/95{ + border-top-color: rgb(245 158 11 / 0.95); +} +.border-t-orange\/100{ + border-top-color: rgb(245 158 11 / 1); +} +.border-t-amber-50\/0{ + border-top-color: rgb(255 251 235 / 0); +} +.border-t-amber-50\/5{ + border-top-color: rgb(255 251 235 / 0.05); +} +.border-t-amber-50\/10{ + border-top-color: rgb(255 251 235 / 0.1); +} +.border-t-amber-50\/20{ + border-top-color: rgb(255 251 235 / 0.2); +} +.border-t-amber-50\/25{ + border-top-color: rgb(255 251 235 / 0.25); +} +.border-t-amber-50\/30{ + border-top-color: rgb(255 251 235 / 0.3); +} +.border-t-amber-50\/40{ + border-top-color: rgb(255 251 235 / 0.4); +} +.border-t-amber-50\/50{ + border-top-color: rgb(255 251 235 / 0.5); +} +.border-t-amber-50\/60{ + border-top-color: rgb(255 251 235 / 0.6); +} +.border-t-amber-50\/70{ + border-top-color: rgb(255 251 235 / 0.7); +} +.border-t-amber-50\/75{ + border-top-color: rgb(255 251 235 / 0.75); +} +.border-t-amber-50\/80{ + border-top-color: rgb(255 251 235 / 0.8); +} +.border-t-amber-50\/90{ + border-top-color: rgb(255 251 235 / 0.9); +} +.border-t-amber-50\/95{ + border-top-color: rgb(255 251 235 / 0.95); +} +.border-t-amber-50\/100{ + border-top-color: rgb(255 251 235 / 1); +} +.border-t-amber-100\/0{ + border-top-color: rgb(254 243 199 / 0); +} +.border-t-amber-100\/5{ + border-top-color: rgb(254 243 199 / 0.05); +} +.border-t-amber-100\/10{ + border-top-color: rgb(254 243 199 / 0.1); +} +.border-t-amber-100\/20{ + border-top-color: rgb(254 243 199 / 0.2); +} +.border-t-amber-100\/25{ + border-top-color: rgb(254 243 199 / 0.25); +} +.border-t-amber-100\/30{ + border-top-color: rgb(254 243 199 / 0.3); +} +.border-t-amber-100\/40{ + border-top-color: rgb(254 243 199 / 0.4); +} +.border-t-amber-100\/50{ + border-top-color: rgb(254 243 199 / 0.5); +} +.border-t-amber-100\/60{ + border-top-color: rgb(254 243 199 / 0.6); +} +.border-t-amber-100\/70{ + border-top-color: rgb(254 243 199 / 0.7); +} +.border-t-amber-100\/75{ + border-top-color: rgb(254 243 199 / 0.75); +} +.border-t-amber-100\/80{ + border-top-color: rgb(254 243 199 / 0.8); +} +.border-t-amber-100\/90{ + border-top-color: rgb(254 243 199 / 0.9); +} +.border-t-amber-100\/95{ + border-top-color: rgb(254 243 199 / 0.95); +} +.border-t-amber-100\/100{ + border-top-color: rgb(254 243 199 / 1); +} +.border-t-amber-200\/0{ + border-top-color: rgb(253 230 138 / 0); +} +.border-t-amber-200\/5{ + border-top-color: rgb(253 230 138 / 0.05); +} +.border-t-amber-200\/10{ + border-top-color: rgb(253 230 138 / 0.1); +} +.border-t-amber-200\/20{ + border-top-color: rgb(253 230 138 / 0.2); +} +.border-t-amber-200\/25{ + border-top-color: rgb(253 230 138 / 0.25); +} +.border-t-amber-200\/30{ + border-top-color: rgb(253 230 138 / 0.3); +} +.border-t-amber-200\/40{ + border-top-color: rgb(253 230 138 / 0.4); +} +.border-t-amber-200\/50{ + border-top-color: rgb(253 230 138 / 0.5); +} +.border-t-amber-200\/60{ + border-top-color: rgb(253 230 138 / 0.6); +} +.border-t-amber-200\/70{ + border-top-color: rgb(253 230 138 / 0.7); +} +.border-t-amber-200\/75{ + border-top-color: rgb(253 230 138 / 0.75); +} +.border-t-amber-200\/80{ + border-top-color: rgb(253 230 138 / 0.8); +} +.border-t-amber-200\/90{ + border-top-color: rgb(253 230 138 / 0.9); +} +.border-t-amber-200\/95{ + border-top-color: rgb(253 230 138 / 0.95); +} +.border-t-amber-200\/100{ + border-top-color: rgb(253 230 138 / 1); +} +.border-t-amber-300\/0{ + border-top-color: rgb(252 211 77 / 0); +} +.border-t-amber-300\/5{ + border-top-color: rgb(252 211 77 / 0.05); +} +.border-t-amber-300\/10{ + border-top-color: rgb(252 211 77 / 0.1); +} +.border-t-amber-300\/20{ + border-top-color: rgb(252 211 77 / 0.2); +} +.border-t-amber-300\/25{ + border-top-color: rgb(252 211 77 / 0.25); +} +.border-t-amber-300\/30{ + border-top-color: rgb(252 211 77 / 0.3); +} +.border-t-amber-300\/40{ + border-top-color: rgb(252 211 77 / 0.4); +} +.border-t-amber-300\/50{ + border-top-color: rgb(252 211 77 / 0.5); +} +.border-t-amber-300\/60{ + border-top-color: rgb(252 211 77 / 0.6); +} +.border-t-amber-300\/70{ + border-top-color: rgb(252 211 77 / 0.7); +} +.border-t-amber-300\/75{ + border-top-color: rgb(252 211 77 / 0.75); +} +.border-t-amber-300\/80{ + border-top-color: rgb(252 211 77 / 0.8); +} +.border-t-amber-300\/90{ + border-top-color: rgb(252 211 77 / 0.9); +} +.border-t-amber-300\/95{ + border-top-color: rgb(252 211 77 / 0.95); +} +.border-t-amber-300\/100{ + border-top-color: rgb(252 211 77 / 1); +} +.border-t-amber-400\/0{ + border-top-color: rgb(251 191 36 / 0); +} +.border-t-amber-400\/5{ + border-top-color: rgb(251 191 36 / 0.05); +} +.border-t-amber-400\/10{ + border-top-color: rgb(251 191 36 / 0.1); +} +.border-t-amber-400\/20{ + border-top-color: rgb(251 191 36 / 0.2); +} +.border-t-amber-400\/25{ + border-top-color: rgb(251 191 36 / 0.25); +} +.border-t-amber-400\/30{ + border-top-color: rgb(251 191 36 / 0.3); +} +.border-t-amber-400\/40{ + border-top-color: rgb(251 191 36 / 0.4); +} +.border-t-amber-400\/50{ + border-top-color: rgb(251 191 36 / 0.5); +} +.border-t-amber-400\/60{ + border-top-color: rgb(251 191 36 / 0.6); +} +.border-t-amber-400\/70{ + border-top-color: rgb(251 191 36 / 0.7); +} +.border-t-amber-400\/75{ + border-top-color: rgb(251 191 36 / 0.75); +} +.border-t-amber-400\/80{ + border-top-color: rgb(251 191 36 / 0.8); +} +.border-t-amber-400\/90{ + border-top-color: rgb(251 191 36 / 0.9); +} +.border-t-amber-400\/95{ + border-top-color: rgb(251 191 36 / 0.95); +} +.border-t-amber-400\/100{ + border-top-color: rgb(251 191 36 / 1); +} +.border-t-amber-500\/0{ + border-top-color: rgb(245 158 11 / 0); +} +.border-t-amber-500\/5{ + border-top-color: rgb(245 158 11 / 0.05); +} +.border-t-amber-500\/10{ + border-top-color: rgb(245 158 11 / 0.1); +} +.border-t-amber-500\/20{ + border-top-color: rgb(245 158 11 / 0.2); +} +.border-t-amber-500\/25{ + border-top-color: rgb(245 158 11 / 0.25); +} +.border-t-amber-500\/30{ + border-top-color: rgb(245 158 11 / 0.3); +} +.border-t-amber-500\/40{ + border-top-color: rgb(245 158 11 / 0.4); +} +.border-t-amber-500\/50{ + border-top-color: rgb(245 158 11 / 0.5); +} +.border-t-amber-500\/60{ + border-top-color: rgb(245 158 11 / 0.6); +} +.border-t-amber-500\/70{ + border-top-color: rgb(245 158 11 / 0.7); +} +.border-t-amber-500\/75{ + border-top-color: rgb(245 158 11 / 0.75); +} +.border-t-amber-500\/80{ + border-top-color: rgb(245 158 11 / 0.8); +} +.border-t-amber-500\/90{ + border-top-color: rgb(245 158 11 / 0.9); +} +.border-t-amber-500\/95{ + border-top-color: rgb(245 158 11 / 0.95); +} +.border-t-amber-500\/100{ + border-top-color: rgb(245 158 11 / 1); +} +.border-t-amber-600\/0{ + border-top-color: rgb(217 119 6 / 0); +} +.border-t-amber-600\/5{ + border-top-color: rgb(217 119 6 / 0.05); +} +.border-t-amber-600\/10{ + border-top-color: rgb(217 119 6 / 0.1); +} +.border-t-amber-600\/20{ + border-top-color: rgb(217 119 6 / 0.2); +} +.border-t-amber-600\/25{ + border-top-color: rgb(217 119 6 / 0.25); +} +.border-t-amber-600\/30{ + border-top-color: rgb(217 119 6 / 0.3); +} +.border-t-amber-600\/40{ + border-top-color: rgb(217 119 6 / 0.4); +} +.border-t-amber-600\/50{ + border-top-color: rgb(217 119 6 / 0.5); +} +.border-t-amber-600\/60{ + border-top-color: rgb(217 119 6 / 0.6); +} +.border-t-amber-600\/70{ + border-top-color: rgb(217 119 6 / 0.7); +} +.border-t-amber-600\/75{ + border-top-color: rgb(217 119 6 / 0.75); +} +.border-t-amber-600\/80{ + border-top-color: rgb(217 119 6 / 0.8); +} +.border-t-amber-600\/90{ + border-top-color: rgb(217 119 6 / 0.9); +} +.border-t-amber-600\/95{ + border-top-color: rgb(217 119 6 / 0.95); +} +.border-t-amber-600\/100{ + border-top-color: rgb(217 119 6 / 1); +} +.border-t-amber-700\/0{ + border-top-color: rgb(180 83 9 / 0); +} +.border-t-amber-700\/5{ + border-top-color: rgb(180 83 9 / 0.05); +} +.border-t-amber-700\/10{ + border-top-color: rgb(180 83 9 / 0.1); +} +.border-t-amber-700\/20{ + border-top-color: rgb(180 83 9 / 0.2); +} +.border-t-amber-700\/25{ + border-top-color: rgb(180 83 9 / 0.25); +} +.border-t-amber-700\/30{ + border-top-color: rgb(180 83 9 / 0.3); +} +.border-t-amber-700\/40{ + border-top-color: rgb(180 83 9 / 0.4); +} +.border-t-amber-700\/50{ + border-top-color: rgb(180 83 9 / 0.5); +} +.border-t-amber-700\/60{ + border-top-color: rgb(180 83 9 / 0.6); +} +.border-t-amber-700\/70{ + border-top-color: rgb(180 83 9 / 0.7); +} +.border-t-amber-700\/75{ + border-top-color: rgb(180 83 9 / 0.75); +} +.border-t-amber-700\/80{ + border-top-color: rgb(180 83 9 / 0.8); +} +.border-t-amber-700\/90{ + border-top-color: rgb(180 83 9 / 0.9); +} +.border-t-amber-700\/95{ + border-top-color: rgb(180 83 9 / 0.95); +} +.border-t-amber-700\/100{ + border-top-color: rgb(180 83 9 / 1); +} +.border-t-amber-800\/0{ + border-top-color: rgb(146 64 14 / 0); +} +.border-t-amber-800\/5{ + border-top-color: rgb(146 64 14 / 0.05); +} +.border-t-amber-800\/10{ + border-top-color: rgb(146 64 14 / 0.1); +} +.border-t-amber-800\/20{ + border-top-color: rgb(146 64 14 / 0.2); +} +.border-t-amber-800\/25{ + border-top-color: rgb(146 64 14 / 0.25); +} +.border-t-amber-800\/30{ + border-top-color: rgb(146 64 14 / 0.3); +} +.border-t-amber-800\/40{ + border-top-color: rgb(146 64 14 / 0.4); +} +.border-t-amber-800\/50{ + border-top-color: rgb(146 64 14 / 0.5); +} +.border-t-amber-800\/60{ + border-top-color: rgb(146 64 14 / 0.6); +} +.border-t-amber-800\/70{ + border-top-color: rgb(146 64 14 / 0.7); +} +.border-t-amber-800\/75{ + border-top-color: rgb(146 64 14 / 0.75); +} +.border-t-amber-800\/80{ + border-top-color: rgb(146 64 14 / 0.8); +} +.border-t-amber-800\/90{ + border-top-color: rgb(146 64 14 / 0.9); +} +.border-t-amber-800\/95{ + border-top-color: rgb(146 64 14 / 0.95); +} +.border-t-amber-800\/100{ + border-top-color: rgb(146 64 14 / 1); +} +.border-t-amber-900\/0{ + border-top-color: rgb(120 53 15 / 0); +} +.border-t-amber-900\/5{ + border-top-color: rgb(120 53 15 / 0.05); +} +.border-t-amber-900\/10{ + border-top-color: rgb(120 53 15 / 0.1); +} +.border-t-amber-900\/20{ + border-top-color: rgb(120 53 15 / 0.2); +} +.border-t-amber-900\/25{ + border-top-color: rgb(120 53 15 / 0.25); +} +.border-t-amber-900\/30{ + border-top-color: rgb(120 53 15 / 0.3); +} +.border-t-amber-900\/40{ + border-top-color: rgb(120 53 15 / 0.4); +} +.border-t-amber-900\/50{ + border-top-color: rgb(120 53 15 / 0.5); +} +.border-t-amber-900\/60{ + border-top-color: rgb(120 53 15 / 0.6); +} +.border-t-amber-900\/70{ + border-top-color: rgb(120 53 15 / 0.7); +} +.border-t-amber-900\/75{ + border-top-color: rgb(120 53 15 / 0.75); +} +.border-t-amber-900\/80{ + border-top-color: rgb(120 53 15 / 0.8); +} +.border-t-amber-900\/90{ + border-top-color: rgb(120 53 15 / 0.9); +} +.border-t-amber-900\/95{ + border-top-color: rgb(120 53 15 / 0.95); +} +.border-t-amber-900\/100{ + border-top-color: rgb(120 53 15 / 1); +} +.border-t-yellow-50\/0{ + border-top-color: rgb(253 253 234 / 0); +} +.border-t-yellow-50\/5{ + border-top-color: rgb(253 253 234 / 0.05); +} +.border-t-yellow-50\/10{ + border-top-color: rgb(253 253 234 / 0.1); +} +.border-t-yellow-50\/20{ + border-top-color: rgb(253 253 234 / 0.2); +} +.border-t-yellow-50\/25{ + border-top-color: rgb(253 253 234 / 0.25); +} +.border-t-yellow-50\/30{ + border-top-color: rgb(253 253 234 / 0.3); +} +.border-t-yellow-50\/40{ + border-top-color: rgb(253 253 234 / 0.4); +} +.border-t-yellow-50\/50{ + border-top-color: rgb(253 253 234 / 0.5); +} +.border-t-yellow-50\/60{ + border-top-color: rgb(253 253 234 / 0.6); +} +.border-t-yellow-50\/70{ + border-top-color: rgb(253 253 234 / 0.7); +} +.border-t-yellow-50\/75{ + border-top-color: rgb(253 253 234 / 0.75); +} +.border-t-yellow-50\/80{ + border-top-color: rgb(253 253 234 / 0.8); +} +.border-t-yellow-50\/90{ + border-top-color: rgb(253 253 234 / 0.9); +} +.border-t-yellow-50\/95{ + border-top-color: rgb(253 253 234 / 0.95); +} +.border-t-yellow-50\/100{ + border-top-color: rgb(253 253 234 / 1); +} +.border-t-yellow-100\/0{ + border-top-color: rgb(253 246 178 / 0); +} +.border-t-yellow-100\/5{ + border-top-color: rgb(253 246 178 / 0.05); +} +.border-t-yellow-100\/10{ + border-top-color: rgb(253 246 178 / 0.1); +} +.border-t-yellow-100\/20{ + border-top-color: rgb(253 246 178 / 0.2); +} +.border-t-yellow-100\/25{ + border-top-color: rgb(253 246 178 / 0.25); +} +.border-t-yellow-100\/30{ + border-top-color: rgb(253 246 178 / 0.3); +} +.border-t-yellow-100\/40{ + border-top-color: rgb(253 246 178 / 0.4); +} +.border-t-yellow-100\/50{ + border-top-color: rgb(253 246 178 / 0.5); +} +.border-t-yellow-100\/60{ + border-top-color: rgb(253 246 178 / 0.6); +} +.border-t-yellow-100\/70{ + border-top-color: rgb(253 246 178 / 0.7); +} +.border-t-yellow-100\/75{ + border-top-color: rgb(253 246 178 / 0.75); +} +.border-t-yellow-100\/80{ + border-top-color: rgb(253 246 178 / 0.8); +} +.border-t-yellow-100\/90{ + border-top-color: rgb(253 246 178 / 0.9); +} +.border-t-yellow-100\/95{ + border-top-color: rgb(253 246 178 / 0.95); +} +.border-t-yellow-100\/100{ + border-top-color: rgb(253 246 178 / 1); +} +.border-t-yellow-200\/0{ + border-top-color: rgb(252 233 106 / 0); +} +.border-t-yellow-200\/5{ + border-top-color: rgb(252 233 106 / 0.05); +} +.border-t-yellow-200\/10{ + border-top-color: rgb(252 233 106 / 0.1); +} +.border-t-yellow-200\/20{ + border-top-color: rgb(252 233 106 / 0.2); +} +.border-t-yellow-200\/25{ + border-top-color: rgb(252 233 106 / 0.25); +} +.border-t-yellow-200\/30{ + border-top-color: rgb(252 233 106 / 0.3); +} +.border-t-yellow-200\/40{ + border-top-color: rgb(252 233 106 / 0.4); +} +.border-t-yellow-200\/50{ + border-top-color: rgb(252 233 106 / 0.5); +} +.border-t-yellow-200\/60{ + border-top-color: rgb(252 233 106 / 0.6); +} +.border-t-yellow-200\/70{ + border-top-color: rgb(252 233 106 / 0.7); +} +.border-t-yellow-200\/75{ + border-top-color: rgb(252 233 106 / 0.75); +} +.border-t-yellow-200\/80{ + border-top-color: rgb(252 233 106 / 0.8); +} +.border-t-yellow-200\/90{ + border-top-color: rgb(252 233 106 / 0.9); +} +.border-t-yellow-200\/95{ + border-top-color: rgb(252 233 106 / 0.95); +} +.border-t-yellow-200\/100{ + border-top-color: rgb(252 233 106 / 1); +} +.border-t-yellow-300\/0{ + border-top-color: rgb(250 202 21 / 0); +} +.border-t-yellow-300\/5{ + border-top-color: rgb(250 202 21 / 0.05); +} +.border-t-yellow-300\/10{ + border-top-color: rgb(250 202 21 / 0.1); +} +.border-t-yellow-300\/20{ + border-top-color: rgb(250 202 21 / 0.2); +} +.border-t-yellow-300\/25{ + border-top-color: rgb(250 202 21 / 0.25); +} +.border-t-yellow-300\/30{ + border-top-color: rgb(250 202 21 / 0.3); +} +.border-t-yellow-300\/40{ + border-top-color: rgb(250 202 21 / 0.4); +} +.border-t-yellow-300\/50{ + border-top-color: rgb(250 202 21 / 0.5); +} +.border-t-yellow-300\/60{ + border-top-color: rgb(250 202 21 / 0.6); +} +.border-t-yellow-300\/70{ + border-top-color: rgb(250 202 21 / 0.7); +} +.border-t-yellow-300\/75{ + border-top-color: rgb(250 202 21 / 0.75); +} +.border-t-yellow-300\/80{ + border-top-color: rgb(250 202 21 / 0.8); +} +.border-t-yellow-300\/90{ + border-top-color: rgb(250 202 21 / 0.9); +} +.border-t-yellow-300\/95{ + border-top-color: rgb(250 202 21 / 0.95); +} +.border-t-yellow-300\/100{ + border-top-color: rgb(250 202 21 / 1); +} +.border-t-yellow-400\/0{ + border-top-color: rgb(227 160 8 / 0); +} +.border-t-yellow-400\/5{ + border-top-color: rgb(227 160 8 / 0.05); +} +.border-t-yellow-400\/10{ + border-top-color: rgb(227 160 8 / 0.1); +} +.border-t-yellow-400\/20{ + border-top-color: rgb(227 160 8 / 0.2); +} +.border-t-yellow-400\/25{ + border-top-color: rgb(227 160 8 / 0.25); +} +.border-t-yellow-400\/30{ + border-top-color: rgb(227 160 8 / 0.3); +} +.border-t-yellow-400\/40{ + border-top-color: rgb(227 160 8 / 0.4); +} +.border-t-yellow-400\/50{ + border-top-color: rgb(227 160 8 / 0.5); +} +.border-t-yellow-400\/60{ + border-top-color: rgb(227 160 8 / 0.6); +} +.border-t-yellow-400\/70{ + border-top-color: rgb(227 160 8 / 0.7); +} +.border-t-yellow-400\/75{ + border-top-color: rgb(227 160 8 / 0.75); +} +.border-t-yellow-400\/80{ + border-top-color: rgb(227 160 8 / 0.8); +} +.border-t-yellow-400\/90{ + border-top-color: rgb(227 160 8 / 0.9); +} +.border-t-yellow-400\/95{ + border-top-color: rgb(227 160 8 / 0.95); +} +.border-t-yellow-400\/100{ + border-top-color: rgb(227 160 8 / 1); +} +.border-t-yellow-500\/0{ + border-top-color: rgb(194 120 3 / 0); +} +.border-t-yellow-500\/5{ + border-top-color: rgb(194 120 3 / 0.05); +} +.border-t-yellow-500\/10{ + border-top-color: rgb(194 120 3 / 0.1); +} +.border-t-yellow-500\/20{ + border-top-color: rgb(194 120 3 / 0.2); +} +.border-t-yellow-500\/25{ + border-top-color: rgb(194 120 3 / 0.25); +} +.border-t-yellow-500\/30{ + border-top-color: rgb(194 120 3 / 0.3); +} +.border-t-yellow-500\/40{ + border-top-color: rgb(194 120 3 / 0.4); +} +.border-t-yellow-500\/50{ + border-top-color: rgb(194 120 3 / 0.5); +} +.border-t-yellow-500\/60{ + border-top-color: rgb(194 120 3 / 0.6); +} +.border-t-yellow-500\/70{ + border-top-color: rgb(194 120 3 / 0.7); +} +.border-t-yellow-500\/75{ + border-top-color: rgb(194 120 3 / 0.75); +} +.border-t-yellow-500\/80{ + border-top-color: rgb(194 120 3 / 0.8); +} +.border-t-yellow-500\/90{ + border-top-color: rgb(194 120 3 / 0.9); +} +.border-t-yellow-500\/95{ + border-top-color: rgb(194 120 3 / 0.95); +} +.border-t-yellow-500\/100{ + border-top-color: rgb(194 120 3 / 1); +} +.border-t-yellow-600\/0{ + border-top-color: rgb(159 88 10 / 0); +} +.border-t-yellow-600\/5{ + border-top-color: rgb(159 88 10 / 0.05); +} +.border-t-yellow-600\/10{ + border-top-color: rgb(159 88 10 / 0.1); +} +.border-t-yellow-600\/20{ + border-top-color: rgb(159 88 10 / 0.2); +} +.border-t-yellow-600\/25{ + border-top-color: rgb(159 88 10 / 0.25); +} +.border-t-yellow-600\/30{ + border-top-color: rgb(159 88 10 / 0.3); +} +.border-t-yellow-600\/40{ + border-top-color: rgb(159 88 10 / 0.4); +} +.border-t-yellow-600\/50{ + border-top-color: rgb(159 88 10 / 0.5); +} +.border-t-yellow-600\/60{ + border-top-color: rgb(159 88 10 / 0.6); +} +.border-t-yellow-600\/70{ + border-top-color: rgb(159 88 10 / 0.7); +} +.border-t-yellow-600\/75{ + border-top-color: rgb(159 88 10 / 0.75); +} +.border-t-yellow-600\/80{ + border-top-color: rgb(159 88 10 / 0.8); +} +.border-t-yellow-600\/90{ + border-top-color: rgb(159 88 10 / 0.9); +} +.border-t-yellow-600\/95{ + border-top-color: rgb(159 88 10 / 0.95); +} +.border-t-yellow-600\/100{ + border-top-color: rgb(159 88 10 / 1); +} +.border-t-yellow-700\/0{ + border-top-color: rgb(142 75 16 / 0); +} +.border-t-yellow-700\/5{ + border-top-color: rgb(142 75 16 / 0.05); +} +.border-t-yellow-700\/10{ + border-top-color: rgb(142 75 16 / 0.1); +} +.border-t-yellow-700\/20{ + border-top-color: rgb(142 75 16 / 0.2); +} +.border-t-yellow-700\/25{ + border-top-color: rgb(142 75 16 / 0.25); +} +.border-t-yellow-700\/30{ + border-top-color: rgb(142 75 16 / 0.3); +} +.border-t-yellow-700\/40{ + border-top-color: rgb(142 75 16 / 0.4); +} +.border-t-yellow-700\/50{ + border-top-color: rgb(142 75 16 / 0.5); +} +.border-t-yellow-700\/60{ + border-top-color: rgb(142 75 16 / 0.6); +} +.border-t-yellow-700\/70{ + border-top-color: rgb(142 75 16 / 0.7); +} +.border-t-yellow-700\/75{ + border-top-color: rgb(142 75 16 / 0.75); +} +.border-t-yellow-700\/80{ + border-top-color: rgb(142 75 16 / 0.8); +} +.border-t-yellow-700\/90{ + border-top-color: rgb(142 75 16 / 0.9); +} +.border-t-yellow-700\/95{ + border-top-color: rgb(142 75 16 / 0.95); +} +.border-t-yellow-700\/100{ + border-top-color: rgb(142 75 16 / 1); +} +.border-t-yellow-800\/0{ + border-top-color: rgb(114 59 19 / 0); +} +.border-t-yellow-800\/5{ + border-top-color: rgb(114 59 19 / 0.05); +} +.border-t-yellow-800\/10{ + border-top-color: rgb(114 59 19 / 0.1); +} +.border-t-yellow-800\/20{ + border-top-color: rgb(114 59 19 / 0.2); +} +.border-t-yellow-800\/25{ + border-top-color: rgb(114 59 19 / 0.25); +} +.border-t-yellow-800\/30{ + border-top-color: rgb(114 59 19 / 0.3); +} +.border-t-yellow-800\/40{ + border-top-color: rgb(114 59 19 / 0.4); +} +.border-t-yellow-800\/50{ + border-top-color: rgb(114 59 19 / 0.5); +} +.border-t-yellow-800\/60{ + border-top-color: rgb(114 59 19 / 0.6); +} +.border-t-yellow-800\/70{ + border-top-color: rgb(114 59 19 / 0.7); +} +.border-t-yellow-800\/75{ + border-top-color: rgb(114 59 19 / 0.75); +} +.border-t-yellow-800\/80{ + border-top-color: rgb(114 59 19 / 0.8); +} +.border-t-yellow-800\/90{ + border-top-color: rgb(114 59 19 / 0.9); +} +.border-t-yellow-800\/95{ + border-top-color: rgb(114 59 19 / 0.95); +} +.border-t-yellow-800\/100{ + border-top-color: rgb(114 59 19 / 1); +} +.border-t-yellow-900\/0{ + border-top-color: rgb(99 49 18 / 0); +} +.border-t-yellow-900\/5{ + border-top-color: rgb(99 49 18 / 0.05); +} +.border-t-yellow-900\/10{ + border-top-color: rgb(99 49 18 / 0.1); +} +.border-t-yellow-900\/20{ + border-top-color: rgb(99 49 18 / 0.2); +} +.border-t-yellow-900\/25{ + border-top-color: rgb(99 49 18 / 0.25); +} +.border-t-yellow-900\/30{ + border-top-color: rgb(99 49 18 / 0.3); +} +.border-t-yellow-900\/40{ + border-top-color: rgb(99 49 18 / 0.4); +} +.border-t-yellow-900\/50{ + border-top-color: rgb(99 49 18 / 0.5); +} +.border-t-yellow-900\/60{ + border-top-color: rgb(99 49 18 / 0.6); +} +.border-t-yellow-900\/70{ + border-top-color: rgb(99 49 18 / 0.7); +} +.border-t-yellow-900\/75{ + border-top-color: rgb(99 49 18 / 0.75); +} +.border-t-yellow-900\/80{ + border-top-color: rgb(99 49 18 / 0.8); +} +.border-t-yellow-900\/90{ + border-top-color: rgb(99 49 18 / 0.9); +} +.border-t-yellow-900\/95{ + border-top-color: rgb(99 49 18 / 0.95); +} +.border-t-yellow-900\/100{ + border-top-color: rgb(99 49 18 / 1); +} +.border-t-lime-50\/0{ + border-top-color: rgb(247 254 231 / 0); +} +.border-t-lime-50\/5{ + border-top-color: rgb(247 254 231 / 0.05); +} +.border-t-lime-50\/10{ + border-top-color: rgb(247 254 231 / 0.1); +} +.border-t-lime-50\/20{ + border-top-color: rgb(247 254 231 / 0.2); +} +.border-t-lime-50\/25{ + border-top-color: rgb(247 254 231 / 0.25); +} +.border-t-lime-50\/30{ + border-top-color: rgb(247 254 231 / 0.3); +} +.border-t-lime-50\/40{ + border-top-color: rgb(247 254 231 / 0.4); +} +.border-t-lime-50\/50{ + border-top-color: rgb(247 254 231 / 0.5); +} +.border-t-lime-50\/60{ + border-top-color: rgb(247 254 231 / 0.6); +} +.border-t-lime-50\/70{ + border-top-color: rgb(247 254 231 / 0.7); +} +.border-t-lime-50\/75{ + border-top-color: rgb(247 254 231 / 0.75); +} +.border-t-lime-50\/80{ + border-top-color: rgb(247 254 231 / 0.8); +} +.border-t-lime-50\/90{ + border-top-color: rgb(247 254 231 / 0.9); +} +.border-t-lime-50\/95{ + border-top-color: rgb(247 254 231 / 0.95); +} +.border-t-lime-50\/100{ + border-top-color: rgb(247 254 231 / 1); +} +.border-t-lime-100\/0{ + border-top-color: rgb(236 252 203 / 0); +} +.border-t-lime-100\/5{ + border-top-color: rgb(236 252 203 / 0.05); +} +.border-t-lime-100\/10{ + border-top-color: rgb(236 252 203 / 0.1); +} +.border-t-lime-100\/20{ + border-top-color: rgb(236 252 203 / 0.2); +} +.border-t-lime-100\/25{ + border-top-color: rgb(236 252 203 / 0.25); +} +.border-t-lime-100\/30{ + border-top-color: rgb(236 252 203 / 0.3); +} +.border-t-lime-100\/40{ + border-top-color: rgb(236 252 203 / 0.4); +} +.border-t-lime-100\/50{ + border-top-color: rgb(236 252 203 / 0.5); +} +.border-t-lime-100\/60{ + border-top-color: rgb(236 252 203 / 0.6); +} +.border-t-lime-100\/70{ + border-top-color: rgb(236 252 203 / 0.7); +} +.border-t-lime-100\/75{ + border-top-color: rgb(236 252 203 / 0.75); +} +.border-t-lime-100\/80{ + border-top-color: rgb(236 252 203 / 0.8); +} +.border-t-lime-100\/90{ + border-top-color: rgb(236 252 203 / 0.9); +} +.border-t-lime-100\/95{ + border-top-color: rgb(236 252 203 / 0.95); +} +.border-t-lime-100\/100{ + border-top-color: rgb(236 252 203 / 1); +} +.border-t-lime-200\/0{ + border-top-color: rgb(217 249 157 / 0); +} +.border-t-lime-200\/5{ + border-top-color: rgb(217 249 157 / 0.05); +} +.border-t-lime-200\/10{ + border-top-color: rgb(217 249 157 / 0.1); +} +.border-t-lime-200\/20{ + border-top-color: rgb(217 249 157 / 0.2); +} +.border-t-lime-200\/25{ + border-top-color: rgb(217 249 157 / 0.25); +} +.border-t-lime-200\/30{ + border-top-color: rgb(217 249 157 / 0.3); +} +.border-t-lime-200\/40{ + border-top-color: rgb(217 249 157 / 0.4); +} +.border-t-lime-200\/50{ + border-top-color: rgb(217 249 157 / 0.5); +} +.border-t-lime-200\/60{ + border-top-color: rgb(217 249 157 / 0.6); +} +.border-t-lime-200\/70{ + border-top-color: rgb(217 249 157 / 0.7); +} +.border-t-lime-200\/75{ + border-top-color: rgb(217 249 157 / 0.75); +} +.border-t-lime-200\/80{ + border-top-color: rgb(217 249 157 / 0.8); +} +.border-t-lime-200\/90{ + border-top-color: rgb(217 249 157 / 0.9); +} +.border-t-lime-200\/95{ + border-top-color: rgb(217 249 157 / 0.95); +} +.border-t-lime-200\/100{ + border-top-color: rgb(217 249 157 / 1); +} +.border-t-lime-300\/0{ + border-top-color: rgb(190 242 100 / 0); +} +.border-t-lime-300\/5{ + border-top-color: rgb(190 242 100 / 0.05); +} +.border-t-lime-300\/10{ + border-top-color: rgb(190 242 100 / 0.1); +} +.border-t-lime-300\/20{ + border-top-color: rgb(190 242 100 / 0.2); +} +.border-t-lime-300\/25{ + border-top-color: rgb(190 242 100 / 0.25); +} +.border-t-lime-300\/30{ + border-top-color: rgb(190 242 100 / 0.3); +} +.border-t-lime-300\/40{ + border-top-color: rgb(190 242 100 / 0.4); +} +.border-t-lime-300\/50{ + border-top-color: rgb(190 242 100 / 0.5); +} +.border-t-lime-300\/60{ + border-top-color: rgb(190 242 100 / 0.6); +} +.border-t-lime-300\/70{ + border-top-color: rgb(190 242 100 / 0.7); +} +.border-t-lime-300\/75{ + border-top-color: rgb(190 242 100 / 0.75); +} +.border-t-lime-300\/80{ + border-top-color: rgb(190 242 100 / 0.8); +} +.border-t-lime-300\/90{ + border-top-color: rgb(190 242 100 / 0.9); +} +.border-t-lime-300\/95{ + border-top-color: rgb(190 242 100 / 0.95); +} +.border-t-lime-300\/100{ + border-top-color: rgb(190 242 100 / 1); +} +.border-t-lime-400\/0{ + border-top-color: rgb(163 230 53 / 0); +} +.border-t-lime-400\/5{ + border-top-color: rgb(163 230 53 / 0.05); +} +.border-t-lime-400\/10{ + border-top-color: rgb(163 230 53 / 0.1); +} +.border-t-lime-400\/20{ + border-top-color: rgb(163 230 53 / 0.2); +} +.border-t-lime-400\/25{ + border-top-color: rgb(163 230 53 / 0.25); +} +.border-t-lime-400\/30{ + border-top-color: rgb(163 230 53 / 0.3); +} +.border-t-lime-400\/40{ + border-top-color: rgb(163 230 53 / 0.4); +} +.border-t-lime-400\/50{ + border-top-color: rgb(163 230 53 / 0.5); +} +.border-t-lime-400\/60{ + border-top-color: rgb(163 230 53 / 0.6); +} +.border-t-lime-400\/70{ + border-top-color: rgb(163 230 53 / 0.7); +} +.border-t-lime-400\/75{ + border-top-color: rgb(163 230 53 / 0.75); +} +.border-t-lime-400\/80{ + border-top-color: rgb(163 230 53 / 0.8); +} +.border-t-lime-400\/90{ + border-top-color: rgb(163 230 53 / 0.9); +} +.border-t-lime-400\/95{ + border-top-color: rgb(163 230 53 / 0.95); +} +.border-t-lime-400\/100{ + border-top-color: rgb(163 230 53 / 1); +} +.border-t-lime-500\/0{ + border-top-color: rgb(132 204 22 / 0); +} +.border-t-lime-500\/5{ + border-top-color: rgb(132 204 22 / 0.05); +} +.border-t-lime-500\/10{ + border-top-color: rgb(132 204 22 / 0.1); +} +.border-t-lime-500\/20{ + border-top-color: rgb(132 204 22 / 0.2); +} +.border-t-lime-500\/25{ + border-top-color: rgb(132 204 22 / 0.25); +} +.border-t-lime-500\/30{ + border-top-color: rgb(132 204 22 / 0.3); +} +.border-t-lime-500\/40{ + border-top-color: rgb(132 204 22 / 0.4); +} +.border-t-lime-500\/50{ + border-top-color: rgb(132 204 22 / 0.5); +} +.border-t-lime-500\/60{ + border-top-color: rgb(132 204 22 / 0.6); +} +.border-t-lime-500\/70{ + border-top-color: rgb(132 204 22 / 0.7); +} +.border-t-lime-500\/75{ + border-top-color: rgb(132 204 22 / 0.75); +} +.border-t-lime-500\/80{ + border-top-color: rgb(132 204 22 / 0.8); +} +.border-t-lime-500\/90{ + border-top-color: rgb(132 204 22 / 0.9); +} +.border-t-lime-500\/95{ + border-top-color: rgb(132 204 22 / 0.95); +} +.border-t-lime-500\/100{ + border-top-color: rgb(132 204 22 / 1); +} +.border-t-lime-600\/0{ + border-top-color: rgb(101 163 13 / 0); +} +.border-t-lime-600\/5{ + border-top-color: rgb(101 163 13 / 0.05); +} +.border-t-lime-600\/10{ + border-top-color: rgb(101 163 13 / 0.1); +} +.border-t-lime-600\/20{ + border-top-color: rgb(101 163 13 / 0.2); +} +.border-t-lime-600\/25{ + border-top-color: rgb(101 163 13 / 0.25); +} +.border-t-lime-600\/30{ + border-top-color: rgb(101 163 13 / 0.3); +} +.border-t-lime-600\/40{ + border-top-color: rgb(101 163 13 / 0.4); +} +.border-t-lime-600\/50{ + border-top-color: rgb(101 163 13 / 0.5); +} +.border-t-lime-600\/60{ + border-top-color: rgb(101 163 13 / 0.6); +} +.border-t-lime-600\/70{ + border-top-color: rgb(101 163 13 / 0.7); +} +.border-t-lime-600\/75{ + border-top-color: rgb(101 163 13 / 0.75); +} +.border-t-lime-600\/80{ + border-top-color: rgb(101 163 13 / 0.8); +} +.border-t-lime-600\/90{ + border-top-color: rgb(101 163 13 / 0.9); +} +.border-t-lime-600\/95{ + border-top-color: rgb(101 163 13 / 0.95); +} +.border-t-lime-600\/100{ + border-top-color: rgb(101 163 13 / 1); +} +.border-t-lime-700\/0{ + border-top-color: rgb(77 124 15 / 0); +} +.border-t-lime-700\/5{ + border-top-color: rgb(77 124 15 / 0.05); +} +.border-t-lime-700\/10{ + border-top-color: rgb(77 124 15 / 0.1); +} +.border-t-lime-700\/20{ + border-top-color: rgb(77 124 15 / 0.2); +} +.border-t-lime-700\/25{ + border-top-color: rgb(77 124 15 / 0.25); +} +.border-t-lime-700\/30{ + border-top-color: rgb(77 124 15 / 0.3); +} +.border-t-lime-700\/40{ + border-top-color: rgb(77 124 15 / 0.4); +} +.border-t-lime-700\/50{ + border-top-color: rgb(77 124 15 / 0.5); +} +.border-t-lime-700\/60{ + border-top-color: rgb(77 124 15 / 0.6); +} +.border-t-lime-700\/70{ + border-top-color: rgb(77 124 15 / 0.7); +} +.border-t-lime-700\/75{ + border-top-color: rgb(77 124 15 / 0.75); +} +.border-t-lime-700\/80{ + border-top-color: rgb(77 124 15 / 0.8); +} +.border-t-lime-700\/90{ + border-top-color: rgb(77 124 15 / 0.9); +} +.border-t-lime-700\/95{ + border-top-color: rgb(77 124 15 / 0.95); +} +.border-t-lime-700\/100{ + border-top-color: rgb(77 124 15 / 1); +} +.border-t-lime-800\/0{ + border-top-color: rgb(63 98 18 / 0); +} +.border-t-lime-800\/5{ + border-top-color: rgb(63 98 18 / 0.05); +} +.border-t-lime-800\/10{ + border-top-color: rgb(63 98 18 / 0.1); +} +.border-t-lime-800\/20{ + border-top-color: rgb(63 98 18 / 0.2); +} +.border-t-lime-800\/25{ + border-top-color: rgb(63 98 18 / 0.25); +} +.border-t-lime-800\/30{ + border-top-color: rgb(63 98 18 / 0.3); +} +.border-t-lime-800\/40{ + border-top-color: rgb(63 98 18 / 0.4); +} +.border-t-lime-800\/50{ + border-top-color: rgb(63 98 18 / 0.5); +} +.border-t-lime-800\/60{ + border-top-color: rgb(63 98 18 / 0.6); +} +.border-t-lime-800\/70{ + border-top-color: rgb(63 98 18 / 0.7); +} +.border-t-lime-800\/75{ + border-top-color: rgb(63 98 18 / 0.75); +} +.border-t-lime-800\/80{ + border-top-color: rgb(63 98 18 / 0.8); +} +.border-t-lime-800\/90{ + border-top-color: rgb(63 98 18 / 0.9); +} +.border-t-lime-800\/95{ + border-top-color: rgb(63 98 18 / 0.95); +} +.border-t-lime-800\/100{ + border-top-color: rgb(63 98 18 / 1); +} +.border-t-lime-900\/0{ + border-top-color: rgb(54 83 20 / 0); +} +.border-t-lime-900\/5{ + border-top-color: rgb(54 83 20 / 0.05); +} +.border-t-lime-900\/10{ + border-top-color: rgb(54 83 20 / 0.1); +} +.border-t-lime-900\/20{ + border-top-color: rgb(54 83 20 / 0.2); +} +.border-t-lime-900\/25{ + border-top-color: rgb(54 83 20 / 0.25); +} +.border-t-lime-900\/30{ + border-top-color: rgb(54 83 20 / 0.3); +} +.border-t-lime-900\/40{ + border-top-color: rgb(54 83 20 / 0.4); +} +.border-t-lime-900\/50{ + border-top-color: rgb(54 83 20 / 0.5); +} +.border-t-lime-900\/60{ + border-top-color: rgb(54 83 20 / 0.6); +} +.border-t-lime-900\/70{ + border-top-color: rgb(54 83 20 / 0.7); +} +.border-t-lime-900\/75{ + border-top-color: rgb(54 83 20 / 0.75); +} +.border-t-lime-900\/80{ + border-top-color: rgb(54 83 20 / 0.8); +} +.border-t-lime-900\/90{ + border-top-color: rgb(54 83 20 / 0.9); +} +.border-t-lime-900\/95{ + border-top-color: rgb(54 83 20 / 0.95); +} +.border-t-lime-900\/100{ + border-top-color: rgb(54 83 20 / 1); +} +.border-t-green-50\/0{ + border-top-color: rgb(248 250 246 / 0); +} +.border-t-green-50\/5{ + border-top-color: rgb(248 250 246 / 0.05); +} +.border-t-green-50\/10{ + border-top-color: rgb(248 250 246 / 0.1); +} +.border-t-green-50\/20{ + border-top-color: rgb(248 250 246 / 0.2); +} +.border-t-green-50\/25{ + border-top-color: rgb(248 250 246 / 0.25); +} +.border-t-green-50\/30{ + border-top-color: rgb(248 250 246 / 0.3); +} +.border-t-green-50\/40{ + border-top-color: rgb(248 250 246 / 0.4); +} +.border-t-green-50\/50{ + border-top-color: rgb(248 250 246 / 0.5); +} +.border-t-green-50\/60{ + border-top-color: rgb(248 250 246 / 0.6); +} +.border-t-green-50\/70{ + border-top-color: rgb(248 250 246 / 0.7); +} +.border-t-green-50\/75{ + border-top-color: rgb(248 250 246 / 0.75); +} +.border-t-green-50\/80{ + border-top-color: rgb(248 250 246 / 0.8); +} +.border-t-green-50\/90{ + border-top-color: rgb(248 250 246 / 0.9); +} +.border-t-green-50\/95{ + border-top-color: rgb(248 250 246 / 0.95); +} +.border-t-green-50\/100{ + border-top-color: rgb(248 250 246 / 1); +} +.border-t-green-100\/0{ + border-top-color: rgb(241 246 238 / 0); +} +.border-t-green-100\/5{ + border-top-color: rgb(241 246 238 / 0.05); +} +.border-t-green-100\/10{ + border-top-color: rgb(241 246 238 / 0.1); +} +.border-t-green-100\/20{ + border-top-color: rgb(241 246 238 / 0.2); +} +.border-t-green-100\/25{ + border-top-color: rgb(241 246 238 / 0.25); +} +.border-t-green-100\/30{ + border-top-color: rgb(241 246 238 / 0.3); +} +.border-t-green-100\/40{ + border-top-color: rgb(241 246 238 / 0.4); +} +.border-t-green-100\/50{ + border-top-color: rgb(241 246 238 / 0.5); +} +.border-t-green-100\/60{ + border-top-color: rgb(241 246 238 / 0.6); +} +.border-t-green-100\/70{ + border-top-color: rgb(241 246 238 / 0.7); +} +.border-t-green-100\/75{ + border-top-color: rgb(241 246 238 / 0.75); +} +.border-t-green-100\/80{ + border-top-color: rgb(241 246 238 / 0.8); +} +.border-t-green-100\/90{ + border-top-color: rgb(241 246 238 / 0.9); +} +.border-t-green-100\/95{ + border-top-color: rgb(241 246 238 / 0.95); +} +.border-t-green-100\/100{ + border-top-color: rgb(241 246 238 / 1); +} +.border-t-green-200\/0{ + border-top-color: rgb(219 232 212 / 0); +} +.border-t-green-200\/5{ + border-top-color: rgb(219 232 212 / 0.05); +} +.border-t-green-200\/10{ + border-top-color: rgb(219 232 212 / 0.1); +} +.border-t-green-200\/20{ + border-top-color: rgb(219 232 212 / 0.2); +} +.border-t-green-200\/25{ + border-top-color: rgb(219 232 212 / 0.25); +} +.border-t-green-200\/30{ + border-top-color: rgb(219 232 212 / 0.3); +} +.border-t-green-200\/40{ + border-top-color: rgb(219 232 212 / 0.4); +} +.border-t-green-200\/50{ + border-top-color: rgb(219 232 212 / 0.5); +} +.border-t-green-200\/60{ + border-top-color: rgb(219 232 212 / 0.6); +} +.border-t-green-200\/70{ + border-top-color: rgb(219 232 212 / 0.7); +} +.border-t-green-200\/75{ + border-top-color: rgb(219 232 212 / 0.75); +} +.border-t-green-200\/80{ + border-top-color: rgb(219 232 212 / 0.8); +} +.border-t-green-200\/90{ + border-top-color: rgb(219 232 212 / 0.9); +} +.border-t-green-200\/95{ + border-top-color: rgb(219 232 212 / 0.95); +} +.border-t-green-200\/100{ + border-top-color: rgb(219 232 212 / 1); +} +.border-t-green-300\/0{ + border-top-color: rgb(197 217 186 / 0); +} +.border-t-green-300\/5{ + border-top-color: rgb(197 217 186 / 0.05); +} +.border-t-green-300\/10{ + border-top-color: rgb(197 217 186 / 0.1); +} +.border-t-green-300\/20{ + border-top-color: rgb(197 217 186 / 0.2); +} +.border-t-green-300\/25{ + border-top-color: rgb(197 217 186 / 0.25); +} +.border-t-green-300\/30{ + border-top-color: rgb(197 217 186 / 0.3); +} +.border-t-green-300\/40{ + border-top-color: rgb(197 217 186 / 0.4); +} +.border-t-green-300\/50{ + border-top-color: rgb(197 217 186 / 0.5); +} +.border-t-green-300\/60{ + border-top-color: rgb(197 217 186 / 0.6); +} +.border-t-green-300\/70{ + border-top-color: rgb(197 217 186 / 0.7); +} +.border-t-green-300\/75{ + border-top-color: rgb(197 217 186 / 0.75); +} +.border-t-green-300\/80{ + border-top-color: rgb(197 217 186 / 0.8); +} +.border-t-green-300\/90{ + border-top-color: rgb(197 217 186 / 0.9); +} +.border-t-green-300\/95{ + border-top-color: rgb(197 217 186 / 0.95); +} +.border-t-green-300\/100{ + border-top-color: rgb(197 217 186 / 1); +} +.border-t-green-400\/0{ + border-top-color: rgb(154 189 134 / 0); +} +.border-t-green-400\/5{ + border-top-color: rgb(154 189 134 / 0.05); +} +.border-t-green-400\/10{ + border-top-color: rgb(154 189 134 / 0.1); +} +.border-t-green-400\/20{ + border-top-color: rgb(154 189 134 / 0.2); +} +.border-t-green-400\/25{ + border-top-color: rgb(154 189 134 / 0.25); +} +.border-t-green-400\/30{ + border-top-color: rgb(154 189 134 / 0.3); +} +.border-t-green-400\/40{ + border-top-color: rgb(154 189 134 / 0.4); +} +.border-t-green-400\/50{ + border-top-color: rgb(154 189 134 / 0.5); +} +.border-t-green-400\/60{ + border-top-color: rgb(154 189 134 / 0.6); +} +.border-t-green-400\/70{ + border-top-color: rgb(154 189 134 / 0.7); +} +.border-t-green-400\/75{ + border-top-color: rgb(154 189 134 / 0.75); +} +.border-t-green-400\/80{ + border-top-color: rgb(154 189 134 / 0.8); +} +.border-t-green-400\/90{ + border-top-color: rgb(154 189 134 / 0.9); +} +.border-t-green-400\/95{ + border-top-color: rgb(154 189 134 / 0.95); +} +.border-t-green-400\/100{ + border-top-color: rgb(154 189 134 / 1); +} +.border-t-green-500\/0{ + border-top-color: rgb(110 161 82 / 0); +} +.border-t-green-500\/5{ + border-top-color: rgb(110 161 82 / 0.05); +} +.border-t-green-500\/10{ + border-top-color: rgb(110 161 82 / 0.1); +} +.border-t-green-500\/20{ + border-top-color: rgb(110 161 82 / 0.2); +} +.border-t-green-500\/25{ + border-top-color: rgb(110 161 82 / 0.25); +} +.border-t-green-500\/30{ + border-top-color: rgb(110 161 82 / 0.3); +} +.border-t-green-500\/40{ + border-top-color: rgb(110 161 82 / 0.4); +} +.border-t-green-500\/50{ + border-top-color: rgb(110 161 82 / 0.5); +} +.border-t-green-500\/60{ + border-top-color: rgb(110 161 82 / 0.6); +} +.border-t-green-500\/70{ + border-top-color: rgb(110 161 82 / 0.7); +} +.border-t-green-500\/75{ + border-top-color: rgb(110 161 82 / 0.75); +} +.border-t-green-500\/80{ + border-top-color: rgb(110 161 82 / 0.8); +} +.border-t-green-500\/90{ + border-top-color: rgb(110 161 82 / 0.9); +} +.border-t-green-500\/95{ + border-top-color: rgb(110 161 82 / 0.95); +} +.border-t-green-500\/100{ + border-top-color: rgb(110 161 82 / 1); +} +.border-t-green-600\/0{ + border-top-color: rgb(99 145 74 / 0); +} +.border-t-green-600\/5{ + border-top-color: rgb(99 145 74 / 0.05); +} +.border-t-green-600\/10{ + border-top-color: rgb(99 145 74 / 0.1); +} +.border-t-green-600\/20{ + border-top-color: rgb(99 145 74 / 0.2); +} +.border-t-green-600\/25{ + border-top-color: rgb(99 145 74 / 0.25); +} +.border-t-green-600\/30{ + border-top-color: rgb(99 145 74 / 0.3); +} +.border-t-green-600\/40{ + border-top-color: rgb(99 145 74 / 0.4); +} +.border-t-green-600\/50{ + border-top-color: rgb(99 145 74 / 0.5); +} +.border-t-green-600\/60{ + border-top-color: rgb(99 145 74 / 0.6); +} +.border-t-green-600\/70{ + border-top-color: rgb(99 145 74 / 0.7); +} +.border-t-green-600\/75{ + border-top-color: rgb(99 145 74 / 0.75); +} +.border-t-green-600\/80{ + border-top-color: rgb(99 145 74 / 0.8); +} +.border-t-green-600\/90{ + border-top-color: rgb(99 145 74 / 0.9); +} +.border-t-green-600\/95{ + border-top-color: rgb(99 145 74 / 0.95); +} +.border-t-green-600\/100{ + border-top-color: rgb(99 145 74 / 1); +} +.border-t-green-700\/0{ + border-top-color: rgb(83 121 62 / 0); +} +.border-t-green-700\/5{ + border-top-color: rgb(83 121 62 / 0.05); +} +.border-t-green-700\/10{ + border-top-color: rgb(83 121 62 / 0.1); +} +.border-t-green-700\/20{ + border-top-color: rgb(83 121 62 / 0.2); +} +.border-t-green-700\/25{ + border-top-color: rgb(83 121 62 / 0.25); +} +.border-t-green-700\/30{ + border-top-color: rgb(83 121 62 / 0.3); +} +.border-t-green-700\/40{ + border-top-color: rgb(83 121 62 / 0.4); +} +.border-t-green-700\/50{ + border-top-color: rgb(83 121 62 / 0.5); +} +.border-t-green-700\/60{ + border-top-color: rgb(83 121 62 / 0.6); +} +.border-t-green-700\/70{ + border-top-color: rgb(83 121 62 / 0.7); +} +.border-t-green-700\/75{ + border-top-color: rgb(83 121 62 / 0.75); +} +.border-t-green-700\/80{ + border-top-color: rgb(83 121 62 / 0.8); +} +.border-t-green-700\/90{ + border-top-color: rgb(83 121 62 / 0.9); +} +.border-t-green-700\/95{ + border-top-color: rgb(83 121 62 / 0.95); +} +.border-t-green-700\/100{ + border-top-color: rgb(83 121 62 / 1); +} +.border-t-green-800\/0{ + border-top-color: rgb(66 97 49 / 0); +} +.border-t-green-800\/5{ + border-top-color: rgb(66 97 49 / 0.05); +} +.border-t-green-800\/10{ + border-top-color: rgb(66 97 49 / 0.1); +} +.border-t-green-800\/20{ + border-top-color: rgb(66 97 49 / 0.2); +} +.border-t-green-800\/25{ + border-top-color: rgb(66 97 49 / 0.25); +} +.border-t-green-800\/30{ + border-top-color: rgb(66 97 49 / 0.3); +} +.border-t-green-800\/40{ + border-top-color: rgb(66 97 49 / 0.4); +} +.border-t-green-800\/50{ + border-top-color: rgb(66 97 49 / 0.5); +} +.border-t-green-800\/60{ + border-top-color: rgb(66 97 49 / 0.6); +} +.border-t-green-800\/70{ + border-top-color: rgb(66 97 49 / 0.7); +} +.border-t-green-800\/75{ + border-top-color: rgb(66 97 49 / 0.75); +} +.border-t-green-800\/80{ + border-top-color: rgb(66 97 49 / 0.8); +} +.border-t-green-800\/90{ + border-top-color: rgb(66 97 49 / 0.9); +} +.border-t-green-800\/95{ + border-top-color: rgb(66 97 49 / 0.95); +} +.border-t-green-800\/100{ + border-top-color: rgb(66 97 49 / 1); +} +.border-t-green-900\/0{ + border-top-color: rgb(54 79 40 / 0); +} +.border-t-green-900\/5{ + border-top-color: rgb(54 79 40 / 0.05); +} +.border-t-green-900\/10{ + border-top-color: rgb(54 79 40 / 0.1); +} +.border-t-green-900\/20{ + border-top-color: rgb(54 79 40 / 0.2); +} +.border-t-green-900\/25{ + border-top-color: rgb(54 79 40 / 0.25); +} +.border-t-green-900\/30{ + border-top-color: rgb(54 79 40 / 0.3); +} +.border-t-green-900\/40{ + border-top-color: rgb(54 79 40 / 0.4); +} +.border-t-green-900\/50{ + border-top-color: rgb(54 79 40 / 0.5); +} +.border-t-green-900\/60{ + border-top-color: rgb(54 79 40 / 0.6); +} +.border-t-green-900\/70{ + border-top-color: rgb(54 79 40 / 0.7); +} +.border-t-green-900\/75{ + border-top-color: rgb(54 79 40 / 0.75); +} +.border-t-green-900\/80{ + border-top-color: rgb(54 79 40 / 0.8); +} +.border-t-green-900\/90{ + border-top-color: rgb(54 79 40 / 0.9); +} +.border-t-green-900\/95{ + border-top-color: rgb(54 79 40 / 0.95); +} +.border-t-green-900\/100{ + border-top-color: rgb(54 79 40 / 1); +} +.border-t-green\/0{ + border-top-color: rgb(110 161 82 / 0); +} +.border-t-green\/5{ + border-top-color: rgb(110 161 82 / 0.05); +} +.border-t-green\/10{ + border-top-color: rgb(110 161 82 / 0.1); +} +.border-t-green\/20{ + border-top-color: rgb(110 161 82 / 0.2); +} +.border-t-green\/25{ + border-top-color: rgb(110 161 82 / 0.25); +} +.border-t-green\/30{ + border-top-color: rgb(110 161 82 / 0.3); +} +.border-t-green\/40{ + border-top-color: rgb(110 161 82 / 0.4); +} +.border-t-green\/50{ + border-top-color: rgb(110 161 82 / 0.5); +} +.border-t-green\/60{ + border-top-color: rgb(110 161 82 / 0.6); +} +.border-t-green\/70{ + border-top-color: rgb(110 161 82 / 0.7); +} +.border-t-green\/75{ + border-top-color: rgb(110 161 82 / 0.75); +} +.border-t-green\/80{ + border-top-color: rgb(110 161 82 / 0.8); +} +.border-t-green\/90{ + border-top-color: rgb(110 161 82 / 0.9); +} +.border-t-green\/95{ + border-top-color: rgb(110 161 82 / 0.95); +} +.border-t-green\/100{ + border-top-color: rgb(110 161 82 / 1); +} +.border-t-emerald-50\/0{ + border-top-color: rgb(236 253 245 / 0); +} +.border-t-emerald-50\/5{ + border-top-color: rgb(236 253 245 / 0.05); +} +.border-t-emerald-50\/10{ + border-top-color: rgb(236 253 245 / 0.1); +} +.border-t-emerald-50\/20{ + border-top-color: rgb(236 253 245 / 0.2); +} +.border-t-emerald-50\/25{ + border-top-color: rgb(236 253 245 / 0.25); +} +.border-t-emerald-50\/30{ + border-top-color: rgb(236 253 245 / 0.3); +} +.border-t-emerald-50\/40{ + border-top-color: rgb(236 253 245 / 0.4); +} +.border-t-emerald-50\/50{ + border-top-color: rgb(236 253 245 / 0.5); +} +.border-t-emerald-50\/60{ + border-top-color: rgb(236 253 245 / 0.6); +} +.border-t-emerald-50\/70{ + border-top-color: rgb(236 253 245 / 0.7); +} +.border-t-emerald-50\/75{ + border-top-color: rgb(236 253 245 / 0.75); +} +.border-t-emerald-50\/80{ + border-top-color: rgb(236 253 245 / 0.8); +} +.border-t-emerald-50\/90{ + border-top-color: rgb(236 253 245 / 0.9); +} +.border-t-emerald-50\/95{ + border-top-color: rgb(236 253 245 / 0.95); +} +.border-t-emerald-50\/100{ + border-top-color: rgb(236 253 245 / 1); +} +.border-t-emerald-100\/0{ + border-top-color: rgb(209 250 229 / 0); +} +.border-t-emerald-100\/5{ + border-top-color: rgb(209 250 229 / 0.05); +} +.border-t-emerald-100\/10{ + border-top-color: rgb(209 250 229 / 0.1); +} +.border-t-emerald-100\/20{ + border-top-color: rgb(209 250 229 / 0.2); +} +.border-t-emerald-100\/25{ + border-top-color: rgb(209 250 229 / 0.25); +} +.border-t-emerald-100\/30{ + border-top-color: rgb(209 250 229 / 0.3); +} +.border-t-emerald-100\/40{ + border-top-color: rgb(209 250 229 / 0.4); +} +.border-t-emerald-100\/50{ + border-top-color: rgb(209 250 229 / 0.5); +} +.border-t-emerald-100\/60{ + border-top-color: rgb(209 250 229 / 0.6); +} +.border-t-emerald-100\/70{ + border-top-color: rgb(209 250 229 / 0.7); +} +.border-t-emerald-100\/75{ + border-top-color: rgb(209 250 229 / 0.75); +} +.border-t-emerald-100\/80{ + border-top-color: rgb(209 250 229 / 0.8); +} +.border-t-emerald-100\/90{ + border-top-color: rgb(209 250 229 / 0.9); +} +.border-t-emerald-100\/95{ + border-top-color: rgb(209 250 229 / 0.95); +} +.border-t-emerald-100\/100{ + border-top-color: rgb(209 250 229 / 1); +} +.border-t-emerald-200\/0{ + border-top-color: rgb(167 243 208 / 0); +} +.border-t-emerald-200\/5{ + border-top-color: rgb(167 243 208 / 0.05); +} +.border-t-emerald-200\/10{ + border-top-color: rgb(167 243 208 / 0.1); +} +.border-t-emerald-200\/20{ + border-top-color: rgb(167 243 208 / 0.2); +} +.border-t-emerald-200\/25{ + border-top-color: rgb(167 243 208 / 0.25); +} +.border-t-emerald-200\/30{ + border-top-color: rgb(167 243 208 / 0.3); +} +.border-t-emerald-200\/40{ + border-top-color: rgb(167 243 208 / 0.4); +} +.border-t-emerald-200\/50{ + border-top-color: rgb(167 243 208 / 0.5); +} +.border-t-emerald-200\/60{ + border-top-color: rgb(167 243 208 / 0.6); +} +.border-t-emerald-200\/70{ + border-top-color: rgb(167 243 208 / 0.7); +} +.border-t-emerald-200\/75{ + border-top-color: rgb(167 243 208 / 0.75); +} +.border-t-emerald-200\/80{ + border-top-color: rgb(167 243 208 / 0.8); +} +.border-t-emerald-200\/90{ + border-top-color: rgb(167 243 208 / 0.9); +} +.border-t-emerald-200\/95{ + border-top-color: rgb(167 243 208 / 0.95); +} +.border-t-emerald-200\/100{ + border-top-color: rgb(167 243 208 / 1); +} +.border-t-emerald-300\/0{ + border-top-color: rgb(110 231 183 / 0); +} +.border-t-emerald-300\/5{ + border-top-color: rgb(110 231 183 / 0.05); +} +.border-t-emerald-300\/10{ + border-top-color: rgb(110 231 183 / 0.1); +} +.border-t-emerald-300\/20{ + border-top-color: rgb(110 231 183 / 0.2); +} +.border-t-emerald-300\/25{ + border-top-color: rgb(110 231 183 / 0.25); +} +.border-t-emerald-300\/30{ + border-top-color: rgb(110 231 183 / 0.3); +} +.border-t-emerald-300\/40{ + border-top-color: rgb(110 231 183 / 0.4); +} +.border-t-emerald-300\/50{ + border-top-color: rgb(110 231 183 / 0.5); +} +.border-t-emerald-300\/60{ + border-top-color: rgb(110 231 183 / 0.6); +} +.border-t-emerald-300\/70{ + border-top-color: rgb(110 231 183 / 0.7); +} +.border-t-emerald-300\/75{ + border-top-color: rgb(110 231 183 / 0.75); +} +.border-t-emerald-300\/80{ + border-top-color: rgb(110 231 183 / 0.8); +} +.border-t-emerald-300\/90{ + border-top-color: rgb(110 231 183 / 0.9); +} +.border-t-emerald-300\/95{ + border-top-color: rgb(110 231 183 / 0.95); +} +.border-t-emerald-300\/100{ + border-top-color: rgb(110 231 183 / 1); +} +.border-t-emerald-400\/0{ + border-top-color: rgb(52 211 153 / 0); +} +.border-t-emerald-400\/5{ + border-top-color: rgb(52 211 153 / 0.05); +} +.border-t-emerald-400\/10{ + border-top-color: rgb(52 211 153 / 0.1); +} +.border-t-emerald-400\/20{ + border-top-color: rgb(52 211 153 / 0.2); +} +.border-t-emerald-400\/25{ + border-top-color: rgb(52 211 153 / 0.25); +} +.border-t-emerald-400\/30{ + border-top-color: rgb(52 211 153 / 0.3); +} +.border-t-emerald-400\/40{ + border-top-color: rgb(52 211 153 / 0.4); +} +.border-t-emerald-400\/50{ + border-top-color: rgb(52 211 153 / 0.5); +} +.border-t-emerald-400\/60{ + border-top-color: rgb(52 211 153 / 0.6); +} +.border-t-emerald-400\/70{ + border-top-color: rgb(52 211 153 / 0.7); +} +.border-t-emerald-400\/75{ + border-top-color: rgb(52 211 153 / 0.75); +} +.border-t-emerald-400\/80{ + border-top-color: rgb(52 211 153 / 0.8); +} +.border-t-emerald-400\/90{ + border-top-color: rgb(52 211 153 / 0.9); +} +.border-t-emerald-400\/95{ + border-top-color: rgb(52 211 153 / 0.95); +} +.border-t-emerald-400\/100{ + border-top-color: rgb(52 211 153 / 1); +} +.border-t-emerald-500\/0{ + border-top-color: rgb(16 185 129 / 0); +} +.border-t-emerald-500\/5{ + border-top-color: rgb(16 185 129 / 0.05); +} +.border-t-emerald-500\/10{ + border-top-color: rgb(16 185 129 / 0.1); +} +.border-t-emerald-500\/20{ + border-top-color: rgb(16 185 129 / 0.2); +} +.border-t-emerald-500\/25{ + border-top-color: rgb(16 185 129 / 0.25); +} +.border-t-emerald-500\/30{ + border-top-color: rgb(16 185 129 / 0.3); +} +.border-t-emerald-500\/40{ + border-top-color: rgb(16 185 129 / 0.4); +} +.border-t-emerald-500\/50{ + border-top-color: rgb(16 185 129 / 0.5); +} +.border-t-emerald-500\/60{ + border-top-color: rgb(16 185 129 / 0.6); +} +.border-t-emerald-500\/70{ + border-top-color: rgb(16 185 129 / 0.7); +} +.border-t-emerald-500\/75{ + border-top-color: rgb(16 185 129 / 0.75); +} +.border-t-emerald-500\/80{ + border-top-color: rgb(16 185 129 / 0.8); +} +.border-t-emerald-500\/90{ + border-top-color: rgb(16 185 129 / 0.9); +} +.border-t-emerald-500\/95{ + border-top-color: rgb(16 185 129 / 0.95); +} +.border-t-emerald-500\/100{ + border-top-color: rgb(16 185 129 / 1); +} +.border-t-emerald-600\/0{ + border-top-color: rgb(5 150 105 / 0); +} +.border-t-emerald-600\/5{ + border-top-color: rgb(5 150 105 / 0.05); +} +.border-t-emerald-600\/10{ + border-top-color: rgb(5 150 105 / 0.1); +} +.border-t-emerald-600\/20{ + border-top-color: rgb(5 150 105 / 0.2); +} +.border-t-emerald-600\/25{ + border-top-color: rgb(5 150 105 / 0.25); +} +.border-t-emerald-600\/30{ + border-top-color: rgb(5 150 105 / 0.3); +} +.border-t-emerald-600\/40{ + border-top-color: rgb(5 150 105 / 0.4); +} +.border-t-emerald-600\/50{ + border-top-color: rgb(5 150 105 / 0.5); +} +.border-t-emerald-600\/60{ + border-top-color: rgb(5 150 105 / 0.6); +} +.border-t-emerald-600\/70{ + border-top-color: rgb(5 150 105 / 0.7); +} +.border-t-emerald-600\/75{ + border-top-color: rgb(5 150 105 / 0.75); +} +.border-t-emerald-600\/80{ + border-top-color: rgb(5 150 105 / 0.8); +} +.border-t-emerald-600\/90{ + border-top-color: rgb(5 150 105 / 0.9); +} +.border-t-emerald-600\/95{ + border-top-color: rgb(5 150 105 / 0.95); +} +.border-t-emerald-600\/100{ + border-top-color: rgb(5 150 105 / 1); +} +.border-t-emerald-700\/0{ + border-top-color: rgb(4 120 87 / 0); +} +.border-t-emerald-700\/5{ + border-top-color: rgb(4 120 87 / 0.05); +} +.border-t-emerald-700\/10{ + border-top-color: rgb(4 120 87 / 0.1); +} +.border-t-emerald-700\/20{ + border-top-color: rgb(4 120 87 / 0.2); +} +.border-t-emerald-700\/25{ + border-top-color: rgb(4 120 87 / 0.25); +} +.border-t-emerald-700\/30{ + border-top-color: rgb(4 120 87 / 0.3); +} +.border-t-emerald-700\/40{ + border-top-color: rgb(4 120 87 / 0.4); +} +.border-t-emerald-700\/50{ + border-top-color: rgb(4 120 87 / 0.5); +} +.border-t-emerald-700\/60{ + border-top-color: rgb(4 120 87 / 0.6); +} +.border-t-emerald-700\/70{ + border-top-color: rgb(4 120 87 / 0.7); +} +.border-t-emerald-700\/75{ + border-top-color: rgb(4 120 87 / 0.75); +} +.border-t-emerald-700\/80{ + border-top-color: rgb(4 120 87 / 0.8); +} +.border-t-emerald-700\/90{ + border-top-color: rgb(4 120 87 / 0.9); +} +.border-t-emerald-700\/95{ + border-top-color: rgb(4 120 87 / 0.95); +} +.border-t-emerald-700\/100{ + border-top-color: rgb(4 120 87 / 1); +} +.border-t-emerald-800\/0{ + border-top-color: rgb(6 95 70 / 0); +} +.border-t-emerald-800\/5{ + border-top-color: rgb(6 95 70 / 0.05); +} +.border-t-emerald-800\/10{ + border-top-color: rgb(6 95 70 / 0.1); +} +.border-t-emerald-800\/20{ + border-top-color: rgb(6 95 70 / 0.2); +} +.border-t-emerald-800\/25{ + border-top-color: rgb(6 95 70 / 0.25); +} +.border-t-emerald-800\/30{ + border-top-color: rgb(6 95 70 / 0.3); +} +.border-t-emerald-800\/40{ + border-top-color: rgb(6 95 70 / 0.4); +} +.border-t-emerald-800\/50{ + border-top-color: rgb(6 95 70 / 0.5); +} +.border-t-emerald-800\/60{ + border-top-color: rgb(6 95 70 / 0.6); +} +.border-t-emerald-800\/70{ + border-top-color: rgb(6 95 70 / 0.7); +} +.border-t-emerald-800\/75{ + border-top-color: rgb(6 95 70 / 0.75); +} +.border-t-emerald-800\/80{ + border-top-color: rgb(6 95 70 / 0.8); +} +.border-t-emerald-800\/90{ + border-top-color: rgb(6 95 70 / 0.9); +} +.border-t-emerald-800\/95{ + border-top-color: rgb(6 95 70 / 0.95); +} +.border-t-emerald-800\/100{ + border-top-color: rgb(6 95 70 / 1); +} +.border-t-emerald-900\/0{ + border-top-color: rgb(6 78 59 / 0); +} +.border-t-emerald-900\/5{ + border-top-color: rgb(6 78 59 / 0.05); +} +.border-t-emerald-900\/10{ + border-top-color: rgb(6 78 59 / 0.1); +} +.border-t-emerald-900\/20{ + border-top-color: rgb(6 78 59 / 0.2); +} +.border-t-emerald-900\/25{ + border-top-color: rgb(6 78 59 / 0.25); +} +.border-t-emerald-900\/30{ + border-top-color: rgb(6 78 59 / 0.3); +} +.border-t-emerald-900\/40{ + border-top-color: rgb(6 78 59 / 0.4); +} +.border-t-emerald-900\/50{ + border-top-color: rgb(6 78 59 / 0.5); +} +.border-t-emerald-900\/60{ + border-top-color: rgb(6 78 59 / 0.6); +} +.border-t-emerald-900\/70{ + border-top-color: rgb(6 78 59 / 0.7); +} +.border-t-emerald-900\/75{ + border-top-color: rgb(6 78 59 / 0.75); +} +.border-t-emerald-900\/80{ + border-top-color: rgb(6 78 59 / 0.8); +} +.border-t-emerald-900\/90{ + border-top-color: rgb(6 78 59 / 0.9); +} +.border-t-emerald-900\/95{ + border-top-color: rgb(6 78 59 / 0.95); +} +.border-t-emerald-900\/100{ + border-top-color: rgb(6 78 59 / 1); +} +.border-t-teal-50\/0{ + border-top-color: rgb(237 250 250 / 0); +} +.border-t-teal-50\/5{ + border-top-color: rgb(237 250 250 / 0.05); +} +.border-t-teal-50\/10{ + border-top-color: rgb(237 250 250 / 0.1); +} +.border-t-teal-50\/20{ + border-top-color: rgb(237 250 250 / 0.2); +} +.border-t-teal-50\/25{ + border-top-color: rgb(237 250 250 / 0.25); +} +.border-t-teal-50\/30{ + border-top-color: rgb(237 250 250 / 0.3); +} +.border-t-teal-50\/40{ + border-top-color: rgb(237 250 250 / 0.4); +} +.border-t-teal-50\/50{ + border-top-color: rgb(237 250 250 / 0.5); +} +.border-t-teal-50\/60{ + border-top-color: rgb(237 250 250 / 0.6); +} +.border-t-teal-50\/70{ + border-top-color: rgb(237 250 250 / 0.7); +} +.border-t-teal-50\/75{ + border-top-color: rgb(237 250 250 / 0.75); +} +.border-t-teal-50\/80{ + border-top-color: rgb(237 250 250 / 0.8); +} +.border-t-teal-50\/90{ + border-top-color: rgb(237 250 250 / 0.9); +} +.border-t-teal-50\/95{ + border-top-color: rgb(237 250 250 / 0.95); +} +.border-t-teal-50\/100{ + border-top-color: rgb(237 250 250 / 1); +} +.border-t-teal-100\/0{ + border-top-color: rgb(213 245 246 / 0); +} +.border-t-teal-100\/5{ + border-top-color: rgb(213 245 246 / 0.05); +} +.border-t-teal-100\/10{ + border-top-color: rgb(213 245 246 / 0.1); +} +.border-t-teal-100\/20{ + border-top-color: rgb(213 245 246 / 0.2); +} +.border-t-teal-100\/25{ + border-top-color: rgb(213 245 246 / 0.25); +} +.border-t-teal-100\/30{ + border-top-color: rgb(213 245 246 / 0.3); +} +.border-t-teal-100\/40{ + border-top-color: rgb(213 245 246 / 0.4); +} +.border-t-teal-100\/50{ + border-top-color: rgb(213 245 246 / 0.5); +} +.border-t-teal-100\/60{ + border-top-color: rgb(213 245 246 / 0.6); +} +.border-t-teal-100\/70{ + border-top-color: rgb(213 245 246 / 0.7); +} +.border-t-teal-100\/75{ + border-top-color: rgb(213 245 246 / 0.75); +} +.border-t-teal-100\/80{ + border-top-color: rgb(213 245 246 / 0.8); +} +.border-t-teal-100\/90{ + border-top-color: rgb(213 245 246 / 0.9); +} +.border-t-teal-100\/95{ + border-top-color: rgb(213 245 246 / 0.95); +} +.border-t-teal-100\/100{ + border-top-color: rgb(213 245 246 / 1); +} +.border-t-teal-200\/0{ + border-top-color: rgb(175 236 239 / 0); +} +.border-t-teal-200\/5{ + border-top-color: rgb(175 236 239 / 0.05); +} +.border-t-teal-200\/10{ + border-top-color: rgb(175 236 239 / 0.1); +} +.border-t-teal-200\/20{ + border-top-color: rgb(175 236 239 / 0.2); +} +.border-t-teal-200\/25{ + border-top-color: rgb(175 236 239 / 0.25); +} +.border-t-teal-200\/30{ + border-top-color: rgb(175 236 239 / 0.3); +} +.border-t-teal-200\/40{ + border-top-color: rgb(175 236 239 / 0.4); +} +.border-t-teal-200\/50{ + border-top-color: rgb(175 236 239 / 0.5); +} +.border-t-teal-200\/60{ + border-top-color: rgb(175 236 239 / 0.6); +} +.border-t-teal-200\/70{ + border-top-color: rgb(175 236 239 / 0.7); +} +.border-t-teal-200\/75{ + border-top-color: rgb(175 236 239 / 0.75); +} +.border-t-teal-200\/80{ + border-top-color: rgb(175 236 239 / 0.8); +} +.border-t-teal-200\/90{ + border-top-color: rgb(175 236 239 / 0.9); +} +.border-t-teal-200\/95{ + border-top-color: rgb(175 236 239 / 0.95); +} +.border-t-teal-200\/100{ + border-top-color: rgb(175 236 239 / 1); +} +.border-t-teal-300\/0{ + border-top-color: rgb(126 220 226 / 0); +} +.border-t-teal-300\/5{ + border-top-color: rgb(126 220 226 / 0.05); +} +.border-t-teal-300\/10{ + border-top-color: rgb(126 220 226 / 0.1); +} +.border-t-teal-300\/20{ + border-top-color: rgb(126 220 226 / 0.2); +} +.border-t-teal-300\/25{ + border-top-color: rgb(126 220 226 / 0.25); +} +.border-t-teal-300\/30{ + border-top-color: rgb(126 220 226 / 0.3); +} +.border-t-teal-300\/40{ + border-top-color: rgb(126 220 226 / 0.4); +} +.border-t-teal-300\/50{ + border-top-color: rgb(126 220 226 / 0.5); +} +.border-t-teal-300\/60{ + border-top-color: rgb(126 220 226 / 0.6); +} +.border-t-teal-300\/70{ + border-top-color: rgb(126 220 226 / 0.7); +} +.border-t-teal-300\/75{ + border-top-color: rgb(126 220 226 / 0.75); +} +.border-t-teal-300\/80{ + border-top-color: rgb(126 220 226 / 0.8); +} +.border-t-teal-300\/90{ + border-top-color: rgb(126 220 226 / 0.9); +} +.border-t-teal-300\/95{ + border-top-color: rgb(126 220 226 / 0.95); +} +.border-t-teal-300\/100{ + border-top-color: rgb(126 220 226 / 1); +} +.border-t-teal-400\/0{ + border-top-color: rgb(22 189 202 / 0); +} +.border-t-teal-400\/5{ + border-top-color: rgb(22 189 202 / 0.05); +} +.border-t-teal-400\/10{ + border-top-color: rgb(22 189 202 / 0.1); +} +.border-t-teal-400\/20{ + border-top-color: rgb(22 189 202 / 0.2); +} +.border-t-teal-400\/25{ + border-top-color: rgb(22 189 202 / 0.25); +} +.border-t-teal-400\/30{ + border-top-color: rgb(22 189 202 / 0.3); +} +.border-t-teal-400\/40{ + border-top-color: rgb(22 189 202 / 0.4); +} +.border-t-teal-400\/50{ + border-top-color: rgb(22 189 202 / 0.5); +} +.border-t-teal-400\/60{ + border-top-color: rgb(22 189 202 / 0.6); +} +.border-t-teal-400\/70{ + border-top-color: rgb(22 189 202 / 0.7); +} +.border-t-teal-400\/75{ + border-top-color: rgb(22 189 202 / 0.75); +} +.border-t-teal-400\/80{ + border-top-color: rgb(22 189 202 / 0.8); +} +.border-t-teal-400\/90{ + border-top-color: rgb(22 189 202 / 0.9); +} +.border-t-teal-400\/95{ + border-top-color: rgb(22 189 202 / 0.95); +} +.border-t-teal-400\/100{ + border-top-color: rgb(22 189 202 / 1); +} +.border-t-teal-500\/0{ + border-top-color: rgb(6 148 162 / 0); +} +.border-t-teal-500\/5{ + border-top-color: rgb(6 148 162 / 0.05); +} +.border-t-teal-500\/10{ + border-top-color: rgb(6 148 162 / 0.1); +} +.border-t-teal-500\/20{ + border-top-color: rgb(6 148 162 / 0.2); +} +.border-t-teal-500\/25{ + border-top-color: rgb(6 148 162 / 0.25); +} +.border-t-teal-500\/30{ + border-top-color: rgb(6 148 162 / 0.3); +} +.border-t-teal-500\/40{ + border-top-color: rgb(6 148 162 / 0.4); +} +.border-t-teal-500\/50{ + border-top-color: rgb(6 148 162 / 0.5); +} +.border-t-teal-500\/60{ + border-top-color: rgb(6 148 162 / 0.6); +} +.border-t-teal-500\/70{ + border-top-color: rgb(6 148 162 / 0.7); +} +.border-t-teal-500\/75{ + border-top-color: rgb(6 148 162 / 0.75); +} +.border-t-teal-500\/80{ + border-top-color: rgb(6 148 162 / 0.8); +} +.border-t-teal-500\/90{ + border-top-color: rgb(6 148 162 / 0.9); +} +.border-t-teal-500\/95{ + border-top-color: rgb(6 148 162 / 0.95); +} +.border-t-teal-500\/100{ + border-top-color: rgb(6 148 162 / 1); +} +.border-t-teal-600\/0{ + border-top-color: rgb(4 116 129 / 0); +} +.border-t-teal-600\/5{ + border-top-color: rgb(4 116 129 / 0.05); +} +.border-t-teal-600\/10{ + border-top-color: rgb(4 116 129 / 0.1); +} +.border-t-teal-600\/20{ + border-top-color: rgb(4 116 129 / 0.2); +} +.border-t-teal-600\/25{ + border-top-color: rgb(4 116 129 / 0.25); +} +.border-t-teal-600\/30{ + border-top-color: rgb(4 116 129 / 0.3); +} +.border-t-teal-600\/40{ + border-top-color: rgb(4 116 129 / 0.4); +} +.border-t-teal-600\/50{ + border-top-color: rgb(4 116 129 / 0.5); +} +.border-t-teal-600\/60{ + border-top-color: rgb(4 116 129 / 0.6); +} +.border-t-teal-600\/70{ + border-top-color: rgb(4 116 129 / 0.7); +} +.border-t-teal-600\/75{ + border-top-color: rgb(4 116 129 / 0.75); +} +.border-t-teal-600\/80{ + border-top-color: rgb(4 116 129 / 0.8); +} +.border-t-teal-600\/90{ + border-top-color: rgb(4 116 129 / 0.9); +} +.border-t-teal-600\/95{ + border-top-color: rgb(4 116 129 / 0.95); +} +.border-t-teal-600\/100{ + border-top-color: rgb(4 116 129 / 1); +} +.border-t-teal-700\/0{ + border-top-color: rgb(3 102 114 / 0); +} +.border-t-teal-700\/5{ + border-top-color: rgb(3 102 114 / 0.05); +} +.border-t-teal-700\/10{ + border-top-color: rgb(3 102 114 / 0.1); +} +.border-t-teal-700\/20{ + border-top-color: rgb(3 102 114 / 0.2); +} +.border-t-teal-700\/25{ + border-top-color: rgb(3 102 114 / 0.25); +} +.border-t-teal-700\/30{ + border-top-color: rgb(3 102 114 / 0.3); +} +.border-t-teal-700\/40{ + border-top-color: rgb(3 102 114 / 0.4); +} +.border-t-teal-700\/50{ + border-top-color: rgb(3 102 114 / 0.5); +} +.border-t-teal-700\/60{ + border-top-color: rgb(3 102 114 / 0.6); +} +.border-t-teal-700\/70{ + border-top-color: rgb(3 102 114 / 0.7); +} +.border-t-teal-700\/75{ + border-top-color: rgb(3 102 114 / 0.75); +} +.border-t-teal-700\/80{ + border-top-color: rgb(3 102 114 / 0.8); +} +.border-t-teal-700\/90{ + border-top-color: rgb(3 102 114 / 0.9); +} +.border-t-teal-700\/95{ + border-top-color: rgb(3 102 114 / 0.95); +} +.border-t-teal-700\/100{ + border-top-color: rgb(3 102 114 / 1); +} +.border-t-teal-800\/0{ + border-top-color: rgb(5 80 92 / 0); +} +.border-t-teal-800\/5{ + border-top-color: rgb(5 80 92 / 0.05); +} +.border-t-teal-800\/10{ + border-top-color: rgb(5 80 92 / 0.1); +} +.border-t-teal-800\/20{ + border-top-color: rgb(5 80 92 / 0.2); +} +.border-t-teal-800\/25{ + border-top-color: rgb(5 80 92 / 0.25); +} +.border-t-teal-800\/30{ + border-top-color: rgb(5 80 92 / 0.3); +} +.border-t-teal-800\/40{ + border-top-color: rgb(5 80 92 / 0.4); +} +.border-t-teal-800\/50{ + border-top-color: rgb(5 80 92 / 0.5); +} +.border-t-teal-800\/60{ + border-top-color: rgb(5 80 92 / 0.6); +} +.border-t-teal-800\/70{ + border-top-color: rgb(5 80 92 / 0.7); +} +.border-t-teal-800\/75{ + border-top-color: rgb(5 80 92 / 0.75); +} +.border-t-teal-800\/80{ + border-top-color: rgb(5 80 92 / 0.8); +} +.border-t-teal-800\/90{ + border-top-color: rgb(5 80 92 / 0.9); +} +.border-t-teal-800\/95{ + border-top-color: rgb(5 80 92 / 0.95); +} +.border-t-teal-800\/100{ + border-top-color: rgb(5 80 92 / 1); +} +.border-t-teal-900\/0{ + border-top-color: rgb(1 68 81 / 0); +} +.border-t-teal-900\/5{ + border-top-color: rgb(1 68 81 / 0.05); +} +.border-t-teal-900\/10{ + border-top-color: rgb(1 68 81 / 0.1); +} +.border-t-teal-900\/20{ + border-top-color: rgb(1 68 81 / 0.2); +} +.border-t-teal-900\/25{ + border-top-color: rgb(1 68 81 / 0.25); +} +.border-t-teal-900\/30{ + border-top-color: rgb(1 68 81 / 0.3); +} +.border-t-teal-900\/40{ + border-top-color: rgb(1 68 81 / 0.4); +} +.border-t-teal-900\/50{ + border-top-color: rgb(1 68 81 / 0.5); +} +.border-t-teal-900\/60{ + border-top-color: rgb(1 68 81 / 0.6); +} +.border-t-teal-900\/70{ + border-top-color: rgb(1 68 81 / 0.7); +} +.border-t-teal-900\/75{ + border-top-color: rgb(1 68 81 / 0.75); +} +.border-t-teal-900\/80{ + border-top-color: rgb(1 68 81 / 0.8); +} +.border-t-teal-900\/90{ + border-top-color: rgb(1 68 81 / 0.9); +} +.border-t-teal-900\/95{ + border-top-color: rgb(1 68 81 / 0.95); +} +.border-t-teal-900\/100{ + border-top-color: rgb(1 68 81 / 1); +} +.border-t-cyan-50\/0{ + border-top-color: rgb(236 254 255 / 0); +} +.border-t-cyan-50\/5{ + border-top-color: rgb(236 254 255 / 0.05); +} +.border-t-cyan-50\/10{ + border-top-color: rgb(236 254 255 / 0.1); +} +.border-t-cyan-50\/20{ + border-top-color: rgb(236 254 255 / 0.2); +} +.border-t-cyan-50\/25{ + border-top-color: rgb(236 254 255 / 0.25); +} +.border-t-cyan-50\/30{ + border-top-color: rgb(236 254 255 / 0.3); +} +.border-t-cyan-50\/40{ + border-top-color: rgb(236 254 255 / 0.4); +} +.border-t-cyan-50\/50{ + border-top-color: rgb(236 254 255 / 0.5); +} +.border-t-cyan-50\/60{ + border-top-color: rgb(236 254 255 / 0.6); +} +.border-t-cyan-50\/70{ + border-top-color: rgb(236 254 255 / 0.7); +} +.border-t-cyan-50\/75{ + border-top-color: rgb(236 254 255 / 0.75); +} +.border-t-cyan-50\/80{ + border-top-color: rgb(236 254 255 / 0.8); +} +.border-t-cyan-50\/90{ + border-top-color: rgb(236 254 255 / 0.9); +} +.border-t-cyan-50\/95{ + border-top-color: rgb(236 254 255 / 0.95); +} +.border-t-cyan-50\/100{ + border-top-color: rgb(236 254 255 / 1); +} +.border-t-cyan-100\/0{ + border-top-color: rgb(207 250 254 / 0); +} +.border-t-cyan-100\/5{ + border-top-color: rgb(207 250 254 / 0.05); +} +.border-t-cyan-100\/10{ + border-top-color: rgb(207 250 254 / 0.1); +} +.border-t-cyan-100\/20{ + border-top-color: rgb(207 250 254 / 0.2); +} +.border-t-cyan-100\/25{ + border-top-color: rgb(207 250 254 / 0.25); +} +.border-t-cyan-100\/30{ + border-top-color: rgb(207 250 254 / 0.3); +} +.border-t-cyan-100\/40{ + border-top-color: rgb(207 250 254 / 0.4); +} +.border-t-cyan-100\/50{ + border-top-color: rgb(207 250 254 / 0.5); +} +.border-t-cyan-100\/60{ + border-top-color: rgb(207 250 254 / 0.6); +} +.border-t-cyan-100\/70{ + border-top-color: rgb(207 250 254 / 0.7); +} +.border-t-cyan-100\/75{ + border-top-color: rgb(207 250 254 / 0.75); +} +.border-t-cyan-100\/80{ + border-top-color: rgb(207 250 254 / 0.8); +} +.border-t-cyan-100\/90{ + border-top-color: rgb(207 250 254 / 0.9); +} +.border-t-cyan-100\/95{ + border-top-color: rgb(207 250 254 / 0.95); +} +.border-t-cyan-100\/100{ + border-top-color: rgb(207 250 254 / 1); +} +.border-t-cyan-200\/0{ + border-top-color: rgb(165 243 252 / 0); +} +.border-t-cyan-200\/5{ + border-top-color: rgb(165 243 252 / 0.05); +} +.border-t-cyan-200\/10{ + border-top-color: rgb(165 243 252 / 0.1); +} +.border-t-cyan-200\/20{ + border-top-color: rgb(165 243 252 / 0.2); +} +.border-t-cyan-200\/25{ + border-top-color: rgb(165 243 252 / 0.25); +} +.border-t-cyan-200\/30{ + border-top-color: rgb(165 243 252 / 0.3); +} +.border-t-cyan-200\/40{ + border-top-color: rgb(165 243 252 / 0.4); +} +.border-t-cyan-200\/50{ + border-top-color: rgb(165 243 252 / 0.5); +} +.border-t-cyan-200\/60{ + border-top-color: rgb(165 243 252 / 0.6); +} +.border-t-cyan-200\/70{ + border-top-color: rgb(165 243 252 / 0.7); +} +.border-t-cyan-200\/75{ + border-top-color: rgb(165 243 252 / 0.75); +} +.border-t-cyan-200\/80{ + border-top-color: rgb(165 243 252 / 0.8); +} +.border-t-cyan-200\/90{ + border-top-color: rgb(165 243 252 / 0.9); +} +.border-t-cyan-200\/95{ + border-top-color: rgb(165 243 252 / 0.95); +} +.border-t-cyan-200\/100{ + border-top-color: rgb(165 243 252 / 1); +} +.border-t-cyan-300\/0{ + border-top-color: rgb(103 232 249 / 0); +} +.border-t-cyan-300\/5{ + border-top-color: rgb(103 232 249 / 0.05); +} +.border-t-cyan-300\/10{ + border-top-color: rgb(103 232 249 / 0.1); +} +.border-t-cyan-300\/20{ + border-top-color: rgb(103 232 249 / 0.2); +} +.border-t-cyan-300\/25{ + border-top-color: rgb(103 232 249 / 0.25); +} +.border-t-cyan-300\/30{ + border-top-color: rgb(103 232 249 / 0.3); +} +.border-t-cyan-300\/40{ + border-top-color: rgb(103 232 249 / 0.4); +} +.border-t-cyan-300\/50{ + border-top-color: rgb(103 232 249 / 0.5); +} +.border-t-cyan-300\/60{ + border-top-color: rgb(103 232 249 / 0.6); +} +.border-t-cyan-300\/70{ + border-top-color: rgb(103 232 249 / 0.7); +} +.border-t-cyan-300\/75{ + border-top-color: rgb(103 232 249 / 0.75); +} +.border-t-cyan-300\/80{ + border-top-color: rgb(103 232 249 / 0.8); +} +.border-t-cyan-300\/90{ + border-top-color: rgb(103 232 249 / 0.9); +} +.border-t-cyan-300\/95{ + border-top-color: rgb(103 232 249 / 0.95); +} +.border-t-cyan-300\/100{ + border-top-color: rgb(103 232 249 / 1); +} +.border-t-cyan-400\/0{ + border-top-color: rgb(34 211 238 / 0); +} +.border-t-cyan-400\/5{ + border-top-color: rgb(34 211 238 / 0.05); +} +.border-t-cyan-400\/10{ + border-top-color: rgb(34 211 238 / 0.1); +} +.border-t-cyan-400\/20{ + border-top-color: rgb(34 211 238 / 0.2); +} +.border-t-cyan-400\/25{ + border-top-color: rgb(34 211 238 / 0.25); +} +.border-t-cyan-400\/30{ + border-top-color: rgb(34 211 238 / 0.3); +} +.border-t-cyan-400\/40{ + border-top-color: rgb(34 211 238 / 0.4); +} +.border-t-cyan-400\/50{ + border-top-color: rgb(34 211 238 / 0.5); +} +.border-t-cyan-400\/60{ + border-top-color: rgb(34 211 238 / 0.6); +} +.border-t-cyan-400\/70{ + border-top-color: rgb(34 211 238 / 0.7); +} +.border-t-cyan-400\/75{ + border-top-color: rgb(34 211 238 / 0.75); +} +.border-t-cyan-400\/80{ + border-top-color: rgb(34 211 238 / 0.8); +} +.border-t-cyan-400\/90{ + border-top-color: rgb(34 211 238 / 0.9); +} +.border-t-cyan-400\/95{ + border-top-color: rgb(34 211 238 / 0.95); +} +.border-t-cyan-400\/100{ + border-top-color: rgb(34 211 238 / 1); +} +.border-t-cyan-500\/0{ + border-top-color: rgb(6 182 212 / 0); +} +.border-t-cyan-500\/5{ + border-top-color: rgb(6 182 212 / 0.05); +} +.border-t-cyan-500\/10{ + border-top-color: rgb(6 182 212 / 0.1); +} +.border-t-cyan-500\/20{ + border-top-color: rgb(6 182 212 / 0.2); +} +.border-t-cyan-500\/25{ + border-top-color: rgb(6 182 212 / 0.25); +} +.border-t-cyan-500\/30{ + border-top-color: rgb(6 182 212 / 0.3); +} +.border-t-cyan-500\/40{ + border-top-color: rgb(6 182 212 / 0.4); +} +.border-t-cyan-500\/50{ + border-top-color: rgb(6 182 212 / 0.5); +} +.border-t-cyan-500\/60{ + border-top-color: rgb(6 182 212 / 0.6); +} +.border-t-cyan-500\/70{ + border-top-color: rgb(6 182 212 / 0.7); +} +.border-t-cyan-500\/75{ + border-top-color: rgb(6 182 212 / 0.75); +} +.border-t-cyan-500\/80{ + border-top-color: rgb(6 182 212 / 0.8); +} +.border-t-cyan-500\/90{ + border-top-color: rgb(6 182 212 / 0.9); +} +.border-t-cyan-500\/95{ + border-top-color: rgb(6 182 212 / 0.95); +} +.border-t-cyan-500\/100{ + border-top-color: rgb(6 182 212 / 1); +} +.border-t-cyan-600\/0{ + border-top-color: rgb(8 145 178 / 0); +} +.border-t-cyan-600\/5{ + border-top-color: rgb(8 145 178 / 0.05); +} +.border-t-cyan-600\/10{ + border-top-color: rgb(8 145 178 / 0.1); +} +.border-t-cyan-600\/20{ + border-top-color: rgb(8 145 178 / 0.2); +} +.border-t-cyan-600\/25{ + border-top-color: rgb(8 145 178 / 0.25); +} +.border-t-cyan-600\/30{ + border-top-color: rgb(8 145 178 / 0.3); +} +.border-t-cyan-600\/40{ + border-top-color: rgb(8 145 178 / 0.4); +} +.border-t-cyan-600\/50{ + border-top-color: rgb(8 145 178 / 0.5); +} +.border-t-cyan-600\/60{ + border-top-color: rgb(8 145 178 / 0.6); +} +.border-t-cyan-600\/70{ + border-top-color: rgb(8 145 178 / 0.7); +} +.border-t-cyan-600\/75{ + border-top-color: rgb(8 145 178 / 0.75); +} +.border-t-cyan-600\/80{ + border-top-color: rgb(8 145 178 / 0.8); +} +.border-t-cyan-600\/90{ + border-top-color: rgb(8 145 178 / 0.9); +} +.border-t-cyan-600\/95{ + border-top-color: rgb(8 145 178 / 0.95); +} +.border-t-cyan-600\/100{ + border-top-color: rgb(8 145 178 / 1); +} +.border-t-cyan-700\/0{ + border-top-color: rgb(14 116 144 / 0); +} +.border-t-cyan-700\/5{ + border-top-color: rgb(14 116 144 / 0.05); +} +.border-t-cyan-700\/10{ + border-top-color: rgb(14 116 144 / 0.1); +} +.border-t-cyan-700\/20{ + border-top-color: rgb(14 116 144 / 0.2); +} +.border-t-cyan-700\/25{ + border-top-color: rgb(14 116 144 / 0.25); +} +.border-t-cyan-700\/30{ + border-top-color: rgb(14 116 144 / 0.3); +} +.border-t-cyan-700\/40{ + border-top-color: rgb(14 116 144 / 0.4); +} +.border-t-cyan-700\/50{ + border-top-color: rgb(14 116 144 / 0.5); +} +.border-t-cyan-700\/60{ + border-top-color: rgb(14 116 144 / 0.6); +} +.border-t-cyan-700\/70{ + border-top-color: rgb(14 116 144 / 0.7); +} +.border-t-cyan-700\/75{ + border-top-color: rgb(14 116 144 / 0.75); +} +.border-t-cyan-700\/80{ + border-top-color: rgb(14 116 144 / 0.8); +} +.border-t-cyan-700\/90{ + border-top-color: rgb(14 116 144 / 0.9); +} +.border-t-cyan-700\/95{ + border-top-color: rgb(14 116 144 / 0.95); +} +.border-t-cyan-700\/100{ + border-top-color: rgb(14 116 144 / 1); +} +.border-t-cyan-800\/0{ + border-top-color: rgb(21 94 117 / 0); +} +.border-t-cyan-800\/5{ + border-top-color: rgb(21 94 117 / 0.05); +} +.border-t-cyan-800\/10{ + border-top-color: rgb(21 94 117 / 0.1); +} +.border-t-cyan-800\/20{ + border-top-color: rgb(21 94 117 / 0.2); +} +.border-t-cyan-800\/25{ + border-top-color: rgb(21 94 117 / 0.25); +} +.border-t-cyan-800\/30{ + border-top-color: rgb(21 94 117 / 0.3); +} +.border-t-cyan-800\/40{ + border-top-color: rgb(21 94 117 / 0.4); +} +.border-t-cyan-800\/50{ + border-top-color: rgb(21 94 117 / 0.5); +} +.border-t-cyan-800\/60{ + border-top-color: rgb(21 94 117 / 0.6); +} +.border-t-cyan-800\/70{ + border-top-color: rgb(21 94 117 / 0.7); +} +.border-t-cyan-800\/75{ + border-top-color: rgb(21 94 117 / 0.75); +} +.border-t-cyan-800\/80{ + border-top-color: rgb(21 94 117 / 0.8); +} +.border-t-cyan-800\/90{ + border-top-color: rgb(21 94 117 / 0.9); +} +.border-t-cyan-800\/95{ + border-top-color: rgb(21 94 117 / 0.95); +} +.border-t-cyan-800\/100{ + border-top-color: rgb(21 94 117 / 1); +} +.border-t-cyan-900\/0{ + border-top-color: rgb(22 78 99 / 0); +} +.border-t-cyan-900\/5{ + border-top-color: rgb(22 78 99 / 0.05); +} +.border-t-cyan-900\/10{ + border-top-color: rgb(22 78 99 / 0.1); +} +.border-t-cyan-900\/20{ + border-top-color: rgb(22 78 99 / 0.2); +} +.border-t-cyan-900\/25{ + border-top-color: rgb(22 78 99 / 0.25); +} +.border-t-cyan-900\/30{ + border-top-color: rgb(22 78 99 / 0.3); +} +.border-t-cyan-900\/40{ + border-top-color: rgb(22 78 99 / 0.4); +} +.border-t-cyan-900\/50{ + border-top-color: rgb(22 78 99 / 0.5); +} +.border-t-cyan-900\/60{ + border-top-color: rgb(22 78 99 / 0.6); +} +.border-t-cyan-900\/70{ + border-top-color: rgb(22 78 99 / 0.7); +} +.border-t-cyan-900\/75{ + border-top-color: rgb(22 78 99 / 0.75); +} +.border-t-cyan-900\/80{ + border-top-color: rgb(22 78 99 / 0.8); +} +.border-t-cyan-900\/90{ + border-top-color: rgb(22 78 99 / 0.9); +} +.border-t-cyan-900\/95{ + border-top-color: rgb(22 78 99 / 0.95); +} +.border-t-cyan-900\/100{ + border-top-color: rgb(22 78 99 / 1); +} +.border-t-sky-50\/0{ + border-top-color: rgb(240 249 255 / 0); +} +.border-t-sky-50\/5{ + border-top-color: rgb(240 249 255 / 0.05); +} +.border-t-sky-50\/10{ + border-top-color: rgb(240 249 255 / 0.1); +} +.border-t-sky-50\/20{ + border-top-color: rgb(240 249 255 / 0.2); +} +.border-t-sky-50\/25{ + border-top-color: rgb(240 249 255 / 0.25); +} +.border-t-sky-50\/30{ + border-top-color: rgb(240 249 255 / 0.3); +} +.border-t-sky-50\/40{ + border-top-color: rgb(240 249 255 / 0.4); +} +.border-t-sky-50\/50{ + border-top-color: rgb(240 249 255 / 0.5); +} +.border-t-sky-50\/60{ + border-top-color: rgb(240 249 255 / 0.6); +} +.border-t-sky-50\/70{ + border-top-color: rgb(240 249 255 / 0.7); +} +.border-t-sky-50\/75{ + border-top-color: rgb(240 249 255 / 0.75); +} +.border-t-sky-50\/80{ + border-top-color: rgb(240 249 255 / 0.8); +} +.border-t-sky-50\/90{ + border-top-color: rgb(240 249 255 / 0.9); +} +.border-t-sky-50\/95{ + border-top-color: rgb(240 249 255 / 0.95); +} +.border-t-sky-50\/100{ + border-top-color: rgb(240 249 255 / 1); +} +.border-t-sky-100\/0{ + border-top-color: rgb(224 242 254 / 0); +} +.border-t-sky-100\/5{ + border-top-color: rgb(224 242 254 / 0.05); +} +.border-t-sky-100\/10{ + border-top-color: rgb(224 242 254 / 0.1); +} +.border-t-sky-100\/20{ + border-top-color: rgb(224 242 254 / 0.2); +} +.border-t-sky-100\/25{ + border-top-color: rgb(224 242 254 / 0.25); +} +.border-t-sky-100\/30{ + border-top-color: rgb(224 242 254 / 0.3); +} +.border-t-sky-100\/40{ + border-top-color: rgb(224 242 254 / 0.4); +} +.border-t-sky-100\/50{ + border-top-color: rgb(224 242 254 / 0.5); +} +.border-t-sky-100\/60{ + border-top-color: rgb(224 242 254 / 0.6); +} +.border-t-sky-100\/70{ + border-top-color: rgb(224 242 254 / 0.7); +} +.border-t-sky-100\/75{ + border-top-color: rgb(224 242 254 / 0.75); +} +.border-t-sky-100\/80{ + border-top-color: rgb(224 242 254 / 0.8); +} +.border-t-sky-100\/90{ + border-top-color: rgb(224 242 254 / 0.9); +} +.border-t-sky-100\/95{ + border-top-color: rgb(224 242 254 / 0.95); +} +.border-t-sky-100\/100{ + border-top-color: rgb(224 242 254 / 1); +} +.border-t-sky-200\/0{ + border-top-color: rgb(186 230 253 / 0); +} +.border-t-sky-200\/5{ + border-top-color: rgb(186 230 253 / 0.05); +} +.border-t-sky-200\/10{ + border-top-color: rgb(186 230 253 / 0.1); +} +.border-t-sky-200\/20{ + border-top-color: rgb(186 230 253 / 0.2); +} +.border-t-sky-200\/25{ + border-top-color: rgb(186 230 253 / 0.25); +} +.border-t-sky-200\/30{ + border-top-color: rgb(186 230 253 / 0.3); +} +.border-t-sky-200\/40{ + border-top-color: rgb(186 230 253 / 0.4); +} +.border-t-sky-200\/50{ + border-top-color: rgb(186 230 253 / 0.5); +} +.border-t-sky-200\/60{ + border-top-color: rgb(186 230 253 / 0.6); +} +.border-t-sky-200\/70{ + border-top-color: rgb(186 230 253 / 0.7); +} +.border-t-sky-200\/75{ + border-top-color: rgb(186 230 253 / 0.75); +} +.border-t-sky-200\/80{ + border-top-color: rgb(186 230 253 / 0.8); +} +.border-t-sky-200\/90{ + border-top-color: rgb(186 230 253 / 0.9); +} +.border-t-sky-200\/95{ + border-top-color: rgb(186 230 253 / 0.95); +} +.border-t-sky-200\/100{ + border-top-color: rgb(186 230 253 / 1); +} +.border-t-sky-300\/0{ + border-top-color: rgb(125 211 252 / 0); +} +.border-t-sky-300\/5{ + border-top-color: rgb(125 211 252 / 0.05); +} +.border-t-sky-300\/10{ + border-top-color: rgb(125 211 252 / 0.1); +} +.border-t-sky-300\/20{ + border-top-color: rgb(125 211 252 / 0.2); +} +.border-t-sky-300\/25{ + border-top-color: rgb(125 211 252 / 0.25); +} +.border-t-sky-300\/30{ + border-top-color: rgb(125 211 252 / 0.3); +} +.border-t-sky-300\/40{ + border-top-color: rgb(125 211 252 / 0.4); +} +.border-t-sky-300\/50{ + border-top-color: rgb(125 211 252 / 0.5); +} +.border-t-sky-300\/60{ + border-top-color: rgb(125 211 252 / 0.6); +} +.border-t-sky-300\/70{ + border-top-color: rgb(125 211 252 / 0.7); +} +.border-t-sky-300\/75{ + border-top-color: rgb(125 211 252 / 0.75); +} +.border-t-sky-300\/80{ + border-top-color: rgb(125 211 252 / 0.8); +} +.border-t-sky-300\/90{ + border-top-color: rgb(125 211 252 / 0.9); +} +.border-t-sky-300\/95{ + border-top-color: rgb(125 211 252 / 0.95); +} +.border-t-sky-300\/100{ + border-top-color: rgb(125 211 252 / 1); +} +.border-t-sky-400\/0{ + border-top-color: rgb(56 189 248 / 0); +} +.border-t-sky-400\/5{ + border-top-color: rgb(56 189 248 / 0.05); +} +.border-t-sky-400\/10{ + border-top-color: rgb(56 189 248 / 0.1); +} +.border-t-sky-400\/20{ + border-top-color: rgb(56 189 248 / 0.2); +} +.border-t-sky-400\/25{ + border-top-color: rgb(56 189 248 / 0.25); +} +.border-t-sky-400\/30{ + border-top-color: rgb(56 189 248 / 0.3); +} +.border-t-sky-400\/40{ + border-top-color: rgb(56 189 248 / 0.4); +} +.border-t-sky-400\/50{ + border-top-color: rgb(56 189 248 / 0.5); +} +.border-t-sky-400\/60{ + border-top-color: rgb(56 189 248 / 0.6); +} +.border-t-sky-400\/70{ + border-top-color: rgb(56 189 248 / 0.7); +} +.border-t-sky-400\/75{ + border-top-color: rgb(56 189 248 / 0.75); +} +.border-t-sky-400\/80{ + border-top-color: rgb(56 189 248 / 0.8); +} +.border-t-sky-400\/90{ + border-top-color: rgb(56 189 248 / 0.9); +} +.border-t-sky-400\/95{ + border-top-color: rgb(56 189 248 / 0.95); +} +.border-t-sky-400\/100{ + border-top-color: rgb(56 189 248 / 1); +} +.border-t-sky-500\/0{ + border-top-color: rgb(14 165 233 / 0); +} +.border-t-sky-500\/5{ + border-top-color: rgb(14 165 233 / 0.05); +} +.border-t-sky-500\/10{ + border-top-color: rgb(14 165 233 / 0.1); +} +.border-t-sky-500\/20{ + border-top-color: rgb(14 165 233 / 0.2); +} +.border-t-sky-500\/25{ + border-top-color: rgb(14 165 233 / 0.25); +} +.border-t-sky-500\/30{ + border-top-color: rgb(14 165 233 / 0.3); +} +.border-t-sky-500\/40{ + border-top-color: rgb(14 165 233 / 0.4); +} +.border-t-sky-500\/50{ + border-top-color: rgb(14 165 233 / 0.5); +} +.border-t-sky-500\/60{ + border-top-color: rgb(14 165 233 / 0.6); +} +.border-t-sky-500\/70{ + border-top-color: rgb(14 165 233 / 0.7); +} +.border-t-sky-500\/75{ + border-top-color: rgb(14 165 233 / 0.75); +} +.border-t-sky-500\/80{ + border-top-color: rgb(14 165 233 / 0.8); +} +.border-t-sky-500\/90{ + border-top-color: rgb(14 165 233 / 0.9); +} +.border-t-sky-500\/95{ + border-top-color: rgb(14 165 233 / 0.95); +} +.border-t-sky-500\/100{ + border-top-color: rgb(14 165 233 / 1); +} +.border-t-sky-600\/0{ + border-top-color: rgb(2 132 199 / 0); +} +.border-t-sky-600\/5{ + border-top-color: rgb(2 132 199 / 0.05); +} +.border-t-sky-600\/10{ + border-top-color: rgb(2 132 199 / 0.1); +} +.border-t-sky-600\/20{ + border-top-color: rgb(2 132 199 / 0.2); +} +.border-t-sky-600\/25{ + border-top-color: rgb(2 132 199 / 0.25); +} +.border-t-sky-600\/30{ + border-top-color: rgb(2 132 199 / 0.3); +} +.border-t-sky-600\/40{ + border-top-color: rgb(2 132 199 / 0.4); +} +.border-t-sky-600\/50{ + border-top-color: rgb(2 132 199 / 0.5); +} +.border-t-sky-600\/60{ + border-top-color: rgb(2 132 199 / 0.6); +} +.border-t-sky-600\/70{ + border-top-color: rgb(2 132 199 / 0.7); +} +.border-t-sky-600\/75{ + border-top-color: rgb(2 132 199 / 0.75); +} +.border-t-sky-600\/80{ + border-top-color: rgb(2 132 199 / 0.8); +} +.border-t-sky-600\/90{ + border-top-color: rgb(2 132 199 / 0.9); +} +.border-t-sky-600\/95{ + border-top-color: rgb(2 132 199 / 0.95); +} +.border-t-sky-600\/100{ + border-top-color: rgb(2 132 199 / 1); +} +.border-t-sky-700\/0{ + border-top-color: rgb(3 105 161 / 0); +} +.border-t-sky-700\/5{ + border-top-color: rgb(3 105 161 / 0.05); +} +.border-t-sky-700\/10{ + border-top-color: rgb(3 105 161 / 0.1); +} +.border-t-sky-700\/20{ + border-top-color: rgb(3 105 161 / 0.2); +} +.border-t-sky-700\/25{ + border-top-color: rgb(3 105 161 / 0.25); +} +.border-t-sky-700\/30{ + border-top-color: rgb(3 105 161 / 0.3); +} +.border-t-sky-700\/40{ + border-top-color: rgb(3 105 161 / 0.4); +} +.border-t-sky-700\/50{ + border-top-color: rgb(3 105 161 / 0.5); +} +.border-t-sky-700\/60{ + border-top-color: rgb(3 105 161 / 0.6); +} +.border-t-sky-700\/70{ + border-top-color: rgb(3 105 161 / 0.7); +} +.border-t-sky-700\/75{ + border-top-color: rgb(3 105 161 / 0.75); +} +.border-t-sky-700\/80{ + border-top-color: rgb(3 105 161 / 0.8); +} +.border-t-sky-700\/90{ + border-top-color: rgb(3 105 161 / 0.9); +} +.border-t-sky-700\/95{ + border-top-color: rgb(3 105 161 / 0.95); +} +.border-t-sky-700\/100{ + border-top-color: rgb(3 105 161 / 1); +} +.border-t-sky-800\/0{ + border-top-color: rgb(7 89 133 / 0); +} +.border-t-sky-800\/5{ + border-top-color: rgb(7 89 133 / 0.05); +} +.border-t-sky-800\/10{ + border-top-color: rgb(7 89 133 / 0.1); +} +.border-t-sky-800\/20{ + border-top-color: rgb(7 89 133 / 0.2); +} +.border-t-sky-800\/25{ + border-top-color: rgb(7 89 133 / 0.25); +} +.border-t-sky-800\/30{ + border-top-color: rgb(7 89 133 / 0.3); +} +.border-t-sky-800\/40{ + border-top-color: rgb(7 89 133 / 0.4); +} +.border-t-sky-800\/50{ + border-top-color: rgb(7 89 133 / 0.5); +} +.border-t-sky-800\/60{ + border-top-color: rgb(7 89 133 / 0.6); +} +.border-t-sky-800\/70{ + border-top-color: rgb(7 89 133 / 0.7); +} +.border-t-sky-800\/75{ + border-top-color: rgb(7 89 133 / 0.75); +} +.border-t-sky-800\/80{ + border-top-color: rgb(7 89 133 / 0.8); +} +.border-t-sky-800\/90{ + border-top-color: rgb(7 89 133 / 0.9); +} +.border-t-sky-800\/95{ + border-top-color: rgb(7 89 133 / 0.95); +} +.border-t-sky-800\/100{ + border-top-color: rgb(7 89 133 / 1); +} +.border-t-sky-900\/0{ + border-top-color: rgb(12 74 110 / 0); +} +.border-t-sky-900\/5{ + border-top-color: rgb(12 74 110 / 0.05); +} +.border-t-sky-900\/10{ + border-top-color: rgb(12 74 110 / 0.1); +} +.border-t-sky-900\/20{ + border-top-color: rgb(12 74 110 / 0.2); +} +.border-t-sky-900\/25{ + border-top-color: rgb(12 74 110 / 0.25); +} +.border-t-sky-900\/30{ + border-top-color: rgb(12 74 110 / 0.3); +} +.border-t-sky-900\/40{ + border-top-color: rgb(12 74 110 / 0.4); +} +.border-t-sky-900\/50{ + border-top-color: rgb(12 74 110 / 0.5); +} +.border-t-sky-900\/60{ + border-top-color: rgb(12 74 110 / 0.6); +} +.border-t-sky-900\/70{ + border-top-color: rgb(12 74 110 / 0.7); +} +.border-t-sky-900\/75{ + border-top-color: rgb(12 74 110 / 0.75); +} +.border-t-sky-900\/80{ + border-top-color: rgb(12 74 110 / 0.8); +} +.border-t-sky-900\/90{ + border-top-color: rgb(12 74 110 / 0.9); +} +.border-t-sky-900\/95{ + border-top-color: rgb(12 74 110 / 0.95); +} +.border-t-sky-900\/100{ + border-top-color: rgb(12 74 110 / 1); +} +.border-t-blue-50\/0{ + border-top-color: rgb(242 248 251 / 0); +} +.border-t-blue-50\/5{ + border-top-color: rgb(242 248 251 / 0.05); +} +.border-t-blue-50\/10{ + border-top-color: rgb(242 248 251 / 0.1); +} +.border-t-blue-50\/20{ + border-top-color: rgb(242 248 251 / 0.2); +} +.border-t-blue-50\/25{ + border-top-color: rgb(242 248 251 / 0.25); +} +.border-t-blue-50\/30{ + border-top-color: rgb(242 248 251 / 0.3); +} +.border-t-blue-50\/40{ + border-top-color: rgb(242 248 251 / 0.4); +} +.border-t-blue-50\/50{ + border-top-color: rgb(242 248 251 / 0.5); +} +.border-t-blue-50\/60{ + border-top-color: rgb(242 248 251 / 0.6); +} +.border-t-blue-50\/70{ + border-top-color: rgb(242 248 251 / 0.7); +} +.border-t-blue-50\/75{ + border-top-color: rgb(242 248 251 / 0.75); +} +.border-t-blue-50\/80{ + border-top-color: rgb(242 248 251 / 0.8); +} +.border-t-blue-50\/90{ + border-top-color: rgb(242 248 251 / 0.9); +} +.border-t-blue-50\/95{ + border-top-color: rgb(242 248 251 / 0.95); +} +.border-t-blue-50\/100{ + border-top-color: rgb(242 248 251 / 1); +} +.border-t-blue-100\/0{ + border-top-color: rgb(230 241 246 / 0); +} +.border-t-blue-100\/5{ + border-top-color: rgb(230 241 246 / 0.05); +} +.border-t-blue-100\/10{ + border-top-color: rgb(230 241 246 / 0.1); +} +.border-t-blue-100\/20{ + border-top-color: rgb(230 241 246 / 0.2); +} +.border-t-blue-100\/25{ + border-top-color: rgb(230 241 246 / 0.25); +} +.border-t-blue-100\/30{ + border-top-color: rgb(230 241 246 / 0.3); +} +.border-t-blue-100\/40{ + border-top-color: rgb(230 241 246 / 0.4); +} +.border-t-blue-100\/50{ + border-top-color: rgb(230 241 246 / 0.5); +} +.border-t-blue-100\/60{ + border-top-color: rgb(230 241 246 / 0.6); +} +.border-t-blue-100\/70{ + border-top-color: rgb(230 241 246 / 0.7); +} +.border-t-blue-100\/75{ + border-top-color: rgb(230 241 246 / 0.75); +} +.border-t-blue-100\/80{ + border-top-color: rgb(230 241 246 / 0.8); +} +.border-t-blue-100\/90{ + border-top-color: rgb(230 241 246 / 0.9); +} +.border-t-blue-100\/95{ + border-top-color: rgb(230 241 246 / 0.95); +} +.border-t-blue-100\/100{ + border-top-color: rgb(230 241 246 / 1); +} +.border-t-blue-200\/0{ + border-top-color: rgb(191 219 233 / 0); +} +.border-t-blue-200\/5{ + border-top-color: rgb(191 219 233 / 0.05); +} +.border-t-blue-200\/10{ + border-top-color: rgb(191 219 233 / 0.1); +} +.border-t-blue-200\/20{ + border-top-color: rgb(191 219 233 / 0.2); +} +.border-t-blue-200\/25{ + border-top-color: rgb(191 219 233 / 0.25); +} +.border-t-blue-200\/30{ + border-top-color: rgb(191 219 233 / 0.3); +} +.border-t-blue-200\/40{ + border-top-color: rgb(191 219 233 / 0.4); +} +.border-t-blue-200\/50{ + border-top-color: rgb(191 219 233 / 0.5); +} +.border-t-blue-200\/60{ + border-top-color: rgb(191 219 233 / 0.6); +} +.border-t-blue-200\/70{ + border-top-color: rgb(191 219 233 / 0.7); +} +.border-t-blue-200\/75{ + border-top-color: rgb(191 219 233 / 0.75); +} +.border-t-blue-200\/80{ + border-top-color: rgb(191 219 233 / 0.8); +} +.border-t-blue-200\/90{ + border-top-color: rgb(191 219 233 / 0.9); +} +.border-t-blue-200\/95{ + border-top-color: rgb(191 219 233 / 0.95); +} +.border-t-blue-200\/100{ + border-top-color: rgb(191 219 233 / 1); +} +.border-t-blue-300\/0{ + border-top-color: rgb(153 197 219 / 0); +} +.border-t-blue-300\/5{ + border-top-color: rgb(153 197 219 / 0.05); +} +.border-t-blue-300\/10{ + border-top-color: rgb(153 197 219 / 0.1); +} +.border-t-blue-300\/20{ + border-top-color: rgb(153 197 219 / 0.2); +} +.border-t-blue-300\/25{ + border-top-color: rgb(153 197 219 / 0.25); +} +.border-t-blue-300\/30{ + border-top-color: rgb(153 197 219 / 0.3); +} +.border-t-blue-300\/40{ + border-top-color: rgb(153 197 219 / 0.4); +} +.border-t-blue-300\/50{ + border-top-color: rgb(153 197 219 / 0.5); +} +.border-t-blue-300\/60{ + border-top-color: rgb(153 197 219 / 0.6); +} +.border-t-blue-300\/70{ + border-top-color: rgb(153 197 219 / 0.7); +} +.border-t-blue-300\/75{ + border-top-color: rgb(153 197 219 / 0.75); +} +.border-t-blue-300\/80{ + border-top-color: rgb(153 197 219 / 0.8); +} +.border-t-blue-300\/90{ + border-top-color: rgb(153 197 219 / 0.9); +} +.border-t-blue-300\/95{ + border-top-color: rgb(153 197 219 / 0.95); +} +.border-t-blue-300\/100{ + border-top-color: rgb(153 197 219 / 1); +} +.border-t-blue-400\/0{ + border-top-color: rgb(77 154 193 / 0); +} +.border-t-blue-400\/5{ + border-top-color: rgb(77 154 193 / 0.05); +} +.border-t-blue-400\/10{ + border-top-color: rgb(77 154 193 / 0.1); +} +.border-t-blue-400\/20{ + border-top-color: rgb(77 154 193 / 0.2); +} +.border-t-blue-400\/25{ + border-top-color: rgb(77 154 193 / 0.25); +} +.border-t-blue-400\/30{ + border-top-color: rgb(77 154 193 / 0.3); +} +.border-t-blue-400\/40{ + border-top-color: rgb(77 154 193 / 0.4); +} +.border-t-blue-400\/50{ + border-top-color: rgb(77 154 193 / 0.5); +} +.border-t-blue-400\/60{ + border-top-color: rgb(77 154 193 / 0.6); +} +.border-t-blue-400\/70{ + border-top-color: rgb(77 154 193 / 0.7); +} +.border-t-blue-400\/75{ + border-top-color: rgb(77 154 193 / 0.75); +} +.border-t-blue-400\/80{ + border-top-color: rgb(77 154 193 / 0.8); +} +.border-t-blue-400\/90{ + border-top-color: rgb(77 154 193 / 0.9); +} +.border-t-blue-400\/95{ + border-top-color: rgb(77 154 193 / 0.95); +} +.border-t-blue-400\/100{ + border-top-color: rgb(77 154 193 / 1); +} +.border-t-blue-500\/0{ + border-top-color: rgb(0 110 166 / 0); +} +.border-t-blue-500\/5{ + border-top-color: rgb(0 110 166 / 0.05); +} +.border-t-blue-500\/10{ + border-top-color: rgb(0 110 166 / 0.1); +} +.border-t-blue-500\/20{ + border-top-color: rgb(0 110 166 / 0.2); +} +.border-t-blue-500\/25{ + border-top-color: rgb(0 110 166 / 0.25); +} +.border-t-blue-500\/30{ + border-top-color: rgb(0 110 166 / 0.3); +} +.border-t-blue-500\/40{ + border-top-color: rgb(0 110 166 / 0.4); +} +.border-t-blue-500\/50{ + border-top-color: rgb(0 110 166 / 0.5); +} +.border-t-blue-500\/60{ + border-top-color: rgb(0 110 166 / 0.6); +} +.border-t-blue-500\/70{ + border-top-color: rgb(0 110 166 / 0.7); +} +.border-t-blue-500\/75{ + border-top-color: rgb(0 110 166 / 0.75); +} +.border-t-blue-500\/80{ + border-top-color: rgb(0 110 166 / 0.8); +} +.border-t-blue-500\/90{ + border-top-color: rgb(0 110 166 / 0.9); +} +.border-t-blue-500\/95{ + border-top-color: rgb(0 110 166 / 0.95); +} +.border-t-blue-500\/100{ + border-top-color: rgb(0 110 166 / 1); +} +.border-t-blue-600\/0{ + border-top-color: rgb(0 99 149 / 0); +} +.border-t-blue-600\/5{ + border-top-color: rgb(0 99 149 / 0.05); +} +.border-t-blue-600\/10{ + border-top-color: rgb(0 99 149 / 0.1); +} +.border-t-blue-600\/20{ + border-top-color: rgb(0 99 149 / 0.2); +} +.border-t-blue-600\/25{ + border-top-color: rgb(0 99 149 / 0.25); +} +.border-t-blue-600\/30{ + border-top-color: rgb(0 99 149 / 0.3); +} +.border-t-blue-600\/40{ + border-top-color: rgb(0 99 149 / 0.4); +} +.border-t-blue-600\/50{ + border-top-color: rgb(0 99 149 / 0.5); +} +.border-t-blue-600\/60{ + border-top-color: rgb(0 99 149 / 0.6); +} +.border-t-blue-600\/70{ + border-top-color: rgb(0 99 149 / 0.7); +} +.border-t-blue-600\/75{ + border-top-color: rgb(0 99 149 / 0.75); +} +.border-t-blue-600\/80{ + border-top-color: rgb(0 99 149 / 0.8); +} +.border-t-blue-600\/90{ + border-top-color: rgb(0 99 149 / 0.9); +} +.border-t-blue-600\/95{ + border-top-color: rgb(0 99 149 / 0.95); +} +.border-t-blue-600\/100{ + border-top-color: rgb(0 99 149 / 1); +} +.border-t-blue-700\/0{ + border-top-color: rgb(0 83 125 / 0); +} +.border-t-blue-700\/5{ + border-top-color: rgb(0 83 125 / 0.05); +} +.border-t-blue-700\/10{ + border-top-color: rgb(0 83 125 / 0.1); +} +.border-t-blue-700\/20{ + border-top-color: rgb(0 83 125 / 0.2); +} +.border-t-blue-700\/25{ + border-top-color: rgb(0 83 125 / 0.25); +} +.border-t-blue-700\/30{ + border-top-color: rgb(0 83 125 / 0.3); +} +.border-t-blue-700\/40{ + border-top-color: rgb(0 83 125 / 0.4); +} +.border-t-blue-700\/50{ + border-top-color: rgb(0 83 125 / 0.5); +} +.border-t-blue-700\/60{ + border-top-color: rgb(0 83 125 / 0.6); +} +.border-t-blue-700\/70{ + border-top-color: rgb(0 83 125 / 0.7); +} +.border-t-blue-700\/75{ + border-top-color: rgb(0 83 125 / 0.75); +} +.border-t-blue-700\/80{ + border-top-color: rgb(0 83 125 / 0.8); +} +.border-t-blue-700\/90{ + border-top-color: rgb(0 83 125 / 0.9); +} +.border-t-blue-700\/95{ + border-top-color: rgb(0 83 125 / 0.95); +} +.border-t-blue-700\/100{ + border-top-color: rgb(0 83 125 / 1); +} +.border-t-blue-800\/0{ + border-top-color: rgb(0 66 100 / 0); +} +.border-t-blue-800\/5{ + border-top-color: rgb(0 66 100 / 0.05); +} +.border-t-blue-800\/10{ + border-top-color: rgb(0 66 100 / 0.1); +} +.border-t-blue-800\/20{ + border-top-color: rgb(0 66 100 / 0.2); +} +.border-t-blue-800\/25{ + border-top-color: rgb(0 66 100 / 0.25); +} +.border-t-blue-800\/30{ + border-top-color: rgb(0 66 100 / 0.3); +} +.border-t-blue-800\/40{ + border-top-color: rgb(0 66 100 / 0.4); +} +.border-t-blue-800\/50{ + border-top-color: rgb(0 66 100 / 0.5); +} +.border-t-blue-800\/60{ + border-top-color: rgb(0 66 100 / 0.6); +} +.border-t-blue-800\/70{ + border-top-color: rgb(0 66 100 / 0.7); +} +.border-t-blue-800\/75{ + border-top-color: rgb(0 66 100 / 0.75); +} +.border-t-blue-800\/80{ + border-top-color: rgb(0 66 100 / 0.8); +} +.border-t-blue-800\/90{ + border-top-color: rgb(0 66 100 / 0.9); +} +.border-t-blue-800\/95{ + border-top-color: rgb(0 66 100 / 0.95); +} +.border-t-blue-800\/100{ + border-top-color: rgb(0 66 100 / 1); +} +.border-t-blue-900\/0{ + border-top-color: rgb(0 54 81 / 0); +} +.border-t-blue-900\/5{ + border-top-color: rgb(0 54 81 / 0.05); +} +.border-t-blue-900\/10{ + border-top-color: rgb(0 54 81 / 0.1); +} +.border-t-blue-900\/20{ + border-top-color: rgb(0 54 81 / 0.2); +} +.border-t-blue-900\/25{ + border-top-color: rgb(0 54 81 / 0.25); +} +.border-t-blue-900\/30{ + border-top-color: rgb(0 54 81 / 0.3); +} +.border-t-blue-900\/40{ + border-top-color: rgb(0 54 81 / 0.4); +} +.border-t-blue-900\/50{ + border-top-color: rgb(0 54 81 / 0.5); +} +.border-t-blue-900\/60{ + border-top-color: rgb(0 54 81 / 0.6); +} +.border-t-blue-900\/70{ + border-top-color: rgb(0 54 81 / 0.7); +} +.border-t-blue-900\/75{ + border-top-color: rgb(0 54 81 / 0.75); +} +.border-t-blue-900\/80{ + border-top-color: rgb(0 54 81 / 0.8); +} +.border-t-blue-900\/90{ + border-top-color: rgb(0 54 81 / 0.9); +} +.border-t-blue-900\/95{ + border-top-color: rgb(0 54 81 / 0.95); +} +.border-t-blue-900\/100{ + border-top-color: rgb(0 54 81 / 1); +} +.border-t-blue\/0{ + border-top-color: rgb(0 110 166 / 0); +} +.border-t-blue\/5{ + border-top-color: rgb(0 110 166 / 0.05); +} +.border-t-blue\/10{ + border-top-color: rgb(0 110 166 / 0.1); +} +.border-t-blue\/20{ + border-top-color: rgb(0 110 166 / 0.2); +} +.border-t-blue\/25{ + border-top-color: rgb(0 110 166 / 0.25); +} +.border-t-blue\/30{ + border-top-color: rgb(0 110 166 / 0.3); +} +.border-t-blue\/40{ + border-top-color: rgb(0 110 166 / 0.4); +} +.border-t-blue\/50{ + border-top-color: rgb(0 110 166 / 0.5); +} +.border-t-blue\/60{ + border-top-color: rgb(0 110 166 / 0.6); +} +.border-t-blue\/70{ + border-top-color: rgb(0 110 166 / 0.7); +} +.border-t-blue\/75{ + border-top-color: rgb(0 110 166 / 0.75); +} +.border-t-blue\/80{ + border-top-color: rgb(0 110 166 / 0.8); +} +.border-t-blue\/90{ + border-top-color: rgb(0 110 166 / 0.9); +} +.border-t-blue\/95{ + border-top-color: rgb(0 110 166 / 0.95); +} +.border-t-blue\/100{ + border-top-color: rgb(0 110 166 / 1); +} +.border-t-indigo-50\/0{ + border-top-color: rgb(240 245 255 / 0); +} +.border-t-indigo-50\/5{ + border-top-color: rgb(240 245 255 / 0.05); +} +.border-t-indigo-50\/10{ + border-top-color: rgb(240 245 255 / 0.1); +} +.border-t-indigo-50\/20{ + border-top-color: rgb(240 245 255 / 0.2); +} +.border-t-indigo-50\/25{ + border-top-color: rgb(240 245 255 / 0.25); +} +.border-t-indigo-50\/30{ + border-top-color: rgb(240 245 255 / 0.3); +} +.border-t-indigo-50\/40{ + border-top-color: rgb(240 245 255 / 0.4); +} +.border-t-indigo-50\/50{ + border-top-color: rgb(240 245 255 / 0.5); +} +.border-t-indigo-50\/60{ + border-top-color: rgb(240 245 255 / 0.6); +} +.border-t-indigo-50\/70{ + border-top-color: rgb(240 245 255 / 0.7); +} +.border-t-indigo-50\/75{ + border-top-color: rgb(240 245 255 / 0.75); +} +.border-t-indigo-50\/80{ + border-top-color: rgb(240 245 255 / 0.8); +} +.border-t-indigo-50\/90{ + border-top-color: rgb(240 245 255 / 0.9); +} +.border-t-indigo-50\/95{ + border-top-color: rgb(240 245 255 / 0.95); +} +.border-t-indigo-50\/100{ + border-top-color: rgb(240 245 255 / 1); +} +.border-t-indigo-100\/0{ + border-top-color: rgb(229 237 255 / 0); +} +.border-t-indigo-100\/5{ + border-top-color: rgb(229 237 255 / 0.05); +} +.border-t-indigo-100\/10{ + border-top-color: rgb(229 237 255 / 0.1); +} +.border-t-indigo-100\/20{ + border-top-color: rgb(229 237 255 / 0.2); +} +.border-t-indigo-100\/25{ + border-top-color: rgb(229 237 255 / 0.25); +} +.border-t-indigo-100\/30{ + border-top-color: rgb(229 237 255 / 0.3); +} +.border-t-indigo-100\/40{ + border-top-color: rgb(229 237 255 / 0.4); +} +.border-t-indigo-100\/50{ + border-top-color: rgb(229 237 255 / 0.5); +} +.border-t-indigo-100\/60{ + border-top-color: rgb(229 237 255 / 0.6); +} +.border-t-indigo-100\/70{ + border-top-color: rgb(229 237 255 / 0.7); +} +.border-t-indigo-100\/75{ + border-top-color: rgb(229 237 255 / 0.75); +} +.border-t-indigo-100\/80{ + border-top-color: rgb(229 237 255 / 0.8); +} +.border-t-indigo-100\/90{ + border-top-color: rgb(229 237 255 / 0.9); +} +.border-t-indigo-100\/95{ + border-top-color: rgb(229 237 255 / 0.95); +} +.border-t-indigo-100\/100{ + border-top-color: rgb(229 237 255 / 1); +} +.border-t-indigo-200\/0{ + border-top-color: rgb(205 219 254 / 0); +} +.border-t-indigo-200\/5{ + border-top-color: rgb(205 219 254 / 0.05); +} +.border-t-indigo-200\/10{ + border-top-color: rgb(205 219 254 / 0.1); +} +.border-t-indigo-200\/20{ + border-top-color: rgb(205 219 254 / 0.2); +} +.border-t-indigo-200\/25{ + border-top-color: rgb(205 219 254 / 0.25); +} +.border-t-indigo-200\/30{ + border-top-color: rgb(205 219 254 / 0.3); +} +.border-t-indigo-200\/40{ + border-top-color: rgb(205 219 254 / 0.4); +} +.border-t-indigo-200\/50{ + border-top-color: rgb(205 219 254 / 0.5); +} +.border-t-indigo-200\/60{ + border-top-color: rgb(205 219 254 / 0.6); +} +.border-t-indigo-200\/70{ + border-top-color: rgb(205 219 254 / 0.7); +} +.border-t-indigo-200\/75{ + border-top-color: rgb(205 219 254 / 0.75); +} +.border-t-indigo-200\/80{ + border-top-color: rgb(205 219 254 / 0.8); +} +.border-t-indigo-200\/90{ + border-top-color: rgb(205 219 254 / 0.9); +} +.border-t-indigo-200\/95{ + border-top-color: rgb(205 219 254 / 0.95); +} +.border-t-indigo-200\/100{ + border-top-color: rgb(205 219 254 / 1); +} +.border-t-indigo-300\/0{ + border-top-color: rgb(180 198 252 / 0); +} +.border-t-indigo-300\/5{ + border-top-color: rgb(180 198 252 / 0.05); +} +.border-t-indigo-300\/10{ + border-top-color: rgb(180 198 252 / 0.1); +} +.border-t-indigo-300\/20{ + border-top-color: rgb(180 198 252 / 0.2); +} +.border-t-indigo-300\/25{ + border-top-color: rgb(180 198 252 / 0.25); +} +.border-t-indigo-300\/30{ + border-top-color: rgb(180 198 252 / 0.3); +} +.border-t-indigo-300\/40{ + border-top-color: rgb(180 198 252 / 0.4); +} +.border-t-indigo-300\/50{ + border-top-color: rgb(180 198 252 / 0.5); +} +.border-t-indigo-300\/60{ + border-top-color: rgb(180 198 252 / 0.6); +} +.border-t-indigo-300\/70{ + border-top-color: rgb(180 198 252 / 0.7); +} +.border-t-indigo-300\/75{ + border-top-color: rgb(180 198 252 / 0.75); +} +.border-t-indigo-300\/80{ + border-top-color: rgb(180 198 252 / 0.8); +} +.border-t-indigo-300\/90{ + border-top-color: rgb(180 198 252 / 0.9); +} +.border-t-indigo-300\/95{ + border-top-color: rgb(180 198 252 / 0.95); +} +.border-t-indigo-300\/100{ + border-top-color: rgb(180 198 252 / 1); +} +.border-t-indigo-400\/0{ + border-top-color: rgb(141 162 251 / 0); +} +.border-t-indigo-400\/5{ + border-top-color: rgb(141 162 251 / 0.05); +} +.border-t-indigo-400\/10{ + border-top-color: rgb(141 162 251 / 0.1); +} +.border-t-indigo-400\/20{ + border-top-color: rgb(141 162 251 / 0.2); +} +.border-t-indigo-400\/25{ + border-top-color: rgb(141 162 251 / 0.25); +} +.border-t-indigo-400\/30{ + border-top-color: rgb(141 162 251 / 0.3); +} +.border-t-indigo-400\/40{ + border-top-color: rgb(141 162 251 / 0.4); +} +.border-t-indigo-400\/50{ + border-top-color: rgb(141 162 251 / 0.5); +} +.border-t-indigo-400\/60{ + border-top-color: rgb(141 162 251 / 0.6); +} +.border-t-indigo-400\/70{ + border-top-color: rgb(141 162 251 / 0.7); +} +.border-t-indigo-400\/75{ + border-top-color: rgb(141 162 251 / 0.75); +} +.border-t-indigo-400\/80{ + border-top-color: rgb(141 162 251 / 0.8); +} +.border-t-indigo-400\/90{ + border-top-color: rgb(141 162 251 / 0.9); +} +.border-t-indigo-400\/95{ + border-top-color: rgb(141 162 251 / 0.95); +} +.border-t-indigo-400\/100{ + border-top-color: rgb(141 162 251 / 1); +} +.border-t-indigo-500\/0{ + border-top-color: rgb(104 117 245 / 0); +} +.border-t-indigo-500\/5{ + border-top-color: rgb(104 117 245 / 0.05); +} +.border-t-indigo-500\/10{ + border-top-color: rgb(104 117 245 / 0.1); +} +.border-t-indigo-500\/20{ + border-top-color: rgb(104 117 245 / 0.2); +} +.border-t-indigo-500\/25{ + border-top-color: rgb(104 117 245 / 0.25); +} +.border-t-indigo-500\/30{ + border-top-color: rgb(104 117 245 / 0.3); +} +.border-t-indigo-500\/40{ + border-top-color: rgb(104 117 245 / 0.4); +} +.border-t-indigo-500\/50{ + border-top-color: rgb(104 117 245 / 0.5); +} +.border-t-indigo-500\/60{ + border-top-color: rgb(104 117 245 / 0.6); +} +.border-t-indigo-500\/70{ + border-top-color: rgb(104 117 245 / 0.7); +} +.border-t-indigo-500\/75{ + border-top-color: rgb(104 117 245 / 0.75); +} +.border-t-indigo-500\/80{ + border-top-color: rgb(104 117 245 / 0.8); +} +.border-t-indigo-500\/90{ + border-top-color: rgb(104 117 245 / 0.9); +} +.border-t-indigo-500\/95{ + border-top-color: rgb(104 117 245 / 0.95); +} +.border-t-indigo-500\/100{ + border-top-color: rgb(104 117 245 / 1); +} +.border-t-indigo-600\/0{ + border-top-color: rgb(88 80 236 / 0); +} +.border-t-indigo-600\/5{ + border-top-color: rgb(88 80 236 / 0.05); +} +.border-t-indigo-600\/10{ + border-top-color: rgb(88 80 236 / 0.1); +} +.border-t-indigo-600\/20{ + border-top-color: rgb(88 80 236 / 0.2); +} +.border-t-indigo-600\/25{ + border-top-color: rgb(88 80 236 / 0.25); +} +.border-t-indigo-600\/30{ + border-top-color: rgb(88 80 236 / 0.3); +} +.border-t-indigo-600\/40{ + border-top-color: rgb(88 80 236 / 0.4); +} +.border-t-indigo-600\/50{ + border-top-color: rgb(88 80 236 / 0.5); +} +.border-t-indigo-600\/60{ + border-top-color: rgb(88 80 236 / 0.6); +} +.border-t-indigo-600\/70{ + border-top-color: rgb(88 80 236 / 0.7); +} +.border-t-indigo-600\/75{ + border-top-color: rgb(88 80 236 / 0.75); +} +.border-t-indigo-600\/80{ + border-top-color: rgb(88 80 236 / 0.8); +} +.border-t-indigo-600\/90{ + border-top-color: rgb(88 80 236 / 0.9); +} +.border-t-indigo-600\/95{ + border-top-color: rgb(88 80 236 / 0.95); +} +.border-t-indigo-600\/100{ + border-top-color: rgb(88 80 236 / 1); +} +.border-t-indigo-700\/0{ + border-top-color: rgb(81 69 205 / 0); +} +.border-t-indigo-700\/5{ + border-top-color: rgb(81 69 205 / 0.05); +} +.border-t-indigo-700\/10{ + border-top-color: rgb(81 69 205 / 0.1); +} +.border-t-indigo-700\/20{ + border-top-color: rgb(81 69 205 / 0.2); +} +.border-t-indigo-700\/25{ + border-top-color: rgb(81 69 205 / 0.25); +} +.border-t-indigo-700\/30{ + border-top-color: rgb(81 69 205 / 0.3); +} +.border-t-indigo-700\/40{ + border-top-color: rgb(81 69 205 / 0.4); +} +.border-t-indigo-700\/50{ + border-top-color: rgb(81 69 205 / 0.5); +} +.border-t-indigo-700\/60{ + border-top-color: rgb(81 69 205 / 0.6); +} +.border-t-indigo-700\/70{ + border-top-color: rgb(81 69 205 / 0.7); +} +.border-t-indigo-700\/75{ + border-top-color: rgb(81 69 205 / 0.75); +} +.border-t-indigo-700\/80{ + border-top-color: rgb(81 69 205 / 0.8); +} +.border-t-indigo-700\/90{ + border-top-color: rgb(81 69 205 / 0.9); +} +.border-t-indigo-700\/95{ + border-top-color: rgb(81 69 205 / 0.95); +} +.border-t-indigo-700\/100{ + border-top-color: rgb(81 69 205 / 1); +} +.border-t-indigo-800\/0{ + border-top-color: rgb(66 56 157 / 0); +} +.border-t-indigo-800\/5{ + border-top-color: rgb(66 56 157 / 0.05); +} +.border-t-indigo-800\/10{ + border-top-color: rgb(66 56 157 / 0.1); +} +.border-t-indigo-800\/20{ + border-top-color: rgb(66 56 157 / 0.2); +} +.border-t-indigo-800\/25{ + border-top-color: rgb(66 56 157 / 0.25); +} +.border-t-indigo-800\/30{ + border-top-color: rgb(66 56 157 / 0.3); +} +.border-t-indigo-800\/40{ + border-top-color: rgb(66 56 157 / 0.4); +} +.border-t-indigo-800\/50{ + border-top-color: rgb(66 56 157 / 0.5); +} +.border-t-indigo-800\/60{ + border-top-color: rgb(66 56 157 / 0.6); +} +.border-t-indigo-800\/70{ + border-top-color: rgb(66 56 157 / 0.7); +} +.border-t-indigo-800\/75{ + border-top-color: rgb(66 56 157 / 0.75); +} +.border-t-indigo-800\/80{ + border-top-color: rgb(66 56 157 / 0.8); +} +.border-t-indigo-800\/90{ + border-top-color: rgb(66 56 157 / 0.9); +} +.border-t-indigo-800\/95{ + border-top-color: rgb(66 56 157 / 0.95); +} +.border-t-indigo-800\/100{ + border-top-color: rgb(66 56 157 / 1); +} +.border-t-indigo-900\/0{ + border-top-color: rgb(54 47 120 / 0); +} +.border-t-indigo-900\/5{ + border-top-color: rgb(54 47 120 / 0.05); +} +.border-t-indigo-900\/10{ + border-top-color: rgb(54 47 120 / 0.1); +} +.border-t-indigo-900\/20{ + border-top-color: rgb(54 47 120 / 0.2); +} +.border-t-indigo-900\/25{ + border-top-color: rgb(54 47 120 / 0.25); +} +.border-t-indigo-900\/30{ + border-top-color: rgb(54 47 120 / 0.3); +} +.border-t-indigo-900\/40{ + border-top-color: rgb(54 47 120 / 0.4); +} +.border-t-indigo-900\/50{ + border-top-color: rgb(54 47 120 / 0.5); +} +.border-t-indigo-900\/60{ + border-top-color: rgb(54 47 120 / 0.6); +} +.border-t-indigo-900\/70{ + border-top-color: rgb(54 47 120 / 0.7); +} +.border-t-indigo-900\/75{ + border-top-color: rgb(54 47 120 / 0.75); +} +.border-t-indigo-900\/80{ + border-top-color: rgb(54 47 120 / 0.8); +} +.border-t-indigo-900\/90{ + border-top-color: rgb(54 47 120 / 0.9); +} +.border-t-indigo-900\/95{ + border-top-color: rgb(54 47 120 / 0.95); +} +.border-t-indigo-900\/100{ + border-top-color: rgb(54 47 120 / 1); +} +.border-t-violet-50\/0{ + border-top-color: rgb(245 243 255 / 0); +} +.border-t-violet-50\/5{ + border-top-color: rgb(245 243 255 / 0.05); +} +.border-t-violet-50\/10{ + border-top-color: rgb(245 243 255 / 0.1); +} +.border-t-violet-50\/20{ + border-top-color: rgb(245 243 255 / 0.2); +} +.border-t-violet-50\/25{ + border-top-color: rgb(245 243 255 / 0.25); +} +.border-t-violet-50\/30{ + border-top-color: rgb(245 243 255 / 0.3); +} +.border-t-violet-50\/40{ + border-top-color: rgb(245 243 255 / 0.4); +} +.border-t-violet-50\/50{ + border-top-color: rgb(245 243 255 / 0.5); +} +.border-t-violet-50\/60{ + border-top-color: rgb(245 243 255 / 0.6); +} +.border-t-violet-50\/70{ + border-top-color: rgb(245 243 255 / 0.7); +} +.border-t-violet-50\/75{ + border-top-color: rgb(245 243 255 / 0.75); +} +.border-t-violet-50\/80{ + border-top-color: rgb(245 243 255 / 0.8); +} +.border-t-violet-50\/90{ + border-top-color: rgb(245 243 255 / 0.9); +} +.border-t-violet-50\/95{ + border-top-color: rgb(245 243 255 / 0.95); +} +.border-t-violet-50\/100{ + border-top-color: rgb(245 243 255 / 1); +} +.border-t-violet-100\/0{ + border-top-color: rgb(237 233 254 / 0); +} +.border-t-violet-100\/5{ + border-top-color: rgb(237 233 254 / 0.05); +} +.border-t-violet-100\/10{ + border-top-color: rgb(237 233 254 / 0.1); +} +.border-t-violet-100\/20{ + border-top-color: rgb(237 233 254 / 0.2); +} +.border-t-violet-100\/25{ + border-top-color: rgb(237 233 254 / 0.25); +} +.border-t-violet-100\/30{ + border-top-color: rgb(237 233 254 / 0.3); +} +.border-t-violet-100\/40{ + border-top-color: rgb(237 233 254 / 0.4); +} +.border-t-violet-100\/50{ + border-top-color: rgb(237 233 254 / 0.5); +} +.border-t-violet-100\/60{ + border-top-color: rgb(237 233 254 / 0.6); +} +.border-t-violet-100\/70{ + border-top-color: rgb(237 233 254 / 0.7); +} +.border-t-violet-100\/75{ + border-top-color: rgb(237 233 254 / 0.75); +} +.border-t-violet-100\/80{ + border-top-color: rgb(237 233 254 / 0.8); +} +.border-t-violet-100\/90{ + border-top-color: rgb(237 233 254 / 0.9); +} +.border-t-violet-100\/95{ + border-top-color: rgb(237 233 254 / 0.95); +} +.border-t-violet-100\/100{ + border-top-color: rgb(237 233 254 / 1); +} +.border-t-violet-200\/0{ + border-top-color: rgb(221 214 254 / 0); +} +.border-t-violet-200\/5{ + border-top-color: rgb(221 214 254 / 0.05); +} +.border-t-violet-200\/10{ + border-top-color: rgb(221 214 254 / 0.1); +} +.border-t-violet-200\/20{ + border-top-color: rgb(221 214 254 / 0.2); +} +.border-t-violet-200\/25{ + border-top-color: rgb(221 214 254 / 0.25); +} +.border-t-violet-200\/30{ + border-top-color: rgb(221 214 254 / 0.3); +} +.border-t-violet-200\/40{ + border-top-color: rgb(221 214 254 / 0.4); +} +.border-t-violet-200\/50{ + border-top-color: rgb(221 214 254 / 0.5); +} +.border-t-violet-200\/60{ + border-top-color: rgb(221 214 254 / 0.6); +} +.border-t-violet-200\/70{ + border-top-color: rgb(221 214 254 / 0.7); +} +.border-t-violet-200\/75{ + border-top-color: rgb(221 214 254 / 0.75); +} +.border-t-violet-200\/80{ + border-top-color: rgb(221 214 254 / 0.8); +} +.border-t-violet-200\/90{ + border-top-color: rgb(221 214 254 / 0.9); +} +.border-t-violet-200\/95{ + border-top-color: rgb(221 214 254 / 0.95); +} +.border-t-violet-200\/100{ + border-top-color: rgb(221 214 254 / 1); +} +.border-t-violet-300\/0{ + border-top-color: rgb(196 181 253 / 0); +} +.border-t-violet-300\/5{ + border-top-color: rgb(196 181 253 / 0.05); +} +.border-t-violet-300\/10{ + border-top-color: rgb(196 181 253 / 0.1); +} +.border-t-violet-300\/20{ + border-top-color: rgb(196 181 253 / 0.2); +} +.border-t-violet-300\/25{ + border-top-color: rgb(196 181 253 / 0.25); +} +.border-t-violet-300\/30{ + border-top-color: rgb(196 181 253 / 0.3); +} +.border-t-violet-300\/40{ + border-top-color: rgb(196 181 253 / 0.4); +} +.border-t-violet-300\/50{ + border-top-color: rgb(196 181 253 / 0.5); +} +.border-t-violet-300\/60{ + border-top-color: rgb(196 181 253 / 0.6); +} +.border-t-violet-300\/70{ + border-top-color: rgb(196 181 253 / 0.7); +} +.border-t-violet-300\/75{ + border-top-color: rgb(196 181 253 / 0.75); +} +.border-t-violet-300\/80{ + border-top-color: rgb(196 181 253 / 0.8); +} +.border-t-violet-300\/90{ + border-top-color: rgb(196 181 253 / 0.9); +} +.border-t-violet-300\/95{ + border-top-color: rgb(196 181 253 / 0.95); +} +.border-t-violet-300\/100{ + border-top-color: rgb(196 181 253 / 1); +} +.border-t-violet-400\/0{ + border-top-color: rgb(167 139 250 / 0); +} +.border-t-violet-400\/5{ + border-top-color: rgb(167 139 250 / 0.05); +} +.border-t-violet-400\/10{ + border-top-color: rgb(167 139 250 / 0.1); +} +.border-t-violet-400\/20{ + border-top-color: rgb(167 139 250 / 0.2); +} +.border-t-violet-400\/25{ + border-top-color: rgb(167 139 250 / 0.25); +} +.border-t-violet-400\/30{ + border-top-color: rgb(167 139 250 / 0.3); +} +.border-t-violet-400\/40{ + border-top-color: rgb(167 139 250 / 0.4); +} +.border-t-violet-400\/50{ + border-top-color: rgb(167 139 250 / 0.5); +} +.border-t-violet-400\/60{ + border-top-color: rgb(167 139 250 / 0.6); +} +.border-t-violet-400\/70{ + border-top-color: rgb(167 139 250 / 0.7); +} +.border-t-violet-400\/75{ + border-top-color: rgb(167 139 250 / 0.75); +} +.border-t-violet-400\/80{ + border-top-color: rgb(167 139 250 / 0.8); +} +.border-t-violet-400\/90{ + border-top-color: rgb(167 139 250 / 0.9); +} +.border-t-violet-400\/95{ + border-top-color: rgb(167 139 250 / 0.95); +} +.border-t-violet-400\/100{ + border-top-color: rgb(167 139 250 / 1); +} +.border-t-violet-500\/0{ + border-top-color: rgb(139 92 246 / 0); +} +.border-t-violet-500\/5{ + border-top-color: rgb(139 92 246 / 0.05); +} +.border-t-violet-500\/10{ + border-top-color: rgb(139 92 246 / 0.1); +} +.border-t-violet-500\/20{ + border-top-color: rgb(139 92 246 / 0.2); +} +.border-t-violet-500\/25{ + border-top-color: rgb(139 92 246 / 0.25); +} +.border-t-violet-500\/30{ + border-top-color: rgb(139 92 246 / 0.3); +} +.border-t-violet-500\/40{ + border-top-color: rgb(139 92 246 / 0.4); +} +.border-t-violet-500\/50{ + border-top-color: rgb(139 92 246 / 0.5); +} +.border-t-violet-500\/60{ + border-top-color: rgb(139 92 246 / 0.6); +} +.border-t-violet-500\/70{ + border-top-color: rgb(139 92 246 / 0.7); +} +.border-t-violet-500\/75{ + border-top-color: rgb(139 92 246 / 0.75); +} +.border-t-violet-500\/80{ + border-top-color: rgb(139 92 246 / 0.8); +} +.border-t-violet-500\/90{ + border-top-color: rgb(139 92 246 / 0.9); +} +.border-t-violet-500\/95{ + border-top-color: rgb(139 92 246 / 0.95); +} +.border-t-violet-500\/100{ + border-top-color: rgb(139 92 246 / 1); +} +.border-t-violet-600\/0{ + border-top-color: rgb(124 58 237 / 0); +} +.border-t-violet-600\/5{ + border-top-color: rgb(124 58 237 / 0.05); +} +.border-t-violet-600\/10{ + border-top-color: rgb(124 58 237 / 0.1); +} +.border-t-violet-600\/20{ + border-top-color: rgb(124 58 237 / 0.2); +} +.border-t-violet-600\/25{ + border-top-color: rgb(124 58 237 / 0.25); +} +.border-t-violet-600\/30{ + border-top-color: rgb(124 58 237 / 0.3); +} +.border-t-violet-600\/40{ + border-top-color: rgb(124 58 237 / 0.4); +} +.border-t-violet-600\/50{ + border-top-color: rgb(124 58 237 / 0.5); +} +.border-t-violet-600\/60{ + border-top-color: rgb(124 58 237 / 0.6); +} +.border-t-violet-600\/70{ + border-top-color: rgb(124 58 237 / 0.7); +} +.border-t-violet-600\/75{ + border-top-color: rgb(124 58 237 / 0.75); +} +.border-t-violet-600\/80{ + border-top-color: rgb(124 58 237 / 0.8); +} +.border-t-violet-600\/90{ + border-top-color: rgb(124 58 237 / 0.9); +} +.border-t-violet-600\/95{ + border-top-color: rgb(124 58 237 / 0.95); +} +.border-t-violet-600\/100{ + border-top-color: rgb(124 58 237 / 1); +} +.border-t-violet-700\/0{ + border-top-color: rgb(109 40 217 / 0); +} +.border-t-violet-700\/5{ + border-top-color: rgb(109 40 217 / 0.05); +} +.border-t-violet-700\/10{ + border-top-color: rgb(109 40 217 / 0.1); +} +.border-t-violet-700\/20{ + border-top-color: rgb(109 40 217 / 0.2); +} +.border-t-violet-700\/25{ + border-top-color: rgb(109 40 217 / 0.25); +} +.border-t-violet-700\/30{ + border-top-color: rgb(109 40 217 / 0.3); +} +.border-t-violet-700\/40{ + border-top-color: rgb(109 40 217 / 0.4); +} +.border-t-violet-700\/50{ + border-top-color: rgb(109 40 217 / 0.5); +} +.border-t-violet-700\/60{ + border-top-color: rgb(109 40 217 / 0.6); +} +.border-t-violet-700\/70{ + border-top-color: rgb(109 40 217 / 0.7); +} +.border-t-violet-700\/75{ + border-top-color: rgb(109 40 217 / 0.75); +} +.border-t-violet-700\/80{ + border-top-color: rgb(109 40 217 / 0.8); +} +.border-t-violet-700\/90{ + border-top-color: rgb(109 40 217 / 0.9); +} +.border-t-violet-700\/95{ + border-top-color: rgb(109 40 217 / 0.95); +} +.border-t-violet-700\/100{ + border-top-color: rgb(109 40 217 / 1); +} +.border-t-violet-800\/0{ + border-top-color: rgb(91 33 182 / 0); +} +.border-t-violet-800\/5{ + border-top-color: rgb(91 33 182 / 0.05); +} +.border-t-violet-800\/10{ + border-top-color: rgb(91 33 182 / 0.1); +} +.border-t-violet-800\/20{ + border-top-color: rgb(91 33 182 / 0.2); +} +.border-t-violet-800\/25{ + border-top-color: rgb(91 33 182 / 0.25); +} +.border-t-violet-800\/30{ + border-top-color: rgb(91 33 182 / 0.3); +} +.border-t-violet-800\/40{ + border-top-color: rgb(91 33 182 / 0.4); +} +.border-t-violet-800\/50{ + border-top-color: rgb(91 33 182 / 0.5); +} +.border-t-violet-800\/60{ + border-top-color: rgb(91 33 182 / 0.6); +} +.border-t-violet-800\/70{ + border-top-color: rgb(91 33 182 / 0.7); +} +.border-t-violet-800\/75{ + border-top-color: rgb(91 33 182 / 0.75); +} +.border-t-violet-800\/80{ + border-top-color: rgb(91 33 182 / 0.8); +} +.border-t-violet-800\/90{ + border-top-color: rgb(91 33 182 / 0.9); +} +.border-t-violet-800\/95{ + border-top-color: rgb(91 33 182 / 0.95); +} +.border-t-violet-800\/100{ + border-top-color: rgb(91 33 182 / 1); +} +.border-t-violet-900\/0{ + border-top-color: rgb(76 29 149 / 0); +} +.border-t-violet-900\/5{ + border-top-color: rgb(76 29 149 / 0.05); +} +.border-t-violet-900\/10{ + border-top-color: rgb(76 29 149 / 0.1); +} +.border-t-violet-900\/20{ + border-top-color: rgb(76 29 149 / 0.2); +} +.border-t-violet-900\/25{ + border-top-color: rgb(76 29 149 / 0.25); +} +.border-t-violet-900\/30{ + border-top-color: rgb(76 29 149 / 0.3); +} +.border-t-violet-900\/40{ + border-top-color: rgb(76 29 149 / 0.4); +} +.border-t-violet-900\/50{ + border-top-color: rgb(76 29 149 / 0.5); +} +.border-t-violet-900\/60{ + border-top-color: rgb(76 29 149 / 0.6); +} +.border-t-violet-900\/70{ + border-top-color: rgb(76 29 149 / 0.7); +} +.border-t-violet-900\/75{ + border-top-color: rgb(76 29 149 / 0.75); +} +.border-t-violet-900\/80{ + border-top-color: rgb(76 29 149 / 0.8); +} +.border-t-violet-900\/90{ + border-top-color: rgb(76 29 149 / 0.9); +} +.border-t-violet-900\/95{ + border-top-color: rgb(76 29 149 / 0.95); +} +.border-t-violet-900\/100{ + border-top-color: rgb(76 29 149 / 1); +} +.border-t-purple-50\/0{ + border-top-color: rgb(247 247 249 / 0); +} +.border-t-purple-50\/5{ + border-top-color: rgb(247 247 249 / 0.05); +} +.border-t-purple-50\/10{ + border-top-color: rgb(247 247 249 / 0.1); +} +.border-t-purple-50\/20{ + border-top-color: rgb(247 247 249 / 0.2); +} +.border-t-purple-50\/25{ + border-top-color: rgb(247 247 249 / 0.25); +} +.border-t-purple-50\/30{ + border-top-color: rgb(247 247 249 / 0.3); +} +.border-t-purple-50\/40{ + border-top-color: rgb(247 247 249 / 0.4); +} +.border-t-purple-50\/50{ + border-top-color: rgb(247 247 249 / 0.5); +} +.border-t-purple-50\/60{ + border-top-color: rgb(247 247 249 / 0.6); +} +.border-t-purple-50\/70{ + border-top-color: rgb(247 247 249 / 0.7); +} +.border-t-purple-50\/75{ + border-top-color: rgb(247 247 249 / 0.75); +} +.border-t-purple-50\/80{ + border-top-color: rgb(247 247 249 / 0.8); +} +.border-t-purple-50\/90{ + border-top-color: rgb(247 247 249 / 0.9); +} +.border-t-purple-50\/95{ + border-top-color: rgb(247 247 249 / 0.95); +} +.border-t-purple-50\/100{ + border-top-color: rgb(247 247 249 / 1); +} +.border-t-purple-100\/0{ + border-top-color: rgb(238 238 243 / 0); +} +.border-t-purple-100\/5{ + border-top-color: rgb(238 238 243 / 0.05); +} +.border-t-purple-100\/10{ + border-top-color: rgb(238 238 243 / 0.1); +} +.border-t-purple-100\/20{ + border-top-color: rgb(238 238 243 / 0.2); +} +.border-t-purple-100\/25{ + border-top-color: rgb(238 238 243 / 0.25); +} +.border-t-purple-100\/30{ + border-top-color: rgb(238 238 243 / 0.3); +} +.border-t-purple-100\/40{ + border-top-color: rgb(238 238 243 / 0.4); +} +.border-t-purple-100\/50{ + border-top-color: rgb(238 238 243 / 0.5); +} +.border-t-purple-100\/60{ + border-top-color: rgb(238 238 243 / 0.6); +} +.border-t-purple-100\/70{ + border-top-color: rgb(238 238 243 / 0.7); +} +.border-t-purple-100\/75{ + border-top-color: rgb(238 238 243 / 0.75); +} +.border-t-purple-100\/80{ + border-top-color: rgb(238 238 243 / 0.8); +} +.border-t-purple-100\/90{ + border-top-color: rgb(238 238 243 / 0.9); +} +.border-t-purple-100\/95{ + border-top-color: rgb(238 238 243 / 0.95); +} +.border-t-purple-100\/100{ + border-top-color: rgb(238 238 243 / 1); +} +.border-t-purple-200\/0{ + border-top-color: rgb(213 213 226 / 0); +} +.border-t-purple-200\/5{ + border-top-color: rgb(213 213 226 / 0.05); +} +.border-t-purple-200\/10{ + border-top-color: rgb(213 213 226 / 0.1); +} +.border-t-purple-200\/20{ + border-top-color: rgb(213 213 226 / 0.2); +} +.border-t-purple-200\/25{ + border-top-color: rgb(213 213 226 / 0.25); +} +.border-t-purple-200\/30{ + border-top-color: rgb(213 213 226 / 0.3); +} +.border-t-purple-200\/40{ + border-top-color: rgb(213 213 226 / 0.4); +} +.border-t-purple-200\/50{ + border-top-color: rgb(213 213 226 / 0.5); +} +.border-t-purple-200\/60{ + border-top-color: rgb(213 213 226 / 0.6); +} +.border-t-purple-200\/70{ + border-top-color: rgb(213 213 226 / 0.7); +} +.border-t-purple-200\/75{ + border-top-color: rgb(213 213 226 / 0.75); +} +.border-t-purple-200\/80{ + border-top-color: rgb(213 213 226 / 0.8); +} +.border-t-purple-200\/90{ + border-top-color: rgb(213 213 226 / 0.9); +} +.border-t-purple-200\/95{ + border-top-color: rgb(213 213 226 / 0.95); +} +.border-t-purple-200\/100{ + border-top-color: rgb(213 213 226 / 1); +} +.border-t-purple-300\/0{ + border-top-color: rgb(187 188 209 / 0); +} +.border-t-purple-300\/5{ + border-top-color: rgb(187 188 209 / 0.05); +} +.border-t-purple-300\/10{ + border-top-color: rgb(187 188 209 / 0.1); +} +.border-t-purple-300\/20{ + border-top-color: rgb(187 188 209 / 0.2); +} +.border-t-purple-300\/25{ + border-top-color: rgb(187 188 209 / 0.25); +} +.border-t-purple-300\/30{ + border-top-color: rgb(187 188 209 / 0.3); +} +.border-t-purple-300\/40{ + border-top-color: rgb(187 188 209 / 0.4); +} +.border-t-purple-300\/50{ + border-top-color: rgb(187 188 209 / 0.5); +} +.border-t-purple-300\/60{ + border-top-color: rgb(187 188 209 / 0.6); +} +.border-t-purple-300\/70{ + border-top-color: rgb(187 188 209 / 0.7); +} +.border-t-purple-300\/75{ + border-top-color: rgb(187 188 209 / 0.75); +} +.border-t-purple-300\/80{ + border-top-color: rgb(187 188 209 / 0.8); +} +.border-t-purple-300\/90{ + border-top-color: rgb(187 188 209 / 0.9); +} +.border-t-purple-300\/95{ + border-top-color: rgb(187 188 209 / 0.95); +} +.border-t-purple-300\/100{ + border-top-color: rgb(187 188 209 / 1); +} +.border-t-purple-400\/0{ + border-top-color: rgb(136 138 174 / 0); +} +.border-t-purple-400\/5{ + border-top-color: rgb(136 138 174 / 0.05); +} +.border-t-purple-400\/10{ + border-top-color: rgb(136 138 174 / 0.1); +} +.border-t-purple-400\/20{ + border-top-color: rgb(136 138 174 / 0.2); +} +.border-t-purple-400\/25{ + border-top-color: rgb(136 138 174 / 0.25); +} +.border-t-purple-400\/30{ + border-top-color: rgb(136 138 174 / 0.3); +} +.border-t-purple-400\/40{ + border-top-color: rgb(136 138 174 / 0.4); +} +.border-t-purple-400\/50{ + border-top-color: rgb(136 138 174 / 0.5); +} +.border-t-purple-400\/60{ + border-top-color: rgb(136 138 174 / 0.6); +} +.border-t-purple-400\/70{ + border-top-color: rgb(136 138 174 / 0.7); +} +.border-t-purple-400\/75{ + border-top-color: rgb(136 138 174 / 0.75); +} +.border-t-purple-400\/80{ + border-top-color: rgb(136 138 174 / 0.8); +} +.border-t-purple-400\/90{ + border-top-color: rgb(136 138 174 / 0.9); +} +.border-t-purple-400\/95{ + border-top-color: rgb(136 138 174 / 0.95); +} +.border-t-purple-400\/100{ + border-top-color: rgb(136 138 174 / 1); +} +.border-t-purple-500\/0{ + border-top-color: rgb(85 88 139 / 0); +} +.border-t-purple-500\/5{ + border-top-color: rgb(85 88 139 / 0.05); +} +.border-t-purple-500\/10{ + border-top-color: rgb(85 88 139 / 0.1); +} +.border-t-purple-500\/20{ + border-top-color: rgb(85 88 139 / 0.2); +} +.border-t-purple-500\/25{ + border-top-color: rgb(85 88 139 / 0.25); +} +.border-t-purple-500\/30{ + border-top-color: rgb(85 88 139 / 0.3); +} +.border-t-purple-500\/40{ + border-top-color: rgb(85 88 139 / 0.4); +} +.border-t-purple-500\/50{ + border-top-color: rgb(85 88 139 / 0.5); +} +.border-t-purple-500\/60{ + border-top-color: rgb(85 88 139 / 0.6); +} +.border-t-purple-500\/70{ + border-top-color: rgb(85 88 139 / 0.7); +} +.border-t-purple-500\/75{ + border-top-color: rgb(85 88 139 / 0.75); +} +.border-t-purple-500\/80{ + border-top-color: rgb(85 88 139 / 0.8); +} +.border-t-purple-500\/90{ + border-top-color: rgb(85 88 139 / 0.9); +} +.border-t-purple-500\/95{ + border-top-color: rgb(85 88 139 / 0.95); +} +.border-t-purple-500\/100{ + border-top-color: rgb(85 88 139 / 1); +} +.border-t-purple-600\/0{ + border-top-color: rgb(77 79 125 / 0); +} +.border-t-purple-600\/5{ + border-top-color: rgb(77 79 125 / 0.05); +} +.border-t-purple-600\/10{ + border-top-color: rgb(77 79 125 / 0.1); +} +.border-t-purple-600\/20{ + border-top-color: rgb(77 79 125 / 0.2); +} +.border-t-purple-600\/25{ + border-top-color: rgb(77 79 125 / 0.25); +} +.border-t-purple-600\/30{ + border-top-color: rgb(77 79 125 / 0.3); +} +.border-t-purple-600\/40{ + border-top-color: rgb(77 79 125 / 0.4); +} +.border-t-purple-600\/50{ + border-top-color: rgb(77 79 125 / 0.5); +} +.border-t-purple-600\/60{ + border-top-color: rgb(77 79 125 / 0.6); +} +.border-t-purple-600\/70{ + border-top-color: rgb(77 79 125 / 0.7); +} +.border-t-purple-600\/75{ + border-top-color: rgb(77 79 125 / 0.75); +} +.border-t-purple-600\/80{ + border-top-color: rgb(77 79 125 / 0.8); +} +.border-t-purple-600\/90{ + border-top-color: rgb(77 79 125 / 0.9); +} +.border-t-purple-600\/95{ + border-top-color: rgb(77 79 125 / 0.95); +} +.border-t-purple-600\/100{ + border-top-color: rgb(77 79 125 / 1); +} +.border-t-purple-700\/0{ + border-top-color: rgb(64 66 104 / 0); +} +.border-t-purple-700\/5{ + border-top-color: rgb(64 66 104 / 0.05); +} +.border-t-purple-700\/10{ + border-top-color: rgb(64 66 104 / 0.1); +} +.border-t-purple-700\/20{ + border-top-color: rgb(64 66 104 / 0.2); +} +.border-t-purple-700\/25{ + border-top-color: rgb(64 66 104 / 0.25); +} +.border-t-purple-700\/30{ + border-top-color: rgb(64 66 104 / 0.3); +} +.border-t-purple-700\/40{ + border-top-color: rgb(64 66 104 / 0.4); +} +.border-t-purple-700\/50{ + border-top-color: rgb(64 66 104 / 0.5); +} +.border-t-purple-700\/60{ + border-top-color: rgb(64 66 104 / 0.6); +} +.border-t-purple-700\/70{ + border-top-color: rgb(64 66 104 / 0.7); +} +.border-t-purple-700\/75{ + border-top-color: rgb(64 66 104 / 0.75); +} +.border-t-purple-700\/80{ + border-top-color: rgb(64 66 104 / 0.8); +} +.border-t-purple-700\/90{ + border-top-color: rgb(64 66 104 / 0.9); +} +.border-t-purple-700\/95{ + border-top-color: rgb(64 66 104 / 0.95); +} +.border-t-purple-700\/100{ + border-top-color: rgb(64 66 104 / 1); +} +.border-t-purple-800\/0{ + border-top-color: rgb(51 53 83 / 0); +} +.border-t-purple-800\/5{ + border-top-color: rgb(51 53 83 / 0.05); +} +.border-t-purple-800\/10{ + border-top-color: rgb(51 53 83 / 0.1); +} +.border-t-purple-800\/20{ + border-top-color: rgb(51 53 83 / 0.2); +} +.border-t-purple-800\/25{ + border-top-color: rgb(51 53 83 / 0.25); +} +.border-t-purple-800\/30{ + border-top-color: rgb(51 53 83 / 0.3); +} +.border-t-purple-800\/40{ + border-top-color: rgb(51 53 83 / 0.4); +} +.border-t-purple-800\/50{ + border-top-color: rgb(51 53 83 / 0.5); +} +.border-t-purple-800\/60{ + border-top-color: rgb(51 53 83 / 0.6); +} +.border-t-purple-800\/70{ + border-top-color: rgb(51 53 83 / 0.7); +} +.border-t-purple-800\/75{ + border-top-color: rgb(51 53 83 / 0.75); +} +.border-t-purple-800\/80{ + border-top-color: rgb(51 53 83 / 0.8); +} +.border-t-purple-800\/90{ + border-top-color: rgb(51 53 83 / 0.9); +} +.border-t-purple-800\/95{ + border-top-color: rgb(51 53 83 / 0.95); +} +.border-t-purple-800\/100{ + border-top-color: rgb(51 53 83 / 1); +} +.border-t-purple-900\/0{ + border-top-color: rgb(42 43 68 / 0); +} +.border-t-purple-900\/5{ + border-top-color: rgb(42 43 68 / 0.05); +} +.border-t-purple-900\/10{ + border-top-color: rgb(42 43 68 / 0.1); +} +.border-t-purple-900\/20{ + border-top-color: rgb(42 43 68 / 0.2); +} +.border-t-purple-900\/25{ + border-top-color: rgb(42 43 68 / 0.25); +} +.border-t-purple-900\/30{ + border-top-color: rgb(42 43 68 / 0.3); +} +.border-t-purple-900\/40{ + border-top-color: rgb(42 43 68 / 0.4); +} +.border-t-purple-900\/50{ + border-top-color: rgb(42 43 68 / 0.5); +} +.border-t-purple-900\/60{ + border-top-color: rgb(42 43 68 / 0.6); +} +.border-t-purple-900\/70{ + border-top-color: rgb(42 43 68 / 0.7); +} +.border-t-purple-900\/75{ + border-top-color: rgb(42 43 68 / 0.75); +} +.border-t-purple-900\/80{ + border-top-color: rgb(42 43 68 / 0.8); +} +.border-t-purple-900\/90{ + border-top-color: rgb(42 43 68 / 0.9); +} +.border-t-purple-900\/95{ + border-top-color: rgb(42 43 68 / 0.95); +} +.border-t-purple-900\/100{ + border-top-color: rgb(42 43 68 / 1); +} +.border-t-purple\/0{ + border-top-color: rgb(85 88 139 / 0); +} +.border-t-purple\/5{ + border-top-color: rgb(85 88 139 / 0.05); +} +.border-t-purple\/10{ + border-top-color: rgb(85 88 139 / 0.1); +} +.border-t-purple\/20{ + border-top-color: rgb(85 88 139 / 0.2); +} +.border-t-purple\/25{ + border-top-color: rgb(85 88 139 / 0.25); +} +.border-t-purple\/30{ + border-top-color: rgb(85 88 139 / 0.3); +} +.border-t-purple\/40{ + border-top-color: rgb(85 88 139 / 0.4); +} +.border-t-purple\/50{ + border-top-color: rgb(85 88 139 / 0.5); +} +.border-t-purple\/60{ + border-top-color: rgb(85 88 139 / 0.6); +} +.border-t-purple\/70{ + border-top-color: rgb(85 88 139 / 0.7); +} +.border-t-purple\/75{ + border-top-color: rgb(85 88 139 / 0.75); +} +.border-t-purple\/80{ + border-top-color: rgb(85 88 139 / 0.8); +} +.border-t-purple\/90{ + border-top-color: rgb(85 88 139 / 0.9); +} +.border-t-purple\/95{ + border-top-color: rgb(85 88 139 / 0.95); +} +.border-t-purple\/100{ + border-top-color: rgb(85 88 139 / 1); +} +.border-t-fuchsia-50\/0{ + border-top-color: rgb(253 244 255 / 0); +} +.border-t-fuchsia-50\/5{ + border-top-color: rgb(253 244 255 / 0.05); +} +.border-t-fuchsia-50\/10{ + border-top-color: rgb(253 244 255 / 0.1); +} +.border-t-fuchsia-50\/20{ + border-top-color: rgb(253 244 255 / 0.2); +} +.border-t-fuchsia-50\/25{ + border-top-color: rgb(253 244 255 / 0.25); +} +.border-t-fuchsia-50\/30{ + border-top-color: rgb(253 244 255 / 0.3); +} +.border-t-fuchsia-50\/40{ + border-top-color: rgb(253 244 255 / 0.4); +} +.border-t-fuchsia-50\/50{ + border-top-color: rgb(253 244 255 / 0.5); +} +.border-t-fuchsia-50\/60{ + border-top-color: rgb(253 244 255 / 0.6); +} +.border-t-fuchsia-50\/70{ + border-top-color: rgb(253 244 255 / 0.7); +} +.border-t-fuchsia-50\/75{ + border-top-color: rgb(253 244 255 / 0.75); +} +.border-t-fuchsia-50\/80{ + border-top-color: rgb(253 244 255 / 0.8); +} +.border-t-fuchsia-50\/90{ + border-top-color: rgb(253 244 255 / 0.9); +} +.border-t-fuchsia-50\/95{ + border-top-color: rgb(253 244 255 / 0.95); +} +.border-t-fuchsia-50\/100{ + border-top-color: rgb(253 244 255 / 1); +} +.border-t-fuchsia-100\/0{ + border-top-color: rgb(250 232 255 / 0); +} +.border-t-fuchsia-100\/5{ + border-top-color: rgb(250 232 255 / 0.05); +} +.border-t-fuchsia-100\/10{ + border-top-color: rgb(250 232 255 / 0.1); +} +.border-t-fuchsia-100\/20{ + border-top-color: rgb(250 232 255 / 0.2); +} +.border-t-fuchsia-100\/25{ + border-top-color: rgb(250 232 255 / 0.25); +} +.border-t-fuchsia-100\/30{ + border-top-color: rgb(250 232 255 / 0.3); +} +.border-t-fuchsia-100\/40{ + border-top-color: rgb(250 232 255 / 0.4); +} +.border-t-fuchsia-100\/50{ + border-top-color: rgb(250 232 255 / 0.5); +} +.border-t-fuchsia-100\/60{ + border-top-color: rgb(250 232 255 / 0.6); +} +.border-t-fuchsia-100\/70{ + border-top-color: rgb(250 232 255 / 0.7); +} +.border-t-fuchsia-100\/75{ + border-top-color: rgb(250 232 255 / 0.75); +} +.border-t-fuchsia-100\/80{ + border-top-color: rgb(250 232 255 / 0.8); +} +.border-t-fuchsia-100\/90{ + border-top-color: rgb(250 232 255 / 0.9); +} +.border-t-fuchsia-100\/95{ + border-top-color: rgb(250 232 255 / 0.95); +} +.border-t-fuchsia-100\/100{ + border-top-color: rgb(250 232 255 / 1); +} +.border-t-fuchsia-200\/0{ + border-top-color: rgb(245 208 254 / 0); +} +.border-t-fuchsia-200\/5{ + border-top-color: rgb(245 208 254 / 0.05); +} +.border-t-fuchsia-200\/10{ + border-top-color: rgb(245 208 254 / 0.1); +} +.border-t-fuchsia-200\/20{ + border-top-color: rgb(245 208 254 / 0.2); +} +.border-t-fuchsia-200\/25{ + border-top-color: rgb(245 208 254 / 0.25); +} +.border-t-fuchsia-200\/30{ + border-top-color: rgb(245 208 254 / 0.3); +} +.border-t-fuchsia-200\/40{ + border-top-color: rgb(245 208 254 / 0.4); +} +.border-t-fuchsia-200\/50{ + border-top-color: rgb(245 208 254 / 0.5); +} +.border-t-fuchsia-200\/60{ + border-top-color: rgb(245 208 254 / 0.6); +} +.border-t-fuchsia-200\/70{ + border-top-color: rgb(245 208 254 / 0.7); +} +.border-t-fuchsia-200\/75{ + border-top-color: rgb(245 208 254 / 0.75); +} +.border-t-fuchsia-200\/80{ + border-top-color: rgb(245 208 254 / 0.8); +} +.border-t-fuchsia-200\/90{ + border-top-color: rgb(245 208 254 / 0.9); +} +.border-t-fuchsia-200\/95{ + border-top-color: rgb(245 208 254 / 0.95); +} +.border-t-fuchsia-200\/100{ + border-top-color: rgb(245 208 254 / 1); +} +.border-t-fuchsia-300\/0{ + border-top-color: rgb(240 171 252 / 0); +} +.border-t-fuchsia-300\/5{ + border-top-color: rgb(240 171 252 / 0.05); +} +.border-t-fuchsia-300\/10{ + border-top-color: rgb(240 171 252 / 0.1); +} +.border-t-fuchsia-300\/20{ + border-top-color: rgb(240 171 252 / 0.2); +} +.border-t-fuchsia-300\/25{ + border-top-color: rgb(240 171 252 / 0.25); +} +.border-t-fuchsia-300\/30{ + border-top-color: rgb(240 171 252 / 0.3); +} +.border-t-fuchsia-300\/40{ + border-top-color: rgb(240 171 252 / 0.4); +} +.border-t-fuchsia-300\/50{ + border-top-color: rgb(240 171 252 / 0.5); +} +.border-t-fuchsia-300\/60{ + border-top-color: rgb(240 171 252 / 0.6); +} +.border-t-fuchsia-300\/70{ + border-top-color: rgb(240 171 252 / 0.7); +} +.border-t-fuchsia-300\/75{ + border-top-color: rgb(240 171 252 / 0.75); +} +.border-t-fuchsia-300\/80{ + border-top-color: rgb(240 171 252 / 0.8); +} +.border-t-fuchsia-300\/90{ + border-top-color: rgb(240 171 252 / 0.9); +} +.border-t-fuchsia-300\/95{ + border-top-color: rgb(240 171 252 / 0.95); +} +.border-t-fuchsia-300\/100{ + border-top-color: rgb(240 171 252 / 1); +} +.border-t-fuchsia-400\/0{ + border-top-color: rgb(232 121 249 / 0); +} +.border-t-fuchsia-400\/5{ + border-top-color: rgb(232 121 249 / 0.05); +} +.border-t-fuchsia-400\/10{ + border-top-color: rgb(232 121 249 / 0.1); +} +.border-t-fuchsia-400\/20{ + border-top-color: rgb(232 121 249 / 0.2); +} +.border-t-fuchsia-400\/25{ + border-top-color: rgb(232 121 249 / 0.25); +} +.border-t-fuchsia-400\/30{ + border-top-color: rgb(232 121 249 / 0.3); +} +.border-t-fuchsia-400\/40{ + border-top-color: rgb(232 121 249 / 0.4); +} +.border-t-fuchsia-400\/50{ + border-top-color: rgb(232 121 249 / 0.5); +} +.border-t-fuchsia-400\/60{ + border-top-color: rgb(232 121 249 / 0.6); +} +.border-t-fuchsia-400\/70{ + border-top-color: rgb(232 121 249 / 0.7); +} +.border-t-fuchsia-400\/75{ + border-top-color: rgb(232 121 249 / 0.75); +} +.border-t-fuchsia-400\/80{ + border-top-color: rgb(232 121 249 / 0.8); +} +.border-t-fuchsia-400\/90{ + border-top-color: rgb(232 121 249 / 0.9); +} +.border-t-fuchsia-400\/95{ + border-top-color: rgb(232 121 249 / 0.95); +} +.border-t-fuchsia-400\/100{ + border-top-color: rgb(232 121 249 / 1); +} +.border-t-fuchsia-500\/0{ + border-top-color: rgb(217 70 239 / 0); +} +.border-t-fuchsia-500\/5{ + border-top-color: rgb(217 70 239 / 0.05); +} +.border-t-fuchsia-500\/10{ + border-top-color: rgb(217 70 239 / 0.1); +} +.border-t-fuchsia-500\/20{ + border-top-color: rgb(217 70 239 / 0.2); +} +.border-t-fuchsia-500\/25{ + border-top-color: rgb(217 70 239 / 0.25); +} +.border-t-fuchsia-500\/30{ + border-top-color: rgb(217 70 239 / 0.3); +} +.border-t-fuchsia-500\/40{ + border-top-color: rgb(217 70 239 / 0.4); +} +.border-t-fuchsia-500\/50{ + border-top-color: rgb(217 70 239 / 0.5); +} +.border-t-fuchsia-500\/60{ + border-top-color: rgb(217 70 239 / 0.6); +} +.border-t-fuchsia-500\/70{ + border-top-color: rgb(217 70 239 / 0.7); +} +.border-t-fuchsia-500\/75{ + border-top-color: rgb(217 70 239 / 0.75); +} +.border-t-fuchsia-500\/80{ + border-top-color: rgb(217 70 239 / 0.8); +} +.border-t-fuchsia-500\/90{ + border-top-color: rgb(217 70 239 / 0.9); +} +.border-t-fuchsia-500\/95{ + border-top-color: rgb(217 70 239 / 0.95); +} +.border-t-fuchsia-500\/100{ + border-top-color: rgb(217 70 239 / 1); +} +.border-t-fuchsia-600\/0{ + border-top-color: rgb(192 38 211 / 0); +} +.border-t-fuchsia-600\/5{ + border-top-color: rgb(192 38 211 / 0.05); +} +.border-t-fuchsia-600\/10{ + border-top-color: rgb(192 38 211 / 0.1); +} +.border-t-fuchsia-600\/20{ + border-top-color: rgb(192 38 211 / 0.2); +} +.border-t-fuchsia-600\/25{ + border-top-color: rgb(192 38 211 / 0.25); +} +.border-t-fuchsia-600\/30{ + border-top-color: rgb(192 38 211 / 0.3); +} +.border-t-fuchsia-600\/40{ + border-top-color: rgb(192 38 211 / 0.4); +} +.border-t-fuchsia-600\/50{ + border-top-color: rgb(192 38 211 / 0.5); +} +.border-t-fuchsia-600\/60{ + border-top-color: rgb(192 38 211 / 0.6); +} +.border-t-fuchsia-600\/70{ + border-top-color: rgb(192 38 211 / 0.7); +} +.border-t-fuchsia-600\/75{ + border-top-color: rgb(192 38 211 / 0.75); +} +.border-t-fuchsia-600\/80{ + border-top-color: rgb(192 38 211 / 0.8); +} +.border-t-fuchsia-600\/90{ + border-top-color: rgb(192 38 211 / 0.9); +} +.border-t-fuchsia-600\/95{ + border-top-color: rgb(192 38 211 / 0.95); +} +.border-t-fuchsia-600\/100{ + border-top-color: rgb(192 38 211 / 1); +} +.border-t-fuchsia-700\/0{ + border-top-color: rgb(162 28 175 / 0); +} +.border-t-fuchsia-700\/5{ + border-top-color: rgb(162 28 175 / 0.05); +} +.border-t-fuchsia-700\/10{ + border-top-color: rgb(162 28 175 / 0.1); +} +.border-t-fuchsia-700\/20{ + border-top-color: rgb(162 28 175 / 0.2); +} +.border-t-fuchsia-700\/25{ + border-top-color: rgb(162 28 175 / 0.25); +} +.border-t-fuchsia-700\/30{ + border-top-color: rgb(162 28 175 / 0.3); +} +.border-t-fuchsia-700\/40{ + border-top-color: rgb(162 28 175 / 0.4); +} +.border-t-fuchsia-700\/50{ + border-top-color: rgb(162 28 175 / 0.5); +} +.border-t-fuchsia-700\/60{ + border-top-color: rgb(162 28 175 / 0.6); +} +.border-t-fuchsia-700\/70{ + border-top-color: rgb(162 28 175 / 0.7); +} +.border-t-fuchsia-700\/75{ + border-top-color: rgb(162 28 175 / 0.75); +} +.border-t-fuchsia-700\/80{ + border-top-color: rgb(162 28 175 / 0.8); +} +.border-t-fuchsia-700\/90{ + border-top-color: rgb(162 28 175 / 0.9); +} +.border-t-fuchsia-700\/95{ + border-top-color: rgb(162 28 175 / 0.95); +} +.border-t-fuchsia-700\/100{ + border-top-color: rgb(162 28 175 / 1); +} +.border-t-fuchsia-800\/0{ + border-top-color: rgb(134 25 143 / 0); +} +.border-t-fuchsia-800\/5{ + border-top-color: rgb(134 25 143 / 0.05); +} +.border-t-fuchsia-800\/10{ + border-top-color: rgb(134 25 143 / 0.1); +} +.border-t-fuchsia-800\/20{ + border-top-color: rgb(134 25 143 / 0.2); +} +.border-t-fuchsia-800\/25{ + border-top-color: rgb(134 25 143 / 0.25); +} +.border-t-fuchsia-800\/30{ + border-top-color: rgb(134 25 143 / 0.3); +} +.border-t-fuchsia-800\/40{ + border-top-color: rgb(134 25 143 / 0.4); +} +.border-t-fuchsia-800\/50{ + border-top-color: rgb(134 25 143 / 0.5); +} +.border-t-fuchsia-800\/60{ + border-top-color: rgb(134 25 143 / 0.6); +} +.border-t-fuchsia-800\/70{ + border-top-color: rgb(134 25 143 / 0.7); +} +.border-t-fuchsia-800\/75{ + border-top-color: rgb(134 25 143 / 0.75); +} +.border-t-fuchsia-800\/80{ + border-top-color: rgb(134 25 143 / 0.8); +} +.border-t-fuchsia-800\/90{ + border-top-color: rgb(134 25 143 / 0.9); +} +.border-t-fuchsia-800\/95{ + border-top-color: rgb(134 25 143 / 0.95); +} +.border-t-fuchsia-800\/100{ + border-top-color: rgb(134 25 143 / 1); +} +.border-t-fuchsia-900\/0{ + border-top-color: rgb(112 26 117 / 0); +} +.border-t-fuchsia-900\/5{ + border-top-color: rgb(112 26 117 / 0.05); +} +.border-t-fuchsia-900\/10{ + border-top-color: rgb(112 26 117 / 0.1); +} +.border-t-fuchsia-900\/20{ + border-top-color: rgb(112 26 117 / 0.2); +} +.border-t-fuchsia-900\/25{ + border-top-color: rgb(112 26 117 / 0.25); +} +.border-t-fuchsia-900\/30{ + border-top-color: rgb(112 26 117 / 0.3); +} +.border-t-fuchsia-900\/40{ + border-top-color: rgb(112 26 117 / 0.4); +} +.border-t-fuchsia-900\/50{ + border-top-color: rgb(112 26 117 / 0.5); +} +.border-t-fuchsia-900\/60{ + border-top-color: rgb(112 26 117 / 0.6); +} +.border-t-fuchsia-900\/70{ + border-top-color: rgb(112 26 117 / 0.7); +} +.border-t-fuchsia-900\/75{ + border-top-color: rgb(112 26 117 / 0.75); +} +.border-t-fuchsia-900\/80{ + border-top-color: rgb(112 26 117 / 0.8); +} +.border-t-fuchsia-900\/90{ + border-top-color: rgb(112 26 117 / 0.9); +} +.border-t-fuchsia-900\/95{ + border-top-color: rgb(112 26 117 / 0.95); +} +.border-t-fuchsia-900\/100{ + border-top-color: rgb(112 26 117 / 1); +} +.border-t-pink-50\/0{ + border-top-color: rgb(253 242 248 / 0); +} +.border-t-pink-50\/5{ + border-top-color: rgb(253 242 248 / 0.05); +} +.border-t-pink-50\/10{ + border-top-color: rgb(253 242 248 / 0.1); +} +.border-t-pink-50\/20{ + border-top-color: rgb(253 242 248 / 0.2); +} +.border-t-pink-50\/25{ + border-top-color: rgb(253 242 248 / 0.25); +} +.border-t-pink-50\/30{ + border-top-color: rgb(253 242 248 / 0.3); +} +.border-t-pink-50\/40{ + border-top-color: rgb(253 242 248 / 0.4); +} +.border-t-pink-50\/50{ + border-top-color: rgb(253 242 248 / 0.5); +} +.border-t-pink-50\/60{ + border-top-color: rgb(253 242 248 / 0.6); +} +.border-t-pink-50\/70{ + border-top-color: rgb(253 242 248 / 0.7); +} +.border-t-pink-50\/75{ + border-top-color: rgb(253 242 248 / 0.75); +} +.border-t-pink-50\/80{ + border-top-color: rgb(253 242 248 / 0.8); +} +.border-t-pink-50\/90{ + border-top-color: rgb(253 242 248 / 0.9); +} +.border-t-pink-50\/95{ + border-top-color: rgb(253 242 248 / 0.95); +} +.border-t-pink-50\/100{ + border-top-color: rgb(253 242 248 / 1); +} +.border-t-pink-100\/0{ + border-top-color: rgb(252 232 243 / 0); +} +.border-t-pink-100\/5{ + border-top-color: rgb(252 232 243 / 0.05); +} +.border-t-pink-100\/10{ + border-top-color: rgb(252 232 243 / 0.1); +} +.border-t-pink-100\/20{ + border-top-color: rgb(252 232 243 / 0.2); +} +.border-t-pink-100\/25{ + border-top-color: rgb(252 232 243 / 0.25); +} +.border-t-pink-100\/30{ + border-top-color: rgb(252 232 243 / 0.3); +} +.border-t-pink-100\/40{ + border-top-color: rgb(252 232 243 / 0.4); +} +.border-t-pink-100\/50{ + border-top-color: rgb(252 232 243 / 0.5); +} +.border-t-pink-100\/60{ + border-top-color: rgb(252 232 243 / 0.6); +} +.border-t-pink-100\/70{ + border-top-color: rgb(252 232 243 / 0.7); +} +.border-t-pink-100\/75{ + border-top-color: rgb(252 232 243 / 0.75); +} +.border-t-pink-100\/80{ + border-top-color: rgb(252 232 243 / 0.8); +} +.border-t-pink-100\/90{ + border-top-color: rgb(252 232 243 / 0.9); +} +.border-t-pink-100\/95{ + border-top-color: rgb(252 232 243 / 0.95); +} +.border-t-pink-100\/100{ + border-top-color: rgb(252 232 243 / 1); +} +.border-t-pink-200\/0{ + border-top-color: rgb(250 209 232 / 0); +} +.border-t-pink-200\/5{ + border-top-color: rgb(250 209 232 / 0.05); +} +.border-t-pink-200\/10{ + border-top-color: rgb(250 209 232 / 0.1); +} +.border-t-pink-200\/20{ + border-top-color: rgb(250 209 232 / 0.2); +} +.border-t-pink-200\/25{ + border-top-color: rgb(250 209 232 / 0.25); +} +.border-t-pink-200\/30{ + border-top-color: rgb(250 209 232 / 0.3); +} +.border-t-pink-200\/40{ + border-top-color: rgb(250 209 232 / 0.4); +} +.border-t-pink-200\/50{ + border-top-color: rgb(250 209 232 / 0.5); +} +.border-t-pink-200\/60{ + border-top-color: rgb(250 209 232 / 0.6); +} +.border-t-pink-200\/70{ + border-top-color: rgb(250 209 232 / 0.7); +} +.border-t-pink-200\/75{ + border-top-color: rgb(250 209 232 / 0.75); +} +.border-t-pink-200\/80{ + border-top-color: rgb(250 209 232 / 0.8); +} +.border-t-pink-200\/90{ + border-top-color: rgb(250 209 232 / 0.9); +} +.border-t-pink-200\/95{ + border-top-color: rgb(250 209 232 / 0.95); +} +.border-t-pink-200\/100{ + border-top-color: rgb(250 209 232 / 1); +} +.border-t-pink-300\/0{ + border-top-color: rgb(248 180 217 / 0); +} +.border-t-pink-300\/5{ + border-top-color: rgb(248 180 217 / 0.05); +} +.border-t-pink-300\/10{ + border-top-color: rgb(248 180 217 / 0.1); +} +.border-t-pink-300\/20{ + border-top-color: rgb(248 180 217 / 0.2); +} +.border-t-pink-300\/25{ + border-top-color: rgb(248 180 217 / 0.25); +} +.border-t-pink-300\/30{ + border-top-color: rgb(248 180 217 / 0.3); +} +.border-t-pink-300\/40{ + border-top-color: rgb(248 180 217 / 0.4); +} +.border-t-pink-300\/50{ + border-top-color: rgb(248 180 217 / 0.5); +} +.border-t-pink-300\/60{ + border-top-color: rgb(248 180 217 / 0.6); +} +.border-t-pink-300\/70{ + border-top-color: rgb(248 180 217 / 0.7); +} +.border-t-pink-300\/75{ + border-top-color: rgb(248 180 217 / 0.75); +} +.border-t-pink-300\/80{ + border-top-color: rgb(248 180 217 / 0.8); +} +.border-t-pink-300\/90{ + border-top-color: rgb(248 180 217 / 0.9); +} +.border-t-pink-300\/95{ + border-top-color: rgb(248 180 217 / 0.95); +} +.border-t-pink-300\/100{ + border-top-color: rgb(248 180 217 / 1); +} +.border-t-pink-400\/0{ + border-top-color: rgb(241 126 184 / 0); +} +.border-t-pink-400\/5{ + border-top-color: rgb(241 126 184 / 0.05); +} +.border-t-pink-400\/10{ + border-top-color: rgb(241 126 184 / 0.1); +} +.border-t-pink-400\/20{ + border-top-color: rgb(241 126 184 / 0.2); +} +.border-t-pink-400\/25{ + border-top-color: rgb(241 126 184 / 0.25); +} +.border-t-pink-400\/30{ + border-top-color: rgb(241 126 184 / 0.3); +} +.border-t-pink-400\/40{ + border-top-color: rgb(241 126 184 / 0.4); +} +.border-t-pink-400\/50{ + border-top-color: rgb(241 126 184 / 0.5); +} +.border-t-pink-400\/60{ + border-top-color: rgb(241 126 184 / 0.6); +} +.border-t-pink-400\/70{ + border-top-color: rgb(241 126 184 / 0.7); +} +.border-t-pink-400\/75{ + border-top-color: rgb(241 126 184 / 0.75); +} +.border-t-pink-400\/80{ + border-top-color: rgb(241 126 184 / 0.8); +} +.border-t-pink-400\/90{ + border-top-color: rgb(241 126 184 / 0.9); +} +.border-t-pink-400\/95{ + border-top-color: rgb(241 126 184 / 0.95); +} +.border-t-pink-400\/100{ + border-top-color: rgb(241 126 184 / 1); +} +.border-t-pink-500\/0{ + border-top-color: rgb(231 70 148 / 0); +} +.border-t-pink-500\/5{ + border-top-color: rgb(231 70 148 / 0.05); +} +.border-t-pink-500\/10{ + border-top-color: rgb(231 70 148 / 0.1); +} +.border-t-pink-500\/20{ + border-top-color: rgb(231 70 148 / 0.2); +} +.border-t-pink-500\/25{ + border-top-color: rgb(231 70 148 / 0.25); +} +.border-t-pink-500\/30{ + border-top-color: rgb(231 70 148 / 0.3); +} +.border-t-pink-500\/40{ + border-top-color: rgb(231 70 148 / 0.4); +} +.border-t-pink-500\/50{ + border-top-color: rgb(231 70 148 / 0.5); +} +.border-t-pink-500\/60{ + border-top-color: rgb(231 70 148 / 0.6); +} +.border-t-pink-500\/70{ + border-top-color: rgb(231 70 148 / 0.7); +} +.border-t-pink-500\/75{ + border-top-color: rgb(231 70 148 / 0.75); +} +.border-t-pink-500\/80{ + border-top-color: rgb(231 70 148 / 0.8); +} +.border-t-pink-500\/90{ + border-top-color: rgb(231 70 148 / 0.9); +} +.border-t-pink-500\/95{ + border-top-color: rgb(231 70 148 / 0.95); +} +.border-t-pink-500\/100{ + border-top-color: rgb(231 70 148 / 1); +} +.border-t-pink-600\/0{ + border-top-color: rgb(214 31 105 / 0); +} +.border-t-pink-600\/5{ + border-top-color: rgb(214 31 105 / 0.05); +} +.border-t-pink-600\/10{ + border-top-color: rgb(214 31 105 / 0.1); +} +.border-t-pink-600\/20{ + border-top-color: rgb(214 31 105 / 0.2); +} +.border-t-pink-600\/25{ + border-top-color: rgb(214 31 105 / 0.25); +} +.border-t-pink-600\/30{ + border-top-color: rgb(214 31 105 / 0.3); +} +.border-t-pink-600\/40{ + border-top-color: rgb(214 31 105 / 0.4); +} +.border-t-pink-600\/50{ + border-top-color: rgb(214 31 105 / 0.5); +} +.border-t-pink-600\/60{ + border-top-color: rgb(214 31 105 / 0.6); +} +.border-t-pink-600\/70{ + border-top-color: rgb(214 31 105 / 0.7); +} +.border-t-pink-600\/75{ + border-top-color: rgb(214 31 105 / 0.75); +} +.border-t-pink-600\/80{ + border-top-color: rgb(214 31 105 / 0.8); +} +.border-t-pink-600\/90{ + border-top-color: rgb(214 31 105 / 0.9); +} +.border-t-pink-600\/95{ + border-top-color: rgb(214 31 105 / 0.95); +} +.border-t-pink-600\/100{ + border-top-color: rgb(214 31 105 / 1); +} +.border-t-pink-700\/0{ + border-top-color: rgb(191 18 93 / 0); +} +.border-t-pink-700\/5{ + border-top-color: rgb(191 18 93 / 0.05); +} +.border-t-pink-700\/10{ + border-top-color: rgb(191 18 93 / 0.1); +} +.border-t-pink-700\/20{ + border-top-color: rgb(191 18 93 / 0.2); +} +.border-t-pink-700\/25{ + border-top-color: rgb(191 18 93 / 0.25); +} +.border-t-pink-700\/30{ + border-top-color: rgb(191 18 93 / 0.3); +} +.border-t-pink-700\/40{ + border-top-color: rgb(191 18 93 / 0.4); +} +.border-t-pink-700\/50{ + border-top-color: rgb(191 18 93 / 0.5); +} +.border-t-pink-700\/60{ + border-top-color: rgb(191 18 93 / 0.6); +} +.border-t-pink-700\/70{ + border-top-color: rgb(191 18 93 / 0.7); +} +.border-t-pink-700\/75{ + border-top-color: rgb(191 18 93 / 0.75); +} +.border-t-pink-700\/80{ + border-top-color: rgb(191 18 93 / 0.8); +} +.border-t-pink-700\/90{ + border-top-color: rgb(191 18 93 / 0.9); +} +.border-t-pink-700\/95{ + border-top-color: rgb(191 18 93 / 0.95); +} +.border-t-pink-700\/100{ + border-top-color: rgb(191 18 93 / 1); +} +.border-t-pink-800\/0{ + border-top-color: rgb(153 21 75 / 0); +} +.border-t-pink-800\/5{ + border-top-color: rgb(153 21 75 / 0.05); +} +.border-t-pink-800\/10{ + border-top-color: rgb(153 21 75 / 0.1); +} +.border-t-pink-800\/20{ + border-top-color: rgb(153 21 75 / 0.2); +} +.border-t-pink-800\/25{ + border-top-color: rgb(153 21 75 / 0.25); +} +.border-t-pink-800\/30{ + border-top-color: rgb(153 21 75 / 0.3); +} +.border-t-pink-800\/40{ + border-top-color: rgb(153 21 75 / 0.4); +} +.border-t-pink-800\/50{ + border-top-color: rgb(153 21 75 / 0.5); +} +.border-t-pink-800\/60{ + border-top-color: rgb(153 21 75 / 0.6); +} +.border-t-pink-800\/70{ + border-top-color: rgb(153 21 75 / 0.7); +} +.border-t-pink-800\/75{ + border-top-color: rgb(153 21 75 / 0.75); +} +.border-t-pink-800\/80{ + border-top-color: rgb(153 21 75 / 0.8); +} +.border-t-pink-800\/90{ + border-top-color: rgb(153 21 75 / 0.9); +} +.border-t-pink-800\/95{ + border-top-color: rgb(153 21 75 / 0.95); +} +.border-t-pink-800\/100{ + border-top-color: rgb(153 21 75 / 1); +} +.border-t-pink-900\/0{ + border-top-color: rgb(117 26 61 / 0); +} +.border-t-pink-900\/5{ + border-top-color: rgb(117 26 61 / 0.05); +} +.border-t-pink-900\/10{ + border-top-color: rgb(117 26 61 / 0.1); +} +.border-t-pink-900\/20{ + border-top-color: rgb(117 26 61 / 0.2); +} +.border-t-pink-900\/25{ + border-top-color: rgb(117 26 61 / 0.25); +} +.border-t-pink-900\/30{ + border-top-color: rgb(117 26 61 / 0.3); +} +.border-t-pink-900\/40{ + border-top-color: rgb(117 26 61 / 0.4); +} +.border-t-pink-900\/50{ + border-top-color: rgb(117 26 61 / 0.5); +} +.border-t-pink-900\/60{ + border-top-color: rgb(117 26 61 / 0.6); +} +.border-t-pink-900\/70{ + border-top-color: rgb(117 26 61 / 0.7); +} +.border-t-pink-900\/75{ + border-top-color: rgb(117 26 61 / 0.75); +} +.border-t-pink-900\/80{ + border-top-color: rgb(117 26 61 / 0.8); +} +.border-t-pink-900\/90{ + border-top-color: rgb(117 26 61 / 0.9); +} +.border-t-pink-900\/95{ + border-top-color: rgb(117 26 61 / 0.95); +} +.border-t-pink-900\/100{ + border-top-color: rgb(117 26 61 / 1); +} +.border-t-rose-50\/0{ + border-top-color: rgb(255 241 242 / 0); +} +.border-t-rose-50\/5{ + border-top-color: rgb(255 241 242 / 0.05); +} +.border-t-rose-50\/10{ + border-top-color: rgb(255 241 242 / 0.1); +} +.border-t-rose-50\/20{ + border-top-color: rgb(255 241 242 / 0.2); +} +.border-t-rose-50\/25{ + border-top-color: rgb(255 241 242 / 0.25); +} +.border-t-rose-50\/30{ + border-top-color: rgb(255 241 242 / 0.3); +} +.border-t-rose-50\/40{ + border-top-color: rgb(255 241 242 / 0.4); +} +.border-t-rose-50\/50{ + border-top-color: rgb(255 241 242 / 0.5); +} +.border-t-rose-50\/60{ + border-top-color: rgb(255 241 242 / 0.6); +} +.border-t-rose-50\/70{ + border-top-color: rgb(255 241 242 / 0.7); +} +.border-t-rose-50\/75{ + border-top-color: rgb(255 241 242 / 0.75); +} +.border-t-rose-50\/80{ + border-top-color: rgb(255 241 242 / 0.8); +} +.border-t-rose-50\/90{ + border-top-color: rgb(255 241 242 / 0.9); +} +.border-t-rose-50\/95{ + border-top-color: rgb(255 241 242 / 0.95); +} +.border-t-rose-50\/100{ + border-top-color: rgb(255 241 242 / 1); +} +.border-t-rose-100\/0{ + border-top-color: rgb(255 228 230 / 0); +} +.border-t-rose-100\/5{ + border-top-color: rgb(255 228 230 / 0.05); +} +.border-t-rose-100\/10{ + border-top-color: rgb(255 228 230 / 0.1); +} +.border-t-rose-100\/20{ + border-top-color: rgb(255 228 230 / 0.2); +} +.border-t-rose-100\/25{ + border-top-color: rgb(255 228 230 / 0.25); +} +.border-t-rose-100\/30{ + border-top-color: rgb(255 228 230 / 0.3); +} +.border-t-rose-100\/40{ + border-top-color: rgb(255 228 230 / 0.4); +} +.border-t-rose-100\/50{ + border-top-color: rgb(255 228 230 / 0.5); +} +.border-t-rose-100\/60{ + border-top-color: rgb(255 228 230 / 0.6); +} +.border-t-rose-100\/70{ + border-top-color: rgb(255 228 230 / 0.7); +} +.border-t-rose-100\/75{ + border-top-color: rgb(255 228 230 / 0.75); +} +.border-t-rose-100\/80{ + border-top-color: rgb(255 228 230 / 0.8); +} +.border-t-rose-100\/90{ + border-top-color: rgb(255 228 230 / 0.9); +} +.border-t-rose-100\/95{ + border-top-color: rgb(255 228 230 / 0.95); +} +.border-t-rose-100\/100{ + border-top-color: rgb(255 228 230 / 1); +} +.border-t-rose-200\/0{ + border-top-color: rgb(254 205 211 / 0); +} +.border-t-rose-200\/5{ + border-top-color: rgb(254 205 211 / 0.05); +} +.border-t-rose-200\/10{ + border-top-color: rgb(254 205 211 / 0.1); +} +.border-t-rose-200\/20{ + border-top-color: rgb(254 205 211 / 0.2); +} +.border-t-rose-200\/25{ + border-top-color: rgb(254 205 211 / 0.25); +} +.border-t-rose-200\/30{ + border-top-color: rgb(254 205 211 / 0.3); +} +.border-t-rose-200\/40{ + border-top-color: rgb(254 205 211 / 0.4); +} +.border-t-rose-200\/50{ + border-top-color: rgb(254 205 211 / 0.5); +} +.border-t-rose-200\/60{ + border-top-color: rgb(254 205 211 / 0.6); +} +.border-t-rose-200\/70{ + border-top-color: rgb(254 205 211 / 0.7); +} +.border-t-rose-200\/75{ + border-top-color: rgb(254 205 211 / 0.75); +} +.border-t-rose-200\/80{ + border-top-color: rgb(254 205 211 / 0.8); +} +.border-t-rose-200\/90{ + border-top-color: rgb(254 205 211 / 0.9); +} +.border-t-rose-200\/95{ + border-top-color: rgb(254 205 211 / 0.95); +} +.border-t-rose-200\/100{ + border-top-color: rgb(254 205 211 / 1); +} +.border-t-rose-300\/0{ + border-top-color: rgb(253 164 175 / 0); +} +.border-t-rose-300\/5{ + border-top-color: rgb(253 164 175 / 0.05); +} +.border-t-rose-300\/10{ + border-top-color: rgb(253 164 175 / 0.1); +} +.border-t-rose-300\/20{ + border-top-color: rgb(253 164 175 / 0.2); +} +.border-t-rose-300\/25{ + border-top-color: rgb(253 164 175 / 0.25); +} +.border-t-rose-300\/30{ + border-top-color: rgb(253 164 175 / 0.3); +} +.border-t-rose-300\/40{ + border-top-color: rgb(253 164 175 / 0.4); +} +.border-t-rose-300\/50{ + border-top-color: rgb(253 164 175 / 0.5); +} +.border-t-rose-300\/60{ + border-top-color: rgb(253 164 175 / 0.6); +} +.border-t-rose-300\/70{ + border-top-color: rgb(253 164 175 / 0.7); +} +.border-t-rose-300\/75{ + border-top-color: rgb(253 164 175 / 0.75); +} +.border-t-rose-300\/80{ + border-top-color: rgb(253 164 175 / 0.8); +} +.border-t-rose-300\/90{ + border-top-color: rgb(253 164 175 / 0.9); +} +.border-t-rose-300\/95{ + border-top-color: rgb(253 164 175 / 0.95); +} +.border-t-rose-300\/100{ + border-top-color: rgb(253 164 175 / 1); +} +.border-t-rose-400\/0{ + border-top-color: rgb(251 113 133 / 0); +} +.border-t-rose-400\/5{ + border-top-color: rgb(251 113 133 / 0.05); +} +.border-t-rose-400\/10{ + border-top-color: rgb(251 113 133 / 0.1); +} +.border-t-rose-400\/20{ + border-top-color: rgb(251 113 133 / 0.2); +} +.border-t-rose-400\/25{ + border-top-color: rgb(251 113 133 / 0.25); +} +.border-t-rose-400\/30{ + border-top-color: rgb(251 113 133 / 0.3); +} +.border-t-rose-400\/40{ + border-top-color: rgb(251 113 133 / 0.4); +} +.border-t-rose-400\/50{ + border-top-color: rgb(251 113 133 / 0.5); +} +.border-t-rose-400\/60{ + border-top-color: rgb(251 113 133 / 0.6); +} +.border-t-rose-400\/70{ + border-top-color: rgb(251 113 133 / 0.7); +} +.border-t-rose-400\/75{ + border-top-color: rgb(251 113 133 / 0.75); +} +.border-t-rose-400\/80{ + border-top-color: rgb(251 113 133 / 0.8); +} +.border-t-rose-400\/90{ + border-top-color: rgb(251 113 133 / 0.9); +} +.border-t-rose-400\/95{ + border-top-color: rgb(251 113 133 / 0.95); +} +.border-t-rose-400\/100{ + border-top-color: rgb(251 113 133 / 1); +} +.border-t-rose-500\/0{ + border-top-color: rgb(244 63 94 / 0); +} +.border-t-rose-500\/5{ + border-top-color: rgb(244 63 94 / 0.05); +} +.border-t-rose-500\/10{ + border-top-color: rgb(244 63 94 / 0.1); +} +.border-t-rose-500\/20{ + border-top-color: rgb(244 63 94 / 0.2); +} +.border-t-rose-500\/25{ + border-top-color: rgb(244 63 94 / 0.25); +} +.border-t-rose-500\/30{ + border-top-color: rgb(244 63 94 / 0.3); +} +.border-t-rose-500\/40{ + border-top-color: rgb(244 63 94 / 0.4); +} +.border-t-rose-500\/50{ + border-top-color: rgb(244 63 94 / 0.5); +} +.border-t-rose-500\/60{ + border-top-color: rgb(244 63 94 / 0.6); +} +.border-t-rose-500\/70{ + border-top-color: rgb(244 63 94 / 0.7); +} +.border-t-rose-500\/75{ + border-top-color: rgb(244 63 94 / 0.75); +} +.border-t-rose-500\/80{ + border-top-color: rgb(244 63 94 / 0.8); +} +.border-t-rose-500\/90{ + border-top-color: rgb(244 63 94 / 0.9); +} +.border-t-rose-500\/95{ + border-top-color: rgb(244 63 94 / 0.95); +} +.border-t-rose-500\/100{ + border-top-color: rgb(244 63 94 / 1); +} +.border-t-rose-600\/0{ + border-top-color: rgb(225 29 72 / 0); +} +.border-t-rose-600\/5{ + border-top-color: rgb(225 29 72 / 0.05); +} +.border-t-rose-600\/10{ + border-top-color: rgb(225 29 72 / 0.1); +} +.border-t-rose-600\/20{ + border-top-color: rgb(225 29 72 / 0.2); +} +.border-t-rose-600\/25{ + border-top-color: rgb(225 29 72 / 0.25); +} +.border-t-rose-600\/30{ + border-top-color: rgb(225 29 72 / 0.3); +} +.border-t-rose-600\/40{ + border-top-color: rgb(225 29 72 / 0.4); +} +.border-t-rose-600\/50{ + border-top-color: rgb(225 29 72 / 0.5); +} +.border-t-rose-600\/60{ + border-top-color: rgb(225 29 72 / 0.6); +} +.border-t-rose-600\/70{ + border-top-color: rgb(225 29 72 / 0.7); +} +.border-t-rose-600\/75{ + border-top-color: rgb(225 29 72 / 0.75); +} +.border-t-rose-600\/80{ + border-top-color: rgb(225 29 72 / 0.8); +} +.border-t-rose-600\/90{ + border-top-color: rgb(225 29 72 / 0.9); +} +.border-t-rose-600\/95{ + border-top-color: rgb(225 29 72 / 0.95); +} +.border-t-rose-600\/100{ + border-top-color: rgb(225 29 72 / 1); +} +.border-t-rose-700\/0{ + border-top-color: rgb(190 18 60 / 0); +} +.border-t-rose-700\/5{ + border-top-color: rgb(190 18 60 / 0.05); +} +.border-t-rose-700\/10{ + border-top-color: rgb(190 18 60 / 0.1); +} +.border-t-rose-700\/20{ + border-top-color: rgb(190 18 60 / 0.2); +} +.border-t-rose-700\/25{ + border-top-color: rgb(190 18 60 / 0.25); +} +.border-t-rose-700\/30{ + border-top-color: rgb(190 18 60 / 0.3); +} +.border-t-rose-700\/40{ + border-top-color: rgb(190 18 60 / 0.4); +} +.border-t-rose-700\/50{ + border-top-color: rgb(190 18 60 / 0.5); +} +.border-t-rose-700\/60{ + border-top-color: rgb(190 18 60 / 0.6); +} +.border-t-rose-700\/70{ + border-top-color: rgb(190 18 60 / 0.7); +} +.border-t-rose-700\/75{ + border-top-color: rgb(190 18 60 / 0.75); +} +.border-t-rose-700\/80{ + border-top-color: rgb(190 18 60 / 0.8); +} +.border-t-rose-700\/90{ + border-top-color: rgb(190 18 60 / 0.9); +} +.border-t-rose-700\/95{ + border-top-color: rgb(190 18 60 / 0.95); +} +.border-t-rose-700\/100{ + border-top-color: rgb(190 18 60 / 1); +} +.border-t-rose-800\/0{ + border-top-color: rgb(159 18 57 / 0); +} +.border-t-rose-800\/5{ + border-top-color: rgb(159 18 57 / 0.05); +} +.border-t-rose-800\/10{ + border-top-color: rgb(159 18 57 / 0.1); +} +.border-t-rose-800\/20{ + border-top-color: rgb(159 18 57 / 0.2); +} +.border-t-rose-800\/25{ + border-top-color: rgb(159 18 57 / 0.25); +} +.border-t-rose-800\/30{ + border-top-color: rgb(159 18 57 / 0.3); +} +.border-t-rose-800\/40{ + border-top-color: rgb(159 18 57 / 0.4); +} +.border-t-rose-800\/50{ + border-top-color: rgb(159 18 57 / 0.5); +} +.border-t-rose-800\/60{ + border-top-color: rgb(159 18 57 / 0.6); +} +.border-t-rose-800\/70{ + border-top-color: rgb(159 18 57 / 0.7); +} +.border-t-rose-800\/75{ + border-top-color: rgb(159 18 57 / 0.75); +} +.border-t-rose-800\/80{ + border-top-color: rgb(159 18 57 / 0.8); +} +.border-t-rose-800\/90{ + border-top-color: rgb(159 18 57 / 0.9); +} +.border-t-rose-800\/95{ + border-top-color: rgb(159 18 57 / 0.95); +} +.border-t-rose-800\/100{ + border-top-color: rgb(159 18 57 / 1); +} +.border-t-rose-900\/0{ + border-top-color: rgb(136 19 55 / 0); +} +.border-t-rose-900\/5{ + border-top-color: rgb(136 19 55 / 0.05); +} +.border-t-rose-900\/10{ + border-top-color: rgb(136 19 55 / 0.1); +} +.border-t-rose-900\/20{ + border-top-color: rgb(136 19 55 / 0.2); +} +.border-t-rose-900\/25{ + border-top-color: rgb(136 19 55 / 0.25); +} +.border-t-rose-900\/30{ + border-top-color: rgb(136 19 55 / 0.3); +} +.border-t-rose-900\/40{ + border-top-color: rgb(136 19 55 / 0.4); +} +.border-t-rose-900\/50{ + border-top-color: rgb(136 19 55 / 0.5); +} +.border-t-rose-900\/60{ + border-top-color: rgb(136 19 55 / 0.6); +} +.border-t-rose-900\/70{ + border-top-color: rgb(136 19 55 / 0.7); +} +.border-t-rose-900\/75{ + border-top-color: rgb(136 19 55 / 0.75); +} +.border-t-rose-900\/80{ + border-top-color: rgb(136 19 55 / 0.8); +} +.border-t-rose-900\/90{ + border-top-color: rgb(136 19 55 / 0.9); +} +.border-t-rose-900\/95{ + border-top-color: rgb(136 19 55 / 0.95); +} +.border-t-rose-900\/100{ + border-top-color: rgb(136 19 55 / 1); +} +.border-t-rose\/0{ + border-top-color: rgb(244 63 94 / 0); +} +.border-t-rose\/5{ + border-top-color: rgb(244 63 94 / 0.05); +} +.border-t-rose\/10{ + border-top-color: rgb(244 63 94 / 0.1); +} +.border-t-rose\/20{ + border-top-color: rgb(244 63 94 / 0.2); +} +.border-t-rose\/25{ + border-top-color: rgb(244 63 94 / 0.25); +} +.border-t-rose\/30{ + border-top-color: rgb(244 63 94 / 0.3); +} +.border-t-rose\/40{ + border-top-color: rgb(244 63 94 / 0.4); +} +.border-t-rose\/50{ + border-top-color: rgb(244 63 94 / 0.5); +} +.border-t-rose\/60{ + border-top-color: rgb(244 63 94 / 0.6); +} +.border-t-rose\/70{ + border-top-color: rgb(244 63 94 / 0.7); +} +.border-t-rose\/75{ + border-top-color: rgb(244 63 94 / 0.75); +} +.border-t-rose\/80{ + border-top-color: rgb(244 63 94 / 0.8); +} +.border-t-rose\/90{ + border-top-color: rgb(244 63 94 / 0.9); +} +.border-t-rose\/95{ + border-top-color: rgb(244 63 94 / 0.95); +} +.border-t-rose\/100{ + border-top-color: rgb(244 63 94 / 1); +} +.border-t-lilac-100\/0{ + border-top-color: rgb(245 247 250 / 0); +} +.border-t-lilac-100\/5{ + border-top-color: rgb(245 247 250 / 0.05); +} +.border-t-lilac-100\/10{ + border-top-color: rgb(245 247 250 / 0.1); +} +.border-t-lilac-100\/20{ + border-top-color: rgb(245 247 250 / 0.2); +} +.border-t-lilac-100\/25{ + border-top-color: rgb(245 247 250 / 0.25); +} +.border-t-lilac-100\/30{ + border-top-color: rgb(245 247 250 / 0.3); +} +.border-t-lilac-100\/40{ + border-top-color: rgb(245 247 250 / 0.4); +} +.border-t-lilac-100\/50{ + border-top-color: rgb(245 247 250 / 0.5); +} +.border-t-lilac-100\/60{ + border-top-color: rgb(245 247 250 / 0.6); +} +.border-t-lilac-100\/70{ + border-top-color: rgb(245 247 250 / 0.7); +} +.border-t-lilac-100\/75{ + border-top-color: rgb(245 247 250 / 0.75); +} +.border-t-lilac-100\/80{ + border-top-color: rgb(245 247 250 / 0.8); +} +.border-t-lilac-100\/90{ + border-top-color: rgb(245 247 250 / 0.9); +} +.border-t-lilac-100\/95{ + border-top-color: rgb(245 247 250 / 0.95); +} +.border-t-lilac-100\/100{ + border-top-color: rgb(245 247 250 / 1); +} +.border-t-lilac-300\/0{ + border-top-color: rgb(237 240 252 / 0); +} +.border-t-lilac-300\/5{ + border-top-color: rgb(237 240 252 / 0.05); +} +.border-t-lilac-300\/10{ + border-top-color: rgb(237 240 252 / 0.1); +} +.border-t-lilac-300\/20{ + border-top-color: rgb(237 240 252 / 0.2); +} +.border-t-lilac-300\/25{ + border-top-color: rgb(237 240 252 / 0.25); +} +.border-t-lilac-300\/30{ + border-top-color: rgb(237 240 252 / 0.3); +} +.border-t-lilac-300\/40{ + border-top-color: rgb(237 240 252 / 0.4); +} +.border-t-lilac-300\/50{ + border-top-color: rgb(237 240 252 / 0.5); +} +.border-t-lilac-300\/60{ + border-top-color: rgb(237 240 252 / 0.6); +} +.border-t-lilac-300\/70{ + border-top-color: rgb(237 240 252 / 0.7); +} +.border-t-lilac-300\/75{ + border-top-color: rgb(237 240 252 / 0.75); +} +.border-t-lilac-300\/80{ + border-top-color: rgb(237 240 252 / 0.8); +} +.border-t-lilac-300\/90{ + border-top-color: rgb(237 240 252 / 0.9); +} +.border-t-lilac-300\/95{ + border-top-color: rgb(237 240 252 / 0.95); +} +.border-t-lilac-300\/100{ + border-top-color: rgb(237 240 252 / 1); +} +.border-t-lilac-900\/0{ + border-top-color: rgb(220 226 249 / 0); +} +.border-t-lilac-900\/5{ + border-top-color: rgb(220 226 249 / 0.05); +} +.border-t-lilac-900\/10{ + border-top-color: rgb(220 226 249 / 0.1); +} +.border-t-lilac-900\/20{ + border-top-color: rgb(220 226 249 / 0.2); +} +.border-t-lilac-900\/25{ + border-top-color: rgb(220 226 249 / 0.25); +} +.border-t-lilac-900\/30{ + border-top-color: rgb(220 226 249 / 0.3); +} +.border-t-lilac-900\/40{ + border-top-color: rgb(220 226 249 / 0.4); +} +.border-t-lilac-900\/50{ + border-top-color: rgb(220 226 249 / 0.5); +} +.border-t-lilac-900\/60{ + border-top-color: rgb(220 226 249 / 0.6); +} +.border-t-lilac-900\/70{ + border-top-color: rgb(220 226 249 / 0.7); +} +.border-t-lilac-900\/75{ + border-top-color: rgb(220 226 249 / 0.75); +} +.border-t-lilac-900\/80{ + border-top-color: rgb(220 226 249 / 0.8); +} +.border-t-lilac-900\/90{ + border-top-color: rgb(220 226 249 / 0.9); +} +.border-t-lilac-900\/95{ + border-top-color: rgb(220 226 249 / 0.95); +} +.border-t-lilac-900\/100{ + border-top-color: rgb(220 226 249 / 1); +} +.border-t-lilac\/0{ + border-top-color: rgb(248 249 254 / 0); +} +.border-t-lilac\/5{ + border-top-color: rgb(248 249 254 / 0.05); +} +.border-t-lilac\/10{ + border-top-color: rgb(248 249 254 / 0.1); +} +.border-t-lilac\/20{ + border-top-color: rgb(248 249 254 / 0.2); +} +.border-t-lilac\/25{ + border-top-color: rgb(248 249 254 / 0.25); +} +.border-t-lilac\/30{ + border-top-color: rgb(248 249 254 / 0.3); +} +.border-t-lilac\/40{ + border-top-color: rgb(248 249 254 / 0.4); +} +.border-t-lilac\/50{ + border-top-color: rgb(248 249 254 / 0.5); +} +.border-t-lilac\/60{ + border-top-color: rgb(248 249 254 / 0.6); +} +.border-t-lilac\/70{ + border-top-color: rgb(248 249 254 / 0.7); +} +.border-t-lilac\/75{ + border-top-color: rgb(248 249 254 / 0.75); +} +.border-t-lilac\/80{ + border-top-color: rgb(248 249 254 / 0.8); +} +.border-t-lilac\/90{ + border-top-color: rgb(248 249 254 / 0.9); +} +.border-t-lilac\/95{ + border-top-color: rgb(248 249 254 / 0.95); +} +.border-t-lilac\/100{ + border-top-color: rgb(248 249 254 / 1); +} +.border-t-golden-900\/0{ + border-top-color: rgb(191 184 130 / 0); +} +.border-t-golden-900\/5{ + border-top-color: rgb(191 184 130 / 0.05); +} +.border-t-golden-900\/10{ + border-top-color: rgb(191 184 130 / 0.1); +} +.border-t-golden-900\/20{ + border-top-color: rgb(191 184 130 / 0.2); +} +.border-t-golden-900\/25{ + border-top-color: rgb(191 184 130 / 0.25); +} +.border-t-golden-900\/30{ + border-top-color: rgb(191 184 130 / 0.3); +} +.border-t-golden-900\/40{ + border-top-color: rgb(191 184 130 / 0.4); +} +.border-t-golden-900\/50{ + border-top-color: rgb(191 184 130 / 0.5); +} +.border-t-golden-900\/60{ + border-top-color: rgb(191 184 130 / 0.6); +} +.border-t-golden-900\/70{ + border-top-color: rgb(191 184 130 / 0.7); +} +.border-t-golden-900\/75{ + border-top-color: rgb(191 184 130 / 0.75); +} +.border-t-golden-900\/80{ + border-top-color: rgb(191 184 130 / 0.8); +} +.border-t-golden-900\/90{ + border-top-color: rgb(191 184 130 / 0.9); +} +.border-t-golden-900\/95{ + border-top-color: rgb(191 184 130 / 0.95); +} +.border-t-golden-900\/100{ + border-top-color: rgb(191 184 130 / 1); +} +.border-t-golden\/0{ + border-top-color: rgb(209 201 137 / 0); +} +.border-t-golden\/5{ + border-top-color: rgb(209 201 137 / 0.05); +} +.border-t-golden\/10{ + border-top-color: rgb(209 201 137 / 0.1); +} +.border-t-golden\/20{ + border-top-color: rgb(209 201 137 / 0.2); +} +.border-t-golden\/25{ + border-top-color: rgb(209 201 137 / 0.25); +} +.border-t-golden\/30{ + border-top-color: rgb(209 201 137 / 0.3); +} +.border-t-golden\/40{ + border-top-color: rgb(209 201 137 / 0.4); +} +.border-t-golden\/50{ + border-top-color: rgb(209 201 137 / 0.5); +} +.border-t-golden\/60{ + border-top-color: rgb(209 201 137 / 0.6); +} +.border-t-golden\/70{ + border-top-color: rgb(209 201 137 / 0.7); +} +.border-t-golden\/75{ + border-top-color: rgb(209 201 137 / 0.75); +} +.border-t-golden\/80{ + border-top-color: rgb(209 201 137 / 0.8); +} +.border-t-golden\/90{ + border-top-color: rgb(209 201 137 / 0.9); +} +.border-t-golden\/95{ + border-top-color: rgb(209 201 137 / 0.95); +} +.border-t-golden\/100{ + border-top-color: rgb(209 201 137 / 1); +} +.border-t-status-success\/0{ + border-top-color: rgb(241 246 238 / 0); +} +.border-t-status-success\/5{ + border-top-color: rgb(241 246 238 / 0.05); +} +.border-t-status-success\/10{ + border-top-color: rgb(241 246 238 / 0.1); +} +.border-t-status-success\/20{ + border-top-color: rgb(241 246 238 / 0.2); +} +.border-t-status-success\/25{ + border-top-color: rgb(241 246 238 / 0.25); +} +.border-t-status-success\/30{ + border-top-color: rgb(241 246 238 / 0.3); +} +.border-t-status-success\/40{ + border-top-color: rgb(241 246 238 / 0.4); +} +.border-t-status-success\/50{ + border-top-color: rgb(241 246 238 / 0.5); +} +.border-t-status-success\/60{ + border-top-color: rgb(241 246 238 / 0.6); +} +.border-t-status-success\/70{ + border-top-color: rgb(241 246 238 / 0.7); +} +.border-t-status-success\/75{ + border-top-color: rgb(241 246 238 / 0.75); +} +.border-t-status-success\/80{ + border-top-color: rgb(241 246 238 / 0.8); +} +.border-t-status-success\/90{ + border-top-color: rgb(241 246 238 / 0.9); +} +.border-t-status-success\/95{ + border-top-color: rgb(241 246 238 / 0.95); +} +.border-t-status-success\/100{ + border-top-color: rgb(241 246 238 / 1); +} +.border-t-status-danger\/0{ + border-top-color: rgb(250 230 230 / 0); +} +.border-t-status-danger\/5{ + border-top-color: rgb(250 230 230 / 0.05); +} +.border-t-status-danger\/10{ + border-top-color: rgb(250 230 230 / 0.1); +} +.border-t-status-danger\/20{ + border-top-color: rgb(250 230 230 / 0.2); +} +.border-t-status-danger\/25{ + border-top-color: rgb(250 230 230 / 0.25); +} +.border-t-status-danger\/30{ + border-top-color: rgb(250 230 230 / 0.3); +} +.border-t-status-danger\/40{ + border-top-color: rgb(250 230 230 / 0.4); +} +.border-t-status-danger\/50{ + border-top-color: rgb(250 230 230 / 0.5); +} +.border-t-status-danger\/60{ + border-top-color: rgb(250 230 230 / 0.6); +} +.border-t-status-danger\/70{ + border-top-color: rgb(250 230 230 / 0.7); +} +.border-t-status-danger\/75{ + border-top-color: rgb(250 230 230 / 0.75); +} +.border-t-status-danger\/80{ + border-top-color: rgb(250 230 230 / 0.8); +} +.border-t-status-danger\/90{ + border-top-color: rgb(250 230 230 / 0.9); +} +.border-t-status-danger\/95{ + border-top-color: rgb(250 230 230 / 0.95); +} +.border-t-status-danger\/100{ + border-top-color: rgb(250 230 230 / 1); +} +.border-t-status-sent\/0{ + border-top-color: rgb(254 245 231 / 0); +} +.border-t-status-sent\/5{ + border-top-color: rgb(254 245 231 / 0.05); +} +.border-t-status-sent\/10{ + border-top-color: rgb(254 245 231 / 0.1); +} +.border-t-status-sent\/20{ + border-top-color: rgb(254 245 231 / 0.2); +} +.border-t-status-sent\/25{ + border-top-color: rgb(254 245 231 / 0.25); +} +.border-t-status-sent\/30{ + border-top-color: rgb(254 245 231 / 0.3); +} +.border-t-status-sent\/40{ + border-top-color: rgb(254 245 231 / 0.4); +} +.border-t-status-sent\/50{ + border-top-color: rgb(254 245 231 / 0.5); +} +.border-t-status-sent\/60{ + border-top-color: rgb(254 245 231 / 0.6); +} +.border-t-status-sent\/70{ + border-top-color: rgb(254 245 231 / 0.7); +} +.border-t-status-sent\/75{ + border-top-color: rgb(254 245 231 / 0.75); +} +.border-t-status-sent\/80{ + border-top-color: rgb(254 245 231 / 0.8); +} +.border-t-status-sent\/90{ + border-top-color: rgb(254 245 231 / 0.9); +} +.border-t-status-sent\/95{ + border-top-color: rgb(254 245 231 / 0.95); +} +.border-t-status-sent\/100{ + border-top-color: rgb(254 245 231 / 1); +} +.border-t-status-viewed\/0{ + border-top-color: rgb(238 238 243 / 0); +} +.border-t-status-viewed\/5{ + border-top-color: rgb(238 238 243 / 0.05); +} +.border-t-status-viewed\/10{ + border-top-color: rgb(238 238 243 / 0.1); +} +.border-t-status-viewed\/20{ + border-top-color: rgb(238 238 243 / 0.2); +} +.border-t-status-viewed\/25{ + border-top-color: rgb(238 238 243 / 0.25); +} +.border-t-status-viewed\/30{ + border-top-color: rgb(238 238 243 / 0.3); +} +.border-t-status-viewed\/40{ + border-top-color: rgb(238 238 243 / 0.4); +} +.border-t-status-viewed\/50{ + border-top-color: rgb(238 238 243 / 0.5); +} +.border-t-status-viewed\/60{ + border-top-color: rgb(238 238 243 / 0.6); +} +.border-t-status-viewed\/70{ + border-top-color: rgb(238 238 243 / 0.7); +} +.border-t-status-viewed\/75{ + border-top-color: rgb(238 238 243 / 0.75); +} +.border-t-status-viewed\/80{ + border-top-color: rgb(238 238 243 / 0.8); +} +.border-t-status-viewed\/90{ + border-top-color: rgb(238 238 243 / 0.9); +} +.border-t-status-viewed\/95{ + border-top-color: rgb(238 238 243 / 0.95); +} +.border-t-status-viewed\/100{ + border-top-color: rgb(238 238 243 / 1); +} +.border-t-status-draft\/0{ + border-top-color: rgb(236 236 236 / 0); +} +.border-t-status-draft\/5{ + border-top-color: rgb(236 236 236 / 0.05); +} +.border-t-status-draft\/10{ + border-top-color: rgb(236 236 236 / 0.1); +} +.border-t-status-draft\/20{ + border-top-color: rgb(236 236 236 / 0.2); +} +.border-t-status-draft\/25{ + border-top-color: rgb(236 236 236 / 0.25); +} +.border-t-status-draft\/30{ + border-top-color: rgb(236 236 236 / 0.3); +} +.border-t-status-draft\/40{ + border-top-color: rgb(236 236 236 / 0.4); +} +.border-t-status-draft\/50{ + border-top-color: rgb(236 236 236 / 0.5); +} +.border-t-status-draft\/60{ + border-top-color: rgb(236 236 236 / 0.6); +} +.border-t-status-draft\/70{ + border-top-color: rgb(236 236 236 / 0.7); +} +.border-t-status-draft\/75{ + border-top-color: rgb(236 236 236 / 0.75); +} +.border-t-status-draft\/80{ + border-top-color: rgb(236 236 236 / 0.8); +} +.border-t-status-draft\/90{ + border-top-color: rgb(236 236 236 / 0.9); +} +.border-t-status-draft\/95{ + border-top-color: rgb(236 236 236 / 0.95); +} +.border-t-status-draft\/100{ + border-top-color: rgb(236 236 236 / 1); +} +.border-t-status-partial\/0{ + border-top-color: rgb(230 241 246 / 0); +} +.border-t-status-partial\/5{ + border-top-color: rgb(230 241 246 / 0.05); +} +.border-t-status-partial\/10{ + border-top-color: rgb(230 241 246 / 0.1); +} +.border-t-status-partial\/20{ + border-top-color: rgb(230 241 246 / 0.2); +} +.border-t-status-partial\/25{ + border-top-color: rgb(230 241 246 / 0.25); +} +.border-t-status-partial\/30{ + border-top-color: rgb(230 241 246 / 0.3); +} +.border-t-status-partial\/40{ + border-top-color: rgb(230 241 246 / 0.4); +} +.border-t-status-partial\/50{ + border-top-color: rgb(230 241 246 / 0.5); +} +.border-t-status-partial\/60{ + border-top-color: rgb(230 241 246 / 0.6); +} +.border-t-status-partial\/70{ + border-top-color: rgb(230 241 246 / 0.7); +} +.border-t-status-partial\/75{ + border-top-color: rgb(230 241 246 / 0.75); +} +.border-t-status-partial\/80{ + border-top-color: rgb(230 241 246 / 0.8); +} +.border-t-status-partial\/90{ + border-top-color: rgb(230 241 246 / 0.9); +} +.border-t-status-partial\/95{ + border-top-color: rgb(230 241 246 / 0.95); +} +.border-t-status-partial\/100{ + border-top-color: rgb(230 241 246 / 1); +} +.border-t-status-canceled\/0{ + border-top-color: rgb(40 40 40 / 0); +} +.border-t-status-canceled\/5{ + border-top-color: rgb(40 40 40 / 0.05); +} +.border-t-status-canceled\/10{ + border-top-color: rgb(40 40 40 / 0.1); +} +.border-t-status-canceled\/20{ + border-top-color: rgb(40 40 40 / 0.2); +} +.border-t-status-canceled\/25{ + border-top-color: rgb(40 40 40 / 0.25); +} +.border-t-status-canceled\/30{ + border-top-color: rgb(40 40 40 / 0.3); +} +.border-t-status-canceled\/40{ + border-top-color: rgb(40 40 40 / 0.4); +} +.border-t-status-canceled\/50{ + border-top-color: rgb(40 40 40 / 0.5); +} +.border-t-status-canceled\/60{ + border-top-color: rgb(40 40 40 / 0.6); +} +.border-t-status-canceled\/70{ + border-top-color: rgb(40 40 40 / 0.7); +} +.border-t-status-canceled\/75{ + border-top-color: rgb(40 40 40 / 0.75); +} +.border-t-status-canceled\/80{ + border-top-color: rgb(40 40 40 / 0.8); +} +.border-t-status-canceled\/90{ + border-top-color: rgb(40 40 40 / 0.9); +} +.border-t-status-canceled\/95{ + border-top-color: rgb(40 40 40 / 0.95); +} +.border-t-status-canceled\/100{ + border-top-color: rgb(40 40 40 / 1); +} +.border-t-status-warning\/0{ + border-top-color: rgb(254 245 231 / 0); +} +.border-t-status-warning\/5{ + border-top-color: rgb(254 245 231 / 0.05); +} +.border-t-status-warning\/10{ + border-top-color: rgb(254 245 231 / 0.1); +} +.border-t-status-warning\/20{ + border-top-color: rgb(254 245 231 / 0.2); +} +.border-t-status-warning\/25{ + border-top-color: rgb(254 245 231 / 0.25); +} +.border-t-status-warning\/30{ + border-top-color: rgb(254 245 231 / 0.3); +} +.border-t-status-warning\/40{ + border-top-color: rgb(254 245 231 / 0.4); +} +.border-t-status-warning\/50{ + border-top-color: rgb(254 245 231 / 0.5); +} +.border-t-status-warning\/60{ + border-top-color: rgb(254 245 231 / 0.6); +} +.border-t-status-warning\/70{ + border-top-color: rgb(254 245 231 / 0.7); +} +.border-t-status-warning\/75{ + border-top-color: rgb(254 245 231 / 0.75); +} +.border-t-status-warning\/80{ + border-top-color: rgb(254 245 231 / 0.8); +} +.border-t-status-warning\/90{ + border-top-color: rgb(254 245 231 / 0.9); +} +.border-t-status-warning\/95{ + border-top-color: rgb(254 245 231 / 0.95); +} +.border-t-status-warning\/100{ + border-top-color: rgb(254 245 231 / 1); +} +.border-t-text-status-success\/0{ + border-top-color: rgb(99 145 74 / 0); +} +.border-t-text-status-success\/5{ + border-top-color: rgb(99 145 74 / 0.05); +} +.border-t-text-status-success\/10{ + border-top-color: rgb(99 145 74 / 0.1); +} +.border-t-text-status-success\/20{ + border-top-color: rgb(99 145 74 / 0.2); +} +.border-t-text-status-success\/25{ + border-top-color: rgb(99 145 74 / 0.25); +} +.border-t-text-status-success\/30{ + border-top-color: rgb(99 145 74 / 0.3); +} +.border-t-text-status-success\/40{ + border-top-color: rgb(99 145 74 / 0.4); +} +.border-t-text-status-success\/50{ + border-top-color: rgb(99 145 74 / 0.5); +} +.border-t-text-status-success\/60{ + border-top-color: rgb(99 145 74 / 0.6); +} +.border-t-text-status-success\/70{ + border-top-color: rgb(99 145 74 / 0.7); +} +.border-t-text-status-success\/75{ + border-top-color: rgb(99 145 74 / 0.75); +} +.border-t-text-status-success\/80{ + border-top-color: rgb(99 145 74 / 0.8); +} +.border-t-text-status-success\/90{ + border-top-color: rgb(99 145 74 / 0.9); +} +.border-t-text-status-success\/95{ + border-top-color: rgb(99 145 74 / 0.95); +} +.border-t-text-status-success\/100{ + border-top-color: rgb(99 145 74 / 1); +} +.border-t-text-status-danger\/0{ + border-top-color: rgb(184 0 0 / 0); +} +.border-t-text-status-danger\/5{ + border-top-color: rgb(184 0 0 / 0.05); +} +.border-t-text-status-danger\/10{ + border-top-color: rgb(184 0 0 / 0.1); +} +.border-t-text-status-danger\/20{ + border-top-color: rgb(184 0 0 / 0.2); +} +.border-t-text-status-danger\/25{ + border-top-color: rgb(184 0 0 / 0.25); +} +.border-t-text-status-danger\/30{ + border-top-color: rgb(184 0 0 / 0.3); +} +.border-t-text-status-danger\/40{ + border-top-color: rgb(184 0 0 / 0.4); +} +.border-t-text-status-danger\/50{ + border-top-color: rgb(184 0 0 / 0.5); +} +.border-t-text-status-danger\/60{ + border-top-color: rgb(184 0 0 / 0.6); +} +.border-t-text-status-danger\/70{ + border-top-color: rgb(184 0 0 / 0.7); +} +.border-t-text-status-danger\/75{ + border-top-color: rgb(184 0 0 / 0.75); +} +.border-t-text-status-danger\/80{ + border-top-color: rgb(184 0 0 / 0.8); +} +.border-t-text-status-danger\/90{ + border-top-color: rgb(184 0 0 / 0.9); +} +.border-t-text-status-danger\/95{ + border-top-color: rgb(184 0 0 / 0.95); +} +.border-t-text-status-danger\/100{ + border-top-color: rgb(184 0 0 / 1); +} +.border-t-text-status-sent\/0{ + border-top-color: rgb(221 142 10 / 0); +} +.border-t-text-status-sent\/5{ + border-top-color: rgb(221 142 10 / 0.05); +} +.border-t-text-status-sent\/10{ + border-top-color: rgb(221 142 10 / 0.1); +} +.border-t-text-status-sent\/20{ + border-top-color: rgb(221 142 10 / 0.2); +} +.border-t-text-status-sent\/25{ + border-top-color: rgb(221 142 10 / 0.25); +} +.border-t-text-status-sent\/30{ + border-top-color: rgb(221 142 10 / 0.3); +} +.border-t-text-status-sent\/40{ + border-top-color: rgb(221 142 10 / 0.4); +} +.border-t-text-status-sent\/50{ + border-top-color: rgb(221 142 10 / 0.5); +} +.border-t-text-status-sent\/60{ + border-top-color: rgb(221 142 10 / 0.6); +} +.border-t-text-status-sent\/70{ + border-top-color: rgb(221 142 10 / 0.7); +} +.border-t-text-status-sent\/75{ + border-top-color: rgb(221 142 10 / 0.75); +} +.border-t-text-status-sent\/80{ + border-top-color: rgb(221 142 10 / 0.8); +} +.border-t-text-status-sent\/90{ + border-top-color: rgb(221 142 10 / 0.9); +} +.border-t-text-status-sent\/95{ + border-top-color: rgb(221 142 10 / 0.95); +} +.border-t-text-status-sent\/100{ + border-top-color: rgb(221 142 10 / 1); +} +.border-t-text-status-viewed\/0{ + border-top-color: rgb(77 79 125 / 0); +} +.border-t-text-status-viewed\/5{ + border-top-color: rgb(77 79 125 / 0.05); +} +.border-t-text-status-viewed\/10{ + border-top-color: rgb(77 79 125 / 0.1); +} +.border-t-text-status-viewed\/20{ + border-top-color: rgb(77 79 125 / 0.2); +} +.border-t-text-status-viewed\/25{ + border-top-color: rgb(77 79 125 / 0.25); +} +.border-t-text-status-viewed\/30{ + border-top-color: rgb(77 79 125 / 0.3); +} +.border-t-text-status-viewed\/40{ + border-top-color: rgb(77 79 125 / 0.4); +} +.border-t-text-status-viewed\/50{ + border-top-color: rgb(77 79 125 / 0.5); +} +.border-t-text-status-viewed\/60{ + border-top-color: rgb(77 79 125 / 0.6); +} +.border-t-text-status-viewed\/70{ + border-top-color: rgb(77 79 125 / 0.7); +} +.border-t-text-status-viewed\/75{ + border-top-color: rgb(77 79 125 / 0.75); +} +.border-t-text-status-viewed\/80{ + border-top-color: rgb(77 79 125 / 0.8); +} +.border-t-text-status-viewed\/90{ + border-top-color: rgb(77 79 125 / 0.9); +} +.border-t-text-status-viewed\/95{ + border-top-color: rgb(77 79 125 / 0.95); +} +.border-t-text-status-viewed\/100{ + border-top-color: rgb(77 79 125 / 1); +} +.border-t-text-status-draft\/0{ + border-top-color: rgb(59 59 59 / 0); +} +.border-t-text-status-draft\/5{ + border-top-color: rgb(59 59 59 / 0.05); +} +.border-t-text-status-draft\/10{ + border-top-color: rgb(59 59 59 / 0.1); +} +.border-t-text-status-draft\/20{ + border-top-color: rgb(59 59 59 / 0.2); +} +.border-t-text-status-draft\/25{ + border-top-color: rgb(59 59 59 / 0.25); +} +.border-t-text-status-draft\/30{ + border-top-color: rgb(59 59 59 / 0.3); +} +.border-t-text-status-draft\/40{ + border-top-color: rgb(59 59 59 / 0.4); +} +.border-t-text-status-draft\/50{ + border-top-color: rgb(59 59 59 / 0.5); +} +.border-t-text-status-draft\/60{ + border-top-color: rgb(59 59 59 / 0.6); +} +.border-t-text-status-draft\/70{ + border-top-color: rgb(59 59 59 / 0.7); +} +.border-t-text-status-draft\/75{ + border-top-color: rgb(59 59 59 / 0.75); +} +.border-t-text-status-draft\/80{ + border-top-color: rgb(59 59 59 / 0.8); +} +.border-t-text-status-draft\/90{ + border-top-color: rgb(59 59 59 / 0.9); +} +.border-t-text-status-draft\/95{ + border-top-color: rgb(59 59 59 / 0.95); +} +.border-t-text-status-draft\/100{ + border-top-color: rgb(59 59 59 / 1); +} +.border-t-text-status-partial\/0{ + border-top-color: rgb(0 99 149 / 0); +} +.border-t-text-status-partial\/5{ + border-top-color: rgb(0 99 149 / 0.05); +} +.border-t-text-status-partial\/10{ + border-top-color: rgb(0 99 149 / 0.1); +} +.border-t-text-status-partial\/20{ + border-top-color: rgb(0 99 149 / 0.2); +} +.border-t-text-status-partial\/25{ + border-top-color: rgb(0 99 149 / 0.25); +} +.border-t-text-status-partial\/30{ + border-top-color: rgb(0 99 149 / 0.3); +} +.border-t-text-status-partial\/40{ + border-top-color: rgb(0 99 149 / 0.4); +} +.border-t-text-status-partial\/50{ + border-top-color: rgb(0 99 149 / 0.5); +} +.border-t-text-status-partial\/60{ + border-top-color: rgb(0 99 149 / 0.6); +} +.border-t-text-status-partial\/70{ + border-top-color: rgb(0 99 149 / 0.7); +} +.border-t-text-status-partial\/75{ + border-top-color: rgb(0 99 149 / 0.75); +} +.border-t-text-status-partial\/80{ + border-top-color: rgb(0 99 149 / 0.8); +} +.border-t-text-status-partial\/90{ + border-top-color: rgb(0 99 149 / 0.9); +} +.border-t-text-status-partial\/95{ + border-top-color: rgb(0 99 149 / 0.95); +} +.border-t-text-status-partial\/100{ + border-top-color: rgb(0 99 149 / 1); +} +.border-t-text-status-canceled\/0{ + border-top-color: rgb(255 255 255 / 0); +} +.border-t-text-status-canceled\/5{ + border-top-color: rgb(255 255 255 / 0.05); +} +.border-t-text-status-canceled\/10{ + border-top-color: rgb(255 255 255 / 0.1); +} +.border-t-text-status-canceled\/20{ + border-top-color: rgb(255 255 255 / 0.2); +} +.border-t-text-status-canceled\/25{ + border-top-color: rgb(255 255 255 / 0.25); +} +.border-t-text-status-canceled\/30{ + border-top-color: rgb(255 255 255 / 0.3); +} +.border-t-text-status-canceled\/40{ + border-top-color: rgb(255 255 255 / 0.4); +} +.border-t-text-status-canceled\/50{ + border-top-color: rgb(255 255 255 / 0.5); +} +.border-t-text-status-canceled\/60{ + border-top-color: rgb(255 255 255 / 0.6); +} +.border-t-text-status-canceled\/70{ + border-top-color: rgb(255 255 255 / 0.7); +} +.border-t-text-status-canceled\/75{ + border-top-color: rgb(255 255 255 / 0.75); +} +.border-t-text-status-canceled\/80{ + border-top-color: rgb(255 255 255 / 0.8); +} +.border-t-text-status-canceled\/90{ + border-top-color: rgb(255 255 255 / 0.9); +} +.border-t-text-status-canceled\/95{ + border-top-color: rgb(255 255 255 / 0.95); +} +.border-t-text-status-canceled\/100{ + border-top-color: rgb(255 255 255 / 1); +} +.border-t-text-status-warning\/0{ + border-top-color: rgb(184 119 8 / 0); +} +.border-t-text-status-warning\/5{ + border-top-color: rgb(184 119 8 / 0.05); +} +.border-t-text-status-warning\/10{ + border-top-color: rgb(184 119 8 / 0.1); +} +.border-t-text-status-warning\/20{ + border-top-color: rgb(184 119 8 / 0.2); +} +.border-t-text-status-warning\/25{ + border-top-color: rgb(184 119 8 / 0.25); +} +.border-t-text-status-warning\/30{ + border-top-color: rgb(184 119 8 / 0.3); +} +.border-t-text-status-warning\/40{ + border-top-color: rgb(184 119 8 / 0.4); +} +.border-t-text-status-warning\/50{ + border-top-color: rgb(184 119 8 / 0.5); +} +.border-t-text-status-warning\/60{ + border-top-color: rgb(184 119 8 / 0.6); +} +.border-t-text-status-warning\/70{ + border-top-color: rgb(184 119 8 / 0.7); +} +.border-t-text-status-warning\/75{ + border-top-color: rgb(184 119 8 / 0.75); +} +.border-t-text-status-warning\/80{ + border-top-color: rgb(184 119 8 / 0.8); +} +.border-t-text-status-warning\/90{ + border-top-color: rgb(184 119 8 / 0.9); +} +.border-t-text-status-warning\/95{ + border-top-color: rgb(184 119 8 / 0.95); +} +.border-t-text-status-warning\/100{ + border-top-color: rgb(184 119 8 / 1); +} +.border-t-body\/0{ + border-top-color: rgb(252 252 252 / 0); +} +.border-t-body\/5{ + border-top-color: rgb(252 252 252 / 0.05); +} +.border-t-body\/10{ + border-top-color: rgb(252 252 252 / 0.1); +} +.border-t-body\/20{ + border-top-color: rgb(252 252 252 / 0.2); +} +.border-t-body\/25{ + border-top-color: rgb(252 252 252 / 0.25); +} +.border-t-body\/30{ + border-top-color: rgb(252 252 252 / 0.3); +} +.border-t-body\/40{ + border-top-color: rgb(252 252 252 / 0.4); +} +.border-t-body\/50{ + border-top-color: rgb(252 252 252 / 0.5); +} +.border-t-body\/60{ + border-top-color: rgb(252 252 252 / 0.6); +} +.border-t-body\/70{ + border-top-color: rgb(252 252 252 / 0.7); +} +.border-t-body\/75{ + border-top-color: rgb(252 252 252 / 0.75); +} +.border-t-body\/80{ + border-top-color: rgb(252 252 252 / 0.8); +} +.border-t-body\/90{ + border-top-color: rgb(252 252 252 / 0.9); +} +.border-t-body\/95{ + border-top-color: rgb(252 252 252 / 0.95); +} +.border-t-body\/100{ + border-top-color: rgb(252 252 252 / 1); +} +.border-t-light-gray\/0{ + border-top-color: rgb(199 201 217 / 0); +} +.border-t-light-gray\/5{ + border-top-color: rgb(199 201 217 / 0.05); +} +.border-t-light-gray\/10{ + border-top-color: rgb(199 201 217 / 0.1); +} +.border-t-light-gray\/20{ + border-top-color: rgb(199 201 217 / 0.2); +} +.border-t-light-gray\/25{ + border-top-color: rgb(199 201 217 / 0.25); +} +.border-t-light-gray\/30{ + border-top-color: rgb(199 201 217 / 0.3); +} +.border-t-light-gray\/40{ + border-top-color: rgb(199 201 217 / 0.4); +} +.border-t-light-gray\/50{ + border-top-color: rgb(199 201 217 / 0.5); +} +.border-t-light-gray\/60{ + border-top-color: rgb(199 201 217 / 0.6); +} +.border-t-light-gray\/70{ + border-top-color: rgb(199 201 217 / 0.7); +} +.border-t-light-gray\/75{ + border-top-color: rgb(199 201 217 / 0.75); +} +.border-t-light-gray\/80{ + border-top-color: rgb(199 201 217 / 0.8); +} +.border-t-light-gray\/90{ + border-top-color: rgb(199 201 217 / 0.9); +} +.border-t-light-gray\/95{ + border-top-color: rgb(199 201 217 / 0.95); +} +.border-t-light-gray\/100{ + border-top-color: rgb(199 201 217 / 1); +} +.border-t-dark-blue\/0{ + border-top-color: rgb(21 40 75 / 0); +} +.border-t-dark-blue\/5{ + border-top-color: rgb(21 40 75 / 0.05); +} +.border-t-dark-blue\/10{ + border-top-color: rgb(21 40 75 / 0.1); +} +.border-t-dark-blue\/20{ + border-top-color: rgb(21 40 75 / 0.2); +} +.border-t-dark-blue\/25{ + border-top-color: rgb(21 40 75 / 0.25); +} +.border-t-dark-blue\/30{ + border-top-color: rgb(21 40 75 / 0.3); +} +.border-t-dark-blue\/40{ + border-top-color: rgb(21 40 75 / 0.4); +} +.border-t-dark-blue\/50{ + border-top-color: rgb(21 40 75 / 0.5); +} +.border-t-dark-blue\/60{ + border-top-color: rgb(21 40 75 / 0.6); +} +.border-t-dark-blue\/70{ + border-top-color: rgb(21 40 75 / 0.7); +} +.border-t-dark-blue\/75{ + border-top-color: rgb(21 40 75 / 0.75); +} +.border-t-dark-blue\/80{ + border-top-color: rgb(21 40 75 / 0.8); +} +.border-t-dark-blue\/90{ + border-top-color: rgb(21 40 75 / 0.9); +} +.border-t-dark-blue\/95{ + border-top-color: rgb(21 40 75 / 0.95); +} +.border-t-dark-blue\/100{ + border-top-color: rgb(21 40 75 / 1); +} +.border-t-lighter-gray\/0{ + border-top-color: rgb(242 242 245 / 0); +} +.border-t-lighter-gray\/5{ + border-top-color: rgb(242 242 245 / 0.05); +} +.border-t-lighter-gray\/10{ + border-top-color: rgb(242 242 245 / 0.1); +} +.border-t-lighter-gray\/20{ + border-top-color: rgb(242 242 245 / 0.2); +} +.border-t-lighter-gray\/25{ + border-top-color: rgb(242 242 245 / 0.25); +} +.border-t-lighter-gray\/30{ + border-top-color: rgb(242 242 245 / 0.3); +} +.border-t-lighter-gray\/40{ + border-top-color: rgb(242 242 245 / 0.4); +} +.border-t-lighter-gray\/50{ + border-top-color: rgb(242 242 245 / 0.5); +} +.border-t-lighter-gray\/60{ + border-top-color: rgb(242 242 245 / 0.6); +} +.border-t-lighter-gray\/70{ + border-top-color: rgb(242 242 245 / 0.7); +} +.border-t-lighter-gray\/75{ + border-top-color: rgb(242 242 245 / 0.75); +} +.border-t-lighter-gray\/80{ + border-top-color: rgb(242 242 245 / 0.8); +} +.border-t-lighter-gray\/90{ + border-top-color: rgb(242 242 245 / 0.9); +} +.border-t-lighter-gray\/95{ + border-top-color: rgb(242 242 245 / 0.95); +} +.border-t-lighter-gray\/100{ + border-top-color: rgb(242 242 245 / 1); +} +.border-t-purple-lighter\/0{ + border-top-color: rgb(242 244 252 / 0); +} +.border-t-purple-lighter\/5{ + border-top-color: rgb(242 244 252 / 0.05); +} +.border-t-purple-lighter\/10{ + border-top-color: rgb(242 244 252 / 0.1); +} +.border-t-purple-lighter\/20{ + border-top-color: rgb(242 244 252 / 0.2); +} +.border-t-purple-lighter\/25{ + border-top-color: rgb(242 244 252 / 0.25); +} +.border-t-purple-lighter\/30{ + border-top-color: rgb(242 244 252 / 0.3); +} +.border-t-purple-lighter\/40{ + border-top-color: rgb(242 244 252 / 0.4); +} +.border-t-purple-lighter\/50{ + border-top-color: rgb(242 244 252 / 0.5); +} +.border-t-purple-lighter\/60{ + border-top-color: rgb(242 244 252 / 0.6); +} +.border-t-purple-lighter\/70{ + border-top-color: rgb(242 244 252 / 0.7); +} +.border-t-purple-lighter\/75{ + border-top-color: rgb(242 244 252 / 0.75); +} +.border-t-purple-lighter\/80{ + border-top-color: rgb(242 244 252 / 0.8); +} +.border-t-purple-lighter\/90{ + border-top-color: rgb(242 244 252 / 0.9); +} +.border-t-purple-lighter\/95{ + border-top-color: rgb(242 244 252 / 0.95); +} +.border-t-purple-lighter\/100{ + border-top-color: rgb(242 244 252 / 1); +} +.border-t-modal-background\/0{ + border-top-color: rgb(0 0 0 / 0); +} +.border-t-modal-background\/5{ + border-top-color: rgb(0 0 0 / 0.05); +} +.border-t-modal-background\/10{ + border-top-color: rgb(0 0 0 / 0.1); +} +.border-t-modal-background\/20{ + border-top-color: rgb(0 0 0 / 0.2); +} +.border-t-modal-background\/25{ + border-top-color: rgb(0 0 0 / 0.25); +} +.border-t-modal-background\/30{ + border-top-color: rgb(0 0 0 / 0.3); +} +.border-t-modal-background\/40{ + border-top-color: rgb(0 0 0 / 0.4); +} +.border-t-modal-background\/50{ + border-top-color: rgb(0 0 0 / 0.5); +} +.border-t-modal-background\/60{ + border-top-color: rgb(0 0 0 / 0.6); +} +.border-t-modal-background\/70{ + border-top-color: rgb(0 0 0 / 0.7); +} +.border-t-modal-background\/75{ + border-top-color: rgb(0 0 0 / 0.75); +} +.border-t-modal-background\/80{ + border-top-color: rgb(0 0 0 / 0.8); +} +.border-t-modal-background\/90{ + border-top-color: rgb(0 0 0 / 0.9); +} +.border-t-modal-background\/95{ + border-top-color: rgb(0 0 0 / 0.95); +} +.border-t-modal-background\/100{ + border-top-color: rgb(0 0 0 / 1); +} +.border-t-testing\/0{ + border-top-color: rgb(147 95 7 / 0); +} +.border-t-testing\/5{ + border-top-color: rgb(147 95 7 / 0.05); +} +.border-t-testing\/10{ + border-top-color: rgb(147 95 7 / 0.1); +} +.border-t-testing\/20{ + border-top-color: rgb(147 95 7 / 0.2); +} +.border-t-testing\/25{ + border-top-color: rgb(147 95 7 / 0.25); +} +.border-t-testing\/30{ + border-top-color: rgb(147 95 7 / 0.3); +} +.border-t-testing\/40{ + border-top-color: rgb(147 95 7 / 0.4); +} +.border-t-testing\/50{ + border-top-color: rgb(147 95 7 / 0.5); +} +.border-t-testing\/60{ + border-top-color: rgb(147 95 7 / 0.6); +} +.border-t-testing\/70{ + border-top-color: rgb(147 95 7 / 0.7); +} +.border-t-testing\/75{ + border-top-color: rgb(147 95 7 / 0.75); +} +.border-t-testing\/80{ + border-top-color: rgb(147 95 7 / 0.8); +} +.border-t-testing\/90{ + border-top-color: rgb(147 95 7 / 0.9); +} +.border-t-testing\/95{ + border-top-color: rgb(147 95 7 / 0.95); +} +.border-t-testing\/100{ + border-top-color: rgb(147 95 7 / 1); +} .border-r-inherit{ border-right-color: inherit; } @@ -22826,6 +91831,12066 @@ input[type="date"]::-webkit-inner-spin-button, --tw-border-opacity: 1; border-right-color: rgb(147 95 7 / var(--tw-border-opacity)); } +.border-r-transparent\/0{ + border-right-color: rgb(0 0 0 / 0); +} +.border-r-transparent\/5{ + border-right-color: rgb(0 0 0 / 0.05); +} +.border-r-transparent\/10{ + border-right-color: rgb(0 0 0 / 0.1); +} +.border-r-transparent\/20{ + border-right-color: rgb(0 0 0 / 0.2); +} +.border-r-transparent\/25{ + border-right-color: rgb(0 0 0 / 0.25); +} +.border-r-transparent\/30{ + border-right-color: rgb(0 0 0 / 0.3); +} +.border-r-transparent\/40{ + border-right-color: rgb(0 0 0 / 0.4); +} +.border-r-transparent\/50{ + border-right-color: rgb(0 0 0 / 0.5); +} +.border-r-transparent\/60{ + border-right-color: rgb(0 0 0 / 0.6); +} +.border-r-transparent\/70{ + border-right-color: rgb(0 0 0 / 0.7); +} +.border-r-transparent\/75{ + border-right-color: rgb(0 0 0 / 0.75); +} +.border-r-transparent\/80{ + border-right-color: rgb(0 0 0 / 0.8); +} +.border-r-transparent\/90{ + border-right-color: rgb(0 0 0 / 0.9); +} +.border-r-transparent\/95{ + border-right-color: rgb(0 0 0 / 0.95); +} +.border-r-transparent\/100{ + border-right-color: rgb(0 0 0 / 1); +} +.border-r-black-50\/0{ + border-right-color: rgb(246 246 246 / 0); +} +.border-r-black-50\/5{ + border-right-color: rgb(246 246 246 / 0.05); +} +.border-r-black-50\/10{ + border-right-color: rgb(246 246 246 / 0.1); +} +.border-r-black-50\/20{ + border-right-color: rgb(246 246 246 / 0.2); +} +.border-r-black-50\/25{ + border-right-color: rgb(246 246 246 / 0.25); +} +.border-r-black-50\/30{ + border-right-color: rgb(246 246 246 / 0.3); +} +.border-r-black-50\/40{ + border-right-color: rgb(246 246 246 / 0.4); +} +.border-r-black-50\/50{ + border-right-color: rgb(246 246 246 / 0.5); +} +.border-r-black-50\/60{ + border-right-color: rgb(246 246 246 / 0.6); +} +.border-r-black-50\/70{ + border-right-color: rgb(246 246 246 / 0.7); +} +.border-r-black-50\/75{ + border-right-color: rgb(246 246 246 / 0.75); +} +.border-r-black-50\/80{ + border-right-color: rgb(246 246 246 / 0.8); +} +.border-r-black-50\/90{ + border-right-color: rgb(246 246 246 / 0.9); +} +.border-r-black-50\/95{ + border-right-color: rgb(246 246 246 / 0.95); +} +.border-r-black-50\/100{ + border-right-color: rgb(246 246 246 / 1); +} +.border-r-black-100\/0{ + border-right-color: rgb(236 236 236 / 0); +} +.border-r-black-100\/5{ + border-right-color: rgb(236 236 236 / 0.05); +} +.border-r-black-100\/10{ + border-right-color: rgb(236 236 236 / 0.1); +} +.border-r-black-100\/20{ + border-right-color: rgb(236 236 236 / 0.2); +} +.border-r-black-100\/25{ + border-right-color: rgb(236 236 236 / 0.25); +} +.border-r-black-100\/30{ + border-right-color: rgb(236 236 236 / 0.3); +} +.border-r-black-100\/40{ + border-right-color: rgb(236 236 236 / 0.4); +} +.border-r-black-100\/50{ + border-right-color: rgb(236 236 236 / 0.5); +} +.border-r-black-100\/60{ + border-right-color: rgb(236 236 236 / 0.6); +} +.border-r-black-100\/70{ + border-right-color: rgb(236 236 236 / 0.7); +} +.border-r-black-100\/75{ + border-right-color: rgb(236 236 236 / 0.75); +} +.border-r-black-100\/80{ + border-right-color: rgb(236 236 236 / 0.8); +} +.border-r-black-100\/90{ + border-right-color: rgb(236 236 236 / 0.9); +} +.border-r-black-100\/95{ + border-right-color: rgb(236 236 236 / 0.95); +} +.border-r-black-100\/100{ + border-right-color: rgb(236 236 236 / 1); +} +.border-r-black-200\/0{ + border-right-color: rgb(208 208 208 / 0); +} +.border-r-black-200\/5{ + border-right-color: rgb(208 208 208 / 0.05); +} +.border-r-black-200\/10{ + border-right-color: rgb(208 208 208 / 0.1); +} +.border-r-black-200\/20{ + border-right-color: rgb(208 208 208 / 0.2); +} +.border-r-black-200\/25{ + border-right-color: rgb(208 208 208 / 0.25); +} +.border-r-black-200\/30{ + border-right-color: rgb(208 208 208 / 0.3); +} +.border-r-black-200\/40{ + border-right-color: rgb(208 208 208 / 0.4); +} +.border-r-black-200\/50{ + border-right-color: rgb(208 208 208 / 0.5); +} +.border-r-black-200\/60{ + border-right-color: rgb(208 208 208 / 0.6); +} +.border-r-black-200\/70{ + border-right-color: rgb(208 208 208 / 0.7); +} +.border-r-black-200\/75{ + border-right-color: rgb(208 208 208 / 0.75); +} +.border-r-black-200\/80{ + border-right-color: rgb(208 208 208 / 0.8); +} +.border-r-black-200\/90{ + border-right-color: rgb(208 208 208 / 0.9); +} +.border-r-black-200\/95{ + border-right-color: rgb(208 208 208 / 0.95); +} +.border-r-black-200\/100{ + border-right-color: rgb(208 208 208 / 1); +} +.border-r-black-300\/0{ + border-right-color: rgb(179 179 179 / 0); +} +.border-r-black-300\/5{ + border-right-color: rgb(179 179 179 / 0.05); +} +.border-r-black-300\/10{ + border-right-color: rgb(179 179 179 / 0.1); +} +.border-r-black-300\/20{ + border-right-color: rgb(179 179 179 / 0.2); +} +.border-r-black-300\/25{ + border-right-color: rgb(179 179 179 / 0.25); +} +.border-r-black-300\/30{ + border-right-color: rgb(179 179 179 / 0.3); +} +.border-r-black-300\/40{ + border-right-color: rgb(179 179 179 / 0.4); +} +.border-r-black-300\/50{ + border-right-color: rgb(179 179 179 / 0.5); +} +.border-r-black-300\/60{ + border-right-color: rgb(179 179 179 / 0.6); +} +.border-r-black-300\/70{ + border-right-color: rgb(179 179 179 / 0.7); +} +.border-r-black-300\/75{ + border-right-color: rgb(179 179 179 / 0.75); +} +.border-r-black-300\/80{ + border-right-color: rgb(179 179 179 / 0.8); +} +.border-r-black-300\/90{ + border-right-color: rgb(179 179 179 / 0.9); +} +.border-r-black-300\/95{ + border-right-color: rgb(179 179 179 / 0.95); +} +.border-r-black-300\/100{ + border-right-color: rgb(179 179 179 / 1); +} +.border-r-black-400\/0{ + border-right-color: rgb(123 123 123 / 0); +} +.border-r-black-400\/5{ + border-right-color: rgb(123 123 123 / 0.05); +} +.border-r-black-400\/10{ + border-right-color: rgb(123 123 123 / 0.1); +} +.border-r-black-400\/20{ + border-right-color: rgb(123 123 123 / 0.2); +} +.border-r-black-400\/25{ + border-right-color: rgb(123 123 123 / 0.25); +} +.border-r-black-400\/30{ + border-right-color: rgb(123 123 123 / 0.3); +} +.border-r-black-400\/40{ + border-right-color: rgb(123 123 123 / 0.4); +} +.border-r-black-400\/50{ + border-right-color: rgb(123 123 123 / 0.5); +} +.border-r-black-400\/60{ + border-right-color: rgb(123 123 123 / 0.6); +} +.border-r-black-400\/70{ + border-right-color: rgb(123 123 123 / 0.7); +} +.border-r-black-400\/75{ + border-right-color: rgb(123 123 123 / 0.75); +} +.border-r-black-400\/80{ + border-right-color: rgb(123 123 123 / 0.8); +} +.border-r-black-400\/90{ + border-right-color: rgb(123 123 123 / 0.9); +} +.border-r-black-400\/95{ + border-right-color: rgb(123 123 123 / 0.95); +} +.border-r-black-400\/100{ + border-right-color: rgb(123 123 123 / 1); +} +.border-r-black-500\/0{ + border-right-color: rgb(66 66 66 / 0); +} +.border-r-black-500\/5{ + border-right-color: rgb(66 66 66 / 0.05); +} +.border-r-black-500\/10{ + border-right-color: rgb(66 66 66 / 0.1); +} +.border-r-black-500\/20{ + border-right-color: rgb(66 66 66 / 0.2); +} +.border-r-black-500\/25{ + border-right-color: rgb(66 66 66 / 0.25); +} +.border-r-black-500\/30{ + border-right-color: rgb(66 66 66 / 0.3); +} +.border-r-black-500\/40{ + border-right-color: rgb(66 66 66 / 0.4); +} +.border-r-black-500\/50{ + border-right-color: rgb(66 66 66 / 0.5); +} +.border-r-black-500\/60{ + border-right-color: rgb(66 66 66 / 0.6); +} +.border-r-black-500\/70{ + border-right-color: rgb(66 66 66 / 0.7); +} +.border-r-black-500\/75{ + border-right-color: rgb(66 66 66 / 0.75); +} +.border-r-black-500\/80{ + border-right-color: rgb(66 66 66 / 0.8); +} +.border-r-black-500\/90{ + border-right-color: rgb(66 66 66 / 0.9); +} +.border-r-black-500\/95{ + border-right-color: rgb(66 66 66 / 0.95); +} +.border-r-black-500\/100{ + border-right-color: rgb(66 66 66 / 1); +} +.border-r-black-600\/0{ + border-right-color: rgb(59 59 59 / 0); +} +.border-r-black-600\/5{ + border-right-color: rgb(59 59 59 / 0.05); +} +.border-r-black-600\/10{ + border-right-color: rgb(59 59 59 / 0.1); +} +.border-r-black-600\/20{ + border-right-color: rgb(59 59 59 / 0.2); +} +.border-r-black-600\/25{ + border-right-color: rgb(59 59 59 / 0.25); +} +.border-r-black-600\/30{ + border-right-color: rgb(59 59 59 / 0.3); +} +.border-r-black-600\/40{ + border-right-color: rgb(59 59 59 / 0.4); +} +.border-r-black-600\/50{ + border-right-color: rgb(59 59 59 / 0.5); +} +.border-r-black-600\/60{ + border-right-color: rgb(59 59 59 / 0.6); +} +.border-r-black-600\/70{ + border-right-color: rgb(59 59 59 / 0.7); +} +.border-r-black-600\/75{ + border-right-color: rgb(59 59 59 / 0.75); +} +.border-r-black-600\/80{ + border-right-color: rgb(59 59 59 / 0.8); +} +.border-r-black-600\/90{ + border-right-color: rgb(59 59 59 / 0.9); +} +.border-r-black-600\/95{ + border-right-color: rgb(59 59 59 / 0.95); +} +.border-r-black-600\/100{ + border-right-color: rgb(59 59 59 / 1); +} +.border-r-black-700\/0{ + border-right-color: rgb(50 50 50 / 0); +} +.border-r-black-700\/5{ + border-right-color: rgb(50 50 50 / 0.05); +} +.border-r-black-700\/10{ + border-right-color: rgb(50 50 50 / 0.1); +} +.border-r-black-700\/20{ + border-right-color: rgb(50 50 50 / 0.2); +} +.border-r-black-700\/25{ + border-right-color: rgb(50 50 50 / 0.25); +} +.border-r-black-700\/30{ + border-right-color: rgb(50 50 50 / 0.3); +} +.border-r-black-700\/40{ + border-right-color: rgb(50 50 50 / 0.4); +} +.border-r-black-700\/50{ + border-right-color: rgb(50 50 50 / 0.5); +} +.border-r-black-700\/60{ + border-right-color: rgb(50 50 50 / 0.6); +} +.border-r-black-700\/70{ + border-right-color: rgb(50 50 50 / 0.7); +} +.border-r-black-700\/75{ + border-right-color: rgb(50 50 50 / 0.75); +} +.border-r-black-700\/80{ + border-right-color: rgb(50 50 50 / 0.8); +} +.border-r-black-700\/90{ + border-right-color: rgb(50 50 50 / 0.9); +} +.border-r-black-700\/95{ + border-right-color: rgb(50 50 50 / 0.95); +} +.border-r-black-700\/100{ + border-right-color: rgb(50 50 50 / 1); +} +.border-r-black-800\/0{ + border-right-color: rgb(40 40 40 / 0); +} +.border-r-black-800\/5{ + border-right-color: rgb(40 40 40 / 0.05); +} +.border-r-black-800\/10{ + border-right-color: rgb(40 40 40 / 0.1); +} +.border-r-black-800\/20{ + border-right-color: rgb(40 40 40 / 0.2); +} +.border-r-black-800\/25{ + border-right-color: rgb(40 40 40 / 0.25); +} +.border-r-black-800\/30{ + border-right-color: rgb(40 40 40 / 0.3); +} +.border-r-black-800\/40{ + border-right-color: rgb(40 40 40 / 0.4); +} +.border-r-black-800\/50{ + border-right-color: rgb(40 40 40 / 0.5); +} +.border-r-black-800\/60{ + border-right-color: rgb(40 40 40 / 0.6); +} +.border-r-black-800\/70{ + border-right-color: rgb(40 40 40 / 0.7); +} +.border-r-black-800\/75{ + border-right-color: rgb(40 40 40 / 0.75); +} +.border-r-black-800\/80{ + border-right-color: rgb(40 40 40 / 0.8); +} +.border-r-black-800\/90{ + border-right-color: rgb(40 40 40 / 0.9); +} +.border-r-black-800\/95{ + border-right-color: rgb(40 40 40 / 0.95); +} +.border-r-black-800\/100{ + border-right-color: rgb(40 40 40 / 1); +} +.border-r-black-900\/0{ + border-right-color: rgb(32 32 32 / 0); +} +.border-r-black-900\/5{ + border-right-color: rgb(32 32 32 / 0.05); +} +.border-r-black-900\/10{ + border-right-color: rgb(32 32 32 / 0.1); +} +.border-r-black-900\/20{ + border-right-color: rgb(32 32 32 / 0.2); +} +.border-r-black-900\/25{ + border-right-color: rgb(32 32 32 / 0.25); +} +.border-r-black-900\/30{ + border-right-color: rgb(32 32 32 / 0.3); +} +.border-r-black-900\/40{ + border-right-color: rgb(32 32 32 / 0.4); +} +.border-r-black-900\/50{ + border-right-color: rgb(32 32 32 / 0.5); +} +.border-r-black-900\/60{ + border-right-color: rgb(32 32 32 / 0.6); +} +.border-r-black-900\/70{ + border-right-color: rgb(32 32 32 / 0.7); +} +.border-r-black-900\/75{ + border-right-color: rgb(32 32 32 / 0.75); +} +.border-r-black-900\/80{ + border-right-color: rgb(32 32 32 / 0.8); +} +.border-r-black-900\/90{ + border-right-color: rgb(32 32 32 / 0.9); +} +.border-r-black-900\/95{ + border-right-color: rgb(32 32 32 / 0.95); +} +.border-r-black-900\/100{ + border-right-color: rgb(32 32 32 / 1); +} +.border-r-black\/0{ + border-right-color: rgb(66 66 66 / 0); +} +.border-r-black\/5{ + border-right-color: rgb(66 66 66 / 0.05); +} +.border-r-black\/10{ + border-right-color: rgb(66 66 66 / 0.1); +} +.border-r-black\/20{ + border-right-color: rgb(66 66 66 / 0.2); +} +.border-r-black\/25{ + border-right-color: rgb(66 66 66 / 0.25); +} +.border-r-black\/30{ + border-right-color: rgb(66 66 66 / 0.3); +} +.border-r-black\/40{ + border-right-color: rgb(66 66 66 / 0.4); +} +.border-r-black\/50{ + border-right-color: rgb(66 66 66 / 0.5); +} +.border-r-black\/60{ + border-right-color: rgb(66 66 66 / 0.6); +} +.border-r-black\/70{ + border-right-color: rgb(66 66 66 / 0.7); +} +.border-r-black\/75{ + border-right-color: rgb(66 66 66 / 0.75); +} +.border-r-black\/80{ + border-right-color: rgb(66 66 66 / 0.8); +} +.border-r-black\/90{ + border-right-color: rgb(66 66 66 / 0.9); +} +.border-r-black\/95{ + border-right-color: rgb(66 66 66 / 0.95); +} +.border-r-black\/100{ + border-right-color: rgb(66 66 66 / 1); +} +.border-r-white\/0{ + border-right-color: rgb(255 255 255 / 0); +} +.border-r-white\/5{ + border-right-color: rgb(255 255 255 / 0.05); +} +.border-r-white\/10{ + border-right-color: rgb(255 255 255 / 0.1); +} +.border-r-white\/20{ + border-right-color: rgb(255 255 255 / 0.2); +} +.border-r-white\/25{ + border-right-color: rgb(255 255 255 / 0.25); +} +.border-r-white\/30{ + border-right-color: rgb(255 255 255 / 0.3); +} +.border-r-white\/40{ + border-right-color: rgb(255 255 255 / 0.4); +} +.border-r-white\/50{ + border-right-color: rgb(255 255 255 / 0.5); +} +.border-r-white\/60{ + border-right-color: rgb(255 255 255 / 0.6); +} +.border-r-white\/70{ + border-right-color: rgb(255 255 255 / 0.7); +} +.border-r-white\/75{ + border-right-color: rgb(255 255 255 / 0.75); +} +.border-r-white\/80{ + border-right-color: rgb(255 255 255 / 0.8); +} +.border-r-white\/90{ + border-right-color: rgb(255 255 255 / 0.9); +} +.border-r-white\/95{ + border-right-color: rgb(255 255 255 / 0.95); +} +.border-r-white\/100{ + border-right-color: rgb(255 255 255 / 1); +} +.border-r-slate-50\/0{ + border-right-color: rgb(248 250 252 / 0); +} +.border-r-slate-50\/5{ + border-right-color: rgb(248 250 252 / 0.05); +} +.border-r-slate-50\/10{ + border-right-color: rgb(248 250 252 / 0.1); +} +.border-r-slate-50\/20{ + border-right-color: rgb(248 250 252 / 0.2); +} +.border-r-slate-50\/25{ + border-right-color: rgb(248 250 252 / 0.25); +} +.border-r-slate-50\/30{ + border-right-color: rgb(248 250 252 / 0.3); +} +.border-r-slate-50\/40{ + border-right-color: rgb(248 250 252 / 0.4); +} +.border-r-slate-50\/50{ + border-right-color: rgb(248 250 252 / 0.5); +} +.border-r-slate-50\/60{ + border-right-color: rgb(248 250 252 / 0.6); +} +.border-r-slate-50\/70{ + border-right-color: rgb(248 250 252 / 0.7); +} +.border-r-slate-50\/75{ + border-right-color: rgb(248 250 252 / 0.75); +} +.border-r-slate-50\/80{ + border-right-color: rgb(248 250 252 / 0.8); +} +.border-r-slate-50\/90{ + border-right-color: rgb(248 250 252 / 0.9); +} +.border-r-slate-50\/95{ + border-right-color: rgb(248 250 252 / 0.95); +} +.border-r-slate-50\/100{ + border-right-color: rgb(248 250 252 / 1); +} +.border-r-slate-100\/0{ + border-right-color: rgb(241 245 249 / 0); +} +.border-r-slate-100\/5{ + border-right-color: rgb(241 245 249 / 0.05); +} +.border-r-slate-100\/10{ + border-right-color: rgb(241 245 249 / 0.1); +} +.border-r-slate-100\/20{ + border-right-color: rgb(241 245 249 / 0.2); +} +.border-r-slate-100\/25{ + border-right-color: rgb(241 245 249 / 0.25); +} +.border-r-slate-100\/30{ + border-right-color: rgb(241 245 249 / 0.3); +} +.border-r-slate-100\/40{ + border-right-color: rgb(241 245 249 / 0.4); +} +.border-r-slate-100\/50{ + border-right-color: rgb(241 245 249 / 0.5); +} +.border-r-slate-100\/60{ + border-right-color: rgb(241 245 249 / 0.6); +} +.border-r-slate-100\/70{ + border-right-color: rgb(241 245 249 / 0.7); +} +.border-r-slate-100\/75{ + border-right-color: rgb(241 245 249 / 0.75); +} +.border-r-slate-100\/80{ + border-right-color: rgb(241 245 249 / 0.8); +} +.border-r-slate-100\/90{ + border-right-color: rgb(241 245 249 / 0.9); +} +.border-r-slate-100\/95{ + border-right-color: rgb(241 245 249 / 0.95); +} +.border-r-slate-100\/100{ + border-right-color: rgb(241 245 249 / 1); +} +.border-r-slate-200\/0{ + border-right-color: rgb(226 232 240 / 0); +} +.border-r-slate-200\/5{ + border-right-color: rgb(226 232 240 / 0.05); +} +.border-r-slate-200\/10{ + border-right-color: rgb(226 232 240 / 0.1); +} +.border-r-slate-200\/20{ + border-right-color: rgb(226 232 240 / 0.2); +} +.border-r-slate-200\/25{ + border-right-color: rgb(226 232 240 / 0.25); +} +.border-r-slate-200\/30{ + border-right-color: rgb(226 232 240 / 0.3); +} +.border-r-slate-200\/40{ + border-right-color: rgb(226 232 240 / 0.4); +} +.border-r-slate-200\/50{ + border-right-color: rgb(226 232 240 / 0.5); +} +.border-r-slate-200\/60{ + border-right-color: rgb(226 232 240 / 0.6); +} +.border-r-slate-200\/70{ + border-right-color: rgb(226 232 240 / 0.7); +} +.border-r-slate-200\/75{ + border-right-color: rgb(226 232 240 / 0.75); +} +.border-r-slate-200\/80{ + border-right-color: rgb(226 232 240 / 0.8); +} +.border-r-slate-200\/90{ + border-right-color: rgb(226 232 240 / 0.9); +} +.border-r-slate-200\/95{ + border-right-color: rgb(226 232 240 / 0.95); +} +.border-r-slate-200\/100{ + border-right-color: rgb(226 232 240 / 1); +} +.border-r-slate-300\/0{ + border-right-color: rgb(203 213 225 / 0); +} +.border-r-slate-300\/5{ + border-right-color: rgb(203 213 225 / 0.05); +} +.border-r-slate-300\/10{ + border-right-color: rgb(203 213 225 / 0.1); +} +.border-r-slate-300\/20{ + border-right-color: rgb(203 213 225 / 0.2); +} +.border-r-slate-300\/25{ + border-right-color: rgb(203 213 225 / 0.25); +} +.border-r-slate-300\/30{ + border-right-color: rgb(203 213 225 / 0.3); +} +.border-r-slate-300\/40{ + border-right-color: rgb(203 213 225 / 0.4); +} +.border-r-slate-300\/50{ + border-right-color: rgb(203 213 225 / 0.5); +} +.border-r-slate-300\/60{ + border-right-color: rgb(203 213 225 / 0.6); +} +.border-r-slate-300\/70{ + border-right-color: rgb(203 213 225 / 0.7); +} +.border-r-slate-300\/75{ + border-right-color: rgb(203 213 225 / 0.75); +} +.border-r-slate-300\/80{ + border-right-color: rgb(203 213 225 / 0.8); +} +.border-r-slate-300\/90{ + border-right-color: rgb(203 213 225 / 0.9); +} +.border-r-slate-300\/95{ + border-right-color: rgb(203 213 225 / 0.95); +} +.border-r-slate-300\/100{ + border-right-color: rgb(203 213 225 / 1); +} +.border-r-slate-400\/0{ + border-right-color: rgb(148 163 184 / 0); +} +.border-r-slate-400\/5{ + border-right-color: rgb(148 163 184 / 0.05); +} +.border-r-slate-400\/10{ + border-right-color: rgb(148 163 184 / 0.1); +} +.border-r-slate-400\/20{ + border-right-color: rgb(148 163 184 / 0.2); +} +.border-r-slate-400\/25{ + border-right-color: rgb(148 163 184 / 0.25); +} +.border-r-slate-400\/30{ + border-right-color: rgb(148 163 184 / 0.3); +} +.border-r-slate-400\/40{ + border-right-color: rgb(148 163 184 / 0.4); +} +.border-r-slate-400\/50{ + border-right-color: rgb(148 163 184 / 0.5); +} +.border-r-slate-400\/60{ + border-right-color: rgb(148 163 184 / 0.6); +} +.border-r-slate-400\/70{ + border-right-color: rgb(148 163 184 / 0.7); +} +.border-r-slate-400\/75{ + border-right-color: rgb(148 163 184 / 0.75); +} +.border-r-slate-400\/80{ + border-right-color: rgb(148 163 184 / 0.8); +} +.border-r-slate-400\/90{ + border-right-color: rgb(148 163 184 / 0.9); +} +.border-r-slate-400\/95{ + border-right-color: rgb(148 163 184 / 0.95); +} +.border-r-slate-400\/100{ + border-right-color: rgb(148 163 184 / 1); +} +.border-r-slate-500\/0{ + border-right-color: rgb(100 116 139 / 0); +} +.border-r-slate-500\/5{ + border-right-color: rgb(100 116 139 / 0.05); +} +.border-r-slate-500\/10{ + border-right-color: rgb(100 116 139 / 0.1); +} +.border-r-slate-500\/20{ + border-right-color: rgb(100 116 139 / 0.2); +} +.border-r-slate-500\/25{ + border-right-color: rgb(100 116 139 / 0.25); +} +.border-r-slate-500\/30{ + border-right-color: rgb(100 116 139 / 0.3); +} +.border-r-slate-500\/40{ + border-right-color: rgb(100 116 139 / 0.4); +} +.border-r-slate-500\/50{ + border-right-color: rgb(100 116 139 / 0.5); +} +.border-r-slate-500\/60{ + border-right-color: rgb(100 116 139 / 0.6); +} +.border-r-slate-500\/70{ + border-right-color: rgb(100 116 139 / 0.7); +} +.border-r-slate-500\/75{ + border-right-color: rgb(100 116 139 / 0.75); +} +.border-r-slate-500\/80{ + border-right-color: rgb(100 116 139 / 0.8); +} +.border-r-slate-500\/90{ + border-right-color: rgb(100 116 139 / 0.9); +} +.border-r-slate-500\/95{ + border-right-color: rgb(100 116 139 / 0.95); +} +.border-r-slate-500\/100{ + border-right-color: rgb(100 116 139 / 1); +} +.border-r-slate-600\/0{ + border-right-color: rgb(71 85 105 / 0); +} +.border-r-slate-600\/5{ + border-right-color: rgb(71 85 105 / 0.05); +} +.border-r-slate-600\/10{ + border-right-color: rgb(71 85 105 / 0.1); +} +.border-r-slate-600\/20{ + border-right-color: rgb(71 85 105 / 0.2); +} +.border-r-slate-600\/25{ + border-right-color: rgb(71 85 105 / 0.25); +} +.border-r-slate-600\/30{ + border-right-color: rgb(71 85 105 / 0.3); +} +.border-r-slate-600\/40{ + border-right-color: rgb(71 85 105 / 0.4); +} +.border-r-slate-600\/50{ + border-right-color: rgb(71 85 105 / 0.5); +} +.border-r-slate-600\/60{ + border-right-color: rgb(71 85 105 / 0.6); +} +.border-r-slate-600\/70{ + border-right-color: rgb(71 85 105 / 0.7); +} +.border-r-slate-600\/75{ + border-right-color: rgb(71 85 105 / 0.75); +} +.border-r-slate-600\/80{ + border-right-color: rgb(71 85 105 / 0.8); +} +.border-r-slate-600\/90{ + border-right-color: rgb(71 85 105 / 0.9); +} +.border-r-slate-600\/95{ + border-right-color: rgb(71 85 105 / 0.95); +} +.border-r-slate-600\/100{ + border-right-color: rgb(71 85 105 / 1); +} +.border-r-slate-700\/0{ + border-right-color: rgb(51 65 85 / 0); +} +.border-r-slate-700\/5{ + border-right-color: rgb(51 65 85 / 0.05); +} +.border-r-slate-700\/10{ + border-right-color: rgb(51 65 85 / 0.1); +} +.border-r-slate-700\/20{ + border-right-color: rgb(51 65 85 / 0.2); +} +.border-r-slate-700\/25{ + border-right-color: rgb(51 65 85 / 0.25); +} +.border-r-slate-700\/30{ + border-right-color: rgb(51 65 85 / 0.3); +} +.border-r-slate-700\/40{ + border-right-color: rgb(51 65 85 / 0.4); +} +.border-r-slate-700\/50{ + border-right-color: rgb(51 65 85 / 0.5); +} +.border-r-slate-700\/60{ + border-right-color: rgb(51 65 85 / 0.6); +} +.border-r-slate-700\/70{ + border-right-color: rgb(51 65 85 / 0.7); +} +.border-r-slate-700\/75{ + border-right-color: rgb(51 65 85 / 0.75); +} +.border-r-slate-700\/80{ + border-right-color: rgb(51 65 85 / 0.8); +} +.border-r-slate-700\/90{ + border-right-color: rgb(51 65 85 / 0.9); +} +.border-r-slate-700\/95{ + border-right-color: rgb(51 65 85 / 0.95); +} +.border-r-slate-700\/100{ + border-right-color: rgb(51 65 85 / 1); +} +.border-r-slate-800\/0{ + border-right-color: rgb(30 41 59 / 0); +} +.border-r-slate-800\/5{ + border-right-color: rgb(30 41 59 / 0.05); +} +.border-r-slate-800\/10{ + border-right-color: rgb(30 41 59 / 0.1); +} +.border-r-slate-800\/20{ + border-right-color: rgb(30 41 59 / 0.2); +} +.border-r-slate-800\/25{ + border-right-color: rgb(30 41 59 / 0.25); +} +.border-r-slate-800\/30{ + border-right-color: rgb(30 41 59 / 0.3); +} +.border-r-slate-800\/40{ + border-right-color: rgb(30 41 59 / 0.4); +} +.border-r-slate-800\/50{ + border-right-color: rgb(30 41 59 / 0.5); +} +.border-r-slate-800\/60{ + border-right-color: rgb(30 41 59 / 0.6); +} +.border-r-slate-800\/70{ + border-right-color: rgb(30 41 59 / 0.7); +} +.border-r-slate-800\/75{ + border-right-color: rgb(30 41 59 / 0.75); +} +.border-r-slate-800\/80{ + border-right-color: rgb(30 41 59 / 0.8); +} +.border-r-slate-800\/90{ + border-right-color: rgb(30 41 59 / 0.9); +} +.border-r-slate-800\/95{ + border-right-color: rgb(30 41 59 / 0.95); +} +.border-r-slate-800\/100{ + border-right-color: rgb(30 41 59 / 1); +} +.border-r-slate-900\/0{ + border-right-color: rgb(15 23 42 / 0); +} +.border-r-slate-900\/5{ + border-right-color: rgb(15 23 42 / 0.05); +} +.border-r-slate-900\/10{ + border-right-color: rgb(15 23 42 / 0.1); +} +.border-r-slate-900\/20{ + border-right-color: rgb(15 23 42 / 0.2); +} +.border-r-slate-900\/25{ + border-right-color: rgb(15 23 42 / 0.25); +} +.border-r-slate-900\/30{ + border-right-color: rgb(15 23 42 / 0.3); +} +.border-r-slate-900\/40{ + border-right-color: rgb(15 23 42 / 0.4); +} +.border-r-slate-900\/50{ + border-right-color: rgb(15 23 42 / 0.5); +} +.border-r-slate-900\/60{ + border-right-color: rgb(15 23 42 / 0.6); +} +.border-r-slate-900\/70{ + border-right-color: rgb(15 23 42 / 0.7); +} +.border-r-slate-900\/75{ + border-right-color: rgb(15 23 42 / 0.75); +} +.border-r-slate-900\/80{ + border-right-color: rgb(15 23 42 / 0.8); +} +.border-r-slate-900\/90{ + border-right-color: rgb(15 23 42 / 0.9); +} +.border-r-slate-900\/95{ + border-right-color: rgb(15 23 42 / 0.95); +} +.border-r-slate-900\/100{ + border-right-color: rgb(15 23 42 / 1); +} +.border-r-gray-50\/0{ + border-right-color: rgb(249 250 251 / 0); +} +.border-r-gray-50\/5{ + border-right-color: rgb(249 250 251 / 0.05); +} +.border-r-gray-50\/10{ + border-right-color: rgb(249 250 251 / 0.1); +} +.border-r-gray-50\/20{ + border-right-color: rgb(249 250 251 / 0.2); +} +.border-r-gray-50\/25{ + border-right-color: rgb(249 250 251 / 0.25); +} +.border-r-gray-50\/30{ + border-right-color: rgb(249 250 251 / 0.3); +} +.border-r-gray-50\/40{ + border-right-color: rgb(249 250 251 / 0.4); +} +.border-r-gray-50\/50{ + border-right-color: rgb(249 250 251 / 0.5); +} +.border-r-gray-50\/60{ + border-right-color: rgb(249 250 251 / 0.6); +} +.border-r-gray-50\/70{ + border-right-color: rgb(249 250 251 / 0.7); +} +.border-r-gray-50\/75{ + border-right-color: rgb(249 250 251 / 0.75); +} +.border-r-gray-50\/80{ + border-right-color: rgb(249 250 251 / 0.8); +} +.border-r-gray-50\/90{ + border-right-color: rgb(249 250 251 / 0.9); +} +.border-r-gray-50\/95{ + border-right-color: rgb(249 250 251 / 0.95); +} +.border-r-gray-50\/100{ + border-right-color: rgb(249 250 251 / 1); +} +.border-r-gray-100\/0{ + border-right-color: rgb(243 244 246 / 0); +} +.border-r-gray-100\/5{ + border-right-color: rgb(243 244 246 / 0.05); +} +.border-r-gray-100\/10{ + border-right-color: rgb(243 244 246 / 0.1); +} +.border-r-gray-100\/20{ + border-right-color: rgb(243 244 246 / 0.2); +} +.border-r-gray-100\/25{ + border-right-color: rgb(243 244 246 / 0.25); +} +.border-r-gray-100\/30{ + border-right-color: rgb(243 244 246 / 0.3); +} +.border-r-gray-100\/40{ + border-right-color: rgb(243 244 246 / 0.4); +} +.border-r-gray-100\/50{ + border-right-color: rgb(243 244 246 / 0.5); +} +.border-r-gray-100\/60{ + border-right-color: rgb(243 244 246 / 0.6); +} +.border-r-gray-100\/70{ + border-right-color: rgb(243 244 246 / 0.7); +} +.border-r-gray-100\/75{ + border-right-color: rgb(243 244 246 / 0.75); +} +.border-r-gray-100\/80{ + border-right-color: rgb(243 244 246 / 0.8); +} +.border-r-gray-100\/90{ + border-right-color: rgb(243 244 246 / 0.9); +} +.border-r-gray-100\/95{ + border-right-color: rgb(243 244 246 / 0.95); +} +.border-r-gray-100\/100{ + border-right-color: rgb(243 244 246 / 1); +} +.border-r-gray-200\/0{ + border-right-color: rgb(229 231 235 / 0); +} +.border-r-gray-200\/5{ + border-right-color: rgb(229 231 235 / 0.05); +} +.border-r-gray-200\/10{ + border-right-color: rgb(229 231 235 / 0.1); +} +.border-r-gray-200\/20{ + border-right-color: rgb(229 231 235 / 0.2); +} +.border-r-gray-200\/25{ + border-right-color: rgb(229 231 235 / 0.25); +} +.border-r-gray-200\/30{ + border-right-color: rgb(229 231 235 / 0.3); +} +.border-r-gray-200\/40{ + border-right-color: rgb(229 231 235 / 0.4); +} +.border-r-gray-200\/50{ + border-right-color: rgb(229 231 235 / 0.5); +} +.border-r-gray-200\/60{ + border-right-color: rgb(229 231 235 / 0.6); +} +.border-r-gray-200\/70{ + border-right-color: rgb(229 231 235 / 0.7); +} +.border-r-gray-200\/75{ + border-right-color: rgb(229 231 235 / 0.75); +} +.border-r-gray-200\/80{ + border-right-color: rgb(229 231 235 / 0.8); +} +.border-r-gray-200\/90{ + border-right-color: rgb(229 231 235 / 0.9); +} +.border-r-gray-200\/95{ + border-right-color: rgb(229 231 235 / 0.95); +} +.border-r-gray-200\/100{ + border-right-color: rgb(229 231 235 / 1); +} +.border-r-gray-300\/0{ + border-right-color: rgb(209 213 219 / 0); +} +.border-r-gray-300\/5{ + border-right-color: rgb(209 213 219 / 0.05); +} +.border-r-gray-300\/10{ + border-right-color: rgb(209 213 219 / 0.1); +} +.border-r-gray-300\/20{ + border-right-color: rgb(209 213 219 / 0.2); +} +.border-r-gray-300\/25{ + border-right-color: rgb(209 213 219 / 0.25); +} +.border-r-gray-300\/30{ + border-right-color: rgb(209 213 219 / 0.3); +} +.border-r-gray-300\/40{ + border-right-color: rgb(209 213 219 / 0.4); +} +.border-r-gray-300\/50{ + border-right-color: rgb(209 213 219 / 0.5); +} +.border-r-gray-300\/60{ + border-right-color: rgb(209 213 219 / 0.6); +} +.border-r-gray-300\/70{ + border-right-color: rgb(209 213 219 / 0.7); +} +.border-r-gray-300\/75{ + border-right-color: rgb(209 213 219 / 0.75); +} +.border-r-gray-300\/80{ + border-right-color: rgb(209 213 219 / 0.8); +} +.border-r-gray-300\/90{ + border-right-color: rgb(209 213 219 / 0.9); +} +.border-r-gray-300\/95{ + border-right-color: rgb(209 213 219 / 0.95); +} +.border-r-gray-300\/100{ + border-right-color: rgb(209 213 219 / 1); +} +.border-r-gray-400\/0{ + border-right-color: rgb(156 163 175 / 0); +} +.border-r-gray-400\/5{ + border-right-color: rgb(156 163 175 / 0.05); +} +.border-r-gray-400\/10{ + border-right-color: rgb(156 163 175 / 0.1); +} +.border-r-gray-400\/20{ + border-right-color: rgb(156 163 175 / 0.2); +} +.border-r-gray-400\/25{ + border-right-color: rgb(156 163 175 / 0.25); +} +.border-r-gray-400\/30{ + border-right-color: rgb(156 163 175 / 0.3); +} +.border-r-gray-400\/40{ + border-right-color: rgb(156 163 175 / 0.4); +} +.border-r-gray-400\/50{ + border-right-color: rgb(156 163 175 / 0.5); +} +.border-r-gray-400\/60{ + border-right-color: rgb(156 163 175 / 0.6); +} +.border-r-gray-400\/70{ + border-right-color: rgb(156 163 175 / 0.7); +} +.border-r-gray-400\/75{ + border-right-color: rgb(156 163 175 / 0.75); +} +.border-r-gray-400\/80{ + border-right-color: rgb(156 163 175 / 0.8); +} +.border-r-gray-400\/90{ + border-right-color: rgb(156 163 175 / 0.9); +} +.border-r-gray-400\/95{ + border-right-color: rgb(156 163 175 / 0.95); +} +.border-r-gray-400\/100{ + border-right-color: rgb(156 163 175 / 1); +} +.border-r-gray-500\/0{ + border-right-color: rgb(107 114 128 / 0); +} +.border-r-gray-500\/5{ + border-right-color: rgb(107 114 128 / 0.05); +} +.border-r-gray-500\/10{ + border-right-color: rgb(107 114 128 / 0.1); +} +.border-r-gray-500\/20{ + border-right-color: rgb(107 114 128 / 0.2); +} +.border-r-gray-500\/25{ + border-right-color: rgb(107 114 128 / 0.25); +} +.border-r-gray-500\/30{ + border-right-color: rgb(107 114 128 / 0.3); +} +.border-r-gray-500\/40{ + border-right-color: rgb(107 114 128 / 0.4); +} +.border-r-gray-500\/50{ + border-right-color: rgb(107 114 128 / 0.5); +} +.border-r-gray-500\/60{ + border-right-color: rgb(107 114 128 / 0.6); +} +.border-r-gray-500\/70{ + border-right-color: rgb(107 114 128 / 0.7); +} +.border-r-gray-500\/75{ + border-right-color: rgb(107 114 128 / 0.75); +} +.border-r-gray-500\/80{ + border-right-color: rgb(107 114 128 / 0.8); +} +.border-r-gray-500\/90{ + border-right-color: rgb(107 114 128 / 0.9); +} +.border-r-gray-500\/95{ + border-right-color: rgb(107 114 128 / 0.95); +} +.border-r-gray-500\/100{ + border-right-color: rgb(107 114 128 / 1); +} +.border-r-gray-600\/0{ + border-right-color: rgb(75 85 99 / 0); +} +.border-r-gray-600\/5{ + border-right-color: rgb(75 85 99 / 0.05); +} +.border-r-gray-600\/10{ + border-right-color: rgb(75 85 99 / 0.1); +} +.border-r-gray-600\/20{ + border-right-color: rgb(75 85 99 / 0.2); +} +.border-r-gray-600\/25{ + border-right-color: rgb(75 85 99 / 0.25); +} +.border-r-gray-600\/30{ + border-right-color: rgb(75 85 99 / 0.3); +} +.border-r-gray-600\/40{ + border-right-color: rgb(75 85 99 / 0.4); +} +.border-r-gray-600\/50{ + border-right-color: rgb(75 85 99 / 0.5); +} +.border-r-gray-600\/60{ + border-right-color: rgb(75 85 99 / 0.6); +} +.border-r-gray-600\/70{ + border-right-color: rgb(75 85 99 / 0.7); +} +.border-r-gray-600\/75{ + border-right-color: rgb(75 85 99 / 0.75); +} +.border-r-gray-600\/80{ + border-right-color: rgb(75 85 99 / 0.8); +} +.border-r-gray-600\/90{ + border-right-color: rgb(75 85 99 / 0.9); +} +.border-r-gray-600\/95{ + border-right-color: rgb(75 85 99 / 0.95); +} +.border-r-gray-600\/100{ + border-right-color: rgb(75 85 99 / 1); +} +.border-r-gray-700\/0{ + border-right-color: rgb(55 65 81 / 0); +} +.border-r-gray-700\/5{ + border-right-color: rgb(55 65 81 / 0.05); +} +.border-r-gray-700\/10{ + border-right-color: rgb(55 65 81 / 0.1); +} +.border-r-gray-700\/20{ + border-right-color: rgb(55 65 81 / 0.2); +} +.border-r-gray-700\/25{ + border-right-color: rgb(55 65 81 / 0.25); +} +.border-r-gray-700\/30{ + border-right-color: rgb(55 65 81 / 0.3); +} +.border-r-gray-700\/40{ + border-right-color: rgb(55 65 81 / 0.4); +} +.border-r-gray-700\/50{ + border-right-color: rgb(55 65 81 / 0.5); +} +.border-r-gray-700\/60{ + border-right-color: rgb(55 65 81 / 0.6); +} +.border-r-gray-700\/70{ + border-right-color: rgb(55 65 81 / 0.7); +} +.border-r-gray-700\/75{ + border-right-color: rgb(55 65 81 / 0.75); +} +.border-r-gray-700\/80{ + border-right-color: rgb(55 65 81 / 0.8); +} +.border-r-gray-700\/90{ + border-right-color: rgb(55 65 81 / 0.9); +} +.border-r-gray-700\/95{ + border-right-color: rgb(55 65 81 / 0.95); +} +.border-r-gray-700\/100{ + border-right-color: rgb(55 65 81 / 1); +} +.border-r-gray-800\/0{ + border-right-color: rgb(31 41 55 / 0); +} +.border-r-gray-800\/5{ + border-right-color: rgb(31 41 55 / 0.05); +} +.border-r-gray-800\/10{ + border-right-color: rgb(31 41 55 / 0.1); +} +.border-r-gray-800\/20{ + border-right-color: rgb(31 41 55 / 0.2); +} +.border-r-gray-800\/25{ + border-right-color: rgb(31 41 55 / 0.25); +} +.border-r-gray-800\/30{ + border-right-color: rgb(31 41 55 / 0.3); +} +.border-r-gray-800\/40{ + border-right-color: rgb(31 41 55 / 0.4); +} +.border-r-gray-800\/50{ + border-right-color: rgb(31 41 55 / 0.5); +} +.border-r-gray-800\/60{ + border-right-color: rgb(31 41 55 / 0.6); +} +.border-r-gray-800\/70{ + border-right-color: rgb(31 41 55 / 0.7); +} +.border-r-gray-800\/75{ + border-right-color: rgb(31 41 55 / 0.75); +} +.border-r-gray-800\/80{ + border-right-color: rgb(31 41 55 / 0.8); +} +.border-r-gray-800\/90{ + border-right-color: rgb(31 41 55 / 0.9); +} +.border-r-gray-800\/95{ + border-right-color: rgb(31 41 55 / 0.95); +} +.border-r-gray-800\/100{ + border-right-color: rgb(31 41 55 / 1); +} +.border-r-gray-900\/0{ + border-right-color: rgb(17 24 39 / 0); +} +.border-r-gray-900\/5{ + border-right-color: rgb(17 24 39 / 0.05); +} +.border-r-gray-900\/10{ + border-right-color: rgb(17 24 39 / 0.1); +} +.border-r-gray-900\/20{ + border-right-color: rgb(17 24 39 / 0.2); +} +.border-r-gray-900\/25{ + border-right-color: rgb(17 24 39 / 0.25); +} +.border-r-gray-900\/30{ + border-right-color: rgb(17 24 39 / 0.3); +} +.border-r-gray-900\/40{ + border-right-color: rgb(17 24 39 / 0.4); +} +.border-r-gray-900\/50{ + border-right-color: rgb(17 24 39 / 0.5); +} +.border-r-gray-900\/60{ + border-right-color: rgb(17 24 39 / 0.6); +} +.border-r-gray-900\/70{ + border-right-color: rgb(17 24 39 / 0.7); +} +.border-r-gray-900\/75{ + border-right-color: rgb(17 24 39 / 0.75); +} +.border-r-gray-900\/80{ + border-right-color: rgb(17 24 39 / 0.8); +} +.border-r-gray-900\/90{ + border-right-color: rgb(17 24 39 / 0.9); +} +.border-r-gray-900\/95{ + border-right-color: rgb(17 24 39 / 0.95); +} +.border-r-gray-900\/100{ + border-right-color: rgb(17 24 39 / 1); +} +.border-r-zinc-50\/0{ + border-right-color: rgb(250 250 250 / 0); +} +.border-r-zinc-50\/5{ + border-right-color: rgb(250 250 250 / 0.05); +} +.border-r-zinc-50\/10{ + border-right-color: rgb(250 250 250 / 0.1); +} +.border-r-zinc-50\/20{ + border-right-color: rgb(250 250 250 / 0.2); +} +.border-r-zinc-50\/25{ + border-right-color: rgb(250 250 250 / 0.25); +} +.border-r-zinc-50\/30{ + border-right-color: rgb(250 250 250 / 0.3); +} +.border-r-zinc-50\/40{ + border-right-color: rgb(250 250 250 / 0.4); +} +.border-r-zinc-50\/50{ + border-right-color: rgb(250 250 250 / 0.5); +} +.border-r-zinc-50\/60{ + border-right-color: rgb(250 250 250 / 0.6); +} +.border-r-zinc-50\/70{ + border-right-color: rgb(250 250 250 / 0.7); +} +.border-r-zinc-50\/75{ + border-right-color: rgb(250 250 250 / 0.75); +} +.border-r-zinc-50\/80{ + border-right-color: rgb(250 250 250 / 0.8); +} +.border-r-zinc-50\/90{ + border-right-color: rgb(250 250 250 / 0.9); +} +.border-r-zinc-50\/95{ + border-right-color: rgb(250 250 250 / 0.95); +} +.border-r-zinc-50\/100{ + border-right-color: rgb(250 250 250 / 1); +} +.border-r-zinc-100\/0{ + border-right-color: rgb(244 244 245 / 0); +} +.border-r-zinc-100\/5{ + border-right-color: rgb(244 244 245 / 0.05); +} +.border-r-zinc-100\/10{ + border-right-color: rgb(244 244 245 / 0.1); +} +.border-r-zinc-100\/20{ + border-right-color: rgb(244 244 245 / 0.2); +} +.border-r-zinc-100\/25{ + border-right-color: rgb(244 244 245 / 0.25); +} +.border-r-zinc-100\/30{ + border-right-color: rgb(244 244 245 / 0.3); +} +.border-r-zinc-100\/40{ + border-right-color: rgb(244 244 245 / 0.4); +} +.border-r-zinc-100\/50{ + border-right-color: rgb(244 244 245 / 0.5); +} +.border-r-zinc-100\/60{ + border-right-color: rgb(244 244 245 / 0.6); +} +.border-r-zinc-100\/70{ + border-right-color: rgb(244 244 245 / 0.7); +} +.border-r-zinc-100\/75{ + border-right-color: rgb(244 244 245 / 0.75); +} +.border-r-zinc-100\/80{ + border-right-color: rgb(244 244 245 / 0.8); +} +.border-r-zinc-100\/90{ + border-right-color: rgb(244 244 245 / 0.9); +} +.border-r-zinc-100\/95{ + border-right-color: rgb(244 244 245 / 0.95); +} +.border-r-zinc-100\/100{ + border-right-color: rgb(244 244 245 / 1); +} +.border-r-zinc-200\/0{ + border-right-color: rgb(228 228 231 / 0); +} +.border-r-zinc-200\/5{ + border-right-color: rgb(228 228 231 / 0.05); +} +.border-r-zinc-200\/10{ + border-right-color: rgb(228 228 231 / 0.1); +} +.border-r-zinc-200\/20{ + border-right-color: rgb(228 228 231 / 0.2); +} +.border-r-zinc-200\/25{ + border-right-color: rgb(228 228 231 / 0.25); +} +.border-r-zinc-200\/30{ + border-right-color: rgb(228 228 231 / 0.3); +} +.border-r-zinc-200\/40{ + border-right-color: rgb(228 228 231 / 0.4); +} +.border-r-zinc-200\/50{ + border-right-color: rgb(228 228 231 / 0.5); +} +.border-r-zinc-200\/60{ + border-right-color: rgb(228 228 231 / 0.6); +} +.border-r-zinc-200\/70{ + border-right-color: rgb(228 228 231 / 0.7); +} +.border-r-zinc-200\/75{ + border-right-color: rgb(228 228 231 / 0.75); +} +.border-r-zinc-200\/80{ + border-right-color: rgb(228 228 231 / 0.8); +} +.border-r-zinc-200\/90{ + border-right-color: rgb(228 228 231 / 0.9); +} +.border-r-zinc-200\/95{ + border-right-color: rgb(228 228 231 / 0.95); +} +.border-r-zinc-200\/100{ + border-right-color: rgb(228 228 231 / 1); +} +.border-r-zinc-300\/0{ + border-right-color: rgb(212 212 216 / 0); +} +.border-r-zinc-300\/5{ + border-right-color: rgb(212 212 216 / 0.05); +} +.border-r-zinc-300\/10{ + border-right-color: rgb(212 212 216 / 0.1); +} +.border-r-zinc-300\/20{ + border-right-color: rgb(212 212 216 / 0.2); +} +.border-r-zinc-300\/25{ + border-right-color: rgb(212 212 216 / 0.25); +} +.border-r-zinc-300\/30{ + border-right-color: rgb(212 212 216 / 0.3); +} +.border-r-zinc-300\/40{ + border-right-color: rgb(212 212 216 / 0.4); +} +.border-r-zinc-300\/50{ + border-right-color: rgb(212 212 216 / 0.5); +} +.border-r-zinc-300\/60{ + border-right-color: rgb(212 212 216 / 0.6); +} +.border-r-zinc-300\/70{ + border-right-color: rgb(212 212 216 / 0.7); +} +.border-r-zinc-300\/75{ + border-right-color: rgb(212 212 216 / 0.75); +} +.border-r-zinc-300\/80{ + border-right-color: rgb(212 212 216 / 0.8); +} +.border-r-zinc-300\/90{ + border-right-color: rgb(212 212 216 / 0.9); +} +.border-r-zinc-300\/95{ + border-right-color: rgb(212 212 216 / 0.95); +} +.border-r-zinc-300\/100{ + border-right-color: rgb(212 212 216 / 1); +} +.border-r-zinc-400\/0{ + border-right-color: rgb(161 161 170 / 0); +} +.border-r-zinc-400\/5{ + border-right-color: rgb(161 161 170 / 0.05); +} +.border-r-zinc-400\/10{ + border-right-color: rgb(161 161 170 / 0.1); +} +.border-r-zinc-400\/20{ + border-right-color: rgb(161 161 170 / 0.2); +} +.border-r-zinc-400\/25{ + border-right-color: rgb(161 161 170 / 0.25); +} +.border-r-zinc-400\/30{ + border-right-color: rgb(161 161 170 / 0.3); +} +.border-r-zinc-400\/40{ + border-right-color: rgb(161 161 170 / 0.4); +} +.border-r-zinc-400\/50{ + border-right-color: rgb(161 161 170 / 0.5); +} +.border-r-zinc-400\/60{ + border-right-color: rgb(161 161 170 / 0.6); +} +.border-r-zinc-400\/70{ + border-right-color: rgb(161 161 170 / 0.7); +} +.border-r-zinc-400\/75{ + border-right-color: rgb(161 161 170 / 0.75); +} +.border-r-zinc-400\/80{ + border-right-color: rgb(161 161 170 / 0.8); +} +.border-r-zinc-400\/90{ + border-right-color: rgb(161 161 170 / 0.9); +} +.border-r-zinc-400\/95{ + border-right-color: rgb(161 161 170 / 0.95); +} +.border-r-zinc-400\/100{ + border-right-color: rgb(161 161 170 / 1); +} +.border-r-zinc-500\/0{ + border-right-color: rgb(113 113 122 / 0); +} +.border-r-zinc-500\/5{ + border-right-color: rgb(113 113 122 / 0.05); +} +.border-r-zinc-500\/10{ + border-right-color: rgb(113 113 122 / 0.1); +} +.border-r-zinc-500\/20{ + border-right-color: rgb(113 113 122 / 0.2); +} +.border-r-zinc-500\/25{ + border-right-color: rgb(113 113 122 / 0.25); +} +.border-r-zinc-500\/30{ + border-right-color: rgb(113 113 122 / 0.3); +} +.border-r-zinc-500\/40{ + border-right-color: rgb(113 113 122 / 0.4); +} +.border-r-zinc-500\/50{ + border-right-color: rgb(113 113 122 / 0.5); +} +.border-r-zinc-500\/60{ + border-right-color: rgb(113 113 122 / 0.6); +} +.border-r-zinc-500\/70{ + border-right-color: rgb(113 113 122 / 0.7); +} +.border-r-zinc-500\/75{ + border-right-color: rgb(113 113 122 / 0.75); +} +.border-r-zinc-500\/80{ + border-right-color: rgb(113 113 122 / 0.8); +} +.border-r-zinc-500\/90{ + border-right-color: rgb(113 113 122 / 0.9); +} +.border-r-zinc-500\/95{ + border-right-color: rgb(113 113 122 / 0.95); +} +.border-r-zinc-500\/100{ + border-right-color: rgb(113 113 122 / 1); +} +.border-r-zinc-600\/0{ + border-right-color: rgb(82 82 91 / 0); +} +.border-r-zinc-600\/5{ + border-right-color: rgb(82 82 91 / 0.05); +} +.border-r-zinc-600\/10{ + border-right-color: rgb(82 82 91 / 0.1); +} +.border-r-zinc-600\/20{ + border-right-color: rgb(82 82 91 / 0.2); +} +.border-r-zinc-600\/25{ + border-right-color: rgb(82 82 91 / 0.25); +} +.border-r-zinc-600\/30{ + border-right-color: rgb(82 82 91 / 0.3); +} +.border-r-zinc-600\/40{ + border-right-color: rgb(82 82 91 / 0.4); +} +.border-r-zinc-600\/50{ + border-right-color: rgb(82 82 91 / 0.5); +} +.border-r-zinc-600\/60{ + border-right-color: rgb(82 82 91 / 0.6); +} +.border-r-zinc-600\/70{ + border-right-color: rgb(82 82 91 / 0.7); +} +.border-r-zinc-600\/75{ + border-right-color: rgb(82 82 91 / 0.75); +} +.border-r-zinc-600\/80{ + border-right-color: rgb(82 82 91 / 0.8); +} +.border-r-zinc-600\/90{ + border-right-color: rgb(82 82 91 / 0.9); +} +.border-r-zinc-600\/95{ + border-right-color: rgb(82 82 91 / 0.95); +} +.border-r-zinc-600\/100{ + border-right-color: rgb(82 82 91 / 1); +} +.border-r-zinc-700\/0{ + border-right-color: rgb(63 63 70 / 0); +} +.border-r-zinc-700\/5{ + border-right-color: rgb(63 63 70 / 0.05); +} +.border-r-zinc-700\/10{ + border-right-color: rgb(63 63 70 / 0.1); +} +.border-r-zinc-700\/20{ + border-right-color: rgb(63 63 70 / 0.2); +} +.border-r-zinc-700\/25{ + border-right-color: rgb(63 63 70 / 0.25); +} +.border-r-zinc-700\/30{ + border-right-color: rgb(63 63 70 / 0.3); +} +.border-r-zinc-700\/40{ + border-right-color: rgb(63 63 70 / 0.4); +} +.border-r-zinc-700\/50{ + border-right-color: rgb(63 63 70 / 0.5); +} +.border-r-zinc-700\/60{ + border-right-color: rgb(63 63 70 / 0.6); +} +.border-r-zinc-700\/70{ + border-right-color: rgb(63 63 70 / 0.7); +} +.border-r-zinc-700\/75{ + border-right-color: rgb(63 63 70 / 0.75); +} +.border-r-zinc-700\/80{ + border-right-color: rgb(63 63 70 / 0.8); +} +.border-r-zinc-700\/90{ + border-right-color: rgb(63 63 70 / 0.9); +} +.border-r-zinc-700\/95{ + border-right-color: rgb(63 63 70 / 0.95); +} +.border-r-zinc-700\/100{ + border-right-color: rgb(63 63 70 / 1); +} +.border-r-zinc-800\/0{ + border-right-color: rgb(39 39 42 / 0); +} +.border-r-zinc-800\/5{ + border-right-color: rgb(39 39 42 / 0.05); +} +.border-r-zinc-800\/10{ + border-right-color: rgb(39 39 42 / 0.1); +} +.border-r-zinc-800\/20{ + border-right-color: rgb(39 39 42 / 0.2); +} +.border-r-zinc-800\/25{ + border-right-color: rgb(39 39 42 / 0.25); +} +.border-r-zinc-800\/30{ + border-right-color: rgb(39 39 42 / 0.3); +} +.border-r-zinc-800\/40{ + border-right-color: rgb(39 39 42 / 0.4); +} +.border-r-zinc-800\/50{ + border-right-color: rgb(39 39 42 / 0.5); +} +.border-r-zinc-800\/60{ + border-right-color: rgb(39 39 42 / 0.6); +} +.border-r-zinc-800\/70{ + border-right-color: rgb(39 39 42 / 0.7); +} +.border-r-zinc-800\/75{ + border-right-color: rgb(39 39 42 / 0.75); +} +.border-r-zinc-800\/80{ + border-right-color: rgb(39 39 42 / 0.8); +} +.border-r-zinc-800\/90{ + border-right-color: rgb(39 39 42 / 0.9); +} +.border-r-zinc-800\/95{ + border-right-color: rgb(39 39 42 / 0.95); +} +.border-r-zinc-800\/100{ + border-right-color: rgb(39 39 42 / 1); +} +.border-r-zinc-900\/0{ + border-right-color: rgb(24 24 27 / 0); +} +.border-r-zinc-900\/5{ + border-right-color: rgb(24 24 27 / 0.05); +} +.border-r-zinc-900\/10{ + border-right-color: rgb(24 24 27 / 0.1); +} +.border-r-zinc-900\/20{ + border-right-color: rgb(24 24 27 / 0.2); +} +.border-r-zinc-900\/25{ + border-right-color: rgb(24 24 27 / 0.25); +} +.border-r-zinc-900\/30{ + border-right-color: rgb(24 24 27 / 0.3); +} +.border-r-zinc-900\/40{ + border-right-color: rgb(24 24 27 / 0.4); +} +.border-r-zinc-900\/50{ + border-right-color: rgb(24 24 27 / 0.5); +} +.border-r-zinc-900\/60{ + border-right-color: rgb(24 24 27 / 0.6); +} +.border-r-zinc-900\/70{ + border-right-color: rgb(24 24 27 / 0.7); +} +.border-r-zinc-900\/75{ + border-right-color: rgb(24 24 27 / 0.75); +} +.border-r-zinc-900\/80{ + border-right-color: rgb(24 24 27 / 0.8); +} +.border-r-zinc-900\/90{ + border-right-color: rgb(24 24 27 / 0.9); +} +.border-r-zinc-900\/95{ + border-right-color: rgb(24 24 27 / 0.95); +} +.border-r-zinc-900\/100{ + border-right-color: rgb(24 24 27 / 1); +} +.border-r-neutral-50\/0{ + border-right-color: rgb(250 250 250 / 0); +} +.border-r-neutral-50\/5{ + border-right-color: rgb(250 250 250 / 0.05); +} +.border-r-neutral-50\/10{ + border-right-color: rgb(250 250 250 / 0.1); +} +.border-r-neutral-50\/20{ + border-right-color: rgb(250 250 250 / 0.2); +} +.border-r-neutral-50\/25{ + border-right-color: rgb(250 250 250 / 0.25); +} +.border-r-neutral-50\/30{ + border-right-color: rgb(250 250 250 / 0.3); +} +.border-r-neutral-50\/40{ + border-right-color: rgb(250 250 250 / 0.4); +} +.border-r-neutral-50\/50{ + border-right-color: rgb(250 250 250 / 0.5); +} +.border-r-neutral-50\/60{ + border-right-color: rgb(250 250 250 / 0.6); +} +.border-r-neutral-50\/70{ + border-right-color: rgb(250 250 250 / 0.7); +} +.border-r-neutral-50\/75{ + border-right-color: rgb(250 250 250 / 0.75); +} +.border-r-neutral-50\/80{ + border-right-color: rgb(250 250 250 / 0.8); +} +.border-r-neutral-50\/90{ + border-right-color: rgb(250 250 250 / 0.9); +} +.border-r-neutral-50\/95{ + border-right-color: rgb(250 250 250 / 0.95); +} +.border-r-neutral-50\/100{ + border-right-color: rgb(250 250 250 / 1); +} +.border-r-neutral-100\/0{ + border-right-color: rgb(245 245 245 / 0); +} +.border-r-neutral-100\/5{ + border-right-color: rgb(245 245 245 / 0.05); +} +.border-r-neutral-100\/10{ + border-right-color: rgb(245 245 245 / 0.1); +} +.border-r-neutral-100\/20{ + border-right-color: rgb(245 245 245 / 0.2); +} +.border-r-neutral-100\/25{ + border-right-color: rgb(245 245 245 / 0.25); +} +.border-r-neutral-100\/30{ + border-right-color: rgb(245 245 245 / 0.3); +} +.border-r-neutral-100\/40{ + border-right-color: rgb(245 245 245 / 0.4); +} +.border-r-neutral-100\/50{ + border-right-color: rgb(245 245 245 / 0.5); +} +.border-r-neutral-100\/60{ + border-right-color: rgb(245 245 245 / 0.6); +} +.border-r-neutral-100\/70{ + border-right-color: rgb(245 245 245 / 0.7); +} +.border-r-neutral-100\/75{ + border-right-color: rgb(245 245 245 / 0.75); +} +.border-r-neutral-100\/80{ + border-right-color: rgb(245 245 245 / 0.8); +} +.border-r-neutral-100\/90{ + border-right-color: rgb(245 245 245 / 0.9); +} +.border-r-neutral-100\/95{ + border-right-color: rgb(245 245 245 / 0.95); +} +.border-r-neutral-100\/100{ + border-right-color: rgb(245 245 245 / 1); +} +.border-r-neutral-200\/0{ + border-right-color: rgb(229 229 229 / 0); +} +.border-r-neutral-200\/5{ + border-right-color: rgb(229 229 229 / 0.05); +} +.border-r-neutral-200\/10{ + border-right-color: rgb(229 229 229 / 0.1); +} +.border-r-neutral-200\/20{ + border-right-color: rgb(229 229 229 / 0.2); +} +.border-r-neutral-200\/25{ + border-right-color: rgb(229 229 229 / 0.25); +} +.border-r-neutral-200\/30{ + border-right-color: rgb(229 229 229 / 0.3); +} +.border-r-neutral-200\/40{ + border-right-color: rgb(229 229 229 / 0.4); +} +.border-r-neutral-200\/50{ + border-right-color: rgb(229 229 229 / 0.5); +} +.border-r-neutral-200\/60{ + border-right-color: rgb(229 229 229 / 0.6); +} +.border-r-neutral-200\/70{ + border-right-color: rgb(229 229 229 / 0.7); +} +.border-r-neutral-200\/75{ + border-right-color: rgb(229 229 229 / 0.75); +} +.border-r-neutral-200\/80{ + border-right-color: rgb(229 229 229 / 0.8); +} +.border-r-neutral-200\/90{ + border-right-color: rgb(229 229 229 / 0.9); +} +.border-r-neutral-200\/95{ + border-right-color: rgb(229 229 229 / 0.95); +} +.border-r-neutral-200\/100{ + border-right-color: rgb(229 229 229 / 1); +} +.border-r-neutral-300\/0{ + border-right-color: rgb(212 212 212 / 0); +} +.border-r-neutral-300\/5{ + border-right-color: rgb(212 212 212 / 0.05); +} +.border-r-neutral-300\/10{ + border-right-color: rgb(212 212 212 / 0.1); +} +.border-r-neutral-300\/20{ + border-right-color: rgb(212 212 212 / 0.2); +} +.border-r-neutral-300\/25{ + border-right-color: rgb(212 212 212 / 0.25); +} +.border-r-neutral-300\/30{ + border-right-color: rgb(212 212 212 / 0.3); +} +.border-r-neutral-300\/40{ + border-right-color: rgb(212 212 212 / 0.4); +} +.border-r-neutral-300\/50{ + border-right-color: rgb(212 212 212 / 0.5); +} +.border-r-neutral-300\/60{ + border-right-color: rgb(212 212 212 / 0.6); +} +.border-r-neutral-300\/70{ + border-right-color: rgb(212 212 212 / 0.7); +} +.border-r-neutral-300\/75{ + border-right-color: rgb(212 212 212 / 0.75); +} +.border-r-neutral-300\/80{ + border-right-color: rgb(212 212 212 / 0.8); +} +.border-r-neutral-300\/90{ + border-right-color: rgb(212 212 212 / 0.9); +} +.border-r-neutral-300\/95{ + border-right-color: rgb(212 212 212 / 0.95); +} +.border-r-neutral-300\/100{ + border-right-color: rgb(212 212 212 / 1); +} +.border-r-neutral-400\/0{ + border-right-color: rgb(163 163 163 / 0); +} +.border-r-neutral-400\/5{ + border-right-color: rgb(163 163 163 / 0.05); +} +.border-r-neutral-400\/10{ + border-right-color: rgb(163 163 163 / 0.1); +} +.border-r-neutral-400\/20{ + border-right-color: rgb(163 163 163 / 0.2); +} +.border-r-neutral-400\/25{ + border-right-color: rgb(163 163 163 / 0.25); +} +.border-r-neutral-400\/30{ + border-right-color: rgb(163 163 163 / 0.3); +} +.border-r-neutral-400\/40{ + border-right-color: rgb(163 163 163 / 0.4); +} +.border-r-neutral-400\/50{ + border-right-color: rgb(163 163 163 / 0.5); +} +.border-r-neutral-400\/60{ + border-right-color: rgb(163 163 163 / 0.6); +} +.border-r-neutral-400\/70{ + border-right-color: rgb(163 163 163 / 0.7); +} +.border-r-neutral-400\/75{ + border-right-color: rgb(163 163 163 / 0.75); +} +.border-r-neutral-400\/80{ + border-right-color: rgb(163 163 163 / 0.8); +} +.border-r-neutral-400\/90{ + border-right-color: rgb(163 163 163 / 0.9); +} +.border-r-neutral-400\/95{ + border-right-color: rgb(163 163 163 / 0.95); +} +.border-r-neutral-400\/100{ + border-right-color: rgb(163 163 163 / 1); +} +.border-r-neutral-500\/0{ + border-right-color: rgb(115 115 115 / 0); +} +.border-r-neutral-500\/5{ + border-right-color: rgb(115 115 115 / 0.05); +} +.border-r-neutral-500\/10{ + border-right-color: rgb(115 115 115 / 0.1); +} +.border-r-neutral-500\/20{ + border-right-color: rgb(115 115 115 / 0.2); +} +.border-r-neutral-500\/25{ + border-right-color: rgb(115 115 115 / 0.25); +} +.border-r-neutral-500\/30{ + border-right-color: rgb(115 115 115 / 0.3); +} +.border-r-neutral-500\/40{ + border-right-color: rgb(115 115 115 / 0.4); +} +.border-r-neutral-500\/50{ + border-right-color: rgb(115 115 115 / 0.5); +} +.border-r-neutral-500\/60{ + border-right-color: rgb(115 115 115 / 0.6); +} +.border-r-neutral-500\/70{ + border-right-color: rgb(115 115 115 / 0.7); +} +.border-r-neutral-500\/75{ + border-right-color: rgb(115 115 115 / 0.75); +} +.border-r-neutral-500\/80{ + border-right-color: rgb(115 115 115 / 0.8); +} +.border-r-neutral-500\/90{ + border-right-color: rgb(115 115 115 / 0.9); +} +.border-r-neutral-500\/95{ + border-right-color: rgb(115 115 115 / 0.95); +} +.border-r-neutral-500\/100{ + border-right-color: rgb(115 115 115 / 1); +} +.border-r-neutral-600\/0{ + border-right-color: rgb(82 82 82 / 0); +} +.border-r-neutral-600\/5{ + border-right-color: rgb(82 82 82 / 0.05); +} +.border-r-neutral-600\/10{ + border-right-color: rgb(82 82 82 / 0.1); +} +.border-r-neutral-600\/20{ + border-right-color: rgb(82 82 82 / 0.2); +} +.border-r-neutral-600\/25{ + border-right-color: rgb(82 82 82 / 0.25); +} +.border-r-neutral-600\/30{ + border-right-color: rgb(82 82 82 / 0.3); +} +.border-r-neutral-600\/40{ + border-right-color: rgb(82 82 82 / 0.4); +} +.border-r-neutral-600\/50{ + border-right-color: rgb(82 82 82 / 0.5); +} +.border-r-neutral-600\/60{ + border-right-color: rgb(82 82 82 / 0.6); +} +.border-r-neutral-600\/70{ + border-right-color: rgb(82 82 82 / 0.7); +} +.border-r-neutral-600\/75{ + border-right-color: rgb(82 82 82 / 0.75); +} +.border-r-neutral-600\/80{ + border-right-color: rgb(82 82 82 / 0.8); +} +.border-r-neutral-600\/90{ + border-right-color: rgb(82 82 82 / 0.9); +} +.border-r-neutral-600\/95{ + border-right-color: rgb(82 82 82 / 0.95); +} +.border-r-neutral-600\/100{ + border-right-color: rgb(82 82 82 / 1); +} +.border-r-neutral-700\/0{ + border-right-color: rgb(64 64 64 / 0); +} +.border-r-neutral-700\/5{ + border-right-color: rgb(64 64 64 / 0.05); +} +.border-r-neutral-700\/10{ + border-right-color: rgb(64 64 64 / 0.1); +} +.border-r-neutral-700\/20{ + border-right-color: rgb(64 64 64 / 0.2); +} +.border-r-neutral-700\/25{ + border-right-color: rgb(64 64 64 / 0.25); +} +.border-r-neutral-700\/30{ + border-right-color: rgb(64 64 64 / 0.3); +} +.border-r-neutral-700\/40{ + border-right-color: rgb(64 64 64 / 0.4); +} +.border-r-neutral-700\/50{ + border-right-color: rgb(64 64 64 / 0.5); +} +.border-r-neutral-700\/60{ + border-right-color: rgb(64 64 64 / 0.6); +} +.border-r-neutral-700\/70{ + border-right-color: rgb(64 64 64 / 0.7); +} +.border-r-neutral-700\/75{ + border-right-color: rgb(64 64 64 / 0.75); +} +.border-r-neutral-700\/80{ + border-right-color: rgb(64 64 64 / 0.8); +} +.border-r-neutral-700\/90{ + border-right-color: rgb(64 64 64 / 0.9); +} +.border-r-neutral-700\/95{ + border-right-color: rgb(64 64 64 / 0.95); +} +.border-r-neutral-700\/100{ + border-right-color: rgb(64 64 64 / 1); +} +.border-r-neutral-800\/0{ + border-right-color: rgb(38 38 38 / 0); +} +.border-r-neutral-800\/5{ + border-right-color: rgb(38 38 38 / 0.05); +} +.border-r-neutral-800\/10{ + border-right-color: rgb(38 38 38 / 0.1); +} +.border-r-neutral-800\/20{ + border-right-color: rgb(38 38 38 / 0.2); +} +.border-r-neutral-800\/25{ + border-right-color: rgb(38 38 38 / 0.25); +} +.border-r-neutral-800\/30{ + border-right-color: rgb(38 38 38 / 0.3); +} +.border-r-neutral-800\/40{ + border-right-color: rgb(38 38 38 / 0.4); +} +.border-r-neutral-800\/50{ + border-right-color: rgb(38 38 38 / 0.5); +} +.border-r-neutral-800\/60{ + border-right-color: rgb(38 38 38 / 0.6); +} +.border-r-neutral-800\/70{ + border-right-color: rgb(38 38 38 / 0.7); +} +.border-r-neutral-800\/75{ + border-right-color: rgb(38 38 38 / 0.75); +} +.border-r-neutral-800\/80{ + border-right-color: rgb(38 38 38 / 0.8); +} +.border-r-neutral-800\/90{ + border-right-color: rgb(38 38 38 / 0.9); +} +.border-r-neutral-800\/95{ + border-right-color: rgb(38 38 38 / 0.95); +} +.border-r-neutral-800\/100{ + border-right-color: rgb(38 38 38 / 1); +} +.border-r-neutral-900\/0{ + border-right-color: rgb(23 23 23 / 0); +} +.border-r-neutral-900\/5{ + border-right-color: rgb(23 23 23 / 0.05); +} +.border-r-neutral-900\/10{ + border-right-color: rgb(23 23 23 / 0.1); +} +.border-r-neutral-900\/20{ + border-right-color: rgb(23 23 23 / 0.2); +} +.border-r-neutral-900\/25{ + border-right-color: rgb(23 23 23 / 0.25); +} +.border-r-neutral-900\/30{ + border-right-color: rgb(23 23 23 / 0.3); +} +.border-r-neutral-900\/40{ + border-right-color: rgb(23 23 23 / 0.4); +} +.border-r-neutral-900\/50{ + border-right-color: rgb(23 23 23 / 0.5); +} +.border-r-neutral-900\/60{ + border-right-color: rgb(23 23 23 / 0.6); +} +.border-r-neutral-900\/70{ + border-right-color: rgb(23 23 23 / 0.7); +} +.border-r-neutral-900\/75{ + border-right-color: rgb(23 23 23 / 0.75); +} +.border-r-neutral-900\/80{ + border-right-color: rgb(23 23 23 / 0.8); +} +.border-r-neutral-900\/90{ + border-right-color: rgb(23 23 23 / 0.9); +} +.border-r-neutral-900\/95{ + border-right-color: rgb(23 23 23 / 0.95); +} +.border-r-neutral-900\/100{ + border-right-color: rgb(23 23 23 / 1); +} +.border-r-stone-50\/0{ + border-right-color: rgb(250 250 249 / 0); +} +.border-r-stone-50\/5{ + border-right-color: rgb(250 250 249 / 0.05); +} +.border-r-stone-50\/10{ + border-right-color: rgb(250 250 249 / 0.1); +} +.border-r-stone-50\/20{ + border-right-color: rgb(250 250 249 / 0.2); +} +.border-r-stone-50\/25{ + border-right-color: rgb(250 250 249 / 0.25); +} +.border-r-stone-50\/30{ + border-right-color: rgb(250 250 249 / 0.3); +} +.border-r-stone-50\/40{ + border-right-color: rgb(250 250 249 / 0.4); +} +.border-r-stone-50\/50{ + border-right-color: rgb(250 250 249 / 0.5); +} +.border-r-stone-50\/60{ + border-right-color: rgb(250 250 249 / 0.6); +} +.border-r-stone-50\/70{ + border-right-color: rgb(250 250 249 / 0.7); +} +.border-r-stone-50\/75{ + border-right-color: rgb(250 250 249 / 0.75); +} +.border-r-stone-50\/80{ + border-right-color: rgb(250 250 249 / 0.8); +} +.border-r-stone-50\/90{ + border-right-color: rgb(250 250 249 / 0.9); +} +.border-r-stone-50\/95{ + border-right-color: rgb(250 250 249 / 0.95); +} +.border-r-stone-50\/100{ + border-right-color: rgb(250 250 249 / 1); +} +.border-r-stone-100\/0{ + border-right-color: rgb(245 245 244 / 0); +} +.border-r-stone-100\/5{ + border-right-color: rgb(245 245 244 / 0.05); +} +.border-r-stone-100\/10{ + border-right-color: rgb(245 245 244 / 0.1); +} +.border-r-stone-100\/20{ + border-right-color: rgb(245 245 244 / 0.2); +} +.border-r-stone-100\/25{ + border-right-color: rgb(245 245 244 / 0.25); +} +.border-r-stone-100\/30{ + border-right-color: rgb(245 245 244 / 0.3); +} +.border-r-stone-100\/40{ + border-right-color: rgb(245 245 244 / 0.4); +} +.border-r-stone-100\/50{ + border-right-color: rgb(245 245 244 / 0.5); +} +.border-r-stone-100\/60{ + border-right-color: rgb(245 245 244 / 0.6); +} +.border-r-stone-100\/70{ + border-right-color: rgb(245 245 244 / 0.7); +} +.border-r-stone-100\/75{ + border-right-color: rgb(245 245 244 / 0.75); +} +.border-r-stone-100\/80{ + border-right-color: rgb(245 245 244 / 0.8); +} +.border-r-stone-100\/90{ + border-right-color: rgb(245 245 244 / 0.9); +} +.border-r-stone-100\/95{ + border-right-color: rgb(245 245 244 / 0.95); +} +.border-r-stone-100\/100{ + border-right-color: rgb(245 245 244 / 1); +} +.border-r-stone-200\/0{ + border-right-color: rgb(231 229 228 / 0); +} +.border-r-stone-200\/5{ + border-right-color: rgb(231 229 228 / 0.05); +} +.border-r-stone-200\/10{ + border-right-color: rgb(231 229 228 / 0.1); +} +.border-r-stone-200\/20{ + border-right-color: rgb(231 229 228 / 0.2); +} +.border-r-stone-200\/25{ + border-right-color: rgb(231 229 228 / 0.25); +} +.border-r-stone-200\/30{ + border-right-color: rgb(231 229 228 / 0.3); +} +.border-r-stone-200\/40{ + border-right-color: rgb(231 229 228 / 0.4); +} +.border-r-stone-200\/50{ + border-right-color: rgb(231 229 228 / 0.5); +} +.border-r-stone-200\/60{ + border-right-color: rgb(231 229 228 / 0.6); +} +.border-r-stone-200\/70{ + border-right-color: rgb(231 229 228 / 0.7); +} +.border-r-stone-200\/75{ + border-right-color: rgb(231 229 228 / 0.75); +} +.border-r-stone-200\/80{ + border-right-color: rgb(231 229 228 / 0.8); +} +.border-r-stone-200\/90{ + border-right-color: rgb(231 229 228 / 0.9); +} +.border-r-stone-200\/95{ + border-right-color: rgb(231 229 228 / 0.95); +} +.border-r-stone-200\/100{ + border-right-color: rgb(231 229 228 / 1); +} +.border-r-stone-300\/0{ + border-right-color: rgb(214 211 209 / 0); +} +.border-r-stone-300\/5{ + border-right-color: rgb(214 211 209 / 0.05); +} +.border-r-stone-300\/10{ + border-right-color: rgb(214 211 209 / 0.1); +} +.border-r-stone-300\/20{ + border-right-color: rgb(214 211 209 / 0.2); +} +.border-r-stone-300\/25{ + border-right-color: rgb(214 211 209 / 0.25); +} +.border-r-stone-300\/30{ + border-right-color: rgb(214 211 209 / 0.3); +} +.border-r-stone-300\/40{ + border-right-color: rgb(214 211 209 / 0.4); +} +.border-r-stone-300\/50{ + border-right-color: rgb(214 211 209 / 0.5); +} +.border-r-stone-300\/60{ + border-right-color: rgb(214 211 209 / 0.6); +} +.border-r-stone-300\/70{ + border-right-color: rgb(214 211 209 / 0.7); +} +.border-r-stone-300\/75{ + border-right-color: rgb(214 211 209 / 0.75); +} +.border-r-stone-300\/80{ + border-right-color: rgb(214 211 209 / 0.8); +} +.border-r-stone-300\/90{ + border-right-color: rgb(214 211 209 / 0.9); +} +.border-r-stone-300\/95{ + border-right-color: rgb(214 211 209 / 0.95); +} +.border-r-stone-300\/100{ + border-right-color: rgb(214 211 209 / 1); +} +.border-r-stone-400\/0{ + border-right-color: rgb(168 162 158 / 0); +} +.border-r-stone-400\/5{ + border-right-color: rgb(168 162 158 / 0.05); +} +.border-r-stone-400\/10{ + border-right-color: rgb(168 162 158 / 0.1); +} +.border-r-stone-400\/20{ + border-right-color: rgb(168 162 158 / 0.2); +} +.border-r-stone-400\/25{ + border-right-color: rgb(168 162 158 / 0.25); +} +.border-r-stone-400\/30{ + border-right-color: rgb(168 162 158 / 0.3); +} +.border-r-stone-400\/40{ + border-right-color: rgb(168 162 158 / 0.4); +} +.border-r-stone-400\/50{ + border-right-color: rgb(168 162 158 / 0.5); +} +.border-r-stone-400\/60{ + border-right-color: rgb(168 162 158 / 0.6); +} +.border-r-stone-400\/70{ + border-right-color: rgb(168 162 158 / 0.7); +} +.border-r-stone-400\/75{ + border-right-color: rgb(168 162 158 / 0.75); +} +.border-r-stone-400\/80{ + border-right-color: rgb(168 162 158 / 0.8); +} +.border-r-stone-400\/90{ + border-right-color: rgb(168 162 158 / 0.9); +} +.border-r-stone-400\/95{ + border-right-color: rgb(168 162 158 / 0.95); +} +.border-r-stone-400\/100{ + border-right-color: rgb(168 162 158 / 1); +} +.border-r-stone-500\/0{ + border-right-color: rgb(120 113 108 / 0); +} +.border-r-stone-500\/5{ + border-right-color: rgb(120 113 108 / 0.05); +} +.border-r-stone-500\/10{ + border-right-color: rgb(120 113 108 / 0.1); +} +.border-r-stone-500\/20{ + border-right-color: rgb(120 113 108 / 0.2); +} +.border-r-stone-500\/25{ + border-right-color: rgb(120 113 108 / 0.25); +} +.border-r-stone-500\/30{ + border-right-color: rgb(120 113 108 / 0.3); +} +.border-r-stone-500\/40{ + border-right-color: rgb(120 113 108 / 0.4); +} +.border-r-stone-500\/50{ + border-right-color: rgb(120 113 108 / 0.5); +} +.border-r-stone-500\/60{ + border-right-color: rgb(120 113 108 / 0.6); +} +.border-r-stone-500\/70{ + border-right-color: rgb(120 113 108 / 0.7); +} +.border-r-stone-500\/75{ + border-right-color: rgb(120 113 108 / 0.75); +} +.border-r-stone-500\/80{ + border-right-color: rgb(120 113 108 / 0.8); +} +.border-r-stone-500\/90{ + border-right-color: rgb(120 113 108 / 0.9); +} +.border-r-stone-500\/95{ + border-right-color: rgb(120 113 108 / 0.95); +} +.border-r-stone-500\/100{ + border-right-color: rgb(120 113 108 / 1); +} +.border-r-stone-600\/0{ + border-right-color: rgb(87 83 78 / 0); +} +.border-r-stone-600\/5{ + border-right-color: rgb(87 83 78 / 0.05); +} +.border-r-stone-600\/10{ + border-right-color: rgb(87 83 78 / 0.1); +} +.border-r-stone-600\/20{ + border-right-color: rgb(87 83 78 / 0.2); +} +.border-r-stone-600\/25{ + border-right-color: rgb(87 83 78 / 0.25); +} +.border-r-stone-600\/30{ + border-right-color: rgb(87 83 78 / 0.3); +} +.border-r-stone-600\/40{ + border-right-color: rgb(87 83 78 / 0.4); +} +.border-r-stone-600\/50{ + border-right-color: rgb(87 83 78 / 0.5); +} +.border-r-stone-600\/60{ + border-right-color: rgb(87 83 78 / 0.6); +} +.border-r-stone-600\/70{ + border-right-color: rgb(87 83 78 / 0.7); +} +.border-r-stone-600\/75{ + border-right-color: rgb(87 83 78 / 0.75); +} +.border-r-stone-600\/80{ + border-right-color: rgb(87 83 78 / 0.8); +} +.border-r-stone-600\/90{ + border-right-color: rgb(87 83 78 / 0.9); +} +.border-r-stone-600\/95{ + border-right-color: rgb(87 83 78 / 0.95); +} +.border-r-stone-600\/100{ + border-right-color: rgb(87 83 78 / 1); +} +.border-r-stone-700\/0{ + border-right-color: rgb(68 64 60 / 0); +} +.border-r-stone-700\/5{ + border-right-color: rgb(68 64 60 / 0.05); +} +.border-r-stone-700\/10{ + border-right-color: rgb(68 64 60 / 0.1); +} +.border-r-stone-700\/20{ + border-right-color: rgb(68 64 60 / 0.2); +} +.border-r-stone-700\/25{ + border-right-color: rgb(68 64 60 / 0.25); +} +.border-r-stone-700\/30{ + border-right-color: rgb(68 64 60 / 0.3); +} +.border-r-stone-700\/40{ + border-right-color: rgb(68 64 60 / 0.4); +} +.border-r-stone-700\/50{ + border-right-color: rgb(68 64 60 / 0.5); +} +.border-r-stone-700\/60{ + border-right-color: rgb(68 64 60 / 0.6); +} +.border-r-stone-700\/70{ + border-right-color: rgb(68 64 60 / 0.7); +} +.border-r-stone-700\/75{ + border-right-color: rgb(68 64 60 / 0.75); +} +.border-r-stone-700\/80{ + border-right-color: rgb(68 64 60 / 0.8); +} +.border-r-stone-700\/90{ + border-right-color: rgb(68 64 60 / 0.9); +} +.border-r-stone-700\/95{ + border-right-color: rgb(68 64 60 / 0.95); +} +.border-r-stone-700\/100{ + border-right-color: rgb(68 64 60 / 1); +} +.border-r-stone-800\/0{ + border-right-color: rgb(41 37 36 / 0); +} +.border-r-stone-800\/5{ + border-right-color: rgb(41 37 36 / 0.05); +} +.border-r-stone-800\/10{ + border-right-color: rgb(41 37 36 / 0.1); +} +.border-r-stone-800\/20{ + border-right-color: rgb(41 37 36 / 0.2); +} +.border-r-stone-800\/25{ + border-right-color: rgb(41 37 36 / 0.25); +} +.border-r-stone-800\/30{ + border-right-color: rgb(41 37 36 / 0.3); +} +.border-r-stone-800\/40{ + border-right-color: rgb(41 37 36 / 0.4); +} +.border-r-stone-800\/50{ + border-right-color: rgb(41 37 36 / 0.5); +} +.border-r-stone-800\/60{ + border-right-color: rgb(41 37 36 / 0.6); +} +.border-r-stone-800\/70{ + border-right-color: rgb(41 37 36 / 0.7); +} +.border-r-stone-800\/75{ + border-right-color: rgb(41 37 36 / 0.75); +} +.border-r-stone-800\/80{ + border-right-color: rgb(41 37 36 / 0.8); +} +.border-r-stone-800\/90{ + border-right-color: rgb(41 37 36 / 0.9); +} +.border-r-stone-800\/95{ + border-right-color: rgb(41 37 36 / 0.95); +} +.border-r-stone-800\/100{ + border-right-color: rgb(41 37 36 / 1); +} +.border-r-stone-900\/0{ + border-right-color: rgb(28 25 23 / 0); +} +.border-r-stone-900\/5{ + border-right-color: rgb(28 25 23 / 0.05); +} +.border-r-stone-900\/10{ + border-right-color: rgb(28 25 23 / 0.1); +} +.border-r-stone-900\/20{ + border-right-color: rgb(28 25 23 / 0.2); +} +.border-r-stone-900\/25{ + border-right-color: rgb(28 25 23 / 0.25); +} +.border-r-stone-900\/30{ + border-right-color: rgb(28 25 23 / 0.3); +} +.border-r-stone-900\/40{ + border-right-color: rgb(28 25 23 / 0.4); +} +.border-r-stone-900\/50{ + border-right-color: rgb(28 25 23 / 0.5); +} +.border-r-stone-900\/60{ + border-right-color: rgb(28 25 23 / 0.6); +} +.border-r-stone-900\/70{ + border-right-color: rgb(28 25 23 / 0.7); +} +.border-r-stone-900\/75{ + border-right-color: rgb(28 25 23 / 0.75); +} +.border-r-stone-900\/80{ + border-right-color: rgb(28 25 23 / 0.8); +} +.border-r-stone-900\/90{ + border-right-color: rgb(28 25 23 / 0.9); +} +.border-r-stone-900\/95{ + border-right-color: rgb(28 25 23 / 0.95); +} +.border-r-stone-900\/100{ + border-right-color: rgb(28 25 23 / 1); +} +.border-r-red-50\/0{ + border-right-color: rgb(252 242 242 / 0); +} +.border-r-red-50\/5{ + border-right-color: rgb(252 242 242 / 0.05); +} +.border-r-red-50\/10{ + border-right-color: rgb(252 242 242 / 0.1); +} +.border-r-red-50\/20{ + border-right-color: rgb(252 242 242 / 0.2); +} +.border-r-red-50\/25{ + border-right-color: rgb(252 242 242 / 0.25); +} +.border-r-red-50\/30{ + border-right-color: rgb(252 242 242 / 0.3); +} +.border-r-red-50\/40{ + border-right-color: rgb(252 242 242 / 0.4); +} +.border-r-red-50\/50{ + border-right-color: rgb(252 242 242 / 0.5); +} +.border-r-red-50\/60{ + border-right-color: rgb(252 242 242 / 0.6); +} +.border-r-red-50\/70{ + border-right-color: rgb(252 242 242 / 0.7); +} +.border-r-red-50\/75{ + border-right-color: rgb(252 242 242 / 0.75); +} +.border-r-red-50\/80{ + border-right-color: rgb(252 242 242 / 0.8); +} +.border-r-red-50\/90{ + border-right-color: rgb(252 242 242 / 0.9); +} +.border-r-red-50\/95{ + border-right-color: rgb(252 242 242 / 0.95); +} +.border-r-red-50\/100{ + border-right-color: rgb(252 242 242 / 1); +} +.border-r-red-100\/0{ + border-right-color: rgb(250 230 230 / 0); +} +.border-r-red-100\/5{ + border-right-color: rgb(250 230 230 / 0.05); +} +.border-r-red-100\/10{ + border-right-color: rgb(250 230 230 / 0.1); +} +.border-r-red-100\/20{ + border-right-color: rgb(250 230 230 / 0.2); +} +.border-r-red-100\/25{ + border-right-color: rgb(250 230 230 / 0.25); +} +.border-r-red-100\/30{ + border-right-color: rgb(250 230 230 / 0.3); +} +.border-r-red-100\/40{ + border-right-color: rgb(250 230 230 / 0.4); +} +.border-r-red-100\/50{ + border-right-color: rgb(250 230 230 / 0.5); +} +.border-r-red-100\/60{ + border-right-color: rgb(250 230 230 / 0.6); +} +.border-r-red-100\/70{ + border-right-color: rgb(250 230 230 / 0.7); +} +.border-r-red-100\/75{ + border-right-color: rgb(250 230 230 / 0.75); +} +.border-r-red-100\/80{ + border-right-color: rgb(250 230 230 / 0.8); +} +.border-r-red-100\/90{ + border-right-color: rgb(250 230 230 / 0.9); +} +.border-r-red-100\/95{ + border-right-color: rgb(250 230 230 / 0.95); +} +.border-r-red-100\/100{ + border-right-color: rgb(250 230 230 / 1); +} +.border-r-red-200\/0{ + border-right-color: rgb(242 191 191 / 0); +} +.border-r-red-200\/5{ + border-right-color: rgb(242 191 191 / 0.05); +} +.border-r-red-200\/10{ + border-right-color: rgb(242 191 191 / 0.1); +} +.border-r-red-200\/20{ + border-right-color: rgb(242 191 191 / 0.2); +} +.border-r-red-200\/25{ + border-right-color: rgb(242 191 191 / 0.25); +} +.border-r-red-200\/30{ + border-right-color: rgb(242 191 191 / 0.3); +} +.border-r-red-200\/40{ + border-right-color: rgb(242 191 191 / 0.4); +} +.border-r-red-200\/50{ + border-right-color: rgb(242 191 191 / 0.5); +} +.border-r-red-200\/60{ + border-right-color: rgb(242 191 191 / 0.6); +} +.border-r-red-200\/70{ + border-right-color: rgb(242 191 191 / 0.7); +} +.border-r-red-200\/75{ + border-right-color: rgb(242 191 191 / 0.75); +} +.border-r-red-200\/80{ + border-right-color: rgb(242 191 191 / 0.8); +} +.border-r-red-200\/90{ + border-right-color: rgb(242 191 191 / 0.9); +} +.border-r-red-200\/95{ + border-right-color: rgb(242 191 191 / 0.95); +} +.border-r-red-200\/100{ + border-right-color: rgb(242 191 191 / 1); +} +.border-r-red-300\/0{ + border-right-color: rgb(235 153 153 / 0); +} +.border-r-red-300\/5{ + border-right-color: rgb(235 153 153 / 0.05); +} +.border-r-red-300\/10{ + border-right-color: rgb(235 153 153 / 0.1); +} +.border-r-red-300\/20{ + border-right-color: rgb(235 153 153 / 0.2); +} +.border-r-red-300\/25{ + border-right-color: rgb(235 153 153 / 0.25); +} +.border-r-red-300\/30{ + border-right-color: rgb(235 153 153 / 0.3); +} +.border-r-red-300\/40{ + border-right-color: rgb(235 153 153 / 0.4); +} +.border-r-red-300\/50{ + border-right-color: rgb(235 153 153 / 0.5); +} +.border-r-red-300\/60{ + border-right-color: rgb(235 153 153 / 0.6); +} +.border-r-red-300\/70{ + border-right-color: rgb(235 153 153 / 0.7); +} +.border-r-red-300\/75{ + border-right-color: rgb(235 153 153 / 0.75); +} +.border-r-red-300\/80{ + border-right-color: rgb(235 153 153 / 0.8); +} +.border-r-red-300\/90{ + border-right-color: rgb(235 153 153 / 0.9); +} +.border-r-red-300\/95{ + border-right-color: rgb(235 153 153 / 0.95); +} +.border-r-red-300\/100{ + border-right-color: rgb(235 153 153 / 1); +} +.border-r-red-400\/0{ + border-right-color: rgb(219 77 77 / 0); +} +.border-r-red-400\/5{ + border-right-color: rgb(219 77 77 / 0.05); +} +.border-r-red-400\/10{ + border-right-color: rgb(219 77 77 / 0.1); +} +.border-r-red-400\/20{ + border-right-color: rgb(219 77 77 / 0.2); +} +.border-r-red-400\/25{ + border-right-color: rgb(219 77 77 / 0.25); +} +.border-r-red-400\/30{ + border-right-color: rgb(219 77 77 / 0.3); +} +.border-r-red-400\/40{ + border-right-color: rgb(219 77 77 / 0.4); +} +.border-r-red-400\/50{ + border-right-color: rgb(219 77 77 / 0.5); +} +.border-r-red-400\/60{ + border-right-color: rgb(219 77 77 / 0.6); +} +.border-r-red-400\/70{ + border-right-color: rgb(219 77 77 / 0.7); +} +.border-r-red-400\/75{ + border-right-color: rgb(219 77 77 / 0.75); +} +.border-r-red-400\/80{ + border-right-color: rgb(219 77 77 / 0.8); +} +.border-r-red-400\/90{ + border-right-color: rgb(219 77 77 / 0.9); +} +.border-r-red-400\/95{ + border-right-color: rgb(219 77 77 / 0.95); +} +.border-r-red-400\/100{ + border-right-color: rgb(219 77 77 / 1); +} +.border-r-red-500\/0{ + border-right-color: rgb(204 0 0 / 0); +} +.border-r-red-500\/5{ + border-right-color: rgb(204 0 0 / 0.05); +} +.border-r-red-500\/10{ + border-right-color: rgb(204 0 0 / 0.1); +} +.border-r-red-500\/20{ + border-right-color: rgb(204 0 0 / 0.2); +} +.border-r-red-500\/25{ + border-right-color: rgb(204 0 0 / 0.25); +} +.border-r-red-500\/30{ + border-right-color: rgb(204 0 0 / 0.3); +} +.border-r-red-500\/40{ + border-right-color: rgb(204 0 0 / 0.4); +} +.border-r-red-500\/50{ + border-right-color: rgb(204 0 0 / 0.5); +} +.border-r-red-500\/60{ + border-right-color: rgb(204 0 0 / 0.6); +} +.border-r-red-500\/70{ + border-right-color: rgb(204 0 0 / 0.7); +} +.border-r-red-500\/75{ + border-right-color: rgb(204 0 0 / 0.75); +} +.border-r-red-500\/80{ + border-right-color: rgb(204 0 0 / 0.8); +} +.border-r-red-500\/90{ + border-right-color: rgb(204 0 0 / 0.9); +} +.border-r-red-500\/95{ + border-right-color: rgb(204 0 0 / 0.95); +} +.border-r-red-500\/100{ + border-right-color: rgb(204 0 0 / 1); +} +.border-r-red-600\/0{ + border-right-color: rgb(184 0 0 / 0); +} +.border-r-red-600\/5{ + border-right-color: rgb(184 0 0 / 0.05); +} +.border-r-red-600\/10{ + border-right-color: rgb(184 0 0 / 0.1); +} +.border-r-red-600\/20{ + border-right-color: rgb(184 0 0 / 0.2); +} +.border-r-red-600\/25{ + border-right-color: rgb(184 0 0 / 0.25); +} +.border-r-red-600\/30{ + border-right-color: rgb(184 0 0 / 0.3); +} +.border-r-red-600\/40{ + border-right-color: rgb(184 0 0 / 0.4); +} +.border-r-red-600\/50{ + border-right-color: rgb(184 0 0 / 0.5); +} +.border-r-red-600\/60{ + border-right-color: rgb(184 0 0 / 0.6); +} +.border-r-red-600\/70{ + border-right-color: rgb(184 0 0 / 0.7); +} +.border-r-red-600\/75{ + border-right-color: rgb(184 0 0 / 0.75); +} +.border-r-red-600\/80{ + border-right-color: rgb(184 0 0 / 0.8); +} +.border-r-red-600\/90{ + border-right-color: rgb(184 0 0 / 0.9); +} +.border-r-red-600\/95{ + border-right-color: rgb(184 0 0 / 0.95); +} +.border-r-red-600\/100{ + border-right-color: rgb(184 0 0 / 1); +} +.border-r-red-700\/0{ + border-right-color: rgb(153 0 0 / 0); +} +.border-r-red-700\/5{ + border-right-color: rgb(153 0 0 / 0.05); +} +.border-r-red-700\/10{ + border-right-color: rgb(153 0 0 / 0.1); +} +.border-r-red-700\/20{ + border-right-color: rgb(153 0 0 / 0.2); +} +.border-r-red-700\/25{ + border-right-color: rgb(153 0 0 / 0.25); +} +.border-r-red-700\/30{ + border-right-color: rgb(153 0 0 / 0.3); +} +.border-r-red-700\/40{ + border-right-color: rgb(153 0 0 / 0.4); +} +.border-r-red-700\/50{ + border-right-color: rgb(153 0 0 / 0.5); +} +.border-r-red-700\/60{ + border-right-color: rgb(153 0 0 / 0.6); +} +.border-r-red-700\/70{ + border-right-color: rgb(153 0 0 / 0.7); +} +.border-r-red-700\/75{ + border-right-color: rgb(153 0 0 / 0.75); +} +.border-r-red-700\/80{ + border-right-color: rgb(153 0 0 / 0.8); +} +.border-r-red-700\/90{ + border-right-color: rgb(153 0 0 / 0.9); +} +.border-r-red-700\/95{ + border-right-color: rgb(153 0 0 / 0.95); +} +.border-r-red-700\/100{ + border-right-color: rgb(153 0 0 / 1); +} +.border-r-red-800\/0{ + border-right-color: rgb(122 0 0 / 0); +} +.border-r-red-800\/5{ + border-right-color: rgb(122 0 0 / 0.05); +} +.border-r-red-800\/10{ + border-right-color: rgb(122 0 0 / 0.1); +} +.border-r-red-800\/20{ + border-right-color: rgb(122 0 0 / 0.2); +} +.border-r-red-800\/25{ + border-right-color: rgb(122 0 0 / 0.25); +} +.border-r-red-800\/30{ + border-right-color: rgb(122 0 0 / 0.3); +} +.border-r-red-800\/40{ + border-right-color: rgb(122 0 0 / 0.4); +} +.border-r-red-800\/50{ + border-right-color: rgb(122 0 0 / 0.5); +} +.border-r-red-800\/60{ + border-right-color: rgb(122 0 0 / 0.6); +} +.border-r-red-800\/70{ + border-right-color: rgb(122 0 0 / 0.7); +} +.border-r-red-800\/75{ + border-right-color: rgb(122 0 0 / 0.75); +} +.border-r-red-800\/80{ + border-right-color: rgb(122 0 0 / 0.8); +} +.border-r-red-800\/90{ + border-right-color: rgb(122 0 0 / 0.9); +} +.border-r-red-800\/95{ + border-right-color: rgb(122 0 0 / 0.95); +} +.border-r-red-800\/100{ + border-right-color: rgb(122 0 0 / 1); +} +.border-r-red-900\/0{ + border-right-color: rgb(100 0 0 / 0); +} +.border-r-red-900\/5{ + border-right-color: rgb(100 0 0 / 0.05); +} +.border-r-red-900\/10{ + border-right-color: rgb(100 0 0 / 0.1); +} +.border-r-red-900\/20{ + border-right-color: rgb(100 0 0 / 0.2); +} +.border-r-red-900\/25{ + border-right-color: rgb(100 0 0 / 0.25); +} +.border-r-red-900\/30{ + border-right-color: rgb(100 0 0 / 0.3); +} +.border-r-red-900\/40{ + border-right-color: rgb(100 0 0 / 0.4); +} +.border-r-red-900\/50{ + border-right-color: rgb(100 0 0 / 0.5); +} +.border-r-red-900\/60{ + border-right-color: rgb(100 0 0 / 0.6); +} +.border-r-red-900\/70{ + border-right-color: rgb(100 0 0 / 0.7); +} +.border-r-red-900\/75{ + border-right-color: rgb(100 0 0 / 0.75); +} +.border-r-red-900\/80{ + border-right-color: rgb(100 0 0 / 0.8); +} +.border-r-red-900\/90{ + border-right-color: rgb(100 0 0 / 0.9); +} +.border-r-red-900\/95{ + border-right-color: rgb(100 0 0 / 0.95); +} +.border-r-red-900\/100{ + border-right-color: rgb(100 0 0 / 1); +} +.border-r-red\/0{ + border-right-color: rgb(204 0 0 / 0); +} +.border-r-red\/5{ + border-right-color: rgb(204 0 0 / 0.05); +} +.border-r-red\/10{ + border-right-color: rgb(204 0 0 / 0.1); +} +.border-r-red\/20{ + border-right-color: rgb(204 0 0 / 0.2); +} +.border-r-red\/25{ + border-right-color: rgb(204 0 0 / 0.25); +} +.border-r-red\/30{ + border-right-color: rgb(204 0 0 / 0.3); +} +.border-r-red\/40{ + border-right-color: rgb(204 0 0 / 0.4); +} +.border-r-red\/50{ + border-right-color: rgb(204 0 0 / 0.5); +} +.border-r-red\/60{ + border-right-color: rgb(204 0 0 / 0.6); +} +.border-r-red\/70{ + border-right-color: rgb(204 0 0 / 0.7); +} +.border-r-red\/75{ + border-right-color: rgb(204 0 0 / 0.75); +} +.border-r-red\/80{ + border-right-color: rgb(204 0 0 / 0.8); +} +.border-r-red\/90{ + border-right-color: rgb(204 0 0 / 0.9); +} +.border-r-red\/95{ + border-right-color: rgb(204 0 0 / 0.95); +} +.border-r-red\/100{ + border-right-color: rgb(204 0 0 / 1); +} +.border-r-orange-50\/0{ + border-right-color: rgb(255 250 243 / 0); +} +.border-r-orange-50\/5{ + border-right-color: rgb(255 250 243 / 0.05); +} +.border-r-orange-50\/10{ + border-right-color: rgb(255 250 243 / 0.1); +} +.border-r-orange-50\/20{ + border-right-color: rgb(255 250 243 / 0.2); +} +.border-r-orange-50\/25{ + border-right-color: rgb(255 250 243 / 0.25); +} +.border-r-orange-50\/30{ + border-right-color: rgb(255 250 243 / 0.3); +} +.border-r-orange-50\/40{ + border-right-color: rgb(255 250 243 / 0.4); +} +.border-r-orange-50\/50{ + border-right-color: rgb(255 250 243 / 0.5); +} +.border-r-orange-50\/60{ + border-right-color: rgb(255 250 243 / 0.6); +} +.border-r-orange-50\/70{ + border-right-color: rgb(255 250 243 / 0.7); +} +.border-r-orange-50\/75{ + border-right-color: rgb(255 250 243 / 0.75); +} +.border-r-orange-50\/80{ + border-right-color: rgb(255 250 243 / 0.8); +} +.border-r-orange-50\/90{ + border-right-color: rgb(255 250 243 / 0.9); +} +.border-r-orange-50\/95{ + border-right-color: rgb(255 250 243 / 0.95); +} +.border-r-orange-50\/100{ + border-right-color: rgb(255 250 243 / 1); +} +.border-r-orange-100\/0{ + border-right-color: rgb(254 245 231 / 0); +} +.border-r-orange-100\/5{ + border-right-color: rgb(254 245 231 / 0.05); +} +.border-r-orange-100\/10{ + border-right-color: rgb(254 245 231 / 0.1); +} +.border-r-orange-100\/20{ + border-right-color: rgb(254 245 231 / 0.2); +} +.border-r-orange-100\/25{ + border-right-color: rgb(254 245 231 / 0.25); +} +.border-r-orange-100\/30{ + border-right-color: rgb(254 245 231 / 0.3); +} +.border-r-orange-100\/40{ + border-right-color: rgb(254 245 231 / 0.4); +} +.border-r-orange-100\/50{ + border-right-color: rgb(254 245 231 / 0.5); +} +.border-r-orange-100\/60{ + border-right-color: rgb(254 245 231 / 0.6); +} +.border-r-orange-100\/70{ + border-right-color: rgb(254 245 231 / 0.7); +} +.border-r-orange-100\/75{ + border-right-color: rgb(254 245 231 / 0.75); +} +.border-r-orange-100\/80{ + border-right-color: rgb(254 245 231 / 0.8); +} +.border-r-orange-100\/90{ + border-right-color: rgb(254 245 231 / 0.9); +} +.border-r-orange-100\/95{ + border-right-color: rgb(254 245 231 / 0.95); +} +.border-r-orange-100\/100{ + border-right-color: rgb(254 245 231 / 1); +} +.border-r-orange-200\/0{ + border-right-color: rgb(253 231 194 / 0); +} +.border-r-orange-200\/5{ + border-right-color: rgb(253 231 194 / 0.05); +} +.border-r-orange-200\/10{ + border-right-color: rgb(253 231 194 / 0.1); +} +.border-r-orange-200\/20{ + border-right-color: rgb(253 231 194 / 0.2); +} +.border-r-orange-200\/25{ + border-right-color: rgb(253 231 194 / 0.25); +} +.border-r-orange-200\/30{ + border-right-color: rgb(253 231 194 / 0.3); +} +.border-r-orange-200\/40{ + border-right-color: rgb(253 231 194 / 0.4); +} +.border-r-orange-200\/50{ + border-right-color: rgb(253 231 194 / 0.5); +} +.border-r-orange-200\/60{ + border-right-color: rgb(253 231 194 / 0.6); +} +.border-r-orange-200\/70{ + border-right-color: rgb(253 231 194 / 0.7); +} +.border-r-orange-200\/75{ + border-right-color: rgb(253 231 194 / 0.75); +} +.border-r-orange-200\/80{ + border-right-color: rgb(253 231 194 / 0.8); +} +.border-r-orange-200\/90{ + border-right-color: rgb(253 231 194 / 0.9); +} +.border-r-orange-200\/95{ + border-right-color: rgb(253 231 194 / 0.95); +} +.border-r-orange-200\/100{ + border-right-color: rgb(253 231 194 / 1); +} +.border-r-orange-300\/0{ + border-right-color: rgb(251 216 157 / 0); +} +.border-r-orange-300\/5{ + border-right-color: rgb(251 216 157 / 0.05); +} +.border-r-orange-300\/10{ + border-right-color: rgb(251 216 157 / 0.1); +} +.border-r-orange-300\/20{ + border-right-color: rgb(251 216 157 / 0.2); +} +.border-r-orange-300\/25{ + border-right-color: rgb(251 216 157 / 0.25); +} +.border-r-orange-300\/30{ + border-right-color: rgb(251 216 157 / 0.3); +} +.border-r-orange-300\/40{ + border-right-color: rgb(251 216 157 / 0.4); +} +.border-r-orange-300\/50{ + border-right-color: rgb(251 216 157 / 0.5); +} +.border-r-orange-300\/60{ + border-right-color: rgb(251 216 157 / 0.6); +} +.border-r-orange-300\/70{ + border-right-color: rgb(251 216 157 / 0.7); +} +.border-r-orange-300\/75{ + border-right-color: rgb(251 216 157 / 0.75); +} +.border-r-orange-300\/80{ + border-right-color: rgb(251 216 157 / 0.8); +} +.border-r-orange-300\/90{ + border-right-color: rgb(251 216 157 / 0.9); +} +.border-r-orange-300\/95{ + border-right-color: rgb(251 216 157 / 0.95); +} +.border-r-orange-300\/100{ + border-right-color: rgb(251 216 157 / 1); +} +.border-r-orange-400\/0{ + border-right-color: rgb(248 187 84 / 0); +} +.border-r-orange-400\/5{ + border-right-color: rgb(248 187 84 / 0.05); +} +.border-r-orange-400\/10{ + border-right-color: rgb(248 187 84 / 0.1); +} +.border-r-orange-400\/20{ + border-right-color: rgb(248 187 84 / 0.2); +} +.border-r-orange-400\/25{ + border-right-color: rgb(248 187 84 / 0.25); +} +.border-r-orange-400\/30{ + border-right-color: rgb(248 187 84 / 0.3); +} +.border-r-orange-400\/40{ + border-right-color: rgb(248 187 84 / 0.4); +} +.border-r-orange-400\/50{ + border-right-color: rgb(248 187 84 / 0.5); +} +.border-r-orange-400\/60{ + border-right-color: rgb(248 187 84 / 0.6); +} +.border-r-orange-400\/70{ + border-right-color: rgb(248 187 84 / 0.7); +} +.border-r-orange-400\/75{ + border-right-color: rgb(248 187 84 / 0.75); +} +.border-r-orange-400\/80{ + border-right-color: rgb(248 187 84 / 0.8); +} +.border-r-orange-400\/90{ + border-right-color: rgb(248 187 84 / 0.9); +} +.border-r-orange-400\/95{ + border-right-color: rgb(248 187 84 / 0.95); +} +.border-r-orange-400\/100{ + border-right-color: rgb(248 187 84 / 1); +} +.border-r-orange-500\/0{ + border-right-color: rgb(245 158 11 / 0); +} +.border-r-orange-500\/5{ + border-right-color: rgb(245 158 11 / 0.05); +} +.border-r-orange-500\/10{ + border-right-color: rgb(245 158 11 / 0.1); +} +.border-r-orange-500\/20{ + border-right-color: rgb(245 158 11 / 0.2); +} +.border-r-orange-500\/25{ + border-right-color: rgb(245 158 11 / 0.25); +} +.border-r-orange-500\/30{ + border-right-color: rgb(245 158 11 / 0.3); +} +.border-r-orange-500\/40{ + border-right-color: rgb(245 158 11 / 0.4); +} +.border-r-orange-500\/50{ + border-right-color: rgb(245 158 11 / 0.5); +} +.border-r-orange-500\/60{ + border-right-color: rgb(245 158 11 / 0.6); +} +.border-r-orange-500\/70{ + border-right-color: rgb(245 158 11 / 0.7); +} +.border-r-orange-500\/75{ + border-right-color: rgb(245 158 11 / 0.75); +} +.border-r-orange-500\/80{ + border-right-color: rgb(245 158 11 / 0.8); +} +.border-r-orange-500\/90{ + border-right-color: rgb(245 158 11 / 0.9); +} +.border-r-orange-500\/95{ + border-right-color: rgb(245 158 11 / 0.95); +} +.border-r-orange-500\/100{ + border-right-color: rgb(245 158 11 / 1); +} +.border-r-orange-600\/0{ + border-right-color: rgb(221 142 10 / 0); +} +.border-r-orange-600\/5{ + border-right-color: rgb(221 142 10 / 0.05); +} +.border-r-orange-600\/10{ + border-right-color: rgb(221 142 10 / 0.1); +} +.border-r-orange-600\/20{ + border-right-color: rgb(221 142 10 / 0.2); +} +.border-r-orange-600\/25{ + border-right-color: rgb(221 142 10 / 0.25); +} +.border-r-orange-600\/30{ + border-right-color: rgb(221 142 10 / 0.3); +} +.border-r-orange-600\/40{ + border-right-color: rgb(221 142 10 / 0.4); +} +.border-r-orange-600\/50{ + border-right-color: rgb(221 142 10 / 0.5); +} +.border-r-orange-600\/60{ + border-right-color: rgb(221 142 10 / 0.6); +} +.border-r-orange-600\/70{ + border-right-color: rgb(221 142 10 / 0.7); +} +.border-r-orange-600\/75{ + border-right-color: rgb(221 142 10 / 0.75); +} +.border-r-orange-600\/80{ + border-right-color: rgb(221 142 10 / 0.8); +} +.border-r-orange-600\/90{ + border-right-color: rgb(221 142 10 / 0.9); +} +.border-r-orange-600\/95{ + border-right-color: rgb(221 142 10 / 0.95); +} +.border-r-orange-600\/100{ + border-right-color: rgb(221 142 10 / 1); +} +.border-r-orange-700\/0{ + border-right-color: rgb(184 119 8 / 0); +} +.border-r-orange-700\/5{ + border-right-color: rgb(184 119 8 / 0.05); +} +.border-r-orange-700\/10{ + border-right-color: rgb(184 119 8 / 0.1); +} +.border-r-orange-700\/20{ + border-right-color: rgb(184 119 8 / 0.2); +} +.border-r-orange-700\/25{ + border-right-color: rgb(184 119 8 / 0.25); +} +.border-r-orange-700\/30{ + border-right-color: rgb(184 119 8 / 0.3); +} +.border-r-orange-700\/40{ + border-right-color: rgb(184 119 8 / 0.4); +} +.border-r-orange-700\/50{ + border-right-color: rgb(184 119 8 / 0.5); +} +.border-r-orange-700\/60{ + border-right-color: rgb(184 119 8 / 0.6); +} +.border-r-orange-700\/70{ + border-right-color: rgb(184 119 8 / 0.7); +} +.border-r-orange-700\/75{ + border-right-color: rgb(184 119 8 / 0.75); +} +.border-r-orange-700\/80{ + border-right-color: rgb(184 119 8 / 0.8); +} +.border-r-orange-700\/90{ + border-right-color: rgb(184 119 8 / 0.9); +} +.border-r-orange-700\/95{ + border-right-color: rgb(184 119 8 / 0.95); +} +.border-r-orange-700\/100{ + border-right-color: rgb(184 119 8 / 1); +} +.border-r-orange-800\/0{ + border-right-color: rgb(147 95 7 / 0); +} +.border-r-orange-800\/5{ + border-right-color: rgb(147 95 7 / 0.05); +} +.border-r-orange-800\/10{ + border-right-color: rgb(147 95 7 / 0.1); +} +.border-r-orange-800\/20{ + border-right-color: rgb(147 95 7 / 0.2); +} +.border-r-orange-800\/25{ + border-right-color: rgb(147 95 7 / 0.25); +} +.border-r-orange-800\/30{ + border-right-color: rgb(147 95 7 / 0.3); +} +.border-r-orange-800\/40{ + border-right-color: rgb(147 95 7 / 0.4); +} +.border-r-orange-800\/50{ + border-right-color: rgb(147 95 7 / 0.5); +} +.border-r-orange-800\/60{ + border-right-color: rgb(147 95 7 / 0.6); +} +.border-r-orange-800\/70{ + border-right-color: rgb(147 95 7 / 0.7); +} +.border-r-orange-800\/75{ + border-right-color: rgb(147 95 7 / 0.75); +} +.border-r-orange-800\/80{ + border-right-color: rgb(147 95 7 / 0.8); +} +.border-r-orange-800\/90{ + border-right-color: rgb(147 95 7 / 0.9); +} +.border-r-orange-800\/95{ + border-right-color: rgb(147 95 7 / 0.95); +} +.border-r-orange-800\/100{ + border-right-color: rgb(147 95 7 / 1); +} +.border-r-orange-900\/0{ + border-right-color: rgb(120 77 5 / 0); +} +.border-r-orange-900\/5{ + border-right-color: rgb(120 77 5 / 0.05); +} +.border-r-orange-900\/10{ + border-right-color: rgb(120 77 5 / 0.1); +} +.border-r-orange-900\/20{ + border-right-color: rgb(120 77 5 / 0.2); +} +.border-r-orange-900\/25{ + border-right-color: rgb(120 77 5 / 0.25); +} +.border-r-orange-900\/30{ + border-right-color: rgb(120 77 5 / 0.3); +} +.border-r-orange-900\/40{ + border-right-color: rgb(120 77 5 / 0.4); +} +.border-r-orange-900\/50{ + border-right-color: rgb(120 77 5 / 0.5); +} +.border-r-orange-900\/60{ + border-right-color: rgb(120 77 5 / 0.6); +} +.border-r-orange-900\/70{ + border-right-color: rgb(120 77 5 / 0.7); +} +.border-r-orange-900\/75{ + border-right-color: rgb(120 77 5 / 0.75); +} +.border-r-orange-900\/80{ + border-right-color: rgb(120 77 5 / 0.8); +} +.border-r-orange-900\/90{ + border-right-color: rgb(120 77 5 / 0.9); +} +.border-r-orange-900\/95{ + border-right-color: rgb(120 77 5 / 0.95); +} +.border-r-orange-900\/100{ + border-right-color: rgb(120 77 5 / 1); +} +.border-r-orange\/0{ + border-right-color: rgb(245 158 11 / 0); +} +.border-r-orange\/5{ + border-right-color: rgb(245 158 11 / 0.05); +} +.border-r-orange\/10{ + border-right-color: rgb(245 158 11 / 0.1); +} +.border-r-orange\/20{ + border-right-color: rgb(245 158 11 / 0.2); +} +.border-r-orange\/25{ + border-right-color: rgb(245 158 11 / 0.25); +} +.border-r-orange\/30{ + border-right-color: rgb(245 158 11 / 0.3); +} +.border-r-orange\/40{ + border-right-color: rgb(245 158 11 / 0.4); +} +.border-r-orange\/50{ + border-right-color: rgb(245 158 11 / 0.5); +} +.border-r-orange\/60{ + border-right-color: rgb(245 158 11 / 0.6); +} +.border-r-orange\/70{ + border-right-color: rgb(245 158 11 / 0.7); +} +.border-r-orange\/75{ + border-right-color: rgb(245 158 11 / 0.75); +} +.border-r-orange\/80{ + border-right-color: rgb(245 158 11 / 0.8); +} +.border-r-orange\/90{ + border-right-color: rgb(245 158 11 / 0.9); +} +.border-r-orange\/95{ + border-right-color: rgb(245 158 11 / 0.95); +} +.border-r-orange\/100{ + border-right-color: rgb(245 158 11 / 1); +} +.border-r-amber-50\/0{ + border-right-color: rgb(255 251 235 / 0); +} +.border-r-amber-50\/5{ + border-right-color: rgb(255 251 235 / 0.05); +} +.border-r-amber-50\/10{ + border-right-color: rgb(255 251 235 / 0.1); +} +.border-r-amber-50\/20{ + border-right-color: rgb(255 251 235 / 0.2); +} +.border-r-amber-50\/25{ + border-right-color: rgb(255 251 235 / 0.25); +} +.border-r-amber-50\/30{ + border-right-color: rgb(255 251 235 / 0.3); +} +.border-r-amber-50\/40{ + border-right-color: rgb(255 251 235 / 0.4); +} +.border-r-amber-50\/50{ + border-right-color: rgb(255 251 235 / 0.5); +} +.border-r-amber-50\/60{ + border-right-color: rgb(255 251 235 / 0.6); +} +.border-r-amber-50\/70{ + border-right-color: rgb(255 251 235 / 0.7); +} +.border-r-amber-50\/75{ + border-right-color: rgb(255 251 235 / 0.75); +} +.border-r-amber-50\/80{ + border-right-color: rgb(255 251 235 / 0.8); +} +.border-r-amber-50\/90{ + border-right-color: rgb(255 251 235 / 0.9); +} +.border-r-amber-50\/95{ + border-right-color: rgb(255 251 235 / 0.95); +} +.border-r-amber-50\/100{ + border-right-color: rgb(255 251 235 / 1); +} +.border-r-amber-100\/0{ + border-right-color: rgb(254 243 199 / 0); +} +.border-r-amber-100\/5{ + border-right-color: rgb(254 243 199 / 0.05); +} +.border-r-amber-100\/10{ + border-right-color: rgb(254 243 199 / 0.1); +} +.border-r-amber-100\/20{ + border-right-color: rgb(254 243 199 / 0.2); +} +.border-r-amber-100\/25{ + border-right-color: rgb(254 243 199 / 0.25); +} +.border-r-amber-100\/30{ + border-right-color: rgb(254 243 199 / 0.3); +} +.border-r-amber-100\/40{ + border-right-color: rgb(254 243 199 / 0.4); +} +.border-r-amber-100\/50{ + border-right-color: rgb(254 243 199 / 0.5); +} +.border-r-amber-100\/60{ + border-right-color: rgb(254 243 199 / 0.6); +} +.border-r-amber-100\/70{ + border-right-color: rgb(254 243 199 / 0.7); +} +.border-r-amber-100\/75{ + border-right-color: rgb(254 243 199 / 0.75); +} +.border-r-amber-100\/80{ + border-right-color: rgb(254 243 199 / 0.8); +} +.border-r-amber-100\/90{ + border-right-color: rgb(254 243 199 / 0.9); +} +.border-r-amber-100\/95{ + border-right-color: rgb(254 243 199 / 0.95); +} +.border-r-amber-100\/100{ + border-right-color: rgb(254 243 199 / 1); +} +.border-r-amber-200\/0{ + border-right-color: rgb(253 230 138 / 0); +} +.border-r-amber-200\/5{ + border-right-color: rgb(253 230 138 / 0.05); +} +.border-r-amber-200\/10{ + border-right-color: rgb(253 230 138 / 0.1); +} +.border-r-amber-200\/20{ + border-right-color: rgb(253 230 138 / 0.2); +} +.border-r-amber-200\/25{ + border-right-color: rgb(253 230 138 / 0.25); +} +.border-r-amber-200\/30{ + border-right-color: rgb(253 230 138 / 0.3); +} +.border-r-amber-200\/40{ + border-right-color: rgb(253 230 138 / 0.4); +} +.border-r-amber-200\/50{ + border-right-color: rgb(253 230 138 / 0.5); +} +.border-r-amber-200\/60{ + border-right-color: rgb(253 230 138 / 0.6); +} +.border-r-amber-200\/70{ + border-right-color: rgb(253 230 138 / 0.7); +} +.border-r-amber-200\/75{ + border-right-color: rgb(253 230 138 / 0.75); +} +.border-r-amber-200\/80{ + border-right-color: rgb(253 230 138 / 0.8); +} +.border-r-amber-200\/90{ + border-right-color: rgb(253 230 138 / 0.9); +} +.border-r-amber-200\/95{ + border-right-color: rgb(253 230 138 / 0.95); +} +.border-r-amber-200\/100{ + border-right-color: rgb(253 230 138 / 1); +} +.border-r-amber-300\/0{ + border-right-color: rgb(252 211 77 / 0); +} +.border-r-amber-300\/5{ + border-right-color: rgb(252 211 77 / 0.05); +} +.border-r-amber-300\/10{ + border-right-color: rgb(252 211 77 / 0.1); +} +.border-r-amber-300\/20{ + border-right-color: rgb(252 211 77 / 0.2); +} +.border-r-amber-300\/25{ + border-right-color: rgb(252 211 77 / 0.25); +} +.border-r-amber-300\/30{ + border-right-color: rgb(252 211 77 / 0.3); +} +.border-r-amber-300\/40{ + border-right-color: rgb(252 211 77 / 0.4); +} +.border-r-amber-300\/50{ + border-right-color: rgb(252 211 77 / 0.5); +} +.border-r-amber-300\/60{ + border-right-color: rgb(252 211 77 / 0.6); +} +.border-r-amber-300\/70{ + border-right-color: rgb(252 211 77 / 0.7); +} +.border-r-amber-300\/75{ + border-right-color: rgb(252 211 77 / 0.75); +} +.border-r-amber-300\/80{ + border-right-color: rgb(252 211 77 / 0.8); +} +.border-r-amber-300\/90{ + border-right-color: rgb(252 211 77 / 0.9); +} +.border-r-amber-300\/95{ + border-right-color: rgb(252 211 77 / 0.95); +} +.border-r-amber-300\/100{ + border-right-color: rgb(252 211 77 / 1); +} +.border-r-amber-400\/0{ + border-right-color: rgb(251 191 36 / 0); +} +.border-r-amber-400\/5{ + border-right-color: rgb(251 191 36 / 0.05); +} +.border-r-amber-400\/10{ + border-right-color: rgb(251 191 36 / 0.1); +} +.border-r-amber-400\/20{ + border-right-color: rgb(251 191 36 / 0.2); +} +.border-r-amber-400\/25{ + border-right-color: rgb(251 191 36 / 0.25); +} +.border-r-amber-400\/30{ + border-right-color: rgb(251 191 36 / 0.3); +} +.border-r-amber-400\/40{ + border-right-color: rgb(251 191 36 / 0.4); +} +.border-r-amber-400\/50{ + border-right-color: rgb(251 191 36 / 0.5); +} +.border-r-amber-400\/60{ + border-right-color: rgb(251 191 36 / 0.6); +} +.border-r-amber-400\/70{ + border-right-color: rgb(251 191 36 / 0.7); +} +.border-r-amber-400\/75{ + border-right-color: rgb(251 191 36 / 0.75); +} +.border-r-amber-400\/80{ + border-right-color: rgb(251 191 36 / 0.8); +} +.border-r-amber-400\/90{ + border-right-color: rgb(251 191 36 / 0.9); +} +.border-r-amber-400\/95{ + border-right-color: rgb(251 191 36 / 0.95); +} +.border-r-amber-400\/100{ + border-right-color: rgb(251 191 36 / 1); +} +.border-r-amber-500\/0{ + border-right-color: rgb(245 158 11 / 0); +} +.border-r-amber-500\/5{ + border-right-color: rgb(245 158 11 / 0.05); +} +.border-r-amber-500\/10{ + border-right-color: rgb(245 158 11 / 0.1); +} +.border-r-amber-500\/20{ + border-right-color: rgb(245 158 11 / 0.2); +} +.border-r-amber-500\/25{ + border-right-color: rgb(245 158 11 / 0.25); +} +.border-r-amber-500\/30{ + border-right-color: rgb(245 158 11 / 0.3); +} +.border-r-amber-500\/40{ + border-right-color: rgb(245 158 11 / 0.4); +} +.border-r-amber-500\/50{ + border-right-color: rgb(245 158 11 / 0.5); +} +.border-r-amber-500\/60{ + border-right-color: rgb(245 158 11 / 0.6); +} +.border-r-amber-500\/70{ + border-right-color: rgb(245 158 11 / 0.7); +} +.border-r-amber-500\/75{ + border-right-color: rgb(245 158 11 / 0.75); +} +.border-r-amber-500\/80{ + border-right-color: rgb(245 158 11 / 0.8); +} +.border-r-amber-500\/90{ + border-right-color: rgb(245 158 11 / 0.9); +} +.border-r-amber-500\/95{ + border-right-color: rgb(245 158 11 / 0.95); +} +.border-r-amber-500\/100{ + border-right-color: rgb(245 158 11 / 1); +} +.border-r-amber-600\/0{ + border-right-color: rgb(217 119 6 / 0); +} +.border-r-amber-600\/5{ + border-right-color: rgb(217 119 6 / 0.05); +} +.border-r-amber-600\/10{ + border-right-color: rgb(217 119 6 / 0.1); +} +.border-r-amber-600\/20{ + border-right-color: rgb(217 119 6 / 0.2); +} +.border-r-amber-600\/25{ + border-right-color: rgb(217 119 6 / 0.25); +} +.border-r-amber-600\/30{ + border-right-color: rgb(217 119 6 / 0.3); +} +.border-r-amber-600\/40{ + border-right-color: rgb(217 119 6 / 0.4); +} +.border-r-amber-600\/50{ + border-right-color: rgb(217 119 6 / 0.5); +} +.border-r-amber-600\/60{ + border-right-color: rgb(217 119 6 / 0.6); +} +.border-r-amber-600\/70{ + border-right-color: rgb(217 119 6 / 0.7); +} +.border-r-amber-600\/75{ + border-right-color: rgb(217 119 6 / 0.75); +} +.border-r-amber-600\/80{ + border-right-color: rgb(217 119 6 / 0.8); +} +.border-r-amber-600\/90{ + border-right-color: rgb(217 119 6 / 0.9); +} +.border-r-amber-600\/95{ + border-right-color: rgb(217 119 6 / 0.95); +} +.border-r-amber-600\/100{ + border-right-color: rgb(217 119 6 / 1); +} +.border-r-amber-700\/0{ + border-right-color: rgb(180 83 9 / 0); +} +.border-r-amber-700\/5{ + border-right-color: rgb(180 83 9 / 0.05); +} +.border-r-amber-700\/10{ + border-right-color: rgb(180 83 9 / 0.1); +} +.border-r-amber-700\/20{ + border-right-color: rgb(180 83 9 / 0.2); +} +.border-r-amber-700\/25{ + border-right-color: rgb(180 83 9 / 0.25); +} +.border-r-amber-700\/30{ + border-right-color: rgb(180 83 9 / 0.3); +} +.border-r-amber-700\/40{ + border-right-color: rgb(180 83 9 / 0.4); +} +.border-r-amber-700\/50{ + border-right-color: rgb(180 83 9 / 0.5); +} +.border-r-amber-700\/60{ + border-right-color: rgb(180 83 9 / 0.6); +} +.border-r-amber-700\/70{ + border-right-color: rgb(180 83 9 / 0.7); +} +.border-r-amber-700\/75{ + border-right-color: rgb(180 83 9 / 0.75); +} +.border-r-amber-700\/80{ + border-right-color: rgb(180 83 9 / 0.8); +} +.border-r-amber-700\/90{ + border-right-color: rgb(180 83 9 / 0.9); +} +.border-r-amber-700\/95{ + border-right-color: rgb(180 83 9 / 0.95); +} +.border-r-amber-700\/100{ + border-right-color: rgb(180 83 9 / 1); +} +.border-r-amber-800\/0{ + border-right-color: rgb(146 64 14 / 0); +} +.border-r-amber-800\/5{ + border-right-color: rgb(146 64 14 / 0.05); +} +.border-r-amber-800\/10{ + border-right-color: rgb(146 64 14 / 0.1); +} +.border-r-amber-800\/20{ + border-right-color: rgb(146 64 14 / 0.2); +} +.border-r-amber-800\/25{ + border-right-color: rgb(146 64 14 / 0.25); +} +.border-r-amber-800\/30{ + border-right-color: rgb(146 64 14 / 0.3); +} +.border-r-amber-800\/40{ + border-right-color: rgb(146 64 14 / 0.4); +} +.border-r-amber-800\/50{ + border-right-color: rgb(146 64 14 / 0.5); +} +.border-r-amber-800\/60{ + border-right-color: rgb(146 64 14 / 0.6); +} +.border-r-amber-800\/70{ + border-right-color: rgb(146 64 14 / 0.7); +} +.border-r-amber-800\/75{ + border-right-color: rgb(146 64 14 / 0.75); +} +.border-r-amber-800\/80{ + border-right-color: rgb(146 64 14 / 0.8); +} +.border-r-amber-800\/90{ + border-right-color: rgb(146 64 14 / 0.9); +} +.border-r-amber-800\/95{ + border-right-color: rgb(146 64 14 / 0.95); +} +.border-r-amber-800\/100{ + border-right-color: rgb(146 64 14 / 1); +} +.border-r-amber-900\/0{ + border-right-color: rgb(120 53 15 / 0); +} +.border-r-amber-900\/5{ + border-right-color: rgb(120 53 15 / 0.05); +} +.border-r-amber-900\/10{ + border-right-color: rgb(120 53 15 / 0.1); +} +.border-r-amber-900\/20{ + border-right-color: rgb(120 53 15 / 0.2); +} +.border-r-amber-900\/25{ + border-right-color: rgb(120 53 15 / 0.25); +} +.border-r-amber-900\/30{ + border-right-color: rgb(120 53 15 / 0.3); +} +.border-r-amber-900\/40{ + border-right-color: rgb(120 53 15 / 0.4); +} +.border-r-amber-900\/50{ + border-right-color: rgb(120 53 15 / 0.5); +} +.border-r-amber-900\/60{ + border-right-color: rgb(120 53 15 / 0.6); +} +.border-r-amber-900\/70{ + border-right-color: rgb(120 53 15 / 0.7); +} +.border-r-amber-900\/75{ + border-right-color: rgb(120 53 15 / 0.75); +} +.border-r-amber-900\/80{ + border-right-color: rgb(120 53 15 / 0.8); +} +.border-r-amber-900\/90{ + border-right-color: rgb(120 53 15 / 0.9); +} +.border-r-amber-900\/95{ + border-right-color: rgb(120 53 15 / 0.95); +} +.border-r-amber-900\/100{ + border-right-color: rgb(120 53 15 / 1); +} +.border-r-yellow-50\/0{ + border-right-color: rgb(253 253 234 / 0); +} +.border-r-yellow-50\/5{ + border-right-color: rgb(253 253 234 / 0.05); +} +.border-r-yellow-50\/10{ + border-right-color: rgb(253 253 234 / 0.1); +} +.border-r-yellow-50\/20{ + border-right-color: rgb(253 253 234 / 0.2); +} +.border-r-yellow-50\/25{ + border-right-color: rgb(253 253 234 / 0.25); +} +.border-r-yellow-50\/30{ + border-right-color: rgb(253 253 234 / 0.3); +} +.border-r-yellow-50\/40{ + border-right-color: rgb(253 253 234 / 0.4); +} +.border-r-yellow-50\/50{ + border-right-color: rgb(253 253 234 / 0.5); +} +.border-r-yellow-50\/60{ + border-right-color: rgb(253 253 234 / 0.6); +} +.border-r-yellow-50\/70{ + border-right-color: rgb(253 253 234 / 0.7); +} +.border-r-yellow-50\/75{ + border-right-color: rgb(253 253 234 / 0.75); +} +.border-r-yellow-50\/80{ + border-right-color: rgb(253 253 234 / 0.8); +} +.border-r-yellow-50\/90{ + border-right-color: rgb(253 253 234 / 0.9); +} +.border-r-yellow-50\/95{ + border-right-color: rgb(253 253 234 / 0.95); +} +.border-r-yellow-50\/100{ + border-right-color: rgb(253 253 234 / 1); +} +.border-r-yellow-100\/0{ + border-right-color: rgb(253 246 178 / 0); +} +.border-r-yellow-100\/5{ + border-right-color: rgb(253 246 178 / 0.05); +} +.border-r-yellow-100\/10{ + border-right-color: rgb(253 246 178 / 0.1); +} +.border-r-yellow-100\/20{ + border-right-color: rgb(253 246 178 / 0.2); +} +.border-r-yellow-100\/25{ + border-right-color: rgb(253 246 178 / 0.25); +} +.border-r-yellow-100\/30{ + border-right-color: rgb(253 246 178 / 0.3); +} +.border-r-yellow-100\/40{ + border-right-color: rgb(253 246 178 / 0.4); +} +.border-r-yellow-100\/50{ + border-right-color: rgb(253 246 178 / 0.5); +} +.border-r-yellow-100\/60{ + border-right-color: rgb(253 246 178 / 0.6); +} +.border-r-yellow-100\/70{ + border-right-color: rgb(253 246 178 / 0.7); +} +.border-r-yellow-100\/75{ + border-right-color: rgb(253 246 178 / 0.75); +} +.border-r-yellow-100\/80{ + border-right-color: rgb(253 246 178 / 0.8); +} +.border-r-yellow-100\/90{ + border-right-color: rgb(253 246 178 / 0.9); +} +.border-r-yellow-100\/95{ + border-right-color: rgb(253 246 178 / 0.95); +} +.border-r-yellow-100\/100{ + border-right-color: rgb(253 246 178 / 1); +} +.border-r-yellow-200\/0{ + border-right-color: rgb(252 233 106 / 0); +} +.border-r-yellow-200\/5{ + border-right-color: rgb(252 233 106 / 0.05); +} +.border-r-yellow-200\/10{ + border-right-color: rgb(252 233 106 / 0.1); +} +.border-r-yellow-200\/20{ + border-right-color: rgb(252 233 106 / 0.2); +} +.border-r-yellow-200\/25{ + border-right-color: rgb(252 233 106 / 0.25); +} +.border-r-yellow-200\/30{ + border-right-color: rgb(252 233 106 / 0.3); +} +.border-r-yellow-200\/40{ + border-right-color: rgb(252 233 106 / 0.4); +} +.border-r-yellow-200\/50{ + border-right-color: rgb(252 233 106 / 0.5); +} +.border-r-yellow-200\/60{ + border-right-color: rgb(252 233 106 / 0.6); +} +.border-r-yellow-200\/70{ + border-right-color: rgb(252 233 106 / 0.7); +} +.border-r-yellow-200\/75{ + border-right-color: rgb(252 233 106 / 0.75); +} +.border-r-yellow-200\/80{ + border-right-color: rgb(252 233 106 / 0.8); +} +.border-r-yellow-200\/90{ + border-right-color: rgb(252 233 106 / 0.9); +} +.border-r-yellow-200\/95{ + border-right-color: rgb(252 233 106 / 0.95); +} +.border-r-yellow-200\/100{ + border-right-color: rgb(252 233 106 / 1); +} +.border-r-yellow-300\/0{ + border-right-color: rgb(250 202 21 / 0); +} +.border-r-yellow-300\/5{ + border-right-color: rgb(250 202 21 / 0.05); +} +.border-r-yellow-300\/10{ + border-right-color: rgb(250 202 21 / 0.1); +} +.border-r-yellow-300\/20{ + border-right-color: rgb(250 202 21 / 0.2); +} +.border-r-yellow-300\/25{ + border-right-color: rgb(250 202 21 / 0.25); +} +.border-r-yellow-300\/30{ + border-right-color: rgb(250 202 21 / 0.3); +} +.border-r-yellow-300\/40{ + border-right-color: rgb(250 202 21 / 0.4); +} +.border-r-yellow-300\/50{ + border-right-color: rgb(250 202 21 / 0.5); +} +.border-r-yellow-300\/60{ + border-right-color: rgb(250 202 21 / 0.6); +} +.border-r-yellow-300\/70{ + border-right-color: rgb(250 202 21 / 0.7); +} +.border-r-yellow-300\/75{ + border-right-color: rgb(250 202 21 / 0.75); +} +.border-r-yellow-300\/80{ + border-right-color: rgb(250 202 21 / 0.8); +} +.border-r-yellow-300\/90{ + border-right-color: rgb(250 202 21 / 0.9); +} +.border-r-yellow-300\/95{ + border-right-color: rgb(250 202 21 / 0.95); +} +.border-r-yellow-300\/100{ + border-right-color: rgb(250 202 21 / 1); +} +.border-r-yellow-400\/0{ + border-right-color: rgb(227 160 8 / 0); +} +.border-r-yellow-400\/5{ + border-right-color: rgb(227 160 8 / 0.05); +} +.border-r-yellow-400\/10{ + border-right-color: rgb(227 160 8 / 0.1); +} +.border-r-yellow-400\/20{ + border-right-color: rgb(227 160 8 / 0.2); +} +.border-r-yellow-400\/25{ + border-right-color: rgb(227 160 8 / 0.25); +} +.border-r-yellow-400\/30{ + border-right-color: rgb(227 160 8 / 0.3); +} +.border-r-yellow-400\/40{ + border-right-color: rgb(227 160 8 / 0.4); +} +.border-r-yellow-400\/50{ + border-right-color: rgb(227 160 8 / 0.5); +} +.border-r-yellow-400\/60{ + border-right-color: rgb(227 160 8 / 0.6); +} +.border-r-yellow-400\/70{ + border-right-color: rgb(227 160 8 / 0.7); +} +.border-r-yellow-400\/75{ + border-right-color: rgb(227 160 8 / 0.75); +} +.border-r-yellow-400\/80{ + border-right-color: rgb(227 160 8 / 0.8); +} +.border-r-yellow-400\/90{ + border-right-color: rgb(227 160 8 / 0.9); +} +.border-r-yellow-400\/95{ + border-right-color: rgb(227 160 8 / 0.95); +} +.border-r-yellow-400\/100{ + border-right-color: rgb(227 160 8 / 1); +} +.border-r-yellow-500\/0{ + border-right-color: rgb(194 120 3 / 0); +} +.border-r-yellow-500\/5{ + border-right-color: rgb(194 120 3 / 0.05); +} +.border-r-yellow-500\/10{ + border-right-color: rgb(194 120 3 / 0.1); +} +.border-r-yellow-500\/20{ + border-right-color: rgb(194 120 3 / 0.2); +} +.border-r-yellow-500\/25{ + border-right-color: rgb(194 120 3 / 0.25); +} +.border-r-yellow-500\/30{ + border-right-color: rgb(194 120 3 / 0.3); +} +.border-r-yellow-500\/40{ + border-right-color: rgb(194 120 3 / 0.4); +} +.border-r-yellow-500\/50{ + border-right-color: rgb(194 120 3 / 0.5); +} +.border-r-yellow-500\/60{ + border-right-color: rgb(194 120 3 / 0.6); +} +.border-r-yellow-500\/70{ + border-right-color: rgb(194 120 3 / 0.7); +} +.border-r-yellow-500\/75{ + border-right-color: rgb(194 120 3 / 0.75); +} +.border-r-yellow-500\/80{ + border-right-color: rgb(194 120 3 / 0.8); +} +.border-r-yellow-500\/90{ + border-right-color: rgb(194 120 3 / 0.9); +} +.border-r-yellow-500\/95{ + border-right-color: rgb(194 120 3 / 0.95); +} +.border-r-yellow-500\/100{ + border-right-color: rgb(194 120 3 / 1); +} +.border-r-yellow-600\/0{ + border-right-color: rgb(159 88 10 / 0); +} +.border-r-yellow-600\/5{ + border-right-color: rgb(159 88 10 / 0.05); +} +.border-r-yellow-600\/10{ + border-right-color: rgb(159 88 10 / 0.1); +} +.border-r-yellow-600\/20{ + border-right-color: rgb(159 88 10 / 0.2); +} +.border-r-yellow-600\/25{ + border-right-color: rgb(159 88 10 / 0.25); +} +.border-r-yellow-600\/30{ + border-right-color: rgb(159 88 10 / 0.3); +} +.border-r-yellow-600\/40{ + border-right-color: rgb(159 88 10 / 0.4); +} +.border-r-yellow-600\/50{ + border-right-color: rgb(159 88 10 / 0.5); +} +.border-r-yellow-600\/60{ + border-right-color: rgb(159 88 10 / 0.6); +} +.border-r-yellow-600\/70{ + border-right-color: rgb(159 88 10 / 0.7); +} +.border-r-yellow-600\/75{ + border-right-color: rgb(159 88 10 / 0.75); +} +.border-r-yellow-600\/80{ + border-right-color: rgb(159 88 10 / 0.8); +} +.border-r-yellow-600\/90{ + border-right-color: rgb(159 88 10 / 0.9); +} +.border-r-yellow-600\/95{ + border-right-color: rgb(159 88 10 / 0.95); +} +.border-r-yellow-600\/100{ + border-right-color: rgb(159 88 10 / 1); +} +.border-r-yellow-700\/0{ + border-right-color: rgb(142 75 16 / 0); +} +.border-r-yellow-700\/5{ + border-right-color: rgb(142 75 16 / 0.05); +} +.border-r-yellow-700\/10{ + border-right-color: rgb(142 75 16 / 0.1); +} +.border-r-yellow-700\/20{ + border-right-color: rgb(142 75 16 / 0.2); +} +.border-r-yellow-700\/25{ + border-right-color: rgb(142 75 16 / 0.25); +} +.border-r-yellow-700\/30{ + border-right-color: rgb(142 75 16 / 0.3); +} +.border-r-yellow-700\/40{ + border-right-color: rgb(142 75 16 / 0.4); +} +.border-r-yellow-700\/50{ + border-right-color: rgb(142 75 16 / 0.5); +} +.border-r-yellow-700\/60{ + border-right-color: rgb(142 75 16 / 0.6); +} +.border-r-yellow-700\/70{ + border-right-color: rgb(142 75 16 / 0.7); +} +.border-r-yellow-700\/75{ + border-right-color: rgb(142 75 16 / 0.75); +} +.border-r-yellow-700\/80{ + border-right-color: rgb(142 75 16 / 0.8); +} +.border-r-yellow-700\/90{ + border-right-color: rgb(142 75 16 / 0.9); +} +.border-r-yellow-700\/95{ + border-right-color: rgb(142 75 16 / 0.95); +} +.border-r-yellow-700\/100{ + border-right-color: rgb(142 75 16 / 1); +} +.border-r-yellow-800\/0{ + border-right-color: rgb(114 59 19 / 0); +} +.border-r-yellow-800\/5{ + border-right-color: rgb(114 59 19 / 0.05); +} +.border-r-yellow-800\/10{ + border-right-color: rgb(114 59 19 / 0.1); +} +.border-r-yellow-800\/20{ + border-right-color: rgb(114 59 19 / 0.2); +} +.border-r-yellow-800\/25{ + border-right-color: rgb(114 59 19 / 0.25); +} +.border-r-yellow-800\/30{ + border-right-color: rgb(114 59 19 / 0.3); +} +.border-r-yellow-800\/40{ + border-right-color: rgb(114 59 19 / 0.4); +} +.border-r-yellow-800\/50{ + border-right-color: rgb(114 59 19 / 0.5); +} +.border-r-yellow-800\/60{ + border-right-color: rgb(114 59 19 / 0.6); +} +.border-r-yellow-800\/70{ + border-right-color: rgb(114 59 19 / 0.7); +} +.border-r-yellow-800\/75{ + border-right-color: rgb(114 59 19 / 0.75); +} +.border-r-yellow-800\/80{ + border-right-color: rgb(114 59 19 / 0.8); +} +.border-r-yellow-800\/90{ + border-right-color: rgb(114 59 19 / 0.9); +} +.border-r-yellow-800\/95{ + border-right-color: rgb(114 59 19 / 0.95); +} +.border-r-yellow-800\/100{ + border-right-color: rgb(114 59 19 / 1); +} +.border-r-yellow-900\/0{ + border-right-color: rgb(99 49 18 / 0); +} +.border-r-yellow-900\/5{ + border-right-color: rgb(99 49 18 / 0.05); +} +.border-r-yellow-900\/10{ + border-right-color: rgb(99 49 18 / 0.1); +} +.border-r-yellow-900\/20{ + border-right-color: rgb(99 49 18 / 0.2); +} +.border-r-yellow-900\/25{ + border-right-color: rgb(99 49 18 / 0.25); +} +.border-r-yellow-900\/30{ + border-right-color: rgb(99 49 18 / 0.3); +} +.border-r-yellow-900\/40{ + border-right-color: rgb(99 49 18 / 0.4); +} +.border-r-yellow-900\/50{ + border-right-color: rgb(99 49 18 / 0.5); +} +.border-r-yellow-900\/60{ + border-right-color: rgb(99 49 18 / 0.6); +} +.border-r-yellow-900\/70{ + border-right-color: rgb(99 49 18 / 0.7); +} +.border-r-yellow-900\/75{ + border-right-color: rgb(99 49 18 / 0.75); +} +.border-r-yellow-900\/80{ + border-right-color: rgb(99 49 18 / 0.8); +} +.border-r-yellow-900\/90{ + border-right-color: rgb(99 49 18 / 0.9); +} +.border-r-yellow-900\/95{ + border-right-color: rgb(99 49 18 / 0.95); +} +.border-r-yellow-900\/100{ + border-right-color: rgb(99 49 18 / 1); +} +.border-r-lime-50\/0{ + border-right-color: rgb(247 254 231 / 0); +} +.border-r-lime-50\/5{ + border-right-color: rgb(247 254 231 / 0.05); +} +.border-r-lime-50\/10{ + border-right-color: rgb(247 254 231 / 0.1); +} +.border-r-lime-50\/20{ + border-right-color: rgb(247 254 231 / 0.2); +} +.border-r-lime-50\/25{ + border-right-color: rgb(247 254 231 / 0.25); +} +.border-r-lime-50\/30{ + border-right-color: rgb(247 254 231 / 0.3); +} +.border-r-lime-50\/40{ + border-right-color: rgb(247 254 231 / 0.4); +} +.border-r-lime-50\/50{ + border-right-color: rgb(247 254 231 / 0.5); +} +.border-r-lime-50\/60{ + border-right-color: rgb(247 254 231 / 0.6); +} +.border-r-lime-50\/70{ + border-right-color: rgb(247 254 231 / 0.7); +} +.border-r-lime-50\/75{ + border-right-color: rgb(247 254 231 / 0.75); +} +.border-r-lime-50\/80{ + border-right-color: rgb(247 254 231 / 0.8); +} +.border-r-lime-50\/90{ + border-right-color: rgb(247 254 231 / 0.9); +} +.border-r-lime-50\/95{ + border-right-color: rgb(247 254 231 / 0.95); +} +.border-r-lime-50\/100{ + border-right-color: rgb(247 254 231 / 1); +} +.border-r-lime-100\/0{ + border-right-color: rgb(236 252 203 / 0); +} +.border-r-lime-100\/5{ + border-right-color: rgb(236 252 203 / 0.05); +} +.border-r-lime-100\/10{ + border-right-color: rgb(236 252 203 / 0.1); +} +.border-r-lime-100\/20{ + border-right-color: rgb(236 252 203 / 0.2); +} +.border-r-lime-100\/25{ + border-right-color: rgb(236 252 203 / 0.25); +} +.border-r-lime-100\/30{ + border-right-color: rgb(236 252 203 / 0.3); +} +.border-r-lime-100\/40{ + border-right-color: rgb(236 252 203 / 0.4); +} +.border-r-lime-100\/50{ + border-right-color: rgb(236 252 203 / 0.5); +} +.border-r-lime-100\/60{ + border-right-color: rgb(236 252 203 / 0.6); +} +.border-r-lime-100\/70{ + border-right-color: rgb(236 252 203 / 0.7); +} +.border-r-lime-100\/75{ + border-right-color: rgb(236 252 203 / 0.75); +} +.border-r-lime-100\/80{ + border-right-color: rgb(236 252 203 / 0.8); +} +.border-r-lime-100\/90{ + border-right-color: rgb(236 252 203 / 0.9); +} +.border-r-lime-100\/95{ + border-right-color: rgb(236 252 203 / 0.95); +} +.border-r-lime-100\/100{ + border-right-color: rgb(236 252 203 / 1); +} +.border-r-lime-200\/0{ + border-right-color: rgb(217 249 157 / 0); +} +.border-r-lime-200\/5{ + border-right-color: rgb(217 249 157 / 0.05); +} +.border-r-lime-200\/10{ + border-right-color: rgb(217 249 157 / 0.1); +} +.border-r-lime-200\/20{ + border-right-color: rgb(217 249 157 / 0.2); +} +.border-r-lime-200\/25{ + border-right-color: rgb(217 249 157 / 0.25); +} +.border-r-lime-200\/30{ + border-right-color: rgb(217 249 157 / 0.3); +} +.border-r-lime-200\/40{ + border-right-color: rgb(217 249 157 / 0.4); +} +.border-r-lime-200\/50{ + border-right-color: rgb(217 249 157 / 0.5); +} +.border-r-lime-200\/60{ + border-right-color: rgb(217 249 157 / 0.6); +} +.border-r-lime-200\/70{ + border-right-color: rgb(217 249 157 / 0.7); +} +.border-r-lime-200\/75{ + border-right-color: rgb(217 249 157 / 0.75); +} +.border-r-lime-200\/80{ + border-right-color: rgb(217 249 157 / 0.8); +} +.border-r-lime-200\/90{ + border-right-color: rgb(217 249 157 / 0.9); +} +.border-r-lime-200\/95{ + border-right-color: rgb(217 249 157 / 0.95); +} +.border-r-lime-200\/100{ + border-right-color: rgb(217 249 157 / 1); +} +.border-r-lime-300\/0{ + border-right-color: rgb(190 242 100 / 0); +} +.border-r-lime-300\/5{ + border-right-color: rgb(190 242 100 / 0.05); +} +.border-r-lime-300\/10{ + border-right-color: rgb(190 242 100 / 0.1); +} +.border-r-lime-300\/20{ + border-right-color: rgb(190 242 100 / 0.2); +} +.border-r-lime-300\/25{ + border-right-color: rgb(190 242 100 / 0.25); +} +.border-r-lime-300\/30{ + border-right-color: rgb(190 242 100 / 0.3); +} +.border-r-lime-300\/40{ + border-right-color: rgb(190 242 100 / 0.4); +} +.border-r-lime-300\/50{ + border-right-color: rgb(190 242 100 / 0.5); +} +.border-r-lime-300\/60{ + border-right-color: rgb(190 242 100 / 0.6); +} +.border-r-lime-300\/70{ + border-right-color: rgb(190 242 100 / 0.7); +} +.border-r-lime-300\/75{ + border-right-color: rgb(190 242 100 / 0.75); +} +.border-r-lime-300\/80{ + border-right-color: rgb(190 242 100 / 0.8); +} +.border-r-lime-300\/90{ + border-right-color: rgb(190 242 100 / 0.9); +} +.border-r-lime-300\/95{ + border-right-color: rgb(190 242 100 / 0.95); +} +.border-r-lime-300\/100{ + border-right-color: rgb(190 242 100 / 1); +} +.border-r-lime-400\/0{ + border-right-color: rgb(163 230 53 / 0); +} +.border-r-lime-400\/5{ + border-right-color: rgb(163 230 53 / 0.05); +} +.border-r-lime-400\/10{ + border-right-color: rgb(163 230 53 / 0.1); +} +.border-r-lime-400\/20{ + border-right-color: rgb(163 230 53 / 0.2); +} +.border-r-lime-400\/25{ + border-right-color: rgb(163 230 53 / 0.25); +} +.border-r-lime-400\/30{ + border-right-color: rgb(163 230 53 / 0.3); +} +.border-r-lime-400\/40{ + border-right-color: rgb(163 230 53 / 0.4); +} +.border-r-lime-400\/50{ + border-right-color: rgb(163 230 53 / 0.5); +} +.border-r-lime-400\/60{ + border-right-color: rgb(163 230 53 / 0.6); +} +.border-r-lime-400\/70{ + border-right-color: rgb(163 230 53 / 0.7); +} +.border-r-lime-400\/75{ + border-right-color: rgb(163 230 53 / 0.75); +} +.border-r-lime-400\/80{ + border-right-color: rgb(163 230 53 / 0.8); +} +.border-r-lime-400\/90{ + border-right-color: rgb(163 230 53 / 0.9); +} +.border-r-lime-400\/95{ + border-right-color: rgb(163 230 53 / 0.95); +} +.border-r-lime-400\/100{ + border-right-color: rgb(163 230 53 / 1); +} +.border-r-lime-500\/0{ + border-right-color: rgb(132 204 22 / 0); +} +.border-r-lime-500\/5{ + border-right-color: rgb(132 204 22 / 0.05); +} +.border-r-lime-500\/10{ + border-right-color: rgb(132 204 22 / 0.1); +} +.border-r-lime-500\/20{ + border-right-color: rgb(132 204 22 / 0.2); +} +.border-r-lime-500\/25{ + border-right-color: rgb(132 204 22 / 0.25); +} +.border-r-lime-500\/30{ + border-right-color: rgb(132 204 22 / 0.3); +} +.border-r-lime-500\/40{ + border-right-color: rgb(132 204 22 / 0.4); +} +.border-r-lime-500\/50{ + border-right-color: rgb(132 204 22 / 0.5); +} +.border-r-lime-500\/60{ + border-right-color: rgb(132 204 22 / 0.6); +} +.border-r-lime-500\/70{ + border-right-color: rgb(132 204 22 / 0.7); +} +.border-r-lime-500\/75{ + border-right-color: rgb(132 204 22 / 0.75); +} +.border-r-lime-500\/80{ + border-right-color: rgb(132 204 22 / 0.8); +} +.border-r-lime-500\/90{ + border-right-color: rgb(132 204 22 / 0.9); +} +.border-r-lime-500\/95{ + border-right-color: rgb(132 204 22 / 0.95); +} +.border-r-lime-500\/100{ + border-right-color: rgb(132 204 22 / 1); +} +.border-r-lime-600\/0{ + border-right-color: rgb(101 163 13 / 0); +} +.border-r-lime-600\/5{ + border-right-color: rgb(101 163 13 / 0.05); +} +.border-r-lime-600\/10{ + border-right-color: rgb(101 163 13 / 0.1); +} +.border-r-lime-600\/20{ + border-right-color: rgb(101 163 13 / 0.2); +} +.border-r-lime-600\/25{ + border-right-color: rgb(101 163 13 / 0.25); +} +.border-r-lime-600\/30{ + border-right-color: rgb(101 163 13 / 0.3); +} +.border-r-lime-600\/40{ + border-right-color: rgb(101 163 13 / 0.4); +} +.border-r-lime-600\/50{ + border-right-color: rgb(101 163 13 / 0.5); +} +.border-r-lime-600\/60{ + border-right-color: rgb(101 163 13 / 0.6); +} +.border-r-lime-600\/70{ + border-right-color: rgb(101 163 13 / 0.7); +} +.border-r-lime-600\/75{ + border-right-color: rgb(101 163 13 / 0.75); +} +.border-r-lime-600\/80{ + border-right-color: rgb(101 163 13 / 0.8); +} +.border-r-lime-600\/90{ + border-right-color: rgb(101 163 13 / 0.9); +} +.border-r-lime-600\/95{ + border-right-color: rgb(101 163 13 / 0.95); +} +.border-r-lime-600\/100{ + border-right-color: rgb(101 163 13 / 1); +} +.border-r-lime-700\/0{ + border-right-color: rgb(77 124 15 / 0); +} +.border-r-lime-700\/5{ + border-right-color: rgb(77 124 15 / 0.05); +} +.border-r-lime-700\/10{ + border-right-color: rgb(77 124 15 / 0.1); +} +.border-r-lime-700\/20{ + border-right-color: rgb(77 124 15 / 0.2); +} +.border-r-lime-700\/25{ + border-right-color: rgb(77 124 15 / 0.25); +} +.border-r-lime-700\/30{ + border-right-color: rgb(77 124 15 / 0.3); +} +.border-r-lime-700\/40{ + border-right-color: rgb(77 124 15 / 0.4); +} +.border-r-lime-700\/50{ + border-right-color: rgb(77 124 15 / 0.5); +} +.border-r-lime-700\/60{ + border-right-color: rgb(77 124 15 / 0.6); +} +.border-r-lime-700\/70{ + border-right-color: rgb(77 124 15 / 0.7); +} +.border-r-lime-700\/75{ + border-right-color: rgb(77 124 15 / 0.75); +} +.border-r-lime-700\/80{ + border-right-color: rgb(77 124 15 / 0.8); +} +.border-r-lime-700\/90{ + border-right-color: rgb(77 124 15 / 0.9); +} +.border-r-lime-700\/95{ + border-right-color: rgb(77 124 15 / 0.95); +} +.border-r-lime-700\/100{ + border-right-color: rgb(77 124 15 / 1); +} +.border-r-lime-800\/0{ + border-right-color: rgb(63 98 18 / 0); +} +.border-r-lime-800\/5{ + border-right-color: rgb(63 98 18 / 0.05); +} +.border-r-lime-800\/10{ + border-right-color: rgb(63 98 18 / 0.1); +} +.border-r-lime-800\/20{ + border-right-color: rgb(63 98 18 / 0.2); +} +.border-r-lime-800\/25{ + border-right-color: rgb(63 98 18 / 0.25); +} +.border-r-lime-800\/30{ + border-right-color: rgb(63 98 18 / 0.3); +} +.border-r-lime-800\/40{ + border-right-color: rgb(63 98 18 / 0.4); +} +.border-r-lime-800\/50{ + border-right-color: rgb(63 98 18 / 0.5); +} +.border-r-lime-800\/60{ + border-right-color: rgb(63 98 18 / 0.6); +} +.border-r-lime-800\/70{ + border-right-color: rgb(63 98 18 / 0.7); +} +.border-r-lime-800\/75{ + border-right-color: rgb(63 98 18 / 0.75); +} +.border-r-lime-800\/80{ + border-right-color: rgb(63 98 18 / 0.8); +} +.border-r-lime-800\/90{ + border-right-color: rgb(63 98 18 / 0.9); +} +.border-r-lime-800\/95{ + border-right-color: rgb(63 98 18 / 0.95); +} +.border-r-lime-800\/100{ + border-right-color: rgb(63 98 18 / 1); +} +.border-r-lime-900\/0{ + border-right-color: rgb(54 83 20 / 0); +} +.border-r-lime-900\/5{ + border-right-color: rgb(54 83 20 / 0.05); +} +.border-r-lime-900\/10{ + border-right-color: rgb(54 83 20 / 0.1); +} +.border-r-lime-900\/20{ + border-right-color: rgb(54 83 20 / 0.2); +} +.border-r-lime-900\/25{ + border-right-color: rgb(54 83 20 / 0.25); +} +.border-r-lime-900\/30{ + border-right-color: rgb(54 83 20 / 0.3); +} +.border-r-lime-900\/40{ + border-right-color: rgb(54 83 20 / 0.4); +} +.border-r-lime-900\/50{ + border-right-color: rgb(54 83 20 / 0.5); +} +.border-r-lime-900\/60{ + border-right-color: rgb(54 83 20 / 0.6); +} +.border-r-lime-900\/70{ + border-right-color: rgb(54 83 20 / 0.7); +} +.border-r-lime-900\/75{ + border-right-color: rgb(54 83 20 / 0.75); +} +.border-r-lime-900\/80{ + border-right-color: rgb(54 83 20 / 0.8); +} +.border-r-lime-900\/90{ + border-right-color: rgb(54 83 20 / 0.9); +} +.border-r-lime-900\/95{ + border-right-color: rgb(54 83 20 / 0.95); +} +.border-r-lime-900\/100{ + border-right-color: rgb(54 83 20 / 1); +} +.border-r-green-50\/0{ + border-right-color: rgb(248 250 246 / 0); +} +.border-r-green-50\/5{ + border-right-color: rgb(248 250 246 / 0.05); +} +.border-r-green-50\/10{ + border-right-color: rgb(248 250 246 / 0.1); +} +.border-r-green-50\/20{ + border-right-color: rgb(248 250 246 / 0.2); +} +.border-r-green-50\/25{ + border-right-color: rgb(248 250 246 / 0.25); +} +.border-r-green-50\/30{ + border-right-color: rgb(248 250 246 / 0.3); +} +.border-r-green-50\/40{ + border-right-color: rgb(248 250 246 / 0.4); +} +.border-r-green-50\/50{ + border-right-color: rgb(248 250 246 / 0.5); +} +.border-r-green-50\/60{ + border-right-color: rgb(248 250 246 / 0.6); +} +.border-r-green-50\/70{ + border-right-color: rgb(248 250 246 / 0.7); +} +.border-r-green-50\/75{ + border-right-color: rgb(248 250 246 / 0.75); +} +.border-r-green-50\/80{ + border-right-color: rgb(248 250 246 / 0.8); +} +.border-r-green-50\/90{ + border-right-color: rgb(248 250 246 / 0.9); +} +.border-r-green-50\/95{ + border-right-color: rgb(248 250 246 / 0.95); +} +.border-r-green-50\/100{ + border-right-color: rgb(248 250 246 / 1); +} +.border-r-green-100\/0{ + border-right-color: rgb(241 246 238 / 0); +} +.border-r-green-100\/5{ + border-right-color: rgb(241 246 238 / 0.05); +} +.border-r-green-100\/10{ + border-right-color: rgb(241 246 238 / 0.1); +} +.border-r-green-100\/20{ + border-right-color: rgb(241 246 238 / 0.2); +} +.border-r-green-100\/25{ + border-right-color: rgb(241 246 238 / 0.25); +} +.border-r-green-100\/30{ + border-right-color: rgb(241 246 238 / 0.3); +} +.border-r-green-100\/40{ + border-right-color: rgb(241 246 238 / 0.4); +} +.border-r-green-100\/50{ + border-right-color: rgb(241 246 238 / 0.5); +} +.border-r-green-100\/60{ + border-right-color: rgb(241 246 238 / 0.6); +} +.border-r-green-100\/70{ + border-right-color: rgb(241 246 238 / 0.7); +} +.border-r-green-100\/75{ + border-right-color: rgb(241 246 238 / 0.75); +} +.border-r-green-100\/80{ + border-right-color: rgb(241 246 238 / 0.8); +} +.border-r-green-100\/90{ + border-right-color: rgb(241 246 238 / 0.9); +} +.border-r-green-100\/95{ + border-right-color: rgb(241 246 238 / 0.95); +} +.border-r-green-100\/100{ + border-right-color: rgb(241 246 238 / 1); +} +.border-r-green-200\/0{ + border-right-color: rgb(219 232 212 / 0); +} +.border-r-green-200\/5{ + border-right-color: rgb(219 232 212 / 0.05); +} +.border-r-green-200\/10{ + border-right-color: rgb(219 232 212 / 0.1); +} +.border-r-green-200\/20{ + border-right-color: rgb(219 232 212 / 0.2); +} +.border-r-green-200\/25{ + border-right-color: rgb(219 232 212 / 0.25); +} +.border-r-green-200\/30{ + border-right-color: rgb(219 232 212 / 0.3); +} +.border-r-green-200\/40{ + border-right-color: rgb(219 232 212 / 0.4); +} +.border-r-green-200\/50{ + border-right-color: rgb(219 232 212 / 0.5); +} +.border-r-green-200\/60{ + border-right-color: rgb(219 232 212 / 0.6); +} +.border-r-green-200\/70{ + border-right-color: rgb(219 232 212 / 0.7); +} +.border-r-green-200\/75{ + border-right-color: rgb(219 232 212 / 0.75); +} +.border-r-green-200\/80{ + border-right-color: rgb(219 232 212 / 0.8); +} +.border-r-green-200\/90{ + border-right-color: rgb(219 232 212 / 0.9); +} +.border-r-green-200\/95{ + border-right-color: rgb(219 232 212 / 0.95); +} +.border-r-green-200\/100{ + border-right-color: rgb(219 232 212 / 1); +} +.border-r-green-300\/0{ + border-right-color: rgb(197 217 186 / 0); +} +.border-r-green-300\/5{ + border-right-color: rgb(197 217 186 / 0.05); +} +.border-r-green-300\/10{ + border-right-color: rgb(197 217 186 / 0.1); +} +.border-r-green-300\/20{ + border-right-color: rgb(197 217 186 / 0.2); +} +.border-r-green-300\/25{ + border-right-color: rgb(197 217 186 / 0.25); +} +.border-r-green-300\/30{ + border-right-color: rgb(197 217 186 / 0.3); +} +.border-r-green-300\/40{ + border-right-color: rgb(197 217 186 / 0.4); +} +.border-r-green-300\/50{ + border-right-color: rgb(197 217 186 / 0.5); +} +.border-r-green-300\/60{ + border-right-color: rgb(197 217 186 / 0.6); +} +.border-r-green-300\/70{ + border-right-color: rgb(197 217 186 / 0.7); +} +.border-r-green-300\/75{ + border-right-color: rgb(197 217 186 / 0.75); +} +.border-r-green-300\/80{ + border-right-color: rgb(197 217 186 / 0.8); +} +.border-r-green-300\/90{ + border-right-color: rgb(197 217 186 / 0.9); +} +.border-r-green-300\/95{ + border-right-color: rgb(197 217 186 / 0.95); +} +.border-r-green-300\/100{ + border-right-color: rgb(197 217 186 / 1); +} +.border-r-green-400\/0{ + border-right-color: rgb(154 189 134 / 0); +} +.border-r-green-400\/5{ + border-right-color: rgb(154 189 134 / 0.05); +} +.border-r-green-400\/10{ + border-right-color: rgb(154 189 134 / 0.1); +} +.border-r-green-400\/20{ + border-right-color: rgb(154 189 134 / 0.2); +} +.border-r-green-400\/25{ + border-right-color: rgb(154 189 134 / 0.25); +} +.border-r-green-400\/30{ + border-right-color: rgb(154 189 134 / 0.3); +} +.border-r-green-400\/40{ + border-right-color: rgb(154 189 134 / 0.4); +} +.border-r-green-400\/50{ + border-right-color: rgb(154 189 134 / 0.5); +} +.border-r-green-400\/60{ + border-right-color: rgb(154 189 134 / 0.6); +} +.border-r-green-400\/70{ + border-right-color: rgb(154 189 134 / 0.7); +} +.border-r-green-400\/75{ + border-right-color: rgb(154 189 134 / 0.75); +} +.border-r-green-400\/80{ + border-right-color: rgb(154 189 134 / 0.8); +} +.border-r-green-400\/90{ + border-right-color: rgb(154 189 134 / 0.9); +} +.border-r-green-400\/95{ + border-right-color: rgb(154 189 134 / 0.95); +} +.border-r-green-400\/100{ + border-right-color: rgb(154 189 134 / 1); +} +.border-r-green-500\/0{ + border-right-color: rgb(110 161 82 / 0); +} +.border-r-green-500\/5{ + border-right-color: rgb(110 161 82 / 0.05); +} +.border-r-green-500\/10{ + border-right-color: rgb(110 161 82 / 0.1); +} +.border-r-green-500\/20{ + border-right-color: rgb(110 161 82 / 0.2); +} +.border-r-green-500\/25{ + border-right-color: rgb(110 161 82 / 0.25); +} +.border-r-green-500\/30{ + border-right-color: rgb(110 161 82 / 0.3); +} +.border-r-green-500\/40{ + border-right-color: rgb(110 161 82 / 0.4); +} +.border-r-green-500\/50{ + border-right-color: rgb(110 161 82 / 0.5); +} +.border-r-green-500\/60{ + border-right-color: rgb(110 161 82 / 0.6); +} +.border-r-green-500\/70{ + border-right-color: rgb(110 161 82 / 0.7); +} +.border-r-green-500\/75{ + border-right-color: rgb(110 161 82 / 0.75); +} +.border-r-green-500\/80{ + border-right-color: rgb(110 161 82 / 0.8); +} +.border-r-green-500\/90{ + border-right-color: rgb(110 161 82 / 0.9); +} +.border-r-green-500\/95{ + border-right-color: rgb(110 161 82 / 0.95); +} +.border-r-green-500\/100{ + border-right-color: rgb(110 161 82 / 1); +} +.border-r-green-600\/0{ + border-right-color: rgb(99 145 74 / 0); +} +.border-r-green-600\/5{ + border-right-color: rgb(99 145 74 / 0.05); +} +.border-r-green-600\/10{ + border-right-color: rgb(99 145 74 / 0.1); +} +.border-r-green-600\/20{ + border-right-color: rgb(99 145 74 / 0.2); +} +.border-r-green-600\/25{ + border-right-color: rgb(99 145 74 / 0.25); +} +.border-r-green-600\/30{ + border-right-color: rgb(99 145 74 / 0.3); +} +.border-r-green-600\/40{ + border-right-color: rgb(99 145 74 / 0.4); +} +.border-r-green-600\/50{ + border-right-color: rgb(99 145 74 / 0.5); +} +.border-r-green-600\/60{ + border-right-color: rgb(99 145 74 / 0.6); +} +.border-r-green-600\/70{ + border-right-color: rgb(99 145 74 / 0.7); +} +.border-r-green-600\/75{ + border-right-color: rgb(99 145 74 / 0.75); +} +.border-r-green-600\/80{ + border-right-color: rgb(99 145 74 / 0.8); +} +.border-r-green-600\/90{ + border-right-color: rgb(99 145 74 / 0.9); +} +.border-r-green-600\/95{ + border-right-color: rgb(99 145 74 / 0.95); +} +.border-r-green-600\/100{ + border-right-color: rgb(99 145 74 / 1); +} +.border-r-green-700\/0{ + border-right-color: rgb(83 121 62 / 0); +} +.border-r-green-700\/5{ + border-right-color: rgb(83 121 62 / 0.05); +} +.border-r-green-700\/10{ + border-right-color: rgb(83 121 62 / 0.1); +} +.border-r-green-700\/20{ + border-right-color: rgb(83 121 62 / 0.2); +} +.border-r-green-700\/25{ + border-right-color: rgb(83 121 62 / 0.25); +} +.border-r-green-700\/30{ + border-right-color: rgb(83 121 62 / 0.3); +} +.border-r-green-700\/40{ + border-right-color: rgb(83 121 62 / 0.4); +} +.border-r-green-700\/50{ + border-right-color: rgb(83 121 62 / 0.5); +} +.border-r-green-700\/60{ + border-right-color: rgb(83 121 62 / 0.6); +} +.border-r-green-700\/70{ + border-right-color: rgb(83 121 62 / 0.7); +} +.border-r-green-700\/75{ + border-right-color: rgb(83 121 62 / 0.75); +} +.border-r-green-700\/80{ + border-right-color: rgb(83 121 62 / 0.8); +} +.border-r-green-700\/90{ + border-right-color: rgb(83 121 62 / 0.9); +} +.border-r-green-700\/95{ + border-right-color: rgb(83 121 62 / 0.95); +} +.border-r-green-700\/100{ + border-right-color: rgb(83 121 62 / 1); +} +.border-r-green-800\/0{ + border-right-color: rgb(66 97 49 / 0); +} +.border-r-green-800\/5{ + border-right-color: rgb(66 97 49 / 0.05); +} +.border-r-green-800\/10{ + border-right-color: rgb(66 97 49 / 0.1); +} +.border-r-green-800\/20{ + border-right-color: rgb(66 97 49 / 0.2); +} +.border-r-green-800\/25{ + border-right-color: rgb(66 97 49 / 0.25); +} +.border-r-green-800\/30{ + border-right-color: rgb(66 97 49 / 0.3); +} +.border-r-green-800\/40{ + border-right-color: rgb(66 97 49 / 0.4); +} +.border-r-green-800\/50{ + border-right-color: rgb(66 97 49 / 0.5); +} +.border-r-green-800\/60{ + border-right-color: rgb(66 97 49 / 0.6); +} +.border-r-green-800\/70{ + border-right-color: rgb(66 97 49 / 0.7); +} +.border-r-green-800\/75{ + border-right-color: rgb(66 97 49 / 0.75); +} +.border-r-green-800\/80{ + border-right-color: rgb(66 97 49 / 0.8); +} +.border-r-green-800\/90{ + border-right-color: rgb(66 97 49 / 0.9); +} +.border-r-green-800\/95{ + border-right-color: rgb(66 97 49 / 0.95); +} +.border-r-green-800\/100{ + border-right-color: rgb(66 97 49 / 1); +} +.border-r-green-900\/0{ + border-right-color: rgb(54 79 40 / 0); +} +.border-r-green-900\/5{ + border-right-color: rgb(54 79 40 / 0.05); +} +.border-r-green-900\/10{ + border-right-color: rgb(54 79 40 / 0.1); +} +.border-r-green-900\/20{ + border-right-color: rgb(54 79 40 / 0.2); +} +.border-r-green-900\/25{ + border-right-color: rgb(54 79 40 / 0.25); +} +.border-r-green-900\/30{ + border-right-color: rgb(54 79 40 / 0.3); +} +.border-r-green-900\/40{ + border-right-color: rgb(54 79 40 / 0.4); +} +.border-r-green-900\/50{ + border-right-color: rgb(54 79 40 / 0.5); +} +.border-r-green-900\/60{ + border-right-color: rgb(54 79 40 / 0.6); +} +.border-r-green-900\/70{ + border-right-color: rgb(54 79 40 / 0.7); +} +.border-r-green-900\/75{ + border-right-color: rgb(54 79 40 / 0.75); +} +.border-r-green-900\/80{ + border-right-color: rgb(54 79 40 / 0.8); +} +.border-r-green-900\/90{ + border-right-color: rgb(54 79 40 / 0.9); +} +.border-r-green-900\/95{ + border-right-color: rgb(54 79 40 / 0.95); +} +.border-r-green-900\/100{ + border-right-color: rgb(54 79 40 / 1); +} +.border-r-green\/0{ + border-right-color: rgb(110 161 82 / 0); +} +.border-r-green\/5{ + border-right-color: rgb(110 161 82 / 0.05); +} +.border-r-green\/10{ + border-right-color: rgb(110 161 82 / 0.1); +} +.border-r-green\/20{ + border-right-color: rgb(110 161 82 / 0.2); +} +.border-r-green\/25{ + border-right-color: rgb(110 161 82 / 0.25); +} +.border-r-green\/30{ + border-right-color: rgb(110 161 82 / 0.3); +} +.border-r-green\/40{ + border-right-color: rgb(110 161 82 / 0.4); +} +.border-r-green\/50{ + border-right-color: rgb(110 161 82 / 0.5); +} +.border-r-green\/60{ + border-right-color: rgb(110 161 82 / 0.6); +} +.border-r-green\/70{ + border-right-color: rgb(110 161 82 / 0.7); +} +.border-r-green\/75{ + border-right-color: rgb(110 161 82 / 0.75); +} +.border-r-green\/80{ + border-right-color: rgb(110 161 82 / 0.8); +} +.border-r-green\/90{ + border-right-color: rgb(110 161 82 / 0.9); +} +.border-r-green\/95{ + border-right-color: rgb(110 161 82 / 0.95); +} +.border-r-green\/100{ + border-right-color: rgb(110 161 82 / 1); +} +.border-r-emerald-50\/0{ + border-right-color: rgb(236 253 245 / 0); +} +.border-r-emerald-50\/5{ + border-right-color: rgb(236 253 245 / 0.05); +} +.border-r-emerald-50\/10{ + border-right-color: rgb(236 253 245 / 0.1); +} +.border-r-emerald-50\/20{ + border-right-color: rgb(236 253 245 / 0.2); +} +.border-r-emerald-50\/25{ + border-right-color: rgb(236 253 245 / 0.25); +} +.border-r-emerald-50\/30{ + border-right-color: rgb(236 253 245 / 0.3); +} +.border-r-emerald-50\/40{ + border-right-color: rgb(236 253 245 / 0.4); +} +.border-r-emerald-50\/50{ + border-right-color: rgb(236 253 245 / 0.5); +} +.border-r-emerald-50\/60{ + border-right-color: rgb(236 253 245 / 0.6); +} +.border-r-emerald-50\/70{ + border-right-color: rgb(236 253 245 / 0.7); +} +.border-r-emerald-50\/75{ + border-right-color: rgb(236 253 245 / 0.75); +} +.border-r-emerald-50\/80{ + border-right-color: rgb(236 253 245 / 0.8); +} +.border-r-emerald-50\/90{ + border-right-color: rgb(236 253 245 / 0.9); +} +.border-r-emerald-50\/95{ + border-right-color: rgb(236 253 245 / 0.95); +} +.border-r-emerald-50\/100{ + border-right-color: rgb(236 253 245 / 1); +} +.border-r-emerald-100\/0{ + border-right-color: rgb(209 250 229 / 0); +} +.border-r-emerald-100\/5{ + border-right-color: rgb(209 250 229 / 0.05); +} +.border-r-emerald-100\/10{ + border-right-color: rgb(209 250 229 / 0.1); +} +.border-r-emerald-100\/20{ + border-right-color: rgb(209 250 229 / 0.2); +} +.border-r-emerald-100\/25{ + border-right-color: rgb(209 250 229 / 0.25); +} +.border-r-emerald-100\/30{ + border-right-color: rgb(209 250 229 / 0.3); +} +.border-r-emerald-100\/40{ + border-right-color: rgb(209 250 229 / 0.4); +} +.border-r-emerald-100\/50{ + border-right-color: rgb(209 250 229 / 0.5); +} +.border-r-emerald-100\/60{ + border-right-color: rgb(209 250 229 / 0.6); +} +.border-r-emerald-100\/70{ + border-right-color: rgb(209 250 229 / 0.7); +} +.border-r-emerald-100\/75{ + border-right-color: rgb(209 250 229 / 0.75); +} +.border-r-emerald-100\/80{ + border-right-color: rgb(209 250 229 / 0.8); +} +.border-r-emerald-100\/90{ + border-right-color: rgb(209 250 229 / 0.9); +} +.border-r-emerald-100\/95{ + border-right-color: rgb(209 250 229 / 0.95); +} +.border-r-emerald-100\/100{ + border-right-color: rgb(209 250 229 / 1); +} +.border-r-emerald-200\/0{ + border-right-color: rgb(167 243 208 / 0); +} +.border-r-emerald-200\/5{ + border-right-color: rgb(167 243 208 / 0.05); +} +.border-r-emerald-200\/10{ + border-right-color: rgb(167 243 208 / 0.1); +} +.border-r-emerald-200\/20{ + border-right-color: rgb(167 243 208 / 0.2); +} +.border-r-emerald-200\/25{ + border-right-color: rgb(167 243 208 / 0.25); +} +.border-r-emerald-200\/30{ + border-right-color: rgb(167 243 208 / 0.3); +} +.border-r-emerald-200\/40{ + border-right-color: rgb(167 243 208 / 0.4); +} +.border-r-emerald-200\/50{ + border-right-color: rgb(167 243 208 / 0.5); +} +.border-r-emerald-200\/60{ + border-right-color: rgb(167 243 208 / 0.6); +} +.border-r-emerald-200\/70{ + border-right-color: rgb(167 243 208 / 0.7); +} +.border-r-emerald-200\/75{ + border-right-color: rgb(167 243 208 / 0.75); +} +.border-r-emerald-200\/80{ + border-right-color: rgb(167 243 208 / 0.8); +} +.border-r-emerald-200\/90{ + border-right-color: rgb(167 243 208 / 0.9); +} +.border-r-emerald-200\/95{ + border-right-color: rgb(167 243 208 / 0.95); +} +.border-r-emerald-200\/100{ + border-right-color: rgb(167 243 208 / 1); +} +.border-r-emerald-300\/0{ + border-right-color: rgb(110 231 183 / 0); +} +.border-r-emerald-300\/5{ + border-right-color: rgb(110 231 183 / 0.05); +} +.border-r-emerald-300\/10{ + border-right-color: rgb(110 231 183 / 0.1); +} +.border-r-emerald-300\/20{ + border-right-color: rgb(110 231 183 / 0.2); +} +.border-r-emerald-300\/25{ + border-right-color: rgb(110 231 183 / 0.25); +} +.border-r-emerald-300\/30{ + border-right-color: rgb(110 231 183 / 0.3); +} +.border-r-emerald-300\/40{ + border-right-color: rgb(110 231 183 / 0.4); +} +.border-r-emerald-300\/50{ + border-right-color: rgb(110 231 183 / 0.5); +} +.border-r-emerald-300\/60{ + border-right-color: rgb(110 231 183 / 0.6); +} +.border-r-emerald-300\/70{ + border-right-color: rgb(110 231 183 / 0.7); +} +.border-r-emerald-300\/75{ + border-right-color: rgb(110 231 183 / 0.75); +} +.border-r-emerald-300\/80{ + border-right-color: rgb(110 231 183 / 0.8); +} +.border-r-emerald-300\/90{ + border-right-color: rgb(110 231 183 / 0.9); +} +.border-r-emerald-300\/95{ + border-right-color: rgb(110 231 183 / 0.95); +} +.border-r-emerald-300\/100{ + border-right-color: rgb(110 231 183 / 1); +} +.border-r-emerald-400\/0{ + border-right-color: rgb(52 211 153 / 0); +} +.border-r-emerald-400\/5{ + border-right-color: rgb(52 211 153 / 0.05); +} +.border-r-emerald-400\/10{ + border-right-color: rgb(52 211 153 / 0.1); +} +.border-r-emerald-400\/20{ + border-right-color: rgb(52 211 153 / 0.2); +} +.border-r-emerald-400\/25{ + border-right-color: rgb(52 211 153 / 0.25); +} +.border-r-emerald-400\/30{ + border-right-color: rgb(52 211 153 / 0.3); +} +.border-r-emerald-400\/40{ + border-right-color: rgb(52 211 153 / 0.4); +} +.border-r-emerald-400\/50{ + border-right-color: rgb(52 211 153 / 0.5); +} +.border-r-emerald-400\/60{ + border-right-color: rgb(52 211 153 / 0.6); +} +.border-r-emerald-400\/70{ + border-right-color: rgb(52 211 153 / 0.7); +} +.border-r-emerald-400\/75{ + border-right-color: rgb(52 211 153 / 0.75); +} +.border-r-emerald-400\/80{ + border-right-color: rgb(52 211 153 / 0.8); +} +.border-r-emerald-400\/90{ + border-right-color: rgb(52 211 153 / 0.9); +} +.border-r-emerald-400\/95{ + border-right-color: rgb(52 211 153 / 0.95); +} +.border-r-emerald-400\/100{ + border-right-color: rgb(52 211 153 / 1); +} +.border-r-emerald-500\/0{ + border-right-color: rgb(16 185 129 / 0); +} +.border-r-emerald-500\/5{ + border-right-color: rgb(16 185 129 / 0.05); +} +.border-r-emerald-500\/10{ + border-right-color: rgb(16 185 129 / 0.1); +} +.border-r-emerald-500\/20{ + border-right-color: rgb(16 185 129 / 0.2); +} +.border-r-emerald-500\/25{ + border-right-color: rgb(16 185 129 / 0.25); +} +.border-r-emerald-500\/30{ + border-right-color: rgb(16 185 129 / 0.3); +} +.border-r-emerald-500\/40{ + border-right-color: rgb(16 185 129 / 0.4); +} +.border-r-emerald-500\/50{ + border-right-color: rgb(16 185 129 / 0.5); +} +.border-r-emerald-500\/60{ + border-right-color: rgb(16 185 129 / 0.6); +} +.border-r-emerald-500\/70{ + border-right-color: rgb(16 185 129 / 0.7); +} +.border-r-emerald-500\/75{ + border-right-color: rgb(16 185 129 / 0.75); +} +.border-r-emerald-500\/80{ + border-right-color: rgb(16 185 129 / 0.8); +} +.border-r-emerald-500\/90{ + border-right-color: rgb(16 185 129 / 0.9); +} +.border-r-emerald-500\/95{ + border-right-color: rgb(16 185 129 / 0.95); +} +.border-r-emerald-500\/100{ + border-right-color: rgb(16 185 129 / 1); +} +.border-r-emerald-600\/0{ + border-right-color: rgb(5 150 105 / 0); +} +.border-r-emerald-600\/5{ + border-right-color: rgb(5 150 105 / 0.05); +} +.border-r-emerald-600\/10{ + border-right-color: rgb(5 150 105 / 0.1); +} +.border-r-emerald-600\/20{ + border-right-color: rgb(5 150 105 / 0.2); +} +.border-r-emerald-600\/25{ + border-right-color: rgb(5 150 105 / 0.25); +} +.border-r-emerald-600\/30{ + border-right-color: rgb(5 150 105 / 0.3); +} +.border-r-emerald-600\/40{ + border-right-color: rgb(5 150 105 / 0.4); +} +.border-r-emerald-600\/50{ + border-right-color: rgb(5 150 105 / 0.5); +} +.border-r-emerald-600\/60{ + border-right-color: rgb(5 150 105 / 0.6); +} +.border-r-emerald-600\/70{ + border-right-color: rgb(5 150 105 / 0.7); +} +.border-r-emerald-600\/75{ + border-right-color: rgb(5 150 105 / 0.75); +} +.border-r-emerald-600\/80{ + border-right-color: rgb(5 150 105 / 0.8); +} +.border-r-emerald-600\/90{ + border-right-color: rgb(5 150 105 / 0.9); +} +.border-r-emerald-600\/95{ + border-right-color: rgb(5 150 105 / 0.95); +} +.border-r-emerald-600\/100{ + border-right-color: rgb(5 150 105 / 1); +} +.border-r-emerald-700\/0{ + border-right-color: rgb(4 120 87 / 0); +} +.border-r-emerald-700\/5{ + border-right-color: rgb(4 120 87 / 0.05); +} +.border-r-emerald-700\/10{ + border-right-color: rgb(4 120 87 / 0.1); +} +.border-r-emerald-700\/20{ + border-right-color: rgb(4 120 87 / 0.2); +} +.border-r-emerald-700\/25{ + border-right-color: rgb(4 120 87 / 0.25); +} +.border-r-emerald-700\/30{ + border-right-color: rgb(4 120 87 / 0.3); +} +.border-r-emerald-700\/40{ + border-right-color: rgb(4 120 87 / 0.4); +} +.border-r-emerald-700\/50{ + border-right-color: rgb(4 120 87 / 0.5); +} +.border-r-emerald-700\/60{ + border-right-color: rgb(4 120 87 / 0.6); +} +.border-r-emerald-700\/70{ + border-right-color: rgb(4 120 87 / 0.7); +} +.border-r-emerald-700\/75{ + border-right-color: rgb(4 120 87 / 0.75); +} +.border-r-emerald-700\/80{ + border-right-color: rgb(4 120 87 / 0.8); +} +.border-r-emerald-700\/90{ + border-right-color: rgb(4 120 87 / 0.9); +} +.border-r-emerald-700\/95{ + border-right-color: rgb(4 120 87 / 0.95); +} +.border-r-emerald-700\/100{ + border-right-color: rgb(4 120 87 / 1); +} +.border-r-emerald-800\/0{ + border-right-color: rgb(6 95 70 / 0); +} +.border-r-emerald-800\/5{ + border-right-color: rgb(6 95 70 / 0.05); +} +.border-r-emerald-800\/10{ + border-right-color: rgb(6 95 70 / 0.1); +} +.border-r-emerald-800\/20{ + border-right-color: rgb(6 95 70 / 0.2); +} +.border-r-emerald-800\/25{ + border-right-color: rgb(6 95 70 / 0.25); +} +.border-r-emerald-800\/30{ + border-right-color: rgb(6 95 70 / 0.3); +} +.border-r-emerald-800\/40{ + border-right-color: rgb(6 95 70 / 0.4); +} +.border-r-emerald-800\/50{ + border-right-color: rgb(6 95 70 / 0.5); +} +.border-r-emerald-800\/60{ + border-right-color: rgb(6 95 70 / 0.6); +} +.border-r-emerald-800\/70{ + border-right-color: rgb(6 95 70 / 0.7); +} +.border-r-emerald-800\/75{ + border-right-color: rgb(6 95 70 / 0.75); +} +.border-r-emerald-800\/80{ + border-right-color: rgb(6 95 70 / 0.8); +} +.border-r-emerald-800\/90{ + border-right-color: rgb(6 95 70 / 0.9); +} +.border-r-emerald-800\/95{ + border-right-color: rgb(6 95 70 / 0.95); +} +.border-r-emerald-800\/100{ + border-right-color: rgb(6 95 70 / 1); +} +.border-r-emerald-900\/0{ + border-right-color: rgb(6 78 59 / 0); +} +.border-r-emerald-900\/5{ + border-right-color: rgb(6 78 59 / 0.05); +} +.border-r-emerald-900\/10{ + border-right-color: rgb(6 78 59 / 0.1); +} +.border-r-emerald-900\/20{ + border-right-color: rgb(6 78 59 / 0.2); +} +.border-r-emerald-900\/25{ + border-right-color: rgb(6 78 59 / 0.25); +} +.border-r-emerald-900\/30{ + border-right-color: rgb(6 78 59 / 0.3); +} +.border-r-emerald-900\/40{ + border-right-color: rgb(6 78 59 / 0.4); +} +.border-r-emerald-900\/50{ + border-right-color: rgb(6 78 59 / 0.5); +} +.border-r-emerald-900\/60{ + border-right-color: rgb(6 78 59 / 0.6); +} +.border-r-emerald-900\/70{ + border-right-color: rgb(6 78 59 / 0.7); +} +.border-r-emerald-900\/75{ + border-right-color: rgb(6 78 59 / 0.75); +} +.border-r-emerald-900\/80{ + border-right-color: rgb(6 78 59 / 0.8); +} +.border-r-emerald-900\/90{ + border-right-color: rgb(6 78 59 / 0.9); +} +.border-r-emerald-900\/95{ + border-right-color: rgb(6 78 59 / 0.95); +} +.border-r-emerald-900\/100{ + border-right-color: rgb(6 78 59 / 1); +} +.border-r-teal-50\/0{ + border-right-color: rgb(237 250 250 / 0); +} +.border-r-teal-50\/5{ + border-right-color: rgb(237 250 250 / 0.05); +} +.border-r-teal-50\/10{ + border-right-color: rgb(237 250 250 / 0.1); +} +.border-r-teal-50\/20{ + border-right-color: rgb(237 250 250 / 0.2); +} +.border-r-teal-50\/25{ + border-right-color: rgb(237 250 250 / 0.25); +} +.border-r-teal-50\/30{ + border-right-color: rgb(237 250 250 / 0.3); +} +.border-r-teal-50\/40{ + border-right-color: rgb(237 250 250 / 0.4); +} +.border-r-teal-50\/50{ + border-right-color: rgb(237 250 250 / 0.5); +} +.border-r-teal-50\/60{ + border-right-color: rgb(237 250 250 / 0.6); +} +.border-r-teal-50\/70{ + border-right-color: rgb(237 250 250 / 0.7); +} +.border-r-teal-50\/75{ + border-right-color: rgb(237 250 250 / 0.75); +} +.border-r-teal-50\/80{ + border-right-color: rgb(237 250 250 / 0.8); +} +.border-r-teal-50\/90{ + border-right-color: rgb(237 250 250 / 0.9); +} +.border-r-teal-50\/95{ + border-right-color: rgb(237 250 250 / 0.95); +} +.border-r-teal-50\/100{ + border-right-color: rgb(237 250 250 / 1); +} +.border-r-teal-100\/0{ + border-right-color: rgb(213 245 246 / 0); +} +.border-r-teal-100\/5{ + border-right-color: rgb(213 245 246 / 0.05); +} +.border-r-teal-100\/10{ + border-right-color: rgb(213 245 246 / 0.1); +} +.border-r-teal-100\/20{ + border-right-color: rgb(213 245 246 / 0.2); +} +.border-r-teal-100\/25{ + border-right-color: rgb(213 245 246 / 0.25); +} +.border-r-teal-100\/30{ + border-right-color: rgb(213 245 246 / 0.3); +} +.border-r-teal-100\/40{ + border-right-color: rgb(213 245 246 / 0.4); +} +.border-r-teal-100\/50{ + border-right-color: rgb(213 245 246 / 0.5); +} +.border-r-teal-100\/60{ + border-right-color: rgb(213 245 246 / 0.6); +} +.border-r-teal-100\/70{ + border-right-color: rgb(213 245 246 / 0.7); +} +.border-r-teal-100\/75{ + border-right-color: rgb(213 245 246 / 0.75); +} +.border-r-teal-100\/80{ + border-right-color: rgb(213 245 246 / 0.8); +} +.border-r-teal-100\/90{ + border-right-color: rgb(213 245 246 / 0.9); +} +.border-r-teal-100\/95{ + border-right-color: rgb(213 245 246 / 0.95); +} +.border-r-teal-100\/100{ + border-right-color: rgb(213 245 246 / 1); +} +.border-r-teal-200\/0{ + border-right-color: rgb(175 236 239 / 0); +} +.border-r-teal-200\/5{ + border-right-color: rgb(175 236 239 / 0.05); +} +.border-r-teal-200\/10{ + border-right-color: rgb(175 236 239 / 0.1); +} +.border-r-teal-200\/20{ + border-right-color: rgb(175 236 239 / 0.2); +} +.border-r-teal-200\/25{ + border-right-color: rgb(175 236 239 / 0.25); +} +.border-r-teal-200\/30{ + border-right-color: rgb(175 236 239 / 0.3); +} +.border-r-teal-200\/40{ + border-right-color: rgb(175 236 239 / 0.4); +} +.border-r-teal-200\/50{ + border-right-color: rgb(175 236 239 / 0.5); +} +.border-r-teal-200\/60{ + border-right-color: rgb(175 236 239 / 0.6); +} +.border-r-teal-200\/70{ + border-right-color: rgb(175 236 239 / 0.7); +} +.border-r-teal-200\/75{ + border-right-color: rgb(175 236 239 / 0.75); +} +.border-r-teal-200\/80{ + border-right-color: rgb(175 236 239 / 0.8); +} +.border-r-teal-200\/90{ + border-right-color: rgb(175 236 239 / 0.9); +} +.border-r-teal-200\/95{ + border-right-color: rgb(175 236 239 / 0.95); +} +.border-r-teal-200\/100{ + border-right-color: rgb(175 236 239 / 1); +} +.border-r-teal-300\/0{ + border-right-color: rgb(126 220 226 / 0); +} +.border-r-teal-300\/5{ + border-right-color: rgb(126 220 226 / 0.05); +} +.border-r-teal-300\/10{ + border-right-color: rgb(126 220 226 / 0.1); +} +.border-r-teal-300\/20{ + border-right-color: rgb(126 220 226 / 0.2); +} +.border-r-teal-300\/25{ + border-right-color: rgb(126 220 226 / 0.25); +} +.border-r-teal-300\/30{ + border-right-color: rgb(126 220 226 / 0.3); +} +.border-r-teal-300\/40{ + border-right-color: rgb(126 220 226 / 0.4); +} +.border-r-teal-300\/50{ + border-right-color: rgb(126 220 226 / 0.5); +} +.border-r-teal-300\/60{ + border-right-color: rgb(126 220 226 / 0.6); +} +.border-r-teal-300\/70{ + border-right-color: rgb(126 220 226 / 0.7); +} +.border-r-teal-300\/75{ + border-right-color: rgb(126 220 226 / 0.75); +} +.border-r-teal-300\/80{ + border-right-color: rgb(126 220 226 / 0.8); +} +.border-r-teal-300\/90{ + border-right-color: rgb(126 220 226 / 0.9); +} +.border-r-teal-300\/95{ + border-right-color: rgb(126 220 226 / 0.95); +} +.border-r-teal-300\/100{ + border-right-color: rgb(126 220 226 / 1); +} +.border-r-teal-400\/0{ + border-right-color: rgb(22 189 202 / 0); +} +.border-r-teal-400\/5{ + border-right-color: rgb(22 189 202 / 0.05); +} +.border-r-teal-400\/10{ + border-right-color: rgb(22 189 202 / 0.1); +} +.border-r-teal-400\/20{ + border-right-color: rgb(22 189 202 / 0.2); +} +.border-r-teal-400\/25{ + border-right-color: rgb(22 189 202 / 0.25); +} +.border-r-teal-400\/30{ + border-right-color: rgb(22 189 202 / 0.3); +} +.border-r-teal-400\/40{ + border-right-color: rgb(22 189 202 / 0.4); +} +.border-r-teal-400\/50{ + border-right-color: rgb(22 189 202 / 0.5); +} +.border-r-teal-400\/60{ + border-right-color: rgb(22 189 202 / 0.6); +} +.border-r-teal-400\/70{ + border-right-color: rgb(22 189 202 / 0.7); +} +.border-r-teal-400\/75{ + border-right-color: rgb(22 189 202 / 0.75); +} +.border-r-teal-400\/80{ + border-right-color: rgb(22 189 202 / 0.8); +} +.border-r-teal-400\/90{ + border-right-color: rgb(22 189 202 / 0.9); +} +.border-r-teal-400\/95{ + border-right-color: rgb(22 189 202 / 0.95); +} +.border-r-teal-400\/100{ + border-right-color: rgb(22 189 202 / 1); +} +.border-r-teal-500\/0{ + border-right-color: rgb(6 148 162 / 0); +} +.border-r-teal-500\/5{ + border-right-color: rgb(6 148 162 / 0.05); +} +.border-r-teal-500\/10{ + border-right-color: rgb(6 148 162 / 0.1); +} +.border-r-teal-500\/20{ + border-right-color: rgb(6 148 162 / 0.2); +} +.border-r-teal-500\/25{ + border-right-color: rgb(6 148 162 / 0.25); +} +.border-r-teal-500\/30{ + border-right-color: rgb(6 148 162 / 0.3); +} +.border-r-teal-500\/40{ + border-right-color: rgb(6 148 162 / 0.4); +} +.border-r-teal-500\/50{ + border-right-color: rgb(6 148 162 / 0.5); +} +.border-r-teal-500\/60{ + border-right-color: rgb(6 148 162 / 0.6); +} +.border-r-teal-500\/70{ + border-right-color: rgb(6 148 162 / 0.7); +} +.border-r-teal-500\/75{ + border-right-color: rgb(6 148 162 / 0.75); +} +.border-r-teal-500\/80{ + border-right-color: rgb(6 148 162 / 0.8); +} +.border-r-teal-500\/90{ + border-right-color: rgb(6 148 162 / 0.9); +} +.border-r-teal-500\/95{ + border-right-color: rgb(6 148 162 / 0.95); +} +.border-r-teal-500\/100{ + border-right-color: rgb(6 148 162 / 1); +} +.border-r-teal-600\/0{ + border-right-color: rgb(4 116 129 / 0); +} +.border-r-teal-600\/5{ + border-right-color: rgb(4 116 129 / 0.05); +} +.border-r-teal-600\/10{ + border-right-color: rgb(4 116 129 / 0.1); +} +.border-r-teal-600\/20{ + border-right-color: rgb(4 116 129 / 0.2); +} +.border-r-teal-600\/25{ + border-right-color: rgb(4 116 129 / 0.25); +} +.border-r-teal-600\/30{ + border-right-color: rgb(4 116 129 / 0.3); +} +.border-r-teal-600\/40{ + border-right-color: rgb(4 116 129 / 0.4); +} +.border-r-teal-600\/50{ + border-right-color: rgb(4 116 129 / 0.5); +} +.border-r-teal-600\/60{ + border-right-color: rgb(4 116 129 / 0.6); +} +.border-r-teal-600\/70{ + border-right-color: rgb(4 116 129 / 0.7); +} +.border-r-teal-600\/75{ + border-right-color: rgb(4 116 129 / 0.75); +} +.border-r-teal-600\/80{ + border-right-color: rgb(4 116 129 / 0.8); +} +.border-r-teal-600\/90{ + border-right-color: rgb(4 116 129 / 0.9); +} +.border-r-teal-600\/95{ + border-right-color: rgb(4 116 129 / 0.95); +} +.border-r-teal-600\/100{ + border-right-color: rgb(4 116 129 / 1); +} +.border-r-teal-700\/0{ + border-right-color: rgb(3 102 114 / 0); +} +.border-r-teal-700\/5{ + border-right-color: rgb(3 102 114 / 0.05); +} +.border-r-teal-700\/10{ + border-right-color: rgb(3 102 114 / 0.1); +} +.border-r-teal-700\/20{ + border-right-color: rgb(3 102 114 / 0.2); +} +.border-r-teal-700\/25{ + border-right-color: rgb(3 102 114 / 0.25); +} +.border-r-teal-700\/30{ + border-right-color: rgb(3 102 114 / 0.3); +} +.border-r-teal-700\/40{ + border-right-color: rgb(3 102 114 / 0.4); +} +.border-r-teal-700\/50{ + border-right-color: rgb(3 102 114 / 0.5); +} +.border-r-teal-700\/60{ + border-right-color: rgb(3 102 114 / 0.6); +} +.border-r-teal-700\/70{ + border-right-color: rgb(3 102 114 / 0.7); +} +.border-r-teal-700\/75{ + border-right-color: rgb(3 102 114 / 0.75); +} +.border-r-teal-700\/80{ + border-right-color: rgb(3 102 114 / 0.8); +} +.border-r-teal-700\/90{ + border-right-color: rgb(3 102 114 / 0.9); +} +.border-r-teal-700\/95{ + border-right-color: rgb(3 102 114 / 0.95); +} +.border-r-teal-700\/100{ + border-right-color: rgb(3 102 114 / 1); +} +.border-r-teal-800\/0{ + border-right-color: rgb(5 80 92 / 0); +} +.border-r-teal-800\/5{ + border-right-color: rgb(5 80 92 / 0.05); +} +.border-r-teal-800\/10{ + border-right-color: rgb(5 80 92 / 0.1); +} +.border-r-teal-800\/20{ + border-right-color: rgb(5 80 92 / 0.2); +} +.border-r-teal-800\/25{ + border-right-color: rgb(5 80 92 / 0.25); +} +.border-r-teal-800\/30{ + border-right-color: rgb(5 80 92 / 0.3); +} +.border-r-teal-800\/40{ + border-right-color: rgb(5 80 92 / 0.4); +} +.border-r-teal-800\/50{ + border-right-color: rgb(5 80 92 / 0.5); +} +.border-r-teal-800\/60{ + border-right-color: rgb(5 80 92 / 0.6); +} +.border-r-teal-800\/70{ + border-right-color: rgb(5 80 92 / 0.7); +} +.border-r-teal-800\/75{ + border-right-color: rgb(5 80 92 / 0.75); +} +.border-r-teal-800\/80{ + border-right-color: rgb(5 80 92 / 0.8); +} +.border-r-teal-800\/90{ + border-right-color: rgb(5 80 92 / 0.9); +} +.border-r-teal-800\/95{ + border-right-color: rgb(5 80 92 / 0.95); +} +.border-r-teal-800\/100{ + border-right-color: rgb(5 80 92 / 1); +} +.border-r-teal-900\/0{ + border-right-color: rgb(1 68 81 / 0); +} +.border-r-teal-900\/5{ + border-right-color: rgb(1 68 81 / 0.05); +} +.border-r-teal-900\/10{ + border-right-color: rgb(1 68 81 / 0.1); +} +.border-r-teal-900\/20{ + border-right-color: rgb(1 68 81 / 0.2); +} +.border-r-teal-900\/25{ + border-right-color: rgb(1 68 81 / 0.25); +} +.border-r-teal-900\/30{ + border-right-color: rgb(1 68 81 / 0.3); +} +.border-r-teal-900\/40{ + border-right-color: rgb(1 68 81 / 0.4); +} +.border-r-teal-900\/50{ + border-right-color: rgb(1 68 81 / 0.5); +} +.border-r-teal-900\/60{ + border-right-color: rgb(1 68 81 / 0.6); +} +.border-r-teal-900\/70{ + border-right-color: rgb(1 68 81 / 0.7); +} +.border-r-teal-900\/75{ + border-right-color: rgb(1 68 81 / 0.75); +} +.border-r-teal-900\/80{ + border-right-color: rgb(1 68 81 / 0.8); +} +.border-r-teal-900\/90{ + border-right-color: rgb(1 68 81 / 0.9); +} +.border-r-teal-900\/95{ + border-right-color: rgb(1 68 81 / 0.95); +} +.border-r-teal-900\/100{ + border-right-color: rgb(1 68 81 / 1); +} +.border-r-cyan-50\/0{ + border-right-color: rgb(236 254 255 / 0); +} +.border-r-cyan-50\/5{ + border-right-color: rgb(236 254 255 / 0.05); +} +.border-r-cyan-50\/10{ + border-right-color: rgb(236 254 255 / 0.1); +} +.border-r-cyan-50\/20{ + border-right-color: rgb(236 254 255 / 0.2); +} +.border-r-cyan-50\/25{ + border-right-color: rgb(236 254 255 / 0.25); +} +.border-r-cyan-50\/30{ + border-right-color: rgb(236 254 255 / 0.3); +} +.border-r-cyan-50\/40{ + border-right-color: rgb(236 254 255 / 0.4); +} +.border-r-cyan-50\/50{ + border-right-color: rgb(236 254 255 / 0.5); +} +.border-r-cyan-50\/60{ + border-right-color: rgb(236 254 255 / 0.6); +} +.border-r-cyan-50\/70{ + border-right-color: rgb(236 254 255 / 0.7); +} +.border-r-cyan-50\/75{ + border-right-color: rgb(236 254 255 / 0.75); +} +.border-r-cyan-50\/80{ + border-right-color: rgb(236 254 255 / 0.8); +} +.border-r-cyan-50\/90{ + border-right-color: rgb(236 254 255 / 0.9); +} +.border-r-cyan-50\/95{ + border-right-color: rgb(236 254 255 / 0.95); +} +.border-r-cyan-50\/100{ + border-right-color: rgb(236 254 255 / 1); +} +.border-r-cyan-100\/0{ + border-right-color: rgb(207 250 254 / 0); +} +.border-r-cyan-100\/5{ + border-right-color: rgb(207 250 254 / 0.05); +} +.border-r-cyan-100\/10{ + border-right-color: rgb(207 250 254 / 0.1); +} +.border-r-cyan-100\/20{ + border-right-color: rgb(207 250 254 / 0.2); +} +.border-r-cyan-100\/25{ + border-right-color: rgb(207 250 254 / 0.25); +} +.border-r-cyan-100\/30{ + border-right-color: rgb(207 250 254 / 0.3); +} +.border-r-cyan-100\/40{ + border-right-color: rgb(207 250 254 / 0.4); +} +.border-r-cyan-100\/50{ + border-right-color: rgb(207 250 254 / 0.5); +} +.border-r-cyan-100\/60{ + border-right-color: rgb(207 250 254 / 0.6); +} +.border-r-cyan-100\/70{ + border-right-color: rgb(207 250 254 / 0.7); +} +.border-r-cyan-100\/75{ + border-right-color: rgb(207 250 254 / 0.75); +} +.border-r-cyan-100\/80{ + border-right-color: rgb(207 250 254 / 0.8); +} +.border-r-cyan-100\/90{ + border-right-color: rgb(207 250 254 / 0.9); +} +.border-r-cyan-100\/95{ + border-right-color: rgb(207 250 254 / 0.95); +} +.border-r-cyan-100\/100{ + border-right-color: rgb(207 250 254 / 1); +} +.border-r-cyan-200\/0{ + border-right-color: rgb(165 243 252 / 0); +} +.border-r-cyan-200\/5{ + border-right-color: rgb(165 243 252 / 0.05); +} +.border-r-cyan-200\/10{ + border-right-color: rgb(165 243 252 / 0.1); +} +.border-r-cyan-200\/20{ + border-right-color: rgb(165 243 252 / 0.2); +} +.border-r-cyan-200\/25{ + border-right-color: rgb(165 243 252 / 0.25); +} +.border-r-cyan-200\/30{ + border-right-color: rgb(165 243 252 / 0.3); +} +.border-r-cyan-200\/40{ + border-right-color: rgb(165 243 252 / 0.4); +} +.border-r-cyan-200\/50{ + border-right-color: rgb(165 243 252 / 0.5); +} +.border-r-cyan-200\/60{ + border-right-color: rgb(165 243 252 / 0.6); +} +.border-r-cyan-200\/70{ + border-right-color: rgb(165 243 252 / 0.7); +} +.border-r-cyan-200\/75{ + border-right-color: rgb(165 243 252 / 0.75); +} +.border-r-cyan-200\/80{ + border-right-color: rgb(165 243 252 / 0.8); +} +.border-r-cyan-200\/90{ + border-right-color: rgb(165 243 252 / 0.9); +} +.border-r-cyan-200\/95{ + border-right-color: rgb(165 243 252 / 0.95); +} +.border-r-cyan-200\/100{ + border-right-color: rgb(165 243 252 / 1); +} +.border-r-cyan-300\/0{ + border-right-color: rgb(103 232 249 / 0); +} +.border-r-cyan-300\/5{ + border-right-color: rgb(103 232 249 / 0.05); +} +.border-r-cyan-300\/10{ + border-right-color: rgb(103 232 249 / 0.1); +} +.border-r-cyan-300\/20{ + border-right-color: rgb(103 232 249 / 0.2); +} +.border-r-cyan-300\/25{ + border-right-color: rgb(103 232 249 / 0.25); +} +.border-r-cyan-300\/30{ + border-right-color: rgb(103 232 249 / 0.3); +} +.border-r-cyan-300\/40{ + border-right-color: rgb(103 232 249 / 0.4); +} +.border-r-cyan-300\/50{ + border-right-color: rgb(103 232 249 / 0.5); +} +.border-r-cyan-300\/60{ + border-right-color: rgb(103 232 249 / 0.6); +} +.border-r-cyan-300\/70{ + border-right-color: rgb(103 232 249 / 0.7); +} +.border-r-cyan-300\/75{ + border-right-color: rgb(103 232 249 / 0.75); +} +.border-r-cyan-300\/80{ + border-right-color: rgb(103 232 249 / 0.8); +} +.border-r-cyan-300\/90{ + border-right-color: rgb(103 232 249 / 0.9); +} +.border-r-cyan-300\/95{ + border-right-color: rgb(103 232 249 / 0.95); +} +.border-r-cyan-300\/100{ + border-right-color: rgb(103 232 249 / 1); +} +.border-r-cyan-400\/0{ + border-right-color: rgb(34 211 238 / 0); +} +.border-r-cyan-400\/5{ + border-right-color: rgb(34 211 238 / 0.05); +} +.border-r-cyan-400\/10{ + border-right-color: rgb(34 211 238 / 0.1); +} +.border-r-cyan-400\/20{ + border-right-color: rgb(34 211 238 / 0.2); +} +.border-r-cyan-400\/25{ + border-right-color: rgb(34 211 238 / 0.25); +} +.border-r-cyan-400\/30{ + border-right-color: rgb(34 211 238 / 0.3); +} +.border-r-cyan-400\/40{ + border-right-color: rgb(34 211 238 / 0.4); +} +.border-r-cyan-400\/50{ + border-right-color: rgb(34 211 238 / 0.5); +} +.border-r-cyan-400\/60{ + border-right-color: rgb(34 211 238 / 0.6); +} +.border-r-cyan-400\/70{ + border-right-color: rgb(34 211 238 / 0.7); +} +.border-r-cyan-400\/75{ + border-right-color: rgb(34 211 238 / 0.75); +} +.border-r-cyan-400\/80{ + border-right-color: rgb(34 211 238 / 0.8); +} +.border-r-cyan-400\/90{ + border-right-color: rgb(34 211 238 / 0.9); +} +.border-r-cyan-400\/95{ + border-right-color: rgb(34 211 238 / 0.95); +} +.border-r-cyan-400\/100{ + border-right-color: rgb(34 211 238 / 1); +} +.border-r-cyan-500\/0{ + border-right-color: rgb(6 182 212 / 0); +} +.border-r-cyan-500\/5{ + border-right-color: rgb(6 182 212 / 0.05); +} +.border-r-cyan-500\/10{ + border-right-color: rgb(6 182 212 / 0.1); +} +.border-r-cyan-500\/20{ + border-right-color: rgb(6 182 212 / 0.2); +} +.border-r-cyan-500\/25{ + border-right-color: rgb(6 182 212 / 0.25); +} +.border-r-cyan-500\/30{ + border-right-color: rgb(6 182 212 / 0.3); +} +.border-r-cyan-500\/40{ + border-right-color: rgb(6 182 212 / 0.4); +} +.border-r-cyan-500\/50{ + border-right-color: rgb(6 182 212 / 0.5); +} +.border-r-cyan-500\/60{ + border-right-color: rgb(6 182 212 / 0.6); +} +.border-r-cyan-500\/70{ + border-right-color: rgb(6 182 212 / 0.7); +} +.border-r-cyan-500\/75{ + border-right-color: rgb(6 182 212 / 0.75); +} +.border-r-cyan-500\/80{ + border-right-color: rgb(6 182 212 / 0.8); +} +.border-r-cyan-500\/90{ + border-right-color: rgb(6 182 212 / 0.9); +} +.border-r-cyan-500\/95{ + border-right-color: rgb(6 182 212 / 0.95); +} +.border-r-cyan-500\/100{ + border-right-color: rgb(6 182 212 / 1); +} +.border-r-cyan-600\/0{ + border-right-color: rgb(8 145 178 / 0); +} +.border-r-cyan-600\/5{ + border-right-color: rgb(8 145 178 / 0.05); +} +.border-r-cyan-600\/10{ + border-right-color: rgb(8 145 178 / 0.1); +} +.border-r-cyan-600\/20{ + border-right-color: rgb(8 145 178 / 0.2); +} +.border-r-cyan-600\/25{ + border-right-color: rgb(8 145 178 / 0.25); +} +.border-r-cyan-600\/30{ + border-right-color: rgb(8 145 178 / 0.3); +} +.border-r-cyan-600\/40{ + border-right-color: rgb(8 145 178 / 0.4); +} +.border-r-cyan-600\/50{ + border-right-color: rgb(8 145 178 / 0.5); +} +.border-r-cyan-600\/60{ + border-right-color: rgb(8 145 178 / 0.6); +} +.border-r-cyan-600\/70{ + border-right-color: rgb(8 145 178 / 0.7); +} +.border-r-cyan-600\/75{ + border-right-color: rgb(8 145 178 / 0.75); +} +.border-r-cyan-600\/80{ + border-right-color: rgb(8 145 178 / 0.8); +} +.border-r-cyan-600\/90{ + border-right-color: rgb(8 145 178 / 0.9); +} +.border-r-cyan-600\/95{ + border-right-color: rgb(8 145 178 / 0.95); +} +.border-r-cyan-600\/100{ + border-right-color: rgb(8 145 178 / 1); +} +.border-r-cyan-700\/0{ + border-right-color: rgb(14 116 144 / 0); +} +.border-r-cyan-700\/5{ + border-right-color: rgb(14 116 144 / 0.05); +} +.border-r-cyan-700\/10{ + border-right-color: rgb(14 116 144 / 0.1); +} +.border-r-cyan-700\/20{ + border-right-color: rgb(14 116 144 / 0.2); +} +.border-r-cyan-700\/25{ + border-right-color: rgb(14 116 144 / 0.25); +} +.border-r-cyan-700\/30{ + border-right-color: rgb(14 116 144 / 0.3); +} +.border-r-cyan-700\/40{ + border-right-color: rgb(14 116 144 / 0.4); +} +.border-r-cyan-700\/50{ + border-right-color: rgb(14 116 144 / 0.5); +} +.border-r-cyan-700\/60{ + border-right-color: rgb(14 116 144 / 0.6); +} +.border-r-cyan-700\/70{ + border-right-color: rgb(14 116 144 / 0.7); +} +.border-r-cyan-700\/75{ + border-right-color: rgb(14 116 144 / 0.75); +} +.border-r-cyan-700\/80{ + border-right-color: rgb(14 116 144 / 0.8); +} +.border-r-cyan-700\/90{ + border-right-color: rgb(14 116 144 / 0.9); +} +.border-r-cyan-700\/95{ + border-right-color: rgb(14 116 144 / 0.95); +} +.border-r-cyan-700\/100{ + border-right-color: rgb(14 116 144 / 1); +} +.border-r-cyan-800\/0{ + border-right-color: rgb(21 94 117 / 0); +} +.border-r-cyan-800\/5{ + border-right-color: rgb(21 94 117 / 0.05); +} +.border-r-cyan-800\/10{ + border-right-color: rgb(21 94 117 / 0.1); +} +.border-r-cyan-800\/20{ + border-right-color: rgb(21 94 117 / 0.2); +} +.border-r-cyan-800\/25{ + border-right-color: rgb(21 94 117 / 0.25); +} +.border-r-cyan-800\/30{ + border-right-color: rgb(21 94 117 / 0.3); +} +.border-r-cyan-800\/40{ + border-right-color: rgb(21 94 117 / 0.4); +} +.border-r-cyan-800\/50{ + border-right-color: rgb(21 94 117 / 0.5); +} +.border-r-cyan-800\/60{ + border-right-color: rgb(21 94 117 / 0.6); +} +.border-r-cyan-800\/70{ + border-right-color: rgb(21 94 117 / 0.7); +} +.border-r-cyan-800\/75{ + border-right-color: rgb(21 94 117 / 0.75); +} +.border-r-cyan-800\/80{ + border-right-color: rgb(21 94 117 / 0.8); +} +.border-r-cyan-800\/90{ + border-right-color: rgb(21 94 117 / 0.9); +} +.border-r-cyan-800\/95{ + border-right-color: rgb(21 94 117 / 0.95); +} +.border-r-cyan-800\/100{ + border-right-color: rgb(21 94 117 / 1); +} +.border-r-cyan-900\/0{ + border-right-color: rgb(22 78 99 / 0); +} +.border-r-cyan-900\/5{ + border-right-color: rgb(22 78 99 / 0.05); +} +.border-r-cyan-900\/10{ + border-right-color: rgb(22 78 99 / 0.1); +} +.border-r-cyan-900\/20{ + border-right-color: rgb(22 78 99 / 0.2); +} +.border-r-cyan-900\/25{ + border-right-color: rgb(22 78 99 / 0.25); +} +.border-r-cyan-900\/30{ + border-right-color: rgb(22 78 99 / 0.3); +} +.border-r-cyan-900\/40{ + border-right-color: rgb(22 78 99 / 0.4); +} +.border-r-cyan-900\/50{ + border-right-color: rgb(22 78 99 / 0.5); +} +.border-r-cyan-900\/60{ + border-right-color: rgb(22 78 99 / 0.6); +} +.border-r-cyan-900\/70{ + border-right-color: rgb(22 78 99 / 0.7); +} +.border-r-cyan-900\/75{ + border-right-color: rgb(22 78 99 / 0.75); +} +.border-r-cyan-900\/80{ + border-right-color: rgb(22 78 99 / 0.8); +} +.border-r-cyan-900\/90{ + border-right-color: rgb(22 78 99 / 0.9); +} +.border-r-cyan-900\/95{ + border-right-color: rgb(22 78 99 / 0.95); +} +.border-r-cyan-900\/100{ + border-right-color: rgb(22 78 99 / 1); +} +.border-r-sky-50\/0{ + border-right-color: rgb(240 249 255 / 0); +} +.border-r-sky-50\/5{ + border-right-color: rgb(240 249 255 / 0.05); +} +.border-r-sky-50\/10{ + border-right-color: rgb(240 249 255 / 0.1); +} +.border-r-sky-50\/20{ + border-right-color: rgb(240 249 255 / 0.2); +} +.border-r-sky-50\/25{ + border-right-color: rgb(240 249 255 / 0.25); +} +.border-r-sky-50\/30{ + border-right-color: rgb(240 249 255 / 0.3); +} +.border-r-sky-50\/40{ + border-right-color: rgb(240 249 255 / 0.4); +} +.border-r-sky-50\/50{ + border-right-color: rgb(240 249 255 / 0.5); +} +.border-r-sky-50\/60{ + border-right-color: rgb(240 249 255 / 0.6); +} +.border-r-sky-50\/70{ + border-right-color: rgb(240 249 255 / 0.7); +} +.border-r-sky-50\/75{ + border-right-color: rgb(240 249 255 / 0.75); +} +.border-r-sky-50\/80{ + border-right-color: rgb(240 249 255 / 0.8); +} +.border-r-sky-50\/90{ + border-right-color: rgb(240 249 255 / 0.9); +} +.border-r-sky-50\/95{ + border-right-color: rgb(240 249 255 / 0.95); +} +.border-r-sky-50\/100{ + border-right-color: rgb(240 249 255 / 1); +} +.border-r-sky-100\/0{ + border-right-color: rgb(224 242 254 / 0); +} +.border-r-sky-100\/5{ + border-right-color: rgb(224 242 254 / 0.05); +} +.border-r-sky-100\/10{ + border-right-color: rgb(224 242 254 / 0.1); +} +.border-r-sky-100\/20{ + border-right-color: rgb(224 242 254 / 0.2); +} +.border-r-sky-100\/25{ + border-right-color: rgb(224 242 254 / 0.25); +} +.border-r-sky-100\/30{ + border-right-color: rgb(224 242 254 / 0.3); +} +.border-r-sky-100\/40{ + border-right-color: rgb(224 242 254 / 0.4); +} +.border-r-sky-100\/50{ + border-right-color: rgb(224 242 254 / 0.5); +} +.border-r-sky-100\/60{ + border-right-color: rgb(224 242 254 / 0.6); +} +.border-r-sky-100\/70{ + border-right-color: rgb(224 242 254 / 0.7); +} +.border-r-sky-100\/75{ + border-right-color: rgb(224 242 254 / 0.75); +} +.border-r-sky-100\/80{ + border-right-color: rgb(224 242 254 / 0.8); +} +.border-r-sky-100\/90{ + border-right-color: rgb(224 242 254 / 0.9); +} +.border-r-sky-100\/95{ + border-right-color: rgb(224 242 254 / 0.95); +} +.border-r-sky-100\/100{ + border-right-color: rgb(224 242 254 / 1); +} +.border-r-sky-200\/0{ + border-right-color: rgb(186 230 253 / 0); +} +.border-r-sky-200\/5{ + border-right-color: rgb(186 230 253 / 0.05); +} +.border-r-sky-200\/10{ + border-right-color: rgb(186 230 253 / 0.1); +} +.border-r-sky-200\/20{ + border-right-color: rgb(186 230 253 / 0.2); +} +.border-r-sky-200\/25{ + border-right-color: rgb(186 230 253 / 0.25); +} +.border-r-sky-200\/30{ + border-right-color: rgb(186 230 253 / 0.3); +} +.border-r-sky-200\/40{ + border-right-color: rgb(186 230 253 / 0.4); +} +.border-r-sky-200\/50{ + border-right-color: rgb(186 230 253 / 0.5); +} +.border-r-sky-200\/60{ + border-right-color: rgb(186 230 253 / 0.6); +} +.border-r-sky-200\/70{ + border-right-color: rgb(186 230 253 / 0.7); +} +.border-r-sky-200\/75{ + border-right-color: rgb(186 230 253 / 0.75); +} +.border-r-sky-200\/80{ + border-right-color: rgb(186 230 253 / 0.8); +} +.border-r-sky-200\/90{ + border-right-color: rgb(186 230 253 / 0.9); +} +.border-r-sky-200\/95{ + border-right-color: rgb(186 230 253 / 0.95); +} +.border-r-sky-200\/100{ + border-right-color: rgb(186 230 253 / 1); +} +.border-r-sky-300\/0{ + border-right-color: rgb(125 211 252 / 0); +} +.border-r-sky-300\/5{ + border-right-color: rgb(125 211 252 / 0.05); +} +.border-r-sky-300\/10{ + border-right-color: rgb(125 211 252 / 0.1); +} +.border-r-sky-300\/20{ + border-right-color: rgb(125 211 252 / 0.2); +} +.border-r-sky-300\/25{ + border-right-color: rgb(125 211 252 / 0.25); +} +.border-r-sky-300\/30{ + border-right-color: rgb(125 211 252 / 0.3); +} +.border-r-sky-300\/40{ + border-right-color: rgb(125 211 252 / 0.4); +} +.border-r-sky-300\/50{ + border-right-color: rgb(125 211 252 / 0.5); +} +.border-r-sky-300\/60{ + border-right-color: rgb(125 211 252 / 0.6); +} +.border-r-sky-300\/70{ + border-right-color: rgb(125 211 252 / 0.7); +} +.border-r-sky-300\/75{ + border-right-color: rgb(125 211 252 / 0.75); +} +.border-r-sky-300\/80{ + border-right-color: rgb(125 211 252 / 0.8); +} +.border-r-sky-300\/90{ + border-right-color: rgb(125 211 252 / 0.9); +} +.border-r-sky-300\/95{ + border-right-color: rgb(125 211 252 / 0.95); +} +.border-r-sky-300\/100{ + border-right-color: rgb(125 211 252 / 1); +} +.border-r-sky-400\/0{ + border-right-color: rgb(56 189 248 / 0); +} +.border-r-sky-400\/5{ + border-right-color: rgb(56 189 248 / 0.05); +} +.border-r-sky-400\/10{ + border-right-color: rgb(56 189 248 / 0.1); +} +.border-r-sky-400\/20{ + border-right-color: rgb(56 189 248 / 0.2); +} +.border-r-sky-400\/25{ + border-right-color: rgb(56 189 248 / 0.25); +} +.border-r-sky-400\/30{ + border-right-color: rgb(56 189 248 / 0.3); +} +.border-r-sky-400\/40{ + border-right-color: rgb(56 189 248 / 0.4); +} +.border-r-sky-400\/50{ + border-right-color: rgb(56 189 248 / 0.5); +} +.border-r-sky-400\/60{ + border-right-color: rgb(56 189 248 / 0.6); +} +.border-r-sky-400\/70{ + border-right-color: rgb(56 189 248 / 0.7); +} +.border-r-sky-400\/75{ + border-right-color: rgb(56 189 248 / 0.75); +} +.border-r-sky-400\/80{ + border-right-color: rgb(56 189 248 / 0.8); +} +.border-r-sky-400\/90{ + border-right-color: rgb(56 189 248 / 0.9); +} +.border-r-sky-400\/95{ + border-right-color: rgb(56 189 248 / 0.95); +} +.border-r-sky-400\/100{ + border-right-color: rgb(56 189 248 / 1); +} +.border-r-sky-500\/0{ + border-right-color: rgb(14 165 233 / 0); +} +.border-r-sky-500\/5{ + border-right-color: rgb(14 165 233 / 0.05); +} +.border-r-sky-500\/10{ + border-right-color: rgb(14 165 233 / 0.1); +} +.border-r-sky-500\/20{ + border-right-color: rgb(14 165 233 / 0.2); +} +.border-r-sky-500\/25{ + border-right-color: rgb(14 165 233 / 0.25); +} +.border-r-sky-500\/30{ + border-right-color: rgb(14 165 233 / 0.3); +} +.border-r-sky-500\/40{ + border-right-color: rgb(14 165 233 / 0.4); +} +.border-r-sky-500\/50{ + border-right-color: rgb(14 165 233 / 0.5); +} +.border-r-sky-500\/60{ + border-right-color: rgb(14 165 233 / 0.6); +} +.border-r-sky-500\/70{ + border-right-color: rgb(14 165 233 / 0.7); +} +.border-r-sky-500\/75{ + border-right-color: rgb(14 165 233 / 0.75); +} +.border-r-sky-500\/80{ + border-right-color: rgb(14 165 233 / 0.8); +} +.border-r-sky-500\/90{ + border-right-color: rgb(14 165 233 / 0.9); +} +.border-r-sky-500\/95{ + border-right-color: rgb(14 165 233 / 0.95); +} +.border-r-sky-500\/100{ + border-right-color: rgb(14 165 233 / 1); +} +.border-r-sky-600\/0{ + border-right-color: rgb(2 132 199 / 0); +} +.border-r-sky-600\/5{ + border-right-color: rgb(2 132 199 / 0.05); +} +.border-r-sky-600\/10{ + border-right-color: rgb(2 132 199 / 0.1); +} +.border-r-sky-600\/20{ + border-right-color: rgb(2 132 199 / 0.2); +} +.border-r-sky-600\/25{ + border-right-color: rgb(2 132 199 / 0.25); +} +.border-r-sky-600\/30{ + border-right-color: rgb(2 132 199 / 0.3); +} +.border-r-sky-600\/40{ + border-right-color: rgb(2 132 199 / 0.4); +} +.border-r-sky-600\/50{ + border-right-color: rgb(2 132 199 / 0.5); +} +.border-r-sky-600\/60{ + border-right-color: rgb(2 132 199 / 0.6); +} +.border-r-sky-600\/70{ + border-right-color: rgb(2 132 199 / 0.7); +} +.border-r-sky-600\/75{ + border-right-color: rgb(2 132 199 / 0.75); +} +.border-r-sky-600\/80{ + border-right-color: rgb(2 132 199 / 0.8); +} +.border-r-sky-600\/90{ + border-right-color: rgb(2 132 199 / 0.9); +} +.border-r-sky-600\/95{ + border-right-color: rgb(2 132 199 / 0.95); +} +.border-r-sky-600\/100{ + border-right-color: rgb(2 132 199 / 1); +} +.border-r-sky-700\/0{ + border-right-color: rgb(3 105 161 / 0); +} +.border-r-sky-700\/5{ + border-right-color: rgb(3 105 161 / 0.05); +} +.border-r-sky-700\/10{ + border-right-color: rgb(3 105 161 / 0.1); +} +.border-r-sky-700\/20{ + border-right-color: rgb(3 105 161 / 0.2); +} +.border-r-sky-700\/25{ + border-right-color: rgb(3 105 161 / 0.25); +} +.border-r-sky-700\/30{ + border-right-color: rgb(3 105 161 / 0.3); +} +.border-r-sky-700\/40{ + border-right-color: rgb(3 105 161 / 0.4); +} +.border-r-sky-700\/50{ + border-right-color: rgb(3 105 161 / 0.5); +} +.border-r-sky-700\/60{ + border-right-color: rgb(3 105 161 / 0.6); +} +.border-r-sky-700\/70{ + border-right-color: rgb(3 105 161 / 0.7); +} +.border-r-sky-700\/75{ + border-right-color: rgb(3 105 161 / 0.75); +} +.border-r-sky-700\/80{ + border-right-color: rgb(3 105 161 / 0.8); +} +.border-r-sky-700\/90{ + border-right-color: rgb(3 105 161 / 0.9); +} +.border-r-sky-700\/95{ + border-right-color: rgb(3 105 161 / 0.95); +} +.border-r-sky-700\/100{ + border-right-color: rgb(3 105 161 / 1); +} +.border-r-sky-800\/0{ + border-right-color: rgb(7 89 133 / 0); +} +.border-r-sky-800\/5{ + border-right-color: rgb(7 89 133 / 0.05); +} +.border-r-sky-800\/10{ + border-right-color: rgb(7 89 133 / 0.1); +} +.border-r-sky-800\/20{ + border-right-color: rgb(7 89 133 / 0.2); +} +.border-r-sky-800\/25{ + border-right-color: rgb(7 89 133 / 0.25); +} +.border-r-sky-800\/30{ + border-right-color: rgb(7 89 133 / 0.3); +} +.border-r-sky-800\/40{ + border-right-color: rgb(7 89 133 / 0.4); +} +.border-r-sky-800\/50{ + border-right-color: rgb(7 89 133 / 0.5); +} +.border-r-sky-800\/60{ + border-right-color: rgb(7 89 133 / 0.6); +} +.border-r-sky-800\/70{ + border-right-color: rgb(7 89 133 / 0.7); +} +.border-r-sky-800\/75{ + border-right-color: rgb(7 89 133 / 0.75); +} +.border-r-sky-800\/80{ + border-right-color: rgb(7 89 133 / 0.8); +} +.border-r-sky-800\/90{ + border-right-color: rgb(7 89 133 / 0.9); +} +.border-r-sky-800\/95{ + border-right-color: rgb(7 89 133 / 0.95); +} +.border-r-sky-800\/100{ + border-right-color: rgb(7 89 133 / 1); +} +.border-r-sky-900\/0{ + border-right-color: rgb(12 74 110 / 0); +} +.border-r-sky-900\/5{ + border-right-color: rgb(12 74 110 / 0.05); +} +.border-r-sky-900\/10{ + border-right-color: rgb(12 74 110 / 0.1); +} +.border-r-sky-900\/20{ + border-right-color: rgb(12 74 110 / 0.2); +} +.border-r-sky-900\/25{ + border-right-color: rgb(12 74 110 / 0.25); +} +.border-r-sky-900\/30{ + border-right-color: rgb(12 74 110 / 0.3); +} +.border-r-sky-900\/40{ + border-right-color: rgb(12 74 110 / 0.4); +} +.border-r-sky-900\/50{ + border-right-color: rgb(12 74 110 / 0.5); +} +.border-r-sky-900\/60{ + border-right-color: rgb(12 74 110 / 0.6); +} +.border-r-sky-900\/70{ + border-right-color: rgb(12 74 110 / 0.7); +} +.border-r-sky-900\/75{ + border-right-color: rgb(12 74 110 / 0.75); +} +.border-r-sky-900\/80{ + border-right-color: rgb(12 74 110 / 0.8); +} +.border-r-sky-900\/90{ + border-right-color: rgb(12 74 110 / 0.9); +} +.border-r-sky-900\/95{ + border-right-color: rgb(12 74 110 / 0.95); +} +.border-r-sky-900\/100{ + border-right-color: rgb(12 74 110 / 1); +} +.border-r-blue-50\/0{ + border-right-color: rgb(242 248 251 / 0); +} +.border-r-blue-50\/5{ + border-right-color: rgb(242 248 251 / 0.05); +} +.border-r-blue-50\/10{ + border-right-color: rgb(242 248 251 / 0.1); +} +.border-r-blue-50\/20{ + border-right-color: rgb(242 248 251 / 0.2); +} +.border-r-blue-50\/25{ + border-right-color: rgb(242 248 251 / 0.25); +} +.border-r-blue-50\/30{ + border-right-color: rgb(242 248 251 / 0.3); +} +.border-r-blue-50\/40{ + border-right-color: rgb(242 248 251 / 0.4); +} +.border-r-blue-50\/50{ + border-right-color: rgb(242 248 251 / 0.5); +} +.border-r-blue-50\/60{ + border-right-color: rgb(242 248 251 / 0.6); +} +.border-r-blue-50\/70{ + border-right-color: rgb(242 248 251 / 0.7); +} +.border-r-blue-50\/75{ + border-right-color: rgb(242 248 251 / 0.75); +} +.border-r-blue-50\/80{ + border-right-color: rgb(242 248 251 / 0.8); +} +.border-r-blue-50\/90{ + border-right-color: rgb(242 248 251 / 0.9); +} +.border-r-blue-50\/95{ + border-right-color: rgb(242 248 251 / 0.95); +} +.border-r-blue-50\/100{ + border-right-color: rgb(242 248 251 / 1); +} +.border-r-blue-100\/0{ + border-right-color: rgb(230 241 246 / 0); +} +.border-r-blue-100\/5{ + border-right-color: rgb(230 241 246 / 0.05); +} +.border-r-blue-100\/10{ + border-right-color: rgb(230 241 246 / 0.1); +} +.border-r-blue-100\/20{ + border-right-color: rgb(230 241 246 / 0.2); +} +.border-r-blue-100\/25{ + border-right-color: rgb(230 241 246 / 0.25); +} +.border-r-blue-100\/30{ + border-right-color: rgb(230 241 246 / 0.3); +} +.border-r-blue-100\/40{ + border-right-color: rgb(230 241 246 / 0.4); +} +.border-r-blue-100\/50{ + border-right-color: rgb(230 241 246 / 0.5); +} +.border-r-blue-100\/60{ + border-right-color: rgb(230 241 246 / 0.6); +} +.border-r-blue-100\/70{ + border-right-color: rgb(230 241 246 / 0.7); +} +.border-r-blue-100\/75{ + border-right-color: rgb(230 241 246 / 0.75); +} +.border-r-blue-100\/80{ + border-right-color: rgb(230 241 246 / 0.8); +} +.border-r-blue-100\/90{ + border-right-color: rgb(230 241 246 / 0.9); +} +.border-r-blue-100\/95{ + border-right-color: rgb(230 241 246 / 0.95); +} +.border-r-blue-100\/100{ + border-right-color: rgb(230 241 246 / 1); +} +.border-r-blue-200\/0{ + border-right-color: rgb(191 219 233 / 0); +} +.border-r-blue-200\/5{ + border-right-color: rgb(191 219 233 / 0.05); +} +.border-r-blue-200\/10{ + border-right-color: rgb(191 219 233 / 0.1); +} +.border-r-blue-200\/20{ + border-right-color: rgb(191 219 233 / 0.2); +} +.border-r-blue-200\/25{ + border-right-color: rgb(191 219 233 / 0.25); +} +.border-r-blue-200\/30{ + border-right-color: rgb(191 219 233 / 0.3); +} +.border-r-blue-200\/40{ + border-right-color: rgb(191 219 233 / 0.4); +} +.border-r-blue-200\/50{ + border-right-color: rgb(191 219 233 / 0.5); +} +.border-r-blue-200\/60{ + border-right-color: rgb(191 219 233 / 0.6); +} +.border-r-blue-200\/70{ + border-right-color: rgb(191 219 233 / 0.7); +} +.border-r-blue-200\/75{ + border-right-color: rgb(191 219 233 / 0.75); +} +.border-r-blue-200\/80{ + border-right-color: rgb(191 219 233 / 0.8); +} +.border-r-blue-200\/90{ + border-right-color: rgb(191 219 233 / 0.9); +} +.border-r-blue-200\/95{ + border-right-color: rgb(191 219 233 / 0.95); +} +.border-r-blue-200\/100{ + border-right-color: rgb(191 219 233 / 1); +} +.border-r-blue-300\/0{ + border-right-color: rgb(153 197 219 / 0); +} +.border-r-blue-300\/5{ + border-right-color: rgb(153 197 219 / 0.05); +} +.border-r-blue-300\/10{ + border-right-color: rgb(153 197 219 / 0.1); +} +.border-r-blue-300\/20{ + border-right-color: rgb(153 197 219 / 0.2); +} +.border-r-blue-300\/25{ + border-right-color: rgb(153 197 219 / 0.25); +} +.border-r-blue-300\/30{ + border-right-color: rgb(153 197 219 / 0.3); +} +.border-r-blue-300\/40{ + border-right-color: rgb(153 197 219 / 0.4); +} +.border-r-blue-300\/50{ + border-right-color: rgb(153 197 219 / 0.5); +} +.border-r-blue-300\/60{ + border-right-color: rgb(153 197 219 / 0.6); +} +.border-r-blue-300\/70{ + border-right-color: rgb(153 197 219 / 0.7); +} +.border-r-blue-300\/75{ + border-right-color: rgb(153 197 219 / 0.75); +} +.border-r-blue-300\/80{ + border-right-color: rgb(153 197 219 / 0.8); +} +.border-r-blue-300\/90{ + border-right-color: rgb(153 197 219 / 0.9); +} +.border-r-blue-300\/95{ + border-right-color: rgb(153 197 219 / 0.95); +} +.border-r-blue-300\/100{ + border-right-color: rgb(153 197 219 / 1); +} +.border-r-blue-400\/0{ + border-right-color: rgb(77 154 193 / 0); +} +.border-r-blue-400\/5{ + border-right-color: rgb(77 154 193 / 0.05); +} +.border-r-blue-400\/10{ + border-right-color: rgb(77 154 193 / 0.1); +} +.border-r-blue-400\/20{ + border-right-color: rgb(77 154 193 / 0.2); +} +.border-r-blue-400\/25{ + border-right-color: rgb(77 154 193 / 0.25); +} +.border-r-blue-400\/30{ + border-right-color: rgb(77 154 193 / 0.3); +} +.border-r-blue-400\/40{ + border-right-color: rgb(77 154 193 / 0.4); +} +.border-r-blue-400\/50{ + border-right-color: rgb(77 154 193 / 0.5); +} +.border-r-blue-400\/60{ + border-right-color: rgb(77 154 193 / 0.6); +} +.border-r-blue-400\/70{ + border-right-color: rgb(77 154 193 / 0.7); +} +.border-r-blue-400\/75{ + border-right-color: rgb(77 154 193 / 0.75); +} +.border-r-blue-400\/80{ + border-right-color: rgb(77 154 193 / 0.8); +} +.border-r-blue-400\/90{ + border-right-color: rgb(77 154 193 / 0.9); +} +.border-r-blue-400\/95{ + border-right-color: rgb(77 154 193 / 0.95); +} +.border-r-blue-400\/100{ + border-right-color: rgb(77 154 193 / 1); +} +.border-r-blue-500\/0{ + border-right-color: rgb(0 110 166 / 0); +} +.border-r-blue-500\/5{ + border-right-color: rgb(0 110 166 / 0.05); +} +.border-r-blue-500\/10{ + border-right-color: rgb(0 110 166 / 0.1); +} +.border-r-blue-500\/20{ + border-right-color: rgb(0 110 166 / 0.2); +} +.border-r-blue-500\/25{ + border-right-color: rgb(0 110 166 / 0.25); +} +.border-r-blue-500\/30{ + border-right-color: rgb(0 110 166 / 0.3); +} +.border-r-blue-500\/40{ + border-right-color: rgb(0 110 166 / 0.4); +} +.border-r-blue-500\/50{ + border-right-color: rgb(0 110 166 / 0.5); +} +.border-r-blue-500\/60{ + border-right-color: rgb(0 110 166 / 0.6); +} +.border-r-blue-500\/70{ + border-right-color: rgb(0 110 166 / 0.7); +} +.border-r-blue-500\/75{ + border-right-color: rgb(0 110 166 / 0.75); +} +.border-r-blue-500\/80{ + border-right-color: rgb(0 110 166 / 0.8); +} +.border-r-blue-500\/90{ + border-right-color: rgb(0 110 166 / 0.9); +} +.border-r-blue-500\/95{ + border-right-color: rgb(0 110 166 / 0.95); +} +.border-r-blue-500\/100{ + border-right-color: rgb(0 110 166 / 1); +} +.border-r-blue-600\/0{ + border-right-color: rgb(0 99 149 / 0); +} +.border-r-blue-600\/5{ + border-right-color: rgb(0 99 149 / 0.05); +} +.border-r-blue-600\/10{ + border-right-color: rgb(0 99 149 / 0.1); +} +.border-r-blue-600\/20{ + border-right-color: rgb(0 99 149 / 0.2); +} +.border-r-blue-600\/25{ + border-right-color: rgb(0 99 149 / 0.25); +} +.border-r-blue-600\/30{ + border-right-color: rgb(0 99 149 / 0.3); +} +.border-r-blue-600\/40{ + border-right-color: rgb(0 99 149 / 0.4); +} +.border-r-blue-600\/50{ + border-right-color: rgb(0 99 149 / 0.5); +} +.border-r-blue-600\/60{ + border-right-color: rgb(0 99 149 / 0.6); +} +.border-r-blue-600\/70{ + border-right-color: rgb(0 99 149 / 0.7); +} +.border-r-blue-600\/75{ + border-right-color: rgb(0 99 149 / 0.75); +} +.border-r-blue-600\/80{ + border-right-color: rgb(0 99 149 / 0.8); +} +.border-r-blue-600\/90{ + border-right-color: rgb(0 99 149 / 0.9); +} +.border-r-blue-600\/95{ + border-right-color: rgb(0 99 149 / 0.95); +} +.border-r-blue-600\/100{ + border-right-color: rgb(0 99 149 / 1); +} +.border-r-blue-700\/0{ + border-right-color: rgb(0 83 125 / 0); +} +.border-r-blue-700\/5{ + border-right-color: rgb(0 83 125 / 0.05); +} +.border-r-blue-700\/10{ + border-right-color: rgb(0 83 125 / 0.1); +} +.border-r-blue-700\/20{ + border-right-color: rgb(0 83 125 / 0.2); +} +.border-r-blue-700\/25{ + border-right-color: rgb(0 83 125 / 0.25); +} +.border-r-blue-700\/30{ + border-right-color: rgb(0 83 125 / 0.3); +} +.border-r-blue-700\/40{ + border-right-color: rgb(0 83 125 / 0.4); +} +.border-r-blue-700\/50{ + border-right-color: rgb(0 83 125 / 0.5); +} +.border-r-blue-700\/60{ + border-right-color: rgb(0 83 125 / 0.6); +} +.border-r-blue-700\/70{ + border-right-color: rgb(0 83 125 / 0.7); +} +.border-r-blue-700\/75{ + border-right-color: rgb(0 83 125 / 0.75); +} +.border-r-blue-700\/80{ + border-right-color: rgb(0 83 125 / 0.8); +} +.border-r-blue-700\/90{ + border-right-color: rgb(0 83 125 / 0.9); +} +.border-r-blue-700\/95{ + border-right-color: rgb(0 83 125 / 0.95); +} +.border-r-blue-700\/100{ + border-right-color: rgb(0 83 125 / 1); +} +.border-r-blue-800\/0{ + border-right-color: rgb(0 66 100 / 0); +} +.border-r-blue-800\/5{ + border-right-color: rgb(0 66 100 / 0.05); +} +.border-r-blue-800\/10{ + border-right-color: rgb(0 66 100 / 0.1); +} +.border-r-blue-800\/20{ + border-right-color: rgb(0 66 100 / 0.2); +} +.border-r-blue-800\/25{ + border-right-color: rgb(0 66 100 / 0.25); +} +.border-r-blue-800\/30{ + border-right-color: rgb(0 66 100 / 0.3); +} +.border-r-blue-800\/40{ + border-right-color: rgb(0 66 100 / 0.4); +} +.border-r-blue-800\/50{ + border-right-color: rgb(0 66 100 / 0.5); +} +.border-r-blue-800\/60{ + border-right-color: rgb(0 66 100 / 0.6); +} +.border-r-blue-800\/70{ + border-right-color: rgb(0 66 100 / 0.7); +} +.border-r-blue-800\/75{ + border-right-color: rgb(0 66 100 / 0.75); +} +.border-r-blue-800\/80{ + border-right-color: rgb(0 66 100 / 0.8); +} +.border-r-blue-800\/90{ + border-right-color: rgb(0 66 100 / 0.9); +} +.border-r-blue-800\/95{ + border-right-color: rgb(0 66 100 / 0.95); +} +.border-r-blue-800\/100{ + border-right-color: rgb(0 66 100 / 1); +} +.border-r-blue-900\/0{ + border-right-color: rgb(0 54 81 / 0); +} +.border-r-blue-900\/5{ + border-right-color: rgb(0 54 81 / 0.05); +} +.border-r-blue-900\/10{ + border-right-color: rgb(0 54 81 / 0.1); +} +.border-r-blue-900\/20{ + border-right-color: rgb(0 54 81 / 0.2); +} +.border-r-blue-900\/25{ + border-right-color: rgb(0 54 81 / 0.25); +} +.border-r-blue-900\/30{ + border-right-color: rgb(0 54 81 / 0.3); +} +.border-r-blue-900\/40{ + border-right-color: rgb(0 54 81 / 0.4); +} +.border-r-blue-900\/50{ + border-right-color: rgb(0 54 81 / 0.5); +} +.border-r-blue-900\/60{ + border-right-color: rgb(0 54 81 / 0.6); +} +.border-r-blue-900\/70{ + border-right-color: rgb(0 54 81 / 0.7); +} +.border-r-blue-900\/75{ + border-right-color: rgb(0 54 81 / 0.75); +} +.border-r-blue-900\/80{ + border-right-color: rgb(0 54 81 / 0.8); +} +.border-r-blue-900\/90{ + border-right-color: rgb(0 54 81 / 0.9); +} +.border-r-blue-900\/95{ + border-right-color: rgb(0 54 81 / 0.95); +} +.border-r-blue-900\/100{ + border-right-color: rgb(0 54 81 / 1); +} +.border-r-blue\/0{ + border-right-color: rgb(0 110 166 / 0); +} +.border-r-blue\/5{ + border-right-color: rgb(0 110 166 / 0.05); +} +.border-r-blue\/10{ + border-right-color: rgb(0 110 166 / 0.1); +} +.border-r-blue\/20{ + border-right-color: rgb(0 110 166 / 0.2); +} +.border-r-blue\/25{ + border-right-color: rgb(0 110 166 / 0.25); +} +.border-r-blue\/30{ + border-right-color: rgb(0 110 166 / 0.3); +} +.border-r-blue\/40{ + border-right-color: rgb(0 110 166 / 0.4); +} +.border-r-blue\/50{ + border-right-color: rgb(0 110 166 / 0.5); +} +.border-r-blue\/60{ + border-right-color: rgb(0 110 166 / 0.6); +} +.border-r-blue\/70{ + border-right-color: rgb(0 110 166 / 0.7); +} +.border-r-blue\/75{ + border-right-color: rgb(0 110 166 / 0.75); +} +.border-r-blue\/80{ + border-right-color: rgb(0 110 166 / 0.8); +} +.border-r-blue\/90{ + border-right-color: rgb(0 110 166 / 0.9); +} +.border-r-blue\/95{ + border-right-color: rgb(0 110 166 / 0.95); +} +.border-r-blue\/100{ + border-right-color: rgb(0 110 166 / 1); +} +.border-r-indigo-50\/0{ + border-right-color: rgb(240 245 255 / 0); +} +.border-r-indigo-50\/5{ + border-right-color: rgb(240 245 255 / 0.05); +} +.border-r-indigo-50\/10{ + border-right-color: rgb(240 245 255 / 0.1); +} +.border-r-indigo-50\/20{ + border-right-color: rgb(240 245 255 / 0.2); +} +.border-r-indigo-50\/25{ + border-right-color: rgb(240 245 255 / 0.25); +} +.border-r-indigo-50\/30{ + border-right-color: rgb(240 245 255 / 0.3); +} +.border-r-indigo-50\/40{ + border-right-color: rgb(240 245 255 / 0.4); +} +.border-r-indigo-50\/50{ + border-right-color: rgb(240 245 255 / 0.5); +} +.border-r-indigo-50\/60{ + border-right-color: rgb(240 245 255 / 0.6); +} +.border-r-indigo-50\/70{ + border-right-color: rgb(240 245 255 / 0.7); +} +.border-r-indigo-50\/75{ + border-right-color: rgb(240 245 255 / 0.75); +} +.border-r-indigo-50\/80{ + border-right-color: rgb(240 245 255 / 0.8); +} +.border-r-indigo-50\/90{ + border-right-color: rgb(240 245 255 / 0.9); +} +.border-r-indigo-50\/95{ + border-right-color: rgb(240 245 255 / 0.95); +} +.border-r-indigo-50\/100{ + border-right-color: rgb(240 245 255 / 1); +} +.border-r-indigo-100\/0{ + border-right-color: rgb(229 237 255 / 0); +} +.border-r-indigo-100\/5{ + border-right-color: rgb(229 237 255 / 0.05); +} +.border-r-indigo-100\/10{ + border-right-color: rgb(229 237 255 / 0.1); +} +.border-r-indigo-100\/20{ + border-right-color: rgb(229 237 255 / 0.2); +} +.border-r-indigo-100\/25{ + border-right-color: rgb(229 237 255 / 0.25); +} +.border-r-indigo-100\/30{ + border-right-color: rgb(229 237 255 / 0.3); +} +.border-r-indigo-100\/40{ + border-right-color: rgb(229 237 255 / 0.4); +} +.border-r-indigo-100\/50{ + border-right-color: rgb(229 237 255 / 0.5); +} +.border-r-indigo-100\/60{ + border-right-color: rgb(229 237 255 / 0.6); +} +.border-r-indigo-100\/70{ + border-right-color: rgb(229 237 255 / 0.7); +} +.border-r-indigo-100\/75{ + border-right-color: rgb(229 237 255 / 0.75); +} +.border-r-indigo-100\/80{ + border-right-color: rgb(229 237 255 / 0.8); +} +.border-r-indigo-100\/90{ + border-right-color: rgb(229 237 255 / 0.9); +} +.border-r-indigo-100\/95{ + border-right-color: rgb(229 237 255 / 0.95); +} +.border-r-indigo-100\/100{ + border-right-color: rgb(229 237 255 / 1); +} +.border-r-indigo-200\/0{ + border-right-color: rgb(205 219 254 / 0); +} +.border-r-indigo-200\/5{ + border-right-color: rgb(205 219 254 / 0.05); +} +.border-r-indigo-200\/10{ + border-right-color: rgb(205 219 254 / 0.1); +} +.border-r-indigo-200\/20{ + border-right-color: rgb(205 219 254 / 0.2); +} +.border-r-indigo-200\/25{ + border-right-color: rgb(205 219 254 / 0.25); +} +.border-r-indigo-200\/30{ + border-right-color: rgb(205 219 254 / 0.3); +} +.border-r-indigo-200\/40{ + border-right-color: rgb(205 219 254 / 0.4); +} +.border-r-indigo-200\/50{ + border-right-color: rgb(205 219 254 / 0.5); +} +.border-r-indigo-200\/60{ + border-right-color: rgb(205 219 254 / 0.6); +} +.border-r-indigo-200\/70{ + border-right-color: rgb(205 219 254 / 0.7); +} +.border-r-indigo-200\/75{ + border-right-color: rgb(205 219 254 / 0.75); +} +.border-r-indigo-200\/80{ + border-right-color: rgb(205 219 254 / 0.8); +} +.border-r-indigo-200\/90{ + border-right-color: rgb(205 219 254 / 0.9); +} +.border-r-indigo-200\/95{ + border-right-color: rgb(205 219 254 / 0.95); +} +.border-r-indigo-200\/100{ + border-right-color: rgb(205 219 254 / 1); +} +.border-r-indigo-300\/0{ + border-right-color: rgb(180 198 252 / 0); +} +.border-r-indigo-300\/5{ + border-right-color: rgb(180 198 252 / 0.05); +} +.border-r-indigo-300\/10{ + border-right-color: rgb(180 198 252 / 0.1); +} +.border-r-indigo-300\/20{ + border-right-color: rgb(180 198 252 / 0.2); +} +.border-r-indigo-300\/25{ + border-right-color: rgb(180 198 252 / 0.25); +} +.border-r-indigo-300\/30{ + border-right-color: rgb(180 198 252 / 0.3); +} +.border-r-indigo-300\/40{ + border-right-color: rgb(180 198 252 / 0.4); +} +.border-r-indigo-300\/50{ + border-right-color: rgb(180 198 252 / 0.5); +} +.border-r-indigo-300\/60{ + border-right-color: rgb(180 198 252 / 0.6); +} +.border-r-indigo-300\/70{ + border-right-color: rgb(180 198 252 / 0.7); +} +.border-r-indigo-300\/75{ + border-right-color: rgb(180 198 252 / 0.75); +} +.border-r-indigo-300\/80{ + border-right-color: rgb(180 198 252 / 0.8); +} +.border-r-indigo-300\/90{ + border-right-color: rgb(180 198 252 / 0.9); +} +.border-r-indigo-300\/95{ + border-right-color: rgb(180 198 252 / 0.95); +} +.border-r-indigo-300\/100{ + border-right-color: rgb(180 198 252 / 1); +} +.border-r-indigo-400\/0{ + border-right-color: rgb(141 162 251 / 0); +} +.border-r-indigo-400\/5{ + border-right-color: rgb(141 162 251 / 0.05); +} +.border-r-indigo-400\/10{ + border-right-color: rgb(141 162 251 / 0.1); +} +.border-r-indigo-400\/20{ + border-right-color: rgb(141 162 251 / 0.2); +} +.border-r-indigo-400\/25{ + border-right-color: rgb(141 162 251 / 0.25); +} +.border-r-indigo-400\/30{ + border-right-color: rgb(141 162 251 / 0.3); +} +.border-r-indigo-400\/40{ + border-right-color: rgb(141 162 251 / 0.4); +} +.border-r-indigo-400\/50{ + border-right-color: rgb(141 162 251 / 0.5); +} +.border-r-indigo-400\/60{ + border-right-color: rgb(141 162 251 / 0.6); +} +.border-r-indigo-400\/70{ + border-right-color: rgb(141 162 251 / 0.7); +} +.border-r-indigo-400\/75{ + border-right-color: rgb(141 162 251 / 0.75); +} +.border-r-indigo-400\/80{ + border-right-color: rgb(141 162 251 / 0.8); +} +.border-r-indigo-400\/90{ + border-right-color: rgb(141 162 251 / 0.9); +} +.border-r-indigo-400\/95{ + border-right-color: rgb(141 162 251 / 0.95); +} +.border-r-indigo-400\/100{ + border-right-color: rgb(141 162 251 / 1); +} +.border-r-indigo-500\/0{ + border-right-color: rgb(104 117 245 / 0); +} +.border-r-indigo-500\/5{ + border-right-color: rgb(104 117 245 / 0.05); +} +.border-r-indigo-500\/10{ + border-right-color: rgb(104 117 245 / 0.1); +} +.border-r-indigo-500\/20{ + border-right-color: rgb(104 117 245 / 0.2); +} +.border-r-indigo-500\/25{ + border-right-color: rgb(104 117 245 / 0.25); +} +.border-r-indigo-500\/30{ + border-right-color: rgb(104 117 245 / 0.3); +} +.border-r-indigo-500\/40{ + border-right-color: rgb(104 117 245 / 0.4); +} +.border-r-indigo-500\/50{ + border-right-color: rgb(104 117 245 / 0.5); +} +.border-r-indigo-500\/60{ + border-right-color: rgb(104 117 245 / 0.6); +} +.border-r-indigo-500\/70{ + border-right-color: rgb(104 117 245 / 0.7); +} +.border-r-indigo-500\/75{ + border-right-color: rgb(104 117 245 / 0.75); +} +.border-r-indigo-500\/80{ + border-right-color: rgb(104 117 245 / 0.8); +} +.border-r-indigo-500\/90{ + border-right-color: rgb(104 117 245 / 0.9); +} +.border-r-indigo-500\/95{ + border-right-color: rgb(104 117 245 / 0.95); +} +.border-r-indigo-500\/100{ + border-right-color: rgb(104 117 245 / 1); +} +.border-r-indigo-600\/0{ + border-right-color: rgb(88 80 236 / 0); +} +.border-r-indigo-600\/5{ + border-right-color: rgb(88 80 236 / 0.05); +} +.border-r-indigo-600\/10{ + border-right-color: rgb(88 80 236 / 0.1); +} +.border-r-indigo-600\/20{ + border-right-color: rgb(88 80 236 / 0.2); +} +.border-r-indigo-600\/25{ + border-right-color: rgb(88 80 236 / 0.25); +} +.border-r-indigo-600\/30{ + border-right-color: rgb(88 80 236 / 0.3); +} +.border-r-indigo-600\/40{ + border-right-color: rgb(88 80 236 / 0.4); +} +.border-r-indigo-600\/50{ + border-right-color: rgb(88 80 236 / 0.5); +} +.border-r-indigo-600\/60{ + border-right-color: rgb(88 80 236 / 0.6); +} +.border-r-indigo-600\/70{ + border-right-color: rgb(88 80 236 / 0.7); +} +.border-r-indigo-600\/75{ + border-right-color: rgb(88 80 236 / 0.75); +} +.border-r-indigo-600\/80{ + border-right-color: rgb(88 80 236 / 0.8); +} +.border-r-indigo-600\/90{ + border-right-color: rgb(88 80 236 / 0.9); +} +.border-r-indigo-600\/95{ + border-right-color: rgb(88 80 236 / 0.95); +} +.border-r-indigo-600\/100{ + border-right-color: rgb(88 80 236 / 1); +} +.border-r-indigo-700\/0{ + border-right-color: rgb(81 69 205 / 0); +} +.border-r-indigo-700\/5{ + border-right-color: rgb(81 69 205 / 0.05); +} +.border-r-indigo-700\/10{ + border-right-color: rgb(81 69 205 / 0.1); +} +.border-r-indigo-700\/20{ + border-right-color: rgb(81 69 205 / 0.2); +} +.border-r-indigo-700\/25{ + border-right-color: rgb(81 69 205 / 0.25); +} +.border-r-indigo-700\/30{ + border-right-color: rgb(81 69 205 / 0.3); +} +.border-r-indigo-700\/40{ + border-right-color: rgb(81 69 205 / 0.4); +} +.border-r-indigo-700\/50{ + border-right-color: rgb(81 69 205 / 0.5); +} +.border-r-indigo-700\/60{ + border-right-color: rgb(81 69 205 / 0.6); +} +.border-r-indigo-700\/70{ + border-right-color: rgb(81 69 205 / 0.7); +} +.border-r-indigo-700\/75{ + border-right-color: rgb(81 69 205 / 0.75); +} +.border-r-indigo-700\/80{ + border-right-color: rgb(81 69 205 / 0.8); +} +.border-r-indigo-700\/90{ + border-right-color: rgb(81 69 205 / 0.9); +} +.border-r-indigo-700\/95{ + border-right-color: rgb(81 69 205 / 0.95); +} +.border-r-indigo-700\/100{ + border-right-color: rgb(81 69 205 / 1); +} +.border-r-indigo-800\/0{ + border-right-color: rgb(66 56 157 / 0); +} +.border-r-indigo-800\/5{ + border-right-color: rgb(66 56 157 / 0.05); +} +.border-r-indigo-800\/10{ + border-right-color: rgb(66 56 157 / 0.1); +} +.border-r-indigo-800\/20{ + border-right-color: rgb(66 56 157 / 0.2); +} +.border-r-indigo-800\/25{ + border-right-color: rgb(66 56 157 / 0.25); +} +.border-r-indigo-800\/30{ + border-right-color: rgb(66 56 157 / 0.3); +} +.border-r-indigo-800\/40{ + border-right-color: rgb(66 56 157 / 0.4); +} +.border-r-indigo-800\/50{ + border-right-color: rgb(66 56 157 / 0.5); +} +.border-r-indigo-800\/60{ + border-right-color: rgb(66 56 157 / 0.6); +} +.border-r-indigo-800\/70{ + border-right-color: rgb(66 56 157 / 0.7); +} +.border-r-indigo-800\/75{ + border-right-color: rgb(66 56 157 / 0.75); +} +.border-r-indigo-800\/80{ + border-right-color: rgb(66 56 157 / 0.8); +} +.border-r-indigo-800\/90{ + border-right-color: rgb(66 56 157 / 0.9); +} +.border-r-indigo-800\/95{ + border-right-color: rgb(66 56 157 / 0.95); +} +.border-r-indigo-800\/100{ + border-right-color: rgb(66 56 157 / 1); +} +.border-r-indigo-900\/0{ + border-right-color: rgb(54 47 120 / 0); +} +.border-r-indigo-900\/5{ + border-right-color: rgb(54 47 120 / 0.05); +} +.border-r-indigo-900\/10{ + border-right-color: rgb(54 47 120 / 0.1); +} +.border-r-indigo-900\/20{ + border-right-color: rgb(54 47 120 / 0.2); +} +.border-r-indigo-900\/25{ + border-right-color: rgb(54 47 120 / 0.25); +} +.border-r-indigo-900\/30{ + border-right-color: rgb(54 47 120 / 0.3); +} +.border-r-indigo-900\/40{ + border-right-color: rgb(54 47 120 / 0.4); +} +.border-r-indigo-900\/50{ + border-right-color: rgb(54 47 120 / 0.5); +} +.border-r-indigo-900\/60{ + border-right-color: rgb(54 47 120 / 0.6); +} +.border-r-indigo-900\/70{ + border-right-color: rgb(54 47 120 / 0.7); +} +.border-r-indigo-900\/75{ + border-right-color: rgb(54 47 120 / 0.75); +} +.border-r-indigo-900\/80{ + border-right-color: rgb(54 47 120 / 0.8); +} +.border-r-indigo-900\/90{ + border-right-color: rgb(54 47 120 / 0.9); +} +.border-r-indigo-900\/95{ + border-right-color: rgb(54 47 120 / 0.95); +} +.border-r-indigo-900\/100{ + border-right-color: rgb(54 47 120 / 1); +} +.border-r-violet-50\/0{ + border-right-color: rgb(245 243 255 / 0); +} +.border-r-violet-50\/5{ + border-right-color: rgb(245 243 255 / 0.05); +} +.border-r-violet-50\/10{ + border-right-color: rgb(245 243 255 / 0.1); +} +.border-r-violet-50\/20{ + border-right-color: rgb(245 243 255 / 0.2); +} +.border-r-violet-50\/25{ + border-right-color: rgb(245 243 255 / 0.25); +} +.border-r-violet-50\/30{ + border-right-color: rgb(245 243 255 / 0.3); +} +.border-r-violet-50\/40{ + border-right-color: rgb(245 243 255 / 0.4); +} +.border-r-violet-50\/50{ + border-right-color: rgb(245 243 255 / 0.5); +} +.border-r-violet-50\/60{ + border-right-color: rgb(245 243 255 / 0.6); +} +.border-r-violet-50\/70{ + border-right-color: rgb(245 243 255 / 0.7); +} +.border-r-violet-50\/75{ + border-right-color: rgb(245 243 255 / 0.75); +} +.border-r-violet-50\/80{ + border-right-color: rgb(245 243 255 / 0.8); +} +.border-r-violet-50\/90{ + border-right-color: rgb(245 243 255 / 0.9); +} +.border-r-violet-50\/95{ + border-right-color: rgb(245 243 255 / 0.95); +} +.border-r-violet-50\/100{ + border-right-color: rgb(245 243 255 / 1); +} +.border-r-violet-100\/0{ + border-right-color: rgb(237 233 254 / 0); +} +.border-r-violet-100\/5{ + border-right-color: rgb(237 233 254 / 0.05); +} +.border-r-violet-100\/10{ + border-right-color: rgb(237 233 254 / 0.1); +} +.border-r-violet-100\/20{ + border-right-color: rgb(237 233 254 / 0.2); +} +.border-r-violet-100\/25{ + border-right-color: rgb(237 233 254 / 0.25); +} +.border-r-violet-100\/30{ + border-right-color: rgb(237 233 254 / 0.3); +} +.border-r-violet-100\/40{ + border-right-color: rgb(237 233 254 / 0.4); +} +.border-r-violet-100\/50{ + border-right-color: rgb(237 233 254 / 0.5); +} +.border-r-violet-100\/60{ + border-right-color: rgb(237 233 254 / 0.6); +} +.border-r-violet-100\/70{ + border-right-color: rgb(237 233 254 / 0.7); +} +.border-r-violet-100\/75{ + border-right-color: rgb(237 233 254 / 0.75); +} +.border-r-violet-100\/80{ + border-right-color: rgb(237 233 254 / 0.8); +} +.border-r-violet-100\/90{ + border-right-color: rgb(237 233 254 / 0.9); +} +.border-r-violet-100\/95{ + border-right-color: rgb(237 233 254 / 0.95); +} +.border-r-violet-100\/100{ + border-right-color: rgb(237 233 254 / 1); +} +.border-r-violet-200\/0{ + border-right-color: rgb(221 214 254 / 0); +} +.border-r-violet-200\/5{ + border-right-color: rgb(221 214 254 / 0.05); +} +.border-r-violet-200\/10{ + border-right-color: rgb(221 214 254 / 0.1); +} +.border-r-violet-200\/20{ + border-right-color: rgb(221 214 254 / 0.2); +} +.border-r-violet-200\/25{ + border-right-color: rgb(221 214 254 / 0.25); +} +.border-r-violet-200\/30{ + border-right-color: rgb(221 214 254 / 0.3); +} +.border-r-violet-200\/40{ + border-right-color: rgb(221 214 254 / 0.4); +} +.border-r-violet-200\/50{ + border-right-color: rgb(221 214 254 / 0.5); +} +.border-r-violet-200\/60{ + border-right-color: rgb(221 214 254 / 0.6); +} +.border-r-violet-200\/70{ + border-right-color: rgb(221 214 254 / 0.7); +} +.border-r-violet-200\/75{ + border-right-color: rgb(221 214 254 / 0.75); +} +.border-r-violet-200\/80{ + border-right-color: rgb(221 214 254 / 0.8); +} +.border-r-violet-200\/90{ + border-right-color: rgb(221 214 254 / 0.9); +} +.border-r-violet-200\/95{ + border-right-color: rgb(221 214 254 / 0.95); +} +.border-r-violet-200\/100{ + border-right-color: rgb(221 214 254 / 1); +} +.border-r-violet-300\/0{ + border-right-color: rgb(196 181 253 / 0); +} +.border-r-violet-300\/5{ + border-right-color: rgb(196 181 253 / 0.05); +} +.border-r-violet-300\/10{ + border-right-color: rgb(196 181 253 / 0.1); +} +.border-r-violet-300\/20{ + border-right-color: rgb(196 181 253 / 0.2); +} +.border-r-violet-300\/25{ + border-right-color: rgb(196 181 253 / 0.25); +} +.border-r-violet-300\/30{ + border-right-color: rgb(196 181 253 / 0.3); +} +.border-r-violet-300\/40{ + border-right-color: rgb(196 181 253 / 0.4); +} +.border-r-violet-300\/50{ + border-right-color: rgb(196 181 253 / 0.5); +} +.border-r-violet-300\/60{ + border-right-color: rgb(196 181 253 / 0.6); +} +.border-r-violet-300\/70{ + border-right-color: rgb(196 181 253 / 0.7); +} +.border-r-violet-300\/75{ + border-right-color: rgb(196 181 253 / 0.75); +} +.border-r-violet-300\/80{ + border-right-color: rgb(196 181 253 / 0.8); +} +.border-r-violet-300\/90{ + border-right-color: rgb(196 181 253 / 0.9); +} +.border-r-violet-300\/95{ + border-right-color: rgb(196 181 253 / 0.95); +} +.border-r-violet-300\/100{ + border-right-color: rgb(196 181 253 / 1); +} +.border-r-violet-400\/0{ + border-right-color: rgb(167 139 250 / 0); +} +.border-r-violet-400\/5{ + border-right-color: rgb(167 139 250 / 0.05); +} +.border-r-violet-400\/10{ + border-right-color: rgb(167 139 250 / 0.1); +} +.border-r-violet-400\/20{ + border-right-color: rgb(167 139 250 / 0.2); +} +.border-r-violet-400\/25{ + border-right-color: rgb(167 139 250 / 0.25); +} +.border-r-violet-400\/30{ + border-right-color: rgb(167 139 250 / 0.3); +} +.border-r-violet-400\/40{ + border-right-color: rgb(167 139 250 / 0.4); +} +.border-r-violet-400\/50{ + border-right-color: rgb(167 139 250 / 0.5); +} +.border-r-violet-400\/60{ + border-right-color: rgb(167 139 250 / 0.6); +} +.border-r-violet-400\/70{ + border-right-color: rgb(167 139 250 / 0.7); +} +.border-r-violet-400\/75{ + border-right-color: rgb(167 139 250 / 0.75); +} +.border-r-violet-400\/80{ + border-right-color: rgb(167 139 250 / 0.8); +} +.border-r-violet-400\/90{ + border-right-color: rgb(167 139 250 / 0.9); +} +.border-r-violet-400\/95{ + border-right-color: rgb(167 139 250 / 0.95); +} +.border-r-violet-400\/100{ + border-right-color: rgb(167 139 250 / 1); +} +.border-r-violet-500\/0{ + border-right-color: rgb(139 92 246 / 0); +} +.border-r-violet-500\/5{ + border-right-color: rgb(139 92 246 / 0.05); +} +.border-r-violet-500\/10{ + border-right-color: rgb(139 92 246 / 0.1); +} +.border-r-violet-500\/20{ + border-right-color: rgb(139 92 246 / 0.2); +} +.border-r-violet-500\/25{ + border-right-color: rgb(139 92 246 / 0.25); +} +.border-r-violet-500\/30{ + border-right-color: rgb(139 92 246 / 0.3); +} +.border-r-violet-500\/40{ + border-right-color: rgb(139 92 246 / 0.4); +} +.border-r-violet-500\/50{ + border-right-color: rgb(139 92 246 / 0.5); +} +.border-r-violet-500\/60{ + border-right-color: rgb(139 92 246 / 0.6); +} +.border-r-violet-500\/70{ + border-right-color: rgb(139 92 246 / 0.7); +} +.border-r-violet-500\/75{ + border-right-color: rgb(139 92 246 / 0.75); +} +.border-r-violet-500\/80{ + border-right-color: rgb(139 92 246 / 0.8); +} +.border-r-violet-500\/90{ + border-right-color: rgb(139 92 246 / 0.9); +} +.border-r-violet-500\/95{ + border-right-color: rgb(139 92 246 / 0.95); +} +.border-r-violet-500\/100{ + border-right-color: rgb(139 92 246 / 1); +} +.border-r-violet-600\/0{ + border-right-color: rgb(124 58 237 / 0); +} +.border-r-violet-600\/5{ + border-right-color: rgb(124 58 237 / 0.05); +} +.border-r-violet-600\/10{ + border-right-color: rgb(124 58 237 / 0.1); +} +.border-r-violet-600\/20{ + border-right-color: rgb(124 58 237 / 0.2); +} +.border-r-violet-600\/25{ + border-right-color: rgb(124 58 237 / 0.25); +} +.border-r-violet-600\/30{ + border-right-color: rgb(124 58 237 / 0.3); +} +.border-r-violet-600\/40{ + border-right-color: rgb(124 58 237 / 0.4); +} +.border-r-violet-600\/50{ + border-right-color: rgb(124 58 237 / 0.5); +} +.border-r-violet-600\/60{ + border-right-color: rgb(124 58 237 / 0.6); +} +.border-r-violet-600\/70{ + border-right-color: rgb(124 58 237 / 0.7); +} +.border-r-violet-600\/75{ + border-right-color: rgb(124 58 237 / 0.75); +} +.border-r-violet-600\/80{ + border-right-color: rgb(124 58 237 / 0.8); +} +.border-r-violet-600\/90{ + border-right-color: rgb(124 58 237 / 0.9); +} +.border-r-violet-600\/95{ + border-right-color: rgb(124 58 237 / 0.95); +} +.border-r-violet-600\/100{ + border-right-color: rgb(124 58 237 / 1); +} +.border-r-violet-700\/0{ + border-right-color: rgb(109 40 217 / 0); +} +.border-r-violet-700\/5{ + border-right-color: rgb(109 40 217 / 0.05); +} +.border-r-violet-700\/10{ + border-right-color: rgb(109 40 217 / 0.1); +} +.border-r-violet-700\/20{ + border-right-color: rgb(109 40 217 / 0.2); +} +.border-r-violet-700\/25{ + border-right-color: rgb(109 40 217 / 0.25); +} +.border-r-violet-700\/30{ + border-right-color: rgb(109 40 217 / 0.3); +} +.border-r-violet-700\/40{ + border-right-color: rgb(109 40 217 / 0.4); +} +.border-r-violet-700\/50{ + border-right-color: rgb(109 40 217 / 0.5); +} +.border-r-violet-700\/60{ + border-right-color: rgb(109 40 217 / 0.6); +} +.border-r-violet-700\/70{ + border-right-color: rgb(109 40 217 / 0.7); +} +.border-r-violet-700\/75{ + border-right-color: rgb(109 40 217 / 0.75); +} +.border-r-violet-700\/80{ + border-right-color: rgb(109 40 217 / 0.8); +} +.border-r-violet-700\/90{ + border-right-color: rgb(109 40 217 / 0.9); +} +.border-r-violet-700\/95{ + border-right-color: rgb(109 40 217 / 0.95); +} +.border-r-violet-700\/100{ + border-right-color: rgb(109 40 217 / 1); +} +.border-r-violet-800\/0{ + border-right-color: rgb(91 33 182 / 0); +} +.border-r-violet-800\/5{ + border-right-color: rgb(91 33 182 / 0.05); +} +.border-r-violet-800\/10{ + border-right-color: rgb(91 33 182 / 0.1); +} +.border-r-violet-800\/20{ + border-right-color: rgb(91 33 182 / 0.2); +} +.border-r-violet-800\/25{ + border-right-color: rgb(91 33 182 / 0.25); +} +.border-r-violet-800\/30{ + border-right-color: rgb(91 33 182 / 0.3); +} +.border-r-violet-800\/40{ + border-right-color: rgb(91 33 182 / 0.4); +} +.border-r-violet-800\/50{ + border-right-color: rgb(91 33 182 / 0.5); +} +.border-r-violet-800\/60{ + border-right-color: rgb(91 33 182 / 0.6); +} +.border-r-violet-800\/70{ + border-right-color: rgb(91 33 182 / 0.7); +} +.border-r-violet-800\/75{ + border-right-color: rgb(91 33 182 / 0.75); +} +.border-r-violet-800\/80{ + border-right-color: rgb(91 33 182 / 0.8); +} +.border-r-violet-800\/90{ + border-right-color: rgb(91 33 182 / 0.9); +} +.border-r-violet-800\/95{ + border-right-color: rgb(91 33 182 / 0.95); +} +.border-r-violet-800\/100{ + border-right-color: rgb(91 33 182 / 1); +} +.border-r-violet-900\/0{ + border-right-color: rgb(76 29 149 / 0); +} +.border-r-violet-900\/5{ + border-right-color: rgb(76 29 149 / 0.05); +} +.border-r-violet-900\/10{ + border-right-color: rgb(76 29 149 / 0.1); +} +.border-r-violet-900\/20{ + border-right-color: rgb(76 29 149 / 0.2); +} +.border-r-violet-900\/25{ + border-right-color: rgb(76 29 149 / 0.25); +} +.border-r-violet-900\/30{ + border-right-color: rgb(76 29 149 / 0.3); +} +.border-r-violet-900\/40{ + border-right-color: rgb(76 29 149 / 0.4); +} +.border-r-violet-900\/50{ + border-right-color: rgb(76 29 149 / 0.5); +} +.border-r-violet-900\/60{ + border-right-color: rgb(76 29 149 / 0.6); +} +.border-r-violet-900\/70{ + border-right-color: rgb(76 29 149 / 0.7); +} +.border-r-violet-900\/75{ + border-right-color: rgb(76 29 149 / 0.75); +} +.border-r-violet-900\/80{ + border-right-color: rgb(76 29 149 / 0.8); +} +.border-r-violet-900\/90{ + border-right-color: rgb(76 29 149 / 0.9); +} +.border-r-violet-900\/95{ + border-right-color: rgb(76 29 149 / 0.95); +} +.border-r-violet-900\/100{ + border-right-color: rgb(76 29 149 / 1); +} +.border-r-purple-50\/0{ + border-right-color: rgb(247 247 249 / 0); +} +.border-r-purple-50\/5{ + border-right-color: rgb(247 247 249 / 0.05); +} +.border-r-purple-50\/10{ + border-right-color: rgb(247 247 249 / 0.1); +} +.border-r-purple-50\/20{ + border-right-color: rgb(247 247 249 / 0.2); +} +.border-r-purple-50\/25{ + border-right-color: rgb(247 247 249 / 0.25); +} +.border-r-purple-50\/30{ + border-right-color: rgb(247 247 249 / 0.3); +} +.border-r-purple-50\/40{ + border-right-color: rgb(247 247 249 / 0.4); +} +.border-r-purple-50\/50{ + border-right-color: rgb(247 247 249 / 0.5); +} +.border-r-purple-50\/60{ + border-right-color: rgb(247 247 249 / 0.6); +} +.border-r-purple-50\/70{ + border-right-color: rgb(247 247 249 / 0.7); +} +.border-r-purple-50\/75{ + border-right-color: rgb(247 247 249 / 0.75); +} +.border-r-purple-50\/80{ + border-right-color: rgb(247 247 249 / 0.8); +} +.border-r-purple-50\/90{ + border-right-color: rgb(247 247 249 / 0.9); +} +.border-r-purple-50\/95{ + border-right-color: rgb(247 247 249 / 0.95); +} +.border-r-purple-50\/100{ + border-right-color: rgb(247 247 249 / 1); +} +.border-r-purple-100\/0{ + border-right-color: rgb(238 238 243 / 0); +} +.border-r-purple-100\/5{ + border-right-color: rgb(238 238 243 / 0.05); +} +.border-r-purple-100\/10{ + border-right-color: rgb(238 238 243 / 0.1); +} +.border-r-purple-100\/20{ + border-right-color: rgb(238 238 243 / 0.2); +} +.border-r-purple-100\/25{ + border-right-color: rgb(238 238 243 / 0.25); +} +.border-r-purple-100\/30{ + border-right-color: rgb(238 238 243 / 0.3); +} +.border-r-purple-100\/40{ + border-right-color: rgb(238 238 243 / 0.4); +} +.border-r-purple-100\/50{ + border-right-color: rgb(238 238 243 / 0.5); +} +.border-r-purple-100\/60{ + border-right-color: rgb(238 238 243 / 0.6); +} +.border-r-purple-100\/70{ + border-right-color: rgb(238 238 243 / 0.7); +} +.border-r-purple-100\/75{ + border-right-color: rgb(238 238 243 / 0.75); +} +.border-r-purple-100\/80{ + border-right-color: rgb(238 238 243 / 0.8); +} +.border-r-purple-100\/90{ + border-right-color: rgb(238 238 243 / 0.9); +} +.border-r-purple-100\/95{ + border-right-color: rgb(238 238 243 / 0.95); +} +.border-r-purple-100\/100{ + border-right-color: rgb(238 238 243 / 1); +} +.border-r-purple-200\/0{ + border-right-color: rgb(213 213 226 / 0); +} +.border-r-purple-200\/5{ + border-right-color: rgb(213 213 226 / 0.05); +} +.border-r-purple-200\/10{ + border-right-color: rgb(213 213 226 / 0.1); +} +.border-r-purple-200\/20{ + border-right-color: rgb(213 213 226 / 0.2); +} +.border-r-purple-200\/25{ + border-right-color: rgb(213 213 226 / 0.25); +} +.border-r-purple-200\/30{ + border-right-color: rgb(213 213 226 / 0.3); +} +.border-r-purple-200\/40{ + border-right-color: rgb(213 213 226 / 0.4); +} +.border-r-purple-200\/50{ + border-right-color: rgb(213 213 226 / 0.5); +} +.border-r-purple-200\/60{ + border-right-color: rgb(213 213 226 / 0.6); +} +.border-r-purple-200\/70{ + border-right-color: rgb(213 213 226 / 0.7); +} +.border-r-purple-200\/75{ + border-right-color: rgb(213 213 226 / 0.75); +} +.border-r-purple-200\/80{ + border-right-color: rgb(213 213 226 / 0.8); +} +.border-r-purple-200\/90{ + border-right-color: rgb(213 213 226 / 0.9); +} +.border-r-purple-200\/95{ + border-right-color: rgb(213 213 226 / 0.95); +} +.border-r-purple-200\/100{ + border-right-color: rgb(213 213 226 / 1); +} +.border-r-purple-300\/0{ + border-right-color: rgb(187 188 209 / 0); +} +.border-r-purple-300\/5{ + border-right-color: rgb(187 188 209 / 0.05); +} +.border-r-purple-300\/10{ + border-right-color: rgb(187 188 209 / 0.1); +} +.border-r-purple-300\/20{ + border-right-color: rgb(187 188 209 / 0.2); +} +.border-r-purple-300\/25{ + border-right-color: rgb(187 188 209 / 0.25); +} +.border-r-purple-300\/30{ + border-right-color: rgb(187 188 209 / 0.3); +} +.border-r-purple-300\/40{ + border-right-color: rgb(187 188 209 / 0.4); +} +.border-r-purple-300\/50{ + border-right-color: rgb(187 188 209 / 0.5); +} +.border-r-purple-300\/60{ + border-right-color: rgb(187 188 209 / 0.6); +} +.border-r-purple-300\/70{ + border-right-color: rgb(187 188 209 / 0.7); +} +.border-r-purple-300\/75{ + border-right-color: rgb(187 188 209 / 0.75); +} +.border-r-purple-300\/80{ + border-right-color: rgb(187 188 209 / 0.8); +} +.border-r-purple-300\/90{ + border-right-color: rgb(187 188 209 / 0.9); +} +.border-r-purple-300\/95{ + border-right-color: rgb(187 188 209 / 0.95); +} +.border-r-purple-300\/100{ + border-right-color: rgb(187 188 209 / 1); +} +.border-r-purple-400\/0{ + border-right-color: rgb(136 138 174 / 0); +} +.border-r-purple-400\/5{ + border-right-color: rgb(136 138 174 / 0.05); +} +.border-r-purple-400\/10{ + border-right-color: rgb(136 138 174 / 0.1); +} +.border-r-purple-400\/20{ + border-right-color: rgb(136 138 174 / 0.2); +} +.border-r-purple-400\/25{ + border-right-color: rgb(136 138 174 / 0.25); +} +.border-r-purple-400\/30{ + border-right-color: rgb(136 138 174 / 0.3); +} +.border-r-purple-400\/40{ + border-right-color: rgb(136 138 174 / 0.4); +} +.border-r-purple-400\/50{ + border-right-color: rgb(136 138 174 / 0.5); +} +.border-r-purple-400\/60{ + border-right-color: rgb(136 138 174 / 0.6); +} +.border-r-purple-400\/70{ + border-right-color: rgb(136 138 174 / 0.7); +} +.border-r-purple-400\/75{ + border-right-color: rgb(136 138 174 / 0.75); +} +.border-r-purple-400\/80{ + border-right-color: rgb(136 138 174 / 0.8); +} +.border-r-purple-400\/90{ + border-right-color: rgb(136 138 174 / 0.9); +} +.border-r-purple-400\/95{ + border-right-color: rgb(136 138 174 / 0.95); +} +.border-r-purple-400\/100{ + border-right-color: rgb(136 138 174 / 1); +} +.border-r-purple-500\/0{ + border-right-color: rgb(85 88 139 / 0); +} +.border-r-purple-500\/5{ + border-right-color: rgb(85 88 139 / 0.05); +} +.border-r-purple-500\/10{ + border-right-color: rgb(85 88 139 / 0.1); +} +.border-r-purple-500\/20{ + border-right-color: rgb(85 88 139 / 0.2); +} +.border-r-purple-500\/25{ + border-right-color: rgb(85 88 139 / 0.25); +} +.border-r-purple-500\/30{ + border-right-color: rgb(85 88 139 / 0.3); +} +.border-r-purple-500\/40{ + border-right-color: rgb(85 88 139 / 0.4); +} +.border-r-purple-500\/50{ + border-right-color: rgb(85 88 139 / 0.5); +} +.border-r-purple-500\/60{ + border-right-color: rgb(85 88 139 / 0.6); +} +.border-r-purple-500\/70{ + border-right-color: rgb(85 88 139 / 0.7); +} +.border-r-purple-500\/75{ + border-right-color: rgb(85 88 139 / 0.75); +} +.border-r-purple-500\/80{ + border-right-color: rgb(85 88 139 / 0.8); +} +.border-r-purple-500\/90{ + border-right-color: rgb(85 88 139 / 0.9); +} +.border-r-purple-500\/95{ + border-right-color: rgb(85 88 139 / 0.95); +} +.border-r-purple-500\/100{ + border-right-color: rgb(85 88 139 / 1); +} +.border-r-purple-600\/0{ + border-right-color: rgb(77 79 125 / 0); +} +.border-r-purple-600\/5{ + border-right-color: rgb(77 79 125 / 0.05); +} +.border-r-purple-600\/10{ + border-right-color: rgb(77 79 125 / 0.1); +} +.border-r-purple-600\/20{ + border-right-color: rgb(77 79 125 / 0.2); +} +.border-r-purple-600\/25{ + border-right-color: rgb(77 79 125 / 0.25); +} +.border-r-purple-600\/30{ + border-right-color: rgb(77 79 125 / 0.3); +} +.border-r-purple-600\/40{ + border-right-color: rgb(77 79 125 / 0.4); +} +.border-r-purple-600\/50{ + border-right-color: rgb(77 79 125 / 0.5); +} +.border-r-purple-600\/60{ + border-right-color: rgb(77 79 125 / 0.6); +} +.border-r-purple-600\/70{ + border-right-color: rgb(77 79 125 / 0.7); +} +.border-r-purple-600\/75{ + border-right-color: rgb(77 79 125 / 0.75); +} +.border-r-purple-600\/80{ + border-right-color: rgb(77 79 125 / 0.8); +} +.border-r-purple-600\/90{ + border-right-color: rgb(77 79 125 / 0.9); +} +.border-r-purple-600\/95{ + border-right-color: rgb(77 79 125 / 0.95); +} +.border-r-purple-600\/100{ + border-right-color: rgb(77 79 125 / 1); +} +.border-r-purple-700\/0{ + border-right-color: rgb(64 66 104 / 0); +} +.border-r-purple-700\/5{ + border-right-color: rgb(64 66 104 / 0.05); +} +.border-r-purple-700\/10{ + border-right-color: rgb(64 66 104 / 0.1); +} +.border-r-purple-700\/20{ + border-right-color: rgb(64 66 104 / 0.2); +} +.border-r-purple-700\/25{ + border-right-color: rgb(64 66 104 / 0.25); +} +.border-r-purple-700\/30{ + border-right-color: rgb(64 66 104 / 0.3); +} +.border-r-purple-700\/40{ + border-right-color: rgb(64 66 104 / 0.4); +} +.border-r-purple-700\/50{ + border-right-color: rgb(64 66 104 / 0.5); +} +.border-r-purple-700\/60{ + border-right-color: rgb(64 66 104 / 0.6); +} +.border-r-purple-700\/70{ + border-right-color: rgb(64 66 104 / 0.7); +} +.border-r-purple-700\/75{ + border-right-color: rgb(64 66 104 / 0.75); +} +.border-r-purple-700\/80{ + border-right-color: rgb(64 66 104 / 0.8); +} +.border-r-purple-700\/90{ + border-right-color: rgb(64 66 104 / 0.9); +} +.border-r-purple-700\/95{ + border-right-color: rgb(64 66 104 / 0.95); +} +.border-r-purple-700\/100{ + border-right-color: rgb(64 66 104 / 1); +} +.border-r-purple-800\/0{ + border-right-color: rgb(51 53 83 / 0); +} +.border-r-purple-800\/5{ + border-right-color: rgb(51 53 83 / 0.05); +} +.border-r-purple-800\/10{ + border-right-color: rgb(51 53 83 / 0.1); +} +.border-r-purple-800\/20{ + border-right-color: rgb(51 53 83 / 0.2); +} +.border-r-purple-800\/25{ + border-right-color: rgb(51 53 83 / 0.25); +} +.border-r-purple-800\/30{ + border-right-color: rgb(51 53 83 / 0.3); +} +.border-r-purple-800\/40{ + border-right-color: rgb(51 53 83 / 0.4); +} +.border-r-purple-800\/50{ + border-right-color: rgb(51 53 83 / 0.5); +} +.border-r-purple-800\/60{ + border-right-color: rgb(51 53 83 / 0.6); +} +.border-r-purple-800\/70{ + border-right-color: rgb(51 53 83 / 0.7); +} +.border-r-purple-800\/75{ + border-right-color: rgb(51 53 83 / 0.75); +} +.border-r-purple-800\/80{ + border-right-color: rgb(51 53 83 / 0.8); +} +.border-r-purple-800\/90{ + border-right-color: rgb(51 53 83 / 0.9); +} +.border-r-purple-800\/95{ + border-right-color: rgb(51 53 83 / 0.95); +} +.border-r-purple-800\/100{ + border-right-color: rgb(51 53 83 / 1); +} +.border-r-purple-900\/0{ + border-right-color: rgb(42 43 68 / 0); +} +.border-r-purple-900\/5{ + border-right-color: rgb(42 43 68 / 0.05); +} +.border-r-purple-900\/10{ + border-right-color: rgb(42 43 68 / 0.1); +} +.border-r-purple-900\/20{ + border-right-color: rgb(42 43 68 / 0.2); +} +.border-r-purple-900\/25{ + border-right-color: rgb(42 43 68 / 0.25); +} +.border-r-purple-900\/30{ + border-right-color: rgb(42 43 68 / 0.3); +} +.border-r-purple-900\/40{ + border-right-color: rgb(42 43 68 / 0.4); +} +.border-r-purple-900\/50{ + border-right-color: rgb(42 43 68 / 0.5); +} +.border-r-purple-900\/60{ + border-right-color: rgb(42 43 68 / 0.6); +} +.border-r-purple-900\/70{ + border-right-color: rgb(42 43 68 / 0.7); +} +.border-r-purple-900\/75{ + border-right-color: rgb(42 43 68 / 0.75); +} +.border-r-purple-900\/80{ + border-right-color: rgb(42 43 68 / 0.8); +} +.border-r-purple-900\/90{ + border-right-color: rgb(42 43 68 / 0.9); +} +.border-r-purple-900\/95{ + border-right-color: rgb(42 43 68 / 0.95); +} +.border-r-purple-900\/100{ + border-right-color: rgb(42 43 68 / 1); +} +.border-r-purple\/0{ + border-right-color: rgb(85 88 139 / 0); +} +.border-r-purple\/5{ + border-right-color: rgb(85 88 139 / 0.05); +} +.border-r-purple\/10{ + border-right-color: rgb(85 88 139 / 0.1); +} +.border-r-purple\/20{ + border-right-color: rgb(85 88 139 / 0.2); +} +.border-r-purple\/25{ + border-right-color: rgb(85 88 139 / 0.25); +} +.border-r-purple\/30{ + border-right-color: rgb(85 88 139 / 0.3); +} +.border-r-purple\/40{ + border-right-color: rgb(85 88 139 / 0.4); +} +.border-r-purple\/50{ + border-right-color: rgb(85 88 139 / 0.5); +} +.border-r-purple\/60{ + border-right-color: rgb(85 88 139 / 0.6); +} +.border-r-purple\/70{ + border-right-color: rgb(85 88 139 / 0.7); +} +.border-r-purple\/75{ + border-right-color: rgb(85 88 139 / 0.75); +} +.border-r-purple\/80{ + border-right-color: rgb(85 88 139 / 0.8); +} +.border-r-purple\/90{ + border-right-color: rgb(85 88 139 / 0.9); +} +.border-r-purple\/95{ + border-right-color: rgb(85 88 139 / 0.95); +} +.border-r-purple\/100{ + border-right-color: rgb(85 88 139 / 1); +} +.border-r-fuchsia-50\/0{ + border-right-color: rgb(253 244 255 / 0); +} +.border-r-fuchsia-50\/5{ + border-right-color: rgb(253 244 255 / 0.05); +} +.border-r-fuchsia-50\/10{ + border-right-color: rgb(253 244 255 / 0.1); +} +.border-r-fuchsia-50\/20{ + border-right-color: rgb(253 244 255 / 0.2); +} +.border-r-fuchsia-50\/25{ + border-right-color: rgb(253 244 255 / 0.25); +} +.border-r-fuchsia-50\/30{ + border-right-color: rgb(253 244 255 / 0.3); +} +.border-r-fuchsia-50\/40{ + border-right-color: rgb(253 244 255 / 0.4); +} +.border-r-fuchsia-50\/50{ + border-right-color: rgb(253 244 255 / 0.5); +} +.border-r-fuchsia-50\/60{ + border-right-color: rgb(253 244 255 / 0.6); +} +.border-r-fuchsia-50\/70{ + border-right-color: rgb(253 244 255 / 0.7); +} +.border-r-fuchsia-50\/75{ + border-right-color: rgb(253 244 255 / 0.75); +} +.border-r-fuchsia-50\/80{ + border-right-color: rgb(253 244 255 / 0.8); +} +.border-r-fuchsia-50\/90{ + border-right-color: rgb(253 244 255 / 0.9); +} +.border-r-fuchsia-50\/95{ + border-right-color: rgb(253 244 255 / 0.95); +} +.border-r-fuchsia-50\/100{ + border-right-color: rgb(253 244 255 / 1); +} +.border-r-fuchsia-100\/0{ + border-right-color: rgb(250 232 255 / 0); +} +.border-r-fuchsia-100\/5{ + border-right-color: rgb(250 232 255 / 0.05); +} +.border-r-fuchsia-100\/10{ + border-right-color: rgb(250 232 255 / 0.1); +} +.border-r-fuchsia-100\/20{ + border-right-color: rgb(250 232 255 / 0.2); +} +.border-r-fuchsia-100\/25{ + border-right-color: rgb(250 232 255 / 0.25); +} +.border-r-fuchsia-100\/30{ + border-right-color: rgb(250 232 255 / 0.3); +} +.border-r-fuchsia-100\/40{ + border-right-color: rgb(250 232 255 / 0.4); +} +.border-r-fuchsia-100\/50{ + border-right-color: rgb(250 232 255 / 0.5); +} +.border-r-fuchsia-100\/60{ + border-right-color: rgb(250 232 255 / 0.6); +} +.border-r-fuchsia-100\/70{ + border-right-color: rgb(250 232 255 / 0.7); +} +.border-r-fuchsia-100\/75{ + border-right-color: rgb(250 232 255 / 0.75); +} +.border-r-fuchsia-100\/80{ + border-right-color: rgb(250 232 255 / 0.8); +} +.border-r-fuchsia-100\/90{ + border-right-color: rgb(250 232 255 / 0.9); +} +.border-r-fuchsia-100\/95{ + border-right-color: rgb(250 232 255 / 0.95); +} +.border-r-fuchsia-100\/100{ + border-right-color: rgb(250 232 255 / 1); +} +.border-r-fuchsia-200\/0{ + border-right-color: rgb(245 208 254 / 0); +} +.border-r-fuchsia-200\/5{ + border-right-color: rgb(245 208 254 / 0.05); +} +.border-r-fuchsia-200\/10{ + border-right-color: rgb(245 208 254 / 0.1); +} +.border-r-fuchsia-200\/20{ + border-right-color: rgb(245 208 254 / 0.2); +} +.border-r-fuchsia-200\/25{ + border-right-color: rgb(245 208 254 / 0.25); +} +.border-r-fuchsia-200\/30{ + border-right-color: rgb(245 208 254 / 0.3); +} +.border-r-fuchsia-200\/40{ + border-right-color: rgb(245 208 254 / 0.4); +} +.border-r-fuchsia-200\/50{ + border-right-color: rgb(245 208 254 / 0.5); +} +.border-r-fuchsia-200\/60{ + border-right-color: rgb(245 208 254 / 0.6); +} +.border-r-fuchsia-200\/70{ + border-right-color: rgb(245 208 254 / 0.7); +} +.border-r-fuchsia-200\/75{ + border-right-color: rgb(245 208 254 / 0.75); +} +.border-r-fuchsia-200\/80{ + border-right-color: rgb(245 208 254 / 0.8); +} +.border-r-fuchsia-200\/90{ + border-right-color: rgb(245 208 254 / 0.9); +} +.border-r-fuchsia-200\/95{ + border-right-color: rgb(245 208 254 / 0.95); +} +.border-r-fuchsia-200\/100{ + border-right-color: rgb(245 208 254 / 1); +} +.border-r-fuchsia-300\/0{ + border-right-color: rgb(240 171 252 / 0); +} +.border-r-fuchsia-300\/5{ + border-right-color: rgb(240 171 252 / 0.05); +} +.border-r-fuchsia-300\/10{ + border-right-color: rgb(240 171 252 / 0.1); +} +.border-r-fuchsia-300\/20{ + border-right-color: rgb(240 171 252 / 0.2); +} +.border-r-fuchsia-300\/25{ + border-right-color: rgb(240 171 252 / 0.25); +} +.border-r-fuchsia-300\/30{ + border-right-color: rgb(240 171 252 / 0.3); +} +.border-r-fuchsia-300\/40{ + border-right-color: rgb(240 171 252 / 0.4); +} +.border-r-fuchsia-300\/50{ + border-right-color: rgb(240 171 252 / 0.5); +} +.border-r-fuchsia-300\/60{ + border-right-color: rgb(240 171 252 / 0.6); +} +.border-r-fuchsia-300\/70{ + border-right-color: rgb(240 171 252 / 0.7); +} +.border-r-fuchsia-300\/75{ + border-right-color: rgb(240 171 252 / 0.75); +} +.border-r-fuchsia-300\/80{ + border-right-color: rgb(240 171 252 / 0.8); +} +.border-r-fuchsia-300\/90{ + border-right-color: rgb(240 171 252 / 0.9); +} +.border-r-fuchsia-300\/95{ + border-right-color: rgb(240 171 252 / 0.95); +} +.border-r-fuchsia-300\/100{ + border-right-color: rgb(240 171 252 / 1); +} +.border-r-fuchsia-400\/0{ + border-right-color: rgb(232 121 249 / 0); +} +.border-r-fuchsia-400\/5{ + border-right-color: rgb(232 121 249 / 0.05); +} +.border-r-fuchsia-400\/10{ + border-right-color: rgb(232 121 249 / 0.1); +} +.border-r-fuchsia-400\/20{ + border-right-color: rgb(232 121 249 / 0.2); +} +.border-r-fuchsia-400\/25{ + border-right-color: rgb(232 121 249 / 0.25); +} +.border-r-fuchsia-400\/30{ + border-right-color: rgb(232 121 249 / 0.3); +} +.border-r-fuchsia-400\/40{ + border-right-color: rgb(232 121 249 / 0.4); +} +.border-r-fuchsia-400\/50{ + border-right-color: rgb(232 121 249 / 0.5); +} +.border-r-fuchsia-400\/60{ + border-right-color: rgb(232 121 249 / 0.6); +} +.border-r-fuchsia-400\/70{ + border-right-color: rgb(232 121 249 / 0.7); +} +.border-r-fuchsia-400\/75{ + border-right-color: rgb(232 121 249 / 0.75); +} +.border-r-fuchsia-400\/80{ + border-right-color: rgb(232 121 249 / 0.8); +} +.border-r-fuchsia-400\/90{ + border-right-color: rgb(232 121 249 / 0.9); +} +.border-r-fuchsia-400\/95{ + border-right-color: rgb(232 121 249 / 0.95); +} +.border-r-fuchsia-400\/100{ + border-right-color: rgb(232 121 249 / 1); +} +.border-r-fuchsia-500\/0{ + border-right-color: rgb(217 70 239 / 0); +} +.border-r-fuchsia-500\/5{ + border-right-color: rgb(217 70 239 / 0.05); +} +.border-r-fuchsia-500\/10{ + border-right-color: rgb(217 70 239 / 0.1); +} +.border-r-fuchsia-500\/20{ + border-right-color: rgb(217 70 239 / 0.2); +} +.border-r-fuchsia-500\/25{ + border-right-color: rgb(217 70 239 / 0.25); +} +.border-r-fuchsia-500\/30{ + border-right-color: rgb(217 70 239 / 0.3); +} +.border-r-fuchsia-500\/40{ + border-right-color: rgb(217 70 239 / 0.4); +} +.border-r-fuchsia-500\/50{ + border-right-color: rgb(217 70 239 / 0.5); +} +.border-r-fuchsia-500\/60{ + border-right-color: rgb(217 70 239 / 0.6); +} +.border-r-fuchsia-500\/70{ + border-right-color: rgb(217 70 239 / 0.7); +} +.border-r-fuchsia-500\/75{ + border-right-color: rgb(217 70 239 / 0.75); +} +.border-r-fuchsia-500\/80{ + border-right-color: rgb(217 70 239 / 0.8); +} +.border-r-fuchsia-500\/90{ + border-right-color: rgb(217 70 239 / 0.9); +} +.border-r-fuchsia-500\/95{ + border-right-color: rgb(217 70 239 / 0.95); +} +.border-r-fuchsia-500\/100{ + border-right-color: rgb(217 70 239 / 1); +} +.border-r-fuchsia-600\/0{ + border-right-color: rgb(192 38 211 / 0); +} +.border-r-fuchsia-600\/5{ + border-right-color: rgb(192 38 211 / 0.05); +} +.border-r-fuchsia-600\/10{ + border-right-color: rgb(192 38 211 / 0.1); +} +.border-r-fuchsia-600\/20{ + border-right-color: rgb(192 38 211 / 0.2); +} +.border-r-fuchsia-600\/25{ + border-right-color: rgb(192 38 211 / 0.25); +} +.border-r-fuchsia-600\/30{ + border-right-color: rgb(192 38 211 / 0.3); +} +.border-r-fuchsia-600\/40{ + border-right-color: rgb(192 38 211 / 0.4); +} +.border-r-fuchsia-600\/50{ + border-right-color: rgb(192 38 211 / 0.5); +} +.border-r-fuchsia-600\/60{ + border-right-color: rgb(192 38 211 / 0.6); +} +.border-r-fuchsia-600\/70{ + border-right-color: rgb(192 38 211 / 0.7); +} +.border-r-fuchsia-600\/75{ + border-right-color: rgb(192 38 211 / 0.75); +} +.border-r-fuchsia-600\/80{ + border-right-color: rgb(192 38 211 / 0.8); +} +.border-r-fuchsia-600\/90{ + border-right-color: rgb(192 38 211 / 0.9); +} +.border-r-fuchsia-600\/95{ + border-right-color: rgb(192 38 211 / 0.95); +} +.border-r-fuchsia-600\/100{ + border-right-color: rgb(192 38 211 / 1); +} +.border-r-fuchsia-700\/0{ + border-right-color: rgb(162 28 175 / 0); +} +.border-r-fuchsia-700\/5{ + border-right-color: rgb(162 28 175 / 0.05); +} +.border-r-fuchsia-700\/10{ + border-right-color: rgb(162 28 175 / 0.1); +} +.border-r-fuchsia-700\/20{ + border-right-color: rgb(162 28 175 / 0.2); +} +.border-r-fuchsia-700\/25{ + border-right-color: rgb(162 28 175 / 0.25); +} +.border-r-fuchsia-700\/30{ + border-right-color: rgb(162 28 175 / 0.3); +} +.border-r-fuchsia-700\/40{ + border-right-color: rgb(162 28 175 / 0.4); +} +.border-r-fuchsia-700\/50{ + border-right-color: rgb(162 28 175 / 0.5); +} +.border-r-fuchsia-700\/60{ + border-right-color: rgb(162 28 175 / 0.6); +} +.border-r-fuchsia-700\/70{ + border-right-color: rgb(162 28 175 / 0.7); +} +.border-r-fuchsia-700\/75{ + border-right-color: rgb(162 28 175 / 0.75); +} +.border-r-fuchsia-700\/80{ + border-right-color: rgb(162 28 175 / 0.8); +} +.border-r-fuchsia-700\/90{ + border-right-color: rgb(162 28 175 / 0.9); +} +.border-r-fuchsia-700\/95{ + border-right-color: rgb(162 28 175 / 0.95); +} +.border-r-fuchsia-700\/100{ + border-right-color: rgb(162 28 175 / 1); +} +.border-r-fuchsia-800\/0{ + border-right-color: rgb(134 25 143 / 0); +} +.border-r-fuchsia-800\/5{ + border-right-color: rgb(134 25 143 / 0.05); +} +.border-r-fuchsia-800\/10{ + border-right-color: rgb(134 25 143 / 0.1); +} +.border-r-fuchsia-800\/20{ + border-right-color: rgb(134 25 143 / 0.2); +} +.border-r-fuchsia-800\/25{ + border-right-color: rgb(134 25 143 / 0.25); +} +.border-r-fuchsia-800\/30{ + border-right-color: rgb(134 25 143 / 0.3); +} +.border-r-fuchsia-800\/40{ + border-right-color: rgb(134 25 143 / 0.4); +} +.border-r-fuchsia-800\/50{ + border-right-color: rgb(134 25 143 / 0.5); +} +.border-r-fuchsia-800\/60{ + border-right-color: rgb(134 25 143 / 0.6); +} +.border-r-fuchsia-800\/70{ + border-right-color: rgb(134 25 143 / 0.7); +} +.border-r-fuchsia-800\/75{ + border-right-color: rgb(134 25 143 / 0.75); +} +.border-r-fuchsia-800\/80{ + border-right-color: rgb(134 25 143 / 0.8); +} +.border-r-fuchsia-800\/90{ + border-right-color: rgb(134 25 143 / 0.9); +} +.border-r-fuchsia-800\/95{ + border-right-color: rgb(134 25 143 / 0.95); +} +.border-r-fuchsia-800\/100{ + border-right-color: rgb(134 25 143 / 1); +} +.border-r-fuchsia-900\/0{ + border-right-color: rgb(112 26 117 / 0); +} +.border-r-fuchsia-900\/5{ + border-right-color: rgb(112 26 117 / 0.05); +} +.border-r-fuchsia-900\/10{ + border-right-color: rgb(112 26 117 / 0.1); +} +.border-r-fuchsia-900\/20{ + border-right-color: rgb(112 26 117 / 0.2); +} +.border-r-fuchsia-900\/25{ + border-right-color: rgb(112 26 117 / 0.25); +} +.border-r-fuchsia-900\/30{ + border-right-color: rgb(112 26 117 / 0.3); +} +.border-r-fuchsia-900\/40{ + border-right-color: rgb(112 26 117 / 0.4); +} +.border-r-fuchsia-900\/50{ + border-right-color: rgb(112 26 117 / 0.5); +} +.border-r-fuchsia-900\/60{ + border-right-color: rgb(112 26 117 / 0.6); +} +.border-r-fuchsia-900\/70{ + border-right-color: rgb(112 26 117 / 0.7); +} +.border-r-fuchsia-900\/75{ + border-right-color: rgb(112 26 117 / 0.75); +} +.border-r-fuchsia-900\/80{ + border-right-color: rgb(112 26 117 / 0.8); +} +.border-r-fuchsia-900\/90{ + border-right-color: rgb(112 26 117 / 0.9); +} +.border-r-fuchsia-900\/95{ + border-right-color: rgb(112 26 117 / 0.95); +} +.border-r-fuchsia-900\/100{ + border-right-color: rgb(112 26 117 / 1); +} +.border-r-pink-50\/0{ + border-right-color: rgb(253 242 248 / 0); +} +.border-r-pink-50\/5{ + border-right-color: rgb(253 242 248 / 0.05); +} +.border-r-pink-50\/10{ + border-right-color: rgb(253 242 248 / 0.1); +} +.border-r-pink-50\/20{ + border-right-color: rgb(253 242 248 / 0.2); +} +.border-r-pink-50\/25{ + border-right-color: rgb(253 242 248 / 0.25); +} +.border-r-pink-50\/30{ + border-right-color: rgb(253 242 248 / 0.3); +} +.border-r-pink-50\/40{ + border-right-color: rgb(253 242 248 / 0.4); +} +.border-r-pink-50\/50{ + border-right-color: rgb(253 242 248 / 0.5); +} +.border-r-pink-50\/60{ + border-right-color: rgb(253 242 248 / 0.6); +} +.border-r-pink-50\/70{ + border-right-color: rgb(253 242 248 / 0.7); +} +.border-r-pink-50\/75{ + border-right-color: rgb(253 242 248 / 0.75); +} +.border-r-pink-50\/80{ + border-right-color: rgb(253 242 248 / 0.8); +} +.border-r-pink-50\/90{ + border-right-color: rgb(253 242 248 / 0.9); +} +.border-r-pink-50\/95{ + border-right-color: rgb(253 242 248 / 0.95); +} +.border-r-pink-50\/100{ + border-right-color: rgb(253 242 248 / 1); +} +.border-r-pink-100\/0{ + border-right-color: rgb(252 232 243 / 0); +} +.border-r-pink-100\/5{ + border-right-color: rgb(252 232 243 / 0.05); +} +.border-r-pink-100\/10{ + border-right-color: rgb(252 232 243 / 0.1); +} +.border-r-pink-100\/20{ + border-right-color: rgb(252 232 243 / 0.2); +} +.border-r-pink-100\/25{ + border-right-color: rgb(252 232 243 / 0.25); +} +.border-r-pink-100\/30{ + border-right-color: rgb(252 232 243 / 0.3); +} +.border-r-pink-100\/40{ + border-right-color: rgb(252 232 243 / 0.4); +} +.border-r-pink-100\/50{ + border-right-color: rgb(252 232 243 / 0.5); +} +.border-r-pink-100\/60{ + border-right-color: rgb(252 232 243 / 0.6); +} +.border-r-pink-100\/70{ + border-right-color: rgb(252 232 243 / 0.7); +} +.border-r-pink-100\/75{ + border-right-color: rgb(252 232 243 / 0.75); +} +.border-r-pink-100\/80{ + border-right-color: rgb(252 232 243 / 0.8); +} +.border-r-pink-100\/90{ + border-right-color: rgb(252 232 243 / 0.9); +} +.border-r-pink-100\/95{ + border-right-color: rgb(252 232 243 / 0.95); +} +.border-r-pink-100\/100{ + border-right-color: rgb(252 232 243 / 1); +} +.border-r-pink-200\/0{ + border-right-color: rgb(250 209 232 / 0); +} +.border-r-pink-200\/5{ + border-right-color: rgb(250 209 232 / 0.05); +} +.border-r-pink-200\/10{ + border-right-color: rgb(250 209 232 / 0.1); +} +.border-r-pink-200\/20{ + border-right-color: rgb(250 209 232 / 0.2); +} +.border-r-pink-200\/25{ + border-right-color: rgb(250 209 232 / 0.25); +} +.border-r-pink-200\/30{ + border-right-color: rgb(250 209 232 / 0.3); +} +.border-r-pink-200\/40{ + border-right-color: rgb(250 209 232 / 0.4); +} +.border-r-pink-200\/50{ + border-right-color: rgb(250 209 232 / 0.5); +} +.border-r-pink-200\/60{ + border-right-color: rgb(250 209 232 / 0.6); +} +.border-r-pink-200\/70{ + border-right-color: rgb(250 209 232 / 0.7); +} +.border-r-pink-200\/75{ + border-right-color: rgb(250 209 232 / 0.75); +} +.border-r-pink-200\/80{ + border-right-color: rgb(250 209 232 / 0.8); +} +.border-r-pink-200\/90{ + border-right-color: rgb(250 209 232 / 0.9); +} +.border-r-pink-200\/95{ + border-right-color: rgb(250 209 232 / 0.95); +} +.border-r-pink-200\/100{ + border-right-color: rgb(250 209 232 / 1); +} +.border-r-pink-300\/0{ + border-right-color: rgb(248 180 217 / 0); +} +.border-r-pink-300\/5{ + border-right-color: rgb(248 180 217 / 0.05); +} +.border-r-pink-300\/10{ + border-right-color: rgb(248 180 217 / 0.1); +} +.border-r-pink-300\/20{ + border-right-color: rgb(248 180 217 / 0.2); +} +.border-r-pink-300\/25{ + border-right-color: rgb(248 180 217 / 0.25); +} +.border-r-pink-300\/30{ + border-right-color: rgb(248 180 217 / 0.3); +} +.border-r-pink-300\/40{ + border-right-color: rgb(248 180 217 / 0.4); +} +.border-r-pink-300\/50{ + border-right-color: rgb(248 180 217 / 0.5); +} +.border-r-pink-300\/60{ + border-right-color: rgb(248 180 217 / 0.6); +} +.border-r-pink-300\/70{ + border-right-color: rgb(248 180 217 / 0.7); +} +.border-r-pink-300\/75{ + border-right-color: rgb(248 180 217 / 0.75); +} +.border-r-pink-300\/80{ + border-right-color: rgb(248 180 217 / 0.8); +} +.border-r-pink-300\/90{ + border-right-color: rgb(248 180 217 / 0.9); +} +.border-r-pink-300\/95{ + border-right-color: rgb(248 180 217 / 0.95); +} +.border-r-pink-300\/100{ + border-right-color: rgb(248 180 217 / 1); +} +.border-r-pink-400\/0{ + border-right-color: rgb(241 126 184 / 0); +} +.border-r-pink-400\/5{ + border-right-color: rgb(241 126 184 / 0.05); +} +.border-r-pink-400\/10{ + border-right-color: rgb(241 126 184 / 0.1); +} +.border-r-pink-400\/20{ + border-right-color: rgb(241 126 184 / 0.2); +} +.border-r-pink-400\/25{ + border-right-color: rgb(241 126 184 / 0.25); +} +.border-r-pink-400\/30{ + border-right-color: rgb(241 126 184 / 0.3); +} +.border-r-pink-400\/40{ + border-right-color: rgb(241 126 184 / 0.4); +} +.border-r-pink-400\/50{ + border-right-color: rgb(241 126 184 / 0.5); +} +.border-r-pink-400\/60{ + border-right-color: rgb(241 126 184 / 0.6); +} +.border-r-pink-400\/70{ + border-right-color: rgb(241 126 184 / 0.7); +} +.border-r-pink-400\/75{ + border-right-color: rgb(241 126 184 / 0.75); +} +.border-r-pink-400\/80{ + border-right-color: rgb(241 126 184 / 0.8); +} +.border-r-pink-400\/90{ + border-right-color: rgb(241 126 184 / 0.9); +} +.border-r-pink-400\/95{ + border-right-color: rgb(241 126 184 / 0.95); +} +.border-r-pink-400\/100{ + border-right-color: rgb(241 126 184 / 1); +} +.border-r-pink-500\/0{ + border-right-color: rgb(231 70 148 / 0); +} +.border-r-pink-500\/5{ + border-right-color: rgb(231 70 148 / 0.05); +} +.border-r-pink-500\/10{ + border-right-color: rgb(231 70 148 / 0.1); +} +.border-r-pink-500\/20{ + border-right-color: rgb(231 70 148 / 0.2); +} +.border-r-pink-500\/25{ + border-right-color: rgb(231 70 148 / 0.25); +} +.border-r-pink-500\/30{ + border-right-color: rgb(231 70 148 / 0.3); +} +.border-r-pink-500\/40{ + border-right-color: rgb(231 70 148 / 0.4); +} +.border-r-pink-500\/50{ + border-right-color: rgb(231 70 148 / 0.5); +} +.border-r-pink-500\/60{ + border-right-color: rgb(231 70 148 / 0.6); +} +.border-r-pink-500\/70{ + border-right-color: rgb(231 70 148 / 0.7); +} +.border-r-pink-500\/75{ + border-right-color: rgb(231 70 148 / 0.75); +} +.border-r-pink-500\/80{ + border-right-color: rgb(231 70 148 / 0.8); +} +.border-r-pink-500\/90{ + border-right-color: rgb(231 70 148 / 0.9); +} +.border-r-pink-500\/95{ + border-right-color: rgb(231 70 148 / 0.95); +} +.border-r-pink-500\/100{ + border-right-color: rgb(231 70 148 / 1); +} +.border-r-pink-600\/0{ + border-right-color: rgb(214 31 105 / 0); +} +.border-r-pink-600\/5{ + border-right-color: rgb(214 31 105 / 0.05); +} +.border-r-pink-600\/10{ + border-right-color: rgb(214 31 105 / 0.1); +} +.border-r-pink-600\/20{ + border-right-color: rgb(214 31 105 / 0.2); +} +.border-r-pink-600\/25{ + border-right-color: rgb(214 31 105 / 0.25); +} +.border-r-pink-600\/30{ + border-right-color: rgb(214 31 105 / 0.3); +} +.border-r-pink-600\/40{ + border-right-color: rgb(214 31 105 / 0.4); +} +.border-r-pink-600\/50{ + border-right-color: rgb(214 31 105 / 0.5); +} +.border-r-pink-600\/60{ + border-right-color: rgb(214 31 105 / 0.6); +} +.border-r-pink-600\/70{ + border-right-color: rgb(214 31 105 / 0.7); +} +.border-r-pink-600\/75{ + border-right-color: rgb(214 31 105 / 0.75); +} +.border-r-pink-600\/80{ + border-right-color: rgb(214 31 105 / 0.8); +} +.border-r-pink-600\/90{ + border-right-color: rgb(214 31 105 / 0.9); +} +.border-r-pink-600\/95{ + border-right-color: rgb(214 31 105 / 0.95); +} +.border-r-pink-600\/100{ + border-right-color: rgb(214 31 105 / 1); +} +.border-r-pink-700\/0{ + border-right-color: rgb(191 18 93 / 0); +} +.border-r-pink-700\/5{ + border-right-color: rgb(191 18 93 / 0.05); +} +.border-r-pink-700\/10{ + border-right-color: rgb(191 18 93 / 0.1); +} +.border-r-pink-700\/20{ + border-right-color: rgb(191 18 93 / 0.2); +} +.border-r-pink-700\/25{ + border-right-color: rgb(191 18 93 / 0.25); +} +.border-r-pink-700\/30{ + border-right-color: rgb(191 18 93 / 0.3); +} +.border-r-pink-700\/40{ + border-right-color: rgb(191 18 93 / 0.4); +} +.border-r-pink-700\/50{ + border-right-color: rgb(191 18 93 / 0.5); +} +.border-r-pink-700\/60{ + border-right-color: rgb(191 18 93 / 0.6); +} +.border-r-pink-700\/70{ + border-right-color: rgb(191 18 93 / 0.7); +} +.border-r-pink-700\/75{ + border-right-color: rgb(191 18 93 / 0.75); +} +.border-r-pink-700\/80{ + border-right-color: rgb(191 18 93 / 0.8); +} +.border-r-pink-700\/90{ + border-right-color: rgb(191 18 93 / 0.9); +} +.border-r-pink-700\/95{ + border-right-color: rgb(191 18 93 / 0.95); +} +.border-r-pink-700\/100{ + border-right-color: rgb(191 18 93 / 1); +} +.border-r-pink-800\/0{ + border-right-color: rgb(153 21 75 / 0); +} +.border-r-pink-800\/5{ + border-right-color: rgb(153 21 75 / 0.05); +} +.border-r-pink-800\/10{ + border-right-color: rgb(153 21 75 / 0.1); +} +.border-r-pink-800\/20{ + border-right-color: rgb(153 21 75 / 0.2); +} +.border-r-pink-800\/25{ + border-right-color: rgb(153 21 75 / 0.25); +} +.border-r-pink-800\/30{ + border-right-color: rgb(153 21 75 / 0.3); +} +.border-r-pink-800\/40{ + border-right-color: rgb(153 21 75 / 0.4); +} +.border-r-pink-800\/50{ + border-right-color: rgb(153 21 75 / 0.5); +} +.border-r-pink-800\/60{ + border-right-color: rgb(153 21 75 / 0.6); +} +.border-r-pink-800\/70{ + border-right-color: rgb(153 21 75 / 0.7); +} +.border-r-pink-800\/75{ + border-right-color: rgb(153 21 75 / 0.75); +} +.border-r-pink-800\/80{ + border-right-color: rgb(153 21 75 / 0.8); +} +.border-r-pink-800\/90{ + border-right-color: rgb(153 21 75 / 0.9); +} +.border-r-pink-800\/95{ + border-right-color: rgb(153 21 75 / 0.95); +} +.border-r-pink-800\/100{ + border-right-color: rgb(153 21 75 / 1); +} +.border-r-pink-900\/0{ + border-right-color: rgb(117 26 61 / 0); +} +.border-r-pink-900\/5{ + border-right-color: rgb(117 26 61 / 0.05); +} +.border-r-pink-900\/10{ + border-right-color: rgb(117 26 61 / 0.1); +} +.border-r-pink-900\/20{ + border-right-color: rgb(117 26 61 / 0.2); +} +.border-r-pink-900\/25{ + border-right-color: rgb(117 26 61 / 0.25); +} +.border-r-pink-900\/30{ + border-right-color: rgb(117 26 61 / 0.3); +} +.border-r-pink-900\/40{ + border-right-color: rgb(117 26 61 / 0.4); +} +.border-r-pink-900\/50{ + border-right-color: rgb(117 26 61 / 0.5); +} +.border-r-pink-900\/60{ + border-right-color: rgb(117 26 61 / 0.6); +} +.border-r-pink-900\/70{ + border-right-color: rgb(117 26 61 / 0.7); +} +.border-r-pink-900\/75{ + border-right-color: rgb(117 26 61 / 0.75); +} +.border-r-pink-900\/80{ + border-right-color: rgb(117 26 61 / 0.8); +} +.border-r-pink-900\/90{ + border-right-color: rgb(117 26 61 / 0.9); +} +.border-r-pink-900\/95{ + border-right-color: rgb(117 26 61 / 0.95); +} +.border-r-pink-900\/100{ + border-right-color: rgb(117 26 61 / 1); +} +.border-r-rose-50\/0{ + border-right-color: rgb(255 241 242 / 0); +} +.border-r-rose-50\/5{ + border-right-color: rgb(255 241 242 / 0.05); +} +.border-r-rose-50\/10{ + border-right-color: rgb(255 241 242 / 0.1); +} +.border-r-rose-50\/20{ + border-right-color: rgb(255 241 242 / 0.2); +} +.border-r-rose-50\/25{ + border-right-color: rgb(255 241 242 / 0.25); +} +.border-r-rose-50\/30{ + border-right-color: rgb(255 241 242 / 0.3); +} +.border-r-rose-50\/40{ + border-right-color: rgb(255 241 242 / 0.4); +} +.border-r-rose-50\/50{ + border-right-color: rgb(255 241 242 / 0.5); +} +.border-r-rose-50\/60{ + border-right-color: rgb(255 241 242 / 0.6); +} +.border-r-rose-50\/70{ + border-right-color: rgb(255 241 242 / 0.7); +} +.border-r-rose-50\/75{ + border-right-color: rgb(255 241 242 / 0.75); +} +.border-r-rose-50\/80{ + border-right-color: rgb(255 241 242 / 0.8); +} +.border-r-rose-50\/90{ + border-right-color: rgb(255 241 242 / 0.9); +} +.border-r-rose-50\/95{ + border-right-color: rgb(255 241 242 / 0.95); +} +.border-r-rose-50\/100{ + border-right-color: rgb(255 241 242 / 1); +} +.border-r-rose-100\/0{ + border-right-color: rgb(255 228 230 / 0); +} +.border-r-rose-100\/5{ + border-right-color: rgb(255 228 230 / 0.05); +} +.border-r-rose-100\/10{ + border-right-color: rgb(255 228 230 / 0.1); +} +.border-r-rose-100\/20{ + border-right-color: rgb(255 228 230 / 0.2); +} +.border-r-rose-100\/25{ + border-right-color: rgb(255 228 230 / 0.25); +} +.border-r-rose-100\/30{ + border-right-color: rgb(255 228 230 / 0.3); +} +.border-r-rose-100\/40{ + border-right-color: rgb(255 228 230 / 0.4); +} +.border-r-rose-100\/50{ + border-right-color: rgb(255 228 230 / 0.5); +} +.border-r-rose-100\/60{ + border-right-color: rgb(255 228 230 / 0.6); +} +.border-r-rose-100\/70{ + border-right-color: rgb(255 228 230 / 0.7); +} +.border-r-rose-100\/75{ + border-right-color: rgb(255 228 230 / 0.75); +} +.border-r-rose-100\/80{ + border-right-color: rgb(255 228 230 / 0.8); +} +.border-r-rose-100\/90{ + border-right-color: rgb(255 228 230 / 0.9); +} +.border-r-rose-100\/95{ + border-right-color: rgb(255 228 230 / 0.95); +} +.border-r-rose-100\/100{ + border-right-color: rgb(255 228 230 / 1); +} +.border-r-rose-200\/0{ + border-right-color: rgb(254 205 211 / 0); +} +.border-r-rose-200\/5{ + border-right-color: rgb(254 205 211 / 0.05); +} +.border-r-rose-200\/10{ + border-right-color: rgb(254 205 211 / 0.1); +} +.border-r-rose-200\/20{ + border-right-color: rgb(254 205 211 / 0.2); +} +.border-r-rose-200\/25{ + border-right-color: rgb(254 205 211 / 0.25); +} +.border-r-rose-200\/30{ + border-right-color: rgb(254 205 211 / 0.3); +} +.border-r-rose-200\/40{ + border-right-color: rgb(254 205 211 / 0.4); +} +.border-r-rose-200\/50{ + border-right-color: rgb(254 205 211 / 0.5); +} +.border-r-rose-200\/60{ + border-right-color: rgb(254 205 211 / 0.6); +} +.border-r-rose-200\/70{ + border-right-color: rgb(254 205 211 / 0.7); +} +.border-r-rose-200\/75{ + border-right-color: rgb(254 205 211 / 0.75); +} +.border-r-rose-200\/80{ + border-right-color: rgb(254 205 211 / 0.8); +} +.border-r-rose-200\/90{ + border-right-color: rgb(254 205 211 / 0.9); +} +.border-r-rose-200\/95{ + border-right-color: rgb(254 205 211 / 0.95); +} +.border-r-rose-200\/100{ + border-right-color: rgb(254 205 211 / 1); +} +.border-r-rose-300\/0{ + border-right-color: rgb(253 164 175 / 0); +} +.border-r-rose-300\/5{ + border-right-color: rgb(253 164 175 / 0.05); +} +.border-r-rose-300\/10{ + border-right-color: rgb(253 164 175 / 0.1); +} +.border-r-rose-300\/20{ + border-right-color: rgb(253 164 175 / 0.2); +} +.border-r-rose-300\/25{ + border-right-color: rgb(253 164 175 / 0.25); +} +.border-r-rose-300\/30{ + border-right-color: rgb(253 164 175 / 0.3); +} +.border-r-rose-300\/40{ + border-right-color: rgb(253 164 175 / 0.4); +} +.border-r-rose-300\/50{ + border-right-color: rgb(253 164 175 / 0.5); +} +.border-r-rose-300\/60{ + border-right-color: rgb(253 164 175 / 0.6); +} +.border-r-rose-300\/70{ + border-right-color: rgb(253 164 175 / 0.7); +} +.border-r-rose-300\/75{ + border-right-color: rgb(253 164 175 / 0.75); +} +.border-r-rose-300\/80{ + border-right-color: rgb(253 164 175 / 0.8); +} +.border-r-rose-300\/90{ + border-right-color: rgb(253 164 175 / 0.9); +} +.border-r-rose-300\/95{ + border-right-color: rgb(253 164 175 / 0.95); +} +.border-r-rose-300\/100{ + border-right-color: rgb(253 164 175 / 1); +} +.border-r-rose-400\/0{ + border-right-color: rgb(251 113 133 / 0); +} +.border-r-rose-400\/5{ + border-right-color: rgb(251 113 133 / 0.05); +} +.border-r-rose-400\/10{ + border-right-color: rgb(251 113 133 / 0.1); +} +.border-r-rose-400\/20{ + border-right-color: rgb(251 113 133 / 0.2); +} +.border-r-rose-400\/25{ + border-right-color: rgb(251 113 133 / 0.25); +} +.border-r-rose-400\/30{ + border-right-color: rgb(251 113 133 / 0.3); +} +.border-r-rose-400\/40{ + border-right-color: rgb(251 113 133 / 0.4); +} +.border-r-rose-400\/50{ + border-right-color: rgb(251 113 133 / 0.5); +} +.border-r-rose-400\/60{ + border-right-color: rgb(251 113 133 / 0.6); +} +.border-r-rose-400\/70{ + border-right-color: rgb(251 113 133 / 0.7); +} +.border-r-rose-400\/75{ + border-right-color: rgb(251 113 133 / 0.75); +} +.border-r-rose-400\/80{ + border-right-color: rgb(251 113 133 / 0.8); +} +.border-r-rose-400\/90{ + border-right-color: rgb(251 113 133 / 0.9); +} +.border-r-rose-400\/95{ + border-right-color: rgb(251 113 133 / 0.95); +} +.border-r-rose-400\/100{ + border-right-color: rgb(251 113 133 / 1); +} +.border-r-rose-500\/0{ + border-right-color: rgb(244 63 94 / 0); +} +.border-r-rose-500\/5{ + border-right-color: rgb(244 63 94 / 0.05); +} +.border-r-rose-500\/10{ + border-right-color: rgb(244 63 94 / 0.1); +} +.border-r-rose-500\/20{ + border-right-color: rgb(244 63 94 / 0.2); +} +.border-r-rose-500\/25{ + border-right-color: rgb(244 63 94 / 0.25); +} +.border-r-rose-500\/30{ + border-right-color: rgb(244 63 94 / 0.3); +} +.border-r-rose-500\/40{ + border-right-color: rgb(244 63 94 / 0.4); +} +.border-r-rose-500\/50{ + border-right-color: rgb(244 63 94 / 0.5); +} +.border-r-rose-500\/60{ + border-right-color: rgb(244 63 94 / 0.6); +} +.border-r-rose-500\/70{ + border-right-color: rgb(244 63 94 / 0.7); +} +.border-r-rose-500\/75{ + border-right-color: rgb(244 63 94 / 0.75); +} +.border-r-rose-500\/80{ + border-right-color: rgb(244 63 94 / 0.8); +} +.border-r-rose-500\/90{ + border-right-color: rgb(244 63 94 / 0.9); +} +.border-r-rose-500\/95{ + border-right-color: rgb(244 63 94 / 0.95); +} +.border-r-rose-500\/100{ + border-right-color: rgb(244 63 94 / 1); +} +.border-r-rose-600\/0{ + border-right-color: rgb(225 29 72 / 0); +} +.border-r-rose-600\/5{ + border-right-color: rgb(225 29 72 / 0.05); +} +.border-r-rose-600\/10{ + border-right-color: rgb(225 29 72 / 0.1); +} +.border-r-rose-600\/20{ + border-right-color: rgb(225 29 72 / 0.2); +} +.border-r-rose-600\/25{ + border-right-color: rgb(225 29 72 / 0.25); +} +.border-r-rose-600\/30{ + border-right-color: rgb(225 29 72 / 0.3); +} +.border-r-rose-600\/40{ + border-right-color: rgb(225 29 72 / 0.4); +} +.border-r-rose-600\/50{ + border-right-color: rgb(225 29 72 / 0.5); +} +.border-r-rose-600\/60{ + border-right-color: rgb(225 29 72 / 0.6); +} +.border-r-rose-600\/70{ + border-right-color: rgb(225 29 72 / 0.7); +} +.border-r-rose-600\/75{ + border-right-color: rgb(225 29 72 / 0.75); +} +.border-r-rose-600\/80{ + border-right-color: rgb(225 29 72 / 0.8); +} +.border-r-rose-600\/90{ + border-right-color: rgb(225 29 72 / 0.9); +} +.border-r-rose-600\/95{ + border-right-color: rgb(225 29 72 / 0.95); +} +.border-r-rose-600\/100{ + border-right-color: rgb(225 29 72 / 1); +} +.border-r-rose-700\/0{ + border-right-color: rgb(190 18 60 / 0); +} +.border-r-rose-700\/5{ + border-right-color: rgb(190 18 60 / 0.05); +} +.border-r-rose-700\/10{ + border-right-color: rgb(190 18 60 / 0.1); +} +.border-r-rose-700\/20{ + border-right-color: rgb(190 18 60 / 0.2); +} +.border-r-rose-700\/25{ + border-right-color: rgb(190 18 60 / 0.25); +} +.border-r-rose-700\/30{ + border-right-color: rgb(190 18 60 / 0.3); +} +.border-r-rose-700\/40{ + border-right-color: rgb(190 18 60 / 0.4); +} +.border-r-rose-700\/50{ + border-right-color: rgb(190 18 60 / 0.5); +} +.border-r-rose-700\/60{ + border-right-color: rgb(190 18 60 / 0.6); +} +.border-r-rose-700\/70{ + border-right-color: rgb(190 18 60 / 0.7); +} +.border-r-rose-700\/75{ + border-right-color: rgb(190 18 60 / 0.75); +} +.border-r-rose-700\/80{ + border-right-color: rgb(190 18 60 / 0.8); +} +.border-r-rose-700\/90{ + border-right-color: rgb(190 18 60 / 0.9); +} +.border-r-rose-700\/95{ + border-right-color: rgb(190 18 60 / 0.95); +} +.border-r-rose-700\/100{ + border-right-color: rgb(190 18 60 / 1); +} +.border-r-rose-800\/0{ + border-right-color: rgb(159 18 57 / 0); +} +.border-r-rose-800\/5{ + border-right-color: rgb(159 18 57 / 0.05); +} +.border-r-rose-800\/10{ + border-right-color: rgb(159 18 57 / 0.1); +} +.border-r-rose-800\/20{ + border-right-color: rgb(159 18 57 / 0.2); +} +.border-r-rose-800\/25{ + border-right-color: rgb(159 18 57 / 0.25); +} +.border-r-rose-800\/30{ + border-right-color: rgb(159 18 57 / 0.3); +} +.border-r-rose-800\/40{ + border-right-color: rgb(159 18 57 / 0.4); +} +.border-r-rose-800\/50{ + border-right-color: rgb(159 18 57 / 0.5); +} +.border-r-rose-800\/60{ + border-right-color: rgb(159 18 57 / 0.6); +} +.border-r-rose-800\/70{ + border-right-color: rgb(159 18 57 / 0.7); +} +.border-r-rose-800\/75{ + border-right-color: rgb(159 18 57 / 0.75); +} +.border-r-rose-800\/80{ + border-right-color: rgb(159 18 57 / 0.8); +} +.border-r-rose-800\/90{ + border-right-color: rgb(159 18 57 / 0.9); +} +.border-r-rose-800\/95{ + border-right-color: rgb(159 18 57 / 0.95); +} +.border-r-rose-800\/100{ + border-right-color: rgb(159 18 57 / 1); +} +.border-r-rose-900\/0{ + border-right-color: rgb(136 19 55 / 0); +} +.border-r-rose-900\/5{ + border-right-color: rgb(136 19 55 / 0.05); +} +.border-r-rose-900\/10{ + border-right-color: rgb(136 19 55 / 0.1); +} +.border-r-rose-900\/20{ + border-right-color: rgb(136 19 55 / 0.2); +} +.border-r-rose-900\/25{ + border-right-color: rgb(136 19 55 / 0.25); +} +.border-r-rose-900\/30{ + border-right-color: rgb(136 19 55 / 0.3); +} +.border-r-rose-900\/40{ + border-right-color: rgb(136 19 55 / 0.4); +} +.border-r-rose-900\/50{ + border-right-color: rgb(136 19 55 / 0.5); +} +.border-r-rose-900\/60{ + border-right-color: rgb(136 19 55 / 0.6); +} +.border-r-rose-900\/70{ + border-right-color: rgb(136 19 55 / 0.7); +} +.border-r-rose-900\/75{ + border-right-color: rgb(136 19 55 / 0.75); +} +.border-r-rose-900\/80{ + border-right-color: rgb(136 19 55 / 0.8); +} +.border-r-rose-900\/90{ + border-right-color: rgb(136 19 55 / 0.9); +} +.border-r-rose-900\/95{ + border-right-color: rgb(136 19 55 / 0.95); +} +.border-r-rose-900\/100{ + border-right-color: rgb(136 19 55 / 1); +} +.border-r-rose\/0{ + border-right-color: rgb(244 63 94 / 0); +} +.border-r-rose\/5{ + border-right-color: rgb(244 63 94 / 0.05); +} +.border-r-rose\/10{ + border-right-color: rgb(244 63 94 / 0.1); +} +.border-r-rose\/20{ + border-right-color: rgb(244 63 94 / 0.2); +} +.border-r-rose\/25{ + border-right-color: rgb(244 63 94 / 0.25); +} +.border-r-rose\/30{ + border-right-color: rgb(244 63 94 / 0.3); +} +.border-r-rose\/40{ + border-right-color: rgb(244 63 94 / 0.4); +} +.border-r-rose\/50{ + border-right-color: rgb(244 63 94 / 0.5); +} +.border-r-rose\/60{ + border-right-color: rgb(244 63 94 / 0.6); +} +.border-r-rose\/70{ + border-right-color: rgb(244 63 94 / 0.7); +} +.border-r-rose\/75{ + border-right-color: rgb(244 63 94 / 0.75); +} +.border-r-rose\/80{ + border-right-color: rgb(244 63 94 / 0.8); +} +.border-r-rose\/90{ + border-right-color: rgb(244 63 94 / 0.9); +} +.border-r-rose\/95{ + border-right-color: rgb(244 63 94 / 0.95); +} +.border-r-rose\/100{ + border-right-color: rgb(244 63 94 / 1); +} +.border-r-lilac-100\/0{ + border-right-color: rgb(245 247 250 / 0); +} +.border-r-lilac-100\/5{ + border-right-color: rgb(245 247 250 / 0.05); +} +.border-r-lilac-100\/10{ + border-right-color: rgb(245 247 250 / 0.1); +} +.border-r-lilac-100\/20{ + border-right-color: rgb(245 247 250 / 0.2); +} +.border-r-lilac-100\/25{ + border-right-color: rgb(245 247 250 / 0.25); +} +.border-r-lilac-100\/30{ + border-right-color: rgb(245 247 250 / 0.3); +} +.border-r-lilac-100\/40{ + border-right-color: rgb(245 247 250 / 0.4); +} +.border-r-lilac-100\/50{ + border-right-color: rgb(245 247 250 / 0.5); +} +.border-r-lilac-100\/60{ + border-right-color: rgb(245 247 250 / 0.6); +} +.border-r-lilac-100\/70{ + border-right-color: rgb(245 247 250 / 0.7); +} +.border-r-lilac-100\/75{ + border-right-color: rgb(245 247 250 / 0.75); +} +.border-r-lilac-100\/80{ + border-right-color: rgb(245 247 250 / 0.8); +} +.border-r-lilac-100\/90{ + border-right-color: rgb(245 247 250 / 0.9); +} +.border-r-lilac-100\/95{ + border-right-color: rgb(245 247 250 / 0.95); +} +.border-r-lilac-100\/100{ + border-right-color: rgb(245 247 250 / 1); +} +.border-r-lilac-300\/0{ + border-right-color: rgb(237 240 252 / 0); +} +.border-r-lilac-300\/5{ + border-right-color: rgb(237 240 252 / 0.05); +} +.border-r-lilac-300\/10{ + border-right-color: rgb(237 240 252 / 0.1); +} +.border-r-lilac-300\/20{ + border-right-color: rgb(237 240 252 / 0.2); +} +.border-r-lilac-300\/25{ + border-right-color: rgb(237 240 252 / 0.25); +} +.border-r-lilac-300\/30{ + border-right-color: rgb(237 240 252 / 0.3); +} +.border-r-lilac-300\/40{ + border-right-color: rgb(237 240 252 / 0.4); +} +.border-r-lilac-300\/50{ + border-right-color: rgb(237 240 252 / 0.5); +} +.border-r-lilac-300\/60{ + border-right-color: rgb(237 240 252 / 0.6); +} +.border-r-lilac-300\/70{ + border-right-color: rgb(237 240 252 / 0.7); +} +.border-r-lilac-300\/75{ + border-right-color: rgb(237 240 252 / 0.75); +} +.border-r-lilac-300\/80{ + border-right-color: rgb(237 240 252 / 0.8); +} +.border-r-lilac-300\/90{ + border-right-color: rgb(237 240 252 / 0.9); +} +.border-r-lilac-300\/95{ + border-right-color: rgb(237 240 252 / 0.95); +} +.border-r-lilac-300\/100{ + border-right-color: rgb(237 240 252 / 1); +} +.border-r-lilac-900\/0{ + border-right-color: rgb(220 226 249 / 0); +} +.border-r-lilac-900\/5{ + border-right-color: rgb(220 226 249 / 0.05); +} +.border-r-lilac-900\/10{ + border-right-color: rgb(220 226 249 / 0.1); +} +.border-r-lilac-900\/20{ + border-right-color: rgb(220 226 249 / 0.2); +} +.border-r-lilac-900\/25{ + border-right-color: rgb(220 226 249 / 0.25); +} +.border-r-lilac-900\/30{ + border-right-color: rgb(220 226 249 / 0.3); +} +.border-r-lilac-900\/40{ + border-right-color: rgb(220 226 249 / 0.4); +} +.border-r-lilac-900\/50{ + border-right-color: rgb(220 226 249 / 0.5); +} +.border-r-lilac-900\/60{ + border-right-color: rgb(220 226 249 / 0.6); +} +.border-r-lilac-900\/70{ + border-right-color: rgb(220 226 249 / 0.7); +} +.border-r-lilac-900\/75{ + border-right-color: rgb(220 226 249 / 0.75); +} +.border-r-lilac-900\/80{ + border-right-color: rgb(220 226 249 / 0.8); +} +.border-r-lilac-900\/90{ + border-right-color: rgb(220 226 249 / 0.9); +} +.border-r-lilac-900\/95{ + border-right-color: rgb(220 226 249 / 0.95); +} +.border-r-lilac-900\/100{ + border-right-color: rgb(220 226 249 / 1); +} +.border-r-lilac\/0{ + border-right-color: rgb(248 249 254 / 0); +} +.border-r-lilac\/5{ + border-right-color: rgb(248 249 254 / 0.05); +} +.border-r-lilac\/10{ + border-right-color: rgb(248 249 254 / 0.1); +} +.border-r-lilac\/20{ + border-right-color: rgb(248 249 254 / 0.2); +} +.border-r-lilac\/25{ + border-right-color: rgb(248 249 254 / 0.25); +} +.border-r-lilac\/30{ + border-right-color: rgb(248 249 254 / 0.3); +} +.border-r-lilac\/40{ + border-right-color: rgb(248 249 254 / 0.4); +} +.border-r-lilac\/50{ + border-right-color: rgb(248 249 254 / 0.5); +} +.border-r-lilac\/60{ + border-right-color: rgb(248 249 254 / 0.6); +} +.border-r-lilac\/70{ + border-right-color: rgb(248 249 254 / 0.7); +} +.border-r-lilac\/75{ + border-right-color: rgb(248 249 254 / 0.75); +} +.border-r-lilac\/80{ + border-right-color: rgb(248 249 254 / 0.8); +} +.border-r-lilac\/90{ + border-right-color: rgb(248 249 254 / 0.9); +} +.border-r-lilac\/95{ + border-right-color: rgb(248 249 254 / 0.95); +} +.border-r-lilac\/100{ + border-right-color: rgb(248 249 254 / 1); +} +.border-r-golden-900\/0{ + border-right-color: rgb(191 184 130 / 0); +} +.border-r-golden-900\/5{ + border-right-color: rgb(191 184 130 / 0.05); +} +.border-r-golden-900\/10{ + border-right-color: rgb(191 184 130 / 0.1); +} +.border-r-golden-900\/20{ + border-right-color: rgb(191 184 130 / 0.2); +} +.border-r-golden-900\/25{ + border-right-color: rgb(191 184 130 / 0.25); +} +.border-r-golden-900\/30{ + border-right-color: rgb(191 184 130 / 0.3); +} +.border-r-golden-900\/40{ + border-right-color: rgb(191 184 130 / 0.4); +} +.border-r-golden-900\/50{ + border-right-color: rgb(191 184 130 / 0.5); +} +.border-r-golden-900\/60{ + border-right-color: rgb(191 184 130 / 0.6); +} +.border-r-golden-900\/70{ + border-right-color: rgb(191 184 130 / 0.7); +} +.border-r-golden-900\/75{ + border-right-color: rgb(191 184 130 / 0.75); +} +.border-r-golden-900\/80{ + border-right-color: rgb(191 184 130 / 0.8); +} +.border-r-golden-900\/90{ + border-right-color: rgb(191 184 130 / 0.9); +} +.border-r-golden-900\/95{ + border-right-color: rgb(191 184 130 / 0.95); +} +.border-r-golden-900\/100{ + border-right-color: rgb(191 184 130 / 1); +} +.border-r-golden\/0{ + border-right-color: rgb(209 201 137 / 0); +} +.border-r-golden\/5{ + border-right-color: rgb(209 201 137 / 0.05); +} +.border-r-golden\/10{ + border-right-color: rgb(209 201 137 / 0.1); +} +.border-r-golden\/20{ + border-right-color: rgb(209 201 137 / 0.2); +} +.border-r-golden\/25{ + border-right-color: rgb(209 201 137 / 0.25); +} +.border-r-golden\/30{ + border-right-color: rgb(209 201 137 / 0.3); +} +.border-r-golden\/40{ + border-right-color: rgb(209 201 137 / 0.4); +} +.border-r-golden\/50{ + border-right-color: rgb(209 201 137 / 0.5); +} +.border-r-golden\/60{ + border-right-color: rgb(209 201 137 / 0.6); +} +.border-r-golden\/70{ + border-right-color: rgb(209 201 137 / 0.7); +} +.border-r-golden\/75{ + border-right-color: rgb(209 201 137 / 0.75); +} +.border-r-golden\/80{ + border-right-color: rgb(209 201 137 / 0.8); +} +.border-r-golden\/90{ + border-right-color: rgb(209 201 137 / 0.9); +} +.border-r-golden\/95{ + border-right-color: rgb(209 201 137 / 0.95); +} +.border-r-golden\/100{ + border-right-color: rgb(209 201 137 / 1); +} +.border-r-status-success\/0{ + border-right-color: rgb(241 246 238 / 0); +} +.border-r-status-success\/5{ + border-right-color: rgb(241 246 238 / 0.05); +} +.border-r-status-success\/10{ + border-right-color: rgb(241 246 238 / 0.1); +} +.border-r-status-success\/20{ + border-right-color: rgb(241 246 238 / 0.2); +} +.border-r-status-success\/25{ + border-right-color: rgb(241 246 238 / 0.25); +} +.border-r-status-success\/30{ + border-right-color: rgb(241 246 238 / 0.3); +} +.border-r-status-success\/40{ + border-right-color: rgb(241 246 238 / 0.4); +} +.border-r-status-success\/50{ + border-right-color: rgb(241 246 238 / 0.5); +} +.border-r-status-success\/60{ + border-right-color: rgb(241 246 238 / 0.6); +} +.border-r-status-success\/70{ + border-right-color: rgb(241 246 238 / 0.7); +} +.border-r-status-success\/75{ + border-right-color: rgb(241 246 238 / 0.75); +} +.border-r-status-success\/80{ + border-right-color: rgb(241 246 238 / 0.8); +} +.border-r-status-success\/90{ + border-right-color: rgb(241 246 238 / 0.9); +} +.border-r-status-success\/95{ + border-right-color: rgb(241 246 238 / 0.95); +} +.border-r-status-success\/100{ + border-right-color: rgb(241 246 238 / 1); +} +.border-r-status-danger\/0{ + border-right-color: rgb(250 230 230 / 0); +} +.border-r-status-danger\/5{ + border-right-color: rgb(250 230 230 / 0.05); +} +.border-r-status-danger\/10{ + border-right-color: rgb(250 230 230 / 0.1); +} +.border-r-status-danger\/20{ + border-right-color: rgb(250 230 230 / 0.2); +} +.border-r-status-danger\/25{ + border-right-color: rgb(250 230 230 / 0.25); +} +.border-r-status-danger\/30{ + border-right-color: rgb(250 230 230 / 0.3); +} +.border-r-status-danger\/40{ + border-right-color: rgb(250 230 230 / 0.4); +} +.border-r-status-danger\/50{ + border-right-color: rgb(250 230 230 / 0.5); +} +.border-r-status-danger\/60{ + border-right-color: rgb(250 230 230 / 0.6); +} +.border-r-status-danger\/70{ + border-right-color: rgb(250 230 230 / 0.7); +} +.border-r-status-danger\/75{ + border-right-color: rgb(250 230 230 / 0.75); +} +.border-r-status-danger\/80{ + border-right-color: rgb(250 230 230 / 0.8); +} +.border-r-status-danger\/90{ + border-right-color: rgb(250 230 230 / 0.9); +} +.border-r-status-danger\/95{ + border-right-color: rgb(250 230 230 / 0.95); +} +.border-r-status-danger\/100{ + border-right-color: rgb(250 230 230 / 1); +} +.border-r-status-sent\/0{ + border-right-color: rgb(254 245 231 / 0); +} +.border-r-status-sent\/5{ + border-right-color: rgb(254 245 231 / 0.05); +} +.border-r-status-sent\/10{ + border-right-color: rgb(254 245 231 / 0.1); +} +.border-r-status-sent\/20{ + border-right-color: rgb(254 245 231 / 0.2); +} +.border-r-status-sent\/25{ + border-right-color: rgb(254 245 231 / 0.25); +} +.border-r-status-sent\/30{ + border-right-color: rgb(254 245 231 / 0.3); +} +.border-r-status-sent\/40{ + border-right-color: rgb(254 245 231 / 0.4); +} +.border-r-status-sent\/50{ + border-right-color: rgb(254 245 231 / 0.5); +} +.border-r-status-sent\/60{ + border-right-color: rgb(254 245 231 / 0.6); +} +.border-r-status-sent\/70{ + border-right-color: rgb(254 245 231 / 0.7); +} +.border-r-status-sent\/75{ + border-right-color: rgb(254 245 231 / 0.75); +} +.border-r-status-sent\/80{ + border-right-color: rgb(254 245 231 / 0.8); +} +.border-r-status-sent\/90{ + border-right-color: rgb(254 245 231 / 0.9); +} +.border-r-status-sent\/95{ + border-right-color: rgb(254 245 231 / 0.95); +} +.border-r-status-sent\/100{ + border-right-color: rgb(254 245 231 / 1); +} +.border-r-status-viewed\/0{ + border-right-color: rgb(238 238 243 / 0); +} +.border-r-status-viewed\/5{ + border-right-color: rgb(238 238 243 / 0.05); +} +.border-r-status-viewed\/10{ + border-right-color: rgb(238 238 243 / 0.1); +} +.border-r-status-viewed\/20{ + border-right-color: rgb(238 238 243 / 0.2); +} +.border-r-status-viewed\/25{ + border-right-color: rgb(238 238 243 / 0.25); +} +.border-r-status-viewed\/30{ + border-right-color: rgb(238 238 243 / 0.3); +} +.border-r-status-viewed\/40{ + border-right-color: rgb(238 238 243 / 0.4); +} +.border-r-status-viewed\/50{ + border-right-color: rgb(238 238 243 / 0.5); +} +.border-r-status-viewed\/60{ + border-right-color: rgb(238 238 243 / 0.6); +} +.border-r-status-viewed\/70{ + border-right-color: rgb(238 238 243 / 0.7); +} +.border-r-status-viewed\/75{ + border-right-color: rgb(238 238 243 / 0.75); +} +.border-r-status-viewed\/80{ + border-right-color: rgb(238 238 243 / 0.8); +} +.border-r-status-viewed\/90{ + border-right-color: rgb(238 238 243 / 0.9); +} +.border-r-status-viewed\/95{ + border-right-color: rgb(238 238 243 / 0.95); +} +.border-r-status-viewed\/100{ + border-right-color: rgb(238 238 243 / 1); +} +.border-r-status-draft\/0{ + border-right-color: rgb(236 236 236 / 0); +} +.border-r-status-draft\/5{ + border-right-color: rgb(236 236 236 / 0.05); +} +.border-r-status-draft\/10{ + border-right-color: rgb(236 236 236 / 0.1); +} +.border-r-status-draft\/20{ + border-right-color: rgb(236 236 236 / 0.2); +} +.border-r-status-draft\/25{ + border-right-color: rgb(236 236 236 / 0.25); +} +.border-r-status-draft\/30{ + border-right-color: rgb(236 236 236 / 0.3); +} +.border-r-status-draft\/40{ + border-right-color: rgb(236 236 236 / 0.4); +} +.border-r-status-draft\/50{ + border-right-color: rgb(236 236 236 / 0.5); +} +.border-r-status-draft\/60{ + border-right-color: rgb(236 236 236 / 0.6); +} +.border-r-status-draft\/70{ + border-right-color: rgb(236 236 236 / 0.7); +} +.border-r-status-draft\/75{ + border-right-color: rgb(236 236 236 / 0.75); +} +.border-r-status-draft\/80{ + border-right-color: rgb(236 236 236 / 0.8); +} +.border-r-status-draft\/90{ + border-right-color: rgb(236 236 236 / 0.9); +} +.border-r-status-draft\/95{ + border-right-color: rgb(236 236 236 / 0.95); +} +.border-r-status-draft\/100{ + border-right-color: rgb(236 236 236 / 1); +} +.border-r-status-partial\/0{ + border-right-color: rgb(230 241 246 / 0); +} +.border-r-status-partial\/5{ + border-right-color: rgb(230 241 246 / 0.05); +} +.border-r-status-partial\/10{ + border-right-color: rgb(230 241 246 / 0.1); +} +.border-r-status-partial\/20{ + border-right-color: rgb(230 241 246 / 0.2); +} +.border-r-status-partial\/25{ + border-right-color: rgb(230 241 246 / 0.25); +} +.border-r-status-partial\/30{ + border-right-color: rgb(230 241 246 / 0.3); +} +.border-r-status-partial\/40{ + border-right-color: rgb(230 241 246 / 0.4); +} +.border-r-status-partial\/50{ + border-right-color: rgb(230 241 246 / 0.5); +} +.border-r-status-partial\/60{ + border-right-color: rgb(230 241 246 / 0.6); +} +.border-r-status-partial\/70{ + border-right-color: rgb(230 241 246 / 0.7); +} +.border-r-status-partial\/75{ + border-right-color: rgb(230 241 246 / 0.75); +} +.border-r-status-partial\/80{ + border-right-color: rgb(230 241 246 / 0.8); +} +.border-r-status-partial\/90{ + border-right-color: rgb(230 241 246 / 0.9); +} +.border-r-status-partial\/95{ + border-right-color: rgb(230 241 246 / 0.95); +} +.border-r-status-partial\/100{ + border-right-color: rgb(230 241 246 / 1); +} +.border-r-status-canceled\/0{ + border-right-color: rgb(40 40 40 / 0); +} +.border-r-status-canceled\/5{ + border-right-color: rgb(40 40 40 / 0.05); +} +.border-r-status-canceled\/10{ + border-right-color: rgb(40 40 40 / 0.1); +} +.border-r-status-canceled\/20{ + border-right-color: rgb(40 40 40 / 0.2); +} +.border-r-status-canceled\/25{ + border-right-color: rgb(40 40 40 / 0.25); +} +.border-r-status-canceled\/30{ + border-right-color: rgb(40 40 40 / 0.3); +} +.border-r-status-canceled\/40{ + border-right-color: rgb(40 40 40 / 0.4); +} +.border-r-status-canceled\/50{ + border-right-color: rgb(40 40 40 / 0.5); +} +.border-r-status-canceled\/60{ + border-right-color: rgb(40 40 40 / 0.6); +} +.border-r-status-canceled\/70{ + border-right-color: rgb(40 40 40 / 0.7); +} +.border-r-status-canceled\/75{ + border-right-color: rgb(40 40 40 / 0.75); +} +.border-r-status-canceled\/80{ + border-right-color: rgb(40 40 40 / 0.8); +} +.border-r-status-canceled\/90{ + border-right-color: rgb(40 40 40 / 0.9); +} +.border-r-status-canceled\/95{ + border-right-color: rgb(40 40 40 / 0.95); +} +.border-r-status-canceled\/100{ + border-right-color: rgb(40 40 40 / 1); +} +.border-r-status-warning\/0{ + border-right-color: rgb(254 245 231 / 0); +} +.border-r-status-warning\/5{ + border-right-color: rgb(254 245 231 / 0.05); +} +.border-r-status-warning\/10{ + border-right-color: rgb(254 245 231 / 0.1); +} +.border-r-status-warning\/20{ + border-right-color: rgb(254 245 231 / 0.2); +} +.border-r-status-warning\/25{ + border-right-color: rgb(254 245 231 / 0.25); +} +.border-r-status-warning\/30{ + border-right-color: rgb(254 245 231 / 0.3); +} +.border-r-status-warning\/40{ + border-right-color: rgb(254 245 231 / 0.4); +} +.border-r-status-warning\/50{ + border-right-color: rgb(254 245 231 / 0.5); +} +.border-r-status-warning\/60{ + border-right-color: rgb(254 245 231 / 0.6); +} +.border-r-status-warning\/70{ + border-right-color: rgb(254 245 231 / 0.7); +} +.border-r-status-warning\/75{ + border-right-color: rgb(254 245 231 / 0.75); +} +.border-r-status-warning\/80{ + border-right-color: rgb(254 245 231 / 0.8); +} +.border-r-status-warning\/90{ + border-right-color: rgb(254 245 231 / 0.9); +} +.border-r-status-warning\/95{ + border-right-color: rgb(254 245 231 / 0.95); +} +.border-r-status-warning\/100{ + border-right-color: rgb(254 245 231 / 1); +} +.border-r-text-status-success\/0{ + border-right-color: rgb(99 145 74 / 0); +} +.border-r-text-status-success\/5{ + border-right-color: rgb(99 145 74 / 0.05); +} +.border-r-text-status-success\/10{ + border-right-color: rgb(99 145 74 / 0.1); +} +.border-r-text-status-success\/20{ + border-right-color: rgb(99 145 74 / 0.2); +} +.border-r-text-status-success\/25{ + border-right-color: rgb(99 145 74 / 0.25); +} +.border-r-text-status-success\/30{ + border-right-color: rgb(99 145 74 / 0.3); +} +.border-r-text-status-success\/40{ + border-right-color: rgb(99 145 74 / 0.4); +} +.border-r-text-status-success\/50{ + border-right-color: rgb(99 145 74 / 0.5); +} +.border-r-text-status-success\/60{ + border-right-color: rgb(99 145 74 / 0.6); +} +.border-r-text-status-success\/70{ + border-right-color: rgb(99 145 74 / 0.7); +} +.border-r-text-status-success\/75{ + border-right-color: rgb(99 145 74 / 0.75); +} +.border-r-text-status-success\/80{ + border-right-color: rgb(99 145 74 / 0.8); +} +.border-r-text-status-success\/90{ + border-right-color: rgb(99 145 74 / 0.9); +} +.border-r-text-status-success\/95{ + border-right-color: rgb(99 145 74 / 0.95); +} +.border-r-text-status-success\/100{ + border-right-color: rgb(99 145 74 / 1); +} +.border-r-text-status-danger\/0{ + border-right-color: rgb(184 0 0 / 0); +} +.border-r-text-status-danger\/5{ + border-right-color: rgb(184 0 0 / 0.05); +} +.border-r-text-status-danger\/10{ + border-right-color: rgb(184 0 0 / 0.1); +} +.border-r-text-status-danger\/20{ + border-right-color: rgb(184 0 0 / 0.2); +} +.border-r-text-status-danger\/25{ + border-right-color: rgb(184 0 0 / 0.25); +} +.border-r-text-status-danger\/30{ + border-right-color: rgb(184 0 0 / 0.3); +} +.border-r-text-status-danger\/40{ + border-right-color: rgb(184 0 0 / 0.4); +} +.border-r-text-status-danger\/50{ + border-right-color: rgb(184 0 0 / 0.5); +} +.border-r-text-status-danger\/60{ + border-right-color: rgb(184 0 0 / 0.6); +} +.border-r-text-status-danger\/70{ + border-right-color: rgb(184 0 0 / 0.7); +} +.border-r-text-status-danger\/75{ + border-right-color: rgb(184 0 0 / 0.75); +} +.border-r-text-status-danger\/80{ + border-right-color: rgb(184 0 0 / 0.8); +} +.border-r-text-status-danger\/90{ + border-right-color: rgb(184 0 0 / 0.9); +} +.border-r-text-status-danger\/95{ + border-right-color: rgb(184 0 0 / 0.95); +} +.border-r-text-status-danger\/100{ + border-right-color: rgb(184 0 0 / 1); +} +.border-r-text-status-sent\/0{ + border-right-color: rgb(221 142 10 / 0); +} +.border-r-text-status-sent\/5{ + border-right-color: rgb(221 142 10 / 0.05); +} +.border-r-text-status-sent\/10{ + border-right-color: rgb(221 142 10 / 0.1); +} +.border-r-text-status-sent\/20{ + border-right-color: rgb(221 142 10 / 0.2); +} +.border-r-text-status-sent\/25{ + border-right-color: rgb(221 142 10 / 0.25); +} +.border-r-text-status-sent\/30{ + border-right-color: rgb(221 142 10 / 0.3); +} +.border-r-text-status-sent\/40{ + border-right-color: rgb(221 142 10 / 0.4); +} +.border-r-text-status-sent\/50{ + border-right-color: rgb(221 142 10 / 0.5); +} +.border-r-text-status-sent\/60{ + border-right-color: rgb(221 142 10 / 0.6); +} +.border-r-text-status-sent\/70{ + border-right-color: rgb(221 142 10 / 0.7); +} +.border-r-text-status-sent\/75{ + border-right-color: rgb(221 142 10 / 0.75); +} +.border-r-text-status-sent\/80{ + border-right-color: rgb(221 142 10 / 0.8); +} +.border-r-text-status-sent\/90{ + border-right-color: rgb(221 142 10 / 0.9); +} +.border-r-text-status-sent\/95{ + border-right-color: rgb(221 142 10 / 0.95); +} +.border-r-text-status-sent\/100{ + border-right-color: rgb(221 142 10 / 1); +} +.border-r-text-status-viewed\/0{ + border-right-color: rgb(77 79 125 / 0); +} +.border-r-text-status-viewed\/5{ + border-right-color: rgb(77 79 125 / 0.05); +} +.border-r-text-status-viewed\/10{ + border-right-color: rgb(77 79 125 / 0.1); +} +.border-r-text-status-viewed\/20{ + border-right-color: rgb(77 79 125 / 0.2); +} +.border-r-text-status-viewed\/25{ + border-right-color: rgb(77 79 125 / 0.25); +} +.border-r-text-status-viewed\/30{ + border-right-color: rgb(77 79 125 / 0.3); +} +.border-r-text-status-viewed\/40{ + border-right-color: rgb(77 79 125 / 0.4); +} +.border-r-text-status-viewed\/50{ + border-right-color: rgb(77 79 125 / 0.5); +} +.border-r-text-status-viewed\/60{ + border-right-color: rgb(77 79 125 / 0.6); +} +.border-r-text-status-viewed\/70{ + border-right-color: rgb(77 79 125 / 0.7); +} +.border-r-text-status-viewed\/75{ + border-right-color: rgb(77 79 125 / 0.75); +} +.border-r-text-status-viewed\/80{ + border-right-color: rgb(77 79 125 / 0.8); +} +.border-r-text-status-viewed\/90{ + border-right-color: rgb(77 79 125 / 0.9); +} +.border-r-text-status-viewed\/95{ + border-right-color: rgb(77 79 125 / 0.95); +} +.border-r-text-status-viewed\/100{ + border-right-color: rgb(77 79 125 / 1); +} +.border-r-text-status-draft\/0{ + border-right-color: rgb(59 59 59 / 0); +} +.border-r-text-status-draft\/5{ + border-right-color: rgb(59 59 59 / 0.05); +} +.border-r-text-status-draft\/10{ + border-right-color: rgb(59 59 59 / 0.1); +} +.border-r-text-status-draft\/20{ + border-right-color: rgb(59 59 59 / 0.2); +} +.border-r-text-status-draft\/25{ + border-right-color: rgb(59 59 59 / 0.25); +} +.border-r-text-status-draft\/30{ + border-right-color: rgb(59 59 59 / 0.3); +} +.border-r-text-status-draft\/40{ + border-right-color: rgb(59 59 59 / 0.4); +} +.border-r-text-status-draft\/50{ + border-right-color: rgb(59 59 59 / 0.5); +} +.border-r-text-status-draft\/60{ + border-right-color: rgb(59 59 59 / 0.6); +} +.border-r-text-status-draft\/70{ + border-right-color: rgb(59 59 59 / 0.7); +} +.border-r-text-status-draft\/75{ + border-right-color: rgb(59 59 59 / 0.75); +} +.border-r-text-status-draft\/80{ + border-right-color: rgb(59 59 59 / 0.8); +} +.border-r-text-status-draft\/90{ + border-right-color: rgb(59 59 59 / 0.9); +} +.border-r-text-status-draft\/95{ + border-right-color: rgb(59 59 59 / 0.95); +} +.border-r-text-status-draft\/100{ + border-right-color: rgb(59 59 59 / 1); +} +.border-r-text-status-partial\/0{ + border-right-color: rgb(0 99 149 / 0); +} +.border-r-text-status-partial\/5{ + border-right-color: rgb(0 99 149 / 0.05); +} +.border-r-text-status-partial\/10{ + border-right-color: rgb(0 99 149 / 0.1); +} +.border-r-text-status-partial\/20{ + border-right-color: rgb(0 99 149 / 0.2); +} +.border-r-text-status-partial\/25{ + border-right-color: rgb(0 99 149 / 0.25); +} +.border-r-text-status-partial\/30{ + border-right-color: rgb(0 99 149 / 0.3); +} +.border-r-text-status-partial\/40{ + border-right-color: rgb(0 99 149 / 0.4); +} +.border-r-text-status-partial\/50{ + border-right-color: rgb(0 99 149 / 0.5); +} +.border-r-text-status-partial\/60{ + border-right-color: rgb(0 99 149 / 0.6); +} +.border-r-text-status-partial\/70{ + border-right-color: rgb(0 99 149 / 0.7); +} +.border-r-text-status-partial\/75{ + border-right-color: rgb(0 99 149 / 0.75); +} +.border-r-text-status-partial\/80{ + border-right-color: rgb(0 99 149 / 0.8); +} +.border-r-text-status-partial\/90{ + border-right-color: rgb(0 99 149 / 0.9); +} +.border-r-text-status-partial\/95{ + border-right-color: rgb(0 99 149 / 0.95); +} +.border-r-text-status-partial\/100{ + border-right-color: rgb(0 99 149 / 1); +} +.border-r-text-status-canceled\/0{ + border-right-color: rgb(255 255 255 / 0); +} +.border-r-text-status-canceled\/5{ + border-right-color: rgb(255 255 255 / 0.05); +} +.border-r-text-status-canceled\/10{ + border-right-color: rgb(255 255 255 / 0.1); +} +.border-r-text-status-canceled\/20{ + border-right-color: rgb(255 255 255 / 0.2); +} +.border-r-text-status-canceled\/25{ + border-right-color: rgb(255 255 255 / 0.25); +} +.border-r-text-status-canceled\/30{ + border-right-color: rgb(255 255 255 / 0.3); +} +.border-r-text-status-canceled\/40{ + border-right-color: rgb(255 255 255 / 0.4); +} +.border-r-text-status-canceled\/50{ + border-right-color: rgb(255 255 255 / 0.5); +} +.border-r-text-status-canceled\/60{ + border-right-color: rgb(255 255 255 / 0.6); +} +.border-r-text-status-canceled\/70{ + border-right-color: rgb(255 255 255 / 0.7); +} +.border-r-text-status-canceled\/75{ + border-right-color: rgb(255 255 255 / 0.75); +} +.border-r-text-status-canceled\/80{ + border-right-color: rgb(255 255 255 / 0.8); +} +.border-r-text-status-canceled\/90{ + border-right-color: rgb(255 255 255 / 0.9); +} +.border-r-text-status-canceled\/95{ + border-right-color: rgb(255 255 255 / 0.95); +} +.border-r-text-status-canceled\/100{ + border-right-color: rgb(255 255 255 / 1); +} +.border-r-text-status-warning\/0{ + border-right-color: rgb(184 119 8 / 0); +} +.border-r-text-status-warning\/5{ + border-right-color: rgb(184 119 8 / 0.05); +} +.border-r-text-status-warning\/10{ + border-right-color: rgb(184 119 8 / 0.1); +} +.border-r-text-status-warning\/20{ + border-right-color: rgb(184 119 8 / 0.2); +} +.border-r-text-status-warning\/25{ + border-right-color: rgb(184 119 8 / 0.25); +} +.border-r-text-status-warning\/30{ + border-right-color: rgb(184 119 8 / 0.3); +} +.border-r-text-status-warning\/40{ + border-right-color: rgb(184 119 8 / 0.4); +} +.border-r-text-status-warning\/50{ + border-right-color: rgb(184 119 8 / 0.5); +} +.border-r-text-status-warning\/60{ + border-right-color: rgb(184 119 8 / 0.6); +} +.border-r-text-status-warning\/70{ + border-right-color: rgb(184 119 8 / 0.7); +} +.border-r-text-status-warning\/75{ + border-right-color: rgb(184 119 8 / 0.75); +} +.border-r-text-status-warning\/80{ + border-right-color: rgb(184 119 8 / 0.8); +} +.border-r-text-status-warning\/90{ + border-right-color: rgb(184 119 8 / 0.9); +} +.border-r-text-status-warning\/95{ + border-right-color: rgb(184 119 8 / 0.95); +} +.border-r-text-status-warning\/100{ + border-right-color: rgb(184 119 8 / 1); +} +.border-r-body\/0{ + border-right-color: rgb(252 252 252 / 0); +} +.border-r-body\/5{ + border-right-color: rgb(252 252 252 / 0.05); +} +.border-r-body\/10{ + border-right-color: rgb(252 252 252 / 0.1); +} +.border-r-body\/20{ + border-right-color: rgb(252 252 252 / 0.2); +} +.border-r-body\/25{ + border-right-color: rgb(252 252 252 / 0.25); +} +.border-r-body\/30{ + border-right-color: rgb(252 252 252 / 0.3); +} +.border-r-body\/40{ + border-right-color: rgb(252 252 252 / 0.4); +} +.border-r-body\/50{ + border-right-color: rgb(252 252 252 / 0.5); +} +.border-r-body\/60{ + border-right-color: rgb(252 252 252 / 0.6); +} +.border-r-body\/70{ + border-right-color: rgb(252 252 252 / 0.7); +} +.border-r-body\/75{ + border-right-color: rgb(252 252 252 / 0.75); +} +.border-r-body\/80{ + border-right-color: rgb(252 252 252 / 0.8); +} +.border-r-body\/90{ + border-right-color: rgb(252 252 252 / 0.9); +} +.border-r-body\/95{ + border-right-color: rgb(252 252 252 / 0.95); +} +.border-r-body\/100{ + border-right-color: rgb(252 252 252 / 1); +} +.border-r-light-gray\/0{ + border-right-color: rgb(199 201 217 / 0); +} +.border-r-light-gray\/5{ + border-right-color: rgb(199 201 217 / 0.05); +} +.border-r-light-gray\/10{ + border-right-color: rgb(199 201 217 / 0.1); +} +.border-r-light-gray\/20{ + border-right-color: rgb(199 201 217 / 0.2); +} +.border-r-light-gray\/25{ + border-right-color: rgb(199 201 217 / 0.25); +} +.border-r-light-gray\/30{ + border-right-color: rgb(199 201 217 / 0.3); +} +.border-r-light-gray\/40{ + border-right-color: rgb(199 201 217 / 0.4); +} +.border-r-light-gray\/50{ + border-right-color: rgb(199 201 217 / 0.5); +} +.border-r-light-gray\/60{ + border-right-color: rgb(199 201 217 / 0.6); +} +.border-r-light-gray\/70{ + border-right-color: rgb(199 201 217 / 0.7); +} +.border-r-light-gray\/75{ + border-right-color: rgb(199 201 217 / 0.75); +} +.border-r-light-gray\/80{ + border-right-color: rgb(199 201 217 / 0.8); +} +.border-r-light-gray\/90{ + border-right-color: rgb(199 201 217 / 0.9); +} +.border-r-light-gray\/95{ + border-right-color: rgb(199 201 217 / 0.95); +} +.border-r-light-gray\/100{ + border-right-color: rgb(199 201 217 / 1); +} +.border-r-dark-blue\/0{ + border-right-color: rgb(21 40 75 / 0); +} +.border-r-dark-blue\/5{ + border-right-color: rgb(21 40 75 / 0.05); +} +.border-r-dark-blue\/10{ + border-right-color: rgb(21 40 75 / 0.1); +} +.border-r-dark-blue\/20{ + border-right-color: rgb(21 40 75 / 0.2); +} +.border-r-dark-blue\/25{ + border-right-color: rgb(21 40 75 / 0.25); +} +.border-r-dark-blue\/30{ + border-right-color: rgb(21 40 75 / 0.3); +} +.border-r-dark-blue\/40{ + border-right-color: rgb(21 40 75 / 0.4); +} +.border-r-dark-blue\/50{ + border-right-color: rgb(21 40 75 / 0.5); +} +.border-r-dark-blue\/60{ + border-right-color: rgb(21 40 75 / 0.6); +} +.border-r-dark-blue\/70{ + border-right-color: rgb(21 40 75 / 0.7); +} +.border-r-dark-blue\/75{ + border-right-color: rgb(21 40 75 / 0.75); +} +.border-r-dark-blue\/80{ + border-right-color: rgb(21 40 75 / 0.8); +} +.border-r-dark-blue\/90{ + border-right-color: rgb(21 40 75 / 0.9); +} +.border-r-dark-blue\/95{ + border-right-color: rgb(21 40 75 / 0.95); +} +.border-r-dark-blue\/100{ + border-right-color: rgb(21 40 75 / 1); +} +.border-r-lighter-gray\/0{ + border-right-color: rgb(242 242 245 / 0); +} +.border-r-lighter-gray\/5{ + border-right-color: rgb(242 242 245 / 0.05); +} +.border-r-lighter-gray\/10{ + border-right-color: rgb(242 242 245 / 0.1); +} +.border-r-lighter-gray\/20{ + border-right-color: rgb(242 242 245 / 0.2); +} +.border-r-lighter-gray\/25{ + border-right-color: rgb(242 242 245 / 0.25); +} +.border-r-lighter-gray\/30{ + border-right-color: rgb(242 242 245 / 0.3); +} +.border-r-lighter-gray\/40{ + border-right-color: rgb(242 242 245 / 0.4); +} +.border-r-lighter-gray\/50{ + border-right-color: rgb(242 242 245 / 0.5); +} +.border-r-lighter-gray\/60{ + border-right-color: rgb(242 242 245 / 0.6); +} +.border-r-lighter-gray\/70{ + border-right-color: rgb(242 242 245 / 0.7); +} +.border-r-lighter-gray\/75{ + border-right-color: rgb(242 242 245 / 0.75); +} +.border-r-lighter-gray\/80{ + border-right-color: rgb(242 242 245 / 0.8); +} +.border-r-lighter-gray\/90{ + border-right-color: rgb(242 242 245 / 0.9); +} +.border-r-lighter-gray\/95{ + border-right-color: rgb(242 242 245 / 0.95); +} +.border-r-lighter-gray\/100{ + border-right-color: rgb(242 242 245 / 1); +} +.border-r-purple-lighter\/0{ + border-right-color: rgb(242 244 252 / 0); +} +.border-r-purple-lighter\/5{ + border-right-color: rgb(242 244 252 / 0.05); +} +.border-r-purple-lighter\/10{ + border-right-color: rgb(242 244 252 / 0.1); +} +.border-r-purple-lighter\/20{ + border-right-color: rgb(242 244 252 / 0.2); +} +.border-r-purple-lighter\/25{ + border-right-color: rgb(242 244 252 / 0.25); +} +.border-r-purple-lighter\/30{ + border-right-color: rgb(242 244 252 / 0.3); +} +.border-r-purple-lighter\/40{ + border-right-color: rgb(242 244 252 / 0.4); +} +.border-r-purple-lighter\/50{ + border-right-color: rgb(242 244 252 / 0.5); +} +.border-r-purple-lighter\/60{ + border-right-color: rgb(242 244 252 / 0.6); +} +.border-r-purple-lighter\/70{ + border-right-color: rgb(242 244 252 / 0.7); +} +.border-r-purple-lighter\/75{ + border-right-color: rgb(242 244 252 / 0.75); +} +.border-r-purple-lighter\/80{ + border-right-color: rgb(242 244 252 / 0.8); +} +.border-r-purple-lighter\/90{ + border-right-color: rgb(242 244 252 / 0.9); +} +.border-r-purple-lighter\/95{ + border-right-color: rgb(242 244 252 / 0.95); +} +.border-r-purple-lighter\/100{ + border-right-color: rgb(242 244 252 / 1); +} +.border-r-modal-background\/0{ + border-right-color: rgb(0 0 0 / 0); +} +.border-r-modal-background\/5{ + border-right-color: rgb(0 0 0 / 0.05); +} +.border-r-modal-background\/10{ + border-right-color: rgb(0 0 0 / 0.1); +} +.border-r-modal-background\/20{ + border-right-color: rgb(0 0 0 / 0.2); +} +.border-r-modal-background\/25{ + border-right-color: rgb(0 0 0 / 0.25); +} +.border-r-modal-background\/30{ + border-right-color: rgb(0 0 0 / 0.3); +} +.border-r-modal-background\/40{ + border-right-color: rgb(0 0 0 / 0.4); +} +.border-r-modal-background\/50{ + border-right-color: rgb(0 0 0 / 0.5); +} +.border-r-modal-background\/60{ + border-right-color: rgb(0 0 0 / 0.6); +} +.border-r-modal-background\/70{ + border-right-color: rgb(0 0 0 / 0.7); +} +.border-r-modal-background\/75{ + border-right-color: rgb(0 0 0 / 0.75); +} +.border-r-modal-background\/80{ + border-right-color: rgb(0 0 0 / 0.8); +} +.border-r-modal-background\/90{ + border-right-color: rgb(0 0 0 / 0.9); +} +.border-r-modal-background\/95{ + border-right-color: rgb(0 0 0 / 0.95); +} +.border-r-modal-background\/100{ + border-right-color: rgb(0 0 0 / 1); +} +.border-r-testing\/0{ + border-right-color: rgb(147 95 7 / 0); +} +.border-r-testing\/5{ + border-right-color: rgb(147 95 7 / 0.05); +} +.border-r-testing\/10{ + border-right-color: rgb(147 95 7 / 0.1); +} +.border-r-testing\/20{ + border-right-color: rgb(147 95 7 / 0.2); +} +.border-r-testing\/25{ + border-right-color: rgb(147 95 7 / 0.25); +} +.border-r-testing\/30{ + border-right-color: rgb(147 95 7 / 0.3); +} +.border-r-testing\/40{ + border-right-color: rgb(147 95 7 / 0.4); +} +.border-r-testing\/50{ + border-right-color: rgb(147 95 7 / 0.5); +} +.border-r-testing\/60{ + border-right-color: rgb(147 95 7 / 0.6); +} +.border-r-testing\/70{ + border-right-color: rgb(147 95 7 / 0.7); +} +.border-r-testing\/75{ + border-right-color: rgb(147 95 7 / 0.75); +} +.border-r-testing\/80{ + border-right-color: rgb(147 95 7 / 0.8); +} +.border-r-testing\/90{ + border-right-color: rgb(147 95 7 / 0.9); +} +.border-r-testing\/95{ + border-right-color: rgb(147 95 7 / 0.95); +} +.border-r-testing\/100{ + border-right-color: rgb(147 95 7 / 1); +} .border-b-inherit{ border-bottom-color: inherit; } @@ -23902,6 +104967,12066 @@ input[type="date"]::-webkit-inner-spin-button, --tw-border-opacity: 1; border-bottom-color: rgb(147 95 7 / var(--tw-border-opacity)); } +.border-b-transparent\/0{ + border-bottom-color: rgb(0 0 0 / 0); +} +.border-b-transparent\/5{ + border-bottom-color: rgb(0 0 0 / 0.05); +} +.border-b-transparent\/10{ + border-bottom-color: rgb(0 0 0 / 0.1); +} +.border-b-transparent\/20{ + border-bottom-color: rgb(0 0 0 / 0.2); +} +.border-b-transparent\/25{ + border-bottom-color: rgb(0 0 0 / 0.25); +} +.border-b-transparent\/30{ + border-bottom-color: rgb(0 0 0 / 0.3); +} +.border-b-transparent\/40{ + border-bottom-color: rgb(0 0 0 / 0.4); +} +.border-b-transparent\/50{ + border-bottom-color: rgb(0 0 0 / 0.5); +} +.border-b-transparent\/60{ + border-bottom-color: rgb(0 0 0 / 0.6); +} +.border-b-transparent\/70{ + border-bottom-color: rgb(0 0 0 / 0.7); +} +.border-b-transparent\/75{ + border-bottom-color: rgb(0 0 0 / 0.75); +} +.border-b-transparent\/80{ + border-bottom-color: rgb(0 0 0 / 0.8); +} +.border-b-transparent\/90{ + border-bottom-color: rgb(0 0 0 / 0.9); +} +.border-b-transparent\/95{ + border-bottom-color: rgb(0 0 0 / 0.95); +} +.border-b-transparent\/100{ + border-bottom-color: rgb(0 0 0 / 1); +} +.border-b-black-50\/0{ + border-bottom-color: rgb(246 246 246 / 0); +} +.border-b-black-50\/5{ + border-bottom-color: rgb(246 246 246 / 0.05); +} +.border-b-black-50\/10{ + border-bottom-color: rgb(246 246 246 / 0.1); +} +.border-b-black-50\/20{ + border-bottom-color: rgb(246 246 246 / 0.2); +} +.border-b-black-50\/25{ + border-bottom-color: rgb(246 246 246 / 0.25); +} +.border-b-black-50\/30{ + border-bottom-color: rgb(246 246 246 / 0.3); +} +.border-b-black-50\/40{ + border-bottom-color: rgb(246 246 246 / 0.4); +} +.border-b-black-50\/50{ + border-bottom-color: rgb(246 246 246 / 0.5); +} +.border-b-black-50\/60{ + border-bottom-color: rgb(246 246 246 / 0.6); +} +.border-b-black-50\/70{ + border-bottom-color: rgb(246 246 246 / 0.7); +} +.border-b-black-50\/75{ + border-bottom-color: rgb(246 246 246 / 0.75); +} +.border-b-black-50\/80{ + border-bottom-color: rgb(246 246 246 / 0.8); +} +.border-b-black-50\/90{ + border-bottom-color: rgb(246 246 246 / 0.9); +} +.border-b-black-50\/95{ + border-bottom-color: rgb(246 246 246 / 0.95); +} +.border-b-black-50\/100{ + border-bottom-color: rgb(246 246 246 / 1); +} +.border-b-black-100\/0{ + border-bottom-color: rgb(236 236 236 / 0); +} +.border-b-black-100\/5{ + border-bottom-color: rgb(236 236 236 / 0.05); +} +.border-b-black-100\/10{ + border-bottom-color: rgb(236 236 236 / 0.1); +} +.border-b-black-100\/20{ + border-bottom-color: rgb(236 236 236 / 0.2); +} +.border-b-black-100\/25{ + border-bottom-color: rgb(236 236 236 / 0.25); +} +.border-b-black-100\/30{ + border-bottom-color: rgb(236 236 236 / 0.3); +} +.border-b-black-100\/40{ + border-bottom-color: rgb(236 236 236 / 0.4); +} +.border-b-black-100\/50{ + border-bottom-color: rgb(236 236 236 / 0.5); +} +.border-b-black-100\/60{ + border-bottom-color: rgb(236 236 236 / 0.6); +} +.border-b-black-100\/70{ + border-bottom-color: rgb(236 236 236 / 0.7); +} +.border-b-black-100\/75{ + border-bottom-color: rgb(236 236 236 / 0.75); +} +.border-b-black-100\/80{ + border-bottom-color: rgb(236 236 236 / 0.8); +} +.border-b-black-100\/90{ + border-bottom-color: rgb(236 236 236 / 0.9); +} +.border-b-black-100\/95{ + border-bottom-color: rgb(236 236 236 / 0.95); +} +.border-b-black-100\/100{ + border-bottom-color: rgb(236 236 236 / 1); +} +.border-b-black-200\/0{ + border-bottom-color: rgb(208 208 208 / 0); +} +.border-b-black-200\/5{ + border-bottom-color: rgb(208 208 208 / 0.05); +} +.border-b-black-200\/10{ + border-bottom-color: rgb(208 208 208 / 0.1); +} +.border-b-black-200\/20{ + border-bottom-color: rgb(208 208 208 / 0.2); +} +.border-b-black-200\/25{ + border-bottom-color: rgb(208 208 208 / 0.25); +} +.border-b-black-200\/30{ + border-bottom-color: rgb(208 208 208 / 0.3); +} +.border-b-black-200\/40{ + border-bottom-color: rgb(208 208 208 / 0.4); +} +.border-b-black-200\/50{ + border-bottom-color: rgb(208 208 208 / 0.5); +} +.border-b-black-200\/60{ + border-bottom-color: rgb(208 208 208 / 0.6); +} +.border-b-black-200\/70{ + border-bottom-color: rgb(208 208 208 / 0.7); +} +.border-b-black-200\/75{ + border-bottom-color: rgb(208 208 208 / 0.75); +} +.border-b-black-200\/80{ + border-bottom-color: rgb(208 208 208 / 0.8); +} +.border-b-black-200\/90{ + border-bottom-color: rgb(208 208 208 / 0.9); +} +.border-b-black-200\/95{ + border-bottom-color: rgb(208 208 208 / 0.95); +} +.border-b-black-200\/100{ + border-bottom-color: rgb(208 208 208 / 1); +} +.border-b-black-300\/0{ + border-bottom-color: rgb(179 179 179 / 0); +} +.border-b-black-300\/5{ + border-bottom-color: rgb(179 179 179 / 0.05); +} +.border-b-black-300\/10{ + border-bottom-color: rgb(179 179 179 / 0.1); +} +.border-b-black-300\/20{ + border-bottom-color: rgb(179 179 179 / 0.2); +} +.border-b-black-300\/25{ + border-bottom-color: rgb(179 179 179 / 0.25); +} +.border-b-black-300\/30{ + border-bottom-color: rgb(179 179 179 / 0.3); +} +.border-b-black-300\/40{ + border-bottom-color: rgb(179 179 179 / 0.4); +} +.border-b-black-300\/50{ + border-bottom-color: rgb(179 179 179 / 0.5); +} +.border-b-black-300\/60{ + border-bottom-color: rgb(179 179 179 / 0.6); +} +.border-b-black-300\/70{ + border-bottom-color: rgb(179 179 179 / 0.7); +} +.border-b-black-300\/75{ + border-bottom-color: rgb(179 179 179 / 0.75); +} +.border-b-black-300\/80{ + border-bottom-color: rgb(179 179 179 / 0.8); +} +.border-b-black-300\/90{ + border-bottom-color: rgb(179 179 179 / 0.9); +} +.border-b-black-300\/95{ + border-bottom-color: rgb(179 179 179 / 0.95); +} +.border-b-black-300\/100{ + border-bottom-color: rgb(179 179 179 / 1); +} +.border-b-black-400\/0{ + border-bottom-color: rgb(123 123 123 / 0); +} +.border-b-black-400\/5{ + border-bottom-color: rgb(123 123 123 / 0.05); +} +.border-b-black-400\/10{ + border-bottom-color: rgb(123 123 123 / 0.1); +} +.border-b-black-400\/20{ + border-bottom-color: rgb(123 123 123 / 0.2); +} +.border-b-black-400\/25{ + border-bottom-color: rgb(123 123 123 / 0.25); +} +.border-b-black-400\/30{ + border-bottom-color: rgb(123 123 123 / 0.3); +} +.border-b-black-400\/40{ + border-bottom-color: rgb(123 123 123 / 0.4); +} +.border-b-black-400\/50{ + border-bottom-color: rgb(123 123 123 / 0.5); +} +.border-b-black-400\/60{ + border-bottom-color: rgb(123 123 123 / 0.6); +} +.border-b-black-400\/70{ + border-bottom-color: rgb(123 123 123 / 0.7); +} +.border-b-black-400\/75{ + border-bottom-color: rgb(123 123 123 / 0.75); +} +.border-b-black-400\/80{ + border-bottom-color: rgb(123 123 123 / 0.8); +} +.border-b-black-400\/90{ + border-bottom-color: rgb(123 123 123 / 0.9); +} +.border-b-black-400\/95{ + border-bottom-color: rgb(123 123 123 / 0.95); +} +.border-b-black-400\/100{ + border-bottom-color: rgb(123 123 123 / 1); +} +.border-b-black-500\/0{ + border-bottom-color: rgb(66 66 66 / 0); +} +.border-b-black-500\/5{ + border-bottom-color: rgb(66 66 66 / 0.05); +} +.border-b-black-500\/10{ + border-bottom-color: rgb(66 66 66 / 0.1); +} +.border-b-black-500\/20{ + border-bottom-color: rgb(66 66 66 / 0.2); +} +.border-b-black-500\/25{ + border-bottom-color: rgb(66 66 66 / 0.25); +} +.border-b-black-500\/30{ + border-bottom-color: rgb(66 66 66 / 0.3); +} +.border-b-black-500\/40{ + border-bottom-color: rgb(66 66 66 / 0.4); +} +.border-b-black-500\/50{ + border-bottom-color: rgb(66 66 66 / 0.5); +} +.border-b-black-500\/60{ + border-bottom-color: rgb(66 66 66 / 0.6); +} +.border-b-black-500\/70{ + border-bottom-color: rgb(66 66 66 / 0.7); +} +.border-b-black-500\/75{ + border-bottom-color: rgb(66 66 66 / 0.75); +} +.border-b-black-500\/80{ + border-bottom-color: rgb(66 66 66 / 0.8); +} +.border-b-black-500\/90{ + border-bottom-color: rgb(66 66 66 / 0.9); +} +.border-b-black-500\/95{ + border-bottom-color: rgb(66 66 66 / 0.95); +} +.border-b-black-500\/100{ + border-bottom-color: rgb(66 66 66 / 1); +} +.border-b-black-600\/0{ + border-bottom-color: rgb(59 59 59 / 0); +} +.border-b-black-600\/5{ + border-bottom-color: rgb(59 59 59 / 0.05); +} +.border-b-black-600\/10{ + border-bottom-color: rgb(59 59 59 / 0.1); +} +.border-b-black-600\/20{ + border-bottom-color: rgb(59 59 59 / 0.2); +} +.border-b-black-600\/25{ + border-bottom-color: rgb(59 59 59 / 0.25); +} +.border-b-black-600\/30{ + border-bottom-color: rgb(59 59 59 / 0.3); +} +.border-b-black-600\/40{ + border-bottom-color: rgb(59 59 59 / 0.4); +} +.border-b-black-600\/50{ + border-bottom-color: rgb(59 59 59 / 0.5); +} +.border-b-black-600\/60{ + border-bottom-color: rgb(59 59 59 / 0.6); +} +.border-b-black-600\/70{ + border-bottom-color: rgb(59 59 59 / 0.7); +} +.border-b-black-600\/75{ + border-bottom-color: rgb(59 59 59 / 0.75); +} +.border-b-black-600\/80{ + border-bottom-color: rgb(59 59 59 / 0.8); +} +.border-b-black-600\/90{ + border-bottom-color: rgb(59 59 59 / 0.9); +} +.border-b-black-600\/95{ + border-bottom-color: rgb(59 59 59 / 0.95); +} +.border-b-black-600\/100{ + border-bottom-color: rgb(59 59 59 / 1); +} +.border-b-black-700\/0{ + border-bottom-color: rgb(50 50 50 / 0); +} +.border-b-black-700\/5{ + border-bottom-color: rgb(50 50 50 / 0.05); +} +.border-b-black-700\/10{ + border-bottom-color: rgb(50 50 50 / 0.1); +} +.border-b-black-700\/20{ + border-bottom-color: rgb(50 50 50 / 0.2); +} +.border-b-black-700\/25{ + border-bottom-color: rgb(50 50 50 / 0.25); +} +.border-b-black-700\/30{ + border-bottom-color: rgb(50 50 50 / 0.3); +} +.border-b-black-700\/40{ + border-bottom-color: rgb(50 50 50 / 0.4); +} +.border-b-black-700\/50{ + border-bottom-color: rgb(50 50 50 / 0.5); +} +.border-b-black-700\/60{ + border-bottom-color: rgb(50 50 50 / 0.6); +} +.border-b-black-700\/70{ + border-bottom-color: rgb(50 50 50 / 0.7); +} +.border-b-black-700\/75{ + border-bottom-color: rgb(50 50 50 / 0.75); +} +.border-b-black-700\/80{ + border-bottom-color: rgb(50 50 50 / 0.8); +} +.border-b-black-700\/90{ + border-bottom-color: rgb(50 50 50 / 0.9); +} +.border-b-black-700\/95{ + border-bottom-color: rgb(50 50 50 / 0.95); +} +.border-b-black-700\/100{ + border-bottom-color: rgb(50 50 50 / 1); +} +.border-b-black-800\/0{ + border-bottom-color: rgb(40 40 40 / 0); +} +.border-b-black-800\/5{ + border-bottom-color: rgb(40 40 40 / 0.05); +} +.border-b-black-800\/10{ + border-bottom-color: rgb(40 40 40 / 0.1); +} +.border-b-black-800\/20{ + border-bottom-color: rgb(40 40 40 / 0.2); +} +.border-b-black-800\/25{ + border-bottom-color: rgb(40 40 40 / 0.25); +} +.border-b-black-800\/30{ + border-bottom-color: rgb(40 40 40 / 0.3); +} +.border-b-black-800\/40{ + border-bottom-color: rgb(40 40 40 / 0.4); +} +.border-b-black-800\/50{ + border-bottom-color: rgb(40 40 40 / 0.5); +} +.border-b-black-800\/60{ + border-bottom-color: rgb(40 40 40 / 0.6); +} +.border-b-black-800\/70{ + border-bottom-color: rgb(40 40 40 / 0.7); +} +.border-b-black-800\/75{ + border-bottom-color: rgb(40 40 40 / 0.75); +} +.border-b-black-800\/80{ + border-bottom-color: rgb(40 40 40 / 0.8); +} +.border-b-black-800\/90{ + border-bottom-color: rgb(40 40 40 / 0.9); +} +.border-b-black-800\/95{ + border-bottom-color: rgb(40 40 40 / 0.95); +} +.border-b-black-800\/100{ + border-bottom-color: rgb(40 40 40 / 1); +} +.border-b-black-900\/0{ + border-bottom-color: rgb(32 32 32 / 0); +} +.border-b-black-900\/5{ + border-bottom-color: rgb(32 32 32 / 0.05); +} +.border-b-black-900\/10{ + border-bottom-color: rgb(32 32 32 / 0.1); +} +.border-b-black-900\/20{ + border-bottom-color: rgb(32 32 32 / 0.2); +} +.border-b-black-900\/25{ + border-bottom-color: rgb(32 32 32 / 0.25); +} +.border-b-black-900\/30{ + border-bottom-color: rgb(32 32 32 / 0.3); +} +.border-b-black-900\/40{ + border-bottom-color: rgb(32 32 32 / 0.4); +} +.border-b-black-900\/50{ + border-bottom-color: rgb(32 32 32 / 0.5); +} +.border-b-black-900\/60{ + border-bottom-color: rgb(32 32 32 / 0.6); +} +.border-b-black-900\/70{ + border-bottom-color: rgb(32 32 32 / 0.7); +} +.border-b-black-900\/75{ + border-bottom-color: rgb(32 32 32 / 0.75); +} +.border-b-black-900\/80{ + border-bottom-color: rgb(32 32 32 / 0.8); +} +.border-b-black-900\/90{ + border-bottom-color: rgb(32 32 32 / 0.9); +} +.border-b-black-900\/95{ + border-bottom-color: rgb(32 32 32 / 0.95); +} +.border-b-black-900\/100{ + border-bottom-color: rgb(32 32 32 / 1); +} +.border-b-black\/0{ + border-bottom-color: rgb(66 66 66 / 0); +} +.border-b-black\/5{ + border-bottom-color: rgb(66 66 66 / 0.05); +} +.border-b-black\/10{ + border-bottom-color: rgb(66 66 66 / 0.1); +} +.border-b-black\/20{ + border-bottom-color: rgb(66 66 66 / 0.2); +} +.border-b-black\/25{ + border-bottom-color: rgb(66 66 66 / 0.25); +} +.border-b-black\/30{ + border-bottom-color: rgb(66 66 66 / 0.3); +} +.border-b-black\/40{ + border-bottom-color: rgb(66 66 66 / 0.4); +} +.border-b-black\/50{ + border-bottom-color: rgb(66 66 66 / 0.5); +} +.border-b-black\/60{ + border-bottom-color: rgb(66 66 66 / 0.6); +} +.border-b-black\/70{ + border-bottom-color: rgb(66 66 66 / 0.7); +} +.border-b-black\/75{ + border-bottom-color: rgb(66 66 66 / 0.75); +} +.border-b-black\/80{ + border-bottom-color: rgb(66 66 66 / 0.8); +} +.border-b-black\/90{ + border-bottom-color: rgb(66 66 66 / 0.9); +} +.border-b-black\/95{ + border-bottom-color: rgb(66 66 66 / 0.95); +} +.border-b-black\/100{ + border-bottom-color: rgb(66 66 66 / 1); +} +.border-b-white\/0{ + border-bottom-color: rgb(255 255 255 / 0); +} +.border-b-white\/5{ + border-bottom-color: rgb(255 255 255 / 0.05); +} +.border-b-white\/10{ + border-bottom-color: rgb(255 255 255 / 0.1); +} +.border-b-white\/20{ + border-bottom-color: rgb(255 255 255 / 0.2); +} +.border-b-white\/25{ + border-bottom-color: rgb(255 255 255 / 0.25); +} +.border-b-white\/30{ + border-bottom-color: rgb(255 255 255 / 0.3); +} +.border-b-white\/40{ + border-bottom-color: rgb(255 255 255 / 0.4); +} +.border-b-white\/50{ + border-bottom-color: rgb(255 255 255 / 0.5); +} +.border-b-white\/60{ + border-bottom-color: rgb(255 255 255 / 0.6); +} +.border-b-white\/70{ + border-bottom-color: rgb(255 255 255 / 0.7); +} +.border-b-white\/75{ + border-bottom-color: rgb(255 255 255 / 0.75); +} +.border-b-white\/80{ + border-bottom-color: rgb(255 255 255 / 0.8); +} +.border-b-white\/90{ + border-bottom-color: rgb(255 255 255 / 0.9); +} +.border-b-white\/95{ + border-bottom-color: rgb(255 255 255 / 0.95); +} +.border-b-white\/100{ + border-bottom-color: rgb(255 255 255 / 1); +} +.border-b-slate-50\/0{ + border-bottom-color: rgb(248 250 252 / 0); +} +.border-b-slate-50\/5{ + border-bottom-color: rgb(248 250 252 / 0.05); +} +.border-b-slate-50\/10{ + border-bottom-color: rgb(248 250 252 / 0.1); +} +.border-b-slate-50\/20{ + border-bottom-color: rgb(248 250 252 / 0.2); +} +.border-b-slate-50\/25{ + border-bottom-color: rgb(248 250 252 / 0.25); +} +.border-b-slate-50\/30{ + border-bottom-color: rgb(248 250 252 / 0.3); +} +.border-b-slate-50\/40{ + border-bottom-color: rgb(248 250 252 / 0.4); +} +.border-b-slate-50\/50{ + border-bottom-color: rgb(248 250 252 / 0.5); +} +.border-b-slate-50\/60{ + border-bottom-color: rgb(248 250 252 / 0.6); +} +.border-b-slate-50\/70{ + border-bottom-color: rgb(248 250 252 / 0.7); +} +.border-b-slate-50\/75{ + border-bottom-color: rgb(248 250 252 / 0.75); +} +.border-b-slate-50\/80{ + border-bottom-color: rgb(248 250 252 / 0.8); +} +.border-b-slate-50\/90{ + border-bottom-color: rgb(248 250 252 / 0.9); +} +.border-b-slate-50\/95{ + border-bottom-color: rgb(248 250 252 / 0.95); +} +.border-b-slate-50\/100{ + border-bottom-color: rgb(248 250 252 / 1); +} +.border-b-slate-100\/0{ + border-bottom-color: rgb(241 245 249 / 0); +} +.border-b-slate-100\/5{ + border-bottom-color: rgb(241 245 249 / 0.05); +} +.border-b-slate-100\/10{ + border-bottom-color: rgb(241 245 249 / 0.1); +} +.border-b-slate-100\/20{ + border-bottom-color: rgb(241 245 249 / 0.2); +} +.border-b-slate-100\/25{ + border-bottom-color: rgb(241 245 249 / 0.25); +} +.border-b-slate-100\/30{ + border-bottom-color: rgb(241 245 249 / 0.3); +} +.border-b-slate-100\/40{ + border-bottom-color: rgb(241 245 249 / 0.4); +} +.border-b-slate-100\/50{ + border-bottom-color: rgb(241 245 249 / 0.5); +} +.border-b-slate-100\/60{ + border-bottom-color: rgb(241 245 249 / 0.6); +} +.border-b-slate-100\/70{ + border-bottom-color: rgb(241 245 249 / 0.7); +} +.border-b-slate-100\/75{ + border-bottom-color: rgb(241 245 249 / 0.75); +} +.border-b-slate-100\/80{ + border-bottom-color: rgb(241 245 249 / 0.8); +} +.border-b-slate-100\/90{ + border-bottom-color: rgb(241 245 249 / 0.9); +} +.border-b-slate-100\/95{ + border-bottom-color: rgb(241 245 249 / 0.95); +} +.border-b-slate-100\/100{ + border-bottom-color: rgb(241 245 249 / 1); +} +.border-b-slate-200\/0{ + border-bottom-color: rgb(226 232 240 / 0); +} +.border-b-slate-200\/5{ + border-bottom-color: rgb(226 232 240 / 0.05); +} +.border-b-slate-200\/10{ + border-bottom-color: rgb(226 232 240 / 0.1); +} +.border-b-slate-200\/20{ + border-bottom-color: rgb(226 232 240 / 0.2); +} +.border-b-slate-200\/25{ + border-bottom-color: rgb(226 232 240 / 0.25); +} +.border-b-slate-200\/30{ + border-bottom-color: rgb(226 232 240 / 0.3); +} +.border-b-slate-200\/40{ + border-bottom-color: rgb(226 232 240 / 0.4); +} +.border-b-slate-200\/50{ + border-bottom-color: rgb(226 232 240 / 0.5); +} +.border-b-slate-200\/60{ + border-bottom-color: rgb(226 232 240 / 0.6); +} +.border-b-slate-200\/70{ + border-bottom-color: rgb(226 232 240 / 0.7); +} +.border-b-slate-200\/75{ + border-bottom-color: rgb(226 232 240 / 0.75); +} +.border-b-slate-200\/80{ + border-bottom-color: rgb(226 232 240 / 0.8); +} +.border-b-slate-200\/90{ + border-bottom-color: rgb(226 232 240 / 0.9); +} +.border-b-slate-200\/95{ + border-bottom-color: rgb(226 232 240 / 0.95); +} +.border-b-slate-200\/100{ + border-bottom-color: rgb(226 232 240 / 1); +} +.border-b-slate-300\/0{ + border-bottom-color: rgb(203 213 225 / 0); +} +.border-b-slate-300\/5{ + border-bottom-color: rgb(203 213 225 / 0.05); +} +.border-b-slate-300\/10{ + border-bottom-color: rgb(203 213 225 / 0.1); +} +.border-b-slate-300\/20{ + border-bottom-color: rgb(203 213 225 / 0.2); +} +.border-b-slate-300\/25{ + border-bottom-color: rgb(203 213 225 / 0.25); +} +.border-b-slate-300\/30{ + border-bottom-color: rgb(203 213 225 / 0.3); +} +.border-b-slate-300\/40{ + border-bottom-color: rgb(203 213 225 / 0.4); +} +.border-b-slate-300\/50{ + border-bottom-color: rgb(203 213 225 / 0.5); +} +.border-b-slate-300\/60{ + border-bottom-color: rgb(203 213 225 / 0.6); +} +.border-b-slate-300\/70{ + border-bottom-color: rgb(203 213 225 / 0.7); +} +.border-b-slate-300\/75{ + border-bottom-color: rgb(203 213 225 / 0.75); +} +.border-b-slate-300\/80{ + border-bottom-color: rgb(203 213 225 / 0.8); +} +.border-b-slate-300\/90{ + border-bottom-color: rgb(203 213 225 / 0.9); +} +.border-b-slate-300\/95{ + border-bottom-color: rgb(203 213 225 / 0.95); +} +.border-b-slate-300\/100{ + border-bottom-color: rgb(203 213 225 / 1); +} +.border-b-slate-400\/0{ + border-bottom-color: rgb(148 163 184 / 0); +} +.border-b-slate-400\/5{ + border-bottom-color: rgb(148 163 184 / 0.05); +} +.border-b-slate-400\/10{ + border-bottom-color: rgb(148 163 184 / 0.1); +} +.border-b-slate-400\/20{ + border-bottom-color: rgb(148 163 184 / 0.2); +} +.border-b-slate-400\/25{ + border-bottom-color: rgb(148 163 184 / 0.25); +} +.border-b-slate-400\/30{ + border-bottom-color: rgb(148 163 184 / 0.3); +} +.border-b-slate-400\/40{ + border-bottom-color: rgb(148 163 184 / 0.4); +} +.border-b-slate-400\/50{ + border-bottom-color: rgb(148 163 184 / 0.5); +} +.border-b-slate-400\/60{ + border-bottom-color: rgb(148 163 184 / 0.6); +} +.border-b-slate-400\/70{ + border-bottom-color: rgb(148 163 184 / 0.7); +} +.border-b-slate-400\/75{ + border-bottom-color: rgb(148 163 184 / 0.75); +} +.border-b-slate-400\/80{ + border-bottom-color: rgb(148 163 184 / 0.8); +} +.border-b-slate-400\/90{ + border-bottom-color: rgb(148 163 184 / 0.9); +} +.border-b-slate-400\/95{ + border-bottom-color: rgb(148 163 184 / 0.95); +} +.border-b-slate-400\/100{ + border-bottom-color: rgb(148 163 184 / 1); +} +.border-b-slate-500\/0{ + border-bottom-color: rgb(100 116 139 / 0); +} +.border-b-slate-500\/5{ + border-bottom-color: rgb(100 116 139 / 0.05); +} +.border-b-slate-500\/10{ + border-bottom-color: rgb(100 116 139 / 0.1); +} +.border-b-slate-500\/20{ + border-bottom-color: rgb(100 116 139 / 0.2); +} +.border-b-slate-500\/25{ + border-bottom-color: rgb(100 116 139 / 0.25); +} +.border-b-slate-500\/30{ + border-bottom-color: rgb(100 116 139 / 0.3); +} +.border-b-slate-500\/40{ + border-bottom-color: rgb(100 116 139 / 0.4); +} +.border-b-slate-500\/50{ + border-bottom-color: rgb(100 116 139 / 0.5); +} +.border-b-slate-500\/60{ + border-bottom-color: rgb(100 116 139 / 0.6); +} +.border-b-slate-500\/70{ + border-bottom-color: rgb(100 116 139 / 0.7); +} +.border-b-slate-500\/75{ + border-bottom-color: rgb(100 116 139 / 0.75); +} +.border-b-slate-500\/80{ + border-bottom-color: rgb(100 116 139 / 0.8); +} +.border-b-slate-500\/90{ + border-bottom-color: rgb(100 116 139 / 0.9); +} +.border-b-slate-500\/95{ + border-bottom-color: rgb(100 116 139 / 0.95); +} +.border-b-slate-500\/100{ + border-bottom-color: rgb(100 116 139 / 1); +} +.border-b-slate-600\/0{ + border-bottom-color: rgb(71 85 105 / 0); +} +.border-b-slate-600\/5{ + border-bottom-color: rgb(71 85 105 / 0.05); +} +.border-b-slate-600\/10{ + border-bottom-color: rgb(71 85 105 / 0.1); +} +.border-b-slate-600\/20{ + border-bottom-color: rgb(71 85 105 / 0.2); +} +.border-b-slate-600\/25{ + border-bottom-color: rgb(71 85 105 / 0.25); +} +.border-b-slate-600\/30{ + border-bottom-color: rgb(71 85 105 / 0.3); +} +.border-b-slate-600\/40{ + border-bottom-color: rgb(71 85 105 / 0.4); +} +.border-b-slate-600\/50{ + border-bottom-color: rgb(71 85 105 / 0.5); +} +.border-b-slate-600\/60{ + border-bottom-color: rgb(71 85 105 / 0.6); +} +.border-b-slate-600\/70{ + border-bottom-color: rgb(71 85 105 / 0.7); +} +.border-b-slate-600\/75{ + border-bottom-color: rgb(71 85 105 / 0.75); +} +.border-b-slate-600\/80{ + border-bottom-color: rgb(71 85 105 / 0.8); +} +.border-b-slate-600\/90{ + border-bottom-color: rgb(71 85 105 / 0.9); +} +.border-b-slate-600\/95{ + border-bottom-color: rgb(71 85 105 / 0.95); +} +.border-b-slate-600\/100{ + border-bottom-color: rgb(71 85 105 / 1); +} +.border-b-slate-700\/0{ + border-bottom-color: rgb(51 65 85 / 0); +} +.border-b-slate-700\/5{ + border-bottom-color: rgb(51 65 85 / 0.05); +} +.border-b-slate-700\/10{ + border-bottom-color: rgb(51 65 85 / 0.1); +} +.border-b-slate-700\/20{ + border-bottom-color: rgb(51 65 85 / 0.2); +} +.border-b-slate-700\/25{ + border-bottom-color: rgb(51 65 85 / 0.25); +} +.border-b-slate-700\/30{ + border-bottom-color: rgb(51 65 85 / 0.3); +} +.border-b-slate-700\/40{ + border-bottom-color: rgb(51 65 85 / 0.4); +} +.border-b-slate-700\/50{ + border-bottom-color: rgb(51 65 85 / 0.5); +} +.border-b-slate-700\/60{ + border-bottom-color: rgb(51 65 85 / 0.6); +} +.border-b-slate-700\/70{ + border-bottom-color: rgb(51 65 85 / 0.7); +} +.border-b-slate-700\/75{ + border-bottom-color: rgb(51 65 85 / 0.75); +} +.border-b-slate-700\/80{ + border-bottom-color: rgb(51 65 85 / 0.8); +} +.border-b-slate-700\/90{ + border-bottom-color: rgb(51 65 85 / 0.9); +} +.border-b-slate-700\/95{ + border-bottom-color: rgb(51 65 85 / 0.95); +} +.border-b-slate-700\/100{ + border-bottom-color: rgb(51 65 85 / 1); +} +.border-b-slate-800\/0{ + border-bottom-color: rgb(30 41 59 / 0); +} +.border-b-slate-800\/5{ + border-bottom-color: rgb(30 41 59 / 0.05); +} +.border-b-slate-800\/10{ + border-bottom-color: rgb(30 41 59 / 0.1); +} +.border-b-slate-800\/20{ + border-bottom-color: rgb(30 41 59 / 0.2); +} +.border-b-slate-800\/25{ + border-bottom-color: rgb(30 41 59 / 0.25); +} +.border-b-slate-800\/30{ + border-bottom-color: rgb(30 41 59 / 0.3); +} +.border-b-slate-800\/40{ + border-bottom-color: rgb(30 41 59 / 0.4); +} +.border-b-slate-800\/50{ + border-bottom-color: rgb(30 41 59 / 0.5); +} +.border-b-slate-800\/60{ + border-bottom-color: rgb(30 41 59 / 0.6); +} +.border-b-slate-800\/70{ + border-bottom-color: rgb(30 41 59 / 0.7); +} +.border-b-slate-800\/75{ + border-bottom-color: rgb(30 41 59 / 0.75); +} +.border-b-slate-800\/80{ + border-bottom-color: rgb(30 41 59 / 0.8); +} +.border-b-slate-800\/90{ + border-bottom-color: rgb(30 41 59 / 0.9); +} +.border-b-slate-800\/95{ + border-bottom-color: rgb(30 41 59 / 0.95); +} +.border-b-slate-800\/100{ + border-bottom-color: rgb(30 41 59 / 1); +} +.border-b-slate-900\/0{ + border-bottom-color: rgb(15 23 42 / 0); +} +.border-b-slate-900\/5{ + border-bottom-color: rgb(15 23 42 / 0.05); +} +.border-b-slate-900\/10{ + border-bottom-color: rgb(15 23 42 / 0.1); +} +.border-b-slate-900\/20{ + border-bottom-color: rgb(15 23 42 / 0.2); +} +.border-b-slate-900\/25{ + border-bottom-color: rgb(15 23 42 / 0.25); +} +.border-b-slate-900\/30{ + border-bottom-color: rgb(15 23 42 / 0.3); +} +.border-b-slate-900\/40{ + border-bottom-color: rgb(15 23 42 / 0.4); +} +.border-b-slate-900\/50{ + border-bottom-color: rgb(15 23 42 / 0.5); +} +.border-b-slate-900\/60{ + border-bottom-color: rgb(15 23 42 / 0.6); +} +.border-b-slate-900\/70{ + border-bottom-color: rgb(15 23 42 / 0.7); +} +.border-b-slate-900\/75{ + border-bottom-color: rgb(15 23 42 / 0.75); +} +.border-b-slate-900\/80{ + border-bottom-color: rgb(15 23 42 / 0.8); +} +.border-b-slate-900\/90{ + border-bottom-color: rgb(15 23 42 / 0.9); +} +.border-b-slate-900\/95{ + border-bottom-color: rgb(15 23 42 / 0.95); +} +.border-b-slate-900\/100{ + border-bottom-color: rgb(15 23 42 / 1); +} +.border-b-gray-50\/0{ + border-bottom-color: rgb(249 250 251 / 0); +} +.border-b-gray-50\/5{ + border-bottom-color: rgb(249 250 251 / 0.05); +} +.border-b-gray-50\/10{ + border-bottom-color: rgb(249 250 251 / 0.1); +} +.border-b-gray-50\/20{ + border-bottom-color: rgb(249 250 251 / 0.2); +} +.border-b-gray-50\/25{ + border-bottom-color: rgb(249 250 251 / 0.25); +} +.border-b-gray-50\/30{ + border-bottom-color: rgb(249 250 251 / 0.3); +} +.border-b-gray-50\/40{ + border-bottom-color: rgb(249 250 251 / 0.4); +} +.border-b-gray-50\/50{ + border-bottom-color: rgb(249 250 251 / 0.5); +} +.border-b-gray-50\/60{ + border-bottom-color: rgb(249 250 251 / 0.6); +} +.border-b-gray-50\/70{ + border-bottom-color: rgb(249 250 251 / 0.7); +} +.border-b-gray-50\/75{ + border-bottom-color: rgb(249 250 251 / 0.75); +} +.border-b-gray-50\/80{ + border-bottom-color: rgb(249 250 251 / 0.8); +} +.border-b-gray-50\/90{ + border-bottom-color: rgb(249 250 251 / 0.9); +} +.border-b-gray-50\/95{ + border-bottom-color: rgb(249 250 251 / 0.95); +} +.border-b-gray-50\/100{ + border-bottom-color: rgb(249 250 251 / 1); +} +.border-b-gray-100\/0{ + border-bottom-color: rgb(243 244 246 / 0); +} +.border-b-gray-100\/5{ + border-bottom-color: rgb(243 244 246 / 0.05); +} +.border-b-gray-100\/10{ + border-bottom-color: rgb(243 244 246 / 0.1); +} +.border-b-gray-100\/20{ + border-bottom-color: rgb(243 244 246 / 0.2); +} +.border-b-gray-100\/25{ + border-bottom-color: rgb(243 244 246 / 0.25); +} +.border-b-gray-100\/30{ + border-bottom-color: rgb(243 244 246 / 0.3); +} +.border-b-gray-100\/40{ + border-bottom-color: rgb(243 244 246 / 0.4); +} +.border-b-gray-100\/50{ + border-bottom-color: rgb(243 244 246 / 0.5); +} +.border-b-gray-100\/60{ + border-bottom-color: rgb(243 244 246 / 0.6); +} +.border-b-gray-100\/70{ + border-bottom-color: rgb(243 244 246 / 0.7); +} +.border-b-gray-100\/75{ + border-bottom-color: rgb(243 244 246 / 0.75); +} +.border-b-gray-100\/80{ + border-bottom-color: rgb(243 244 246 / 0.8); +} +.border-b-gray-100\/90{ + border-bottom-color: rgb(243 244 246 / 0.9); +} +.border-b-gray-100\/95{ + border-bottom-color: rgb(243 244 246 / 0.95); +} +.border-b-gray-100\/100{ + border-bottom-color: rgb(243 244 246 / 1); +} +.border-b-gray-200\/0{ + border-bottom-color: rgb(229 231 235 / 0); +} +.border-b-gray-200\/5{ + border-bottom-color: rgb(229 231 235 / 0.05); +} +.border-b-gray-200\/10{ + border-bottom-color: rgb(229 231 235 / 0.1); +} +.border-b-gray-200\/20{ + border-bottom-color: rgb(229 231 235 / 0.2); +} +.border-b-gray-200\/25{ + border-bottom-color: rgb(229 231 235 / 0.25); +} +.border-b-gray-200\/30{ + border-bottom-color: rgb(229 231 235 / 0.3); +} +.border-b-gray-200\/40{ + border-bottom-color: rgb(229 231 235 / 0.4); +} +.border-b-gray-200\/50{ + border-bottom-color: rgb(229 231 235 / 0.5); +} +.border-b-gray-200\/60{ + border-bottom-color: rgb(229 231 235 / 0.6); +} +.border-b-gray-200\/70{ + border-bottom-color: rgb(229 231 235 / 0.7); +} +.border-b-gray-200\/75{ + border-bottom-color: rgb(229 231 235 / 0.75); +} +.border-b-gray-200\/80{ + border-bottom-color: rgb(229 231 235 / 0.8); +} +.border-b-gray-200\/90{ + border-bottom-color: rgb(229 231 235 / 0.9); +} +.border-b-gray-200\/95{ + border-bottom-color: rgb(229 231 235 / 0.95); +} +.border-b-gray-200\/100{ + border-bottom-color: rgb(229 231 235 / 1); +} +.border-b-gray-300\/0{ + border-bottom-color: rgb(209 213 219 / 0); +} +.border-b-gray-300\/5{ + border-bottom-color: rgb(209 213 219 / 0.05); +} +.border-b-gray-300\/10{ + border-bottom-color: rgb(209 213 219 / 0.1); +} +.border-b-gray-300\/20{ + border-bottom-color: rgb(209 213 219 / 0.2); +} +.border-b-gray-300\/25{ + border-bottom-color: rgb(209 213 219 / 0.25); +} +.border-b-gray-300\/30{ + border-bottom-color: rgb(209 213 219 / 0.3); +} +.border-b-gray-300\/40{ + border-bottom-color: rgb(209 213 219 / 0.4); +} +.border-b-gray-300\/50{ + border-bottom-color: rgb(209 213 219 / 0.5); +} +.border-b-gray-300\/60{ + border-bottom-color: rgb(209 213 219 / 0.6); +} +.border-b-gray-300\/70{ + border-bottom-color: rgb(209 213 219 / 0.7); +} +.border-b-gray-300\/75{ + border-bottom-color: rgb(209 213 219 / 0.75); +} +.border-b-gray-300\/80{ + border-bottom-color: rgb(209 213 219 / 0.8); +} +.border-b-gray-300\/90{ + border-bottom-color: rgb(209 213 219 / 0.9); +} +.border-b-gray-300\/95{ + border-bottom-color: rgb(209 213 219 / 0.95); +} +.border-b-gray-300\/100{ + border-bottom-color: rgb(209 213 219 / 1); +} +.border-b-gray-400\/0{ + border-bottom-color: rgb(156 163 175 / 0); +} +.border-b-gray-400\/5{ + border-bottom-color: rgb(156 163 175 / 0.05); +} +.border-b-gray-400\/10{ + border-bottom-color: rgb(156 163 175 / 0.1); +} +.border-b-gray-400\/20{ + border-bottom-color: rgb(156 163 175 / 0.2); +} +.border-b-gray-400\/25{ + border-bottom-color: rgb(156 163 175 / 0.25); +} +.border-b-gray-400\/30{ + border-bottom-color: rgb(156 163 175 / 0.3); +} +.border-b-gray-400\/40{ + border-bottom-color: rgb(156 163 175 / 0.4); +} +.border-b-gray-400\/50{ + border-bottom-color: rgb(156 163 175 / 0.5); +} +.border-b-gray-400\/60{ + border-bottom-color: rgb(156 163 175 / 0.6); +} +.border-b-gray-400\/70{ + border-bottom-color: rgb(156 163 175 / 0.7); +} +.border-b-gray-400\/75{ + border-bottom-color: rgb(156 163 175 / 0.75); +} +.border-b-gray-400\/80{ + border-bottom-color: rgb(156 163 175 / 0.8); +} +.border-b-gray-400\/90{ + border-bottom-color: rgb(156 163 175 / 0.9); +} +.border-b-gray-400\/95{ + border-bottom-color: rgb(156 163 175 / 0.95); +} +.border-b-gray-400\/100{ + border-bottom-color: rgb(156 163 175 / 1); +} +.border-b-gray-500\/0{ + border-bottom-color: rgb(107 114 128 / 0); +} +.border-b-gray-500\/5{ + border-bottom-color: rgb(107 114 128 / 0.05); +} +.border-b-gray-500\/10{ + border-bottom-color: rgb(107 114 128 / 0.1); +} +.border-b-gray-500\/20{ + border-bottom-color: rgb(107 114 128 / 0.2); +} +.border-b-gray-500\/25{ + border-bottom-color: rgb(107 114 128 / 0.25); +} +.border-b-gray-500\/30{ + border-bottom-color: rgb(107 114 128 / 0.3); +} +.border-b-gray-500\/40{ + border-bottom-color: rgb(107 114 128 / 0.4); +} +.border-b-gray-500\/50{ + border-bottom-color: rgb(107 114 128 / 0.5); +} +.border-b-gray-500\/60{ + border-bottom-color: rgb(107 114 128 / 0.6); +} +.border-b-gray-500\/70{ + border-bottom-color: rgb(107 114 128 / 0.7); +} +.border-b-gray-500\/75{ + border-bottom-color: rgb(107 114 128 / 0.75); +} +.border-b-gray-500\/80{ + border-bottom-color: rgb(107 114 128 / 0.8); +} +.border-b-gray-500\/90{ + border-bottom-color: rgb(107 114 128 / 0.9); +} +.border-b-gray-500\/95{ + border-bottom-color: rgb(107 114 128 / 0.95); +} +.border-b-gray-500\/100{ + border-bottom-color: rgb(107 114 128 / 1); +} +.border-b-gray-600\/0{ + border-bottom-color: rgb(75 85 99 / 0); +} +.border-b-gray-600\/5{ + border-bottom-color: rgb(75 85 99 / 0.05); +} +.border-b-gray-600\/10{ + border-bottom-color: rgb(75 85 99 / 0.1); +} +.border-b-gray-600\/20{ + border-bottom-color: rgb(75 85 99 / 0.2); +} +.border-b-gray-600\/25{ + border-bottom-color: rgb(75 85 99 / 0.25); +} +.border-b-gray-600\/30{ + border-bottom-color: rgb(75 85 99 / 0.3); +} +.border-b-gray-600\/40{ + border-bottom-color: rgb(75 85 99 / 0.4); +} +.border-b-gray-600\/50{ + border-bottom-color: rgb(75 85 99 / 0.5); +} +.border-b-gray-600\/60{ + border-bottom-color: rgb(75 85 99 / 0.6); +} +.border-b-gray-600\/70{ + border-bottom-color: rgb(75 85 99 / 0.7); +} +.border-b-gray-600\/75{ + border-bottom-color: rgb(75 85 99 / 0.75); +} +.border-b-gray-600\/80{ + border-bottom-color: rgb(75 85 99 / 0.8); +} +.border-b-gray-600\/90{ + border-bottom-color: rgb(75 85 99 / 0.9); +} +.border-b-gray-600\/95{ + border-bottom-color: rgb(75 85 99 / 0.95); +} +.border-b-gray-600\/100{ + border-bottom-color: rgb(75 85 99 / 1); +} +.border-b-gray-700\/0{ + border-bottom-color: rgb(55 65 81 / 0); +} +.border-b-gray-700\/5{ + border-bottom-color: rgb(55 65 81 / 0.05); +} +.border-b-gray-700\/10{ + border-bottom-color: rgb(55 65 81 / 0.1); +} +.border-b-gray-700\/20{ + border-bottom-color: rgb(55 65 81 / 0.2); +} +.border-b-gray-700\/25{ + border-bottom-color: rgb(55 65 81 / 0.25); +} +.border-b-gray-700\/30{ + border-bottom-color: rgb(55 65 81 / 0.3); +} +.border-b-gray-700\/40{ + border-bottom-color: rgb(55 65 81 / 0.4); +} +.border-b-gray-700\/50{ + border-bottom-color: rgb(55 65 81 / 0.5); +} +.border-b-gray-700\/60{ + border-bottom-color: rgb(55 65 81 / 0.6); +} +.border-b-gray-700\/70{ + border-bottom-color: rgb(55 65 81 / 0.7); +} +.border-b-gray-700\/75{ + border-bottom-color: rgb(55 65 81 / 0.75); +} +.border-b-gray-700\/80{ + border-bottom-color: rgb(55 65 81 / 0.8); +} +.border-b-gray-700\/90{ + border-bottom-color: rgb(55 65 81 / 0.9); +} +.border-b-gray-700\/95{ + border-bottom-color: rgb(55 65 81 / 0.95); +} +.border-b-gray-700\/100{ + border-bottom-color: rgb(55 65 81 / 1); +} +.border-b-gray-800\/0{ + border-bottom-color: rgb(31 41 55 / 0); +} +.border-b-gray-800\/5{ + border-bottom-color: rgb(31 41 55 / 0.05); +} +.border-b-gray-800\/10{ + border-bottom-color: rgb(31 41 55 / 0.1); +} +.border-b-gray-800\/20{ + border-bottom-color: rgb(31 41 55 / 0.2); +} +.border-b-gray-800\/25{ + border-bottom-color: rgb(31 41 55 / 0.25); +} +.border-b-gray-800\/30{ + border-bottom-color: rgb(31 41 55 / 0.3); +} +.border-b-gray-800\/40{ + border-bottom-color: rgb(31 41 55 / 0.4); +} +.border-b-gray-800\/50{ + border-bottom-color: rgb(31 41 55 / 0.5); +} +.border-b-gray-800\/60{ + border-bottom-color: rgb(31 41 55 / 0.6); +} +.border-b-gray-800\/70{ + border-bottom-color: rgb(31 41 55 / 0.7); +} +.border-b-gray-800\/75{ + border-bottom-color: rgb(31 41 55 / 0.75); +} +.border-b-gray-800\/80{ + border-bottom-color: rgb(31 41 55 / 0.8); +} +.border-b-gray-800\/90{ + border-bottom-color: rgb(31 41 55 / 0.9); +} +.border-b-gray-800\/95{ + border-bottom-color: rgb(31 41 55 / 0.95); +} +.border-b-gray-800\/100{ + border-bottom-color: rgb(31 41 55 / 1); +} +.border-b-gray-900\/0{ + border-bottom-color: rgb(17 24 39 / 0); +} +.border-b-gray-900\/5{ + border-bottom-color: rgb(17 24 39 / 0.05); +} +.border-b-gray-900\/10{ + border-bottom-color: rgb(17 24 39 / 0.1); +} +.border-b-gray-900\/20{ + border-bottom-color: rgb(17 24 39 / 0.2); +} +.border-b-gray-900\/25{ + border-bottom-color: rgb(17 24 39 / 0.25); +} +.border-b-gray-900\/30{ + border-bottom-color: rgb(17 24 39 / 0.3); +} +.border-b-gray-900\/40{ + border-bottom-color: rgb(17 24 39 / 0.4); +} +.border-b-gray-900\/50{ + border-bottom-color: rgb(17 24 39 / 0.5); +} +.border-b-gray-900\/60{ + border-bottom-color: rgb(17 24 39 / 0.6); +} +.border-b-gray-900\/70{ + border-bottom-color: rgb(17 24 39 / 0.7); +} +.border-b-gray-900\/75{ + border-bottom-color: rgb(17 24 39 / 0.75); +} +.border-b-gray-900\/80{ + border-bottom-color: rgb(17 24 39 / 0.8); +} +.border-b-gray-900\/90{ + border-bottom-color: rgb(17 24 39 / 0.9); +} +.border-b-gray-900\/95{ + border-bottom-color: rgb(17 24 39 / 0.95); +} +.border-b-gray-900\/100{ + border-bottom-color: rgb(17 24 39 / 1); +} +.border-b-zinc-50\/0{ + border-bottom-color: rgb(250 250 250 / 0); +} +.border-b-zinc-50\/5{ + border-bottom-color: rgb(250 250 250 / 0.05); +} +.border-b-zinc-50\/10{ + border-bottom-color: rgb(250 250 250 / 0.1); +} +.border-b-zinc-50\/20{ + border-bottom-color: rgb(250 250 250 / 0.2); +} +.border-b-zinc-50\/25{ + border-bottom-color: rgb(250 250 250 / 0.25); +} +.border-b-zinc-50\/30{ + border-bottom-color: rgb(250 250 250 / 0.3); +} +.border-b-zinc-50\/40{ + border-bottom-color: rgb(250 250 250 / 0.4); +} +.border-b-zinc-50\/50{ + border-bottom-color: rgb(250 250 250 / 0.5); +} +.border-b-zinc-50\/60{ + border-bottom-color: rgb(250 250 250 / 0.6); +} +.border-b-zinc-50\/70{ + border-bottom-color: rgb(250 250 250 / 0.7); +} +.border-b-zinc-50\/75{ + border-bottom-color: rgb(250 250 250 / 0.75); +} +.border-b-zinc-50\/80{ + border-bottom-color: rgb(250 250 250 / 0.8); +} +.border-b-zinc-50\/90{ + border-bottom-color: rgb(250 250 250 / 0.9); +} +.border-b-zinc-50\/95{ + border-bottom-color: rgb(250 250 250 / 0.95); +} +.border-b-zinc-50\/100{ + border-bottom-color: rgb(250 250 250 / 1); +} +.border-b-zinc-100\/0{ + border-bottom-color: rgb(244 244 245 / 0); +} +.border-b-zinc-100\/5{ + border-bottom-color: rgb(244 244 245 / 0.05); +} +.border-b-zinc-100\/10{ + border-bottom-color: rgb(244 244 245 / 0.1); +} +.border-b-zinc-100\/20{ + border-bottom-color: rgb(244 244 245 / 0.2); +} +.border-b-zinc-100\/25{ + border-bottom-color: rgb(244 244 245 / 0.25); +} +.border-b-zinc-100\/30{ + border-bottom-color: rgb(244 244 245 / 0.3); +} +.border-b-zinc-100\/40{ + border-bottom-color: rgb(244 244 245 / 0.4); +} +.border-b-zinc-100\/50{ + border-bottom-color: rgb(244 244 245 / 0.5); +} +.border-b-zinc-100\/60{ + border-bottom-color: rgb(244 244 245 / 0.6); +} +.border-b-zinc-100\/70{ + border-bottom-color: rgb(244 244 245 / 0.7); +} +.border-b-zinc-100\/75{ + border-bottom-color: rgb(244 244 245 / 0.75); +} +.border-b-zinc-100\/80{ + border-bottom-color: rgb(244 244 245 / 0.8); +} +.border-b-zinc-100\/90{ + border-bottom-color: rgb(244 244 245 / 0.9); +} +.border-b-zinc-100\/95{ + border-bottom-color: rgb(244 244 245 / 0.95); +} +.border-b-zinc-100\/100{ + border-bottom-color: rgb(244 244 245 / 1); +} +.border-b-zinc-200\/0{ + border-bottom-color: rgb(228 228 231 / 0); +} +.border-b-zinc-200\/5{ + border-bottom-color: rgb(228 228 231 / 0.05); +} +.border-b-zinc-200\/10{ + border-bottom-color: rgb(228 228 231 / 0.1); +} +.border-b-zinc-200\/20{ + border-bottom-color: rgb(228 228 231 / 0.2); +} +.border-b-zinc-200\/25{ + border-bottom-color: rgb(228 228 231 / 0.25); +} +.border-b-zinc-200\/30{ + border-bottom-color: rgb(228 228 231 / 0.3); +} +.border-b-zinc-200\/40{ + border-bottom-color: rgb(228 228 231 / 0.4); +} +.border-b-zinc-200\/50{ + border-bottom-color: rgb(228 228 231 / 0.5); +} +.border-b-zinc-200\/60{ + border-bottom-color: rgb(228 228 231 / 0.6); +} +.border-b-zinc-200\/70{ + border-bottom-color: rgb(228 228 231 / 0.7); +} +.border-b-zinc-200\/75{ + border-bottom-color: rgb(228 228 231 / 0.75); +} +.border-b-zinc-200\/80{ + border-bottom-color: rgb(228 228 231 / 0.8); +} +.border-b-zinc-200\/90{ + border-bottom-color: rgb(228 228 231 / 0.9); +} +.border-b-zinc-200\/95{ + border-bottom-color: rgb(228 228 231 / 0.95); +} +.border-b-zinc-200\/100{ + border-bottom-color: rgb(228 228 231 / 1); +} +.border-b-zinc-300\/0{ + border-bottom-color: rgb(212 212 216 / 0); +} +.border-b-zinc-300\/5{ + border-bottom-color: rgb(212 212 216 / 0.05); +} +.border-b-zinc-300\/10{ + border-bottom-color: rgb(212 212 216 / 0.1); +} +.border-b-zinc-300\/20{ + border-bottom-color: rgb(212 212 216 / 0.2); +} +.border-b-zinc-300\/25{ + border-bottom-color: rgb(212 212 216 / 0.25); +} +.border-b-zinc-300\/30{ + border-bottom-color: rgb(212 212 216 / 0.3); +} +.border-b-zinc-300\/40{ + border-bottom-color: rgb(212 212 216 / 0.4); +} +.border-b-zinc-300\/50{ + border-bottom-color: rgb(212 212 216 / 0.5); +} +.border-b-zinc-300\/60{ + border-bottom-color: rgb(212 212 216 / 0.6); +} +.border-b-zinc-300\/70{ + border-bottom-color: rgb(212 212 216 / 0.7); +} +.border-b-zinc-300\/75{ + border-bottom-color: rgb(212 212 216 / 0.75); +} +.border-b-zinc-300\/80{ + border-bottom-color: rgb(212 212 216 / 0.8); +} +.border-b-zinc-300\/90{ + border-bottom-color: rgb(212 212 216 / 0.9); +} +.border-b-zinc-300\/95{ + border-bottom-color: rgb(212 212 216 / 0.95); +} +.border-b-zinc-300\/100{ + border-bottom-color: rgb(212 212 216 / 1); +} +.border-b-zinc-400\/0{ + border-bottom-color: rgb(161 161 170 / 0); +} +.border-b-zinc-400\/5{ + border-bottom-color: rgb(161 161 170 / 0.05); +} +.border-b-zinc-400\/10{ + border-bottom-color: rgb(161 161 170 / 0.1); +} +.border-b-zinc-400\/20{ + border-bottom-color: rgb(161 161 170 / 0.2); +} +.border-b-zinc-400\/25{ + border-bottom-color: rgb(161 161 170 / 0.25); +} +.border-b-zinc-400\/30{ + border-bottom-color: rgb(161 161 170 / 0.3); +} +.border-b-zinc-400\/40{ + border-bottom-color: rgb(161 161 170 / 0.4); +} +.border-b-zinc-400\/50{ + border-bottom-color: rgb(161 161 170 / 0.5); +} +.border-b-zinc-400\/60{ + border-bottom-color: rgb(161 161 170 / 0.6); +} +.border-b-zinc-400\/70{ + border-bottom-color: rgb(161 161 170 / 0.7); +} +.border-b-zinc-400\/75{ + border-bottom-color: rgb(161 161 170 / 0.75); +} +.border-b-zinc-400\/80{ + border-bottom-color: rgb(161 161 170 / 0.8); +} +.border-b-zinc-400\/90{ + border-bottom-color: rgb(161 161 170 / 0.9); +} +.border-b-zinc-400\/95{ + border-bottom-color: rgb(161 161 170 / 0.95); +} +.border-b-zinc-400\/100{ + border-bottom-color: rgb(161 161 170 / 1); +} +.border-b-zinc-500\/0{ + border-bottom-color: rgb(113 113 122 / 0); +} +.border-b-zinc-500\/5{ + border-bottom-color: rgb(113 113 122 / 0.05); +} +.border-b-zinc-500\/10{ + border-bottom-color: rgb(113 113 122 / 0.1); +} +.border-b-zinc-500\/20{ + border-bottom-color: rgb(113 113 122 / 0.2); +} +.border-b-zinc-500\/25{ + border-bottom-color: rgb(113 113 122 / 0.25); +} +.border-b-zinc-500\/30{ + border-bottom-color: rgb(113 113 122 / 0.3); +} +.border-b-zinc-500\/40{ + border-bottom-color: rgb(113 113 122 / 0.4); +} +.border-b-zinc-500\/50{ + border-bottom-color: rgb(113 113 122 / 0.5); +} +.border-b-zinc-500\/60{ + border-bottom-color: rgb(113 113 122 / 0.6); +} +.border-b-zinc-500\/70{ + border-bottom-color: rgb(113 113 122 / 0.7); +} +.border-b-zinc-500\/75{ + border-bottom-color: rgb(113 113 122 / 0.75); +} +.border-b-zinc-500\/80{ + border-bottom-color: rgb(113 113 122 / 0.8); +} +.border-b-zinc-500\/90{ + border-bottom-color: rgb(113 113 122 / 0.9); +} +.border-b-zinc-500\/95{ + border-bottom-color: rgb(113 113 122 / 0.95); +} +.border-b-zinc-500\/100{ + border-bottom-color: rgb(113 113 122 / 1); +} +.border-b-zinc-600\/0{ + border-bottom-color: rgb(82 82 91 / 0); +} +.border-b-zinc-600\/5{ + border-bottom-color: rgb(82 82 91 / 0.05); +} +.border-b-zinc-600\/10{ + border-bottom-color: rgb(82 82 91 / 0.1); +} +.border-b-zinc-600\/20{ + border-bottom-color: rgb(82 82 91 / 0.2); +} +.border-b-zinc-600\/25{ + border-bottom-color: rgb(82 82 91 / 0.25); +} +.border-b-zinc-600\/30{ + border-bottom-color: rgb(82 82 91 / 0.3); +} +.border-b-zinc-600\/40{ + border-bottom-color: rgb(82 82 91 / 0.4); +} +.border-b-zinc-600\/50{ + border-bottom-color: rgb(82 82 91 / 0.5); +} +.border-b-zinc-600\/60{ + border-bottom-color: rgb(82 82 91 / 0.6); +} +.border-b-zinc-600\/70{ + border-bottom-color: rgb(82 82 91 / 0.7); +} +.border-b-zinc-600\/75{ + border-bottom-color: rgb(82 82 91 / 0.75); +} +.border-b-zinc-600\/80{ + border-bottom-color: rgb(82 82 91 / 0.8); +} +.border-b-zinc-600\/90{ + border-bottom-color: rgb(82 82 91 / 0.9); +} +.border-b-zinc-600\/95{ + border-bottom-color: rgb(82 82 91 / 0.95); +} +.border-b-zinc-600\/100{ + border-bottom-color: rgb(82 82 91 / 1); +} +.border-b-zinc-700\/0{ + border-bottom-color: rgb(63 63 70 / 0); +} +.border-b-zinc-700\/5{ + border-bottom-color: rgb(63 63 70 / 0.05); +} +.border-b-zinc-700\/10{ + border-bottom-color: rgb(63 63 70 / 0.1); +} +.border-b-zinc-700\/20{ + border-bottom-color: rgb(63 63 70 / 0.2); +} +.border-b-zinc-700\/25{ + border-bottom-color: rgb(63 63 70 / 0.25); +} +.border-b-zinc-700\/30{ + border-bottom-color: rgb(63 63 70 / 0.3); +} +.border-b-zinc-700\/40{ + border-bottom-color: rgb(63 63 70 / 0.4); +} +.border-b-zinc-700\/50{ + border-bottom-color: rgb(63 63 70 / 0.5); +} +.border-b-zinc-700\/60{ + border-bottom-color: rgb(63 63 70 / 0.6); +} +.border-b-zinc-700\/70{ + border-bottom-color: rgb(63 63 70 / 0.7); +} +.border-b-zinc-700\/75{ + border-bottom-color: rgb(63 63 70 / 0.75); +} +.border-b-zinc-700\/80{ + border-bottom-color: rgb(63 63 70 / 0.8); +} +.border-b-zinc-700\/90{ + border-bottom-color: rgb(63 63 70 / 0.9); +} +.border-b-zinc-700\/95{ + border-bottom-color: rgb(63 63 70 / 0.95); +} +.border-b-zinc-700\/100{ + border-bottom-color: rgb(63 63 70 / 1); +} +.border-b-zinc-800\/0{ + border-bottom-color: rgb(39 39 42 / 0); +} +.border-b-zinc-800\/5{ + border-bottom-color: rgb(39 39 42 / 0.05); +} +.border-b-zinc-800\/10{ + border-bottom-color: rgb(39 39 42 / 0.1); +} +.border-b-zinc-800\/20{ + border-bottom-color: rgb(39 39 42 / 0.2); +} +.border-b-zinc-800\/25{ + border-bottom-color: rgb(39 39 42 / 0.25); +} +.border-b-zinc-800\/30{ + border-bottom-color: rgb(39 39 42 / 0.3); +} +.border-b-zinc-800\/40{ + border-bottom-color: rgb(39 39 42 / 0.4); +} +.border-b-zinc-800\/50{ + border-bottom-color: rgb(39 39 42 / 0.5); +} +.border-b-zinc-800\/60{ + border-bottom-color: rgb(39 39 42 / 0.6); +} +.border-b-zinc-800\/70{ + border-bottom-color: rgb(39 39 42 / 0.7); +} +.border-b-zinc-800\/75{ + border-bottom-color: rgb(39 39 42 / 0.75); +} +.border-b-zinc-800\/80{ + border-bottom-color: rgb(39 39 42 / 0.8); +} +.border-b-zinc-800\/90{ + border-bottom-color: rgb(39 39 42 / 0.9); +} +.border-b-zinc-800\/95{ + border-bottom-color: rgb(39 39 42 / 0.95); +} +.border-b-zinc-800\/100{ + border-bottom-color: rgb(39 39 42 / 1); +} +.border-b-zinc-900\/0{ + border-bottom-color: rgb(24 24 27 / 0); +} +.border-b-zinc-900\/5{ + border-bottom-color: rgb(24 24 27 / 0.05); +} +.border-b-zinc-900\/10{ + border-bottom-color: rgb(24 24 27 / 0.1); +} +.border-b-zinc-900\/20{ + border-bottom-color: rgb(24 24 27 / 0.2); +} +.border-b-zinc-900\/25{ + border-bottom-color: rgb(24 24 27 / 0.25); +} +.border-b-zinc-900\/30{ + border-bottom-color: rgb(24 24 27 / 0.3); +} +.border-b-zinc-900\/40{ + border-bottom-color: rgb(24 24 27 / 0.4); +} +.border-b-zinc-900\/50{ + border-bottom-color: rgb(24 24 27 / 0.5); +} +.border-b-zinc-900\/60{ + border-bottom-color: rgb(24 24 27 / 0.6); +} +.border-b-zinc-900\/70{ + border-bottom-color: rgb(24 24 27 / 0.7); +} +.border-b-zinc-900\/75{ + border-bottom-color: rgb(24 24 27 / 0.75); +} +.border-b-zinc-900\/80{ + border-bottom-color: rgb(24 24 27 / 0.8); +} +.border-b-zinc-900\/90{ + border-bottom-color: rgb(24 24 27 / 0.9); +} +.border-b-zinc-900\/95{ + border-bottom-color: rgb(24 24 27 / 0.95); +} +.border-b-zinc-900\/100{ + border-bottom-color: rgb(24 24 27 / 1); +} +.border-b-neutral-50\/0{ + border-bottom-color: rgb(250 250 250 / 0); +} +.border-b-neutral-50\/5{ + border-bottom-color: rgb(250 250 250 / 0.05); +} +.border-b-neutral-50\/10{ + border-bottom-color: rgb(250 250 250 / 0.1); +} +.border-b-neutral-50\/20{ + border-bottom-color: rgb(250 250 250 / 0.2); +} +.border-b-neutral-50\/25{ + border-bottom-color: rgb(250 250 250 / 0.25); +} +.border-b-neutral-50\/30{ + border-bottom-color: rgb(250 250 250 / 0.3); +} +.border-b-neutral-50\/40{ + border-bottom-color: rgb(250 250 250 / 0.4); +} +.border-b-neutral-50\/50{ + border-bottom-color: rgb(250 250 250 / 0.5); +} +.border-b-neutral-50\/60{ + border-bottom-color: rgb(250 250 250 / 0.6); +} +.border-b-neutral-50\/70{ + border-bottom-color: rgb(250 250 250 / 0.7); +} +.border-b-neutral-50\/75{ + border-bottom-color: rgb(250 250 250 / 0.75); +} +.border-b-neutral-50\/80{ + border-bottom-color: rgb(250 250 250 / 0.8); +} +.border-b-neutral-50\/90{ + border-bottom-color: rgb(250 250 250 / 0.9); +} +.border-b-neutral-50\/95{ + border-bottom-color: rgb(250 250 250 / 0.95); +} +.border-b-neutral-50\/100{ + border-bottom-color: rgb(250 250 250 / 1); +} +.border-b-neutral-100\/0{ + border-bottom-color: rgb(245 245 245 / 0); +} +.border-b-neutral-100\/5{ + border-bottom-color: rgb(245 245 245 / 0.05); +} +.border-b-neutral-100\/10{ + border-bottom-color: rgb(245 245 245 / 0.1); +} +.border-b-neutral-100\/20{ + border-bottom-color: rgb(245 245 245 / 0.2); +} +.border-b-neutral-100\/25{ + border-bottom-color: rgb(245 245 245 / 0.25); +} +.border-b-neutral-100\/30{ + border-bottom-color: rgb(245 245 245 / 0.3); +} +.border-b-neutral-100\/40{ + border-bottom-color: rgb(245 245 245 / 0.4); +} +.border-b-neutral-100\/50{ + border-bottom-color: rgb(245 245 245 / 0.5); +} +.border-b-neutral-100\/60{ + border-bottom-color: rgb(245 245 245 / 0.6); +} +.border-b-neutral-100\/70{ + border-bottom-color: rgb(245 245 245 / 0.7); +} +.border-b-neutral-100\/75{ + border-bottom-color: rgb(245 245 245 / 0.75); +} +.border-b-neutral-100\/80{ + border-bottom-color: rgb(245 245 245 / 0.8); +} +.border-b-neutral-100\/90{ + border-bottom-color: rgb(245 245 245 / 0.9); +} +.border-b-neutral-100\/95{ + border-bottom-color: rgb(245 245 245 / 0.95); +} +.border-b-neutral-100\/100{ + border-bottom-color: rgb(245 245 245 / 1); +} +.border-b-neutral-200\/0{ + border-bottom-color: rgb(229 229 229 / 0); +} +.border-b-neutral-200\/5{ + border-bottom-color: rgb(229 229 229 / 0.05); +} +.border-b-neutral-200\/10{ + border-bottom-color: rgb(229 229 229 / 0.1); +} +.border-b-neutral-200\/20{ + border-bottom-color: rgb(229 229 229 / 0.2); +} +.border-b-neutral-200\/25{ + border-bottom-color: rgb(229 229 229 / 0.25); +} +.border-b-neutral-200\/30{ + border-bottom-color: rgb(229 229 229 / 0.3); +} +.border-b-neutral-200\/40{ + border-bottom-color: rgb(229 229 229 / 0.4); +} +.border-b-neutral-200\/50{ + border-bottom-color: rgb(229 229 229 / 0.5); +} +.border-b-neutral-200\/60{ + border-bottom-color: rgb(229 229 229 / 0.6); +} +.border-b-neutral-200\/70{ + border-bottom-color: rgb(229 229 229 / 0.7); +} +.border-b-neutral-200\/75{ + border-bottom-color: rgb(229 229 229 / 0.75); +} +.border-b-neutral-200\/80{ + border-bottom-color: rgb(229 229 229 / 0.8); +} +.border-b-neutral-200\/90{ + border-bottom-color: rgb(229 229 229 / 0.9); +} +.border-b-neutral-200\/95{ + border-bottom-color: rgb(229 229 229 / 0.95); +} +.border-b-neutral-200\/100{ + border-bottom-color: rgb(229 229 229 / 1); +} +.border-b-neutral-300\/0{ + border-bottom-color: rgb(212 212 212 / 0); +} +.border-b-neutral-300\/5{ + border-bottom-color: rgb(212 212 212 / 0.05); +} +.border-b-neutral-300\/10{ + border-bottom-color: rgb(212 212 212 / 0.1); +} +.border-b-neutral-300\/20{ + border-bottom-color: rgb(212 212 212 / 0.2); +} +.border-b-neutral-300\/25{ + border-bottom-color: rgb(212 212 212 / 0.25); +} +.border-b-neutral-300\/30{ + border-bottom-color: rgb(212 212 212 / 0.3); +} +.border-b-neutral-300\/40{ + border-bottom-color: rgb(212 212 212 / 0.4); +} +.border-b-neutral-300\/50{ + border-bottom-color: rgb(212 212 212 / 0.5); +} +.border-b-neutral-300\/60{ + border-bottom-color: rgb(212 212 212 / 0.6); +} +.border-b-neutral-300\/70{ + border-bottom-color: rgb(212 212 212 / 0.7); +} +.border-b-neutral-300\/75{ + border-bottom-color: rgb(212 212 212 / 0.75); +} +.border-b-neutral-300\/80{ + border-bottom-color: rgb(212 212 212 / 0.8); +} +.border-b-neutral-300\/90{ + border-bottom-color: rgb(212 212 212 / 0.9); +} +.border-b-neutral-300\/95{ + border-bottom-color: rgb(212 212 212 / 0.95); +} +.border-b-neutral-300\/100{ + border-bottom-color: rgb(212 212 212 / 1); +} +.border-b-neutral-400\/0{ + border-bottom-color: rgb(163 163 163 / 0); +} +.border-b-neutral-400\/5{ + border-bottom-color: rgb(163 163 163 / 0.05); +} +.border-b-neutral-400\/10{ + border-bottom-color: rgb(163 163 163 / 0.1); +} +.border-b-neutral-400\/20{ + border-bottom-color: rgb(163 163 163 / 0.2); +} +.border-b-neutral-400\/25{ + border-bottom-color: rgb(163 163 163 / 0.25); +} +.border-b-neutral-400\/30{ + border-bottom-color: rgb(163 163 163 / 0.3); +} +.border-b-neutral-400\/40{ + border-bottom-color: rgb(163 163 163 / 0.4); +} +.border-b-neutral-400\/50{ + border-bottom-color: rgb(163 163 163 / 0.5); +} +.border-b-neutral-400\/60{ + border-bottom-color: rgb(163 163 163 / 0.6); +} +.border-b-neutral-400\/70{ + border-bottom-color: rgb(163 163 163 / 0.7); +} +.border-b-neutral-400\/75{ + border-bottom-color: rgb(163 163 163 / 0.75); +} +.border-b-neutral-400\/80{ + border-bottom-color: rgb(163 163 163 / 0.8); +} +.border-b-neutral-400\/90{ + border-bottom-color: rgb(163 163 163 / 0.9); +} +.border-b-neutral-400\/95{ + border-bottom-color: rgb(163 163 163 / 0.95); +} +.border-b-neutral-400\/100{ + border-bottom-color: rgb(163 163 163 / 1); +} +.border-b-neutral-500\/0{ + border-bottom-color: rgb(115 115 115 / 0); +} +.border-b-neutral-500\/5{ + border-bottom-color: rgb(115 115 115 / 0.05); +} +.border-b-neutral-500\/10{ + border-bottom-color: rgb(115 115 115 / 0.1); +} +.border-b-neutral-500\/20{ + border-bottom-color: rgb(115 115 115 / 0.2); +} +.border-b-neutral-500\/25{ + border-bottom-color: rgb(115 115 115 / 0.25); +} +.border-b-neutral-500\/30{ + border-bottom-color: rgb(115 115 115 / 0.3); +} +.border-b-neutral-500\/40{ + border-bottom-color: rgb(115 115 115 / 0.4); +} +.border-b-neutral-500\/50{ + border-bottom-color: rgb(115 115 115 / 0.5); +} +.border-b-neutral-500\/60{ + border-bottom-color: rgb(115 115 115 / 0.6); +} +.border-b-neutral-500\/70{ + border-bottom-color: rgb(115 115 115 / 0.7); +} +.border-b-neutral-500\/75{ + border-bottom-color: rgb(115 115 115 / 0.75); +} +.border-b-neutral-500\/80{ + border-bottom-color: rgb(115 115 115 / 0.8); +} +.border-b-neutral-500\/90{ + border-bottom-color: rgb(115 115 115 / 0.9); +} +.border-b-neutral-500\/95{ + border-bottom-color: rgb(115 115 115 / 0.95); +} +.border-b-neutral-500\/100{ + border-bottom-color: rgb(115 115 115 / 1); +} +.border-b-neutral-600\/0{ + border-bottom-color: rgb(82 82 82 / 0); +} +.border-b-neutral-600\/5{ + border-bottom-color: rgb(82 82 82 / 0.05); +} +.border-b-neutral-600\/10{ + border-bottom-color: rgb(82 82 82 / 0.1); +} +.border-b-neutral-600\/20{ + border-bottom-color: rgb(82 82 82 / 0.2); +} +.border-b-neutral-600\/25{ + border-bottom-color: rgb(82 82 82 / 0.25); +} +.border-b-neutral-600\/30{ + border-bottom-color: rgb(82 82 82 / 0.3); +} +.border-b-neutral-600\/40{ + border-bottom-color: rgb(82 82 82 / 0.4); +} +.border-b-neutral-600\/50{ + border-bottom-color: rgb(82 82 82 / 0.5); +} +.border-b-neutral-600\/60{ + border-bottom-color: rgb(82 82 82 / 0.6); +} +.border-b-neutral-600\/70{ + border-bottom-color: rgb(82 82 82 / 0.7); +} +.border-b-neutral-600\/75{ + border-bottom-color: rgb(82 82 82 / 0.75); +} +.border-b-neutral-600\/80{ + border-bottom-color: rgb(82 82 82 / 0.8); +} +.border-b-neutral-600\/90{ + border-bottom-color: rgb(82 82 82 / 0.9); +} +.border-b-neutral-600\/95{ + border-bottom-color: rgb(82 82 82 / 0.95); +} +.border-b-neutral-600\/100{ + border-bottom-color: rgb(82 82 82 / 1); +} +.border-b-neutral-700\/0{ + border-bottom-color: rgb(64 64 64 / 0); +} +.border-b-neutral-700\/5{ + border-bottom-color: rgb(64 64 64 / 0.05); +} +.border-b-neutral-700\/10{ + border-bottom-color: rgb(64 64 64 / 0.1); +} +.border-b-neutral-700\/20{ + border-bottom-color: rgb(64 64 64 / 0.2); +} +.border-b-neutral-700\/25{ + border-bottom-color: rgb(64 64 64 / 0.25); +} +.border-b-neutral-700\/30{ + border-bottom-color: rgb(64 64 64 / 0.3); +} +.border-b-neutral-700\/40{ + border-bottom-color: rgb(64 64 64 / 0.4); +} +.border-b-neutral-700\/50{ + border-bottom-color: rgb(64 64 64 / 0.5); +} +.border-b-neutral-700\/60{ + border-bottom-color: rgb(64 64 64 / 0.6); +} +.border-b-neutral-700\/70{ + border-bottom-color: rgb(64 64 64 / 0.7); +} +.border-b-neutral-700\/75{ + border-bottom-color: rgb(64 64 64 / 0.75); +} +.border-b-neutral-700\/80{ + border-bottom-color: rgb(64 64 64 / 0.8); +} +.border-b-neutral-700\/90{ + border-bottom-color: rgb(64 64 64 / 0.9); +} +.border-b-neutral-700\/95{ + border-bottom-color: rgb(64 64 64 / 0.95); +} +.border-b-neutral-700\/100{ + border-bottom-color: rgb(64 64 64 / 1); +} +.border-b-neutral-800\/0{ + border-bottom-color: rgb(38 38 38 / 0); +} +.border-b-neutral-800\/5{ + border-bottom-color: rgb(38 38 38 / 0.05); +} +.border-b-neutral-800\/10{ + border-bottom-color: rgb(38 38 38 / 0.1); +} +.border-b-neutral-800\/20{ + border-bottom-color: rgb(38 38 38 / 0.2); +} +.border-b-neutral-800\/25{ + border-bottom-color: rgb(38 38 38 / 0.25); +} +.border-b-neutral-800\/30{ + border-bottom-color: rgb(38 38 38 / 0.3); +} +.border-b-neutral-800\/40{ + border-bottom-color: rgb(38 38 38 / 0.4); +} +.border-b-neutral-800\/50{ + border-bottom-color: rgb(38 38 38 / 0.5); +} +.border-b-neutral-800\/60{ + border-bottom-color: rgb(38 38 38 / 0.6); +} +.border-b-neutral-800\/70{ + border-bottom-color: rgb(38 38 38 / 0.7); +} +.border-b-neutral-800\/75{ + border-bottom-color: rgb(38 38 38 / 0.75); +} +.border-b-neutral-800\/80{ + border-bottom-color: rgb(38 38 38 / 0.8); +} +.border-b-neutral-800\/90{ + border-bottom-color: rgb(38 38 38 / 0.9); +} +.border-b-neutral-800\/95{ + border-bottom-color: rgb(38 38 38 / 0.95); +} +.border-b-neutral-800\/100{ + border-bottom-color: rgb(38 38 38 / 1); +} +.border-b-neutral-900\/0{ + border-bottom-color: rgb(23 23 23 / 0); +} +.border-b-neutral-900\/5{ + border-bottom-color: rgb(23 23 23 / 0.05); +} +.border-b-neutral-900\/10{ + border-bottom-color: rgb(23 23 23 / 0.1); +} +.border-b-neutral-900\/20{ + border-bottom-color: rgb(23 23 23 / 0.2); +} +.border-b-neutral-900\/25{ + border-bottom-color: rgb(23 23 23 / 0.25); +} +.border-b-neutral-900\/30{ + border-bottom-color: rgb(23 23 23 / 0.3); +} +.border-b-neutral-900\/40{ + border-bottom-color: rgb(23 23 23 / 0.4); +} +.border-b-neutral-900\/50{ + border-bottom-color: rgb(23 23 23 / 0.5); +} +.border-b-neutral-900\/60{ + border-bottom-color: rgb(23 23 23 / 0.6); +} +.border-b-neutral-900\/70{ + border-bottom-color: rgb(23 23 23 / 0.7); +} +.border-b-neutral-900\/75{ + border-bottom-color: rgb(23 23 23 / 0.75); +} +.border-b-neutral-900\/80{ + border-bottom-color: rgb(23 23 23 / 0.8); +} +.border-b-neutral-900\/90{ + border-bottom-color: rgb(23 23 23 / 0.9); +} +.border-b-neutral-900\/95{ + border-bottom-color: rgb(23 23 23 / 0.95); +} +.border-b-neutral-900\/100{ + border-bottom-color: rgb(23 23 23 / 1); +} +.border-b-stone-50\/0{ + border-bottom-color: rgb(250 250 249 / 0); +} +.border-b-stone-50\/5{ + border-bottom-color: rgb(250 250 249 / 0.05); +} +.border-b-stone-50\/10{ + border-bottom-color: rgb(250 250 249 / 0.1); +} +.border-b-stone-50\/20{ + border-bottom-color: rgb(250 250 249 / 0.2); +} +.border-b-stone-50\/25{ + border-bottom-color: rgb(250 250 249 / 0.25); +} +.border-b-stone-50\/30{ + border-bottom-color: rgb(250 250 249 / 0.3); +} +.border-b-stone-50\/40{ + border-bottom-color: rgb(250 250 249 / 0.4); +} +.border-b-stone-50\/50{ + border-bottom-color: rgb(250 250 249 / 0.5); +} +.border-b-stone-50\/60{ + border-bottom-color: rgb(250 250 249 / 0.6); +} +.border-b-stone-50\/70{ + border-bottom-color: rgb(250 250 249 / 0.7); +} +.border-b-stone-50\/75{ + border-bottom-color: rgb(250 250 249 / 0.75); +} +.border-b-stone-50\/80{ + border-bottom-color: rgb(250 250 249 / 0.8); +} +.border-b-stone-50\/90{ + border-bottom-color: rgb(250 250 249 / 0.9); +} +.border-b-stone-50\/95{ + border-bottom-color: rgb(250 250 249 / 0.95); +} +.border-b-stone-50\/100{ + border-bottom-color: rgb(250 250 249 / 1); +} +.border-b-stone-100\/0{ + border-bottom-color: rgb(245 245 244 / 0); +} +.border-b-stone-100\/5{ + border-bottom-color: rgb(245 245 244 / 0.05); +} +.border-b-stone-100\/10{ + border-bottom-color: rgb(245 245 244 / 0.1); +} +.border-b-stone-100\/20{ + border-bottom-color: rgb(245 245 244 / 0.2); +} +.border-b-stone-100\/25{ + border-bottom-color: rgb(245 245 244 / 0.25); +} +.border-b-stone-100\/30{ + border-bottom-color: rgb(245 245 244 / 0.3); +} +.border-b-stone-100\/40{ + border-bottom-color: rgb(245 245 244 / 0.4); +} +.border-b-stone-100\/50{ + border-bottom-color: rgb(245 245 244 / 0.5); +} +.border-b-stone-100\/60{ + border-bottom-color: rgb(245 245 244 / 0.6); +} +.border-b-stone-100\/70{ + border-bottom-color: rgb(245 245 244 / 0.7); +} +.border-b-stone-100\/75{ + border-bottom-color: rgb(245 245 244 / 0.75); +} +.border-b-stone-100\/80{ + border-bottom-color: rgb(245 245 244 / 0.8); +} +.border-b-stone-100\/90{ + border-bottom-color: rgb(245 245 244 / 0.9); +} +.border-b-stone-100\/95{ + border-bottom-color: rgb(245 245 244 / 0.95); +} +.border-b-stone-100\/100{ + border-bottom-color: rgb(245 245 244 / 1); +} +.border-b-stone-200\/0{ + border-bottom-color: rgb(231 229 228 / 0); +} +.border-b-stone-200\/5{ + border-bottom-color: rgb(231 229 228 / 0.05); +} +.border-b-stone-200\/10{ + border-bottom-color: rgb(231 229 228 / 0.1); +} +.border-b-stone-200\/20{ + border-bottom-color: rgb(231 229 228 / 0.2); +} +.border-b-stone-200\/25{ + border-bottom-color: rgb(231 229 228 / 0.25); +} +.border-b-stone-200\/30{ + border-bottom-color: rgb(231 229 228 / 0.3); +} +.border-b-stone-200\/40{ + border-bottom-color: rgb(231 229 228 / 0.4); +} +.border-b-stone-200\/50{ + border-bottom-color: rgb(231 229 228 / 0.5); +} +.border-b-stone-200\/60{ + border-bottom-color: rgb(231 229 228 / 0.6); +} +.border-b-stone-200\/70{ + border-bottom-color: rgb(231 229 228 / 0.7); +} +.border-b-stone-200\/75{ + border-bottom-color: rgb(231 229 228 / 0.75); +} +.border-b-stone-200\/80{ + border-bottom-color: rgb(231 229 228 / 0.8); +} +.border-b-stone-200\/90{ + border-bottom-color: rgb(231 229 228 / 0.9); +} +.border-b-stone-200\/95{ + border-bottom-color: rgb(231 229 228 / 0.95); +} +.border-b-stone-200\/100{ + border-bottom-color: rgb(231 229 228 / 1); +} +.border-b-stone-300\/0{ + border-bottom-color: rgb(214 211 209 / 0); +} +.border-b-stone-300\/5{ + border-bottom-color: rgb(214 211 209 / 0.05); +} +.border-b-stone-300\/10{ + border-bottom-color: rgb(214 211 209 / 0.1); +} +.border-b-stone-300\/20{ + border-bottom-color: rgb(214 211 209 / 0.2); +} +.border-b-stone-300\/25{ + border-bottom-color: rgb(214 211 209 / 0.25); +} +.border-b-stone-300\/30{ + border-bottom-color: rgb(214 211 209 / 0.3); +} +.border-b-stone-300\/40{ + border-bottom-color: rgb(214 211 209 / 0.4); +} +.border-b-stone-300\/50{ + border-bottom-color: rgb(214 211 209 / 0.5); +} +.border-b-stone-300\/60{ + border-bottom-color: rgb(214 211 209 / 0.6); +} +.border-b-stone-300\/70{ + border-bottom-color: rgb(214 211 209 / 0.7); +} +.border-b-stone-300\/75{ + border-bottom-color: rgb(214 211 209 / 0.75); +} +.border-b-stone-300\/80{ + border-bottom-color: rgb(214 211 209 / 0.8); +} +.border-b-stone-300\/90{ + border-bottom-color: rgb(214 211 209 / 0.9); +} +.border-b-stone-300\/95{ + border-bottom-color: rgb(214 211 209 / 0.95); +} +.border-b-stone-300\/100{ + border-bottom-color: rgb(214 211 209 / 1); +} +.border-b-stone-400\/0{ + border-bottom-color: rgb(168 162 158 / 0); +} +.border-b-stone-400\/5{ + border-bottom-color: rgb(168 162 158 / 0.05); +} +.border-b-stone-400\/10{ + border-bottom-color: rgb(168 162 158 / 0.1); +} +.border-b-stone-400\/20{ + border-bottom-color: rgb(168 162 158 / 0.2); +} +.border-b-stone-400\/25{ + border-bottom-color: rgb(168 162 158 / 0.25); +} +.border-b-stone-400\/30{ + border-bottom-color: rgb(168 162 158 / 0.3); +} +.border-b-stone-400\/40{ + border-bottom-color: rgb(168 162 158 / 0.4); +} +.border-b-stone-400\/50{ + border-bottom-color: rgb(168 162 158 / 0.5); +} +.border-b-stone-400\/60{ + border-bottom-color: rgb(168 162 158 / 0.6); +} +.border-b-stone-400\/70{ + border-bottom-color: rgb(168 162 158 / 0.7); +} +.border-b-stone-400\/75{ + border-bottom-color: rgb(168 162 158 / 0.75); +} +.border-b-stone-400\/80{ + border-bottom-color: rgb(168 162 158 / 0.8); +} +.border-b-stone-400\/90{ + border-bottom-color: rgb(168 162 158 / 0.9); +} +.border-b-stone-400\/95{ + border-bottom-color: rgb(168 162 158 / 0.95); +} +.border-b-stone-400\/100{ + border-bottom-color: rgb(168 162 158 / 1); +} +.border-b-stone-500\/0{ + border-bottom-color: rgb(120 113 108 / 0); +} +.border-b-stone-500\/5{ + border-bottom-color: rgb(120 113 108 / 0.05); +} +.border-b-stone-500\/10{ + border-bottom-color: rgb(120 113 108 / 0.1); +} +.border-b-stone-500\/20{ + border-bottom-color: rgb(120 113 108 / 0.2); +} +.border-b-stone-500\/25{ + border-bottom-color: rgb(120 113 108 / 0.25); +} +.border-b-stone-500\/30{ + border-bottom-color: rgb(120 113 108 / 0.3); +} +.border-b-stone-500\/40{ + border-bottom-color: rgb(120 113 108 / 0.4); +} +.border-b-stone-500\/50{ + border-bottom-color: rgb(120 113 108 / 0.5); +} +.border-b-stone-500\/60{ + border-bottom-color: rgb(120 113 108 / 0.6); +} +.border-b-stone-500\/70{ + border-bottom-color: rgb(120 113 108 / 0.7); +} +.border-b-stone-500\/75{ + border-bottom-color: rgb(120 113 108 / 0.75); +} +.border-b-stone-500\/80{ + border-bottom-color: rgb(120 113 108 / 0.8); +} +.border-b-stone-500\/90{ + border-bottom-color: rgb(120 113 108 / 0.9); +} +.border-b-stone-500\/95{ + border-bottom-color: rgb(120 113 108 / 0.95); +} +.border-b-stone-500\/100{ + border-bottom-color: rgb(120 113 108 / 1); +} +.border-b-stone-600\/0{ + border-bottom-color: rgb(87 83 78 / 0); +} +.border-b-stone-600\/5{ + border-bottom-color: rgb(87 83 78 / 0.05); +} +.border-b-stone-600\/10{ + border-bottom-color: rgb(87 83 78 / 0.1); +} +.border-b-stone-600\/20{ + border-bottom-color: rgb(87 83 78 / 0.2); +} +.border-b-stone-600\/25{ + border-bottom-color: rgb(87 83 78 / 0.25); +} +.border-b-stone-600\/30{ + border-bottom-color: rgb(87 83 78 / 0.3); +} +.border-b-stone-600\/40{ + border-bottom-color: rgb(87 83 78 / 0.4); +} +.border-b-stone-600\/50{ + border-bottom-color: rgb(87 83 78 / 0.5); +} +.border-b-stone-600\/60{ + border-bottom-color: rgb(87 83 78 / 0.6); +} +.border-b-stone-600\/70{ + border-bottom-color: rgb(87 83 78 / 0.7); +} +.border-b-stone-600\/75{ + border-bottom-color: rgb(87 83 78 / 0.75); +} +.border-b-stone-600\/80{ + border-bottom-color: rgb(87 83 78 / 0.8); +} +.border-b-stone-600\/90{ + border-bottom-color: rgb(87 83 78 / 0.9); +} +.border-b-stone-600\/95{ + border-bottom-color: rgb(87 83 78 / 0.95); +} +.border-b-stone-600\/100{ + border-bottom-color: rgb(87 83 78 / 1); +} +.border-b-stone-700\/0{ + border-bottom-color: rgb(68 64 60 / 0); +} +.border-b-stone-700\/5{ + border-bottom-color: rgb(68 64 60 / 0.05); +} +.border-b-stone-700\/10{ + border-bottom-color: rgb(68 64 60 / 0.1); +} +.border-b-stone-700\/20{ + border-bottom-color: rgb(68 64 60 / 0.2); +} +.border-b-stone-700\/25{ + border-bottom-color: rgb(68 64 60 / 0.25); +} +.border-b-stone-700\/30{ + border-bottom-color: rgb(68 64 60 / 0.3); +} +.border-b-stone-700\/40{ + border-bottom-color: rgb(68 64 60 / 0.4); +} +.border-b-stone-700\/50{ + border-bottom-color: rgb(68 64 60 / 0.5); +} +.border-b-stone-700\/60{ + border-bottom-color: rgb(68 64 60 / 0.6); +} +.border-b-stone-700\/70{ + border-bottom-color: rgb(68 64 60 / 0.7); +} +.border-b-stone-700\/75{ + border-bottom-color: rgb(68 64 60 / 0.75); +} +.border-b-stone-700\/80{ + border-bottom-color: rgb(68 64 60 / 0.8); +} +.border-b-stone-700\/90{ + border-bottom-color: rgb(68 64 60 / 0.9); +} +.border-b-stone-700\/95{ + border-bottom-color: rgb(68 64 60 / 0.95); +} +.border-b-stone-700\/100{ + border-bottom-color: rgb(68 64 60 / 1); +} +.border-b-stone-800\/0{ + border-bottom-color: rgb(41 37 36 / 0); +} +.border-b-stone-800\/5{ + border-bottom-color: rgb(41 37 36 / 0.05); +} +.border-b-stone-800\/10{ + border-bottom-color: rgb(41 37 36 / 0.1); +} +.border-b-stone-800\/20{ + border-bottom-color: rgb(41 37 36 / 0.2); +} +.border-b-stone-800\/25{ + border-bottom-color: rgb(41 37 36 / 0.25); +} +.border-b-stone-800\/30{ + border-bottom-color: rgb(41 37 36 / 0.3); +} +.border-b-stone-800\/40{ + border-bottom-color: rgb(41 37 36 / 0.4); +} +.border-b-stone-800\/50{ + border-bottom-color: rgb(41 37 36 / 0.5); +} +.border-b-stone-800\/60{ + border-bottom-color: rgb(41 37 36 / 0.6); +} +.border-b-stone-800\/70{ + border-bottom-color: rgb(41 37 36 / 0.7); +} +.border-b-stone-800\/75{ + border-bottom-color: rgb(41 37 36 / 0.75); +} +.border-b-stone-800\/80{ + border-bottom-color: rgb(41 37 36 / 0.8); +} +.border-b-stone-800\/90{ + border-bottom-color: rgb(41 37 36 / 0.9); +} +.border-b-stone-800\/95{ + border-bottom-color: rgb(41 37 36 / 0.95); +} +.border-b-stone-800\/100{ + border-bottom-color: rgb(41 37 36 / 1); +} +.border-b-stone-900\/0{ + border-bottom-color: rgb(28 25 23 / 0); +} +.border-b-stone-900\/5{ + border-bottom-color: rgb(28 25 23 / 0.05); +} +.border-b-stone-900\/10{ + border-bottom-color: rgb(28 25 23 / 0.1); +} +.border-b-stone-900\/20{ + border-bottom-color: rgb(28 25 23 / 0.2); +} +.border-b-stone-900\/25{ + border-bottom-color: rgb(28 25 23 / 0.25); +} +.border-b-stone-900\/30{ + border-bottom-color: rgb(28 25 23 / 0.3); +} +.border-b-stone-900\/40{ + border-bottom-color: rgb(28 25 23 / 0.4); +} +.border-b-stone-900\/50{ + border-bottom-color: rgb(28 25 23 / 0.5); +} +.border-b-stone-900\/60{ + border-bottom-color: rgb(28 25 23 / 0.6); +} +.border-b-stone-900\/70{ + border-bottom-color: rgb(28 25 23 / 0.7); +} +.border-b-stone-900\/75{ + border-bottom-color: rgb(28 25 23 / 0.75); +} +.border-b-stone-900\/80{ + border-bottom-color: rgb(28 25 23 / 0.8); +} +.border-b-stone-900\/90{ + border-bottom-color: rgb(28 25 23 / 0.9); +} +.border-b-stone-900\/95{ + border-bottom-color: rgb(28 25 23 / 0.95); +} +.border-b-stone-900\/100{ + border-bottom-color: rgb(28 25 23 / 1); +} +.border-b-red-50\/0{ + border-bottom-color: rgb(252 242 242 / 0); +} +.border-b-red-50\/5{ + border-bottom-color: rgb(252 242 242 / 0.05); +} +.border-b-red-50\/10{ + border-bottom-color: rgb(252 242 242 / 0.1); +} +.border-b-red-50\/20{ + border-bottom-color: rgb(252 242 242 / 0.2); +} +.border-b-red-50\/25{ + border-bottom-color: rgb(252 242 242 / 0.25); +} +.border-b-red-50\/30{ + border-bottom-color: rgb(252 242 242 / 0.3); +} +.border-b-red-50\/40{ + border-bottom-color: rgb(252 242 242 / 0.4); +} +.border-b-red-50\/50{ + border-bottom-color: rgb(252 242 242 / 0.5); +} +.border-b-red-50\/60{ + border-bottom-color: rgb(252 242 242 / 0.6); +} +.border-b-red-50\/70{ + border-bottom-color: rgb(252 242 242 / 0.7); +} +.border-b-red-50\/75{ + border-bottom-color: rgb(252 242 242 / 0.75); +} +.border-b-red-50\/80{ + border-bottom-color: rgb(252 242 242 / 0.8); +} +.border-b-red-50\/90{ + border-bottom-color: rgb(252 242 242 / 0.9); +} +.border-b-red-50\/95{ + border-bottom-color: rgb(252 242 242 / 0.95); +} +.border-b-red-50\/100{ + border-bottom-color: rgb(252 242 242 / 1); +} +.border-b-red-100\/0{ + border-bottom-color: rgb(250 230 230 / 0); +} +.border-b-red-100\/5{ + border-bottom-color: rgb(250 230 230 / 0.05); +} +.border-b-red-100\/10{ + border-bottom-color: rgb(250 230 230 / 0.1); +} +.border-b-red-100\/20{ + border-bottom-color: rgb(250 230 230 / 0.2); +} +.border-b-red-100\/25{ + border-bottom-color: rgb(250 230 230 / 0.25); +} +.border-b-red-100\/30{ + border-bottom-color: rgb(250 230 230 / 0.3); +} +.border-b-red-100\/40{ + border-bottom-color: rgb(250 230 230 / 0.4); +} +.border-b-red-100\/50{ + border-bottom-color: rgb(250 230 230 / 0.5); +} +.border-b-red-100\/60{ + border-bottom-color: rgb(250 230 230 / 0.6); +} +.border-b-red-100\/70{ + border-bottom-color: rgb(250 230 230 / 0.7); +} +.border-b-red-100\/75{ + border-bottom-color: rgb(250 230 230 / 0.75); +} +.border-b-red-100\/80{ + border-bottom-color: rgb(250 230 230 / 0.8); +} +.border-b-red-100\/90{ + border-bottom-color: rgb(250 230 230 / 0.9); +} +.border-b-red-100\/95{ + border-bottom-color: rgb(250 230 230 / 0.95); +} +.border-b-red-100\/100{ + border-bottom-color: rgb(250 230 230 / 1); +} +.border-b-red-200\/0{ + border-bottom-color: rgb(242 191 191 / 0); +} +.border-b-red-200\/5{ + border-bottom-color: rgb(242 191 191 / 0.05); +} +.border-b-red-200\/10{ + border-bottom-color: rgb(242 191 191 / 0.1); +} +.border-b-red-200\/20{ + border-bottom-color: rgb(242 191 191 / 0.2); +} +.border-b-red-200\/25{ + border-bottom-color: rgb(242 191 191 / 0.25); +} +.border-b-red-200\/30{ + border-bottom-color: rgb(242 191 191 / 0.3); +} +.border-b-red-200\/40{ + border-bottom-color: rgb(242 191 191 / 0.4); +} +.border-b-red-200\/50{ + border-bottom-color: rgb(242 191 191 / 0.5); +} +.border-b-red-200\/60{ + border-bottom-color: rgb(242 191 191 / 0.6); +} +.border-b-red-200\/70{ + border-bottom-color: rgb(242 191 191 / 0.7); +} +.border-b-red-200\/75{ + border-bottom-color: rgb(242 191 191 / 0.75); +} +.border-b-red-200\/80{ + border-bottom-color: rgb(242 191 191 / 0.8); +} +.border-b-red-200\/90{ + border-bottom-color: rgb(242 191 191 / 0.9); +} +.border-b-red-200\/95{ + border-bottom-color: rgb(242 191 191 / 0.95); +} +.border-b-red-200\/100{ + border-bottom-color: rgb(242 191 191 / 1); +} +.border-b-red-300\/0{ + border-bottom-color: rgb(235 153 153 / 0); +} +.border-b-red-300\/5{ + border-bottom-color: rgb(235 153 153 / 0.05); +} +.border-b-red-300\/10{ + border-bottom-color: rgb(235 153 153 / 0.1); +} +.border-b-red-300\/20{ + border-bottom-color: rgb(235 153 153 / 0.2); +} +.border-b-red-300\/25{ + border-bottom-color: rgb(235 153 153 / 0.25); +} +.border-b-red-300\/30{ + border-bottom-color: rgb(235 153 153 / 0.3); +} +.border-b-red-300\/40{ + border-bottom-color: rgb(235 153 153 / 0.4); +} +.border-b-red-300\/50{ + border-bottom-color: rgb(235 153 153 / 0.5); +} +.border-b-red-300\/60{ + border-bottom-color: rgb(235 153 153 / 0.6); +} +.border-b-red-300\/70{ + border-bottom-color: rgb(235 153 153 / 0.7); +} +.border-b-red-300\/75{ + border-bottom-color: rgb(235 153 153 / 0.75); +} +.border-b-red-300\/80{ + border-bottom-color: rgb(235 153 153 / 0.8); +} +.border-b-red-300\/90{ + border-bottom-color: rgb(235 153 153 / 0.9); +} +.border-b-red-300\/95{ + border-bottom-color: rgb(235 153 153 / 0.95); +} +.border-b-red-300\/100{ + border-bottom-color: rgb(235 153 153 / 1); +} +.border-b-red-400\/0{ + border-bottom-color: rgb(219 77 77 / 0); +} +.border-b-red-400\/5{ + border-bottom-color: rgb(219 77 77 / 0.05); +} +.border-b-red-400\/10{ + border-bottom-color: rgb(219 77 77 / 0.1); +} +.border-b-red-400\/20{ + border-bottom-color: rgb(219 77 77 / 0.2); +} +.border-b-red-400\/25{ + border-bottom-color: rgb(219 77 77 / 0.25); +} +.border-b-red-400\/30{ + border-bottom-color: rgb(219 77 77 / 0.3); +} +.border-b-red-400\/40{ + border-bottom-color: rgb(219 77 77 / 0.4); +} +.border-b-red-400\/50{ + border-bottom-color: rgb(219 77 77 / 0.5); +} +.border-b-red-400\/60{ + border-bottom-color: rgb(219 77 77 / 0.6); +} +.border-b-red-400\/70{ + border-bottom-color: rgb(219 77 77 / 0.7); +} +.border-b-red-400\/75{ + border-bottom-color: rgb(219 77 77 / 0.75); +} +.border-b-red-400\/80{ + border-bottom-color: rgb(219 77 77 / 0.8); +} +.border-b-red-400\/90{ + border-bottom-color: rgb(219 77 77 / 0.9); +} +.border-b-red-400\/95{ + border-bottom-color: rgb(219 77 77 / 0.95); +} +.border-b-red-400\/100{ + border-bottom-color: rgb(219 77 77 / 1); +} +.border-b-red-500\/0{ + border-bottom-color: rgb(204 0 0 / 0); +} +.border-b-red-500\/5{ + border-bottom-color: rgb(204 0 0 / 0.05); +} +.border-b-red-500\/10{ + border-bottom-color: rgb(204 0 0 / 0.1); +} +.border-b-red-500\/20{ + border-bottom-color: rgb(204 0 0 / 0.2); +} +.border-b-red-500\/25{ + border-bottom-color: rgb(204 0 0 / 0.25); +} +.border-b-red-500\/30{ + border-bottom-color: rgb(204 0 0 / 0.3); +} +.border-b-red-500\/40{ + border-bottom-color: rgb(204 0 0 / 0.4); +} +.border-b-red-500\/50{ + border-bottom-color: rgb(204 0 0 / 0.5); +} +.border-b-red-500\/60{ + border-bottom-color: rgb(204 0 0 / 0.6); +} +.border-b-red-500\/70{ + border-bottom-color: rgb(204 0 0 / 0.7); +} +.border-b-red-500\/75{ + border-bottom-color: rgb(204 0 0 / 0.75); +} +.border-b-red-500\/80{ + border-bottom-color: rgb(204 0 0 / 0.8); +} +.border-b-red-500\/90{ + border-bottom-color: rgb(204 0 0 / 0.9); +} +.border-b-red-500\/95{ + border-bottom-color: rgb(204 0 0 / 0.95); +} +.border-b-red-500\/100{ + border-bottom-color: rgb(204 0 0 / 1); +} +.border-b-red-600\/0{ + border-bottom-color: rgb(184 0 0 / 0); +} +.border-b-red-600\/5{ + border-bottom-color: rgb(184 0 0 / 0.05); +} +.border-b-red-600\/10{ + border-bottom-color: rgb(184 0 0 / 0.1); +} +.border-b-red-600\/20{ + border-bottom-color: rgb(184 0 0 / 0.2); +} +.border-b-red-600\/25{ + border-bottom-color: rgb(184 0 0 / 0.25); +} +.border-b-red-600\/30{ + border-bottom-color: rgb(184 0 0 / 0.3); +} +.border-b-red-600\/40{ + border-bottom-color: rgb(184 0 0 / 0.4); +} +.border-b-red-600\/50{ + border-bottom-color: rgb(184 0 0 / 0.5); +} +.border-b-red-600\/60{ + border-bottom-color: rgb(184 0 0 / 0.6); +} +.border-b-red-600\/70{ + border-bottom-color: rgb(184 0 0 / 0.7); +} +.border-b-red-600\/75{ + border-bottom-color: rgb(184 0 0 / 0.75); +} +.border-b-red-600\/80{ + border-bottom-color: rgb(184 0 0 / 0.8); +} +.border-b-red-600\/90{ + border-bottom-color: rgb(184 0 0 / 0.9); +} +.border-b-red-600\/95{ + border-bottom-color: rgb(184 0 0 / 0.95); +} +.border-b-red-600\/100{ + border-bottom-color: rgb(184 0 0 / 1); +} +.border-b-red-700\/0{ + border-bottom-color: rgb(153 0 0 / 0); +} +.border-b-red-700\/5{ + border-bottom-color: rgb(153 0 0 / 0.05); +} +.border-b-red-700\/10{ + border-bottom-color: rgb(153 0 0 / 0.1); +} +.border-b-red-700\/20{ + border-bottom-color: rgb(153 0 0 / 0.2); +} +.border-b-red-700\/25{ + border-bottom-color: rgb(153 0 0 / 0.25); +} +.border-b-red-700\/30{ + border-bottom-color: rgb(153 0 0 / 0.3); +} +.border-b-red-700\/40{ + border-bottom-color: rgb(153 0 0 / 0.4); +} +.border-b-red-700\/50{ + border-bottom-color: rgb(153 0 0 / 0.5); +} +.border-b-red-700\/60{ + border-bottom-color: rgb(153 0 0 / 0.6); +} +.border-b-red-700\/70{ + border-bottom-color: rgb(153 0 0 / 0.7); +} +.border-b-red-700\/75{ + border-bottom-color: rgb(153 0 0 / 0.75); +} +.border-b-red-700\/80{ + border-bottom-color: rgb(153 0 0 / 0.8); +} +.border-b-red-700\/90{ + border-bottom-color: rgb(153 0 0 / 0.9); +} +.border-b-red-700\/95{ + border-bottom-color: rgb(153 0 0 / 0.95); +} +.border-b-red-700\/100{ + border-bottom-color: rgb(153 0 0 / 1); +} +.border-b-red-800\/0{ + border-bottom-color: rgb(122 0 0 / 0); +} +.border-b-red-800\/5{ + border-bottom-color: rgb(122 0 0 / 0.05); +} +.border-b-red-800\/10{ + border-bottom-color: rgb(122 0 0 / 0.1); +} +.border-b-red-800\/20{ + border-bottom-color: rgb(122 0 0 / 0.2); +} +.border-b-red-800\/25{ + border-bottom-color: rgb(122 0 0 / 0.25); +} +.border-b-red-800\/30{ + border-bottom-color: rgb(122 0 0 / 0.3); +} +.border-b-red-800\/40{ + border-bottom-color: rgb(122 0 0 / 0.4); +} +.border-b-red-800\/50{ + border-bottom-color: rgb(122 0 0 / 0.5); +} +.border-b-red-800\/60{ + border-bottom-color: rgb(122 0 0 / 0.6); +} +.border-b-red-800\/70{ + border-bottom-color: rgb(122 0 0 / 0.7); +} +.border-b-red-800\/75{ + border-bottom-color: rgb(122 0 0 / 0.75); +} +.border-b-red-800\/80{ + border-bottom-color: rgb(122 0 0 / 0.8); +} +.border-b-red-800\/90{ + border-bottom-color: rgb(122 0 0 / 0.9); +} +.border-b-red-800\/95{ + border-bottom-color: rgb(122 0 0 / 0.95); +} +.border-b-red-800\/100{ + border-bottom-color: rgb(122 0 0 / 1); +} +.border-b-red-900\/0{ + border-bottom-color: rgb(100 0 0 / 0); +} +.border-b-red-900\/5{ + border-bottom-color: rgb(100 0 0 / 0.05); +} +.border-b-red-900\/10{ + border-bottom-color: rgb(100 0 0 / 0.1); +} +.border-b-red-900\/20{ + border-bottom-color: rgb(100 0 0 / 0.2); +} +.border-b-red-900\/25{ + border-bottom-color: rgb(100 0 0 / 0.25); +} +.border-b-red-900\/30{ + border-bottom-color: rgb(100 0 0 / 0.3); +} +.border-b-red-900\/40{ + border-bottom-color: rgb(100 0 0 / 0.4); +} +.border-b-red-900\/50{ + border-bottom-color: rgb(100 0 0 / 0.5); +} +.border-b-red-900\/60{ + border-bottom-color: rgb(100 0 0 / 0.6); +} +.border-b-red-900\/70{ + border-bottom-color: rgb(100 0 0 / 0.7); +} +.border-b-red-900\/75{ + border-bottom-color: rgb(100 0 0 / 0.75); +} +.border-b-red-900\/80{ + border-bottom-color: rgb(100 0 0 / 0.8); +} +.border-b-red-900\/90{ + border-bottom-color: rgb(100 0 0 / 0.9); +} +.border-b-red-900\/95{ + border-bottom-color: rgb(100 0 0 / 0.95); +} +.border-b-red-900\/100{ + border-bottom-color: rgb(100 0 0 / 1); +} +.border-b-red\/0{ + border-bottom-color: rgb(204 0 0 / 0); +} +.border-b-red\/5{ + border-bottom-color: rgb(204 0 0 / 0.05); +} +.border-b-red\/10{ + border-bottom-color: rgb(204 0 0 / 0.1); +} +.border-b-red\/20{ + border-bottom-color: rgb(204 0 0 / 0.2); +} +.border-b-red\/25{ + border-bottom-color: rgb(204 0 0 / 0.25); +} +.border-b-red\/30{ + border-bottom-color: rgb(204 0 0 / 0.3); +} +.border-b-red\/40{ + border-bottom-color: rgb(204 0 0 / 0.4); +} +.border-b-red\/50{ + border-bottom-color: rgb(204 0 0 / 0.5); +} +.border-b-red\/60{ + border-bottom-color: rgb(204 0 0 / 0.6); +} +.border-b-red\/70{ + border-bottom-color: rgb(204 0 0 / 0.7); +} +.border-b-red\/75{ + border-bottom-color: rgb(204 0 0 / 0.75); +} +.border-b-red\/80{ + border-bottom-color: rgb(204 0 0 / 0.8); +} +.border-b-red\/90{ + border-bottom-color: rgb(204 0 0 / 0.9); +} +.border-b-red\/95{ + border-bottom-color: rgb(204 0 0 / 0.95); +} +.border-b-red\/100{ + border-bottom-color: rgb(204 0 0 / 1); +} +.border-b-orange-50\/0{ + border-bottom-color: rgb(255 250 243 / 0); +} +.border-b-orange-50\/5{ + border-bottom-color: rgb(255 250 243 / 0.05); +} +.border-b-orange-50\/10{ + border-bottom-color: rgb(255 250 243 / 0.1); +} +.border-b-orange-50\/20{ + border-bottom-color: rgb(255 250 243 / 0.2); +} +.border-b-orange-50\/25{ + border-bottom-color: rgb(255 250 243 / 0.25); +} +.border-b-orange-50\/30{ + border-bottom-color: rgb(255 250 243 / 0.3); +} +.border-b-orange-50\/40{ + border-bottom-color: rgb(255 250 243 / 0.4); +} +.border-b-orange-50\/50{ + border-bottom-color: rgb(255 250 243 / 0.5); +} +.border-b-orange-50\/60{ + border-bottom-color: rgb(255 250 243 / 0.6); +} +.border-b-orange-50\/70{ + border-bottom-color: rgb(255 250 243 / 0.7); +} +.border-b-orange-50\/75{ + border-bottom-color: rgb(255 250 243 / 0.75); +} +.border-b-orange-50\/80{ + border-bottom-color: rgb(255 250 243 / 0.8); +} +.border-b-orange-50\/90{ + border-bottom-color: rgb(255 250 243 / 0.9); +} +.border-b-orange-50\/95{ + border-bottom-color: rgb(255 250 243 / 0.95); +} +.border-b-orange-50\/100{ + border-bottom-color: rgb(255 250 243 / 1); +} +.border-b-orange-100\/0{ + border-bottom-color: rgb(254 245 231 / 0); +} +.border-b-orange-100\/5{ + border-bottom-color: rgb(254 245 231 / 0.05); +} +.border-b-orange-100\/10{ + border-bottom-color: rgb(254 245 231 / 0.1); +} +.border-b-orange-100\/20{ + border-bottom-color: rgb(254 245 231 / 0.2); +} +.border-b-orange-100\/25{ + border-bottom-color: rgb(254 245 231 / 0.25); +} +.border-b-orange-100\/30{ + border-bottom-color: rgb(254 245 231 / 0.3); +} +.border-b-orange-100\/40{ + border-bottom-color: rgb(254 245 231 / 0.4); +} +.border-b-orange-100\/50{ + border-bottom-color: rgb(254 245 231 / 0.5); +} +.border-b-orange-100\/60{ + border-bottom-color: rgb(254 245 231 / 0.6); +} +.border-b-orange-100\/70{ + border-bottom-color: rgb(254 245 231 / 0.7); +} +.border-b-orange-100\/75{ + border-bottom-color: rgb(254 245 231 / 0.75); +} +.border-b-orange-100\/80{ + border-bottom-color: rgb(254 245 231 / 0.8); +} +.border-b-orange-100\/90{ + border-bottom-color: rgb(254 245 231 / 0.9); +} +.border-b-orange-100\/95{ + border-bottom-color: rgb(254 245 231 / 0.95); +} +.border-b-orange-100\/100{ + border-bottom-color: rgb(254 245 231 / 1); +} +.border-b-orange-200\/0{ + border-bottom-color: rgb(253 231 194 / 0); +} +.border-b-orange-200\/5{ + border-bottom-color: rgb(253 231 194 / 0.05); +} +.border-b-orange-200\/10{ + border-bottom-color: rgb(253 231 194 / 0.1); +} +.border-b-orange-200\/20{ + border-bottom-color: rgb(253 231 194 / 0.2); +} +.border-b-orange-200\/25{ + border-bottom-color: rgb(253 231 194 / 0.25); +} +.border-b-orange-200\/30{ + border-bottom-color: rgb(253 231 194 / 0.3); +} +.border-b-orange-200\/40{ + border-bottom-color: rgb(253 231 194 / 0.4); +} +.border-b-orange-200\/50{ + border-bottom-color: rgb(253 231 194 / 0.5); +} +.border-b-orange-200\/60{ + border-bottom-color: rgb(253 231 194 / 0.6); +} +.border-b-orange-200\/70{ + border-bottom-color: rgb(253 231 194 / 0.7); +} +.border-b-orange-200\/75{ + border-bottom-color: rgb(253 231 194 / 0.75); +} +.border-b-orange-200\/80{ + border-bottom-color: rgb(253 231 194 / 0.8); +} +.border-b-orange-200\/90{ + border-bottom-color: rgb(253 231 194 / 0.9); +} +.border-b-orange-200\/95{ + border-bottom-color: rgb(253 231 194 / 0.95); +} +.border-b-orange-200\/100{ + border-bottom-color: rgb(253 231 194 / 1); +} +.border-b-orange-300\/0{ + border-bottom-color: rgb(251 216 157 / 0); +} +.border-b-orange-300\/5{ + border-bottom-color: rgb(251 216 157 / 0.05); +} +.border-b-orange-300\/10{ + border-bottom-color: rgb(251 216 157 / 0.1); +} +.border-b-orange-300\/20{ + border-bottom-color: rgb(251 216 157 / 0.2); +} +.border-b-orange-300\/25{ + border-bottom-color: rgb(251 216 157 / 0.25); +} +.border-b-orange-300\/30{ + border-bottom-color: rgb(251 216 157 / 0.3); +} +.border-b-orange-300\/40{ + border-bottom-color: rgb(251 216 157 / 0.4); +} +.border-b-orange-300\/50{ + border-bottom-color: rgb(251 216 157 / 0.5); +} +.border-b-orange-300\/60{ + border-bottom-color: rgb(251 216 157 / 0.6); +} +.border-b-orange-300\/70{ + border-bottom-color: rgb(251 216 157 / 0.7); +} +.border-b-orange-300\/75{ + border-bottom-color: rgb(251 216 157 / 0.75); +} +.border-b-orange-300\/80{ + border-bottom-color: rgb(251 216 157 / 0.8); +} +.border-b-orange-300\/90{ + border-bottom-color: rgb(251 216 157 / 0.9); +} +.border-b-orange-300\/95{ + border-bottom-color: rgb(251 216 157 / 0.95); +} +.border-b-orange-300\/100{ + border-bottom-color: rgb(251 216 157 / 1); +} +.border-b-orange-400\/0{ + border-bottom-color: rgb(248 187 84 / 0); +} +.border-b-orange-400\/5{ + border-bottom-color: rgb(248 187 84 / 0.05); +} +.border-b-orange-400\/10{ + border-bottom-color: rgb(248 187 84 / 0.1); +} +.border-b-orange-400\/20{ + border-bottom-color: rgb(248 187 84 / 0.2); +} +.border-b-orange-400\/25{ + border-bottom-color: rgb(248 187 84 / 0.25); +} +.border-b-orange-400\/30{ + border-bottom-color: rgb(248 187 84 / 0.3); +} +.border-b-orange-400\/40{ + border-bottom-color: rgb(248 187 84 / 0.4); +} +.border-b-orange-400\/50{ + border-bottom-color: rgb(248 187 84 / 0.5); +} +.border-b-orange-400\/60{ + border-bottom-color: rgb(248 187 84 / 0.6); +} +.border-b-orange-400\/70{ + border-bottom-color: rgb(248 187 84 / 0.7); +} +.border-b-orange-400\/75{ + border-bottom-color: rgb(248 187 84 / 0.75); +} +.border-b-orange-400\/80{ + border-bottom-color: rgb(248 187 84 / 0.8); +} +.border-b-orange-400\/90{ + border-bottom-color: rgb(248 187 84 / 0.9); +} +.border-b-orange-400\/95{ + border-bottom-color: rgb(248 187 84 / 0.95); +} +.border-b-orange-400\/100{ + border-bottom-color: rgb(248 187 84 / 1); +} +.border-b-orange-500\/0{ + border-bottom-color: rgb(245 158 11 / 0); +} +.border-b-orange-500\/5{ + border-bottom-color: rgb(245 158 11 / 0.05); +} +.border-b-orange-500\/10{ + border-bottom-color: rgb(245 158 11 / 0.1); +} +.border-b-orange-500\/20{ + border-bottom-color: rgb(245 158 11 / 0.2); +} +.border-b-orange-500\/25{ + border-bottom-color: rgb(245 158 11 / 0.25); +} +.border-b-orange-500\/30{ + border-bottom-color: rgb(245 158 11 / 0.3); +} +.border-b-orange-500\/40{ + border-bottom-color: rgb(245 158 11 / 0.4); +} +.border-b-orange-500\/50{ + border-bottom-color: rgb(245 158 11 / 0.5); +} +.border-b-orange-500\/60{ + border-bottom-color: rgb(245 158 11 / 0.6); +} +.border-b-orange-500\/70{ + border-bottom-color: rgb(245 158 11 / 0.7); +} +.border-b-orange-500\/75{ + border-bottom-color: rgb(245 158 11 / 0.75); +} +.border-b-orange-500\/80{ + border-bottom-color: rgb(245 158 11 / 0.8); +} +.border-b-orange-500\/90{ + border-bottom-color: rgb(245 158 11 / 0.9); +} +.border-b-orange-500\/95{ + border-bottom-color: rgb(245 158 11 / 0.95); +} +.border-b-orange-500\/100{ + border-bottom-color: rgb(245 158 11 / 1); +} +.border-b-orange-600\/0{ + border-bottom-color: rgb(221 142 10 / 0); +} +.border-b-orange-600\/5{ + border-bottom-color: rgb(221 142 10 / 0.05); +} +.border-b-orange-600\/10{ + border-bottom-color: rgb(221 142 10 / 0.1); +} +.border-b-orange-600\/20{ + border-bottom-color: rgb(221 142 10 / 0.2); +} +.border-b-orange-600\/25{ + border-bottom-color: rgb(221 142 10 / 0.25); +} +.border-b-orange-600\/30{ + border-bottom-color: rgb(221 142 10 / 0.3); +} +.border-b-orange-600\/40{ + border-bottom-color: rgb(221 142 10 / 0.4); +} +.border-b-orange-600\/50{ + border-bottom-color: rgb(221 142 10 / 0.5); +} +.border-b-orange-600\/60{ + border-bottom-color: rgb(221 142 10 / 0.6); +} +.border-b-orange-600\/70{ + border-bottom-color: rgb(221 142 10 / 0.7); +} +.border-b-orange-600\/75{ + border-bottom-color: rgb(221 142 10 / 0.75); +} +.border-b-orange-600\/80{ + border-bottom-color: rgb(221 142 10 / 0.8); +} +.border-b-orange-600\/90{ + border-bottom-color: rgb(221 142 10 / 0.9); +} +.border-b-orange-600\/95{ + border-bottom-color: rgb(221 142 10 / 0.95); +} +.border-b-orange-600\/100{ + border-bottom-color: rgb(221 142 10 / 1); +} +.border-b-orange-700\/0{ + border-bottom-color: rgb(184 119 8 / 0); +} +.border-b-orange-700\/5{ + border-bottom-color: rgb(184 119 8 / 0.05); +} +.border-b-orange-700\/10{ + border-bottom-color: rgb(184 119 8 / 0.1); +} +.border-b-orange-700\/20{ + border-bottom-color: rgb(184 119 8 / 0.2); +} +.border-b-orange-700\/25{ + border-bottom-color: rgb(184 119 8 / 0.25); +} +.border-b-orange-700\/30{ + border-bottom-color: rgb(184 119 8 / 0.3); +} +.border-b-orange-700\/40{ + border-bottom-color: rgb(184 119 8 / 0.4); +} +.border-b-orange-700\/50{ + border-bottom-color: rgb(184 119 8 / 0.5); +} +.border-b-orange-700\/60{ + border-bottom-color: rgb(184 119 8 / 0.6); +} +.border-b-orange-700\/70{ + border-bottom-color: rgb(184 119 8 / 0.7); +} +.border-b-orange-700\/75{ + border-bottom-color: rgb(184 119 8 / 0.75); +} +.border-b-orange-700\/80{ + border-bottom-color: rgb(184 119 8 / 0.8); +} +.border-b-orange-700\/90{ + border-bottom-color: rgb(184 119 8 / 0.9); +} +.border-b-orange-700\/95{ + border-bottom-color: rgb(184 119 8 / 0.95); +} +.border-b-orange-700\/100{ + border-bottom-color: rgb(184 119 8 / 1); +} +.border-b-orange-800\/0{ + border-bottom-color: rgb(147 95 7 / 0); +} +.border-b-orange-800\/5{ + border-bottom-color: rgb(147 95 7 / 0.05); +} +.border-b-orange-800\/10{ + border-bottom-color: rgb(147 95 7 / 0.1); +} +.border-b-orange-800\/20{ + border-bottom-color: rgb(147 95 7 / 0.2); +} +.border-b-orange-800\/25{ + border-bottom-color: rgb(147 95 7 / 0.25); +} +.border-b-orange-800\/30{ + border-bottom-color: rgb(147 95 7 / 0.3); +} +.border-b-orange-800\/40{ + border-bottom-color: rgb(147 95 7 / 0.4); +} +.border-b-orange-800\/50{ + border-bottom-color: rgb(147 95 7 / 0.5); +} +.border-b-orange-800\/60{ + border-bottom-color: rgb(147 95 7 / 0.6); +} +.border-b-orange-800\/70{ + border-bottom-color: rgb(147 95 7 / 0.7); +} +.border-b-orange-800\/75{ + border-bottom-color: rgb(147 95 7 / 0.75); +} +.border-b-orange-800\/80{ + border-bottom-color: rgb(147 95 7 / 0.8); +} +.border-b-orange-800\/90{ + border-bottom-color: rgb(147 95 7 / 0.9); +} +.border-b-orange-800\/95{ + border-bottom-color: rgb(147 95 7 / 0.95); +} +.border-b-orange-800\/100{ + border-bottom-color: rgb(147 95 7 / 1); +} +.border-b-orange-900\/0{ + border-bottom-color: rgb(120 77 5 / 0); +} +.border-b-orange-900\/5{ + border-bottom-color: rgb(120 77 5 / 0.05); +} +.border-b-orange-900\/10{ + border-bottom-color: rgb(120 77 5 / 0.1); +} +.border-b-orange-900\/20{ + border-bottom-color: rgb(120 77 5 / 0.2); +} +.border-b-orange-900\/25{ + border-bottom-color: rgb(120 77 5 / 0.25); +} +.border-b-orange-900\/30{ + border-bottom-color: rgb(120 77 5 / 0.3); +} +.border-b-orange-900\/40{ + border-bottom-color: rgb(120 77 5 / 0.4); +} +.border-b-orange-900\/50{ + border-bottom-color: rgb(120 77 5 / 0.5); +} +.border-b-orange-900\/60{ + border-bottom-color: rgb(120 77 5 / 0.6); +} +.border-b-orange-900\/70{ + border-bottom-color: rgb(120 77 5 / 0.7); +} +.border-b-orange-900\/75{ + border-bottom-color: rgb(120 77 5 / 0.75); +} +.border-b-orange-900\/80{ + border-bottom-color: rgb(120 77 5 / 0.8); +} +.border-b-orange-900\/90{ + border-bottom-color: rgb(120 77 5 / 0.9); +} +.border-b-orange-900\/95{ + border-bottom-color: rgb(120 77 5 / 0.95); +} +.border-b-orange-900\/100{ + border-bottom-color: rgb(120 77 5 / 1); +} +.border-b-orange\/0{ + border-bottom-color: rgb(245 158 11 / 0); +} +.border-b-orange\/5{ + border-bottom-color: rgb(245 158 11 / 0.05); +} +.border-b-orange\/10{ + border-bottom-color: rgb(245 158 11 / 0.1); +} +.border-b-orange\/20{ + border-bottom-color: rgb(245 158 11 / 0.2); +} +.border-b-orange\/25{ + border-bottom-color: rgb(245 158 11 / 0.25); +} +.border-b-orange\/30{ + border-bottom-color: rgb(245 158 11 / 0.3); +} +.border-b-orange\/40{ + border-bottom-color: rgb(245 158 11 / 0.4); +} +.border-b-orange\/50{ + border-bottom-color: rgb(245 158 11 / 0.5); +} +.border-b-orange\/60{ + border-bottom-color: rgb(245 158 11 / 0.6); +} +.border-b-orange\/70{ + border-bottom-color: rgb(245 158 11 / 0.7); +} +.border-b-orange\/75{ + border-bottom-color: rgb(245 158 11 / 0.75); +} +.border-b-orange\/80{ + border-bottom-color: rgb(245 158 11 / 0.8); +} +.border-b-orange\/90{ + border-bottom-color: rgb(245 158 11 / 0.9); +} +.border-b-orange\/95{ + border-bottom-color: rgb(245 158 11 / 0.95); +} +.border-b-orange\/100{ + border-bottom-color: rgb(245 158 11 / 1); +} +.border-b-amber-50\/0{ + border-bottom-color: rgb(255 251 235 / 0); +} +.border-b-amber-50\/5{ + border-bottom-color: rgb(255 251 235 / 0.05); +} +.border-b-amber-50\/10{ + border-bottom-color: rgb(255 251 235 / 0.1); +} +.border-b-amber-50\/20{ + border-bottom-color: rgb(255 251 235 / 0.2); +} +.border-b-amber-50\/25{ + border-bottom-color: rgb(255 251 235 / 0.25); +} +.border-b-amber-50\/30{ + border-bottom-color: rgb(255 251 235 / 0.3); +} +.border-b-amber-50\/40{ + border-bottom-color: rgb(255 251 235 / 0.4); +} +.border-b-amber-50\/50{ + border-bottom-color: rgb(255 251 235 / 0.5); +} +.border-b-amber-50\/60{ + border-bottom-color: rgb(255 251 235 / 0.6); +} +.border-b-amber-50\/70{ + border-bottom-color: rgb(255 251 235 / 0.7); +} +.border-b-amber-50\/75{ + border-bottom-color: rgb(255 251 235 / 0.75); +} +.border-b-amber-50\/80{ + border-bottom-color: rgb(255 251 235 / 0.8); +} +.border-b-amber-50\/90{ + border-bottom-color: rgb(255 251 235 / 0.9); +} +.border-b-amber-50\/95{ + border-bottom-color: rgb(255 251 235 / 0.95); +} +.border-b-amber-50\/100{ + border-bottom-color: rgb(255 251 235 / 1); +} +.border-b-amber-100\/0{ + border-bottom-color: rgb(254 243 199 / 0); +} +.border-b-amber-100\/5{ + border-bottom-color: rgb(254 243 199 / 0.05); +} +.border-b-amber-100\/10{ + border-bottom-color: rgb(254 243 199 / 0.1); +} +.border-b-amber-100\/20{ + border-bottom-color: rgb(254 243 199 / 0.2); +} +.border-b-amber-100\/25{ + border-bottom-color: rgb(254 243 199 / 0.25); +} +.border-b-amber-100\/30{ + border-bottom-color: rgb(254 243 199 / 0.3); +} +.border-b-amber-100\/40{ + border-bottom-color: rgb(254 243 199 / 0.4); +} +.border-b-amber-100\/50{ + border-bottom-color: rgb(254 243 199 / 0.5); +} +.border-b-amber-100\/60{ + border-bottom-color: rgb(254 243 199 / 0.6); +} +.border-b-amber-100\/70{ + border-bottom-color: rgb(254 243 199 / 0.7); +} +.border-b-amber-100\/75{ + border-bottom-color: rgb(254 243 199 / 0.75); +} +.border-b-amber-100\/80{ + border-bottom-color: rgb(254 243 199 / 0.8); +} +.border-b-amber-100\/90{ + border-bottom-color: rgb(254 243 199 / 0.9); +} +.border-b-amber-100\/95{ + border-bottom-color: rgb(254 243 199 / 0.95); +} +.border-b-amber-100\/100{ + border-bottom-color: rgb(254 243 199 / 1); +} +.border-b-amber-200\/0{ + border-bottom-color: rgb(253 230 138 / 0); +} +.border-b-amber-200\/5{ + border-bottom-color: rgb(253 230 138 / 0.05); +} +.border-b-amber-200\/10{ + border-bottom-color: rgb(253 230 138 / 0.1); +} +.border-b-amber-200\/20{ + border-bottom-color: rgb(253 230 138 / 0.2); +} +.border-b-amber-200\/25{ + border-bottom-color: rgb(253 230 138 / 0.25); +} +.border-b-amber-200\/30{ + border-bottom-color: rgb(253 230 138 / 0.3); +} +.border-b-amber-200\/40{ + border-bottom-color: rgb(253 230 138 / 0.4); +} +.border-b-amber-200\/50{ + border-bottom-color: rgb(253 230 138 / 0.5); +} +.border-b-amber-200\/60{ + border-bottom-color: rgb(253 230 138 / 0.6); +} +.border-b-amber-200\/70{ + border-bottom-color: rgb(253 230 138 / 0.7); +} +.border-b-amber-200\/75{ + border-bottom-color: rgb(253 230 138 / 0.75); +} +.border-b-amber-200\/80{ + border-bottom-color: rgb(253 230 138 / 0.8); +} +.border-b-amber-200\/90{ + border-bottom-color: rgb(253 230 138 / 0.9); +} +.border-b-amber-200\/95{ + border-bottom-color: rgb(253 230 138 / 0.95); +} +.border-b-amber-200\/100{ + border-bottom-color: rgb(253 230 138 / 1); +} +.border-b-amber-300\/0{ + border-bottom-color: rgb(252 211 77 / 0); +} +.border-b-amber-300\/5{ + border-bottom-color: rgb(252 211 77 / 0.05); +} +.border-b-amber-300\/10{ + border-bottom-color: rgb(252 211 77 / 0.1); +} +.border-b-amber-300\/20{ + border-bottom-color: rgb(252 211 77 / 0.2); +} +.border-b-amber-300\/25{ + border-bottom-color: rgb(252 211 77 / 0.25); +} +.border-b-amber-300\/30{ + border-bottom-color: rgb(252 211 77 / 0.3); +} +.border-b-amber-300\/40{ + border-bottom-color: rgb(252 211 77 / 0.4); +} +.border-b-amber-300\/50{ + border-bottom-color: rgb(252 211 77 / 0.5); +} +.border-b-amber-300\/60{ + border-bottom-color: rgb(252 211 77 / 0.6); +} +.border-b-amber-300\/70{ + border-bottom-color: rgb(252 211 77 / 0.7); +} +.border-b-amber-300\/75{ + border-bottom-color: rgb(252 211 77 / 0.75); +} +.border-b-amber-300\/80{ + border-bottom-color: rgb(252 211 77 / 0.8); +} +.border-b-amber-300\/90{ + border-bottom-color: rgb(252 211 77 / 0.9); +} +.border-b-amber-300\/95{ + border-bottom-color: rgb(252 211 77 / 0.95); +} +.border-b-amber-300\/100{ + border-bottom-color: rgb(252 211 77 / 1); +} +.border-b-amber-400\/0{ + border-bottom-color: rgb(251 191 36 / 0); +} +.border-b-amber-400\/5{ + border-bottom-color: rgb(251 191 36 / 0.05); +} +.border-b-amber-400\/10{ + border-bottom-color: rgb(251 191 36 / 0.1); +} +.border-b-amber-400\/20{ + border-bottom-color: rgb(251 191 36 / 0.2); +} +.border-b-amber-400\/25{ + border-bottom-color: rgb(251 191 36 / 0.25); +} +.border-b-amber-400\/30{ + border-bottom-color: rgb(251 191 36 / 0.3); +} +.border-b-amber-400\/40{ + border-bottom-color: rgb(251 191 36 / 0.4); +} +.border-b-amber-400\/50{ + border-bottom-color: rgb(251 191 36 / 0.5); +} +.border-b-amber-400\/60{ + border-bottom-color: rgb(251 191 36 / 0.6); +} +.border-b-amber-400\/70{ + border-bottom-color: rgb(251 191 36 / 0.7); +} +.border-b-amber-400\/75{ + border-bottom-color: rgb(251 191 36 / 0.75); +} +.border-b-amber-400\/80{ + border-bottom-color: rgb(251 191 36 / 0.8); +} +.border-b-amber-400\/90{ + border-bottom-color: rgb(251 191 36 / 0.9); +} +.border-b-amber-400\/95{ + border-bottom-color: rgb(251 191 36 / 0.95); +} +.border-b-amber-400\/100{ + border-bottom-color: rgb(251 191 36 / 1); +} +.border-b-amber-500\/0{ + border-bottom-color: rgb(245 158 11 / 0); +} +.border-b-amber-500\/5{ + border-bottom-color: rgb(245 158 11 / 0.05); +} +.border-b-amber-500\/10{ + border-bottom-color: rgb(245 158 11 / 0.1); +} +.border-b-amber-500\/20{ + border-bottom-color: rgb(245 158 11 / 0.2); +} +.border-b-amber-500\/25{ + border-bottom-color: rgb(245 158 11 / 0.25); +} +.border-b-amber-500\/30{ + border-bottom-color: rgb(245 158 11 / 0.3); +} +.border-b-amber-500\/40{ + border-bottom-color: rgb(245 158 11 / 0.4); +} +.border-b-amber-500\/50{ + border-bottom-color: rgb(245 158 11 / 0.5); +} +.border-b-amber-500\/60{ + border-bottom-color: rgb(245 158 11 / 0.6); +} +.border-b-amber-500\/70{ + border-bottom-color: rgb(245 158 11 / 0.7); +} +.border-b-amber-500\/75{ + border-bottom-color: rgb(245 158 11 / 0.75); +} +.border-b-amber-500\/80{ + border-bottom-color: rgb(245 158 11 / 0.8); +} +.border-b-amber-500\/90{ + border-bottom-color: rgb(245 158 11 / 0.9); +} +.border-b-amber-500\/95{ + border-bottom-color: rgb(245 158 11 / 0.95); +} +.border-b-amber-500\/100{ + border-bottom-color: rgb(245 158 11 / 1); +} +.border-b-amber-600\/0{ + border-bottom-color: rgb(217 119 6 / 0); +} +.border-b-amber-600\/5{ + border-bottom-color: rgb(217 119 6 / 0.05); +} +.border-b-amber-600\/10{ + border-bottom-color: rgb(217 119 6 / 0.1); +} +.border-b-amber-600\/20{ + border-bottom-color: rgb(217 119 6 / 0.2); +} +.border-b-amber-600\/25{ + border-bottom-color: rgb(217 119 6 / 0.25); +} +.border-b-amber-600\/30{ + border-bottom-color: rgb(217 119 6 / 0.3); +} +.border-b-amber-600\/40{ + border-bottom-color: rgb(217 119 6 / 0.4); +} +.border-b-amber-600\/50{ + border-bottom-color: rgb(217 119 6 / 0.5); +} +.border-b-amber-600\/60{ + border-bottom-color: rgb(217 119 6 / 0.6); +} +.border-b-amber-600\/70{ + border-bottom-color: rgb(217 119 6 / 0.7); +} +.border-b-amber-600\/75{ + border-bottom-color: rgb(217 119 6 / 0.75); +} +.border-b-amber-600\/80{ + border-bottom-color: rgb(217 119 6 / 0.8); +} +.border-b-amber-600\/90{ + border-bottom-color: rgb(217 119 6 / 0.9); +} +.border-b-amber-600\/95{ + border-bottom-color: rgb(217 119 6 / 0.95); +} +.border-b-amber-600\/100{ + border-bottom-color: rgb(217 119 6 / 1); +} +.border-b-amber-700\/0{ + border-bottom-color: rgb(180 83 9 / 0); +} +.border-b-amber-700\/5{ + border-bottom-color: rgb(180 83 9 / 0.05); +} +.border-b-amber-700\/10{ + border-bottom-color: rgb(180 83 9 / 0.1); +} +.border-b-amber-700\/20{ + border-bottom-color: rgb(180 83 9 / 0.2); +} +.border-b-amber-700\/25{ + border-bottom-color: rgb(180 83 9 / 0.25); +} +.border-b-amber-700\/30{ + border-bottom-color: rgb(180 83 9 / 0.3); +} +.border-b-amber-700\/40{ + border-bottom-color: rgb(180 83 9 / 0.4); +} +.border-b-amber-700\/50{ + border-bottom-color: rgb(180 83 9 / 0.5); +} +.border-b-amber-700\/60{ + border-bottom-color: rgb(180 83 9 / 0.6); +} +.border-b-amber-700\/70{ + border-bottom-color: rgb(180 83 9 / 0.7); +} +.border-b-amber-700\/75{ + border-bottom-color: rgb(180 83 9 / 0.75); +} +.border-b-amber-700\/80{ + border-bottom-color: rgb(180 83 9 / 0.8); +} +.border-b-amber-700\/90{ + border-bottom-color: rgb(180 83 9 / 0.9); +} +.border-b-amber-700\/95{ + border-bottom-color: rgb(180 83 9 / 0.95); +} +.border-b-amber-700\/100{ + border-bottom-color: rgb(180 83 9 / 1); +} +.border-b-amber-800\/0{ + border-bottom-color: rgb(146 64 14 / 0); +} +.border-b-amber-800\/5{ + border-bottom-color: rgb(146 64 14 / 0.05); +} +.border-b-amber-800\/10{ + border-bottom-color: rgb(146 64 14 / 0.1); +} +.border-b-amber-800\/20{ + border-bottom-color: rgb(146 64 14 / 0.2); +} +.border-b-amber-800\/25{ + border-bottom-color: rgb(146 64 14 / 0.25); +} +.border-b-amber-800\/30{ + border-bottom-color: rgb(146 64 14 / 0.3); +} +.border-b-amber-800\/40{ + border-bottom-color: rgb(146 64 14 / 0.4); +} +.border-b-amber-800\/50{ + border-bottom-color: rgb(146 64 14 / 0.5); +} +.border-b-amber-800\/60{ + border-bottom-color: rgb(146 64 14 / 0.6); +} +.border-b-amber-800\/70{ + border-bottom-color: rgb(146 64 14 / 0.7); +} +.border-b-amber-800\/75{ + border-bottom-color: rgb(146 64 14 / 0.75); +} +.border-b-amber-800\/80{ + border-bottom-color: rgb(146 64 14 / 0.8); +} +.border-b-amber-800\/90{ + border-bottom-color: rgb(146 64 14 / 0.9); +} +.border-b-amber-800\/95{ + border-bottom-color: rgb(146 64 14 / 0.95); +} +.border-b-amber-800\/100{ + border-bottom-color: rgb(146 64 14 / 1); +} +.border-b-amber-900\/0{ + border-bottom-color: rgb(120 53 15 / 0); +} +.border-b-amber-900\/5{ + border-bottom-color: rgb(120 53 15 / 0.05); +} +.border-b-amber-900\/10{ + border-bottom-color: rgb(120 53 15 / 0.1); +} +.border-b-amber-900\/20{ + border-bottom-color: rgb(120 53 15 / 0.2); +} +.border-b-amber-900\/25{ + border-bottom-color: rgb(120 53 15 / 0.25); +} +.border-b-amber-900\/30{ + border-bottom-color: rgb(120 53 15 / 0.3); +} +.border-b-amber-900\/40{ + border-bottom-color: rgb(120 53 15 / 0.4); +} +.border-b-amber-900\/50{ + border-bottom-color: rgb(120 53 15 / 0.5); +} +.border-b-amber-900\/60{ + border-bottom-color: rgb(120 53 15 / 0.6); +} +.border-b-amber-900\/70{ + border-bottom-color: rgb(120 53 15 / 0.7); +} +.border-b-amber-900\/75{ + border-bottom-color: rgb(120 53 15 / 0.75); +} +.border-b-amber-900\/80{ + border-bottom-color: rgb(120 53 15 / 0.8); +} +.border-b-amber-900\/90{ + border-bottom-color: rgb(120 53 15 / 0.9); +} +.border-b-amber-900\/95{ + border-bottom-color: rgb(120 53 15 / 0.95); +} +.border-b-amber-900\/100{ + border-bottom-color: rgb(120 53 15 / 1); +} +.border-b-yellow-50\/0{ + border-bottom-color: rgb(253 253 234 / 0); +} +.border-b-yellow-50\/5{ + border-bottom-color: rgb(253 253 234 / 0.05); +} +.border-b-yellow-50\/10{ + border-bottom-color: rgb(253 253 234 / 0.1); +} +.border-b-yellow-50\/20{ + border-bottom-color: rgb(253 253 234 / 0.2); +} +.border-b-yellow-50\/25{ + border-bottom-color: rgb(253 253 234 / 0.25); +} +.border-b-yellow-50\/30{ + border-bottom-color: rgb(253 253 234 / 0.3); +} +.border-b-yellow-50\/40{ + border-bottom-color: rgb(253 253 234 / 0.4); +} +.border-b-yellow-50\/50{ + border-bottom-color: rgb(253 253 234 / 0.5); +} +.border-b-yellow-50\/60{ + border-bottom-color: rgb(253 253 234 / 0.6); +} +.border-b-yellow-50\/70{ + border-bottom-color: rgb(253 253 234 / 0.7); +} +.border-b-yellow-50\/75{ + border-bottom-color: rgb(253 253 234 / 0.75); +} +.border-b-yellow-50\/80{ + border-bottom-color: rgb(253 253 234 / 0.8); +} +.border-b-yellow-50\/90{ + border-bottom-color: rgb(253 253 234 / 0.9); +} +.border-b-yellow-50\/95{ + border-bottom-color: rgb(253 253 234 / 0.95); +} +.border-b-yellow-50\/100{ + border-bottom-color: rgb(253 253 234 / 1); +} +.border-b-yellow-100\/0{ + border-bottom-color: rgb(253 246 178 / 0); +} +.border-b-yellow-100\/5{ + border-bottom-color: rgb(253 246 178 / 0.05); +} +.border-b-yellow-100\/10{ + border-bottom-color: rgb(253 246 178 / 0.1); +} +.border-b-yellow-100\/20{ + border-bottom-color: rgb(253 246 178 / 0.2); +} +.border-b-yellow-100\/25{ + border-bottom-color: rgb(253 246 178 / 0.25); +} +.border-b-yellow-100\/30{ + border-bottom-color: rgb(253 246 178 / 0.3); +} +.border-b-yellow-100\/40{ + border-bottom-color: rgb(253 246 178 / 0.4); +} +.border-b-yellow-100\/50{ + border-bottom-color: rgb(253 246 178 / 0.5); +} +.border-b-yellow-100\/60{ + border-bottom-color: rgb(253 246 178 / 0.6); +} +.border-b-yellow-100\/70{ + border-bottom-color: rgb(253 246 178 / 0.7); +} +.border-b-yellow-100\/75{ + border-bottom-color: rgb(253 246 178 / 0.75); +} +.border-b-yellow-100\/80{ + border-bottom-color: rgb(253 246 178 / 0.8); +} +.border-b-yellow-100\/90{ + border-bottom-color: rgb(253 246 178 / 0.9); +} +.border-b-yellow-100\/95{ + border-bottom-color: rgb(253 246 178 / 0.95); +} +.border-b-yellow-100\/100{ + border-bottom-color: rgb(253 246 178 / 1); +} +.border-b-yellow-200\/0{ + border-bottom-color: rgb(252 233 106 / 0); +} +.border-b-yellow-200\/5{ + border-bottom-color: rgb(252 233 106 / 0.05); +} +.border-b-yellow-200\/10{ + border-bottom-color: rgb(252 233 106 / 0.1); +} +.border-b-yellow-200\/20{ + border-bottom-color: rgb(252 233 106 / 0.2); +} +.border-b-yellow-200\/25{ + border-bottom-color: rgb(252 233 106 / 0.25); +} +.border-b-yellow-200\/30{ + border-bottom-color: rgb(252 233 106 / 0.3); +} +.border-b-yellow-200\/40{ + border-bottom-color: rgb(252 233 106 / 0.4); +} +.border-b-yellow-200\/50{ + border-bottom-color: rgb(252 233 106 / 0.5); +} +.border-b-yellow-200\/60{ + border-bottom-color: rgb(252 233 106 / 0.6); +} +.border-b-yellow-200\/70{ + border-bottom-color: rgb(252 233 106 / 0.7); +} +.border-b-yellow-200\/75{ + border-bottom-color: rgb(252 233 106 / 0.75); +} +.border-b-yellow-200\/80{ + border-bottom-color: rgb(252 233 106 / 0.8); +} +.border-b-yellow-200\/90{ + border-bottom-color: rgb(252 233 106 / 0.9); +} +.border-b-yellow-200\/95{ + border-bottom-color: rgb(252 233 106 / 0.95); +} +.border-b-yellow-200\/100{ + border-bottom-color: rgb(252 233 106 / 1); +} +.border-b-yellow-300\/0{ + border-bottom-color: rgb(250 202 21 / 0); +} +.border-b-yellow-300\/5{ + border-bottom-color: rgb(250 202 21 / 0.05); +} +.border-b-yellow-300\/10{ + border-bottom-color: rgb(250 202 21 / 0.1); +} +.border-b-yellow-300\/20{ + border-bottom-color: rgb(250 202 21 / 0.2); +} +.border-b-yellow-300\/25{ + border-bottom-color: rgb(250 202 21 / 0.25); +} +.border-b-yellow-300\/30{ + border-bottom-color: rgb(250 202 21 / 0.3); +} +.border-b-yellow-300\/40{ + border-bottom-color: rgb(250 202 21 / 0.4); +} +.border-b-yellow-300\/50{ + border-bottom-color: rgb(250 202 21 / 0.5); +} +.border-b-yellow-300\/60{ + border-bottom-color: rgb(250 202 21 / 0.6); +} +.border-b-yellow-300\/70{ + border-bottom-color: rgb(250 202 21 / 0.7); +} +.border-b-yellow-300\/75{ + border-bottom-color: rgb(250 202 21 / 0.75); +} +.border-b-yellow-300\/80{ + border-bottom-color: rgb(250 202 21 / 0.8); +} +.border-b-yellow-300\/90{ + border-bottom-color: rgb(250 202 21 / 0.9); +} +.border-b-yellow-300\/95{ + border-bottom-color: rgb(250 202 21 / 0.95); +} +.border-b-yellow-300\/100{ + border-bottom-color: rgb(250 202 21 / 1); +} +.border-b-yellow-400\/0{ + border-bottom-color: rgb(227 160 8 / 0); +} +.border-b-yellow-400\/5{ + border-bottom-color: rgb(227 160 8 / 0.05); +} +.border-b-yellow-400\/10{ + border-bottom-color: rgb(227 160 8 / 0.1); +} +.border-b-yellow-400\/20{ + border-bottom-color: rgb(227 160 8 / 0.2); +} +.border-b-yellow-400\/25{ + border-bottom-color: rgb(227 160 8 / 0.25); +} +.border-b-yellow-400\/30{ + border-bottom-color: rgb(227 160 8 / 0.3); +} +.border-b-yellow-400\/40{ + border-bottom-color: rgb(227 160 8 / 0.4); +} +.border-b-yellow-400\/50{ + border-bottom-color: rgb(227 160 8 / 0.5); +} +.border-b-yellow-400\/60{ + border-bottom-color: rgb(227 160 8 / 0.6); +} +.border-b-yellow-400\/70{ + border-bottom-color: rgb(227 160 8 / 0.7); +} +.border-b-yellow-400\/75{ + border-bottom-color: rgb(227 160 8 / 0.75); +} +.border-b-yellow-400\/80{ + border-bottom-color: rgb(227 160 8 / 0.8); +} +.border-b-yellow-400\/90{ + border-bottom-color: rgb(227 160 8 / 0.9); +} +.border-b-yellow-400\/95{ + border-bottom-color: rgb(227 160 8 / 0.95); +} +.border-b-yellow-400\/100{ + border-bottom-color: rgb(227 160 8 / 1); +} +.border-b-yellow-500\/0{ + border-bottom-color: rgb(194 120 3 / 0); +} +.border-b-yellow-500\/5{ + border-bottom-color: rgb(194 120 3 / 0.05); +} +.border-b-yellow-500\/10{ + border-bottom-color: rgb(194 120 3 / 0.1); +} +.border-b-yellow-500\/20{ + border-bottom-color: rgb(194 120 3 / 0.2); +} +.border-b-yellow-500\/25{ + border-bottom-color: rgb(194 120 3 / 0.25); +} +.border-b-yellow-500\/30{ + border-bottom-color: rgb(194 120 3 / 0.3); +} +.border-b-yellow-500\/40{ + border-bottom-color: rgb(194 120 3 / 0.4); +} +.border-b-yellow-500\/50{ + border-bottom-color: rgb(194 120 3 / 0.5); +} +.border-b-yellow-500\/60{ + border-bottom-color: rgb(194 120 3 / 0.6); +} +.border-b-yellow-500\/70{ + border-bottom-color: rgb(194 120 3 / 0.7); +} +.border-b-yellow-500\/75{ + border-bottom-color: rgb(194 120 3 / 0.75); +} +.border-b-yellow-500\/80{ + border-bottom-color: rgb(194 120 3 / 0.8); +} +.border-b-yellow-500\/90{ + border-bottom-color: rgb(194 120 3 / 0.9); +} +.border-b-yellow-500\/95{ + border-bottom-color: rgb(194 120 3 / 0.95); +} +.border-b-yellow-500\/100{ + border-bottom-color: rgb(194 120 3 / 1); +} +.border-b-yellow-600\/0{ + border-bottom-color: rgb(159 88 10 / 0); +} +.border-b-yellow-600\/5{ + border-bottom-color: rgb(159 88 10 / 0.05); +} +.border-b-yellow-600\/10{ + border-bottom-color: rgb(159 88 10 / 0.1); +} +.border-b-yellow-600\/20{ + border-bottom-color: rgb(159 88 10 / 0.2); +} +.border-b-yellow-600\/25{ + border-bottom-color: rgb(159 88 10 / 0.25); +} +.border-b-yellow-600\/30{ + border-bottom-color: rgb(159 88 10 / 0.3); +} +.border-b-yellow-600\/40{ + border-bottom-color: rgb(159 88 10 / 0.4); +} +.border-b-yellow-600\/50{ + border-bottom-color: rgb(159 88 10 / 0.5); +} +.border-b-yellow-600\/60{ + border-bottom-color: rgb(159 88 10 / 0.6); +} +.border-b-yellow-600\/70{ + border-bottom-color: rgb(159 88 10 / 0.7); +} +.border-b-yellow-600\/75{ + border-bottom-color: rgb(159 88 10 / 0.75); +} +.border-b-yellow-600\/80{ + border-bottom-color: rgb(159 88 10 / 0.8); +} +.border-b-yellow-600\/90{ + border-bottom-color: rgb(159 88 10 / 0.9); +} +.border-b-yellow-600\/95{ + border-bottom-color: rgb(159 88 10 / 0.95); +} +.border-b-yellow-600\/100{ + border-bottom-color: rgb(159 88 10 / 1); +} +.border-b-yellow-700\/0{ + border-bottom-color: rgb(142 75 16 / 0); +} +.border-b-yellow-700\/5{ + border-bottom-color: rgb(142 75 16 / 0.05); +} +.border-b-yellow-700\/10{ + border-bottom-color: rgb(142 75 16 / 0.1); +} +.border-b-yellow-700\/20{ + border-bottom-color: rgb(142 75 16 / 0.2); +} +.border-b-yellow-700\/25{ + border-bottom-color: rgb(142 75 16 / 0.25); +} +.border-b-yellow-700\/30{ + border-bottom-color: rgb(142 75 16 / 0.3); +} +.border-b-yellow-700\/40{ + border-bottom-color: rgb(142 75 16 / 0.4); +} +.border-b-yellow-700\/50{ + border-bottom-color: rgb(142 75 16 / 0.5); +} +.border-b-yellow-700\/60{ + border-bottom-color: rgb(142 75 16 / 0.6); +} +.border-b-yellow-700\/70{ + border-bottom-color: rgb(142 75 16 / 0.7); +} +.border-b-yellow-700\/75{ + border-bottom-color: rgb(142 75 16 / 0.75); +} +.border-b-yellow-700\/80{ + border-bottom-color: rgb(142 75 16 / 0.8); +} +.border-b-yellow-700\/90{ + border-bottom-color: rgb(142 75 16 / 0.9); +} +.border-b-yellow-700\/95{ + border-bottom-color: rgb(142 75 16 / 0.95); +} +.border-b-yellow-700\/100{ + border-bottom-color: rgb(142 75 16 / 1); +} +.border-b-yellow-800\/0{ + border-bottom-color: rgb(114 59 19 / 0); +} +.border-b-yellow-800\/5{ + border-bottom-color: rgb(114 59 19 / 0.05); +} +.border-b-yellow-800\/10{ + border-bottom-color: rgb(114 59 19 / 0.1); +} +.border-b-yellow-800\/20{ + border-bottom-color: rgb(114 59 19 / 0.2); +} +.border-b-yellow-800\/25{ + border-bottom-color: rgb(114 59 19 / 0.25); +} +.border-b-yellow-800\/30{ + border-bottom-color: rgb(114 59 19 / 0.3); +} +.border-b-yellow-800\/40{ + border-bottom-color: rgb(114 59 19 / 0.4); +} +.border-b-yellow-800\/50{ + border-bottom-color: rgb(114 59 19 / 0.5); +} +.border-b-yellow-800\/60{ + border-bottom-color: rgb(114 59 19 / 0.6); +} +.border-b-yellow-800\/70{ + border-bottom-color: rgb(114 59 19 / 0.7); +} +.border-b-yellow-800\/75{ + border-bottom-color: rgb(114 59 19 / 0.75); +} +.border-b-yellow-800\/80{ + border-bottom-color: rgb(114 59 19 / 0.8); +} +.border-b-yellow-800\/90{ + border-bottom-color: rgb(114 59 19 / 0.9); +} +.border-b-yellow-800\/95{ + border-bottom-color: rgb(114 59 19 / 0.95); +} +.border-b-yellow-800\/100{ + border-bottom-color: rgb(114 59 19 / 1); +} +.border-b-yellow-900\/0{ + border-bottom-color: rgb(99 49 18 / 0); +} +.border-b-yellow-900\/5{ + border-bottom-color: rgb(99 49 18 / 0.05); +} +.border-b-yellow-900\/10{ + border-bottom-color: rgb(99 49 18 / 0.1); +} +.border-b-yellow-900\/20{ + border-bottom-color: rgb(99 49 18 / 0.2); +} +.border-b-yellow-900\/25{ + border-bottom-color: rgb(99 49 18 / 0.25); +} +.border-b-yellow-900\/30{ + border-bottom-color: rgb(99 49 18 / 0.3); +} +.border-b-yellow-900\/40{ + border-bottom-color: rgb(99 49 18 / 0.4); +} +.border-b-yellow-900\/50{ + border-bottom-color: rgb(99 49 18 / 0.5); +} +.border-b-yellow-900\/60{ + border-bottom-color: rgb(99 49 18 / 0.6); +} +.border-b-yellow-900\/70{ + border-bottom-color: rgb(99 49 18 / 0.7); +} +.border-b-yellow-900\/75{ + border-bottom-color: rgb(99 49 18 / 0.75); +} +.border-b-yellow-900\/80{ + border-bottom-color: rgb(99 49 18 / 0.8); +} +.border-b-yellow-900\/90{ + border-bottom-color: rgb(99 49 18 / 0.9); +} +.border-b-yellow-900\/95{ + border-bottom-color: rgb(99 49 18 / 0.95); +} +.border-b-yellow-900\/100{ + border-bottom-color: rgb(99 49 18 / 1); +} +.border-b-lime-50\/0{ + border-bottom-color: rgb(247 254 231 / 0); +} +.border-b-lime-50\/5{ + border-bottom-color: rgb(247 254 231 / 0.05); +} +.border-b-lime-50\/10{ + border-bottom-color: rgb(247 254 231 / 0.1); +} +.border-b-lime-50\/20{ + border-bottom-color: rgb(247 254 231 / 0.2); +} +.border-b-lime-50\/25{ + border-bottom-color: rgb(247 254 231 / 0.25); +} +.border-b-lime-50\/30{ + border-bottom-color: rgb(247 254 231 / 0.3); +} +.border-b-lime-50\/40{ + border-bottom-color: rgb(247 254 231 / 0.4); +} +.border-b-lime-50\/50{ + border-bottom-color: rgb(247 254 231 / 0.5); +} +.border-b-lime-50\/60{ + border-bottom-color: rgb(247 254 231 / 0.6); +} +.border-b-lime-50\/70{ + border-bottom-color: rgb(247 254 231 / 0.7); +} +.border-b-lime-50\/75{ + border-bottom-color: rgb(247 254 231 / 0.75); +} +.border-b-lime-50\/80{ + border-bottom-color: rgb(247 254 231 / 0.8); +} +.border-b-lime-50\/90{ + border-bottom-color: rgb(247 254 231 / 0.9); +} +.border-b-lime-50\/95{ + border-bottom-color: rgb(247 254 231 / 0.95); +} +.border-b-lime-50\/100{ + border-bottom-color: rgb(247 254 231 / 1); +} +.border-b-lime-100\/0{ + border-bottom-color: rgb(236 252 203 / 0); +} +.border-b-lime-100\/5{ + border-bottom-color: rgb(236 252 203 / 0.05); +} +.border-b-lime-100\/10{ + border-bottom-color: rgb(236 252 203 / 0.1); +} +.border-b-lime-100\/20{ + border-bottom-color: rgb(236 252 203 / 0.2); +} +.border-b-lime-100\/25{ + border-bottom-color: rgb(236 252 203 / 0.25); +} +.border-b-lime-100\/30{ + border-bottom-color: rgb(236 252 203 / 0.3); +} +.border-b-lime-100\/40{ + border-bottom-color: rgb(236 252 203 / 0.4); +} +.border-b-lime-100\/50{ + border-bottom-color: rgb(236 252 203 / 0.5); +} +.border-b-lime-100\/60{ + border-bottom-color: rgb(236 252 203 / 0.6); +} +.border-b-lime-100\/70{ + border-bottom-color: rgb(236 252 203 / 0.7); +} +.border-b-lime-100\/75{ + border-bottom-color: rgb(236 252 203 / 0.75); +} +.border-b-lime-100\/80{ + border-bottom-color: rgb(236 252 203 / 0.8); +} +.border-b-lime-100\/90{ + border-bottom-color: rgb(236 252 203 / 0.9); +} +.border-b-lime-100\/95{ + border-bottom-color: rgb(236 252 203 / 0.95); +} +.border-b-lime-100\/100{ + border-bottom-color: rgb(236 252 203 / 1); +} +.border-b-lime-200\/0{ + border-bottom-color: rgb(217 249 157 / 0); +} +.border-b-lime-200\/5{ + border-bottom-color: rgb(217 249 157 / 0.05); +} +.border-b-lime-200\/10{ + border-bottom-color: rgb(217 249 157 / 0.1); +} +.border-b-lime-200\/20{ + border-bottom-color: rgb(217 249 157 / 0.2); +} +.border-b-lime-200\/25{ + border-bottom-color: rgb(217 249 157 / 0.25); +} +.border-b-lime-200\/30{ + border-bottom-color: rgb(217 249 157 / 0.3); +} +.border-b-lime-200\/40{ + border-bottom-color: rgb(217 249 157 / 0.4); +} +.border-b-lime-200\/50{ + border-bottom-color: rgb(217 249 157 / 0.5); +} +.border-b-lime-200\/60{ + border-bottom-color: rgb(217 249 157 / 0.6); +} +.border-b-lime-200\/70{ + border-bottom-color: rgb(217 249 157 / 0.7); +} +.border-b-lime-200\/75{ + border-bottom-color: rgb(217 249 157 / 0.75); +} +.border-b-lime-200\/80{ + border-bottom-color: rgb(217 249 157 / 0.8); +} +.border-b-lime-200\/90{ + border-bottom-color: rgb(217 249 157 / 0.9); +} +.border-b-lime-200\/95{ + border-bottom-color: rgb(217 249 157 / 0.95); +} +.border-b-lime-200\/100{ + border-bottom-color: rgb(217 249 157 / 1); +} +.border-b-lime-300\/0{ + border-bottom-color: rgb(190 242 100 / 0); +} +.border-b-lime-300\/5{ + border-bottom-color: rgb(190 242 100 / 0.05); +} +.border-b-lime-300\/10{ + border-bottom-color: rgb(190 242 100 / 0.1); +} +.border-b-lime-300\/20{ + border-bottom-color: rgb(190 242 100 / 0.2); +} +.border-b-lime-300\/25{ + border-bottom-color: rgb(190 242 100 / 0.25); +} +.border-b-lime-300\/30{ + border-bottom-color: rgb(190 242 100 / 0.3); +} +.border-b-lime-300\/40{ + border-bottom-color: rgb(190 242 100 / 0.4); +} +.border-b-lime-300\/50{ + border-bottom-color: rgb(190 242 100 / 0.5); +} +.border-b-lime-300\/60{ + border-bottom-color: rgb(190 242 100 / 0.6); +} +.border-b-lime-300\/70{ + border-bottom-color: rgb(190 242 100 / 0.7); +} +.border-b-lime-300\/75{ + border-bottom-color: rgb(190 242 100 / 0.75); +} +.border-b-lime-300\/80{ + border-bottom-color: rgb(190 242 100 / 0.8); +} +.border-b-lime-300\/90{ + border-bottom-color: rgb(190 242 100 / 0.9); +} +.border-b-lime-300\/95{ + border-bottom-color: rgb(190 242 100 / 0.95); +} +.border-b-lime-300\/100{ + border-bottom-color: rgb(190 242 100 / 1); +} +.border-b-lime-400\/0{ + border-bottom-color: rgb(163 230 53 / 0); +} +.border-b-lime-400\/5{ + border-bottom-color: rgb(163 230 53 / 0.05); +} +.border-b-lime-400\/10{ + border-bottom-color: rgb(163 230 53 / 0.1); +} +.border-b-lime-400\/20{ + border-bottom-color: rgb(163 230 53 / 0.2); +} +.border-b-lime-400\/25{ + border-bottom-color: rgb(163 230 53 / 0.25); +} +.border-b-lime-400\/30{ + border-bottom-color: rgb(163 230 53 / 0.3); +} +.border-b-lime-400\/40{ + border-bottom-color: rgb(163 230 53 / 0.4); +} +.border-b-lime-400\/50{ + border-bottom-color: rgb(163 230 53 / 0.5); +} +.border-b-lime-400\/60{ + border-bottom-color: rgb(163 230 53 / 0.6); +} +.border-b-lime-400\/70{ + border-bottom-color: rgb(163 230 53 / 0.7); +} +.border-b-lime-400\/75{ + border-bottom-color: rgb(163 230 53 / 0.75); +} +.border-b-lime-400\/80{ + border-bottom-color: rgb(163 230 53 / 0.8); +} +.border-b-lime-400\/90{ + border-bottom-color: rgb(163 230 53 / 0.9); +} +.border-b-lime-400\/95{ + border-bottom-color: rgb(163 230 53 / 0.95); +} +.border-b-lime-400\/100{ + border-bottom-color: rgb(163 230 53 / 1); +} +.border-b-lime-500\/0{ + border-bottom-color: rgb(132 204 22 / 0); +} +.border-b-lime-500\/5{ + border-bottom-color: rgb(132 204 22 / 0.05); +} +.border-b-lime-500\/10{ + border-bottom-color: rgb(132 204 22 / 0.1); +} +.border-b-lime-500\/20{ + border-bottom-color: rgb(132 204 22 / 0.2); +} +.border-b-lime-500\/25{ + border-bottom-color: rgb(132 204 22 / 0.25); +} +.border-b-lime-500\/30{ + border-bottom-color: rgb(132 204 22 / 0.3); +} +.border-b-lime-500\/40{ + border-bottom-color: rgb(132 204 22 / 0.4); +} +.border-b-lime-500\/50{ + border-bottom-color: rgb(132 204 22 / 0.5); +} +.border-b-lime-500\/60{ + border-bottom-color: rgb(132 204 22 / 0.6); +} +.border-b-lime-500\/70{ + border-bottom-color: rgb(132 204 22 / 0.7); +} +.border-b-lime-500\/75{ + border-bottom-color: rgb(132 204 22 / 0.75); +} +.border-b-lime-500\/80{ + border-bottom-color: rgb(132 204 22 / 0.8); +} +.border-b-lime-500\/90{ + border-bottom-color: rgb(132 204 22 / 0.9); +} +.border-b-lime-500\/95{ + border-bottom-color: rgb(132 204 22 / 0.95); +} +.border-b-lime-500\/100{ + border-bottom-color: rgb(132 204 22 / 1); +} +.border-b-lime-600\/0{ + border-bottom-color: rgb(101 163 13 / 0); +} +.border-b-lime-600\/5{ + border-bottom-color: rgb(101 163 13 / 0.05); +} +.border-b-lime-600\/10{ + border-bottom-color: rgb(101 163 13 / 0.1); +} +.border-b-lime-600\/20{ + border-bottom-color: rgb(101 163 13 / 0.2); +} +.border-b-lime-600\/25{ + border-bottom-color: rgb(101 163 13 / 0.25); +} +.border-b-lime-600\/30{ + border-bottom-color: rgb(101 163 13 / 0.3); +} +.border-b-lime-600\/40{ + border-bottom-color: rgb(101 163 13 / 0.4); +} +.border-b-lime-600\/50{ + border-bottom-color: rgb(101 163 13 / 0.5); +} +.border-b-lime-600\/60{ + border-bottom-color: rgb(101 163 13 / 0.6); +} +.border-b-lime-600\/70{ + border-bottom-color: rgb(101 163 13 / 0.7); +} +.border-b-lime-600\/75{ + border-bottom-color: rgb(101 163 13 / 0.75); +} +.border-b-lime-600\/80{ + border-bottom-color: rgb(101 163 13 / 0.8); +} +.border-b-lime-600\/90{ + border-bottom-color: rgb(101 163 13 / 0.9); +} +.border-b-lime-600\/95{ + border-bottom-color: rgb(101 163 13 / 0.95); +} +.border-b-lime-600\/100{ + border-bottom-color: rgb(101 163 13 / 1); +} +.border-b-lime-700\/0{ + border-bottom-color: rgb(77 124 15 / 0); +} +.border-b-lime-700\/5{ + border-bottom-color: rgb(77 124 15 / 0.05); +} +.border-b-lime-700\/10{ + border-bottom-color: rgb(77 124 15 / 0.1); +} +.border-b-lime-700\/20{ + border-bottom-color: rgb(77 124 15 / 0.2); +} +.border-b-lime-700\/25{ + border-bottom-color: rgb(77 124 15 / 0.25); +} +.border-b-lime-700\/30{ + border-bottom-color: rgb(77 124 15 / 0.3); +} +.border-b-lime-700\/40{ + border-bottom-color: rgb(77 124 15 / 0.4); +} +.border-b-lime-700\/50{ + border-bottom-color: rgb(77 124 15 / 0.5); +} +.border-b-lime-700\/60{ + border-bottom-color: rgb(77 124 15 / 0.6); +} +.border-b-lime-700\/70{ + border-bottom-color: rgb(77 124 15 / 0.7); +} +.border-b-lime-700\/75{ + border-bottom-color: rgb(77 124 15 / 0.75); +} +.border-b-lime-700\/80{ + border-bottom-color: rgb(77 124 15 / 0.8); +} +.border-b-lime-700\/90{ + border-bottom-color: rgb(77 124 15 / 0.9); +} +.border-b-lime-700\/95{ + border-bottom-color: rgb(77 124 15 / 0.95); +} +.border-b-lime-700\/100{ + border-bottom-color: rgb(77 124 15 / 1); +} +.border-b-lime-800\/0{ + border-bottom-color: rgb(63 98 18 / 0); +} +.border-b-lime-800\/5{ + border-bottom-color: rgb(63 98 18 / 0.05); +} +.border-b-lime-800\/10{ + border-bottom-color: rgb(63 98 18 / 0.1); +} +.border-b-lime-800\/20{ + border-bottom-color: rgb(63 98 18 / 0.2); +} +.border-b-lime-800\/25{ + border-bottom-color: rgb(63 98 18 / 0.25); +} +.border-b-lime-800\/30{ + border-bottom-color: rgb(63 98 18 / 0.3); +} +.border-b-lime-800\/40{ + border-bottom-color: rgb(63 98 18 / 0.4); +} +.border-b-lime-800\/50{ + border-bottom-color: rgb(63 98 18 / 0.5); +} +.border-b-lime-800\/60{ + border-bottom-color: rgb(63 98 18 / 0.6); +} +.border-b-lime-800\/70{ + border-bottom-color: rgb(63 98 18 / 0.7); +} +.border-b-lime-800\/75{ + border-bottom-color: rgb(63 98 18 / 0.75); +} +.border-b-lime-800\/80{ + border-bottom-color: rgb(63 98 18 / 0.8); +} +.border-b-lime-800\/90{ + border-bottom-color: rgb(63 98 18 / 0.9); +} +.border-b-lime-800\/95{ + border-bottom-color: rgb(63 98 18 / 0.95); +} +.border-b-lime-800\/100{ + border-bottom-color: rgb(63 98 18 / 1); +} +.border-b-lime-900\/0{ + border-bottom-color: rgb(54 83 20 / 0); +} +.border-b-lime-900\/5{ + border-bottom-color: rgb(54 83 20 / 0.05); +} +.border-b-lime-900\/10{ + border-bottom-color: rgb(54 83 20 / 0.1); +} +.border-b-lime-900\/20{ + border-bottom-color: rgb(54 83 20 / 0.2); +} +.border-b-lime-900\/25{ + border-bottom-color: rgb(54 83 20 / 0.25); +} +.border-b-lime-900\/30{ + border-bottom-color: rgb(54 83 20 / 0.3); +} +.border-b-lime-900\/40{ + border-bottom-color: rgb(54 83 20 / 0.4); +} +.border-b-lime-900\/50{ + border-bottom-color: rgb(54 83 20 / 0.5); +} +.border-b-lime-900\/60{ + border-bottom-color: rgb(54 83 20 / 0.6); +} +.border-b-lime-900\/70{ + border-bottom-color: rgb(54 83 20 / 0.7); +} +.border-b-lime-900\/75{ + border-bottom-color: rgb(54 83 20 / 0.75); +} +.border-b-lime-900\/80{ + border-bottom-color: rgb(54 83 20 / 0.8); +} +.border-b-lime-900\/90{ + border-bottom-color: rgb(54 83 20 / 0.9); +} +.border-b-lime-900\/95{ + border-bottom-color: rgb(54 83 20 / 0.95); +} +.border-b-lime-900\/100{ + border-bottom-color: rgb(54 83 20 / 1); +} +.border-b-green-50\/0{ + border-bottom-color: rgb(248 250 246 / 0); +} +.border-b-green-50\/5{ + border-bottom-color: rgb(248 250 246 / 0.05); +} +.border-b-green-50\/10{ + border-bottom-color: rgb(248 250 246 / 0.1); +} +.border-b-green-50\/20{ + border-bottom-color: rgb(248 250 246 / 0.2); +} +.border-b-green-50\/25{ + border-bottom-color: rgb(248 250 246 / 0.25); +} +.border-b-green-50\/30{ + border-bottom-color: rgb(248 250 246 / 0.3); +} +.border-b-green-50\/40{ + border-bottom-color: rgb(248 250 246 / 0.4); +} +.border-b-green-50\/50{ + border-bottom-color: rgb(248 250 246 / 0.5); +} +.border-b-green-50\/60{ + border-bottom-color: rgb(248 250 246 / 0.6); +} +.border-b-green-50\/70{ + border-bottom-color: rgb(248 250 246 / 0.7); +} +.border-b-green-50\/75{ + border-bottom-color: rgb(248 250 246 / 0.75); +} +.border-b-green-50\/80{ + border-bottom-color: rgb(248 250 246 / 0.8); +} +.border-b-green-50\/90{ + border-bottom-color: rgb(248 250 246 / 0.9); +} +.border-b-green-50\/95{ + border-bottom-color: rgb(248 250 246 / 0.95); +} +.border-b-green-50\/100{ + border-bottom-color: rgb(248 250 246 / 1); +} +.border-b-green-100\/0{ + border-bottom-color: rgb(241 246 238 / 0); +} +.border-b-green-100\/5{ + border-bottom-color: rgb(241 246 238 / 0.05); +} +.border-b-green-100\/10{ + border-bottom-color: rgb(241 246 238 / 0.1); +} +.border-b-green-100\/20{ + border-bottom-color: rgb(241 246 238 / 0.2); +} +.border-b-green-100\/25{ + border-bottom-color: rgb(241 246 238 / 0.25); +} +.border-b-green-100\/30{ + border-bottom-color: rgb(241 246 238 / 0.3); +} +.border-b-green-100\/40{ + border-bottom-color: rgb(241 246 238 / 0.4); +} +.border-b-green-100\/50{ + border-bottom-color: rgb(241 246 238 / 0.5); +} +.border-b-green-100\/60{ + border-bottom-color: rgb(241 246 238 / 0.6); +} +.border-b-green-100\/70{ + border-bottom-color: rgb(241 246 238 / 0.7); +} +.border-b-green-100\/75{ + border-bottom-color: rgb(241 246 238 / 0.75); +} +.border-b-green-100\/80{ + border-bottom-color: rgb(241 246 238 / 0.8); +} +.border-b-green-100\/90{ + border-bottom-color: rgb(241 246 238 / 0.9); +} +.border-b-green-100\/95{ + border-bottom-color: rgb(241 246 238 / 0.95); +} +.border-b-green-100\/100{ + border-bottom-color: rgb(241 246 238 / 1); +} +.border-b-green-200\/0{ + border-bottom-color: rgb(219 232 212 / 0); +} +.border-b-green-200\/5{ + border-bottom-color: rgb(219 232 212 / 0.05); +} +.border-b-green-200\/10{ + border-bottom-color: rgb(219 232 212 / 0.1); +} +.border-b-green-200\/20{ + border-bottom-color: rgb(219 232 212 / 0.2); +} +.border-b-green-200\/25{ + border-bottom-color: rgb(219 232 212 / 0.25); +} +.border-b-green-200\/30{ + border-bottom-color: rgb(219 232 212 / 0.3); +} +.border-b-green-200\/40{ + border-bottom-color: rgb(219 232 212 / 0.4); +} +.border-b-green-200\/50{ + border-bottom-color: rgb(219 232 212 / 0.5); +} +.border-b-green-200\/60{ + border-bottom-color: rgb(219 232 212 / 0.6); +} +.border-b-green-200\/70{ + border-bottom-color: rgb(219 232 212 / 0.7); +} +.border-b-green-200\/75{ + border-bottom-color: rgb(219 232 212 / 0.75); +} +.border-b-green-200\/80{ + border-bottom-color: rgb(219 232 212 / 0.8); +} +.border-b-green-200\/90{ + border-bottom-color: rgb(219 232 212 / 0.9); +} +.border-b-green-200\/95{ + border-bottom-color: rgb(219 232 212 / 0.95); +} +.border-b-green-200\/100{ + border-bottom-color: rgb(219 232 212 / 1); +} +.border-b-green-300\/0{ + border-bottom-color: rgb(197 217 186 / 0); +} +.border-b-green-300\/5{ + border-bottom-color: rgb(197 217 186 / 0.05); +} +.border-b-green-300\/10{ + border-bottom-color: rgb(197 217 186 / 0.1); +} +.border-b-green-300\/20{ + border-bottom-color: rgb(197 217 186 / 0.2); +} +.border-b-green-300\/25{ + border-bottom-color: rgb(197 217 186 / 0.25); +} +.border-b-green-300\/30{ + border-bottom-color: rgb(197 217 186 / 0.3); +} +.border-b-green-300\/40{ + border-bottom-color: rgb(197 217 186 / 0.4); +} +.border-b-green-300\/50{ + border-bottom-color: rgb(197 217 186 / 0.5); +} +.border-b-green-300\/60{ + border-bottom-color: rgb(197 217 186 / 0.6); +} +.border-b-green-300\/70{ + border-bottom-color: rgb(197 217 186 / 0.7); +} +.border-b-green-300\/75{ + border-bottom-color: rgb(197 217 186 / 0.75); +} +.border-b-green-300\/80{ + border-bottom-color: rgb(197 217 186 / 0.8); +} +.border-b-green-300\/90{ + border-bottom-color: rgb(197 217 186 / 0.9); +} +.border-b-green-300\/95{ + border-bottom-color: rgb(197 217 186 / 0.95); +} +.border-b-green-300\/100{ + border-bottom-color: rgb(197 217 186 / 1); +} +.border-b-green-400\/0{ + border-bottom-color: rgb(154 189 134 / 0); +} +.border-b-green-400\/5{ + border-bottom-color: rgb(154 189 134 / 0.05); +} +.border-b-green-400\/10{ + border-bottom-color: rgb(154 189 134 / 0.1); +} +.border-b-green-400\/20{ + border-bottom-color: rgb(154 189 134 / 0.2); +} +.border-b-green-400\/25{ + border-bottom-color: rgb(154 189 134 / 0.25); +} +.border-b-green-400\/30{ + border-bottom-color: rgb(154 189 134 / 0.3); +} +.border-b-green-400\/40{ + border-bottom-color: rgb(154 189 134 / 0.4); +} +.border-b-green-400\/50{ + border-bottom-color: rgb(154 189 134 / 0.5); +} +.border-b-green-400\/60{ + border-bottom-color: rgb(154 189 134 / 0.6); +} +.border-b-green-400\/70{ + border-bottom-color: rgb(154 189 134 / 0.7); +} +.border-b-green-400\/75{ + border-bottom-color: rgb(154 189 134 / 0.75); +} +.border-b-green-400\/80{ + border-bottom-color: rgb(154 189 134 / 0.8); +} +.border-b-green-400\/90{ + border-bottom-color: rgb(154 189 134 / 0.9); +} +.border-b-green-400\/95{ + border-bottom-color: rgb(154 189 134 / 0.95); +} +.border-b-green-400\/100{ + border-bottom-color: rgb(154 189 134 / 1); +} +.border-b-green-500\/0{ + border-bottom-color: rgb(110 161 82 / 0); +} +.border-b-green-500\/5{ + border-bottom-color: rgb(110 161 82 / 0.05); +} +.border-b-green-500\/10{ + border-bottom-color: rgb(110 161 82 / 0.1); +} +.border-b-green-500\/20{ + border-bottom-color: rgb(110 161 82 / 0.2); +} +.border-b-green-500\/25{ + border-bottom-color: rgb(110 161 82 / 0.25); +} +.border-b-green-500\/30{ + border-bottom-color: rgb(110 161 82 / 0.3); +} +.border-b-green-500\/40{ + border-bottom-color: rgb(110 161 82 / 0.4); +} +.border-b-green-500\/50{ + border-bottom-color: rgb(110 161 82 / 0.5); +} +.border-b-green-500\/60{ + border-bottom-color: rgb(110 161 82 / 0.6); +} +.border-b-green-500\/70{ + border-bottom-color: rgb(110 161 82 / 0.7); +} +.border-b-green-500\/75{ + border-bottom-color: rgb(110 161 82 / 0.75); +} +.border-b-green-500\/80{ + border-bottom-color: rgb(110 161 82 / 0.8); +} +.border-b-green-500\/90{ + border-bottom-color: rgb(110 161 82 / 0.9); +} +.border-b-green-500\/95{ + border-bottom-color: rgb(110 161 82 / 0.95); +} +.border-b-green-500\/100{ + border-bottom-color: rgb(110 161 82 / 1); +} +.border-b-green-600\/0{ + border-bottom-color: rgb(99 145 74 / 0); +} +.border-b-green-600\/5{ + border-bottom-color: rgb(99 145 74 / 0.05); +} +.border-b-green-600\/10{ + border-bottom-color: rgb(99 145 74 / 0.1); +} +.border-b-green-600\/20{ + border-bottom-color: rgb(99 145 74 / 0.2); +} +.border-b-green-600\/25{ + border-bottom-color: rgb(99 145 74 / 0.25); +} +.border-b-green-600\/30{ + border-bottom-color: rgb(99 145 74 / 0.3); +} +.border-b-green-600\/40{ + border-bottom-color: rgb(99 145 74 / 0.4); +} +.border-b-green-600\/50{ + border-bottom-color: rgb(99 145 74 / 0.5); +} +.border-b-green-600\/60{ + border-bottom-color: rgb(99 145 74 / 0.6); +} +.border-b-green-600\/70{ + border-bottom-color: rgb(99 145 74 / 0.7); +} +.border-b-green-600\/75{ + border-bottom-color: rgb(99 145 74 / 0.75); +} +.border-b-green-600\/80{ + border-bottom-color: rgb(99 145 74 / 0.8); +} +.border-b-green-600\/90{ + border-bottom-color: rgb(99 145 74 / 0.9); +} +.border-b-green-600\/95{ + border-bottom-color: rgb(99 145 74 / 0.95); +} +.border-b-green-600\/100{ + border-bottom-color: rgb(99 145 74 / 1); +} +.border-b-green-700\/0{ + border-bottom-color: rgb(83 121 62 / 0); +} +.border-b-green-700\/5{ + border-bottom-color: rgb(83 121 62 / 0.05); +} +.border-b-green-700\/10{ + border-bottom-color: rgb(83 121 62 / 0.1); +} +.border-b-green-700\/20{ + border-bottom-color: rgb(83 121 62 / 0.2); +} +.border-b-green-700\/25{ + border-bottom-color: rgb(83 121 62 / 0.25); +} +.border-b-green-700\/30{ + border-bottom-color: rgb(83 121 62 / 0.3); +} +.border-b-green-700\/40{ + border-bottom-color: rgb(83 121 62 / 0.4); +} +.border-b-green-700\/50{ + border-bottom-color: rgb(83 121 62 / 0.5); +} +.border-b-green-700\/60{ + border-bottom-color: rgb(83 121 62 / 0.6); +} +.border-b-green-700\/70{ + border-bottom-color: rgb(83 121 62 / 0.7); +} +.border-b-green-700\/75{ + border-bottom-color: rgb(83 121 62 / 0.75); +} +.border-b-green-700\/80{ + border-bottom-color: rgb(83 121 62 / 0.8); +} +.border-b-green-700\/90{ + border-bottom-color: rgb(83 121 62 / 0.9); +} +.border-b-green-700\/95{ + border-bottom-color: rgb(83 121 62 / 0.95); +} +.border-b-green-700\/100{ + border-bottom-color: rgb(83 121 62 / 1); +} +.border-b-green-800\/0{ + border-bottom-color: rgb(66 97 49 / 0); +} +.border-b-green-800\/5{ + border-bottom-color: rgb(66 97 49 / 0.05); +} +.border-b-green-800\/10{ + border-bottom-color: rgb(66 97 49 / 0.1); +} +.border-b-green-800\/20{ + border-bottom-color: rgb(66 97 49 / 0.2); +} +.border-b-green-800\/25{ + border-bottom-color: rgb(66 97 49 / 0.25); +} +.border-b-green-800\/30{ + border-bottom-color: rgb(66 97 49 / 0.3); +} +.border-b-green-800\/40{ + border-bottom-color: rgb(66 97 49 / 0.4); +} +.border-b-green-800\/50{ + border-bottom-color: rgb(66 97 49 / 0.5); +} +.border-b-green-800\/60{ + border-bottom-color: rgb(66 97 49 / 0.6); +} +.border-b-green-800\/70{ + border-bottom-color: rgb(66 97 49 / 0.7); +} +.border-b-green-800\/75{ + border-bottom-color: rgb(66 97 49 / 0.75); +} +.border-b-green-800\/80{ + border-bottom-color: rgb(66 97 49 / 0.8); +} +.border-b-green-800\/90{ + border-bottom-color: rgb(66 97 49 / 0.9); +} +.border-b-green-800\/95{ + border-bottom-color: rgb(66 97 49 / 0.95); +} +.border-b-green-800\/100{ + border-bottom-color: rgb(66 97 49 / 1); +} +.border-b-green-900\/0{ + border-bottom-color: rgb(54 79 40 / 0); +} +.border-b-green-900\/5{ + border-bottom-color: rgb(54 79 40 / 0.05); +} +.border-b-green-900\/10{ + border-bottom-color: rgb(54 79 40 / 0.1); +} +.border-b-green-900\/20{ + border-bottom-color: rgb(54 79 40 / 0.2); +} +.border-b-green-900\/25{ + border-bottom-color: rgb(54 79 40 / 0.25); +} +.border-b-green-900\/30{ + border-bottom-color: rgb(54 79 40 / 0.3); +} +.border-b-green-900\/40{ + border-bottom-color: rgb(54 79 40 / 0.4); +} +.border-b-green-900\/50{ + border-bottom-color: rgb(54 79 40 / 0.5); +} +.border-b-green-900\/60{ + border-bottom-color: rgb(54 79 40 / 0.6); +} +.border-b-green-900\/70{ + border-bottom-color: rgb(54 79 40 / 0.7); +} +.border-b-green-900\/75{ + border-bottom-color: rgb(54 79 40 / 0.75); +} +.border-b-green-900\/80{ + border-bottom-color: rgb(54 79 40 / 0.8); +} +.border-b-green-900\/90{ + border-bottom-color: rgb(54 79 40 / 0.9); +} +.border-b-green-900\/95{ + border-bottom-color: rgb(54 79 40 / 0.95); +} +.border-b-green-900\/100{ + border-bottom-color: rgb(54 79 40 / 1); +} +.border-b-green\/0{ + border-bottom-color: rgb(110 161 82 / 0); +} +.border-b-green\/5{ + border-bottom-color: rgb(110 161 82 / 0.05); +} +.border-b-green\/10{ + border-bottom-color: rgb(110 161 82 / 0.1); +} +.border-b-green\/20{ + border-bottom-color: rgb(110 161 82 / 0.2); +} +.border-b-green\/25{ + border-bottom-color: rgb(110 161 82 / 0.25); +} +.border-b-green\/30{ + border-bottom-color: rgb(110 161 82 / 0.3); +} +.border-b-green\/40{ + border-bottom-color: rgb(110 161 82 / 0.4); +} +.border-b-green\/50{ + border-bottom-color: rgb(110 161 82 / 0.5); +} +.border-b-green\/60{ + border-bottom-color: rgb(110 161 82 / 0.6); +} +.border-b-green\/70{ + border-bottom-color: rgb(110 161 82 / 0.7); +} +.border-b-green\/75{ + border-bottom-color: rgb(110 161 82 / 0.75); +} +.border-b-green\/80{ + border-bottom-color: rgb(110 161 82 / 0.8); +} +.border-b-green\/90{ + border-bottom-color: rgb(110 161 82 / 0.9); +} +.border-b-green\/95{ + border-bottom-color: rgb(110 161 82 / 0.95); +} +.border-b-green\/100{ + border-bottom-color: rgb(110 161 82 / 1); +} +.border-b-emerald-50\/0{ + border-bottom-color: rgb(236 253 245 / 0); +} +.border-b-emerald-50\/5{ + border-bottom-color: rgb(236 253 245 / 0.05); +} +.border-b-emerald-50\/10{ + border-bottom-color: rgb(236 253 245 / 0.1); +} +.border-b-emerald-50\/20{ + border-bottom-color: rgb(236 253 245 / 0.2); +} +.border-b-emerald-50\/25{ + border-bottom-color: rgb(236 253 245 / 0.25); +} +.border-b-emerald-50\/30{ + border-bottom-color: rgb(236 253 245 / 0.3); +} +.border-b-emerald-50\/40{ + border-bottom-color: rgb(236 253 245 / 0.4); +} +.border-b-emerald-50\/50{ + border-bottom-color: rgb(236 253 245 / 0.5); +} +.border-b-emerald-50\/60{ + border-bottom-color: rgb(236 253 245 / 0.6); +} +.border-b-emerald-50\/70{ + border-bottom-color: rgb(236 253 245 / 0.7); +} +.border-b-emerald-50\/75{ + border-bottom-color: rgb(236 253 245 / 0.75); +} +.border-b-emerald-50\/80{ + border-bottom-color: rgb(236 253 245 / 0.8); +} +.border-b-emerald-50\/90{ + border-bottom-color: rgb(236 253 245 / 0.9); +} +.border-b-emerald-50\/95{ + border-bottom-color: rgb(236 253 245 / 0.95); +} +.border-b-emerald-50\/100{ + border-bottom-color: rgb(236 253 245 / 1); +} +.border-b-emerald-100\/0{ + border-bottom-color: rgb(209 250 229 / 0); +} +.border-b-emerald-100\/5{ + border-bottom-color: rgb(209 250 229 / 0.05); +} +.border-b-emerald-100\/10{ + border-bottom-color: rgb(209 250 229 / 0.1); +} +.border-b-emerald-100\/20{ + border-bottom-color: rgb(209 250 229 / 0.2); +} +.border-b-emerald-100\/25{ + border-bottom-color: rgb(209 250 229 / 0.25); +} +.border-b-emerald-100\/30{ + border-bottom-color: rgb(209 250 229 / 0.3); +} +.border-b-emerald-100\/40{ + border-bottom-color: rgb(209 250 229 / 0.4); +} +.border-b-emerald-100\/50{ + border-bottom-color: rgb(209 250 229 / 0.5); +} +.border-b-emerald-100\/60{ + border-bottom-color: rgb(209 250 229 / 0.6); +} +.border-b-emerald-100\/70{ + border-bottom-color: rgb(209 250 229 / 0.7); +} +.border-b-emerald-100\/75{ + border-bottom-color: rgb(209 250 229 / 0.75); +} +.border-b-emerald-100\/80{ + border-bottom-color: rgb(209 250 229 / 0.8); +} +.border-b-emerald-100\/90{ + border-bottom-color: rgb(209 250 229 / 0.9); +} +.border-b-emerald-100\/95{ + border-bottom-color: rgb(209 250 229 / 0.95); +} +.border-b-emerald-100\/100{ + border-bottom-color: rgb(209 250 229 / 1); +} +.border-b-emerald-200\/0{ + border-bottom-color: rgb(167 243 208 / 0); +} +.border-b-emerald-200\/5{ + border-bottom-color: rgb(167 243 208 / 0.05); +} +.border-b-emerald-200\/10{ + border-bottom-color: rgb(167 243 208 / 0.1); +} +.border-b-emerald-200\/20{ + border-bottom-color: rgb(167 243 208 / 0.2); +} +.border-b-emerald-200\/25{ + border-bottom-color: rgb(167 243 208 / 0.25); +} +.border-b-emerald-200\/30{ + border-bottom-color: rgb(167 243 208 / 0.3); +} +.border-b-emerald-200\/40{ + border-bottom-color: rgb(167 243 208 / 0.4); +} +.border-b-emerald-200\/50{ + border-bottom-color: rgb(167 243 208 / 0.5); +} +.border-b-emerald-200\/60{ + border-bottom-color: rgb(167 243 208 / 0.6); +} +.border-b-emerald-200\/70{ + border-bottom-color: rgb(167 243 208 / 0.7); +} +.border-b-emerald-200\/75{ + border-bottom-color: rgb(167 243 208 / 0.75); +} +.border-b-emerald-200\/80{ + border-bottom-color: rgb(167 243 208 / 0.8); +} +.border-b-emerald-200\/90{ + border-bottom-color: rgb(167 243 208 / 0.9); +} +.border-b-emerald-200\/95{ + border-bottom-color: rgb(167 243 208 / 0.95); +} +.border-b-emerald-200\/100{ + border-bottom-color: rgb(167 243 208 / 1); +} +.border-b-emerald-300\/0{ + border-bottom-color: rgb(110 231 183 / 0); +} +.border-b-emerald-300\/5{ + border-bottom-color: rgb(110 231 183 / 0.05); +} +.border-b-emerald-300\/10{ + border-bottom-color: rgb(110 231 183 / 0.1); +} +.border-b-emerald-300\/20{ + border-bottom-color: rgb(110 231 183 / 0.2); +} +.border-b-emerald-300\/25{ + border-bottom-color: rgb(110 231 183 / 0.25); +} +.border-b-emerald-300\/30{ + border-bottom-color: rgb(110 231 183 / 0.3); +} +.border-b-emerald-300\/40{ + border-bottom-color: rgb(110 231 183 / 0.4); +} +.border-b-emerald-300\/50{ + border-bottom-color: rgb(110 231 183 / 0.5); +} +.border-b-emerald-300\/60{ + border-bottom-color: rgb(110 231 183 / 0.6); +} +.border-b-emerald-300\/70{ + border-bottom-color: rgb(110 231 183 / 0.7); +} +.border-b-emerald-300\/75{ + border-bottom-color: rgb(110 231 183 / 0.75); +} +.border-b-emerald-300\/80{ + border-bottom-color: rgb(110 231 183 / 0.8); +} +.border-b-emerald-300\/90{ + border-bottom-color: rgb(110 231 183 / 0.9); +} +.border-b-emerald-300\/95{ + border-bottom-color: rgb(110 231 183 / 0.95); +} +.border-b-emerald-300\/100{ + border-bottom-color: rgb(110 231 183 / 1); +} +.border-b-emerald-400\/0{ + border-bottom-color: rgb(52 211 153 / 0); +} +.border-b-emerald-400\/5{ + border-bottom-color: rgb(52 211 153 / 0.05); +} +.border-b-emerald-400\/10{ + border-bottom-color: rgb(52 211 153 / 0.1); +} +.border-b-emerald-400\/20{ + border-bottom-color: rgb(52 211 153 / 0.2); +} +.border-b-emerald-400\/25{ + border-bottom-color: rgb(52 211 153 / 0.25); +} +.border-b-emerald-400\/30{ + border-bottom-color: rgb(52 211 153 / 0.3); +} +.border-b-emerald-400\/40{ + border-bottom-color: rgb(52 211 153 / 0.4); +} +.border-b-emerald-400\/50{ + border-bottom-color: rgb(52 211 153 / 0.5); +} +.border-b-emerald-400\/60{ + border-bottom-color: rgb(52 211 153 / 0.6); +} +.border-b-emerald-400\/70{ + border-bottom-color: rgb(52 211 153 / 0.7); +} +.border-b-emerald-400\/75{ + border-bottom-color: rgb(52 211 153 / 0.75); +} +.border-b-emerald-400\/80{ + border-bottom-color: rgb(52 211 153 / 0.8); +} +.border-b-emerald-400\/90{ + border-bottom-color: rgb(52 211 153 / 0.9); +} +.border-b-emerald-400\/95{ + border-bottom-color: rgb(52 211 153 / 0.95); +} +.border-b-emerald-400\/100{ + border-bottom-color: rgb(52 211 153 / 1); +} +.border-b-emerald-500\/0{ + border-bottom-color: rgb(16 185 129 / 0); +} +.border-b-emerald-500\/5{ + border-bottom-color: rgb(16 185 129 / 0.05); +} +.border-b-emerald-500\/10{ + border-bottom-color: rgb(16 185 129 / 0.1); +} +.border-b-emerald-500\/20{ + border-bottom-color: rgb(16 185 129 / 0.2); +} +.border-b-emerald-500\/25{ + border-bottom-color: rgb(16 185 129 / 0.25); +} +.border-b-emerald-500\/30{ + border-bottom-color: rgb(16 185 129 / 0.3); +} +.border-b-emerald-500\/40{ + border-bottom-color: rgb(16 185 129 / 0.4); +} +.border-b-emerald-500\/50{ + border-bottom-color: rgb(16 185 129 / 0.5); +} +.border-b-emerald-500\/60{ + border-bottom-color: rgb(16 185 129 / 0.6); +} +.border-b-emerald-500\/70{ + border-bottom-color: rgb(16 185 129 / 0.7); +} +.border-b-emerald-500\/75{ + border-bottom-color: rgb(16 185 129 / 0.75); +} +.border-b-emerald-500\/80{ + border-bottom-color: rgb(16 185 129 / 0.8); +} +.border-b-emerald-500\/90{ + border-bottom-color: rgb(16 185 129 / 0.9); +} +.border-b-emerald-500\/95{ + border-bottom-color: rgb(16 185 129 / 0.95); +} +.border-b-emerald-500\/100{ + border-bottom-color: rgb(16 185 129 / 1); +} +.border-b-emerald-600\/0{ + border-bottom-color: rgb(5 150 105 / 0); +} +.border-b-emerald-600\/5{ + border-bottom-color: rgb(5 150 105 / 0.05); +} +.border-b-emerald-600\/10{ + border-bottom-color: rgb(5 150 105 / 0.1); +} +.border-b-emerald-600\/20{ + border-bottom-color: rgb(5 150 105 / 0.2); +} +.border-b-emerald-600\/25{ + border-bottom-color: rgb(5 150 105 / 0.25); +} +.border-b-emerald-600\/30{ + border-bottom-color: rgb(5 150 105 / 0.3); +} +.border-b-emerald-600\/40{ + border-bottom-color: rgb(5 150 105 / 0.4); +} +.border-b-emerald-600\/50{ + border-bottom-color: rgb(5 150 105 / 0.5); +} +.border-b-emerald-600\/60{ + border-bottom-color: rgb(5 150 105 / 0.6); +} +.border-b-emerald-600\/70{ + border-bottom-color: rgb(5 150 105 / 0.7); +} +.border-b-emerald-600\/75{ + border-bottom-color: rgb(5 150 105 / 0.75); +} +.border-b-emerald-600\/80{ + border-bottom-color: rgb(5 150 105 / 0.8); +} +.border-b-emerald-600\/90{ + border-bottom-color: rgb(5 150 105 / 0.9); +} +.border-b-emerald-600\/95{ + border-bottom-color: rgb(5 150 105 / 0.95); +} +.border-b-emerald-600\/100{ + border-bottom-color: rgb(5 150 105 / 1); +} +.border-b-emerald-700\/0{ + border-bottom-color: rgb(4 120 87 / 0); +} +.border-b-emerald-700\/5{ + border-bottom-color: rgb(4 120 87 / 0.05); +} +.border-b-emerald-700\/10{ + border-bottom-color: rgb(4 120 87 / 0.1); +} +.border-b-emerald-700\/20{ + border-bottom-color: rgb(4 120 87 / 0.2); +} +.border-b-emerald-700\/25{ + border-bottom-color: rgb(4 120 87 / 0.25); +} +.border-b-emerald-700\/30{ + border-bottom-color: rgb(4 120 87 / 0.3); +} +.border-b-emerald-700\/40{ + border-bottom-color: rgb(4 120 87 / 0.4); +} +.border-b-emerald-700\/50{ + border-bottom-color: rgb(4 120 87 / 0.5); +} +.border-b-emerald-700\/60{ + border-bottom-color: rgb(4 120 87 / 0.6); +} +.border-b-emerald-700\/70{ + border-bottom-color: rgb(4 120 87 / 0.7); +} +.border-b-emerald-700\/75{ + border-bottom-color: rgb(4 120 87 / 0.75); +} +.border-b-emerald-700\/80{ + border-bottom-color: rgb(4 120 87 / 0.8); +} +.border-b-emerald-700\/90{ + border-bottom-color: rgb(4 120 87 / 0.9); +} +.border-b-emerald-700\/95{ + border-bottom-color: rgb(4 120 87 / 0.95); +} +.border-b-emerald-700\/100{ + border-bottom-color: rgb(4 120 87 / 1); +} +.border-b-emerald-800\/0{ + border-bottom-color: rgb(6 95 70 / 0); +} +.border-b-emerald-800\/5{ + border-bottom-color: rgb(6 95 70 / 0.05); +} +.border-b-emerald-800\/10{ + border-bottom-color: rgb(6 95 70 / 0.1); +} +.border-b-emerald-800\/20{ + border-bottom-color: rgb(6 95 70 / 0.2); +} +.border-b-emerald-800\/25{ + border-bottom-color: rgb(6 95 70 / 0.25); +} +.border-b-emerald-800\/30{ + border-bottom-color: rgb(6 95 70 / 0.3); +} +.border-b-emerald-800\/40{ + border-bottom-color: rgb(6 95 70 / 0.4); +} +.border-b-emerald-800\/50{ + border-bottom-color: rgb(6 95 70 / 0.5); +} +.border-b-emerald-800\/60{ + border-bottom-color: rgb(6 95 70 / 0.6); +} +.border-b-emerald-800\/70{ + border-bottom-color: rgb(6 95 70 / 0.7); +} +.border-b-emerald-800\/75{ + border-bottom-color: rgb(6 95 70 / 0.75); +} +.border-b-emerald-800\/80{ + border-bottom-color: rgb(6 95 70 / 0.8); +} +.border-b-emerald-800\/90{ + border-bottom-color: rgb(6 95 70 / 0.9); +} +.border-b-emerald-800\/95{ + border-bottom-color: rgb(6 95 70 / 0.95); +} +.border-b-emerald-800\/100{ + border-bottom-color: rgb(6 95 70 / 1); +} +.border-b-emerald-900\/0{ + border-bottom-color: rgb(6 78 59 / 0); +} +.border-b-emerald-900\/5{ + border-bottom-color: rgb(6 78 59 / 0.05); +} +.border-b-emerald-900\/10{ + border-bottom-color: rgb(6 78 59 / 0.1); +} +.border-b-emerald-900\/20{ + border-bottom-color: rgb(6 78 59 / 0.2); +} +.border-b-emerald-900\/25{ + border-bottom-color: rgb(6 78 59 / 0.25); +} +.border-b-emerald-900\/30{ + border-bottom-color: rgb(6 78 59 / 0.3); +} +.border-b-emerald-900\/40{ + border-bottom-color: rgb(6 78 59 / 0.4); +} +.border-b-emerald-900\/50{ + border-bottom-color: rgb(6 78 59 / 0.5); +} +.border-b-emerald-900\/60{ + border-bottom-color: rgb(6 78 59 / 0.6); +} +.border-b-emerald-900\/70{ + border-bottom-color: rgb(6 78 59 / 0.7); +} +.border-b-emerald-900\/75{ + border-bottom-color: rgb(6 78 59 / 0.75); +} +.border-b-emerald-900\/80{ + border-bottom-color: rgb(6 78 59 / 0.8); +} +.border-b-emerald-900\/90{ + border-bottom-color: rgb(6 78 59 / 0.9); +} +.border-b-emerald-900\/95{ + border-bottom-color: rgb(6 78 59 / 0.95); +} +.border-b-emerald-900\/100{ + border-bottom-color: rgb(6 78 59 / 1); +} +.border-b-teal-50\/0{ + border-bottom-color: rgb(237 250 250 / 0); +} +.border-b-teal-50\/5{ + border-bottom-color: rgb(237 250 250 / 0.05); +} +.border-b-teal-50\/10{ + border-bottom-color: rgb(237 250 250 / 0.1); +} +.border-b-teal-50\/20{ + border-bottom-color: rgb(237 250 250 / 0.2); +} +.border-b-teal-50\/25{ + border-bottom-color: rgb(237 250 250 / 0.25); +} +.border-b-teal-50\/30{ + border-bottom-color: rgb(237 250 250 / 0.3); +} +.border-b-teal-50\/40{ + border-bottom-color: rgb(237 250 250 / 0.4); +} +.border-b-teal-50\/50{ + border-bottom-color: rgb(237 250 250 / 0.5); +} +.border-b-teal-50\/60{ + border-bottom-color: rgb(237 250 250 / 0.6); +} +.border-b-teal-50\/70{ + border-bottom-color: rgb(237 250 250 / 0.7); +} +.border-b-teal-50\/75{ + border-bottom-color: rgb(237 250 250 / 0.75); +} +.border-b-teal-50\/80{ + border-bottom-color: rgb(237 250 250 / 0.8); +} +.border-b-teal-50\/90{ + border-bottom-color: rgb(237 250 250 / 0.9); +} +.border-b-teal-50\/95{ + border-bottom-color: rgb(237 250 250 / 0.95); +} +.border-b-teal-50\/100{ + border-bottom-color: rgb(237 250 250 / 1); +} +.border-b-teal-100\/0{ + border-bottom-color: rgb(213 245 246 / 0); +} +.border-b-teal-100\/5{ + border-bottom-color: rgb(213 245 246 / 0.05); +} +.border-b-teal-100\/10{ + border-bottom-color: rgb(213 245 246 / 0.1); +} +.border-b-teal-100\/20{ + border-bottom-color: rgb(213 245 246 / 0.2); +} +.border-b-teal-100\/25{ + border-bottom-color: rgb(213 245 246 / 0.25); +} +.border-b-teal-100\/30{ + border-bottom-color: rgb(213 245 246 / 0.3); +} +.border-b-teal-100\/40{ + border-bottom-color: rgb(213 245 246 / 0.4); +} +.border-b-teal-100\/50{ + border-bottom-color: rgb(213 245 246 / 0.5); +} +.border-b-teal-100\/60{ + border-bottom-color: rgb(213 245 246 / 0.6); +} +.border-b-teal-100\/70{ + border-bottom-color: rgb(213 245 246 / 0.7); +} +.border-b-teal-100\/75{ + border-bottom-color: rgb(213 245 246 / 0.75); +} +.border-b-teal-100\/80{ + border-bottom-color: rgb(213 245 246 / 0.8); +} +.border-b-teal-100\/90{ + border-bottom-color: rgb(213 245 246 / 0.9); +} +.border-b-teal-100\/95{ + border-bottom-color: rgb(213 245 246 / 0.95); +} +.border-b-teal-100\/100{ + border-bottom-color: rgb(213 245 246 / 1); +} +.border-b-teal-200\/0{ + border-bottom-color: rgb(175 236 239 / 0); +} +.border-b-teal-200\/5{ + border-bottom-color: rgb(175 236 239 / 0.05); +} +.border-b-teal-200\/10{ + border-bottom-color: rgb(175 236 239 / 0.1); +} +.border-b-teal-200\/20{ + border-bottom-color: rgb(175 236 239 / 0.2); +} +.border-b-teal-200\/25{ + border-bottom-color: rgb(175 236 239 / 0.25); +} +.border-b-teal-200\/30{ + border-bottom-color: rgb(175 236 239 / 0.3); +} +.border-b-teal-200\/40{ + border-bottom-color: rgb(175 236 239 / 0.4); +} +.border-b-teal-200\/50{ + border-bottom-color: rgb(175 236 239 / 0.5); +} +.border-b-teal-200\/60{ + border-bottom-color: rgb(175 236 239 / 0.6); +} +.border-b-teal-200\/70{ + border-bottom-color: rgb(175 236 239 / 0.7); +} +.border-b-teal-200\/75{ + border-bottom-color: rgb(175 236 239 / 0.75); +} +.border-b-teal-200\/80{ + border-bottom-color: rgb(175 236 239 / 0.8); +} +.border-b-teal-200\/90{ + border-bottom-color: rgb(175 236 239 / 0.9); +} +.border-b-teal-200\/95{ + border-bottom-color: rgb(175 236 239 / 0.95); +} +.border-b-teal-200\/100{ + border-bottom-color: rgb(175 236 239 / 1); +} +.border-b-teal-300\/0{ + border-bottom-color: rgb(126 220 226 / 0); +} +.border-b-teal-300\/5{ + border-bottom-color: rgb(126 220 226 / 0.05); +} +.border-b-teal-300\/10{ + border-bottom-color: rgb(126 220 226 / 0.1); +} +.border-b-teal-300\/20{ + border-bottom-color: rgb(126 220 226 / 0.2); +} +.border-b-teal-300\/25{ + border-bottom-color: rgb(126 220 226 / 0.25); +} +.border-b-teal-300\/30{ + border-bottom-color: rgb(126 220 226 / 0.3); +} +.border-b-teal-300\/40{ + border-bottom-color: rgb(126 220 226 / 0.4); +} +.border-b-teal-300\/50{ + border-bottom-color: rgb(126 220 226 / 0.5); +} +.border-b-teal-300\/60{ + border-bottom-color: rgb(126 220 226 / 0.6); +} +.border-b-teal-300\/70{ + border-bottom-color: rgb(126 220 226 / 0.7); +} +.border-b-teal-300\/75{ + border-bottom-color: rgb(126 220 226 / 0.75); +} +.border-b-teal-300\/80{ + border-bottom-color: rgb(126 220 226 / 0.8); +} +.border-b-teal-300\/90{ + border-bottom-color: rgb(126 220 226 / 0.9); +} +.border-b-teal-300\/95{ + border-bottom-color: rgb(126 220 226 / 0.95); +} +.border-b-teal-300\/100{ + border-bottom-color: rgb(126 220 226 / 1); +} +.border-b-teal-400\/0{ + border-bottom-color: rgb(22 189 202 / 0); +} +.border-b-teal-400\/5{ + border-bottom-color: rgb(22 189 202 / 0.05); +} +.border-b-teal-400\/10{ + border-bottom-color: rgb(22 189 202 / 0.1); +} +.border-b-teal-400\/20{ + border-bottom-color: rgb(22 189 202 / 0.2); +} +.border-b-teal-400\/25{ + border-bottom-color: rgb(22 189 202 / 0.25); +} +.border-b-teal-400\/30{ + border-bottom-color: rgb(22 189 202 / 0.3); +} +.border-b-teal-400\/40{ + border-bottom-color: rgb(22 189 202 / 0.4); +} +.border-b-teal-400\/50{ + border-bottom-color: rgb(22 189 202 / 0.5); +} +.border-b-teal-400\/60{ + border-bottom-color: rgb(22 189 202 / 0.6); +} +.border-b-teal-400\/70{ + border-bottom-color: rgb(22 189 202 / 0.7); +} +.border-b-teal-400\/75{ + border-bottom-color: rgb(22 189 202 / 0.75); +} +.border-b-teal-400\/80{ + border-bottom-color: rgb(22 189 202 / 0.8); +} +.border-b-teal-400\/90{ + border-bottom-color: rgb(22 189 202 / 0.9); +} +.border-b-teal-400\/95{ + border-bottom-color: rgb(22 189 202 / 0.95); +} +.border-b-teal-400\/100{ + border-bottom-color: rgb(22 189 202 / 1); +} +.border-b-teal-500\/0{ + border-bottom-color: rgb(6 148 162 / 0); +} +.border-b-teal-500\/5{ + border-bottom-color: rgb(6 148 162 / 0.05); +} +.border-b-teal-500\/10{ + border-bottom-color: rgb(6 148 162 / 0.1); +} +.border-b-teal-500\/20{ + border-bottom-color: rgb(6 148 162 / 0.2); +} +.border-b-teal-500\/25{ + border-bottom-color: rgb(6 148 162 / 0.25); +} +.border-b-teal-500\/30{ + border-bottom-color: rgb(6 148 162 / 0.3); +} +.border-b-teal-500\/40{ + border-bottom-color: rgb(6 148 162 / 0.4); +} +.border-b-teal-500\/50{ + border-bottom-color: rgb(6 148 162 / 0.5); +} +.border-b-teal-500\/60{ + border-bottom-color: rgb(6 148 162 / 0.6); +} +.border-b-teal-500\/70{ + border-bottom-color: rgb(6 148 162 / 0.7); +} +.border-b-teal-500\/75{ + border-bottom-color: rgb(6 148 162 / 0.75); +} +.border-b-teal-500\/80{ + border-bottom-color: rgb(6 148 162 / 0.8); +} +.border-b-teal-500\/90{ + border-bottom-color: rgb(6 148 162 / 0.9); +} +.border-b-teal-500\/95{ + border-bottom-color: rgb(6 148 162 / 0.95); +} +.border-b-teal-500\/100{ + border-bottom-color: rgb(6 148 162 / 1); +} +.border-b-teal-600\/0{ + border-bottom-color: rgb(4 116 129 / 0); +} +.border-b-teal-600\/5{ + border-bottom-color: rgb(4 116 129 / 0.05); +} +.border-b-teal-600\/10{ + border-bottom-color: rgb(4 116 129 / 0.1); +} +.border-b-teal-600\/20{ + border-bottom-color: rgb(4 116 129 / 0.2); +} +.border-b-teal-600\/25{ + border-bottom-color: rgb(4 116 129 / 0.25); +} +.border-b-teal-600\/30{ + border-bottom-color: rgb(4 116 129 / 0.3); +} +.border-b-teal-600\/40{ + border-bottom-color: rgb(4 116 129 / 0.4); +} +.border-b-teal-600\/50{ + border-bottom-color: rgb(4 116 129 / 0.5); +} +.border-b-teal-600\/60{ + border-bottom-color: rgb(4 116 129 / 0.6); +} +.border-b-teal-600\/70{ + border-bottom-color: rgb(4 116 129 / 0.7); +} +.border-b-teal-600\/75{ + border-bottom-color: rgb(4 116 129 / 0.75); +} +.border-b-teal-600\/80{ + border-bottom-color: rgb(4 116 129 / 0.8); +} +.border-b-teal-600\/90{ + border-bottom-color: rgb(4 116 129 / 0.9); +} +.border-b-teal-600\/95{ + border-bottom-color: rgb(4 116 129 / 0.95); +} +.border-b-teal-600\/100{ + border-bottom-color: rgb(4 116 129 / 1); +} +.border-b-teal-700\/0{ + border-bottom-color: rgb(3 102 114 / 0); +} +.border-b-teal-700\/5{ + border-bottom-color: rgb(3 102 114 / 0.05); +} +.border-b-teal-700\/10{ + border-bottom-color: rgb(3 102 114 / 0.1); +} +.border-b-teal-700\/20{ + border-bottom-color: rgb(3 102 114 / 0.2); +} +.border-b-teal-700\/25{ + border-bottom-color: rgb(3 102 114 / 0.25); +} +.border-b-teal-700\/30{ + border-bottom-color: rgb(3 102 114 / 0.3); +} +.border-b-teal-700\/40{ + border-bottom-color: rgb(3 102 114 / 0.4); +} +.border-b-teal-700\/50{ + border-bottom-color: rgb(3 102 114 / 0.5); +} +.border-b-teal-700\/60{ + border-bottom-color: rgb(3 102 114 / 0.6); +} +.border-b-teal-700\/70{ + border-bottom-color: rgb(3 102 114 / 0.7); +} +.border-b-teal-700\/75{ + border-bottom-color: rgb(3 102 114 / 0.75); +} +.border-b-teal-700\/80{ + border-bottom-color: rgb(3 102 114 / 0.8); +} +.border-b-teal-700\/90{ + border-bottom-color: rgb(3 102 114 / 0.9); +} +.border-b-teal-700\/95{ + border-bottom-color: rgb(3 102 114 / 0.95); +} +.border-b-teal-700\/100{ + border-bottom-color: rgb(3 102 114 / 1); +} +.border-b-teal-800\/0{ + border-bottom-color: rgb(5 80 92 / 0); +} +.border-b-teal-800\/5{ + border-bottom-color: rgb(5 80 92 / 0.05); +} +.border-b-teal-800\/10{ + border-bottom-color: rgb(5 80 92 / 0.1); +} +.border-b-teal-800\/20{ + border-bottom-color: rgb(5 80 92 / 0.2); +} +.border-b-teal-800\/25{ + border-bottom-color: rgb(5 80 92 / 0.25); +} +.border-b-teal-800\/30{ + border-bottom-color: rgb(5 80 92 / 0.3); +} +.border-b-teal-800\/40{ + border-bottom-color: rgb(5 80 92 / 0.4); +} +.border-b-teal-800\/50{ + border-bottom-color: rgb(5 80 92 / 0.5); +} +.border-b-teal-800\/60{ + border-bottom-color: rgb(5 80 92 / 0.6); +} +.border-b-teal-800\/70{ + border-bottom-color: rgb(5 80 92 / 0.7); +} +.border-b-teal-800\/75{ + border-bottom-color: rgb(5 80 92 / 0.75); +} +.border-b-teal-800\/80{ + border-bottom-color: rgb(5 80 92 / 0.8); +} +.border-b-teal-800\/90{ + border-bottom-color: rgb(5 80 92 / 0.9); +} +.border-b-teal-800\/95{ + border-bottom-color: rgb(5 80 92 / 0.95); +} +.border-b-teal-800\/100{ + border-bottom-color: rgb(5 80 92 / 1); +} +.border-b-teal-900\/0{ + border-bottom-color: rgb(1 68 81 / 0); +} +.border-b-teal-900\/5{ + border-bottom-color: rgb(1 68 81 / 0.05); +} +.border-b-teal-900\/10{ + border-bottom-color: rgb(1 68 81 / 0.1); +} +.border-b-teal-900\/20{ + border-bottom-color: rgb(1 68 81 / 0.2); +} +.border-b-teal-900\/25{ + border-bottom-color: rgb(1 68 81 / 0.25); +} +.border-b-teal-900\/30{ + border-bottom-color: rgb(1 68 81 / 0.3); +} +.border-b-teal-900\/40{ + border-bottom-color: rgb(1 68 81 / 0.4); +} +.border-b-teal-900\/50{ + border-bottom-color: rgb(1 68 81 / 0.5); +} +.border-b-teal-900\/60{ + border-bottom-color: rgb(1 68 81 / 0.6); +} +.border-b-teal-900\/70{ + border-bottom-color: rgb(1 68 81 / 0.7); +} +.border-b-teal-900\/75{ + border-bottom-color: rgb(1 68 81 / 0.75); +} +.border-b-teal-900\/80{ + border-bottom-color: rgb(1 68 81 / 0.8); +} +.border-b-teal-900\/90{ + border-bottom-color: rgb(1 68 81 / 0.9); +} +.border-b-teal-900\/95{ + border-bottom-color: rgb(1 68 81 / 0.95); +} +.border-b-teal-900\/100{ + border-bottom-color: rgb(1 68 81 / 1); +} +.border-b-cyan-50\/0{ + border-bottom-color: rgb(236 254 255 / 0); +} +.border-b-cyan-50\/5{ + border-bottom-color: rgb(236 254 255 / 0.05); +} +.border-b-cyan-50\/10{ + border-bottom-color: rgb(236 254 255 / 0.1); +} +.border-b-cyan-50\/20{ + border-bottom-color: rgb(236 254 255 / 0.2); +} +.border-b-cyan-50\/25{ + border-bottom-color: rgb(236 254 255 / 0.25); +} +.border-b-cyan-50\/30{ + border-bottom-color: rgb(236 254 255 / 0.3); +} +.border-b-cyan-50\/40{ + border-bottom-color: rgb(236 254 255 / 0.4); +} +.border-b-cyan-50\/50{ + border-bottom-color: rgb(236 254 255 / 0.5); +} +.border-b-cyan-50\/60{ + border-bottom-color: rgb(236 254 255 / 0.6); +} +.border-b-cyan-50\/70{ + border-bottom-color: rgb(236 254 255 / 0.7); +} +.border-b-cyan-50\/75{ + border-bottom-color: rgb(236 254 255 / 0.75); +} +.border-b-cyan-50\/80{ + border-bottom-color: rgb(236 254 255 / 0.8); +} +.border-b-cyan-50\/90{ + border-bottom-color: rgb(236 254 255 / 0.9); +} +.border-b-cyan-50\/95{ + border-bottom-color: rgb(236 254 255 / 0.95); +} +.border-b-cyan-50\/100{ + border-bottom-color: rgb(236 254 255 / 1); +} +.border-b-cyan-100\/0{ + border-bottom-color: rgb(207 250 254 / 0); +} +.border-b-cyan-100\/5{ + border-bottom-color: rgb(207 250 254 / 0.05); +} +.border-b-cyan-100\/10{ + border-bottom-color: rgb(207 250 254 / 0.1); +} +.border-b-cyan-100\/20{ + border-bottom-color: rgb(207 250 254 / 0.2); +} +.border-b-cyan-100\/25{ + border-bottom-color: rgb(207 250 254 / 0.25); +} +.border-b-cyan-100\/30{ + border-bottom-color: rgb(207 250 254 / 0.3); +} +.border-b-cyan-100\/40{ + border-bottom-color: rgb(207 250 254 / 0.4); +} +.border-b-cyan-100\/50{ + border-bottom-color: rgb(207 250 254 / 0.5); +} +.border-b-cyan-100\/60{ + border-bottom-color: rgb(207 250 254 / 0.6); +} +.border-b-cyan-100\/70{ + border-bottom-color: rgb(207 250 254 / 0.7); +} +.border-b-cyan-100\/75{ + border-bottom-color: rgb(207 250 254 / 0.75); +} +.border-b-cyan-100\/80{ + border-bottom-color: rgb(207 250 254 / 0.8); +} +.border-b-cyan-100\/90{ + border-bottom-color: rgb(207 250 254 / 0.9); +} +.border-b-cyan-100\/95{ + border-bottom-color: rgb(207 250 254 / 0.95); +} +.border-b-cyan-100\/100{ + border-bottom-color: rgb(207 250 254 / 1); +} +.border-b-cyan-200\/0{ + border-bottom-color: rgb(165 243 252 / 0); +} +.border-b-cyan-200\/5{ + border-bottom-color: rgb(165 243 252 / 0.05); +} +.border-b-cyan-200\/10{ + border-bottom-color: rgb(165 243 252 / 0.1); +} +.border-b-cyan-200\/20{ + border-bottom-color: rgb(165 243 252 / 0.2); +} +.border-b-cyan-200\/25{ + border-bottom-color: rgb(165 243 252 / 0.25); +} +.border-b-cyan-200\/30{ + border-bottom-color: rgb(165 243 252 / 0.3); +} +.border-b-cyan-200\/40{ + border-bottom-color: rgb(165 243 252 / 0.4); +} +.border-b-cyan-200\/50{ + border-bottom-color: rgb(165 243 252 / 0.5); +} +.border-b-cyan-200\/60{ + border-bottom-color: rgb(165 243 252 / 0.6); +} +.border-b-cyan-200\/70{ + border-bottom-color: rgb(165 243 252 / 0.7); +} +.border-b-cyan-200\/75{ + border-bottom-color: rgb(165 243 252 / 0.75); +} +.border-b-cyan-200\/80{ + border-bottom-color: rgb(165 243 252 / 0.8); +} +.border-b-cyan-200\/90{ + border-bottom-color: rgb(165 243 252 / 0.9); +} +.border-b-cyan-200\/95{ + border-bottom-color: rgb(165 243 252 / 0.95); +} +.border-b-cyan-200\/100{ + border-bottom-color: rgb(165 243 252 / 1); +} +.border-b-cyan-300\/0{ + border-bottom-color: rgb(103 232 249 / 0); +} +.border-b-cyan-300\/5{ + border-bottom-color: rgb(103 232 249 / 0.05); +} +.border-b-cyan-300\/10{ + border-bottom-color: rgb(103 232 249 / 0.1); +} +.border-b-cyan-300\/20{ + border-bottom-color: rgb(103 232 249 / 0.2); +} +.border-b-cyan-300\/25{ + border-bottom-color: rgb(103 232 249 / 0.25); +} +.border-b-cyan-300\/30{ + border-bottom-color: rgb(103 232 249 / 0.3); +} +.border-b-cyan-300\/40{ + border-bottom-color: rgb(103 232 249 / 0.4); +} +.border-b-cyan-300\/50{ + border-bottom-color: rgb(103 232 249 / 0.5); +} +.border-b-cyan-300\/60{ + border-bottom-color: rgb(103 232 249 / 0.6); +} +.border-b-cyan-300\/70{ + border-bottom-color: rgb(103 232 249 / 0.7); +} +.border-b-cyan-300\/75{ + border-bottom-color: rgb(103 232 249 / 0.75); +} +.border-b-cyan-300\/80{ + border-bottom-color: rgb(103 232 249 / 0.8); +} +.border-b-cyan-300\/90{ + border-bottom-color: rgb(103 232 249 / 0.9); +} +.border-b-cyan-300\/95{ + border-bottom-color: rgb(103 232 249 / 0.95); +} +.border-b-cyan-300\/100{ + border-bottom-color: rgb(103 232 249 / 1); +} +.border-b-cyan-400\/0{ + border-bottom-color: rgb(34 211 238 / 0); +} +.border-b-cyan-400\/5{ + border-bottom-color: rgb(34 211 238 / 0.05); +} +.border-b-cyan-400\/10{ + border-bottom-color: rgb(34 211 238 / 0.1); +} +.border-b-cyan-400\/20{ + border-bottom-color: rgb(34 211 238 / 0.2); +} +.border-b-cyan-400\/25{ + border-bottom-color: rgb(34 211 238 / 0.25); +} +.border-b-cyan-400\/30{ + border-bottom-color: rgb(34 211 238 / 0.3); +} +.border-b-cyan-400\/40{ + border-bottom-color: rgb(34 211 238 / 0.4); +} +.border-b-cyan-400\/50{ + border-bottom-color: rgb(34 211 238 / 0.5); +} +.border-b-cyan-400\/60{ + border-bottom-color: rgb(34 211 238 / 0.6); +} +.border-b-cyan-400\/70{ + border-bottom-color: rgb(34 211 238 / 0.7); +} +.border-b-cyan-400\/75{ + border-bottom-color: rgb(34 211 238 / 0.75); +} +.border-b-cyan-400\/80{ + border-bottom-color: rgb(34 211 238 / 0.8); +} +.border-b-cyan-400\/90{ + border-bottom-color: rgb(34 211 238 / 0.9); +} +.border-b-cyan-400\/95{ + border-bottom-color: rgb(34 211 238 / 0.95); +} +.border-b-cyan-400\/100{ + border-bottom-color: rgb(34 211 238 / 1); +} +.border-b-cyan-500\/0{ + border-bottom-color: rgb(6 182 212 / 0); +} +.border-b-cyan-500\/5{ + border-bottom-color: rgb(6 182 212 / 0.05); +} +.border-b-cyan-500\/10{ + border-bottom-color: rgb(6 182 212 / 0.1); +} +.border-b-cyan-500\/20{ + border-bottom-color: rgb(6 182 212 / 0.2); +} +.border-b-cyan-500\/25{ + border-bottom-color: rgb(6 182 212 / 0.25); +} +.border-b-cyan-500\/30{ + border-bottom-color: rgb(6 182 212 / 0.3); +} +.border-b-cyan-500\/40{ + border-bottom-color: rgb(6 182 212 / 0.4); +} +.border-b-cyan-500\/50{ + border-bottom-color: rgb(6 182 212 / 0.5); +} +.border-b-cyan-500\/60{ + border-bottom-color: rgb(6 182 212 / 0.6); +} +.border-b-cyan-500\/70{ + border-bottom-color: rgb(6 182 212 / 0.7); +} +.border-b-cyan-500\/75{ + border-bottom-color: rgb(6 182 212 / 0.75); +} +.border-b-cyan-500\/80{ + border-bottom-color: rgb(6 182 212 / 0.8); +} +.border-b-cyan-500\/90{ + border-bottom-color: rgb(6 182 212 / 0.9); +} +.border-b-cyan-500\/95{ + border-bottom-color: rgb(6 182 212 / 0.95); +} +.border-b-cyan-500\/100{ + border-bottom-color: rgb(6 182 212 / 1); +} +.border-b-cyan-600\/0{ + border-bottom-color: rgb(8 145 178 / 0); +} +.border-b-cyan-600\/5{ + border-bottom-color: rgb(8 145 178 / 0.05); +} +.border-b-cyan-600\/10{ + border-bottom-color: rgb(8 145 178 / 0.1); +} +.border-b-cyan-600\/20{ + border-bottom-color: rgb(8 145 178 / 0.2); +} +.border-b-cyan-600\/25{ + border-bottom-color: rgb(8 145 178 / 0.25); +} +.border-b-cyan-600\/30{ + border-bottom-color: rgb(8 145 178 / 0.3); +} +.border-b-cyan-600\/40{ + border-bottom-color: rgb(8 145 178 / 0.4); +} +.border-b-cyan-600\/50{ + border-bottom-color: rgb(8 145 178 / 0.5); +} +.border-b-cyan-600\/60{ + border-bottom-color: rgb(8 145 178 / 0.6); +} +.border-b-cyan-600\/70{ + border-bottom-color: rgb(8 145 178 / 0.7); +} +.border-b-cyan-600\/75{ + border-bottom-color: rgb(8 145 178 / 0.75); +} +.border-b-cyan-600\/80{ + border-bottom-color: rgb(8 145 178 / 0.8); +} +.border-b-cyan-600\/90{ + border-bottom-color: rgb(8 145 178 / 0.9); +} +.border-b-cyan-600\/95{ + border-bottom-color: rgb(8 145 178 / 0.95); +} +.border-b-cyan-600\/100{ + border-bottom-color: rgb(8 145 178 / 1); +} +.border-b-cyan-700\/0{ + border-bottom-color: rgb(14 116 144 / 0); +} +.border-b-cyan-700\/5{ + border-bottom-color: rgb(14 116 144 / 0.05); +} +.border-b-cyan-700\/10{ + border-bottom-color: rgb(14 116 144 / 0.1); +} +.border-b-cyan-700\/20{ + border-bottom-color: rgb(14 116 144 / 0.2); +} +.border-b-cyan-700\/25{ + border-bottom-color: rgb(14 116 144 / 0.25); +} +.border-b-cyan-700\/30{ + border-bottom-color: rgb(14 116 144 / 0.3); +} +.border-b-cyan-700\/40{ + border-bottom-color: rgb(14 116 144 / 0.4); +} +.border-b-cyan-700\/50{ + border-bottom-color: rgb(14 116 144 / 0.5); +} +.border-b-cyan-700\/60{ + border-bottom-color: rgb(14 116 144 / 0.6); +} +.border-b-cyan-700\/70{ + border-bottom-color: rgb(14 116 144 / 0.7); +} +.border-b-cyan-700\/75{ + border-bottom-color: rgb(14 116 144 / 0.75); +} +.border-b-cyan-700\/80{ + border-bottom-color: rgb(14 116 144 / 0.8); +} +.border-b-cyan-700\/90{ + border-bottom-color: rgb(14 116 144 / 0.9); +} +.border-b-cyan-700\/95{ + border-bottom-color: rgb(14 116 144 / 0.95); +} +.border-b-cyan-700\/100{ + border-bottom-color: rgb(14 116 144 / 1); +} +.border-b-cyan-800\/0{ + border-bottom-color: rgb(21 94 117 / 0); +} +.border-b-cyan-800\/5{ + border-bottom-color: rgb(21 94 117 / 0.05); +} +.border-b-cyan-800\/10{ + border-bottom-color: rgb(21 94 117 / 0.1); +} +.border-b-cyan-800\/20{ + border-bottom-color: rgb(21 94 117 / 0.2); +} +.border-b-cyan-800\/25{ + border-bottom-color: rgb(21 94 117 / 0.25); +} +.border-b-cyan-800\/30{ + border-bottom-color: rgb(21 94 117 / 0.3); +} +.border-b-cyan-800\/40{ + border-bottom-color: rgb(21 94 117 / 0.4); +} +.border-b-cyan-800\/50{ + border-bottom-color: rgb(21 94 117 / 0.5); +} +.border-b-cyan-800\/60{ + border-bottom-color: rgb(21 94 117 / 0.6); +} +.border-b-cyan-800\/70{ + border-bottom-color: rgb(21 94 117 / 0.7); +} +.border-b-cyan-800\/75{ + border-bottom-color: rgb(21 94 117 / 0.75); +} +.border-b-cyan-800\/80{ + border-bottom-color: rgb(21 94 117 / 0.8); +} +.border-b-cyan-800\/90{ + border-bottom-color: rgb(21 94 117 / 0.9); +} +.border-b-cyan-800\/95{ + border-bottom-color: rgb(21 94 117 / 0.95); +} +.border-b-cyan-800\/100{ + border-bottom-color: rgb(21 94 117 / 1); +} +.border-b-cyan-900\/0{ + border-bottom-color: rgb(22 78 99 / 0); +} +.border-b-cyan-900\/5{ + border-bottom-color: rgb(22 78 99 / 0.05); +} +.border-b-cyan-900\/10{ + border-bottom-color: rgb(22 78 99 / 0.1); +} +.border-b-cyan-900\/20{ + border-bottom-color: rgb(22 78 99 / 0.2); +} +.border-b-cyan-900\/25{ + border-bottom-color: rgb(22 78 99 / 0.25); +} +.border-b-cyan-900\/30{ + border-bottom-color: rgb(22 78 99 / 0.3); +} +.border-b-cyan-900\/40{ + border-bottom-color: rgb(22 78 99 / 0.4); +} +.border-b-cyan-900\/50{ + border-bottom-color: rgb(22 78 99 / 0.5); +} +.border-b-cyan-900\/60{ + border-bottom-color: rgb(22 78 99 / 0.6); +} +.border-b-cyan-900\/70{ + border-bottom-color: rgb(22 78 99 / 0.7); +} +.border-b-cyan-900\/75{ + border-bottom-color: rgb(22 78 99 / 0.75); +} +.border-b-cyan-900\/80{ + border-bottom-color: rgb(22 78 99 / 0.8); +} +.border-b-cyan-900\/90{ + border-bottom-color: rgb(22 78 99 / 0.9); +} +.border-b-cyan-900\/95{ + border-bottom-color: rgb(22 78 99 / 0.95); +} +.border-b-cyan-900\/100{ + border-bottom-color: rgb(22 78 99 / 1); +} +.border-b-sky-50\/0{ + border-bottom-color: rgb(240 249 255 / 0); +} +.border-b-sky-50\/5{ + border-bottom-color: rgb(240 249 255 / 0.05); +} +.border-b-sky-50\/10{ + border-bottom-color: rgb(240 249 255 / 0.1); +} +.border-b-sky-50\/20{ + border-bottom-color: rgb(240 249 255 / 0.2); +} +.border-b-sky-50\/25{ + border-bottom-color: rgb(240 249 255 / 0.25); +} +.border-b-sky-50\/30{ + border-bottom-color: rgb(240 249 255 / 0.3); +} +.border-b-sky-50\/40{ + border-bottom-color: rgb(240 249 255 / 0.4); +} +.border-b-sky-50\/50{ + border-bottom-color: rgb(240 249 255 / 0.5); +} +.border-b-sky-50\/60{ + border-bottom-color: rgb(240 249 255 / 0.6); +} +.border-b-sky-50\/70{ + border-bottom-color: rgb(240 249 255 / 0.7); +} +.border-b-sky-50\/75{ + border-bottom-color: rgb(240 249 255 / 0.75); +} +.border-b-sky-50\/80{ + border-bottom-color: rgb(240 249 255 / 0.8); +} +.border-b-sky-50\/90{ + border-bottom-color: rgb(240 249 255 / 0.9); +} +.border-b-sky-50\/95{ + border-bottom-color: rgb(240 249 255 / 0.95); +} +.border-b-sky-50\/100{ + border-bottom-color: rgb(240 249 255 / 1); +} +.border-b-sky-100\/0{ + border-bottom-color: rgb(224 242 254 / 0); +} +.border-b-sky-100\/5{ + border-bottom-color: rgb(224 242 254 / 0.05); +} +.border-b-sky-100\/10{ + border-bottom-color: rgb(224 242 254 / 0.1); +} +.border-b-sky-100\/20{ + border-bottom-color: rgb(224 242 254 / 0.2); +} +.border-b-sky-100\/25{ + border-bottom-color: rgb(224 242 254 / 0.25); +} +.border-b-sky-100\/30{ + border-bottom-color: rgb(224 242 254 / 0.3); +} +.border-b-sky-100\/40{ + border-bottom-color: rgb(224 242 254 / 0.4); +} +.border-b-sky-100\/50{ + border-bottom-color: rgb(224 242 254 / 0.5); +} +.border-b-sky-100\/60{ + border-bottom-color: rgb(224 242 254 / 0.6); +} +.border-b-sky-100\/70{ + border-bottom-color: rgb(224 242 254 / 0.7); +} +.border-b-sky-100\/75{ + border-bottom-color: rgb(224 242 254 / 0.75); +} +.border-b-sky-100\/80{ + border-bottom-color: rgb(224 242 254 / 0.8); +} +.border-b-sky-100\/90{ + border-bottom-color: rgb(224 242 254 / 0.9); +} +.border-b-sky-100\/95{ + border-bottom-color: rgb(224 242 254 / 0.95); +} +.border-b-sky-100\/100{ + border-bottom-color: rgb(224 242 254 / 1); +} +.border-b-sky-200\/0{ + border-bottom-color: rgb(186 230 253 / 0); +} +.border-b-sky-200\/5{ + border-bottom-color: rgb(186 230 253 / 0.05); +} +.border-b-sky-200\/10{ + border-bottom-color: rgb(186 230 253 / 0.1); +} +.border-b-sky-200\/20{ + border-bottom-color: rgb(186 230 253 / 0.2); +} +.border-b-sky-200\/25{ + border-bottom-color: rgb(186 230 253 / 0.25); +} +.border-b-sky-200\/30{ + border-bottom-color: rgb(186 230 253 / 0.3); +} +.border-b-sky-200\/40{ + border-bottom-color: rgb(186 230 253 / 0.4); +} +.border-b-sky-200\/50{ + border-bottom-color: rgb(186 230 253 / 0.5); +} +.border-b-sky-200\/60{ + border-bottom-color: rgb(186 230 253 / 0.6); +} +.border-b-sky-200\/70{ + border-bottom-color: rgb(186 230 253 / 0.7); +} +.border-b-sky-200\/75{ + border-bottom-color: rgb(186 230 253 / 0.75); +} +.border-b-sky-200\/80{ + border-bottom-color: rgb(186 230 253 / 0.8); +} +.border-b-sky-200\/90{ + border-bottom-color: rgb(186 230 253 / 0.9); +} +.border-b-sky-200\/95{ + border-bottom-color: rgb(186 230 253 / 0.95); +} +.border-b-sky-200\/100{ + border-bottom-color: rgb(186 230 253 / 1); +} +.border-b-sky-300\/0{ + border-bottom-color: rgb(125 211 252 / 0); +} +.border-b-sky-300\/5{ + border-bottom-color: rgb(125 211 252 / 0.05); +} +.border-b-sky-300\/10{ + border-bottom-color: rgb(125 211 252 / 0.1); +} +.border-b-sky-300\/20{ + border-bottom-color: rgb(125 211 252 / 0.2); +} +.border-b-sky-300\/25{ + border-bottom-color: rgb(125 211 252 / 0.25); +} +.border-b-sky-300\/30{ + border-bottom-color: rgb(125 211 252 / 0.3); +} +.border-b-sky-300\/40{ + border-bottom-color: rgb(125 211 252 / 0.4); +} +.border-b-sky-300\/50{ + border-bottom-color: rgb(125 211 252 / 0.5); +} +.border-b-sky-300\/60{ + border-bottom-color: rgb(125 211 252 / 0.6); +} +.border-b-sky-300\/70{ + border-bottom-color: rgb(125 211 252 / 0.7); +} +.border-b-sky-300\/75{ + border-bottom-color: rgb(125 211 252 / 0.75); +} +.border-b-sky-300\/80{ + border-bottom-color: rgb(125 211 252 / 0.8); +} +.border-b-sky-300\/90{ + border-bottom-color: rgb(125 211 252 / 0.9); +} +.border-b-sky-300\/95{ + border-bottom-color: rgb(125 211 252 / 0.95); +} +.border-b-sky-300\/100{ + border-bottom-color: rgb(125 211 252 / 1); +} +.border-b-sky-400\/0{ + border-bottom-color: rgb(56 189 248 / 0); +} +.border-b-sky-400\/5{ + border-bottom-color: rgb(56 189 248 / 0.05); +} +.border-b-sky-400\/10{ + border-bottom-color: rgb(56 189 248 / 0.1); +} +.border-b-sky-400\/20{ + border-bottom-color: rgb(56 189 248 / 0.2); +} +.border-b-sky-400\/25{ + border-bottom-color: rgb(56 189 248 / 0.25); +} +.border-b-sky-400\/30{ + border-bottom-color: rgb(56 189 248 / 0.3); +} +.border-b-sky-400\/40{ + border-bottom-color: rgb(56 189 248 / 0.4); +} +.border-b-sky-400\/50{ + border-bottom-color: rgb(56 189 248 / 0.5); +} +.border-b-sky-400\/60{ + border-bottom-color: rgb(56 189 248 / 0.6); +} +.border-b-sky-400\/70{ + border-bottom-color: rgb(56 189 248 / 0.7); +} +.border-b-sky-400\/75{ + border-bottom-color: rgb(56 189 248 / 0.75); +} +.border-b-sky-400\/80{ + border-bottom-color: rgb(56 189 248 / 0.8); +} +.border-b-sky-400\/90{ + border-bottom-color: rgb(56 189 248 / 0.9); +} +.border-b-sky-400\/95{ + border-bottom-color: rgb(56 189 248 / 0.95); +} +.border-b-sky-400\/100{ + border-bottom-color: rgb(56 189 248 / 1); +} +.border-b-sky-500\/0{ + border-bottom-color: rgb(14 165 233 / 0); +} +.border-b-sky-500\/5{ + border-bottom-color: rgb(14 165 233 / 0.05); +} +.border-b-sky-500\/10{ + border-bottom-color: rgb(14 165 233 / 0.1); +} +.border-b-sky-500\/20{ + border-bottom-color: rgb(14 165 233 / 0.2); +} +.border-b-sky-500\/25{ + border-bottom-color: rgb(14 165 233 / 0.25); +} +.border-b-sky-500\/30{ + border-bottom-color: rgb(14 165 233 / 0.3); +} +.border-b-sky-500\/40{ + border-bottom-color: rgb(14 165 233 / 0.4); +} +.border-b-sky-500\/50{ + border-bottom-color: rgb(14 165 233 / 0.5); +} +.border-b-sky-500\/60{ + border-bottom-color: rgb(14 165 233 / 0.6); +} +.border-b-sky-500\/70{ + border-bottom-color: rgb(14 165 233 / 0.7); +} +.border-b-sky-500\/75{ + border-bottom-color: rgb(14 165 233 / 0.75); +} +.border-b-sky-500\/80{ + border-bottom-color: rgb(14 165 233 / 0.8); +} +.border-b-sky-500\/90{ + border-bottom-color: rgb(14 165 233 / 0.9); +} +.border-b-sky-500\/95{ + border-bottom-color: rgb(14 165 233 / 0.95); +} +.border-b-sky-500\/100{ + border-bottom-color: rgb(14 165 233 / 1); +} +.border-b-sky-600\/0{ + border-bottom-color: rgb(2 132 199 / 0); +} +.border-b-sky-600\/5{ + border-bottom-color: rgb(2 132 199 / 0.05); +} +.border-b-sky-600\/10{ + border-bottom-color: rgb(2 132 199 / 0.1); +} +.border-b-sky-600\/20{ + border-bottom-color: rgb(2 132 199 / 0.2); +} +.border-b-sky-600\/25{ + border-bottom-color: rgb(2 132 199 / 0.25); +} +.border-b-sky-600\/30{ + border-bottom-color: rgb(2 132 199 / 0.3); +} +.border-b-sky-600\/40{ + border-bottom-color: rgb(2 132 199 / 0.4); +} +.border-b-sky-600\/50{ + border-bottom-color: rgb(2 132 199 / 0.5); +} +.border-b-sky-600\/60{ + border-bottom-color: rgb(2 132 199 / 0.6); +} +.border-b-sky-600\/70{ + border-bottom-color: rgb(2 132 199 / 0.7); +} +.border-b-sky-600\/75{ + border-bottom-color: rgb(2 132 199 / 0.75); +} +.border-b-sky-600\/80{ + border-bottom-color: rgb(2 132 199 / 0.8); +} +.border-b-sky-600\/90{ + border-bottom-color: rgb(2 132 199 / 0.9); +} +.border-b-sky-600\/95{ + border-bottom-color: rgb(2 132 199 / 0.95); +} +.border-b-sky-600\/100{ + border-bottom-color: rgb(2 132 199 / 1); +} +.border-b-sky-700\/0{ + border-bottom-color: rgb(3 105 161 / 0); +} +.border-b-sky-700\/5{ + border-bottom-color: rgb(3 105 161 / 0.05); +} +.border-b-sky-700\/10{ + border-bottom-color: rgb(3 105 161 / 0.1); +} +.border-b-sky-700\/20{ + border-bottom-color: rgb(3 105 161 / 0.2); +} +.border-b-sky-700\/25{ + border-bottom-color: rgb(3 105 161 / 0.25); +} +.border-b-sky-700\/30{ + border-bottom-color: rgb(3 105 161 / 0.3); +} +.border-b-sky-700\/40{ + border-bottom-color: rgb(3 105 161 / 0.4); +} +.border-b-sky-700\/50{ + border-bottom-color: rgb(3 105 161 / 0.5); +} +.border-b-sky-700\/60{ + border-bottom-color: rgb(3 105 161 / 0.6); +} +.border-b-sky-700\/70{ + border-bottom-color: rgb(3 105 161 / 0.7); +} +.border-b-sky-700\/75{ + border-bottom-color: rgb(3 105 161 / 0.75); +} +.border-b-sky-700\/80{ + border-bottom-color: rgb(3 105 161 / 0.8); +} +.border-b-sky-700\/90{ + border-bottom-color: rgb(3 105 161 / 0.9); +} +.border-b-sky-700\/95{ + border-bottom-color: rgb(3 105 161 / 0.95); +} +.border-b-sky-700\/100{ + border-bottom-color: rgb(3 105 161 / 1); +} +.border-b-sky-800\/0{ + border-bottom-color: rgb(7 89 133 / 0); +} +.border-b-sky-800\/5{ + border-bottom-color: rgb(7 89 133 / 0.05); +} +.border-b-sky-800\/10{ + border-bottom-color: rgb(7 89 133 / 0.1); +} +.border-b-sky-800\/20{ + border-bottom-color: rgb(7 89 133 / 0.2); +} +.border-b-sky-800\/25{ + border-bottom-color: rgb(7 89 133 / 0.25); +} +.border-b-sky-800\/30{ + border-bottom-color: rgb(7 89 133 / 0.3); +} +.border-b-sky-800\/40{ + border-bottom-color: rgb(7 89 133 / 0.4); +} +.border-b-sky-800\/50{ + border-bottom-color: rgb(7 89 133 / 0.5); +} +.border-b-sky-800\/60{ + border-bottom-color: rgb(7 89 133 / 0.6); +} +.border-b-sky-800\/70{ + border-bottom-color: rgb(7 89 133 / 0.7); +} +.border-b-sky-800\/75{ + border-bottom-color: rgb(7 89 133 / 0.75); +} +.border-b-sky-800\/80{ + border-bottom-color: rgb(7 89 133 / 0.8); +} +.border-b-sky-800\/90{ + border-bottom-color: rgb(7 89 133 / 0.9); +} +.border-b-sky-800\/95{ + border-bottom-color: rgb(7 89 133 / 0.95); +} +.border-b-sky-800\/100{ + border-bottom-color: rgb(7 89 133 / 1); +} +.border-b-sky-900\/0{ + border-bottom-color: rgb(12 74 110 / 0); +} +.border-b-sky-900\/5{ + border-bottom-color: rgb(12 74 110 / 0.05); +} +.border-b-sky-900\/10{ + border-bottom-color: rgb(12 74 110 / 0.1); +} +.border-b-sky-900\/20{ + border-bottom-color: rgb(12 74 110 / 0.2); +} +.border-b-sky-900\/25{ + border-bottom-color: rgb(12 74 110 / 0.25); +} +.border-b-sky-900\/30{ + border-bottom-color: rgb(12 74 110 / 0.3); +} +.border-b-sky-900\/40{ + border-bottom-color: rgb(12 74 110 / 0.4); +} +.border-b-sky-900\/50{ + border-bottom-color: rgb(12 74 110 / 0.5); +} +.border-b-sky-900\/60{ + border-bottom-color: rgb(12 74 110 / 0.6); +} +.border-b-sky-900\/70{ + border-bottom-color: rgb(12 74 110 / 0.7); +} +.border-b-sky-900\/75{ + border-bottom-color: rgb(12 74 110 / 0.75); +} +.border-b-sky-900\/80{ + border-bottom-color: rgb(12 74 110 / 0.8); +} +.border-b-sky-900\/90{ + border-bottom-color: rgb(12 74 110 / 0.9); +} +.border-b-sky-900\/95{ + border-bottom-color: rgb(12 74 110 / 0.95); +} +.border-b-sky-900\/100{ + border-bottom-color: rgb(12 74 110 / 1); +} +.border-b-blue-50\/0{ + border-bottom-color: rgb(242 248 251 / 0); +} +.border-b-blue-50\/5{ + border-bottom-color: rgb(242 248 251 / 0.05); +} +.border-b-blue-50\/10{ + border-bottom-color: rgb(242 248 251 / 0.1); +} +.border-b-blue-50\/20{ + border-bottom-color: rgb(242 248 251 / 0.2); +} +.border-b-blue-50\/25{ + border-bottom-color: rgb(242 248 251 / 0.25); +} +.border-b-blue-50\/30{ + border-bottom-color: rgb(242 248 251 / 0.3); +} +.border-b-blue-50\/40{ + border-bottom-color: rgb(242 248 251 / 0.4); +} +.border-b-blue-50\/50{ + border-bottom-color: rgb(242 248 251 / 0.5); +} +.border-b-blue-50\/60{ + border-bottom-color: rgb(242 248 251 / 0.6); +} +.border-b-blue-50\/70{ + border-bottom-color: rgb(242 248 251 / 0.7); +} +.border-b-blue-50\/75{ + border-bottom-color: rgb(242 248 251 / 0.75); +} +.border-b-blue-50\/80{ + border-bottom-color: rgb(242 248 251 / 0.8); +} +.border-b-blue-50\/90{ + border-bottom-color: rgb(242 248 251 / 0.9); +} +.border-b-blue-50\/95{ + border-bottom-color: rgb(242 248 251 / 0.95); +} +.border-b-blue-50\/100{ + border-bottom-color: rgb(242 248 251 / 1); +} +.border-b-blue-100\/0{ + border-bottom-color: rgb(230 241 246 / 0); +} +.border-b-blue-100\/5{ + border-bottom-color: rgb(230 241 246 / 0.05); +} +.border-b-blue-100\/10{ + border-bottom-color: rgb(230 241 246 / 0.1); +} +.border-b-blue-100\/20{ + border-bottom-color: rgb(230 241 246 / 0.2); +} +.border-b-blue-100\/25{ + border-bottom-color: rgb(230 241 246 / 0.25); +} +.border-b-blue-100\/30{ + border-bottom-color: rgb(230 241 246 / 0.3); +} +.border-b-blue-100\/40{ + border-bottom-color: rgb(230 241 246 / 0.4); +} +.border-b-blue-100\/50{ + border-bottom-color: rgb(230 241 246 / 0.5); +} +.border-b-blue-100\/60{ + border-bottom-color: rgb(230 241 246 / 0.6); +} +.border-b-blue-100\/70{ + border-bottom-color: rgb(230 241 246 / 0.7); +} +.border-b-blue-100\/75{ + border-bottom-color: rgb(230 241 246 / 0.75); +} +.border-b-blue-100\/80{ + border-bottom-color: rgb(230 241 246 / 0.8); +} +.border-b-blue-100\/90{ + border-bottom-color: rgb(230 241 246 / 0.9); +} +.border-b-blue-100\/95{ + border-bottom-color: rgb(230 241 246 / 0.95); +} +.border-b-blue-100\/100{ + border-bottom-color: rgb(230 241 246 / 1); +} +.border-b-blue-200\/0{ + border-bottom-color: rgb(191 219 233 / 0); +} +.border-b-blue-200\/5{ + border-bottom-color: rgb(191 219 233 / 0.05); +} +.border-b-blue-200\/10{ + border-bottom-color: rgb(191 219 233 / 0.1); +} +.border-b-blue-200\/20{ + border-bottom-color: rgb(191 219 233 / 0.2); +} +.border-b-blue-200\/25{ + border-bottom-color: rgb(191 219 233 / 0.25); +} +.border-b-blue-200\/30{ + border-bottom-color: rgb(191 219 233 / 0.3); +} +.border-b-blue-200\/40{ + border-bottom-color: rgb(191 219 233 / 0.4); +} +.border-b-blue-200\/50{ + border-bottom-color: rgb(191 219 233 / 0.5); +} +.border-b-blue-200\/60{ + border-bottom-color: rgb(191 219 233 / 0.6); +} +.border-b-blue-200\/70{ + border-bottom-color: rgb(191 219 233 / 0.7); +} +.border-b-blue-200\/75{ + border-bottom-color: rgb(191 219 233 / 0.75); +} +.border-b-blue-200\/80{ + border-bottom-color: rgb(191 219 233 / 0.8); +} +.border-b-blue-200\/90{ + border-bottom-color: rgb(191 219 233 / 0.9); +} +.border-b-blue-200\/95{ + border-bottom-color: rgb(191 219 233 / 0.95); +} +.border-b-blue-200\/100{ + border-bottom-color: rgb(191 219 233 / 1); +} +.border-b-blue-300\/0{ + border-bottom-color: rgb(153 197 219 / 0); +} +.border-b-blue-300\/5{ + border-bottom-color: rgb(153 197 219 / 0.05); +} +.border-b-blue-300\/10{ + border-bottom-color: rgb(153 197 219 / 0.1); +} +.border-b-blue-300\/20{ + border-bottom-color: rgb(153 197 219 / 0.2); +} +.border-b-blue-300\/25{ + border-bottom-color: rgb(153 197 219 / 0.25); +} +.border-b-blue-300\/30{ + border-bottom-color: rgb(153 197 219 / 0.3); +} +.border-b-blue-300\/40{ + border-bottom-color: rgb(153 197 219 / 0.4); +} +.border-b-blue-300\/50{ + border-bottom-color: rgb(153 197 219 / 0.5); +} +.border-b-blue-300\/60{ + border-bottom-color: rgb(153 197 219 / 0.6); +} +.border-b-blue-300\/70{ + border-bottom-color: rgb(153 197 219 / 0.7); +} +.border-b-blue-300\/75{ + border-bottom-color: rgb(153 197 219 / 0.75); +} +.border-b-blue-300\/80{ + border-bottom-color: rgb(153 197 219 / 0.8); +} +.border-b-blue-300\/90{ + border-bottom-color: rgb(153 197 219 / 0.9); +} +.border-b-blue-300\/95{ + border-bottom-color: rgb(153 197 219 / 0.95); +} +.border-b-blue-300\/100{ + border-bottom-color: rgb(153 197 219 / 1); +} +.border-b-blue-400\/0{ + border-bottom-color: rgb(77 154 193 / 0); +} +.border-b-blue-400\/5{ + border-bottom-color: rgb(77 154 193 / 0.05); +} +.border-b-blue-400\/10{ + border-bottom-color: rgb(77 154 193 / 0.1); +} +.border-b-blue-400\/20{ + border-bottom-color: rgb(77 154 193 / 0.2); +} +.border-b-blue-400\/25{ + border-bottom-color: rgb(77 154 193 / 0.25); +} +.border-b-blue-400\/30{ + border-bottom-color: rgb(77 154 193 / 0.3); +} +.border-b-blue-400\/40{ + border-bottom-color: rgb(77 154 193 / 0.4); +} +.border-b-blue-400\/50{ + border-bottom-color: rgb(77 154 193 / 0.5); +} +.border-b-blue-400\/60{ + border-bottom-color: rgb(77 154 193 / 0.6); +} +.border-b-blue-400\/70{ + border-bottom-color: rgb(77 154 193 / 0.7); +} +.border-b-blue-400\/75{ + border-bottom-color: rgb(77 154 193 / 0.75); +} +.border-b-blue-400\/80{ + border-bottom-color: rgb(77 154 193 / 0.8); +} +.border-b-blue-400\/90{ + border-bottom-color: rgb(77 154 193 / 0.9); +} +.border-b-blue-400\/95{ + border-bottom-color: rgb(77 154 193 / 0.95); +} +.border-b-blue-400\/100{ + border-bottom-color: rgb(77 154 193 / 1); +} +.border-b-blue-500\/0{ + border-bottom-color: rgb(0 110 166 / 0); +} +.border-b-blue-500\/5{ + border-bottom-color: rgb(0 110 166 / 0.05); +} +.border-b-blue-500\/10{ + border-bottom-color: rgb(0 110 166 / 0.1); +} +.border-b-blue-500\/20{ + border-bottom-color: rgb(0 110 166 / 0.2); +} +.border-b-blue-500\/25{ + border-bottom-color: rgb(0 110 166 / 0.25); +} +.border-b-blue-500\/30{ + border-bottom-color: rgb(0 110 166 / 0.3); +} +.border-b-blue-500\/40{ + border-bottom-color: rgb(0 110 166 / 0.4); +} +.border-b-blue-500\/50{ + border-bottom-color: rgb(0 110 166 / 0.5); +} +.border-b-blue-500\/60{ + border-bottom-color: rgb(0 110 166 / 0.6); +} +.border-b-blue-500\/70{ + border-bottom-color: rgb(0 110 166 / 0.7); +} +.border-b-blue-500\/75{ + border-bottom-color: rgb(0 110 166 / 0.75); +} +.border-b-blue-500\/80{ + border-bottom-color: rgb(0 110 166 / 0.8); +} +.border-b-blue-500\/90{ + border-bottom-color: rgb(0 110 166 / 0.9); +} +.border-b-blue-500\/95{ + border-bottom-color: rgb(0 110 166 / 0.95); +} +.border-b-blue-500\/100{ + border-bottom-color: rgb(0 110 166 / 1); +} +.border-b-blue-600\/0{ + border-bottom-color: rgb(0 99 149 / 0); +} +.border-b-blue-600\/5{ + border-bottom-color: rgb(0 99 149 / 0.05); +} +.border-b-blue-600\/10{ + border-bottom-color: rgb(0 99 149 / 0.1); +} +.border-b-blue-600\/20{ + border-bottom-color: rgb(0 99 149 / 0.2); +} +.border-b-blue-600\/25{ + border-bottom-color: rgb(0 99 149 / 0.25); +} +.border-b-blue-600\/30{ + border-bottom-color: rgb(0 99 149 / 0.3); +} +.border-b-blue-600\/40{ + border-bottom-color: rgb(0 99 149 / 0.4); +} +.border-b-blue-600\/50{ + border-bottom-color: rgb(0 99 149 / 0.5); +} +.border-b-blue-600\/60{ + border-bottom-color: rgb(0 99 149 / 0.6); +} +.border-b-blue-600\/70{ + border-bottom-color: rgb(0 99 149 / 0.7); +} +.border-b-blue-600\/75{ + border-bottom-color: rgb(0 99 149 / 0.75); +} +.border-b-blue-600\/80{ + border-bottom-color: rgb(0 99 149 / 0.8); +} +.border-b-blue-600\/90{ + border-bottom-color: rgb(0 99 149 / 0.9); +} +.border-b-blue-600\/95{ + border-bottom-color: rgb(0 99 149 / 0.95); +} +.border-b-blue-600\/100{ + border-bottom-color: rgb(0 99 149 / 1); +} +.border-b-blue-700\/0{ + border-bottom-color: rgb(0 83 125 / 0); +} +.border-b-blue-700\/5{ + border-bottom-color: rgb(0 83 125 / 0.05); +} +.border-b-blue-700\/10{ + border-bottom-color: rgb(0 83 125 / 0.1); +} +.border-b-blue-700\/20{ + border-bottom-color: rgb(0 83 125 / 0.2); +} +.border-b-blue-700\/25{ + border-bottom-color: rgb(0 83 125 / 0.25); +} +.border-b-blue-700\/30{ + border-bottom-color: rgb(0 83 125 / 0.3); +} +.border-b-blue-700\/40{ + border-bottom-color: rgb(0 83 125 / 0.4); +} +.border-b-blue-700\/50{ + border-bottom-color: rgb(0 83 125 / 0.5); +} +.border-b-blue-700\/60{ + border-bottom-color: rgb(0 83 125 / 0.6); +} +.border-b-blue-700\/70{ + border-bottom-color: rgb(0 83 125 / 0.7); +} +.border-b-blue-700\/75{ + border-bottom-color: rgb(0 83 125 / 0.75); +} +.border-b-blue-700\/80{ + border-bottom-color: rgb(0 83 125 / 0.8); +} +.border-b-blue-700\/90{ + border-bottom-color: rgb(0 83 125 / 0.9); +} +.border-b-blue-700\/95{ + border-bottom-color: rgb(0 83 125 / 0.95); +} +.border-b-blue-700\/100{ + border-bottom-color: rgb(0 83 125 / 1); +} +.border-b-blue-800\/0{ + border-bottom-color: rgb(0 66 100 / 0); +} +.border-b-blue-800\/5{ + border-bottom-color: rgb(0 66 100 / 0.05); +} +.border-b-blue-800\/10{ + border-bottom-color: rgb(0 66 100 / 0.1); +} +.border-b-blue-800\/20{ + border-bottom-color: rgb(0 66 100 / 0.2); +} +.border-b-blue-800\/25{ + border-bottom-color: rgb(0 66 100 / 0.25); +} +.border-b-blue-800\/30{ + border-bottom-color: rgb(0 66 100 / 0.3); +} +.border-b-blue-800\/40{ + border-bottom-color: rgb(0 66 100 / 0.4); +} +.border-b-blue-800\/50{ + border-bottom-color: rgb(0 66 100 / 0.5); +} +.border-b-blue-800\/60{ + border-bottom-color: rgb(0 66 100 / 0.6); +} +.border-b-blue-800\/70{ + border-bottom-color: rgb(0 66 100 / 0.7); +} +.border-b-blue-800\/75{ + border-bottom-color: rgb(0 66 100 / 0.75); +} +.border-b-blue-800\/80{ + border-bottom-color: rgb(0 66 100 / 0.8); +} +.border-b-blue-800\/90{ + border-bottom-color: rgb(0 66 100 / 0.9); +} +.border-b-blue-800\/95{ + border-bottom-color: rgb(0 66 100 / 0.95); +} +.border-b-blue-800\/100{ + border-bottom-color: rgb(0 66 100 / 1); +} +.border-b-blue-900\/0{ + border-bottom-color: rgb(0 54 81 / 0); +} +.border-b-blue-900\/5{ + border-bottom-color: rgb(0 54 81 / 0.05); +} +.border-b-blue-900\/10{ + border-bottom-color: rgb(0 54 81 / 0.1); +} +.border-b-blue-900\/20{ + border-bottom-color: rgb(0 54 81 / 0.2); +} +.border-b-blue-900\/25{ + border-bottom-color: rgb(0 54 81 / 0.25); +} +.border-b-blue-900\/30{ + border-bottom-color: rgb(0 54 81 / 0.3); +} +.border-b-blue-900\/40{ + border-bottom-color: rgb(0 54 81 / 0.4); +} +.border-b-blue-900\/50{ + border-bottom-color: rgb(0 54 81 / 0.5); +} +.border-b-blue-900\/60{ + border-bottom-color: rgb(0 54 81 / 0.6); +} +.border-b-blue-900\/70{ + border-bottom-color: rgb(0 54 81 / 0.7); +} +.border-b-blue-900\/75{ + border-bottom-color: rgb(0 54 81 / 0.75); +} +.border-b-blue-900\/80{ + border-bottom-color: rgb(0 54 81 / 0.8); +} +.border-b-blue-900\/90{ + border-bottom-color: rgb(0 54 81 / 0.9); +} +.border-b-blue-900\/95{ + border-bottom-color: rgb(0 54 81 / 0.95); +} +.border-b-blue-900\/100{ + border-bottom-color: rgb(0 54 81 / 1); +} +.border-b-blue\/0{ + border-bottom-color: rgb(0 110 166 / 0); +} +.border-b-blue\/5{ + border-bottom-color: rgb(0 110 166 / 0.05); +} +.border-b-blue\/10{ + border-bottom-color: rgb(0 110 166 / 0.1); +} +.border-b-blue\/20{ + border-bottom-color: rgb(0 110 166 / 0.2); +} +.border-b-blue\/25{ + border-bottom-color: rgb(0 110 166 / 0.25); +} +.border-b-blue\/30{ + border-bottom-color: rgb(0 110 166 / 0.3); +} +.border-b-blue\/40{ + border-bottom-color: rgb(0 110 166 / 0.4); +} +.border-b-blue\/50{ + border-bottom-color: rgb(0 110 166 / 0.5); +} +.border-b-blue\/60{ + border-bottom-color: rgb(0 110 166 / 0.6); +} +.border-b-blue\/70{ + border-bottom-color: rgb(0 110 166 / 0.7); +} +.border-b-blue\/75{ + border-bottom-color: rgb(0 110 166 / 0.75); +} +.border-b-blue\/80{ + border-bottom-color: rgb(0 110 166 / 0.8); +} +.border-b-blue\/90{ + border-bottom-color: rgb(0 110 166 / 0.9); +} +.border-b-blue\/95{ + border-bottom-color: rgb(0 110 166 / 0.95); +} +.border-b-blue\/100{ + border-bottom-color: rgb(0 110 166 / 1); +} +.border-b-indigo-50\/0{ + border-bottom-color: rgb(240 245 255 / 0); +} +.border-b-indigo-50\/5{ + border-bottom-color: rgb(240 245 255 / 0.05); +} +.border-b-indigo-50\/10{ + border-bottom-color: rgb(240 245 255 / 0.1); +} +.border-b-indigo-50\/20{ + border-bottom-color: rgb(240 245 255 / 0.2); +} +.border-b-indigo-50\/25{ + border-bottom-color: rgb(240 245 255 / 0.25); +} +.border-b-indigo-50\/30{ + border-bottom-color: rgb(240 245 255 / 0.3); +} +.border-b-indigo-50\/40{ + border-bottom-color: rgb(240 245 255 / 0.4); +} +.border-b-indigo-50\/50{ + border-bottom-color: rgb(240 245 255 / 0.5); +} +.border-b-indigo-50\/60{ + border-bottom-color: rgb(240 245 255 / 0.6); +} +.border-b-indigo-50\/70{ + border-bottom-color: rgb(240 245 255 / 0.7); +} +.border-b-indigo-50\/75{ + border-bottom-color: rgb(240 245 255 / 0.75); +} +.border-b-indigo-50\/80{ + border-bottom-color: rgb(240 245 255 / 0.8); +} +.border-b-indigo-50\/90{ + border-bottom-color: rgb(240 245 255 / 0.9); +} +.border-b-indigo-50\/95{ + border-bottom-color: rgb(240 245 255 / 0.95); +} +.border-b-indigo-50\/100{ + border-bottom-color: rgb(240 245 255 / 1); +} +.border-b-indigo-100\/0{ + border-bottom-color: rgb(229 237 255 / 0); +} +.border-b-indigo-100\/5{ + border-bottom-color: rgb(229 237 255 / 0.05); +} +.border-b-indigo-100\/10{ + border-bottom-color: rgb(229 237 255 / 0.1); +} +.border-b-indigo-100\/20{ + border-bottom-color: rgb(229 237 255 / 0.2); +} +.border-b-indigo-100\/25{ + border-bottom-color: rgb(229 237 255 / 0.25); +} +.border-b-indigo-100\/30{ + border-bottom-color: rgb(229 237 255 / 0.3); +} +.border-b-indigo-100\/40{ + border-bottom-color: rgb(229 237 255 / 0.4); +} +.border-b-indigo-100\/50{ + border-bottom-color: rgb(229 237 255 / 0.5); +} +.border-b-indigo-100\/60{ + border-bottom-color: rgb(229 237 255 / 0.6); +} +.border-b-indigo-100\/70{ + border-bottom-color: rgb(229 237 255 / 0.7); +} +.border-b-indigo-100\/75{ + border-bottom-color: rgb(229 237 255 / 0.75); +} +.border-b-indigo-100\/80{ + border-bottom-color: rgb(229 237 255 / 0.8); +} +.border-b-indigo-100\/90{ + border-bottom-color: rgb(229 237 255 / 0.9); +} +.border-b-indigo-100\/95{ + border-bottom-color: rgb(229 237 255 / 0.95); +} +.border-b-indigo-100\/100{ + border-bottom-color: rgb(229 237 255 / 1); +} +.border-b-indigo-200\/0{ + border-bottom-color: rgb(205 219 254 / 0); +} +.border-b-indigo-200\/5{ + border-bottom-color: rgb(205 219 254 / 0.05); +} +.border-b-indigo-200\/10{ + border-bottom-color: rgb(205 219 254 / 0.1); +} +.border-b-indigo-200\/20{ + border-bottom-color: rgb(205 219 254 / 0.2); +} +.border-b-indigo-200\/25{ + border-bottom-color: rgb(205 219 254 / 0.25); +} +.border-b-indigo-200\/30{ + border-bottom-color: rgb(205 219 254 / 0.3); +} +.border-b-indigo-200\/40{ + border-bottom-color: rgb(205 219 254 / 0.4); +} +.border-b-indigo-200\/50{ + border-bottom-color: rgb(205 219 254 / 0.5); +} +.border-b-indigo-200\/60{ + border-bottom-color: rgb(205 219 254 / 0.6); +} +.border-b-indigo-200\/70{ + border-bottom-color: rgb(205 219 254 / 0.7); +} +.border-b-indigo-200\/75{ + border-bottom-color: rgb(205 219 254 / 0.75); +} +.border-b-indigo-200\/80{ + border-bottom-color: rgb(205 219 254 / 0.8); +} +.border-b-indigo-200\/90{ + border-bottom-color: rgb(205 219 254 / 0.9); +} +.border-b-indigo-200\/95{ + border-bottom-color: rgb(205 219 254 / 0.95); +} +.border-b-indigo-200\/100{ + border-bottom-color: rgb(205 219 254 / 1); +} +.border-b-indigo-300\/0{ + border-bottom-color: rgb(180 198 252 / 0); +} +.border-b-indigo-300\/5{ + border-bottom-color: rgb(180 198 252 / 0.05); +} +.border-b-indigo-300\/10{ + border-bottom-color: rgb(180 198 252 / 0.1); +} +.border-b-indigo-300\/20{ + border-bottom-color: rgb(180 198 252 / 0.2); +} +.border-b-indigo-300\/25{ + border-bottom-color: rgb(180 198 252 / 0.25); +} +.border-b-indigo-300\/30{ + border-bottom-color: rgb(180 198 252 / 0.3); +} +.border-b-indigo-300\/40{ + border-bottom-color: rgb(180 198 252 / 0.4); +} +.border-b-indigo-300\/50{ + border-bottom-color: rgb(180 198 252 / 0.5); +} +.border-b-indigo-300\/60{ + border-bottom-color: rgb(180 198 252 / 0.6); +} +.border-b-indigo-300\/70{ + border-bottom-color: rgb(180 198 252 / 0.7); +} +.border-b-indigo-300\/75{ + border-bottom-color: rgb(180 198 252 / 0.75); +} +.border-b-indigo-300\/80{ + border-bottom-color: rgb(180 198 252 / 0.8); +} +.border-b-indigo-300\/90{ + border-bottom-color: rgb(180 198 252 / 0.9); +} +.border-b-indigo-300\/95{ + border-bottom-color: rgb(180 198 252 / 0.95); +} +.border-b-indigo-300\/100{ + border-bottom-color: rgb(180 198 252 / 1); +} +.border-b-indigo-400\/0{ + border-bottom-color: rgb(141 162 251 / 0); +} +.border-b-indigo-400\/5{ + border-bottom-color: rgb(141 162 251 / 0.05); +} +.border-b-indigo-400\/10{ + border-bottom-color: rgb(141 162 251 / 0.1); +} +.border-b-indigo-400\/20{ + border-bottom-color: rgb(141 162 251 / 0.2); +} +.border-b-indigo-400\/25{ + border-bottom-color: rgb(141 162 251 / 0.25); +} +.border-b-indigo-400\/30{ + border-bottom-color: rgb(141 162 251 / 0.3); +} +.border-b-indigo-400\/40{ + border-bottom-color: rgb(141 162 251 / 0.4); +} +.border-b-indigo-400\/50{ + border-bottom-color: rgb(141 162 251 / 0.5); +} +.border-b-indigo-400\/60{ + border-bottom-color: rgb(141 162 251 / 0.6); +} +.border-b-indigo-400\/70{ + border-bottom-color: rgb(141 162 251 / 0.7); +} +.border-b-indigo-400\/75{ + border-bottom-color: rgb(141 162 251 / 0.75); +} +.border-b-indigo-400\/80{ + border-bottom-color: rgb(141 162 251 / 0.8); +} +.border-b-indigo-400\/90{ + border-bottom-color: rgb(141 162 251 / 0.9); +} +.border-b-indigo-400\/95{ + border-bottom-color: rgb(141 162 251 / 0.95); +} +.border-b-indigo-400\/100{ + border-bottom-color: rgb(141 162 251 / 1); +} +.border-b-indigo-500\/0{ + border-bottom-color: rgb(104 117 245 / 0); +} +.border-b-indigo-500\/5{ + border-bottom-color: rgb(104 117 245 / 0.05); +} +.border-b-indigo-500\/10{ + border-bottom-color: rgb(104 117 245 / 0.1); +} +.border-b-indigo-500\/20{ + border-bottom-color: rgb(104 117 245 / 0.2); +} +.border-b-indigo-500\/25{ + border-bottom-color: rgb(104 117 245 / 0.25); +} +.border-b-indigo-500\/30{ + border-bottom-color: rgb(104 117 245 / 0.3); +} +.border-b-indigo-500\/40{ + border-bottom-color: rgb(104 117 245 / 0.4); +} +.border-b-indigo-500\/50{ + border-bottom-color: rgb(104 117 245 / 0.5); +} +.border-b-indigo-500\/60{ + border-bottom-color: rgb(104 117 245 / 0.6); +} +.border-b-indigo-500\/70{ + border-bottom-color: rgb(104 117 245 / 0.7); +} +.border-b-indigo-500\/75{ + border-bottom-color: rgb(104 117 245 / 0.75); +} +.border-b-indigo-500\/80{ + border-bottom-color: rgb(104 117 245 / 0.8); +} +.border-b-indigo-500\/90{ + border-bottom-color: rgb(104 117 245 / 0.9); +} +.border-b-indigo-500\/95{ + border-bottom-color: rgb(104 117 245 / 0.95); +} +.border-b-indigo-500\/100{ + border-bottom-color: rgb(104 117 245 / 1); +} +.border-b-indigo-600\/0{ + border-bottom-color: rgb(88 80 236 / 0); +} +.border-b-indigo-600\/5{ + border-bottom-color: rgb(88 80 236 / 0.05); +} +.border-b-indigo-600\/10{ + border-bottom-color: rgb(88 80 236 / 0.1); +} +.border-b-indigo-600\/20{ + border-bottom-color: rgb(88 80 236 / 0.2); +} +.border-b-indigo-600\/25{ + border-bottom-color: rgb(88 80 236 / 0.25); +} +.border-b-indigo-600\/30{ + border-bottom-color: rgb(88 80 236 / 0.3); +} +.border-b-indigo-600\/40{ + border-bottom-color: rgb(88 80 236 / 0.4); +} +.border-b-indigo-600\/50{ + border-bottom-color: rgb(88 80 236 / 0.5); +} +.border-b-indigo-600\/60{ + border-bottom-color: rgb(88 80 236 / 0.6); +} +.border-b-indigo-600\/70{ + border-bottom-color: rgb(88 80 236 / 0.7); +} +.border-b-indigo-600\/75{ + border-bottom-color: rgb(88 80 236 / 0.75); +} +.border-b-indigo-600\/80{ + border-bottom-color: rgb(88 80 236 / 0.8); +} +.border-b-indigo-600\/90{ + border-bottom-color: rgb(88 80 236 / 0.9); +} +.border-b-indigo-600\/95{ + border-bottom-color: rgb(88 80 236 / 0.95); +} +.border-b-indigo-600\/100{ + border-bottom-color: rgb(88 80 236 / 1); +} +.border-b-indigo-700\/0{ + border-bottom-color: rgb(81 69 205 / 0); +} +.border-b-indigo-700\/5{ + border-bottom-color: rgb(81 69 205 / 0.05); +} +.border-b-indigo-700\/10{ + border-bottom-color: rgb(81 69 205 / 0.1); +} +.border-b-indigo-700\/20{ + border-bottom-color: rgb(81 69 205 / 0.2); +} +.border-b-indigo-700\/25{ + border-bottom-color: rgb(81 69 205 / 0.25); +} +.border-b-indigo-700\/30{ + border-bottom-color: rgb(81 69 205 / 0.3); +} +.border-b-indigo-700\/40{ + border-bottom-color: rgb(81 69 205 / 0.4); +} +.border-b-indigo-700\/50{ + border-bottom-color: rgb(81 69 205 / 0.5); +} +.border-b-indigo-700\/60{ + border-bottom-color: rgb(81 69 205 / 0.6); +} +.border-b-indigo-700\/70{ + border-bottom-color: rgb(81 69 205 / 0.7); +} +.border-b-indigo-700\/75{ + border-bottom-color: rgb(81 69 205 / 0.75); +} +.border-b-indigo-700\/80{ + border-bottom-color: rgb(81 69 205 / 0.8); +} +.border-b-indigo-700\/90{ + border-bottom-color: rgb(81 69 205 / 0.9); +} +.border-b-indigo-700\/95{ + border-bottom-color: rgb(81 69 205 / 0.95); +} +.border-b-indigo-700\/100{ + border-bottom-color: rgb(81 69 205 / 1); +} +.border-b-indigo-800\/0{ + border-bottom-color: rgb(66 56 157 / 0); +} +.border-b-indigo-800\/5{ + border-bottom-color: rgb(66 56 157 / 0.05); +} +.border-b-indigo-800\/10{ + border-bottom-color: rgb(66 56 157 / 0.1); +} +.border-b-indigo-800\/20{ + border-bottom-color: rgb(66 56 157 / 0.2); +} +.border-b-indigo-800\/25{ + border-bottom-color: rgb(66 56 157 / 0.25); +} +.border-b-indigo-800\/30{ + border-bottom-color: rgb(66 56 157 / 0.3); +} +.border-b-indigo-800\/40{ + border-bottom-color: rgb(66 56 157 / 0.4); +} +.border-b-indigo-800\/50{ + border-bottom-color: rgb(66 56 157 / 0.5); +} +.border-b-indigo-800\/60{ + border-bottom-color: rgb(66 56 157 / 0.6); +} +.border-b-indigo-800\/70{ + border-bottom-color: rgb(66 56 157 / 0.7); +} +.border-b-indigo-800\/75{ + border-bottom-color: rgb(66 56 157 / 0.75); +} +.border-b-indigo-800\/80{ + border-bottom-color: rgb(66 56 157 / 0.8); +} +.border-b-indigo-800\/90{ + border-bottom-color: rgb(66 56 157 / 0.9); +} +.border-b-indigo-800\/95{ + border-bottom-color: rgb(66 56 157 / 0.95); +} +.border-b-indigo-800\/100{ + border-bottom-color: rgb(66 56 157 / 1); +} +.border-b-indigo-900\/0{ + border-bottom-color: rgb(54 47 120 / 0); +} +.border-b-indigo-900\/5{ + border-bottom-color: rgb(54 47 120 / 0.05); +} +.border-b-indigo-900\/10{ + border-bottom-color: rgb(54 47 120 / 0.1); +} +.border-b-indigo-900\/20{ + border-bottom-color: rgb(54 47 120 / 0.2); +} +.border-b-indigo-900\/25{ + border-bottom-color: rgb(54 47 120 / 0.25); +} +.border-b-indigo-900\/30{ + border-bottom-color: rgb(54 47 120 / 0.3); +} +.border-b-indigo-900\/40{ + border-bottom-color: rgb(54 47 120 / 0.4); +} +.border-b-indigo-900\/50{ + border-bottom-color: rgb(54 47 120 / 0.5); +} +.border-b-indigo-900\/60{ + border-bottom-color: rgb(54 47 120 / 0.6); +} +.border-b-indigo-900\/70{ + border-bottom-color: rgb(54 47 120 / 0.7); +} +.border-b-indigo-900\/75{ + border-bottom-color: rgb(54 47 120 / 0.75); +} +.border-b-indigo-900\/80{ + border-bottom-color: rgb(54 47 120 / 0.8); +} +.border-b-indigo-900\/90{ + border-bottom-color: rgb(54 47 120 / 0.9); +} +.border-b-indigo-900\/95{ + border-bottom-color: rgb(54 47 120 / 0.95); +} +.border-b-indigo-900\/100{ + border-bottom-color: rgb(54 47 120 / 1); +} +.border-b-violet-50\/0{ + border-bottom-color: rgb(245 243 255 / 0); +} +.border-b-violet-50\/5{ + border-bottom-color: rgb(245 243 255 / 0.05); +} +.border-b-violet-50\/10{ + border-bottom-color: rgb(245 243 255 / 0.1); +} +.border-b-violet-50\/20{ + border-bottom-color: rgb(245 243 255 / 0.2); +} +.border-b-violet-50\/25{ + border-bottom-color: rgb(245 243 255 / 0.25); +} +.border-b-violet-50\/30{ + border-bottom-color: rgb(245 243 255 / 0.3); +} +.border-b-violet-50\/40{ + border-bottom-color: rgb(245 243 255 / 0.4); +} +.border-b-violet-50\/50{ + border-bottom-color: rgb(245 243 255 / 0.5); +} +.border-b-violet-50\/60{ + border-bottom-color: rgb(245 243 255 / 0.6); +} +.border-b-violet-50\/70{ + border-bottom-color: rgb(245 243 255 / 0.7); +} +.border-b-violet-50\/75{ + border-bottom-color: rgb(245 243 255 / 0.75); +} +.border-b-violet-50\/80{ + border-bottom-color: rgb(245 243 255 / 0.8); +} +.border-b-violet-50\/90{ + border-bottom-color: rgb(245 243 255 / 0.9); +} +.border-b-violet-50\/95{ + border-bottom-color: rgb(245 243 255 / 0.95); +} +.border-b-violet-50\/100{ + border-bottom-color: rgb(245 243 255 / 1); +} +.border-b-violet-100\/0{ + border-bottom-color: rgb(237 233 254 / 0); +} +.border-b-violet-100\/5{ + border-bottom-color: rgb(237 233 254 / 0.05); +} +.border-b-violet-100\/10{ + border-bottom-color: rgb(237 233 254 / 0.1); +} +.border-b-violet-100\/20{ + border-bottom-color: rgb(237 233 254 / 0.2); +} +.border-b-violet-100\/25{ + border-bottom-color: rgb(237 233 254 / 0.25); +} +.border-b-violet-100\/30{ + border-bottom-color: rgb(237 233 254 / 0.3); +} +.border-b-violet-100\/40{ + border-bottom-color: rgb(237 233 254 / 0.4); +} +.border-b-violet-100\/50{ + border-bottom-color: rgb(237 233 254 / 0.5); +} +.border-b-violet-100\/60{ + border-bottom-color: rgb(237 233 254 / 0.6); +} +.border-b-violet-100\/70{ + border-bottom-color: rgb(237 233 254 / 0.7); +} +.border-b-violet-100\/75{ + border-bottom-color: rgb(237 233 254 / 0.75); +} +.border-b-violet-100\/80{ + border-bottom-color: rgb(237 233 254 / 0.8); +} +.border-b-violet-100\/90{ + border-bottom-color: rgb(237 233 254 / 0.9); +} +.border-b-violet-100\/95{ + border-bottom-color: rgb(237 233 254 / 0.95); +} +.border-b-violet-100\/100{ + border-bottom-color: rgb(237 233 254 / 1); +} +.border-b-violet-200\/0{ + border-bottom-color: rgb(221 214 254 / 0); +} +.border-b-violet-200\/5{ + border-bottom-color: rgb(221 214 254 / 0.05); +} +.border-b-violet-200\/10{ + border-bottom-color: rgb(221 214 254 / 0.1); +} +.border-b-violet-200\/20{ + border-bottom-color: rgb(221 214 254 / 0.2); +} +.border-b-violet-200\/25{ + border-bottom-color: rgb(221 214 254 / 0.25); +} +.border-b-violet-200\/30{ + border-bottom-color: rgb(221 214 254 / 0.3); +} +.border-b-violet-200\/40{ + border-bottom-color: rgb(221 214 254 / 0.4); +} +.border-b-violet-200\/50{ + border-bottom-color: rgb(221 214 254 / 0.5); +} +.border-b-violet-200\/60{ + border-bottom-color: rgb(221 214 254 / 0.6); +} +.border-b-violet-200\/70{ + border-bottom-color: rgb(221 214 254 / 0.7); +} +.border-b-violet-200\/75{ + border-bottom-color: rgb(221 214 254 / 0.75); +} +.border-b-violet-200\/80{ + border-bottom-color: rgb(221 214 254 / 0.8); +} +.border-b-violet-200\/90{ + border-bottom-color: rgb(221 214 254 / 0.9); +} +.border-b-violet-200\/95{ + border-bottom-color: rgb(221 214 254 / 0.95); +} +.border-b-violet-200\/100{ + border-bottom-color: rgb(221 214 254 / 1); +} +.border-b-violet-300\/0{ + border-bottom-color: rgb(196 181 253 / 0); +} +.border-b-violet-300\/5{ + border-bottom-color: rgb(196 181 253 / 0.05); +} +.border-b-violet-300\/10{ + border-bottom-color: rgb(196 181 253 / 0.1); +} +.border-b-violet-300\/20{ + border-bottom-color: rgb(196 181 253 / 0.2); +} +.border-b-violet-300\/25{ + border-bottom-color: rgb(196 181 253 / 0.25); +} +.border-b-violet-300\/30{ + border-bottom-color: rgb(196 181 253 / 0.3); +} +.border-b-violet-300\/40{ + border-bottom-color: rgb(196 181 253 / 0.4); +} +.border-b-violet-300\/50{ + border-bottom-color: rgb(196 181 253 / 0.5); +} +.border-b-violet-300\/60{ + border-bottom-color: rgb(196 181 253 / 0.6); +} +.border-b-violet-300\/70{ + border-bottom-color: rgb(196 181 253 / 0.7); +} +.border-b-violet-300\/75{ + border-bottom-color: rgb(196 181 253 / 0.75); +} +.border-b-violet-300\/80{ + border-bottom-color: rgb(196 181 253 / 0.8); +} +.border-b-violet-300\/90{ + border-bottom-color: rgb(196 181 253 / 0.9); +} +.border-b-violet-300\/95{ + border-bottom-color: rgb(196 181 253 / 0.95); +} +.border-b-violet-300\/100{ + border-bottom-color: rgb(196 181 253 / 1); +} +.border-b-violet-400\/0{ + border-bottom-color: rgb(167 139 250 / 0); +} +.border-b-violet-400\/5{ + border-bottom-color: rgb(167 139 250 / 0.05); +} +.border-b-violet-400\/10{ + border-bottom-color: rgb(167 139 250 / 0.1); +} +.border-b-violet-400\/20{ + border-bottom-color: rgb(167 139 250 / 0.2); +} +.border-b-violet-400\/25{ + border-bottom-color: rgb(167 139 250 / 0.25); +} +.border-b-violet-400\/30{ + border-bottom-color: rgb(167 139 250 / 0.3); +} +.border-b-violet-400\/40{ + border-bottom-color: rgb(167 139 250 / 0.4); +} +.border-b-violet-400\/50{ + border-bottom-color: rgb(167 139 250 / 0.5); +} +.border-b-violet-400\/60{ + border-bottom-color: rgb(167 139 250 / 0.6); +} +.border-b-violet-400\/70{ + border-bottom-color: rgb(167 139 250 / 0.7); +} +.border-b-violet-400\/75{ + border-bottom-color: rgb(167 139 250 / 0.75); +} +.border-b-violet-400\/80{ + border-bottom-color: rgb(167 139 250 / 0.8); +} +.border-b-violet-400\/90{ + border-bottom-color: rgb(167 139 250 / 0.9); +} +.border-b-violet-400\/95{ + border-bottom-color: rgb(167 139 250 / 0.95); +} +.border-b-violet-400\/100{ + border-bottom-color: rgb(167 139 250 / 1); +} +.border-b-violet-500\/0{ + border-bottom-color: rgb(139 92 246 / 0); +} +.border-b-violet-500\/5{ + border-bottom-color: rgb(139 92 246 / 0.05); +} +.border-b-violet-500\/10{ + border-bottom-color: rgb(139 92 246 / 0.1); +} +.border-b-violet-500\/20{ + border-bottom-color: rgb(139 92 246 / 0.2); +} +.border-b-violet-500\/25{ + border-bottom-color: rgb(139 92 246 / 0.25); +} +.border-b-violet-500\/30{ + border-bottom-color: rgb(139 92 246 / 0.3); +} +.border-b-violet-500\/40{ + border-bottom-color: rgb(139 92 246 / 0.4); +} +.border-b-violet-500\/50{ + border-bottom-color: rgb(139 92 246 / 0.5); +} +.border-b-violet-500\/60{ + border-bottom-color: rgb(139 92 246 / 0.6); +} +.border-b-violet-500\/70{ + border-bottom-color: rgb(139 92 246 / 0.7); +} +.border-b-violet-500\/75{ + border-bottom-color: rgb(139 92 246 / 0.75); +} +.border-b-violet-500\/80{ + border-bottom-color: rgb(139 92 246 / 0.8); +} +.border-b-violet-500\/90{ + border-bottom-color: rgb(139 92 246 / 0.9); +} +.border-b-violet-500\/95{ + border-bottom-color: rgb(139 92 246 / 0.95); +} +.border-b-violet-500\/100{ + border-bottom-color: rgb(139 92 246 / 1); +} +.border-b-violet-600\/0{ + border-bottom-color: rgb(124 58 237 / 0); +} +.border-b-violet-600\/5{ + border-bottom-color: rgb(124 58 237 / 0.05); +} +.border-b-violet-600\/10{ + border-bottom-color: rgb(124 58 237 / 0.1); +} +.border-b-violet-600\/20{ + border-bottom-color: rgb(124 58 237 / 0.2); +} +.border-b-violet-600\/25{ + border-bottom-color: rgb(124 58 237 / 0.25); +} +.border-b-violet-600\/30{ + border-bottom-color: rgb(124 58 237 / 0.3); +} +.border-b-violet-600\/40{ + border-bottom-color: rgb(124 58 237 / 0.4); +} +.border-b-violet-600\/50{ + border-bottom-color: rgb(124 58 237 / 0.5); +} +.border-b-violet-600\/60{ + border-bottom-color: rgb(124 58 237 / 0.6); +} +.border-b-violet-600\/70{ + border-bottom-color: rgb(124 58 237 / 0.7); +} +.border-b-violet-600\/75{ + border-bottom-color: rgb(124 58 237 / 0.75); +} +.border-b-violet-600\/80{ + border-bottom-color: rgb(124 58 237 / 0.8); +} +.border-b-violet-600\/90{ + border-bottom-color: rgb(124 58 237 / 0.9); +} +.border-b-violet-600\/95{ + border-bottom-color: rgb(124 58 237 / 0.95); +} +.border-b-violet-600\/100{ + border-bottom-color: rgb(124 58 237 / 1); +} +.border-b-violet-700\/0{ + border-bottom-color: rgb(109 40 217 / 0); +} +.border-b-violet-700\/5{ + border-bottom-color: rgb(109 40 217 / 0.05); +} +.border-b-violet-700\/10{ + border-bottom-color: rgb(109 40 217 / 0.1); +} +.border-b-violet-700\/20{ + border-bottom-color: rgb(109 40 217 / 0.2); +} +.border-b-violet-700\/25{ + border-bottom-color: rgb(109 40 217 / 0.25); +} +.border-b-violet-700\/30{ + border-bottom-color: rgb(109 40 217 / 0.3); +} +.border-b-violet-700\/40{ + border-bottom-color: rgb(109 40 217 / 0.4); +} +.border-b-violet-700\/50{ + border-bottom-color: rgb(109 40 217 / 0.5); +} +.border-b-violet-700\/60{ + border-bottom-color: rgb(109 40 217 / 0.6); +} +.border-b-violet-700\/70{ + border-bottom-color: rgb(109 40 217 / 0.7); +} +.border-b-violet-700\/75{ + border-bottom-color: rgb(109 40 217 / 0.75); +} +.border-b-violet-700\/80{ + border-bottom-color: rgb(109 40 217 / 0.8); +} +.border-b-violet-700\/90{ + border-bottom-color: rgb(109 40 217 / 0.9); +} +.border-b-violet-700\/95{ + border-bottom-color: rgb(109 40 217 / 0.95); +} +.border-b-violet-700\/100{ + border-bottom-color: rgb(109 40 217 / 1); +} +.border-b-violet-800\/0{ + border-bottom-color: rgb(91 33 182 / 0); +} +.border-b-violet-800\/5{ + border-bottom-color: rgb(91 33 182 / 0.05); +} +.border-b-violet-800\/10{ + border-bottom-color: rgb(91 33 182 / 0.1); +} +.border-b-violet-800\/20{ + border-bottom-color: rgb(91 33 182 / 0.2); +} +.border-b-violet-800\/25{ + border-bottom-color: rgb(91 33 182 / 0.25); +} +.border-b-violet-800\/30{ + border-bottom-color: rgb(91 33 182 / 0.3); +} +.border-b-violet-800\/40{ + border-bottom-color: rgb(91 33 182 / 0.4); +} +.border-b-violet-800\/50{ + border-bottom-color: rgb(91 33 182 / 0.5); +} +.border-b-violet-800\/60{ + border-bottom-color: rgb(91 33 182 / 0.6); +} +.border-b-violet-800\/70{ + border-bottom-color: rgb(91 33 182 / 0.7); +} +.border-b-violet-800\/75{ + border-bottom-color: rgb(91 33 182 / 0.75); +} +.border-b-violet-800\/80{ + border-bottom-color: rgb(91 33 182 / 0.8); +} +.border-b-violet-800\/90{ + border-bottom-color: rgb(91 33 182 / 0.9); +} +.border-b-violet-800\/95{ + border-bottom-color: rgb(91 33 182 / 0.95); +} +.border-b-violet-800\/100{ + border-bottom-color: rgb(91 33 182 / 1); +} +.border-b-violet-900\/0{ + border-bottom-color: rgb(76 29 149 / 0); +} +.border-b-violet-900\/5{ + border-bottom-color: rgb(76 29 149 / 0.05); +} +.border-b-violet-900\/10{ + border-bottom-color: rgb(76 29 149 / 0.1); +} +.border-b-violet-900\/20{ + border-bottom-color: rgb(76 29 149 / 0.2); +} +.border-b-violet-900\/25{ + border-bottom-color: rgb(76 29 149 / 0.25); +} +.border-b-violet-900\/30{ + border-bottom-color: rgb(76 29 149 / 0.3); +} +.border-b-violet-900\/40{ + border-bottom-color: rgb(76 29 149 / 0.4); +} +.border-b-violet-900\/50{ + border-bottom-color: rgb(76 29 149 / 0.5); +} +.border-b-violet-900\/60{ + border-bottom-color: rgb(76 29 149 / 0.6); +} +.border-b-violet-900\/70{ + border-bottom-color: rgb(76 29 149 / 0.7); +} +.border-b-violet-900\/75{ + border-bottom-color: rgb(76 29 149 / 0.75); +} +.border-b-violet-900\/80{ + border-bottom-color: rgb(76 29 149 / 0.8); +} +.border-b-violet-900\/90{ + border-bottom-color: rgb(76 29 149 / 0.9); +} +.border-b-violet-900\/95{ + border-bottom-color: rgb(76 29 149 / 0.95); +} +.border-b-violet-900\/100{ + border-bottom-color: rgb(76 29 149 / 1); +} +.border-b-purple-50\/0{ + border-bottom-color: rgb(247 247 249 / 0); +} +.border-b-purple-50\/5{ + border-bottom-color: rgb(247 247 249 / 0.05); +} +.border-b-purple-50\/10{ + border-bottom-color: rgb(247 247 249 / 0.1); +} +.border-b-purple-50\/20{ + border-bottom-color: rgb(247 247 249 / 0.2); +} +.border-b-purple-50\/25{ + border-bottom-color: rgb(247 247 249 / 0.25); +} +.border-b-purple-50\/30{ + border-bottom-color: rgb(247 247 249 / 0.3); +} +.border-b-purple-50\/40{ + border-bottom-color: rgb(247 247 249 / 0.4); +} +.border-b-purple-50\/50{ + border-bottom-color: rgb(247 247 249 / 0.5); +} +.border-b-purple-50\/60{ + border-bottom-color: rgb(247 247 249 / 0.6); +} +.border-b-purple-50\/70{ + border-bottom-color: rgb(247 247 249 / 0.7); +} +.border-b-purple-50\/75{ + border-bottom-color: rgb(247 247 249 / 0.75); +} +.border-b-purple-50\/80{ + border-bottom-color: rgb(247 247 249 / 0.8); +} +.border-b-purple-50\/90{ + border-bottom-color: rgb(247 247 249 / 0.9); +} +.border-b-purple-50\/95{ + border-bottom-color: rgb(247 247 249 / 0.95); +} +.border-b-purple-50\/100{ + border-bottom-color: rgb(247 247 249 / 1); +} +.border-b-purple-100\/0{ + border-bottom-color: rgb(238 238 243 / 0); +} +.border-b-purple-100\/5{ + border-bottom-color: rgb(238 238 243 / 0.05); +} +.border-b-purple-100\/10{ + border-bottom-color: rgb(238 238 243 / 0.1); +} +.border-b-purple-100\/20{ + border-bottom-color: rgb(238 238 243 / 0.2); +} +.border-b-purple-100\/25{ + border-bottom-color: rgb(238 238 243 / 0.25); +} +.border-b-purple-100\/30{ + border-bottom-color: rgb(238 238 243 / 0.3); +} +.border-b-purple-100\/40{ + border-bottom-color: rgb(238 238 243 / 0.4); +} +.border-b-purple-100\/50{ + border-bottom-color: rgb(238 238 243 / 0.5); +} +.border-b-purple-100\/60{ + border-bottom-color: rgb(238 238 243 / 0.6); +} +.border-b-purple-100\/70{ + border-bottom-color: rgb(238 238 243 / 0.7); +} +.border-b-purple-100\/75{ + border-bottom-color: rgb(238 238 243 / 0.75); +} +.border-b-purple-100\/80{ + border-bottom-color: rgb(238 238 243 / 0.8); +} +.border-b-purple-100\/90{ + border-bottom-color: rgb(238 238 243 / 0.9); +} +.border-b-purple-100\/95{ + border-bottom-color: rgb(238 238 243 / 0.95); +} +.border-b-purple-100\/100{ + border-bottom-color: rgb(238 238 243 / 1); +} +.border-b-purple-200\/0{ + border-bottom-color: rgb(213 213 226 / 0); +} +.border-b-purple-200\/5{ + border-bottom-color: rgb(213 213 226 / 0.05); +} +.border-b-purple-200\/10{ + border-bottom-color: rgb(213 213 226 / 0.1); +} +.border-b-purple-200\/20{ + border-bottom-color: rgb(213 213 226 / 0.2); +} +.border-b-purple-200\/25{ + border-bottom-color: rgb(213 213 226 / 0.25); +} +.border-b-purple-200\/30{ + border-bottom-color: rgb(213 213 226 / 0.3); +} +.border-b-purple-200\/40{ + border-bottom-color: rgb(213 213 226 / 0.4); +} +.border-b-purple-200\/50{ + border-bottom-color: rgb(213 213 226 / 0.5); +} +.border-b-purple-200\/60{ + border-bottom-color: rgb(213 213 226 / 0.6); +} +.border-b-purple-200\/70{ + border-bottom-color: rgb(213 213 226 / 0.7); +} +.border-b-purple-200\/75{ + border-bottom-color: rgb(213 213 226 / 0.75); +} +.border-b-purple-200\/80{ + border-bottom-color: rgb(213 213 226 / 0.8); +} +.border-b-purple-200\/90{ + border-bottom-color: rgb(213 213 226 / 0.9); +} +.border-b-purple-200\/95{ + border-bottom-color: rgb(213 213 226 / 0.95); +} +.border-b-purple-200\/100{ + border-bottom-color: rgb(213 213 226 / 1); +} +.border-b-purple-300\/0{ + border-bottom-color: rgb(187 188 209 / 0); +} +.border-b-purple-300\/5{ + border-bottom-color: rgb(187 188 209 / 0.05); +} +.border-b-purple-300\/10{ + border-bottom-color: rgb(187 188 209 / 0.1); +} +.border-b-purple-300\/20{ + border-bottom-color: rgb(187 188 209 / 0.2); +} +.border-b-purple-300\/25{ + border-bottom-color: rgb(187 188 209 / 0.25); +} +.border-b-purple-300\/30{ + border-bottom-color: rgb(187 188 209 / 0.3); +} +.border-b-purple-300\/40{ + border-bottom-color: rgb(187 188 209 / 0.4); +} +.border-b-purple-300\/50{ + border-bottom-color: rgb(187 188 209 / 0.5); +} +.border-b-purple-300\/60{ + border-bottom-color: rgb(187 188 209 / 0.6); +} +.border-b-purple-300\/70{ + border-bottom-color: rgb(187 188 209 / 0.7); +} +.border-b-purple-300\/75{ + border-bottom-color: rgb(187 188 209 / 0.75); +} +.border-b-purple-300\/80{ + border-bottom-color: rgb(187 188 209 / 0.8); +} +.border-b-purple-300\/90{ + border-bottom-color: rgb(187 188 209 / 0.9); +} +.border-b-purple-300\/95{ + border-bottom-color: rgb(187 188 209 / 0.95); +} +.border-b-purple-300\/100{ + border-bottom-color: rgb(187 188 209 / 1); +} +.border-b-purple-400\/0{ + border-bottom-color: rgb(136 138 174 / 0); +} +.border-b-purple-400\/5{ + border-bottom-color: rgb(136 138 174 / 0.05); +} +.border-b-purple-400\/10{ + border-bottom-color: rgb(136 138 174 / 0.1); +} +.border-b-purple-400\/20{ + border-bottom-color: rgb(136 138 174 / 0.2); +} +.border-b-purple-400\/25{ + border-bottom-color: rgb(136 138 174 / 0.25); +} +.border-b-purple-400\/30{ + border-bottom-color: rgb(136 138 174 / 0.3); +} +.border-b-purple-400\/40{ + border-bottom-color: rgb(136 138 174 / 0.4); +} +.border-b-purple-400\/50{ + border-bottom-color: rgb(136 138 174 / 0.5); +} +.border-b-purple-400\/60{ + border-bottom-color: rgb(136 138 174 / 0.6); +} +.border-b-purple-400\/70{ + border-bottom-color: rgb(136 138 174 / 0.7); +} +.border-b-purple-400\/75{ + border-bottom-color: rgb(136 138 174 / 0.75); +} +.border-b-purple-400\/80{ + border-bottom-color: rgb(136 138 174 / 0.8); +} +.border-b-purple-400\/90{ + border-bottom-color: rgb(136 138 174 / 0.9); +} +.border-b-purple-400\/95{ + border-bottom-color: rgb(136 138 174 / 0.95); +} +.border-b-purple-400\/100{ + border-bottom-color: rgb(136 138 174 / 1); +} +.border-b-purple-500\/0{ + border-bottom-color: rgb(85 88 139 / 0); +} +.border-b-purple-500\/5{ + border-bottom-color: rgb(85 88 139 / 0.05); +} +.border-b-purple-500\/10{ + border-bottom-color: rgb(85 88 139 / 0.1); +} +.border-b-purple-500\/20{ + border-bottom-color: rgb(85 88 139 / 0.2); +} +.border-b-purple-500\/25{ + border-bottom-color: rgb(85 88 139 / 0.25); +} +.border-b-purple-500\/30{ + border-bottom-color: rgb(85 88 139 / 0.3); +} +.border-b-purple-500\/40{ + border-bottom-color: rgb(85 88 139 / 0.4); +} +.border-b-purple-500\/50{ + border-bottom-color: rgb(85 88 139 / 0.5); +} +.border-b-purple-500\/60{ + border-bottom-color: rgb(85 88 139 / 0.6); +} +.border-b-purple-500\/70{ + border-bottom-color: rgb(85 88 139 / 0.7); +} +.border-b-purple-500\/75{ + border-bottom-color: rgb(85 88 139 / 0.75); +} +.border-b-purple-500\/80{ + border-bottom-color: rgb(85 88 139 / 0.8); +} +.border-b-purple-500\/90{ + border-bottom-color: rgb(85 88 139 / 0.9); +} +.border-b-purple-500\/95{ + border-bottom-color: rgb(85 88 139 / 0.95); +} +.border-b-purple-500\/100{ + border-bottom-color: rgb(85 88 139 / 1); +} +.border-b-purple-600\/0{ + border-bottom-color: rgb(77 79 125 / 0); +} +.border-b-purple-600\/5{ + border-bottom-color: rgb(77 79 125 / 0.05); +} +.border-b-purple-600\/10{ + border-bottom-color: rgb(77 79 125 / 0.1); +} +.border-b-purple-600\/20{ + border-bottom-color: rgb(77 79 125 / 0.2); +} +.border-b-purple-600\/25{ + border-bottom-color: rgb(77 79 125 / 0.25); +} +.border-b-purple-600\/30{ + border-bottom-color: rgb(77 79 125 / 0.3); +} +.border-b-purple-600\/40{ + border-bottom-color: rgb(77 79 125 / 0.4); +} +.border-b-purple-600\/50{ + border-bottom-color: rgb(77 79 125 / 0.5); +} +.border-b-purple-600\/60{ + border-bottom-color: rgb(77 79 125 / 0.6); +} +.border-b-purple-600\/70{ + border-bottom-color: rgb(77 79 125 / 0.7); +} +.border-b-purple-600\/75{ + border-bottom-color: rgb(77 79 125 / 0.75); +} +.border-b-purple-600\/80{ + border-bottom-color: rgb(77 79 125 / 0.8); +} +.border-b-purple-600\/90{ + border-bottom-color: rgb(77 79 125 / 0.9); +} +.border-b-purple-600\/95{ + border-bottom-color: rgb(77 79 125 / 0.95); +} +.border-b-purple-600\/100{ + border-bottom-color: rgb(77 79 125 / 1); +} +.border-b-purple-700\/0{ + border-bottom-color: rgb(64 66 104 / 0); +} +.border-b-purple-700\/5{ + border-bottom-color: rgb(64 66 104 / 0.05); +} +.border-b-purple-700\/10{ + border-bottom-color: rgb(64 66 104 / 0.1); +} +.border-b-purple-700\/20{ + border-bottom-color: rgb(64 66 104 / 0.2); +} +.border-b-purple-700\/25{ + border-bottom-color: rgb(64 66 104 / 0.25); +} +.border-b-purple-700\/30{ + border-bottom-color: rgb(64 66 104 / 0.3); +} +.border-b-purple-700\/40{ + border-bottom-color: rgb(64 66 104 / 0.4); +} +.border-b-purple-700\/50{ + border-bottom-color: rgb(64 66 104 / 0.5); +} +.border-b-purple-700\/60{ + border-bottom-color: rgb(64 66 104 / 0.6); +} +.border-b-purple-700\/70{ + border-bottom-color: rgb(64 66 104 / 0.7); +} +.border-b-purple-700\/75{ + border-bottom-color: rgb(64 66 104 / 0.75); +} +.border-b-purple-700\/80{ + border-bottom-color: rgb(64 66 104 / 0.8); +} +.border-b-purple-700\/90{ + border-bottom-color: rgb(64 66 104 / 0.9); +} +.border-b-purple-700\/95{ + border-bottom-color: rgb(64 66 104 / 0.95); +} +.border-b-purple-700\/100{ + border-bottom-color: rgb(64 66 104 / 1); +} +.border-b-purple-800\/0{ + border-bottom-color: rgb(51 53 83 / 0); +} +.border-b-purple-800\/5{ + border-bottom-color: rgb(51 53 83 / 0.05); +} +.border-b-purple-800\/10{ + border-bottom-color: rgb(51 53 83 / 0.1); +} +.border-b-purple-800\/20{ + border-bottom-color: rgb(51 53 83 / 0.2); +} +.border-b-purple-800\/25{ + border-bottom-color: rgb(51 53 83 / 0.25); +} +.border-b-purple-800\/30{ + border-bottom-color: rgb(51 53 83 / 0.3); +} +.border-b-purple-800\/40{ + border-bottom-color: rgb(51 53 83 / 0.4); +} +.border-b-purple-800\/50{ + border-bottom-color: rgb(51 53 83 / 0.5); +} +.border-b-purple-800\/60{ + border-bottom-color: rgb(51 53 83 / 0.6); +} +.border-b-purple-800\/70{ + border-bottom-color: rgb(51 53 83 / 0.7); +} +.border-b-purple-800\/75{ + border-bottom-color: rgb(51 53 83 / 0.75); +} +.border-b-purple-800\/80{ + border-bottom-color: rgb(51 53 83 / 0.8); +} +.border-b-purple-800\/90{ + border-bottom-color: rgb(51 53 83 / 0.9); +} +.border-b-purple-800\/95{ + border-bottom-color: rgb(51 53 83 / 0.95); +} +.border-b-purple-800\/100{ + border-bottom-color: rgb(51 53 83 / 1); +} +.border-b-purple-900\/0{ + border-bottom-color: rgb(42 43 68 / 0); +} +.border-b-purple-900\/5{ + border-bottom-color: rgb(42 43 68 / 0.05); +} +.border-b-purple-900\/10{ + border-bottom-color: rgb(42 43 68 / 0.1); +} +.border-b-purple-900\/20{ + border-bottom-color: rgb(42 43 68 / 0.2); +} +.border-b-purple-900\/25{ + border-bottom-color: rgb(42 43 68 / 0.25); +} +.border-b-purple-900\/30{ + border-bottom-color: rgb(42 43 68 / 0.3); +} +.border-b-purple-900\/40{ + border-bottom-color: rgb(42 43 68 / 0.4); +} +.border-b-purple-900\/50{ + border-bottom-color: rgb(42 43 68 / 0.5); +} +.border-b-purple-900\/60{ + border-bottom-color: rgb(42 43 68 / 0.6); +} +.border-b-purple-900\/70{ + border-bottom-color: rgb(42 43 68 / 0.7); +} +.border-b-purple-900\/75{ + border-bottom-color: rgb(42 43 68 / 0.75); +} +.border-b-purple-900\/80{ + border-bottom-color: rgb(42 43 68 / 0.8); +} +.border-b-purple-900\/90{ + border-bottom-color: rgb(42 43 68 / 0.9); +} +.border-b-purple-900\/95{ + border-bottom-color: rgb(42 43 68 / 0.95); +} +.border-b-purple-900\/100{ + border-bottom-color: rgb(42 43 68 / 1); +} +.border-b-purple\/0{ + border-bottom-color: rgb(85 88 139 / 0); +} +.border-b-purple\/5{ + border-bottom-color: rgb(85 88 139 / 0.05); +} +.border-b-purple\/10{ + border-bottom-color: rgb(85 88 139 / 0.1); +} +.border-b-purple\/20{ + border-bottom-color: rgb(85 88 139 / 0.2); +} +.border-b-purple\/25{ + border-bottom-color: rgb(85 88 139 / 0.25); +} +.border-b-purple\/30{ + border-bottom-color: rgb(85 88 139 / 0.3); +} +.border-b-purple\/40{ + border-bottom-color: rgb(85 88 139 / 0.4); +} +.border-b-purple\/50{ + border-bottom-color: rgb(85 88 139 / 0.5); +} +.border-b-purple\/60{ + border-bottom-color: rgb(85 88 139 / 0.6); +} +.border-b-purple\/70{ + border-bottom-color: rgb(85 88 139 / 0.7); +} +.border-b-purple\/75{ + border-bottom-color: rgb(85 88 139 / 0.75); +} +.border-b-purple\/80{ + border-bottom-color: rgb(85 88 139 / 0.8); +} +.border-b-purple\/90{ + border-bottom-color: rgb(85 88 139 / 0.9); +} +.border-b-purple\/95{ + border-bottom-color: rgb(85 88 139 / 0.95); +} +.border-b-purple\/100{ + border-bottom-color: rgb(85 88 139 / 1); +} +.border-b-fuchsia-50\/0{ + border-bottom-color: rgb(253 244 255 / 0); +} +.border-b-fuchsia-50\/5{ + border-bottom-color: rgb(253 244 255 / 0.05); +} +.border-b-fuchsia-50\/10{ + border-bottom-color: rgb(253 244 255 / 0.1); +} +.border-b-fuchsia-50\/20{ + border-bottom-color: rgb(253 244 255 / 0.2); +} +.border-b-fuchsia-50\/25{ + border-bottom-color: rgb(253 244 255 / 0.25); +} +.border-b-fuchsia-50\/30{ + border-bottom-color: rgb(253 244 255 / 0.3); +} +.border-b-fuchsia-50\/40{ + border-bottom-color: rgb(253 244 255 / 0.4); +} +.border-b-fuchsia-50\/50{ + border-bottom-color: rgb(253 244 255 / 0.5); +} +.border-b-fuchsia-50\/60{ + border-bottom-color: rgb(253 244 255 / 0.6); +} +.border-b-fuchsia-50\/70{ + border-bottom-color: rgb(253 244 255 / 0.7); +} +.border-b-fuchsia-50\/75{ + border-bottom-color: rgb(253 244 255 / 0.75); +} +.border-b-fuchsia-50\/80{ + border-bottom-color: rgb(253 244 255 / 0.8); +} +.border-b-fuchsia-50\/90{ + border-bottom-color: rgb(253 244 255 / 0.9); +} +.border-b-fuchsia-50\/95{ + border-bottom-color: rgb(253 244 255 / 0.95); +} +.border-b-fuchsia-50\/100{ + border-bottom-color: rgb(253 244 255 / 1); +} +.border-b-fuchsia-100\/0{ + border-bottom-color: rgb(250 232 255 / 0); +} +.border-b-fuchsia-100\/5{ + border-bottom-color: rgb(250 232 255 / 0.05); +} +.border-b-fuchsia-100\/10{ + border-bottom-color: rgb(250 232 255 / 0.1); +} +.border-b-fuchsia-100\/20{ + border-bottom-color: rgb(250 232 255 / 0.2); +} +.border-b-fuchsia-100\/25{ + border-bottom-color: rgb(250 232 255 / 0.25); +} +.border-b-fuchsia-100\/30{ + border-bottom-color: rgb(250 232 255 / 0.3); +} +.border-b-fuchsia-100\/40{ + border-bottom-color: rgb(250 232 255 / 0.4); +} +.border-b-fuchsia-100\/50{ + border-bottom-color: rgb(250 232 255 / 0.5); +} +.border-b-fuchsia-100\/60{ + border-bottom-color: rgb(250 232 255 / 0.6); +} +.border-b-fuchsia-100\/70{ + border-bottom-color: rgb(250 232 255 / 0.7); +} +.border-b-fuchsia-100\/75{ + border-bottom-color: rgb(250 232 255 / 0.75); +} +.border-b-fuchsia-100\/80{ + border-bottom-color: rgb(250 232 255 / 0.8); +} +.border-b-fuchsia-100\/90{ + border-bottom-color: rgb(250 232 255 / 0.9); +} +.border-b-fuchsia-100\/95{ + border-bottom-color: rgb(250 232 255 / 0.95); +} +.border-b-fuchsia-100\/100{ + border-bottom-color: rgb(250 232 255 / 1); +} +.border-b-fuchsia-200\/0{ + border-bottom-color: rgb(245 208 254 / 0); +} +.border-b-fuchsia-200\/5{ + border-bottom-color: rgb(245 208 254 / 0.05); +} +.border-b-fuchsia-200\/10{ + border-bottom-color: rgb(245 208 254 / 0.1); +} +.border-b-fuchsia-200\/20{ + border-bottom-color: rgb(245 208 254 / 0.2); +} +.border-b-fuchsia-200\/25{ + border-bottom-color: rgb(245 208 254 / 0.25); +} +.border-b-fuchsia-200\/30{ + border-bottom-color: rgb(245 208 254 / 0.3); +} +.border-b-fuchsia-200\/40{ + border-bottom-color: rgb(245 208 254 / 0.4); +} +.border-b-fuchsia-200\/50{ + border-bottom-color: rgb(245 208 254 / 0.5); +} +.border-b-fuchsia-200\/60{ + border-bottom-color: rgb(245 208 254 / 0.6); +} +.border-b-fuchsia-200\/70{ + border-bottom-color: rgb(245 208 254 / 0.7); +} +.border-b-fuchsia-200\/75{ + border-bottom-color: rgb(245 208 254 / 0.75); +} +.border-b-fuchsia-200\/80{ + border-bottom-color: rgb(245 208 254 / 0.8); +} +.border-b-fuchsia-200\/90{ + border-bottom-color: rgb(245 208 254 / 0.9); +} +.border-b-fuchsia-200\/95{ + border-bottom-color: rgb(245 208 254 / 0.95); +} +.border-b-fuchsia-200\/100{ + border-bottom-color: rgb(245 208 254 / 1); +} +.border-b-fuchsia-300\/0{ + border-bottom-color: rgb(240 171 252 / 0); +} +.border-b-fuchsia-300\/5{ + border-bottom-color: rgb(240 171 252 / 0.05); +} +.border-b-fuchsia-300\/10{ + border-bottom-color: rgb(240 171 252 / 0.1); +} +.border-b-fuchsia-300\/20{ + border-bottom-color: rgb(240 171 252 / 0.2); +} +.border-b-fuchsia-300\/25{ + border-bottom-color: rgb(240 171 252 / 0.25); +} +.border-b-fuchsia-300\/30{ + border-bottom-color: rgb(240 171 252 / 0.3); +} +.border-b-fuchsia-300\/40{ + border-bottom-color: rgb(240 171 252 / 0.4); +} +.border-b-fuchsia-300\/50{ + border-bottom-color: rgb(240 171 252 / 0.5); +} +.border-b-fuchsia-300\/60{ + border-bottom-color: rgb(240 171 252 / 0.6); +} +.border-b-fuchsia-300\/70{ + border-bottom-color: rgb(240 171 252 / 0.7); +} +.border-b-fuchsia-300\/75{ + border-bottom-color: rgb(240 171 252 / 0.75); +} +.border-b-fuchsia-300\/80{ + border-bottom-color: rgb(240 171 252 / 0.8); +} +.border-b-fuchsia-300\/90{ + border-bottom-color: rgb(240 171 252 / 0.9); +} +.border-b-fuchsia-300\/95{ + border-bottom-color: rgb(240 171 252 / 0.95); +} +.border-b-fuchsia-300\/100{ + border-bottom-color: rgb(240 171 252 / 1); +} +.border-b-fuchsia-400\/0{ + border-bottom-color: rgb(232 121 249 / 0); +} +.border-b-fuchsia-400\/5{ + border-bottom-color: rgb(232 121 249 / 0.05); +} +.border-b-fuchsia-400\/10{ + border-bottom-color: rgb(232 121 249 / 0.1); +} +.border-b-fuchsia-400\/20{ + border-bottom-color: rgb(232 121 249 / 0.2); +} +.border-b-fuchsia-400\/25{ + border-bottom-color: rgb(232 121 249 / 0.25); +} +.border-b-fuchsia-400\/30{ + border-bottom-color: rgb(232 121 249 / 0.3); +} +.border-b-fuchsia-400\/40{ + border-bottom-color: rgb(232 121 249 / 0.4); +} +.border-b-fuchsia-400\/50{ + border-bottom-color: rgb(232 121 249 / 0.5); +} +.border-b-fuchsia-400\/60{ + border-bottom-color: rgb(232 121 249 / 0.6); +} +.border-b-fuchsia-400\/70{ + border-bottom-color: rgb(232 121 249 / 0.7); +} +.border-b-fuchsia-400\/75{ + border-bottom-color: rgb(232 121 249 / 0.75); +} +.border-b-fuchsia-400\/80{ + border-bottom-color: rgb(232 121 249 / 0.8); +} +.border-b-fuchsia-400\/90{ + border-bottom-color: rgb(232 121 249 / 0.9); +} +.border-b-fuchsia-400\/95{ + border-bottom-color: rgb(232 121 249 / 0.95); +} +.border-b-fuchsia-400\/100{ + border-bottom-color: rgb(232 121 249 / 1); +} +.border-b-fuchsia-500\/0{ + border-bottom-color: rgb(217 70 239 / 0); +} +.border-b-fuchsia-500\/5{ + border-bottom-color: rgb(217 70 239 / 0.05); +} +.border-b-fuchsia-500\/10{ + border-bottom-color: rgb(217 70 239 / 0.1); +} +.border-b-fuchsia-500\/20{ + border-bottom-color: rgb(217 70 239 / 0.2); +} +.border-b-fuchsia-500\/25{ + border-bottom-color: rgb(217 70 239 / 0.25); +} +.border-b-fuchsia-500\/30{ + border-bottom-color: rgb(217 70 239 / 0.3); +} +.border-b-fuchsia-500\/40{ + border-bottom-color: rgb(217 70 239 / 0.4); +} +.border-b-fuchsia-500\/50{ + border-bottom-color: rgb(217 70 239 / 0.5); +} +.border-b-fuchsia-500\/60{ + border-bottom-color: rgb(217 70 239 / 0.6); +} +.border-b-fuchsia-500\/70{ + border-bottom-color: rgb(217 70 239 / 0.7); +} +.border-b-fuchsia-500\/75{ + border-bottom-color: rgb(217 70 239 / 0.75); +} +.border-b-fuchsia-500\/80{ + border-bottom-color: rgb(217 70 239 / 0.8); +} +.border-b-fuchsia-500\/90{ + border-bottom-color: rgb(217 70 239 / 0.9); +} +.border-b-fuchsia-500\/95{ + border-bottom-color: rgb(217 70 239 / 0.95); +} +.border-b-fuchsia-500\/100{ + border-bottom-color: rgb(217 70 239 / 1); +} +.border-b-fuchsia-600\/0{ + border-bottom-color: rgb(192 38 211 / 0); +} +.border-b-fuchsia-600\/5{ + border-bottom-color: rgb(192 38 211 / 0.05); +} +.border-b-fuchsia-600\/10{ + border-bottom-color: rgb(192 38 211 / 0.1); +} +.border-b-fuchsia-600\/20{ + border-bottom-color: rgb(192 38 211 / 0.2); +} +.border-b-fuchsia-600\/25{ + border-bottom-color: rgb(192 38 211 / 0.25); +} +.border-b-fuchsia-600\/30{ + border-bottom-color: rgb(192 38 211 / 0.3); +} +.border-b-fuchsia-600\/40{ + border-bottom-color: rgb(192 38 211 / 0.4); +} +.border-b-fuchsia-600\/50{ + border-bottom-color: rgb(192 38 211 / 0.5); +} +.border-b-fuchsia-600\/60{ + border-bottom-color: rgb(192 38 211 / 0.6); +} +.border-b-fuchsia-600\/70{ + border-bottom-color: rgb(192 38 211 / 0.7); +} +.border-b-fuchsia-600\/75{ + border-bottom-color: rgb(192 38 211 / 0.75); +} +.border-b-fuchsia-600\/80{ + border-bottom-color: rgb(192 38 211 / 0.8); +} +.border-b-fuchsia-600\/90{ + border-bottom-color: rgb(192 38 211 / 0.9); +} +.border-b-fuchsia-600\/95{ + border-bottom-color: rgb(192 38 211 / 0.95); +} +.border-b-fuchsia-600\/100{ + border-bottom-color: rgb(192 38 211 / 1); +} +.border-b-fuchsia-700\/0{ + border-bottom-color: rgb(162 28 175 / 0); +} +.border-b-fuchsia-700\/5{ + border-bottom-color: rgb(162 28 175 / 0.05); +} +.border-b-fuchsia-700\/10{ + border-bottom-color: rgb(162 28 175 / 0.1); +} +.border-b-fuchsia-700\/20{ + border-bottom-color: rgb(162 28 175 / 0.2); +} +.border-b-fuchsia-700\/25{ + border-bottom-color: rgb(162 28 175 / 0.25); +} +.border-b-fuchsia-700\/30{ + border-bottom-color: rgb(162 28 175 / 0.3); +} +.border-b-fuchsia-700\/40{ + border-bottom-color: rgb(162 28 175 / 0.4); +} +.border-b-fuchsia-700\/50{ + border-bottom-color: rgb(162 28 175 / 0.5); +} +.border-b-fuchsia-700\/60{ + border-bottom-color: rgb(162 28 175 / 0.6); +} +.border-b-fuchsia-700\/70{ + border-bottom-color: rgb(162 28 175 / 0.7); +} +.border-b-fuchsia-700\/75{ + border-bottom-color: rgb(162 28 175 / 0.75); +} +.border-b-fuchsia-700\/80{ + border-bottom-color: rgb(162 28 175 / 0.8); +} +.border-b-fuchsia-700\/90{ + border-bottom-color: rgb(162 28 175 / 0.9); +} +.border-b-fuchsia-700\/95{ + border-bottom-color: rgb(162 28 175 / 0.95); +} +.border-b-fuchsia-700\/100{ + border-bottom-color: rgb(162 28 175 / 1); +} +.border-b-fuchsia-800\/0{ + border-bottom-color: rgb(134 25 143 / 0); +} +.border-b-fuchsia-800\/5{ + border-bottom-color: rgb(134 25 143 / 0.05); +} +.border-b-fuchsia-800\/10{ + border-bottom-color: rgb(134 25 143 / 0.1); +} +.border-b-fuchsia-800\/20{ + border-bottom-color: rgb(134 25 143 / 0.2); +} +.border-b-fuchsia-800\/25{ + border-bottom-color: rgb(134 25 143 / 0.25); +} +.border-b-fuchsia-800\/30{ + border-bottom-color: rgb(134 25 143 / 0.3); +} +.border-b-fuchsia-800\/40{ + border-bottom-color: rgb(134 25 143 / 0.4); +} +.border-b-fuchsia-800\/50{ + border-bottom-color: rgb(134 25 143 / 0.5); +} +.border-b-fuchsia-800\/60{ + border-bottom-color: rgb(134 25 143 / 0.6); +} +.border-b-fuchsia-800\/70{ + border-bottom-color: rgb(134 25 143 / 0.7); +} +.border-b-fuchsia-800\/75{ + border-bottom-color: rgb(134 25 143 / 0.75); +} +.border-b-fuchsia-800\/80{ + border-bottom-color: rgb(134 25 143 / 0.8); +} +.border-b-fuchsia-800\/90{ + border-bottom-color: rgb(134 25 143 / 0.9); +} +.border-b-fuchsia-800\/95{ + border-bottom-color: rgb(134 25 143 / 0.95); +} +.border-b-fuchsia-800\/100{ + border-bottom-color: rgb(134 25 143 / 1); +} +.border-b-fuchsia-900\/0{ + border-bottom-color: rgb(112 26 117 / 0); +} +.border-b-fuchsia-900\/5{ + border-bottom-color: rgb(112 26 117 / 0.05); +} +.border-b-fuchsia-900\/10{ + border-bottom-color: rgb(112 26 117 / 0.1); +} +.border-b-fuchsia-900\/20{ + border-bottom-color: rgb(112 26 117 / 0.2); +} +.border-b-fuchsia-900\/25{ + border-bottom-color: rgb(112 26 117 / 0.25); +} +.border-b-fuchsia-900\/30{ + border-bottom-color: rgb(112 26 117 / 0.3); +} +.border-b-fuchsia-900\/40{ + border-bottom-color: rgb(112 26 117 / 0.4); +} +.border-b-fuchsia-900\/50{ + border-bottom-color: rgb(112 26 117 / 0.5); +} +.border-b-fuchsia-900\/60{ + border-bottom-color: rgb(112 26 117 / 0.6); +} +.border-b-fuchsia-900\/70{ + border-bottom-color: rgb(112 26 117 / 0.7); +} +.border-b-fuchsia-900\/75{ + border-bottom-color: rgb(112 26 117 / 0.75); +} +.border-b-fuchsia-900\/80{ + border-bottom-color: rgb(112 26 117 / 0.8); +} +.border-b-fuchsia-900\/90{ + border-bottom-color: rgb(112 26 117 / 0.9); +} +.border-b-fuchsia-900\/95{ + border-bottom-color: rgb(112 26 117 / 0.95); +} +.border-b-fuchsia-900\/100{ + border-bottom-color: rgb(112 26 117 / 1); +} +.border-b-pink-50\/0{ + border-bottom-color: rgb(253 242 248 / 0); +} +.border-b-pink-50\/5{ + border-bottom-color: rgb(253 242 248 / 0.05); +} +.border-b-pink-50\/10{ + border-bottom-color: rgb(253 242 248 / 0.1); +} +.border-b-pink-50\/20{ + border-bottom-color: rgb(253 242 248 / 0.2); +} +.border-b-pink-50\/25{ + border-bottom-color: rgb(253 242 248 / 0.25); +} +.border-b-pink-50\/30{ + border-bottom-color: rgb(253 242 248 / 0.3); +} +.border-b-pink-50\/40{ + border-bottom-color: rgb(253 242 248 / 0.4); +} +.border-b-pink-50\/50{ + border-bottom-color: rgb(253 242 248 / 0.5); +} +.border-b-pink-50\/60{ + border-bottom-color: rgb(253 242 248 / 0.6); +} +.border-b-pink-50\/70{ + border-bottom-color: rgb(253 242 248 / 0.7); +} +.border-b-pink-50\/75{ + border-bottom-color: rgb(253 242 248 / 0.75); +} +.border-b-pink-50\/80{ + border-bottom-color: rgb(253 242 248 / 0.8); +} +.border-b-pink-50\/90{ + border-bottom-color: rgb(253 242 248 / 0.9); +} +.border-b-pink-50\/95{ + border-bottom-color: rgb(253 242 248 / 0.95); +} +.border-b-pink-50\/100{ + border-bottom-color: rgb(253 242 248 / 1); +} +.border-b-pink-100\/0{ + border-bottom-color: rgb(252 232 243 / 0); +} +.border-b-pink-100\/5{ + border-bottom-color: rgb(252 232 243 / 0.05); +} +.border-b-pink-100\/10{ + border-bottom-color: rgb(252 232 243 / 0.1); +} +.border-b-pink-100\/20{ + border-bottom-color: rgb(252 232 243 / 0.2); +} +.border-b-pink-100\/25{ + border-bottom-color: rgb(252 232 243 / 0.25); +} +.border-b-pink-100\/30{ + border-bottom-color: rgb(252 232 243 / 0.3); +} +.border-b-pink-100\/40{ + border-bottom-color: rgb(252 232 243 / 0.4); +} +.border-b-pink-100\/50{ + border-bottom-color: rgb(252 232 243 / 0.5); +} +.border-b-pink-100\/60{ + border-bottom-color: rgb(252 232 243 / 0.6); +} +.border-b-pink-100\/70{ + border-bottom-color: rgb(252 232 243 / 0.7); +} +.border-b-pink-100\/75{ + border-bottom-color: rgb(252 232 243 / 0.75); +} +.border-b-pink-100\/80{ + border-bottom-color: rgb(252 232 243 / 0.8); +} +.border-b-pink-100\/90{ + border-bottom-color: rgb(252 232 243 / 0.9); +} +.border-b-pink-100\/95{ + border-bottom-color: rgb(252 232 243 / 0.95); +} +.border-b-pink-100\/100{ + border-bottom-color: rgb(252 232 243 / 1); +} +.border-b-pink-200\/0{ + border-bottom-color: rgb(250 209 232 / 0); +} +.border-b-pink-200\/5{ + border-bottom-color: rgb(250 209 232 / 0.05); +} +.border-b-pink-200\/10{ + border-bottom-color: rgb(250 209 232 / 0.1); +} +.border-b-pink-200\/20{ + border-bottom-color: rgb(250 209 232 / 0.2); +} +.border-b-pink-200\/25{ + border-bottom-color: rgb(250 209 232 / 0.25); +} +.border-b-pink-200\/30{ + border-bottom-color: rgb(250 209 232 / 0.3); +} +.border-b-pink-200\/40{ + border-bottom-color: rgb(250 209 232 / 0.4); +} +.border-b-pink-200\/50{ + border-bottom-color: rgb(250 209 232 / 0.5); +} +.border-b-pink-200\/60{ + border-bottom-color: rgb(250 209 232 / 0.6); +} +.border-b-pink-200\/70{ + border-bottom-color: rgb(250 209 232 / 0.7); +} +.border-b-pink-200\/75{ + border-bottom-color: rgb(250 209 232 / 0.75); +} +.border-b-pink-200\/80{ + border-bottom-color: rgb(250 209 232 / 0.8); +} +.border-b-pink-200\/90{ + border-bottom-color: rgb(250 209 232 / 0.9); +} +.border-b-pink-200\/95{ + border-bottom-color: rgb(250 209 232 / 0.95); +} +.border-b-pink-200\/100{ + border-bottom-color: rgb(250 209 232 / 1); +} +.border-b-pink-300\/0{ + border-bottom-color: rgb(248 180 217 / 0); +} +.border-b-pink-300\/5{ + border-bottom-color: rgb(248 180 217 / 0.05); +} +.border-b-pink-300\/10{ + border-bottom-color: rgb(248 180 217 / 0.1); +} +.border-b-pink-300\/20{ + border-bottom-color: rgb(248 180 217 / 0.2); +} +.border-b-pink-300\/25{ + border-bottom-color: rgb(248 180 217 / 0.25); +} +.border-b-pink-300\/30{ + border-bottom-color: rgb(248 180 217 / 0.3); +} +.border-b-pink-300\/40{ + border-bottom-color: rgb(248 180 217 / 0.4); +} +.border-b-pink-300\/50{ + border-bottom-color: rgb(248 180 217 / 0.5); +} +.border-b-pink-300\/60{ + border-bottom-color: rgb(248 180 217 / 0.6); +} +.border-b-pink-300\/70{ + border-bottom-color: rgb(248 180 217 / 0.7); +} +.border-b-pink-300\/75{ + border-bottom-color: rgb(248 180 217 / 0.75); +} +.border-b-pink-300\/80{ + border-bottom-color: rgb(248 180 217 / 0.8); +} +.border-b-pink-300\/90{ + border-bottom-color: rgb(248 180 217 / 0.9); +} +.border-b-pink-300\/95{ + border-bottom-color: rgb(248 180 217 / 0.95); +} +.border-b-pink-300\/100{ + border-bottom-color: rgb(248 180 217 / 1); +} +.border-b-pink-400\/0{ + border-bottom-color: rgb(241 126 184 / 0); +} +.border-b-pink-400\/5{ + border-bottom-color: rgb(241 126 184 / 0.05); +} +.border-b-pink-400\/10{ + border-bottom-color: rgb(241 126 184 / 0.1); +} +.border-b-pink-400\/20{ + border-bottom-color: rgb(241 126 184 / 0.2); +} +.border-b-pink-400\/25{ + border-bottom-color: rgb(241 126 184 / 0.25); +} +.border-b-pink-400\/30{ + border-bottom-color: rgb(241 126 184 / 0.3); +} +.border-b-pink-400\/40{ + border-bottom-color: rgb(241 126 184 / 0.4); +} +.border-b-pink-400\/50{ + border-bottom-color: rgb(241 126 184 / 0.5); +} +.border-b-pink-400\/60{ + border-bottom-color: rgb(241 126 184 / 0.6); +} +.border-b-pink-400\/70{ + border-bottom-color: rgb(241 126 184 / 0.7); +} +.border-b-pink-400\/75{ + border-bottom-color: rgb(241 126 184 / 0.75); +} +.border-b-pink-400\/80{ + border-bottom-color: rgb(241 126 184 / 0.8); +} +.border-b-pink-400\/90{ + border-bottom-color: rgb(241 126 184 / 0.9); +} +.border-b-pink-400\/95{ + border-bottom-color: rgb(241 126 184 / 0.95); +} +.border-b-pink-400\/100{ + border-bottom-color: rgb(241 126 184 / 1); +} +.border-b-pink-500\/0{ + border-bottom-color: rgb(231 70 148 / 0); +} +.border-b-pink-500\/5{ + border-bottom-color: rgb(231 70 148 / 0.05); +} +.border-b-pink-500\/10{ + border-bottom-color: rgb(231 70 148 / 0.1); +} +.border-b-pink-500\/20{ + border-bottom-color: rgb(231 70 148 / 0.2); +} +.border-b-pink-500\/25{ + border-bottom-color: rgb(231 70 148 / 0.25); +} +.border-b-pink-500\/30{ + border-bottom-color: rgb(231 70 148 / 0.3); +} +.border-b-pink-500\/40{ + border-bottom-color: rgb(231 70 148 / 0.4); +} +.border-b-pink-500\/50{ + border-bottom-color: rgb(231 70 148 / 0.5); +} +.border-b-pink-500\/60{ + border-bottom-color: rgb(231 70 148 / 0.6); +} +.border-b-pink-500\/70{ + border-bottom-color: rgb(231 70 148 / 0.7); +} +.border-b-pink-500\/75{ + border-bottom-color: rgb(231 70 148 / 0.75); +} +.border-b-pink-500\/80{ + border-bottom-color: rgb(231 70 148 / 0.8); +} +.border-b-pink-500\/90{ + border-bottom-color: rgb(231 70 148 / 0.9); +} +.border-b-pink-500\/95{ + border-bottom-color: rgb(231 70 148 / 0.95); +} +.border-b-pink-500\/100{ + border-bottom-color: rgb(231 70 148 / 1); +} +.border-b-pink-600\/0{ + border-bottom-color: rgb(214 31 105 / 0); +} +.border-b-pink-600\/5{ + border-bottom-color: rgb(214 31 105 / 0.05); +} +.border-b-pink-600\/10{ + border-bottom-color: rgb(214 31 105 / 0.1); +} +.border-b-pink-600\/20{ + border-bottom-color: rgb(214 31 105 / 0.2); +} +.border-b-pink-600\/25{ + border-bottom-color: rgb(214 31 105 / 0.25); +} +.border-b-pink-600\/30{ + border-bottom-color: rgb(214 31 105 / 0.3); +} +.border-b-pink-600\/40{ + border-bottom-color: rgb(214 31 105 / 0.4); +} +.border-b-pink-600\/50{ + border-bottom-color: rgb(214 31 105 / 0.5); +} +.border-b-pink-600\/60{ + border-bottom-color: rgb(214 31 105 / 0.6); +} +.border-b-pink-600\/70{ + border-bottom-color: rgb(214 31 105 / 0.7); +} +.border-b-pink-600\/75{ + border-bottom-color: rgb(214 31 105 / 0.75); +} +.border-b-pink-600\/80{ + border-bottom-color: rgb(214 31 105 / 0.8); +} +.border-b-pink-600\/90{ + border-bottom-color: rgb(214 31 105 / 0.9); +} +.border-b-pink-600\/95{ + border-bottom-color: rgb(214 31 105 / 0.95); +} +.border-b-pink-600\/100{ + border-bottom-color: rgb(214 31 105 / 1); +} +.border-b-pink-700\/0{ + border-bottom-color: rgb(191 18 93 / 0); +} +.border-b-pink-700\/5{ + border-bottom-color: rgb(191 18 93 / 0.05); +} +.border-b-pink-700\/10{ + border-bottom-color: rgb(191 18 93 / 0.1); +} +.border-b-pink-700\/20{ + border-bottom-color: rgb(191 18 93 / 0.2); +} +.border-b-pink-700\/25{ + border-bottom-color: rgb(191 18 93 / 0.25); +} +.border-b-pink-700\/30{ + border-bottom-color: rgb(191 18 93 / 0.3); +} +.border-b-pink-700\/40{ + border-bottom-color: rgb(191 18 93 / 0.4); +} +.border-b-pink-700\/50{ + border-bottom-color: rgb(191 18 93 / 0.5); +} +.border-b-pink-700\/60{ + border-bottom-color: rgb(191 18 93 / 0.6); +} +.border-b-pink-700\/70{ + border-bottom-color: rgb(191 18 93 / 0.7); +} +.border-b-pink-700\/75{ + border-bottom-color: rgb(191 18 93 / 0.75); +} +.border-b-pink-700\/80{ + border-bottom-color: rgb(191 18 93 / 0.8); +} +.border-b-pink-700\/90{ + border-bottom-color: rgb(191 18 93 / 0.9); +} +.border-b-pink-700\/95{ + border-bottom-color: rgb(191 18 93 / 0.95); +} +.border-b-pink-700\/100{ + border-bottom-color: rgb(191 18 93 / 1); +} +.border-b-pink-800\/0{ + border-bottom-color: rgb(153 21 75 / 0); +} +.border-b-pink-800\/5{ + border-bottom-color: rgb(153 21 75 / 0.05); +} +.border-b-pink-800\/10{ + border-bottom-color: rgb(153 21 75 / 0.1); +} +.border-b-pink-800\/20{ + border-bottom-color: rgb(153 21 75 / 0.2); +} +.border-b-pink-800\/25{ + border-bottom-color: rgb(153 21 75 / 0.25); +} +.border-b-pink-800\/30{ + border-bottom-color: rgb(153 21 75 / 0.3); +} +.border-b-pink-800\/40{ + border-bottom-color: rgb(153 21 75 / 0.4); +} +.border-b-pink-800\/50{ + border-bottom-color: rgb(153 21 75 / 0.5); +} +.border-b-pink-800\/60{ + border-bottom-color: rgb(153 21 75 / 0.6); +} +.border-b-pink-800\/70{ + border-bottom-color: rgb(153 21 75 / 0.7); +} +.border-b-pink-800\/75{ + border-bottom-color: rgb(153 21 75 / 0.75); +} +.border-b-pink-800\/80{ + border-bottom-color: rgb(153 21 75 / 0.8); +} +.border-b-pink-800\/90{ + border-bottom-color: rgb(153 21 75 / 0.9); +} +.border-b-pink-800\/95{ + border-bottom-color: rgb(153 21 75 / 0.95); +} +.border-b-pink-800\/100{ + border-bottom-color: rgb(153 21 75 / 1); +} +.border-b-pink-900\/0{ + border-bottom-color: rgb(117 26 61 / 0); +} +.border-b-pink-900\/5{ + border-bottom-color: rgb(117 26 61 / 0.05); +} +.border-b-pink-900\/10{ + border-bottom-color: rgb(117 26 61 / 0.1); +} +.border-b-pink-900\/20{ + border-bottom-color: rgb(117 26 61 / 0.2); +} +.border-b-pink-900\/25{ + border-bottom-color: rgb(117 26 61 / 0.25); +} +.border-b-pink-900\/30{ + border-bottom-color: rgb(117 26 61 / 0.3); +} +.border-b-pink-900\/40{ + border-bottom-color: rgb(117 26 61 / 0.4); +} +.border-b-pink-900\/50{ + border-bottom-color: rgb(117 26 61 / 0.5); +} +.border-b-pink-900\/60{ + border-bottom-color: rgb(117 26 61 / 0.6); +} +.border-b-pink-900\/70{ + border-bottom-color: rgb(117 26 61 / 0.7); +} +.border-b-pink-900\/75{ + border-bottom-color: rgb(117 26 61 / 0.75); +} +.border-b-pink-900\/80{ + border-bottom-color: rgb(117 26 61 / 0.8); +} +.border-b-pink-900\/90{ + border-bottom-color: rgb(117 26 61 / 0.9); +} +.border-b-pink-900\/95{ + border-bottom-color: rgb(117 26 61 / 0.95); +} +.border-b-pink-900\/100{ + border-bottom-color: rgb(117 26 61 / 1); +} +.border-b-rose-50\/0{ + border-bottom-color: rgb(255 241 242 / 0); +} +.border-b-rose-50\/5{ + border-bottom-color: rgb(255 241 242 / 0.05); +} +.border-b-rose-50\/10{ + border-bottom-color: rgb(255 241 242 / 0.1); +} +.border-b-rose-50\/20{ + border-bottom-color: rgb(255 241 242 / 0.2); +} +.border-b-rose-50\/25{ + border-bottom-color: rgb(255 241 242 / 0.25); +} +.border-b-rose-50\/30{ + border-bottom-color: rgb(255 241 242 / 0.3); +} +.border-b-rose-50\/40{ + border-bottom-color: rgb(255 241 242 / 0.4); +} +.border-b-rose-50\/50{ + border-bottom-color: rgb(255 241 242 / 0.5); +} +.border-b-rose-50\/60{ + border-bottom-color: rgb(255 241 242 / 0.6); +} +.border-b-rose-50\/70{ + border-bottom-color: rgb(255 241 242 / 0.7); +} +.border-b-rose-50\/75{ + border-bottom-color: rgb(255 241 242 / 0.75); +} +.border-b-rose-50\/80{ + border-bottom-color: rgb(255 241 242 / 0.8); +} +.border-b-rose-50\/90{ + border-bottom-color: rgb(255 241 242 / 0.9); +} +.border-b-rose-50\/95{ + border-bottom-color: rgb(255 241 242 / 0.95); +} +.border-b-rose-50\/100{ + border-bottom-color: rgb(255 241 242 / 1); +} +.border-b-rose-100\/0{ + border-bottom-color: rgb(255 228 230 / 0); +} +.border-b-rose-100\/5{ + border-bottom-color: rgb(255 228 230 / 0.05); +} +.border-b-rose-100\/10{ + border-bottom-color: rgb(255 228 230 / 0.1); +} +.border-b-rose-100\/20{ + border-bottom-color: rgb(255 228 230 / 0.2); +} +.border-b-rose-100\/25{ + border-bottom-color: rgb(255 228 230 / 0.25); +} +.border-b-rose-100\/30{ + border-bottom-color: rgb(255 228 230 / 0.3); +} +.border-b-rose-100\/40{ + border-bottom-color: rgb(255 228 230 / 0.4); +} +.border-b-rose-100\/50{ + border-bottom-color: rgb(255 228 230 / 0.5); +} +.border-b-rose-100\/60{ + border-bottom-color: rgb(255 228 230 / 0.6); +} +.border-b-rose-100\/70{ + border-bottom-color: rgb(255 228 230 / 0.7); +} +.border-b-rose-100\/75{ + border-bottom-color: rgb(255 228 230 / 0.75); +} +.border-b-rose-100\/80{ + border-bottom-color: rgb(255 228 230 / 0.8); +} +.border-b-rose-100\/90{ + border-bottom-color: rgb(255 228 230 / 0.9); +} +.border-b-rose-100\/95{ + border-bottom-color: rgb(255 228 230 / 0.95); +} +.border-b-rose-100\/100{ + border-bottom-color: rgb(255 228 230 / 1); +} +.border-b-rose-200\/0{ + border-bottom-color: rgb(254 205 211 / 0); +} +.border-b-rose-200\/5{ + border-bottom-color: rgb(254 205 211 / 0.05); +} +.border-b-rose-200\/10{ + border-bottom-color: rgb(254 205 211 / 0.1); +} +.border-b-rose-200\/20{ + border-bottom-color: rgb(254 205 211 / 0.2); +} +.border-b-rose-200\/25{ + border-bottom-color: rgb(254 205 211 / 0.25); +} +.border-b-rose-200\/30{ + border-bottom-color: rgb(254 205 211 / 0.3); +} +.border-b-rose-200\/40{ + border-bottom-color: rgb(254 205 211 / 0.4); +} +.border-b-rose-200\/50{ + border-bottom-color: rgb(254 205 211 / 0.5); +} +.border-b-rose-200\/60{ + border-bottom-color: rgb(254 205 211 / 0.6); +} +.border-b-rose-200\/70{ + border-bottom-color: rgb(254 205 211 / 0.7); +} +.border-b-rose-200\/75{ + border-bottom-color: rgb(254 205 211 / 0.75); +} +.border-b-rose-200\/80{ + border-bottom-color: rgb(254 205 211 / 0.8); +} +.border-b-rose-200\/90{ + border-bottom-color: rgb(254 205 211 / 0.9); +} +.border-b-rose-200\/95{ + border-bottom-color: rgb(254 205 211 / 0.95); +} +.border-b-rose-200\/100{ + border-bottom-color: rgb(254 205 211 / 1); +} +.border-b-rose-300\/0{ + border-bottom-color: rgb(253 164 175 / 0); +} +.border-b-rose-300\/5{ + border-bottom-color: rgb(253 164 175 / 0.05); +} +.border-b-rose-300\/10{ + border-bottom-color: rgb(253 164 175 / 0.1); +} +.border-b-rose-300\/20{ + border-bottom-color: rgb(253 164 175 / 0.2); +} +.border-b-rose-300\/25{ + border-bottom-color: rgb(253 164 175 / 0.25); +} +.border-b-rose-300\/30{ + border-bottom-color: rgb(253 164 175 / 0.3); +} +.border-b-rose-300\/40{ + border-bottom-color: rgb(253 164 175 / 0.4); +} +.border-b-rose-300\/50{ + border-bottom-color: rgb(253 164 175 / 0.5); +} +.border-b-rose-300\/60{ + border-bottom-color: rgb(253 164 175 / 0.6); +} +.border-b-rose-300\/70{ + border-bottom-color: rgb(253 164 175 / 0.7); +} +.border-b-rose-300\/75{ + border-bottom-color: rgb(253 164 175 / 0.75); +} +.border-b-rose-300\/80{ + border-bottom-color: rgb(253 164 175 / 0.8); +} +.border-b-rose-300\/90{ + border-bottom-color: rgb(253 164 175 / 0.9); +} +.border-b-rose-300\/95{ + border-bottom-color: rgb(253 164 175 / 0.95); +} +.border-b-rose-300\/100{ + border-bottom-color: rgb(253 164 175 / 1); +} +.border-b-rose-400\/0{ + border-bottom-color: rgb(251 113 133 / 0); +} +.border-b-rose-400\/5{ + border-bottom-color: rgb(251 113 133 / 0.05); +} +.border-b-rose-400\/10{ + border-bottom-color: rgb(251 113 133 / 0.1); +} +.border-b-rose-400\/20{ + border-bottom-color: rgb(251 113 133 / 0.2); +} +.border-b-rose-400\/25{ + border-bottom-color: rgb(251 113 133 / 0.25); +} +.border-b-rose-400\/30{ + border-bottom-color: rgb(251 113 133 / 0.3); +} +.border-b-rose-400\/40{ + border-bottom-color: rgb(251 113 133 / 0.4); +} +.border-b-rose-400\/50{ + border-bottom-color: rgb(251 113 133 / 0.5); +} +.border-b-rose-400\/60{ + border-bottom-color: rgb(251 113 133 / 0.6); +} +.border-b-rose-400\/70{ + border-bottom-color: rgb(251 113 133 / 0.7); +} +.border-b-rose-400\/75{ + border-bottom-color: rgb(251 113 133 / 0.75); +} +.border-b-rose-400\/80{ + border-bottom-color: rgb(251 113 133 / 0.8); +} +.border-b-rose-400\/90{ + border-bottom-color: rgb(251 113 133 / 0.9); +} +.border-b-rose-400\/95{ + border-bottom-color: rgb(251 113 133 / 0.95); +} +.border-b-rose-400\/100{ + border-bottom-color: rgb(251 113 133 / 1); +} +.border-b-rose-500\/0{ + border-bottom-color: rgb(244 63 94 / 0); +} +.border-b-rose-500\/5{ + border-bottom-color: rgb(244 63 94 / 0.05); +} +.border-b-rose-500\/10{ + border-bottom-color: rgb(244 63 94 / 0.1); +} +.border-b-rose-500\/20{ + border-bottom-color: rgb(244 63 94 / 0.2); +} +.border-b-rose-500\/25{ + border-bottom-color: rgb(244 63 94 / 0.25); +} +.border-b-rose-500\/30{ + border-bottom-color: rgb(244 63 94 / 0.3); +} +.border-b-rose-500\/40{ + border-bottom-color: rgb(244 63 94 / 0.4); +} +.border-b-rose-500\/50{ + border-bottom-color: rgb(244 63 94 / 0.5); +} +.border-b-rose-500\/60{ + border-bottom-color: rgb(244 63 94 / 0.6); +} +.border-b-rose-500\/70{ + border-bottom-color: rgb(244 63 94 / 0.7); +} +.border-b-rose-500\/75{ + border-bottom-color: rgb(244 63 94 / 0.75); +} +.border-b-rose-500\/80{ + border-bottom-color: rgb(244 63 94 / 0.8); +} +.border-b-rose-500\/90{ + border-bottom-color: rgb(244 63 94 / 0.9); +} +.border-b-rose-500\/95{ + border-bottom-color: rgb(244 63 94 / 0.95); +} +.border-b-rose-500\/100{ + border-bottom-color: rgb(244 63 94 / 1); +} +.border-b-rose-600\/0{ + border-bottom-color: rgb(225 29 72 / 0); +} +.border-b-rose-600\/5{ + border-bottom-color: rgb(225 29 72 / 0.05); +} +.border-b-rose-600\/10{ + border-bottom-color: rgb(225 29 72 / 0.1); +} +.border-b-rose-600\/20{ + border-bottom-color: rgb(225 29 72 / 0.2); +} +.border-b-rose-600\/25{ + border-bottom-color: rgb(225 29 72 / 0.25); +} +.border-b-rose-600\/30{ + border-bottom-color: rgb(225 29 72 / 0.3); +} +.border-b-rose-600\/40{ + border-bottom-color: rgb(225 29 72 / 0.4); +} +.border-b-rose-600\/50{ + border-bottom-color: rgb(225 29 72 / 0.5); +} +.border-b-rose-600\/60{ + border-bottom-color: rgb(225 29 72 / 0.6); +} +.border-b-rose-600\/70{ + border-bottom-color: rgb(225 29 72 / 0.7); +} +.border-b-rose-600\/75{ + border-bottom-color: rgb(225 29 72 / 0.75); +} +.border-b-rose-600\/80{ + border-bottom-color: rgb(225 29 72 / 0.8); +} +.border-b-rose-600\/90{ + border-bottom-color: rgb(225 29 72 / 0.9); +} +.border-b-rose-600\/95{ + border-bottom-color: rgb(225 29 72 / 0.95); +} +.border-b-rose-600\/100{ + border-bottom-color: rgb(225 29 72 / 1); +} +.border-b-rose-700\/0{ + border-bottom-color: rgb(190 18 60 / 0); +} +.border-b-rose-700\/5{ + border-bottom-color: rgb(190 18 60 / 0.05); +} +.border-b-rose-700\/10{ + border-bottom-color: rgb(190 18 60 / 0.1); +} +.border-b-rose-700\/20{ + border-bottom-color: rgb(190 18 60 / 0.2); +} +.border-b-rose-700\/25{ + border-bottom-color: rgb(190 18 60 / 0.25); +} +.border-b-rose-700\/30{ + border-bottom-color: rgb(190 18 60 / 0.3); +} +.border-b-rose-700\/40{ + border-bottom-color: rgb(190 18 60 / 0.4); +} +.border-b-rose-700\/50{ + border-bottom-color: rgb(190 18 60 / 0.5); +} +.border-b-rose-700\/60{ + border-bottom-color: rgb(190 18 60 / 0.6); +} +.border-b-rose-700\/70{ + border-bottom-color: rgb(190 18 60 / 0.7); +} +.border-b-rose-700\/75{ + border-bottom-color: rgb(190 18 60 / 0.75); +} +.border-b-rose-700\/80{ + border-bottom-color: rgb(190 18 60 / 0.8); +} +.border-b-rose-700\/90{ + border-bottom-color: rgb(190 18 60 / 0.9); +} +.border-b-rose-700\/95{ + border-bottom-color: rgb(190 18 60 / 0.95); +} +.border-b-rose-700\/100{ + border-bottom-color: rgb(190 18 60 / 1); +} +.border-b-rose-800\/0{ + border-bottom-color: rgb(159 18 57 / 0); +} +.border-b-rose-800\/5{ + border-bottom-color: rgb(159 18 57 / 0.05); +} +.border-b-rose-800\/10{ + border-bottom-color: rgb(159 18 57 / 0.1); +} +.border-b-rose-800\/20{ + border-bottom-color: rgb(159 18 57 / 0.2); +} +.border-b-rose-800\/25{ + border-bottom-color: rgb(159 18 57 / 0.25); +} +.border-b-rose-800\/30{ + border-bottom-color: rgb(159 18 57 / 0.3); +} +.border-b-rose-800\/40{ + border-bottom-color: rgb(159 18 57 / 0.4); +} +.border-b-rose-800\/50{ + border-bottom-color: rgb(159 18 57 / 0.5); +} +.border-b-rose-800\/60{ + border-bottom-color: rgb(159 18 57 / 0.6); +} +.border-b-rose-800\/70{ + border-bottom-color: rgb(159 18 57 / 0.7); +} +.border-b-rose-800\/75{ + border-bottom-color: rgb(159 18 57 / 0.75); +} +.border-b-rose-800\/80{ + border-bottom-color: rgb(159 18 57 / 0.8); +} +.border-b-rose-800\/90{ + border-bottom-color: rgb(159 18 57 / 0.9); +} +.border-b-rose-800\/95{ + border-bottom-color: rgb(159 18 57 / 0.95); +} +.border-b-rose-800\/100{ + border-bottom-color: rgb(159 18 57 / 1); +} +.border-b-rose-900\/0{ + border-bottom-color: rgb(136 19 55 / 0); +} +.border-b-rose-900\/5{ + border-bottom-color: rgb(136 19 55 / 0.05); +} +.border-b-rose-900\/10{ + border-bottom-color: rgb(136 19 55 / 0.1); +} +.border-b-rose-900\/20{ + border-bottom-color: rgb(136 19 55 / 0.2); +} +.border-b-rose-900\/25{ + border-bottom-color: rgb(136 19 55 / 0.25); +} +.border-b-rose-900\/30{ + border-bottom-color: rgb(136 19 55 / 0.3); +} +.border-b-rose-900\/40{ + border-bottom-color: rgb(136 19 55 / 0.4); +} +.border-b-rose-900\/50{ + border-bottom-color: rgb(136 19 55 / 0.5); +} +.border-b-rose-900\/60{ + border-bottom-color: rgb(136 19 55 / 0.6); +} +.border-b-rose-900\/70{ + border-bottom-color: rgb(136 19 55 / 0.7); +} +.border-b-rose-900\/75{ + border-bottom-color: rgb(136 19 55 / 0.75); +} +.border-b-rose-900\/80{ + border-bottom-color: rgb(136 19 55 / 0.8); +} +.border-b-rose-900\/90{ + border-bottom-color: rgb(136 19 55 / 0.9); +} +.border-b-rose-900\/95{ + border-bottom-color: rgb(136 19 55 / 0.95); +} +.border-b-rose-900\/100{ + border-bottom-color: rgb(136 19 55 / 1); +} +.border-b-rose\/0{ + border-bottom-color: rgb(244 63 94 / 0); +} +.border-b-rose\/5{ + border-bottom-color: rgb(244 63 94 / 0.05); +} +.border-b-rose\/10{ + border-bottom-color: rgb(244 63 94 / 0.1); +} +.border-b-rose\/20{ + border-bottom-color: rgb(244 63 94 / 0.2); +} +.border-b-rose\/25{ + border-bottom-color: rgb(244 63 94 / 0.25); +} +.border-b-rose\/30{ + border-bottom-color: rgb(244 63 94 / 0.3); +} +.border-b-rose\/40{ + border-bottom-color: rgb(244 63 94 / 0.4); +} +.border-b-rose\/50{ + border-bottom-color: rgb(244 63 94 / 0.5); +} +.border-b-rose\/60{ + border-bottom-color: rgb(244 63 94 / 0.6); +} +.border-b-rose\/70{ + border-bottom-color: rgb(244 63 94 / 0.7); +} +.border-b-rose\/75{ + border-bottom-color: rgb(244 63 94 / 0.75); +} +.border-b-rose\/80{ + border-bottom-color: rgb(244 63 94 / 0.8); +} +.border-b-rose\/90{ + border-bottom-color: rgb(244 63 94 / 0.9); +} +.border-b-rose\/95{ + border-bottom-color: rgb(244 63 94 / 0.95); +} +.border-b-rose\/100{ + border-bottom-color: rgb(244 63 94 / 1); +} +.border-b-lilac-100\/0{ + border-bottom-color: rgb(245 247 250 / 0); +} +.border-b-lilac-100\/5{ + border-bottom-color: rgb(245 247 250 / 0.05); +} +.border-b-lilac-100\/10{ + border-bottom-color: rgb(245 247 250 / 0.1); +} +.border-b-lilac-100\/20{ + border-bottom-color: rgb(245 247 250 / 0.2); +} +.border-b-lilac-100\/25{ + border-bottom-color: rgb(245 247 250 / 0.25); +} +.border-b-lilac-100\/30{ + border-bottom-color: rgb(245 247 250 / 0.3); +} +.border-b-lilac-100\/40{ + border-bottom-color: rgb(245 247 250 / 0.4); +} +.border-b-lilac-100\/50{ + border-bottom-color: rgb(245 247 250 / 0.5); +} +.border-b-lilac-100\/60{ + border-bottom-color: rgb(245 247 250 / 0.6); +} +.border-b-lilac-100\/70{ + border-bottom-color: rgb(245 247 250 / 0.7); +} +.border-b-lilac-100\/75{ + border-bottom-color: rgb(245 247 250 / 0.75); +} +.border-b-lilac-100\/80{ + border-bottom-color: rgb(245 247 250 / 0.8); +} +.border-b-lilac-100\/90{ + border-bottom-color: rgb(245 247 250 / 0.9); +} +.border-b-lilac-100\/95{ + border-bottom-color: rgb(245 247 250 / 0.95); +} +.border-b-lilac-100\/100{ + border-bottom-color: rgb(245 247 250 / 1); +} +.border-b-lilac-300\/0{ + border-bottom-color: rgb(237 240 252 / 0); +} +.border-b-lilac-300\/5{ + border-bottom-color: rgb(237 240 252 / 0.05); +} +.border-b-lilac-300\/10{ + border-bottom-color: rgb(237 240 252 / 0.1); +} +.border-b-lilac-300\/20{ + border-bottom-color: rgb(237 240 252 / 0.2); +} +.border-b-lilac-300\/25{ + border-bottom-color: rgb(237 240 252 / 0.25); +} +.border-b-lilac-300\/30{ + border-bottom-color: rgb(237 240 252 / 0.3); +} +.border-b-lilac-300\/40{ + border-bottom-color: rgb(237 240 252 / 0.4); +} +.border-b-lilac-300\/50{ + border-bottom-color: rgb(237 240 252 / 0.5); +} +.border-b-lilac-300\/60{ + border-bottom-color: rgb(237 240 252 / 0.6); +} +.border-b-lilac-300\/70{ + border-bottom-color: rgb(237 240 252 / 0.7); +} +.border-b-lilac-300\/75{ + border-bottom-color: rgb(237 240 252 / 0.75); +} +.border-b-lilac-300\/80{ + border-bottom-color: rgb(237 240 252 / 0.8); +} +.border-b-lilac-300\/90{ + border-bottom-color: rgb(237 240 252 / 0.9); +} +.border-b-lilac-300\/95{ + border-bottom-color: rgb(237 240 252 / 0.95); +} +.border-b-lilac-300\/100{ + border-bottom-color: rgb(237 240 252 / 1); +} +.border-b-lilac-900\/0{ + border-bottom-color: rgb(220 226 249 / 0); +} +.border-b-lilac-900\/5{ + border-bottom-color: rgb(220 226 249 / 0.05); +} +.border-b-lilac-900\/10{ + border-bottom-color: rgb(220 226 249 / 0.1); +} +.border-b-lilac-900\/20{ + border-bottom-color: rgb(220 226 249 / 0.2); +} +.border-b-lilac-900\/25{ + border-bottom-color: rgb(220 226 249 / 0.25); +} +.border-b-lilac-900\/30{ + border-bottom-color: rgb(220 226 249 / 0.3); +} +.border-b-lilac-900\/40{ + border-bottom-color: rgb(220 226 249 / 0.4); +} +.border-b-lilac-900\/50{ + border-bottom-color: rgb(220 226 249 / 0.5); +} +.border-b-lilac-900\/60{ + border-bottom-color: rgb(220 226 249 / 0.6); +} +.border-b-lilac-900\/70{ + border-bottom-color: rgb(220 226 249 / 0.7); +} +.border-b-lilac-900\/75{ + border-bottom-color: rgb(220 226 249 / 0.75); +} +.border-b-lilac-900\/80{ + border-bottom-color: rgb(220 226 249 / 0.8); +} +.border-b-lilac-900\/90{ + border-bottom-color: rgb(220 226 249 / 0.9); +} +.border-b-lilac-900\/95{ + border-bottom-color: rgb(220 226 249 / 0.95); +} +.border-b-lilac-900\/100{ + border-bottom-color: rgb(220 226 249 / 1); +} +.border-b-lilac\/0{ + border-bottom-color: rgb(248 249 254 / 0); +} +.border-b-lilac\/5{ + border-bottom-color: rgb(248 249 254 / 0.05); +} +.border-b-lilac\/10{ + border-bottom-color: rgb(248 249 254 / 0.1); +} +.border-b-lilac\/20{ + border-bottom-color: rgb(248 249 254 / 0.2); +} +.border-b-lilac\/25{ + border-bottom-color: rgb(248 249 254 / 0.25); +} +.border-b-lilac\/30{ + border-bottom-color: rgb(248 249 254 / 0.3); +} +.border-b-lilac\/40{ + border-bottom-color: rgb(248 249 254 / 0.4); +} +.border-b-lilac\/50{ + border-bottom-color: rgb(248 249 254 / 0.5); +} +.border-b-lilac\/60{ + border-bottom-color: rgb(248 249 254 / 0.6); +} +.border-b-lilac\/70{ + border-bottom-color: rgb(248 249 254 / 0.7); +} +.border-b-lilac\/75{ + border-bottom-color: rgb(248 249 254 / 0.75); +} +.border-b-lilac\/80{ + border-bottom-color: rgb(248 249 254 / 0.8); +} +.border-b-lilac\/90{ + border-bottom-color: rgb(248 249 254 / 0.9); +} +.border-b-lilac\/95{ + border-bottom-color: rgb(248 249 254 / 0.95); +} +.border-b-lilac\/100{ + border-bottom-color: rgb(248 249 254 / 1); +} +.border-b-golden-900\/0{ + border-bottom-color: rgb(191 184 130 / 0); +} +.border-b-golden-900\/5{ + border-bottom-color: rgb(191 184 130 / 0.05); +} +.border-b-golden-900\/10{ + border-bottom-color: rgb(191 184 130 / 0.1); +} +.border-b-golden-900\/20{ + border-bottom-color: rgb(191 184 130 / 0.2); +} +.border-b-golden-900\/25{ + border-bottom-color: rgb(191 184 130 / 0.25); +} +.border-b-golden-900\/30{ + border-bottom-color: rgb(191 184 130 / 0.3); +} +.border-b-golden-900\/40{ + border-bottom-color: rgb(191 184 130 / 0.4); +} +.border-b-golden-900\/50{ + border-bottom-color: rgb(191 184 130 / 0.5); +} +.border-b-golden-900\/60{ + border-bottom-color: rgb(191 184 130 / 0.6); +} +.border-b-golden-900\/70{ + border-bottom-color: rgb(191 184 130 / 0.7); +} +.border-b-golden-900\/75{ + border-bottom-color: rgb(191 184 130 / 0.75); +} +.border-b-golden-900\/80{ + border-bottom-color: rgb(191 184 130 / 0.8); +} +.border-b-golden-900\/90{ + border-bottom-color: rgb(191 184 130 / 0.9); +} +.border-b-golden-900\/95{ + border-bottom-color: rgb(191 184 130 / 0.95); +} +.border-b-golden-900\/100{ + border-bottom-color: rgb(191 184 130 / 1); +} +.border-b-golden\/0{ + border-bottom-color: rgb(209 201 137 / 0); +} +.border-b-golden\/5{ + border-bottom-color: rgb(209 201 137 / 0.05); +} +.border-b-golden\/10{ + border-bottom-color: rgb(209 201 137 / 0.1); +} +.border-b-golden\/20{ + border-bottom-color: rgb(209 201 137 / 0.2); +} +.border-b-golden\/25{ + border-bottom-color: rgb(209 201 137 / 0.25); +} +.border-b-golden\/30{ + border-bottom-color: rgb(209 201 137 / 0.3); +} +.border-b-golden\/40{ + border-bottom-color: rgb(209 201 137 / 0.4); +} +.border-b-golden\/50{ + border-bottom-color: rgb(209 201 137 / 0.5); +} +.border-b-golden\/60{ + border-bottom-color: rgb(209 201 137 / 0.6); +} +.border-b-golden\/70{ + border-bottom-color: rgb(209 201 137 / 0.7); +} +.border-b-golden\/75{ + border-bottom-color: rgb(209 201 137 / 0.75); +} +.border-b-golden\/80{ + border-bottom-color: rgb(209 201 137 / 0.8); +} +.border-b-golden\/90{ + border-bottom-color: rgb(209 201 137 / 0.9); +} +.border-b-golden\/95{ + border-bottom-color: rgb(209 201 137 / 0.95); +} +.border-b-golden\/100{ + border-bottom-color: rgb(209 201 137 / 1); +} +.border-b-status-success\/0{ + border-bottom-color: rgb(241 246 238 / 0); +} +.border-b-status-success\/5{ + border-bottom-color: rgb(241 246 238 / 0.05); +} +.border-b-status-success\/10{ + border-bottom-color: rgb(241 246 238 / 0.1); +} +.border-b-status-success\/20{ + border-bottom-color: rgb(241 246 238 / 0.2); +} +.border-b-status-success\/25{ + border-bottom-color: rgb(241 246 238 / 0.25); +} +.border-b-status-success\/30{ + border-bottom-color: rgb(241 246 238 / 0.3); +} +.border-b-status-success\/40{ + border-bottom-color: rgb(241 246 238 / 0.4); +} +.border-b-status-success\/50{ + border-bottom-color: rgb(241 246 238 / 0.5); +} +.border-b-status-success\/60{ + border-bottom-color: rgb(241 246 238 / 0.6); +} +.border-b-status-success\/70{ + border-bottom-color: rgb(241 246 238 / 0.7); +} +.border-b-status-success\/75{ + border-bottom-color: rgb(241 246 238 / 0.75); +} +.border-b-status-success\/80{ + border-bottom-color: rgb(241 246 238 / 0.8); +} +.border-b-status-success\/90{ + border-bottom-color: rgb(241 246 238 / 0.9); +} +.border-b-status-success\/95{ + border-bottom-color: rgb(241 246 238 / 0.95); +} +.border-b-status-success\/100{ + border-bottom-color: rgb(241 246 238 / 1); +} +.border-b-status-danger\/0{ + border-bottom-color: rgb(250 230 230 / 0); +} +.border-b-status-danger\/5{ + border-bottom-color: rgb(250 230 230 / 0.05); +} +.border-b-status-danger\/10{ + border-bottom-color: rgb(250 230 230 / 0.1); +} +.border-b-status-danger\/20{ + border-bottom-color: rgb(250 230 230 / 0.2); +} +.border-b-status-danger\/25{ + border-bottom-color: rgb(250 230 230 / 0.25); +} +.border-b-status-danger\/30{ + border-bottom-color: rgb(250 230 230 / 0.3); +} +.border-b-status-danger\/40{ + border-bottom-color: rgb(250 230 230 / 0.4); +} +.border-b-status-danger\/50{ + border-bottom-color: rgb(250 230 230 / 0.5); +} +.border-b-status-danger\/60{ + border-bottom-color: rgb(250 230 230 / 0.6); +} +.border-b-status-danger\/70{ + border-bottom-color: rgb(250 230 230 / 0.7); +} +.border-b-status-danger\/75{ + border-bottom-color: rgb(250 230 230 / 0.75); +} +.border-b-status-danger\/80{ + border-bottom-color: rgb(250 230 230 / 0.8); +} +.border-b-status-danger\/90{ + border-bottom-color: rgb(250 230 230 / 0.9); +} +.border-b-status-danger\/95{ + border-bottom-color: rgb(250 230 230 / 0.95); +} +.border-b-status-danger\/100{ + border-bottom-color: rgb(250 230 230 / 1); +} +.border-b-status-sent\/0{ + border-bottom-color: rgb(254 245 231 / 0); +} +.border-b-status-sent\/5{ + border-bottom-color: rgb(254 245 231 / 0.05); +} +.border-b-status-sent\/10{ + border-bottom-color: rgb(254 245 231 / 0.1); +} +.border-b-status-sent\/20{ + border-bottom-color: rgb(254 245 231 / 0.2); +} +.border-b-status-sent\/25{ + border-bottom-color: rgb(254 245 231 / 0.25); +} +.border-b-status-sent\/30{ + border-bottom-color: rgb(254 245 231 / 0.3); +} +.border-b-status-sent\/40{ + border-bottom-color: rgb(254 245 231 / 0.4); +} +.border-b-status-sent\/50{ + border-bottom-color: rgb(254 245 231 / 0.5); +} +.border-b-status-sent\/60{ + border-bottom-color: rgb(254 245 231 / 0.6); +} +.border-b-status-sent\/70{ + border-bottom-color: rgb(254 245 231 / 0.7); +} +.border-b-status-sent\/75{ + border-bottom-color: rgb(254 245 231 / 0.75); +} +.border-b-status-sent\/80{ + border-bottom-color: rgb(254 245 231 / 0.8); +} +.border-b-status-sent\/90{ + border-bottom-color: rgb(254 245 231 / 0.9); +} +.border-b-status-sent\/95{ + border-bottom-color: rgb(254 245 231 / 0.95); +} +.border-b-status-sent\/100{ + border-bottom-color: rgb(254 245 231 / 1); +} +.border-b-status-viewed\/0{ + border-bottom-color: rgb(238 238 243 / 0); +} +.border-b-status-viewed\/5{ + border-bottom-color: rgb(238 238 243 / 0.05); +} +.border-b-status-viewed\/10{ + border-bottom-color: rgb(238 238 243 / 0.1); +} +.border-b-status-viewed\/20{ + border-bottom-color: rgb(238 238 243 / 0.2); +} +.border-b-status-viewed\/25{ + border-bottom-color: rgb(238 238 243 / 0.25); +} +.border-b-status-viewed\/30{ + border-bottom-color: rgb(238 238 243 / 0.3); +} +.border-b-status-viewed\/40{ + border-bottom-color: rgb(238 238 243 / 0.4); +} +.border-b-status-viewed\/50{ + border-bottom-color: rgb(238 238 243 / 0.5); +} +.border-b-status-viewed\/60{ + border-bottom-color: rgb(238 238 243 / 0.6); +} +.border-b-status-viewed\/70{ + border-bottom-color: rgb(238 238 243 / 0.7); +} +.border-b-status-viewed\/75{ + border-bottom-color: rgb(238 238 243 / 0.75); +} +.border-b-status-viewed\/80{ + border-bottom-color: rgb(238 238 243 / 0.8); +} +.border-b-status-viewed\/90{ + border-bottom-color: rgb(238 238 243 / 0.9); +} +.border-b-status-viewed\/95{ + border-bottom-color: rgb(238 238 243 / 0.95); +} +.border-b-status-viewed\/100{ + border-bottom-color: rgb(238 238 243 / 1); +} +.border-b-status-draft\/0{ + border-bottom-color: rgb(236 236 236 / 0); +} +.border-b-status-draft\/5{ + border-bottom-color: rgb(236 236 236 / 0.05); +} +.border-b-status-draft\/10{ + border-bottom-color: rgb(236 236 236 / 0.1); +} +.border-b-status-draft\/20{ + border-bottom-color: rgb(236 236 236 / 0.2); +} +.border-b-status-draft\/25{ + border-bottom-color: rgb(236 236 236 / 0.25); +} +.border-b-status-draft\/30{ + border-bottom-color: rgb(236 236 236 / 0.3); +} +.border-b-status-draft\/40{ + border-bottom-color: rgb(236 236 236 / 0.4); +} +.border-b-status-draft\/50{ + border-bottom-color: rgb(236 236 236 / 0.5); +} +.border-b-status-draft\/60{ + border-bottom-color: rgb(236 236 236 / 0.6); +} +.border-b-status-draft\/70{ + border-bottom-color: rgb(236 236 236 / 0.7); +} +.border-b-status-draft\/75{ + border-bottom-color: rgb(236 236 236 / 0.75); +} +.border-b-status-draft\/80{ + border-bottom-color: rgb(236 236 236 / 0.8); +} +.border-b-status-draft\/90{ + border-bottom-color: rgb(236 236 236 / 0.9); +} +.border-b-status-draft\/95{ + border-bottom-color: rgb(236 236 236 / 0.95); +} +.border-b-status-draft\/100{ + border-bottom-color: rgb(236 236 236 / 1); +} +.border-b-status-partial\/0{ + border-bottom-color: rgb(230 241 246 / 0); +} +.border-b-status-partial\/5{ + border-bottom-color: rgb(230 241 246 / 0.05); +} +.border-b-status-partial\/10{ + border-bottom-color: rgb(230 241 246 / 0.1); +} +.border-b-status-partial\/20{ + border-bottom-color: rgb(230 241 246 / 0.2); +} +.border-b-status-partial\/25{ + border-bottom-color: rgb(230 241 246 / 0.25); +} +.border-b-status-partial\/30{ + border-bottom-color: rgb(230 241 246 / 0.3); +} +.border-b-status-partial\/40{ + border-bottom-color: rgb(230 241 246 / 0.4); +} +.border-b-status-partial\/50{ + border-bottom-color: rgb(230 241 246 / 0.5); +} +.border-b-status-partial\/60{ + border-bottom-color: rgb(230 241 246 / 0.6); +} +.border-b-status-partial\/70{ + border-bottom-color: rgb(230 241 246 / 0.7); +} +.border-b-status-partial\/75{ + border-bottom-color: rgb(230 241 246 / 0.75); +} +.border-b-status-partial\/80{ + border-bottom-color: rgb(230 241 246 / 0.8); +} +.border-b-status-partial\/90{ + border-bottom-color: rgb(230 241 246 / 0.9); +} +.border-b-status-partial\/95{ + border-bottom-color: rgb(230 241 246 / 0.95); +} +.border-b-status-partial\/100{ + border-bottom-color: rgb(230 241 246 / 1); +} +.border-b-status-canceled\/0{ + border-bottom-color: rgb(40 40 40 / 0); +} +.border-b-status-canceled\/5{ + border-bottom-color: rgb(40 40 40 / 0.05); +} +.border-b-status-canceled\/10{ + border-bottom-color: rgb(40 40 40 / 0.1); +} +.border-b-status-canceled\/20{ + border-bottom-color: rgb(40 40 40 / 0.2); +} +.border-b-status-canceled\/25{ + border-bottom-color: rgb(40 40 40 / 0.25); +} +.border-b-status-canceled\/30{ + border-bottom-color: rgb(40 40 40 / 0.3); +} +.border-b-status-canceled\/40{ + border-bottom-color: rgb(40 40 40 / 0.4); +} +.border-b-status-canceled\/50{ + border-bottom-color: rgb(40 40 40 / 0.5); +} +.border-b-status-canceled\/60{ + border-bottom-color: rgb(40 40 40 / 0.6); +} +.border-b-status-canceled\/70{ + border-bottom-color: rgb(40 40 40 / 0.7); +} +.border-b-status-canceled\/75{ + border-bottom-color: rgb(40 40 40 / 0.75); +} +.border-b-status-canceled\/80{ + border-bottom-color: rgb(40 40 40 / 0.8); +} +.border-b-status-canceled\/90{ + border-bottom-color: rgb(40 40 40 / 0.9); +} +.border-b-status-canceled\/95{ + border-bottom-color: rgb(40 40 40 / 0.95); +} +.border-b-status-canceled\/100{ + border-bottom-color: rgb(40 40 40 / 1); +} +.border-b-status-warning\/0{ + border-bottom-color: rgb(254 245 231 / 0); +} +.border-b-status-warning\/5{ + border-bottom-color: rgb(254 245 231 / 0.05); +} +.border-b-status-warning\/10{ + border-bottom-color: rgb(254 245 231 / 0.1); +} +.border-b-status-warning\/20{ + border-bottom-color: rgb(254 245 231 / 0.2); +} +.border-b-status-warning\/25{ + border-bottom-color: rgb(254 245 231 / 0.25); +} +.border-b-status-warning\/30{ + border-bottom-color: rgb(254 245 231 / 0.3); +} +.border-b-status-warning\/40{ + border-bottom-color: rgb(254 245 231 / 0.4); +} +.border-b-status-warning\/50{ + border-bottom-color: rgb(254 245 231 / 0.5); +} +.border-b-status-warning\/60{ + border-bottom-color: rgb(254 245 231 / 0.6); +} +.border-b-status-warning\/70{ + border-bottom-color: rgb(254 245 231 / 0.7); +} +.border-b-status-warning\/75{ + border-bottom-color: rgb(254 245 231 / 0.75); +} +.border-b-status-warning\/80{ + border-bottom-color: rgb(254 245 231 / 0.8); +} +.border-b-status-warning\/90{ + border-bottom-color: rgb(254 245 231 / 0.9); +} +.border-b-status-warning\/95{ + border-bottom-color: rgb(254 245 231 / 0.95); +} +.border-b-status-warning\/100{ + border-bottom-color: rgb(254 245 231 / 1); +} +.border-b-text-status-success\/0{ + border-bottom-color: rgb(99 145 74 / 0); +} +.border-b-text-status-success\/5{ + border-bottom-color: rgb(99 145 74 / 0.05); +} +.border-b-text-status-success\/10{ + border-bottom-color: rgb(99 145 74 / 0.1); +} +.border-b-text-status-success\/20{ + border-bottom-color: rgb(99 145 74 / 0.2); +} +.border-b-text-status-success\/25{ + border-bottom-color: rgb(99 145 74 / 0.25); +} +.border-b-text-status-success\/30{ + border-bottom-color: rgb(99 145 74 / 0.3); +} +.border-b-text-status-success\/40{ + border-bottom-color: rgb(99 145 74 / 0.4); +} +.border-b-text-status-success\/50{ + border-bottom-color: rgb(99 145 74 / 0.5); +} +.border-b-text-status-success\/60{ + border-bottom-color: rgb(99 145 74 / 0.6); +} +.border-b-text-status-success\/70{ + border-bottom-color: rgb(99 145 74 / 0.7); +} +.border-b-text-status-success\/75{ + border-bottom-color: rgb(99 145 74 / 0.75); +} +.border-b-text-status-success\/80{ + border-bottom-color: rgb(99 145 74 / 0.8); +} +.border-b-text-status-success\/90{ + border-bottom-color: rgb(99 145 74 / 0.9); +} +.border-b-text-status-success\/95{ + border-bottom-color: rgb(99 145 74 / 0.95); +} +.border-b-text-status-success\/100{ + border-bottom-color: rgb(99 145 74 / 1); +} +.border-b-text-status-danger\/0{ + border-bottom-color: rgb(184 0 0 / 0); +} +.border-b-text-status-danger\/5{ + border-bottom-color: rgb(184 0 0 / 0.05); +} +.border-b-text-status-danger\/10{ + border-bottom-color: rgb(184 0 0 / 0.1); +} +.border-b-text-status-danger\/20{ + border-bottom-color: rgb(184 0 0 / 0.2); +} +.border-b-text-status-danger\/25{ + border-bottom-color: rgb(184 0 0 / 0.25); +} +.border-b-text-status-danger\/30{ + border-bottom-color: rgb(184 0 0 / 0.3); +} +.border-b-text-status-danger\/40{ + border-bottom-color: rgb(184 0 0 / 0.4); +} +.border-b-text-status-danger\/50{ + border-bottom-color: rgb(184 0 0 / 0.5); +} +.border-b-text-status-danger\/60{ + border-bottom-color: rgb(184 0 0 / 0.6); +} +.border-b-text-status-danger\/70{ + border-bottom-color: rgb(184 0 0 / 0.7); +} +.border-b-text-status-danger\/75{ + border-bottom-color: rgb(184 0 0 / 0.75); +} +.border-b-text-status-danger\/80{ + border-bottom-color: rgb(184 0 0 / 0.8); +} +.border-b-text-status-danger\/90{ + border-bottom-color: rgb(184 0 0 / 0.9); +} +.border-b-text-status-danger\/95{ + border-bottom-color: rgb(184 0 0 / 0.95); +} +.border-b-text-status-danger\/100{ + border-bottom-color: rgb(184 0 0 / 1); +} +.border-b-text-status-sent\/0{ + border-bottom-color: rgb(221 142 10 / 0); +} +.border-b-text-status-sent\/5{ + border-bottom-color: rgb(221 142 10 / 0.05); +} +.border-b-text-status-sent\/10{ + border-bottom-color: rgb(221 142 10 / 0.1); +} +.border-b-text-status-sent\/20{ + border-bottom-color: rgb(221 142 10 / 0.2); +} +.border-b-text-status-sent\/25{ + border-bottom-color: rgb(221 142 10 / 0.25); +} +.border-b-text-status-sent\/30{ + border-bottom-color: rgb(221 142 10 / 0.3); +} +.border-b-text-status-sent\/40{ + border-bottom-color: rgb(221 142 10 / 0.4); +} +.border-b-text-status-sent\/50{ + border-bottom-color: rgb(221 142 10 / 0.5); +} +.border-b-text-status-sent\/60{ + border-bottom-color: rgb(221 142 10 / 0.6); +} +.border-b-text-status-sent\/70{ + border-bottom-color: rgb(221 142 10 / 0.7); +} +.border-b-text-status-sent\/75{ + border-bottom-color: rgb(221 142 10 / 0.75); +} +.border-b-text-status-sent\/80{ + border-bottom-color: rgb(221 142 10 / 0.8); +} +.border-b-text-status-sent\/90{ + border-bottom-color: rgb(221 142 10 / 0.9); +} +.border-b-text-status-sent\/95{ + border-bottom-color: rgb(221 142 10 / 0.95); +} +.border-b-text-status-sent\/100{ + border-bottom-color: rgb(221 142 10 / 1); +} +.border-b-text-status-viewed\/0{ + border-bottom-color: rgb(77 79 125 / 0); +} +.border-b-text-status-viewed\/5{ + border-bottom-color: rgb(77 79 125 / 0.05); +} +.border-b-text-status-viewed\/10{ + border-bottom-color: rgb(77 79 125 / 0.1); +} +.border-b-text-status-viewed\/20{ + border-bottom-color: rgb(77 79 125 / 0.2); +} +.border-b-text-status-viewed\/25{ + border-bottom-color: rgb(77 79 125 / 0.25); +} +.border-b-text-status-viewed\/30{ + border-bottom-color: rgb(77 79 125 / 0.3); +} +.border-b-text-status-viewed\/40{ + border-bottom-color: rgb(77 79 125 / 0.4); +} +.border-b-text-status-viewed\/50{ + border-bottom-color: rgb(77 79 125 / 0.5); +} +.border-b-text-status-viewed\/60{ + border-bottom-color: rgb(77 79 125 / 0.6); +} +.border-b-text-status-viewed\/70{ + border-bottom-color: rgb(77 79 125 / 0.7); +} +.border-b-text-status-viewed\/75{ + border-bottom-color: rgb(77 79 125 / 0.75); +} +.border-b-text-status-viewed\/80{ + border-bottom-color: rgb(77 79 125 / 0.8); +} +.border-b-text-status-viewed\/90{ + border-bottom-color: rgb(77 79 125 / 0.9); +} +.border-b-text-status-viewed\/95{ + border-bottom-color: rgb(77 79 125 / 0.95); +} +.border-b-text-status-viewed\/100{ + border-bottom-color: rgb(77 79 125 / 1); +} +.border-b-text-status-draft\/0{ + border-bottom-color: rgb(59 59 59 / 0); +} +.border-b-text-status-draft\/5{ + border-bottom-color: rgb(59 59 59 / 0.05); +} +.border-b-text-status-draft\/10{ + border-bottom-color: rgb(59 59 59 / 0.1); +} +.border-b-text-status-draft\/20{ + border-bottom-color: rgb(59 59 59 / 0.2); +} +.border-b-text-status-draft\/25{ + border-bottom-color: rgb(59 59 59 / 0.25); +} +.border-b-text-status-draft\/30{ + border-bottom-color: rgb(59 59 59 / 0.3); +} +.border-b-text-status-draft\/40{ + border-bottom-color: rgb(59 59 59 / 0.4); +} +.border-b-text-status-draft\/50{ + border-bottom-color: rgb(59 59 59 / 0.5); +} +.border-b-text-status-draft\/60{ + border-bottom-color: rgb(59 59 59 / 0.6); +} +.border-b-text-status-draft\/70{ + border-bottom-color: rgb(59 59 59 / 0.7); +} +.border-b-text-status-draft\/75{ + border-bottom-color: rgb(59 59 59 / 0.75); +} +.border-b-text-status-draft\/80{ + border-bottom-color: rgb(59 59 59 / 0.8); +} +.border-b-text-status-draft\/90{ + border-bottom-color: rgb(59 59 59 / 0.9); +} +.border-b-text-status-draft\/95{ + border-bottom-color: rgb(59 59 59 / 0.95); +} +.border-b-text-status-draft\/100{ + border-bottom-color: rgb(59 59 59 / 1); +} +.border-b-text-status-partial\/0{ + border-bottom-color: rgb(0 99 149 / 0); +} +.border-b-text-status-partial\/5{ + border-bottom-color: rgb(0 99 149 / 0.05); +} +.border-b-text-status-partial\/10{ + border-bottom-color: rgb(0 99 149 / 0.1); +} +.border-b-text-status-partial\/20{ + border-bottom-color: rgb(0 99 149 / 0.2); +} +.border-b-text-status-partial\/25{ + border-bottom-color: rgb(0 99 149 / 0.25); +} +.border-b-text-status-partial\/30{ + border-bottom-color: rgb(0 99 149 / 0.3); +} +.border-b-text-status-partial\/40{ + border-bottom-color: rgb(0 99 149 / 0.4); +} +.border-b-text-status-partial\/50{ + border-bottom-color: rgb(0 99 149 / 0.5); +} +.border-b-text-status-partial\/60{ + border-bottom-color: rgb(0 99 149 / 0.6); +} +.border-b-text-status-partial\/70{ + border-bottom-color: rgb(0 99 149 / 0.7); +} +.border-b-text-status-partial\/75{ + border-bottom-color: rgb(0 99 149 / 0.75); +} +.border-b-text-status-partial\/80{ + border-bottom-color: rgb(0 99 149 / 0.8); +} +.border-b-text-status-partial\/90{ + border-bottom-color: rgb(0 99 149 / 0.9); +} +.border-b-text-status-partial\/95{ + border-bottom-color: rgb(0 99 149 / 0.95); +} +.border-b-text-status-partial\/100{ + border-bottom-color: rgb(0 99 149 / 1); +} +.border-b-text-status-canceled\/0{ + border-bottom-color: rgb(255 255 255 / 0); +} +.border-b-text-status-canceled\/5{ + border-bottom-color: rgb(255 255 255 / 0.05); +} +.border-b-text-status-canceled\/10{ + border-bottom-color: rgb(255 255 255 / 0.1); +} +.border-b-text-status-canceled\/20{ + border-bottom-color: rgb(255 255 255 / 0.2); +} +.border-b-text-status-canceled\/25{ + border-bottom-color: rgb(255 255 255 / 0.25); +} +.border-b-text-status-canceled\/30{ + border-bottom-color: rgb(255 255 255 / 0.3); +} +.border-b-text-status-canceled\/40{ + border-bottom-color: rgb(255 255 255 / 0.4); +} +.border-b-text-status-canceled\/50{ + border-bottom-color: rgb(255 255 255 / 0.5); +} +.border-b-text-status-canceled\/60{ + border-bottom-color: rgb(255 255 255 / 0.6); +} +.border-b-text-status-canceled\/70{ + border-bottom-color: rgb(255 255 255 / 0.7); +} +.border-b-text-status-canceled\/75{ + border-bottom-color: rgb(255 255 255 / 0.75); +} +.border-b-text-status-canceled\/80{ + border-bottom-color: rgb(255 255 255 / 0.8); +} +.border-b-text-status-canceled\/90{ + border-bottom-color: rgb(255 255 255 / 0.9); +} +.border-b-text-status-canceled\/95{ + border-bottom-color: rgb(255 255 255 / 0.95); +} +.border-b-text-status-canceled\/100{ + border-bottom-color: rgb(255 255 255 / 1); +} +.border-b-text-status-warning\/0{ + border-bottom-color: rgb(184 119 8 / 0); +} +.border-b-text-status-warning\/5{ + border-bottom-color: rgb(184 119 8 / 0.05); +} +.border-b-text-status-warning\/10{ + border-bottom-color: rgb(184 119 8 / 0.1); +} +.border-b-text-status-warning\/20{ + border-bottom-color: rgb(184 119 8 / 0.2); +} +.border-b-text-status-warning\/25{ + border-bottom-color: rgb(184 119 8 / 0.25); +} +.border-b-text-status-warning\/30{ + border-bottom-color: rgb(184 119 8 / 0.3); +} +.border-b-text-status-warning\/40{ + border-bottom-color: rgb(184 119 8 / 0.4); +} +.border-b-text-status-warning\/50{ + border-bottom-color: rgb(184 119 8 / 0.5); +} +.border-b-text-status-warning\/60{ + border-bottom-color: rgb(184 119 8 / 0.6); +} +.border-b-text-status-warning\/70{ + border-bottom-color: rgb(184 119 8 / 0.7); +} +.border-b-text-status-warning\/75{ + border-bottom-color: rgb(184 119 8 / 0.75); +} +.border-b-text-status-warning\/80{ + border-bottom-color: rgb(184 119 8 / 0.8); +} +.border-b-text-status-warning\/90{ + border-bottom-color: rgb(184 119 8 / 0.9); +} +.border-b-text-status-warning\/95{ + border-bottom-color: rgb(184 119 8 / 0.95); +} +.border-b-text-status-warning\/100{ + border-bottom-color: rgb(184 119 8 / 1); +} +.border-b-body\/0{ + border-bottom-color: rgb(252 252 252 / 0); +} +.border-b-body\/5{ + border-bottom-color: rgb(252 252 252 / 0.05); +} +.border-b-body\/10{ + border-bottom-color: rgb(252 252 252 / 0.1); +} +.border-b-body\/20{ + border-bottom-color: rgb(252 252 252 / 0.2); +} +.border-b-body\/25{ + border-bottom-color: rgb(252 252 252 / 0.25); +} +.border-b-body\/30{ + border-bottom-color: rgb(252 252 252 / 0.3); +} +.border-b-body\/40{ + border-bottom-color: rgb(252 252 252 / 0.4); +} +.border-b-body\/50{ + border-bottom-color: rgb(252 252 252 / 0.5); +} +.border-b-body\/60{ + border-bottom-color: rgb(252 252 252 / 0.6); +} +.border-b-body\/70{ + border-bottom-color: rgb(252 252 252 / 0.7); +} +.border-b-body\/75{ + border-bottom-color: rgb(252 252 252 / 0.75); +} +.border-b-body\/80{ + border-bottom-color: rgb(252 252 252 / 0.8); +} +.border-b-body\/90{ + border-bottom-color: rgb(252 252 252 / 0.9); +} +.border-b-body\/95{ + border-bottom-color: rgb(252 252 252 / 0.95); +} +.border-b-body\/100{ + border-bottom-color: rgb(252 252 252 / 1); +} +.border-b-light-gray\/0{ + border-bottom-color: rgb(199 201 217 / 0); +} +.border-b-light-gray\/5{ + border-bottom-color: rgb(199 201 217 / 0.05); +} +.border-b-light-gray\/10{ + border-bottom-color: rgb(199 201 217 / 0.1); +} +.border-b-light-gray\/20{ + border-bottom-color: rgb(199 201 217 / 0.2); +} +.border-b-light-gray\/25{ + border-bottom-color: rgb(199 201 217 / 0.25); +} +.border-b-light-gray\/30{ + border-bottom-color: rgb(199 201 217 / 0.3); +} +.border-b-light-gray\/40{ + border-bottom-color: rgb(199 201 217 / 0.4); +} +.border-b-light-gray\/50{ + border-bottom-color: rgb(199 201 217 / 0.5); +} +.border-b-light-gray\/60{ + border-bottom-color: rgb(199 201 217 / 0.6); +} +.border-b-light-gray\/70{ + border-bottom-color: rgb(199 201 217 / 0.7); +} +.border-b-light-gray\/75{ + border-bottom-color: rgb(199 201 217 / 0.75); +} +.border-b-light-gray\/80{ + border-bottom-color: rgb(199 201 217 / 0.8); +} +.border-b-light-gray\/90{ + border-bottom-color: rgb(199 201 217 / 0.9); +} +.border-b-light-gray\/95{ + border-bottom-color: rgb(199 201 217 / 0.95); +} +.border-b-light-gray\/100{ + border-bottom-color: rgb(199 201 217 / 1); +} +.border-b-dark-blue\/0{ + border-bottom-color: rgb(21 40 75 / 0); +} +.border-b-dark-blue\/5{ + border-bottom-color: rgb(21 40 75 / 0.05); +} +.border-b-dark-blue\/10{ + border-bottom-color: rgb(21 40 75 / 0.1); +} +.border-b-dark-blue\/20{ + border-bottom-color: rgb(21 40 75 / 0.2); +} +.border-b-dark-blue\/25{ + border-bottom-color: rgb(21 40 75 / 0.25); +} +.border-b-dark-blue\/30{ + border-bottom-color: rgb(21 40 75 / 0.3); +} +.border-b-dark-blue\/40{ + border-bottom-color: rgb(21 40 75 / 0.4); +} +.border-b-dark-blue\/50{ + border-bottom-color: rgb(21 40 75 / 0.5); +} +.border-b-dark-blue\/60{ + border-bottom-color: rgb(21 40 75 / 0.6); +} +.border-b-dark-blue\/70{ + border-bottom-color: rgb(21 40 75 / 0.7); +} +.border-b-dark-blue\/75{ + border-bottom-color: rgb(21 40 75 / 0.75); +} +.border-b-dark-blue\/80{ + border-bottom-color: rgb(21 40 75 / 0.8); +} +.border-b-dark-blue\/90{ + border-bottom-color: rgb(21 40 75 / 0.9); +} +.border-b-dark-blue\/95{ + border-bottom-color: rgb(21 40 75 / 0.95); +} +.border-b-dark-blue\/100{ + border-bottom-color: rgb(21 40 75 / 1); +} +.border-b-lighter-gray\/0{ + border-bottom-color: rgb(242 242 245 / 0); +} +.border-b-lighter-gray\/5{ + border-bottom-color: rgb(242 242 245 / 0.05); +} +.border-b-lighter-gray\/10{ + border-bottom-color: rgb(242 242 245 / 0.1); +} +.border-b-lighter-gray\/20{ + border-bottom-color: rgb(242 242 245 / 0.2); +} +.border-b-lighter-gray\/25{ + border-bottom-color: rgb(242 242 245 / 0.25); +} +.border-b-lighter-gray\/30{ + border-bottom-color: rgb(242 242 245 / 0.3); +} +.border-b-lighter-gray\/40{ + border-bottom-color: rgb(242 242 245 / 0.4); +} +.border-b-lighter-gray\/50{ + border-bottom-color: rgb(242 242 245 / 0.5); +} +.border-b-lighter-gray\/60{ + border-bottom-color: rgb(242 242 245 / 0.6); +} +.border-b-lighter-gray\/70{ + border-bottom-color: rgb(242 242 245 / 0.7); +} +.border-b-lighter-gray\/75{ + border-bottom-color: rgb(242 242 245 / 0.75); +} +.border-b-lighter-gray\/80{ + border-bottom-color: rgb(242 242 245 / 0.8); +} +.border-b-lighter-gray\/90{ + border-bottom-color: rgb(242 242 245 / 0.9); +} +.border-b-lighter-gray\/95{ + border-bottom-color: rgb(242 242 245 / 0.95); +} +.border-b-lighter-gray\/100{ + border-bottom-color: rgb(242 242 245 / 1); +} +.border-b-purple-lighter\/0{ + border-bottom-color: rgb(242 244 252 / 0); +} +.border-b-purple-lighter\/5{ + border-bottom-color: rgb(242 244 252 / 0.05); +} +.border-b-purple-lighter\/10{ + border-bottom-color: rgb(242 244 252 / 0.1); +} +.border-b-purple-lighter\/20{ + border-bottom-color: rgb(242 244 252 / 0.2); +} +.border-b-purple-lighter\/25{ + border-bottom-color: rgb(242 244 252 / 0.25); +} +.border-b-purple-lighter\/30{ + border-bottom-color: rgb(242 244 252 / 0.3); +} +.border-b-purple-lighter\/40{ + border-bottom-color: rgb(242 244 252 / 0.4); +} +.border-b-purple-lighter\/50{ + border-bottom-color: rgb(242 244 252 / 0.5); +} +.border-b-purple-lighter\/60{ + border-bottom-color: rgb(242 244 252 / 0.6); +} +.border-b-purple-lighter\/70{ + border-bottom-color: rgb(242 244 252 / 0.7); +} +.border-b-purple-lighter\/75{ + border-bottom-color: rgb(242 244 252 / 0.75); +} +.border-b-purple-lighter\/80{ + border-bottom-color: rgb(242 244 252 / 0.8); +} +.border-b-purple-lighter\/90{ + border-bottom-color: rgb(242 244 252 / 0.9); +} +.border-b-purple-lighter\/95{ + border-bottom-color: rgb(242 244 252 / 0.95); +} +.border-b-purple-lighter\/100{ + border-bottom-color: rgb(242 244 252 / 1); +} +.border-b-modal-background\/0{ + border-bottom-color: rgb(0 0 0 / 0); +} +.border-b-modal-background\/5{ + border-bottom-color: rgb(0 0 0 / 0.05); +} +.border-b-modal-background\/10{ + border-bottom-color: rgb(0 0 0 / 0.1); +} +.border-b-modal-background\/20{ + border-bottom-color: rgb(0 0 0 / 0.2); +} +.border-b-modal-background\/25{ + border-bottom-color: rgb(0 0 0 / 0.25); +} +.border-b-modal-background\/30{ + border-bottom-color: rgb(0 0 0 / 0.3); +} +.border-b-modal-background\/40{ + border-bottom-color: rgb(0 0 0 / 0.4); +} +.border-b-modal-background\/50{ + border-bottom-color: rgb(0 0 0 / 0.5); +} +.border-b-modal-background\/60{ + border-bottom-color: rgb(0 0 0 / 0.6); +} +.border-b-modal-background\/70{ + border-bottom-color: rgb(0 0 0 / 0.7); +} +.border-b-modal-background\/75{ + border-bottom-color: rgb(0 0 0 / 0.75); +} +.border-b-modal-background\/80{ + border-bottom-color: rgb(0 0 0 / 0.8); +} +.border-b-modal-background\/90{ + border-bottom-color: rgb(0 0 0 / 0.9); +} +.border-b-modal-background\/95{ + border-bottom-color: rgb(0 0 0 / 0.95); +} +.border-b-modal-background\/100{ + border-bottom-color: rgb(0 0 0 / 1); +} +.border-b-testing\/0{ + border-bottom-color: rgb(147 95 7 / 0); +} +.border-b-testing\/5{ + border-bottom-color: rgb(147 95 7 / 0.05); +} +.border-b-testing\/10{ + border-bottom-color: rgb(147 95 7 / 0.1); +} +.border-b-testing\/20{ + border-bottom-color: rgb(147 95 7 / 0.2); +} +.border-b-testing\/25{ + border-bottom-color: rgb(147 95 7 / 0.25); +} +.border-b-testing\/30{ + border-bottom-color: rgb(147 95 7 / 0.3); +} +.border-b-testing\/40{ + border-bottom-color: rgb(147 95 7 / 0.4); +} +.border-b-testing\/50{ + border-bottom-color: rgb(147 95 7 / 0.5); +} +.border-b-testing\/60{ + border-bottom-color: rgb(147 95 7 / 0.6); +} +.border-b-testing\/70{ + border-bottom-color: rgb(147 95 7 / 0.7); +} +.border-b-testing\/75{ + border-bottom-color: rgb(147 95 7 / 0.75); +} +.border-b-testing\/80{ + border-bottom-color: rgb(147 95 7 / 0.8); +} +.border-b-testing\/90{ + border-bottom-color: rgb(147 95 7 / 0.9); +} +.border-b-testing\/95{ + border-bottom-color: rgb(147 95 7 / 0.95); +} +.border-b-testing\/100{ + border-bottom-color: rgb(147 95 7 / 1); +} .border-l-inherit{ border-left-color: inherit; } @@ -24978,6 +118103,12066 @@ input[type="date"]::-webkit-inner-spin-button, --tw-border-opacity: 1; border-left-color: rgb(147 95 7 / var(--tw-border-opacity)); } +.border-l-transparent\/0{ + border-left-color: rgb(0 0 0 / 0); +} +.border-l-transparent\/5{ + border-left-color: rgb(0 0 0 / 0.05); +} +.border-l-transparent\/10{ + border-left-color: rgb(0 0 0 / 0.1); +} +.border-l-transparent\/20{ + border-left-color: rgb(0 0 0 / 0.2); +} +.border-l-transparent\/25{ + border-left-color: rgb(0 0 0 / 0.25); +} +.border-l-transparent\/30{ + border-left-color: rgb(0 0 0 / 0.3); +} +.border-l-transparent\/40{ + border-left-color: rgb(0 0 0 / 0.4); +} +.border-l-transparent\/50{ + border-left-color: rgb(0 0 0 / 0.5); +} +.border-l-transparent\/60{ + border-left-color: rgb(0 0 0 / 0.6); +} +.border-l-transparent\/70{ + border-left-color: rgb(0 0 0 / 0.7); +} +.border-l-transparent\/75{ + border-left-color: rgb(0 0 0 / 0.75); +} +.border-l-transparent\/80{ + border-left-color: rgb(0 0 0 / 0.8); +} +.border-l-transparent\/90{ + border-left-color: rgb(0 0 0 / 0.9); +} +.border-l-transparent\/95{ + border-left-color: rgb(0 0 0 / 0.95); +} +.border-l-transparent\/100{ + border-left-color: rgb(0 0 0 / 1); +} +.border-l-black-50\/0{ + border-left-color: rgb(246 246 246 / 0); +} +.border-l-black-50\/5{ + border-left-color: rgb(246 246 246 / 0.05); +} +.border-l-black-50\/10{ + border-left-color: rgb(246 246 246 / 0.1); +} +.border-l-black-50\/20{ + border-left-color: rgb(246 246 246 / 0.2); +} +.border-l-black-50\/25{ + border-left-color: rgb(246 246 246 / 0.25); +} +.border-l-black-50\/30{ + border-left-color: rgb(246 246 246 / 0.3); +} +.border-l-black-50\/40{ + border-left-color: rgb(246 246 246 / 0.4); +} +.border-l-black-50\/50{ + border-left-color: rgb(246 246 246 / 0.5); +} +.border-l-black-50\/60{ + border-left-color: rgb(246 246 246 / 0.6); +} +.border-l-black-50\/70{ + border-left-color: rgb(246 246 246 / 0.7); +} +.border-l-black-50\/75{ + border-left-color: rgb(246 246 246 / 0.75); +} +.border-l-black-50\/80{ + border-left-color: rgb(246 246 246 / 0.8); +} +.border-l-black-50\/90{ + border-left-color: rgb(246 246 246 / 0.9); +} +.border-l-black-50\/95{ + border-left-color: rgb(246 246 246 / 0.95); +} +.border-l-black-50\/100{ + border-left-color: rgb(246 246 246 / 1); +} +.border-l-black-100\/0{ + border-left-color: rgb(236 236 236 / 0); +} +.border-l-black-100\/5{ + border-left-color: rgb(236 236 236 / 0.05); +} +.border-l-black-100\/10{ + border-left-color: rgb(236 236 236 / 0.1); +} +.border-l-black-100\/20{ + border-left-color: rgb(236 236 236 / 0.2); +} +.border-l-black-100\/25{ + border-left-color: rgb(236 236 236 / 0.25); +} +.border-l-black-100\/30{ + border-left-color: rgb(236 236 236 / 0.3); +} +.border-l-black-100\/40{ + border-left-color: rgb(236 236 236 / 0.4); +} +.border-l-black-100\/50{ + border-left-color: rgb(236 236 236 / 0.5); +} +.border-l-black-100\/60{ + border-left-color: rgb(236 236 236 / 0.6); +} +.border-l-black-100\/70{ + border-left-color: rgb(236 236 236 / 0.7); +} +.border-l-black-100\/75{ + border-left-color: rgb(236 236 236 / 0.75); +} +.border-l-black-100\/80{ + border-left-color: rgb(236 236 236 / 0.8); +} +.border-l-black-100\/90{ + border-left-color: rgb(236 236 236 / 0.9); +} +.border-l-black-100\/95{ + border-left-color: rgb(236 236 236 / 0.95); +} +.border-l-black-100\/100{ + border-left-color: rgb(236 236 236 / 1); +} +.border-l-black-200\/0{ + border-left-color: rgb(208 208 208 / 0); +} +.border-l-black-200\/5{ + border-left-color: rgb(208 208 208 / 0.05); +} +.border-l-black-200\/10{ + border-left-color: rgb(208 208 208 / 0.1); +} +.border-l-black-200\/20{ + border-left-color: rgb(208 208 208 / 0.2); +} +.border-l-black-200\/25{ + border-left-color: rgb(208 208 208 / 0.25); +} +.border-l-black-200\/30{ + border-left-color: rgb(208 208 208 / 0.3); +} +.border-l-black-200\/40{ + border-left-color: rgb(208 208 208 / 0.4); +} +.border-l-black-200\/50{ + border-left-color: rgb(208 208 208 / 0.5); +} +.border-l-black-200\/60{ + border-left-color: rgb(208 208 208 / 0.6); +} +.border-l-black-200\/70{ + border-left-color: rgb(208 208 208 / 0.7); +} +.border-l-black-200\/75{ + border-left-color: rgb(208 208 208 / 0.75); +} +.border-l-black-200\/80{ + border-left-color: rgb(208 208 208 / 0.8); +} +.border-l-black-200\/90{ + border-left-color: rgb(208 208 208 / 0.9); +} +.border-l-black-200\/95{ + border-left-color: rgb(208 208 208 / 0.95); +} +.border-l-black-200\/100{ + border-left-color: rgb(208 208 208 / 1); +} +.border-l-black-300\/0{ + border-left-color: rgb(179 179 179 / 0); +} +.border-l-black-300\/5{ + border-left-color: rgb(179 179 179 / 0.05); +} +.border-l-black-300\/10{ + border-left-color: rgb(179 179 179 / 0.1); +} +.border-l-black-300\/20{ + border-left-color: rgb(179 179 179 / 0.2); +} +.border-l-black-300\/25{ + border-left-color: rgb(179 179 179 / 0.25); +} +.border-l-black-300\/30{ + border-left-color: rgb(179 179 179 / 0.3); +} +.border-l-black-300\/40{ + border-left-color: rgb(179 179 179 / 0.4); +} +.border-l-black-300\/50{ + border-left-color: rgb(179 179 179 / 0.5); +} +.border-l-black-300\/60{ + border-left-color: rgb(179 179 179 / 0.6); +} +.border-l-black-300\/70{ + border-left-color: rgb(179 179 179 / 0.7); +} +.border-l-black-300\/75{ + border-left-color: rgb(179 179 179 / 0.75); +} +.border-l-black-300\/80{ + border-left-color: rgb(179 179 179 / 0.8); +} +.border-l-black-300\/90{ + border-left-color: rgb(179 179 179 / 0.9); +} +.border-l-black-300\/95{ + border-left-color: rgb(179 179 179 / 0.95); +} +.border-l-black-300\/100{ + border-left-color: rgb(179 179 179 / 1); +} +.border-l-black-400\/0{ + border-left-color: rgb(123 123 123 / 0); +} +.border-l-black-400\/5{ + border-left-color: rgb(123 123 123 / 0.05); +} +.border-l-black-400\/10{ + border-left-color: rgb(123 123 123 / 0.1); +} +.border-l-black-400\/20{ + border-left-color: rgb(123 123 123 / 0.2); +} +.border-l-black-400\/25{ + border-left-color: rgb(123 123 123 / 0.25); +} +.border-l-black-400\/30{ + border-left-color: rgb(123 123 123 / 0.3); +} +.border-l-black-400\/40{ + border-left-color: rgb(123 123 123 / 0.4); +} +.border-l-black-400\/50{ + border-left-color: rgb(123 123 123 / 0.5); +} +.border-l-black-400\/60{ + border-left-color: rgb(123 123 123 / 0.6); +} +.border-l-black-400\/70{ + border-left-color: rgb(123 123 123 / 0.7); +} +.border-l-black-400\/75{ + border-left-color: rgb(123 123 123 / 0.75); +} +.border-l-black-400\/80{ + border-left-color: rgb(123 123 123 / 0.8); +} +.border-l-black-400\/90{ + border-left-color: rgb(123 123 123 / 0.9); +} +.border-l-black-400\/95{ + border-left-color: rgb(123 123 123 / 0.95); +} +.border-l-black-400\/100{ + border-left-color: rgb(123 123 123 / 1); +} +.border-l-black-500\/0{ + border-left-color: rgb(66 66 66 / 0); +} +.border-l-black-500\/5{ + border-left-color: rgb(66 66 66 / 0.05); +} +.border-l-black-500\/10{ + border-left-color: rgb(66 66 66 / 0.1); +} +.border-l-black-500\/20{ + border-left-color: rgb(66 66 66 / 0.2); +} +.border-l-black-500\/25{ + border-left-color: rgb(66 66 66 / 0.25); +} +.border-l-black-500\/30{ + border-left-color: rgb(66 66 66 / 0.3); +} +.border-l-black-500\/40{ + border-left-color: rgb(66 66 66 / 0.4); +} +.border-l-black-500\/50{ + border-left-color: rgb(66 66 66 / 0.5); +} +.border-l-black-500\/60{ + border-left-color: rgb(66 66 66 / 0.6); +} +.border-l-black-500\/70{ + border-left-color: rgb(66 66 66 / 0.7); +} +.border-l-black-500\/75{ + border-left-color: rgb(66 66 66 / 0.75); +} +.border-l-black-500\/80{ + border-left-color: rgb(66 66 66 / 0.8); +} +.border-l-black-500\/90{ + border-left-color: rgb(66 66 66 / 0.9); +} +.border-l-black-500\/95{ + border-left-color: rgb(66 66 66 / 0.95); +} +.border-l-black-500\/100{ + border-left-color: rgb(66 66 66 / 1); +} +.border-l-black-600\/0{ + border-left-color: rgb(59 59 59 / 0); +} +.border-l-black-600\/5{ + border-left-color: rgb(59 59 59 / 0.05); +} +.border-l-black-600\/10{ + border-left-color: rgb(59 59 59 / 0.1); +} +.border-l-black-600\/20{ + border-left-color: rgb(59 59 59 / 0.2); +} +.border-l-black-600\/25{ + border-left-color: rgb(59 59 59 / 0.25); +} +.border-l-black-600\/30{ + border-left-color: rgb(59 59 59 / 0.3); +} +.border-l-black-600\/40{ + border-left-color: rgb(59 59 59 / 0.4); +} +.border-l-black-600\/50{ + border-left-color: rgb(59 59 59 / 0.5); +} +.border-l-black-600\/60{ + border-left-color: rgb(59 59 59 / 0.6); +} +.border-l-black-600\/70{ + border-left-color: rgb(59 59 59 / 0.7); +} +.border-l-black-600\/75{ + border-left-color: rgb(59 59 59 / 0.75); +} +.border-l-black-600\/80{ + border-left-color: rgb(59 59 59 / 0.8); +} +.border-l-black-600\/90{ + border-left-color: rgb(59 59 59 / 0.9); +} +.border-l-black-600\/95{ + border-left-color: rgb(59 59 59 / 0.95); +} +.border-l-black-600\/100{ + border-left-color: rgb(59 59 59 / 1); +} +.border-l-black-700\/0{ + border-left-color: rgb(50 50 50 / 0); +} +.border-l-black-700\/5{ + border-left-color: rgb(50 50 50 / 0.05); +} +.border-l-black-700\/10{ + border-left-color: rgb(50 50 50 / 0.1); +} +.border-l-black-700\/20{ + border-left-color: rgb(50 50 50 / 0.2); +} +.border-l-black-700\/25{ + border-left-color: rgb(50 50 50 / 0.25); +} +.border-l-black-700\/30{ + border-left-color: rgb(50 50 50 / 0.3); +} +.border-l-black-700\/40{ + border-left-color: rgb(50 50 50 / 0.4); +} +.border-l-black-700\/50{ + border-left-color: rgb(50 50 50 / 0.5); +} +.border-l-black-700\/60{ + border-left-color: rgb(50 50 50 / 0.6); +} +.border-l-black-700\/70{ + border-left-color: rgb(50 50 50 / 0.7); +} +.border-l-black-700\/75{ + border-left-color: rgb(50 50 50 / 0.75); +} +.border-l-black-700\/80{ + border-left-color: rgb(50 50 50 / 0.8); +} +.border-l-black-700\/90{ + border-left-color: rgb(50 50 50 / 0.9); +} +.border-l-black-700\/95{ + border-left-color: rgb(50 50 50 / 0.95); +} +.border-l-black-700\/100{ + border-left-color: rgb(50 50 50 / 1); +} +.border-l-black-800\/0{ + border-left-color: rgb(40 40 40 / 0); +} +.border-l-black-800\/5{ + border-left-color: rgb(40 40 40 / 0.05); +} +.border-l-black-800\/10{ + border-left-color: rgb(40 40 40 / 0.1); +} +.border-l-black-800\/20{ + border-left-color: rgb(40 40 40 / 0.2); +} +.border-l-black-800\/25{ + border-left-color: rgb(40 40 40 / 0.25); +} +.border-l-black-800\/30{ + border-left-color: rgb(40 40 40 / 0.3); +} +.border-l-black-800\/40{ + border-left-color: rgb(40 40 40 / 0.4); +} +.border-l-black-800\/50{ + border-left-color: rgb(40 40 40 / 0.5); +} +.border-l-black-800\/60{ + border-left-color: rgb(40 40 40 / 0.6); +} +.border-l-black-800\/70{ + border-left-color: rgb(40 40 40 / 0.7); +} +.border-l-black-800\/75{ + border-left-color: rgb(40 40 40 / 0.75); +} +.border-l-black-800\/80{ + border-left-color: rgb(40 40 40 / 0.8); +} +.border-l-black-800\/90{ + border-left-color: rgb(40 40 40 / 0.9); +} +.border-l-black-800\/95{ + border-left-color: rgb(40 40 40 / 0.95); +} +.border-l-black-800\/100{ + border-left-color: rgb(40 40 40 / 1); +} +.border-l-black-900\/0{ + border-left-color: rgb(32 32 32 / 0); +} +.border-l-black-900\/5{ + border-left-color: rgb(32 32 32 / 0.05); +} +.border-l-black-900\/10{ + border-left-color: rgb(32 32 32 / 0.1); +} +.border-l-black-900\/20{ + border-left-color: rgb(32 32 32 / 0.2); +} +.border-l-black-900\/25{ + border-left-color: rgb(32 32 32 / 0.25); +} +.border-l-black-900\/30{ + border-left-color: rgb(32 32 32 / 0.3); +} +.border-l-black-900\/40{ + border-left-color: rgb(32 32 32 / 0.4); +} +.border-l-black-900\/50{ + border-left-color: rgb(32 32 32 / 0.5); +} +.border-l-black-900\/60{ + border-left-color: rgb(32 32 32 / 0.6); +} +.border-l-black-900\/70{ + border-left-color: rgb(32 32 32 / 0.7); +} +.border-l-black-900\/75{ + border-left-color: rgb(32 32 32 / 0.75); +} +.border-l-black-900\/80{ + border-left-color: rgb(32 32 32 / 0.8); +} +.border-l-black-900\/90{ + border-left-color: rgb(32 32 32 / 0.9); +} +.border-l-black-900\/95{ + border-left-color: rgb(32 32 32 / 0.95); +} +.border-l-black-900\/100{ + border-left-color: rgb(32 32 32 / 1); +} +.border-l-black\/0{ + border-left-color: rgb(66 66 66 / 0); +} +.border-l-black\/5{ + border-left-color: rgb(66 66 66 / 0.05); +} +.border-l-black\/10{ + border-left-color: rgb(66 66 66 / 0.1); +} +.border-l-black\/20{ + border-left-color: rgb(66 66 66 / 0.2); +} +.border-l-black\/25{ + border-left-color: rgb(66 66 66 / 0.25); +} +.border-l-black\/30{ + border-left-color: rgb(66 66 66 / 0.3); +} +.border-l-black\/40{ + border-left-color: rgb(66 66 66 / 0.4); +} +.border-l-black\/50{ + border-left-color: rgb(66 66 66 / 0.5); +} +.border-l-black\/60{ + border-left-color: rgb(66 66 66 / 0.6); +} +.border-l-black\/70{ + border-left-color: rgb(66 66 66 / 0.7); +} +.border-l-black\/75{ + border-left-color: rgb(66 66 66 / 0.75); +} +.border-l-black\/80{ + border-left-color: rgb(66 66 66 / 0.8); +} +.border-l-black\/90{ + border-left-color: rgb(66 66 66 / 0.9); +} +.border-l-black\/95{ + border-left-color: rgb(66 66 66 / 0.95); +} +.border-l-black\/100{ + border-left-color: rgb(66 66 66 / 1); +} +.border-l-white\/0{ + border-left-color: rgb(255 255 255 / 0); +} +.border-l-white\/5{ + border-left-color: rgb(255 255 255 / 0.05); +} +.border-l-white\/10{ + border-left-color: rgb(255 255 255 / 0.1); +} +.border-l-white\/20{ + border-left-color: rgb(255 255 255 / 0.2); +} +.border-l-white\/25{ + border-left-color: rgb(255 255 255 / 0.25); +} +.border-l-white\/30{ + border-left-color: rgb(255 255 255 / 0.3); +} +.border-l-white\/40{ + border-left-color: rgb(255 255 255 / 0.4); +} +.border-l-white\/50{ + border-left-color: rgb(255 255 255 / 0.5); +} +.border-l-white\/60{ + border-left-color: rgb(255 255 255 / 0.6); +} +.border-l-white\/70{ + border-left-color: rgb(255 255 255 / 0.7); +} +.border-l-white\/75{ + border-left-color: rgb(255 255 255 / 0.75); +} +.border-l-white\/80{ + border-left-color: rgb(255 255 255 / 0.8); +} +.border-l-white\/90{ + border-left-color: rgb(255 255 255 / 0.9); +} +.border-l-white\/95{ + border-left-color: rgb(255 255 255 / 0.95); +} +.border-l-white\/100{ + border-left-color: rgb(255 255 255 / 1); +} +.border-l-slate-50\/0{ + border-left-color: rgb(248 250 252 / 0); +} +.border-l-slate-50\/5{ + border-left-color: rgb(248 250 252 / 0.05); +} +.border-l-slate-50\/10{ + border-left-color: rgb(248 250 252 / 0.1); +} +.border-l-slate-50\/20{ + border-left-color: rgb(248 250 252 / 0.2); +} +.border-l-slate-50\/25{ + border-left-color: rgb(248 250 252 / 0.25); +} +.border-l-slate-50\/30{ + border-left-color: rgb(248 250 252 / 0.3); +} +.border-l-slate-50\/40{ + border-left-color: rgb(248 250 252 / 0.4); +} +.border-l-slate-50\/50{ + border-left-color: rgb(248 250 252 / 0.5); +} +.border-l-slate-50\/60{ + border-left-color: rgb(248 250 252 / 0.6); +} +.border-l-slate-50\/70{ + border-left-color: rgb(248 250 252 / 0.7); +} +.border-l-slate-50\/75{ + border-left-color: rgb(248 250 252 / 0.75); +} +.border-l-slate-50\/80{ + border-left-color: rgb(248 250 252 / 0.8); +} +.border-l-slate-50\/90{ + border-left-color: rgb(248 250 252 / 0.9); +} +.border-l-slate-50\/95{ + border-left-color: rgb(248 250 252 / 0.95); +} +.border-l-slate-50\/100{ + border-left-color: rgb(248 250 252 / 1); +} +.border-l-slate-100\/0{ + border-left-color: rgb(241 245 249 / 0); +} +.border-l-slate-100\/5{ + border-left-color: rgb(241 245 249 / 0.05); +} +.border-l-slate-100\/10{ + border-left-color: rgb(241 245 249 / 0.1); +} +.border-l-slate-100\/20{ + border-left-color: rgb(241 245 249 / 0.2); +} +.border-l-slate-100\/25{ + border-left-color: rgb(241 245 249 / 0.25); +} +.border-l-slate-100\/30{ + border-left-color: rgb(241 245 249 / 0.3); +} +.border-l-slate-100\/40{ + border-left-color: rgb(241 245 249 / 0.4); +} +.border-l-slate-100\/50{ + border-left-color: rgb(241 245 249 / 0.5); +} +.border-l-slate-100\/60{ + border-left-color: rgb(241 245 249 / 0.6); +} +.border-l-slate-100\/70{ + border-left-color: rgb(241 245 249 / 0.7); +} +.border-l-slate-100\/75{ + border-left-color: rgb(241 245 249 / 0.75); +} +.border-l-slate-100\/80{ + border-left-color: rgb(241 245 249 / 0.8); +} +.border-l-slate-100\/90{ + border-left-color: rgb(241 245 249 / 0.9); +} +.border-l-slate-100\/95{ + border-left-color: rgb(241 245 249 / 0.95); +} +.border-l-slate-100\/100{ + border-left-color: rgb(241 245 249 / 1); +} +.border-l-slate-200\/0{ + border-left-color: rgb(226 232 240 / 0); +} +.border-l-slate-200\/5{ + border-left-color: rgb(226 232 240 / 0.05); +} +.border-l-slate-200\/10{ + border-left-color: rgb(226 232 240 / 0.1); +} +.border-l-slate-200\/20{ + border-left-color: rgb(226 232 240 / 0.2); +} +.border-l-slate-200\/25{ + border-left-color: rgb(226 232 240 / 0.25); +} +.border-l-slate-200\/30{ + border-left-color: rgb(226 232 240 / 0.3); +} +.border-l-slate-200\/40{ + border-left-color: rgb(226 232 240 / 0.4); +} +.border-l-slate-200\/50{ + border-left-color: rgb(226 232 240 / 0.5); +} +.border-l-slate-200\/60{ + border-left-color: rgb(226 232 240 / 0.6); +} +.border-l-slate-200\/70{ + border-left-color: rgb(226 232 240 / 0.7); +} +.border-l-slate-200\/75{ + border-left-color: rgb(226 232 240 / 0.75); +} +.border-l-slate-200\/80{ + border-left-color: rgb(226 232 240 / 0.8); +} +.border-l-slate-200\/90{ + border-left-color: rgb(226 232 240 / 0.9); +} +.border-l-slate-200\/95{ + border-left-color: rgb(226 232 240 / 0.95); +} +.border-l-slate-200\/100{ + border-left-color: rgb(226 232 240 / 1); +} +.border-l-slate-300\/0{ + border-left-color: rgb(203 213 225 / 0); +} +.border-l-slate-300\/5{ + border-left-color: rgb(203 213 225 / 0.05); +} +.border-l-slate-300\/10{ + border-left-color: rgb(203 213 225 / 0.1); +} +.border-l-slate-300\/20{ + border-left-color: rgb(203 213 225 / 0.2); +} +.border-l-slate-300\/25{ + border-left-color: rgb(203 213 225 / 0.25); +} +.border-l-slate-300\/30{ + border-left-color: rgb(203 213 225 / 0.3); +} +.border-l-slate-300\/40{ + border-left-color: rgb(203 213 225 / 0.4); +} +.border-l-slate-300\/50{ + border-left-color: rgb(203 213 225 / 0.5); +} +.border-l-slate-300\/60{ + border-left-color: rgb(203 213 225 / 0.6); +} +.border-l-slate-300\/70{ + border-left-color: rgb(203 213 225 / 0.7); +} +.border-l-slate-300\/75{ + border-left-color: rgb(203 213 225 / 0.75); +} +.border-l-slate-300\/80{ + border-left-color: rgb(203 213 225 / 0.8); +} +.border-l-slate-300\/90{ + border-left-color: rgb(203 213 225 / 0.9); +} +.border-l-slate-300\/95{ + border-left-color: rgb(203 213 225 / 0.95); +} +.border-l-slate-300\/100{ + border-left-color: rgb(203 213 225 / 1); +} +.border-l-slate-400\/0{ + border-left-color: rgb(148 163 184 / 0); +} +.border-l-slate-400\/5{ + border-left-color: rgb(148 163 184 / 0.05); +} +.border-l-slate-400\/10{ + border-left-color: rgb(148 163 184 / 0.1); +} +.border-l-slate-400\/20{ + border-left-color: rgb(148 163 184 / 0.2); +} +.border-l-slate-400\/25{ + border-left-color: rgb(148 163 184 / 0.25); +} +.border-l-slate-400\/30{ + border-left-color: rgb(148 163 184 / 0.3); +} +.border-l-slate-400\/40{ + border-left-color: rgb(148 163 184 / 0.4); +} +.border-l-slate-400\/50{ + border-left-color: rgb(148 163 184 / 0.5); +} +.border-l-slate-400\/60{ + border-left-color: rgb(148 163 184 / 0.6); +} +.border-l-slate-400\/70{ + border-left-color: rgb(148 163 184 / 0.7); +} +.border-l-slate-400\/75{ + border-left-color: rgb(148 163 184 / 0.75); +} +.border-l-slate-400\/80{ + border-left-color: rgb(148 163 184 / 0.8); +} +.border-l-slate-400\/90{ + border-left-color: rgb(148 163 184 / 0.9); +} +.border-l-slate-400\/95{ + border-left-color: rgb(148 163 184 / 0.95); +} +.border-l-slate-400\/100{ + border-left-color: rgb(148 163 184 / 1); +} +.border-l-slate-500\/0{ + border-left-color: rgb(100 116 139 / 0); +} +.border-l-slate-500\/5{ + border-left-color: rgb(100 116 139 / 0.05); +} +.border-l-slate-500\/10{ + border-left-color: rgb(100 116 139 / 0.1); +} +.border-l-slate-500\/20{ + border-left-color: rgb(100 116 139 / 0.2); +} +.border-l-slate-500\/25{ + border-left-color: rgb(100 116 139 / 0.25); +} +.border-l-slate-500\/30{ + border-left-color: rgb(100 116 139 / 0.3); +} +.border-l-slate-500\/40{ + border-left-color: rgb(100 116 139 / 0.4); +} +.border-l-slate-500\/50{ + border-left-color: rgb(100 116 139 / 0.5); +} +.border-l-slate-500\/60{ + border-left-color: rgb(100 116 139 / 0.6); +} +.border-l-slate-500\/70{ + border-left-color: rgb(100 116 139 / 0.7); +} +.border-l-slate-500\/75{ + border-left-color: rgb(100 116 139 / 0.75); +} +.border-l-slate-500\/80{ + border-left-color: rgb(100 116 139 / 0.8); +} +.border-l-slate-500\/90{ + border-left-color: rgb(100 116 139 / 0.9); +} +.border-l-slate-500\/95{ + border-left-color: rgb(100 116 139 / 0.95); +} +.border-l-slate-500\/100{ + border-left-color: rgb(100 116 139 / 1); +} +.border-l-slate-600\/0{ + border-left-color: rgb(71 85 105 / 0); +} +.border-l-slate-600\/5{ + border-left-color: rgb(71 85 105 / 0.05); +} +.border-l-slate-600\/10{ + border-left-color: rgb(71 85 105 / 0.1); +} +.border-l-slate-600\/20{ + border-left-color: rgb(71 85 105 / 0.2); +} +.border-l-slate-600\/25{ + border-left-color: rgb(71 85 105 / 0.25); +} +.border-l-slate-600\/30{ + border-left-color: rgb(71 85 105 / 0.3); +} +.border-l-slate-600\/40{ + border-left-color: rgb(71 85 105 / 0.4); +} +.border-l-slate-600\/50{ + border-left-color: rgb(71 85 105 / 0.5); +} +.border-l-slate-600\/60{ + border-left-color: rgb(71 85 105 / 0.6); +} +.border-l-slate-600\/70{ + border-left-color: rgb(71 85 105 / 0.7); +} +.border-l-slate-600\/75{ + border-left-color: rgb(71 85 105 / 0.75); +} +.border-l-slate-600\/80{ + border-left-color: rgb(71 85 105 / 0.8); +} +.border-l-slate-600\/90{ + border-left-color: rgb(71 85 105 / 0.9); +} +.border-l-slate-600\/95{ + border-left-color: rgb(71 85 105 / 0.95); +} +.border-l-slate-600\/100{ + border-left-color: rgb(71 85 105 / 1); +} +.border-l-slate-700\/0{ + border-left-color: rgb(51 65 85 / 0); +} +.border-l-slate-700\/5{ + border-left-color: rgb(51 65 85 / 0.05); +} +.border-l-slate-700\/10{ + border-left-color: rgb(51 65 85 / 0.1); +} +.border-l-slate-700\/20{ + border-left-color: rgb(51 65 85 / 0.2); +} +.border-l-slate-700\/25{ + border-left-color: rgb(51 65 85 / 0.25); +} +.border-l-slate-700\/30{ + border-left-color: rgb(51 65 85 / 0.3); +} +.border-l-slate-700\/40{ + border-left-color: rgb(51 65 85 / 0.4); +} +.border-l-slate-700\/50{ + border-left-color: rgb(51 65 85 / 0.5); +} +.border-l-slate-700\/60{ + border-left-color: rgb(51 65 85 / 0.6); +} +.border-l-slate-700\/70{ + border-left-color: rgb(51 65 85 / 0.7); +} +.border-l-slate-700\/75{ + border-left-color: rgb(51 65 85 / 0.75); +} +.border-l-slate-700\/80{ + border-left-color: rgb(51 65 85 / 0.8); +} +.border-l-slate-700\/90{ + border-left-color: rgb(51 65 85 / 0.9); +} +.border-l-slate-700\/95{ + border-left-color: rgb(51 65 85 / 0.95); +} +.border-l-slate-700\/100{ + border-left-color: rgb(51 65 85 / 1); +} +.border-l-slate-800\/0{ + border-left-color: rgb(30 41 59 / 0); +} +.border-l-slate-800\/5{ + border-left-color: rgb(30 41 59 / 0.05); +} +.border-l-slate-800\/10{ + border-left-color: rgb(30 41 59 / 0.1); +} +.border-l-slate-800\/20{ + border-left-color: rgb(30 41 59 / 0.2); +} +.border-l-slate-800\/25{ + border-left-color: rgb(30 41 59 / 0.25); +} +.border-l-slate-800\/30{ + border-left-color: rgb(30 41 59 / 0.3); +} +.border-l-slate-800\/40{ + border-left-color: rgb(30 41 59 / 0.4); +} +.border-l-slate-800\/50{ + border-left-color: rgb(30 41 59 / 0.5); +} +.border-l-slate-800\/60{ + border-left-color: rgb(30 41 59 / 0.6); +} +.border-l-slate-800\/70{ + border-left-color: rgb(30 41 59 / 0.7); +} +.border-l-slate-800\/75{ + border-left-color: rgb(30 41 59 / 0.75); +} +.border-l-slate-800\/80{ + border-left-color: rgb(30 41 59 / 0.8); +} +.border-l-slate-800\/90{ + border-left-color: rgb(30 41 59 / 0.9); +} +.border-l-slate-800\/95{ + border-left-color: rgb(30 41 59 / 0.95); +} +.border-l-slate-800\/100{ + border-left-color: rgb(30 41 59 / 1); +} +.border-l-slate-900\/0{ + border-left-color: rgb(15 23 42 / 0); +} +.border-l-slate-900\/5{ + border-left-color: rgb(15 23 42 / 0.05); +} +.border-l-slate-900\/10{ + border-left-color: rgb(15 23 42 / 0.1); +} +.border-l-slate-900\/20{ + border-left-color: rgb(15 23 42 / 0.2); +} +.border-l-slate-900\/25{ + border-left-color: rgb(15 23 42 / 0.25); +} +.border-l-slate-900\/30{ + border-left-color: rgb(15 23 42 / 0.3); +} +.border-l-slate-900\/40{ + border-left-color: rgb(15 23 42 / 0.4); +} +.border-l-slate-900\/50{ + border-left-color: rgb(15 23 42 / 0.5); +} +.border-l-slate-900\/60{ + border-left-color: rgb(15 23 42 / 0.6); +} +.border-l-slate-900\/70{ + border-left-color: rgb(15 23 42 / 0.7); +} +.border-l-slate-900\/75{ + border-left-color: rgb(15 23 42 / 0.75); +} +.border-l-slate-900\/80{ + border-left-color: rgb(15 23 42 / 0.8); +} +.border-l-slate-900\/90{ + border-left-color: rgb(15 23 42 / 0.9); +} +.border-l-slate-900\/95{ + border-left-color: rgb(15 23 42 / 0.95); +} +.border-l-slate-900\/100{ + border-left-color: rgb(15 23 42 / 1); +} +.border-l-gray-50\/0{ + border-left-color: rgb(249 250 251 / 0); +} +.border-l-gray-50\/5{ + border-left-color: rgb(249 250 251 / 0.05); +} +.border-l-gray-50\/10{ + border-left-color: rgb(249 250 251 / 0.1); +} +.border-l-gray-50\/20{ + border-left-color: rgb(249 250 251 / 0.2); +} +.border-l-gray-50\/25{ + border-left-color: rgb(249 250 251 / 0.25); +} +.border-l-gray-50\/30{ + border-left-color: rgb(249 250 251 / 0.3); +} +.border-l-gray-50\/40{ + border-left-color: rgb(249 250 251 / 0.4); +} +.border-l-gray-50\/50{ + border-left-color: rgb(249 250 251 / 0.5); +} +.border-l-gray-50\/60{ + border-left-color: rgb(249 250 251 / 0.6); +} +.border-l-gray-50\/70{ + border-left-color: rgb(249 250 251 / 0.7); +} +.border-l-gray-50\/75{ + border-left-color: rgb(249 250 251 / 0.75); +} +.border-l-gray-50\/80{ + border-left-color: rgb(249 250 251 / 0.8); +} +.border-l-gray-50\/90{ + border-left-color: rgb(249 250 251 / 0.9); +} +.border-l-gray-50\/95{ + border-left-color: rgb(249 250 251 / 0.95); +} +.border-l-gray-50\/100{ + border-left-color: rgb(249 250 251 / 1); +} +.border-l-gray-100\/0{ + border-left-color: rgb(243 244 246 / 0); +} +.border-l-gray-100\/5{ + border-left-color: rgb(243 244 246 / 0.05); +} +.border-l-gray-100\/10{ + border-left-color: rgb(243 244 246 / 0.1); +} +.border-l-gray-100\/20{ + border-left-color: rgb(243 244 246 / 0.2); +} +.border-l-gray-100\/25{ + border-left-color: rgb(243 244 246 / 0.25); +} +.border-l-gray-100\/30{ + border-left-color: rgb(243 244 246 / 0.3); +} +.border-l-gray-100\/40{ + border-left-color: rgb(243 244 246 / 0.4); +} +.border-l-gray-100\/50{ + border-left-color: rgb(243 244 246 / 0.5); +} +.border-l-gray-100\/60{ + border-left-color: rgb(243 244 246 / 0.6); +} +.border-l-gray-100\/70{ + border-left-color: rgb(243 244 246 / 0.7); +} +.border-l-gray-100\/75{ + border-left-color: rgb(243 244 246 / 0.75); +} +.border-l-gray-100\/80{ + border-left-color: rgb(243 244 246 / 0.8); +} +.border-l-gray-100\/90{ + border-left-color: rgb(243 244 246 / 0.9); +} +.border-l-gray-100\/95{ + border-left-color: rgb(243 244 246 / 0.95); +} +.border-l-gray-100\/100{ + border-left-color: rgb(243 244 246 / 1); +} +.border-l-gray-200\/0{ + border-left-color: rgb(229 231 235 / 0); +} +.border-l-gray-200\/5{ + border-left-color: rgb(229 231 235 / 0.05); +} +.border-l-gray-200\/10{ + border-left-color: rgb(229 231 235 / 0.1); +} +.border-l-gray-200\/20{ + border-left-color: rgb(229 231 235 / 0.2); +} +.border-l-gray-200\/25{ + border-left-color: rgb(229 231 235 / 0.25); +} +.border-l-gray-200\/30{ + border-left-color: rgb(229 231 235 / 0.3); +} +.border-l-gray-200\/40{ + border-left-color: rgb(229 231 235 / 0.4); +} +.border-l-gray-200\/50{ + border-left-color: rgb(229 231 235 / 0.5); +} +.border-l-gray-200\/60{ + border-left-color: rgb(229 231 235 / 0.6); +} +.border-l-gray-200\/70{ + border-left-color: rgb(229 231 235 / 0.7); +} +.border-l-gray-200\/75{ + border-left-color: rgb(229 231 235 / 0.75); +} +.border-l-gray-200\/80{ + border-left-color: rgb(229 231 235 / 0.8); +} +.border-l-gray-200\/90{ + border-left-color: rgb(229 231 235 / 0.9); +} +.border-l-gray-200\/95{ + border-left-color: rgb(229 231 235 / 0.95); +} +.border-l-gray-200\/100{ + border-left-color: rgb(229 231 235 / 1); +} +.border-l-gray-300\/0{ + border-left-color: rgb(209 213 219 / 0); +} +.border-l-gray-300\/5{ + border-left-color: rgb(209 213 219 / 0.05); +} +.border-l-gray-300\/10{ + border-left-color: rgb(209 213 219 / 0.1); +} +.border-l-gray-300\/20{ + border-left-color: rgb(209 213 219 / 0.2); +} +.border-l-gray-300\/25{ + border-left-color: rgb(209 213 219 / 0.25); +} +.border-l-gray-300\/30{ + border-left-color: rgb(209 213 219 / 0.3); +} +.border-l-gray-300\/40{ + border-left-color: rgb(209 213 219 / 0.4); +} +.border-l-gray-300\/50{ + border-left-color: rgb(209 213 219 / 0.5); +} +.border-l-gray-300\/60{ + border-left-color: rgb(209 213 219 / 0.6); +} +.border-l-gray-300\/70{ + border-left-color: rgb(209 213 219 / 0.7); +} +.border-l-gray-300\/75{ + border-left-color: rgb(209 213 219 / 0.75); +} +.border-l-gray-300\/80{ + border-left-color: rgb(209 213 219 / 0.8); +} +.border-l-gray-300\/90{ + border-left-color: rgb(209 213 219 / 0.9); +} +.border-l-gray-300\/95{ + border-left-color: rgb(209 213 219 / 0.95); +} +.border-l-gray-300\/100{ + border-left-color: rgb(209 213 219 / 1); +} +.border-l-gray-400\/0{ + border-left-color: rgb(156 163 175 / 0); +} +.border-l-gray-400\/5{ + border-left-color: rgb(156 163 175 / 0.05); +} +.border-l-gray-400\/10{ + border-left-color: rgb(156 163 175 / 0.1); +} +.border-l-gray-400\/20{ + border-left-color: rgb(156 163 175 / 0.2); +} +.border-l-gray-400\/25{ + border-left-color: rgb(156 163 175 / 0.25); +} +.border-l-gray-400\/30{ + border-left-color: rgb(156 163 175 / 0.3); +} +.border-l-gray-400\/40{ + border-left-color: rgb(156 163 175 / 0.4); +} +.border-l-gray-400\/50{ + border-left-color: rgb(156 163 175 / 0.5); +} +.border-l-gray-400\/60{ + border-left-color: rgb(156 163 175 / 0.6); +} +.border-l-gray-400\/70{ + border-left-color: rgb(156 163 175 / 0.7); +} +.border-l-gray-400\/75{ + border-left-color: rgb(156 163 175 / 0.75); +} +.border-l-gray-400\/80{ + border-left-color: rgb(156 163 175 / 0.8); +} +.border-l-gray-400\/90{ + border-left-color: rgb(156 163 175 / 0.9); +} +.border-l-gray-400\/95{ + border-left-color: rgb(156 163 175 / 0.95); +} +.border-l-gray-400\/100{ + border-left-color: rgb(156 163 175 / 1); +} +.border-l-gray-500\/0{ + border-left-color: rgb(107 114 128 / 0); +} +.border-l-gray-500\/5{ + border-left-color: rgb(107 114 128 / 0.05); +} +.border-l-gray-500\/10{ + border-left-color: rgb(107 114 128 / 0.1); +} +.border-l-gray-500\/20{ + border-left-color: rgb(107 114 128 / 0.2); +} +.border-l-gray-500\/25{ + border-left-color: rgb(107 114 128 / 0.25); +} +.border-l-gray-500\/30{ + border-left-color: rgb(107 114 128 / 0.3); +} +.border-l-gray-500\/40{ + border-left-color: rgb(107 114 128 / 0.4); +} +.border-l-gray-500\/50{ + border-left-color: rgb(107 114 128 / 0.5); +} +.border-l-gray-500\/60{ + border-left-color: rgb(107 114 128 / 0.6); +} +.border-l-gray-500\/70{ + border-left-color: rgb(107 114 128 / 0.7); +} +.border-l-gray-500\/75{ + border-left-color: rgb(107 114 128 / 0.75); +} +.border-l-gray-500\/80{ + border-left-color: rgb(107 114 128 / 0.8); +} +.border-l-gray-500\/90{ + border-left-color: rgb(107 114 128 / 0.9); +} +.border-l-gray-500\/95{ + border-left-color: rgb(107 114 128 / 0.95); +} +.border-l-gray-500\/100{ + border-left-color: rgb(107 114 128 / 1); +} +.border-l-gray-600\/0{ + border-left-color: rgb(75 85 99 / 0); +} +.border-l-gray-600\/5{ + border-left-color: rgb(75 85 99 / 0.05); +} +.border-l-gray-600\/10{ + border-left-color: rgb(75 85 99 / 0.1); +} +.border-l-gray-600\/20{ + border-left-color: rgb(75 85 99 / 0.2); +} +.border-l-gray-600\/25{ + border-left-color: rgb(75 85 99 / 0.25); +} +.border-l-gray-600\/30{ + border-left-color: rgb(75 85 99 / 0.3); +} +.border-l-gray-600\/40{ + border-left-color: rgb(75 85 99 / 0.4); +} +.border-l-gray-600\/50{ + border-left-color: rgb(75 85 99 / 0.5); +} +.border-l-gray-600\/60{ + border-left-color: rgb(75 85 99 / 0.6); +} +.border-l-gray-600\/70{ + border-left-color: rgb(75 85 99 / 0.7); +} +.border-l-gray-600\/75{ + border-left-color: rgb(75 85 99 / 0.75); +} +.border-l-gray-600\/80{ + border-left-color: rgb(75 85 99 / 0.8); +} +.border-l-gray-600\/90{ + border-left-color: rgb(75 85 99 / 0.9); +} +.border-l-gray-600\/95{ + border-left-color: rgb(75 85 99 / 0.95); +} +.border-l-gray-600\/100{ + border-left-color: rgb(75 85 99 / 1); +} +.border-l-gray-700\/0{ + border-left-color: rgb(55 65 81 / 0); +} +.border-l-gray-700\/5{ + border-left-color: rgb(55 65 81 / 0.05); +} +.border-l-gray-700\/10{ + border-left-color: rgb(55 65 81 / 0.1); +} +.border-l-gray-700\/20{ + border-left-color: rgb(55 65 81 / 0.2); +} +.border-l-gray-700\/25{ + border-left-color: rgb(55 65 81 / 0.25); +} +.border-l-gray-700\/30{ + border-left-color: rgb(55 65 81 / 0.3); +} +.border-l-gray-700\/40{ + border-left-color: rgb(55 65 81 / 0.4); +} +.border-l-gray-700\/50{ + border-left-color: rgb(55 65 81 / 0.5); +} +.border-l-gray-700\/60{ + border-left-color: rgb(55 65 81 / 0.6); +} +.border-l-gray-700\/70{ + border-left-color: rgb(55 65 81 / 0.7); +} +.border-l-gray-700\/75{ + border-left-color: rgb(55 65 81 / 0.75); +} +.border-l-gray-700\/80{ + border-left-color: rgb(55 65 81 / 0.8); +} +.border-l-gray-700\/90{ + border-left-color: rgb(55 65 81 / 0.9); +} +.border-l-gray-700\/95{ + border-left-color: rgb(55 65 81 / 0.95); +} +.border-l-gray-700\/100{ + border-left-color: rgb(55 65 81 / 1); +} +.border-l-gray-800\/0{ + border-left-color: rgb(31 41 55 / 0); +} +.border-l-gray-800\/5{ + border-left-color: rgb(31 41 55 / 0.05); +} +.border-l-gray-800\/10{ + border-left-color: rgb(31 41 55 / 0.1); +} +.border-l-gray-800\/20{ + border-left-color: rgb(31 41 55 / 0.2); +} +.border-l-gray-800\/25{ + border-left-color: rgb(31 41 55 / 0.25); +} +.border-l-gray-800\/30{ + border-left-color: rgb(31 41 55 / 0.3); +} +.border-l-gray-800\/40{ + border-left-color: rgb(31 41 55 / 0.4); +} +.border-l-gray-800\/50{ + border-left-color: rgb(31 41 55 / 0.5); +} +.border-l-gray-800\/60{ + border-left-color: rgb(31 41 55 / 0.6); +} +.border-l-gray-800\/70{ + border-left-color: rgb(31 41 55 / 0.7); +} +.border-l-gray-800\/75{ + border-left-color: rgb(31 41 55 / 0.75); +} +.border-l-gray-800\/80{ + border-left-color: rgb(31 41 55 / 0.8); +} +.border-l-gray-800\/90{ + border-left-color: rgb(31 41 55 / 0.9); +} +.border-l-gray-800\/95{ + border-left-color: rgb(31 41 55 / 0.95); +} +.border-l-gray-800\/100{ + border-left-color: rgb(31 41 55 / 1); +} +.border-l-gray-900\/0{ + border-left-color: rgb(17 24 39 / 0); +} +.border-l-gray-900\/5{ + border-left-color: rgb(17 24 39 / 0.05); +} +.border-l-gray-900\/10{ + border-left-color: rgb(17 24 39 / 0.1); +} +.border-l-gray-900\/20{ + border-left-color: rgb(17 24 39 / 0.2); +} +.border-l-gray-900\/25{ + border-left-color: rgb(17 24 39 / 0.25); +} +.border-l-gray-900\/30{ + border-left-color: rgb(17 24 39 / 0.3); +} +.border-l-gray-900\/40{ + border-left-color: rgb(17 24 39 / 0.4); +} +.border-l-gray-900\/50{ + border-left-color: rgb(17 24 39 / 0.5); +} +.border-l-gray-900\/60{ + border-left-color: rgb(17 24 39 / 0.6); +} +.border-l-gray-900\/70{ + border-left-color: rgb(17 24 39 / 0.7); +} +.border-l-gray-900\/75{ + border-left-color: rgb(17 24 39 / 0.75); +} +.border-l-gray-900\/80{ + border-left-color: rgb(17 24 39 / 0.8); +} +.border-l-gray-900\/90{ + border-left-color: rgb(17 24 39 / 0.9); +} +.border-l-gray-900\/95{ + border-left-color: rgb(17 24 39 / 0.95); +} +.border-l-gray-900\/100{ + border-left-color: rgb(17 24 39 / 1); +} +.border-l-zinc-50\/0{ + border-left-color: rgb(250 250 250 / 0); +} +.border-l-zinc-50\/5{ + border-left-color: rgb(250 250 250 / 0.05); +} +.border-l-zinc-50\/10{ + border-left-color: rgb(250 250 250 / 0.1); +} +.border-l-zinc-50\/20{ + border-left-color: rgb(250 250 250 / 0.2); +} +.border-l-zinc-50\/25{ + border-left-color: rgb(250 250 250 / 0.25); +} +.border-l-zinc-50\/30{ + border-left-color: rgb(250 250 250 / 0.3); +} +.border-l-zinc-50\/40{ + border-left-color: rgb(250 250 250 / 0.4); +} +.border-l-zinc-50\/50{ + border-left-color: rgb(250 250 250 / 0.5); +} +.border-l-zinc-50\/60{ + border-left-color: rgb(250 250 250 / 0.6); +} +.border-l-zinc-50\/70{ + border-left-color: rgb(250 250 250 / 0.7); +} +.border-l-zinc-50\/75{ + border-left-color: rgb(250 250 250 / 0.75); +} +.border-l-zinc-50\/80{ + border-left-color: rgb(250 250 250 / 0.8); +} +.border-l-zinc-50\/90{ + border-left-color: rgb(250 250 250 / 0.9); +} +.border-l-zinc-50\/95{ + border-left-color: rgb(250 250 250 / 0.95); +} +.border-l-zinc-50\/100{ + border-left-color: rgb(250 250 250 / 1); +} +.border-l-zinc-100\/0{ + border-left-color: rgb(244 244 245 / 0); +} +.border-l-zinc-100\/5{ + border-left-color: rgb(244 244 245 / 0.05); +} +.border-l-zinc-100\/10{ + border-left-color: rgb(244 244 245 / 0.1); +} +.border-l-zinc-100\/20{ + border-left-color: rgb(244 244 245 / 0.2); +} +.border-l-zinc-100\/25{ + border-left-color: rgb(244 244 245 / 0.25); +} +.border-l-zinc-100\/30{ + border-left-color: rgb(244 244 245 / 0.3); +} +.border-l-zinc-100\/40{ + border-left-color: rgb(244 244 245 / 0.4); +} +.border-l-zinc-100\/50{ + border-left-color: rgb(244 244 245 / 0.5); +} +.border-l-zinc-100\/60{ + border-left-color: rgb(244 244 245 / 0.6); +} +.border-l-zinc-100\/70{ + border-left-color: rgb(244 244 245 / 0.7); +} +.border-l-zinc-100\/75{ + border-left-color: rgb(244 244 245 / 0.75); +} +.border-l-zinc-100\/80{ + border-left-color: rgb(244 244 245 / 0.8); +} +.border-l-zinc-100\/90{ + border-left-color: rgb(244 244 245 / 0.9); +} +.border-l-zinc-100\/95{ + border-left-color: rgb(244 244 245 / 0.95); +} +.border-l-zinc-100\/100{ + border-left-color: rgb(244 244 245 / 1); +} +.border-l-zinc-200\/0{ + border-left-color: rgb(228 228 231 / 0); +} +.border-l-zinc-200\/5{ + border-left-color: rgb(228 228 231 / 0.05); +} +.border-l-zinc-200\/10{ + border-left-color: rgb(228 228 231 / 0.1); +} +.border-l-zinc-200\/20{ + border-left-color: rgb(228 228 231 / 0.2); +} +.border-l-zinc-200\/25{ + border-left-color: rgb(228 228 231 / 0.25); +} +.border-l-zinc-200\/30{ + border-left-color: rgb(228 228 231 / 0.3); +} +.border-l-zinc-200\/40{ + border-left-color: rgb(228 228 231 / 0.4); +} +.border-l-zinc-200\/50{ + border-left-color: rgb(228 228 231 / 0.5); +} +.border-l-zinc-200\/60{ + border-left-color: rgb(228 228 231 / 0.6); +} +.border-l-zinc-200\/70{ + border-left-color: rgb(228 228 231 / 0.7); +} +.border-l-zinc-200\/75{ + border-left-color: rgb(228 228 231 / 0.75); +} +.border-l-zinc-200\/80{ + border-left-color: rgb(228 228 231 / 0.8); +} +.border-l-zinc-200\/90{ + border-left-color: rgb(228 228 231 / 0.9); +} +.border-l-zinc-200\/95{ + border-left-color: rgb(228 228 231 / 0.95); +} +.border-l-zinc-200\/100{ + border-left-color: rgb(228 228 231 / 1); +} +.border-l-zinc-300\/0{ + border-left-color: rgb(212 212 216 / 0); +} +.border-l-zinc-300\/5{ + border-left-color: rgb(212 212 216 / 0.05); +} +.border-l-zinc-300\/10{ + border-left-color: rgb(212 212 216 / 0.1); +} +.border-l-zinc-300\/20{ + border-left-color: rgb(212 212 216 / 0.2); +} +.border-l-zinc-300\/25{ + border-left-color: rgb(212 212 216 / 0.25); +} +.border-l-zinc-300\/30{ + border-left-color: rgb(212 212 216 / 0.3); +} +.border-l-zinc-300\/40{ + border-left-color: rgb(212 212 216 / 0.4); +} +.border-l-zinc-300\/50{ + border-left-color: rgb(212 212 216 / 0.5); +} +.border-l-zinc-300\/60{ + border-left-color: rgb(212 212 216 / 0.6); +} +.border-l-zinc-300\/70{ + border-left-color: rgb(212 212 216 / 0.7); +} +.border-l-zinc-300\/75{ + border-left-color: rgb(212 212 216 / 0.75); +} +.border-l-zinc-300\/80{ + border-left-color: rgb(212 212 216 / 0.8); +} +.border-l-zinc-300\/90{ + border-left-color: rgb(212 212 216 / 0.9); +} +.border-l-zinc-300\/95{ + border-left-color: rgb(212 212 216 / 0.95); +} +.border-l-zinc-300\/100{ + border-left-color: rgb(212 212 216 / 1); +} +.border-l-zinc-400\/0{ + border-left-color: rgb(161 161 170 / 0); +} +.border-l-zinc-400\/5{ + border-left-color: rgb(161 161 170 / 0.05); +} +.border-l-zinc-400\/10{ + border-left-color: rgb(161 161 170 / 0.1); +} +.border-l-zinc-400\/20{ + border-left-color: rgb(161 161 170 / 0.2); +} +.border-l-zinc-400\/25{ + border-left-color: rgb(161 161 170 / 0.25); +} +.border-l-zinc-400\/30{ + border-left-color: rgb(161 161 170 / 0.3); +} +.border-l-zinc-400\/40{ + border-left-color: rgb(161 161 170 / 0.4); +} +.border-l-zinc-400\/50{ + border-left-color: rgb(161 161 170 / 0.5); +} +.border-l-zinc-400\/60{ + border-left-color: rgb(161 161 170 / 0.6); +} +.border-l-zinc-400\/70{ + border-left-color: rgb(161 161 170 / 0.7); +} +.border-l-zinc-400\/75{ + border-left-color: rgb(161 161 170 / 0.75); +} +.border-l-zinc-400\/80{ + border-left-color: rgb(161 161 170 / 0.8); +} +.border-l-zinc-400\/90{ + border-left-color: rgb(161 161 170 / 0.9); +} +.border-l-zinc-400\/95{ + border-left-color: rgb(161 161 170 / 0.95); +} +.border-l-zinc-400\/100{ + border-left-color: rgb(161 161 170 / 1); +} +.border-l-zinc-500\/0{ + border-left-color: rgb(113 113 122 / 0); +} +.border-l-zinc-500\/5{ + border-left-color: rgb(113 113 122 / 0.05); +} +.border-l-zinc-500\/10{ + border-left-color: rgb(113 113 122 / 0.1); +} +.border-l-zinc-500\/20{ + border-left-color: rgb(113 113 122 / 0.2); +} +.border-l-zinc-500\/25{ + border-left-color: rgb(113 113 122 / 0.25); +} +.border-l-zinc-500\/30{ + border-left-color: rgb(113 113 122 / 0.3); +} +.border-l-zinc-500\/40{ + border-left-color: rgb(113 113 122 / 0.4); +} +.border-l-zinc-500\/50{ + border-left-color: rgb(113 113 122 / 0.5); +} +.border-l-zinc-500\/60{ + border-left-color: rgb(113 113 122 / 0.6); +} +.border-l-zinc-500\/70{ + border-left-color: rgb(113 113 122 / 0.7); +} +.border-l-zinc-500\/75{ + border-left-color: rgb(113 113 122 / 0.75); +} +.border-l-zinc-500\/80{ + border-left-color: rgb(113 113 122 / 0.8); +} +.border-l-zinc-500\/90{ + border-left-color: rgb(113 113 122 / 0.9); +} +.border-l-zinc-500\/95{ + border-left-color: rgb(113 113 122 / 0.95); +} +.border-l-zinc-500\/100{ + border-left-color: rgb(113 113 122 / 1); +} +.border-l-zinc-600\/0{ + border-left-color: rgb(82 82 91 / 0); +} +.border-l-zinc-600\/5{ + border-left-color: rgb(82 82 91 / 0.05); +} +.border-l-zinc-600\/10{ + border-left-color: rgb(82 82 91 / 0.1); +} +.border-l-zinc-600\/20{ + border-left-color: rgb(82 82 91 / 0.2); +} +.border-l-zinc-600\/25{ + border-left-color: rgb(82 82 91 / 0.25); +} +.border-l-zinc-600\/30{ + border-left-color: rgb(82 82 91 / 0.3); +} +.border-l-zinc-600\/40{ + border-left-color: rgb(82 82 91 / 0.4); +} +.border-l-zinc-600\/50{ + border-left-color: rgb(82 82 91 / 0.5); +} +.border-l-zinc-600\/60{ + border-left-color: rgb(82 82 91 / 0.6); +} +.border-l-zinc-600\/70{ + border-left-color: rgb(82 82 91 / 0.7); +} +.border-l-zinc-600\/75{ + border-left-color: rgb(82 82 91 / 0.75); +} +.border-l-zinc-600\/80{ + border-left-color: rgb(82 82 91 / 0.8); +} +.border-l-zinc-600\/90{ + border-left-color: rgb(82 82 91 / 0.9); +} +.border-l-zinc-600\/95{ + border-left-color: rgb(82 82 91 / 0.95); +} +.border-l-zinc-600\/100{ + border-left-color: rgb(82 82 91 / 1); +} +.border-l-zinc-700\/0{ + border-left-color: rgb(63 63 70 / 0); +} +.border-l-zinc-700\/5{ + border-left-color: rgb(63 63 70 / 0.05); +} +.border-l-zinc-700\/10{ + border-left-color: rgb(63 63 70 / 0.1); +} +.border-l-zinc-700\/20{ + border-left-color: rgb(63 63 70 / 0.2); +} +.border-l-zinc-700\/25{ + border-left-color: rgb(63 63 70 / 0.25); +} +.border-l-zinc-700\/30{ + border-left-color: rgb(63 63 70 / 0.3); +} +.border-l-zinc-700\/40{ + border-left-color: rgb(63 63 70 / 0.4); +} +.border-l-zinc-700\/50{ + border-left-color: rgb(63 63 70 / 0.5); +} +.border-l-zinc-700\/60{ + border-left-color: rgb(63 63 70 / 0.6); +} +.border-l-zinc-700\/70{ + border-left-color: rgb(63 63 70 / 0.7); +} +.border-l-zinc-700\/75{ + border-left-color: rgb(63 63 70 / 0.75); +} +.border-l-zinc-700\/80{ + border-left-color: rgb(63 63 70 / 0.8); +} +.border-l-zinc-700\/90{ + border-left-color: rgb(63 63 70 / 0.9); +} +.border-l-zinc-700\/95{ + border-left-color: rgb(63 63 70 / 0.95); +} +.border-l-zinc-700\/100{ + border-left-color: rgb(63 63 70 / 1); +} +.border-l-zinc-800\/0{ + border-left-color: rgb(39 39 42 / 0); +} +.border-l-zinc-800\/5{ + border-left-color: rgb(39 39 42 / 0.05); +} +.border-l-zinc-800\/10{ + border-left-color: rgb(39 39 42 / 0.1); +} +.border-l-zinc-800\/20{ + border-left-color: rgb(39 39 42 / 0.2); +} +.border-l-zinc-800\/25{ + border-left-color: rgb(39 39 42 / 0.25); +} +.border-l-zinc-800\/30{ + border-left-color: rgb(39 39 42 / 0.3); +} +.border-l-zinc-800\/40{ + border-left-color: rgb(39 39 42 / 0.4); +} +.border-l-zinc-800\/50{ + border-left-color: rgb(39 39 42 / 0.5); +} +.border-l-zinc-800\/60{ + border-left-color: rgb(39 39 42 / 0.6); +} +.border-l-zinc-800\/70{ + border-left-color: rgb(39 39 42 / 0.7); +} +.border-l-zinc-800\/75{ + border-left-color: rgb(39 39 42 / 0.75); +} +.border-l-zinc-800\/80{ + border-left-color: rgb(39 39 42 / 0.8); +} +.border-l-zinc-800\/90{ + border-left-color: rgb(39 39 42 / 0.9); +} +.border-l-zinc-800\/95{ + border-left-color: rgb(39 39 42 / 0.95); +} +.border-l-zinc-800\/100{ + border-left-color: rgb(39 39 42 / 1); +} +.border-l-zinc-900\/0{ + border-left-color: rgb(24 24 27 / 0); +} +.border-l-zinc-900\/5{ + border-left-color: rgb(24 24 27 / 0.05); +} +.border-l-zinc-900\/10{ + border-left-color: rgb(24 24 27 / 0.1); +} +.border-l-zinc-900\/20{ + border-left-color: rgb(24 24 27 / 0.2); +} +.border-l-zinc-900\/25{ + border-left-color: rgb(24 24 27 / 0.25); +} +.border-l-zinc-900\/30{ + border-left-color: rgb(24 24 27 / 0.3); +} +.border-l-zinc-900\/40{ + border-left-color: rgb(24 24 27 / 0.4); +} +.border-l-zinc-900\/50{ + border-left-color: rgb(24 24 27 / 0.5); +} +.border-l-zinc-900\/60{ + border-left-color: rgb(24 24 27 / 0.6); +} +.border-l-zinc-900\/70{ + border-left-color: rgb(24 24 27 / 0.7); +} +.border-l-zinc-900\/75{ + border-left-color: rgb(24 24 27 / 0.75); +} +.border-l-zinc-900\/80{ + border-left-color: rgb(24 24 27 / 0.8); +} +.border-l-zinc-900\/90{ + border-left-color: rgb(24 24 27 / 0.9); +} +.border-l-zinc-900\/95{ + border-left-color: rgb(24 24 27 / 0.95); +} +.border-l-zinc-900\/100{ + border-left-color: rgb(24 24 27 / 1); +} +.border-l-neutral-50\/0{ + border-left-color: rgb(250 250 250 / 0); +} +.border-l-neutral-50\/5{ + border-left-color: rgb(250 250 250 / 0.05); +} +.border-l-neutral-50\/10{ + border-left-color: rgb(250 250 250 / 0.1); +} +.border-l-neutral-50\/20{ + border-left-color: rgb(250 250 250 / 0.2); +} +.border-l-neutral-50\/25{ + border-left-color: rgb(250 250 250 / 0.25); +} +.border-l-neutral-50\/30{ + border-left-color: rgb(250 250 250 / 0.3); +} +.border-l-neutral-50\/40{ + border-left-color: rgb(250 250 250 / 0.4); +} +.border-l-neutral-50\/50{ + border-left-color: rgb(250 250 250 / 0.5); +} +.border-l-neutral-50\/60{ + border-left-color: rgb(250 250 250 / 0.6); +} +.border-l-neutral-50\/70{ + border-left-color: rgb(250 250 250 / 0.7); +} +.border-l-neutral-50\/75{ + border-left-color: rgb(250 250 250 / 0.75); +} +.border-l-neutral-50\/80{ + border-left-color: rgb(250 250 250 / 0.8); +} +.border-l-neutral-50\/90{ + border-left-color: rgb(250 250 250 / 0.9); +} +.border-l-neutral-50\/95{ + border-left-color: rgb(250 250 250 / 0.95); +} +.border-l-neutral-50\/100{ + border-left-color: rgb(250 250 250 / 1); +} +.border-l-neutral-100\/0{ + border-left-color: rgb(245 245 245 / 0); +} +.border-l-neutral-100\/5{ + border-left-color: rgb(245 245 245 / 0.05); +} +.border-l-neutral-100\/10{ + border-left-color: rgb(245 245 245 / 0.1); +} +.border-l-neutral-100\/20{ + border-left-color: rgb(245 245 245 / 0.2); +} +.border-l-neutral-100\/25{ + border-left-color: rgb(245 245 245 / 0.25); +} +.border-l-neutral-100\/30{ + border-left-color: rgb(245 245 245 / 0.3); +} +.border-l-neutral-100\/40{ + border-left-color: rgb(245 245 245 / 0.4); +} +.border-l-neutral-100\/50{ + border-left-color: rgb(245 245 245 / 0.5); +} +.border-l-neutral-100\/60{ + border-left-color: rgb(245 245 245 / 0.6); +} +.border-l-neutral-100\/70{ + border-left-color: rgb(245 245 245 / 0.7); +} +.border-l-neutral-100\/75{ + border-left-color: rgb(245 245 245 / 0.75); +} +.border-l-neutral-100\/80{ + border-left-color: rgb(245 245 245 / 0.8); +} +.border-l-neutral-100\/90{ + border-left-color: rgb(245 245 245 / 0.9); +} +.border-l-neutral-100\/95{ + border-left-color: rgb(245 245 245 / 0.95); +} +.border-l-neutral-100\/100{ + border-left-color: rgb(245 245 245 / 1); +} +.border-l-neutral-200\/0{ + border-left-color: rgb(229 229 229 / 0); +} +.border-l-neutral-200\/5{ + border-left-color: rgb(229 229 229 / 0.05); +} +.border-l-neutral-200\/10{ + border-left-color: rgb(229 229 229 / 0.1); +} +.border-l-neutral-200\/20{ + border-left-color: rgb(229 229 229 / 0.2); +} +.border-l-neutral-200\/25{ + border-left-color: rgb(229 229 229 / 0.25); +} +.border-l-neutral-200\/30{ + border-left-color: rgb(229 229 229 / 0.3); +} +.border-l-neutral-200\/40{ + border-left-color: rgb(229 229 229 / 0.4); +} +.border-l-neutral-200\/50{ + border-left-color: rgb(229 229 229 / 0.5); +} +.border-l-neutral-200\/60{ + border-left-color: rgb(229 229 229 / 0.6); +} +.border-l-neutral-200\/70{ + border-left-color: rgb(229 229 229 / 0.7); +} +.border-l-neutral-200\/75{ + border-left-color: rgb(229 229 229 / 0.75); +} +.border-l-neutral-200\/80{ + border-left-color: rgb(229 229 229 / 0.8); +} +.border-l-neutral-200\/90{ + border-left-color: rgb(229 229 229 / 0.9); +} +.border-l-neutral-200\/95{ + border-left-color: rgb(229 229 229 / 0.95); +} +.border-l-neutral-200\/100{ + border-left-color: rgb(229 229 229 / 1); +} +.border-l-neutral-300\/0{ + border-left-color: rgb(212 212 212 / 0); +} +.border-l-neutral-300\/5{ + border-left-color: rgb(212 212 212 / 0.05); +} +.border-l-neutral-300\/10{ + border-left-color: rgb(212 212 212 / 0.1); +} +.border-l-neutral-300\/20{ + border-left-color: rgb(212 212 212 / 0.2); +} +.border-l-neutral-300\/25{ + border-left-color: rgb(212 212 212 / 0.25); +} +.border-l-neutral-300\/30{ + border-left-color: rgb(212 212 212 / 0.3); +} +.border-l-neutral-300\/40{ + border-left-color: rgb(212 212 212 / 0.4); +} +.border-l-neutral-300\/50{ + border-left-color: rgb(212 212 212 / 0.5); +} +.border-l-neutral-300\/60{ + border-left-color: rgb(212 212 212 / 0.6); +} +.border-l-neutral-300\/70{ + border-left-color: rgb(212 212 212 / 0.7); +} +.border-l-neutral-300\/75{ + border-left-color: rgb(212 212 212 / 0.75); +} +.border-l-neutral-300\/80{ + border-left-color: rgb(212 212 212 / 0.8); +} +.border-l-neutral-300\/90{ + border-left-color: rgb(212 212 212 / 0.9); +} +.border-l-neutral-300\/95{ + border-left-color: rgb(212 212 212 / 0.95); +} +.border-l-neutral-300\/100{ + border-left-color: rgb(212 212 212 / 1); +} +.border-l-neutral-400\/0{ + border-left-color: rgb(163 163 163 / 0); +} +.border-l-neutral-400\/5{ + border-left-color: rgb(163 163 163 / 0.05); +} +.border-l-neutral-400\/10{ + border-left-color: rgb(163 163 163 / 0.1); +} +.border-l-neutral-400\/20{ + border-left-color: rgb(163 163 163 / 0.2); +} +.border-l-neutral-400\/25{ + border-left-color: rgb(163 163 163 / 0.25); +} +.border-l-neutral-400\/30{ + border-left-color: rgb(163 163 163 / 0.3); +} +.border-l-neutral-400\/40{ + border-left-color: rgb(163 163 163 / 0.4); +} +.border-l-neutral-400\/50{ + border-left-color: rgb(163 163 163 / 0.5); +} +.border-l-neutral-400\/60{ + border-left-color: rgb(163 163 163 / 0.6); +} +.border-l-neutral-400\/70{ + border-left-color: rgb(163 163 163 / 0.7); +} +.border-l-neutral-400\/75{ + border-left-color: rgb(163 163 163 / 0.75); +} +.border-l-neutral-400\/80{ + border-left-color: rgb(163 163 163 / 0.8); +} +.border-l-neutral-400\/90{ + border-left-color: rgb(163 163 163 / 0.9); +} +.border-l-neutral-400\/95{ + border-left-color: rgb(163 163 163 / 0.95); +} +.border-l-neutral-400\/100{ + border-left-color: rgb(163 163 163 / 1); +} +.border-l-neutral-500\/0{ + border-left-color: rgb(115 115 115 / 0); +} +.border-l-neutral-500\/5{ + border-left-color: rgb(115 115 115 / 0.05); +} +.border-l-neutral-500\/10{ + border-left-color: rgb(115 115 115 / 0.1); +} +.border-l-neutral-500\/20{ + border-left-color: rgb(115 115 115 / 0.2); +} +.border-l-neutral-500\/25{ + border-left-color: rgb(115 115 115 / 0.25); +} +.border-l-neutral-500\/30{ + border-left-color: rgb(115 115 115 / 0.3); +} +.border-l-neutral-500\/40{ + border-left-color: rgb(115 115 115 / 0.4); +} +.border-l-neutral-500\/50{ + border-left-color: rgb(115 115 115 / 0.5); +} +.border-l-neutral-500\/60{ + border-left-color: rgb(115 115 115 / 0.6); +} +.border-l-neutral-500\/70{ + border-left-color: rgb(115 115 115 / 0.7); +} +.border-l-neutral-500\/75{ + border-left-color: rgb(115 115 115 / 0.75); +} +.border-l-neutral-500\/80{ + border-left-color: rgb(115 115 115 / 0.8); +} +.border-l-neutral-500\/90{ + border-left-color: rgb(115 115 115 / 0.9); +} +.border-l-neutral-500\/95{ + border-left-color: rgb(115 115 115 / 0.95); +} +.border-l-neutral-500\/100{ + border-left-color: rgb(115 115 115 / 1); +} +.border-l-neutral-600\/0{ + border-left-color: rgb(82 82 82 / 0); +} +.border-l-neutral-600\/5{ + border-left-color: rgb(82 82 82 / 0.05); +} +.border-l-neutral-600\/10{ + border-left-color: rgb(82 82 82 / 0.1); +} +.border-l-neutral-600\/20{ + border-left-color: rgb(82 82 82 / 0.2); +} +.border-l-neutral-600\/25{ + border-left-color: rgb(82 82 82 / 0.25); +} +.border-l-neutral-600\/30{ + border-left-color: rgb(82 82 82 / 0.3); +} +.border-l-neutral-600\/40{ + border-left-color: rgb(82 82 82 / 0.4); +} +.border-l-neutral-600\/50{ + border-left-color: rgb(82 82 82 / 0.5); +} +.border-l-neutral-600\/60{ + border-left-color: rgb(82 82 82 / 0.6); +} +.border-l-neutral-600\/70{ + border-left-color: rgb(82 82 82 / 0.7); +} +.border-l-neutral-600\/75{ + border-left-color: rgb(82 82 82 / 0.75); +} +.border-l-neutral-600\/80{ + border-left-color: rgb(82 82 82 / 0.8); +} +.border-l-neutral-600\/90{ + border-left-color: rgb(82 82 82 / 0.9); +} +.border-l-neutral-600\/95{ + border-left-color: rgb(82 82 82 / 0.95); +} +.border-l-neutral-600\/100{ + border-left-color: rgb(82 82 82 / 1); +} +.border-l-neutral-700\/0{ + border-left-color: rgb(64 64 64 / 0); +} +.border-l-neutral-700\/5{ + border-left-color: rgb(64 64 64 / 0.05); +} +.border-l-neutral-700\/10{ + border-left-color: rgb(64 64 64 / 0.1); +} +.border-l-neutral-700\/20{ + border-left-color: rgb(64 64 64 / 0.2); +} +.border-l-neutral-700\/25{ + border-left-color: rgb(64 64 64 / 0.25); +} +.border-l-neutral-700\/30{ + border-left-color: rgb(64 64 64 / 0.3); +} +.border-l-neutral-700\/40{ + border-left-color: rgb(64 64 64 / 0.4); +} +.border-l-neutral-700\/50{ + border-left-color: rgb(64 64 64 / 0.5); +} +.border-l-neutral-700\/60{ + border-left-color: rgb(64 64 64 / 0.6); +} +.border-l-neutral-700\/70{ + border-left-color: rgb(64 64 64 / 0.7); +} +.border-l-neutral-700\/75{ + border-left-color: rgb(64 64 64 / 0.75); +} +.border-l-neutral-700\/80{ + border-left-color: rgb(64 64 64 / 0.8); +} +.border-l-neutral-700\/90{ + border-left-color: rgb(64 64 64 / 0.9); +} +.border-l-neutral-700\/95{ + border-left-color: rgb(64 64 64 / 0.95); +} +.border-l-neutral-700\/100{ + border-left-color: rgb(64 64 64 / 1); +} +.border-l-neutral-800\/0{ + border-left-color: rgb(38 38 38 / 0); +} +.border-l-neutral-800\/5{ + border-left-color: rgb(38 38 38 / 0.05); +} +.border-l-neutral-800\/10{ + border-left-color: rgb(38 38 38 / 0.1); +} +.border-l-neutral-800\/20{ + border-left-color: rgb(38 38 38 / 0.2); +} +.border-l-neutral-800\/25{ + border-left-color: rgb(38 38 38 / 0.25); +} +.border-l-neutral-800\/30{ + border-left-color: rgb(38 38 38 / 0.3); +} +.border-l-neutral-800\/40{ + border-left-color: rgb(38 38 38 / 0.4); +} +.border-l-neutral-800\/50{ + border-left-color: rgb(38 38 38 / 0.5); +} +.border-l-neutral-800\/60{ + border-left-color: rgb(38 38 38 / 0.6); +} +.border-l-neutral-800\/70{ + border-left-color: rgb(38 38 38 / 0.7); +} +.border-l-neutral-800\/75{ + border-left-color: rgb(38 38 38 / 0.75); +} +.border-l-neutral-800\/80{ + border-left-color: rgb(38 38 38 / 0.8); +} +.border-l-neutral-800\/90{ + border-left-color: rgb(38 38 38 / 0.9); +} +.border-l-neutral-800\/95{ + border-left-color: rgb(38 38 38 / 0.95); +} +.border-l-neutral-800\/100{ + border-left-color: rgb(38 38 38 / 1); +} +.border-l-neutral-900\/0{ + border-left-color: rgb(23 23 23 / 0); +} +.border-l-neutral-900\/5{ + border-left-color: rgb(23 23 23 / 0.05); +} +.border-l-neutral-900\/10{ + border-left-color: rgb(23 23 23 / 0.1); +} +.border-l-neutral-900\/20{ + border-left-color: rgb(23 23 23 / 0.2); +} +.border-l-neutral-900\/25{ + border-left-color: rgb(23 23 23 / 0.25); +} +.border-l-neutral-900\/30{ + border-left-color: rgb(23 23 23 / 0.3); +} +.border-l-neutral-900\/40{ + border-left-color: rgb(23 23 23 / 0.4); +} +.border-l-neutral-900\/50{ + border-left-color: rgb(23 23 23 / 0.5); +} +.border-l-neutral-900\/60{ + border-left-color: rgb(23 23 23 / 0.6); +} +.border-l-neutral-900\/70{ + border-left-color: rgb(23 23 23 / 0.7); +} +.border-l-neutral-900\/75{ + border-left-color: rgb(23 23 23 / 0.75); +} +.border-l-neutral-900\/80{ + border-left-color: rgb(23 23 23 / 0.8); +} +.border-l-neutral-900\/90{ + border-left-color: rgb(23 23 23 / 0.9); +} +.border-l-neutral-900\/95{ + border-left-color: rgb(23 23 23 / 0.95); +} +.border-l-neutral-900\/100{ + border-left-color: rgb(23 23 23 / 1); +} +.border-l-stone-50\/0{ + border-left-color: rgb(250 250 249 / 0); +} +.border-l-stone-50\/5{ + border-left-color: rgb(250 250 249 / 0.05); +} +.border-l-stone-50\/10{ + border-left-color: rgb(250 250 249 / 0.1); +} +.border-l-stone-50\/20{ + border-left-color: rgb(250 250 249 / 0.2); +} +.border-l-stone-50\/25{ + border-left-color: rgb(250 250 249 / 0.25); +} +.border-l-stone-50\/30{ + border-left-color: rgb(250 250 249 / 0.3); +} +.border-l-stone-50\/40{ + border-left-color: rgb(250 250 249 / 0.4); +} +.border-l-stone-50\/50{ + border-left-color: rgb(250 250 249 / 0.5); +} +.border-l-stone-50\/60{ + border-left-color: rgb(250 250 249 / 0.6); +} +.border-l-stone-50\/70{ + border-left-color: rgb(250 250 249 / 0.7); +} +.border-l-stone-50\/75{ + border-left-color: rgb(250 250 249 / 0.75); +} +.border-l-stone-50\/80{ + border-left-color: rgb(250 250 249 / 0.8); +} +.border-l-stone-50\/90{ + border-left-color: rgb(250 250 249 / 0.9); +} +.border-l-stone-50\/95{ + border-left-color: rgb(250 250 249 / 0.95); +} +.border-l-stone-50\/100{ + border-left-color: rgb(250 250 249 / 1); +} +.border-l-stone-100\/0{ + border-left-color: rgb(245 245 244 / 0); +} +.border-l-stone-100\/5{ + border-left-color: rgb(245 245 244 / 0.05); +} +.border-l-stone-100\/10{ + border-left-color: rgb(245 245 244 / 0.1); +} +.border-l-stone-100\/20{ + border-left-color: rgb(245 245 244 / 0.2); +} +.border-l-stone-100\/25{ + border-left-color: rgb(245 245 244 / 0.25); +} +.border-l-stone-100\/30{ + border-left-color: rgb(245 245 244 / 0.3); +} +.border-l-stone-100\/40{ + border-left-color: rgb(245 245 244 / 0.4); +} +.border-l-stone-100\/50{ + border-left-color: rgb(245 245 244 / 0.5); +} +.border-l-stone-100\/60{ + border-left-color: rgb(245 245 244 / 0.6); +} +.border-l-stone-100\/70{ + border-left-color: rgb(245 245 244 / 0.7); +} +.border-l-stone-100\/75{ + border-left-color: rgb(245 245 244 / 0.75); +} +.border-l-stone-100\/80{ + border-left-color: rgb(245 245 244 / 0.8); +} +.border-l-stone-100\/90{ + border-left-color: rgb(245 245 244 / 0.9); +} +.border-l-stone-100\/95{ + border-left-color: rgb(245 245 244 / 0.95); +} +.border-l-stone-100\/100{ + border-left-color: rgb(245 245 244 / 1); +} +.border-l-stone-200\/0{ + border-left-color: rgb(231 229 228 / 0); +} +.border-l-stone-200\/5{ + border-left-color: rgb(231 229 228 / 0.05); +} +.border-l-stone-200\/10{ + border-left-color: rgb(231 229 228 / 0.1); +} +.border-l-stone-200\/20{ + border-left-color: rgb(231 229 228 / 0.2); +} +.border-l-stone-200\/25{ + border-left-color: rgb(231 229 228 / 0.25); +} +.border-l-stone-200\/30{ + border-left-color: rgb(231 229 228 / 0.3); +} +.border-l-stone-200\/40{ + border-left-color: rgb(231 229 228 / 0.4); +} +.border-l-stone-200\/50{ + border-left-color: rgb(231 229 228 / 0.5); +} +.border-l-stone-200\/60{ + border-left-color: rgb(231 229 228 / 0.6); +} +.border-l-stone-200\/70{ + border-left-color: rgb(231 229 228 / 0.7); +} +.border-l-stone-200\/75{ + border-left-color: rgb(231 229 228 / 0.75); +} +.border-l-stone-200\/80{ + border-left-color: rgb(231 229 228 / 0.8); +} +.border-l-stone-200\/90{ + border-left-color: rgb(231 229 228 / 0.9); +} +.border-l-stone-200\/95{ + border-left-color: rgb(231 229 228 / 0.95); +} +.border-l-stone-200\/100{ + border-left-color: rgb(231 229 228 / 1); +} +.border-l-stone-300\/0{ + border-left-color: rgb(214 211 209 / 0); +} +.border-l-stone-300\/5{ + border-left-color: rgb(214 211 209 / 0.05); +} +.border-l-stone-300\/10{ + border-left-color: rgb(214 211 209 / 0.1); +} +.border-l-stone-300\/20{ + border-left-color: rgb(214 211 209 / 0.2); +} +.border-l-stone-300\/25{ + border-left-color: rgb(214 211 209 / 0.25); +} +.border-l-stone-300\/30{ + border-left-color: rgb(214 211 209 / 0.3); +} +.border-l-stone-300\/40{ + border-left-color: rgb(214 211 209 / 0.4); +} +.border-l-stone-300\/50{ + border-left-color: rgb(214 211 209 / 0.5); +} +.border-l-stone-300\/60{ + border-left-color: rgb(214 211 209 / 0.6); +} +.border-l-stone-300\/70{ + border-left-color: rgb(214 211 209 / 0.7); +} +.border-l-stone-300\/75{ + border-left-color: rgb(214 211 209 / 0.75); +} +.border-l-stone-300\/80{ + border-left-color: rgb(214 211 209 / 0.8); +} +.border-l-stone-300\/90{ + border-left-color: rgb(214 211 209 / 0.9); +} +.border-l-stone-300\/95{ + border-left-color: rgb(214 211 209 / 0.95); +} +.border-l-stone-300\/100{ + border-left-color: rgb(214 211 209 / 1); +} +.border-l-stone-400\/0{ + border-left-color: rgb(168 162 158 / 0); +} +.border-l-stone-400\/5{ + border-left-color: rgb(168 162 158 / 0.05); +} +.border-l-stone-400\/10{ + border-left-color: rgb(168 162 158 / 0.1); +} +.border-l-stone-400\/20{ + border-left-color: rgb(168 162 158 / 0.2); +} +.border-l-stone-400\/25{ + border-left-color: rgb(168 162 158 / 0.25); +} +.border-l-stone-400\/30{ + border-left-color: rgb(168 162 158 / 0.3); +} +.border-l-stone-400\/40{ + border-left-color: rgb(168 162 158 / 0.4); +} +.border-l-stone-400\/50{ + border-left-color: rgb(168 162 158 / 0.5); +} +.border-l-stone-400\/60{ + border-left-color: rgb(168 162 158 / 0.6); +} +.border-l-stone-400\/70{ + border-left-color: rgb(168 162 158 / 0.7); +} +.border-l-stone-400\/75{ + border-left-color: rgb(168 162 158 / 0.75); +} +.border-l-stone-400\/80{ + border-left-color: rgb(168 162 158 / 0.8); +} +.border-l-stone-400\/90{ + border-left-color: rgb(168 162 158 / 0.9); +} +.border-l-stone-400\/95{ + border-left-color: rgb(168 162 158 / 0.95); +} +.border-l-stone-400\/100{ + border-left-color: rgb(168 162 158 / 1); +} +.border-l-stone-500\/0{ + border-left-color: rgb(120 113 108 / 0); +} +.border-l-stone-500\/5{ + border-left-color: rgb(120 113 108 / 0.05); +} +.border-l-stone-500\/10{ + border-left-color: rgb(120 113 108 / 0.1); +} +.border-l-stone-500\/20{ + border-left-color: rgb(120 113 108 / 0.2); +} +.border-l-stone-500\/25{ + border-left-color: rgb(120 113 108 / 0.25); +} +.border-l-stone-500\/30{ + border-left-color: rgb(120 113 108 / 0.3); +} +.border-l-stone-500\/40{ + border-left-color: rgb(120 113 108 / 0.4); +} +.border-l-stone-500\/50{ + border-left-color: rgb(120 113 108 / 0.5); +} +.border-l-stone-500\/60{ + border-left-color: rgb(120 113 108 / 0.6); +} +.border-l-stone-500\/70{ + border-left-color: rgb(120 113 108 / 0.7); +} +.border-l-stone-500\/75{ + border-left-color: rgb(120 113 108 / 0.75); +} +.border-l-stone-500\/80{ + border-left-color: rgb(120 113 108 / 0.8); +} +.border-l-stone-500\/90{ + border-left-color: rgb(120 113 108 / 0.9); +} +.border-l-stone-500\/95{ + border-left-color: rgb(120 113 108 / 0.95); +} +.border-l-stone-500\/100{ + border-left-color: rgb(120 113 108 / 1); +} +.border-l-stone-600\/0{ + border-left-color: rgb(87 83 78 / 0); +} +.border-l-stone-600\/5{ + border-left-color: rgb(87 83 78 / 0.05); +} +.border-l-stone-600\/10{ + border-left-color: rgb(87 83 78 / 0.1); +} +.border-l-stone-600\/20{ + border-left-color: rgb(87 83 78 / 0.2); +} +.border-l-stone-600\/25{ + border-left-color: rgb(87 83 78 / 0.25); +} +.border-l-stone-600\/30{ + border-left-color: rgb(87 83 78 / 0.3); +} +.border-l-stone-600\/40{ + border-left-color: rgb(87 83 78 / 0.4); +} +.border-l-stone-600\/50{ + border-left-color: rgb(87 83 78 / 0.5); +} +.border-l-stone-600\/60{ + border-left-color: rgb(87 83 78 / 0.6); +} +.border-l-stone-600\/70{ + border-left-color: rgb(87 83 78 / 0.7); +} +.border-l-stone-600\/75{ + border-left-color: rgb(87 83 78 / 0.75); +} +.border-l-stone-600\/80{ + border-left-color: rgb(87 83 78 / 0.8); +} +.border-l-stone-600\/90{ + border-left-color: rgb(87 83 78 / 0.9); +} +.border-l-stone-600\/95{ + border-left-color: rgb(87 83 78 / 0.95); +} +.border-l-stone-600\/100{ + border-left-color: rgb(87 83 78 / 1); +} +.border-l-stone-700\/0{ + border-left-color: rgb(68 64 60 / 0); +} +.border-l-stone-700\/5{ + border-left-color: rgb(68 64 60 / 0.05); +} +.border-l-stone-700\/10{ + border-left-color: rgb(68 64 60 / 0.1); +} +.border-l-stone-700\/20{ + border-left-color: rgb(68 64 60 / 0.2); +} +.border-l-stone-700\/25{ + border-left-color: rgb(68 64 60 / 0.25); +} +.border-l-stone-700\/30{ + border-left-color: rgb(68 64 60 / 0.3); +} +.border-l-stone-700\/40{ + border-left-color: rgb(68 64 60 / 0.4); +} +.border-l-stone-700\/50{ + border-left-color: rgb(68 64 60 / 0.5); +} +.border-l-stone-700\/60{ + border-left-color: rgb(68 64 60 / 0.6); +} +.border-l-stone-700\/70{ + border-left-color: rgb(68 64 60 / 0.7); +} +.border-l-stone-700\/75{ + border-left-color: rgb(68 64 60 / 0.75); +} +.border-l-stone-700\/80{ + border-left-color: rgb(68 64 60 / 0.8); +} +.border-l-stone-700\/90{ + border-left-color: rgb(68 64 60 / 0.9); +} +.border-l-stone-700\/95{ + border-left-color: rgb(68 64 60 / 0.95); +} +.border-l-stone-700\/100{ + border-left-color: rgb(68 64 60 / 1); +} +.border-l-stone-800\/0{ + border-left-color: rgb(41 37 36 / 0); +} +.border-l-stone-800\/5{ + border-left-color: rgb(41 37 36 / 0.05); +} +.border-l-stone-800\/10{ + border-left-color: rgb(41 37 36 / 0.1); +} +.border-l-stone-800\/20{ + border-left-color: rgb(41 37 36 / 0.2); +} +.border-l-stone-800\/25{ + border-left-color: rgb(41 37 36 / 0.25); +} +.border-l-stone-800\/30{ + border-left-color: rgb(41 37 36 / 0.3); +} +.border-l-stone-800\/40{ + border-left-color: rgb(41 37 36 / 0.4); +} +.border-l-stone-800\/50{ + border-left-color: rgb(41 37 36 / 0.5); +} +.border-l-stone-800\/60{ + border-left-color: rgb(41 37 36 / 0.6); +} +.border-l-stone-800\/70{ + border-left-color: rgb(41 37 36 / 0.7); +} +.border-l-stone-800\/75{ + border-left-color: rgb(41 37 36 / 0.75); +} +.border-l-stone-800\/80{ + border-left-color: rgb(41 37 36 / 0.8); +} +.border-l-stone-800\/90{ + border-left-color: rgb(41 37 36 / 0.9); +} +.border-l-stone-800\/95{ + border-left-color: rgb(41 37 36 / 0.95); +} +.border-l-stone-800\/100{ + border-left-color: rgb(41 37 36 / 1); +} +.border-l-stone-900\/0{ + border-left-color: rgb(28 25 23 / 0); +} +.border-l-stone-900\/5{ + border-left-color: rgb(28 25 23 / 0.05); +} +.border-l-stone-900\/10{ + border-left-color: rgb(28 25 23 / 0.1); +} +.border-l-stone-900\/20{ + border-left-color: rgb(28 25 23 / 0.2); +} +.border-l-stone-900\/25{ + border-left-color: rgb(28 25 23 / 0.25); +} +.border-l-stone-900\/30{ + border-left-color: rgb(28 25 23 / 0.3); +} +.border-l-stone-900\/40{ + border-left-color: rgb(28 25 23 / 0.4); +} +.border-l-stone-900\/50{ + border-left-color: rgb(28 25 23 / 0.5); +} +.border-l-stone-900\/60{ + border-left-color: rgb(28 25 23 / 0.6); +} +.border-l-stone-900\/70{ + border-left-color: rgb(28 25 23 / 0.7); +} +.border-l-stone-900\/75{ + border-left-color: rgb(28 25 23 / 0.75); +} +.border-l-stone-900\/80{ + border-left-color: rgb(28 25 23 / 0.8); +} +.border-l-stone-900\/90{ + border-left-color: rgb(28 25 23 / 0.9); +} +.border-l-stone-900\/95{ + border-left-color: rgb(28 25 23 / 0.95); +} +.border-l-stone-900\/100{ + border-left-color: rgb(28 25 23 / 1); +} +.border-l-red-50\/0{ + border-left-color: rgb(252 242 242 / 0); +} +.border-l-red-50\/5{ + border-left-color: rgb(252 242 242 / 0.05); +} +.border-l-red-50\/10{ + border-left-color: rgb(252 242 242 / 0.1); +} +.border-l-red-50\/20{ + border-left-color: rgb(252 242 242 / 0.2); +} +.border-l-red-50\/25{ + border-left-color: rgb(252 242 242 / 0.25); +} +.border-l-red-50\/30{ + border-left-color: rgb(252 242 242 / 0.3); +} +.border-l-red-50\/40{ + border-left-color: rgb(252 242 242 / 0.4); +} +.border-l-red-50\/50{ + border-left-color: rgb(252 242 242 / 0.5); +} +.border-l-red-50\/60{ + border-left-color: rgb(252 242 242 / 0.6); +} +.border-l-red-50\/70{ + border-left-color: rgb(252 242 242 / 0.7); +} +.border-l-red-50\/75{ + border-left-color: rgb(252 242 242 / 0.75); +} +.border-l-red-50\/80{ + border-left-color: rgb(252 242 242 / 0.8); +} +.border-l-red-50\/90{ + border-left-color: rgb(252 242 242 / 0.9); +} +.border-l-red-50\/95{ + border-left-color: rgb(252 242 242 / 0.95); +} +.border-l-red-50\/100{ + border-left-color: rgb(252 242 242 / 1); +} +.border-l-red-100\/0{ + border-left-color: rgb(250 230 230 / 0); +} +.border-l-red-100\/5{ + border-left-color: rgb(250 230 230 / 0.05); +} +.border-l-red-100\/10{ + border-left-color: rgb(250 230 230 / 0.1); +} +.border-l-red-100\/20{ + border-left-color: rgb(250 230 230 / 0.2); +} +.border-l-red-100\/25{ + border-left-color: rgb(250 230 230 / 0.25); +} +.border-l-red-100\/30{ + border-left-color: rgb(250 230 230 / 0.3); +} +.border-l-red-100\/40{ + border-left-color: rgb(250 230 230 / 0.4); +} +.border-l-red-100\/50{ + border-left-color: rgb(250 230 230 / 0.5); +} +.border-l-red-100\/60{ + border-left-color: rgb(250 230 230 / 0.6); +} +.border-l-red-100\/70{ + border-left-color: rgb(250 230 230 / 0.7); +} +.border-l-red-100\/75{ + border-left-color: rgb(250 230 230 / 0.75); +} +.border-l-red-100\/80{ + border-left-color: rgb(250 230 230 / 0.8); +} +.border-l-red-100\/90{ + border-left-color: rgb(250 230 230 / 0.9); +} +.border-l-red-100\/95{ + border-left-color: rgb(250 230 230 / 0.95); +} +.border-l-red-100\/100{ + border-left-color: rgb(250 230 230 / 1); +} +.border-l-red-200\/0{ + border-left-color: rgb(242 191 191 / 0); +} +.border-l-red-200\/5{ + border-left-color: rgb(242 191 191 / 0.05); +} +.border-l-red-200\/10{ + border-left-color: rgb(242 191 191 / 0.1); +} +.border-l-red-200\/20{ + border-left-color: rgb(242 191 191 / 0.2); +} +.border-l-red-200\/25{ + border-left-color: rgb(242 191 191 / 0.25); +} +.border-l-red-200\/30{ + border-left-color: rgb(242 191 191 / 0.3); +} +.border-l-red-200\/40{ + border-left-color: rgb(242 191 191 / 0.4); +} +.border-l-red-200\/50{ + border-left-color: rgb(242 191 191 / 0.5); +} +.border-l-red-200\/60{ + border-left-color: rgb(242 191 191 / 0.6); +} +.border-l-red-200\/70{ + border-left-color: rgb(242 191 191 / 0.7); +} +.border-l-red-200\/75{ + border-left-color: rgb(242 191 191 / 0.75); +} +.border-l-red-200\/80{ + border-left-color: rgb(242 191 191 / 0.8); +} +.border-l-red-200\/90{ + border-left-color: rgb(242 191 191 / 0.9); +} +.border-l-red-200\/95{ + border-left-color: rgb(242 191 191 / 0.95); +} +.border-l-red-200\/100{ + border-left-color: rgb(242 191 191 / 1); +} +.border-l-red-300\/0{ + border-left-color: rgb(235 153 153 / 0); +} +.border-l-red-300\/5{ + border-left-color: rgb(235 153 153 / 0.05); +} +.border-l-red-300\/10{ + border-left-color: rgb(235 153 153 / 0.1); +} +.border-l-red-300\/20{ + border-left-color: rgb(235 153 153 / 0.2); +} +.border-l-red-300\/25{ + border-left-color: rgb(235 153 153 / 0.25); +} +.border-l-red-300\/30{ + border-left-color: rgb(235 153 153 / 0.3); +} +.border-l-red-300\/40{ + border-left-color: rgb(235 153 153 / 0.4); +} +.border-l-red-300\/50{ + border-left-color: rgb(235 153 153 / 0.5); +} +.border-l-red-300\/60{ + border-left-color: rgb(235 153 153 / 0.6); +} +.border-l-red-300\/70{ + border-left-color: rgb(235 153 153 / 0.7); +} +.border-l-red-300\/75{ + border-left-color: rgb(235 153 153 / 0.75); +} +.border-l-red-300\/80{ + border-left-color: rgb(235 153 153 / 0.8); +} +.border-l-red-300\/90{ + border-left-color: rgb(235 153 153 / 0.9); +} +.border-l-red-300\/95{ + border-left-color: rgb(235 153 153 / 0.95); +} +.border-l-red-300\/100{ + border-left-color: rgb(235 153 153 / 1); +} +.border-l-red-400\/0{ + border-left-color: rgb(219 77 77 / 0); +} +.border-l-red-400\/5{ + border-left-color: rgb(219 77 77 / 0.05); +} +.border-l-red-400\/10{ + border-left-color: rgb(219 77 77 / 0.1); +} +.border-l-red-400\/20{ + border-left-color: rgb(219 77 77 / 0.2); +} +.border-l-red-400\/25{ + border-left-color: rgb(219 77 77 / 0.25); +} +.border-l-red-400\/30{ + border-left-color: rgb(219 77 77 / 0.3); +} +.border-l-red-400\/40{ + border-left-color: rgb(219 77 77 / 0.4); +} +.border-l-red-400\/50{ + border-left-color: rgb(219 77 77 / 0.5); +} +.border-l-red-400\/60{ + border-left-color: rgb(219 77 77 / 0.6); +} +.border-l-red-400\/70{ + border-left-color: rgb(219 77 77 / 0.7); +} +.border-l-red-400\/75{ + border-left-color: rgb(219 77 77 / 0.75); +} +.border-l-red-400\/80{ + border-left-color: rgb(219 77 77 / 0.8); +} +.border-l-red-400\/90{ + border-left-color: rgb(219 77 77 / 0.9); +} +.border-l-red-400\/95{ + border-left-color: rgb(219 77 77 / 0.95); +} +.border-l-red-400\/100{ + border-left-color: rgb(219 77 77 / 1); +} +.border-l-red-500\/0{ + border-left-color: rgb(204 0 0 / 0); +} +.border-l-red-500\/5{ + border-left-color: rgb(204 0 0 / 0.05); +} +.border-l-red-500\/10{ + border-left-color: rgb(204 0 0 / 0.1); +} +.border-l-red-500\/20{ + border-left-color: rgb(204 0 0 / 0.2); +} +.border-l-red-500\/25{ + border-left-color: rgb(204 0 0 / 0.25); +} +.border-l-red-500\/30{ + border-left-color: rgb(204 0 0 / 0.3); +} +.border-l-red-500\/40{ + border-left-color: rgb(204 0 0 / 0.4); +} +.border-l-red-500\/50{ + border-left-color: rgb(204 0 0 / 0.5); +} +.border-l-red-500\/60{ + border-left-color: rgb(204 0 0 / 0.6); +} +.border-l-red-500\/70{ + border-left-color: rgb(204 0 0 / 0.7); +} +.border-l-red-500\/75{ + border-left-color: rgb(204 0 0 / 0.75); +} +.border-l-red-500\/80{ + border-left-color: rgb(204 0 0 / 0.8); +} +.border-l-red-500\/90{ + border-left-color: rgb(204 0 0 / 0.9); +} +.border-l-red-500\/95{ + border-left-color: rgb(204 0 0 / 0.95); +} +.border-l-red-500\/100{ + border-left-color: rgb(204 0 0 / 1); +} +.border-l-red-600\/0{ + border-left-color: rgb(184 0 0 / 0); +} +.border-l-red-600\/5{ + border-left-color: rgb(184 0 0 / 0.05); +} +.border-l-red-600\/10{ + border-left-color: rgb(184 0 0 / 0.1); +} +.border-l-red-600\/20{ + border-left-color: rgb(184 0 0 / 0.2); +} +.border-l-red-600\/25{ + border-left-color: rgb(184 0 0 / 0.25); +} +.border-l-red-600\/30{ + border-left-color: rgb(184 0 0 / 0.3); +} +.border-l-red-600\/40{ + border-left-color: rgb(184 0 0 / 0.4); +} +.border-l-red-600\/50{ + border-left-color: rgb(184 0 0 / 0.5); +} +.border-l-red-600\/60{ + border-left-color: rgb(184 0 0 / 0.6); +} +.border-l-red-600\/70{ + border-left-color: rgb(184 0 0 / 0.7); +} +.border-l-red-600\/75{ + border-left-color: rgb(184 0 0 / 0.75); +} +.border-l-red-600\/80{ + border-left-color: rgb(184 0 0 / 0.8); +} +.border-l-red-600\/90{ + border-left-color: rgb(184 0 0 / 0.9); +} +.border-l-red-600\/95{ + border-left-color: rgb(184 0 0 / 0.95); +} +.border-l-red-600\/100{ + border-left-color: rgb(184 0 0 / 1); +} +.border-l-red-700\/0{ + border-left-color: rgb(153 0 0 / 0); +} +.border-l-red-700\/5{ + border-left-color: rgb(153 0 0 / 0.05); +} +.border-l-red-700\/10{ + border-left-color: rgb(153 0 0 / 0.1); +} +.border-l-red-700\/20{ + border-left-color: rgb(153 0 0 / 0.2); +} +.border-l-red-700\/25{ + border-left-color: rgb(153 0 0 / 0.25); +} +.border-l-red-700\/30{ + border-left-color: rgb(153 0 0 / 0.3); +} +.border-l-red-700\/40{ + border-left-color: rgb(153 0 0 / 0.4); +} +.border-l-red-700\/50{ + border-left-color: rgb(153 0 0 / 0.5); +} +.border-l-red-700\/60{ + border-left-color: rgb(153 0 0 / 0.6); +} +.border-l-red-700\/70{ + border-left-color: rgb(153 0 0 / 0.7); +} +.border-l-red-700\/75{ + border-left-color: rgb(153 0 0 / 0.75); +} +.border-l-red-700\/80{ + border-left-color: rgb(153 0 0 / 0.8); +} +.border-l-red-700\/90{ + border-left-color: rgb(153 0 0 / 0.9); +} +.border-l-red-700\/95{ + border-left-color: rgb(153 0 0 / 0.95); +} +.border-l-red-700\/100{ + border-left-color: rgb(153 0 0 / 1); +} +.border-l-red-800\/0{ + border-left-color: rgb(122 0 0 / 0); +} +.border-l-red-800\/5{ + border-left-color: rgb(122 0 0 / 0.05); +} +.border-l-red-800\/10{ + border-left-color: rgb(122 0 0 / 0.1); +} +.border-l-red-800\/20{ + border-left-color: rgb(122 0 0 / 0.2); +} +.border-l-red-800\/25{ + border-left-color: rgb(122 0 0 / 0.25); +} +.border-l-red-800\/30{ + border-left-color: rgb(122 0 0 / 0.3); +} +.border-l-red-800\/40{ + border-left-color: rgb(122 0 0 / 0.4); +} +.border-l-red-800\/50{ + border-left-color: rgb(122 0 0 / 0.5); +} +.border-l-red-800\/60{ + border-left-color: rgb(122 0 0 / 0.6); +} +.border-l-red-800\/70{ + border-left-color: rgb(122 0 0 / 0.7); +} +.border-l-red-800\/75{ + border-left-color: rgb(122 0 0 / 0.75); +} +.border-l-red-800\/80{ + border-left-color: rgb(122 0 0 / 0.8); +} +.border-l-red-800\/90{ + border-left-color: rgb(122 0 0 / 0.9); +} +.border-l-red-800\/95{ + border-left-color: rgb(122 0 0 / 0.95); +} +.border-l-red-800\/100{ + border-left-color: rgb(122 0 0 / 1); +} +.border-l-red-900\/0{ + border-left-color: rgb(100 0 0 / 0); +} +.border-l-red-900\/5{ + border-left-color: rgb(100 0 0 / 0.05); +} +.border-l-red-900\/10{ + border-left-color: rgb(100 0 0 / 0.1); +} +.border-l-red-900\/20{ + border-left-color: rgb(100 0 0 / 0.2); +} +.border-l-red-900\/25{ + border-left-color: rgb(100 0 0 / 0.25); +} +.border-l-red-900\/30{ + border-left-color: rgb(100 0 0 / 0.3); +} +.border-l-red-900\/40{ + border-left-color: rgb(100 0 0 / 0.4); +} +.border-l-red-900\/50{ + border-left-color: rgb(100 0 0 / 0.5); +} +.border-l-red-900\/60{ + border-left-color: rgb(100 0 0 / 0.6); +} +.border-l-red-900\/70{ + border-left-color: rgb(100 0 0 / 0.7); +} +.border-l-red-900\/75{ + border-left-color: rgb(100 0 0 / 0.75); +} +.border-l-red-900\/80{ + border-left-color: rgb(100 0 0 / 0.8); +} +.border-l-red-900\/90{ + border-left-color: rgb(100 0 0 / 0.9); +} +.border-l-red-900\/95{ + border-left-color: rgb(100 0 0 / 0.95); +} +.border-l-red-900\/100{ + border-left-color: rgb(100 0 0 / 1); +} +.border-l-red\/0{ + border-left-color: rgb(204 0 0 / 0); +} +.border-l-red\/5{ + border-left-color: rgb(204 0 0 / 0.05); +} +.border-l-red\/10{ + border-left-color: rgb(204 0 0 / 0.1); +} +.border-l-red\/20{ + border-left-color: rgb(204 0 0 / 0.2); +} +.border-l-red\/25{ + border-left-color: rgb(204 0 0 / 0.25); +} +.border-l-red\/30{ + border-left-color: rgb(204 0 0 / 0.3); +} +.border-l-red\/40{ + border-left-color: rgb(204 0 0 / 0.4); +} +.border-l-red\/50{ + border-left-color: rgb(204 0 0 / 0.5); +} +.border-l-red\/60{ + border-left-color: rgb(204 0 0 / 0.6); +} +.border-l-red\/70{ + border-left-color: rgb(204 0 0 / 0.7); +} +.border-l-red\/75{ + border-left-color: rgb(204 0 0 / 0.75); +} +.border-l-red\/80{ + border-left-color: rgb(204 0 0 / 0.8); +} +.border-l-red\/90{ + border-left-color: rgb(204 0 0 / 0.9); +} +.border-l-red\/95{ + border-left-color: rgb(204 0 0 / 0.95); +} +.border-l-red\/100{ + border-left-color: rgb(204 0 0 / 1); +} +.border-l-orange-50\/0{ + border-left-color: rgb(255 250 243 / 0); +} +.border-l-orange-50\/5{ + border-left-color: rgb(255 250 243 / 0.05); +} +.border-l-orange-50\/10{ + border-left-color: rgb(255 250 243 / 0.1); +} +.border-l-orange-50\/20{ + border-left-color: rgb(255 250 243 / 0.2); +} +.border-l-orange-50\/25{ + border-left-color: rgb(255 250 243 / 0.25); +} +.border-l-orange-50\/30{ + border-left-color: rgb(255 250 243 / 0.3); +} +.border-l-orange-50\/40{ + border-left-color: rgb(255 250 243 / 0.4); +} +.border-l-orange-50\/50{ + border-left-color: rgb(255 250 243 / 0.5); +} +.border-l-orange-50\/60{ + border-left-color: rgb(255 250 243 / 0.6); +} +.border-l-orange-50\/70{ + border-left-color: rgb(255 250 243 / 0.7); +} +.border-l-orange-50\/75{ + border-left-color: rgb(255 250 243 / 0.75); +} +.border-l-orange-50\/80{ + border-left-color: rgb(255 250 243 / 0.8); +} +.border-l-orange-50\/90{ + border-left-color: rgb(255 250 243 / 0.9); +} +.border-l-orange-50\/95{ + border-left-color: rgb(255 250 243 / 0.95); +} +.border-l-orange-50\/100{ + border-left-color: rgb(255 250 243 / 1); +} +.border-l-orange-100\/0{ + border-left-color: rgb(254 245 231 / 0); +} +.border-l-orange-100\/5{ + border-left-color: rgb(254 245 231 / 0.05); +} +.border-l-orange-100\/10{ + border-left-color: rgb(254 245 231 / 0.1); +} +.border-l-orange-100\/20{ + border-left-color: rgb(254 245 231 / 0.2); +} +.border-l-orange-100\/25{ + border-left-color: rgb(254 245 231 / 0.25); +} +.border-l-orange-100\/30{ + border-left-color: rgb(254 245 231 / 0.3); +} +.border-l-orange-100\/40{ + border-left-color: rgb(254 245 231 / 0.4); +} +.border-l-orange-100\/50{ + border-left-color: rgb(254 245 231 / 0.5); +} +.border-l-orange-100\/60{ + border-left-color: rgb(254 245 231 / 0.6); +} +.border-l-orange-100\/70{ + border-left-color: rgb(254 245 231 / 0.7); +} +.border-l-orange-100\/75{ + border-left-color: rgb(254 245 231 / 0.75); +} +.border-l-orange-100\/80{ + border-left-color: rgb(254 245 231 / 0.8); +} +.border-l-orange-100\/90{ + border-left-color: rgb(254 245 231 / 0.9); +} +.border-l-orange-100\/95{ + border-left-color: rgb(254 245 231 / 0.95); +} +.border-l-orange-100\/100{ + border-left-color: rgb(254 245 231 / 1); +} +.border-l-orange-200\/0{ + border-left-color: rgb(253 231 194 / 0); +} +.border-l-orange-200\/5{ + border-left-color: rgb(253 231 194 / 0.05); +} +.border-l-orange-200\/10{ + border-left-color: rgb(253 231 194 / 0.1); +} +.border-l-orange-200\/20{ + border-left-color: rgb(253 231 194 / 0.2); +} +.border-l-orange-200\/25{ + border-left-color: rgb(253 231 194 / 0.25); +} +.border-l-orange-200\/30{ + border-left-color: rgb(253 231 194 / 0.3); +} +.border-l-orange-200\/40{ + border-left-color: rgb(253 231 194 / 0.4); +} +.border-l-orange-200\/50{ + border-left-color: rgb(253 231 194 / 0.5); +} +.border-l-orange-200\/60{ + border-left-color: rgb(253 231 194 / 0.6); +} +.border-l-orange-200\/70{ + border-left-color: rgb(253 231 194 / 0.7); +} +.border-l-orange-200\/75{ + border-left-color: rgb(253 231 194 / 0.75); +} +.border-l-orange-200\/80{ + border-left-color: rgb(253 231 194 / 0.8); +} +.border-l-orange-200\/90{ + border-left-color: rgb(253 231 194 / 0.9); +} +.border-l-orange-200\/95{ + border-left-color: rgb(253 231 194 / 0.95); +} +.border-l-orange-200\/100{ + border-left-color: rgb(253 231 194 / 1); +} +.border-l-orange-300\/0{ + border-left-color: rgb(251 216 157 / 0); +} +.border-l-orange-300\/5{ + border-left-color: rgb(251 216 157 / 0.05); +} +.border-l-orange-300\/10{ + border-left-color: rgb(251 216 157 / 0.1); +} +.border-l-orange-300\/20{ + border-left-color: rgb(251 216 157 / 0.2); +} +.border-l-orange-300\/25{ + border-left-color: rgb(251 216 157 / 0.25); +} +.border-l-orange-300\/30{ + border-left-color: rgb(251 216 157 / 0.3); +} +.border-l-orange-300\/40{ + border-left-color: rgb(251 216 157 / 0.4); +} +.border-l-orange-300\/50{ + border-left-color: rgb(251 216 157 / 0.5); +} +.border-l-orange-300\/60{ + border-left-color: rgb(251 216 157 / 0.6); +} +.border-l-orange-300\/70{ + border-left-color: rgb(251 216 157 / 0.7); +} +.border-l-orange-300\/75{ + border-left-color: rgb(251 216 157 / 0.75); +} +.border-l-orange-300\/80{ + border-left-color: rgb(251 216 157 / 0.8); +} +.border-l-orange-300\/90{ + border-left-color: rgb(251 216 157 / 0.9); +} +.border-l-orange-300\/95{ + border-left-color: rgb(251 216 157 / 0.95); +} +.border-l-orange-300\/100{ + border-left-color: rgb(251 216 157 / 1); +} +.border-l-orange-400\/0{ + border-left-color: rgb(248 187 84 / 0); +} +.border-l-orange-400\/5{ + border-left-color: rgb(248 187 84 / 0.05); +} +.border-l-orange-400\/10{ + border-left-color: rgb(248 187 84 / 0.1); +} +.border-l-orange-400\/20{ + border-left-color: rgb(248 187 84 / 0.2); +} +.border-l-orange-400\/25{ + border-left-color: rgb(248 187 84 / 0.25); +} +.border-l-orange-400\/30{ + border-left-color: rgb(248 187 84 / 0.3); +} +.border-l-orange-400\/40{ + border-left-color: rgb(248 187 84 / 0.4); +} +.border-l-orange-400\/50{ + border-left-color: rgb(248 187 84 / 0.5); +} +.border-l-orange-400\/60{ + border-left-color: rgb(248 187 84 / 0.6); +} +.border-l-orange-400\/70{ + border-left-color: rgb(248 187 84 / 0.7); +} +.border-l-orange-400\/75{ + border-left-color: rgb(248 187 84 / 0.75); +} +.border-l-orange-400\/80{ + border-left-color: rgb(248 187 84 / 0.8); +} +.border-l-orange-400\/90{ + border-left-color: rgb(248 187 84 / 0.9); +} +.border-l-orange-400\/95{ + border-left-color: rgb(248 187 84 / 0.95); +} +.border-l-orange-400\/100{ + border-left-color: rgb(248 187 84 / 1); +} +.border-l-orange-500\/0{ + border-left-color: rgb(245 158 11 / 0); +} +.border-l-orange-500\/5{ + border-left-color: rgb(245 158 11 / 0.05); +} +.border-l-orange-500\/10{ + border-left-color: rgb(245 158 11 / 0.1); +} +.border-l-orange-500\/20{ + border-left-color: rgb(245 158 11 / 0.2); +} +.border-l-orange-500\/25{ + border-left-color: rgb(245 158 11 / 0.25); +} +.border-l-orange-500\/30{ + border-left-color: rgb(245 158 11 / 0.3); +} +.border-l-orange-500\/40{ + border-left-color: rgb(245 158 11 / 0.4); +} +.border-l-orange-500\/50{ + border-left-color: rgb(245 158 11 / 0.5); +} +.border-l-orange-500\/60{ + border-left-color: rgb(245 158 11 / 0.6); +} +.border-l-orange-500\/70{ + border-left-color: rgb(245 158 11 / 0.7); +} +.border-l-orange-500\/75{ + border-left-color: rgb(245 158 11 / 0.75); +} +.border-l-orange-500\/80{ + border-left-color: rgb(245 158 11 / 0.8); +} +.border-l-orange-500\/90{ + border-left-color: rgb(245 158 11 / 0.9); +} +.border-l-orange-500\/95{ + border-left-color: rgb(245 158 11 / 0.95); +} +.border-l-orange-500\/100{ + border-left-color: rgb(245 158 11 / 1); +} +.border-l-orange-600\/0{ + border-left-color: rgb(221 142 10 / 0); +} +.border-l-orange-600\/5{ + border-left-color: rgb(221 142 10 / 0.05); +} +.border-l-orange-600\/10{ + border-left-color: rgb(221 142 10 / 0.1); +} +.border-l-orange-600\/20{ + border-left-color: rgb(221 142 10 / 0.2); +} +.border-l-orange-600\/25{ + border-left-color: rgb(221 142 10 / 0.25); +} +.border-l-orange-600\/30{ + border-left-color: rgb(221 142 10 / 0.3); +} +.border-l-orange-600\/40{ + border-left-color: rgb(221 142 10 / 0.4); +} +.border-l-orange-600\/50{ + border-left-color: rgb(221 142 10 / 0.5); +} +.border-l-orange-600\/60{ + border-left-color: rgb(221 142 10 / 0.6); +} +.border-l-orange-600\/70{ + border-left-color: rgb(221 142 10 / 0.7); +} +.border-l-orange-600\/75{ + border-left-color: rgb(221 142 10 / 0.75); +} +.border-l-orange-600\/80{ + border-left-color: rgb(221 142 10 / 0.8); +} +.border-l-orange-600\/90{ + border-left-color: rgb(221 142 10 / 0.9); +} +.border-l-orange-600\/95{ + border-left-color: rgb(221 142 10 / 0.95); +} +.border-l-orange-600\/100{ + border-left-color: rgb(221 142 10 / 1); +} +.border-l-orange-700\/0{ + border-left-color: rgb(184 119 8 / 0); +} +.border-l-orange-700\/5{ + border-left-color: rgb(184 119 8 / 0.05); +} +.border-l-orange-700\/10{ + border-left-color: rgb(184 119 8 / 0.1); +} +.border-l-orange-700\/20{ + border-left-color: rgb(184 119 8 / 0.2); +} +.border-l-orange-700\/25{ + border-left-color: rgb(184 119 8 / 0.25); +} +.border-l-orange-700\/30{ + border-left-color: rgb(184 119 8 / 0.3); +} +.border-l-orange-700\/40{ + border-left-color: rgb(184 119 8 / 0.4); +} +.border-l-orange-700\/50{ + border-left-color: rgb(184 119 8 / 0.5); +} +.border-l-orange-700\/60{ + border-left-color: rgb(184 119 8 / 0.6); +} +.border-l-orange-700\/70{ + border-left-color: rgb(184 119 8 / 0.7); +} +.border-l-orange-700\/75{ + border-left-color: rgb(184 119 8 / 0.75); +} +.border-l-orange-700\/80{ + border-left-color: rgb(184 119 8 / 0.8); +} +.border-l-orange-700\/90{ + border-left-color: rgb(184 119 8 / 0.9); +} +.border-l-orange-700\/95{ + border-left-color: rgb(184 119 8 / 0.95); +} +.border-l-orange-700\/100{ + border-left-color: rgb(184 119 8 / 1); +} +.border-l-orange-800\/0{ + border-left-color: rgb(147 95 7 / 0); +} +.border-l-orange-800\/5{ + border-left-color: rgb(147 95 7 / 0.05); +} +.border-l-orange-800\/10{ + border-left-color: rgb(147 95 7 / 0.1); +} +.border-l-orange-800\/20{ + border-left-color: rgb(147 95 7 / 0.2); +} +.border-l-orange-800\/25{ + border-left-color: rgb(147 95 7 / 0.25); +} +.border-l-orange-800\/30{ + border-left-color: rgb(147 95 7 / 0.3); +} +.border-l-orange-800\/40{ + border-left-color: rgb(147 95 7 / 0.4); +} +.border-l-orange-800\/50{ + border-left-color: rgb(147 95 7 / 0.5); +} +.border-l-orange-800\/60{ + border-left-color: rgb(147 95 7 / 0.6); +} +.border-l-orange-800\/70{ + border-left-color: rgb(147 95 7 / 0.7); +} +.border-l-orange-800\/75{ + border-left-color: rgb(147 95 7 / 0.75); +} +.border-l-orange-800\/80{ + border-left-color: rgb(147 95 7 / 0.8); +} +.border-l-orange-800\/90{ + border-left-color: rgb(147 95 7 / 0.9); +} +.border-l-orange-800\/95{ + border-left-color: rgb(147 95 7 / 0.95); +} +.border-l-orange-800\/100{ + border-left-color: rgb(147 95 7 / 1); +} +.border-l-orange-900\/0{ + border-left-color: rgb(120 77 5 / 0); +} +.border-l-orange-900\/5{ + border-left-color: rgb(120 77 5 / 0.05); +} +.border-l-orange-900\/10{ + border-left-color: rgb(120 77 5 / 0.1); +} +.border-l-orange-900\/20{ + border-left-color: rgb(120 77 5 / 0.2); +} +.border-l-orange-900\/25{ + border-left-color: rgb(120 77 5 / 0.25); +} +.border-l-orange-900\/30{ + border-left-color: rgb(120 77 5 / 0.3); +} +.border-l-orange-900\/40{ + border-left-color: rgb(120 77 5 / 0.4); +} +.border-l-orange-900\/50{ + border-left-color: rgb(120 77 5 / 0.5); +} +.border-l-orange-900\/60{ + border-left-color: rgb(120 77 5 / 0.6); +} +.border-l-orange-900\/70{ + border-left-color: rgb(120 77 5 / 0.7); +} +.border-l-orange-900\/75{ + border-left-color: rgb(120 77 5 / 0.75); +} +.border-l-orange-900\/80{ + border-left-color: rgb(120 77 5 / 0.8); +} +.border-l-orange-900\/90{ + border-left-color: rgb(120 77 5 / 0.9); +} +.border-l-orange-900\/95{ + border-left-color: rgb(120 77 5 / 0.95); +} +.border-l-orange-900\/100{ + border-left-color: rgb(120 77 5 / 1); +} +.border-l-orange\/0{ + border-left-color: rgb(245 158 11 / 0); +} +.border-l-orange\/5{ + border-left-color: rgb(245 158 11 / 0.05); +} +.border-l-orange\/10{ + border-left-color: rgb(245 158 11 / 0.1); +} +.border-l-orange\/20{ + border-left-color: rgb(245 158 11 / 0.2); +} +.border-l-orange\/25{ + border-left-color: rgb(245 158 11 / 0.25); +} +.border-l-orange\/30{ + border-left-color: rgb(245 158 11 / 0.3); +} +.border-l-orange\/40{ + border-left-color: rgb(245 158 11 / 0.4); +} +.border-l-orange\/50{ + border-left-color: rgb(245 158 11 / 0.5); +} +.border-l-orange\/60{ + border-left-color: rgb(245 158 11 / 0.6); +} +.border-l-orange\/70{ + border-left-color: rgb(245 158 11 / 0.7); +} +.border-l-orange\/75{ + border-left-color: rgb(245 158 11 / 0.75); +} +.border-l-orange\/80{ + border-left-color: rgb(245 158 11 / 0.8); +} +.border-l-orange\/90{ + border-left-color: rgb(245 158 11 / 0.9); +} +.border-l-orange\/95{ + border-left-color: rgb(245 158 11 / 0.95); +} +.border-l-orange\/100{ + border-left-color: rgb(245 158 11 / 1); +} +.border-l-amber-50\/0{ + border-left-color: rgb(255 251 235 / 0); +} +.border-l-amber-50\/5{ + border-left-color: rgb(255 251 235 / 0.05); +} +.border-l-amber-50\/10{ + border-left-color: rgb(255 251 235 / 0.1); +} +.border-l-amber-50\/20{ + border-left-color: rgb(255 251 235 / 0.2); +} +.border-l-amber-50\/25{ + border-left-color: rgb(255 251 235 / 0.25); +} +.border-l-amber-50\/30{ + border-left-color: rgb(255 251 235 / 0.3); +} +.border-l-amber-50\/40{ + border-left-color: rgb(255 251 235 / 0.4); +} +.border-l-amber-50\/50{ + border-left-color: rgb(255 251 235 / 0.5); +} +.border-l-amber-50\/60{ + border-left-color: rgb(255 251 235 / 0.6); +} +.border-l-amber-50\/70{ + border-left-color: rgb(255 251 235 / 0.7); +} +.border-l-amber-50\/75{ + border-left-color: rgb(255 251 235 / 0.75); +} +.border-l-amber-50\/80{ + border-left-color: rgb(255 251 235 / 0.8); +} +.border-l-amber-50\/90{ + border-left-color: rgb(255 251 235 / 0.9); +} +.border-l-amber-50\/95{ + border-left-color: rgb(255 251 235 / 0.95); +} +.border-l-amber-50\/100{ + border-left-color: rgb(255 251 235 / 1); +} +.border-l-amber-100\/0{ + border-left-color: rgb(254 243 199 / 0); +} +.border-l-amber-100\/5{ + border-left-color: rgb(254 243 199 / 0.05); +} +.border-l-amber-100\/10{ + border-left-color: rgb(254 243 199 / 0.1); +} +.border-l-amber-100\/20{ + border-left-color: rgb(254 243 199 / 0.2); +} +.border-l-amber-100\/25{ + border-left-color: rgb(254 243 199 / 0.25); +} +.border-l-amber-100\/30{ + border-left-color: rgb(254 243 199 / 0.3); +} +.border-l-amber-100\/40{ + border-left-color: rgb(254 243 199 / 0.4); +} +.border-l-amber-100\/50{ + border-left-color: rgb(254 243 199 / 0.5); +} +.border-l-amber-100\/60{ + border-left-color: rgb(254 243 199 / 0.6); +} +.border-l-amber-100\/70{ + border-left-color: rgb(254 243 199 / 0.7); +} +.border-l-amber-100\/75{ + border-left-color: rgb(254 243 199 / 0.75); +} +.border-l-amber-100\/80{ + border-left-color: rgb(254 243 199 / 0.8); +} +.border-l-amber-100\/90{ + border-left-color: rgb(254 243 199 / 0.9); +} +.border-l-amber-100\/95{ + border-left-color: rgb(254 243 199 / 0.95); +} +.border-l-amber-100\/100{ + border-left-color: rgb(254 243 199 / 1); +} +.border-l-amber-200\/0{ + border-left-color: rgb(253 230 138 / 0); +} +.border-l-amber-200\/5{ + border-left-color: rgb(253 230 138 / 0.05); +} +.border-l-amber-200\/10{ + border-left-color: rgb(253 230 138 / 0.1); +} +.border-l-amber-200\/20{ + border-left-color: rgb(253 230 138 / 0.2); +} +.border-l-amber-200\/25{ + border-left-color: rgb(253 230 138 / 0.25); +} +.border-l-amber-200\/30{ + border-left-color: rgb(253 230 138 / 0.3); +} +.border-l-amber-200\/40{ + border-left-color: rgb(253 230 138 / 0.4); +} +.border-l-amber-200\/50{ + border-left-color: rgb(253 230 138 / 0.5); +} +.border-l-amber-200\/60{ + border-left-color: rgb(253 230 138 / 0.6); +} +.border-l-amber-200\/70{ + border-left-color: rgb(253 230 138 / 0.7); +} +.border-l-amber-200\/75{ + border-left-color: rgb(253 230 138 / 0.75); +} +.border-l-amber-200\/80{ + border-left-color: rgb(253 230 138 / 0.8); +} +.border-l-amber-200\/90{ + border-left-color: rgb(253 230 138 / 0.9); +} +.border-l-amber-200\/95{ + border-left-color: rgb(253 230 138 / 0.95); +} +.border-l-amber-200\/100{ + border-left-color: rgb(253 230 138 / 1); +} +.border-l-amber-300\/0{ + border-left-color: rgb(252 211 77 / 0); +} +.border-l-amber-300\/5{ + border-left-color: rgb(252 211 77 / 0.05); +} +.border-l-amber-300\/10{ + border-left-color: rgb(252 211 77 / 0.1); +} +.border-l-amber-300\/20{ + border-left-color: rgb(252 211 77 / 0.2); +} +.border-l-amber-300\/25{ + border-left-color: rgb(252 211 77 / 0.25); +} +.border-l-amber-300\/30{ + border-left-color: rgb(252 211 77 / 0.3); +} +.border-l-amber-300\/40{ + border-left-color: rgb(252 211 77 / 0.4); +} +.border-l-amber-300\/50{ + border-left-color: rgb(252 211 77 / 0.5); +} +.border-l-amber-300\/60{ + border-left-color: rgb(252 211 77 / 0.6); +} +.border-l-amber-300\/70{ + border-left-color: rgb(252 211 77 / 0.7); +} +.border-l-amber-300\/75{ + border-left-color: rgb(252 211 77 / 0.75); +} +.border-l-amber-300\/80{ + border-left-color: rgb(252 211 77 / 0.8); +} +.border-l-amber-300\/90{ + border-left-color: rgb(252 211 77 / 0.9); +} +.border-l-amber-300\/95{ + border-left-color: rgb(252 211 77 / 0.95); +} +.border-l-amber-300\/100{ + border-left-color: rgb(252 211 77 / 1); +} +.border-l-amber-400\/0{ + border-left-color: rgb(251 191 36 / 0); +} +.border-l-amber-400\/5{ + border-left-color: rgb(251 191 36 / 0.05); +} +.border-l-amber-400\/10{ + border-left-color: rgb(251 191 36 / 0.1); +} +.border-l-amber-400\/20{ + border-left-color: rgb(251 191 36 / 0.2); +} +.border-l-amber-400\/25{ + border-left-color: rgb(251 191 36 / 0.25); +} +.border-l-amber-400\/30{ + border-left-color: rgb(251 191 36 / 0.3); +} +.border-l-amber-400\/40{ + border-left-color: rgb(251 191 36 / 0.4); +} +.border-l-amber-400\/50{ + border-left-color: rgb(251 191 36 / 0.5); +} +.border-l-amber-400\/60{ + border-left-color: rgb(251 191 36 / 0.6); +} +.border-l-amber-400\/70{ + border-left-color: rgb(251 191 36 / 0.7); +} +.border-l-amber-400\/75{ + border-left-color: rgb(251 191 36 / 0.75); +} +.border-l-amber-400\/80{ + border-left-color: rgb(251 191 36 / 0.8); +} +.border-l-amber-400\/90{ + border-left-color: rgb(251 191 36 / 0.9); +} +.border-l-amber-400\/95{ + border-left-color: rgb(251 191 36 / 0.95); +} +.border-l-amber-400\/100{ + border-left-color: rgb(251 191 36 / 1); +} +.border-l-amber-500\/0{ + border-left-color: rgb(245 158 11 / 0); +} +.border-l-amber-500\/5{ + border-left-color: rgb(245 158 11 / 0.05); +} +.border-l-amber-500\/10{ + border-left-color: rgb(245 158 11 / 0.1); +} +.border-l-amber-500\/20{ + border-left-color: rgb(245 158 11 / 0.2); +} +.border-l-amber-500\/25{ + border-left-color: rgb(245 158 11 / 0.25); +} +.border-l-amber-500\/30{ + border-left-color: rgb(245 158 11 / 0.3); +} +.border-l-amber-500\/40{ + border-left-color: rgb(245 158 11 / 0.4); +} +.border-l-amber-500\/50{ + border-left-color: rgb(245 158 11 / 0.5); +} +.border-l-amber-500\/60{ + border-left-color: rgb(245 158 11 / 0.6); +} +.border-l-amber-500\/70{ + border-left-color: rgb(245 158 11 / 0.7); +} +.border-l-amber-500\/75{ + border-left-color: rgb(245 158 11 / 0.75); +} +.border-l-amber-500\/80{ + border-left-color: rgb(245 158 11 / 0.8); +} +.border-l-amber-500\/90{ + border-left-color: rgb(245 158 11 / 0.9); +} +.border-l-amber-500\/95{ + border-left-color: rgb(245 158 11 / 0.95); +} +.border-l-amber-500\/100{ + border-left-color: rgb(245 158 11 / 1); +} +.border-l-amber-600\/0{ + border-left-color: rgb(217 119 6 / 0); +} +.border-l-amber-600\/5{ + border-left-color: rgb(217 119 6 / 0.05); +} +.border-l-amber-600\/10{ + border-left-color: rgb(217 119 6 / 0.1); +} +.border-l-amber-600\/20{ + border-left-color: rgb(217 119 6 / 0.2); +} +.border-l-amber-600\/25{ + border-left-color: rgb(217 119 6 / 0.25); +} +.border-l-amber-600\/30{ + border-left-color: rgb(217 119 6 / 0.3); +} +.border-l-amber-600\/40{ + border-left-color: rgb(217 119 6 / 0.4); +} +.border-l-amber-600\/50{ + border-left-color: rgb(217 119 6 / 0.5); +} +.border-l-amber-600\/60{ + border-left-color: rgb(217 119 6 / 0.6); +} +.border-l-amber-600\/70{ + border-left-color: rgb(217 119 6 / 0.7); +} +.border-l-amber-600\/75{ + border-left-color: rgb(217 119 6 / 0.75); +} +.border-l-amber-600\/80{ + border-left-color: rgb(217 119 6 / 0.8); +} +.border-l-amber-600\/90{ + border-left-color: rgb(217 119 6 / 0.9); +} +.border-l-amber-600\/95{ + border-left-color: rgb(217 119 6 / 0.95); +} +.border-l-amber-600\/100{ + border-left-color: rgb(217 119 6 / 1); +} +.border-l-amber-700\/0{ + border-left-color: rgb(180 83 9 / 0); +} +.border-l-amber-700\/5{ + border-left-color: rgb(180 83 9 / 0.05); +} +.border-l-amber-700\/10{ + border-left-color: rgb(180 83 9 / 0.1); +} +.border-l-amber-700\/20{ + border-left-color: rgb(180 83 9 / 0.2); +} +.border-l-amber-700\/25{ + border-left-color: rgb(180 83 9 / 0.25); +} +.border-l-amber-700\/30{ + border-left-color: rgb(180 83 9 / 0.3); +} +.border-l-amber-700\/40{ + border-left-color: rgb(180 83 9 / 0.4); +} +.border-l-amber-700\/50{ + border-left-color: rgb(180 83 9 / 0.5); +} +.border-l-amber-700\/60{ + border-left-color: rgb(180 83 9 / 0.6); +} +.border-l-amber-700\/70{ + border-left-color: rgb(180 83 9 / 0.7); +} +.border-l-amber-700\/75{ + border-left-color: rgb(180 83 9 / 0.75); +} +.border-l-amber-700\/80{ + border-left-color: rgb(180 83 9 / 0.8); +} +.border-l-amber-700\/90{ + border-left-color: rgb(180 83 9 / 0.9); +} +.border-l-amber-700\/95{ + border-left-color: rgb(180 83 9 / 0.95); +} +.border-l-amber-700\/100{ + border-left-color: rgb(180 83 9 / 1); +} +.border-l-amber-800\/0{ + border-left-color: rgb(146 64 14 / 0); +} +.border-l-amber-800\/5{ + border-left-color: rgb(146 64 14 / 0.05); +} +.border-l-amber-800\/10{ + border-left-color: rgb(146 64 14 / 0.1); +} +.border-l-amber-800\/20{ + border-left-color: rgb(146 64 14 / 0.2); +} +.border-l-amber-800\/25{ + border-left-color: rgb(146 64 14 / 0.25); +} +.border-l-amber-800\/30{ + border-left-color: rgb(146 64 14 / 0.3); +} +.border-l-amber-800\/40{ + border-left-color: rgb(146 64 14 / 0.4); +} +.border-l-amber-800\/50{ + border-left-color: rgb(146 64 14 / 0.5); +} +.border-l-amber-800\/60{ + border-left-color: rgb(146 64 14 / 0.6); +} +.border-l-amber-800\/70{ + border-left-color: rgb(146 64 14 / 0.7); +} +.border-l-amber-800\/75{ + border-left-color: rgb(146 64 14 / 0.75); +} +.border-l-amber-800\/80{ + border-left-color: rgb(146 64 14 / 0.8); +} +.border-l-amber-800\/90{ + border-left-color: rgb(146 64 14 / 0.9); +} +.border-l-amber-800\/95{ + border-left-color: rgb(146 64 14 / 0.95); +} +.border-l-amber-800\/100{ + border-left-color: rgb(146 64 14 / 1); +} +.border-l-amber-900\/0{ + border-left-color: rgb(120 53 15 / 0); +} +.border-l-amber-900\/5{ + border-left-color: rgb(120 53 15 / 0.05); +} +.border-l-amber-900\/10{ + border-left-color: rgb(120 53 15 / 0.1); +} +.border-l-amber-900\/20{ + border-left-color: rgb(120 53 15 / 0.2); +} +.border-l-amber-900\/25{ + border-left-color: rgb(120 53 15 / 0.25); +} +.border-l-amber-900\/30{ + border-left-color: rgb(120 53 15 / 0.3); +} +.border-l-amber-900\/40{ + border-left-color: rgb(120 53 15 / 0.4); +} +.border-l-amber-900\/50{ + border-left-color: rgb(120 53 15 / 0.5); +} +.border-l-amber-900\/60{ + border-left-color: rgb(120 53 15 / 0.6); +} +.border-l-amber-900\/70{ + border-left-color: rgb(120 53 15 / 0.7); +} +.border-l-amber-900\/75{ + border-left-color: rgb(120 53 15 / 0.75); +} +.border-l-amber-900\/80{ + border-left-color: rgb(120 53 15 / 0.8); +} +.border-l-amber-900\/90{ + border-left-color: rgb(120 53 15 / 0.9); +} +.border-l-amber-900\/95{ + border-left-color: rgb(120 53 15 / 0.95); +} +.border-l-amber-900\/100{ + border-left-color: rgb(120 53 15 / 1); +} +.border-l-yellow-50\/0{ + border-left-color: rgb(253 253 234 / 0); +} +.border-l-yellow-50\/5{ + border-left-color: rgb(253 253 234 / 0.05); +} +.border-l-yellow-50\/10{ + border-left-color: rgb(253 253 234 / 0.1); +} +.border-l-yellow-50\/20{ + border-left-color: rgb(253 253 234 / 0.2); +} +.border-l-yellow-50\/25{ + border-left-color: rgb(253 253 234 / 0.25); +} +.border-l-yellow-50\/30{ + border-left-color: rgb(253 253 234 / 0.3); +} +.border-l-yellow-50\/40{ + border-left-color: rgb(253 253 234 / 0.4); +} +.border-l-yellow-50\/50{ + border-left-color: rgb(253 253 234 / 0.5); +} +.border-l-yellow-50\/60{ + border-left-color: rgb(253 253 234 / 0.6); +} +.border-l-yellow-50\/70{ + border-left-color: rgb(253 253 234 / 0.7); +} +.border-l-yellow-50\/75{ + border-left-color: rgb(253 253 234 / 0.75); +} +.border-l-yellow-50\/80{ + border-left-color: rgb(253 253 234 / 0.8); +} +.border-l-yellow-50\/90{ + border-left-color: rgb(253 253 234 / 0.9); +} +.border-l-yellow-50\/95{ + border-left-color: rgb(253 253 234 / 0.95); +} +.border-l-yellow-50\/100{ + border-left-color: rgb(253 253 234 / 1); +} +.border-l-yellow-100\/0{ + border-left-color: rgb(253 246 178 / 0); +} +.border-l-yellow-100\/5{ + border-left-color: rgb(253 246 178 / 0.05); +} +.border-l-yellow-100\/10{ + border-left-color: rgb(253 246 178 / 0.1); +} +.border-l-yellow-100\/20{ + border-left-color: rgb(253 246 178 / 0.2); +} +.border-l-yellow-100\/25{ + border-left-color: rgb(253 246 178 / 0.25); +} +.border-l-yellow-100\/30{ + border-left-color: rgb(253 246 178 / 0.3); +} +.border-l-yellow-100\/40{ + border-left-color: rgb(253 246 178 / 0.4); +} +.border-l-yellow-100\/50{ + border-left-color: rgb(253 246 178 / 0.5); +} +.border-l-yellow-100\/60{ + border-left-color: rgb(253 246 178 / 0.6); +} +.border-l-yellow-100\/70{ + border-left-color: rgb(253 246 178 / 0.7); +} +.border-l-yellow-100\/75{ + border-left-color: rgb(253 246 178 / 0.75); +} +.border-l-yellow-100\/80{ + border-left-color: rgb(253 246 178 / 0.8); +} +.border-l-yellow-100\/90{ + border-left-color: rgb(253 246 178 / 0.9); +} +.border-l-yellow-100\/95{ + border-left-color: rgb(253 246 178 / 0.95); +} +.border-l-yellow-100\/100{ + border-left-color: rgb(253 246 178 / 1); +} +.border-l-yellow-200\/0{ + border-left-color: rgb(252 233 106 / 0); +} +.border-l-yellow-200\/5{ + border-left-color: rgb(252 233 106 / 0.05); +} +.border-l-yellow-200\/10{ + border-left-color: rgb(252 233 106 / 0.1); +} +.border-l-yellow-200\/20{ + border-left-color: rgb(252 233 106 / 0.2); +} +.border-l-yellow-200\/25{ + border-left-color: rgb(252 233 106 / 0.25); +} +.border-l-yellow-200\/30{ + border-left-color: rgb(252 233 106 / 0.3); +} +.border-l-yellow-200\/40{ + border-left-color: rgb(252 233 106 / 0.4); +} +.border-l-yellow-200\/50{ + border-left-color: rgb(252 233 106 / 0.5); +} +.border-l-yellow-200\/60{ + border-left-color: rgb(252 233 106 / 0.6); +} +.border-l-yellow-200\/70{ + border-left-color: rgb(252 233 106 / 0.7); +} +.border-l-yellow-200\/75{ + border-left-color: rgb(252 233 106 / 0.75); +} +.border-l-yellow-200\/80{ + border-left-color: rgb(252 233 106 / 0.8); +} +.border-l-yellow-200\/90{ + border-left-color: rgb(252 233 106 / 0.9); +} +.border-l-yellow-200\/95{ + border-left-color: rgb(252 233 106 / 0.95); +} +.border-l-yellow-200\/100{ + border-left-color: rgb(252 233 106 / 1); +} +.border-l-yellow-300\/0{ + border-left-color: rgb(250 202 21 / 0); +} +.border-l-yellow-300\/5{ + border-left-color: rgb(250 202 21 / 0.05); +} +.border-l-yellow-300\/10{ + border-left-color: rgb(250 202 21 / 0.1); +} +.border-l-yellow-300\/20{ + border-left-color: rgb(250 202 21 / 0.2); +} +.border-l-yellow-300\/25{ + border-left-color: rgb(250 202 21 / 0.25); +} +.border-l-yellow-300\/30{ + border-left-color: rgb(250 202 21 / 0.3); +} +.border-l-yellow-300\/40{ + border-left-color: rgb(250 202 21 / 0.4); +} +.border-l-yellow-300\/50{ + border-left-color: rgb(250 202 21 / 0.5); +} +.border-l-yellow-300\/60{ + border-left-color: rgb(250 202 21 / 0.6); +} +.border-l-yellow-300\/70{ + border-left-color: rgb(250 202 21 / 0.7); +} +.border-l-yellow-300\/75{ + border-left-color: rgb(250 202 21 / 0.75); +} +.border-l-yellow-300\/80{ + border-left-color: rgb(250 202 21 / 0.8); +} +.border-l-yellow-300\/90{ + border-left-color: rgb(250 202 21 / 0.9); +} +.border-l-yellow-300\/95{ + border-left-color: rgb(250 202 21 / 0.95); +} +.border-l-yellow-300\/100{ + border-left-color: rgb(250 202 21 / 1); +} +.border-l-yellow-400\/0{ + border-left-color: rgb(227 160 8 / 0); +} +.border-l-yellow-400\/5{ + border-left-color: rgb(227 160 8 / 0.05); +} +.border-l-yellow-400\/10{ + border-left-color: rgb(227 160 8 / 0.1); +} +.border-l-yellow-400\/20{ + border-left-color: rgb(227 160 8 / 0.2); +} +.border-l-yellow-400\/25{ + border-left-color: rgb(227 160 8 / 0.25); +} +.border-l-yellow-400\/30{ + border-left-color: rgb(227 160 8 / 0.3); +} +.border-l-yellow-400\/40{ + border-left-color: rgb(227 160 8 / 0.4); +} +.border-l-yellow-400\/50{ + border-left-color: rgb(227 160 8 / 0.5); +} +.border-l-yellow-400\/60{ + border-left-color: rgb(227 160 8 / 0.6); +} +.border-l-yellow-400\/70{ + border-left-color: rgb(227 160 8 / 0.7); +} +.border-l-yellow-400\/75{ + border-left-color: rgb(227 160 8 / 0.75); +} +.border-l-yellow-400\/80{ + border-left-color: rgb(227 160 8 / 0.8); +} +.border-l-yellow-400\/90{ + border-left-color: rgb(227 160 8 / 0.9); +} +.border-l-yellow-400\/95{ + border-left-color: rgb(227 160 8 / 0.95); +} +.border-l-yellow-400\/100{ + border-left-color: rgb(227 160 8 / 1); +} +.border-l-yellow-500\/0{ + border-left-color: rgb(194 120 3 / 0); +} +.border-l-yellow-500\/5{ + border-left-color: rgb(194 120 3 / 0.05); +} +.border-l-yellow-500\/10{ + border-left-color: rgb(194 120 3 / 0.1); +} +.border-l-yellow-500\/20{ + border-left-color: rgb(194 120 3 / 0.2); +} +.border-l-yellow-500\/25{ + border-left-color: rgb(194 120 3 / 0.25); +} +.border-l-yellow-500\/30{ + border-left-color: rgb(194 120 3 / 0.3); +} +.border-l-yellow-500\/40{ + border-left-color: rgb(194 120 3 / 0.4); +} +.border-l-yellow-500\/50{ + border-left-color: rgb(194 120 3 / 0.5); +} +.border-l-yellow-500\/60{ + border-left-color: rgb(194 120 3 / 0.6); +} +.border-l-yellow-500\/70{ + border-left-color: rgb(194 120 3 / 0.7); +} +.border-l-yellow-500\/75{ + border-left-color: rgb(194 120 3 / 0.75); +} +.border-l-yellow-500\/80{ + border-left-color: rgb(194 120 3 / 0.8); +} +.border-l-yellow-500\/90{ + border-left-color: rgb(194 120 3 / 0.9); +} +.border-l-yellow-500\/95{ + border-left-color: rgb(194 120 3 / 0.95); +} +.border-l-yellow-500\/100{ + border-left-color: rgb(194 120 3 / 1); +} +.border-l-yellow-600\/0{ + border-left-color: rgb(159 88 10 / 0); +} +.border-l-yellow-600\/5{ + border-left-color: rgb(159 88 10 / 0.05); +} +.border-l-yellow-600\/10{ + border-left-color: rgb(159 88 10 / 0.1); +} +.border-l-yellow-600\/20{ + border-left-color: rgb(159 88 10 / 0.2); +} +.border-l-yellow-600\/25{ + border-left-color: rgb(159 88 10 / 0.25); +} +.border-l-yellow-600\/30{ + border-left-color: rgb(159 88 10 / 0.3); +} +.border-l-yellow-600\/40{ + border-left-color: rgb(159 88 10 / 0.4); +} +.border-l-yellow-600\/50{ + border-left-color: rgb(159 88 10 / 0.5); +} +.border-l-yellow-600\/60{ + border-left-color: rgb(159 88 10 / 0.6); +} +.border-l-yellow-600\/70{ + border-left-color: rgb(159 88 10 / 0.7); +} +.border-l-yellow-600\/75{ + border-left-color: rgb(159 88 10 / 0.75); +} +.border-l-yellow-600\/80{ + border-left-color: rgb(159 88 10 / 0.8); +} +.border-l-yellow-600\/90{ + border-left-color: rgb(159 88 10 / 0.9); +} +.border-l-yellow-600\/95{ + border-left-color: rgb(159 88 10 / 0.95); +} +.border-l-yellow-600\/100{ + border-left-color: rgb(159 88 10 / 1); +} +.border-l-yellow-700\/0{ + border-left-color: rgb(142 75 16 / 0); +} +.border-l-yellow-700\/5{ + border-left-color: rgb(142 75 16 / 0.05); +} +.border-l-yellow-700\/10{ + border-left-color: rgb(142 75 16 / 0.1); +} +.border-l-yellow-700\/20{ + border-left-color: rgb(142 75 16 / 0.2); +} +.border-l-yellow-700\/25{ + border-left-color: rgb(142 75 16 / 0.25); +} +.border-l-yellow-700\/30{ + border-left-color: rgb(142 75 16 / 0.3); +} +.border-l-yellow-700\/40{ + border-left-color: rgb(142 75 16 / 0.4); +} +.border-l-yellow-700\/50{ + border-left-color: rgb(142 75 16 / 0.5); +} +.border-l-yellow-700\/60{ + border-left-color: rgb(142 75 16 / 0.6); +} +.border-l-yellow-700\/70{ + border-left-color: rgb(142 75 16 / 0.7); +} +.border-l-yellow-700\/75{ + border-left-color: rgb(142 75 16 / 0.75); +} +.border-l-yellow-700\/80{ + border-left-color: rgb(142 75 16 / 0.8); +} +.border-l-yellow-700\/90{ + border-left-color: rgb(142 75 16 / 0.9); +} +.border-l-yellow-700\/95{ + border-left-color: rgb(142 75 16 / 0.95); +} +.border-l-yellow-700\/100{ + border-left-color: rgb(142 75 16 / 1); +} +.border-l-yellow-800\/0{ + border-left-color: rgb(114 59 19 / 0); +} +.border-l-yellow-800\/5{ + border-left-color: rgb(114 59 19 / 0.05); +} +.border-l-yellow-800\/10{ + border-left-color: rgb(114 59 19 / 0.1); +} +.border-l-yellow-800\/20{ + border-left-color: rgb(114 59 19 / 0.2); +} +.border-l-yellow-800\/25{ + border-left-color: rgb(114 59 19 / 0.25); +} +.border-l-yellow-800\/30{ + border-left-color: rgb(114 59 19 / 0.3); +} +.border-l-yellow-800\/40{ + border-left-color: rgb(114 59 19 / 0.4); +} +.border-l-yellow-800\/50{ + border-left-color: rgb(114 59 19 / 0.5); +} +.border-l-yellow-800\/60{ + border-left-color: rgb(114 59 19 / 0.6); +} +.border-l-yellow-800\/70{ + border-left-color: rgb(114 59 19 / 0.7); +} +.border-l-yellow-800\/75{ + border-left-color: rgb(114 59 19 / 0.75); +} +.border-l-yellow-800\/80{ + border-left-color: rgb(114 59 19 / 0.8); +} +.border-l-yellow-800\/90{ + border-left-color: rgb(114 59 19 / 0.9); +} +.border-l-yellow-800\/95{ + border-left-color: rgb(114 59 19 / 0.95); +} +.border-l-yellow-800\/100{ + border-left-color: rgb(114 59 19 / 1); +} +.border-l-yellow-900\/0{ + border-left-color: rgb(99 49 18 / 0); +} +.border-l-yellow-900\/5{ + border-left-color: rgb(99 49 18 / 0.05); +} +.border-l-yellow-900\/10{ + border-left-color: rgb(99 49 18 / 0.1); +} +.border-l-yellow-900\/20{ + border-left-color: rgb(99 49 18 / 0.2); +} +.border-l-yellow-900\/25{ + border-left-color: rgb(99 49 18 / 0.25); +} +.border-l-yellow-900\/30{ + border-left-color: rgb(99 49 18 / 0.3); +} +.border-l-yellow-900\/40{ + border-left-color: rgb(99 49 18 / 0.4); +} +.border-l-yellow-900\/50{ + border-left-color: rgb(99 49 18 / 0.5); +} +.border-l-yellow-900\/60{ + border-left-color: rgb(99 49 18 / 0.6); +} +.border-l-yellow-900\/70{ + border-left-color: rgb(99 49 18 / 0.7); +} +.border-l-yellow-900\/75{ + border-left-color: rgb(99 49 18 / 0.75); +} +.border-l-yellow-900\/80{ + border-left-color: rgb(99 49 18 / 0.8); +} +.border-l-yellow-900\/90{ + border-left-color: rgb(99 49 18 / 0.9); +} +.border-l-yellow-900\/95{ + border-left-color: rgb(99 49 18 / 0.95); +} +.border-l-yellow-900\/100{ + border-left-color: rgb(99 49 18 / 1); +} +.border-l-lime-50\/0{ + border-left-color: rgb(247 254 231 / 0); +} +.border-l-lime-50\/5{ + border-left-color: rgb(247 254 231 / 0.05); +} +.border-l-lime-50\/10{ + border-left-color: rgb(247 254 231 / 0.1); +} +.border-l-lime-50\/20{ + border-left-color: rgb(247 254 231 / 0.2); +} +.border-l-lime-50\/25{ + border-left-color: rgb(247 254 231 / 0.25); +} +.border-l-lime-50\/30{ + border-left-color: rgb(247 254 231 / 0.3); +} +.border-l-lime-50\/40{ + border-left-color: rgb(247 254 231 / 0.4); +} +.border-l-lime-50\/50{ + border-left-color: rgb(247 254 231 / 0.5); +} +.border-l-lime-50\/60{ + border-left-color: rgb(247 254 231 / 0.6); +} +.border-l-lime-50\/70{ + border-left-color: rgb(247 254 231 / 0.7); +} +.border-l-lime-50\/75{ + border-left-color: rgb(247 254 231 / 0.75); +} +.border-l-lime-50\/80{ + border-left-color: rgb(247 254 231 / 0.8); +} +.border-l-lime-50\/90{ + border-left-color: rgb(247 254 231 / 0.9); +} +.border-l-lime-50\/95{ + border-left-color: rgb(247 254 231 / 0.95); +} +.border-l-lime-50\/100{ + border-left-color: rgb(247 254 231 / 1); +} +.border-l-lime-100\/0{ + border-left-color: rgb(236 252 203 / 0); +} +.border-l-lime-100\/5{ + border-left-color: rgb(236 252 203 / 0.05); +} +.border-l-lime-100\/10{ + border-left-color: rgb(236 252 203 / 0.1); +} +.border-l-lime-100\/20{ + border-left-color: rgb(236 252 203 / 0.2); +} +.border-l-lime-100\/25{ + border-left-color: rgb(236 252 203 / 0.25); +} +.border-l-lime-100\/30{ + border-left-color: rgb(236 252 203 / 0.3); +} +.border-l-lime-100\/40{ + border-left-color: rgb(236 252 203 / 0.4); +} +.border-l-lime-100\/50{ + border-left-color: rgb(236 252 203 / 0.5); +} +.border-l-lime-100\/60{ + border-left-color: rgb(236 252 203 / 0.6); +} +.border-l-lime-100\/70{ + border-left-color: rgb(236 252 203 / 0.7); +} +.border-l-lime-100\/75{ + border-left-color: rgb(236 252 203 / 0.75); +} +.border-l-lime-100\/80{ + border-left-color: rgb(236 252 203 / 0.8); +} +.border-l-lime-100\/90{ + border-left-color: rgb(236 252 203 / 0.9); +} +.border-l-lime-100\/95{ + border-left-color: rgb(236 252 203 / 0.95); +} +.border-l-lime-100\/100{ + border-left-color: rgb(236 252 203 / 1); +} +.border-l-lime-200\/0{ + border-left-color: rgb(217 249 157 / 0); +} +.border-l-lime-200\/5{ + border-left-color: rgb(217 249 157 / 0.05); +} +.border-l-lime-200\/10{ + border-left-color: rgb(217 249 157 / 0.1); +} +.border-l-lime-200\/20{ + border-left-color: rgb(217 249 157 / 0.2); +} +.border-l-lime-200\/25{ + border-left-color: rgb(217 249 157 / 0.25); +} +.border-l-lime-200\/30{ + border-left-color: rgb(217 249 157 / 0.3); +} +.border-l-lime-200\/40{ + border-left-color: rgb(217 249 157 / 0.4); +} +.border-l-lime-200\/50{ + border-left-color: rgb(217 249 157 / 0.5); +} +.border-l-lime-200\/60{ + border-left-color: rgb(217 249 157 / 0.6); +} +.border-l-lime-200\/70{ + border-left-color: rgb(217 249 157 / 0.7); +} +.border-l-lime-200\/75{ + border-left-color: rgb(217 249 157 / 0.75); +} +.border-l-lime-200\/80{ + border-left-color: rgb(217 249 157 / 0.8); +} +.border-l-lime-200\/90{ + border-left-color: rgb(217 249 157 / 0.9); +} +.border-l-lime-200\/95{ + border-left-color: rgb(217 249 157 / 0.95); +} +.border-l-lime-200\/100{ + border-left-color: rgb(217 249 157 / 1); +} +.border-l-lime-300\/0{ + border-left-color: rgb(190 242 100 / 0); +} +.border-l-lime-300\/5{ + border-left-color: rgb(190 242 100 / 0.05); +} +.border-l-lime-300\/10{ + border-left-color: rgb(190 242 100 / 0.1); +} +.border-l-lime-300\/20{ + border-left-color: rgb(190 242 100 / 0.2); +} +.border-l-lime-300\/25{ + border-left-color: rgb(190 242 100 / 0.25); +} +.border-l-lime-300\/30{ + border-left-color: rgb(190 242 100 / 0.3); +} +.border-l-lime-300\/40{ + border-left-color: rgb(190 242 100 / 0.4); +} +.border-l-lime-300\/50{ + border-left-color: rgb(190 242 100 / 0.5); +} +.border-l-lime-300\/60{ + border-left-color: rgb(190 242 100 / 0.6); +} +.border-l-lime-300\/70{ + border-left-color: rgb(190 242 100 / 0.7); +} +.border-l-lime-300\/75{ + border-left-color: rgb(190 242 100 / 0.75); +} +.border-l-lime-300\/80{ + border-left-color: rgb(190 242 100 / 0.8); +} +.border-l-lime-300\/90{ + border-left-color: rgb(190 242 100 / 0.9); +} +.border-l-lime-300\/95{ + border-left-color: rgb(190 242 100 / 0.95); +} +.border-l-lime-300\/100{ + border-left-color: rgb(190 242 100 / 1); +} +.border-l-lime-400\/0{ + border-left-color: rgb(163 230 53 / 0); +} +.border-l-lime-400\/5{ + border-left-color: rgb(163 230 53 / 0.05); +} +.border-l-lime-400\/10{ + border-left-color: rgb(163 230 53 / 0.1); +} +.border-l-lime-400\/20{ + border-left-color: rgb(163 230 53 / 0.2); +} +.border-l-lime-400\/25{ + border-left-color: rgb(163 230 53 / 0.25); +} +.border-l-lime-400\/30{ + border-left-color: rgb(163 230 53 / 0.3); +} +.border-l-lime-400\/40{ + border-left-color: rgb(163 230 53 / 0.4); +} +.border-l-lime-400\/50{ + border-left-color: rgb(163 230 53 / 0.5); +} +.border-l-lime-400\/60{ + border-left-color: rgb(163 230 53 / 0.6); +} +.border-l-lime-400\/70{ + border-left-color: rgb(163 230 53 / 0.7); +} +.border-l-lime-400\/75{ + border-left-color: rgb(163 230 53 / 0.75); +} +.border-l-lime-400\/80{ + border-left-color: rgb(163 230 53 / 0.8); +} +.border-l-lime-400\/90{ + border-left-color: rgb(163 230 53 / 0.9); +} +.border-l-lime-400\/95{ + border-left-color: rgb(163 230 53 / 0.95); +} +.border-l-lime-400\/100{ + border-left-color: rgb(163 230 53 / 1); +} +.border-l-lime-500\/0{ + border-left-color: rgb(132 204 22 / 0); +} +.border-l-lime-500\/5{ + border-left-color: rgb(132 204 22 / 0.05); +} +.border-l-lime-500\/10{ + border-left-color: rgb(132 204 22 / 0.1); +} +.border-l-lime-500\/20{ + border-left-color: rgb(132 204 22 / 0.2); +} +.border-l-lime-500\/25{ + border-left-color: rgb(132 204 22 / 0.25); +} +.border-l-lime-500\/30{ + border-left-color: rgb(132 204 22 / 0.3); +} +.border-l-lime-500\/40{ + border-left-color: rgb(132 204 22 / 0.4); +} +.border-l-lime-500\/50{ + border-left-color: rgb(132 204 22 / 0.5); +} +.border-l-lime-500\/60{ + border-left-color: rgb(132 204 22 / 0.6); +} +.border-l-lime-500\/70{ + border-left-color: rgb(132 204 22 / 0.7); +} +.border-l-lime-500\/75{ + border-left-color: rgb(132 204 22 / 0.75); +} +.border-l-lime-500\/80{ + border-left-color: rgb(132 204 22 / 0.8); +} +.border-l-lime-500\/90{ + border-left-color: rgb(132 204 22 / 0.9); +} +.border-l-lime-500\/95{ + border-left-color: rgb(132 204 22 / 0.95); +} +.border-l-lime-500\/100{ + border-left-color: rgb(132 204 22 / 1); +} +.border-l-lime-600\/0{ + border-left-color: rgb(101 163 13 / 0); +} +.border-l-lime-600\/5{ + border-left-color: rgb(101 163 13 / 0.05); +} +.border-l-lime-600\/10{ + border-left-color: rgb(101 163 13 / 0.1); +} +.border-l-lime-600\/20{ + border-left-color: rgb(101 163 13 / 0.2); +} +.border-l-lime-600\/25{ + border-left-color: rgb(101 163 13 / 0.25); +} +.border-l-lime-600\/30{ + border-left-color: rgb(101 163 13 / 0.3); +} +.border-l-lime-600\/40{ + border-left-color: rgb(101 163 13 / 0.4); +} +.border-l-lime-600\/50{ + border-left-color: rgb(101 163 13 / 0.5); +} +.border-l-lime-600\/60{ + border-left-color: rgb(101 163 13 / 0.6); +} +.border-l-lime-600\/70{ + border-left-color: rgb(101 163 13 / 0.7); +} +.border-l-lime-600\/75{ + border-left-color: rgb(101 163 13 / 0.75); +} +.border-l-lime-600\/80{ + border-left-color: rgb(101 163 13 / 0.8); +} +.border-l-lime-600\/90{ + border-left-color: rgb(101 163 13 / 0.9); +} +.border-l-lime-600\/95{ + border-left-color: rgb(101 163 13 / 0.95); +} +.border-l-lime-600\/100{ + border-left-color: rgb(101 163 13 / 1); +} +.border-l-lime-700\/0{ + border-left-color: rgb(77 124 15 / 0); +} +.border-l-lime-700\/5{ + border-left-color: rgb(77 124 15 / 0.05); +} +.border-l-lime-700\/10{ + border-left-color: rgb(77 124 15 / 0.1); +} +.border-l-lime-700\/20{ + border-left-color: rgb(77 124 15 / 0.2); +} +.border-l-lime-700\/25{ + border-left-color: rgb(77 124 15 / 0.25); +} +.border-l-lime-700\/30{ + border-left-color: rgb(77 124 15 / 0.3); +} +.border-l-lime-700\/40{ + border-left-color: rgb(77 124 15 / 0.4); +} +.border-l-lime-700\/50{ + border-left-color: rgb(77 124 15 / 0.5); +} +.border-l-lime-700\/60{ + border-left-color: rgb(77 124 15 / 0.6); +} +.border-l-lime-700\/70{ + border-left-color: rgb(77 124 15 / 0.7); +} +.border-l-lime-700\/75{ + border-left-color: rgb(77 124 15 / 0.75); +} +.border-l-lime-700\/80{ + border-left-color: rgb(77 124 15 / 0.8); +} +.border-l-lime-700\/90{ + border-left-color: rgb(77 124 15 / 0.9); +} +.border-l-lime-700\/95{ + border-left-color: rgb(77 124 15 / 0.95); +} +.border-l-lime-700\/100{ + border-left-color: rgb(77 124 15 / 1); +} +.border-l-lime-800\/0{ + border-left-color: rgb(63 98 18 / 0); +} +.border-l-lime-800\/5{ + border-left-color: rgb(63 98 18 / 0.05); +} +.border-l-lime-800\/10{ + border-left-color: rgb(63 98 18 / 0.1); +} +.border-l-lime-800\/20{ + border-left-color: rgb(63 98 18 / 0.2); +} +.border-l-lime-800\/25{ + border-left-color: rgb(63 98 18 / 0.25); +} +.border-l-lime-800\/30{ + border-left-color: rgb(63 98 18 / 0.3); +} +.border-l-lime-800\/40{ + border-left-color: rgb(63 98 18 / 0.4); +} +.border-l-lime-800\/50{ + border-left-color: rgb(63 98 18 / 0.5); +} +.border-l-lime-800\/60{ + border-left-color: rgb(63 98 18 / 0.6); +} +.border-l-lime-800\/70{ + border-left-color: rgb(63 98 18 / 0.7); +} +.border-l-lime-800\/75{ + border-left-color: rgb(63 98 18 / 0.75); +} +.border-l-lime-800\/80{ + border-left-color: rgb(63 98 18 / 0.8); +} +.border-l-lime-800\/90{ + border-left-color: rgb(63 98 18 / 0.9); +} +.border-l-lime-800\/95{ + border-left-color: rgb(63 98 18 / 0.95); +} +.border-l-lime-800\/100{ + border-left-color: rgb(63 98 18 / 1); +} +.border-l-lime-900\/0{ + border-left-color: rgb(54 83 20 / 0); +} +.border-l-lime-900\/5{ + border-left-color: rgb(54 83 20 / 0.05); +} +.border-l-lime-900\/10{ + border-left-color: rgb(54 83 20 / 0.1); +} +.border-l-lime-900\/20{ + border-left-color: rgb(54 83 20 / 0.2); +} +.border-l-lime-900\/25{ + border-left-color: rgb(54 83 20 / 0.25); +} +.border-l-lime-900\/30{ + border-left-color: rgb(54 83 20 / 0.3); +} +.border-l-lime-900\/40{ + border-left-color: rgb(54 83 20 / 0.4); +} +.border-l-lime-900\/50{ + border-left-color: rgb(54 83 20 / 0.5); +} +.border-l-lime-900\/60{ + border-left-color: rgb(54 83 20 / 0.6); +} +.border-l-lime-900\/70{ + border-left-color: rgb(54 83 20 / 0.7); +} +.border-l-lime-900\/75{ + border-left-color: rgb(54 83 20 / 0.75); +} +.border-l-lime-900\/80{ + border-left-color: rgb(54 83 20 / 0.8); +} +.border-l-lime-900\/90{ + border-left-color: rgb(54 83 20 / 0.9); +} +.border-l-lime-900\/95{ + border-left-color: rgb(54 83 20 / 0.95); +} +.border-l-lime-900\/100{ + border-left-color: rgb(54 83 20 / 1); +} +.border-l-green-50\/0{ + border-left-color: rgb(248 250 246 / 0); +} +.border-l-green-50\/5{ + border-left-color: rgb(248 250 246 / 0.05); +} +.border-l-green-50\/10{ + border-left-color: rgb(248 250 246 / 0.1); +} +.border-l-green-50\/20{ + border-left-color: rgb(248 250 246 / 0.2); +} +.border-l-green-50\/25{ + border-left-color: rgb(248 250 246 / 0.25); +} +.border-l-green-50\/30{ + border-left-color: rgb(248 250 246 / 0.3); +} +.border-l-green-50\/40{ + border-left-color: rgb(248 250 246 / 0.4); +} +.border-l-green-50\/50{ + border-left-color: rgb(248 250 246 / 0.5); +} +.border-l-green-50\/60{ + border-left-color: rgb(248 250 246 / 0.6); +} +.border-l-green-50\/70{ + border-left-color: rgb(248 250 246 / 0.7); +} +.border-l-green-50\/75{ + border-left-color: rgb(248 250 246 / 0.75); +} +.border-l-green-50\/80{ + border-left-color: rgb(248 250 246 / 0.8); +} +.border-l-green-50\/90{ + border-left-color: rgb(248 250 246 / 0.9); +} +.border-l-green-50\/95{ + border-left-color: rgb(248 250 246 / 0.95); +} +.border-l-green-50\/100{ + border-left-color: rgb(248 250 246 / 1); +} +.border-l-green-100\/0{ + border-left-color: rgb(241 246 238 / 0); +} +.border-l-green-100\/5{ + border-left-color: rgb(241 246 238 / 0.05); +} +.border-l-green-100\/10{ + border-left-color: rgb(241 246 238 / 0.1); +} +.border-l-green-100\/20{ + border-left-color: rgb(241 246 238 / 0.2); +} +.border-l-green-100\/25{ + border-left-color: rgb(241 246 238 / 0.25); +} +.border-l-green-100\/30{ + border-left-color: rgb(241 246 238 / 0.3); +} +.border-l-green-100\/40{ + border-left-color: rgb(241 246 238 / 0.4); +} +.border-l-green-100\/50{ + border-left-color: rgb(241 246 238 / 0.5); +} +.border-l-green-100\/60{ + border-left-color: rgb(241 246 238 / 0.6); +} +.border-l-green-100\/70{ + border-left-color: rgb(241 246 238 / 0.7); +} +.border-l-green-100\/75{ + border-left-color: rgb(241 246 238 / 0.75); +} +.border-l-green-100\/80{ + border-left-color: rgb(241 246 238 / 0.8); +} +.border-l-green-100\/90{ + border-left-color: rgb(241 246 238 / 0.9); +} +.border-l-green-100\/95{ + border-left-color: rgb(241 246 238 / 0.95); +} +.border-l-green-100\/100{ + border-left-color: rgb(241 246 238 / 1); +} +.border-l-green-200\/0{ + border-left-color: rgb(219 232 212 / 0); +} +.border-l-green-200\/5{ + border-left-color: rgb(219 232 212 / 0.05); +} +.border-l-green-200\/10{ + border-left-color: rgb(219 232 212 / 0.1); +} +.border-l-green-200\/20{ + border-left-color: rgb(219 232 212 / 0.2); +} +.border-l-green-200\/25{ + border-left-color: rgb(219 232 212 / 0.25); +} +.border-l-green-200\/30{ + border-left-color: rgb(219 232 212 / 0.3); +} +.border-l-green-200\/40{ + border-left-color: rgb(219 232 212 / 0.4); +} +.border-l-green-200\/50{ + border-left-color: rgb(219 232 212 / 0.5); +} +.border-l-green-200\/60{ + border-left-color: rgb(219 232 212 / 0.6); +} +.border-l-green-200\/70{ + border-left-color: rgb(219 232 212 / 0.7); +} +.border-l-green-200\/75{ + border-left-color: rgb(219 232 212 / 0.75); +} +.border-l-green-200\/80{ + border-left-color: rgb(219 232 212 / 0.8); +} +.border-l-green-200\/90{ + border-left-color: rgb(219 232 212 / 0.9); +} +.border-l-green-200\/95{ + border-left-color: rgb(219 232 212 / 0.95); +} +.border-l-green-200\/100{ + border-left-color: rgb(219 232 212 / 1); +} +.border-l-green-300\/0{ + border-left-color: rgb(197 217 186 / 0); +} +.border-l-green-300\/5{ + border-left-color: rgb(197 217 186 / 0.05); +} +.border-l-green-300\/10{ + border-left-color: rgb(197 217 186 / 0.1); +} +.border-l-green-300\/20{ + border-left-color: rgb(197 217 186 / 0.2); +} +.border-l-green-300\/25{ + border-left-color: rgb(197 217 186 / 0.25); +} +.border-l-green-300\/30{ + border-left-color: rgb(197 217 186 / 0.3); +} +.border-l-green-300\/40{ + border-left-color: rgb(197 217 186 / 0.4); +} +.border-l-green-300\/50{ + border-left-color: rgb(197 217 186 / 0.5); +} +.border-l-green-300\/60{ + border-left-color: rgb(197 217 186 / 0.6); +} +.border-l-green-300\/70{ + border-left-color: rgb(197 217 186 / 0.7); +} +.border-l-green-300\/75{ + border-left-color: rgb(197 217 186 / 0.75); +} +.border-l-green-300\/80{ + border-left-color: rgb(197 217 186 / 0.8); +} +.border-l-green-300\/90{ + border-left-color: rgb(197 217 186 / 0.9); +} +.border-l-green-300\/95{ + border-left-color: rgb(197 217 186 / 0.95); +} +.border-l-green-300\/100{ + border-left-color: rgb(197 217 186 / 1); +} +.border-l-green-400\/0{ + border-left-color: rgb(154 189 134 / 0); +} +.border-l-green-400\/5{ + border-left-color: rgb(154 189 134 / 0.05); +} +.border-l-green-400\/10{ + border-left-color: rgb(154 189 134 / 0.1); +} +.border-l-green-400\/20{ + border-left-color: rgb(154 189 134 / 0.2); +} +.border-l-green-400\/25{ + border-left-color: rgb(154 189 134 / 0.25); +} +.border-l-green-400\/30{ + border-left-color: rgb(154 189 134 / 0.3); +} +.border-l-green-400\/40{ + border-left-color: rgb(154 189 134 / 0.4); +} +.border-l-green-400\/50{ + border-left-color: rgb(154 189 134 / 0.5); +} +.border-l-green-400\/60{ + border-left-color: rgb(154 189 134 / 0.6); +} +.border-l-green-400\/70{ + border-left-color: rgb(154 189 134 / 0.7); +} +.border-l-green-400\/75{ + border-left-color: rgb(154 189 134 / 0.75); +} +.border-l-green-400\/80{ + border-left-color: rgb(154 189 134 / 0.8); +} +.border-l-green-400\/90{ + border-left-color: rgb(154 189 134 / 0.9); +} +.border-l-green-400\/95{ + border-left-color: rgb(154 189 134 / 0.95); +} +.border-l-green-400\/100{ + border-left-color: rgb(154 189 134 / 1); +} +.border-l-green-500\/0{ + border-left-color: rgb(110 161 82 / 0); +} +.border-l-green-500\/5{ + border-left-color: rgb(110 161 82 / 0.05); +} +.border-l-green-500\/10{ + border-left-color: rgb(110 161 82 / 0.1); +} +.border-l-green-500\/20{ + border-left-color: rgb(110 161 82 / 0.2); +} +.border-l-green-500\/25{ + border-left-color: rgb(110 161 82 / 0.25); +} +.border-l-green-500\/30{ + border-left-color: rgb(110 161 82 / 0.3); +} +.border-l-green-500\/40{ + border-left-color: rgb(110 161 82 / 0.4); +} +.border-l-green-500\/50{ + border-left-color: rgb(110 161 82 / 0.5); +} +.border-l-green-500\/60{ + border-left-color: rgb(110 161 82 / 0.6); +} +.border-l-green-500\/70{ + border-left-color: rgb(110 161 82 / 0.7); +} +.border-l-green-500\/75{ + border-left-color: rgb(110 161 82 / 0.75); +} +.border-l-green-500\/80{ + border-left-color: rgb(110 161 82 / 0.8); +} +.border-l-green-500\/90{ + border-left-color: rgb(110 161 82 / 0.9); +} +.border-l-green-500\/95{ + border-left-color: rgb(110 161 82 / 0.95); +} +.border-l-green-500\/100{ + border-left-color: rgb(110 161 82 / 1); +} +.border-l-green-600\/0{ + border-left-color: rgb(99 145 74 / 0); +} +.border-l-green-600\/5{ + border-left-color: rgb(99 145 74 / 0.05); +} +.border-l-green-600\/10{ + border-left-color: rgb(99 145 74 / 0.1); +} +.border-l-green-600\/20{ + border-left-color: rgb(99 145 74 / 0.2); +} +.border-l-green-600\/25{ + border-left-color: rgb(99 145 74 / 0.25); +} +.border-l-green-600\/30{ + border-left-color: rgb(99 145 74 / 0.3); +} +.border-l-green-600\/40{ + border-left-color: rgb(99 145 74 / 0.4); +} +.border-l-green-600\/50{ + border-left-color: rgb(99 145 74 / 0.5); +} +.border-l-green-600\/60{ + border-left-color: rgb(99 145 74 / 0.6); +} +.border-l-green-600\/70{ + border-left-color: rgb(99 145 74 / 0.7); +} +.border-l-green-600\/75{ + border-left-color: rgb(99 145 74 / 0.75); +} +.border-l-green-600\/80{ + border-left-color: rgb(99 145 74 / 0.8); +} +.border-l-green-600\/90{ + border-left-color: rgb(99 145 74 / 0.9); +} +.border-l-green-600\/95{ + border-left-color: rgb(99 145 74 / 0.95); +} +.border-l-green-600\/100{ + border-left-color: rgb(99 145 74 / 1); +} +.border-l-green-700\/0{ + border-left-color: rgb(83 121 62 / 0); +} +.border-l-green-700\/5{ + border-left-color: rgb(83 121 62 / 0.05); +} +.border-l-green-700\/10{ + border-left-color: rgb(83 121 62 / 0.1); +} +.border-l-green-700\/20{ + border-left-color: rgb(83 121 62 / 0.2); +} +.border-l-green-700\/25{ + border-left-color: rgb(83 121 62 / 0.25); +} +.border-l-green-700\/30{ + border-left-color: rgb(83 121 62 / 0.3); +} +.border-l-green-700\/40{ + border-left-color: rgb(83 121 62 / 0.4); +} +.border-l-green-700\/50{ + border-left-color: rgb(83 121 62 / 0.5); +} +.border-l-green-700\/60{ + border-left-color: rgb(83 121 62 / 0.6); +} +.border-l-green-700\/70{ + border-left-color: rgb(83 121 62 / 0.7); +} +.border-l-green-700\/75{ + border-left-color: rgb(83 121 62 / 0.75); +} +.border-l-green-700\/80{ + border-left-color: rgb(83 121 62 / 0.8); +} +.border-l-green-700\/90{ + border-left-color: rgb(83 121 62 / 0.9); +} +.border-l-green-700\/95{ + border-left-color: rgb(83 121 62 / 0.95); +} +.border-l-green-700\/100{ + border-left-color: rgb(83 121 62 / 1); +} +.border-l-green-800\/0{ + border-left-color: rgb(66 97 49 / 0); +} +.border-l-green-800\/5{ + border-left-color: rgb(66 97 49 / 0.05); +} +.border-l-green-800\/10{ + border-left-color: rgb(66 97 49 / 0.1); +} +.border-l-green-800\/20{ + border-left-color: rgb(66 97 49 / 0.2); +} +.border-l-green-800\/25{ + border-left-color: rgb(66 97 49 / 0.25); +} +.border-l-green-800\/30{ + border-left-color: rgb(66 97 49 / 0.3); +} +.border-l-green-800\/40{ + border-left-color: rgb(66 97 49 / 0.4); +} +.border-l-green-800\/50{ + border-left-color: rgb(66 97 49 / 0.5); +} +.border-l-green-800\/60{ + border-left-color: rgb(66 97 49 / 0.6); +} +.border-l-green-800\/70{ + border-left-color: rgb(66 97 49 / 0.7); +} +.border-l-green-800\/75{ + border-left-color: rgb(66 97 49 / 0.75); +} +.border-l-green-800\/80{ + border-left-color: rgb(66 97 49 / 0.8); +} +.border-l-green-800\/90{ + border-left-color: rgb(66 97 49 / 0.9); +} +.border-l-green-800\/95{ + border-left-color: rgb(66 97 49 / 0.95); +} +.border-l-green-800\/100{ + border-left-color: rgb(66 97 49 / 1); +} +.border-l-green-900\/0{ + border-left-color: rgb(54 79 40 / 0); +} +.border-l-green-900\/5{ + border-left-color: rgb(54 79 40 / 0.05); +} +.border-l-green-900\/10{ + border-left-color: rgb(54 79 40 / 0.1); +} +.border-l-green-900\/20{ + border-left-color: rgb(54 79 40 / 0.2); +} +.border-l-green-900\/25{ + border-left-color: rgb(54 79 40 / 0.25); +} +.border-l-green-900\/30{ + border-left-color: rgb(54 79 40 / 0.3); +} +.border-l-green-900\/40{ + border-left-color: rgb(54 79 40 / 0.4); +} +.border-l-green-900\/50{ + border-left-color: rgb(54 79 40 / 0.5); +} +.border-l-green-900\/60{ + border-left-color: rgb(54 79 40 / 0.6); +} +.border-l-green-900\/70{ + border-left-color: rgb(54 79 40 / 0.7); +} +.border-l-green-900\/75{ + border-left-color: rgb(54 79 40 / 0.75); +} +.border-l-green-900\/80{ + border-left-color: rgb(54 79 40 / 0.8); +} +.border-l-green-900\/90{ + border-left-color: rgb(54 79 40 / 0.9); +} +.border-l-green-900\/95{ + border-left-color: rgb(54 79 40 / 0.95); +} +.border-l-green-900\/100{ + border-left-color: rgb(54 79 40 / 1); +} +.border-l-green\/0{ + border-left-color: rgb(110 161 82 / 0); +} +.border-l-green\/5{ + border-left-color: rgb(110 161 82 / 0.05); +} +.border-l-green\/10{ + border-left-color: rgb(110 161 82 / 0.1); +} +.border-l-green\/20{ + border-left-color: rgb(110 161 82 / 0.2); +} +.border-l-green\/25{ + border-left-color: rgb(110 161 82 / 0.25); +} +.border-l-green\/30{ + border-left-color: rgb(110 161 82 / 0.3); +} +.border-l-green\/40{ + border-left-color: rgb(110 161 82 / 0.4); +} +.border-l-green\/50{ + border-left-color: rgb(110 161 82 / 0.5); +} +.border-l-green\/60{ + border-left-color: rgb(110 161 82 / 0.6); +} +.border-l-green\/70{ + border-left-color: rgb(110 161 82 / 0.7); +} +.border-l-green\/75{ + border-left-color: rgb(110 161 82 / 0.75); +} +.border-l-green\/80{ + border-left-color: rgb(110 161 82 / 0.8); +} +.border-l-green\/90{ + border-left-color: rgb(110 161 82 / 0.9); +} +.border-l-green\/95{ + border-left-color: rgb(110 161 82 / 0.95); +} +.border-l-green\/100{ + border-left-color: rgb(110 161 82 / 1); +} +.border-l-emerald-50\/0{ + border-left-color: rgb(236 253 245 / 0); +} +.border-l-emerald-50\/5{ + border-left-color: rgb(236 253 245 / 0.05); +} +.border-l-emerald-50\/10{ + border-left-color: rgb(236 253 245 / 0.1); +} +.border-l-emerald-50\/20{ + border-left-color: rgb(236 253 245 / 0.2); +} +.border-l-emerald-50\/25{ + border-left-color: rgb(236 253 245 / 0.25); +} +.border-l-emerald-50\/30{ + border-left-color: rgb(236 253 245 / 0.3); +} +.border-l-emerald-50\/40{ + border-left-color: rgb(236 253 245 / 0.4); +} +.border-l-emerald-50\/50{ + border-left-color: rgb(236 253 245 / 0.5); +} +.border-l-emerald-50\/60{ + border-left-color: rgb(236 253 245 / 0.6); +} +.border-l-emerald-50\/70{ + border-left-color: rgb(236 253 245 / 0.7); +} +.border-l-emerald-50\/75{ + border-left-color: rgb(236 253 245 / 0.75); +} +.border-l-emerald-50\/80{ + border-left-color: rgb(236 253 245 / 0.8); +} +.border-l-emerald-50\/90{ + border-left-color: rgb(236 253 245 / 0.9); +} +.border-l-emerald-50\/95{ + border-left-color: rgb(236 253 245 / 0.95); +} +.border-l-emerald-50\/100{ + border-left-color: rgb(236 253 245 / 1); +} +.border-l-emerald-100\/0{ + border-left-color: rgb(209 250 229 / 0); +} +.border-l-emerald-100\/5{ + border-left-color: rgb(209 250 229 / 0.05); +} +.border-l-emerald-100\/10{ + border-left-color: rgb(209 250 229 / 0.1); +} +.border-l-emerald-100\/20{ + border-left-color: rgb(209 250 229 / 0.2); +} +.border-l-emerald-100\/25{ + border-left-color: rgb(209 250 229 / 0.25); +} +.border-l-emerald-100\/30{ + border-left-color: rgb(209 250 229 / 0.3); +} +.border-l-emerald-100\/40{ + border-left-color: rgb(209 250 229 / 0.4); +} +.border-l-emerald-100\/50{ + border-left-color: rgb(209 250 229 / 0.5); +} +.border-l-emerald-100\/60{ + border-left-color: rgb(209 250 229 / 0.6); +} +.border-l-emerald-100\/70{ + border-left-color: rgb(209 250 229 / 0.7); +} +.border-l-emerald-100\/75{ + border-left-color: rgb(209 250 229 / 0.75); +} +.border-l-emerald-100\/80{ + border-left-color: rgb(209 250 229 / 0.8); +} +.border-l-emerald-100\/90{ + border-left-color: rgb(209 250 229 / 0.9); +} +.border-l-emerald-100\/95{ + border-left-color: rgb(209 250 229 / 0.95); +} +.border-l-emerald-100\/100{ + border-left-color: rgb(209 250 229 / 1); +} +.border-l-emerald-200\/0{ + border-left-color: rgb(167 243 208 / 0); +} +.border-l-emerald-200\/5{ + border-left-color: rgb(167 243 208 / 0.05); +} +.border-l-emerald-200\/10{ + border-left-color: rgb(167 243 208 / 0.1); +} +.border-l-emerald-200\/20{ + border-left-color: rgb(167 243 208 / 0.2); +} +.border-l-emerald-200\/25{ + border-left-color: rgb(167 243 208 / 0.25); +} +.border-l-emerald-200\/30{ + border-left-color: rgb(167 243 208 / 0.3); +} +.border-l-emerald-200\/40{ + border-left-color: rgb(167 243 208 / 0.4); +} +.border-l-emerald-200\/50{ + border-left-color: rgb(167 243 208 / 0.5); +} +.border-l-emerald-200\/60{ + border-left-color: rgb(167 243 208 / 0.6); +} +.border-l-emerald-200\/70{ + border-left-color: rgb(167 243 208 / 0.7); +} +.border-l-emerald-200\/75{ + border-left-color: rgb(167 243 208 / 0.75); +} +.border-l-emerald-200\/80{ + border-left-color: rgb(167 243 208 / 0.8); +} +.border-l-emerald-200\/90{ + border-left-color: rgb(167 243 208 / 0.9); +} +.border-l-emerald-200\/95{ + border-left-color: rgb(167 243 208 / 0.95); +} +.border-l-emerald-200\/100{ + border-left-color: rgb(167 243 208 / 1); +} +.border-l-emerald-300\/0{ + border-left-color: rgb(110 231 183 / 0); +} +.border-l-emerald-300\/5{ + border-left-color: rgb(110 231 183 / 0.05); +} +.border-l-emerald-300\/10{ + border-left-color: rgb(110 231 183 / 0.1); +} +.border-l-emerald-300\/20{ + border-left-color: rgb(110 231 183 / 0.2); +} +.border-l-emerald-300\/25{ + border-left-color: rgb(110 231 183 / 0.25); +} +.border-l-emerald-300\/30{ + border-left-color: rgb(110 231 183 / 0.3); +} +.border-l-emerald-300\/40{ + border-left-color: rgb(110 231 183 / 0.4); +} +.border-l-emerald-300\/50{ + border-left-color: rgb(110 231 183 / 0.5); +} +.border-l-emerald-300\/60{ + border-left-color: rgb(110 231 183 / 0.6); +} +.border-l-emerald-300\/70{ + border-left-color: rgb(110 231 183 / 0.7); +} +.border-l-emerald-300\/75{ + border-left-color: rgb(110 231 183 / 0.75); +} +.border-l-emerald-300\/80{ + border-left-color: rgb(110 231 183 / 0.8); +} +.border-l-emerald-300\/90{ + border-left-color: rgb(110 231 183 / 0.9); +} +.border-l-emerald-300\/95{ + border-left-color: rgb(110 231 183 / 0.95); +} +.border-l-emerald-300\/100{ + border-left-color: rgb(110 231 183 / 1); +} +.border-l-emerald-400\/0{ + border-left-color: rgb(52 211 153 / 0); +} +.border-l-emerald-400\/5{ + border-left-color: rgb(52 211 153 / 0.05); +} +.border-l-emerald-400\/10{ + border-left-color: rgb(52 211 153 / 0.1); +} +.border-l-emerald-400\/20{ + border-left-color: rgb(52 211 153 / 0.2); +} +.border-l-emerald-400\/25{ + border-left-color: rgb(52 211 153 / 0.25); +} +.border-l-emerald-400\/30{ + border-left-color: rgb(52 211 153 / 0.3); +} +.border-l-emerald-400\/40{ + border-left-color: rgb(52 211 153 / 0.4); +} +.border-l-emerald-400\/50{ + border-left-color: rgb(52 211 153 / 0.5); +} +.border-l-emerald-400\/60{ + border-left-color: rgb(52 211 153 / 0.6); +} +.border-l-emerald-400\/70{ + border-left-color: rgb(52 211 153 / 0.7); +} +.border-l-emerald-400\/75{ + border-left-color: rgb(52 211 153 / 0.75); +} +.border-l-emerald-400\/80{ + border-left-color: rgb(52 211 153 / 0.8); +} +.border-l-emerald-400\/90{ + border-left-color: rgb(52 211 153 / 0.9); +} +.border-l-emerald-400\/95{ + border-left-color: rgb(52 211 153 / 0.95); +} +.border-l-emerald-400\/100{ + border-left-color: rgb(52 211 153 / 1); +} +.border-l-emerald-500\/0{ + border-left-color: rgb(16 185 129 / 0); +} +.border-l-emerald-500\/5{ + border-left-color: rgb(16 185 129 / 0.05); +} +.border-l-emerald-500\/10{ + border-left-color: rgb(16 185 129 / 0.1); +} +.border-l-emerald-500\/20{ + border-left-color: rgb(16 185 129 / 0.2); +} +.border-l-emerald-500\/25{ + border-left-color: rgb(16 185 129 / 0.25); +} +.border-l-emerald-500\/30{ + border-left-color: rgb(16 185 129 / 0.3); +} +.border-l-emerald-500\/40{ + border-left-color: rgb(16 185 129 / 0.4); +} +.border-l-emerald-500\/50{ + border-left-color: rgb(16 185 129 / 0.5); +} +.border-l-emerald-500\/60{ + border-left-color: rgb(16 185 129 / 0.6); +} +.border-l-emerald-500\/70{ + border-left-color: rgb(16 185 129 / 0.7); +} +.border-l-emerald-500\/75{ + border-left-color: rgb(16 185 129 / 0.75); +} +.border-l-emerald-500\/80{ + border-left-color: rgb(16 185 129 / 0.8); +} +.border-l-emerald-500\/90{ + border-left-color: rgb(16 185 129 / 0.9); +} +.border-l-emerald-500\/95{ + border-left-color: rgb(16 185 129 / 0.95); +} +.border-l-emerald-500\/100{ + border-left-color: rgb(16 185 129 / 1); +} +.border-l-emerald-600\/0{ + border-left-color: rgb(5 150 105 / 0); +} +.border-l-emerald-600\/5{ + border-left-color: rgb(5 150 105 / 0.05); +} +.border-l-emerald-600\/10{ + border-left-color: rgb(5 150 105 / 0.1); +} +.border-l-emerald-600\/20{ + border-left-color: rgb(5 150 105 / 0.2); +} +.border-l-emerald-600\/25{ + border-left-color: rgb(5 150 105 / 0.25); +} +.border-l-emerald-600\/30{ + border-left-color: rgb(5 150 105 / 0.3); +} +.border-l-emerald-600\/40{ + border-left-color: rgb(5 150 105 / 0.4); +} +.border-l-emerald-600\/50{ + border-left-color: rgb(5 150 105 / 0.5); +} +.border-l-emerald-600\/60{ + border-left-color: rgb(5 150 105 / 0.6); +} +.border-l-emerald-600\/70{ + border-left-color: rgb(5 150 105 / 0.7); +} +.border-l-emerald-600\/75{ + border-left-color: rgb(5 150 105 / 0.75); +} +.border-l-emerald-600\/80{ + border-left-color: rgb(5 150 105 / 0.8); +} +.border-l-emerald-600\/90{ + border-left-color: rgb(5 150 105 / 0.9); +} +.border-l-emerald-600\/95{ + border-left-color: rgb(5 150 105 / 0.95); +} +.border-l-emerald-600\/100{ + border-left-color: rgb(5 150 105 / 1); +} +.border-l-emerald-700\/0{ + border-left-color: rgb(4 120 87 / 0); +} +.border-l-emerald-700\/5{ + border-left-color: rgb(4 120 87 / 0.05); +} +.border-l-emerald-700\/10{ + border-left-color: rgb(4 120 87 / 0.1); +} +.border-l-emerald-700\/20{ + border-left-color: rgb(4 120 87 / 0.2); +} +.border-l-emerald-700\/25{ + border-left-color: rgb(4 120 87 / 0.25); +} +.border-l-emerald-700\/30{ + border-left-color: rgb(4 120 87 / 0.3); +} +.border-l-emerald-700\/40{ + border-left-color: rgb(4 120 87 / 0.4); +} +.border-l-emerald-700\/50{ + border-left-color: rgb(4 120 87 / 0.5); +} +.border-l-emerald-700\/60{ + border-left-color: rgb(4 120 87 / 0.6); +} +.border-l-emerald-700\/70{ + border-left-color: rgb(4 120 87 / 0.7); +} +.border-l-emerald-700\/75{ + border-left-color: rgb(4 120 87 / 0.75); +} +.border-l-emerald-700\/80{ + border-left-color: rgb(4 120 87 / 0.8); +} +.border-l-emerald-700\/90{ + border-left-color: rgb(4 120 87 / 0.9); +} +.border-l-emerald-700\/95{ + border-left-color: rgb(4 120 87 / 0.95); +} +.border-l-emerald-700\/100{ + border-left-color: rgb(4 120 87 / 1); +} +.border-l-emerald-800\/0{ + border-left-color: rgb(6 95 70 / 0); +} +.border-l-emerald-800\/5{ + border-left-color: rgb(6 95 70 / 0.05); +} +.border-l-emerald-800\/10{ + border-left-color: rgb(6 95 70 / 0.1); +} +.border-l-emerald-800\/20{ + border-left-color: rgb(6 95 70 / 0.2); +} +.border-l-emerald-800\/25{ + border-left-color: rgb(6 95 70 / 0.25); +} +.border-l-emerald-800\/30{ + border-left-color: rgb(6 95 70 / 0.3); +} +.border-l-emerald-800\/40{ + border-left-color: rgb(6 95 70 / 0.4); +} +.border-l-emerald-800\/50{ + border-left-color: rgb(6 95 70 / 0.5); +} +.border-l-emerald-800\/60{ + border-left-color: rgb(6 95 70 / 0.6); +} +.border-l-emerald-800\/70{ + border-left-color: rgb(6 95 70 / 0.7); +} +.border-l-emerald-800\/75{ + border-left-color: rgb(6 95 70 / 0.75); +} +.border-l-emerald-800\/80{ + border-left-color: rgb(6 95 70 / 0.8); +} +.border-l-emerald-800\/90{ + border-left-color: rgb(6 95 70 / 0.9); +} +.border-l-emerald-800\/95{ + border-left-color: rgb(6 95 70 / 0.95); +} +.border-l-emerald-800\/100{ + border-left-color: rgb(6 95 70 / 1); +} +.border-l-emerald-900\/0{ + border-left-color: rgb(6 78 59 / 0); +} +.border-l-emerald-900\/5{ + border-left-color: rgb(6 78 59 / 0.05); +} +.border-l-emerald-900\/10{ + border-left-color: rgb(6 78 59 / 0.1); +} +.border-l-emerald-900\/20{ + border-left-color: rgb(6 78 59 / 0.2); +} +.border-l-emerald-900\/25{ + border-left-color: rgb(6 78 59 / 0.25); +} +.border-l-emerald-900\/30{ + border-left-color: rgb(6 78 59 / 0.3); +} +.border-l-emerald-900\/40{ + border-left-color: rgb(6 78 59 / 0.4); +} +.border-l-emerald-900\/50{ + border-left-color: rgb(6 78 59 / 0.5); +} +.border-l-emerald-900\/60{ + border-left-color: rgb(6 78 59 / 0.6); +} +.border-l-emerald-900\/70{ + border-left-color: rgb(6 78 59 / 0.7); +} +.border-l-emerald-900\/75{ + border-left-color: rgb(6 78 59 / 0.75); +} +.border-l-emerald-900\/80{ + border-left-color: rgb(6 78 59 / 0.8); +} +.border-l-emerald-900\/90{ + border-left-color: rgb(6 78 59 / 0.9); +} +.border-l-emerald-900\/95{ + border-left-color: rgb(6 78 59 / 0.95); +} +.border-l-emerald-900\/100{ + border-left-color: rgb(6 78 59 / 1); +} +.border-l-teal-50\/0{ + border-left-color: rgb(237 250 250 / 0); +} +.border-l-teal-50\/5{ + border-left-color: rgb(237 250 250 / 0.05); +} +.border-l-teal-50\/10{ + border-left-color: rgb(237 250 250 / 0.1); +} +.border-l-teal-50\/20{ + border-left-color: rgb(237 250 250 / 0.2); +} +.border-l-teal-50\/25{ + border-left-color: rgb(237 250 250 / 0.25); +} +.border-l-teal-50\/30{ + border-left-color: rgb(237 250 250 / 0.3); +} +.border-l-teal-50\/40{ + border-left-color: rgb(237 250 250 / 0.4); +} +.border-l-teal-50\/50{ + border-left-color: rgb(237 250 250 / 0.5); +} +.border-l-teal-50\/60{ + border-left-color: rgb(237 250 250 / 0.6); +} +.border-l-teal-50\/70{ + border-left-color: rgb(237 250 250 / 0.7); +} +.border-l-teal-50\/75{ + border-left-color: rgb(237 250 250 / 0.75); +} +.border-l-teal-50\/80{ + border-left-color: rgb(237 250 250 / 0.8); +} +.border-l-teal-50\/90{ + border-left-color: rgb(237 250 250 / 0.9); +} +.border-l-teal-50\/95{ + border-left-color: rgb(237 250 250 / 0.95); +} +.border-l-teal-50\/100{ + border-left-color: rgb(237 250 250 / 1); +} +.border-l-teal-100\/0{ + border-left-color: rgb(213 245 246 / 0); +} +.border-l-teal-100\/5{ + border-left-color: rgb(213 245 246 / 0.05); +} +.border-l-teal-100\/10{ + border-left-color: rgb(213 245 246 / 0.1); +} +.border-l-teal-100\/20{ + border-left-color: rgb(213 245 246 / 0.2); +} +.border-l-teal-100\/25{ + border-left-color: rgb(213 245 246 / 0.25); +} +.border-l-teal-100\/30{ + border-left-color: rgb(213 245 246 / 0.3); +} +.border-l-teal-100\/40{ + border-left-color: rgb(213 245 246 / 0.4); +} +.border-l-teal-100\/50{ + border-left-color: rgb(213 245 246 / 0.5); +} +.border-l-teal-100\/60{ + border-left-color: rgb(213 245 246 / 0.6); +} +.border-l-teal-100\/70{ + border-left-color: rgb(213 245 246 / 0.7); +} +.border-l-teal-100\/75{ + border-left-color: rgb(213 245 246 / 0.75); +} +.border-l-teal-100\/80{ + border-left-color: rgb(213 245 246 / 0.8); +} +.border-l-teal-100\/90{ + border-left-color: rgb(213 245 246 / 0.9); +} +.border-l-teal-100\/95{ + border-left-color: rgb(213 245 246 / 0.95); +} +.border-l-teal-100\/100{ + border-left-color: rgb(213 245 246 / 1); +} +.border-l-teal-200\/0{ + border-left-color: rgb(175 236 239 / 0); +} +.border-l-teal-200\/5{ + border-left-color: rgb(175 236 239 / 0.05); +} +.border-l-teal-200\/10{ + border-left-color: rgb(175 236 239 / 0.1); +} +.border-l-teal-200\/20{ + border-left-color: rgb(175 236 239 / 0.2); +} +.border-l-teal-200\/25{ + border-left-color: rgb(175 236 239 / 0.25); +} +.border-l-teal-200\/30{ + border-left-color: rgb(175 236 239 / 0.3); +} +.border-l-teal-200\/40{ + border-left-color: rgb(175 236 239 / 0.4); +} +.border-l-teal-200\/50{ + border-left-color: rgb(175 236 239 / 0.5); +} +.border-l-teal-200\/60{ + border-left-color: rgb(175 236 239 / 0.6); +} +.border-l-teal-200\/70{ + border-left-color: rgb(175 236 239 / 0.7); +} +.border-l-teal-200\/75{ + border-left-color: rgb(175 236 239 / 0.75); +} +.border-l-teal-200\/80{ + border-left-color: rgb(175 236 239 / 0.8); +} +.border-l-teal-200\/90{ + border-left-color: rgb(175 236 239 / 0.9); +} +.border-l-teal-200\/95{ + border-left-color: rgb(175 236 239 / 0.95); +} +.border-l-teal-200\/100{ + border-left-color: rgb(175 236 239 / 1); +} +.border-l-teal-300\/0{ + border-left-color: rgb(126 220 226 / 0); +} +.border-l-teal-300\/5{ + border-left-color: rgb(126 220 226 / 0.05); +} +.border-l-teal-300\/10{ + border-left-color: rgb(126 220 226 / 0.1); +} +.border-l-teal-300\/20{ + border-left-color: rgb(126 220 226 / 0.2); +} +.border-l-teal-300\/25{ + border-left-color: rgb(126 220 226 / 0.25); +} +.border-l-teal-300\/30{ + border-left-color: rgb(126 220 226 / 0.3); +} +.border-l-teal-300\/40{ + border-left-color: rgb(126 220 226 / 0.4); +} +.border-l-teal-300\/50{ + border-left-color: rgb(126 220 226 / 0.5); +} +.border-l-teal-300\/60{ + border-left-color: rgb(126 220 226 / 0.6); +} +.border-l-teal-300\/70{ + border-left-color: rgb(126 220 226 / 0.7); +} +.border-l-teal-300\/75{ + border-left-color: rgb(126 220 226 / 0.75); +} +.border-l-teal-300\/80{ + border-left-color: rgb(126 220 226 / 0.8); +} +.border-l-teal-300\/90{ + border-left-color: rgb(126 220 226 / 0.9); +} +.border-l-teal-300\/95{ + border-left-color: rgb(126 220 226 / 0.95); +} +.border-l-teal-300\/100{ + border-left-color: rgb(126 220 226 / 1); +} +.border-l-teal-400\/0{ + border-left-color: rgb(22 189 202 / 0); +} +.border-l-teal-400\/5{ + border-left-color: rgb(22 189 202 / 0.05); +} +.border-l-teal-400\/10{ + border-left-color: rgb(22 189 202 / 0.1); +} +.border-l-teal-400\/20{ + border-left-color: rgb(22 189 202 / 0.2); +} +.border-l-teal-400\/25{ + border-left-color: rgb(22 189 202 / 0.25); +} +.border-l-teal-400\/30{ + border-left-color: rgb(22 189 202 / 0.3); +} +.border-l-teal-400\/40{ + border-left-color: rgb(22 189 202 / 0.4); +} +.border-l-teal-400\/50{ + border-left-color: rgb(22 189 202 / 0.5); +} +.border-l-teal-400\/60{ + border-left-color: rgb(22 189 202 / 0.6); +} +.border-l-teal-400\/70{ + border-left-color: rgb(22 189 202 / 0.7); +} +.border-l-teal-400\/75{ + border-left-color: rgb(22 189 202 / 0.75); +} +.border-l-teal-400\/80{ + border-left-color: rgb(22 189 202 / 0.8); +} +.border-l-teal-400\/90{ + border-left-color: rgb(22 189 202 / 0.9); +} +.border-l-teal-400\/95{ + border-left-color: rgb(22 189 202 / 0.95); +} +.border-l-teal-400\/100{ + border-left-color: rgb(22 189 202 / 1); +} +.border-l-teal-500\/0{ + border-left-color: rgb(6 148 162 / 0); +} +.border-l-teal-500\/5{ + border-left-color: rgb(6 148 162 / 0.05); +} +.border-l-teal-500\/10{ + border-left-color: rgb(6 148 162 / 0.1); +} +.border-l-teal-500\/20{ + border-left-color: rgb(6 148 162 / 0.2); +} +.border-l-teal-500\/25{ + border-left-color: rgb(6 148 162 / 0.25); +} +.border-l-teal-500\/30{ + border-left-color: rgb(6 148 162 / 0.3); +} +.border-l-teal-500\/40{ + border-left-color: rgb(6 148 162 / 0.4); +} +.border-l-teal-500\/50{ + border-left-color: rgb(6 148 162 / 0.5); +} +.border-l-teal-500\/60{ + border-left-color: rgb(6 148 162 / 0.6); +} +.border-l-teal-500\/70{ + border-left-color: rgb(6 148 162 / 0.7); +} +.border-l-teal-500\/75{ + border-left-color: rgb(6 148 162 / 0.75); +} +.border-l-teal-500\/80{ + border-left-color: rgb(6 148 162 / 0.8); +} +.border-l-teal-500\/90{ + border-left-color: rgb(6 148 162 / 0.9); +} +.border-l-teal-500\/95{ + border-left-color: rgb(6 148 162 / 0.95); +} +.border-l-teal-500\/100{ + border-left-color: rgb(6 148 162 / 1); +} +.border-l-teal-600\/0{ + border-left-color: rgb(4 116 129 / 0); +} +.border-l-teal-600\/5{ + border-left-color: rgb(4 116 129 / 0.05); +} +.border-l-teal-600\/10{ + border-left-color: rgb(4 116 129 / 0.1); +} +.border-l-teal-600\/20{ + border-left-color: rgb(4 116 129 / 0.2); +} +.border-l-teal-600\/25{ + border-left-color: rgb(4 116 129 / 0.25); +} +.border-l-teal-600\/30{ + border-left-color: rgb(4 116 129 / 0.3); +} +.border-l-teal-600\/40{ + border-left-color: rgb(4 116 129 / 0.4); +} +.border-l-teal-600\/50{ + border-left-color: rgb(4 116 129 / 0.5); +} +.border-l-teal-600\/60{ + border-left-color: rgb(4 116 129 / 0.6); +} +.border-l-teal-600\/70{ + border-left-color: rgb(4 116 129 / 0.7); +} +.border-l-teal-600\/75{ + border-left-color: rgb(4 116 129 / 0.75); +} +.border-l-teal-600\/80{ + border-left-color: rgb(4 116 129 / 0.8); +} +.border-l-teal-600\/90{ + border-left-color: rgb(4 116 129 / 0.9); +} +.border-l-teal-600\/95{ + border-left-color: rgb(4 116 129 / 0.95); +} +.border-l-teal-600\/100{ + border-left-color: rgb(4 116 129 / 1); +} +.border-l-teal-700\/0{ + border-left-color: rgb(3 102 114 / 0); +} +.border-l-teal-700\/5{ + border-left-color: rgb(3 102 114 / 0.05); +} +.border-l-teal-700\/10{ + border-left-color: rgb(3 102 114 / 0.1); +} +.border-l-teal-700\/20{ + border-left-color: rgb(3 102 114 / 0.2); +} +.border-l-teal-700\/25{ + border-left-color: rgb(3 102 114 / 0.25); +} +.border-l-teal-700\/30{ + border-left-color: rgb(3 102 114 / 0.3); +} +.border-l-teal-700\/40{ + border-left-color: rgb(3 102 114 / 0.4); +} +.border-l-teal-700\/50{ + border-left-color: rgb(3 102 114 / 0.5); +} +.border-l-teal-700\/60{ + border-left-color: rgb(3 102 114 / 0.6); +} +.border-l-teal-700\/70{ + border-left-color: rgb(3 102 114 / 0.7); +} +.border-l-teal-700\/75{ + border-left-color: rgb(3 102 114 / 0.75); +} +.border-l-teal-700\/80{ + border-left-color: rgb(3 102 114 / 0.8); +} +.border-l-teal-700\/90{ + border-left-color: rgb(3 102 114 / 0.9); +} +.border-l-teal-700\/95{ + border-left-color: rgb(3 102 114 / 0.95); +} +.border-l-teal-700\/100{ + border-left-color: rgb(3 102 114 / 1); +} +.border-l-teal-800\/0{ + border-left-color: rgb(5 80 92 / 0); +} +.border-l-teal-800\/5{ + border-left-color: rgb(5 80 92 / 0.05); +} +.border-l-teal-800\/10{ + border-left-color: rgb(5 80 92 / 0.1); +} +.border-l-teal-800\/20{ + border-left-color: rgb(5 80 92 / 0.2); +} +.border-l-teal-800\/25{ + border-left-color: rgb(5 80 92 / 0.25); +} +.border-l-teal-800\/30{ + border-left-color: rgb(5 80 92 / 0.3); +} +.border-l-teal-800\/40{ + border-left-color: rgb(5 80 92 / 0.4); +} +.border-l-teal-800\/50{ + border-left-color: rgb(5 80 92 / 0.5); +} +.border-l-teal-800\/60{ + border-left-color: rgb(5 80 92 / 0.6); +} +.border-l-teal-800\/70{ + border-left-color: rgb(5 80 92 / 0.7); +} +.border-l-teal-800\/75{ + border-left-color: rgb(5 80 92 / 0.75); +} +.border-l-teal-800\/80{ + border-left-color: rgb(5 80 92 / 0.8); +} +.border-l-teal-800\/90{ + border-left-color: rgb(5 80 92 / 0.9); +} +.border-l-teal-800\/95{ + border-left-color: rgb(5 80 92 / 0.95); +} +.border-l-teal-800\/100{ + border-left-color: rgb(5 80 92 / 1); +} +.border-l-teal-900\/0{ + border-left-color: rgb(1 68 81 / 0); +} +.border-l-teal-900\/5{ + border-left-color: rgb(1 68 81 / 0.05); +} +.border-l-teal-900\/10{ + border-left-color: rgb(1 68 81 / 0.1); +} +.border-l-teal-900\/20{ + border-left-color: rgb(1 68 81 / 0.2); +} +.border-l-teal-900\/25{ + border-left-color: rgb(1 68 81 / 0.25); +} +.border-l-teal-900\/30{ + border-left-color: rgb(1 68 81 / 0.3); +} +.border-l-teal-900\/40{ + border-left-color: rgb(1 68 81 / 0.4); +} +.border-l-teal-900\/50{ + border-left-color: rgb(1 68 81 / 0.5); +} +.border-l-teal-900\/60{ + border-left-color: rgb(1 68 81 / 0.6); +} +.border-l-teal-900\/70{ + border-left-color: rgb(1 68 81 / 0.7); +} +.border-l-teal-900\/75{ + border-left-color: rgb(1 68 81 / 0.75); +} +.border-l-teal-900\/80{ + border-left-color: rgb(1 68 81 / 0.8); +} +.border-l-teal-900\/90{ + border-left-color: rgb(1 68 81 / 0.9); +} +.border-l-teal-900\/95{ + border-left-color: rgb(1 68 81 / 0.95); +} +.border-l-teal-900\/100{ + border-left-color: rgb(1 68 81 / 1); +} +.border-l-cyan-50\/0{ + border-left-color: rgb(236 254 255 / 0); +} +.border-l-cyan-50\/5{ + border-left-color: rgb(236 254 255 / 0.05); +} +.border-l-cyan-50\/10{ + border-left-color: rgb(236 254 255 / 0.1); +} +.border-l-cyan-50\/20{ + border-left-color: rgb(236 254 255 / 0.2); +} +.border-l-cyan-50\/25{ + border-left-color: rgb(236 254 255 / 0.25); +} +.border-l-cyan-50\/30{ + border-left-color: rgb(236 254 255 / 0.3); +} +.border-l-cyan-50\/40{ + border-left-color: rgb(236 254 255 / 0.4); +} +.border-l-cyan-50\/50{ + border-left-color: rgb(236 254 255 / 0.5); +} +.border-l-cyan-50\/60{ + border-left-color: rgb(236 254 255 / 0.6); +} +.border-l-cyan-50\/70{ + border-left-color: rgb(236 254 255 / 0.7); +} +.border-l-cyan-50\/75{ + border-left-color: rgb(236 254 255 / 0.75); +} +.border-l-cyan-50\/80{ + border-left-color: rgb(236 254 255 / 0.8); +} +.border-l-cyan-50\/90{ + border-left-color: rgb(236 254 255 / 0.9); +} +.border-l-cyan-50\/95{ + border-left-color: rgb(236 254 255 / 0.95); +} +.border-l-cyan-50\/100{ + border-left-color: rgb(236 254 255 / 1); +} +.border-l-cyan-100\/0{ + border-left-color: rgb(207 250 254 / 0); +} +.border-l-cyan-100\/5{ + border-left-color: rgb(207 250 254 / 0.05); +} +.border-l-cyan-100\/10{ + border-left-color: rgb(207 250 254 / 0.1); +} +.border-l-cyan-100\/20{ + border-left-color: rgb(207 250 254 / 0.2); +} +.border-l-cyan-100\/25{ + border-left-color: rgb(207 250 254 / 0.25); +} +.border-l-cyan-100\/30{ + border-left-color: rgb(207 250 254 / 0.3); +} +.border-l-cyan-100\/40{ + border-left-color: rgb(207 250 254 / 0.4); +} +.border-l-cyan-100\/50{ + border-left-color: rgb(207 250 254 / 0.5); +} +.border-l-cyan-100\/60{ + border-left-color: rgb(207 250 254 / 0.6); +} +.border-l-cyan-100\/70{ + border-left-color: rgb(207 250 254 / 0.7); +} +.border-l-cyan-100\/75{ + border-left-color: rgb(207 250 254 / 0.75); +} +.border-l-cyan-100\/80{ + border-left-color: rgb(207 250 254 / 0.8); +} +.border-l-cyan-100\/90{ + border-left-color: rgb(207 250 254 / 0.9); +} +.border-l-cyan-100\/95{ + border-left-color: rgb(207 250 254 / 0.95); +} +.border-l-cyan-100\/100{ + border-left-color: rgb(207 250 254 / 1); +} +.border-l-cyan-200\/0{ + border-left-color: rgb(165 243 252 / 0); +} +.border-l-cyan-200\/5{ + border-left-color: rgb(165 243 252 / 0.05); +} +.border-l-cyan-200\/10{ + border-left-color: rgb(165 243 252 / 0.1); +} +.border-l-cyan-200\/20{ + border-left-color: rgb(165 243 252 / 0.2); +} +.border-l-cyan-200\/25{ + border-left-color: rgb(165 243 252 / 0.25); +} +.border-l-cyan-200\/30{ + border-left-color: rgb(165 243 252 / 0.3); +} +.border-l-cyan-200\/40{ + border-left-color: rgb(165 243 252 / 0.4); +} +.border-l-cyan-200\/50{ + border-left-color: rgb(165 243 252 / 0.5); +} +.border-l-cyan-200\/60{ + border-left-color: rgb(165 243 252 / 0.6); +} +.border-l-cyan-200\/70{ + border-left-color: rgb(165 243 252 / 0.7); +} +.border-l-cyan-200\/75{ + border-left-color: rgb(165 243 252 / 0.75); +} +.border-l-cyan-200\/80{ + border-left-color: rgb(165 243 252 / 0.8); +} +.border-l-cyan-200\/90{ + border-left-color: rgb(165 243 252 / 0.9); +} +.border-l-cyan-200\/95{ + border-left-color: rgb(165 243 252 / 0.95); +} +.border-l-cyan-200\/100{ + border-left-color: rgb(165 243 252 / 1); +} +.border-l-cyan-300\/0{ + border-left-color: rgb(103 232 249 / 0); +} +.border-l-cyan-300\/5{ + border-left-color: rgb(103 232 249 / 0.05); +} +.border-l-cyan-300\/10{ + border-left-color: rgb(103 232 249 / 0.1); +} +.border-l-cyan-300\/20{ + border-left-color: rgb(103 232 249 / 0.2); +} +.border-l-cyan-300\/25{ + border-left-color: rgb(103 232 249 / 0.25); +} +.border-l-cyan-300\/30{ + border-left-color: rgb(103 232 249 / 0.3); +} +.border-l-cyan-300\/40{ + border-left-color: rgb(103 232 249 / 0.4); +} +.border-l-cyan-300\/50{ + border-left-color: rgb(103 232 249 / 0.5); +} +.border-l-cyan-300\/60{ + border-left-color: rgb(103 232 249 / 0.6); +} +.border-l-cyan-300\/70{ + border-left-color: rgb(103 232 249 / 0.7); +} +.border-l-cyan-300\/75{ + border-left-color: rgb(103 232 249 / 0.75); +} +.border-l-cyan-300\/80{ + border-left-color: rgb(103 232 249 / 0.8); +} +.border-l-cyan-300\/90{ + border-left-color: rgb(103 232 249 / 0.9); +} +.border-l-cyan-300\/95{ + border-left-color: rgb(103 232 249 / 0.95); +} +.border-l-cyan-300\/100{ + border-left-color: rgb(103 232 249 / 1); +} +.border-l-cyan-400\/0{ + border-left-color: rgb(34 211 238 / 0); +} +.border-l-cyan-400\/5{ + border-left-color: rgb(34 211 238 / 0.05); +} +.border-l-cyan-400\/10{ + border-left-color: rgb(34 211 238 / 0.1); +} +.border-l-cyan-400\/20{ + border-left-color: rgb(34 211 238 / 0.2); +} +.border-l-cyan-400\/25{ + border-left-color: rgb(34 211 238 / 0.25); +} +.border-l-cyan-400\/30{ + border-left-color: rgb(34 211 238 / 0.3); +} +.border-l-cyan-400\/40{ + border-left-color: rgb(34 211 238 / 0.4); +} +.border-l-cyan-400\/50{ + border-left-color: rgb(34 211 238 / 0.5); +} +.border-l-cyan-400\/60{ + border-left-color: rgb(34 211 238 / 0.6); +} +.border-l-cyan-400\/70{ + border-left-color: rgb(34 211 238 / 0.7); +} +.border-l-cyan-400\/75{ + border-left-color: rgb(34 211 238 / 0.75); +} +.border-l-cyan-400\/80{ + border-left-color: rgb(34 211 238 / 0.8); +} +.border-l-cyan-400\/90{ + border-left-color: rgb(34 211 238 / 0.9); +} +.border-l-cyan-400\/95{ + border-left-color: rgb(34 211 238 / 0.95); +} +.border-l-cyan-400\/100{ + border-left-color: rgb(34 211 238 / 1); +} +.border-l-cyan-500\/0{ + border-left-color: rgb(6 182 212 / 0); +} +.border-l-cyan-500\/5{ + border-left-color: rgb(6 182 212 / 0.05); +} +.border-l-cyan-500\/10{ + border-left-color: rgb(6 182 212 / 0.1); +} +.border-l-cyan-500\/20{ + border-left-color: rgb(6 182 212 / 0.2); +} +.border-l-cyan-500\/25{ + border-left-color: rgb(6 182 212 / 0.25); +} +.border-l-cyan-500\/30{ + border-left-color: rgb(6 182 212 / 0.3); +} +.border-l-cyan-500\/40{ + border-left-color: rgb(6 182 212 / 0.4); +} +.border-l-cyan-500\/50{ + border-left-color: rgb(6 182 212 / 0.5); +} +.border-l-cyan-500\/60{ + border-left-color: rgb(6 182 212 / 0.6); +} +.border-l-cyan-500\/70{ + border-left-color: rgb(6 182 212 / 0.7); +} +.border-l-cyan-500\/75{ + border-left-color: rgb(6 182 212 / 0.75); +} +.border-l-cyan-500\/80{ + border-left-color: rgb(6 182 212 / 0.8); +} +.border-l-cyan-500\/90{ + border-left-color: rgb(6 182 212 / 0.9); +} +.border-l-cyan-500\/95{ + border-left-color: rgb(6 182 212 / 0.95); +} +.border-l-cyan-500\/100{ + border-left-color: rgb(6 182 212 / 1); +} +.border-l-cyan-600\/0{ + border-left-color: rgb(8 145 178 / 0); +} +.border-l-cyan-600\/5{ + border-left-color: rgb(8 145 178 / 0.05); +} +.border-l-cyan-600\/10{ + border-left-color: rgb(8 145 178 / 0.1); +} +.border-l-cyan-600\/20{ + border-left-color: rgb(8 145 178 / 0.2); +} +.border-l-cyan-600\/25{ + border-left-color: rgb(8 145 178 / 0.25); +} +.border-l-cyan-600\/30{ + border-left-color: rgb(8 145 178 / 0.3); +} +.border-l-cyan-600\/40{ + border-left-color: rgb(8 145 178 / 0.4); +} +.border-l-cyan-600\/50{ + border-left-color: rgb(8 145 178 / 0.5); +} +.border-l-cyan-600\/60{ + border-left-color: rgb(8 145 178 / 0.6); +} +.border-l-cyan-600\/70{ + border-left-color: rgb(8 145 178 / 0.7); +} +.border-l-cyan-600\/75{ + border-left-color: rgb(8 145 178 / 0.75); +} +.border-l-cyan-600\/80{ + border-left-color: rgb(8 145 178 / 0.8); +} +.border-l-cyan-600\/90{ + border-left-color: rgb(8 145 178 / 0.9); +} +.border-l-cyan-600\/95{ + border-left-color: rgb(8 145 178 / 0.95); +} +.border-l-cyan-600\/100{ + border-left-color: rgb(8 145 178 / 1); +} +.border-l-cyan-700\/0{ + border-left-color: rgb(14 116 144 / 0); +} +.border-l-cyan-700\/5{ + border-left-color: rgb(14 116 144 / 0.05); +} +.border-l-cyan-700\/10{ + border-left-color: rgb(14 116 144 / 0.1); +} +.border-l-cyan-700\/20{ + border-left-color: rgb(14 116 144 / 0.2); +} +.border-l-cyan-700\/25{ + border-left-color: rgb(14 116 144 / 0.25); +} +.border-l-cyan-700\/30{ + border-left-color: rgb(14 116 144 / 0.3); +} +.border-l-cyan-700\/40{ + border-left-color: rgb(14 116 144 / 0.4); +} +.border-l-cyan-700\/50{ + border-left-color: rgb(14 116 144 / 0.5); +} +.border-l-cyan-700\/60{ + border-left-color: rgb(14 116 144 / 0.6); +} +.border-l-cyan-700\/70{ + border-left-color: rgb(14 116 144 / 0.7); +} +.border-l-cyan-700\/75{ + border-left-color: rgb(14 116 144 / 0.75); +} +.border-l-cyan-700\/80{ + border-left-color: rgb(14 116 144 / 0.8); +} +.border-l-cyan-700\/90{ + border-left-color: rgb(14 116 144 / 0.9); +} +.border-l-cyan-700\/95{ + border-left-color: rgb(14 116 144 / 0.95); +} +.border-l-cyan-700\/100{ + border-left-color: rgb(14 116 144 / 1); +} +.border-l-cyan-800\/0{ + border-left-color: rgb(21 94 117 / 0); +} +.border-l-cyan-800\/5{ + border-left-color: rgb(21 94 117 / 0.05); +} +.border-l-cyan-800\/10{ + border-left-color: rgb(21 94 117 / 0.1); +} +.border-l-cyan-800\/20{ + border-left-color: rgb(21 94 117 / 0.2); +} +.border-l-cyan-800\/25{ + border-left-color: rgb(21 94 117 / 0.25); +} +.border-l-cyan-800\/30{ + border-left-color: rgb(21 94 117 / 0.3); +} +.border-l-cyan-800\/40{ + border-left-color: rgb(21 94 117 / 0.4); +} +.border-l-cyan-800\/50{ + border-left-color: rgb(21 94 117 / 0.5); +} +.border-l-cyan-800\/60{ + border-left-color: rgb(21 94 117 / 0.6); +} +.border-l-cyan-800\/70{ + border-left-color: rgb(21 94 117 / 0.7); +} +.border-l-cyan-800\/75{ + border-left-color: rgb(21 94 117 / 0.75); +} +.border-l-cyan-800\/80{ + border-left-color: rgb(21 94 117 / 0.8); +} +.border-l-cyan-800\/90{ + border-left-color: rgb(21 94 117 / 0.9); +} +.border-l-cyan-800\/95{ + border-left-color: rgb(21 94 117 / 0.95); +} +.border-l-cyan-800\/100{ + border-left-color: rgb(21 94 117 / 1); +} +.border-l-cyan-900\/0{ + border-left-color: rgb(22 78 99 / 0); +} +.border-l-cyan-900\/5{ + border-left-color: rgb(22 78 99 / 0.05); +} +.border-l-cyan-900\/10{ + border-left-color: rgb(22 78 99 / 0.1); +} +.border-l-cyan-900\/20{ + border-left-color: rgb(22 78 99 / 0.2); +} +.border-l-cyan-900\/25{ + border-left-color: rgb(22 78 99 / 0.25); +} +.border-l-cyan-900\/30{ + border-left-color: rgb(22 78 99 / 0.3); +} +.border-l-cyan-900\/40{ + border-left-color: rgb(22 78 99 / 0.4); +} +.border-l-cyan-900\/50{ + border-left-color: rgb(22 78 99 / 0.5); +} +.border-l-cyan-900\/60{ + border-left-color: rgb(22 78 99 / 0.6); +} +.border-l-cyan-900\/70{ + border-left-color: rgb(22 78 99 / 0.7); +} +.border-l-cyan-900\/75{ + border-left-color: rgb(22 78 99 / 0.75); +} +.border-l-cyan-900\/80{ + border-left-color: rgb(22 78 99 / 0.8); +} +.border-l-cyan-900\/90{ + border-left-color: rgb(22 78 99 / 0.9); +} +.border-l-cyan-900\/95{ + border-left-color: rgb(22 78 99 / 0.95); +} +.border-l-cyan-900\/100{ + border-left-color: rgb(22 78 99 / 1); +} +.border-l-sky-50\/0{ + border-left-color: rgb(240 249 255 / 0); +} +.border-l-sky-50\/5{ + border-left-color: rgb(240 249 255 / 0.05); +} +.border-l-sky-50\/10{ + border-left-color: rgb(240 249 255 / 0.1); +} +.border-l-sky-50\/20{ + border-left-color: rgb(240 249 255 / 0.2); +} +.border-l-sky-50\/25{ + border-left-color: rgb(240 249 255 / 0.25); +} +.border-l-sky-50\/30{ + border-left-color: rgb(240 249 255 / 0.3); +} +.border-l-sky-50\/40{ + border-left-color: rgb(240 249 255 / 0.4); +} +.border-l-sky-50\/50{ + border-left-color: rgb(240 249 255 / 0.5); +} +.border-l-sky-50\/60{ + border-left-color: rgb(240 249 255 / 0.6); +} +.border-l-sky-50\/70{ + border-left-color: rgb(240 249 255 / 0.7); +} +.border-l-sky-50\/75{ + border-left-color: rgb(240 249 255 / 0.75); +} +.border-l-sky-50\/80{ + border-left-color: rgb(240 249 255 / 0.8); +} +.border-l-sky-50\/90{ + border-left-color: rgb(240 249 255 / 0.9); +} +.border-l-sky-50\/95{ + border-left-color: rgb(240 249 255 / 0.95); +} +.border-l-sky-50\/100{ + border-left-color: rgb(240 249 255 / 1); +} +.border-l-sky-100\/0{ + border-left-color: rgb(224 242 254 / 0); +} +.border-l-sky-100\/5{ + border-left-color: rgb(224 242 254 / 0.05); +} +.border-l-sky-100\/10{ + border-left-color: rgb(224 242 254 / 0.1); +} +.border-l-sky-100\/20{ + border-left-color: rgb(224 242 254 / 0.2); +} +.border-l-sky-100\/25{ + border-left-color: rgb(224 242 254 / 0.25); +} +.border-l-sky-100\/30{ + border-left-color: rgb(224 242 254 / 0.3); +} +.border-l-sky-100\/40{ + border-left-color: rgb(224 242 254 / 0.4); +} +.border-l-sky-100\/50{ + border-left-color: rgb(224 242 254 / 0.5); +} +.border-l-sky-100\/60{ + border-left-color: rgb(224 242 254 / 0.6); +} +.border-l-sky-100\/70{ + border-left-color: rgb(224 242 254 / 0.7); +} +.border-l-sky-100\/75{ + border-left-color: rgb(224 242 254 / 0.75); +} +.border-l-sky-100\/80{ + border-left-color: rgb(224 242 254 / 0.8); +} +.border-l-sky-100\/90{ + border-left-color: rgb(224 242 254 / 0.9); +} +.border-l-sky-100\/95{ + border-left-color: rgb(224 242 254 / 0.95); +} +.border-l-sky-100\/100{ + border-left-color: rgb(224 242 254 / 1); +} +.border-l-sky-200\/0{ + border-left-color: rgb(186 230 253 / 0); +} +.border-l-sky-200\/5{ + border-left-color: rgb(186 230 253 / 0.05); +} +.border-l-sky-200\/10{ + border-left-color: rgb(186 230 253 / 0.1); +} +.border-l-sky-200\/20{ + border-left-color: rgb(186 230 253 / 0.2); +} +.border-l-sky-200\/25{ + border-left-color: rgb(186 230 253 / 0.25); +} +.border-l-sky-200\/30{ + border-left-color: rgb(186 230 253 / 0.3); +} +.border-l-sky-200\/40{ + border-left-color: rgb(186 230 253 / 0.4); +} +.border-l-sky-200\/50{ + border-left-color: rgb(186 230 253 / 0.5); +} +.border-l-sky-200\/60{ + border-left-color: rgb(186 230 253 / 0.6); +} +.border-l-sky-200\/70{ + border-left-color: rgb(186 230 253 / 0.7); +} +.border-l-sky-200\/75{ + border-left-color: rgb(186 230 253 / 0.75); +} +.border-l-sky-200\/80{ + border-left-color: rgb(186 230 253 / 0.8); +} +.border-l-sky-200\/90{ + border-left-color: rgb(186 230 253 / 0.9); +} +.border-l-sky-200\/95{ + border-left-color: rgb(186 230 253 / 0.95); +} +.border-l-sky-200\/100{ + border-left-color: rgb(186 230 253 / 1); +} +.border-l-sky-300\/0{ + border-left-color: rgb(125 211 252 / 0); +} +.border-l-sky-300\/5{ + border-left-color: rgb(125 211 252 / 0.05); +} +.border-l-sky-300\/10{ + border-left-color: rgb(125 211 252 / 0.1); +} +.border-l-sky-300\/20{ + border-left-color: rgb(125 211 252 / 0.2); +} +.border-l-sky-300\/25{ + border-left-color: rgb(125 211 252 / 0.25); +} +.border-l-sky-300\/30{ + border-left-color: rgb(125 211 252 / 0.3); +} +.border-l-sky-300\/40{ + border-left-color: rgb(125 211 252 / 0.4); +} +.border-l-sky-300\/50{ + border-left-color: rgb(125 211 252 / 0.5); +} +.border-l-sky-300\/60{ + border-left-color: rgb(125 211 252 / 0.6); +} +.border-l-sky-300\/70{ + border-left-color: rgb(125 211 252 / 0.7); +} +.border-l-sky-300\/75{ + border-left-color: rgb(125 211 252 / 0.75); +} +.border-l-sky-300\/80{ + border-left-color: rgb(125 211 252 / 0.8); +} +.border-l-sky-300\/90{ + border-left-color: rgb(125 211 252 / 0.9); +} +.border-l-sky-300\/95{ + border-left-color: rgb(125 211 252 / 0.95); +} +.border-l-sky-300\/100{ + border-left-color: rgb(125 211 252 / 1); +} +.border-l-sky-400\/0{ + border-left-color: rgb(56 189 248 / 0); +} +.border-l-sky-400\/5{ + border-left-color: rgb(56 189 248 / 0.05); +} +.border-l-sky-400\/10{ + border-left-color: rgb(56 189 248 / 0.1); +} +.border-l-sky-400\/20{ + border-left-color: rgb(56 189 248 / 0.2); +} +.border-l-sky-400\/25{ + border-left-color: rgb(56 189 248 / 0.25); +} +.border-l-sky-400\/30{ + border-left-color: rgb(56 189 248 / 0.3); +} +.border-l-sky-400\/40{ + border-left-color: rgb(56 189 248 / 0.4); +} +.border-l-sky-400\/50{ + border-left-color: rgb(56 189 248 / 0.5); +} +.border-l-sky-400\/60{ + border-left-color: rgb(56 189 248 / 0.6); +} +.border-l-sky-400\/70{ + border-left-color: rgb(56 189 248 / 0.7); +} +.border-l-sky-400\/75{ + border-left-color: rgb(56 189 248 / 0.75); +} +.border-l-sky-400\/80{ + border-left-color: rgb(56 189 248 / 0.8); +} +.border-l-sky-400\/90{ + border-left-color: rgb(56 189 248 / 0.9); +} +.border-l-sky-400\/95{ + border-left-color: rgb(56 189 248 / 0.95); +} +.border-l-sky-400\/100{ + border-left-color: rgb(56 189 248 / 1); +} +.border-l-sky-500\/0{ + border-left-color: rgb(14 165 233 / 0); +} +.border-l-sky-500\/5{ + border-left-color: rgb(14 165 233 / 0.05); +} +.border-l-sky-500\/10{ + border-left-color: rgb(14 165 233 / 0.1); +} +.border-l-sky-500\/20{ + border-left-color: rgb(14 165 233 / 0.2); +} +.border-l-sky-500\/25{ + border-left-color: rgb(14 165 233 / 0.25); +} +.border-l-sky-500\/30{ + border-left-color: rgb(14 165 233 / 0.3); +} +.border-l-sky-500\/40{ + border-left-color: rgb(14 165 233 / 0.4); +} +.border-l-sky-500\/50{ + border-left-color: rgb(14 165 233 / 0.5); +} +.border-l-sky-500\/60{ + border-left-color: rgb(14 165 233 / 0.6); +} +.border-l-sky-500\/70{ + border-left-color: rgb(14 165 233 / 0.7); +} +.border-l-sky-500\/75{ + border-left-color: rgb(14 165 233 / 0.75); +} +.border-l-sky-500\/80{ + border-left-color: rgb(14 165 233 / 0.8); +} +.border-l-sky-500\/90{ + border-left-color: rgb(14 165 233 / 0.9); +} +.border-l-sky-500\/95{ + border-left-color: rgb(14 165 233 / 0.95); +} +.border-l-sky-500\/100{ + border-left-color: rgb(14 165 233 / 1); +} +.border-l-sky-600\/0{ + border-left-color: rgb(2 132 199 / 0); +} +.border-l-sky-600\/5{ + border-left-color: rgb(2 132 199 / 0.05); +} +.border-l-sky-600\/10{ + border-left-color: rgb(2 132 199 / 0.1); +} +.border-l-sky-600\/20{ + border-left-color: rgb(2 132 199 / 0.2); +} +.border-l-sky-600\/25{ + border-left-color: rgb(2 132 199 / 0.25); +} +.border-l-sky-600\/30{ + border-left-color: rgb(2 132 199 / 0.3); +} +.border-l-sky-600\/40{ + border-left-color: rgb(2 132 199 / 0.4); +} +.border-l-sky-600\/50{ + border-left-color: rgb(2 132 199 / 0.5); +} +.border-l-sky-600\/60{ + border-left-color: rgb(2 132 199 / 0.6); +} +.border-l-sky-600\/70{ + border-left-color: rgb(2 132 199 / 0.7); +} +.border-l-sky-600\/75{ + border-left-color: rgb(2 132 199 / 0.75); +} +.border-l-sky-600\/80{ + border-left-color: rgb(2 132 199 / 0.8); +} +.border-l-sky-600\/90{ + border-left-color: rgb(2 132 199 / 0.9); +} +.border-l-sky-600\/95{ + border-left-color: rgb(2 132 199 / 0.95); +} +.border-l-sky-600\/100{ + border-left-color: rgb(2 132 199 / 1); +} +.border-l-sky-700\/0{ + border-left-color: rgb(3 105 161 / 0); +} +.border-l-sky-700\/5{ + border-left-color: rgb(3 105 161 / 0.05); +} +.border-l-sky-700\/10{ + border-left-color: rgb(3 105 161 / 0.1); +} +.border-l-sky-700\/20{ + border-left-color: rgb(3 105 161 / 0.2); +} +.border-l-sky-700\/25{ + border-left-color: rgb(3 105 161 / 0.25); +} +.border-l-sky-700\/30{ + border-left-color: rgb(3 105 161 / 0.3); +} +.border-l-sky-700\/40{ + border-left-color: rgb(3 105 161 / 0.4); +} +.border-l-sky-700\/50{ + border-left-color: rgb(3 105 161 / 0.5); +} +.border-l-sky-700\/60{ + border-left-color: rgb(3 105 161 / 0.6); +} +.border-l-sky-700\/70{ + border-left-color: rgb(3 105 161 / 0.7); +} +.border-l-sky-700\/75{ + border-left-color: rgb(3 105 161 / 0.75); +} +.border-l-sky-700\/80{ + border-left-color: rgb(3 105 161 / 0.8); +} +.border-l-sky-700\/90{ + border-left-color: rgb(3 105 161 / 0.9); +} +.border-l-sky-700\/95{ + border-left-color: rgb(3 105 161 / 0.95); +} +.border-l-sky-700\/100{ + border-left-color: rgb(3 105 161 / 1); +} +.border-l-sky-800\/0{ + border-left-color: rgb(7 89 133 / 0); +} +.border-l-sky-800\/5{ + border-left-color: rgb(7 89 133 / 0.05); +} +.border-l-sky-800\/10{ + border-left-color: rgb(7 89 133 / 0.1); +} +.border-l-sky-800\/20{ + border-left-color: rgb(7 89 133 / 0.2); +} +.border-l-sky-800\/25{ + border-left-color: rgb(7 89 133 / 0.25); +} +.border-l-sky-800\/30{ + border-left-color: rgb(7 89 133 / 0.3); +} +.border-l-sky-800\/40{ + border-left-color: rgb(7 89 133 / 0.4); +} +.border-l-sky-800\/50{ + border-left-color: rgb(7 89 133 / 0.5); +} +.border-l-sky-800\/60{ + border-left-color: rgb(7 89 133 / 0.6); +} +.border-l-sky-800\/70{ + border-left-color: rgb(7 89 133 / 0.7); +} +.border-l-sky-800\/75{ + border-left-color: rgb(7 89 133 / 0.75); +} +.border-l-sky-800\/80{ + border-left-color: rgb(7 89 133 / 0.8); +} +.border-l-sky-800\/90{ + border-left-color: rgb(7 89 133 / 0.9); +} +.border-l-sky-800\/95{ + border-left-color: rgb(7 89 133 / 0.95); +} +.border-l-sky-800\/100{ + border-left-color: rgb(7 89 133 / 1); +} +.border-l-sky-900\/0{ + border-left-color: rgb(12 74 110 / 0); +} +.border-l-sky-900\/5{ + border-left-color: rgb(12 74 110 / 0.05); +} +.border-l-sky-900\/10{ + border-left-color: rgb(12 74 110 / 0.1); +} +.border-l-sky-900\/20{ + border-left-color: rgb(12 74 110 / 0.2); +} +.border-l-sky-900\/25{ + border-left-color: rgb(12 74 110 / 0.25); +} +.border-l-sky-900\/30{ + border-left-color: rgb(12 74 110 / 0.3); +} +.border-l-sky-900\/40{ + border-left-color: rgb(12 74 110 / 0.4); +} +.border-l-sky-900\/50{ + border-left-color: rgb(12 74 110 / 0.5); +} +.border-l-sky-900\/60{ + border-left-color: rgb(12 74 110 / 0.6); +} +.border-l-sky-900\/70{ + border-left-color: rgb(12 74 110 / 0.7); +} +.border-l-sky-900\/75{ + border-left-color: rgb(12 74 110 / 0.75); +} +.border-l-sky-900\/80{ + border-left-color: rgb(12 74 110 / 0.8); +} +.border-l-sky-900\/90{ + border-left-color: rgb(12 74 110 / 0.9); +} +.border-l-sky-900\/95{ + border-left-color: rgb(12 74 110 / 0.95); +} +.border-l-sky-900\/100{ + border-left-color: rgb(12 74 110 / 1); +} +.border-l-blue-50\/0{ + border-left-color: rgb(242 248 251 / 0); +} +.border-l-blue-50\/5{ + border-left-color: rgb(242 248 251 / 0.05); +} +.border-l-blue-50\/10{ + border-left-color: rgb(242 248 251 / 0.1); +} +.border-l-blue-50\/20{ + border-left-color: rgb(242 248 251 / 0.2); +} +.border-l-blue-50\/25{ + border-left-color: rgb(242 248 251 / 0.25); +} +.border-l-blue-50\/30{ + border-left-color: rgb(242 248 251 / 0.3); +} +.border-l-blue-50\/40{ + border-left-color: rgb(242 248 251 / 0.4); +} +.border-l-blue-50\/50{ + border-left-color: rgb(242 248 251 / 0.5); +} +.border-l-blue-50\/60{ + border-left-color: rgb(242 248 251 / 0.6); +} +.border-l-blue-50\/70{ + border-left-color: rgb(242 248 251 / 0.7); +} +.border-l-blue-50\/75{ + border-left-color: rgb(242 248 251 / 0.75); +} +.border-l-blue-50\/80{ + border-left-color: rgb(242 248 251 / 0.8); +} +.border-l-blue-50\/90{ + border-left-color: rgb(242 248 251 / 0.9); +} +.border-l-blue-50\/95{ + border-left-color: rgb(242 248 251 / 0.95); +} +.border-l-blue-50\/100{ + border-left-color: rgb(242 248 251 / 1); +} +.border-l-blue-100\/0{ + border-left-color: rgb(230 241 246 / 0); +} +.border-l-blue-100\/5{ + border-left-color: rgb(230 241 246 / 0.05); +} +.border-l-blue-100\/10{ + border-left-color: rgb(230 241 246 / 0.1); +} +.border-l-blue-100\/20{ + border-left-color: rgb(230 241 246 / 0.2); +} +.border-l-blue-100\/25{ + border-left-color: rgb(230 241 246 / 0.25); +} +.border-l-blue-100\/30{ + border-left-color: rgb(230 241 246 / 0.3); +} +.border-l-blue-100\/40{ + border-left-color: rgb(230 241 246 / 0.4); +} +.border-l-blue-100\/50{ + border-left-color: rgb(230 241 246 / 0.5); +} +.border-l-blue-100\/60{ + border-left-color: rgb(230 241 246 / 0.6); +} +.border-l-blue-100\/70{ + border-left-color: rgb(230 241 246 / 0.7); +} +.border-l-blue-100\/75{ + border-left-color: rgb(230 241 246 / 0.75); +} +.border-l-blue-100\/80{ + border-left-color: rgb(230 241 246 / 0.8); +} +.border-l-blue-100\/90{ + border-left-color: rgb(230 241 246 / 0.9); +} +.border-l-blue-100\/95{ + border-left-color: rgb(230 241 246 / 0.95); +} +.border-l-blue-100\/100{ + border-left-color: rgb(230 241 246 / 1); +} +.border-l-blue-200\/0{ + border-left-color: rgb(191 219 233 / 0); +} +.border-l-blue-200\/5{ + border-left-color: rgb(191 219 233 / 0.05); +} +.border-l-blue-200\/10{ + border-left-color: rgb(191 219 233 / 0.1); +} +.border-l-blue-200\/20{ + border-left-color: rgb(191 219 233 / 0.2); +} +.border-l-blue-200\/25{ + border-left-color: rgb(191 219 233 / 0.25); +} +.border-l-blue-200\/30{ + border-left-color: rgb(191 219 233 / 0.3); +} +.border-l-blue-200\/40{ + border-left-color: rgb(191 219 233 / 0.4); +} +.border-l-blue-200\/50{ + border-left-color: rgb(191 219 233 / 0.5); +} +.border-l-blue-200\/60{ + border-left-color: rgb(191 219 233 / 0.6); +} +.border-l-blue-200\/70{ + border-left-color: rgb(191 219 233 / 0.7); +} +.border-l-blue-200\/75{ + border-left-color: rgb(191 219 233 / 0.75); +} +.border-l-blue-200\/80{ + border-left-color: rgb(191 219 233 / 0.8); +} +.border-l-blue-200\/90{ + border-left-color: rgb(191 219 233 / 0.9); +} +.border-l-blue-200\/95{ + border-left-color: rgb(191 219 233 / 0.95); +} +.border-l-blue-200\/100{ + border-left-color: rgb(191 219 233 / 1); +} +.border-l-blue-300\/0{ + border-left-color: rgb(153 197 219 / 0); +} +.border-l-blue-300\/5{ + border-left-color: rgb(153 197 219 / 0.05); +} +.border-l-blue-300\/10{ + border-left-color: rgb(153 197 219 / 0.1); +} +.border-l-blue-300\/20{ + border-left-color: rgb(153 197 219 / 0.2); +} +.border-l-blue-300\/25{ + border-left-color: rgb(153 197 219 / 0.25); +} +.border-l-blue-300\/30{ + border-left-color: rgb(153 197 219 / 0.3); +} +.border-l-blue-300\/40{ + border-left-color: rgb(153 197 219 / 0.4); +} +.border-l-blue-300\/50{ + border-left-color: rgb(153 197 219 / 0.5); +} +.border-l-blue-300\/60{ + border-left-color: rgb(153 197 219 / 0.6); +} +.border-l-blue-300\/70{ + border-left-color: rgb(153 197 219 / 0.7); +} +.border-l-blue-300\/75{ + border-left-color: rgb(153 197 219 / 0.75); +} +.border-l-blue-300\/80{ + border-left-color: rgb(153 197 219 / 0.8); +} +.border-l-blue-300\/90{ + border-left-color: rgb(153 197 219 / 0.9); +} +.border-l-blue-300\/95{ + border-left-color: rgb(153 197 219 / 0.95); +} +.border-l-blue-300\/100{ + border-left-color: rgb(153 197 219 / 1); +} +.border-l-blue-400\/0{ + border-left-color: rgb(77 154 193 / 0); +} +.border-l-blue-400\/5{ + border-left-color: rgb(77 154 193 / 0.05); +} +.border-l-blue-400\/10{ + border-left-color: rgb(77 154 193 / 0.1); +} +.border-l-blue-400\/20{ + border-left-color: rgb(77 154 193 / 0.2); +} +.border-l-blue-400\/25{ + border-left-color: rgb(77 154 193 / 0.25); +} +.border-l-blue-400\/30{ + border-left-color: rgb(77 154 193 / 0.3); +} +.border-l-blue-400\/40{ + border-left-color: rgb(77 154 193 / 0.4); +} +.border-l-blue-400\/50{ + border-left-color: rgb(77 154 193 / 0.5); +} +.border-l-blue-400\/60{ + border-left-color: rgb(77 154 193 / 0.6); +} +.border-l-blue-400\/70{ + border-left-color: rgb(77 154 193 / 0.7); +} +.border-l-blue-400\/75{ + border-left-color: rgb(77 154 193 / 0.75); +} +.border-l-blue-400\/80{ + border-left-color: rgb(77 154 193 / 0.8); +} +.border-l-blue-400\/90{ + border-left-color: rgb(77 154 193 / 0.9); +} +.border-l-blue-400\/95{ + border-left-color: rgb(77 154 193 / 0.95); +} +.border-l-blue-400\/100{ + border-left-color: rgb(77 154 193 / 1); +} +.border-l-blue-500\/0{ + border-left-color: rgb(0 110 166 / 0); +} +.border-l-blue-500\/5{ + border-left-color: rgb(0 110 166 / 0.05); +} +.border-l-blue-500\/10{ + border-left-color: rgb(0 110 166 / 0.1); +} +.border-l-blue-500\/20{ + border-left-color: rgb(0 110 166 / 0.2); +} +.border-l-blue-500\/25{ + border-left-color: rgb(0 110 166 / 0.25); +} +.border-l-blue-500\/30{ + border-left-color: rgb(0 110 166 / 0.3); +} +.border-l-blue-500\/40{ + border-left-color: rgb(0 110 166 / 0.4); +} +.border-l-blue-500\/50{ + border-left-color: rgb(0 110 166 / 0.5); +} +.border-l-blue-500\/60{ + border-left-color: rgb(0 110 166 / 0.6); +} +.border-l-blue-500\/70{ + border-left-color: rgb(0 110 166 / 0.7); +} +.border-l-blue-500\/75{ + border-left-color: rgb(0 110 166 / 0.75); +} +.border-l-blue-500\/80{ + border-left-color: rgb(0 110 166 / 0.8); +} +.border-l-blue-500\/90{ + border-left-color: rgb(0 110 166 / 0.9); +} +.border-l-blue-500\/95{ + border-left-color: rgb(0 110 166 / 0.95); +} +.border-l-blue-500\/100{ + border-left-color: rgb(0 110 166 / 1); +} +.border-l-blue-600\/0{ + border-left-color: rgb(0 99 149 / 0); +} +.border-l-blue-600\/5{ + border-left-color: rgb(0 99 149 / 0.05); +} +.border-l-blue-600\/10{ + border-left-color: rgb(0 99 149 / 0.1); +} +.border-l-blue-600\/20{ + border-left-color: rgb(0 99 149 / 0.2); +} +.border-l-blue-600\/25{ + border-left-color: rgb(0 99 149 / 0.25); +} +.border-l-blue-600\/30{ + border-left-color: rgb(0 99 149 / 0.3); +} +.border-l-blue-600\/40{ + border-left-color: rgb(0 99 149 / 0.4); +} +.border-l-blue-600\/50{ + border-left-color: rgb(0 99 149 / 0.5); +} +.border-l-blue-600\/60{ + border-left-color: rgb(0 99 149 / 0.6); +} +.border-l-blue-600\/70{ + border-left-color: rgb(0 99 149 / 0.7); +} +.border-l-blue-600\/75{ + border-left-color: rgb(0 99 149 / 0.75); +} +.border-l-blue-600\/80{ + border-left-color: rgb(0 99 149 / 0.8); +} +.border-l-blue-600\/90{ + border-left-color: rgb(0 99 149 / 0.9); +} +.border-l-blue-600\/95{ + border-left-color: rgb(0 99 149 / 0.95); +} +.border-l-blue-600\/100{ + border-left-color: rgb(0 99 149 / 1); +} +.border-l-blue-700\/0{ + border-left-color: rgb(0 83 125 / 0); +} +.border-l-blue-700\/5{ + border-left-color: rgb(0 83 125 / 0.05); +} +.border-l-blue-700\/10{ + border-left-color: rgb(0 83 125 / 0.1); +} +.border-l-blue-700\/20{ + border-left-color: rgb(0 83 125 / 0.2); +} +.border-l-blue-700\/25{ + border-left-color: rgb(0 83 125 / 0.25); +} +.border-l-blue-700\/30{ + border-left-color: rgb(0 83 125 / 0.3); +} +.border-l-blue-700\/40{ + border-left-color: rgb(0 83 125 / 0.4); +} +.border-l-blue-700\/50{ + border-left-color: rgb(0 83 125 / 0.5); +} +.border-l-blue-700\/60{ + border-left-color: rgb(0 83 125 / 0.6); +} +.border-l-blue-700\/70{ + border-left-color: rgb(0 83 125 / 0.7); +} +.border-l-blue-700\/75{ + border-left-color: rgb(0 83 125 / 0.75); +} +.border-l-blue-700\/80{ + border-left-color: rgb(0 83 125 / 0.8); +} +.border-l-blue-700\/90{ + border-left-color: rgb(0 83 125 / 0.9); +} +.border-l-blue-700\/95{ + border-left-color: rgb(0 83 125 / 0.95); +} +.border-l-blue-700\/100{ + border-left-color: rgb(0 83 125 / 1); +} +.border-l-blue-800\/0{ + border-left-color: rgb(0 66 100 / 0); +} +.border-l-blue-800\/5{ + border-left-color: rgb(0 66 100 / 0.05); +} +.border-l-blue-800\/10{ + border-left-color: rgb(0 66 100 / 0.1); +} +.border-l-blue-800\/20{ + border-left-color: rgb(0 66 100 / 0.2); +} +.border-l-blue-800\/25{ + border-left-color: rgb(0 66 100 / 0.25); +} +.border-l-blue-800\/30{ + border-left-color: rgb(0 66 100 / 0.3); +} +.border-l-blue-800\/40{ + border-left-color: rgb(0 66 100 / 0.4); +} +.border-l-blue-800\/50{ + border-left-color: rgb(0 66 100 / 0.5); +} +.border-l-blue-800\/60{ + border-left-color: rgb(0 66 100 / 0.6); +} +.border-l-blue-800\/70{ + border-left-color: rgb(0 66 100 / 0.7); +} +.border-l-blue-800\/75{ + border-left-color: rgb(0 66 100 / 0.75); +} +.border-l-blue-800\/80{ + border-left-color: rgb(0 66 100 / 0.8); +} +.border-l-blue-800\/90{ + border-left-color: rgb(0 66 100 / 0.9); +} +.border-l-blue-800\/95{ + border-left-color: rgb(0 66 100 / 0.95); +} +.border-l-blue-800\/100{ + border-left-color: rgb(0 66 100 / 1); +} +.border-l-blue-900\/0{ + border-left-color: rgb(0 54 81 / 0); +} +.border-l-blue-900\/5{ + border-left-color: rgb(0 54 81 / 0.05); +} +.border-l-blue-900\/10{ + border-left-color: rgb(0 54 81 / 0.1); +} +.border-l-blue-900\/20{ + border-left-color: rgb(0 54 81 / 0.2); +} +.border-l-blue-900\/25{ + border-left-color: rgb(0 54 81 / 0.25); +} +.border-l-blue-900\/30{ + border-left-color: rgb(0 54 81 / 0.3); +} +.border-l-blue-900\/40{ + border-left-color: rgb(0 54 81 / 0.4); +} +.border-l-blue-900\/50{ + border-left-color: rgb(0 54 81 / 0.5); +} +.border-l-blue-900\/60{ + border-left-color: rgb(0 54 81 / 0.6); +} +.border-l-blue-900\/70{ + border-left-color: rgb(0 54 81 / 0.7); +} +.border-l-blue-900\/75{ + border-left-color: rgb(0 54 81 / 0.75); +} +.border-l-blue-900\/80{ + border-left-color: rgb(0 54 81 / 0.8); +} +.border-l-blue-900\/90{ + border-left-color: rgb(0 54 81 / 0.9); +} +.border-l-blue-900\/95{ + border-left-color: rgb(0 54 81 / 0.95); +} +.border-l-blue-900\/100{ + border-left-color: rgb(0 54 81 / 1); +} +.border-l-blue\/0{ + border-left-color: rgb(0 110 166 / 0); +} +.border-l-blue\/5{ + border-left-color: rgb(0 110 166 / 0.05); +} +.border-l-blue\/10{ + border-left-color: rgb(0 110 166 / 0.1); +} +.border-l-blue\/20{ + border-left-color: rgb(0 110 166 / 0.2); +} +.border-l-blue\/25{ + border-left-color: rgb(0 110 166 / 0.25); +} +.border-l-blue\/30{ + border-left-color: rgb(0 110 166 / 0.3); +} +.border-l-blue\/40{ + border-left-color: rgb(0 110 166 / 0.4); +} +.border-l-blue\/50{ + border-left-color: rgb(0 110 166 / 0.5); +} +.border-l-blue\/60{ + border-left-color: rgb(0 110 166 / 0.6); +} +.border-l-blue\/70{ + border-left-color: rgb(0 110 166 / 0.7); +} +.border-l-blue\/75{ + border-left-color: rgb(0 110 166 / 0.75); +} +.border-l-blue\/80{ + border-left-color: rgb(0 110 166 / 0.8); +} +.border-l-blue\/90{ + border-left-color: rgb(0 110 166 / 0.9); +} +.border-l-blue\/95{ + border-left-color: rgb(0 110 166 / 0.95); +} +.border-l-blue\/100{ + border-left-color: rgb(0 110 166 / 1); +} +.border-l-indigo-50\/0{ + border-left-color: rgb(240 245 255 / 0); +} +.border-l-indigo-50\/5{ + border-left-color: rgb(240 245 255 / 0.05); +} +.border-l-indigo-50\/10{ + border-left-color: rgb(240 245 255 / 0.1); +} +.border-l-indigo-50\/20{ + border-left-color: rgb(240 245 255 / 0.2); +} +.border-l-indigo-50\/25{ + border-left-color: rgb(240 245 255 / 0.25); +} +.border-l-indigo-50\/30{ + border-left-color: rgb(240 245 255 / 0.3); +} +.border-l-indigo-50\/40{ + border-left-color: rgb(240 245 255 / 0.4); +} +.border-l-indigo-50\/50{ + border-left-color: rgb(240 245 255 / 0.5); +} +.border-l-indigo-50\/60{ + border-left-color: rgb(240 245 255 / 0.6); +} +.border-l-indigo-50\/70{ + border-left-color: rgb(240 245 255 / 0.7); +} +.border-l-indigo-50\/75{ + border-left-color: rgb(240 245 255 / 0.75); +} +.border-l-indigo-50\/80{ + border-left-color: rgb(240 245 255 / 0.8); +} +.border-l-indigo-50\/90{ + border-left-color: rgb(240 245 255 / 0.9); +} +.border-l-indigo-50\/95{ + border-left-color: rgb(240 245 255 / 0.95); +} +.border-l-indigo-50\/100{ + border-left-color: rgb(240 245 255 / 1); +} +.border-l-indigo-100\/0{ + border-left-color: rgb(229 237 255 / 0); +} +.border-l-indigo-100\/5{ + border-left-color: rgb(229 237 255 / 0.05); +} +.border-l-indigo-100\/10{ + border-left-color: rgb(229 237 255 / 0.1); +} +.border-l-indigo-100\/20{ + border-left-color: rgb(229 237 255 / 0.2); +} +.border-l-indigo-100\/25{ + border-left-color: rgb(229 237 255 / 0.25); +} +.border-l-indigo-100\/30{ + border-left-color: rgb(229 237 255 / 0.3); +} +.border-l-indigo-100\/40{ + border-left-color: rgb(229 237 255 / 0.4); +} +.border-l-indigo-100\/50{ + border-left-color: rgb(229 237 255 / 0.5); +} +.border-l-indigo-100\/60{ + border-left-color: rgb(229 237 255 / 0.6); +} +.border-l-indigo-100\/70{ + border-left-color: rgb(229 237 255 / 0.7); +} +.border-l-indigo-100\/75{ + border-left-color: rgb(229 237 255 / 0.75); +} +.border-l-indigo-100\/80{ + border-left-color: rgb(229 237 255 / 0.8); +} +.border-l-indigo-100\/90{ + border-left-color: rgb(229 237 255 / 0.9); +} +.border-l-indigo-100\/95{ + border-left-color: rgb(229 237 255 / 0.95); +} +.border-l-indigo-100\/100{ + border-left-color: rgb(229 237 255 / 1); +} +.border-l-indigo-200\/0{ + border-left-color: rgb(205 219 254 / 0); +} +.border-l-indigo-200\/5{ + border-left-color: rgb(205 219 254 / 0.05); +} +.border-l-indigo-200\/10{ + border-left-color: rgb(205 219 254 / 0.1); +} +.border-l-indigo-200\/20{ + border-left-color: rgb(205 219 254 / 0.2); +} +.border-l-indigo-200\/25{ + border-left-color: rgb(205 219 254 / 0.25); +} +.border-l-indigo-200\/30{ + border-left-color: rgb(205 219 254 / 0.3); +} +.border-l-indigo-200\/40{ + border-left-color: rgb(205 219 254 / 0.4); +} +.border-l-indigo-200\/50{ + border-left-color: rgb(205 219 254 / 0.5); +} +.border-l-indigo-200\/60{ + border-left-color: rgb(205 219 254 / 0.6); +} +.border-l-indigo-200\/70{ + border-left-color: rgb(205 219 254 / 0.7); +} +.border-l-indigo-200\/75{ + border-left-color: rgb(205 219 254 / 0.75); +} +.border-l-indigo-200\/80{ + border-left-color: rgb(205 219 254 / 0.8); +} +.border-l-indigo-200\/90{ + border-left-color: rgb(205 219 254 / 0.9); +} +.border-l-indigo-200\/95{ + border-left-color: rgb(205 219 254 / 0.95); +} +.border-l-indigo-200\/100{ + border-left-color: rgb(205 219 254 / 1); +} +.border-l-indigo-300\/0{ + border-left-color: rgb(180 198 252 / 0); +} +.border-l-indigo-300\/5{ + border-left-color: rgb(180 198 252 / 0.05); +} +.border-l-indigo-300\/10{ + border-left-color: rgb(180 198 252 / 0.1); +} +.border-l-indigo-300\/20{ + border-left-color: rgb(180 198 252 / 0.2); +} +.border-l-indigo-300\/25{ + border-left-color: rgb(180 198 252 / 0.25); +} +.border-l-indigo-300\/30{ + border-left-color: rgb(180 198 252 / 0.3); +} +.border-l-indigo-300\/40{ + border-left-color: rgb(180 198 252 / 0.4); +} +.border-l-indigo-300\/50{ + border-left-color: rgb(180 198 252 / 0.5); +} +.border-l-indigo-300\/60{ + border-left-color: rgb(180 198 252 / 0.6); +} +.border-l-indigo-300\/70{ + border-left-color: rgb(180 198 252 / 0.7); +} +.border-l-indigo-300\/75{ + border-left-color: rgb(180 198 252 / 0.75); +} +.border-l-indigo-300\/80{ + border-left-color: rgb(180 198 252 / 0.8); +} +.border-l-indigo-300\/90{ + border-left-color: rgb(180 198 252 / 0.9); +} +.border-l-indigo-300\/95{ + border-left-color: rgb(180 198 252 / 0.95); +} +.border-l-indigo-300\/100{ + border-left-color: rgb(180 198 252 / 1); +} +.border-l-indigo-400\/0{ + border-left-color: rgb(141 162 251 / 0); +} +.border-l-indigo-400\/5{ + border-left-color: rgb(141 162 251 / 0.05); +} +.border-l-indigo-400\/10{ + border-left-color: rgb(141 162 251 / 0.1); +} +.border-l-indigo-400\/20{ + border-left-color: rgb(141 162 251 / 0.2); +} +.border-l-indigo-400\/25{ + border-left-color: rgb(141 162 251 / 0.25); +} +.border-l-indigo-400\/30{ + border-left-color: rgb(141 162 251 / 0.3); +} +.border-l-indigo-400\/40{ + border-left-color: rgb(141 162 251 / 0.4); +} +.border-l-indigo-400\/50{ + border-left-color: rgb(141 162 251 / 0.5); +} +.border-l-indigo-400\/60{ + border-left-color: rgb(141 162 251 / 0.6); +} +.border-l-indigo-400\/70{ + border-left-color: rgb(141 162 251 / 0.7); +} +.border-l-indigo-400\/75{ + border-left-color: rgb(141 162 251 / 0.75); +} +.border-l-indigo-400\/80{ + border-left-color: rgb(141 162 251 / 0.8); +} +.border-l-indigo-400\/90{ + border-left-color: rgb(141 162 251 / 0.9); +} +.border-l-indigo-400\/95{ + border-left-color: rgb(141 162 251 / 0.95); +} +.border-l-indigo-400\/100{ + border-left-color: rgb(141 162 251 / 1); +} +.border-l-indigo-500\/0{ + border-left-color: rgb(104 117 245 / 0); +} +.border-l-indigo-500\/5{ + border-left-color: rgb(104 117 245 / 0.05); +} +.border-l-indigo-500\/10{ + border-left-color: rgb(104 117 245 / 0.1); +} +.border-l-indigo-500\/20{ + border-left-color: rgb(104 117 245 / 0.2); +} +.border-l-indigo-500\/25{ + border-left-color: rgb(104 117 245 / 0.25); +} +.border-l-indigo-500\/30{ + border-left-color: rgb(104 117 245 / 0.3); +} +.border-l-indigo-500\/40{ + border-left-color: rgb(104 117 245 / 0.4); +} +.border-l-indigo-500\/50{ + border-left-color: rgb(104 117 245 / 0.5); +} +.border-l-indigo-500\/60{ + border-left-color: rgb(104 117 245 / 0.6); +} +.border-l-indigo-500\/70{ + border-left-color: rgb(104 117 245 / 0.7); +} +.border-l-indigo-500\/75{ + border-left-color: rgb(104 117 245 / 0.75); +} +.border-l-indigo-500\/80{ + border-left-color: rgb(104 117 245 / 0.8); +} +.border-l-indigo-500\/90{ + border-left-color: rgb(104 117 245 / 0.9); +} +.border-l-indigo-500\/95{ + border-left-color: rgb(104 117 245 / 0.95); +} +.border-l-indigo-500\/100{ + border-left-color: rgb(104 117 245 / 1); +} +.border-l-indigo-600\/0{ + border-left-color: rgb(88 80 236 / 0); +} +.border-l-indigo-600\/5{ + border-left-color: rgb(88 80 236 / 0.05); +} +.border-l-indigo-600\/10{ + border-left-color: rgb(88 80 236 / 0.1); +} +.border-l-indigo-600\/20{ + border-left-color: rgb(88 80 236 / 0.2); +} +.border-l-indigo-600\/25{ + border-left-color: rgb(88 80 236 / 0.25); +} +.border-l-indigo-600\/30{ + border-left-color: rgb(88 80 236 / 0.3); +} +.border-l-indigo-600\/40{ + border-left-color: rgb(88 80 236 / 0.4); +} +.border-l-indigo-600\/50{ + border-left-color: rgb(88 80 236 / 0.5); +} +.border-l-indigo-600\/60{ + border-left-color: rgb(88 80 236 / 0.6); +} +.border-l-indigo-600\/70{ + border-left-color: rgb(88 80 236 / 0.7); +} +.border-l-indigo-600\/75{ + border-left-color: rgb(88 80 236 / 0.75); +} +.border-l-indigo-600\/80{ + border-left-color: rgb(88 80 236 / 0.8); +} +.border-l-indigo-600\/90{ + border-left-color: rgb(88 80 236 / 0.9); +} +.border-l-indigo-600\/95{ + border-left-color: rgb(88 80 236 / 0.95); +} +.border-l-indigo-600\/100{ + border-left-color: rgb(88 80 236 / 1); +} +.border-l-indigo-700\/0{ + border-left-color: rgb(81 69 205 / 0); +} +.border-l-indigo-700\/5{ + border-left-color: rgb(81 69 205 / 0.05); +} +.border-l-indigo-700\/10{ + border-left-color: rgb(81 69 205 / 0.1); +} +.border-l-indigo-700\/20{ + border-left-color: rgb(81 69 205 / 0.2); +} +.border-l-indigo-700\/25{ + border-left-color: rgb(81 69 205 / 0.25); +} +.border-l-indigo-700\/30{ + border-left-color: rgb(81 69 205 / 0.3); +} +.border-l-indigo-700\/40{ + border-left-color: rgb(81 69 205 / 0.4); +} +.border-l-indigo-700\/50{ + border-left-color: rgb(81 69 205 / 0.5); +} +.border-l-indigo-700\/60{ + border-left-color: rgb(81 69 205 / 0.6); +} +.border-l-indigo-700\/70{ + border-left-color: rgb(81 69 205 / 0.7); +} +.border-l-indigo-700\/75{ + border-left-color: rgb(81 69 205 / 0.75); +} +.border-l-indigo-700\/80{ + border-left-color: rgb(81 69 205 / 0.8); +} +.border-l-indigo-700\/90{ + border-left-color: rgb(81 69 205 / 0.9); +} +.border-l-indigo-700\/95{ + border-left-color: rgb(81 69 205 / 0.95); +} +.border-l-indigo-700\/100{ + border-left-color: rgb(81 69 205 / 1); +} +.border-l-indigo-800\/0{ + border-left-color: rgb(66 56 157 / 0); +} +.border-l-indigo-800\/5{ + border-left-color: rgb(66 56 157 / 0.05); +} +.border-l-indigo-800\/10{ + border-left-color: rgb(66 56 157 / 0.1); +} +.border-l-indigo-800\/20{ + border-left-color: rgb(66 56 157 / 0.2); +} +.border-l-indigo-800\/25{ + border-left-color: rgb(66 56 157 / 0.25); +} +.border-l-indigo-800\/30{ + border-left-color: rgb(66 56 157 / 0.3); +} +.border-l-indigo-800\/40{ + border-left-color: rgb(66 56 157 / 0.4); +} +.border-l-indigo-800\/50{ + border-left-color: rgb(66 56 157 / 0.5); +} +.border-l-indigo-800\/60{ + border-left-color: rgb(66 56 157 / 0.6); +} +.border-l-indigo-800\/70{ + border-left-color: rgb(66 56 157 / 0.7); +} +.border-l-indigo-800\/75{ + border-left-color: rgb(66 56 157 / 0.75); +} +.border-l-indigo-800\/80{ + border-left-color: rgb(66 56 157 / 0.8); +} +.border-l-indigo-800\/90{ + border-left-color: rgb(66 56 157 / 0.9); +} +.border-l-indigo-800\/95{ + border-left-color: rgb(66 56 157 / 0.95); +} +.border-l-indigo-800\/100{ + border-left-color: rgb(66 56 157 / 1); +} +.border-l-indigo-900\/0{ + border-left-color: rgb(54 47 120 / 0); +} +.border-l-indigo-900\/5{ + border-left-color: rgb(54 47 120 / 0.05); +} +.border-l-indigo-900\/10{ + border-left-color: rgb(54 47 120 / 0.1); +} +.border-l-indigo-900\/20{ + border-left-color: rgb(54 47 120 / 0.2); +} +.border-l-indigo-900\/25{ + border-left-color: rgb(54 47 120 / 0.25); +} +.border-l-indigo-900\/30{ + border-left-color: rgb(54 47 120 / 0.3); +} +.border-l-indigo-900\/40{ + border-left-color: rgb(54 47 120 / 0.4); +} +.border-l-indigo-900\/50{ + border-left-color: rgb(54 47 120 / 0.5); +} +.border-l-indigo-900\/60{ + border-left-color: rgb(54 47 120 / 0.6); +} +.border-l-indigo-900\/70{ + border-left-color: rgb(54 47 120 / 0.7); +} +.border-l-indigo-900\/75{ + border-left-color: rgb(54 47 120 / 0.75); +} +.border-l-indigo-900\/80{ + border-left-color: rgb(54 47 120 / 0.8); +} +.border-l-indigo-900\/90{ + border-left-color: rgb(54 47 120 / 0.9); +} +.border-l-indigo-900\/95{ + border-left-color: rgb(54 47 120 / 0.95); +} +.border-l-indigo-900\/100{ + border-left-color: rgb(54 47 120 / 1); +} +.border-l-violet-50\/0{ + border-left-color: rgb(245 243 255 / 0); +} +.border-l-violet-50\/5{ + border-left-color: rgb(245 243 255 / 0.05); +} +.border-l-violet-50\/10{ + border-left-color: rgb(245 243 255 / 0.1); +} +.border-l-violet-50\/20{ + border-left-color: rgb(245 243 255 / 0.2); +} +.border-l-violet-50\/25{ + border-left-color: rgb(245 243 255 / 0.25); +} +.border-l-violet-50\/30{ + border-left-color: rgb(245 243 255 / 0.3); +} +.border-l-violet-50\/40{ + border-left-color: rgb(245 243 255 / 0.4); +} +.border-l-violet-50\/50{ + border-left-color: rgb(245 243 255 / 0.5); +} +.border-l-violet-50\/60{ + border-left-color: rgb(245 243 255 / 0.6); +} +.border-l-violet-50\/70{ + border-left-color: rgb(245 243 255 / 0.7); +} +.border-l-violet-50\/75{ + border-left-color: rgb(245 243 255 / 0.75); +} +.border-l-violet-50\/80{ + border-left-color: rgb(245 243 255 / 0.8); +} +.border-l-violet-50\/90{ + border-left-color: rgb(245 243 255 / 0.9); +} +.border-l-violet-50\/95{ + border-left-color: rgb(245 243 255 / 0.95); +} +.border-l-violet-50\/100{ + border-left-color: rgb(245 243 255 / 1); +} +.border-l-violet-100\/0{ + border-left-color: rgb(237 233 254 / 0); +} +.border-l-violet-100\/5{ + border-left-color: rgb(237 233 254 / 0.05); +} +.border-l-violet-100\/10{ + border-left-color: rgb(237 233 254 / 0.1); +} +.border-l-violet-100\/20{ + border-left-color: rgb(237 233 254 / 0.2); +} +.border-l-violet-100\/25{ + border-left-color: rgb(237 233 254 / 0.25); +} +.border-l-violet-100\/30{ + border-left-color: rgb(237 233 254 / 0.3); +} +.border-l-violet-100\/40{ + border-left-color: rgb(237 233 254 / 0.4); +} +.border-l-violet-100\/50{ + border-left-color: rgb(237 233 254 / 0.5); +} +.border-l-violet-100\/60{ + border-left-color: rgb(237 233 254 / 0.6); +} +.border-l-violet-100\/70{ + border-left-color: rgb(237 233 254 / 0.7); +} +.border-l-violet-100\/75{ + border-left-color: rgb(237 233 254 / 0.75); +} +.border-l-violet-100\/80{ + border-left-color: rgb(237 233 254 / 0.8); +} +.border-l-violet-100\/90{ + border-left-color: rgb(237 233 254 / 0.9); +} +.border-l-violet-100\/95{ + border-left-color: rgb(237 233 254 / 0.95); +} +.border-l-violet-100\/100{ + border-left-color: rgb(237 233 254 / 1); +} +.border-l-violet-200\/0{ + border-left-color: rgb(221 214 254 / 0); +} +.border-l-violet-200\/5{ + border-left-color: rgb(221 214 254 / 0.05); +} +.border-l-violet-200\/10{ + border-left-color: rgb(221 214 254 / 0.1); +} +.border-l-violet-200\/20{ + border-left-color: rgb(221 214 254 / 0.2); +} +.border-l-violet-200\/25{ + border-left-color: rgb(221 214 254 / 0.25); +} +.border-l-violet-200\/30{ + border-left-color: rgb(221 214 254 / 0.3); +} +.border-l-violet-200\/40{ + border-left-color: rgb(221 214 254 / 0.4); +} +.border-l-violet-200\/50{ + border-left-color: rgb(221 214 254 / 0.5); +} +.border-l-violet-200\/60{ + border-left-color: rgb(221 214 254 / 0.6); +} +.border-l-violet-200\/70{ + border-left-color: rgb(221 214 254 / 0.7); +} +.border-l-violet-200\/75{ + border-left-color: rgb(221 214 254 / 0.75); +} +.border-l-violet-200\/80{ + border-left-color: rgb(221 214 254 / 0.8); +} +.border-l-violet-200\/90{ + border-left-color: rgb(221 214 254 / 0.9); +} +.border-l-violet-200\/95{ + border-left-color: rgb(221 214 254 / 0.95); +} +.border-l-violet-200\/100{ + border-left-color: rgb(221 214 254 / 1); +} +.border-l-violet-300\/0{ + border-left-color: rgb(196 181 253 / 0); +} +.border-l-violet-300\/5{ + border-left-color: rgb(196 181 253 / 0.05); +} +.border-l-violet-300\/10{ + border-left-color: rgb(196 181 253 / 0.1); +} +.border-l-violet-300\/20{ + border-left-color: rgb(196 181 253 / 0.2); +} +.border-l-violet-300\/25{ + border-left-color: rgb(196 181 253 / 0.25); +} +.border-l-violet-300\/30{ + border-left-color: rgb(196 181 253 / 0.3); +} +.border-l-violet-300\/40{ + border-left-color: rgb(196 181 253 / 0.4); +} +.border-l-violet-300\/50{ + border-left-color: rgb(196 181 253 / 0.5); +} +.border-l-violet-300\/60{ + border-left-color: rgb(196 181 253 / 0.6); +} +.border-l-violet-300\/70{ + border-left-color: rgb(196 181 253 / 0.7); +} +.border-l-violet-300\/75{ + border-left-color: rgb(196 181 253 / 0.75); +} +.border-l-violet-300\/80{ + border-left-color: rgb(196 181 253 / 0.8); +} +.border-l-violet-300\/90{ + border-left-color: rgb(196 181 253 / 0.9); +} +.border-l-violet-300\/95{ + border-left-color: rgb(196 181 253 / 0.95); +} +.border-l-violet-300\/100{ + border-left-color: rgb(196 181 253 / 1); +} +.border-l-violet-400\/0{ + border-left-color: rgb(167 139 250 / 0); +} +.border-l-violet-400\/5{ + border-left-color: rgb(167 139 250 / 0.05); +} +.border-l-violet-400\/10{ + border-left-color: rgb(167 139 250 / 0.1); +} +.border-l-violet-400\/20{ + border-left-color: rgb(167 139 250 / 0.2); +} +.border-l-violet-400\/25{ + border-left-color: rgb(167 139 250 / 0.25); +} +.border-l-violet-400\/30{ + border-left-color: rgb(167 139 250 / 0.3); +} +.border-l-violet-400\/40{ + border-left-color: rgb(167 139 250 / 0.4); +} +.border-l-violet-400\/50{ + border-left-color: rgb(167 139 250 / 0.5); +} +.border-l-violet-400\/60{ + border-left-color: rgb(167 139 250 / 0.6); +} +.border-l-violet-400\/70{ + border-left-color: rgb(167 139 250 / 0.7); +} +.border-l-violet-400\/75{ + border-left-color: rgb(167 139 250 / 0.75); +} +.border-l-violet-400\/80{ + border-left-color: rgb(167 139 250 / 0.8); +} +.border-l-violet-400\/90{ + border-left-color: rgb(167 139 250 / 0.9); +} +.border-l-violet-400\/95{ + border-left-color: rgb(167 139 250 / 0.95); +} +.border-l-violet-400\/100{ + border-left-color: rgb(167 139 250 / 1); +} +.border-l-violet-500\/0{ + border-left-color: rgb(139 92 246 / 0); +} +.border-l-violet-500\/5{ + border-left-color: rgb(139 92 246 / 0.05); +} +.border-l-violet-500\/10{ + border-left-color: rgb(139 92 246 / 0.1); +} +.border-l-violet-500\/20{ + border-left-color: rgb(139 92 246 / 0.2); +} +.border-l-violet-500\/25{ + border-left-color: rgb(139 92 246 / 0.25); +} +.border-l-violet-500\/30{ + border-left-color: rgb(139 92 246 / 0.3); +} +.border-l-violet-500\/40{ + border-left-color: rgb(139 92 246 / 0.4); +} +.border-l-violet-500\/50{ + border-left-color: rgb(139 92 246 / 0.5); +} +.border-l-violet-500\/60{ + border-left-color: rgb(139 92 246 / 0.6); +} +.border-l-violet-500\/70{ + border-left-color: rgb(139 92 246 / 0.7); +} +.border-l-violet-500\/75{ + border-left-color: rgb(139 92 246 / 0.75); +} +.border-l-violet-500\/80{ + border-left-color: rgb(139 92 246 / 0.8); +} +.border-l-violet-500\/90{ + border-left-color: rgb(139 92 246 / 0.9); +} +.border-l-violet-500\/95{ + border-left-color: rgb(139 92 246 / 0.95); +} +.border-l-violet-500\/100{ + border-left-color: rgb(139 92 246 / 1); +} +.border-l-violet-600\/0{ + border-left-color: rgb(124 58 237 / 0); +} +.border-l-violet-600\/5{ + border-left-color: rgb(124 58 237 / 0.05); +} +.border-l-violet-600\/10{ + border-left-color: rgb(124 58 237 / 0.1); +} +.border-l-violet-600\/20{ + border-left-color: rgb(124 58 237 / 0.2); +} +.border-l-violet-600\/25{ + border-left-color: rgb(124 58 237 / 0.25); +} +.border-l-violet-600\/30{ + border-left-color: rgb(124 58 237 / 0.3); +} +.border-l-violet-600\/40{ + border-left-color: rgb(124 58 237 / 0.4); +} +.border-l-violet-600\/50{ + border-left-color: rgb(124 58 237 / 0.5); +} +.border-l-violet-600\/60{ + border-left-color: rgb(124 58 237 / 0.6); +} +.border-l-violet-600\/70{ + border-left-color: rgb(124 58 237 / 0.7); +} +.border-l-violet-600\/75{ + border-left-color: rgb(124 58 237 / 0.75); +} +.border-l-violet-600\/80{ + border-left-color: rgb(124 58 237 / 0.8); +} +.border-l-violet-600\/90{ + border-left-color: rgb(124 58 237 / 0.9); +} +.border-l-violet-600\/95{ + border-left-color: rgb(124 58 237 / 0.95); +} +.border-l-violet-600\/100{ + border-left-color: rgb(124 58 237 / 1); +} +.border-l-violet-700\/0{ + border-left-color: rgb(109 40 217 / 0); +} +.border-l-violet-700\/5{ + border-left-color: rgb(109 40 217 / 0.05); +} +.border-l-violet-700\/10{ + border-left-color: rgb(109 40 217 / 0.1); +} +.border-l-violet-700\/20{ + border-left-color: rgb(109 40 217 / 0.2); +} +.border-l-violet-700\/25{ + border-left-color: rgb(109 40 217 / 0.25); +} +.border-l-violet-700\/30{ + border-left-color: rgb(109 40 217 / 0.3); +} +.border-l-violet-700\/40{ + border-left-color: rgb(109 40 217 / 0.4); +} +.border-l-violet-700\/50{ + border-left-color: rgb(109 40 217 / 0.5); +} +.border-l-violet-700\/60{ + border-left-color: rgb(109 40 217 / 0.6); +} +.border-l-violet-700\/70{ + border-left-color: rgb(109 40 217 / 0.7); +} +.border-l-violet-700\/75{ + border-left-color: rgb(109 40 217 / 0.75); +} +.border-l-violet-700\/80{ + border-left-color: rgb(109 40 217 / 0.8); +} +.border-l-violet-700\/90{ + border-left-color: rgb(109 40 217 / 0.9); +} +.border-l-violet-700\/95{ + border-left-color: rgb(109 40 217 / 0.95); +} +.border-l-violet-700\/100{ + border-left-color: rgb(109 40 217 / 1); +} +.border-l-violet-800\/0{ + border-left-color: rgb(91 33 182 / 0); +} +.border-l-violet-800\/5{ + border-left-color: rgb(91 33 182 / 0.05); +} +.border-l-violet-800\/10{ + border-left-color: rgb(91 33 182 / 0.1); +} +.border-l-violet-800\/20{ + border-left-color: rgb(91 33 182 / 0.2); +} +.border-l-violet-800\/25{ + border-left-color: rgb(91 33 182 / 0.25); +} +.border-l-violet-800\/30{ + border-left-color: rgb(91 33 182 / 0.3); +} +.border-l-violet-800\/40{ + border-left-color: rgb(91 33 182 / 0.4); +} +.border-l-violet-800\/50{ + border-left-color: rgb(91 33 182 / 0.5); +} +.border-l-violet-800\/60{ + border-left-color: rgb(91 33 182 / 0.6); +} +.border-l-violet-800\/70{ + border-left-color: rgb(91 33 182 / 0.7); +} +.border-l-violet-800\/75{ + border-left-color: rgb(91 33 182 / 0.75); +} +.border-l-violet-800\/80{ + border-left-color: rgb(91 33 182 / 0.8); +} +.border-l-violet-800\/90{ + border-left-color: rgb(91 33 182 / 0.9); +} +.border-l-violet-800\/95{ + border-left-color: rgb(91 33 182 / 0.95); +} +.border-l-violet-800\/100{ + border-left-color: rgb(91 33 182 / 1); +} +.border-l-violet-900\/0{ + border-left-color: rgb(76 29 149 / 0); +} +.border-l-violet-900\/5{ + border-left-color: rgb(76 29 149 / 0.05); +} +.border-l-violet-900\/10{ + border-left-color: rgb(76 29 149 / 0.1); +} +.border-l-violet-900\/20{ + border-left-color: rgb(76 29 149 / 0.2); +} +.border-l-violet-900\/25{ + border-left-color: rgb(76 29 149 / 0.25); +} +.border-l-violet-900\/30{ + border-left-color: rgb(76 29 149 / 0.3); +} +.border-l-violet-900\/40{ + border-left-color: rgb(76 29 149 / 0.4); +} +.border-l-violet-900\/50{ + border-left-color: rgb(76 29 149 / 0.5); +} +.border-l-violet-900\/60{ + border-left-color: rgb(76 29 149 / 0.6); +} +.border-l-violet-900\/70{ + border-left-color: rgb(76 29 149 / 0.7); +} +.border-l-violet-900\/75{ + border-left-color: rgb(76 29 149 / 0.75); +} +.border-l-violet-900\/80{ + border-left-color: rgb(76 29 149 / 0.8); +} +.border-l-violet-900\/90{ + border-left-color: rgb(76 29 149 / 0.9); +} +.border-l-violet-900\/95{ + border-left-color: rgb(76 29 149 / 0.95); +} +.border-l-violet-900\/100{ + border-left-color: rgb(76 29 149 / 1); +} +.border-l-purple-50\/0{ + border-left-color: rgb(247 247 249 / 0); +} +.border-l-purple-50\/5{ + border-left-color: rgb(247 247 249 / 0.05); +} +.border-l-purple-50\/10{ + border-left-color: rgb(247 247 249 / 0.1); +} +.border-l-purple-50\/20{ + border-left-color: rgb(247 247 249 / 0.2); +} +.border-l-purple-50\/25{ + border-left-color: rgb(247 247 249 / 0.25); +} +.border-l-purple-50\/30{ + border-left-color: rgb(247 247 249 / 0.3); +} +.border-l-purple-50\/40{ + border-left-color: rgb(247 247 249 / 0.4); +} +.border-l-purple-50\/50{ + border-left-color: rgb(247 247 249 / 0.5); +} +.border-l-purple-50\/60{ + border-left-color: rgb(247 247 249 / 0.6); +} +.border-l-purple-50\/70{ + border-left-color: rgb(247 247 249 / 0.7); +} +.border-l-purple-50\/75{ + border-left-color: rgb(247 247 249 / 0.75); +} +.border-l-purple-50\/80{ + border-left-color: rgb(247 247 249 / 0.8); +} +.border-l-purple-50\/90{ + border-left-color: rgb(247 247 249 / 0.9); +} +.border-l-purple-50\/95{ + border-left-color: rgb(247 247 249 / 0.95); +} +.border-l-purple-50\/100{ + border-left-color: rgb(247 247 249 / 1); +} +.border-l-purple-100\/0{ + border-left-color: rgb(238 238 243 / 0); +} +.border-l-purple-100\/5{ + border-left-color: rgb(238 238 243 / 0.05); +} +.border-l-purple-100\/10{ + border-left-color: rgb(238 238 243 / 0.1); +} +.border-l-purple-100\/20{ + border-left-color: rgb(238 238 243 / 0.2); +} +.border-l-purple-100\/25{ + border-left-color: rgb(238 238 243 / 0.25); +} +.border-l-purple-100\/30{ + border-left-color: rgb(238 238 243 / 0.3); +} +.border-l-purple-100\/40{ + border-left-color: rgb(238 238 243 / 0.4); +} +.border-l-purple-100\/50{ + border-left-color: rgb(238 238 243 / 0.5); +} +.border-l-purple-100\/60{ + border-left-color: rgb(238 238 243 / 0.6); +} +.border-l-purple-100\/70{ + border-left-color: rgb(238 238 243 / 0.7); +} +.border-l-purple-100\/75{ + border-left-color: rgb(238 238 243 / 0.75); +} +.border-l-purple-100\/80{ + border-left-color: rgb(238 238 243 / 0.8); +} +.border-l-purple-100\/90{ + border-left-color: rgb(238 238 243 / 0.9); +} +.border-l-purple-100\/95{ + border-left-color: rgb(238 238 243 / 0.95); +} +.border-l-purple-100\/100{ + border-left-color: rgb(238 238 243 / 1); +} +.border-l-purple-200\/0{ + border-left-color: rgb(213 213 226 / 0); +} +.border-l-purple-200\/5{ + border-left-color: rgb(213 213 226 / 0.05); +} +.border-l-purple-200\/10{ + border-left-color: rgb(213 213 226 / 0.1); +} +.border-l-purple-200\/20{ + border-left-color: rgb(213 213 226 / 0.2); +} +.border-l-purple-200\/25{ + border-left-color: rgb(213 213 226 / 0.25); +} +.border-l-purple-200\/30{ + border-left-color: rgb(213 213 226 / 0.3); +} +.border-l-purple-200\/40{ + border-left-color: rgb(213 213 226 / 0.4); +} +.border-l-purple-200\/50{ + border-left-color: rgb(213 213 226 / 0.5); +} +.border-l-purple-200\/60{ + border-left-color: rgb(213 213 226 / 0.6); +} +.border-l-purple-200\/70{ + border-left-color: rgb(213 213 226 / 0.7); +} +.border-l-purple-200\/75{ + border-left-color: rgb(213 213 226 / 0.75); +} +.border-l-purple-200\/80{ + border-left-color: rgb(213 213 226 / 0.8); +} +.border-l-purple-200\/90{ + border-left-color: rgb(213 213 226 / 0.9); +} +.border-l-purple-200\/95{ + border-left-color: rgb(213 213 226 / 0.95); +} +.border-l-purple-200\/100{ + border-left-color: rgb(213 213 226 / 1); +} +.border-l-purple-300\/0{ + border-left-color: rgb(187 188 209 / 0); +} +.border-l-purple-300\/5{ + border-left-color: rgb(187 188 209 / 0.05); +} +.border-l-purple-300\/10{ + border-left-color: rgb(187 188 209 / 0.1); +} +.border-l-purple-300\/20{ + border-left-color: rgb(187 188 209 / 0.2); +} +.border-l-purple-300\/25{ + border-left-color: rgb(187 188 209 / 0.25); +} +.border-l-purple-300\/30{ + border-left-color: rgb(187 188 209 / 0.3); +} +.border-l-purple-300\/40{ + border-left-color: rgb(187 188 209 / 0.4); +} +.border-l-purple-300\/50{ + border-left-color: rgb(187 188 209 / 0.5); +} +.border-l-purple-300\/60{ + border-left-color: rgb(187 188 209 / 0.6); +} +.border-l-purple-300\/70{ + border-left-color: rgb(187 188 209 / 0.7); +} +.border-l-purple-300\/75{ + border-left-color: rgb(187 188 209 / 0.75); +} +.border-l-purple-300\/80{ + border-left-color: rgb(187 188 209 / 0.8); +} +.border-l-purple-300\/90{ + border-left-color: rgb(187 188 209 / 0.9); +} +.border-l-purple-300\/95{ + border-left-color: rgb(187 188 209 / 0.95); +} +.border-l-purple-300\/100{ + border-left-color: rgb(187 188 209 / 1); +} +.border-l-purple-400\/0{ + border-left-color: rgb(136 138 174 / 0); +} +.border-l-purple-400\/5{ + border-left-color: rgb(136 138 174 / 0.05); +} +.border-l-purple-400\/10{ + border-left-color: rgb(136 138 174 / 0.1); +} +.border-l-purple-400\/20{ + border-left-color: rgb(136 138 174 / 0.2); +} +.border-l-purple-400\/25{ + border-left-color: rgb(136 138 174 / 0.25); +} +.border-l-purple-400\/30{ + border-left-color: rgb(136 138 174 / 0.3); +} +.border-l-purple-400\/40{ + border-left-color: rgb(136 138 174 / 0.4); +} +.border-l-purple-400\/50{ + border-left-color: rgb(136 138 174 / 0.5); +} +.border-l-purple-400\/60{ + border-left-color: rgb(136 138 174 / 0.6); +} +.border-l-purple-400\/70{ + border-left-color: rgb(136 138 174 / 0.7); +} +.border-l-purple-400\/75{ + border-left-color: rgb(136 138 174 / 0.75); +} +.border-l-purple-400\/80{ + border-left-color: rgb(136 138 174 / 0.8); +} +.border-l-purple-400\/90{ + border-left-color: rgb(136 138 174 / 0.9); +} +.border-l-purple-400\/95{ + border-left-color: rgb(136 138 174 / 0.95); +} +.border-l-purple-400\/100{ + border-left-color: rgb(136 138 174 / 1); +} +.border-l-purple-500\/0{ + border-left-color: rgb(85 88 139 / 0); +} +.border-l-purple-500\/5{ + border-left-color: rgb(85 88 139 / 0.05); +} +.border-l-purple-500\/10{ + border-left-color: rgb(85 88 139 / 0.1); +} +.border-l-purple-500\/20{ + border-left-color: rgb(85 88 139 / 0.2); +} +.border-l-purple-500\/25{ + border-left-color: rgb(85 88 139 / 0.25); +} +.border-l-purple-500\/30{ + border-left-color: rgb(85 88 139 / 0.3); +} +.border-l-purple-500\/40{ + border-left-color: rgb(85 88 139 / 0.4); +} +.border-l-purple-500\/50{ + border-left-color: rgb(85 88 139 / 0.5); +} +.border-l-purple-500\/60{ + border-left-color: rgb(85 88 139 / 0.6); +} +.border-l-purple-500\/70{ + border-left-color: rgb(85 88 139 / 0.7); +} +.border-l-purple-500\/75{ + border-left-color: rgb(85 88 139 / 0.75); +} +.border-l-purple-500\/80{ + border-left-color: rgb(85 88 139 / 0.8); +} +.border-l-purple-500\/90{ + border-left-color: rgb(85 88 139 / 0.9); +} +.border-l-purple-500\/95{ + border-left-color: rgb(85 88 139 / 0.95); +} +.border-l-purple-500\/100{ + border-left-color: rgb(85 88 139 / 1); +} +.border-l-purple-600\/0{ + border-left-color: rgb(77 79 125 / 0); +} +.border-l-purple-600\/5{ + border-left-color: rgb(77 79 125 / 0.05); +} +.border-l-purple-600\/10{ + border-left-color: rgb(77 79 125 / 0.1); +} +.border-l-purple-600\/20{ + border-left-color: rgb(77 79 125 / 0.2); +} +.border-l-purple-600\/25{ + border-left-color: rgb(77 79 125 / 0.25); +} +.border-l-purple-600\/30{ + border-left-color: rgb(77 79 125 / 0.3); +} +.border-l-purple-600\/40{ + border-left-color: rgb(77 79 125 / 0.4); +} +.border-l-purple-600\/50{ + border-left-color: rgb(77 79 125 / 0.5); +} +.border-l-purple-600\/60{ + border-left-color: rgb(77 79 125 / 0.6); +} +.border-l-purple-600\/70{ + border-left-color: rgb(77 79 125 / 0.7); +} +.border-l-purple-600\/75{ + border-left-color: rgb(77 79 125 / 0.75); +} +.border-l-purple-600\/80{ + border-left-color: rgb(77 79 125 / 0.8); +} +.border-l-purple-600\/90{ + border-left-color: rgb(77 79 125 / 0.9); +} +.border-l-purple-600\/95{ + border-left-color: rgb(77 79 125 / 0.95); +} +.border-l-purple-600\/100{ + border-left-color: rgb(77 79 125 / 1); +} +.border-l-purple-700\/0{ + border-left-color: rgb(64 66 104 / 0); +} +.border-l-purple-700\/5{ + border-left-color: rgb(64 66 104 / 0.05); +} +.border-l-purple-700\/10{ + border-left-color: rgb(64 66 104 / 0.1); +} +.border-l-purple-700\/20{ + border-left-color: rgb(64 66 104 / 0.2); +} +.border-l-purple-700\/25{ + border-left-color: rgb(64 66 104 / 0.25); +} +.border-l-purple-700\/30{ + border-left-color: rgb(64 66 104 / 0.3); +} +.border-l-purple-700\/40{ + border-left-color: rgb(64 66 104 / 0.4); +} +.border-l-purple-700\/50{ + border-left-color: rgb(64 66 104 / 0.5); +} +.border-l-purple-700\/60{ + border-left-color: rgb(64 66 104 / 0.6); +} +.border-l-purple-700\/70{ + border-left-color: rgb(64 66 104 / 0.7); +} +.border-l-purple-700\/75{ + border-left-color: rgb(64 66 104 / 0.75); +} +.border-l-purple-700\/80{ + border-left-color: rgb(64 66 104 / 0.8); +} +.border-l-purple-700\/90{ + border-left-color: rgb(64 66 104 / 0.9); +} +.border-l-purple-700\/95{ + border-left-color: rgb(64 66 104 / 0.95); +} +.border-l-purple-700\/100{ + border-left-color: rgb(64 66 104 / 1); +} +.border-l-purple-800\/0{ + border-left-color: rgb(51 53 83 / 0); +} +.border-l-purple-800\/5{ + border-left-color: rgb(51 53 83 / 0.05); +} +.border-l-purple-800\/10{ + border-left-color: rgb(51 53 83 / 0.1); +} +.border-l-purple-800\/20{ + border-left-color: rgb(51 53 83 / 0.2); +} +.border-l-purple-800\/25{ + border-left-color: rgb(51 53 83 / 0.25); +} +.border-l-purple-800\/30{ + border-left-color: rgb(51 53 83 / 0.3); +} +.border-l-purple-800\/40{ + border-left-color: rgb(51 53 83 / 0.4); +} +.border-l-purple-800\/50{ + border-left-color: rgb(51 53 83 / 0.5); +} +.border-l-purple-800\/60{ + border-left-color: rgb(51 53 83 / 0.6); +} +.border-l-purple-800\/70{ + border-left-color: rgb(51 53 83 / 0.7); +} +.border-l-purple-800\/75{ + border-left-color: rgb(51 53 83 / 0.75); +} +.border-l-purple-800\/80{ + border-left-color: rgb(51 53 83 / 0.8); +} +.border-l-purple-800\/90{ + border-left-color: rgb(51 53 83 / 0.9); +} +.border-l-purple-800\/95{ + border-left-color: rgb(51 53 83 / 0.95); +} +.border-l-purple-800\/100{ + border-left-color: rgb(51 53 83 / 1); +} +.border-l-purple-900\/0{ + border-left-color: rgb(42 43 68 / 0); +} +.border-l-purple-900\/5{ + border-left-color: rgb(42 43 68 / 0.05); +} +.border-l-purple-900\/10{ + border-left-color: rgb(42 43 68 / 0.1); +} +.border-l-purple-900\/20{ + border-left-color: rgb(42 43 68 / 0.2); +} +.border-l-purple-900\/25{ + border-left-color: rgb(42 43 68 / 0.25); +} +.border-l-purple-900\/30{ + border-left-color: rgb(42 43 68 / 0.3); +} +.border-l-purple-900\/40{ + border-left-color: rgb(42 43 68 / 0.4); +} +.border-l-purple-900\/50{ + border-left-color: rgb(42 43 68 / 0.5); +} +.border-l-purple-900\/60{ + border-left-color: rgb(42 43 68 / 0.6); +} +.border-l-purple-900\/70{ + border-left-color: rgb(42 43 68 / 0.7); +} +.border-l-purple-900\/75{ + border-left-color: rgb(42 43 68 / 0.75); +} +.border-l-purple-900\/80{ + border-left-color: rgb(42 43 68 / 0.8); +} +.border-l-purple-900\/90{ + border-left-color: rgb(42 43 68 / 0.9); +} +.border-l-purple-900\/95{ + border-left-color: rgb(42 43 68 / 0.95); +} +.border-l-purple-900\/100{ + border-left-color: rgb(42 43 68 / 1); +} +.border-l-purple\/0{ + border-left-color: rgb(85 88 139 / 0); +} +.border-l-purple\/5{ + border-left-color: rgb(85 88 139 / 0.05); +} +.border-l-purple\/10{ + border-left-color: rgb(85 88 139 / 0.1); +} +.border-l-purple\/20{ + border-left-color: rgb(85 88 139 / 0.2); +} +.border-l-purple\/25{ + border-left-color: rgb(85 88 139 / 0.25); +} +.border-l-purple\/30{ + border-left-color: rgb(85 88 139 / 0.3); +} +.border-l-purple\/40{ + border-left-color: rgb(85 88 139 / 0.4); +} +.border-l-purple\/50{ + border-left-color: rgb(85 88 139 / 0.5); +} +.border-l-purple\/60{ + border-left-color: rgb(85 88 139 / 0.6); +} +.border-l-purple\/70{ + border-left-color: rgb(85 88 139 / 0.7); +} +.border-l-purple\/75{ + border-left-color: rgb(85 88 139 / 0.75); +} +.border-l-purple\/80{ + border-left-color: rgb(85 88 139 / 0.8); +} +.border-l-purple\/90{ + border-left-color: rgb(85 88 139 / 0.9); +} +.border-l-purple\/95{ + border-left-color: rgb(85 88 139 / 0.95); +} +.border-l-purple\/100{ + border-left-color: rgb(85 88 139 / 1); +} +.border-l-fuchsia-50\/0{ + border-left-color: rgb(253 244 255 / 0); +} +.border-l-fuchsia-50\/5{ + border-left-color: rgb(253 244 255 / 0.05); +} +.border-l-fuchsia-50\/10{ + border-left-color: rgb(253 244 255 / 0.1); +} +.border-l-fuchsia-50\/20{ + border-left-color: rgb(253 244 255 / 0.2); +} +.border-l-fuchsia-50\/25{ + border-left-color: rgb(253 244 255 / 0.25); +} +.border-l-fuchsia-50\/30{ + border-left-color: rgb(253 244 255 / 0.3); +} +.border-l-fuchsia-50\/40{ + border-left-color: rgb(253 244 255 / 0.4); +} +.border-l-fuchsia-50\/50{ + border-left-color: rgb(253 244 255 / 0.5); +} +.border-l-fuchsia-50\/60{ + border-left-color: rgb(253 244 255 / 0.6); +} +.border-l-fuchsia-50\/70{ + border-left-color: rgb(253 244 255 / 0.7); +} +.border-l-fuchsia-50\/75{ + border-left-color: rgb(253 244 255 / 0.75); +} +.border-l-fuchsia-50\/80{ + border-left-color: rgb(253 244 255 / 0.8); +} +.border-l-fuchsia-50\/90{ + border-left-color: rgb(253 244 255 / 0.9); +} +.border-l-fuchsia-50\/95{ + border-left-color: rgb(253 244 255 / 0.95); +} +.border-l-fuchsia-50\/100{ + border-left-color: rgb(253 244 255 / 1); +} +.border-l-fuchsia-100\/0{ + border-left-color: rgb(250 232 255 / 0); +} +.border-l-fuchsia-100\/5{ + border-left-color: rgb(250 232 255 / 0.05); +} +.border-l-fuchsia-100\/10{ + border-left-color: rgb(250 232 255 / 0.1); +} +.border-l-fuchsia-100\/20{ + border-left-color: rgb(250 232 255 / 0.2); +} +.border-l-fuchsia-100\/25{ + border-left-color: rgb(250 232 255 / 0.25); +} +.border-l-fuchsia-100\/30{ + border-left-color: rgb(250 232 255 / 0.3); +} +.border-l-fuchsia-100\/40{ + border-left-color: rgb(250 232 255 / 0.4); +} +.border-l-fuchsia-100\/50{ + border-left-color: rgb(250 232 255 / 0.5); +} +.border-l-fuchsia-100\/60{ + border-left-color: rgb(250 232 255 / 0.6); +} +.border-l-fuchsia-100\/70{ + border-left-color: rgb(250 232 255 / 0.7); +} +.border-l-fuchsia-100\/75{ + border-left-color: rgb(250 232 255 / 0.75); +} +.border-l-fuchsia-100\/80{ + border-left-color: rgb(250 232 255 / 0.8); +} +.border-l-fuchsia-100\/90{ + border-left-color: rgb(250 232 255 / 0.9); +} +.border-l-fuchsia-100\/95{ + border-left-color: rgb(250 232 255 / 0.95); +} +.border-l-fuchsia-100\/100{ + border-left-color: rgb(250 232 255 / 1); +} +.border-l-fuchsia-200\/0{ + border-left-color: rgb(245 208 254 / 0); +} +.border-l-fuchsia-200\/5{ + border-left-color: rgb(245 208 254 / 0.05); +} +.border-l-fuchsia-200\/10{ + border-left-color: rgb(245 208 254 / 0.1); +} +.border-l-fuchsia-200\/20{ + border-left-color: rgb(245 208 254 / 0.2); +} +.border-l-fuchsia-200\/25{ + border-left-color: rgb(245 208 254 / 0.25); +} +.border-l-fuchsia-200\/30{ + border-left-color: rgb(245 208 254 / 0.3); +} +.border-l-fuchsia-200\/40{ + border-left-color: rgb(245 208 254 / 0.4); +} +.border-l-fuchsia-200\/50{ + border-left-color: rgb(245 208 254 / 0.5); +} +.border-l-fuchsia-200\/60{ + border-left-color: rgb(245 208 254 / 0.6); +} +.border-l-fuchsia-200\/70{ + border-left-color: rgb(245 208 254 / 0.7); +} +.border-l-fuchsia-200\/75{ + border-left-color: rgb(245 208 254 / 0.75); +} +.border-l-fuchsia-200\/80{ + border-left-color: rgb(245 208 254 / 0.8); +} +.border-l-fuchsia-200\/90{ + border-left-color: rgb(245 208 254 / 0.9); +} +.border-l-fuchsia-200\/95{ + border-left-color: rgb(245 208 254 / 0.95); +} +.border-l-fuchsia-200\/100{ + border-left-color: rgb(245 208 254 / 1); +} +.border-l-fuchsia-300\/0{ + border-left-color: rgb(240 171 252 / 0); +} +.border-l-fuchsia-300\/5{ + border-left-color: rgb(240 171 252 / 0.05); +} +.border-l-fuchsia-300\/10{ + border-left-color: rgb(240 171 252 / 0.1); +} +.border-l-fuchsia-300\/20{ + border-left-color: rgb(240 171 252 / 0.2); +} +.border-l-fuchsia-300\/25{ + border-left-color: rgb(240 171 252 / 0.25); +} +.border-l-fuchsia-300\/30{ + border-left-color: rgb(240 171 252 / 0.3); +} +.border-l-fuchsia-300\/40{ + border-left-color: rgb(240 171 252 / 0.4); +} +.border-l-fuchsia-300\/50{ + border-left-color: rgb(240 171 252 / 0.5); +} +.border-l-fuchsia-300\/60{ + border-left-color: rgb(240 171 252 / 0.6); +} +.border-l-fuchsia-300\/70{ + border-left-color: rgb(240 171 252 / 0.7); +} +.border-l-fuchsia-300\/75{ + border-left-color: rgb(240 171 252 / 0.75); +} +.border-l-fuchsia-300\/80{ + border-left-color: rgb(240 171 252 / 0.8); +} +.border-l-fuchsia-300\/90{ + border-left-color: rgb(240 171 252 / 0.9); +} +.border-l-fuchsia-300\/95{ + border-left-color: rgb(240 171 252 / 0.95); +} +.border-l-fuchsia-300\/100{ + border-left-color: rgb(240 171 252 / 1); +} +.border-l-fuchsia-400\/0{ + border-left-color: rgb(232 121 249 / 0); +} +.border-l-fuchsia-400\/5{ + border-left-color: rgb(232 121 249 / 0.05); +} +.border-l-fuchsia-400\/10{ + border-left-color: rgb(232 121 249 / 0.1); +} +.border-l-fuchsia-400\/20{ + border-left-color: rgb(232 121 249 / 0.2); +} +.border-l-fuchsia-400\/25{ + border-left-color: rgb(232 121 249 / 0.25); +} +.border-l-fuchsia-400\/30{ + border-left-color: rgb(232 121 249 / 0.3); +} +.border-l-fuchsia-400\/40{ + border-left-color: rgb(232 121 249 / 0.4); +} +.border-l-fuchsia-400\/50{ + border-left-color: rgb(232 121 249 / 0.5); +} +.border-l-fuchsia-400\/60{ + border-left-color: rgb(232 121 249 / 0.6); +} +.border-l-fuchsia-400\/70{ + border-left-color: rgb(232 121 249 / 0.7); +} +.border-l-fuchsia-400\/75{ + border-left-color: rgb(232 121 249 / 0.75); +} +.border-l-fuchsia-400\/80{ + border-left-color: rgb(232 121 249 / 0.8); +} +.border-l-fuchsia-400\/90{ + border-left-color: rgb(232 121 249 / 0.9); +} +.border-l-fuchsia-400\/95{ + border-left-color: rgb(232 121 249 / 0.95); +} +.border-l-fuchsia-400\/100{ + border-left-color: rgb(232 121 249 / 1); +} +.border-l-fuchsia-500\/0{ + border-left-color: rgb(217 70 239 / 0); +} +.border-l-fuchsia-500\/5{ + border-left-color: rgb(217 70 239 / 0.05); +} +.border-l-fuchsia-500\/10{ + border-left-color: rgb(217 70 239 / 0.1); +} +.border-l-fuchsia-500\/20{ + border-left-color: rgb(217 70 239 / 0.2); +} +.border-l-fuchsia-500\/25{ + border-left-color: rgb(217 70 239 / 0.25); +} +.border-l-fuchsia-500\/30{ + border-left-color: rgb(217 70 239 / 0.3); +} +.border-l-fuchsia-500\/40{ + border-left-color: rgb(217 70 239 / 0.4); +} +.border-l-fuchsia-500\/50{ + border-left-color: rgb(217 70 239 / 0.5); +} +.border-l-fuchsia-500\/60{ + border-left-color: rgb(217 70 239 / 0.6); +} +.border-l-fuchsia-500\/70{ + border-left-color: rgb(217 70 239 / 0.7); +} +.border-l-fuchsia-500\/75{ + border-left-color: rgb(217 70 239 / 0.75); +} +.border-l-fuchsia-500\/80{ + border-left-color: rgb(217 70 239 / 0.8); +} +.border-l-fuchsia-500\/90{ + border-left-color: rgb(217 70 239 / 0.9); +} +.border-l-fuchsia-500\/95{ + border-left-color: rgb(217 70 239 / 0.95); +} +.border-l-fuchsia-500\/100{ + border-left-color: rgb(217 70 239 / 1); +} +.border-l-fuchsia-600\/0{ + border-left-color: rgb(192 38 211 / 0); +} +.border-l-fuchsia-600\/5{ + border-left-color: rgb(192 38 211 / 0.05); +} +.border-l-fuchsia-600\/10{ + border-left-color: rgb(192 38 211 / 0.1); +} +.border-l-fuchsia-600\/20{ + border-left-color: rgb(192 38 211 / 0.2); +} +.border-l-fuchsia-600\/25{ + border-left-color: rgb(192 38 211 / 0.25); +} +.border-l-fuchsia-600\/30{ + border-left-color: rgb(192 38 211 / 0.3); +} +.border-l-fuchsia-600\/40{ + border-left-color: rgb(192 38 211 / 0.4); +} +.border-l-fuchsia-600\/50{ + border-left-color: rgb(192 38 211 / 0.5); +} +.border-l-fuchsia-600\/60{ + border-left-color: rgb(192 38 211 / 0.6); +} +.border-l-fuchsia-600\/70{ + border-left-color: rgb(192 38 211 / 0.7); +} +.border-l-fuchsia-600\/75{ + border-left-color: rgb(192 38 211 / 0.75); +} +.border-l-fuchsia-600\/80{ + border-left-color: rgb(192 38 211 / 0.8); +} +.border-l-fuchsia-600\/90{ + border-left-color: rgb(192 38 211 / 0.9); +} +.border-l-fuchsia-600\/95{ + border-left-color: rgb(192 38 211 / 0.95); +} +.border-l-fuchsia-600\/100{ + border-left-color: rgb(192 38 211 / 1); +} +.border-l-fuchsia-700\/0{ + border-left-color: rgb(162 28 175 / 0); +} +.border-l-fuchsia-700\/5{ + border-left-color: rgb(162 28 175 / 0.05); +} +.border-l-fuchsia-700\/10{ + border-left-color: rgb(162 28 175 / 0.1); +} +.border-l-fuchsia-700\/20{ + border-left-color: rgb(162 28 175 / 0.2); +} +.border-l-fuchsia-700\/25{ + border-left-color: rgb(162 28 175 / 0.25); +} +.border-l-fuchsia-700\/30{ + border-left-color: rgb(162 28 175 / 0.3); +} +.border-l-fuchsia-700\/40{ + border-left-color: rgb(162 28 175 / 0.4); +} +.border-l-fuchsia-700\/50{ + border-left-color: rgb(162 28 175 / 0.5); +} +.border-l-fuchsia-700\/60{ + border-left-color: rgb(162 28 175 / 0.6); +} +.border-l-fuchsia-700\/70{ + border-left-color: rgb(162 28 175 / 0.7); +} +.border-l-fuchsia-700\/75{ + border-left-color: rgb(162 28 175 / 0.75); +} +.border-l-fuchsia-700\/80{ + border-left-color: rgb(162 28 175 / 0.8); +} +.border-l-fuchsia-700\/90{ + border-left-color: rgb(162 28 175 / 0.9); +} +.border-l-fuchsia-700\/95{ + border-left-color: rgb(162 28 175 / 0.95); +} +.border-l-fuchsia-700\/100{ + border-left-color: rgb(162 28 175 / 1); +} +.border-l-fuchsia-800\/0{ + border-left-color: rgb(134 25 143 / 0); +} +.border-l-fuchsia-800\/5{ + border-left-color: rgb(134 25 143 / 0.05); +} +.border-l-fuchsia-800\/10{ + border-left-color: rgb(134 25 143 / 0.1); +} +.border-l-fuchsia-800\/20{ + border-left-color: rgb(134 25 143 / 0.2); +} +.border-l-fuchsia-800\/25{ + border-left-color: rgb(134 25 143 / 0.25); +} +.border-l-fuchsia-800\/30{ + border-left-color: rgb(134 25 143 / 0.3); +} +.border-l-fuchsia-800\/40{ + border-left-color: rgb(134 25 143 / 0.4); +} +.border-l-fuchsia-800\/50{ + border-left-color: rgb(134 25 143 / 0.5); +} +.border-l-fuchsia-800\/60{ + border-left-color: rgb(134 25 143 / 0.6); +} +.border-l-fuchsia-800\/70{ + border-left-color: rgb(134 25 143 / 0.7); +} +.border-l-fuchsia-800\/75{ + border-left-color: rgb(134 25 143 / 0.75); +} +.border-l-fuchsia-800\/80{ + border-left-color: rgb(134 25 143 / 0.8); +} +.border-l-fuchsia-800\/90{ + border-left-color: rgb(134 25 143 / 0.9); +} +.border-l-fuchsia-800\/95{ + border-left-color: rgb(134 25 143 / 0.95); +} +.border-l-fuchsia-800\/100{ + border-left-color: rgb(134 25 143 / 1); +} +.border-l-fuchsia-900\/0{ + border-left-color: rgb(112 26 117 / 0); +} +.border-l-fuchsia-900\/5{ + border-left-color: rgb(112 26 117 / 0.05); +} +.border-l-fuchsia-900\/10{ + border-left-color: rgb(112 26 117 / 0.1); +} +.border-l-fuchsia-900\/20{ + border-left-color: rgb(112 26 117 / 0.2); +} +.border-l-fuchsia-900\/25{ + border-left-color: rgb(112 26 117 / 0.25); +} +.border-l-fuchsia-900\/30{ + border-left-color: rgb(112 26 117 / 0.3); +} +.border-l-fuchsia-900\/40{ + border-left-color: rgb(112 26 117 / 0.4); +} +.border-l-fuchsia-900\/50{ + border-left-color: rgb(112 26 117 / 0.5); +} +.border-l-fuchsia-900\/60{ + border-left-color: rgb(112 26 117 / 0.6); +} +.border-l-fuchsia-900\/70{ + border-left-color: rgb(112 26 117 / 0.7); +} +.border-l-fuchsia-900\/75{ + border-left-color: rgb(112 26 117 / 0.75); +} +.border-l-fuchsia-900\/80{ + border-left-color: rgb(112 26 117 / 0.8); +} +.border-l-fuchsia-900\/90{ + border-left-color: rgb(112 26 117 / 0.9); +} +.border-l-fuchsia-900\/95{ + border-left-color: rgb(112 26 117 / 0.95); +} +.border-l-fuchsia-900\/100{ + border-left-color: rgb(112 26 117 / 1); +} +.border-l-pink-50\/0{ + border-left-color: rgb(253 242 248 / 0); +} +.border-l-pink-50\/5{ + border-left-color: rgb(253 242 248 / 0.05); +} +.border-l-pink-50\/10{ + border-left-color: rgb(253 242 248 / 0.1); +} +.border-l-pink-50\/20{ + border-left-color: rgb(253 242 248 / 0.2); +} +.border-l-pink-50\/25{ + border-left-color: rgb(253 242 248 / 0.25); +} +.border-l-pink-50\/30{ + border-left-color: rgb(253 242 248 / 0.3); +} +.border-l-pink-50\/40{ + border-left-color: rgb(253 242 248 / 0.4); +} +.border-l-pink-50\/50{ + border-left-color: rgb(253 242 248 / 0.5); +} +.border-l-pink-50\/60{ + border-left-color: rgb(253 242 248 / 0.6); +} +.border-l-pink-50\/70{ + border-left-color: rgb(253 242 248 / 0.7); +} +.border-l-pink-50\/75{ + border-left-color: rgb(253 242 248 / 0.75); +} +.border-l-pink-50\/80{ + border-left-color: rgb(253 242 248 / 0.8); +} +.border-l-pink-50\/90{ + border-left-color: rgb(253 242 248 / 0.9); +} +.border-l-pink-50\/95{ + border-left-color: rgb(253 242 248 / 0.95); +} +.border-l-pink-50\/100{ + border-left-color: rgb(253 242 248 / 1); +} +.border-l-pink-100\/0{ + border-left-color: rgb(252 232 243 / 0); +} +.border-l-pink-100\/5{ + border-left-color: rgb(252 232 243 / 0.05); +} +.border-l-pink-100\/10{ + border-left-color: rgb(252 232 243 / 0.1); +} +.border-l-pink-100\/20{ + border-left-color: rgb(252 232 243 / 0.2); +} +.border-l-pink-100\/25{ + border-left-color: rgb(252 232 243 / 0.25); +} +.border-l-pink-100\/30{ + border-left-color: rgb(252 232 243 / 0.3); +} +.border-l-pink-100\/40{ + border-left-color: rgb(252 232 243 / 0.4); +} +.border-l-pink-100\/50{ + border-left-color: rgb(252 232 243 / 0.5); +} +.border-l-pink-100\/60{ + border-left-color: rgb(252 232 243 / 0.6); +} +.border-l-pink-100\/70{ + border-left-color: rgb(252 232 243 / 0.7); +} +.border-l-pink-100\/75{ + border-left-color: rgb(252 232 243 / 0.75); +} +.border-l-pink-100\/80{ + border-left-color: rgb(252 232 243 / 0.8); +} +.border-l-pink-100\/90{ + border-left-color: rgb(252 232 243 / 0.9); +} +.border-l-pink-100\/95{ + border-left-color: rgb(252 232 243 / 0.95); +} +.border-l-pink-100\/100{ + border-left-color: rgb(252 232 243 / 1); +} +.border-l-pink-200\/0{ + border-left-color: rgb(250 209 232 / 0); +} +.border-l-pink-200\/5{ + border-left-color: rgb(250 209 232 / 0.05); +} +.border-l-pink-200\/10{ + border-left-color: rgb(250 209 232 / 0.1); +} +.border-l-pink-200\/20{ + border-left-color: rgb(250 209 232 / 0.2); +} +.border-l-pink-200\/25{ + border-left-color: rgb(250 209 232 / 0.25); +} +.border-l-pink-200\/30{ + border-left-color: rgb(250 209 232 / 0.3); +} +.border-l-pink-200\/40{ + border-left-color: rgb(250 209 232 / 0.4); +} +.border-l-pink-200\/50{ + border-left-color: rgb(250 209 232 / 0.5); +} +.border-l-pink-200\/60{ + border-left-color: rgb(250 209 232 / 0.6); +} +.border-l-pink-200\/70{ + border-left-color: rgb(250 209 232 / 0.7); +} +.border-l-pink-200\/75{ + border-left-color: rgb(250 209 232 / 0.75); +} +.border-l-pink-200\/80{ + border-left-color: rgb(250 209 232 / 0.8); +} +.border-l-pink-200\/90{ + border-left-color: rgb(250 209 232 / 0.9); +} +.border-l-pink-200\/95{ + border-left-color: rgb(250 209 232 / 0.95); +} +.border-l-pink-200\/100{ + border-left-color: rgb(250 209 232 / 1); +} +.border-l-pink-300\/0{ + border-left-color: rgb(248 180 217 / 0); +} +.border-l-pink-300\/5{ + border-left-color: rgb(248 180 217 / 0.05); +} +.border-l-pink-300\/10{ + border-left-color: rgb(248 180 217 / 0.1); +} +.border-l-pink-300\/20{ + border-left-color: rgb(248 180 217 / 0.2); +} +.border-l-pink-300\/25{ + border-left-color: rgb(248 180 217 / 0.25); +} +.border-l-pink-300\/30{ + border-left-color: rgb(248 180 217 / 0.3); +} +.border-l-pink-300\/40{ + border-left-color: rgb(248 180 217 / 0.4); +} +.border-l-pink-300\/50{ + border-left-color: rgb(248 180 217 / 0.5); +} +.border-l-pink-300\/60{ + border-left-color: rgb(248 180 217 / 0.6); +} +.border-l-pink-300\/70{ + border-left-color: rgb(248 180 217 / 0.7); +} +.border-l-pink-300\/75{ + border-left-color: rgb(248 180 217 / 0.75); +} +.border-l-pink-300\/80{ + border-left-color: rgb(248 180 217 / 0.8); +} +.border-l-pink-300\/90{ + border-left-color: rgb(248 180 217 / 0.9); +} +.border-l-pink-300\/95{ + border-left-color: rgb(248 180 217 / 0.95); +} +.border-l-pink-300\/100{ + border-left-color: rgb(248 180 217 / 1); +} +.border-l-pink-400\/0{ + border-left-color: rgb(241 126 184 / 0); +} +.border-l-pink-400\/5{ + border-left-color: rgb(241 126 184 / 0.05); +} +.border-l-pink-400\/10{ + border-left-color: rgb(241 126 184 / 0.1); +} +.border-l-pink-400\/20{ + border-left-color: rgb(241 126 184 / 0.2); +} +.border-l-pink-400\/25{ + border-left-color: rgb(241 126 184 / 0.25); +} +.border-l-pink-400\/30{ + border-left-color: rgb(241 126 184 / 0.3); +} +.border-l-pink-400\/40{ + border-left-color: rgb(241 126 184 / 0.4); +} +.border-l-pink-400\/50{ + border-left-color: rgb(241 126 184 / 0.5); +} +.border-l-pink-400\/60{ + border-left-color: rgb(241 126 184 / 0.6); +} +.border-l-pink-400\/70{ + border-left-color: rgb(241 126 184 / 0.7); +} +.border-l-pink-400\/75{ + border-left-color: rgb(241 126 184 / 0.75); +} +.border-l-pink-400\/80{ + border-left-color: rgb(241 126 184 / 0.8); +} +.border-l-pink-400\/90{ + border-left-color: rgb(241 126 184 / 0.9); +} +.border-l-pink-400\/95{ + border-left-color: rgb(241 126 184 / 0.95); +} +.border-l-pink-400\/100{ + border-left-color: rgb(241 126 184 / 1); +} +.border-l-pink-500\/0{ + border-left-color: rgb(231 70 148 / 0); +} +.border-l-pink-500\/5{ + border-left-color: rgb(231 70 148 / 0.05); +} +.border-l-pink-500\/10{ + border-left-color: rgb(231 70 148 / 0.1); +} +.border-l-pink-500\/20{ + border-left-color: rgb(231 70 148 / 0.2); +} +.border-l-pink-500\/25{ + border-left-color: rgb(231 70 148 / 0.25); +} +.border-l-pink-500\/30{ + border-left-color: rgb(231 70 148 / 0.3); +} +.border-l-pink-500\/40{ + border-left-color: rgb(231 70 148 / 0.4); +} +.border-l-pink-500\/50{ + border-left-color: rgb(231 70 148 / 0.5); +} +.border-l-pink-500\/60{ + border-left-color: rgb(231 70 148 / 0.6); +} +.border-l-pink-500\/70{ + border-left-color: rgb(231 70 148 / 0.7); +} +.border-l-pink-500\/75{ + border-left-color: rgb(231 70 148 / 0.75); +} +.border-l-pink-500\/80{ + border-left-color: rgb(231 70 148 / 0.8); +} +.border-l-pink-500\/90{ + border-left-color: rgb(231 70 148 / 0.9); +} +.border-l-pink-500\/95{ + border-left-color: rgb(231 70 148 / 0.95); +} +.border-l-pink-500\/100{ + border-left-color: rgb(231 70 148 / 1); +} +.border-l-pink-600\/0{ + border-left-color: rgb(214 31 105 / 0); +} +.border-l-pink-600\/5{ + border-left-color: rgb(214 31 105 / 0.05); +} +.border-l-pink-600\/10{ + border-left-color: rgb(214 31 105 / 0.1); +} +.border-l-pink-600\/20{ + border-left-color: rgb(214 31 105 / 0.2); +} +.border-l-pink-600\/25{ + border-left-color: rgb(214 31 105 / 0.25); +} +.border-l-pink-600\/30{ + border-left-color: rgb(214 31 105 / 0.3); +} +.border-l-pink-600\/40{ + border-left-color: rgb(214 31 105 / 0.4); +} +.border-l-pink-600\/50{ + border-left-color: rgb(214 31 105 / 0.5); +} +.border-l-pink-600\/60{ + border-left-color: rgb(214 31 105 / 0.6); +} +.border-l-pink-600\/70{ + border-left-color: rgb(214 31 105 / 0.7); +} +.border-l-pink-600\/75{ + border-left-color: rgb(214 31 105 / 0.75); +} +.border-l-pink-600\/80{ + border-left-color: rgb(214 31 105 / 0.8); +} +.border-l-pink-600\/90{ + border-left-color: rgb(214 31 105 / 0.9); +} +.border-l-pink-600\/95{ + border-left-color: rgb(214 31 105 / 0.95); +} +.border-l-pink-600\/100{ + border-left-color: rgb(214 31 105 / 1); +} +.border-l-pink-700\/0{ + border-left-color: rgb(191 18 93 / 0); +} +.border-l-pink-700\/5{ + border-left-color: rgb(191 18 93 / 0.05); +} +.border-l-pink-700\/10{ + border-left-color: rgb(191 18 93 / 0.1); +} +.border-l-pink-700\/20{ + border-left-color: rgb(191 18 93 / 0.2); +} +.border-l-pink-700\/25{ + border-left-color: rgb(191 18 93 / 0.25); +} +.border-l-pink-700\/30{ + border-left-color: rgb(191 18 93 / 0.3); +} +.border-l-pink-700\/40{ + border-left-color: rgb(191 18 93 / 0.4); +} +.border-l-pink-700\/50{ + border-left-color: rgb(191 18 93 / 0.5); +} +.border-l-pink-700\/60{ + border-left-color: rgb(191 18 93 / 0.6); +} +.border-l-pink-700\/70{ + border-left-color: rgb(191 18 93 / 0.7); +} +.border-l-pink-700\/75{ + border-left-color: rgb(191 18 93 / 0.75); +} +.border-l-pink-700\/80{ + border-left-color: rgb(191 18 93 / 0.8); +} +.border-l-pink-700\/90{ + border-left-color: rgb(191 18 93 / 0.9); +} +.border-l-pink-700\/95{ + border-left-color: rgb(191 18 93 / 0.95); +} +.border-l-pink-700\/100{ + border-left-color: rgb(191 18 93 / 1); +} +.border-l-pink-800\/0{ + border-left-color: rgb(153 21 75 / 0); +} +.border-l-pink-800\/5{ + border-left-color: rgb(153 21 75 / 0.05); +} +.border-l-pink-800\/10{ + border-left-color: rgb(153 21 75 / 0.1); +} +.border-l-pink-800\/20{ + border-left-color: rgb(153 21 75 / 0.2); +} +.border-l-pink-800\/25{ + border-left-color: rgb(153 21 75 / 0.25); +} +.border-l-pink-800\/30{ + border-left-color: rgb(153 21 75 / 0.3); +} +.border-l-pink-800\/40{ + border-left-color: rgb(153 21 75 / 0.4); +} +.border-l-pink-800\/50{ + border-left-color: rgb(153 21 75 / 0.5); +} +.border-l-pink-800\/60{ + border-left-color: rgb(153 21 75 / 0.6); +} +.border-l-pink-800\/70{ + border-left-color: rgb(153 21 75 / 0.7); +} +.border-l-pink-800\/75{ + border-left-color: rgb(153 21 75 / 0.75); +} +.border-l-pink-800\/80{ + border-left-color: rgb(153 21 75 / 0.8); +} +.border-l-pink-800\/90{ + border-left-color: rgb(153 21 75 / 0.9); +} +.border-l-pink-800\/95{ + border-left-color: rgb(153 21 75 / 0.95); +} +.border-l-pink-800\/100{ + border-left-color: rgb(153 21 75 / 1); +} +.border-l-pink-900\/0{ + border-left-color: rgb(117 26 61 / 0); +} +.border-l-pink-900\/5{ + border-left-color: rgb(117 26 61 / 0.05); +} +.border-l-pink-900\/10{ + border-left-color: rgb(117 26 61 / 0.1); +} +.border-l-pink-900\/20{ + border-left-color: rgb(117 26 61 / 0.2); +} +.border-l-pink-900\/25{ + border-left-color: rgb(117 26 61 / 0.25); +} +.border-l-pink-900\/30{ + border-left-color: rgb(117 26 61 / 0.3); +} +.border-l-pink-900\/40{ + border-left-color: rgb(117 26 61 / 0.4); +} +.border-l-pink-900\/50{ + border-left-color: rgb(117 26 61 / 0.5); +} +.border-l-pink-900\/60{ + border-left-color: rgb(117 26 61 / 0.6); +} +.border-l-pink-900\/70{ + border-left-color: rgb(117 26 61 / 0.7); +} +.border-l-pink-900\/75{ + border-left-color: rgb(117 26 61 / 0.75); +} +.border-l-pink-900\/80{ + border-left-color: rgb(117 26 61 / 0.8); +} +.border-l-pink-900\/90{ + border-left-color: rgb(117 26 61 / 0.9); +} +.border-l-pink-900\/95{ + border-left-color: rgb(117 26 61 / 0.95); +} +.border-l-pink-900\/100{ + border-left-color: rgb(117 26 61 / 1); +} +.border-l-rose-50\/0{ + border-left-color: rgb(255 241 242 / 0); +} +.border-l-rose-50\/5{ + border-left-color: rgb(255 241 242 / 0.05); +} +.border-l-rose-50\/10{ + border-left-color: rgb(255 241 242 / 0.1); +} +.border-l-rose-50\/20{ + border-left-color: rgb(255 241 242 / 0.2); +} +.border-l-rose-50\/25{ + border-left-color: rgb(255 241 242 / 0.25); +} +.border-l-rose-50\/30{ + border-left-color: rgb(255 241 242 / 0.3); +} +.border-l-rose-50\/40{ + border-left-color: rgb(255 241 242 / 0.4); +} +.border-l-rose-50\/50{ + border-left-color: rgb(255 241 242 / 0.5); +} +.border-l-rose-50\/60{ + border-left-color: rgb(255 241 242 / 0.6); +} +.border-l-rose-50\/70{ + border-left-color: rgb(255 241 242 / 0.7); +} +.border-l-rose-50\/75{ + border-left-color: rgb(255 241 242 / 0.75); +} +.border-l-rose-50\/80{ + border-left-color: rgb(255 241 242 / 0.8); +} +.border-l-rose-50\/90{ + border-left-color: rgb(255 241 242 / 0.9); +} +.border-l-rose-50\/95{ + border-left-color: rgb(255 241 242 / 0.95); +} +.border-l-rose-50\/100{ + border-left-color: rgb(255 241 242 / 1); +} +.border-l-rose-100\/0{ + border-left-color: rgb(255 228 230 / 0); +} +.border-l-rose-100\/5{ + border-left-color: rgb(255 228 230 / 0.05); +} +.border-l-rose-100\/10{ + border-left-color: rgb(255 228 230 / 0.1); +} +.border-l-rose-100\/20{ + border-left-color: rgb(255 228 230 / 0.2); +} +.border-l-rose-100\/25{ + border-left-color: rgb(255 228 230 / 0.25); +} +.border-l-rose-100\/30{ + border-left-color: rgb(255 228 230 / 0.3); +} +.border-l-rose-100\/40{ + border-left-color: rgb(255 228 230 / 0.4); +} +.border-l-rose-100\/50{ + border-left-color: rgb(255 228 230 / 0.5); +} +.border-l-rose-100\/60{ + border-left-color: rgb(255 228 230 / 0.6); +} +.border-l-rose-100\/70{ + border-left-color: rgb(255 228 230 / 0.7); +} +.border-l-rose-100\/75{ + border-left-color: rgb(255 228 230 / 0.75); +} +.border-l-rose-100\/80{ + border-left-color: rgb(255 228 230 / 0.8); +} +.border-l-rose-100\/90{ + border-left-color: rgb(255 228 230 / 0.9); +} +.border-l-rose-100\/95{ + border-left-color: rgb(255 228 230 / 0.95); +} +.border-l-rose-100\/100{ + border-left-color: rgb(255 228 230 / 1); +} +.border-l-rose-200\/0{ + border-left-color: rgb(254 205 211 / 0); +} +.border-l-rose-200\/5{ + border-left-color: rgb(254 205 211 / 0.05); +} +.border-l-rose-200\/10{ + border-left-color: rgb(254 205 211 / 0.1); +} +.border-l-rose-200\/20{ + border-left-color: rgb(254 205 211 / 0.2); +} +.border-l-rose-200\/25{ + border-left-color: rgb(254 205 211 / 0.25); +} +.border-l-rose-200\/30{ + border-left-color: rgb(254 205 211 / 0.3); +} +.border-l-rose-200\/40{ + border-left-color: rgb(254 205 211 / 0.4); +} +.border-l-rose-200\/50{ + border-left-color: rgb(254 205 211 / 0.5); +} +.border-l-rose-200\/60{ + border-left-color: rgb(254 205 211 / 0.6); +} +.border-l-rose-200\/70{ + border-left-color: rgb(254 205 211 / 0.7); +} +.border-l-rose-200\/75{ + border-left-color: rgb(254 205 211 / 0.75); +} +.border-l-rose-200\/80{ + border-left-color: rgb(254 205 211 / 0.8); +} +.border-l-rose-200\/90{ + border-left-color: rgb(254 205 211 / 0.9); +} +.border-l-rose-200\/95{ + border-left-color: rgb(254 205 211 / 0.95); +} +.border-l-rose-200\/100{ + border-left-color: rgb(254 205 211 / 1); +} +.border-l-rose-300\/0{ + border-left-color: rgb(253 164 175 / 0); +} +.border-l-rose-300\/5{ + border-left-color: rgb(253 164 175 / 0.05); +} +.border-l-rose-300\/10{ + border-left-color: rgb(253 164 175 / 0.1); +} +.border-l-rose-300\/20{ + border-left-color: rgb(253 164 175 / 0.2); +} +.border-l-rose-300\/25{ + border-left-color: rgb(253 164 175 / 0.25); +} +.border-l-rose-300\/30{ + border-left-color: rgb(253 164 175 / 0.3); +} +.border-l-rose-300\/40{ + border-left-color: rgb(253 164 175 / 0.4); +} +.border-l-rose-300\/50{ + border-left-color: rgb(253 164 175 / 0.5); +} +.border-l-rose-300\/60{ + border-left-color: rgb(253 164 175 / 0.6); +} +.border-l-rose-300\/70{ + border-left-color: rgb(253 164 175 / 0.7); +} +.border-l-rose-300\/75{ + border-left-color: rgb(253 164 175 / 0.75); +} +.border-l-rose-300\/80{ + border-left-color: rgb(253 164 175 / 0.8); +} +.border-l-rose-300\/90{ + border-left-color: rgb(253 164 175 / 0.9); +} +.border-l-rose-300\/95{ + border-left-color: rgb(253 164 175 / 0.95); +} +.border-l-rose-300\/100{ + border-left-color: rgb(253 164 175 / 1); +} +.border-l-rose-400\/0{ + border-left-color: rgb(251 113 133 / 0); +} +.border-l-rose-400\/5{ + border-left-color: rgb(251 113 133 / 0.05); +} +.border-l-rose-400\/10{ + border-left-color: rgb(251 113 133 / 0.1); +} +.border-l-rose-400\/20{ + border-left-color: rgb(251 113 133 / 0.2); +} +.border-l-rose-400\/25{ + border-left-color: rgb(251 113 133 / 0.25); +} +.border-l-rose-400\/30{ + border-left-color: rgb(251 113 133 / 0.3); +} +.border-l-rose-400\/40{ + border-left-color: rgb(251 113 133 / 0.4); +} +.border-l-rose-400\/50{ + border-left-color: rgb(251 113 133 / 0.5); +} +.border-l-rose-400\/60{ + border-left-color: rgb(251 113 133 / 0.6); +} +.border-l-rose-400\/70{ + border-left-color: rgb(251 113 133 / 0.7); +} +.border-l-rose-400\/75{ + border-left-color: rgb(251 113 133 / 0.75); +} +.border-l-rose-400\/80{ + border-left-color: rgb(251 113 133 / 0.8); +} +.border-l-rose-400\/90{ + border-left-color: rgb(251 113 133 / 0.9); +} +.border-l-rose-400\/95{ + border-left-color: rgb(251 113 133 / 0.95); +} +.border-l-rose-400\/100{ + border-left-color: rgb(251 113 133 / 1); +} +.border-l-rose-500\/0{ + border-left-color: rgb(244 63 94 / 0); +} +.border-l-rose-500\/5{ + border-left-color: rgb(244 63 94 / 0.05); +} +.border-l-rose-500\/10{ + border-left-color: rgb(244 63 94 / 0.1); +} +.border-l-rose-500\/20{ + border-left-color: rgb(244 63 94 / 0.2); +} +.border-l-rose-500\/25{ + border-left-color: rgb(244 63 94 / 0.25); +} +.border-l-rose-500\/30{ + border-left-color: rgb(244 63 94 / 0.3); +} +.border-l-rose-500\/40{ + border-left-color: rgb(244 63 94 / 0.4); +} +.border-l-rose-500\/50{ + border-left-color: rgb(244 63 94 / 0.5); +} +.border-l-rose-500\/60{ + border-left-color: rgb(244 63 94 / 0.6); +} +.border-l-rose-500\/70{ + border-left-color: rgb(244 63 94 / 0.7); +} +.border-l-rose-500\/75{ + border-left-color: rgb(244 63 94 / 0.75); +} +.border-l-rose-500\/80{ + border-left-color: rgb(244 63 94 / 0.8); +} +.border-l-rose-500\/90{ + border-left-color: rgb(244 63 94 / 0.9); +} +.border-l-rose-500\/95{ + border-left-color: rgb(244 63 94 / 0.95); +} +.border-l-rose-500\/100{ + border-left-color: rgb(244 63 94 / 1); +} +.border-l-rose-600\/0{ + border-left-color: rgb(225 29 72 / 0); +} +.border-l-rose-600\/5{ + border-left-color: rgb(225 29 72 / 0.05); +} +.border-l-rose-600\/10{ + border-left-color: rgb(225 29 72 / 0.1); +} +.border-l-rose-600\/20{ + border-left-color: rgb(225 29 72 / 0.2); +} +.border-l-rose-600\/25{ + border-left-color: rgb(225 29 72 / 0.25); +} +.border-l-rose-600\/30{ + border-left-color: rgb(225 29 72 / 0.3); +} +.border-l-rose-600\/40{ + border-left-color: rgb(225 29 72 / 0.4); +} +.border-l-rose-600\/50{ + border-left-color: rgb(225 29 72 / 0.5); +} +.border-l-rose-600\/60{ + border-left-color: rgb(225 29 72 / 0.6); +} +.border-l-rose-600\/70{ + border-left-color: rgb(225 29 72 / 0.7); +} +.border-l-rose-600\/75{ + border-left-color: rgb(225 29 72 / 0.75); +} +.border-l-rose-600\/80{ + border-left-color: rgb(225 29 72 / 0.8); +} +.border-l-rose-600\/90{ + border-left-color: rgb(225 29 72 / 0.9); +} +.border-l-rose-600\/95{ + border-left-color: rgb(225 29 72 / 0.95); +} +.border-l-rose-600\/100{ + border-left-color: rgb(225 29 72 / 1); +} +.border-l-rose-700\/0{ + border-left-color: rgb(190 18 60 / 0); +} +.border-l-rose-700\/5{ + border-left-color: rgb(190 18 60 / 0.05); +} +.border-l-rose-700\/10{ + border-left-color: rgb(190 18 60 / 0.1); +} +.border-l-rose-700\/20{ + border-left-color: rgb(190 18 60 / 0.2); +} +.border-l-rose-700\/25{ + border-left-color: rgb(190 18 60 / 0.25); +} +.border-l-rose-700\/30{ + border-left-color: rgb(190 18 60 / 0.3); +} +.border-l-rose-700\/40{ + border-left-color: rgb(190 18 60 / 0.4); +} +.border-l-rose-700\/50{ + border-left-color: rgb(190 18 60 / 0.5); +} +.border-l-rose-700\/60{ + border-left-color: rgb(190 18 60 / 0.6); +} +.border-l-rose-700\/70{ + border-left-color: rgb(190 18 60 / 0.7); +} +.border-l-rose-700\/75{ + border-left-color: rgb(190 18 60 / 0.75); +} +.border-l-rose-700\/80{ + border-left-color: rgb(190 18 60 / 0.8); +} +.border-l-rose-700\/90{ + border-left-color: rgb(190 18 60 / 0.9); +} +.border-l-rose-700\/95{ + border-left-color: rgb(190 18 60 / 0.95); +} +.border-l-rose-700\/100{ + border-left-color: rgb(190 18 60 / 1); +} +.border-l-rose-800\/0{ + border-left-color: rgb(159 18 57 / 0); +} +.border-l-rose-800\/5{ + border-left-color: rgb(159 18 57 / 0.05); +} +.border-l-rose-800\/10{ + border-left-color: rgb(159 18 57 / 0.1); +} +.border-l-rose-800\/20{ + border-left-color: rgb(159 18 57 / 0.2); +} +.border-l-rose-800\/25{ + border-left-color: rgb(159 18 57 / 0.25); +} +.border-l-rose-800\/30{ + border-left-color: rgb(159 18 57 / 0.3); +} +.border-l-rose-800\/40{ + border-left-color: rgb(159 18 57 / 0.4); +} +.border-l-rose-800\/50{ + border-left-color: rgb(159 18 57 / 0.5); +} +.border-l-rose-800\/60{ + border-left-color: rgb(159 18 57 / 0.6); +} +.border-l-rose-800\/70{ + border-left-color: rgb(159 18 57 / 0.7); +} +.border-l-rose-800\/75{ + border-left-color: rgb(159 18 57 / 0.75); +} +.border-l-rose-800\/80{ + border-left-color: rgb(159 18 57 / 0.8); +} +.border-l-rose-800\/90{ + border-left-color: rgb(159 18 57 / 0.9); +} +.border-l-rose-800\/95{ + border-left-color: rgb(159 18 57 / 0.95); +} +.border-l-rose-800\/100{ + border-left-color: rgb(159 18 57 / 1); +} +.border-l-rose-900\/0{ + border-left-color: rgb(136 19 55 / 0); +} +.border-l-rose-900\/5{ + border-left-color: rgb(136 19 55 / 0.05); +} +.border-l-rose-900\/10{ + border-left-color: rgb(136 19 55 / 0.1); +} +.border-l-rose-900\/20{ + border-left-color: rgb(136 19 55 / 0.2); +} +.border-l-rose-900\/25{ + border-left-color: rgb(136 19 55 / 0.25); +} +.border-l-rose-900\/30{ + border-left-color: rgb(136 19 55 / 0.3); +} +.border-l-rose-900\/40{ + border-left-color: rgb(136 19 55 / 0.4); +} +.border-l-rose-900\/50{ + border-left-color: rgb(136 19 55 / 0.5); +} +.border-l-rose-900\/60{ + border-left-color: rgb(136 19 55 / 0.6); +} +.border-l-rose-900\/70{ + border-left-color: rgb(136 19 55 / 0.7); +} +.border-l-rose-900\/75{ + border-left-color: rgb(136 19 55 / 0.75); +} +.border-l-rose-900\/80{ + border-left-color: rgb(136 19 55 / 0.8); +} +.border-l-rose-900\/90{ + border-left-color: rgb(136 19 55 / 0.9); +} +.border-l-rose-900\/95{ + border-left-color: rgb(136 19 55 / 0.95); +} +.border-l-rose-900\/100{ + border-left-color: rgb(136 19 55 / 1); +} +.border-l-rose\/0{ + border-left-color: rgb(244 63 94 / 0); +} +.border-l-rose\/5{ + border-left-color: rgb(244 63 94 / 0.05); +} +.border-l-rose\/10{ + border-left-color: rgb(244 63 94 / 0.1); +} +.border-l-rose\/20{ + border-left-color: rgb(244 63 94 / 0.2); +} +.border-l-rose\/25{ + border-left-color: rgb(244 63 94 / 0.25); +} +.border-l-rose\/30{ + border-left-color: rgb(244 63 94 / 0.3); +} +.border-l-rose\/40{ + border-left-color: rgb(244 63 94 / 0.4); +} +.border-l-rose\/50{ + border-left-color: rgb(244 63 94 / 0.5); +} +.border-l-rose\/60{ + border-left-color: rgb(244 63 94 / 0.6); +} +.border-l-rose\/70{ + border-left-color: rgb(244 63 94 / 0.7); +} +.border-l-rose\/75{ + border-left-color: rgb(244 63 94 / 0.75); +} +.border-l-rose\/80{ + border-left-color: rgb(244 63 94 / 0.8); +} +.border-l-rose\/90{ + border-left-color: rgb(244 63 94 / 0.9); +} +.border-l-rose\/95{ + border-left-color: rgb(244 63 94 / 0.95); +} +.border-l-rose\/100{ + border-left-color: rgb(244 63 94 / 1); +} +.border-l-lilac-100\/0{ + border-left-color: rgb(245 247 250 / 0); +} +.border-l-lilac-100\/5{ + border-left-color: rgb(245 247 250 / 0.05); +} +.border-l-lilac-100\/10{ + border-left-color: rgb(245 247 250 / 0.1); +} +.border-l-lilac-100\/20{ + border-left-color: rgb(245 247 250 / 0.2); +} +.border-l-lilac-100\/25{ + border-left-color: rgb(245 247 250 / 0.25); +} +.border-l-lilac-100\/30{ + border-left-color: rgb(245 247 250 / 0.3); +} +.border-l-lilac-100\/40{ + border-left-color: rgb(245 247 250 / 0.4); +} +.border-l-lilac-100\/50{ + border-left-color: rgb(245 247 250 / 0.5); +} +.border-l-lilac-100\/60{ + border-left-color: rgb(245 247 250 / 0.6); +} +.border-l-lilac-100\/70{ + border-left-color: rgb(245 247 250 / 0.7); +} +.border-l-lilac-100\/75{ + border-left-color: rgb(245 247 250 / 0.75); +} +.border-l-lilac-100\/80{ + border-left-color: rgb(245 247 250 / 0.8); +} +.border-l-lilac-100\/90{ + border-left-color: rgb(245 247 250 / 0.9); +} +.border-l-lilac-100\/95{ + border-left-color: rgb(245 247 250 / 0.95); +} +.border-l-lilac-100\/100{ + border-left-color: rgb(245 247 250 / 1); +} +.border-l-lilac-300\/0{ + border-left-color: rgb(237 240 252 / 0); +} +.border-l-lilac-300\/5{ + border-left-color: rgb(237 240 252 / 0.05); +} +.border-l-lilac-300\/10{ + border-left-color: rgb(237 240 252 / 0.1); +} +.border-l-lilac-300\/20{ + border-left-color: rgb(237 240 252 / 0.2); +} +.border-l-lilac-300\/25{ + border-left-color: rgb(237 240 252 / 0.25); +} +.border-l-lilac-300\/30{ + border-left-color: rgb(237 240 252 / 0.3); +} +.border-l-lilac-300\/40{ + border-left-color: rgb(237 240 252 / 0.4); +} +.border-l-lilac-300\/50{ + border-left-color: rgb(237 240 252 / 0.5); +} +.border-l-lilac-300\/60{ + border-left-color: rgb(237 240 252 / 0.6); +} +.border-l-lilac-300\/70{ + border-left-color: rgb(237 240 252 / 0.7); +} +.border-l-lilac-300\/75{ + border-left-color: rgb(237 240 252 / 0.75); +} +.border-l-lilac-300\/80{ + border-left-color: rgb(237 240 252 / 0.8); +} +.border-l-lilac-300\/90{ + border-left-color: rgb(237 240 252 / 0.9); +} +.border-l-lilac-300\/95{ + border-left-color: rgb(237 240 252 / 0.95); +} +.border-l-lilac-300\/100{ + border-left-color: rgb(237 240 252 / 1); +} +.border-l-lilac-900\/0{ + border-left-color: rgb(220 226 249 / 0); +} +.border-l-lilac-900\/5{ + border-left-color: rgb(220 226 249 / 0.05); +} +.border-l-lilac-900\/10{ + border-left-color: rgb(220 226 249 / 0.1); +} +.border-l-lilac-900\/20{ + border-left-color: rgb(220 226 249 / 0.2); +} +.border-l-lilac-900\/25{ + border-left-color: rgb(220 226 249 / 0.25); +} +.border-l-lilac-900\/30{ + border-left-color: rgb(220 226 249 / 0.3); +} +.border-l-lilac-900\/40{ + border-left-color: rgb(220 226 249 / 0.4); +} +.border-l-lilac-900\/50{ + border-left-color: rgb(220 226 249 / 0.5); +} +.border-l-lilac-900\/60{ + border-left-color: rgb(220 226 249 / 0.6); +} +.border-l-lilac-900\/70{ + border-left-color: rgb(220 226 249 / 0.7); +} +.border-l-lilac-900\/75{ + border-left-color: rgb(220 226 249 / 0.75); +} +.border-l-lilac-900\/80{ + border-left-color: rgb(220 226 249 / 0.8); +} +.border-l-lilac-900\/90{ + border-left-color: rgb(220 226 249 / 0.9); +} +.border-l-lilac-900\/95{ + border-left-color: rgb(220 226 249 / 0.95); +} +.border-l-lilac-900\/100{ + border-left-color: rgb(220 226 249 / 1); +} +.border-l-lilac\/0{ + border-left-color: rgb(248 249 254 / 0); +} +.border-l-lilac\/5{ + border-left-color: rgb(248 249 254 / 0.05); +} +.border-l-lilac\/10{ + border-left-color: rgb(248 249 254 / 0.1); +} +.border-l-lilac\/20{ + border-left-color: rgb(248 249 254 / 0.2); +} +.border-l-lilac\/25{ + border-left-color: rgb(248 249 254 / 0.25); +} +.border-l-lilac\/30{ + border-left-color: rgb(248 249 254 / 0.3); +} +.border-l-lilac\/40{ + border-left-color: rgb(248 249 254 / 0.4); +} +.border-l-lilac\/50{ + border-left-color: rgb(248 249 254 / 0.5); +} +.border-l-lilac\/60{ + border-left-color: rgb(248 249 254 / 0.6); +} +.border-l-lilac\/70{ + border-left-color: rgb(248 249 254 / 0.7); +} +.border-l-lilac\/75{ + border-left-color: rgb(248 249 254 / 0.75); +} +.border-l-lilac\/80{ + border-left-color: rgb(248 249 254 / 0.8); +} +.border-l-lilac\/90{ + border-left-color: rgb(248 249 254 / 0.9); +} +.border-l-lilac\/95{ + border-left-color: rgb(248 249 254 / 0.95); +} +.border-l-lilac\/100{ + border-left-color: rgb(248 249 254 / 1); +} +.border-l-golden-900\/0{ + border-left-color: rgb(191 184 130 / 0); +} +.border-l-golden-900\/5{ + border-left-color: rgb(191 184 130 / 0.05); +} +.border-l-golden-900\/10{ + border-left-color: rgb(191 184 130 / 0.1); +} +.border-l-golden-900\/20{ + border-left-color: rgb(191 184 130 / 0.2); +} +.border-l-golden-900\/25{ + border-left-color: rgb(191 184 130 / 0.25); +} +.border-l-golden-900\/30{ + border-left-color: rgb(191 184 130 / 0.3); +} +.border-l-golden-900\/40{ + border-left-color: rgb(191 184 130 / 0.4); +} +.border-l-golden-900\/50{ + border-left-color: rgb(191 184 130 / 0.5); +} +.border-l-golden-900\/60{ + border-left-color: rgb(191 184 130 / 0.6); +} +.border-l-golden-900\/70{ + border-left-color: rgb(191 184 130 / 0.7); +} +.border-l-golden-900\/75{ + border-left-color: rgb(191 184 130 / 0.75); +} +.border-l-golden-900\/80{ + border-left-color: rgb(191 184 130 / 0.8); +} +.border-l-golden-900\/90{ + border-left-color: rgb(191 184 130 / 0.9); +} +.border-l-golden-900\/95{ + border-left-color: rgb(191 184 130 / 0.95); +} +.border-l-golden-900\/100{ + border-left-color: rgb(191 184 130 / 1); +} +.border-l-golden\/0{ + border-left-color: rgb(209 201 137 / 0); +} +.border-l-golden\/5{ + border-left-color: rgb(209 201 137 / 0.05); +} +.border-l-golden\/10{ + border-left-color: rgb(209 201 137 / 0.1); +} +.border-l-golden\/20{ + border-left-color: rgb(209 201 137 / 0.2); +} +.border-l-golden\/25{ + border-left-color: rgb(209 201 137 / 0.25); +} +.border-l-golden\/30{ + border-left-color: rgb(209 201 137 / 0.3); +} +.border-l-golden\/40{ + border-left-color: rgb(209 201 137 / 0.4); +} +.border-l-golden\/50{ + border-left-color: rgb(209 201 137 / 0.5); +} +.border-l-golden\/60{ + border-left-color: rgb(209 201 137 / 0.6); +} +.border-l-golden\/70{ + border-left-color: rgb(209 201 137 / 0.7); +} +.border-l-golden\/75{ + border-left-color: rgb(209 201 137 / 0.75); +} +.border-l-golden\/80{ + border-left-color: rgb(209 201 137 / 0.8); +} +.border-l-golden\/90{ + border-left-color: rgb(209 201 137 / 0.9); +} +.border-l-golden\/95{ + border-left-color: rgb(209 201 137 / 0.95); +} +.border-l-golden\/100{ + border-left-color: rgb(209 201 137 / 1); +} +.border-l-status-success\/0{ + border-left-color: rgb(241 246 238 / 0); +} +.border-l-status-success\/5{ + border-left-color: rgb(241 246 238 / 0.05); +} +.border-l-status-success\/10{ + border-left-color: rgb(241 246 238 / 0.1); +} +.border-l-status-success\/20{ + border-left-color: rgb(241 246 238 / 0.2); +} +.border-l-status-success\/25{ + border-left-color: rgb(241 246 238 / 0.25); +} +.border-l-status-success\/30{ + border-left-color: rgb(241 246 238 / 0.3); +} +.border-l-status-success\/40{ + border-left-color: rgb(241 246 238 / 0.4); +} +.border-l-status-success\/50{ + border-left-color: rgb(241 246 238 / 0.5); +} +.border-l-status-success\/60{ + border-left-color: rgb(241 246 238 / 0.6); +} +.border-l-status-success\/70{ + border-left-color: rgb(241 246 238 / 0.7); +} +.border-l-status-success\/75{ + border-left-color: rgb(241 246 238 / 0.75); +} +.border-l-status-success\/80{ + border-left-color: rgb(241 246 238 / 0.8); +} +.border-l-status-success\/90{ + border-left-color: rgb(241 246 238 / 0.9); +} +.border-l-status-success\/95{ + border-left-color: rgb(241 246 238 / 0.95); +} +.border-l-status-success\/100{ + border-left-color: rgb(241 246 238 / 1); +} +.border-l-status-danger\/0{ + border-left-color: rgb(250 230 230 / 0); +} +.border-l-status-danger\/5{ + border-left-color: rgb(250 230 230 / 0.05); +} +.border-l-status-danger\/10{ + border-left-color: rgb(250 230 230 / 0.1); +} +.border-l-status-danger\/20{ + border-left-color: rgb(250 230 230 / 0.2); +} +.border-l-status-danger\/25{ + border-left-color: rgb(250 230 230 / 0.25); +} +.border-l-status-danger\/30{ + border-left-color: rgb(250 230 230 / 0.3); +} +.border-l-status-danger\/40{ + border-left-color: rgb(250 230 230 / 0.4); +} +.border-l-status-danger\/50{ + border-left-color: rgb(250 230 230 / 0.5); +} +.border-l-status-danger\/60{ + border-left-color: rgb(250 230 230 / 0.6); +} +.border-l-status-danger\/70{ + border-left-color: rgb(250 230 230 / 0.7); +} +.border-l-status-danger\/75{ + border-left-color: rgb(250 230 230 / 0.75); +} +.border-l-status-danger\/80{ + border-left-color: rgb(250 230 230 / 0.8); +} +.border-l-status-danger\/90{ + border-left-color: rgb(250 230 230 / 0.9); +} +.border-l-status-danger\/95{ + border-left-color: rgb(250 230 230 / 0.95); +} +.border-l-status-danger\/100{ + border-left-color: rgb(250 230 230 / 1); +} +.border-l-status-sent\/0{ + border-left-color: rgb(254 245 231 / 0); +} +.border-l-status-sent\/5{ + border-left-color: rgb(254 245 231 / 0.05); +} +.border-l-status-sent\/10{ + border-left-color: rgb(254 245 231 / 0.1); +} +.border-l-status-sent\/20{ + border-left-color: rgb(254 245 231 / 0.2); +} +.border-l-status-sent\/25{ + border-left-color: rgb(254 245 231 / 0.25); +} +.border-l-status-sent\/30{ + border-left-color: rgb(254 245 231 / 0.3); +} +.border-l-status-sent\/40{ + border-left-color: rgb(254 245 231 / 0.4); +} +.border-l-status-sent\/50{ + border-left-color: rgb(254 245 231 / 0.5); +} +.border-l-status-sent\/60{ + border-left-color: rgb(254 245 231 / 0.6); +} +.border-l-status-sent\/70{ + border-left-color: rgb(254 245 231 / 0.7); +} +.border-l-status-sent\/75{ + border-left-color: rgb(254 245 231 / 0.75); +} +.border-l-status-sent\/80{ + border-left-color: rgb(254 245 231 / 0.8); +} +.border-l-status-sent\/90{ + border-left-color: rgb(254 245 231 / 0.9); +} +.border-l-status-sent\/95{ + border-left-color: rgb(254 245 231 / 0.95); +} +.border-l-status-sent\/100{ + border-left-color: rgb(254 245 231 / 1); +} +.border-l-status-viewed\/0{ + border-left-color: rgb(238 238 243 / 0); +} +.border-l-status-viewed\/5{ + border-left-color: rgb(238 238 243 / 0.05); +} +.border-l-status-viewed\/10{ + border-left-color: rgb(238 238 243 / 0.1); +} +.border-l-status-viewed\/20{ + border-left-color: rgb(238 238 243 / 0.2); +} +.border-l-status-viewed\/25{ + border-left-color: rgb(238 238 243 / 0.25); +} +.border-l-status-viewed\/30{ + border-left-color: rgb(238 238 243 / 0.3); +} +.border-l-status-viewed\/40{ + border-left-color: rgb(238 238 243 / 0.4); +} +.border-l-status-viewed\/50{ + border-left-color: rgb(238 238 243 / 0.5); +} +.border-l-status-viewed\/60{ + border-left-color: rgb(238 238 243 / 0.6); +} +.border-l-status-viewed\/70{ + border-left-color: rgb(238 238 243 / 0.7); +} +.border-l-status-viewed\/75{ + border-left-color: rgb(238 238 243 / 0.75); +} +.border-l-status-viewed\/80{ + border-left-color: rgb(238 238 243 / 0.8); +} +.border-l-status-viewed\/90{ + border-left-color: rgb(238 238 243 / 0.9); +} +.border-l-status-viewed\/95{ + border-left-color: rgb(238 238 243 / 0.95); +} +.border-l-status-viewed\/100{ + border-left-color: rgb(238 238 243 / 1); +} +.border-l-status-draft\/0{ + border-left-color: rgb(236 236 236 / 0); +} +.border-l-status-draft\/5{ + border-left-color: rgb(236 236 236 / 0.05); +} +.border-l-status-draft\/10{ + border-left-color: rgb(236 236 236 / 0.1); +} +.border-l-status-draft\/20{ + border-left-color: rgb(236 236 236 / 0.2); +} +.border-l-status-draft\/25{ + border-left-color: rgb(236 236 236 / 0.25); +} +.border-l-status-draft\/30{ + border-left-color: rgb(236 236 236 / 0.3); +} +.border-l-status-draft\/40{ + border-left-color: rgb(236 236 236 / 0.4); +} +.border-l-status-draft\/50{ + border-left-color: rgb(236 236 236 / 0.5); +} +.border-l-status-draft\/60{ + border-left-color: rgb(236 236 236 / 0.6); +} +.border-l-status-draft\/70{ + border-left-color: rgb(236 236 236 / 0.7); +} +.border-l-status-draft\/75{ + border-left-color: rgb(236 236 236 / 0.75); +} +.border-l-status-draft\/80{ + border-left-color: rgb(236 236 236 / 0.8); +} +.border-l-status-draft\/90{ + border-left-color: rgb(236 236 236 / 0.9); +} +.border-l-status-draft\/95{ + border-left-color: rgb(236 236 236 / 0.95); +} +.border-l-status-draft\/100{ + border-left-color: rgb(236 236 236 / 1); +} +.border-l-status-partial\/0{ + border-left-color: rgb(230 241 246 / 0); +} +.border-l-status-partial\/5{ + border-left-color: rgb(230 241 246 / 0.05); +} +.border-l-status-partial\/10{ + border-left-color: rgb(230 241 246 / 0.1); +} +.border-l-status-partial\/20{ + border-left-color: rgb(230 241 246 / 0.2); +} +.border-l-status-partial\/25{ + border-left-color: rgb(230 241 246 / 0.25); +} +.border-l-status-partial\/30{ + border-left-color: rgb(230 241 246 / 0.3); +} +.border-l-status-partial\/40{ + border-left-color: rgb(230 241 246 / 0.4); +} +.border-l-status-partial\/50{ + border-left-color: rgb(230 241 246 / 0.5); +} +.border-l-status-partial\/60{ + border-left-color: rgb(230 241 246 / 0.6); +} +.border-l-status-partial\/70{ + border-left-color: rgb(230 241 246 / 0.7); +} +.border-l-status-partial\/75{ + border-left-color: rgb(230 241 246 / 0.75); +} +.border-l-status-partial\/80{ + border-left-color: rgb(230 241 246 / 0.8); +} +.border-l-status-partial\/90{ + border-left-color: rgb(230 241 246 / 0.9); +} +.border-l-status-partial\/95{ + border-left-color: rgb(230 241 246 / 0.95); +} +.border-l-status-partial\/100{ + border-left-color: rgb(230 241 246 / 1); +} +.border-l-status-canceled\/0{ + border-left-color: rgb(40 40 40 / 0); +} +.border-l-status-canceled\/5{ + border-left-color: rgb(40 40 40 / 0.05); +} +.border-l-status-canceled\/10{ + border-left-color: rgb(40 40 40 / 0.1); +} +.border-l-status-canceled\/20{ + border-left-color: rgb(40 40 40 / 0.2); +} +.border-l-status-canceled\/25{ + border-left-color: rgb(40 40 40 / 0.25); +} +.border-l-status-canceled\/30{ + border-left-color: rgb(40 40 40 / 0.3); +} +.border-l-status-canceled\/40{ + border-left-color: rgb(40 40 40 / 0.4); +} +.border-l-status-canceled\/50{ + border-left-color: rgb(40 40 40 / 0.5); +} +.border-l-status-canceled\/60{ + border-left-color: rgb(40 40 40 / 0.6); +} +.border-l-status-canceled\/70{ + border-left-color: rgb(40 40 40 / 0.7); +} +.border-l-status-canceled\/75{ + border-left-color: rgb(40 40 40 / 0.75); +} +.border-l-status-canceled\/80{ + border-left-color: rgb(40 40 40 / 0.8); +} +.border-l-status-canceled\/90{ + border-left-color: rgb(40 40 40 / 0.9); +} +.border-l-status-canceled\/95{ + border-left-color: rgb(40 40 40 / 0.95); +} +.border-l-status-canceled\/100{ + border-left-color: rgb(40 40 40 / 1); +} +.border-l-status-warning\/0{ + border-left-color: rgb(254 245 231 / 0); +} +.border-l-status-warning\/5{ + border-left-color: rgb(254 245 231 / 0.05); +} +.border-l-status-warning\/10{ + border-left-color: rgb(254 245 231 / 0.1); +} +.border-l-status-warning\/20{ + border-left-color: rgb(254 245 231 / 0.2); +} +.border-l-status-warning\/25{ + border-left-color: rgb(254 245 231 / 0.25); +} +.border-l-status-warning\/30{ + border-left-color: rgb(254 245 231 / 0.3); +} +.border-l-status-warning\/40{ + border-left-color: rgb(254 245 231 / 0.4); +} +.border-l-status-warning\/50{ + border-left-color: rgb(254 245 231 / 0.5); +} +.border-l-status-warning\/60{ + border-left-color: rgb(254 245 231 / 0.6); +} +.border-l-status-warning\/70{ + border-left-color: rgb(254 245 231 / 0.7); +} +.border-l-status-warning\/75{ + border-left-color: rgb(254 245 231 / 0.75); +} +.border-l-status-warning\/80{ + border-left-color: rgb(254 245 231 / 0.8); +} +.border-l-status-warning\/90{ + border-left-color: rgb(254 245 231 / 0.9); +} +.border-l-status-warning\/95{ + border-left-color: rgb(254 245 231 / 0.95); +} +.border-l-status-warning\/100{ + border-left-color: rgb(254 245 231 / 1); +} +.border-l-text-status-success\/0{ + border-left-color: rgb(99 145 74 / 0); +} +.border-l-text-status-success\/5{ + border-left-color: rgb(99 145 74 / 0.05); +} +.border-l-text-status-success\/10{ + border-left-color: rgb(99 145 74 / 0.1); +} +.border-l-text-status-success\/20{ + border-left-color: rgb(99 145 74 / 0.2); +} +.border-l-text-status-success\/25{ + border-left-color: rgb(99 145 74 / 0.25); +} +.border-l-text-status-success\/30{ + border-left-color: rgb(99 145 74 / 0.3); +} +.border-l-text-status-success\/40{ + border-left-color: rgb(99 145 74 / 0.4); +} +.border-l-text-status-success\/50{ + border-left-color: rgb(99 145 74 / 0.5); +} +.border-l-text-status-success\/60{ + border-left-color: rgb(99 145 74 / 0.6); +} +.border-l-text-status-success\/70{ + border-left-color: rgb(99 145 74 / 0.7); +} +.border-l-text-status-success\/75{ + border-left-color: rgb(99 145 74 / 0.75); +} +.border-l-text-status-success\/80{ + border-left-color: rgb(99 145 74 / 0.8); +} +.border-l-text-status-success\/90{ + border-left-color: rgb(99 145 74 / 0.9); +} +.border-l-text-status-success\/95{ + border-left-color: rgb(99 145 74 / 0.95); +} +.border-l-text-status-success\/100{ + border-left-color: rgb(99 145 74 / 1); +} +.border-l-text-status-danger\/0{ + border-left-color: rgb(184 0 0 / 0); +} +.border-l-text-status-danger\/5{ + border-left-color: rgb(184 0 0 / 0.05); +} +.border-l-text-status-danger\/10{ + border-left-color: rgb(184 0 0 / 0.1); +} +.border-l-text-status-danger\/20{ + border-left-color: rgb(184 0 0 / 0.2); +} +.border-l-text-status-danger\/25{ + border-left-color: rgb(184 0 0 / 0.25); +} +.border-l-text-status-danger\/30{ + border-left-color: rgb(184 0 0 / 0.3); +} +.border-l-text-status-danger\/40{ + border-left-color: rgb(184 0 0 / 0.4); +} +.border-l-text-status-danger\/50{ + border-left-color: rgb(184 0 0 / 0.5); +} +.border-l-text-status-danger\/60{ + border-left-color: rgb(184 0 0 / 0.6); +} +.border-l-text-status-danger\/70{ + border-left-color: rgb(184 0 0 / 0.7); +} +.border-l-text-status-danger\/75{ + border-left-color: rgb(184 0 0 / 0.75); +} +.border-l-text-status-danger\/80{ + border-left-color: rgb(184 0 0 / 0.8); +} +.border-l-text-status-danger\/90{ + border-left-color: rgb(184 0 0 / 0.9); +} +.border-l-text-status-danger\/95{ + border-left-color: rgb(184 0 0 / 0.95); +} +.border-l-text-status-danger\/100{ + border-left-color: rgb(184 0 0 / 1); +} +.border-l-text-status-sent\/0{ + border-left-color: rgb(221 142 10 / 0); +} +.border-l-text-status-sent\/5{ + border-left-color: rgb(221 142 10 / 0.05); +} +.border-l-text-status-sent\/10{ + border-left-color: rgb(221 142 10 / 0.1); +} +.border-l-text-status-sent\/20{ + border-left-color: rgb(221 142 10 / 0.2); +} +.border-l-text-status-sent\/25{ + border-left-color: rgb(221 142 10 / 0.25); +} +.border-l-text-status-sent\/30{ + border-left-color: rgb(221 142 10 / 0.3); +} +.border-l-text-status-sent\/40{ + border-left-color: rgb(221 142 10 / 0.4); +} +.border-l-text-status-sent\/50{ + border-left-color: rgb(221 142 10 / 0.5); +} +.border-l-text-status-sent\/60{ + border-left-color: rgb(221 142 10 / 0.6); +} +.border-l-text-status-sent\/70{ + border-left-color: rgb(221 142 10 / 0.7); +} +.border-l-text-status-sent\/75{ + border-left-color: rgb(221 142 10 / 0.75); +} +.border-l-text-status-sent\/80{ + border-left-color: rgb(221 142 10 / 0.8); +} +.border-l-text-status-sent\/90{ + border-left-color: rgb(221 142 10 / 0.9); +} +.border-l-text-status-sent\/95{ + border-left-color: rgb(221 142 10 / 0.95); +} +.border-l-text-status-sent\/100{ + border-left-color: rgb(221 142 10 / 1); +} +.border-l-text-status-viewed\/0{ + border-left-color: rgb(77 79 125 / 0); +} +.border-l-text-status-viewed\/5{ + border-left-color: rgb(77 79 125 / 0.05); +} +.border-l-text-status-viewed\/10{ + border-left-color: rgb(77 79 125 / 0.1); +} +.border-l-text-status-viewed\/20{ + border-left-color: rgb(77 79 125 / 0.2); +} +.border-l-text-status-viewed\/25{ + border-left-color: rgb(77 79 125 / 0.25); +} +.border-l-text-status-viewed\/30{ + border-left-color: rgb(77 79 125 / 0.3); +} +.border-l-text-status-viewed\/40{ + border-left-color: rgb(77 79 125 / 0.4); +} +.border-l-text-status-viewed\/50{ + border-left-color: rgb(77 79 125 / 0.5); +} +.border-l-text-status-viewed\/60{ + border-left-color: rgb(77 79 125 / 0.6); +} +.border-l-text-status-viewed\/70{ + border-left-color: rgb(77 79 125 / 0.7); +} +.border-l-text-status-viewed\/75{ + border-left-color: rgb(77 79 125 / 0.75); +} +.border-l-text-status-viewed\/80{ + border-left-color: rgb(77 79 125 / 0.8); +} +.border-l-text-status-viewed\/90{ + border-left-color: rgb(77 79 125 / 0.9); +} +.border-l-text-status-viewed\/95{ + border-left-color: rgb(77 79 125 / 0.95); +} +.border-l-text-status-viewed\/100{ + border-left-color: rgb(77 79 125 / 1); +} +.border-l-text-status-draft\/0{ + border-left-color: rgb(59 59 59 / 0); +} +.border-l-text-status-draft\/5{ + border-left-color: rgb(59 59 59 / 0.05); +} +.border-l-text-status-draft\/10{ + border-left-color: rgb(59 59 59 / 0.1); +} +.border-l-text-status-draft\/20{ + border-left-color: rgb(59 59 59 / 0.2); +} +.border-l-text-status-draft\/25{ + border-left-color: rgb(59 59 59 / 0.25); +} +.border-l-text-status-draft\/30{ + border-left-color: rgb(59 59 59 / 0.3); +} +.border-l-text-status-draft\/40{ + border-left-color: rgb(59 59 59 / 0.4); +} +.border-l-text-status-draft\/50{ + border-left-color: rgb(59 59 59 / 0.5); +} +.border-l-text-status-draft\/60{ + border-left-color: rgb(59 59 59 / 0.6); +} +.border-l-text-status-draft\/70{ + border-left-color: rgb(59 59 59 / 0.7); +} +.border-l-text-status-draft\/75{ + border-left-color: rgb(59 59 59 / 0.75); +} +.border-l-text-status-draft\/80{ + border-left-color: rgb(59 59 59 / 0.8); +} +.border-l-text-status-draft\/90{ + border-left-color: rgb(59 59 59 / 0.9); +} +.border-l-text-status-draft\/95{ + border-left-color: rgb(59 59 59 / 0.95); +} +.border-l-text-status-draft\/100{ + border-left-color: rgb(59 59 59 / 1); +} +.border-l-text-status-partial\/0{ + border-left-color: rgb(0 99 149 / 0); +} +.border-l-text-status-partial\/5{ + border-left-color: rgb(0 99 149 / 0.05); +} +.border-l-text-status-partial\/10{ + border-left-color: rgb(0 99 149 / 0.1); +} +.border-l-text-status-partial\/20{ + border-left-color: rgb(0 99 149 / 0.2); +} +.border-l-text-status-partial\/25{ + border-left-color: rgb(0 99 149 / 0.25); +} +.border-l-text-status-partial\/30{ + border-left-color: rgb(0 99 149 / 0.3); +} +.border-l-text-status-partial\/40{ + border-left-color: rgb(0 99 149 / 0.4); +} +.border-l-text-status-partial\/50{ + border-left-color: rgb(0 99 149 / 0.5); +} +.border-l-text-status-partial\/60{ + border-left-color: rgb(0 99 149 / 0.6); +} +.border-l-text-status-partial\/70{ + border-left-color: rgb(0 99 149 / 0.7); +} +.border-l-text-status-partial\/75{ + border-left-color: rgb(0 99 149 / 0.75); +} +.border-l-text-status-partial\/80{ + border-left-color: rgb(0 99 149 / 0.8); +} +.border-l-text-status-partial\/90{ + border-left-color: rgb(0 99 149 / 0.9); +} +.border-l-text-status-partial\/95{ + border-left-color: rgb(0 99 149 / 0.95); +} +.border-l-text-status-partial\/100{ + border-left-color: rgb(0 99 149 / 1); +} +.border-l-text-status-canceled\/0{ + border-left-color: rgb(255 255 255 / 0); +} +.border-l-text-status-canceled\/5{ + border-left-color: rgb(255 255 255 / 0.05); +} +.border-l-text-status-canceled\/10{ + border-left-color: rgb(255 255 255 / 0.1); +} +.border-l-text-status-canceled\/20{ + border-left-color: rgb(255 255 255 / 0.2); +} +.border-l-text-status-canceled\/25{ + border-left-color: rgb(255 255 255 / 0.25); +} +.border-l-text-status-canceled\/30{ + border-left-color: rgb(255 255 255 / 0.3); +} +.border-l-text-status-canceled\/40{ + border-left-color: rgb(255 255 255 / 0.4); +} +.border-l-text-status-canceled\/50{ + border-left-color: rgb(255 255 255 / 0.5); +} +.border-l-text-status-canceled\/60{ + border-left-color: rgb(255 255 255 / 0.6); +} +.border-l-text-status-canceled\/70{ + border-left-color: rgb(255 255 255 / 0.7); +} +.border-l-text-status-canceled\/75{ + border-left-color: rgb(255 255 255 / 0.75); +} +.border-l-text-status-canceled\/80{ + border-left-color: rgb(255 255 255 / 0.8); +} +.border-l-text-status-canceled\/90{ + border-left-color: rgb(255 255 255 / 0.9); +} +.border-l-text-status-canceled\/95{ + border-left-color: rgb(255 255 255 / 0.95); +} +.border-l-text-status-canceled\/100{ + border-left-color: rgb(255 255 255 / 1); +} +.border-l-text-status-warning\/0{ + border-left-color: rgb(184 119 8 / 0); +} +.border-l-text-status-warning\/5{ + border-left-color: rgb(184 119 8 / 0.05); +} +.border-l-text-status-warning\/10{ + border-left-color: rgb(184 119 8 / 0.1); +} +.border-l-text-status-warning\/20{ + border-left-color: rgb(184 119 8 / 0.2); +} +.border-l-text-status-warning\/25{ + border-left-color: rgb(184 119 8 / 0.25); +} +.border-l-text-status-warning\/30{ + border-left-color: rgb(184 119 8 / 0.3); +} +.border-l-text-status-warning\/40{ + border-left-color: rgb(184 119 8 / 0.4); +} +.border-l-text-status-warning\/50{ + border-left-color: rgb(184 119 8 / 0.5); +} +.border-l-text-status-warning\/60{ + border-left-color: rgb(184 119 8 / 0.6); +} +.border-l-text-status-warning\/70{ + border-left-color: rgb(184 119 8 / 0.7); +} +.border-l-text-status-warning\/75{ + border-left-color: rgb(184 119 8 / 0.75); +} +.border-l-text-status-warning\/80{ + border-left-color: rgb(184 119 8 / 0.8); +} +.border-l-text-status-warning\/90{ + border-left-color: rgb(184 119 8 / 0.9); +} +.border-l-text-status-warning\/95{ + border-left-color: rgb(184 119 8 / 0.95); +} +.border-l-text-status-warning\/100{ + border-left-color: rgb(184 119 8 / 1); +} +.border-l-body\/0{ + border-left-color: rgb(252 252 252 / 0); +} +.border-l-body\/5{ + border-left-color: rgb(252 252 252 / 0.05); +} +.border-l-body\/10{ + border-left-color: rgb(252 252 252 / 0.1); +} +.border-l-body\/20{ + border-left-color: rgb(252 252 252 / 0.2); +} +.border-l-body\/25{ + border-left-color: rgb(252 252 252 / 0.25); +} +.border-l-body\/30{ + border-left-color: rgb(252 252 252 / 0.3); +} +.border-l-body\/40{ + border-left-color: rgb(252 252 252 / 0.4); +} +.border-l-body\/50{ + border-left-color: rgb(252 252 252 / 0.5); +} +.border-l-body\/60{ + border-left-color: rgb(252 252 252 / 0.6); +} +.border-l-body\/70{ + border-left-color: rgb(252 252 252 / 0.7); +} +.border-l-body\/75{ + border-left-color: rgb(252 252 252 / 0.75); +} +.border-l-body\/80{ + border-left-color: rgb(252 252 252 / 0.8); +} +.border-l-body\/90{ + border-left-color: rgb(252 252 252 / 0.9); +} +.border-l-body\/95{ + border-left-color: rgb(252 252 252 / 0.95); +} +.border-l-body\/100{ + border-left-color: rgb(252 252 252 / 1); +} +.border-l-light-gray\/0{ + border-left-color: rgb(199 201 217 / 0); +} +.border-l-light-gray\/5{ + border-left-color: rgb(199 201 217 / 0.05); +} +.border-l-light-gray\/10{ + border-left-color: rgb(199 201 217 / 0.1); +} +.border-l-light-gray\/20{ + border-left-color: rgb(199 201 217 / 0.2); +} +.border-l-light-gray\/25{ + border-left-color: rgb(199 201 217 / 0.25); +} +.border-l-light-gray\/30{ + border-left-color: rgb(199 201 217 / 0.3); +} +.border-l-light-gray\/40{ + border-left-color: rgb(199 201 217 / 0.4); +} +.border-l-light-gray\/50{ + border-left-color: rgb(199 201 217 / 0.5); +} +.border-l-light-gray\/60{ + border-left-color: rgb(199 201 217 / 0.6); +} +.border-l-light-gray\/70{ + border-left-color: rgb(199 201 217 / 0.7); +} +.border-l-light-gray\/75{ + border-left-color: rgb(199 201 217 / 0.75); +} +.border-l-light-gray\/80{ + border-left-color: rgb(199 201 217 / 0.8); +} +.border-l-light-gray\/90{ + border-left-color: rgb(199 201 217 / 0.9); +} +.border-l-light-gray\/95{ + border-left-color: rgb(199 201 217 / 0.95); +} +.border-l-light-gray\/100{ + border-left-color: rgb(199 201 217 / 1); +} +.border-l-dark-blue\/0{ + border-left-color: rgb(21 40 75 / 0); +} +.border-l-dark-blue\/5{ + border-left-color: rgb(21 40 75 / 0.05); +} +.border-l-dark-blue\/10{ + border-left-color: rgb(21 40 75 / 0.1); +} +.border-l-dark-blue\/20{ + border-left-color: rgb(21 40 75 / 0.2); +} +.border-l-dark-blue\/25{ + border-left-color: rgb(21 40 75 / 0.25); +} +.border-l-dark-blue\/30{ + border-left-color: rgb(21 40 75 / 0.3); +} +.border-l-dark-blue\/40{ + border-left-color: rgb(21 40 75 / 0.4); +} +.border-l-dark-blue\/50{ + border-left-color: rgb(21 40 75 / 0.5); +} +.border-l-dark-blue\/60{ + border-left-color: rgb(21 40 75 / 0.6); +} +.border-l-dark-blue\/70{ + border-left-color: rgb(21 40 75 / 0.7); +} +.border-l-dark-blue\/75{ + border-left-color: rgb(21 40 75 / 0.75); +} +.border-l-dark-blue\/80{ + border-left-color: rgb(21 40 75 / 0.8); +} +.border-l-dark-blue\/90{ + border-left-color: rgb(21 40 75 / 0.9); +} +.border-l-dark-blue\/95{ + border-left-color: rgb(21 40 75 / 0.95); +} +.border-l-dark-blue\/100{ + border-left-color: rgb(21 40 75 / 1); +} +.border-l-lighter-gray\/0{ + border-left-color: rgb(242 242 245 / 0); +} +.border-l-lighter-gray\/5{ + border-left-color: rgb(242 242 245 / 0.05); +} +.border-l-lighter-gray\/10{ + border-left-color: rgb(242 242 245 / 0.1); +} +.border-l-lighter-gray\/20{ + border-left-color: rgb(242 242 245 / 0.2); +} +.border-l-lighter-gray\/25{ + border-left-color: rgb(242 242 245 / 0.25); +} +.border-l-lighter-gray\/30{ + border-left-color: rgb(242 242 245 / 0.3); +} +.border-l-lighter-gray\/40{ + border-left-color: rgb(242 242 245 / 0.4); +} +.border-l-lighter-gray\/50{ + border-left-color: rgb(242 242 245 / 0.5); +} +.border-l-lighter-gray\/60{ + border-left-color: rgb(242 242 245 / 0.6); +} +.border-l-lighter-gray\/70{ + border-left-color: rgb(242 242 245 / 0.7); +} +.border-l-lighter-gray\/75{ + border-left-color: rgb(242 242 245 / 0.75); +} +.border-l-lighter-gray\/80{ + border-left-color: rgb(242 242 245 / 0.8); +} +.border-l-lighter-gray\/90{ + border-left-color: rgb(242 242 245 / 0.9); +} +.border-l-lighter-gray\/95{ + border-left-color: rgb(242 242 245 / 0.95); +} +.border-l-lighter-gray\/100{ + border-left-color: rgb(242 242 245 / 1); +} +.border-l-purple-lighter\/0{ + border-left-color: rgb(242 244 252 / 0); +} +.border-l-purple-lighter\/5{ + border-left-color: rgb(242 244 252 / 0.05); +} +.border-l-purple-lighter\/10{ + border-left-color: rgb(242 244 252 / 0.1); +} +.border-l-purple-lighter\/20{ + border-left-color: rgb(242 244 252 / 0.2); +} +.border-l-purple-lighter\/25{ + border-left-color: rgb(242 244 252 / 0.25); +} +.border-l-purple-lighter\/30{ + border-left-color: rgb(242 244 252 / 0.3); +} +.border-l-purple-lighter\/40{ + border-left-color: rgb(242 244 252 / 0.4); +} +.border-l-purple-lighter\/50{ + border-left-color: rgb(242 244 252 / 0.5); +} +.border-l-purple-lighter\/60{ + border-left-color: rgb(242 244 252 / 0.6); +} +.border-l-purple-lighter\/70{ + border-left-color: rgb(242 244 252 / 0.7); +} +.border-l-purple-lighter\/75{ + border-left-color: rgb(242 244 252 / 0.75); +} +.border-l-purple-lighter\/80{ + border-left-color: rgb(242 244 252 / 0.8); +} +.border-l-purple-lighter\/90{ + border-left-color: rgb(242 244 252 / 0.9); +} +.border-l-purple-lighter\/95{ + border-left-color: rgb(242 244 252 / 0.95); +} +.border-l-purple-lighter\/100{ + border-left-color: rgb(242 244 252 / 1); +} +.border-l-modal-background\/0{ + border-left-color: rgb(0 0 0 / 0); +} +.border-l-modal-background\/5{ + border-left-color: rgb(0 0 0 / 0.05); +} +.border-l-modal-background\/10{ + border-left-color: rgb(0 0 0 / 0.1); +} +.border-l-modal-background\/20{ + border-left-color: rgb(0 0 0 / 0.2); +} +.border-l-modal-background\/25{ + border-left-color: rgb(0 0 0 / 0.25); +} +.border-l-modal-background\/30{ + border-left-color: rgb(0 0 0 / 0.3); +} +.border-l-modal-background\/40{ + border-left-color: rgb(0 0 0 / 0.4); +} +.border-l-modal-background\/50{ + border-left-color: rgb(0 0 0 / 0.5); +} +.border-l-modal-background\/60{ + border-left-color: rgb(0 0 0 / 0.6); +} +.border-l-modal-background\/70{ + border-left-color: rgb(0 0 0 / 0.7); +} +.border-l-modal-background\/75{ + border-left-color: rgb(0 0 0 / 0.75); +} +.border-l-modal-background\/80{ + border-left-color: rgb(0 0 0 / 0.8); +} +.border-l-modal-background\/90{ + border-left-color: rgb(0 0 0 / 0.9); +} +.border-l-modal-background\/95{ + border-left-color: rgb(0 0 0 / 0.95); +} +.border-l-modal-background\/100{ + border-left-color: rgb(0 0 0 / 1); +} +.border-l-testing\/0{ + border-left-color: rgb(147 95 7 / 0); +} +.border-l-testing\/5{ + border-left-color: rgb(147 95 7 / 0.05); +} +.border-l-testing\/10{ + border-left-color: rgb(147 95 7 / 0.1); +} +.border-l-testing\/20{ + border-left-color: rgb(147 95 7 / 0.2); +} +.border-l-testing\/25{ + border-left-color: rgb(147 95 7 / 0.25); +} +.border-l-testing\/30{ + border-left-color: rgb(147 95 7 / 0.3); +} +.border-l-testing\/40{ + border-left-color: rgb(147 95 7 / 0.4); +} +.border-l-testing\/50{ + border-left-color: rgb(147 95 7 / 0.5); +} +.border-l-testing\/60{ + border-left-color: rgb(147 95 7 / 0.6); +} +.border-l-testing\/70{ + border-left-color: rgb(147 95 7 / 0.7); +} +.border-l-testing\/75{ + border-left-color: rgb(147 95 7 / 0.75); +} +.border-l-testing\/80{ + border-left-color: rgb(147 95 7 / 0.8); +} +.border-l-testing\/90{ + border-left-color: rgb(147 95 7 / 0.9); +} +.border-l-testing\/95{ + border-left-color: rgb(147 95 7 / 0.95); +} +.border-l-testing\/100{ + border-left-color: rgb(147 95 7 / 1); +} .border-opacity-0{ --tw-border-opacity: 0; } @@ -26099,6 +131284,12066 @@ input[type="date"]::-webkit-inner-spin-button, --tw-bg-opacity: 1; background-color: rgb(147 95 7 / var(--tw-bg-opacity)); } +.bg-transparent\/0{ + background-color: rgb(0 0 0 / 0); +} +.bg-transparent\/5{ + background-color: rgb(0 0 0 / 0.05); +} +.bg-transparent\/10{ + background-color: rgb(0 0 0 / 0.1); +} +.bg-transparent\/20{ + background-color: rgb(0 0 0 / 0.2); +} +.bg-transparent\/25{ + background-color: rgb(0 0 0 / 0.25); +} +.bg-transparent\/30{ + background-color: rgb(0 0 0 / 0.3); +} +.bg-transparent\/40{ + background-color: rgb(0 0 0 / 0.4); +} +.bg-transparent\/50{ + background-color: rgb(0 0 0 / 0.5); +} +.bg-transparent\/60{ + background-color: rgb(0 0 0 / 0.6); +} +.bg-transparent\/70{ + background-color: rgb(0 0 0 / 0.7); +} +.bg-transparent\/75{ + background-color: rgb(0 0 0 / 0.75); +} +.bg-transparent\/80{ + background-color: rgb(0 0 0 / 0.8); +} +.bg-transparent\/90{ + background-color: rgb(0 0 0 / 0.9); +} +.bg-transparent\/95{ + background-color: rgb(0 0 0 / 0.95); +} +.bg-transparent\/100{ + background-color: rgb(0 0 0 / 1); +} +.bg-black-50\/0{ + background-color: rgb(246 246 246 / 0); +} +.bg-black-50\/5{ + background-color: rgb(246 246 246 / 0.05); +} +.bg-black-50\/10{ + background-color: rgb(246 246 246 / 0.1); +} +.bg-black-50\/20{ + background-color: rgb(246 246 246 / 0.2); +} +.bg-black-50\/25{ + background-color: rgb(246 246 246 / 0.25); +} +.bg-black-50\/30{ + background-color: rgb(246 246 246 / 0.3); +} +.bg-black-50\/40{ + background-color: rgb(246 246 246 / 0.4); +} +.bg-black-50\/50{ + background-color: rgb(246 246 246 / 0.5); +} +.bg-black-50\/60{ + background-color: rgb(246 246 246 / 0.6); +} +.bg-black-50\/70{ + background-color: rgb(246 246 246 / 0.7); +} +.bg-black-50\/75{ + background-color: rgb(246 246 246 / 0.75); +} +.bg-black-50\/80{ + background-color: rgb(246 246 246 / 0.8); +} +.bg-black-50\/90{ + background-color: rgb(246 246 246 / 0.9); +} +.bg-black-50\/95{ + background-color: rgb(246 246 246 / 0.95); +} +.bg-black-50\/100{ + background-color: rgb(246 246 246 / 1); +} +.bg-black-100\/0{ + background-color: rgb(236 236 236 / 0); +} +.bg-black-100\/5{ + background-color: rgb(236 236 236 / 0.05); +} +.bg-black-100\/10{ + background-color: rgb(236 236 236 / 0.1); +} +.bg-black-100\/20{ + background-color: rgb(236 236 236 / 0.2); +} +.bg-black-100\/25{ + background-color: rgb(236 236 236 / 0.25); +} +.bg-black-100\/30{ + background-color: rgb(236 236 236 / 0.3); +} +.bg-black-100\/40{ + background-color: rgb(236 236 236 / 0.4); +} +.bg-black-100\/50{ + background-color: rgb(236 236 236 / 0.5); +} +.bg-black-100\/60{ + background-color: rgb(236 236 236 / 0.6); +} +.bg-black-100\/70{ + background-color: rgb(236 236 236 / 0.7); +} +.bg-black-100\/75{ + background-color: rgb(236 236 236 / 0.75); +} +.bg-black-100\/80{ + background-color: rgb(236 236 236 / 0.8); +} +.bg-black-100\/90{ + background-color: rgb(236 236 236 / 0.9); +} +.bg-black-100\/95{ + background-color: rgb(236 236 236 / 0.95); +} +.bg-black-100\/100{ + background-color: rgb(236 236 236 / 1); +} +.bg-black-200\/0{ + background-color: rgb(208 208 208 / 0); +} +.bg-black-200\/5{ + background-color: rgb(208 208 208 / 0.05); +} +.bg-black-200\/10{ + background-color: rgb(208 208 208 / 0.1); +} +.bg-black-200\/20{ + background-color: rgb(208 208 208 / 0.2); +} +.bg-black-200\/25{ + background-color: rgb(208 208 208 / 0.25); +} +.bg-black-200\/30{ + background-color: rgb(208 208 208 / 0.3); +} +.bg-black-200\/40{ + background-color: rgb(208 208 208 / 0.4); +} +.bg-black-200\/50{ + background-color: rgb(208 208 208 / 0.5); +} +.bg-black-200\/60{ + background-color: rgb(208 208 208 / 0.6); +} +.bg-black-200\/70{ + background-color: rgb(208 208 208 / 0.7); +} +.bg-black-200\/75{ + background-color: rgb(208 208 208 / 0.75); +} +.bg-black-200\/80{ + background-color: rgb(208 208 208 / 0.8); +} +.bg-black-200\/90{ + background-color: rgb(208 208 208 / 0.9); +} +.bg-black-200\/95{ + background-color: rgb(208 208 208 / 0.95); +} +.bg-black-200\/100{ + background-color: rgb(208 208 208 / 1); +} +.bg-black-300\/0{ + background-color: rgb(179 179 179 / 0); +} +.bg-black-300\/5{ + background-color: rgb(179 179 179 / 0.05); +} +.bg-black-300\/10{ + background-color: rgb(179 179 179 / 0.1); +} +.bg-black-300\/20{ + background-color: rgb(179 179 179 / 0.2); +} +.bg-black-300\/25{ + background-color: rgb(179 179 179 / 0.25); +} +.bg-black-300\/30{ + background-color: rgb(179 179 179 / 0.3); +} +.bg-black-300\/40{ + background-color: rgb(179 179 179 / 0.4); +} +.bg-black-300\/50{ + background-color: rgb(179 179 179 / 0.5); +} +.bg-black-300\/60{ + background-color: rgb(179 179 179 / 0.6); +} +.bg-black-300\/70{ + background-color: rgb(179 179 179 / 0.7); +} +.bg-black-300\/75{ + background-color: rgb(179 179 179 / 0.75); +} +.bg-black-300\/80{ + background-color: rgb(179 179 179 / 0.8); +} +.bg-black-300\/90{ + background-color: rgb(179 179 179 / 0.9); +} +.bg-black-300\/95{ + background-color: rgb(179 179 179 / 0.95); +} +.bg-black-300\/100{ + background-color: rgb(179 179 179 / 1); +} +.bg-black-400\/0{ + background-color: rgb(123 123 123 / 0); +} +.bg-black-400\/5{ + background-color: rgb(123 123 123 / 0.05); +} +.bg-black-400\/10{ + background-color: rgb(123 123 123 / 0.1); +} +.bg-black-400\/20{ + background-color: rgb(123 123 123 / 0.2); +} +.bg-black-400\/25{ + background-color: rgb(123 123 123 / 0.25); +} +.bg-black-400\/30{ + background-color: rgb(123 123 123 / 0.3); +} +.bg-black-400\/40{ + background-color: rgb(123 123 123 / 0.4); +} +.bg-black-400\/50{ + background-color: rgb(123 123 123 / 0.5); +} +.bg-black-400\/60{ + background-color: rgb(123 123 123 / 0.6); +} +.bg-black-400\/70{ + background-color: rgb(123 123 123 / 0.7); +} +.bg-black-400\/75{ + background-color: rgb(123 123 123 / 0.75); +} +.bg-black-400\/80{ + background-color: rgb(123 123 123 / 0.8); +} +.bg-black-400\/90{ + background-color: rgb(123 123 123 / 0.9); +} +.bg-black-400\/95{ + background-color: rgb(123 123 123 / 0.95); +} +.bg-black-400\/100{ + background-color: rgb(123 123 123 / 1); +} +.bg-black-500\/0{ + background-color: rgb(66 66 66 / 0); +} +.bg-black-500\/5{ + background-color: rgb(66 66 66 / 0.05); +} +.bg-black-500\/10{ + background-color: rgb(66 66 66 / 0.1); +} +.bg-black-500\/20{ + background-color: rgb(66 66 66 / 0.2); +} +.bg-black-500\/25{ + background-color: rgb(66 66 66 / 0.25); +} +.bg-black-500\/30{ + background-color: rgb(66 66 66 / 0.3); +} +.bg-black-500\/40{ + background-color: rgb(66 66 66 / 0.4); +} +.bg-black-500\/50{ + background-color: rgb(66 66 66 / 0.5); +} +.bg-black-500\/60{ + background-color: rgb(66 66 66 / 0.6); +} +.bg-black-500\/70{ + background-color: rgb(66 66 66 / 0.7); +} +.bg-black-500\/75{ + background-color: rgb(66 66 66 / 0.75); +} +.bg-black-500\/80{ + background-color: rgb(66 66 66 / 0.8); +} +.bg-black-500\/90{ + background-color: rgb(66 66 66 / 0.9); +} +.bg-black-500\/95{ + background-color: rgb(66 66 66 / 0.95); +} +.bg-black-500\/100{ + background-color: rgb(66 66 66 / 1); +} +.bg-black-600\/0{ + background-color: rgb(59 59 59 / 0); +} +.bg-black-600\/5{ + background-color: rgb(59 59 59 / 0.05); +} +.bg-black-600\/10{ + background-color: rgb(59 59 59 / 0.1); +} +.bg-black-600\/20{ + background-color: rgb(59 59 59 / 0.2); +} +.bg-black-600\/25{ + background-color: rgb(59 59 59 / 0.25); +} +.bg-black-600\/30{ + background-color: rgb(59 59 59 / 0.3); +} +.bg-black-600\/40{ + background-color: rgb(59 59 59 / 0.4); +} +.bg-black-600\/50{ + background-color: rgb(59 59 59 / 0.5); +} +.bg-black-600\/60{ + background-color: rgb(59 59 59 / 0.6); +} +.bg-black-600\/70{ + background-color: rgb(59 59 59 / 0.7); +} +.bg-black-600\/75{ + background-color: rgb(59 59 59 / 0.75); +} +.bg-black-600\/80{ + background-color: rgb(59 59 59 / 0.8); +} +.bg-black-600\/90{ + background-color: rgb(59 59 59 / 0.9); +} +.bg-black-600\/95{ + background-color: rgb(59 59 59 / 0.95); +} +.bg-black-600\/100{ + background-color: rgb(59 59 59 / 1); +} +.bg-black-700\/0{ + background-color: rgb(50 50 50 / 0); +} +.bg-black-700\/5{ + background-color: rgb(50 50 50 / 0.05); +} +.bg-black-700\/10{ + background-color: rgb(50 50 50 / 0.1); +} +.bg-black-700\/20{ + background-color: rgb(50 50 50 / 0.2); +} +.bg-black-700\/25{ + background-color: rgb(50 50 50 / 0.25); +} +.bg-black-700\/30{ + background-color: rgb(50 50 50 / 0.3); +} +.bg-black-700\/40{ + background-color: rgb(50 50 50 / 0.4); +} +.bg-black-700\/50{ + background-color: rgb(50 50 50 / 0.5); +} +.bg-black-700\/60{ + background-color: rgb(50 50 50 / 0.6); +} +.bg-black-700\/70{ + background-color: rgb(50 50 50 / 0.7); +} +.bg-black-700\/75{ + background-color: rgb(50 50 50 / 0.75); +} +.bg-black-700\/80{ + background-color: rgb(50 50 50 / 0.8); +} +.bg-black-700\/90{ + background-color: rgb(50 50 50 / 0.9); +} +.bg-black-700\/95{ + background-color: rgb(50 50 50 / 0.95); +} +.bg-black-700\/100{ + background-color: rgb(50 50 50 / 1); +} +.bg-black-800\/0{ + background-color: rgb(40 40 40 / 0); +} +.bg-black-800\/5{ + background-color: rgb(40 40 40 / 0.05); +} +.bg-black-800\/10{ + background-color: rgb(40 40 40 / 0.1); +} +.bg-black-800\/20{ + background-color: rgb(40 40 40 / 0.2); +} +.bg-black-800\/25{ + background-color: rgb(40 40 40 / 0.25); +} +.bg-black-800\/30{ + background-color: rgb(40 40 40 / 0.3); +} +.bg-black-800\/40{ + background-color: rgb(40 40 40 / 0.4); +} +.bg-black-800\/50{ + background-color: rgb(40 40 40 / 0.5); +} +.bg-black-800\/60{ + background-color: rgb(40 40 40 / 0.6); +} +.bg-black-800\/70{ + background-color: rgb(40 40 40 / 0.7); +} +.bg-black-800\/75{ + background-color: rgb(40 40 40 / 0.75); +} +.bg-black-800\/80{ + background-color: rgb(40 40 40 / 0.8); +} +.bg-black-800\/90{ + background-color: rgb(40 40 40 / 0.9); +} +.bg-black-800\/95{ + background-color: rgb(40 40 40 / 0.95); +} +.bg-black-800\/100{ + background-color: rgb(40 40 40 / 1); +} +.bg-black-900\/0{ + background-color: rgb(32 32 32 / 0); +} +.bg-black-900\/5{ + background-color: rgb(32 32 32 / 0.05); +} +.bg-black-900\/10{ + background-color: rgb(32 32 32 / 0.1); +} +.bg-black-900\/20{ + background-color: rgb(32 32 32 / 0.2); +} +.bg-black-900\/25{ + background-color: rgb(32 32 32 / 0.25); +} +.bg-black-900\/30{ + background-color: rgb(32 32 32 / 0.3); +} +.bg-black-900\/40{ + background-color: rgb(32 32 32 / 0.4); +} +.bg-black-900\/50{ + background-color: rgb(32 32 32 / 0.5); +} +.bg-black-900\/60{ + background-color: rgb(32 32 32 / 0.6); +} +.bg-black-900\/70{ + background-color: rgb(32 32 32 / 0.7); +} +.bg-black-900\/75{ + background-color: rgb(32 32 32 / 0.75); +} +.bg-black-900\/80{ + background-color: rgb(32 32 32 / 0.8); +} +.bg-black-900\/90{ + background-color: rgb(32 32 32 / 0.9); +} +.bg-black-900\/95{ + background-color: rgb(32 32 32 / 0.95); +} +.bg-black-900\/100{ + background-color: rgb(32 32 32 / 1); +} +.bg-black\/0{ + background-color: rgb(66 66 66 / 0); +} +.bg-black\/5{ + background-color: rgb(66 66 66 / 0.05); +} +.bg-black\/10{ + background-color: rgb(66 66 66 / 0.1); +} +.bg-black\/20{ + background-color: rgb(66 66 66 / 0.2); +} +.bg-black\/25{ + background-color: rgb(66 66 66 / 0.25); +} +.bg-black\/30{ + background-color: rgb(66 66 66 / 0.3); +} +.bg-black\/40{ + background-color: rgb(66 66 66 / 0.4); +} +.bg-black\/50{ + background-color: rgb(66 66 66 / 0.5); +} +.bg-black\/60{ + background-color: rgb(66 66 66 / 0.6); +} +.bg-black\/70{ + background-color: rgb(66 66 66 / 0.7); +} +.bg-black\/75{ + background-color: rgb(66 66 66 / 0.75); +} +.bg-black\/80{ + background-color: rgb(66 66 66 / 0.8); +} +.bg-black\/90{ + background-color: rgb(66 66 66 / 0.9); +} +.bg-black\/95{ + background-color: rgb(66 66 66 / 0.95); +} +.bg-black\/100{ + background-color: rgb(66 66 66 / 1); +} +.bg-white\/0{ + background-color: rgb(255 255 255 / 0); +} +.bg-white\/5{ + background-color: rgb(255 255 255 / 0.05); +} +.bg-white\/10{ + background-color: rgb(255 255 255 / 0.1); +} +.bg-white\/20{ + background-color: rgb(255 255 255 / 0.2); +} +.bg-white\/25{ + background-color: rgb(255 255 255 / 0.25); +} +.bg-white\/30{ + background-color: rgb(255 255 255 / 0.3); +} +.bg-white\/40{ + background-color: rgb(255 255 255 / 0.4); +} +.bg-white\/50{ + background-color: rgb(255 255 255 / 0.5); +} +.bg-white\/60{ + background-color: rgb(255 255 255 / 0.6); +} +.bg-white\/70{ + background-color: rgb(255 255 255 / 0.7); +} +.bg-white\/75{ + background-color: rgb(255 255 255 / 0.75); +} +.bg-white\/80{ + background-color: rgb(255 255 255 / 0.8); +} +.bg-white\/90{ + background-color: rgb(255 255 255 / 0.9); +} +.bg-white\/95{ + background-color: rgb(255 255 255 / 0.95); +} +.bg-white\/100{ + background-color: rgb(255 255 255 / 1); +} +.bg-slate-50\/0{ + background-color: rgb(248 250 252 / 0); +} +.bg-slate-50\/5{ + background-color: rgb(248 250 252 / 0.05); +} +.bg-slate-50\/10{ + background-color: rgb(248 250 252 / 0.1); +} +.bg-slate-50\/20{ + background-color: rgb(248 250 252 / 0.2); +} +.bg-slate-50\/25{ + background-color: rgb(248 250 252 / 0.25); +} +.bg-slate-50\/30{ + background-color: rgb(248 250 252 / 0.3); +} +.bg-slate-50\/40{ + background-color: rgb(248 250 252 / 0.4); +} +.bg-slate-50\/50{ + background-color: rgb(248 250 252 / 0.5); +} +.bg-slate-50\/60{ + background-color: rgb(248 250 252 / 0.6); +} +.bg-slate-50\/70{ + background-color: rgb(248 250 252 / 0.7); +} +.bg-slate-50\/75{ + background-color: rgb(248 250 252 / 0.75); +} +.bg-slate-50\/80{ + background-color: rgb(248 250 252 / 0.8); +} +.bg-slate-50\/90{ + background-color: rgb(248 250 252 / 0.9); +} +.bg-slate-50\/95{ + background-color: rgb(248 250 252 / 0.95); +} +.bg-slate-50\/100{ + background-color: rgb(248 250 252 / 1); +} +.bg-slate-100\/0{ + background-color: rgb(241 245 249 / 0); +} +.bg-slate-100\/5{ + background-color: rgb(241 245 249 / 0.05); +} +.bg-slate-100\/10{ + background-color: rgb(241 245 249 / 0.1); +} +.bg-slate-100\/20{ + background-color: rgb(241 245 249 / 0.2); +} +.bg-slate-100\/25{ + background-color: rgb(241 245 249 / 0.25); +} +.bg-slate-100\/30{ + background-color: rgb(241 245 249 / 0.3); +} +.bg-slate-100\/40{ + background-color: rgb(241 245 249 / 0.4); +} +.bg-slate-100\/50{ + background-color: rgb(241 245 249 / 0.5); +} +.bg-slate-100\/60{ + background-color: rgb(241 245 249 / 0.6); +} +.bg-slate-100\/70{ + background-color: rgb(241 245 249 / 0.7); +} +.bg-slate-100\/75{ + background-color: rgb(241 245 249 / 0.75); +} +.bg-slate-100\/80{ + background-color: rgb(241 245 249 / 0.8); +} +.bg-slate-100\/90{ + background-color: rgb(241 245 249 / 0.9); +} +.bg-slate-100\/95{ + background-color: rgb(241 245 249 / 0.95); +} +.bg-slate-100\/100{ + background-color: rgb(241 245 249 / 1); +} +.bg-slate-200\/0{ + background-color: rgb(226 232 240 / 0); +} +.bg-slate-200\/5{ + background-color: rgb(226 232 240 / 0.05); +} +.bg-slate-200\/10{ + background-color: rgb(226 232 240 / 0.1); +} +.bg-slate-200\/20{ + background-color: rgb(226 232 240 / 0.2); +} +.bg-slate-200\/25{ + background-color: rgb(226 232 240 / 0.25); +} +.bg-slate-200\/30{ + background-color: rgb(226 232 240 / 0.3); +} +.bg-slate-200\/40{ + background-color: rgb(226 232 240 / 0.4); +} +.bg-slate-200\/50{ + background-color: rgb(226 232 240 / 0.5); +} +.bg-slate-200\/60{ + background-color: rgb(226 232 240 / 0.6); +} +.bg-slate-200\/70{ + background-color: rgb(226 232 240 / 0.7); +} +.bg-slate-200\/75{ + background-color: rgb(226 232 240 / 0.75); +} +.bg-slate-200\/80{ + background-color: rgb(226 232 240 / 0.8); +} +.bg-slate-200\/90{ + background-color: rgb(226 232 240 / 0.9); +} +.bg-slate-200\/95{ + background-color: rgb(226 232 240 / 0.95); +} +.bg-slate-200\/100{ + background-color: rgb(226 232 240 / 1); +} +.bg-slate-300\/0{ + background-color: rgb(203 213 225 / 0); +} +.bg-slate-300\/5{ + background-color: rgb(203 213 225 / 0.05); +} +.bg-slate-300\/10{ + background-color: rgb(203 213 225 / 0.1); +} +.bg-slate-300\/20{ + background-color: rgb(203 213 225 / 0.2); +} +.bg-slate-300\/25{ + background-color: rgb(203 213 225 / 0.25); +} +.bg-slate-300\/30{ + background-color: rgb(203 213 225 / 0.3); +} +.bg-slate-300\/40{ + background-color: rgb(203 213 225 / 0.4); +} +.bg-slate-300\/50{ + background-color: rgb(203 213 225 / 0.5); +} +.bg-slate-300\/60{ + background-color: rgb(203 213 225 / 0.6); +} +.bg-slate-300\/70{ + background-color: rgb(203 213 225 / 0.7); +} +.bg-slate-300\/75{ + background-color: rgb(203 213 225 / 0.75); +} +.bg-slate-300\/80{ + background-color: rgb(203 213 225 / 0.8); +} +.bg-slate-300\/90{ + background-color: rgb(203 213 225 / 0.9); +} +.bg-slate-300\/95{ + background-color: rgb(203 213 225 / 0.95); +} +.bg-slate-300\/100{ + background-color: rgb(203 213 225 / 1); +} +.bg-slate-400\/0{ + background-color: rgb(148 163 184 / 0); +} +.bg-slate-400\/5{ + background-color: rgb(148 163 184 / 0.05); +} +.bg-slate-400\/10{ + background-color: rgb(148 163 184 / 0.1); +} +.bg-slate-400\/20{ + background-color: rgb(148 163 184 / 0.2); +} +.bg-slate-400\/25{ + background-color: rgb(148 163 184 / 0.25); +} +.bg-slate-400\/30{ + background-color: rgb(148 163 184 / 0.3); +} +.bg-slate-400\/40{ + background-color: rgb(148 163 184 / 0.4); +} +.bg-slate-400\/50{ + background-color: rgb(148 163 184 / 0.5); +} +.bg-slate-400\/60{ + background-color: rgb(148 163 184 / 0.6); +} +.bg-slate-400\/70{ + background-color: rgb(148 163 184 / 0.7); +} +.bg-slate-400\/75{ + background-color: rgb(148 163 184 / 0.75); +} +.bg-slate-400\/80{ + background-color: rgb(148 163 184 / 0.8); +} +.bg-slate-400\/90{ + background-color: rgb(148 163 184 / 0.9); +} +.bg-slate-400\/95{ + background-color: rgb(148 163 184 / 0.95); +} +.bg-slate-400\/100{ + background-color: rgb(148 163 184 / 1); +} +.bg-slate-500\/0{ + background-color: rgb(100 116 139 / 0); +} +.bg-slate-500\/5{ + background-color: rgb(100 116 139 / 0.05); +} +.bg-slate-500\/10{ + background-color: rgb(100 116 139 / 0.1); +} +.bg-slate-500\/20{ + background-color: rgb(100 116 139 / 0.2); +} +.bg-slate-500\/25{ + background-color: rgb(100 116 139 / 0.25); +} +.bg-slate-500\/30{ + background-color: rgb(100 116 139 / 0.3); +} +.bg-slate-500\/40{ + background-color: rgb(100 116 139 / 0.4); +} +.bg-slate-500\/50{ + background-color: rgb(100 116 139 / 0.5); +} +.bg-slate-500\/60{ + background-color: rgb(100 116 139 / 0.6); +} +.bg-slate-500\/70{ + background-color: rgb(100 116 139 / 0.7); +} +.bg-slate-500\/75{ + background-color: rgb(100 116 139 / 0.75); +} +.bg-slate-500\/80{ + background-color: rgb(100 116 139 / 0.8); +} +.bg-slate-500\/90{ + background-color: rgb(100 116 139 / 0.9); +} +.bg-slate-500\/95{ + background-color: rgb(100 116 139 / 0.95); +} +.bg-slate-500\/100{ + background-color: rgb(100 116 139 / 1); +} +.bg-slate-600\/0{ + background-color: rgb(71 85 105 / 0); +} +.bg-slate-600\/5{ + background-color: rgb(71 85 105 / 0.05); +} +.bg-slate-600\/10{ + background-color: rgb(71 85 105 / 0.1); +} +.bg-slate-600\/20{ + background-color: rgb(71 85 105 / 0.2); +} +.bg-slate-600\/25{ + background-color: rgb(71 85 105 / 0.25); +} +.bg-slate-600\/30{ + background-color: rgb(71 85 105 / 0.3); +} +.bg-slate-600\/40{ + background-color: rgb(71 85 105 / 0.4); +} +.bg-slate-600\/50{ + background-color: rgb(71 85 105 / 0.5); +} +.bg-slate-600\/60{ + background-color: rgb(71 85 105 / 0.6); +} +.bg-slate-600\/70{ + background-color: rgb(71 85 105 / 0.7); +} +.bg-slate-600\/75{ + background-color: rgb(71 85 105 / 0.75); +} +.bg-slate-600\/80{ + background-color: rgb(71 85 105 / 0.8); +} +.bg-slate-600\/90{ + background-color: rgb(71 85 105 / 0.9); +} +.bg-slate-600\/95{ + background-color: rgb(71 85 105 / 0.95); +} +.bg-slate-600\/100{ + background-color: rgb(71 85 105 / 1); +} +.bg-slate-700\/0{ + background-color: rgb(51 65 85 / 0); +} +.bg-slate-700\/5{ + background-color: rgb(51 65 85 / 0.05); +} +.bg-slate-700\/10{ + background-color: rgb(51 65 85 / 0.1); +} +.bg-slate-700\/20{ + background-color: rgb(51 65 85 / 0.2); +} +.bg-slate-700\/25{ + background-color: rgb(51 65 85 / 0.25); +} +.bg-slate-700\/30{ + background-color: rgb(51 65 85 / 0.3); +} +.bg-slate-700\/40{ + background-color: rgb(51 65 85 / 0.4); +} +.bg-slate-700\/50{ + background-color: rgb(51 65 85 / 0.5); +} +.bg-slate-700\/60{ + background-color: rgb(51 65 85 / 0.6); +} +.bg-slate-700\/70{ + background-color: rgb(51 65 85 / 0.7); +} +.bg-slate-700\/75{ + background-color: rgb(51 65 85 / 0.75); +} +.bg-slate-700\/80{ + background-color: rgb(51 65 85 / 0.8); +} +.bg-slate-700\/90{ + background-color: rgb(51 65 85 / 0.9); +} +.bg-slate-700\/95{ + background-color: rgb(51 65 85 / 0.95); +} +.bg-slate-700\/100{ + background-color: rgb(51 65 85 / 1); +} +.bg-slate-800\/0{ + background-color: rgb(30 41 59 / 0); +} +.bg-slate-800\/5{ + background-color: rgb(30 41 59 / 0.05); +} +.bg-slate-800\/10{ + background-color: rgb(30 41 59 / 0.1); +} +.bg-slate-800\/20{ + background-color: rgb(30 41 59 / 0.2); +} +.bg-slate-800\/25{ + background-color: rgb(30 41 59 / 0.25); +} +.bg-slate-800\/30{ + background-color: rgb(30 41 59 / 0.3); +} +.bg-slate-800\/40{ + background-color: rgb(30 41 59 / 0.4); +} +.bg-slate-800\/50{ + background-color: rgb(30 41 59 / 0.5); +} +.bg-slate-800\/60{ + background-color: rgb(30 41 59 / 0.6); +} +.bg-slate-800\/70{ + background-color: rgb(30 41 59 / 0.7); +} +.bg-slate-800\/75{ + background-color: rgb(30 41 59 / 0.75); +} +.bg-slate-800\/80{ + background-color: rgb(30 41 59 / 0.8); +} +.bg-slate-800\/90{ + background-color: rgb(30 41 59 / 0.9); +} +.bg-slate-800\/95{ + background-color: rgb(30 41 59 / 0.95); +} +.bg-slate-800\/100{ + background-color: rgb(30 41 59 / 1); +} +.bg-slate-900\/0{ + background-color: rgb(15 23 42 / 0); +} +.bg-slate-900\/5{ + background-color: rgb(15 23 42 / 0.05); +} +.bg-slate-900\/10{ + background-color: rgb(15 23 42 / 0.1); +} +.bg-slate-900\/20{ + background-color: rgb(15 23 42 / 0.2); +} +.bg-slate-900\/25{ + background-color: rgb(15 23 42 / 0.25); +} +.bg-slate-900\/30{ + background-color: rgb(15 23 42 / 0.3); +} +.bg-slate-900\/40{ + background-color: rgb(15 23 42 / 0.4); +} +.bg-slate-900\/50{ + background-color: rgb(15 23 42 / 0.5); +} +.bg-slate-900\/60{ + background-color: rgb(15 23 42 / 0.6); +} +.bg-slate-900\/70{ + background-color: rgb(15 23 42 / 0.7); +} +.bg-slate-900\/75{ + background-color: rgb(15 23 42 / 0.75); +} +.bg-slate-900\/80{ + background-color: rgb(15 23 42 / 0.8); +} +.bg-slate-900\/90{ + background-color: rgb(15 23 42 / 0.9); +} +.bg-slate-900\/95{ + background-color: rgb(15 23 42 / 0.95); +} +.bg-slate-900\/100{ + background-color: rgb(15 23 42 / 1); +} +.bg-gray-50\/0{ + background-color: rgb(249 250 251 / 0); +} +.bg-gray-50\/5{ + background-color: rgb(249 250 251 / 0.05); +} +.bg-gray-50\/10{ + background-color: rgb(249 250 251 / 0.1); +} +.bg-gray-50\/20{ + background-color: rgb(249 250 251 / 0.2); +} +.bg-gray-50\/25{ + background-color: rgb(249 250 251 / 0.25); +} +.bg-gray-50\/30{ + background-color: rgb(249 250 251 / 0.3); +} +.bg-gray-50\/40{ + background-color: rgb(249 250 251 / 0.4); +} +.bg-gray-50\/50{ + background-color: rgb(249 250 251 / 0.5); +} +.bg-gray-50\/60{ + background-color: rgb(249 250 251 / 0.6); +} +.bg-gray-50\/70{ + background-color: rgb(249 250 251 / 0.7); +} +.bg-gray-50\/75{ + background-color: rgb(249 250 251 / 0.75); +} +.bg-gray-50\/80{ + background-color: rgb(249 250 251 / 0.8); +} +.bg-gray-50\/90{ + background-color: rgb(249 250 251 / 0.9); +} +.bg-gray-50\/95{ + background-color: rgb(249 250 251 / 0.95); +} +.bg-gray-50\/100{ + background-color: rgb(249 250 251 / 1); +} +.bg-gray-100\/0{ + background-color: rgb(243 244 246 / 0); +} +.bg-gray-100\/5{ + background-color: rgb(243 244 246 / 0.05); +} +.bg-gray-100\/10{ + background-color: rgb(243 244 246 / 0.1); +} +.bg-gray-100\/20{ + background-color: rgb(243 244 246 / 0.2); +} +.bg-gray-100\/25{ + background-color: rgb(243 244 246 / 0.25); +} +.bg-gray-100\/30{ + background-color: rgb(243 244 246 / 0.3); +} +.bg-gray-100\/40{ + background-color: rgb(243 244 246 / 0.4); +} +.bg-gray-100\/50{ + background-color: rgb(243 244 246 / 0.5); +} +.bg-gray-100\/60{ + background-color: rgb(243 244 246 / 0.6); +} +.bg-gray-100\/70{ + background-color: rgb(243 244 246 / 0.7); +} +.bg-gray-100\/75{ + background-color: rgb(243 244 246 / 0.75); +} +.bg-gray-100\/80{ + background-color: rgb(243 244 246 / 0.8); +} +.bg-gray-100\/90{ + background-color: rgb(243 244 246 / 0.9); +} +.bg-gray-100\/95{ + background-color: rgb(243 244 246 / 0.95); +} +.bg-gray-100\/100{ + background-color: rgb(243 244 246 / 1); +} +.bg-gray-200\/0{ + background-color: rgb(229 231 235 / 0); +} +.bg-gray-200\/5{ + background-color: rgb(229 231 235 / 0.05); +} +.bg-gray-200\/10{ + background-color: rgb(229 231 235 / 0.1); +} +.bg-gray-200\/20{ + background-color: rgb(229 231 235 / 0.2); +} +.bg-gray-200\/25{ + background-color: rgb(229 231 235 / 0.25); +} +.bg-gray-200\/30{ + background-color: rgb(229 231 235 / 0.3); +} +.bg-gray-200\/40{ + background-color: rgb(229 231 235 / 0.4); +} +.bg-gray-200\/50{ + background-color: rgb(229 231 235 / 0.5); +} +.bg-gray-200\/60{ + background-color: rgb(229 231 235 / 0.6); +} +.bg-gray-200\/70{ + background-color: rgb(229 231 235 / 0.7); +} +.bg-gray-200\/75{ + background-color: rgb(229 231 235 / 0.75); +} +.bg-gray-200\/80{ + background-color: rgb(229 231 235 / 0.8); +} +.bg-gray-200\/90{ + background-color: rgb(229 231 235 / 0.9); +} +.bg-gray-200\/95{ + background-color: rgb(229 231 235 / 0.95); +} +.bg-gray-200\/100{ + background-color: rgb(229 231 235 / 1); +} +.bg-gray-300\/0{ + background-color: rgb(209 213 219 / 0); +} +.bg-gray-300\/5{ + background-color: rgb(209 213 219 / 0.05); +} +.bg-gray-300\/10{ + background-color: rgb(209 213 219 / 0.1); +} +.bg-gray-300\/20{ + background-color: rgb(209 213 219 / 0.2); +} +.bg-gray-300\/25{ + background-color: rgb(209 213 219 / 0.25); +} +.bg-gray-300\/30{ + background-color: rgb(209 213 219 / 0.3); +} +.bg-gray-300\/40{ + background-color: rgb(209 213 219 / 0.4); +} +.bg-gray-300\/50{ + background-color: rgb(209 213 219 / 0.5); +} +.bg-gray-300\/60{ + background-color: rgb(209 213 219 / 0.6); +} +.bg-gray-300\/70{ + background-color: rgb(209 213 219 / 0.7); +} +.bg-gray-300\/75{ + background-color: rgb(209 213 219 / 0.75); +} +.bg-gray-300\/80{ + background-color: rgb(209 213 219 / 0.8); +} +.bg-gray-300\/90{ + background-color: rgb(209 213 219 / 0.9); +} +.bg-gray-300\/95{ + background-color: rgb(209 213 219 / 0.95); +} +.bg-gray-300\/100{ + background-color: rgb(209 213 219 / 1); +} +.bg-gray-400\/0{ + background-color: rgb(156 163 175 / 0); +} +.bg-gray-400\/5{ + background-color: rgb(156 163 175 / 0.05); +} +.bg-gray-400\/10{ + background-color: rgb(156 163 175 / 0.1); +} +.bg-gray-400\/20{ + background-color: rgb(156 163 175 / 0.2); +} +.bg-gray-400\/25{ + background-color: rgb(156 163 175 / 0.25); +} +.bg-gray-400\/30{ + background-color: rgb(156 163 175 / 0.3); +} +.bg-gray-400\/40{ + background-color: rgb(156 163 175 / 0.4); +} +.bg-gray-400\/50{ + background-color: rgb(156 163 175 / 0.5); +} +.bg-gray-400\/60{ + background-color: rgb(156 163 175 / 0.6); +} +.bg-gray-400\/70{ + background-color: rgb(156 163 175 / 0.7); +} +.bg-gray-400\/75{ + background-color: rgb(156 163 175 / 0.75); +} +.bg-gray-400\/80{ + background-color: rgb(156 163 175 / 0.8); +} +.bg-gray-400\/90{ + background-color: rgb(156 163 175 / 0.9); +} +.bg-gray-400\/95{ + background-color: rgb(156 163 175 / 0.95); +} +.bg-gray-400\/100{ + background-color: rgb(156 163 175 / 1); +} +.bg-gray-500\/0{ + background-color: rgb(107 114 128 / 0); +} +.bg-gray-500\/5{ + background-color: rgb(107 114 128 / 0.05); +} +.bg-gray-500\/10{ + background-color: rgb(107 114 128 / 0.1); +} +.bg-gray-500\/20{ + background-color: rgb(107 114 128 / 0.2); +} +.bg-gray-500\/25{ + background-color: rgb(107 114 128 / 0.25); +} +.bg-gray-500\/30{ + background-color: rgb(107 114 128 / 0.3); +} +.bg-gray-500\/40{ + background-color: rgb(107 114 128 / 0.4); +} +.bg-gray-500\/50{ + background-color: rgb(107 114 128 / 0.5); +} +.bg-gray-500\/60{ + background-color: rgb(107 114 128 / 0.6); +} +.bg-gray-500\/70{ + background-color: rgb(107 114 128 / 0.7); +} +.bg-gray-500\/75{ + background-color: rgb(107 114 128 / 0.75); +} +.bg-gray-500\/80{ + background-color: rgb(107 114 128 / 0.8); +} +.bg-gray-500\/90{ + background-color: rgb(107 114 128 / 0.9); +} +.bg-gray-500\/95{ + background-color: rgb(107 114 128 / 0.95); +} +.bg-gray-500\/100{ + background-color: rgb(107 114 128 / 1); +} +.bg-gray-600\/0{ + background-color: rgb(75 85 99 / 0); +} +.bg-gray-600\/5{ + background-color: rgb(75 85 99 / 0.05); +} +.bg-gray-600\/10{ + background-color: rgb(75 85 99 / 0.1); +} +.bg-gray-600\/20{ + background-color: rgb(75 85 99 / 0.2); +} +.bg-gray-600\/25{ + background-color: rgb(75 85 99 / 0.25); +} +.bg-gray-600\/30{ + background-color: rgb(75 85 99 / 0.3); +} +.bg-gray-600\/40{ + background-color: rgb(75 85 99 / 0.4); +} +.bg-gray-600\/50{ + background-color: rgb(75 85 99 / 0.5); +} +.bg-gray-600\/60{ + background-color: rgb(75 85 99 / 0.6); +} +.bg-gray-600\/70{ + background-color: rgb(75 85 99 / 0.7); +} +.bg-gray-600\/75{ + background-color: rgb(75 85 99 / 0.75); +} +.bg-gray-600\/80{ + background-color: rgb(75 85 99 / 0.8); +} +.bg-gray-600\/90{ + background-color: rgb(75 85 99 / 0.9); +} +.bg-gray-600\/95{ + background-color: rgb(75 85 99 / 0.95); +} +.bg-gray-600\/100{ + background-color: rgb(75 85 99 / 1); +} +.bg-gray-700\/0{ + background-color: rgb(55 65 81 / 0); +} +.bg-gray-700\/5{ + background-color: rgb(55 65 81 / 0.05); +} +.bg-gray-700\/10{ + background-color: rgb(55 65 81 / 0.1); +} +.bg-gray-700\/20{ + background-color: rgb(55 65 81 / 0.2); +} +.bg-gray-700\/25{ + background-color: rgb(55 65 81 / 0.25); +} +.bg-gray-700\/30{ + background-color: rgb(55 65 81 / 0.3); +} +.bg-gray-700\/40{ + background-color: rgb(55 65 81 / 0.4); +} +.bg-gray-700\/50{ + background-color: rgb(55 65 81 / 0.5); +} +.bg-gray-700\/60{ + background-color: rgb(55 65 81 / 0.6); +} +.bg-gray-700\/70{ + background-color: rgb(55 65 81 / 0.7); +} +.bg-gray-700\/75{ + background-color: rgb(55 65 81 / 0.75); +} +.bg-gray-700\/80{ + background-color: rgb(55 65 81 / 0.8); +} +.bg-gray-700\/90{ + background-color: rgb(55 65 81 / 0.9); +} +.bg-gray-700\/95{ + background-color: rgb(55 65 81 / 0.95); +} +.bg-gray-700\/100{ + background-color: rgb(55 65 81 / 1); +} +.bg-gray-800\/0{ + background-color: rgb(31 41 55 / 0); +} +.bg-gray-800\/5{ + background-color: rgb(31 41 55 / 0.05); +} +.bg-gray-800\/10{ + background-color: rgb(31 41 55 / 0.1); +} +.bg-gray-800\/20{ + background-color: rgb(31 41 55 / 0.2); +} +.bg-gray-800\/25{ + background-color: rgb(31 41 55 / 0.25); +} +.bg-gray-800\/30{ + background-color: rgb(31 41 55 / 0.3); +} +.bg-gray-800\/40{ + background-color: rgb(31 41 55 / 0.4); +} +.bg-gray-800\/50{ + background-color: rgb(31 41 55 / 0.5); +} +.bg-gray-800\/60{ + background-color: rgb(31 41 55 / 0.6); +} +.bg-gray-800\/70{ + background-color: rgb(31 41 55 / 0.7); +} +.bg-gray-800\/75{ + background-color: rgb(31 41 55 / 0.75); +} +.bg-gray-800\/80{ + background-color: rgb(31 41 55 / 0.8); +} +.bg-gray-800\/90{ + background-color: rgb(31 41 55 / 0.9); +} +.bg-gray-800\/95{ + background-color: rgb(31 41 55 / 0.95); +} +.bg-gray-800\/100{ + background-color: rgb(31 41 55 / 1); +} +.bg-gray-900\/0{ + background-color: rgb(17 24 39 / 0); +} +.bg-gray-900\/5{ + background-color: rgb(17 24 39 / 0.05); +} +.bg-gray-900\/10{ + background-color: rgb(17 24 39 / 0.1); +} +.bg-gray-900\/20{ + background-color: rgb(17 24 39 / 0.2); +} +.bg-gray-900\/25{ + background-color: rgb(17 24 39 / 0.25); +} +.bg-gray-900\/30{ + background-color: rgb(17 24 39 / 0.3); +} +.bg-gray-900\/40{ + background-color: rgb(17 24 39 / 0.4); +} +.bg-gray-900\/50{ + background-color: rgb(17 24 39 / 0.5); +} +.bg-gray-900\/60{ + background-color: rgb(17 24 39 / 0.6); +} +.bg-gray-900\/70{ + background-color: rgb(17 24 39 / 0.7); +} +.bg-gray-900\/75{ + background-color: rgb(17 24 39 / 0.75); +} +.bg-gray-900\/80{ + background-color: rgb(17 24 39 / 0.8); +} +.bg-gray-900\/90{ + background-color: rgb(17 24 39 / 0.9); +} +.bg-gray-900\/95{ + background-color: rgb(17 24 39 / 0.95); +} +.bg-gray-900\/100{ + background-color: rgb(17 24 39 / 1); +} +.bg-zinc-50\/0{ + background-color: rgb(250 250 250 / 0); +} +.bg-zinc-50\/5{ + background-color: rgb(250 250 250 / 0.05); +} +.bg-zinc-50\/10{ + background-color: rgb(250 250 250 / 0.1); +} +.bg-zinc-50\/20{ + background-color: rgb(250 250 250 / 0.2); +} +.bg-zinc-50\/25{ + background-color: rgb(250 250 250 / 0.25); +} +.bg-zinc-50\/30{ + background-color: rgb(250 250 250 / 0.3); +} +.bg-zinc-50\/40{ + background-color: rgb(250 250 250 / 0.4); +} +.bg-zinc-50\/50{ + background-color: rgb(250 250 250 / 0.5); +} +.bg-zinc-50\/60{ + background-color: rgb(250 250 250 / 0.6); +} +.bg-zinc-50\/70{ + background-color: rgb(250 250 250 / 0.7); +} +.bg-zinc-50\/75{ + background-color: rgb(250 250 250 / 0.75); +} +.bg-zinc-50\/80{ + background-color: rgb(250 250 250 / 0.8); +} +.bg-zinc-50\/90{ + background-color: rgb(250 250 250 / 0.9); +} +.bg-zinc-50\/95{ + background-color: rgb(250 250 250 / 0.95); +} +.bg-zinc-50\/100{ + background-color: rgb(250 250 250 / 1); +} +.bg-zinc-100\/0{ + background-color: rgb(244 244 245 / 0); +} +.bg-zinc-100\/5{ + background-color: rgb(244 244 245 / 0.05); +} +.bg-zinc-100\/10{ + background-color: rgb(244 244 245 / 0.1); +} +.bg-zinc-100\/20{ + background-color: rgb(244 244 245 / 0.2); +} +.bg-zinc-100\/25{ + background-color: rgb(244 244 245 / 0.25); +} +.bg-zinc-100\/30{ + background-color: rgb(244 244 245 / 0.3); +} +.bg-zinc-100\/40{ + background-color: rgb(244 244 245 / 0.4); +} +.bg-zinc-100\/50{ + background-color: rgb(244 244 245 / 0.5); +} +.bg-zinc-100\/60{ + background-color: rgb(244 244 245 / 0.6); +} +.bg-zinc-100\/70{ + background-color: rgb(244 244 245 / 0.7); +} +.bg-zinc-100\/75{ + background-color: rgb(244 244 245 / 0.75); +} +.bg-zinc-100\/80{ + background-color: rgb(244 244 245 / 0.8); +} +.bg-zinc-100\/90{ + background-color: rgb(244 244 245 / 0.9); +} +.bg-zinc-100\/95{ + background-color: rgb(244 244 245 / 0.95); +} +.bg-zinc-100\/100{ + background-color: rgb(244 244 245 / 1); +} +.bg-zinc-200\/0{ + background-color: rgb(228 228 231 / 0); +} +.bg-zinc-200\/5{ + background-color: rgb(228 228 231 / 0.05); +} +.bg-zinc-200\/10{ + background-color: rgb(228 228 231 / 0.1); +} +.bg-zinc-200\/20{ + background-color: rgb(228 228 231 / 0.2); +} +.bg-zinc-200\/25{ + background-color: rgb(228 228 231 / 0.25); +} +.bg-zinc-200\/30{ + background-color: rgb(228 228 231 / 0.3); +} +.bg-zinc-200\/40{ + background-color: rgb(228 228 231 / 0.4); +} +.bg-zinc-200\/50{ + background-color: rgb(228 228 231 / 0.5); +} +.bg-zinc-200\/60{ + background-color: rgb(228 228 231 / 0.6); +} +.bg-zinc-200\/70{ + background-color: rgb(228 228 231 / 0.7); +} +.bg-zinc-200\/75{ + background-color: rgb(228 228 231 / 0.75); +} +.bg-zinc-200\/80{ + background-color: rgb(228 228 231 / 0.8); +} +.bg-zinc-200\/90{ + background-color: rgb(228 228 231 / 0.9); +} +.bg-zinc-200\/95{ + background-color: rgb(228 228 231 / 0.95); +} +.bg-zinc-200\/100{ + background-color: rgb(228 228 231 / 1); +} +.bg-zinc-300\/0{ + background-color: rgb(212 212 216 / 0); +} +.bg-zinc-300\/5{ + background-color: rgb(212 212 216 / 0.05); +} +.bg-zinc-300\/10{ + background-color: rgb(212 212 216 / 0.1); +} +.bg-zinc-300\/20{ + background-color: rgb(212 212 216 / 0.2); +} +.bg-zinc-300\/25{ + background-color: rgb(212 212 216 / 0.25); +} +.bg-zinc-300\/30{ + background-color: rgb(212 212 216 / 0.3); +} +.bg-zinc-300\/40{ + background-color: rgb(212 212 216 / 0.4); +} +.bg-zinc-300\/50{ + background-color: rgb(212 212 216 / 0.5); +} +.bg-zinc-300\/60{ + background-color: rgb(212 212 216 / 0.6); +} +.bg-zinc-300\/70{ + background-color: rgb(212 212 216 / 0.7); +} +.bg-zinc-300\/75{ + background-color: rgb(212 212 216 / 0.75); +} +.bg-zinc-300\/80{ + background-color: rgb(212 212 216 / 0.8); +} +.bg-zinc-300\/90{ + background-color: rgb(212 212 216 / 0.9); +} +.bg-zinc-300\/95{ + background-color: rgb(212 212 216 / 0.95); +} +.bg-zinc-300\/100{ + background-color: rgb(212 212 216 / 1); +} +.bg-zinc-400\/0{ + background-color: rgb(161 161 170 / 0); +} +.bg-zinc-400\/5{ + background-color: rgb(161 161 170 / 0.05); +} +.bg-zinc-400\/10{ + background-color: rgb(161 161 170 / 0.1); +} +.bg-zinc-400\/20{ + background-color: rgb(161 161 170 / 0.2); +} +.bg-zinc-400\/25{ + background-color: rgb(161 161 170 / 0.25); +} +.bg-zinc-400\/30{ + background-color: rgb(161 161 170 / 0.3); +} +.bg-zinc-400\/40{ + background-color: rgb(161 161 170 / 0.4); +} +.bg-zinc-400\/50{ + background-color: rgb(161 161 170 / 0.5); +} +.bg-zinc-400\/60{ + background-color: rgb(161 161 170 / 0.6); +} +.bg-zinc-400\/70{ + background-color: rgb(161 161 170 / 0.7); +} +.bg-zinc-400\/75{ + background-color: rgb(161 161 170 / 0.75); +} +.bg-zinc-400\/80{ + background-color: rgb(161 161 170 / 0.8); +} +.bg-zinc-400\/90{ + background-color: rgb(161 161 170 / 0.9); +} +.bg-zinc-400\/95{ + background-color: rgb(161 161 170 / 0.95); +} +.bg-zinc-400\/100{ + background-color: rgb(161 161 170 / 1); +} +.bg-zinc-500\/0{ + background-color: rgb(113 113 122 / 0); +} +.bg-zinc-500\/5{ + background-color: rgb(113 113 122 / 0.05); +} +.bg-zinc-500\/10{ + background-color: rgb(113 113 122 / 0.1); +} +.bg-zinc-500\/20{ + background-color: rgb(113 113 122 / 0.2); +} +.bg-zinc-500\/25{ + background-color: rgb(113 113 122 / 0.25); +} +.bg-zinc-500\/30{ + background-color: rgb(113 113 122 / 0.3); +} +.bg-zinc-500\/40{ + background-color: rgb(113 113 122 / 0.4); +} +.bg-zinc-500\/50{ + background-color: rgb(113 113 122 / 0.5); +} +.bg-zinc-500\/60{ + background-color: rgb(113 113 122 / 0.6); +} +.bg-zinc-500\/70{ + background-color: rgb(113 113 122 / 0.7); +} +.bg-zinc-500\/75{ + background-color: rgb(113 113 122 / 0.75); +} +.bg-zinc-500\/80{ + background-color: rgb(113 113 122 / 0.8); +} +.bg-zinc-500\/90{ + background-color: rgb(113 113 122 / 0.9); +} +.bg-zinc-500\/95{ + background-color: rgb(113 113 122 / 0.95); +} +.bg-zinc-500\/100{ + background-color: rgb(113 113 122 / 1); +} +.bg-zinc-600\/0{ + background-color: rgb(82 82 91 / 0); +} +.bg-zinc-600\/5{ + background-color: rgb(82 82 91 / 0.05); +} +.bg-zinc-600\/10{ + background-color: rgb(82 82 91 / 0.1); +} +.bg-zinc-600\/20{ + background-color: rgb(82 82 91 / 0.2); +} +.bg-zinc-600\/25{ + background-color: rgb(82 82 91 / 0.25); +} +.bg-zinc-600\/30{ + background-color: rgb(82 82 91 / 0.3); +} +.bg-zinc-600\/40{ + background-color: rgb(82 82 91 / 0.4); +} +.bg-zinc-600\/50{ + background-color: rgb(82 82 91 / 0.5); +} +.bg-zinc-600\/60{ + background-color: rgb(82 82 91 / 0.6); +} +.bg-zinc-600\/70{ + background-color: rgb(82 82 91 / 0.7); +} +.bg-zinc-600\/75{ + background-color: rgb(82 82 91 / 0.75); +} +.bg-zinc-600\/80{ + background-color: rgb(82 82 91 / 0.8); +} +.bg-zinc-600\/90{ + background-color: rgb(82 82 91 / 0.9); +} +.bg-zinc-600\/95{ + background-color: rgb(82 82 91 / 0.95); +} +.bg-zinc-600\/100{ + background-color: rgb(82 82 91 / 1); +} +.bg-zinc-700\/0{ + background-color: rgb(63 63 70 / 0); +} +.bg-zinc-700\/5{ + background-color: rgb(63 63 70 / 0.05); +} +.bg-zinc-700\/10{ + background-color: rgb(63 63 70 / 0.1); +} +.bg-zinc-700\/20{ + background-color: rgb(63 63 70 / 0.2); +} +.bg-zinc-700\/25{ + background-color: rgb(63 63 70 / 0.25); +} +.bg-zinc-700\/30{ + background-color: rgb(63 63 70 / 0.3); +} +.bg-zinc-700\/40{ + background-color: rgb(63 63 70 / 0.4); +} +.bg-zinc-700\/50{ + background-color: rgb(63 63 70 / 0.5); +} +.bg-zinc-700\/60{ + background-color: rgb(63 63 70 / 0.6); +} +.bg-zinc-700\/70{ + background-color: rgb(63 63 70 / 0.7); +} +.bg-zinc-700\/75{ + background-color: rgb(63 63 70 / 0.75); +} +.bg-zinc-700\/80{ + background-color: rgb(63 63 70 / 0.8); +} +.bg-zinc-700\/90{ + background-color: rgb(63 63 70 / 0.9); +} +.bg-zinc-700\/95{ + background-color: rgb(63 63 70 / 0.95); +} +.bg-zinc-700\/100{ + background-color: rgb(63 63 70 / 1); +} +.bg-zinc-800\/0{ + background-color: rgb(39 39 42 / 0); +} +.bg-zinc-800\/5{ + background-color: rgb(39 39 42 / 0.05); +} +.bg-zinc-800\/10{ + background-color: rgb(39 39 42 / 0.1); +} +.bg-zinc-800\/20{ + background-color: rgb(39 39 42 / 0.2); +} +.bg-zinc-800\/25{ + background-color: rgb(39 39 42 / 0.25); +} +.bg-zinc-800\/30{ + background-color: rgb(39 39 42 / 0.3); +} +.bg-zinc-800\/40{ + background-color: rgb(39 39 42 / 0.4); +} +.bg-zinc-800\/50{ + background-color: rgb(39 39 42 / 0.5); +} +.bg-zinc-800\/60{ + background-color: rgb(39 39 42 / 0.6); +} +.bg-zinc-800\/70{ + background-color: rgb(39 39 42 / 0.7); +} +.bg-zinc-800\/75{ + background-color: rgb(39 39 42 / 0.75); +} +.bg-zinc-800\/80{ + background-color: rgb(39 39 42 / 0.8); +} +.bg-zinc-800\/90{ + background-color: rgb(39 39 42 / 0.9); +} +.bg-zinc-800\/95{ + background-color: rgb(39 39 42 / 0.95); +} +.bg-zinc-800\/100{ + background-color: rgb(39 39 42 / 1); +} +.bg-zinc-900\/0{ + background-color: rgb(24 24 27 / 0); +} +.bg-zinc-900\/5{ + background-color: rgb(24 24 27 / 0.05); +} +.bg-zinc-900\/10{ + background-color: rgb(24 24 27 / 0.1); +} +.bg-zinc-900\/20{ + background-color: rgb(24 24 27 / 0.2); +} +.bg-zinc-900\/25{ + background-color: rgb(24 24 27 / 0.25); +} +.bg-zinc-900\/30{ + background-color: rgb(24 24 27 / 0.3); +} +.bg-zinc-900\/40{ + background-color: rgb(24 24 27 / 0.4); +} +.bg-zinc-900\/50{ + background-color: rgb(24 24 27 / 0.5); +} +.bg-zinc-900\/60{ + background-color: rgb(24 24 27 / 0.6); +} +.bg-zinc-900\/70{ + background-color: rgb(24 24 27 / 0.7); +} +.bg-zinc-900\/75{ + background-color: rgb(24 24 27 / 0.75); +} +.bg-zinc-900\/80{ + background-color: rgb(24 24 27 / 0.8); +} +.bg-zinc-900\/90{ + background-color: rgb(24 24 27 / 0.9); +} +.bg-zinc-900\/95{ + background-color: rgb(24 24 27 / 0.95); +} +.bg-zinc-900\/100{ + background-color: rgb(24 24 27 / 1); +} +.bg-neutral-50\/0{ + background-color: rgb(250 250 250 / 0); +} +.bg-neutral-50\/5{ + background-color: rgb(250 250 250 / 0.05); +} +.bg-neutral-50\/10{ + background-color: rgb(250 250 250 / 0.1); +} +.bg-neutral-50\/20{ + background-color: rgb(250 250 250 / 0.2); +} +.bg-neutral-50\/25{ + background-color: rgb(250 250 250 / 0.25); +} +.bg-neutral-50\/30{ + background-color: rgb(250 250 250 / 0.3); +} +.bg-neutral-50\/40{ + background-color: rgb(250 250 250 / 0.4); +} +.bg-neutral-50\/50{ + background-color: rgb(250 250 250 / 0.5); +} +.bg-neutral-50\/60{ + background-color: rgb(250 250 250 / 0.6); +} +.bg-neutral-50\/70{ + background-color: rgb(250 250 250 / 0.7); +} +.bg-neutral-50\/75{ + background-color: rgb(250 250 250 / 0.75); +} +.bg-neutral-50\/80{ + background-color: rgb(250 250 250 / 0.8); +} +.bg-neutral-50\/90{ + background-color: rgb(250 250 250 / 0.9); +} +.bg-neutral-50\/95{ + background-color: rgb(250 250 250 / 0.95); +} +.bg-neutral-50\/100{ + background-color: rgb(250 250 250 / 1); +} +.bg-neutral-100\/0{ + background-color: rgb(245 245 245 / 0); +} +.bg-neutral-100\/5{ + background-color: rgb(245 245 245 / 0.05); +} +.bg-neutral-100\/10{ + background-color: rgb(245 245 245 / 0.1); +} +.bg-neutral-100\/20{ + background-color: rgb(245 245 245 / 0.2); +} +.bg-neutral-100\/25{ + background-color: rgb(245 245 245 / 0.25); +} +.bg-neutral-100\/30{ + background-color: rgb(245 245 245 / 0.3); +} +.bg-neutral-100\/40{ + background-color: rgb(245 245 245 / 0.4); +} +.bg-neutral-100\/50{ + background-color: rgb(245 245 245 / 0.5); +} +.bg-neutral-100\/60{ + background-color: rgb(245 245 245 / 0.6); +} +.bg-neutral-100\/70{ + background-color: rgb(245 245 245 / 0.7); +} +.bg-neutral-100\/75{ + background-color: rgb(245 245 245 / 0.75); +} +.bg-neutral-100\/80{ + background-color: rgb(245 245 245 / 0.8); +} +.bg-neutral-100\/90{ + background-color: rgb(245 245 245 / 0.9); +} +.bg-neutral-100\/95{ + background-color: rgb(245 245 245 / 0.95); +} +.bg-neutral-100\/100{ + background-color: rgb(245 245 245 / 1); +} +.bg-neutral-200\/0{ + background-color: rgb(229 229 229 / 0); +} +.bg-neutral-200\/5{ + background-color: rgb(229 229 229 / 0.05); +} +.bg-neutral-200\/10{ + background-color: rgb(229 229 229 / 0.1); +} +.bg-neutral-200\/20{ + background-color: rgb(229 229 229 / 0.2); +} +.bg-neutral-200\/25{ + background-color: rgb(229 229 229 / 0.25); +} +.bg-neutral-200\/30{ + background-color: rgb(229 229 229 / 0.3); +} +.bg-neutral-200\/40{ + background-color: rgb(229 229 229 / 0.4); +} +.bg-neutral-200\/50{ + background-color: rgb(229 229 229 / 0.5); +} +.bg-neutral-200\/60{ + background-color: rgb(229 229 229 / 0.6); +} +.bg-neutral-200\/70{ + background-color: rgb(229 229 229 / 0.7); +} +.bg-neutral-200\/75{ + background-color: rgb(229 229 229 / 0.75); +} +.bg-neutral-200\/80{ + background-color: rgb(229 229 229 / 0.8); +} +.bg-neutral-200\/90{ + background-color: rgb(229 229 229 / 0.9); +} +.bg-neutral-200\/95{ + background-color: rgb(229 229 229 / 0.95); +} +.bg-neutral-200\/100{ + background-color: rgb(229 229 229 / 1); +} +.bg-neutral-300\/0{ + background-color: rgb(212 212 212 / 0); +} +.bg-neutral-300\/5{ + background-color: rgb(212 212 212 / 0.05); +} +.bg-neutral-300\/10{ + background-color: rgb(212 212 212 / 0.1); +} +.bg-neutral-300\/20{ + background-color: rgb(212 212 212 / 0.2); +} +.bg-neutral-300\/25{ + background-color: rgb(212 212 212 / 0.25); +} +.bg-neutral-300\/30{ + background-color: rgb(212 212 212 / 0.3); +} +.bg-neutral-300\/40{ + background-color: rgb(212 212 212 / 0.4); +} +.bg-neutral-300\/50{ + background-color: rgb(212 212 212 / 0.5); +} +.bg-neutral-300\/60{ + background-color: rgb(212 212 212 / 0.6); +} +.bg-neutral-300\/70{ + background-color: rgb(212 212 212 / 0.7); +} +.bg-neutral-300\/75{ + background-color: rgb(212 212 212 / 0.75); +} +.bg-neutral-300\/80{ + background-color: rgb(212 212 212 / 0.8); +} +.bg-neutral-300\/90{ + background-color: rgb(212 212 212 / 0.9); +} +.bg-neutral-300\/95{ + background-color: rgb(212 212 212 / 0.95); +} +.bg-neutral-300\/100{ + background-color: rgb(212 212 212 / 1); +} +.bg-neutral-400\/0{ + background-color: rgb(163 163 163 / 0); +} +.bg-neutral-400\/5{ + background-color: rgb(163 163 163 / 0.05); +} +.bg-neutral-400\/10{ + background-color: rgb(163 163 163 / 0.1); +} +.bg-neutral-400\/20{ + background-color: rgb(163 163 163 / 0.2); +} +.bg-neutral-400\/25{ + background-color: rgb(163 163 163 / 0.25); +} +.bg-neutral-400\/30{ + background-color: rgb(163 163 163 / 0.3); +} +.bg-neutral-400\/40{ + background-color: rgb(163 163 163 / 0.4); +} +.bg-neutral-400\/50{ + background-color: rgb(163 163 163 / 0.5); +} +.bg-neutral-400\/60{ + background-color: rgb(163 163 163 / 0.6); +} +.bg-neutral-400\/70{ + background-color: rgb(163 163 163 / 0.7); +} +.bg-neutral-400\/75{ + background-color: rgb(163 163 163 / 0.75); +} +.bg-neutral-400\/80{ + background-color: rgb(163 163 163 / 0.8); +} +.bg-neutral-400\/90{ + background-color: rgb(163 163 163 / 0.9); +} +.bg-neutral-400\/95{ + background-color: rgb(163 163 163 / 0.95); +} +.bg-neutral-400\/100{ + background-color: rgb(163 163 163 / 1); +} +.bg-neutral-500\/0{ + background-color: rgb(115 115 115 / 0); +} +.bg-neutral-500\/5{ + background-color: rgb(115 115 115 / 0.05); +} +.bg-neutral-500\/10{ + background-color: rgb(115 115 115 / 0.1); +} +.bg-neutral-500\/20{ + background-color: rgb(115 115 115 / 0.2); +} +.bg-neutral-500\/25{ + background-color: rgb(115 115 115 / 0.25); +} +.bg-neutral-500\/30{ + background-color: rgb(115 115 115 / 0.3); +} +.bg-neutral-500\/40{ + background-color: rgb(115 115 115 / 0.4); +} +.bg-neutral-500\/50{ + background-color: rgb(115 115 115 / 0.5); +} +.bg-neutral-500\/60{ + background-color: rgb(115 115 115 / 0.6); +} +.bg-neutral-500\/70{ + background-color: rgb(115 115 115 / 0.7); +} +.bg-neutral-500\/75{ + background-color: rgb(115 115 115 / 0.75); +} +.bg-neutral-500\/80{ + background-color: rgb(115 115 115 / 0.8); +} +.bg-neutral-500\/90{ + background-color: rgb(115 115 115 / 0.9); +} +.bg-neutral-500\/95{ + background-color: rgb(115 115 115 / 0.95); +} +.bg-neutral-500\/100{ + background-color: rgb(115 115 115 / 1); +} +.bg-neutral-600\/0{ + background-color: rgb(82 82 82 / 0); +} +.bg-neutral-600\/5{ + background-color: rgb(82 82 82 / 0.05); +} +.bg-neutral-600\/10{ + background-color: rgb(82 82 82 / 0.1); +} +.bg-neutral-600\/20{ + background-color: rgb(82 82 82 / 0.2); +} +.bg-neutral-600\/25{ + background-color: rgb(82 82 82 / 0.25); +} +.bg-neutral-600\/30{ + background-color: rgb(82 82 82 / 0.3); +} +.bg-neutral-600\/40{ + background-color: rgb(82 82 82 / 0.4); +} +.bg-neutral-600\/50{ + background-color: rgb(82 82 82 / 0.5); +} +.bg-neutral-600\/60{ + background-color: rgb(82 82 82 / 0.6); +} +.bg-neutral-600\/70{ + background-color: rgb(82 82 82 / 0.7); +} +.bg-neutral-600\/75{ + background-color: rgb(82 82 82 / 0.75); +} +.bg-neutral-600\/80{ + background-color: rgb(82 82 82 / 0.8); +} +.bg-neutral-600\/90{ + background-color: rgb(82 82 82 / 0.9); +} +.bg-neutral-600\/95{ + background-color: rgb(82 82 82 / 0.95); +} +.bg-neutral-600\/100{ + background-color: rgb(82 82 82 / 1); +} +.bg-neutral-700\/0{ + background-color: rgb(64 64 64 / 0); +} +.bg-neutral-700\/5{ + background-color: rgb(64 64 64 / 0.05); +} +.bg-neutral-700\/10{ + background-color: rgb(64 64 64 / 0.1); +} +.bg-neutral-700\/20{ + background-color: rgb(64 64 64 / 0.2); +} +.bg-neutral-700\/25{ + background-color: rgb(64 64 64 / 0.25); +} +.bg-neutral-700\/30{ + background-color: rgb(64 64 64 / 0.3); +} +.bg-neutral-700\/40{ + background-color: rgb(64 64 64 / 0.4); +} +.bg-neutral-700\/50{ + background-color: rgb(64 64 64 / 0.5); +} +.bg-neutral-700\/60{ + background-color: rgb(64 64 64 / 0.6); +} +.bg-neutral-700\/70{ + background-color: rgb(64 64 64 / 0.7); +} +.bg-neutral-700\/75{ + background-color: rgb(64 64 64 / 0.75); +} +.bg-neutral-700\/80{ + background-color: rgb(64 64 64 / 0.8); +} +.bg-neutral-700\/90{ + background-color: rgb(64 64 64 / 0.9); +} +.bg-neutral-700\/95{ + background-color: rgb(64 64 64 / 0.95); +} +.bg-neutral-700\/100{ + background-color: rgb(64 64 64 / 1); +} +.bg-neutral-800\/0{ + background-color: rgb(38 38 38 / 0); +} +.bg-neutral-800\/5{ + background-color: rgb(38 38 38 / 0.05); +} +.bg-neutral-800\/10{ + background-color: rgb(38 38 38 / 0.1); +} +.bg-neutral-800\/20{ + background-color: rgb(38 38 38 / 0.2); +} +.bg-neutral-800\/25{ + background-color: rgb(38 38 38 / 0.25); +} +.bg-neutral-800\/30{ + background-color: rgb(38 38 38 / 0.3); +} +.bg-neutral-800\/40{ + background-color: rgb(38 38 38 / 0.4); +} +.bg-neutral-800\/50{ + background-color: rgb(38 38 38 / 0.5); +} +.bg-neutral-800\/60{ + background-color: rgb(38 38 38 / 0.6); +} +.bg-neutral-800\/70{ + background-color: rgb(38 38 38 / 0.7); +} +.bg-neutral-800\/75{ + background-color: rgb(38 38 38 / 0.75); +} +.bg-neutral-800\/80{ + background-color: rgb(38 38 38 / 0.8); +} +.bg-neutral-800\/90{ + background-color: rgb(38 38 38 / 0.9); +} +.bg-neutral-800\/95{ + background-color: rgb(38 38 38 / 0.95); +} +.bg-neutral-800\/100{ + background-color: rgb(38 38 38 / 1); +} +.bg-neutral-900\/0{ + background-color: rgb(23 23 23 / 0); +} +.bg-neutral-900\/5{ + background-color: rgb(23 23 23 / 0.05); +} +.bg-neutral-900\/10{ + background-color: rgb(23 23 23 / 0.1); +} +.bg-neutral-900\/20{ + background-color: rgb(23 23 23 / 0.2); +} +.bg-neutral-900\/25{ + background-color: rgb(23 23 23 / 0.25); +} +.bg-neutral-900\/30{ + background-color: rgb(23 23 23 / 0.3); +} +.bg-neutral-900\/40{ + background-color: rgb(23 23 23 / 0.4); +} +.bg-neutral-900\/50{ + background-color: rgb(23 23 23 / 0.5); +} +.bg-neutral-900\/60{ + background-color: rgb(23 23 23 / 0.6); +} +.bg-neutral-900\/70{ + background-color: rgb(23 23 23 / 0.7); +} +.bg-neutral-900\/75{ + background-color: rgb(23 23 23 / 0.75); +} +.bg-neutral-900\/80{ + background-color: rgb(23 23 23 / 0.8); +} +.bg-neutral-900\/90{ + background-color: rgb(23 23 23 / 0.9); +} +.bg-neutral-900\/95{ + background-color: rgb(23 23 23 / 0.95); +} +.bg-neutral-900\/100{ + background-color: rgb(23 23 23 / 1); +} +.bg-stone-50\/0{ + background-color: rgb(250 250 249 / 0); +} +.bg-stone-50\/5{ + background-color: rgb(250 250 249 / 0.05); +} +.bg-stone-50\/10{ + background-color: rgb(250 250 249 / 0.1); +} +.bg-stone-50\/20{ + background-color: rgb(250 250 249 / 0.2); +} +.bg-stone-50\/25{ + background-color: rgb(250 250 249 / 0.25); +} +.bg-stone-50\/30{ + background-color: rgb(250 250 249 / 0.3); +} +.bg-stone-50\/40{ + background-color: rgb(250 250 249 / 0.4); +} +.bg-stone-50\/50{ + background-color: rgb(250 250 249 / 0.5); +} +.bg-stone-50\/60{ + background-color: rgb(250 250 249 / 0.6); +} +.bg-stone-50\/70{ + background-color: rgb(250 250 249 / 0.7); +} +.bg-stone-50\/75{ + background-color: rgb(250 250 249 / 0.75); +} +.bg-stone-50\/80{ + background-color: rgb(250 250 249 / 0.8); +} +.bg-stone-50\/90{ + background-color: rgb(250 250 249 / 0.9); +} +.bg-stone-50\/95{ + background-color: rgb(250 250 249 / 0.95); +} +.bg-stone-50\/100{ + background-color: rgb(250 250 249 / 1); +} +.bg-stone-100\/0{ + background-color: rgb(245 245 244 / 0); +} +.bg-stone-100\/5{ + background-color: rgb(245 245 244 / 0.05); +} +.bg-stone-100\/10{ + background-color: rgb(245 245 244 / 0.1); +} +.bg-stone-100\/20{ + background-color: rgb(245 245 244 / 0.2); +} +.bg-stone-100\/25{ + background-color: rgb(245 245 244 / 0.25); +} +.bg-stone-100\/30{ + background-color: rgb(245 245 244 / 0.3); +} +.bg-stone-100\/40{ + background-color: rgb(245 245 244 / 0.4); +} +.bg-stone-100\/50{ + background-color: rgb(245 245 244 / 0.5); +} +.bg-stone-100\/60{ + background-color: rgb(245 245 244 / 0.6); +} +.bg-stone-100\/70{ + background-color: rgb(245 245 244 / 0.7); +} +.bg-stone-100\/75{ + background-color: rgb(245 245 244 / 0.75); +} +.bg-stone-100\/80{ + background-color: rgb(245 245 244 / 0.8); +} +.bg-stone-100\/90{ + background-color: rgb(245 245 244 / 0.9); +} +.bg-stone-100\/95{ + background-color: rgb(245 245 244 / 0.95); +} +.bg-stone-100\/100{ + background-color: rgb(245 245 244 / 1); +} +.bg-stone-200\/0{ + background-color: rgb(231 229 228 / 0); +} +.bg-stone-200\/5{ + background-color: rgb(231 229 228 / 0.05); +} +.bg-stone-200\/10{ + background-color: rgb(231 229 228 / 0.1); +} +.bg-stone-200\/20{ + background-color: rgb(231 229 228 / 0.2); +} +.bg-stone-200\/25{ + background-color: rgb(231 229 228 / 0.25); +} +.bg-stone-200\/30{ + background-color: rgb(231 229 228 / 0.3); +} +.bg-stone-200\/40{ + background-color: rgb(231 229 228 / 0.4); +} +.bg-stone-200\/50{ + background-color: rgb(231 229 228 / 0.5); +} +.bg-stone-200\/60{ + background-color: rgb(231 229 228 / 0.6); +} +.bg-stone-200\/70{ + background-color: rgb(231 229 228 / 0.7); +} +.bg-stone-200\/75{ + background-color: rgb(231 229 228 / 0.75); +} +.bg-stone-200\/80{ + background-color: rgb(231 229 228 / 0.8); +} +.bg-stone-200\/90{ + background-color: rgb(231 229 228 / 0.9); +} +.bg-stone-200\/95{ + background-color: rgb(231 229 228 / 0.95); +} +.bg-stone-200\/100{ + background-color: rgb(231 229 228 / 1); +} +.bg-stone-300\/0{ + background-color: rgb(214 211 209 / 0); +} +.bg-stone-300\/5{ + background-color: rgb(214 211 209 / 0.05); +} +.bg-stone-300\/10{ + background-color: rgb(214 211 209 / 0.1); +} +.bg-stone-300\/20{ + background-color: rgb(214 211 209 / 0.2); +} +.bg-stone-300\/25{ + background-color: rgb(214 211 209 / 0.25); +} +.bg-stone-300\/30{ + background-color: rgb(214 211 209 / 0.3); +} +.bg-stone-300\/40{ + background-color: rgb(214 211 209 / 0.4); +} +.bg-stone-300\/50{ + background-color: rgb(214 211 209 / 0.5); +} +.bg-stone-300\/60{ + background-color: rgb(214 211 209 / 0.6); +} +.bg-stone-300\/70{ + background-color: rgb(214 211 209 / 0.7); +} +.bg-stone-300\/75{ + background-color: rgb(214 211 209 / 0.75); +} +.bg-stone-300\/80{ + background-color: rgb(214 211 209 / 0.8); +} +.bg-stone-300\/90{ + background-color: rgb(214 211 209 / 0.9); +} +.bg-stone-300\/95{ + background-color: rgb(214 211 209 / 0.95); +} +.bg-stone-300\/100{ + background-color: rgb(214 211 209 / 1); +} +.bg-stone-400\/0{ + background-color: rgb(168 162 158 / 0); +} +.bg-stone-400\/5{ + background-color: rgb(168 162 158 / 0.05); +} +.bg-stone-400\/10{ + background-color: rgb(168 162 158 / 0.1); +} +.bg-stone-400\/20{ + background-color: rgb(168 162 158 / 0.2); +} +.bg-stone-400\/25{ + background-color: rgb(168 162 158 / 0.25); +} +.bg-stone-400\/30{ + background-color: rgb(168 162 158 / 0.3); +} +.bg-stone-400\/40{ + background-color: rgb(168 162 158 / 0.4); +} +.bg-stone-400\/50{ + background-color: rgb(168 162 158 / 0.5); +} +.bg-stone-400\/60{ + background-color: rgb(168 162 158 / 0.6); +} +.bg-stone-400\/70{ + background-color: rgb(168 162 158 / 0.7); +} +.bg-stone-400\/75{ + background-color: rgb(168 162 158 / 0.75); +} +.bg-stone-400\/80{ + background-color: rgb(168 162 158 / 0.8); +} +.bg-stone-400\/90{ + background-color: rgb(168 162 158 / 0.9); +} +.bg-stone-400\/95{ + background-color: rgb(168 162 158 / 0.95); +} +.bg-stone-400\/100{ + background-color: rgb(168 162 158 / 1); +} +.bg-stone-500\/0{ + background-color: rgb(120 113 108 / 0); +} +.bg-stone-500\/5{ + background-color: rgb(120 113 108 / 0.05); +} +.bg-stone-500\/10{ + background-color: rgb(120 113 108 / 0.1); +} +.bg-stone-500\/20{ + background-color: rgb(120 113 108 / 0.2); +} +.bg-stone-500\/25{ + background-color: rgb(120 113 108 / 0.25); +} +.bg-stone-500\/30{ + background-color: rgb(120 113 108 / 0.3); +} +.bg-stone-500\/40{ + background-color: rgb(120 113 108 / 0.4); +} +.bg-stone-500\/50{ + background-color: rgb(120 113 108 / 0.5); +} +.bg-stone-500\/60{ + background-color: rgb(120 113 108 / 0.6); +} +.bg-stone-500\/70{ + background-color: rgb(120 113 108 / 0.7); +} +.bg-stone-500\/75{ + background-color: rgb(120 113 108 / 0.75); +} +.bg-stone-500\/80{ + background-color: rgb(120 113 108 / 0.8); +} +.bg-stone-500\/90{ + background-color: rgb(120 113 108 / 0.9); +} +.bg-stone-500\/95{ + background-color: rgb(120 113 108 / 0.95); +} +.bg-stone-500\/100{ + background-color: rgb(120 113 108 / 1); +} +.bg-stone-600\/0{ + background-color: rgb(87 83 78 / 0); +} +.bg-stone-600\/5{ + background-color: rgb(87 83 78 / 0.05); +} +.bg-stone-600\/10{ + background-color: rgb(87 83 78 / 0.1); +} +.bg-stone-600\/20{ + background-color: rgb(87 83 78 / 0.2); +} +.bg-stone-600\/25{ + background-color: rgb(87 83 78 / 0.25); +} +.bg-stone-600\/30{ + background-color: rgb(87 83 78 / 0.3); +} +.bg-stone-600\/40{ + background-color: rgb(87 83 78 / 0.4); +} +.bg-stone-600\/50{ + background-color: rgb(87 83 78 / 0.5); +} +.bg-stone-600\/60{ + background-color: rgb(87 83 78 / 0.6); +} +.bg-stone-600\/70{ + background-color: rgb(87 83 78 / 0.7); +} +.bg-stone-600\/75{ + background-color: rgb(87 83 78 / 0.75); +} +.bg-stone-600\/80{ + background-color: rgb(87 83 78 / 0.8); +} +.bg-stone-600\/90{ + background-color: rgb(87 83 78 / 0.9); +} +.bg-stone-600\/95{ + background-color: rgb(87 83 78 / 0.95); +} +.bg-stone-600\/100{ + background-color: rgb(87 83 78 / 1); +} +.bg-stone-700\/0{ + background-color: rgb(68 64 60 / 0); +} +.bg-stone-700\/5{ + background-color: rgb(68 64 60 / 0.05); +} +.bg-stone-700\/10{ + background-color: rgb(68 64 60 / 0.1); +} +.bg-stone-700\/20{ + background-color: rgb(68 64 60 / 0.2); +} +.bg-stone-700\/25{ + background-color: rgb(68 64 60 / 0.25); +} +.bg-stone-700\/30{ + background-color: rgb(68 64 60 / 0.3); +} +.bg-stone-700\/40{ + background-color: rgb(68 64 60 / 0.4); +} +.bg-stone-700\/50{ + background-color: rgb(68 64 60 / 0.5); +} +.bg-stone-700\/60{ + background-color: rgb(68 64 60 / 0.6); +} +.bg-stone-700\/70{ + background-color: rgb(68 64 60 / 0.7); +} +.bg-stone-700\/75{ + background-color: rgb(68 64 60 / 0.75); +} +.bg-stone-700\/80{ + background-color: rgb(68 64 60 / 0.8); +} +.bg-stone-700\/90{ + background-color: rgb(68 64 60 / 0.9); +} +.bg-stone-700\/95{ + background-color: rgb(68 64 60 / 0.95); +} +.bg-stone-700\/100{ + background-color: rgb(68 64 60 / 1); +} +.bg-stone-800\/0{ + background-color: rgb(41 37 36 / 0); +} +.bg-stone-800\/5{ + background-color: rgb(41 37 36 / 0.05); +} +.bg-stone-800\/10{ + background-color: rgb(41 37 36 / 0.1); +} +.bg-stone-800\/20{ + background-color: rgb(41 37 36 / 0.2); +} +.bg-stone-800\/25{ + background-color: rgb(41 37 36 / 0.25); +} +.bg-stone-800\/30{ + background-color: rgb(41 37 36 / 0.3); +} +.bg-stone-800\/40{ + background-color: rgb(41 37 36 / 0.4); +} +.bg-stone-800\/50{ + background-color: rgb(41 37 36 / 0.5); +} +.bg-stone-800\/60{ + background-color: rgb(41 37 36 / 0.6); +} +.bg-stone-800\/70{ + background-color: rgb(41 37 36 / 0.7); +} +.bg-stone-800\/75{ + background-color: rgb(41 37 36 / 0.75); +} +.bg-stone-800\/80{ + background-color: rgb(41 37 36 / 0.8); +} +.bg-stone-800\/90{ + background-color: rgb(41 37 36 / 0.9); +} +.bg-stone-800\/95{ + background-color: rgb(41 37 36 / 0.95); +} +.bg-stone-800\/100{ + background-color: rgb(41 37 36 / 1); +} +.bg-stone-900\/0{ + background-color: rgb(28 25 23 / 0); +} +.bg-stone-900\/5{ + background-color: rgb(28 25 23 / 0.05); +} +.bg-stone-900\/10{ + background-color: rgb(28 25 23 / 0.1); +} +.bg-stone-900\/20{ + background-color: rgb(28 25 23 / 0.2); +} +.bg-stone-900\/25{ + background-color: rgb(28 25 23 / 0.25); +} +.bg-stone-900\/30{ + background-color: rgb(28 25 23 / 0.3); +} +.bg-stone-900\/40{ + background-color: rgb(28 25 23 / 0.4); +} +.bg-stone-900\/50{ + background-color: rgb(28 25 23 / 0.5); +} +.bg-stone-900\/60{ + background-color: rgb(28 25 23 / 0.6); +} +.bg-stone-900\/70{ + background-color: rgb(28 25 23 / 0.7); +} +.bg-stone-900\/75{ + background-color: rgb(28 25 23 / 0.75); +} +.bg-stone-900\/80{ + background-color: rgb(28 25 23 / 0.8); +} +.bg-stone-900\/90{ + background-color: rgb(28 25 23 / 0.9); +} +.bg-stone-900\/95{ + background-color: rgb(28 25 23 / 0.95); +} +.bg-stone-900\/100{ + background-color: rgb(28 25 23 / 1); +} +.bg-red-50\/0{ + background-color: rgb(252 242 242 / 0); +} +.bg-red-50\/5{ + background-color: rgb(252 242 242 / 0.05); +} +.bg-red-50\/10{ + background-color: rgb(252 242 242 / 0.1); +} +.bg-red-50\/20{ + background-color: rgb(252 242 242 / 0.2); +} +.bg-red-50\/25{ + background-color: rgb(252 242 242 / 0.25); +} +.bg-red-50\/30{ + background-color: rgb(252 242 242 / 0.3); +} +.bg-red-50\/40{ + background-color: rgb(252 242 242 / 0.4); +} +.bg-red-50\/50{ + background-color: rgb(252 242 242 / 0.5); +} +.bg-red-50\/60{ + background-color: rgb(252 242 242 / 0.6); +} +.bg-red-50\/70{ + background-color: rgb(252 242 242 / 0.7); +} +.bg-red-50\/75{ + background-color: rgb(252 242 242 / 0.75); +} +.bg-red-50\/80{ + background-color: rgb(252 242 242 / 0.8); +} +.bg-red-50\/90{ + background-color: rgb(252 242 242 / 0.9); +} +.bg-red-50\/95{ + background-color: rgb(252 242 242 / 0.95); +} +.bg-red-50\/100{ + background-color: rgb(252 242 242 / 1); +} +.bg-red-100\/0{ + background-color: rgb(250 230 230 / 0); +} +.bg-red-100\/5{ + background-color: rgb(250 230 230 / 0.05); +} +.bg-red-100\/10{ + background-color: rgb(250 230 230 / 0.1); +} +.bg-red-100\/20{ + background-color: rgb(250 230 230 / 0.2); +} +.bg-red-100\/25{ + background-color: rgb(250 230 230 / 0.25); +} +.bg-red-100\/30{ + background-color: rgb(250 230 230 / 0.3); +} +.bg-red-100\/40{ + background-color: rgb(250 230 230 / 0.4); +} +.bg-red-100\/50{ + background-color: rgb(250 230 230 / 0.5); +} +.bg-red-100\/60{ + background-color: rgb(250 230 230 / 0.6); +} +.bg-red-100\/70{ + background-color: rgb(250 230 230 / 0.7); +} +.bg-red-100\/75{ + background-color: rgb(250 230 230 / 0.75); +} +.bg-red-100\/80{ + background-color: rgb(250 230 230 / 0.8); +} +.bg-red-100\/90{ + background-color: rgb(250 230 230 / 0.9); +} +.bg-red-100\/95{ + background-color: rgb(250 230 230 / 0.95); +} +.bg-red-100\/100{ + background-color: rgb(250 230 230 / 1); +} +.bg-red-200\/0{ + background-color: rgb(242 191 191 / 0); +} +.bg-red-200\/5{ + background-color: rgb(242 191 191 / 0.05); +} +.bg-red-200\/10{ + background-color: rgb(242 191 191 / 0.1); +} +.bg-red-200\/20{ + background-color: rgb(242 191 191 / 0.2); +} +.bg-red-200\/25{ + background-color: rgb(242 191 191 / 0.25); +} +.bg-red-200\/30{ + background-color: rgb(242 191 191 / 0.3); +} +.bg-red-200\/40{ + background-color: rgb(242 191 191 / 0.4); +} +.bg-red-200\/50{ + background-color: rgb(242 191 191 / 0.5); +} +.bg-red-200\/60{ + background-color: rgb(242 191 191 / 0.6); +} +.bg-red-200\/70{ + background-color: rgb(242 191 191 / 0.7); +} +.bg-red-200\/75{ + background-color: rgb(242 191 191 / 0.75); +} +.bg-red-200\/80{ + background-color: rgb(242 191 191 / 0.8); +} +.bg-red-200\/90{ + background-color: rgb(242 191 191 / 0.9); +} +.bg-red-200\/95{ + background-color: rgb(242 191 191 / 0.95); +} +.bg-red-200\/100{ + background-color: rgb(242 191 191 / 1); +} +.bg-red-300\/0{ + background-color: rgb(235 153 153 / 0); +} +.bg-red-300\/5{ + background-color: rgb(235 153 153 / 0.05); +} +.bg-red-300\/10{ + background-color: rgb(235 153 153 / 0.1); +} +.bg-red-300\/20{ + background-color: rgb(235 153 153 / 0.2); +} +.bg-red-300\/25{ + background-color: rgb(235 153 153 / 0.25); +} +.bg-red-300\/30{ + background-color: rgb(235 153 153 / 0.3); +} +.bg-red-300\/40{ + background-color: rgb(235 153 153 / 0.4); +} +.bg-red-300\/50{ + background-color: rgb(235 153 153 / 0.5); +} +.bg-red-300\/60{ + background-color: rgb(235 153 153 / 0.6); +} +.bg-red-300\/70{ + background-color: rgb(235 153 153 / 0.7); +} +.bg-red-300\/75{ + background-color: rgb(235 153 153 / 0.75); +} +.bg-red-300\/80{ + background-color: rgb(235 153 153 / 0.8); +} +.bg-red-300\/90{ + background-color: rgb(235 153 153 / 0.9); +} +.bg-red-300\/95{ + background-color: rgb(235 153 153 / 0.95); +} +.bg-red-300\/100{ + background-color: rgb(235 153 153 / 1); +} +.bg-red-400\/0{ + background-color: rgb(219 77 77 / 0); +} +.bg-red-400\/5{ + background-color: rgb(219 77 77 / 0.05); +} +.bg-red-400\/10{ + background-color: rgb(219 77 77 / 0.1); +} +.bg-red-400\/20{ + background-color: rgb(219 77 77 / 0.2); +} +.bg-red-400\/25{ + background-color: rgb(219 77 77 / 0.25); +} +.bg-red-400\/30{ + background-color: rgb(219 77 77 / 0.3); +} +.bg-red-400\/40{ + background-color: rgb(219 77 77 / 0.4); +} +.bg-red-400\/50{ + background-color: rgb(219 77 77 / 0.5); +} +.bg-red-400\/60{ + background-color: rgb(219 77 77 / 0.6); +} +.bg-red-400\/70{ + background-color: rgb(219 77 77 / 0.7); +} +.bg-red-400\/75{ + background-color: rgb(219 77 77 / 0.75); +} +.bg-red-400\/80{ + background-color: rgb(219 77 77 / 0.8); +} +.bg-red-400\/90{ + background-color: rgb(219 77 77 / 0.9); +} +.bg-red-400\/95{ + background-color: rgb(219 77 77 / 0.95); +} +.bg-red-400\/100{ + background-color: rgb(219 77 77 / 1); +} +.bg-red-500\/0{ + background-color: rgb(204 0 0 / 0); +} +.bg-red-500\/5{ + background-color: rgb(204 0 0 / 0.05); +} +.bg-red-500\/10{ + background-color: rgb(204 0 0 / 0.1); +} +.bg-red-500\/20{ + background-color: rgb(204 0 0 / 0.2); +} +.bg-red-500\/25{ + background-color: rgb(204 0 0 / 0.25); +} +.bg-red-500\/30{ + background-color: rgb(204 0 0 / 0.3); +} +.bg-red-500\/40{ + background-color: rgb(204 0 0 / 0.4); +} +.bg-red-500\/50{ + background-color: rgb(204 0 0 / 0.5); +} +.bg-red-500\/60{ + background-color: rgb(204 0 0 / 0.6); +} +.bg-red-500\/70{ + background-color: rgb(204 0 0 / 0.7); +} +.bg-red-500\/75{ + background-color: rgb(204 0 0 / 0.75); +} +.bg-red-500\/80{ + background-color: rgb(204 0 0 / 0.8); +} +.bg-red-500\/90{ + background-color: rgb(204 0 0 / 0.9); +} +.bg-red-500\/95{ + background-color: rgb(204 0 0 / 0.95); +} +.bg-red-500\/100{ + background-color: rgb(204 0 0 / 1); +} +.bg-red-600\/0{ + background-color: rgb(184 0 0 / 0); +} +.bg-red-600\/5{ + background-color: rgb(184 0 0 / 0.05); +} +.bg-red-600\/10{ + background-color: rgb(184 0 0 / 0.1); +} +.bg-red-600\/20{ + background-color: rgb(184 0 0 / 0.2); +} +.bg-red-600\/25{ + background-color: rgb(184 0 0 / 0.25); +} +.bg-red-600\/30{ + background-color: rgb(184 0 0 / 0.3); +} +.bg-red-600\/40{ + background-color: rgb(184 0 0 / 0.4); +} +.bg-red-600\/50{ + background-color: rgb(184 0 0 / 0.5); +} +.bg-red-600\/60{ + background-color: rgb(184 0 0 / 0.6); +} +.bg-red-600\/70{ + background-color: rgb(184 0 0 / 0.7); +} +.bg-red-600\/75{ + background-color: rgb(184 0 0 / 0.75); +} +.bg-red-600\/80{ + background-color: rgb(184 0 0 / 0.8); +} +.bg-red-600\/90{ + background-color: rgb(184 0 0 / 0.9); +} +.bg-red-600\/95{ + background-color: rgb(184 0 0 / 0.95); +} +.bg-red-600\/100{ + background-color: rgb(184 0 0 / 1); +} +.bg-red-700\/0{ + background-color: rgb(153 0 0 / 0); +} +.bg-red-700\/5{ + background-color: rgb(153 0 0 / 0.05); +} +.bg-red-700\/10{ + background-color: rgb(153 0 0 / 0.1); +} +.bg-red-700\/20{ + background-color: rgb(153 0 0 / 0.2); +} +.bg-red-700\/25{ + background-color: rgb(153 0 0 / 0.25); +} +.bg-red-700\/30{ + background-color: rgb(153 0 0 / 0.3); +} +.bg-red-700\/40{ + background-color: rgb(153 0 0 / 0.4); +} +.bg-red-700\/50{ + background-color: rgb(153 0 0 / 0.5); +} +.bg-red-700\/60{ + background-color: rgb(153 0 0 / 0.6); +} +.bg-red-700\/70{ + background-color: rgb(153 0 0 / 0.7); +} +.bg-red-700\/75{ + background-color: rgb(153 0 0 / 0.75); +} +.bg-red-700\/80{ + background-color: rgb(153 0 0 / 0.8); +} +.bg-red-700\/90{ + background-color: rgb(153 0 0 / 0.9); +} +.bg-red-700\/95{ + background-color: rgb(153 0 0 / 0.95); +} +.bg-red-700\/100{ + background-color: rgb(153 0 0 / 1); +} +.bg-red-800\/0{ + background-color: rgb(122 0 0 / 0); +} +.bg-red-800\/5{ + background-color: rgb(122 0 0 / 0.05); +} +.bg-red-800\/10{ + background-color: rgb(122 0 0 / 0.1); +} +.bg-red-800\/20{ + background-color: rgb(122 0 0 / 0.2); +} +.bg-red-800\/25{ + background-color: rgb(122 0 0 / 0.25); +} +.bg-red-800\/30{ + background-color: rgb(122 0 0 / 0.3); +} +.bg-red-800\/40{ + background-color: rgb(122 0 0 / 0.4); +} +.bg-red-800\/50{ + background-color: rgb(122 0 0 / 0.5); +} +.bg-red-800\/60{ + background-color: rgb(122 0 0 / 0.6); +} +.bg-red-800\/70{ + background-color: rgb(122 0 0 / 0.7); +} +.bg-red-800\/75{ + background-color: rgb(122 0 0 / 0.75); +} +.bg-red-800\/80{ + background-color: rgb(122 0 0 / 0.8); +} +.bg-red-800\/90{ + background-color: rgb(122 0 0 / 0.9); +} +.bg-red-800\/95{ + background-color: rgb(122 0 0 / 0.95); +} +.bg-red-800\/100{ + background-color: rgb(122 0 0 / 1); +} +.bg-red-900\/0{ + background-color: rgb(100 0 0 / 0); +} +.bg-red-900\/5{ + background-color: rgb(100 0 0 / 0.05); +} +.bg-red-900\/10{ + background-color: rgb(100 0 0 / 0.1); +} +.bg-red-900\/20{ + background-color: rgb(100 0 0 / 0.2); +} +.bg-red-900\/25{ + background-color: rgb(100 0 0 / 0.25); +} +.bg-red-900\/30{ + background-color: rgb(100 0 0 / 0.3); +} +.bg-red-900\/40{ + background-color: rgb(100 0 0 / 0.4); +} +.bg-red-900\/50{ + background-color: rgb(100 0 0 / 0.5); +} +.bg-red-900\/60{ + background-color: rgb(100 0 0 / 0.6); +} +.bg-red-900\/70{ + background-color: rgb(100 0 0 / 0.7); +} +.bg-red-900\/75{ + background-color: rgb(100 0 0 / 0.75); +} +.bg-red-900\/80{ + background-color: rgb(100 0 0 / 0.8); +} +.bg-red-900\/90{ + background-color: rgb(100 0 0 / 0.9); +} +.bg-red-900\/95{ + background-color: rgb(100 0 0 / 0.95); +} +.bg-red-900\/100{ + background-color: rgb(100 0 0 / 1); +} +.bg-red\/0{ + background-color: rgb(204 0 0 / 0); +} +.bg-red\/5{ + background-color: rgb(204 0 0 / 0.05); +} +.bg-red\/10{ + background-color: rgb(204 0 0 / 0.1); +} +.bg-red\/20{ + background-color: rgb(204 0 0 / 0.2); +} +.bg-red\/25{ + background-color: rgb(204 0 0 / 0.25); +} +.bg-red\/30{ + background-color: rgb(204 0 0 / 0.3); +} +.bg-red\/40{ + background-color: rgb(204 0 0 / 0.4); +} +.bg-red\/50{ + background-color: rgb(204 0 0 / 0.5); +} +.bg-red\/60{ + background-color: rgb(204 0 0 / 0.6); +} +.bg-red\/70{ + background-color: rgb(204 0 0 / 0.7); +} +.bg-red\/75{ + background-color: rgb(204 0 0 / 0.75); +} +.bg-red\/80{ + background-color: rgb(204 0 0 / 0.8); +} +.bg-red\/90{ + background-color: rgb(204 0 0 / 0.9); +} +.bg-red\/95{ + background-color: rgb(204 0 0 / 0.95); +} +.bg-red\/100{ + background-color: rgb(204 0 0 / 1); +} +.bg-orange-50\/0{ + background-color: rgb(255 250 243 / 0); +} +.bg-orange-50\/5{ + background-color: rgb(255 250 243 / 0.05); +} +.bg-orange-50\/10{ + background-color: rgb(255 250 243 / 0.1); +} +.bg-orange-50\/20{ + background-color: rgb(255 250 243 / 0.2); +} +.bg-orange-50\/25{ + background-color: rgb(255 250 243 / 0.25); +} +.bg-orange-50\/30{ + background-color: rgb(255 250 243 / 0.3); +} +.bg-orange-50\/40{ + background-color: rgb(255 250 243 / 0.4); +} +.bg-orange-50\/50{ + background-color: rgb(255 250 243 / 0.5); +} +.bg-orange-50\/60{ + background-color: rgb(255 250 243 / 0.6); +} +.bg-orange-50\/70{ + background-color: rgb(255 250 243 / 0.7); +} +.bg-orange-50\/75{ + background-color: rgb(255 250 243 / 0.75); +} +.bg-orange-50\/80{ + background-color: rgb(255 250 243 / 0.8); +} +.bg-orange-50\/90{ + background-color: rgb(255 250 243 / 0.9); +} +.bg-orange-50\/95{ + background-color: rgb(255 250 243 / 0.95); +} +.bg-orange-50\/100{ + background-color: rgb(255 250 243 / 1); +} +.bg-orange-100\/0{ + background-color: rgb(254 245 231 / 0); +} +.bg-orange-100\/5{ + background-color: rgb(254 245 231 / 0.05); +} +.bg-orange-100\/10{ + background-color: rgb(254 245 231 / 0.1); +} +.bg-orange-100\/20{ + background-color: rgb(254 245 231 / 0.2); +} +.bg-orange-100\/25{ + background-color: rgb(254 245 231 / 0.25); +} +.bg-orange-100\/30{ + background-color: rgb(254 245 231 / 0.3); +} +.bg-orange-100\/40{ + background-color: rgb(254 245 231 / 0.4); +} +.bg-orange-100\/50{ + background-color: rgb(254 245 231 / 0.5); +} +.bg-orange-100\/60{ + background-color: rgb(254 245 231 / 0.6); +} +.bg-orange-100\/70{ + background-color: rgb(254 245 231 / 0.7); +} +.bg-orange-100\/75{ + background-color: rgb(254 245 231 / 0.75); +} +.bg-orange-100\/80{ + background-color: rgb(254 245 231 / 0.8); +} +.bg-orange-100\/90{ + background-color: rgb(254 245 231 / 0.9); +} +.bg-orange-100\/95{ + background-color: rgb(254 245 231 / 0.95); +} +.bg-orange-100\/100{ + background-color: rgb(254 245 231 / 1); +} +.bg-orange-200\/0{ + background-color: rgb(253 231 194 / 0); +} +.bg-orange-200\/5{ + background-color: rgb(253 231 194 / 0.05); +} +.bg-orange-200\/10{ + background-color: rgb(253 231 194 / 0.1); +} +.bg-orange-200\/20{ + background-color: rgb(253 231 194 / 0.2); +} +.bg-orange-200\/25{ + background-color: rgb(253 231 194 / 0.25); +} +.bg-orange-200\/30{ + background-color: rgb(253 231 194 / 0.3); +} +.bg-orange-200\/40{ + background-color: rgb(253 231 194 / 0.4); +} +.bg-orange-200\/50{ + background-color: rgb(253 231 194 / 0.5); +} +.bg-orange-200\/60{ + background-color: rgb(253 231 194 / 0.6); +} +.bg-orange-200\/70{ + background-color: rgb(253 231 194 / 0.7); +} +.bg-orange-200\/75{ + background-color: rgb(253 231 194 / 0.75); +} +.bg-orange-200\/80{ + background-color: rgb(253 231 194 / 0.8); +} +.bg-orange-200\/90{ + background-color: rgb(253 231 194 / 0.9); +} +.bg-orange-200\/95{ + background-color: rgb(253 231 194 / 0.95); +} +.bg-orange-200\/100{ + background-color: rgb(253 231 194 / 1); +} +.bg-orange-300\/0{ + background-color: rgb(251 216 157 / 0); +} +.bg-orange-300\/5{ + background-color: rgb(251 216 157 / 0.05); +} +.bg-orange-300\/10{ + background-color: rgb(251 216 157 / 0.1); +} +.bg-orange-300\/20{ + background-color: rgb(251 216 157 / 0.2); +} +.bg-orange-300\/25{ + background-color: rgb(251 216 157 / 0.25); +} +.bg-orange-300\/30{ + background-color: rgb(251 216 157 / 0.3); +} +.bg-orange-300\/40{ + background-color: rgb(251 216 157 / 0.4); +} +.bg-orange-300\/50{ + background-color: rgb(251 216 157 / 0.5); +} +.bg-orange-300\/60{ + background-color: rgb(251 216 157 / 0.6); +} +.bg-orange-300\/70{ + background-color: rgb(251 216 157 / 0.7); +} +.bg-orange-300\/75{ + background-color: rgb(251 216 157 / 0.75); +} +.bg-orange-300\/80{ + background-color: rgb(251 216 157 / 0.8); +} +.bg-orange-300\/90{ + background-color: rgb(251 216 157 / 0.9); +} +.bg-orange-300\/95{ + background-color: rgb(251 216 157 / 0.95); +} +.bg-orange-300\/100{ + background-color: rgb(251 216 157 / 1); +} +.bg-orange-400\/0{ + background-color: rgb(248 187 84 / 0); +} +.bg-orange-400\/5{ + background-color: rgb(248 187 84 / 0.05); +} +.bg-orange-400\/10{ + background-color: rgb(248 187 84 / 0.1); +} +.bg-orange-400\/20{ + background-color: rgb(248 187 84 / 0.2); +} +.bg-orange-400\/25{ + background-color: rgb(248 187 84 / 0.25); +} +.bg-orange-400\/30{ + background-color: rgb(248 187 84 / 0.3); +} +.bg-orange-400\/40{ + background-color: rgb(248 187 84 / 0.4); +} +.bg-orange-400\/50{ + background-color: rgb(248 187 84 / 0.5); +} +.bg-orange-400\/60{ + background-color: rgb(248 187 84 / 0.6); +} +.bg-orange-400\/70{ + background-color: rgb(248 187 84 / 0.7); +} +.bg-orange-400\/75{ + background-color: rgb(248 187 84 / 0.75); +} +.bg-orange-400\/80{ + background-color: rgb(248 187 84 / 0.8); +} +.bg-orange-400\/90{ + background-color: rgb(248 187 84 / 0.9); +} +.bg-orange-400\/95{ + background-color: rgb(248 187 84 / 0.95); +} +.bg-orange-400\/100{ + background-color: rgb(248 187 84 / 1); +} +.bg-orange-500\/0{ + background-color: rgb(245 158 11 / 0); +} +.bg-orange-500\/5{ + background-color: rgb(245 158 11 / 0.05); +} +.bg-orange-500\/10{ + background-color: rgb(245 158 11 / 0.1); +} +.bg-orange-500\/20{ + background-color: rgb(245 158 11 / 0.2); +} +.bg-orange-500\/25{ + background-color: rgb(245 158 11 / 0.25); +} +.bg-orange-500\/30{ + background-color: rgb(245 158 11 / 0.3); +} +.bg-orange-500\/40{ + background-color: rgb(245 158 11 / 0.4); +} +.bg-orange-500\/50{ + background-color: rgb(245 158 11 / 0.5); +} +.bg-orange-500\/60{ + background-color: rgb(245 158 11 / 0.6); +} +.bg-orange-500\/70{ + background-color: rgb(245 158 11 / 0.7); +} +.bg-orange-500\/75{ + background-color: rgb(245 158 11 / 0.75); +} +.bg-orange-500\/80{ + background-color: rgb(245 158 11 / 0.8); +} +.bg-orange-500\/90{ + background-color: rgb(245 158 11 / 0.9); +} +.bg-orange-500\/95{ + background-color: rgb(245 158 11 / 0.95); +} +.bg-orange-500\/100{ + background-color: rgb(245 158 11 / 1); +} +.bg-orange-600\/0{ + background-color: rgb(221 142 10 / 0); +} +.bg-orange-600\/5{ + background-color: rgb(221 142 10 / 0.05); +} +.bg-orange-600\/10{ + background-color: rgb(221 142 10 / 0.1); +} +.bg-orange-600\/20{ + background-color: rgb(221 142 10 / 0.2); +} +.bg-orange-600\/25{ + background-color: rgb(221 142 10 / 0.25); +} +.bg-orange-600\/30{ + background-color: rgb(221 142 10 / 0.3); +} +.bg-orange-600\/40{ + background-color: rgb(221 142 10 / 0.4); +} +.bg-orange-600\/50{ + background-color: rgb(221 142 10 / 0.5); +} +.bg-orange-600\/60{ + background-color: rgb(221 142 10 / 0.6); +} +.bg-orange-600\/70{ + background-color: rgb(221 142 10 / 0.7); +} +.bg-orange-600\/75{ + background-color: rgb(221 142 10 / 0.75); +} +.bg-orange-600\/80{ + background-color: rgb(221 142 10 / 0.8); +} +.bg-orange-600\/90{ + background-color: rgb(221 142 10 / 0.9); +} +.bg-orange-600\/95{ + background-color: rgb(221 142 10 / 0.95); +} +.bg-orange-600\/100{ + background-color: rgb(221 142 10 / 1); +} +.bg-orange-700\/0{ + background-color: rgb(184 119 8 / 0); +} +.bg-orange-700\/5{ + background-color: rgb(184 119 8 / 0.05); +} +.bg-orange-700\/10{ + background-color: rgb(184 119 8 / 0.1); +} +.bg-orange-700\/20{ + background-color: rgb(184 119 8 / 0.2); +} +.bg-orange-700\/25{ + background-color: rgb(184 119 8 / 0.25); +} +.bg-orange-700\/30{ + background-color: rgb(184 119 8 / 0.3); +} +.bg-orange-700\/40{ + background-color: rgb(184 119 8 / 0.4); +} +.bg-orange-700\/50{ + background-color: rgb(184 119 8 / 0.5); +} +.bg-orange-700\/60{ + background-color: rgb(184 119 8 / 0.6); +} +.bg-orange-700\/70{ + background-color: rgb(184 119 8 / 0.7); +} +.bg-orange-700\/75{ + background-color: rgb(184 119 8 / 0.75); +} +.bg-orange-700\/80{ + background-color: rgb(184 119 8 / 0.8); +} +.bg-orange-700\/90{ + background-color: rgb(184 119 8 / 0.9); +} +.bg-orange-700\/95{ + background-color: rgb(184 119 8 / 0.95); +} +.bg-orange-700\/100{ + background-color: rgb(184 119 8 / 1); +} +.bg-orange-800\/0{ + background-color: rgb(147 95 7 / 0); +} +.bg-orange-800\/5{ + background-color: rgb(147 95 7 / 0.05); +} +.bg-orange-800\/10{ + background-color: rgb(147 95 7 / 0.1); +} +.bg-orange-800\/20{ + background-color: rgb(147 95 7 / 0.2); +} +.bg-orange-800\/25{ + background-color: rgb(147 95 7 / 0.25); +} +.bg-orange-800\/30{ + background-color: rgb(147 95 7 / 0.3); +} +.bg-orange-800\/40{ + background-color: rgb(147 95 7 / 0.4); +} +.bg-orange-800\/50{ + background-color: rgb(147 95 7 / 0.5); +} +.bg-orange-800\/60{ + background-color: rgb(147 95 7 / 0.6); +} +.bg-orange-800\/70{ + background-color: rgb(147 95 7 / 0.7); +} +.bg-orange-800\/75{ + background-color: rgb(147 95 7 / 0.75); +} +.bg-orange-800\/80{ + background-color: rgb(147 95 7 / 0.8); +} +.bg-orange-800\/90{ + background-color: rgb(147 95 7 / 0.9); +} +.bg-orange-800\/95{ + background-color: rgb(147 95 7 / 0.95); +} +.bg-orange-800\/100{ + background-color: rgb(147 95 7 / 1); +} +.bg-orange-900\/0{ + background-color: rgb(120 77 5 / 0); +} +.bg-orange-900\/5{ + background-color: rgb(120 77 5 / 0.05); +} +.bg-orange-900\/10{ + background-color: rgb(120 77 5 / 0.1); +} +.bg-orange-900\/20{ + background-color: rgb(120 77 5 / 0.2); +} +.bg-orange-900\/25{ + background-color: rgb(120 77 5 / 0.25); +} +.bg-orange-900\/30{ + background-color: rgb(120 77 5 / 0.3); +} +.bg-orange-900\/40{ + background-color: rgb(120 77 5 / 0.4); +} +.bg-orange-900\/50{ + background-color: rgb(120 77 5 / 0.5); +} +.bg-orange-900\/60{ + background-color: rgb(120 77 5 / 0.6); +} +.bg-orange-900\/70{ + background-color: rgb(120 77 5 / 0.7); +} +.bg-orange-900\/75{ + background-color: rgb(120 77 5 / 0.75); +} +.bg-orange-900\/80{ + background-color: rgb(120 77 5 / 0.8); +} +.bg-orange-900\/90{ + background-color: rgb(120 77 5 / 0.9); +} +.bg-orange-900\/95{ + background-color: rgb(120 77 5 / 0.95); +} +.bg-orange-900\/100{ + background-color: rgb(120 77 5 / 1); +} +.bg-orange\/0{ + background-color: rgb(245 158 11 / 0); +} +.bg-orange\/5{ + background-color: rgb(245 158 11 / 0.05); +} +.bg-orange\/10{ + background-color: rgb(245 158 11 / 0.1); +} +.bg-orange\/20{ + background-color: rgb(245 158 11 / 0.2); +} +.bg-orange\/25{ + background-color: rgb(245 158 11 / 0.25); +} +.bg-orange\/30{ + background-color: rgb(245 158 11 / 0.3); +} +.bg-orange\/40{ + background-color: rgb(245 158 11 / 0.4); +} +.bg-orange\/50{ + background-color: rgb(245 158 11 / 0.5); +} +.bg-orange\/60{ + background-color: rgb(245 158 11 / 0.6); +} +.bg-orange\/70{ + background-color: rgb(245 158 11 / 0.7); +} +.bg-orange\/75{ + background-color: rgb(245 158 11 / 0.75); +} +.bg-orange\/80{ + background-color: rgb(245 158 11 / 0.8); +} +.bg-orange\/90{ + background-color: rgb(245 158 11 / 0.9); +} +.bg-orange\/95{ + background-color: rgb(245 158 11 / 0.95); +} +.bg-orange\/100{ + background-color: rgb(245 158 11 / 1); +} +.bg-amber-50\/0{ + background-color: rgb(255 251 235 / 0); +} +.bg-amber-50\/5{ + background-color: rgb(255 251 235 / 0.05); +} +.bg-amber-50\/10{ + background-color: rgb(255 251 235 / 0.1); +} +.bg-amber-50\/20{ + background-color: rgb(255 251 235 / 0.2); +} +.bg-amber-50\/25{ + background-color: rgb(255 251 235 / 0.25); +} +.bg-amber-50\/30{ + background-color: rgb(255 251 235 / 0.3); +} +.bg-amber-50\/40{ + background-color: rgb(255 251 235 / 0.4); +} +.bg-amber-50\/50{ + background-color: rgb(255 251 235 / 0.5); +} +.bg-amber-50\/60{ + background-color: rgb(255 251 235 / 0.6); +} +.bg-amber-50\/70{ + background-color: rgb(255 251 235 / 0.7); +} +.bg-amber-50\/75{ + background-color: rgb(255 251 235 / 0.75); +} +.bg-amber-50\/80{ + background-color: rgb(255 251 235 / 0.8); +} +.bg-amber-50\/90{ + background-color: rgb(255 251 235 / 0.9); +} +.bg-amber-50\/95{ + background-color: rgb(255 251 235 / 0.95); +} +.bg-amber-50\/100{ + background-color: rgb(255 251 235 / 1); +} +.bg-amber-100\/0{ + background-color: rgb(254 243 199 / 0); +} +.bg-amber-100\/5{ + background-color: rgb(254 243 199 / 0.05); +} +.bg-amber-100\/10{ + background-color: rgb(254 243 199 / 0.1); +} +.bg-amber-100\/20{ + background-color: rgb(254 243 199 / 0.2); +} +.bg-amber-100\/25{ + background-color: rgb(254 243 199 / 0.25); +} +.bg-amber-100\/30{ + background-color: rgb(254 243 199 / 0.3); +} +.bg-amber-100\/40{ + background-color: rgb(254 243 199 / 0.4); +} +.bg-amber-100\/50{ + background-color: rgb(254 243 199 / 0.5); +} +.bg-amber-100\/60{ + background-color: rgb(254 243 199 / 0.6); +} +.bg-amber-100\/70{ + background-color: rgb(254 243 199 / 0.7); +} +.bg-amber-100\/75{ + background-color: rgb(254 243 199 / 0.75); +} +.bg-amber-100\/80{ + background-color: rgb(254 243 199 / 0.8); +} +.bg-amber-100\/90{ + background-color: rgb(254 243 199 / 0.9); +} +.bg-amber-100\/95{ + background-color: rgb(254 243 199 / 0.95); +} +.bg-amber-100\/100{ + background-color: rgb(254 243 199 / 1); +} +.bg-amber-200\/0{ + background-color: rgb(253 230 138 / 0); +} +.bg-amber-200\/5{ + background-color: rgb(253 230 138 / 0.05); +} +.bg-amber-200\/10{ + background-color: rgb(253 230 138 / 0.1); +} +.bg-amber-200\/20{ + background-color: rgb(253 230 138 / 0.2); +} +.bg-amber-200\/25{ + background-color: rgb(253 230 138 / 0.25); +} +.bg-amber-200\/30{ + background-color: rgb(253 230 138 / 0.3); +} +.bg-amber-200\/40{ + background-color: rgb(253 230 138 / 0.4); +} +.bg-amber-200\/50{ + background-color: rgb(253 230 138 / 0.5); +} +.bg-amber-200\/60{ + background-color: rgb(253 230 138 / 0.6); +} +.bg-amber-200\/70{ + background-color: rgb(253 230 138 / 0.7); +} +.bg-amber-200\/75{ + background-color: rgb(253 230 138 / 0.75); +} +.bg-amber-200\/80{ + background-color: rgb(253 230 138 / 0.8); +} +.bg-amber-200\/90{ + background-color: rgb(253 230 138 / 0.9); +} +.bg-amber-200\/95{ + background-color: rgb(253 230 138 / 0.95); +} +.bg-amber-200\/100{ + background-color: rgb(253 230 138 / 1); +} +.bg-amber-300\/0{ + background-color: rgb(252 211 77 / 0); +} +.bg-amber-300\/5{ + background-color: rgb(252 211 77 / 0.05); +} +.bg-amber-300\/10{ + background-color: rgb(252 211 77 / 0.1); +} +.bg-amber-300\/20{ + background-color: rgb(252 211 77 / 0.2); +} +.bg-amber-300\/25{ + background-color: rgb(252 211 77 / 0.25); +} +.bg-amber-300\/30{ + background-color: rgb(252 211 77 / 0.3); +} +.bg-amber-300\/40{ + background-color: rgb(252 211 77 / 0.4); +} +.bg-amber-300\/50{ + background-color: rgb(252 211 77 / 0.5); +} +.bg-amber-300\/60{ + background-color: rgb(252 211 77 / 0.6); +} +.bg-amber-300\/70{ + background-color: rgb(252 211 77 / 0.7); +} +.bg-amber-300\/75{ + background-color: rgb(252 211 77 / 0.75); +} +.bg-amber-300\/80{ + background-color: rgb(252 211 77 / 0.8); +} +.bg-amber-300\/90{ + background-color: rgb(252 211 77 / 0.9); +} +.bg-amber-300\/95{ + background-color: rgb(252 211 77 / 0.95); +} +.bg-amber-300\/100{ + background-color: rgb(252 211 77 / 1); +} +.bg-amber-400\/0{ + background-color: rgb(251 191 36 / 0); +} +.bg-amber-400\/5{ + background-color: rgb(251 191 36 / 0.05); +} +.bg-amber-400\/10{ + background-color: rgb(251 191 36 / 0.1); +} +.bg-amber-400\/20{ + background-color: rgb(251 191 36 / 0.2); +} +.bg-amber-400\/25{ + background-color: rgb(251 191 36 / 0.25); +} +.bg-amber-400\/30{ + background-color: rgb(251 191 36 / 0.3); +} +.bg-amber-400\/40{ + background-color: rgb(251 191 36 / 0.4); +} +.bg-amber-400\/50{ + background-color: rgb(251 191 36 / 0.5); +} +.bg-amber-400\/60{ + background-color: rgb(251 191 36 / 0.6); +} +.bg-amber-400\/70{ + background-color: rgb(251 191 36 / 0.7); +} +.bg-amber-400\/75{ + background-color: rgb(251 191 36 / 0.75); +} +.bg-amber-400\/80{ + background-color: rgb(251 191 36 / 0.8); +} +.bg-amber-400\/90{ + background-color: rgb(251 191 36 / 0.9); +} +.bg-amber-400\/95{ + background-color: rgb(251 191 36 / 0.95); +} +.bg-amber-400\/100{ + background-color: rgb(251 191 36 / 1); +} +.bg-amber-500\/0{ + background-color: rgb(245 158 11 / 0); +} +.bg-amber-500\/5{ + background-color: rgb(245 158 11 / 0.05); +} +.bg-amber-500\/10{ + background-color: rgb(245 158 11 / 0.1); +} +.bg-amber-500\/20{ + background-color: rgb(245 158 11 / 0.2); +} +.bg-amber-500\/25{ + background-color: rgb(245 158 11 / 0.25); +} +.bg-amber-500\/30{ + background-color: rgb(245 158 11 / 0.3); +} +.bg-amber-500\/40{ + background-color: rgb(245 158 11 / 0.4); +} +.bg-amber-500\/50{ + background-color: rgb(245 158 11 / 0.5); +} +.bg-amber-500\/60{ + background-color: rgb(245 158 11 / 0.6); +} +.bg-amber-500\/70{ + background-color: rgb(245 158 11 / 0.7); +} +.bg-amber-500\/75{ + background-color: rgb(245 158 11 / 0.75); +} +.bg-amber-500\/80{ + background-color: rgb(245 158 11 / 0.8); +} +.bg-amber-500\/90{ + background-color: rgb(245 158 11 / 0.9); +} +.bg-amber-500\/95{ + background-color: rgb(245 158 11 / 0.95); +} +.bg-amber-500\/100{ + background-color: rgb(245 158 11 / 1); +} +.bg-amber-600\/0{ + background-color: rgb(217 119 6 / 0); +} +.bg-amber-600\/5{ + background-color: rgb(217 119 6 / 0.05); +} +.bg-amber-600\/10{ + background-color: rgb(217 119 6 / 0.1); +} +.bg-amber-600\/20{ + background-color: rgb(217 119 6 / 0.2); +} +.bg-amber-600\/25{ + background-color: rgb(217 119 6 / 0.25); +} +.bg-amber-600\/30{ + background-color: rgb(217 119 6 / 0.3); +} +.bg-amber-600\/40{ + background-color: rgb(217 119 6 / 0.4); +} +.bg-amber-600\/50{ + background-color: rgb(217 119 6 / 0.5); +} +.bg-amber-600\/60{ + background-color: rgb(217 119 6 / 0.6); +} +.bg-amber-600\/70{ + background-color: rgb(217 119 6 / 0.7); +} +.bg-amber-600\/75{ + background-color: rgb(217 119 6 / 0.75); +} +.bg-amber-600\/80{ + background-color: rgb(217 119 6 / 0.8); +} +.bg-amber-600\/90{ + background-color: rgb(217 119 6 / 0.9); +} +.bg-amber-600\/95{ + background-color: rgb(217 119 6 / 0.95); +} +.bg-amber-600\/100{ + background-color: rgb(217 119 6 / 1); +} +.bg-amber-700\/0{ + background-color: rgb(180 83 9 / 0); +} +.bg-amber-700\/5{ + background-color: rgb(180 83 9 / 0.05); +} +.bg-amber-700\/10{ + background-color: rgb(180 83 9 / 0.1); +} +.bg-amber-700\/20{ + background-color: rgb(180 83 9 / 0.2); +} +.bg-amber-700\/25{ + background-color: rgb(180 83 9 / 0.25); +} +.bg-amber-700\/30{ + background-color: rgb(180 83 9 / 0.3); +} +.bg-amber-700\/40{ + background-color: rgb(180 83 9 / 0.4); +} +.bg-amber-700\/50{ + background-color: rgb(180 83 9 / 0.5); +} +.bg-amber-700\/60{ + background-color: rgb(180 83 9 / 0.6); +} +.bg-amber-700\/70{ + background-color: rgb(180 83 9 / 0.7); +} +.bg-amber-700\/75{ + background-color: rgb(180 83 9 / 0.75); +} +.bg-amber-700\/80{ + background-color: rgb(180 83 9 / 0.8); +} +.bg-amber-700\/90{ + background-color: rgb(180 83 9 / 0.9); +} +.bg-amber-700\/95{ + background-color: rgb(180 83 9 / 0.95); +} +.bg-amber-700\/100{ + background-color: rgb(180 83 9 / 1); +} +.bg-amber-800\/0{ + background-color: rgb(146 64 14 / 0); +} +.bg-amber-800\/5{ + background-color: rgb(146 64 14 / 0.05); +} +.bg-amber-800\/10{ + background-color: rgb(146 64 14 / 0.1); +} +.bg-amber-800\/20{ + background-color: rgb(146 64 14 / 0.2); +} +.bg-amber-800\/25{ + background-color: rgb(146 64 14 / 0.25); +} +.bg-amber-800\/30{ + background-color: rgb(146 64 14 / 0.3); +} +.bg-amber-800\/40{ + background-color: rgb(146 64 14 / 0.4); +} +.bg-amber-800\/50{ + background-color: rgb(146 64 14 / 0.5); +} +.bg-amber-800\/60{ + background-color: rgb(146 64 14 / 0.6); +} +.bg-amber-800\/70{ + background-color: rgb(146 64 14 / 0.7); +} +.bg-amber-800\/75{ + background-color: rgb(146 64 14 / 0.75); +} +.bg-amber-800\/80{ + background-color: rgb(146 64 14 / 0.8); +} +.bg-amber-800\/90{ + background-color: rgb(146 64 14 / 0.9); +} +.bg-amber-800\/95{ + background-color: rgb(146 64 14 / 0.95); +} +.bg-amber-800\/100{ + background-color: rgb(146 64 14 / 1); +} +.bg-amber-900\/0{ + background-color: rgb(120 53 15 / 0); +} +.bg-amber-900\/5{ + background-color: rgb(120 53 15 / 0.05); +} +.bg-amber-900\/10{ + background-color: rgb(120 53 15 / 0.1); +} +.bg-amber-900\/20{ + background-color: rgb(120 53 15 / 0.2); +} +.bg-amber-900\/25{ + background-color: rgb(120 53 15 / 0.25); +} +.bg-amber-900\/30{ + background-color: rgb(120 53 15 / 0.3); +} +.bg-amber-900\/40{ + background-color: rgb(120 53 15 / 0.4); +} +.bg-amber-900\/50{ + background-color: rgb(120 53 15 / 0.5); +} +.bg-amber-900\/60{ + background-color: rgb(120 53 15 / 0.6); +} +.bg-amber-900\/70{ + background-color: rgb(120 53 15 / 0.7); +} +.bg-amber-900\/75{ + background-color: rgb(120 53 15 / 0.75); +} +.bg-amber-900\/80{ + background-color: rgb(120 53 15 / 0.8); +} +.bg-amber-900\/90{ + background-color: rgb(120 53 15 / 0.9); +} +.bg-amber-900\/95{ + background-color: rgb(120 53 15 / 0.95); +} +.bg-amber-900\/100{ + background-color: rgb(120 53 15 / 1); +} +.bg-yellow-50\/0{ + background-color: rgb(253 253 234 / 0); +} +.bg-yellow-50\/5{ + background-color: rgb(253 253 234 / 0.05); +} +.bg-yellow-50\/10{ + background-color: rgb(253 253 234 / 0.1); +} +.bg-yellow-50\/20{ + background-color: rgb(253 253 234 / 0.2); +} +.bg-yellow-50\/25{ + background-color: rgb(253 253 234 / 0.25); +} +.bg-yellow-50\/30{ + background-color: rgb(253 253 234 / 0.3); +} +.bg-yellow-50\/40{ + background-color: rgb(253 253 234 / 0.4); +} +.bg-yellow-50\/50{ + background-color: rgb(253 253 234 / 0.5); +} +.bg-yellow-50\/60{ + background-color: rgb(253 253 234 / 0.6); +} +.bg-yellow-50\/70{ + background-color: rgb(253 253 234 / 0.7); +} +.bg-yellow-50\/75{ + background-color: rgb(253 253 234 / 0.75); +} +.bg-yellow-50\/80{ + background-color: rgb(253 253 234 / 0.8); +} +.bg-yellow-50\/90{ + background-color: rgb(253 253 234 / 0.9); +} +.bg-yellow-50\/95{ + background-color: rgb(253 253 234 / 0.95); +} +.bg-yellow-50\/100{ + background-color: rgb(253 253 234 / 1); +} +.bg-yellow-100\/0{ + background-color: rgb(253 246 178 / 0); +} +.bg-yellow-100\/5{ + background-color: rgb(253 246 178 / 0.05); +} +.bg-yellow-100\/10{ + background-color: rgb(253 246 178 / 0.1); +} +.bg-yellow-100\/20{ + background-color: rgb(253 246 178 / 0.2); +} +.bg-yellow-100\/25{ + background-color: rgb(253 246 178 / 0.25); +} +.bg-yellow-100\/30{ + background-color: rgb(253 246 178 / 0.3); +} +.bg-yellow-100\/40{ + background-color: rgb(253 246 178 / 0.4); +} +.bg-yellow-100\/50{ + background-color: rgb(253 246 178 / 0.5); +} +.bg-yellow-100\/60{ + background-color: rgb(253 246 178 / 0.6); +} +.bg-yellow-100\/70{ + background-color: rgb(253 246 178 / 0.7); +} +.bg-yellow-100\/75{ + background-color: rgb(253 246 178 / 0.75); +} +.bg-yellow-100\/80{ + background-color: rgb(253 246 178 / 0.8); +} +.bg-yellow-100\/90{ + background-color: rgb(253 246 178 / 0.9); +} +.bg-yellow-100\/95{ + background-color: rgb(253 246 178 / 0.95); +} +.bg-yellow-100\/100{ + background-color: rgb(253 246 178 / 1); +} +.bg-yellow-200\/0{ + background-color: rgb(252 233 106 / 0); +} +.bg-yellow-200\/5{ + background-color: rgb(252 233 106 / 0.05); +} +.bg-yellow-200\/10{ + background-color: rgb(252 233 106 / 0.1); +} +.bg-yellow-200\/20{ + background-color: rgb(252 233 106 / 0.2); +} +.bg-yellow-200\/25{ + background-color: rgb(252 233 106 / 0.25); +} +.bg-yellow-200\/30{ + background-color: rgb(252 233 106 / 0.3); +} +.bg-yellow-200\/40{ + background-color: rgb(252 233 106 / 0.4); +} +.bg-yellow-200\/50{ + background-color: rgb(252 233 106 / 0.5); +} +.bg-yellow-200\/60{ + background-color: rgb(252 233 106 / 0.6); +} +.bg-yellow-200\/70{ + background-color: rgb(252 233 106 / 0.7); +} +.bg-yellow-200\/75{ + background-color: rgb(252 233 106 / 0.75); +} +.bg-yellow-200\/80{ + background-color: rgb(252 233 106 / 0.8); +} +.bg-yellow-200\/90{ + background-color: rgb(252 233 106 / 0.9); +} +.bg-yellow-200\/95{ + background-color: rgb(252 233 106 / 0.95); +} +.bg-yellow-200\/100{ + background-color: rgb(252 233 106 / 1); +} +.bg-yellow-300\/0{ + background-color: rgb(250 202 21 / 0); +} +.bg-yellow-300\/5{ + background-color: rgb(250 202 21 / 0.05); +} +.bg-yellow-300\/10{ + background-color: rgb(250 202 21 / 0.1); +} +.bg-yellow-300\/20{ + background-color: rgb(250 202 21 / 0.2); +} +.bg-yellow-300\/25{ + background-color: rgb(250 202 21 / 0.25); +} +.bg-yellow-300\/30{ + background-color: rgb(250 202 21 / 0.3); +} +.bg-yellow-300\/40{ + background-color: rgb(250 202 21 / 0.4); +} +.bg-yellow-300\/50{ + background-color: rgb(250 202 21 / 0.5); +} +.bg-yellow-300\/60{ + background-color: rgb(250 202 21 / 0.6); +} +.bg-yellow-300\/70{ + background-color: rgb(250 202 21 / 0.7); +} +.bg-yellow-300\/75{ + background-color: rgb(250 202 21 / 0.75); +} +.bg-yellow-300\/80{ + background-color: rgb(250 202 21 / 0.8); +} +.bg-yellow-300\/90{ + background-color: rgb(250 202 21 / 0.9); +} +.bg-yellow-300\/95{ + background-color: rgb(250 202 21 / 0.95); +} +.bg-yellow-300\/100{ + background-color: rgb(250 202 21 / 1); +} +.bg-yellow-400\/0{ + background-color: rgb(227 160 8 / 0); +} +.bg-yellow-400\/5{ + background-color: rgb(227 160 8 / 0.05); +} +.bg-yellow-400\/10{ + background-color: rgb(227 160 8 / 0.1); +} +.bg-yellow-400\/20{ + background-color: rgb(227 160 8 / 0.2); +} +.bg-yellow-400\/25{ + background-color: rgb(227 160 8 / 0.25); +} +.bg-yellow-400\/30{ + background-color: rgb(227 160 8 / 0.3); +} +.bg-yellow-400\/40{ + background-color: rgb(227 160 8 / 0.4); +} +.bg-yellow-400\/50{ + background-color: rgb(227 160 8 / 0.5); +} +.bg-yellow-400\/60{ + background-color: rgb(227 160 8 / 0.6); +} +.bg-yellow-400\/70{ + background-color: rgb(227 160 8 / 0.7); +} +.bg-yellow-400\/75{ + background-color: rgb(227 160 8 / 0.75); +} +.bg-yellow-400\/80{ + background-color: rgb(227 160 8 / 0.8); +} +.bg-yellow-400\/90{ + background-color: rgb(227 160 8 / 0.9); +} +.bg-yellow-400\/95{ + background-color: rgb(227 160 8 / 0.95); +} +.bg-yellow-400\/100{ + background-color: rgb(227 160 8 / 1); +} +.bg-yellow-500\/0{ + background-color: rgb(194 120 3 / 0); +} +.bg-yellow-500\/5{ + background-color: rgb(194 120 3 / 0.05); +} +.bg-yellow-500\/10{ + background-color: rgb(194 120 3 / 0.1); +} +.bg-yellow-500\/20{ + background-color: rgb(194 120 3 / 0.2); +} +.bg-yellow-500\/25{ + background-color: rgb(194 120 3 / 0.25); +} +.bg-yellow-500\/30{ + background-color: rgb(194 120 3 / 0.3); +} +.bg-yellow-500\/40{ + background-color: rgb(194 120 3 / 0.4); +} +.bg-yellow-500\/50{ + background-color: rgb(194 120 3 / 0.5); +} +.bg-yellow-500\/60{ + background-color: rgb(194 120 3 / 0.6); +} +.bg-yellow-500\/70{ + background-color: rgb(194 120 3 / 0.7); +} +.bg-yellow-500\/75{ + background-color: rgb(194 120 3 / 0.75); +} +.bg-yellow-500\/80{ + background-color: rgb(194 120 3 / 0.8); +} +.bg-yellow-500\/90{ + background-color: rgb(194 120 3 / 0.9); +} +.bg-yellow-500\/95{ + background-color: rgb(194 120 3 / 0.95); +} +.bg-yellow-500\/100{ + background-color: rgb(194 120 3 / 1); +} +.bg-yellow-600\/0{ + background-color: rgb(159 88 10 / 0); +} +.bg-yellow-600\/5{ + background-color: rgb(159 88 10 / 0.05); +} +.bg-yellow-600\/10{ + background-color: rgb(159 88 10 / 0.1); +} +.bg-yellow-600\/20{ + background-color: rgb(159 88 10 / 0.2); +} +.bg-yellow-600\/25{ + background-color: rgb(159 88 10 / 0.25); +} +.bg-yellow-600\/30{ + background-color: rgb(159 88 10 / 0.3); +} +.bg-yellow-600\/40{ + background-color: rgb(159 88 10 / 0.4); +} +.bg-yellow-600\/50{ + background-color: rgb(159 88 10 / 0.5); +} +.bg-yellow-600\/60{ + background-color: rgb(159 88 10 / 0.6); +} +.bg-yellow-600\/70{ + background-color: rgb(159 88 10 / 0.7); +} +.bg-yellow-600\/75{ + background-color: rgb(159 88 10 / 0.75); +} +.bg-yellow-600\/80{ + background-color: rgb(159 88 10 / 0.8); +} +.bg-yellow-600\/90{ + background-color: rgb(159 88 10 / 0.9); +} +.bg-yellow-600\/95{ + background-color: rgb(159 88 10 / 0.95); +} +.bg-yellow-600\/100{ + background-color: rgb(159 88 10 / 1); +} +.bg-yellow-700\/0{ + background-color: rgb(142 75 16 / 0); +} +.bg-yellow-700\/5{ + background-color: rgb(142 75 16 / 0.05); +} +.bg-yellow-700\/10{ + background-color: rgb(142 75 16 / 0.1); +} +.bg-yellow-700\/20{ + background-color: rgb(142 75 16 / 0.2); +} +.bg-yellow-700\/25{ + background-color: rgb(142 75 16 / 0.25); +} +.bg-yellow-700\/30{ + background-color: rgb(142 75 16 / 0.3); +} +.bg-yellow-700\/40{ + background-color: rgb(142 75 16 / 0.4); +} +.bg-yellow-700\/50{ + background-color: rgb(142 75 16 / 0.5); +} +.bg-yellow-700\/60{ + background-color: rgb(142 75 16 / 0.6); +} +.bg-yellow-700\/70{ + background-color: rgb(142 75 16 / 0.7); +} +.bg-yellow-700\/75{ + background-color: rgb(142 75 16 / 0.75); +} +.bg-yellow-700\/80{ + background-color: rgb(142 75 16 / 0.8); +} +.bg-yellow-700\/90{ + background-color: rgb(142 75 16 / 0.9); +} +.bg-yellow-700\/95{ + background-color: rgb(142 75 16 / 0.95); +} +.bg-yellow-700\/100{ + background-color: rgb(142 75 16 / 1); +} +.bg-yellow-800\/0{ + background-color: rgb(114 59 19 / 0); +} +.bg-yellow-800\/5{ + background-color: rgb(114 59 19 / 0.05); +} +.bg-yellow-800\/10{ + background-color: rgb(114 59 19 / 0.1); +} +.bg-yellow-800\/20{ + background-color: rgb(114 59 19 / 0.2); +} +.bg-yellow-800\/25{ + background-color: rgb(114 59 19 / 0.25); +} +.bg-yellow-800\/30{ + background-color: rgb(114 59 19 / 0.3); +} +.bg-yellow-800\/40{ + background-color: rgb(114 59 19 / 0.4); +} +.bg-yellow-800\/50{ + background-color: rgb(114 59 19 / 0.5); +} +.bg-yellow-800\/60{ + background-color: rgb(114 59 19 / 0.6); +} +.bg-yellow-800\/70{ + background-color: rgb(114 59 19 / 0.7); +} +.bg-yellow-800\/75{ + background-color: rgb(114 59 19 / 0.75); +} +.bg-yellow-800\/80{ + background-color: rgb(114 59 19 / 0.8); +} +.bg-yellow-800\/90{ + background-color: rgb(114 59 19 / 0.9); +} +.bg-yellow-800\/95{ + background-color: rgb(114 59 19 / 0.95); +} +.bg-yellow-800\/100{ + background-color: rgb(114 59 19 / 1); +} +.bg-yellow-900\/0{ + background-color: rgb(99 49 18 / 0); +} +.bg-yellow-900\/5{ + background-color: rgb(99 49 18 / 0.05); +} +.bg-yellow-900\/10{ + background-color: rgb(99 49 18 / 0.1); +} +.bg-yellow-900\/20{ + background-color: rgb(99 49 18 / 0.2); +} +.bg-yellow-900\/25{ + background-color: rgb(99 49 18 / 0.25); +} +.bg-yellow-900\/30{ + background-color: rgb(99 49 18 / 0.3); +} +.bg-yellow-900\/40{ + background-color: rgb(99 49 18 / 0.4); +} +.bg-yellow-900\/50{ + background-color: rgb(99 49 18 / 0.5); +} +.bg-yellow-900\/60{ + background-color: rgb(99 49 18 / 0.6); +} +.bg-yellow-900\/70{ + background-color: rgb(99 49 18 / 0.7); +} +.bg-yellow-900\/75{ + background-color: rgb(99 49 18 / 0.75); +} +.bg-yellow-900\/80{ + background-color: rgb(99 49 18 / 0.8); +} +.bg-yellow-900\/90{ + background-color: rgb(99 49 18 / 0.9); +} +.bg-yellow-900\/95{ + background-color: rgb(99 49 18 / 0.95); +} +.bg-yellow-900\/100{ + background-color: rgb(99 49 18 / 1); +} +.bg-lime-50\/0{ + background-color: rgb(247 254 231 / 0); +} +.bg-lime-50\/5{ + background-color: rgb(247 254 231 / 0.05); +} +.bg-lime-50\/10{ + background-color: rgb(247 254 231 / 0.1); +} +.bg-lime-50\/20{ + background-color: rgb(247 254 231 / 0.2); +} +.bg-lime-50\/25{ + background-color: rgb(247 254 231 / 0.25); +} +.bg-lime-50\/30{ + background-color: rgb(247 254 231 / 0.3); +} +.bg-lime-50\/40{ + background-color: rgb(247 254 231 / 0.4); +} +.bg-lime-50\/50{ + background-color: rgb(247 254 231 / 0.5); +} +.bg-lime-50\/60{ + background-color: rgb(247 254 231 / 0.6); +} +.bg-lime-50\/70{ + background-color: rgb(247 254 231 / 0.7); +} +.bg-lime-50\/75{ + background-color: rgb(247 254 231 / 0.75); +} +.bg-lime-50\/80{ + background-color: rgb(247 254 231 / 0.8); +} +.bg-lime-50\/90{ + background-color: rgb(247 254 231 / 0.9); +} +.bg-lime-50\/95{ + background-color: rgb(247 254 231 / 0.95); +} +.bg-lime-50\/100{ + background-color: rgb(247 254 231 / 1); +} +.bg-lime-100\/0{ + background-color: rgb(236 252 203 / 0); +} +.bg-lime-100\/5{ + background-color: rgb(236 252 203 / 0.05); +} +.bg-lime-100\/10{ + background-color: rgb(236 252 203 / 0.1); +} +.bg-lime-100\/20{ + background-color: rgb(236 252 203 / 0.2); +} +.bg-lime-100\/25{ + background-color: rgb(236 252 203 / 0.25); +} +.bg-lime-100\/30{ + background-color: rgb(236 252 203 / 0.3); +} +.bg-lime-100\/40{ + background-color: rgb(236 252 203 / 0.4); +} +.bg-lime-100\/50{ + background-color: rgb(236 252 203 / 0.5); +} +.bg-lime-100\/60{ + background-color: rgb(236 252 203 / 0.6); +} +.bg-lime-100\/70{ + background-color: rgb(236 252 203 / 0.7); +} +.bg-lime-100\/75{ + background-color: rgb(236 252 203 / 0.75); +} +.bg-lime-100\/80{ + background-color: rgb(236 252 203 / 0.8); +} +.bg-lime-100\/90{ + background-color: rgb(236 252 203 / 0.9); +} +.bg-lime-100\/95{ + background-color: rgb(236 252 203 / 0.95); +} +.bg-lime-100\/100{ + background-color: rgb(236 252 203 / 1); +} +.bg-lime-200\/0{ + background-color: rgb(217 249 157 / 0); +} +.bg-lime-200\/5{ + background-color: rgb(217 249 157 / 0.05); +} +.bg-lime-200\/10{ + background-color: rgb(217 249 157 / 0.1); +} +.bg-lime-200\/20{ + background-color: rgb(217 249 157 / 0.2); +} +.bg-lime-200\/25{ + background-color: rgb(217 249 157 / 0.25); +} +.bg-lime-200\/30{ + background-color: rgb(217 249 157 / 0.3); +} +.bg-lime-200\/40{ + background-color: rgb(217 249 157 / 0.4); +} +.bg-lime-200\/50{ + background-color: rgb(217 249 157 / 0.5); +} +.bg-lime-200\/60{ + background-color: rgb(217 249 157 / 0.6); +} +.bg-lime-200\/70{ + background-color: rgb(217 249 157 / 0.7); +} +.bg-lime-200\/75{ + background-color: rgb(217 249 157 / 0.75); +} +.bg-lime-200\/80{ + background-color: rgb(217 249 157 / 0.8); +} +.bg-lime-200\/90{ + background-color: rgb(217 249 157 / 0.9); +} +.bg-lime-200\/95{ + background-color: rgb(217 249 157 / 0.95); +} +.bg-lime-200\/100{ + background-color: rgb(217 249 157 / 1); +} +.bg-lime-300\/0{ + background-color: rgb(190 242 100 / 0); +} +.bg-lime-300\/5{ + background-color: rgb(190 242 100 / 0.05); +} +.bg-lime-300\/10{ + background-color: rgb(190 242 100 / 0.1); +} +.bg-lime-300\/20{ + background-color: rgb(190 242 100 / 0.2); +} +.bg-lime-300\/25{ + background-color: rgb(190 242 100 / 0.25); +} +.bg-lime-300\/30{ + background-color: rgb(190 242 100 / 0.3); +} +.bg-lime-300\/40{ + background-color: rgb(190 242 100 / 0.4); +} +.bg-lime-300\/50{ + background-color: rgb(190 242 100 / 0.5); +} +.bg-lime-300\/60{ + background-color: rgb(190 242 100 / 0.6); +} +.bg-lime-300\/70{ + background-color: rgb(190 242 100 / 0.7); +} +.bg-lime-300\/75{ + background-color: rgb(190 242 100 / 0.75); +} +.bg-lime-300\/80{ + background-color: rgb(190 242 100 / 0.8); +} +.bg-lime-300\/90{ + background-color: rgb(190 242 100 / 0.9); +} +.bg-lime-300\/95{ + background-color: rgb(190 242 100 / 0.95); +} +.bg-lime-300\/100{ + background-color: rgb(190 242 100 / 1); +} +.bg-lime-400\/0{ + background-color: rgb(163 230 53 / 0); +} +.bg-lime-400\/5{ + background-color: rgb(163 230 53 / 0.05); +} +.bg-lime-400\/10{ + background-color: rgb(163 230 53 / 0.1); +} +.bg-lime-400\/20{ + background-color: rgb(163 230 53 / 0.2); +} +.bg-lime-400\/25{ + background-color: rgb(163 230 53 / 0.25); +} +.bg-lime-400\/30{ + background-color: rgb(163 230 53 / 0.3); +} +.bg-lime-400\/40{ + background-color: rgb(163 230 53 / 0.4); +} +.bg-lime-400\/50{ + background-color: rgb(163 230 53 / 0.5); +} +.bg-lime-400\/60{ + background-color: rgb(163 230 53 / 0.6); +} +.bg-lime-400\/70{ + background-color: rgb(163 230 53 / 0.7); +} +.bg-lime-400\/75{ + background-color: rgb(163 230 53 / 0.75); +} +.bg-lime-400\/80{ + background-color: rgb(163 230 53 / 0.8); +} +.bg-lime-400\/90{ + background-color: rgb(163 230 53 / 0.9); +} +.bg-lime-400\/95{ + background-color: rgb(163 230 53 / 0.95); +} +.bg-lime-400\/100{ + background-color: rgb(163 230 53 / 1); +} +.bg-lime-500\/0{ + background-color: rgb(132 204 22 / 0); +} +.bg-lime-500\/5{ + background-color: rgb(132 204 22 / 0.05); +} +.bg-lime-500\/10{ + background-color: rgb(132 204 22 / 0.1); +} +.bg-lime-500\/20{ + background-color: rgb(132 204 22 / 0.2); +} +.bg-lime-500\/25{ + background-color: rgb(132 204 22 / 0.25); +} +.bg-lime-500\/30{ + background-color: rgb(132 204 22 / 0.3); +} +.bg-lime-500\/40{ + background-color: rgb(132 204 22 / 0.4); +} +.bg-lime-500\/50{ + background-color: rgb(132 204 22 / 0.5); +} +.bg-lime-500\/60{ + background-color: rgb(132 204 22 / 0.6); +} +.bg-lime-500\/70{ + background-color: rgb(132 204 22 / 0.7); +} +.bg-lime-500\/75{ + background-color: rgb(132 204 22 / 0.75); +} +.bg-lime-500\/80{ + background-color: rgb(132 204 22 / 0.8); +} +.bg-lime-500\/90{ + background-color: rgb(132 204 22 / 0.9); +} +.bg-lime-500\/95{ + background-color: rgb(132 204 22 / 0.95); +} +.bg-lime-500\/100{ + background-color: rgb(132 204 22 / 1); +} +.bg-lime-600\/0{ + background-color: rgb(101 163 13 / 0); +} +.bg-lime-600\/5{ + background-color: rgb(101 163 13 / 0.05); +} +.bg-lime-600\/10{ + background-color: rgb(101 163 13 / 0.1); +} +.bg-lime-600\/20{ + background-color: rgb(101 163 13 / 0.2); +} +.bg-lime-600\/25{ + background-color: rgb(101 163 13 / 0.25); +} +.bg-lime-600\/30{ + background-color: rgb(101 163 13 / 0.3); +} +.bg-lime-600\/40{ + background-color: rgb(101 163 13 / 0.4); +} +.bg-lime-600\/50{ + background-color: rgb(101 163 13 / 0.5); +} +.bg-lime-600\/60{ + background-color: rgb(101 163 13 / 0.6); +} +.bg-lime-600\/70{ + background-color: rgb(101 163 13 / 0.7); +} +.bg-lime-600\/75{ + background-color: rgb(101 163 13 / 0.75); +} +.bg-lime-600\/80{ + background-color: rgb(101 163 13 / 0.8); +} +.bg-lime-600\/90{ + background-color: rgb(101 163 13 / 0.9); +} +.bg-lime-600\/95{ + background-color: rgb(101 163 13 / 0.95); +} +.bg-lime-600\/100{ + background-color: rgb(101 163 13 / 1); +} +.bg-lime-700\/0{ + background-color: rgb(77 124 15 / 0); +} +.bg-lime-700\/5{ + background-color: rgb(77 124 15 / 0.05); +} +.bg-lime-700\/10{ + background-color: rgb(77 124 15 / 0.1); +} +.bg-lime-700\/20{ + background-color: rgb(77 124 15 / 0.2); +} +.bg-lime-700\/25{ + background-color: rgb(77 124 15 / 0.25); +} +.bg-lime-700\/30{ + background-color: rgb(77 124 15 / 0.3); +} +.bg-lime-700\/40{ + background-color: rgb(77 124 15 / 0.4); +} +.bg-lime-700\/50{ + background-color: rgb(77 124 15 / 0.5); +} +.bg-lime-700\/60{ + background-color: rgb(77 124 15 / 0.6); +} +.bg-lime-700\/70{ + background-color: rgb(77 124 15 / 0.7); +} +.bg-lime-700\/75{ + background-color: rgb(77 124 15 / 0.75); +} +.bg-lime-700\/80{ + background-color: rgb(77 124 15 / 0.8); +} +.bg-lime-700\/90{ + background-color: rgb(77 124 15 / 0.9); +} +.bg-lime-700\/95{ + background-color: rgb(77 124 15 / 0.95); +} +.bg-lime-700\/100{ + background-color: rgb(77 124 15 / 1); +} +.bg-lime-800\/0{ + background-color: rgb(63 98 18 / 0); +} +.bg-lime-800\/5{ + background-color: rgb(63 98 18 / 0.05); +} +.bg-lime-800\/10{ + background-color: rgb(63 98 18 / 0.1); +} +.bg-lime-800\/20{ + background-color: rgb(63 98 18 / 0.2); +} +.bg-lime-800\/25{ + background-color: rgb(63 98 18 / 0.25); +} +.bg-lime-800\/30{ + background-color: rgb(63 98 18 / 0.3); +} +.bg-lime-800\/40{ + background-color: rgb(63 98 18 / 0.4); +} +.bg-lime-800\/50{ + background-color: rgb(63 98 18 / 0.5); +} +.bg-lime-800\/60{ + background-color: rgb(63 98 18 / 0.6); +} +.bg-lime-800\/70{ + background-color: rgb(63 98 18 / 0.7); +} +.bg-lime-800\/75{ + background-color: rgb(63 98 18 / 0.75); +} +.bg-lime-800\/80{ + background-color: rgb(63 98 18 / 0.8); +} +.bg-lime-800\/90{ + background-color: rgb(63 98 18 / 0.9); +} +.bg-lime-800\/95{ + background-color: rgb(63 98 18 / 0.95); +} +.bg-lime-800\/100{ + background-color: rgb(63 98 18 / 1); +} +.bg-lime-900\/0{ + background-color: rgb(54 83 20 / 0); +} +.bg-lime-900\/5{ + background-color: rgb(54 83 20 / 0.05); +} +.bg-lime-900\/10{ + background-color: rgb(54 83 20 / 0.1); +} +.bg-lime-900\/20{ + background-color: rgb(54 83 20 / 0.2); +} +.bg-lime-900\/25{ + background-color: rgb(54 83 20 / 0.25); +} +.bg-lime-900\/30{ + background-color: rgb(54 83 20 / 0.3); +} +.bg-lime-900\/40{ + background-color: rgb(54 83 20 / 0.4); +} +.bg-lime-900\/50{ + background-color: rgb(54 83 20 / 0.5); +} +.bg-lime-900\/60{ + background-color: rgb(54 83 20 / 0.6); +} +.bg-lime-900\/70{ + background-color: rgb(54 83 20 / 0.7); +} +.bg-lime-900\/75{ + background-color: rgb(54 83 20 / 0.75); +} +.bg-lime-900\/80{ + background-color: rgb(54 83 20 / 0.8); +} +.bg-lime-900\/90{ + background-color: rgb(54 83 20 / 0.9); +} +.bg-lime-900\/95{ + background-color: rgb(54 83 20 / 0.95); +} +.bg-lime-900\/100{ + background-color: rgb(54 83 20 / 1); +} +.bg-green-50\/0{ + background-color: rgb(248 250 246 / 0); +} +.bg-green-50\/5{ + background-color: rgb(248 250 246 / 0.05); +} +.bg-green-50\/10{ + background-color: rgb(248 250 246 / 0.1); +} +.bg-green-50\/20{ + background-color: rgb(248 250 246 / 0.2); +} +.bg-green-50\/25{ + background-color: rgb(248 250 246 / 0.25); +} +.bg-green-50\/30{ + background-color: rgb(248 250 246 / 0.3); +} +.bg-green-50\/40{ + background-color: rgb(248 250 246 / 0.4); +} +.bg-green-50\/50{ + background-color: rgb(248 250 246 / 0.5); +} +.bg-green-50\/60{ + background-color: rgb(248 250 246 / 0.6); +} +.bg-green-50\/70{ + background-color: rgb(248 250 246 / 0.7); +} +.bg-green-50\/75{ + background-color: rgb(248 250 246 / 0.75); +} +.bg-green-50\/80{ + background-color: rgb(248 250 246 / 0.8); +} +.bg-green-50\/90{ + background-color: rgb(248 250 246 / 0.9); +} +.bg-green-50\/95{ + background-color: rgb(248 250 246 / 0.95); +} +.bg-green-50\/100{ + background-color: rgb(248 250 246 / 1); +} +.bg-green-100\/0{ + background-color: rgb(241 246 238 / 0); +} +.bg-green-100\/5{ + background-color: rgb(241 246 238 / 0.05); +} +.bg-green-100\/10{ + background-color: rgb(241 246 238 / 0.1); +} +.bg-green-100\/20{ + background-color: rgb(241 246 238 / 0.2); +} +.bg-green-100\/25{ + background-color: rgb(241 246 238 / 0.25); +} +.bg-green-100\/30{ + background-color: rgb(241 246 238 / 0.3); +} +.bg-green-100\/40{ + background-color: rgb(241 246 238 / 0.4); +} +.bg-green-100\/50{ + background-color: rgb(241 246 238 / 0.5); +} +.bg-green-100\/60{ + background-color: rgb(241 246 238 / 0.6); +} +.bg-green-100\/70{ + background-color: rgb(241 246 238 / 0.7); +} +.bg-green-100\/75{ + background-color: rgb(241 246 238 / 0.75); +} +.bg-green-100\/80{ + background-color: rgb(241 246 238 / 0.8); +} +.bg-green-100\/90{ + background-color: rgb(241 246 238 / 0.9); +} +.bg-green-100\/95{ + background-color: rgb(241 246 238 / 0.95); +} +.bg-green-100\/100{ + background-color: rgb(241 246 238 / 1); +} +.bg-green-200\/0{ + background-color: rgb(219 232 212 / 0); +} +.bg-green-200\/5{ + background-color: rgb(219 232 212 / 0.05); +} +.bg-green-200\/10{ + background-color: rgb(219 232 212 / 0.1); +} +.bg-green-200\/20{ + background-color: rgb(219 232 212 / 0.2); +} +.bg-green-200\/25{ + background-color: rgb(219 232 212 / 0.25); +} +.bg-green-200\/30{ + background-color: rgb(219 232 212 / 0.3); +} +.bg-green-200\/40{ + background-color: rgb(219 232 212 / 0.4); +} +.bg-green-200\/50{ + background-color: rgb(219 232 212 / 0.5); +} +.bg-green-200\/60{ + background-color: rgb(219 232 212 / 0.6); +} +.bg-green-200\/70{ + background-color: rgb(219 232 212 / 0.7); +} +.bg-green-200\/75{ + background-color: rgb(219 232 212 / 0.75); +} +.bg-green-200\/80{ + background-color: rgb(219 232 212 / 0.8); +} +.bg-green-200\/90{ + background-color: rgb(219 232 212 / 0.9); +} +.bg-green-200\/95{ + background-color: rgb(219 232 212 / 0.95); +} +.bg-green-200\/100{ + background-color: rgb(219 232 212 / 1); +} +.bg-green-300\/0{ + background-color: rgb(197 217 186 / 0); +} +.bg-green-300\/5{ + background-color: rgb(197 217 186 / 0.05); +} +.bg-green-300\/10{ + background-color: rgb(197 217 186 / 0.1); +} +.bg-green-300\/20{ + background-color: rgb(197 217 186 / 0.2); +} +.bg-green-300\/25{ + background-color: rgb(197 217 186 / 0.25); +} +.bg-green-300\/30{ + background-color: rgb(197 217 186 / 0.3); +} +.bg-green-300\/40{ + background-color: rgb(197 217 186 / 0.4); +} +.bg-green-300\/50{ + background-color: rgb(197 217 186 / 0.5); +} +.bg-green-300\/60{ + background-color: rgb(197 217 186 / 0.6); +} +.bg-green-300\/70{ + background-color: rgb(197 217 186 / 0.7); +} +.bg-green-300\/75{ + background-color: rgb(197 217 186 / 0.75); +} +.bg-green-300\/80{ + background-color: rgb(197 217 186 / 0.8); +} +.bg-green-300\/90{ + background-color: rgb(197 217 186 / 0.9); +} +.bg-green-300\/95{ + background-color: rgb(197 217 186 / 0.95); +} +.bg-green-300\/100{ + background-color: rgb(197 217 186 / 1); +} +.bg-green-400\/0{ + background-color: rgb(154 189 134 / 0); +} +.bg-green-400\/5{ + background-color: rgb(154 189 134 / 0.05); +} +.bg-green-400\/10{ + background-color: rgb(154 189 134 / 0.1); +} +.bg-green-400\/20{ + background-color: rgb(154 189 134 / 0.2); +} +.bg-green-400\/25{ + background-color: rgb(154 189 134 / 0.25); +} +.bg-green-400\/30{ + background-color: rgb(154 189 134 / 0.3); +} +.bg-green-400\/40{ + background-color: rgb(154 189 134 / 0.4); +} +.bg-green-400\/50{ + background-color: rgb(154 189 134 / 0.5); +} +.bg-green-400\/60{ + background-color: rgb(154 189 134 / 0.6); +} +.bg-green-400\/70{ + background-color: rgb(154 189 134 / 0.7); +} +.bg-green-400\/75{ + background-color: rgb(154 189 134 / 0.75); +} +.bg-green-400\/80{ + background-color: rgb(154 189 134 / 0.8); +} +.bg-green-400\/90{ + background-color: rgb(154 189 134 / 0.9); +} +.bg-green-400\/95{ + background-color: rgb(154 189 134 / 0.95); +} +.bg-green-400\/100{ + background-color: rgb(154 189 134 / 1); +} +.bg-green-500\/0{ + background-color: rgb(110 161 82 / 0); +} +.bg-green-500\/5{ + background-color: rgb(110 161 82 / 0.05); +} +.bg-green-500\/10{ + background-color: rgb(110 161 82 / 0.1); +} +.bg-green-500\/20{ + background-color: rgb(110 161 82 / 0.2); +} +.bg-green-500\/25{ + background-color: rgb(110 161 82 / 0.25); +} +.bg-green-500\/30{ + background-color: rgb(110 161 82 / 0.3); +} +.bg-green-500\/40{ + background-color: rgb(110 161 82 / 0.4); +} +.bg-green-500\/50{ + background-color: rgb(110 161 82 / 0.5); +} +.bg-green-500\/60{ + background-color: rgb(110 161 82 / 0.6); +} +.bg-green-500\/70{ + background-color: rgb(110 161 82 / 0.7); +} +.bg-green-500\/75{ + background-color: rgb(110 161 82 / 0.75); +} +.bg-green-500\/80{ + background-color: rgb(110 161 82 / 0.8); +} +.bg-green-500\/90{ + background-color: rgb(110 161 82 / 0.9); +} +.bg-green-500\/95{ + background-color: rgb(110 161 82 / 0.95); +} +.bg-green-500\/100{ + background-color: rgb(110 161 82 / 1); +} +.bg-green-600\/0{ + background-color: rgb(99 145 74 / 0); +} +.bg-green-600\/5{ + background-color: rgb(99 145 74 / 0.05); +} +.bg-green-600\/10{ + background-color: rgb(99 145 74 / 0.1); +} +.bg-green-600\/20{ + background-color: rgb(99 145 74 / 0.2); +} +.bg-green-600\/25{ + background-color: rgb(99 145 74 / 0.25); +} +.bg-green-600\/30{ + background-color: rgb(99 145 74 / 0.3); +} +.bg-green-600\/40{ + background-color: rgb(99 145 74 / 0.4); +} +.bg-green-600\/50{ + background-color: rgb(99 145 74 / 0.5); +} +.bg-green-600\/60{ + background-color: rgb(99 145 74 / 0.6); +} +.bg-green-600\/70{ + background-color: rgb(99 145 74 / 0.7); +} +.bg-green-600\/75{ + background-color: rgb(99 145 74 / 0.75); +} +.bg-green-600\/80{ + background-color: rgb(99 145 74 / 0.8); +} +.bg-green-600\/90{ + background-color: rgb(99 145 74 / 0.9); +} +.bg-green-600\/95{ + background-color: rgb(99 145 74 / 0.95); +} +.bg-green-600\/100{ + background-color: rgb(99 145 74 / 1); +} +.bg-green-700\/0{ + background-color: rgb(83 121 62 / 0); +} +.bg-green-700\/5{ + background-color: rgb(83 121 62 / 0.05); +} +.bg-green-700\/10{ + background-color: rgb(83 121 62 / 0.1); +} +.bg-green-700\/20{ + background-color: rgb(83 121 62 / 0.2); +} +.bg-green-700\/25{ + background-color: rgb(83 121 62 / 0.25); +} +.bg-green-700\/30{ + background-color: rgb(83 121 62 / 0.3); +} +.bg-green-700\/40{ + background-color: rgb(83 121 62 / 0.4); +} +.bg-green-700\/50{ + background-color: rgb(83 121 62 / 0.5); +} +.bg-green-700\/60{ + background-color: rgb(83 121 62 / 0.6); +} +.bg-green-700\/70{ + background-color: rgb(83 121 62 / 0.7); +} +.bg-green-700\/75{ + background-color: rgb(83 121 62 / 0.75); +} +.bg-green-700\/80{ + background-color: rgb(83 121 62 / 0.8); +} +.bg-green-700\/90{ + background-color: rgb(83 121 62 / 0.9); +} +.bg-green-700\/95{ + background-color: rgb(83 121 62 / 0.95); +} +.bg-green-700\/100{ + background-color: rgb(83 121 62 / 1); +} +.bg-green-800\/0{ + background-color: rgb(66 97 49 / 0); +} +.bg-green-800\/5{ + background-color: rgb(66 97 49 / 0.05); +} +.bg-green-800\/10{ + background-color: rgb(66 97 49 / 0.1); +} +.bg-green-800\/20{ + background-color: rgb(66 97 49 / 0.2); +} +.bg-green-800\/25{ + background-color: rgb(66 97 49 / 0.25); +} +.bg-green-800\/30{ + background-color: rgb(66 97 49 / 0.3); +} +.bg-green-800\/40{ + background-color: rgb(66 97 49 / 0.4); +} +.bg-green-800\/50{ + background-color: rgb(66 97 49 / 0.5); +} +.bg-green-800\/60{ + background-color: rgb(66 97 49 / 0.6); +} +.bg-green-800\/70{ + background-color: rgb(66 97 49 / 0.7); +} +.bg-green-800\/75{ + background-color: rgb(66 97 49 / 0.75); +} +.bg-green-800\/80{ + background-color: rgb(66 97 49 / 0.8); +} +.bg-green-800\/90{ + background-color: rgb(66 97 49 / 0.9); +} +.bg-green-800\/95{ + background-color: rgb(66 97 49 / 0.95); +} +.bg-green-800\/100{ + background-color: rgb(66 97 49 / 1); +} +.bg-green-900\/0{ + background-color: rgb(54 79 40 / 0); +} +.bg-green-900\/5{ + background-color: rgb(54 79 40 / 0.05); +} +.bg-green-900\/10{ + background-color: rgb(54 79 40 / 0.1); +} +.bg-green-900\/20{ + background-color: rgb(54 79 40 / 0.2); +} +.bg-green-900\/25{ + background-color: rgb(54 79 40 / 0.25); +} +.bg-green-900\/30{ + background-color: rgb(54 79 40 / 0.3); +} +.bg-green-900\/40{ + background-color: rgb(54 79 40 / 0.4); +} +.bg-green-900\/50{ + background-color: rgb(54 79 40 / 0.5); +} +.bg-green-900\/60{ + background-color: rgb(54 79 40 / 0.6); +} +.bg-green-900\/70{ + background-color: rgb(54 79 40 / 0.7); +} +.bg-green-900\/75{ + background-color: rgb(54 79 40 / 0.75); +} +.bg-green-900\/80{ + background-color: rgb(54 79 40 / 0.8); +} +.bg-green-900\/90{ + background-color: rgb(54 79 40 / 0.9); +} +.bg-green-900\/95{ + background-color: rgb(54 79 40 / 0.95); +} +.bg-green-900\/100{ + background-color: rgb(54 79 40 / 1); +} +.bg-green\/0{ + background-color: rgb(110 161 82 / 0); +} +.bg-green\/5{ + background-color: rgb(110 161 82 / 0.05); +} +.bg-green\/10{ + background-color: rgb(110 161 82 / 0.1); +} +.bg-green\/20{ + background-color: rgb(110 161 82 / 0.2); +} +.bg-green\/25{ + background-color: rgb(110 161 82 / 0.25); +} +.bg-green\/30{ + background-color: rgb(110 161 82 / 0.3); +} +.bg-green\/40{ + background-color: rgb(110 161 82 / 0.4); +} +.bg-green\/50{ + background-color: rgb(110 161 82 / 0.5); +} +.bg-green\/60{ + background-color: rgb(110 161 82 / 0.6); +} +.bg-green\/70{ + background-color: rgb(110 161 82 / 0.7); +} +.bg-green\/75{ + background-color: rgb(110 161 82 / 0.75); +} +.bg-green\/80{ + background-color: rgb(110 161 82 / 0.8); +} +.bg-green\/90{ + background-color: rgb(110 161 82 / 0.9); +} +.bg-green\/95{ + background-color: rgb(110 161 82 / 0.95); +} +.bg-green\/100{ + background-color: rgb(110 161 82 / 1); +} +.bg-emerald-50\/0{ + background-color: rgb(236 253 245 / 0); +} +.bg-emerald-50\/5{ + background-color: rgb(236 253 245 / 0.05); +} +.bg-emerald-50\/10{ + background-color: rgb(236 253 245 / 0.1); +} +.bg-emerald-50\/20{ + background-color: rgb(236 253 245 / 0.2); +} +.bg-emerald-50\/25{ + background-color: rgb(236 253 245 / 0.25); +} +.bg-emerald-50\/30{ + background-color: rgb(236 253 245 / 0.3); +} +.bg-emerald-50\/40{ + background-color: rgb(236 253 245 / 0.4); +} +.bg-emerald-50\/50{ + background-color: rgb(236 253 245 / 0.5); +} +.bg-emerald-50\/60{ + background-color: rgb(236 253 245 / 0.6); +} +.bg-emerald-50\/70{ + background-color: rgb(236 253 245 / 0.7); +} +.bg-emerald-50\/75{ + background-color: rgb(236 253 245 / 0.75); +} +.bg-emerald-50\/80{ + background-color: rgb(236 253 245 / 0.8); +} +.bg-emerald-50\/90{ + background-color: rgb(236 253 245 / 0.9); +} +.bg-emerald-50\/95{ + background-color: rgb(236 253 245 / 0.95); +} +.bg-emerald-50\/100{ + background-color: rgb(236 253 245 / 1); +} +.bg-emerald-100\/0{ + background-color: rgb(209 250 229 / 0); +} +.bg-emerald-100\/5{ + background-color: rgb(209 250 229 / 0.05); +} +.bg-emerald-100\/10{ + background-color: rgb(209 250 229 / 0.1); +} +.bg-emerald-100\/20{ + background-color: rgb(209 250 229 / 0.2); +} +.bg-emerald-100\/25{ + background-color: rgb(209 250 229 / 0.25); +} +.bg-emerald-100\/30{ + background-color: rgb(209 250 229 / 0.3); +} +.bg-emerald-100\/40{ + background-color: rgb(209 250 229 / 0.4); +} +.bg-emerald-100\/50{ + background-color: rgb(209 250 229 / 0.5); +} +.bg-emerald-100\/60{ + background-color: rgb(209 250 229 / 0.6); +} +.bg-emerald-100\/70{ + background-color: rgb(209 250 229 / 0.7); +} +.bg-emerald-100\/75{ + background-color: rgb(209 250 229 / 0.75); +} +.bg-emerald-100\/80{ + background-color: rgb(209 250 229 / 0.8); +} +.bg-emerald-100\/90{ + background-color: rgb(209 250 229 / 0.9); +} +.bg-emerald-100\/95{ + background-color: rgb(209 250 229 / 0.95); +} +.bg-emerald-100\/100{ + background-color: rgb(209 250 229 / 1); +} +.bg-emerald-200\/0{ + background-color: rgb(167 243 208 / 0); +} +.bg-emerald-200\/5{ + background-color: rgb(167 243 208 / 0.05); +} +.bg-emerald-200\/10{ + background-color: rgb(167 243 208 / 0.1); +} +.bg-emerald-200\/20{ + background-color: rgb(167 243 208 / 0.2); +} +.bg-emerald-200\/25{ + background-color: rgb(167 243 208 / 0.25); +} +.bg-emerald-200\/30{ + background-color: rgb(167 243 208 / 0.3); +} +.bg-emerald-200\/40{ + background-color: rgb(167 243 208 / 0.4); +} +.bg-emerald-200\/50{ + background-color: rgb(167 243 208 / 0.5); +} +.bg-emerald-200\/60{ + background-color: rgb(167 243 208 / 0.6); +} +.bg-emerald-200\/70{ + background-color: rgb(167 243 208 / 0.7); +} +.bg-emerald-200\/75{ + background-color: rgb(167 243 208 / 0.75); +} +.bg-emerald-200\/80{ + background-color: rgb(167 243 208 / 0.8); +} +.bg-emerald-200\/90{ + background-color: rgb(167 243 208 / 0.9); +} +.bg-emerald-200\/95{ + background-color: rgb(167 243 208 / 0.95); +} +.bg-emerald-200\/100{ + background-color: rgb(167 243 208 / 1); +} +.bg-emerald-300\/0{ + background-color: rgb(110 231 183 / 0); +} +.bg-emerald-300\/5{ + background-color: rgb(110 231 183 / 0.05); +} +.bg-emerald-300\/10{ + background-color: rgb(110 231 183 / 0.1); +} +.bg-emerald-300\/20{ + background-color: rgb(110 231 183 / 0.2); +} +.bg-emerald-300\/25{ + background-color: rgb(110 231 183 / 0.25); +} +.bg-emerald-300\/30{ + background-color: rgb(110 231 183 / 0.3); +} +.bg-emerald-300\/40{ + background-color: rgb(110 231 183 / 0.4); +} +.bg-emerald-300\/50{ + background-color: rgb(110 231 183 / 0.5); +} +.bg-emerald-300\/60{ + background-color: rgb(110 231 183 / 0.6); +} +.bg-emerald-300\/70{ + background-color: rgb(110 231 183 / 0.7); +} +.bg-emerald-300\/75{ + background-color: rgb(110 231 183 / 0.75); +} +.bg-emerald-300\/80{ + background-color: rgb(110 231 183 / 0.8); +} +.bg-emerald-300\/90{ + background-color: rgb(110 231 183 / 0.9); +} +.bg-emerald-300\/95{ + background-color: rgb(110 231 183 / 0.95); +} +.bg-emerald-300\/100{ + background-color: rgb(110 231 183 / 1); +} +.bg-emerald-400\/0{ + background-color: rgb(52 211 153 / 0); +} +.bg-emerald-400\/5{ + background-color: rgb(52 211 153 / 0.05); +} +.bg-emerald-400\/10{ + background-color: rgb(52 211 153 / 0.1); +} +.bg-emerald-400\/20{ + background-color: rgb(52 211 153 / 0.2); +} +.bg-emerald-400\/25{ + background-color: rgb(52 211 153 / 0.25); +} +.bg-emerald-400\/30{ + background-color: rgb(52 211 153 / 0.3); +} +.bg-emerald-400\/40{ + background-color: rgb(52 211 153 / 0.4); +} +.bg-emerald-400\/50{ + background-color: rgb(52 211 153 / 0.5); +} +.bg-emerald-400\/60{ + background-color: rgb(52 211 153 / 0.6); +} +.bg-emerald-400\/70{ + background-color: rgb(52 211 153 / 0.7); +} +.bg-emerald-400\/75{ + background-color: rgb(52 211 153 / 0.75); +} +.bg-emerald-400\/80{ + background-color: rgb(52 211 153 / 0.8); +} +.bg-emerald-400\/90{ + background-color: rgb(52 211 153 / 0.9); +} +.bg-emerald-400\/95{ + background-color: rgb(52 211 153 / 0.95); +} +.bg-emerald-400\/100{ + background-color: rgb(52 211 153 / 1); +} +.bg-emerald-500\/0{ + background-color: rgb(16 185 129 / 0); +} +.bg-emerald-500\/5{ + background-color: rgb(16 185 129 / 0.05); +} +.bg-emerald-500\/10{ + background-color: rgb(16 185 129 / 0.1); +} +.bg-emerald-500\/20{ + background-color: rgb(16 185 129 / 0.2); +} +.bg-emerald-500\/25{ + background-color: rgb(16 185 129 / 0.25); +} +.bg-emerald-500\/30{ + background-color: rgb(16 185 129 / 0.3); +} +.bg-emerald-500\/40{ + background-color: rgb(16 185 129 / 0.4); +} +.bg-emerald-500\/50{ + background-color: rgb(16 185 129 / 0.5); +} +.bg-emerald-500\/60{ + background-color: rgb(16 185 129 / 0.6); +} +.bg-emerald-500\/70{ + background-color: rgb(16 185 129 / 0.7); +} +.bg-emerald-500\/75{ + background-color: rgb(16 185 129 / 0.75); +} +.bg-emerald-500\/80{ + background-color: rgb(16 185 129 / 0.8); +} +.bg-emerald-500\/90{ + background-color: rgb(16 185 129 / 0.9); +} +.bg-emerald-500\/95{ + background-color: rgb(16 185 129 / 0.95); +} +.bg-emerald-500\/100{ + background-color: rgb(16 185 129 / 1); +} +.bg-emerald-600\/0{ + background-color: rgb(5 150 105 / 0); +} +.bg-emerald-600\/5{ + background-color: rgb(5 150 105 / 0.05); +} +.bg-emerald-600\/10{ + background-color: rgb(5 150 105 / 0.1); +} +.bg-emerald-600\/20{ + background-color: rgb(5 150 105 / 0.2); +} +.bg-emerald-600\/25{ + background-color: rgb(5 150 105 / 0.25); +} +.bg-emerald-600\/30{ + background-color: rgb(5 150 105 / 0.3); +} +.bg-emerald-600\/40{ + background-color: rgb(5 150 105 / 0.4); +} +.bg-emerald-600\/50{ + background-color: rgb(5 150 105 / 0.5); +} +.bg-emerald-600\/60{ + background-color: rgb(5 150 105 / 0.6); +} +.bg-emerald-600\/70{ + background-color: rgb(5 150 105 / 0.7); +} +.bg-emerald-600\/75{ + background-color: rgb(5 150 105 / 0.75); +} +.bg-emerald-600\/80{ + background-color: rgb(5 150 105 / 0.8); +} +.bg-emerald-600\/90{ + background-color: rgb(5 150 105 / 0.9); +} +.bg-emerald-600\/95{ + background-color: rgb(5 150 105 / 0.95); +} +.bg-emerald-600\/100{ + background-color: rgb(5 150 105 / 1); +} +.bg-emerald-700\/0{ + background-color: rgb(4 120 87 / 0); +} +.bg-emerald-700\/5{ + background-color: rgb(4 120 87 / 0.05); +} +.bg-emerald-700\/10{ + background-color: rgb(4 120 87 / 0.1); +} +.bg-emerald-700\/20{ + background-color: rgb(4 120 87 / 0.2); +} +.bg-emerald-700\/25{ + background-color: rgb(4 120 87 / 0.25); +} +.bg-emerald-700\/30{ + background-color: rgb(4 120 87 / 0.3); +} +.bg-emerald-700\/40{ + background-color: rgb(4 120 87 / 0.4); +} +.bg-emerald-700\/50{ + background-color: rgb(4 120 87 / 0.5); +} +.bg-emerald-700\/60{ + background-color: rgb(4 120 87 / 0.6); +} +.bg-emerald-700\/70{ + background-color: rgb(4 120 87 / 0.7); +} +.bg-emerald-700\/75{ + background-color: rgb(4 120 87 / 0.75); +} +.bg-emerald-700\/80{ + background-color: rgb(4 120 87 / 0.8); +} +.bg-emerald-700\/90{ + background-color: rgb(4 120 87 / 0.9); +} +.bg-emerald-700\/95{ + background-color: rgb(4 120 87 / 0.95); +} +.bg-emerald-700\/100{ + background-color: rgb(4 120 87 / 1); +} +.bg-emerald-800\/0{ + background-color: rgb(6 95 70 / 0); +} +.bg-emerald-800\/5{ + background-color: rgb(6 95 70 / 0.05); +} +.bg-emerald-800\/10{ + background-color: rgb(6 95 70 / 0.1); +} +.bg-emerald-800\/20{ + background-color: rgb(6 95 70 / 0.2); +} +.bg-emerald-800\/25{ + background-color: rgb(6 95 70 / 0.25); +} +.bg-emerald-800\/30{ + background-color: rgb(6 95 70 / 0.3); +} +.bg-emerald-800\/40{ + background-color: rgb(6 95 70 / 0.4); +} +.bg-emerald-800\/50{ + background-color: rgb(6 95 70 / 0.5); +} +.bg-emerald-800\/60{ + background-color: rgb(6 95 70 / 0.6); +} +.bg-emerald-800\/70{ + background-color: rgb(6 95 70 / 0.7); +} +.bg-emerald-800\/75{ + background-color: rgb(6 95 70 / 0.75); +} +.bg-emerald-800\/80{ + background-color: rgb(6 95 70 / 0.8); +} +.bg-emerald-800\/90{ + background-color: rgb(6 95 70 / 0.9); +} +.bg-emerald-800\/95{ + background-color: rgb(6 95 70 / 0.95); +} +.bg-emerald-800\/100{ + background-color: rgb(6 95 70 / 1); +} +.bg-emerald-900\/0{ + background-color: rgb(6 78 59 / 0); +} +.bg-emerald-900\/5{ + background-color: rgb(6 78 59 / 0.05); +} +.bg-emerald-900\/10{ + background-color: rgb(6 78 59 / 0.1); +} +.bg-emerald-900\/20{ + background-color: rgb(6 78 59 / 0.2); +} +.bg-emerald-900\/25{ + background-color: rgb(6 78 59 / 0.25); +} +.bg-emerald-900\/30{ + background-color: rgb(6 78 59 / 0.3); +} +.bg-emerald-900\/40{ + background-color: rgb(6 78 59 / 0.4); +} +.bg-emerald-900\/50{ + background-color: rgb(6 78 59 / 0.5); +} +.bg-emerald-900\/60{ + background-color: rgb(6 78 59 / 0.6); +} +.bg-emerald-900\/70{ + background-color: rgb(6 78 59 / 0.7); +} +.bg-emerald-900\/75{ + background-color: rgb(6 78 59 / 0.75); +} +.bg-emerald-900\/80{ + background-color: rgb(6 78 59 / 0.8); +} +.bg-emerald-900\/90{ + background-color: rgb(6 78 59 / 0.9); +} +.bg-emerald-900\/95{ + background-color: rgb(6 78 59 / 0.95); +} +.bg-emerald-900\/100{ + background-color: rgb(6 78 59 / 1); +} +.bg-teal-50\/0{ + background-color: rgb(237 250 250 / 0); +} +.bg-teal-50\/5{ + background-color: rgb(237 250 250 / 0.05); +} +.bg-teal-50\/10{ + background-color: rgb(237 250 250 / 0.1); +} +.bg-teal-50\/20{ + background-color: rgb(237 250 250 / 0.2); +} +.bg-teal-50\/25{ + background-color: rgb(237 250 250 / 0.25); +} +.bg-teal-50\/30{ + background-color: rgb(237 250 250 / 0.3); +} +.bg-teal-50\/40{ + background-color: rgb(237 250 250 / 0.4); +} +.bg-teal-50\/50{ + background-color: rgb(237 250 250 / 0.5); +} +.bg-teal-50\/60{ + background-color: rgb(237 250 250 / 0.6); +} +.bg-teal-50\/70{ + background-color: rgb(237 250 250 / 0.7); +} +.bg-teal-50\/75{ + background-color: rgb(237 250 250 / 0.75); +} +.bg-teal-50\/80{ + background-color: rgb(237 250 250 / 0.8); +} +.bg-teal-50\/90{ + background-color: rgb(237 250 250 / 0.9); +} +.bg-teal-50\/95{ + background-color: rgb(237 250 250 / 0.95); +} +.bg-teal-50\/100{ + background-color: rgb(237 250 250 / 1); +} +.bg-teal-100\/0{ + background-color: rgb(213 245 246 / 0); +} +.bg-teal-100\/5{ + background-color: rgb(213 245 246 / 0.05); +} +.bg-teal-100\/10{ + background-color: rgb(213 245 246 / 0.1); +} +.bg-teal-100\/20{ + background-color: rgb(213 245 246 / 0.2); +} +.bg-teal-100\/25{ + background-color: rgb(213 245 246 / 0.25); +} +.bg-teal-100\/30{ + background-color: rgb(213 245 246 / 0.3); +} +.bg-teal-100\/40{ + background-color: rgb(213 245 246 / 0.4); +} +.bg-teal-100\/50{ + background-color: rgb(213 245 246 / 0.5); +} +.bg-teal-100\/60{ + background-color: rgb(213 245 246 / 0.6); +} +.bg-teal-100\/70{ + background-color: rgb(213 245 246 / 0.7); +} +.bg-teal-100\/75{ + background-color: rgb(213 245 246 / 0.75); +} +.bg-teal-100\/80{ + background-color: rgb(213 245 246 / 0.8); +} +.bg-teal-100\/90{ + background-color: rgb(213 245 246 / 0.9); +} +.bg-teal-100\/95{ + background-color: rgb(213 245 246 / 0.95); +} +.bg-teal-100\/100{ + background-color: rgb(213 245 246 / 1); +} +.bg-teal-200\/0{ + background-color: rgb(175 236 239 / 0); +} +.bg-teal-200\/5{ + background-color: rgb(175 236 239 / 0.05); +} +.bg-teal-200\/10{ + background-color: rgb(175 236 239 / 0.1); +} +.bg-teal-200\/20{ + background-color: rgb(175 236 239 / 0.2); +} +.bg-teal-200\/25{ + background-color: rgb(175 236 239 / 0.25); +} +.bg-teal-200\/30{ + background-color: rgb(175 236 239 / 0.3); +} +.bg-teal-200\/40{ + background-color: rgb(175 236 239 / 0.4); +} +.bg-teal-200\/50{ + background-color: rgb(175 236 239 / 0.5); +} +.bg-teal-200\/60{ + background-color: rgb(175 236 239 / 0.6); +} +.bg-teal-200\/70{ + background-color: rgb(175 236 239 / 0.7); +} +.bg-teal-200\/75{ + background-color: rgb(175 236 239 / 0.75); +} +.bg-teal-200\/80{ + background-color: rgb(175 236 239 / 0.8); +} +.bg-teal-200\/90{ + background-color: rgb(175 236 239 / 0.9); +} +.bg-teal-200\/95{ + background-color: rgb(175 236 239 / 0.95); +} +.bg-teal-200\/100{ + background-color: rgb(175 236 239 / 1); +} +.bg-teal-300\/0{ + background-color: rgb(126 220 226 / 0); +} +.bg-teal-300\/5{ + background-color: rgb(126 220 226 / 0.05); +} +.bg-teal-300\/10{ + background-color: rgb(126 220 226 / 0.1); +} +.bg-teal-300\/20{ + background-color: rgb(126 220 226 / 0.2); +} +.bg-teal-300\/25{ + background-color: rgb(126 220 226 / 0.25); +} +.bg-teal-300\/30{ + background-color: rgb(126 220 226 / 0.3); +} +.bg-teal-300\/40{ + background-color: rgb(126 220 226 / 0.4); +} +.bg-teal-300\/50{ + background-color: rgb(126 220 226 / 0.5); +} +.bg-teal-300\/60{ + background-color: rgb(126 220 226 / 0.6); +} +.bg-teal-300\/70{ + background-color: rgb(126 220 226 / 0.7); +} +.bg-teal-300\/75{ + background-color: rgb(126 220 226 / 0.75); +} +.bg-teal-300\/80{ + background-color: rgb(126 220 226 / 0.8); +} +.bg-teal-300\/90{ + background-color: rgb(126 220 226 / 0.9); +} +.bg-teal-300\/95{ + background-color: rgb(126 220 226 / 0.95); +} +.bg-teal-300\/100{ + background-color: rgb(126 220 226 / 1); +} +.bg-teal-400\/0{ + background-color: rgb(22 189 202 / 0); +} +.bg-teal-400\/5{ + background-color: rgb(22 189 202 / 0.05); +} +.bg-teal-400\/10{ + background-color: rgb(22 189 202 / 0.1); +} +.bg-teal-400\/20{ + background-color: rgb(22 189 202 / 0.2); +} +.bg-teal-400\/25{ + background-color: rgb(22 189 202 / 0.25); +} +.bg-teal-400\/30{ + background-color: rgb(22 189 202 / 0.3); +} +.bg-teal-400\/40{ + background-color: rgb(22 189 202 / 0.4); +} +.bg-teal-400\/50{ + background-color: rgb(22 189 202 / 0.5); +} +.bg-teal-400\/60{ + background-color: rgb(22 189 202 / 0.6); +} +.bg-teal-400\/70{ + background-color: rgb(22 189 202 / 0.7); +} +.bg-teal-400\/75{ + background-color: rgb(22 189 202 / 0.75); +} +.bg-teal-400\/80{ + background-color: rgb(22 189 202 / 0.8); +} +.bg-teal-400\/90{ + background-color: rgb(22 189 202 / 0.9); +} +.bg-teal-400\/95{ + background-color: rgb(22 189 202 / 0.95); +} +.bg-teal-400\/100{ + background-color: rgb(22 189 202 / 1); +} +.bg-teal-500\/0{ + background-color: rgb(6 148 162 / 0); +} +.bg-teal-500\/5{ + background-color: rgb(6 148 162 / 0.05); +} +.bg-teal-500\/10{ + background-color: rgb(6 148 162 / 0.1); +} +.bg-teal-500\/20{ + background-color: rgb(6 148 162 / 0.2); +} +.bg-teal-500\/25{ + background-color: rgb(6 148 162 / 0.25); +} +.bg-teal-500\/30{ + background-color: rgb(6 148 162 / 0.3); +} +.bg-teal-500\/40{ + background-color: rgb(6 148 162 / 0.4); +} +.bg-teal-500\/50{ + background-color: rgb(6 148 162 / 0.5); +} +.bg-teal-500\/60{ + background-color: rgb(6 148 162 / 0.6); +} +.bg-teal-500\/70{ + background-color: rgb(6 148 162 / 0.7); +} +.bg-teal-500\/75{ + background-color: rgb(6 148 162 / 0.75); +} +.bg-teal-500\/80{ + background-color: rgb(6 148 162 / 0.8); +} +.bg-teal-500\/90{ + background-color: rgb(6 148 162 / 0.9); +} +.bg-teal-500\/95{ + background-color: rgb(6 148 162 / 0.95); +} +.bg-teal-500\/100{ + background-color: rgb(6 148 162 / 1); +} +.bg-teal-600\/0{ + background-color: rgb(4 116 129 / 0); +} +.bg-teal-600\/5{ + background-color: rgb(4 116 129 / 0.05); +} +.bg-teal-600\/10{ + background-color: rgb(4 116 129 / 0.1); +} +.bg-teal-600\/20{ + background-color: rgb(4 116 129 / 0.2); +} +.bg-teal-600\/25{ + background-color: rgb(4 116 129 / 0.25); +} +.bg-teal-600\/30{ + background-color: rgb(4 116 129 / 0.3); +} +.bg-teal-600\/40{ + background-color: rgb(4 116 129 / 0.4); +} +.bg-teal-600\/50{ + background-color: rgb(4 116 129 / 0.5); +} +.bg-teal-600\/60{ + background-color: rgb(4 116 129 / 0.6); +} +.bg-teal-600\/70{ + background-color: rgb(4 116 129 / 0.7); +} +.bg-teal-600\/75{ + background-color: rgb(4 116 129 / 0.75); +} +.bg-teal-600\/80{ + background-color: rgb(4 116 129 / 0.8); +} +.bg-teal-600\/90{ + background-color: rgb(4 116 129 / 0.9); +} +.bg-teal-600\/95{ + background-color: rgb(4 116 129 / 0.95); +} +.bg-teal-600\/100{ + background-color: rgb(4 116 129 / 1); +} +.bg-teal-700\/0{ + background-color: rgb(3 102 114 / 0); +} +.bg-teal-700\/5{ + background-color: rgb(3 102 114 / 0.05); +} +.bg-teal-700\/10{ + background-color: rgb(3 102 114 / 0.1); +} +.bg-teal-700\/20{ + background-color: rgb(3 102 114 / 0.2); +} +.bg-teal-700\/25{ + background-color: rgb(3 102 114 / 0.25); +} +.bg-teal-700\/30{ + background-color: rgb(3 102 114 / 0.3); +} +.bg-teal-700\/40{ + background-color: rgb(3 102 114 / 0.4); +} +.bg-teal-700\/50{ + background-color: rgb(3 102 114 / 0.5); +} +.bg-teal-700\/60{ + background-color: rgb(3 102 114 / 0.6); +} +.bg-teal-700\/70{ + background-color: rgb(3 102 114 / 0.7); +} +.bg-teal-700\/75{ + background-color: rgb(3 102 114 / 0.75); +} +.bg-teal-700\/80{ + background-color: rgb(3 102 114 / 0.8); +} +.bg-teal-700\/90{ + background-color: rgb(3 102 114 / 0.9); +} +.bg-teal-700\/95{ + background-color: rgb(3 102 114 / 0.95); +} +.bg-teal-700\/100{ + background-color: rgb(3 102 114 / 1); +} +.bg-teal-800\/0{ + background-color: rgb(5 80 92 / 0); +} +.bg-teal-800\/5{ + background-color: rgb(5 80 92 / 0.05); +} +.bg-teal-800\/10{ + background-color: rgb(5 80 92 / 0.1); +} +.bg-teal-800\/20{ + background-color: rgb(5 80 92 / 0.2); +} +.bg-teal-800\/25{ + background-color: rgb(5 80 92 / 0.25); +} +.bg-teal-800\/30{ + background-color: rgb(5 80 92 / 0.3); +} +.bg-teal-800\/40{ + background-color: rgb(5 80 92 / 0.4); +} +.bg-teal-800\/50{ + background-color: rgb(5 80 92 / 0.5); +} +.bg-teal-800\/60{ + background-color: rgb(5 80 92 / 0.6); +} +.bg-teal-800\/70{ + background-color: rgb(5 80 92 / 0.7); +} +.bg-teal-800\/75{ + background-color: rgb(5 80 92 / 0.75); +} +.bg-teal-800\/80{ + background-color: rgb(5 80 92 / 0.8); +} +.bg-teal-800\/90{ + background-color: rgb(5 80 92 / 0.9); +} +.bg-teal-800\/95{ + background-color: rgb(5 80 92 / 0.95); +} +.bg-teal-800\/100{ + background-color: rgb(5 80 92 / 1); +} +.bg-teal-900\/0{ + background-color: rgb(1 68 81 / 0); +} +.bg-teal-900\/5{ + background-color: rgb(1 68 81 / 0.05); +} +.bg-teal-900\/10{ + background-color: rgb(1 68 81 / 0.1); +} +.bg-teal-900\/20{ + background-color: rgb(1 68 81 / 0.2); +} +.bg-teal-900\/25{ + background-color: rgb(1 68 81 / 0.25); +} +.bg-teal-900\/30{ + background-color: rgb(1 68 81 / 0.3); +} +.bg-teal-900\/40{ + background-color: rgb(1 68 81 / 0.4); +} +.bg-teal-900\/50{ + background-color: rgb(1 68 81 / 0.5); +} +.bg-teal-900\/60{ + background-color: rgb(1 68 81 / 0.6); +} +.bg-teal-900\/70{ + background-color: rgb(1 68 81 / 0.7); +} +.bg-teal-900\/75{ + background-color: rgb(1 68 81 / 0.75); +} +.bg-teal-900\/80{ + background-color: rgb(1 68 81 / 0.8); +} +.bg-teal-900\/90{ + background-color: rgb(1 68 81 / 0.9); +} +.bg-teal-900\/95{ + background-color: rgb(1 68 81 / 0.95); +} +.bg-teal-900\/100{ + background-color: rgb(1 68 81 / 1); +} +.bg-cyan-50\/0{ + background-color: rgb(236 254 255 / 0); +} +.bg-cyan-50\/5{ + background-color: rgb(236 254 255 / 0.05); +} +.bg-cyan-50\/10{ + background-color: rgb(236 254 255 / 0.1); +} +.bg-cyan-50\/20{ + background-color: rgb(236 254 255 / 0.2); +} +.bg-cyan-50\/25{ + background-color: rgb(236 254 255 / 0.25); +} +.bg-cyan-50\/30{ + background-color: rgb(236 254 255 / 0.3); +} +.bg-cyan-50\/40{ + background-color: rgb(236 254 255 / 0.4); +} +.bg-cyan-50\/50{ + background-color: rgb(236 254 255 / 0.5); +} +.bg-cyan-50\/60{ + background-color: rgb(236 254 255 / 0.6); +} +.bg-cyan-50\/70{ + background-color: rgb(236 254 255 / 0.7); +} +.bg-cyan-50\/75{ + background-color: rgb(236 254 255 / 0.75); +} +.bg-cyan-50\/80{ + background-color: rgb(236 254 255 / 0.8); +} +.bg-cyan-50\/90{ + background-color: rgb(236 254 255 / 0.9); +} +.bg-cyan-50\/95{ + background-color: rgb(236 254 255 / 0.95); +} +.bg-cyan-50\/100{ + background-color: rgb(236 254 255 / 1); +} +.bg-cyan-100\/0{ + background-color: rgb(207 250 254 / 0); +} +.bg-cyan-100\/5{ + background-color: rgb(207 250 254 / 0.05); +} +.bg-cyan-100\/10{ + background-color: rgb(207 250 254 / 0.1); +} +.bg-cyan-100\/20{ + background-color: rgb(207 250 254 / 0.2); +} +.bg-cyan-100\/25{ + background-color: rgb(207 250 254 / 0.25); +} +.bg-cyan-100\/30{ + background-color: rgb(207 250 254 / 0.3); +} +.bg-cyan-100\/40{ + background-color: rgb(207 250 254 / 0.4); +} +.bg-cyan-100\/50{ + background-color: rgb(207 250 254 / 0.5); +} +.bg-cyan-100\/60{ + background-color: rgb(207 250 254 / 0.6); +} +.bg-cyan-100\/70{ + background-color: rgb(207 250 254 / 0.7); +} +.bg-cyan-100\/75{ + background-color: rgb(207 250 254 / 0.75); +} +.bg-cyan-100\/80{ + background-color: rgb(207 250 254 / 0.8); +} +.bg-cyan-100\/90{ + background-color: rgb(207 250 254 / 0.9); +} +.bg-cyan-100\/95{ + background-color: rgb(207 250 254 / 0.95); +} +.bg-cyan-100\/100{ + background-color: rgb(207 250 254 / 1); +} +.bg-cyan-200\/0{ + background-color: rgb(165 243 252 / 0); +} +.bg-cyan-200\/5{ + background-color: rgb(165 243 252 / 0.05); +} +.bg-cyan-200\/10{ + background-color: rgb(165 243 252 / 0.1); +} +.bg-cyan-200\/20{ + background-color: rgb(165 243 252 / 0.2); +} +.bg-cyan-200\/25{ + background-color: rgb(165 243 252 / 0.25); +} +.bg-cyan-200\/30{ + background-color: rgb(165 243 252 / 0.3); +} +.bg-cyan-200\/40{ + background-color: rgb(165 243 252 / 0.4); +} +.bg-cyan-200\/50{ + background-color: rgb(165 243 252 / 0.5); +} +.bg-cyan-200\/60{ + background-color: rgb(165 243 252 / 0.6); +} +.bg-cyan-200\/70{ + background-color: rgb(165 243 252 / 0.7); +} +.bg-cyan-200\/75{ + background-color: rgb(165 243 252 / 0.75); +} +.bg-cyan-200\/80{ + background-color: rgb(165 243 252 / 0.8); +} +.bg-cyan-200\/90{ + background-color: rgb(165 243 252 / 0.9); +} +.bg-cyan-200\/95{ + background-color: rgb(165 243 252 / 0.95); +} +.bg-cyan-200\/100{ + background-color: rgb(165 243 252 / 1); +} +.bg-cyan-300\/0{ + background-color: rgb(103 232 249 / 0); +} +.bg-cyan-300\/5{ + background-color: rgb(103 232 249 / 0.05); +} +.bg-cyan-300\/10{ + background-color: rgb(103 232 249 / 0.1); +} +.bg-cyan-300\/20{ + background-color: rgb(103 232 249 / 0.2); +} +.bg-cyan-300\/25{ + background-color: rgb(103 232 249 / 0.25); +} +.bg-cyan-300\/30{ + background-color: rgb(103 232 249 / 0.3); +} +.bg-cyan-300\/40{ + background-color: rgb(103 232 249 / 0.4); +} +.bg-cyan-300\/50{ + background-color: rgb(103 232 249 / 0.5); +} +.bg-cyan-300\/60{ + background-color: rgb(103 232 249 / 0.6); +} +.bg-cyan-300\/70{ + background-color: rgb(103 232 249 / 0.7); +} +.bg-cyan-300\/75{ + background-color: rgb(103 232 249 / 0.75); +} +.bg-cyan-300\/80{ + background-color: rgb(103 232 249 / 0.8); +} +.bg-cyan-300\/90{ + background-color: rgb(103 232 249 / 0.9); +} +.bg-cyan-300\/95{ + background-color: rgb(103 232 249 / 0.95); +} +.bg-cyan-300\/100{ + background-color: rgb(103 232 249 / 1); +} +.bg-cyan-400\/0{ + background-color: rgb(34 211 238 / 0); +} +.bg-cyan-400\/5{ + background-color: rgb(34 211 238 / 0.05); +} +.bg-cyan-400\/10{ + background-color: rgb(34 211 238 / 0.1); +} +.bg-cyan-400\/20{ + background-color: rgb(34 211 238 / 0.2); +} +.bg-cyan-400\/25{ + background-color: rgb(34 211 238 / 0.25); +} +.bg-cyan-400\/30{ + background-color: rgb(34 211 238 / 0.3); +} +.bg-cyan-400\/40{ + background-color: rgb(34 211 238 / 0.4); +} +.bg-cyan-400\/50{ + background-color: rgb(34 211 238 / 0.5); +} +.bg-cyan-400\/60{ + background-color: rgb(34 211 238 / 0.6); +} +.bg-cyan-400\/70{ + background-color: rgb(34 211 238 / 0.7); +} +.bg-cyan-400\/75{ + background-color: rgb(34 211 238 / 0.75); +} +.bg-cyan-400\/80{ + background-color: rgb(34 211 238 / 0.8); +} +.bg-cyan-400\/90{ + background-color: rgb(34 211 238 / 0.9); +} +.bg-cyan-400\/95{ + background-color: rgb(34 211 238 / 0.95); +} +.bg-cyan-400\/100{ + background-color: rgb(34 211 238 / 1); +} +.bg-cyan-500\/0{ + background-color: rgb(6 182 212 / 0); +} +.bg-cyan-500\/5{ + background-color: rgb(6 182 212 / 0.05); +} +.bg-cyan-500\/10{ + background-color: rgb(6 182 212 / 0.1); +} +.bg-cyan-500\/20{ + background-color: rgb(6 182 212 / 0.2); +} +.bg-cyan-500\/25{ + background-color: rgb(6 182 212 / 0.25); +} +.bg-cyan-500\/30{ + background-color: rgb(6 182 212 / 0.3); +} +.bg-cyan-500\/40{ + background-color: rgb(6 182 212 / 0.4); +} +.bg-cyan-500\/50{ + background-color: rgb(6 182 212 / 0.5); +} +.bg-cyan-500\/60{ + background-color: rgb(6 182 212 / 0.6); +} +.bg-cyan-500\/70{ + background-color: rgb(6 182 212 / 0.7); +} +.bg-cyan-500\/75{ + background-color: rgb(6 182 212 / 0.75); +} +.bg-cyan-500\/80{ + background-color: rgb(6 182 212 / 0.8); +} +.bg-cyan-500\/90{ + background-color: rgb(6 182 212 / 0.9); +} +.bg-cyan-500\/95{ + background-color: rgb(6 182 212 / 0.95); +} +.bg-cyan-500\/100{ + background-color: rgb(6 182 212 / 1); +} +.bg-cyan-600\/0{ + background-color: rgb(8 145 178 / 0); +} +.bg-cyan-600\/5{ + background-color: rgb(8 145 178 / 0.05); +} +.bg-cyan-600\/10{ + background-color: rgb(8 145 178 / 0.1); +} +.bg-cyan-600\/20{ + background-color: rgb(8 145 178 / 0.2); +} +.bg-cyan-600\/25{ + background-color: rgb(8 145 178 / 0.25); +} +.bg-cyan-600\/30{ + background-color: rgb(8 145 178 / 0.3); +} +.bg-cyan-600\/40{ + background-color: rgb(8 145 178 / 0.4); +} +.bg-cyan-600\/50{ + background-color: rgb(8 145 178 / 0.5); +} +.bg-cyan-600\/60{ + background-color: rgb(8 145 178 / 0.6); +} +.bg-cyan-600\/70{ + background-color: rgb(8 145 178 / 0.7); +} +.bg-cyan-600\/75{ + background-color: rgb(8 145 178 / 0.75); +} +.bg-cyan-600\/80{ + background-color: rgb(8 145 178 / 0.8); +} +.bg-cyan-600\/90{ + background-color: rgb(8 145 178 / 0.9); +} +.bg-cyan-600\/95{ + background-color: rgb(8 145 178 / 0.95); +} +.bg-cyan-600\/100{ + background-color: rgb(8 145 178 / 1); +} +.bg-cyan-700\/0{ + background-color: rgb(14 116 144 / 0); +} +.bg-cyan-700\/5{ + background-color: rgb(14 116 144 / 0.05); +} +.bg-cyan-700\/10{ + background-color: rgb(14 116 144 / 0.1); +} +.bg-cyan-700\/20{ + background-color: rgb(14 116 144 / 0.2); +} +.bg-cyan-700\/25{ + background-color: rgb(14 116 144 / 0.25); +} +.bg-cyan-700\/30{ + background-color: rgb(14 116 144 / 0.3); +} +.bg-cyan-700\/40{ + background-color: rgb(14 116 144 / 0.4); +} +.bg-cyan-700\/50{ + background-color: rgb(14 116 144 / 0.5); +} +.bg-cyan-700\/60{ + background-color: rgb(14 116 144 / 0.6); +} +.bg-cyan-700\/70{ + background-color: rgb(14 116 144 / 0.7); +} +.bg-cyan-700\/75{ + background-color: rgb(14 116 144 / 0.75); +} +.bg-cyan-700\/80{ + background-color: rgb(14 116 144 / 0.8); +} +.bg-cyan-700\/90{ + background-color: rgb(14 116 144 / 0.9); +} +.bg-cyan-700\/95{ + background-color: rgb(14 116 144 / 0.95); +} +.bg-cyan-700\/100{ + background-color: rgb(14 116 144 / 1); +} +.bg-cyan-800\/0{ + background-color: rgb(21 94 117 / 0); +} +.bg-cyan-800\/5{ + background-color: rgb(21 94 117 / 0.05); +} +.bg-cyan-800\/10{ + background-color: rgb(21 94 117 / 0.1); +} +.bg-cyan-800\/20{ + background-color: rgb(21 94 117 / 0.2); +} +.bg-cyan-800\/25{ + background-color: rgb(21 94 117 / 0.25); +} +.bg-cyan-800\/30{ + background-color: rgb(21 94 117 / 0.3); +} +.bg-cyan-800\/40{ + background-color: rgb(21 94 117 / 0.4); +} +.bg-cyan-800\/50{ + background-color: rgb(21 94 117 / 0.5); +} +.bg-cyan-800\/60{ + background-color: rgb(21 94 117 / 0.6); +} +.bg-cyan-800\/70{ + background-color: rgb(21 94 117 / 0.7); +} +.bg-cyan-800\/75{ + background-color: rgb(21 94 117 / 0.75); +} +.bg-cyan-800\/80{ + background-color: rgb(21 94 117 / 0.8); +} +.bg-cyan-800\/90{ + background-color: rgb(21 94 117 / 0.9); +} +.bg-cyan-800\/95{ + background-color: rgb(21 94 117 / 0.95); +} +.bg-cyan-800\/100{ + background-color: rgb(21 94 117 / 1); +} +.bg-cyan-900\/0{ + background-color: rgb(22 78 99 / 0); +} +.bg-cyan-900\/5{ + background-color: rgb(22 78 99 / 0.05); +} +.bg-cyan-900\/10{ + background-color: rgb(22 78 99 / 0.1); +} +.bg-cyan-900\/20{ + background-color: rgb(22 78 99 / 0.2); +} +.bg-cyan-900\/25{ + background-color: rgb(22 78 99 / 0.25); +} +.bg-cyan-900\/30{ + background-color: rgb(22 78 99 / 0.3); +} +.bg-cyan-900\/40{ + background-color: rgb(22 78 99 / 0.4); +} +.bg-cyan-900\/50{ + background-color: rgb(22 78 99 / 0.5); +} +.bg-cyan-900\/60{ + background-color: rgb(22 78 99 / 0.6); +} +.bg-cyan-900\/70{ + background-color: rgb(22 78 99 / 0.7); +} +.bg-cyan-900\/75{ + background-color: rgb(22 78 99 / 0.75); +} +.bg-cyan-900\/80{ + background-color: rgb(22 78 99 / 0.8); +} +.bg-cyan-900\/90{ + background-color: rgb(22 78 99 / 0.9); +} +.bg-cyan-900\/95{ + background-color: rgb(22 78 99 / 0.95); +} +.bg-cyan-900\/100{ + background-color: rgb(22 78 99 / 1); +} +.bg-sky-50\/0{ + background-color: rgb(240 249 255 / 0); +} +.bg-sky-50\/5{ + background-color: rgb(240 249 255 / 0.05); +} +.bg-sky-50\/10{ + background-color: rgb(240 249 255 / 0.1); +} +.bg-sky-50\/20{ + background-color: rgb(240 249 255 / 0.2); +} +.bg-sky-50\/25{ + background-color: rgb(240 249 255 / 0.25); +} +.bg-sky-50\/30{ + background-color: rgb(240 249 255 / 0.3); +} +.bg-sky-50\/40{ + background-color: rgb(240 249 255 / 0.4); +} +.bg-sky-50\/50{ + background-color: rgb(240 249 255 / 0.5); +} +.bg-sky-50\/60{ + background-color: rgb(240 249 255 / 0.6); +} +.bg-sky-50\/70{ + background-color: rgb(240 249 255 / 0.7); +} +.bg-sky-50\/75{ + background-color: rgb(240 249 255 / 0.75); +} +.bg-sky-50\/80{ + background-color: rgb(240 249 255 / 0.8); +} +.bg-sky-50\/90{ + background-color: rgb(240 249 255 / 0.9); +} +.bg-sky-50\/95{ + background-color: rgb(240 249 255 / 0.95); +} +.bg-sky-50\/100{ + background-color: rgb(240 249 255 / 1); +} +.bg-sky-100\/0{ + background-color: rgb(224 242 254 / 0); +} +.bg-sky-100\/5{ + background-color: rgb(224 242 254 / 0.05); +} +.bg-sky-100\/10{ + background-color: rgb(224 242 254 / 0.1); +} +.bg-sky-100\/20{ + background-color: rgb(224 242 254 / 0.2); +} +.bg-sky-100\/25{ + background-color: rgb(224 242 254 / 0.25); +} +.bg-sky-100\/30{ + background-color: rgb(224 242 254 / 0.3); +} +.bg-sky-100\/40{ + background-color: rgb(224 242 254 / 0.4); +} +.bg-sky-100\/50{ + background-color: rgb(224 242 254 / 0.5); +} +.bg-sky-100\/60{ + background-color: rgb(224 242 254 / 0.6); +} +.bg-sky-100\/70{ + background-color: rgb(224 242 254 / 0.7); +} +.bg-sky-100\/75{ + background-color: rgb(224 242 254 / 0.75); +} +.bg-sky-100\/80{ + background-color: rgb(224 242 254 / 0.8); +} +.bg-sky-100\/90{ + background-color: rgb(224 242 254 / 0.9); +} +.bg-sky-100\/95{ + background-color: rgb(224 242 254 / 0.95); +} +.bg-sky-100\/100{ + background-color: rgb(224 242 254 / 1); +} +.bg-sky-200\/0{ + background-color: rgb(186 230 253 / 0); +} +.bg-sky-200\/5{ + background-color: rgb(186 230 253 / 0.05); +} +.bg-sky-200\/10{ + background-color: rgb(186 230 253 / 0.1); +} +.bg-sky-200\/20{ + background-color: rgb(186 230 253 / 0.2); +} +.bg-sky-200\/25{ + background-color: rgb(186 230 253 / 0.25); +} +.bg-sky-200\/30{ + background-color: rgb(186 230 253 / 0.3); +} +.bg-sky-200\/40{ + background-color: rgb(186 230 253 / 0.4); +} +.bg-sky-200\/50{ + background-color: rgb(186 230 253 / 0.5); +} +.bg-sky-200\/60{ + background-color: rgb(186 230 253 / 0.6); +} +.bg-sky-200\/70{ + background-color: rgb(186 230 253 / 0.7); +} +.bg-sky-200\/75{ + background-color: rgb(186 230 253 / 0.75); +} +.bg-sky-200\/80{ + background-color: rgb(186 230 253 / 0.8); +} +.bg-sky-200\/90{ + background-color: rgb(186 230 253 / 0.9); +} +.bg-sky-200\/95{ + background-color: rgb(186 230 253 / 0.95); +} +.bg-sky-200\/100{ + background-color: rgb(186 230 253 / 1); +} +.bg-sky-300\/0{ + background-color: rgb(125 211 252 / 0); +} +.bg-sky-300\/5{ + background-color: rgb(125 211 252 / 0.05); +} +.bg-sky-300\/10{ + background-color: rgb(125 211 252 / 0.1); +} +.bg-sky-300\/20{ + background-color: rgb(125 211 252 / 0.2); +} +.bg-sky-300\/25{ + background-color: rgb(125 211 252 / 0.25); +} +.bg-sky-300\/30{ + background-color: rgb(125 211 252 / 0.3); +} +.bg-sky-300\/40{ + background-color: rgb(125 211 252 / 0.4); +} +.bg-sky-300\/50{ + background-color: rgb(125 211 252 / 0.5); +} +.bg-sky-300\/60{ + background-color: rgb(125 211 252 / 0.6); +} +.bg-sky-300\/70{ + background-color: rgb(125 211 252 / 0.7); +} +.bg-sky-300\/75{ + background-color: rgb(125 211 252 / 0.75); +} +.bg-sky-300\/80{ + background-color: rgb(125 211 252 / 0.8); +} +.bg-sky-300\/90{ + background-color: rgb(125 211 252 / 0.9); +} +.bg-sky-300\/95{ + background-color: rgb(125 211 252 / 0.95); +} +.bg-sky-300\/100{ + background-color: rgb(125 211 252 / 1); +} +.bg-sky-400\/0{ + background-color: rgb(56 189 248 / 0); +} +.bg-sky-400\/5{ + background-color: rgb(56 189 248 / 0.05); +} +.bg-sky-400\/10{ + background-color: rgb(56 189 248 / 0.1); +} +.bg-sky-400\/20{ + background-color: rgb(56 189 248 / 0.2); +} +.bg-sky-400\/25{ + background-color: rgb(56 189 248 / 0.25); +} +.bg-sky-400\/30{ + background-color: rgb(56 189 248 / 0.3); +} +.bg-sky-400\/40{ + background-color: rgb(56 189 248 / 0.4); +} +.bg-sky-400\/50{ + background-color: rgb(56 189 248 / 0.5); +} +.bg-sky-400\/60{ + background-color: rgb(56 189 248 / 0.6); +} +.bg-sky-400\/70{ + background-color: rgb(56 189 248 / 0.7); +} +.bg-sky-400\/75{ + background-color: rgb(56 189 248 / 0.75); +} +.bg-sky-400\/80{ + background-color: rgb(56 189 248 / 0.8); +} +.bg-sky-400\/90{ + background-color: rgb(56 189 248 / 0.9); +} +.bg-sky-400\/95{ + background-color: rgb(56 189 248 / 0.95); +} +.bg-sky-400\/100{ + background-color: rgb(56 189 248 / 1); +} +.bg-sky-500\/0{ + background-color: rgb(14 165 233 / 0); +} +.bg-sky-500\/5{ + background-color: rgb(14 165 233 / 0.05); +} +.bg-sky-500\/10{ + background-color: rgb(14 165 233 / 0.1); +} +.bg-sky-500\/20{ + background-color: rgb(14 165 233 / 0.2); +} +.bg-sky-500\/25{ + background-color: rgb(14 165 233 / 0.25); +} +.bg-sky-500\/30{ + background-color: rgb(14 165 233 / 0.3); +} +.bg-sky-500\/40{ + background-color: rgb(14 165 233 / 0.4); +} +.bg-sky-500\/50{ + background-color: rgb(14 165 233 / 0.5); +} +.bg-sky-500\/60{ + background-color: rgb(14 165 233 / 0.6); +} +.bg-sky-500\/70{ + background-color: rgb(14 165 233 / 0.7); +} +.bg-sky-500\/75{ + background-color: rgb(14 165 233 / 0.75); +} +.bg-sky-500\/80{ + background-color: rgb(14 165 233 / 0.8); +} +.bg-sky-500\/90{ + background-color: rgb(14 165 233 / 0.9); +} +.bg-sky-500\/95{ + background-color: rgb(14 165 233 / 0.95); +} +.bg-sky-500\/100{ + background-color: rgb(14 165 233 / 1); +} +.bg-sky-600\/0{ + background-color: rgb(2 132 199 / 0); +} +.bg-sky-600\/5{ + background-color: rgb(2 132 199 / 0.05); +} +.bg-sky-600\/10{ + background-color: rgb(2 132 199 / 0.1); +} +.bg-sky-600\/20{ + background-color: rgb(2 132 199 / 0.2); +} +.bg-sky-600\/25{ + background-color: rgb(2 132 199 / 0.25); +} +.bg-sky-600\/30{ + background-color: rgb(2 132 199 / 0.3); +} +.bg-sky-600\/40{ + background-color: rgb(2 132 199 / 0.4); +} +.bg-sky-600\/50{ + background-color: rgb(2 132 199 / 0.5); +} +.bg-sky-600\/60{ + background-color: rgb(2 132 199 / 0.6); +} +.bg-sky-600\/70{ + background-color: rgb(2 132 199 / 0.7); +} +.bg-sky-600\/75{ + background-color: rgb(2 132 199 / 0.75); +} +.bg-sky-600\/80{ + background-color: rgb(2 132 199 / 0.8); +} +.bg-sky-600\/90{ + background-color: rgb(2 132 199 / 0.9); +} +.bg-sky-600\/95{ + background-color: rgb(2 132 199 / 0.95); +} +.bg-sky-600\/100{ + background-color: rgb(2 132 199 / 1); +} +.bg-sky-700\/0{ + background-color: rgb(3 105 161 / 0); +} +.bg-sky-700\/5{ + background-color: rgb(3 105 161 / 0.05); +} +.bg-sky-700\/10{ + background-color: rgb(3 105 161 / 0.1); +} +.bg-sky-700\/20{ + background-color: rgb(3 105 161 / 0.2); +} +.bg-sky-700\/25{ + background-color: rgb(3 105 161 / 0.25); +} +.bg-sky-700\/30{ + background-color: rgb(3 105 161 / 0.3); +} +.bg-sky-700\/40{ + background-color: rgb(3 105 161 / 0.4); +} +.bg-sky-700\/50{ + background-color: rgb(3 105 161 / 0.5); +} +.bg-sky-700\/60{ + background-color: rgb(3 105 161 / 0.6); +} +.bg-sky-700\/70{ + background-color: rgb(3 105 161 / 0.7); +} +.bg-sky-700\/75{ + background-color: rgb(3 105 161 / 0.75); +} +.bg-sky-700\/80{ + background-color: rgb(3 105 161 / 0.8); +} +.bg-sky-700\/90{ + background-color: rgb(3 105 161 / 0.9); +} +.bg-sky-700\/95{ + background-color: rgb(3 105 161 / 0.95); +} +.bg-sky-700\/100{ + background-color: rgb(3 105 161 / 1); +} +.bg-sky-800\/0{ + background-color: rgb(7 89 133 / 0); +} +.bg-sky-800\/5{ + background-color: rgb(7 89 133 / 0.05); +} +.bg-sky-800\/10{ + background-color: rgb(7 89 133 / 0.1); +} +.bg-sky-800\/20{ + background-color: rgb(7 89 133 / 0.2); +} +.bg-sky-800\/25{ + background-color: rgb(7 89 133 / 0.25); +} +.bg-sky-800\/30{ + background-color: rgb(7 89 133 / 0.3); +} +.bg-sky-800\/40{ + background-color: rgb(7 89 133 / 0.4); +} +.bg-sky-800\/50{ + background-color: rgb(7 89 133 / 0.5); +} +.bg-sky-800\/60{ + background-color: rgb(7 89 133 / 0.6); +} +.bg-sky-800\/70{ + background-color: rgb(7 89 133 / 0.7); +} +.bg-sky-800\/75{ + background-color: rgb(7 89 133 / 0.75); +} +.bg-sky-800\/80{ + background-color: rgb(7 89 133 / 0.8); +} +.bg-sky-800\/90{ + background-color: rgb(7 89 133 / 0.9); +} +.bg-sky-800\/95{ + background-color: rgb(7 89 133 / 0.95); +} +.bg-sky-800\/100{ + background-color: rgb(7 89 133 / 1); +} +.bg-sky-900\/0{ + background-color: rgb(12 74 110 / 0); +} +.bg-sky-900\/5{ + background-color: rgb(12 74 110 / 0.05); +} +.bg-sky-900\/10{ + background-color: rgb(12 74 110 / 0.1); +} +.bg-sky-900\/20{ + background-color: rgb(12 74 110 / 0.2); +} +.bg-sky-900\/25{ + background-color: rgb(12 74 110 / 0.25); +} +.bg-sky-900\/30{ + background-color: rgb(12 74 110 / 0.3); +} +.bg-sky-900\/40{ + background-color: rgb(12 74 110 / 0.4); +} +.bg-sky-900\/50{ + background-color: rgb(12 74 110 / 0.5); +} +.bg-sky-900\/60{ + background-color: rgb(12 74 110 / 0.6); +} +.bg-sky-900\/70{ + background-color: rgb(12 74 110 / 0.7); +} +.bg-sky-900\/75{ + background-color: rgb(12 74 110 / 0.75); +} +.bg-sky-900\/80{ + background-color: rgb(12 74 110 / 0.8); +} +.bg-sky-900\/90{ + background-color: rgb(12 74 110 / 0.9); +} +.bg-sky-900\/95{ + background-color: rgb(12 74 110 / 0.95); +} +.bg-sky-900\/100{ + background-color: rgb(12 74 110 / 1); +} +.bg-blue-50\/0{ + background-color: rgb(242 248 251 / 0); +} +.bg-blue-50\/5{ + background-color: rgb(242 248 251 / 0.05); +} +.bg-blue-50\/10{ + background-color: rgb(242 248 251 / 0.1); +} +.bg-blue-50\/20{ + background-color: rgb(242 248 251 / 0.2); +} +.bg-blue-50\/25{ + background-color: rgb(242 248 251 / 0.25); +} +.bg-blue-50\/30{ + background-color: rgb(242 248 251 / 0.3); +} +.bg-blue-50\/40{ + background-color: rgb(242 248 251 / 0.4); +} +.bg-blue-50\/50{ + background-color: rgb(242 248 251 / 0.5); +} +.bg-blue-50\/60{ + background-color: rgb(242 248 251 / 0.6); +} +.bg-blue-50\/70{ + background-color: rgb(242 248 251 / 0.7); +} +.bg-blue-50\/75{ + background-color: rgb(242 248 251 / 0.75); +} +.bg-blue-50\/80{ + background-color: rgb(242 248 251 / 0.8); +} +.bg-blue-50\/90{ + background-color: rgb(242 248 251 / 0.9); +} +.bg-blue-50\/95{ + background-color: rgb(242 248 251 / 0.95); +} +.bg-blue-50\/100{ + background-color: rgb(242 248 251 / 1); +} +.bg-blue-100\/0{ + background-color: rgb(230 241 246 / 0); +} +.bg-blue-100\/5{ + background-color: rgb(230 241 246 / 0.05); +} +.bg-blue-100\/10{ + background-color: rgb(230 241 246 / 0.1); +} +.bg-blue-100\/20{ + background-color: rgb(230 241 246 / 0.2); +} +.bg-blue-100\/25{ + background-color: rgb(230 241 246 / 0.25); +} +.bg-blue-100\/30{ + background-color: rgb(230 241 246 / 0.3); +} +.bg-blue-100\/40{ + background-color: rgb(230 241 246 / 0.4); +} +.bg-blue-100\/50{ + background-color: rgb(230 241 246 / 0.5); +} +.bg-blue-100\/60{ + background-color: rgb(230 241 246 / 0.6); +} +.bg-blue-100\/70{ + background-color: rgb(230 241 246 / 0.7); +} +.bg-blue-100\/75{ + background-color: rgb(230 241 246 / 0.75); +} +.bg-blue-100\/80{ + background-color: rgb(230 241 246 / 0.8); +} +.bg-blue-100\/90{ + background-color: rgb(230 241 246 / 0.9); +} +.bg-blue-100\/95{ + background-color: rgb(230 241 246 / 0.95); +} +.bg-blue-100\/100{ + background-color: rgb(230 241 246 / 1); +} +.bg-blue-200\/0{ + background-color: rgb(191 219 233 / 0); +} +.bg-blue-200\/5{ + background-color: rgb(191 219 233 / 0.05); +} +.bg-blue-200\/10{ + background-color: rgb(191 219 233 / 0.1); +} +.bg-blue-200\/20{ + background-color: rgb(191 219 233 / 0.2); +} +.bg-blue-200\/25{ + background-color: rgb(191 219 233 / 0.25); +} +.bg-blue-200\/30{ + background-color: rgb(191 219 233 / 0.3); +} +.bg-blue-200\/40{ + background-color: rgb(191 219 233 / 0.4); +} +.bg-blue-200\/50{ + background-color: rgb(191 219 233 / 0.5); +} +.bg-blue-200\/60{ + background-color: rgb(191 219 233 / 0.6); +} +.bg-blue-200\/70{ + background-color: rgb(191 219 233 / 0.7); +} +.bg-blue-200\/75{ + background-color: rgb(191 219 233 / 0.75); +} +.bg-blue-200\/80{ + background-color: rgb(191 219 233 / 0.8); +} +.bg-blue-200\/90{ + background-color: rgb(191 219 233 / 0.9); +} +.bg-blue-200\/95{ + background-color: rgb(191 219 233 / 0.95); +} +.bg-blue-200\/100{ + background-color: rgb(191 219 233 / 1); +} +.bg-blue-300\/0{ + background-color: rgb(153 197 219 / 0); +} +.bg-blue-300\/5{ + background-color: rgb(153 197 219 / 0.05); +} +.bg-blue-300\/10{ + background-color: rgb(153 197 219 / 0.1); +} +.bg-blue-300\/20{ + background-color: rgb(153 197 219 / 0.2); +} +.bg-blue-300\/25{ + background-color: rgb(153 197 219 / 0.25); +} +.bg-blue-300\/30{ + background-color: rgb(153 197 219 / 0.3); +} +.bg-blue-300\/40{ + background-color: rgb(153 197 219 / 0.4); +} +.bg-blue-300\/50{ + background-color: rgb(153 197 219 / 0.5); +} +.bg-blue-300\/60{ + background-color: rgb(153 197 219 / 0.6); +} +.bg-blue-300\/70{ + background-color: rgb(153 197 219 / 0.7); +} +.bg-blue-300\/75{ + background-color: rgb(153 197 219 / 0.75); +} +.bg-blue-300\/80{ + background-color: rgb(153 197 219 / 0.8); +} +.bg-blue-300\/90{ + background-color: rgb(153 197 219 / 0.9); +} +.bg-blue-300\/95{ + background-color: rgb(153 197 219 / 0.95); +} +.bg-blue-300\/100{ + background-color: rgb(153 197 219 / 1); +} +.bg-blue-400\/0{ + background-color: rgb(77 154 193 / 0); +} +.bg-blue-400\/5{ + background-color: rgb(77 154 193 / 0.05); +} +.bg-blue-400\/10{ + background-color: rgb(77 154 193 / 0.1); +} +.bg-blue-400\/20{ + background-color: rgb(77 154 193 / 0.2); +} +.bg-blue-400\/25{ + background-color: rgb(77 154 193 / 0.25); +} +.bg-blue-400\/30{ + background-color: rgb(77 154 193 / 0.3); +} +.bg-blue-400\/40{ + background-color: rgb(77 154 193 / 0.4); +} +.bg-blue-400\/50{ + background-color: rgb(77 154 193 / 0.5); +} +.bg-blue-400\/60{ + background-color: rgb(77 154 193 / 0.6); +} +.bg-blue-400\/70{ + background-color: rgb(77 154 193 / 0.7); +} +.bg-blue-400\/75{ + background-color: rgb(77 154 193 / 0.75); +} +.bg-blue-400\/80{ + background-color: rgb(77 154 193 / 0.8); +} +.bg-blue-400\/90{ + background-color: rgb(77 154 193 / 0.9); +} +.bg-blue-400\/95{ + background-color: rgb(77 154 193 / 0.95); +} +.bg-blue-400\/100{ + background-color: rgb(77 154 193 / 1); +} +.bg-blue-500\/0{ + background-color: rgb(0 110 166 / 0); +} +.bg-blue-500\/5{ + background-color: rgb(0 110 166 / 0.05); +} +.bg-blue-500\/10{ + background-color: rgb(0 110 166 / 0.1); +} +.bg-blue-500\/20{ + background-color: rgb(0 110 166 / 0.2); +} +.bg-blue-500\/25{ + background-color: rgb(0 110 166 / 0.25); +} +.bg-blue-500\/30{ + background-color: rgb(0 110 166 / 0.3); +} +.bg-blue-500\/40{ + background-color: rgb(0 110 166 / 0.4); +} +.bg-blue-500\/50{ + background-color: rgb(0 110 166 / 0.5); +} +.bg-blue-500\/60{ + background-color: rgb(0 110 166 / 0.6); +} +.bg-blue-500\/70{ + background-color: rgb(0 110 166 / 0.7); +} +.bg-blue-500\/75{ + background-color: rgb(0 110 166 / 0.75); +} +.bg-blue-500\/80{ + background-color: rgb(0 110 166 / 0.8); +} +.bg-blue-500\/90{ + background-color: rgb(0 110 166 / 0.9); +} +.bg-blue-500\/95{ + background-color: rgb(0 110 166 / 0.95); +} +.bg-blue-500\/100{ + background-color: rgb(0 110 166 / 1); +} +.bg-blue-600\/0{ + background-color: rgb(0 99 149 / 0); +} +.bg-blue-600\/5{ + background-color: rgb(0 99 149 / 0.05); +} +.bg-blue-600\/10{ + background-color: rgb(0 99 149 / 0.1); +} +.bg-blue-600\/20{ + background-color: rgb(0 99 149 / 0.2); +} +.bg-blue-600\/25{ + background-color: rgb(0 99 149 / 0.25); +} +.bg-blue-600\/30{ + background-color: rgb(0 99 149 / 0.3); +} +.bg-blue-600\/40{ + background-color: rgb(0 99 149 / 0.4); +} +.bg-blue-600\/50{ + background-color: rgb(0 99 149 / 0.5); +} +.bg-blue-600\/60{ + background-color: rgb(0 99 149 / 0.6); +} +.bg-blue-600\/70{ + background-color: rgb(0 99 149 / 0.7); +} +.bg-blue-600\/75{ + background-color: rgb(0 99 149 / 0.75); +} +.bg-blue-600\/80{ + background-color: rgb(0 99 149 / 0.8); +} +.bg-blue-600\/90{ + background-color: rgb(0 99 149 / 0.9); +} +.bg-blue-600\/95{ + background-color: rgb(0 99 149 / 0.95); +} +.bg-blue-600\/100{ + background-color: rgb(0 99 149 / 1); +} +.bg-blue-700\/0{ + background-color: rgb(0 83 125 / 0); +} +.bg-blue-700\/5{ + background-color: rgb(0 83 125 / 0.05); +} +.bg-blue-700\/10{ + background-color: rgb(0 83 125 / 0.1); +} +.bg-blue-700\/20{ + background-color: rgb(0 83 125 / 0.2); +} +.bg-blue-700\/25{ + background-color: rgb(0 83 125 / 0.25); +} +.bg-blue-700\/30{ + background-color: rgb(0 83 125 / 0.3); +} +.bg-blue-700\/40{ + background-color: rgb(0 83 125 / 0.4); +} +.bg-blue-700\/50{ + background-color: rgb(0 83 125 / 0.5); +} +.bg-blue-700\/60{ + background-color: rgb(0 83 125 / 0.6); +} +.bg-blue-700\/70{ + background-color: rgb(0 83 125 / 0.7); +} +.bg-blue-700\/75{ + background-color: rgb(0 83 125 / 0.75); +} +.bg-blue-700\/80{ + background-color: rgb(0 83 125 / 0.8); +} +.bg-blue-700\/90{ + background-color: rgb(0 83 125 / 0.9); +} +.bg-blue-700\/95{ + background-color: rgb(0 83 125 / 0.95); +} +.bg-blue-700\/100{ + background-color: rgb(0 83 125 / 1); +} +.bg-blue-800\/0{ + background-color: rgb(0 66 100 / 0); +} +.bg-blue-800\/5{ + background-color: rgb(0 66 100 / 0.05); +} +.bg-blue-800\/10{ + background-color: rgb(0 66 100 / 0.1); +} +.bg-blue-800\/20{ + background-color: rgb(0 66 100 / 0.2); +} +.bg-blue-800\/25{ + background-color: rgb(0 66 100 / 0.25); +} +.bg-blue-800\/30{ + background-color: rgb(0 66 100 / 0.3); +} +.bg-blue-800\/40{ + background-color: rgb(0 66 100 / 0.4); +} +.bg-blue-800\/50{ + background-color: rgb(0 66 100 / 0.5); +} +.bg-blue-800\/60{ + background-color: rgb(0 66 100 / 0.6); +} +.bg-blue-800\/70{ + background-color: rgb(0 66 100 / 0.7); +} +.bg-blue-800\/75{ + background-color: rgb(0 66 100 / 0.75); +} +.bg-blue-800\/80{ + background-color: rgb(0 66 100 / 0.8); +} +.bg-blue-800\/90{ + background-color: rgb(0 66 100 / 0.9); +} +.bg-blue-800\/95{ + background-color: rgb(0 66 100 / 0.95); +} +.bg-blue-800\/100{ + background-color: rgb(0 66 100 / 1); +} +.bg-blue-900\/0{ + background-color: rgb(0 54 81 / 0); +} +.bg-blue-900\/5{ + background-color: rgb(0 54 81 / 0.05); +} +.bg-blue-900\/10{ + background-color: rgb(0 54 81 / 0.1); +} +.bg-blue-900\/20{ + background-color: rgb(0 54 81 / 0.2); +} +.bg-blue-900\/25{ + background-color: rgb(0 54 81 / 0.25); +} +.bg-blue-900\/30{ + background-color: rgb(0 54 81 / 0.3); +} +.bg-blue-900\/40{ + background-color: rgb(0 54 81 / 0.4); +} +.bg-blue-900\/50{ + background-color: rgb(0 54 81 / 0.5); +} +.bg-blue-900\/60{ + background-color: rgb(0 54 81 / 0.6); +} +.bg-blue-900\/70{ + background-color: rgb(0 54 81 / 0.7); +} +.bg-blue-900\/75{ + background-color: rgb(0 54 81 / 0.75); +} +.bg-blue-900\/80{ + background-color: rgb(0 54 81 / 0.8); +} +.bg-blue-900\/90{ + background-color: rgb(0 54 81 / 0.9); +} +.bg-blue-900\/95{ + background-color: rgb(0 54 81 / 0.95); +} +.bg-blue-900\/100{ + background-color: rgb(0 54 81 / 1); +} +.bg-blue\/0{ + background-color: rgb(0 110 166 / 0); +} +.bg-blue\/5{ + background-color: rgb(0 110 166 / 0.05); +} +.bg-blue\/10{ + background-color: rgb(0 110 166 / 0.1); +} +.bg-blue\/20{ + background-color: rgb(0 110 166 / 0.2); +} +.bg-blue\/25{ + background-color: rgb(0 110 166 / 0.25); +} +.bg-blue\/30{ + background-color: rgb(0 110 166 / 0.3); +} +.bg-blue\/40{ + background-color: rgb(0 110 166 / 0.4); +} +.bg-blue\/50{ + background-color: rgb(0 110 166 / 0.5); +} +.bg-blue\/60{ + background-color: rgb(0 110 166 / 0.6); +} +.bg-blue\/70{ + background-color: rgb(0 110 166 / 0.7); +} +.bg-blue\/75{ + background-color: rgb(0 110 166 / 0.75); +} +.bg-blue\/80{ + background-color: rgb(0 110 166 / 0.8); +} +.bg-blue\/90{ + background-color: rgb(0 110 166 / 0.9); +} +.bg-blue\/95{ + background-color: rgb(0 110 166 / 0.95); +} +.bg-blue\/100{ + background-color: rgb(0 110 166 / 1); +} +.bg-indigo-50\/0{ + background-color: rgb(240 245 255 / 0); +} +.bg-indigo-50\/5{ + background-color: rgb(240 245 255 / 0.05); +} +.bg-indigo-50\/10{ + background-color: rgb(240 245 255 / 0.1); +} +.bg-indigo-50\/20{ + background-color: rgb(240 245 255 / 0.2); +} +.bg-indigo-50\/25{ + background-color: rgb(240 245 255 / 0.25); +} +.bg-indigo-50\/30{ + background-color: rgb(240 245 255 / 0.3); +} +.bg-indigo-50\/40{ + background-color: rgb(240 245 255 / 0.4); +} +.bg-indigo-50\/50{ + background-color: rgb(240 245 255 / 0.5); +} +.bg-indigo-50\/60{ + background-color: rgb(240 245 255 / 0.6); +} +.bg-indigo-50\/70{ + background-color: rgb(240 245 255 / 0.7); +} +.bg-indigo-50\/75{ + background-color: rgb(240 245 255 / 0.75); +} +.bg-indigo-50\/80{ + background-color: rgb(240 245 255 / 0.8); +} +.bg-indigo-50\/90{ + background-color: rgb(240 245 255 / 0.9); +} +.bg-indigo-50\/95{ + background-color: rgb(240 245 255 / 0.95); +} +.bg-indigo-50\/100{ + background-color: rgb(240 245 255 / 1); +} +.bg-indigo-100\/0{ + background-color: rgb(229 237 255 / 0); +} +.bg-indigo-100\/5{ + background-color: rgb(229 237 255 / 0.05); +} +.bg-indigo-100\/10{ + background-color: rgb(229 237 255 / 0.1); +} +.bg-indigo-100\/20{ + background-color: rgb(229 237 255 / 0.2); +} +.bg-indigo-100\/25{ + background-color: rgb(229 237 255 / 0.25); +} +.bg-indigo-100\/30{ + background-color: rgb(229 237 255 / 0.3); +} +.bg-indigo-100\/40{ + background-color: rgb(229 237 255 / 0.4); +} +.bg-indigo-100\/50{ + background-color: rgb(229 237 255 / 0.5); +} +.bg-indigo-100\/60{ + background-color: rgb(229 237 255 / 0.6); +} +.bg-indigo-100\/70{ + background-color: rgb(229 237 255 / 0.7); +} +.bg-indigo-100\/75{ + background-color: rgb(229 237 255 / 0.75); +} +.bg-indigo-100\/80{ + background-color: rgb(229 237 255 / 0.8); +} +.bg-indigo-100\/90{ + background-color: rgb(229 237 255 / 0.9); +} +.bg-indigo-100\/95{ + background-color: rgb(229 237 255 / 0.95); +} +.bg-indigo-100\/100{ + background-color: rgb(229 237 255 / 1); +} +.bg-indigo-200\/0{ + background-color: rgb(205 219 254 / 0); +} +.bg-indigo-200\/5{ + background-color: rgb(205 219 254 / 0.05); +} +.bg-indigo-200\/10{ + background-color: rgb(205 219 254 / 0.1); +} +.bg-indigo-200\/20{ + background-color: rgb(205 219 254 / 0.2); +} +.bg-indigo-200\/25{ + background-color: rgb(205 219 254 / 0.25); +} +.bg-indigo-200\/30{ + background-color: rgb(205 219 254 / 0.3); +} +.bg-indigo-200\/40{ + background-color: rgb(205 219 254 / 0.4); +} +.bg-indigo-200\/50{ + background-color: rgb(205 219 254 / 0.5); +} +.bg-indigo-200\/60{ + background-color: rgb(205 219 254 / 0.6); +} +.bg-indigo-200\/70{ + background-color: rgb(205 219 254 / 0.7); +} +.bg-indigo-200\/75{ + background-color: rgb(205 219 254 / 0.75); +} +.bg-indigo-200\/80{ + background-color: rgb(205 219 254 / 0.8); +} +.bg-indigo-200\/90{ + background-color: rgb(205 219 254 / 0.9); +} +.bg-indigo-200\/95{ + background-color: rgb(205 219 254 / 0.95); +} +.bg-indigo-200\/100{ + background-color: rgb(205 219 254 / 1); +} +.bg-indigo-300\/0{ + background-color: rgb(180 198 252 / 0); +} +.bg-indigo-300\/5{ + background-color: rgb(180 198 252 / 0.05); +} +.bg-indigo-300\/10{ + background-color: rgb(180 198 252 / 0.1); +} +.bg-indigo-300\/20{ + background-color: rgb(180 198 252 / 0.2); +} +.bg-indigo-300\/25{ + background-color: rgb(180 198 252 / 0.25); +} +.bg-indigo-300\/30{ + background-color: rgb(180 198 252 / 0.3); +} +.bg-indigo-300\/40{ + background-color: rgb(180 198 252 / 0.4); +} +.bg-indigo-300\/50{ + background-color: rgb(180 198 252 / 0.5); +} +.bg-indigo-300\/60{ + background-color: rgb(180 198 252 / 0.6); +} +.bg-indigo-300\/70{ + background-color: rgb(180 198 252 / 0.7); +} +.bg-indigo-300\/75{ + background-color: rgb(180 198 252 / 0.75); +} +.bg-indigo-300\/80{ + background-color: rgb(180 198 252 / 0.8); +} +.bg-indigo-300\/90{ + background-color: rgb(180 198 252 / 0.9); +} +.bg-indigo-300\/95{ + background-color: rgb(180 198 252 / 0.95); +} +.bg-indigo-300\/100{ + background-color: rgb(180 198 252 / 1); +} +.bg-indigo-400\/0{ + background-color: rgb(141 162 251 / 0); +} +.bg-indigo-400\/5{ + background-color: rgb(141 162 251 / 0.05); +} +.bg-indigo-400\/10{ + background-color: rgb(141 162 251 / 0.1); +} +.bg-indigo-400\/20{ + background-color: rgb(141 162 251 / 0.2); +} +.bg-indigo-400\/25{ + background-color: rgb(141 162 251 / 0.25); +} +.bg-indigo-400\/30{ + background-color: rgb(141 162 251 / 0.3); +} +.bg-indigo-400\/40{ + background-color: rgb(141 162 251 / 0.4); +} +.bg-indigo-400\/50{ + background-color: rgb(141 162 251 / 0.5); +} +.bg-indigo-400\/60{ + background-color: rgb(141 162 251 / 0.6); +} +.bg-indigo-400\/70{ + background-color: rgb(141 162 251 / 0.7); +} +.bg-indigo-400\/75{ + background-color: rgb(141 162 251 / 0.75); +} +.bg-indigo-400\/80{ + background-color: rgb(141 162 251 / 0.8); +} +.bg-indigo-400\/90{ + background-color: rgb(141 162 251 / 0.9); +} +.bg-indigo-400\/95{ + background-color: rgb(141 162 251 / 0.95); +} +.bg-indigo-400\/100{ + background-color: rgb(141 162 251 / 1); +} +.bg-indigo-500\/0{ + background-color: rgb(104 117 245 / 0); +} +.bg-indigo-500\/5{ + background-color: rgb(104 117 245 / 0.05); +} +.bg-indigo-500\/10{ + background-color: rgb(104 117 245 / 0.1); +} +.bg-indigo-500\/20{ + background-color: rgb(104 117 245 / 0.2); +} +.bg-indigo-500\/25{ + background-color: rgb(104 117 245 / 0.25); +} +.bg-indigo-500\/30{ + background-color: rgb(104 117 245 / 0.3); +} +.bg-indigo-500\/40{ + background-color: rgb(104 117 245 / 0.4); +} +.bg-indigo-500\/50{ + background-color: rgb(104 117 245 / 0.5); +} +.bg-indigo-500\/60{ + background-color: rgb(104 117 245 / 0.6); +} +.bg-indigo-500\/70{ + background-color: rgb(104 117 245 / 0.7); +} +.bg-indigo-500\/75{ + background-color: rgb(104 117 245 / 0.75); +} +.bg-indigo-500\/80{ + background-color: rgb(104 117 245 / 0.8); +} +.bg-indigo-500\/90{ + background-color: rgb(104 117 245 / 0.9); +} +.bg-indigo-500\/95{ + background-color: rgb(104 117 245 / 0.95); +} +.bg-indigo-500\/100{ + background-color: rgb(104 117 245 / 1); +} +.bg-indigo-600\/0{ + background-color: rgb(88 80 236 / 0); +} +.bg-indigo-600\/5{ + background-color: rgb(88 80 236 / 0.05); +} +.bg-indigo-600\/10{ + background-color: rgb(88 80 236 / 0.1); +} +.bg-indigo-600\/20{ + background-color: rgb(88 80 236 / 0.2); +} +.bg-indigo-600\/25{ + background-color: rgb(88 80 236 / 0.25); +} +.bg-indigo-600\/30{ + background-color: rgb(88 80 236 / 0.3); +} +.bg-indigo-600\/40{ + background-color: rgb(88 80 236 / 0.4); +} +.bg-indigo-600\/50{ + background-color: rgb(88 80 236 / 0.5); +} +.bg-indigo-600\/60{ + background-color: rgb(88 80 236 / 0.6); +} +.bg-indigo-600\/70{ + background-color: rgb(88 80 236 / 0.7); +} +.bg-indigo-600\/75{ + background-color: rgb(88 80 236 / 0.75); +} +.bg-indigo-600\/80{ + background-color: rgb(88 80 236 / 0.8); +} +.bg-indigo-600\/90{ + background-color: rgb(88 80 236 / 0.9); +} +.bg-indigo-600\/95{ + background-color: rgb(88 80 236 / 0.95); +} +.bg-indigo-600\/100{ + background-color: rgb(88 80 236 / 1); +} +.bg-indigo-700\/0{ + background-color: rgb(81 69 205 / 0); +} +.bg-indigo-700\/5{ + background-color: rgb(81 69 205 / 0.05); +} +.bg-indigo-700\/10{ + background-color: rgb(81 69 205 / 0.1); +} +.bg-indigo-700\/20{ + background-color: rgb(81 69 205 / 0.2); +} +.bg-indigo-700\/25{ + background-color: rgb(81 69 205 / 0.25); +} +.bg-indigo-700\/30{ + background-color: rgb(81 69 205 / 0.3); +} +.bg-indigo-700\/40{ + background-color: rgb(81 69 205 / 0.4); +} +.bg-indigo-700\/50{ + background-color: rgb(81 69 205 / 0.5); +} +.bg-indigo-700\/60{ + background-color: rgb(81 69 205 / 0.6); +} +.bg-indigo-700\/70{ + background-color: rgb(81 69 205 / 0.7); +} +.bg-indigo-700\/75{ + background-color: rgb(81 69 205 / 0.75); +} +.bg-indigo-700\/80{ + background-color: rgb(81 69 205 / 0.8); +} +.bg-indigo-700\/90{ + background-color: rgb(81 69 205 / 0.9); +} +.bg-indigo-700\/95{ + background-color: rgb(81 69 205 / 0.95); +} +.bg-indigo-700\/100{ + background-color: rgb(81 69 205 / 1); +} +.bg-indigo-800\/0{ + background-color: rgb(66 56 157 / 0); +} +.bg-indigo-800\/5{ + background-color: rgb(66 56 157 / 0.05); +} +.bg-indigo-800\/10{ + background-color: rgb(66 56 157 / 0.1); +} +.bg-indigo-800\/20{ + background-color: rgb(66 56 157 / 0.2); +} +.bg-indigo-800\/25{ + background-color: rgb(66 56 157 / 0.25); +} +.bg-indigo-800\/30{ + background-color: rgb(66 56 157 / 0.3); +} +.bg-indigo-800\/40{ + background-color: rgb(66 56 157 / 0.4); +} +.bg-indigo-800\/50{ + background-color: rgb(66 56 157 / 0.5); +} +.bg-indigo-800\/60{ + background-color: rgb(66 56 157 / 0.6); +} +.bg-indigo-800\/70{ + background-color: rgb(66 56 157 / 0.7); +} +.bg-indigo-800\/75{ + background-color: rgb(66 56 157 / 0.75); +} +.bg-indigo-800\/80{ + background-color: rgb(66 56 157 / 0.8); +} +.bg-indigo-800\/90{ + background-color: rgb(66 56 157 / 0.9); +} +.bg-indigo-800\/95{ + background-color: rgb(66 56 157 / 0.95); +} +.bg-indigo-800\/100{ + background-color: rgb(66 56 157 / 1); +} +.bg-indigo-900\/0{ + background-color: rgb(54 47 120 / 0); +} +.bg-indigo-900\/5{ + background-color: rgb(54 47 120 / 0.05); +} +.bg-indigo-900\/10{ + background-color: rgb(54 47 120 / 0.1); +} +.bg-indigo-900\/20{ + background-color: rgb(54 47 120 / 0.2); +} +.bg-indigo-900\/25{ + background-color: rgb(54 47 120 / 0.25); +} +.bg-indigo-900\/30{ + background-color: rgb(54 47 120 / 0.3); +} +.bg-indigo-900\/40{ + background-color: rgb(54 47 120 / 0.4); +} +.bg-indigo-900\/50{ + background-color: rgb(54 47 120 / 0.5); +} +.bg-indigo-900\/60{ + background-color: rgb(54 47 120 / 0.6); +} +.bg-indigo-900\/70{ + background-color: rgb(54 47 120 / 0.7); +} +.bg-indigo-900\/75{ + background-color: rgb(54 47 120 / 0.75); +} +.bg-indigo-900\/80{ + background-color: rgb(54 47 120 / 0.8); +} +.bg-indigo-900\/90{ + background-color: rgb(54 47 120 / 0.9); +} +.bg-indigo-900\/95{ + background-color: rgb(54 47 120 / 0.95); +} +.bg-indigo-900\/100{ + background-color: rgb(54 47 120 / 1); +} +.bg-violet-50\/0{ + background-color: rgb(245 243 255 / 0); +} +.bg-violet-50\/5{ + background-color: rgb(245 243 255 / 0.05); +} +.bg-violet-50\/10{ + background-color: rgb(245 243 255 / 0.1); +} +.bg-violet-50\/20{ + background-color: rgb(245 243 255 / 0.2); +} +.bg-violet-50\/25{ + background-color: rgb(245 243 255 / 0.25); +} +.bg-violet-50\/30{ + background-color: rgb(245 243 255 / 0.3); +} +.bg-violet-50\/40{ + background-color: rgb(245 243 255 / 0.4); +} +.bg-violet-50\/50{ + background-color: rgb(245 243 255 / 0.5); +} +.bg-violet-50\/60{ + background-color: rgb(245 243 255 / 0.6); +} +.bg-violet-50\/70{ + background-color: rgb(245 243 255 / 0.7); +} +.bg-violet-50\/75{ + background-color: rgb(245 243 255 / 0.75); +} +.bg-violet-50\/80{ + background-color: rgb(245 243 255 / 0.8); +} +.bg-violet-50\/90{ + background-color: rgb(245 243 255 / 0.9); +} +.bg-violet-50\/95{ + background-color: rgb(245 243 255 / 0.95); +} +.bg-violet-50\/100{ + background-color: rgb(245 243 255 / 1); +} +.bg-violet-100\/0{ + background-color: rgb(237 233 254 / 0); +} +.bg-violet-100\/5{ + background-color: rgb(237 233 254 / 0.05); +} +.bg-violet-100\/10{ + background-color: rgb(237 233 254 / 0.1); +} +.bg-violet-100\/20{ + background-color: rgb(237 233 254 / 0.2); +} +.bg-violet-100\/25{ + background-color: rgb(237 233 254 / 0.25); +} +.bg-violet-100\/30{ + background-color: rgb(237 233 254 / 0.3); +} +.bg-violet-100\/40{ + background-color: rgb(237 233 254 / 0.4); +} +.bg-violet-100\/50{ + background-color: rgb(237 233 254 / 0.5); +} +.bg-violet-100\/60{ + background-color: rgb(237 233 254 / 0.6); +} +.bg-violet-100\/70{ + background-color: rgb(237 233 254 / 0.7); +} +.bg-violet-100\/75{ + background-color: rgb(237 233 254 / 0.75); +} +.bg-violet-100\/80{ + background-color: rgb(237 233 254 / 0.8); +} +.bg-violet-100\/90{ + background-color: rgb(237 233 254 / 0.9); +} +.bg-violet-100\/95{ + background-color: rgb(237 233 254 / 0.95); +} +.bg-violet-100\/100{ + background-color: rgb(237 233 254 / 1); +} +.bg-violet-200\/0{ + background-color: rgb(221 214 254 / 0); +} +.bg-violet-200\/5{ + background-color: rgb(221 214 254 / 0.05); +} +.bg-violet-200\/10{ + background-color: rgb(221 214 254 / 0.1); +} +.bg-violet-200\/20{ + background-color: rgb(221 214 254 / 0.2); +} +.bg-violet-200\/25{ + background-color: rgb(221 214 254 / 0.25); +} +.bg-violet-200\/30{ + background-color: rgb(221 214 254 / 0.3); +} +.bg-violet-200\/40{ + background-color: rgb(221 214 254 / 0.4); +} +.bg-violet-200\/50{ + background-color: rgb(221 214 254 / 0.5); +} +.bg-violet-200\/60{ + background-color: rgb(221 214 254 / 0.6); +} +.bg-violet-200\/70{ + background-color: rgb(221 214 254 / 0.7); +} +.bg-violet-200\/75{ + background-color: rgb(221 214 254 / 0.75); +} +.bg-violet-200\/80{ + background-color: rgb(221 214 254 / 0.8); +} +.bg-violet-200\/90{ + background-color: rgb(221 214 254 / 0.9); +} +.bg-violet-200\/95{ + background-color: rgb(221 214 254 / 0.95); +} +.bg-violet-200\/100{ + background-color: rgb(221 214 254 / 1); +} +.bg-violet-300\/0{ + background-color: rgb(196 181 253 / 0); +} +.bg-violet-300\/5{ + background-color: rgb(196 181 253 / 0.05); +} +.bg-violet-300\/10{ + background-color: rgb(196 181 253 / 0.1); +} +.bg-violet-300\/20{ + background-color: rgb(196 181 253 / 0.2); +} +.bg-violet-300\/25{ + background-color: rgb(196 181 253 / 0.25); +} +.bg-violet-300\/30{ + background-color: rgb(196 181 253 / 0.3); +} +.bg-violet-300\/40{ + background-color: rgb(196 181 253 / 0.4); +} +.bg-violet-300\/50{ + background-color: rgb(196 181 253 / 0.5); +} +.bg-violet-300\/60{ + background-color: rgb(196 181 253 / 0.6); +} +.bg-violet-300\/70{ + background-color: rgb(196 181 253 / 0.7); +} +.bg-violet-300\/75{ + background-color: rgb(196 181 253 / 0.75); +} +.bg-violet-300\/80{ + background-color: rgb(196 181 253 / 0.8); +} +.bg-violet-300\/90{ + background-color: rgb(196 181 253 / 0.9); +} +.bg-violet-300\/95{ + background-color: rgb(196 181 253 / 0.95); +} +.bg-violet-300\/100{ + background-color: rgb(196 181 253 / 1); +} +.bg-violet-400\/0{ + background-color: rgb(167 139 250 / 0); +} +.bg-violet-400\/5{ + background-color: rgb(167 139 250 / 0.05); +} +.bg-violet-400\/10{ + background-color: rgb(167 139 250 / 0.1); +} +.bg-violet-400\/20{ + background-color: rgb(167 139 250 / 0.2); +} +.bg-violet-400\/25{ + background-color: rgb(167 139 250 / 0.25); +} +.bg-violet-400\/30{ + background-color: rgb(167 139 250 / 0.3); +} +.bg-violet-400\/40{ + background-color: rgb(167 139 250 / 0.4); +} +.bg-violet-400\/50{ + background-color: rgb(167 139 250 / 0.5); +} +.bg-violet-400\/60{ + background-color: rgb(167 139 250 / 0.6); +} +.bg-violet-400\/70{ + background-color: rgb(167 139 250 / 0.7); +} +.bg-violet-400\/75{ + background-color: rgb(167 139 250 / 0.75); +} +.bg-violet-400\/80{ + background-color: rgb(167 139 250 / 0.8); +} +.bg-violet-400\/90{ + background-color: rgb(167 139 250 / 0.9); +} +.bg-violet-400\/95{ + background-color: rgb(167 139 250 / 0.95); +} +.bg-violet-400\/100{ + background-color: rgb(167 139 250 / 1); +} +.bg-violet-500\/0{ + background-color: rgb(139 92 246 / 0); +} +.bg-violet-500\/5{ + background-color: rgb(139 92 246 / 0.05); +} +.bg-violet-500\/10{ + background-color: rgb(139 92 246 / 0.1); +} +.bg-violet-500\/20{ + background-color: rgb(139 92 246 / 0.2); +} +.bg-violet-500\/25{ + background-color: rgb(139 92 246 / 0.25); +} +.bg-violet-500\/30{ + background-color: rgb(139 92 246 / 0.3); +} +.bg-violet-500\/40{ + background-color: rgb(139 92 246 / 0.4); +} +.bg-violet-500\/50{ + background-color: rgb(139 92 246 / 0.5); +} +.bg-violet-500\/60{ + background-color: rgb(139 92 246 / 0.6); +} +.bg-violet-500\/70{ + background-color: rgb(139 92 246 / 0.7); +} +.bg-violet-500\/75{ + background-color: rgb(139 92 246 / 0.75); +} +.bg-violet-500\/80{ + background-color: rgb(139 92 246 / 0.8); +} +.bg-violet-500\/90{ + background-color: rgb(139 92 246 / 0.9); +} +.bg-violet-500\/95{ + background-color: rgb(139 92 246 / 0.95); +} +.bg-violet-500\/100{ + background-color: rgb(139 92 246 / 1); +} +.bg-violet-600\/0{ + background-color: rgb(124 58 237 / 0); +} +.bg-violet-600\/5{ + background-color: rgb(124 58 237 / 0.05); +} +.bg-violet-600\/10{ + background-color: rgb(124 58 237 / 0.1); +} +.bg-violet-600\/20{ + background-color: rgb(124 58 237 / 0.2); +} +.bg-violet-600\/25{ + background-color: rgb(124 58 237 / 0.25); +} +.bg-violet-600\/30{ + background-color: rgb(124 58 237 / 0.3); +} +.bg-violet-600\/40{ + background-color: rgb(124 58 237 / 0.4); +} +.bg-violet-600\/50{ + background-color: rgb(124 58 237 / 0.5); +} +.bg-violet-600\/60{ + background-color: rgb(124 58 237 / 0.6); +} +.bg-violet-600\/70{ + background-color: rgb(124 58 237 / 0.7); +} +.bg-violet-600\/75{ + background-color: rgb(124 58 237 / 0.75); +} +.bg-violet-600\/80{ + background-color: rgb(124 58 237 / 0.8); +} +.bg-violet-600\/90{ + background-color: rgb(124 58 237 / 0.9); +} +.bg-violet-600\/95{ + background-color: rgb(124 58 237 / 0.95); +} +.bg-violet-600\/100{ + background-color: rgb(124 58 237 / 1); +} +.bg-violet-700\/0{ + background-color: rgb(109 40 217 / 0); +} +.bg-violet-700\/5{ + background-color: rgb(109 40 217 / 0.05); +} +.bg-violet-700\/10{ + background-color: rgb(109 40 217 / 0.1); +} +.bg-violet-700\/20{ + background-color: rgb(109 40 217 / 0.2); +} +.bg-violet-700\/25{ + background-color: rgb(109 40 217 / 0.25); +} +.bg-violet-700\/30{ + background-color: rgb(109 40 217 / 0.3); +} +.bg-violet-700\/40{ + background-color: rgb(109 40 217 / 0.4); +} +.bg-violet-700\/50{ + background-color: rgb(109 40 217 / 0.5); +} +.bg-violet-700\/60{ + background-color: rgb(109 40 217 / 0.6); +} +.bg-violet-700\/70{ + background-color: rgb(109 40 217 / 0.7); +} +.bg-violet-700\/75{ + background-color: rgb(109 40 217 / 0.75); +} +.bg-violet-700\/80{ + background-color: rgb(109 40 217 / 0.8); +} +.bg-violet-700\/90{ + background-color: rgb(109 40 217 / 0.9); +} +.bg-violet-700\/95{ + background-color: rgb(109 40 217 / 0.95); +} +.bg-violet-700\/100{ + background-color: rgb(109 40 217 / 1); +} +.bg-violet-800\/0{ + background-color: rgb(91 33 182 / 0); +} +.bg-violet-800\/5{ + background-color: rgb(91 33 182 / 0.05); +} +.bg-violet-800\/10{ + background-color: rgb(91 33 182 / 0.1); +} +.bg-violet-800\/20{ + background-color: rgb(91 33 182 / 0.2); +} +.bg-violet-800\/25{ + background-color: rgb(91 33 182 / 0.25); +} +.bg-violet-800\/30{ + background-color: rgb(91 33 182 / 0.3); +} +.bg-violet-800\/40{ + background-color: rgb(91 33 182 / 0.4); +} +.bg-violet-800\/50{ + background-color: rgb(91 33 182 / 0.5); +} +.bg-violet-800\/60{ + background-color: rgb(91 33 182 / 0.6); +} +.bg-violet-800\/70{ + background-color: rgb(91 33 182 / 0.7); +} +.bg-violet-800\/75{ + background-color: rgb(91 33 182 / 0.75); +} +.bg-violet-800\/80{ + background-color: rgb(91 33 182 / 0.8); +} +.bg-violet-800\/90{ + background-color: rgb(91 33 182 / 0.9); +} +.bg-violet-800\/95{ + background-color: rgb(91 33 182 / 0.95); +} +.bg-violet-800\/100{ + background-color: rgb(91 33 182 / 1); +} +.bg-violet-900\/0{ + background-color: rgb(76 29 149 / 0); +} +.bg-violet-900\/5{ + background-color: rgb(76 29 149 / 0.05); +} +.bg-violet-900\/10{ + background-color: rgb(76 29 149 / 0.1); +} +.bg-violet-900\/20{ + background-color: rgb(76 29 149 / 0.2); +} +.bg-violet-900\/25{ + background-color: rgb(76 29 149 / 0.25); +} +.bg-violet-900\/30{ + background-color: rgb(76 29 149 / 0.3); +} +.bg-violet-900\/40{ + background-color: rgb(76 29 149 / 0.4); +} +.bg-violet-900\/50{ + background-color: rgb(76 29 149 / 0.5); +} +.bg-violet-900\/60{ + background-color: rgb(76 29 149 / 0.6); +} +.bg-violet-900\/70{ + background-color: rgb(76 29 149 / 0.7); +} +.bg-violet-900\/75{ + background-color: rgb(76 29 149 / 0.75); +} +.bg-violet-900\/80{ + background-color: rgb(76 29 149 / 0.8); +} +.bg-violet-900\/90{ + background-color: rgb(76 29 149 / 0.9); +} +.bg-violet-900\/95{ + background-color: rgb(76 29 149 / 0.95); +} +.bg-violet-900\/100{ + background-color: rgb(76 29 149 / 1); +} +.bg-purple-50\/0{ + background-color: rgb(247 247 249 / 0); +} +.bg-purple-50\/5{ + background-color: rgb(247 247 249 / 0.05); +} +.bg-purple-50\/10{ + background-color: rgb(247 247 249 / 0.1); +} +.bg-purple-50\/20{ + background-color: rgb(247 247 249 / 0.2); +} +.bg-purple-50\/25{ + background-color: rgb(247 247 249 / 0.25); +} +.bg-purple-50\/30{ + background-color: rgb(247 247 249 / 0.3); +} +.bg-purple-50\/40{ + background-color: rgb(247 247 249 / 0.4); +} +.bg-purple-50\/50{ + background-color: rgb(247 247 249 / 0.5); +} +.bg-purple-50\/60{ + background-color: rgb(247 247 249 / 0.6); +} +.bg-purple-50\/70{ + background-color: rgb(247 247 249 / 0.7); +} +.bg-purple-50\/75{ + background-color: rgb(247 247 249 / 0.75); +} +.bg-purple-50\/80{ + background-color: rgb(247 247 249 / 0.8); +} +.bg-purple-50\/90{ + background-color: rgb(247 247 249 / 0.9); +} +.bg-purple-50\/95{ + background-color: rgb(247 247 249 / 0.95); +} +.bg-purple-50\/100{ + background-color: rgb(247 247 249 / 1); +} +.bg-purple-100\/0{ + background-color: rgb(238 238 243 / 0); +} +.bg-purple-100\/5{ + background-color: rgb(238 238 243 / 0.05); +} +.bg-purple-100\/10{ + background-color: rgb(238 238 243 / 0.1); +} +.bg-purple-100\/20{ + background-color: rgb(238 238 243 / 0.2); +} +.bg-purple-100\/25{ + background-color: rgb(238 238 243 / 0.25); +} +.bg-purple-100\/30{ + background-color: rgb(238 238 243 / 0.3); +} +.bg-purple-100\/40{ + background-color: rgb(238 238 243 / 0.4); +} +.bg-purple-100\/50{ + background-color: rgb(238 238 243 / 0.5); +} +.bg-purple-100\/60{ + background-color: rgb(238 238 243 / 0.6); +} +.bg-purple-100\/70{ + background-color: rgb(238 238 243 / 0.7); +} +.bg-purple-100\/75{ + background-color: rgb(238 238 243 / 0.75); +} +.bg-purple-100\/80{ + background-color: rgb(238 238 243 / 0.8); +} +.bg-purple-100\/90{ + background-color: rgb(238 238 243 / 0.9); +} +.bg-purple-100\/95{ + background-color: rgb(238 238 243 / 0.95); +} +.bg-purple-100\/100{ + background-color: rgb(238 238 243 / 1); +} +.bg-purple-200\/0{ + background-color: rgb(213 213 226 / 0); +} +.bg-purple-200\/5{ + background-color: rgb(213 213 226 / 0.05); +} +.bg-purple-200\/10{ + background-color: rgb(213 213 226 / 0.1); +} +.bg-purple-200\/20{ + background-color: rgb(213 213 226 / 0.2); +} +.bg-purple-200\/25{ + background-color: rgb(213 213 226 / 0.25); +} +.bg-purple-200\/30{ + background-color: rgb(213 213 226 / 0.3); +} +.bg-purple-200\/40{ + background-color: rgb(213 213 226 / 0.4); +} +.bg-purple-200\/50{ + background-color: rgb(213 213 226 / 0.5); +} +.bg-purple-200\/60{ + background-color: rgb(213 213 226 / 0.6); +} +.bg-purple-200\/70{ + background-color: rgb(213 213 226 / 0.7); +} +.bg-purple-200\/75{ + background-color: rgb(213 213 226 / 0.75); +} +.bg-purple-200\/80{ + background-color: rgb(213 213 226 / 0.8); +} +.bg-purple-200\/90{ + background-color: rgb(213 213 226 / 0.9); +} +.bg-purple-200\/95{ + background-color: rgb(213 213 226 / 0.95); +} +.bg-purple-200\/100{ + background-color: rgb(213 213 226 / 1); +} +.bg-purple-300\/0{ + background-color: rgb(187 188 209 / 0); +} +.bg-purple-300\/5{ + background-color: rgb(187 188 209 / 0.05); +} +.bg-purple-300\/10{ + background-color: rgb(187 188 209 / 0.1); +} +.bg-purple-300\/20{ + background-color: rgb(187 188 209 / 0.2); +} +.bg-purple-300\/25{ + background-color: rgb(187 188 209 / 0.25); +} +.bg-purple-300\/30{ + background-color: rgb(187 188 209 / 0.3); +} +.bg-purple-300\/40{ + background-color: rgb(187 188 209 / 0.4); +} +.bg-purple-300\/50{ + background-color: rgb(187 188 209 / 0.5); +} +.bg-purple-300\/60{ + background-color: rgb(187 188 209 / 0.6); +} +.bg-purple-300\/70{ + background-color: rgb(187 188 209 / 0.7); +} +.bg-purple-300\/75{ + background-color: rgb(187 188 209 / 0.75); +} +.bg-purple-300\/80{ + background-color: rgb(187 188 209 / 0.8); +} +.bg-purple-300\/90{ + background-color: rgb(187 188 209 / 0.9); +} +.bg-purple-300\/95{ + background-color: rgb(187 188 209 / 0.95); +} +.bg-purple-300\/100{ + background-color: rgb(187 188 209 / 1); +} +.bg-purple-400\/0{ + background-color: rgb(136 138 174 / 0); +} +.bg-purple-400\/5{ + background-color: rgb(136 138 174 / 0.05); +} +.bg-purple-400\/10{ + background-color: rgb(136 138 174 / 0.1); +} +.bg-purple-400\/20{ + background-color: rgb(136 138 174 / 0.2); +} +.bg-purple-400\/25{ + background-color: rgb(136 138 174 / 0.25); +} +.bg-purple-400\/30{ + background-color: rgb(136 138 174 / 0.3); +} +.bg-purple-400\/40{ + background-color: rgb(136 138 174 / 0.4); +} +.bg-purple-400\/50{ + background-color: rgb(136 138 174 / 0.5); +} +.bg-purple-400\/60{ + background-color: rgb(136 138 174 / 0.6); +} +.bg-purple-400\/70{ + background-color: rgb(136 138 174 / 0.7); +} +.bg-purple-400\/75{ + background-color: rgb(136 138 174 / 0.75); +} +.bg-purple-400\/80{ + background-color: rgb(136 138 174 / 0.8); +} +.bg-purple-400\/90{ + background-color: rgb(136 138 174 / 0.9); +} +.bg-purple-400\/95{ + background-color: rgb(136 138 174 / 0.95); +} +.bg-purple-400\/100{ + background-color: rgb(136 138 174 / 1); +} +.bg-purple-500\/0{ + background-color: rgb(85 88 139 / 0); +} +.bg-purple-500\/5{ + background-color: rgb(85 88 139 / 0.05); +} +.bg-purple-500\/10{ + background-color: rgb(85 88 139 / 0.1); +} +.bg-purple-500\/20{ + background-color: rgb(85 88 139 / 0.2); +} +.bg-purple-500\/25{ + background-color: rgb(85 88 139 / 0.25); +} +.bg-purple-500\/30{ + background-color: rgb(85 88 139 / 0.3); +} +.bg-purple-500\/40{ + background-color: rgb(85 88 139 / 0.4); +} +.bg-purple-500\/50{ + background-color: rgb(85 88 139 / 0.5); +} +.bg-purple-500\/60{ + background-color: rgb(85 88 139 / 0.6); +} +.bg-purple-500\/70{ + background-color: rgb(85 88 139 / 0.7); +} +.bg-purple-500\/75{ + background-color: rgb(85 88 139 / 0.75); +} +.bg-purple-500\/80{ + background-color: rgb(85 88 139 / 0.8); +} +.bg-purple-500\/90{ + background-color: rgb(85 88 139 / 0.9); +} +.bg-purple-500\/95{ + background-color: rgb(85 88 139 / 0.95); +} +.bg-purple-500\/100{ + background-color: rgb(85 88 139 / 1); +} +.bg-purple-600\/0{ + background-color: rgb(77 79 125 / 0); +} +.bg-purple-600\/5{ + background-color: rgb(77 79 125 / 0.05); +} +.bg-purple-600\/10{ + background-color: rgb(77 79 125 / 0.1); +} +.bg-purple-600\/20{ + background-color: rgb(77 79 125 / 0.2); +} +.bg-purple-600\/25{ + background-color: rgb(77 79 125 / 0.25); +} +.bg-purple-600\/30{ + background-color: rgb(77 79 125 / 0.3); +} +.bg-purple-600\/40{ + background-color: rgb(77 79 125 / 0.4); +} +.bg-purple-600\/50{ + background-color: rgb(77 79 125 / 0.5); +} +.bg-purple-600\/60{ + background-color: rgb(77 79 125 / 0.6); +} +.bg-purple-600\/70{ + background-color: rgb(77 79 125 / 0.7); +} +.bg-purple-600\/75{ + background-color: rgb(77 79 125 / 0.75); +} +.bg-purple-600\/80{ + background-color: rgb(77 79 125 / 0.8); +} +.bg-purple-600\/90{ + background-color: rgb(77 79 125 / 0.9); +} +.bg-purple-600\/95{ + background-color: rgb(77 79 125 / 0.95); +} +.bg-purple-600\/100{ + background-color: rgb(77 79 125 / 1); +} +.bg-purple-700\/0{ + background-color: rgb(64 66 104 / 0); +} +.bg-purple-700\/5{ + background-color: rgb(64 66 104 / 0.05); +} +.bg-purple-700\/10{ + background-color: rgb(64 66 104 / 0.1); +} +.bg-purple-700\/20{ + background-color: rgb(64 66 104 / 0.2); +} +.bg-purple-700\/25{ + background-color: rgb(64 66 104 / 0.25); +} +.bg-purple-700\/30{ + background-color: rgb(64 66 104 / 0.3); +} +.bg-purple-700\/40{ + background-color: rgb(64 66 104 / 0.4); +} +.bg-purple-700\/50{ + background-color: rgb(64 66 104 / 0.5); +} +.bg-purple-700\/60{ + background-color: rgb(64 66 104 / 0.6); +} +.bg-purple-700\/70{ + background-color: rgb(64 66 104 / 0.7); +} +.bg-purple-700\/75{ + background-color: rgb(64 66 104 / 0.75); +} +.bg-purple-700\/80{ + background-color: rgb(64 66 104 / 0.8); +} +.bg-purple-700\/90{ + background-color: rgb(64 66 104 / 0.9); +} +.bg-purple-700\/95{ + background-color: rgb(64 66 104 / 0.95); +} +.bg-purple-700\/100{ + background-color: rgb(64 66 104 / 1); +} +.bg-purple-800\/0{ + background-color: rgb(51 53 83 / 0); +} +.bg-purple-800\/5{ + background-color: rgb(51 53 83 / 0.05); +} +.bg-purple-800\/10{ + background-color: rgb(51 53 83 / 0.1); +} +.bg-purple-800\/20{ + background-color: rgb(51 53 83 / 0.2); +} +.bg-purple-800\/25{ + background-color: rgb(51 53 83 / 0.25); +} +.bg-purple-800\/30{ + background-color: rgb(51 53 83 / 0.3); +} +.bg-purple-800\/40{ + background-color: rgb(51 53 83 / 0.4); +} +.bg-purple-800\/50{ + background-color: rgb(51 53 83 / 0.5); +} +.bg-purple-800\/60{ + background-color: rgb(51 53 83 / 0.6); +} +.bg-purple-800\/70{ + background-color: rgb(51 53 83 / 0.7); +} +.bg-purple-800\/75{ + background-color: rgb(51 53 83 / 0.75); +} +.bg-purple-800\/80{ + background-color: rgb(51 53 83 / 0.8); +} +.bg-purple-800\/90{ + background-color: rgb(51 53 83 / 0.9); +} +.bg-purple-800\/95{ + background-color: rgb(51 53 83 / 0.95); +} +.bg-purple-800\/100{ + background-color: rgb(51 53 83 / 1); +} +.bg-purple-900\/0{ + background-color: rgb(42 43 68 / 0); +} +.bg-purple-900\/5{ + background-color: rgb(42 43 68 / 0.05); +} +.bg-purple-900\/10{ + background-color: rgb(42 43 68 / 0.1); +} +.bg-purple-900\/20{ + background-color: rgb(42 43 68 / 0.2); +} +.bg-purple-900\/25{ + background-color: rgb(42 43 68 / 0.25); +} +.bg-purple-900\/30{ + background-color: rgb(42 43 68 / 0.3); +} +.bg-purple-900\/40{ + background-color: rgb(42 43 68 / 0.4); +} +.bg-purple-900\/50{ + background-color: rgb(42 43 68 / 0.5); +} +.bg-purple-900\/60{ + background-color: rgb(42 43 68 / 0.6); +} +.bg-purple-900\/70{ + background-color: rgb(42 43 68 / 0.7); +} +.bg-purple-900\/75{ + background-color: rgb(42 43 68 / 0.75); +} +.bg-purple-900\/80{ + background-color: rgb(42 43 68 / 0.8); +} +.bg-purple-900\/90{ + background-color: rgb(42 43 68 / 0.9); +} +.bg-purple-900\/95{ + background-color: rgb(42 43 68 / 0.95); +} +.bg-purple-900\/100{ + background-color: rgb(42 43 68 / 1); +} +.bg-purple\/0{ + background-color: rgb(85 88 139 / 0); +} +.bg-purple\/5{ + background-color: rgb(85 88 139 / 0.05); +} +.bg-purple\/10{ + background-color: rgb(85 88 139 / 0.1); +} +.bg-purple\/20{ + background-color: rgb(85 88 139 / 0.2); +} +.bg-purple\/25{ + background-color: rgb(85 88 139 / 0.25); +} +.bg-purple\/30{ + background-color: rgb(85 88 139 / 0.3); +} +.bg-purple\/40{ + background-color: rgb(85 88 139 / 0.4); +} +.bg-purple\/50{ + background-color: rgb(85 88 139 / 0.5); +} +.bg-purple\/60{ + background-color: rgb(85 88 139 / 0.6); +} +.bg-purple\/70{ + background-color: rgb(85 88 139 / 0.7); +} +.bg-purple\/75{ + background-color: rgb(85 88 139 / 0.75); +} +.bg-purple\/80{ + background-color: rgb(85 88 139 / 0.8); +} +.bg-purple\/90{ + background-color: rgb(85 88 139 / 0.9); +} +.bg-purple\/95{ + background-color: rgb(85 88 139 / 0.95); +} +.bg-purple\/100{ + background-color: rgb(85 88 139 / 1); +} +.bg-fuchsia-50\/0{ + background-color: rgb(253 244 255 / 0); +} +.bg-fuchsia-50\/5{ + background-color: rgb(253 244 255 / 0.05); +} +.bg-fuchsia-50\/10{ + background-color: rgb(253 244 255 / 0.1); +} +.bg-fuchsia-50\/20{ + background-color: rgb(253 244 255 / 0.2); +} +.bg-fuchsia-50\/25{ + background-color: rgb(253 244 255 / 0.25); +} +.bg-fuchsia-50\/30{ + background-color: rgb(253 244 255 / 0.3); +} +.bg-fuchsia-50\/40{ + background-color: rgb(253 244 255 / 0.4); +} +.bg-fuchsia-50\/50{ + background-color: rgb(253 244 255 / 0.5); +} +.bg-fuchsia-50\/60{ + background-color: rgb(253 244 255 / 0.6); +} +.bg-fuchsia-50\/70{ + background-color: rgb(253 244 255 / 0.7); +} +.bg-fuchsia-50\/75{ + background-color: rgb(253 244 255 / 0.75); +} +.bg-fuchsia-50\/80{ + background-color: rgb(253 244 255 / 0.8); +} +.bg-fuchsia-50\/90{ + background-color: rgb(253 244 255 / 0.9); +} +.bg-fuchsia-50\/95{ + background-color: rgb(253 244 255 / 0.95); +} +.bg-fuchsia-50\/100{ + background-color: rgb(253 244 255 / 1); +} +.bg-fuchsia-100\/0{ + background-color: rgb(250 232 255 / 0); +} +.bg-fuchsia-100\/5{ + background-color: rgb(250 232 255 / 0.05); +} +.bg-fuchsia-100\/10{ + background-color: rgb(250 232 255 / 0.1); +} +.bg-fuchsia-100\/20{ + background-color: rgb(250 232 255 / 0.2); +} +.bg-fuchsia-100\/25{ + background-color: rgb(250 232 255 / 0.25); +} +.bg-fuchsia-100\/30{ + background-color: rgb(250 232 255 / 0.3); +} +.bg-fuchsia-100\/40{ + background-color: rgb(250 232 255 / 0.4); +} +.bg-fuchsia-100\/50{ + background-color: rgb(250 232 255 / 0.5); +} +.bg-fuchsia-100\/60{ + background-color: rgb(250 232 255 / 0.6); +} +.bg-fuchsia-100\/70{ + background-color: rgb(250 232 255 / 0.7); +} +.bg-fuchsia-100\/75{ + background-color: rgb(250 232 255 / 0.75); +} +.bg-fuchsia-100\/80{ + background-color: rgb(250 232 255 / 0.8); +} +.bg-fuchsia-100\/90{ + background-color: rgb(250 232 255 / 0.9); +} +.bg-fuchsia-100\/95{ + background-color: rgb(250 232 255 / 0.95); +} +.bg-fuchsia-100\/100{ + background-color: rgb(250 232 255 / 1); +} +.bg-fuchsia-200\/0{ + background-color: rgb(245 208 254 / 0); +} +.bg-fuchsia-200\/5{ + background-color: rgb(245 208 254 / 0.05); +} +.bg-fuchsia-200\/10{ + background-color: rgb(245 208 254 / 0.1); +} +.bg-fuchsia-200\/20{ + background-color: rgb(245 208 254 / 0.2); +} +.bg-fuchsia-200\/25{ + background-color: rgb(245 208 254 / 0.25); +} +.bg-fuchsia-200\/30{ + background-color: rgb(245 208 254 / 0.3); +} +.bg-fuchsia-200\/40{ + background-color: rgb(245 208 254 / 0.4); +} +.bg-fuchsia-200\/50{ + background-color: rgb(245 208 254 / 0.5); +} +.bg-fuchsia-200\/60{ + background-color: rgb(245 208 254 / 0.6); +} +.bg-fuchsia-200\/70{ + background-color: rgb(245 208 254 / 0.7); +} +.bg-fuchsia-200\/75{ + background-color: rgb(245 208 254 / 0.75); +} +.bg-fuchsia-200\/80{ + background-color: rgb(245 208 254 / 0.8); +} +.bg-fuchsia-200\/90{ + background-color: rgb(245 208 254 / 0.9); +} +.bg-fuchsia-200\/95{ + background-color: rgb(245 208 254 / 0.95); +} +.bg-fuchsia-200\/100{ + background-color: rgb(245 208 254 / 1); +} +.bg-fuchsia-300\/0{ + background-color: rgb(240 171 252 / 0); +} +.bg-fuchsia-300\/5{ + background-color: rgb(240 171 252 / 0.05); +} +.bg-fuchsia-300\/10{ + background-color: rgb(240 171 252 / 0.1); +} +.bg-fuchsia-300\/20{ + background-color: rgb(240 171 252 / 0.2); +} +.bg-fuchsia-300\/25{ + background-color: rgb(240 171 252 / 0.25); +} +.bg-fuchsia-300\/30{ + background-color: rgb(240 171 252 / 0.3); +} +.bg-fuchsia-300\/40{ + background-color: rgb(240 171 252 / 0.4); +} +.bg-fuchsia-300\/50{ + background-color: rgb(240 171 252 / 0.5); +} +.bg-fuchsia-300\/60{ + background-color: rgb(240 171 252 / 0.6); +} +.bg-fuchsia-300\/70{ + background-color: rgb(240 171 252 / 0.7); +} +.bg-fuchsia-300\/75{ + background-color: rgb(240 171 252 / 0.75); +} +.bg-fuchsia-300\/80{ + background-color: rgb(240 171 252 / 0.8); +} +.bg-fuchsia-300\/90{ + background-color: rgb(240 171 252 / 0.9); +} +.bg-fuchsia-300\/95{ + background-color: rgb(240 171 252 / 0.95); +} +.bg-fuchsia-300\/100{ + background-color: rgb(240 171 252 / 1); +} +.bg-fuchsia-400\/0{ + background-color: rgb(232 121 249 / 0); +} +.bg-fuchsia-400\/5{ + background-color: rgb(232 121 249 / 0.05); +} +.bg-fuchsia-400\/10{ + background-color: rgb(232 121 249 / 0.1); +} +.bg-fuchsia-400\/20{ + background-color: rgb(232 121 249 / 0.2); +} +.bg-fuchsia-400\/25{ + background-color: rgb(232 121 249 / 0.25); +} +.bg-fuchsia-400\/30{ + background-color: rgb(232 121 249 / 0.3); +} +.bg-fuchsia-400\/40{ + background-color: rgb(232 121 249 / 0.4); +} +.bg-fuchsia-400\/50{ + background-color: rgb(232 121 249 / 0.5); +} +.bg-fuchsia-400\/60{ + background-color: rgb(232 121 249 / 0.6); +} +.bg-fuchsia-400\/70{ + background-color: rgb(232 121 249 / 0.7); +} +.bg-fuchsia-400\/75{ + background-color: rgb(232 121 249 / 0.75); +} +.bg-fuchsia-400\/80{ + background-color: rgb(232 121 249 / 0.8); +} +.bg-fuchsia-400\/90{ + background-color: rgb(232 121 249 / 0.9); +} +.bg-fuchsia-400\/95{ + background-color: rgb(232 121 249 / 0.95); +} +.bg-fuchsia-400\/100{ + background-color: rgb(232 121 249 / 1); +} +.bg-fuchsia-500\/0{ + background-color: rgb(217 70 239 / 0); +} +.bg-fuchsia-500\/5{ + background-color: rgb(217 70 239 / 0.05); +} +.bg-fuchsia-500\/10{ + background-color: rgb(217 70 239 / 0.1); +} +.bg-fuchsia-500\/20{ + background-color: rgb(217 70 239 / 0.2); +} +.bg-fuchsia-500\/25{ + background-color: rgb(217 70 239 / 0.25); +} +.bg-fuchsia-500\/30{ + background-color: rgb(217 70 239 / 0.3); +} +.bg-fuchsia-500\/40{ + background-color: rgb(217 70 239 / 0.4); +} +.bg-fuchsia-500\/50{ + background-color: rgb(217 70 239 / 0.5); +} +.bg-fuchsia-500\/60{ + background-color: rgb(217 70 239 / 0.6); +} +.bg-fuchsia-500\/70{ + background-color: rgb(217 70 239 / 0.7); +} +.bg-fuchsia-500\/75{ + background-color: rgb(217 70 239 / 0.75); +} +.bg-fuchsia-500\/80{ + background-color: rgb(217 70 239 / 0.8); +} +.bg-fuchsia-500\/90{ + background-color: rgb(217 70 239 / 0.9); +} +.bg-fuchsia-500\/95{ + background-color: rgb(217 70 239 / 0.95); +} +.bg-fuchsia-500\/100{ + background-color: rgb(217 70 239 / 1); +} +.bg-fuchsia-600\/0{ + background-color: rgb(192 38 211 / 0); +} +.bg-fuchsia-600\/5{ + background-color: rgb(192 38 211 / 0.05); +} +.bg-fuchsia-600\/10{ + background-color: rgb(192 38 211 / 0.1); +} +.bg-fuchsia-600\/20{ + background-color: rgb(192 38 211 / 0.2); +} +.bg-fuchsia-600\/25{ + background-color: rgb(192 38 211 / 0.25); +} +.bg-fuchsia-600\/30{ + background-color: rgb(192 38 211 / 0.3); +} +.bg-fuchsia-600\/40{ + background-color: rgb(192 38 211 / 0.4); +} +.bg-fuchsia-600\/50{ + background-color: rgb(192 38 211 / 0.5); +} +.bg-fuchsia-600\/60{ + background-color: rgb(192 38 211 / 0.6); +} +.bg-fuchsia-600\/70{ + background-color: rgb(192 38 211 / 0.7); +} +.bg-fuchsia-600\/75{ + background-color: rgb(192 38 211 / 0.75); +} +.bg-fuchsia-600\/80{ + background-color: rgb(192 38 211 / 0.8); +} +.bg-fuchsia-600\/90{ + background-color: rgb(192 38 211 / 0.9); +} +.bg-fuchsia-600\/95{ + background-color: rgb(192 38 211 / 0.95); +} +.bg-fuchsia-600\/100{ + background-color: rgb(192 38 211 / 1); +} +.bg-fuchsia-700\/0{ + background-color: rgb(162 28 175 / 0); +} +.bg-fuchsia-700\/5{ + background-color: rgb(162 28 175 / 0.05); +} +.bg-fuchsia-700\/10{ + background-color: rgb(162 28 175 / 0.1); +} +.bg-fuchsia-700\/20{ + background-color: rgb(162 28 175 / 0.2); +} +.bg-fuchsia-700\/25{ + background-color: rgb(162 28 175 / 0.25); +} +.bg-fuchsia-700\/30{ + background-color: rgb(162 28 175 / 0.3); +} +.bg-fuchsia-700\/40{ + background-color: rgb(162 28 175 / 0.4); +} +.bg-fuchsia-700\/50{ + background-color: rgb(162 28 175 / 0.5); +} +.bg-fuchsia-700\/60{ + background-color: rgb(162 28 175 / 0.6); +} +.bg-fuchsia-700\/70{ + background-color: rgb(162 28 175 / 0.7); +} +.bg-fuchsia-700\/75{ + background-color: rgb(162 28 175 / 0.75); +} +.bg-fuchsia-700\/80{ + background-color: rgb(162 28 175 / 0.8); +} +.bg-fuchsia-700\/90{ + background-color: rgb(162 28 175 / 0.9); +} +.bg-fuchsia-700\/95{ + background-color: rgb(162 28 175 / 0.95); +} +.bg-fuchsia-700\/100{ + background-color: rgb(162 28 175 / 1); +} +.bg-fuchsia-800\/0{ + background-color: rgb(134 25 143 / 0); +} +.bg-fuchsia-800\/5{ + background-color: rgb(134 25 143 / 0.05); +} +.bg-fuchsia-800\/10{ + background-color: rgb(134 25 143 / 0.1); +} +.bg-fuchsia-800\/20{ + background-color: rgb(134 25 143 / 0.2); +} +.bg-fuchsia-800\/25{ + background-color: rgb(134 25 143 / 0.25); +} +.bg-fuchsia-800\/30{ + background-color: rgb(134 25 143 / 0.3); +} +.bg-fuchsia-800\/40{ + background-color: rgb(134 25 143 / 0.4); +} +.bg-fuchsia-800\/50{ + background-color: rgb(134 25 143 / 0.5); +} +.bg-fuchsia-800\/60{ + background-color: rgb(134 25 143 / 0.6); +} +.bg-fuchsia-800\/70{ + background-color: rgb(134 25 143 / 0.7); +} +.bg-fuchsia-800\/75{ + background-color: rgb(134 25 143 / 0.75); +} +.bg-fuchsia-800\/80{ + background-color: rgb(134 25 143 / 0.8); +} +.bg-fuchsia-800\/90{ + background-color: rgb(134 25 143 / 0.9); +} +.bg-fuchsia-800\/95{ + background-color: rgb(134 25 143 / 0.95); +} +.bg-fuchsia-800\/100{ + background-color: rgb(134 25 143 / 1); +} +.bg-fuchsia-900\/0{ + background-color: rgb(112 26 117 / 0); +} +.bg-fuchsia-900\/5{ + background-color: rgb(112 26 117 / 0.05); +} +.bg-fuchsia-900\/10{ + background-color: rgb(112 26 117 / 0.1); +} +.bg-fuchsia-900\/20{ + background-color: rgb(112 26 117 / 0.2); +} +.bg-fuchsia-900\/25{ + background-color: rgb(112 26 117 / 0.25); +} +.bg-fuchsia-900\/30{ + background-color: rgb(112 26 117 / 0.3); +} +.bg-fuchsia-900\/40{ + background-color: rgb(112 26 117 / 0.4); +} +.bg-fuchsia-900\/50{ + background-color: rgb(112 26 117 / 0.5); +} +.bg-fuchsia-900\/60{ + background-color: rgb(112 26 117 / 0.6); +} +.bg-fuchsia-900\/70{ + background-color: rgb(112 26 117 / 0.7); +} +.bg-fuchsia-900\/75{ + background-color: rgb(112 26 117 / 0.75); +} +.bg-fuchsia-900\/80{ + background-color: rgb(112 26 117 / 0.8); +} +.bg-fuchsia-900\/90{ + background-color: rgb(112 26 117 / 0.9); +} +.bg-fuchsia-900\/95{ + background-color: rgb(112 26 117 / 0.95); +} +.bg-fuchsia-900\/100{ + background-color: rgb(112 26 117 / 1); +} +.bg-pink-50\/0{ + background-color: rgb(253 242 248 / 0); +} +.bg-pink-50\/5{ + background-color: rgb(253 242 248 / 0.05); +} +.bg-pink-50\/10{ + background-color: rgb(253 242 248 / 0.1); +} +.bg-pink-50\/20{ + background-color: rgb(253 242 248 / 0.2); +} +.bg-pink-50\/25{ + background-color: rgb(253 242 248 / 0.25); +} +.bg-pink-50\/30{ + background-color: rgb(253 242 248 / 0.3); +} +.bg-pink-50\/40{ + background-color: rgb(253 242 248 / 0.4); +} +.bg-pink-50\/50{ + background-color: rgb(253 242 248 / 0.5); +} +.bg-pink-50\/60{ + background-color: rgb(253 242 248 / 0.6); +} +.bg-pink-50\/70{ + background-color: rgb(253 242 248 / 0.7); +} +.bg-pink-50\/75{ + background-color: rgb(253 242 248 / 0.75); +} +.bg-pink-50\/80{ + background-color: rgb(253 242 248 / 0.8); +} +.bg-pink-50\/90{ + background-color: rgb(253 242 248 / 0.9); +} +.bg-pink-50\/95{ + background-color: rgb(253 242 248 / 0.95); +} +.bg-pink-50\/100{ + background-color: rgb(253 242 248 / 1); +} +.bg-pink-100\/0{ + background-color: rgb(252 232 243 / 0); +} +.bg-pink-100\/5{ + background-color: rgb(252 232 243 / 0.05); +} +.bg-pink-100\/10{ + background-color: rgb(252 232 243 / 0.1); +} +.bg-pink-100\/20{ + background-color: rgb(252 232 243 / 0.2); +} +.bg-pink-100\/25{ + background-color: rgb(252 232 243 / 0.25); +} +.bg-pink-100\/30{ + background-color: rgb(252 232 243 / 0.3); +} +.bg-pink-100\/40{ + background-color: rgb(252 232 243 / 0.4); +} +.bg-pink-100\/50{ + background-color: rgb(252 232 243 / 0.5); +} +.bg-pink-100\/60{ + background-color: rgb(252 232 243 / 0.6); +} +.bg-pink-100\/70{ + background-color: rgb(252 232 243 / 0.7); +} +.bg-pink-100\/75{ + background-color: rgb(252 232 243 / 0.75); +} +.bg-pink-100\/80{ + background-color: rgb(252 232 243 / 0.8); +} +.bg-pink-100\/90{ + background-color: rgb(252 232 243 / 0.9); +} +.bg-pink-100\/95{ + background-color: rgb(252 232 243 / 0.95); +} +.bg-pink-100\/100{ + background-color: rgb(252 232 243 / 1); +} +.bg-pink-200\/0{ + background-color: rgb(250 209 232 / 0); +} +.bg-pink-200\/5{ + background-color: rgb(250 209 232 / 0.05); +} +.bg-pink-200\/10{ + background-color: rgb(250 209 232 / 0.1); +} +.bg-pink-200\/20{ + background-color: rgb(250 209 232 / 0.2); +} +.bg-pink-200\/25{ + background-color: rgb(250 209 232 / 0.25); +} +.bg-pink-200\/30{ + background-color: rgb(250 209 232 / 0.3); +} +.bg-pink-200\/40{ + background-color: rgb(250 209 232 / 0.4); +} +.bg-pink-200\/50{ + background-color: rgb(250 209 232 / 0.5); +} +.bg-pink-200\/60{ + background-color: rgb(250 209 232 / 0.6); +} +.bg-pink-200\/70{ + background-color: rgb(250 209 232 / 0.7); +} +.bg-pink-200\/75{ + background-color: rgb(250 209 232 / 0.75); +} +.bg-pink-200\/80{ + background-color: rgb(250 209 232 / 0.8); +} +.bg-pink-200\/90{ + background-color: rgb(250 209 232 / 0.9); +} +.bg-pink-200\/95{ + background-color: rgb(250 209 232 / 0.95); +} +.bg-pink-200\/100{ + background-color: rgb(250 209 232 / 1); +} +.bg-pink-300\/0{ + background-color: rgb(248 180 217 / 0); +} +.bg-pink-300\/5{ + background-color: rgb(248 180 217 / 0.05); +} +.bg-pink-300\/10{ + background-color: rgb(248 180 217 / 0.1); +} +.bg-pink-300\/20{ + background-color: rgb(248 180 217 / 0.2); +} +.bg-pink-300\/25{ + background-color: rgb(248 180 217 / 0.25); +} +.bg-pink-300\/30{ + background-color: rgb(248 180 217 / 0.3); +} +.bg-pink-300\/40{ + background-color: rgb(248 180 217 / 0.4); +} +.bg-pink-300\/50{ + background-color: rgb(248 180 217 / 0.5); +} +.bg-pink-300\/60{ + background-color: rgb(248 180 217 / 0.6); +} +.bg-pink-300\/70{ + background-color: rgb(248 180 217 / 0.7); +} +.bg-pink-300\/75{ + background-color: rgb(248 180 217 / 0.75); +} +.bg-pink-300\/80{ + background-color: rgb(248 180 217 / 0.8); +} +.bg-pink-300\/90{ + background-color: rgb(248 180 217 / 0.9); +} +.bg-pink-300\/95{ + background-color: rgb(248 180 217 / 0.95); +} +.bg-pink-300\/100{ + background-color: rgb(248 180 217 / 1); +} +.bg-pink-400\/0{ + background-color: rgb(241 126 184 / 0); +} +.bg-pink-400\/5{ + background-color: rgb(241 126 184 / 0.05); +} +.bg-pink-400\/10{ + background-color: rgb(241 126 184 / 0.1); +} +.bg-pink-400\/20{ + background-color: rgb(241 126 184 / 0.2); +} +.bg-pink-400\/25{ + background-color: rgb(241 126 184 / 0.25); +} +.bg-pink-400\/30{ + background-color: rgb(241 126 184 / 0.3); +} +.bg-pink-400\/40{ + background-color: rgb(241 126 184 / 0.4); +} +.bg-pink-400\/50{ + background-color: rgb(241 126 184 / 0.5); +} +.bg-pink-400\/60{ + background-color: rgb(241 126 184 / 0.6); +} +.bg-pink-400\/70{ + background-color: rgb(241 126 184 / 0.7); +} +.bg-pink-400\/75{ + background-color: rgb(241 126 184 / 0.75); +} +.bg-pink-400\/80{ + background-color: rgb(241 126 184 / 0.8); +} +.bg-pink-400\/90{ + background-color: rgb(241 126 184 / 0.9); +} +.bg-pink-400\/95{ + background-color: rgb(241 126 184 / 0.95); +} +.bg-pink-400\/100{ + background-color: rgb(241 126 184 / 1); +} +.bg-pink-500\/0{ + background-color: rgb(231 70 148 / 0); +} +.bg-pink-500\/5{ + background-color: rgb(231 70 148 / 0.05); +} +.bg-pink-500\/10{ + background-color: rgb(231 70 148 / 0.1); +} +.bg-pink-500\/20{ + background-color: rgb(231 70 148 / 0.2); +} +.bg-pink-500\/25{ + background-color: rgb(231 70 148 / 0.25); +} +.bg-pink-500\/30{ + background-color: rgb(231 70 148 / 0.3); +} +.bg-pink-500\/40{ + background-color: rgb(231 70 148 / 0.4); +} +.bg-pink-500\/50{ + background-color: rgb(231 70 148 / 0.5); +} +.bg-pink-500\/60{ + background-color: rgb(231 70 148 / 0.6); +} +.bg-pink-500\/70{ + background-color: rgb(231 70 148 / 0.7); +} +.bg-pink-500\/75{ + background-color: rgb(231 70 148 / 0.75); +} +.bg-pink-500\/80{ + background-color: rgb(231 70 148 / 0.8); +} +.bg-pink-500\/90{ + background-color: rgb(231 70 148 / 0.9); +} +.bg-pink-500\/95{ + background-color: rgb(231 70 148 / 0.95); +} +.bg-pink-500\/100{ + background-color: rgb(231 70 148 / 1); +} +.bg-pink-600\/0{ + background-color: rgb(214 31 105 / 0); +} +.bg-pink-600\/5{ + background-color: rgb(214 31 105 / 0.05); +} +.bg-pink-600\/10{ + background-color: rgb(214 31 105 / 0.1); +} +.bg-pink-600\/20{ + background-color: rgb(214 31 105 / 0.2); +} +.bg-pink-600\/25{ + background-color: rgb(214 31 105 / 0.25); +} +.bg-pink-600\/30{ + background-color: rgb(214 31 105 / 0.3); +} +.bg-pink-600\/40{ + background-color: rgb(214 31 105 / 0.4); +} +.bg-pink-600\/50{ + background-color: rgb(214 31 105 / 0.5); +} +.bg-pink-600\/60{ + background-color: rgb(214 31 105 / 0.6); +} +.bg-pink-600\/70{ + background-color: rgb(214 31 105 / 0.7); +} +.bg-pink-600\/75{ + background-color: rgb(214 31 105 / 0.75); +} +.bg-pink-600\/80{ + background-color: rgb(214 31 105 / 0.8); +} +.bg-pink-600\/90{ + background-color: rgb(214 31 105 / 0.9); +} +.bg-pink-600\/95{ + background-color: rgb(214 31 105 / 0.95); +} +.bg-pink-600\/100{ + background-color: rgb(214 31 105 / 1); +} +.bg-pink-700\/0{ + background-color: rgb(191 18 93 / 0); +} +.bg-pink-700\/5{ + background-color: rgb(191 18 93 / 0.05); +} +.bg-pink-700\/10{ + background-color: rgb(191 18 93 / 0.1); +} +.bg-pink-700\/20{ + background-color: rgb(191 18 93 / 0.2); +} +.bg-pink-700\/25{ + background-color: rgb(191 18 93 / 0.25); +} +.bg-pink-700\/30{ + background-color: rgb(191 18 93 / 0.3); +} +.bg-pink-700\/40{ + background-color: rgb(191 18 93 / 0.4); +} +.bg-pink-700\/50{ + background-color: rgb(191 18 93 / 0.5); +} +.bg-pink-700\/60{ + background-color: rgb(191 18 93 / 0.6); +} +.bg-pink-700\/70{ + background-color: rgb(191 18 93 / 0.7); +} +.bg-pink-700\/75{ + background-color: rgb(191 18 93 / 0.75); +} +.bg-pink-700\/80{ + background-color: rgb(191 18 93 / 0.8); +} +.bg-pink-700\/90{ + background-color: rgb(191 18 93 / 0.9); +} +.bg-pink-700\/95{ + background-color: rgb(191 18 93 / 0.95); +} +.bg-pink-700\/100{ + background-color: rgb(191 18 93 / 1); +} +.bg-pink-800\/0{ + background-color: rgb(153 21 75 / 0); +} +.bg-pink-800\/5{ + background-color: rgb(153 21 75 / 0.05); +} +.bg-pink-800\/10{ + background-color: rgb(153 21 75 / 0.1); +} +.bg-pink-800\/20{ + background-color: rgb(153 21 75 / 0.2); +} +.bg-pink-800\/25{ + background-color: rgb(153 21 75 / 0.25); +} +.bg-pink-800\/30{ + background-color: rgb(153 21 75 / 0.3); +} +.bg-pink-800\/40{ + background-color: rgb(153 21 75 / 0.4); +} +.bg-pink-800\/50{ + background-color: rgb(153 21 75 / 0.5); +} +.bg-pink-800\/60{ + background-color: rgb(153 21 75 / 0.6); +} +.bg-pink-800\/70{ + background-color: rgb(153 21 75 / 0.7); +} +.bg-pink-800\/75{ + background-color: rgb(153 21 75 / 0.75); +} +.bg-pink-800\/80{ + background-color: rgb(153 21 75 / 0.8); +} +.bg-pink-800\/90{ + background-color: rgb(153 21 75 / 0.9); +} +.bg-pink-800\/95{ + background-color: rgb(153 21 75 / 0.95); +} +.bg-pink-800\/100{ + background-color: rgb(153 21 75 / 1); +} +.bg-pink-900\/0{ + background-color: rgb(117 26 61 / 0); +} +.bg-pink-900\/5{ + background-color: rgb(117 26 61 / 0.05); +} +.bg-pink-900\/10{ + background-color: rgb(117 26 61 / 0.1); +} +.bg-pink-900\/20{ + background-color: rgb(117 26 61 / 0.2); +} +.bg-pink-900\/25{ + background-color: rgb(117 26 61 / 0.25); +} +.bg-pink-900\/30{ + background-color: rgb(117 26 61 / 0.3); +} +.bg-pink-900\/40{ + background-color: rgb(117 26 61 / 0.4); +} +.bg-pink-900\/50{ + background-color: rgb(117 26 61 / 0.5); +} +.bg-pink-900\/60{ + background-color: rgb(117 26 61 / 0.6); +} +.bg-pink-900\/70{ + background-color: rgb(117 26 61 / 0.7); +} +.bg-pink-900\/75{ + background-color: rgb(117 26 61 / 0.75); +} +.bg-pink-900\/80{ + background-color: rgb(117 26 61 / 0.8); +} +.bg-pink-900\/90{ + background-color: rgb(117 26 61 / 0.9); +} +.bg-pink-900\/95{ + background-color: rgb(117 26 61 / 0.95); +} +.bg-pink-900\/100{ + background-color: rgb(117 26 61 / 1); +} +.bg-rose-50\/0{ + background-color: rgb(255 241 242 / 0); +} +.bg-rose-50\/5{ + background-color: rgb(255 241 242 / 0.05); +} +.bg-rose-50\/10{ + background-color: rgb(255 241 242 / 0.1); +} +.bg-rose-50\/20{ + background-color: rgb(255 241 242 / 0.2); +} +.bg-rose-50\/25{ + background-color: rgb(255 241 242 / 0.25); +} +.bg-rose-50\/30{ + background-color: rgb(255 241 242 / 0.3); +} +.bg-rose-50\/40{ + background-color: rgb(255 241 242 / 0.4); +} +.bg-rose-50\/50{ + background-color: rgb(255 241 242 / 0.5); +} +.bg-rose-50\/60{ + background-color: rgb(255 241 242 / 0.6); +} +.bg-rose-50\/70{ + background-color: rgb(255 241 242 / 0.7); +} +.bg-rose-50\/75{ + background-color: rgb(255 241 242 / 0.75); +} +.bg-rose-50\/80{ + background-color: rgb(255 241 242 / 0.8); +} +.bg-rose-50\/90{ + background-color: rgb(255 241 242 / 0.9); +} +.bg-rose-50\/95{ + background-color: rgb(255 241 242 / 0.95); +} +.bg-rose-50\/100{ + background-color: rgb(255 241 242 / 1); +} +.bg-rose-100\/0{ + background-color: rgb(255 228 230 / 0); +} +.bg-rose-100\/5{ + background-color: rgb(255 228 230 / 0.05); +} +.bg-rose-100\/10{ + background-color: rgb(255 228 230 / 0.1); +} +.bg-rose-100\/20{ + background-color: rgb(255 228 230 / 0.2); +} +.bg-rose-100\/25{ + background-color: rgb(255 228 230 / 0.25); +} +.bg-rose-100\/30{ + background-color: rgb(255 228 230 / 0.3); +} +.bg-rose-100\/40{ + background-color: rgb(255 228 230 / 0.4); +} +.bg-rose-100\/50{ + background-color: rgb(255 228 230 / 0.5); +} +.bg-rose-100\/60{ + background-color: rgb(255 228 230 / 0.6); +} +.bg-rose-100\/70{ + background-color: rgb(255 228 230 / 0.7); +} +.bg-rose-100\/75{ + background-color: rgb(255 228 230 / 0.75); +} +.bg-rose-100\/80{ + background-color: rgb(255 228 230 / 0.8); +} +.bg-rose-100\/90{ + background-color: rgb(255 228 230 / 0.9); +} +.bg-rose-100\/95{ + background-color: rgb(255 228 230 / 0.95); +} +.bg-rose-100\/100{ + background-color: rgb(255 228 230 / 1); +} +.bg-rose-200\/0{ + background-color: rgb(254 205 211 / 0); +} +.bg-rose-200\/5{ + background-color: rgb(254 205 211 / 0.05); +} +.bg-rose-200\/10{ + background-color: rgb(254 205 211 / 0.1); +} +.bg-rose-200\/20{ + background-color: rgb(254 205 211 / 0.2); +} +.bg-rose-200\/25{ + background-color: rgb(254 205 211 / 0.25); +} +.bg-rose-200\/30{ + background-color: rgb(254 205 211 / 0.3); +} +.bg-rose-200\/40{ + background-color: rgb(254 205 211 / 0.4); +} +.bg-rose-200\/50{ + background-color: rgb(254 205 211 / 0.5); +} +.bg-rose-200\/60{ + background-color: rgb(254 205 211 / 0.6); +} +.bg-rose-200\/70{ + background-color: rgb(254 205 211 / 0.7); +} +.bg-rose-200\/75{ + background-color: rgb(254 205 211 / 0.75); +} +.bg-rose-200\/80{ + background-color: rgb(254 205 211 / 0.8); +} +.bg-rose-200\/90{ + background-color: rgb(254 205 211 / 0.9); +} +.bg-rose-200\/95{ + background-color: rgb(254 205 211 / 0.95); +} +.bg-rose-200\/100{ + background-color: rgb(254 205 211 / 1); +} +.bg-rose-300\/0{ + background-color: rgb(253 164 175 / 0); +} +.bg-rose-300\/5{ + background-color: rgb(253 164 175 / 0.05); +} +.bg-rose-300\/10{ + background-color: rgb(253 164 175 / 0.1); +} +.bg-rose-300\/20{ + background-color: rgb(253 164 175 / 0.2); +} +.bg-rose-300\/25{ + background-color: rgb(253 164 175 / 0.25); +} +.bg-rose-300\/30{ + background-color: rgb(253 164 175 / 0.3); +} +.bg-rose-300\/40{ + background-color: rgb(253 164 175 / 0.4); +} +.bg-rose-300\/50{ + background-color: rgb(253 164 175 / 0.5); +} +.bg-rose-300\/60{ + background-color: rgb(253 164 175 / 0.6); +} +.bg-rose-300\/70{ + background-color: rgb(253 164 175 / 0.7); +} +.bg-rose-300\/75{ + background-color: rgb(253 164 175 / 0.75); +} +.bg-rose-300\/80{ + background-color: rgb(253 164 175 / 0.8); +} +.bg-rose-300\/90{ + background-color: rgb(253 164 175 / 0.9); +} +.bg-rose-300\/95{ + background-color: rgb(253 164 175 / 0.95); +} +.bg-rose-300\/100{ + background-color: rgb(253 164 175 / 1); +} +.bg-rose-400\/0{ + background-color: rgb(251 113 133 / 0); +} +.bg-rose-400\/5{ + background-color: rgb(251 113 133 / 0.05); +} +.bg-rose-400\/10{ + background-color: rgb(251 113 133 / 0.1); +} +.bg-rose-400\/20{ + background-color: rgb(251 113 133 / 0.2); +} +.bg-rose-400\/25{ + background-color: rgb(251 113 133 / 0.25); +} +.bg-rose-400\/30{ + background-color: rgb(251 113 133 / 0.3); +} +.bg-rose-400\/40{ + background-color: rgb(251 113 133 / 0.4); +} +.bg-rose-400\/50{ + background-color: rgb(251 113 133 / 0.5); +} +.bg-rose-400\/60{ + background-color: rgb(251 113 133 / 0.6); +} +.bg-rose-400\/70{ + background-color: rgb(251 113 133 / 0.7); +} +.bg-rose-400\/75{ + background-color: rgb(251 113 133 / 0.75); +} +.bg-rose-400\/80{ + background-color: rgb(251 113 133 / 0.8); +} +.bg-rose-400\/90{ + background-color: rgb(251 113 133 / 0.9); +} +.bg-rose-400\/95{ + background-color: rgb(251 113 133 / 0.95); +} +.bg-rose-400\/100{ + background-color: rgb(251 113 133 / 1); +} +.bg-rose-500\/0{ + background-color: rgb(244 63 94 / 0); +} +.bg-rose-500\/5{ + background-color: rgb(244 63 94 / 0.05); +} +.bg-rose-500\/10{ + background-color: rgb(244 63 94 / 0.1); +} +.bg-rose-500\/20{ + background-color: rgb(244 63 94 / 0.2); +} +.bg-rose-500\/25{ + background-color: rgb(244 63 94 / 0.25); +} +.bg-rose-500\/30{ + background-color: rgb(244 63 94 / 0.3); +} +.bg-rose-500\/40{ + background-color: rgb(244 63 94 / 0.4); +} +.bg-rose-500\/50{ + background-color: rgb(244 63 94 / 0.5); +} +.bg-rose-500\/60{ + background-color: rgb(244 63 94 / 0.6); +} +.bg-rose-500\/70{ + background-color: rgb(244 63 94 / 0.7); +} +.bg-rose-500\/75{ + background-color: rgb(244 63 94 / 0.75); +} +.bg-rose-500\/80{ + background-color: rgb(244 63 94 / 0.8); +} +.bg-rose-500\/90{ + background-color: rgb(244 63 94 / 0.9); +} +.bg-rose-500\/95{ + background-color: rgb(244 63 94 / 0.95); +} +.bg-rose-500\/100{ + background-color: rgb(244 63 94 / 1); +} +.bg-rose-600\/0{ + background-color: rgb(225 29 72 / 0); +} +.bg-rose-600\/5{ + background-color: rgb(225 29 72 / 0.05); +} +.bg-rose-600\/10{ + background-color: rgb(225 29 72 / 0.1); +} +.bg-rose-600\/20{ + background-color: rgb(225 29 72 / 0.2); +} +.bg-rose-600\/25{ + background-color: rgb(225 29 72 / 0.25); +} +.bg-rose-600\/30{ + background-color: rgb(225 29 72 / 0.3); +} +.bg-rose-600\/40{ + background-color: rgb(225 29 72 / 0.4); +} +.bg-rose-600\/50{ + background-color: rgb(225 29 72 / 0.5); +} +.bg-rose-600\/60{ + background-color: rgb(225 29 72 / 0.6); +} +.bg-rose-600\/70{ + background-color: rgb(225 29 72 / 0.7); +} +.bg-rose-600\/75{ + background-color: rgb(225 29 72 / 0.75); +} +.bg-rose-600\/80{ + background-color: rgb(225 29 72 / 0.8); +} +.bg-rose-600\/90{ + background-color: rgb(225 29 72 / 0.9); +} +.bg-rose-600\/95{ + background-color: rgb(225 29 72 / 0.95); +} +.bg-rose-600\/100{ + background-color: rgb(225 29 72 / 1); +} +.bg-rose-700\/0{ + background-color: rgb(190 18 60 / 0); +} +.bg-rose-700\/5{ + background-color: rgb(190 18 60 / 0.05); +} +.bg-rose-700\/10{ + background-color: rgb(190 18 60 / 0.1); +} +.bg-rose-700\/20{ + background-color: rgb(190 18 60 / 0.2); +} +.bg-rose-700\/25{ + background-color: rgb(190 18 60 / 0.25); +} +.bg-rose-700\/30{ + background-color: rgb(190 18 60 / 0.3); +} +.bg-rose-700\/40{ + background-color: rgb(190 18 60 / 0.4); +} +.bg-rose-700\/50{ + background-color: rgb(190 18 60 / 0.5); +} +.bg-rose-700\/60{ + background-color: rgb(190 18 60 / 0.6); +} +.bg-rose-700\/70{ + background-color: rgb(190 18 60 / 0.7); +} +.bg-rose-700\/75{ + background-color: rgb(190 18 60 / 0.75); +} +.bg-rose-700\/80{ + background-color: rgb(190 18 60 / 0.8); +} +.bg-rose-700\/90{ + background-color: rgb(190 18 60 / 0.9); +} +.bg-rose-700\/95{ + background-color: rgb(190 18 60 / 0.95); +} +.bg-rose-700\/100{ + background-color: rgb(190 18 60 / 1); +} +.bg-rose-800\/0{ + background-color: rgb(159 18 57 / 0); +} +.bg-rose-800\/5{ + background-color: rgb(159 18 57 / 0.05); +} +.bg-rose-800\/10{ + background-color: rgb(159 18 57 / 0.1); +} +.bg-rose-800\/20{ + background-color: rgb(159 18 57 / 0.2); +} +.bg-rose-800\/25{ + background-color: rgb(159 18 57 / 0.25); +} +.bg-rose-800\/30{ + background-color: rgb(159 18 57 / 0.3); +} +.bg-rose-800\/40{ + background-color: rgb(159 18 57 / 0.4); +} +.bg-rose-800\/50{ + background-color: rgb(159 18 57 / 0.5); +} +.bg-rose-800\/60{ + background-color: rgb(159 18 57 / 0.6); +} +.bg-rose-800\/70{ + background-color: rgb(159 18 57 / 0.7); +} +.bg-rose-800\/75{ + background-color: rgb(159 18 57 / 0.75); +} +.bg-rose-800\/80{ + background-color: rgb(159 18 57 / 0.8); +} +.bg-rose-800\/90{ + background-color: rgb(159 18 57 / 0.9); +} +.bg-rose-800\/95{ + background-color: rgb(159 18 57 / 0.95); +} +.bg-rose-800\/100{ + background-color: rgb(159 18 57 / 1); +} +.bg-rose-900\/0{ + background-color: rgb(136 19 55 / 0); +} +.bg-rose-900\/5{ + background-color: rgb(136 19 55 / 0.05); +} +.bg-rose-900\/10{ + background-color: rgb(136 19 55 / 0.1); +} +.bg-rose-900\/20{ + background-color: rgb(136 19 55 / 0.2); +} +.bg-rose-900\/25{ + background-color: rgb(136 19 55 / 0.25); +} +.bg-rose-900\/30{ + background-color: rgb(136 19 55 / 0.3); +} +.bg-rose-900\/40{ + background-color: rgb(136 19 55 / 0.4); +} +.bg-rose-900\/50{ + background-color: rgb(136 19 55 / 0.5); +} +.bg-rose-900\/60{ + background-color: rgb(136 19 55 / 0.6); +} +.bg-rose-900\/70{ + background-color: rgb(136 19 55 / 0.7); +} +.bg-rose-900\/75{ + background-color: rgb(136 19 55 / 0.75); +} +.bg-rose-900\/80{ + background-color: rgb(136 19 55 / 0.8); +} +.bg-rose-900\/90{ + background-color: rgb(136 19 55 / 0.9); +} +.bg-rose-900\/95{ + background-color: rgb(136 19 55 / 0.95); +} +.bg-rose-900\/100{ + background-color: rgb(136 19 55 / 1); +} +.bg-rose\/0{ + background-color: rgb(244 63 94 / 0); +} +.bg-rose\/5{ + background-color: rgb(244 63 94 / 0.05); +} +.bg-rose\/10{ + background-color: rgb(244 63 94 / 0.1); +} +.bg-rose\/20{ + background-color: rgb(244 63 94 / 0.2); +} +.bg-rose\/25{ + background-color: rgb(244 63 94 / 0.25); +} +.bg-rose\/30{ + background-color: rgb(244 63 94 / 0.3); +} +.bg-rose\/40{ + background-color: rgb(244 63 94 / 0.4); +} +.bg-rose\/50{ + background-color: rgb(244 63 94 / 0.5); +} +.bg-rose\/60{ + background-color: rgb(244 63 94 / 0.6); +} +.bg-rose\/70{ + background-color: rgb(244 63 94 / 0.7); +} +.bg-rose\/75{ + background-color: rgb(244 63 94 / 0.75); +} +.bg-rose\/80{ + background-color: rgb(244 63 94 / 0.8); +} +.bg-rose\/90{ + background-color: rgb(244 63 94 / 0.9); +} +.bg-rose\/95{ + background-color: rgb(244 63 94 / 0.95); +} +.bg-rose\/100{ + background-color: rgb(244 63 94 / 1); +} +.bg-lilac-100\/0{ + background-color: rgb(245 247 250 / 0); +} +.bg-lilac-100\/5{ + background-color: rgb(245 247 250 / 0.05); +} +.bg-lilac-100\/10{ + background-color: rgb(245 247 250 / 0.1); +} +.bg-lilac-100\/20{ + background-color: rgb(245 247 250 / 0.2); +} +.bg-lilac-100\/25{ + background-color: rgb(245 247 250 / 0.25); +} +.bg-lilac-100\/30{ + background-color: rgb(245 247 250 / 0.3); +} +.bg-lilac-100\/40{ + background-color: rgb(245 247 250 / 0.4); +} +.bg-lilac-100\/50{ + background-color: rgb(245 247 250 / 0.5); +} +.bg-lilac-100\/60{ + background-color: rgb(245 247 250 / 0.6); +} +.bg-lilac-100\/70{ + background-color: rgb(245 247 250 / 0.7); +} +.bg-lilac-100\/75{ + background-color: rgb(245 247 250 / 0.75); +} +.bg-lilac-100\/80{ + background-color: rgb(245 247 250 / 0.8); +} +.bg-lilac-100\/90{ + background-color: rgb(245 247 250 / 0.9); +} +.bg-lilac-100\/95{ + background-color: rgb(245 247 250 / 0.95); +} +.bg-lilac-100\/100{ + background-color: rgb(245 247 250 / 1); +} +.bg-lilac-300\/0{ + background-color: rgb(237 240 252 / 0); +} +.bg-lilac-300\/5{ + background-color: rgb(237 240 252 / 0.05); +} +.bg-lilac-300\/10{ + background-color: rgb(237 240 252 / 0.1); +} +.bg-lilac-300\/20{ + background-color: rgb(237 240 252 / 0.2); +} +.bg-lilac-300\/25{ + background-color: rgb(237 240 252 / 0.25); +} +.bg-lilac-300\/30{ + background-color: rgb(237 240 252 / 0.3); +} +.bg-lilac-300\/40{ + background-color: rgb(237 240 252 / 0.4); +} +.bg-lilac-300\/50{ + background-color: rgb(237 240 252 / 0.5); +} +.bg-lilac-300\/60{ + background-color: rgb(237 240 252 / 0.6); +} +.bg-lilac-300\/70{ + background-color: rgb(237 240 252 / 0.7); +} +.bg-lilac-300\/75{ + background-color: rgb(237 240 252 / 0.75); +} +.bg-lilac-300\/80{ + background-color: rgb(237 240 252 / 0.8); +} +.bg-lilac-300\/90{ + background-color: rgb(237 240 252 / 0.9); +} +.bg-lilac-300\/95{ + background-color: rgb(237 240 252 / 0.95); +} +.bg-lilac-300\/100{ + background-color: rgb(237 240 252 / 1); +} +.bg-lilac-900\/0{ + background-color: rgb(220 226 249 / 0); +} +.bg-lilac-900\/5{ + background-color: rgb(220 226 249 / 0.05); +} +.bg-lilac-900\/10{ + background-color: rgb(220 226 249 / 0.1); +} +.bg-lilac-900\/20{ + background-color: rgb(220 226 249 / 0.2); +} +.bg-lilac-900\/25{ + background-color: rgb(220 226 249 / 0.25); +} +.bg-lilac-900\/30{ + background-color: rgb(220 226 249 / 0.3); +} +.bg-lilac-900\/40{ + background-color: rgb(220 226 249 / 0.4); +} +.bg-lilac-900\/50{ + background-color: rgb(220 226 249 / 0.5); +} +.bg-lilac-900\/60{ + background-color: rgb(220 226 249 / 0.6); +} +.bg-lilac-900\/70{ + background-color: rgb(220 226 249 / 0.7); +} +.bg-lilac-900\/75{ + background-color: rgb(220 226 249 / 0.75); +} +.bg-lilac-900\/80{ + background-color: rgb(220 226 249 / 0.8); +} +.bg-lilac-900\/90{ + background-color: rgb(220 226 249 / 0.9); +} +.bg-lilac-900\/95{ + background-color: rgb(220 226 249 / 0.95); +} +.bg-lilac-900\/100{ + background-color: rgb(220 226 249 / 1); +} +.bg-lilac\/0{ + background-color: rgb(248 249 254 / 0); +} +.bg-lilac\/5{ + background-color: rgb(248 249 254 / 0.05); +} +.bg-lilac\/10{ + background-color: rgb(248 249 254 / 0.1); +} +.bg-lilac\/20{ + background-color: rgb(248 249 254 / 0.2); +} +.bg-lilac\/25{ + background-color: rgb(248 249 254 / 0.25); +} +.bg-lilac\/30{ + background-color: rgb(248 249 254 / 0.3); +} +.bg-lilac\/40{ + background-color: rgb(248 249 254 / 0.4); +} +.bg-lilac\/50{ + background-color: rgb(248 249 254 / 0.5); +} +.bg-lilac\/60{ + background-color: rgb(248 249 254 / 0.6); +} +.bg-lilac\/70{ + background-color: rgb(248 249 254 / 0.7); +} +.bg-lilac\/75{ + background-color: rgb(248 249 254 / 0.75); +} +.bg-lilac\/80{ + background-color: rgb(248 249 254 / 0.8); +} +.bg-lilac\/90{ + background-color: rgb(248 249 254 / 0.9); +} +.bg-lilac\/95{ + background-color: rgb(248 249 254 / 0.95); +} +.bg-lilac\/100{ + background-color: rgb(248 249 254 / 1); +} +.bg-golden-900\/0{ + background-color: rgb(191 184 130 / 0); +} +.bg-golden-900\/5{ + background-color: rgb(191 184 130 / 0.05); +} +.bg-golden-900\/10{ + background-color: rgb(191 184 130 / 0.1); +} +.bg-golden-900\/20{ + background-color: rgb(191 184 130 / 0.2); +} +.bg-golden-900\/25{ + background-color: rgb(191 184 130 / 0.25); +} +.bg-golden-900\/30{ + background-color: rgb(191 184 130 / 0.3); +} +.bg-golden-900\/40{ + background-color: rgb(191 184 130 / 0.4); +} +.bg-golden-900\/50{ + background-color: rgb(191 184 130 / 0.5); +} +.bg-golden-900\/60{ + background-color: rgb(191 184 130 / 0.6); +} +.bg-golden-900\/70{ + background-color: rgb(191 184 130 / 0.7); +} +.bg-golden-900\/75{ + background-color: rgb(191 184 130 / 0.75); +} +.bg-golden-900\/80{ + background-color: rgb(191 184 130 / 0.8); +} +.bg-golden-900\/90{ + background-color: rgb(191 184 130 / 0.9); +} +.bg-golden-900\/95{ + background-color: rgb(191 184 130 / 0.95); +} +.bg-golden-900\/100{ + background-color: rgb(191 184 130 / 1); +} +.bg-golden\/0{ + background-color: rgb(209 201 137 / 0); +} +.bg-golden\/5{ + background-color: rgb(209 201 137 / 0.05); +} +.bg-golden\/10{ + background-color: rgb(209 201 137 / 0.1); +} +.bg-golden\/20{ + background-color: rgb(209 201 137 / 0.2); +} +.bg-golden\/25{ + background-color: rgb(209 201 137 / 0.25); +} +.bg-golden\/30{ + background-color: rgb(209 201 137 / 0.3); +} +.bg-golden\/40{ + background-color: rgb(209 201 137 / 0.4); +} +.bg-golden\/50{ + background-color: rgb(209 201 137 / 0.5); +} +.bg-golden\/60{ + background-color: rgb(209 201 137 / 0.6); +} +.bg-golden\/70{ + background-color: rgb(209 201 137 / 0.7); +} +.bg-golden\/75{ + background-color: rgb(209 201 137 / 0.75); +} +.bg-golden\/80{ + background-color: rgb(209 201 137 / 0.8); +} +.bg-golden\/90{ + background-color: rgb(209 201 137 / 0.9); +} +.bg-golden\/95{ + background-color: rgb(209 201 137 / 0.95); +} +.bg-golden\/100{ + background-color: rgb(209 201 137 / 1); +} +.bg-status-success\/0{ + background-color: rgb(241 246 238 / 0); +} +.bg-status-success\/5{ + background-color: rgb(241 246 238 / 0.05); +} +.bg-status-success\/10{ + background-color: rgb(241 246 238 / 0.1); +} +.bg-status-success\/20{ + background-color: rgb(241 246 238 / 0.2); +} +.bg-status-success\/25{ + background-color: rgb(241 246 238 / 0.25); +} +.bg-status-success\/30{ + background-color: rgb(241 246 238 / 0.3); +} +.bg-status-success\/40{ + background-color: rgb(241 246 238 / 0.4); +} +.bg-status-success\/50{ + background-color: rgb(241 246 238 / 0.5); +} +.bg-status-success\/60{ + background-color: rgb(241 246 238 / 0.6); +} +.bg-status-success\/70{ + background-color: rgb(241 246 238 / 0.7); +} +.bg-status-success\/75{ + background-color: rgb(241 246 238 / 0.75); +} +.bg-status-success\/80{ + background-color: rgb(241 246 238 / 0.8); +} +.bg-status-success\/90{ + background-color: rgb(241 246 238 / 0.9); +} +.bg-status-success\/95{ + background-color: rgb(241 246 238 / 0.95); +} +.bg-status-success\/100{ + background-color: rgb(241 246 238 / 1); +} +.bg-status-danger\/0{ + background-color: rgb(250 230 230 / 0); +} +.bg-status-danger\/5{ + background-color: rgb(250 230 230 / 0.05); +} +.bg-status-danger\/10{ + background-color: rgb(250 230 230 / 0.1); +} +.bg-status-danger\/20{ + background-color: rgb(250 230 230 / 0.2); +} +.bg-status-danger\/25{ + background-color: rgb(250 230 230 / 0.25); +} +.bg-status-danger\/30{ + background-color: rgb(250 230 230 / 0.3); +} +.bg-status-danger\/40{ + background-color: rgb(250 230 230 / 0.4); +} +.bg-status-danger\/50{ + background-color: rgb(250 230 230 / 0.5); +} +.bg-status-danger\/60{ + background-color: rgb(250 230 230 / 0.6); +} +.bg-status-danger\/70{ + background-color: rgb(250 230 230 / 0.7); +} +.bg-status-danger\/75{ + background-color: rgb(250 230 230 / 0.75); +} +.bg-status-danger\/80{ + background-color: rgb(250 230 230 / 0.8); +} +.bg-status-danger\/90{ + background-color: rgb(250 230 230 / 0.9); +} +.bg-status-danger\/95{ + background-color: rgb(250 230 230 / 0.95); +} +.bg-status-danger\/100{ + background-color: rgb(250 230 230 / 1); +} +.bg-status-sent\/0{ + background-color: rgb(254 245 231 / 0); +} +.bg-status-sent\/5{ + background-color: rgb(254 245 231 / 0.05); +} +.bg-status-sent\/10{ + background-color: rgb(254 245 231 / 0.1); +} +.bg-status-sent\/20{ + background-color: rgb(254 245 231 / 0.2); +} +.bg-status-sent\/25{ + background-color: rgb(254 245 231 / 0.25); +} +.bg-status-sent\/30{ + background-color: rgb(254 245 231 / 0.3); +} +.bg-status-sent\/40{ + background-color: rgb(254 245 231 / 0.4); +} +.bg-status-sent\/50{ + background-color: rgb(254 245 231 / 0.5); +} +.bg-status-sent\/60{ + background-color: rgb(254 245 231 / 0.6); +} +.bg-status-sent\/70{ + background-color: rgb(254 245 231 / 0.7); +} +.bg-status-sent\/75{ + background-color: rgb(254 245 231 / 0.75); +} +.bg-status-sent\/80{ + background-color: rgb(254 245 231 / 0.8); +} +.bg-status-sent\/90{ + background-color: rgb(254 245 231 / 0.9); +} +.bg-status-sent\/95{ + background-color: rgb(254 245 231 / 0.95); +} +.bg-status-sent\/100{ + background-color: rgb(254 245 231 / 1); +} +.bg-status-viewed\/0{ + background-color: rgb(238 238 243 / 0); +} +.bg-status-viewed\/5{ + background-color: rgb(238 238 243 / 0.05); +} +.bg-status-viewed\/10{ + background-color: rgb(238 238 243 / 0.1); +} +.bg-status-viewed\/20{ + background-color: rgb(238 238 243 / 0.2); +} +.bg-status-viewed\/25{ + background-color: rgb(238 238 243 / 0.25); +} +.bg-status-viewed\/30{ + background-color: rgb(238 238 243 / 0.3); +} +.bg-status-viewed\/40{ + background-color: rgb(238 238 243 / 0.4); +} +.bg-status-viewed\/50{ + background-color: rgb(238 238 243 / 0.5); +} +.bg-status-viewed\/60{ + background-color: rgb(238 238 243 / 0.6); +} +.bg-status-viewed\/70{ + background-color: rgb(238 238 243 / 0.7); +} +.bg-status-viewed\/75{ + background-color: rgb(238 238 243 / 0.75); +} +.bg-status-viewed\/80{ + background-color: rgb(238 238 243 / 0.8); +} +.bg-status-viewed\/90{ + background-color: rgb(238 238 243 / 0.9); +} +.bg-status-viewed\/95{ + background-color: rgb(238 238 243 / 0.95); +} +.bg-status-viewed\/100{ + background-color: rgb(238 238 243 / 1); +} +.bg-status-draft\/0{ + background-color: rgb(236 236 236 / 0); +} +.bg-status-draft\/5{ + background-color: rgb(236 236 236 / 0.05); +} +.bg-status-draft\/10{ + background-color: rgb(236 236 236 / 0.1); +} +.bg-status-draft\/20{ + background-color: rgb(236 236 236 / 0.2); +} +.bg-status-draft\/25{ + background-color: rgb(236 236 236 / 0.25); +} +.bg-status-draft\/30{ + background-color: rgb(236 236 236 / 0.3); +} +.bg-status-draft\/40{ + background-color: rgb(236 236 236 / 0.4); +} +.bg-status-draft\/50{ + background-color: rgb(236 236 236 / 0.5); +} +.bg-status-draft\/60{ + background-color: rgb(236 236 236 / 0.6); +} +.bg-status-draft\/70{ + background-color: rgb(236 236 236 / 0.7); +} +.bg-status-draft\/75{ + background-color: rgb(236 236 236 / 0.75); +} +.bg-status-draft\/80{ + background-color: rgb(236 236 236 / 0.8); +} +.bg-status-draft\/90{ + background-color: rgb(236 236 236 / 0.9); +} +.bg-status-draft\/95{ + background-color: rgb(236 236 236 / 0.95); +} +.bg-status-draft\/100{ + background-color: rgb(236 236 236 / 1); +} +.bg-status-partial\/0{ + background-color: rgb(230 241 246 / 0); +} +.bg-status-partial\/5{ + background-color: rgb(230 241 246 / 0.05); +} +.bg-status-partial\/10{ + background-color: rgb(230 241 246 / 0.1); +} +.bg-status-partial\/20{ + background-color: rgb(230 241 246 / 0.2); +} +.bg-status-partial\/25{ + background-color: rgb(230 241 246 / 0.25); +} +.bg-status-partial\/30{ + background-color: rgb(230 241 246 / 0.3); +} +.bg-status-partial\/40{ + background-color: rgb(230 241 246 / 0.4); +} +.bg-status-partial\/50{ + background-color: rgb(230 241 246 / 0.5); +} +.bg-status-partial\/60{ + background-color: rgb(230 241 246 / 0.6); +} +.bg-status-partial\/70{ + background-color: rgb(230 241 246 / 0.7); +} +.bg-status-partial\/75{ + background-color: rgb(230 241 246 / 0.75); +} +.bg-status-partial\/80{ + background-color: rgb(230 241 246 / 0.8); +} +.bg-status-partial\/90{ + background-color: rgb(230 241 246 / 0.9); +} +.bg-status-partial\/95{ + background-color: rgb(230 241 246 / 0.95); +} +.bg-status-partial\/100{ + background-color: rgb(230 241 246 / 1); +} +.bg-status-canceled\/0{ + background-color: rgb(40 40 40 / 0); +} +.bg-status-canceled\/5{ + background-color: rgb(40 40 40 / 0.05); +} +.bg-status-canceled\/10{ + background-color: rgb(40 40 40 / 0.1); +} +.bg-status-canceled\/20{ + background-color: rgb(40 40 40 / 0.2); +} +.bg-status-canceled\/25{ + background-color: rgb(40 40 40 / 0.25); +} +.bg-status-canceled\/30{ + background-color: rgb(40 40 40 / 0.3); +} +.bg-status-canceled\/40{ + background-color: rgb(40 40 40 / 0.4); +} +.bg-status-canceled\/50{ + background-color: rgb(40 40 40 / 0.5); +} +.bg-status-canceled\/60{ + background-color: rgb(40 40 40 / 0.6); +} +.bg-status-canceled\/70{ + background-color: rgb(40 40 40 / 0.7); +} +.bg-status-canceled\/75{ + background-color: rgb(40 40 40 / 0.75); +} +.bg-status-canceled\/80{ + background-color: rgb(40 40 40 / 0.8); +} +.bg-status-canceled\/90{ + background-color: rgb(40 40 40 / 0.9); +} +.bg-status-canceled\/95{ + background-color: rgb(40 40 40 / 0.95); +} +.bg-status-canceled\/100{ + background-color: rgb(40 40 40 / 1); +} +.bg-status-warning\/0{ + background-color: rgb(254 245 231 / 0); +} +.bg-status-warning\/5{ + background-color: rgb(254 245 231 / 0.05); +} +.bg-status-warning\/10{ + background-color: rgb(254 245 231 / 0.1); +} +.bg-status-warning\/20{ + background-color: rgb(254 245 231 / 0.2); +} +.bg-status-warning\/25{ + background-color: rgb(254 245 231 / 0.25); +} +.bg-status-warning\/30{ + background-color: rgb(254 245 231 / 0.3); +} +.bg-status-warning\/40{ + background-color: rgb(254 245 231 / 0.4); +} +.bg-status-warning\/50{ + background-color: rgb(254 245 231 / 0.5); +} +.bg-status-warning\/60{ + background-color: rgb(254 245 231 / 0.6); +} +.bg-status-warning\/70{ + background-color: rgb(254 245 231 / 0.7); +} +.bg-status-warning\/75{ + background-color: rgb(254 245 231 / 0.75); +} +.bg-status-warning\/80{ + background-color: rgb(254 245 231 / 0.8); +} +.bg-status-warning\/90{ + background-color: rgb(254 245 231 / 0.9); +} +.bg-status-warning\/95{ + background-color: rgb(254 245 231 / 0.95); +} +.bg-status-warning\/100{ + background-color: rgb(254 245 231 / 1); +} +.bg-text-status-success\/0{ + background-color: rgb(99 145 74 / 0); +} +.bg-text-status-success\/5{ + background-color: rgb(99 145 74 / 0.05); +} +.bg-text-status-success\/10{ + background-color: rgb(99 145 74 / 0.1); +} +.bg-text-status-success\/20{ + background-color: rgb(99 145 74 / 0.2); +} +.bg-text-status-success\/25{ + background-color: rgb(99 145 74 / 0.25); +} +.bg-text-status-success\/30{ + background-color: rgb(99 145 74 / 0.3); +} +.bg-text-status-success\/40{ + background-color: rgb(99 145 74 / 0.4); +} +.bg-text-status-success\/50{ + background-color: rgb(99 145 74 / 0.5); +} +.bg-text-status-success\/60{ + background-color: rgb(99 145 74 / 0.6); +} +.bg-text-status-success\/70{ + background-color: rgb(99 145 74 / 0.7); +} +.bg-text-status-success\/75{ + background-color: rgb(99 145 74 / 0.75); +} +.bg-text-status-success\/80{ + background-color: rgb(99 145 74 / 0.8); +} +.bg-text-status-success\/90{ + background-color: rgb(99 145 74 / 0.9); +} +.bg-text-status-success\/95{ + background-color: rgb(99 145 74 / 0.95); +} +.bg-text-status-success\/100{ + background-color: rgb(99 145 74 / 1); +} +.bg-text-status-danger\/0{ + background-color: rgb(184 0 0 / 0); +} +.bg-text-status-danger\/5{ + background-color: rgb(184 0 0 / 0.05); +} +.bg-text-status-danger\/10{ + background-color: rgb(184 0 0 / 0.1); +} +.bg-text-status-danger\/20{ + background-color: rgb(184 0 0 / 0.2); +} +.bg-text-status-danger\/25{ + background-color: rgb(184 0 0 / 0.25); +} +.bg-text-status-danger\/30{ + background-color: rgb(184 0 0 / 0.3); +} +.bg-text-status-danger\/40{ + background-color: rgb(184 0 0 / 0.4); +} +.bg-text-status-danger\/50{ + background-color: rgb(184 0 0 / 0.5); +} +.bg-text-status-danger\/60{ + background-color: rgb(184 0 0 / 0.6); +} +.bg-text-status-danger\/70{ + background-color: rgb(184 0 0 / 0.7); +} +.bg-text-status-danger\/75{ + background-color: rgb(184 0 0 / 0.75); +} +.bg-text-status-danger\/80{ + background-color: rgb(184 0 0 / 0.8); +} +.bg-text-status-danger\/90{ + background-color: rgb(184 0 0 / 0.9); +} +.bg-text-status-danger\/95{ + background-color: rgb(184 0 0 / 0.95); +} +.bg-text-status-danger\/100{ + background-color: rgb(184 0 0 / 1); +} +.bg-text-status-sent\/0{ + background-color: rgb(221 142 10 / 0); +} +.bg-text-status-sent\/5{ + background-color: rgb(221 142 10 / 0.05); +} +.bg-text-status-sent\/10{ + background-color: rgb(221 142 10 / 0.1); +} +.bg-text-status-sent\/20{ + background-color: rgb(221 142 10 / 0.2); +} +.bg-text-status-sent\/25{ + background-color: rgb(221 142 10 / 0.25); +} +.bg-text-status-sent\/30{ + background-color: rgb(221 142 10 / 0.3); +} +.bg-text-status-sent\/40{ + background-color: rgb(221 142 10 / 0.4); +} +.bg-text-status-sent\/50{ + background-color: rgb(221 142 10 / 0.5); +} +.bg-text-status-sent\/60{ + background-color: rgb(221 142 10 / 0.6); +} +.bg-text-status-sent\/70{ + background-color: rgb(221 142 10 / 0.7); +} +.bg-text-status-sent\/75{ + background-color: rgb(221 142 10 / 0.75); +} +.bg-text-status-sent\/80{ + background-color: rgb(221 142 10 / 0.8); +} +.bg-text-status-sent\/90{ + background-color: rgb(221 142 10 / 0.9); +} +.bg-text-status-sent\/95{ + background-color: rgb(221 142 10 / 0.95); +} +.bg-text-status-sent\/100{ + background-color: rgb(221 142 10 / 1); +} +.bg-text-status-viewed\/0{ + background-color: rgb(77 79 125 / 0); +} +.bg-text-status-viewed\/5{ + background-color: rgb(77 79 125 / 0.05); +} +.bg-text-status-viewed\/10{ + background-color: rgb(77 79 125 / 0.1); +} +.bg-text-status-viewed\/20{ + background-color: rgb(77 79 125 / 0.2); +} +.bg-text-status-viewed\/25{ + background-color: rgb(77 79 125 / 0.25); +} +.bg-text-status-viewed\/30{ + background-color: rgb(77 79 125 / 0.3); +} +.bg-text-status-viewed\/40{ + background-color: rgb(77 79 125 / 0.4); +} +.bg-text-status-viewed\/50{ + background-color: rgb(77 79 125 / 0.5); +} +.bg-text-status-viewed\/60{ + background-color: rgb(77 79 125 / 0.6); +} +.bg-text-status-viewed\/70{ + background-color: rgb(77 79 125 / 0.7); +} +.bg-text-status-viewed\/75{ + background-color: rgb(77 79 125 / 0.75); +} +.bg-text-status-viewed\/80{ + background-color: rgb(77 79 125 / 0.8); +} +.bg-text-status-viewed\/90{ + background-color: rgb(77 79 125 / 0.9); +} +.bg-text-status-viewed\/95{ + background-color: rgb(77 79 125 / 0.95); +} +.bg-text-status-viewed\/100{ + background-color: rgb(77 79 125 / 1); +} +.bg-text-status-draft\/0{ + background-color: rgb(59 59 59 / 0); +} +.bg-text-status-draft\/5{ + background-color: rgb(59 59 59 / 0.05); +} +.bg-text-status-draft\/10{ + background-color: rgb(59 59 59 / 0.1); +} +.bg-text-status-draft\/20{ + background-color: rgb(59 59 59 / 0.2); +} +.bg-text-status-draft\/25{ + background-color: rgb(59 59 59 / 0.25); +} +.bg-text-status-draft\/30{ + background-color: rgb(59 59 59 / 0.3); +} +.bg-text-status-draft\/40{ + background-color: rgb(59 59 59 / 0.4); +} +.bg-text-status-draft\/50{ + background-color: rgb(59 59 59 / 0.5); +} +.bg-text-status-draft\/60{ + background-color: rgb(59 59 59 / 0.6); +} +.bg-text-status-draft\/70{ + background-color: rgb(59 59 59 / 0.7); +} +.bg-text-status-draft\/75{ + background-color: rgb(59 59 59 / 0.75); +} +.bg-text-status-draft\/80{ + background-color: rgb(59 59 59 / 0.8); +} +.bg-text-status-draft\/90{ + background-color: rgb(59 59 59 / 0.9); +} +.bg-text-status-draft\/95{ + background-color: rgb(59 59 59 / 0.95); +} +.bg-text-status-draft\/100{ + background-color: rgb(59 59 59 / 1); +} +.bg-text-status-partial\/0{ + background-color: rgb(0 99 149 / 0); +} +.bg-text-status-partial\/5{ + background-color: rgb(0 99 149 / 0.05); +} +.bg-text-status-partial\/10{ + background-color: rgb(0 99 149 / 0.1); +} +.bg-text-status-partial\/20{ + background-color: rgb(0 99 149 / 0.2); +} +.bg-text-status-partial\/25{ + background-color: rgb(0 99 149 / 0.25); +} +.bg-text-status-partial\/30{ + background-color: rgb(0 99 149 / 0.3); +} +.bg-text-status-partial\/40{ + background-color: rgb(0 99 149 / 0.4); +} +.bg-text-status-partial\/50{ + background-color: rgb(0 99 149 / 0.5); +} +.bg-text-status-partial\/60{ + background-color: rgb(0 99 149 / 0.6); +} +.bg-text-status-partial\/70{ + background-color: rgb(0 99 149 / 0.7); +} +.bg-text-status-partial\/75{ + background-color: rgb(0 99 149 / 0.75); +} +.bg-text-status-partial\/80{ + background-color: rgb(0 99 149 / 0.8); +} +.bg-text-status-partial\/90{ + background-color: rgb(0 99 149 / 0.9); +} +.bg-text-status-partial\/95{ + background-color: rgb(0 99 149 / 0.95); +} +.bg-text-status-partial\/100{ + background-color: rgb(0 99 149 / 1); +} +.bg-text-status-canceled\/0{ + background-color: rgb(255 255 255 / 0); +} +.bg-text-status-canceled\/5{ + background-color: rgb(255 255 255 / 0.05); +} +.bg-text-status-canceled\/10{ + background-color: rgb(255 255 255 / 0.1); +} +.bg-text-status-canceled\/20{ + background-color: rgb(255 255 255 / 0.2); +} +.bg-text-status-canceled\/25{ + background-color: rgb(255 255 255 / 0.25); +} +.bg-text-status-canceled\/30{ + background-color: rgb(255 255 255 / 0.3); +} +.bg-text-status-canceled\/40{ + background-color: rgb(255 255 255 / 0.4); +} +.bg-text-status-canceled\/50{ + background-color: rgb(255 255 255 / 0.5); +} +.bg-text-status-canceled\/60{ + background-color: rgb(255 255 255 / 0.6); +} +.bg-text-status-canceled\/70{ + background-color: rgb(255 255 255 / 0.7); +} +.bg-text-status-canceled\/75{ + background-color: rgb(255 255 255 / 0.75); +} +.bg-text-status-canceled\/80{ + background-color: rgb(255 255 255 / 0.8); +} +.bg-text-status-canceled\/90{ + background-color: rgb(255 255 255 / 0.9); +} +.bg-text-status-canceled\/95{ + background-color: rgb(255 255 255 / 0.95); +} +.bg-text-status-canceled\/100{ + background-color: rgb(255 255 255 / 1); +} +.bg-text-status-warning\/0{ + background-color: rgb(184 119 8 / 0); +} +.bg-text-status-warning\/5{ + background-color: rgb(184 119 8 / 0.05); +} +.bg-text-status-warning\/10{ + background-color: rgb(184 119 8 / 0.1); +} +.bg-text-status-warning\/20{ + background-color: rgb(184 119 8 / 0.2); +} +.bg-text-status-warning\/25{ + background-color: rgb(184 119 8 / 0.25); +} +.bg-text-status-warning\/30{ + background-color: rgb(184 119 8 / 0.3); +} +.bg-text-status-warning\/40{ + background-color: rgb(184 119 8 / 0.4); +} +.bg-text-status-warning\/50{ + background-color: rgb(184 119 8 / 0.5); +} +.bg-text-status-warning\/60{ + background-color: rgb(184 119 8 / 0.6); +} +.bg-text-status-warning\/70{ + background-color: rgb(184 119 8 / 0.7); +} +.bg-text-status-warning\/75{ + background-color: rgb(184 119 8 / 0.75); +} +.bg-text-status-warning\/80{ + background-color: rgb(184 119 8 / 0.8); +} +.bg-text-status-warning\/90{ + background-color: rgb(184 119 8 / 0.9); +} +.bg-text-status-warning\/95{ + background-color: rgb(184 119 8 / 0.95); +} +.bg-text-status-warning\/100{ + background-color: rgb(184 119 8 / 1); +} +.bg-body\/0{ + background-color: rgb(252 252 252 / 0); +} +.bg-body\/5{ + background-color: rgb(252 252 252 / 0.05); +} +.bg-body\/10{ + background-color: rgb(252 252 252 / 0.1); +} +.bg-body\/20{ + background-color: rgb(252 252 252 / 0.2); +} +.bg-body\/25{ + background-color: rgb(252 252 252 / 0.25); +} +.bg-body\/30{ + background-color: rgb(252 252 252 / 0.3); +} +.bg-body\/40{ + background-color: rgb(252 252 252 / 0.4); +} +.bg-body\/50{ + background-color: rgb(252 252 252 / 0.5); +} +.bg-body\/60{ + background-color: rgb(252 252 252 / 0.6); +} +.bg-body\/70{ + background-color: rgb(252 252 252 / 0.7); +} +.bg-body\/75{ + background-color: rgb(252 252 252 / 0.75); +} +.bg-body\/80{ + background-color: rgb(252 252 252 / 0.8); +} +.bg-body\/90{ + background-color: rgb(252 252 252 / 0.9); +} +.bg-body\/95{ + background-color: rgb(252 252 252 / 0.95); +} +.bg-body\/100{ + background-color: rgb(252 252 252 / 1); +} +.bg-light-gray\/0{ + background-color: rgb(199 201 217 / 0); +} +.bg-light-gray\/5{ + background-color: rgb(199 201 217 / 0.05); +} +.bg-light-gray\/10{ + background-color: rgb(199 201 217 / 0.1); +} +.bg-light-gray\/20{ + background-color: rgb(199 201 217 / 0.2); +} +.bg-light-gray\/25{ + background-color: rgb(199 201 217 / 0.25); +} +.bg-light-gray\/30{ + background-color: rgb(199 201 217 / 0.3); +} +.bg-light-gray\/40{ + background-color: rgb(199 201 217 / 0.4); +} +.bg-light-gray\/50{ + background-color: rgb(199 201 217 / 0.5); +} +.bg-light-gray\/60{ + background-color: rgb(199 201 217 / 0.6); +} +.bg-light-gray\/70{ + background-color: rgb(199 201 217 / 0.7); +} +.bg-light-gray\/75{ + background-color: rgb(199 201 217 / 0.75); +} +.bg-light-gray\/80{ + background-color: rgb(199 201 217 / 0.8); +} +.bg-light-gray\/90{ + background-color: rgb(199 201 217 / 0.9); +} +.bg-light-gray\/95{ + background-color: rgb(199 201 217 / 0.95); +} +.bg-light-gray\/100{ + background-color: rgb(199 201 217 / 1); +} +.bg-dark-blue\/0{ + background-color: rgb(21 40 75 / 0); +} +.bg-dark-blue\/5{ + background-color: rgb(21 40 75 / 0.05); +} +.bg-dark-blue\/10{ + background-color: rgb(21 40 75 / 0.1); +} +.bg-dark-blue\/20{ + background-color: rgb(21 40 75 / 0.2); +} +.bg-dark-blue\/25{ + background-color: rgb(21 40 75 / 0.25); +} +.bg-dark-blue\/30{ + background-color: rgb(21 40 75 / 0.3); +} +.bg-dark-blue\/40{ + background-color: rgb(21 40 75 / 0.4); +} +.bg-dark-blue\/50{ + background-color: rgb(21 40 75 / 0.5); +} +.bg-dark-blue\/60{ + background-color: rgb(21 40 75 / 0.6); +} +.bg-dark-blue\/70{ + background-color: rgb(21 40 75 / 0.7); +} +.bg-dark-blue\/75{ + background-color: rgb(21 40 75 / 0.75); +} +.bg-dark-blue\/80{ + background-color: rgb(21 40 75 / 0.8); +} +.bg-dark-blue\/90{ + background-color: rgb(21 40 75 / 0.9); +} +.bg-dark-blue\/95{ + background-color: rgb(21 40 75 / 0.95); +} +.bg-dark-blue\/100{ + background-color: rgb(21 40 75 / 1); +} +.bg-lighter-gray\/0{ + background-color: rgb(242 242 245 / 0); +} +.bg-lighter-gray\/5{ + background-color: rgb(242 242 245 / 0.05); +} +.bg-lighter-gray\/10{ + background-color: rgb(242 242 245 / 0.1); +} +.bg-lighter-gray\/20{ + background-color: rgb(242 242 245 / 0.2); +} +.bg-lighter-gray\/25{ + background-color: rgb(242 242 245 / 0.25); +} +.bg-lighter-gray\/30{ + background-color: rgb(242 242 245 / 0.3); +} +.bg-lighter-gray\/40{ + background-color: rgb(242 242 245 / 0.4); +} +.bg-lighter-gray\/50{ + background-color: rgb(242 242 245 / 0.5); +} +.bg-lighter-gray\/60{ + background-color: rgb(242 242 245 / 0.6); +} +.bg-lighter-gray\/70{ + background-color: rgb(242 242 245 / 0.7); +} +.bg-lighter-gray\/75{ + background-color: rgb(242 242 245 / 0.75); +} +.bg-lighter-gray\/80{ + background-color: rgb(242 242 245 / 0.8); +} +.bg-lighter-gray\/90{ + background-color: rgb(242 242 245 / 0.9); +} +.bg-lighter-gray\/95{ + background-color: rgb(242 242 245 / 0.95); +} +.bg-lighter-gray\/100{ + background-color: rgb(242 242 245 / 1); +} +.bg-purple-lighter\/0{ + background-color: rgb(242 244 252 / 0); +} +.bg-purple-lighter\/5{ + background-color: rgb(242 244 252 / 0.05); +} +.bg-purple-lighter\/10{ + background-color: rgb(242 244 252 / 0.1); +} +.bg-purple-lighter\/20{ + background-color: rgb(242 244 252 / 0.2); +} +.bg-purple-lighter\/25{ + background-color: rgb(242 244 252 / 0.25); +} +.bg-purple-lighter\/30{ + background-color: rgb(242 244 252 / 0.3); +} +.bg-purple-lighter\/40{ + background-color: rgb(242 244 252 / 0.4); +} +.bg-purple-lighter\/50{ + background-color: rgb(242 244 252 / 0.5); +} +.bg-purple-lighter\/60{ + background-color: rgb(242 244 252 / 0.6); +} +.bg-purple-lighter\/70{ + background-color: rgb(242 244 252 / 0.7); +} +.bg-purple-lighter\/75{ + background-color: rgb(242 244 252 / 0.75); +} +.bg-purple-lighter\/80{ + background-color: rgb(242 244 252 / 0.8); +} +.bg-purple-lighter\/90{ + background-color: rgb(242 244 252 / 0.9); +} +.bg-purple-lighter\/95{ + background-color: rgb(242 244 252 / 0.95); +} +.bg-purple-lighter\/100{ + background-color: rgb(242 244 252 / 1); +} +.bg-modal-background\/0{ + background-color: rgb(0 0 0 / 0); +} +.bg-modal-background\/5{ + background-color: rgb(0 0 0 / 0.05); +} +.bg-modal-background\/10{ + background-color: rgb(0 0 0 / 0.1); +} +.bg-modal-background\/20{ + background-color: rgb(0 0 0 / 0.2); +} +.bg-modal-background\/25{ + background-color: rgb(0 0 0 / 0.25); +} +.bg-modal-background\/30{ + background-color: rgb(0 0 0 / 0.3); +} +.bg-modal-background\/40{ + background-color: rgb(0 0 0 / 0.4); +} +.bg-modal-background\/50{ + background-color: rgb(0 0 0 / 0.5); +} +.bg-modal-background\/60{ + background-color: rgb(0 0 0 / 0.6); +} +.bg-modal-background\/70{ + background-color: rgb(0 0 0 / 0.7); +} +.bg-modal-background\/75{ + background-color: rgb(0 0 0 / 0.75); +} +.bg-modal-background\/80{ + background-color: rgb(0 0 0 / 0.8); +} +.bg-modal-background\/90{ + background-color: rgb(0 0 0 / 0.9); +} +.bg-modal-background\/95{ + background-color: rgb(0 0 0 / 0.95); +} +.bg-modal-background\/100{ + background-color: rgb(0 0 0 / 1); +} +.bg-testing\/0{ + background-color: rgb(147 95 7 / 0); +} +.bg-testing\/5{ + background-color: rgb(147 95 7 / 0.05); +} +.bg-testing\/10{ + background-color: rgb(147 95 7 / 0.1); +} +.bg-testing\/20{ + background-color: rgb(147 95 7 / 0.2); +} +.bg-testing\/25{ + background-color: rgb(147 95 7 / 0.25); +} +.bg-testing\/30{ + background-color: rgb(147 95 7 / 0.3); +} +.bg-testing\/40{ + background-color: rgb(147 95 7 / 0.4); +} +.bg-testing\/50{ + background-color: rgb(147 95 7 / 0.5); +} +.bg-testing\/60{ + background-color: rgb(147 95 7 / 0.6); +} +.bg-testing\/70{ + background-color: rgb(147 95 7 / 0.7); +} +.bg-testing\/75{ + background-color: rgb(147 95 7 / 0.75); +} +.bg-testing\/80{ + background-color: rgb(147 95 7 / 0.8); +} +.bg-testing\/90{ + background-color: rgb(147 95 7 / 0.9); +} +.bg-testing\/95{ + background-color: rgb(147 95 7 / 0.95); +} +.bg-testing\/100{ + background-color: rgb(147 95 7 / 1); +} .bg-opacity-0{ --tw-bg-opacity: 0; } @@ -26181,1893 +143426,38613 @@ input[type="date"]::-webkit-inner-spin-button, } .from-inherit{ --tw-gradient-from: inherit; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0)); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-current{ --tw-gradient-from: currentColor; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0)); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-transparent{ --tw-gradient-from: transparent; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0)); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-black-50{ --tw-gradient-from: #f6f6f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(246 246 246 / 0)); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-black-100{ --tw-gradient-from: #ececec; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(236 236 236 / 0)); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-black-200{ --tw-gradient-from: #d0d0d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(208 208 208 / 0)); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-black-300{ --tw-gradient-from: #b3b3b3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(179 179 179 / 0)); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-black-400{ --tw-gradient-from: #7b7b7b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(123 123 123 / 0)); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-black-500{ --tw-gradient-from: #424242; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(66 66 66 / 0)); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-black-600{ --tw-gradient-from: #3b3b3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(59 59 59 / 0)); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-black-700{ --tw-gradient-from: #323232; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(50 50 50 / 0)); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-black-800{ --tw-gradient-from: #282828; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(40 40 40 / 0)); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-black-900{ --tw-gradient-from: #202020; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(32 32 32 / 0)); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-black{ --tw-gradient-from: #424242; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(66 66 66 / 0)); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-white{ --tw-gradient-from: #ffffff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0)); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-slate-50{ --tw-gradient-from: #f8fafc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(248 250 252 / 0)); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-slate-100{ --tw-gradient-from: #f1f5f9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(241 245 249 / 0)); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-slate-200{ --tw-gradient-from: #e2e8f0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(226 232 240 / 0)); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-slate-300{ --tw-gradient-from: #cbd5e1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(203 213 225 / 0)); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-slate-400{ --tw-gradient-from: #94a3b8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(148 163 184 / 0)); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-slate-500{ --tw-gradient-from: #64748b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(100 116 139 / 0)); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-slate-600{ --tw-gradient-from: #475569; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(71 85 105 / 0)); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-slate-700{ --tw-gradient-from: #334155; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(51 65 85 / 0)); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-slate-800{ --tw-gradient-from: #1e293b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(30 41 59 / 0)); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-slate-900{ --tw-gradient-from: #0f172a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(15 23 42 / 0)); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-gray-50{ --tw-gradient-from: #F9FAFB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(249 250 251 / 0)); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-gray-100{ --tw-gradient-from: #F3F4F6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(243 244 246 / 0)); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-gray-200{ --tw-gradient-from: #E5E7EB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(229 231 235 / 0)); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-gray-300{ --tw-gradient-from: #D1D5DB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(209 213 219 / 0)); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-gray-400{ --tw-gradient-from: #9CA3AF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(156 163 175 / 0)); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-gray-500{ --tw-gradient-from: #6B7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(107 114 128 / 0)); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-gray-600{ --tw-gradient-from: #4B5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(75 85 99 / 0)); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-gray-700{ --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(55 65 81 / 0)); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-gray-800{ --tw-gradient-from: #1F2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(31 41 55 / 0)); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-gray-900{ --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(17 24 39 / 0)); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-zinc-50{ --tw-gradient-from: #fafafa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(250 250 250 / 0)); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-zinc-100{ --tw-gradient-from: #f4f4f5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(244 244 245 / 0)); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-zinc-200{ --tw-gradient-from: #e4e4e7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(228 228 231 / 0)); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-zinc-300{ --tw-gradient-from: #d4d4d8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(212 212 216 / 0)); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-zinc-400{ --tw-gradient-from: #a1a1aa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(161 161 170 / 0)); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-zinc-500{ --tw-gradient-from: #71717a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(113 113 122 / 0)); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-zinc-600{ --tw-gradient-from: #52525b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(82 82 91 / 0)); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-zinc-700{ --tw-gradient-from: #3f3f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(63 63 70 / 0)); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-zinc-800{ --tw-gradient-from: #27272a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(39 39 42 / 0)); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-zinc-900{ --tw-gradient-from: #18181b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(24 24 27 / 0)); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-neutral-50{ --tw-gradient-from: #fafafa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(250 250 250 / 0)); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-neutral-100{ --tw-gradient-from: #f5f5f5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(245 245 245 / 0)); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-neutral-200{ --tw-gradient-from: #e5e5e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(229 229 229 / 0)); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-neutral-300{ --tw-gradient-from: #d4d4d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(212 212 212 / 0)); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-neutral-400{ --tw-gradient-from: #a3a3a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(163 163 163 / 0)); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-neutral-500{ --tw-gradient-from: #737373; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(115 115 115 / 0)); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-neutral-600{ --tw-gradient-from: #525252; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(82 82 82 / 0)); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-neutral-700{ --tw-gradient-from: #404040; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(64 64 64 / 0)); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-neutral-800{ --tw-gradient-from: #262626; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(38 38 38 / 0)); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-neutral-900{ --tw-gradient-from: #171717; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(23 23 23 / 0)); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-stone-50{ --tw-gradient-from: #fafaf9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(250 250 249 / 0)); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-stone-100{ --tw-gradient-from: #f5f5f4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(245 245 244 / 0)); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-stone-200{ --tw-gradient-from: #e7e5e4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(231 229 228 / 0)); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-stone-300{ --tw-gradient-from: #d6d3d1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(214 211 209 / 0)); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-stone-400{ --tw-gradient-from: #a8a29e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(168 162 158 / 0)); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-stone-500{ --tw-gradient-from: #78716c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(120 113 108 / 0)); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-stone-600{ --tw-gradient-from: #57534e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(87 83 78 / 0)); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-stone-700{ --tw-gradient-from: #44403c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(68 64 60 / 0)); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-stone-800{ --tw-gradient-from: #292524; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(41 37 36 / 0)); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-stone-900{ --tw-gradient-from: #1c1917; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(28 25 23 / 0)); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-red-50{ --tw-gradient-from: #fcf2f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(252 242 242 / 0)); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-red-100{ --tw-gradient-from: #fae6e6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(250 230 230 / 0)); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-red-200{ --tw-gradient-from: #f2bfbf; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(242 191 191 / 0)); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-red-300{ --tw-gradient-from: #eb9999; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(235 153 153 / 0)); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-red-400{ --tw-gradient-from: #db4d4d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(219 77 77 / 0)); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-red-500{ --tw-gradient-from: #cc0000; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(204 0 0 / 0)); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-red-600{ --tw-gradient-from: #b80000; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(184 0 0 / 0)); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-red-700{ --tw-gradient-from: #990000; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(153 0 0 / 0)); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-red-800{ --tw-gradient-from: #7a0000; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(122 0 0 / 0)); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-red-900{ --tw-gradient-from: #640000; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(100 0 0 / 0)); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-red{ --tw-gradient-from: #cc0000; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(204 0 0 / 0)); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-orange-50{ --tw-gradient-from: #fffaf3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 250 243 / 0)); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-orange-100{ --tw-gradient-from: #fef5e7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(254 245 231 / 0)); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-orange-200{ --tw-gradient-from: #fde7c2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 231 194 / 0)); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-orange-300{ --tw-gradient-from: #fbd89d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(251 216 157 / 0)); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-orange-400{ --tw-gradient-from: #f8bb54; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(248 187 84 / 0)); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-orange-500{ --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(245 158 11 / 0)); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-orange-600{ --tw-gradient-from: #dd8e0a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(221 142 10 / 0)); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-orange-700{ --tw-gradient-from: #b87708; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(184 119 8 / 0)); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-orange-800{ --tw-gradient-from: #935f07; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(147 95 7 / 0)); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-orange-900{ --tw-gradient-from: #784d05; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(120 77 5 / 0)); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-orange{ --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(245 158 11 / 0)); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-amber-50{ --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 251 235 / 0)); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-amber-100{ --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(254 243 199 / 0)); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-amber-200{ --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 230 138 / 0)); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-amber-300{ --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(252 211 77 / 0)); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-amber-400{ --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(251 191 36 / 0)); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-amber-500{ --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(245 158 11 / 0)); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-amber-600{ --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(217 119 6 / 0)); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-amber-700{ --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(180 83 9 / 0)); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-amber-800{ --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(146 64 14 / 0)); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-amber-900{ --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(120 53 15 / 0)); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-yellow-50{ --tw-gradient-from: #FDFDEA; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 253 234 / 0)); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-yellow-100{ --tw-gradient-from: #FDF6B2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 246 178 / 0)); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-yellow-200{ --tw-gradient-from: #FCE96A; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(252 233 106 / 0)); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-yellow-300{ --tw-gradient-from: #FACA15; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(250 202 21 / 0)); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-yellow-400{ --tw-gradient-from: #E3A008; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(227 160 8 / 0)); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-yellow-500{ --tw-gradient-from: #C27803; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(194 120 3 / 0)); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-yellow-600{ --tw-gradient-from: #9F580A; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(159 88 10 / 0)); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-yellow-700{ --tw-gradient-from: #8E4B10; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(142 75 16 / 0)); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-yellow-800{ --tw-gradient-from: #723B13; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(114 59 19 / 0)); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-yellow-900{ --tw-gradient-from: #633112; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(99 49 18 / 0)); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lime-50{ --tw-gradient-from: #f7fee7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(247 254 231 / 0)); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lime-100{ --tw-gradient-from: #ecfccb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(236 252 203 / 0)); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lime-200{ --tw-gradient-from: #d9f99d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(217 249 157 / 0)); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lime-300{ --tw-gradient-from: #bef264; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(190 242 100 / 0)); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lime-400{ --tw-gradient-from: #a3e635; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(163 230 53 / 0)); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lime-500{ --tw-gradient-from: #84cc16; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(132 204 22 / 0)); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lime-600{ --tw-gradient-from: #65a30d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(101 163 13 / 0)); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lime-700{ --tw-gradient-from: #4d7c0f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(77 124 15 / 0)); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lime-800{ --tw-gradient-from: #3f6212; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(63 98 18 / 0)); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lime-900{ --tw-gradient-from: #365314; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(54 83 20 / 0)); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-green-50{ --tw-gradient-from: #f8faf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(248 250 246 / 0)); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-green-100{ --tw-gradient-from: #f1f6ee; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(241 246 238 / 0)); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-green-200{ --tw-gradient-from: #dbe8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(219 232 212 / 0)); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-green-300{ --tw-gradient-from: #c5d9ba; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(197 217 186 / 0)); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-green-400{ --tw-gradient-from: #9abd86; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(154 189 134 / 0)); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-green-500{ --tw-gradient-from: #6ea152; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(110 161 82 / 0)); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-green-600{ --tw-gradient-from: #63914a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(99 145 74 / 0)); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-green-700{ --tw-gradient-from: #53793e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(83 121 62 / 0)); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-green-800{ --tw-gradient-from: #426131; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(66 97 49 / 0)); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-green-900{ --tw-gradient-from: #364f28; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(54 79 40 / 0)); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-green{ --tw-gradient-from: #6ea152; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(110 161 82 / 0)); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-emerald-50{ --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(236 253 245 / 0)); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-emerald-100{ --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(209 250 229 / 0)); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-emerald-200{ --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(167 243 208 / 0)); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-emerald-300{ --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(110 231 183 / 0)); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-emerald-400{ --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(52 211 153 / 0)); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-emerald-500{ --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(16 185 129 / 0)); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-emerald-600{ --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(5 150 105 / 0)); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-emerald-700{ --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(4 120 87 / 0)); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-emerald-800{ --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 95 70 / 0)); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-emerald-900{ --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 78 59 / 0)); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-teal-50{ --tw-gradient-from: #EDFAFA; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(237 250 250 / 0)); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-teal-100{ --tw-gradient-from: #D5F5F6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(213 245 246 / 0)); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-teal-200{ --tw-gradient-from: #AFECEF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(175 236 239 / 0)); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-teal-300{ --tw-gradient-from: #7EDCE2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(126 220 226 / 0)); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-teal-400{ --tw-gradient-from: #16BDCA; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(22 189 202 / 0)); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-teal-500{ --tw-gradient-from: #0694A2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 148 162 / 0)); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-teal-600{ --tw-gradient-from: #047481; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(4 116 129 / 0)); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-teal-700{ --tw-gradient-from: #036672; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(3 102 114 / 0)); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-teal-800{ --tw-gradient-from: #05505C; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(5 80 92 / 0)); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-teal-900{ --tw-gradient-from: #014451; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(1 68 81 / 0)); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-cyan-50{ --tw-gradient-from: #ecfeff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(236 254 255 / 0)); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-cyan-100{ --tw-gradient-from: #cffafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(207 250 254 / 0)); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-cyan-200{ --tw-gradient-from: #a5f3fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(165 243 252 / 0)); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-cyan-300{ --tw-gradient-from: #67e8f9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(103 232 249 / 0)); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-cyan-400{ --tw-gradient-from: #22d3ee; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(34 211 238 / 0)); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-cyan-500{ --tw-gradient-from: #06b6d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 182 212 / 0)); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-cyan-600{ --tw-gradient-from: #0891b2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(8 145 178 / 0)); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-cyan-700{ --tw-gradient-from: #0e7490; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(14 116 144 / 0)); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-cyan-800{ --tw-gradient-from: #155e75; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(21 94 117 / 0)); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-cyan-900{ --tw-gradient-from: #164e63; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(22 78 99 / 0)); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-sky-50{ --tw-gradient-from: #f0f9ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(240 249 255 / 0)); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-sky-100{ --tw-gradient-from: #e0f2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(224 242 254 / 0)); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-sky-200{ --tw-gradient-from: #bae6fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(186 230 253 / 0)); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-sky-300{ --tw-gradient-from: #7dd3fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(125 211 252 / 0)); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-sky-400{ --tw-gradient-from: #38bdf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(56 189 248 / 0)); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-sky-500{ --tw-gradient-from: #0ea5e9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(14 165 233 / 0)); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-sky-600{ --tw-gradient-from: #0284c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(2 132 199 / 0)); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-sky-700{ --tw-gradient-from: #0369a1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(3 105 161 / 0)); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-sky-800{ --tw-gradient-from: #075985; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(7 89 133 / 0)); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-sky-900{ --tw-gradient-from: #0c4a6e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(12 74 110 / 0)); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-blue-50{ --tw-gradient-from: #f2f8fb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(242 248 251 / 0)); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-blue-100{ --tw-gradient-from: #e6f1f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(230 241 246 / 0)); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-blue-200{ --tw-gradient-from: #bfdbe9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(191 219 233 / 0)); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-blue-300{ --tw-gradient-from: #99c5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(153 197 219 / 0)); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-blue-400{ --tw-gradient-from: #4d9ac1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(77 154 193 / 0)); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-blue-500{ --tw-gradient-from: #006ea6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 110 166 / 0)); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-blue-600{ --tw-gradient-from: #006395; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 99 149 / 0)); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-blue-700{ --tw-gradient-from: #00537d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 83 125 / 0)); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-blue-800{ --tw-gradient-from: #004264; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 66 100 / 0)); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-blue-900{ --tw-gradient-from: #003651; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 54 81 / 0)); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-blue{ --tw-gradient-from: #006ea6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 110 166 / 0)); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-indigo-50{ --tw-gradient-from: #F0F5FF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(240 245 255 / 0)); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-indigo-100{ --tw-gradient-from: #E5EDFF; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(229 237 255 / 0)); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-indigo-200{ --tw-gradient-from: #CDDBFE; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(205 219 254 / 0)); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-indigo-300{ --tw-gradient-from: #B4C6FC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(180 198 252 / 0)); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-indigo-400{ --tw-gradient-from: #8DA2FB; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(141 162 251 / 0)); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-indigo-500{ --tw-gradient-from: #6875F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(104 117 245 / 0)); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-indigo-600{ --tw-gradient-from: #5850EC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(88 80 236 / 0)); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-indigo-700{ --tw-gradient-from: #5145CD; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(81 69 205 / 0)); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-indigo-800{ --tw-gradient-from: #42389D; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(66 56 157 / 0)); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-indigo-900{ --tw-gradient-from: #362F78; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(54 47 120 / 0)); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-violet-50{ --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(245 243 255 / 0)); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-violet-100{ --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(237 233 254 / 0)); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-violet-200{ --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(221 214 254 / 0)); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-violet-300{ --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(196 181 253 / 0)); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-violet-400{ --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(167 139 250 / 0)); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-violet-500{ --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(139 92 246 / 0)); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-violet-600{ --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(124 58 237 / 0)); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-violet-700{ --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(109 40 217 / 0)); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-violet-800{ --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(91 33 182 / 0)); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-violet-900{ --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(76 29 149 / 0)); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple-50{ --tw-gradient-from: #f7f7f9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(247 247 249 / 0)); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple-100{ --tw-gradient-from: #eeeef3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(238 238 243 / 0)); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple-200{ --tw-gradient-from: #d5d5e2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(213 213 226 / 0)); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple-300{ --tw-gradient-from: #bbbcd1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(187 188 209 / 0)); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple-400{ --tw-gradient-from: #888aae; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(136 138 174 / 0)); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple-500{ --tw-gradient-from: #55588b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(85 88 139 / 0)); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple-600{ --tw-gradient-from: #4d4f7d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(77 79 125 / 0)); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple-700{ --tw-gradient-from: #404268; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(64 66 104 / 0)); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple-800{ --tw-gradient-from: #333553; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(51 53 83 / 0)); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple-900{ --tw-gradient-from: #2a2b44; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(42 43 68 / 0)); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple{ --tw-gradient-from: #55588b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(85 88 139 / 0)); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-fuchsia-50{ --tw-gradient-from: #fdf4ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 244 255 / 0)); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-fuchsia-100{ --tw-gradient-from: #fae8ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(250 232 255 / 0)); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-fuchsia-200{ --tw-gradient-from: #f5d0fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(245 208 254 / 0)); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-fuchsia-300{ --tw-gradient-from: #f0abfc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(240 171 252 / 0)); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-fuchsia-400{ --tw-gradient-from: #e879f9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(232 121 249 / 0)); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-fuchsia-500{ --tw-gradient-from: #d946ef; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(217 70 239 / 0)); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-fuchsia-600{ --tw-gradient-from: #c026d3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(192 38 211 / 0)); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-fuchsia-700{ --tw-gradient-from: #a21caf; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(162 28 175 / 0)); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-fuchsia-800{ --tw-gradient-from: #86198f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(134 25 143 / 0)); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-fuchsia-900{ --tw-gradient-from: #701a75; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(112 26 117 / 0)); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-pink-50{ --tw-gradient-from: #FDF2F8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 242 248 / 0)); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-pink-100{ --tw-gradient-from: #FCE8F3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(252 232 243 / 0)); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-pink-200{ --tw-gradient-from: #FAD1E8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(250 209 232 / 0)); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-pink-300{ --tw-gradient-from: #F8B4D9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(248 180 217 / 0)); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-pink-400{ --tw-gradient-from: #F17EB8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(241 126 184 / 0)); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-pink-500{ --tw-gradient-from: #E74694; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(231 70 148 / 0)); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-pink-600{ --tw-gradient-from: #D61F69; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(214 31 105 / 0)); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-pink-700{ --tw-gradient-from: #BF125D; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(191 18 93 / 0)); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-pink-800{ --tw-gradient-from: #99154B; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(153 21 75 / 0)); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-pink-900{ --tw-gradient-from: #751A3D; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(117 26 61 / 0)); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-rose-50{ --tw-gradient-from: #fff1f2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 241 242 / 0)); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-rose-100{ --tw-gradient-from: #ffe4e6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 228 230 / 0)); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-rose-200{ --tw-gradient-from: #fecdd3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(254 205 211 / 0)); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-rose-300{ --tw-gradient-from: #fda4af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 164 175 / 0)); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-rose-400{ --tw-gradient-from: #fb7185; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(251 113 133 / 0)); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-rose-500{ --tw-gradient-from: #f43f5e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(244 63 94 / 0)); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-rose-600{ --tw-gradient-from: #e11d48; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(225 29 72 / 0)); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-rose-700{ --tw-gradient-from: #be123c; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(190 18 60 / 0)); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-rose-800{ --tw-gradient-from: #9f1239; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(159 18 57 / 0)); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-rose-900{ --tw-gradient-from: #881337; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(136 19 55 / 0)); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-rose{ --tw-gradient-from: #f43f5e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(244 63 94 / 0)); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lilac-100{ --tw-gradient-from: #F5F7FA; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(245 247 250 / 0)); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lilac-300{ --tw-gradient-from: #EDF0FC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(237 240 252 / 0)); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lilac-900{ --tw-gradient-from: #DCE2F9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(220 226 249 / 0)); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lilac{ --tw-gradient-from: #F8F9FE; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(248 249 254 / 0)); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-golden-900{ --tw-gradient-from: #BFB882; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(191 184 130 / 0)); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-golden{ --tw-gradient-from: #D1C989; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(209 201 137 / 0)); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-status-success{ --tw-gradient-from: #F1F6EE; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(241 246 238 / 0)); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-status-danger{ --tw-gradient-from: #fae6e6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(250 230 230 / 0)); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-status-sent{ --tw-gradient-from: #FEF5E7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(254 245 231 / 0)); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-status-viewed{ --tw-gradient-from: #EEEEF3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(238 238 243 / 0)); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-status-draft{ --tw-gradient-from: #ECECEC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(236 236 236 / 0)); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-status-partial{ --tw-gradient-from: #E6F1F6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(230 241 246 / 0)); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-status-canceled{ --tw-gradient-from: #282828; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(40 40 40 / 0)); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-status-warning{ --tw-gradient-from: #FEF5E7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(254 245 231 / 0)); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-text-status-success{ --tw-gradient-from: #63914A; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(99 145 74 / 0)); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-text-status-danger{ --tw-gradient-from: #B80000; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(184 0 0 / 0)); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-text-status-sent{ --tw-gradient-from: #DD8E0A; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(221 142 10 / 0)); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-text-status-viewed{ --tw-gradient-from: #4D4F7D; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(77 79 125 / 0)); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-text-status-draft{ --tw-gradient-from: #3B3B3B; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(59 59 59 / 0)); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-text-status-partial{ --tw-gradient-from: #006395; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 99 149 / 0)); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-text-status-canceled{ --tw-gradient-from: #ffffff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0)); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-text-status-warning{ --tw-gradient-from: #b87708; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(184 119 8 / 0)); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-body{ --tw-gradient-from: #fcfcfc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(252 252 252 / 0)); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-light-gray{ --tw-gradient-from: #C7C9D9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(199 201 217 / 0)); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-dark-blue{ --tw-gradient-from: #15284B; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(21 40 75 / 0)); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-lighter-gray{ --tw-gradient-from: #F2F2F5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(242 242 245 / 0)); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-purple-lighter{ --tw-gradient-from: #F2F4FC; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(242 244 252 / 0)); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-modal-background{ --tw-gradient-from: rgba(0, 0, 0, 0.3); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0)); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-testing{ --tw-gradient-from: #935f07; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(147 95 7 / 0)); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/0{ + --tw-gradient-from: rgb(0 0 0 / 0); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/5{ + --tw-gradient-from: rgb(0 0 0 / 0.05); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/10{ + --tw-gradient-from: rgb(0 0 0 / 0.1); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/20{ + --tw-gradient-from: rgb(0 0 0 / 0.2); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/25{ + --tw-gradient-from: rgb(0 0 0 / 0.25); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/30{ + --tw-gradient-from: rgb(0 0 0 / 0.3); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/40{ + --tw-gradient-from: rgb(0 0 0 / 0.4); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/50{ + --tw-gradient-from: rgb(0 0 0 / 0.5); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/60{ + --tw-gradient-from: rgb(0 0 0 / 0.6); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/70{ + --tw-gradient-from: rgb(0 0 0 / 0.7); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/75{ + --tw-gradient-from: rgb(0 0 0 / 0.75); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/80{ + --tw-gradient-from: rgb(0 0 0 / 0.8); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/90{ + --tw-gradient-from: rgb(0 0 0 / 0.9); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/95{ + --tw-gradient-from: rgb(0 0 0 / 0.95); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-transparent\/100{ + --tw-gradient-from: rgb(0 0 0 / 1); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/0{ + --tw-gradient-from: rgb(246 246 246 / 0); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/5{ + --tw-gradient-from: rgb(246 246 246 / 0.05); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/10{ + --tw-gradient-from: rgb(246 246 246 / 0.1); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/20{ + --tw-gradient-from: rgb(246 246 246 / 0.2); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/25{ + --tw-gradient-from: rgb(246 246 246 / 0.25); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/30{ + --tw-gradient-from: rgb(246 246 246 / 0.3); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/40{ + --tw-gradient-from: rgb(246 246 246 / 0.4); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/50{ + --tw-gradient-from: rgb(246 246 246 / 0.5); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/60{ + --tw-gradient-from: rgb(246 246 246 / 0.6); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/70{ + --tw-gradient-from: rgb(246 246 246 / 0.7); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/75{ + --tw-gradient-from: rgb(246 246 246 / 0.75); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/80{ + --tw-gradient-from: rgb(246 246 246 / 0.8); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/90{ + --tw-gradient-from: rgb(246 246 246 / 0.9); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/95{ + --tw-gradient-from: rgb(246 246 246 / 0.95); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-50\/100{ + --tw-gradient-from: rgb(246 246 246 / 1); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/0{ + --tw-gradient-from: rgb(236 236 236 / 0); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/5{ + --tw-gradient-from: rgb(236 236 236 / 0.05); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/10{ + --tw-gradient-from: rgb(236 236 236 / 0.1); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/20{ + --tw-gradient-from: rgb(236 236 236 / 0.2); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/25{ + --tw-gradient-from: rgb(236 236 236 / 0.25); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/30{ + --tw-gradient-from: rgb(236 236 236 / 0.3); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/40{ + --tw-gradient-from: rgb(236 236 236 / 0.4); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/50{ + --tw-gradient-from: rgb(236 236 236 / 0.5); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/60{ + --tw-gradient-from: rgb(236 236 236 / 0.6); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/70{ + --tw-gradient-from: rgb(236 236 236 / 0.7); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/75{ + --tw-gradient-from: rgb(236 236 236 / 0.75); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/80{ + --tw-gradient-from: rgb(236 236 236 / 0.8); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/90{ + --tw-gradient-from: rgb(236 236 236 / 0.9); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/95{ + --tw-gradient-from: rgb(236 236 236 / 0.95); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-100\/100{ + --tw-gradient-from: rgb(236 236 236 / 1); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/0{ + --tw-gradient-from: rgb(208 208 208 / 0); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/5{ + --tw-gradient-from: rgb(208 208 208 / 0.05); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/10{ + --tw-gradient-from: rgb(208 208 208 / 0.1); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/20{ + --tw-gradient-from: rgb(208 208 208 / 0.2); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/25{ + --tw-gradient-from: rgb(208 208 208 / 0.25); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/30{ + --tw-gradient-from: rgb(208 208 208 / 0.3); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/40{ + --tw-gradient-from: rgb(208 208 208 / 0.4); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/50{ + --tw-gradient-from: rgb(208 208 208 / 0.5); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/60{ + --tw-gradient-from: rgb(208 208 208 / 0.6); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/70{ + --tw-gradient-from: rgb(208 208 208 / 0.7); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/75{ + --tw-gradient-from: rgb(208 208 208 / 0.75); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/80{ + --tw-gradient-from: rgb(208 208 208 / 0.8); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/90{ + --tw-gradient-from: rgb(208 208 208 / 0.9); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/95{ + --tw-gradient-from: rgb(208 208 208 / 0.95); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-200\/100{ + --tw-gradient-from: rgb(208 208 208 / 1); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/0{ + --tw-gradient-from: rgb(179 179 179 / 0); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/5{ + --tw-gradient-from: rgb(179 179 179 / 0.05); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/10{ + --tw-gradient-from: rgb(179 179 179 / 0.1); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/20{ + --tw-gradient-from: rgb(179 179 179 / 0.2); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/25{ + --tw-gradient-from: rgb(179 179 179 / 0.25); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/30{ + --tw-gradient-from: rgb(179 179 179 / 0.3); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/40{ + --tw-gradient-from: rgb(179 179 179 / 0.4); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/50{ + --tw-gradient-from: rgb(179 179 179 / 0.5); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/60{ + --tw-gradient-from: rgb(179 179 179 / 0.6); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/70{ + --tw-gradient-from: rgb(179 179 179 / 0.7); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/75{ + --tw-gradient-from: rgb(179 179 179 / 0.75); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/80{ + --tw-gradient-from: rgb(179 179 179 / 0.8); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/90{ + --tw-gradient-from: rgb(179 179 179 / 0.9); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/95{ + --tw-gradient-from: rgb(179 179 179 / 0.95); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-300\/100{ + --tw-gradient-from: rgb(179 179 179 / 1); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/0{ + --tw-gradient-from: rgb(123 123 123 / 0); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/5{ + --tw-gradient-from: rgb(123 123 123 / 0.05); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/10{ + --tw-gradient-from: rgb(123 123 123 / 0.1); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/20{ + --tw-gradient-from: rgb(123 123 123 / 0.2); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/25{ + --tw-gradient-from: rgb(123 123 123 / 0.25); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/30{ + --tw-gradient-from: rgb(123 123 123 / 0.3); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/40{ + --tw-gradient-from: rgb(123 123 123 / 0.4); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/50{ + --tw-gradient-from: rgb(123 123 123 / 0.5); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/60{ + --tw-gradient-from: rgb(123 123 123 / 0.6); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/70{ + --tw-gradient-from: rgb(123 123 123 / 0.7); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/75{ + --tw-gradient-from: rgb(123 123 123 / 0.75); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/80{ + --tw-gradient-from: rgb(123 123 123 / 0.8); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/90{ + --tw-gradient-from: rgb(123 123 123 / 0.9); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/95{ + --tw-gradient-from: rgb(123 123 123 / 0.95); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-400\/100{ + --tw-gradient-from: rgb(123 123 123 / 1); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/0{ + --tw-gradient-from: rgb(66 66 66 / 0); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/5{ + --tw-gradient-from: rgb(66 66 66 / 0.05); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/10{ + --tw-gradient-from: rgb(66 66 66 / 0.1); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/20{ + --tw-gradient-from: rgb(66 66 66 / 0.2); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/25{ + --tw-gradient-from: rgb(66 66 66 / 0.25); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/30{ + --tw-gradient-from: rgb(66 66 66 / 0.3); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/40{ + --tw-gradient-from: rgb(66 66 66 / 0.4); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/50{ + --tw-gradient-from: rgb(66 66 66 / 0.5); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/60{ + --tw-gradient-from: rgb(66 66 66 / 0.6); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/70{ + --tw-gradient-from: rgb(66 66 66 / 0.7); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/75{ + --tw-gradient-from: rgb(66 66 66 / 0.75); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/80{ + --tw-gradient-from: rgb(66 66 66 / 0.8); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/90{ + --tw-gradient-from: rgb(66 66 66 / 0.9); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/95{ + --tw-gradient-from: rgb(66 66 66 / 0.95); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-500\/100{ + --tw-gradient-from: rgb(66 66 66 / 1); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/0{ + --tw-gradient-from: rgb(59 59 59 / 0); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/5{ + --tw-gradient-from: rgb(59 59 59 / 0.05); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/10{ + --tw-gradient-from: rgb(59 59 59 / 0.1); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/20{ + --tw-gradient-from: rgb(59 59 59 / 0.2); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/25{ + --tw-gradient-from: rgb(59 59 59 / 0.25); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/30{ + --tw-gradient-from: rgb(59 59 59 / 0.3); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/40{ + --tw-gradient-from: rgb(59 59 59 / 0.4); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/50{ + --tw-gradient-from: rgb(59 59 59 / 0.5); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/60{ + --tw-gradient-from: rgb(59 59 59 / 0.6); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/70{ + --tw-gradient-from: rgb(59 59 59 / 0.7); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/75{ + --tw-gradient-from: rgb(59 59 59 / 0.75); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/80{ + --tw-gradient-from: rgb(59 59 59 / 0.8); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/90{ + --tw-gradient-from: rgb(59 59 59 / 0.9); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/95{ + --tw-gradient-from: rgb(59 59 59 / 0.95); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-600\/100{ + --tw-gradient-from: rgb(59 59 59 / 1); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/0{ + --tw-gradient-from: rgb(50 50 50 / 0); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/5{ + --tw-gradient-from: rgb(50 50 50 / 0.05); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/10{ + --tw-gradient-from: rgb(50 50 50 / 0.1); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/20{ + --tw-gradient-from: rgb(50 50 50 / 0.2); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/25{ + --tw-gradient-from: rgb(50 50 50 / 0.25); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/30{ + --tw-gradient-from: rgb(50 50 50 / 0.3); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/40{ + --tw-gradient-from: rgb(50 50 50 / 0.4); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/50{ + --tw-gradient-from: rgb(50 50 50 / 0.5); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/60{ + --tw-gradient-from: rgb(50 50 50 / 0.6); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/70{ + --tw-gradient-from: rgb(50 50 50 / 0.7); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/75{ + --tw-gradient-from: rgb(50 50 50 / 0.75); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/80{ + --tw-gradient-from: rgb(50 50 50 / 0.8); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/90{ + --tw-gradient-from: rgb(50 50 50 / 0.9); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/95{ + --tw-gradient-from: rgb(50 50 50 / 0.95); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-700\/100{ + --tw-gradient-from: rgb(50 50 50 / 1); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/0{ + --tw-gradient-from: rgb(40 40 40 / 0); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/5{ + --tw-gradient-from: rgb(40 40 40 / 0.05); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/10{ + --tw-gradient-from: rgb(40 40 40 / 0.1); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/20{ + --tw-gradient-from: rgb(40 40 40 / 0.2); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/25{ + --tw-gradient-from: rgb(40 40 40 / 0.25); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/30{ + --tw-gradient-from: rgb(40 40 40 / 0.3); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/40{ + --tw-gradient-from: rgb(40 40 40 / 0.4); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/50{ + --tw-gradient-from: rgb(40 40 40 / 0.5); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/60{ + --tw-gradient-from: rgb(40 40 40 / 0.6); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/70{ + --tw-gradient-from: rgb(40 40 40 / 0.7); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/75{ + --tw-gradient-from: rgb(40 40 40 / 0.75); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/80{ + --tw-gradient-from: rgb(40 40 40 / 0.8); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/90{ + --tw-gradient-from: rgb(40 40 40 / 0.9); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/95{ + --tw-gradient-from: rgb(40 40 40 / 0.95); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-800\/100{ + --tw-gradient-from: rgb(40 40 40 / 1); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/0{ + --tw-gradient-from: rgb(32 32 32 / 0); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/5{ + --tw-gradient-from: rgb(32 32 32 / 0.05); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/10{ + --tw-gradient-from: rgb(32 32 32 / 0.1); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/20{ + --tw-gradient-from: rgb(32 32 32 / 0.2); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/25{ + --tw-gradient-from: rgb(32 32 32 / 0.25); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/30{ + --tw-gradient-from: rgb(32 32 32 / 0.3); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/40{ + --tw-gradient-from: rgb(32 32 32 / 0.4); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/50{ + --tw-gradient-from: rgb(32 32 32 / 0.5); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/60{ + --tw-gradient-from: rgb(32 32 32 / 0.6); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/70{ + --tw-gradient-from: rgb(32 32 32 / 0.7); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/75{ + --tw-gradient-from: rgb(32 32 32 / 0.75); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/80{ + --tw-gradient-from: rgb(32 32 32 / 0.8); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/90{ + --tw-gradient-from: rgb(32 32 32 / 0.9); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/95{ + --tw-gradient-from: rgb(32 32 32 / 0.95); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black-900\/100{ + --tw-gradient-from: rgb(32 32 32 / 1); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/0{ + --tw-gradient-from: rgb(66 66 66 / 0); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/5{ + --tw-gradient-from: rgb(66 66 66 / 0.05); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/10{ + --tw-gradient-from: rgb(66 66 66 / 0.1); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/20{ + --tw-gradient-from: rgb(66 66 66 / 0.2); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/25{ + --tw-gradient-from: rgb(66 66 66 / 0.25); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/30{ + --tw-gradient-from: rgb(66 66 66 / 0.3); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/40{ + --tw-gradient-from: rgb(66 66 66 / 0.4); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/50{ + --tw-gradient-from: rgb(66 66 66 / 0.5); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/60{ + --tw-gradient-from: rgb(66 66 66 / 0.6); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/70{ + --tw-gradient-from: rgb(66 66 66 / 0.7); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/75{ + --tw-gradient-from: rgb(66 66 66 / 0.75); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/80{ + --tw-gradient-from: rgb(66 66 66 / 0.8); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/90{ + --tw-gradient-from: rgb(66 66 66 / 0.9); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/95{ + --tw-gradient-from: rgb(66 66 66 / 0.95); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-black\/100{ + --tw-gradient-from: rgb(66 66 66 / 1); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/0{ + --tw-gradient-from: rgb(255 255 255 / 0); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/5{ + --tw-gradient-from: rgb(255 255 255 / 0.05); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/10{ + --tw-gradient-from: rgb(255 255 255 / 0.1); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/20{ + --tw-gradient-from: rgb(255 255 255 / 0.2); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/25{ + --tw-gradient-from: rgb(255 255 255 / 0.25); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/30{ + --tw-gradient-from: rgb(255 255 255 / 0.3); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/40{ + --tw-gradient-from: rgb(255 255 255 / 0.4); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/50{ + --tw-gradient-from: rgb(255 255 255 / 0.5); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/60{ + --tw-gradient-from: rgb(255 255 255 / 0.6); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/70{ + --tw-gradient-from: rgb(255 255 255 / 0.7); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/75{ + --tw-gradient-from: rgb(255 255 255 / 0.75); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/80{ + --tw-gradient-from: rgb(255 255 255 / 0.8); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/90{ + --tw-gradient-from: rgb(255 255 255 / 0.9); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/95{ + --tw-gradient-from: rgb(255 255 255 / 0.95); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-white\/100{ + --tw-gradient-from: rgb(255 255 255 / 1); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/0{ + --tw-gradient-from: rgb(248 250 252 / 0); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/5{ + --tw-gradient-from: rgb(248 250 252 / 0.05); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/10{ + --tw-gradient-from: rgb(248 250 252 / 0.1); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/20{ + --tw-gradient-from: rgb(248 250 252 / 0.2); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/25{ + --tw-gradient-from: rgb(248 250 252 / 0.25); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/30{ + --tw-gradient-from: rgb(248 250 252 / 0.3); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/40{ + --tw-gradient-from: rgb(248 250 252 / 0.4); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/50{ + --tw-gradient-from: rgb(248 250 252 / 0.5); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/60{ + --tw-gradient-from: rgb(248 250 252 / 0.6); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/70{ + --tw-gradient-from: rgb(248 250 252 / 0.7); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/75{ + --tw-gradient-from: rgb(248 250 252 / 0.75); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/80{ + --tw-gradient-from: rgb(248 250 252 / 0.8); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/90{ + --tw-gradient-from: rgb(248 250 252 / 0.9); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/95{ + --tw-gradient-from: rgb(248 250 252 / 0.95); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-50\/100{ + --tw-gradient-from: rgb(248 250 252 / 1); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/0{ + --tw-gradient-from: rgb(241 245 249 / 0); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/5{ + --tw-gradient-from: rgb(241 245 249 / 0.05); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/10{ + --tw-gradient-from: rgb(241 245 249 / 0.1); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/20{ + --tw-gradient-from: rgb(241 245 249 / 0.2); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/25{ + --tw-gradient-from: rgb(241 245 249 / 0.25); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/30{ + --tw-gradient-from: rgb(241 245 249 / 0.3); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/40{ + --tw-gradient-from: rgb(241 245 249 / 0.4); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/50{ + --tw-gradient-from: rgb(241 245 249 / 0.5); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/60{ + --tw-gradient-from: rgb(241 245 249 / 0.6); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/70{ + --tw-gradient-from: rgb(241 245 249 / 0.7); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/75{ + --tw-gradient-from: rgb(241 245 249 / 0.75); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/80{ + --tw-gradient-from: rgb(241 245 249 / 0.8); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/90{ + --tw-gradient-from: rgb(241 245 249 / 0.9); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/95{ + --tw-gradient-from: rgb(241 245 249 / 0.95); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-100\/100{ + --tw-gradient-from: rgb(241 245 249 / 1); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/0{ + --tw-gradient-from: rgb(226 232 240 / 0); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/5{ + --tw-gradient-from: rgb(226 232 240 / 0.05); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/10{ + --tw-gradient-from: rgb(226 232 240 / 0.1); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/20{ + --tw-gradient-from: rgb(226 232 240 / 0.2); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/25{ + --tw-gradient-from: rgb(226 232 240 / 0.25); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/30{ + --tw-gradient-from: rgb(226 232 240 / 0.3); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/40{ + --tw-gradient-from: rgb(226 232 240 / 0.4); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/50{ + --tw-gradient-from: rgb(226 232 240 / 0.5); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/60{ + --tw-gradient-from: rgb(226 232 240 / 0.6); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/70{ + --tw-gradient-from: rgb(226 232 240 / 0.7); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/75{ + --tw-gradient-from: rgb(226 232 240 / 0.75); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/80{ + --tw-gradient-from: rgb(226 232 240 / 0.8); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/90{ + --tw-gradient-from: rgb(226 232 240 / 0.9); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/95{ + --tw-gradient-from: rgb(226 232 240 / 0.95); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-200\/100{ + --tw-gradient-from: rgb(226 232 240 / 1); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/0{ + --tw-gradient-from: rgb(203 213 225 / 0); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/5{ + --tw-gradient-from: rgb(203 213 225 / 0.05); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/10{ + --tw-gradient-from: rgb(203 213 225 / 0.1); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/20{ + --tw-gradient-from: rgb(203 213 225 / 0.2); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/25{ + --tw-gradient-from: rgb(203 213 225 / 0.25); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/30{ + --tw-gradient-from: rgb(203 213 225 / 0.3); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/40{ + --tw-gradient-from: rgb(203 213 225 / 0.4); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/50{ + --tw-gradient-from: rgb(203 213 225 / 0.5); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/60{ + --tw-gradient-from: rgb(203 213 225 / 0.6); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/70{ + --tw-gradient-from: rgb(203 213 225 / 0.7); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/75{ + --tw-gradient-from: rgb(203 213 225 / 0.75); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/80{ + --tw-gradient-from: rgb(203 213 225 / 0.8); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/90{ + --tw-gradient-from: rgb(203 213 225 / 0.9); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/95{ + --tw-gradient-from: rgb(203 213 225 / 0.95); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-300\/100{ + --tw-gradient-from: rgb(203 213 225 / 1); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/0{ + --tw-gradient-from: rgb(148 163 184 / 0); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/5{ + --tw-gradient-from: rgb(148 163 184 / 0.05); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/10{ + --tw-gradient-from: rgb(148 163 184 / 0.1); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/20{ + --tw-gradient-from: rgb(148 163 184 / 0.2); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/25{ + --tw-gradient-from: rgb(148 163 184 / 0.25); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/30{ + --tw-gradient-from: rgb(148 163 184 / 0.3); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/40{ + --tw-gradient-from: rgb(148 163 184 / 0.4); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/50{ + --tw-gradient-from: rgb(148 163 184 / 0.5); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/60{ + --tw-gradient-from: rgb(148 163 184 / 0.6); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/70{ + --tw-gradient-from: rgb(148 163 184 / 0.7); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/75{ + --tw-gradient-from: rgb(148 163 184 / 0.75); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/80{ + --tw-gradient-from: rgb(148 163 184 / 0.8); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/90{ + --tw-gradient-from: rgb(148 163 184 / 0.9); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/95{ + --tw-gradient-from: rgb(148 163 184 / 0.95); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-400\/100{ + --tw-gradient-from: rgb(148 163 184 / 1); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/0{ + --tw-gradient-from: rgb(100 116 139 / 0); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/5{ + --tw-gradient-from: rgb(100 116 139 / 0.05); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/10{ + --tw-gradient-from: rgb(100 116 139 / 0.1); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/20{ + --tw-gradient-from: rgb(100 116 139 / 0.2); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/25{ + --tw-gradient-from: rgb(100 116 139 / 0.25); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/30{ + --tw-gradient-from: rgb(100 116 139 / 0.3); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/40{ + --tw-gradient-from: rgb(100 116 139 / 0.4); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/50{ + --tw-gradient-from: rgb(100 116 139 / 0.5); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/60{ + --tw-gradient-from: rgb(100 116 139 / 0.6); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/70{ + --tw-gradient-from: rgb(100 116 139 / 0.7); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/75{ + --tw-gradient-from: rgb(100 116 139 / 0.75); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/80{ + --tw-gradient-from: rgb(100 116 139 / 0.8); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/90{ + --tw-gradient-from: rgb(100 116 139 / 0.9); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/95{ + --tw-gradient-from: rgb(100 116 139 / 0.95); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-500\/100{ + --tw-gradient-from: rgb(100 116 139 / 1); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/0{ + --tw-gradient-from: rgb(71 85 105 / 0); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/5{ + --tw-gradient-from: rgb(71 85 105 / 0.05); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/10{ + --tw-gradient-from: rgb(71 85 105 / 0.1); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/20{ + --tw-gradient-from: rgb(71 85 105 / 0.2); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/25{ + --tw-gradient-from: rgb(71 85 105 / 0.25); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/30{ + --tw-gradient-from: rgb(71 85 105 / 0.3); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/40{ + --tw-gradient-from: rgb(71 85 105 / 0.4); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/50{ + --tw-gradient-from: rgb(71 85 105 / 0.5); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/60{ + --tw-gradient-from: rgb(71 85 105 / 0.6); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/70{ + --tw-gradient-from: rgb(71 85 105 / 0.7); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/75{ + --tw-gradient-from: rgb(71 85 105 / 0.75); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/80{ + --tw-gradient-from: rgb(71 85 105 / 0.8); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/90{ + --tw-gradient-from: rgb(71 85 105 / 0.9); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/95{ + --tw-gradient-from: rgb(71 85 105 / 0.95); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-600\/100{ + --tw-gradient-from: rgb(71 85 105 / 1); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/0{ + --tw-gradient-from: rgb(51 65 85 / 0); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/5{ + --tw-gradient-from: rgb(51 65 85 / 0.05); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/10{ + --tw-gradient-from: rgb(51 65 85 / 0.1); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/20{ + --tw-gradient-from: rgb(51 65 85 / 0.2); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/25{ + --tw-gradient-from: rgb(51 65 85 / 0.25); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/30{ + --tw-gradient-from: rgb(51 65 85 / 0.3); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/40{ + --tw-gradient-from: rgb(51 65 85 / 0.4); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/50{ + --tw-gradient-from: rgb(51 65 85 / 0.5); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/60{ + --tw-gradient-from: rgb(51 65 85 / 0.6); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/70{ + --tw-gradient-from: rgb(51 65 85 / 0.7); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/75{ + --tw-gradient-from: rgb(51 65 85 / 0.75); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/80{ + --tw-gradient-from: rgb(51 65 85 / 0.8); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/90{ + --tw-gradient-from: rgb(51 65 85 / 0.9); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/95{ + --tw-gradient-from: rgb(51 65 85 / 0.95); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-700\/100{ + --tw-gradient-from: rgb(51 65 85 / 1); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/0{ + --tw-gradient-from: rgb(30 41 59 / 0); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/5{ + --tw-gradient-from: rgb(30 41 59 / 0.05); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/10{ + --tw-gradient-from: rgb(30 41 59 / 0.1); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/20{ + --tw-gradient-from: rgb(30 41 59 / 0.2); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/25{ + --tw-gradient-from: rgb(30 41 59 / 0.25); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/30{ + --tw-gradient-from: rgb(30 41 59 / 0.3); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/40{ + --tw-gradient-from: rgb(30 41 59 / 0.4); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/50{ + --tw-gradient-from: rgb(30 41 59 / 0.5); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/60{ + --tw-gradient-from: rgb(30 41 59 / 0.6); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/70{ + --tw-gradient-from: rgb(30 41 59 / 0.7); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/75{ + --tw-gradient-from: rgb(30 41 59 / 0.75); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/80{ + --tw-gradient-from: rgb(30 41 59 / 0.8); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/90{ + --tw-gradient-from: rgb(30 41 59 / 0.9); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/95{ + --tw-gradient-from: rgb(30 41 59 / 0.95); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-800\/100{ + --tw-gradient-from: rgb(30 41 59 / 1); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/0{ + --tw-gradient-from: rgb(15 23 42 / 0); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/5{ + --tw-gradient-from: rgb(15 23 42 / 0.05); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/10{ + --tw-gradient-from: rgb(15 23 42 / 0.1); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/20{ + --tw-gradient-from: rgb(15 23 42 / 0.2); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/25{ + --tw-gradient-from: rgb(15 23 42 / 0.25); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/30{ + --tw-gradient-from: rgb(15 23 42 / 0.3); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/40{ + --tw-gradient-from: rgb(15 23 42 / 0.4); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/50{ + --tw-gradient-from: rgb(15 23 42 / 0.5); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/60{ + --tw-gradient-from: rgb(15 23 42 / 0.6); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/70{ + --tw-gradient-from: rgb(15 23 42 / 0.7); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/75{ + --tw-gradient-from: rgb(15 23 42 / 0.75); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/80{ + --tw-gradient-from: rgb(15 23 42 / 0.8); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/90{ + --tw-gradient-from: rgb(15 23 42 / 0.9); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/95{ + --tw-gradient-from: rgb(15 23 42 / 0.95); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-slate-900\/100{ + --tw-gradient-from: rgb(15 23 42 / 1); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/0{ + --tw-gradient-from: rgb(249 250 251 / 0); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/5{ + --tw-gradient-from: rgb(249 250 251 / 0.05); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/10{ + --tw-gradient-from: rgb(249 250 251 / 0.1); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/20{ + --tw-gradient-from: rgb(249 250 251 / 0.2); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/25{ + --tw-gradient-from: rgb(249 250 251 / 0.25); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/30{ + --tw-gradient-from: rgb(249 250 251 / 0.3); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/40{ + --tw-gradient-from: rgb(249 250 251 / 0.4); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/50{ + --tw-gradient-from: rgb(249 250 251 / 0.5); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/60{ + --tw-gradient-from: rgb(249 250 251 / 0.6); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/70{ + --tw-gradient-from: rgb(249 250 251 / 0.7); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/75{ + --tw-gradient-from: rgb(249 250 251 / 0.75); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/80{ + --tw-gradient-from: rgb(249 250 251 / 0.8); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/90{ + --tw-gradient-from: rgb(249 250 251 / 0.9); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/95{ + --tw-gradient-from: rgb(249 250 251 / 0.95); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-50\/100{ + --tw-gradient-from: rgb(249 250 251 / 1); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/0{ + --tw-gradient-from: rgb(243 244 246 / 0); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/5{ + --tw-gradient-from: rgb(243 244 246 / 0.05); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/10{ + --tw-gradient-from: rgb(243 244 246 / 0.1); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/20{ + --tw-gradient-from: rgb(243 244 246 / 0.2); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/25{ + --tw-gradient-from: rgb(243 244 246 / 0.25); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/30{ + --tw-gradient-from: rgb(243 244 246 / 0.3); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/40{ + --tw-gradient-from: rgb(243 244 246 / 0.4); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/50{ + --tw-gradient-from: rgb(243 244 246 / 0.5); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/60{ + --tw-gradient-from: rgb(243 244 246 / 0.6); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/70{ + --tw-gradient-from: rgb(243 244 246 / 0.7); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/75{ + --tw-gradient-from: rgb(243 244 246 / 0.75); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/80{ + --tw-gradient-from: rgb(243 244 246 / 0.8); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/90{ + --tw-gradient-from: rgb(243 244 246 / 0.9); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/95{ + --tw-gradient-from: rgb(243 244 246 / 0.95); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-100\/100{ + --tw-gradient-from: rgb(243 244 246 / 1); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/0{ + --tw-gradient-from: rgb(229 231 235 / 0); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/5{ + --tw-gradient-from: rgb(229 231 235 / 0.05); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/10{ + --tw-gradient-from: rgb(229 231 235 / 0.1); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/20{ + --tw-gradient-from: rgb(229 231 235 / 0.2); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/25{ + --tw-gradient-from: rgb(229 231 235 / 0.25); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/30{ + --tw-gradient-from: rgb(229 231 235 / 0.3); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/40{ + --tw-gradient-from: rgb(229 231 235 / 0.4); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/50{ + --tw-gradient-from: rgb(229 231 235 / 0.5); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/60{ + --tw-gradient-from: rgb(229 231 235 / 0.6); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/70{ + --tw-gradient-from: rgb(229 231 235 / 0.7); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/75{ + --tw-gradient-from: rgb(229 231 235 / 0.75); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/80{ + --tw-gradient-from: rgb(229 231 235 / 0.8); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/90{ + --tw-gradient-from: rgb(229 231 235 / 0.9); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/95{ + --tw-gradient-from: rgb(229 231 235 / 0.95); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-200\/100{ + --tw-gradient-from: rgb(229 231 235 / 1); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/0{ + --tw-gradient-from: rgb(209 213 219 / 0); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/5{ + --tw-gradient-from: rgb(209 213 219 / 0.05); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/10{ + --tw-gradient-from: rgb(209 213 219 / 0.1); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/20{ + --tw-gradient-from: rgb(209 213 219 / 0.2); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/25{ + --tw-gradient-from: rgb(209 213 219 / 0.25); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/30{ + --tw-gradient-from: rgb(209 213 219 / 0.3); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/40{ + --tw-gradient-from: rgb(209 213 219 / 0.4); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/50{ + --tw-gradient-from: rgb(209 213 219 / 0.5); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/60{ + --tw-gradient-from: rgb(209 213 219 / 0.6); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/70{ + --tw-gradient-from: rgb(209 213 219 / 0.7); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/75{ + --tw-gradient-from: rgb(209 213 219 / 0.75); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/80{ + --tw-gradient-from: rgb(209 213 219 / 0.8); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/90{ + --tw-gradient-from: rgb(209 213 219 / 0.9); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/95{ + --tw-gradient-from: rgb(209 213 219 / 0.95); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-300\/100{ + --tw-gradient-from: rgb(209 213 219 / 1); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/0{ + --tw-gradient-from: rgb(156 163 175 / 0); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/5{ + --tw-gradient-from: rgb(156 163 175 / 0.05); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/10{ + --tw-gradient-from: rgb(156 163 175 / 0.1); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/20{ + --tw-gradient-from: rgb(156 163 175 / 0.2); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/25{ + --tw-gradient-from: rgb(156 163 175 / 0.25); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/30{ + --tw-gradient-from: rgb(156 163 175 / 0.3); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/40{ + --tw-gradient-from: rgb(156 163 175 / 0.4); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/50{ + --tw-gradient-from: rgb(156 163 175 / 0.5); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/60{ + --tw-gradient-from: rgb(156 163 175 / 0.6); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/70{ + --tw-gradient-from: rgb(156 163 175 / 0.7); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/75{ + --tw-gradient-from: rgb(156 163 175 / 0.75); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/80{ + --tw-gradient-from: rgb(156 163 175 / 0.8); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/90{ + --tw-gradient-from: rgb(156 163 175 / 0.9); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/95{ + --tw-gradient-from: rgb(156 163 175 / 0.95); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-400\/100{ + --tw-gradient-from: rgb(156 163 175 / 1); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/0{ + --tw-gradient-from: rgb(107 114 128 / 0); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/5{ + --tw-gradient-from: rgb(107 114 128 / 0.05); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/10{ + --tw-gradient-from: rgb(107 114 128 / 0.1); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/20{ + --tw-gradient-from: rgb(107 114 128 / 0.2); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/25{ + --tw-gradient-from: rgb(107 114 128 / 0.25); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/30{ + --tw-gradient-from: rgb(107 114 128 / 0.3); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/40{ + --tw-gradient-from: rgb(107 114 128 / 0.4); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/50{ + --tw-gradient-from: rgb(107 114 128 / 0.5); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/60{ + --tw-gradient-from: rgb(107 114 128 / 0.6); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/70{ + --tw-gradient-from: rgb(107 114 128 / 0.7); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/75{ + --tw-gradient-from: rgb(107 114 128 / 0.75); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/80{ + --tw-gradient-from: rgb(107 114 128 / 0.8); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/90{ + --tw-gradient-from: rgb(107 114 128 / 0.9); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/95{ + --tw-gradient-from: rgb(107 114 128 / 0.95); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-500\/100{ + --tw-gradient-from: rgb(107 114 128 / 1); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/0{ + --tw-gradient-from: rgb(75 85 99 / 0); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/5{ + --tw-gradient-from: rgb(75 85 99 / 0.05); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/10{ + --tw-gradient-from: rgb(75 85 99 / 0.1); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/20{ + --tw-gradient-from: rgb(75 85 99 / 0.2); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/25{ + --tw-gradient-from: rgb(75 85 99 / 0.25); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/30{ + --tw-gradient-from: rgb(75 85 99 / 0.3); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/40{ + --tw-gradient-from: rgb(75 85 99 / 0.4); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/50{ + --tw-gradient-from: rgb(75 85 99 / 0.5); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/60{ + --tw-gradient-from: rgb(75 85 99 / 0.6); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/70{ + --tw-gradient-from: rgb(75 85 99 / 0.7); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/75{ + --tw-gradient-from: rgb(75 85 99 / 0.75); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/80{ + --tw-gradient-from: rgb(75 85 99 / 0.8); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/90{ + --tw-gradient-from: rgb(75 85 99 / 0.9); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/95{ + --tw-gradient-from: rgb(75 85 99 / 0.95); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-600\/100{ + --tw-gradient-from: rgb(75 85 99 / 1); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/0{ + --tw-gradient-from: rgb(55 65 81 / 0); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/5{ + --tw-gradient-from: rgb(55 65 81 / 0.05); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/10{ + --tw-gradient-from: rgb(55 65 81 / 0.1); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/20{ + --tw-gradient-from: rgb(55 65 81 / 0.2); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/25{ + --tw-gradient-from: rgb(55 65 81 / 0.25); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/30{ + --tw-gradient-from: rgb(55 65 81 / 0.3); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/40{ + --tw-gradient-from: rgb(55 65 81 / 0.4); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/50{ + --tw-gradient-from: rgb(55 65 81 / 0.5); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/60{ + --tw-gradient-from: rgb(55 65 81 / 0.6); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/70{ + --tw-gradient-from: rgb(55 65 81 / 0.7); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/75{ + --tw-gradient-from: rgb(55 65 81 / 0.75); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/80{ + --tw-gradient-from: rgb(55 65 81 / 0.8); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/90{ + --tw-gradient-from: rgb(55 65 81 / 0.9); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/95{ + --tw-gradient-from: rgb(55 65 81 / 0.95); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-700\/100{ + --tw-gradient-from: rgb(55 65 81 / 1); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/0{ + --tw-gradient-from: rgb(31 41 55 / 0); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/5{ + --tw-gradient-from: rgb(31 41 55 / 0.05); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/10{ + --tw-gradient-from: rgb(31 41 55 / 0.1); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/20{ + --tw-gradient-from: rgb(31 41 55 / 0.2); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/25{ + --tw-gradient-from: rgb(31 41 55 / 0.25); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/30{ + --tw-gradient-from: rgb(31 41 55 / 0.3); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/40{ + --tw-gradient-from: rgb(31 41 55 / 0.4); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/50{ + --tw-gradient-from: rgb(31 41 55 / 0.5); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/60{ + --tw-gradient-from: rgb(31 41 55 / 0.6); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/70{ + --tw-gradient-from: rgb(31 41 55 / 0.7); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/75{ + --tw-gradient-from: rgb(31 41 55 / 0.75); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/80{ + --tw-gradient-from: rgb(31 41 55 / 0.8); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/90{ + --tw-gradient-from: rgb(31 41 55 / 0.9); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/95{ + --tw-gradient-from: rgb(31 41 55 / 0.95); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-800\/100{ + --tw-gradient-from: rgb(31 41 55 / 1); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/0{ + --tw-gradient-from: rgb(17 24 39 / 0); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/5{ + --tw-gradient-from: rgb(17 24 39 / 0.05); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/10{ + --tw-gradient-from: rgb(17 24 39 / 0.1); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/20{ + --tw-gradient-from: rgb(17 24 39 / 0.2); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/25{ + --tw-gradient-from: rgb(17 24 39 / 0.25); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/30{ + --tw-gradient-from: rgb(17 24 39 / 0.3); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/40{ + --tw-gradient-from: rgb(17 24 39 / 0.4); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/50{ + --tw-gradient-from: rgb(17 24 39 / 0.5); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/60{ + --tw-gradient-from: rgb(17 24 39 / 0.6); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/70{ + --tw-gradient-from: rgb(17 24 39 / 0.7); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/75{ + --tw-gradient-from: rgb(17 24 39 / 0.75); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/80{ + --tw-gradient-from: rgb(17 24 39 / 0.8); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/90{ + --tw-gradient-from: rgb(17 24 39 / 0.9); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/95{ + --tw-gradient-from: rgb(17 24 39 / 0.95); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-gray-900\/100{ + --tw-gradient-from: rgb(17 24 39 / 1); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/0{ + --tw-gradient-from: rgb(250 250 250 / 0); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/5{ + --tw-gradient-from: rgb(250 250 250 / 0.05); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/10{ + --tw-gradient-from: rgb(250 250 250 / 0.1); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/20{ + --tw-gradient-from: rgb(250 250 250 / 0.2); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/25{ + --tw-gradient-from: rgb(250 250 250 / 0.25); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/30{ + --tw-gradient-from: rgb(250 250 250 / 0.3); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/40{ + --tw-gradient-from: rgb(250 250 250 / 0.4); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/50{ + --tw-gradient-from: rgb(250 250 250 / 0.5); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/60{ + --tw-gradient-from: rgb(250 250 250 / 0.6); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/70{ + --tw-gradient-from: rgb(250 250 250 / 0.7); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/75{ + --tw-gradient-from: rgb(250 250 250 / 0.75); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/80{ + --tw-gradient-from: rgb(250 250 250 / 0.8); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/90{ + --tw-gradient-from: rgb(250 250 250 / 0.9); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/95{ + --tw-gradient-from: rgb(250 250 250 / 0.95); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-50\/100{ + --tw-gradient-from: rgb(250 250 250 / 1); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/0{ + --tw-gradient-from: rgb(244 244 245 / 0); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/5{ + --tw-gradient-from: rgb(244 244 245 / 0.05); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/10{ + --tw-gradient-from: rgb(244 244 245 / 0.1); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/20{ + --tw-gradient-from: rgb(244 244 245 / 0.2); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/25{ + --tw-gradient-from: rgb(244 244 245 / 0.25); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/30{ + --tw-gradient-from: rgb(244 244 245 / 0.3); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/40{ + --tw-gradient-from: rgb(244 244 245 / 0.4); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/50{ + --tw-gradient-from: rgb(244 244 245 / 0.5); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/60{ + --tw-gradient-from: rgb(244 244 245 / 0.6); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/70{ + --tw-gradient-from: rgb(244 244 245 / 0.7); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/75{ + --tw-gradient-from: rgb(244 244 245 / 0.75); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/80{ + --tw-gradient-from: rgb(244 244 245 / 0.8); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/90{ + --tw-gradient-from: rgb(244 244 245 / 0.9); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/95{ + --tw-gradient-from: rgb(244 244 245 / 0.95); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-100\/100{ + --tw-gradient-from: rgb(244 244 245 / 1); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/0{ + --tw-gradient-from: rgb(228 228 231 / 0); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/5{ + --tw-gradient-from: rgb(228 228 231 / 0.05); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/10{ + --tw-gradient-from: rgb(228 228 231 / 0.1); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/20{ + --tw-gradient-from: rgb(228 228 231 / 0.2); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/25{ + --tw-gradient-from: rgb(228 228 231 / 0.25); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/30{ + --tw-gradient-from: rgb(228 228 231 / 0.3); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/40{ + --tw-gradient-from: rgb(228 228 231 / 0.4); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/50{ + --tw-gradient-from: rgb(228 228 231 / 0.5); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/60{ + --tw-gradient-from: rgb(228 228 231 / 0.6); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/70{ + --tw-gradient-from: rgb(228 228 231 / 0.7); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/75{ + --tw-gradient-from: rgb(228 228 231 / 0.75); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/80{ + --tw-gradient-from: rgb(228 228 231 / 0.8); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/90{ + --tw-gradient-from: rgb(228 228 231 / 0.9); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/95{ + --tw-gradient-from: rgb(228 228 231 / 0.95); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-200\/100{ + --tw-gradient-from: rgb(228 228 231 / 1); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/0{ + --tw-gradient-from: rgb(212 212 216 / 0); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/5{ + --tw-gradient-from: rgb(212 212 216 / 0.05); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/10{ + --tw-gradient-from: rgb(212 212 216 / 0.1); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/20{ + --tw-gradient-from: rgb(212 212 216 / 0.2); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/25{ + --tw-gradient-from: rgb(212 212 216 / 0.25); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/30{ + --tw-gradient-from: rgb(212 212 216 / 0.3); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/40{ + --tw-gradient-from: rgb(212 212 216 / 0.4); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/50{ + --tw-gradient-from: rgb(212 212 216 / 0.5); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/60{ + --tw-gradient-from: rgb(212 212 216 / 0.6); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/70{ + --tw-gradient-from: rgb(212 212 216 / 0.7); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/75{ + --tw-gradient-from: rgb(212 212 216 / 0.75); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/80{ + --tw-gradient-from: rgb(212 212 216 / 0.8); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/90{ + --tw-gradient-from: rgb(212 212 216 / 0.9); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/95{ + --tw-gradient-from: rgb(212 212 216 / 0.95); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-300\/100{ + --tw-gradient-from: rgb(212 212 216 / 1); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/0{ + --tw-gradient-from: rgb(161 161 170 / 0); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/5{ + --tw-gradient-from: rgb(161 161 170 / 0.05); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/10{ + --tw-gradient-from: rgb(161 161 170 / 0.1); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/20{ + --tw-gradient-from: rgb(161 161 170 / 0.2); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/25{ + --tw-gradient-from: rgb(161 161 170 / 0.25); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/30{ + --tw-gradient-from: rgb(161 161 170 / 0.3); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/40{ + --tw-gradient-from: rgb(161 161 170 / 0.4); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/50{ + --tw-gradient-from: rgb(161 161 170 / 0.5); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/60{ + --tw-gradient-from: rgb(161 161 170 / 0.6); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/70{ + --tw-gradient-from: rgb(161 161 170 / 0.7); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/75{ + --tw-gradient-from: rgb(161 161 170 / 0.75); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/80{ + --tw-gradient-from: rgb(161 161 170 / 0.8); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/90{ + --tw-gradient-from: rgb(161 161 170 / 0.9); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/95{ + --tw-gradient-from: rgb(161 161 170 / 0.95); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-400\/100{ + --tw-gradient-from: rgb(161 161 170 / 1); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/0{ + --tw-gradient-from: rgb(113 113 122 / 0); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/5{ + --tw-gradient-from: rgb(113 113 122 / 0.05); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/10{ + --tw-gradient-from: rgb(113 113 122 / 0.1); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/20{ + --tw-gradient-from: rgb(113 113 122 / 0.2); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/25{ + --tw-gradient-from: rgb(113 113 122 / 0.25); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/30{ + --tw-gradient-from: rgb(113 113 122 / 0.3); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/40{ + --tw-gradient-from: rgb(113 113 122 / 0.4); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/50{ + --tw-gradient-from: rgb(113 113 122 / 0.5); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/60{ + --tw-gradient-from: rgb(113 113 122 / 0.6); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/70{ + --tw-gradient-from: rgb(113 113 122 / 0.7); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/75{ + --tw-gradient-from: rgb(113 113 122 / 0.75); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/80{ + --tw-gradient-from: rgb(113 113 122 / 0.8); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/90{ + --tw-gradient-from: rgb(113 113 122 / 0.9); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/95{ + --tw-gradient-from: rgb(113 113 122 / 0.95); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-500\/100{ + --tw-gradient-from: rgb(113 113 122 / 1); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/0{ + --tw-gradient-from: rgb(82 82 91 / 0); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/5{ + --tw-gradient-from: rgb(82 82 91 / 0.05); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/10{ + --tw-gradient-from: rgb(82 82 91 / 0.1); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/20{ + --tw-gradient-from: rgb(82 82 91 / 0.2); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/25{ + --tw-gradient-from: rgb(82 82 91 / 0.25); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/30{ + --tw-gradient-from: rgb(82 82 91 / 0.3); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/40{ + --tw-gradient-from: rgb(82 82 91 / 0.4); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/50{ + --tw-gradient-from: rgb(82 82 91 / 0.5); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/60{ + --tw-gradient-from: rgb(82 82 91 / 0.6); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/70{ + --tw-gradient-from: rgb(82 82 91 / 0.7); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/75{ + --tw-gradient-from: rgb(82 82 91 / 0.75); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/80{ + --tw-gradient-from: rgb(82 82 91 / 0.8); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/90{ + --tw-gradient-from: rgb(82 82 91 / 0.9); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/95{ + --tw-gradient-from: rgb(82 82 91 / 0.95); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-600\/100{ + --tw-gradient-from: rgb(82 82 91 / 1); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/0{ + --tw-gradient-from: rgb(63 63 70 / 0); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/5{ + --tw-gradient-from: rgb(63 63 70 / 0.05); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/10{ + --tw-gradient-from: rgb(63 63 70 / 0.1); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/20{ + --tw-gradient-from: rgb(63 63 70 / 0.2); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/25{ + --tw-gradient-from: rgb(63 63 70 / 0.25); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/30{ + --tw-gradient-from: rgb(63 63 70 / 0.3); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/40{ + --tw-gradient-from: rgb(63 63 70 / 0.4); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/50{ + --tw-gradient-from: rgb(63 63 70 / 0.5); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/60{ + --tw-gradient-from: rgb(63 63 70 / 0.6); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/70{ + --tw-gradient-from: rgb(63 63 70 / 0.7); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/75{ + --tw-gradient-from: rgb(63 63 70 / 0.75); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/80{ + --tw-gradient-from: rgb(63 63 70 / 0.8); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/90{ + --tw-gradient-from: rgb(63 63 70 / 0.9); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/95{ + --tw-gradient-from: rgb(63 63 70 / 0.95); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-700\/100{ + --tw-gradient-from: rgb(63 63 70 / 1); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/0{ + --tw-gradient-from: rgb(39 39 42 / 0); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/5{ + --tw-gradient-from: rgb(39 39 42 / 0.05); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/10{ + --tw-gradient-from: rgb(39 39 42 / 0.1); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/20{ + --tw-gradient-from: rgb(39 39 42 / 0.2); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/25{ + --tw-gradient-from: rgb(39 39 42 / 0.25); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/30{ + --tw-gradient-from: rgb(39 39 42 / 0.3); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/40{ + --tw-gradient-from: rgb(39 39 42 / 0.4); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/50{ + --tw-gradient-from: rgb(39 39 42 / 0.5); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/60{ + --tw-gradient-from: rgb(39 39 42 / 0.6); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/70{ + --tw-gradient-from: rgb(39 39 42 / 0.7); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/75{ + --tw-gradient-from: rgb(39 39 42 / 0.75); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/80{ + --tw-gradient-from: rgb(39 39 42 / 0.8); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/90{ + --tw-gradient-from: rgb(39 39 42 / 0.9); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/95{ + --tw-gradient-from: rgb(39 39 42 / 0.95); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-800\/100{ + --tw-gradient-from: rgb(39 39 42 / 1); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/0{ + --tw-gradient-from: rgb(24 24 27 / 0); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/5{ + --tw-gradient-from: rgb(24 24 27 / 0.05); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/10{ + --tw-gradient-from: rgb(24 24 27 / 0.1); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/20{ + --tw-gradient-from: rgb(24 24 27 / 0.2); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/25{ + --tw-gradient-from: rgb(24 24 27 / 0.25); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/30{ + --tw-gradient-from: rgb(24 24 27 / 0.3); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/40{ + --tw-gradient-from: rgb(24 24 27 / 0.4); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/50{ + --tw-gradient-from: rgb(24 24 27 / 0.5); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/60{ + --tw-gradient-from: rgb(24 24 27 / 0.6); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/70{ + --tw-gradient-from: rgb(24 24 27 / 0.7); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/75{ + --tw-gradient-from: rgb(24 24 27 / 0.75); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/80{ + --tw-gradient-from: rgb(24 24 27 / 0.8); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/90{ + --tw-gradient-from: rgb(24 24 27 / 0.9); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/95{ + --tw-gradient-from: rgb(24 24 27 / 0.95); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-zinc-900\/100{ + --tw-gradient-from: rgb(24 24 27 / 1); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/0{ + --tw-gradient-from: rgb(250 250 250 / 0); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/5{ + --tw-gradient-from: rgb(250 250 250 / 0.05); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/10{ + --tw-gradient-from: rgb(250 250 250 / 0.1); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/20{ + --tw-gradient-from: rgb(250 250 250 / 0.2); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/25{ + --tw-gradient-from: rgb(250 250 250 / 0.25); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/30{ + --tw-gradient-from: rgb(250 250 250 / 0.3); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/40{ + --tw-gradient-from: rgb(250 250 250 / 0.4); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/50{ + --tw-gradient-from: rgb(250 250 250 / 0.5); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/60{ + --tw-gradient-from: rgb(250 250 250 / 0.6); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/70{ + --tw-gradient-from: rgb(250 250 250 / 0.7); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/75{ + --tw-gradient-from: rgb(250 250 250 / 0.75); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/80{ + --tw-gradient-from: rgb(250 250 250 / 0.8); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/90{ + --tw-gradient-from: rgb(250 250 250 / 0.9); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/95{ + --tw-gradient-from: rgb(250 250 250 / 0.95); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-50\/100{ + --tw-gradient-from: rgb(250 250 250 / 1); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/0{ + --tw-gradient-from: rgb(245 245 245 / 0); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/5{ + --tw-gradient-from: rgb(245 245 245 / 0.05); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/10{ + --tw-gradient-from: rgb(245 245 245 / 0.1); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/20{ + --tw-gradient-from: rgb(245 245 245 / 0.2); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/25{ + --tw-gradient-from: rgb(245 245 245 / 0.25); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/30{ + --tw-gradient-from: rgb(245 245 245 / 0.3); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/40{ + --tw-gradient-from: rgb(245 245 245 / 0.4); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/50{ + --tw-gradient-from: rgb(245 245 245 / 0.5); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/60{ + --tw-gradient-from: rgb(245 245 245 / 0.6); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/70{ + --tw-gradient-from: rgb(245 245 245 / 0.7); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/75{ + --tw-gradient-from: rgb(245 245 245 / 0.75); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/80{ + --tw-gradient-from: rgb(245 245 245 / 0.8); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/90{ + --tw-gradient-from: rgb(245 245 245 / 0.9); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/95{ + --tw-gradient-from: rgb(245 245 245 / 0.95); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-100\/100{ + --tw-gradient-from: rgb(245 245 245 / 1); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/0{ + --tw-gradient-from: rgb(229 229 229 / 0); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/5{ + --tw-gradient-from: rgb(229 229 229 / 0.05); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/10{ + --tw-gradient-from: rgb(229 229 229 / 0.1); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/20{ + --tw-gradient-from: rgb(229 229 229 / 0.2); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/25{ + --tw-gradient-from: rgb(229 229 229 / 0.25); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/30{ + --tw-gradient-from: rgb(229 229 229 / 0.3); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/40{ + --tw-gradient-from: rgb(229 229 229 / 0.4); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/50{ + --tw-gradient-from: rgb(229 229 229 / 0.5); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/60{ + --tw-gradient-from: rgb(229 229 229 / 0.6); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/70{ + --tw-gradient-from: rgb(229 229 229 / 0.7); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/75{ + --tw-gradient-from: rgb(229 229 229 / 0.75); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/80{ + --tw-gradient-from: rgb(229 229 229 / 0.8); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/90{ + --tw-gradient-from: rgb(229 229 229 / 0.9); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/95{ + --tw-gradient-from: rgb(229 229 229 / 0.95); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-200\/100{ + --tw-gradient-from: rgb(229 229 229 / 1); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/0{ + --tw-gradient-from: rgb(212 212 212 / 0); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/5{ + --tw-gradient-from: rgb(212 212 212 / 0.05); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/10{ + --tw-gradient-from: rgb(212 212 212 / 0.1); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/20{ + --tw-gradient-from: rgb(212 212 212 / 0.2); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/25{ + --tw-gradient-from: rgb(212 212 212 / 0.25); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/30{ + --tw-gradient-from: rgb(212 212 212 / 0.3); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/40{ + --tw-gradient-from: rgb(212 212 212 / 0.4); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/50{ + --tw-gradient-from: rgb(212 212 212 / 0.5); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/60{ + --tw-gradient-from: rgb(212 212 212 / 0.6); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/70{ + --tw-gradient-from: rgb(212 212 212 / 0.7); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/75{ + --tw-gradient-from: rgb(212 212 212 / 0.75); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/80{ + --tw-gradient-from: rgb(212 212 212 / 0.8); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/90{ + --tw-gradient-from: rgb(212 212 212 / 0.9); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/95{ + --tw-gradient-from: rgb(212 212 212 / 0.95); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-300\/100{ + --tw-gradient-from: rgb(212 212 212 / 1); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/0{ + --tw-gradient-from: rgb(163 163 163 / 0); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/5{ + --tw-gradient-from: rgb(163 163 163 / 0.05); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/10{ + --tw-gradient-from: rgb(163 163 163 / 0.1); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/20{ + --tw-gradient-from: rgb(163 163 163 / 0.2); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/25{ + --tw-gradient-from: rgb(163 163 163 / 0.25); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/30{ + --tw-gradient-from: rgb(163 163 163 / 0.3); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/40{ + --tw-gradient-from: rgb(163 163 163 / 0.4); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/50{ + --tw-gradient-from: rgb(163 163 163 / 0.5); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/60{ + --tw-gradient-from: rgb(163 163 163 / 0.6); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/70{ + --tw-gradient-from: rgb(163 163 163 / 0.7); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/75{ + --tw-gradient-from: rgb(163 163 163 / 0.75); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/80{ + --tw-gradient-from: rgb(163 163 163 / 0.8); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/90{ + --tw-gradient-from: rgb(163 163 163 / 0.9); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/95{ + --tw-gradient-from: rgb(163 163 163 / 0.95); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-400\/100{ + --tw-gradient-from: rgb(163 163 163 / 1); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/0{ + --tw-gradient-from: rgb(115 115 115 / 0); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/5{ + --tw-gradient-from: rgb(115 115 115 / 0.05); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/10{ + --tw-gradient-from: rgb(115 115 115 / 0.1); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/20{ + --tw-gradient-from: rgb(115 115 115 / 0.2); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/25{ + --tw-gradient-from: rgb(115 115 115 / 0.25); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/30{ + --tw-gradient-from: rgb(115 115 115 / 0.3); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/40{ + --tw-gradient-from: rgb(115 115 115 / 0.4); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/50{ + --tw-gradient-from: rgb(115 115 115 / 0.5); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/60{ + --tw-gradient-from: rgb(115 115 115 / 0.6); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/70{ + --tw-gradient-from: rgb(115 115 115 / 0.7); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/75{ + --tw-gradient-from: rgb(115 115 115 / 0.75); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/80{ + --tw-gradient-from: rgb(115 115 115 / 0.8); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/90{ + --tw-gradient-from: rgb(115 115 115 / 0.9); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/95{ + --tw-gradient-from: rgb(115 115 115 / 0.95); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-500\/100{ + --tw-gradient-from: rgb(115 115 115 / 1); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/0{ + --tw-gradient-from: rgb(82 82 82 / 0); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/5{ + --tw-gradient-from: rgb(82 82 82 / 0.05); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/10{ + --tw-gradient-from: rgb(82 82 82 / 0.1); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/20{ + --tw-gradient-from: rgb(82 82 82 / 0.2); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/25{ + --tw-gradient-from: rgb(82 82 82 / 0.25); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/30{ + --tw-gradient-from: rgb(82 82 82 / 0.3); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/40{ + --tw-gradient-from: rgb(82 82 82 / 0.4); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/50{ + --tw-gradient-from: rgb(82 82 82 / 0.5); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/60{ + --tw-gradient-from: rgb(82 82 82 / 0.6); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/70{ + --tw-gradient-from: rgb(82 82 82 / 0.7); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/75{ + --tw-gradient-from: rgb(82 82 82 / 0.75); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/80{ + --tw-gradient-from: rgb(82 82 82 / 0.8); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/90{ + --tw-gradient-from: rgb(82 82 82 / 0.9); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/95{ + --tw-gradient-from: rgb(82 82 82 / 0.95); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-600\/100{ + --tw-gradient-from: rgb(82 82 82 / 1); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/0{ + --tw-gradient-from: rgb(64 64 64 / 0); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/5{ + --tw-gradient-from: rgb(64 64 64 / 0.05); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/10{ + --tw-gradient-from: rgb(64 64 64 / 0.1); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/20{ + --tw-gradient-from: rgb(64 64 64 / 0.2); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/25{ + --tw-gradient-from: rgb(64 64 64 / 0.25); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/30{ + --tw-gradient-from: rgb(64 64 64 / 0.3); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/40{ + --tw-gradient-from: rgb(64 64 64 / 0.4); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/50{ + --tw-gradient-from: rgb(64 64 64 / 0.5); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/60{ + --tw-gradient-from: rgb(64 64 64 / 0.6); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/70{ + --tw-gradient-from: rgb(64 64 64 / 0.7); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/75{ + --tw-gradient-from: rgb(64 64 64 / 0.75); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/80{ + --tw-gradient-from: rgb(64 64 64 / 0.8); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/90{ + --tw-gradient-from: rgb(64 64 64 / 0.9); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/95{ + --tw-gradient-from: rgb(64 64 64 / 0.95); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-700\/100{ + --tw-gradient-from: rgb(64 64 64 / 1); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/0{ + --tw-gradient-from: rgb(38 38 38 / 0); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/5{ + --tw-gradient-from: rgb(38 38 38 / 0.05); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/10{ + --tw-gradient-from: rgb(38 38 38 / 0.1); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/20{ + --tw-gradient-from: rgb(38 38 38 / 0.2); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/25{ + --tw-gradient-from: rgb(38 38 38 / 0.25); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/30{ + --tw-gradient-from: rgb(38 38 38 / 0.3); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/40{ + --tw-gradient-from: rgb(38 38 38 / 0.4); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/50{ + --tw-gradient-from: rgb(38 38 38 / 0.5); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/60{ + --tw-gradient-from: rgb(38 38 38 / 0.6); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/70{ + --tw-gradient-from: rgb(38 38 38 / 0.7); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/75{ + --tw-gradient-from: rgb(38 38 38 / 0.75); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/80{ + --tw-gradient-from: rgb(38 38 38 / 0.8); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/90{ + --tw-gradient-from: rgb(38 38 38 / 0.9); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/95{ + --tw-gradient-from: rgb(38 38 38 / 0.95); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-800\/100{ + --tw-gradient-from: rgb(38 38 38 / 1); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/0{ + --tw-gradient-from: rgb(23 23 23 / 0); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/5{ + --tw-gradient-from: rgb(23 23 23 / 0.05); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/10{ + --tw-gradient-from: rgb(23 23 23 / 0.1); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/20{ + --tw-gradient-from: rgb(23 23 23 / 0.2); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/25{ + --tw-gradient-from: rgb(23 23 23 / 0.25); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/30{ + --tw-gradient-from: rgb(23 23 23 / 0.3); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/40{ + --tw-gradient-from: rgb(23 23 23 / 0.4); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/50{ + --tw-gradient-from: rgb(23 23 23 / 0.5); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/60{ + --tw-gradient-from: rgb(23 23 23 / 0.6); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/70{ + --tw-gradient-from: rgb(23 23 23 / 0.7); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/75{ + --tw-gradient-from: rgb(23 23 23 / 0.75); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/80{ + --tw-gradient-from: rgb(23 23 23 / 0.8); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/90{ + --tw-gradient-from: rgb(23 23 23 / 0.9); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/95{ + --tw-gradient-from: rgb(23 23 23 / 0.95); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-neutral-900\/100{ + --tw-gradient-from: rgb(23 23 23 / 1); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/0{ + --tw-gradient-from: rgb(250 250 249 / 0); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/5{ + --tw-gradient-from: rgb(250 250 249 / 0.05); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/10{ + --tw-gradient-from: rgb(250 250 249 / 0.1); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/20{ + --tw-gradient-from: rgb(250 250 249 / 0.2); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/25{ + --tw-gradient-from: rgb(250 250 249 / 0.25); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/30{ + --tw-gradient-from: rgb(250 250 249 / 0.3); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/40{ + --tw-gradient-from: rgb(250 250 249 / 0.4); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/50{ + --tw-gradient-from: rgb(250 250 249 / 0.5); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/60{ + --tw-gradient-from: rgb(250 250 249 / 0.6); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/70{ + --tw-gradient-from: rgb(250 250 249 / 0.7); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/75{ + --tw-gradient-from: rgb(250 250 249 / 0.75); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/80{ + --tw-gradient-from: rgb(250 250 249 / 0.8); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/90{ + --tw-gradient-from: rgb(250 250 249 / 0.9); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/95{ + --tw-gradient-from: rgb(250 250 249 / 0.95); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-50\/100{ + --tw-gradient-from: rgb(250 250 249 / 1); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/0{ + --tw-gradient-from: rgb(245 245 244 / 0); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/5{ + --tw-gradient-from: rgb(245 245 244 / 0.05); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/10{ + --tw-gradient-from: rgb(245 245 244 / 0.1); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/20{ + --tw-gradient-from: rgb(245 245 244 / 0.2); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/25{ + --tw-gradient-from: rgb(245 245 244 / 0.25); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/30{ + --tw-gradient-from: rgb(245 245 244 / 0.3); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/40{ + --tw-gradient-from: rgb(245 245 244 / 0.4); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/50{ + --tw-gradient-from: rgb(245 245 244 / 0.5); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/60{ + --tw-gradient-from: rgb(245 245 244 / 0.6); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/70{ + --tw-gradient-from: rgb(245 245 244 / 0.7); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/75{ + --tw-gradient-from: rgb(245 245 244 / 0.75); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/80{ + --tw-gradient-from: rgb(245 245 244 / 0.8); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/90{ + --tw-gradient-from: rgb(245 245 244 / 0.9); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/95{ + --tw-gradient-from: rgb(245 245 244 / 0.95); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-100\/100{ + --tw-gradient-from: rgb(245 245 244 / 1); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/0{ + --tw-gradient-from: rgb(231 229 228 / 0); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/5{ + --tw-gradient-from: rgb(231 229 228 / 0.05); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/10{ + --tw-gradient-from: rgb(231 229 228 / 0.1); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/20{ + --tw-gradient-from: rgb(231 229 228 / 0.2); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/25{ + --tw-gradient-from: rgb(231 229 228 / 0.25); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/30{ + --tw-gradient-from: rgb(231 229 228 / 0.3); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/40{ + --tw-gradient-from: rgb(231 229 228 / 0.4); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/50{ + --tw-gradient-from: rgb(231 229 228 / 0.5); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/60{ + --tw-gradient-from: rgb(231 229 228 / 0.6); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/70{ + --tw-gradient-from: rgb(231 229 228 / 0.7); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/75{ + --tw-gradient-from: rgb(231 229 228 / 0.75); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/80{ + --tw-gradient-from: rgb(231 229 228 / 0.8); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/90{ + --tw-gradient-from: rgb(231 229 228 / 0.9); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/95{ + --tw-gradient-from: rgb(231 229 228 / 0.95); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-200\/100{ + --tw-gradient-from: rgb(231 229 228 / 1); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/0{ + --tw-gradient-from: rgb(214 211 209 / 0); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/5{ + --tw-gradient-from: rgb(214 211 209 / 0.05); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/10{ + --tw-gradient-from: rgb(214 211 209 / 0.1); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/20{ + --tw-gradient-from: rgb(214 211 209 / 0.2); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/25{ + --tw-gradient-from: rgb(214 211 209 / 0.25); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/30{ + --tw-gradient-from: rgb(214 211 209 / 0.3); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/40{ + --tw-gradient-from: rgb(214 211 209 / 0.4); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/50{ + --tw-gradient-from: rgb(214 211 209 / 0.5); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/60{ + --tw-gradient-from: rgb(214 211 209 / 0.6); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/70{ + --tw-gradient-from: rgb(214 211 209 / 0.7); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/75{ + --tw-gradient-from: rgb(214 211 209 / 0.75); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/80{ + --tw-gradient-from: rgb(214 211 209 / 0.8); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/90{ + --tw-gradient-from: rgb(214 211 209 / 0.9); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/95{ + --tw-gradient-from: rgb(214 211 209 / 0.95); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-300\/100{ + --tw-gradient-from: rgb(214 211 209 / 1); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/0{ + --tw-gradient-from: rgb(168 162 158 / 0); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/5{ + --tw-gradient-from: rgb(168 162 158 / 0.05); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/10{ + --tw-gradient-from: rgb(168 162 158 / 0.1); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/20{ + --tw-gradient-from: rgb(168 162 158 / 0.2); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/25{ + --tw-gradient-from: rgb(168 162 158 / 0.25); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/30{ + --tw-gradient-from: rgb(168 162 158 / 0.3); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/40{ + --tw-gradient-from: rgb(168 162 158 / 0.4); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/50{ + --tw-gradient-from: rgb(168 162 158 / 0.5); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/60{ + --tw-gradient-from: rgb(168 162 158 / 0.6); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/70{ + --tw-gradient-from: rgb(168 162 158 / 0.7); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/75{ + --tw-gradient-from: rgb(168 162 158 / 0.75); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/80{ + --tw-gradient-from: rgb(168 162 158 / 0.8); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/90{ + --tw-gradient-from: rgb(168 162 158 / 0.9); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/95{ + --tw-gradient-from: rgb(168 162 158 / 0.95); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-400\/100{ + --tw-gradient-from: rgb(168 162 158 / 1); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/0{ + --tw-gradient-from: rgb(120 113 108 / 0); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/5{ + --tw-gradient-from: rgb(120 113 108 / 0.05); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/10{ + --tw-gradient-from: rgb(120 113 108 / 0.1); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/20{ + --tw-gradient-from: rgb(120 113 108 / 0.2); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/25{ + --tw-gradient-from: rgb(120 113 108 / 0.25); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/30{ + --tw-gradient-from: rgb(120 113 108 / 0.3); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/40{ + --tw-gradient-from: rgb(120 113 108 / 0.4); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/50{ + --tw-gradient-from: rgb(120 113 108 / 0.5); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/60{ + --tw-gradient-from: rgb(120 113 108 / 0.6); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/70{ + --tw-gradient-from: rgb(120 113 108 / 0.7); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/75{ + --tw-gradient-from: rgb(120 113 108 / 0.75); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/80{ + --tw-gradient-from: rgb(120 113 108 / 0.8); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/90{ + --tw-gradient-from: rgb(120 113 108 / 0.9); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/95{ + --tw-gradient-from: rgb(120 113 108 / 0.95); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-500\/100{ + --tw-gradient-from: rgb(120 113 108 / 1); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/0{ + --tw-gradient-from: rgb(87 83 78 / 0); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/5{ + --tw-gradient-from: rgb(87 83 78 / 0.05); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/10{ + --tw-gradient-from: rgb(87 83 78 / 0.1); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/20{ + --tw-gradient-from: rgb(87 83 78 / 0.2); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/25{ + --tw-gradient-from: rgb(87 83 78 / 0.25); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/30{ + --tw-gradient-from: rgb(87 83 78 / 0.3); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/40{ + --tw-gradient-from: rgb(87 83 78 / 0.4); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/50{ + --tw-gradient-from: rgb(87 83 78 / 0.5); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/60{ + --tw-gradient-from: rgb(87 83 78 / 0.6); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/70{ + --tw-gradient-from: rgb(87 83 78 / 0.7); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/75{ + --tw-gradient-from: rgb(87 83 78 / 0.75); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/80{ + --tw-gradient-from: rgb(87 83 78 / 0.8); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/90{ + --tw-gradient-from: rgb(87 83 78 / 0.9); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/95{ + --tw-gradient-from: rgb(87 83 78 / 0.95); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-600\/100{ + --tw-gradient-from: rgb(87 83 78 / 1); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/0{ + --tw-gradient-from: rgb(68 64 60 / 0); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/5{ + --tw-gradient-from: rgb(68 64 60 / 0.05); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/10{ + --tw-gradient-from: rgb(68 64 60 / 0.1); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/20{ + --tw-gradient-from: rgb(68 64 60 / 0.2); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/25{ + --tw-gradient-from: rgb(68 64 60 / 0.25); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/30{ + --tw-gradient-from: rgb(68 64 60 / 0.3); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/40{ + --tw-gradient-from: rgb(68 64 60 / 0.4); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/50{ + --tw-gradient-from: rgb(68 64 60 / 0.5); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/60{ + --tw-gradient-from: rgb(68 64 60 / 0.6); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/70{ + --tw-gradient-from: rgb(68 64 60 / 0.7); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/75{ + --tw-gradient-from: rgb(68 64 60 / 0.75); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/80{ + --tw-gradient-from: rgb(68 64 60 / 0.8); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/90{ + --tw-gradient-from: rgb(68 64 60 / 0.9); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/95{ + --tw-gradient-from: rgb(68 64 60 / 0.95); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-700\/100{ + --tw-gradient-from: rgb(68 64 60 / 1); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/0{ + --tw-gradient-from: rgb(41 37 36 / 0); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/5{ + --tw-gradient-from: rgb(41 37 36 / 0.05); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/10{ + --tw-gradient-from: rgb(41 37 36 / 0.1); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/20{ + --tw-gradient-from: rgb(41 37 36 / 0.2); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/25{ + --tw-gradient-from: rgb(41 37 36 / 0.25); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/30{ + --tw-gradient-from: rgb(41 37 36 / 0.3); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/40{ + --tw-gradient-from: rgb(41 37 36 / 0.4); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/50{ + --tw-gradient-from: rgb(41 37 36 / 0.5); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/60{ + --tw-gradient-from: rgb(41 37 36 / 0.6); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/70{ + --tw-gradient-from: rgb(41 37 36 / 0.7); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/75{ + --tw-gradient-from: rgb(41 37 36 / 0.75); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/80{ + --tw-gradient-from: rgb(41 37 36 / 0.8); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/90{ + --tw-gradient-from: rgb(41 37 36 / 0.9); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/95{ + --tw-gradient-from: rgb(41 37 36 / 0.95); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-800\/100{ + --tw-gradient-from: rgb(41 37 36 / 1); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/0{ + --tw-gradient-from: rgb(28 25 23 / 0); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/5{ + --tw-gradient-from: rgb(28 25 23 / 0.05); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/10{ + --tw-gradient-from: rgb(28 25 23 / 0.1); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/20{ + --tw-gradient-from: rgb(28 25 23 / 0.2); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/25{ + --tw-gradient-from: rgb(28 25 23 / 0.25); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/30{ + --tw-gradient-from: rgb(28 25 23 / 0.3); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/40{ + --tw-gradient-from: rgb(28 25 23 / 0.4); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/50{ + --tw-gradient-from: rgb(28 25 23 / 0.5); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/60{ + --tw-gradient-from: rgb(28 25 23 / 0.6); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/70{ + --tw-gradient-from: rgb(28 25 23 / 0.7); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/75{ + --tw-gradient-from: rgb(28 25 23 / 0.75); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/80{ + --tw-gradient-from: rgb(28 25 23 / 0.8); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/90{ + --tw-gradient-from: rgb(28 25 23 / 0.9); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/95{ + --tw-gradient-from: rgb(28 25 23 / 0.95); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-stone-900\/100{ + --tw-gradient-from: rgb(28 25 23 / 1); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/0{ + --tw-gradient-from: rgb(252 242 242 / 0); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/5{ + --tw-gradient-from: rgb(252 242 242 / 0.05); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/10{ + --tw-gradient-from: rgb(252 242 242 / 0.1); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/20{ + --tw-gradient-from: rgb(252 242 242 / 0.2); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/25{ + --tw-gradient-from: rgb(252 242 242 / 0.25); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/30{ + --tw-gradient-from: rgb(252 242 242 / 0.3); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/40{ + --tw-gradient-from: rgb(252 242 242 / 0.4); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/50{ + --tw-gradient-from: rgb(252 242 242 / 0.5); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/60{ + --tw-gradient-from: rgb(252 242 242 / 0.6); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/70{ + --tw-gradient-from: rgb(252 242 242 / 0.7); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/75{ + --tw-gradient-from: rgb(252 242 242 / 0.75); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/80{ + --tw-gradient-from: rgb(252 242 242 / 0.8); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/90{ + --tw-gradient-from: rgb(252 242 242 / 0.9); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/95{ + --tw-gradient-from: rgb(252 242 242 / 0.95); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-50\/100{ + --tw-gradient-from: rgb(252 242 242 / 1); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/0{ + --tw-gradient-from: rgb(250 230 230 / 0); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/5{ + --tw-gradient-from: rgb(250 230 230 / 0.05); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/10{ + --tw-gradient-from: rgb(250 230 230 / 0.1); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/20{ + --tw-gradient-from: rgb(250 230 230 / 0.2); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/25{ + --tw-gradient-from: rgb(250 230 230 / 0.25); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/30{ + --tw-gradient-from: rgb(250 230 230 / 0.3); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/40{ + --tw-gradient-from: rgb(250 230 230 / 0.4); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/50{ + --tw-gradient-from: rgb(250 230 230 / 0.5); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/60{ + --tw-gradient-from: rgb(250 230 230 / 0.6); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/70{ + --tw-gradient-from: rgb(250 230 230 / 0.7); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/75{ + --tw-gradient-from: rgb(250 230 230 / 0.75); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/80{ + --tw-gradient-from: rgb(250 230 230 / 0.8); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/90{ + --tw-gradient-from: rgb(250 230 230 / 0.9); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/95{ + --tw-gradient-from: rgb(250 230 230 / 0.95); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-100\/100{ + --tw-gradient-from: rgb(250 230 230 / 1); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/0{ + --tw-gradient-from: rgb(242 191 191 / 0); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/5{ + --tw-gradient-from: rgb(242 191 191 / 0.05); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/10{ + --tw-gradient-from: rgb(242 191 191 / 0.1); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/20{ + --tw-gradient-from: rgb(242 191 191 / 0.2); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/25{ + --tw-gradient-from: rgb(242 191 191 / 0.25); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/30{ + --tw-gradient-from: rgb(242 191 191 / 0.3); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/40{ + --tw-gradient-from: rgb(242 191 191 / 0.4); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/50{ + --tw-gradient-from: rgb(242 191 191 / 0.5); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/60{ + --tw-gradient-from: rgb(242 191 191 / 0.6); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/70{ + --tw-gradient-from: rgb(242 191 191 / 0.7); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/75{ + --tw-gradient-from: rgb(242 191 191 / 0.75); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/80{ + --tw-gradient-from: rgb(242 191 191 / 0.8); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/90{ + --tw-gradient-from: rgb(242 191 191 / 0.9); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/95{ + --tw-gradient-from: rgb(242 191 191 / 0.95); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-200\/100{ + --tw-gradient-from: rgb(242 191 191 / 1); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/0{ + --tw-gradient-from: rgb(235 153 153 / 0); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/5{ + --tw-gradient-from: rgb(235 153 153 / 0.05); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/10{ + --tw-gradient-from: rgb(235 153 153 / 0.1); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/20{ + --tw-gradient-from: rgb(235 153 153 / 0.2); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/25{ + --tw-gradient-from: rgb(235 153 153 / 0.25); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/30{ + --tw-gradient-from: rgb(235 153 153 / 0.3); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/40{ + --tw-gradient-from: rgb(235 153 153 / 0.4); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/50{ + --tw-gradient-from: rgb(235 153 153 / 0.5); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/60{ + --tw-gradient-from: rgb(235 153 153 / 0.6); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/70{ + --tw-gradient-from: rgb(235 153 153 / 0.7); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/75{ + --tw-gradient-from: rgb(235 153 153 / 0.75); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/80{ + --tw-gradient-from: rgb(235 153 153 / 0.8); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/90{ + --tw-gradient-from: rgb(235 153 153 / 0.9); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/95{ + --tw-gradient-from: rgb(235 153 153 / 0.95); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-300\/100{ + --tw-gradient-from: rgb(235 153 153 / 1); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/0{ + --tw-gradient-from: rgb(219 77 77 / 0); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/5{ + --tw-gradient-from: rgb(219 77 77 / 0.05); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/10{ + --tw-gradient-from: rgb(219 77 77 / 0.1); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/20{ + --tw-gradient-from: rgb(219 77 77 / 0.2); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/25{ + --tw-gradient-from: rgb(219 77 77 / 0.25); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/30{ + --tw-gradient-from: rgb(219 77 77 / 0.3); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/40{ + --tw-gradient-from: rgb(219 77 77 / 0.4); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/50{ + --tw-gradient-from: rgb(219 77 77 / 0.5); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/60{ + --tw-gradient-from: rgb(219 77 77 / 0.6); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/70{ + --tw-gradient-from: rgb(219 77 77 / 0.7); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/75{ + --tw-gradient-from: rgb(219 77 77 / 0.75); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/80{ + --tw-gradient-from: rgb(219 77 77 / 0.8); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/90{ + --tw-gradient-from: rgb(219 77 77 / 0.9); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/95{ + --tw-gradient-from: rgb(219 77 77 / 0.95); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-400\/100{ + --tw-gradient-from: rgb(219 77 77 / 1); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/0{ + --tw-gradient-from: rgb(204 0 0 / 0); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/5{ + --tw-gradient-from: rgb(204 0 0 / 0.05); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/10{ + --tw-gradient-from: rgb(204 0 0 / 0.1); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/20{ + --tw-gradient-from: rgb(204 0 0 / 0.2); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/25{ + --tw-gradient-from: rgb(204 0 0 / 0.25); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/30{ + --tw-gradient-from: rgb(204 0 0 / 0.3); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/40{ + --tw-gradient-from: rgb(204 0 0 / 0.4); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/50{ + --tw-gradient-from: rgb(204 0 0 / 0.5); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/60{ + --tw-gradient-from: rgb(204 0 0 / 0.6); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/70{ + --tw-gradient-from: rgb(204 0 0 / 0.7); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/75{ + --tw-gradient-from: rgb(204 0 0 / 0.75); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/80{ + --tw-gradient-from: rgb(204 0 0 / 0.8); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/90{ + --tw-gradient-from: rgb(204 0 0 / 0.9); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/95{ + --tw-gradient-from: rgb(204 0 0 / 0.95); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-500\/100{ + --tw-gradient-from: rgb(204 0 0 / 1); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/0{ + --tw-gradient-from: rgb(184 0 0 / 0); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/5{ + --tw-gradient-from: rgb(184 0 0 / 0.05); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/10{ + --tw-gradient-from: rgb(184 0 0 / 0.1); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/20{ + --tw-gradient-from: rgb(184 0 0 / 0.2); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/25{ + --tw-gradient-from: rgb(184 0 0 / 0.25); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/30{ + --tw-gradient-from: rgb(184 0 0 / 0.3); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/40{ + --tw-gradient-from: rgb(184 0 0 / 0.4); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/50{ + --tw-gradient-from: rgb(184 0 0 / 0.5); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/60{ + --tw-gradient-from: rgb(184 0 0 / 0.6); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/70{ + --tw-gradient-from: rgb(184 0 0 / 0.7); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/75{ + --tw-gradient-from: rgb(184 0 0 / 0.75); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/80{ + --tw-gradient-from: rgb(184 0 0 / 0.8); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/90{ + --tw-gradient-from: rgb(184 0 0 / 0.9); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/95{ + --tw-gradient-from: rgb(184 0 0 / 0.95); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-600\/100{ + --tw-gradient-from: rgb(184 0 0 / 1); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/0{ + --tw-gradient-from: rgb(153 0 0 / 0); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/5{ + --tw-gradient-from: rgb(153 0 0 / 0.05); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/10{ + --tw-gradient-from: rgb(153 0 0 / 0.1); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/20{ + --tw-gradient-from: rgb(153 0 0 / 0.2); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/25{ + --tw-gradient-from: rgb(153 0 0 / 0.25); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/30{ + --tw-gradient-from: rgb(153 0 0 / 0.3); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/40{ + --tw-gradient-from: rgb(153 0 0 / 0.4); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/50{ + --tw-gradient-from: rgb(153 0 0 / 0.5); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/60{ + --tw-gradient-from: rgb(153 0 0 / 0.6); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/70{ + --tw-gradient-from: rgb(153 0 0 / 0.7); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/75{ + --tw-gradient-from: rgb(153 0 0 / 0.75); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/80{ + --tw-gradient-from: rgb(153 0 0 / 0.8); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/90{ + --tw-gradient-from: rgb(153 0 0 / 0.9); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/95{ + --tw-gradient-from: rgb(153 0 0 / 0.95); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-700\/100{ + --tw-gradient-from: rgb(153 0 0 / 1); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/0{ + --tw-gradient-from: rgb(122 0 0 / 0); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/5{ + --tw-gradient-from: rgb(122 0 0 / 0.05); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/10{ + --tw-gradient-from: rgb(122 0 0 / 0.1); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/20{ + --tw-gradient-from: rgb(122 0 0 / 0.2); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/25{ + --tw-gradient-from: rgb(122 0 0 / 0.25); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/30{ + --tw-gradient-from: rgb(122 0 0 / 0.3); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/40{ + --tw-gradient-from: rgb(122 0 0 / 0.4); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/50{ + --tw-gradient-from: rgb(122 0 0 / 0.5); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/60{ + --tw-gradient-from: rgb(122 0 0 / 0.6); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/70{ + --tw-gradient-from: rgb(122 0 0 / 0.7); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/75{ + --tw-gradient-from: rgb(122 0 0 / 0.75); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/80{ + --tw-gradient-from: rgb(122 0 0 / 0.8); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/90{ + --tw-gradient-from: rgb(122 0 0 / 0.9); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/95{ + --tw-gradient-from: rgb(122 0 0 / 0.95); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-800\/100{ + --tw-gradient-from: rgb(122 0 0 / 1); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/0{ + --tw-gradient-from: rgb(100 0 0 / 0); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/5{ + --tw-gradient-from: rgb(100 0 0 / 0.05); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/10{ + --tw-gradient-from: rgb(100 0 0 / 0.1); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/20{ + --tw-gradient-from: rgb(100 0 0 / 0.2); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/25{ + --tw-gradient-from: rgb(100 0 0 / 0.25); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/30{ + --tw-gradient-from: rgb(100 0 0 / 0.3); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/40{ + --tw-gradient-from: rgb(100 0 0 / 0.4); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/50{ + --tw-gradient-from: rgb(100 0 0 / 0.5); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/60{ + --tw-gradient-from: rgb(100 0 0 / 0.6); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/70{ + --tw-gradient-from: rgb(100 0 0 / 0.7); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/75{ + --tw-gradient-from: rgb(100 0 0 / 0.75); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/80{ + --tw-gradient-from: rgb(100 0 0 / 0.8); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/90{ + --tw-gradient-from: rgb(100 0 0 / 0.9); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/95{ + --tw-gradient-from: rgb(100 0 0 / 0.95); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red-900\/100{ + --tw-gradient-from: rgb(100 0 0 / 1); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/0{ + --tw-gradient-from: rgb(204 0 0 / 0); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/5{ + --tw-gradient-from: rgb(204 0 0 / 0.05); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/10{ + --tw-gradient-from: rgb(204 0 0 / 0.1); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/20{ + --tw-gradient-from: rgb(204 0 0 / 0.2); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/25{ + --tw-gradient-from: rgb(204 0 0 / 0.25); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/30{ + --tw-gradient-from: rgb(204 0 0 / 0.3); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/40{ + --tw-gradient-from: rgb(204 0 0 / 0.4); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/50{ + --tw-gradient-from: rgb(204 0 0 / 0.5); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/60{ + --tw-gradient-from: rgb(204 0 0 / 0.6); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/70{ + --tw-gradient-from: rgb(204 0 0 / 0.7); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/75{ + --tw-gradient-from: rgb(204 0 0 / 0.75); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/80{ + --tw-gradient-from: rgb(204 0 0 / 0.8); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/90{ + --tw-gradient-from: rgb(204 0 0 / 0.9); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/95{ + --tw-gradient-from: rgb(204 0 0 / 0.95); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-red\/100{ + --tw-gradient-from: rgb(204 0 0 / 1); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/0{ + --tw-gradient-from: rgb(255 250 243 / 0); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/5{ + --tw-gradient-from: rgb(255 250 243 / 0.05); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/10{ + --tw-gradient-from: rgb(255 250 243 / 0.1); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/20{ + --tw-gradient-from: rgb(255 250 243 / 0.2); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/25{ + --tw-gradient-from: rgb(255 250 243 / 0.25); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/30{ + --tw-gradient-from: rgb(255 250 243 / 0.3); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/40{ + --tw-gradient-from: rgb(255 250 243 / 0.4); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/50{ + --tw-gradient-from: rgb(255 250 243 / 0.5); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/60{ + --tw-gradient-from: rgb(255 250 243 / 0.6); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/70{ + --tw-gradient-from: rgb(255 250 243 / 0.7); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/75{ + --tw-gradient-from: rgb(255 250 243 / 0.75); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/80{ + --tw-gradient-from: rgb(255 250 243 / 0.8); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/90{ + --tw-gradient-from: rgb(255 250 243 / 0.9); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/95{ + --tw-gradient-from: rgb(255 250 243 / 0.95); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-50\/100{ + --tw-gradient-from: rgb(255 250 243 / 1); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/0{ + --tw-gradient-from: rgb(254 245 231 / 0); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/5{ + --tw-gradient-from: rgb(254 245 231 / 0.05); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/10{ + --tw-gradient-from: rgb(254 245 231 / 0.1); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/20{ + --tw-gradient-from: rgb(254 245 231 / 0.2); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/25{ + --tw-gradient-from: rgb(254 245 231 / 0.25); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/30{ + --tw-gradient-from: rgb(254 245 231 / 0.3); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/40{ + --tw-gradient-from: rgb(254 245 231 / 0.4); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/50{ + --tw-gradient-from: rgb(254 245 231 / 0.5); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/60{ + --tw-gradient-from: rgb(254 245 231 / 0.6); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/70{ + --tw-gradient-from: rgb(254 245 231 / 0.7); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/75{ + --tw-gradient-from: rgb(254 245 231 / 0.75); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/80{ + --tw-gradient-from: rgb(254 245 231 / 0.8); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/90{ + --tw-gradient-from: rgb(254 245 231 / 0.9); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/95{ + --tw-gradient-from: rgb(254 245 231 / 0.95); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-100\/100{ + --tw-gradient-from: rgb(254 245 231 / 1); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/0{ + --tw-gradient-from: rgb(253 231 194 / 0); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/5{ + --tw-gradient-from: rgb(253 231 194 / 0.05); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/10{ + --tw-gradient-from: rgb(253 231 194 / 0.1); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/20{ + --tw-gradient-from: rgb(253 231 194 / 0.2); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/25{ + --tw-gradient-from: rgb(253 231 194 / 0.25); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/30{ + --tw-gradient-from: rgb(253 231 194 / 0.3); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/40{ + --tw-gradient-from: rgb(253 231 194 / 0.4); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/50{ + --tw-gradient-from: rgb(253 231 194 / 0.5); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/60{ + --tw-gradient-from: rgb(253 231 194 / 0.6); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/70{ + --tw-gradient-from: rgb(253 231 194 / 0.7); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/75{ + --tw-gradient-from: rgb(253 231 194 / 0.75); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/80{ + --tw-gradient-from: rgb(253 231 194 / 0.8); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/90{ + --tw-gradient-from: rgb(253 231 194 / 0.9); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/95{ + --tw-gradient-from: rgb(253 231 194 / 0.95); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-200\/100{ + --tw-gradient-from: rgb(253 231 194 / 1); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/0{ + --tw-gradient-from: rgb(251 216 157 / 0); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/5{ + --tw-gradient-from: rgb(251 216 157 / 0.05); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/10{ + --tw-gradient-from: rgb(251 216 157 / 0.1); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/20{ + --tw-gradient-from: rgb(251 216 157 / 0.2); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/25{ + --tw-gradient-from: rgb(251 216 157 / 0.25); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/30{ + --tw-gradient-from: rgb(251 216 157 / 0.3); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/40{ + --tw-gradient-from: rgb(251 216 157 / 0.4); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/50{ + --tw-gradient-from: rgb(251 216 157 / 0.5); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/60{ + --tw-gradient-from: rgb(251 216 157 / 0.6); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/70{ + --tw-gradient-from: rgb(251 216 157 / 0.7); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/75{ + --tw-gradient-from: rgb(251 216 157 / 0.75); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/80{ + --tw-gradient-from: rgb(251 216 157 / 0.8); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/90{ + --tw-gradient-from: rgb(251 216 157 / 0.9); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/95{ + --tw-gradient-from: rgb(251 216 157 / 0.95); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-300\/100{ + --tw-gradient-from: rgb(251 216 157 / 1); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/0{ + --tw-gradient-from: rgb(248 187 84 / 0); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/5{ + --tw-gradient-from: rgb(248 187 84 / 0.05); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/10{ + --tw-gradient-from: rgb(248 187 84 / 0.1); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/20{ + --tw-gradient-from: rgb(248 187 84 / 0.2); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/25{ + --tw-gradient-from: rgb(248 187 84 / 0.25); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/30{ + --tw-gradient-from: rgb(248 187 84 / 0.3); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/40{ + --tw-gradient-from: rgb(248 187 84 / 0.4); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/50{ + --tw-gradient-from: rgb(248 187 84 / 0.5); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/60{ + --tw-gradient-from: rgb(248 187 84 / 0.6); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/70{ + --tw-gradient-from: rgb(248 187 84 / 0.7); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/75{ + --tw-gradient-from: rgb(248 187 84 / 0.75); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/80{ + --tw-gradient-from: rgb(248 187 84 / 0.8); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/90{ + --tw-gradient-from: rgb(248 187 84 / 0.9); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/95{ + --tw-gradient-from: rgb(248 187 84 / 0.95); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-400\/100{ + --tw-gradient-from: rgb(248 187 84 / 1); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/0{ + --tw-gradient-from: rgb(245 158 11 / 0); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/5{ + --tw-gradient-from: rgb(245 158 11 / 0.05); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/10{ + --tw-gradient-from: rgb(245 158 11 / 0.1); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/20{ + --tw-gradient-from: rgb(245 158 11 / 0.2); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/25{ + --tw-gradient-from: rgb(245 158 11 / 0.25); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/30{ + --tw-gradient-from: rgb(245 158 11 / 0.3); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/40{ + --tw-gradient-from: rgb(245 158 11 / 0.4); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/50{ + --tw-gradient-from: rgb(245 158 11 / 0.5); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/60{ + --tw-gradient-from: rgb(245 158 11 / 0.6); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/70{ + --tw-gradient-from: rgb(245 158 11 / 0.7); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/75{ + --tw-gradient-from: rgb(245 158 11 / 0.75); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/80{ + --tw-gradient-from: rgb(245 158 11 / 0.8); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/90{ + --tw-gradient-from: rgb(245 158 11 / 0.9); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/95{ + --tw-gradient-from: rgb(245 158 11 / 0.95); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-500\/100{ + --tw-gradient-from: rgb(245 158 11 / 1); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/0{ + --tw-gradient-from: rgb(221 142 10 / 0); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/5{ + --tw-gradient-from: rgb(221 142 10 / 0.05); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/10{ + --tw-gradient-from: rgb(221 142 10 / 0.1); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/20{ + --tw-gradient-from: rgb(221 142 10 / 0.2); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/25{ + --tw-gradient-from: rgb(221 142 10 / 0.25); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/30{ + --tw-gradient-from: rgb(221 142 10 / 0.3); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/40{ + --tw-gradient-from: rgb(221 142 10 / 0.4); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/50{ + --tw-gradient-from: rgb(221 142 10 / 0.5); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/60{ + --tw-gradient-from: rgb(221 142 10 / 0.6); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/70{ + --tw-gradient-from: rgb(221 142 10 / 0.7); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/75{ + --tw-gradient-from: rgb(221 142 10 / 0.75); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/80{ + --tw-gradient-from: rgb(221 142 10 / 0.8); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/90{ + --tw-gradient-from: rgb(221 142 10 / 0.9); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/95{ + --tw-gradient-from: rgb(221 142 10 / 0.95); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-600\/100{ + --tw-gradient-from: rgb(221 142 10 / 1); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/0{ + --tw-gradient-from: rgb(184 119 8 / 0); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/5{ + --tw-gradient-from: rgb(184 119 8 / 0.05); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/10{ + --tw-gradient-from: rgb(184 119 8 / 0.1); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/20{ + --tw-gradient-from: rgb(184 119 8 / 0.2); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/25{ + --tw-gradient-from: rgb(184 119 8 / 0.25); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/30{ + --tw-gradient-from: rgb(184 119 8 / 0.3); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/40{ + --tw-gradient-from: rgb(184 119 8 / 0.4); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/50{ + --tw-gradient-from: rgb(184 119 8 / 0.5); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/60{ + --tw-gradient-from: rgb(184 119 8 / 0.6); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/70{ + --tw-gradient-from: rgb(184 119 8 / 0.7); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/75{ + --tw-gradient-from: rgb(184 119 8 / 0.75); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/80{ + --tw-gradient-from: rgb(184 119 8 / 0.8); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/90{ + --tw-gradient-from: rgb(184 119 8 / 0.9); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/95{ + --tw-gradient-from: rgb(184 119 8 / 0.95); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-700\/100{ + --tw-gradient-from: rgb(184 119 8 / 1); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/0{ + --tw-gradient-from: rgb(147 95 7 / 0); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/5{ + --tw-gradient-from: rgb(147 95 7 / 0.05); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/10{ + --tw-gradient-from: rgb(147 95 7 / 0.1); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/20{ + --tw-gradient-from: rgb(147 95 7 / 0.2); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/25{ + --tw-gradient-from: rgb(147 95 7 / 0.25); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/30{ + --tw-gradient-from: rgb(147 95 7 / 0.3); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/40{ + --tw-gradient-from: rgb(147 95 7 / 0.4); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/50{ + --tw-gradient-from: rgb(147 95 7 / 0.5); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/60{ + --tw-gradient-from: rgb(147 95 7 / 0.6); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/70{ + --tw-gradient-from: rgb(147 95 7 / 0.7); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/75{ + --tw-gradient-from: rgb(147 95 7 / 0.75); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/80{ + --tw-gradient-from: rgb(147 95 7 / 0.8); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/90{ + --tw-gradient-from: rgb(147 95 7 / 0.9); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/95{ + --tw-gradient-from: rgb(147 95 7 / 0.95); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-800\/100{ + --tw-gradient-from: rgb(147 95 7 / 1); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/0{ + --tw-gradient-from: rgb(120 77 5 / 0); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/5{ + --tw-gradient-from: rgb(120 77 5 / 0.05); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/10{ + --tw-gradient-from: rgb(120 77 5 / 0.1); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/20{ + --tw-gradient-from: rgb(120 77 5 / 0.2); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/25{ + --tw-gradient-from: rgb(120 77 5 / 0.25); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/30{ + --tw-gradient-from: rgb(120 77 5 / 0.3); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/40{ + --tw-gradient-from: rgb(120 77 5 / 0.4); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/50{ + --tw-gradient-from: rgb(120 77 5 / 0.5); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/60{ + --tw-gradient-from: rgb(120 77 5 / 0.6); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/70{ + --tw-gradient-from: rgb(120 77 5 / 0.7); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/75{ + --tw-gradient-from: rgb(120 77 5 / 0.75); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/80{ + --tw-gradient-from: rgb(120 77 5 / 0.8); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/90{ + --tw-gradient-from: rgb(120 77 5 / 0.9); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/95{ + --tw-gradient-from: rgb(120 77 5 / 0.95); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange-900\/100{ + --tw-gradient-from: rgb(120 77 5 / 1); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/0{ + --tw-gradient-from: rgb(245 158 11 / 0); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/5{ + --tw-gradient-from: rgb(245 158 11 / 0.05); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/10{ + --tw-gradient-from: rgb(245 158 11 / 0.1); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/20{ + --tw-gradient-from: rgb(245 158 11 / 0.2); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/25{ + --tw-gradient-from: rgb(245 158 11 / 0.25); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/30{ + --tw-gradient-from: rgb(245 158 11 / 0.3); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/40{ + --tw-gradient-from: rgb(245 158 11 / 0.4); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/50{ + --tw-gradient-from: rgb(245 158 11 / 0.5); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/60{ + --tw-gradient-from: rgb(245 158 11 / 0.6); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/70{ + --tw-gradient-from: rgb(245 158 11 / 0.7); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/75{ + --tw-gradient-from: rgb(245 158 11 / 0.75); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/80{ + --tw-gradient-from: rgb(245 158 11 / 0.8); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/90{ + --tw-gradient-from: rgb(245 158 11 / 0.9); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/95{ + --tw-gradient-from: rgb(245 158 11 / 0.95); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-orange\/100{ + --tw-gradient-from: rgb(245 158 11 / 1); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/0{ + --tw-gradient-from: rgb(255 251 235 / 0); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/5{ + --tw-gradient-from: rgb(255 251 235 / 0.05); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/10{ + --tw-gradient-from: rgb(255 251 235 / 0.1); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/20{ + --tw-gradient-from: rgb(255 251 235 / 0.2); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/25{ + --tw-gradient-from: rgb(255 251 235 / 0.25); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/30{ + --tw-gradient-from: rgb(255 251 235 / 0.3); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/40{ + --tw-gradient-from: rgb(255 251 235 / 0.4); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/50{ + --tw-gradient-from: rgb(255 251 235 / 0.5); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/60{ + --tw-gradient-from: rgb(255 251 235 / 0.6); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/70{ + --tw-gradient-from: rgb(255 251 235 / 0.7); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/75{ + --tw-gradient-from: rgb(255 251 235 / 0.75); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/80{ + --tw-gradient-from: rgb(255 251 235 / 0.8); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/90{ + --tw-gradient-from: rgb(255 251 235 / 0.9); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/95{ + --tw-gradient-from: rgb(255 251 235 / 0.95); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-50\/100{ + --tw-gradient-from: rgb(255 251 235 / 1); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/0{ + --tw-gradient-from: rgb(254 243 199 / 0); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/5{ + --tw-gradient-from: rgb(254 243 199 / 0.05); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/10{ + --tw-gradient-from: rgb(254 243 199 / 0.1); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/20{ + --tw-gradient-from: rgb(254 243 199 / 0.2); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/25{ + --tw-gradient-from: rgb(254 243 199 / 0.25); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/30{ + --tw-gradient-from: rgb(254 243 199 / 0.3); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/40{ + --tw-gradient-from: rgb(254 243 199 / 0.4); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/50{ + --tw-gradient-from: rgb(254 243 199 / 0.5); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/60{ + --tw-gradient-from: rgb(254 243 199 / 0.6); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/70{ + --tw-gradient-from: rgb(254 243 199 / 0.7); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/75{ + --tw-gradient-from: rgb(254 243 199 / 0.75); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/80{ + --tw-gradient-from: rgb(254 243 199 / 0.8); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/90{ + --tw-gradient-from: rgb(254 243 199 / 0.9); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/95{ + --tw-gradient-from: rgb(254 243 199 / 0.95); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-100\/100{ + --tw-gradient-from: rgb(254 243 199 / 1); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/0{ + --tw-gradient-from: rgb(253 230 138 / 0); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/5{ + --tw-gradient-from: rgb(253 230 138 / 0.05); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/10{ + --tw-gradient-from: rgb(253 230 138 / 0.1); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/20{ + --tw-gradient-from: rgb(253 230 138 / 0.2); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/25{ + --tw-gradient-from: rgb(253 230 138 / 0.25); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/30{ + --tw-gradient-from: rgb(253 230 138 / 0.3); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/40{ + --tw-gradient-from: rgb(253 230 138 / 0.4); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/50{ + --tw-gradient-from: rgb(253 230 138 / 0.5); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/60{ + --tw-gradient-from: rgb(253 230 138 / 0.6); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/70{ + --tw-gradient-from: rgb(253 230 138 / 0.7); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/75{ + --tw-gradient-from: rgb(253 230 138 / 0.75); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/80{ + --tw-gradient-from: rgb(253 230 138 / 0.8); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/90{ + --tw-gradient-from: rgb(253 230 138 / 0.9); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/95{ + --tw-gradient-from: rgb(253 230 138 / 0.95); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-200\/100{ + --tw-gradient-from: rgb(253 230 138 / 1); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/0{ + --tw-gradient-from: rgb(252 211 77 / 0); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/5{ + --tw-gradient-from: rgb(252 211 77 / 0.05); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/10{ + --tw-gradient-from: rgb(252 211 77 / 0.1); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/20{ + --tw-gradient-from: rgb(252 211 77 / 0.2); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/25{ + --tw-gradient-from: rgb(252 211 77 / 0.25); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/30{ + --tw-gradient-from: rgb(252 211 77 / 0.3); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/40{ + --tw-gradient-from: rgb(252 211 77 / 0.4); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/50{ + --tw-gradient-from: rgb(252 211 77 / 0.5); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/60{ + --tw-gradient-from: rgb(252 211 77 / 0.6); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/70{ + --tw-gradient-from: rgb(252 211 77 / 0.7); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/75{ + --tw-gradient-from: rgb(252 211 77 / 0.75); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/80{ + --tw-gradient-from: rgb(252 211 77 / 0.8); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/90{ + --tw-gradient-from: rgb(252 211 77 / 0.9); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/95{ + --tw-gradient-from: rgb(252 211 77 / 0.95); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-300\/100{ + --tw-gradient-from: rgb(252 211 77 / 1); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/0{ + --tw-gradient-from: rgb(251 191 36 / 0); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/5{ + --tw-gradient-from: rgb(251 191 36 / 0.05); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/10{ + --tw-gradient-from: rgb(251 191 36 / 0.1); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/20{ + --tw-gradient-from: rgb(251 191 36 / 0.2); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/25{ + --tw-gradient-from: rgb(251 191 36 / 0.25); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/30{ + --tw-gradient-from: rgb(251 191 36 / 0.3); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/40{ + --tw-gradient-from: rgb(251 191 36 / 0.4); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/50{ + --tw-gradient-from: rgb(251 191 36 / 0.5); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/60{ + --tw-gradient-from: rgb(251 191 36 / 0.6); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/70{ + --tw-gradient-from: rgb(251 191 36 / 0.7); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/75{ + --tw-gradient-from: rgb(251 191 36 / 0.75); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/80{ + --tw-gradient-from: rgb(251 191 36 / 0.8); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/90{ + --tw-gradient-from: rgb(251 191 36 / 0.9); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/95{ + --tw-gradient-from: rgb(251 191 36 / 0.95); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-400\/100{ + --tw-gradient-from: rgb(251 191 36 / 1); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/0{ + --tw-gradient-from: rgb(245 158 11 / 0); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/5{ + --tw-gradient-from: rgb(245 158 11 / 0.05); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/10{ + --tw-gradient-from: rgb(245 158 11 / 0.1); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/20{ + --tw-gradient-from: rgb(245 158 11 / 0.2); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/25{ + --tw-gradient-from: rgb(245 158 11 / 0.25); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/30{ + --tw-gradient-from: rgb(245 158 11 / 0.3); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/40{ + --tw-gradient-from: rgb(245 158 11 / 0.4); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/50{ + --tw-gradient-from: rgb(245 158 11 / 0.5); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/60{ + --tw-gradient-from: rgb(245 158 11 / 0.6); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/70{ + --tw-gradient-from: rgb(245 158 11 / 0.7); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/75{ + --tw-gradient-from: rgb(245 158 11 / 0.75); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/80{ + --tw-gradient-from: rgb(245 158 11 / 0.8); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/90{ + --tw-gradient-from: rgb(245 158 11 / 0.9); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/95{ + --tw-gradient-from: rgb(245 158 11 / 0.95); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-500\/100{ + --tw-gradient-from: rgb(245 158 11 / 1); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/0{ + --tw-gradient-from: rgb(217 119 6 / 0); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/5{ + --tw-gradient-from: rgb(217 119 6 / 0.05); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/10{ + --tw-gradient-from: rgb(217 119 6 / 0.1); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/20{ + --tw-gradient-from: rgb(217 119 6 / 0.2); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/25{ + --tw-gradient-from: rgb(217 119 6 / 0.25); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/30{ + --tw-gradient-from: rgb(217 119 6 / 0.3); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/40{ + --tw-gradient-from: rgb(217 119 6 / 0.4); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/50{ + --tw-gradient-from: rgb(217 119 6 / 0.5); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/60{ + --tw-gradient-from: rgb(217 119 6 / 0.6); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/70{ + --tw-gradient-from: rgb(217 119 6 / 0.7); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/75{ + --tw-gradient-from: rgb(217 119 6 / 0.75); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/80{ + --tw-gradient-from: rgb(217 119 6 / 0.8); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/90{ + --tw-gradient-from: rgb(217 119 6 / 0.9); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/95{ + --tw-gradient-from: rgb(217 119 6 / 0.95); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-600\/100{ + --tw-gradient-from: rgb(217 119 6 / 1); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/0{ + --tw-gradient-from: rgb(180 83 9 / 0); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/5{ + --tw-gradient-from: rgb(180 83 9 / 0.05); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/10{ + --tw-gradient-from: rgb(180 83 9 / 0.1); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/20{ + --tw-gradient-from: rgb(180 83 9 / 0.2); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/25{ + --tw-gradient-from: rgb(180 83 9 / 0.25); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/30{ + --tw-gradient-from: rgb(180 83 9 / 0.3); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/40{ + --tw-gradient-from: rgb(180 83 9 / 0.4); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/50{ + --tw-gradient-from: rgb(180 83 9 / 0.5); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/60{ + --tw-gradient-from: rgb(180 83 9 / 0.6); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/70{ + --tw-gradient-from: rgb(180 83 9 / 0.7); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/75{ + --tw-gradient-from: rgb(180 83 9 / 0.75); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/80{ + --tw-gradient-from: rgb(180 83 9 / 0.8); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/90{ + --tw-gradient-from: rgb(180 83 9 / 0.9); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/95{ + --tw-gradient-from: rgb(180 83 9 / 0.95); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-700\/100{ + --tw-gradient-from: rgb(180 83 9 / 1); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/0{ + --tw-gradient-from: rgb(146 64 14 / 0); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/5{ + --tw-gradient-from: rgb(146 64 14 / 0.05); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/10{ + --tw-gradient-from: rgb(146 64 14 / 0.1); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/20{ + --tw-gradient-from: rgb(146 64 14 / 0.2); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/25{ + --tw-gradient-from: rgb(146 64 14 / 0.25); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/30{ + --tw-gradient-from: rgb(146 64 14 / 0.3); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/40{ + --tw-gradient-from: rgb(146 64 14 / 0.4); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/50{ + --tw-gradient-from: rgb(146 64 14 / 0.5); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/60{ + --tw-gradient-from: rgb(146 64 14 / 0.6); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/70{ + --tw-gradient-from: rgb(146 64 14 / 0.7); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/75{ + --tw-gradient-from: rgb(146 64 14 / 0.75); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/80{ + --tw-gradient-from: rgb(146 64 14 / 0.8); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/90{ + --tw-gradient-from: rgb(146 64 14 / 0.9); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/95{ + --tw-gradient-from: rgb(146 64 14 / 0.95); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-800\/100{ + --tw-gradient-from: rgb(146 64 14 / 1); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/0{ + --tw-gradient-from: rgb(120 53 15 / 0); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/5{ + --tw-gradient-from: rgb(120 53 15 / 0.05); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/10{ + --tw-gradient-from: rgb(120 53 15 / 0.1); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/20{ + --tw-gradient-from: rgb(120 53 15 / 0.2); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/25{ + --tw-gradient-from: rgb(120 53 15 / 0.25); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/30{ + --tw-gradient-from: rgb(120 53 15 / 0.3); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/40{ + --tw-gradient-from: rgb(120 53 15 / 0.4); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/50{ + --tw-gradient-from: rgb(120 53 15 / 0.5); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/60{ + --tw-gradient-from: rgb(120 53 15 / 0.6); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/70{ + --tw-gradient-from: rgb(120 53 15 / 0.7); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/75{ + --tw-gradient-from: rgb(120 53 15 / 0.75); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/80{ + --tw-gradient-from: rgb(120 53 15 / 0.8); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/90{ + --tw-gradient-from: rgb(120 53 15 / 0.9); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/95{ + --tw-gradient-from: rgb(120 53 15 / 0.95); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-amber-900\/100{ + --tw-gradient-from: rgb(120 53 15 / 1); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/0{ + --tw-gradient-from: rgb(253 253 234 / 0); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/5{ + --tw-gradient-from: rgb(253 253 234 / 0.05); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/10{ + --tw-gradient-from: rgb(253 253 234 / 0.1); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/20{ + --tw-gradient-from: rgb(253 253 234 / 0.2); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/25{ + --tw-gradient-from: rgb(253 253 234 / 0.25); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/30{ + --tw-gradient-from: rgb(253 253 234 / 0.3); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/40{ + --tw-gradient-from: rgb(253 253 234 / 0.4); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/50{ + --tw-gradient-from: rgb(253 253 234 / 0.5); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/60{ + --tw-gradient-from: rgb(253 253 234 / 0.6); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/70{ + --tw-gradient-from: rgb(253 253 234 / 0.7); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/75{ + --tw-gradient-from: rgb(253 253 234 / 0.75); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/80{ + --tw-gradient-from: rgb(253 253 234 / 0.8); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/90{ + --tw-gradient-from: rgb(253 253 234 / 0.9); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/95{ + --tw-gradient-from: rgb(253 253 234 / 0.95); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-50\/100{ + --tw-gradient-from: rgb(253 253 234 / 1); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/0{ + --tw-gradient-from: rgb(253 246 178 / 0); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/5{ + --tw-gradient-from: rgb(253 246 178 / 0.05); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/10{ + --tw-gradient-from: rgb(253 246 178 / 0.1); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/20{ + --tw-gradient-from: rgb(253 246 178 / 0.2); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/25{ + --tw-gradient-from: rgb(253 246 178 / 0.25); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/30{ + --tw-gradient-from: rgb(253 246 178 / 0.3); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/40{ + --tw-gradient-from: rgb(253 246 178 / 0.4); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/50{ + --tw-gradient-from: rgb(253 246 178 / 0.5); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/60{ + --tw-gradient-from: rgb(253 246 178 / 0.6); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/70{ + --tw-gradient-from: rgb(253 246 178 / 0.7); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/75{ + --tw-gradient-from: rgb(253 246 178 / 0.75); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/80{ + --tw-gradient-from: rgb(253 246 178 / 0.8); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/90{ + --tw-gradient-from: rgb(253 246 178 / 0.9); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/95{ + --tw-gradient-from: rgb(253 246 178 / 0.95); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-100\/100{ + --tw-gradient-from: rgb(253 246 178 / 1); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/0{ + --tw-gradient-from: rgb(252 233 106 / 0); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/5{ + --tw-gradient-from: rgb(252 233 106 / 0.05); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/10{ + --tw-gradient-from: rgb(252 233 106 / 0.1); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/20{ + --tw-gradient-from: rgb(252 233 106 / 0.2); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/25{ + --tw-gradient-from: rgb(252 233 106 / 0.25); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/30{ + --tw-gradient-from: rgb(252 233 106 / 0.3); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/40{ + --tw-gradient-from: rgb(252 233 106 / 0.4); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/50{ + --tw-gradient-from: rgb(252 233 106 / 0.5); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/60{ + --tw-gradient-from: rgb(252 233 106 / 0.6); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/70{ + --tw-gradient-from: rgb(252 233 106 / 0.7); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/75{ + --tw-gradient-from: rgb(252 233 106 / 0.75); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/80{ + --tw-gradient-from: rgb(252 233 106 / 0.8); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/90{ + --tw-gradient-from: rgb(252 233 106 / 0.9); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/95{ + --tw-gradient-from: rgb(252 233 106 / 0.95); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-200\/100{ + --tw-gradient-from: rgb(252 233 106 / 1); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/0{ + --tw-gradient-from: rgb(250 202 21 / 0); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/5{ + --tw-gradient-from: rgb(250 202 21 / 0.05); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/10{ + --tw-gradient-from: rgb(250 202 21 / 0.1); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/20{ + --tw-gradient-from: rgb(250 202 21 / 0.2); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/25{ + --tw-gradient-from: rgb(250 202 21 / 0.25); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/30{ + --tw-gradient-from: rgb(250 202 21 / 0.3); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/40{ + --tw-gradient-from: rgb(250 202 21 / 0.4); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/50{ + --tw-gradient-from: rgb(250 202 21 / 0.5); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/60{ + --tw-gradient-from: rgb(250 202 21 / 0.6); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/70{ + --tw-gradient-from: rgb(250 202 21 / 0.7); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/75{ + --tw-gradient-from: rgb(250 202 21 / 0.75); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/80{ + --tw-gradient-from: rgb(250 202 21 / 0.8); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/90{ + --tw-gradient-from: rgb(250 202 21 / 0.9); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/95{ + --tw-gradient-from: rgb(250 202 21 / 0.95); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-300\/100{ + --tw-gradient-from: rgb(250 202 21 / 1); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/0{ + --tw-gradient-from: rgb(227 160 8 / 0); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/5{ + --tw-gradient-from: rgb(227 160 8 / 0.05); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/10{ + --tw-gradient-from: rgb(227 160 8 / 0.1); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/20{ + --tw-gradient-from: rgb(227 160 8 / 0.2); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/25{ + --tw-gradient-from: rgb(227 160 8 / 0.25); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/30{ + --tw-gradient-from: rgb(227 160 8 / 0.3); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/40{ + --tw-gradient-from: rgb(227 160 8 / 0.4); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/50{ + --tw-gradient-from: rgb(227 160 8 / 0.5); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/60{ + --tw-gradient-from: rgb(227 160 8 / 0.6); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/70{ + --tw-gradient-from: rgb(227 160 8 / 0.7); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/75{ + --tw-gradient-from: rgb(227 160 8 / 0.75); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/80{ + --tw-gradient-from: rgb(227 160 8 / 0.8); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/90{ + --tw-gradient-from: rgb(227 160 8 / 0.9); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/95{ + --tw-gradient-from: rgb(227 160 8 / 0.95); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-400\/100{ + --tw-gradient-from: rgb(227 160 8 / 1); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/0{ + --tw-gradient-from: rgb(194 120 3 / 0); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/5{ + --tw-gradient-from: rgb(194 120 3 / 0.05); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/10{ + --tw-gradient-from: rgb(194 120 3 / 0.1); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/20{ + --tw-gradient-from: rgb(194 120 3 / 0.2); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/25{ + --tw-gradient-from: rgb(194 120 3 / 0.25); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/30{ + --tw-gradient-from: rgb(194 120 3 / 0.3); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/40{ + --tw-gradient-from: rgb(194 120 3 / 0.4); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/50{ + --tw-gradient-from: rgb(194 120 3 / 0.5); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/60{ + --tw-gradient-from: rgb(194 120 3 / 0.6); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/70{ + --tw-gradient-from: rgb(194 120 3 / 0.7); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/75{ + --tw-gradient-from: rgb(194 120 3 / 0.75); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/80{ + --tw-gradient-from: rgb(194 120 3 / 0.8); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/90{ + --tw-gradient-from: rgb(194 120 3 / 0.9); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/95{ + --tw-gradient-from: rgb(194 120 3 / 0.95); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-500\/100{ + --tw-gradient-from: rgb(194 120 3 / 1); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/0{ + --tw-gradient-from: rgb(159 88 10 / 0); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/5{ + --tw-gradient-from: rgb(159 88 10 / 0.05); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/10{ + --tw-gradient-from: rgb(159 88 10 / 0.1); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/20{ + --tw-gradient-from: rgb(159 88 10 / 0.2); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/25{ + --tw-gradient-from: rgb(159 88 10 / 0.25); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/30{ + --tw-gradient-from: rgb(159 88 10 / 0.3); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/40{ + --tw-gradient-from: rgb(159 88 10 / 0.4); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/50{ + --tw-gradient-from: rgb(159 88 10 / 0.5); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/60{ + --tw-gradient-from: rgb(159 88 10 / 0.6); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/70{ + --tw-gradient-from: rgb(159 88 10 / 0.7); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/75{ + --tw-gradient-from: rgb(159 88 10 / 0.75); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/80{ + --tw-gradient-from: rgb(159 88 10 / 0.8); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/90{ + --tw-gradient-from: rgb(159 88 10 / 0.9); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/95{ + --tw-gradient-from: rgb(159 88 10 / 0.95); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-600\/100{ + --tw-gradient-from: rgb(159 88 10 / 1); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/0{ + --tw-gradient-from: rgb(142 75 16 / 0); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/5{ + --tw-gradient-from: rgb(142 75 16 / 0.05); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/10{ + --tw-gradient-from: rgb(142 75 16 / 0.1); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/20{ + --tw-gradient-from: rgb(142 75 16 / 0.2); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/25{ + --tw-gradient-from: rgb(142 75 16 / 0.25); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/30{ + --tw-gradient-from: rgb(142 75 16 / 0.3); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/40{ + --tw-gradient-from: rgb(142 75 16 / 0.4); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/50{ + --tw-gradient-from: rgb(142 75 16 / 0.5); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/60{ + --tw-gradient-from: rgb(142 75 16 / 0.6); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/70{ + --tw-gradient-from: rgb(142 75 16 / 0.7); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/75{ + --tw-gradient-from: rgb(142 75 16 / 0.75); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/80{ + --tw-gradient-from: rgb(142 75 16 / 0.8); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/90{ + --tw-gradient-from: rgb(142 75 16 / 0.9); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/95{ + --tw-gradient-from: rgb(142 75 16 / 0.95); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-700\/100{ + --tw-gradient-from: rgb(142 75 16 / 1); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/0{ + --tw-gradient-from: rgb(114 59 19 / 0); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/5{ + --tw-gradient-from: rgb(114 59 19 / 0.05); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/10{ + --tw-gradient-from: rgb(114 59 19 / 0.1); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/20{ + --tw-gradient-from: rgb(114 59 19 / 0.2); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/25{ + --tw-gradient-from: rgb(114 59 19 / 0.25); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/30{ + --tw-gradient-from: rgb(114 59 19 / 0.3); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/40{ + --tw-gradient-from: rgb(114 59 19 / 0.4); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/50{ + --tw-gradient-from: rgb(114 59 19 / 0.5); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/60{ + --tw-gradient-from: rgb(114 59 19 / 0.6); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/70{ + --tw-gradient-from: rgb(114 59 19 / 0.7); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/75{ + --tw-gradient-from: rgb(114 59 19 / 0.75); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/80{ + --tw-gradient-from: rgb(114 59 19 / 0.8); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/90{ + --tw-gradient-from: rgb(114 59 19 / 0.9); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/95{ + --tw-gradient-from: rgb(114 59 19 / 0.95); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-800\/100{ + --tw-gradient-from: rgb(114 59 19 / 1); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/0{ + --tw-gradient-from: rgb(99 49 18 / 0); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/5{ + --tw-gradient-from: rgb(99 49 18 / 0.05); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/10{ + --tw-gradient-from: rgb(99 49 18 / 0.1); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/20{ + --tw-gradient-from: rgb(99 49 18 / 0.2); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/25{ + --tw-gradient-from: rgb(99 49 18 / 0.25); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/30{ + --tw-gradient-from: rgb(99 49 18 / 0.3); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/40{ + --tw-gradient-from: rgb(99 49 18 / 0.4); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/50{ + --tw-gradient-from: rgb(99 49 18 / 0.5); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/60{ + --tw-gradient-from: rgb(99 49 18 / 0.6); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/70{ + --tw-gradient-from: rgb(99 49 18 / 0.7); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/75{ + --tw-gradient-from: rgb(99 49 18 / 0.75); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/80{ + --tw-gradient-from: rgb(99 49 18 / 0.8); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/90{ + --tw-gradient-from: rgb(99 49 18 / 0.9); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/95{ + --tw-gradient-from: rgb(99 49 18 / 0.95); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-yellow-900\/100{ + --tw-gradient-from: rgb(99 49 18 / 1); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/0{ + --tw-gradient-from: rgb(247 254 231 / 0); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/5{ + --tw-gradient-from: rgb(247 254 231 / 0.05); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/10{ + --tw-gradient-from: rgb(247 254 231 / 0.1); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/20{ + --tw-gradient-from: rgb(247 254 231 / 0.2); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/25{ + --tw-gradient-from: rgb(247 254 231 / 0.25); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/30{ + --tw-gradient-from: rgb(247 254 231 / 0.3); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/40{ + --tw-gradient-from: rgb(247 254 231 / 0.4); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/50{ + --tw-gradient-from: rgb(247 254 231 / 0.5); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/60{ + --tw-gradient-from: rgb(247 254 231 / 0.6); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/70{ + --tw-gradient-from: rgb(247 254 231 / 0.7); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/75{ + --tw-gradient-from: rgb(247 254 231 / 0.75); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/80{ + --tw-gradient-from: rgb(247 254 231 / 0.8); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/90{ + --tw-gradient-from: rgb(247 254 231 / 0.9); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/95{ + --tw-gradient-from: rgb(247 254 231 / 0.95); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-50\/100{ + --tw-gradient-from: rgb(247 254 231 / 1); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/0{ + --tw-gradient-from: rgb(236 252 203 / 0); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/5{ + --tw-gradient-from: rgb(236 252 203 / 0.05); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/10{ + --tw-gradient-from: rgb(236 252 203 / 0.1); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/20{ + --tw-gradient-from: rgb(236 252 203 / 0.2); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/25{ + --tw-gradient-from: rgb(236 252 203 / 0.25); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/30{ + --tw-gradient-from: rgb(236 252 203 / 0.3); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/40{ + --tw-gradient-from: rgb(236 252 203 / 0.4); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/50{ + --tw-gradient-from: rgb(236 252 203 / 0.5); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/60{ + --tw-gradient-from: rgb(236 252 203 / 0.6); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/70{ + --tw-gradient-from: rgb(236 252 203 / 0.7); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/75{ + --tw-gradient-from: rgb(236 252 203 / 0.75); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/80{ + --tw-gradient-from: rgb(236 252 203 / 0.8); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/90{ + --tw-gradient-from: rgb(236 252 203 / 0.9); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/95{ + --tw-gradient-from: rgb(236 252 203 / 0.95); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-100\/100{ + --tw-gradient-from: rgb(236 252 203 / 1); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/0{ + --tw-gradient-from: rgb(217 249 157 / 0); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/5{ + --tw-gradient-from: rgb(217 249 157 / 0.05); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/10{ + --tw-gradient-from: rgb(217 249 157 / 0.1); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/20{ + --tw-gradient-from: rgb(217 249 157 / 0.2); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/25{ + --tw-gradient-from: rgb(217 249 157 / 0.25); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/30{ + --tw-gradient-from: rgb(217 249 157 / 0.3); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/40{ + --tw-gradient-from: rgb(217 249 157 / 0.4); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/50{ + --tw-gradient-from: rgb(217 249 157 / 0.5); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/60{ + --tw-gradient-from: rgb(217 249 157 / 0.6); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/70{ + --tw-gradient-from: rgb(217 249 157 / 0.7); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/75{ + --tw-gradient-from: rgb(217 249 157 / 0.75); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/80{ + --tw-gradient-from: rgb(217 249 157 / 0.8); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/90{ + --tw-gradient-from: rgb(217 249 157 / 0.9); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/95{ + --tw-gradient-from: rgb(217 249 157 / 0.95); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-200\/100{ + --tw-gradient-from: rgb(217 249 157 / 1); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/0{ + --tw-gradient-from: rgb(190 242 100 / 0); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/5{ + --tw-gradient-from: rgb(190 242 100 / 0.05); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/10{ + --tw-gradient-from: rgb(190 242 100 / 0.1); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/20{ + --tw-gradient-from: rgb(190 242 100 / 0.2); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/25{ + --tw-gradient-from: rgb(190 242 100 / 0.25); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/30{ + --tw-gradient-from: rgb(190 242 100 / 0.3); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/40{ + --tw-gradient-from: rgb(190 242 100 / 0.4); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/50{ + --tw-gradient-from: rgb(190 242 100 / 0.5); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/60{ + --tw-gradient-from: rgb(190 242 100 / 0.6); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/70{ + --tw-gradient-from: rgb(190 242 100 / 0.7); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/75{ + --tw-gradient-from: rgb(190 242 100 / 0.75); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/80{ + --tw-gradient-from: rgb(190 242 100 / 0.8); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/90{ + --tw-gradient-from: rgb(190 242 100 / 0.9); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/95{ + --tw-gradient-from: rgb(190 242 100 / 0.95); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-300\/100{ + --tw-gradient-from: rgb(190 242 100 / 1); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/0{ + --tw-gradient-from: rgb(163 230 53 / 0); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/5{ + --tw-gradient-from: rgb(163 230 53 / 0.05); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/10{ + --tw-gradient-from: rgb(163 230 53 / 0.1); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/20{ + --tw-gradient-from: rgb(163 230 53 / 0.2); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/25{ + --tw-gradient-from: rgb(163 230 53 / 0.25); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/30{ + --tw-gradient-from: rgb(163 230 53 / 0.3); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/40{ + --tw-gradient-from: rgb(163 230 53 / 0.4); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/50{ + --tw-gradient-from: rgb(163 230 53 / 0.5); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/60{ + --tw-gradient-from: rgb(163 230 53 / 0.6); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/70{ + --tw-gradient-from: rgb(163 230 53 / 0.7); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/75{ + --tw-gradient-from: rgb(163 230 53 / 0.75); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/80{ + --tw-gradient-from: rgb(163 230 53 / 0.8); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/90{ + --tw-gradient-from: rgb(163 230 53 / 0.9); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/95{ + --tw-gradient-from: rgb(163 230 53 / 0.95); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-400\/100{ + --tw-gradient-from: rgb(163 230 53 / 1); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/0{ + --tw-gradient-from: rgb(132 204 22 / 0); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/5{ + --tw-gradient-from: rgb(132 204 22 / 0.05); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/10{ + --tw-gradient-from: rgb(132 204 22 / 0.1); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/20{ + --tw-gradient-from: rgb(132 204 22 / 0.2); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/25{ + --tw-gradient-from: rgb(132 204 22 / 0.25); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/30{ + --tw-gradient-from: rgb(132 204 22 / 0.3); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/40{ + --tw-gradient-from: rgb(132 204 22 / 0.4); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/50{ + --tw-gradient-from: rgb(132 204 22 / 0.5); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/60{ + --tw-gradient-from: rgb(132 204 22 / 0.6); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/70{ + --tw-gradient-from: rgb(132 204 22 / 0.7); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/75{ + --tw-gradient-from: rgb(132 204 22 / 0.75); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/80{ + --tw-gradient-from: rgb(132 204 22 / 0.8); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/90{ + --tw-gradient-from: rgb(132 204 22 / 0.9); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/95{ + --tw-gradient-from: rgb(132 204 22 / 0.95); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-500\/100{ + --tw-gradient-from: rgb(132 204 22 / 1); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/0{ + --tw-gradient-from: rgb(101 163 13 / 0); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/5{ + --tw-gradient-from: rgb(101 163 13 / 0.05); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/10{ + --tw-gradient-from: rgb(101 163 13 / 0.1); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/20{ + --tw-gradient-from: rgb(101 163 13 / 0.2); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/25{ + --tw-gradient-from: rgb(101 163 13 / 0.25); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/30{ + --tw-gradient-from: rgb(101 163 13 / 0.3); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/40{ + --tw-gradient-from: rgb(101 163 13 / 0.4); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/50{ + --tw-gradient-from: rgb(101 163 13 / 0.5); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/60{ + --tw-gradient-from: rgb(101 163 13 / 0.6); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/70{ + --tw-gradient-from: rgb(101 163 13 / 0.7); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/75{ + --tw-gradient-from: rgb(101 163 13 / 0.75); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/80{ + --tw-gradient-from: rgb(101 163 13 / 0.8); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/90{ + --tw-gradient-from: rgb(101 163 13 / 0.9); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/95{ + --tw-gradient-from: rgb(101 163 13 / 0.95); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-600\/100{ + --tw-gradient-from: rgb(101 163 13 / 1); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/0{ + --tw-gradient-from: rgb(77 124 15 / 0); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/5{ + --tw-gradient-from: rgb(77 124 15 / 0.05); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/10{ + --tw-gradient-from: rgb(77 124 15 / 0.1); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/20{ + --tw-gradient-from: rgb(77 124 15 / 0.2); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/25{ + --tw-gradient-from: rgb(77 124 15 / 0.25); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/30{ + --tw-gradient-from: rgb(77 124 15 / 0.3); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/40{ + --tw-gradient-from: rgb(77 124 15 / 0.4); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/50{ + --tw-gradient-from: rgb(77 124 15 / 0.5); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/60{ + --tw-gradient-from: rgb(77 124 15 / 0.6); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/70{ + --tw-gradient-from: rgb(77 124 15 / 0.7); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/75{ + --tw-gradient-from: rgb(77 124 15 / 0.75); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/80{ + --tw-gradient-from: rgb(77 124 15 / 0.8); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/90{ + --tw-gradient-from: rgb(77 124 15 / 0.9); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/95{ + --tw-gradient-from: rgb(77 124 15 / 0.95); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-700\/100{ + --tw-gradient-from: rgb(77 124 15 / 1); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/0{ + --tw-gradient-from: rgb(63 98 18 / 0); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/5{ + --tw-gradient-from: rgb(63 98 18 / 0.05); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/10{ + --tw-gradient-from: rgb(63 98 18 / 0.1); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/20{ + --tw-gradient-from: rgb(63 98 18 / 0.2); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/25{ + --tw-gradient-from: rgb(63 98 18 / 0.25); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/30{ + --tw-gradient-from: rgb(63 98 18 / 0.3); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/40{ + --tw-gradient-from: rgb(63 98 18 / 0.4); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/50{ + --tw-gradient-from: rgb(63 98 18 / 0.5); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/60{ + --tw-gradient-from: rgb(63 98 18 / 0.6); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/70{ + --tw-gradient-from: rgb(63 98 18 / 0.7); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/75{ + --tw-gradient-from: rgb(63 98 18 / 0.75); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/80{ + --tw-gradient-from: rgb(63 98 18 / 0.8); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/90{ + --tw-gradient-from: rgb(63 98 18 / 0.9); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/95{ + --tw-gradient-from: rgb(63 98 18 / 0.95); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-800\/100{ + --tw-gradient-from: rgb(63 98 18 / 1); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/0{ + --tw-gradient-from: rgb(54 83 20 / 0); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/5{ + --tw-gradient-from: rgb(54 83 20 / 0.05); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/10{ + --tw-gradient-from: rgb(54 83 20 / 0.1); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/20{ + --tw-gradient-from: rgb(54 83 20 / 0.2); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/25{ + --tw-gradient-from: rgb(54 83 20 / 0.25); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/30{ + --tw-gradient-from: rgb(54 83 20 / 0.3); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/40{ + --tw-gradient-from: rgb(54 83 20 / 0.4); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/50{ + --tw-gradient-from: rgb(54 83 20 / 0.5); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/60{ + --tw-gradient-from: rgb(54 83 20 / 0.6); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/70{ + --tw-gradient-from: rgb(54 83 20 / 0.7); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/75{ + --tw-gradient-from: rgb(54 83 20 / 0.75); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/80{ + --tw-gradient-from: rgb(54 83 20 / 0.8); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/90{ + --tw-gradient-from: rgb(54 83 20 / 0.9); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/95{ + --tw-gradient-from: rgb(54 83 20 / 0.95); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lime-900\/100{ + --tw-gradient-from: rgb(54 83 20 / 1); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/0{ + --tw-gradient-from: rgb(248 250 246 / 0); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/5{ + --tw-gradient-from: rgb(248 250 246 / 0.05); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/10{ + --tw-gradient-from: rgb(248 250 246 / 0.1); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/20{ + --tw-gradient-from: rgb(248 250 246 / 0.2); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/25{ + --tw-gradient-from: rgb(248 250 246 / 0.25); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/30{ + --tw-gradient-from: rgb(248 250 246 / 0.3); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/40{ + --tw-gradient-from: rgb(248 250 246 / 0.4); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/50{ + --tw-gradient-from: rgb(248 250 246 / 0.5); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/60{ + --tw-gradient-from: rgb(248 250 246 / 0.6); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/70{ + --tw-gradient-from: rgb(248 250 246 / 0.7); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/75{ + --tw-gradient-from: rgb(248 250 246 / 0.75); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/80{ + --tw-gradient-from: rgb(248 250 246 / 0.8); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/90{ + --tw-gradient-from: rgb(248 250 246 / 0.9); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/95{ + --tw-gradient-from: rgb(248 250 246 / 0.95); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-50\/100{ + --tw-gradient-from: rgb(248 250 246 / 1); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/0{ + --tw-gradient-from: rgb(241 246 238 / 0); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/5{ + --tw-gradient-from: rgb(241 246 238 / 0.05); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/10{ + --tw-gradient-from: rgb(241 246 238 / 0.1); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/20{ + --tw-gradient-from: rgb(241 246 238 / 0.2); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/25{ + --tw-gradient-from: rgb(241 246 238 / 0.25); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/30{ + --tw-gradient-from: rgb(241 246 238 / 0.3); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/40{ + --tw-gradient-from: rgb(241 246 238 / 0.4); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/50{ + --tw-gradient-from: rgb(241 246 238 / 0.5); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/60{ + --tw-gradient-from: rgb(241 246 238 / 0.6); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/70{ + --tw-gradient-from: rgb(241 246 238 / 0.7); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/75{ + --tw-gradient-from: rgb(241 246 238 / 0.75); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/80{ + --tw-gradient-from: rgb(241 246 238 / 0.8); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/90{ + --tw-gradient-from: rgb(241 246 238 / 0.9); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/95{ + --tw-gradient-from: rgb(241 246 238 / 0.95); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-100\/100{ + --tw-gradient-from: rgb(241 246 238 / 1); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/0{ + --tw-gradient-from: rgb(219 232 212 / 0); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/5{ + --tw-gradient-from: rgb(219 232 212 / 0.05); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/10{ + --tw-gradient-from: rgb(219 232 212 / 0.1); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/20{ + --tw-gradient-from: rgb(219 232 212 / 0.2); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/25{ + --tw-gradient-from: rgb(219 232 212 / 0.25); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/30{ + --tw-gradient-from: rgb(219 232 212 / 0.3); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/40{ + --tw-gradient-from: rgb(219 232 212 / 0.4); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/50{ + --tw-gradient-from: rgb(219 232 212 / 0.5); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/60{ + --tw-gradient-from: rgb(219 232 212 / 0.6); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/70{ + --tw-gradient-from: rgb(219 232 212 / 0.7); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/75{ + --tw-gradient-from: rgb(219 232 212 / 0.75); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/80{ + --tw-gradient-from: rgb(219 232 212 / 0.8); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/90{ + --tw-gradient-from: rgb(219 232 212 / 0.9); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/95{ + --tw-gradient-from: rgb(219 232 212 / 0.95); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-200\/100{ + --tw-gradient-from: rgb(219 232 212 / 1); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/0{ + --tw-gradient-from: rgb(197 217 186 / 0); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/5{ + --tw-gradient-from: rgb(197 217 186 / 0.05); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/10{ + --tw-gradient-from: rgb(197 217 186 / 0.1); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/20{ + --tw-gradient-from: rgb(197 217 186 / 0.2); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/25{ + --tw-gradient-from: rgb(197 217 186 / 0.25); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/30{ + --tw-gradient-from: rgb(197 217 186 / 0.3); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/40{ + --tw-gradient-from: rgb(197 217 186 / 0.4); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/50{ + --tw-gradient-from: rgb(197 217 186 / 0.5); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/60{ + --tw-gradient-from: rgb(197 217 186 / 0.6); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/70{ + --tw-gradient-from: rgb(197 217 186 / 0.7); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/75{ + --tw-gradient-from: rgb(197 217 186 / 0.75); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/80{ + --tw-gradient-from: rgb(197 217 186 / 0.8); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/90{ + --tw-gradient-from: rgb(197 217 186 / 0.9); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/95{ + --tw-gradient-from: rgb(197 217 186 / 0.95); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-300\/100{ + --tw-gradient-from: rgb(197 217 186 / 1); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/0{ + --tw-gradient-from: rgb(154 189 134 / 0); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/5{ + --tw-gradient-from: rgb(154 189 134 / 0.05); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/10{ + --tw-gradient-from: rgb(154 189 134 / 0.1); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/20{ + --tw-gradient-from: rgb(154 189 134 / 0.2); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/25{ + --tw-gradient-from: rgb(154 189 134 / 0.25); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/30{ + --tw-gradient-from: rgb(154 189 134 / 0.3); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/40{ + --tw-gradient-from: rgb(154 189 134 / 0.4); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/50{ + --tw-gradient-from: rgb(154 189 134 / 0.5); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/60{ + --tw-gradient-from: rgb(154 189 134 / 0.6); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/70{ + --tw-gradient-from: rgb(154 189 134 / 0.7); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/75{ + --tw-gradient-from: rgb(154 189 134 / 0.75); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/80{ + --tw-gradient-from: rgb(154 189 134 / 0.8); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/90{ + --tw-gradient-from: rgb(154 189 134 / 0.9); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/95{ + --tw-gradient-from: rgb(154 189 134 / 0.95); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-400\/100{ + --tw-gradient-from: rgb(154 189 134 / 1); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/0{ + --tw-gradient-from: rgb(110 161 82 / 0); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/5{ + --tw-gradient-from: rgb(110 161 82 / 0.05); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/10{ + --tw-gradient-from: rgb(110 161 82 / 0.1); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/20{ + --tw-gradient-from: rgb(110 161 82 / 0.2); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/25{ + --tw-gradient-from: rgb(110 161 82 / 0.25); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/30{ + --tw-gradient-from: rgb(110 161 82 / 0.3); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/40{ + --tw-gradient-from: rgb(110 161 82 / 0.4); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/50{ + --tw-gradient-from: rgb(110 161 82 / 0.5); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/60{ + --tw-gradient-from: rgb(110 161 82 / 0.6); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/70{ + --tw-gradient-from: rgb(110 161 82 / 0.7); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/75{ + --tw-gradient-from: rgb(110 161 82 / 0.75); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/80{ + --tw-gradient-from: rgb(110 161 82 / 0.8); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/90{ + --tw-gradient-from: rgb(110 161 82 / 0.9); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/95{ + --tw-gradient-from: rgb(110 161 82 / 0.95); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-500\/100{ + --tw-gradient-from: rgb(110 161 82 / 1); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/0{ + --tw-gradient-from: rgb(99 145 74 / 0); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/5{ + --tw-gradient-from: rgb(99 145 74 / 0.05); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/10{ + --tw-gradient-from: rgb(99 145 74 / 0.1); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/20{ + --tw-gradient-from: rgb(99 145 74 / 0.2); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/25{ + --tw-gradient-from: rgb(99 145 74 / 0.25); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/30{ + --tw-gradient-from: rgb(99 145 74 / 0.3); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/40{ + --tw-gradient-from: rgb(99 145 74 / 0.4); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/50{ + --tw-gradient-from: rgb(99 145 74 / 0.5); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/60{ + --tw-gradient-from: rgb(99 145 74 / 0.6); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/70{ + --tw-gradient-from: rgb(99 145 74 / 0.7); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/75{ + --tw-gradient-from: rgb(99 145 74 / 0.75); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/80{ + --tw-gradient-from: rgb(99 145 74 / 0.8); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/90{ + --tw-gradient-from: rgb(99 145 74 / 0.9); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/95{ + --tw-gradient-from: rgb(99 145 74 / 0.95); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-600\/100{ + --tw-gradient-from: rgb(99 145 74 / 1); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/0{ + --tw-gradient-from: rgb(83 121 62 / 0); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/5{ + --tw-gradient-from: rgb(83 121 62 / 0.05); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/10{ + --tw-gradient-from: rgb(83 121 62 / 0.1); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/20{ + --tw-gradient-from: rgb(83 121 62 / 0.2); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/25{ + --tw-gradient-from: rgb(83 121 62 / 0.25); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/30{ + --tw-gradient-from: rgb(83 121 62 / 0.3); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/40{ + --tw-gradient-from: rgb(83 121 62 / 0.4); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/50{ + --tw-gradient-from: rgb(83 121 62 / 0.5); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/60{ + --tw-gradient-from: rgb(83 121 62 / 0.6); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/70{ + --tw-gradient-from: rgb(83 121 62 / 0.7); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/75{ + --tw-gradient-from: rgb(83 121 62 / 0.75); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/80{ + --tw-gradient-from: rgb(83 121 62 / 0.8); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/90{ + --tw-gradient-from: rgb(83 121 62 / 0.9); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/95{ + --tw-gradient-from: rgb(83 121 62 / 0.95); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-700\/100{ + --tw-gradient-from: rgb(83 121 62 / 1); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/0{ + --tw-gradient-from: rgb(66 97 49 / 0); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/5{ + --tw-gradient-from: rgb(66 97 49 / 0.05); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/10{ + --tw-gradient-from: rgb(66 97 49 / 0.1); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/20{ + --tw-gradient-from: rgb(66 97 49 / 0.2); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/25{ + --tw-gradient-from: rgb(66 97 49 / 0.25); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/30{ + --tw-gradient-from: rgb(66 97 49 / 0.3); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/40{ + --tw-gradient-from: rgb(66 97 49 / 0.4); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/50{ + --tw-gradient-from: rgb(66 97 49 / 0.5); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/60{ + --tw-gradient-from: rgb(66 97 49 / 0.6); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/70{ + --tw-gradient-from: rgb(66 97 49 / 0.7); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/75{ + --tw-gradient-from: rgb(66 97 49 / 0.75); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/80{ + --tw-gradient-from: rgb(66 97 49 / 0.8); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/90{ + --tw-gradient-from: rgb(66 97 49 / 0.9); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/95{ + --tw-gradient-from: rgb(66 97 49 / 0.95); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-800\/100{ + --tw-gradient-from: rgb(66 97 49 / 1); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/0{ + --tw-gradient-from: rgb(54 79 40 / 0); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/5{ + --tw-gradient-from: rgb(54 79 40 / 0.05); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/10{ + --tw-gradient-from: rgb(54 79 40 / 0.1); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/20{ + --tw-gradient-from: rgb(54 79 40 / 0.2); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/25{ + --tw-gradient-from: rgb(54 79 40 / 0.25); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/30{ + --tw-gradient-from: rgb(54 79 40 / 0.3); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/40{ + --tw-gradient-from: rgb(54 79 40 / 0.4); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/50{ + --tw-gradient-from: rgb(54 79 40 / 0.5); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/60{ + --tw-gradient-from: rgb(54 79 40 / 0.6); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/70{ + --tw-gradient-from: rgb(54 79 40 / 0.7); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/75{ + --tw-gradient-from: rgb(54 79 40 / 0.75); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/80{ + --tw-gradient-from: rgb(54 79 40 / 0.8); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/90{ + --tw-gradient-from: rgb(54 79 40 / 0.9); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/95{ + --tw-gradient-from: rgb(54 79 40 / 0.95); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green-900\/100{ + --tw-gradient-from: rgb(54 79 40 / 1); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/0{ + --tw-gradient-from: rgb(110 161 82 / 0); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/5{ + --tw-gradient-from: rgb(110 161 82 / 0.05); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/10{ + --tw-gradient-from: rgb(110 161 82 / 0.1); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/20{ + --tw-gradient-from: rgb(110 161 82 / 0.2); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/25{ + --tw-gradient-from: rgb(110 161 82 / 0.25); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/30{ + --tw-gradient-from: rgb(110 161 82 / 0.3); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/40{ + --tw-gradient-from: rgb(110 161 82 / 0.4); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/50{ + --tw-gradient-from: rgb(110 161 82 / 0.5); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/60{ + --tw-gradient-from: rgb(110 161 82 / 0.6); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/70{ + --tw-gradient-from: rgb(110 161 82 / 0.7); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/75{ + --tw-gradient-from: rgb(110 161 82 / 0.75); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/80{ + --tw-gradient-from: rgb(110 161 82 / 0.8); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/90{ + --tw-gradient-from: rgb(110 161 82 / 0.9); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/95{ + --tw-gradient-from: rgb(110 161 82 / 0.95); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-green\/100{ + --tw-gradient-from: rgb(110 161 82 / 1); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/0{ + --tw-gradient-from: rgb(236 253 245 / 0); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/5{ + --tw-gradient-from: rgb(236 253 245 / 0.05); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/10{ + --tw-gradient-from: rgb(236 253 245 / 0.1); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/20{ + --tw-gradient-from: rgb(236 253 245 / 0.2); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/25{ + --tw-gradient-from: rgb(236 253 245 / 0.25); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/30{ + --tw-gradient-from: rgb(236 253 245 / 0.3); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/40{ + --tw-gradient-from: rgb(236 253 245 / 0.4); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/50{ + --tw-gradient-from: rgb(236 253 245 / 0.5); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/60{ + --tw-gradient-from: rgb(236 253 245 / 0.6); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/70{ + --tw-gradient-from: rgb(236 253 245 / 0.7); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/75{ + --tw-gradient-from: rgb(236 253 245 / 0.75); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/80{ + --tw-gradient-from: rgb(236 253 245 / 0.8); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/90{ + --tw-gradient-from: rgb(236 253 245 / 0.9); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/95{ + --tw-gradient-from: rgb(236 253 245 / 0.95); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-50\/100{ + --tw-gradient-from: rgb(236 253 245 / 1); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/0{ + --tw-gradient-from: rgb(209 250 229 / 0); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/5{ + --tw-gradient-from: rgb(209 250 229 / 0.05); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/10{ + --tw-gradient-from: rgb(209 250 229 / 0.1); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/20{ + --tw-gradient-from: rgb(209 250 229 / 0.2); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/25{ + --tw-gradient-from: rgb(209 250 229 / 0.25); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/30{ + --tw-gradient-from: rgb(209 250 229 / 0.3); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/40{ + --tw-gradient-from: rgb(209 250 229 / 0.4); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/50{ + --tw-gradient-from: rgb(209 250 229 / 0.5); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/60{ + --tw-gradient-from: rgb(209 250 229 / 0.6); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/70{ + --tw-gradient-from: rgb(209 250 229 / 0.7); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/75{ + --tw-gradient-from: rgb(209 250 229 / 0.75); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/80{ + --tw-gradient-from: rgb(209 250 229 / 0.8); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/90{ + --tw-gradient-from: rgb(209 250 229 / 0.9); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/95{ + --tw-gradient-from: rgb(209 250 229 / 0.95); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-100\/100{ + --tw-gradient-from: rgb(209 250 229 / 1); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/0{ + --tw-gradient-from: rgb(167 243 208 / 0); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/5{ + --tw-gradient-from: rgb(167 243 208 / 0.05); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/10{ + --tw-gradient-from: rgb(167 243 208 / 0.1); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/20{ + --tw-gradient-from: rgb(167 243 208 / 0.2); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/25{ + --tw-gradient-from: rgb(167 243 208 / 0.25); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/30{ + --tw-gradient-from: rgb(167 243 208 / 0.3); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/40{ + --tw-gradient-from: rgb(167 243 208 / 0.4); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/50{ + --tw-gradient-from: rgb(167 243 208 / 0.5); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/60{ + --tw-gradient-from: rgb(167 243 208 / 0.6); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/70{ + --tw-gradient-from: rgb(167 243 208 / 0.7); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/75{ + --tw-gradient-from: rgb(167 243 208 / 0.75); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/80{ + --tw-gradient-from: rgb(167 243 208 / 0.8); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/90{ + --tw-gradient-from: rgb(167 243 208 / 0.9); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/95{ + --tw-gradient-from: rgb(167 243 208 / 0.95); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-200\/100{ + --tw-gradient-from: rgb(167 243 208 / 1); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/0{ + --tw-gradient-from: rgb(110 231 183 / 0); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/5{ + --tw-gradient-from: rgb(110 231 183 / 0.05); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/10{ + --tw-gradient-from: rgb(110 231 183 / 0.1); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/20{ + --tw-gradient-from: rgb(110 231 183 / 0.2); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/25{ + --tw-gradient-from: rgb(110 231 183 / 0.25); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/30{ + --tw-gradient-from: rgb(110 231 183 / 0.3); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/40{ + --tw-gradient-from: rgb(110 231 183 / 0.4); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/50{ + --tw-gradient-from: rgb(110 231 183 / 0.5); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/60{ + --tw-gradient-from: rgb(110 231 183 / 0.6); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/70{ + --tw-gradient-from: rgb(110 231 183 / 0.7); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/75{ + --tw-gradient-from: rgb(110 231 183 / 0.75); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/80{ + --tw-gradient-from: rgb(110 231 183 / 0.8); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/90{ + --tw-gradient-from: rgb(110 231 183 / 0.9); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/95{ + --tw-gradient-from: rgb(110 231 183 / 0.95); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-300\/100{ + --tw-gradient-from: rgb(110 231 183 / 1); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/0{ + --tw-gradient-from: rgb(52 211 153 / 0); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/5{ + --tw-gradient-from: rgb(52 211 153 / 0.05); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/10{ + --tw-gradient-from: rgb(52 211 153 / 0.1); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/20{ + --tw-gradient-from: rgb(52 211 153 / 0.2); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/25{ + --tw-gradient-from: rgb(52 211 153 / 0.25); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/30{ + --tw-gradient-from: rgb(52 211 153 / 0.3); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/40{ + --tw-gradient-from: rgb(52 211 153 / 0.4); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/50{ + --tw-gradient-from: rgb(52 211 153 / 0.5); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/60{ + --tw-gradient-from: rgb(52 211 153 / 0.6); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/70{ + --tw-gradient-from: rgb(52 211 153 / 0.7); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/75{ + --tw-gradient-from: rgb(52 211 153 / 0.75); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/80{ + --tw-gradient-from: rgb(52 211 153 / 0.8); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/90{ + --tw-gradient-from: rgb(52 211 153 / 0.9); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/95{ + --tw-gradient-from: rgb(52 211 153 / 0.95); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-400\/100{ + --tw-gradient-from: rgb(52 211 153 / 1); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/0{ + --tw-gradient-from: rgb(16 185 129 / 0); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/5{ + --tw-gradient-from: rgb(16 185 129 / 0.05); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/10{ + --tw-gradient-from: rgb(16 185 129 / 0.1); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/20{ + --tw-gradient-from: rgb(16 185 129 / 0.2); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/25{ + --tw-gradient-from: rgb(16 185 129 / 0.25); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/30{ + --tw-gradient-from: rgb(16 185 129 / 0.3); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/40{ + --tw-gradient-from: rgb(16 185 129 / 0.4); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/50{ + --tw-gradient-from: rgb(16 185 129 / 0.5); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/60{ + --tw-gradient-from: rgb(16 185 129 / 0.6); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/70{ + --tw-gradient-from: rgb(16 185 129 / 0.7); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/75{ + --tw-gradient-from: rgb(16 185 129 / 0.75); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/80{ + --tw-gradient-from: rgb(16 185 129 / 0.8); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/90{ + --tw-gradient-from: rgb(16 185 129 / 0.9); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/95{ + --tw-gradient-from: rgb(16 185 129 / 0.95); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-500\/100{ + --tw-gradient-from: rgb(16 185 129 / 1); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/0{ + --tw-gradient-from: rgb(5 150 105 / 0); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/5{ + --tw-gradient-from: rgb(5 150 105 / 0.05); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/10{ + --tw-gradient-from: rgb(5 150 105 / 0.1); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/20{ + --tw-gradient-from: rgb(5 150 105 / 0.2); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/25{ + --tw-gradient-from: rgb(5 150 105 / 0.25); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/30{ + --tw-gradient-from: rgb(5 150 105 / 0.3); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/40{ + --tw-gradient-from: rgb(5 150 105 / 0.4); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/50{ + --tw-gradient-from: rgb(5 150 105 / 0.5); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/60{ + --tw-gradient-from: rgb(5 150 105 / 0.6); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/70{ + --tw-gradient-from: rgb(5 150 105 / 0.7); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/75{ + --tw-gradient-from: rgb(5 150 105 / 0.75); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/80{ + --tw-gradient-from: rgb(5 150 105 / 0.8); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/90{ + --tw-gradient-from: rgb(5 150 105 / 0.9); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/95{ + --tw-gradient-from: rgb(5 150 105 / 0.95); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-600\/100{ + --tw-gradient-from: rgb(5 150 105 / 1); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/0{ + --tw-gradient-from: rgb(4 120 87 / 0); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/5{ + --tw-gradient-from: rgb(4 120 87 / 0.05); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/10{ + --tw-gradient-from: rgb(4 120 87 / 0.1); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/20{ + --tw-gradient-from: rgb(4 120 87 / 0.2); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/25{ + --tw-gradient-from: rgb(4 120 87 / 0.25); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/30{ + --tw-gradient-from: rgb(4 120 87 / 0.3); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/40{ + --tw-gradient-from: rgb(4 120 87 / 0.4); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/50{ + --tw-gradient-from: rgb(4 120 87 / 0.5); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/60{ + --tw-gradient-from: rgb(4 120 87 / 0.6); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/70{ + --tw-gradient-from: rgb(4 120 87 / 0.7); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/75{ + --tw-gradient-from: rgb(4 120 87 / 0.75); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/80{ + --tw-gradient-from: rgb(4 120 87 / 0.8); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/90{ + --tw-gradient-from: rgb(4 120 87 / 0.9); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/95{ + --tw-gradient-from: rgb(4 120 87 / 0.95); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-700\/100{ + --tw-gradient-from: rgb(4 120 87 / 1); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/0{ + --tw-gradient-from: rgb(6 95 70 / 0); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/5{ + --tw-gradient-from: rgb(6 95 70 / 0.05); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/10{ + --tw-gradient-from: rgb(6 95 70 / 0.1); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/20{ + --tw-gradient-from: rgb(6 95 70 / 0.2); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/25{ + --tw-gradient-from: rgb(6 95 70 / 0.25); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/30{ + --tw-gradient-from: rgb(6 95 70 / 0.3); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/40{ + --tw-gradient-from: rgb(6 95 70 / 0.4); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/50{ + --tw-gradient-from: rgb(6 95 70 / 0.5); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/60{ + --tw-gradient-from: rgb(6 95 70 / 0.6); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/70{ + --tw-gradient-from: rgb(6 95 70 / 0.7); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/75{ + --tw-gradient-from: rgb(6 95 70 / 0.75); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/80{ + --tw-gradient-from: rgb(6 95 70 / 0.8); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/90{ + --tw-gradient-from: rgb(6 95 70 / 0.9); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/95{ + --tw-gradient-from: rgb(6 95 70 / 0.95); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-800\/100{ + --tw-gradient-from: rgb(6 95 70 / 1); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/0{ + --tw-gradient-from: rgb(6 78 59 / 0); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/5{ + --tw-gradient-from: rgb(6 78 59 / 0.05); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/10{ + --tw-gradient-from: rgb(6 78 59 / 0.1); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/20{ + --tw-gradient-from: rgb(6 78 59 / 0.2); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/25{ + --tw-gradient-from: rgb(6 78 59 / 0.25); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/30{ + --tw-gradient-from: rgb(6 78 59 / 0.3); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/40{ + --tw-gradient-from: rgb(6 78 59 / 0.4); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/50{ + --tw-gradient-from: rgb(6 78 59 / 0.5); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/60{ + --tw-gradient-from: rgb(6 78 59 / 0.6); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/70{ + --tw-gradient-from: rgb(6 78 59 / 0.7); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/75{ + --tw-gradient-from: rgb(6 78 59 / 0.75); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/80{ + --tw-gradient-from: rgb(6 78 59 / 0.8); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/90{ + --tw-gradient-from: rgb(6 78 59 / 0.9); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/95{ + --tw-gradient-from: rgb(6 78 59 / 0.95); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-emerald-900\/100{ + --tw-gradient-from: rgb(6 78 59 / 1); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/0{ + --tw-gradient-from: rgb(237 250 250 / 0); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/5{ + --tw-gradient-from: rgb(237 250 250 / 0.05); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/10{ + --tw-gradient-from: rgb(237 250 250 / 0.1); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/20{ + --tw-gradient-from: rgb(237 250 250 / 0.2); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/25{ + --tw-gradient-from: rgb(237 250 250 / 0.25); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/30{ + --tw-gradient-from: rgb(237 250 250 / 0.3); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/40{ + --tw-gradient-from: rgb(237 250 250 / 0.4); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/50{ + --tw-gradient-from: rgb(237 250 250 / 0.5); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/60{ + --tw-gradient-from: rgb(237 250 250 / 0.6); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/70{ + --tw-gradient-from: rgb(237 250 250 / 0.7); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/75{ + --tw-gradient-from: rgb(237 250 250 / 0.75); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/80{ + --tw-gradient-from: rgb(237 250 250 / 0.8); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/90{ + --tw-gradient-from: rgb(237 250 250 / 0.9); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/95{ + --tw-gradient-from: rgb(237 250 250 / 0.95); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-50\/100{ + --tw-gradient-from: rgb(237 250 250 / 1); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/0{ + --tw-gradient-from: rgb(213 245 246 / 0); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/5{ + --tw-gradient-from: rgb(213 245 246 / 0.05); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/10{ + --tw-gradient-from: rgb(213 245 246 / 0.1); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/20{ + --tw-gradient-from: rgb(213 245 246 / 0.2); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/25{ + --tw-gradient-from: rgb(213 245 246 / 0.25); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/30{ + --tw-gradient-from: rgb(213 245 246 / 0.3); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/40{ + --tw-gradient-from: rgb(213 245 246 / 0.4); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/50{ + --tw-gradient-from: rgb(213 245 246 / 0.5); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/60{ + --tw-gradient-from: rgb(213 245 246 / 0.6); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/70{ + --tw-gradient-from: rgb(213 245 246 / 0.7); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/75{ + --tw-gradient-from: rgb(213 245 246 / 0.75); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/80{ + --tw-gradient-from: rgb(213 245 246 / 0.8); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/90{ + --tw-gradient-from: rgb(213 245 246 / 0.9); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/95{ + --tw-gradient-from: rgb(213 245 246 / 0.95); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-100\/100{ + --tw-gradient-from: rgb(213 245 246 / 1); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/0{ + --tw-gradient-from: rgb(175 236 239 / 0); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/5{ + --tw-gradient-from: rgb(175 236 239 / 0.05); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/10{ + --tw-gradient-from: rgb(175 236 239 / 0.1); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/20{ + --tw-gradient-from: rgb(175 236 239 / 0.2); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/25{ + --tw-gradient-from: rgb(175 236 239 / 0.25); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/30{ + --tw-gradient-from: rgb(175 236 239 / 0.3); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/40{ + --tw-gradient-from: rgb(175 236 239 / 0.4); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/50{ + --tw-gradient-from: rgb(175 236 239 / 0.5); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/60{ + --tw-gradient-from: rgb(175 236 239 / 0.6); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/70{ + --tw-gradient-from: rgb(175 236 239 / 0.7); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/75{ + --tw-gradient-from: rgb(175 236 239 / 0.75); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/80{ + --tw-gradient-from: rgb(175 236 239 / 0.8); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/90{ + --tw-gradient-from: rgb(175 236 239 / 0.9); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/95{ + --tw-gradient-from: rgb(175 236 239 / 0.95); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-200\/100{ + --tw-gradient-from: rgb(175 236 239 / 1); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/0{ + --tw-gradient-from: rgb(126 220 226 / 0); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/5{ + --tw-gradient-from: rgb(126 220 226 / 0.05); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/10{ + --tw-gradient-from: rgb(126 220 226 / 0.1); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/20{ + --tw-gradient-from: rgb(126 220 226 / 0.2); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/25{ + --tw-gradient-from: rgb(126 220 226 / 0.25); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/30{ + --tw-gradient-from: rgb(126 220 226 / 0.3); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/40{ + --tw-gradient-from: rgb(126 220 226 / 0.4); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/50{ + --tw-gradient-from: rgb(126 220 226 / 0.5); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/60{ + --tw-gradient-from: rgb(126 220 226 / 0.6); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/70{ + --tw-gradient-from: rgb(126 220 226 / 0.7); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/75{ + --tw-gradient-from: rgb(126 220 226 / 0.75); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/80{ + --tw-gradient-from: rgb(126 220 226 / 0.8); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/90{ + --tw-gradient-from: rgb(126 220 226 / 0.9); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/95{ + --tw-gradient-from: rgb(126 220 226 / 0.95); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-300\/100{ + --tw-gradient-from: rgb(126 220 226 / 1); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/0{ + --tw-gradient-from: rgb(22 189 202 / 0); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/5{ + --tw-gradient-from: rgb(22 189 202 / 0.05); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/10{ + --tw-gradient-from: rgb(22 189 202 / 0.1); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/20{ + --tw-gradient-from: rgb(22 189 202 / 0.2); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/25{ + --tw-gradient-from: rgb(22 189 202 / 0.25); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/30{ + --tw-gradient-from: rgb(22 189 202 / 0.3); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/40{ + --tw-gradient-from: rgb(22 189 202 / 0.4); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/50{ + --tw-gradient-from: rgb(22 189 202 / 0.5); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/60{ + --tw-gradient-from: rgb(22 189 202 / 0.6); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/70{ + --tw-gradient-from: rgb(22 189 202 / 0.7); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/75{ + --tw-gradient-from: rgb(22 189 202 / 0.75); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/80{ + --tw-gradient-from: rgb(22 189 202 / 0.8); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/90{ + --tw-gradient-from: rgb(22 189 202 / 0.9); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/95{ + --tw-gradient-from: rgb(22 189 202 / 0.95); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-400\/100{ + --tw-gradient-from: rgb(22 189 202 / 1); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/0{ + --tw-gradient-from: rgb(6 148 162 / 0); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/5{ + --tw-gradient-from: rgb(6 148 162 / 0.05); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/10{ + --tw-gradient-from: rgb(6 148 162 / 0.1); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/20{ + --tw-gradient-from: rgb(6 148 162 / 0.2); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/25{ + --tw-gradient-from: rgb(6 148 162 / 0.25); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/30{ + --tw-gradient-from: rgb(6 148 162 / 0.3); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/40{ + --tw-gradient-from: rgb(6 148 162 / 0.4); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/50{ + --tw-gradient-from: rgb(6 148 162 / 0.5); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/60{ + --tw-gradient-from: rgb(6 148 162 / 0.6); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/70{ + --tw-gradient-from: rgb(6 148 162 / 0.7); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/75{ + --tw-gradient-from: rgb(6 148 162 / 0.75); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/80{ + --tw-gradient-from: rgb(6 148 162 / 0.8); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/90{ + --tw-gradient-from: rgb(6 148 162 / 0.9); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/95{ + --tw-gradient-from: rgb(6 148 162 / 0.95); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-500\/100{ + --tw-gradient-from: rgb(6 148 162 / 1); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/0{ + --tw-gradient-from: rgb(4 116 129 / 0); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/5{ + --tw-gradient-from: rgb(4 116 129 / 0.05); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/10{ + --tw-gradient-from: rgb(4 116 129 / 0.1); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/20{ + --tw-gradient-from: rgb(4 116 129 / 0.2); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/25{ + --tw-gradient-from: rgb(4 116 129 / 0.25); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/30{ + --tw-gradient-from: rgb(4 116 129 / 0.3); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/40{ + --tw-gradient-from: rgb(4 116 129 / 0.4); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/50{ + --tw-gradient-from: rgb(4 116 129 / 0.5); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/60{ + --tw-gradient-from: rgb(4 116 129 / 0.6); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/70{ + --tw-gradient-from: rgb(4 116 129 / 0.7); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/75{ + --tw-gradient-from: rgb(4 116 129 / 0.75); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/80{ + --tw-gradient-from: rgb(4 116 129 / 0.8); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/90{ + --tw-gradient-from: rgb(4 116 129 / 0.9); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/95{ + --tw-gradient-from: rgb(4 116 129 / 0.95); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-600\/100{ + --tw-gradient-from: rgb(4 116 129 / 1); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/0{ + --tw-gradient-from: rgb(3 102 114 / 0); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/5{ + --tw-gradient-from: rgb(3 102 114 / 0.05); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/10{ + --tw-gradient-from: rgb(3 102 114 / 0.1); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/20{ + --tw-gradient-from: rgb(3 102 114 / 0.2); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/25{ + --tw-gradient-from: rgb(3 102 114 / 0.25); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/30{ + --tw-gradient-from: rgb(3 102 114 / 0.3); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/40{ + --tw-gradient-from: rgb(3 102 114 / 0.4); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/50{ + --tw-gradient-from: rgb(3 102 114 / 0.5); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/60{ + --tw-gradient-from: rgb(3 102 114 / 0.6); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/70{ + --tw-gradient-from: rgb(3 102 114 / 0.7); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/75{ + --tw-gradient-from: rgb(3 102 114 / 0.75); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/80{ + --tw-gradient-from: rgb(3 102 114 / 0.8); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/90{ + --tw-gradient-from: rgb(3 102 114 / 0.9); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/95{ + --tw-gradient-from: rgb(3 102 114 / 0.95); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-700\/100{ + --tw-gradient-from: rgb(3 102 114 / 1); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/0{ + --tw-gradient-from: rgb(5 80 92 / 0); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/5{ + --tw-gradient-from: rgb(5 80 92 / 0.05); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/10{ + --tw-gradient-from: rgb(5 80 92 / 0.1); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/20{ + --tw-gradient-from: rgb(5 80 92 / 0.2); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/25{ + --tw-gradient-from: rgb(5 80 92 / 0.25); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/30{ + --tw-gradient-from: rgb(5 80 92 / 0.3); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/40{ + --tw-gradient-from: rgb(5 80 92 / 0.4); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/50{ + --tw-gradient-from: rgb(5 80 92 / 0.5); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/60{ + --tw-gradient-from: rgb(5 80 92 / 0.6); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/70{ + --tw-gradient-from: rgb(5 80 92 / 0.7); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/75{ + --tw-gradient-from: rgb(5 80 92 / 0.75); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/80{ + --tw-gradient-from: rgb(5 80 92 / 0.8); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/90{ + --tw-gradient-from: rgb(5 80 92 / 0.9); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/95{ + --tw-gradient-from: rgb(5 80 92 / 0.95); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-800\/100{ + --tw-gradient-from: rgb(5 80 92 / 1); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/0{ + --tw-gradient-from: rgb(1 68 81 / 0); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/5{ + --tw-gradient-from: rgb(1 68 81 / 0.05); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/10{ + --tw-gradient-from: rgb(1 68 81 / 0.1); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/20{ + --tw-gradient-from: rgb(1 68 81 / 0.2); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/25{ + --tw-gradient-from: rgb(1 68 81 / 0.25); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/30{ + --tw-gradient-from: rgb(1 68 81 / 0.3); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/40{ + --tw-gradient-from: rgb(1 68 81 / 0.4); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/50{ + --tw-gradient-from: rgb(1 68 81 / 0.5); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/60{ + --tw-gradient-from: rgb(1 68 81 / 0.6); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/70{ + --tw-gradient-from: rgb(1 68 81 / 0.7); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/75{ + --tw-gradient-from: rgb(1 68 81 / 0.75); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/80{ + --tw-gradient-from: rgb(1 68 81 / 0.8); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/90{ + --tw-gradient-from: rgb(1 68 81 / 0.9); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/95{ + --tw-gradient-from: rgb(1 68 81 / 0.95); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-teal-900\/100{ + --tw-gradient-from: rgb(1 68 81 / 1); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/0{ + --tw-gradient-from: rgb(236 254 255 / 0); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/5{ + --tw-gradient-from: rgb(236 254 255 / 0.05); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/10{ + --tw-gradient-from: rgb(236 254 255 / 0.1); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/20{ + --tw-gradient-from: rgb(236 254 255 / 0.2); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/25{ + --tw-gradient-from: rgb(236 254 255 / 0.25); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/30{ + --tw-gradient-from: rgb(236 254 255 / 0.3); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/40{ + --tw-gradient-from: rgb(236 254 255 / 0.4); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/50{ + --tw-gradient-from: rgb(236 254 255 / 0.5); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/60{ + --tw-gradient-from: rgb(236 254 255 / 0.6); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/70{ + --tw-gradient-from: rgb(236 254 255 / 0.7); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/75{ + --tw-gradient-from: rgb(236 254 255 / 0.75); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/80{ + --tw-gradient-from: rgb(236 254 255 / 0.8); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/90{ + --tw-gradient-from: rgb(236 254 255 / 0.9); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/95{ + --tw-gradient-from: rgb(236 254 255 / 0.95); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-50\/100{ + --tw-gradient-from: rgb(236 254 255 / 1); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/0{ + --tw-gradient-from: rgb(207 250 254 / 0); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/5{ + --tw-gradient-from: rgb(207 250 254 / 0.05); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/10{ + --tw-gradient-from: rgb(207 250 254 / 0.1); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/20{ + --tw-gradient-from: rgb(207 250 254 / 0.2); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/25{ + --tw-gradient-from: rgb(207 250 254 / 0.25); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/30{ + --tw-gradient-from: rgb(207 250 254 / 0.3); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/40{ + --tw-gradient-from: rgb(207 250 254 / 0.4); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/50{ + --tw-gradient-from: rgb(207 250 254 / 0.5); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/60{ + --tw-gradient-from: rgb(207 250 254 / 0.6); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/70{ + --tw-gradient-from: rgb(207 250 254 / 0.7); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/75{ + --tw-gradient-from: rgb(207 250 254 / 0.75); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/80{ + --tw-gradient-from: rgb(207 250 254 / 0.8); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/90{ + --tw-gradient-from: rgb(207 250 254 / 0.9); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/95{ + --tw-gradient-from: rgb(207 250 254 / 0.95); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-100\/100{ + --tw-gradient-from: rgb(207 250 254 / 1); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/0{ + --tw-gradient-from: rgb(165 243 252 / 0); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/5{ + --tw-gradient-from: rgb(165 243 252 / 0.05); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/10{ + --tw-gradient-from: rgb(165 243 252 / 0.1); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/20{ + --tw-gradient-from: rgb(165 243 252 / 0.2); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/25{ + --tw-gradient-from: rgb(165 243 252 / 0.25); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/30{ + --tw-gradient-from: rgb(165 243 252 / 0.3); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/40{ + --tw-gradient-from: rgb(165 243 252 / 0.4); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/50{ + --tw-gradient-from: rgb(165 243 252 / 0.5); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/60{ + --tw-gradient-from: rgb(165 243 252 / 0.6); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/70{ + --tw-gradient-from: rgb(165 243 252 / 0.7); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/75{ + --tw-gradient-from: rgb(165 243 252 / 0.75); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/80{ + --tw-gradient-from: rgb(165 243 252 / 0.8); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/90{ + --tw-gradient-from: rgb(165 243 252 / 0.9); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/95{ + --tw-gradient-from: rgb(165 243 252 / 0.95); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-200\/100{ + --tw-gradient-from: rgb(165 243 252 / 1); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/0{ + --tw-gradient-from: rgb(103 232 249 / 0); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/5{ + --tw-gradient-from: rgb(103 232 249 / 0.05); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/10{ + --tw-gradient-from: rgb(103 232 249 / 0.1); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/20{ + --tw-gradient-from: rgb(103 232 249 / 0.2); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/25{ + --tw-gradient-from: rgb(103 232 249 / 0.25); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/30{ + --tw-gradient-from: rgb(103 232 249 / 0.3); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/40{ + --tw-gradient-from: rgb(103 232 249 / 0.4); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/50{ + --tw-gradient-from: rgb(103 232 249 / 0.5); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/60{ + --tw-gradient-from: rgb(103 232 249 / 0.6); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/70{ + --tw-gradient-from: rgb(103 232 249 / 0.7); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/75{ + --tw-gradient-from: rgb(103 232 249 / 0.75); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/80{ + --tw-gradient-from: rgb(103 232 249 / 0.8); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/90{ + --tw-gradient-from: rgb(103 232 249 / 0.9); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/95{ + --tw-gradient-from: rgb(103 232 249 / 0.95); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-300\/100{ + --tw-gradient-from: rgb(103 232 249 / 1); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/0{ + --tw-gradient-from: rgb(34 211 238 / 0); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/5{ + --tw-gradient-from: rgb(34 211 238 / 0.05); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/10{ + --tw-gradient-from: rgb(34 211 238 / 0.1); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/20{ + --tw-gradient-from: rgb(34 211 238 / 0.2); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/25{ + --tw-gradient-from: rgb(34 211 238 / 0.25); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/30{ + --tw-gradient-from: rgb(34 211 238 / 0.3); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/40{ + --tw-gradient-from: rgb(34 211 238 / 0.4); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/50{ + --tw-gradient-from: rgb(34 211 238 / 0.5); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/60{ + --tw-gradient-from: rgb(34 211 238 / 0.6); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/70{ + --tw-gradient-from: rgb(34 211 238 / 0.7); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/75{ + --tw-gradient-from: rgb(34 211 238 / 0.75); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/80{ + --tw-gradient-from: rgb(34 211 238 / 0.8); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/90{ + --tw-gradient-from: rgb(34 211 238 / 0.9); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/95{ + --tw-gradient-from: rgb(34 211 238 / 0.95); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-400\/100{ + --tw-gradient-from: rgb(34 211 238 / 1); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/0{ + --tw-gradient-from: rgb(6 182 212 / 0); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/5{ + --tw-gradient-from: rgb(6 182 212 / 0.05); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/10{ + --tw-gradient-from: rgb(6 182 212 / 0.1); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/20{ + --tw-gradient-from: rgb(6 182 212 / 0.2); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/25{ + --tw-gradient-from: rgb(6 182 212 / 0.25); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/30{ + --tw-gradient-from: rgb(6 182 212 / 0.3); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/40{ + --tw-gradient-from: rgb(6 182 212 / 0.4); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/50{ + --tw-gradient-from: rgb(6 182 212 / 0.5); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/60{ + --tw-gradient-from: rgb(6 182 212 / 0.6); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/70{ + --tw-gradient-from: rgb(6 182 212 / 0.7); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/75{ + --tw-gradient-from: rgb(6 182 212 / 0.75); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/80{ + --tw-gradient-from: rgb(6 182 212 / 0.8); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/90{ + --tw-gradient-from: rgb(6 182 212 / 0.9); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/95{ + --tw-gradient-from: rgb(6 182 212 / 0.95); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-500\/100{ + --tw-gradient-from: rgb(6 182 212 / 1); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/0{ + --tw-gradient-from: rgb(8 145 178 / 0); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/5{ + --tw-gradient-from: rgb(8 145 178 / 0.05); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/10{ + --tw-gradient-from: rgb(8 145 178 / 0.1); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/20{ + --tw-gradient-from: rgb(8 145 178 / 0.2); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/25{ + --tw-gradient-from: rgb(8 145 178 / 0.25); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/30{ + --tw-gradient-from: rgb(8 145 178 / 0.3); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/40{ + --tw-gradient-from: rgb(8 145 178 / 0.4); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/50{ + --tw-gradient-from: rgb(8 145 178 / 0.5); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/60{ + --tw-gradient-from: rgb(8 145 178 / 0.6); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/70{ + --tw-gradient-from: rgb(8 145 178 / 0.7); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/75{ + --tw-gradient-from: rgb(8 145 178 / 0.75); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/80{ + --tw-gradient-from: rgb(8 145 178 / 0.8); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/90{ + --tw-gradient-from: rgb(8 145 178 / 0.9); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/95{ + --tw-gradient-from: rgb(8 145 178 / 0.95); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-600\/100{ + --tw-gradient-from: rgb(8 145 178 / 1); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/0{ + --tw-gradient-from: rgb(14 116 144 / 0); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/5{ + --tw-gradient-from: rgb(14 116 144 / 0.05); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/10{ + --tw-gradient-from: rgb(14 116 144 / 0.1); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/20{ + --tw-gradient-from: rgb(14 116 144 / 0.2); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/25{ + --tw-gradient-from: rgb(14 116 144 / 0.25); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/30{ + --tw-gradient-from: rgb(14 116 144 / 0.3); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/40{ + --tw-gradient-from: rgb(14 116 144 / 0.4); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/50{ + --tw-gradient-from: rgb(14 116 144 / 0.5); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/60{ + --tw-gradient-from: rgb(14 116 144 / 0.6); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/70{ + --tw-gradient-from: rgb(14 116 144 / 0.7); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/75{ + --tw-gradient-from: rgb(14 116 144 / 0.75); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/80{ + --tw-gradient-from: rgb(14 116 144 / 0.8); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/90{ + --tw-gradient-from: rgb(14 116 144 / 0.9); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/95{ + --tw-gradient-from: rgb(14 116 144 / 0.95); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-700\/100{ + --tw-gradient-from: rgb(14 116 144 / 1); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/0{ + --tw-gradient-from: rgb(21 94 117 / 0); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/5{ + --tw-gradient-from: rgb(21 94 117 / 0.05); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/10{ + --tw-gradient-from: rgb(21 94 117 / 0.1); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/20{ + --tw-gradient-from: rgb(21 94 117 / 0.2); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/25{ + --tw-gradient-from: rgb(21 94 117 / 0.25); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/30{ + --tw-gradient-from: rgb(21 94 117 / 0.3); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/40{ + --tw-gradient-from: rgb(21 94 117 / 0.4); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/50{ + --tw-gradient-from: rgb(21 94 117 / 0.5); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/60{ + --tw-gradient-from: rgb(21 94 117 / 0.6); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/70{ + --tw-gradient-from: rgb(21 94 117 / 0.7); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/75{ + --tw-gradient-from: rgb(21 94 117 / 0.75); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/80{ + --tw-gradient-from: rgb(21 94 117 / 0.8); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/90{ + --tw-gradient-from: rgb(21 94 117 / 0.9); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/95{ + --tw-gradient-from: rgb(21 94 117 / 0.95); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-800\/100{ + --tw-gradient-from: rgb(21 94 117 / 1); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/0{ + --tw-gradient-from: rgb(22 78 99 / 0); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/5{ + --tw-gradient-from: rgb(22 78 99 / 0.05); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/10{ + --tw-gradient-from: rgb(22 78 99 / 0.1); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/20{ + --tw-gradient-from: rgb(22 78 99 / 0.2); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/25{ + --tw-gradient-from: rgb(22 78 99 / 0.25); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/30{ + --tw-gradient-from: rgb(22 78 99 / 0.3); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/40{ + --tw-gradient-from: rgb(22 78 99 / 0.4); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/50{ + --tw-gradient-from: rgb(22 78 99 / 0.5); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/60{ + --tw-gradient-from: rgb(22 78 99 / 0.6); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/70{ + --tw-gradient-from: rgb(22 78 99 / 0.7); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/75{ + --tw-gradient-from: rgb(22 78 99 / 0.75); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/80{ + --tw-gradient-from: rgb(22 78 99 / 0.8); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/90{ + --tw-gradient-from: rgb(22 78 99 / 0.9); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/95{ + --tw-gradient-from: rgb(22 78 99 / 0.95); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-cyan-900\/100{ + --tw-gradient-from: rgb(22 78 99 / 1); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/0{ + --tw-gradient-from: rgb(240 249 255 / 0); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/5{ + --tw-gradient-from: rgb(240 249 255 / 0.05); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/10{ + --tw-gradient-from: rgb(240 249 255 / 0.1); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/20{ + --tw-gradient-from: rgb(240 249 255 / 0.2); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/25{ + --tw-gradient-from: rgb(240 249 255 / 0.25); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/30{ + --tw-gradient-from: rgb(240 249 255 / 0.3); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/40{ + --tw-gradient-from: rgb(240 249 255 / 0.4); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/50{ + --tw-gradient-from: rgb(240 249 255 / 0.5); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/60{ + --tw-gradient-from: rgb(240 249 255 / 0.6); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/70{ + --tw-gradient-from: rgb(240 249 255 / 0.7); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/75{ + --tw-gradient-from: rgb(240 249 255 / 0.75); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/80{ + --tw-gradient-from: rgb(240 249 255 / 0.8); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/90{ + --tw-gradient-from: rgb(240 249 255 / 0.9); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/95{ + --tw-gradient-from: rgb(240 249 255 / 0.95); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-50\/100{ + --tw-gradient-from: rgb(240 249 255 / 1); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/0{ + --tw-gradient-from: rgb(224 242 254 / 0); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/5{ + --tw-gradient-from: rgb(224 242 254 / 0.05); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/10{ + --tw-gradient-from: rgb(224 242 254 / 0.1); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/20{ + --tw-gradient-from: rgb(224 242 254 / 0.2); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/25{ + --tw-gradient-from: rgb(224 242 254 / 0.25); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/30{ + --tw-gradient-from: rgb(224 242 254 / 0.3); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/40{ + --tw-gradient-from: rgb(224 242 254 / 0.4); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/50{ + --tw-gradient-from: rgb(224 242 254 / 0.5); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/60{ + --tw-gradient-from: rgb(224 242 254 / 0.6); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/70{ + --tw-gradient-from: rgb(224 242 254 / 0.7); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/75{ + --tw-gradient-from: rgb(224 242 254 / 0.75); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/80{ + --tw-gradient-from: rgb(224 242 254 / 0.8); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/90{ + --tw-gradient-from: rgb(224 242 254 / 0.9); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/95{ + --tw-gradient-from: rgb(224 242 254 / 0.95); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-100\/100{ + --tw-gradient-from: rgb(224 242 254 / 1); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/0{ + --tw-gradient-from: rgb(186 230 253 / 0); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/5{ + --tw-gradient-from: rgb(186 230 253 / 0.05); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/10{ + --tw-gradient-from: rgb(186 230 253 / 0.1); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/20{ + --tw-gradient-from: rgb(186 230 253 / 0.2); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/25{ + --tw-gradient-from: rgb(186 230 253 / 0.25); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/30{ + --tw-gradient-from: rgb(186 230 253 / 0.3); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/40{ + --tw-gradient-from: rgb(186 230 253 / 0.4); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/50{ + --tw-gradient-from: rgb(186 230 253 / 0.5); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/60{ + --tw-gradient-from: rgb(186 230 253 / 0.6); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/70{ + --tw-gradient-from: rgb(186 230 253 / 0.7); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/75{ + --tw-gradient-from: rgb(186 230 253 / 0.75); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/80{ + --tw-gradient-from: rgb(186 230 253 / 0.8); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/90{ + --tw-gradient-from: rgb(186 230 253 / 0.9); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/95{ + --tw-gradient-from: rgb(186 230 253 / 0.95); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-200\/100{ + --tw-gradient-from: rgb(186 230 253 / 1); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/0{ + --tw-gradient-from: rgb(125 211 252 / 0); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/5{ + --tw-gradient-from: rgb(125 211 252 / 0.05); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/10{ + --tw-gradient-from: rgb(125 211 252 / 0.1); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/20{ + --tw-gradient-from: rgb(125 211 252 / 0.2); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/25{ + --tw-gradient-from: rgb(125 211 252 / 0.25); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/30{ + --tw-gradient-from: rgb(125 211 252 / 0.3); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/40{ + --tw-gradient-from: rgb(125 211 252 / 0.4); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/50{ + --tw-gradient-from: rgb(125 211 252 / 0.5); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/60{ + --tw-gradient-from: rgb(125 211 252 / 0.6); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/70{ + --tw-gradient-from: rgb(125 211 252 / 0.7); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/75{ + --tw-gradient-from: rgb(125 211 252 / 0.75); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/80{ + --tw-gradient-from: rgb(125 211 252 / 0.8); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/90{ + --tw-gradient-from: rgb(125 211 252 / 0.9); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/95{ + --tw-gradient-from: rgb(125 211 252 / 0.95); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-300\/100{ + --tw-gradient-from: rgb(125 211 252 / 1); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/0{ + --tw-gradient-from: rgb(56 189 248 / 0); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/5{ + --tw-gradient-from: rgb(56 189 248 / 0.05); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/10{ + --tw-gradient-from: rgb(56 189 248 / 0.1); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/20{ + --tw-gradient-from: rgb(56 189 248 / 0.2); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/25{ + --tw-gradient-from: rgb(56 189 248 / 0.25); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/30{ + --tw-gradient-from: rgb(56 189 248 / 0.3); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/40{ + --tw-gradient-from: rgb(56 189 248 / 0.4); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/50{ + --tw-gradient-from: rgb(56 189 248 / 0.5); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/60{ + --tw-gradient-from: rgb(56 189 248 / 0.6); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/70{ + --tw-gradient-from: rgb(56 189 248 / 0.7); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/75{ + --tw-gradient-from: rgb(56 189 248 / 0.75); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/80{ + --tw-gradient-from: rgb(56 189 248 / 0.8); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/90{ + --tw-gradient-from: rgb(56 189 248 / 0.9); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/95{ + --tw-gradient-from: rgb(56 189 248 / 0.95); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-400\/100{ + --tw-gradient-from: rgb(56 189 248 / 1); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/0{ + --tw-gradient-from: rgb(14 165 233 / 0); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/5{ + --tw-gradient-from: rgb(14 165 233 / 0.05); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/10{ + --tw-gradient-from: rgb(14 165 233 / 0.1); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/20{ + --tw-gradient-from: rgb(14 165 233 / 0.2); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/25{ + --tw-gradient-from: rgb(14 165 233 / 0.25); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/30{ + --tw-gradient-from: rgb(14 165 233 / 0.3); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/40{ + --tw-gradient-from: rgb(14 165 233 / 0.4); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/50{ + --tw-gradient-from: rgb(14 165 233 / 0.5); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/60{ + --tw-gradient-from: rgb(14 165 233 / 0.6); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/70{ + --tw-gradient-from: rgb(14 165 233 / 0.7); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/75{ + --tw-gradient-from: rgb(14 165 233 / 0.75); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/80{ + --tw-gradient-from: rgb(14 165 233 / 0.8); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/90{ + --tw-gradient-from: rgb(14 165 233 / 0.9); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/95{ + --tw-gradient-from: rgb(14 165 233 / 0.95); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-500\/100{ + --tw-gradient-from: rgb(14 165 233 / 1); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/0{ + --tw-gradient-from: rgb(2 132 199 / 0); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/5{ + --tw-gradient-from: rgb(2 132 199 / 0.05); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/10{ + --tw-gradient-from: rgb(2 132 199 / 0.1); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/20{ + --tw-gradient-from: rgb(2 132 199 / 0.2); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/25{ + --tw-gradient-from: rgb(2 132 199 / 0.25); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/30{ + --tw-gradient-from: rgb(2 132 199 / 0.3); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/40{ + --tw-gradient-from: rgb(2 132 199 / 0.4); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/50{ + --tw-gradient-from: rgb(2 132 199 / 0.5); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/60{ + --tw-gradient-from: rgb(2 132 199 / 0.6); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/70{ + --tw-gradient-from: rgb(2 132 199 / 0.7); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/75{ + --tw-gradient-from: rgb(2 132 199 / 0.75); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/80{ + --tw-gradient-from: rgb(2 132 199 / 0.8); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/90{ + --tw-gradient-from: rgb(2 132 199 / 0.9); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/95{ + --tw-gradient-from: rgb(2 132 199 / 0.95); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-600\/100{ + --tw-gradient-from: rgb(2 132 199 / 1); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/0{ + --tw-gradient-from: rgb(3 105 161 / 0); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/5{ + --tw-gradient-from: rgb(3 105 161 / 0.05); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/10{ + --tw-gradient-from: rgb(3 105 161 / 0.1); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/20{ + --tw-gradient-from: rgb(3 105 161 / 0.2); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/25{ + --tw-gradient-from: rgb(3 105 161 / 0.25); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/30{ + --tw-gradient-from: rgb(3 105 161 / 0.3); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/40{ + --tw-gradient-from: rgb(3 105 161 / 0.4); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/50{ + --tw-gradient-from: rgb(3 105 161 / 0.5); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/60{ + --tw-gradient-from: rgb(3 105 161 / 0.6); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/70{ + --tw-gradient-from: rgb(3 105 161 / 0.7); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/75{ + --tw-gradient-from: rgb(3 105 161 / 0.75); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/80{ + --tw-gradient-from: rgb(3 105 161 / 0.8); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/90{ + --tw-gradient-from: rgb(3 105 161 / 0.9); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/95{ + --tw-gradient-from: rgb(3 105 161 / 0.95); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-700\/100{ + --tw-gradient-from: rgb(3 105 161 / 1); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/0{ + --tw-gradient-from: rgb(7 89 133 / 0); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/5{ + --tw-gradient-from: rgb(7 89 133 / 0.05); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/10{ + --tw-gradient-from: rgb(7 89 133 / 0.1); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/20{ + --tw-gradient-from: rgb(7 89 133 / 0.2); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/25{ + --tw-gradient-from: rgb(7 89 133 / 0.25); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/30{ + --tw-gradient-from: rgb(7 89 133 / 0.3); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/40{ + --tw-gradient-from: rgb(7 89 133 / 0.4); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/50{ + --tw-gradient-from: rgb(7 89 133 / 0.5); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/60{ + --tw-gradient-from: rgb(7 89 133 / 0.6); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/70{ + --tw-gradient-from: rgb(7 89 133 / 0.7); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/75{ + --tw-gradient-from: rgb(7 89 133 / 0.75); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/80{ + --tw-gradient-from: rgb(7 89 133 / 0.8); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/90{ + --tw-gradient-from: rgb(7 89 133 / 0.9); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/95{ + --tw-gradient-from: rgb(7 89 133 / 0.95); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-800\/100{ + --tw-gradient-from: rgb(7 89 133 / 1); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/0{ + --tw-gradient-from: rgb(12 74 110 / 0); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/5{ + --tw-gradient-from: rgb(12 74 110 / 0.05); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/10{ + --tw-gradient-from: rgb(12 74 110 / 0.1); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/20{ + --tw-gradient-from: rgb(12 74 110 / 0.2); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/25{ + --tw-gradient-from: rgb(12 74 110 / 0.25); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/30{ + --tw-gradient-from: rgb(12 74 110 / 0.3); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/40{ + --tw-gradient-from: rgb(12 74 110 / 0.4); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/50{ + --tw-gradient-from: rgb(12 74 110 / 0.5); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/60{ + --tw-gradient-from: rgb(12 74 110 / 0.6); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/70{ + --tw-gradient-from: rgb(12 74 110 / 0.7); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/75{ + --tw-gradient-from: rgb(12 74 110 / 0.75); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/80{ + --tw-gradient-from: rgb(12 74 110 / 0.8); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/90{ + --tw-gradient-from: rgb(12 74 110 / 0.9); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/95{ + --tw-gradient-from: rgb(12 74 110 / 0.95); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-sky-900\/100{ + --tw-gradient-from: rgb(12 74 110 / 1); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/0{ + --tw-gradient-from: rgb(242 248 251 / 0); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/5{ + --tw-gradient-from: rgb(242 248 251 / 0.05); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/10{ + --tw-gradient-from: rgb(242 248 251 / 0.1); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/20{ + --tw-gradient-from: rgb(242 248 251 / 0.2); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/25{ + --tw-gradient-from: rgb(242 248 251 / 0.25); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/30{ + --tw-gradient-from: rgb(242 248 251 / 0.3); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/40{ + --tw-gradient-from: rgb(242 248 251 / 0.4); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/50{ + --tw-gradient-from: rgb(242 248 251 / 0.5); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/60{ + --tw-gradient-from: rgb(242 248 251 / 0.6); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/70{ + --tw-gradient-from: rgb(242 248 251 / 0.7); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/75{ + --tw-gradient-from: rgb(242 248 251 / 0.75); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/80{ + --tw-gradient-from: rgb(242 248 251 / 0.8); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/90{ + --tw-gradient-from: rgb(242 248 251 / 0.9); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/95{ + --tw-gradient-from: rgb(242 248 251 / 0.95); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-50\/100{ + --tw-gradient-from: rgb(242 248 251 / 1); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/0{ + --tw-gradient-from: rgb(230 241 246 / 0); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/5{ + --tw-gradient-from: rgb(230 241 246 / 0.05); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/10{ + --tw-gradient-from: rgb(230 241 246 / 0.1); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/20{ + --tw-gradient-from: rgb(230 241 246 / 0.2); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/25{ + --tw-gradient-from: rgb(230 241 246 / 0.25); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/30{ + --tw-gradient-from: rgb(230 241 246 / 0.3); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/40{ + --tw-gradient-from: rgb(230 241 246 / 0.4); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/50{ + --tw-gradient-from: rgb(230 241 246 / 0.5); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/60{ + --tw-gradient-from: rgb(230 241 246 / 0.6); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/70{ + --tw-gradient-from: rgb(230 241 246 / 0.7); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/75{ + --tw-gradient-from: rgb(230 241 246 / 0.75); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/80{ + --tw-gradient-from: rgb(230 241 246 / 0.8); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/90{ + --tw-gradient-from: rgb(230 241 246 / 0.9); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/95{ + --tw-gradient-from: rgb(230 241 246 / 0.95); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-100\/100{ + --tw-gradient-from: rgb(230 241 246 / 1); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/0{ + --tw-gradient-from: rgb(191 219 233 / 0); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/5{ + --tw-gradient-from: rgb(191 219 233 / 0.05); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/10{ + --tw-gradient-from: rgb(191 219 233 / 0.1); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/20{ + --tw-gradient-from: rgb(191 219 233 / 0.2); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/25{ + --tw-gradient-from: rgb(191 219 233 / 0.25); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/30{ + --tw-gradient-from: rgb(191 219 233 / 0.3); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/40{ + --tw-gradient-from: rgb(191 219 233 / 0.4); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/50{ + --tw-gradient-from: rgb(191 219 233 / 0.5); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/60{ + --tw-gradient-from: rgb(191 219 233 / 0.6); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/70{ + --tw-gradient-from: rgb(191 219 233 / 0.7); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/75{ + --tw-gradient-from: rgb(191 219 233 / 0.75); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/80{ + --tw-gradient-from: rgb(191 219 233 / 0.8); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/90{ + --tw-gradient-from: rgb(191 219 233 / 0.9); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/95{ + --tw-gradient-from: rgb(191 219 233 / 0.95); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-200\/100{ + --tw-gradient-from: rgb(191 219 233 / 1); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/0{ + --tw-gradient-from: rgb(153 197 219 / 0); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/5{ + --tw-gradient-from: rgb(153 197 219 / 0.05); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/10{ + --tw-gradient-from: rgb(153 197 219 / 0.1); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/20{ + --tw-gradient-from: rgb(153 197 219 / 0.2); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/25{ + --tw-gradient-from: rgb(153 197 219 / 0.25); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/30{ + --tw-gradient-from: rgb(153 197 219 / 0.3); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/40{ + --tw-gradient-from: rgb(153 197 219 / 0.4); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/50{ + --tw-gradient-from: rgb(153 197 219 / 0.5); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/60{ + --tw-gradient-from: rgb(153 197 219 / 0.6); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/70{ + --tw-gradient-from: rgb(153 197 219 / 0.7); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/75{ + --tw-gradient-from: rgb(153 197 219 / 0.75); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/80{ + --tw-gradient-from: rgb(153 197 219 / 0.8); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/90{ + --tw-gradient-from: rgb(153 197 219 / 0.9); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/95{ + --tw-gradient-from: rgb(153 197 219 / 0.95); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-300\/100{ + --tw-gradient-from: rgb(153 197 219 / 1); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/0{ + --tw-gradient-from: rgb(77 154 193 / 0); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/5{ + --tw-gradient-from: rgb(77 154 193 / 0.05); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/10{ + --tw-gradient-from: rgb(77 154 193 / 0.1); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/20{ + --tw-gradient-from: rgb(77 154 193 / 0.2); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/25{ + --tw-gradient-from: rgb(77 154 193 / 0.25); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/30{ + --tw-gradient-from: rgb(77 154 193 / 0.3); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/40{ + --tw-gradient-from: rgb(77 154 193 / 0.4); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/50{ + --tw-gradient-from: rgb(77 154 193 / 0.5); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/60{ + --tw-gradient-from: rgb(77 154 193 / 0.6); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/70{ + --tw-gradient-from: rgb(77 154 193 / 0.7); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/75{ + --tw-gradient-from: rgb(77 154 193 / 0.75); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/80{ + --tw-gradient-from: rgb(77 154 193 / 0.8); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/90{ + --tw-gradient-from: rgb(77 154 193 / 0.9); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/95{ + --tw-gradient-from: rgb(77 154 193 / 0.95); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-400\/100{ + --tw-gradient-from: rgb(77 154 193 / 1); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/0{ + --tw-gradient-from: rgb(0 110 166 / 0); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/5{ + --tw-gradient-from: rgb(0 110 166 / 0.05); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/10{ + --tw-gradient-from: rgb(0 110 166 / 0.1); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/20{ + --tw-gradient-from: rgb(0 110 166 / 0.2); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/25{ + --tw-gradient-from: rgb(0 110 166 / 0.25); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/30{ + --tw-gradient-from: rgb(0 110 166 / 0.3); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/40{ + --tw-gradient-from: rgb(0 110 166 / 0.4); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/50{ + --tw-gradient-from: rgb(0 110 166 / 0.5); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/60{ + --tw-gradient-from: rgb(0 110 166 / 0.6); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/70{ + --tw-gradient-from: rgb(0 110 166 / 0.7); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/75{ + --tw-gradient-from: rgb(0 110 166 / 0.75); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/80{ + --tw-gradient-from: rgb(0 110 166 / 0.8); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/90{ + --tw-gradient-from: rgb(0 110 166 / 0.9); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/95{ + --tw-gradient-from: rgb(0 110 166 / 0.95); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-500\/100{ + --tw-gradient-from: rgb(0 110 166 / 1); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/0{ + --tw-gradient-from: rgb(0 99 149 / 0); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/5{ + --tw-gradient-from: rgb(0 99 149 / 0.05); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/10{ + --tw-gradient-from: rgb(0 99 149 / 0.1); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/20{ + --tw-gradient-from: rgb(0 99 149 / 0.2); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/25{ + --tw-gradient-from: rgb(0 99 149 / 0.25); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/30{ + --tw-gradient-from: rgb(0 99 149 / 0.3); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/40{ + --tw-gradient-from: rgb(0 99 149 / 0.4); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/50{ + --tw-gradient-from: rgb(0 99 149 / 0.5); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/60{ + --tw-gradient-from: rgb(0 99 149 / 0.6); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/70{ + --tw-gradient-from: rgb(0 99 149 / 0.7); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/75{ + --tw-gradient-from: rgb(0 99 149 / 0.75); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/80{ + --tw-gradient-from: rgb(0 99 149 / 0.8); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/90{ + --tw-gradient-from: rgb(0 99 149 / 0.9); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/95{ + --tw-gradient-from: rgb(0 99 149 / 0.95); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-600\/100{ + --tw-gradient-from: rgb(0 99 149 / 1); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/0{ + --tw-gradient-from: rgb(0 83 125 / 0); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/5{ + --tw-gradient-from: rgb(0 83 125 / 0.05); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/10{ + --tw-gradient-from: rgb(0 83 125 / 0.1); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/20{ + --tw-gradient-from: rgb(0 83 125 / 0.2); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/25{ + --tw-gradient-from: rgb(0 83 125 / 0.25); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/30{ + --tw-gradient-from: rgb(0 83 125 / 0.3); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/40{ + --tw-gradient-from: rgb(0 83 125 / 0.4); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/50{ + --tw-gradient-from: rgb(0 83 125 / 0.5); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/60{ + --tw-gradient-from: rgb(0 83 125 / 0.6); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/70{ + --tw-gradient-from: rgb(0 83 125 / 0.7); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/75{ + --tw-gradient-from: rgb(0 83 125 / 0.75); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/80{ + --tw-gradient-from: rgb(0 83 125 / 0.8); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/90{ + --tw-gradient-from: rgb(0 83 125 / 0.9); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/95{ + --tw-gradient-from: rgb(0 83 125 / 0.95); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-700\/100{ + --tw-gradient-from: rgb(0 83 125 / 1); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/0{ + --tw-gradient-from: rgb(0 66 100 / 0); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/5{ + --tw-gradient-from: rgb(0 66 100 / 0.05); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/10{ + --tw-gradient-from: rgb(0 66 100 / 0.1); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/20{ + --tw-gradient-from: rgb(0 66 100 / 0.2); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/25{ + --tw-gradient-from: rgb(0 66 100 / 0.25); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/30{ + --tw-gradient-from: rgb(0 66 100 / 0.3); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/40{ + --tw-gradient-from: rgb(0 66 100 / 0.4); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/50{ + --tw-gradient-from: rgb(0 66 100 / 0.5); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/60{ + --tw-gradient-from: rgb(0 66 100 / 0.6); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/70{ + --tw-gradient-from: rgb(0 66 100 / 0.7); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/75{ + --tw-gradient-from: rgb(0 66 100 / 0.75); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/80{ + --tw-gradient-from: rgb(0 66 100 / 0.8); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/90{ + --tw-gradient-from: rgb(0 66 100 / 0.9); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/95{ + --tw-gradient-from: rgb(0 66 100 / 0.95); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-800\/100{ + --tw-gradient-from: rgb(0 66 100 / 1); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/0{ + --tw-gradient-from: rgb(0 54 81 / 0); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/5{ + --tw-gradient-from: rgb(0 54 81 / 0.05); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/10{ + --tw-gradient-from: rgb(0 54 81 / 0.1); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/20{ + --tw-gradient-from: rgb(0 54 81 / 0.2); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/25{ + --tw-gradient-from: rgb(0 54 81 / 0.25); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/30{ + --tw-gradient-from: rgb(0 54 81 / 0.3); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/40{ + --tw-gradient-from: rgb(0 54 81 / 0.4); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/50{ + --tw-gradient-from: rgb(0 54 81 / 0.5); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/60{ + --tw-gradient-from: rgb(0 54 81 / 0.6); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/70{ + --tw-gradient-from: rgb(0 54 81 / 0.7); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/75{ + --tw-gradient-from: rgb(0 54 81 / 0.75); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/80{ + --tw-gradient-from: rgb(0 54 81 / 0.8); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/90{ + --tw-gradient-from: rgb(0 54 81 / 0.9); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/95{ + --tw-gradient-from: rgb(0 54 81 / 0.95); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue-900\/100{ + --tw-gradient-from: rgb(0 54 81 / 1); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/0{ + --tw-gradient-from: rgb(0 110 166 / 0); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/5{ + --tw-gradient-from: rgb(0 110 166 / 0.05); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/10{ + --tw-gradient-from: rgb(0 110 166 / 0.1); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/20{ + --tw-gradient-from: rgb(0 110 166 / 0.2); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/25{ + --tw-gradient-from: rgb(0 110 166 / 0.25); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/30{ + --tw-gradient-from: rgb(0 110 166 / 0.3); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/40{ + --tw-gradient-from: rgb(0 110 166 / 0.4); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/50{ + --tw-gradient-from: rgb(0 110 166 / 0.5); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/60{ + --tw-gradient-from: rgb(0 110 166 / 0.6); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/70{ + --tw-gradient-from: rgb(0 110 166 / 0.7); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/75{ + --tw-gradient-from: rgb(0 110 166 / 0.75); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/80{ + --tw-gradient-from: rgb(0 110 166 / 0.8); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/90{ + --tw-gradient-from: rgb(0 110 166 / 0.9); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/95{ + --tw-gradient-from: rgb(0 110 166 / 0.95); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-blue\/100{ + --tw-gradient-from: rgb(0 110 166 / 1); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/0{ + --tw-gradient-from: rgb(240 245 255 / 0); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/5{ + --tw-gradient-from: rgb(240 245 255 / 0.05); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/10{ + --tw-gradient-from: rgb(240 245 255 / 0.1); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/20{ + --tw-gradient-from: rgb(240 245 255 / 0.2); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/25{ + --tw-gradient-from: rgb(240 245 255 / 0.25); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/30{ + --tw-gradient-from: rgb(240 245 255 / 0.3); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/40{ + --tw-gradient-from: rgb(240 245 255 / 0.4); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/50{ + --tw-gradient-from: rgb(240 245 255 / 0.5); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/60{ + --tw-gradient-from: rgb(240 245 255 / 0.6); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/70{ + --tw-gradient-from: rgb(240 245 255 / 0.7); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/75{ + --tw-gradient-from: rgb(240 245 255 / 0.75); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/80{ + --tw-gradient-from: rgb(240 245 255 / 0.8); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/90{ + --tw-gradient-from: rgb(240 245 255 / 0.9); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/95{ + --tw-gradient-from: rgb(240 245 255 / 0.95); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-50\/100{ + --tw-gradient-from: rgb(240 245 255 / 1); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/0{ + --tw-gradient-from: rgb(229 237 255 / 0); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/5{ + --tw-gradient-from: rgb(229 237 255 / 0.05); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/10{ + --tw-gradient-from: rgb(229 237 255 / 0.1); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/20{ + --tw-gradient-from: rgb(229 237 255 / 0.2); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/25{ + --tw-gradient-from: rgb(229 237 255 / 0.25); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/30{ + --tw-gradient-from: rgb(229 237 255 / 0.3); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/40{ + --tw-gradient-from: rgb(229 237 255 / 0.4); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/50{ + --tw-gradient-from: rgb(229 237 255 / 0.5); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/60{ + --tw-gradient-from: rgb(229 237 255 / 0.6); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/70{ + --tw-gradient-from: rgb(229 237 255 / 0.7); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/75{ + --tw-gradient-from: rgb(229 237 255 / 0.75); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/80{ + --tw-gradient-from: rgb(229 237 255 / 0.8); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/90{ + --tw-gradient-from: rgb(229 237 255 / 0.9); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/95{ + --tw-gradient-from: rgb(229 237 255 / 0.95); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-100\/100{ + --tw-gradient-from: rgb(229 237 255 / 1); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/0{ + --tw-gradient-from: rgb(205 219 254 / 0); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/5{ + --tw-gradient-from: rgb(205 219 254 / 0.05); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/10{ + --tw-gradient-from: rgb(205 219 254 / 0.1); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/20{ + --tw-gradient-from: rgb(205 219 254 / 0.2); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/25{ + --tw-gradient-from: rgb(205 219 254 / 0.25); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/30{ + --tw-gradient-from: rgb(205 219 254 / 0.3); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/40{ + --tw-gradient-from: rgb(205 219 254 / 0.4); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/50{ + --tw-gradient-from: rgb(205 219 254 / 0.5); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/60{ + --tw-gradient-from: rgb(205 219 254 / 0.6); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/70{ + --tw-gradient-from: rgb(205 219 254 / 0.7); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/75{ + --tw-gradient-from: rgb(205 219 254 / 0.75); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/80{ + --tw-gradient-from: rgb(205 219 254 / 0.8); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/90{ + --tw-gradient-from: rgb(205 219 254 / 0.9); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/95{ + --tw-gradient-from: rgb(205 219 254 / 0.95); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-200\/100{ + --tw-gradient-from: rgb(205 219 254 / 1); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/0{ + --tw-gradient-from: rgb(180 198 252 / 0); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/5{ + --tw-gradient-from: rgb(180 198 252 / 0.05); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/10{ + --tw-gradient-from: rgb(180 198 252 / 0.1); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/20{ + --tw-gradient-from: rgb(180 198 252 / 0.2); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/25{ + --tw-gradient-from: rgb(180 198 252 / 0.25); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/30{ + --tw-gradient-from: rgb(180 198 252 / 0.3); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/40{ + --tw-gradient-from: rgb(180 198 252 / 0.4); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/50{ + --tw-gradient-from: rgb(180 198 252 / 0.5); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/60{ + --tw-gradient-from: rgb(180 198 252 / 0.6); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/70{ + --tw-gradient-from: rgb(180 198 252 / 0.7); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/75{ + --tw-gradient-from: rgb(180 198 252 / 0.75); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/80{ + --tw-gradient-from: rgb(180 198 252 / 0.8); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/90{ + --tw-gradient-from: rgb(180 198 252 / 0.9); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/95{ + --tw-gradient-from: rgb(180 198 252 / 0.95); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-300\/100{ + --tw-gradient-from: rgb(180 198 252 / 1); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/0{ + --tw-gradient-from: rgb(141 162 251 / 0); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/5{ + --tw-gradient-from: rgb(141 162 251 / 0.05); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/10{ + --tw-gradient-from: rgb(141 162 251 / 0.1); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/20{ + --tw-gradient-from: rgb(141 162 251 / 0.2); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/25{ + --tw-gradient-from: rgb(141 162 251 / 0.25); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/30{ + --tw-gradient-from: rgb(141 162 251 / 0.3); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/40{ + --tw-gradient-from: rgb(141 162 251 / 0.4); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/50{ + --tw-gradient-from: rgb(141 162 251 / 0.5); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/60{ + --tw-gradient-from: rgb(141 162 251 / 0.6); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/70{ + --tw-gradient-from: rgb(141 162 251 / 0.7); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/75{ + --tw-gradient-from: rgb(141 162 251 / 0.75); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/80{ + --tw-gradient-from: rgb(141 162 251 / 0.8); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/90{ + --tw-gradient-from: rgb(141 162 251 / 0.9); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/95{ + --tw-gradient-from: rgb(141 162 251 / 0.95); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-400\/100{ + --tw-gradient-from: rgb(141 162 251 / 1); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/0{ + --tw-gradient-from: rgb(104 117 245 / 0); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/5{ + --tw-gradient-from: rgb(104 117 245 / 0.05); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/10{ + --tw-gradient-from: rgb(104 117 245 / 0.1); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/20{ + --tw-gradient-from: rgb(104 117 245 / 0.2); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/25{ + --tw-gradient-from: rgb(104 117 245 / 0.25); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/30{ + --tw-gradient-from: rgb(104 117 245 / 0.3); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/40{ + --tw-gradient-from: rgb(104 117 245 / 0.4); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/50{ + --tw-gradient-from: rgb(104 117 245 / 0.5); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/60{ + --tw-gradient-from: rgb(104 117 245 / 0.6); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/70{ + --tw-gradient-from: rgb(104 117 245 / 0.7); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/75{ + --tw-gradient-from: rgb(104 117 245 / 0.75); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/80{ + --tw-gradient-from: rgb(104 117 245 / 0.8); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/90{ + --tw-gradient-from: rgb(104 117 245 / 0.9); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/95{ + --tw-gradient-from: rgb(104 117 245 / 0.95); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-500\/100{ + --tw-gradient-from: rgb(104 117 245 / 1); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/0{ + --tw-gradient-from: rgb(88 80 236 / 0); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/5{ + --tw-gradient-from: rgb(88 80 236 / 0.05); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/10{ + --tw-gradient-from: rgb(88 80 236 / 0.1); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/20{ + --tw-gradient-from: rgb(88 80 236 / 0.2); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/25{ + --tw-gradient-from: rgb(88 80 236 / 0.25); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/30{ + --tw-gradient-from: rgb(88 80 236 / 0.3); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/40{ + --tw-gradient-from: rgb(88 80 236 / 0.4); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/50{ + --tw-gradient-from: rgb(88 80 236 / 0.5); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/60{ + --tw-gradient-from: rgb(88 80 236 / 0.6); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/70{ + --tw-gradient-from: rgb(88 80 236 / 0.7); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/75{ + --tw-gradient-from: rgb(88 80 236 / 0.75); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/80{ + --tw-gradient-from: rgb(88 80 236 / 0.8); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/90{ + --tw-gradient-from: rgb(88 80 236 / 0.9); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/95{ + --tw-gradient-from: rgb(88 80 236 / 0.95); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-600\/100{ + --tw-gradient-from: rgb(88 80 236 / 1); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/0{ + --tw-gradient-from: rgb(81 69 205 / 0); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/5{ + --tw-gradient-from: rgb(81 69 205 / 0.05); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/10{ + --tw-gradient-from: rgb(81 69 205 / 0.1); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/20{ + --tw-gradient-from: rgb(81 69 205 / 0.2); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/25{ + --tw-gradient-from: rgb(81 69 205 / 0.25); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/30{ + --tw-gradient-from: rgb(81 69 205 / 0.3); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/40{ + --tw-gradient-from: rgb(81 69 205 / 0.4); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/50{ + --tw-gradient-from: rgb(81 69 205 / 0.5); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/60{ + --tw-gradient-from: rgb(81 69 205 / 0.6); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/70{ + --tw-gradient-from: rgb(81 69 205 / 0.7); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/75{ + --tw-gradient-from: rgb(81 69 205 / 0.75); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/80{ + --tw-gradient-from: rgb(81 69 205 / 0.8); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/90{ + --tw-gradient-from: rgb(81 69 205 / 0.9); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/95{ + --tw-gradient-from: rgb(81 69 205 / 0.95); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-700\/100{ + --tw-gradient-from: rgb(81 69 205 / 1); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/0{ + --tw-gradient-from: rgb(66 56 157 / 0); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/5{ + --tw-gradient-from: rgb(66 56 157 / 0.05); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/10{ + --tw-gradient-from: rgb(66 56 157 / 0.1); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/20{ + --tw-gradient-from: rgb(66 56 157 / 0.2); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/25{ + --tw-gradient-from: rgb(66 56 157 / 0.25); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/30{ + --tw-gradient-from: rgb(66 56 157 / 0.3); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/40{ + --tw-gradient-from: rgb(66 56 157 / 0.4); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/50{ + --tw-gradient-from: rgb(66 56 157 / 0.5); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/60{ + --tw-gradient-from: rgb(66 56 157 / 0.6); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/70{ + --tw-gradient-from: rgb(66 56 157 / 0.7); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/75{ + --tw-gradient-from: rgb(66 56 157 / 0.75); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/80{ + --tw-gradient-from: rgb(66 56 157 / 0.8); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/90{ + --tw-gradient-from: rgb(66 56 157 / 0.9); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/95{ + --tw-gradient-from: rgb(66 56 157 / 0.95); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-800\/100{ + --tw-gradient-from: rgb(66 56 157 / 1); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/0{ + --tw-gradient-from: rgb(54 47 120 / 0); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/5{ + --tw-gradient-from: rgb(54 47 120 / 0.05); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/10{ + --tw-gradient-from: rgb(54 47 120 / 0.1); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/20{ + --tw-gradient-from: rgb(54 47 120 / 0.2); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/25{ + --tw-gradient-from: rgb(54 47 120 / 0.25); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/30{ + --tw-gradient-from: rgb(54 47 120 / 0.3); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/40{ + --tw-gradient-from: rgb(54 47 120 / 0.4); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/50{ + --tw-gradient-from: rgb(54 47 120 / 0.5); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/60{ + --tw-gradient-from: rgb(54 47 120 / 0.6); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/70{ + --tw-gradient-from: rgb(54 47 120 / 0.7); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/75{ + --tw-gradient-from: rgb(54 47 120 / 0.75); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/80{ + --tw-gradient-from: rgb(54 47 120 / 0.8); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/90{ + --tw-gradient-from: rgb(54 47 120 / 0.9); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/95{ + --tw-gradient-from: rgb(54 47 120 / 0.95); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-indigo-900\/100{ + --tw-gradient-from: rgb(54 47 120 / 1); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/0{ + --tw-gradient-from: rgb(245 243 255 / 0); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/5{ + --tw-gradient-from: rgb(245 243 255 / 0.05); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/10{ + --tw-gradient-from: rgb(245 243 255 / 0.1); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/20{ + --tw-gradient-from: rgb(245 243 255 / 0.2); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/25{ + --tw-gradient-from: rgb(245 243 255 / 0.25); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/30{ + --tw-gradient-from: rgb(245 243 255 / 0.3); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/40{ + --tw-gradient-from: rgb(245 243 255 / 0.4); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/50{ + --tw-gradient-from: rgb(245 243 255 / 0.5); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/60{ + --tw-gradient-from: rgb(245 243 255 / 0.6); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/70{ + --tw-gradient-from: rgb(245 243 255 / 0.7); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/75{ + --tw-gradient-from: rgb(245 243 255 / 0.75); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/80{ + --tw-gradient-from: rgb(245 243 255 / 0.8); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/90{ + --tw-gradient-from: rgb(245 243 255 / 0.9); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/95{ + --tw-gradient-from: rgb(245 243 255 / 0.95); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-50\/100{ + --tw-gradient-from: rgb(245 243 255 / 1); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/0{ + --tw-gradient-from: rgb(237 233 254 / 0); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/5{ + --tw-gradient-from: rgb(237 233 254 / 0.05); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/10{ + --tw-gradient-from: rgb(237 233 254 / 0.1); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/20{ + --tw-gradient-from: rgb(237 233 254 / 0.2); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/25{ + --tw-gradient-from: rgb(237 233 254 / 0.25); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/30{ + --tw-gradient-from: rgb(237 233 254 / 0.3); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/40{ + --tw-gradient-from: rgb(237 233 254 / 0.4); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/50{ + --tw-gradient-from: rgb(237 233 254 / 0.5); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/60{ + --tw-gradient-from: rgb(237 233 254 / 0.6); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/70{ + --tw-gradient-from: rgb(237 233 254 / 0.7); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/75{ + --tw-gradient-from: rgb(237 233 254 / 0.75); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/80{ + --tw-gradient-from: rgb(237 233 254 / 0.8); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/90{ + --tw-gradient-from: rgb(237 233 254 / 0.9); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/95{ + --tw-gradient-from: rgb(237 233 254 / 0.95); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-100\/100{ + --tw-gradient-from: rgb(237 233 254 / 1); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/0{ + --tw-gradient-from: rgb(221 214 254 / 0); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/5{ + --tw-gradient-from: rgb(221 214 254 / 0.05); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/10{ + --tw-gradient-from: rgb(221 214 254 / 0.1); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/20{ + --tw-gradient-from: rgb(221 214 254 / 0.2); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/25{ + --tw-gradient-from: rgb(221 214 254 / 0.25); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/30{ + --tw-gradient-from: rgb(221 214 254 / 0.3); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/40{ + --tw-gradient-from: rgb(221 214 254 / 0.4); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/50{ + --tw-gradient-from: rgb(221 214 254 / 0.5); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/60{ + --tw-gradient-from: rgb(221 214 254 / 0.6); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/70{ + --tw-gradient-from: rgb(221 214 254 / 0.7); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/75{ + --tw-gradient-from: rgb(221 214 254 / 0.75); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/80{ + --tw-gradient-from: rgb(221 214 254 / 0.8); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/90{ + --tw-gradient-from: rgb(221 214 254 / 0.9); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/95{ + --tw-gradient-from: rgb(221 214 254 / 0.95); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-200\/100{ + --tw-gradient-from: rgb(221 214 254 / 1); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/0{ + --tw-gradient-from: rgb(196 181 253 / 0); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/5{ + --tw-gradient-from: rgb(196 181 253 / 0.05); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/10{ + --tw-gradient-from: rgb(196 181 253 / 0.1); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/20{ + --tw-gradient-from: rgb(196 181 253 / 0.2); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/25{ + --tw-gradient-from: rgb(196 181 253 / 0.25); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/30{ + --tw-gradient-from: rgb(196 181 253 / 0.3); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/40{ + --tw-gradient-from: rgb(196 181 253 / 0.4); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/50{ + --tw-gradient-from: rgb(196 181 253 / 0.5); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/60{ + --tw-gradient-from: rgb(196 181 253 / 0.6); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/70{ + --tw-gradient-from: rgb(196 181 253 / 0.7); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/75{ + --tw-gradient-from: rgb(196 181 253 / 0.75); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/80{ + --tw-gradient-from: rgb(196 181 253 / 0.8); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/90{ + --tw-gradient-from: rgb(196 181 253 / 0.9); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/95{ + --tw-gradient-from: rgb(196 181 253 / 0.95); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-300\/100{ + --tw-gradient-from: rgb(196 181 253 / 1); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/0{ + --tw-gradient-from: rgb(167 139 250 / 0); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/5{ + --tw-gradient-from: rgb(167 139 250 / 0.05); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/10{ + --tw-gradient-from: rgb(167 139 250 / 0.1); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/20{ + --tw-gradient-from: rgb(167 139 250 / 0.2); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/25{ + --tw-gradient-from: rgb(167 139 250 / 0.25); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/30{ + --tw-gradient-from: rgb(167 139 250 / 0.3); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/40{ + --tw-gradient-from: rgb(167 139 250 / 0.4); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/50{ + --tw-gradient-from: rgb(167 139 250 / 0.5); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/60{ + --tw-gradient-from: rgb(167 139 250 / 0.6); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/70{ + --tw-gradient-from: rgb(167 139 250 / 0.7); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/75{ + --tw-gradient-from: rgb(167 139 250 / 0.75); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/80{ + --tw-gradient-from: rgb(167 139 250 / 0.8); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/90{ + --tw-gradient-from: rgb(167 139 250 / 0.9); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/95{ + --tw-gradient-from: rgb(167 139 250 / 0.95); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-400\/100{ + --tw-gradient-from: rgb(167 139 250 / 1); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/0{ + --tw-gradient-from: rgb(139 92 246 / 0); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/5{ + --tw-gradient-from: rgb(139 92 246 / 0.05); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/10{ + --tw-gradient-from: rgb(139 92 246 / 0.1); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/20{ + --tw-gradient-from: rgb(139 92 246 / 0.2); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/25{ + --tw-gradient-from: rgb(139 92 246 / 0.25); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/30{ + --tw-gradient-from: rgb(139 92 246 / 0.3); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/40{ + --tw-gradient-from: rgb(139 92 246 / 0.4); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/50{ + --tw-gradient-from: rgb(139 92 246 / 0.5); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/60{ + --tw-gradient-from: rgb(139 92 246 / 0.6); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/70{ + --tw-gradient-from: rgb(139 92 246 / 0.7); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/75{ + --tw-gradient-from: rgb(139 92 246 / 0.75); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/80{ + --tw-gradient-from: rgb(139 92 246 / 0.8); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/90{ + --tw-gradient-from: rgb(139 92 246 / 0.9); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/95{ + --tw-gradient-from: rgb(139 92 246 / 0.95); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-500\/100{ + --tw-gradient-from: rgb(139 92 246 / 1); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/0{ + --tw-gradient-from: rgb(124 58 237 / 0); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/5{ + --tw-gradient-from: rgb(124 58 237 / 0.05); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/10{ + --tw-gradient-from: rgb(124 58 237 / 0.1); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/20{ + --tw-gradient-from: rgb(124 58 237 / 0.2); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/25{ + --tw-gradient-from: rgb(124 58 237 / 0.25); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/30{ + --tw-gradient-from: rgb(124 58 237 / 0.3); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/40{ + --tw-gradient-from: rgb(124 58 237 / 0.4); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/50{ + --tw-gradient-from: rgb(124 58 237 / 0.5); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/60{ + --tw-gradient-from: rgb(124 58 237 / 0.6); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/70{ + --tw-gradient-from: rgb(124 58 237 / 0.7); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/75{ + --tw-gradient-from: rgb(124 58 237 / 0.75); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/80{ + --tw-gradient-from: rgb(124 58 237 / 0.8); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/90{ + --tw-gradient-from: rgb(124 58 237 / 0.9); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/95{ + --tw-gradient-from: rgb(124 58 237 / 0.95); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-600\/100{ + --tw-gradient-from: rgb(124 58 237 / 1); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/0{ + --tw-gradient-from: rgb(109 40 217 / 0); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/5{ + --tw-gradient-from: rgb(109 40 217 / 0.05); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/10{ + --tw-gradient-from: rgb(109 40 217 / 0.1); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/20{ + --tw-gradient-from: rgb(109 40 217 / 0.2); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/25{ + --tw-gradient-from: rgb(109 40 217 / 0.25); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/30{ + --tw-gradient-from: rgb(109 40 217 / 0.3); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/40{ + --tw-gradient-from: rgb(109 40 217 / 0.4); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/50{ + --tw-gradient-from: rgb(109 40 217 / 0.5); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/60{ + --tw-gradient-from: rgb(109 40 217 / 0.6); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/70{ + --tw-gradient-from: rgb(109 40 217 / 0.7); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/75{ + --tw-gradient-from: rgb(109 40 217 / 0.75); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/80{ + --tw-gradient-from: rgb(109 40 217 / 0.8); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/90{ + --tw-gradient-from: rgb(109 40 217 / 0.9); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/95{ + --tw-gradient-from: rgb(109 40 217 / 0.95); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-700\/100{ + --tw-gradient-from: rgb(109 40 217 / 1); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/0{ + --tw-gradient-from: rgb(91 33 182 / 0); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/5{ + --tw-gradient-from: rgb(91 33 182 / 0.05); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/10{ + --tw-gradient-from: rgb(91 33 182 / 0.1); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/20{ + --tw-gradient-from: rgb(91 33 182 / 0.2); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/25{ + --tw-gradient-from: rgb(91 33 182 / 0.25); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/30{ + --tw-gradient-from: rgb(91 33 182 / 0.3); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/40{ + --tw-gradient-from: rgb(91 33 182 / 0.4); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/50{ + --tw-gradient-from: rgb(91 33 182 / 0.5); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/60{ + --tw-gradient-from: rgb(91 33 182 / 0.6); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/70{ + --tw-gradient-from: rgb(91 33 182 / 0.7); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/75{ + --tw-gradient-from: rgb(91 33 182 / 0.75); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/80{ + --tw-gradient-from: rgb(91 33 182 / 0.8); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/90{ + --tw-gradient-from: rgb(91 33 182 / 0.9); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/95{ + --tw-gradient-from: rgb(91 33 182 / 0.95); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-800\/100{ + --tw-gradient-from: rgb(91 33 182 / 1); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/0{ + --tw-gradient-from: rgb(76 29 149 / 0); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/5{ + --tw-gradient-from: rgb(76 29 149 / 0.05); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/10{ + --tw-gradient-from: rgb(76 29 149 / 0.1); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/20{ + --tw-gradient-from: rgb(76 29 149 / 0.2); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/25{ + --tw-gradient-from: rgb(76 29 149 / 0.25); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/30{ + --tw-gradient-from: rgb(76 29 149 / 0.3); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/40{ + --tw-gradient-from: rgb(76 29 149 / 0.4); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/50{ + --tw-gradient-from: rgb(76 29 149 / 0.5); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/60{ + --tw-gradient-from: rgb(76 29 149 / 0.6); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/70{ + --tw-gradient-from: rgb(76 29 149 / 0.7); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/75{ + --tw-gradient-from: rgb(76 29 149 / 0.75); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/80{ + --tw-gradient-from: rgb(76 29 149 / 0.8); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/90{ + --tw-gradient-from: rgb(76 29 149 / 0.9); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/95{ + --tw-gradient-from: rgb(76 29 149 / 0.95); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-violet-900\/100{ + --tw-gradient-from: rgb(76 29 149 / 1); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/0{ + --tw-gradient-from: rgb(247 247 249 / 0); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/5{ + --tw-gradient-from: rgb(247 247 249 / 0.05); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/10{ + --tw-gradient-from: rgb(247 247 249 / 0.1); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/20{ + --tw-gradient-from: rgb(247 247 249 / 0.2); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/25{ + --tw-gradient-from: rgb(247 247 249 / 0.25); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/30{ + --tw-gradient-from: rgb(247 247 249 / 0.3); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/40{ + --tw-gradient-from: rgb(247 247 249 / 0.4); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/50{ + --tw-gradient-from: rgb(247 247 249 / 0.5); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/60{ + --tw-gradient-from: rgb(247 247 249 / 0.6); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/70{ + --tw-gradient-from: rgb(247 247 249 / 0.7); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/75{ + --tw-gradient-from: rgb(247 247 249 / 0.75); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/80{ + --tw-gradient-from: rgb(247 247 249 / 0.8); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/90{ + --tw-gradient-from: rgb(247 247 249 / 0.9); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/95{ + --tw-gradient-from: rgb(247 247 249 / 0.95); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-50\/100{ + --tw-gradient-from: rgb(247 247 249 / 1); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/0{ + --tw-gradient-from: rgb(238 238 243 / 0); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/5{ + --tw-gradient-from: rgb(238 238 243 / 0.05); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/10{ + --tw-gradient-from: rgb(238 238 243 / 0.1); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/20{ + --tw-gradient-from: rgb(238 238 243 / 0.2); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/25{ + --tw-gradient-from: rgb(238 238 243 / 0.25); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/30{ + --tw-gradient-from: rgb(238 238 243 / 0.3); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/40{ + --tw-gradient-from: rgb(238 238 243 / 0.4); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/50{ + --tw-gradient-from: rgb(238 238 243 / 0.5); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/60{ + --tw-gradient-from: rgb(238 238 243 / 0.6); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/70{ + --tw-gradient-from: rgb(238 238 243 / 0.7); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/75{ + --tw-gradient-from: rgb(238 238 243 / 0.75); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/80{ + --tw-gradient-from: rgb(238 238 243 / 0.8); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/90{ + --tw-gradient-from: rgb(238 238 243 / 0.9); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/95{ + --tw-gradient-from: rgb(238 238 243 / 0.95); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-100\/100{ + --tw-gradient-from: rgb(238 238 243 / 1); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/0{ + --tw-gradient-from: rgb(213 213 226 / 0); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/5{ + --tw-gradient-from: rgb(213 213 226 / 0.05); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/10{ + --tw-gradient-from: rgb(213 213 226 / 0.1); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/20{ + --tw-gradient-from: rgb(213 213 226 / 0.2); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/25{ + --tw-gradient-from: rgb(213 213 226 / 0.25); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/30{ + --tw-gradient-from: rgb(213 213 226 / 0.3); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/40{ + --tw-gradient-from: rgb(213 213 226 / 0.4); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/50{ + --tw-gradient-from: rgb(213 213 226 / 0.5); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/60{ + --tw-gradient-from: rgb(213 213 226 / 0.6); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/70{ + --tw-gradient-from: rgb(213 213 226 / 0.7); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/75{ + --tw-gradient-from: rgb(213 213 226 / 0.75); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/80{ + --tw-gradient-from: rgb(213 213 226 / 0.8); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/90{ + --tw-gradient-from: rgb(213 213 226 / 0.9); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/95{ + --tw-gradient-from: rgb(213 213 226 / 0.95); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-200\/100{ + --tw-gradient-from: rgb(213 213 226 / 1); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/0{ + --tw-gradient-from: rgb(187 188 209 / 0); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/5{ + --tw-gradient-from: rgb(187 188 209 / 0.05); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/10{ + --tw-gradient-from: rgb(187 188 209 / 0.1); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/20{ + --tw-gradient-from: rgb(187 188 209 / 0.2); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/25{ + --tw-gradient-from: rgb(187 188 209 / 0.25); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/30{ + --tw-gradient-from: rgb(187 188 209 / 0.3); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/40{ + --tw-gradient-from: rgb(187 188 209 / 0.4); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/50{ + --tw-gradient-from: rgb(187 188 209 / 0.5); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/60{ + --tw-gradient-from: rgb(187 188 209 / 0.6); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/70{ + --tw-gradient-from: rgb(187 188 209 / 0.7); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/75{ + --tw-gradient-from: rgb(187 188 209 / 0.75); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/80{ + --tw-gradient-from: rgb(187 188 209 / 0.8); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/90{ + --tw-gradient-from: rgb(187 188 209 / 0.9); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/95{ + --tw-gradient-from: rgb(187 188 209 / 0.95); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-300\/100{ + --tw-gradient-from: rgb(187 188 209 / 1); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/0{ + --tw-gradient-from: rgb(136 138 174 / 0); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/5{ + --tw-gradient-from: rgb(136 138 174 / 0.05); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/10{ + --tw-gradient-from: rgb(136 138 174 / 0.1); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/20{ + --tw-gradient-from: rgb(136 138 174 / 0.2); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/25{ + --tw-gradient-from: rgb(136 138 174 / 0.25); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/30{ + --tw-gradient-from: rgb(136 138 174 / 0.3); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/40{ + --tw-gradient-from: rgb(136 138 174 / 0.4); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/50{ + --tw-gradient-from: rgb(136 138 174 / 0.5); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/60{ + --tw-gradient-from: rgb(136 138 174 / 0.6); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/70{ + --tw-gradient-from: rgb(136 138 174 / 0.7); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/75{ + --tw-gradient-from: rgb(136 138 174 / 0.75); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/80{ + --tw-gradient-from: rgb(136 138 174 / 0.8); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/90{ + --tw-gradient-from: rgb(136 138 174 / 0.9); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/95{ + --tw-gradient-from: rgb(136 138 174 / 0.95); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-400\/100{ + --tw-gradient-from: rgb(136 138 174 / 1); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/0{ + --tw-gradient-from: rgb(85 88 139 / 0); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/5{ + --tw-gradient-from: rgb(85 88 139 / 0.05); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/10{ + --tw-gradient-from: rgb(85 88 139 / 0.1); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/20{ + --tw-gradient-from: rgb(85 88 139 / 0.2); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/25{ + --tw-gradient-from: rgb(85 88 139 / 0.25); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/30{ + --tw-gradient-from: rgb(85 88 139 / 0.3); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/40{ + --tw-gradient-from: rgb(85 88 139 / 0.4); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/50{ + --tw-gradient-from: rgb(85 88 139 / 0.5); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/60{ + --tw-gradient-from: rgb(85 88 139 / 0.6); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/70{ + --tw-gradient-from: rgb(85 88 139 / 0.7); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/75{ + --tw-gradient-from: rgb(85 88 139 / 0.75); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/80{ + --tw-gradient-from: rgb(85 88 139 / 0.8); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/90{ + --tw-gradient-from: rgb(85 88 139 / 0.9); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/95{ + --tw-gradient-from: rgb(85 88 139 / 0.95); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-500\/100{ + --tw-gradient-from: rgb(85 88 139 / 1); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/0{ + --tw-gradient-from: rgb(77 79 125 / 0); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/5{ + --tw-gradient-from: rgb(77 79 125 / 0.05); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/10{ + --tw-gradient-from: rgb(77 79 125 / 0.1); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/20{ + --tw-gradient-from: rgb(77 79 125 / 0.2); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/25{ + --tw-gradient-from: rgb(77 79 125 / 0.25); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/30{ + --tw-gradient-from: rgb(77 79 125 / 0.3); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/40{ + --tw-gradient-from: rgb(77 79 125 / 0.4); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/50{ + --tw-gradient-from: rgb(77 79 125 / 0.5); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/60{ + --tw-gradient-from: rgb(77 79 125 / 0.6); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/70{ + --tw-gradient-from: rgb(77 79 125 / 0.7); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/75{ + --tw-gradient-from: rgb(77 79 125 / 0.75); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/80{ + --tw-gradient-from: rgb(77 79 125 / 0.8); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/90{ + --tw-gradient-from: rgb(77 79 125 / 0.9); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/95{ + --tw-gradient-from: rgb(77 79 125 / 0.95); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-600\/100{ + --tw-gradient-from: rgb(77 79 125 / 1); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/0{ + --tw-gradient-from: rgb(64 66 104 / 0); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/5{ + --tw-gradient-from: rgb(64 66 104 / 0.05); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/10{ + --tw-gradient-from: rgb(64 66 104 / 0.1); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/20{ + --tw-gradient-from: rgb(64 66 104 / 0.2); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/25{ + --tw-gradient-from: rgb(64 66 104 / 0.25); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/30{ + --tw-gradient-from: rgb(64 66 104 / 0.3); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/40{ + --tw-gradient-from: rgb(64 66 104 / 0.4); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/50{ + --tw-gradient-from: rgb(64 66 104 / 0.5); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/60{ + --tw-gradient-from: rgb(64 66 104 / 0.6); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/70{ + --tw-gradient-from: rgb(64 66 104 / 0.7); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/75{ + --tw-gradient-from: rgb(64 66 104 / 0.75); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/80{ + --tw-gradient-from: rgb(64 66 104 / 0.8); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/90{ + --tw-gradient-from: rgb(64 66 104 / 0.9); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/95{ + --tw-gradient-from: rgb(64 66 104 / 0.95); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-700\/100{ + --tw-gradient-from: rgb(64 66 104 / 1); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/0{ + --tw-gradient-from: rgb(51 53 83 / 0); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/5{ + --tw-gradient-from: rgb(51 53 83 / 0.05); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/10{ + --tw-gradient-from: rgb(51 53 83 / 0.1); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/20{ + --tw-gradient-from: rgb(51 53 83 / 0.2); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/25{ + --tw-gradient-from: rgb(51 53 83 / 0.25); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/30{ + --tw-gradient-from: rgb(51 53 83 / 0.3); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/40{ + --tw-gradient-from: rgb(51 53 83 / 0.4); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/50{ + --tw-gradient-from: rgb(51 53 83 / 0.5); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/60{ + --tw-gradient-from: rgb(51 53 83 / 0.6); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/70{ + --tw-gradient-from: rgb(51 53 83 / 0.7); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/75{ + --tw-gradient-from: rgb(51 53 83 / 0.75); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/80{ + --tw-gradient-from: rgb(51 53 83 / 0.8); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/90{ + --tw-gradient-from: rgb(51 53 83 / 0.9); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/95{ + --tw-gradient-from: rgb(51 53 83 / 0.95); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-800\/100{ + --tw-gradient-from: rgb(51 53 83 / 1); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/0{ + --tw-gradient-from: rgb(42 43 68 / 0); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/5{ + --tw-gradient-from: rgb(42 43 68 / 0.05); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/10{ + --tw-gradient-from: rgb(42 43 68 / 0.1); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/20{ + --tw-gradient-from: rgb(42 43 68 / 0.2); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/25{ + --tw-gradient-from: rgb(42 43 68 / 0.25); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/30{ + --tw-gradient-from: rgb(42 43 68 / 0.3); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/40{ + --tw-gradient-from: rgb(42 43 68 / 0.4); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/50{ + --tw-gradient-from: rgb(42 43 68 / 0.5); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/60{ + --tw-gradient-from: rgb(42 43 68 / 0.6); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/70{ + --tw-gradient-from: rgb(42 43 68 / 0.7); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/75{ + --tw-gradient-from: rgb(42 43 68 / 0.75); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/80{ + --tw-gradient-from: rgb(42 43 68 / 0.8); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/90{ + --tw-gradient-from: rgb(42 43 68 / 0.9); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/95{ + --tw-gradient-from: rgb(42 43 68 / 0.95); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-900\/100{ + --tw-gradient-from: rgb(42 43 68 / 1); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/0{ + --tw-gradient-from: rgb(85 88 139 / 0); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/5{ + --tw-gradient-from: rgb(85 88 139 / 0.05); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/10{ + --tw-gradient-from: rgb(85 88 139 / 0.1); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/20{ + --tw-gradient-from: rgb(85 88 139 / 0.2); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/25{ + --tw-gradient-from: rgb(85 88 139 / 0.25); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/30{ + --tw-gradient-from: rgb(85 88 139 / 0.3); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/40{ + --tw-gradient-from: rgb(85 88 139 / 0.4); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/50{ + --tw-gradient-from: rgb(85 88 139 / 0.5); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/60{ + --tw-gradient-from: rgb(85 88 139 / 0.6); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/70{ + --tw-gradient-from: rgb(85 88 139 / 0.7); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/75{ + --tw-gradient-from: rgb(85 88 139 / 0.75); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/80{ + --tw-gradient-from: rgb(85 88 139 / 0.8); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/90{ + --tw-gradient-from: rgb(85 88 139 / 0.9); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/95{ + --tw-gradient-from: rgb(85 88 139 / 0.95); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple\/100{ + --tw-gradient-from: rgb(85 88 139 / 1); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/0{ + --tw-gradient-from: rgb(253 244 255 / 0); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/5{ + --tw-gradient-from: rgb(253 244 255 / 0.05); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/10{ + --tw-gradient-from: rgb(253 244 255 / 0.1); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/20{ + --tw-gradient-from: rgb(253 244 255 / 0.2); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/25{ + --tw-gradient-from: rgb(253 244 255 / 0.25); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/30{ + --tw-gradient-from: rgb(253 244 255 / 0.3); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/40{ + --tw-gradient-from: rgb(253 244 255 / 0.4); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/50{ + --tw-gradient-from: rgb(253 244 255 / 0.5); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/60{ + --tw-gradient-from: rgb(253 244 255 / 0.6); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/70{ + --tw-gradient-from: rgb(253 244 255 / 0.7); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/75{ + --tw-gradient-from: rgb(253 244 255 / 0.75); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/80{ + --tw-gradient-from: rgb(253 244 255 / 0.8); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/90{ + --tw-gradient-from: rgb(253 244 255 / 0.9); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/95{ + --tw-gradient-from: rgb(253 244 255 / 0.95); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-50\/100{ + --tw-gradient-from: rgb(253 244 255 / 1); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/0{ + --tw-gradient-from: rgb(250 232 255 / 0); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/5{ + --tw-gradient-from: rgb(250 232 255 / 0.05); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/10{ + --tw-gradient-from: rgb(250 232 255 / 0.1); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/20{ + --tw-gradient-from: rgb(250 232 255 / 0.2); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/25{ + --tw-gradient-from: rgb(250 232 255 / 0.25); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/30{ + --tw-gradient-from: rgb(250 232 255 / 0.3); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/40{ + --tw-gradient-from: rgb(250 232 255 / 0.4); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/50{ + --tw-gradient-from: rgb(250 232 255 / 0.5); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/60{ + --tw-gradient-from: rgb(250 232 255 / 0.6); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/70{ + --tw-gradient-from: rgb(250 232 255 / 0.7); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/75{ + --tw-gradient-from: rgb(250 232 255 / 0.75); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/80{ + --tw-gradient-from: rgb(250 232 255 / 0.8); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/90{ + --tw-gradient-from: rgb(250 232 255 / 0.9); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/95{ + --tw-gradient-from: rgb(250 232 255 / 0.95); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-100\/100{ + --tw-gradient-from: rgb(250 232 255 / 1); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/0{ + --tw-gradient-from: rgb(245 208 254 / 0); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/5{ + --tw-gradient-from: rgb(245 208 254 / 0.05); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/10{ + --tw-gradient-from: rgb(245 208 254 / 0.1); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/20{ + --tw-gradient-from: rgb(245 208 254 / 0.2); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/25{ + --tw-gradient-from: rgb(245 208 254 / 0.25); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/30{ + --tw-gradient-from: rgb(245 208 254 / 0.3); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/40{ + --tw-gradient-from: rgb(245 208 254 / 0.4); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/50{ + --tw-gradient-from: rgb(245 208 254 / 0.5); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/60{ + --tw-gradient-from: rgb(245 208 254 / 0.6); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/70{ + --tw-gradient-from: rgb(245 208 254 / 0.7); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/75{ + --tw-gradient-from: rgb(245 208 254 / 0.75); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/80{ + --tw-gradient-from: rgb(245 208 254 / 0.8); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/90{ + --tw-gradient-from: rgb(245 208 254 / 0.9); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/95{ + --tw-gradient-from: rgb(245 208 254 / 0.95); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-200\/100{ + --tw-gradient-from: rgb(245 208 254 / 1); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/0{ + --tw-gradient-from: rgb(240 171 252 / 0); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/5{ + --tw-gradient-from: rgb(240 171 252 / 0.05); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/10{ + --tw-gradient-from: rgb(240 171 252 / 0.1); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/20{ + --tw-gradient-from: rgb(240 171 252 / 0.2); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/25{ + --tw-gradient-from: rgb(240 171 252 / 0.25); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/30{ + --tw-gradient-from: rgb(240 171 252 / 0.3); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/40{ + --tw-gradient-from: rgb(240 171 252 / 0.4); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/50{ + --tw-gradient-from: rgb(240 171 252 / 0.5); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/60{ + --tw-gradient-from: rgb(240 171 252 / 0.6); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/70{ + --tw-gradient-from: rgb(240 171 252 / 0.7); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/75{ + --tw-gradient-from: rgb(240 171 252 / 0.75); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/80{ + --tw-gradient-from: rgb(240 171 252 / 0.8); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/90{ + --tw-gradient-from: rgb(240 171 252 / 0.9); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/95{ + --tw-gradient-from: rgb(240 171 252 / 0.95); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-300\/100{ + --tw-gradient-from: rgb(240 171 252 / 1); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/0{ + --tw-gradient-from: rgb(232 121 249 / 0); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/5{ + --tw-gradient-from: rgb(232 121 249 / 0.05); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/10{ + --tw-gradient-from: rgb(232 121 249 / 0.1); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/20{ + --tw-gradient-from: rgb(232 121 249 / 0.2); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/25{ + --tw-gradient-from: rgb(232 121 249 / 0.25); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/30{ + --tw-gradient-from: rgb(232 121 249 / 0.3); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/40{ + --tw-gradient-from: rgb(232 121 249 / 0.4); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/50{ + --tw-gradient-from: rgb(232 121 249 / 0.5); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/60{ + --tw-gradient-from: rgb(232 121 249 / 0.6); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/70{ + --tw-gradient-from: rgb(232 121 249 / 0.7); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/75{ + --tw-gradient-from: rgb(232 121 249 / 0.75); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/80{ + --tw-gradient-from: rgb(232 121 249 / 0.8); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/90{ + --tw-gradient-from: rgb(232 121 249 / 0.9); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/95{ + --tw-gradient-from: rgb(232 121 249 / 0.95); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-400\/100{ + --tw-gradient-from: rgb(232 121 249 / 1); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/0{ + --tw-gradient-from: rgb(217 70 239 / 0); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/5{ + --tw-gradient-from: rgb(217 70 239 / 0.05); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/10{ + --tw-gradient-from: rgb(217 70 239 / 0.1); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/20{ + --tw-gradient-from: rgb(217 70 239 / 0.2); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/25{ + --tw-gradient-from: rgb(217 70 239 / 0.25); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/30{ + --tw-gradient-from: rgb(217 70 239 / 0.3); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/40{ + --tw-gradient-from: rgb(217 70 239 / 0.4); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/50{ + --tw-gradient-from: rgb(217 70 239 / 0.5); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/60{ + --tw-gradient-from: rgb(217 70 239 / 0.6); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/70{ + --tw-gradient-from: rgb(217 70 239 / 0.7); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/75{ + --tw-gradient-from: rgb(217 70 239 / 0.75); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/80{ + --tw-gradient-from: rgb(217 70 239 / 0.8); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/90{ + --tw-gradient-from: rgb(217 70 239 / 0.9); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/95{ + --tw-gradient-from: rgb(217 70 239 / 0.95); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-500\/100{ + --tw-gradient-from: rgb(217 70 239 / 1); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/0{ + --tw-gradient-from: rgb(192 38 211 / 0); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/5{ + --tw-gradient-from: rgb(192 38 211 / 0.05); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/10{ + --tw-gradient-from: rgb(192 38 211 / 0.1); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/20{ + --tw-gradient-from: rgb(192 38 211 / 0.2); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/25{ + --tw-gradient-from: rgb(192 38 211 / 0.25); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/30{ + --tw-gradient-from: rgb(192 38 211 / 0.3); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/40{ + --tw-gradient-from: rgb(192 38 211 / 0.4); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/50{ + --tw-gradient-from: rgb(192 38 211 / 0.5); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/60{ + --tw-gradient-from: rgb(192 38 211 / 0.6); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/70{ + --tw-gradient-from: rgb(192 38 211 / 0.7); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/75{ + --tw-gradient-from: rgb(192 38 211 / 0.75); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/80{ + --tw-gradient-from: rgb(192 38 211 / 0.8); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/90{ + --tw-gradient-from: rgb(192 38 211 / 0.9); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/95{ + --tw-gradient-from: rgb(192 38 211 / 0.95); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-600\/100{ + --tw-gradient-from: rgb(192 38 211 / 1); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/0{ + --tw-gradient-from: rgb(162 28 175 / 0); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/5{ + --tw-gradient-from: rgb(162 28 175 / 0.05); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/10{ + --tw-gradient-from: rgb(162 28 175 / 0.1); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/20{ + --tw-gradient-from: rgb(162 28 175 / 0.2); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/25{ + --tw-gradient-from: rgb(162 28 175 / 0.25); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/30{ + --tw-gradient-from: rgb(162 28 175 / 0.3); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/40{ + --tw-gradient-from: rgb(162 28 175 / 0.4); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/50{ + --tw-gradient-from: rgb(162 28 175 / 0.5); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/60{ + --tw-gradient-from: rgb(162 28 175 / 0.6); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/70{ + --tw-gradient-from: rgb(162 28 175 / 0.7); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/75{ + --tw-gradient-from: rgb(162 28 175 / 0.75); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/80{ + --tw-gradient-from: rgb(162 28 175 / 0.8); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/90{ + --tw-gradient-from: rgb(162 28 175 / 0.9); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/95{ + --tw-gradient-from: rgb(162 28 175 / 0.95); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-700\/100{ + --tw-gradient-from: rgb(162 28 175 / 1); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/0{ + --tw-gradient-from: rgb(134 25 143 / 0); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/5{ + --tw-gradient-from: rgb(134 25 143 / 0.05); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/10{ + --tw-gradient-from: rgb(134 25 143 / 0.1); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/20{ + --tw-gradient-from: rgb(134 25 143 / 0.2); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/25{ + --tw-gradient-from: rgb(134 25 143 / 0.25); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/30{ + --tw-gradient-from: rgb(134 25 143 / 0.3); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/40{ + --tw-gradient-from: rgb(134 25 143 / 0.4); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/50{ + --tw-gradient-from: rgb(134 25 143 / 0.5); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/60{ + --tw-gradient-from: rgb(134 25 143 / 0.6); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/70{ + --tw-gradient-from: rgb(134 25 143 / 0.7); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/75{ + --tw-gradient-from: rgb(134 25 143 / 0.75); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/80{ + --tw-gradient-from: rgb(134 25 143 / 0.8); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/90{ + --tw-gradient-from: rgb(134 25 143 / 0.9); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/95{ + --tw-gradient-from: rgb(134 25 143 / 0.95); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-800\/100{ + --tw-gradient-from: rgb(134 25 143 / 1); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/0{ + --tw-gradient-from: rgb(112 26 117 / 0); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/5{ + --tw-gradient-from: rgb(112 26 117 / 0.05); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/10{ + --tw-gradient-from: rgb(112 26 117 / 0.1); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/20{ + --tw-gradient-from: rgb(112 26 117 / 0.2); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/25{ + --tw-gradient-from: rgb(112 26 117 / 0.25); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/30{ + --tw-gradient-from: rgb(112 26 117 / 0.3); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/40{ + --tw-gradient-from: rgb(112 26 117 / 0.4); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/50{ + --tw-gradient-from: rgb(112 26 117 / 0.5); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/60{ + --tw-gradient-from: rgb(112 26 117 / 0.6); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/70{ + --tw-gradient-from: rgb(112 26 117 / 0.7); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/75{ + --tw-gradient-from: rgb(112 26 117 / 0.75); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/80{ + --tw-gradient-from: rgb(112 26 117 / 0.8); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/90{ + --tw-gradient-from: rgb(112 26 117 / 0.9); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/95{ + --tw-gradient-from: rgb(112 26 117 / 0.95); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-fuchsia-900\/100{ + --tw-gradient-from: rgb(112 26 117 / 1); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/0{ + --tw-gradient-from: rgb(253 242 248 / 0); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/5{ + --tw-gradient-from: rgb(253 242 248 / 0.05); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/10{ + --tw-gradient-from: rgb(253 242 248 / 0.1); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/20{ + --tw-gradient-from: rgb(253 242 248 / 0.2); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/25{ + --tw-gradient-from: rgb(253 242 248 / 0.25); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/30{ + --tw-gradient-from: rgb(253 242 248 / 0.3); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/40{ + --tw-gradient-from: rgb(253 242 248 / 0.4); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/50{ + --tw-gradient-from: rgb(253 242 248 / 0.5); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/60{ + --tw-gradient-from: rgb(253 242 248 / 0.6); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/70{ + --tw-gradient-from: rgb(253 242 248 / 0.7); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/75{ + --tw-gradient-from: rgb(253 242 248 / 0.75); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/80{ + --tw-gradient-from: rgb(253 242 248 / 0.8); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/90{ + --tw-gradient-from: rgb(253 242 248 / 0.9); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/95{ + --tw-gradient-from: rgb(253 242 248 / 0.95); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-50\/100{ + --tw-gradient-from: rgb(253 242 248 / 1); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/0{ + --tw-gradient-from: rgb(252 232 243 / 0); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/5{ + --tw-gradient-from: rgb(252 232 243 / 0.05); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/10{ + --tw-gradient-from: rgb(252 232 243 / 0.1); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/20{ + --tw-gradient-from: rgb(252 232 243 / 0.2); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/25{ + --tw-gradient-from: rgb(252 232 243 / 0.25); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/30{ + --tw-gradient-from: rgb(252 232 243 / 0.3); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/40{ + --tw-gradient-from: rgb(252 232 243 / 0.4); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/50{ + --tw-gradient-from: rgb(252 232 243 / 0.5); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/60{ + --tw-gradient-from: rgb(252 232 243 / 0.6); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/70{ + --tw-gradient-from: rgb(252 232 243 / 0.7); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/75{ + --tw-gradient-from: rgb(252 232 243 / 0.75); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/80{ + --tw-gradient-from: rgb(252 232 243 / 0.8); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/90{ + --tw-gradient-from: rgb(252 232 243 / 0.9); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/95{ + --tw-gradient-from: rgb(252 232 243 / 0.95); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-100\/100{ + --tw-gradient-from: rgb(252 232 243 / 1); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/0{ + --tw-gradient-from: rgb(250 209 232 / 0); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/5{ + --tw-gradient-from: rgb(250 209 232 / 0.05); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/10{ + --tw-gradient-from: rgb(250 209 232 / 0.1); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/20{ + --tw-gradient-from: rgb(250 209 232 / 0.2); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/25{ + --tw-gradient-from: rgb(250 209 232 / 0.25); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/30{ + --tw-gradient-from: rgb(250 209 232 / 0.3); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/40{ + --tw-gradient-from: rgb(250 209 232 / 0.4); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/50{ + --tw-gradient-from: rgb(250 209 232 / 0.5); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/60{ + --tw-gradient-from: rgb(250 209 232 / 0.6); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/70{ + --tw-gradient-from: rgb(250 209 232 / 0.7); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/75{ + --tw-gradient-from: rgb(250 209 232 / 0.75); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/80{ + --tw-gradient-from: rgb(250 209 232 / 0.8); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/90{ + --tw-gradient-from: rgb(250 209 232 / 0.9); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/95{ + --tw-gradient-from: rgb(250 209 232 / 0.95); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-200\/100{ + --tw-gradient-from: rgb(250 209 232 / 1); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/0{ + --tw-gradient-from: rgb(248 180 217 / 0); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/5{ + --tw-gradient-from: rgb(248 180 217 / 0.05); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/10{ + --tw-gradient-from: rgb(248 180 217 / 0.1); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/20{ + --tw-gradient-from: rgb(248 180 217 / 0.2); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/25{ + --tw-gradient-from: rgb(248 180 217 / 0.25); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/30{ + --tw-gradient-from: rgb(248 180 217 / 0.3); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/40{ + --tw-gradient-from: rgb(248 180 217 / 0.4); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/50{ + --tw-gradient-from: rgb(248 180 217 / 0.5); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/60{ + --tw-gradient-from: rgb(248 180 217 / 0.6); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/70{ + --tw-gradient-from: rgb(248 180 217 / 0.7); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/75{ + --tw-gradient-from: rgb(248 180 217 / 0.75); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/80{ + --tw-gradient-from: rgb(248 180 217 / 0.8); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/90{ + --tw-gradient-from: rgb(248 180 217 / 0.9); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/95{ + --tw-gradient-from: rgb(248 180 217 / 0.95); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-300\/100{ + --tw-gradient-from: rgb(248 180 217 / 1); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/0{ + --tw-gradient-from: rgb(241 126 184 / 0); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/5{ + --tw-gradient-from: rgb(241 126 184 / 0.05); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/10{ + --tw-gradient-from: rgb(241 126 184 / 0.1); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/20{ + --tw-gradient-from: rgb(241 126 184 / 0.2); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/25{ + --tw-gradient-from: rgb(241 126 184 / 0.25); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/30{ + --tw-gradient-from: rgb(241 126 184 / 0.3); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/40{ + --tw-gradient-from: rgb(241 126 184 / 0.4); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/50{ + --tw-gradient-from: rgb(241 126 184 / 0.5); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/60{ + --tw-gradient-from: rgb(241 126 184 / 0.6); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/70{ + --tw-gradient-from: rgb(241 126 184 / 0.7); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/75{ + --tw-gradient-from: rgb(241 126 184 / 0.75); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/80{ + --tw-gradient-from: rgb(241 126 184 / 0.8); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/90{ + --tw-gradient-from: rgb(241 126 184 / 0.9); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/95{ + --tw-gradient-from: rgb(241 126 184 / 0.95); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-400\/100{ + --tw-gradient-from: rgb(241 126 184 / 1); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/0{ + --tw-gradient-from: rgb(231 70 148 / 0); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/5{ + --tw-gradient-from: rgb(231 70 148 / 0.05); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/10{ + --tw-gradient-from: rgb(231 70 148 / 0.1); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/20{ + --tw-gradient-from: rgb(231 70 148 / 0.2); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/25{ + --tw-gradient-from: rgb(231 70 148 / 0.25); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/30{ + --tw-gradient-from: rgb(231 70 148 / 0.3); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/40{ + --tw-gradient-from: rgb(231 70 148 / 0.4); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/50{ + --tw-gradient-from: rgb(231 70 148 / 0.5); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/60{ + --tw-gradient-from: rgb(231 70 148 / 0.6); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/70{ + --tw-gradient-from: rgb(231 70 148 / 0.7); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/75{ + --tw-gradient-from: rgb(231 70 148 / 0.75); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/80{ + --tw-gradient-from: rgb(231 70 148 / 0.8); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/90{ + --tw-gradient-from: rgb(231 70 148 / 0.9); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/95{ + --tw-gradient-from: rgb(231 70 148 / 0.95); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-500\/100{ + --tw-gradient-from: rgb(231 70 148 / 1); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/0{ + --tw-gradient-from: rgb(214 31 105 / 0); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/5{ + --tw-gradient-from: rgb(214 31 105 / 0.05); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/10{ + --tw-gradient-from: rgb(214 31 105 / 0.1); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/20{ + --tw-gradient-from: rgb(214 31 105 / 0.2); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/25{ + --tw-gradient-from: rgb(214 31 105 / 0.25); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/30{ + --tw-gradient-from: rgb(214 31 105 / 0.3); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/40{ + --tw-gradient-from: rgb(214 31 105 / 0.4); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/50{ + --tw-gradient-from: rgb(214 31 105 / 0.5); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/60{ + --tw-gradient-from: rgb(214 31 105 / 0.6); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/70{ + --tw-gradient-from: rgb(214 31 105 / 0.7); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/75{ + --tw-gradient-from: rgb(214 31 105 / 0.75); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/80{ + --tw-gradient-from: rgb(214 31 105 / 0.8); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/90{ + --tw-gradient-from: rgb(214 31 105 / 0.9); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/95{ + --tw-gradient-from: rgb(214 31 105 / 0.95); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-600\/100{ + --tw-gradient-from: rgb(214 31 105 / 1); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/0{ + --tw-gradient-from: rgb(191 18 93 / 0); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/5{ + --tw-gradient-from: rgb(191 18 93 / 0.05); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/10{ + --tw-gradient-from: rgb(191 18 93 / 0.1); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/20{ + --tw-gradient-from: rgb(191 18 93 / 0.2); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/25{ + --tw-gradient-from: rgb(191 18 93 / 0.25); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/30{ + --tw-gradient-from: rgb(191 18 93 / 0.3); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/40{ + --tw-gradient-from: rgb(191 18 93 / 0.4); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/50{ + --tw-gradient-from: rgb(191 18 93 / 0.5); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/60{ + --tw-gradient-from: rgb(191 18 93 / 0.6); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/70{ + --tw-gradient-from: rgb(191 18 93 / 0.7); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/75{ + --tw-gradient-from: rgb(191 18 93 / 0.75); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/80{ + --tw-gradient-from: rgb(191 18 93 / 0.8); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/90{ + --tw-gradient-from: rgb(191 18 93 / 0.9); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/95{ + --tw-gradient-from: rgb(191 18 93 / 0.95); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-700\/100{ + --tw-gradient-from: rgb(191 18 93 / 1); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/0{ + --tw-gradient-from: rgb(153 21 75 / 0); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/5{ + --tw-gradient-from: rgb(153 21 75 / 0.05); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/10{ + --tw-gradient-from: rgb(153 21 75 / 0.1); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/20{ + --tw-gradient-from: rgb(153 21 75 / 0.2); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/25{ + --tw-gradient-from: rgb(153 21 75 / 0.25); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/30{ + --tw-gradient-from: rgb(153 21 75 / 0.3); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/40{ + --tw-gradient-from: rgb(153 21 75 / 0.4); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/50{ + --tw-gradient-from: rgb(153 21 75 / 0.5); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/60{ + --tw-gradient-from: rgb(153 21 75 / 0.6); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/70{ + --tw-gradient-from: rgb(153 21 75 / 0.7); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/75{ + --tw-gradient-from: rgb(153 21 75 / 0.75); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/80{ + --tw-gradient-from: rgb(153 21 75 / 0.8); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/90{ + --tw-gradient-from: rgb(153 21 75 / 0.9); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/95{ + --tw-gradient-from: rgb(153 21 75 / 0.95); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-800\/100{ + --tw-gradient-from: rgb(153 21 75 / 1); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/0{ + --tw-gradient-from: rgb(117 26 61 / 0); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/5{ + --tw-gradient-from: rgb(117 26 61 / 0.05); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/10{ + --tw-gradient-from: rgb(117 26 61 / 0.1); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/20{ + --tw-gradient-from: rgb(117 26 61 / 0.2); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/25{ + --tw-gradient-from: rgb(117 26 61 / 0.25); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/30{ + --tw-gradient-from: rgb(117 26 61 / 0.3); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/40{ + --tw-gradient-from: rgb(117 26 61 / 0.4); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/50{ + --tw-gradient-from: rgb(117 26 61 / 0.5); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/60{ + --tw-gradient-from: rgb(117 26 61 / 0.6); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/70{ + --tw-gradient-from: rgb(117 26 61 / 0.7); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/75{ + --tw-gradient-from: rgb(117 26 61 / 0.75); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/80{ + --tw-gradient-from: rgb(117 26 61 / 0.8); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/90{ + --tw-gradient-from: rgb(117 26 61 / 0.9); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/95{ + --tw-gradient-from: rgb(117 26 61 / 0.95); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-pink-900\/100{ + --tw-gradient-from: rgb(117 26 61 / 1); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/0{ + --tw-gradient-from: rgb(255 241 242 / 0); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/5{ + --tw-gradient-from: rgb(255 241 242 / 0.05); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/10{ + --tw-gradient-from: rgb(255 241 242 / 0.1); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/20{ + --tw-gradient-from: rgb(255 241 242 / 0.2); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/25{ + --tw-gradient-from: rgb(255 241 242 / 0.25); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/30{ + --tw-gradient-from: rgb(255 241 242 / 0.3); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/40{ + --tw-gradient-from: rgb(255 241 242 / 0.4); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/50{ + --tw-gradient-from: rgb(255 241 242 / 0.5); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/60{ + --tw-gradient-from: rgb(255 241 242 / 0.6); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/70{ + --tw-gradient-from: rgb(255 241 242 / 0.7); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/75{ + --tw-gradient-from: rgb(255 241 242 / 0.75); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/80{ + --tw-gradient-from: rgb(255 241 242 / 0.8); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/90{ + --tw-gradient-from: rgb(255 241 242 / 0.9); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/95{ + --tw-gradient-from: rgb(255 241 242 / 0.95); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-50\/100{ + --tw-gradient-from: rgb(255 241 242 / 1); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/0{ + --tw-gradient-from: rgb(255 228 230 / 0); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/5{ + --tw-gradient-from: rgb(255 228 230 / 0.05); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/10{ + --tw-gradient-from: rgb(255 228 230 / 0.1); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/20{ + --tw-gradient-from: rgb(255 228 230 / 0.2); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/25{ + --tw-gradient-from: rgb(255 228 230 / 0.25); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/30{ + --tw-gradient-from: rgb(255 228 230 / 0.3); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/40{ + --tw-gradient-from: rgb(255 228 230 / 0.4); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/50{ + --tw-gradient-from: rgb(255 228 230 / 0.5); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/60{ + --tw-gradient-from: rgb(255 228 230 / 0.6); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/70{ + --tw-gradient-from: rgb(255 228 230 / 0.7); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/75{ + --tw-gradient-from: rgb(255 228 230 / 0.75); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/80{ + --tw-gradient-from: rgb(255 228 230 / 0.8); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/90{ + --tw-gradient-from: rgb(255 228 230 / 0.9); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/95{ + --tw-gradient-from: rgb(255 228 230 / 0.95); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-100\/100{ + --tw-gradient-from: rgb(255 228 230 / 1); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/0{ + --tw-gradient-from: rgb(254 205 211 / 0); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/5{ + --tw-gradient-from: rgb(254 205 211 / 0.05); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/10{ + --tw-gradient-from: rgb(254 205 211 / 0.1); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/20{ + --tw-gradient-from: rgb(254 205 211 / 0.2); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/25{ + --tw-gradient-from: rgb(254 205 211 / 0.25); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/30{ + --tw-gradient-from: rgb(254 205 211 / 0.3); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/40{ + --tw-gradient-from: rgb(254 205 211 / 0.4); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/50{ + --tw-gradient-from: rgb(254 205 211 / 0.5); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/60{ + --tw-gradient-from: rgb(254 205 211 / 0.6); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/70{ + --tw-gradient-from: rgb(254 205 211 / 0.7); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/75{ + --tw-gradient-from: rgb(254 205 211 / 0.75); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/80{ + --tw-gradient-from: rgb(254 205 211 / 0.8); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/90{ + --tw-gradient-from: rgb(254 205 211 / 0.9); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/95{ + --tw-gradient-from: rgb(254 205 211 / 0.95); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-200\/100{ + --tw-gradient-from: rgb(254 205 211 / 1); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/0{ + --tw-gradient-from: rgb(253 164 175 / 0); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/5{ + --tw-gradient-from: rgb(253 164 175 / 0.05); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/10{ + --tw-gradient-from: rgb(253 164 175 / 0.1); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/20{ + --tw-gradient-from: rgb(253 164 175 / 0.2); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/25{ + --tw-gradient-from: rgb(253 164 175 / 0.25); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/30{ + --tw-gradient-from: rgb(253 164 175 / 0.3); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/40{ + --tw-gradient-from: rgb(253 164 175 / 0.4); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/50{ + --tw-gradient-from: rgb(253 164 175 / 0.5); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/60{ + --tw-gradient-from: rgb(253 164 175 / 0.6); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/70{ + --tw-gradient-from: rgb(253 164 175 / 0.7); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/75{ + --tw-gradient-from: rgb(253 164 175 / 0.75); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/80{ + --tw-gradient-from: rgb(253 164 175 / 0.8); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/90{ + --tw-gradient-from: rgb(253 164 175 / 0.9); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/95{ + --tw-gradient-from: rgb(253 164 175 / 0.95); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-300\/100{ + --tw-gradient-from: rgb(253 164 175 / 1); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/0{ + --tw-gradient-from: rgb(251 113 133 / 0); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/5{ + --tw-gradient-from: rgb(251 113 133 / 0.05); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/10{ + --tw-gradient-from: rgb(251 113 133 / 0.1); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/20{ + --tw-gradient-from: rgb(251 113 133 / 0.2); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/25{ + --tw-gradient-from: rgb(251 113 133 / 0.25); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/30{ + --tw-gradient-from: rgb(251 113 133 / 0.3); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/40{ + --tw-gradient-from: rgb(251 113 133 / 0.4); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/50{ + --tw-gradient-from: rgb(251 113 133 / 0.5); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/60{ + --tw-gradient-from: rgb(251 113 133 / 0.6); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/70{ + --tw-gradient-from: rgb(251 113 133 / 0.7); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/75{ + --tw-gradient-from: rgb(251 113 133 / 0.75); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/80{ + --tw-gradient-from: rgb(251 113 133 / 0.8); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/90{ + --tw-gradient-from: rgb(251 113 133 / 0.9); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/95{ + --tw-gradient-from: rgb(251 113 133 / 0.95); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-400\/100{ + --tw-gradient-from: rgb(251 113 133 / 1); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/0{ + --tw-gradient-from: rgb(244 63 94 / 0); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/5{ + --tw-gradient-from: rgb(244 63 94 / 0.05); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/10{ + --tw-gradient-from: rgb(244 63 94 / 0.1); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/20{ + --tw-gradient-from: rgb(244 63 94 / 0.2); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/25{ + --tw-gradient-from: rgb(244 63 94 / 0.25); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/30{ + --tw-gradient-from: rgb(244 63 94 / 0.3); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/40{ + --tw-gradient-from: rgb(244 63 94 / 0.4); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/50{ + --tw-gradient-from: rgb(244 63 94 / 0.5); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/60{ + --tw-gradient-from: rgb(244 63 94 / 0.6); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/70{ + --tw-gradient-from: rgb(244 63 94 / 0.7); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/75{ + --tw-gradient-from: rgb(244 63 94 / 0.75); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/80{ + --tw-gradient-from: rgb(244 63 94 / 0.8); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/90{ + --tw-gradient-from: rgb(244 63 94 / 0.9); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/95{ + --tw-gradient-from: rgb(244 63 94 / 0.95); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-500\/100{ + --tw-gradient-from: rgb(244 63 94 / 1); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/0{ + --tw-gradient-from: rgb(225 29 72 / 0); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/5{ + --tw-gradient-from: rgb(225 29 72 / 0.05); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/10{ + --tw-gradient-from: rgb(225 29 72 / 0.1); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/20{ + --tw-gradient-from: rgb(225 29 72 / 0.2); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/25{ + --tw-gradient-from: rgb(225 29 72 / 0.25); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/30{ + --tw-gradient-from: rgb(225 29 72 / 0.3); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/40{ + --tw-gradient-from: rgb(225 29 72 / 0.4); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/50{ + --tw-gradient-from: rgb(225 29 72 / 0.5); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/60{ + --tw-gradient-from: rgb(225 29 72 / 0.6); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/70{ + --tw-gradient-from: rgb(225 29 72 / 0.7); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/75{ + --tw-gradient-from: rgb(225 29 72 / 0.75); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/80{ + --tw-gradient-from: rgb(225 29 72 / 0.8); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/90{ + --tw-gradient-from: rgb(225 29 72 / 0.9); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/95{ + --tw-gradient-from: rgb(225 29 72 / 0.95); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-600\/100{ + --tw-gradient-from: rgb(225 29 72 / 1); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/0{ + --tw-gradient-from: rgb(190 18 60 / 0); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/5{ + --tw-gradient-from: rgb(190 18 60 / 0.05); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/10{ + --tw-gradient-from: rgb(190 18 60 / 0.1); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/20{ + --tw-gradient-from: rgb(190 18 60 / 0.2); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/25{ + --tw-gradient-from: rgb(190 18 60 / 0.25); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/30{ + --tw-gradient-from: rgb(190 18 60 / 0.3); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/40{ + --tw-gradient-from: rgb(190 18 60 / 0.4); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/50{ + --tw-gradient-from: rgb(190 18 60 / 0.5); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/60{ + --tw-gradient-from: rgb(190 18 60 / 0.6); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/70{ + --tw-gradient-from: rgb(190 18 60 / 0.7); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/75{ + --tw-gradient-from: rgb(190 18 60 / 0.75); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/80{ + --tw-gradient-from: rgb(190 18 60 / 0.8); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/90{ + --tw-gradient-from: rgb(190 18 60 / 0.9); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/95{ + --tw-gradient-from: rgb(190 18 60 / 0.95); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-700\/100{ + --tw-gradient-from: rgb(190 18 60 / 1); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/0{ + --tw-gradient-from: rgb(159 18 57 / 0); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/5{ + --tw-gradient-from: rgb(159 18 57 / 0.05); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/10{ + --tw-gradient-from: rgb(159 18 57 / 0.1); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/20{ + --tw-gradient-from: rgb(159 18 57 / 0.2); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/25{ + --tw-gradient-from: rgb(159 18 57 / 0.25); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/30{ + --tw-gradient-from: rgb(159 18 57 / 0.3); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/40{ + --tw-gradient-from: rgb(159 18 57 / 0.4); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/50{ + --tw-gradient-from: rgb(159 18 57 / 0.5); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/60{ + --tw-gradient-from: rgb(159 18 57 / 0.6); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/70{ + --tw-gradient-from: rgb(159 18 57 / 0.7); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/75{ + --tw-gradient-from: rgb(159 18 57 / 0.75); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/80{ + --tw-gradient-from: rgb(159 18 57 / 0.8); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/90{ + --tw-gradient-from: rgb(159 18 57 / 0.9); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/95{ + --tw-gradient-from: rgb(159 18 57 / 0.95); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-800\/100{ + --tw-gradient-from: rgb(159 18 57 / 1); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/0{ + --tw-gradient-from: rgb(136 19 55 / 0); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/5{ + --tw-gradient-from: rgb(136 19 55 / 0.05); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/10{ + --tw-gradient-from: rgb(136 19 55 / 0.1); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/20{ + --tw-gradient-from: rgb(136 19 55 / 0.2); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/25{ + --tw-gradient-from: rgb(136 19 55 / 0.25); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/30{ + --tw-gradient-from: rgb(136 19 55 / 0.3); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/40{ + --tw-gradient-from: rgb(136 19 55 / 0.4); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/50{ + --tw-gradient-from: rgb(136 19 55 / 0.5); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/60{ + --tw-gradient-from: rgb(136 19 55 / 0.6); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/70{ + --tw-gradient-from: rgb(136 19 55 / 0.7); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/75{ + --tw-gradient-from: rgb(136 19 55 / 0.75); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/80{ + --tw-gradient-from: rgb(136 19 55 / 0.8); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/90{ + --tw-gradient-from: rgb(136 19 55 / 0.9); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/95{ + --tw-gradient-from: rgb(136 19 55 / 0.95); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose-900\/100{ + --tw-gradient-from: rgb(136 19 55 / 1); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/0{ + --tw-gradient-from: rgb(244 63 94 / 0); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/5{ + --tw-gradient-from: rgb(244 63 94 / 0.05); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/10{ + --tw-gradient-from: rgb(244 63 94 / 0.1); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/20{ + --tw-gradient-from: rgb(244 63 94 / 0.2); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/25{ + --tw-gradient-from: rgb(244 63 94 / 0.25); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/30{ + --tw-gradient-from: rgb(244 63 94 / 0.3); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/40{ + --tw-gradient-from: rgb(244 63 94 / 0.4); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/50{ + --tw-gradient-from: rgb(244 63 94 / 0.5); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/60{ + --tw-gradient-from: rgb(244 63 94 / 0.6); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/70{ + --tw-gradient-from: rgb(244 63 94 / 0.7); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/75{ + --tw-gradient-from: rgb(244 63 94 / 0.75); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/80{ + --tw-gradient-from: rgb(244 63 94 / 0.8); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/90{ + --tw-gradient-from: rgb(244 63 94 / 0.9); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/95{ + --tw-gradient-from: rgb(244 63 94 / 0.95); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-rose\/100{ + --tw-gradient-from: rgb(244 63 94 / 1); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/0{ + --tw-gradient-from: rgb(245 247 250 / 0); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/5{ + --tw-gradient-from: rgb(245 247 250 / 0.05); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/10{ + --tw-gradient-from: rgb(245 247 250 / 0.1); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/20{ + --tw-gradient-from: rgb(245 247 250 / 0.2); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/25{ + --tw-gradient-from: rgb(245 247 250 / 0.25); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/30{ + --tw-gradient-from: rgb(245 247 250 / 0.3); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/40{ + --tw-gradient-from: rgb(245 247 250 / 0.4); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/50{ + --tw-gradient-from: rgb(245 247 250 / 0.5); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/60{ + --tw-gradient-from: rgb(245 247 250 / 0.6); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/70{ + --tw-gradient-from: rgb(245 247 250 / 0.7); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/75{ + --tw-gradient-from: rgb(245 247 250 / 0.75); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/80{ + --tw-gradient-from: rgb(245 247 250 / 0.8); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/90{ + --tw-gradient-from: rgb(245 247 250 / 0.9); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/95{ + --tw-gradient-from: rgb(245 247 250 / 0.95); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-100\/100{ + --tw-gradient-from: rgb(245 247 250 / 1); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/0{ + --tw-gradient-from: rgb(237 240 252 / 0); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/5{ + --tw-gradient-from: rgb(237 240 252 / 0.05); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/10{ + --tw-gradient-from: rgb(237 240 252 / 0.1); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/20{ + --tw-gradient-from: rgb(237 240 252 / 0.2); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/25{ + --tw-gradient-from: rgb(237 240 252 / 0.25); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/30{ + --tw-gradient-from: rgb(237 240 252 / 0.3); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/40{ + --tw-gradient-from: rgb(237 240 252 / 0.4); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/50{ + --tw-gradient-from: rgb(237 240 252 / 0.5); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/60{ + --tw-gradient-from: rgb(237 240 252 / 0.6); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/70{ + --tw-gradient-from: rgb(237 240 252 / 0.7); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/75{ + --tw-gradient-from: rgb(237 240 252 / 0.75); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/80{ + --tw-gradient-from: rgb(237 240 252 / 0.8); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/90{ + --tw-gradient-from: rgb(237 240 252 / 0.9); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/95{ + --tw-gradient-from: rgb(237 240 252 / 0.95); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-300\/100{ + --tw-gradient-from: rgb(237 240 252 / 1); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/0{ + --tw-gradient-from: rgb(220 226 249 / 0); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/5{ + --tw-gradient-from: rgb(220 226 249 / 0.05); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/10{ + --tw-gradient-from: rgb(220 226 249 / 0.1); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/20{ + --tw-gradient-from: rgb(220 226 249 / 0.2); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/25{ + --tw-gradient-from: rgb(220 226 249 / 0.25); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/30{ + --tw-gradient-from: rgb(220 226 249 / 0.3); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/40{ + --tw-gradient-from: rgb(220 226 249 / 0.4); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/50{ + --tw-gradient-from: rgb(220 226 249 / 0.5); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/60{ + --tw-gradient-from: rgb(220 226 249 / 0.6); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/70{ + --tw-gradient-from: rgb(220 226 249 / 0.7); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/75{ + --tw-gradient-from: rgb(220 226 249 / 0.75); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/80{ + --tw-gradient-from: rgb(220 226 249 / 0.8); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/90{ + --tw-gradient-from: rgb(220 226 249 / 0.9); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/95{ + --tw-gradient-from: rgb(220 226 249 / 0.95); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac-900\/100{ + --tw-gradient-from: rgb(220 226 249 / 1); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/0{ + --tw-gradient-from: rgb(248 249 254 / 0); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/5{ + --tw-gradient-from: rgb(248 249 254 / 0.05); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/10{ + --tw-gradient-from: rgb(248 249 254 / 0.1); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/20{ + --tw-gradient-from: rgb(248 249 254 / 0.2); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/25{ + --tw-gradient-from: rgb(248 249 254 / 0.25); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/30{ + --tw-gradient-from: rgb(248 249 254 / 0.3); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/40{ + --tw-gradient-from: rgb(248 249 254 / 0.4); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/50{ + --tw-gradient-from: rgb(248 249 254 / 0.5); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/60{ + --tw-gradient-from: rgb(248 249 254 / 0.6); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/70{ + --tw-gradient-from: rgb(248 249 254 / 0.7); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/75{ + --tw-gradient-from: rgb(248 249 254 / 0.75); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/80{ + --tw-gradient-from: rgb(248 249 254 / 0.8); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/90{ + --tw-gradient-from: rgb(248 249 254 / 0.9); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/95{ + --tw-gradient-from: rgb(248 249 254 / 0.95); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lilac\/100{ + --tw-gradient-from: rgb(248 249 254 / 1); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/0{ + --tw-gradient-from: rgb(191 184 130 / 0); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/5{ + --tw-gradient-from: rgb(191 184 130 / 0.05); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/10{ + --tw-gradient-from: rgb(191 184 130 / 0.1); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/20{ + --tw-gradient-from: rgb(191 184 130 / 0.2); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/25{ + --tw-gradient-from: rgb(191 184 130 / 0.25); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/30{ + --tw-gradient-from: rgb(191 184 130 / 0.3); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/40{ + --tw-gradient-from: rgb(191 184 130 / 0.4); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/50{ + --tw-gradient-from: rgb(191 184 130 / 0.5); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/60{ + --tw-gradient-from: rgb(191 184 130 / 0.6); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/70{ + --tw-gradient-from: rgb(191 184 130 / 0.7); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/75{ + --tw-gradient-from: rgb(191 184 130 / 0.75); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/80{ + --tw-gradient-from: rgb(191 184 130 / 0.8); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/90{ + --tw-gradient-from: rgb(191 184 130 / 0.9); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/95{ + --tw-gradient-from: rgb(191 184 130 / 0.95); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden-900\/100{ + --tw-gradient-from: rgb(191 184 130 / 1); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/0{ + --tw-gradient-from: rgb(209 201 137 / 0); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/5{ + --tw-gradient-from: rgb(209 201 137 / 0.05); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/10{ + --tw-gradient-from: rgb(209 201 137 / 0.1); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/20{ + --tw-gradient-from: rgb(209 201 137 / 0.2); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/25{ + --tw-gradient-from: rgb(209 201 137 / 0.25); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/30{ + --tw-gradient-from: rgb(209 201 137 / 0.3); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/40{ + --tw-gradient-from: rgb(209 201 137 / 0.4); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/50{ + --tw-gradient-from: rgb(209 201 137 / 0.5); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/60{ + --tw-gradient-from: rgb(209 201 137 / 0.6); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/70{ + --tw-gradient-from: rgb(209 201 137 / 0.7); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/75{ + --tw-gradient-from: rgb(209 201 137 / 0.75); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/80{ + --tw-gradient-from: rgb(209 201 137 / 0.8); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/90{ + --tw-gradient-from: rgb(209 201 137 / 0.9); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/95{ + --tw-gradient-from: rgb(209 201 137 / 0.95); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-golden\/100{ + --tw-gradient-from: rgb(209 201 137 / 1); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/0{ + --tw-gradient-from: rgb(241 246 238 / 0); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/5{ + --tw-gradient-from: rgb(241 246 238 / 0.05); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/10{ + --tw-gradient-from: rgb(241 246 238 / 0.1); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/20{ + --tw-gradient-from: rgb(241 246 238 / 0.2); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/25{ + --tw-gradient-from: rgb(241 246 238 / 0.25); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/30{ + --tw-gradient-from: rgb(241 246 238 / 0.3); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/40{ + --tw-gradient-from: rgb(241 246 238 / 0.4); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/50{ + --tw-gradient-from: rgb(241 246 238 / 0.5); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/60{ + --tw-gradient-from: rgb(241 246 238 / 0.6); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/70{ + --tw-gradient-from: rgb(241 246 238 / 0.7); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/75{ + --tw-gradient-from: rgb(241 246 238 / 0.75); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/80{ + --tw-gradient-from: rgb(241 246 238 / 0.8); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/90{ + --tw-gradient-from: rgb(241 246 238 / 0.9); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/95{ + --tw-gradient-from: rgb(241 246 238 / 0.95); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-success\/100{ + --tw-gradient-from: rgb(241 246 238 / 1); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/0{ + --tw-gradient-from: rgb(250 230 230 / 0); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/5{ + --tw-gradient-from: rgb(250 230 230 / 0.05); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/10{ + --tw-gradient-from: rgb(250 230 230 / 0.1); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/20{ + --tw-gradient-from: rgb(250 230 230 / 0.2); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/25{ + --tw-gradient-from: rgb(250 230 230 / 0.25); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/30{ + --tw-gradient-from: rgb(250 230 230 / 0.3); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/40{ + --tw-gradient-from: rgb(250 230 230 / 0.4); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/50{ + --tw-gradient-from: rgb(250 230 230 / 0.5); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/60{ + --tw-gradient-from: rgb(250 230 230 / 0.6); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/70{ + --tw-gradient-from: rgb(250 230 230 / 0.7); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/75{ + --tw-gradient-from: rgb(250 230 230 / 0.75); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/80{ + --tw-gradient-from: rgb(250 230 230 / 0.8); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/90{ + --tw-gradient-from: rgb(250 230 230 / 0.9); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/95{ + --tw-gradient-from: rgb(250 230 230 / 0.95); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-danger\/100{ + --tw-gradient-from: rgb(250 230 230 / 1); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/0{ + --tw-gradient-from: rgb(254 245 231 / 0); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/5{ + --tw-gradient-from: rgb(254 245 231 / 0.05); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/10{ + --tw-gradient-from: rgb(254 245 231 / 0.1); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/20{ + --tw-gradient-from: rgb(254 245 231 / 0.2); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/25{ + --tw-gradient-from: rgb(254 245 231 / 0.25); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/30{ + --tw-gradient-from: rgb(254 245 231 / 0.3); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/40{ + --tw-gradient-from: rgb(254 245 231 / 0.4); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/50{ + --tw-gradient-from: rgb(254 245 231 / 0.5); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/60{ + --tw-gradient-from: rgb(254 245 231 / 0.6); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/70{ + --tw-gradient-from: rgb(254 245 231 / 0.7); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/75{ + --tw-gradient-from: rgb(254 245 231 / 0.75); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/80{ + --tw-gradient-from: rgb(254 245 231 / 0.8); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/90{ + --tw-gradient-from: rgb(254 245 231 / 0.9); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/95{ + --tw-gradient-from: rgb(254 245 231 / 0.95); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-sent\/100{ + --tw-gradient-from: rgb(254 245 231 / 1); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/0{ + --tw-gradient-from: rgb(238 238 243 / 0); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/5{ + --tw-gradient-from: rgb(238 238 243 / 0.05); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/10{ + --tw-gradient-from: rgb(238 238 243 / 0.1); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/20{ + --tw-gradient-from: rgb(238 238 243 / 0.2); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/25{ + --tw-gradient-from: rgb(238 238 243 / 0.25); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/30{ + --tw-gradient-from: rgb(238 238 243 / 0.3); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/40{ + --tw-gradient-from: rgb(238 238 243 / 0.4); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/50{ + --tw-gradient-from: rgb(238 238 243 / 0.5); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/60{ + --tw-gradient-from: rgb(238 238 243 / 0.6); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/70{ + --tw-gradient-from: rgb(238 238 243 / 0.7); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/75{ + --tw-gradient-from: rgb(238 238 243 / 0.75); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/80{ + --tw-gradient-from: rgb(238 238 243 / 0.8); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/90{ + --tw-gradient-from: rgb(238 238 243 / 0.9); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/95{ + --tw-gradient-from: rgb(238 238 243 / 0.95); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-viewed\/100{ + --tw-gradient-from: rgb(238 238 243 / 1); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/0{ + --tw-gradient-from: rgb(236 236 236 / 0); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/5{ + --tw-gradient-from: rgb(236 236 236 / 0.05); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/10{ + --tw-gradient-from: rgb(236 236 236 / 0.1); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/20{ + --tw-gradient-from: rgb(236 236 236 / 0.2); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/25{ + --tw-gradient-from: rgb(236 236 236 / 0.25); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/30{ + --tw-gradient-from: rgb(236 236 236 / 0.3); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/40{ + --tw-gradient-from: rgb(236 236 236 / 0.4); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/50{ + --tw-gradient-from: rgb(236 236 236 / 0.5); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/60{ + --tw-gradient-from: rgb(236 236 236 / 0.6); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/70{ + --tw-gradient-from: rgb(236 236 236 / 0.7); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/75{ + --tw-gradient-from: rgb(236 236 236 / 0.75); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/80{ + --tw-gradient-from: rgb(236 236 236 / 0.8); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/90{ + --tw-gradient-from: rgb(236 236 236 / 0.9); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/95{ + --tw-gradient-from: rgb(236 236 236 / 0.95); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-draft\/100{ + --tw-gradient-from: rgb(236 236 236 / 1); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/0{ + --tw-gradient-from: rgb(230 241 246 / 0); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/5{ + --tw-gradient-from: rgb(230 241 246 / 0.05); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/10{ + --tw-gradient-from: rgb(230 241 246 / 0.1); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/20{ + --tw-gradient-from: rgb(230 241 246 / 0.2); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/25{ + --tw-gradient-from: rgb(230 241 246 / 0.25); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/30{ + --tw-gradient-from: rgb(230 241 246 / 0.3); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/40{ + --tw-gradient-from: rgb(230 241 246 / 0.4); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/50{ + --tw-gradient-from: rgb(230 241 246 / 0.5); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/60{ + --tw-gradient-from: rgb(230 241 246 / 0.6); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/70{ + --tw-gradient-from: rgb(230 241 246 / 0.7); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/75{ + --tw-gradient-from: rgb(230 241 246 / 0.75); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/80{ + --tw-gradient-from: rgb(230 241 246 / 0.8); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/90{ + --tw-gradient-from: rgb(230 241 246 / 0.9); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/95{ + --tw-gradient-from: rgb(230 241 246 / 0.95); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-partial\/100{ + --tw-gradient-from: rgb(230 241 246 / 1); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/0{ + --tw-gradient-from: rgb(40 40 40 / 0); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/5{ + --tw-gradient-from: rgb(40 40 40 / 0.05); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/10{ + --tw-gradient-from: rgb(40 40 40 / 0.1); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/20{ + --tw-gradient-from: rgb(40 40 40 / 0.2); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/25{ + --tw-gradient-from: rgb(40 40 40 / 0.25); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/30{ + --tw-gradient-from: rgb(40 40 40 / 0.3); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/40{ + --tw-gradient-from: rgb(40 40 40 / 0.4); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/50{ + --tw-gradient-from: rgb(40 40 40 / 0.5); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/60{ + --tw-gradient-from: rgb(40 40 40 / 0.6); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/70{ + --tw-gradient-from: rgb(40 40 40 / 0.7); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/75{ + --tw-gradient-from: rgb(40 40 40 / 0.75); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/80{ + --tw-gradient-from: rgb(40 40 40 / 0.8); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/90{ + --tw-gradient-from: rgb(40 40 40 / 0.9); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/95{ + --tw-gradient-from: rgb(40 40 40 / 0.95); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-canceled\/100{ + --tw-gradient-from: rgb(40 40 40 / 1); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/0{ + --tw-gradient-from: rgb(254 245 231 / 0); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/5{ + --tw-gradient-from: rgb(254 245 231 / 0.05); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/10{ + --tw-gradient-from: rgb(254 245 231 / 0.1); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/20{ + --tw-gradient-from: rgb(254 245 231 / 0.2); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/25{ + --tw-gradient-from: rgb(254 245 231 / 0.25); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/30{ + --tw-gradient-from: rgb(254 245 231 / 0.3); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/40{ + --tw-gradient-from: rgb(254 245 231 / 0.4); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/50{ + --tw-gradient-from: rgb(254 245 231 / 0.5); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/60{ + --tw-gradient-from: rgb(254 245 231 / 0.6); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/70{ + --tw-gradient-from: rgb(254 245 231 / 0.7); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/75{ + --tw-gradient-from: rgb(254 245 231 / 0.75); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/80{ + --tw-gradient-from: rgb(254 245 231 / 0.8); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/90{ + --tw-gradient-from: rgb(254 245 231 / 0.9); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/95{ + --tw-gradient-from: rgb(254 245 231 / 0.95); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-status-warning\/100{ + --tw-gradient-from: rgb(254 245 231 / 1); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/0{ + --tw-gradient-from: rgb(99 145 74 / 0); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/5{ + --tw-gradient-from: rgb(99 145 74 / 0.05); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/10{ + --tw-gradient-from: rgb(99 145 74 / 0.1); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/20{ + --tw-gradient-from: rgb(99 145 74 / 0.2); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/25{ + --tw-gradient-from: rgb(99 145 74 / 0.25); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/30{ + --tw-gradient-from: rgb(99 145 74 / 0.3); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/40{ + --tw-gradient-from: rgb(99 145 74 / 0.4); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/50{ + --tw-gradient-from: rgb(99 145 74 / 0.5); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/60{ + --tw-gradient-from: rgb(99 145 74 / 0.6); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/70{ + --tw-gradient-from: rgb(99 145 74 / 0.7); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/75{ + --tw-gradient-from: rgb(99 145 74 / 0.75); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/80{ + --tw-gradient-from: rgb(99 145 74 / 0.8); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/90{ + --tw-gradient-from: rgb(99 145 74 / 0.9); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/95{ + --tw-gradient-from: rgb(99 145 74 / 0.95); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-success\/100{ + --tw-gradient-from: rgb(99 145 74 / 1); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/0{ + --tw-gradient-from: rgb(184 0 0 / 0); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/5{ + --tw-gradient-from: rgb(184 0 0 / 0.05); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/10{ + --tw-gradient-from: rgb(184 0 0 / 0.1); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/20{ + --tw-gradient-from: rgb(184 0 0 / 0.2); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/25{ + --tw-gradient-from: rgb(184 0 0 / 0.25); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/30{ + --tw-gradient-from: rgb(184 0 0 / 0.3); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/40{ + --tw-gradient-from: rgb(184 0 0 / 0.4); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/50{ + --tw-gradient-from: rgb(184 0 0 / 0.5); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/60{ + --tw-gradient-from: rgb(184 0 0 / 0.6); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/70{ + --tw-gradient-from: rgb(184 0 0 / 0.7); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/75{ + --tw-gradient-from: rgb(184 0 0 / 0.75); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/80{ + --tw-gradient-from: rgb(184 0 0 / 0.8); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/90{ + --tw-gradient-from: rgb(184 0 0 / 0.9); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/95{ + --tw-gradient-from: rgb(184 0 0 / 0.95); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-danger\/100{ + --tw-gradient-from: rgb(184 0 0 / 1); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/0{ + --tw-gradient-from: rgb(221 142 10 / 0); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/5{ + --tw-gradient-from: rgb(221 142 10 / 0.05); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/10{ + --tw-gradient-from: rgb(221 142 10 / 0.1); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/20{ + --tw-gradient-from: rgb(221 142 10 / 0.2); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/25{ + --tw-gradient-from: rgb(221 142 10 / 0.25); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/30{ + --tw-gradient-from: rgb(221 142 10 / 0.3); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/40{ + --tw-gradient-from: rgb(221 142 10 / 0.4); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/50{ + --tw-gradient-from: rgb(221 142 10 / 0.5); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/60{ + --tw-gradient-from: rgb(221 142 10 / 0.6); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/70{ + --tw-gradient-from: rgb(221 142 10 / 0.7); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/75{ + --tw-gradient-from: rgb(221 142 10 / 0.75); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/80{ + --tw-gradient-from: rgb(221 142 10 / 0.8); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/90{ + --tw-gradient-from: rgb(221 142 10 / 0.9); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/95{ + --tw-gradient-from: rgb(221 142 10 / 0.95); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-sent\/100{ + --tw-gradient-from: rgb(221 142 10 / 1); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/0{ + --tw-gradient-from: rgb(77 79 125 / 0); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/5{ + --tw-gradient-from: rgb(77 79 125 / 0.05); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/10{ + --tw-gradient-from: rgb(77 79 125 / 0.1); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/20{ + --tw-gradient-from: rgb(77 79 125 / 0.2); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/25{ + --tw-gradient-from: rgb(77 79 125 / 0.25); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/30{ + --tw-gradient-from: rgb(77 79 125 / 0.3); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/40{ + --tw-gradient-from: rgb(77 79 125 / 0.4); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/50{ + --tw-gradient-from: rgb(77 79 125 / 0.5); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/60{ + --tw-gradient-from: rgb(77 79 125 / 0.6); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/70{ + --tw-gradient-from: rgb(77 79 125 / 0.7); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/75{ + --tw-gradient-from: rgb(77 79 125 / 0.75); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/80{ + --tw-gradient-from: rgb(77 79 125 / 0.8); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/90{ + --tw-gradient-from: rgb(77 79 125 / 0.9); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/95{ + --tw-gradient-from: rgb(77 79 125 / 0.95); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-viewed\/100{ + --tw-gradient-from: rgb(77 79 125 / 1); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/0{ + --tw-gradient-from: rgb(59 59 59 / 0); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/5{ + --tw-gradient-from: rgb(59 59 59 / 0.05); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/10{ + --tw-gradient-from: rgb(59 59 59 / 0.1); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/20{ + --tw-gradient-from: rgb(59 59 59 / 0.2); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/25{ + --tw-gradient-from: rgb(59 59 59 / 0.25); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/30{ + --tw-gradient-from: rgb(59 59 59 / 0.3); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/40{ + --tw-gradient-from: rgb(59 59 59 / 0.4); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/50{ + --tw-gradient-from: rgb(59 59 59 / 0.5); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/60{ + --tw-gradient-from: rgb(59 59 59 / 0.6); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/70{ + --tw-gradient-from: rgb(59 59 59 / 0.7); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/75{ + --tw-gradient-from: rgb(59 59 59 / 0.75); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/80{ + --tw-gradient-from: rgb(59 59 59 / 0.8); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/90{ + --tw-gradient-from: rgb(59 59 59 / 0.9); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/95{ + --tw-gradient-from: rgb(59 59 59 / 0.95); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-draft\/100{ + --tw-gradient-from: rgb(59 59 59 / 1); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/0{ + --tw-gradient-from: rgb(0 99 149 / 0); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/5{ + --tw-gradient-from: rgb(0 99 149 / 0.05); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/10{ + --tw-gradient-from: rgb(0 99 149 / 0.1); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/20{ + --tw-gradient-from: rgb(0 99 149 / 0.2); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/25{ + --tw-gradient-from: rgb(0 99 149 / 0.25); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/30{ + --tw-gradient-from: rgb(0 99 149 / 0.3); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/40{ + --tw-gradient-from: rgb(0 99 149 / 0.4); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/50{ + --tw-gradient-from: rgb(0 99 149 / 0.5); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/60{ + --tw-gradient-from: rgb(0 99 149 / 0.6); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/70{ + --tw-gradient-from: rgb(0 99 149 / 0.7); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/75{ + --tw-gradient-from: rgb(0 99 149 / 0.75); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/80{ + --tw-gradient-from: rgb(0 99 149 / 0.8); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/90{ + --tw-gradient-from: rgb(0 99 149 / 0.9); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/95{ + --tw-gradient-from: rgb(0 99 149 / 0.95); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-partial\/100{ + --tw-gradient-from: rgb(0 99 149 / 1); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/0{ + --tw-gradient-from: rgb(255 255 255 / 0); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/5{ + --tw-gradient-from: rgb(255 255 255 / 0.05); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/10{ + --tw-gradient-from: rgb(255 255 255 / 0.1); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/20{ + --tw-gradient-from: rgb(255 255 255 / 0.2); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/25{ + --tw-gradient-from: rgb(255 255 255 / 0.25); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/30{ + --tw-gradient-from: rgb(255 255 255 / 0.3); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/40{ + --tw-gradient-from: rgb(255 255 255 / 0.4); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/50{ + --tw-gradient-from: rgb(255 255 255 / 0.5); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/60{ + --tw-gradient-from: rgb(255 255 255 / 0.6); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/70{ + --tw-gradient-from: rgb(255 255 255 / 0.7); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/75{ + --tw-gradient-from: rgb(255 255 255 / 0.75); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/80{ + --tw-gradient-from: rgb(255 255 255 / 0.8); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/90{ + --tw-gradient-from: rgb(255 255 255 / 0.9); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/95{ + --tw-gradient-from: rgb(255 255 255 / 0.95); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-canceled\/100{ + --tw-gradient-from: rgb(255 255 255 / 1); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/0{ + --tw-gradient-from: rgb(184 119 8 / 0); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/5{ + --tw-gradient-from: rgb(184 119 8 / 0.05); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/10{ + --tw-gradient-from: rgb(184 119 8 / 0.1); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/20{ + --tw-gradient-from: rgb(184 119 8 / 0.2); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/25{ + --tw-gradient-from: rgb(184 119 8 / 0.25); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/30{ + --tw-gradient-from: rgb(184 119 8 / 0.3); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/40{ + --tw-gradient-from: rgb(184 119 8 / 0.4); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/50{ + --tw-gradient-from: rgb(184 119 8 / 0.5); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/60{ + --tw-gradient-from: rgb(184 119 8 / 0.6); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/70{ + --tw-gradient-from: rgb(184 119 8 / 0.7); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/75{ + --tw-gradient-from: rgb(184 119 8 / 0.75); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/80{ + --tw-gradient-from: rgb(184 119 8 / 0.8); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/90{ + --tw-gradient-from: rgb(184 119 8 / 0.9); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/95{ + --tw-gradient-from: rgb(184 119 8 / 0.95); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-text-status-warning\/100{ + --tw-gradient-from: rgb(184 119 8 / 1); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/0{ + --tw-gradient-from: rgb(252 252 252 / 0); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/5{ + --tw-gradient-from: rgb(252 252 252 / 0.05); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/10{ + --tw-gradient-from: rgb(252 252 252 / 0.1); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/20{ + --tw-gradient-from: rgb(252 252 252 / 0.2); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/25{ + --tw-gradient-from: rgb(252 252 252 / 0.25); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/30{ + --tw-gradient-from: rgb(252 252 252 / 0.3); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/40{ + --tw-gradient-from: rgb(252 252 252 / 0.4); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/50{ + --tw-gradient-from: rgb(252 252 252 / 0.5); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/60{ + --tw-gradient-from: rgb(252 252 252 / 0.6); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/70{ + --tw-gradient-from: rgb(252 252 252 / 0.7); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/75{ + --tw-gradient-from: rgb(252 252 252 / 0.75); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/80{ + --tw-gradient-from: rgb(252 252 252 / 0.8); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/90{ + --tw-gradient-from: rgb(252 252 252 / 0.9); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/95{ + --tw-gradient-from: rgb(252 252 252 / 0.95); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-body\/100{ + --tw-gradient-from: rgb(252 252 252 / 1); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/0{ + --tw-gradient-from: rgb(199 201 217 / 0); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/5{ + --tw-gradient-from: rgb(199 201 217 / 0.05); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/10{ + --tw-gradient-from: rgb(199 201 217 / 0.1); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/20{ + --tw-gradient-from: rgb(199 201 217 / 0.2); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/25{ + --tw-gradient-from: rgb(199 201 217 / 0.25); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/30{ + --tw-gradient-from: rgb(199 201 217 / 0.3); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/40{ + --tw-gradient-from: rgb(199 201 217 / 0.4); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/50{ + --tw-gradient-from: rgb(199 201 217 / 0.5); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/60{ + --tw-gradient-from: rgb(199 201 217 / 0.6); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/70{ + --tw-gradient-from: rgb(199 201 217 / 0.7); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/75{ + --tw-gradient-from: rgb(199 201 217 / 0.75); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/80{ + --tw-gradient-from: rgb(199 201 217 / 0.8); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/90{ + --tw-gradient-from: rgb(199 201 217 / 0.9); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/95{ + --tw-gradient-from: rgb(199 201 217 / 0.95); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-light-gray\/100{ + --tw-gradient-from: rgb(199 201 217 / 1); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/0{ + --tw-gradient-from: rgb(21 40 75 / 0); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/5{ + --tw-gradient-from: rgb(21 40 75 / 0.05); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/10{ + --tw-gradient-from: rgb(21 40 75 / 0.1); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/20{ + --tw-gradient-from: rgb(21 40 75 / 0.2); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/25{ + --tw-gradient-from: rgb(21 40 75 / 0.25); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/30{ + --tw-gradient-from: rgb(21 40 75 / 0.3); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/40{ + --tw-gradient-from: rgb(21 40 75 / 0.4); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/50{ + --tw-gradient-from: rgb(21 40 75 / 0.5); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/60{ + --tw-gradient-from: rgb(21 40 75 / 0.6); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/70{ + --tw-gradient-from: rgb(21 40 75 / 0.7); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/75{ + --tw-gradient-from: rgb(21 40 75 / 0.75); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/80{ + --tw-gradient-from: rgb(21 40 75 / 0.8); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/90{ + --tw-gradient-from: rgb(21 40 75 / 0.9); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/95{ + --tw-gradient-from: rgb(21 40 75 / 0.95); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-dark-blue\/100{ + --tw-gradient-from: rgb(21 40 75 / 1); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/0{ + --tw-gradient-from: rgb(242 242 245 / 0); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/5{ + --tw-gradient-from: rgb(242 242 245 / 0.05); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/10{ + --tw-gradient-from: rgb(242 242 245 / 0.1); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/20{ + --tw-gradient-from: rgb(242 242 245 / 0.2); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/25{ + --tw-gradient-from: rgb(242 242 245 / 0.25); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/30{ + --tw-gradient-from: rgb(242 242 245 / 0.3); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/40{ + --tw-gradient-from: rgb(242 242 245 / 0.4); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/50{ + --tw-gradient-from: rgb(242 242 245 / 0.5); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/60{ + --tw-gradient-from: rgb(242 242 245 / 0.6); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/70{ + --tw-gradient-from: rgb(242 242 245 / 0.7); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/75{ + --tw-gradient-from: rgb(242 242 245 / 0.75); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/80{ + --tw-gradient-from: rgb(242 242 245 / 0.8); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/90{ + --tw-gradient-from: rgb(242 242 245 / 0.9); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/95{ + --tw-gradient-from: rgb(242 242 245 / 0.95); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-lighter-gray\/100{ + --tw-gradient-from: rgb(242 242 245 / 1); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/0{ + --tw-gradient-from: rgb(242 244 252 / 0); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/5{ + --tw-gradient-from: rgb(242 244 252 / 0.05); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/10{ + --tw-gradient-from: rgb(242 244 252 / 0.1); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/20{ + --tw-gradient-from: rgb(242 244 252 / 0.2); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/25{ + --tw-gradient-from: rgb(242 244 252 / 0.25); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/30{ + --tw-gradient-from: rgb(242 244 252 / 0.3); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/40{ + --tw-gradient-from: rgb(242 244 252 / 0.4); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/50{ + --tw-gradient-from: rgb(242 244 252 / 0.5); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/60{ + --tw-gradient-from: rgb(242 244 252 / 0.6); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/70{ + --tw-gradient-from: rgb(242 244 252 / 0.7); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/75{ + --tw-gradient-from: rgb(242 244 252 / 0.75); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/80{ + --tw-gradient-from: rgb(242 244 252 / 0.8); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/90{ + --tw-gradient-from: rgb(242 244 252 / 0.9); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/95{ + --tw-gradient-from: rgb(242 244 252 / 0.95); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-purple-lighter\/100{ + --tw-gradient-from: rgb(242 244 252 / 1); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/0{ + --tw-gradient-from: rgb(0 0 0 / 0); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/5{ + --tw-gradient-from: rgb(0 0 0 / 0.05); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/10{ + --tw-gradient-from: rgb(0 0 0 / 0.1); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/20{ + --tw-gradient-from: rgb(0 0 0 / 0.2); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/25{ + --tw-gradient-from: rgb(0 0 0 / 0.25); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/30{ + --tw-gradient-from: rgb(0 0 0 / 0.3); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/40{ + --tw-gradient-from: rgb(0 0 0 / 0.4); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/50{ + --tw-gradient-from: rgb(0 0 0 / 0.5); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/60{ + --tw-gradient-from: rgb(0 0 0 / 0.6); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/70{ + --tw-gradient-from: rgb(0 0 0 / 0.7); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/75{ + --tw-gradient-from: rgb(0 0 0 / 0.75); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/80{ + --tw-gradient-from: rgb(0 0 0 / 0.8); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/90{ + --tw-gradient-from: rgb(0 0 0 / 0.9); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/95{ + --tw-gradient-from: rgb(0 0 0 / 0.95); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-modal-background\/100{ + --tw-gradient-from: rgb(0 0 0 / 1); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/0{ + --tw-gradient-from: rgb(147 95 7 / 0); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/5{ + --tw-gradient-from: rgb(147 95 7 / 0.05); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/10{ + --tw-gradient-from: rgb(147 95 7 / 0.1); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/20{ + --tw-gradient-from: rgb(147 95 7 / 0.2); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/25{ + --tw-gradient-from: rgb(147 95 7 / 0.25); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/30{ + --tw-gradient-from: rgb(147 95 7 / 0.3); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/40{ + --tw-gradient-from: rgb(147 95 7 / 0.4); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/50{ + --tw-gradient-from: rgb(147 95 7 / 0.5); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/60{ + --tw-gradient-from: rgb(147 95 7 / 0.6); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/70{ + --tw-gradient-from: rgb(147 95 7 / 0.7); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/75{ + --tw-gradient-from: rgb(147 95 7 / 0.75); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/80{ + --tw-gradient-from: rgb(147 95 7 / 0.8); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/90{ + --tw-gradient-from: rgb(147 95 7 / 0.9); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/95{ + --tw-gradient-from: rgb(147 95 7 / 0.95); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.from-testing\/100{ + --tw-gradient-from: rgb(147 95 7 / 1); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .via-inherit{ - --tw-gradient-stops: var(--tw-gradient-from), inherit, var(--tw-gradient-to, rgb(255 255 255 / 0)); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), inherit, var(--tw-gradient-to); } .via-current{ - --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgb(255 255 255 / 0)); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to); } .via-transparent{ - --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgb(0 0 0 / 0)); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to); } .via-black-50{ - --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to, rgb(246 246 246 / 0)); + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f6f6f6, var(--tw-gradient-to); } .via-black-100{ - --tw-gradient-stops: var(--tw-gradient-from), #ececec, var(--tw-gradient-to, rgb(236 236 236 / 0)); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #ececec, var(--tw-gradient-to); } .via-black-200{ - --tw-gradient-stops: var(--tw-gradient-from), #d0d0d0, var(--tw-gradient-to, rgb(208 208 208 / 0)); + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #d0d0d0, var(--tw-gradient-to); } .via-black-300{ - --tw-gradient-stops: var(--tw-gradient-from), #b3b3b3, var(--tw-gradient-to, rgb(179 179 179 / 0)); + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #b3b3b3, var(--tw-gradient-to); } .via-black-400{ - --tw-gradient-stops: var(--tw-gradient-from), #7b7b7b, var(--tw-gradient-to, rgb(123 123 123 / 0)); + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #7b7b7b, var(--tw-gradient-to); } .via-black-500{ - --tw-gradient-stops: var(--tw-gradient-from), #424242, var(--tw-gradient-to, rgb(66 66 66 / 0)); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #424242, var(--tw-gradient-to); } .via-black-600{ - --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgb(59 59 59 / 0)); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to); } .via-black-700{ - --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgb(50 50 50 / 0)); + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to); } .via-black-800{ - --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgb(40 40 40 / 0)); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to); } .via-black-900{ - --tw-gradient-stops: var(--tw-gradient-from), #202020, var(--tw-gradient-to, rgb(32 32 32 / 0)); + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #202020, var(--tw-gradient-to); } .via-black{ - --tw-gradient-stops: var(--tw-gradient-from), #424242, var(--tw-gradient-to, rgb(66 66 66 / 0)); + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #424242, var(--tw-gradient-to); } .via-white{ - --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgb(255 255 255 / 0)); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to); } .via-slate-50{ - --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgb(248 250 252 / 0)); + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to); } .via-slate-100{ - --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgb(241 245 249 / 0)); + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to); } .via-slate-200{ - --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgb(226 232 240 / 0)); + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to); } .via-slate-300{ - --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgb(203 213 225 / 0)); + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to); } .via-slate-400{ - --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgb(148 163 184 / 0)); + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to); } .via-slate-500{ - --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgb(100 116 139 / 0)); + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to); } .via-slate-600{ - --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgb(71 85 105 / 0)); + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to); } .via-slate-700{ - --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgb(51 65 85 / 0)); + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to); } .via-slate-800{ - --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgb(30 41 59 / 0)); + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to); } .via-slate-900{ - --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgb(15 23 42 / 0)); + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to); } .via-gray-50{ - --tw-gradient-stops: var(--tw-gradient-from), #F9FAFB, var(--tw-gradient-to, rgb(249 250 251 / 0)); + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #F9FAFB, var(--tw-gradient-to); } .via-gray-100{ - --tw-gradient-stops: var(--tw-gradient-from), #F3F4F6, var(--tw-gradient-to, rgb(243 244 246 / 0)); + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #F3F4F6, var(--tw-gradient-to); } .via-gray-200{ - --tw-gradient-stops: var(--tw-gradient-from), #E5E7EB, var(--tw-gradient-to, rgb(229 231 235 / 0)); + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #E5E7EB, var(--tw-gradient-to); } .via-gray-300{ - --tw-gradient-stops: var(--tw-gradient-from), #D1D5DB, var(--tw-gradient-to, rgb(209 213 219 / 0)); + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #D1D5DB, var(--tw-gradient-to); } .via-gray-400{ - --tw-gradient-stops: var(--tw-gradient-from), #9CA3AF, var(--tw-gradient-to, rgb(156 163 175 / 0)); + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #9CA3AF, var(--tw-gradient-to); } .via-gray-500{ - --tw-gradient-stops: var(--tw-gradient-from), #6B7280, var(--tw-gradient-to, rgb(107 114 128 / 0)); + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #6B7280, var(--tw-gradient-to); } .via-gray-600{ - --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgb(75 85 99 / 0)); + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to); } .via-gray-700{ - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgb(55 65 81 / 0)); + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to); } .via-gray-800{ - --tw-gradient-stops: var(--tw-gradient-from), #1F2937, var(--tw-gradient-to, rgb(31 41 55 / 0)); + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #1F2937, var(--tw-gradient-to); } .via-gray-900{ - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgb(17 24 39 / 0)); + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to); } .via-zinc-50{ - --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgb(250 250 250 / 0)); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to); } .via-zinc-100{ - --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgb(244 244 245 / 0)); + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to); } .via-zinc-200{ - --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgb(228 228 231 / 0)); + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to); } .via-zinc-300{ - --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgb(212 212 216 / 0)); + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to); } .via-zinc-400{ - --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgb(161 161 170 / 0)); + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to); } .via-zinc-500{ - --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgb(113 113 122 / 0)); + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to); } .via-zinc-600{ - --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgb(82 82 91 / 0)); + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to); } .via-zinc-700{ - --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgb(63 63 70 / 0)); + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to); } .via-zinc-800{ - --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgb(39 39 42 / 0)); + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to); } .via-zinc-900{ - --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgb(24 24 27 / 0)); + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to); } .via-neutral-50{ - --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgb(250 250 250 / 0)); + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to); } .via-neutral-100{ - --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgb(245 245 245 / 0)); + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to); } .via-neutral-200{ - --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgb(229 229 229 / 0)); + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to); } .via-neutral-300{ - --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgb(212 212 212 / 0)); + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to); } .via-neutral-400{ - --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgb(163 163 163 / 0)); + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to); } .via-neutral-500{ - --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgb(115 115 115 / 0)); + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to); } .via-neutral-600{ - --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgb(82 82 82 / 0)); + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to); } .via-neutral-700{ - --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgb(64 64 64 / 0)); + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to); } .via-neutral-800{ - --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgb(38 38 38 / 0)); + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to); } .via-neutral-900{ - --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgb(23 23 23 / 0)); + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to); } .via-stone-50{ - --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgb(250 250 249 / 0)); + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to); } .via-stone-100{ - --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgb(245 245 244 / 0)); + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to); } .via-stone-200{ - --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgb(231 229 228 / 0)); + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to); } .via-stone-300{ - --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgb(214 211 209 / 0)); + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to); } .via-stone-400{ - --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgb(168 162 158 / 0)); + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to); } .via-stone-500{ - --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgb(120 113 108 / 0)); + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to); } .via-stone-600{ - --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgb(87 83 78 / 0)); + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to); } .via-stone-700{ - --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgb(68 64 60 / 0)); + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to); } .via-stone-800{ - --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgb(41 37 36 / 0)); + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to); } .via-stone-900{ - --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgb(28 25 23 / 0)); + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to); } .via-red-50{ - --tw-gradient-stops: var(--tw-gradient-from), #fcf2f2, var(--tw-gradient-to, rgb(252 242 242 / 0)); + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fcf2f2, var(--tw-gradient-to); } .via-red-100{ - --tw-gradient-stops: var(--tw-gradient-from), #fae6e6, var(--tw-gradient-to, rgb(250 230 230 / 0)); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fae6e6, var(--tw-gradient-to); } .via-red-200{ - --tw-gradient-stops: var(--tw-gradient-from), #f2bfbf, var(--tw-gradient-to, rgb(242 191 191 / 0)); + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f2bfbf, var(--tw-gradient-to); } .via-red-300{ - --tw-gradient-stops: var(--tw-gradient-from), #eb9999, var(--tw-gradient-to, rgb(235 153 153 / 0)); + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #eb9999, var(--tw-gradient-to); } .via-red-400{ - --tw-gradient-stops: var(--tw-gradient-from), #db4d4d, var(--tw-gradient-to, rgb(219 77 77 / 0)); + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #db4d4d, var(--tw-gradient-to); } .via-red-500{ - --tw-gradient-stops: var(--tw-gradient-from), #cc0000, var(--tw-gradient-to, rgb(204 0 0 / 0)); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #cc0000, var(--tw-gradient-to); } .via-red-600{ - --tw-gradient-stops: var(--tw-gradient-from), #b80000, var(--tw-gradient-to, rgb(184 0 0 / 0)); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #b80000, var(--tw-gradient-to); } .via-red-700{ - --tw-gradient-stops: var(--tw-gradient-from), #990000, var(--tw-gradient-to, rgb(153 0 0 / 0)); + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #990000, var(--tw-gradient-to); } .via-red-800{ - --tw-gradient-stops: var(--tw-gradient-from), #7a0000, var(--tw-gradient-to, rgb(122 0 0 / 0)); + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #7a0000, var(--tw-gradient-to); } .via-red-900{ - --tw-gradient-stops: var(--tw-gradient-from), #640000, var(--tw-gradient-to, rgb(100 0 0 / 0)); + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #640000, var(--tw-gradient-to); } .via-red{ - --tw-gradient-stops: var(--tw-gradient-from), #cc0000, var(--tw-gradient-to, rgb(204 0 0 / 0)); + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #cc0000, var(--tw-gradient-to); } .via-orange-50{ - --tw-gradient-stops: var(--tw-gradient-from), #fffaf3, var(--tw-gradient-to, rgb(255 250 243 / 0)); + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fffaf3, var(--tw-gradient-to); } .via-orange-100{ - --tw-gradient-stops: var(--tw-gradient-from), #fef5e7, var(--tw-gradient-to, rgb(254 245 231 / 0)); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fef5e7, var(--tw-gradient-to); } .via-orange-200{ - --tw-gradient-stops: var(--tw-gradient-from), #fde7c2, var(--tw-gradient-to, rgb(253 231 194 / 0)); + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fde7c2, var(--tw-gradient-to); } .via-orange-300{ - --tw-gradient-stops: var(--tw-gradient-from), #fbd89d, var(--tw-gradient-to, rgb(251 216 157 / 0)); + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fbd89d, var(--tw-gradient-to); } .via-orange-400{ - --tw-gradient-stops: var(--tw-gradient-from), #f8bb54, var(--tw-gradient-to, rgb(248 187 84 / 0)); + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f8bb54, var(--tw-gradient-to); } .via-orange-500{ - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgb(245 158 11 / 0)); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to); } .via-orange-600{ - --tw-gradient-stops: var(--tw-gradient-from), #dd8e0a, var(--tw-gradient-to, rgb(221 142 10 / 0)); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #dd8e0a, var(--tw-gradient-to); } .via-orange-700{ - --tw-gradient-stops: var(--tw-gradient-from), #b87708, var(--tw-gradient-to, rgb(184 119 8 / 0)); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #b87708, var(--tw-gradient-to); } .via-orange-800{ - --tw-gradient-stops: var(--tw-gradient-from), #935f07, var(--tw-gradient-to, rgb(147 95 7 / 0)); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #935f07, var(--tw-gradient-to); } .via-orange-900{ - --tw-gradient-stops: var(--tw-gradient-from), #784d05, var(--tw-gradient-to, rgb(120 77 5 / 0)); + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #784d05, var(--tw-gradient-to); } .via-orange{ - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgb(245 158 11 / 0)); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to); } .via-amber-50{ - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgb(255 251 235 / 0)); + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to); } .via-amber-100{ - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgb(254 243 199 / 0)); + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to); } .via-amber-200{ - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgb(253 230 138 / 0)); + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to); } .via-amber-300{ - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgb(252 211 77 / 0)); + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to); } .via-amber-400{ - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgb(251 191 36 / 0)); + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to); } .via-amber-500{ - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgb(245 158 11 / 0)); + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to); } .via-amber-600{ - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgb(217 119 6 / 0)); + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to); } .via-amber-700{ - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgb(180 83 9 / 0)); + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to); } .via-amber-800{ - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgb(146 64 14 / 0)); + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to); } .via-amber-900{ - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgb(120 53 15 / 0)); + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to); } .via-yellow-50{ - --tw-gradient-stops: var(--tw-gradient-from), #FDFDEA, var(--tw-gradient-to, rgb(253 253 234 / 0)); + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #FDFDEA, var(--tw-gradient-to); } .via-yellow-100{ - --tw-gradient-stops: var(--tw-gradient-from), #FDF6B2, var(--tw-gradient-to, rgb(253 246 178 / 0)); + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #FDF6B2, var(--tw-gradient-to); } .via-yellow-200{ - --tw-gradient-stops: var(--tw-gradient-from), #FCE96A, var(--tw-gradient-to, rgb(252 233 106 / 0)); + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #FCE96A, var(--tw-gradient-to); } .via-yellow-300{ - --tw-gradient-stops: var(--tw-gradient-from), #FACA15, var(--tw-gradient-to, rgb(250 202 21 / 0)); + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #FACA15, var(--tw-gradient-to); } .via-yellow-400{ - --tw-gradient-stops: var(--tw-gradient-from), #E3A008, var(--tw-gradient-to, rgb(227 160 8 / 0)); + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #E3A008, var(--tw-gradient-to); } .via-yellow-500{ - --tw-gradient-stops: var(--tw-gradient-from), #C27803, var(--tw-gradient-to, rgb(194 120 3 / 0)); + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #C27803, var(--tw-gradient-to); } .via-yellow-600{ - --tw-gradient-stops: var(--tw-gradient-from), #9F580A, var(--tw-gradient-to, rgb(159 88 10 / 0)); + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #9F580A, var(--tw-gradient-to); } .via-yellow-700{ - --tw-gradient-stops: var(--tw-gradient-from), #8E4B10, var(--tw-gradient-to, rgb(142 75 16 / 0)); + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #8E4B10, var(--tw-gradient-to); } .via-yellow-800{ - --tw-gradient-stops: var(--tw-gradient-from), #723B13, var(--tw-gradient-to, rgb(114 59 19 / 0)); + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #723B13, var(--tw-gradient-to); } .via-yellow-900{ - --tw-gradient-stops: var(--tw-gradient-from), #633112, var(--tw-gradient-to, rgb(99 49 18 / 0)); + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #633112, var(--tw-gradient-to); } .via-lime-50{ - --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgb(247 254 231 / 0)); + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to); } .via-lime-100{ - --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgb(236 252 203 / 0)); + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to); } .via-lime-200{ - --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgb(217 249 157 / 0)); + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to); } .via-lime-300{ - --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgb(190 242 100 / 0)); + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to); } .via-lime-400{ - --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgb(163 230 53 / 0)); + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to); } .via-lime-500{ - --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgb(132 204 22 / 0)); + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to); } .via-lime-600{ - --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgb(101 163 13 / 0)); + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to); } .via-lime-700{ - --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgb(77 124 15 / 0)); + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to); } .via-lime-800{ - --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgb(63 98 18 / 0)); + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to); } .via-lime-900{ - --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgb(54 83 20 / 0)); + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to); } .via-green-50{ - --tw-gradient-stops: var(--tw-gradient-from), #f8faf6, var(--tw-gradient-to, rgb(248 250 246 / 0)); + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f8faf6, var(--tw-gradient-to); } .via-green-100{ - --tw-gradient-stops: var(--tw-gradient-from), #f1f6ee, var(--tw-gradient-to, rgb(241 246 238 / 0)); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f1f6ee, var(--tw-gradient-to); } .via-green-200{ - --tw-gradient-stops: var(--tw-gradient-from), #dbe8d4, var(--tw-gradient-to, rgb(219 232 212 / 0)); + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #dbe8d4, var(--tw-gradient-to); } .via-green-300{ - --tw-gradient-stops: var(--tw-gradient-from), #c5d9ba, var(--tw-gradient-to, rgb(197 217 186 / 0)); + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #c5d9ba, var(--tw-gradient-to); } .via-green-400{ - --tw-gradient-stops: var(--tw-gradient-from), #9abd86, var(--tw-gradient-to, rgb(154 189 134 / 0)); + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #9abd86, var(--tw-gradient-to); } .via-green-500{ - --tw-gradient-stops: var(--tw-gradient-from), #6ea152, var(--tw-gradient-to, rgb(110 161 82 / 0)); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #6ea152, var(--tw-gradient-to); } .via-green-600{ - --tw-gradient-stops: var(--tw-gradient-from), #63914a, var(--tw-gradient-to, rgb(99 145 74 / 0)); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #63914a, var(--tw-gradient-to); } .via-green-700{ - --tw-gradient-stops: var(--tw-gradient-from), #53793e, var(--tw-gradient-to, rgb(83 121 62 / 0)); + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #53793e, var(--tw-gradient-to); } .via-green-800{ - --tw-gradient-stops: var(--tw-gradient-from), #426131, var(--tw-gradient-to, rgb(66 97 49 / 0)); + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #426131, var(--tw-gradient-to); } .via-green-900{ - --tw-gradient-stops: var(--tw-gradient-from), #364f28, var(--tw-gradient-to, rgb(54 79 40 / 0)); + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #364f28, var(--tw-gradient-to); } .via-green{ - --tw-gradient-stops: var(--tw-gradient-from), #6ea152, var(--tw-gradient-to, rgb(110 161 82 / 0)); + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #6ea152, var(--tw-gradient-to); } .via-emerald-50{ - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgb(236 253 245 / 0)); + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to); } .via-emerald-100{ - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgb(209 250 229 / 0)); + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to); } .via-emerald-200{ - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgb(167 243 208 / 0)); + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to); } .via-emerald-300{ - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgb(110 231 183 / 0)); + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to); } .via-emerald-400{ - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgb(52 211 153 / 0)); + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to); } .via-emerald-500{ - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgb(16 185 129 / 0)); + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to); } .via-emerald-600{ - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgb(5 150 105 / 0)); + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to); } .via-emerald-700{ - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgb(4 120 87 / 0)); + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to); } .via-emerald-800{ - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgb(6 95 70 / 0)); + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to); } .via-emerald-900{ - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgb(6 78 59 / 0)); + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to); } .via-teal-50{ - --tw-gradient-stops: var(--tw-gradient-from), #EDFAFA, var(--tw-gradient-to, rgb(237 250 250 / 0)); + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #EDFAFA, var(--tw-gradient-to); } .via-teal-100{ - --tw-gradient-stops: var(--tw-gradient-from), #D5F5F6, var(--tw-gradient-to, rgb(213 245 246 / 0)); + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #D5F5F6, var(--tw-gradient-to); } .via-teal-200{ - --tw-gradient-stops: var(--tw-gradient-from), #AFECEF, var(--tw-gradient-to, rgb(175 236 239 / 0)); + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #AFECEF, var(--tw-gradient-to); } .via-teal-300{ - --tw-gradient-stops: var(--tw-gradient-from), #7EDCE2, var(--tw-gradient-to, rgb(126 220 226 / 0)); + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #7EDCE2, var(--tw-gradient-to); } .via-teal-400{ - --tw-gradient-stops: var(--tw-gradient-from), #16BDCA, var(--tw-gradient-to, rgb(22 189 202 / 0)); + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #16BDCA, var(--tw-gradient-to); } .via-teal-500{ - --tw-gradient-stops: var(--tw-gradient-from), #0694A2, var(--tw-gradient-to, rgb(6 148 162 / 0)); + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #0694A2, var(--tw-gradient-to); } .via-teal-600{ - --tw-gradient-stops: var(--tw-gradient-from), #047481, var(--tw-gradient-to, rgb(4 116 129 / 0)); + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #047481, var(--tw-gradient-to); } .via-teal-700{ - --tw-gradient-stops: var(--tw-gradient-from), #036672, var(--tw-gradient-to, rgb(3 102 114 / 0)); + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #036672, var(--tw-gradient-to); } .via-teal-800{ - --tw-gradient-stops: var(--tw-gradient-from), #05505C, var(--tw-gradient-to, rgb(5 80 92 / 0)); + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #05505C, var(--tw-gradient-to); } .via-teal-900{ - --tw-gradient-stops: var(--tw-gradient-from), #014451, var(--tw-gradient-to, rgb(1 68 81 / 0)); + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #014451, var(--tw-gradient-to); } .via-cyan-50{ - --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgb(236 254 255 / 0)); + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to); } .via-cyan-100{ - --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgb(207 250 254 / 0)); + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to); } .via-cyan-200{ - --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgb(165 243 252 / 0)); + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to); } .via-cyan-300{ - --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgb(103 232 249 / 0)); + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to); } .via-cyan-400{ - --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgb(34 211 238 / 0)); + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to); } .via-cyan-500{ - --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgb(6 182 212 / 0)); + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to); } .via-cyan-600{ - --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgb(8 145 178 / 0)); + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to); } .via-cyan-700{ - --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgb(14 116 144 / 0)); + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to); } .via-cyan-800{ - --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgb(21 94 117 / 0)); + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to); } .via-cyan-900{ - --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgb(22 78 99 / 0)); + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to); } .via-sky-50{ - --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgb(240 249 255 / 0)); + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to); } .via-sky-100{ - --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgb(224 242 254 / 0)); + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to); } .via-sky-200{ - --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgb(186 230 253 / 0)); + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to); } .via-sky-300{ - --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgb(125 211 252 / 0)); + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to); } .via-sky-400{ - --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgb(56 189 248 / 0)); + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to); } .via-sky-500{ - --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgb(14 165 233 / 0)); + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to); } .via-sky-600{ - --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgb(2 132 199 / 0)); + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to); } .via-sky-700{ - --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgb(3 105 161 / 0)); + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to); } .via-sky-800{ - --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgb(7 89 133 / 0)); + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to); } .via-sky-900{ - --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgb(12 74 110 / 0)); + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to); } .via-blue-50{ - --tw-gradient-stops: var(--tw-gradient-from), #f2f8fb, var(--tw-gradient-to, rgb(242 248 251 / 0)); + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f2f8fb, var(--tw-gradient-to); } .via-blue-100{ - --tw-gradient-stops: var(--tw-gradient-from), #e6f1f6, var(--tw-gradient-to, rgb(230 241 246 / 0)); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #e6f1f6, var(--tw-gradient-to); } .via-blue-200{ - --tw-gradient-stops: var(--tw-gradient-from), #bfdbe9, var(--tw-gradient-to, rgb(191 219 233 / 0)); + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #bfdbe9, var(--tw-gradient-to); } .via-blue-300{ - --tw-gradient-stops: var(--tw-gradient-from), #99c5db, var(--tw-gradient-to, rgb(153 197 219 / 0)); + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #99c5db, var(--tw-gradient-to); } .via-blue-400{ - --tw-gradient-stops: var(--tw-gradient-from), #4d9ac1, var(--tw-gradient-to, rgb(77 154 193 / 0)); + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #4d9ac1, var(--tw-gradient-to); } .via-blue-500{ - --tw-gradient-stops: var(--tw-gradient-from), #006ea6, var(--tw-gradient-to, rgb(0 110 166 / 0)); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #006ea6, var(--tw-gradient-to); } .via-blue-600{ - --tw-gradient-stops: var(--tw-gradient-from), #006395, var(--tw-gradient-to, rgb(0 99 149 / 0)); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #006395, var(--tw-gradient-to); } .via-blue-700{ - --tw-gradient-stops: var(--tw-gradient-from), #00537d, var(--tw-gradient-to, rgb(0 83 125 / 0)); + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #00537d, var(--tw-gradient-to); } .via-blue-800{ - --tw-gradient-stops: var(--tw-gradient-from), #004264, var(--tw-gradient-to, rgb(0 66 100 / 0)); + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #004264, var(--tw-gradient-to); } .via-blue-900{ - --tw-gradient-stops: var(--tw-gradient-from), #003651, var(--tw-gradient-to, rgb(0 54 81 / 0)); + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #003651, var(--tw-gradient-to); } .via-blue{ - --tw-gradient-stops: var(--tw-gradient-from), #006ea6, var(--tw-gradient-to, rgb(0 110 166 / 0)); + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #006ea6, var(--tw-gradient-to); } .via-indigo-50{ - --tw-gradient-stops: var(--tw-gradient-from), #F0F5FF, var(--tw-gradient-to, rgb(240 245 255 / 0)); + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #F0F5FF, var(--tw-gradient-to); } .via-indigo-100{ - --tw-gradient-stops: var(--tw-gradient-from), #E5EDFF, var(--tw-gradient-to, rgb(229 237 255 / 0)); + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #E5EDFF, var(--tw-gradient-to); } .via-indigo-200{ - --tw-gradient-stops: var(--tw-gradient-from), #CDDBFE, var(--tw-gradient-to, rgb(205 219 254 / 0)); + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #CDDBFE, var(--tw-gradient-to); } .via-indigo-300{ - --tw-gradient-stops: var(--tw-gradient-from), #B4C6FC, var(--tw-gradient-to, rgb(180 198 252 / 0)); + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #B4C6FC, var(--tw-gradient-to); } .via-indigo-400{ - --tw-gradient-stops: var(--tw-gradient-from), #8DA2FB, var(--tw-gradient-to, rgb(141 162 251 / 0)); + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #8DA2FB, var(--tw-gradient-to); } .via-indigo-500{ - --tw-gradient-stops: var(--tw-gradient-from), #6875F5, var(--tw-gradient-to, rgb(104 117 245 / 0)); + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #6875F5, var(--tw-gradient-to); } .via-indigo-600{ - --tw-gradient-stops: var(--tw-gradient-from), #5850EC, var(--tw-gradient-to, rgb(88 80 236 / 0)); + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #5850EC, var(--tw-gradient-to); } .via-indigo-700{ - --tw-gradient-stops: var(--tw-gradient-from), #5145CD, var(--tw-gradient-to, rgb(81 69 205 / 0)); + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #5145CD, var(--tw-gradient-to); } .via-indigo-800{ - --tw-gradient-stops: var(--tw-gradient-from), #42389D, var(--tw-gradient-to, rgb(66 56 157 / 0)); + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #42389D, var(--tw-gradient-to); } .via-indigo-900{ - --tw-gradient-stops: var(--tw-gradient-from), #362F78, var(--tw-gradient-to, rgb(54 47 120 / 0)); + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #362F78, var(--tw-gradient-to); } .via-violet-50{ - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgb(245 243 255 / 0)); + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to); } .via-violet-100{ - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgb(237 233 254 / 0)); + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to); } .via-violet-200{ - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgb(221 214 254 / 0)); + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to); } .via-violet-300{ - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgb(196 181 253 / 0)); + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to); } .via-violet-400{ - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgb(167 139 250 / 0)); + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to); } .via-violet-500{ - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgb(139 92 246 / 0)); + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to); } .via-violet-600{ - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgb(124 58 237 / 0)); + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to); } .via-violet-700{ - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgb(109 40 217 / 0)); + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to); } .via-violet-800{ - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgb(91 33 182 / 0)); + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to); } .via-violet-900{ - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgb(76 29 149 / 0)); + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to); } .via-purple-50{ - --tw-gradient-stops: var(--tw-gradient-from), #f7f7f9, var(--tw-gradient-to, rgb(247 247 249 / 0)); + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f7f7f9, var(--tw-gradient-to); } .via-purple-100{ - --tw-gradient-stops: var(--tw-gradient-from), #eeeef3, var(--tw-gradient-to, rgb(238 238 243 / 0)); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #eeeef3, var(--tw-gradient-to); } .via-purple-200{ - --tw-gradient-stops: var(--tw-gradient-from), #d5d5e2, var(--tw-gradient-to, rgb(213 213 226 / 0)); + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #d5d5e2, var(--tw-gradient-to); } .via-purple-300{ - --tw-gradient-stops: var(--tw-gradient-from), #bbbcd1, var(--tw-gradient-to, rgb(187 188 209 / 0)); + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #bbbcd1, var(--tw-gradient-to); } .via-purple-400{ - --tw-gradient-stops: var(--tw-gradient-from), #888aae, var(--tw-gradient-to, rgb(136 138 174 / 0)); + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #888aae, var(--tw-gradient-to); } .via-purple-500{ - --tw-gradient-stops: var(--tw-gradient-from), #55588b, var(--tw-gradient-to, rgb(85 88 139 / 0)); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #55588b, var(--tw-gradient-to); } .via-purple-600{ - --tw-gradient-stops: var(--tw-gradient-from), #4d4f7d, var(--tw-gradient-to, rgb(77 79 125 / 0)); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #4d4f7d, var(--tw-gradient-to); } .via-purple-700{ - --tw-gradient-stops: var(--tw-gradient-from), #404268, var(--tw-gradient-to, rgb(64 66 104 / 0)); + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #404268, var(--tw-gradient-to); } .via-purple-800{ - --tw-gradient-stops: var(--tw-gradient-from), #333553, var(--tw-gradient-to, rgb(51 53 83 / 0)); + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #333553, var(--tw-gradient-to); } .via-purple-900{ - --tw-gradient-stops: var(--tw-gradient-from), #2a2b44, var(--tw-gradient-to, rgb(42 43 68 / 0)); + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #2a2b44, var(--tw-gradient-to); } .via-purple{ - --tw-gradient-stops: var(--tw-gradient-from), #55588b, var(--tw-gradient-to, rgb(85 88 139 / 0)); + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #55588b, var(--tw-gradient-to); } .via-fuchsia-50{ - --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgb(253 244 255 / 0)); + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to); } .via-fuchsia-100{ - --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgb(250 232 255 / 0)); + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to); } .via-fuchsia-200{ - --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgb(245 208 254 / 0)); + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to); } .via-fuchsia-300{ - --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgb(240 171 252 / 0)); + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to); } .via-fuchsia-400{ - --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgb(232 121 249 / 0)); + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to); } .via-fuchsia-500{ - --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgb(217 70 239 / 0)); + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to); } .via-fuchsia-600{ - --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgb(192 38 211 / 0)); + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to); } .via-fuchsia-700{ - --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgb(162 28 175 / 0)); + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to); } .via-fuchsia-800{ - --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgb(134 25 143 / 0)); + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to); } .via-fuchsia-900{ - --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgb(112 26 117 / 0)); + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to); } .via-pink-50{ - --tw-gradient-stops: var(--tw-gradient-from), #FDF2F8, var(--tw-gradient-to, rgb(253 242 248 / 0)); + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #FDF2F8, var(--tw-gradient-to); } .via-pink-100{ - --tw-gradient-stops: var(--tw-gradient-from), #FCE8F3, var(--tw-gradient-to, rgb(252 232 243 / 0)); + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #FCE8F3, var(--tw-gradient-to); } .via-pink-200{ - --tw-gradient-stops: var(--tw-gradient-from), #FAD1E8, var(--tw-gradient-to, rgb(250 209 232 / 0)); + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #FAD1E8, var(--tw-gradient-to); } .via-pink-300{ - --tw-gradient-stops: var(--tw-gradient-from), #F8B4D9, var(--tw-gradient-to, rgb(248 180 217 / 0)); + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #F8B4D9, var(--tw-gradient-to); } .via-pink-400{ - --tw-gradient-stops: var(--tw-gradient-from), #F17EB8, var(--tw-gradient-to, rgb(241 126 184 / 0)); + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #F17EB8, var(--tw-gradient-to); } .via-pink-500{ - --tw-gradient-stops: var(--tw-gradient-from), #E74694, var(--tw-gradient-to, rgb(231 70 148 / 0)); + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #E74694, var(--tw-gradient-to); } .via-pink-600{ - --tw-gradient-stops: var(--tw-gradient-from), #D61F69, var(--tw-gradient-to, rgb(214 31 105 / 0)); + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #D61F69, var(--tw-gradient-to); } .via-pink-700{ - --tw-gradient-stops: var(--tw-gradient-from), #BF125D, var(--tw-gradient-to, rgb(191 18 93 / 0)); + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #BF125D, var(--tw-gradient-to); } .via-pink-800{ - --tw-gradient-stops: var(--tw-gradient-from), #99154B, var(--tw-gradient-to, rgb(153 21 75 / 0)); + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #99154B, var(--tw-gradient-to); } .via-pink-900{ - --tw-gradient-stops: var(--tw-gradient-from), #751A3D, var(--tw-gradient-to, rgb(117 26 61 / 0)); + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #751A3D, var(--tw-gradient-to); } .via-rose-50{ - --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgb(255 241 242 / 0)); + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to); } .via-rose-100{ - --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgb(255 228 230 / 0)); + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to); } .via-rose-200{ - --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgb(254 205 211 / 0)); + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to); } .via-rose-300{ - --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgb(253 164 175 / 0)); + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to); } .via-rose-400{ - --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgb(251 113 133 / 0)); + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to); } .via-rose-500{ - --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgb(244 63 94 / 0)); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to); } .via-rose-600{ - --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgb(225 29 72 / 0)); + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to); } .via-rose-700{ - --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgb(190 18 60 / 0)); + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to); } .via-rose-800{ - --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgb(159 18 57 / 0)); + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to); } .via-rose-900{ - --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgb(136 19 55 / 0)); + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to); } .via-rose{ - --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgb(244 63 94 / 0)); + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to); } .via-lilac-100{ - --tw-gradient-stops: var(--tw-gradient-from), #F5F7FA, var(--tw-gradient-to, rgb(245 247 250 / 0)); + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #F5F7FA, var(--tw-gradient-to); } .via-lilac-300{ - --tw-gradient-stops: var(--tw-gradient-from), #EDF0FC, var(--tw-gradient-to, rgb(237 240 252 / 0)); + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #EDF0FC, var(--tw-gradient-to); } .via-lilac-900{ - --tw-gradient-stops: var(--tw-gradient-from), #DCE2F9, var(--tw-gradient-to, rgb(220 226 249 / 0)); + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #DCE2F9, var(--tw-gradient-to); } .via-lilac{ - --tw-gradient-stops: var(--tw-gradient-from), #F8F9FE, var(--tw-gradient-to, rgb(248 249 254 / 0)); + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #F8F9FE, var(--tw-gradient-to); } .via-golden-900{ - --tw-gradient-stops: var(--tw-gradient-from), #BFB882, var(--tw-gradient-to, rgb(191 184 130 / 0)); + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #BFB882, var(--tw-gradient-to); } .via-golden{ - --tw-gradient-stops: var(--tw-gradient-from), #D1C989, var(--tw-gradient-to, rgb(209 201 137 / 0)); + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #D1C989, var(--tw-gradient-to); } .via-status-success{ - --tw-gradient-stops: var(--tw-gradient-from), #F1F6EE, var(--tw-gradient-to, rgb(241 246 238 / 0)); + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #F1F6EE, var(--tw-gradient-to); } .via-status-danger{ - --tw-gradient-stops: var(--tw-gradient-from), #fae6e6, var(--tw-gradient-to, rgb(250 230 230 / 0)); + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fae6e6, var(--tw-gradient-to); } .via-status-sent{ - --tw-gradient-stops: var(--tw-gradient-from), #FEF5E7, var(--tw-gradient-to, rgb(254 245 231 / 0)); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #FEF5E7, var(--tw-gradient-to); } .via-status-viewed{ - --tw-gradient-stops: var(--tw-gradient-from), #EEEEF3, var(--tw-gradient-to, rgb(238 238 243 / 0)); + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #EEEEF3, var(--tw-gradient-to); } .via-status-draft{ - --tw-gradient-stops: var(--tw-gradient-from), #ECECEC, var(--tw-gradient-to, rgb(236 236 236 / 0)); + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #ECECEC, var(--tw-gradient-to); } .via-status-partial{ - --tw-gradient-stops: var(--tw-gradient-from), #E6F1F6, var(--tw-gradient-to, rgb(230 241 246 / 0)); + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #E6F1F6, var(--tw-gradient-to); } .via-status-canceled{ - --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgb(40 40 40 / 0)); + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to); } .via-status-warning{ - --tw-gradient-stops: var(--tw-gradient-from), #FEF5E7, var(--tw-gradient-to, rgb(254 245 231 / 0)); + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #FEF5E7, var(--tw-gradient-to); } .via-text-status-success{ - --tw-gradient-stops: var(--tw-gradient-from), #63914A, var(--tw-gradient-to, rgb(99 145 74 / 0)); + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #63914A, var(--tw-gradient-to); } .via-text-status-danger{ - --tw-gradient-stops: var(--tw-gradient-from), #B80000, var(--tw-gradient-to, rgb(184 0 0 / 0)); + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #B80000, var(--tw-gradient-to); } .via-text-status-sent{ - --tw-gradient-stops: var(--tw-gradient-from), #DD8E0A, var(--tw-gradient-to, rgb(221 142 10 / 0)); + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #DD8E0A, var(--tw-gradient-to); } .via-text-status-viewed{ - --tw-gradient-stops: var(--tw-gradient-from), #4D4F7D, var(--tw-gradient-to, rgb(77 79 125 / 0)); + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #4D4F7D, var(--tw-gradient-to); } .via-text-status-draft{ - --tw-gradient-stops: var(--tw-gradient-from), #3B3B3B, var(--tw-gradient-to, rgb(59 59 59 / 0)); + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #3B3B3B, var(--tw-gradient-to); } .via-text-status-partial{ - --tw-gradient-stops: var(--tw-gradient-from), #006395, var(--tw-gradient-to, rgb(0 99 149 / 0)); + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #006395, var(--tw-gradient-to); } .via-text-status-canceled{ - --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgb(255 255 255 / 0)); + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to); } .via-text-status-warning{ - --tw-gradient-stops: var(--tw-gradient-from), #b87708, var(--tw-gradient-to, rgb(184 119 8 / 0)); + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #b87708, var(--tw-gradient-to); } .via-body{ - --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to, rgb(252 252 252 / 0)); + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc, var(--tw-gradient-to); } .via-light-gray{ - --tw-gradient-stops: var(--tw-gradient-from), #C7C9D9, var(--tw-gradient-to, rgb(199 201 217 / 0)); + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #C7C9D9, var(--tw-gradient-to); } .via-dark-blue{ - --tw-gradient-stops: var(--tw-gradient-from), #15284B, var(--tw-gradient-to, rgb(21 40 75 / 0)); + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #15284B, var(--tw-gradient-to); } .via-lighter-gray{ - --tw-gradient-stops: var(--tw-gradient-from), #F2F2F5, var(--tw-gradient-to, rgb(242 242 245 / 0)); + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #F2F2F5, var(--tw-gradient-to); } .via-purple-lighter{ - --tw-gradient-stops: var(--tw-gradient-from), #F2F4FC, var(--tw-gradient-to, rgb(242 244 252 / 0)); + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #F2F4FC, var(--tw-gradient-to); } .via-modal-background{ - --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgb(0 0 0 / 0)); + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to); } .via-testing{ - --tw-gradient-stops: var(--tw-gradient-from), #935f07, var(--tw-gradient-to, rgb(147 95 7 / 0)); + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), #935f07, var(--tw-gradient-to); +} +.via-transparent\/0{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0), var(--tw-gradient-to); +} +.via-transparent\/5{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.05), var(--tw-gradient-to); +} +.via-transparent\/10{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1), var(--tw-gradient-to); +} +.via-transparent\/20{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2), var(--tw-gradient-to); +} +.via-transparent\/25{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.25), var(--tw-gradient-to); +} +.via-transparent\/30{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3), var(--tw-gradient-to); +} +.via-transparent\/40{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4), var(--tw-gradient-to); +} +.via-transparent\/50{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5), var(--tw-gradient-to); +} +.via-transparent\/60{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6), var(--tw-gradient-to); +} +.via-transparent\/70{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7), var(--tw-gradient-to); +} +.via-transparent\/75{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.75), var(--tw-gradient-to); +} +.via-transparent\/80{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.8), var(--tw-gradient-to); +} +.via-transparent\/90{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.9), var(--tw-gradient-to); +} +.via-transparent\/95{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.95), var(--tw-gradient-to); +} +.via-transparent\/100{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 1), var(--tw-gradient-to); +} +.via-black-50\/0{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0), var(--tw-gradient-to); +} +.via-black-50\/5{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.05), var(--tw-gradient-to); +} +.via-black-50\/10{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.1), var(--tw-gradient-to); +} +.via-black-50\/20{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.2), var(--tw-gradient-to); +} +.via-black-50\/25{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.25), var(--tw-gradient-to); +} +.via-black-50\/30{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.3), var(--tw-gradient-to); +} +.via-black-50\/40{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.4), var(--tw-gradient-to); +} +.via-black-50\/50{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.5), var(--tw-gradient-to); +} +.via-black-50\/60{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.6), var(--tw-gradient-to); +} +.via-black-50\/70{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.7), var(--tw-gradient-to); +} +.via-black-50\/75{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.75), var(--tw-gradient-to); +} +.via-black-50\/80{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.8), var(--tw-gradient-to); +} +.via-black-50\/90{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.9), var(--tw-gradient-to); +} +.via-black-50\/95{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 0.95), var(--tw-gradient-to); +} +.via-black-50\/100{ + --tw-gradient-to: rgb(246 246 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 246 / 1), var(--tw-gradient-to); +} +.via-black-100\/0{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0), var(--tw-gradient-to); +} +.via-black-100\/5{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.05), var(--tw-gradient-to); +} +.via-black-100\/10{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.1), var(--tw-gradient-to); +} +.via-black-100\/20{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.2), var(--tw-gradient-to); +} +.via-black-100\/25{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.25), var(--tw-gradient-to); +} +.via-black-100\/30{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.3), var(--tw-gradient-to); +} +.via-black-100\/40{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.4), var(--tw-gradient-to); +} +.via-black-100\/50{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.5), var(--tw-gradient-to); +} +.via-black-100\/60{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.6), var(--tw-gradient-to); +} +.via-black-100\/70{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.7), var(--tw-gradient-to); +} +.via-black-100\/75{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.75), var(--tw-gradient-to); +} +.via-black-100\/80{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.8), var(--tw-gradient-to); +} +.via-black-100\/90{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.9), var(--tw-gradient-to); +} +.via-black-100\/95{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.95), var(--tw-gradient-to); +} +.via-black-100\/100{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 1), var(--tw-gradient-to); +} +.via-black-200\/0{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0), var(--tw-gradient-to); +} +.via-black-200\/5{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.05), var(--tw-gradient-to); +} +.via-black-200\/10{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.1), var(--tw-gradient-to); +} +.via-black-200\/20{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.2), var(--tw-gradient-to); +} +.via-black-200\/25{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.25), var(--tw-gradient-to); +} +.via-black-200\/30{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.3), var(--tw-gradient-to); +} +.via-black-200\/40{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.4), var(--tw-gradient-to); +} +.via-black-200\/50{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.5), var(--tw-gradient-to); +} +.via-black-200\/60{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.6), var(--tw-gradient-to); +} +.via-black-200\/70{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.7), var(--tw-gradient-to); +} +.via-black-200\/75{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.75), var(--tw-gradient-to); +} +.via-black-200\/80{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.8), var(--tw-gradient-to); +} +.via-black-200\/90{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.9), var(--tw-gradient-to); +} +.via-black-200\/95{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 0.95), var(--tw-gradient-to); +} +.via-black-200\/100{ + --tw-gradient-to: rgb(208 208 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(208 208 208 / 1), var(--tw-gradient-to); +} +.via-black-300\/0{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0), var(--tw-gradient-to); +} +.via-black-300\/5{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.05), var(--tw-gradient-to); +} +.via-black-300\/10{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.1), var(--tw-gradient-to); +} +.via-black-300\/20{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.2), var(--tw-gradient-to); +} +.via-black-300\/25{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.25), var(--tw-gradient-to); +} +.via-black-300\/30{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.3), var(--tw-gradient-to); +} +.via-black-300\/40{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.4), var(--tw-gradient-to); +} +.via-black-300\/50{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.5), var(--tw-gradient-to); +} +.via-black-300\/60{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.6), var(--tw-gradient-to); +} +.via-black-300\/70{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.7), var(--tw-gradient-to); +} +.via-black-300\/75{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.75), var(--tw-gradient-to); +} +.via-black-300\/80{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.8), var(--tw-gradient-to); +} +.via-black-300\/90{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.9), var(--tw-gradient-to); +} +.via-black-300\/95{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 0.95), var(--tw-gradient-to); +} +.via-black-300\/100{ + --tw-gradient-to: rgb(179 179 179 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(179 179 179 / 1), var(--tw-gradient-to); +} +.via-black-400\/0{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0), var(--tw-gradient-to); +} +.via-black-400\/5{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.05), var(--tw-gradient-to); +} +.via-black-400\/10{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.1), var(--tw-gradient-to); +} +.via-black-400\/20{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.2), var(--tw-gradient-to); +} +.via-black-400\/25{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.25), var(--tw-gradient-to); +} +.via-black-400\/30{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.3), var(--tw-gradient-to); +} +.via-black-400\/40{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.4), var(--tw-gradient-to); +} +.via-black-400\/50{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.5), var(--tw-gradient-to); +} +.via-black-400\/60{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.6), var(--tw-gradient-to); +} +.via-black-400\/70{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.7), var(--tw-gradient-to); +} +.via-black-400\/75{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.75), var(--tw-gradient-to); +} +.via-black-400\/80{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.8), var(--tw-gradient-to); +} +.via-black-400\/90{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.9), var(--tw-gradient-to); +} +.via-black-400\/95{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 0.95), var(--tw-gradient-to); +} +.via-black-400\/100{ + --tw-gradient-to: rgb(123 123 123 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(123 123 123 / 1), var(--tw-gradient-to); +} +.via-black-500\/0{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0), var(--tw-gradient-to); +} +.via-black-500\/5{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.05), var(--tw-gradient-to); +} +.via-black-500\/10{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.1), var(--tw-gradient-to); +} +.via-black-500\/20{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.2), var(--tw-gradient-to); +} +.via-black-500\/25{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.25), var(--tw-gradient-to); +} +.via-black-500\/30{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.3), var(--tw-gradient-to); +} +.via-black-500\/40{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.4), var(--tw-gradient-to); +} +.via-black-500\/50{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.5), var(--tw-gradient-to); +} +.via-black-500\/60{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.6), var(--tw-gradient-to); +} +.via-black-500\/70{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.7), var(--tw-gradient-to); +} +.via-black-500\/75{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.75), var(--tw-gradient-to); +} +.via-black-500\/80{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.8), var(--tw-gradient-to); +} +.via-black-500\/90{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.9), var(--tw-gradient-to); +} +.via-black-500\/95{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.95), var(--tw-gradient-to); +} +.via-black-500\/100{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 1), var(--tw-gradient-to); +} +.via-black-600\/0{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0), var(--tw-gradient-to); +} +.via-black-600\/5{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.05), var(--tw-gradient-to); +} +.via-black-600\/10{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.1), var(--tw-gradient-to); +} +.via-black-600\/20{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.2), var(--tw-gradient-to); +} +.via-black-600\/25{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.25), var(--tw-gradient-to); +} +.via-black-600\/30{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.3), var(--tw-gradient-to); +} +.via-black-600\/40{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.4), var(--tw-gradient-to); +} +.via-black-600\/50{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.5), var(--tw-gradient-to); +} +.via-black-600\/60{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.6), var(--tw-gradient-to); +} +.via-black-600\/70{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.7), var(--tw-gradient-to); +} +.via-black-600\/75{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.75), var(--tw-gradient-to); +} +.via-black-600\/80{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.8), var(--tw-gradient-to); +} +.via-black-600\/90{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.9), var(--tw-gradient-to); +} +.via-black-600\/95{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.95), var(--tw-gradient-to); +} +.via-black-600\/100{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 1), var(--tw-gradient-to); +} +.via-black-700\/0{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0), var(--tw-gradient-to); +} +.via-black-700\/5{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.05), var(--tw-gradient-to); +} +.via-black-700\/10{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.1), var(--tw-gradient-to); +} +.via-black-700\/20{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.2), var(--tw-gradient-to); +} +.via-black-700\/25{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.25), var(--tw-gradient-to); +} +.via-black-700\/30{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.3), var(--tw-gradient-to); +} +.via-black-700\/40{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.4), var(--tw-gradient-to); +} +.via-black-700\/50{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.5), var(--tw-gradient-to); +} +.via-black-700\/60{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.6), var(--tw-gradient-to); +} +.via-black-700\/70{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.7), var(--tw-gradient-to); +} +.via-black-700\/75{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.75), var(--tw-gradient-to); +} +.via-black-700\/80{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.8), var(--tw-gradient-to); +} +.via-black-700\/90{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.9), var(--tw-gradient-to); +} +.via-black-700\/95{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.95), var(--tw-gradient-to); +} +.via-black-700\/100{ + --tw-gradient-to: rgb(50 50 50 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 1), var(--tw-gradient-to); +} +.via-black-800\/0{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0), var(--tw-gradient-to); +} +.via-black-800\/5{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.05), var(--tw-gradient-to); +} +.via-black-800\/10{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.1), var(--tw-gradient-to); +} +.via-black-800\/20{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.2), var(--tw-gradient-to); +} +.via-black-800\/25{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.25), var(--tw-gradient-to); +} +.via-black-800\/30{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.3), var(--tw-gradient-to); +} +.via-black-800\/40{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.4), var(--tw-gradient-to); +} +.via-black-800\/50{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.5), var(--tw-gradient-to); +} +.via-black-800\/60{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.6), var(--tw-gradient-to); +} +.via-black-800\/70{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.7), var(--tw-gradient-to); +} +.via-black-800\/75{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.75), var(--tw-gradient-to); +} +.via-black-800\/80{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.8), var(--tw-gradient-to); +} +.via-black-800\/90{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.9), var(--tw-gradient-to); +} +.via-black-800\/95{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.95), var(--tw-gradient-to); +} +.via-black-800\/100{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 1), var(--tw-gradient-to); +} +.via-black-900\/0{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0), var(--tw-gradient-to); +} +.via-black-900\/5{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.05), var(--tw-gradient-to); +} +.via-black-900\/10{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.1), var(--tw-gradient-to); +} +.via-black-900\/20{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.2), var(--tw-gradient-to); +} +.via-black-900\/25{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.25), var(--tw-gradient-to); +} +.via-black-900\/30{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.3), var(--tw-gradient-to); +} +.via-black-900\/40{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.4), var(--tw-gradient-to); +} +.via-black-900\/50{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.5), var(--tw-gradient-to); +} +.via-black-900\/60{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.6), var(--tw-gradient-to); +} +.via-black-900\/70{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.7), var(--tw-gradient-to); +} +.via-black-900\/75{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.75), var(--tw-gradient-to); +} +.via-black-900\/80{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.8), var(--tw-gradient-to); +} +.via-black-900\/90{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.9), var(--tw-gradient-to); +} +.via-black-900\/95{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 0.95), var(--tw-gradient-to); +} +.via-black-900\/100{ + --tw-gradient-to: rgb(32 32 32 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(32 32 32 / 1), var(--tw-gradient-to); +} +.via-black\/0{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0), var(--tw-gradient-to); +} +.via-black\/5{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.05), var(--tw-gradient-to); +} +.via-black\/10{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.1), var(--tw-gradient-to); +} +.via-black\/20{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.2), var(--tw-gradient-to); +} +.via-black\/25{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.25), var(--tw-gradient-to); +} +.via-black\/30{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.3), var(--tw-gradient-to); +} +.via-black\/40{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.4), var(--tw-gradient-to); +} +.via-black\/50{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.5), var(--tw-gradient-to); +} +.via-black\/60{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.6), var(--tw-gradient-to); +} +.via-black\/70{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.7), var(--tw-gradient-to); +} +.via-black\/75{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.75), var(--tw-gradient-to); +} +.via-black\/80{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.8), var(--tw-gradient-to); +} +.via-black\/90{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.9), var(--tw-gradient-to); +} +.via-black\/95{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 0.95), var(--tw-gradient-to); +} +.via-black\/100{ + --tw-gradient-to: rgb(66 66 66 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 66 66 / 1), var(--tw-gradient-to); +} +.via-white\/0{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0), var(--tw-gradient-to); +} +.via-white\/5{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05), var(--tw-gradient-to); +} +.via-white\/10{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1), var(--tw-gradient-to); +} +.via-white\/20{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2), var(--tw-gradient-to); +} +.via-white\/25{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25), var(--tw-gradient-to); +} +.via-white\/30{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3), var(--tw-gradient-to); +} +.via-white\/40{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4), var(--tw-gradient-to); +} +.via-white\/50{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5), var(--tw-gradient-to); +} +.via-white\/60{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6), var(--tw-gradient-to); +} +.via-white\/70{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7), var(--tw-gradient-to); +} +.via-white\/75{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75), var(--tw-gradient-to); +} +.via-white\/80{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8), var(--tw-gradient-to); +} +.via-white\/90{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9), var(--tw-gradient-to); +} +.via-white\/95{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95), var(--tw-gradient-to); +} +.via-white\/100{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1), var(--tw-gradient-to); +} +.via-slate-50\/0{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0), var(--tw-gradient-to); +} +.via-slate-50\/5{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.05), var(--tw-gradient-to); +} +.via-slate-50\/10{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.1), var(--tw-gradient-to); +} +.via-slate-50\/20{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.2), var(--tw-gradient-to); +} +.via-slate-50\/25{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.25), var(--tw-gradient-to); +} +.via-slate-50\/30{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.3), var(--tw-gradient-to); +} +.via-slate-50\/40{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.4), var(--tw-gradient-to); +} +.via-slate-50\/50{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.5), var(--tw-gradient-to); +} +.via-slate-50\/60{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.6), var(--tw-gradient-to); +} +.via-slate-50\/70{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.7), var(--tw-gradient-to); +} +.via-slate-50\/75{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.75), var(--tw-gradient-to); +} +.via-slate-50\/80{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.8), var(--tw-gradient-to); +} +.via-slate-50\/90{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.9), var(--tw-gradient-to); +} +.via-slate-50\/95{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 0.95), var(--tw-gradient-to); +} +.via-slate-50\/100{ + --tw-gradient-to: rgb(248 250 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / 1), var(--tw-gradient-to); +} +.via-slate-100\/0{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0), var(--tw-gradient-to); +} +.via-slate-100\/5{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.05), var(--tw-gradient-to); +} +.via-slate-100\/10{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.1), var(--tw-gradient-to); +} +.via-slate-100\/20{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.2), var(--tw-gradient-to); +} +.via-slate-100\/25{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.25), var(--tw-gradient-to); +} +.via-slate-100\/30{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.3), var(--tw-gradient-to); +} +.via-slate-100\/40{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.4), var(--tw-gradient-to); +} +.via-slate-100\/50{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.5), var(--tw-gradient-to); +} +.via-slate-100\/60{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.6), var(--tw-gradient-to); +} +.via-slate-100\/70{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.7), var(--tw-gradient-to); +} +.via-slate-100\/75{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.75), var(--tw-gradient-to); +} +.via-slate-100\/80{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.8), var(--tw-gradient-to); +} +.via-slate-100\/90{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.9), var(--tw-gradient-to); +} +.via-slate-100\/95{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.95), var(--tw-gradient-to); +} +.via-slate-100\/100{ + --tw-gradient-to: rgb(241 245 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 1), var(--tw-gradient-to); +} +.via-slate-200\/0{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0), var(--tw-gradient-to); +} +.via-slate-200\/5{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.05), var(--tw-gradient-to); +} +.via-slate-200\/10{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.1), var(--tw-gradient-to); +} +.via-slate-200\/20{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.2), var(--tw-gradient-to); +} +.via-slate-200\/25{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.25), var(--tw-gradient-to); +} +.via-slate-200\/30{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.3), var(--tw-gradient-to); +} +.via-slate-200\/40{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.4), var(--tw-gradient-to); +} +.via-slate-200\/50{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.5), var(--tw-gradient-to); +} +.via-slate-200\/60{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.6), var(--tw-gradient-to); +} +.via-slate-200\/70{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.7), var(--tw-gradient-to); +} +.via-slate-200\/75{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.75), var(--tw-gradient-to); +} +.via-slate-200\/80{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.8), var(--tw-gradient-to); +} +.via-slate-200\/90{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.9), var(--tw-gradient-to); +} +.via-slate-200\/95{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 0.95), var(--tw-gradient-to); +} +.via-slate-200\/100{ + --tw-gradient-to: rgb(226 232 240 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(226 232 240 / 1), var(--tw-gradient-to); +} +.via-slate-300\/0{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0), var(--tw-gradient-to); +} +.via-slate-300\/5{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.05), var(--tw-gradient-to); +} +.via-slate-300\/10{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.1), var(--tw-gradient-to); +} +.via-slate-300\/20{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.2), var(--tw-gradient-to); +} +.via-slate-300\/25{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.25), var(--tw-gradient-to); +} +.via-slate-300\/30{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.3), var(--tw-gradient-to); +} +.via-slate-300\/40{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.4), var(--tw-gradient-to); +} +.via-slate-300\/50{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.5), var(--tw-gradient-to); +} +.via-slate-300\/60{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.6), var(--tw-gradient-to); +} +.via-slate-300\/70{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.7), var(--tw-gradient-to); +} +.via-slate-300\/75{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.75), var(--tw-gradient-to); +} +.via-slate-300\/80{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.8), var(--tw-gradient-to); +} +.via-slate-300\/90{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.9), var(--tw-gradient-to); +} +.via-slate-300\/95{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 0.95), var(--tw-gradient-to); +} +.via-slate-300\/100{ + --tw-gradient-to: rgb(203 213 225 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(203 213 225 / 1), var(--tw-gradient-to); +} +.via-slate-400\/0{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0), var(--tw-gradient-to); +} +.via-slate-400\/5{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.05), var(--tw-gradient-to); +} +.via-slate-400\/10{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.1), var(--tw-gradient-to); +} +.via-slate-400\/20{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.2), var(--tw-gradient-to); +} +.via-slate-400\/25{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.25), var(--tw-gradient-to); +} +.via-slate-400\/30{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.3), var(--tw-gradient-to); +} +.via-slate-400\/40{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.4), var(--tw-gradient-to); +} +.via-slate-400\/50{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.5), var(--tw-gradient-to); +} +.via-slate-400\/60{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.6), var(--tw-gradient-to); +} +.via-slate-400\/70{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.7), var(--tw-gradient-to); +} +.via-slate-400\/75{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.75), var(--tw-gradient-to); +} +.via-slate-400\/80{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.8), var(--tw-gradient-to); +} +.via-slate-400\/90{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.9), var(--tw-gradient-to); +} +.via-slate-400\/95{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 0.95), var(--tw-gradient-to); +} +.via-slate-400\/100{ + --tw-gradient-to: rgb(148 163 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(148 163 184 / 1), var(--tw-gradient-to); +} +.via-slate-500\/0{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0), var(--tw-gradient-to); +} +.via-slate-500\/5{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.05), var(--tw-gradient-to); +} +.via-slate-500\/10{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.1), var(--tw-gradient-to); +} +.via-slate-500\/20{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.2), var(--tw-gradient-to); +} +.via-slate-500\/25{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.25), var(--tw-gradient-to); +} +.via-slate-500\/30{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.3), var(--tw-gradient-to); +} +.via-slate-500\/40{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.4), var(--tw-gradient-to); +} +.via-slate-500\/50{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.5), var(--tw-gradient-to); +} +.via-slate-500\/60{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.6), var(--tw-gradient-to); +} +.via-slate-500\/70{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.7), var(--tw-gradient-to); +} +.via-slate-500\/75{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.75), var(--tw-gradient-to); +} +.via-slate-500\/80{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.8), var(--tw-gradient-to); +} +.via-slate-500\/90{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.9), var(--tw-gradient-to); +} +.via-slate-500\/95{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 0.95), var(--tw-gradient-to); +} +.via-slate-500\/100{ + --tw-gradient-to: rgb(100 116 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 116 139 / 1), var(--tw-gradient-to); +} +.via-slate-600\/0{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0), var(--tw-gradient-to); +} +.via-slate-600\/5{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.05), var(--tw-gradient-to); +} +.via-slate-600\/10{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.1), var(--tw-gradient-to); +} +.via-slate-600\/20{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.2), var(--tw-gradient-to); +} +.via-slate-600\/25{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.25), var(--tw-gradient-to); +} +.via-slate-600\/30{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.3), var(--tw-gradient-to); +} +.via-slate-600\/40{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.4), var(--tw-gradient-to); +} +.via-slate-600\/50{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.5), var(--tw-gradient-to); +} +.via-slate-600\/60{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.6), var(--tw-gradient-to); +} +.via-slate-600\/70{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.7), var(--tw-gradient-to); +} +.via-slate-600\/75{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.75), var(--tw-gradient-to); +} +.via-slate-600\/80{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.8), var(--tw-gradient-to); +} +.via-slate-600\/90{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.9), var(--tw-gradient-to); +} +.via-slate-600\/95{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 0.95), var(--tw-gradient-to); +} +.via-slate-600\/100{ + --tw-gradient-to: rgb(71 85 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / 1), var(--tw-gradient-to); +} +.via-slate-700\/0{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0), var(--tw-gradient-to); +} +.via-slate-700\/5{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.05), var(--tw-gradient-to); +} +.via-slate-700\/10{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.1), var(--tw-gradient-to); +} +.via-slate-700\/20{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.2), var(--tw-gradient-to); +} +.via-slate-700\/25{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.25), var(--tw-gradient-to); +} +.via-slate-700\/30{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.3), var(--tw-gradient-to); +} +.via-slate-700\/40{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.4), var(--tw-gradient-to); +} +.via-slate-700\/50{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.5), var(--tw-gradient-to); +} +.via-slate-700\/60{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.6), var(--tw-gradient-to); +} +.via-slate-700\/70{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.7), var(--tw-gradient-to); +} +.via-slate-700\/75{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.75), var(--tw-gradient-to); +} +.via-slate-700\/80{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.8), var(--tw-gradient-to); +} +.via-slate-700\/90{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.9), var(--tw-gradient-to); +} +.via-slate-700\/95{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 0.95), var(--tw-gradient-to); +} +.via-slate-700\/100{ + --tw-gradient-to: rgb(51 65 85 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 65 85 / 1), var(--tw-gradient-to); +} +.via-slate-800\/0{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0), var(--tw-gradient-to); +} +.via-slate-800\/5{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.05), var(--tw-gradient-to); +} +.via-slate-800\/10{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.1), var(--tw-gradient-to); +} +.via-slate-800\/20{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.2), var(--tw-gradient-to); +} +.via-slate-800\/25{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.25), var(--tw-gradient-to); +} +.via-slate-800\/30{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.3), var(--tw-gradient-to); +} +.via-slate-800\/40{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.4), var(--tw-gradient-to); +} +.via-slate-800\/50{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.5), var(--tw-gradient-to); +} +.via-slate-800\/60{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.6), var(--tw-gradient-to); +} +.via-slate-800\/70{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.7), var(--tw-gradient-to); +} +.via-slate-800\/75{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.75), var(--tw-gradient-to); +} +.via-slate-800\/80{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.8), var(--tw-gradient-to); +} +.via-slate-800\/90{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.9), var(--tw-gradient-to); +} +.via-slate-800\/95{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.95), var(--tw-gradient-to); +} +.via-slate-800\/100{ + --tw-gradient-to: rgb(30 41 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 1), var(--tw-gradient-to); +} +.via-slate-900\/0{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0), var(--tw-gradient-to); +} +.via-slate-900\/5{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.05), var(--tw-gradient-to); +} +.via-slate-900\/10{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.1), var(--tw-gradient-to); +} +.via-slate-900\/20{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.2), var(--tw-gradient-to); +} +.via-slate-900\/25{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.25), var(--tw-gradient-to); +} +.via-slate-900\/30{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.3), var(--tw-gradient-to); +} +.via-slate-900\/40{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.4), var(--tw-gradient-to); +} +.via-slate-900\/50{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.5), var(--tw-gradient-to); +} +.via-slate-900\/60{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.6), var(--tw-gradient-to); +} +.via-slate-900\/70{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.7), var(--tw-gradient-to); +} +.via-slate-900\/75{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.75), var(--tw-gradient-to); +} +.via-slate-900\/80{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.8), var(--tw-gradient-to); +} +.via-slate-900\/90{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.9), var(--tw-gradient-to); +} +.via-slate-900\/95{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.95), var(--tw-gradient-to); +} +.via-slate-900\/100{ + --tw-gradient-to: rgb(15 23 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 1), var(--tw-gradient-to); +} +.via-gray-50\/0{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0), var(--tw-gradient-to); +} +.via-gray-50\/5{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.05), var(--tw-gradient-to); +} +.via-gray-50\/10{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.1), var(--tw-gradient-to); +} +.via-gray-50\/20{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.2), var(--tw-gradient-to); +} +.via-gray-50\/25{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.25), var(--tw-gradient-to); +} +.via-gray-50\/30{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.3), var(--tw-gradient-to); +} +.via-gray-50\/40{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.4), var(--tw-gradient-to); +} +.via-gray-50\/50{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.5), var(--tw-gradient-to); +} +.via-gray-50\/60{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.6), var(--tw-gradient-to); +} +.via-gray-50\/70{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.7), var(--tw-gradient-to); +} +.via-gray-50\/75{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.75), var(--tw-gradient-to); +} +.via-gray-50\/80{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.8), var(--tw-gradient-to); +} +.via-gray-50\/90{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.9), var(--tw-gradient-to); +} +.via-gray-50\/95{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 0.95), var(--tw-gradient-to); +} +.via-gray-50\/100{ + --tw-gradient-to: rgb(249 250 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / 1), var(--tw-gradient-to); +} +.via-gray-100\/0{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0), var(--tw-gradient-to); +} +.via-gray-100\/5{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.05), var(--tw-gradient-to); +} +.via-gray-100\/10{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.1), var(--tw-gradient-to); +} +.via-gray-100\/20{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.2), var(--tw-gradient-to); +} +.via-gray-100\/25{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.25), var(--tw-gradient-to); +} +.via-gray-100\/30{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.3), var(--tw-gradient-to); +} +.via-gray-100\/40{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.4), var(--tw-gradient-to); +} +.via-gray-100\/50{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.5), var(--tw-gradient-to); +} +.via-gray-100\/60{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.6), var(--tw-gradient-to); +} +.via-gray-100\/70{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.7), var(--tw-gradient-to); +} +.via-gray-100\/75{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.75), var(--tw-gradient-to); +} +.via-gray-100\/80{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.8), var(--tw-gradient-to); +} +.via-gray-100\/90{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.9), var(--tw-gradient-to); +} +.via-gray-100\/95{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 0.95), var(--tw-gradient-to); +} +.via-gray-100\/100{ + --tw-gradient-to: rgb(243 244 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(243 244 246 / 1), var(--tw-gradient-to); +} +.via-gray-200\/0{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0), var(--tw-gradient-to); +} +.via-gray-200\/5{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.05), var(--tw-gradient-to); +} +.via-gray-200\/10{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.1), var(--tw-gradient-to); +} +.via-gray-200\/20{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.2), var(--tw-gradient-to); +} +.via-gray-200\/25{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.25), var(--tw-gradient-to); +} +.via-gray-200\/30{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.3), var(--tw-gradient-to); +} +.via-gray-200\/40{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.4), var(--tw-gradient-to); +} +.via-gray-200\/50{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.5), var(--tw-gradient-to); +} +.via-gray-200\/60{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.6), var(--tw-gradient-to); +} +.via-gray-200\/70{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.7), var(--tw-gradient-to); +} +.via-gray-200\/75{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.75), var(--tw-gradient-to); +} +.via-gray-200\/80{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.8), var(--tw-gradient-to); +} +.via-gray-200\/90{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.9), var(--tw-gradient-to); +} +.via-gray-200\/95{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.95), var(--tw-gradient-to); +} +.via-gray-200\/100{ + --tw-gradient-to: rgb(229 231 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 1), var(--tw-gradient-to); +} +.via-gray-300\/0{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0), var(--tw-gradient-to); +} +.via-gray-300\/5{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.05), var(--tw-gradient-to); +} +.via-gray-300\/10{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.1), var(--tw-gradient-to); +} +.via-gray-300\/20{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.2), var(--tw-gradient-to); +} +.via-gray-300\/25{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.25), var(--tw-gradient-to); +} +.via-gray-300\/30{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.3), var(--tw-gradient-to); +} +.via-gray-300\/40{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.4), var(--tw-gradient-to); +} +.via-gray-300\/50{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.5), var(--tw-gradient-to); +} +.via-gray-300\/60{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.6), var(--tw-gradient-to); +} +.via-gray-300\/70{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.7), var(--tw-gradient-to); +} +.via-gray-300\/75{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.75), var(--tw-gradient-to); +} +.via-gray-300\/80{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.8), var(--tw-gradient-to); +} +.via-gray-300\/90{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.9), var(--tw-gradient-to); +} +.via-gray-300\/95{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 0.95), var(--tw-gradient-to); +} +.via-gray-300\/100{ + --tw-gradient-to: rgb(209 213 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 213 219 / 1), var(--tw-gradient-to); +} +.via-gray-400\/0{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0), var(--tw-gradient-to); +} +.via-gray-400\/5{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.05), var(--tw-gradient-to); +} +.via-gray-400\/10{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.1), var(--tw-gradient-to); +} +.via-gray-400\/20{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.2), var(--tw-gradient-to); +} +.via-gray-400\/25{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.25), var(--tw-gradient-to); +} +.via-gray-400\/30{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.3), var(--tw-gradient-to); +} +.via-gray-400\/40{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.4), var(--tw-gradient-to); +} +.via-gray-400\/50{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.5), var(--tw-gradient-to); +} +.via-gray-400\/60{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.6), var(--tw-gradient-to); +} +.via-gray-400\/70{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.7), var(--tw-gradient-to); +} +.via-gray-400\/75{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.75), var(--tw-gradient-to); +} +.via-gray-400\/80{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.8), var(--tw-gradient-to); +} +.via-gray-400\/90{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.9), var(--tw-gradient-to); +} +.via-gray-400\/95{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.95), var(--tw-gradient-to); +} +.via-gray-400\/100{ + --tw-gradient-to: rgb(156 163 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 1), var(--tw-gradient-to); +} +.via-gray-500\/0{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0), var(--tw-gradient-to); +} +.via-gray-500\/5{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.05), var(--tw-gradient-to); +} +.via-gray-500\/10{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.1), var(--tw-gradient-to); +} +.via-gray-500\/20{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.2), var(--tw-gradient-to); +} +.via-gray-500\/25{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.25), var(--tw-gradient-to); +} +.via-gray-500\/30{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.3), var(--tw-gradient-to); +} +.via-gray-500\/40{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.4), var(--tw-gradient-to); +} +.via-gray-500\/50{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.5), var(--tw-gradient-to); +} +.via-gray-500\/60{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.6), var(--tw-gradient-to); +} +.via-gray-500\/70{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.7), var(--tw-gradient-to); +} +.via-gray-500\/75{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.75), var(--tw-gradient-to); +} +.via-gray-500\/80{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.8), var(--tw-gradient-to); +} +.via-gray-500\/90{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.9), var(--tw-gradient-to); +} +.via-gray-500\/95{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 0.95), var(--tw-gradient-to); +} +.via-gray-500\/100{ + --tw-gradient-to: rgb(107 114 128 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(107 114 128 / 1), var(--tw-gradient-to); +} +.via-gray-600\/0{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0), var(--tw-gradient-to); +} +.via-gray-600\/5{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.05), var(--tw-gradient-to); +} +.via-gray-600\/10{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.1), var(--tw-gradient-to); +} +.via-gray-600\/20{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.2), var(--tw-gradient-to); +} +.via-gray-600\/25{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.25), var(--tw-gradient-to); +} +.via-gray-600\/30{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.3), var(--tw-gradient-to); +} +.via-gray-600\/40{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.4), var(--tw-gradient-to); +} +.via-gray-600\/50{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.5), var(--tw-gradient-to); +} +.via-gray-600\/60{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.6), var(--tw-gradient-to); +} +.via-gray-600\/70{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.7), var(--tw-gradient-to); +} +.via-gray-600\/75{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.75), var(--tw-gradient-to); +} +.via-gray-600\/80{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.8), var(--tw-gradient-to); +} +.via-gray-600\/90{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.9), var(--tw-gradient-to); +} +.via-gray-600\/95{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 0.95), var(--tw-gradient-to); +} +.via-gray-600\/100{ + --tw-gradient-to: rgb(75 85 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(75 85 99 / 1), var(--tw-gradient-to); +} +.via-gray-700\/0{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0), var(--tw-gradient-to); +} +.via-gray-700\/5{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.05), var(--tw-gradient-to); +} +.via-gray-700\/10{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.1), var(--tw-gradient-to); +} +.via-gray-700\/20{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.2), var(--tw-gradient-to); +} +.via-gray-700\/25{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.25), var(--tw-gradient-to); +} +.via-gray-700\/30{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.3), var(--tw-gradient-to); +} +.via-gray-700\/40{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.4), var(--tw-gradient-to); +} +.via-gray-700\/50{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.5), var(--tw-gradient-to); +} +.via-gray-700\/60{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.6), var(--tw-gradient-to); +} +.via-gray-700\/70{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.7), var(--tw-gradient-to); +} +.via-gray-700\/75{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.75), var(--tw-gradient-to); +} +.via-gray-700\/80{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.8), var(--tw-gradient-to); +} +.via-gray-700\/90{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.9), var(--tw-gradient-to); +} +.via-gray-700\/95{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.95), var(--tw-gradient-to); +} +.via-gray-700\/100{ + --tw-gradient-to: rgb(55 65 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 1), var(--tw-gradient-to); +} +.via-gray-800\/0{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0), var(--tw-gradient-to); +} +.via-gray-800\/5{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.05), var(--tw-gradient-to); +} +.via-gray-800\/10{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.1), var(--tw-gradient-to); +} +.via-gray-800\/20{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.2), var(--tw-gradient-to); +} +.via-gray-800\/25{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.25), var(--tw-gradient-to); +} +.via-gray-800\/30{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.3), var(--tw-gradient-to); +} +.via-gray-800\/40{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.4), var(--tw-gradient-to); +} +.via-gray-800\/50{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.5), var(--tw-gradient-to); +} +.via-gray-800\/60{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.6), var(--tw-gradient-to); +} +.via-gray-800\/70{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.7), var(--tw-gradient-to); +} +.via-gray-800\/75{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.75), var(--tw-gradient-to); +} +.via-gray-800\/80{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.8), var(--tw-gradient-to); +} +.via-gray-800\/90{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.9), var(--tw-gradient-to); +} +.via-gray-800\/95{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 0.95), var(--tw-gradient-to); +} +.via-gray-800\/100{ + --tw-gradient-to: rgb(31 41 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(31 41 55 / 1), var(--tw-gradient-to); +} +.via-gray-900\/0{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0), var(--tw-gradient-to); +} +.via-gray-900\/5{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.05), var(--tw-gradient-to); +} +.via-gray-900\/10{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.1), var(--tw-gradient-to); +} +.via-gray-900\/20{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.2), var(--tw-gradient-to); +} +.via-gray-900\/25{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.25), var(--tw-gradient-to); +} +.via-gray-900\/30{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.3), var(--tw-gradient-to); +} +.via-gray-900\/40{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.4), var(--tw-gradient-to); +} +.via-gray-900\/50{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.5), var(--tw-gradient-to); +} +.via-gray-900\/60{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.6), var(--tw-gradient-to); +} +.via-gray-900\/70{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.7), var(--tw-gradient-to); +} +.via-gray-900\/75{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.75), var(--tw-gradient-to); +} +.via-gray-900\/80{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.8), var(--tw-gradient-to); +} +.via-gray-900\/90{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.9), var(--tw-gradient-to); +} +.via-gray-900\/95{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.95), var(--tw-gradient-to); +} +.via-gray-900\/100{ + --tw-gradient-to: rgb(17 24 39 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 1), var(--tw-gradient-to); +} +.via-zinc-50\/0{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0), var(--tw-gradient-to); +} +.via-zinc-50\/5{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.05), var(--tw-gradient-to); +} +.via-zinc-50\/10{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.1), var(--tw-gradient-to); +} +.via-zinc-50\/20{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.2), var(--tw-gradient-to); +} +.via-zinc-50\/25{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.25), var(--tw-gradient-to); +} +.via-zinc-50\/30{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.3), var(--tw-gradient-to); +} +.via-zinc-50\/40{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.4), var(--tw-gradient-to); +} +.via-zinc-50\/50{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.5), var(--tw-gradient-to); +} +.via-zinc-50\/60{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.6), var(--tw-gradient-to); +} +.via-zinc-50\/70{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.7), var(--tw-gradient-to); +} +.via-zinc-50\/75{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.75), var(--tw-gradient-to); +} +.via-zinc-50\/80{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.8), var(--tw-gradient-to); +} +.via-zinc-50\/90{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.9), var(--tw-gradient-to); +} +.via-zinc-50\/95{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.95), var(--tw-gradient-to); +} +.via-zinc-50\/100{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 1), var(--tw-gradient-to); +} +.via-zinc-100\/0{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0), var(--tw-gradient-to); +} +.via-zinc-100\/5{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.05), var(--tw-gradient-to); +} +.via-zinc-100\/10{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.1), var(--tw-gradient-to); +} +.via-zinc-100\/20{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.2), var(--tw-gradient-to); +} +.via-zinc-100\/25{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.25), var(--tw-gradient-to); +} +.via-zinc-100\/30{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.3), var(--tw-gradient-to); +} +.via-zinc-100\/40{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.4), var(--tw-gradient-to); +} +.via-zinc-100\/50{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.5), var(--tw-gradient-to); +} +.via-zinc-100\/60{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.6), var(--tw-gradient-to); +} +.via-zinc-100\/70{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.7), var(--tw-gradient-to); +} +.via-zinc-100\/75{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.75), var(--tw-gradient-to); +} +.via-zinc-100\/80{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.8), var(--tw-gradient-to); +} +.via-zinc-100\/90{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.9), var(--tw-gradient-to); +} +.via-zinc-100\/95{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 0.95), var(--tw-gradient-to); +} +.via-zinc-100\/100{ + --tw-gradient-to: rgb(244 244 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 244 245 / 1), var(--tw-gradient-to); +} +.via-zinc-200\/0{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0), var(--tw-gradient-to); +} +.via-zinc-200\/5{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.05), var(--tw-gradient-to); +} +.via-zinc-200\/10{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.1), var(--tw-gradient-to); +} +.via-zinc-200\/20{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.2), var(--tw-gradient-to); +} +.via-zinc-200\/25{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.25), var(--tw-gradient-to); +} +.via-zinc-200\/30{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.3), var(--tw-gradient-to); +} +.via-zinc-200\/40{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.4), var(--tw-gradient-to); +} +.via-zinc-200\/50{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.5), var(--tw-gradient-to); +} +.via-zinc-200\/60{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.6), var(--tw-gradient-to); +} +.via-zinc-200\/70{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.7), var(--tw-gradient-to); +} +.via-zinc-200\/75{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.75), var(--tw-gradient-to); +} +.via-zinc-200\/80{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.8), var(--tw-gradient-to); +} +.via-zinc-200\/90{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.9), var(--tw-gradient-to); +} +.via-zinc-200\/95{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 0.95), var(--tw-gradient-to); +} +.via-zinc-200\/100{ + --tw-gradient-to: rgb(228 228 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(228 228 231 / 1), var(--tw-gradient-to); +} +.via-zinc-300\/0{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0), var(--tw-gradient-to); +} +.via-zinc-300\/5{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.05), var(--tw-gradient-to); +} +.via-zinc-300\/10{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.1), var(--tw-gradient-to); +} +.via-zinc-300\/20{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.2), var(--tw-gradient-to); +} +.via-zinc-300\/25{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.25), var(--tw-gradient-to); +} +.via-zinc-300\/30{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.3), var(--tw-gradient-to); +} +.via-zinc-300\/40{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.4), var(--tw-gradient-to); +} +.via-zinc-300\/50{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.5), var(--tw-gradient-to); +} +.via-zinc-300\/60{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.6), var(--tw-gradient-to); +} +.via-zinc-300\/70{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.7), var(--tw-gradient-to); +} +.via-zinc-300\/75{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.75), var(--tw-gradient-to); +} +.via-zinc-300\/80{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.8), var(--tw-gradient-to); +} +.via-zinc-300\/90{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.9), var(--tw-gradient-to); +} +.via-zinc-300\/95{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 0.95), var(--tw-gradient-to); +} +.via-zinc-300\/100{ + --tw-gradient-to: rgb(212 212 216 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 216 / 1), var(--tw-gradient-to); +} +.via-zinc-400\/0{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0), var(--tw-gradient-to); +} +.via-zinc-400\/5{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.05), var(--tw-gradient-to); +} +.via-zinc-400\/10{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.1), var(--tw-gradient-to); +} +.via-zinc-400\/20{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.2), var(--tw-gradient-to); +} +.via-zinc-400\/25{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.25), var(--tw-gradient-to); +} +.via-zinc-400\/30{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.3), var(--tw-gradient-to); +} +.via-zinc-400\/40{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.4), var(--tw-gradient-to); +} +.via-zinc-400\/50{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.5), var(--tw-gradient-to); +} +.via-zinc-400\/60{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.6), var(--tw-gradient-to); +} +.via-zinc-400\/70{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.7), var(--tw-gradient-to); +} +.via-zinc-400\/75{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.75), var(--tw-gradient-to); +} +.via-zinc-400\/80{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.8), var(--tw-gradient-to); +} +.via-zinc-400\/90{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.9), var(--tw-gradient-to); +} +.via-zinc-400\/95{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 0.95), var(--tw-gradient-to); +} +.via-zinc-400\/100{ + --tw-gradient-to: rgb(161 161 170 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(161 161 170 / 1), var(--tw-gradient-to); +} +.via-zinc-500\/0{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0), var(--tw-gradient-to); +} +.via-zinc-500\/5{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.05), var(--tw-gradient-to); +} +.via-zinc-500\/10{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.1), var(--tw-gradient-to); +} +.via-zinc-500\/20{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.2), var(--tw-gradient-to); +} +.via-zinc-500\/25{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.25), var(--tw-gradient-to); +} +.via-zinc-500\/30{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.3), var(--tw-gradient-to); +} +.via-zinc-500\/40{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.4), var(--tw-gradient-to); +} +.via-zinc-500\/50{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.5), var(--tw-gradient-to); +} +.via-zinc-500\/60{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.6), var(--tw-gradient-to); +} +.via-zinc-500\/70{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.7), var(--tw-gradient-to); +} +.via-zinc-500\/75{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.75), var(--tw-gradient-to); +} +.via-zinc-500\/80{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.8), var(--tw-gradient-to); +} +.via-zinc-500\/90{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.9), var(--tw-gradient-to); +} +.via-zinc-500\/95{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 0.95), var(--tw-gradient-to); +} +.via-zinc-500\/100{ + --tw-gradient-to: rgb(113 113 122 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(113 113 122 / 1), var(--tw-gradient-to); +} +.via-zinc-600\/0{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0), var(--tw-gradient-to); +} +.via-zinc-600\/5{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.05), var(--tw-gradient-to); +} +.via-zinc-600\/10{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.1), var(--tw-gradient-to); +} +.via-zinc-600\/20{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.2), var(--tw-gradient-to); +} +.via-zinc-600\/25{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.25), var(--tw-gradient-to); +} +.via-zinc-600\/30{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.3), var(--tw-gradient-to); +} +.via-zinc-600\/40{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.4), var(--tw-gradient-to); +} +.via-zinc-600\/50{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.5), var(--tw-gradient-to); +} +.via-zinc-600\/60{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.6), var(--tw-gradient-to); +} +.via-zinc-600\/70{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.7), var(--tw-gradient-to); +} +.via-zinc-600\/75{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.75), var(--tw-gradient-to); +} +.via-zinc-600\/80{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.8), var(--tw-gradient-to); +} +.via-zinc-600\/90{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.9), var(--tw-gradient-to); +} +.via-zinc-600\/95{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 0.95), var(--tw-gradient-to); +} +.via-zinc-600\/100{ + --tw-gradient-to: rgb(82 82 91 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 91 / 1), var(--tw-gradient-to); +} +.via-zinc-700\/0{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0), var(--tw-gradient-to); +} +.via-zinc-700\/5{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.05), var(--tw-gradient-to); +} +.via-zinc-700\/10{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.1), var(--tw-gradient-to); +} +.via-zinc-700\/20{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.2), var(--tw-gradient-to); +} +.via-zinc-700\/25{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.25), var(--tw-gradient-to); +} +.via-zinc-700\/30{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.3), var(--tw-gradient-to); +} +.via-zinc-700\/40{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.4), var(--tw-gradient-to); +} +.via-zinc-700\/50{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.5), var(--tw-gradient-to); +} +.via-zinc-700\/60{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.6), var(--tw-gradient-to); +} +.via-zinc-700\/70{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.7), var(--tw-gradient-to); +} +.via-zinc-700\/75{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.75), var(--tw-gradient-to); +} +.via-zinc-700\/80{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.8), var(--tw-gradient-to); +} +.via-zinc-700\/90{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.9), var(--tw-gradient-to); +} +.via-zinc-700\/95{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 0.95), var(--tw-gradient-to); +} +.via-zinc-700\/100{ + --tw-gradient-to: rgb(63 63 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 63 70 / 1), var(--tw-gradient-to); +} +.via-zinc-800\/0{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0), var(--tw-gradient-to); +} +.via-zinc-800\/5{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.05), var(--tw-gradient-to); +} +.via-zinc-800\/10{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.1), var(--tw-gradient-to); +} +.via-zinc-800\/20{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.2), var(--tw-gradient-to); +} +.via-zinc-800\/25{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.25), var(--tw-gradient-to); +} +.via-zinc-800\/30{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.3), var(--tw-gradient-to); +} +.via-zinc-800\/40{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.4), var(--tw-gradient-to); +} +.via-zinc-800\/50{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.5), var(--tw-gradient-to); +} +.via-zinc-800\/60{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.6), var(--tw-gradient-to); +} +.via-zinc-800\/70{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.7), var(--tw-gradient-to); +} +.via-zinc-800\/75{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.75), var(--tw-gradient-to); +} +.via-zinc-800\/80{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.8), var(--tw-gradient-to); +} +.via-zinc-800\/90{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.9), var(--tw-gradient-to); +} +.via-zinc-800\/95{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 0.95), var(--tw-gradient-to); +} +.via-zinc-800\/100{ + --tw-gradient-to: rgb(39 39 42 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(39 39 42 / 1), var(--tw-gradient-to); +} +.via-zinc-900\/0{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0), var(--tw-gradient-to); +} +.via-zinc-900\/5{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.05), var(--tw-gradient-to); +} +.via-zinc-900\/10{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.1), var(--tw-gradient-to); +} +.via-zinc-900\/20{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.2), var(--tw-gradient-to); +} +.via-zinc-900\/25{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.25), var(--tw-gradient-to); +} +.via-zinc-900\/30{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.3), var(--tw-gradient-to); +} +.via-zinc-900\/40{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.4), var(--tw-gradient-to); +} +.via-zinc-900\/50{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.5), var(--tw-gradient-to); +} +.via-zinc-900\/60{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.6), var(--tw-gradient-to); +} +.via-zinc-900\/70{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.7), var(--tw-gradient-to); +} +.via-zinc-900\/75{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.75), var(--tw-gradient-to); +} +.via-zinc-900\/80{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.8), var(--tw-gradient-to); +} +.via-zinc-900\/90{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.9), var(--tw-gradient-to); +} +.via-zinc-900\/95{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.95), var(--tw-gradient-to); +} +.via-zinc-900\/100{ + --tw-gradient-to: rgb(24 24 27 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 1), var(--tw-gradient-to); +} +.via-neutral-50\/0{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0), var(--tw-gradient-to); +} +.via-neutral-50\/5{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.05), var(--tw-gradient-to); +} +.via-neutral-50\/10{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.1), var(--tw-gradient-to); +} +.via-neutral-50\/20{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.2), var(--tw-gradient-to); +} +.via-neutral-50\/25{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.25), var(--tw-gradient-to); +} +.via-neutral-50\/30{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.3), var(--tw-gradient-to); +} +.via-neutral-50\/40{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.4), var(--tw-gradient-to); +} +.via-neutral-50\/50{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.5), var(--tw-gradient-to); +} +.via-neutral-50\/60{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.6), var(--tw-gradient-to); +} +.via-neutral-50\/70{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.7), var(--tw-gradient-to); +} +.via-neutral-50\/75{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.75), var(--tw-gradient-to); +} +.via-neutral-50\/80{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.8), var(--tw-gradient-to); +} +.via-neutral-50\/90{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.9), var(--tw-gradient-to); +} +.via-neutral-50\/95{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.95), var(--tw-gradient-to); +} +.via-neutral-50\/100{ + --tw-gradient-to: rgb(250 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 1), var(--tw-gradient-to); +} +.via-neutral-100\/0{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0), var(--tw-gradient-to); +} +.via-neutral-100\/5{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.05), var(--tw-gradient-to); +} +.via-neutral-100\/10{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.1), var(--tw-gradient-to); +} +.via-neutral-100\/20{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.2), var(--tw-gradient-to); +} +.via-neutral-100\/25{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.25), var(--tw-gradient-to); +} +.via-neutral-100\/30{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.3), var(--tw-gradient-to); +} +.via-neutral-100\/40{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.4), var(--tw-gradient-to); +} +.via-neutral-100\/50{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.5), var(--tw-gradient-to); +} +.via-neutral-100\/60{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.6), var(--tw-gradient-to); +} +.via-neutral-100\/70{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.7), var(--tw-gradient-to); +} +.via-neutral-100\/75{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.75), var(--tw-gradient-to); +} +.via-neutral-100\/80{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.8), var(--tw-gradient-to); +} +.via-neutral-100\/90{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.9), var(--tw-gradient-to); +} +.via-neutral-100\/95{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.95), var(--tw-gradient-to); +} +.via-neutral-100\/100{ + --tw-gradient-to: rgb(245 245 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 1), var(--tw-gradient-to); +} +.via-neutral-200\/0{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0), var(--tw-gradient-to); +} +.via-neutral-200\/5{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.05), var(--tw-gradient-to); +} +.via-neutral-200\/10{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.1), var(--tw-gradient-to); +} +.via-neutral-200\/20{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.2), var(--tw-gradient-to); +} +.via-neutral-200\/25{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.25), var(--tw-gradient-to); +} +.via-neutral-200\/30{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.3), var(--tw-gradient-to); +} +.via-neutral-200\/40{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.4), var(--tw-gradient-to); +} +.via-neutral-200\/50{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.5), var(--tw-gradient-to); +} +.via-neutral-200\/60{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.6), var(--tw-gradient-to); +} +.via-neutral-200\/70{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.7), var(--tw-gradient-to); +} +.via-neutral-200\/75{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.75), var(--tw-gradient-to); +} +.via-neutral-200\/80{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.8), var(--tw-gradient-to); +} +.via-neutral-200\/90{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.9), var(--tw-gradient-to); +} +.via-neutral-200\/95{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 0.95), var(--tw-gradient-to); +} +.via-neutral-200\/100{ + --tw-gradient-to: rgb(229 229 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 229 229 / 1), var(--tw-gradient-to); +} +.via-neutral-300\/0{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0), var(--tw-gradient-to); +} +.via-neutral-300\/5{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.05), var(--tw-gradient-to); +} +.via-neutral-300\/10{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.1), var(--tw-gradient-to); +} +.via-neutral-300\/20{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.2), var(--tw-gradient-to); +} +.via-neutral-300\/25{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.25), var(--tw-gradient-to); +} +.via-neutral-300\/30{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.3), var(--tw-gradient-to); +} +.via-neutral-300\/40{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.4), var(--tw-gradient-to); +} +.via-neutral-300\/50{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.5), var(--tw-gradient-to); +} +.via-neutral-300\/60{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.6), var(--tw-gradient-to); +} +.via-neutral-300\/70{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.7), var(--tw-gradient-to); +} +.via-neutral-300\/75{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.75), var(--tw-gradient-to); +} +.via-neutral-300\/80{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.8), var(--tw-gradient-to); +} +.via-neutral-300\/90{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.9), var(--tw-gradient-to); +} +.via-neutral-300\/95{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 0.95), var(--tw-gradient-to); +} +.via-neutral-300\/100{ + --tw-gradient-to: rgb(212 212 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(212 212 212 / 1), var(--tw-gradient-to); +} +.via-neutral-400\/0{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0), var(--tw-gradient-to); +} +.via-neutral-400\/5{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.05), var(--tw-gradient-to); +} +.via-neutral-400\/10{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.1), var(--tw-gradient-to); +} +.via-neutral-400\/20{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.2), var(--tw-gradient-to); +} +.via-neutral-400\/25{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.25), var(--tw-gradient-to); +} +.via-neutral-400\/30{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.3), var(--tw-gradient-to); +} +.via-neutral-400\/40{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.4), var(--tw-gradient-to); +} +.via-neutral-400\/50{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.5), var(--tw-gradient-to); +} +.via-neutral-400\/60{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.6), var(--tw-gradient-to); +} +.via-neutral-400\/70{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.7), var(--tw-gradient-to); +} +.via-neutral-400\/75{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.75), var(--tw-gradient-to); +} +.via-neutral-400\/80{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.8), var(--tw-gradient-to); +} +.via-neutral-400\/90{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.9), var(--tw-gradient-to); +} +.via-neutral-400\/95{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 0.95), var(--tw-gradient-to); +} +.via-neutral-400\/100{ + --tw-gradient-to: rgb(163 163 163 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 163 163 / 1), var(--tw-gradient-to); +} +.via-neutral-500\/0{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0), var(--tw-gradient-to); +} +.via-neutral-500\/5{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.05), var(--tw-gradient-to); +} +.via-neutral-500\/10{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.1), var(--tw-gradient-to); +} +.via-neutral-500\/20{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.2), var(--tw-gradient-to); +} +.via-neutral-500\/25{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.25), var(--tw-gradient-to); +} +.via-neutral-500\/30{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.3), var(--tw-gradient-to); +} +.via-neutral-500\/40{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.4), var(--tw-gradient-to); +} +.via-neutral-500\/50{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.5), var(--tw-gradient-to); +} +.via-neutral-500\/60{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.6), var(--tw-gradient-to); +} +.via-neutral-500\/70{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.7), var(--tw-gradient-to); +} +.via-neutral-500\/75{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.75), var(--tw-gradient-to); +} +.via-neutral-500\/80{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.8), var(--tw-gradient-to); +} +.via-neutral-500\/90{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.9), var(--tw-gradient-to); +} +.via-neutral-500\/95{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 0.95), var(--tw-gradient-to); +} +.via-neutral-500\/100{ + --tw-gradient-to: rgb(115 115 115 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(115 115 115 / 1), var(--tw-gradient-to); +} +.via-neutral-600\/0{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0), var(--tw-gradient-to); +} +.via-neutral-600\/5{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.05), var(--tw-gradient-to); +} +.via-neutral-600\/10{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.1), var(--tw-gradient-to); +} +.via-neutral-600\/20{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.2), var(--tw-gradient-to); +} +.via-neutral-600\/25{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.25), var(--tw-gradient-to); +} +.via-neutral-600\/30{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.3), var(--tw-gradient-to); +} +.via-neutral-600\/40{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.4), var(--tw-gradient-to); +} +.via-neutral-600\/50{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.5), var(--tw-gradient-to); +} +.via-neutral-600\/60{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.6), var(--tw-gradient-to); +} +.via-neutral-600\/70{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.7), var(--tw-gradient-to); +} +.via-neutral-600\/75{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.75), var(--tw-gradient-to); +} +.via-neutral-600\/80{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.8), var(--tw-gradient-to); +} +.via-neutral-600\/90{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.9), var(--tw-gradient-to); +} +.via-neutral-600\/95{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 0.95), var(--tw-gradient-to); +} +.via-neutral-600\/100{ + --tw-gradient-to: rgb(82 82 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(82 82 82 / 1), var(--tw-gradient-to); +} +.via-neutral-700\/0{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0), var(--tw-gradient-to); +} +.via-neutral-700\/5{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.05), var(--tw-gradient-to); +} +.via-neutral-700\/10{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.1), var(--tw-gradient-to); +} +.via-neutral-700\/20{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.2), var(--tw-gradient-to); +} +.via-neutral-700\/25{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.25), var(--tw-gradient-to); +} +.via-neutral-700\/30{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.3), var(--tw-gradient-to); +} +.via-neutral-700\/40{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.4), var(--tw-gradient-to); +} +.via-neutral-700\/50{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.5), var(--tw-gradient-to); +} +.via-neutral-700\/60{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.6), var(--tw-gradient-to); +} +.via-neutral-700\/70{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.7), var(--tw-gradient-to); +} +.via-neutral-700\/75{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.75), var(--tw-gradient-to); +} +.via-neutral-700\/80{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.8), var(--tw-gradient-to); +} +.via-neutral-700\/90{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.9), var(--tw-gradient-to); +} +.via-neutral-700\/95{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.95), var(--tw-gradient-to); +} +.via-neutral-700\/100{ + --tw-gradient-to: rgb(64 64 64 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 1), var(--tw-gradient-to); +} +.via-neutral-800\/0{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0), var(--tw-gradient-to); +} +.via-neutral-800\/5{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.05), var(--tw-gradient-to); +} +.via-neutral-800\/10{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.1), var(--tw-gradient-to); +} +.via-neutral-800\/20{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.2), var(--tw-gradient-to); +} +.via-neutral-800\/25{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.25), var(--tw-gradient-to); +} +.via-neutral-800\/30{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.3), var(--tw-gradient-to); +} +.via-neutral-800\/40{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.4), var(--tw-gradient-to); +} +.via-neutral-800\/50{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.5), var(--tw-gradient-to); +} +.via-neutral-800\/60{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.6), var(--tw-gradient-to); +} +.via-neutral-800\/70{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.7), var(--tw-gradient-to); +} +.via-neutral-800\/75{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.75), var(--tw-gradient-to); +} +.via-neutral-800\/80{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.8), var(--tw-gradient-to); +} +.via-neutral-800\/90{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.9), var(--tw-gradient-to); +} +.via-neutral-800\/95{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 0.95), var(--tw-gradient-to); +} +.via-neutral-800\/100{ + --tw-gradient-to: rgb(38 38 38 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(38 38 38 / 1), var(--tw-gradient-to); +} +.via-neutral-900\/0{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0), var(--tw-gradient-to); +} +.via-neutral-900\/5{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.05), var(--tw-gradient-to); +} +.via-neutral-900\/10{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.1), var(--tw-gradient-to); +} +.via-neutral-900\/20{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.2), var(--tw-gradient-to); +} +.via-neutral-900\/25{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.25), var(--tw-gradient-to); +} +.via-neutral-900\/30{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.3), var(--tw-gradient-to); +} +.via-neutral-900\/40{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.4), var(--tw-gradient-to); +} +.via-neutral-900\/50{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.5), var(--tw-gradient-to); +} +.via-neutral-900\/60{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.6), var(--tw-gradient-to); +} +.via-neutral-900\/70{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.7), var(--tw-gradient-to); +} +.via-neutral-900\/75{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.75), var(--tw-gradient-to); +} +.via-neutral-900\/80{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.8), var(--tw-gradient-to); +} +.via-neutral-900\/90{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.9), var(--tw-gradient-to); +} +.via-neutral-900\/95{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.95), var(--tw-gradient-to); +} +.via-neutral-900\/100{ + --tw-gradient-to: rgb(23 23 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 1), var(--tw-gradient-to); +} +.via-stone-50\/0{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0), var(--tw-gradient-to); +} +.via-stone-50\/5{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.05), var(--tw-gradient-to); +} +.via-stone-50\/10{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.1), var(--tw-gradient-to); +} +.via-stone-50\/20{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.2), var(--tw-gradient-to); +} +.via-stone-50\/25{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.25), var(--tw-gradient-to); +} +.via-stone-50\/30{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.3), var(--tw-gradient-to); +} +.via-stone-50\/40{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.4), var(--tw-gradient-to); +} +.via-stone-50\/50{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.5), var(--tw-gradient-to); +} +.via-stone-50\/60{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.6), var(--tw-gradient-to); +} +.via-stone-50\/70{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.7), var(--tw-gradient-to); +} +.via-stone-50\/75{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.75), var(--tw-gradient-to); +} +.via-stone-50\/80{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.8), var(--tw-gradient-to); +} +.via-stone-50\/90{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.9), var(--tw-gradient-to); +} +.via-stone-50\/95{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 0.95), var(--tw-gradient-to); +} +.via-stone-50\/100{ + --tw-gradient-to: rgb(250 250 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 249 / 1), var(--tw-gradient-to); +} +.via-stone-100\/0{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0), var(--tw-gradient-to); +} +.via-stone-100\/5{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.05), var(--tw-gradient-to); +} +.via-stone-100\/10{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.1), var(--tw-gradient-to); +} +.via-stone-100\/20{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.2), var(--tw-gradient-to); +} +.via-stone-100\/25{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.25), var(--tw-gradient-to); +} +.via-stone-100\/30{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.3), var(--tw-gradient-to); +} +.via-stone-100\/40{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.4), var(--tw-gradient-to); +} +.via-stone-100\/50{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.5), var(--tw-gradient-to); +} +.via-stone-100\/60{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.6), var(--tw-gradient-to); +} +.via-stone-100\/70{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.7), var(--tw-gradient-to); +} +.via-stone-100\/75{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.75), var(--tw-gradient-to); +} +.via-stone-100\/80{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.8), var(--tw-gradient-to); +} +.via-stone-100\/90{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.9), var(--tw-gradient-to); +} +.via-stone-100\/95{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 0.95), var(--tw-gradient-to); +} +.via-stone-100\/100{ + --tw-gradient-to: rgb(245 245 244 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 244 / 1), var(--tw-gradient-to); +} +.via-stone-200\/0{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0), var(--tw-gradient-to); +} +.via-stone-200\/5{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.05), var(--tw-gradient-to); +} +.via-stone-200\/10{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.1), var(--tw-gradient-to); +} +.via-stone-200\/20{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.2), var(--tw-gradient-to); +} +.via-stone-200\/25{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.25), var(--tw-gradient-to); +} +.via-stone-200\/30{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.3), var(--tw-gradient-to); +} +.via-stone-200\/40{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.4), var(--tw-gradient-to); +} +.via-stone-200\/50{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.5), var(--tw-gradient-to); +} +.via-stone-200\/60{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.6), var(--tw-gradient-to); +} +.via-stone-200\/70{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.7), var(--tw-gradient-to); +} +.via-stone-200\/75{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.75), var(--tw-gradient-to); +} +.via-stone-200\/80{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.8), var(--tw-gradient-to); +} +.via-stone-200\/90{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.9), var(--tw-gradient-to); +} +.via-stone-200\/95{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 0.95), var(--tw-gradient-to); +} +.via-stone-200\/100{ + --tw-gradient-to: rgb(231 229 228 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 229 228 / 1), var(--tw-gradient-to); +} +.via-stone-300\/0{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0), var(--tw-gradient-to); +} +.via-stone-300\/5{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.05), var(--tw-gradient-to); +} +.via-stone-300\/10{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.1), var(--tw-gradient-to); +} +.via-stone-300\/20{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.2), var(--tw-gradient-to); +} +.via-stone-300\/25{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.25), var(--tw-gradient-to); +} +.via-stone-300\/30{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.3), var(--tw-gradient-to); +} +.via-stone-300\/40{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.4), var(--tw-gradient-to); +} +.via-stone-300\/50{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.5), var(--tw-gradient-to); +} +.via-stone-300\/60{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.6), var(--tw-gradient-to); +} +.via-stone-300\/70{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.7), var(--tw-gradient-to); +} +.via-stone-300\/75{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.75), var(--tw-gradient-to); +} +.via-stone-300\/80{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.8), var(--tw-gradient-to); +} +.via-stone-300\/90{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.9), var(--tw-gradient-to); +} +.via-stone-300\/95{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 0.95), var(--tw-gradient-to); +} +.via-stone-300\/100{ + --tw-gradient-to: rgb(214 211 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 211 209 / 1), var(--tw-gradient-to); +} +.via-stone-400\/0{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0), var(--tw-gradient-to); +} +.via-stone-400\/5{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.05), var(--tw-gradient-to); +} +.via-stone-400\/10{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.1), var(--tw-gradient-to); +} +.via-stone-400\/20{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.2), var(--tw-gradient-to); +} +.via-stone-400\/25{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.25), var(--tw-gradient-to); +} +.via-stone-400\/30{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.3), var(--tw-gradient-to); +} +.via-stone-400\/40{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.4), var(--tw-gradient-to); +} +.via-stone-400\/50{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.5), var(--tw-gradient-to); +} +.via-stone-400\/60{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.6), var(--tw-gradient-to); +} +.via-stone-400\/70{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.7), var(--tw-gradient-to); +} +.via-stone-400\/75{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.75), var(--tw-gradient-to); +} +.via-stone-400\/80{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.8), var(--tw-gradient-to); +} +.via-stone-400\/90{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.9), var(--tw-gradient-to); +} +.via-stone-400\/95{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 0.95), var(--tw-gradient-to); +} +.via-stone-400\/100{ + --tw-gradient-to: rgb(168 162 158 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(168 162 158 / 1), var(--tw-gradient-to); +} +.via-stone-500\/0{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0), var(--tw-gradient-to); +} +.via-stone-500\/5{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.05), var(--tw-gradient-to); +} +.via-stone-500\/10{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.1), var(--tw-gradient-to); +} +.via-stone-500\/20{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.2), var(--tw-gradient-to); +} +.via-stone-500\/25{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.25), var(--tw-gradient-to); +} +.via-stone-500\/30{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.3), var(--tw-gradient-to); +} +.via-stone-500\/40{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.4), var(--tw-gradient-to); +} +.via-stone-500\/50{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.5), var(--tw-gradient-to); +} +.via-stone-500\/60{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.6), var(--tw-gradient-to); +} +.via-stone-500\/70{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.7), var(--tw-gradient-to); +} +.via-stone-500\/75{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.75), var(--tw-gradient-to); +} +.via-stone-500\/80{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.8), var(--tw-gradient-to); +} +.via-stone-500\/90{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.9), var(--tw-gradient-to); +} +.via-stone-500\/95{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 0.95), var(--tw-gradient-to); +} +.via-stone-500\/100{ + --tw-gradient-to: rgb(120 113 108 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 113 108 / 1), var(--tw-gradient-to); +} +.via-stone-600\/0{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0), var(--tw-gradient-to); +} +.via-stone-600\/5{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.05), var(--tw-gradient-to); +} +.via-stone-600\/10{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.1), var(--tw-gradient-to); +} +.via-stone-600\/20{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.2), var(--tw-gradient-to); +} +.via-stone-600\/25{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.25), var(--tw-gradient-to); +} +.via-stone-600\/30{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.3), var(--tw-gradient-to); +} +.via-stone-600\/40{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.4), var(--tw-gradient-to); +} +.via-stone-600\/50{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.5), var(--tw-gradient-to); +} +.via-stone-600\/60{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.6), var(--tw-gradient-to); +} +.via-stone-600\/70{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.7), var(--tw-gradient-to); +} +.via-stone-600\/75{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.75), var(--tw-gradient-to); +} +.via-stone-600\/80{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.8), var(--tw-gradient-to); +} +.via-stone-600\/90{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.9), var(--tw-gradient-to); +} +.via-stone-600\/95{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 0.95), var(--tw-gradient-to); +} +.via-stone-600\/100{ + --tw-gradient-to: rgb(87 83 78 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(87 83 78 / 1), var(--tw-gradient-to); +} +.via-stone-700\/0{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0), var(--tw-gradient-to); +} +.via-stone-700\/5{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.05), var(--tw-gradient-to); +} +.via-stone-700\/10{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.1), var(--tw-gradient-to); +} +.via-stone-700\/20{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.2), var(--tw-gradient-to); +} +.via-stone-700\/25{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.25), var(--tw-gradient-to); +} +.via-stone-700\/30{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.3), var(--tw-gradient-to); +} +.via-stone-700\/40{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.4), var(--tw-gradient-to); +} +.via-stone-700\/50{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.5), var(--tw-gradient-to); +} +.via-stone-700\/60{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.6), var(--tw-gradient-to); +} +.via-stone-700\/70{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.7), var(--tw-gradient-to); +} +.via-stone-700\/75{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.75), var(--tw-gradient-to); +} +.via-stone-700\/80{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.8), var(--tw-gradient-to); +} +.via-stone-700\/90{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.9), var(--tw-gradient-to); +} +.via-stone-700\/95{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 0.95), var(--tw-gradient-to); +} +.via-stone-700\/100{ + --tw-gradient-to: rgb(68 64 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(68 64 60 / 1), var(--tw-gradient-to); +} +.via-stone-800\/0{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0), var(--tw-gradient-to); +} +.via-stone-800\/5{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.05), var(--tw-gradient-to); +} +.via-stone-800\/10{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.1), var(--tw-gradient-to); +} +.via-stone-800\/20{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.2), var(--tw-gradient-to); +} +.via-stone-800\/25{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.25), var(--tw-gradient-to); +} +.via-stone-800\/30{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.3), var(--tw-gradient-to); +} +.via-stone-800\/40{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.4), var(--tw-gradient-to); +} +.via-stone-800\/50{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.5), var(--tw-gradient-to); +} +.via-stone-800\/60{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.6), var(--tw-gradient-to); +} +.via-stone-800\/70{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.7), var(--tw-gradient-to); +} +.via-stone-800\/75{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.75), var(--tw-gradient-to); +} +.via-stone-800\/80{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.8), var(--tw-gradient-to); +} +.via-stone-800\/90{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.9), var(--tw-gradient-to); +} +.via-stone-800\/95{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 0.95), var(--tw-gradient-to); +} +.via-stone-800\/100{ + --tw-gradient-to: rgb(41 37 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(41 37 36 / 1), var(--tw-gradient-to); +} +.via-stone-900\/0{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0), var(--tw-gradient-to); +} +.via-stone-900\/5{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.05), var(--tw-gradient-to); +} +.via-stone-900\/10{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.1), var(--tw-gradient-to); +} +.via-stone-900\/20{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.2), var(--tw-gradient-to); +} +.via-stone-900\/25{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.25), var(--tw-gradient-to); +} +.via-stone-900\/30{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.3), var(--tw-gradient-to); +} +.via-stone-900\/40{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.4), var(--tw-gradient-to); +} +.via-stone-900\/50{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.5), var(--tw-gradient-to); +} +.via-stone-900\/60{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.6), var(--tw-gradient-to); +} +.via-stone-900\/70{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.7), var(--tw-gradient-to); +} +.via-stone-900\/75{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.75), var(--tw-gradient-to); +} +.via-stone-900\/80{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.8), var(--tw-gradient-to); +} +.via-stone-900\/90{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.9), var(--tw-gradient-to); +} +.via-stone-900\/95{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 0.95), var(--tw-gradient-to); +} +.via-stone-900\/100{ + --tw-gradient-to: rgb(28 25 23 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(28 25 23 / 1), var(--tw-gradient-to); +} +.via-red-50\/0{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0), var(--tw-gradient-to); +} +.via-red-50\/5{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.05), var(--tw-gradient-to); +} +.via-red-50\/10{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.1), var(--tw-gradient-to); +} +.via-red-50\/20{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.2), var(--tw-gradient-to); +} +.via-red-50\/25{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.25), var(--tw-gradient-to); +} +.via-red-50\/30{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.3), var(--tw-gradient-to); +} +.via-red-50\/40{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.4), var(--tw-gradient-to); +} +.via-red-50\/50{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.5), var(--tw-gradient-to); +} +.via-red-50\/60{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.6), var(--tw-gradient-to); +} +.via-red-50\/70{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.7), var(--tw-gradient-to); +} +.via-red-50\/75{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.75), var(--tw-gradient-to); +} +.via-red-50\/80{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.8), var(--tw-gradient-to); +} +.via-red-50\/90{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.9), var(--tw-gradient-to); +} +.via-red-50\/95{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 0.95), var(--tw-gradient-to); +} +.via-red-50\/100{ + --tw-gradient-to: rgb(252 242 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 242 242 / 1), var(--tw-gradient-to); +} +.via-red-100\/0{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0), var(--tw-gradient-to); +} +.via-red-100\/5{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.05), var(--tw-gradient-to); +} +.via-red-100\/10{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.1), var(--tw-gradient-to); +} +.via-red-100\/20{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.2), var(--tw-gradient-to); +} +.via-red-100\/25{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.25), var(--tw-gradient-to); +} +.via-red-100\/30{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.3), var(--tw-gradient-to); +} +.via-red-100\/40{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.4), var(--tw-gradient-to); +} +.via-red-100\/50{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.5), var(--tw-gradient-to); +} +.via-red-100\/60{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.6), var(--tw-gradient-to); +} +.via-red-100\/70{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.7), var(--tw-gradient-to); +} +.via-red-100\/75{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.75), var(--tw-gradient-to); +} +.via-red-100\/80{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.8), var(--tw-gradient-to); +} +.via-red-100\/90{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.9), var(--tw-gradient-to); +} +.via-red-100\/95{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.95), var(--tw-gradient-to); +} +.via-red-100\/100{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 1), var(--tw-gradient-to); +} +.via-red-200\/0{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0), var(--tw-gradient-to); +} +.via-red-200\/5{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.05), var(--tw-gradient-to); +} +.via-red-200\/10{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.1), var(--tw-gradient-to); +} +.via-red-200\/20{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.2), var(--tw-gradient-to); +} +.via-red-200\/25{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.25), var(--tw-gradient-to); +} +.via-red-200\/30{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.3), var(--tw-gradient-to); +} +.via-red-200\/40{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.4), var(--tw-gradient-to); +} +.via-red-200\/50{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.5), var(--tw-gradient-to); +} +.via-red-200\/60{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.6), var(--tw-gradient-to); +} +.via-red-200\/70{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.7), var(--tw-gradient-to); +} +.via-red-200\/75{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.75), var(--tw-gradient-to); +} +.via-red-200\/80{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.8), var(--tw-gradient-to); +} +.via-red-200\/90{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.9), var(--tw-gradient-to); +} +.via-red-200\/95{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 0.95), var(--tw-gradient-to); +} +.via-red-200\/100{ + --tw-gradient-to: rgb(242 191 191 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 191 191 / 1), var(--tw-gradient-to); +} +.via-red-300\/0{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0), var(--tw-gradient-to); +} +.via-red-300\/5{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.05), var(--tw-gradient-to); +} +.via-red-300\/10{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.1), var(--tw-gradient-to); +} +.via-red-300\/20{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.2), var(--tw-gradient-to); +} +.via-red-300\/25{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.25), var(--tw-gradient-to); +} +.via-red-300\/30{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.3), var(--tw-gradient-to); +} +.via-red-300\/40{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.4), var(--tw-gradient-to); +} +.via-red-300\/50{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.5), var(--tw-gradient-to); +} +.via-red-300\/60{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.6), var(--tw-gradient-to); +} +.via-red-300\/70{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.7), var(--tw-gradient-to); +} +.via-red-300\/75{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.75), var(--tw-gradient-to); +} +.via-red-300\/80{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.8), var(--tw-gradient-to); +} +.via-red-300\/90{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.9), var(--tw-gradient-to); +} +.via-red-300\/95{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 0.95), var(--tw-gradient-to); +} +.via-red-300\/100{ + --tw-gradient-to: rgb(235 153 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(235 153 153 / 1), var(--tw-gradient-to); +} +.via-red-400\/0{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0), var(--tw-gradient-to); +} +.via-red-400\/5{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.05), var(--tw-gradient-to); +} +.via-red-400\/10{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.1), var(--tw-gradient-to); +} +.via-red-400\/20{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.2), var(--tw-gradient-to); +} +.via-red-400\/25{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.25), var(--tw-gradient-to); +} +.via-red-400\/30{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.3), var(--tw-gradient-to); +} +.via-red-400\/40{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.4), var(--tw-gradient-to); +} +.via-red-400\/50{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.5), var(--tw-gradient-to); +} +.via-red-400\/60{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.6), var(--tw-gradient-to); +} +.via-red-400\/70{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.7), var(--tw-gradient-to); +} +.via-red-400\/75{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.75), var(--tw-gradient-to); +} +.via-red-400\/80{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.8), var(--tw-gradient-to); +} +.via-red-400\/90{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.9), var(--tw-gradient-to); +} +.via-red-400\/95{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 0.95), var(--tw-gradient-to); +} +.via-red-400\/100{ + --tw-gradient-to: rgb(219 77 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 77 77 / 1), var(--tw-gradient-to); +} +.via-red-500\/0{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0), var(--tw-gradient-to); +} +.via-red-500\/5{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.05), var(--tw-gradient-to); +} +.via-red-500\/10{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.1), var(--tw-gradient-to); +} +.via-red-500\/20{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.2), var(--tw-gradient-to); +} +.via-red-500\/25{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.25), var(--tw-gradient-to); +} +.via-red-500\/30{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.3), var(--tw-gradient-to); +} +.via-red-500\/40{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.4), var(--tw-gradient-to); +} +.via-red-500\/50{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.5), var(--tw-gradient-to); +} +.via-red-500\/60{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.6), var(--tw-gradient-to); +} +.via-red-500\/70{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.7), var(--tw-gradient-to); +} +.via-red-500\/75{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.75), var(--tw-gradient-to); +} +.via-red-500\/80{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.8), var(--tw-gradient-to); +} +.via-red-500\/90{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.9), var(--tw-gradient-to); +} +.via-red-500\/95{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.95), var(--tw-gradient-to); +} +.via-red-500\/100{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 1), var(--tw-gradient-to); +} +.via-red-600\/0{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0), var(--tw-gradient-to); +} +.via-red-600\/5{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.05), var(--tw-gradient-to); +} +.via-red-600\/10{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.1), var(--tw-gradient-to); +} +.via-red-600\/20{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.2), var(--tw-gradient-to); +} +.via-red-600\/25{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.25), var(--tw-gradient-to); +} +.via-red-600\/30{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.3), var(--tw-gradient-to); +} +.via-red-600\/40{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.4), var(--tw-gradient-to); +} +.via-red-600\/50{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.5), var(--tw-gradient-to); +} +.via-red-600\/60{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.6), var(--tw-gradient-to); +} +.via-red-600\/70{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.7), var(--tw-gradient-to); +} +.via-red-600\/75{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.75), var(--tw-gradient-to); +} +.via-red-600\/80{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.8), var(--tw-gradient-to); +} +.via-red-600\/90{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.9), var(--tw-gradient-to); +} +.via-red-600\/95{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.95), var(--tw-gradient-to); +} +.via-red-600\/100{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 1), var(--tw-gradient-to); +} +.via-red-700\/0{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0), var(--tw-gradient-to); +} +.via-red-700\/5{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.05), var(--tw-gradient-to); +} +.via-red-700\/10{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.1), var(--tw-gradient-to); +} +.via-red-700\/20{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.2), var(--tw-gradient-to); +} +.via-red-700\/25{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.25), var(--tw-gradient-to); +} +.via-red-700\/30{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.3), var(--tw-gradient-to); +} +.via-red-700\/40{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.4), var(--tw-gradient-to); +} +.via-red-700\/50{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.5), var(--tw-gradient-to); +} +.via-red-700\/60{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.6), var(--tw-gradient-to); +} +.via-red-700\/70{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.7), var(--tw-gradient-to); +} +.via-red-700\/75{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.75), var(--tw-gradient-to); +} +.via-red-700\/80{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.8), var(--tw-gradient-to); +} +.via-red-700\/90{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.9), var(--tw-gradient-to); +} +.via-red-700\/95{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 0.95), var(--tw-gradient-to); +} +.via-red-700\/100{ + --tw-gradient-to: rgb(153 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 0 0 / 1), var(--tw-gradient-to); +} +.via-red-800\/0{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0), var(--tw-gradient-to); +} +.via-red-800\/5{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.05), var(--tw-gradient-to); +} +.via-red-800\/10{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.1), var(--tw-gradient-to); +} +.via-red-800\/20{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.2), var(--tw-gradient-to); +} +.via-red-800\/25{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.25), var(--tw-gradient-to); +} +.via-red-800\/30{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.3), var(--tw-gradient-to); +} +.via-red-800\/40{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.4), var(--tw-gradient-to); +} +.via-red-800\/50{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.5), var(--tw-gradient-to); +} +.via-red-800\/60{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.6), var(--tw-gradient-to); +} +.via-red-800\/70{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.7), var(--tw-gradient-to); +} +.via-red-800\/75{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.75), var(--tw-gradient-to); +} +.via-red-800\/80{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.8), var(--tw-gradient-to); +} +.via-red-800\/90{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.9), var(--tw-gradient-to); +} +.via-red-800\/95{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 0.95), var(--tw-gradient-to); +} +.via-red-800\/100{ + --tw-gradient-to: rgb(122 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(122 0 0 / 1), var(--tw-gradient-to); +} +.via-red-900\/0{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0), var(--tw-gradient-to); +} +.via-red-900\/5{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.05), var(--tw-gradient-to); +} +.via-red-900\/10{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.1), var(--tw-gradient-to); +} +.via-red-900\/20{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.2), var(--tw-gradient-to); +} +.via-red-900\/25{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.25), var(--tw-gradient-to); +} +.via-red-900\/30{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.3), var(--tw-gradient-to); +} +.via-red-900\/40{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.4), var(--tw-gradient-to); +} +.via-red-900\/50{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.5), var(--tw-gradient-to); +} +.via-red-900\/60{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.6), var(--tw-gradient-to); +} +.via-red-900\/70{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.7), var(--tw-gradient-to); +} +.via-red-900\/75{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.75), var(--tw-gradient-to); +} +.via-red-900\/80{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.8), var(--tw-gradient-to); +} +.via-red-900\/90{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.9), var(--tw-gradient-to); +} +.via-red-900\/95{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 0.95), var(--tw-gradient-to); +} +.via-red-900\/100{ + --tw-gradient-to: rgb(100 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(100 0 0 / 1), var(--tw-gradient-to); +} +.via-red\/0{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0), var(--tw-gradient-to); +} +.via-red\/5{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.05), var(--tw-gradient-to); +} +.via-red\/10{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.1), var(--tw-gradient-to); +} +.via-red\/20{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.2), var(--tw-gradient-to); +} +.via-red\/25{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.25), var(--tw-gradient-to); +} +.via-red\/30{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.3), var(--tw-gradient-to); +} +.via-red\/40{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.4), var(--tw-gradient-to); +} +.via-red\/50{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.5), var(--tw-gradient-to); +} +.via-red\/60{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.6), var(--tw-gradient-to); +} +.via-red\/70{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.7), var(--tw-gradient-to); +} +.via-red\/75{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.75), var(--tw-gradient-to); +} +.via-red\/80{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.8), var(--tw-gradient-to); +} +.via-red\/90{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.9), var(--tw-gradient-to); +} +.via-red\/95{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 0.95), var(--tw-gradient-to); +} +.via-red\/100{ + --tw-gradient-to: rgb(204 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 0 / 1), var(--tw-gradient-to); +} +.via-orange-50\/0{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0), var(--tw-gradient-to); +} +.via-orange-50\/5{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.05), var(--tw-gradient-to); +} +.via-orange-50\/10{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.1), var(--tw-gradient-to); +} +.via-orange-50\/20{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.2), var(--tw-gradient-to); +} +.via-orange-50\/25{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.25), var(--tw-gradient-to); +} +.via-orange-50\/30{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.3), var(--tw-gradient-to); +} +.via-orange-50\/40{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.4), var(--tw-gradient-to); +} +.via-orange-50\/50{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.5), var(--tw-gradient-to); +} +.via-orange-50\/60{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.6), var(--tw-gradient-to); +} +.via-orange-50\/70{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.7), var(--tw-gradient-to); +} +.via-orange-50\/75{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.75), var(--tw-gradient-to); +} +.via-orange-50\/80{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.8), var(--tw-gradient-to); +} +.via-orange-50\/90{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.9), var(--tw-gradient-to); +} +.via-orange-50\/95{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 0.95), var(--tw-gradient-to); +} +.via-orange-50\/100{ + --tw-gradient-to: rgb(255 250 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 250 243 / 1), var(--tw-gradient-to); +} +.via-orange-100\/0{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0), var(--tw-gradient-to); +} +.via-orange-100\/5{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.05), var(--tw-gradient-to); +} +.via-orange-100\/10{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.1), var(--tw-gradient-to); +} +.via-orange-100\/20{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.2), var(--tw-gradient-to); +} +.via-orange-100\/25{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.25), var(--tw-gradient-to); +} +.via-orange-100\/30{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.3), var(--tw-gradient-to); +} +.via-orange-100\/40{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.4), var(--tw-gradient-to); +} +.via-orange-100\/50{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.5), var(--tw-gradient-to); +} +.via-orange-100\/60{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.6), var(--tw-gradient-to); +} +.via-orange-100\/70{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.7), var(--tw-gradient-to); +} +.via-orange-100\/75{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.75), var(--tw-gradient-to); +} +.via-orange-100\/80{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.8), var(--tw-gradient-to); +} +.via-orange-100\/90{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.9), var(--tw-gradient-to); +} +.via-orange-100\/95{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.95), var(--tw-gradient-to); +} +.via-orange-100\/100{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 1), var(--tw-gradient-to); +} +.via-orange-200\/0{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0), var(--tw-gradient-to); +} +.via-orange-200\/5{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.05), var(--tw-gradient-to); +} +.via-orange-200\/10{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.1), var(--tw-gradient-to); +} +.via-orange-200\/20{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.2), var(--tw-gradient-to); +} +.via-orange-200\/25{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.25), var(--tw-gradient-to); +} +.via-orange-200\/30{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.3), var(--tw-gradient-to); +} +.via-orange-200\/40{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.4), var(--tw-gradient-to); +} +.via-orange-200\/50{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.5), var(--tw-gradient-to); +} +.via-orange-200\/60{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.6), var(--tw-gradient-to); +} +.via-orange-200\/70{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.7), var(--tw-gradient-to); +} +.via-orange-200\/75{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.75), var(--tw-gradient-to); +} +.via-orange-200\/80{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.8), var(--tw-gradient-to); +} +.via-orange-200\/90{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.9), var(--tw-gradient-to); +} +.via-orange-200\/95{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 0.95), var(--tw-gradient-to); +} +.via-orange-200\/100{ + --tw-gradient-to: rgb(253 231 194 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 231 194 / 1), var(--tw-gradient-to); +} +.via-orange-300\/0{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0), var(--tw-gradient-to); +} +.via-orange-300\/5{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.05), var(--tw-gradient-to); +} +.via-orange-300\/10{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.1), var(--tw-gradient-to); +} +.via-orange-300\/20{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.2), var(--tw-gradient-to); +} +.via-orange-300\/25{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.25), var(--tw-gradient-to); +} +.via-orange-300\/30{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.3), var(--tw-gradient-to); +} +.via-orange-300\/40{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.4), var(--tw-gradient-to); +} +.via-orange-300\/50{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.5), var(--tw-gradient-to); +} +.via-orange-300\/60{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.6), var(--tw-gradient-to); +} +.via-orange-300\/70{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.7), var(--tw-gradient-to); +} +.via-orange-300\/75{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.75), var(--tw-gradient-to); +} +.via-orange-300\/80{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.8), var(--tw-gradient-to); +} +.via-orange-300\/90{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.9), var(--tw-gradient-to); +} +.via-orange-300\/95{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 0.95), var(--tw-gradient-to); +} +.via-orange-300\/100{ + --tw-gradient-to: rgb(251 216 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 216 157 / 1), var(--tw-gradient-to); +} +.via-orange-400\/0{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0), var(--tw-gradient-to); +} +.via-orange-400\/5{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.05), var(--tw-gradient-to); +} +.via-orange-400\/10{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.1), var(--tw-gradient-to); +} +.via-orange-400\/20{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.2), var(--tw-gradient-to); +} +.via-orange-400\/25{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.25), var(--tw-gradient-to); +} +.via-orange-400\/30{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.3), var(--tw-gradient-to); +} +.via-orange-400\/40{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.4), var(--tw-gradient-to); +} +.via-orange-400\/50{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.5), var(--tw-gradient-to); +} +.via-orange-400\/60{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.6), var(--tw-gradient-to); +} +.via-orange-400\/70{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.7), var(--tw-gradient-to); +} +.via-orange-400\/75{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.75), var(--tw-gradient-to); +} +.via-orange-400\/80{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.8), var(--tw-gradient-to); +} +.via-orange-400\/90{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.9), var(--tw-gradient-to); +} +.via-orange-400\/95{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 0.95), var(--tw-gradient-to); +} +.via-orange-400\/100{ + --tw-gradient-to: rgb(248 187 84 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 187 84 / 1), var(--tw-gradient-to); +} +.via-orange-500\/0{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0), var(--tw-gradient-to); +} +.via-orange-500\/5{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.05), var(--tw-gradient-to); +} +.via-orange-500\/10{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.1), var(--tw-gradient-to); +} +.via-orange-500\/20{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.2), var(--tw-gradient-to); +} +.via-orange-500\/25{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.25), var(--tw-gradient-to); +} +.via-orange-500\/30{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.3), var(--tw-gradient-to); +} +.via-orange-500\/40{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.4), var(--tw-gradient-to); +} +.via-orange-500\/50{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.5), var(--tw-gradient-to); +} +.via-orange-500\/60{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.6), var(--tw-gradient-to); +} +.via-orange-500\/70{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.7), var(--tw-gradient-to); +} +.via-orange-500\/75{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.75), var(--tw-gradient-to); +} +.via-orange-500\/80{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.8), var(--tw-gradient-to); +} +.via-orange-500\/90{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.9), var(--tw-gradient-to); +} +.via-orange-500\/95{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.95), var(--tw-gradient-to); +} +.via-orange-500\/100{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 1), var(--tw-gradient-to); +} +.via-orange-600\/0{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0), var(--tw-gradient-to); +} +.via-orange-600\/5{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.05), var(--tw-gradient-to); +} +.via-orange-600\/10{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.1), var(--tw-gradient-to); +} +.via-orange-600\/20{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.2), var(--tw-gradient-to); +} +.via-orange-600\/25{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.25), var(--tw-gradient-to); +} +.via-orange-600\/30{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.3), var(--tw-gradient-to); +} +.via-orange-600\/40{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.4), var(--tw-gradient-to); +} +.via-orange-600\/50{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.5), var(--tw-gradient-to); +} +.via-orange-600\/60{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.6), var(--tw-gradient-to); +} +.via-orange-600\/70{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.7), var(--tw-gradient-to); +} +.via-orange-600\/75{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.75), var(--tw-gradient-to); +} +.via-orange-600\/80{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.8), var(--tw-gradient-to); +} +.via-orange-600\/90{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.9), var(--tw-gradient-to); +} +.via-orange-600\/95{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.95), var(--tw-gradient-to); +} +.via-orange-600\/100{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 1), var(--tw-gradient-to); +} +.via-orange-700\/0{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0), var(--tw-gradient-to); +} +.via-orange-700\/5{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.05), var(--tw-gradient-to); +} +.via-orange-700\/10{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.1), var(--tw-gradient-to); +} +.via-orange-700\/20{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.2), var(--tw-gradient-to); +} +.via-orange-700\/25{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.25), var(--tw-gradient-to); +} +.via-orange-700\/30{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.3), var(--tw-gradient-to); +} +.via-orange-700\/40{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.4), var(--tw-gradient-to); +} +.via-orange-700\/50{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.5), var(--tw-gradient-to); +} +.via-orange-700\/60{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.6), var(--tw-gradient-to); +} +.via-orange-700\/70{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.7), var(--tw-gradient-to); +} +.via-orange-700\/75{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.75), var(--tw-gradient-to); +} +.via-orange-700\/80{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.8), var(--tw-gradient-to); +} +.via-orange-700\/90{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.9), var(--tw-gradient-to); +} +.via-orange-700\/95{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.95), var(--tw-gradient-to); +} +.via-orange-700\/100{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 1), var(--tw-gradient-to); +} +.via-orange-800\/0{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0), var(--tw-gradient-to); +} +.via-orange-800\/5{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.05), var(--tw-gradient-to); +} +.via-orange-800\/10{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.1), var(--tw-gradient-to); +} +.via-orange-800\/20{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.2), var(--tw-gradient-to); +} +.via-orange-800\/25{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.25), var(--tw-gradient-to); +} +.via-orange-800\/30{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.3), var(--tw-gradient-to); +} +.via-orange-800\/40{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.4), var(--tw-gradient-to); +} +.via-orange-800\/50{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.5), var(--tw-gradient-to); +} +.via-orange-800\/60{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.6), var(--tw-gradient-to); +} +.via-orange-800\/70{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.7), var(--tw-gradient-to); +} +.via-orange-800\/75{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.75), var(--tw-gradient-to); +} +.via-orange-800\/80{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.8), var(--tw-gradient-to); +} +.via-orange-800\/90{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.9), var(--tw-gradient-to); +} +.via-orange-800\/95{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.95), var(--tw-gradient-to); +} +.via-orange-800\/100{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 1), var(--tw-gradient-to); +} +.via-orange-900\/0{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0), var(--tw-gradient-to); +} +.via-orange-900\/5{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.05), var(--tw-gradient-to); +} +.via-orange-900\/10{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.1), var(--tw-gradient-to); +} +.via-orange-900\/20{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.2), var(--tw-gradient-to); +} +.via-orange-900\/25{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.25), var(--tw-gradient-to); +} +.via-orange-900\/30{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.3), var(--tw-gradient-to); +} +.via-orange-900\/40{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.4), var(--tw-gradient-to); +} +.via-orange-900\/50{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.5), var(--tw-gradient-to); +} +.via-orange-900\/60{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.6), var(--tw-gradient-to); +} +.via-orange-900\/70{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.7), var(--tw-gradient-to); +} +.via-orange-900\/75{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.75), var(--tw-gradient-to); +} +.via-orange-900\/80{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.8), var(--tw-gradient-to); +} +.via-orange-900\/90{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.9), var(--tw-gradient-to); +} +.via-orange-900\/95{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 0.95), var(--tw-gradient-to); +} +.via-orange-900\/100{ + --tw-gradient-to: rgb(120 77 5 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 77 5 / 1), var(--tw-gradient-to); +} +.via-orange\/0{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0), var(--tw-gradient-to); +} +.via-orange\/5{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.05), var(--tw-gradient-to); +} +.via-orange\/10{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.1), var(--tw-gradient-to); +} +.via-orange\/20{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.2), var(--tw-gradient-to); +} +.via-orange\/25{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.25), var(--tw-gradient-to); +} +.via-orange\/30{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.3), var(--tw-gradient-to); +} +.via-orange\/40{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.4), var(--tw-gradient-to); +} +.via-orange\/50{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.5), var(--tw-gradient-to); +} +.via-orange\/60{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.6), var(--tw-gradient-to); +} +.via-orange\/70{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.7), var(--tw-gradient-to); +} +.via-orange\/75{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.75), var(--tw-gradient-to); +} +.via-orange\/80{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.8), var(--tw-gradient-to); +} +.via-orange\/90{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.9), var(--tw-gradient-to); +} +.via-orange\/95{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.95), var(--tw-gradient-to); +} +.via-orange\/100{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 1), var(--tw-gradient-to); +} +.via-amber-50\/0{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0), var(--tw-gradient-to); +} +.via-amber-50\/5{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.05), var(--tw-gradient-to); +} +.via-amber-50\/10{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.1), var(--tw-gradient-to); +} +.via-amber-50\/20{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.2), var(--tw-gradient-to); +} +.via-amber-50\/25{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.25), var(--tw-gradient-to); +} +.via-amber-50\/30{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.3), var(--tw-gradient-to); +} +.via-amber-50\/40{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.4), var(--tw-gradient-to); +} +.via-amber-50\/50{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.5), var(--tw-gradient-to); +} +.via-amber-50\/60{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.6), var(--tw-gradient-to); +} +.via-amber-50\/70{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.7), var(--tw-gradient-to); +} +.via-amber-50\/75{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.75), var(--tw-gradient-to); +} +.via-amber-50\/80{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.8), var(--tw-gradient-to); +} +.via-amber-50\/90{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.9), var(--tw-gradient-to); +} +.via-amber-50\/95{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 0.95), var(--tw-gradient-to); +} +.via-amber-50\/100{ + --tw-gradient-to: rgb(255 251 235 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 235 / 1), var(--tw-gradient-to); +} +.via-amber-100\/0{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0), var(--tw-gradient-to); +} +.via-amber-100\/5{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.05), var(--tw-gradient-to); +} +.via-amber-100\/10{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.1), var(--tw-gradient-to); +} +.via-amber-100\/20{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.2), var(--tw-gradient-to); +} +.via-amber-100\/25{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.25), var(--tw-gradient-to); +} +.via-amber-100\/30{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.3), var(--tw-gradient-to); +} +.via-amber-100\/40{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.4), var(--tw-gradient-to); +} +.via-amber-100\/50{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.5), var(--tw-gradient-to); +} +.via-amber-100\/60{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.6), var(--tw-gradient-to); +} +.via-amber-100\/70{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.7), var(--tw-gradient-to); +} +.via-amber-100\/75{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.75), var(--tw-gradient-to); +} +.via-amber-100\/80{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.8), var(--tw-gradient-to); +} +.via-amber-100\/90{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.9), var(--tw-gradient-to); +} +.via-amber-100\/95{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0.95), var(--tw-gradient-to); +} +.via-amber-100\/100{ + --tw-gradient-to: rgb(254 243 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 1), var(--tw-gradient-to); +} +.via-amber-200\/0{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0), var(--tw-gradient-to); +} +.via-amber-200\/5{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.05), var(--tw-gradient-to); +} +.via-amber-200\/10{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.1), var(--tw-gradient-to); +} +.via-amber-200\/20{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.2), var(--tw-gradient-to); +} +.via-amber-200\/25{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.25), var(--tw-gradient-to); +} +.via-amber-200\/30{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.3), var(--tw-gradient-to); +} +.via-amber-200\/40{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.4), var(--tw-gradient-to); +} +.via-amber-200\/50{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.5), var(--tw-gradient-to); +} +.via-amber-200\/60{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.6), var(--tw-gradient-to); +} +.via-amber-200\/70{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.7), var(--tw-gradient-to); +} +.via-amber-200\/75{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.75), var(--tw-gradient-to); +} +.via-amber-200\/80{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.8), var(--tw-gradient-to); +} +.via-amber-200\/90{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.9), var(--tw-gradient-to); +} +.via-amber-200\/95{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.95), var(--tw-gradient-to); +} +.via-amber-200\/100{ + --tw-gradient-to: rgb(253 230 138 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 1), var(--tw-gradient-to); +} +.via-amber-300\/0{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0), var(--tw-gradient-to); +} +.via-amber-300\/5{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.05), var(--tw-gradient-to); +} +.via-amber-300\/10{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.1), var(--tw-gradient-to); +} +.via-amber-300\/20{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.2), var(--tw-gradient-to); +} +.via-amber-300\/25{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.25), var(--tw-gradient-to); +} +.via-amber-300\/30{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.3), var(--tw-gradient-to); +} +.via-amber-300\/40{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.4), var(--tw-gradient-to); +} +.via-amber-300\/50{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.5), var(--tw-gradient-to); +} +.via-amber-300\/60{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.6), var(--tw-gradient-to); +} +.via-amber-300\/70{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.7), var(--tw-gradient-to); +} +.via-amber-300\/75{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.75), var(--tw-gradient-to); +} +.via-amber-300\/80{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.8), var(--tw-gradient-to); +} +.via-amber-300\/90{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.9), var(--tw-gradient-to); +} +.via-amber-300\/95{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0.95), var(--tw-gradient-to); +} +.via-amber-300\/100{ + --tw-gradient-to: rgb(252 211 77 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 1), var(--tw-gradient-to); +} +.via-amber-400\/0{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0), var(--tw-gradient-to); +} +.via-amber-400\/5{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.05), var(--tw-gradient-to); +} +.via-amber-400\/10{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.1), var(--tw-gradient-to); +} +.via-amber-400\/20{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.2), var(--tw-gradient-to); +} +.via-amber-400\/25{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.25), var(--tw-gradient-to); +} +.via-amber-400\/30{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.3), var(--tw-gradient-to); +} +.via-amber-400\/40{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.4), var(--tw-gradient-to); +} +.via-amber-400\/50{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.5), var(--tw-gradient-to); +} +.via-amber-400\/60{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.6), var(--tw-gradient-to); +} +.via-amber-400\/70{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.7), var(--tw-gradient-to); +} +.via-amber-400\/75{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.75), var(--tw-gradient-to); +} +.via-amber-400\/80{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.8), var(--tw-gradient-to); +} +.via-amber-400\/90{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.9), var(--tw-gradient-to); +} +.via-amber-400\/95{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0.95), var(--tw-gradient-to); +} +.via-amber-400\/100{ + --tw-gradient-to: rgb(251 191 36 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 1), var(--tw-gradient-to); +} +.via-amber-500\/0{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0), var(--tw-gradient-to); +} +.via-amber-500\/5{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.05), var(--tw-gradient-to); +} +.via-amber-500\/10{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.1), var(--tw-gradient-to); +} +.via-amber-500\/20{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.2), var(--tw-gradient-to); +} +.via-amber-500\/25{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.25), var(--tw-gradient-to); +} +.via-amber-500\/30{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.3), var(--tw-gradient-to); +} +.via-amber-500\/40{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.4), var(--tw-gradient-to); +} +.via-amber-500\/50{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.5), var(--tw-gradient-to); +} +.via-amber-500\/60{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.6), var(--tw-gradient-to); +} +.via-amber-500\/70{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.7), var(--tw-gradient-to); +} +.via-amber-500\/75{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.75), var(--tw-gradient-to); +} +.via-amber-500\/80{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.8), var(--tw-gradient-to); +} +.via-amber-500\/90{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.9), var(--tw-gradient-to); +} +.via-amber-500\/95{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.95), var(--tw-gradient-to); +} +.via-amber-500\/100{ + --tw-gradient-to: rgb(245 158 11 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 1), var(--tw-gradient-to); +} +.via-amber-600\/0{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0), var(--tw-gradient-to); +} +.via-amber-600\/5{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.05), var(--tw-gradient-to); +} +.via-amber-600\/10{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.1), var(--tw-gradient-to); +} +.via-amber-600\/20{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.2), var(--tw-gradient-to); +} +.via-amber-600\/25{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.25), var(--tw-gradient-to); +} +.via-amber-600\/30{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.3), var(--tw-gradient-to); +} +.via-amber-600\/40{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.4), var(--tw-gradient-to); +} +.via-amber-600\/50{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.5), var(--tw-gradient-to); +} +.via-amber-600\/60{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.6), var(--tw-gradient-to); +} +.via-amber-600\/70{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.7), var(--tw-gradient-to); +} +.via-amber-600\/75{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.75), var(--tw-gradient-to); +} +.via-amber-600\/80{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.8), var(--tw-gradient-to); +} +.via-amber-600\/90{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.9), var(--tw-gradient-to); +} +.via-amber-600\/95{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0.95), var(--tw-gradient-to); +} +.via-amber-600\/100{ + --tw-gradient-to: rgb(217 119 6 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 1), var(--tw-gradient-to); +} +.via-amber-700\/0{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0), var(--tw-gradient-to); +} +.via-amber-700\/5{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.05), var(--tw-gradient-to); +} +.via-amber-700\/10{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.1), var(--tw-gradient-to); +} +.via-amber-700\/20{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.2), var(--tw-gradient-to); +} +.via-amber-700\/25{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.25), var(--tw-gradient-to); +} +.via-amber-700\/30{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.3), var(--tw-gradient-to); +} +.via-amber-700\/40{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.4), var(--tw-gradient-to); +} +.via-amber-700\/50{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.5), var(--tw-gradient-to); +} +.via-amber-700\/60{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.6), var(--tw-gradient-to); +} +.via-amber-700\/70{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.7), var(--tw-gradient-to); +} +.via-amber-700\/75{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.75), var(--tw-gradient-to); +} +.via-amber-700\/80{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.8), var(--tw-gradient-to); +} +.via-amber-700\/90{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.9), var(--tw-gradient-to); +} +.via-amber-700\/95{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0.95), var(--tw-gradient-to); +} +.via-amber-700\/100{ + --tw-gradient-to: rgb(180 83 9 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 1), var(--tw-gradient-to); +} +.via-amber-800\/0{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0), var(--tw-gradient-to); +} +.via-amber-800\/5{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.05), var(--tw-gradient-to); +} +.via-amber-800\/10{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.1), var(--tw-gradient-to); +} +.via-amber-800\/20{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.2), var(--tw-gradient-to); +} +.via-amber-800\/25{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.25), var(--tw-gradient-to); +} +.via-amber-800\/30{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.3), var(--tw-gradient-to); +} +.via-amber-800\/40{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.4), var(--tw-gradient-to); +} +.via-amber-800\/50{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.5), var(--tw-gradient-to); +} +.via-amber-800\/60{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.6), var(--tw-gradient-to); +} +.via-amber-800\/70{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.7), var(--tw-gradient-to); +} +.via-amber-800\/75{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.75), var(--tw-gradient-to); +} +.via-amber-800\/80{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.8), var(--tw-gradient-to); +} +.via-amber-800\/90{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.9), var(--tw-gradient-to); +} +.via-amber-800\/95{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0.95), var(--tw-gradient-to); +} +.via-amber-800\/100{ + --tw-gradient-to: rgb(146 64 14 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 1), var(--tw-gradient-to); +} +.via-amber-900\/0{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0), var(--tw-gradient-to); +} +.via-amber-900\/5{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.05), var(--tw-gradient-to); +} +.via-amber-900\/10{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.1), var(--tw-gradient-to); +} +.via-amber-900\/20{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.2), var(--tw-gradient-to); +} +.via-amber-900\/25{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.25), var(--tw-gradient-to); +} +.via-amber-900\/30{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.3), var(--tw-gradient-to); +} +.via-amber-900\/40{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.4), var(--tw-gradient-to); +} +.via-amber-900\/50{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.5), var(--tw-gradient-to); +} +.via-amber-900\/60{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.6), var(--tw-gradient-to); +} +.via-amber-900\/70{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.7), var(--tw-gradient-to); +} +.via-amber-900\/75{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.75), var(--tw-gradient-to); +} +.via-amber-900\/80{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.8), var(--tw-gradient-to); +} +.via-amber-900\/90{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.9), var(--tw-gradient-to); +} +.via-amber-900\/95{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0.95), var(--tw-gradient-to); +} +.via-amber-900\/100{ + --tw-gradient-to: rgb(120 53 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 1), var(--tw-gradient-to); +} +.via-yellow-50\/0{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0), var(--tw-gradient-to); +} +.via-yellow-50\/5{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.05), var(--tw-gradient-to); +} +.via-yellow-50\/10{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.1), var(--tw-gradient-to); +} +.via-yellow-50\/20{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.2), var(--tw-gradient-to); +} +.via-yellow-50\/25{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.25), var(--tw-gradient-to); +} +.via-yellow-50\/30{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.3), var(--tw-gradient-to); +} +.via-yellow-50\/40{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.4), var(--tw-gradient-to); +} +.via-yellow-50\/50{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.5), var(--tw-gradient-to); +} +.via-yellow-50\/60{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.6), var(--tw-gradient-to); +} +.via-yellow-50\/70{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.7), var(--tw-gradient-to); +} +.via-yellow-50\/75{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.75), var(--tw-gradient-to); +} +.via-yellow-50\/80{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.8), var(--tw-gradient-to); +} +.via-yellow-50\/90{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.9), var(--tw-gradient-to); +} +.via-yellow-50\/95{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 0.95), var(--tw-gradient-to); +} +.via-yellow-50\/100{ + --tw-gradient-to: rgb(253 253 234 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 253 234 / 1), var(--tw-gradient-to); +} +.via-yellow-100\/0{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0), var(--tw-gradient-to); +} +.via-yellow-100\/5{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.05), var(--tw-gradient-to); +} +.via-yellow-100\/10{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.1), var(--tw-gradient-to); +} +.via-yellow-100\/20{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.2), var(--tw-gradient-to); +} +.via-yellow-100\/25{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.25), var(--tw-gradient-to); +} +.via-yellow-100\/30{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.3), var(--tw-gradient-to); +} +.via-yellow-100\/40{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.4), var(--tw-gradient-to); +} +.via-yellow-100\/50{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.5), var(--tw-gradient-to); +} +.via-yellow-100\/60{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.6), var(--tw-gradient-to); +} +.via-yellow-100\/70{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.7), var(--tw-gradient-to); +} +.via-yellow-100\/75{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.75), var(--tw-gradient-to); +} +.via-yellow-100\/80{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.8), var(--tw-gradient-to); +} +.via-yellow-100\/90{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.9), var(--tw-gradient-to); +} +.via-yellow-100\/95{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 0.95), var(--tw-gradient-to); +} +.via-yellow-100\/100{ + --tw-gradient-to: rgb(253 246 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 246 178 / 1), var(--tw-gradient-to); +} +.via-yellow-200\/0{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0), var(--tw-gradient-to); +} +.via-yellow-200\/5{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.05), var(--tw-gradient-to); +} +.via-yellow-200\/10{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.1), var(--tw-gradient-to); +} +.via-yellow-200\/20{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.2), var(--tw-gradient-to); +} +.via-yellow-200\/25{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.25), var(--tw-gradient-to); +} +.via-yellow-200\/30{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.3), var(--tw-gradient-to); +} +.via-yellow-200\/40{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.4), var(--tw-gradient-to); +} +.via-yellow-200\/50{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.5), var(--tw-gradient-to); +} +.via-yellow-200\/60{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.6), var(--tw-gradient-to); +} +.via-yellow-200\/70{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.7), var(--tw-gradient-to); +} +.via-yellow-200\/75{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.75), var(--tw-gradient-to); +} +.via-yellow-200\/80{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.8), var(--tw-gradient-to); +} +.via-yellow-200\/90{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.9), var(--tw-gradient-to); +} +.via-yellow-200\/95{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 0.95), var(--tw-gradient-to); +} +.via-yellow-200\/100{ + --tw-gradient-to: rgb(252 233 106 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 233 106 / 1), var(--tw-gradient-to); +} +.via-yellow-300\/0{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0), var(--tw-gradient-to); +} +.via-yellow-300\/5{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.05), var(--tw-gradient-to); +} +.via-yellow-300\/10{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.1), var(--tw-gradient-to); +} +.via-yellow-300\/20{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.2), var(--tw-gradient-to); +} +.via-yellow-300\/25{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.25), var(--tw-gradient-to); +} +.via-yellow-300\/30{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.3), var(--tw-gradient-to); +} +.via-yellow-300\/40{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.4), var(--tw-gradient-to); +} +.via-yellow-300\/50{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.5), var(--tw-gradient-to); +} +.via-yellow-300\/60{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.6), var(--tw-gradient-to); +} +.via-yellow-300\/70{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.7), var(--tw-gradient-to); +} +.via-yellow-300\/75{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.75), var(--tw-gradient-to); +} +.via-yellow-300\/80{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.8), var(--tw-gradient-to); +} +.via-yellow-300\/90{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.9), var(--tw-gradient-to); +} +.via-yellow-300\/95{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 0.95), var(--tw-gradient-to); +} +.via-yellow-300\/100{ + --tw-gradient-to: rgb(250 202 21 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 202 21 / 1), var(--tw-gradient-to); +} +.via-yellow-400\/0{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0), var(--tw-gradient-to); +} +.via-yellow-400\/5{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.05), var(--tw-gradient-to); +} +.via-yellow-400\/10{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.1), var(--tw-gradient-to); +} +.via-yellow-400\/20{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.2), var(--tw-gradient-to); +} +.via-yellow-400\/25{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.25), var(--tw-gradient-to); +} +.via-yellow-400\/30{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.3), var(--tw-gradient-to); +} +.via-yellow-400\/40{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.4), var(--tw-gradient-to); +} +.via-yellow-400\/50{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.5), var(--tw-gradient-to); +} +.via-yellow-400\/60{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.6), var(--tw-gradient-to); +} +.via-yellow-400\/70{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.7), var(--tw-gradient-to); +} +.via-yellow-400\/75{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.75), var(--tw-gradient-to); +} +.via-yellow-400\/80{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.8), var(--tw-gradient-to); +} +.via-yellow-400\/90{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.9), var(--tw-gradient-to); +} +.via-yellow-400\/95{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 0.95), var(--tw-gradient-to); +} +.via-yellow-400\/100{ + --tw-gradient-to: rgb(227 160 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(227 160 8 / 1), var(--tw-gradient-to); +} +.via-yellow-500\/0{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0), var(--tw-gradient-to); +} +.via-yellow-500\/5{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.05), var(--tw-gradient-to); +} +.via-yellow-500\/10{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.1), var(--tw-gradient-to); +} +.via-yellow-500\/20{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.2), var(--tw-gradient-to); +} +.via-yellow-500\/25{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.25), var(--tw-gradient-to); +} +.via-yellow-500\/30{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.3), var(--tw-gradient-to); +} +.via-yellow-500\/40{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.4), var(--tw-gradient-to); +} +.via-yellow-500\/50{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.5), var(--tw-gradient-to); +} +.via-yellow-500\/60{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.6), var(--tw-gradient-to); +} +.via-yellow-500\/70{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.7), var(--tw-gradient-to); +} +.via-yellow-500\/75{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.75), var(--tw-gradient-to); +} +.via-yellow-500\/80{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.8), var(--tw-gradient-to); +} +.via-yellow-500\/90{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.9), var(--tw-gradient-to); +} +.via-yellow-500\/95{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 0.95), var(--tw-gradient-to); +} +.via-yellow-500\/100{ + --tw-gradient-to: rgb(194 120 3 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(194 120 3 / 1), var(--tw-gradient-to); +} +.via-yellow-600\/0{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0), var(--tw-gradient-to); +} +.via-yellow-600\/5{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.05), var(--tw-gradient-to); +} +.via-yellow-600\/10{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.1), var(--tw-gradient-to); +} +.via-yellow-600\/20{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.2), var(--tw-gradient-to); +} +.via-yellow-600\/25{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.25), var(--tw-gradient-to); +} +.via-yellow-600\/30{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.3), var(--tw-gradient-to); +} +.via-yellow-600\/40{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.4), var(--tw-gradient-to); +} +.via-yellow-600\/50{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.5), var(--tw-gradient-to); +} +.via-yellow-600\/60{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.6), var(--tw-gradient-to); +} +.via-yellow-600\/70{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.7), var(--tw-gradient-to); +} +.via-yellow-600\/75{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.75), var(--tw-gradient-to); +} +.via-yellow-600\/80{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.8), var(--tw-gradient-to); +} +.via-yellow-600\/90{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.9), var(--tw-gradient-to); +} +.via-yellow-600\/95{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 0.95), var(--tw-gradient-to); +} +.via-yellow-600\/100{ + --tw-gradient-to: rgb(159 88 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 88 10 / 1), var(--tw-gradient-to); +} +.via-yellow-700\/0{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0), var(--tw-gradient-to); +} +.via-yellow-700\/5{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.05), var(--tw-gradient-to); +} +.via-yellow-700\/10{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.1), var(--tw-gradient-to); +} +.via-yellow-700\/20{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.2), var(--tw-gradient-to); +} +.via-yellow-700\/25{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.25), var(--tw-gradient-to); +} +.via-yellow-700\/30{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.3), var(--tw-gradient-to); +} +.via-yellow-700\/40{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.4), var(--tw-gradient-to); +} +.via-yellow-700\/50{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.5), var(--tw-gradient-to); +} +.via-yellow-700\/60{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.6), var(--tw-gradient-to); +} +.via-yellow-700\/70{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.7), var(--tw-gradient-to); +} +.via-yellow-700\/75{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.75), var(--tw-gradient-to); +} +.via-yellow-700\/80{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.8), var(--tw-gradient-to); +} +.via-yellow-700\/90{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.9), var(--tw-gradient-to); +} +.via-yellow-700\/95{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 0.95), var(--tw-gradient-to); +} +.via-yellow-700\/100{ + --tw-gradient-to: rgb(142 75 16 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(142 75 16 / 1), var(--tw-gradient-to); +} +.via-yellow-800\/0{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0), var(--tw-gradient-to); +} +.via-yellow-800\/5{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.05), var(--tw-gradient-to); +} +.via-yellow-800\/10{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.1), var(--tw-gradient-to); +} +.via-yellow-800\/20{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.2), var(--tw-gradient-to); +} +.via-yellow-800\/25{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.25), var(--tw-gradient-to); +} +.via-yellow-800\/30{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.3), var(--tw-gradient-to); +} +.via-yellow-800\/40{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.4), var(--tw-gradient-to); +} +.via-yellow-800\/50{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.5), var(--tw-gradient-to); +} +.via-yellow-800\/60{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.6), var(--tw-gradient-to); +} +.via-yellow-800\/70{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.7), var(--tw-gradient-to); +} +.via-yellow-800\/75{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.75), var(--tw-gradient-to); +} +.via-yellow-800\/80{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.8), var(--tw-gradient-to); +} +.via-yellow-800\/90{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.9), var(--tw-gradient-to); +} +.via-yellow-800\/95{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 0.95), var(--tw-gradient-to); +} +.via-yellow-800\/100{ + --tw-gradient-to: rgb(114 59 19 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(114 59 19 / 1), var(--tw-gradient-to); +} +.via-yellow-900\/0{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0), var(--tw-gradient-to); +} +.via-yellow-900\/5{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.05), var(--tw-gradient-to); +} +.via-yellow-900\/10{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.1), var(--tw-gradient-to); +} +.via-yellow-900\/20{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.2), var(--tw-gradient-to); +} +.via-yellow-900\/25{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.25), var(--tw-gradient-to); +} +.via-yellow-900\/30{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.3), var(--tw-gradient-to); +} +.via-yellow-900\/40{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.4), var(--tw-gradient-to); +} +.via-yellow-900\/50{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.5), var(--tw-gradient-to); +} +.via-yellow-900\/60{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.6), var(--tw-gradient-to); +} +.via-yellow-900\/70{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.7), var(--tw-gradient-to); +} +.via-yellow-900\/75{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.75), var(--tw-gradient-to); +} +.via-yellow-900\/80{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.8), var(--tw-gradient-to); +} +.via-yellow-900\/90{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.9), var(--tw-gradient-to); +} +.via-yellow-900\/95{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 0.95), var(--tw-gradient-to); +} +.via-yellow-900\/100{ + --tw-gradient-to: rgb(99 49 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 49 18 / 1), var(--tw-gradient-to); +} +.via-lime-50\/0{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0), var(--tw-gradient-to); +} +.via-lime-50\/5{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.05), var(--tw-gradient-to); +} +.via-lime-50\/10{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.1), var(--tw-gradient-to); +} +.via-lime-50\/20{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.2), var(--tw-gradient-to); +} +.via-lime-50\/25{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.25), var(--tw-gradient-to); +} +.via-lime-50\/30{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.3), var(--tw-gradient-to); +} +.via-lime-50\/40{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.4), var(--tw-gradient-to); +} +.via-lime-50\/50{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.5), var(--tw-gradient-to); +} +.via-lime-50\/60{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.6), var(--tw-gradient-to); +} +.via-lime-50\/70{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.7), var(--tw-gradient-to); +} +.via-lime-50\/75{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.75), var(--tw-gradient-to); +} +.via-lime-50\/80{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.8), var(--tw-gradient-to); +} +.via-lime-50\/90{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.9), var(--tw-gradient-to); +} +.via-lime-50\/95{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 0.95), var(--tw-gradient-to); +} +.via-lime-50\/100{ + --tw-gradient-to: rgb(247 254 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 254 231 / 1), var(--tw-gradient-to); +} +.via-lime-100\/0{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0), var(--tw-gradient-to); +} +.via-lime-100\/5{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.05), var(--tw-gradient-to); +} +.via-lime-100\/10{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.1), var(--tw-gradient-to); +} +.via-lime-100\/20{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.2), var(--tw-gradient-to); +} +.via-lime-100\/25{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.25), var(--tw-gradient-to); +} +.via-lime-100\/30{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.3), var(--tw-gradient-to); +} +.via-lime-100\/40{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.4), var(--tw-gradient-to); +} +.via-lime-100\/50{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.5), var(--tw-gradient-to); +} +.via-lime-100\/60{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.6), var(--tw-gradient-to); +} +.via-lime-100\/70{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.7), var(--tw-gradient-to); +} +.via-lime-100\/75{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.75), var(--tw-gradient-to); +} +.via-lime-100\/80{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.8), var(--tw-gradient-to); +} +.via-lime-100\/90{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.9), var(--tw-gradient-to); +} +.via-lime-100\/95{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 0.95), var(--tw-gradient-to); +} +.via-lime-100\/100{ + --tw-gradient-to: rgb(236 252 203 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 252 203 / 1), var(--tw-gradient-to); +} +.via-lime-200\/0{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0), var(--tw-gradient-to); +} +.via-lime-200\/5{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.05), var(--tw-gradient-to); +} +.via-lime-200\/10{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.1), var(--tw-gradient-to); +} +.via-lime-200\/20{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.2), var(--tw-gradient-to); +} +.via-lime-200\/25{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.25), var(--tw-gradient-to); +} +.via-lime-200\/30{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.3), var(--tw-gradient-to); +} +.via-lime-200\/40{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.4), var(--tw-gradient-to); +} +.via-lime-200\/50{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.5), var(--tw-gradient-to); +} +.via-lime-200\/60{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.6), var(--tw-gradient-to); +} +.via-lime-200\/70{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.7), var(--tw-gradient-to); +} +.via-lime-200\/75{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.75), var(--tw-gradient-to); +} +.via-lime-200\/80{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.8), var(--tw-gradient-to); +} +.via-lime-200\/90{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.9), var(--tw-gradient-to); +} +.via-lime-200\/95{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 0.95), var(--tw-gradient-to); +} +.via-lime-200\/100{ + --tw-gradient-to: rgb(217 249 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 249 157 / 1), var(--tw-gradient-to); +} +.via-lime-300\/0{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0), var(--tw-gradient-to); +} +.via-lime-300\/5{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.05), var(--tw-gradient-to); +} +.via-lime-300\/10{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.1), var(--tw-gradient-to); +} +.via-lime-300\/20{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.2), var(--tw-gradient-to); +} +.via-lime-300\/25{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.25), var(--tw-gradient-to); +} +.via-lime-300\/30{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.3), var(--tw-gradient-to); +} +.via-lime-300\/40{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.4), var(--tw-gradient-to); +} +.via-lime-300\/50{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.5), var(--tw-gradient-to); +} +.via-lime-300\/60{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.6), var(--tw-gradient-to); +} +.via-lime-300\/70{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.7), var(--tw-gradient-to); +} +.via-lime-300\/75{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.75), var(--tw-gradient-to); +} +.via-lime-300\/80{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.8), var(--tw-gradient-to); +} +.via-lime-300\/90{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.9), var(--tw-gradient-to); +} +.via-lime-300\/95{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 0.95), var(--tw-gradient-to); +} +.via-lime-300\/100{ + --tw-gradient-to: rgb(190 242 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 242 100 / 1), var(--tw-gradient-to); +} +.via-lime-400\/0{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0), var(--tw-gradient-to); +} +.via-lime-400\/5{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.05), var(--tw-gradient-to); +} +.via-lime-400\/10{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.1), var(--tw-gradient-to); +} +.via-lime-400\/20{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.2), var(--tw-gradient-to); +} +.via-lime-400\/25{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.25), var(--tw-gradient-to); +} +.via-lime-400\/30{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.3), var(--tw-gradient-to); +} +.via-lime-400\/40{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.4), var(--tw-gradient-to); +} +.via-lime-400\/50{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.5), var(--tw-gradient-to); +} +.via-lime-400\/60{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.6), var(--tw-gradient-to); +} +.via-lime-400\/70{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.7), var(--tw-gradient-to); +} +.via-lime-400\/75{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.75), var(--tw-gradient-to); +} +.via-lime-400\/80{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.8), var(--tw-gradient-to); +} +.via-lime-400\/90{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.9), var(--tw-gradient-to); +} +.via-lime-400\/95{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 0.95), var(--tw-gradient-to); +} +.via-lime-400\/100{ + --tw-gradient-to: rgb(163 230 53 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(163 230 53 / 1), var(--tw-gradient-to); +} +.via-lime-500\/0{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0), var(--tw-gradient-to); +} +.via-lime-500\/5{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.05), var(--tw-gradient-to); +} +.via-lime-500\/10{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.1), var(--tw-gradient-to); +} +.via-lime-500\/20{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.2), var(--tw-gradient-to); +} +.via-lime-500\/25{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.25), var(--tw-gradient-to); +} +.via-lime-500\/30{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.3), var(--tw-gradient-to); +} +.via-lime-500\/40{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.4), var(--tw-gradient-to); +} +.via-lime-500\/50{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.5), var(--tw-gradient-to); +} +.via-lime-500\/60{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.6), var(--tw-gradient-to); +} +.via-lime-500\/70{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.7), var(--tw-gradient-to); +} +.via-lime-500\/75{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.75), var(--tw-gradient-to); +} +.via-lime-500\/80{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.8), var(--tw-gradient-to); +} +.via-lime-500\/90{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.9), var(--tw-gradient-to); +} +.via-lime-500\/95{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 0.95), var(--tw-gradient-to); +} +.via-lime-500\/100{ + --tw-gradient-to: rgb(132 204 22 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(132 204 22 / 1), var(--tw-gradient-to); +} +.via-lime-600\/0{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0), var(--tw-gradient-to); +} +.via-lime-600\/5{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.05), var(--tw-gradient-to); +} +.via-lime-600\/10{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.1), var(--tw-gradient-to); +} +.via-lime-600\/20{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.2), var(--tw-gradient-to); +} +.via-lime-600\/25{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.25), var(--tw-gradient-to); +} +.via-lime-600\/30{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.3), var(--tw-gradient-to); +} +.via-lime-600\/40{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.4), var(--tw-gradient-to); +} +.via-lime-600\/50{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.5), var(--tw-gradient-to); +} +.via-lime-600\/60{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.6), var(--tw-gradient-to); +} +.via-lime-600\/70{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.7), var(--tw-gradient-to); +} +.via-lime-600\/75{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.75), var(--tw-gradient-to); +} +.via-lime-600\/80{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.8), var(--tw-gradient-to); +} +.via-lime-600\/90{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.9), var(--tw-gradient-to); +} +.via-lime-600\/95{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.95), var(--tw-gradient-to); +} +.via-lime-600\/100{ + --tw-gradient-to: rgb(101 163 13 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 1), var(--tw-gradient-to); +} +.via-lime-700\/0{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0), var(--tw-gradient-to); +} +.via-lime-700\/5{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.05), var(--tw-gradient-to); +} +.via-lime-700\/10{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.1), var(--tw-gradient-to); +} +.via-lime-700\/20{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.2), var(--tw-gradient-to); +} +.via-lime-700\/25{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.25), var(--tw-gradient-to); +} +.via-lime-700\/30{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.3), var(--tw-gradient-to); +} +.via-lime-700\/40{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.4), var(--tw-gradient-to); +} +.via-lime-700\/50{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.5), var(--tw-gradient-to); +} +.via-lime-700\/60{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.6), var(--tw-gradient-to); +} +.via-lime-700\/70{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.7), var(--tw-gradient-to); +} +.via-lime-700\/75{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.75), var(--tw-gradient-to); +} +.via-lime-700\/80{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.8), var(--tw-gradient-to); +} +.via-lime-700\/90{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.9), var(--tw-gradient-to); +} +.via-lime-700\/95{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 0.95), var(--tw-gradient-to); +} +.via-lime-700\/100{ + --tw-gradient-to: rgb(77 124 15 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 124 15 / 1), var(--tw-gradient-to); +} +.via-lime-800\/0{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0), var(--tw-gradient-to); +} +.via-lime-800\/5{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.05), var(--tw-gradient-to); +} +.via-lime-800\/10{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.1), var(--tw-gradient-to); +} +.via-lime-800\/20{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.2), var(--tw-gradient-to); +} +.via-lime-800\/25{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.25), var(--tw-gradient-to); +} +.via-lime-800\/30{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.3), var(--tw-gradient-to); +} +.via-lime-800\/40{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.4), var(--tw-gradient-to); +} +.via-lime-800\/50{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.5), var(--tw-gradient-to); +} +.via-lime-800\/60{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.6), var(--tw-gradient-to); +} +.via-lime-800\/70{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.7), var(--tw-gradient-to); +} +.via-lime-800\/75{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.75), var(--tw-gradient-to); +} +.via-lime-800\/80{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.8), var(--tw-gradient-to); +} +.via-lime-800\/90{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.9), var(--tw-gradient-to); +} +.via-lime-800\/95{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 0.95), var(--tw-gradient-to); +} +.via-lime-800\/100{ + --tw-gradient-to: rgb(63 98 18 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(63 98 18 / 1), var(--tw-gradient-to); +} +.via-lime-900\/0{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0), var(--tw-gradient-to); +} +.via-lime-900\/5{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.05), var(--tw-gradient-to); +} +.via-lime-900\/10{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.1), var(--tw-gradient-to); +} +.via-lime-900\/20{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.2), var(--tw-gradient-to); +} +.via-lime-900\/25{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.25), var(--tw-gradient-to); +} +.via-lime-900\/30{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.3), var(--tw-gradient-to); +} +.via-lime-900\/40{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.4), var(--tw-gradient-to); +} +.via-lime-900\/50{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.5), var(--tw-gradient-to); +} +.via-lime-900\/60{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.6), var(--tw-gradient-to); +} +.via-lime-900\/70{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.7), var(--tw-gradient-to); +} +.via-lime-900\/75{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.75), var(--tw-gradient-to); +} +.via-lime-900\/80{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.8), var(--tw-gradient-to); +} +.via-lime-900\/90{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.9), var(--tw-gradient-to); +} +.via-lime-900\/95{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 0.95), var(--tw-gradient-to); +} +.via-lime-900\/100{ + --tw-gradient-to: rgb(54 83 20 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 83 20 / 1), var(--tw-gradient-to); +} +.via-green-50\/0{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0), var(--tw-gradient-to); +} +.via-green-50\/5{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.05), var(--tw-gradient-to); +} +.via-green-50\/10{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.1), var(--tw-gradient-to); +} +.via-green-50\/20{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.2), var(--tw-gradient-to); +} +.via-green-50\/25{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.25), var(--tw-gradient-to); +} +.via-green-50\/30{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.3), var(--tw-gradient-to); +} +.via-green-50\/40{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.4), var(--tw-gradient-to); +} +.via-green-50\/50{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.5), var(--tw-gradient-to); +} +.via-green-50\/60{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.6), var(--tw-gradient-to); +} +.via-green-50\/70{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.7), var(--tw-gradient-to); +} +.via-green-50\/75{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.75), var(--tw-gradient-to); +} +.via-green-50\/80{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.8), var(--tw-gradient-to); +} +.via-green-50\/90{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.9), var(--tw-gradient-to); +} +.via-green-50\/95{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 0.95), var(--tw-gradient-to); +} +.via-green-50\/100{ + --tw-gradient-to: rgb(248 250 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 246 / 1), var(--tw-gradient-to); +} +.via-green-100\/0{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0), var(--tw-gradient-to); +} +.via-green-100\/5{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.05), var(--tw-gradient-to); +} +.via-green-100\/10{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.1), var(--tw-gradient-to); +} +.via-green-100\/20{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.2), var(--tw-gradient-to); +} +.via-green-100\/25{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.25), var(--tw-gradient-to); +} +.via-green-100\/30{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.3), var(--tw-gradient-to); +} +.via-green-100\/40{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.4), var(--tw-gradient-to); +} +.via-green-100\/50{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.5), var(--tw-gradient-to); +} +.via-green-100\/60{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.6), var(--tw-gradient-to); +} +.via-green-100\/70{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.7), var(--tw-gradient-to); +} +.via-green-100\/75{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.75), var(--tw-gradient-to); +} +.via-green-100\/80{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.8), var(--tw-gradient-to); +} +.via-green-100\/90{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.9), var(--tw-gradient-to); +} +.via-green-100\/95{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.95), var(--tw-gradient-to); +} +.via-green-100\/100{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 1), var(--tw-gradient-to); +} +.via-green-200\/0{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0), var(--tw-gradient-to); +} +.via-green-200\/5{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.05), var(--tw-gradient-to); +} +.via-green-200\/10{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.1), var(--tw-gradient-to); +} +.via-green-200\/20{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.2), var(--tw-gradient-to); +} +.via-green-200\/25{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.25), var(--tw-gradient-to); +} +.via-green-200\/30{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.3), var(--tw-gradient-to); +} +.via-green-200\/40{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.4), var(--tw-gradient-to); +} +.via-green-200\/50{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.5), var(--tw-gradient-to); +} +.via-green-200\/60{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.6), var(--tw-gradient-to); +} +.via-green-200\/70{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.7), var(--tw-gradient-to); +} +.via-green-200\/75{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.75), var(--tw-gradient-to); +} +.via-green-200\/80{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.8), var(--tw-gradient-to); +} +.via-green-200\/90{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.9), var(--tw-gradient-to); +} +.via-green-200\/95{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 0.95), var(--tw-gradient-to); +} +.via-green-200\/100{ + --tw-gradient-to: rgb(219 232 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(219 232 212 / 1), var(--tw-gradient-to); +} +.via-green-300\/0{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0), var(--tw-gradient-to); +} +.via-green-300\/5{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.05), var(--tw-gradient-to); +} +.via-green-300\/10{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.1), var(--tw-gradient-to); +} +.via-green-300\/20{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.2), var(--tw-gradient-to); +} +.via-green-300\/25{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.25), var(--tw-gradient-to); +} +.via-green-300\/30{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.3), var(--tw-gradient-to); +} +.via-green-300\/40{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.4), var(--tw-gradient-to); +} +.via-green-300\/50{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.5), var(--tw-gradient-to); +} +.via-green-300\/60{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.6), var(--tw-gradient-to); +} +.via-green-300\/70{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.7), var(--tw-gradient-to); +} +.via-green-300\/75{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.75), var(--tw-gradient-to); +} +.via-green-300\/80{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.8), var(--tw-gradient-to); +} +.via-green-300\/90{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.9), var(--tw-gradient-to); +} +.via-green-300\/95{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 0.95), var(--tw-gradient-to); +} +.via-green-300\/100{ + --tw-gradient-to: rgb(197 217 186 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(197 217 186 / 1), var(--tw-gradient-to); +} +.via-green-400\/0{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0), var(--tw-gradient-to); +} +.via-green-400\/5{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.05), var(--tw-gradient-to); +} +.via-green-400\/10{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.1), var(--tw-gradient-to); +} +.via-green-400\/20{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.2), var(--tw-gradient-to); +} +.via-green-400\/25{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.25), var(--tw-gradient-to); +} +.via-green-400\/30{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.3), var(--tw-gradient-to); +} +.via-green-400\/40{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.4), var(--tw-gradient-to); +} +.via-green-400\/50{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.5), var(--tw-gradient-to); +} +.via-green-400\/60{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.6), var(--tw-gradient-to); +} +.via-green-400\/70{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.7), var(--tw-gradient-to); +} +.via-green-400\/75{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.75), var(--tw-gradient-to); +} +.via-green-400\/80{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.8), var(--tw-gradient-to); +} +.via-green-400\/90{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.9), var(--tw-gradient-to); +} +.via-green-400\/95{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 0.95), var(--tw-gradient-to); +} +.via-green-400\/100{ + --tw-gradient-to: rgb(154 189 134 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(154 189 134 / 1), var(--tw-gradient-to); +} +.via-green-500\/0{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0), var(--tw-gradient-to); +} +.via-green-500\/5{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.05), var(--tw-gradient-to); +} +.via-green-500\/10{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.1), var(--tw-gradient-to); +} +.via-green-500\/20{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.2), var(--tw-gradient-to); +} +.via-green-500\/25{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.25), var(--tw-gradient-to); +} +.via-green-500\/30{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.3), var(--tw-gradient-to); +} +.via-green-500\/40{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.4), var(--tw-gradient-to); +} +.via-green-500\/50{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.5), var(--tw-gradient-to); +} +.via-green-500\/60{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.6), var(--tw-gradient-to); +} +.via-green-500\/70{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.7), var(--tw-gradient-to); +} +.via-green-500\/75{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.75), var(--tw-gradient-to); +} +.via-green-500\/80{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.8), var(--tw-gradient-to); +} +.via-green-500\/90{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.9), var(--tw-gradient-to); +} +.via-green-500\/95{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.95), var(--tw-gradient-to); +} +.via-green-500\/100{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 1), var(--tw-gradient-to); +} +.via-green-600\/0{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0), var(--tw-gradient-to); +} +.via-green-600\/5{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.05), var(--tw-gradient-to); +} +.via-green-600\/10{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.1), var(--tw-gradient-to); +} +.via-green-600\/20{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.2), var(--tw-gradient-to); +} +.via-green-600\/25{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.25), var(--tw-gradient-to); +} +.via-green-600\/30{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.3), var(--tw-gradient-to); +} +.via-green-600\/40{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.4), var(--tw-gradient-to); +} +.via-green-600\/50{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.5), var(--tw-gradient-to); +} +.via-green-600\/60{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.6), var(--tw-gradient-to); +} +.via-green-600\/70{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.7), var(--tw-gradient-to); +} +.via-green-600\/75{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.75), var(--tw-gradient-to); +} +.via-green-600\/80{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.8), var(--tw-gradient-to); +} +.via-green-600\/90{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.9), var(--tw-gradient-to); +} +.via-green-600\/95{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.95), var(--tw-gradient-to); +} +.via-green-600\/100{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 1), var(--tw-gradient-to); +} +.via-green-700\/0{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0), var(--tw-gradient-to); +} +.via-green-700\/5{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.05), var(--tw-gradient-to); +} +.via-green-700\/10{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.1), var(--tw-gradient-to); +} +.via-green-700\/20{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.2), var(--tw-gradient-to); +} +.via-green-700\/25{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.25), var(--tw-gradient-to); +} +.via-green-700\/30{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.3), var(--tw-gradient-to); +} +.via-green-700\/40{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.4), var(--tw-gradient-to); +} +.via-green-700\/50{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.5), var(--tw-gradient-to); +} +.via-green-700\/60{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.6), var(--tw-gradient-to); +} +.via-green-700\/70{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.7), var(--tw-gradient-to); +} +.via-green-700\/75{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.75), var(--tw-gradient-to); +} +.via-green-700\/80{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.8), var(--tw-gradient-to); +} +.via-green-700\/90{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.9), var(--tw-gradient-to); +} +.via-green-700\/95{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 0.95), var(--tw-gradient-to); +} +.via-green-700\/100{ + --tw-gradient-to: rgb(83 121 62 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(83 121 62 / 1), var(--tw-gradient-to); +} +.via-green-800\/0{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0), var(--tw-gradient-to); +} +.via-green-800\/5{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.05), var(--tw-gradient-to); +} +.via-green-800\/10{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.1), var(--tw-gradient-to); +} +.via-green-800\/20{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.2), var(--tw-gradient-to); +} +.via-green-800\/25{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.25), var(--tw-gradient-to); +} +.via-green-800\/30{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.3), var(--tw-gradient-to); +} +.via-green-800\/40{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.4), var(--tw-gradient-to); +} +.via-green-800\/50{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.5), var(--tw-gradient-to); +} +.via-green-800\/60{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.6), var(--tw-gradient-to); +} +.via-green-800\/70{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.7), var(--tw-gradient-to); +} +.via-green-800\/75{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.75), var(--tw-gradient-to); +} +.via-green-800\/80{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.8), var(--tw-gradient-to); +} +.via-green-800\/90{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.9), var(--tw-gradient-to); +} +.via-green-800\/95{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 0.95), var(--tw-gradient-to); +} +.via-green-800\/100{ + --tw-gradient-to: rgb(66 97 49 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 97 49 / 1), var(--tw-gradient-to); +} +.via-green-900\/0{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0), var(--tw-gradient-to); +} +.via-green-900\/5{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.05), var(--tw-gradient-to); +} +.via-green-900\/10{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.1), var(--tw-gradient-to); +} +.via-green-900\/20{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.2), var(--tw-gradient-to); +} +.via-green-900\/25{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.25), var(--tw-gradient-to); +} +.via-green-900\/30{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.3), var(--tw-gradient-to); +} +.via-green-900\/40{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.4), var(--tw-gradient-to); +} +.via-green-900\/50{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.5), var(--tw-gradient-to); +} +.via-green-900\/60{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.6), var(--tw-gradient-to); +} +.via-green-900\/70{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.7), var(--tw-gradient-to); +} +.via-green-900\/75{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.75), var(--tw-gradient-to); +} +.via-green-900\/80{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.8), var(--tw-gradient-to); +} +.via-green-900\/90{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.9), var(--tw-gradient-to); +} +.via-green-900\/95{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 0.95), var(--tw-gradient-to); +} +.via-green-900\/100{ + --tw-gradient-to: rgb(54 79 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 79 40 / 1), var(--tw-gradient-to); +} +.via-green\/0{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0), var(--tw-gradient-to); +} +.via-green\/5{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.05), var(--tw-gradient-to); +} +.via-green\/10{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.1), var(--tw-gradient-to); +} +.via-green\/20{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.2), var(--tw-gradient-to); +} +.via-green\/25{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.25), var(--tw-gradient-to); +} +.via-green\/30{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.3), var(--tw-gradient-to); +} +.via-green\/40{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.4), var(--tw-gradient-to); +} +.via-green\/50{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.5), var(--tw-gradient-to); +} +.via-green\/60{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.6), var(--tw-gradient-to); +} +.via-green\/70{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.7), var(--tw-gradient-to); +} +.via-green\/75{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.75), var(--tw-gradient-to); +} +.via-green\/80{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.8), var(--tw-gradient-to); +} +.via-green\/90{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.9), var(--tw-gradient-to); +} +.via-green\/95{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 0.95), var(--tw-gradient-to); +} +.via-green\/100{ + --tw-gradient-to: rgb(110 161 82 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 161 82 / 1), var(--tw-gradient-to); +} +.via-emerald-50\/0{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0), var(--tw-gradient-to); +} +.via-emerald-50\/5{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.05), var(--tw-gradient-to); +} +.via-emerald-50\/10{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.1), var(--tw-gradient-to); +} +.via-emerald-50\/20{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.2), var(--tw-gradient-to); +} +.via-emerald-50\/25{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.25), var(--tw-gradient-to); +} +.via-emerald-50\/30{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.3), var(--tw-gradient-to); +} +.via-emerald-50\/40{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.4), var(--tw-gradient-to); +} +.via-emerald-50\/50{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.5), var(--tw-gradient-to); +} +.via-emerald-50\/60{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.6), var(--tw-gradient-to); +} +.via-emerald-50\/70{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.7), var(--tw-gradient-to); +} +.via-emerald-50\/75{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.75), var(--tw-gradient-to); +} +.via-emerald-50\/80{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.8), var(--tw-gradient-to); +} +.via-emerald-50\/90{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.9), var(--tw-gradient-to); +} +.via-emerald-50\/95{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 0.95), var(--tw-gradient-to); +} +.via-emerald-50\/100{ + --tw-gradient-to: rgb(236 253 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 253 245 / 1), var(--tw-gradient-to); +} +.via-emerald-100\/0{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0), var(--tw-gradient-to); +} +.via-emerald-100\/5{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.05), var(--tw-gradient-to); +} +.via-emerald-100\/10{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.1), var(--tw-gradient-to); +} +.via-emerald-100\/20{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.2), var(--tw-gradient-to); +} +.via-emerald-100\/25{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.25), var(--tw-gradient-to); +} +.via-emerald-100\/30{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.3), var(--tw-gradient-to); +} +.via-emerald-100\/40{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.4), var(--tw-gradient-to); +} +.via-emerald-100\/50{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.5), var(--tw-gradient-to); +} +.via-emerald-100\/60{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.6), var(--tw-gradient-to); +} +.via-emerald-100\/70{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.7), var(--tw-gradient-to); +} +.via-emerald-100\/75{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.75), var(--tw-gradient-to); +} +.via-emerald-100\/80{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.8), var(--tw-gradient-to); +} +.via-emerald-100\/90{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.9), var(--tw-gradient-to); +} +.via-emerald-100\/95{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.95), var(--tw-gradient-to); +} +.via-emerald-100\/100{ + --tw-gradient-to: rgb(209 250 229 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 1), var(--tw-gradient-to); +} +.via-emerald-200\/0{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0), var(--tw-gradient-to); +} +.via-emerald-200\/5{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.05), var(--tw-gradient-to); +} +.via-emerald-200\/10{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.1), var(--tw-gradient-to); +} +.via-emerald-200\/20{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.2), var(--tw-gradient-to); +} +.via-emerald-200\/25{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.25), var(--tw-gradient-to); +} +.via-emerald-200\/30{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.3), var(--tw-gradient-to); +} +.via-emerald-200\/40{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.4), var(--tw-gradient-to); +} +.via-emerald-200\/50{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.5), var(--tw-gradient-to); +} +.via-emerald-200\/60{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.6), var(--tw-gradient-to); +} +.via-emerald-200\/70{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.7), var(--tw-gradient-to); +} +.via-emerald-200\/75{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.75), var(--tw-gradient-to); +} +.via-emerald-200\/80{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.8), var(--tw-gradient-to); +} +.via-emerald-200\/90{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.9), var(--tw-gradient-to); +} +.via-emerald-200\/95{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 0.95), var(--tw-gradient-to); +} +.via-emerald-200\/100{ + --tw-gradient-to: rgb(167 243 208 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 243 208 / 1), var(--tw-gradient-to); +} +.via-emerald-300\/0{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0), var(--tw-gradient-to); +} +.via-emerald-300\/5{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.05), var(--tw-gradient-to); +} +.via-emerald-300\/10{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.1), var(--tw-gradient-to); +} +.via-emerald-300\/20{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.2), var(--tw-gradient-to); +} +.via-emerald-300\/25{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.25), var(--tw-gradient-to); +} +.via-emerald-300\/30{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.3), var(--tw-gradient-to); +} +.via-emerald-300\/40{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.4), var(--tw-gradient-to); +} +.via-emerald-300\/50{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.5), var(--tw-gradient-to); +} +.via-emerald-300\/60{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.6), var(--tw-gradient-to); +} +.via-emerald-300\/70{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.7), var(--tw-gradient-to); +} +.via-emerald-300\/75{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.75), var(--tw-gradient-to); +} +.via-emerald-300\/80{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.8), var(--tw-gradient-to); +} +.via-emerald-300\/90{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.9), var(--tw-gradient-to); +} +.via-emerald-300\/95{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 0.95), var(--tw-gradient-to); +} +.via-emerald-300\/100{ + --tw-gradient-to: rgb(110 231 183 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(110 231 183 / 1), var(--tw-gradient-to); +} +.via-emerald-400\/0{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0), var(--tw-gradient-to); +} +.via-emerald-400\/5{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.05), var(--tw-gradient-to); +} +.via-emerald-400\/10{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.1), var(--tw-gradient-to); +} +.via-emerald-400\/20{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.2), var(--tw-gradient-to); +} +.via-emerald-400\/25{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.25), var(--tw-gradient-to); +} +.via-emerald-400\/30{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.3), var(--tw-gradient-to); +} +.via-emerald-400\/40{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.4), var(--tw-gradient-to); +} +.via-emerald-400\/50{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.5), var(--tw-gradient-to); +} +.via-emerald-400\/60{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.6), var(--tw-gradient-to); +} +.via-emerald-400\/70{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.7), var(--tw-gradient-to); +} +.via-emerald-400\/75{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.75), var(--tw-gradient-to); +} +.via-emerald-400\/80{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.8), var(--tw-gradient-to); +} +.via-emerald-400\/90{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.9), var(--tw-gradient-to); +} +.via-emerald-400\/95{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 0.95), var(--tw-gradient-to); +} +.via-emerald-400\/100{ + --tw-gradient-to: rgb(52 211 153 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(52 211 153 / 1), var(--tw-gradient-to); +} +.via-emerald-500\/0{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0), var(--tw-gradient-to); +} +.via-emerald-500\/5{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.05), var(--tw-gradient-to); +} +.via-emerald-500\/10{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.1), var(--tw-gradient-to); +} +.via-emerald-500\/20{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.2), var(--tw-gradient-to); +} +.via-emerald-500\/25{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.25), var(--tw-gradient-to); +} +.via-emerald-500\/30{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.3), var(--tw-gradient-to); +} +.via-emerald-500\/40{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.4), var(--tw-gradient-to); +} +.via-emerald-500\/50{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.5), var(--tw-gradient-to); +} +.via-emerald-500\/60{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.6), var(--tw-gradient-to); +} +.via-emerald-500\/70{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.7), var(--tw-gradient-to); +} +.via-emerald-500\/75{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.75), var(--tw-gradient-to); +} +.via-emerald-500\/80{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.8), var(--tw-gradient-to); +} +.via-emerald-500\/90{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.9), var(--tw-gradient-to); +} +.via-emerald-500\/95{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.95), var(--tw-gradient-to); +} +.via-emerald-500\/100{ + --tw-gradient-to: rgb(16 185 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 1), var(--tw-gradient-to); +} +.via-emerald-600\/0{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0), var(--tw-gradient-to); +} +.via-emerald-600\/5{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.05), var(--tw-gradient-to); +} +.via-emerald-600\/10{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.1), var(--tw-gradient-to); +} +.via-emerald-600\/20{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.2), var(--tw-gradient-to); +} +.via-emerald-600\/25{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.25), var(--tw-gradient-to); +} +.via-emerald-600\/30{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.3), var(--tw-gradient-to); +} +.via-emerald-600\/40{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.4), var(--tw-gradient-to); +} +.via-emerald-600\/50{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.5), var(--tw-gradient-to); +} +.via-emerald-600\/60{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.6), var(--tw-gradient-to); +} +.via-emerald-600\/70{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.7), var(--tw-gradient-to); +} +.via-emerald-600\/75{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.75), var(--tw-gradient-to); +} +.via-emerald-600\/80{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.8), var(--tw-gradient-to); +} +.via-emerald-600\/90{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.9), var(--tw-gradient-to); +} +.via-emerald-600\/95{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 0.95), var(--tw-gradient-to); +} +.via-emerald-600\/100{ + --tw-gradient-to: rgb(5 150 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 150 105 / 1), var(--tw-gradient-to); +} +.via-emerald-700\/0{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0), var(--tw-gradient-to); +} +.via-emerald-700\/5{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.05), var(--tw-gradient-to); +} +.via-emerald-700\/10{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.1), var(--tw-gradient-to); +} +.via-emerald-700\/20{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.2), var(--tw-gradient-to); +} +.via-emerald-700\/25{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.25), var(--tw-gradient-to); +} +.via-emerald-700\/30{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.3), var(--tw-gradient-to); +} +.via-emerald-700\/40{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.4), var(--tw-gradient-to); +} +.via-emerald-700\/50{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.5), var(--tw-gradient-to); +} +.via-emerald-700\/60{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.6), var(--tw-gradient-to); +} +.via-emerald-700\/70{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.7), var(--tw-gradient-to); +} +.via-emerald-700\/75{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.75), var(--tw-gradient-to); +} +.via-emerald-700\/80{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.8), var(--tw-gradient-to); +} +.via-emerald-700\/90{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.9), var(--tw-gradient-to); +} +.via-emerald-700\/95{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 0.95), var(--tw-gradient-to); +} +.via-emerald-700\/100{ + --tw-gradient-to: rgb(4 120 87 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 120 87 / 1), var(--tw-gradient-to); +} +.via-emerald-800\/0{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0), var(--tw-gradient-to); +} +.via-emerald-800\/5{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.05), var(--tw-gradient-to); +} +.via-emerald-800\/10{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.1), var(--tw-gradient-to); +} +.via-emerald-800\/20{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.2), var(--tw-gradient-to); +} +.via-emerald-800\/25{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.25), var(--tw-gradient-to); +} +.via-emerald-800\/30{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.3), var(--tw-gradient-to); +} +.via-emerald-800\/40{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.4), var(--tw-gradient-to); +} +.via-emerald-800\/50{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.5), var(--tw-gradient-to); +} +.via-emerald-800\/60{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.6), var(--tw-gradient-to); +} +.via-emerald-800\/70{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.7), var(--tw-gradient-to); +} +.via-emerald-800\/75{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.75), var(--tw-gradient-to); +} +.via-emerald-800\/80{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.8), var(--tw-gradient-to); +} +.via-emerald-800\/90{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.9), var(--tw-gradient-to); +} +.via-emerald-800\/95{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 0.95), var(--tw-gradient-to); +} +.via-emerald-800\/100{ + --tw-gradient-to: rgb(6 95 70 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 95 70 / 1), var(--tw-gradient-to); +} +.via-emerald-900\/0{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0), var(--tw-gradient-to); +} +.via-emerald-900\/5{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.05), var(--tw-gradient-to); +} +.via-emerald-900\/10{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.1), var(--tw-gradient-to); +} +.via-emerald-900\/20{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.2), var(--tw-gradient-to); +} +.via-emerald-900\/25{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.25), var(--tw-gradient-to); +} +.via-emerald-900\/30{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.3), var(--tw-gradient-to); +} +.via-emerald-900\/40{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.4), var(--tw-gradient-to); +} +.via-emerald-900\/50{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.5), var(--tw-gradient-to); +} +.via-emerald-900\/60{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.6), var(--tw-gradient-to); +} +.via-emerald-900\/70{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.7), var(--tw-gradient-to); +} +.via-emerald-900\/75{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.75), var(--tw-gradient-to); +} +.via-emerald-900\/80{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.8), var(--tw-gradient-to); +} +.via-emerald-900\/90{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.9), var(--tw-gradient-to); +} +.via-emerald-900\/95{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 0.95), var(--tw-gradient-to); +} +.via-emerald-900\/100{ + --tw-gradient-to: rgb(6 78 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 78 59 / 1), var(--tw-gradient-to); +} +.via-teal-50\/0{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0), var(--tw-gradient-to); +} +.via-teal-50\/5{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.05), var(--tw-gradient-to); +} +.via-teal-50\/10{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.1), var(--tw-gradient-to); +} +.via-teal-50\/20{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.2), var(--tw-gradient-to); +} +.via-teal-50\/25{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.25), var(--tw-gradient-to); +} +.via-teal-50\/30{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.3), var(--tw-gradient-to); +} +.via-teal-50\/40{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.4), var(--tw-gradient-to); +} +.via-teal-50\/50{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.5), var(--tw-gradient-to); +} +.via-teal-50\/60{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.6), var(--tw-gradient-to); +} +.via-teal-50\/70{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.7), var(--tw-gradient-to); +} +.via-teal-50\/75{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.75), var(--tw-gradient-to); +} +.via-teal-50\/80{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.8), var(--tw-gradient-to); +} +.via-teal-50\/90{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.9), var(--tw-gradient-to); +} +.via-teal-50\/95{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 0.95), var(--tw-gradient-to); +} +.via-teal-50\/100{ + --tw-gradient-to: rgb(237 250 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 250 250 / 1), var(--tw-gradient-to); +} +.via-teal-100\/0{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0), var(--tw-gradient-to); +} +.via-teal-100\/5{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.05), var(--tw-gradient-to); +} +.via-teal-100\/10{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.1), var(--tw-gradient-to); +} +.via-teal-100\/20{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.2), var(--tw-gradient-to); +} +.via-teal-100\/25{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.25), var(--tw-gradient-to); +} +.via-teal-100\/30{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.3), var(--tw-gradient-to); +} +.via-teal-100\/40{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.4), var(--tw-gradient-to); +} +.via-teal-100\/50{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.5), var(--tw-gradient-to); +} +.via-teal-100\/60{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.6), var(--tw-gradient-to); +} +.via-teal-100\/70{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.7), var(--tw-gradient-to); +} +.via-teal-100\/75{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.75), var(--tw-gradient-to); +} +.via-teal-100\/80{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.8), var(--tw-gradient-to); +} +.via-teal-100\/90{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.9), var(--tw-gradient-to); +} +.via-teal-100\/95{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 0.95), var(--tw-gradient-to); +} +.via-teal-100\/100{ + --tw-gradient-to: rgb(213 245 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 245 246 / 1), var(--tw-gradient-to); +} +.via-teal-200\/0{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0), var(--tw-gradient-to); +} +.via-teal-200\/5{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.05), var(--tw-gradient-to); +} +.via-teal-200\/10{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.1), var(--tw-gradient-to); +} +.via-teal-200\/20{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.2), var(--tw-gradient-to); +} +.via-teal-200\/25{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.25), var(--tw-gradient-to); +} +.via-teal-200\/30{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.3), var(--tw-gradient-to); +} +.via-teal-200\/40{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.4), var(--tw-gradient-to); +} +.via-teal-200\/50{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.5), var(--tw-gradient-to); +} +.via-teal-200\/60{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.6), var(--tw-gradient-to); +} +.via-teal-200\/70{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.7), var(--tw-gradient-to); +} +.via-teal-200\/75{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.75), var(--tw-gradient-to); +} +.via-teal-200\/80{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.8), var(--tw-gradient-to); +} +.via-teal-200\/90{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.9), var(--tw-gradient-to); +} +.via-teal-200\/95{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 0.95), var(--tw-gradient-to); +} +.via-teal-200\/100{ + --tw-gradient-to: rgb(175 236 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(175 236 239 / 1), var(--tw-gradient-to); +} +.via-teal-300\/0{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0), var(--tw-gradient-to); +} +.via-teal-300\/5{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.05), var(--tw-gradient-to); +} +.via-teal-300\/10{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.1), var(--tw-gradient-to); +} +.via-teal-300\/20{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.2), var(--tw-gradient-to); +} +.via-teal-300\/25{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.25), var(--tw-gradient-to); +} +.via-teal-300\/30{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.3), var(--tw-gradient-to); +} +.via-teal-300\/40{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.4), var(--tw-gradient-to); +} +.via-teal-300\/50{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.5), var(--tw-gradient-to); +} +.via-teal-300\/60{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.6), var(--tw-gradient-to); +} +.via-teal-300\/70{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.7), var(--tw-gradient-to); +} +.via-teal-300\/75{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.75), var(--tw-gradient-to); +} +.via-teal-300\/80{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.8), var(--tw-gradient-to); +} +.via-teal-300\/90{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.9), var(--tw-gradient-to); +} +.via-teal-300\/95{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 0.95), var(--tw-gradient-to); +} +.via-teal-300\/100{ + --tw-gradient-to: rgb(126 220 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(126 220 226 / 1), var(--tw-gradient-to); +} +.via-teal-400\/0{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0), var(--tw-gradient-to); +} +.via-teal-400\/5{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.05), var(--tw-gradient-to); +} +.via-teal-400\/10{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.1), var(--tw-gradient-to); +} +.via-teal-400\/20{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.2), var(--tw-gradient-to); +} +.via-teal-400\/25{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.25), var(--tw-gradient-to); +} +.via-teal-400\/30{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.3), var(--tw-gradient-to); +} +.via-teal-400\/40{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.4), var(--tw-gradient-to); +} +.via-teal-400\/50{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.5), var(--tw-gradient-to); +} +.via-teal-400\/60{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.6), var(--tw-gradient-to); +} +.via-teal-400\/70{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.7), var(--tw-gradient-to); +} +.via-teal-400\/75{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.75), var(--tw-gradient-to); +} +.via-teal-400\/80{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.8), var(--tw-gradient-to); +} +.via-teal-400\/90{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.9), var(--tw-gradient-to); +} +.via-teal-400\/95{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 0.95), var(--tw-gradient-to); +} +.via-teal-400\/100{ + --tw-gradient-to: rgb(22 189 202 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 189 202 / 1), var(--tw-gradient-to); +} +.via-teal-500\/0{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0), var(--tw-gradient-to); +} +.via-teal-500\/5{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.05), var(--tw-gradient-to); +} +.via-teal-500\/10{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.1), var(--tw-gradient-to); +} +.via-teal-500\/20{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.2), var(--tw-gradient-to); +} +.via-teal-500\/25{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.25), var(--tw-gradient-to); +} +.via-teal-500\/30{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.3), var(--tw-gradient-to); +} +.via-teal-500\/40{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.4), var(--tw-gradient-to); +} +.via-teal-500\/50{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.5), var(--tw-gradient-to); +} +.via-teal-500\/60{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.6), var(--tw-gradient-to); +} +.via-teal-500\/70{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.7), var(--tw-gradient-to); +} +.via-teal-500\/75{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.75), var(--tw-gradient-to); +} +.via-teal-500\/80{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.8), var(--tw-gradient-to); +} +.via-teal-500\/90{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.9), var(--tw-gradient-to); +} +.via-teal-500\/95{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 0.95), var(--tw-gradient-to); +} +.via-teal-500\/100{ + --tw-gradient-to: rgb(6 148 162 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 148 162 / 1), var(--tw-gradient-to); +} +.via-teal-600\/0{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0), var(--tw-gradient-to); +} +.via-teal-600\/5{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.05), var(--tw-gradient-to); +} +.via-teal-600\/10{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.1), var(--tw-gradient-to); +} +.via-teal-600\/20{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.2), var(--tw-gradient-to); +} +.via-teal-600\/25{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.25), var(--tw-gradient-to); +} +.via-teal-600\/30{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.3), var(--tw-gradient-to); +} +.via-teal-600\/40{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.4), var(--tw-gradient-to); +} +.via-teal-600\/50{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.5), var(--tw-gradient-to); +} +.via-teal-600\/60{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.6), var(--tw-gradient-to); +} +.via-teal-600\/70{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.7), var(--tw-gradient-to); +} +.via-teal-600\/75{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.75), var(--tw-gradient-to); +} +.via-teal-600\/80{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.8), var(--tw-gradient-to); +} +.via-teal-600\/90{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.9), var(--tw-gradient-to); +} +.via-teal-600\/95{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 0.95), var(--tw-gradient-to); +} +.via-teal-600\/100{ + --tw-gradient-to: rgb(4 116 129 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(4 116 129 / 1), var(--tw-gradient-to); +} +.via-teal-700\/0{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0), var(--tw-gradient-to); +} +.via-teal-700\/5{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.05), var(--tw-gradient-to); +} +.via-teal-700\/10{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.1), var(--tw-gradient-to); +} +.via-teal-700\/20{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.2), var(--tw-gradient-to); +} +.via-teal-700\/25{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.25), var(--tw-gradient-to); +} +.via-teal-700\/30{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.3), var(--tw-gradient-to); +} +.via-teal-700\/40{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.4), var(--tw-gradient-to); +} +.via-teal-700\/50{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.5), var(--tw-gradient-to); +} +.via-teal-700\/60{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.6), var(--tw-gradient-to); +} +.via-teal-700\/70{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.7), var(--tw-gradient-to); +} +.via-teal-700\/75{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.75), var(--tw-gradient-to); +} +.via-teal-700\/80{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.8), var(--tw-gradient-to); +} +.via-teal-700\/90{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.9), var(--tw-gradient-to); +} +.via-teal-700\/95{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 0.95), var(--tw-gradient-to); +} +.via-teal-700\/100{ + --tw-gradient-to: rgb(3 102 114 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 102 114 / 1), var(--tw-gradient-to); +} +.via-teal-800\/0{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0), var(--tw-gradient-to); +} +.via-teal-800\/5{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.05), var(--tw-gradient-to); +} +.via-teal-800\/10{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.1), var(--tw-gradient-to); +} +.via-teal-800\/20{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.2), var(--tw-gradient-to); +} +.via-teal-800\/25{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.25), var(--tw-gradient-to); +} +.via-teal-800\/30{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.3), var(--tw-gradient-to); +} +.via-teal-800\/40{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.4), var(--tw-gradient-to); +} +.via-teal-800\/50{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.5), var(--tw-gradient-to); +} +.via-teal-800\/60{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.6), var(--tw-gradient-to); +} +.via-teal-800\/70{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.7), var(--tw-gradient-to); +} +.via-teal-800\/75{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.75), var(--tw-gradient-to); +} +.via-teal-800\/80{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.8), var(--tw-gradient-to); +} +.via-teal-800\/90{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.9), var(--tw-gradient-to); +} +.via-teal-800\/95{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 0.95), var(--tw-gradient-to); +} +.via-teal-800\/100{ + --tw-gradient-to: rgb(5 80 92 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(5 80 92 / 1), var(--tw-gradient-to); +} +.via-teal-900\/0{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0), var(--tw-gradient-to); +} +.via-teal-900\/5{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.05), var(--tw-gradient-to); +} +.via-teal-900\/10{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.1), var(--tw-gradient-to); +} +.via-teal-900\/20{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.2), var(--tw-gradient-to); +} +.via-teal-900\/25{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.25), var(--tw-gradient-to); +} +.via-teal-900\/30{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.3), var(--tw-gradient-to); +} +.via-teal-900\/40{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.4), var(--tw-gradient-to); +} +.via-teal-900\/50{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.5), var(--tw-gradient-to); +} +.via-teal-900\/60{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.6), var(--tw-gradient-to); +} +.via-teal-900\/70{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.7), var(--tw-gradient-to); +} +.via-teal-900\/75{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.75), var(--tw-gradient-to); +} +.via-teal-900\/80{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.8), var(--tw-gradient-to); +} +.via-teal-900\/90{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.9), var(--tw-gradient-to); +} +.via-teal-900\/95{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 0.95), var(--tw-gradient-to); +} +.via-teal-900\/100{ + --tw-gradient-to: rgb(1 68 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(1 68 81 / 1), var(--tw-gradient-to); +} +.via-cyan-50\/0{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0), var(--tw-gradient-to); +} +.via-cyan-50\/5{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.05), var(--tw-gradient-to); +} +.via-cyan-50\/10{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.1), var(--tw-gradient-to); +} +.via-cyan-50\/20{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.2), var(--tw-gradient-to); +} +.via-cyan-50\/25{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.25), var(--tw-gradient-to); +} +.via-cyan-50\/30{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.3), var(--tw-gradient-to); +} +.via-cyan-50\/40{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.4), var(--tw-gradient-to); +} +.via-cyan-50\/50{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.5), var(--tw-gradient-to); +} +.via-cyan-50\/60{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.6), var(--tw-gradient-to); +} +.via-cyan-50\/70{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.7), var(--tw-gradient-to); +} +.via-cyan-50\/75{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.75), var(--tw-gradient-to); +} +.via-cyan-50\/80{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.8), var(--tw-gradient-to); +} +.via-cyan-50\/90{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.9), var(--tw-gradient-to); +} +.via-cyan-50\/95{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 0.95), var(--tw-gradient-to); +} +.via-cyan-50\/100{ + --tw-gradient-to: rgb(236 254 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 254 255 / 1), var(--tw-gradient-to); +} +.via-cyan-100\/0{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0), var(--tw-gradient-to); +} +.via-cyan-100\/5{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.05), var(--tw-gradient-to); +} +.via-cyan-100\/10{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.1), var(--tw-gradient-to); +} +.via-cyan-100\/20{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.2), var(--tw-gradient-to); +} +.via-cyan-100\/25{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.25), var(--tw-gradient-to); +} +.via-cyan-100\/30{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.3), var(--tw-gradient-to); +} +.via-cyan-100\/40{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.4), var(--tw-gradient-to); +} +.via-cyan-100\/50{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.5), var(--tw-gradient-to); +} +.via-cyan-100\/60{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.6), var(--tw-gradient-to); +} +.via-cyan-100\/70{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.7), var(--tw-gradient-to); +} +.via-cyan-100\/75{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.75), var(--tw-gradient-to); +} +.via-cyan-100\/80{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.8), var(--tw-gradient-to); +} +.via-cyan-100\/90{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.9), var(--tw-gradient-to); +} +.via-cyan-100\/95{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 0.95), var(--tw-gradient-to); +} +.via-cyan-100\/100{ + --tw-gradient-to: rgb(207 250 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(207 250 254 / 1), var(--tw-gradient-to); +} +.via-cyan-200\/0{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0), var(--tw-gradient-to); +} +.via-cyan-200\/5{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.05), var(--tw-gradient-to); +} +.via-cyan-200\/10{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.1), var(--tw-gradient-to); +} +.via-cyan-200\/20{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.2), var(--tw-gradient-to); +} +.via-cyan-200\/25{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.25), var(--tw-gradient-to); +} +.via-cyan-200\/30{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.3), var(--tw-gradient-to); +} +.via-cyan-200\/40{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.4), var(--tw-gradient-to); +} +.via-cyan-200\/50{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.5), var(--tw-gradient-to); +} +.via-cyan-200\/60{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.6), var(--tw-gradient-to); +} +.via-cyan-200\/70{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.7), var(--tw-gradient-to); +} +.via-cyan-200\/75{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.75), var(--tw-gradient-to); +} +.via-cyan-200\/80{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.8), var(--tw-gradient-to); +} +.via-cyan-200\/90{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.9), var(--tw-gradient-to); +} +.via-cyan-200\/95{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 0.95), var(--tw-gradient-to); +} +.via-cyan-200\/100{ + --tw-gradient-to: rgb(165 243 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(165 243 252 / 1), var(--tw-gradient-to); +} +.via-cyan-300\/0{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0), var(--tw-gradient-to); +} +.via-cyan-300\/5{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.05), var(--tw-gradient-to); +} +.via-cyan-300\/10{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.1), var(--tw-gradient-to); +} +.via-cyan-300\/20{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.2), var(--tw-gradient-to); +} +.via-cyan-300\/25{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.25), var(--tw-gradient-to); +} +.via-cyan-300\/30{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.3), var(--tw-gradient-to); +} +.via-cyan-300\/40{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.4), var(--tw-gradient-to); +} +.via-cyan-300\/50{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.5), var(--tw-gradient-to); +} +.via-cyan-300\/60{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.6), var(--tw-gradient-to); +} +.via-cyan-300\/70{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.7), var(--tw-gradient-to); +} +.via-cyan-300\/75{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.75), var(--tw-gradient-to); +} +.via-cyan-300\/80{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.8), var(--tw-gradient-to); +} +.via-cyan-300\/90{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.9), var(--tw-gradient-to); +} +.via-cyan-300\/95{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 0.95), var(--tw-gradient-to); +} +.via-cyan-300\/100{ + --tw-gradient-to: rgb(103 232 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(103 232 249 / 1), var(--tw-gradient-to); +} +.via-cyan-400\/0{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0), var(--tw-gradient-to); +} +.via-cyan-400\/5{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.05), var(--tw-gradient-to); +} +.via-cyan-400\/10{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.1), var(--tw-gradient-to); +} +.via-cyan-400\/20{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.2), var(--tw-gradient-to); +} +.via-cyan-400\/25{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.25), var(--tw-gradient-to); +} +.via-cyan-400\/30{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.3), var(--tw-gradient-to); +} +.via-cyan-400\/40{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.4), var(--tw-gradient-to); +} +.via-cyan-400\/50{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.5), var(--tw-gradient-to); +} +.via-cyan-400\/60{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.6), var(--tw-gradient-to); +} +.via-cyan-400\/70{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.7), var(--tw-gradient-to); +} +.via-cyan-400\/75{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.75), var(--tw-gradient-to); +} +.via-cyan-400\/80{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.8), var(--tw-gradient-to); +} +.via-cyan-400\/90{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.9), var(--tw-gradient-to); +} +.via-cyan-400\/95{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.95), var(--tw-gradient-to); +} +.via-cyan-400\/100{ + --tw-gradient-to: rgb(34 211 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 1), var(--tw-gradient-to); +} +.via-cyan-500\/0{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0), var(--tw-gradient-to); +} +.via-cyan-500\/5{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.05), var(--tw-gradient-to); +} +.via-cyan-500\/10{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.1), var(--tw-gradient-to); +} +.via-cyan-500\/20{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.2), var(--tw-gradient-to); +} +.via-cyan-500\/25{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.25), var(--tw-gradient-to); +} +.via-cyan-500\/30{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.3), var(--tw-gradient-to); +} +.via-cyan-500\/40{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.4), var(--tw-gradient-to); +} +.via-cyan-500\/50{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.5), var(--tw-gradient-to); +} +.via-cyan-500\/60{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.6), var(--tw-gradient-to); +} +.via-cyan-500\/70{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.7), var(--tw-gradient-to); +} +.via-cyan-500\/75{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.75), var(--tw-gradient-to); +} +.via-cyan-500\/80{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.8), var(--tw-gradient-to); +} +.via-cyan-500\/90{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.9), var(--tw-gradient-to); +} +.via-cyan-500\/95{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.95), var(--tw-gradient-to); +} +.via-cyan-500\/100{ + --tw-gradient-to: rgb(6 182 212 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 1), var(--tw-gradient-to); +} +.via-cyan-600\/0{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0), var(--tw-gradient-to); +} +.via-cyan-600\/5{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.05), var(--tw-gradient-to); +} +.via-cyan-600\/10{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.1), var(--tw-gradient-to); +} +.via-cyan-600\/20{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.2), var(--tw-gradient-to); +} +.via-cyan-600\/25{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.25), var(--tw-gradient-to); +} +.via-cyan-600\/30{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.3), var(--tw-gradient-to); +} +.via-cyan-600\/40{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.4), var(--tw-gradient-to); +} +.via-cyan-600\/50{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.5), var(--tw-gradient-to); +} +.via-cyan-600\/60{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.6), var(--tw-gradient-to); +} +.via-cyan-600\/70{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.7), var(--tw-gradient-to); +} +.via-cyan-600\/75{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.75), var(--tw-gradient-to); +} +.via-cyan-600\/80{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.8), var(--tw-gradient-to); +} +.via-cyan-600\/90{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.9), var(--tw-gradient-to); +} +.via-cyan-600\/95{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.95), var(--tw-gradient-to); +} +.via-cyan-600\/100{ + --tw-gradient-to: rgb(8 145 178 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 1), var(--tw-gradient-to); +} +.via-cyan-700\/0{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0), var(--tw-gradient-to); +} +.via-cyan-700\/5{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.05), var(--tw-gradient-to); +} +.via-cyan-700\/10{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.1), var(--tw-gradient-to); +} +.via-cyan-700\/20{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.2), var(--tw-gradient-to); +} +.via-cyan-700\/25{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.25), var(--tw-gradient-to); +} +.via-cyan-700\/30{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.3), var(--tw-gradient-to); +} +.via-cyan-700\/40{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.4), var(--tw-gradient-to); +} +.via-cyan-700\/50{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.5), var(--tw-gradient-to); +} +.via-cyan-700\/60{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.6), var(--tw-gradient-to); +} +.via-cyan-700\/70{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.7), var(--tw-gradient-to); +} +.via-cyan-700\/75{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.75), var(--tw-gradient-to); +} +.via-cyan-700\/80{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.8), var(--tw-gradient-to); +} +.via-cyan-700\/90{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.9), var(--tw-gradient-to); +} +.via-cyan-700\/95{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.95), var(--tw-gradient-to); +} +.via-cyan-700\/100{ + --tw-gradient-to: rgb(14 116 144 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 1), var(--tw-gradient-to); +} +.via-cyan-800\/0{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0), var(--tw-gradient-to); +} +.via-cyan-800\/5{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.05), var(--tw-gradient-to); +} +.via-cyan-800\/10{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.1), var(--tw-gradient-to); +} +.via-cyan-800\/20{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.2), var(--tw-gradient-to); +} +.via-cyan-800\/25{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.25), var(--tw-gradient-to); +} +.via-cyan-800\/30{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.3), var(--tw-gradient-to); +} +.via-cyan-800\/40{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.4), var(--tw-gradient-to); +} +.via-cyan-800\/50{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.5), var(--tw-gradient-to); +} +.via-cyan-800\/60{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.6), var(--tw-gradient-to); +} +.via-cyan-800\/70{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.7), var(--tw-gradient-to); +} +.via-cyan-800\/75{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.75), var(--tw-gradient-to); +} +.via-cyan-800\/80{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.8), var(--tw-gradient-to); +} +.via-cyan-800\/90{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.9), var(--tw-gradient-to); +} +.via-cyan-800\/95{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 0.95), var(--tw-gradient-to); +} +.via-cyan-800\/100{ + --tw-gradient-to: rgb(21 94 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 117 / 1), var(--tw-gradient-to); +} +.via-cyan-900\/0{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0), var(--tw-gradient-to); +} +.via-cyan-900\/5{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.05), var(--tw-gradient-to); +} +.via-cyan-900\/10{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.1), var(--tw-gradient-to); +} +.via-cyan-900\/20{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.2), var(--tw-gradient-to); +} +.via-cyan-900\/25{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.25), var(--tw-gradient-to); +} +.via-cyan-900\/30{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.3), var(--tw-gradient-to); +} +.via-cyan-900\/40{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.4), var(--tw-gradient-to); +} +.via-cyan-900\/50{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.5), var(--tw-gradient-to); +} +.via-cyan-900\/60{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.6), var(--tw-gradient-to); +} +.via-cyan-900\/70{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.7), var(--tw-gradient-to); +} +.via-cyan-900\/75{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.75), var(--tw-gradient-to); +} +.via-cyan-900\/80{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.8), var(--tw-gradient-to); +} +.via-cyan-900\/90{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.9), var(--tw-gradient-to); +} +.via-cyan-900\/95{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 0.95), var(--tw-gradient-to); +} +.via-cyan-900\/100{ + --tw-gradient-to: rgb(22 78 99 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(22 78 99 / 1), var(--tw-gradient-to); +} +.via-sky-50\/0{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0), var(--tw-gradient-to); +} +.via-sky-50\/5{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.05), var(--tw-gradient-to); +} +.via-sky-50\/10{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.1), var(--tw-gradient-to); +} +.via-sky-50\/20{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.2), var(--tw-gradient-to); +} +.via-sky-50\/25{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.25), var(--tw-gradient-to); +} +.via-sky-50\/30{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.3), var(--tw-gradient-to); +} +.via-sky-50\/40{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.4), var(--tw-gradient-to); +} +.via-sky-50\/50{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.5), var(--tw-gradient-to); +} +.via-sky-50\/60{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.6), var(--tw-gradient-to); +} +.via-sky-50\/70{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.7), var(--tw-gradient-to); +} +.via-sky-50\/75{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.75), var(--tw-gradient-to); +} +.via-sky-50\/80{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.8), var(--tw-gradient-to); +} +.via-sky-50\/90{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.9), var(--tw-gradient-to); +} +.via-sky-50\/95{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 0.95), var(--tw-gradient-to); +} +.via-sky-50\/100{ + --tw-gradient-to: rgb(240 249 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 249 255 / 1), var(--tw-gradient-to); +} +.via-sky-100\/0{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0), var(--tw-gradient-to); +} +.via-sky-100\/5{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.05), var(--tw-gradient-to); +} +.via-sky-100\/10{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.1), var(--tw-gradient-to); +} +.via-sky-100\/20{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.2), var(--tw-gradient-to); +} +.via-sky-100\/25{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.25), var(--tw-gradient-to); +} +.via-sky-100\/30{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.3), var(--tw-gradient-to); +} +.via-sky-100\/40{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.4), var(--tw-gradient-to); +} +.via-sky-100\/50{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.5), var(--tw-gradient-to); +} +.via-sky-100\/60{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.6), var(--tw-gradient-to); +} +.via-sky-100\/70{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.7), var(--tw-gradient-to); +} +.via-sky-100\/75{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.75), var(--tw-gradient-to); +} +.via-sky-100\/80{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.8), var(--tw-gradient-to); +} +.via-sky-100\/90{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.9), var(--tw-gradient-to); +} +.via-sky-100\/95{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.95), var(--tw-gradient-to); +} +.via-sky-100\/100{ + --tw-gradient-to: rgb(224 242 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 1), var(--tw-gradient-to); +} +.via-sky-200\/0{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0), var(--tw-gradient-to); +} +.via-sky-200\/5{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.05), var(--tw-gradient-to); +} +.via-sky-200\/10{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.1), var(--tw-gradient-to); +} +.via-sky-200\/20{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.2), var(--tw-gradient-to); +} +.via-sky-200\/25{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.25), var(--tw-gradient-to); +} +.via-sky-200\/30{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.3), var(--tw-gradient-to); +} +.via-sky-200\/40{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.4), var(--tw-gradient-to); +} +.via-sky-200\/50{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.5), var(--tw-gradient-to); +} +.via-sky-200\/60{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.6), var(--tw-gradient-to); +} +.via-sky-200\/70{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.7), var(--tw-gradient-to); +} +.via-sky-200\/75{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.75), var(--tw-gradient-to); +} +.via-sky-200\/80{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.8), var(--tw-gradient-to); +} +.via-sky-200\/90{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.9), var(--tw-gradient-to); +} +.via-sky-200\/95{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 0.95), var(--tw-gradient-to); +} +.via-sky-200\/100{ + --tw-gradient-to: rgb(186 230 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / 1), var(--tw-gradient-to); +} +.via-sky-300\/0{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0), var(--tw-gradient-to); +} +.via-sky-300\/5{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.05), var(--tw-gradient-to); +} +.via-sky-300\/10{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.1), var(--tw-gradient-to); +} +.via-sky-300\/20{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.2), var(--tw-gradient-to); +} +.via-sky-300\/25{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.25), var(--tw-gradient-to); +} +.via-sky-300\/30{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.3), var(--tw-gradient-to); +} +.via-sky-300\/40{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.4), var(--tw-gradient-to); +} +.via-sky-300\/50{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.5), var(--tw-gradient-to); +} +.via-sky-300\/60{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.6), var(--tw-gradient-to); +} +.via-sky-300\/70{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.7), var(--tw-gradient-to); +} +.via-sky-300\/75{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.75), var(--tw-gradient-to); +} +.via-sky-300\/80{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.8), var(--tw-gradient-to); +} +.via-sky-300\/90{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.9), var(--tw-gradient-to); +} +.via-sky-300\/95{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.95), var(--tw-gradient-to); +} +.via-sky-300\/100{ + --tw-gradient-to: rgb(125 211 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 1), var(--tw-gradient-to); +} +.via-sky-400\/0{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0), var(--tw-gradient-to); +} +.via-sky-400\/5{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.05), var(--tw-gradient-to); +} +.via-sky-400\/10{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.1), var(--tw-gradient-to); +} +.via-sky-400\/20{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.2), var(--tw-gradient-to); +} +.via-sky-400\/25{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.25), var(--tw-gradient-to); +} +.via-sky-400\/30{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.3), var(--tw-gradient-to); +} +.via-sky-400\/40{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.4), var(--tw-gradient-to); +} +.via-sky-400\/50{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.5), var(--tw-gradient-to); +} +.via-sky-400\/60{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.6), var(--tw-gradient-to); +} +.via-sky-400\/70{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.7), var(--tw-gradient-to); +} +.via-sky-400\/75{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.75), var(--tw-gradient-to); +} +.via-sky-400\/80{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.8), var(--tw-gradient-to); +} +.via-sky-400\/90{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.9), var(--tw-gradient-to); +} +.via-sky-400\/95{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.95), var(--tw-gradient-to); +} +.via-sky-400\/100{ + --tw-gradient-to: rgb(56 189 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 1), var(--tw-gradient-to); +} +.via-sky-500\/0{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0), var(--tw-gradient-to); +} +.via-sky-500\/5{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.05), var(--tw-gradient-to); +} +.via-sky-500\/10{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.1), var(--tw-gradient-to); +} +.via-sky-500\/20{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.2), var(--tw-gradient-to); +} +.via-sky-500\/25{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.25), var(--tw-gradient-to); +} +.via-sky-500\/30{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.3), var(--tw-gradient-to); +} +.via-sky-500\/40{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.4), var(--tw-gradient-to); +} +.via-sky-500\/50{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.5), var(--tw-gradient-to); +} +.via-sky-500\/60{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.6), var(--tw-gradient-to); +} +.via-sky-500\/70{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.7), var(--tw-gradient-to); +} +.via-sky-500\/75{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.75), var(--tw-gradient-to); +} +.via-sky-500\/80{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.8), var(--tw-gradient-to); +} +.via-sky-500\/90{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.9), var(--tw-gradient-to); +} +.via-sky-500\/95{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 0.95), var(--tw-gradient-to); +} +.via-sky-500\/100{ + --tw-gradient-to: rgb(14 165 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(14 165 233 / 1), var(--tw-gradient-to); +} +.via-sky-600\/0{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0), var(--tw-gradient-to); +} +.via-sky-600\/5{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.05), var(--tw-gradient-to); +} +.via-sky-600\/10{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.1), var(--tw-gradient-to); +} +.via-sky-600\/20{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.2), var(--tw-gradient-to); +} +.via-sky-600\/25{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.25), var(--tw-gradient-to); +} +.via-sky-600\/30{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.3), var(--tw-gradient-to); +} +.via-sky-600\/40{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.4), var(--tw-gradient-to); +} +.via-sky-600\/50{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.5), var(--tw-gradient-to); +} +.via-sky-600\/60{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.6), var(--tw-gradient-to); +} +.via-sky-600\/70{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.7), var(--tw-gradient-to); +} +.via-sky-600\/75{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.75), var(--tw-gradient-to); +} +.via-sky-600\/80{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.8), var(--tw-gradient-to); +} +.via-sky-600\/90{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.9), var(--tw-gradient-to); +} +.via-sky-600\/95{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 0.95), var(--tw-gradient-to); +} +.via-sky-600\/100{ + --tw-gradient-to: rgb(2 132 199 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(2 132 199 / 1), var(--tw-gradient-to); +} +.via-sky-700\/0{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0), var(--tw-gradient-to); +} +.via-sky-700\/5{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.05), var(--tw-gradient-to); +} +.via-sky-700\/10{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.1), var(--tw-gradient-to); +} +.via-sky-700\/20{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.2), var(--tw-gradient-to); +} +.via-sky-700\/25{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.25), var(--tw-gradient-to); +} +.via-sky-700\/30{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.3), var(--tw-gradient-to); +} +.via-sky-700\/40{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.4), var(--tw-gradient-to); +} +.via-sky-700\/50{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.5), var(--tw-gradient-to); +} +.via-sky-700\/60{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.6), var(--tw-gradient-to); +} +.via-sky-700\/70{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.7), var(--tw-gradient-to); +} +.via-sky-700\/75{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.75), var(--tw-gradient-to); +} +.via-sky-700\/80{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.8), var(--tw-gradient-to); +} +.via-sky-700\/90{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.9), var(--tw-gradient-to); +} +.via-sky-700\/95{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 0.95), var(--tw-gradient-to); +} +.via-sky-700\/100{ + --tw-gradient-to: rgb(3 105 161 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(3 105 161 / 1), var(--tw-gradient-to); +} +.via-sky-800\/0{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0), var(--tw-gradient-to); +} +.via-sky-800\/5{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.05), var(--tw-gradient-to); +} +.via-sky-800\/10{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.1), var(--tw-gradient-to); +} +.via-sky-800\/20{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.2), var(--tw-gradient-to); +} +.via-sky-800\/25{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.25), var(--tw-gradient-to); +} +.via-sky-800\/30{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.3), var(--tw-gradient-to); +} +.via-sky-800\/40{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.4), var(--tw-gradient-to); +} +.via-sky-800\/50{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.5), var(--tw-gradient-to); +} +.via-sky-800\/60{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.6), var(--tw-gradient-to); +} +.via-sky-800\/70{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.7), var(--tw-gradient-to); +} +.via-sky-800\/75{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.75), var(--tw-gradient-to); +} +.via-sky-800\/80{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.8), var(--tw-gradient-to); +} +.via-sky-800\/90{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.9), var(--tw-gradient-to); +} +.via-sky-800\/95{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 0.95), var(--tw-gradient-to); +} +.via-sky-800\/100{ + --tw-gradient-to: rgb(7 89 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(7 89 133 / 1), var(--tw-gradient-to); +} +.via-sky-900\/0{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0), var(--tw-gradient-to); +} +.via-sky-900\/5{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.05), var(--tw-gradient-to); +} +.via-sky-900\/10{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.1), var(--tw-gradient-to); +} +.via-sky-900\/20{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.2), var(--tw-gradient-to); +} +.via-sky-900\/25{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.25), var(--tw-gradient-to); +} +.via-sky-900\/30{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.3), var(--tw-gradient-to); +} +.via-sky-900\/40{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.4), var(--tw-gradient-to); +} +.via-sky-900\/50{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.5), var(--tw-gradient-to); +} +.via-sky-900\/60{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.6), var(--tw-gradient-to); +} +.via-sky-900\/70{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.7), var(--tw-gradient-to); +} +.via-sky-900\/75{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.75), var(--tw-gradient-to); +} +.via-sky-900\/80{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.8), var(--tw-gradient-to); +} +.via-sky-900\/90{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.9), var(--tw-gradient-to); +} +.via-sky-900\/95{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 0.95), var(--tw-gradient-to); +} +.via-sky-900\/100{ + --tw-gradient-to: rgb(12 74 110 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(12 74 110 / 1), var(--tw-gradient-to); +} +.via-blue-50\/0{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0), var(--tw-gradient-to); +} +.via-blue-50\/5{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.05), var(--tw-gradient-to); +} +.via-blue-50\/10{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.1), var(--tw-gradient-to); +} +.via-blue-50\/20{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.2), var(--tw-gradient-to); +} +.via-blue-50\/25{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.25), var(--tw-gradient-to); +} +.via-blue-50\/30{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.3), var(--tw-gradient-to); +} +.via-blue-50\/40{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.4), var(--tw-gradient-to); +} +.via-blue-50\/50{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.5), var(--tw-gradient-to); +} +.via-blue-50\/60{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.6), var(--tw-gradient-to); +} +.via-blue-50\/70{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.7), var(--tw-gradient-to); +} +.via-blue-50\/75{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.75), var(--tw-gradient-to); +} +.via-blue-50\/80{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.8), var(--tw-gradient-to); +} +.via-blue-50\/90{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.9), var(--tw-gradient-to); +} +.via-blue-50\/95{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 0.95), var(--tw-gradient-to); +} +.via-blue-50\/100{ + --tw-gradient-to: rgb(242 248 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 248 251 / 1), var(--tw-gradient-to); +} +.via-blue-100\/0{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0), var(--tw-gradient-to); +} +.via-blue-100\/5{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.05), var(--tw-gradient-to); +} +.via-blue-100\/10{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.1), var(--tw-gradient-to); +} +.via-blue-100\/20{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.2), var(--tw-gradient-to); +} +.via-blue-100\/25{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.25), var(--tw-gradient-to); +} +.via-blue-100\/30{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.3), var(--tw-gradient-to); +} +.via-blue-100\/40{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.4), var(--tw-gradient-to); +} +.via-blue-100\/50{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.5), var(--tw-gradient-to); +} +.via-blue-100\/60{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.6), var(--tw-gradient-to); +} +.via-blue-100\/70{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.7), var(--tw-gradient-to); +} +.via-blue-100\/75{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.75), var(--tw-gradient-to); +} +.via-blue-100\/80{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.8), var(--tw-gradient-to); +} +.via-blue-100\/90{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.9), var(--tw-gradient-to); +} +.via-blue-100\/95{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.95), var(--tw-gradient-to); +} +.via-blue-100\/100{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 1), var(--tw-gradient-to); +} +.via-blue-200\/0{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0), var(--tw-gradient-to); +} +.via-blue-200\/5{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.05), var(--tw-gradient-to); +} +.via-blue-200\/10{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.1), var(--tw-gradient-to); +} +.via-blue-200\/20{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.2), var(--tw-gradient-to); +} +.via-blue-200\/25{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.25), var(--tw-gradient-to); +} +.via-blue-200\/30{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.3), var(--tw-gradient-to); +} +.via-blue-200\/40{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.4), var(--tw-gradient-to); +} +.via-blue-200\/50{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.5), var(--tw-gradient-to); +} +.via-blue-200\/60{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.6), var(--tw-gradient-to); +} +.via-blue-200\/70{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.7), var(--tw-gradient-to); +} +.via-blue-200\/75{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.75), var(--tw-gradient-to); +} +.via-blue-200\/80{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.8), var(--tw-gradient-to); +} +.via-blue-200\/90{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.9), var(--tw-gradient-to); +} +.via-blue-200\/95{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 0.95), var(--tw-gradient-to); +} +.via-blue-200\/100{ + --tw-gradient-to: rgb(191 219 233 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 233 / 1), var(--tw-gradient-to); +} +.via-blue-300\/0{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0), var(--tw-gradient-to); +} +.via-blue-300\/5{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.05), var(--tw-gradient-to); +} +.via-blue-300\/10{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.1), var(--tw-gradient-to); +} +.via-blue-300\/20{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.2), var(--tw-gradient-to); +} +.via-blue-300\/25{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.25), var(--tw-gradient-to); +} +.via-blue-300\/30{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.3), var(--tw-gradient-to); +} +.via-blue-300\/40{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.4), var(--tw-gradient-to); +} +.via-blue-300\/50{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.5), var(--tw-gradient-to); +} +.via-blue-300\/60{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.6), var(--tw-gradient-to); +} +.via-blue-300\/70{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.7), var(--tw-gradient-to); +} +.via-blue-300\/75{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.75), var(--tw-gradient-to); +} +.via-blue-300\/80{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.8), var(--tw-gradient-to); +} +.via-blue-300\/90{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.9), var(--tw-gradient-to); +} +.via-blue-300\/95{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 0.95), var(--tw-gradient-to); +} +.via-blue-300\/100{ + --tw-gradient-to: rgb(153 197 219 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 197 219 / 1), var(--tw-gradient-to); +} +.via-blue-400\/0{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0), var(--tw-gradient-to); +} +.via-blue-400\/5{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.05), var(--tw-gradient-to); +} +.via-blue-400\/10{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.1), var(--tw-gradient-to); +} +.via-blue-400\/20{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.2), var(--tw-gradient-to); +} +.via-blue-400\/25{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.25), var(--tw-gradient-to); +} +.via-blue-400\/30{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.3), var(--tw-gradient-to); +} +.via-blue-400\/40{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.4), var(--tw-gradient-to); +} +.via-blue-400\/50{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.5), var(--tw-gradient-to); +} +.via-blue-400\/60{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.6), var(--tw-gradient-to); +} +.via-blue-400\/70{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.7), var(--tw-gradient-to); +} +.via-blue-400\/75{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.75), var(--tw-gradient-to); +} +.via-blue-400\/80{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.8), var(--tw-gradient-to); +} +.via-blue-400\/90{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.9), var(--tw-gradient-to); +} +.via-blue-400\/95{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 0.95), var(--tw-gradient-to); +} +.via-blue-400\/100{ + --tw-gradient-to: rgb(77 154 193 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 154 193 / 1), var(--tw-gradient-to); +} +.via-blue-500\/0{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0), var(--tw-gradient-to); +} +.via-blue-500\/5{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.05), var(--tw-gradient-to); +} +.via-blue-500\/10{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.1), var(--tw-gradient-to); +} +.via-blue-500\/20{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.2), var(--tw-gradient-to); +} +.via-blue-500\/25{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.25), var(--tw-gradient-to); +} +.via-blue-500\/30{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.3), var(--tw-gradient-to); +} +.via-blue-500\/40{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.4), var(--tw-gradient-to); +} +.via-blue-500\/50{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.5), var(--tw-gradient-to); +} +.via-blue-500\/60{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.6), var(--tw-gradient-to); +} +.via-blue-500\/70{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.7), var(--tw-gradient-to); +} +.via-blue-500\/75{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.75), var(--tw-gradient-to); +} +.via-blue-500\/80{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.8), var(--tw-gradient-to); +} +.via-blue-500\/90{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.9), var(--tw-gradient-to); +} +.via-blue-500\/95{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.95), var(--tw-gradient-to); +} +.via-blue-500\/100{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 1), var(--tw-gradient-to); +} +.via-blue-600\/0{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0), var(--tw-gradient-to); +} +.via-blue-600\/5{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.05), var(--tw-gradient-to); +} +.via-blue-600\/10{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.1), var(--tw-gradient-to); +} +.via-blue-600\/20{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.2), var(--tw-gradient-to); +} +.via-blue-600\/25{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.25), var(--tw-gradient-to); +} +.via-blue-600\/30{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.3), var(--tw-gradient-to); +} +.via-blue-600\/40{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.4), var(--tw-gradient-to); +} +.via-blue-600\/50{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.5), var(--tw-gradient-to); +} +.via-blue-600\/60{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.6), var(--tw-gradient-to); +} +.via-blue-600\/70{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.7), var(--tw-gradient-to); +} +.via-blue-600\/75{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.75), var(--tw-gradient-to); +} +.via-blue-600\/80{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.8), var(--tw-gradient-to); +} +.via-blue-600\/90{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.9), var(--tw-gradient-to); +} +.via-blue-600\/95{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.95), var(--tw-gradient-to); +} +.via-blue-600\/100{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 1), var(--tw-gradient-to); +} +.via-blue-700\/0{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0), var(--tw-gradient-to); +} +.via-blue-700\/5{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.05), var(--tw-gradient-to); +} +.via-blue-700\/10{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.1), var(--tw-gradient-to); +} +.via-blue-700\/20{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.2), var(--tw-gradient-to); +} +.via-blue-700\/25{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.25), var(--tw-gradient-to); +} +.via-blue-700\/30{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.3), var(--tw-gradient-to); +} +.via-blue-700\/40{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.4), var(--tw-gradient-to); +} +.via-blue-700\/50{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.5), var(--tw-gradient-to); +} +.via-blue-700\/60{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.6), var(--tw-gradient-to); +} +.via-blue-700\/70{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.7), var(--tw-gradient-to); +} +.via-blue-700\/75{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.75), var(--tw-gradient-to); +} +.via-blue-700\/80{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.8), var(--tw-gradient-to); +} +.via-blue-700\/90{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.9), var(--tw-gradient-to); +} +.via-blue-700\/95{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 0.95), var(--tw-gradient-to); +} +.via-blue-700\/100{ + --tw-gradient-to: rgb(0 83 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 83 125 / 1), var(--tw-gradient-to); +} +.via-blue-800\/0{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0), var(--tw-gradient-to); +} +.via-blue-800\/5{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.05), var(--tw-gradient-to); +} +.via-blue-800\/10{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.1), var(--tw-gradient-to); +} +.via-blue-800\/20{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.2), var(--tw-gradient-to); +} +.via-blue-800\/25{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.25), var(--tw-gradient-to); +} +.via-blue-800\/30{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.3), var(--tw-gradient-to); +} +.via-blue-800\/40{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.4), var(--tw-gradient-to); +} +.via-blue-800\/50{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.5), var(--tw-gradient-to); +} +.via-blue-800\/60{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.6), var(--tw-gradient-to); +} +.via-blue-800\/70{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.7), var(--tw-gradient-to); +} +.via-blue-800\/75{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.75), var(--tw-gradient-to); +} +.via-blue-800\/80{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.8), var(--tw-gradient-to); +} +.via-blue-800\/90{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.9), var(--tw-gradient-to); +} +.via-blue-800\/95{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 0.95), var(--tw-gradient-to); +} +.via-blue-800\/100{ + --tw-gradient-to: rgb(0 66 100 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 100 / 1), var(--tw-gradient-to); +} +.via-blue-900\/0{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0), var(--tw-gradient-to); +} +.via-blue-900\/5{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.05), var(--tw-gradient-to); +} +.via-blue-900\/10{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.1), var(--tw-gradient-to); +} +.via-blue-900\/20{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.2), var(--tw-gradient-to); +} +.via-blue-900\/25{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.25), var(--tw-gradient-to); +} +.via-blue-900\/30{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.3), var(--tw-gradient-to); +} +.via-blue-900\/40{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.4), var(--tw-gradient-to); +} +.via-blue-900\/50{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.5), var(--tw-gradient-to); +} +.via-blue-900\/60{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.6), var(--tw-gradient-to); +} +.via-blue-900\/70{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.7), var(--tw-gradient-to); +} +.via-blue-900\/75{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.75), var(--tw-gradient-to); +} +.via-blue-900\/80{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.8), var(--tw-gradient-to); +} +.via-blue-900\/90{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.9), var(--tw-gradient-to); +} +.via-blue-900\/95{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 0.95), var(--tw-gradient-to); +} +.via-blue-900\/100{ + --tw-gradient-to: rgb(0 54 81 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 54 81 / 1), var(--tw-gradient-to); +} +.via-blue\/0{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0), var(--tw-gradient-to); +} +.via-blue\/5{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.05), var(--tw-gradient-to); +} +.via-blue\/10{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.1), var(--tw-gradient-to); +} +.via-blue\/20{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.2), var(--tw-gradient-to); +} +.via-blue\/25{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.25), var(--tw-gradient-to); +} +.via-blue\/30{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.3), var(--tw-gradient-to); +} +.via-blue\/40{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.4), var(--tw-gradient-to); +} +.via-blue\/50{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.5), var(--tw-gradient-to); +} +.via-blue\/60{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.6), var(--tw-gradient-to); +} +.via-blue\/70{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.7), var(--tw-gradient-to); +} +.via-blue\/75{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.75), var(--tw-gradient-to); +} +.via-blue\/80{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.8), var(--tw-gradient-to); +} +.via-blue\/90{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.9), var(--tw-gradient-to); +} +.via-blue\/95{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 0.95), var(--tw-gradient-to); +} +.via-blue\/100{ + --tw-gradient-to: rgb(0 110 166 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 110 166 / 1), var(--tw-gradient-to); +} +.via-indigo-50\/0{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0), var(--tw-gradient-to); +} +.via-indigo-50\/5{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.05), var(--tw-gradient-to); +} +.via-indigo-50\/10{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.1), var(--tw-gradient-to); +} +.via-indigo-50\/20{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.2), var(--tw-gradient-to); +} +.via-indigo-50\/25{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.25), var(--tw-gradient-to); +} +.via-indigo-50\/30{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.3), var(--tw-gradient-to); +} +.via-indigo-50\/40{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.4), var(--tw-gradient-to); +} +.via-indigo-50\/50{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.5), var(--tw-gradient-to); +} +.via-indigo-50\/60{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.6), var(--tw-gradient-to); +} +.via-indigo-50\/70{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.7), var(--tw-gradient-to); +} +.via-indigo-50\/75{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.75), var(--tw-gradient-to); +} +.via-indigo-50\/80{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.8), var(--tw-gradient-to); +} +.via-indigo-50\/90{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.9), var(--tw-gradient-to); +} +.via-indigo-50\/95{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 0.95), var(--tw-gradient-to); +} +.via-indigo-50\/100{ + --tw-gradient-to: rgb(240 245 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 245 255 / 1), var(--tw-gradient-to); +} +.via-indigo-100\/0{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0), var(--tw-gradient-to); +} +.via-indigo-100\/5{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.05), var(--tw-gradient-to); +} +.via-indigo-100\/10{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.1), var(--tw-gradient-to); +} +.via-indigo-100\/20{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.2), var(--tw-gradient-to); +} +.via-indigo-100\/25{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.25), var(--tw-gradient-to); +} +.via-indigo-100\/30{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.3), var(--tw-gradient-to); +} +.via-indigo-100\/40{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.4), var(--tw-gradient-to); +} +.via-indigo-100\/50{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.5), var(--tw-gradient-to); +} +.via-indigo-100\/60{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.6), var(--tw-gradient-to); +} +.via-indigo-100\/70{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.7), var(--tw-gradient-to); +} +.via-indigo-100\/75{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.75), var(--tw-gradient-to); +} +.via-indigo-100\/80{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.8), var(--tw-gradient-to); +} +.via-indigo-100\/90{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.9), var(--tw-gradient-to); +} +.via-indigo-100\/95{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 0.95), var(--tw-gradient-to); +} +.via-indigo-100\/100{ + --tw-gradient-to: rgb(229 237 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(229 237 255 / 1), var(--tw-gradient-to); +} +.via-indigo-200\/0{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0), var(--tw-gradient-to); +} +.via-indigo-200\/5{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.05), var(--tw-gradient-to); +} +.via-indigo-200\/10{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.1), var(--tw-gradient-to); +} +.via-indigo-200\/20{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.2), var(--tw-gradient-to); +} +.via-indigo-200\/25{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.25), var(--tw-gradient-to); +} +.via-indigo-200\/30{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.3), var(--tw-gradient-to); +} +.via-indigo-200\/40{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.4), var(--tw-gradient-to); +} +.via-indigo-200\/50{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.5), var(--tw-gradient-to); +} +.via-indigo-200\/60{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.6), var(--tw-gradient-to); +} +.via-indigo-200\/70{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.7), var(--tw-gradient-to); +} +.via-indigo-200\/75{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.75), var(--tw-gradient-to); +} +.via-indigo-200\/80{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.8), var(--tw-gradient-to); +} +.via-indigo-200\/90{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.9), var(--tw-gradient-to); +} +.via-indigo-200\/95{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 0.95), var(--tw-gradient-to); +} +.via-indigo-200\/100{ + --tw-gradient-to: rgb(205 219 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(205 219 254 / 1), var(--tw-gradient-to); +} +.via-indigo-300\/0{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0), var(--tw-gradient-to); +} +.via-indigo-300\/5{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.05), var(--tw-gradient-to); +} +.via-indigo-300\/10{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.1), var(--tw-gradient-to); +} +.via-indigo-300\/20{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.2), var(--tw-gradient-to); +} +.via-indigo-300\/25{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.25), var(--tw-gradient-to); +} +.via-indigo-300\/30{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.3), var(--tw-gradient-to); +} +.via-indigo-300\/40{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.4), var(--tw-gradient-to); +} +.via-indigo-300\/50{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.5), var(--tw-gradient-to); +} +.via-indigo-300\/60{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.6), var(--tw-gradient-to); +} +.via-indigo-300\/70{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.7), var(--tw-gradient-to); +} +.via-indigo-300\/75{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.75), var(--tw-gradient-to); +} +.via-indigo-300\/80{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.8), var(--tw-gradient-to); +} +.via-indigo-300\/90{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.9), var(--tw-gradient-to); +} +.via-indigo-300\/95{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 0.95), var(--tw-gradient-to); +} +.via-indigo-300\/100{ + --tw-gradient-to: rgb(180 198 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(180 198 252 / 1), var(--tw-gradient-to); +} +.via-indigo-400\/0{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0), var(--tw-gradient-to); +} +.via-indigo-400\/5{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.05), var(--tw-gradient-to); +} +.via-indigo-400\/10{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.1), var(--tw-gradient-to); +} +.via-indigo-400\/20{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.2), var(--tw-gradient-to); +} +.via-indigo-400\/25{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.25), var(--tw-gradient-to); +} +.via-indigo-400\/30{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.3), var(--tw-gradient-to); +} +.via-indigo-400\/40{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.4), var(--tw-gradient-to); +} +.via-indigo-400\/50{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.5), var(--tw-gradient-to); +} +.via-indigo-400\/60{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.6), var(--tw-gradient-to); +} +.via-indigo-400\/70{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.7), var(--tw-gradient-to); +} +.via-indigo-400\/75{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.75), var(--tw-gradient-to); +} +.via-indigo-400\/80{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.8), var(--tw-gradient-to); +} +.via-indigo-400\/90{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.9), var(--tw-gradient-to); +} +.via-indigo-400\/95{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 0.95), var(--tw-gradient-to); +} +.via-indigo-400\/100{ + --tw-gradient-to: rgb(141 162 251 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(141 162 251 / 1), var(--tw-gradient-to); +} +.via-indigo-500\/0{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0), var(--tw-gradient-to); +} +.via-indigo-500\/5{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.05), var(--tw-gradient-to); +} +.via-indigo-500\/10{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.1), var(--tw-gradient-to); +} +.via-indigo-500\/20{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.2), var(--tw-gradient-to); +} +.via-indigo-500\/25{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.25), var(--tw-gradient-to); +} +.via-indigo-500\/30{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.3), var(--tw-gradient-to); +} +.via-indigo-500\/40{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.4), var(--tw-gradient-to); +} +.via-indigo-500\/50{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.5), var(--tw-gradient-to); +} +.via-indigo-500\/60{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.6), var(--tw-gradient-to); +} +.via-indigo-500\/70{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.7), var(--tw-gradient-to); +} +.via-indigo-500\/75{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.75), var(--tw-gradient-to); +} +.via-indigo-500\/80{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.8), var(--tw-gradient-to); +} +.via-indigo-500\/90{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.9), var(--tw-gradient-to); +} +.via-indigo-500\/95{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 0.95), var(--tw-gradient-to); +} +.via-indigo-500\/100{ + --tw-gradient-to: rgb(104 117 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(104 117 245 / 1), var(--tw-gradient-to); +} +.via-indigo-600\/0{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0), var(--tw-gradient-to); +} +.via-indigo-600\/5{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.05), var(--tw-gradient-to); +} +.via-indigo-600\/10{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.1), var(--tw-gradient-to); +} +.via-indigo-600\/20{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.2), var(--tw-gradient-to); +} +.via-indigo-600\/25{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.25), var(--tw-gradient-to); +} +.via-indigo-600\/30{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.3), var(--tw-gradient-to); +} +.via-indigo-600\/40{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.4), var(--tw-gradient-to); +} +.via-indigo-600\/50{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.5), var(--tw-gradient-to); +} +.via-indigo-600\/60{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.6), var(--tw-gradient-to); +} +.via-indigo-600\/70{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.7), var(--tw-gradient-to); +} +.via-indigo-600\/75{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.75), var(--tw-gradient-to); +} +.via-indigo-600\/80{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.8), var(--tw-gradient-to); +} +.via-indigo-600\/90{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.9), var(--tw-gradient-to); +} +.via-indigo-600\/95{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 0.95), var(--tw-gradient-to); +} +.via-indigo-600\/100{ + --tw-gradient-to: rgb(88 80 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(88 80 236 / 1), var(--tw-gradient-to); +} +.via-indigo-700\/0{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0), var(--tw-gradient-to); +} +.via-indigo-700\/5{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.05), var(--tw-gradient-to); +} +.via-indigo-700\/10{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.1), var(--tw-gradient-to); +} +.via-indigo-700\/20{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.2), var(--tw-gradient-to); +} +.via-indigo-700\/25{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.25), var(--tw-gradient-to); +} +.via-indigo-700\/30{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.3), var(--tw-gradient-to); +} +.via-indigo-700\/40{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.4), var(--tw-gradient-to); +} +.via-indigo-700\/50{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.5), var(--tw-gradient-to); +} +.via-indigo-700\/60{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.6), var(--tw-gradient-to); +} +.via-indigo-700\/70{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.7), var(--tw-gradient-to); +} +.via-indigo-700\/75{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.75), var(--tw-gradient-to); +} +.via-indigo-700\/80{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.8), var(--tw-gradient-to); +} +.via-indigo-700\/90{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.9), var(--tw-gradient-to); +} +.via-indigo-700\/95{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 0.95), var(--tw-gradient-to); +} +.via-indigo-700\/100{ + --tw-gradient-to: rgb(81 69 205 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(81 69 205 / 1), var(--tw-gradient-to); +} +.via-indigo-800\/0{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0), var(--tw-gradient-to); +} +.via-indigo-800\/5{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.05), var(--tw-gradient-to); +} +.via-indigo-800\/10{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.1), var(--tw-gradient-to); +} +.via-indigo-800\/20{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.2), var(--tw-gradient-to); +} +.via-indigo-800\/25{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.25), var(--tw-gradient-to); +} +.via-indigo-800\/30{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.3), var(--tw-gradient-to); +} +.via-indigo-800\/40{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.4), var(--tw-gradient-to); +} +.via-indigo-800\/50{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.5), var(--tw-gradient-to); +} +.via-indigo-800\/60{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.6), var(--tw-gradient-to); +} +.via-indigo-800\/70{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.7), var(--tw-gradient-to); +} +.via-indigo-800\/75{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.75), var(--tw-gradient-to); +} +.via-indigo-800\/80{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.8), var(--tw-gradient-to); +} +.via-indigo-800\/90{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.9), var(--tw-gradient-to); +} +.via-indigo-800\/95{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 0.95), var(--tw-gradient-to); +} +.via-indigo-800\/100{ + --tw-gradient-to: rgb(66 56 157 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(66 56 157 / 1), var(--tw-gradient-to); +} +.via-indigo-900\/0{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0), var(--tw-gradient-to); +} +.via-indigo-900\/5{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.05), var(--tw-gradient-to); +} +.via-indigo-900\/10{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.1), var(--tw-gradient-to); +} +.via-indigo-900\/20{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.2), var(--tw-gradient-to); +} +.via-indigo-900\/25{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.25), var(--tw-gradient-to); +} +.via-indigo-900\/30{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.3), var(--tw-gradient-to); +} +.via-indigo-900\/40{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.4), var(--tw-gradient-to); +} +.via-indigo-900\/50{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.5), var(--tw-gradient-to); +} +.via-indigo-900\/60{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.6), var(--tw-gradient-to); +} +.via-indigo-900\/70{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.7), var(--tw-gradient-to); +} +.via-indigo-900\/75{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.75), var(--tw-gradient-to); +} +.via-indigo-900\/80{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.8), var(--tw-gradient-to); +} +.via-indigo-900\/90{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.9), var(--tw-gradient-to); +} +.via-indigo-900\/95{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 0.95), var(--tw-gradient-to); +} +.via-indigo-900\/100{ + --tw-gradient-to: rgb(54 47 120 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(54 47 120 / 1), var(--tw-gradient-to); +} +.via-violet-50\/0{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0), var(--tw-gradient-to); +} +.via-violet-50\/5{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.05), var(--tw-gradient-to); +} +.via-violet-50\/10{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.1), var(--tw-gradient-to); +} +.via-violet-50\/20{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.2), var(--tw-gradient-to); +} +.via-violet-50\/25{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.25), var(--tw-gradient-to); +} +.via-violet-50\/30{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.3), var(--tw-gradient-to); +} +.via-violet-50\/40{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.4), var(--tw-gradient-to); +} +.via-violet-50\/50{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.5), var(--tw-gradient-to); +} +.via-violet-50\/60{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.6), var(--tw-gradient-to); +} +.via-violet-50\/70{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.7), var(--tw-gradient-to); +} +.via-violet-50\/75{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.75), var(--tw-gradient-to); +} +.via-violet-50\/80{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.8), var(--tw-gradient-to); +} +.via-violet-50\/90{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.9), var(--tw-gradient-to); +} +.via-violet-50\/95{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 0.95), var(--tw-gradient-to); +} +.via-violet-50\/100{ + --tw-gradient-to: rgb(245 243 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / 1), var(--tw-gradient-to); +} +.via-violet-100\/0{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0), var(--tw-gradient-to); +} +.via-violet-100\/5{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.05), var(--tw-gradient-to); +} +.via-violet-100\/10{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.1), var(--tw-gradient-to); +} +.via-violet-100\/20{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.2), var(--tw-gradient-to); +} +.via-violet-100\/25{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.25), var(--tw-gradient-to); +} +.via-violet-100\/30{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.3), var(--tw-gradient-to); +} +.via-violet-100\/40{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.4), var(--tw-gradient-to); +} +.via-violet-100\/50{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.5), var(--tw-gradient-to); +} +.via-violet-100\/60{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.6), var(--tw-gradient-to); +} +.via-violet-100\/70{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.7), var(--tw-gradient-to); +} +.via-violet-100\/75{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.75), var(--tw-gradient-to); +} +.via-violet-100\/80{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.8), var(--tw-gradient-to); +} +.via-violet-100\/90{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.9), var(--tw-gradient-to); +} +.via-violet-100\/95{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 0.95), var(--tw-gradient-to); +} +.via-violet-100\/100{ + --tw-gradient-to: rgb(237 233 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 233 254 / 1), var(--tw-gradient-to); +} +.via-violet-200\/0{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0), var(--tw-gradient-to); +} +.via-violet-200\/5{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.05), var(--tw-gradient-to); +} +.via-violet-200\/10{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.1), var(--tw-gradient-to); +} +.via-violet-200\/20{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.2), var(--tw-gradient-to); +} +.via-violet-200\/25{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.25), var(--tw-gradient-to); +} +.via-violet-200\/30{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.3), var(--tw-gradient-to); +} +.via-violet-200\/40{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.4), var(--tw-gradient-to); +} +.via-violet-200\/50{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.5), var(--tw-gradient-to); +} +.via-violet-200\/60{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.6), var(--tw-gradient-to); +} +.via-violet-200\/70{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.7), var(--tw-gradient-to); +} +.via-violet-200\/75{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.75), var(--tw-gradient-to); +} +.via-violet-200\/80{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.8), var(--tw-gradient-to); +} +.via-violet-200\/90{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.9), var(--tw-gradient-to); +} +.via-violet-200\/95{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 0.95), var(--tw-gradient-to); +} +.via-violet-200\/100{ + --tw-gradient-to: rgb(221 214 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 214 254 / 1), var(--tw-gradient-to); +} +.via-violet-300\/0{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0), var(--tw-gradient-to); +} +.via-violet-300\/5{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.05), var(--tw-gradient-to); +} +.via-violet-300\/10{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.1), var(--tw-gradient-to); +} +.via-violet-300\/20{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.2), var(--tw-gradient-to); +} +.via-violet-300\/25{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.25), var(--tw-gradient-to); +} +.via-violet-300\/30{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.3), var(--tw-gradient-to); +} +.via-violet-300\/40{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.4), var(--tw-gradient-to); +} +.via-violet-300\/50{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.5), var(--tw-gradient-to); +} +.via-violet-300\/60{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.6), var(--tw-gradient-to); +} +.via-violet-300\/70{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.7), var(--tw-gradient-to); +} +.via-violet-300\/75{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.75), var(--tw-gradient-to); +} +.via-violet-300\/80{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.8), var(--tw-gradient-to); +} +.via-violet-300\/90{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.9), var(--tw-gradient-to); +} +.via-violet-300\/95{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 0.95), var(--tw-gradient-to); +} +.via-violet-300\/100{ + --tw-gradient-to: rgb(196 181 253 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(196 181 253 / 1), var(--tw-gradient-to); +} +.via-violet-400\/0{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0), var(--tw-gradient-to); +} +.via-violet-400\/5{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.05), var(--tw-gradient-to); +} +.via-violet-400\/10{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.1), var(--tw-gradient-to); +} +.via-violet-400\/20{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.2), var(--tw-gradient-to); +} +.via-violet-400\/25{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.25), var(--tw-gradient-to); +} +.via-violet-400\/30{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.3), var(--tw-gradient-to); +} +.via-violet-400\/40{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.4), var(--tw-gradient-to); +} +.via-violet-400\/50{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.5), var(--tw-gradient-to); +} +.via-violet-400\/60{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.6), var(--tw-gradient-to); +} +.via-violet-400\/70{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.7), var(--tw-gradient-to); +} +.via-violet-400\/75{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.75), var(--tw-gradient-to); +} +.via-violet-400\/80{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.8), var(--tw-gradient-to); +} +.via-violet-400\/90{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.9), var(--tw-gradient-to); +} +.via-violet-400\/95{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 0.95), var(--tw-gradient-to); +} +.via-violet-400\/100{ + --tw-gradient-to: rgb(167 139 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(167 139 250 / 1), var(--tw-gradient-to); +} +.via-violet-500\/0{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0), var(--tw-gradient-to); +} +.via-violet-500\/5{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.05), var(--tw-gradient-to); +} +.via-violet-500\/10{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.1), var(--tw-gradient-to); +} +.via-violet-500\/20{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.2), var(--tw-gradient-to); +} +.via-violet-500\/25{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.25), var(--tw-gradient-to); +} +.via-violet-500\/30{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.3), var(--tw-gradient-to); +} +.via-violet-500\/40{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.4), var(--tw-gradient-to); +} +.via-violet-500\/50{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.5), var(--tw-gradient-to); +} +.via-violet-500\/60{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.6), var(--tw-gradient-to); +} +.via-violet-500\/70{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.7), var(--tw-gradient-to); +} +.via-violet-500\/75{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.75), var(--tw-gradient-to); +} +.via-violet-500\/80{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.8), var(--tw-gradient-to); +} +.via-violet-500\/90{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.9), var(--tw-gradient-to); +} +.via-violet-500\/95{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.95), var(--tw-gradient-to); +} +.via-violet-500\/100{ + --tw-gradient-to: rgb(139 92 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 1), var(--tw-gradient-to); +} +.via-violet-600\/0{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0), var(--tw-gradient-to); +} +.via-violet-600\/5{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.05), var(--tw-gradient-to); +} +.via-violet-600\/10{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.1), var(--tw-gradient-to); +} +.via-violet-600\/20{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.2), var(--tw-gradient-to); +} +.via-violet-600\/25{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.25), var(--tw-gradient-to); +} +.via-violet-600\/30{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.3), var(--tw-gradient-to); +} +.via-violet-600\/40{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.4), var(--tw-gradient-to); +} +.via-violet-600\/50{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.5), var(--tw-gradient-to); +} +.via-violet-600\/60{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.6), var(--tw-gradient-to); +} +.via-violet-600\/70{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.7), var(--tw-gradient-to); +} +.via-violet-600\/75{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.75), var(--tw-gradient-to); +} +.via-violet-600\/80{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.8), var(--tw-gradient-to); +} +.via-violet-600\/90{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.9), var(--tw-gradient-to); +} +.via-violet-600\/95{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 0.95), var(--tw-gradient-to); +} +.via-violet-600\/100{ + --tw-gradient-to: rgb(124 58 237 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(124 58 237 / 1), var(--tw-gradient-to); +} +.via-violet-700\/0{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0), var(--tw-gradient-to); +} +.via-violet-700\/5{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.05), var(--tw-gradient-to); +} +.via-violet-700\/10{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.1), var(--tw-gradient-to); +} +.via-violet-700\/20{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.2), var(--tw-gradient-to); +} +.via-violet-700\/25{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.25), var(--tw-gradient-to); +} +.via-violet-700\/30{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.3), var(--tw-gradient-to); +} +.via-violet-700\/40{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.4), var(--tw-gradient-to); +} +.via-violet-700\/50{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.5), var(--tw-gradient-to); +} +.via-violet-700\/60{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.6), var(--tw-gradient-to); +} +.via-violet-700\/70{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.7), var(--tw-gradient-to); +} +.via-violet-700\/75{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.75), var(--tw-gradient-to); +} +.via-violet-700\/80{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.8), var(--tw-gradient-to); +} +.via-violet-700\/90{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.9), var(--tw-gradient-to); +} +.via-violet-700\/95{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 0.95), var(--tw-gradient-to); +} +.via-violet-700\/100{ + --tw-gradient-to: rgb(109 40 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(109 40 217 / 1), var(--tw-gradient-to); +} +.via-violet-800\/0{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0), var(--tw-gradient-to); +} +.via-violet-800\/5{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.05), var(--tw-gradient-to); +} +.via-violet-800\/10{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.1), var(--tw-gradient-to); +} +.via-violet-800\/20{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.2), var(--tw-gradient-to); +} +.via-violet-800\/25{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.25), var(--tw-gradient-to); +} +.via-violet-800\/30{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.3), var(--tw-gradient-to); +} +.via-violet-800\/40{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.4), var(--tw-gradient-to); +} +.via-violet-800\/50{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.5), var(--tw-gradient-to); +} +.via-violet-800\/60{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.6), var(--tw-gradient-to); +} +.via-violet-800\/70{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.7), var(--tw-gradient-to); +} +.via-violet-800\/75{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.75), var(--tw-gradient-to); +} +.via-violet-800\/80{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.8), var(--tw-gradient-to); +} +.via-violet-800\/90{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.9), var(--tw-gradient-to); +} +.via-violet-800\/95{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 0.95), var(--tw-gradient-to); +} +.via-violet-800\/100{ + --tw-gradient-to: rgb(91 33 182 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(91 33 182 / 1), var(--tw-gradient-to); +} +.via-violet-900\/0{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0), var(--tw-gradient-to); +} +.via-violet-900\/5{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.05), var(--tw-gradient-to); +} +.via-violet-900\/10{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.1), var(--tw-gradient-to); +} +.via-violet-900\/20{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.2), var(--tw-gradient-to); +} +.via-violet-900\/25{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.25), var(--tw-gradient-to); +} +.via-violet-900\/30{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.3), var(--tw-gradient-to); +} +.via-violet-900\/40{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.4), var(--tw-gradient-to); +} +.via-violet-900\/50{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.5), var(--tw-gradient-to); +} +.via-violet-900\/60{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.6), var(--tw-gradient-to); +} +.via-violet-900\/70{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.7), var(--tw-gradient-to); +} +.via-violet-900\/75{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.75), var(--tw-gradient-to); +} +.via-violet-900\/80{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.8), var(--tw-gradient-to); +} +.via-violet-900\/90{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.9), var(--tw-gradient-to); +} +.via-violet-900\/95{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 0.95), var(--tw-gradient-to); +} +.via-violet-900\/100{ + --tw-gradient-to: rgb(76 29 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(76 29 149 / 1), var(--tw-gradient-to); +} +.via-purple-50\/0{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0), var(--tw-gradient-to); +} +.via-purple-50\/5{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.05), var(--tw-gradient-to); +} +.via-purple-50\/10{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.1), var(--tw-gradient-to); +} +.via-purple-50\/20{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.2), var(--tw-gradient-to); +} +.via-purple-50\/25{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.25), var(--tw-gradient-to); +} +.via-purple-50\/30{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.3), var(--tw-gradient-to); +} +.via-purple-50\/40{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.4), var(--tw-gradient-to); +} +.via-purple-50\/50{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.5), var(--tw-gradient-to); +} +.via-purple-50\/60{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.6), var(--tw-gradient-to); +} +.via-purple-50\/70{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.7), var(--tw-gradient-to); +} +.via-purple-50\/75{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.75), var(--tw-gradient-to); +} +.via-purple-50\/80{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.8), var(--tw-gradient-to); +} +.via-purple-50\/90{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.9), var(--tw-gradient-to); +} +.via-purple-50\/95{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 0.95), var(--tw-gradient-to); +} +.via-purple-50\/100{ + --tw-gradient-to: rgb(247 247 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 249 / 1), var(--tw-gradient-to); +} +.via-purple-100\/0{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0), var(--tw-gradient-to); +} +.via-purple-100\/5{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.05), var(--tw-gradient-to); +} +.via-purple-100\/10{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.1), var(--tw-gradient-to); +} +.via-purple-100\/20{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.2), var(--tw-gradient-to); +} +.via-purple-100\/25{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.25), var(--tw-gradient-to); +} +.via-purple-100\/30{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.3), var(--tw-gradient-to); +} +.via-purple-100\/40{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.4), var(--tw-gradient-to); +} +.via-purple-100\/50{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.5), var(--tw-gradient-to); +} +.via-purple-100\/60{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.6), var(--tw-gradient-to); +} +.via-purple-100\/70{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.7), var(--tw-gradient-to); +} +.via-purple-100\/75{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.75), var(--tw-gradient-to); +} +.via-purple-100\/80{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.8), var(--tw-gradient-to); +} +.via-purple-100\/90{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.9), var(--tw-gradient-to); +} +.via-purple-100\/95{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.95), var(--tw-gradient-to); +} +.via-purple-100\/100{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 1), var(--tw-gradient-to); +} +.via-purple-200\/0{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0), var(--tw-gradient-to); +} +.via-purple-200\/5{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.05), var(--tw-gradient-to); +} +.via-purple-200\/10{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.1), var(--tw-gradient-to); +} +.via-purple-200\/20{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.2), var(--tw-gradient-to); +} +.via-purple-200\/25{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.25), var(--tw-gradient-to); +} +.via-purple-200\/30{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.3), var(--tw-gradient-to); +} +.via-purple-200\/40{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.4), var(--tw-gradient-to); +} +.via-purple-200\/50{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.5), var(--tw-gradient-to); +} +.via-purple-200\/60{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.6), var(--tw-gradient-to); +} +.via-purple-200\/70{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.7), var(--tw-gradient-to); +} +.via-purple-200\/75{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.75), var(--tw-gradient-to); +} +.via-purple-200\/80{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.8), var(--tw-gradient-to); +} +.via-purple-200\/90{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.9), var(--tw-gradient-to); +} +.via-purple-200\/95{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 0.95), var(--tw-gradient-to); +} +.via-purple-200\/100{ + --tw-gradient-to: rgb(213 213 226 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(213 213 226 / 1), var(--tw-gradient-to); +} +.via-purple-300\/0{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0), var(--tw-gradient-to); +} +.via-purple-300\/5{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.05), var(--tw-gradient-to); +} +.via-purple-300\/10{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.1), var(--tw-gradient-to); +} +.via-purple-300\/20{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.2), var(--tw-gradient-to); +} +.via-purple-300\/25{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.25), var(--tw-gradient-to); +} +.via-purple-300\/30{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.3), var(--tw-gradient-to); +} +.via-purple-300\/40{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.4), var(--tw-gradient-to); +} +.via-purple-300\/50{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.5), var(--tw-gradient-to); +} +.via-purple-300\/60{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.6), var(--tw-gradient-to); +} +.via-purple-300\/70{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.7), var(--tw-gradient-to); +} +.via-purple-300\/75{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.75), var(--tw-gradient-to); +} +.via-purple-300\/80{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.8), var(--tw-gradient-to); +} +.via-purple-300\/90{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.9), var(--tw-gradient-to); +} +.via-purple-300\/95{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 0.95), var(--tw-gradient-to); +} +.via-purple-300\/100{ + --tw-gradient-to: rgb(187 188 209 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(187 188 209 / 1), var(--tw-gradient-to); +} +.via-purple-400\/0{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0), var(--tw-gradient-to); +} +.via-purple-400\/5{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.05), var(--tw-gradient-to); +} +.via-purple-400\/10{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.1), var(--tw-gradient-to); +} +.via-purple-400\/20{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.2), var(--tw-gradient-to); +} +.via-purple-400\/25{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.25), var(--tw-gradient-to); +} +.via-purple-400\/30{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.3), var(--tw-gradient-to); +} +.via-purple-400\/40{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.4), var(--tw-gradient-to); +} +.via-purple-400\/50{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.5), var(--tw-gradient-to); +} +.via-purple-400\/60{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.6), var(--tw-gradient-to); +} +.via-purple-400\/70{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.7), var(--tw-gradient-to); +} +.via-purple-400\/75{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.75), var(--tw-gradient-to); +} +.via-purple-400\/80{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.8), var(--tw-gradient-to); +} +.via-purple-400\/90{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.9), var(--tw-gradient-to); +} +.via-purple-400\/95{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 0.95), var(--tw-gradient-to); +} +.via-purple-400\/100{ + --tw-gradient-to: rgb(136 138 174 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 138 174 / 1), var(--tw-gradient-to); +} +.via-purple-500\/0{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0), var(--tw-gradient-to); +} +.via-purple-500\/5{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.05), var(--tw-gradient-to); +} +.via-purple-500\/10{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.1), var(--tw-gradient-to); +} +.via-purple-500\/20{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.2), var(--tw-gradient-to); +} +.via-purple-500\/25{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.25), var(--tw-gradient-to); +} +.via-purple-500\/30{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.3), var(--tw-gradient-to); +} +.via-purple-500\/40{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.4), var(--tw-gradient-to); +} +.via-purple-500\/50{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.5), var(--tw-gradient-to); +} +.via-purple-500\/60{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.6), var(--tw-gradient-to); +} +.via-purple-500\/70{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.7), var(--tw-gradient-to); +} +.via-purple-500\/75{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.75), var(--tw-gradient-to); +} +.via-purple-500\/80{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.8), var(--tw-gradient-to); +} +.via-purple-500\/90{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.9), var(--tw-gradient-to); +} +.via-purple-500\/95{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.95), var(--tw-gradient-to); +} +.via-purple-500\/100{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 1), var(--tw-gradient-to); +} +.via-purple-600\/0{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0), var(--tw-gradient-to); +} +.via-purple-600\/5{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.05), var(--tw-gradient-to); +} +.via-purple-600\/10{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.1), var(--tw-gradient-to); +} +.via-purple-600\/20{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.2), var(--tw-gradient-to); +} +.via-purple-600\/25{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.25), var(--tw-gradient-to); +} +.via-purple-600\/30{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.3), var(--tw-gradient-to); +} +.via-purple-600\/40{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.4), var(--tw-gradient-to); +} +.via-purple-600\/50{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.5), var(--tw-gradient-to); +} +.via-purple-600\/60{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.6), var(--tw-gradient-to); +} +.via-purple-600\/70{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.7), var(--tw-gradient-to); +} +.via-purple-600\/75{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.75), var(--tw-gradient-to); +} +.via-purple-600\/80{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.8), var(--tw-gradient-to); +} +.via-purple-600\/90{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.9), var(--tw-gradient-to); +} +.via-purple-600\/95{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.95), var(--tw-gradient-to); +} +.via-purple-600\/100{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 1), var(--tw-gradient-to); +} +.via-purple-700\/0{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0), var(--tw-gradient-to); +} +.via-purple-700\/5{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.05), var(--tw-gradient-to); +} +.via-purple-700\/10{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.1), var(--tw-gradient-to); +} +.via-purple-700\/20{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.2), var(--tw-gradient-to); +} +.via-purple-700\/25{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.25), var(--tw-gradient-to); +} +.via-purple-700\/30{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.3), var(--tw-gradient-to); +} +.via-purple-700\/40{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.4), var(--tw-gradient-to); +} +.via-purple-700\/50{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.5), var(--tw-gradient-to); +} +.via-purple-700\/60{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.6), var(--tw-gradient-to); +} +.via-purple-700\/70{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.7), var(--tw-gradient-to); +} +.via-purple-700\/75{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.75), var(--tw-gradient-to); +} +.via-purple-700\/80{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.8), var(--tw-gradient-to); +} +.via-purple-700\/90{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.9), var(--tw-gradient-to); +} +.via-purple-700\/95{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 0.95), var(--tw-gradient-to); +} +.via-purple-700\/100{ + --tw-gradient-to: rgb(64 66 104 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(64 66 104 / 1), var(--tw-gradient-to); +} +.via-purple-800\/0{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0), var(--tw-gradient-to); +} +.via-purple-800\/5{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.05), var(--tw-gradient-to); +} +.via-purple-800\/10{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.1), var(--tw-gradient-to); +} +.via-purple-800\/20{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.2), var(--tw-gradient-to); +} +.via-purple-800\/25{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.25), var(--tw-gradient-to); +} +.via-purple-800\/30{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.3), var(--tw-gradient-to); +} +.via-purple-800\/40{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.4), var(--tw-gradient-to); +} +.via-purple-800\/50{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.5), var(--tw-gradient-to); +} +.via-purple-800\/60{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.6), var(--tw-gradient-to); +} +.via-purple-800\/70{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.7), var(--tw-gradient-to); +} +.via-purple-800\/75{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.75), var(--tw-gradient-to); +} +.via-purple-800\/80{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.8), var(--tw-gradient-to); +} +.via-purple-800\/90{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.9), var(--tw-gradient-to); +} +.via-purple-800\/95{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 0.95), var(--tw-gradient-to); +} +.via-purple-800\/100{ + --tw-gradient-to: rgb(51 53 83 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(51 53 83 / 1), var(--tw-gradient-to); +} +.via-purple-900\/0{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0), var(--tw-gradient-to); +} +.via-purple-900\/5{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.05), var(--tw-gradient-to); +} +.via-purple-900\/10{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.1), var(--tw-gradient-to); +} +.via-purple-900\/20{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.2), var(--tw-gradient-to); +} +.via-purple-900\/25{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.25), var(--tw-gradient-to); +} +.via-purple-900\/30{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.3), var(--tw-gradient-to); +} +.via-purple-900\/40{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.4), var(--tw-gradient-to); +} +.via-purple-900\/50{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.5), var(--tw-gradient-to); +} +.via-purple-900\/60{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.6), var(--tw-gradient-to); +} +.via-purple-900\/70{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.7), var(--tw-gradient-to); +} +.via-purple-900\/75{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.75), var(--tw-gradient-to); +} +.via-purple-900\/80{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.8), var(--tw-gradient-to); +} +.via-purple-900\/90{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.9), var(--tw-gradient-to); +} +.via-purple-900\/95{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 0.95), var(--tw-gradient-to); +} +.via-purple-900\/100{ + --tw-gradient-to: rgb(42 43 68 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(42 43 68 / 1), var(--tw-gradient-to); +} +.via-purple\/0{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0), var(--tw-gradient-to); +} +.via-purple\/5{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.05), var(--tw-gradient-to); +} +.via-purple\/10{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.1), var(--tw-gradient-to); +} +.via-purple\/20{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.2), var(--tw-gradient-to); +} +.via-purple\/25{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.25), var(--tw-gradient-to); +} +.via-purple\/30{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.3), var(--tw-gradient-to); +} +.via-purple\/40{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.4), var(--tw-gradient-to); +} +.via-purple\/50{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.5), var(--tw-gradient-to); +} +.via-purple\/60{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.6), var(--tw-gradient-to); +} +.via-purple\/70{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.7), var(--tw-gradient-to); +} +.via-purple\/75{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.75), var(--tw-gradient-to); +} +.via-purple\/80{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.8), var(--tw-gradient-to); +} +.via-purple\/90{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.9), var(--tw-gradient-to); +} +.via-purple\/95{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 0.95), var(--tw-gradient-to); +} +.via-purple\/100{ + --tw-gradient-to: rgb(85 88 139 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(85 88 139 / 1), var(--tw-gradient-to); +} +.via-fuchsia-50\/0{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0), var(--tw-gradient-to); +} +.via-fuchsia-50\/5{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.05), var(--tw-gradient-to); +} +.via-fuchsia-50\/10{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.1), var(--tw-gradient-to); +} +.via-fuchsia-50\/20{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.2), var(--tw-gradient-to); +} +.via-fuchsia-50\/25{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.25), var(--tw-gradient-to); +} +.via-fuchsia-50\/30{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.3), var(--tw-gradient-to); +} +.via-fuchsia-50\/40{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.4), var(--tw-gradient-to); +} +.via-fuchsia-50\/50{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.5), var(--tw-gradient-to); +} +.via-fuchsia-50\/60{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.6), var(--tw-gradient-to); +} +.via-fuchsia-50\/70{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.7), var(--tw-gradient-to); +} +.via-fuchsia-50\/75{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.75), var(--tw-gradient-to); +} +.via-fuchsia-50\/80{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.8), var(--tw-gradient-to); +} +.via-fuchsia-50\/90{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.9), var(--tw-gradient-to); +} +.via-fuchsia-50\/95{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 0.95), var(--tw-gradient-to); +} +.via-fuchsia-50\/100{ + --tw-gradient-to: rgb(253 244 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 244 255 / 1), var(--tw-gradient-to); +} +.via-fuchsia-100\/0{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0), var(--tw-gradient-to); +} +.via-fuchsia-100\/5{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.05), var(--tw-gradient-to); +} +.via-fuchsia-100\/10{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.1), var(--tw-gradient-to); +} +.via-fuchsia-100\/20{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.2), var(--tw-gradient-to); +} +.via-fuchsia-100\/25{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.25), var(--tw-gradient-to); +} +.via-fuchsia-100\/30{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.3), var(--tw-gradient-to); +} +.via-fuchsia-100\/40{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.4), var(--tw-gradient-to); +} +.via-fuchsia-100\/50{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.5), var(--tw-gradient-to); +} +.via-fuchsia-100\/60{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.6), var(--tw-gradient-to); +} +.via-fuchsia-100\/70{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.7), var(--tw-gradient-to); +} +.via-fuchsia-100\/75{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.75), var(--tw-gradient-to); +} +.via-fuchsia-100\/80{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.8), var(--tw-gradient-to); +} +.via-fuchsia-100\/90{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.9), var(--tw-gradient-to); +} +.via-fuchsia-100\/95{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 0.95), var(--tw-gradient-to); +} +.via-fuchsia-100\/100{ + --tw-gradient-to: rgb(250 232 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 232 255 / 1), var(--tw-gradient-to); +} +.via-fuchsia-200\/0{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0), var(--tw-gradient-to); +} +.via-fuchsia-200\/5{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.05), var(--tw-gradient-to); +} +.via-fuchsia-200\/10{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.1), var(--tw-gradient-to); +} +.via-fuchsia-200\/20{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.2), var(--tw-gradient-to); +} +.via-fuchsia-200\/25{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.25), var(--tw-gradient-to); +} +.via-fuchsia-200\/30{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.3), var(--tw-gradient-to); +} +.via-fuchsia-200\/40{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.4), var(--tw-gradient-to); +} +.via-fuchsia-200\/50{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.5), var(--tw-gradient-to); +} +.via-fuchsia-200\/60{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.6), var(--tw-gradient-to); +} +.via-fuchsia-200\/70{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.7), var(--tw-gradient-to); +} +.via-fuchsia-200\/75{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.75), var(--tw-gradient-to); +} +.via-fuchsia-200\/80{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.8), var(--tw-gradient-to); +} +.via-fuchsia-200\/90{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.9), var(--tw-gradient-to); +} +.via-fuchsia-200\/95{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 0.95), var(--tw-gradient-to); +} +.via-fuchsia-200\/100{ + --tw-gradient-to: rgb(245 208 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 208 254 / 1), var(--tw-gradient-to); +} +.via-fuchsia-300\/0{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0), var(--tw-gradient-to); +} +.via-fuchsia-300\/5{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.05), var(--tw-gradient-to); +} +.via-fuchsia-300\/10{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.1), var(--tw-gradient-to); +} +.via-fuchsia-300\/20{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.2), var(--tw-gradient-to); +} +.via-fuchsia-300\/25{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.25), var(--tw-gradient-to); +} +.via-fuchsia-300\/30{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.3), var(--tw-gradient-to); +} +.via-fuchsia-300\/40{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.4), var(--tw-gradient-to); +} +.via-fuchsia-300\/50{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.5), var(--tw-gradient-to); +} +.via-fuchsia-300\/60{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.6), var(--tw-gradient-to); +} +.via-fuchsia-300\/70{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.7), var(--tw-gradient-to); +} +.via-fuchsia-300\/75{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.75), var(--tw-gradient-to); +} +.via-fuchsia-300\/80{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.8), var(--tw-gradient-to); +} +.via-fuchsia-300\/90{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.9), var(--tw-gradient-to); +} +.via-fuchsia-300\/95{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 0.95), var(--tw-gradient-to); +} +.via-fuchsia-300\/100{ + --tw-gradient-to: rgb(240 171 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(240 171 252 / 1), var(--tw-gradient-to); +} +.via-fuchsia-400\/0{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0), var(--tw-gradient-to); +} +.via-fuchsia-400\/5{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.05), var(--tw-gradient-to); +} +.via-fuchsia-400\/10{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.1), var(--tw-gradient-to); +} +.via-fuchsia-400\/20{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.2), var(--tw-gradient-to); +} +.via-fuchsia-400\/25{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.25), var(--tw-gradient-to); +} +.via-fuchsia-400\/30{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.3), var(--tw-gradient-to); +} +.via-fuchsia-400\/40{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.4), var(--tw-gradient-to); +} +.via-fuchsia-400\/50{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.5), var(--tw-gradient-to); +} +.via-fuchsia-400\/60{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.6), var(--tw-gradient-to); +} +.via-fuchsia-400\/70{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.7), var(--tw-gradient-to); +} +.via-fuchsia-400\/75{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.75), var(--tw-gradient-to); +} +.via-fuchsia-400\/80{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.8), var(--tw-gradient-to); +} +.via-fuchsia-400\/90{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.9), var(--tw-gradient-to); +} +.via-fuchsia-400\/95{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 0.95), var(--tw-gradient-to); +} +.via-fuchsia-400\/100{ + --tw-gradient-to: rgb(232 121 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / 1), var(--tw-gradient-to); +} +.via-fuchsia-500\/0{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0), var(--tw-gradient-to); +} +.via-fuchsia-500\/5{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.05), var(--tw-gradient-to); +} +.via-fuchsia-500\/10{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.1), var(--tw-gradient-to); +} +.via-fuchsia-500\/20{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.2), var(--tw-gradient-to); +} +.via-fuchsia-500\/25{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.25), var(--tw-gradient-to); +} +.via-fuchsia-500\/30{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.3), var(--tw-gradient-to); +} +.via-fuchsia-500\/40{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.4), var(--tw-gradient-to); +} +.via-fuchsia-500\/50{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.5), var(--tw-gradient-to); +} +.via-fuchsia-500\/60{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.6), var(--tw-gradient-to); +} +.via-fuchsia-500\/70{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.7), var(--tw-gradient-to); +} +.via-fuchsia-500\/75{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.75), var(--tw-gradient-to); +} +.via-fuchsia-500\/80{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.8), var(--tw-gradient-to); +} +.via-fuchsia-500\/90{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.9), var(--tw-gradient-to); +} +.via-fuchsia-500\/95{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.95), var(--tw-gradient-to); +} +.via-fuchsia-500\/100{ + --tw-gradient-to: rgb(217 70 239 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 1), var(--tw-gradient-to); +} +.via-fuchsia-600\/0{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0), var(--tw-gradient-to); +} +.via-fuchsia-600\/5{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.05), var(--tw-gradient-to); +} +.via-fuchsia-600\/10{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.1), var(--tw-gradient-to); +} +.via-fuchsia-600\/20{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.2), var(--tw-gradient-to); +} +.via-fuchsia-600\/25{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.25), var(--tw-gradient-to); +} +.via-fuchsia-600\/30{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.3), var(--tw-gradient-to); +} +.via-fuchsia-600\/40{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.4), var(--tw-gradient-to); +} +.via-fuchsia-600\/50{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.5), var(--tw-gradient-to); +} +.via-fuchsia-600\/60{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.6), var(--tw-gradient-to); +} +.via-fuchsia-600\/70{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.7), var(--tw-gradient-to); +} +.via-fuchsia-600\/75{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.75), var(--tw-gradient-to); +} +.via-fuchsia-600\/80{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.8), var(--tw-gradient-to); +} +.via-fuchsia-600\/90{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.9), var(--tw-gradient-to); +} +.via-fuchsia-600\/95{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 0.95), var(--tw-gradient-to); +} +.via-fuchsia-600\/100{ + --tw-gradient-to: rgb(192 38 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(192 38 211 / 1), var(--tw-gradient-to); +} +.via-fuchsia-700\/0{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0), var(--tw-gradient-to); +} +.via-fuchsia-700\/5{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.05), var(--tw-gradient-to); +} +.via-fuchsia-700\/10{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.1), var(--tw-gradient-to); +} +.via-fuchsia-700\/20{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.2), var(--tw-gradient-to); +} +.via-fuchsia-700\/25{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.25), var(--tw-gradient-to); +} +.via-fuchsia-700\/30{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.3), var(--tw-gradient-to); +} +.via-fuchsia-700\/40{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.4), var(--tw-gradient-to); +} +.via-fuchsia-700\/50{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.5), var(--tw-gradient-to); +} +.via-fuchsia-700\/60{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.6), var(--tw-gradient-to); +} +.via-fuchsia-700\/70{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.7), var(--tw-gradient-to); +} +.via-fuchsia-700\/75{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.75), var(--tw-gradient-to); +} +.via-fuchsia-700\/80{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.8), var(--tw-gradient-to); +} +.via-fuchsia-700\/90{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.9), var(--tw-gradient-to); +} +.via-fuchsia-700\/95{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 0.95), var(--tw-gradient-to); +} +.via-fuchsia-700\/100{ + --tw-gradient-to: rgb(162 28 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(162 28 175 / 1), var(--tw-gradient-to); +} +.via-fuchsia-800\/0{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0), var(--tw-gradient-to); +} +.via-fuchsia-800\/5{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.05), var(--tw-gradient-to); +} +.via-fuchsia-800\/10{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.1), var(--tw-gradient-to); +} +.via-fuchsia-800\/20{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.2), var(--tw-gradient-to); +} +.via-fuchsia-800\/25{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.25), var(--tw-gradient-to); +} +.via-fuchsia-800\/30{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.3), var(--tw-gradient-to); +} +.via-fuchsia-800\/40{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.4), var(--tw-gradient-to); +} +.via-fuchsia-800\/50{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.5), var(--tw-gradient-to); +} +.via-fuchsia-800\/60{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.6), var(--tw-gradient-to); +} +.via-fuchsia-800\/70{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.7), var(--tw-gradient-to); +} +.via-fuchsia-800\/75{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.75), var(--tw-gradient-to); +} +.via-fuchsia-800\/80{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.8), var(--tw-gradient-to); +} +.via-fuchsia-800\/90{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.9), var(--tw-gradient-to); +} +.via-fuchsia-800\/95{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 0.95), var(--tw-gradient-to); +} +.via-fuchsia-800\/100{ + --tw-gradient-to: rgb(134 25 143 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(134 25 143 / 1), var(--tw-gradient-to); +} +.via-fuchsia-900\/0{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0), var(--tw-gradient-to); +} +.via-fuchsia-900\/5{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.05), var(--tw-gradient-to); +} +.via-fuchsia-900\/10{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.1), var(--tw-gradient-to); +} +.via-fuchsia-900\/20{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.2), var(--tw-gradient-to); +} +.via-fuchsia-900\/25{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.25), var(--tw-gradient-to); +} +.via-fuchsia-900\/30{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.3), var(--tw-gradient-to); +} +.via-fuchsia-900\/40{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.4), var(--tw-gradient-to); +} +.via-fuchsia-900\/50{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.5), var(--tw-gradient-to); +} +.via-fuchsia-900\/60{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.6), var(--tw-gradient-to); +} +.via-fuchsia-900\/70{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.7), var(--tw-gradient-to); +} +.via-fuchsia-900\/75{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.75), var(--tw-gradient-to); +} +.via-fuchsia-900\/80{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.8), var(--tw-gradient-to); +} +.via-fuchsia-900\/90{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.9), var(--tw-gradient-to); +} +.via-fuchsia-900\/95{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 0.95), var(--tw-gradient-to); +} +.via-fuchsia-900\/100{ + --tw-gradient-to: rgb(112 26 117 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(112 26 117 / 1), var(--tw-gradient-to); +} +.via-pink-50\/0{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0), var(--tw-gradient-to); +} +.via-pink-50\/5{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.05), var(--tw-gradient-to); +} +.via-pink-50\/10{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.1), var(--tw-gradient-to); +} +.via-pink-50\/20{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.2), var(--tw-gradient-to); +} +.via-pink-50\/25{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.25), var(--tw-gradient-to); +} +.via-pink-50\/30{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.3), var(--tw-gradient-to); +} +.via-pink-50\/40{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.4), var(--tw-gradient-to); +} +.via-pink-50\/50{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.5), var(--tw-gradient-to); +} +.via-pink-50\/60{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.6), var(--tw-gradient-to); +} +.via-pink-50\/70{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.7), var(--tw-gradient-to); +} +.via-pink-50\/75{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.75), var(--tw-gradient-to); +} +.via-pink-50\/80{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.8), var(--tw-gradient-to); +} +.via-pink-50\/90{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.9), var(--tw-gradient-to); +} +.via-pink-50\/95{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 0.95), var(--tw-gradient-to); +} +.via-pink-50\/100{ + --tw-gradient-to: rgb(253 242 248 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 242 248 / 1), var(--tw-gradient-to); +} +.via-pink-100\/0{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0), var(--tw-gradient-to); +} +.via-pink-100\/5{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.05), var(--tw-gradient-to); +} +.via-pink-100\/10{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.1), var(--tw-gradient-to); +} +.via-pink-100\/20{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.2), var(--tw-gradient-to); +} +.via-pink-100\/25{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.25), var(--tw-gradient-to); +} +.via-pink-100\/30{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.3), var(--tw-gradient-to); +} +.via-pink-100\/40{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.4), var(--tw-gradient-to); +} +.via-pink-100\/50{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.5), var(--tw-gradient-to); +} +.via-pink-100\/60{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.6), var(--tw-gradient-to); +} +.via-pink-100\/70{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.7), var(--tw-gradient-to); +} +.via-pink-100\/75{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.75), var(--tw-gradient-to); +} +.via-pink-100\/80{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.8), var(--tw-gradient-to); +} +.via-pink-100\/90{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.9), var(--tw-gradient-to); +} +.via-pink-100\/95{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 0.95), var(--tw-gradient-to); +} +.via-pink-100\/100{ + --tw-gradient-to: rgb(252 232 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 232 243 / 1), var(--tw-gradient-to); +} +.via-pink-200\/0{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0), var(--tw-gradient-to); +} +.via-pink-200\/5{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.05), var(--tw-gradient-to); +} +.via-pink-200\/10{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.1), var(--tw-gradient-to); +} +.via-pink-200\/20{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.2), var(--tw-gradient-to); +} +.via-pink-200\/25{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.25), var(--tw-gradient-to); +} +.via-pink-200\/30{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.3), var(--tw-gradient-to); +} +.via-pink-200\/40{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.4), var(--tw-gradient-to); +} +.via-pink-200\/50{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.5), var(--tw-gradient-to); +} +.via-pink-200\/60{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.6), var(--tw-gradient-to); +} +.via-pink-200\/70{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.7), var(--tw-gradient-to); +} +.via-pink-200\/75{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.75), var(--tw-gradient-to); +} +.via-pink-200\/80{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.8), var(--tw-gradient-to); +} +.via-pink-200\/90{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.9), var(--tw-gradient-to); +} +.via-pink-200\/95{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 0.95), var(--tw-gradient-to); +} +.via-pink-200\/100{ + --tw-gradient-to: rgb(250 209 232 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 209 232 / 1), var(--tw-gradient-to); +} +.via-pink-300\/0{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0), var(--tw-gradient-to); +} +.via-pink-300\/5{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.05), var(--tw-gradient-to); +} +.via-pink-300\/10{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.1), var(--tw-gradient-to); +} +.via-pink-300\/20{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.2), var(--tw-gradient-to); +} +.via-pink-300\/25{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.25), var(--tw-gradient-to); +} +.via-pink-300\/30{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.3), var(--tw-gradient-to); +} +.via-pink-300\/40{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.4), var(--tw-gradient-to); +} +.via-pink-300\/50{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.5), var(--tw-gradient-to); +} +.via-pink-300\/60{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.6), var(--tw-gradient-to); +} +.via-pink-300\/70{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.7), var(--tw-gradient-to); +} +.via-pink-300\/75{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.75), var(--tw-gradient-to); +} +.via-pink-300\/80{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.8), var(--tw-gradient-to); +} +.via-pink-300\/90{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.9), var(--tw-gradient-to); +} +.via-pink-300\/95{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 0.95), var(--tw-gradient-to); +} +.via-pink-300\/100{ + --tw-gradient-to: rgb(248 180 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 180 217 / 1), var(--tw-gradient-to); +} +.via-pink-400\/0{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0), var(--tw-gradient-to); +} +.via-pink-400\/5{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.05), var(--tw-gradient-to); +} +.via-pink-400\/10{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.1), var(--tw-gradient-to); +} +.via-pink-400\/20{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.2), var(--tw-gradient-to); +} +.via-pink-400\/25{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.25), var(--tw-gradient-to); +} +.via-pink-400\/30{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.3), var(--tw-gradient-to); +} +.via-pink-400\/40{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.4), var(--tw-gradient-to); +} +.via-pink-400\/50{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.5), var(--tw-gradient-to); +} +.via-pink-400\/60{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.6), var(--tw-gradient-to); +} +.via-pink-400\/70{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.7), var(--tw-gradient-to); +} +.via-pink-400\/75{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.75), var(--tw-gradient-to); +} +.via-pink-400\/80{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.8), var(--tw-gradient-to); +} +.via-pink-400\/90{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.9), var(--tw-gradient-to); +} +.via-pink-400\/95{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 0.95), var(--tw-gradient-to); +} +.via-pink-400\/100{ + --tw-gradient-to: rgb(241 126 184 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 126 184 / 1), var(--tw-gradient-to); +} +.via-pink-500\/0{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0), var(--tw-gradient-to); +} +.via-pink-500\/5{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.05), var(--tw-gradient-to); +} +.via-pink-500\/10{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.1), var(--tw-gradient-to); +} +.via-pink-500\/20{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.2), var(--tw-gradient-to); +} +.via-pink-500\/25{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.25), var(--tw-gradient-to); +} +.via-pink-500\/30{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.3), var(--tw-gradient-to); +} +.via-pink-500\/40{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.4), var(--tw-gradient-to); +} +.via-pink-500\/50{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.5), var(--tw-gradient-to); +} +.via-pink-500\/60{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.6), var(--tw-gradient-to); +} +.via-pink-500\/70{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.7), var(--tw-gradient-to); +} +.via-pink-500\/75{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.75), var(--tw-gradient-to); +} +.via-pink-500\/80{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.8), var(--tw-gradient-to); +} +.via-pink-500\/90{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.9), var(--tw-gradient-to); +} +.via-pink-500\/95{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 0.95), var(--tw-gradient-to); +} +.via-pink-500\/100{ + --tw-gradient-to: rgb(231 70 148 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(231 70 148 / 1), var(--tw-gradient-to); +} +.via-pink-600\/0{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0), var(--tw-gradient-to); +} +.via-pink-600\/5{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.05), var(--tw-gradient-to); +} +.via-pink-600\/10{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.1), var(--tw-gradient-to); +} +.via-pink-600\/20{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.2), var(--tw-gradient-to); +} +.via-pink-600\/25{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.25), var(--tw-gradient-to); +} +.via-pink-600\/30{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.3), var(--tw-gradient-to); +} +.via-pink-600\/40{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.4), var(--tw-gradient-to); +} +.via-pink-600\/50{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.5), var(--tw-gradient-to); +} +.via-pink-600\/60{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.6), var(--tw-gradient-to); +} +.via-pink-600\/70{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.7), var(--tw-gradient-to); +} +.via-pink-600\/75{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.75), var(--tw-gradient-to); +} +.via-pink-600\/80{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.8), var(--tw-gradient-to); +} +.via-pink-600\/90{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.9), var(--tw-gradient-to); +} +.via-pink-600\/95{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 0.95), var(--tw-gradient-to); +} +.via-pink-600\/100{ + --tw-gradient-to: rgb(214 31 105 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(214 31 105 / 1), var(--tw-gradient-to); +} +.via-pink-700\/0{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0), var(--tw-gradient-to); +} +.via-pink-700\/5{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.05), var(--tw-gradient-to); +} +.via-pink-700\/10{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.1), var(--tw-gradient-to); +} +.via-pink-700\/20{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.2), var(--tw-gradient-to); +} +.via-pink-700\/25{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.25), var(--tw-gradient-to); +} +.via-pink-700\/30{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.3), var(--tw-gradient-to); +} +.via-pink-700\/40{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.4), var(--tw-gradient-to); +} +.via-pink-700\/50{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.5), var(--tw-gradient-to); +} +.via-pink-700\/60{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.6), var(--tw-gradient-to); +} +.via-pink-700\/70{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.7), var(--tw-gradient-to); +} +.via-pink-700\/75{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.75), var(--tw-gradient-to); +} +.via-pink-700\/80{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.8), var(--tw-gradient-to); +} +.via-pink-700\/90{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.9), var(--tw-gradient-to); +} +.via-pink-700\/95{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 0.95), var(--tw-gradient-to); +} +.via-pink-700\/100{ + --tw-gradient-to: rgb(191 18 93 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 18 93 / 1), var(--tw-gradient-to); +} +.via-pink-800\/0{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0), var(--tw-gradient-to); +} +.via-pink-800\/5{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.05), var(--tw-gradient-to); +} +.via-pink-800\/10{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.1), var(--tw-gradient-to); +} +.via-pink-800\/20{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.2), var(--tw-gradient-to); +} +.via-pink-800\/25{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.25), var(--tw-gradient-to); +} +.via-pink-800\/30{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.3), var(--tw-gradient-to); +} +.via-pink-800\/40{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.4), var(--tw-gradient-to); +} +.via-pink-800\/50{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.5), var(--tw-gradient-to); +} +.via-pink-800\/60{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.6), var(--tw-gradient-to); +} +.via-pink-800\/70{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.7), var(--tw-gradient-to); +} +.via-pink-800\/75{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.75), var(--tw-gradient-to); +} +.via-pink-800\/80{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.8), var(--tw-gradient-to); +} +.via-pink-800\/90{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.9), var(--tw-gradient-to); +} +.via-pink-800\/95{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 0.95), var(--tw-gradient-to); +} +.via-pink-800\/100{ + --tw-gradient-to: rgb(153 21 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(153 21 75 / 1), var(--tw-gradient-to); +} +.via-pink-900\/0{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0), var(--tw-gradient-to); +} +.via-pink-900\/5{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.05), var(--tw-gradient-to); +} +.via-pink-900\/10{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.1), var(--tw-gradient-to); +} +.via-pink-900\/20{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.2), var(--tw-gradient-to); +} +.via-pink-900\/25{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.25), var(--tw-gradient-to); +} +.via-pink-900\/30{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.3), var(--tw-gradient-to); +} +.via-pink-900\/40{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.4), var(--tw-gradient-to); +} +.via-pink-900\/50{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.5), var(--tw-gradient-to); +} +.via-pink-900\/60{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.6), var(--tw-gradient-to); +} +.via-pink-900\/70{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.7), var(--tw-gradient-to); +} +.via-pink-900\/75{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.75), var(--tw-gradient-to); +} +.via-pink-900\/80{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.8), var(--tw-gradient-to); +} +.via-pink-900\/90{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.9), var(--tw-gradient-to); +} +.via-pink-900\/95{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 0.95), var(--tw-gradient-to); +} +.via-pink-900\/100{ + --tw-gradient-to: rgb(117 26 61 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(117 26 61 / 1), var(--tw-gradient-to); +} +.via-rose-50\/0{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0), var(--tw-gradient-to); +} +.via-rose-50\/5{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.05), var(--tw-gradient-to); +} +.via-rose-50\/10{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.1), var(--tw-gradient-to); +} +.via-rose-50\/20{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.2), var(--tw-gradient-to); +} +.via-rose-50\/25{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.25), var(--tw-gradient-to); +} +.via-rose-50\/30{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.3), var(--tw-gradient-to); +} +.via-rose-50\/40{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.4), var(--tw-gradient-to); +} +.via-rose-50\/50{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.5), var(--tw-gradient-to); +} +.via-rose-50\/60{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.6), var(--tw-gradient-to); +} +.via-rose-50\/70{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.7), var(--tw-gradient-to); +} +.via-rose-50\/75{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.75), var(--tw-gradient-to); +} +.via-rose-50\/80{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.8), var(--tw-gradient-to); +} +.via-rose-50\/90{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.9), var(--tw-gradient-to); +} +.via-rose-50\/95{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.95), var(--tw-gradient-to); +} +.via-rose-50\/100{ + --tw-gradient-to: rgb(255 241 242 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 1), var(--tw-gradient-to); +} +.via-rose-100\/0{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0), var(--tw-gradient-to); +} +.via-rose-100\/5{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.05), var(--tw-gradient-to); +} +.via-rose-100\/10{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.1), var(--tw-gradient-to); +} +.via-rose-100\/20{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.2), var(--tw-gradient-to); +} +.via-rose-100\/25{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.25), var(--tw-gradient-to); +} +.via-rose-100\/30{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.3), var(--tw-gradient-to); +} +.via-rose-100\/40{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.4), var(--tw-gradient-to); +} +.via-rose-100\/50{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.5), var(--tw-gradient-to); +} +.via-rose-100\/60{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.6), var(--tw-gradient-to); +} +.via-rose-100\/70{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.7), var(--tw-gradient-to); +} +.via-rose-100\/75{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.75), var(--tw-gradient-to); +} +.via-rose-100\/80{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.8), var(--tw-gradient-to); +} +.via-rose-100\/90{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.9), var(--tw-gradient-to); +} +.via-rose-100\/95{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 0.95), var(--tw-gradient-to); +} +.via-rose-100\/100{ + --tw-gradient-to: rgb(255 228 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 230 / 1), var(--tw-gradient-to); +} +.via-rose-200\/0{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0), var(--tw-gradient-to); +} +.via-rose-200\/5{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.05), var(--tw-gradient-to); +} +.via-rose-200\/10{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.1), var(--tw-gradient-to); +} +.via-rose-200\/20{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.2), var(--tw-gradient-to); +} +.via-rose-200\/25{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.25), var(--tw-gradient-to); +} +.via-rose-200\/30{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.3), var(--tw-gradient-to); +} +.via-rose-200\/40{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.4), var(--tw-gradient-to); +} +.via-rose-200\/50{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.5), var(--tw-gradient-to); +} +.via-rose-200\/60{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.6), var(--tw-gradient-to); +} +.via-rose-200\/70{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.7), var(--tw-gradient-to); +} +.via-rose-200\/75{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.75), var(--tw-gradient-to); +} +.via-rose-200\/80{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.8), var(--tw-gradient-to); +} +.via-rose-200\/90{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.9), var(--tw-gradient-to); +} +.via-rose-200\/95{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 0.95), var(--tw-gradient-to); +} +.via-rose-200\/100{ + --tw-gradient-to: rgb(254 205 211 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / 1), var(--tw-gradient-to); +} +.via-rose-300\/0{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0), var(--tw-gradient-to); +} +.via-rose-300\/5{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.05), var(--tw-gradient-to); +} +.via-rose-300\/10{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.1), var(--tw-gradient-to); +} +.via-rose-300\/20{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.2), var(--tw-gradient-to); +} +.via-rose-300\/25{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.25), var(--tw-gradient-to); +} +.via-rose-300\/30{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.3), var(--tw-gradient-to); +} +.via-rose-300\/40{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.4), var(--tw-gradient-to); +} +.via-rose-300\/50{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.5), var(--tw-gradient-to); +} +.via-rose-300\/60{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.6), var(--tw-gradient-to); +} +.via-rose-300\/70{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.7), var(--tw-gradient-to); +} +.via-rose-300\/75{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.75), var(--tw-gradient-to); +} +.via-rose-300\/80{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.8), var(--tw-gradient-to); +} +.via-rose-300\/90{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.9), var(--tw-gradient-to); +} +.via-rose-300\/95{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 0.95), var(--tw-gradient-to); +} +.via-rose-300\/100{ + --tw-gradient-to: rgb(253 164 175 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(253 164 175 / 1), var(--tw-gradient-to); +} +.via-rose-400\/0{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0), var(--tw-gradient-to); +} +.via-rose-400\/5{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.05), var(--tw-gradient-to); +} +.via-rose-400\/10{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.1), var(--tw-gradient-to); +} +.via-rose-400\/20{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.2), var(--tw-gradient-to); +} +.via-rose-400\/25{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.25), var(--tw-gradient-to); +} +.via-rose-400\/30{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.3), var(--tw-gradient-to); +} +.via-rose-400\/40{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.4), var(--tw-gradient-to); +} +.via-rose-400\/50{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.5), var(--tw-gradient-to); +} +.via-rose-400\/60{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.6), var(--tw-gradient-to); +} +.via-rose-400\/70{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.7), var(--tw-gradient-to); +} +.via-rose-400\/75{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.75), var(--tw-gradient-to); +} +.via-rose-400\/80{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.8), var(--tw-gradient-to); +} +.via-rose-400\/90{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.9), var(--tw-gradient-to); +} +.via-rose-400\/95{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.95), var(--tw-gradient-to); +} +.via-rose-400\/100{ + --tw-gradient-to: rgb(251 113 133 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 1), var(--tw-gradient-to); +} +.via-rose-500\/0{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0), var(--tw-gradient-to); +} +.via-rose-500\/5{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.05), var(--tw-gradient-to); +} +.via-rose-500\/10{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.1), var(--tw-gradient-to); +} +.via-rose-500\/20{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.2), var(--tw-gradient-to); +} +.via-rose-500\/25{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.25), var(--tw-gradient-to); +} +.via-rose-500\/30{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.3), var(--tw-gradient-to); +} +.via-rose-500\/40{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.4), var(--tw-gradient-to); +} +.via-rose-500\/50{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.5), var(--tw-gradient-to); +} +.via-rose-500\/60{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.6), var(--tw-gradient-to); +} +.via-rose-500\/70{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.7), var(--tw-gradient-to); +} +.via-rose-500\/75{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.75), var(--tw-gradient-to); +} +.via-rose-500\/80{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.8), var(--tw-gradient-to); +} +.via-rose-500\/90{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.9), var(--tw-gradient-to); +} +.via-rose-500\/95{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.95), var(--tw-gradient-to); +} +.via-rose-500\/100{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 1), var(--tw-gradient-to); +} +.via-rose-600\/0{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0), var(--tw-gradient-to); +} +.via-rose-600\/5{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.05), var(--tw-gradient-to); +} +.via-rose-600\/10{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.1), var(--tw-gradient-to); +} +.via-rose-600\/20{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.2), var(--tw-gradient-to); +} +.via-rose-600\/25{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.25), var(--tw-gradient-to); +} +.via-rose-600\/30{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.3), var(--tw-gradient-to); +} +.via-rose-600\/40{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.4), var(--tw-gradient-to); +} +.via-rose-600\/50{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.5), var(--tw-gradient-to); +} +.via-rose-600\/60{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.6), var(--tw-gradient-to); +} +.via-rose-600\/70{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.7), var(--tw-gradient-to); +} +.via-rose-600\/75{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.75), var(--tw-gradient-to); +} +.via-rose-600\/80{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.8), var(--tw-gradient-to); +} +.via-rose-600\/90{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.9), var(--tw-gradient-to); +} +.via-rose-600\/95{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 0.95), var(--tw-gradient-to); +} +.via-rose-600\/100{ + --tw-gradient-to: rgb(225 29 72 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(225 29 72 / 1), var(--tw-gradient-to); +} +.via-rose-700\/0{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0), var(--tw-gradient-to); +} +.via-rose-700\/5{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.05), var(--tw-gradient-to); +} +.via-rose-700\/10{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.1), var(--tw-gradient-to); +} +.via-rose-700\/20{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.2), var(--tw-gradient-to); +} +.via-rose-700\/25{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.25), var(--tw-gradient-to); +} +.via-rose-700\/30{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.3), var(--tw-gradient-to); +} +.via-rose-700\/40{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.4), var(--tw-gradient-to); +} +.via-rose-700\/50{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.5), var(--tw-gradient-to); +} +.via-rose-700\/60{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.6), var(--tw-gradient-to); +} +.via-rose-700\/70{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.7), var(--tw-gradient-to); +} +.via-rose-700\/75{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.75), var(--tw-gradient-to); +} +.via-rose-700\/80{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.8), var(--tw-gradient-to); +} +.via-rose-700\/90{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.9), var(--tw-gradient-to); +} +.via-rose-700\/95{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 0.95), var(--tw-gradient-to); +} +.via-rose-700\/100{ + --tw-gradient-to: rgb(190 18 60 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(190 18 60 / 1), var(--tw-gradient-to); +} +.via-rose-800\/0{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0), var(--tw-gradient-to); +} +.via-rose-800\/5{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.05), var(--tw-gradient-to); +} +.via-rose-800\/10{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.1), var(--tw-gradient-to); +} +.via-rose-800\/20{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.2), var(--tw-gradient-to); +} +.via-rose-800\/25{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.25), var(--tw-gradient-to); +} +.via-rose-800\/30{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.3), var(--tw-gradient-to); +} +.via-rose-800\/40{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.4), var(--tw-gradient-to); +} +.via-rose-800\/50{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.5), var(--tw-gradient-to); +} +.via-rose-800\/60{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.6), var(--tw-gradient-to); +} +.via-rose-800\/70{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.7), var(--tw-gradient-to); +} +.via-rose-800\/75{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.75), var(--tw-gradient-to); +} +.via-rose-800\/80{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.8), var(--tw-gradient-to); +} +.via-rose-800\/90{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.9), var(--tw-gradient-to); +} +.via-rose-800\/95{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 0.95), var(--tw-gradient-to); +} +.via-rose-800\/100{ + --tw-gradient-to: rgb(159 18 57 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(159 18 57 / 1), var(--tw-gradient-to); +} +.via-rose-900\/0{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0), var(--tw-gradient-to); +} +.via-rose-900\/5{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.05), var(--tw-gradient-to); +} +.via-rose-900\/10{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.1), var(--tw-gradient-to); +} +.via-rose-900\/20{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.2), var(--tw-gradient-to); +} +.via-rose-900\/25{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.25), var(--tw-gradient-to); +} +.via-rose-900\/30{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.3), var(--tw-gradient-to); +} +.via-rose-900\/40{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.4), var(--tw-gradient-to); +} +.via-rose-900\/50{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.5), var(--tw-gradient-to); +} +.via-rose-900\/60{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.6), var(--tw-gradient-to); +} +.via-rose-900\/70{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.7), var(--tw-gradient-to); +} +.via-rose-900\/75{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.75), var(--tw-gradient-to); +} +.via-rose-900\/80{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.8), var(--tw-gradient-to); +} +.via-rose-900\/90{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.9), var(--tw-gradient-to); +} +.via-rose-900\/95{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 0.95), var(--tw-gradient-to); +} +.via-rose-900\/100{ + --tw-gradient-to: rgb(136 19 55 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(136 19 55 / 1), var(--tw-gradient-to); +} +.via-rose\/0{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0), var(--tw-gradient-to); +} +.via-rose\/5{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.05), var(--tw-gradient-to); +} +.via-rose\/10{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.1), var(--tw-gradient-to); +} +.via-rose\/20{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.2), var(--tw-gradient-to); +} +.via-rose\/25{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.25), var(--tw-gradient-to); +} +.via-rose\/30{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.3), var(--tw-gradient-to); +} +.via-rose\/40{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.4), var(--tw-gradient-to); +} +.via-rose\/50{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.5), var(--tw-gradient-to); +} +.via-rose\/60{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.6), var(--tw-gradient-to); +} +.via-rose\/70{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.7), var(--tw-gradient-to); +} +.via-rose\/75{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.75), var(--tw-gradient-to); +} +.via-rose\/80{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.8), var(--tw-gradient-to); +} +.via-rose\/90{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.9), var(--tw-gradient-to); +} +.via-rose\/95{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.95), var(--tw-gradient-to); +} +.via-rose\/100{ + --tw-gradient-to: rgb(244 63 94 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 1), var(--tw-gradient-to); +} +.via-lilac-100\/0{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0), var(--tw-gradient-to); +} +.via-lilac-100\/5{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.05), var(--tw-gradient-to); +} +.via-lilac-100\/10{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.1), var(--tw-gradient-to); +} +.via-lilac-100\/20{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.2), var(--tw-gradient-to); +} +.via-lilac-100\/25{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.25), var(--tw-gradient-to); +} +.via-lilac-100\/30{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.3), var(--tw-gradient-to); +} +.via-lilac-100\/40{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.4), var(--tw-gradient-to); +} +.via-lilac-100\/50{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.5), var(--tw-gradient-to); +} +.via-lilac-100\/60{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.6), var(--tw-gradient-to); +} +.via-lilac-100\/70{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.7), var(--tw-gradient-to); +} +.via-lilac-100\/75{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.75), var(--tw-gradient-to); +} +.via-lilac-100\/80{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.8), var(--tw-gradient-to); +} +.via-lilac-100\/90{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.9), var(--tw-gradient-to); +} +.via-lilac-100\/95{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 0.95), var(--tw-gradient-to); +} +.via-lilac-100\/100{ + --tw-gradient-to: rgb(245 247 250 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(245 247 250 / 1), var(--tw-gradient-to); +} +.via-lilac-300\/0{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0), var(--tw-gradient-to); +} +.via-lilac-300\/5{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.05), var(--tw-gradient-to); +} +.via-lilac-300\/10{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.1), var(--tw-gradient-to); +} +.via-lilac-300\/20{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.2), var(--tw-gradient-to); +} +.via-lilac-300\/25{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.25), var(--tw-gradient-to); +} +.via-lilac-300\/30{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.3), var(--tw-gradient-to); +} +.via-lilac-300\/40{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.4), var(--tw-gradient-to); +} +.via-lilac-300\/50{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.5), var(--tw-gradient-to); +} +.via-lilac-300\/60{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.6), var(--tw-gradient-to); +} +.via-lilac-300\/70{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.7), var(--tw-gradient-to); +} +.via-lilac-300\/75{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.75), var(--tw-gradient-to); +} +.via-lilac-300\/80{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.8), var(--tw-gradient-to); +} +.via-lilac-300\/90{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.9), var(--tw-gradient-to); +} +.via-lilac-300\/95{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 0.95), var(--tw-gradient-to); +} +.via-lilac-300\/100{ + --tw-gradient-to: rgb(237 240 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(237 240 252 / 1), var(--tw-gradient-to); +} +.via-lilac-900\/0{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0), var(--tw-gradient-to); +} +.via-lilac-900\/5{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.05), var(--tw-gradient-to); +} +.via-lilac-900\/10{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.1), var(--tw-gradient-to); +} +.via-lilac-900\/20{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.2), var(--tw-gradient-to); +} +.via-lilac-900\/25{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.25), var(--tw-gradient-to); +} +.via-lilac-900\/30{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.3), var(--tw-gradient-to); +} +.via-lilac-900\/40{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.4), var(--tw-gradient-to); +} +.via-lilac-900\/50{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.5), var(--tw-gradient-to); +} +.via-lilac-900\/60{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.6), var(--tw-gradient-to); +} +.via-lilac-900\/70{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.7), var(--tw-gradient-to); +} +.via-lilac-900\/75{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.75), var(--tw-gradient-to); +} +.via-lilac-900\/80{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.8), var(--tw-gradient-to); +} +.via-lilac-900\/90{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.9), var(--tw-gradient-to); +} +.via-lilac-900\/95{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 0.95), var(--tw-gradient-to); +} +.via-lilac-900\/100{ + --tw-gradient-to: rgb(220 226 249 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(220 226 249 / 1), var(--tw-gradient-to); +} +.via-lilac\/0{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0), var(--tw-gradient-to); +} +.via-lilac\/5{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.05), var(--tw-gradient-to); +} +.via-lilac\/10{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.1), var(--tw-gradient-to); +} +.via-lilac\/20{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.2), var(--tw-gradient-to); +} +.via-lilac\/25{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.25), var(--tw-gradient-to); +} +.via-lilac\/30{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.3), var(--tw-gradient-to); +} +.via-lilac\/40{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.4), var(--tw-gradient-to); +} +.via-lilac\/50{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.5), var(--tw-gradient-to); +} +.via-lilac\/60{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.6), var(--tw-gradient-to); +} +.via-lilac\/70{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.7), var(--tw-gradient-to); +} +.via-lilac\/75{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.75), var(--tw-gradient-to); +} +.via-lilac\/80{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.8), var(--tw-gradient-to); +} +.via-lilac\/90{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.9), var(--tw-gradient-to); +} +.via-lilac\/95{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 0.95), var(--tw-gradient-to); +} +.via-lilac\/100{ + --tw-gradient-to: rgb(248 249 254 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(248 249 254 / 1), var(--tw-gradient-to); +} +.via-golden-900\/0{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0), var(--tw-gradient-to); +} +.via-golden-900\/5{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.05), var(--tw-gradient-to); +} +.via-golden-900\/10{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.1), var(--tw-gradient-to); +} +.via-golden-900\/20{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.2), var(--tw-gradient-to); +} +.via-golden-900\/25{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.25), var(--tw-gradient-to); +} +.via-golden-900\/30{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.3), var(--tw-gradient-to); +} +.via-golden-900\/40{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.4), var(--tw-gradient-to); +} +.via-golden-900\/50{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.5), var(--tw-gradient-to); +} +.via-golden-900\/60{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.6), var(--tw-gradient-to); +} +.via-golden-900\/70{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.7), var(--tw-gradient-to); +} +.via-golden-900\/75{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.75), var(--tw-gradient-to); +} +.via-golden-900\/80{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.8), var(--tw-gradient-to); +} +.via-golden-900\/90{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.9), var(--tw-gradient-to); +} +.via-golden-900\/95{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 0.95), var(--tw-gradient-to); +} +.via-golden-900\/100{ + --tw-gradient-to: rgb(191 184 130 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(191 184 130 / 1), var(--tw-gradient-to); +} +.via-golden\/0{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0), var(--tw-gradient-to); +} +.via-golden\/5{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.05), var(--tw-gradient-to); +} +.via-golden\/10{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.1), var(--tw-gradient-to); +} +.via-golden\/20{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.2), var(--tw-gradient-to); +} +.via-golden\/25{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.25), var(--tw-gradient-to); +} +.via-golden\/30{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.3), var(--tw-gradient-to); +} +.via-golden\/40{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.4), var(--tw-gradient-to); +} +.via-golden\/50{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.5), var(--tw-gradient-to); +} +.via-golden\/60{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.6), var(--tw-gradient-to); +} +.via-golden\/70{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.7), var(--tw-gradient-to); +} +.via-golden\/75{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.75), var(--tw-gradient-to); +} +.via-golden\/80{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.8), var(--tw-gradient-to); +} +.via-golden\/90{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.9), var(--tw-gradient-to); +} +.via-golden\/95{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 0.95), var(--tw-gradient-to); +} +.via-golden\/100{ + --tw-gradient-to: rgb(209 201 137 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(209 201 137 / 1), var(--tw-gradient-to); +} +.via-status-success\/0{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0), var(--tw-gradient-to); +} +.via-status-success\/5{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.05), var(--tw-gradient-to); +} +.via-status-success\/10{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.1), var(--tw-gradient-to); +} +.via-status-success\/20{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.2), var(--tw-gradient-to); +} +.via-status-success\/25{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.25), var(--tw-gradient-to); +} +.via-status-success\/30{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.3), var(--tw-gradient-to); +} +.via-status-success\/40{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.4), var(--tw-gradient-to); +} +.via-status-success\/50{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.5), var(--tw-gradient-to); +} +.via-status-success\/60{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.6), var(--tw-gradient-to); +} +.via-status-success\/70{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.7), var(--tw-gradient-to); +} +.via-status-success\/75{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.75), var(--tw-gradient-to); +} +.via-status-success\/80{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.8), var(--tw-gradient-to); +} +.via-status-success\/90{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.9), var(--tw-gradient-to); +} +.via-status-success\/95{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 0.95), var(--tw-gradient-to); +} +.via-status-success\/100{ + --tw-gradient-to: rgb(241 246 238 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(241 246 238 / 1), var(--tw-gradient-to); +} +.via-status-danger\/0{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0), var(--tw-gradient-to); +} +.via-status-danger\/5{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.05), var(--tw-gradient-to); +} +.via-status-danger\/10{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.1), var(--tw-gradient-to); +} +.via-status-danger\/20{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.2), var(--tw-gradient-to); +} +.via-status-danger\/25{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.25), var(--tw-gradient-to); +} +.via-status-danger\/30{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.3), var(--tw-gradient-to); +} +.via-status-danger\/40{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.4), var(--tw-gradient-to); +} +.via-status-danger\/50{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.5), var(--tw-gradient-to); +} +.via-status-danger\/60{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.6), var(--tw-gradient-to); +} +.via-status-danger\/70{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.7), var(--tw-gradient-to); +} +.via-status-danger\/75{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.75), var(--tw-gradient-to); +} +.via-status-danger\/80{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.8), var(--tw-gradient-to); +} +.via-status-danger\/90{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.9), var(--tw-gradient-to); +} +.via-status-danger\/95{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 0.95), var(--tw-gradient-to); +} +.via-status-danger\/100{ + --tw-gradient-to: rgb(250 230 230 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(250 230 230 / 1), var(--tw-gradient-to); +} +.via-status-sent\/0{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0), var(--tw-gradient-to); +} +.via-status-sent\/5{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.05), var(--tw-gradient-to); +} +.via-status-sent\/10{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.1), var(--tw-gradient-to); +} +.via-status-sent\/20{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.2), var(--tw-gradient-to); +} +.via-status-sent\/25{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.25), var(--tw-gradient-to); +} +.via-status-sent\/30{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.3), var(--tw-gradient-to); +} +.via-status-sent\/40{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.4), var(--tw-gradient-to); +} +.via-status-sent\/50{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.5), var(--tw-gradient-to); +} +.via-status-sent\/60{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.6), var(--tw-gradient-to); +} +.via-status-sent\/70{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.7), var(--tw-gradient-to); +} +.via-status-sent\/75{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.75), var(--tw-gradient-to); +} +.via-status-sent\/80{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.8), var(--tw-gradient-to); +} +.via-status-sent\/90{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.9), var(--tw-gradient-to); +} +.via-status-sent\/95{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.95), var(--tw-gradient-to); +} +.via-status-sent\/100{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 1), var(--tw-gradient-to); +} +.via-status-viewed\/0{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0), var(--tw-gradient-to); +} +.via-status-viewed\/5{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.05), var(--tw-gradient-to); +} +.via-status-viewed\/10{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.1), var(--tw-gradient-to); +} +.via-status-viewed\/20{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.2), var(--tw-gradient-to); +} +.via-status-viewed\/25{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.25), var(--tw-gradient-to); +} +.via-status-viewed\/30{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.3), var(--tw-gradient-to); +} +.via-status-viewed\/40{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.4), var(--tw-gradient-to); +} +.via-status-viewed\/50{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.5), var(--tw-gradient-to); +} +.via-status-viewed\/60{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.6), var(--tw-gradient-to); +} +.via-status-viewed\/70{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.7), var(--tw-gradient-to); +} +.via-status-viewed\/75{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.75), var(--tw-gradient-to); +} +.via-status-viewed\/80{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.8), var(--tw-gradient-to); +} +.via-status-viewed\/90{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.9), var(--tw-gradient-to); +} +.via-status-viewed\/95{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 0.95), var(--tw-gradient-to); +} +.via-status-viewed\/100{ + --tw-gradient-to: rgb(238 238 243 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(238 238 243 / 1), var(--tw-gradient-to); +} +.via-status-draft\/0{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0), var(--tw-gradient-to); +} +.via-status-draft\/5{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.05), var(--tw-gradient-to); +} +.via-status-draft\/10{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.1), var(--tw-gradient-to); +} +.via-status-draft\/20{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.2), var(--tw-gradient-to); +} +.via-status-draft\/25{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.25), var(--tw-gradient-to); +} +.via-status-draft\/30{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.3), var(--tw-gradient-to); +} +.via-status-draft\/40{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.4), var(--tw-gradient-to); +} +.via-status-draft\/50{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.5), var(--tw-gradient-to); +} +.via-status-draft\/60{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.6), var(--tw-gradient-to); +} +.via-status-draft\/70{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.7), var(--tw-gradient-to); +} +.via-status-draft\/75{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.75), var(--tw-gradient-to); +} +.via-status-draft\/80{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.8), var(--tw-gradient-to); +} +.via-status-draft\/90{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.9), var(--tw-gradient-to); +} +.via-status-draft\/95{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 0.95), var(--tw-gradient-to); +} +.via-status-draft\/100{ + --tw-gradient-to: rgb(236 236 236 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(236 236 236 / 1), var(--tw-gradient-to); +} +.via-status-partial\/0{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0), var(--tw-gradient-to); +} +.via-status-partial\/5{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.05), var(--tw-gradient-to); +} +.via-status-partial\/10{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.1), var(--tw-gradient-to); +} +.via-status-partial\/20{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.2), var(--tw-gradient-to); +} +.via-status-partial\/25{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.25), var(--tw-gradient-to); +} +.via-status-partial\/30{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.3), var(--tw-gradient-to); +} +.via-status-partial\/40{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.4), var(--tw-gradient-to); +} +.via-status-partial\/50{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.5), var(--tw-gradient-to); +} +.via-status-partial\/60{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.6), var(--tw-gradient-to); +} +.via-status-partial\/70{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.7), var(--tw-gradient-to); +} +.via-status-partial\/75{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.75), var(--tw-gradient-to); +} +.via-status-partial\/80{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.8), var(--tw-gradient-to); +} +.via-status-partial\/90{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.9), var(--tw-gradient-to); +} +.via-status-partial\/95{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 0.95), var(--tw-gradient-to); +} +.via-status-partial\/100{ + --tw-gradient-to: rgb(230 241 246 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(230 241 246 / 1), var(--tw-gradient-to); +} +.via-status-canceled\/0{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0), var(--tw-gradient-to); +} +.via-status-canceled\/5{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.05), var(--tw-gradient-to); +} +.via-status-canceled\/10{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.1), var(--tw-gradient-to); +} +.via-status-canceled\/20{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.2), var(--tw-gradient-to); +} +.via-status-canceled\/25{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.25), var(--tw-gradient-to); +} +.via-status-canceled\/30{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.3), var(--tw-gradient-to); +} +.via-status-canceled\/40{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.4), var(--tw-gradient-to); +} +.via-status-canceled\/50{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.5), var(--tw-gradient-to); +} +.via-status-canceled\/60{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.6), var(--tw-gradient-to); +} +.via-status-canceled\/70{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.7), var(--tw-gradient-to); +} +.via-status-canceled\/75{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.75), var(--tw-gradient-to); +} +.via-status-canceled\/80{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.8), var(--tw-gradient-to); +} +.via-status-canceled\/90{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.9), var(--tw-gradient-to); +} +.via-status-canceled\/95{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 0.95), var(--tw-gradient-to); +} +.via-status-canceled\/100{ + --tw-gradient-to: rgb(40 40 40 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(40 40 40 / 1), var(--tw-gradient-to); +} +.via-status-warning\/0{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0), var(--tw-gradient-to); +} +.via-status-warning\/5{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.05), var(--tw-gradient-to); +} +.via-status-warning\/10{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.1), var(--tw-gradient-to); +} +.via-status-warning\/20{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.2), var(--tw-gradient-to); +} +.via-status-warning\/25{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.25), var(--tw-gradient-to); +} +.via-status-warning\/30{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.3), var(--tw-gradient-to); +} +.via-status-warning\/40{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.4), var(--tw-gradient-to); +} +.via-status-warning\/50{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.5), var(--tw-gradient-to); +} +.via-status-warning\/60{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.6), var(--tw-gradient-to); +} +.via-status-warning\/70{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.7), var(--tw-gradient-to); +} +.via-status-warning\/75{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.75), var(--tw-gradient-to); +} +.via-status-warning\/80{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.8), var(--tw-gradient-to); +} +.via-status-warning\/90{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.9), var(--tw-gradient-to); +} +.via-status-warning\/95{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 0.95), var(--tw-gradient-to); +} +.via-status-warning\/100{ + --tw-gradient-to: rgb(254 245 231 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(254 245 231 / 1), var(--tw-gradient-to); +} +.via-text-status-success\/0{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0), var(--tw-gradient-to); +} +.via-text-status-success\/5{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.05), var(--tw-gradient-to); +} +.via-text-status-success\/10{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.1), var(--tw-gradient-to); +} +.via-text-status-success\/20{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.2), var(--tw-gradient-to); +} +.via-text-status-success\/25{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.25), var(--tw-gradient-to); +} +.via-text-status-success\/30{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.3), var(--tw-gradient-to); +} +.via-text-status-success\/40{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.4), var(--tw-gradient-to); +} +.via-text-status-success\/50{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.5), var(--tw-gradient-to); +} +.via-text-status-success\/60{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.6), var(--tw-gradient-to); +} +.via-text-status-success\/70{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.7), var(--tw-gradient-to); +} +.via-text-status-success\/75{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.75), var(--tw-gradient-to); +} +.via-text-status-success\/80{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.8), var(--tw-gradient-to); +} +.via-text-status-success\/90{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.9), var(--tw-gradient-to); +} +.via-text-status-success\/95{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 0.95), var(--tw-gradient-to); +} +.via-text-status-success\/100{ + --tw-gradient-to: rgb(99 145 74 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(99 145 74 / 1), var(--tw-gradient-to); +} +.via-text-status-danger\/0{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0), var(--tw-gradient-to); +} +.via-text-status-danger\/5{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.05), var(--tw-gradient-to); +} +.via-text-status-danger\/10{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.1), var(--tw-gradient-to); +} +.via-text-status-danger\/20{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.2), var(--tw-gradient-to); +} +.via-text-status-danger\/25{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.25), var(--tw-gradient-to); +} +.via-text-status-danger\/30{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.3), var(--tw-gradient-to); +} +.via-text-status-danger\/40{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.4), var(--tw-gradient-to); +} +.via-text-status-danger\/50{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.5), var(--tw-gradient-to); +} +.via-text-status-danger\/60{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.6), var(--tw-gradient-to); +} +.via-text-status-danger\/70{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.7), var(--tw-gradient-to); +} +.via-text-status-danger\/75{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.75), var(--tw-gradient-to); +} +.via-text-status-danger\/80{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.8), var(--tw-gradient-to); +} +.via-text-status-danger\/90{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.9), var(--tw-gradient-to); +} +.via-text-status-danger\/95{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 0.95), var(--tw-gradient-to); +} +.via-text-status-danger\/100{ + --tw-gradient-to: rgb(184 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 0 0 / 1), var(--tw-gradient-to); +} +.via-text-status-sent\/0{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0), var(--tw-gradient-to); +} +.via-text-status-sent\/5{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.05), var(--tw-gradient-to); +} +.via-text-status-sent\/10{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.1), var(--tw-gradient-to); +} +.via-text-status-sent\/20{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.2), var(--tw-gradient-to); +} +.via-text-status-sent\/25{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.25), var(--tw-gradient-to); +} +.via-text-status-sent\/30{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.3), var(--tw-gradient-to); +} +.via-text-status-sent\/40{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.4), var(--tw-gradient-to); +} +.via-text-status-sent\/50{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.5), var(--tw-gradient-to); +} +.via-text-status-sent\/60{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.6), var(--tw-gradient-to); +} +.via-text-status-sent\/70{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.7), var(--tw-gradient-to); +} +.via-text-status-sent\/75{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.75), var(--tw-gradient-to); +} +.via-text-status-sent\/80{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.8), var(--tw-gradient-to); +} +.via-text-status-sent\/90{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.9), var(--tw-gradient-to); +} +.via-text-status-sent\/95{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 0.95), var(--tw-gradient-to); +} +.via-text-status-sent\/100{ + --tw-gradient-to: rgb(221 142 10 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(221 142 10 / 1), var(--tw-gradient-to); +} +.via-text-status-viewed\/0{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0), var(--tw-gradient-to); +} +.via-text-status-viewed\/5{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.05), var(--tw-gradient-to); +} +.via-text-status-viewed\/10{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.1), var(--tw-gradient-to); +} +.via-text-status-viewed\/20{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.2), var(--tw-gradient-to); +} +.via-text-status-viewed\/25{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.25), var(--tw-gradient-to); +} +.via-text-status-viewed\/30{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.3), var(--tw-gradient-to); +} +.via-text-status-viewed\/40{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.4), var(--tw-gradient-to); +} +.via-text-status-viewed\/50{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.5), var(--tw-gradient-to); +} +.via-text-status-viewed\/60{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.6), var(--tw-gradient-to); +} +.via-text-status-viewed\/70{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.7), var(--tw-gradient-to); +} +.via-text-status-viewed\/75{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.75), var(--tw-gradient-to); +} +.via-text-status-viewed\/80{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.8), var(--tw-gradient-to); +} +.via-text-status-viewed\/90{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.9), var(--tw-gradient-to); +} +.via-text-status-viewed\/95{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 0.95), var(--tw-gradient-to); +} +.via-text-status-viewed\/100{ + --tw-gradient-to: rgb(77 79 125 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(77 79 125 / 1), var(--tw-gradient-to); +} +.via-text-status-draft\/0{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0), var(--tw-gradient-to); +} +.via-text-status-draft\/5{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.05), var(--tw-gradient-to); +} +.via-text-status-draft\/10{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.1), var(--tw-gradient-to); +} +.via-text-status-draft\/20{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.2), var(--tw-gradient-to); +} +.via-text-status-draft\/25{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.25), var(--tw-gradient-to); +} +.via-text-status-draft\/30{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.3), var(--tw-gradient-to); +} +.via-text-status-draft\/40{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.4), var(--tw-gradient-to); +} +.via-text-status-draft\/50{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.5), var(--tw-gradient-to); +} +.via-text-status-draft\/60{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.6), var(--tw-gradient-to); +} +.via-text-status-draft\/70{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.7), var(--tw-gradient-to); +} +.via-text-status-draft\/75{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.75), var(--tw-gradient-to); +} +.via-text-status-draft\/80{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.8), var(--tw-gradient-to); +} +.via-text-status-draft\/90{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.9), var(--tw-gradient-to); +} +.via-text-status-draft\/95{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 0.95), var(--tw-gradient-to); +} +.via-text-status-draft\/100{ + --tw-gradient-to: rgb(59 59 59 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(59 59 59 / 1), var(--tw-gradient-to); +} +.via-text-status-partial\/0{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0), var(--tw-gradient-to); +} +.via-text-status-partial\/5{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.05), var(--tw-gradient-to); +} +.via-text-status-partial\/10{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.1), var(--tw-gradient-to); +} +.via-text-status-partial\/20{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.2), var(--tw-gradient-to); +} +.via-text-status-partial\/25{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.25), var(--tw-gradient-to); +} +.via-text-status-partial\/30{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.3), var(--tw-gradient-to); +} +.via-text-status-partial\/40{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.4), var(--tw-gradient-to); +} +.via-text-status-partial\/50{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.5), var(--tw-gradient-to); +} +.via-text-status-partial\/60{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.6), var(--tw-gradient-to); +} +.via-text-status-partial\/70{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.7), var(--tw-gradient-to); +} +.via-text-status-partial\/75{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.75), var(--tw-gradient-to); +} +.via-text-status-partial\/80{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.8), var(--tw-gradient-to); +} +.via-text-status-partial\/90{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.9), var(--tw-gradient-to); +} +.via-text-status-partial\/95{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 0.95), var(--tw-gradient-to); +} +.via-text-status-partial\/100{ + --tw-gradient-to: rgb(0 99 149 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 99 149 / 1), var(--tw-gradient-to); +} +.via-text-status-canceled\/0{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0), var(--tw-gradient-to); +} +.via-text-status-canceled\/5{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05), var(--tw-gradient-to); +} +.via-text-status-canceled\/10{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1), var(--tw-gradient-to); +} +.via-text-status-canceled\/20{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2), var(--tw-gradient-to); +} +.via-text-status-canceled\/25{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25), var(--tw-gradient-to); +} +.via-text-status-canceled\/30{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3), var(--tw-gradient-to); +} +.via-text-status-canceled\/40{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4), var(--tw-gradient-to); +} +.via-text-status-canceled\/50{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5), var(--tw-gradient-to); +} +.via-text-status-canceled\/60{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6), var(--tw-gradient-to); +} +.via-text-status-canceled\/70{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7), var(--tw-gradient-to); +} +.via-text-status-canceled\/75{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75), var(--tw-gradient-to); +} +.via-text-status-canceled\/80{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8), var(--tw-gradient-to); +} +.via-text-status-canceled\/90{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9), var(--tw-gradient-to); +} +.via-text-status-canceled\/95{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95), var(--tw-gradient-to); +} +.via-text-status-canceled\/100{ + --tw-gradient-to: rgb(255 255 255 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1), var(--tw-gradient-to); +} +.via-text-status-warning\/0{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0), var(--tw-gradient-to); +} +.via-text-status-warning\/5{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.05), var(--tw-gradient-to); +} +.via-text-status-warning\/10{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.1), var(--tw-gradient-to); +} +.via-text-status-warning\/20{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.2), var(--tw-gradient-to); +} +.via-text-status-warning\/25{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.25), var(--tw-gradient-to); +} +.via-text-status-warning\/30{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.3), var(--tw-gradient-to); +} +.via-text-status-warning\/40{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.4), var(--tw-gradient-to); +} +.via-text-status-warning\/50{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.5), var(--tw-gradient-to); +} +.via-text-status-warning\/60{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.6), var(--tw-gradient-to); +} +.via-text-status-warning\/70{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.7), var(--tw-gradient-to); +} +.via-text-status-warning\/75{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.75), var(--tw-gradient-to); +} +.via-text-status-warning\/80{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.8), var(--tw-gradient-to); +} +.via-text-status-warning\/90{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.9), var(--tw-gradient-to); +} +.via-text-status-warning\/95{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 0.95), var(--tw-gradient-to); +} +.via-text-status-warning\/100{ + --tw-gradient-to: rgb(184 119 8 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(184 119 8 / 1), var(--tw-gradient-to); +} +.via-body\/0{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0), var(--tw-gradient-to); +} +.via-body\/5{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.05), var(--tw-gradient-to); +} +.via-body\/10{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.1), var(--tw-gradient-to); +} +.via-body\/20{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.2), var(--tw-gradient-to); +} +.via-body\/25{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.25), var(--tw-gradient-to); +} +.via-body\/30{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.3), var(--tw-gradient-to); +} +.via-body\/40{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.4), var(--tw-gradient-to); +} +.via-body\/50{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.5), var(--tw-gradient-to); +} +.via-body\/60{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.6), var(--tw-gradient-to); +} +.via-body\/70{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.7), var(--tw-gradient-to); +} +.via-body\/75{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.75), var(--tw-gradient-to); +} +.via-body\/80{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.8), var(--tw-gradient-to); +} +.via-body\/90{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.9), var(--tw-gradient-to); +} +.via-body\/95{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.95), var(--tw-gradient-to); +} +.via-body\/100{ + --tw-gradient-to: rgb(252 252 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 1), var(--tw-gradient-to); +} +.via-light-gray\/0{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0), var(--tw-gradient-to); +} +.via-light-gray\/5{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.05), var(--tw-gradient-to); +} +.via-light-gray\/10{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.1), var(--tw-gradient-to); +} +.via-light-gray\/20{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.2), var(--tw-gradient-to); +} +.via-light-gray\/25{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.25), var(--tw-gradient-to); +} +.via-light-gray\/30{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.3), var(--tw-gradient-to); +} +.via-light-gray\/40{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.4), var(--tw-gradient-to); +} +.via-light-gray\/50{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.5), var(--tw-gradient-to); +} +.via-light-gray\/60{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.6), var(--tw-gradient-to); +} +.via-light-gray\/70{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.7), var(--tw-gradient-to); +} +.via-light-gray\/75{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.75), var(--tw-gradient-to); +} +.via-light-gray\/80{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.8), var(--tw-gradient-to); +} +.via-light-gray\/90{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.9), var(--tw-gradient-to); +} +.via-light-gray\/95{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 0.95), var(--tw-gradient-to); +} +.via-light-gray\/100{ + --tw-gradient-to: rgb(199 201 217 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(199 201 217 / 1), var(--tw-gradient-to); +} +.via-dark-blue\/0{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0), var(--tw-gradient-to); +} +.via-dark-blue\/5{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.05), var(--tw-gradient-to); +} +.via-dark-blue\/10{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.1), var(--tw-gradient-to); +} +.via-dark-blue\/20{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.2), var(--tw-gradient-to); +} +.via-dark-blue\/25{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.25), var(--tw-gradient-to); +} +.via-dark-blue\/30{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.3), var(--tw-gradient-to); +} +.via-dark-blue\/40{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.4), var(--tw-gradient-to); +} +.via-dark-blue\/50{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.5), var(--tw-gradient-to); +} +.via-dark-blue\/60{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.6), var(--tw-gradient-to); +} +.via-dark-blue\/70{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.7), var(--tw-gradient-to); +} +.via-dark-blue\/75{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.75), var(--tw-gradient-to); +} +.via-dark-blue\/80{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.8), var(--tw-gradient-to); +} +.via-dark-blue\/90{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.9), var(--tw-gradient-to); +} +.via-dark-blue\/95{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 0.95), var(--tw-gradient-to); +} +.via-dark-blue\/100{ + --tw-gradient-to: rgb(21 40 75 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(21 40 75 / 1), var(--tw-gradient-to); +} +.via-lighter-gray\/0{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0), var(--tw-gradient-to); +} +.via-lighter-gray\/5{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.05), var(--tw-gradient-to); +} +.via-lighter-gray\/10{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.1), var(--tw-gradient-to); +} +.via-lighter-gray\/20{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.2), var(--tw-gradient-to); +} +.via-lighter-gray\/25{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.25), var(--tw-gradient-to); +} +.via-lighter-gray\/30{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.3), var(--tw-gradient-to); +} +.via-lighter-gray\/40{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.4), var(--tw-gradient-to); +} +.via-lighter-gray\/50{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.5), var(--tw-gradient-to); +} +.via-lighter-gray\/60{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.6), var(--tw-gradient-to); +} +.via-lighter-gray\/70{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.7), var(--tw-gradient-to); +} +.via-lighter-gray\/75{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.75), var(--tw-gradient-to); +} +.via-lighter-gray\/80{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.8), var(--tw-gradient-to); +} +.via-lighter-gray\/90{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.9), var(--tw-gradient-to); +} +.via-lighter-gray\/95{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 0.95), var(--tw-gradient-to); +} +.via-lighter-gray\/100{ + --tw-gradient-to: rgb(242 242 245 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 245 / 1), var(--tw-gradient-to); +} +.via-purple-lighter\/0{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0), var(--tw-gradient-to); +} +.via-purple-lighter\/5{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.05), var(--tw-gradient-to); +} +.via-purple-lighter\/10{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.1), var(--tw-gradient-to); +} +.via-purple-lighter\/20{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.2), var(--tw-gradient-to); +} +.via-purple-lighter\/25{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.25), var(--tw-gradient-to); +} +.via-purple-lighter\/30{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.3), var(--tw-gradient-to); +} +.via-purple-lighter\/40{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.4), var(--tw-gradient-to); +} +.via-purple-lighter\/50{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.5), var(--tw-gradient-to); +} +.via-purple-lighter\/60{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.6), var(--tw-gradient-to); +} +.via-purple-lighter\/70{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.7), var(--tw-gradient-to); +} +.via-purple-lighter\/75{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.75), var(--tw-gradient-to); +} +.via-purple-lighter\/80{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.8), var(--tw-gradient-to); +} +.via-purple-lighter\/90{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.9), var(--tw-gradient-to); +} +.via-purple-lighter\/95{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 0.95), var(--tw-gradient-to); +} +.via-purple-lighter\/100{ + --tw-gradient-to: rgb(242 244 252 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 252 / 1), var(--tw-gradient-to); +} +.via-modal-background\/0{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0), var(--tw-gradient-to); +} +.via-modal-background\/5{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.05), var(--tw-gradient-to); +} +.via-modal-background\/10{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1), var(--tw-gradient-to); +} +.via-modal-background\/20{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2), var(--tw-gradient-to); +} +.via-modal-background\/25{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.25), var(--tw-gradient-to); +} +.via-modal-background\/30{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3), var(--tw-gradient-to); +} +.via-modal-background\/40{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4), var(--tw-gradient-to); +} +.via-modal-background\/50{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5), var(--tw-gradient-to); +} +.via-modal-background\/60{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6), var(--tw-gradient-to); +} +.via-modal-background\/70{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7), var(--tw-gradient-to); +} +.via-modal-background\/75{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.75), var(--tw-gradient-to); +} +.via-modal-background\/80{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.8), var(--tw-gradient-to); +} +.via-modal-background\/90{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.9), var(--tw-gradient-to); +} +.via-modal-background\/95{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.95), var(--tw-gradient-to); +} +.via-modal-background\/100{ + --tw-gradient-to: rgb(0 0 0 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 1), var(--tw-gradient-to); +} +.via-testing\/0{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0), var(--tw-gradient-to); +} +.via-testing\/5{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.05), var(--tw-gradient-to); +} +.via-testing\/10{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.1), var(--tw-gradient-to); +} +.via-testing\/20{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.2), var(--tw-gradient-to); +} +.via-testing\/25{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.25), var(--tw-gradient-to); +} +.via-testing\/30{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.3), var(--tw-gradient-to); +} +.via-testing\/40{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.4), var(--tw-gradient-to); +} +.via-testing\/50{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.5), var(--tw-gradient-to); +} +.via-testing\/60{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.6), var(--tw-gradient-to); +} +.via-testing\/70{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.7), var(--tw-gradient-to); +} +.via-testing\/75{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.75), var(--tw-gradient-to); +} +.via-testing\/80{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.8), var(--tw-gradient-to); +} +.via-testing\/90{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.9), var(--tw-gradient-to); +} +.via-testing\/95{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 0.95), var(--tw-gradient-to); +} +.via-testing\/100{ + --tw-gradient-to: rgb(147 95 7 / 0); + --tw-gradient-stops: var(--tw-gradient-from), rgb(147 95 7 / 1), var(--tw-gradient-to); } .to-inherit{ --tw-gradient-to: inherit; @@ -28879,6 +182844,12066 @@ input[type="date"]::-webkit-inner-spin-button, .to-testing{ --tw-gradient-to: #935f07; } +.to-transparent\/0{ + --tw-gradient-to: rgb(0 0 0 / 0); +} +.to-transparent\/5{ + --tw-gradient-to: rgb(0 0 0 / 0.05); +} +.to-transparent\/10{ + --tw-gradient-to: rgb(0 0 0 / 0.1); +} +.to-transparent\/20{ + --tw-gradient-to: rgb(0 0 0 / 0.2); +} +.to-transparent\/25{ + --tw-gradient-to: rgb(0 0 0 / 0.25); +} +.to-transparent\/30{ + --tw-gradient-to: rgb(0 0 0 / 0.3); +} +.to-transparent\/40{ + --tw-gradient-to: rgb(0 0 0 / 0.4); +} +.to-transparent\/50{ + --tw-gradient-to: rgb(0 0 0 / 0.5); +} +.to-transparent\/60{ + --tw-gradient-to: rgb(0 0 0 / 0.6); +} +.to-transparent\/70{ + --tw-gradient-to: rgb(0 0 0 / 0.7); +} +.to-transparent\/75{ + --tw-gradient-to: rgb(0 0 0 / 0.75); +} +.to-transparent\/80{ + --tw-gradient-to: rgb(0 0 0 / 0.8); +} +.to-transparent\/90{ + --tw-gradient-to: rgb(0 0 0 / 0.9); +} +.to-transparent\/95{ + --tw-gradient-to: rgb(0 0 0 / 0.95); +} +.to-transparent\/100{ + --tw-gradient-to: rgb(0 0 0 / 1); +} +.to-black-50\/0{ + --tw-gradient-to: rgb(246 246 246 / 0); +} +.to-black-50\/5{ + --tw-gradient-to: rgb(246 246 246 / 0.05); +} +.to-black-50\/10{ + --tw-gradient-to: rgb(246 246 246 / 0.1); +} +.to-black-50\/20{ + --tw-gradient-to: rgb(246 246 246 / 0.2); +} +.to-black-50\/25{ + --tw-gradient-to: rgb(246 246 246 / 0.25); +} +.to-black-50\/30{ + --tw-gradient-to: rgb(246 246 246 / 0.3); +} +.to-black-50\/40{ + --tw-gradient-to: rgb(246 246 246 / 0.4); +} +.to-black-50\/50{ + --tw-gradient-to: rgb(246 246 246 / 0.5); +} +.to-black-50\/60{ + --tw-gradient-to: rgb(246 246 246 / 0.6); +} +.to-black-50\/70{ + --tw-gradient-to: rgb(246 246 246 / 0.7); +} +.to-black-50\/75{ + --tw-gradient-to: rgb(246 246 246 / 0.75); +} +.to-black-50\/80{ + --tw-gradient-to: rgb(246 246 246 / 0.8); +} +.to-black-50\/90{ + --tw-gradient-to: rgb(246 246 246 / 0.9); +} +.to-black-50\/95{ + --tw-gradient-to: rgb(246 246 246 / 0.95); +} +.to-black-50\/100{ + --tw-gradient-to: rgb(246 246 246 / 1); +} +.to-black-100\/0{ + --tw-gradient-to: rgb(236 236 236 / 0); +} +.to-black-100\/5{ + --tw-gradient-to: rgb(236 236 236 / 0.05); +} +.to-black-100\/10{ + --tw-gradient-to: rgb(236 236 236 / 0.1); +} +.to-black-100\/20{ + --tw-gradient-to: rgb(236 236 236 / 0.2); +} +.to-black-100\/25{ + --tw-gradient-to: rgb(236 236 236 / 0.25); +} +.to-black-100\/30{ + --tw-gradient-to: rgb(236 236 236 / 0.3); +} +.to-black-100\/40{ + --tw-gradient-to: rgb(236 236 236 / 0.4); +} +.to-black-100\/50{ + --tw-gradient-to: rgb(236 236 236 / 0.5); +} +.to-black-100\/60{ + --tw-gradient-to: rgb(236 236 236 / 0.6); +} +.to-black-100\/70{ + --tw-gradient-to: rgb(236 236 236 / 0.7); +} +.to-black-100\/75{ + --tw-gradient-to: rgb(236 236 236 / 0.75); +} +.to-black-100\/80{ + --tw-gradient-to: rgb(236 236 236 / 0.8); +} +.to-black-100\/90{ + --tw-gradient-to: rgb(236 236 236 / 0.9); +} +.to-black-100\/95{ + --tw-gradient-to: rgb(236 236 236 / 0.95); +} +.to-black-100\/100{ + --tw-gradient-to: rgb(236 236 236 / 1); +} +.to-black-200\/0{ + --tw-gradient-to: rgb(208 208 208 / 0); +} +.to-black-200\/5{ + --tw-gradient-to: rgb(208 208 208 / 0.05); +} +.to-black-200\/10{ + --tw-gradient-to: rgb(208 208 208 / 0.1); +} +.to-black-200\/20{ + --tw-gradient-to: rgb(208 208 208 / 0.2); +} +.to-black-200\/25{ + --tw-gradient-to: rgb(208 208 208 / 0.25); +} +.to-black-200\/30{ + --tw-gradient-to: rgb(208 208 208 / 0.3); +} +.to-black-200\/40{ + --tw-gradient-to: rgb(208 208 208 / 0.4); +} +.to-black-200\/50{ + --tw-gradient-to: rgb(208 208 208 / 0.5); +} +.to-black-200\/60{ + --tw-gradient-to: rgb(208 208 208 / 0.6); +} +.to-black-200\/70{ + --tw-gradient-to: rgb(208 208 208 / 0.7); +} +.to-black-200\/75{ + --tw-gradient-to: rgb(208 208 208 / 0.75); +} +.to-black-200\/80{ + --tw-gradient-to: rgb(208 208 208 / 0.8); +} +.to-black-200\/90{ + --tw-gradient-to: rgb(208 208 208 / 0.9); +} +.to-black-200\/95{ + --tw-gradient-to: rgb(208 208 208 / 0.95); +} +.to-black-200\/100{ + --tw-gradient-to: rgb(208 208 208 / 1); +} +.to-black-300\/0{ + --tw-gradient-to: rgb(179 179 179 / 0); +} +.to-black-300\/5{ + --tw-gradient-to: rgb(179 179 179 / 0.05); +} +.to-black-300\/10{ + --tw-gradient-to: rgb(179 179 179 / 0.1); +} +.to-black-300\/20{ + --tw-gradient-to: rgb(179 179 179 / 0.2); +} +.to-black-300\/25{ + --tw-gradient-to: rgb(179 179 179 / 0.25); +} +.to-black-300\/30{ + --tw-gradient-to: rgb(179 179 179 / 0.3); +} +.to-black-300\/40{ + --tw-gradient-to: rgb(179 179 179 / 0.4); +} +.to-black-300\/50{ + --tw-gradient-to: rgb(179 179 179 / 0.5); +} +.to-black-300\/60{ + --tw-gradient-to: rgb(179 179 179 / 0.6); +} +.to-black-300\/70{ + --tw-gradient-to: rgb(179 179 179 / 0.7); +} +.to-black-300\/75{ + --tw-gradient-to: rgb(179 179 179 / 0.75); +} +.to-black-300\/80{ + --tw-gradient-to: rgb(179 179 179 / 0.8); +} +.to-black-300\/90{ + --tw-gradient-to: rgb(179 179 179 / 0.9); +} +.to-black-300\/95{ + --tw-gradient-to: rgb(179 179 179 / 0.95); +} +.to-black-300\/100{ + --tw-gradient-to: rgb(179 179 179 / 1); +} +.to-black-400\/0{ + --tw-gradient-to: rgb(123 123 123 / 0); +} +.to-black-400\/5{ + --tw-gradient-to: rgb(123 123 123 / 0.05); +} +.to-black-400\/10{ + --tw-gradient-to: rgb(123 123 123 / 0.1); +} +.to-black-400\/20{ + --tw-gradient-to: rgb(123 123 123 / 0.2); +} +.to-black-400\/25{ + --tw-gradient-to: rgb(123 123 123 / 0.25); +} +.to-black-400\/30{ + --tw-gradient-to: rgb(123 123 123 / 0.3); +} +.to-black-400\/40{ + --tw-gradient-to: rgb(123 123 123 / 0.4); +} +.to-black-400\/50{ + --tw-gradient-to: rgb(123 123 123 / 0.5); +} +.to-black-400\/60{ + --tw-gradient-to: rgb(123 123 123 / 0.6); +} +.to-black-400\/70{ + --tw-gradient-to: rgb(123 123 123 / 0.7); +} +.to-black-400\/75{ + --tw-gradient-to: rgb(123 123 123 / 0.75); +} +.to-black-400\/80{ + --tw-gradient-to: rgb(123 123 123 / 0.8); +} +.to-black-400\/90{ + --tw-gradient-to: rgb(123 123 123 / 0.9); +} +.to-black-400\/95{ + --tw-gradient-to: rgb(123 123 123 / 0.95); +} +.to-black-400\/100{ + --tw-gradient-to: rgb(123 123 123 / 1); +} +.to-black-500\/0{ + --tw-gradient-to: rgb(66 66 66 / 0); +} +.to-black-500\/5{ + --tw-gradient-to: rgb(66 66 66 / 0.05); +} +.to-black-500\/10{ + --tw-gradient-to: rgb(66 66 66 / 0.1); +} +.to-black-500\/20{ + --tw-gradient-to: rgb(66 66 66 / 0.2); +} +.to-black-500\/25{ + --tw-gradient-to: rgb(66 66 66 / 0.25); +} +.to-black-500\/30{ + --tw-gradient-to: rgb(66 66 66 / 0.3); +} +.to-black-500\/40{ + --tw-gradient-to: rgb(66 66 66 / 0.4); +} +.to-black-500\/50{ + --tw-gradient-to: rgb(66 66 66 / 0.5); +} +.to-black-500\/60{ + --tw-gradient-to: rgb(66 66 66 / 0.6); +} +.to-black-500\/70{ + --tw-gradient-to: rgb(66 66 66 / 0.7); +} +.to-black-500\/75{ + --tw-gradient-to: rgb(66 66 66 / 0.75); +} +.to-black-500\/80{ + --tw-gradient-to: rgb(66 66 66 / 0.8); +} +.to-black-500\/90{ + --tw-gradient-to: rgb(66 66 66 / 0.9); +} +.to-black-500\/95{ + --tw-gradient-to: rgb(66 66 66 / 0.95); +} +.to-black-500\/100{ + --tw-gradient-to: rgb(66 66 66 / 1); +} +.to-black-600\/0{ + --tw-gradient-to: rgb(59 59 59 / 0); +} +.to-black-600\/5{ + --tw-gradient-to: rgb(59 59 59 / 0.05); +} +.to-black-600\/10{ + --tw-gradient-to: rgb(59 59 59 / 0.1); +} +.to-black-600\/20{ + --tw-gradient-to: rgb(59 59 59 / 0.2); +} +.to-black-600\/25{ + --tw-gradient-to: rgb(59 59 59 / 0.25); +} +.to-black-600\/30{ + --tw-gradient-to: rgb(59 59 59 / 0.3); +} +.to-black-600\/40{ + --tw-gradient-to: rgb(59 59 59 / 0.4); +} +.to-black-600\/50{ + --tw-gradient-to: rgb(59 59 59 / 0.5); +} +.to-black-600\/60{ + --tw-gradient-to: rgb(59 59 59 / 0.6); +} +.to-black-600\/70{ + --tw-gradient-to: rgb(59 59 59 / 0.7); +} +.to-black-600\/75{ + --tw-gradient-to: rgb(59 59 59 / 0.75); +} +.to-black-600\/80{ + --tw-gradient-to: rgb(59 59 59 / 0.8); +} +.to-black-600\/90{ + --tw-gradient-to: rgb(59 59 59 / 0.9); +} +.to-black-600\/95{ + --tw-gradient-to: rgb(59 59 59 / 0.95); +} +.to-black-600\/100{ + --tw-gradient-to: rgb(59 59 59 / 1); +} +.to-black-700\/0{ + --tw-gradient-to: rgb(50 50 50 / 0); +} +.to-black-700\/5{ + --tw-gradient-to: rgb(50 50 50 / 0.05); +} +.to-black-700\/10{ + --tw-gradient-to: rgb(50 50 50 / 0.1); +} +.to-black-700\/20{ + --tw-gradient-to: rgb(50 50 50 / 0.2); +} +.to-black-700\/25{ + --tw-gradient-to: rgb(50 50 50 / 0.25); +} +.to-black-700\/30{ + --tw-gradient-to: rgb(50 50 50 / 0.3); +} +.to-black-700\/40{ + --tw-gradient-to: rgb(50 50 50 / 0.4); +} +.to-black-700\/50{ + --tw-gradient-to: rgb(50 50 50 / 0.5); +} +.to-black-700\/60{ + --tw-gradient-to: rgb(50 50 50 / 0.6); +} +.to-black-700\/70{ + --tw-gradient-to: rgb(50 50 50 / 0.7); +} +.to-black-700\/75{ + --tw-gradient-to: rgb(50 50 50 / 0.75); +} +.to-black-700\/80{ + --tw-gradient-to: rgb(50 50 50 / 0.8); +} +.to-black-700\/90{ + --tw-gradient-to: rgb(50 50 50 / 0.9); +} +.to-black-700\/95{ + --tw-gradient-to: rgb(50 50 50 / 0.95); +} +.to-black-700\/100{ + --tw-gradient-to: rgb(50 50 50 / 1); +} +.to-black-800\/0{ + --tw-gradient-to: rgb(40 40 40 / 0); +} +.to-black-800\/5{ + --tw-gradient-to: rgb(40 40 40 / 0.05); +} +.to-black-800\/10{ + --tw-gradient-to: rgb(40 40 40 / 0.1); +} +.to-black-800\/20{ + --tw-gradient-to: rgb(40 40 40 / 0.2); +} +.to-black-800\/25{ + --tw-gradient-to: rgb(40 40 40 / 0.25); +} +.to-black-800\/30{ + --tw-gradient-to: rgb(40 40 40 / 0.3); +} +.to-black-800\/40{ + --tw-gradient-to: rgb(40 40 40 / 0.4); +} +.to-black-800\/50{ + --tw-gradient-to: rgb(40 40 40 / 0.5); +} +.to-black-800\/60{ + --tw-gradient-to: rgb(40 40 40 / 0.6); +} +.to-black-800\/70{ + --tw-gradient-to: rgb(40 40 40 / 0.7); +} +.to-black-800\/75{ + --tw-gradient-to: rgb(40 40 40 / 0.75); +} +.to-black-800\/80{ + --tw-gradient-to: rgb(40 40 40 / 0.8); +} +.to-black-800\/90{ + --tw-gradient-to: rgb(40 40 40 / 0.9); +} +.to-black-800\/95{ + --tw-gradient-to: rgb(40 40 40 / 0.95); +} +.to-black-800\/100{ + --tw-gradient-to: rgb(40 40 40 / 1); +} +.to-black-900\/0{ + --tw-gradient-to: rgb(32 32 32 / 0); +} +.to-black-900\/5{ + --tw-gradient-to: rgb(32 32 32 / 0.05); +} +.to-black-900\/10{ + --tw-gradient-to: rgb(32 32 32 / 0.1); +} +.to-black-900\/20{ + --tw-gradient-to: rgb(32 32 32 / 0.2); +} +.to-black-900\/25{ + --tw-gradient-to: rgb(32 32 32 / 0.25); +} +.to-black-900\/30{ + --tw-gradient-to: rgb(32 32 32 / 0.3); +} +.to-black-900\/40{ + --tw-gradient-to: rgb(32 32 32 / 0.4); +} +.to-black-900\/50{ + --tw-gradient-to: rgb(32 32 32 / 0.5); +} +.to-black-900\/60{ + --tw-gradient-to: rgb(32 32 32 / 0.6); +} +.to-black-900\/70{ + --tw-gradient-to: rgb(32 32 32 / 0.7); +} +.to-black-900\/75{ + --tw-gradient-to: rgb(32 32 32 / 0.75); +} +.to-black-900\/80{ + --tw-gradient-to: rgb(32 32 32 / 0.8); +} +.to-black-900\/90{ + --tw-gradient-to: rgb(32 32 32 / 0.9); +} +.to-black-900\/95{ + --tw-gradient-to: rgb(32 32 32 / 0.95); +} +.to-black-900\/100{ + --tw-gradient-to: rgb(32 32 32 / 1); +} +.to-black\/0{ + --tw-gradient-to: rgb(66 66 66 / 0); +} +.to-black\/5{ + --tw-gradient-to: rgb(66 66 66 / 0.05); +} +.to-black\/10{ + --tw-gradient-to: rgb(66 66 66 / 0.1); +} +.to-black\/20{ + --tw-gradient-to: rgb(66 66 66 / 0.2); +} +.to-black\/25{ + --tw-gradient-to: rgb(66 66 66 / 0.25); +} +.to-black\/30{ + --tw-gradient-to: rgb(66 66 66 / 0.3); +} +.to-black\/40{ + --tw-gradient-to: rgb(66 66 66 / 0.4); +} +.to-black\/50{ + --tw-gradient-to: rgb(66 66 66 / 0.5); +} +.to-black\/60{ + --tw-gradient-to: rgb(66 66 66 / 0.6); +} +.to-black\/70{ + --tw-gradient-to: rgb(66 66 66 / 0.7); +} +.to-black\/75{ + --tw-gradient-to: rgb(66 66 66 / 0.75); +} +.to-black\/80{ + --tw-gradient-to: rgb(66 66 66 / 0.8); +} +.to-black\/90{ + --tw-gradient-to: rgb(66 66 66 / 0.9); +} +.to-black\/95{ + --tw-gradient-to: rgb(66 66 66 / 0.95); +} +.to-black\/100{ + --tw-gradient-to: rgb(66 66 66 / 1); +} +.to-white\/0{ + --tw-gradient-to: rgb(255 255 255 / 0); +} +.to-white\/5{ + --tw-gradient-to: rgb(255 255 255 / 0.05); +} +.to-white\/10{ + --tw-gradient-to: rgb(255 255 255 / 0.1); +} +.to-white\/20{ + --tw-gradient-to: rgb(255 255 255 / 0.2); +} +.to-white\/25{ + --tw-gradient-to: rgb(255 255 255 / 0.25); +} +.to-white\/30{ + --tw-gradient-to: rgb(255 255 255 / 0.3); +} +.to-white\/40{ + --tw-gradient-to: rgb(255 255 255 / 0.4); +} +.to-white\/50{ + --tw-gradient-to: rgb(255 255 255 / 0.5); +} +.to-white\/60{ + --tw-gradient-to: rgb(255 255 255 / 0.6); +} +.to-white\/70{ + --tw-gradient-to: rgb(255 255 255 / 0.7); +} +.to-white\/75{ + --tw-gradient-to: rgb(255 255 255 / 0.75); +} +.to-white\/80{ + --tw-gradient-to: rgb(255 255 255 / 0.8); +} +.to-white\/90{ + --tw-gradient-to: rgb(255 255 255 / 0.9); +} +.to-white\/95{ + --tw-gradient-to: rgb(255 255 255 / 0.95); +} +.to-white\/100{ + --tw-gradient-to: rgb(255 255 255 / 1); +} +.to-slate-50\/0{ + --tw-gradient-to: rgb(248 250 252 / 0); +} +.to-slate-50\/5{ + --tw-gradient-to: rgb(248 250 252 / 0.05); +} +.to-slate-50\/10{ + --tw-gradient-to: rgb(248 250 252 / 0.1); +} +.to-slate-50\/20{ + --tw-gradient-to: rgb(248 250 252 / 0.2); +} +.to-slate-50\/25{ + --tw-gradient-to: rgb(248 250 252 / 0.25); +} +.to-slate-50\/30{ + --tw-gradient-to: rgb(248 250 252 / 0.3); +} +.to-slate-50\/40{ + --tw-gradient-to: rgb(248 250 252 / 0.4); +} +.to-slate-50\/50{ + --tw-gradient-to: rgb(248 250 252 / 0.5); +} +.to-slate-50\/60{ + --tw-gradient-to: rgb(248 250 252 / 0.6); +} +.to-slate-50\/70{ + --tw-gradient-to: rgb(248 250 252 / 0.7); +} +.to-slate-50\/75{ + --tw-gradient-to: rgb(248 250 252 / 0.75); +} +.to-slate-50\/80{ + --tw-gradient-to: rgb(248 250 252 / 0.8); +} +.to-slate-50\/90{ + --tw-gradient-to: rgb(248 250 252 / 0.9); +} +.to-slate-50\/95{ + --tw-gradient-to: rgb(248 250 252 / 0.95); +} +.to-slate-50\/100{ + --tw-gradient-to: rgb(248 250 252 / 1); +} +.to-slate-100\/0{ + --tw-gradient-to: rgb(241 245 249 / 0); +} +.to-slate-100\/5{ + --tw-gradient-to: rgb(241 245 249 / 0.05); +} +.to-slate-100\/10{ + --tw-gradient-to: rgb(241 245 249 / 0.1); +} +.to-slate-100\/20{ + --tw-gradient-to: rgb(241 245 249 / 0.2); +} +.to-slate-100\/25{ + --tw-gradient-to: rgb(241 245 249 / 0.25); +} +.to-slate-100\/30{ + --tw-gradient-to: rgb(241 245 249 / 0.3); +} +.to-slate-100\/40{ + --tw-gradient-to: rgb(241 245 249 / 0.4); +} +.to-slate-100\/50{ + --tw-gradient-to: rgb(241 245 249 / 0.5); +} +.to-slate-100\/60{ + --tw-gradient-to: rgb(241 245 249 / 0.6); +} +.to-slate-100\/70{ + --tw-gradient-to: rgb(241 245 249 / 0.7); +} +.to-slate-100\/75{ + --tw-gradient-to: rgb(241 245 249 / 0.75); +} +.to-slate-100\/80{ + --tw-gradient-to: rgb(241 245 249 / 0.8); +} +.to-slate-100\/90{ + --tw-gradient-to: rgb(241 245 249 / 0.9); +} +.to-slate-100\/95{ + --tw-gradient-to: rgb(241 245 249 / 0.95); +} +.to-slate-100\/100{ + --tw-gradient-to: rgb(241 245 249 / 1); +} +.to-slate-200\/0{ + --tw-gradient-to: rgb(226 232 240 / 0); +} +.to-slate-200\/5{ + --tw-gradient-to: rgb(226 232 240 / 0.05); +} +.to-slate-200\/10{ + --tw-gradient-to: rgb(226 232 240 / 0.1); +} +.to-slate-200\/20{ + --tw-gradient-to: rgb(226 232 240 / 0.2); +} +.to-slate-200\/25{ + --tw-gradient-to: rgb(226 232 240 / 0.25); +} +.to-slate-200\/30{ + --tw-gradient-to: rgb(226 232 240 / 0.3); +} +.to-slate-200\/40{ + --tw-gradient-to: rgb(226 232 240 / 0.4); +} +.to-slate-200\/50{ + --tw-gradient-to: rgb(226 232 240 / 0.5); +} +.to-slate-200\/60{ + --tw-gradient-to: rgb(226 232 240 / 0.6); +} +.to-slate-200\/70{ + --tw-gradient-to: rgb(226 232 240 / 0.7); +} +.to-slate-200\/75{ + --tw-gradient-to: rgb(226 232 240 / 0.75); +} +.to-slate-200\/80{ + --tw-gradient-to: rgb(226 232 240 / 0.8); +} +.to-slate-200\/90{ + --tw-gradient-to: rgb(226 232 240 / 0.9); +} +.to-slate-200\/95{ + --tw-gradient-to: rgb(226 232 240 / 0.95); +} +.to-slate-200\/100{ + --tw-gradient-to: rgb(226 232 240 / 1); +} +.to-slate-300\/0{ + --tw-gradient-to: rgb(203 213 225 / 0); +} +.to-slate-300\/5{ + --tw-gradient-to: rgb(203 213 225 / 0.05); +} +.to-slate-300\/10{ + --tw-gradient-to: rgb(203 213 225 / 0.1); +} +.to-slate-300\/20{ + --tw-gradient-to: rgb(203 213 225 / 0.2); +} +.to-slate-300\/25{ + --tw-gradient-to: rgb(203 213 225 / 0.25); +} +.to-slate-300\/30{ + --tw-gradient-to: rgb(203 213 225 / 0.3); +} +.to-slate-300\/40{ + --tw-gradient-to: rgb(203 213 225 / 0.4); +} +.to-slate-300\/50{ + --tw-gradient-to: rgb(203 213 225 / 0.5); +} +.to-slate-300\/60{ + --tw-gradient-to: rgb(203 213 225 / 0.6); +} +.to-slate-300\/70{ + --tw-gradient-to: rgb(203 213 225 / 0.7); +} +.to-slate-300\/75{ + --tw-gradient-to: rgb(203 213 225 / 0.75); +} +.to-slate-300\/80{ + --tw-gradient-to: rgb(203 213 225 / 0.8); +} +.to-slate-300\/90{ + --tw-gradient-to: rgb(203 213 225 / 0.9); +} +.to-slate-300\/95{ + --tw-gradient-to: rgb(203 213 225 / 0.95); +} +.to-slate-300\/100{ + --tw-gradient-to: rgb(203 213 225 / 1); +} +.to-slate-400\/0{ + --tw-gradient-to: rgb(148 163 184 / 0); +} +.to-slate-400\/5{ + --tw-gradient-to: rgb(148 163 184 / 0.05); +} +.to-slate-400\/10{ + --tw-gradient-to: rgb(148 163 184 / 0.1); +} +.to-slate-400\/20{ + --tw-gradient-to: rgb(148 163 184 / 0.2); +} +.to-slate-400\/25{ + --tw-gradient-to: rgb(148 163 184 / 0.25); +} +.to-slate-400\/30{ + --tw-gradient-to: rgb(148 163 184 / 0.3); +} +.to-slate-400\/40{ + --tw-gradient-to: rgb(148 163 184 / 0.4); +} +.to-slate-400\/50{ + --tw-gradient-to: rgb(148 163 184 / 0.5); +} +.to-slate-400\/60{ + --tw-gradient-to: rgb(148 163 184 / 0.6); +} +.to-slate-400\/70{ + --tw-gradient-to: rgb(148 163 184 / 0.7); +} +.to-slate-400\/75{ + --tw-gradient-to: rgb(148 163 184 / 0.75); +} +.to-slate-400\/80{ + --tw-gradient-to: rgb(148 163 184 / 0.8); +} +.to-slate-400\/90{ + --tw-gradient-to: rgb(148 163 184 / 0.9); +} +.to-slate-400\/95{ + --tw-gradient-to: rgb(148 163 184 / 0.95); +} +.to-slate-400\/100{ + --tw-gradient-to: rgb(148 163 184 / 1); +} +.to-slate-500\/0{ + --tw-gradient-to: rgb(100 116 139 / 0); +} +.to-slate-500\/5{ + --tw-gradient-to: rgb(100 116 139 / 0.05); +} +.to-slate-500\/10{ + --tw-gradient-to: rgb(100 116 139 / 0.1); +} +.to-slate-500\/20{ + --tw-gradient-to: rgb(100 116 139 / 0.2); +} +.to-slate-500\/25{ + --tw-gradient-to: rgb(100 116 139 / 0.25); +} +.to-slate-500\/30{ + --tw-gradient-to: rgb(100 116 139 / 0.3); +} +.to-slate-500\/40{ + --tw-gradient-to: rgb(100 116 139 / 0.4); +} +.to-slate-500\/50{ + --tw-gradient-to: rgb(100 116 139 / 0.5); +} +.to-slate-500\/60{ + --tw-gradient-to: rgb(100 116 139 / 0.6); +} +.to-slate-500\/70{ + --tw-gradient-to: rgb(100 116 139 / 0.7); +} +.to-slate-500\/75{ + --tw-gradient-to: rgb(100 116 139 / 0.75); +} +.to-slate-500\/80{ + --tw-gradient-to: rgb(100 116 139 / 0.8); +} +.to-slate-500\/90{ + --tw-gradient-to: rgb(100 116 139 / 0.9); +} +.to-slate-500\/95{ + --tw-gradient-to: rgb(100 116 139 / 0.95); +} +.to-slate-500\/100{ + --tw-gradient-to: rgb(100 116 139 / 1); +} +.to-slate-600\/0{ + --tw-gradient-to: rgb(71 85 105 / 0); +} +.to-slate-600\/5{ + --tw-gradient-to: rgb(71 85 105 / 0.05); +} +.to-slate-600\/10{ + --tw-gradient-to: rgb(71 85 105 / 0.1); +} +.to-slate-600\/20{ + --tw-gradient-to: rgb(71 85 105 / 0.2); +} +.to-slate-600\/25{ + --tw-gradient-to: rgb(71 85 105 / 0.25); +} +.to-slate-600\/30{ + --tw-gradient-to: rgb(71 85 105 / 0.3); +} +.to-slate-600\/40{ + --tw-gradient-to: rgb(71 85 105 / 0.4); +} +.to-slate-600\/50{ + --tw-gradient-to: rgb(71 85 105 / 0.5); +} +.to-slate-600\/60{ + --tw-gradient-to: rgb(71 85 105 / 0.6); +} +.to-slate-600\/70{ + --tw-gradient-to: rgb(71 85 105 / 0.7); +} +.to-slate-600\/75{ + --tw-gradient-to: rgb(71 85 105 / 0.75); +} +.to-slate-600\/80{ + --tw-gradient-to: rgb(71 85 105 / 0.8); +} +.to-slate-600\/90{ + --tw-gradient-to: rgb(71 85 105 / 0.9); +} +.to-slate-600\/95{ + --tw-gradient-to: rgb(71 85 105 / 0.95); +} +.to-slate-600\/100{ + --tw-gradient-to: rgb(71 85 105 / 1); +} +.to-slate-700\/0{ + --tw-gradient-to: rgb(51 65 85 / 0); +} +.to-slate-700\/5{ + --tw-gradient-to: rgb(51 65 85 / 0.05); +} +.to-slate-700\/10{ + --tw-gradient-to: rgb(51 65 85 / 0.1); +} +.to-slate-700\/20{ + --tw-gradient-to: rgb(51 65 85 / 0.2); +} +.to-slate-700\/25{ + --tw-gradient-to: rgb(51 65 85 / 0.25); +} +.to-slate-700\/30{ + --tw-gradient-to: rgb(51 65 85 / 0.3); +} +.to-slate-700\/40{ + --tw-gradient-to: rgb(51 65 85 / 0.4); +} +.to-slate-700\/50{ + --tw-gradient-to: rgb(51 65 85 / 0.5); +} +.to-slate-700\/60{ + --tw-gradient-to: rgb(51 65 85 / 0.6); +} +.to-slate-700\/70{ + --tw-gradient-to: rgb(51 65 85 / 0.7); +} +.to-slate-700\/75{ + --tw-gradient-to: rgb(51 65 85 / 0.75); +} +.to-slate-700\/80{ + --tw-gradient-to: rgb(51 65 85 / 0.8); +} +.to-slate-700\/90{ + --tw-gradient-to: rgb(51 65 85 / 0.9); +} +.to-slate-700\/95{ + --tw-gradient-to: rgb(51 65 85 / 0.95); +} +.to-slate-700\/100{ + --tw-gradient-to: rgb(51 65 85 / 1); +} +.to-slate-800\/0{ + --tw-gradient-to: rgb(30 41 59 / 0); +} +.to-slate-800\/5{ + --tw-gradient-to: rgb(30 41 59 / 0.05); +} +.to-slate-800\/10{ + --tw-gradient-to: rgb(30 41 59 / 0.1); +} +.to-slate-800\/20{ + --tw-gradient-to: rgb(30 41 59 / 0.2); +} +.to-slate-800\/25{ + --tw-gradient-to: rgb(30 41 59 / 0.25); +} +.to-slate-800\/30{ + --tw-gradient-to: rgb(30 41 59 / 0.3); +} +.to-slate-800\/40{ + --tw-gradient-to: rgb(30 41 59 / 0.4); +} +.to-slate-800\/50{ + --tw-gradient-to: rgb(30 41 59 / 0.5); +} +.to-slate-800\/60{ + --tw-gradient-to: rgb(30 41 59 / 0.6); +} +.to-slate-800\/70{ + --tw-gradient-to: rgb(30 41 59 / 0.7); +} +.to-slate-800\/75{ + --tw-gradient-to: rgb(30 41 59 / 0.75); +} +.to-slate-800\/80{ + --tw-gradient-to: rgb(30 41 59 / 0.8); +} +.to-slate-800\/90{ + --tw-gradient-to: rgb(30 41 59 / 0.9); +} +.to-slate-800\/95{ + --tw-gradient-to: rgb(30 41 59 / 0.95); +} +.to-slate-800\/100{ + --tw-gradient-to: rgb(30 41 59 / 1); +} +.to-slate-900\/0{ + --tw-gradient-to: rgb(15 23 42 / 0); +} +.to-slate-900\/5{ + --tw-gradient-to: rgb(15 23 42 / 0.05); +} +.to-slate-900\/10{ + --tw-gradient-to: rgb(15 23 42 / 0.1); +} +.to-slate-900\/20{ + --tw-gradient-to: rgb(15 23 42 / 0.2); +} +.to-slate-900\/25{ + --tw-gradient-to: rgb(15 23 42 / 0.25); +} +.to-slate-900\/30{ + --tw-gradient-to: rgb(15 23 42 / 0.3); +} +.to-slate-900\/40{ + --tw-gradient-to: rgb(15 23 42 / 0.4); +} +.to-slate-900\/50{ + --tw-gradient-to: rgb(15 23 42 / 0.5); +} +.to-slate-900\/60{ + --tw-gradient-to: rgb(15 23 42 / 0.6); +} +.to-slate-900\/70{ + --tw-gradient-to: rgb(15 23 42 / 0.7); +} +.to-slate-900\/75{ + --tw-gradient-to: rgb(15 23 42 / 0.75); +} +.to-slate-900\/80{ + --tw-gradient-to: rgb(15 23 42 / 0.8); +} +.to-slate-900\/90{ + --tw-gradient-to: rgb(15 23 42 / 0.9); +} +.to-slate-900\/95{ + --tw-gradient-to: rgb(15 23 42 / 0.95); +} +.to-slate-900\/100{ + --tw-gradient-to: rgb(15 23 42 / 1); +} +.to-gray-50\/0{ + --tw-gradient-to: rgb(249 250 251 / 0); +} +.to-gray-50\/5{ + --tw-gradient-to: rgb(249 250 251 / 0.05); +} +.to-gray-50\/10{ + --tw-gradient-to: rgb(249 250 251 / 0.1); +} +.to-gray-50\/20{ + --tw-gradient-to: rgb(249 250 251 / 0.2); +} +.to-gray-50\/25{ + --tw-gradient-to: rgb(249 250 251 / 0.25); +} +.to-gray-50\/30{ + --tw-gradient-to: rgb(249 250 251 / 0.3); +} +.to-gray-50\/40{ + --tw-gradient-to: rgb(249 250 251 / 0.4); +} +.to-gray-50\/50{ + --tw-gradient-to: rgb(249 250 251 / 0.5); +} +.to-gray-50\/60{ + --tw-gradient-to: rgb(249 250 251 / 0.6); +} +.to-gray-50\/70{ + --tw-gradient-to: rgb(249 250 251 / 0.7); +} +.to-gray-50\/75{ + --tw-gradient-to: rgb(249 250 251 / 0.75); +} +.to-gray-50\/80{ + --tw-gradient-to: rgb(249 250 251 / 0.8); +} +.to-gray-50\/90{ + --tw-gradient-to: rgb(249 250 251 / 0.9); +} +.to-gray-50\/95{ + --tw-gradient-to: rgb(249 250 251 / 0.95); +} +.to-gray-50\/100{ + --tw-gradient-to: rgb(249 250 251 / 1); +} +.to-gray-100\/0{ + --tw-gradient-to: rgb(243 244 246 / 0); +} +.to-gray-100\/5{ + --tw-gradient-to: rgb(243 244 246 / 0.05); +} +.to-gray-100\/10{ + --tw-gradient-to: rgb(243 244 246 / 0.1); +} +.to-gray-100\/20{ + --tw-gradient-to: rgb(243 244 246 / 0.2); +} +.to-gray-100\/25{ + --tw-gradient-to: rgb(243 244 246 / 0.25); +} +.to-gray-100\/30{ + --tw-gradient-to: rgb(243 244 246 / 0.3); +} +.to-gray-100\/40{ + --tw-gradient-to: rgb(243 244 246 / 0.4); +} +.to-gray-100\/50{ + --tw-gradient-to: rgb(243 244 246 / 0.5); +} +.to-gray-100\/60{ + --tw-gradient-to: rgb(243 244 246 / 0.6); +} +.to-gray-100\/70{ + --tw-gradient-to: rgb(243 244 246 / 0.7); +} +.to-gray-100\/75{ + --tw-gradient-to: rgb(243 244 246 / 0.75); +} +.to-gray-100\/80{ + --tw-gradient-to: rgb(243 244 246 / 0.8); +} +.to-gray-100\/90{ + --tw-gradient-to: rgb(243 244 246 / 0.9); +} +.to-gray-100\/95{ + --tw-gradient-to: rgb(243 244 246 / 0.95); +} +.to-gray-100\/100{ + --tw-gradient-to: rgb(243 244 246 / 1); +} +.to-gray-200\/0{ + --tw-gradient-to: rgb(229 231 235 / 0); +} +.to-gray-200\/5{ + --tw-gradient-to: rgb(229 231 235 / 0.05); +} +.to-gray-200\/10{ + --tw-gradient-to: rgb(229 231 235 / 0.1); +} +.to-gray-200\/20{ + --tw-gradient-to: rgb(229 231 235 / 0.2); +} +.to-gray-200\/25{ + --tw-gradient-to: rgb(229 231 235 / 0.25); +} +.to-gray-200\/30{ + --tw-gradient-to: rgb(229 231 235 / 0.3); +} +.to-gray-200\/40{ + --tw-gradient-to: rgb(229 231 235 / 0.4); +} +.to-gray-200\/50{ + --tw-gradient-to: rgb(229 231 235 / 0.5); +} +.to-gray-200\/60{ + --tw-gradient-to: rgb(229 231 235 / 0.6); +} +.to-gray-200\/70{ + --tw-gradient-to: rgb(229 231 235 / 0.7); +} +.to-gray-200\/75{ + --tw-gradient-to: rgb(229 231 235 / 0.75); +} +.to-gray-200\/80{ + --tw-gradient-to: rgb(229 231 235 / 0.8); +} +.to-gray-200\/90{ + --tw-gradient-to: rgb(229 231 235 / 0.9); +} +.to-gray-200\/95{ + --tw-gradient-to: rgb(229 231 235 / 0.95); +} +.to-gray-200\/100{ + --tw-gradient-to: rgb(229 231 235 / 1); +} +.to-gray-300\/0{ + --tw-gradient-to: rgb(209 213 219 / 0); +} +.to-gray-300\/5{ + --tw-gradient-to: rgb(209 213 219 / 0.05); +} +.to-gray-300\/10{ + --tw-gradient-to: rgb(209 213 219 / 0.1); +} +.to-gray-300\/20{ + --tw-gradient-to: rgb(209 213 219 / 0.2); +} +.to-gray-300\/25{ + --tw-gradient-to: rgb(209 213 219 / 0.25); +} +.to-gray-300\/30{ + --tw-gradient-to: rgb(209 213 219 / 0.3); +} +.to-gray-300\/40{ + --tw-gradient-to: rgb(209 213 219 / 0.4); +} +.to-gray-300\/50{ + --tw-gradient-to: rgb(209 213 219 / 0.5); +} +.to-gray-300\/60{ + --tw-gradient-to: rgb(209 213 219 / 0.6); +} +.to-gray-300\/70{ + --tw-gradient-to: rgb(209 213 219 / 0.7); +} +.to-gray-300\/75{ + --tw-gradient-to: rgb(209 213 219 / 0.75); +} +.to-gray-300\/80{ + --tw-gradient-to: rgb(209 213 219 / 0.8); +} +.to-gray-300\/90{ + --tw-gradient-to: rgb(209 213 219 / 0.9); +} +.to-gray-300\/95{ + --tw-gradient-to: rgb(209 213 219 / 0.95); +} +.to-gray-300\/100{ + --tw-gradient-to: rgb(209 213 219 / 1); +} +.to-gray-400\/0{ + --tw-gradient-to: rgb(156 163 175 / 0); +} +.to-gray-400\/5{ + --tw-gradient-to: rgb(156 163 175 / 0.05); +} +.to-gray-400\/10{ + --tw-gradient-to: rgb(156 163 175 / 0.1); +} +.to-gray-400\/20{ + --tw-gradient-to: rgb(156 163 175 / 0.2); +} +.to-gray-400\/25{ + --tw-gradient-to: rgb(156 163 175 / 0.25); +} +.to-gray-400\/30{ + --tw-gradient-to: rgb(156 163 175 / 0.3); +} +.to-gray-400\/40{ + --tw-gradient-to: rgb(156 163 175 / 0.4); +} +.to-gray-400\/50{ + --tw-gradient-to: rgb(156 163 175 / 0.5); +} +.to-gray-400\/60{ + --tw-gradient-to: rgb(156 163 175 / 0.6); +} +.to-gray-400\/70{ + --tw-gradient-to: rgb(156 163 175 / 0.7); +} +.to-gray-400\/75{ + --tw-gradient-to: rgb(156 163 175 / 0.75); +} +.to-gray-400\/80{ + --tw-gradient-to: rgb(156 163 175 / 0.8); +} +.to-gray-400\/90{ + --tw-gradient-to: rgb(156 163 175 / 0.9); +} +.to-gray-400\/95{ + --tw-gradient-to: rgb(156 163 175 / 0.95); +} +.to-gray-400\/100{ + --tw-gradient-to: rgb(156 163 175 / 1); +} +.to-gray-500\/0{ + --tw-gradient-to: rgb(107 114 128 / 0); +} +.to-gray-500\/5{ + --tw-gradient-to: rgb(107 114 128 / 0.05); +} +.to-gray-500\/10{ + --tw-gradient-to: rgb(107 114 128 / 0.1); +} +.to-gray-500\/20{ + --tw-gradient-to: rgb(107 114 128 / 0.2); +} +.to-gray-500\/25{ + --tw-gradient-to: rgb(107 114 128 / 0.25); +} +.to-gray-500\/30{ + --tw-gradient-to: rgb(107 114 128 / 0.3); +} +.to-gray-500\/40{ + --tw-gradient-to: rgb(107 114 128 / 0.4); +} +.to-gray-500\/50{ + --tw-gradient-to: rgb(107 114 128 / 0.5); +} +.to-gray-500\/60{ + --tw-gradient-to: rgb(107 114 128 / 0.6); +} +.to-gray-500\/70{ + --tw-gradient-to: rgb(107 114 128 / 0.7); +} +.to-gray-500\/75{ + --tw-gradient-to: rgb(107 114 128 / 0.75); +} +.to-gray-500\/80{ + --tw-gradient-to: rgb(107 114 128 / 0.8); +} +.to-gray-500\/90{ + --tw-gradient-to: rgb(107 114 128 / 0.9); +} +.to-gray-500\/95{ + --tw-gradient-to: rgb(107 114 128 / 0.95); +} +.to-gray-500\/100{ + --tw-gradient-to: rgb(107 114 128 / 1); +} +.to-gray-600\/0{ + --tw-gradient-to: rgb(75 85 99 / 0); +} +.to-gray-600\/5{ + --tw-gradient-to: rgb(75 85 99 / 0.05); +} +.to-gray-600\/10{ + --tw-gradient-to: rgb(75 85 99 / 0.1); +} +.to-gray-600\/20{ + --tw-gradient-to: rgb(75 85 99 / 0.2); +} +.to-gray-600\/25{ + --tw-gradient-to: rgb(75 85 99 / 0.25); +} +.to-gray-600\/30{ + --tw-gradient-to: rgb(75 85 99 / 0.3); +} +.to-gray-600\/40{ + --tw-gradient-to: rgb(75 85 99 / 0.4); +} +.to-gray-600\/50{ + --tw-gradient-to: rgb(75 85 99 / 0.5); +} +.to-gray-600\/60{ + --tw-gradient-to: rgb(75 85 99 / 0.6); +} +.to-gray-600\/70{ + --tw-gradient-to: rgb(75 85 99 / 0.7); +} +.to-gray-600\/75{ + --tw-gradient-to: rgb(75 85 99 / 0.75); +} +.to-gray-600\/80{ + --tw-gradient-to: rgb(75 85 99 / 0.8); +} +.to-gray-600\/90{ + --tw-gradient-to: rgb(75 85 99 / 0.9); +} +.to-gray-600\/95{ + --tw-gradient-to: rgb(75 85 99 / 0.95); +} +.to-gray-600\/100{ + --tw-gradient-to: rgb(75 85 99 / 1); +} +.to-gray-700\/0{ + --tw-gradient-to: rgb(55 65 81 / 0); +} +.to-gray-700\/5{ + --tw-gradient-to: rgb(55 65 81 / 0.05); +} +.to-gray-700\/10{ + --tw-gradient-to: rgb(55 65 81 / 0.1); +} +.to-gray-700\/20{ + --tw-gradient-to: rgb(55 65 81 / 0.2); +} +.to-gray-700\/25{ + --tw-gradient-to: rgb(55 65 81 / 0.25); +} +.to-gray-700\/30{ + --tw-gradient-to: rgb(55 65 81 / 0.3); +} +.to-gray-700\/40{ + --tw-gradient-to: rgb(55 65 81 / 0.4); +} +.to-gray-700\/50{ + --tw-gradient-to: rgb(55 65 81 / 0.5); +} +.to-gray-700\/60{ + --tw-gradient-to: rgb(55 65 81 / 0.6); +} +.to-gray-700\/70{ + --tw-gradient-to: rgb(55 65 81 / 0.7); +} +.to-gray-700\/75{ + --tw-gradient-to: rgb(55 65 81 / 0.75); +} +.to-gray-700\/80{ + --tw-gradient-to: rgb(55 65 81 / 0.8); +} +.to-gray-700\/90{ + --tw-gradient-to: rgb(55 65 81 / 0.9); +} +.to-gray-700\/95{ + --tw-gradient-to: rgb(55 65 81 / 0.95); +} +.to-gray-700\/100{ + --tw-gradient-to: rgb(55 65 81 / 1); +} +.to-gray-800\/0{ + --tw-gradient-to: rgb(31 41 55 / 0); +} +.to-gray-800\/5{ + --tw-gradient-to: rgb(31 41 55 / 0.05); +} +.to-gray-800\/10{ + --tw-gradient-to: rgb(31 41 55 / 0.1); +} +.to-gray-800\/20{ + --tw-gradient-to: rgb(31 41 55 / 0.2); +} +.to-gray-800\/25{ + --tw-gradient-to: rgb(31 41 55 / 0.25); +} +.to-gray-800\/30{ + --tw-gradient-to: rgb(31 41 55 / 0.3); +} +.to-gray-800\/40{ + --tw-gradient-to: rgb(31 41 55 / 0.4); +} +.to-gray-800\/50{ + --tw-gradient-to: rgb(31 41 55 / 0.5); +} +.to-gray-800\/60{ + --tw-gradient-to: rgb(31 41 55 / 0.6); +} +.to-gray-800\/70{ + --tw-gradient-to: rgb(31 41 55 / 0.7); +} +.to-gray-800\/75{ + --tw-gradient-to: rgb(31 41 55 / 0.75); +} +.to-gray-800\/80{ + --tw-gradient-to: rgb(31 41 55 / 0.8); +} +.to-gray-800\/90{ + --tw-gradient-to: rgb(31 41 55 / 0.9); +} +.to-gray-800\/95{ + --tw-gradient-to: rgb(31 41 55 / 0.95); +} +.to-gray-800\/100{ + --tw-gradient-to: rgb(31 41 55 / 1); +} +.to-gray-900\/0{ + --tw-gradient-to: rgb(17 24 39 / 0); +} +.to-gray-900\/5{ + --tw-gradient-to: rgb(17 24 39 / 0.05); +} +.to-gray-900\/10{ + --tw-gradient-to: rgb(17 24 39 / 0.1); +} +.to-gray-900\/20{ + --tw-gradient-to: rgb(17 24 39 / 0.2); +} +.to-gray-900\/25{ + --tw-gradient-to: rgb(17 24 39 / 0.25); +} +.to-gray-900\/30{ + --tw-gradient-to: rgb(17 24 39 / 0.3); +} +.to-gray-900\/40{ + --tw-gradient-to: rgb(17 24 39 / 0.4); +} +.to-gray-900\/50{ + --tw-gradient-to: rgb(17 24 39 / 0.5); +} +.to-gray-900\/60{ + --tw-gradient-to: rgb(17 24 39 / 0.6); +} +.to-gray-900\/70{ + --tw-gradient-to: rgb(17 24 39 / 0.7); +} +.to-gray-900\/75{ + --tw-gradient-to: rgb(17 24 39 / 0.75); +} +.to-gray-900\/80{ + --tw-gradient-to: rgb(17 24 39 / 0.8); +} +.to-gray-900\/90{ + --tw-gradient-to: rgb(17 24 39 / 0.9); +} +.to-gray-900\/95{ + --tw-gradient-to: rgb(17 24 39 / 0.95); +} +.to-gray-900\/100{ + --tw-gradient-to: rgb(17 24 39 / 1); +} +.to-zinc-50\/0{ + --tw-gradient-to: rgb(250 250 250 / 0); +} +.to-zinc-50\/5{ + --tw-gradient-to: rgb(250 250 250 / 0.05); +} +.to-zinc-50\/10{ + --tw-gradient-to: rgb(250 250 250 / 0.1); +} +.to-zinc-50\/20{ + --tw-gradient-to: rgb(250 250 250 / 0.2); +} +.to-zinc-50\/25{ + --tw-gradient-to: rgb(250 250 250 / 0.25); +} +.to-zinc-50\/30{ + --tw-gradient-to: rgb(250 250 250 / 0.3); +} +.to-zinc-50\/40{ + --tw-gradient-to: rgb(250 250 250 / 0.4); +} +.to-zinc-50\/50{ + --tw-gradient-to: rgb(250 250 250 / 0.5); +} +.to-zinc-50\/60{ + --tw-gradient-to: rgb(250 250 250 / 0.6); +} +.to-zinc-50\/70{ + --tw-gradient-to: rgb(250 250 250 / 0.7); +} +.to-zinc-50\/75{ + --tw-gradient-to: rgb(250 250 250 / 0.75); +} +.to-zinc-50\/80{ + --tw-gradient-to: rgb(250 250 250 / 0.8); +} +.to-zinc-50\/90{ + --tw-gradient-to: rgb(250 250 250 / 0.9); +} +.to-zinc-50\/95{ + --tw-gradient-to: rgb(250 250 250 / 0.95); +} +.to-zinc-50\/100{ + --tw-gradient-to: rgb(250 250 250 / 1); +} +.to-zinc-100\/0{ + --tw-gradient-to: rgb(244 244 245 / 0); +} +.to-zinc-100\/5{ + --tw-gradient-to: rgb(244 244 245 / 0.05); +} +.to-zinc-100\/10{ + --tw-gradient-to: rgb(244 244 245 / 0.1); +} +.to-zinc-100\/20{ + --tw-gradient-to: rgb(244 244 245 / 0.2); +} +.to-zinc-100\/25{ + --tw-gradient-to: rgb(244 244 245 / 0.25); +} +.to-zinc-100\/30{ + --tw-gradient-to: rgb(244 244 245 / 0.3); +} +.to-zinc-100\/40{ + --tw-gradient-to: rgb(244 244 245 / 0.4); +} +.to-zinc-100\/50{ + --tw-gradient-to: rgb(244 244 245 / 0.5); +} +.to-zinc-100\/60{ + --tw-gradient-to: rgb(244 244 245 / 0.6); +} +.to-zinc-100\/70{ + --tw-gradient-to: rgb(244 244 245 / 0.7); +} +.to-zinc-100\/75{ + --tw-gradient-to: rgb(244 244 245 / 0.75); +} +.to-zinc-100\/80{ + --tw-gradient-to: rgb(244 244 245 / 0.8); +} +.to-zinc-100\/90{ + --tw-gradient-to: rgb(244 244 245 / 0.9); +} +.to-zinc-100\/95{ + --tw-gradient-to: rgb(244 244 245 / 0.95); +} +.to-zinc-100\/100{ + --tw-gradient-to: rgb(244 244 245 / 1); +} +.to-zinc-200\/0{ + --tw-gradient-to: rgb(228 228 231 / 0); +} +.to-zinc-200\/5{ + --tw-gradient-to: rgb(228 228 231 / 0.05); +} +.to-zinc-200\/10{ + --tw-gradient-to: rgb(228 228 231 / 0.1); +} +.to-zinc-200\/20{ + --tw-gradient-to: rgb(228 228 231 / 0.2); +} +.to-zinc-200\/25{ + --tw-gradient-to: rgb(228 228 231 / 0.25); +} +.to-zinc-200\/30{ + --tw-gradient-to: rgb(228 228 231 / 0.3); +} +.to-zinc-200\/40{ + --tw-gradient-to: rgb(228 228 231 / 0.4); +} +.to-zinc-200\/50{ + --tw-gradient-to: rgb(228 228 231 / 0.5); +} +.to-zinc-200\/60{ + --tw-gradient-to: rgb(228 228 231 / 0.6); +} +.to-zinc-200\/70{ + --tw-gradient-to: rgb(228 228 231 / 0.7); +} +.to-zinc-200\/75{ + --tw-gradient-to: rgb(228 228 231 / 0.75); +} +.to-zinc-200\/80{ + --tw-gradient-to: rgb(228 228 231 / 0.8); +} +.to-zinc-200\/90{ + --tw-gradient-to: rgb(228 228 231 / 0.9); +} +.to-zinc-200\/95{ + --tw-gradient-to: rgb(228 228 231 / 0.95); +} +.to-zinc-200\/100{ + --tw-gradient-to: rgb(228 228 231 / 1); +} +.to-zinc-300\/0{ + --tw-gradient-to: rgb(212 212 216 / 0); +} +.to-zinc-300\/5{ + --tw-gradient-to: rgb(212 212 216 / 0.05); +} +.to-zinc-300\/10{ + --tw-gradient-to: rgb(212 212 216 / 0.1); +} +.to-zinc-300\/20{ + --tw-gradient-to: rgb(212 212 216 / 0.2); +} +.to-zinc-300\/25{ + --tw-gradient-to: rgb(212 212 216 / 0.25); +} +.to-zinc-300\/30{ + --tw-gradient-to: rgb(212 212 216 / 0.3); +} +.to-zinc-300\/40{ + --tw-gradient-to: rgb(212 212 216 / 0.4); +} +.to-zinc-300\/50{ + --tw-gradient-to: rgb(212 212 216 / 0.5); +} +.to-zinc-300\/60{ + --tw-gradient-to: rgb(212 212 216 / 0.6); +} +.to-zinc-300\/70{ + --tw-gradient-to: rgb(212 212 216 / 0.7); +} +.to-zinc-300\/75{ + --tw-gradient-to: rgb(212 212 216 / 0.75); +} +.to-zinc-300\/80{ + --tw-gradient-to: rgb(212 212 216 / 0.8); +} +.to-zinc-300\/90{ + --tw-gradient-to: rgb(212 212 216 / 0.9); +} +.to-zinc-300\/95{ + --tw-gradient-to: rgb(212 212 216 / 0.95); +} +.to-zinc-300\/100{ + --tw-gradient-to: rgb(212 212 216 / 1); +} +.to-zinc-400\/0{ + --tw-gradient-to: rgb(161 161 170 / 0); +} +.to-zinc-400\/5{ + --tw-gradient-to: rgb(161 161 170 / 0.05); +} +.to-zinc-400\/10{ + --tw-gradient-to: rgb(161 161 170 / 0.1); +} +.to-zinc-400\/20{ + --tw-gradient-to: rgb(161 161 170 / 0.2); +} +.to-zinc-400\/25{ + --tw-gradient-to: rgb(161 161 170 / 0.25); +} +.to-zinc-400\/30{ + --tw-gradient-to: rgb(161 161 170 / 0.3); +} +.to-zinc-400\/40{ + --tw-gradient-to: rgb(161 161 170 / 0.4); +} +.to-zinc-400\/50{ + --tw-gradient-to: rgb(161 161 170 / 0.5); +} +.to-zinc-400\/60{ + --tw-gradient-to: rgb(161 161 170 / 0.6); +} +.to-zinc-400\/70{ + --tw-gradient-to: rgb(161 161 170 / 0.7); +} +.to-zinc-400\/75{ + --tw-gradient-to: rgb(161 161 170 / 0.75); +} +.to-zinc-400\/80{ + --tw-gradient-to: rgb(161 161 170 / 0.8); +} +.to-zinc-400\/90{ + --tw-gradient-to: rgb(161 161 170 / 0.9); +} +.to-zinc-400\/95{ + --tw-gradient-to: rgb(161 161 170 / 0.95); +} +.to-zinc-400\/100{ + --tw-gradient-to: rgb(161 161 170 / 1); +} +.to-zinc-500\/0{ + --tw-gradient-to: rgb(113 113 122 / 0); +} +.to-zinc-500\/5{ + --tw-gradient-to: rgb(113 113 122 / 0.05); +} +.to-zinc-500\/10{ + --tw-gradient-to: rgb(113 113 122 / 0.1); +} +.to-zinc-500\/20{ + --tw-gradient-to: rgb(113 113 122 / 0.2); +} +.to-zinc-500\/25{ + --tw-gradient-to: rgb(113 113 122 / 0.25); +} +.to-zinc-500\/30{ + --tw-gradient-to: rgb(113 113 122 / 0.3); +} +.to-zinc-500\/40{ + --tw-gradient-to: rgb(113 113 122 / 0.4); +} +.to-zinc-500\/50{ + --tw-gradient-to: rgb(113 113 122 / 0.5); +} +.to-zinc-500\/60{ + --tw-gradient-to: rgb(113 113 122 / 0.6); +} +.to-zinc-500\/70{ + --tw-gradient-to: rgb(113 113 122 / 0.7); +} +.to-zinc-500\/75{ + --tw-gradient-to: rgb(113 113 122 / 0.75); +} +.to-zinc-500\/80{ + --tw-gradient-to: rgb(113 113 122 / 0.8); +} +.to-zinc-500\/90{ + --tw-gradient-to: rgb(113 113 122 / 0.9); +} +.to-zinc-500\/95{ + --tw-gradient-to: rgb(113 113 122 / 0.95); +} +.to-zinc-500\/100{ + --tw-gradient-to: rgb(113 113 122 / 1); +} +.to-zinc-600\/0{ + --tw-gradient-to: rgb(82 82 91 / 0); +} +.to-zinc-600\/5{ + --tw-gradient-to: rgb(82 82 91 / 0.05); +} +.to-zinc-600\/10{ + --tw-gradient-to: rgb(82 82 91 / 0.1); +} +.to-zinc-600\/20{ + --tw-gradient-to: rgb(82 82 91 / 0.2); +} +.to-zinc-600\/25{ + --tw-gradient-to: rgb(82 82 91 / 0.25); +} +.to-zinc-600\/30{ + --tw-gradient-to: rgb(82 82 91 / 0.3); +} +.to-zinc-600\/40{ + --tw-gradient-to: rgb(82 82 91 / 0.4); +} +.to-zinc-600\/50{ + --tw-gradient-to: rgb(82 82 91 / 0.5); +} +.to-zinc-600\/60{ + --tw-gradient-to: rgb(82 82 91 / 0.6); +} +.to-zinc-600\/70{ + --tw-gradient-to: rgb(82 82 91 / 0.7); +} +.to-zinc-600\/75{ + --tw-gradient-to: rgb(82 82 91 / 0.75); +} +.to-zinc-600\/80{ + --tw-gradient-to: rgb(82 82 91 / 0.8); +} +.to-zinc-600\/90{ + --tw-gradient-to: rgb(82 82 91 / 0.9); +} +.to-zinc-600\/95{ + --tw-gradient-to: rgb(82 82 91 / 0.95); +} +.to-zinc-600\/100{ + --tw-gradient-to: rgb(82 82 91 / 1); +} +.to-zinc-700\/0{ + --tw-gradient-to: rgb(63 63 70 / 0); +} +.to-zinc-700\/5{ + --tw-gradient-to: rgb(63 63 70 / 0.05); +} +.to-zinc-700\/10{ + --tw-gradient-to: rgb(63 63 70 / 0.1); +} +.to-zinc-700\/20{ + --tw-gradient-to: rgb(63 63 70 / 0.2); +} +.to-zinc-700\/25{ + --tw-gradient-to: rgb(63 63 70 / 0.25); +} +.to-zinc-700\/30{ + --tw-gradient-to: rgb(63 63 70 / 0.3); +} +.to-zinc-700\/40{ + --tw-gradient-to: rgb(63 63 70 / 0.4); +} +.to-zinc-700\/50{ + --tw-gradient-to: rgb(63 63 70 / 0.5); +} +.to-zinc-700\/60{ + --tw-gradient-to: rgb(63 63 70 / 0.6); +} +.to-zinc-700\/70{ + --tw-gradient-to: rgb(63 63 70 / 0.7); +} +.to-zinc-700\/75{ + --tw-gradient-to: rgb(63 63 70 / 0.75); +} +.to-zinc-700\/80{ + --tw-gradient-to: rgb(63 63 70 / 0.8); +} +.to-zinc-700\/90{ + --tw-gradient-to: rgb(63 63 70 / 0.9); +} +.to-zinc-700\/95{ + --tw-gradient-to: rgb(63 63 70 / 0.95); +} +.to-zinc-700\/100{ + --tw-gradient-to: rgb(63 63 70 / 1); +} +.to-zinc-800\/0{ + --tw-gradient-to: rgb(39 39 42 / 0); +} +.to-zinc-800\/5{ + --tw-gradient-to: rgb(39 39 42 / 0.05); +} +.to-zinc-800\/10{ + --tw-gradient-to: rgb(39 39 42 / 0.1); +} +.to-zinc-800\/20{ + --tw-gradient-to: rgb(39 39 42 / 0.2); +} +.to-zinc-800\/25{ + --tw-gradient-to: rgb(39 39 42 / 0.25); +} +.to-zinc-800\/30{ + --tw-gradient-to: rgb(39 39 42 / 0.3); +} +.to-zinc-800\/40{ + --tw-gradient-to: rgb(39 39 42 / 0.4); +} +.to-zinc-800\/50{ + --tw-gradient-to: rgb(39 39 42 / 0.5); +} +.to-zinc-800\/60{ + --tw-gradient-to: rgb(39 39 42 / 0.6); +} +.to-zinc-800\/70{ + --tw-gradient-to: rgb(39 39 42 / 0.7); +} +.to-zinc-800\/75{ + --tw-gradient-to: rgb(39 39 42 / 0.75); +} +.to-zinc-800\/80{ + --tw-gradient-to: rgb(39 39 42 / 0.8); +} +.to-zinc-800\/90{ + --tw-gradient-to: rgb(39 39 42 / 0.9); +} +.to-zinc-800\/95{ + --tw-gradient-to: rgb(39 39 42 / 0.95); +} +.to-zinc-800\/100{ + --tw-gradient-to: rgb(39 39 42 / 1); +} +.to-zinc-900\/0{ + --tw-gradient-to: rgb(24 24 27 / 0); +} +.to-zinc-900\/5{ + --tw-gradient-to: rgb(24 24 27 / 0.05); +} +.to-zinc-900\/10{ + --tw-gradient-to: rgb(24 24 27 / 0.1); +} +.to-zinc-900\/20{ + --tw-gradient-to: rgb(24 24 27 / 0.2); +} +.to-zinc-900\/25{ + --tw-gradient-to: rgb(24 24 27 / 0.25); +} +.to-zinc-900\/30{ + --tw-gradient-to: rgb(24 24 27 / 0.3); +} +.to-zinc-900\/40{ + --tw-gradient-to: rgb(24 24 27 / 0.4); +} +.to-zinc-900\/50{ + --tw-gradient-to: rgb(24 24 27 / 0.5); +} +.to-zinc-900\/60{ + --tw-gradient-to: rgb(24 24 27 / 0.6); +} +.to-zinc-900\/70{ + --tw-gradient-to: rgb(24 24 27 / 0.7); +} +.to-zinc-900\/75{ + --tw-gradient-to: rgb(24 24 27 / 0.75); +} +.to-zinc-900\/80{ + --tw-gradient-to: rgb(24 24 27 / 0.8); +} +.to-zinc-900\/90{ + --tw-gradient-to: rgb(24 24 27 / 0.9); +} +.to-zinc-900\/95{ + --tw-gradient-to: rgb(24 24 27 / 0.95); +} +.to-zinc-900\/100{ + --tw-gradient-to: rgb(24 24 27 / 1); +} +.to-neutral-50\/0{ + --tw-gradient-to: rgb(250 250 250 / 0); +} +.to-neutral-50\/5{ + --tw-gradient-to: rgb(250 250 250 / 0.05); +} +.to-neutral-50\/10{ + --tw-gradient-to: rgb(250 250 250 / 0.1); +} +.to-neutral-50\/20{ + --tw-gradient-to: rgb(250 250 250 / 0.2); +} +.to-neutral-50\/25{ + --tw-gradient-to: rgb(250 250 250 / 0.25); +} +.to-neutral-50\/30{ + --tw-gradient-to: rgb(250 250 250 / 0.3); +} +.to-neutral-50\/40{ + --tw-gradient-to: rgb(250 250 250 / 0.4); +} +.to-neutral-50\/50{ + --tw-gradient-to: rgb(250 250 250 / 0.5); +} +.to-neutral-50\/60{ + --tw-gradient-to: rgb(250 250 250 / 0.6); +} +.to-neutral-50\/70{ + --tw-gradient-to: rgb(250 250 250 / 0.7); +} +.to-neutral-50\/75{ + --tw-gradient-to: rgb(250 250 250 / 0.75); +} +.to-neutral-50\/80{ + --tw-gradient-to: rgb(250 250 250 / 0.8); +} +.to-neutral-50\/90{ + --tw-gradient-to: rgb(250 250 250 / 0.9); +} +.to-neutral-50\/95{ + --tw-gradient-to: rgb(250 250 250 / 0.95); +} +.to-neutral-50\/100{ + --tw-gradient-to: rgb(250 250 250 / 1); +} +.to-neutral-100\/0{ + --tw-gradient-to: rgb(245 245 245 / 0); +} +.to-neutral-100\/5{ + --tw-gradient-to: rgb(245 245 245 / 0.05); +} +.to-neutral-100\/10{ + --tw-gradient-to: rgb(245 245 245 / 0.1); +} +.to-neutral-100\/20{ + --tw-gradient-to: rgb(245 245 245 / 0.2); +} +.to-neutral-100\/25{ + --tw-gradient-to: rgb(245 245 245 / 0.25); +} +.to-neutral-100\/30{ + --tw-gradient-to: rgb(245 245 245 / 0.3); +} +.to-neutral-100\/40{ + --tw-gradient-to: rgb(245 245 245 / 0.4); +} +.to-neutral-100\/50{ + --tw-gradient-to: rgb(245 245 245 / 0.5); +} +.to-neutral-100\/60{ + --tw-gradient-to: rgb(245 245 245 / 0.6); +} +.to-neutral-100\/70{ + --tw-gradient-to: rgb(245 245 245 / 0.7); +} +.to-neutral-100\/75{ + --tw-gradient-to: rgb(245 245 245 / 0.75); +} +.to-neutral-100\/80{ + --tw-gradient-to: rgb(245 245 245 / 0.8); +} +.to-neutral-100\/90{ + --tw-gradient-to: rgb(245 245 245 / 0.9); +} +.to-neutral-100\/95{ + --tw-gradient-to: rgb(245 245 245 / 0.95); +} +.to-neutral-100\/100{ + --tw-gradient-to: rgb(245 245 245 / 1); +} +.to-neutral-200\/0{ + --tw-gradient-to: rgb(229 229 229 / 0); +} +.to-neutral-200\/5{ + --tw-gradient-to: rgb(229 229 229 / 0.05); +} +.to-neutral-200\/10{ + --tw-gradient-to: rgb(229 229 229 / 0.1); +} +.to-neutral-200\/20{ + --tw-gradient-to: rgb(229 229 229 / 0.2); +} +.to-neutral-200\/25{ + --tw-gradient-to: rgb(229 229 229 / 0.25); +} +.to-neutral-200\/30{ + --tw-gradient-to: rgb(229 229 229 / 0.3); +} +.to-neutral-200\/40{ + --tw-gradient-to: rgb(229 229 229 / 0.4); +} +.to-neutral-200\/50{ + --tw-gradient-to: rgb(229 229 229 / 0.5); +} +.to-neutral-200\/60{ + --tw-gradient-to: rgb(229 229 229 / 0.6); +} +.to-neutral-200\/70{ + --tw-gradient-to: rgb(229 229 229 / 0.7); +} +.to-neutral-200\/75{ + --tw-gradient-to: rgb(229 229 229 / 0.75); +} +.to-neutral-200\/80{ + --tw-gradient-to: rgb(229 229 229 / 0.8); +} +.to-neutral-200\/90{ + --tw-gradient-to: rgb(229 229 229 / 0.9); +} +.to-neutral-200\/95{ + --tw-gradient-to: rgb(229 229 229 / 0.95); +} +.to-neutral-200\/100{ + --tw-gradient-to: rgb(229 229 229 / 1); +} +.to-neutral-300\/0{ + --tw-gradient-to: rgb(212 212 212 / 0); +} +.to-neutral-300\/5{ + --tw-gradient-to: rgb(212 212 212 / 0.05); +} +.to-neutral-300\/10{ + --tw-gradient-to: rgb(212 212 212 / 0.1); +} +.to-neutral-300\/20{ + --tw-gradient-to: rgb(212 212 212 / 0.2); +} +.to-neutral-300\/25{ + --tw-gradient-to: rgb(212 212 212 / 0.25); +} +.to-neutral-300\/30{ + --tw-gradient-to: rgb(212 212 212 / 0.3); +} +.to-neutral-300\/40{ + --tw-gradient-to: rgb(212 212 212 / 0.4); +} +.to-neutral-300\/50{ + --tw-gradient-to: rgb(212 212 212 / 0.5); +} +.to-neutral-300\/60{ + --tw-gradient-to: rgb(212 212 212 / 0.6); +} +.to-neutral-300\/70{ + --tw-gradient-to: rgb(212 212 212 / 0.7); +} +.to-neutral-300\/75{ + --tw-gradient-to: rgb(212 212 212 / 0.75); +} +.to-neutral-300\/80{ + --tw-gradient-to: rgb(212 212 212 / 0.8); +} +.to-neutral-300\/90{ + --tw-gradient-to: rgb(212 212 212 / 0.9); +} +.to-neutral-300\/95{ + --tw-gradient-to: rgb(212 212 212 / 0.95); +} +.to-neutral-300\/100{ + --tw-gradient-to: rgb(212 212 212 / 1); +} +.to-neutral-400\/0{ + --tw-gradient-to: rgb(163 163 163 / 0); +} +.to-neutral-400\/5{ + --tw-gradient-to: rgb(163 163 163 / 0.05); +} +.to-neutral-400\/10{ + --tw-gradient-to: rgb(163 163 163 / 0.1); +} +.to-neutral-400\/20{ + --tw-gradient-to: rgb(163 163 163 / 0.2); +} +.to-neutral-400\/25{ + --tw-gradient-to: rgb(163 163 163 / 0.25); +} +.to-neutral-400\/30{ + --tw-gradient-to: rgb(163 163 163 / 0.3); +} +.to-neutral-400\/40{ + --tw-gradient-to: rgb(163 163 163 / 0.4); +} +.to-neutral-400\/50{ + --tw-gradient-to: rgb(163 163 163 / 0.5); +} +.to-neutral-400\/60{ + --tw-gradient-to: rgb(163 163 163 / 0.6); +} +.to-neutral-400\/70{ + --tw-gradient-to: rgb(163 163 163 / 0.7); +} +.to-neutral-400\/75{ + --tw-gradient-to: rgb(163 163 163 / 0.75); +} +.to-neutral-400\/80{ + --tw-gradient-to: rgb(163 163 163 / 0.8); +} +.to-neutral-400\/90{ + --tw-gradient-to: rgb(163 163 163 / 0.9); +} +.to-neutral-400\/95{ + --tw-gradient-to: rgb(163 163 163 / 0.95); +} +.to-neutral-400\/100{ + --tw-gradient-to: rgb(163 163 163 / 1); +} +.to-neutral-500\/0{ + --tw-gradient-to: rgb(115 115 115 / 0); +} +.to-neutral-500\/5{ + --tw-gradient-to: rgb(115 115 115 / 0.05); +} +.to-neutral-500\/10{ + --tw-gradient-to: rgb(115 115 115 / 0.1); +} +.to-neutral-500\/20{ + --tw-gradient-to: rgb(115 115 115 / 0.2); +} +.to-neutral-500\/25{ + --tw-gradient-to: rgb(115 115 115 / 0.25); +} +.to-neutral-500\/30{ + --tw-gradient-to: rgb(115 115 115 / 0.3); +} +.to-neutral-500\/40{ + --tw-gradient-to: rgb(115 115 115 / 0.4); +} +.to-neutral-500\/50{ + --tw-gradient-to: rgb(115 115 115 / 0.5); +} +.to-neutral-500\/60{ + --tw-gradient-to: rgb(115 115 115 / 0.6); +} +.to-neutral-500\/70{ + --tw-gradient-to: rgb(115 115 115 / 0.7); +} +.to-neutral-500\/75{ + --tw-gradient-to: rgb(115 115 115 / 0.75); +} +.to-neutral-500\/80{ + --tw-gradient-to: rgb(115 115 115 / 0.8); +} +.to-neutral-500\/90{ + --tw-gradient-to: rgb(115 115 115 / 0.9); +} +.to-neutral-500\/95{ + --tw-gradient-to: rgb(115 115 115 / 0.95); +} +.to-neutral-500\/100{ + --tw-gradient-to: rgb(115 115 115 / 1); +} +.to-neutral-600\/0{ + --tw-gradient-to: rgb(82 82 82 / 0); +} +.to-neutral-600\/5{ + --tw-gradient-to: rgb(82 82 82 / 0.05); +} +.to-neutral-600\/10{ + --tw-gradient-to: rgb(82 82 82 / 0.1); +} +.to-neutral-600\/20{ + --tw-gradient-to: rgb(82 82 82 / 0.2); +} +.to-neutral-600\/25{ + --tw-gradient-to: rgb(82 82 82 / 0.25); +} +.to-neutral-600\/30{ + --tw-gradient-to: rgb(82 82 82 / 0.3); +} +.to-neutral-600\/40{ + --tw-gradient-to: rgb(82 82 82 / 0.4); +} +.to-neutral-600\/50{ + --tw-gradient-to: rgb(82 82 82 / 0.5); +} +.to-neutral-600\/60{ + --tw-gradient-to: rgb(82 82 82 / 0.6); +} +.to-neutral-600\/70{ + --tw-gradient-to: rgb(82 82 82 / 0.7); +} +.to-neutral-600\/75{ + --tw-gradient-to: rgb(82 82 82 / 0.75); +} +.to-neutral-600\/80{ + --tw-gradient-to: rgb(82 82 82 / 0.8); +} +.to-neutral-600\/90{ + --tw-gradient-to: rgb(82 82 82 / 0.9); +} +.to-neutral-600\/95{ + --tw-gradient-to: rgb(82 82 82 / 0.95); +} +.to-neutral-600\/100{ + --tw-gradient-to: rgb(82 82 82 / 1); +} +.to-neutral-700\/0{ + --tw-gradient-to: rgb(64 64 64 / 0); +} +.to-neutral-700\/5{ + --tw-gradient-to: rgb(64 64 64 / 0.05); +} +.to-neutral-700\/10{ + --tw-gradient-to: rgb(64 64 64 / 0.1); +} +.to-neutral-700\/20{ + --tw-gradient-to: rgb(64 64 64 / 0.2); +} +.to-neutral-700\/25{ + --tw-gradient-to: rgb(64 64 64 / 0.25); +} +.to-neutral-700\/30{ + --tw-gradient-to: rgb(64 64 64 / 0.3); +} +.to-neutral-700\/40{ + --tw-gradient-to: rgb(64 64 64 / 0.4); +} +.to-neutral-700\/50{ + --tw-gradient-to: rgb(64 64 64 / 0.5); +} +.to-neutral-700\/60{ + --tw-gradient-to: rgb(64 64 64 / 0.6); +} +.to-neutral-700\/70{ + --tw-gradient-to: rgb(64 64 64 / 0.7); +} +.to-neutral-700\/75{ + --tw-gradient-to: rgb(64 64 64 / 0.75); +} +.to-neutral-700\/80{ + --tw-gradient-to: rgb(64 64 64 / 0.8); +} +.to-neutral-700\/90{ + --tw-gradient-to: rgb(64 64 64 / 0.9); +} +.to-neutral-700\/95{ + --tw-gradient-to: rgb(64 64 64 / 0.95); +} +.to-neutral-700\/100{ + --tw-gradient-to: rgb(64 64 64 / 1); +} +.to-neutral-800\/0{ + --tw-gradient-to: rgb(38 38 38 / 0); +} +.to-neutral-800\/5{ + --tw-gradient-to: rgb(38 38 38 / 0.05); +} +.to-neutral-800\/10{ + --tw-gradient-to: rgb(38 38 38 / 0.1); +} +.to-neutral-800\/20{ + --tw-gradient-to: rgb(38 38 38 / 0.2); +} +.to-neutral-800\/25{ + --tw-gradient-to: rgb(38 38 38 / 0.25); +} +.to-neutral-800\/30{ + --tw-gradient-to: rgb(38 38 38 / 0.3); +} +.to-neutral-800\/40{ + --tw-gradient-to: rgb(38 38 38 / 0.4); +} +.to-neutral-800\/50{ + --tw-gradient-to: rgb(38 38 38 / 0.5); +} +.to-neutral-800\/60{ + --tw-gradient-to: rgb(38 38 38 / 0.6); +} +.to-neutral-800\/70{ + --tw-gradient-to: rgb(38 38 38 / 0.7); +} +.to-neutral-800\/75{ + --tw-gradient-to: rgb(38 38 38 / 0.75); +} +.to-neutral-800\/80{ + --tw-gradient-to: rgb(38 38 38 / 0.8); +} +.to-neutral-800\/90{ + --tw-gradient-to: rgb(38 38 38 / 0.9); +} +.to-neutral-800\/95{ + --tw-gradient-to: rgb(38 38 38 / 0.95); +} +.to-neutral-800\/100{ + --tw-gradient-to: rgb(38 38 38 / 1); +} +.to-neutral-900\/0{ + --tw-gradient-to: rgb(23 23 23 / 0); +} +.to-neutral-900\/5{ + --tw-gradient-to: rgb(23 23 23 / 0.05); +} +.to-neutral-900\/10{ + --tw-gradient-to: rgb(23 23 23 / 0.1); +} +.to-neutral-900\/20{ + --tw-gradient-to: rgb(23 23 23 / 0.2); +} +.to-neutral-900\/25{ + --tw-gradient-to: rgb(23 23 23 / 0.25); +} +.to-neutral-900\/30{ + --tw-gradient-to: rgb(23 23 23 / 0.3); +} +.to-neutral-900\/40{ + --tw-gradient-to: rgb(23 23 23 / 0.4); +} +.to-neutral-900\/50{ + --tw-gradient-to: rgb(23 23 23 / 0.5); +} +.to-neutral-900\/60{ + --tw-gradient-to: rgb(23 23 23 / 0.6); +} +.to-neutral-900\/70{ + --tw-gradient-to: rgb(23 23 23 / 0.7); +} +.to-neutral-900\/75{ + --tw-gradient-to: rgb(23 23 23 / 0.75); +} +.to-neutral-900\/80{ + --tw-gradient-to: rgb(23 23 23 / 0.8); +} +.to-neutral-900\/90{ + --tw-gradient-to: rgb(23 23 23 / 0.9); +} +.to-neutral-900\/95{ + --tw-gradient-to: rgb(23 23 23 / 0.95); +} +.to-neutral-900\/100{ + --tw-gradient-to: rgb(23 23 23 / 1); +} +.to-stone-50\/0{ + --tw-gradient-to: rgb(250 250 249 / 0); +} +.to-stone-50\/5{ + --tw-gradient-to: rgb(250 250 249 / 0.05); +} +.to-stone-50\/10{ + --tw-gradient-to: rgb(250 250 249 / 0.1); +} +.to-stone-50\/20{ + --tw-gradient-to: rgb(250 250 249 / 0.2); +} +.to-stone-50\/25{ + --tw-gradient-to: rgb(250 250 249 / 0.25); +} +.to-stone-50\/30{ + --tw-gradient-to: rgb(250 250 249 / 0.3); +} +.to-stone-50\/40{ + --tw-gradient-to: rgb(250 250 249 / 0.4); +} +.to-stone-50\/50{ + --tw-gradient-to: rgb(250 250 249 / 0.5); +} +.to-stone-50\/60{ + --tw-gradient-to: rgb(250 250 249 / 0.6); +} +.to-stone-50\/70{ + --tw-gradient-to: rgb(250 250 249 / 0.7); +} +.to-stone-50\/75{ + --tw-gradient-to: rgb(250 250 249 / 0.75); +} +.to-stone-50\/80{ + --tw-gradient-to: rgb(250 250 249 / 0.8); +} +.to-stone-50\/90{ + --tw-gradient-to: rgb(250 250 249 / 0.9); +} +.to-stone-50\/95{ + --tw-gradient-to: rgb(250 250 249 / 0.95); +} +.to-stone-50\/100{ + --tw-gradient-to: rgb(250 250 249 / 1); +} +.to-stone-100\/0{ + --tw-gradient-to: rgb(245 245 244 / 0); +} +.to-stone-100\/5{ + --tw-gradient-to: rgb(245 245 244 / 0.05); +} +.to-stone-100\/10{ + --tw-gradient-to: rgb(245 245 244 / 0.1); +} +.to-stone-100\/20{ + --tw-gradient-to: rgb(245 245 244 / 0.2); +} +.to-stone-100\/25{ + --tw-gradient-to: rgb(245 245 244 / 0.25); +} +.to-stone-100\/30{ + --tw-gradient-to: rgb(245 245 244 / 0.3); +} +.to-stone-100\/40{ + --tw-gradient-to: rgb(245 245 244 / 0.4); +} +.to-stone-100\/50{ + --tw-gradient-to: rgb(245 245 244 / 0.5); +} +.to-stone-100\/60{ + --tw-gradient-to: rgb(245 245 244 / 0.6); +} +.to-stone-100\/70{ + --tw-gradient-to: rgb(245 245 244 / 0.7); +} +.to-stone-100\/75{ + --tw-gradient-to: rgb(245 245 244 / 0.75); +} +.to-stone-100\/80{ + --tw-gradient-to: rgb(245 245 244 / 0.8); +} +.to-stone-100\/90{ + --tw-gradient-to: rgb(245 245 244 / 0.9); +} +.to-stone-100\/95{ + --tw-gradient-to: rgb(245 245 244 / 0.95); +} +.to-stone-100\/100{ + --tw-gradient-to: rgb(245 245 244 / 1); +} +.to-stone-200\/0{ + --tw-gradient-to: rgb(231 229 228 / 0); +} +.to-stone-200\/5{ + --tw-gradient-to: rgb(231 229 228 / 0.05); +} +.to-stone-200\/10{ + --tw-gradient-to: rgb(231 229 228 / 0.1); +} +.to-stone-200\/20{ + --tw-gradient-to: rgb(231 229 228 / 0.2); +} +.to-stone-200\/25{ + --tw-gradient-to: rgb(231 229 228 / 0.25); +} +.to-stone-200\/30{ + --tw-gradient-to: rgb(231 229 228 / 0.3); +} +.to-stone-200\/40{ + --tw-gradient-to: rgb(231 229 228 / 0.4); +} +.to-stone-200\/50{ + --tw-gradient-to: rgb(231 229 228 / 0.5); +} +.to-stone-200\/60{ + --tw-gradient-to: rgb(231 229 228 / 0.6); +} +.to-stone-200\/70{ + --tw-gradient-to: rgb(231 229 228 / 0.7); +} +.to-stone-200\/75{ + --tw-gradient-to: rgb(231 229 228 / 0.75); +} +.to-stone-200\/80{ + --tw-gradient-to: rgb(231 229 228 / 0.8); +} +.to-stone-200\/90{ + --tw-gradient-to: rgb(231 229 228 / 0.9); +} +.to-stone-200\/95{ + --tw-gradient-to: rgb(231 229 228 / 0.95); +} +.to-stone-200\/100{ + --tw-gradient-to: rgb(231 229 228 / 1); +} +.to-stone-300\/0{ + --tw-gradient-to: rgb(214 211 209 / 0); +} +.to-stone-300\/5{ + --tw-gradient-to: rgb(214 211 209 / 0.05); +} +.to-stone-300\/10{ + --tw-gradient-to: rgb(214 211 209 / 0.1); +} +.to-stone-300\/20{ + --tw-gradient-to: rgb(214 211 209 / 0.2); +} +.to-stone-300\/25{ + --tw-gradient-to: rgb(214 211 209 / 0.25); +} +.to-stone-300\/30{ + --tw-gradient-to: rgb(214 211 209 / 0.3); +} +.to-stone-300\/40{ + --tw-gradient-to: rgb(214 211 209 / 0.4); +} +.to-stone-300\/50{ + --tw-gradient-to: rgb(214 211 209 / 0.5); +} +.to-stone-300\/60{ + --tw-gradient-to: rgb(214 211 209 / 0.6); +} +.to-stone-300\/70{ + --tw-gradient-to: rgb(214 211 209 / 0.7); +} +.to-stone-300\/75{ + --tw-gradient-to: rgb(214 211 209 / 0.75); +} +.to-stone-300\/80{ + --tw-gradient-to: rgb(214 211 209 / 0.8); +} +.to-stone-300\/90{ + --tw-gradient-to: rgb(214 211 209 / 0.9); +} +.to-stone-300\/95{ + --tw-gradient-to: rgb(214 211 209 / 0.95); +} +.to-stone-300\/100{ + --tw-gradient-to: rgb(214 211 209 / 1); +} +.to-stone-400\/0{ + --tw-gradient-to: rgb(168 162 158 / 0); +} +.to-stone-400\/5{ + --tw-gradient-to: rgb(168 162 158 / 0.05); +} +.to-stone-400\/10{ + --tw-gradient-to: rgb(168 162 158 / 0.1); +} +.to-stone-400\/20{ + --tw-gradient-to: rgb(168 162 158 / 0.2); +} +.to-stone-400\/25{ + --tw-gradient-to: rgb(168 162 158 / 0.25); +} +.to-stone-400\/30{ + --tw-gradient-to: rgb(168 162 158 / 0.3); +} +.to-stone-400\/40{ + --tw-gradient-to: rgb(168 162 158 / 0.4); +} +.to-stone-400\/50{ + --tw-gradient-to: rgb(168 162 158 / 0.5); +} +.to-stone-400\/60{ + --tw-gradient-to: rgb(168 162 158 / 0.6); +} +.to-stone-400\/70{ + --tw-gradient-to: rgb(168 162 158 / 0.7); +} +.to-stone-400\/75{ + --tw-gradient-to: rgb(168 162 158 / 0.75); +} +.to-stone-400\/80{ + --tw-gradient-to: rgb(168 162 158 / 0.8); +} +.to-stone-400\/90{ + --tw-gradient-to: rgb(168 162 158 / 0.9); +} +.to-stone-400\/95{ + --tw-gradient-to: rgb(168 162 158 / 0.95); +} +.to-stone-400\/100{ + --tw-gradient-to: rgb(168 162 158 / 1); +} +.to-stone-500\/0{ + --tw-gradient-to: rgb(120 113 108 / 0); +} +.to-stone-500\/5{ + --tw-gradient-to: rgb(120 113 108 / 0.05); +} +.to-stone-500\/10{ + --tw-gradient-to: rgb(120 113 108 / 0.1); +} +.to-stone-500\/20{ + --tw-gradient-to: rgb(120 113 108 / 0.2); +} +.to-stone-500\/25{ + --tw-gradient-to: rgb(120 113 108 / 0.25); +} +.to-stone-500\/30{ + --tw-gradient-to: rgb(120 113 108 / 0.3); +} +.to-stone-500\/40{ + --tw-gradient-to: rgb(120 113 108 / 0.4); +} +.to-stone-500\/50{ + --tw-gradient-to: rgb(120 113 108 / 0.5); +} +.to-stone-500\/60{ + --tw-gradient-to: rgb(120 113 108 / 0.6); +} +.to-stone-500\/70{ + --tw-gradient-to: rgb(120 113 108 / 0.7); +} +.to-stone-500\/75{ + --tw-gradient-to: rgb(120 113 108 / 0.75); +} +.to-stone-500\/80{ + --tw-gradient-to: rgb(120 113 108 / 0.8); +} +.to-stone-500\/90{ + --tw-gradient-to: rgb(120 113 108 / 0.9); +} +.to-stone-500\/95{ + --tw-gradient-to: rgb(120 113 108 / 0.95); +} +.to-stone-500\/100{ + --tw-gradient-to: rgb(120 113 108 / 1); +} +.to-stone-600\/0{ + --tw-gradient-to: rgb(87 83 78 / 0); +} +.to-stone-600\/5{ + --tw-gradient-to: rgb(87 83 78 / 0.05); +} +.to-stone-600\/10{ + --tw-gradient-to: rgb(87 83 78 / 0.1); +} +.to-stone-600\/20{ + --tw-gradient-to: rgb(87 83 78 / 0.2); +} +.to-stone-600\/25{ + --tw-gradient-to: rgb(87 83 78 / 0.25); +} +.to-stone-600\/30{ + --tw-gradient-to: rgb(87 83 78 / 0.3); +} +.to-stone-600\/40{ + --tw-gradient-to: rgb(87 83 78 / 0.4); +} +.to-stone-600\/50{ + --tw-gradient-to: rgb(87 83 78 / 0.5); +} +.to-stone-600\/60{ + --tw-gradient-to: rgb(87 83 78 / 0.6); +} +.to-stone-600\/70{ + --tw-gradient-to: rgb(87 83 78 / 0.7); +} +.to-stone-600\/75{ + --tw-gradient-to: rgb(87 83 78 / 0.75); +} +.to-stone-600\/80{ + --tw-gradient-to: rgb(87 83 78 / 0.8); +} +.to-stone-600\/90{ + --tw-gradient-to: rgb(87 83 78 / 0.9); +} +.to-stone-600\/95{ + --tw-gradient-to: rgb(87 83 78 / 0.95); +} +.to-stone-600\/100{ + --tw-gradient-to: rgb(87 83 78 / 1); +} +.to-stone-700\/0{ + --tw-gradient-to: rgb(68 64 60 / 0); +} +.to-stone-700\/5{ + --tw-gradient-to: rgb(68 64 60 / 0.05); +} +.to-stone-700\/10{ + --tw-gradient-to: rgb(68 64 60 / 0.1); +} +.to-stone-700\/20{ + --tw-gradient-to: rgb(68 64 60 / 0.2); +} +.to-stone-700\/25{ + --tw-gradient-to: rgb(68 64 60 / 0.25); +} +.to-stone-700\/30{ + --tw-gradient-to: rgb(68 64 60 / 0.3); +} +.to-stone-700\/40{ + --tw-gradient-to: rgb(68 64 60 / 0.4); +} +.to-stone-700\/50{ + --tw-gradient-to: rgb(68 64 60 / 0.5); +} +.to-stone-700\/60{ + --tw-gradient-to: rgb(68 64 60 / 0.6); +} +.to-stone-700\/70{ + --tw-gradient-to: rgb(68 64 60 / 0.7); +} +.to-stone-700\/75{ + --tw-gradient-to: rgb(68 64 60 / 0.75); +} +.to-stone-700\/80{ + --tw-gradient-to: rgb(68 64 60 / 0.8); +} +.to-stone-700\/90{ + --tw-gradient-to: rgb(68 64 60 / 0.9); +} +.to-stone-700\/95{ + --tw-gradient-to: rgb(68 64 60 / 0.95); +} +.to-stone-700\/100{ + --tw-gradient-to: rgb(68 64 60 / 1); +} +.to-stone-800\/0{ + --tw-gradient-to: rgb(41 37 36 / 0); +} +.to-stone-800\/5{ + --tw-gradient-to: rgb(41 37 36 / 0.05); +} +.to-stone-800\/10{ + --tw-gradient-to: rgb(41 37 36 / 0.1); +} +.to-stone-800\/20{ + --tw-gradient-to: rgb(41 37 36 / 0.2); +} +.to-stone-800\/25{ + --tw-gradient-to: rgb(41 37 36 / 0.25); +} +.to-stone-800\/30{ + --tw-gradient-to: rgb(41 37 36 / 0.3); +} +.to-stone-800\/40{ + --tw-gradient-to: rgb(41 37 36 / 0.4); +} +.to-stone-800\/50{ + --tw-gradient-to: rgb(41 37 36 / 0.5); +} +.to-stone-800\/60{ + --tw-gradient-to: rgb(41 37 36 / 0.6); +} +.to-stone-800\/70{ + --tw-gradient-to: rgb(41 37 36 / 0.7); +} +.to-stone-800\/75{ + --tw-gradient-to: rgb(41 37 36 / 0.75); +} +.to-stone-800\/80{ + --tw-gradient-to: rgb(41 37 36 / 0.8); +} +.to-stone-800\/90{ + --tw-gradient-to: rgb(41 37 36 / 0.9); +} +.to-stone-800\/95{ + --tw-gradient-to: rgb(41 37 36 / 0.95); +} +.to-stone-800\/100{ + --tw-gradient-to: rgb(41 37 36 / 1); +} +.to-stone-900\/0{ + --tw-gradient-to: rgb(28 25 23 / 0); +} +.to-stone-900\/5{ + --tw-gradient-to: rgb(28 25 23 / 0.05); +} +.to-stone-900\/10{ + --tw-gradient-to: rgb(28 25 23 / 0.1); +} +.to-stone-900\/20{ + --tw-gradient-to: rgb(28 25 23 / 0.2); +} +.to-stone-900\/25{ + --tw-gradient-to: rgb(28 25 23 / 0.25); +} +.to-stone-900\/30{ + --tw-gradient-to: rgb(28 25 23 / 0.3); +} +.to-stone-900\/40{ + --tw-gradient-to: rgb(28 25 23 / 0.4); +} +.to-stone-900\/50{ + --tw-gradient-to: rgb(28 25 23 / 0.5); +} +.to-stone-900\/60{ + --tw-gradient-to: rgb(28 25 23 / 0.6); +} +.to-stone-900\/70{ + --tw-gradient-to: rgb(28 25 23 / 0.7); +} +.to-stone-900\/75{ + --tw-gradient-to: rgb(28 25 23 / 0.75); +} +.to-stone-900\/80{ + --tw-gradient-to: rgb(28 25 23 / 0.8); +} +.to-stone-900\/90{ + --tw-gradient-to: rgb(28 25 23 / 0.9); +} +.to-stone-900\/95{ + --tw-gradient-to: rgb(28 25 23 / 0.95); +} +.to-stone-900\/100{ + --tw-gradient-to: rgb(28 25 23 / 1); +} +.to-red-50\/0{ + --tw-gradient-to: rgb(252 242 242 / 0); +} +.to-red-50\/5{ + --tw-gradient-to: rgb(252 242 242 / 0.05); +} +.to-red-50\/10{ + --tw-gradient-to: rgb(252 242 242 / 0.1); +} +.to-red-50\/20{ + --tw-gradient-to: rgb(252 242 242 / 0.2); +} +.to-red-50\/25{ + --tw-gradient-to: rgb(252 242 242 / 0.25); +} +.to-red-50\/30{ + --tw-gradient-to: rgb(252 242 242 / 0.3); +} +.to-red-50\/40{ + --tw-gradient-to: rgb(252 242 242 / 0.4); +} +.to-red-50\/50{ + --tw-gradient-to: rgb(252 242 242 / 0.5); +} +.to-red-50\/60{ + --tw-gradient-to: rgb(252 242 242 / 0.6); +} +.to-red-50\/70{ + --tw-gradient-to: rgb(252 242 242 / 0.7); +} +.to-red-50\/75{ + --tw-gradient-to: rgb(252 242 242 / 0.75); +} +.to-red-50\/80{ + --tw-gradient-to: rgb(252 242 242 / 0.8); +} +.to-red-50\/90{ + --tw-gradient-to: rgb(252 242 242 / 0.9); +} +.to-red-50\/95{ + --tw-gradient-to: rgb(252 242 242 / 0.95); +} +.to-red-50\/100{ + --tw-gradient-to: rgb(252 242 242 / 1); +} +.to-red-100\/0{ + --tw-gradient-to: rgb(250 230 230 / 0); +} +.to-red-100\/5{ + --tw-gradient-to: rgb(250 230 230 / 0.05); +} +.to-red-100\/10{ + --tw-gradient-to: rgb(250 230 230 / 0.1); +} +.to-red-100\/20{ + --tw-gradient-to: rgb(250 230 230 / 0.2); +} +.to-red-100\/25{ + --tw-gradient-to: rgb(250 230 230 / 0.25); +} +.to-red-100\/30{ + --tw-gradient-to: rgb(250 230 230 / 0.3); +} +.to-red-100\/40{ + --tw-gradient-to: rgb(250 230 230 / 0.4); +} +.to-red-100\/50{ + --tw-gradient-to: rgb(250 230 230 / 0.5); +} +.to-red-100\/60{ + --tw-gradient-to: rgb(250 230 230 / 0.6); +} +.to-red-100\/70{ + --tw-gradient-to: rgb(250 230 230 / 0.7); +} +.to-red-100\/75{ + --tw-gradient-to: rgb(250 230 230 / 0.75); +} +.to-red-100\/80{ + --tw-gradient-to: rgb(250 230 230 / 0.8); +} +.to-red-100\/90{ + --tw-gradient-to: rgb(250 230 230 / 0.9); +} +.to-red-100\/95{ + --tw-gradient-to: rgb(250 230 230 / 0.95); +} +.to-red-100\/100{ + --tw-gradient-to: rgb(250 230 230 / 1); +} +.to-red-200\/0{ + --tw-gradient-to: rgb(242 191 191 / 0); +} +.to-red-200\/5{ + --tw-gradient-to: rgb(242 191 191 / 0.05); +} +.to-red-200\/10{ + --tw-gradient-to: rgb(242 191 191 / 0.1); +} +.to-red-200\/20{ + --tw-gradient-to: rgb(242 191 191 / 0.2); +} +.to-red-200\/25{ + --tw-gradient-to: rgb(242 191 191 / 0.25); +} +.to-red-200\/30{ + --tw-gradient-to: rgb(242 191 191 / 0.3); +} +.to-red-200\/40{ + --tw-gradient-to: rgb(242 191 191 / 0.4); +} +.to-red-200\/50{ + --tw-gradient-to: rgb(242 191 191 / 0.5); +} +.to-red-200\/60{ + --tw-gradient-to: rgb(242 191 191 / 0.6); +} +.to-red-200\/70{ + --tw-gradient-to: rgb(242 191 191 / 0.7); +} +.to-red-200\/75{ + --tw-gradient-to: rgb(242 191 191 / 0.75); +} +.to-red-200\/80{ + --tw-gradient-to: rgb(242 191 191 / 0.8); +} +.to-red-200\/90{ + --tw-gradient-to: rgb(242 191 191 / 0.9); +} +.to-red-200\/95{ + --tw-gradient-to: rgb(242 191 191 / 0.95); +} +.to-red-200\/100{ + --tw-gradient-to: rgb(242 191 191 / 1); +} +.to-red-300\/0{ + --tw-gradient-to: rgb(235 153 153 / 0); +} +.to-red-300\/5{ + --tw-gradient-to: rgb(235 153 153 / 0.05); +} +.to-red-300\/10{ + --tw-gradient-to: rgb(235 153 153 / 0.1); +} +.to-red-300\/20{ + --tw-gradient-to: rgb(235 153 153 / 0.2); +} +.to-red-300\/25{ + --tw-gradient-to: rgb(235 153 153 / 0.25); +} +.to-red-300\/30{ + --tw-gradient-to: rgb(235 153 153 / 0.3); +} +.to-red-300\/40{ + --tw-gradient-to: rgb(235 153 153 / 0.4); +} +.to-red-300\/50{ + --tw-gradient-to: rgb(235 153 153 / 0.5); +} +.to-red-300\/60{ + --tw-gradient-to: rgb(235 153 153 / 0.6); +} +.to-red-300\/70{ + --tw-gradient-to: rgb(235 153 153 / 0.7); +} +.to-red-300\/75{ + --tw-gradient-to: rgb(235 153 153 / 0.75); +} +.to-red-300\/80{ + --tw-gradient-to: rgb(235 153 153 / 0.8); +} +.to-red-300\/90{ + --tw-gradient-to: rgb(235 153 153 / 0.9); +} +.to-red-300\/95{ + --tw-gradient-to: rgb(235 153 153 / 0.95); +} +.to-red-300\/100{ + --tw-gradient-to: rgb(235 153 153 / 1); +} +.to-red-400\/0{ + --tw-gradient-to: rgb(219 77 77 / 0); +} +.to-red-400\/5{ + --tw-gradient-to: rgb(219 77 77 / 0.05); +} +.to-red-400\/10{ + --tw-gradient-to: rgb(219 77 77 / 0.1); +} +.to-red-400\/20{ + --tw-gradient-to: rgb(219 77 77 / 0.2); +} +.to-red-400\/25{ + --tw-gradient-to: rgb(219 77 77 / 0.25); +} +.to-red-400\/30{ + --tw-gradient-to: rgb(219 77 77 / 0.3); +} +.to-red-400\/40{ + --tw-gradient-to: rgb(219 77 77 / 0.4); +} +.to-red-400\/50{ + --tw-gradient-to: rgb(219 77 77 / 0.5); +} +.to-red-400\/60{ + --tw-gradient-to: rgb(219 77 77 / 0.6); +} +.to-red-400\/70{ + --tw-gradient-to: rgb(219 77 77 / 0.7); +} +.to-red-400\/75{ + --tw-gradient-to: rgb(219 77 77 / 0.75); +} +.to-red-400\/80{ + --tw-gradient-to: rgb(219 77 77 / 0.8); +} +.to-red-400\/90{ + --tw-gradient-to: rgb(219 77 77 / 0.9); +} +.to-red-400\/95{ + --tw-gradient-to: rgb(219 77 77 / 0.95); +} +.to-red-400\/100{ + --tw-gradient-to: rgb(219 77 77 / 1); +} +.to-red-500\/0{ + --tw-gradient-to: rgb(204 0 0 / 0); +} +.to-red-500\/5{ + --tw-gradient-to: rgb(204 0 0 / 0.05); +} +.to-red-500\/10{ + --tw-gradient-to: rgb(204 0 0 / 0.1); +} +.to-red-500\/20{ + --tw-gradient-to: rgb(204 0 0 / 0.2); +} +.to-red-500\/25{ + --tw-gradient-to: rgb(204 0 0 / 0.25); +} +.to-red-500\/30{ + --tw-gradient-to: rgb(204 0 0 / 0.3); +} +.to-red-500\/40{ + --tw-gradient-to: rgb(204 0 0 / 0.4); +} +.to-red-500\/50{ + --tw-gradient-to: rgb(204 0 0 / 0.5); +} +.to-red-500\/60{ + --tw-gradient-to: rgb(204 0 0 / 0.6); +} +.to-red-500\/70{ + --tw-gradient-to: rgb(204 0 0 / 0.7); +} +.to-red-500\/75{ + --tw-gradient-to: rgb(204 0 0 / 0.75); +} +.to-red-500\/80{ + --tw-gradient-to: rgb(204 0 0 / 0.8); +} +.to-red-500\/90{ + --tw-gradient-to: rgb(204 0 0 / 0.9); +} +.to-red-500\/95{ + --tw-gradient-to: rgb(204 0 0 / 0.95); +} +.to-red-500\/100{ + --tw-gradient-to: rgb(204 0 0 / 1); +} +.to-red-600\/0{ + --tw-gradient-to: rgb(184 0 0 / 0); +} +.to-red-600\/5{ + --tw-gradient-to: rgb(184 0 0 / 0.05); +} +.to-red-600\/10{ + --tw-gradient-to: rgb(184 0 0 / 0.1); +} +.to-red-600\/20{ + --tw-gradient-to: rgb(184 0 0 / 0.2); +} +.to-red-600\/25{ + --tw-gradient-to: rgb(184 0 0 / 0.25); +} +.to-red-600\/30{ + --tw-gradient-to: rgb(184 0 0 / 0.3); +} +.to-red-600\/40{ + --tw-gradient-to: rgb(184 0 0 / 0.4); +} +.to-red-600\/50{ + --tw-gradient-to: rgb(184 0 0 / 0.5); +} +.to-red-600\/60{ + --tw-gradient-to: rgb(184 0 0 / 0.6); +} +.to-red-600\/70{ + --tw-gradient-to: rgb(184 0 0 / 0.7); +} +.to-red-600\/75{ + --tw-gradient-to: rgb(184 0 0 / 0.75); +} +.to-red-600\/80{ + --tw-gradient-to: rgb(184 0 0 / 0.8); +} +.to-red-600\/90{ + --tw-gradient-to: rgb(184 0 0 / 0.9); +} +.to-red-600\/95{ + --tw-gradient-to: rgb(184 0 0 / 0.95); +} +.to-red-600\/100{ + --tw-gradient-to: rgb(184 0 0 / 1); +} +.to-red-700\/0{ + --tw-gradient-to: rgb(153 0 0 / 0); +} +.to-red-700\/5{ + --tw-gradient-to: rgb(153 0 0 / 0.05); +} +.to-red-700\/10{ + --tw-gradient-to: rgb(153 0 0 / 0.1); +} +.to-red-700\/20{ + --tw-gradient-to: rgb(153 0 0 / 0.2); +} +.to-red-700\/25{ + --tw-gradient-to: rgb(153 0 0 / 0.25); +} +.to-red-700\/30{ + --tw-gradient-to: rgb(153 0 0 / 0.3); +} +.to-red-700\/40{ + --tw-gradient-to: rgb(153 0 0 / 0.4); +} +.to-red-700\/50{ + --tw-gradient-to: rgb(153 0 0 / 0.5); +} +.to-red-700\/60{ + --tw-gradient-to: rgb(153 0 0 / 0.6); +} +.to-red-700\/70{ + --tw-gradient-to: rgb(153 0 0 / 0.7); +} +.to-red-700\/75{ + --tw-gradient-to: rgb(153 0 0 / 0.75); +} +.to-red-700\/80{ + --tw-gradient-to: rgb(153 0 0 / 0.8); +} +.to-red-700\/90{ + --tw-gradient-to: rgb(153 0 0 / 0.9); +} +.to-red-700\/95{ + --tw-gradient-to: rgb(153 0 0 / 0.95); +} +.to-red-700\/100{ + --tw-gradient-to: rgb(153 0 0 / 1); +} +.to-red-800\/0{ + --tw-gradient-to: rgb(122 0 0 / 0); +} +.to-red-800\/5{ + --tw-gradient-to: rgb(122 0 0 / 0.05); +} +.to-red-800\/10{ + --tw-gradient-to: rgb(122 0 0 / 0.1); +} +.to-red-800\/20{ + --tw-gradient-to: rgb(122 0 0 / 0.2); +} +.to-red-800\/25{ + --tw-gradient-to: rgb(122 0 0 / 0.25); +} +.to-red-800\/30{ + --tw-gradient-to: rgb(122 0 0 / 0.3); +} +.to-red-800\/40{ + --tw-gradient-to: rgb(122 0 0 / 0.4); +} +.to-red-800\/50{ + --tw-gradient-to: rgb(122 0 0 / 0.5); +} +.to-red-800\/60{ + --tw-gradient-to: rgb(122 0 0 / 0.6); +} +.to-red-800\/70{ + --tw-gradient-to: rgb(122 0 0 / 0.7); +} +.to-red-800\/75{ + --tw-gradient-to: rgb(122 0 0 / 0.75); +} +.to-red-800\/80{ + --tw-gradient-to: rgb(122 0 0 / 0.8); +} +.to-red-800\/90{ + --tw-gradient-to: rgb(122 0 0 / 0.9); +} +.to-red-800\/95{ + --tw-gradient-to: rgb(122 0 0 / 0.95); +} +.to-red-800\/100{ + --tw-gradient-to: rgb(122 0 0 / 1); +} +.to-red-900\/0{ + --tw-gradient-to: rgb(100 0 0 / 0); +} +.to-red-900\/5{ + --tw-gradient-to: rgb(100 0 0 / 0.05); +} +.to-red-900\/10{ + --tw-gradient-to: rgb(100 0 0 / 0.1); +} +.to-red-900\/20{ + --tw-gradient-to: rgb(100 0 0 / 0.2); +} +.to-red-900\/25{ + --tw-gradient-to: rgb(100 0 0 / 0.25); +} +.to-red-900\/30{ + --tw-gradient-to: rgb(100 0 0 / 0.3); +} +.to-red-900\/40{ + --tw-gradient-to: rgb(100 0 0 / 0.4); +} +.to-red-900\/50{ + --tw-gradient-to: rgb(100 0 0 / 0.5); +} +.to-red-900\/60{ + --tw-gradient-to: rgb(100 0 0 / 0.6); +} +.to-red-900\/70{ + --tw-gradient-to: rgb(100 0 0 / 0.7); +} +.to-red-900\/75{ + --tw-gradient-to: rgb(100 0 0 / 0.75); +} +.to-red-900\/80{ + --tw-gradient-to: rgb(100 0 0 / 0.8); +} +.to-red-900\/90{ + --tw-gradient-to: rgb(100 0 0 / 0.9); +} +.to-red-900\/95{ + --tw-gradient-to: rgb(100 0 0 / 0.95); +} +.to-red-900\/100{ + --tw-gradient-to: rgb(100 0 0 / 1); +} +.to-red\/0{ + --tw-gradient-to: rgb(204 0 0 / 0); +} +.to-red\/5{ + --tw-gradient-to: rgb(204 0 0 / 0.05); +} +.to-red\/10{ + --tw-gradient-to: rgb(204 0 0 / 0.1); +} +.to-red\/20{ + --tw-gradient-to: rgb(204 0 0 / 0.2); +} +.to-red\/25{ + --tw-gradient-to: rgb(204 0 0 / 0.25); +} +.to-red\/30{ + --tw-gradient-to: rgb(204 0 0 / 0.3); +} +.to-red\/40{ + --tw-gradient-to: rgb(204 0 0 / 0.4); +} +.to-red\/50{ + --tw-gradient-to: rgb(204 0 0 / 0.5); +} +.to-red\/60{ + --tw-gradient-to: rgb(204 0 0 / 0.6); +} +.to-red\/70{ + --tw-gradient-to: rgb(204 0 0 / 0.7); +} +.to-red\/75{ + --tw-gradient-to: rgb(204 0 0 / 0.75); +} +.to-red\/80{ + --tw-gradient-to: rgb(204 0 0 / 0.8); +} +.to-red\/90{ + --tw-gradient-to: rgb(204 0 0 / 0.9); +} +.to-red\/95{ + --tw-gradient-to: rgb(204 0 0 / 0.95); +} +.to-red\/100{ + --tw-gradient-to: rgb(204 0 0 / 1); +} +.to-orange-50\/0{ + --tw-gradient-to: rgb(255 250 243 / 0); +} +.to-orange-50\/5{ + --tw-gradient-to: rgb(255 250 243 / 0.05); +} +.to-orange-50\/10{ + --tw-gradient-to: rgb(255 250 243 / 0.1); +} +.to-orange-50\/20{ + --tw-gradient-to: rgb(255 250 243 / 0.2); +} +.to-orange-50\/25{ + --tw-gradient-to: rgb(255 250 243 / 0.25); +} +.to-orange-50\/30{ + --tw-gradient-to: rgb(255 250 243 / 0.3); +} +.to-orange-50\/40{ + --tw-gradient-to: rgb(255 250 243 / 0.4); +} +.to-orange-50\/50{ + --tw-gradient-to: rgb(255 250 243 / 0.5); +} +.to-orange-50\/60{ + --tw-gradient-to: rgb(255 250 243 / 0.6); +} +.to-orange-50\/70{ + --tw-gradient-to: rgb(255 250 243 / 0.7); +} +.to-orange-50\/75{ + --tw-gradient-to: rgb(255 250 243 / 0.75); +} +.to-orange-50\/80{ + --tw-gradient-to: rgb(255 250 243 / 0.8); +} +.to-orange-50\/90{ + --tw-gradient-to: rgb(255 250 243 / 0.9); +} +.to-orange-50\/95{ + --tw-gradient-to: rgb(255 250 243 / 0.95); +} +.to-orange-50\/100{ + --tw-gradient-to: rgb(255 250 243 / 1); +} +.to-orange-100\/0{ + --tw-gradient-to: rgb(254 245 231 / 0); +} +.to-orange-100\/5{ + --tw-gradient-to: rgb(254 245 231 / 0.05); +} +.to-orange-100\/10{ + --tw-gradient-to: rgb(254 245 231 / 0.1); +} +.to-orange-100\/20{ + --tw-gradient-to: rgb(254 245 231 / 0.2); +} +.to-orange-100\/25{ + --tw-gradient-to: rgb(254 245 231 / 0.25); +} +.to-orange-100\/30{ + --tw-gradient-to: rgb(254 245 231 / 0.3); +} +.to-orange-100\/40{ + --tw-gradient-to: rgb(254 245 231 / 0.4); +} +.to-orange-100\/50{ + --tw-gradient-to: rgb(254 245 231 / 0.5); +} +.to-orange-100\/60{ + --tw-gradient-to: rgb(254 245 231 / 0.6); +} +.to-orange-100\/70{ + --tw-gradient-to: rgb(254 245 231 / 0.7); +} +.to-orange-100\/75{ + --tw-gradient-to: rgb(254 245 231 / 0.75); +} +.to-orange-100\/80{ + --tw-gradient-to: rgb(254 245 231 / 0.8); +} +.to-orange-100\/90{ + --tw-gradient-to: rgb(254 245 231 / 0.9); +} +.to-orange-100\/95{ + --tw-gradient-to: rgb(254 245 231 / 0.95); +} +.to-orange-100\/100{ + --tw-gradient-to: rgb(254 245 231 / 1); +} +.to-orange-200\/0{ + --tw-gradient-to: rgb(253 231 194 / 0); +} +.to-orange-200\/5{ + --tw-gradient-to: rgb(253 231 194 / 0.05); +} +.to-orange-200\/10{ + --tw-gradient-to: rgb(253 231 194 / 0.1); +} +.to-orange-200\/20{ + --tw-gradient-to: rgb(253 231 194 / 0.2); +} +.to-orange-200\/25{ + --tw-gradient-to: rgb(253 231 194 / 0.25); +} +.to-orange-200\/30{ + --tw-gradient-to: rgb(253 231 194 / 0.3); +} +.to-orange-200\/40{ + --tw-gradient-to: rgb(253 231 194 / 0.4); +} +.to-orange-200\/50{ + --tw-gradient-to: rgb(253 231 194 / 0.5); +} +.to-orange-200\/60{ + --tw-gradient-to: rgb(253 231 194 / 0.6); +} +.to-orange-200\/70{ + --tw-gradient-to: rgb(253 231 194 / 0.7); +} +.to-orange-200\/75{ + --tw-gradient-to: rgb(253 231 194 / 0.75); +} +.to-orange-200\/80{ + --tw-gradient-to: rgb(253 231 194 / 0.8); +} +.to-orange-200\/90{ + --tw-gradient-to: rgb(253 231 194 / 0.9); +} +.to-orange-200\/95{ + --tw-gradient-to: rgb(253 231 194 / 0.95); +} +.to-orange-200\/100{ + --tw-gradient-to: rgb(253 231 194 / 1); +} +.to-orange-300\/0{ + --tw-gradient-to: rgb(251 216 157 / 0); +} +.to-orange-300\/5{ + --tw-gradient-to: rgb(251 216 157 / 0.05); +} +.to-orange-300\/10{ + --tw-gradient-to: rgb(251 216 157 / 0.1); +} +.to-orange-300\/20{ + --tw-gradient-to: rgb(251 216 157 / 0.2); +} +.to-orange-300\/25{ + --tw-gradient-to: rgb(251 216 157 / 0.25); +} +.to-orange-300\/30{ + --tw-gradient-to: rgb(251 216 157 / 0.3); +} +.to-orange-300\/40{ + --tw-gradient-to: rgb(251 216 157 / 0.4); +} +.to-orange-300\/50{ + --tw-gradient-to: rgb(251 216 157 / 0.5); +} +.to-orange-300\/60{ + --tw-gradient-to: rgb(251 216 157 / 0.6); +} +.to-orange-300\/70{ + --tw-gradient-to: rgb(251 216 157 / 0.7); +} +.to-orange-300\/75{ + --tw-gradient-to: rgb(251 216 157 / 0.75); +} +.to-orange-300\/80{ + --tw-gradient-to: rgb(251 216 157 / 0.8); +} +.to-orange-300\/90{ + --tw-gradient-to: rgb(251 216 157 / 0.9); +} +.to-orange-300\/95{ + --tw-gradient-to: rgb(251 216 157 / 0.95); +} +.to-orange-300\/100{ + --tw-gradient-to: rgb(251 216 157 / 1); +} +.to-orange-400\/0{ + --tw-gradient-to: rgb(248 187 84 / 0); +} +.to-orange-400\/5{ + --tw-gradient-to: rgb(248 187 84 / 0.05); +} +.to-orange-400\/10{ + --tw-gradient-to: rgb(248 187 84 / 0.1); +} +.to-orange-400\/20{ + --tw-gradient-to: rgb(248 187 84 / 0.2); +} +.to-orange-400\/25{ + --tw-gradient-to: rgb(248 187 84 / 0.25); +} +.to-orange-400\/30{ + --tw-gradient-to: rgb(248 187 84 / 0.3); +} +.to-orange-400\/40{ + --tw-gradient-to: rgb(248 187 84 / 0.4); +} +.to-orange-400\/50{ + --tw-gradient-to: rgb(248 187 84 / 0.5); +} +.to-orange-400\/60{ + --tw-gradient-to: rgb(248 187 84 / 0.6); +} +.to-orange-400\/70{ + --tw-gradient-to: rgb(248 187 84 / 0.7); +} +.to-orange-400\/75{ + --tw-gradient-to: rgb(248 187 84 / 0.75); +} +.to-orange-400\/80{ + --tw-gradient-to: rgb(248 187 84 / 0.8); +} +.to-orange-400\/90{ + --tw-gradient-to: rgb(248 187 84 / 0.9); +} +.to-orange-400\/95{ + --tw-gradient-to: rgb(248 187 84 / 0.95); +} +.to-orange-400\/100{ + --tw-gradient-to: rgb(248 187 84 / 1); +} +.to-orange-500\/0{ + --tw-gradient-to: rgb(245 158 11 / 0); +} +.to-orange-500\/5{ + --tw-gradient-to: rgb(245 158 11 / 0.05); +} +.to-orange-500\/10{ + --tw-gradient-to: rgb(245 158 11 / 0.1); +} +.to-orange-500\/20{ + --tw-gradient-to: rgb(245 158 11 / 0.2); +} +.to-orange-500\/25{ + --tw-gradient-to: rgb(245 158 11 / 0.25); +} +.to-orange-500\/30{ + --tw-gradient-to: rgb(245 158 11 / 0.3); +} +.to-orange-500\/40{ + --tw-gradient-to: rgb(245 158 11 / 0.4); +} +.to-orange-500\/50{ + --tw-gradient-to: rgb(245 158 11 / 0.5); +} +.to-orange-500\/60{ + --tw-gradient-to: rgb(245 158 11 / 0.6); +} +.to-orange-500\/70{ + --tw-gradient-to: rgb(245 158 11 / 0.7); +} +.to-orange-500\/75{ + --tw-gradient-to: rgb(245 158 11 / 0.75); +} +.to-orange-500\/80{ + --tw-gradient-to: rgb(245 158 11 / 0.8); +} +.to-orange-500\/90{ + --tw-gradient-to: rgb(245 158 11 / 0.9); +} +.to-orange-500\/95{ + --tw-gradient-to: rgb(245 158 11 / 0.95); +} +.to-orange-500\/100{ + --tw-gradient-to: rgb(245 158 11 / 1); +} +.to-orange-600\/0{ + --tw-gradient-to: rgb(221 142 10 / 0); +} +.to-orange-600\/5{ + --tw-gradient-to: rgb(221 142 10 / 0.05); +} +.to-orange-600\/10{ + --tw-gradient-to: rgb(221 142 10 / 0.1); +} +.to-orange-600\/20{ + --tw-gradient-to: rgb(221 142 10 / 0.2); +} +.to-orange-600\/25{ + --tw-gradient-to: rgb(221 142 10 / 0.25); +} +.to-orange-600\/30{ + --tw-gradient-to: rgb(221 142 10 / 0.3); +} +.to-orange-600\/40{ + --tw-gradient-to: rgb(221 142 10 / 0.4); +} +.to-orange-600\/50{ + --tw-gradient-to: rgb(221 142 10 / 0.5); +} +.to-orange-600\/60{ + --tw-gradient-to: rgb(221 142 10 / 0.6); +} +.to-orange-600\/70{ + --tw-gradient-to: rgb(221 142 10 / 0.7); +} +.to-orange-600\/75{ + --tw-gradient-to: rgb(221 142 10 / 0.75); +} +.to-orange-600\/80{ + --tw-gradient-to: rgb(221 142 10 / 0.8); +} +.to-orange-600\/90{ + --tw-gradient-to: rgb(221 142 10 / 0.9); +} +.to-orange-600\/95{ + --tw-gradient-to: rgb(221 142 10 / 0.95); +} +.to-orange-600\/100{ + --tw-gradient-to: rgb(221 142 10 / 1); +} +.to-orange-700\/0{ + --tw-gradient-to: rgb(184 119 8 / 0); +} +.to-orange-700\/5{ + --tw-gradient-to: rgb(184 119 8 / 0.05); +} +.to-orange-700\/10{ + --tw-gradient-to: rgb(184 119 8 / 0.1); +} +.to-orange-700\/20{ + --tw-gradient-to: rgb(184 119 8 / 0.2); +} +.to-orange-700\/25{ + --tw-gradient-to: rgb(184 119 8 / 0.25); +} +.to-orange-700\/30{ + --tw-gradient-to: rgb(184 119 8 / 0.3); +} +.to-orange-700\/40{ + --tw-gradient-to: rgb(184 119 8 / 0.4); +} +.to-orange-700\/50{ + --tw-gradient-to: rgb(184 119 8 / 0.5); +} +.to-orange-700\/60{ + --tw-gradient-to: rgb(184 119 8 / 0.6); +} +.to-orange-700\/70{ + --tw-gradient-to: rgb(184 119 8 / 0.7); +} +.to-orange-700\/75{ + --tw-gradient-to: rgb(184 119 8 / 0.75); +} +.to-orange-700\/80{ + --tw-gradient-to: rgb(184 119 8 / 0.8); +} +.to-orange-700\/90{ + --tw-gradient-to: rgb(184 119 8 / 0.9); +} +.to-orange-700\/95{ + --tw-gradient-to: rgb(184 119 8 / 0.95); +} +.to-orange-700\/100{ + --tw-gradient-to: rgb(184 119 8 / 1); +} +.to-orange-800\/0{ + --tw-gradient-to: rgb(147 95 7 / 0); +} +.to-orange-800\/5{ + --tw-gradient-to: rgb(147 95 7 / 0.05); +} +.to-orange-800\/10{ + --tw-gradient-to: rgb(147 95 7 / 0.1); +} +.to-orange-800\/20{ + --tw-gradient-to: rgb(147 95 7 / 0.2); +} +.to-orange-800\/25{ + --tw-gradient-to: rgb(147 95 7 / 0.25); +} +.to-orange-800\/30{ + --tw-gradient-to: rgb(147 95 7 / 0.3); +} +.to-orange-800\/40{ + --tw-gradient-to: rgb(147 95 7 / 0.4); +} +.to-orange-800\/50{ + --tw-gradient-to: rgb(147 95 7 / 0.5); +} +.to-orange-800\/60{ + --tw-gradient-to: rgb(147 95 7 / 0.6); +} +.to-orange-800\/70{ + --tw-gradient-to: rgb(147 95 7 / 0.7); +} +.to-orange-800\/75{ + --tw-gradient-to: rgb(147 95 7 / 0.75); +} +.to-orange-800\/80{ + --tw-gradient-to: rgb(147 95 7 / 0.8); +} +.to-orange-800\/90{ + --tw-gradient-to: rgb(147 95 7 / 0.9); +} +.to-orange-800\/95{ + --tw-gradient-to: rgb(147 95 7 / 0.95); +} +.to-orange-800\/100{ + --tw-gradient-to: rgb(147 95 7 / 1); +} +.to-orange-900\/0{ + --tw-gradient-to: rgb(120 77 5 / 0); +} +.to-orange-900\/5{ + --tw-gradient-to: rgb(120 77 5 / 0.05); +} +.to-orange-900\/10{ + --tw-gradient-to: rgb(120 77 5 / 0.1); +} +.to-orange-900\/20{ + --tw-gradient-to: rgb(120 77 5 / 0.2); +} +.to-orange-900\/25{ + --tw-gradient-to: rgb(120 77 5 / 0.25); +} +.to-orange-900\/30{ + --tw-gradient-to: rgb(120 77 5 / 0.3); +} +.to-orange-900\/40{ + --tw-gradient-to: rgb(120 77 5 / 0.4); +} +.to-orange-900\/50{ + --tw-gradient-to: rgb(120 77 5 / 0.5); +} +.to-orange-900\/60{ + --tw-gradient-to: rgb(120 77 5 / 0.6); +} +.to-orange-900\/70{ + --tw-gradient-to: rgb(120 77 5 / 0.7); +} +.to-orange-900\/75{ + --tw-gradient-to: rgb(120 77 5 / 0.75); +} +.to-orange-900\/80{ + --tw-gradient-to: rgb(120 77 5 / 0.8); +} +.to-orange-900\/90{ + --tw-gradient-to: rgb(120 77 5 / 0.9); +} +.to-orange-900\/95{ + --tw-gradient-to: rgb(120 77 5 / 0.95); +} +.to-orange-900\/100{ + --tw-gradient-to: rgb(120 77 5 / 1); +} +.to-orange\/0{ + --tw-gradient-to: rgb(245 158 11 / 0); +} +.to-orange\/5{ + --tw-gradient-to: rgb(245 158 11 / 0.05); +} +.to-orange\/10{ + --tw-gradient-to: rgb(245 158 11 / 0.1); +} +.to-orange\/20{ + --tw-gradient-to: rgb(245 158 11 / 0.2); +} +.to-orange\/25{ + --tw-gradient-to: rgb(245 158 11 / 0.25); +} +.to-orange\/30{ + --tw-gradient-to: rgb(245 158 11 / 0.3); +} +.to-orange\/40{ + --tw-gradient-to: rgb(245 158 11 / 0.4); +} +.to-orange\/50{ + --tw-gradient-to: rgb(245 158 11 / 0.5); +} +.to-orange\/60{ + --tw-gradient-to: rgb(245 158 11 / 0.6); +} +.to-orange\/70{ + --tw-gradient-to: rgb(245 158 11 / 0.7); +} +.to-orange\/75{ + --tw-gradient-to: rgb(245 158 11 / 0.75); +} +.to-orange\/80{ + --tw-gradient-to: rgb(245 158 11 / 0.8); +} +.to-orange\/90{ + --tw-gradient-to: rgb(245 158 11 / 0.9); +} +.to-orange\/95{ + --tw-gradient-to: rgb(245 158 11 / 0.95); +} +.to-orange\/100{ + --tw-gradient-to: rgb(245 158 11 / 1); +} +.to-amber-50\/0{ + --tw-gradient-to: rgb(255 251 235 / 0); +} +.to-amber-50\/5{ + --tw-gradient-to: rgb(255 251 235 / 0.05); +} +.to-amber-50\/10{ + --tw-gradient-to: rgb(255 251 235 / 0.1); +} +.to-amber-50\/20{ + --tw-gradient-to: rgb(255 251 235 / 0.2); +} +.to-amber-50\/25{ + --tw-gradient-to: rgb(255 251 235 / 0.25); +} +.to-amber-50\/30{ + --tw-gradient-to: rgb(255 251 235 / 0.3); +} +.to-amber-50\/40{ + --tw-gradient-to: rgb(255 251 235 / 0.4); +} +.to-amber-50\/50{ + --tw-gradient-to: rgb(255 251 235 / 0.5); +} +.to-amber-50\/60{ + --tw-gradient-to: rgb(255 251 235 / 0.6); +} +.to-amber-50\/70{ + --tw-gradient-to: rgb(255 251 235 / 0.7); +} +.to-amber-50\/75{ + --tw-gradient-to: rgb(255 251 235 / 0.75); +} +.to-amber-50\/80{ + --tw-gradient-to: rgb(255 251 235 / 0.8); +} +.to-amber-50\/90{ + --tw-gradient-to: rgb(255 251 235 / 0.9); +} +.to-amber-50\/95{ + --tw-gradient-to: rgb(255 251 235 / 0.95); +} +.to-amber-50\/100{ + --tw-gradient-to: rgb(255 251 235 / 1); +} +.to-amber-100\/0{ + --tw-gradient-to: rgb(254 243 199 / 0); +} +.to-amber-100\/5{ + --tw-gradient-to: rgb(254 243 199 / 0.05); +} +.to-amber-100\/10{ + --tw-gradient-to: rgb(254 243 199 / 0.1); +} +.to-amber-100\/20{ + --tw-gradient-to: rgb(254 243 199 / 0.2); +} +.to-amber-100\/25{ + --tw-gradient-to: rgb(254 243 199 / 0.25); +} +.to-amber-100\/30{ + --tw-gradient-to: rgb(254 243 199 / 0.3); +} +.to-amber-100\/40{ + --tw-gradient-to: rgb(254 243 199 / 0.4); +} +.to-amber-100\/50{ + --tw-gradient-to: rgb(254 243 199 / 0.5); +} +.to-amber-100\/60{ + --tw-gradient-to: rgb(254 243 199 / 0.6); +} +.to-amber-100\/70{ + --tw-gradient-to: rgb(254 243 199 / 0.7); +} +.to-amber-100\/75{ + --tw-gradient-to: rgb(254 243 199 / 0.75); +} +.to-amber-100\/80{ + --tw-gradient-to: rgb(254 243 199 / 0.8); +} +.to-amber-100\/90{ + --tw-gradient-to: rgb(254 243 199 / 0.9); +} +.to-amber-100\/95{ + --tw-gradient-to: rgb(254 243 199 / 0.95); +} +.to-amber-100\/100{ + --tw-gradient-to: rgb(254 243 199 / 1); +} +.to-amber-200\/0{ + --tw-gradient-to: rgb(253 230 138 / 0); +} +.to-amber-200\/5{ + --tw-gradient-to: rgb(253 230 138 / 0.05); +} +.to-amber-200\/10{ + --tw-gradient-to: rgb(253 230 138 / 0.1); +} +.to-amber-200\/20{ + --tw-gradient-to: rgb(253 230 138 / 0.2); +} +.to-amber-200\/25{ + --tw-gradient-to: rgb(253 230 138 / 0.25); +} +.to-amber-200\/30{ + --tw-gradient-to: rgb(253 230 138 / 0.3); +} +.to-amber-200\/40{ + --tw-gradient-to: rgb(253 230 138 / 0.4); +} +.to-amber-200\/50{ + --tw-gradient-to: rgb(253 230 138 / 0.5); +} +.to-amber-200\/60{ + --tw-gradient-to: rgb(253 230 138 / 0.6); +} +.to-amber-200\/70{ + --tw-gradient-to: rgb(253 230 138 / 0.7); +} +.to-amber-200\/75{ + --tw-gradient-to: rgb(253 230 138 / 0.75); +} +.to-amber-200\/80{ + --tw-gradient-to: rgb(253 230 138 / 0.8); +} +.to-amber-200\/90{ + --tw-gradient-to: rgb(253 230 138 / 0.9); +} +.to-amber-200\/95{ + --tw-gradient-to: rgb(253 230 138 / 0.95); +} +.to-amber-200\/100{ + --tw-gradient-to: rgb(253 230 138 / 1); +} +.to-amber-300\/0{ + --tw-gradient-to: rgb(252 211 77 / 0); +} +.to-amber-300\/5{ + --tw-gradient-to: rgb(252 211 77 / 0.05); +} +.to-amber-300\/10{ + --tw-gradient-to: rgb(252 211 77 / 0.1); +} +.to-amber-300\/20{ + --tw-gradient-to: rgb(252 211 77 / 0.2); +} +.to-amber-300\/25{ + --tw-gradient-to: rgb(252 211 77 / 0.25); +} +.to-amber-300\/30{ + --tw-gradient-to: rgb(252 211 77 / 0.3); +} +.to-amber-300\/40{ + --tw-gradient-to: rgb(252 211 77 / 0.4); +} +.to-amber-300\/50{ + --tw-gradient-to: rgb(252 211 77 / 0.5); +} +.to-amber-300\/60{ + --tw-gradient-to: rgb(252 211 77 / 0.6); +} +.to-amber-300\/70{ + --tw-gradient-to: rgb(252 211 77 / 0.7); +} +.to-amber-300\/75{ + --tw-gradient-to: rgb(252 211 77 / 0.75); +} +.to-amber-300\/80{ + --tw-gradient-to: rgb(252 211 77 / 0.8); +} +.to-amber-300\/90{ + --tw-gradient-to: rgb(252 211 77 / 0.9); +} +.to-amber-300\/95{ + --tw-gradient-to: rgb(252 211 77 / 0.95); +} +.to-amber-300\/100{ + --tw-gradient-to: rgb(252 211 77 / 1); +} +.to-amber-400\/0{ + --tw-gradient-to: rgb(251 191 36 / 0); +} +.to-amber-400\/5{ + --tw-gradient-to: rgb(251 191 36 / 0.05); +} +.to-amber-400\/10{ + --tw-gradient-to: rgb(251 191 36 / 0.1); +} +.to-amber-400\/20{ + --tw-gradient-to: rgb(251 191 36 / 0.2); +} +.to-amber-400\/25{ + --tw-gradient-to: rgb(251 191 36 / 0.25); +} +.to-amber-400\/30{ + --tw-gradient-to: rgb(251 191 36 / 0.3); +} +.to-amber-400\/40{ + --tw-gradient-to: rgb(251 191 36 / 0.4); +} +.to-amber-400\/50{ + --tw-gradient-to: rgb(251 191 36 / 0.5); +} +.to-amber-400\/60{ + --tw-gradient-to: rgb(251 191 36 / 0.6); +} +.to-amber-400\/70{ + --tw-gradient-to: rgb(251 191 36 / 0.7); +} +.to-amber-400\/75{ + --tw-gradient-to: rgb(251 191 36 / 0.75); +} +.to-amber-400\/80{ + --tw-gradient-to: rgb(251 191 36 / 0.8); +} +.to-amber-400\/90{ + --tw-gradient-to: rgb(251 191 36 / 0.9); +} +.to-amber-400\/95{ + --tw-gradient-to: rgb(251 191 36 / 0.95); +} +.to-amber-400\/100{ + --tw-gradient-to: rgb(251 191 36 / 1); +} +.to-amber-500\/0{ + --tw-gradient-to: rgb(245 158 11 / 0); +} +.to-amber-500\/5{ + --tw-gradient-to: rgb(245 158 11 / 0.05); +} +.to-amber-500\/10{ + --tw-gradient-to: rgb(245 158 11 / 0.1); +} +.to-amber-500\/20{ + --tw-gradient-to: rgb(245 158 11 / 0.2); +} +.to-amber-500\/25{ + --tw-gradient-to: rgb(245 158 11 / 0.25); +} +.to-amber-500\/30{ + --tw-gradient-to: rgb(245 158 11 / 0.3); +} +.to-amber-500\/40{ + --tw-gradient-to: rgb(245 158 11 / 0.4); +} +.to-amber-500\/50{ + --tw-gradient-to: rgb(245 158 11 / 0.5); +} +.to-amber-500\/60{ + --tw-gradient-to: rgb(245 158 11 / 0.6); +} +.to-amber-500\/70{ + --tw-gradient-to: rgb(245 158 11 / 0.7); +} +.to-amber-500\/75{ + --tw-gradient-to: rgb(245 158 11 / 0.75); +} +.to-amber-500\/80{ + --tw-gradient-to: rgb(245 158 11 / 0.8); +} +.to-amber-500\/90{ + --tw-gradient-to: rgb(245 158 11 / 0.9); +} +.to-amber-500\/95{ + --tw-gradient-to: rgb(245 158 11 / 0.95); +} +.to-amber-500\/100{ + --tw-gradient-to: rgb(245 158 11 / 1); +} +.to-amber-600\/0{ + --tw-gradient-to: rgb(217 119 6 / 0); +} +.to-amber-600\/5{ + --tw-gradient-to: rgb(217 119 6 / 0.05); +} +.to-amber-600\/10{ + --tw-gradient-to: rgb(217 119 6 / 0.1); +} +.to-amber-600\/20{ + --tw-gradient-to: rgb(217 119 6 / 0.2); +} +.to-amber-600\/25{ + --tw-gradient-to: rgb(217 119 6 / 0.25); +} +.to-amber-600\/30{ + --tw-gradient-to: rgb(217 119 6 / 0.3); +} +.to-amber-600\/40{ + --tw-gradient-to: rgb(217 119 6 / 0.4); +} +.to-amber-600\/50{ + --tw-gradient-to: rgb(217 119 6 / 0.5); +} +.to-amber-600\/60{ + --tw-gradient-to: rgb(217 119 6 / 0.6); +} +.to-amber-600\/70{ + --tw-gradient-to: rgb(217 119 6 / 0.7); +} +.to-amber-600\/75{ + --tw-gradient-to: rgb(217 119 6 / 0.75); +} +.to-amber-600\/80{ + --tw-gradient-to: rgb(217 119 6 / 0.8); +} +.to-amber-600\/90{ + --tw-gradient-to: rgb(217 119 6 / 0.9); +} +.to-amber-600\/95{ + --tw-gradient-to: rgb(217 119 6 / 0.95); +} +.to-amber-600\/100{ + --tw-gradient-to: rgb(217 119 6 / 1); +} +.to-amber-700\/0{ + --tw-gradient-to: rgb(180 83 9 / 0); +} +.to-amber-700\/5{ + --tw-gradient-to: rgb(180 83 9 / 0.05); +} +.to-amber-700\/10{ + --tw-gradient-to: rgb(180 83 9 / 0.1); +} +.to-amber-700\/20{ + --tw-gradient-to: rgb(180 83 9 / 0.2); +} +.to-amber-700\/25{ + --tw-gradient-to: rgb(180 83 9 / 0.25); +} +.to-amber-700\/30{ + --tw-gradient-to: rgb(180 83 9 / 0.3); +} +.to-amber-700\/40{ + --tw-gradient-to: rgb(180 83 9 / 0.4); +} +.to-amber-700\/50{ + --tw-gradient-to: rgb(180 83 9 / 0.5); +} +.to-amber-700\/60{ + --tw-gradient-to: rgb(180 83 9 / 0.6); +} +.to-amber-700\/70{ + --tw-gradient-to: rgb(180 83 9 / 0.7); +} +.to-amber-700\/75{ + --tw-gradient-to: rgb(180 83 9 / 0.75); +} +.to-amber-700\/80{ + --tw-gradient-to: rgb(180 83 9 / 0.8); +} +.to-amber-700\/90{ + --tw-gradient-to: rgb(180 83 9 / 0.9); +} +.to-amber-700\/95{ + --tw-gradient-to: rgb(180 83 9 / 0.95); +} +.to-amber-700\/100{ + --tw-gradient-to: rgb(180 83 9 / 1); +} +.to-amber-800\/0{ + --tw-gradient-to: rgb(146 64 14 / 0); +} +.to-amber-800\/5{ + --tw-gradient-to: rgb(146 64 14 / 0.05); +} +.to-amber-800\/10{ + --tw-gradient-to: rgb(146 64 14 / 0.1); +} +.to-amber-800\/20{ + --tw-gradient-to: rgb(146 64 14 / 0.2); +} +.to-amber-800\/25{ + --tw-gradient-to: rgb(146 64 14 / 0.25); +} +.to-amber-800\/30{ + --tw-gradient-to: rgb(146 64 14 / 0.3); +} +.to-amber-800\/40{ + --tw-gradient-to: rgb(146 64 14 / 0.4); +} +.to-amber-800\/50{ + --tw-gradient-to: rgb(146 64 14 / 0.5); +} +.to-amber-800\/60{ + --tw-gradient-to: rgb(146 64 14 / 0.6); +} +.to-amber-800\/70{ + --tw-gradient-to: rgb(146 64 14 / 0.7); +} +.to-amber-800\/75{ + --tw-gradient-to: rgb(146 64 14 / 0.75); +} +.to-amber-800\/80{ + --tw-gradient-to: rgb(146 64 14 / 0.8); +} +.to-amber-800\/90{ + --tw-gradient-to: rgb(146 64 14 / 0.9); +} +.to-amber-800\/95{ + --tw-gradient-to: rgb(146 64 14 / 0.95); +} +.to-amber-800\/100{ + --tw-gradient-to: rgb(146 64 14 / 1); +} +.to-amber-900\/0{ + --tw-gradient-to: rgb(120 53 15 / 0); +} +.to-amber-900\/5{ + --tw-gradient-to: rgb(120 53 15 / 0.05); +} +.to-amber-900\/10{ + --tw-gradient-to: rgb(120 53 15 / 0.1); +} +.to-amber-900\/20{ + --tw-gradient-to: rgb(120 53 15 / 0.2); +} +.to-amber-900\/25{ + --tw-gradient-to: rgb(120 53 15 / 0.25); +} +.to-amber-900\/30{ + --tw-gradient-to: rgb(120 53 15 / 0.3); +} +.to-amber-900\/40{ + --tw-gradient-to: rgb(120 53 15 / 0.4); +} +.to-amber-900\/50{ + --tw-gradient-to: rgb(120 53 15 / 0.5); +} +.to-amber-900\/60{ + --tw-gradient-to: rgb(120 53 15 / 0.6); +} +.to-amber-900\/70{ + --tw-gradient-to: rgb(120 53 15 / 0.7); +} +.to-amber-900\/75{ + --tw-gradient-to: rgb(120 53 15 / 0.75); +} +.to-amber-900\/80{ + --tw-gradient-to: rgb(120 53 15 / 0.8); +} +.to-amber-900\/90{ + --tw-gradient-to: rgb(120 53 15 / 0.9); +} +.to-amber-900\/95{ + --tw-gradient-to: rgb(120 53 15 / 0.95); +} +.to-amber-900\/100{ + --tw-gradient-to: rgb(120 53 15 / 1); +} +.to-yellow-50\/0{ + --tw-gradient-to: rgb(253 253 234 / 0); +} +.to-yellow-50\/5{ + --tw-gradient-to: rgb(253 253 234 / 0.05); +} +.to-yellow-50\/10{ + --tw-gradient-to: rgb(253 253 234 / 0.1); +} +.to-yellow-50\/20{ + --tw-gradient-to: rgb(253 253 234 / 0.2); +} +.to-yellow-50\/25{ + --tw-gradient-to: rgb(253 253 234 / 0.25); +} +.to-yellow-50\/30{ + --tw-gradient-to: rgb(253 253 234 / 0.3); +} +.to-yellow-50\/40{ + --tw-gradient-to: rgb(253 253 234 / 0.4); +} +.to-yellow-50\/50{ + --tw-gradient-to: rgb(253 253 234 / 0.5); +} +.to-yellow-50\/60{ + --tw-gradient-to: rgb(253 253 234 / 0.6); +} +.to-yellow-50\/70{ + --tw-gradient-to: rgb(253 253 234 / 0.7); +} +.to-yellow-50\/75{ + --tw-gradient-to: rgb(253 253 234 / 0.75); +} +.to-yellow-50\/80{ + --tw-gradient-to: rgb(253 253 234 / 0.8); +} +.to-yellow-50\/90{ + --tw-gradient-to: rgb(253 253 234 / 0.9); +} +.to-yellow-50\/95{ + --tw-gradient-to: rgb(253 253 234 / 0.95); +} +.to-yellow-50\/100{ + --tw-gradient-to: rgb(253 253 234 / 1); +} +.to-yellow-100\/0{ + --tw-gradient-to: rgb(253 246 178 / 0); +} +.to-yellow-100\/5{ + --tw-gradient-to: rgb(253 246 178 / 0.05); +} +.to-yellow-100\/10{ + --tw-gradient-to: rgb(253 246 178 / 0.1); +} +.to-yellow-100\/20{ + --tw-gradient-to: rgb(253 246 178 / 0.2); +} +.to-yellow-100\/25{ + --tw-gradient-to: rgb(253 246 178 / 0.25); +} +.to-yellow-100\/30{ + --tw-gradient-to: rgb(253 246 178 / 0.3); +} +.to-yellow-100\/40{ + --tw-gradient-to: rgb(253 246 178 / 0.4); +} +.to-yellow-100\/50{ + --tw-gradient-to: rgb(253 246 178 / 0.5); +} +.to-yellow-100\/60{ + --tw-gradient-to: rgb(253 246 178 / 0.6); +} +.to-yellow-100\/70{ + --tw-gradient-to: rgb(253 246 178 / 0.7); +} +.to-yellow-100\/75{ + --tw-gradient-to: rgb(253 246 178 / 0.75); +} +.to-yellow-100\/80{ + --tw-gradient-to: rgb(253 246 178 / 0.8); +} +.to-yellow-100\/90{ + --tw-gradient-to: rgb(253 246 178 / 0.9); +} +.to-yellow-100\/95{ + --tw-gradient-to: rgb(253 246 178 / 0.95); +} +.to-yellow-100\/100{ + --tw-gradient-to: rgb(253 246 178 / 1); +} +.to-yellow-200\/0{ + --tw-gradient-to: rgb(252 233 106 / 0); +} +.to-yellow-200\/5{ + --tw-gradient-to: rgb(252 233 106 / 0.05); +} +.to-yellow-200\/10{ + --tw-gradient-to: rgb(252 233 106 / 0.1); +} +.to-yellow-200\/20{ + --tw-gradient-to: rgb(252 233 106 / 0.2); +} +.to-yellow-200\/25{ + --tw-gradient-to: rgb(252 233 106 / 0.25); +} +.to-yellow-200\/30{ + --tw-gradient-to: rgb(252 233 106 / 0.3); +} +.to-yellow-200\/40{ + --tw-gradient-to: rgb(252 233 106 / 0.4); +} +.to-yellow-200\/50{ + --tw-gradient-to: rgb(252 233 106 / 0.5); +} +.to-yellow-200\/60{ + --tw-gradient-to: rgb(252 233 106 / 0.6); +} +.to-yellow-200\/70{ + --tw-gradient-to: rgb(252 233 106 / 0.7); +} +.to-yellow-200\/75{ + --tw-gradient-to: rgb(252 233 106 / 0.75); +} +.to-yellow-200\/80{ + --tw-gradient-to: rgb(252 233 106 / 0.8); +} +.to-yellow-200\/90{ + --tw-gradient-to: rgb(252 233 106 / 0.9); +} +.to-yellow-200\/95{ + --tw-gradient-to: rgb(252 233 106 / 0.95); +} +.to-yellow-200\/100{ + --tw-gradient-to: rgb(252 233 106 / 1); +} +.to-yellow-300\/0{ + --tw-gradient-to: rgb(250 202 21 / 0); +} +.to-yellow-300\/5{ + --tw-gradient-to: rgb(250 202 21 / 0.05); +} +.to-yellow-300\/10{ + --tw-gradient-to: rgb(250 202 21 / 0.1); +} +.to-yellow-300\/20{ + --tw-gradient-to: rgb(250 202 21 / 0.2); +} +.to-yellow-300\/25{ + --tw-gradient-to: rgb(250 202 21 / 0.25); +} +.to-yellow-300\/30{ + --tw-gradient-to: rgb(250 202 21 / 0.3); +} +.to-yellow-300\/40{ + --tw-gradient-to: rgb(250 202 21 / 0.4); +} +.to-yellow-300\/50{ + --tw-gradient-to: rgb(250 202 21 / 0.5); +} +.to-yellow-300\/60{ + --tw-gradient-to: rgb(250 202 21 / 0.6); +} +.to-yellow-300\/70{ + --tw-gradient-to: rgb(250 202 21 / 0.7); +} +.to-yellow-300\/75{ + --tw-gradient-to: rgb(250 202 21 / 0.75); +} +.to-yellow-300\/80{ + --tw-gradient-to: rgb(250 202 21 / 0.8); +} +.to-yellow-300\/90{ + --tw-gradient-to: rgb(250 202 21 / 0.9); +} +.to-yellow-300\/95{ + --tw-gradient-to: rgb(250 202 21 / 0.95); +} +.to-yellow-300\/100{ + --tw-gradient-to: rgb(250 202 21 / 1); +} +.to-yellow-400\/0{ + --tw-gradient-to: rgb(227 160 8 / 0); +} +.to-yellow-400\/5{ + --tw-gradient-to: rgb(227 160 8 / 0.05); +} +.to-yellow-400\/10{ + --tw-gradient-to: rgb(227 160 8 / 0.1); +} +.to-yellow-400\/20{ + --tw-gradient-to: rgb(227 160 8 / 0.2); +} +.to-yellow-400\/25{ + --tw-gradient-to: rgb(227 160 8 / 0.25); +} +.to-yellow-400\/30{ + --tw-gradient-to: rgb(227 160 8 / 0.3); +} +.to-yellow-400\/40{ + --tw-gradient-to: rgb(227 160 8 / 0.4); +} +.to-yellow-400\/50{ + --tw-gradient-to: rgb(227 160 8 / 0.5); +} +.to-yellow-400\/60{ + --tw-gradient-to: rgb(227 160 8 / 0.6); +} +.to-yellow-400\/70{ + --tw-gradient-to: rgb(227 160 8 / 0.7); +} +.to-yellow-400\/75{ + --tw-gradient-to: rgb(227 160 8 / 0.75); +} +.to-yellow-400\/80{ + --tw-gradient-to: rgb(227 160 8 / 0.8); +} +.to-yellow-400\/90{ + --tw-gradient-to: rgb(227 160 8 / 0.9); +} +.to-yellow-400\/95{ + --tw-gradient-to: rgb(227 160 8 / 0.95); +} +.to-yellow-400\/100{ + --tw-gradient-to: rgb(227 160 8 / 1); +} +.to-yellow-500\/0{ + --tw-gradient-to: rgb(194 120 3 / 0); +} +.to-yellow-500\/5{ + --tw-gradient-to: rgb(194 120 3 / 0.05); +} +.to-yellow-500\/10{ + --tw-gradient-to: rgb(194 120 3 / 0.1); +} +.to-yellow-500\/20{ + --tw-gradient-to: rgb(194 120 3 / 0.2); +} +.to-yellow-500\/25{ + --tw-gradient-to: rgb(194 120 3 / 0.25); +} +.to-yellow-500\/30{ + --tw-gradient-to: rgb(194 120 3 / 0.3); +} +.to-yellow-500\/40{ + --tw-gradient-to: rgb(194 120 3 / 0.4); +} +.to-yellow-500\/50{ + --tw-gradient-to: rgb(194 120 3 / 0.5); +} +.to-yellow-500\/60{ + --tw-gradient-to: rgb(194 120 3 / 0.6); +} +.to-yellow-500\/70{ + --tw-gradient-to: rgb(194 120 3 / 0.7); +} +.to-yellow-500\/75{ + --tw-gradient-to: rgb(194 120 3 / 0.75); +} +.to-yellow-500\/80{ + --tw-gradient-to: rgb(194 120 3 / 0.8); +} +.to-yellow-500\/90{ + --tw-gradient-to: rgb(194 120 3 / 0.9); +} +.to-yellow-500\/95{ + --tw-gradient-to: rgb(194 120 3 / 0.95); +} +.to-yellow-500\/100{ + --tw-gradient-to: rgb(194 120 3 / 1); +} +.to-yellow-600\/0{ + --tw-gradient-to: rgb(159 88 10 / 0); +} +.to-yellow-600\/5{ + --tw-gradient-to: rgb(159 88 10 / 0.05); +} +.to-yellow-600\/10{ + --tw-gradient-to: rgb(159 88 10 / 0.1); +} +.to-yellow-600\/20{ + --tw-gradient-to: rgb(159 88 10 / 0.2); +} +.to-yellow-600\/25{ + --tw-gradient-to: rgb(159 88 10 / 0.25); +} +.to-yellow-600\/30{ + --tw-gradient-to: rgb(159 88 10 / 0.3); +} +.to-yellow-600\/40{ + --tw-gradient-to: rgb(159 88 10 / 0.4); +} +.to-yellow-600\/50{ + --tw-gradient-to: rgb(159 88 10 / 0.5); +} +.to-yellow-600\/60{ + --tw-gradient-to: rgb(159 88 10 / 0.6); +} +.to-yellow-600\/70{ + --tw-gradient-to: rgb(159 88 10 / 0.7); +} +.to-yellow-600\/75{ + --tw-gradient-to: rgb(159 88 10 / 0.75); +} +.to-yellow-600\/80{ + --tw-gradient-to: rgb(159 88 10 / 0.8); +} +.to-yellow-600\/90{ + --tw-gradient-to: rgb(159 88 10 / 0.9); +} +.to-yellow-600\/95{ + --tw-gradient-to: rgb(159 88 10 / 0.95); +} +.to-yellow-600\/100{ + --tw-gradient-to: rgb(159 88 10 / 1); +} +.to-yellow-700\/0{ + --tw-gradient-to: rgb(142 75 16 / 0); +} +.to-yellow-700\/5{ + --tw-gradient-to: rgb(142 75 16 / 0.05); +} +.to-yellow-700\/10{ + --tw-gradient-to: rgb(142 75 16 / 0.1); +} +.to-yellow-700\/20{ + --tw-gradient-to: rgb(142 75 16 / 0.2); +} +.to-yellow-700\/25{ + --tw-gradient-to: rgb(142 75 16 / 0.25); +} +.to-yellow-700\/30{ + --tw-gradient-to: rgb(142 75 16 / 0.3); +} +.to-yellow-700\/40{ + --tw-gradient-to: rgb(142 75 16 / 0.4); +} +.to-yellow-700\/50{ + --tw-gradient-to: rgb(142 75 16 / 0.5); +} +.to-yellow-700\/60{ + --tw-gradient-to: rgb(142 75 16 / 0.6); +} +.to-yellow-700\/70{ + --tw-gradient-to: rgb(142 75 16 / 0.7); +} +.to-yellow-700\/75{ + --tw-gradient-to: rgb(142 75 16 / 0.75); +} +.to-yellow-700\/80{ + --tw-gradient-to: rgb(142 75 16 / 0.8); +} +.to-yellow-700\/90{ + --tw-gradient-to: rgb(142 75 16 / 0.9); +} +.to-yellow-700\/95{ + --tw-gradient-to: rgb(142 75 16 / 0.95); +} +.to-yellow-700\/100{ + --tw-gradient-to: rgb(142 75 16 / 1); +} +.to-yellow-800\/0{ + --tw-gradient-to: rgb(114 59 19 / 0); +} +.to-yellow-800\/5{ + --tw-gradient-to: rgb(114 59 19 / 0.05); +} +.to-yellow-800\/10{ + --tw-gradient-to: rgb(114 59 19 / 0.1); +} +.to-yellow-800\/20{ + --tw-gradient-to: rgb(114 59 19 / 0.2); +} +.to-yellow-800\/25{ + --tw-gradient-to: rgb(114 59 19 / 0.25); +} +.to-yellow-800\/30{ + --tw-gradient-to: rgb(114 59 19 / 0.3); +} +.to-yellow-800\/40{ + --tw-gradient-to: rgb(114 59 19 / 0.4); +} +.to-yellow-800\/50{ + --tw-gradient-to: rgb(114 59 19 / 0.5); +} +.to-yellow-800\/60{ + --tw-gradient-to: rgb(114 59 19 / 0.6); +} +.to-yellow-800\/70{ + --tw-gradient-to: rgb(114 59 19 / 0.7); +} +.to-yellow-800\/75{ + --tw-gradient-to: rgb(114 59 19 / 0.75); +} +.to-yellow-800\/80{ + --tw-gradient-to: rgb(114 59 19 / 0.8); +} +.to-yellow-800\/90{ + --tw-gradient-to: rgb(114 59 19 / 0.9); +} +.to-yellow-800\/95{ + --tw-gradient-to: rgb(114 59 19 / 0.95); +} +.to-yellow-800\/100{ + --tw-gradient-to: rgb(114 59 19 / 1); +} +.to-yellow-900\/0{ + --tw-gradient-to: rgb(99 49 18 / 0); +} +.to-yellow-900\/5{ + --tw-gradient-to: rgb(99 49 18 / 0.05); +} +.to-yellow-900\/10{ + --tw-gradient-to: rgb(99 49 18 / 0.1); +} +.to-yellow-900\/20{ + --tw-gradient-to: rgb(99 49 18 / 0.2); +} +.to-yellow-900\/25{ + --tw-gradient-to: rgb(99 49 18 / 0.25); +} +.to-yellow-900\/30{ + --tw-gradient-to: rgb(99 49 18 / 0.3); +} +.to-yellow-900\/40{ + --tw-gradient-to: rgb(99 49 18 / 0.4); +} +.to-yellow-900\/50{ + --tw-gradient-to: rgb(99 49 18 / 0.5); +} +.to-yellow-900\/60{ + --tw-gradient-to: rgb(99 49 18 / 0.6); +} +.to-yellow-900\/70{ + --tw-gradient-to: rgb(99 49 18 / 0.7); +} +.to-yellow-900\/75{ + --tw-gradient-to: rgb(99 49 18 / 0.75); +} +.to-yellow-900\/80{ + --tw-gradient-to: rgb(99 49 18 / 0.8); +} +.to-yellow-900\/90{ + --tw-gradient-to: rgb(99 49 18 / 0.9); +} +.to-yellow-900\/95{ + --tw-gradient-to: rgb(99 49 18 / 0.95); +} +.to-yellow-900\/100{ + --tw-gradient-to: rgb(99 49 18 / 1); +} +.to-lime-50\/0{ + --tw-gradient-to: rgb(247 254 231 / 0); +} +.to-lime-50\/5{ + --tw-gradient-to: rgb(247 254 231 / 0.05); +} +.to-lime-50\/10{ + --tw-gradient-to: rgb(247 254 231 / 0.1); +} +.to-lime-50\/20{ + --tw-gradient-to: rgb(247 254 231 / 0.2); +} +.to-lime-50\/25{ + --tw-gradient-to: rgb(247 254 231 / 0.25); +} +.to-lime-50\/30{ + --tw-gradient-to: rgb(247 254 231 / 0.3); +} +.to-lime-50\/40{ + --tw-gradient-to: rgb(247 254 231 / 0.4); +} +.to-lime-50\/50{ + --tw-gradient-to: rgb(247 254 231 / 0.5); +} +.to-lime-50\/60{ + --tw-gradient-to: rgb(247 254 231 / 0.6); +} +.to-lime-50\/70{ + --tw-gradient-to: rgb(247 254 231 / 0.7); +} +.to-lime-50\/75{ + --tw-gradient-to: rgb(247 254 231 / 0.75); +} +.to-lime-50\/80{ + --tw-gradient-to: rgb(247 254 231 / 0.8); +} +.to-lime-50\/90{ + --tw-gradient-to: rgb(247 254 231 / 0.9); +} +.to-lime-50\/95{ + --tw-gradient-to: rgb(247 254 231 / 0.95); +} +.to-lime-50\/100{ + --tw-gradient-to: rgb(247 254 231 / 1); +} +.to-lime-100\/0{ + --tw-gradient-to: rgb(236 252 203 / 0); +} +.to-lime-100\/5{ + --tw-gradient-to: rgb(236 252 203 / 0.05); +} +.to-lime-100\/10{ + --tw-gradient-to: rgb(236 252 203 / 0.1); +} +.to-lime-100\/20{ + --tw-gradient-to: rgb(236 252 203 / 0.2); +} +.to-lime-100\/25{ + --tw-gradient-to: rgb(236 252 203 / 0.25); +} +.to-lime-100\/30{ + --tw-gradient-to: rgb(236 252 203 / 0.3); +} +.to-lime-100\/40{ + --tw-gradient-to: rgb(236 252 203 / 0.4); +} +.to-lime-100\/50{ + --tw-gradient-to: rgb(236 252 203 / 0.5); +} +.to-lime-100\/60{ + --tw-gradient-to: rgb(236 252 203 / 0.6); +} +.to-lime-100\/70{ + --tw-gradient-to: rgb(236 252 203 / 0.7); +} +.to-lime-100\/75{ + --tw-gradient-to: rgb(236 252 203 / 0.75); +} +.to-lime-100\/80{ + --tw-gradient-to: rgb(236 252 203 / 0.8); +} +.to-lime-100\/90{ + --tw-gradient-to: rgb(236 252 203 / 0.9); +} +.to-lime-100\/95{ + --tw-gradient-to: rgb(236 252 203 / 0.95); +} +.to-lime-100\/100{ + --tw-gradient-to: rgb(236 252 203 / 1); +} +.to-lime-200\/0{ + --tw-gradient-to: rgb(217 249 157 / 0); +} +.to-lime-200\/5{ + --tw-gradient-to: rgb(217 249 157 / 0.05); +} +.to-lime-200\/10{ + --tw-gradient-to: rgb(217 249 157 / 0.1); +} +.to-lime-200\/20{ + --tw-gradient-to: rgb(217 249 157 / 0.2); +} +.to-lime-200\/25{ + --tw-gradient-to: rgb(217 249 157 / 0.25); +} +.to-lime-200\/30{ + --tw-gradient-to: rgb(217 249 157 / 0.3); +} +.to-lime-200\/40{ + --tw-gradient-to: rgb(217 249 157 / 0.4); +} +.to-lime-200\/50{ + --tw-gradient-to: rgb(217 249 157 / 0.5); +} +.to-lime-200\/60{ + --tw-gradient-to: rgb(217 249 157 / 0.6); +} +.to-lime-200\/70{ + --tw-gradient-to: rgb(217 249 157 / 0.7); +} +.to-lime-200\/75{ + --tw-gradient-to: rgb(217 249 157 / 0.75); +} +.to-lime-200\/80{ + --tw-gradient-to: rgb(217 249 157 / 0.8); +} +.to-lime-200\/90{ + --tw-gradient-to: rgb(217 249 157 / 0.9); +} +.to-lime-200\/95{ + --tw-gradient-to: rgb(217 249 157 / 0.95); +} +.to-lime-200\/100{ + --tw-gradient-to: rgb(217 249 157 / 1); +} +.to-lime-300\/0{ + --tw-gradient-to: rgb(190 242 100 / 0); +} +.to-lime-300\/5{ + --tw-gradient-to: rgb(190 242 100 / 0.05); +} +.to-lime-300\/10{ + --tw-gradient-to: rgb(190 242 100 / 0.1); +} +.to-lime-300\/20{ + --tw-gradient-to: rgb(190 242 100 / 0.2); +} +.to-lime-300\/25{ + --tw-gradient-to: rgb(190 242 100 / 0.25); +} +.to-lime-300\/30{ + --tw-gradient-to: rgb(190 242 100 / 0.3); +} +.to-lime-300\/40{ + --tw-gradient-to: rgb(190 242 100 / 0.4); +} +.to-lime-300\/50{ + --tw-gradient-to: rgb(190 242 100 / 0.5); +} +.to-lime-300\/60{ + --tw-gradient-to: rgb(190 242 100 / 0.6); +} +.to-lime-300\/70{ + --tw-gradient-to: rgb(190 242 100 / 0.7); +} +.to-lime-300\/75{ + --tw-gradient-to: rgb(190 242 100 / 0.75); +} +.to-lime-300\/80{ + --tw-gradient-to: rgb(190 242 100 / 0.8); +} +.to-lime-300\/90{ + --tw-gradient-to: rgb(190 242 100 / 0.9); +} +.to-lime-300\/95{ + --tw-gradient-to: rgb(190 242 100 / 0.95); +} +.to-lime-300\/100{ + --tw-gradient-to: rgb(190 242 100 / 1); +} +.to-lime-400\/0{ + --tw-gradient-to: rgb(163 230 53 / 0); +} +.to-lime-400\/5{ + --tw-gradient-to: rgb(163 230 53 / 0.05); +} +.to-lime-400\/10{ + --tw-gradient-to: rgb(163 230 53 / 0.1); +} +.to-lime-400\/20{ + --tw-gradient-to: rgb(163 230 53 / 0.2); +} +.to-lime-400\/25{ + --tw-gradient-to: rgb(163 230 53 / 0.25); +} +.to-lime-400\/30{ + --tw-gradient-to: rgb(163 230 53 / 0.3); +} +.to-lime-400\/40{ + --tw-gradient-to: rgb(163 230 53 / 0.4); +} +.to-lime-400\/50{ + --tw-gradient-to: rgb(163 230 53 / 0.5); +} +.to-lime-400\/60{ + --tw-gradient-to: rgb(163 230 53 / 0.6); +} +.to-lime-400\/70{ + --tw-gradient-to: rgb(163 230 53 / 0.7); +} +.to-lime-400\/75{ + --tw-gradient-to: rgb(163 230 53 / 0.75); +} +.to-lime-400\/80{ + --tw-gradient-to: rgb(163 230 53 / 0.8); +} +.to-lime-400\/90{ + --tw-gradient-to: rgb(163 230 53 / 0.9); +} +.to-lime-400\/95{ + --tw-gradient-to: rgb(163 230 53 / 0.95); +} +.to-lime-400\/100{ + --tw-gradient-to: rgb(163 230 53 / 1); +} +.to-lime-500\/0{ + --tw-gradient-to: rgb(132 204 22 / 0); +} +.to-lime-500\/5{ + --tw-gradient-to: rgb(132 204 22 / 0.05); +} +.to-lime-500\/10{ + --tw-gradient-to: rgb(132 204 22 / 0.1); +} +.to-lime-500\/20{ + --tw-gradient-to: rgb(132 204 22 / 0.2); +} +.to-lime-500\/25{ + --tw-gradient-to: rgb(132 204 22 / 0.25); +} +.to-lime-500\/30{ + --tw-gradient-to: rgb(132 204 22 / 0.3); +} +.to-lime-500\/40{ + --tw-gradient-to: rgb(132 204 22 / 0.4); +} +.to-lime-500\/50{ + --tw-gradient-to: rgb(132 204 22 / 0.5); +} +.to-lime-500\/60{ + --tw-gradient-to: rgb(132 204 22 / 0.6); +} +.to-lime-500\/70{ + --tw-gradient-to: rgb(132 204 22 / 0.7); +} +.to-lime-500\/75{ + --tw-gradient-to: rgb(132 204 22 / 0.75); +} +.to-lime-500\/80{ + --tw-gradient-to: rgb(132 204 22 / 0.8); +} +.to-lime-500\/90{ + --tw-gradient-to: rgb(132 204 22 / 0.9); +} +.to-lime-500\/95{ + --tw-gradient-to: rgb(132 204 22 / 0.95); +} +.to-lime-500\/100{ + --tw-gradient-to: rgb(132 204 22 / 1); +} +.to-lime-600\/0{ + --tw-gradient-to: rgb(101 163 13 / 0); +} +.to-lime-600\/5{ + --tw-gradient-to: rgb(101 163 13 / 0.05); +} +.to-lime-600\/10{ + --tw-gradient-to: rgb(101 163 13 / 0.1); +} +.to-lime-600\/20{ + --tw-gradient-to: rgb(101 163 13 / 0.2); +} +.to-lime-600\/25{ + --tw-gradient-to: rgb(101 163 13 / 0.25); +} +.to-lime-600\/30{ + --tw-gradient-to: rgb(101 163 13 / 0.3); +} +.to-lime-600\/40{ + --tw-gradient-to: rgb(101 163 13 / 0.4); +} +.to-lime-600\/50{ + --tw-gradient-to: rgb(101 163 13 / 0.5); +} +.to-lime-600\/60{ + --tw-gradient-to: rgb(101 163 13 / 0.6); +} +.to-lime-600\/70{ + --tw-gradient-to: rgb(101 163 13 / 0.7); +} +.to-lime-600\/75{ + --tw-gradient-to: rgb(101 163 13 / 0.75); +} +.to-lime-600\/80{ + --tw-gradient-to: rgb(101 163 13 / 0.8); +} +.to-lime-600\/90{ + --tw-gradient-to: rgb(101 163 13 / 0.9); +} +.to-lime-600\/95{ + --tw-gradient-to: rgb(101 163 13 / 0.95); +} +.to-lime-600\/100{ + --tw-gradient-to: rgb(101 163 13 / 1); +} +.to-lime-700\/0{ + --tw-gradient-to: rgb(77 124 15 / 0); +} +.to-lime-700\/5{ + --tw-gradient-to: rgb(77 124 15 / 0.05); +} +.to-lime-700\/10{ + --tw-gradient-to: rgb(77 124 15 / 0.1); +} +.to-lime-700\/20{ + --tw-gradient-to: rgb(77 124 15 / 0.2); +} +.to-lime-700\/25{ + --tw-gradient-to: rgb(77 124 15 / 0.25); +} +.to-lime-700\/30{ + --tw-gradient-to: rgb(77 124 15 / 0.3); +} +.to-lime-700\/40{ + --tw-gradient-to: rgb(77 124 15 / 0.4); +} +.to-lime-700\/50{ + --tw-gradient-to: rgb(77 124 15 / 0.5); +} +.to-lime-700\/60{ + --tw-gradient-to: rgb(77 124 15 / 0.6); +} +.to-lime-700\/70{ + --tw-gradient-to: rgb(77 124 15 / 0.7); +} +.to-lime-700\/75{ + --tw-gradient-to: rgb(77 124 15 / 0.75); +} +.to-lime-700\/80{ + --tw-gradient-to: rgb(77 124 15 / 0.8); +} +.to-lime-700\/90{ + --tw-gradient-to: rgb(77 124 15 / 0.9); +} +.to-lime-700\/95{ + --tw-gradient-to: rgb(77 124 15 / 0.95); +} +.to-lime-700\/100{ + --tw-gradient-to: rgb(77 124 15 / 1); +} +.to-lime-800\/0{ + --tw-gradient-to: rgb(63 98 18 / 0); +} +.to-lime-800\/5{ + --tw-gradient-to: rgb(63 98 18 / 0.05); +} +.to-lime-800\/10{ + --tw-gradient-to: rgb(63 98 18 / 0.1); +} +.to-lime-800\/20{ + --tw-gradient-to: rgb(63 98 18 / 0.2); +} +.to-lime-800\/25{ + --tw-gradient-to: rgb(63 98 18 / 0.25); +} +.to-lime-800\/30{ + --tw-gradient-to: rgb(63 98 18 / 0.3); +} +.to-lime-800\/40{ + --tw-gradient-to: rgb(63 98 18 / 0.4); +} +.to-lime-800\/50{ + --tw-gradient-to: rgb(63 98 18 / 0.5); +} +.to-lime-800\/60{ + --tw-gradient-to: rgb(63 98 18 / 0.6); +} +.to-lime-800\/70{ + --tw-gradient-to: rgb(63 98 18 / 0.7); +} +.to-lime-800\/75{ + --tw-gradient-to: rgb(63 98 18 / 0.75); +} +.to-lime-800\/80{ + --tw-gradient-to: rgb(63 98 18 / 0.8); +} +.to-lime-800\/90{ + --tw-gradient-to: rgb(63 98 18 / 0.9); +} +.to-lime-800\/95{ + --tw-gradient-to: rgb(63 98 18 / 0.95); +} +.to-lime-800\/100{ + --tw-gradient-to: rgb(63 98 18 / 1); +} +.to-lime-900\/0{ + --tw-gradient-to: rgb(54 83 20 / 0); +} +.to-lime-900\/5{ + --tw-gradient-to: rgb(54 83 20 / 0.05); +} +.to-lime-900\/10{ + --tw-gradient-to: rgb(54 83 20 / 0.1); +} +.to-lime-900\/20{ + --tw-gradient-to: rgb(54 83 20 / 0.2); +} +.to-lime-900\/25{ + --tw-gradient-to: rgb(54 83 20 / 0.25); +} +.to-lime-900\/30{ + --tw-gradient-to: rgb(54 83 20 / 0.3); +} +.to-lime-900\/40{ + --tw-gradient-to: rgb(54 83 20 / 0.4); +} +.to-lime-900\/50{ + --tw-gradient-to: rgb(54 83 20 / 0.5); +} +.to-lime-900\/60{ + --tw-gradient-to: rgb(54 83 20 / 0.6); +} +.to-lime-900\/70{ + --tw-gradient-to: rgb(54 83 20 / 0.7); +} +.to-lime-900\/75{ + --tw-gradient-to: rgb(54 83 20 / 0.75); +} +.to-lime-900\/80{ + --tw-gradient-to: rgb(54 83 20 / 0.8); +} +.to-lime-900\/90{ + --tw-gradient-to: rgb(54 83 20 / 0.9); +} +.to-lime-900\/95{ + --tw-gradient-to: rgb(54 83 20 / 0.95); +} +.to-lime-900\/100{ + --tw-gradient-to: rgb(54 83 20 / 1); +} +.to-green-50\/0{ + --tw-gradient-to: rgb(248 250 246 / 0); +} +.to-green-50\/5{ + --tw-gradient-to: rgb(248 250 246 / 0.05); +} +.to-green-50\/10{ + --tw-gradient-to: rgb(248 250 246 / 0.1); +} +.to-green-50\/20{ + --tw-gradient-to: rgb(248 250 246 / 0.2); +} +.to-green-50\/25{ + --tw-gradient-to: rgb(248 250 246 / 0.25); +} +.to-green-50\/30{ + --tw-gradient-to: rgb(248 250 246 / 0.3); +} +.to-green-50\/40{ + --tw-gradient-to: rgb(248 250 246 / 0.4); +} +.to-green-50\/50{ + --tw-gradient-to: rgb(248 250 246 / 0.5); +} +.to-green-50\/60{ + --tw-gradient-to: rgb(248 250 246 / 0.6); +} +.to-green-50\/70{ + --tw-gradient-to: rgb(248 250 246 / 0.7); +} +.to-green-50\/75{ + --tw-gradient-to: rgb(248 250 246 / 0.75); +} +.to-green-50\/80{ + --tw-gradient-to: rgb(248 250 246 / 0.8); +} +.to-green-50\/90{ + --tw-gradient-to: rgb(248 250 246 / 0.9); +} +.to-green-50\/95{ + --tw-gradient-to: rgb(248 250 246 / 0.95); +} +.to-green-50\/100{ + --tw-gradient-to: rgb(248 250 246 / 1); +} +.to-green-100\/0{ + --tw-gradient-to: rgb(241 246 238 / 0); +} +.to-green-100\/5{ + --tw-gradient-to: rgb(241 246 238 / 0.05); +} +.to-green-100\/10{ + --tw-gradient-to: rgb(241 246 238 / 0.1); +} +.to-green-100\/20{ + --tw-gradient-to: rgb(241 246 238 / 0.2); +} +.to-green-100\/25{ + --tw-gradient-to: rgb(241 246 238 / 0.25); +} +.to-green-100\/30{ + --tw-gradient-to: rgb(241 246 238 / 0.3); +} +.to-green-100\/40{ + --tw-gradient-to: rgb(241 246 238 / 0.4); +} +.to-green-100\/50{ + --tw-gradient-to: rgb(241 246 238 / 0.5); +} +.to-green-100\/60{ + --tw-gradient-to: rgb(241 246 238 / 0.6); +} +.to-green-100\/70{ + --tw-gradient-to: rgb(241 246 238 / 0.7); +} +.to-green-100\/75{ + --tw-gradient-to: rgb(241 246 238 / 0.75); +} +.to-green-100\/80{ + --tw-gradient-to: rgb(241 246 238 / 0.8); +} +.to-green-100\/90{ + --tw-gradient-to: rgb(241 246 238 / 0.9); +} +.to-green-100\/95{ + --tw-gradient-to: rgb(241 246 238 / 0.95); +} +.to-green-100\/100{ + --tw-gradient-to: rgb(241 246 238 / 1); +} +.to-green-200\/0{ + --tw-gradient-to: rgb(219 232 212 / 0); +} +.to-green-200\/5{ + --tw-gradient-to: rgb(219 232 212 / 0.05); +} +.to-green-200\/10{ + --tw-gradient-to: rgb(219 232 212 / 0.1); +} +.to-green-200\/20{ + --tw-gradient-to: rgb(219 232 212 / 0.2); +} +.to-green-200\/25{ + --tw-gradient-to: rgb(219 232 212 / 0.25); +} +.to-green-200\/30{ + --tw-gradient-to: rgb(219 232 212 / 0.3); +} +.to-green-200\/40{ + --tw-gradient-to: rgb(219 232 212 / 0.4); +} +.to-green-200\/50{ + --tw-gradient-to: rgb(219 232 212 / 0.5); +} +.to-green-200\/60{ + --tw-gradient-to: rgb(219 232 212 / 0.6); +} +.to-green-200\/70{ + --tw-gradient-to: rgb(219 232 212 / 0.7); +} +.to-green-200\/75{ + --tw-gradient-to: rgb(219 232 212 / 0.75); +} +.to-green-200\/80{ + --tw-gradient-to: rgb(219 232 212 / 0.8); +} +.to-green-200\/90{ + --tw-gradient-to: rgb(219 232 212 / 0.9); +} +.to-green-200\/95{ + --tw-gradient-to: rgb(219 232 212 / 0.95); +} +.to-green-200\/100{ + --tw-gradient-to: rgb(219 232 212 / 1); +} +.to-green-300\/0{ + --tw-gradient-to: rgb(197 217 186 / 0); +} +.to-green-300\/5{ + --tw-gradient-to: rgb(197 217 186 / 0.05); +} +.to-green-300\/10{ + --tw-gradient-to: rgb(197 217 186 / 0.1); +} +.to-green-300\/20{ + --tw-gradient-to: rgb(197 217 186 / 0.2); +} +.to-green-300\/25{ + --tw-gradient-to: rgb(197 217 186 / 0.25); +} +.to-green-300\/30{ + --tw-gradient-to: rgb(197 217 186 / 0.3); +} +.to-green-300\/40{ + --tw-gradient-to: rgb(197 217 186 / 0.4); +} +.to-green-300\/50{ + --tw-gradient-to: rgb(197 217 186 / 0.5); +} +.to-green-300\/60{ + --tw-gradient-to: rgb(197 217 186 / 0.6); +} +.to-green-300\/70{ + --tw-gradient-to: rgb(197 217 186 / 0.7); +} +.to-green-300\/75{ + --tw-gradient-to: rgb(197 217 186 / 0.75); +} +.to-green-300\/80{ + --tw-gradient-to: rgb(197 217 186 / 0.8); +} +.to-green-300\/90{ + --tw-gradient-to: rgb(197 217 186 / 0.9); +} +.to-green-300\/95{ + --tw-gradient-to: rgb(197 217 186 / 0.95); +} +.to-green-300\/100{ + --tw-gradient-to: rgb(197 217 186 / 1); +} +.to-green-400\/0{ + --tw-gradient-to: rgb(154 189 134 / 0); +} +.to-green-400\/5{ + --tw-gradient-to: rgb(154 189 134 / 0.05); +} +.to-green-400\/10{ + --tw-gradient-to: rgb(154 189 134 / 0.1); +} +.to-green-400\/20{ + --tw-gradient-to: rgb(154 189 134 / 0.2); +} +.to-green-400\/25{ + --tw-gradient-to: rgb(154 189 134 / 0.25); +} +.to-green-400\/30{ + --tw-gradient-to: rgb(154 189 134 / 0.3); +} +.to-green-400\/40{ + --tw-gradient-to: rgb(154 189 134 / 0.4); +} +.to-green-400\/50{ + --tw-gradient-to: rgb(154 189 134 / 0.5); +} +.to-green-400\/60{ + --tw-gradient-to: rgb(154 189 134 / 0.6); +} +.to-green-400\/70{ + --tw-gradient-to: rgb(154 189 134 / 0.7); +} +.to-green-400\/75{ + --tw-gradient-to: rgb(154 189 134 / 0.75); +} +.to-green-400\/80{ + --tw-gradient-to: rgb(154 189 134 / 0.8); +} +.to-green-400\/90{ + --tw-gradient-to: rgb(154 189 134 / 0.9); +} +.to-green-400\/95{ + --tw-gradient-to: rgb(154 189 134 / 0.95); +} +.to-green-400\/100{ + --tw-gradient-to: rgb(154 189 134 / 1); +} +.to-green-500\/0{ + --tw-gradient-to: rgb(110 161 82 / 0); +} +.to-green-500\/5{ + --tw-gradient-to: rgb(110 161 82 / 0.05); +} +.to-green-500\/10{ + --tw-gradient-to: rgb(110 161 82 / 0.1); +} +.to-green-500\/20{ + --tw-gradient-to: rgb(110 161 82 / 0.2); +} +.to-green-500\/25{ + --tw-gradient-to: rgb(110 161 82 / 0.25); +} +.to-green-500\/30{ + --tw-gradient-to: rgb(110 161 82 / 0.3); +} +.to-green-500\/40{ + --tw-gradient-to: rgb(110 161 82 / 0.4); +} +.to-green-500\/50{ + --tw-gradient-to: rgb(110 161 82 / 0.5); +} +.to-green-500\/60{ + --tw-gradient-to: rgb(110 161 82 / 0.6); +} +.to-green-500\/70{ + --tw-gradient-to: rgb(110 161 82 / 0.7); +} +.to-green-500\/75{ + --tw-gradient-to: rgb(110 161 82 / 0.75); +} +.to-green-500\/80{ + --tw-gradient-to: rgb(110 161 82 / 0.8); +} +.to-green-500\/90{ + --tw-gradient-to: rgb(110 161 82 / 0.9); +} +.to-green-500\/95{ + --tw-gradient-to: rgb(110 161 82 / 0.95); +} +.to-green-500\/100{ + --tw-gradient-to: rgb(110 161 82 / 1); +} +.to-green-600\/0{ + --tw-gradient-to: rgb(99 145 74 / 0); +} +.to-green-600\/5{ + --tw-gradient-to: rgb(99 145 74 / 0.05); +} +.to-green-600\/10{ + --tw-gradient-to: rgb(99 145 74 / 0.1); +} +.to-green-600\/20{ + --tw-gradient-to: rgb(99 145 74 / 0.2); +} +.to-green-600\/25{ + --tw-gradient-to: rgb(99 145 74 / 0.25); +} +.to-green-600\/30{ + --tw-gradient-to: rgb(99 145 74 / 0.3); +} +.to-green-600\/40{ + --tw-gradient-to: rgb(99 145 74 / 0.4); +} +.to-green-600\/50{ + --tw-gradient-to: rgb(99 145 74 / 0.5); +} +.to-green-600\/60{ + --tw-gradient-to: rgb(99 145 74 / 0.6); +} +.to-green-600\/70{ + --tw-gradient-to: rgb(99 145 74 / 0.7); +} +.to-green-600\/75{ + --tw-gradient-to: rgb(99 145 74 / 0.75); +} +.to-green-600\/80{ + --tw-gradient-to: rgb(99 145 74 / 0.8); +} +.to-green-600\/90{ + --tw-gradient-to: rgb(99 145 74 / 0.9); +} +.to-green-600\/95{ + --tw-gradient-to: rgb(99 145 74 / 0.95); +} +.to-green-600\/100{ + --tw-gradient-to: rgb(99 145 74 / 1); +} +.to-green-700\/0{ + --tw-gradient-to: rgb(83 121 62 / 0); +} +.to-green-700\/5{ + --tw-gradient-to: rgb(83 121 62 / 0.05); +} +.to-green-700\/10{ + --tw-gradient-to: rgb(83 121 62 / 0.1); +} +.to-green-700\/20{ + --tw-gradient-to: rgb(83 121 62 / 0.2); +} +.to-green-700\/25{ + --tw-gradient-to: rgb(83 121 62 / 0.25); +} +.to-green-700\/30{ + --tw-gradient-to: rgb(83 121 62 / 0.3); +} +.to-green-700\/40{ + --tw-gradient-to: rgb(83 121 62 / 0.4); +} +.to-green-700\/50{ + --tw-gradient-to: rgb(83 121 62 / 0.5); +} +.to-green-700\/60{ + --tw-gradient-to: rgb(83 121 62 / 0.6); +} +.to-green-700\/70{ + --tw-gradient-to: rgb(83 121 62 / 0.7); +} +.to-green-700\/75{ + --tw-gradient-to: rgb(83 121 62 / 0.75); +} +.to-green-700\/80{ + --tw-gradient-to: rgb(83 121 62 / 0.8); +} +.to-green-700\/90{ + --tw-gradient-to: rgb(83 121 62 / 0.9); +} +.to-green-700\/95{ + --tw-gradient-to: rgb(83 121 62 / 0.95); +} +.to-green-700\/100{ + --tw-gradient-to: rgb(83 121 62 / 1); +} +.to-green-800\/0{ + --tw-gradient-to: rgb(66 97 49 / 0); +} +.to-green-800\/5{ + --tw-gradient-to: rgb(66 97 49 / 0.05); +} +.to-green-800\/10{ + --tw-gradient-to: rgb(66 97 49 / 0.1); +} +.to-green-800\/20{ + --tw-gradient-to: rgb(66 97 49 / 0.2); +} +.to-green-800\/25{ + --tw-gradient-to: rgb(66 97 49 / 0.25); +} +.to-green-800\/30{ + --tw-gradient-to: rgb(66 97 49 / 0.3); +} +.to-green-800\/40{ + --tw-gradient-to: rgb(66 97 49 / 0.4); +} +.to-green-800\/50{ + --tw-gradient-to: rgb(66 97 49 / 0.5); +} +.to-green-800\/60{ + --tw-gradient-to: rgb(66 97 49 / 0.6); +} +.to-green-800\/70{ + --tw-gradient-to: rgb(66 97 49 / 0.7); +} +.to-green-800\/75{ + --tw-gradient-to: rgb(66 97 49 / 0.75); +} +.to-green-800\/80{ + --tw-gradient-to: rgb(66 97 49 / 0.8); +} +.to-green-800\/90{ + --tw-gradient-to: rgb(66 97 49 / 0.9); +} +.to-green-800\/95{ + --tw-gradient-to: rgb(66 97 49 / 0.95); +} +.to-green-800\/100{ + --tw-gradient-to: rgb(66 97 49 / 1); +} +.to-green-900\/0{ + --tw-gradient-to: rgb(54 79 40 / 0); +} +.to-green-900\/5{ + --tw-gradient-to: rgb(54 79 40 / 0.05); +} +.to-green-900\/10{ + --tw-gradient-to: rgb(54 79 40 / 0.1); +} +.to-green-900\/20{ + --tw-gradient-to: rgb(54 79 40 / 0.2); +} +.to-green-900\/25{ + --tw-gradient-to: rgb(54 79 40 / 0.25); +} +.to-green-900\/30{ + --tw-gradient-to: rgb(54 79 40 / 0.3); +} +.to-green-900\/40{ + --tw-gradient-to: rgb(54 79 40 / 0.4); +} +.to-green-900\/50{ + --tw-gradient-to: rgb(54 79 40 / 0.5); +} +.to-green-900\/60{ + --tw-gradient-to: rgb(54 79 40 / 0.6); +} +.to-green-900\/70{ + --tw-gradient-to: rgb(54 79 40 / 0.7); +} +.to-green-900\/75{ + --tw-gradient-to: rgb(54 79 40 / 0.75); +} +.to-green-900\/80{ + --tw-gradient-to: rgb(54 79 40 / 0.8); +} +.to-green-900\/90{ + --tw-gradient-to: rgb(54 79 40 / 0.9); +} +.to-green-900\/95{ + --tw-gradient-to: rgb(54 79 40 / 0.95); +} +.to-green-900\/100{ + --tw-gradient-to: rgb(54 79 40 / 1); +} +.to-green\/0{ + --tw-gradient-to: rgb(110 161 82 / 0); +} +.to-green\/5{ + --tw-gradient-to: rgb(110 161 82 / 0.05); +} +.to-green\/10{ + --tw-gradient-to: rgb(110 161 82 / 0.1); +} +.to-green\/20{ + --tw-gradient-to: rgb(110 161 82 / 0.2); +} +.to-green\/25{ + --tw-gradient-to: rgb(110 161 82 / 0.25); +} +.to-green\/30{ + --tw-gradient-to: rgb(110 161 82 / 0.3); +} +.to-green\/40{ + --tw-gradient-to: rgb(110 161 82 / 0.4); +} +.to-green\/50{ + --tw-gradient-to: rgb(110 161 82 / 0.5); +} +.to-green\/60{ + --tw-gradient-to: rgb(110 161 82 / 0.6); +} +.to-green\/70{ + --tw-gradient-to: rgb(110 161 82 / 0.7); +} +.to-green\/75{ + --tw-gradient-to: rgb(110 161 82 / 0.75); +} +.to-green\/80{ + --tw-gradient-to: rgb(110 161 82 / 0.8); +} +.to-green\/90{ + --tw-gradient-to: rgb(110 161 82 / 0.9); +} +.to-green\/95{ + --tw-gradient-to: rgb(110 161 82 / 0.95); +} +.to-green\/100{ + --tw-gradient-to: rgb(110 161 82 / 1); +} +.to-emerald-50\/0{ + --tw-gradient-to: rgb(236 253 245 / 0); +} +.to-emerald-50\/5{ + --tw-gradient-to: rgb(236 253 245 / 0.05); +} +.to-emerald-50\/10{ + --tw-gradient-to: rgb(236 253 245 / 0.1); +} +.to-emerald-50\/20{ + --tw-gradient-to: rgb(236 253 245 / 0.2); +} +.to-emerald-50\/25{ + --tw-gradient-to: rgb(236 253 245 / 0.25); +} +.to-emerald-50\/30{ + --tw-gradient-to: rgb(236 253 245 / 0.3); +} +.to-emerald-50\/40{ + --tw-gradient-to: rgb(236 253 245 / 0.4); +} +.to-emerald-50\/50{ + --tw-gradient-to: rgb(236 253 245 / 0.5); +} +.to-emerald-50\/60{ + --tw-gradient-to: rgb(236 253 245 / 0.6); +} +.to-emerald-50\/70{ + --tw-gradient-to: rgb(236 253 245 / 0.7); +} +.to-emerald-50\/75{ + --tw-gradient-to: rgb(236 253 245 / 0.75); +} +.to-emerald-50\/80{ + --tw-gradient-to: rgb(236 253 245 / 0.8); +} +.to-emerald-50\/90{ + --tw-gradient-to: rgb(236 253 245 / 0.9); +} +.to-emerald-50\/95{ + --tw-gradient-to: rgb(236 253 245 / 0.95); +} +.to-emerald-50\/100{ + --tw-gradient-to: rgb(236 253 245 / 1); +} +.to-emerald-100\/0{ + --tw-gradient-to: rgb(209 250 229 / 0); +} +.to-emerald-100\/5{ + --tw-gradient-to: rgb(209 250 229 / 0.05); +} +.to-emerald-100\/10{ + --tw-gradient-to: rgb(209 250 229 / 0.1); +} +.to-emerald-100\/20{ + --tw-gradient-to: rgb(209 250 229 / 0.2); +} +.to-emerald-100\/25{ + --tw-gradient-to: rgb(209 250 229 / 0.25); +} +.to-emerald-100\/30{ + --tw-gradient-to: rgb(209 250 229 / 0.3); +} +.to-emerald-100\/40{ + --tw-gradient-to: rgb(209 250 229 / 0.4); +} +.to-emerald-100\/50{ + --tw-gradient-to: rgb(209 250 229 / 0.5); +} +.to-emerald-100\/60{ + --tw-gradient-to: rgb(209 250 229 / 0.6); +} +.to-emerald-100\/70{ + --tw-gradient-to: rgb(209 250 229 / 0.7); +} +.to-emerald-100\/75{ + --tw-gradient-to: rgb(209 250 229 / 0.75); +} +.to-emerald-100\/80{ + --tw-gradient-to: rgb(209 250 229 / 0.8); +} +.to-emerald-100\/90{ + --tw-gradient-to: rgb(209 250 229 / 0.9); +} +.to-emerald-100\/95{ + --tw-gradient-to: rgb(209 250 229 / 0.95); +} +.to-emerald-100\/100{ + --tw-gradient-to: rgb(209 250 229 / 1); +} +.to-emerald-200\/0{ + --tw-gradient-to: rgb(167 243 208 / 0); +} +.to-emerald-200\/5{ + --tw-gradient-to: rgb(167 243 208 / 0.05); +} +.to-emerald-200\/10{ + --tw-gradient-to: rgb(167 243 208 / 0.1); +} +.to-emerald-200\/20{ + --tw-gradient-to: rgb(167 243 208 / 0.2); +} +.to-emerald-200\/25{ + --tw-gradient-to: rgb(167 243 208 / 0.25); +} +.to-emerald-200\/30{ + --tw-gradient-to: rgb(167 243 208 / 0.3); +} +.to-emerald-200\/40{ + --tw-gradient-to: rgb(167 243 208 / 0.4); +} +.to-emerald-200\/50{ + --tw-gradient-to: rgb(167 243 208 / 0.5); +} +.to-emerald-200\/60{ + --tw-gradient-to: rgb(167 243 208 / 0.6); +} +.to-emerald-200\/70{ + --tw-gradient-to: rgb(167 243 208 / 0.7); +} +.to-emerald-200\/75{ + --tw-gradient-to: rgb(167 243 208 / 0.75); +} +.to-emerald-200\/80{ + --tw-gradient-to: rgb(167 243 208 / 0.8); +} +.to-emerald-200\/90{ + --tw-gradient-to: rgb(167 243 208 / 0.9); +} +.to-emerald-200\/95{ + --tw-gradient-to: rgb(167 243 208 / 0.95); +} +.to-emerald-200\/100{ + --tw-gradient-to: rgb(167 243 208 / 1); +} +.to-emerald-300\/0{ + --tw-gradient-to: rgb(110 231 183 / 0); +} +.to-emerald-300\/5{ + --tw-gradient-to: rgb(110 231 183 / 0.05); +} +.to-emerald-300\/10{ + --tw-gradient-to: rgb(110 231 183 / 0.1); +} +.to-emerald-300\/20{ + --tw-gradient-to: rgb(110 231 183 / 0.2); +} +.to-emerald-300\/25{ + --tw-gradient-to: rgb(110 231 183 / 0.25); +} +.to-emerald-300\/30{ + --tw-gradient-to: rgb(110 231 183 / 0.3); +} +.to-emerald-300\/40{ + --tw-gradient-to: rgb(110 231 183 / 0.4); +} +.to-emerald-300\/50{ + --tw-gradient-to: rgb(110 231 183 / 0.5); +} +.to-emerald-300\/60{ + --tw-gradient-to: rgb(110 231 183 / 0.6); +} +.to-emerald-300\/70{ + --tw-gradient-to: rgb(110 231 183 / 0.7); +} +.to-emerald-300\/75{ + --tw-gradient-to: rgb(110 231 183 / 0.75); +} +.to-emerald-300\/80{ + --tw-gradient-to: rgb(110 231 183 / 0.8); +} +.to-emerald-300\/90{ + --tw-gradient-to: rgb(110 231 183 / 0.9); +} +.to-emerald-300\/95{ + --tw-gradient-to: rgb(110 231 183 / 0.95); +} +.to-emerald-300\/100{ + --tw-gradient-to: rgb(110 231 183 / 1); +} +.to-emerald-400\/0{ + --tw-gradient-to: rgb(52 211 153 / 0); +} +.to-emerald-400\/5{ + --tw-gradient-to: rgb(52 211 153 / 0.05); +} +.to-emerald-400\/10{ + --tw-gradient-to: rgb(52 211 153 / 0.1); +} +.to-emerald-400\/20{ + --tw-gradient-to: rgb(52 211 153 / 0.2); +} +.to-emerald-400\/25{ + --tw-gradient-to: rgb(52 211 153 / 0.25); +} +.to-emerald-400\/30{ + --tw-gradient-to: rgb(52 211 153 / 0.3); +} +.to-emerald-400\/40{ + --tw-gradient-to: rgb(52 211 153 / 0.4); +} +.to-emerald-400\/50{ + --tw-gradient-to: rgb(52 211 153 / 0.5); +} +.to-emerald-400\/60{ + --tw-gradient-to: rgb(52 211 153 / 0.6); +} +.to-emerald-400\/70{ + --tw-gradient-to: rgb(52 211 153 / 0.7); +} +.to-emerald-400\/75{ + --tw-gradient-to: rgb(52 211 153 / 0.75); +} +.to-emerald-400\/80{ + --tw-gradient-to: rgb(52 211 153 / 0.8); +} +.to-emerald-400\/90{ + --tw-gradient-to: rgb(52 211 153 / 0.9); +} +.to-emerald-400\/95{ + --tw-gradient-to: rgb(52 211 153 / 0.95); +} +.to-emerald-400\/100{ + --tw-gradient-to: rgb(52 211 153 / 1); +} +.to-emerald-500\/0{ + --tw-gradient-to: rgb(16 185 129 / 0); +} +.to-emerald-500\/5{ + --tw-gradient-to: rgb(16 185 129 / 0.05); +} +.to-emerald-500\/10{ + --tw-gradient-to: rgb(16 185 129 / 0.1); +} +.to-emerald-500\/20{ + --tw-gradient-to: rgb(16 185 129 / 0.2); +} +.to-emerald-500\/25{ + --tw-gradient-to: rgb(16 185 129 / 0.25); +} +.to-emerald-500\/30{ + --tw-gradient-to: rgb(16 185 129 / 0.3); +} +.to-emerald-500\/40{ + --tw-gradient-to: rgb(16 185 129 / 0.4); +} +.to-emerald-500\/50{ + --tw-gradient-to: rgb(16 185 129 / 0.5); +} +.to-emerald-500\/60{ + --tw-gradient-to: rgb(16 185 129 / 0.6); +} +.to-emerald-500\/70{ + --tw-gradient-to: rgb(16 185 129 / 0.7); +} +.to-emerald-500\/75{ + --tw-gradient-to: rgb(16 185 129 / 0.75); +} +.to-emerald-500\/80{ + --tw-gradient-to: rgb(16 185 129 / 0.8); +} +.to-emerald-500\/90{ + --tw-gradient-to: rgb(16 185 129 / 0.9); +} +.to-emerald-500\/95{ + --tw-gradient-to: rgb(16 185 129 / 0.95); +} +.to-emerald-500\/100{ + --tw-gradient-to: rgb(16 185 129 / 1); +} +.to-emerald-600\/0{ + --tw-gradient-to: rgb(5 150 105 / 0); +} +.to-emerald-600\/5{ + --tw-gradient-to: rgb(5 150 105 / 0.05); +} +.to-emerald-600\/10{ + --tw-gradient-to: rgb(5 150 105 / 0.1); +} +.to-emerald-600\/20{ + --tw-gradient-to: rgb(5 150 105 / 0.2); +} +.to-emerald-600\/25{ + --tw-gradient-to: rgb(5 150 105 / 0.25); +} +.to-emerald-600\/30{ + --tw-gradient-to: rgb(5 150 105 / 0.3); +} +.to-emerald-600\/40{ + --tw-gradient-to: rgb(5 150 105 / 0.4); +} +.to-emerald-600\/50{ + --tw-gradient-to: rgb(5 150 105 / 0.5); +} +.to-emerald-600\/60{ + --tw-gradient-to: rgb(5 150 105 / 0.6); +} +.to-emerald-600\/70{ + --tw-gradient-to: rgb(5 150 105 / 0.7); +} +.to-emerald-600\/75{ + --tw-gradient-to: rgb(5 150 105 / 0.75); +} +.to-emerald-600\/80{ + --tw-gradient-to: rgb(5 150 105 / 0.8); +} +.to-emerald-600\/90{ + --tw-gradient-to: rgb(5 150 105 / 0.9); +} +.to-emerald-600\/95{ + --tw-gradient-to: rgb(5 150 105 / 0.95); +} +.to-emerald-600\/100{ + --tw-gradient-to: rgb(5 150 105 / 1); +} +.to-emerald-700\/0{ + --tw-gradient-to: rgb(4 120 87 / 0); +} +.to-emerald-700\/5{ + --tw-gradient-to: rgb(4 120 87 / 0.05); +} +.to-emerald-700\/10{ + --tw-gradient-to: rgb(4 120 87 / 0.1); +} +.to-emerald-700\/20{ + --tw-gradient-to: rgb(4 120 87 / 0.2); +} +.to-emerald-700\/25{ + --tw-gradient-to: rgb(4 120 87 / 0.25); +} +.to-emerald-700\/30{ + --tw-gradient-to: rgb(4 120 87 / 0.3); +} +.to-emerald-700\/40{ + --tw-gradient-to: rgb(4 120 87 / 0.4); +} +.to-emerald-700\/50{ + --tw-gradient-to: rgb(4 120 87 / 0.5); +} +.to-emerald-700\/60{ + --tw-gradient-to: rgb(4 120 87 / 0.6); +} +.to-emerald-700\/70{ + --tw-gradient-to: rgb(4 120 87 / 0.7); +} +.to-emerald-700\/75{ + --tw-gradient-to: rgb(4 120 87 / 0.75); +} +.to-emerald-700\/80{ + --tw-gradient-to: rgb(4 120 87 / 0.8); +} +.to-emerald-700\/90{ + --tw-gradient-to: rgb(4 120 87 / 0.9); +} +.to-emerald-700\/95{ + --tw-gradient-to: rgb(4 120 87 / 0.95); +} +.to-emerald-700\/100{ + --tw-gradient-to: rgb(4 120 87 / 1); +} +.to-emerald-800\/0{ + --tw-gradient-to: rgb(6 95 70 / 0); +} +.to-emerald-800\/5{ + --tw-gradient-to: rgb(6 95 70 / 0.05); +} +.to-emerald-800\/10{ + --tw-gradient-to: rgb(6 95 70 / 0.1); +} +.to-emerald-800\/20{ + --tw-gradient-to: rgb(6 95 70 / 0.2); +} +.to-emerald-800\/25{ + --tw-gradient-to: rgb(6 95 70 / 0.25); +} +.to-emerald-800\/30{ + --tw-gradient-to: rgb(6 95 70 / 0.3); +} +.to-emerald-800\/40{ + --tw-gradient-to: rgb(6 95 70 / 0.4); +} +.to-emerald-800\/50{ + --tw-gradient-to: rgb(6 95 70 / 0.5); +} +.to-emerald-800\/60{ + --tw-gradient-to: rgb(6 95 70 / 0.6); +} +.to-emerald-800\/70{ + --tw-gradient-to: rgb(6 95 70 / 0.7); +} +.to-emerald-800\/75{ + --tw-gradient-to: rgb(6 95 70 / 0.75); +} +.to-emerald-800\/80{ + --tw-gradient-to: rgb(6 95 70 / 0.8); +} +.to-emerald-800\/90{ + --tw-gradient-to: rgb(6 95 70 / 0.9); +} +.to-emerald-800\/95{ + --tw-gradient-to: rgb(6 95 70 / 0.95); +} +.to-emerald-800\/100{ + --tw-gradient-to: rgb(6 95 70 / 1); +} +.to-emerald-900\/0{ + --tw-gradient-to: rgb(6 78 59 / 0); +} +.to-emerald-900\/5{ + --tw-gradient-to: rgb(6 78 59 / 0.05); +} +.to-emerald-900\/10{ + --tw-gradient-to: rgb(6 78 59 / 0.1); +} +.to-emerald-900\/20{ + --tw-gradient-to: rgb(6 78 59 / 0.2); +} +.to-emerald-900\/25{ + --tw-gradient-to: rgb(6 78 59 / 0.25); +} +.to-emerald-900\/30{ + --tw-gradient-to: rgb(6 78 59 / 0.3); +} +.to-emerald-900\/40{ + --tw-gradient-to: rgb(6 78 59 / 0.4); +} +.to-emerald-900\/50{ + --tw-gradient-to: rgb(6 78 59 / 0.5); +} +.to-emerald-900\/60{ + --tw-gradient-to: rgb(6 78 59 / 0.6); +} +.to-emerald-900\/70{ + --tw-gradient-to: rgb(6 78 59 / 0.7); +} +.to-emerald-900\/75{ + --tw-gradient-to: rgb(6 78 59 / 0.75); +} +.to-emerald-900\/80{ + --tw-gradient-to: rgb(6 78 59 / 0.8); +} +.to-emerald-900\/90{ + --tw-gradient-to: rgb(6 78 59 / 0.9); +} +.to-emerald-900\/95{ + --tw-gradient-to: rgb(6 78 59 / 0.95); +} +.to-emerald-900\/100{ + --tw-gradient-to: rgb(6 78 59 / 1); +} +.to-teal-50\/0{ + --tw-gradient-to: rgb(237 250 250 / 0); +} +.to-teal-50\/5{ + --tw-gradient-to: rgb(237 250 250 / 0.05); +} +.to-teal-50\/10{ + --tw-gradient-to: rgb(237 250 250 / 0.1); +} +.to-teal-50\/20{ + --tw-gradient-to: rgb(237 250 250 / 0.2); +} +.to-teal-50\/25{ + --tw-gradient-to: rgb(237 250 250 / 0.25); +} +.to-teal-50\/30{ + --tw-gradient-to: rgb(237 250 250 / 0.3); +} +.to-teal-50\/40{ + --tw-gradient-to: rgb(237 250 250 / 0.4); +} +.to-teal-50\/50{ + --tw-gradient-to: rgb(237 250 250 / 0.5); +} +.to-teal-50\/60{ + --tw-gradient-to: rgb(237 250 250 / 0.6); +} +.to-teal-50\/70{ + --tw-gradient-to: rgb(237 250 250 / 0.7); +} +.to-teal-50\/75{ + --tw-gradient-to: rgb(237 250 250 / 0.75); +} +.to-teal-50\/80{ + --tw-gradient-to: rgb(237 250 250 / 0.8); +} +.to-teal-50\/90{ + --tw-gradient-to: rgb(237 250 250 / 0.9); +} +.to-teal-50\/95{ + --tw-gradient-to: rgb(237 250 250 / 0.95); +} +.to-teal-50\/100{ + --tw-gradient-to: rgb(237 250 250 / 1); +} +.to-teal-100\/0{ + --tw-gradient-to: rgb(213 245 246 / 0); +} +.to-teal-100\/5{ + --tw-gradient-to: rgb(213 245 246 / 0.05); +} +.to-teal-100\/10{ + --tw-gradient-to: rgb(213 245 246 / 0.1); +} +.to-teal-100\/20{ + --tw-gradient-to: rgb(213 245 246 / 0.2); +} +.to-teal-100\/25{ + --tw-gradient-to: rgb(213 245 246 / 0.25); +} +.to-teal-100\/30{ + --tw-gradient-to: rgb(213 245 246 / 0.3); +} +.to-teal-100\/40{ + --tw-gradient-to: rgb(213 245 246 / 0.4); +} +.to-teal-100\/50{ + --tw-gradient-to: rgb(213 245 246 / 0.5); +} +.to-teal-100\/60{ + --tw-gradient-to: rgb(213 245 246 / 0.6); +} +.to-teal-100\/70{ + --tw-gradient-to: rgb(213 245 246 / 0.7); +} +.to-teal-100\/75{ + --tw-gradient-to: rgb(213 245 246 / 0.75); +} +.to-teal-100\/80{ + --tw-gradient-to: rgb(213 245 246 / 0.8); +} +.to-teal-100\/90{ + --tw-gradient-to: rgb(213 245 246 / 0.9); +} +.to-teal-100\/95{ + --tw-gradient-to: rgb(213 245 246 / 0.95); +} +.to-teal-100\/100{ + --tw-gradient-to: rgb(213 245 246 / 1); +} +.to-teal-200\/0{ + --tw-gradient-to: rgb(175 236 239 / 0); +} +.to-teal-200\/5{ + --tw-gradient-to: rgb(175 236 239 / 0.05); +} +.to-teal-200\/10{ + --tw-gradient-to: rgb(175 236 239 / 0.1); +} +.to-teal-200\/20{ + --tw-gradient-to: rgb(175 236 239 / 0.2); +} +.to-teal-200\/25{ + --tw-gradient-to: rgb(175 236 239 / 0.25); +} +.to-teal-200\/30{ + --tw-gradient-to: rgb(175 236 239 / 0.3); +} +.to-teal-200\/40{ + --tw-gradient-to: rgb(175 236 239 / 0.4); +} +.to-teal-200\/50{ + --tw-gradient-to: rgb(175 236 239 / 0.5); +} +.to-teal-200\/60{ + --tw-gradient-to: rgb(175 236 239 / 0.6); +} +.to-teal-200\/70{ + --tw-gradient-to: rgb(175 236 239 / 0.7); +} +.to-teal-200\/75{ + --tw-gradient-to: rgb(175 236 239 / 0.75); +} +.to-teal-200\/80{ + --tw-gradient-to: rgb(175 236 239 / 0.8); +} +.to-teal-200\/90{ + --tw-gradient-to: rgb(175 236 239 / 0.9); +} +.to-teal-200\/95{ + --tw-gradient-to: rgb(175 236 239 / 0.95); +} +.to-teal-200\/100{ + --tw-gradient-to: rgb(175 236 239 / 1); +} +.to-teal-300\/0{ + --tw-gradient-to: rgb(126 220 226 / 0); +} +.to-teal-300\/5{ + --tw-gradient-to: rgb(126 220 226 / 0.05); +} +.to-teal-300\/10{ + --tw-gradient-to: rgb(126 220 226 / 0.1); +} +.to-teal-300\/20{ + --tw-gradient-to: rgb(126 220 226 / 0.2); +} +.to-teal-300\/25{ + --tw-gradient-to: rgb(126 220 226 / 0.25); +} +.to-teal-300\/30{ + --tw-gradient-to: rgb(126 220 226 / 0.3); +} +.to-teal-300\/40{ + --tw-gradient-to: rgb(126 220 226 / 0.4); +} +.to-teal-300\/50{ + --tw-gradient-to: rgb(126 220 226 / 0.5); +} +.to-teal-300\/60{ + --tw-gradient-to: rgb(126 220 226 / 0.6); +} +.to-teal-300\/70{ + --tw-gradient-to: rgb(126 220 226 / 0.7); +} +.to-teal-300\/75{ + --tw-gradient-to: rgb(126 220 226 / 0.75); +} +.to-teal-300\/80{ + --tw-gradient-to: rgb(126 220 226 / 0.8); +} +.to-teal-300\/90{ + --tw-gradient-to: rgb(126 220 226 / 0.9); +} +.to-teal-300\/95{ + --tw-gradient-to: rgb(126 220 226 / 0.95); +} +.to-teal-300\/100{ + --tw-gradient-to: rgb(126 220 226 / 1); +} +.to-teal-400\/0{ + --tw-gradient-to: rgb(22 189 202 / 0); +} +.to-teal-400\/5{ + --tw-gradient-to: rgb(22 189 202 / 0.05); +} +.to-teal-400\/10{ + --tw-gradient-to: rgb(22 189 202 / 0.1); +} +.to-teal-400\/20{ + --tw-gradient-to: rgb(22 189 202 / 0.2); +} +.to-teal-400\/25{ + --tw-gradient-to: rgb(22 189 202 / 0.25); +} +.to-teal-400\/30{ + --tw-gradient-to: rgb(22 189 202 / 0.3); +} +.to-teal-400\/40{ + --tw-gradient-to: rgb(22 189 202 / 0.4); +} +.to-teal-400\/50{ + --tw-gradient-to: rgb(22 189 202 / 0.5); +} +.to-teal-400\/60{ + --tw-gradient-to: rgb(22 189 202 / 0.6); +} +.to-teal-400\/70{ + --tw-gradient-to: rgb(22 189 202 / 0.7); +} +.to-teal-400\/75{ + --tw-gradient-to: rgb(22 189 202 / 0.75); +} +.to-teal-400\/80{ + --tw-gradient-to: rgb(22 189 202 / 0.8); +} +.to-teal-400\/90{ + --tw-gradient-to: rgb(22 189 202 / 0.9); +} +.to-teal-400\/95{ + --tw-gradient-to: rgb(22 189 202 / 0.95); +} +.to-teal-400\/100{ + --tw-gradient-to: rgb(22 189 202 / 1); +} +.to-teal-500\/0{ + --tw-gradient-to: rgb(6 148 162 / 0); +} +.to-teal-500\/5{ + --tw-gradient-to: rgb(6 148 162 / 0.05); +} +.to-teal-500\/10{ + --tw-gradient-to: rgb(6 148 162 / 0.1); +} +.to-teal-500\/20{ + --tw-gradient-to: rgb(6 148 162 / 0.2); +} +.to-teal-500\/25{ + --tw-gradient-to: rgb(6 148 162 / 0.25); +} +.to-teal-500\/30{ + --tw-gradient-to: rgb(6 148 162 / 0.3); +} +.to-teal-500\/40{ + --tw-gradient-to: rgb(6 148 162 / 0.4); +} +.to-teal-500\/50{ + --tw-gradient-to: rgb(6 148 162 / 0.5); +} +.to-teal-500\/60{ + --tw-gradient-to: rgb(6 148 162 / 0.6); +} +.to-teal-500\/70{ + --tw-gradient-to: rgb(6 148 162 / 0.7); +} +.to-teal-500\/75{ + --tw-gradient-to: rgb(6 148 162 / 0.75); +} +.to-teal-500\/80{ + --tw-gradient-to: rgb(6 148 162 / 0.8); +} +.to-teal-500\/90{ + --tw-gradient-to: rgb(6 148 162 / 0.9); +} +.to-teal-500\/95{ + --tw-gradient-to: rgb(6 148 162 / 0.95); +} +.to-teal-500\/100{ + --tw-gradient-to: rgb(6 148 162 / 1); +} +.to-teal-600\/0{ + --tw-gradient-to: rgb(4 116 129 / 0); +} +.to-teal-600\/5{ + --tw-gradient-to: rgb(4 116 129 / 0.05); +} +.to-teal-600\/10{ + --tw-gradient-to: rgb(4 116 129 / 0.1); +} +.to-teal-600\/20{ + --tw-gradient-to: rgb(4 116 129 / 0.2); +} +.to-teal-600\/25{ + --tw-gradient-to: rgb(4 116 129 / 0.25); +} +.to-teal-600\/30{ + --tw-gradient-to: rgb(4 116 129 / 0.3); +} +.to-teal-600\/40{ + --tw-gradient-to: rgb(4 116 129 / 0.4); +} +.to-teal-600\/50{ + --tw-gradient-to: rgb(4 116 129 / 0.5); +} +.to-teal-600\/60{ + --tw-gradient-to: rgb(4 116 129 / 0.6); +} +.to-teal-600\/70{ + --tw-gradient-to: rgb(4 116 129 / 0.7); +} +.to-teal-600\/75{ + --tw-gradient-to: rgb(4 116 129 / 0.75); +} +.to-teal-600\/80{ + --tw-gradient-to: rgb(4 116 129 / 0.8); +} +.to-teal-600\/90{ + --tw-gradient-to: rgb(4 116 129 / 0.9); +} +.to-teal-600\/95{ + --tw-gradient-to: rgb(4 116 129 / 0.95); +} +.to-teal-600\/100{ + --tw-gradient-to: rgb(4 116 129 / 1); +} +.to-teal-700\/0{ + --tw-gradient-to: rgb(3 102 114 / 0); +} +.to-teal-700\/5{ + --tw-gradient-to: rgb(3 102 114 / 0.05); +} +.to-teal-700\/10{ + --tw-gradient-to: rgb(3 102 114 / 0.1); +} +.to-teal-700\/20{ + --tw-gradient-to: rgb(3 102 114 / 0.2); +} +.to-teal-700\/25{ + --tw-gradient-to: rgb(3 102 114 / 0.25); +} +.to-teal-700\/30{ + --tw-gradient-to: rgb(3 102 114 / 0.3); +} +.to-teal-700\/40{ + --tw-gradient-to: rgb(3 102 114 / 0.4); +} +.to-teal-700\/50{ + --tw-gradient-to: rgb(3 102 114 / 0.5); +} +.to-teal-700\/60{ + --tw-gradient-to: rgb(3 102 114 / 0.6); +} +.to-teal-700\/70{ + --tw-gradient-to: rgb(3 102 114 / 0.7); +} +.to-teal-700\/75{ + --tw-gradient-to: rgb(3 102 114 / 0.75); +} +.to-teal-700\/80{ + --tw-gradient-to: rgb(3 102 114 / 0.8); +} +.to-teal-700\/90{ + --tw-gradient-to: rgb(3 102 114 / 0.9); +} +.to-teal-700\/95{ + --tw-gradient-to: rgb(3 102 114 / 0.95); +} +.to-teal-700\/100{ + --tw-gradient-to: rgb(3 102 114 / 1); +} +.to-teal-800\/0{ + --tw-gradient-to: rgb(5 80 92 / 0); +} +.to-teal-800\/5{ + --tw-gradient-to: rgb(5 80 92 / 0.05); +} +.to-teal-800\/10{ + --tw-gradient-to: rgb(5 80 92 / 0.1); +} +.to-teal-800\/20{ + --tw-gradient-to: rgb(5 80 92 / 0.2); +} +.to-teal-800\/25{ + --tw-gradient-to: rgb(5 80 92 / 0.25); +} +.to-teal-800\/30{ + --tw-gradient-to: rgb(5 80 92 / 0.3); +} +.to-teal-800\/40{ + --tw-gradient-to: rgb(5 80 92 / 0.4); +} +.to-teal-800\/50{ + --tw-gradient-to: rgb(5 80 92 / 0.5); +} +.to-teal-800\/60{ + --tw-gradient-to: rgb(5 80 92 / 0.6); +} +.to-teal-800\/70{ + --tw-gradient-to: rgb(5 80 92 / 0.7); +} +.to-teal-800\/75{ + --tw-gradient-to: rgb(5 80 92 / 0.75); +} +.to-teal-800\/80{ + --tw-gradient-to: rgb(5 80 92 / 0.8); +} +.to-teal-800\/90{ + --tw-gradient-to: rgb(5 80 92 / 0.9); +} +.to-teal-800\/95{ + --tw-gradient-to: rgb(5 80 92 / 0.95); +} +.to-teal-800\/100{ + --tw-gradient-to: rgb(5 80 92 / 1); +} +.to-teal-900\/0{ + --tw-gradient-to: rgb(1 68 81 / 0); +} +.to-teal-900\/5{ + --tw-gradient-to: rgb(1 68 81 / 0.05); +} +.to-teal-900\/10{ + --tw-gradient-to: rgb(1 68 81 / 0.1); +} +.to-teal-900\/20{ + --tw-gradient-to: rgb(1 68 81 / 0.2); +} +.to-teal-900\/25{ + --tw-gradient-to: rgb(1 68 81 / 0.25); +} +.to-teal-900\/30{ + --tw-gradient-to: rgb(1 68 81 / 0.3); +} +.to-teal-900\/40{ + --tw-gradient-to: rgb(1 68 81 / 0.4); +} +.to-teal-900\/50{ + --tw-gradient-to: rgb(1 68 81 / 0.5); +} +.to-teal-900\/60{ + --tw-gradient-to: rgb(1 68 81 / 0.6); +} +.to-teal-900\/70{ + --tw-gradient-to: rgb(1 68 81 / 0.7); +} +.to-teal-900\/75{ + --tw-gradient-to: rgb(1 68 81 / 0.75); +} +.to-teal-900\/80{ + --tw-gradient-to: rgb(1 68 81 / 0.8); +} +.to-teal-900\/90{ + --tw-gradient-to: rgb(1 68 81 / 0.9); +} +.to-teal-900\/95{ + --tw-gradient-to: rgb(1 68 81 / 0.95); +} +.to-teal-900\/100{ + --tw-gradient-to: rgb(1 68 81 / 1); +} +.to-cyan-50\/0{ + --tw-gradient-to: rgb(236 254 255 / 0); +} +.to-cyan-50\/5{ + --tw-gradient-to: rgb(236 254 255 / 0.05); +} +.to-cyan-50\/10{ + --tw-gradient-to: rgb(236 254 255 / 0.1); +} +.to-cyan-50\/20{ + --tw-gradient-to: rgb(236 254 255 / 0.2); +} +.to-cyan-50\/25{ + --tw-gradient-to: rgb(236 254 255 / 0.25); +} +.to-cyan-50\/30{ + --tw-gradient-to: rgb(236 254 255 / 0.3); +} +.to-cyan-50\/40{ + --tw-gradient-to: rgb(236 254 255 / 0.4); +} +.to-cyan-50\/50{ + --tw-gradient-to: rgb(236 254 255 / 0.5); +} +.to-cyan-50\/60{ + --tw-gradient-to: rgb(236 254 255 / 0.6); +} +.to-cyan-50\/70{ + --tw-gradient-to: rgb(236 254 255 / 0.7); +} +.to-cyan-50\/75{ + --tw-gradient-to: rgb(236 254 255 / 0.75); +} +.to-cyan-50\/80{ + --tw-gradient-to: rgb(236 254 255 / 0.8); +} +.to-cyan-50\/90{ + --tw-gradient-to: rgb(236 254 255 / 0.9); +} +.to-cyan-50\/95{ + --tw-gradient-to: rgb(236 254 255 / 0.95); +} +.to-cyan-50\/100{ + --tw-gradient-to: rgb(236 254 255 / 1); +} +.to-cyan-100\/0{ + --tw-gradient-to: rgb(207 250 254 / 0); +} +.to-cyan-100\/5{ + --tw-gradient-to: rgb(207 250 254 / 0.05); +} +.to-cyan-100\/10{ + --tw-gradient-to: rgb(207 250 254 / 0.1); +} +.to-cyan-100\/20{ + --tw-gradient-to: rgb(207 250 254 / 0.2); +} +.to-cyan-100\/25{ + --tw-gradient-to: rgb(207 250 254 / 0.25); +} +.to-cyan-100\/30{ + --tw-gradient-to: rgb(207 250 254 / 0.3); +} +.to-cyan-100\/40{ + --tw-gradient-to: rgb(207 250 254 / 0.4); +} +.to-cyan-100\/50{ + --tw-gradient-to: rgb(207 250 254 / 0.5); +} +.to-cyan-100\/60{ + --tw-gradient-to: rgb(207 250 254 / 0.6); +} +.to-cyan-100\/70{ + --tw-gradient-to: rgb(207 250 254 / 0.7); +} +.to-cyan-100\/75{ + --tw-gradient-to: rgb(207 250 254 / 0.75); +} +.to-cyan-100\/80{ + --tw-gradient-to: rgb(207 250 254 / 0.8); +} +.to-cyan-100\/90{ + --tw-gradient-to: rgb(207 250 254 / 0.9); +} +.to-cyan-100\/95{ + --tw-gradient-to: rgb(207 250 254 / 0.95); +} +.to-cyan-100\/100{ + --tw-gradient-to: rgb(207 250 254 / 1); +} +.to-cyan-200\/0{ + --tw-gradient-to: rgb(165 243 252 / 0); +} +.to-cyan-200\/5{ + --tw-gradient-to: rgb(165 243 252 / 0.05); +} +.to-cyan-200\/10{ + --tw-gradient-to: rgb(165 243 252 / 0.1); +} +.to-cyan-200\/20{ + --tw-gradient-to: rgb(165 243 252 / 0.2); +} +.to-cyan-200\/25{ + --tw-gradient-to: rgb(165 243 252 / 0.25); +} +.to-cyan-200\/30{ + --tw-gradient-to: rgb(165 243 252 / 0.3); +} +.to-cyan-200\/40{ + --tw-gradient-to: rgb(165 243 252 / 0.4); +} +.to-cyan-200\/50{ + --tw-gradient-to: rgb(165 243 252 / 0.5); +} +.to-cyan-200\/60{ + --tw-gradient-to: rgb(165 243 252 / 0.6); +} +.to-cyan-200\/70{ + --tw-gradient-to: rgb(165 243 252 / 0.7); +} +.to-cyan-200\/75{ + --tw-gradient-to: rgb(165 243 252 / 0.75); +} +.to-cyan-200\/80{ + --tw-gradient-to: rgb(165 243 252 / 0.8); +} +.to-cyan-200\/90{ + --tw-gradient-to: rgb(165 243 252 / 0.9); +} +.to-cyan-200\/95{ + --tw-gradient-to: rgb(165 243 252 / 0.95); +} +.to-cyan-200\/100{ + --tw-gradient-to: rgb(165 243 252 / 1); +} +.to-cyan-300\/0{ + --tw-gradient-to: rgb(103 232 249 / 0); +} +.to-cyan-300\/5{ + --tw-gradient-to: rgb(103 232 249 / 0.05); +} +.to-cyan-300\/10{ + --tw-gradient-to: rgb(103 232 249 / 0.1); +} +.to-cyan-300\/20{ + --tw-gradient-to: rgb(103 232 249 / 0.2); +} +.to-cyan-300\/25{ + --tw-gradient-to: rgb(103 232 249 / 0.25); +} +.to-cyan-300\/30{ + --tw-gradient-to: rgb(103 232 249 / 0.3); +} +.to-cyan-300\/40{ + --tw-gradient-to: rgb(103 232 249 / 0.4); +} +.to-cyan-300\/50{ + --tw-gradient-to: rgb(103 232 249 / 0.5); +} +.to-cyan-300\/60{ + --tw-gradient-to: rgb(103 232 249 / 0.6); +} +.to-cyan-300\/70{ + --tw-gradient-to: rgb(103 232 249 / 0.7); +} +.to-cyan-300\/75{ + --tw-gradient-to: rgb(103 232 249 / 0.75); +} +.to-cyan-300\/80{ + --tw-gradient-to: rgb(103 232 249 / 0.8); +} +.to-cyan-300\/90{ + --tw-gradient-to: rgb(103 232 249 / 0.9); +} +.to-cyan-300\/95{ + --tw-gradient-to: rgb(103 232 249 / 0.95); +} +.to-cyan-300\/100{ + --tw-gradient-to: rgb(103 232 249 / 1); +} +.to-cyan-400\/0{ + --tw-gradient-to: rgb(34 211 238 / 0); +} +.to-cyan-400\/5{ + --tw-gradient-to: rgb(34 211 238 / 0.05); +} +.to-cyan-400\/10{ + --tw-gradient-to: rgb(34 211 238 / 0.1); +} +.to-cyan-400\/20{ + --tw-gradient-to: rgb(34 211 238 / 0.2); +} +.to-cyan-400\/25{ + --tw-gradient-to: rgb(34 211 238 / 0.25); +} +.to-cyan-400\/30{ + --tw-gradient-to: rgb(34 211 238 / 0.3); +} +.to-cyan-400\/40{ + --tw-gradient-to: rgb(34 211 238 / 0.4); +} +.to-cyan-400\/50{ + --tw-gradient-to: rgb(34 211 238 / 0.5); +} +.to-cyan-400\/60{ + --tw-gradient-to: rgb(34 211 238 / 0.6); +} +.to-cyan-400\/70{ + --tw-gradient-to: rgb(34 211 238 / 0.7); +} +.to-cyan-400\/75{ + --tw-gradient-to: rgb(34 211 238 / 0.75); +} +.to-cyan-400\/80{ + --tw-gradient-to: rgb(34 211 238 / 0.8); +} +.to-cyan-400\/90{ + --tw-gradient-to: rgb(34 211 238 / 0.9); +} +.to-cyan-400\/95{ + --tw-gradient-to: rgb(34 211 238 / 0.95); +} +.to-cyan-400\/100{ + --tw-gradient-to: rgb(34 211 238 / 1); +} +.to-cyan-500\/0{ + --tw-gradient-to: rgb(6 182 212 / 0); +} +.to-cyan-500\/5{ + --tw-gradient-to: rgb(6 182 212 / 0.05); +} +.to-cyan-500\/10{ + --tw-gradient-to: rgb(6 182 212 / 0.1); +} +.to-cyan-500\/20{ + --tw-gradient-to: rgb(6 182 212 / 0.2); +} +.to-cyan-500\/25{ + --tw-gradient-to: rgb(6 182 212 / 0.25); +} +.to-cyan-500\/30{ + --tw-gradient-to: rgb(6 182 212 / 0.3); +} +.to-cyan-500\/40{ + --tw-gradient-to: rgb(6 182 212 / 0.4); +} +.to-cyan-500\/50{ + --tw-gradient-to: rgb(6 182 212 / 0.5); +} +.to-cyan-500\/60{ + --tw-gradient-to: rgb(6 182 212 / 0.6); +} +.to-cyan-500\/70{ + --tw-gradient-to: rgb(6 182 212 / 0.7); +} +.to-cyan-500\/75{ + --tw-gradient-to: rgb(6 182 212 / 0.75); +} +.to-cyan-500\/80{ + --tw-gradient-to: rgb(6 182 212 / 0.8); +} +.to-cyan-500\/90{ + --tw-gradient-to: rgb(6 182 212 / 0.9); +} +.to-cyan-500\/95{ + --tw-gradient-to: rgb(6 182 212 / 0.95); +} +.to-cyan-500\/100{ + --tw-gradient-to: rgb(6 182 212 / 1); +} +.to-cyan-600\/0{ + --tw-gradient-to: rgb(8 145 178 / 0); +} +.to-cyan-600\/5{ + --tw-gradient-to: rgb(8 145 178 / 0.05); +} +.to-cyan-600\/10{ + --tw-gradient-to: rgb(8 145 178 / 0.1); +} +.to-cyan-600\/20{ + --tw-gradient-to: rgb(8 145 178 / 0.2); +} +.to-cyan-600\/25{ + --tw-gradient-to: rgb(8 145 178 / 0.25); +} +.to-cyan-600\/30{ + --tw-gradient-to: rgb(8 145 178 / 0.3); +} +.to-cyan-600\/40{ + --tw-gradient-to: rgb(8 145 178 / 0.4); +} +.to-cyan-600\/50{ + --tw-gradient-to: rgb(8 145 178 / 0.5); +} +.to-cyan-600\/60{ + --tw-gradient-to: rgb(8 145 178 / 0.6); +} +.to-cyan-600\/70{ + --tw-gradient-to: rgb(8 145 178 / 0.7); +} +.to-cyan-600\/75{ + --tw-gradient-to: rgb(8 145 178 / 0.75); +} +.to-cyan-600\/80{ + --tw-gradient-to: rgb(8 145 178 / 0.8); +} +.to-cyan-600\/90{ + --tw-gradient-to: rgb(8 145 178 / 0.9); +} +.to-cyan-600\/95{ + --tw-gradient-to: rgb(8 145 178 / 0.95); +} +.to-cyan-600\/100{ + --tw-gradient-to: rgb(8 145 178 / 1); +} +.to-cyan-700\/0{ + --tw-gradient-to: rgb(14 116 144 / 0); +} +.to-cyan-700\/5{ + --tw-gradient-to: rgb(14 116 144 / 0.05); +} +.to-cyan-700\/10{ + --tw-gradient-to: rgb(14 116 144 / 0.1); +} +.to-cyan-700\/20{ + --tw-gradient-to: rgb(14 116 144 / 0.2); +} +.to-cyan-700\/25{ + --tw-gradient-to: rgb(14 116 144 / 0.25); +} +.to-cyan-700\/30{ + --tw-gradient-to: rgb(14 116 144 / 0.3); +} +.to-cyan-700\/40{ + --tw-gradient-to: rgb(14 116 144 / 0.4); +} +.to-cyan-700\/50{ + --tw-gradient-to: rgb(14 116 144 / 0.5); +} +.to-cyan-700\/60{ + --tw-gradient-to: rgb(14 116 144 / 0.6); +} +.to-cyan-700\/70{ + --tw-gradient-to: rgb(14 116 144 / 0.7); +} +.to-cyan-700\/75{ + --tw-gradient-to: rgb(14 116 144 / 0.75); +} +.to-cyan-700\/80{ + --tw-gradient-to: rgb(14 116 144 / 0.8); +} +.to-cyan-700\/90{ + --tw-gradient-to: rgb(14 116 144 / 0.9); +} +.to-cyan-700\/95{ + --tw-gradient-to: rgb(14 116 144 / 0.95); +} +.to-cyan-700\/100{ + --tw-gradient-to: rgb(14 116 144 / 1); +} +.to-cyan-800\/0{ + --tw-gradient-to: rgb(21 94 117 / 0); +} +.to-cyan-800\/5{ + --tw-gradient-to: rgb(21 94 117 / 0.05); +} +.to-cyan-800\/10{ + --tw-gradient-to: rgb(21 94 117 / 0.1); +} +.to-cyan-800\/20{ + --tw-gradient-to: rgb(21 94 117 / 0.2); +} +.to-cyan-800\/25{ + --tw-gradient-to: rgb(21 94 117 / 0.25); +} +.to-cyan-800\/30{ + --tw-gradient-to: rgb(21 94 117 / 0.3); +} +.to-cyan-800\/40{ + --tw-gradient-to: rgb(21 94 117 / 0.4); +} +.to-cyan-800\/50{ + --tw-gradient-to: rgb(21 94 117 / 0.5); +} +.to-cyan-800\/60{ + --tw-gradient-to: rgb(21 94 117 / 0.6); +} +.to-cyan-800\/70{ + --tw-gradient-to: rgb(21 94 117 / 0.7); +} +.to-cyan-800\/75{ + --tw-gradient-to: rgb(21 94 117 / 0.75); +} +.to-cyan-800\/80{ + --tw-gradient-to: rgb(21 94 117 / 0.8); +} +.to-cyan-800\/90{ + --tw-gradient-to: rgb(21 94 117 / 0.9); +} +.to-cyan-800\/95{ + --tw-gradient-to: rgb(21 94 117 / 0.95); +} +.to-cyan-800\/100{ + --tw-gradient-to: rgb(21 94 117 / 1); +} +.to-cyan-900\/0{ + --tw-gradient-to: rgb(22 78 99 / 0); +} +.to-cyan-900\/5{ + --tw-gradient-to: rgb(22 78 99 / 0.05); +} +.to-cyan-900\/10{ + --tw-gradient-to: rgb(22 78 99 / 0.1); +} +.to-cyan-900\/20{ + --tw-gradient-to: rgb(22 78 99 / 0.2); +} +.to-cyan-900\/25{ + --tw-gradient-to: rgb(22 78 99 / 0.25); +} +.to-cyan-900\/30{ + --tw-gradient-to: rgb(22 78 99 / 0.3); +} +.to-cyan-900\/40{ + --tw-gradient-to: rgb(22 78 99 / 0.4); +} +.to-cyan-900\/50{ + --tw-gradient-to: rgb(22 78 99 / 0.5); +} +.to-cyan-900\/60{ + --tw-gradient-to: rgb(22 78 99 / 0.6); +} +.to-cyan-900\/70{ + --tw-gradient-to: rgb(22 78 99 / 0.7); +} +.to-cyan-900\/75{ + --tw-gradient-to: rgb(22 78 99 / 0.75); +} +.to-cyan-900\/80{ + --tw-gradient-to: rgb(22 78 99 / 0.8); +} +.to-cyan-900\/90{ + --tw-gradient-to: rgb(22 78 99 / 0.9); +} +.to-cyan-900\/95{ + --tw-gradient-to: rgb(22 78 99 / 0.95); +} +.to-cyan-900\/100{ + --tw-gradient-to: rgb(22 78 99 / 1); +} +.to-sky-50\/0{ + --tw-gradient-to: rgb(240 249 255 / 0); +} +.to-sky-50\/5{ + --tw-gradient-to: rgb(240 249 255 / 0.05); +} +.to-sky-50\/10{ + --tw-gradient-to: rgb(240 249 255 / 0.1); +} +.to-sky-50\/20{ + --tw-gradient-to: rgb(240 249 255 / 0.2); +} +.to-sky-50\/25{ + --tw-gradient-to: rgb(240 249 255 / 0.25); +} +.to-sky-50\/30{ + --tw-gradient-to: rgb(240 249 255 / 0.3); +} +.to-sky-50\/40{ + --tw-gradient-to: rgb(240 249 255 / 0.4); +} +.to-sky-50\/50{ + --tw-gradient-to: rgb(240 249 255 / 0.5); +} +.to-sky-50\/60{ + --tw-gradient-to: rgb(240 249 255 / 0.6); +} +.to-sky-50\/70{ + --tw-gradient-to: rgb(240 249 255 / 0.7); +} +.to-sky-50\/75{ + --tw-gradient-to: rgb(240 249 255 / 0.75); +} +.to-sky-50\/80{ + --tw-gradient-to: rgb(240 249 255 / 0.8); +} +.to-sky-50\/90{ + --tw-gradient-to: rgb(240 249 255 / 0.9); +} +.to-sky-50\/95{ + --tw-gradient-to: rgb(240 249 255 / 0.95); +} +.to-sky-50\/100{ + --tw-gradient-to: rgb(240 249 255 / 1); +} +.to-sky-100\/0{ + --tw-gradient-to: rgb(224 242 254 / 0); +} +.to-sky-100\/5{ + --tw-gradient-to: rgb(224 242 254 / 0.05); +} +.to-sky-100\/10{ + --tw-gradient-to: rgb(224 242 254 / 0.1); +} +.to-sky-100\/20{ + --tw-gradient-to: rgb(224 242 254 / 0.2); +} +.to-sky-100\/25{ + --tw-gradient-to: rgb(224 242 254 / 0.25); +} +.to-sky-100\/30{ + --tw-gradient-to: rgb(224 242 254 / 0.3); +} +.to-sky-100\/40{ + --tw-gradient-to: rgb(224 242 254 / 0.4); +} +.to-sky-100\/50{ + --tw-gradient-to: rgb(224 242 254 / 0.5); +} +.to-sky-100\/60{ + --tw-gradient-to: rgb(224 242 254 / 0.6); +} +.to-sky-100\/70{ + --tw-gradient-to: rgb(224 242 254 / 0.7); +} +.to-sky-100\/75{ + --tw-gradient-to: rgb(224 242 254 / 0.75); +} +.to-sky-100\/80{ + --tw-gradient-to: rgb(224 242 254 / 0.8); +} +.to-sky-100\/90{ + --tw-gradient-to: rgb(224 242 254 / 0.9); +} +.to-sky-100\/95{ + --tw-gradient-to: rgb(224 242 254 / 0.95); +} +.to-sky-100\/100{ + --tw-gradient-to: rgb(224 242 254 / 1); +} +.to-sky-200\/0{ + --tw-gradient-to: rgb(186 230 253 / 0); +} +.to-sky-200\/5{ + --tw-gradient-to: rgb(186 230 253 / 0.05); +} +.to-sky-200\/10{ + --tw-gradient-to: rgb(186 230 253 / 0.1); +} +.to-sky-200\/20{ + --tw-gradient-to: rgb(186 230 253 / 0.2); +} +.to-sky-200\/25{ + --tw-gradient-to: rgb(186 230 253 / 0.25); +} +.to-sky-200\/30{ + --tw-gradient-to: rgb(186 230 253 / 0.3); +} +.to-sky-200\/40{ + --tw-gradient-to: rgb(186 230 253 / 0.4); +} +.to-sky-200\/50{ + --tw-gradient-to: rgb(186 230 253 / 0.5); +} +.to-sky-200\/60{ + --tw-gradient-to: rgb(186 230 253 / 0.6); +} +.to-sky-200\/70{ + --tw-gradient-to: rgb(186 230 253 / 0.7); +} +.to-sky-200\/75{ + --tw-gradient-to: rgb(186 230 253 / 0.75); +} +.to-sky-200\/80{ + --tw-gradient-to: rgb(186 230 253 / 0.8); +} +.to-sky-200\/90{ + --tw-gradient-to: rgb(186 230 253 / 0.9); +} +.to-sky-200\/95{ + --tw-gradient-to: rgb(186 230 253 / 0.95); +} +.to-sky-200\/100{ + --tw-gradient-to: rgb(186 230 253 / 1); +} +.to-sky-300\/0{ + --tw-gradient-to: rgb(125 211 252 / 0); +} +.to-sky-300\/5{ + --tw-gradient-to: rgb(125 211 252 / 0.05); +} +.to-sky-300\/10{ + --tw-gradient-to: rgb(125 211 252 / 0.1); +} +.to-sky-300\/20{ + --tw-gradient-to: rgb(125 211 252 / 0.2); +} +.to-sky-300\/25{ + --tw-gradient-to: rgb(125 211 252 / 0.25); +} +.to-sky-300\/30{ + --tw-gradient-to: rgb(125 211 252 / 0.3); +} +.to-sky-300\/40{ + --tw-gradient-to: rgb(125 211 252 / 0.4); +} +.to-sky-300\/50{ + --tw-gradient-to: rgb(125 211 252 / 0.5); +} +.to-sky-300\/60{ + --tw-gradient-to: rgb(125 211 252 / 0.6); +} +.to-sky-300\/70{ + --tw-gradient-to: rgb(125 211 252 / 0.7); +} +.to-sky-300\/75{ + --tw-gradient-to: rgb(125 211 252 / 0.75); +} +.to-sky-300\/80{ + --tw-gradient-to: rgb(125 211 252 / 0.8); +} +.to-sky-300\/90{ + --tw-gradient-to: rgb(125 211 252 / 0.9); +} +.to-sky-300\/95{ + --tw-gradient-to: rgb(125 211 252 / 0.95); +} +.to-sky-300\/100{ + --tw-gradient-to: rgb(125 211 252 / 1); +} +.to-sky-400\/0{ + --tw-gradient-to: rgb(56 189 248 / 0); +} +.to-sky-400\/5{ + --tw-gradient-to: rgb(56 189 248 / 0.05); +} +.to-sky-400\/10{ + --tw-gradient-to: rgb(56 189 248 / 0.1); +} +.to-sky-400\/20{ + --tw-gradient-to: rgb(56 189 248 / 0.2); +} +.to-sky-400\/25{ + --tw-gradient-to: rgb(56 189 248 / 0.25); +} +.to-sky-400\/30{ + --tw-gradient-to: rgb(56 189 248 / 0.3); +} +.to-sky-400\/40{ + --tw-gradient-to: rgb(56 189 248 / 0.4); +} +.to-sky-400\/50{ + --tw-gradient-to: rgb(56 189 248 / 0.5); +} +.to-sky-400\/60{ + --tw-gradient-to: rgb(56 189 248 / 0.6); +} +.to-sky-400\/70{ + --tw-gradient-to: rgb(56 189 248 / 0.7); +} +.to-sky-400\/75{ + --tw-gradient-to: rgb(56 189 248 / 0.75); +} +.to-sky-400\/80{ + --tw-gradient-to: rgb(56 189 248 / 0.8); +} +.to-sky-400\/90{ + --tw-gradient-to: rgb(56 189 248 / 0.9); +} +.to-sky-400\/95{ + --tw-gradient-to: rgb(56 189 248 / 0.95); +} +.to-sky-400\/100{ + --tw-gradient-to: rgb(56 189 248 / 1); +} +.to-sky-500\/0{ + --tw-gradient-to: rgb(14 165 233 / 0); +} +.to-sky-500\/5{ + --tw-gradient-to: rgb(14 165 233 / 0.05); +} +.to-sky-500\/10{ + --tw-gradient-to: rgb(14 165 233 / 0.1); +} +.to-sky-500\/20{ + --tw-gradient-to: rgb(14 165 233 / 0.2); +} +.to-sky-500\/25{ + --tw-gradient-to: rgb(14 165 233 / 0.25); +} +.to-sky-500\/30{ + --tw-gradient-to: rgb(14 165 233 / 0.3); +} +.to-sky-500\/40{ + --tw-gradient-to: rgb(14 165 233 / 0.4); +} +.to-sky-500\/50{ + --tw-gradient-to: rgb(14 165 233 / 0.5); +} +.to-sky-500\/60{ + --tw-gradient-to: rgb(14 165 233 / 0.6); +} +.to-sky-500\/70{ + --tw-gradient-to: rgb(14 165 233 / 0.7); +} +.to-sky-500\/75{ + --tw-gradient-to: rgb(14 165 233 / 0.75); +} +.to-sky-500\/80{ + --tw-gradient-to: rgb(14 165 233 / 0.8); +} +.to-sky-500\/90{ + --tw-gradient-to: rgb(14 165 233 / 0.9); +} +.to-sky-500\/95{ + --tw-gradient-to: rgb(14 165 233 / 0.95); +} +.to-sky-500\/100{ + --tw-gradient-to: rgb(14 165 233 / 1); +} +.to-sky-600\/0{ + --tw-gradient-to: rgb(2 132 199 / 0); +} +.to-sky-600\/5{ + --tw-gradient-to: rgb(2 132 199 / 0.05); +} +.to-sky-600\/10{ + --tw-gradient-to: rgb(2 132 199 / 0.1); +} +.to-sky-600\/20{ + --tw-gradient-to: rgb(2 132 199 / 0.2); +} +.to-sky-600\/25{ + --tw-gradient-to: rgb(2 132 199 / 0.25); +} +.to-sky-600\/30{ + --tw-gradient-to: rgb(2 132 199 / 0.3); +} +.to-sky-600\/40{ + --tw-gradient-to: rgb(2 132 199 / 0.4); +} +.to-sky-600\/50{ + --tw-gradient-to: rgb(2 132 199 / 0.5); +} +.to-sky-600\/60{ + --tw-gradient-to: rgb(2 132 199 / 0.6); +} +.to-sky-600\/70{ + --tw-gradient-to: rgb(2 132 199 / 0.7); +} +.to-sky-600\/75{ + --tw-gradient-to: rgb(2 132 199 / 0.75); +} +.to-sky-600\/80{ + --tw-gradient-to: rgb(2 132 199 / 0.8); +} +.to-sky-600\/90{ + --tw-gradient-to: rgb(2 132 199 / 0.9); +} +.to-sky-600\/95{ + --tw-gradient-to: rgb(2 132 199 / 0.95); +} +.to-sky-600\/100{ + --tw-gradient-to: rgb(2 132 199 / 1); +} +.to-sky-700\/0{ + --tw-gradient-to: rgb(3 105 161 / 0); +} +.to-sky-700\/5{ + --tw-gradient-to: rgb(3 105 161 / 0.05); +} +.to-sky-700\/10{ + --tw-gradient-to: rgb(3 105 161 / 0.1); +} +.to-sky-700\/20{ + --tw-gradient-to: rgb(3 105 161 / 0.2); +} +.to-sky-700\/25{ + --tw-gradient-to: rgb(3 105 161 / 0.25); +} +.to-sky-700\/30{ + --tw-gradient-to: rgb(3 105 161 / 0.3); +} +.to-sky-700\/40{ + --tw-gradient-to: rgb(3 105 161 / 0.4); +} +.to-sky-700\/50{ + --tw-gradient-to: rgb(3 105 161 / 0.5); +} +.to-sky-700\/60{ + --tw-gradient-to: rgb(3 105 161 / 0.6); +} +.to-sky-700\/70{ + --tw-gradient-to: rgb(3 105 161 / 0.7); +} +.to-sky-700\/75{ + --tw-gradient-to: rgb(3 105 161 / 0.75); +} +.to-sky-700\/80{ + --tw-gradient-to: rgb(3 105 161 / 0.8); +} +.to-sky-700\/90{ + --tw-gradient-to: rgb(3 105 161 / 0.9); +} +.to-sky-700\/95{ + --tw-gradient-to: rgb(3 105 161 / 0.95); +} +.to-sky-700\/100{ + --tw-gradient-to: rgb(3 105 161 / 1); +} +.to-sky-800\/0{ + --tw-gradient-to: rgb(7 89 133 / 0); +} +.to-sky-800\/5{ + --tw-gradient-to: rgb(7 89 133 / 0.05); +} +.to-sky-800\/10{ + --tw-gradient-to: rgb(7 89 133 / 0.1); +} +.to-sky-800\/20{ + --tw-gradient-to: rgb(7 89 133 / 0.2); +} +.to-sky-800\/25{ + --tw-gradient-to: rgb(7 89 133 / 0.25); +} +.to-sky-800\/30{ + --tw-gradient-to: rgb(7 89 133 / 0.3); +} +.to-sky-800\/40{ + --tw-gradient-to: rgb(7 89 133 / 0.4); +} +.to-sky-800\/50{ + --tw-gradient-to: rgb(7 89 133 / 0.5); +} +.to-sky-800\/60{ + --tw-gradient-to: rgb(7 89 133 / 0.6); +} +.to-sky-800\/70{ + --tw-gradient-to: rgb(7 89 133 / 0.7); +} +.to-sky-800\/75{ + --tw-gradient-to: rgb(7 89 133 / 0.75); +} +.to-sky-800\/80{ + --tw-gradient-to: rgb(7 89 133 / 0.8); +} +.to-sky-800\/90{ + --tw-gradient-to: rgb(7 89 133 / 0.9); +} +.to-sky-800\/95{ + --tw-gradient-to: rgb(7 89 133 / 0.95); +} +.to-sky-800\/100{ + --tw-gradient-to: rgb(7 89 133 / 1); +} +.to-sky-900\/0{ + --tw-gradient-to: rgb(12 74 110 / 0); +} +.to-sky-900\/5{ + --tw-gradient-to: rgb(12 74 110 / 0.05); +} +.to-sky-900\/10{ + --tw-gradient-to: rgb(12 74 110 / 0.1); +} +.to-sky-900\/20{ + --tw-gradient-to: rgb(12 74 110 / 0.2); +} +.to-sky-900\/25{ + --tw-gradient-to: rgb(12 74 110 / 0.25); +} +.to-sky-900\/30{ + --tw-gradient-to: rgb(12 74 110 / 0.3); +} +.to-sky-900\/40{ + --tw-gradient-to: rgb(12 74 110 / 0.4); +} +.to-sky-900\/50{ + --tw-gradient-to: rgb(12 74 110 / 0.5); +} +.to-sky-900\/60{ + --tw-gradient-to: rgb(12 74 110 / 0.6); +} +.to-sky-900\/70{ + --tw-gradient-to: rgb(12 74 110 / 0.7); +} +.to-sky-900\/75{ + --tw-gradient-to: rgb(12 74 110 / 0.75); +} +.to-sky-900\/80{ + --tw-gradient-to: rgb(12 74 110 / 0.8); +} +.to-sky-900\/90{ + --tw-gradient-to: rgb(12 74 110 / 0.9); +} +.to-sky-900\/95{ + --tw-gradient-to: rgb(12 74 110 / 0.95); +} +.to-sky-900\/100{ + --tw-gradient-to: rgb(12 74 110 / 1); +} +.to-blue-50\/0{ + --tw-gradient-to: rgb(242 248 251 / 0); +} +.to-blue-50\/5{ + --tw-gradient-to: rgb(242 248 251 / 0.05); +} +.to-blue-50\/10{ + --tw-gradient-to: rgb(242 248 251 / 0.1); +} +.to-blue-50\/20{ + --tw-gradient-to: rgb(242 248 251 / 0.2); +} +.to-blue-50\/25{ + --tw-gradient-to: rgb(242 248 251 / 0.25); +} +.to-blue-50\/30{ + --tw-gradient-to: rgb(242 248 251 / 0.3); +} +.to-blue-50\/40{ + --tw-gradient-to: rgb(242 248 251 / 0.4); +} +.to-blue-50\/50{ + --tw-gradient-to: rgb(242 248 251 / 0.5); +} +.to-blue-50\/60{ + --tw-gradient-to: rgb(242 248 251 / 0.6); +} +.to-blue-50\/70{ + --tw-gradient-to: rgb(242 248 251 / 0.7); +} +.to-blue-50\/75{ + --tw-gradient-to: rgb(242 248 251 / 0.75); +} +.to-blue-50\/80{ + --tw-gradient-to: rgb(242 248 251 / 0.8); +} +.to-blue-50\/90{ + --tw-gradient-to: rgb(242 248 251 / 0.9); +} +.to-blue-50\/95{ + --tw-gradient-to: rgb(242 248 251 / 0.95); +} +.to-blue-50\/100{ + --tw-gradient-to: rgb(242 248 251 / 1); +} +.to-blue-100\/0{ + --tw-gradient-to: rgb(230 241 246 / 0); +} +.to-blue-100\/5{ + --tw-gradient-to: rgb(230 241 246 / 0.05); +} +.to-blue-100\/10{ + --tw-gradient-to: rgb(230 241 246 / 0.1); +} +.to-blue-100\/20{ + --tw-gradient-to: rgb(230 241 246 / 0.2); +} +.to-blue-100\/25{ + --tw-gradient-to: rgb(230 241 246 / 0.25); +} +.to-blue-100\/30{ + --tw-gradient-to: rgb(230 241 246 / 0.3); +} +.to-blue-100\/40{ + --tw-gradient-to: rgb(230 241 246 / 0.4); +} +.to-blue-100\/50{ + --tw-gradient-to: rgb(230 241 246 / 0.5); +} +.to-blue-100\/60{ + --tw-gradient-to: rgb(230 241 246 / 0.6); +} +.to-blue-100\/70{ + --tw-gradient-to: rgb(230 241 246 / 0.7); +} +.to-blue-100\/75{ + --tw-gradient-to: rgb(230 241 246 / 0.75); +} +.to-blue-100\/80{ + --tw-gradient-to: rgb(230 241 246 / 0.8); +} +.to-blue-100\/90{ + --tw-gradient-to: rgb(230 241 246 / 0.9); +} +.to-blue-100\/95{ + --tw-gradient-to: rgb(230 241 246 / 0.95); +} +.to-blue-100\/100{ + --tw-gradient-to: rgb(230 241 246 / 1); +} +.to-blue-200\/0{ + --tw-gradient-to: rgb(191 219 233 / 0); +} +.to-blue-200\/5{ + --tw-gradient-to: rgb(191 219 233 / 0.05); +} +.to-blue-200\/10{ + --tw-gradient-to: rgb(191 219 233 / 0.1); +} +.to-blue-200\/20{ + --tw-gradient-to: rgb(191 219 233 / 0.2); +} +.to-blue-200\/25{ + --tw-gradient-to: rgb(191 219 233 / 0.25); +} +.to-blue-200\/30{ + --tw-gradient-to: rgb(191 219 233 / 0.3); +} +.to-blue-200\/40{ + --tw-gradient-to: rgb(191 219 233 / 0.4); +} +.to-blue-200\/50{ + --tw-gradient-to: rgb(191 219 233 / 0.5); +} +.to-blue-200\/60{ + --tw-gradient-to: rgb(191 219 233 / 0.6); +} +.to-blue-200\/70{ + --tw-gradient-to: rgb(191 219 233 / 0.7); +} +.to-blue-200\/75{ + --tw-gradient-to: rgb(191 219 233 / 0.75); +} +.to-blue-200\/80{ + --tw-gradient-to: rgb(191 219 233 / 0.8); +} +.to-blue-200\/90{ + --tw-gradient-to: rgb(191 219 233 / 0.9); +} +.to-blue-200\/95{ + --tw-gradient-to: rgb(191 219 233 / 0.95); +} +.to-blue-200\/100{ + --tw-gradient-to: rgb(191 219 233 / 1); +} +.to-blue-300\/0{ + --tw-gradient-to: rgb(153 197 219 / 0); +} +.to-blue-300\/5{ + --tw-gradient-to: rgb(153 197 219 / 0.05); +} +.to-blue-300\/10{ + --tw-gradient-to: rgb(153 197 219 / 0.1); +} +.to-blue-300\/20{ + --tw-gradient-to: rgb(153 197 219 / 0.2); +} +.to-blue-300\/25{ + --tw-gradient-to: rgb(153 197 219 / 0.25); +} +.to-blue-300\/30{ + --tw-gradient-to: rgb(153 197 219 / 0.3); +} +.to-blue-300\/40{ + --tw-gradient-to: rgb(153 197 219 / 0.4); +} +.to-blue-300\/50{ + --tw-gradient-to: rgb(153 197 219 / 0.5); +} +.to-blue-300\/60{ + --tw-gradient-to: rgb(153 197 219 / 0.6); +} +.to-blue-300\/70{ + --tw-gradient-to: rgb(153 197 219 / 0.7); +} +.to-blue-300\/75{ + --tw-gradient-to: rgb(153 197 219 / 0.75); +} +.to-blue-300\/80{ + --tw-gradient-to: rgb(153 197 219 / 0.8); +} +.to-blue-300\/90{ + --tw-gradient-to: rgb(153 197 219 / 0.9); +} +.to-blue-300\/95{ + --tw-gradient-to: rgb(153 197 219 / 0.95); +} +.to-blue-300\/100{ + --tw-gradient-to: rgb(153 197 219 / 1); +} +.to-blue-400\/0{ + --tw-gradient-to: rgb(77 154 193 / 0); +} +.to-blue-400\/5{ + --tw-gradient-to: rgb(77 154 193 / 0.05); +} +.to-blue-400\/10{ + --tw-gradient-to: rgb(77 154 193 / 0.1); +} +.to-blue-400\/20{ + --tw-gradient-to: rgb(77 154 193 / 0.2); +} +.to-blue-400\/25{ + --tw-gradient-to: rgb(77 154 193 / 0.25); +} +.to-blue-400\/30{ + --tw-gradient-to: rgb(77 154 193 / 0.3); +} +.to-blue-400\/40{ + --tw-gradient-to: rgb(77 154 193 / 0.4); +} +.to-blue-400\/50{ + --tw-gradient-to: rgb(77 154 193 / 0.5); +} +.to-blue-400\/60{ + --tw-gradient-to: rgb(77 154 193 / 0.6); +} +.to-blue-400\/70{ + --tw-gradient-to: rgb(77 154 193 / 0.7); +} +.to-blue-400\/75{ + --tw-gradient-to: rgb(77 154 193 / 0.75); +} +.to-blue-400\/80{ + --tw-gradient-to: rgb(77 154 193 / 0.8); +} +.to-blue-400\/90{ + --tw-gradient-to: rgb(77 154 193 / 0.9); +} +.to-blue-400\/95{ + --tw-gradient-to: rgb(77 154 193 / 0.95); +} +.to-blue-400\/100{ + --tw-gradient-to: rgb(77 154 193 / 1); +} +.to-blue-500\/0{ + --tw-gradient-to: rgb(0 110 166 / 0); +} +.to-blue-500\/5{ + --tw-gradient-to: rgb(0 110 166 / 0.05); +} +.to-blue-500\/10{ + --tw-gradient-to: rgb(0 110 166 / 0.1); +} +.to-blue-500\/20{ + --tw-gradient-to: rgb(0 110 166 / 0.2); +} +.to-blue-500\/25{ + --tw-gradient-to: rgb(0 110 166 / 0.25); +} +.to-blue-500\/30{ + --tw-gradient-to: rgb(0 110 166 / 0.3); +} +.to-blue-500\/40{ + --tw-gradient-to: rgb(0 110 166 / 0.4); +} +.to-blue-500\/50{ + --tw-gradient-to: rgb(0 110 166 / 0.5); +} +.to-blue-500\/60{ + --tw-gradient-to: rgb(0 110 166 / 0.6); +} +.to-blue-500\/70{ + --tw-gradient-to: rgb(0 110 166 / 0.7); +} +.to-blue-500\/75{ + --tw-gradient-to: rgb(0 110 166 / 0.75); +} +.to-blue-500\/80{ + --tw-gradient-to: rgb(0 110 166 / 0.8); +} +.to-blue-500\/90{ + --tw-gradient-to: rgb(0 110 166 / 0.9); +} +.to-blue-500\/95{ + --tw-gradient-to: rgb(0 110 166 / 0.95); +} +.to-blue-500\/100{ + --tw-gradient-to: rgb(0 110 166 / 1); +} +.to-blue-600\/0{ + --tw-gradient-to: rgb(0 99 149 / 0); +} +.to-blue-600\/5{ + --tw-gradient-to: rgb(0 99 149 / 0.05); +} +.to-blue-600\/10{ + --tw-gradient-to: rgb(0 99 149 / 0.1); +} +.to-blue-600\/20{ + --tw-gradient-to: rgb(0 99 149 / 0.2); +} +.to-blue-600\/25{ + --tw-gradient-to: rgb(0 99 149 / 0.25); +} +.to-blue-600\/30{ + --tw-gradient-to: rgb(0 99 149 / 0.3); +} +.to-blue-600\/40{ + --tw-gradient-to: rgb(0 99 149 / 0.4); +} +.to-blue-600\/50{ + --tw-gradient-to: rgb(0 99 149 / 0.5); +} +.to-blue-600\/60{ + --tw-gradient-to: rgb(0 99 149 / 0.6); +} +.to-blue-600\/70{ + --tw-gradient-to: rgb(0 99 149 / 0.7); +} +.to-blue-600\/75{ + --tw-gradient-to: rgb(0 99 149 / 0.75); +} +.to-blue-600\/80{ + --tw-gradient-to: rgb(0 99 149 / 0.8); +} +.to-blue-600\/90{ + --tw-gradient-to: rgb(0 99 149 / 0.9); +} +.to-blue-600\/95{ + --tw-gradient-to: rgb(0 99 149 / 0.95); +} +.to-blue-600\/100{ + --tw-gradient-to: rgb(0 99 149 / 1); +} +.to-blue-700\/0{ + --tw-gradient-to: rgb(0 83 125 / 0); +} +.to-blue-700\/5{ + --tw-gradient-to: rgb(0 83 125 / 0.05); +} +.to-blue-700\/10{ + --tw-gradient-to: rgb(0 83 125 / 0.1); +} +.to-blue-700\/20{ + --tw-gradient-to: rgb(0 83 125 / 0.2); +} +.to-blue-700\/25{ + --tw-gradient-to: rgb(0 83 125 / 0.25); +} +.to-blue-700\/30{ + --tw-gradient-to: rgb(0 83 125 / 0.3); +} +.to-blue-700\/40{ + --tw-gradient-to: rgb(0 83 125 / 0.4); +} +.to-blue-700\/50{ + --tw-gradient-to: rgb(0 83 125 / 0.5); +} +.to-blue-700\/60{ + --tw-gradient-to: rgb(0 83 125 / 0.6); +} +.to-blue-700\/70{ + --tw-gradient-to: rgb(0 83 125 / 0.7); +} +.to-blue-700\/75{ + --tw-gradient-to: rgb(0 83 125 / 0.75); +} +.to-blue-700\/80{ + --tw-gradient-to: rgb(0 83 125 / 0.8); +} +.to-blue-700\/90{ + --tw-gradient-to: rgb(0 83 125 / 0.9); +} +.to-blue-700\/95{ + --tw-gradient-to: rgb(0 83 125 / 0.95); +} +.to-blue-700\/100{ + --tw-gradient-to: rgb(0 83 125 / 1); +} +.to-blue-800\/0{ + --tw-gradient-to: rgb(0 66 100 / 0); +} +.to-blue-800\/5{ + --tw-gradient-to: rgb(0 66 100 / 0.05); +} +.to-blue-800\/10{ + --tw-gradient-to: rgb(0 66 100 / 0.1); +} +.to-blue-800\/20{ + --tw-gradient-to: rgb(0 66 100 / 0.2); +} +.to-blue-800\/25{ + --tw-gradient-to: rgb(0 66 100 / 0.25); +} +.to-blue-800\/30{ + --tw-gradient-to: rgb(0 66 100 / 0.3); +} +.to-blue-800\/40{ + --tw-gradient-to: rgb(0 66 100 / 0.4); +} +.to-blue-800\/50{ + --tw-gradient-to: rgb(0 66 100 / 0.5); +} +.to-blue-800\/60{ + --tw-gradient-to: rgb(0 66 100 / 0.6); +} +.to-blue-800\/70{ + --tw-gradient-to: rgb(0 66 100 / 0.7); +} +.to-blue-800\/75{ + --tw-gradient-to: rgb(0 66 100 / 0.75); +} +.to-blue-800\/80{ + --tw-gradient-to: rgb(0 66 100 / 0.8); +} +.to-blue-800\/90{ + --tw-gradient-to: rgb(0 66 100 / 0.9); +} +.to-blue-800\/95{ + --tw-gradient-to: rgb(0 66 100 / 0.95); +} +.to-blue-800\/100{ + --tw-gradient-to: rgb(0 66 100 / 1); +} +.to-blue-900\/0{ + --tw-gradient-to: rgb(0 54 81 / 0); +} +.to-blue-900\/5{ + --tw-gradient-to: rgb(0 54 81 / 0.05); +} +.to-blue-900\/10{ + --tw-gradient-to: rgb(0 54 81 / 0.1); +} +.to-blue-900\/20{ + --tw-gradient-to: rgb(0 54 81 / 0.2); +} +.to-blue-900\/25{ + --tw-gradient-to: rgb(0 54 81 / 0.25); +} +.to-blue-900\/30{ + --tw-gradient-to: rgb(0 54 81 / 0.3); +} +.to-blue-900\/40{ + --tw-gradient-to: rgb(0 54 81 / 0.4); +} +.to-blue-900\/50{ + --tw-gradient-to: rgb(0 54 81 / 0.5); +} +.to-blue-900\/60{ + --tw-gradient-to: rgb(0 54 81 / 0.6); +} +.to-blue-900\/70{ + --tw-gradient-to: rgb(0 54 81 / 0.7); +} +.to-blue-900\/75{ + --tw-gradient-to: rgb(0 54 81 / 0.75); +} +.to-blue-900\/80{ + --tw-gradient-to: rgb(0 54 81 / 0.8); +} +.to-blue-900\/90{ + --tw-gradient-to: rgb(0 54 81 / 0.9); +} +.to-blue-900\/95{ + --tw-gradient-to: rgb(0 54 81 / 0.95); +} +.to-blue-900\/100{ + --tw-gradient-to: rgb(0 54 81 / 1); +} +.to-blue\/0{ + --tw-gradient-to: rgb(0 110 166 / 0); +} +.to-blue\/5{ + --tw-gradient-to: rgb(0 110 166 / 0.05); +} +.to-blue\/10{ + --tw-gradient-to: rgb(0 110 166 / 0.1); +} +.to-blue\/20{ + --tw-gradient-to: rgb(0 110 166 / 0.2); +} +.to-blue\/25{ + --tw-gradient-to: rgb(0 110 166 / 0.25); +} +.to-blue\/30{ + --tw-gradient-to: rgb(0 110 166 / 0.3); +} +.to-blue\/40{ + --tw-gradient-to: rgb(0 110 166 / 0.4); +} +.to-blue\/50{ + --tw-gradient-to: rgb(0 110 166 / 0.5); +} +.to-blue\/60{ + --tw-gradient-to: rgb(0 110 166 / 0.6); +} +.to-blue\/70{ + --tw-gradient-to: rgb(0 110 166 / 0.7); +} +.to-blue\/75{ + --tw-gradient-to: rgb(0 110 166 / 0.75); +} +.to-blue\/80{ + --tw-gradient-to: rgb(0 110 166 / 0.8); +} +.to-blue\/90{ + --tw-gradient-to: rgb(0 110 166 / 0.9); +} +.to-blue\/95{ + --tw-gradient-to: rgb(0 110 166 / 0.95); +} +.to-blue\/100{ + --tw-gradient-to: rgb(0 110 166 / 1); +} +.to-indigo-50\/0{ + --tw-gradient-to: rgb(240 245 255 / 0); +} +.to-indigo-50\/5{ + --tw-gradient-to: rgb(240 245 255 / 0.05); +} +.to-indigo-50\/10{ + --tw-gradient-to: rgb(240 245 255 / 0.1); +} +.to-indigo-50\/20{ + --tw-gradient-to: rgb(240 245 255 / 0.2); +} +.to-indigo-50\/25{ + --tw-gradient-to: rgb(240 245 255 / 0.25); +} +.to-indigo-50\/30{ + --tw-gradient-to: rgb(240 245 255 / 0.3); +} +.to-indigo-50\/40{ + --tw-gradient-to: rgb(240 245 255 / 0.4); +} +.to-indigo-50\/50{ + --tw-gradient-to: rgb(240 245 255 / 0.5); +} +.to-indigo-50\/60{ + --tw-gradient-to: rgb(240 245 255 / 0.6); +} +.to-indigo-50\/70{ + --tw-gradient-to: rgb(240 245 255 / 0.7); +} +.to-indigo-50\/75{ + --tw-gradient-to: rgb(240 245 255 / 0.75); +} +.to-indigo-50\/80{ + --tw-gradient-to: rgb(240 245 255 / 0.8); +} +.to-indigo-50\/90{ + --tw-gradient-to: rgb(240 245 255 / 0.9); +} +.to-indigo-50\/95{ + --tw-gradient-to: rgb(240 245 255 / 0.95); +} +.to-indigo-50\/100{ + --tw-gradient-to: rgb(240 245 255 / 1); +} +.to-indigo-100\/0{ + --tw-gradient-to: rgb(229 237 255 / 0); +} +.to-indigo-100\/5{ + --tw-gradient-to: rgb(229 237 255 / 0.05); +} +.to-indigo-100\/10{ + --tw-gradient-to: rgb(229 237 255 / 0.1); +} +.to-indigo-100\/20{ + --tw-gradient-to: rgb(229 237 255 / 0.2); +} +.to-indigo-100\/25{ + --tw-gradient-to: rgb(229 237 255 / 0.25); +} +.to-indigo-100\/30{ + --tw-gradient-to: rgb(229 237 255 / 0.3); +} +.to-indigo-100\/40{ + --tw-gradient-to: rgb(229 237 255 / 0.4); +} +.to-indigo-100\/50{ + --tw-gradient-to: rgb(229 237 255 / 0.5); +} +.to-indigo-100\/60{ + --tw-gradient-to: rgb(229 237 255 / 0.6); +} +.to-indigo-100\/70{ + --tw-gradient-to: rgb(229 237 255 / 0.7); +} +.to-indigo-100\/75{ + --tw-gradient-to: rgb(229 237 255 / 0.75); +} +.to-indigo-100\/80{ + --tw-gradient-to: rgb(229 237 255 / 0.8); +} +.to-indigo-100\/90{ + --tw-gradient-to: rgb(229 237 255 / 0.9); +} +.to-indigo-100\/95{ + --tw-gradient-to: rgb(229 237 255 / 0.95); +} +.to-indigo-100\/100{ + --tw-gradient-to: rgb(229 237 255 / 1); +} +.to-indigo-200\/0{ + --tw-gradient-to: rgb(205 219 254 / 0); +} +.to-indigo-200\/5{ + --tw-gradient-to: rgb(205 219 254 / 0.05); +} +.to-indigo-200\/10{ + --tw-gradient-to: rgb(205 219 254 / 0.1); +} +.to-indigo-200\/20{ + --tw-gradient-to: rgb(205 219 254 / 0.2); +} +.to-indigo-200\/25{ + --tw-gradient-to: rgb(205 219 254 / 0.25); +} +.to-indigo-200\/30{ + --tw-gradient-to: rgb(205 219 254 / 0.3); +} +.to-indigo-200\/40{ + --tw-gradient-to: rgb(205 219 254 / 0.4); +} +.to-indigo-200\/50{ + --tw-gradient-to: rgb(205 219 254 / 0.5); +} +.to-indigo-200\/60{ + --tw-gradient-to: rgb(205 219 254 / 0.6); +} +.to-indigo-200\/70{ + --tw-gradient-to: rgb(205 219 254 / 0.7); +} +.to-indigo-200\/75{ + --tw-gradient-to: rgb(205 219 254 / 0.75); +} +.to-indigo-200\/80{ + --tw-gradient-to: rgb(205 219 254 / 0.8); +} +.to-indigo-200\/90{ + --tw-gradient-to: rgb(205 219 254 / 0.9); +} +.to-indigo-200\/95{ + --tw-gradient-to: rgb(205 219 254 / 0.95); +} +.to-indigo-200\/100{ + --tw-gradient-to: rgb(205 219 254 / 1); +} +.to-indigo-300\/0{ + --tw-gradient-to: rgb(180 198 252 / 0); +} +.to-indigo-300\/5{ + --tw-gradient-to: rgb(180 198 252 / 0.05); +} +.to-indigo-300\/10{ + --tw-gradient-to: rgb(180 198 252 / 0.1); +} +.to-indigo-300\/20{ + --tw-gradient-to: rgb(180 198 252 / 0.2); +} +.to-indigo-300\/25{ + --tw-gradient-to: rgb(180 198 252 / 0.25); +} +.to-indigo-300\/30{ + --tw-gradient-to: rgb(180 198 252 / 0.3); +} +.to-indigo-300\/40{ + --tw-gradient-to: rgb(180 198 252 / 0.4); +} +.to-indigo-300\/50{ + --tw-gradient-to: rgb(180 198 252 / 0.5); +} +.to-indigo-300\/60{ + --tw-gradient-to: rgb(180 198 252 / 0.6); +} +.to-indigo-300\/70{ + --tw-gradient-to: rgb(180 198 252 / 0.7); +} +.to-indigo-300\/75{ + --tw-gradient-to: rgb(180 198 252 / 0.75); +} +.to-indigo-300\/80{ + --tw-gradient-to: rgb(180 198 252 / 0.8); +} +.to-indigo-300\/90{ + --tw-gradient-to: rgb(180 198 252 / 0.9); +} +.to-indigo-300\/95{ + --tw-gradient-to: rgb(180 198 252 / 0.95); +} +.to-indigo-300\/100{ + --tw-gradient-to: rgb(180 198 252 / 1); +} +.to-indigo-400\/0{ + --tw-gradient-to: rgb(141 162 251 / 0); +} +.to-indigo-400\/5{ + --tw-gradient-to: rgb(141 162 251 / 0.05); +} +.to-indigo-400\/10{ + --tw-gradient-to: rgb(141 162 251 / 0.1); +} +.to-indigo-400\/20{ + --tw-gradient-to: rgb(141 162 251 / 0.2); +} +.to-indigo-400\/25{ + --tw-gradient-to: rgb(141 162 251 / 0.25); +} +.to-indigo-400\/30{ + --tw-gradient-to: rgb(141 162 251 / 0.3); +} +.to-indigo-400\/40{ + --tw-gradient-to: rgb(141 162 251 / 0.4); +} +.to-indigo-400\/50{ + --tw-gradient-to: rgb(141 162 251 / 0.5); +} +.to-indigo-400\/60{ + --tw-gradient-to: rgb(141 162 251 / 0.6); +} +.to-indigo-400\/70{ + --tw-gradient-to: rgb(141 162 251 / 0.7); +} +.to-indigo-400\/75{ + --tw-gradient-to: rgb(141 162 251 / 0.75); +} +.to-indigo-400\/80{ + --tw-gradient-to: rgb(141 162 251 / 0.8); +} +.to-indigo-400\/90{ + --tw-gradient-to: rgb(141 162 251 / 0.9); +} +.to-indigo-400\/95{ + --tw-gradient-to: rgb(141 162 251 / 0.95); +} +.to-indigo-400\/100{ + --tw-gradient-to: rgb(141 162 251 / 1); +} +.to-indigo-500\/0{ + --tw-gradient-to: rgb(104 117 245 / 0); +} +.to-indigo-500\/5{ + --tw-gradient-to: rgb(104 117 245 / 0.05); +} +.to-indigo-500\/10{ + --tw-gradient-to: rgb(104 117 245 / 0.1); +} +.to-indigo-500\/20{ + --tw-gradient-to: rgb(104 117 245 / 0.2); +} +.to-indigo-500\/25{ + --tw-gradient-to: rgb(104 117 245 / 0.25); +} +.to-indigo-500\/30{ + --tw-gradient-to: rgb(104 117 245 / 0.3); +} +.to-indigo-500\/40{ + --tw-gradient-to: rgb(104 117 245 / 0.4); +} +.to-indigo-500\/50{ + --tw-gradient-to: rgb(104 117 245 / 0.5); +} +.to-indigo-500\/60{ + --tw-gradient-to: rgb(104 117 245 / 0.6); +} +.to-indigo-500\/70{ + --tw-gradient-to: rgb(104 117 245 / 0.7); +} +.to-indigo-500\/75{ + --tw-gradient-to: rgb(104 117 245 / 0.75); +} +.to-indigo-500\/80{ + --tw-gradient-to: rgb(104 117 245 / 0.8); +} +.to-indigo-500\/90{ + --tw-gradient-to: rgb(104 117 245 / 0.9); +} +.to-indigo-500\/95{ + --tw-gradient-to: rgb(104 117 245 / 0.95); +} +.to-indigo-500\/100{ + --tw-gradient-to: rgb(104 117 245 / 1); +} +.to-indigo-600\/0{ + --tw-gradient-to: rgb(88 80 236 / 0); +} +.to-indigo-600\/5{ + --tw-gradient-to: rgb(88 80 236 / 0.05); +} +.to-indigo-600\/10{ + --tw-gradient-to: rgb(88 80 236 / 0.1); +} +.to-indigo-600\/20{ + --tw-gradient-to: rgb(88 80 236 / 0.2); +} +.to-indigo-600\/25{ + --tw-gradient-to: rgb(88 80 236 / 0.25); +} +.to-indigo-600\/30{ + --tw-gradient-to: rgb(88 80 236 / 0.3); +} +.to-indigo-600\/40{ + --tw-gradient-to: rgb(88 80 236 / 0.4); +} +.to-indigo-600\/50{ + --tw-gradient-to: rgb(88 80 236 / 0.5); +} +.to-indigo-600\/60{ + --tw-gradient-to: rgb(88 80 236 / 0.6); +} +.to-indigo-600\/70{ + --tw-gradient-to: rgb(88 80 236 / 0.7); +} +.to-indigo-600\/75{ + --tw-gradient-to: rgb(88 80 236 / 0.75); +} +.to-indigo-600\/80{ + --tw-gradient-to: rgb(88 80 236 / 0.8); +} +.to-indigo-600\/90{ + --tw-gradient-to: rgb(88 80 236 / 0.9); +} +.to-indigo-600\/95{ + --tw-gradient-to: rgb(88 80 236 / 0.95); +} +.to-indigo-600\/100{ + --tw-gradient-to: rgb(88 80 236 / 1); +} +.to-indigo-700\/0{ + --tw-gradient-to: rgb(81 69 205 / 0); +} +.to-indigo-700\/5{ + --tw-gradient-to: rgb(81 69 205 / 0.05); +} +.to-indigo-700\/10{ + --tw-gradient-to: rgb(81 69 205 / 0.1); +} +.to-indigo-700\/20{ + --tw-gradient-to: rgb(81 69 205 / 0.2); +} +.to-indigo-700\/25{ + --tw-gradient-to: rgb(81 69 205 / 0.25); +} +.to-indigo-700\/30{ + --tw-gradient-to: rgb(81 69 205 / 0.3); +} +.to-indigo-700\/40{ + --tw-gradient-to: rgb(81 69 205 / 0.4); +} +.to-indigo-700\/50{ + --tw-gradient-to: rgb(81 69 205 / 0.5); +} +.to-indigo-700\/60{ + --tw-gradient-to: rgb(81 69 205 / 0.6); +} +.to-indigo-700\/70{ + --tw-gradient-to: rgb(81 69 205 / 0.7); +} +.to-indigo-700\/75{ + --tw-gradient-to: rgb(81 69 205 / 0.75); +} +.to-indigo-700\/80{ + --tw-gradient-to: rgb(81 69 205 / 0.8); +} +.to-indigo-700\/90{ + --tw-gradient-to: rgb(81 69 205 / 0.9); +} +.to-indigo-700\/95{ + --tw-gradient-to: rgb(81 69 205 / 0.95); +} +.to-indigo-700\/100{ + --tw-gradient-to: rgb(81 69 205 / 1); +} +.to-indigo-800\/0{ + --tw-gradient-to: rgb(66 56 157 / 0); +} +.to-indigo-800\/5{ + --tw-gradient-to: rgb(66 56 157 / 0.05); +} +.to-indigo-800\/10{ + --tw-gradient-to: rgb(66 56 157 / 0.1); +} +.to-indigo-800\/20{ + --tw-gradient-to: rgb(66 56 157 / 0.2); +} +.to-indigo-800\/25{ + --tw-gradient-to: rgb(66 56 157 / 0.25); +} +.to-indigo-800\/30{ + --tw-gradient-to: rgb(66 56 157 / 0.3); +} +.to-indigo-800\/40{ + --tw-gradient-to: rgb(66 56 157 / 0.4); +} +.to-indigo-800\/50{ + --tw-gradient-to: rgb(66 56 157 / 0.5); +} +.to-indigo-800\/60{ + --tw-gradient-to: rgb(66 56 157 / 0.6); +} +.to-indigo-800\/70{ + --tw-gradient-to: rgb(66 56 157 / 0.7); +} +.to-indigo-800\/75{ + --tw-gradient-to: rgb(66 56 157 / 0.75); +} +.to-indigo-800\/80{ + --tw-gradient-to: rgb(66 56 157 / 0.8); +} +.to-indigo-800\/90{ + --tw-gradient-to: rgb(66 56 157 / 0.9); +} +.to-indigo-800\/95{ + --tw-gradient-to: rgb(66 56 157 / 0.95); +} +.to-indigo-800\/100{ + --tw-gradient-to: rgb(66 56 157 / 1); +} +.to-indigo-900\/0{ + --tw-gradient-to: rgb(54 47 120 / 0); +} +.to-indigo-900\/5{ + --tw-gradient-to: rgb(54 47 120 / 0.05); +} +.to-indigo-900\/10{ + --tw-gradient-to: rgb(54 47 120 / 0.1); +} +.to-indigo-900\/20{ + --tw-gradient-to: rgb(54 47 120 / 0.2); +} +.to-indigo-900\/25{ + --tw-gradient-to: rgb(54 47 120 / 0.25); +} +.to-indigo-900\/30{ + --tw-gradient-to: rgb(54 47 120 / 0.3); +} +.to-indigo-900\/40{ + --tw-gradient-to: rgb(54 47 120 / 0.4); +} +.to-indigo-900\/50{ + --tw-gradient-to: rgb(54 47 120 / 0.5); +} +.to-indigo-900\/60{ + --tw-gradient-to: rgb(54 47 120 / 0.6); +} +.to-indigo-900\/70{ + --tw-gradient-to: rgb(54 47 120 / 0.7); +} +.to-indigo-900\/75{ + --tw-gradient-to: rgb(54 47 120 / 0.75); +} +.to-indigo-900\/80{ + --tw-gradient-to: rgb(54 47 120 / 0.8); +} +.to-indigo-900\/90{ + --tw-gradient-to: rgb(54 47 120 / 0.9); +} +.to-indigo-900\/95{ + --tw-gradient-to: rgb(54 47 120 / 0.95); +} +.to-indigo-900\/100{ + --tw-gradient-to: rgb(54 47 120 / 1); +} +.to-violet-50\/0{ + --tw-gradient-to: rgb(245 243 255 / 0); +} +.to-violet-50\/5{ + --tw-gradient-to: rgb(245 243 255 / 0.05); +} +.to-violet-50\/10{ + --tw-gradient-to: rgb(245 243 255 / 0.1); +} +.to-violet-50\/20{ + --tw-gradient-to: rgb(245 243 255 / 0.2); +} +.to-violet-50\/25{ + --tw-gradient-to: rgb(245 243 255 / 0.25); +} +.to-violet-50\/30{ + --tw-gradient-to: rgb(245 243 255 / 0.3); +} +.to-violet-50\/40{ + --tw-gradient-to: rgb(245 243 255 / 0.4); +} +.to-violet-50\/50{ + --tw-gradient-to: rgb(245 243 255 / 0.5); +} +.to-violet-50\/60{ + --tw-gradient-to: rgb(245 243 255 / 0.6); +} +.to-violet-50\/70{ + --tw-gradient-to: rgb(245 243 255 / 0.7); +} +.to-violet-50\/75{ + --tw-gradient-to: rgb(245 243 255 / 0.75); +} +.to-violet-50\/80{ + --tw-gradient-to: rgb(245 243 255 / 0.8); +} +.to-violet-50\/90{ + --tw-gradient-to: rgb(245 243 255 / 0.9); +} +.to-violet-50\/95{ + --tw-gradient-to: rgb(245 243 255 / 0.95); +} +.to-violet-50\/100{ + --tw-gradient-to: rgb(245 243 255 / 1); +} +.to-violet-100\/0{ + --tw-gradient-to: rgb(237 233 254 / 0); +} +.to-violet-100\/5{ + --tw-gradient-to: rgb(237 233 254 / 0.05); +} +.to-violet-100\/10{ + --tw-gradient-to: rgb(237 233 254 / 0.1); +} +.to-violet-100\/20{ + --tw-gradient-to: rgb(237 233 254 / 0.2); +} +.to-violet-100\/25{ + --tw-gradient-to: rgb(237 233 254 / 0.25); +} +.to-violet-100\/30{ + --tw-gradient-to: rgb(237 233 254 / 0.3); +} +.to-violet-100\/40{ + --tw-gradient-to: rgb(237 233 254 / 0.4); +} +.to-violet-100\/50{ + --tw-gradient-to: rgb(237 233 254 / 0.5); +} +.to-violet-100\/60{ + --tw-gradient-to: rgb(237 233 254 / 0.6); +} +.to-violet-100\/70{ + --tw-gradient-to: rgb(237 233 254 / 0.7); +} +.to-violet-100\/75{ + --tw-gradient-to: rgb(237 233 254 / 0.75); +} +.to-violet-100\/80{ + --tw-gradient-to: rgb(237 233 254 / 0.8); +} +.to-violet-100\/90{ + --tw-gradient-to: rgb(237 233 254 / 0.9); +} +.to-violet-100\/95{ + --tw-gradient-to: rgb(237 233 254 / 0.95); +} +.to-violet-100\/100{ + --tw-gradient-to: rgb(237 233 254 / 1); +} +.to-violet-200\/0{ + --tw-gradient-to: rgb(221 214 254 / 0); +} +.to-violet-200\/5{ + --tw-gradient-to: rgb(221 214 254 / 0.05); +} +.to-violet-200\/10{ + --tw-gradient-to: rgb(221 214 254 / 0.1); +} +.to-violet-200\/20{ + --tw-gradient-to: rgb(221 214 254 / 0.2); +} +.to-violet-200\/25{ + --tw-gradient-to: rgb(221 214 254 / 0.25); +} +.to-violet-200\/30{ + --tw-gradient-to: rgb(221 214 254 / 0.3); +} +.to-violet-200\/40{ + --tw-gradient-to: rgb(221 214 254 / 0.4); +} +.to-violet-200\/50{ + --tw-gradient-to: rgb(221 214 254 / 0.5); +} +.to-violet-200\/60{ + --tw-gradient-to: rgb(221 214 254 / 0.6); +} +.to-violet-200\/70{ + --tw-gradient-to: rgb(221 214 254 / 0.7); +} +.to-violet-200\/75{ + --tw-gradient-to: rgb(221 214 254 / 0.75); +} +.to-violet-200\/80{ + --tw-gradient-to: rgb(221 214 254 / 0.8); +} +.to-violet-200\/90{ + --tw-gradient-to: rgb(221 214 254 / 0.9); +} +.to-violet-200\/95{ + --tw-gradient-to: rgb(221 214 254 / 0.95); +} +.to-violet-200\/100{ + --tw-gradient-to: rgb(221 214 254 / 1); +} +.to-violet-300\/0{ + --tw-gradient-to: rgb(196 181 253 / 0); +} +.to-violet-300\/5{ + --tw-gradient-to: rgb(196 181 253 / 0.05); +} +.to-violet-300\/10{ + --tw-gradient-to: rgb(196 181 253 / 0.1); +} +.to-violet-300\/20{ + --tw-gradient-to: rgb(196 181 253 / 0.2); +} +.to-violet-300\/25{ + --tw-gradient-to: rgb(196 181 253 / 0.25); +} +.to-violet-300\/30{ + --tw-gradient-to: rgb(196 181 253 / 0.3); +} +.to-violet-300\/40{ + --tw-gradient-to: rgb(196 181 253 / 0.4); +} +.to-violet-300\/50{ + --tw-gradient-to: rgb(196 181 253 / 0.5); +} +.to-violet-300\/60{ + --tw-gradient-to: rgb(196 181 253 / 0.6); +} +.to-violet-300\/70{ + --tw-gradient-to: rgb(196 181 253 / 0.7); +} +.to-violet-300\/75{ + --tw-gradient-to: rgb(196 181 253 / 0.75); +} +.to-violet-300\/80{ + --tw-gradient-to: rgb(196 181 253 / 0.8); +} +.to-violet-300\/90{ + --tw-gradient-to: rgb(196 181 253 / 0.9); +} +.to-violet-300\/95{ + --tw-gradient-to: rgb(196 181 253 / 0.95); +} +.to-violet-300\/100{ + --tw-gradient-to: rgb(196 181 253 / 1); +} +.to-violet-400\/0{ + --tw-gradient-to: rgb(167 139 250 / 0); +} +.to-violet-400\/5{ + --tw-gradient-to: rgb(167 139 250 / 0.05); +} +.to-violet-400\/10{ + --tw-gradient-to: rgb(167 139 250 / 0.1); +} +.to-violet-400\/20{ + --tw-gradient-to: rgb(167 139 250 / 0.2); +} +.to-violet-400\/25{ + --tw-gradient-to: rgb(167 139 250 / 0.25); +} +.to-violet-400\/30{ + --tw-gradient-to: rgb(167 139 250 / 0.3); +} +.to-violet-400\/40{ + --tw-gradient-to: rgb(167 139 250 / 0.4); +} +.to-violet-400\/50{ + --tw-gradient-to: rgb(167 139 250 / 0.5); +} +.to-violet-400\/60{ + --tw-gradient-to: rgb(167 139 250 / 0.6); +} +.to-violet-400\/70{ + --tw-gradient-to: rgb(167 139 250 / 0.7); +} +.to-violet-400\/75{ + --tw-gradient-to: rgb(167 139 250 / 0.75); +} +.to-violet-400\/80{ + --tw-gradient-to: rgb(167 139 250 / 0.8); +} +.to-violet-400\/90{ + --tw-gradient-to: rgb(167 139 250 / 0.9); +} +.to-violet-400\/95{ + --tw-gradient-to: rgb(167 139 250 / 0.95); +} +.to-violet-400\/100{ + --tw-gradient-to: rgb(167 139 250 / 1); +} +.to-violet-500\/0{ + --tw-gradient-to: rgb(139 92 246 / 0); +} +.to-violet-500\/5{ + --tw-gradient-to: rgb(139 92 246 / 0.05); +} +.to-violet-500\/10{ + --tw-gradient-to: rgb(139 92 246 / 0.1); +} +.to-violet-500\/20{ + --tw-gradient-to: rgb(139 92 246 / 0.2); +} +.to-violet-500\/25{ + --tw-gradient-to: rgb(139 92 246 / 0.25); +} +.to-violet-500\/30{ + --tw-gradient-to: rgb(139 92 246 / 0.3); +} +.to-violet-500\/40{ + --tw-gradient-to: rgb(139 92 246 / 0.4); +} +.to-violet-500\/50{ + --tw-gradient-to: rgb(139 92 246 / 0.5); +} +.to-violet-500\/60{ + --tw-gradient-to: rgb(139 92 246 / 0.6); +} +.to-violet-500\/70{ + --tw-gradient-to: rgb(139 92 246 / 0.7); +} +.to-violet-500\/75{ + --tw-gradient-to: rgb(139 92 246 / 0.75); +} +.to-violet-500\/80{ + --tw-gradient-to: rgb(139 92 246 / 0.8); +} +.to-violet-500\/90{ + --tw-gradient-to: rgb(139 92 246 / 0.9); +} +.to-violet-500\/95{ + --tw-gradient-to: rgb(139 92 246 / 0.95); +} +.to-violet-500\/100{ + --tw-gradient-to: rgb(139 92 246 / 1); +} +.to-violet-600\/0{ + --tw-gradient-to: rgb(124 58 237 / 0); +} +.to-violet-600\/5{ + --tw-gradient-to: rgb(124 58 237 / 0.05); +} +.to-violet-600\/10{ + --tw-gradient-to: rgb(124 58 237 / 0.1); +} +.to-violet-600\/20{ + --tw-gradient-to: rgb(124 58 237 / 0.2); +} +.to-violet-600\/25{ + --tw-gradient-to: rgb(124 58 237 / 0.25); +} +.to-violet-600\/30{ + --tw-gradient-to: rgb(124 58 237 / 0.3); +} +.to-violet-600\/40{ + --tw-gradient-to: rgb(124 58 237 / 0.4); +} +.to-violet-600\/50{ + --tw-gradient-to: rgb(124 58 237 / 0.5); +} +.to-violet-600\/60{ + --tw-gradient-to: rgb(124 58 237 / 0.6); +} +.to-violet-600\/70{ + --tw-gradient-to: rgb(124 58 237 / 0.7); +} +.to-violet-600\/75{ + --tw-gradient-to: rgb(124 58 237 / 0.75); +} +.to-violet-600\/80{ + --tw-gradient-to: rgb(124 58 237 / 0.8); +} +.to-violet-600\/90{ + --tw-gradient-to: rgb(124 58 237 / 0.9); +} +.to-violet-600\/95{ + --tw-gradient-to: rgb(124 58 237 / 0.95); +} +.to-violet-600\/100{ + --tw-gradient-to: rgb(124 58 237 / 1); +} +.to-violet-700\/0{ + --tw-gradient-to: rgb(109 40 217 / 0); +} +.to-violet-700\/5{ + --tw-gradient-to: rgb(109 40 217 / 0.05); +} +.to-violet-700\/10{ + --tw-gradient-to: rgb(109 40 217 / 0.1); +} +.to-violet-700\/20{ + --tw-gradient-to: rgb(109 40 217 / 0.2); +} +.to-violet-700\/25{ + --tw-gradient-to: rgb(109 40 217 / 0.25); +} +.to-violet-700\/30{ + --tw-gradient-to: rgb(109 40 217 / 0.3); +} +.to-violet-700\/40{ + --tw-gradient-to: rgb(109 40 217 / 0.4); +} +.to-violet-700\/50{ + --tw-gradient-to: rgb(109 40 217 / 0.5); +} +.to-violet-700\/60{ + --tw-gradient-to: rgb(109 40 217 / 0.6); +} +.to-violet-700\/70{ + --tw-gradient-to: rgb(109 40 217 / 0.7); +} +.to-violet-700\/75{ + --tw-gradient-to: rgb(109 40 217 / 0.75); +} +.to-violet-700\/80{ + --tw-gradient-to: rgb(109 40 217 / 0.8); +} +.to-violet-700\/90{ + --tw-gradient-to: rgb(109 40 217 / 0.9); +} +.to-violet-700\/95{ + --tw-gradient-to: rgb(109 40 217 / 0.95); +} +.to-violet-700\/100{ + --tw-gradient-to: rgb(109 40 217 / 1); +} +.to-violet-800\/0{ + --tw-gradient-to: rgb(91 33 182 / 0); +} +.to-violet-800\/5{ + --tw-gradient-to: rgb(91 33 182 / 0.05); +} +.to-violet-800\/10{ + --tw-gradient-to: rgb(91 33 182 / 0.1); +} +.to-violet-800\/20{ + --tw-gradient-to: rgb(91 33 182 / 0.2); +} +.to-violet-800\/25{ + --tw-gradient-to: rgb(91 33 182 / 0.25); +} +.to-violet-800\/30{ + --tw-gradient-to: rgb(91 33 182 / 0.3); +} +.to-violet-800\/40{ + --tw-gradient-to: rgb(91 33 182 / 0.4); +} +.to-violet-800\/50{ + --tw-gradient-to: rgb(91 33 182 / 0.5); +} +.to-violet-800\/60{ + --tw-gradient-to: rgb(91 33 182 / 0.6); +} +.to-violet-800\/70{ + --tw-gradient-to: rgb(91 33 182 / 0.7); +} +.to-violet-800\/75{ + --tw-gradient-to: rgb(91 33 182 / 0.75); +} +.to-violet-800\/80{ + --tw-gradient-to: rgb(91 33 182 / 0.8); +} +.to-violet-800\/90{ + --tw-gradient-to: rgb(91 33 182 / 0.9); +} +.to-violet-800\/95{ + --tw-gradient-to: rgb(91 33 182 / 0.95); +} +.to-violet-800\/100{ + --tw-gradient-to: rgb(91 33 182 / 1); +} +.to-violet-900\/0{ + --tw-gradient-to: rgb(76 29 149 / 0); +} +.to-violet-900\/5{ + --tw-gradient-to: rgb(76 29 149 / 0.05); +} +.to-violet-900\/10{ + --tw-gradient-to: rgb(76 29 149 / 0.1); +} +.to-violet-900\/20{ + --tw-gradient-to: rgb(76 29 149 / 0.2); +} +.to-violet-900\/25{ + --tw-gradient-to: rgb(76 29 149 / 0.25); +} +.to-violet-900\/30{ + --tw-gradient-to: rgb(76 29 149 / 0.3); +} +.to-violet-900\/40{ + --tw-gradient-to: rgb(76 29 149 / 0.4); +} +.to-violet-900\/50{ + --tw-gradient-to: rgb(76 29 149 / 0.5); +} +.to-violet-900\/60{ + --tw-gradient-to: rgb(76 29 149 / 0.6); +} +.to-violet-900\/70{ + --tw-gradient-to: rgb(76 29 149 / 0.7); +} +.to-violet-900\/75{ + --tw-gradient-to: rgb(76 29 149 / 0.75); +} +.to-violet-900\/80{ + --tw-gradient-to: rgb(76 29 149 / 0.8); +} +.to-violet-900\/90{ + --tw-gradient-to: rgb(76 29 149 / 0.9); +} +.to-violet-900\/95{ + --tw-gradient-to: rgb(76 29 149 / 0.95); +} +.to-violet-900\/100{ + --tw-gradient-to: rgb(76 29 149 / 1); +} +.to-purple-50\/0{ + --tw-gradient-to: rgb(247 247 249 / 0); +} +.to-purple-50\/5{ + --tw-gradient-to: rgb(247 247 249 / 0.05); +} +.to-purple-50\/10{ + --tw-gradient-to: rgb(247 247 249 / 0.1); +} +.to-purple-50\/20{ + --tw-gradient-to: rgb(247 247 249 / 0.2); +} +.to-purple-50\/25{ + --tw-gradient-to: rgb(247 247 249 / 0.25); +} +.to-purple-50\/30{ + --tw-gradient-to: rgb(247 247 249 / 0.3); +} +.to-purple-50\/40{ + --tw-gradient-to: rgb(247 247 249 / 0.4); +} +.to-purple-50\/50{ + --tw-gradient-to: rgb(247 247 249 / 0.5); +} +.to-purple-50\/60{ + --tw-gradient-to: rgb(247 247 249 / 0.6); +} +.to-purple-50\/70{ + --tw-gradient-to: rgb(247 247 249 / 0.7); +} +.to-purple-50\/75{ + --tw-gradient-to: rgb(247 247 249 / 0.75); +} +.to-purple-50\/80{ + --tw-gradient-to: rgb(247 247 249 / 0.8); +} +.to-purple-50\/90{ + --tw-gradient-to: rgb(247 247 249 / 0.9); +} +.to-purple-50\/95{ + --tw-gradient-to: rgb(247 247 249 / 0.95); +} +.to-purple-50\/100{ + --tw-gradient-to: rgb(247 247 249 / 1); +} +.to-purple-100\/0{ + --tw-gradient-to: rgb(238 238 243 / 0); +} +.to-purple-100\/5{ + --tw-gradient-to: rgb(238 238 243 / 0.05); +} +.to-purple-100\/10{ + --tw-gradient-to: rgb(238 238 243 / 0.1); +} +.to-purple-100\/20{ + --tw-gradient-to: rgb(238 238 243 / 0.2); +} +.to-purple-100\/25{ + --tw-gradient-to: rgb(238 238 243 / 0.25); +} +.to-purple-100\/30{ + --tw-gradient-to: rgb(238 238 243 / 0.3); +} +.to-purple-100\/40{ + --tw-gradient-to: rgb(238 238 243 / 0.4); +} +.to-purple-100\/50{ + --tw-gradient-to: rgb(238 238 243 / 0.5); +} +.to-purple-100\/60{ + --tw-gradient-to: rgb(238 238 243 / 0.6); +} +.to-purple-100\/70{ + --tw-gradient-to: rgb(238 238 243 / 0.7); +} +.to-purple-100\/75{ + --tw-gradient-to: rgb(238 238 243 / 0.75); +} +.to-purple-100\/80{ + --tw-gradient-to: rgb(238 238 243 / 0.8); +} +.to-purple-100\/90{ + --tw-gradient-to: rgb(238 238 243 / 0.9); +} +.to-purple-100\/95{ + --tw-gradient-to: rgb(238 238 243 / 0.95); +} +.to-purple-100\/100{ + --tw-gradient-to: rgb(238 238 243 / 1); +} +.to-purple-200\/0{ + --tw-gradient-to: rgb(213 213 226 / 0); +} +.to-purple-200\/5{ + --tw-gradient-to: rgb(213 213 226 / 0.05); +} +.to-purple-200\/10{ + --tw-gradient-to: rgb(213 213 226 / 0.1); +} +.to-purple-200\/20{ + --tw-gradient-to: rgb(213 213 226 / 0.2); +} +.to-purple-200\/25{ + --tw-gradient-to: rgb(213 213 226 / 0.25); +} +.to-purple-200\/30{ + --tw-gradient-to: rgb(213 213 226 / 0.3); +} +.to-purple-200\/40{ + --tw-gradient-to: rgb(213 213 226 / 0.4); +} +.to-purple-200\/50{ + --tw-gradient-to: rgb(213 213 226 / 0.5); +} +.to-purple-200\/60{ + --tw-gradient-to: rgb(213 213 226 / 0.6); +} +.to-purple-200\/70{ + --tw-gradient-to: rgb(213 213 226 / 0.7); +} +.to-purple-200\/75{ + --tw-gradient-to: rgb(213 213 226 / 0.75); +} +.to-purple-200\/80{ + --tw-gradient-to: rgb(213 213 226 / 0.8); +} +.to-purple-200\/90{ + --tw-gradient-to: rgb(213 213 226 / 0.9); +} +.to-purple-200\/95{ + --tw-gradient-to: rgb(213 213 226 / 0.95); +} +.to-purple-200\/100{ + --tw-gradient-to: rgb(213 213 226 / 1); +} +.to-purple-300\/0{ + --tw-gradient-to: rgb(187 188 209 / 0); +} +.to-purple-300\/5{ + --tw-gradient-to: rgb(187 188 209 / 0.05); +} +.to-purple-300\/10{ + --tw-gradient-to: rgb(187 188 209 / 0.1); +} +.to-purple-300\/20{ + --tw-gradient-to: rgb(187 188 209 / 0.2); +} +.to-purple-300\/25{ + --tw-gradient-to: rgb(187 188 209 / 0.25); +} +.to-purple-300\/30{ + --tw-gradient-to: rgb(187 188 209 / 0.3); +} +.to-purple-300\/40{ + --tw-gradient-to: rgb(187 188 209 / 0.4); +} +.to-purple-300\/50{ + --tw-gradient-to: rgb(187 188 209 / 0.5); +} +.to-purple-300\/60{ + --tw-gradient-to: rgb(187 188 209 / 0.6); +} +.to-purple-300\/70{ + --tw-gradient-to: rgb(187 188 209 / 0.7); +} +.to-purple-300\/75{ + --tw-gradient-to: rgb(187 188 209 / 0.75); +} +.to-purple-300\/80{ + --tw-gradient-to: rgb(187 188 209 / 0.8); +} +.to-purple-300\/90{ + --tw-gradient-to: rgb(187 188 209 / 0.9); +} +.to-purple-300\/95{ + --tw-gradient-to: rgb(187 188 209 / 0.95); +} +.to-purple-300\/100{ + --tw-gradient-to: rgb(187 188 209 / 1); +} +.to-purple-400\/0{ + --tw-gradient-to: rgb(136 138 174 / 0); +} +.to-purple-400\/5{ + --tw-gradient-to: rgb(136 138 174 / 0.05); +} +.to-purple-400\/10{ + --tw-gradient-to: rgb(136 138 174 / 0.1); +} +.to-purple-400\/20{ + --tw-gradient-to: rgb(136 138 174 / 0.2); +} +.to-purple-400\/25{ + --tw-gradient-to: rgb(136 138 174 / 0.25); +} +.to-purple-400\/30{ + --tw-gradient-to: rgb(136 138 174 / 0.3); +} +.to-purple-400\/40{ + --tw-gradient-to: rgb(136 138 174 / 0.4); +} +.to-purple-400\/50{ + --tw-gradient-to: rgb(136 138 174 / 0.5); +} +.to-purple-400\/60{ + --tw-gradient-to: rgb(136 138 174 / 0.6); +} +.to-purple-400\/70{ + --tw-gradient-to: rgb(136 138 174 / 0.7); +} +.to-purple-400\/75{ + --tw-gradient-to: rgb(136 138 174 / 0.75); +} +.to-purple-400\/80{ + --tw-gradient-to: rgb(136 138 174 / 0.8); +} +.to-purple-400\/90{ + --tw-gradient-to: rgb(136 138 174 / 0.9); +} +.to-purple-400\/95{ + --tw-gradient-to: rgb(136 138 174 / 0.95); +} +.to-purple-400\/100{ + --tw-gradient-to: rgb(136 138 174 / 1); +} +.to-purple-500\/0{ + --tw-gradient-to: rgb(85 88 139 / 0); +} +.to-purple-500\/5{ + --tw-gradient-to: rgb(85 88 139 / 0.05); +} +.to-purple-500\/10{ + --tw-gradient-to: rgb(85 88 139 / 0.1); +} +.to-purple-500\/20{ + --tw-gradient-to: rgb(85 88 139 / 0.2); +} +.to-purple-500\/25{ + --tw-gradient-to: rgb(85 88 139 / 0.25); +} +.to-purple-500\/30{ + --tw-gradient-to: rgb(85 88 139 / 0.3); +} +.to-purple-500\/40{ + --tw-gradient-to: rgb(85 88 139 / 0.4); +} +.to-purple-500\/50{ + --tw-gradient-to: rgb(85 88 139 / 0.5); +} +.to-purple-500\/60{ + --tw-gradient-to: rgb(85 88 139 / 0.6); +} +.to-purple-500\/70{ + --tw-gradient-to: rgb(85 88 139 / 0.7); +} +.to-purple-500\/75{ + --tw-gradient-to: rgb(85 88 139 / 0.75); +} +.to-purple-500\/80{ + --tw-gradient-to: rgb(85 88 139 / 0.8); +} +.to-purple-500\/90{ + --tw-gradient-to: rgb(85 88 139 / 0.9); +} +.to-purple-500\/95{ + --tw-gradient-to: rgb(85 88 139 / 0.95); +} +.to-purple-500\/100{ + --tw-gradient-to: rgb(85 88 139 / 1); +} +.to-purple-600\/0{ + --tw-gradient-to: rgb(77 79 125 / 0); +} +.to-purple-600\/5{ + --tw-gradient-to: rgb(77 79 125 / 0.05); +} +.to-purple-600\/10{ + --tw-gradient-to: rgb(77 79 125 / 0.1); +} +.to-purple-600\/20{ + --tw-gradient-to: rgb(77 79 125 / 0.2); +} +.to-purple-600\/25{ + --tw-gradient-to: rgb(77 79 125 / 0.25); +} +.to-purple-600\/30{ + --tw-gradient-to: rgb(77 79 125 / 0.3); +} +.to-purple-600\/40{ + --tw-gradient-to: rgb(77 79 125 / 0.4); +} +.to-purple-600\/50{ + --tw-gradient-to: rgb(77 79 125 / 0.5); +} +.to-purple-600\/60{ + --tw-gradient-to: rgb(77 79 125 / 0.6); +} +.to-purple-600\/70{ + --tw-gradient-to: rgb(77 79 125 / 0.7); +} +.to-purple-600\/75{ + --tw-gradient-to: rgb(77 79 125 / 0.75); +} +.to-purple-600\/80{ + --tw-gradient-to: rgb(77 79 125 / 0.8); +} +.to-purple-600\/90{ + --tw-gradient-to: rgb(77 79 125 / 0.9); +} +.to-purple-600\/95{ + --tw-gradient-to: rgb(77 79 125 / 0.95); +} +.to-purple-600\/100{ + --tw-gradient-to: rgb(77 79 125 / 1); +} +.to-purple-700\/0{ + --tw-gradient-to: rgb(64 66 104 / 0); +} +.to-purple-700\/5{ + --tw-gradient-to: rgb(64 66 104 / 0.05); +} +.to-purple-700\/10{ + --tw-gradient-to: rgb(64 66 104 / 0.1); +} +.to-purple-700\/20{ + --tw-gradient-to: rgb(64 66 104 / 0.2); +} +.to-purple-700\/25{ + --tw-gradient-to: rgb(64 66 104 / 0.25); +} +.to-purple-700\/30{ + --tw-gradient-to: rgb(64 66 104 / 0.3); +} +.to-purple-700\/40{ + --tw-gradient-to: rgb(64 66 104 / 0.4); +} +.to-purple-700\/50{ + --tw-gradient-to: rgb(64 66 104 / 0.5); +} +.to-purple-700\/60{ + --tw-gradient-to: rgb(64 66 104 / 0.6); +} +.to-purple-700\/70{ + --tw-gradient-to: rgb(64 66 104 / 0.7); +} +.to-purple-700\/75{ + --tw-gradient-to: rgb(64 66 104 / 0.75); +} +.to-purple-700\/80{ + --tw-gradient-to: rgb(64 66 104 / 0.8); +} +.to-purple-700\/90{ + --tw-gradient-to: rgb(64 66 104 / 0.9); +} +.to-purple-700\/95{ + --tw-gradient-to: rgb(64 66 104 / 0.95); +} +.to-purple-700\/100{ + --tw-gradient-to: rgb(64 66 104 / 1); +} +.to-purple-800\/0{ + --tw-gradient-to: rgb(51 53 83 / 0); +} +.to-purple-800\/5{ + --tw-gradient-to: rgb(51 53 83 / 0.05); +} +.to-purple-800\/10{ + --tw-gradient-to: rgb(51 53 83 / 0.1); +} +.to-purple-800\/20{ + --tw-gradient-to: rgb(51 53 83 / 0.2); +} +.to-purple-800\/25{ + --tw-gradient-to: rgb(51 53 83 / 0.25); +} +.to-purple-800\/30{ + --tw-gradient-to: rgb(51 53 83 / 0.3); +} +.to-purple-800\/40{ + --tw-gradient-to: rgb(51 53 83 / 0.4); +} +.to-purple-800\/50{ + --tw-gradient-to: rgb(51 53 83 / 0.5); +} +.to-purple-800\/60{ + --tw-gradient-to: rgb(51 53 83 / 0.6); +} +.to-purple-800\/70{ + --tw-gradient-to: rgb(51 53 83 / 0.7); +} +.to-purple-800\/75{ + --tw-gradient-to: rgb(51 53 83 / 0.75); +} +.to-purple-800\/80{ + --tw-gradient-to: rgb(51 53 83 / 0.8); +} +.to-purple-800\/90{ + --tw-gradient-to: rgb(51 53 83 / 0.9); +} +.to-purple-800\/95{ + --tw-gradient-to: rgb(51 53 83 / 0.95); +} +.to-purple-800\/100{ + --tw-gradient-to: rgb(51 53 83 / 1); +} +.to-purple-900\/0{ + --tw-gradient-to: rgb(42 43 68 / 0); +} +.to-purple-900\/5{ + --tw-gradient-to: rgb(42 43 68 / 0.05); +} +.to-purple-900\/10{ + --tw-gradient-to: rgb(42 43 68 / 0.1); +} +.to-purple-900\/20{ + --tw-gradient-to: rgb(42 43 68 / 0.2); +} +.to-purple-900\/25{ + --tw-gradient-to: rgb(42 43 68 / 0.25); +} +.to-purple-900\/30{ + --tw-gradient-to: rgb(42 43 68 / 0.3); +} +.to-purple-900\/40{ + --tw-gradient-to: rgb(42 43 68 / 0.4); +} +.to-purple-900\/50{ + --tw-gradient-to: rgb(42 43 68 / 0.5); +} +.to-purple-900\/60{ + --tw-gradient-to: rgb(42 43 68 / 0.6); +} +.to-purple-900\/70{ + --tw-gradient-to: rgb(42 43 68 / 0.7); +} +.to-purple-900\/75{ + --tw-gradient-to: rgb(42 43 68 / 0.75); +} +.to-purple-900\/80{ + --tw-gradient-to: rgb(42 43 68 / 0.8); +} +.to-purple-900\/90{ + --tw-gradient-to: rgb(42 43 68 / 0.9); +} +.to-purple-900\/95{ + --tw-gradient-to: rgb(42 43 68 / 0.95); +} +.to-purple-900\/100{ + --tw-gradient-to: rgb(42 43 68 / 1); +} +.to-purple\/0{ + --tw-gradient-to: rgb(85 88 139 / 0); +} +.to-purple\/5{ + --tw-gradient-to: rgb(85 88 139 / 0.05); +} +.to-purple\/10{ + --tw-gradient-to: rgb(85 88 139 / 0.1); +} +.to-purple\/20{ + --tw-gradient-to: rgb(85 88 139 / 0.2); +} +.to-purple\/25{ + --tw-gradient-to: rgb(85 88 139 / 0.25); +} +.to-purple\/30{ + --tw-gradient-to: rgb(85 88 139 / 0.3); +} +.to-purple\/40{ + --tw-gradient-to: rgb(85 88 139 / 0.4); +} +.to-purple\/50{ + --tw-gradient-to: rgb(85 88 139 / 0.5); +} +.to-purple\/60{ + --tw-gradient-to: rgb(85 88 139 / 0.6); +} +.to-purple\/70{ + --tw-gradient-to: rgb(85 88 139 / 0.7); +} +.to-purple\/75{ + --tw-gradient-to: rgb(85 88 139 / 0.75); +} +.to-purple\/80{ + --tw-gradient-to: rgb(85 88 139 / 0.8); +} +.to-purple\/90{ + --tw-gradient-to: rgb(85 88 139 / 0.9); +} +.to-purple\/95{ + --tw-gradient-to: rgb(85 88 139 / 0.95); +} +.to-purple\/100{ + --tw-gradient-to: rgb(85 88 139 / 1); +} +.to-fuchsia-50\/0{ + --tw-gradient-to: rgb(253 244 255 / 0); +} +.to-fuchsia-50\/5{ + --tw-gradient-to: rgb(253 244 255 / 0.05); +} +.to-fuchsia-50\/10{ + --tw-gradient-to: rgb(253 244 255 / 0.1); +} +.to-fuchsia-50\/20{ + --tw-gradient-to: rgb(253 244 255 / 0.2); +} +.to-fuchsia-50\/25{ + --tw-gradient-to: rgb(253 244 255 / 0.25); +} +.to-fuchsia-50\/30{ + --tw-gradient-to: rgb(253 244 255 / 0.3); +} +.to-fuchsia-50\/40{ + --tw-gradient-to: rgb(253 244 255 / 0.4); +} +.to-fuchsia-50\/50{ + --tw-gradient-to: rgb(253 244 255 / 0.5); +} +.to-fuchsia-50\/60{ + --tw-gradient-to: rgb(253 244 255 / 0.6); +} +.to-fuchsia-50\/70{ + --tw-gradient-to: rgb(253 244 255 / 0.7); +} +.to-fuchsia-50\/75{ + --tw-gradient-to: rgb(253 244 255 / 0.75); +} +.to-fuchsia-50\/80{ + --tw-gradient-to: rgb(253 244 255 / 0.8); +} +.to-fuchsia-50\/90{ + --tw-gradient-to: rgb(253 244 255 / 0.9); +} +.to-fuchsia-50\/95{ + --tw-gradient-to: rgb(253 244 255 / 0.95); +} +.to-fuchsia-50\/100{ + --tw-gradient-to: rgb(253 244 255 / 1); +} +.to-fuchsia-100\/0{ + --tw-gradient-to: rgb(250 232 255 / 0); +} +.to-fuchsia-100\/5{ + --tw-gradient-to: rgb(250 232 255 / 0.05); +} +.to-fuchsia-100\/10{ + --tw-gradient-to: rgb(250 232 255 / 0.1); +} +.to-fuchsia-100\/20{ + --tw-gradient-to: rgb(250 232 255 / 0.2); +} +.to-fuchsia-100\/25{ + --tw-gradient-to: rgb(250 232 255 / 0.25); +} +.to-fuchsia-100\/30{ + --tw-gradient-to: rgb(250 232 255 / 0.3); +} +.to-fuchsia-100\/40{ + --tw-gradient-to: rgb(250 232 255 / 0.4); +} +.to-fuchsia-100\/50{ + --tw-gradient-to: rgb(250 232 255 / 0.5); +} +.to-fuchsia-100\/60{ + --tw-gradient-to: rgb(250 232 255 / 0.6); +} +.to-fuchsia-100\/70{ + --tw-gradient-to: rgb(250 232 255 / 0.7); +} +.to-fuchsia-100\/75{ + --tw-gradient-to: rgb(250 232 255 / 0.75); +} +.to-fuchsia-100\/80{ + --tw-gradient-to: rgb(250 232 255 / 0.8); +} +.to-fuchsia-100\/90{ + --tw-gradient-to: rgb(250 232 255 / 0.9); +} +.to-fuchsia-100\/95{ + --tw-gradient-to: rgb(250 232 255 / 0.95); +} +.to-fuchsia-100\/100{ + --tw-gradient-to: rgb(250 232 255 / 1); +} +.to-fuchsia-200\/0{ + --tw-gradient-to: rgb(245 208 254 / 0); +} +.to-fuchsia-200\/5{ + --tw-gradient-to: rgb(245 208 254 / 0.05); +} +.to-fuchsia-200\/10{ + --tw-gradient-to: rgb(245 208 254 / 0.1); +} +.to-fuchsia-200\/20{ + --tw-gradient-to: rgb(245 208 254 / 0.2); +} +.to-fuchsia-200\/25{ + --tw-gradient-to: rgb(245 208 254 / 0.25); +} +.to-fuchsia-200\/30{ + --tw-gradient-to: rgb(245 208 254 / 0.3); +} +.to-fuchsia-200\/40{ + --tw-gradient-to: rgb(245 208 254 / 0.4); +} +.to-fuchsia-200\/50{ + --tw-gradient-to: rgb(245 208 254 / 0.5); +} +.to-fuchsia-200\/60{ + --tw-gradient-to: rgb(245 208 254 / 0.6); +} +.to-fuchsia-200\/70{ + --tw-gradient-to: rgb(245 208 254 / 0.7); +} +.to-fuchsia-200\/75{ + --tw-gradient-to: rgb(245 208 254 / 0.75); +} +.to-fuchsia-200\/80{ + --tw-gradient-to: rgb(245 208 254 / 0.8); +} +.to-fuchsia-200\/90{ + --tw-gradient-to: rgb(245 208 254 / 0.9); +} +.to-fuchsia-200\/95{ + --tw-gradient-to: rgb(245 208 254 / 0.95); +} +.to-fuchsia-200\/100{ + --tw-gradient-to: rgb(245 208 254 / 1); +} +.to-fuchsia-300\/0{ + --tw-gradient-to: rgb(240 171 252 / 0); +} +.to-fuchsia-300\/5{ + --tw-gradient-to: rgb(240 171 252 / 0.05); +} +.to-fuchsia-300\/10{ + --tw-gradient-to: rgb(240 171 252 / 0.1); +} +.to-fuchsia-300\/20{ + --tw-gradient-to: rgb(240 171 252 / 0.2); +} +.to-fuchsia-300\/25{ + --tw-gradient-to: rgb(240 171 252 / 0.25); +} +.to-fuchsia-300\/30{ + --tw-gradient-to: rgb(240 171 252 / 0.3); +} +.to-fuchsia-300\/40{ + --tw-gradient-to: rgb(240 171 252 / 0.4); +} +.to-fuchsia-300\/50{ + --tw-gradient-to: rgb(240 171 252 / 0.5); +} +.to-fuchsia-300\/60{ + --tw-gradient-to: rgb(240 171 252 / 0.6); +} +.to-fuchsia-300\/70{ + --tw-gradient-to: rgb(240 171 252 / 0.7); +} +.to-fuchsia-300\/75{ + --tw-gradient-to: rgb(240 171 252 / 0.75); +} +.to-fuchsia-300\/80{ + --tw-gradient-to: rgb(240 171 252 / 0.8); +} +.to-fuchsia-300\/90{ + --tw-gradient-to: rgb(240 171 252 / 0.9); +} +.to-fuchsia-300\/95{ + --tw-gradient-to: rgb(240 171 252 / 0.95); +} +.to-fuchsia-300\/100{ + --tw-gradient-to: rgb(240 171 252 / 1); +} +.to-fuchsia-400\/0{ + --tw-gradient-to: rgb(232 121 249 / 0); +} +.to-fuchsia-400\/5{ + --tw-gradient-to: rgb(232 121 249 / 0.05); +} +.to-fuchsia-400\/10{ + --tw-gradient-to: rgb(232 121 249 / 0.1); +} +.to-fuchsia-400\/20{ + --tw-gradient-to: rgb(232 121 249 / 0.2); +} +.to-fuchsia-400\/25{ + --tw-gradient-to: rgb(232 121 249 / 0.25); +} +.to-fuchsia-400\/30{ + --tw-gradient-to: rgb(232 121 249 / 0.3); +} +.to-fuchsia-400\/40{ + --tw-gradient-to: rgb(232 121 249 / 0.4); +} +.to-fuchsia-400\/50{ + --tw-gradient-to: rgb(232 121 249 / 0.5); +} +.to-fuchsia-400\/60{ + --tw-gradient-to: rgb(232 121 249 / 0.6); +} +.to-fuchsia-400\/70{ + --tw-gradient-to: rgb(232 121 249 / 0.7); +} +.to-fuchsia-400\/75{ + --tw-gradient-to: rgb(232 121 249 / 0.75); +} +.to-fuchsia-400\/80{ + --tw-gradient-to: rgb(232 121 249 / 0.8); +} +.to-fuchsia-400\/90{ + --tw-gradient-to: rgb(232 121 249 / 0.9); +} +.to-fuchsia-400\/95{ + --tw-gradient-to: rgb(232 121 249 / 0.95); +} +.to-fuchsia-400\/100{ + --tw-gradient-to: rgb(232 121 249 / 1); +} +.to-fuchsia-500\/0{ + --tw-gradient-to: rgb(217 70 239 / 0); +} +.to-fuchsia-500\/5{ + --tw-gradient-to: rgb(217 70 239 / 0.05); +} +.to-fuchsia-500\/10{ + --tw-gradient-to: rgb(217 70 239 / 0.1); +} +.to-fuchsia-500\/20{ + --tw-gradient-to: rgb(217 70 239 / 0.2); +} +.to-fuchsia-500\/25{ + --tw-gradient-to: rgb(217 70 239 / 0.25); +} +.to-fuchsia-500\/30{ + --tw-gradient-to: rgb(217 70 239 / 0.3); +} +.to-fuchsia-500\/40{ + --tw-gradient-to: rgb(217 70 239 / 0.4); +} +.to-fuchsia-500\/50{ + --tw-gradient-to: rgb(217 70 239 / 0.5); +} +.to-fuchsia-500\/60{ + --tw-gradient-to: rgb(217 70 239 / 0.6); +} +.to-fuchsia-500\/70{ + --tw-gradient-to: rgb(217 70 239 / 0.7); +} +.to-fuchsia-500\/75{ + --tw-gradient-to: rgb(217 70 239 / 0.75); +} +.to-fuchsia-500\/80{ + --tw-gradient-to: rgb(217 70 239 / 0.8); +} +.to-fuchsia-500\/90{ + --tw-gradient-to: rgb(217 70 239 / 0.9); +} +.to-fuchsia-500\/95{ + --tw-gradient-to: rgb(217 70 239 / 0.95); +} +.to-fuchsia-500\/100{ + --tw-gradient-to: rgb(217 70 239 / 1); +} +.to-fuchsia-600\/0{ + --tw-gradient-to: rgb(192 38 211 / 0); +} +.to-fuchsia-600\/5{ + --tw-gradient-to: rgb(192 38 211 / 0.05); +} +.to-fuchsia-600\/10{ + --tw-gradient-to: rgb(192 38 211 / 0.1); +} +.to-fuchsia-600\/20{ + --tw-gradient-to: rgb(192 38 211 / 0.2); +} +.to-fuchsia-600\/25{ + --tw-gradient-to: rgb(192 38 211 / 0.25); +} +.to-fuchsia-600\/30{ + --tw-gradient-to: rgb(192 38 211 / 0.3); +} +.to-fuchsia-600\/40{ + --tw-gradient-to: rgb(192 38 211 / 0.4); +} +.to-fuchsia-600\/50{ + --tw-gradient-to: rgb(192 38 211 / 0.5); +} +.to-fuchsia-600\/60{ + --tw-gradient-to: rgb(192 38 211 / 0.6); +} +.to-fuchsia-600\/70{ + --tw-gradient-to: rgb(192 38 211 / 0.7); +} +.to-fuchsia-600\/75{ + --tw-gradient-to: rgb(192 38 211 / 0.75); +} +.to-fuchsia-600\/80{ + --tw-gradient-to: rgb(192 38 211 / 0.8); +} +.to-fuchsia-600\/90{ + --tw-gradient-to: rgb(192 38 211 / 0.9); +} +.to-fuchsia-600\/95{ + --tw-gradient-to: rgb(192 38 211 / 0.95); +} +.to-fuchsia-600\/100{ + --tw-gradient-to: rgb(192 38 211 / 1); +} +.to-fuchsia-700\/0{ + --tw-gradient-to: rgb(162 28 175 / 0); +} +.to-fuchsia-700\/5{ + --tw-gradient-to: rgb(162 28 175 / 0.05); +} +.to-fuchsia-700\/10{ + --tw-gradient-to: rgb(162 28 175 / 0.1); +} +.to-fuchsia-700\/20{ + --tw-gradient-to: rgb(162 28 175 / 0.2); +} +.to-fuchsia-700\/25{ + --tw-gradient-to: rgb(162 28 175 / 0.25); +} +.to-fuchsia-700\/30{ + --tw-gradient-to: rgb(162 28 175 / 0.3); +} +.to-fuchsia-700\/40{ + --tw-gradient-to: rgb(162 28 175 / 0.4); +} +.to-fuchsia-700\/50{ + --tw-gradient-to: rgb(162 28 175 / 0.5); +} +.to-fuchsia-700\/60{ + --tw-gradient-to: rgb(162 28 175 / 0.6); +} +.to-fuchsia-700\/70{ + --tw-gradient-to: rgb(162 28 175 / 0.7); +} +.to-fuchsia-700\/75{ + --tw-gradient-to: rgb(162 28 175 / 0.75); +} +.to-fuchsia-700\/80{ + --tw-gradient-to: rgb(162 28 175 / 0.8); +} +.to-fuchsia-700\/90{ + --tw-gradient-to: rgb(162 28 175 / 0.9); +} +.to-fuchsia-700\/95{ + --tw-gradient-to: rgb(162 28 175 / 0.95); +} +.to-fuchsia-700\/100{ + --tw-gradient-to: rgb(162 28 175 / 1); +} +.to-fuchsia-800\/0{ + --tw-gradient-to: rgb(134 25 143 / 0); +} +.to-fuchsia-800\/5{ + --tw-gradient-to: rgb(134 25 143 / 0.05); +} +.to-fuchsia-800\/10{ + --tw-gradient-to: rgb(134 25 143 / 0.1); +} +.to-fuchsia-800\/20{ + --tw-gradient-to: rgb(134 25 143 / 0.2); +} +.to-fuchsia-800\/25{ + --tw-gradient-to: rgb(134 25 143 / 0.25); +} +.to-fuchsia-800\/30{ + --tw-gradient-to: rgb(134 25 143 / 0.3); +} +.to-fuchsia-800\/40{ + --tw-gradient-to: rgb(134 25 143 / 0.4); +} +.to-fuchsia-800\/50{ + --tw-gradient-to: rgb(134 25 143 / 0.5); +} +.to-fuchsia-800\/60{ + --tw-gradient-to: rgb(134 25 143 / 0.6); +} +.to-fuchsia-800\/70{ + --tw-gradient-to: rgb(134 25 143 / 0.7); +} +.to-fuchsia-800\/75{ + --tw-gradient-to: rgb(134 25 143 / 0.75); +} +.to-fuchsia-800\/80{ + --tw-gradient-to: rgb(134 25 143 / 0.8); +} +.to-fuchsia-800\/90{ + --tw-gradient-to: rgb(134 25 143 / 0.9); +} +.to-fuchsia-800\/95{ + --tw-gradient-to: rgb(134 25 143 / 0.95); +} +.to-fuchsia-800\/100{ + --tw-gradient-to: rgb(134 25 143 / 1); +} +.to-fuchsia-900\/0{ + --tw-gradient-to: rgb(112 26 117 / 0); +} +.to-fuchsia-900\/5{ + --tw-gradient-to: rgb(112 26 117 / 0.05); +} +.to-fuchsia-900\/10{ + --tw-gradient-to: rgb(112 26 117 / 0.1); +} +.to-fuchsia-900\/20{ + --tw-gradient-to: rgb(112 26 117 / 0.2); +} +.to-fuchsia-900\/25{ + --tw-gradient-to: rgb(112 26 117 / 0.25); +} +.to-fuchsia-900\/30{ + --tw-gradient-to: rgb(112 26 117 / 0.3); +} +.to-fuchsia-900\/40{ + --tw-gradient-to: rgb(112 26 117 / 0.4); +} +.to-fuchsia-900\/50{ + --tw-gradient-to: rgb(112 26 117 / 0.5); +} +.to-fuchsia-900\/60{ + --tw-gradient-to: rgb(112 26 117 / 0.6); +} +.to-fuchsia-900\/70{ + --tw-gradient-to: rgb(112 26 117 / 0.7); +} +.to-fuchsia-900\/75{ + --tw-gradient-to: rgb(112 26 117 / 0.75); +} +.to-fuchsia-900\/80{ + --tw-gradient-to: rgb(112 26 117 / 0.8); +} +.to-fuchsia-900\/90{ + --tw-gradient-to: rgb(112 26 117 / 0.9); +} +.to-fuchsia-900\/95{ + --tw-gradient-to: rgb(112 26 117 / 0.95); +} +.to-fuchsia-900\/100{ + --tw-gradient-to: rgb(112 26 117 / 1); +} +.to-pink-50\/0{ + --tw-gradient-to: rgb(253 242 248 / 0); +} +.to-pink-50\/5{ + --tw-gradient-to: rgb(253 242 248 / 0.05); +} +.to-pink-50\/10{ + --tw-gradient-to: rgb(253 242 248 / 0.1); +} +.to-pink-50\/20{ + --tw-gradient-to: rgb(253 242 248 / 0.2); +} +.to-pink-50\/25{ + --tw-gradient-to: rgb(253 242 248 / 0.25); +} +.to-pink-50\/30{ + --tw-gradient-to: rgb(253 242 248 / 0.3); +} +.to-pink-50\/40{ + --tw-gradient-to: rgb(253 242 248 / 0.4); +} +.to-pink-50\/50{ + --tw-gradient-to: rgb(253 242 248 / 0.5); +} +.to-pink-50\/60{ + --tw-gradient-to: rgb(253 242 248 / 0.6); +} +.to-pink-50\/70{ + --tw-gradient-to: rgb(253 242 248 / 0.7); +} +.to-pink-50\/75{ + --tw-gradient-to: rgb(253 242 248 / 0.75); +} +.to-pink-50\/80{ + --tw-gradient-to: rgb(253 242 248 / 0.8); +} +.to-pink-50\/90{ + --tw-gradient-to: rgb(253 242 248 / 0.9); +} +.to-pink-50\/95{ + --tw-gradient-to: rgb(253 242 248 / 0.95); +} +.to-pink-50\/100{ + --tw-gradient-to: rgb(253 242 248 / 1); +} +.to-pink-100\/0{ + --tw-gradient-to: rgb(252 232 243 / 0); +} +.to-pink-100\/5{ + --tw-gradient-to: rgb(252 232 243 / 0.05); +} +.to-pink-100\/10{ + --tw-gradient-to: rgb(252 232 243 / 0.1); +} +.to-pink-100\/20{ + --tw-gradient-to: rgb(252 232 243 / 0.2); +} +.to-pink-100\/25{ + --tw-gradient-to: rgb(252 232 243 / 0.25); +} +.to-pink-100\/30{ + --tw-gradient-to: rgb(252 232 243 / 0.3); +} +.to-pink-100\/40{ + --tw-gradient-to: rgb(252 232 243 / 0.4); +} +.to-pink-100\/50{ + --tw-gradient-to: rgb(252 232 243 / 0.5); +} +.to-pink-100\/60{ + --tw-gradient-to: rgb(252 232 243 / 0.6); +} +.to-pink-100\/70{ + --tw-gradient-to: rgb(252 232 243 / 0.7); +} +.to-pink-100\/75{ + --tw-gradient-to: rgb(252 232 243 / 0.75); +} +.to-pink-100\/80{ + --tw-gradient-to: rgb(252 232 243 / 0.8); +} +.to-pink-100\/90{ + --tw-gradient-to: rgb(252 232 243 / 0.9); +} +.to-pink-100\/95{ + --tw-gradient-to: rgb(252 232 243 / 0.95); +} +.to-pink-100\/100{ + --tw-gradient-to: rgb(252 232 243 / 1); +} +.to-pink-200\/0{ + --tw-gradient-to: rgb(250 209 232 / 0); +} +.to-pink-200\/5{ + --tw-gradient-to: rgb(250 209 232 / 0.05); +} +.to-pink-200\/10{ + --tw-gradient-to: rgb(250 209 232 / 0.1); +} +.to-pink-200\/20{ + --tw-gradient-to: rgb(250 209 232 / 0.2); +} +.to-pink-200\/25{ + --tw-gradient-to: rgb(250 209 232 / 0.25); +} +.to-pink-200\/30{ + --tw-gradient-to: rgb(250 209 232 / 0.3); +} +.to-pink-200\/40{ + --tw-gradient-to: rgb(250 209 232 / 0.4); +} +.to-pink-200\/50{ + --tw-gradient-to: rgb(250 209 232 / 0.5); +} +.to-pink-200\/60{ + --tw-gradient-to: rgb(250 209 232 / 0.6); +} +.to-pink-200\/70{ + --tw-gradient-to: rgb(250 209 232 / 0.7); +} +.to-pink-200\/75{ + --tw-gradient-to: rgb(250 209 232 / 0.75); +} +.to-pink-200\/80{ + --tw-gradient-to: rgb(250 209 232 / 0.8); +} +.to-pink-200\/90{ + --tw-gradient-to: rgb(250 209 232 / 0.9); +} +.to-pink-200\/95{ + --tw-gradient-to: rgb(250 209 232 / 0.95); +} +.to-pink-200\/100{ + --tw-gradient-to: rgb(250 209 232 / 1); +} +.to-pink-300\/0{ + --tw-gradient-to: rgb(248 180 217 / 0); +} +.to-pink-300\/5{ + --tw-gradient-to: rgb(248 180 217 / 0.05); +} +.to-pink-300\/10{ + --tw-gradient-to: rgb(248 180 217 / 0.1); +} +.to-pink-300\/20{ + --tw-gradient-to: rgb(248 180 217 / 0.2); +} +.to-pink-300\/25{ + --tw-gradient-to: rgb(248 180 217 / 0.25); +} +.to-pink-300\/30{ + --tw-gradient-to: rgb(248 180 217 / 0.3); +} +.to-pink-300\/40{ + --tw-gradient-to: rgb(248 180 217 / 0.4); +} +.to-pink-300\/50{ + --tw-gradient-to: rgb(248 180 217 / 0.5); +} +.to-pink-300\/60{ + --tw-gradient-to: rgb(248 180 217 / 0.6); +} +.to-pink-300\/70{ + --tw-gradient-to: rgb(248 180 217 / 0.7); +} +.to-pink-300\/75{ + --tw-gradient-to: rgb(248 180 217 / 0.75); +} +.to-pink-300\/80{ + --tw-gradient-to: rgb(248 180 217 / 0.8); +} +.to-pink-300\/90{ + --tw-gradient-to: rgb(248 180 217 / 0.9); +} +.to-pink-300\/95{ + --tw-gradient-to: rgb(248 180 217 / 0.95); +} +.to-pink-300\/100{ + --tw-gradient-to: rgb(248 180 217 / 1); +} +.to-pink-400\/0{ + --tw-gradient-to: rgb(241 126 184 / 0); +} +.to-pink-400\/5{ + --tw-gradient-to: rgb(241 126 184 / 0.05); +} +.to-pink-400\/10{ + --tw-gradient-to: rgb(241 126 184 / 0.1); +} +.to-pink-400\/20{ + --tw-gradient-to: rgb(241 126 184 / 0.2); +} +.to-pink-400\/25{ + --tw-gradient-to: rgb(241 126 184 / 0.25); +} +.to-pink-400\/30{ + --tw-gradient-to: rgb(241 126 184 / 0.3); +} +.to-pink-400\/40{ + --tw-gradient-to: rgb(241 126 184 / 0.4); +} +.to-pink-400\/50{ + --tw-gradient-to: rgb(241 126 184 / 0.5); +} +.to-pink-400\/60{ + --tw-gradient-to: rgb(241 126 184 / 0.6); +} +.to-pink-400\/70{ + --tw-gradient-to: rgb(241 126 184 / 0.7); +} +.to-pink-400\/75{ + --tw-gradient-to: rgb(241 126 184 / 0.75); +} +.to-pink-400\/80{ + --tw-gradient-to: rgb(241 126 184 / 0.8); +} +.to-pink-400\/90{ + --tw-gradient-to: rgb(241 126 184 / 0.9); +} +.to-pink-400\/95{ + --tw-gradient-to: rgb(241 126 184 / 0.95); +} +.to-pink-400\/100{ + --tw-gradient-to: rgb(241 126 184 / 1); +} +.to-pink-500\/0{ + --tw-gradient-to: rgb(231 70 148 / 0); +} +.to-pink-500\/5{ + --tw-gradient-to: rgb(231 70 148 / 0.05); +} +.to-pink-500\/10{ + --tw-gradient-to: rgb(231 70 148 / 0.1); +} +.to-pink-500\/20{ + --tw-gradient-to: rgb(231 70 148 / 0.2); +} +.to-pink-500\/25{ + --tw-gradient-to: rgb(231 70 148 / 0.25); +} +.to-pink-500\/30{ + --tw-gradient-to: rgb(231 70 148 / 0.3); +} +.to-pink-500\/40{ + --tw-gradient-to: rgb(231 70 148 / 0.4); +} +.to-pink-500\/50{ + --tw-gradient-to: rgb(231 70 148 / 0.5); +} +.to-pink-500\/60{ + --tw-gradient-to: rgb(231 70 148 / 0.6); +} +.to-pink-500\/70{ + --tw-gradient-to: rgb(231 70 148 / 0.7); +} +.to-pink-500\/75{ + --tw-gradient-to: rgb(231 70 148 / 0.75); +} +.to-pink-500\/80{ + --tw-gradient-to: rgb(231 70 148 / 0.8); +} +.to-pink-500\/90{ + --tw-gradient-to: rgb(231 70 148 / 0.9); +} +.to-pink-500\/95{ + --tw-gradient-to: rgb(231 70 148 / 0.95); +} +.to-pink-500\/100{ + --tw-gradient-to: rgb(231 70 148 / 1); +} +.to-pink-600\/0{ + --tw-gradient-to: rgb(214 31 105 / 0); +} +.to-pink-600\/5{ + --tw-gradient-to: rgb(214 31 105 / 0.05); +} +.to-pink-600\/10{ + --tw-gradient-to: rgb(214 31 105 / 0.1); +} +.to-pink-600\/20{ + --tw-gradient-to: rgb(214 31 105 / 0.2); +} +.to-pink-600\/25{ + --tw-gradient-to: rgb(214 31 105 / 0.25); +} +.to-pink-600\/30{ + --tw-gradient-to: rgb(214 31 105 / 0.3); +} +.to-pink-600\/40{ + --tw-gradient-to: rgb(214 31 105 / 0.4); +} +.to-pink-600\/50{ + --tw-gradient-to: rgb(214 31 105 / 0.5); +} +.to-pink-600\/60{ + --tw-gradient-to: rgb(214 31 105 / 0.6); +} +.to-pink-600\/70{ + --tw-gradient-to: rgb(214 31 105 / 0.7); +} +.to-pink-600\/75{ + --tw-gradient-to: rgb(214 31 105 / 0.75); +} +.to-pink-600\/80{ + --tw-gradient-to: rgb(214 31 105 / 0.8); +} +.to-pink-600\/90{ + --tw-gradient-to: rgb(214 31 105 / 0.9); +} +.to-pink-600\/95{ + --tw-gradient-to: rgb(214 31 105 / 0.95); +} +.to-pink-600\/100{ + --tw-gradient-to: rgb(214 31 105 / 1); +} +.to-pink-700\/0{ + --tw-gradient-to: rgb(191 18 93 / 0); +} +.to-pink-700\/5{ + --tw-gradient-to: rgb(191 18 93 / 0.05); +} +.to-pink-700\/10{ + --tw-gradient-to: rgb(191 18 93 / 0.1); +} +.to-pink-700\/20{ + --tw-gradient-to: rgb(191 18 93 / 0.2); +} +.to-pink-700\/25{ + --tw-gradient-to: rgb(191 18 93 / 0.25); +} +.to-pink-700\/30{ + --tw-gradient-to: rgb(191 18 93 / 0.3); +} +.to-pink-700\/40{ + --tw-gradient-to: rgb(191 18 93 / 0.4); +} +.to-pink-700\/50{ + --tw-gradient-to: rgb(191 18 93 / 0.5); +} +.to-pink-700\/60{ + --tw-gradient-to: rgb(191 18 93 / 0.6); +} +.to-pink-700\/70{ + --tw-gradient-to: rgb(191 18 93 / 0.7); +} +.to-pink-700\/75{ + --tw-gradient-to: rgb(191 18 93 / 0.75); +} +.to-pink-700\/80{ + --tw-gradient-to: rgb(191 18 93 / 0.8); +} +.to-pink-700\/90{ + --tw-gradient-to: rgb(191 18 93 / 0.9); +} +.to-pink-700\/95{ + --tw-gradient-to: rgb(191 18 93 / 0.95); +} +.to-pink-700\/100{ + --tw-gradient-to: rgb(191 18 93 / 1); +} +.to-pink-800\/0{ + --tw-gradient-to: rgb(153 21 75 / 0); +} +.to-pink-800\/5{ + --tw-gradient-to: rgb(153 21 75 / 0.05); +} +.to-pink-800\/10{ + --tw-gradient-to: rgb(153 21 75 / 0.1); +} +.to-pink-800\/20{ + --tw-gradient-to: rgb(153 21 75 / 0.2); +} +.to-pink-800\/25{ + --tw-gradient-to: rgb(153 21 75 / 0.25); +} +.to-pink-800\/30{ + --tw-gradient-to: rgb(153 21 75 / 0.3); +} +.to-pink-800\/40{ + --tw-gradient-to: rgb(153 21 75 / 0.4); +} +.to-pink-800\/50{ + --tw-gradient-to: rgb(153 21 75 / 0.5); +} +.to-pink-800\/60{ + --tw-gradient-to: rgb(153 21 75 / 0.6); +} +.to-pink-800\/70{ + --tw-gradient-to: rgb(153 21 75 / 0.7); +} +.to-pink-800\/75{ + --tw-gradient-to: rgb(153 21 75 / 0.75); +} +.to-pink-800\/80{ + --tw-gradient-to: rgb(153 21 75 / 0.8); +} +.to-pink-800\/90{ + --tw-gradient-to: rgb(153 21 75 / 0.9); +} +.to-pink-800\/95{ + --tw-gradient-to: rgb(153 21 75 / 0.95); +} +.to-pink-800\/100{ + --tw-gradient-to: rgb(153 21 75 / 1); +} +.to-pink-900\/0{ + --tw-gradient-to: rgb(117 26 61 / 0); +} +.to-pink-900\/5{ + --tw-gradient-to: rgb(117 26 61 / 0.05); +} +.to-pink-900\/10{ + --tw-gradient-to: rgb(117 26 61 / 0.1); +} +.to-pink-900\/20{ + --tw-gradient-to: rgb(117 26 61 / 0.2); +} +.to-pink-900\/25{ + --tw-gradient-to: rgb(117 26 61 / 0.25); +} +.to-pink-900\/30{ + --tw-gradient-to: rgb(117 26 61 / 0.3); +} +.to-pink-900\/40{ + --tw-gradient-to: rgb(117 26 61 / 0.4); +} +.to-pink-900\/50{ + --tw-gradient-to: rgb(117 26 61 / 0.5); +} +.to-pink-900\/60{ + --tw-gradient-to: rgb(117 26 61 / 0.6); +} +.to-pink-900\/70{ + --tw-gradient-to: rgb(117 26 61 / 0.7); +} +.to-pink-900\/75{ + --tw-gradient-to: rgb(117 26 61 / 0.75); +} +.to-pink-900\/80{ + --tw-gradient-to: rgb(117 26 61 / 0.8); +} +.to-pink-900\/90{ + --tw-gradient-to: rgb(117 26 61 / 0.9); +} +.to-pink-900\/95{ + --tw-gradient-to: rgb(117 26 61 / 0.95); +} +.to-pink-900\/100{ + --tw-gradient-to: rgb(117 26 61 / 1); +} +.to-rose-50\/0{ + --tw-gradient-to: rgb(255 241 242 / 0); +} +.to-rose-50\/5{ + --tw-gradient-to: rgb(255 241 242 / 0.05); +} +.to-rose-50\/10{ + --tw-gradient-to: rgb(255 241 242 / 0.1); +} +.to-rose-50\/20{ + --tw-gradient-to: rgb(255 241 242 / 0.2); +} +.to-rose-50\/25{ + --tw-gradient-to: rgb(255 241 242 / 0.25); +} +.to-rose-50\/30{ + --tw-gradient-to: rgb(255 241 242 / 0.3); +} +.to-rose-50\/40{ + --tw-gradient-to: rgb(255 241 242 / 0.4); +} +.to-rose-50\/50{ + --tw-gradient-to: rgb(255 241 242 / 0.5); +} +.to-rose-50\/60{ + --tw-gradient-to: rgb(255 241 242 / 0.6); +} +.to-rose-50\/70{ + --tw-gradient-to: rgb(255 241 242 / 0.7); +} +.to-rose-50\/75{ + --tw-gradient-to: rgb(255 241 242 / 0.75); +} +.to-rose-50\/80{ + --tw-gradient-to: rgb(255 241 242 / 0.8); +} +.to-rose-50\/90{ + --tw-gradient-to: rgb(255 241 242 / 0.9); +} +.to-rose-50\/95{ + --tw-gradient-to: rgb(255 241 242 / 0.95); +} +.to-rose-50\/100{ + --tw-gradient-to: rgb(255 241 242 / 1); +} +.to-rose-100\/0{ + --tw-gradient-to: rgb(255 228 230 / 0); +} +.to-rose-100\/5{ + --tw-gradient-to: rgb(255 228 230 / 0.05); +} +.to-rose-100\/10{ + --tw-gradient-to: rgb(255 228 230 / 0.1); +} +.to-rose-100\/20{ + --tw-gradient-to: rgb(255 228 230 / 0.2); +} +.to-rose-100\/25{ + --tw-gradient-to: rgb(255 228 230 / 0.25); +} +.to-rose-100\/30{ + --tw-gradient-to: rgb(255 228 230 / 0.3); +} +.to-rose-100\/40{ + --tw-gradient-to: rgb(255 228 230 / 0.4); +} +.to-rose-100\/50{ + --tw-gradient-to: rgb(255 228 230 / 0.5); +} +.to-rose-100\/60{ + --tw-gradient-to: rgb(255 228 230 / 0.6); +} +.to-rose-100\/70{ + --tw-gradient-to: rgb(255 228 230 / 0.7); +} +.to-rose-100\/75{ + --tw-gradient-to: rgb(255 228 230 / 0.75); +} +.to-rose-100\/80{ + --tw-gradient-to: rgb(255 228 230 / 0.8); +} +.to-rose-100\/90{ + --tw-gradient-to: rgb(255 228 230 / 0.9); +} +.to-rose-100\/95{ + --tw-gradient-to: rgb(255 228 230 / 0.95); +} +.to-rose-100\/100{ + --tw-gradient-to: rgb(255 228 230 / 1); +} +.to-rose-200\/0{ + --tw-gradient-to: rgb(254 205 211 / 0); +} +.to-rose-200\/5{ + --tw-gradient-to: rgb(254 205 211 / 0.05); +} +.to-rose-200\/10{ + --tw-gradient-to: rgb(254 205 211 / 0.1); +} +.to-rose-200\/20{ + --tw-gradient-to: rgb(254 205 211 / 0.2); +} +.to-rose-200\/25{ + --tw-gradient-to: rgb(254 205 211 / 0.25); +} +.to-rose-200\/30{ + --tw-gradient-to: rgb(254 205 211 / 0.3); +} +.to-rose-200\/40{ + --tw-gradient-to: rgb(254 205 211 / 0.4); +} +.to-rose-200\/50{ + --tw-gradient-to: rgb(254 205 211 / 0.5); +} +.to-rose-200\/60{ + --tw-gradient-to: rgb(254 205 211 / 0.6); +} +.to-rose-200\/70{ + --tw-gradient-to: rgb(254 205 211 / 0.7); +} +.to-rose-200\/75{ + --tw-gradient-to: rgb(254 205 211 / 0.75); +} +.to-rose-200\/80{ + --tw-gradient-to: rgb(254 205 211 / 0.8); +} +.to-rose-200\/90{ + --tw-gradient-to: rgb(254 205 211 / 0.9); +} +.to-rose-200\/95{ + --tw-gradient-to: rgb(254 205 211 / 0.95); +} +.to-rose-200\/100{ + --tw-gradient-to: rgb(254 205 211 / 1); +} +.to-rose-300\/0{ + --tw-gradient-to: rgb(253 164 175 / 0); +} +.to-rose-300\/5{ + --tw-gradient-to: rgb(253 164 175 / 0.05); +} +.to-rose-300\/10{ + --tw-gradient-to: rgb(253 164 175 / 0.1); +} +.to-rose-300\/20{ + --tw-gradient-to: rgb(253 164 175 / 0.2); +} +.to-rose-300\/25{ + --tw-gradient-to: rgb(253 164 175 / 0.25); +} +.to-rose-300\/30{ + --tw-gradient-to: rgb(253 164 175 / 0.3); +} +.to-rose-300\/40{ + --tw-gradient-to: rgb(253 164 175 / 0.4); +} +.to-rose-300\/50{ + --tw-gradient-to: rgb(253 164 175 / 0.5); +} +.to-rose-300\/60{ + --tw-gradient-to: rgb(253 164 175 / 0.6); +} +.to-rose-300\/70{ + --tw-gradient-to: rgb(253 164 175 / 0.7); +} +.to-rose-300\/75{ + --tw-gradient-to: rgb(253 164 175 / 0.75); +} +.to-rose-300\/80{ + --tw-gradient-to: rgb(253 164 175 / 0.8); +} +.to-rose-300\/90{ + --tw-gradient-to: rgb(253 164 175 / 0.9); +} +.to-rose-300\/95{ + --tw-gradient-to: rgb(253 164 175 / 0.95); +} +.to-rose-300\/100{ + --tw-gradient-to: rgb(253 164 175 / 1); +} +.to-rose-400\/0{ + --tw-gradient-to: rgb(251 113 133 / 0); +} +.to-rose-400\/5{ + --tw-gradient-to: rgb(251 113 133 / 0.05); +} +.to-rose-400\/10{ + --tw-gradient-to: rgb(251 113 133 / 0.1); +} +.to-rose-400\/20{ + --tw-gradient-to: rgb(251 113 133 / 0.2); +} +.to-rose-400\/25{ + --tw-gradient-to: rgb(251 113 133 / 0.25); +} +.to-rose-400\/30{ + --tw-gradient-to: rgb(251 113 133 / 0.3); +} +.to-rose-400\/40{ + --tw-gradient-to: rgb(251 113 133 / 0.4); +} +.to-rose-400\/50{ + --tw-gradient-to: rgb(251 113 133 / 0.5); +} +.to-rose-400\/60{ + --tw-gradient-to: rgb(251 113 133 / 0.6); +} +.to-rose-400\/70{ + --tw-gradient-to: rgb(251 113 133 / 0.7); +} +.to-rose-400\/75{ + --tw-gradient-to: rgb(251 113 133 / 0.75); +} +.to-rose-400\/80{ + --tw-gradient-to: rgb(251 113 133 / 0.8); +} +.to-rose-400\/90{ + --tw-gradient-to: rgb(251 113 133 / 0.9); +} +.to-rose-400\/95{ + --tw-gradient-to: rgb(251 113 133 / 0.95); +} +.to-rose-400\/100{ + --tw-gradient-to: rgb(251 113 133 / 1); +} +.to-rose-500\/0{ + --tw-gradient-to: rgb(244 63 94 / 0); +} +.to-rose-500\/5{ + --tw-gradient-to: rgb(244 63 94 / 0.05); +} +.to-rose-500\/10{ + --tw-gradient-to: rgb(244 63 94 / 0.1); +} +.to-rose-500\/20{ + --tw-gradient-to: rgb(244 63 94 / 0.2); +} +.to-rose-500\/25{ + --tw-gradient-to: rgb(244 63 94 / 0.25); +} +.to-rose-500\/30{ + --tw-gradient-to: rgb(244 63 94 / 0.3); +} +.to-rose-500\/40{ + --tw-gradient-to: rgb(244 63 94 / 0.4); +} +.to-rose-500\/50{ + --tw-gradient-to: rgb(244 63 94 / 0.5); +} +.to-rose-500\/60{ + --tw-gradient-to: rgb(244 63 94 / 0.6); +} +.to-rose-500\/70{ + --tw-gradient-to: rgb(244 63 94 / 0.7); +} +.to-rose-500\/75{ + --tw-gradient-to: rgb(244 63 94 / 0.75); +} +.to-rose-500\/80{ + --tw-gradient-to: rgb(244 63 94 / 0.8); +} +.to-rose-500\/90{ + --tw-gradient-to: rgb(244 63 94 / 0.9); +} +.to-rose-500\/95{ + --tw-gradient-to: rgb(244 63 94 / 0.95); +} +.to-rose-500\/100{ + --tw-gradient-to: rgb(244 63 94 / 1); +} +.to-rose-600\/0{ + --tw-gradient-to: rgb(225 29 72 / 0); +} +.to-rose-600\/5{ + --tw-gradient-to: rgb(225 29 72 / 0.05); +} +.to-rose-600\/10{ + --tw-gradient-to: rgb(225 29 72 / 0.1); +} +.to-rose-600\/20{ + --tw-gradient-to: rgb(225 29 72 / 0.2); +} +.to-rose-600\/25{ + --tw-gradient-to: rgb(225 29 72 / 0.25); +} +.to-rose-600\/30{ + --tw-gradient-to: rgb(225 29 72 / 0.3); +} +.to-rose-600\/40{ + --tw-gradient-to: rgb(225 29 72 / 0.4); +} +.to-rose-600\/50{ + --tw-gradient-to: rgb(225 29 72 / 0.5); +} +.to-rose-600\/60{ + --tw-gradient-to: rgb(225 29 72 / 0.6); +} +.to-rose-600\/70{ + --tw-gradient-to: rgb(225 29 72 / 0.7); +} +.to-rose-600\/75{ + --tw-gradient-to: rgb(225 29 72 / 0.75); +} +.to-rose-600\/80{ + --tw-gradient-to: rgb(225 29 72 / 0.8); +} +.to-rose-600\/90{ + --tw-gradient-to: rgb(225 29 72 / 0.9); +} +.to-rose-600\/95{ + --tw-gradient-to: rgb(225 29 72 / 0.95); +} +.to-rose-600\/100{ + --tw-gradient-to: rgb(225 29 72 / 1); +} +.to-rose-700\/0{ + --tw-gradient-to: rgb(190 18 60 / 0); +} +.to-rose-700\/5{ + --tw-gradient-to: rgb(190 18 60 / 0.05); +} +.to-rose-700\/10{ + --tw-gradient-to: rgb(190 18 60 / 0.1); +} +.to-rose-700\/20{ + --tw-gradient-to: rgb(190 18 60 / 0.2); +} +.to-rose-700\/25{ + --tw-gradient-to: rgb(190 18 60 / 0.25); +} +.to-rose-700\/30{ + --tw-gradient-to: rgb(190 18 60 / 0.3); +} +.to-rose-700\/40{ + --tw-gradient-to: rgb(190 18 60 / 0.4); +} +.to-rose-700\/50{ + --tw-gradient-to: rgb(190 18 60 / 0.5); +} +.to-rose-700\/60{ + --tw-gradient-to: rgb(190 18 60 / 0.6); +} +.to-rose-700\/70{ + --tw-gradient-to: rgb(190 18 60 / 0.7); +} +.to-rose-700\/75{ + --tw-gradient-to: rgb(190 18 60 / 0.75); +} +.to-rose-700\/80{ + --tw-gradient-to: rgb(190 18 60 / 0.8); +} +.to-rose-700\/90{ + --tw-gradient-to: rgb(190 18 60 / 0.9); +} +.to-rose-700\/95{ + --tw-gradient-to: rgb(190 18 60 / 0.95); +} +.to-rose-700\/100{ + --tw-gradient-to: rgb(190 18 60 / 1); +} +.to-rose-800\/0{ + --tw-gradient-to: rgb(159 18 57 / 0); +} +.to-rose-800\/5{ + --tw-gradient-to: rgb(159 18 57 / 0.05); +} +.to-rose-800\/10{ + --tw-gradient-to: rgb(159 18 57 / 0.1); +} +.to-rose-800\/20{ + --tw-gradient-to: rgb(159 18 57 / 0.2); +} +.to-rose-800\/25{ + --tw-gradient-to: rgb(159 18 57 / 0.25); +} +.to-rose-800\/30{ + --tw-gradient-to: rgb(159 18 57 / 0.3); +} +.to-rose-800\/40{ + --tw-gradient-to: rgb(159 18 57 / 0.4); +} +.to-rose-800\/50{ + --tw-gradient-to: rgb(159 18 57 / 0.5); +} +.to-rose-800\/60{ + --tw-gradient-to: rgb(159 18 57 / 0.6); +} +.to-rose-800\/70{ + --tw-gradient-to: rgb(159 18 57 / 0.7); +} +.to-rose-800\/75{ + --tw-gradient-to: rgb(159 18 57 / 0.75); +} +.to-rose-800\/80{ + --tw-gradient-to: rgb(159 18 57 / 0.8); +} +.to-rose-800\/90{ + --tw-gradient-to: rgb(159 18 57 / 0.9); +} +.to-rose-800\/95{ + --tw-gradient-to: rgb(159 18 57 / 0.95); +} +.to-rose-800\/100{ + --tw-gradient-to: rgb(159 18 57 / 1); +} +.to-rose-900\/0{ + --tw-gradient-to: rgb(136 19 55 / 0); +} +.to-rose-900\/5{ + --tw-gradient-to: rgb(136 19 55 / 0.05); +} +.to-rose-900\/10{ + --tw-gradient-to: rgb(136 19 55 / 0.1); +} +.to-rose-900\/20{ + --tw-gradient-to: rgb(136 19 55 / 0.2); +} +.to-rose-900\/25{ + --tw-gradient-to: rgb(136 19 55 / 0.25); +} +.to-rose-900\/30{ + --tw-gradient-to: rgb(136 19 55 / 0.3); +} +.to-rose-900\/40{ + --tw-gradient-to: rgb(136 19 55 / 0.4); +} +.to-rose-900\/50{ + --tw-gradient-to: rgb(136 19 55 / 0.5); +} +.to-rose-900\/60{ + --tw-gradient-to: rgb(136 19 55 / 0.6); +} +.to-rose-900\/70{ + --tw-gradient-to: rgb(136 19 55 / 0.7); +} +.to-rose-900\/75{ + --tw-gradient-to: rgb(136 19 55 / 0.75); +} +.to-rose-900\/80{ + --tw-gradient-to: rgb(136 19 55 / 0.8); +} +.to-rose-900\/90{ + --tw-gradient-to: rgb(136 19 55 / 0.9); +} +.to-rose-900\/95{ + --tw-gradient-to: rgb(136 19 55 / 0.95); +} +.to-rose-900\/100{ + --tw-gradient-to: rgb(136 19 55 / 1); +} +.to-rose\/0{ + --tw-gradient-to: rgb(244 63 94 / 0); +} +.to-rose\/5{ + --tw-gradient-to: rgb(244 63 94 / 0.05); +} +.to-rose\/10{ + --tw-gradient-to: rgb(244 63 94 / 0.1); +} +.to-rose\/20{ + --tw-gradient-to: rgb(244 63 94 / 0.2); +} +.to-rose\/25{ + --tw-gradient-to: rgb(244 63 94 / 0.25); +} +.to-rose\/30{ + --tw-gradient-to: rgb(244 63 94 / 0.3); +} +.to-rose\/40{ + --tw-gradient-to: rgb(244 63 94 / 0.4); +} +.to-rose\/50{ + --tw-gradient-to: rgb(244 63 94 / 0.5); +} +.to-rose\/60{ + --tw-gradient-to: rgb(244 63 94 / 0.6); +} +.to-rose\/70{ + --tw-gradient-to: rgb(244 63 94 / 0.7); +} +.to-rose\/75{ + --tw-gradient-to: rgb(244 63 94 / 0.75); +} +.to-rose\/80{ + --tw-gradient-to: rgb(244 63 94 / 0.8); +} +.to-rose\/90{ + --tw-gradient-to: rgb(244 63 94 / 0.9); +} +.to-rose\/95{ + --tw-gradient-to: rgb(244 63 94 / 0.95); +} +.to-rose\/100{ + --tw-gradient-to: rgb(244 63 94 / 1); +} +.to-lilac-100\/0{ + --tw-gradient-to: rgb(245 247 250 / 0); +} +.to-lilac-100\/5{ + --tw-gradient-to: rgb(245 247 250 / 0.05); +} +.to-lilac-100\/10{ + --tw-gradient-to: rgb(245 247 250 / 0.1); +} +.to-lilac-100\/20{ + --tw-gradient-to: rgb(245 247 250 / 0.2); +} +.to-lilac-100\/25{ + --tw-gradient-to: rgb(245 247 250 / 0.25); +} +.to-lilac-100\/30{ + --tw-gradient-to: rgb(245 247 250 / 0.3); +} +.to-lilac-100\/40{ + --tw-gradient-to: rgb(245 247 250 / 0.4); +} +.to-lilac-100\/50{ + --tw-gradient-to: rgb(245 247 250 / 0.5); +} +.to-lilac-100\/60{ + --tw-gradient-to: rgb(245 247 250 / 0.6); +} +.to-lilac-100\/70{ + --tw-gradient-to: rgb(245 247 250 / 0.7); +} +.to-lilac-100\/75{ + --tw-gradient-to: rgb(245 247 250 / 0.75); +} +.to-lilac-100\/80{ + --tw-gradient-to: rgb(245 247 250 / 0.8); +} +.to-lilac-100\/90{ + --tw-gradient-to: rgb(245 247 250 / 0.9); +} +.to-lilac-100\/95{ + --tw-gradient-to: rgb(245 247 250 / 0.95); +} +.to-lilac-100\/100{ + --tw-gradient-to: rgb(245 247 250 / 1); +} +.to-lilac-300\/0{ + --tw-gradient-to: rgb(237 240 252 / 0); +} +.to-lilac-300\/5{ + --tw-gradient-to: rgb(237 240 252 / 0.05); +} +.to-lilac-300\/10{ + --tw-gradient-to: rgb(237 240 252 / 0.1); +} +.to-lilac-300\/20{ + --tw-gradient-to: rgb(237 240 252 / 0.2); +} +.to-lilac-300\/25{ + --tw-gradient-to: rgb(237 240 252 / 0.25); +} +.to-lilac-300\/30{ + --tw-gradient-to: rgb(237 240 252 / 0.3); +} +.to-lilac-300\/40{ + --tw-gradient-to: rgb(237 240 252 / 0.4); +} +.to-lilac-300\/50{ + --tw-gradient-to: rgb(237 240 252 / 0.5); +} +.to-lilac-300\/60{ + --tw-gradient-to: rgb(237 240 252 / 0.6); +} +.to-lilac-300\/70{ + --tw-gradient-to: rgb(237 240 252 / 0.7); +} +.to-lilac-300\/75{ + --tw-gradient-to: rgb(237 240 252 / 0.75); +} +.to-lilac-300\/80{ + --tw-gradient-to: rgb(237 240 252 / 0.8); +} +.to-lilac-300\/90{ + --tw-gradient-to: rgb(237 240 252 / 0.9); +} +.to-lilac-300\/95{ + --tw-gradient-to: rgb(237 240 252 / 0.95); +} +.to-lilac-300\/100{ + --tw-gradient-to: rgb(237 240 252 / 1); +} +.to-lilac-900\/0{ + --tw-gradient-to: rgb(220 226 249 / 0); +} +.to-lilac-900\/5{ + --tw-gradient-to: rgb(220 226 249 / 0.05); +} +.to-lilac-900\/10{ + --tw-gradient-to: rgb(220 226 249 / 0.1); +} +.to-lilac-900\/20{ + --tw-gradient-to: rgb(220 226 249 / 0.2); +} +.to-lilac-900\/25{ + --tw-gradient-to: rgb(220 226 249 / 0.25); +} +.to-lilac-900\/30{ + --tw-gradient-to: rgb(220 226 249 / 0.3); +} +.to-lilac-900\/40{ + --tw-gradient-to: rgb(220 226 249 / 0.4); +} +.to-lilac-900\/50{ + --tw-gradient-to: rgb(220 226 249 / 0.5); +} +.to-lilac-900\/60{ + --tw-gradient-to: rgb(220 226 249 / 0.6); +} +.to-lilac-900\/70{ + --tw-gradient-to: rgb(220 226 249 / 0.7); +} +.to-lilac-900\/75{ + --tw-gradient-to: rgb(220 226 249 / 0.75); +} +.to-lilac-900\/80{ + --tw-gradient-to: rgb(220 226 249 / 0.8); +} +.to-lilac-900\/90{ + --tw-gradient-to: rgb(220 226 249 / 0.9); +} +.to-lilac-900\/95{ + --tw-gradient-to: rgb(220 226 249 / 0.95); +} +.to-lilac-900\/100{ + --tw-gradient-to: rgb(220 226 249 / 1); +} +.to-lilac\/0{ + --tw-gradient-to: rgb(248 249 254 / 0); +} +.to-lilac\/5{ + --tw-gradient-to: rgb(248 249 254 / 0.05); +} +.to-lilac\/10{ + --tw-gradient-to: rgb(248 249 254 / 0.1); +} +.to-lilac\/20{ + --tw-gradient-to: rgb(248 249 254 / 0.2); +} +.to-lilac\/25{ + --tw-gradient-to: rgb(248 249 254 / 0.25); +} +.to-lilac\/30{ + --tw-gradient-to: rgb(248 249 254 / 0.3); +} +.to-lilac\/40{ + --tw-gradient-to: rgb(248 249 254 / 0.4); +} +.to-lilac\/50{ + --tw-gradient-to: rgb(248 249 254 / 0.5); +} +.to-lilac\/60{ + --tw-gradient-to: rgb(248 249 254 / 0.6); +} +.to-lilac\/70{ + --tw-gradient-to: rgb(248 249 254 / 0.7); +} +.to-lilac\/75{ + --tw-gradient-to: rgb(248 249 254 / 0.75); +} +.to-lilac\/80{ + --tw-gradient-to: rgb(248 249 254 / 0.8); +} +.to-lilac\/90{ + --tw-gradient-to: rgb(248 249 254 / 0.9); +} +.to-lilac\/95{ + --tw-gradient-to: rgb(248 249 254 / 0.95); +} +.to-lilac\/100{ + --tw-gradient-to: rgb(248 249 254 / 1); +} +.to-golden-900\/0{ + --tw-gradient-to: rgb(191 184 130 / 0); +} +.to-golden-900\/5{ + --tw-gradient-to: rgb(191 184 130 / 0.05); +} +.to-golden-900\/10{ + --tw-gradient-to: rgb(191 184 130 / 0.1); +} +.to-golden-900\/20{ + --tw-gradient-to: rgb(191 184 130 / 0.2); +} +.to-golden-900\/25{ + --tw-gradient-to: rgb(191 184 130 / 0.25); +} +.to-golden-900\/30{ + --tw-gradient-to: rgb(191 184 130 / 0.3); +} +.to-golden-900\/40{ + --tw-gradient-to: rgb(191 184 130 / 0.4); +} +.to-golden-900\/50{ + --tw-gradient-to: rgb(191 184 130 / 0.5); +} +.to-golden-900\/60{ + --tw-gradient-to: rgb(191 184 130 / 0.6); +} +.to-golden-900\/70{ + --tw-gradient-to: rgb(191 184 130 / 0.7); +} +.to-golden-900\/75{ + --tw-gradient-to: rgb(191 184 130 / 0.75); +} +.to-golden-900\/80{ + --tw-gradient-to: rgb(191 184 130 / 0.8); +} +.to-golden-900\/90{ + --tw-gradient-to: rgb(191 184 130 / 0.9); +} +.to-golden-900\/95{ + --tw-gradient-to: rgb(191 184 130 / 0.95); +} +.to-golden-900\/100{ + --tw-gradient-to: rgb(191 184 130 / 1); +} +.to-golden\/0{ + --tw-gradient-to: rgb(209 201 137 / 0); +} +.to-golden\/5{ + --tw-gradient-to: rgb(209 201 137 / 0.05); +} +.to-golden\/10{ + --tw-gradient-to: rgb(209 201 137 / 0.1); +} +.to-golden\/20{ + --tw-gradient-to: rgb(209 201 137 / 0.2); +} +.to-golden\/25{ + --tw-gradient-to: rgb(209 201 137 / 0.25); +} +.to-golden\/30{ + --tw-gradient-to: rgb(209 201 137 / 0.3); +} +.to-golden\/40{ + --tw-gradient-to: rgb(209 201 137 / 0.4); +} +.to-golden\/50{ + --tw-gradient-to: rgb(209 201 137 / 0.5); +} +.to-golden\/60{ + --tw-gradient-to: rgb(209 201 137 / 0.6); +} +.to-golden\/70{ + --tw-gradient-to: rgb(209 201 137 / 0.7); +} +.to-golden\/75{ + --tw-gradient-to: rgb(209 201 137 / 0.75); +} +.to-golden\/80{ + --tw-gradient-to: rgb(209 201 137 / 0.8); +} +.to-golden\/90{ + --tw-gradient-to: rgb(209 201 137 / 0.9); +} +.to-golden\/95{ + --tw-gradient-to: rgb(209 201 137 / 0.95); +} +.to-golden\/100{ + --tw-gradient-to: rgb(209 201 137 / 1); +} +.to-status-success\/0{ + --tw-gradient-to: rgb(241 246 238 / 0); +} +.to-status-success\/5{ + --tw-gradient-to: rgb(241 246 238 / 0.05); +} +.to-status-success\/10{ + --tw-gradient-to: rgb(241 246 238 / 0.1); +} +.to-status-success\/20{ + --tw-gradient-to: rgb(241 246 238 / 0.2); +} +.to-status-success\/25{ + --tw-gradient-to: rgb(241 246 238 / 0.25); +} +.to-status-success\/30{ + --tw-gradient-to: rgb(241 246 238 / 0.3); +} +.to-status-success\/40{ + --tw-gradient-to: rgb(241 246 238 / 0.4); +} +.to-status-success\/50{ + --tw-gradient-to: rgb(241 246 238 / 0.5); +} +.to-status-success\/60{ + --tw-gradient-to: rgb(241 246 238 / 0.6); +} +.to-status-success\/70{ + --tw-gradient-to: rgb(241 246 238 / 0.7); +} +.to-status-success\/75{ + --tw-gradient-to: rgb(241 246 238 / 0.75); +} +.to-status-success\/80{ + --tw-gradient-to: rgb(241 246 238 / 0.8); +} +.to-status-success\/90{ + --tw-gradient-to: rgb(241 246 238 / 0.9); +} +.to-status-success\/95{ + --tw-gradient-to: rgb(241 246 238 / 0.95); +} +.to-status-success\/100{ + --tw-gradient-to: rgb(241 246 238 / 1); +} +.to-status-danger\/0{ + --tw-gradient-to: rgb(250 230 230 / 0); +} +.to-status-danger\/5{ + --tw-gradient-to: rgb(250 230 230 / 0.05); +} +.to-status-danger\/10{ + --tw-gradient-to: rgb(250 230 230 / 0.1); +} +.to-status-danger\/20{ + --tw-gradient-to: rgb(250 230 230 / 0.2); +} +.to-status-danger\/25{ + --tw-gradient-to: rgb(250 230 230 / 0.25); +} +.to-status-danger\/30{ + --tw-gradient-to: rgb(250 230 230 / 0.3); +} +.to-status-danger\/40{ + --tw-gradient-to: rgb(250 230 230 / 0.4); +} +.to-status-danger\/50{ + --tw-gradient-to: rgb(250 230 230 / 0.5); +} +.to-status-danger\/60{ + --tw-gradient-to: rgb(250 230 230 / 0.6); +} +.to-status-danger\/70{ + --tw-gradient-to: rgb(250 230 230 / 0.7); +} +.to-status-danger\/75{ + --tw-gradient-to: rgb(250 230 230 / 0.75); +} +.to-status-danger\/80{ + --tw-gradient-to: rgb(250 230 230 / 0.8); +} +.to-status-danger\/90{ + --tw-gradient-to: rgb(250 230 230 / 0.9); +} +.to-status-danger\/95{ + --tw-gradient-to: rgb(250 230 230 / 0.95); +} +.to-status-danger\/100{ + --tw-gradient-to: rgb(250 230 230 / 1); +} +.to-status-sent\/0{ + --tw-gradient-to: rgb(254 245 231 / 0); +} +.to-status-sent\/5{ + --tw-gradient-to: rgb(254 245 231 / 0.05); +} +.to-status-sent\/10{ + --tw-gradient-to: rgb(254 245 231 / 0.1); +} +.to-status-sent\/20{ + --tw-gradient-to: rgb(254 245 231 / 0.2); +} +.to-status-sent\/25{ + --tw-gradient-to: rgb(254 245 231 / 0.25); +} +.to-status-sent\/30{ + --tw-gradient-to: rgb(254 245 231 / 0.3); +} +.to-status-sent\/40{ + --tw-gradient-to: rgb(254 245 231 / 0.4); +} +.to-status-sent\/50{ + --tw-gradient-to: rgb(254 245 231 / 0.5); +} +.to-status-sent\/60{ + --tw-gradient-to: rgb(254 245 231 / 0.6); +} +.to-status-sent\/70{ + --tw-gradient-to: rgb(254 245 231 / 0.7); +} +.to-status-sent\/75{ + --tw-gradient-to: rgb(254 245 231 / 0.75); +} +.to-status-sent\/80{ + --tw-gradient-to: rgb(254 245 231 / 0.8); +} +.to-status-sent\/90{ + --tw-gradient-to: rgb(254 245 231 / 0.9); +} +.to-status-sent\/95{ + --tw-gradient-to: rgb(254 245 231 / 0.95); +} +.to-status-sent\/100{ + --tw-gradient-to: rgb(254 245 231 / 1); +} +.to-status-viewed\/0{ + --tw-gradient-to: rgb(238 238 243 / 0); +} +.to-status-viewed\/5{ + --tw-gradient-to: rgb(238 238 243 / 0.05); +} +.to-status-viewed\/10{ + --tw-gradient-to: rgb(238 238 243 / 0.1); +} +.to-status-viewed\/20{ + --tw-gradient-to: rgb(238 238 243 / 0.2); +} +.to-status-viewed\/25{ + --tw-gradient-to: rgb(238 238 243 / 0.25); +} +.to-status-viewed\/30{ + --tw-gradient-to: rgb(238 238 243 / 0.3); +} +.to-status-viewed\/40{ + --tw-gradient-to: rgb(238 238 243 / 0.4); +} +.to-status-viewed\/50{ + --tw-gradient-to: rgb(238 238 243 / 0.5); +} +.to-status-viewed\/60{ + --tw-gradient-to: rgb(238 238 243 / 0.6); +} +.to-status-viewed\/70{ + --tw-gradient-to: rgb(238 238 243 / 0.7); +} +.to-status-viewed\/75{ + --tw-gradient-to: rgb(238 238 243 / 0.75); +} +.to-status-viewed\/80{ + --tw-gradient-to: rgb(238 238 243 / 0.8); +} +.to-status-viewed\/90{ + --tw-gradient-to: rgb(238 238 243 / 0.9); +} +.to-status-viewed\/95{ + --tw-gradient-to: rgb(238 238 243 / 0.95); +} +.to-status-viewed\/100{ + --tw-gradient-to: rgb(238 238 243 / 1); +} +.to-status-draft\/0{ + --tw-gradient-to: rgb(236 236 236 / 0); +} +.to-status-draft\/5{ + --tw-gradient-to: rgb(236 236 236 / 0.05); +} +.to-status-draft\/10{ + --tw-gradient-to: rgb(236 236 236 / 0.1); +} +.to-status-draft\/20{ + --tw-gradient-to: rgb(236 236 236 / 0.2); +} +.to-status-draft\/25{ + --tw-gradient-to: rgb(236 236 236 / 0.25); +} +.to-status-draft\/30{ + --tw-gradient-to: rgb(236 236 236 / 0.3); +} +.to-status-draft\/40{ + --tw-gradient-to: rgb(236 236 236 / 0.4); +} +.to-status-draft\/50{ + --tw-gradient-to: rgb(236 236 236 / 0.5); +} +.to-status-draft\/60{ + --tw-gradient-to: rgb(236 236 236 / 0.6); +} +.to-status-draft\/70{ + --tw-gradient-to: rgb(236 236 236 / 0.7); +} +.to-status-draft\/75{ + --tw-gradient-to: rgb(236 236 236 / 0.75); +} +.to-status-draft\/80{ + --tw-gradient-to: rgb(236 236 236 / 0.8); +} +.to-status-draft\/90{ + --tw-gradient-to: rgb(236 236 236 / 0.9); +} +.to-status-draft\/95{ + --tw-gradient-to: rgb(236 236 236 / 0.95); +} +.to-status-draft\/100{ + --tw-gradient-to: rgb(236 236 236 / 1); +} +.to-status-partial\/0{ + --tw-gradient-to: rgb(230 241 246 / 0); +} +.to-status-partial\/5{ + --tw-gradient-to: rgb(230 241 246 / 0.05); +} +.to-status-partial\/10{ + --tw-gradient-to: rgb(230 241 246 / 0.1); +} +.to-status-partial\/20{ + --tw-gradient-to: rgb(230 241 246 / 0.2); +} +.to-status-partial\/25{ + --tw-gradient-to: rgb(230 241 246 / 0.25); +} +.to-status-partial\/30{ + --tw-gradient-to: rgb(230 241 246 / 0.3); +} +.to-status-partial\/40{ + --tw-gradient-to: rgb(230 241 246 / 0.4); +} +.to-status-partial\/50{ + --tw-gradient-to: rgb(230 241 246 / 0.5); +} +.to-status-partial\/60{ + --tw-gradient-to: rgb(230 241 246 / 0.6); +} +.to-status-partial\/70{ + --tw-gradient-to: rgb(230 241 246 / 0.7); +} +.to-status-partial\/75{ + --tw-gradient-to: rgb(230 241 246 / 0.75); +} +.to-status-partial\/80{ + --tw-gradient-to: rgb(230 241 246 / 0.8); +} +.to-status-partial\/90{ + --tw-gradient-to: rgb(230 241 246 / 0.9); +} +.to-status-partial\/95{ + --tw-gradient-to: rgb(230 241 246 / 0.95); +} +.to-status-partial\/100{ + --tw-gradient-to: rgb(230 241 246 / 1); +} +.to-status-canceled\/0{ + --tw-gradient-to: rgb(40 40 40 / 0); +} +.to-status-canceled\/5{ + --tw-gradient-to: rgb(40 40 40 / 0.05); +} +.to-status-canceled\/10{ + --tw-gradient-to: rgb(40 40 40 / 0.1); +} +.to-status-canceled\/20{ + --tw-gradient-to: rgb(40 40 40 / 0.2); +} +.to-status-canceled\/25{ + --tw-gradient-to: rgb(40 40 40 / 0.25); +} +.to-status-canceled\/30{ + --tw-gradient-to: rgb(40 40 40 / 0.3); +} +.to-status-canceled\/40{ + --tw-gradient-to: rgb(40 40 40 / 0.4); +} +.to-status-canceled\/50{ + --tw-gradient-to: rgb(40 40 40 / 0.5); +} +.to-status-canceled\/60{ + --tw-gradient-to: rgb(40 40 40 / 0.6); +} +.to-status-canceled\/70{ + --tw-gradient-to: rgb(40 40 40 / 0.7); +} +.to-status-canceled\/75{ + --tw-gradient-to: rgb(40 40 40 / 0.75); +} +.to-status-canceled\/80{ + --tw-gradient-to: rgb(40 40 40 / 0.8); +} +.to-status-canceled\/90{ + --tw-gradient-to: rgb(40 40 40 / 0.9); +} +.to-status-canceled\/95{ + --tw-gradient-to: rgb(40 40 40 / 0.95); +} +.to-status-canceled\/100{ + --tw-gradient-to: rgb(40 40 40 / 1); +} +.to-status-warning\/0{ + --tw-gradient-to: rgb(254 245 231 / 0); +} +.to-status-warning\/5{ + --tw-gradient-to: rgb(254 245 231 / 0.05); +} +.to-status-warning\/10{ + --tw-gradient-to: rgb(254 245 231 / 0.1); +} +.to-status-warning\/20{ + --tw-gradient-to: rgb(254 245 231 / 0.2); +} +.to-status-warning\/25{ + --tw-gradient-to: rgb(254 245 231 / 0.25); +} +.to-status-warning\/30{ + --tw-gradient-to: rgb(254 245 231 / 0.3); +} +.to-status-warning\/40{ + --tw-gradient-to: rgb(254 245 231 / 0.4); +} +.to-status-warning\/50{ + --tw-gradient-to: rgb(254 245 231 / 0.5); +} +.to-status-warning\/60{ + --tw-gradient-to: rgb(254 245 231 / 0.6); +} +.to-status-warning\/70{ + --tw-gradient-to: rgb(254 245 231 / 0.7); +} +.to-status-warning\/75{ + --tw-gradient-to: rgb(254 245 231 / 0.75); +} +.to-status-warning\/80{ + --tw-gradient-to: rgb(254 245 231 / 0.8); +} +.to-status-warning\/90{ + --tw-gradient-to: rgb(254 245 231 / 0.9); +} +.to-status-warning\/95{ + --tw-gradient-to: rgb(254 245 231 / 0.95); +} +.to-status-warning\/100{ + --tw-gradient-to: rgb(254 245 231 / 1); +} +.to-text-status-success\/0{ + --tw-gradient-to: rgb(99 145 74 / 0); +} +.to-text-status-success\/5{ + --tw-gradient-to: rgb(99 145 74 / 0.05); +} +.to-text-status-success\/10{ + --tw-gradient-to: rgb(99 145 74 / 0.1); +} +.to-text-status-success\/20{ + --tw-gradient-to: rgb(99 145 74 / 0.2); +} +.to-text-status-success\/25{ + --tw-gradient-to: rgb(99 145 74 / 0.25); +} +.to-text-status-success\/30{ + --tw-gradient-to: rgb(99 145 74 / 0.3); +} +.to-text-status-success\/40{ + --tw-gradient-to: rgb(99 145 74 / 0.4); +} +.to-text-status-success\/50{ + --tw-gradient-to: rgb(99 145 74 / 0.5); +} +.to-text-status-success\/60{ + --tw-gradient-to: rgb(99 145 74 / 0.6); +} +.to-text-status-success\/70{ + --tw-gradient-to: rgb(99 145 74 / 0.7); +} +.to-text-status-success\/75{ + --tw-gradient-to: rgb(99 145 74 / 0.75); +} +.to-text-status-success\/80{ + --tw-gradient-to: rgb(99 145 74 / 0.8); +} +.to-text-status-success\/90{ + --tw-gradient-to: rgb(99 145 74 / 0.9); +} +.to-text-status-success\/95{ + --tw-gradient-to: rgb(99 145 74 / 0.95); +} +.to-text-status-success\/100{ + --tw-gradient-to: rgb(99 145 74 / 1); +} +.to-text-status-danger\/0{ + --tw-gradient-to: rgb(184 0 0 / 0); +} +.to-text-status-danger\/5{ + --tw-gradient-to: rgb(184 0 0 / 0.05); +} +.to-text-status-danger\/10{ + --tw-gradient-to: rgb(184 0 0 / 0.1); +} +.to-text-status-danger\/20{ + --tw-gradient-to: rgb(184 0 0 / 0.2); +} +.to-text-status-danger\/25{ + --tw-gradient-to: rgb(184 0 0 / 0.25); +} +.to-text-status-danger\/30{ + --tw-gradient-to: rgb(184 0 0 / 0.3); +} +.to-text-status-danger\/40{ + --tw-gradient-to: rgb(184 0 0 / 0.4); +} +.to-text-status-danger\/50{ + --tw-gradient-to: rgb(184 0 0 / 0.5); +} +.to-text-status-danger\/60{ + --tw-gradient-to: rgb(184 0 0 / 0.6); +} +.to-text-status-danger\/70{ + --tw-gradient-to: rgb(184 0 0 / 0.7); +} +.to-text-status-danger\/75{ + --tw-gradient-to: rgb(184 0 0 / 0.75); +} +.to-text-status-danger\/80{ + --tw-gradient-to: rgb(184 0 0 / 0.8); +} +.to-text-status-danger\/90{ + --tw-gradient-to: rgb(184 0 0 / 0.9); +} +.to-text-status-danger\/95{ + --tw-gradient-to: rgb(184 0 0 / 0.95); +} +.to-text-status-danger\/100{ + --tw-gradient-to: rgb(184 0 0 / 1); +} +.to-text-status-sent\/0{ + --tw-gradient-to: rgb(221 142 10 / 0); +} +.to-text-status-sent\/5{ + --tw-gradient-to: rgb(221 142 10 / 0.05); +} +.to-text-status-sent\/10{ + --tw-gradient-to: rgb(221 142 10 / 0.1); +} +.to-text-status-sent\/20{ + --tw-gradient-to: rgb(221 142 10 / 0.2); +} +.to-text-status-sent\/25{ + --tw-gradient-to: rgb(221 142 10 / 0.25); +} +.to-text-status-sent\/30{ + --tw-gradient-to: rgb(221 142 10 / 0.3); +} +.to-text-status-sent\/40{ + --tw-gradient-to: rgb(221 142 10 / 0.4); +} +.to-text-status-sent\/50{ + --tw-gradient-to: rgb(221 142 10 / 0.5); +} +.to-text-status-sent\/60{ + --tw-gradient-to: rgb(221 142 10 / 0.6); +} +.to-text-status-sent\/70{ + --tw-gradient-to: rgb(221 142 10 / 0.7); +} +.to-text-status-sent\/75{ + --tw-gradient-to: rgb(221 142 10 / 0.75); +} +.to-text-status-sent\/80{ + --tw-gradient-to: rgb(221 142 10 / 0.8); +} +.to-text-status-sent\/90{ + --tw-gradient-to: rgb(221 142 10 / 0.9); +} +.to-text-status-sent\/95{ + --tw-gradient-to: rgb(221 142 10 / 0.95); +} +.to-text-status-sent\/100{ + --tw-gradient-to: rgb(221 142 10 / 1); +} +.to-text-status-viewed\/0{ + --tw-gradient-to: rgb(77 79 125 / 0); +} +.to-text-status-viewed\/5{ + --tw-gradient-to: rgb(77 79 125 / 0.05); +} +.to-text-status-viewed\/10{ + --tw-gradient-to: rgb(77 79 125 / 0.1); +} +.to-text-status-viewed\/20{ + --tw-gradient-to: rgb(77 79 125 / 0.2); +} +.to-text-status-viewed\/25{ + --tw-gradient-to: rgb(77 79 125 / 0.25); +} +.to-text-status-viewed\/30{ + --tw-gradient-to: rgb(77 79 125 / 0.3); +} +.to-text-status-viewed\/40{ + --tw-gradient-to: rgb(77 79 125 / 0.4); +} +.to-text-status-viewed\/50{ + --tw-gradient-to: rgb(77 79 125 / 0.5); +} +.to-text-status-viewed\/60{ + --tw-gradient-to: rgb(77 79 125 / 0.6); +} +.to-text-status-viewed\/70{ + --tw-gradient-to: rgb(77 79 125 / 0.7); +} +.to-text-status-viewed\/75{ + --tw-gradient-to: rgb(77 79 125 / 0.75); +} +.to-text-status-viewed\/80{ + --tw-gradient-to: rgb(77 79 125 / 0.8); +} +.to-text-status-viewed\/90{ + --tw-gradient-to: rgb(77 79 125 / 0.9); +} +.to-text-status-viewed\/95{ + --tw-gradient-to: rgb(77 79 125 / 0.95); +} +.to-text-status-viewed\/100{ + --tw-gradient-to: rgb(77 79 125 / 1); +} +.to-text-status-draft\/0{ + --tw-gradient-to: rgb(59 59 59 / 0); +} +.to-text-status-draft\/5{ + --tw-gradient-to: rgb(59 59 59 / 0.05); +} +.to-text-status-draft\/10{ + --tw-gradient-to: rgb(59 59 59 / 0.1); +} +.to-text-status-draft\/20{ + --tw-gradient-to: rgb(59 59 59 / 0.2); +} +.to-text-status-draft\/25{ + --tw-gradient-to: rgb(59 59 59 / 0.25); +} +.to-text-status-draft\/30{ + --tw-gradient-to: rgb(59 59 59 / 0.3); +} +.to-text-status-draft\/40{ + --tw-gradient-to: rgb(59 59 59 / 0.4); +} +.to-text-status-draft\/50{ + --tw-gradient-to: rgb(59 59 59 / 0.5); +} +.to-text-status-draft\/60{ + --tw-gradient-to: rgb(59 59 59 / 0.6); +} +.to-text-status-draft\/70{ + --tw-gradient-to: rgb(59 59 59 / 0.7); +} +.to-text-status-draft\/75{ + --tw-gradient-to: rgb(59 59 59 / 0.75); +} +.to-text-status-draft\/80{ + --tw-gradient-to: rgb(59 59 59 / 0.8); +} +.to-text-status-draft\/90{ + --tw-gradient-to: rgb(59 59 59 / 0.9); +} +.to-text-status-draft\/95{ + --tw-gradient-to: rgb(59 59 59 / 0.95); +} +.to-text-status-draft\/100{ + --tw-gradient-to: rgb(59 59 59 / 1); +} +.to-text-status-partial\/0{ + --tw-gradient-to: rgb(0 99 149 / 0); +} +.to-text-status-partial\/5{ + --tw-gradient-to: rgb(0 99 149 / 0.05); +} +.to-text-status-partial\/10{ + --tw-gradient-to: rgb(0 99 149 / 0.1); +} +.to-text-status-partial\/20{ + --tw-gradient-to: rgb(0 99 149 / 0.2); +} +.to-text-status-partial\/25{ + --tw-gradient-to: rgb(0 99 149 / 0.25); +} +.to-text-status-partial\/30{ + --tw-gradient-to: rgb(0 99 149 / 0.3); +} +.to-text-status-partial\/40{ + --tw-gradient-to: rgb(0 99 149 / 0.4); +} +.to-text-status-partial\/50{ + --tw-gradient-to: rgb(0 99 149 / 0.5); +} +.to-text-status-partial\/60{ + --tw-gradient-to: rgb(0 99 149 / 0.6); +} +.to-text-status-partial\/70{ + --tw-gradient-to: rgb(0 99 149 / 0.7); +} +.to-text-status-partial\/75{ + --tw-gradient-to: rgb(0 99 149 / 0.75); +} +.to-text-status-partial\/80{ + --tw-gradient-to: rgb(0 99 149 / 0.8); +} +.to-text-status-partial\/90{ + --tw-gradient-to: rgb(0 99 149 / 0.9); +} +.to-text-status-partial\/95{ + --tw-gradient-to: rgb(0 99 149 / 0.95); +} +.to-text-status-partial\/100{ + --tw-gradient-to: rgb(0 99 149 / 1); +} +.to-text-status-canceled\/0{ + --tw-gradient-to: rgb(255 255 255 / 0); +} +.to-text-status-canceled\/5{ + --tw-gradient-to: rgb(255 255 255 / 0.05); +} +.to-text-status-canceled\/10{ + --tw-gradient-to: rgb(255 255 255 / 0.1); +} +.to-text-status-canceled\/20{ + --tw-gradient-to: rgb(255 255 255 / 0.2); +} +.to-text-status-canceled\/25{ + --tw-gradient-to: rgb(255 255 255 / 0.25); +} +.to-text-status-canceled\/30{ + --tw-gradient-to: rgb(255 255 255 / 0.3); +} +.to-text-status-canceled\/40{ + --tw-gradient-to: rgb(255 255 255 / 0.4); +} +.to-text-status-canceled\/50{ + --tw-gradient-to: rgb(255 255 255 / 0.5); +} +.to-text-status-canceled\/60{ + --tw-gradient-to: rgb(255 255 255 / 0.6); +} +.to-text-status-canceled\/70{ + --tw-gradient-to: rgb(255 255 255 / 0.7); +} +.to-text-status-canceled\/75{ + --tw-gradient-to: rgb(255 255 255 / 0.75); +} +.to-text-status-canceled\/80{ + --tw-gradient-to: rgb(255 255 255 / 0.8); +} +.to-text-status-canceled\/90{ + --tw-gradient-to: rgb(255 255 255 / 0.9); +} +.to-text-status-canceled\/95{ + --tw-gradient-to: rgb(255 255 255 / 0.95); +} +.to-text-status-canceled\/100{ + --tw-gradient-to: rgb(255 255 255 / 1); +} +.to-text-status-warning\/0{ + --tw-gradient-to: rgb(184 119 8 / 0); +} +.to-text-status-warning\/5{ + --tw-gradient-to: rgb(184 119 8 / 0.05); +} +.to-text-status-warning\/10{ + --tw-gradient-to: rgb(184 119 8 / 0.1); +} +.to-text-status-warning\/20{ + --tw-gradient-to: rgb(184 119 8 / 0.2); +} +.to-text-status-warning\/25{ + --tw-gradient-to: rgb(184 119 8 / 0.25); +} +.to-text-status-warning\/30{ + --tw-gradient-to: rgb(184 119 8 / 0.3); +} +.to-text-status-warning\/40{ + --tw-gradient-to: rgb(184 119 8 / 0.4); +} +.to-text-status-warning\/50{ + --tw-gradient-to: rgb(184 119 8 / 0.5); +} +.to-text-status-warning\/60{ + --tw-gradient-to: rgb(184 119 8 / 0.6); +} +.to-text-status-warning\/70{ + --tw-gradient-to: rgb(184 119 8 / 0.7); +} +.to-text-status-warning\/75{ + --tw-gradient-to: rgb(184 119 8 / 0.75); +} +.to-text-status-warning\/80{ + --tw-gradient-to: rgb(184 119 8 / 0.8); +} +.to-text-status-warning\/90{ + --tw-gradient-to: rgb(184 119 8 / 0.9); +} +.to-text-status-warning\/95{ + --tw-gradient-to: rgb(184 119 8 / 0.95); +} +.to-text-status-warning\/100{ + --tw-gradient-to: rgb(184 119 8 / 1); +} +.to-body\/0{ + --tw-gradient-to: rgb(252 252 252 / 0); +} +.to-body\/5{ + --tw-gradient-to: rgb(252 252 252 / 0.05); +} +.to-body\/10{ + --tw-gradient-to: rgb(252 252 252 / 0.1); +} +.to-body\/20{ + --tw-gradient-to: rgb(252 252 252 / 0.2); +} +.to-body\/25{ + --tw-gradient-to: rgb(252 252 252 / 0.25); +} +.to-body\/30{ + --tw-gradient-to: rgb(252 252 252 / 0.3); +} +.to-body\/40{ + --tw-gradient-to: rgb(252 252 252 / 0.4); +} +.to-body\/50{ + --tw-gradient-to: rgb(252 252 252 / 0.5); +} +.to-body\/60{ + --tw-gradient-to: rgb(252 252 252 / 0.6); +} +.to-body\/70{ + --tw-gradient-to: rgb(252 252 252 / 0.7); +} +.to-body\/75{ + --tw-gradient-to: rgb(252 252 252 / 0.75); +} +.to-body\/80{ + --tw-gradient-to: rgb(252 252 252 / 0.8); +} +.to-body\/90{ + --tw-gradient-to: rgb(252 252 252 / 0.9); +} +.to-body\/95{ + --tw-gradient-to: rgb(252 252 252 / 0.95); +} +.to-body\/100{ + --tw-gradient-to: rgb(252 252 252 / 1); +} +.to-light-gray\/0{ + --tw-gradient-to: rgb(199 201 217 / 0); +} +.to-light-gray\/5{ + --tw-gradient-to: rgb(199 201 217 / 0.05); +} +.to-light-gray\/10{ + --tw-gradient-to: rgb(199 201 217 / 0.1); +} +.to-light-gray\/20{ + --tw-gradient-to: rgb(199 201 217 / 0.2); +} +.to-light-gray\/25{ + --tw-gradient-to: rgb(199 201 217 / 0.25); +} +.to-light-gray\/30{ + --tw-gradient-to: rgb(199 201 217 / 0.3); +} +.to-light-gray\/40{ + --tw-gradient-to: rgb(199 201 217 / 0.4); +} +.to-light-gray\/50{ + --tw-gradient-to: rgb(199 201 217 / 0.5); +} +.to-light-gray\/60{ + --tw-gradient-to: rgb(199 201 217 / 0.6); +} +.to-light-gray\/70{ + --tw-gradient-to: rgb(199 201 217 / 0.7); +} +.to-light-gray\/75{ + --tw-gradient-to: rgb(199 201 217 / 0.75); +} +.to-light-gray\/80{ + --tw-gradient-to: rgb(199 201 217 / 0.8); +} +.to-light-gray\/90{ + --tw-gradient-to: rgb(199 201 217 / 0.9); +} +.to-light-gray\/95{ + --tw-gradient-to: rgb(199 201 217 / 0.95); +} +.to-light-gray\/100{ + --tw-gradient-to: rgb(199 201 217 / 1); +} +.to-dark-blue\/0{ + --tw-gradient-to: rgb(21 40 75 / 0); +} +.to-dark-blue\/5{ + --tw-gradient-to: rgb(21 40 75 / 0.05); +} +.to-dark-blue\/10{ + --tw-gradient-to: rgb(21 40 75 / 0.1); +} +.to-dark-blue\/20{ + --tw-gradient-to: rgb(21 40 75 / 0.2); +} +.to-dark-blue\/25{ + --tw-gradient-to: rgb(21 40 75 / 0.25); +} +.to-dark-blue\/30{ + --tw-gradient-to: rgb(21 40 75 / 0.3); +} +.to-dark-blue\/40{ + --tw-gradient-to: rgb(21 40 75 / 0.4); +} +.to-dark-blue\/50{ + --tw-gradient-to: rgb(21 40 75 / 0.5); +} +.to-dark-blue\/60{ + --tw-gradient-to: rgb(21 40 75 / 0.6); +} +.to-dark-blue\/70{ + --tw-gradient-to: rgb(21 40 75 / 0.7); +} +.to-dark-blue\/75{ + --tw-gradient-to: rgb(21 40 75 / 0.75); +} +.to-dark-blue\/80{ + --tw-gradient-to: rgb(21 40 75 / 0.8); +} +.to-dark-blue\/90{ + --tw-gradient-to: rgb(21 40 75 / 0.9); +} +.to-dark-blue\/95{ + --tw-gradient-to: rgb(21 40 75 / 0.95); +} +.to-dark-blue\/100{ + --tw-gradient-to: rgb(21 40 75 / 1); +} +.to-lighter-gray\/0{ + --tw-gradient-to: rgb(242 242 245 / 0); +} +.to-lighter-gray\/5{ + --tw-gradient-to: rgb(242 242 245 / 0.05); +} +.to-lighter-gray\/10{ + --tw-gradient-to: rgb(242 242 245 / 0.1); +} +.to-lighter-gray\/20{ + --tw-gradient-to: rgb(242 242 245 / 0.2); +} +.to-lighter-gray\/25{ + --tw-gradient-to: rgb(242 242 245 / 0.25); +} +.to-lighter-gray\/30{ + --tw-gradient-to: rgb(242 242 245 / 0.3); +} +.to-lighter-gray\/40{ + --tw-gradient-to: rgb(242 242 245 / 0.4); +} +.to-lighter-gray\/50{ + --tw-gradient-to: rgb(242 242 245 / 0.5); +} +.to-lighter-gray\/60{ + --tw-gradient-to: rgb(242 242 245 / 0.6); +} +.to-lighter-gray\/70{ + --tw-gradient-to: rgb(242 242 245 / 0.7); +} +.to-lighter-gray\/75{ + --tw-gradient-to: rgb(242 242 245 / 0.75); +} +.to-lighter-gray\/80{ + --tw-gradient-to: rgb(242 242 245 / 0.8); +} +.to-lighter-gray\/90{ + --tw-gradient-to: rgb(242 242 245 / 0.9); +} +.to-lighter-gray\/95{ + --tw-gradient-to: rgb(242 242 245 / 0.95); +} +.to-lighter-gray\/100{ + --tw-gradient-to: rgb(242 242 245 / 1); +} +.to-purple-lighter\/0{ + --tw-gradient-to: rgb(242 244 252 / 0); +} +.to-purple-lighter\/5{ + --tw-gradient-to: rgb(242 244 252 / 0.05); +} +.to-purple-lighter\/10{ + --tw-gradient-to: rgb(242 244 252 / 0.1); +} +.to-purple-lighter\/20{ + --tw-gradient-to: rgb(242 244 252 / 0.2); +} +.to-purple-lighter\/25{ + --tw-gradient-to: rgb(242 244 252 / 0.25); +} +.to-purple-lighter\/30{ + --tw-gradient-to: rgb(242 244 252 / 0.3); +} +.to-purple-lighter\/40{ + --tw-gradient-to: rgb(242 244 252 / 0.4); +} +.to-purple-lighter\/50{ + --tw-gradient-to: rgb(242 244 252 / 0.5); +} +.to-purple-lighter\/60{ + --tw-gradient-to: rgb(242 244 252 / 0.6); +} +.to-purple-lighter\/70{ + --tw-gradient-to: rgb(242 244 252 / 0.7); +} +.to-purple-lighter\/75{ + --tw-gradient-to: rgb(242 244 252 / 0.75); +} +.to-purple-lighter\/80{ + --tw-gradient-to: rgb(242 244 252 / 0.8); +} +.to-purple-lighter\/90{ + --tw-gradient-to: rgb(242 244 252 / 0.9); +} +.to-purple-lighter\/95{ + --tw-gradient-to: rgb(242 244 252 / 0.95); +} +.to-purple-lighter\/100{ + --tw-gradient-to: rgb(242 244 252 / 1); +} +.to-modal-background\/0{ + --tw-gradient-to: rgb(0 0 0 / 0); +} +.to-modal-background\/5{ + --tw-gradient-to: rgb(0 0 0 / 0.05); +} +.to-modal-background\/10{ + --tw-gradient-to: rgb(0 0 0 / 0.1); +} +.to-modal-background\/20{ + --tw-gradient-to: rgb(0 0 0 / 0.2); +} +.to-modal-background\/25{ + --tw-gradient-to: rgb(0 0 0 / 0.25); +} +.to-modal-background\/30{ + --tw-gradient-to: rgb(0 0 0 / 0.3); +} +.to-modal-background\/40{ + --tw-gradient-to: rgb(0 0 0 / 0.4); +} +.to-modal-background\/50{ + --tw-gradient-to: rgb(0 0 0 / 0.5); +} +.to-modal-background\/60{ + --tw-gradient-to: rgb(0 0 0 / 0.6); +} +.to-modal-background\/70{ + --tw-gradient-to: rgb(0 0 0 / 0.7); +} +.to-modal-background\/75{ + --tw-gradient-to: rgb(0 0 0 / 0.75); +} +.to-modal-background\/80{ + --tw-gradient-to: rgb(0 0 0 / 0.8); +} +.to-modal-background\/90{ + --tw-gradient-to: rgb(0 0 0 / 0.9); +} +.to-modal-background\/95{ + --tw-gradient-to: rgb(0 0 0 / 0.95); +} +.to-modal-background\/100{ + --tw-gradient-to: rgb(0 0 0 / 1); +} +.to-testing\/0{ + --tw-gradient-to: rgb(147 95 7 / 0); +} +.to-testing\/5{ + --tw-gradient-to: rgb(147 95 7 / 0.05); +} +.to-testing\/10{ + --tw-gradient-to: rgb(147 95 7 / 0.1); +} +.to-testing\/20{ + --tw-gradient-to: rgb(147 95 7 / 0.2); +} +.to-testing\/25{ + --tw-gradient-to: rgb(147 95 7 / 0.25); +} +.to-testing\/30{ + --tw-gradient-to: rgb(147 95 7 / 0.3); +} +.to-testing\/40{ + --tw-gradient-to: rgb(147 95 7 / 0.4); +} +.to-testing\/50{ + --tw-gradient-to: rgb(147 95 7 / 0.5); +} +.to-testing\/60{ + --tw-gradient-to: rgb(147 95 7 / 0.6); +} +.to-testing\/70{ + --tw-gradient-to: rgb(147 95 7 / 0.7); +} +.to-testing\/75{ + --tw-gradient-to: rgb(147 95 7 / 0.75); +} +.to-testing\/80{ + --tw-gradient-to: rgb(147 95 7 / 0.8); +} +.to-testing\/90{ + --tw-gradient-to: rgb(147 95 7 / 0.9); +} +.to-testing\/95{ + --tw-gradient-to: rgb(147 95 7 / 0.95); +} +.to-testing\/100{ + --tw-gradient-to: rgb(147 95 7 / 1); +} .decoration-slice{ -webkit-box-decoration-break: slice; box-decoration-break: slice; @@ -29799,6 +195824,12066 @@ input[type="date"]::-webkit-inner-spin-button, .fill-testing{ fill: #935f07; } +.fill-transparent\/0{ + fill: rgb(0 0 0 / 0); +} +.fill-transparent\/5{ + fill: rgb(0 0 0 / 0.05); +} +.fill-transparent\/10{ + fill: rgb(0 0 0 / 0.1); +} +.fill-transparent\/20{ + fill: rgb(0 0 0 / 0.2); +} +.fill-transparent\/25{ + fill: rgb(0 0 0 / 0.25); +} +.fill-transparent\/30{ + fill: rgb(0 0 0 / 0.3); +} +.fill-transparent\/40{ + fill: rgb(0 0 0 / 0.4); +} +.fill-transparent\/50{ + fill: rgb(0 0 0 / 0.5); +} +.fill-transparent\/60{ + fill: rgb(0 0 0 / 0.6); +} +.fill-transparent\/70{ + fill: rgb(0 0 0 / 0.7); +} +.fill-transparent\/75{ + fill: rgb(0 0 0 / 0.75); +} +.fill-transparent\/80{ + fill: rgb(0 0 0 / 0.8); +} +.fill-transparent\/90{ + fill: rgb(0 0 0 / 0.9); +} +.fill-transparent\/95{ + fill: rgb(0 0 0 / 0.95); +} +.fill-transparent\/100{ + fill: rgb(0 0 0 / 1); +} +.fill-black-50\/0{ + fill: rgb(246 246 246 / 0); +} +.fill-black-50\/5{ + fill: rgb(246 246 246 / 0.05); +} +.fill-black-50\/10{ + fill: rgb(246 246 246 / 0.1); +} +.fill-black-50\/20{ + fill: rgb(246 246 246 / 0.2); +} +.fill-black-50\/25{ + fill: rgb(246 246 246 / 0.25); +} +.fill-black-50\/30{ + fill: rgb(246 246 246 / 0.3); +} +.fill-black-50\/40{ + fill: rgb(246 246 246 / 0.4); +} +.fill-black-50\/50{ + fill: rgb(246 246 246 / 0.5); +} +.fill-black-50\/60{ + fill: rgb(246 246 246 / 0.6); +} +.fill-black-50\/70{ + fill: rgb(246 246 246 / 0.7); +} +.fill-black-50\/75{ + fill: rgb(246 246 246 / 0.75); +} +.fill-black-50\/80{ + fill: rgb(246 246 246 / 0.8); +} +.fill-black-50\/90{ + fill: rgb(246 246 246 / 0.9); +} +.fill-black-50\/95{ + fill: rgb(246 246 246 / 0.95); +} +.fill-black-50\/100{ + fill: rgb(246 246 246 / 1); +} +.fill-black-100\/0{ + fill: rgb(236 236 236 / 0); +} +.fill-black-100\/5{ + fill: rgb(236 236 236 / 0.05); +} +.fill-black-100\/10{ + fill: rgb(236 236 236 / 0.1); +} +.fill-black-100\/20{ + fill: rgb(236 236 236 / 0.2); +} +.fill-black-100\/25{ + fill: rgb(236 236 236 / 0.25); +} +.fill-black-100\/30{ + fill: rgb(236 236 236 / 0.3); +} +.fill-black-100\/40{ + fill: rgb(236 236 236 / 0.4); +} +.fill-black-100\/50{ + fill: rgb(236 236 236 / 0.5); +} +.fill-black-100\/60{ + fill: rgb(236 236 236 / 0.6); +} +.fill-black-100\/70{ + fill: rgb(236 236 236 / 0.7); +} +.fill-black-100\/75{ + fill: rgb(236 236 236 / 0.75); +} +.fill-black-100\/80{ + fill: rgb(236 236 236 / 0.8); +} +.fill-black-100\/90{ + fill: rgb(236 236 236 / 0.9); +} +.fill-black-100\/95{ + fill: rgb(236 236 236 / 0.95); +} +.fill-black-100\/100{ + fill: rgb(236 236 236 / 1); +} +.fill-black-200\/0{ + fill: rgb(208 208 208 / 0); +} +.fill-black-200\/5{ + fill: rgb(208 208 208 / 0.05); +} +.fill-black-200\/10{ + fill: rgb(208 208 208 / 0.1); +} +.fill-black-200\/20{ + fill: rgb(208 208 208 / 0.2); +} +.fill-black-200\/25{ + fill: rgb(208 208 208 / 0.25); +} +.fill-black-200\/30{ + fill: rgb(208 208 208 / 0.3); +} +.fill-black-200\/40{ + fill: rgb(208 208 208 / 0.4); +} +.fill-black-200\/50{ + fill: rgb(208 208 208 / 0.5); +} +.fill-black-200\/60{ + fill: rgb(208 208 208 / 0.6); +} +.fill-black-200\/70{ + fill: rgb(208 208 208 / 0.7); +} +.fill-black-200\/75{ + fill: rgb(208 208 208 / 0.75); +} +.fill-black-200\/80{ + fill: rgb(208 208 208 / 0.8); +} +.fill-black-200\/90{ + fill: rgb(208 208 208 / 0.9); +} +.fill-black-200\/95{ + fill: rgb(208 208 208 / 0.95); +} +.fill-black-200\/100{ + fill: rgb(208 208 208 / 1); +} +.fill-black-300\/0{ + fill: rgb(179 179 179 / 0); +} +.fill-black-300\/5{ + fill: rgb(179 179 179 / 0.05); +} +.fill-black-300\/10{ + fill: rgb(179 179 179 / 0.1); +} +.fill-black-300\/20{ + fill: rgb(179 179 179 / 0.2); +} +.fill-black-300\/25{ + fill: rgb(179 179 179 / 0.25); +} +.fill-black-300\/30{ + fill: rgb(179 179 179 / 0.3); +} +.fill-black-300\/40{ + fill: rgb(179 179 179 / 0.4); +} +.fill-black-300\/50{ + fill: rgb(179 179 179 / 0.5); +} +.fill-black-300\/60{ + fill: rgb(179 179 179 / 0.6); +} +.fill-black-300\/70{ + fill: rgb(179 179 179 / 0.7); +} +.fill-black-300\/75{ + fill: rgb(179 179 179 / 0.75); +} +.fill-black-300\/80{ + fill: rgb(179 179 179 / 0.8); +} +.fill-black-300\/90{ + fill: rgb(179 179 179 / 0.9); +} +.fill-black-300\/95{ + fill: rgb(179 179 179 / 0.95); +} +.fill-black-300\/100{ + fill: rgb(179 179 179 / 1); +} +.fill-black-400\/0{ + fill: rgb(123 123 123 / 0); +} +.fill-black-400\/5{ + fill: rgb(123 123 123 / 0.05); +} +.fill-black-400\/10{ + fill: rgb(123 123 123 / 0.1); +} +.fill-black-400\/20{ + fill: rgb(123 123 123 / 0.2); +} +.fill-black-400\/25{ + fill: rgb(123 123 123 / 0.25); +} +.fill-black-400\/30{ + fill: rgb(123 123 123 / 0.3); +} +.fill-black-400\/40{ + fill: rgb(123 123 123 / 0.4); +} +.fill-black-400\/50{ + fill: rgb(123 123 123 / 0.5); +} +.fill-black-400\/60{ + fill: rgb(123 123 123 / 0.6); +} +.fill-black-400\/70{ + fill: rgb(123 123 123 / 0.7); +} +.fill-black-400\/75{ + fill: rgb(123 123 123 / 0.75); +} +.fill-black-400\/80{ + fill: rgb(123 123 123 / 0.8); +} +.fill-black-400\/90{ + fill: rgb(123 123 123 / 0.9); +} +.fill-black-400\/95{ + fill: rgb(123 123 123 / 0.95); +} +.fill-black-400\/100{ + fill: rgb(123 123 123 / 1); +} +.fill-black-500\/0{ + fill: rgb(66 66 66 / 0); +} +.fill-black-500\/5{ + fill: rgb(66 66 66 / 0.05); +} +.fill-black-500\/10{ + fill: rgb(66 66 66 / 0.1); +} +.fill-black-500\/20{ + fill: rgb(66 66 66 / 0.2); +} +.fill-black-500\/25{ + fill: rgb(66 66 66 / 0.25); +} +.fill-black-500\/30{ + fill: rgb(66 66 66 / 0.3); +} +.fill-black-500\/40{ + fill: rgb(66 66 66 / 0.4); +} +.fill-black-500\/50{ + fill: rgb(66 66 66 / 0.5); +} +.fill-black-500\/60{ + fill: rgb(66 66 66 / 0.6); +} +.fill-black-500\/70{ + fill: rgb(66 66 66 / 0.7); +} +.fill-black-500\/75{ + fill: rgb(66 66 66 / 0.75); +} +.fill-black-500\/80{ + fill: rgb(66 66 66 / 0.8); +} +.fill-black-500\/90{ + fill: rgb(66 66 66 / 0.9); +} +.fill-black-500\/95{ + fill: rgb(66 66 66 / 0.95); +} +.fill-black-500\/100{ + fill: rgb(66 66 66 / 1); +} +.fill-black-600\/0{ + fill: rgb(59 59 59 / 0); +} +.fill-black-600\/5{ + fill: rgb(59 59 59 / 0.05); +} +.fill-black-600\/10{ + fill: rgb(59 59 59 / 0.1); +} +.fill-black-600\/20{ + fill: rgb(59 59 59 / 0.2); +} +.fill-black-600\/25{ + fill: rgb(59 59 59 / 0.25); +} +.fill-black-600\/30{ + fill: rgb(59 59 59 / 0.3); +} +.fill-black-600\/40{ + fill: rgb(59 59 59 / 0.4); +} +.fill-black-600\/50{ + fill: rgb(59 59 59 / 0.5); +} +.fill-black-600\/60{ + fill: rgb(59 59 59 / 0.6); +} +.fill-black-600\/70{ + fill: rgb(59 59 59 / 0.7); +} +.fill-black-600\/75{ + fill: rgb(59 59 59 / 0.75); +} +.fill-black-600\/80{ + fill: rgb(59 59 59 / 0.8); +} +.fill-black-600\/90{ + fill: rgb(59 59 59 / 0.9); +} +.fill-black-600\/95{ + fill: rgb(59 59 59 / 0.95); +} +.fill-black-600\/100{ + fill: rgb(59 59 59 / 1); +} +.fill-black-700\/0{ + fill: rgb(50 50 50 / 0); +} +.fill-black-700\/5{ + fill: rgb(50 50 50 / 0.05); +} +.fill-black-700\/10{ + fill: rgb(50 50 50 / 0.1); +} +.fill-black-700\/20{ + fill: rgb(50 50 50 / 0.2); +} +.fill-black-700\/25{ + fill: rgb(50 50 50 / 0.25); +} +.fill-black-700\/30{ + fill: rgb(50 50 50 / 0.3); +} +.fill-black-700\/40{ + fill: rgb(50 50 50 / 0.4); +} +.fill-black-700\/50{ + fill: rgb(50 50 50 / 0.5); +} +.fill-black-700\/60{ + fill: rgb(50 50 50 / 0.6); +} +.fill-black-700\/70{ + fill: rgb(50 50 50 / 0.7); +} +.fill-black-700\/75{ + fill: rgb(50 50 50 / 0.75); +} +.fill-black-700\/80{ + fill: rgb(50 50 50 / 0.8); +} +.fill-black-700\/90{ + fill: rgb(50 50 50 / 0.9); +} +.fill-black-700\/95{ + fill: rgb(50 50 50 / 0.95); +} +.fill-black-700\/100{ + fill: rgb(50 50 50 / 1); +} +.fill-black-800\/0{ + fill: rgb(40 40 40 / 0); +} +.fill-black-800\/5{ + fill: rgb(40 40 40 / 0.05); +} +.fill-black-800\/10{ + fill: rgb(40 40 40 / 0.1); +} +.fill-black-800\/20{ + fill: rgb(40 40 40 / 0.2); +} +.fill-black-800\/25{ + fill: rgb(40 40 40 / 0.25); +} +.fill-black-800\/30{ + fill: rgb(40 40 40 / 0.3); +} +.fill-black-800\/40{ + fill: rgb(40 40 40 / 0.4); +} +.fill-black-800\/50{ + fill: rgb(40 40 40 / 0.5); +} +.fill-black-800\/60{ + fill: rgb(40 40 40 / 0.6); +} +.fill-black-800\/70{ + fill: rgb(40 40 40 / 0.7); +} +.fill-black-800\/75{ + fill: rgb(40 40 40 / 0.75); +} +.fill-black-800\/80{ + fill: rgb(40 40 40 / 0.8); +} +.fill-black-800\/90{ + fill: rgb(40 40 40 / 0.9); +} +.fill-black-800\/95{ + fill: rgb(40 40 40 / 0.95); +} +.fill-black-800\/100{ + fill: rgb(40 40 40 / 1); +} +.fill-black-900\/0{ + fill: rgb(32 32 32 / 0); +} +.fill-black-900\/5{ + fill: rgb(32 32 32 / 0.05); +} +.fill-black-900\/10{ + fill: rgb(32 32 32 / 0.1); +} +.fill-black-900\/20{ + fill: rgb(32 32 32 / 0.2); +} +.fill-black-900\/25{ + fill: rgb(32 32 32 / 0.25); +} +.fill-black-900\/30{ + fill: rgb(32 32 32 / 0.3); +} +.fill-black-900\/40{ + fill: rgb(32 32 32 / 0.4); +} +.fill-black-900\/50{ + fill: rgb(32 32 32 / 0.5); +} +.fill-black-900\/60{ + fill: rgb(32 32 32 / 0.6); +} +.fill-black-900\/70{ + fill: rgb(32 32 32 / 0.7); +} +.fill-black-900\/75{ + fill: rgb(32 32 32 / 0.75); +} +.fill-black-900\/80{ + fill: rgb(32 32 32 / 0.8); +} +.fill-black-900\/90{ + fill: rgb(32 32 32 / 0.9); +} +.fill-black-900\/95{ + fill: rgb(32 32 32 / 0.95); +} +.fill-black-900\/100{ + fill: rgb(32 32 32 / 1); +} +.fill-black\/0{ + fill: rgb(66 66 66 / 0); +} +.fill-black\/5{ + fill: rgb(66 66 66 / 0.05); +} +.fill-black\/10{ + fill: rgb(66 66 66 / 0.1); +} +.fill-black\/20{ + fill: rgb(66 66 66 / 0.2); +} +.fill-black\/25{ + fill: rgb(66 66 66 / 0.25); +} +.fill-black\/30{ + fill: rgb(66 66 66 / 0.3); +} +.fill-black\/40{ + fill: rgb(66 66 66 / 0.4); +} +.fill-black\/50{ + fill: rgb(66 66 66 / 0.5); +} +.fill-black\/60{ + fill: rgb(66 66 66 / 0.6); +} +.fill-black\/70{ + fill: rgb(66 66 66 / 0.7); +} +.fill-black\/75{ + fill: rgb(66 66 66 / 0.75); +} +.fill-black\/80{ + fill: rgb(66 66 66 / 0.8); +} +.fill-black\/90{ + fill: rgb(66 66 66 / 0.9); +} +.fill-black\/95{ + fill: rgb(66 66 66 / 0.95); +} +.fill-black\/100{ + fill: rgb(66 66 66 / 1); +} +.fill-white\/0{ + fill: rgb(255 255 255 / 0); +} +.fill-white\/5{ + fill: rgb(255 255 255 / 0.05); +} +.fill-white\/10{ + fill: rgb(255 255 255 / 0.1); +} +.fill-white\/20{ + fill: rgb(255 255 255 / 0.2); +} +.fill-white\/25{ + fill: rgb(255 255 255 / 0.25); +} +.fill-white\/30{ + fill: rgb(255 255 255 / 0.3); +} +.fill-white\/40{ + fill: rgb(255 255 255 / 0.4); +} +.fill-white\/50{ + fill: rgb(255 255 255 / 0.5); +} +.fill-white\/60{ + fill: rgb(255 255 255 / 0.6); +} +.fill-white\/70{ + fill: rgb(255 255 255 / 0.7); +} +.fill-white\/75{ + fill: rgb(255 255 255 / 0.75); +} +.fill-white\/80{ + fill: rgb(255 255 255 / 0.8); +} +.fill-white\/90{ + fill: rgb(255 255 255 / 0.9); +} +.fill-white\/95{ + fill: rgb(255 255 255 / 0.95); +} +.fill-white\/100{ + fill: rgb(255 255 255 / 1); +} +.fill-slate-50\/0{ + fill: rgb(248 250 252 / 0); +} +.fill-slate-50\/5{ + fill: rgb(248 250 252 / 0.05); +} +.fill-slate-50\/10{ + fill: rgb(248 250 252 / 0.1); +} +.fill-slate-50\/20{ + fill: rgb(248 250 252 / 0.2); +} +.fill-slate-50\/25{ + fill: rgb(248 250 252 / 0.25); +} +.fill-slate-50\/30{ + fill: rgb(248 250 252 / 0.3); +} +.fill-slate-50\/40{ + fill: rgb(248 250 252 / 0.4); +} +.fill-slate-50\/50{ + fill: rgb(248 250 252 / 0.5); +} +.fill-slate-50\/60{ + fill: rgb(248 250 252 / 0.6); +} +.fill-slate-50\/70{ + fill: rgb(248 250 252 / 0.7); +} +.fill-slate-50\/75{ + fill: rgb(248 250 252 / 0.75); +} +.fill-slate-50\/80{ + fill: rgb(248 250 252 / 0.8); +} +.fill-slate-50\/90{ + fill: rgb(248 250 252 / 0.9); +} +.fill-slate-50\/95{ + fill: rgb(248 250 252 / 0.95); +} +.fill-slate-50\/100{ + fill: rgb(248 250 252 / 1); +} +.fill-slate-100\/0{ + fill: rgb(241 245 249 / 0); +} +.fill-slate-100\/5{ + fill: rgb(241 245 249 / 0.05); +} +.fill-slate-100\/10{ + fill: rgb(241 245 249 / 0.1); +} +.fill-slate-100\/20{ + fill: rgb(241 245 249 / 0.2); +} +.fill-slate-100\/25{ + fill: rgb(241 245 249 / 0.25); +} +.fill-slate-100\/30{ + fill: rgb(241 245 249 / 0.3); +} +.fill-slate-100\/40{ + fill: rgb(241 245 249 / 0.4); +} +.fill-slate-100\/50{ + fill: rgb(241 245 249 / 0.5); +} +.fill-slate-100\/60{ + fill: rgb(241 245 249 / 0.6); +} +.fill-slate-100\/70{ + fill: rgb(241 245 249 / 0.7); +} +.fill-slate-100\/75{ + fill: rgb(241 245 249 / 0.75); +} +.fill-slate-100\/80{ + fill: rgb(241 245 249 / 0.8); +} +.fill-slate-100\/90{ + fill: rgb(241 245 249 / 0.9); +} +.fill-slate-100\/95{ + fill: rgb(241 245 249 / 0.95); +} +.fill-slate-100\/100{ + fill: rgb(241 245 249 / 1); +} +.fill-slate-200\/0{ + fill: rgb(226 232 240 / 0); +} +.fill-slate-200\/5{ + fill: rgb(226 232 240 / 0.05); +} +.fill-slate-200\/10{ + fill: rgb(226 232 240 / 0.1); +} +.fill-slate-200\/20{ + fill: rgb(226 232 240 / 0.2); +} +.fill-slate-200\/25{ + fill: rgb(226 232 240 / 0.25); +} +.fill-slate-200\/30{ + fill: rgb(226 232 240 / 0.3); +} +.fill-slate-200\/40{ + fill: rgb(226 232 240 / 0.4); +} +.fill-slate-200\/50{ + fill: rgb(226 232 240 / 0.5); +} +.fill-slate-200\/60{ + fill: rgb(226 232 240 / 0.6); +} +.fill-slate-200\/70{ + fill: rgb(226 232 240 / 0.7); +} +.fill-slate-200\/75{ + fill: rgb(226 232 240 / 0.75); +} +.fill-slate-200\/80{ + fill: rgb(226 232 240 / 0.8); +} +.fill-slate-200\/90{ + fill: rgb(226 232 240 / 0.9); +} +.fill-slate-200\/95{ + fill: rgb(226 232 240 / 0.95); +} +.fill-slate-200\/100{ + fill: rgb(226 232 240 / 1); +} +.fill-slate-300\/0{ + fill: rgb(203 213 225 / 0); +} +.fill-slate-300\/5{ + fill: rgb(203 213 225 / 0.05); +} +.fill-slate-300\/10{ + fill: rgb(203 213 225 / 0.1); +} +.fill-slate-300\/20{ + fill: rgb(203 213 225 / 0.2); +} +.fill-slate-300\/25{ + fill: rgb(203 213 225 / 0.25); +} +.fill-slate-300\/30{ + fill: rgb(203 213 225 / 0.3); +} +.fill-slate-300\/40{ + fill: rgb(203 213 225 / 0.4); +} +.fill-slate-300\/50{ + fill: rgb(203 213 225 / 0.5); +} +.fill-slate-300\/60{ + fill: rgb(203 213 225 / 0.6); +} +.fill-slate-300\/70{ + fill: rgb(203 213 225 / 0.7); +} +.fill-slate-300\/75{ + fill: rgb(203 213 225 / 0.75); +} +.fill-slate-300\/80{ + fill: rgb(203 213 225 / 0.8); +} +.fill-slate-300\/90{ + fill: rgb(203 213 225 / 0.9); +} +.fill-slate-300\/95{ + fill: rgb(203 213 225 / 0.95); +} +.fill-slate-300\/100{ + fill: rgb(203 213 225 / 1); +} +.fill-slate-400\/0{ + fill: rgb(148 163 184 / 0); +} +.fill-slate-400\/5{ + fill: rgb(148 163 184 / 0.05); +} +.fill-slate-400\/10{ + fill: rgb(148 163 184 / 0.1); +} +.fill-slate-400\/20{ + fill: rgb(148 163 184 / 0.2); +} +.fill-slate-400\/25{ + fill: rgb(148 163 184 / 0.25); +} +.fill-slate-400\/30{ + fill: rgb(148 163 184 / 0.3); +} +.fill-slate-400\/40{ + fill: rgb(148 163 184 / 0.4); +} +.fill-slate-400\/50{ + fill: rgb(148 163 184 / 0.5); +} +.fill-slate-400\/60{ + fill: rgb(148 163 184 / 0.6); +} +.fill-slate-400\/70{ + fill: rgb(148 163 184 / 0.7); +} +.fill-slate-400\/75{ + fill: rgb(148 163 184 / 0.75); +} +.fill-slate-400\/80{ + fill: rgb(148 163 184 / 0.8); +} +.fill-slate-400\/90{ + fill: rgb(148 163 184 / 0.9); +} +.fill-slate-400\/95{ + fill: rgb(148 163 184 / 0.95); +} +.fill-slate-400\/100{ + fill: rgb(148 163 184 / 1); +} +.fill-slate-500\/0{ + fill: rgb(100 116 139 / 0); +} +.fill-slate-500\/5{ + fill: rgb(100 116 139 / 0.05); +} +.fill-slate-500\/10{ + fill: rgb(100 116 139 / 0.1); +} +.fill-slate-500\/20{ + fill: rgb(100 116 139 / 0.2); +} +.fill-slate-500\/25{ + fill: rgb(100 116 139 / 0.25); +} +.fill-slate-500\/30{ + fill: rgb(100 116 139 / 0.3); +} +.fill-slate-500\/40{ + fill: rgb(100 116 139 / 0.4); +} +.fill-slate-500\/50{ + fill: rgb(100 116 139 / 0.5); +} +.fill-slate-500\/60{ + fill: rgb(100 116 139 / 0.6); +} +.fill-slate-500\/70{ + fill: rgb(100 116 139 / 0.7); +} +.fill-slate-500\/75{ + fill: rgb(100 116 139 / 0.75); +} +.fill-slate-500\/80{ + fill: rgb(100 116 139 / 0.8); +} +.fill-slate-500\/90{ + fill: rgb(100 116 139 / 0.9); +} +.fill-slate-500\/95{ + fill: rgb(100 116 139 / 0.95); +} +.fill-slate-500\/100{ + fill: rgb(100 116 139 / 1); +} +.fill-slate-600\/0{ + fill: rgb(71 85 105 / 0); +} +.fill-slate-600\/5{ + fill: rgb(71 85 105 / 0.05); +} +.fill-slate-600\/10{ + fill: rgb(71 85 105 / 0.1); +} +.fill-slate-600\/20{ + fill: rgb(71 85 105 / 0.2); +} +.fill-slate-600\/25{ + fill: rgb(71 85 105 / 0.25); +} +.fill-slate-600\/30{ + fill: rgb(71 85 105 / 0.3); +} +.fill-slate-600\/40{ + fill: rgb(71 85 105 / 0.4); +} +.fill-slate-600\/50{ + fill: rgb(71 85 105 / 0.5); +} +.fill-slate-600\/60{ + fill: rgb(71 85 105 / 0.6); +} +.fill-slate-600\/70{ + fill: rgb(71 85 105 / 0.7); +} +.fill-slate-600\/75{ + fill: rgb(71 85 105 / 0.75); +} +.fill-slate-600\/80{ + fill: rgb(71 85 105 / 0.8); +} +.fill-slate-600\/90{ + fill: rgb(71 85 105 / 0.9); +} +.fill-slate-600\/95{ + fill: rgb(71 85 105 / 0.95); +} +.fill-slate-600\/100{ + fill: rgb(71 85 105 / 1); +} +.fill-slate-700\/0{ + fill: rgb(51 65 85 / 0); +} +.fill-slate-700\/5{ + fill: rgb(51 65 85 / 0.05); +} +.fill-slate-700\/10{ + fill: rgb(51 65 85 / 0.1); +} +.fill-slate-700\/20{ + fill: rgb(51 65 85 / 0.2); +} +.fill-slate-700\/25{ + fill: rgb(51 65 85 / 0.25); +} +.fill-slate-700\/30{ + fill: rgb(51 65 85 / 0.3); +} +.fill-slate-700\/40{ + fill: rgb(51 65 85 / 0.4); +} +.fill-slate-700\/50{ + fill: rgb(51 65 85 / 0.5); +} +.fill-slate-700\/60{ + fill: rgb(51 65 85 / 0.6); +} +.fill-slate-700\/70{ + fill: rgb(51 65 85 / 0.7); +} +.fill-slate-700\/75{ + fill: rgb(51 65 85 / 0.75); +} +.fill-slate-700\/80{ + fill: rgb(51 65 85 / 0.8); +} +.fill-slate-700\/90{ + fill: rgb(51 65 85 / 0.9); +} +.fill-slate-700\/95{ + fill: rgb(51 65 85 / 0.95); +} +.fill-slate-700\/100{ + fill: rgb(51 65 85 / 1); +} +.fill-slate-800\/0{ + fill: rgb(30 41 59 / 0); +} +.fill-slate-800\/5{ + fill: rgb(30 41 59 / 0.05); +} +.fill-slate-800\/10{ + fill: rgb(30 41 59 / 0.1); +} +.fill-slate-800\/20{ + fill: rgb(30 41 59 / 0.2); +} +.fill-slate-800\/25{ + fill: rgb(30 41 59 / 0.25); +} +.fill-slate-800\/30{ + fill: rgb(30 41 59 / 0.3); +} +.fill-slate-800\/40{ + fill: rgb(30 41 59 / 0.4); +} +.fill-slate-800\/50{ + fill: rgb(30 41 59 / 0.5); +} +.fill-slate-800\/60{ + fill: rgb(30 41 59 / 0.6); +} +.fill-slate-800\/70{ + fill: rgb(30 41 59 / 0.7); +} +.fill-slate-800\/75{ + fill: rgb(30 41 59 / 0.75); +} +.fill-slate-800\/80{ + fill: rgb(30 41 59 / 0.8); +} +.fill-slate-800\/90{ + fill: rgb(30 41 59 / 0.9); +} +.fill-slate-800\/95{ + fill: rgb(30 41 59 / 0.95); +} +.fill-slate-800\/100{ + fill: rgb(30 41 59 / 1); +} +.fill-slate-900\/0{ + fill: rgb(15 23 42 / 0); +} +.fill-slate-900\/5{ + fill: rgb(15 23 42 / 0.05); +} +.fill-slate-900\/10{ + fill: rgb(15 23 42 / 0.1); +} +.fill-slate-900\/20{ + fill: rgb(15 23 42 / 0.2); +} +.fill-slate-900\/25{ + fill: rgb(15 23 42 / 0.25); +} +.fill-slate-900\/30{ + fill: rgb(15 23 42 / 0.3); +} +.fill-slate-900\/40{ + fill: rgb(15 23 42 / 0.4); +} +.fill-slate-900\/50{ + fill: rgb(15 23 42 / 0.5); +} +.fill-slate-900\/60{ + fill: rgb(15 23 42 / 0.6); +} +.fill-slate-900\/70{ + fill: rgb(15 23 42 / 0.7); +} +.fill-slate-900\/75{ + fill: rgb(15 23 42 / 0.75); +} +.fill-slate-900\/80{ + fill: rgb(15 23 42 / 0.8); +} +.fill-slate-900\/90{ + fill: rgb(15 23 42 / 0.9); +} +.fill-slate-900\/95{ + fill: rgb(15 23 42 / 0.95); +} +.fill-slate-900\/100{ + fill: rgb(15 23 42 / 1); +} +.fill-gray-50\/0{ + fill: rgb(249 250 251 / 0); +} +.fill-gray-50\/5{ + fill: rgb(249 250 251 / 0.05); +} +.fill-gray-50\/10{ + fill: rgb(249 250 251 / 0.1); +} +.fill-gray-50\/20{ + fill: rgb(249 250 251 / 0.2); +} +.fill-gray-50\/25{ + fill: rgb(249 250 251 / 0.25); +} +.fill-gray-50\/30{ + fill: rgb(249 250 251 / 0.3); +} +.fill-gray-50\/40{ + fill: rgb(249 250 251 / 0.4); +} +.fill-gray-50\/50{ + fill: rgb(249 250 251 / 0.5); +} +.fill-gray-50\/60{ + fill: rgb(249 250 251 / 0.6); +} +.fill-gray-50\/70{ + fill: rgb(249 250 251 / 0.7); +} +.fill-gray-50\/75{ + fill: rgb(249 250 251 / 0.75); +} +.fill-gray-50\/80{ + fill: rgb(249 250 251 / 0.8); +} +.fill-gray-50\/90{ + fill: rgb(249 250 251 / 0.9); +} +.fill-gray-50\/95{ + fill: rgb(249 250 251 / 0.95); +} +.fill-gray-50\/100{ + fill: rgb(249 250 251 / 1); +} +.fill-gray-100\/0{ + fill: rgb(243 244 246 / 0); +} +.fill-gray-100\/5{ + fill: rgb(243 244 246 / 0.05); +} +.fill-gray-100\/10{ + fill: rgb(243 244 246 / 0.1); +} +.fill-gray-100\/20{ + fill: rgb(243 244 246 / 0.2); +} +.fill-gray-100\/25{ + fill: rgb(243 244 246 / 0.25); +} +.fill-gray-100\/30{ + fill: rgb(243 244 246 / 0.3); +} +.fill-gray-100\/40{ + fill: rgb(243 244 246 / 0.4); +} +.fill-gray-100\/50{ + fill: rgb(243 244 246 / 0.5); +} +.fill-gray-100\/60{ + fill: rgb(243 244 246 / 0.6); +} +.fill-gray-100\/70{ + fill: rgb(243 244 246 / 0.7); +} +.fill-gray-100\/75{ + fill: rgb(243 244 246 / 0.75); +} +.fill-gray-100\/80{ + fill: rgb(243 244 246 / 0.8); +} +.fill-gray-100\/90{ + fill: rgb(243 244 246 / 0.9); +} +.fill-gray-100\/95{ + fill: rgb(243 244 246 / 0.95); +} +.fill-gray-100\/100{ + fill: rgb(243 244 246 / 1); +} +.fill-gray-200\/0{ + fill: rgb(229 231 235 / 0); +} +.fill-gray-200\/5{ + fill: rgb(229 231 235 / 0.05); +} +.fill-gray-200\/10{ + fill: rgb(229 231 235 / 0.1); +} +.fill-gray-200\/20{ + fill: rgb(229 231 235 / 0.2); +} +.fill-gray-200\/25{ + fill: rgb(229 231 235 / 0.25); +} +.fill-gray-200\/30{ + fill: rgb(229 231 235 / 0.3); +} +.fill-gray-200\/40{ + fill: rgb(229 231 235 / 0.4); +} +.fill-gray-200\/50{ + fill: rgb(229 231 235 / 0.5); +} +.fill-gray-200\/60{ + fill: rgb(229 231 235 / 0.6); +} +.fill-gray-200\/70{ + fill: rgb(229 231 235 / 0.7); +} +.fill-gray-200\/75{ + fill: rgb(229 231 235 / 0.75); +} +.fill-gray-200\/80{ + fill: rgb(229 231 235 / 0.8); +} +.fill-gray-200\/90{ + fill: rgb(229 231 235 / 0.9); +} +.fill-gray-200\/95{ + fill: rgb(229 231 235 / 0.95); +} +.fill-gray-200\/100{ + fill: rgb(229 231 235 / 1); +} +.fill-gray-300\/0{ + fill: rgb(209 213 219 / 0); +} +.fill-gray-300\/5{ + fill: rgb(209 213 219 / 0.05); +} +.fill-gray-300\/10{ + fill: rgb(209 213 219 / 0.1); +} +.fill-gray-300\/20{ + fill: rgb(209 213 219 / 0.2); +} +.fill-gray-300\/25{ + fill: rgb(209 213 219 / 0.25); +} +.fill-gray-300\/30{ + fill: rgb(209 213 219 / 0.3); +} +.fill-gray-300\/40{ + fill: rgb(209 213 219 / 0.4); +} +.fill-gray-300\/50{ + fill: rgb(209 213 219 / 0.5); +} +.fill-gray-300\/60{ + fill: rgb(209 213 219 / 0.6); +} +.fill-gray-300\/70{ + fill: rgb(209 213 219 / 0.7); +} +.fill-gray-300\/75{ + fill: rgb(209 213 219 / 0.75); +} +.fill-gray-300\/80{ + fill: rgb(209 213 219 / 0.8); +} +.fill-gray-300\/90{ + fill: rgb(209 213 219 / 0.9); +} +.fill-gray-300\/95{ + fill: rgb(209 213 219 / 0.95); +} +.fill-gray-300\/100{ + fill: rgb(209 213 219 / 1); +} +.fill-gray-400\/0{ + fill: rgb(156 163 175 / 0); +} +.fill-gray-400\/5{ + fill: rgb(156 163 175 / 0.05); +} +.fill-gray-400\/10{ + fill: rgb(156 163 175 / 0.1); +} +.fill-gray-400\/20{ + fill: rgb(156 163 175 / 0.2); +} +.fill-gray-400\/25{ + fill: rgb(156 163 175 / 0.25); +} +.fill-gray-400\/30{ + fill: rgb(156 163 175 / 0.3); +} +.fill-gray-400\/40{ + fill: rgb(156 163 175 / 0.4); +} +.fill-gray-400\/50{ + fill: rgb(156 163 175 / 0.5); +} +.fill-gray-400\/60{ + fill: rgb(156 163 175 / 0.6); +} +.fill-gray-400\/70{ + fill: rgb(156 163 175 / 0.7); +} +.fill-gray-400\/75{ + fill: rgb(156 163 175 / 0.75); +} +.fill-gray-400\/80{ + fill: rgb(156 163 175 / 0.8); +} +.fill-gray-400\/90{ + fill: rgb(156 163 175 / 0.9); +} +.fill-gray-400\/95{ + fill: rgb(156 163 175 / 0.95); +} +.fill-gray-400\/100{ + fill: rgb(156 163 175 / 1); +} +.fill-gray-500\/0{ + fill: rgb(107 114 128 / 0); +} +.fill-gray-500\/5{ + fill: rgb(107 114 128 / 0.05); +} +.fill-gray-500\/10{ + fill: rgb(107 114 128 / 0.1); +} +.fill-gray-500\/20{ + fill: rgb(107 114 128 / 0.2); +} +.fill-gray-500\/25{ + fill: rgb(107 114 128 / 0.25); +} +.fill-gray-500\/30{ + fill: rgb(107 114 128 / 0.3); +} +.fill-gray-500\/40{ + fill: rgb(107 114 128 / 0.4); +} +.fill-gray-500\/50{ + fill: rgb(107 114 128 / 0.5); +} +.fill-gray-500\/60{ + fill: rgb(107 114 128 / 0.6); +} +.fill-gray-500\/70{ + fill: rgb(107 114 128 / 0.7); +} +.fill-gray-500\/75{ + fill: rgb(107 114 128 / 0.75); +} +.fill-gray-500\/80{ + fill: rgb(107 114 128 / 0.8); +} +.fill-gray-500\/90{ + fill: rgb(107 114 128 / 0.9); +} +.fill-gray-500\/95{ + fill: rgb(107 114 128 / 0.95); +} +.fill-gray-500\/100{ + fill: rgb(107 114 128 / 1); +} +.fill-gray-600\/0{ + fill: rgb(75 85 99 / 0); +} +.fill-gray-600\/5{ + fill: rgb(75 85 99 / 0.05); +} +.fill-gray-600\/10{ + fill: rgb(75 85 99 / 0.1); +} +.fill-gray-600\/20{ + fill: rgb(75 85 99 / 0.2); +} +.fill-gray-600\/25{ + fill: rgb(75 85 99 / 0.25); +} +.fill-gray-600\/30{ + fill: rgb(75 85 99 / 0.3); +} +.fill-gray-600\/40{ + fill: rgb(75 85 99 / 0.4); +} +.fill-gray-600\/50{ + fill: rgb(75 85 99 / 0.5); +} +.fill-gray-600\/60{ + fill: rgb(75 85 99 / 0.6); +} +.fill-gray-600\/70{ + fill: rgb(75 85 99 / 0.7); +} +.fill-gray-600\/75{ + fill: rgb(75 85 99 / 0.75); +} +.fill-gray-600\/80{ + fill: rgb(75 85 99 / 0.8); +} +.fill-gray-600\/90{ + fill: rgb(75 85 99 / 0.9); +} +.fill-gray-600\/95{ + fill: rgb(75 85 99 / 0.95); +} +.fill-gray-600\/100{ + fill: rgb(75 85 99 / 1); +} +.fill-gray-700\/0{ + fill: rgb(55 65 81 / 0); +} +.fill-gray-700\/5{ + fill: rgb(55 65 81 / 0.05); +} +.fill-gray-700\/10{ + fill: rgb(55 65 81 / 0.1); +} +.fill-gray-700\/20{ + fill: rgb(55 65 81 / 0.2); +} +.fill-gray-700\/25{ + fill: rgb(55 65 81 / 0.25); +} +.fill-gray-700\/30{ + fill: rgb(55 65 81 / 0.3); +} +.fill-gray-700\/40{ + fill: rgb(55 65 81 / 0.4); +} +.fill-gray-700\/50{ + fill: rgb(55 65 81 / 0.5); +} +.fill-gray-700\/60{ + fill: rgb(55 65 81 / 0.6); +} +.fill-gray-700\/70{ + fill: rgb(55 65 81 / 0.7); +} +.fill-gray-700\/75{ + fill: rgb(55 65 81 / 0.75); +} +.fill-gray-700\/80{ + fill: rgb(55 65 81 / 0.8); +} +.fill-gray-700\/90{ + fill: rgb(55 65 81 / 0.9); +} +.fill-gray-700\/95{ + fill: rgb(55 65 81 / 0.95); +} +.fill-gray-700\/100{ + fill: rgb(55 65 81 / 1); +} +.fill-gray-800\/0{ + fill: rgb(31 41 55 / 0); +} +.fill-gray-800\/5{ + fill: rgb(31 41 55 / 0.05); +} +.fill-gray-800\/10{ + fill: rgb(31 41 55 / 0.1); +} +.fill-gray-800\/20{ + fill: rgb(31 41 55 / 0.2); +} +.fill-gray-800\/25{ + fill: rgb(31 41 55 / 0.25); +} +.fill-gray-800\/30{ + fill: rgb(31 41 55 / 0.3); +} +.fill-gray-800\/40{ + fill: rgb(31 41 55 / 0.4); +} +.fill-gray-800\/50{ + fill: rgb(31 41 55 / 0.5); +} +.fill-gray-800\/60{ + fill: rgb(31 41 55 / 0.6); +} +.fill-gray-800\/70{ + fill: rgb(31 41 55 / 0.7); +} +.fill-gray-800\/75{ + fill: rgb(31 41 55 / 0.75); +} +.fill-gray-800\/80{ + fill: rgb(31 41 55 / 0.8); +} +.fill-gray-800\/90{ + fill: rgb(31 41 55 / 0.9); +} +.fill-gray-800\/95{ + fill: rgb(31 41 55 / 0.95); +} +.fill-gray-800\/100{ + fill: rgb(31 41 55 / 1); +} +.fill-gray-900\/0{ + fill: rgb(17 24 39 / 0); +} +.fill-gray-900\/5{ + fill: rgb(17 24 39 / 0.05); +} +.fill-gray-900\/10{ + fill: rgb(17 24 39 / 0.1); +} +.fill-gray-900\/20{ + fill: rgb(17 24 39 / 0.2); +} +.fill-gray-900\/25{ + fill: rgb(17 24 39 / 0.25); +} +.fill-gray-900\/30{ + fill: rgb(17 24 39 / 0.3); +} +.fill-gray-900\/40{ + fill: rgb(17 24 39 / 0.4); +} +.fill-gray-900\/50{ + fill: rgb(17 24 39 / 0.5); +} +.fill-gray-900\/60{ + fill: rgb(17 24 39 / 0.6); +} +.fill-gray-900\/70{ + fill: rgb(17 24 39 / 0.7); +} +.fill-gray-900\/75{ + fill: rgb(17 24 39 / 0.75); +} +.fill-gray-900\/80{ + fill: rgb(17 24 39 / 0.8); +} +.fill-gray-900\/90{ + fill: rgb(17 24 39 / 0.9); +} +.fill-gray-900\/95{ + fill: rgb(17 24 39 / 0.95); +} +.fill-gray-900\/100{ + fill: rgb(17 24 39 / 1); +} +.fill-zinc-50\/0{ + fill: rgb(250 250 250 / 0); +} +.fill-zinc-50\/5{ + fill: rgb(250 250 250 / 0.05); +} +.fill-zinc-50\/10{ + fill: rgb(250 250 250 / 0.1); +} +.fill-zinc-50\/20{ + fill: rgb(250 250 250 / 0.2); +} +.fill-zinc-50\/25{ + fill: rgb(250 250 250 / 0.25); +} +.fill-zinc-50\/30{ + fill: rgb(250 250 250 / 0.3); +} +.fill-zinc-50\/40{ + fill: rgb(250 250 250 / 0.4); +} +.fill-zinc-50\/50{ + fill: rgb(250 250 250 / 0.5); +} +.fill-zinc-50\/60{ + fill: rgb(250 250 250 / 0.6); +} +.fill-zinc-50\/70{ + fill: rgb(250 250 250 / 0.7); +} +.fill-zinc-50\/75{ + fill: rgb(250 250 250 / 0.75); +} +.fill-zinc-50\/80{ + fill: rgb(250 250 250 / 0.8); +} +.fill-zinc-50\/90{ + fill: rgb(250 250 250 / 0.9); +} +.fill-zinc-50\/95{ + fill: rgb(250 250 250 / 0.95); +} +.fill-zinc-50\/100{ + fill: rgb(250 250 250 / 1); +} +.fill-zinc-100\/0{ + fill: rgb(244 244 245 / 0); +} +.fill-zinc-100\/5{ + fill: rgb(244 244 245 / 0.05); +} +.fill-zinc-100\/10{ + fill: rgb(244 244 245 / 0.1); +} +.fill-zinc-100\/20{ + fill: rgb(244 244 245 / 0.2); +} +.fill-zinc-100\/25{ + fill: rgb(244 244 245 / 0.25); +} +.fill-zinc-100\/30{ + fill: rgb(244 244 245 / 0.3); +} +.fill-zinc-100\/40{ + fill: rgb(244 244 245 / 0.4); +} +.fill-zinc-100\/50{ + fill: rgb(244 244 245 / 0.5); +} +.fill-zinc-100\/60{ + fill: rgb(244 244 245 / 0.6); +} +.fill-zinc-100\/70{ + fill: rgb(244 244 245 / 0.7); +} +.fill-zinc-100\/75{ + fill: rgb(244 244 245 / 0.75); +} +.fill-zinc-100\/80{ + fill: rgb(244 244 245 / 0.8); +} +.fill-zinc-100\/90{ + fill: rgb(244 244 245 / 0.9); +} +.fill-zinc-100\/95{ + fill: rgb(244 244 245 / 0.95); +} +.fill-zinc-100\/100{ + fill: rgb(244 244 245 / 1); +} +.fill-zinc-200\/0{ + fill: rgb(228 228 231 / 0); +} +.fill-zinc-200\/5{ + fill: rgb(228 228 231 / 0.05); +} +.fill-zinc-200\/10{ + fill: rgb(228 228 231 / 0.1); +} +.fill-zinc-200\/20{ + fill: rgb(228 228 231 / 0.2); +} +.fill-zinc-200\/25{ + fill: rgb(228 228 231 / 0.25); +} +.fill-zinc-200\/30{ + fill: rgb(228 228 231 / 0.3); +} +.fill-zinc-200\/40{ + fill: rgb(228 228 231 / 0.4); +} +.fill-zinc-200\/50{ + fill: rgb(228 228 231 / 0.5); +} +.fill-zinc-200\/60{ + fill: rgb(228 228 231 / 0.6); +} +.fill-zinc-200\/70{ + fill: rgb(228 228 231 / 0.7); +} +.fill-zinc-200\/75{ + fill: rgb(228 228 231 / 0.75); +} +.fill-zinc-200\/80{ + fill: rgb(228 228 231 / 0.8); +} +.fill-zinc-200\/90{ + fill: rgb(228 228 231 / 0.9); +} +.fill-zinc-200\/95{ + fill: rgb(228 228 231 / 0.95); +} +.fill-zinc-200\/100{ + fill: rgb(228 228 231 / 1); +} +.fill-zinc-300\/0{ + fill: rgb(212 212 216 / 0); +} +.fill-zinc-300\/5{ + fill: rgb(212 212 216 / 0.05); +} +.fill-zinc-300\/10{ + fill: rgb(212 212 216 / 0.1); +} +.fill-zinc-300\/20{ + fill: rgb(212 212 216 / 0.2); +} +.fill-zinc-300\/25{ + fill: rgb(212 212 216 / 0.25); +} +.fill-zinc-300\/30{ + fill: rgb(212 212 216 / 0.3); +} +.fill-zinc-300\/40{ + fill: rgb(212 212 216 / 0.4); +} +.fill-zinc-300\/50{ + fill: rgb(212 212 216 / 0.5); +} +.fill-zinc-300\/60{ + fill: rgb(212 212 216 / 0.6); +} +.fill-zinc-300\/70{ + fill: rgb(212 212 216 / 0.7); +} +.fill-zinc-300\/75{ + fill: rgb(212 212 216 / 0.75); +} +.fill-zinc-300\/80{ + fill: rgb(212 212 216 / 0.8); +} +.fill-zinc-300\/90{ + fill: rgb(212 212 216 / 0.9); +} +.fill-zinc-300\/95{ + fill: rgb(212 212 216 / 0.95); +} +.fill-zinc-300\/100{ + fill: rgb(212 212 216 / 1); +} +.fill-zinc-400\/0{ + fill: rgb(161 161 170 / 0); +} +.fill-zinc-400\/5{ + fill: rgb(161 161 170 / 0.05); +} +.fill-zinc-400\/10{ + fill: rgb(161 161 170 / 0.1); +} +.fill-zinc-400\/20{ + fill: rgb(161 161 170 / 0.2); +} +.fill-zinc-400\/25{ + fill: rgb(161 161 170 / 0.25); +} +.fill-zinc-400\/30{ + fill: rgb(161 161 170 / 0.3); +} +.fill-zinc-400\/40{ + fill: rgb(161 161 170 / 0.4); +} +.fill-zinc-400\/50{ + fill: rgb(161 161 170 / 0.5); +} +.fill-zinc-400\/60{ + fill: rgb(161 161 170 / 0.6); +} +.fill-zinc-400\/70{ + fill: rgb(161 161 170 / 0.7); +} +.fill-zinc-400\/75{ + fill: rgb(161 161 170 / 0.75); +} +.fill-zinc-400\/80{ + fill: rgb(161 161 170 / 0.8); +} +.fill-zinc-400\/90{ + fill: rgb(161 161 170 / 0.9); +} +.fill-zinc-400\/95{ + fill: rgb(161 161 170 / 0.95); +} +.fill-zinc-400\/100{ + fill: rgb(161 161 170 / 1); +} +.fill-zinc-500\/0{ + fill: rgb(113 113 122 / 0); +} +.fill-zinc-500\/5{ + fill: rgb(113 113 122 / 0.05); +} +.fill-zinc-500\/10{ + fill: rgb(113 113 122 / 0.1); +} +.fill-zinc-500\/20{ + fill: rgb(113 113 122 / 0.2); +} +.fill-zinc-500\/25{ + fill: rgb(113 113 122 / 0.25); +} +.fill-zinc-500\/30{ + fill: rgb(113 113 122 / 0.3); +} +.fill-zinc-500\/40{ + fill: rgb(113 113 122 / 0.4); +} +.fill-zinc-500\/50{ + fill: rgb(113 113 122 / 0.5); +} +.fill-zinc-500\/60{ + fill: rgb(113 113 122 / 0.6); +} +.fill-zinc-500\/70{ + fill: rgb(113 113 122 / 0.7); +} +.fill-zinc-500\/75{ + fill: rgb(113 113 122 / 0.75); +} +.fill-zinc-500\/80{ + fill: rgb(113 113 122 / 0.8); +} +.fill-zinc-500\/90{ + fill: rgb(113 113 122 / 0.9); +} +.fill-zinc-500\/95{ + fill: rgb(113 113 122 / 0.95); +} +.fill-zinc-500\/100{ + fill: rgb(113 113 122 / 1); +} +.fill-zinc-600\/0{ + fill: rgb(82 82 91 / 0); +} +.fill-zinc-600\/5{ + fill: rgb(82 82 91 / 0.05); +} +.fill-zinc-600\/10{ + fill: rgb(82 82 91 / 0.1); +} +.fill-zinc-600\/20{ + fill: rgb(82 82 91 / 0.2); +} +.fill-zinc-600\/25{ + fill: rgb(82 82 91 / 0.25); +} +.fill-zinc-600\/30{ + fill: rgb(82 82 91 / 0.3); +} +.fill-zinc-600\/40{ + fill: rgb(82 82 91 / 0.4); +} +.fill-zinc-600\/50{ + fill: rgb(82 82 91 / 0.5); +} +.fill-zinc-600\/60{ + fill: rgb(82 82 91 / 0.6); +} +.fill-zinc-600\/70{ + fill: rgb(82 82 91 / 0.7); +} +.fill-zinc-600\/75{ + fill: rgb(82 82 91 / 0.75); +} +.fill-zinc-600\/80{ + fill: rgb(82 82 91 / 0.8); +} +.fill-zinc-600\/90{ + fill: rgb(82 82 91 / 0.9); +} +.fill-zinc-600\/95{ + fill: rgb(82 82 91 / 0.95); +} +.fill-zinc-600\/100{ + fill: rgb(82 82 91 / 1); +} +.fill-zinc-700\/0{ + fill: rgb(63 63 70 / 0); +} +.fill-zinc-700\/5{ + fill: rgb(63 63 70 / 0.05); +} +.fill-zinc-700\/10{ + fill: rgb(63 63 70 / 0.1); +} +.fill-zinc-700\/20{ + fill: rgb(63 63 70 / 0.2); +} +.fill-zinc-700\/25{ + fill: rgb(63 63 70 / 0.25); +} +.fill-zinc-700\/30{ + fill: rgb(63 63 70 / 0.3); +} +.fill-zinc-700\/40{ + fill: rgb(63 63 70 / 0.4); +} +.fill-zinc-700\/50{ + fill: rgb(63 63 70 / 0.5); +} +.fill-zinc-700\/60{ + fill: rgb(63 63 70 / 0.6); +} +.fill-zinc-700\/70{ + fill: rgb(63 63 70 / 0.7); +} +.fill-zinc-700\/75{ + fill: rgb(63 63 70 / 0.75); +} +.fill-zinc-700\/80{ + fill: rgb(63 63 70 / 0.8); +} +.fill-zinc-700\/90{ + fill: rgb(63 63 70 / 0.9); +} +.fill-zinc-700\/95{ + fill: rgb(63 63 70 / 0.95); +} +.fill-zinc-700\/100{ + fill: rgb(63 63 70 / 1); +} +.fill-zinc-800\/0{ + fill: rgb(39 39 42 / 0); +} +.fill-zinc-800\/5{ + fill: rgb(39 39 42 / 0.05); +} +.fill-zinc-800\/10{ + fill: rgb(39 39 42 / 0.1); +} +.fill-zinc-800\/20{ + fill: rgb(39 39 42 / 0.2); +} +.fill-zinc-800\/25{ + fill: rgb(39 39 42 / 0.25); +} +.fill-zinc-800\/30{ + fill: rgb(39 39 42 / 0.3); +} +.fill-zinc-800\/40{ + fill: rgb(39 39 42 / 0.4); +} +.fill-zinc-800\/50{ + fill: rgb(39 39 42 / 0.5); +} +.fill-zinc-800\/60{ + fill: rgb(39 39 42 / 0.6); +} +.fill-zinc-800\/70{ + fill: rgb(39 39 42 / 0.7); +} +.fill-zinc-800\/75{ + fill: rgb(39 39 42 / 0.75); +} +.fill-zinc-800\/80{ + fill: rgb(39 39 42 / 0.8); +} +.fill-zinc-800\/90{ + fill: rgb(39 39 42 / 0.9); +} +.fill-zinc-800\/95{ + fill: rgb(39 39 42 / 0.95); +} +.fill-zinc-800\/100{ + fill: rgb(39 39 42 / 1); +} +.fill-zinc-900\/0{ + fill: rgb(24 24 27 / 0); +} +.fill-zinc-900\/5{ + fill: rgb(24 24 27 / 0.05); +} +.fill-zinc-900\/10{ + fill: rgb(24 24 27 / 0.1); +} +.fill-zinc-900\/20{ + fill: rgb(24 24 27 / 0.2); +} +.fill-zinc-900\/25{ + fill: rgb(24 24 27 / 0.25); +} +.fill-zinc-900\/30{ + fill: rgb(24 24 27 / 0.3); +} +.fill-zinc-900\/40{ + fill: rgb(24 24 27 / 0.4); +} +.fill-zinc-900\/50{ + fill: rgb(24 24 27 / 0.5); +} +.fill-zinc-900\/60{ + fill: rgb(24 24 27 / 0.6); +} +.fill-zinc-900\/70{ + fill: rgb(24 24 27 / 0.7); +} +.fill-zinc-900\/75{ + fill: rgb(24 24 27 / 0.75); +} +.fill-zinc-900\/80{ + fill: rgb(24 24 27 / 0.8); +} +.fill-zinc-900\/90{ + fill: rgb(24 24 27 / 0.9); +} +.fill-zinc-900\/95{ + fill: rgb(24 24 27 / 0.95); +} +.fill-zinc-900\/100{ + fill: rgb(24 24 27 / 1); +} +.fill-neutral-50\/0{ + fill: rgb(250 250 250 / 0); +} +.fill-neutral-50\/5{ + fill: rgb(250 250 250 / 0.05); +} +.fill-neutral-50\/10{ + fill: rgb(250 250 250 / 0.1); +} +.fill-neutral-50\/20{ + fill: rgb(250 250 250 / 0.2); +} +.fill-neutral-50\/25{ + fill: rgb(250 250 250 / 0.25); +} +.fill-neutral-50\/30{ + fill: rgb(250 250 250 / 0.3); +} +.fill-neutral-50\/40{ + fill: rgb(250 250 250 / 0.4); +} +.fill-neutral-50\/50{ + fill: rgb(250 250 250 / 0.5); +} +.fill-neutral-50\/60{ + fill: rgb(250 250 250 / 0.6); +} +.fill-neutral-50\/70{ + fill: rgb(250 250 250 / 0.7); +} +.fill-neutral-50\/75{ + fill: rgb(250 250 250 / 0.75); +} +.fill-neutral-50\/80{ + fill: rgb(250 250 250 / 0.8); +} +.fill-neutral-50\/90{ + fill: rgb(250 250 250 / 0.9); +} +.fill-neutral-50\/95{ + fill: rgb(250 250 250 / 0.95); +} +.fill-neutral-50\/100{ + fill: rgb(250 250 250 / 1); +} +.fill-neutral-100\/0{ + fill: rgb(245 245 245 / 0); +} +.fill-neutral-100\/5{ + fill: rgb(245 245 245 / 0.05); +} +.fill-neutral-100\/10{ + fill: rgb(245 245 245 / 0.1); +} +.fill-neutral-100\/20{ + fill: rgb(245 245 245 / 0.2); +} +.fill-neutral-100\/25{ + fill: rgb(245 245 245 / 0.25); +} +.fill-neutral-100\/30{ + fill: rgb(245 245 245 / 0.3); +} +.fill-neutral-100\/40{ + fill: rgb(245 245 245 / 0.4); +} +.fill-neutral-100\/50{ + fill: rgb(245 245 245 / 0.5); +} +.fill-neutral-100\/60{ + fill: rgb(245 245 245 / 0.6); +} +.fill-neutral-100\/70{ + fill: rgb(245 245 245 / 0.7); +} +.fill-neutral-100\/75{ + fill: rgb(245 245 245 / 0.75); +} +.fill-neutral-100\/80{ + fill: rgb(245 245 245 / 0.8); +} +.fill-neutral-100\/90{ + fill: rgb(245 245 245 / 0.9); +} +.fill-neutral-100\/95{ + fill: rgb(245 245 245 / 0.95); +} +.fill-neutral-100\/100{ + fill: rgb(245 245 245 / 1); +} +.fill-neutral-200\/0{ + fill: rgb(229 229 229 / 0); +} +.fill-neutral-200\/5{ + fill: rgb(229 229 229 / 0.05); +} +.fill-neutral-200\/10{ + fill: rgb(229 229 229 / 0.1); +} +.fill-neutral-200\/20{ + fill: rgb(229 229 229 / 0.2); +} +.fill-neutral-200\/25{ + fill: rgb(229 229 229 / 0.25); +} +.fill-neutral-200\/30{ + fill: rgb(229 229 229 / 0.3); +} +.fill-neutral-200\/40{ + fill: rgb(229 229 229 / 0.4); +} +.fill-neutral-200\/50{ + fill: rgb(229 229 229 / 0.5); +} +.fill-neutral-200\/60{ + fill: rgb(229 229 229 / 0.6); +} +.fill-neutral-200\/70{ + fill: rgb(229 229 229 / 0.7); +} +.fill-neutral-200\/75{ + fill: rgb(229 229 229 / 0.75); +} +.fill-neutral-200\/80{ + fill: rgb(229 229 229 / 0.8); +} +.fill-neutral-200\/90{ + fill: rgb(229 229 229 / 0.9); +} +.fill-neutral-200\/95{ + fill: rgb(229 229 229 / 0.95); +} +.fill-neutral-200\/100{ + fill: rgb(229 229 229 / 1); +} +.fill-neutral-300\/0{ + fill: rgb(212 212 212 / 0); +} +.fill-neutral-300\/5{ + fill: rgb(212 212 212 / 0.05); +} +.fill-neutral-300\/10{ + fill: rgb(212 212 212 / 0.1); +} +.fill-neutral-300\/20{ + fill: rgb(212 212 212 / 0.2); +} +.fill-neutral-300\/25{ + fill: rgb(212 212 212 / 0.25); +} +.fill-neutral-300\/30{ + fill: rgb(212 212 212 / 0.3); +} +.fill-neutral-300\/40{ + fill: rgb(212 212 212 / 0.4); +} +.fill-neutral-300\/50{ + fill: rgb(212 212 212 / 0.5); +} +.fill-neutral-300\/60{ + fill: rgb(212 212 212 / 0.6); +} +.fill-neutral-300\/70{ + fill: rgb(212 212 212 / 0.7); +} +.fill-neutral-300\/75{ + fill: rgb(212 212 212 / 0.75); +} +.fill-neutral-300\/80{ + fill: rgb(212 212 212 / 0.8); +} +.fill-neutral-300\/90{ + fill: rgb(212 212 212 / 0.9); +} +.fill-neutral-300\/95{ + fill: rgb(212 212 212 / 0.95); +} +.fill-neutral-300\/100{ + fill: rgb(212 212 212 / 1); +} +.fill-neutral-400\/0{ + fill: rgb(163 163 163 / 0); +} +.fill-neutral-400\/5{ + fill: rgb(163 163 163 / 0.05); +} +.fill-neutral-400\/10{ + fill: rgb(163 163 163 / 0.1); +} +.fill-neutral-400\/20{ + fill: rgb(163 163 163 / 0.2); +} +.fill-neutral-400\/25{ + fill: rgb(163 163 163 / 0.25); +} +.fill-neutral-400\/30{ + fill: rgb(163 163 163 / 0.3); +} +.fill-neutral-400\/40{ + fill: rgb(163 163 163 / 0.4); +} +.fill-neutral-400\/50{ + fill: rgb(163 163 163 / 0.5); +} +.fill-neutral-400\/60{ + fill: rgb(163 163 163 / 0.6); +} +.fill-neutral-400\/70{ + fill: rgb(163 163 163 / 0.7); +} +.fill-neutral-400\/75{ + fill: rgb(163 163 163 / 0.75); +} +.fill-neutral-400\/80{ + fill: rgb(163 163 163 / 0.8); +} +.fill-neutral-400\/90{ + fill: rgb(163 163 163 / 0.9); +} +.fill-neutral-400\/95{ + fill: rgb(163 163 163 / 0.95); +} +.fill-neutral-400\/100{ + fill: rgb(163 163 163 / 1); +} +.fill-neutral-500\/0{ + fill: rgb(115 115 115 / 0); +} +.fill-neutral-500\/5{ + fill: rgb(115 115 115 / 0.05); +} +.fill-neutral-500\/10{ + fill: rgb(115 115 115 / 0.1); +} +.fill-neutral-500\/20{ + fill: rgb(115 115 115 / 0.2); +} +.fill-neutral-500\/25{ + fill: rgb(115 115 115 / 0.25); +} +.fill-neutral-500\/30{ + fill: rgb(115 115 115 / 0.3); +} +.fill-neutral-500\/40{ + fill: rgb(115 115 115 / 0.4); +} +.fill-neutral-500\/50{ + fill: rgb(115 115 115 / 0.5); +} +.fill-neutral-500\/60{ + fill: rgb(115 115 115 / 0.6); +} +.fill-neutral-500\/70{ + fill: rgb(115 115 115 / 0.7); +} +.fill-neutral-500\/75{ + fill: rgb(115 115 115 / 0.75); +} +.fill-neutral-500\/80{ + fill: rgb(115 115 115 / 0.8); +} +.fill-neutral-500\/90{ + fill: rgb(115 115 115 / 0.9); +} +.fill-neutral-500\/95{ + fill: rgb(115 115 115 / 0.95); +} +.fill-neutral-500\/100{ + fill: rgb(115 115 115 / 1); +} +.fill-neutral-600\/0{ + fill: rgb(82 82 82 / 0); +} +.fill-neutral-600\/5{ + fill: rgb(82 82 82 / 0.05); +} +.fill-neutral-600\/10{ + fill: rgb(82 82 82 / 0.1); +} +.fill-neutral-600\/20{ + fill: rgb(82 82 82 / 0.2); +} +.fill-neutral-600\/25{ + fill: rgb(82 82 82 / 0.25); +} +.fill-neutral-600\/30{ + fill: rgb(82 82 82 / 0.3); +} +.fill-neutral-600\/40{ + fill: rgb(82 82 82 / 0.4); +} +.fill-neutral-600\/50{ + fill: rgb(82 82 82 / 0.5); +} +.fill-neutral-600\/60{ + fill: rgb(82 82 82 / 0.6); +} +.fill-neutral-600\/70{ + fill: rgb(82 82 82 / 0.7); +} +.fill-neutral-600\/75{ + fill: rgb(82 82 82 / 0.75); +} +.fill-neutral-600\/80{ + fill: rgb(82 82 82 / 0.8); +} +.fill-neutral-600\/90{ + fill: rgb(82 82 82 / 0.9); +} +.fill-neutral-600\/95{ + fill: rgb(82 82 82 / 0.95); +} +.fill-neutral-600\/100{ + fill: rgb(82 82 82 / 1); +} +.fill-neutral-700\/0{ + fill: rgb(64 64 64 / 0); +} +.fill-neutral-700\/5{ + fill: rgb(64 64 64 / 0.05); +} +.fill-neutral-700\/10{ + fill: rgb(64 64 64 / 0.1); +} +.fill-neutral-700\/20{ + fill: rgb(64 64 64 / 0.2); +} +.fill-neutral-700\/25{ + fill: rgb(64 64 64 / 0.25); +} +.fill-neutral-700\/30{ + fill: rgb(64 64 64 / 0.3); +} +.fill-neutral-700\/40{ + fill: rgb(64 64 64 / 0.4); +} +.fill-neutral-700\/50{ + fill: rgb(64 64 64 / 0.5); +} +.fill-neutral-700\/60{ + fill: rgb(64 64 64 / 0.6); +} +.fill-neutral-700\/70{ + fill: rgb(64 64 64 / 0.7); +} +.fill-neutral-700\/75{ + fill: rgb(64 64 64 / 0.75); +} +.fill-neutral-700\/80{ + fill: rgb(64 64 64 / 0.8); +} +.fill-neutral-700\/90{ + fill: rgb(64 64 64 / 0.9); +} +.fill-neutral-700\/95{ + fill: rgb(64 64 64 / 0.95); +} +.fill-neutral-700\/100{ + fill: rgb(64 64 64 / 1); +} +.fill-neutral-800\/0{ + fill: rgb(38 38 38 / 0); +} +.fill-neutral-800\/5{ + fill: rgb(38 38 38 / 0.05); +} +.fill-neutral-800\/10{ + fill: rgb(38 38 38 / 0.1); +} +.fill-neutral-800\/20{ + fill: rgb(38 38 38 / 0.2); +} +.fill-neutral-800\/25{ + fill: rgb(38 38 38 / 0.25); +} +.fill-neutral-800\/30{ + fill: rgb(38 38 38 / 0.3); +} +.fill-neutral-800\/40{ + fill: rgb(38 38 38 / 0.4); +} +.fill-neutral-800\/50{ + fill: rgb(38 38 38 / 0.5); +} +.fill-neutral-800\/60{ + fill: rgb(38 38 38 / 0.6); +} +.fill-neutral-800\/70{ + fill: rgb(38 38 38 / 0.7); +} +.fill-neutral-800\/75{ + fill: rgb(38 38 38 / 0.75); +} +.fill-neutral-800\/80{ + fill: rgb(38 38 38 / 0.8); +} +.fill-neutral-800\/90{ + fill: rgb(38 38 38 / 0.9); +} +.fill-neutral-800\/95{ + fill: rgb(38 38 38 / 0.95); +} +.fill-neutral-800\/100{ + fill: rgb(38 38 38 / 1); +} +.fill-neutral-900\/0{ + fill: rgb(23 23 23 / 0); +} +.fill-neutral-900\/5{ + fill: rgb(23 23 23 / 0.05); +} +.fill-neutral-900\/10{ + fill: rgb(23 23 23 / 0.1); +} +.fill-neutral-900\/20{ + fill: rgb(23 23 23 / 0.2); +} +.fill-neutral-900\/25{ + fill: rgb(23 23 23 / 0.25); +} +.fill-neutral-900\/30{ + fill: rgb(23 23 23 / 0.3); +} +.fill-neutral-900\/40{ + fill: rgb(23 23 23 / 0.4); +} +.fill-neutral-900\/50{ + fill: rgb(23 23 23 / 0.5); +} +.fill-neutral-900\/60{ + fill: rgb(23 23 23 / 0.6); +} +.fill-neutral-900\/70{ + fill: rgb(23 23 23 / 0.7); +} +.fill-neutral-900\/75{ + fill: rgb(23 23 23 / 0.75); +} +.fill-neutral-900\/80{ + fill: rgb(23 23 23 / 0.8); +} +.fill-neutral-900\/90{ + fill: rgb(23 23 23 / 0.9); +} +.fill-neutral-900\/95{ + fill: rgb(23 23 23 / 0.95); +} +.fill-neutral-900\/100{ + fill: rgb(23 23 23 / 1); +} +.fill-stone-50\/0{ + fill: rgb(250 250 249 / 0); +} +.fill-stone-50\/5{ + fill: rgb(250 250 249 / 0.05); +} +.fill-stone-50\/10{ + fill: rgb(250 250 249 / 0.1); +} +.fill-stone-50\/20{ + fill: rgb(250 250 249 / 0.2); +} +.fill-stone-50\/25{ + fill: rgb(250 250 249 / 0.25); +} +.fill-stone-50\/30{ + fill: rgb(250 250 249 / 0.3); +} +.fill-stone-50\/40{ + fill: rgb(250 250 249 / 0.4); +} +.fill-stone-50\/50{ + fill: rgb(250 250 249 / 0.5); +} +.fill-stone-50\/60{ + fill: rgb(250 250 249 / 0.6); +} +.fill-stone-50\/70{ + fill: rgb(250 250 249 / 0.7); +} +.fill-stone-50\/75{ + fill: rgb(250 250 249 / 0.75); +} +.fill-stone-50\/80{ + fill: rgb(250 250 249 / 0.8); +} +.fill-stone-50\/90{ + fill: rgb(250 250 249 / 0.9); +} +.fill-stone-50\/95{ + fill: rgb(250 250 249 / 0.95); +} +.fill-stone-50\/100{ + fill: rgb(250 250 249 / 1); +} +.fill-stone-100\/0{ + fill: rgb(245 245 244 / 0); +} +.fill-stone-100\/5{ + fill: rgb(245 245 244 / 0.05); +} +.fill-stone-100\/10{ + fill: rgb(245 245 244 / 0.1); +} +.fill-stone-100\/20{ + fill: rgb(245 245 244 / 0.2); +} +.fill-stone-100\/25{ + fill: rgb(245 245 244 / 0.25); +} +.fill-stone-100\/30{ + fill: rgb(245 245 244 / 0.3); +} +.fill-stone-100\/40{ + fill: rgb(245 245 244 / 0.4); +} +.fill-stone-100\/50{ + fill: rgb(245 245 244 / 0.5); +} +.fill-stone-100\/60{ + fill: rgb(245 245 244 / 0.6); +} +.fill-stone-100\/70{ + fill: rgb(245 245 244 / 0.7); +} +.fill-stone-100\/75{ + fill: rgb(245 245 244 / 0.75); +} +.fill-stone-100\/80{ + fill: rgb(245 245 244 / 0.8); +} +.fill-stone-100\/90{ + fill: rgb(245 245 244 / 0.9); +} +.fill-stone-100\/95{ + fill: rgb(245 245 244 / 0.95); +} +.fill-stone-100\/100{ + fill: rgb(245 245 244 / 1); +} +.fill-stone-200\/0{ + fill: rgb(231 229 228 / 0); +} +.fill-stone-200\/5{ + fill: rgb(231 229 228 / 0.05); +} +.fill-stone-200\/10{ + fill: rgb(231 229 228 / 0.1); +} +.fill-stone-200\/20{ + fill: rgb(231 229 228 / 0.2); +} +.fill-stone-200\/25{ + fill: rgb(231 229 228 / 0.25); +} +.fill-stone-200\/30{ + fill: rgb(231 229 228 / 0.3); +} +.fill-stone-200\/40{ + fill: rgb(231 229 228 / 0.4); +} +.fill-stone-200\/50{ + fill: rgb(231 229 228 / 0.5); +} +.fill-stone-200\/60{ + fill: rgb(231 229 228 / 0.6); +} +.fill-stone-200\/70{ + fill: rgb(231 229 228 / 0.7); +} +.fill-stone-200\/75{ + fill: rgb(231 229 228 / 0.75); +} +.fill-stone-200\/80{ + fill: rgb(231 229 228 / 0.8); +} +.fill-stone-200\/90{ + fill: rgb(231 229 228 / 0.9); +} +.fill-stone-200\/95{ + fill: rgb(231 229 228 / 0.95); +} +.fill-stone-200\/100{ + fill: rgb(231 229 228 / 1); +} +.fill-stone-300\/0{ + fill: rgb(214 211 209 / 0); +} +.fill-stone-300\/5{ + fill: rgb(214 211 209 / 0.05); +} +.fill-stone-300\/10{ + fill: rgb(214 211 209 / 0.1); +} +.fill-stone-300\/20{ + fill: rgb(214 211 209 / 0.2); +} +.fill-stone-300\/25{ + fill: rgb(214 211 209 / 0.25); +} +.fill-stone-300\/30{ + fill: rgb(214 211 209 / 0.3); +} +.fill-stone-300\/40{ + fill: rgb(214 211 209 / 0.4); +} +.fill-stone-300\/50{ + fill: rgb(214 211 209 / 0.5); +} +.fill-stone-300\/60{ + fill: rgb(214 211 209 / 0.6); +} +.fill-stone-300\/70{ + fill: rgb(214 211 209 / 0.7); +} +.fill-stone-300\/75{ + fill: rgb(214 211 209 / 0.75); +} +.fill-stone-300\/80{ + fill: rgb(214 211 209 / 0.8); +} +.fill-stone-300\/90{ + fill: rgb(214 211 209 / 0.9); +} +.fill-stone-300\/95{ + fill: rgb(214 211 209 / 0.95); +} +.fill-stone-300\/100{ + fill: rgb(214 211 209 / 1); +} +.fill-stone-400\/0{ + fill: rgb(168 162 158 / 0); +} +.fill-stone-400\/5{ + fill: rgb(168 162 158 / 0.05); +} +.fill-stone-400\/10{ + fill: rgb(168 162 158 / 0.1); +} +.fill-stone-400\/20{ + fill: rgb(168 162 158 / 0.2); +} +.fill-stone-400\/25{ + fill: rgb(168 162 158 / 0.25); +} +.fill-stone-400\/30{ + fill: rgb(168 162 158 / 0.3); +} +.fill-stone-400\/40{ + fill: rgb(168 162 158 / 0.4); +} +.fill-stone-400\/50{ + fill: rgb(168 162 158 / 0.5); +} +.fill-stone-400\/60{ + fill: rgb(168 162 158 / 0.6); +} +.fill-stone-400\/70{ + fill: rgb(168 162 158 / 0.7); +} +.fill-stone-400\/75{ + fill: rgb(168 162 158 / 0.75); +} +.fill-stone-400\/80{ + fill: rgb(168 162 158 / 0.8); +} +.fill-stone-400\/90{ + fill: rgb(168 162 158 / 0.9); +} +.fill-stone-400\/95{ + fill: rgb(168 162 158 / 0.95); +} +.fill-stone-400\/100{ + fill: rgb(168 162 158 / 1); +} +.fill-stone-500\/0{ + fill: rgb(120 113 108 / 0); +} +.fill-stone-500\/5{ + fill: rgb(120 113 108 / 0.05); +} +.fill-stone-500\/10{ + fill: rgb(120 113 108 / 0.1); +} +.fill-stone-500\/20{ + fill: rgb(120 113 108 / 0.2); +} +.fill-stone-500\/25{ + fill: rgb(120 113 108 / 0.25); +} +.fill-stone-500\/30{ + fill: rgb(120 113 108 / 0.3); +} +.fill-stone-500\/40{ + fill: rgb(120 113 108 / 0.4); +} +.fill-stone-500\/50{ + fill: rgb(120 113 108 / 0.5); +} +.fill-stone-500\/60{ + fill: rgb(120 113 108 / 0.6); +} +.fill-stone-500\/70{ + fill: rgb(120 113 108 / 0.7); +} +.fill-stone-500\/75{ + fill: rgb(120 113 108 / 0.75); +} +.fill-stone-500\/80{ + fill: rgb(120 113 108 / 0.8); +} +.fill-stone-500\/90{ + fill: rgb(120 113 108 / 0.9); +} +.fill-stone-500\/95{ + fill: rgb(120 113 108 / 0.95); +} +.fill-stone-500\/100{ + fill: rgb(120 113 108 / 1); +} +.fill-stone-600\/0{ + fill: rgb(87 83 78 / 0); +} +.fill-stone-600\/5{ + fill: rgb(87 83 78 / 0.05); +} +.fill-stone-600\/10{ + fill: rgb(87 83 78 / 0.1); +} +.fill-stone-600\/20{ + fill: rgb(87 83 78 / 0.2); +} +.fill-stone-600\/25{ + fill: rgb(87 83 78 / 0.25); +} +.fill-stone-600\/30{ + fill: rgb(87 83 78 / 0.3); +} +.fill-stone-600\/40{ + fill: rgb(87 83 78 / 0.4); +} +.fill-stone-600\/50{ + fill: rgb(87 83 78 / 0.5); +} +.fill-stone-600\/60{ + fill: rgb(87 83 78 / 0.6); +} +.fill-stone-600\/70{ + fill: rgb(87 83 78 / 0.7); +} +.fill-stone-600\/75{ + fill: rgb(87 83 78 / 0.75); +} +.fill-stone-600\/80{ + fill: rgb(87 83 78 / 0.8); +} +.fill-stone-600\/90{ + fill: rgb(87 83 78 / 0.9); +} +.fill-stone-600\/95{ + fill: rgb(87 83 78 / 0.95); +} +.fill-stone-600\/100{ + fill: rgb(87 83 78 / 1); +} +.fill-stone-700\/0{ + fill: rgb(68 64 60 / 0); +} +.fill-stone-700\/5{ + fill: rgb(68 64 60 / 0.05); +} +.fill-stone-700\/10{ + fill: rgb(68 64 60 / 0.1); +} +.fill-stone-700\/20{ + fill: rgb(68 64 60 / 0.2); +} +.fill-stone-700\/25{ + fill: rgb(68 64 60 / 0.25); +} +.fill-stone-700\/30{ + fill: rgb(68 64 60 / 0.3); +} +.fill-stone-700\/40{ + fill: rgb(68 64 60 / 0.4); +} +.fill-stone-700\/50{ + fill: rgb(68 64 60 / 0.5); +} +.fill-stone-700\/60{ + fill: rgb(68 64 60 / 0.6); +} +.fill-stone-700\/70{ + fill: rgb(68 64 60 / 0.7); +} +.fill-stone-700\/75{ + fill: rgb(68 64 60 / 0.75); +} +.fill-stone-700\/80{ + fill: rgb(68 64 60 / 0.8); +} +.fill-stone-700\/90{ + fill: rgb(68 64 60 / 0.9); +} +.fill-stone-700\/95{ + fill: rgb(68 64 60 / 0.95); +} +.fill-stone-700\/100{ + fill: rgb(68 64 60 / 1); +} +.fill-stone-800\/0{ + fill: rgb(41 37 36 / 0); +} +.fill-stone-800\/5{ + fill: rgb(41 37 36 / 0.05); +} +.fill-stone-800\/10{ + fill: rgb(41 37 36 / 0.1); +} +.fill-stone-800\/20{ + fill: rgb(41 37 36 / 0.2); +} +.fill-stone-800\/25{ + fill: rgb(41 37 36 / 0.25); +} +.fill-stone-800\/30{ + fill: rgb(41 37 36 / 0.3); +} +.fill-stone-800\/40{ + fill: rgb(41 37 36 / 0.4); +} +.fill-stone-800\/50{ + fill: rgb(41 37 36 / 0.5); +} +.fill-stone-800\/60{ + fill: rgb(41 37 36 / 0.6); +} +.fill-stone-800\/70{ + fill: rgb(41 37 36 / 0.7); +} +.fill-stone-800\/75{ + fill: rgb(41 37 36 / 0.75); +} +.fill-stone-800\/80{ + fill: rgb(41 37 36 / 0.8); +} +.fill-stone-800\/90{ + fill: rgb(41 37 36 / 0.9); +} +.fill-stone-800\/95{ + fill: rgb(41 37 36 / 0.95); +} +.fill-stone-800\/100{ + fill: rgb(41 37 36 / 1); +} +.fill-stone-900\/0{ + fill: rgb(28 25 23 / 0); +} +.fill-stone-900\/5{ + fill: rgb(28 25 23 / 0.05); +} +.fill-stone-900\/10{ + fill: rgb(28 25 23 / 0.1); +} +.fill-stone-900\/20{ + fill: rgb(28 25 23 / 0.2); +} +.fill-stone-900\/25{ + fill: rgb(28 25 23 / 0.25); +} +.fill-stone-900\/30{ + fill: rgb(28 25 23 / 0.3); +} +.fill-stone-900\/40{ + fill: rgb(28 25 23 / 0.4); +} +.fill-stone-900\/50{ + fill: rgb(28 25 23 / 0.5); +} +.fill-stone-900\/60{ + fill: rgb(28 25 23 / 0.6); +} +.fill-stone-900\/70{ + fill: rgb(28 25 23 / 0.7); +} +.fill-stone-900\/75{ + fill: rgb(28 25 23 / 0.75); +} +.fill-stone-900\/80{ + fill: rgb(28 25 23 / 0.8); +} +.fill-stone-900\/90{ + fill: rgb(28 25 23 / 0.9); +} +.fill-stone-900\/95{ + fill: rgb(28 25 23 / 0.95); +} +.fill-stone-900\/100{ + fill: rgb(28 25 23 / 1); +} +.fill-red-50\/0{ + fill: rgb(252 242 242 / 0); +} +.fill-red-50\/5{ + fill: rgb(252 242 242 / 0.05); +} +.fill-red-50\/10{ + fill: rgb(252 242 242 / 0.1); +} +.fill-red-50\/20{ + fill: rgb(252 242 242 / 0.2); +} +.fill-red-50\/25{ + fill: rgb(252 242 242 / 0.25); +} +.fill-red-50\/30{ + fill: rgb(252 242 242 / 0.3); +} +.fill-red-50\/40{ + fill: rgb(252 242 242 / 0.4); +} +.fill-red-50\/50{ + fill: rgb(252 242 242 / 0.5); +} +.fill-red-50\/60{ + fill: rgb(252 242 242 / 0.6); +} +.fill-red-50\/70{ + fill: rgb(252 242 242 / 0.7); +} +.fill-red-50\/75{ + fill: rgb(252 242 242 / 0.75); +} +.fill-red-50\/80{ + fill: rgb(252 242 242 / 0.8); +} +.fill-red-50\/90{ + fill: rgb(252 242 242 / 0.9); +} +.fill-red-50\/95{ + fill: rgb(252 242 242 / 0.95); +} +.fill-red-50\/100{ + fill: rgb(252 242 242 / 1); +} +.fill-red-100\/0{ + fill: rgb(250 230 230 / 0); +} +.fill-red-100\/5{ + fill: rgb(250 230 230 / 0.05); +} +.fill-red-100\/10{ + fill: rgb(250 230 230 / 0.1); +} +.fill-red-100\/20{ + fill: rgb(250 230 230 / 0.2); +} +.fill-red-100\/25{ + fill: rgb(250 230 230 / 0.25); +} +.fill-red-100\/30{ + fill: rgb(250 230 230 / 0.3); +} +.fill-red-100\/40{ + fill: rgb(250 230 230 / 0.4); +} +.fill-red-100\/50{ + fill: rgb(250 230 230 / 0.5); +} +.fill-red-100\/60{ + fill: rgb(250 230 230 / 0.6); +} +.fill-red-100\/70{ + fill: rgb(250 230 230 / 0.7); +} +.fill-red-100\/75{ + fill: rgb(250 230 230 / 0.75); +} +.fill-red-100\/80{ + fill: rgb(250 230 230 / 0.8); +} +.fill-red-100\/90{ + fill: rgb(250 230 230 / 0.9); +} +.fill-red-100\/95{ + fill: rgb(250 230 230 / 0.95); +} +.fill-red-100\/100{ + fill: rgb(250 230 230 / 1); +} +.fill-red-200\/0{ + fill: rgb(242 191 191 / 0); +} +.fill-red-200\/5{ + fill: rgb(242 191 191 / 0.05); +} +.fill-red-200\/10{ + fill: rgb(242 191 191 / 0.1); +} +.fill-red-200\/20{ + fill: rgb(242 191 191 / 0.2); +} +.fill-red-200\/25{ + fill: rgb(242 191 191 / 0.25); +} +.fill-red-200\/30{ + fill: rgb(242 191 191 / 0.3); +} +.fill-red-200\/40{ + fill: rgb(242 191 191 / 0.4); +} +.fill-red-200\/50{ + fill: rgb(242 191 191 / 0.5); +} +.fill-red-200\/60{ + fill: rgb(242 191 191 / 0.6); +} +.fill-red-200\/70{ + fill: rgb(242 191 191 / 0.7); +} +.fill-red-200\/75{ + fill: rgb(242 191 191 / 0.75); +} +.fill-red-200\/80{ + fill: rgb(242 191 191 / 0.8); +} +.fill-red-200\/90{ + fill: rgb(242 191 191 / 0.9); +} +.fill-red-200\/95{ + fill: rgb(242 191 191 / 0.95); +} +.fill-red-200\/100{ + fill: rgb(242 191 191 / 1); +} +.fill-red-300\/0{ + fill: rgb(235 153 153 / 0); +} +.fill-red-300\/5{ + fill: rgb(235 153 153 / 0.05); +} +.fill-red-300\/10{ + fill: rgb(235 153 153 / 0.1); +} +.fill-red-300\/20{ + fill: rgb(235 153 153 / 0.2); +} +.fill-red-300\/25{ + fill: rgb(235 153 153 / 0.25); +} +.fill-red-300\/30{ + fill: rgb(235 153 153 / 0.3); +} +.fill-red-300\/40{ + fill: rgb(235 153 153 / 0.4); +} +.fill-red-300\/50{ + fill: rgb(235 153 153 / 0.5); +} +.fill-red-300\/60{ + fill: rgb(235 153 153 / 0.6); +} +.fill-red-300\/70{ + fill: rgb(235 153 153 / 0.7); +} +.fill-red-300\/75{ + fill: rgb(235 153 153 / 0.75); +} +.fill-red-300\/80{ + fill: rgb(235 153 153 / 0.8); +} +.fill-red-300\/90{ + fill: rgb(235 153 153 / 0.9); +} +.fill-red-300\/95{ + fill: rgb(235 153 153 / 0.95); +} +.fill-red-300\/100{ + fill: rgb(235 153 153 / 1); +} +.fill-red-400\/0{ + fill: rgb(219 77 77 / 0); +} +.fill-red-400\/5{ + fill: rgb(219 77 77 / 0.05); +} +.fill-red-400\/10{ + fill: rgb(219 77 77 / 0.1); +} +.fill-red-400\/20{ + fill: rgb(219 77 77 / 0.2); +} +.fill-red-400\/25{ + fill: rgb(219 77 77 / 0.25); +} +.fill-red-400\/30{ + fill: rgb(219 77 77 / 0.3); +} +.fill-red-400\/40{ + fill: rgb(219 77 77 / 0.4); +} +.fill-red-400\/50{ + fill: rgb(219 77 77 / 0.5); +} +.fill-red-400\/60{ + fill: rgb(219 77 77 / 0.6); +} +.fill-red-400\/70{ + fill: rgb(219 77 77 / 0.7); +} +.fill-red-400\/75{ + fill: rgb(219 77 77 / 0.75); +} +.fill-red-400\/80{ + fill: rgb(219 77 77 / 0.8); +} +.fill-red-400\/90{ + fill: rgb(219 77 77 / 0.9); +} +.fill-red-400\/95{ + fill: rgb(219 77 77 / 0.95); +} +.fill-red-400\/100{ + fill: rgb(219 77 77 / 1); +} +.fill-red-500\/0{ + fill: rgb(204 0 0 / 0); +} +.fill-red-500\/5{ + fill: rgb(204 0 0 / 0.05); +} +.fill-red-500\/10{ + fill: rgb(204 0 0 / 0.1); +} +.fill-red-500\/20{ + fill: rgb(204 0 0 / 0.2); +} +.fill-red-500\/25{ + fill: rgb(204 0 0 / 0.25); +} +.fill-red-500\/30{ + fill: rgb(204 0 0 / 0.3); +} +.fill-red-500\/40{ + fill: rgb(204 0 0 / 0.4); +} +.fill-red-500\/50{ + fill: rgb(204 0 0 / 0.5); +} +.fill-red-500\/60{ + fill: rgb(204 0 0 / 0.6); +} +.fill-red-500\/70{ + fill: rgb(204 0 0 / 0.7); +} +.fill-red-500\/75{ + fill: rgb(204 0 0 / 0.75); +} +.fill-red-500\/80{ + fill: rgb(204 0 0 / 0.8); +} +.fill-red-500\/90{ + fill: rgb(204 0 0 / 0.9); +} +.fill-red-500\/95{ + fill: rgb(204 0 0 / 0.95); +} +.fill-red-500\/100{ + fill: rgb(204 0 0 / 1); +} +.fill-red-600\/0{ + fill: rgb(184 0 0 / 0); +} +.fill-red-600\/5{ + fill: rgb(184 0 0 / 0.05); +} +.fill-red-600\/10{ + fill: rgb(184 0 0 / 0.1); +} +.fill-red-600\/20{ + fill: rgb(184 0 0 / 0.2); +} +.fill-red-600\/25{ + fill: rgb(184 0 0 / 0.25); +} +.fill-red-600\/30{ + fill: rgb(184 0 0 / 0.3); +} +.fill-red-600\/40{ + fill: rgb(184 0 0 / 0.4); +} +.fill-red-600\/50{ + fill: rgb(184 0 0 / 0.5); +} +.fill-red-600\/60{ + fill: rgb(184 0 0 / 0.6); +} +.fill-red-600\/70{ + fill: rgb(184 0 0 / 0.7); +} +.fill-red-600\/75{ + fill: rgb(184 0 0 / 0.75); +} +.fill-red-600\/80{ + fill: rgb(184 0 0 / 0.8); +} +.fill-red-600\/90{ + fill: rgb(184 0 0 / 0.9); +} +.fill-red-600\/95{ + fill: rgb(184 0 0 / 0.95); +} +.fill-red-600\/100{ + fill: rgb(184 0 0 / 1); +} +.fill-red-700\/0{ + fill: rgb(153 0 0 / 0); +} +.fill-red-700\/5{ + fill: rgb(153 0 0 / 0.05); +} +.fill-red-700\/10{ + fill: rgb(153 0 0 / 0.1); +} +.fill-red-700\/20{ + fill: rgb(153 0 0 / 0.2); +} +.fill-red-700\/25{ + fill: rgb(153 0 0 / 0.25); +} +.fill-red-700\/30{ + fill: rgb(153 0 0 / 0.3); +} +.fill-red-700\/40{ + fill: rgb(153 0 0 / 0.4); +} +.fill-red-700\/50{ + fill: rgb(153 0 0 / 0.5); +} +.fill-red-700\/60{ + fill: rgb(153 0 0 / 0.6); +} +.fill-red-700\/70{ + fill: rgb(153 0 0 / 0.7); +} +.fill-red-700\/75{ + fill: rgb(153 0 0 / 0.75); +} +.fill-red-700\/80{ + fill: rgb(153 0 0 / 0.8); +} +.fill-red-700\/90{ + fill: rgb(153 0 0 / 0.9); +} +.fill-red-700\/95{ + fill: rgb(153 0 0 / 0.95); +} +.fill-red-700\/100{ + fill: rgb(153 0 0 / 1); +} +.fill-red-800\/0{ + fill: rgb(122 0 0 / 0); +} +.fill-red-800\/5{ + fill: rgb(122 0 0 / 0.05); +} +.fill-red-800\/10{ + fill: rgb(122 0 0 / 0.1); +} +.fill-red-800\/20{ + fill: rgb(122 0 0 / 0.2); +} +.fill-red-800\/25{ + fill: rgb(122 0 0 / 0.25); +} +.fill-red-800\/30{ + fill: rgb(122 0 0 / 0.3); +} +.fill-red-800\/40{ + fill: rgb(122 0 0 / 0.4); +} +.fill-red-800\/50{ + fill: rgb(122 0 0 / 0.5); +} +.fill-red-800\/60{ + fill: rgb(122 0 0 / 0.6); +} +.fill-red-800\/70{ + fill: rgb(122 0 0 / 0.7); +} +.fill-red-800\/75{ + fill: rgb(122 0 0 / 0.75); +} +.fill-red-800\/80{ + fill: rgb(122 0 0 / 0.8); +} +.fill-red-800\/90{ + fill: rgb(122 0 0 / 0.9); +} +.fill-red-800\/95{ + fill: rgb(122 0 0 / 0.95); +} +.fill-red-800\/100{ + fill: rgb(122 0 0 / 1); +} +.fill-red-900\/0{ + fill: rgb(100 0 0 / 0); +} +.fill-red-900\/5{ + fill: rgb(100 0 0 / 0.05); +} +.fill-red-900\/10{ + fill: rgb(100 0 0 / 0.1); +} +.fill-red-900\/20{ + fill: rgb(100 0 0 / 0.2); +} +.fill-red-900\/25{ + fill: rgb(100 0 0 / 0.25); +} +.fill-red-900\/30{ + fill: rgb(100 0 0 / 0.3); +} +.fill-red-900\/40{ + fill: rgb(100 0 0 / 0.4); +} +.fill-red-900\/50{ + fill: rgb(100 0 0 / 0.5); +} +.fill-red-900\/60{ + fill: rgb(100 0 0 / 0.6); +} +.fill-red-900\/70{ + fill: rgb(100 0 0 / 0.7); +} +.fill-red-900\/75{ + fill: rgb(100 0 0 / 0.75); +} +.fill-red-900\/80{ + fill: rgb(100 0 0 / 0.8); +} +.fill-red-900\/90{ + fill: rgb(100 0 0 / 0.9); +} +.fill-red-900\/95{ + fill: rgb(100 0 0 / 0.95); +} +.fill-red-900\/100{ + fill: rgb(100 0 0 / 1); +} +.fill-red\/0{ + fill: rgb(204 0 0 / 0); +} +.fill-red\/5{ + fill: rgb(204 0 0 / 0.05); +} +.fill-red\/10{ + fill: rgb(204 0 0 / 0.1); +} +.fill-red\/20{ + fill: rgb(204 0 0 / 0.2); +} +.fill-red\/25{ + fill: rgb(204 0 0 / 0.25); +} +.fill-red\/30{ + fill: rgb(204 0 0 / 0.3); +} +.fill-red\/40{ + fill: rgb(204 0 0 / 0.4); +} +.fill-red\/50{ + fill: rgb(204 0 0 / 0.5); +} +.fill-red\/60{ + fill: rgb(204 0 0 / 0.6); +} +.fill-red\/70{ + fill: rgb(204 0 0 / 0.7); +} +.fill-red\/75{ + fill: rgb(204 0 0 / 0.75); +} +.fill-red\/80{ + fill: rgb(204 0 0 / 0.8); +} +.fill-red\/90{ + fill: rgb(204 0 0 / 0.9); +} +.fill-red\/95{ + fill: rgb(204 0 0 / 0.95); +} +.fill-red\/100{ + fill: rgb(204 0 0 / 1); +} +.fill-orange-50\/0{ + fill: rgb(255 250 243 / 0); +} +.fill-orange-50\/5{ + fill: rgb(255 250 243 / 0.05); +} +.fill-orange-50\/10{ + fill: rgb(255 250 243 / 0.1); +} +.fill-orange-50\/20{ + fill: rgb(255 250 243 / 0.2); +} +.fill-orange-50\/25{ + fill: rgb(255 250 243 / 0.25); +} +.fill-orange-50\/30{ + fill: rgb(255 250 243 / 0.3); +} +.fill-orange-50\/40{ + fill: rgb(255 250 243 / 0.4); +} +.fill-orange-50\/50{ + fill: rgb(255 250 243 / 0.5); +} +.fill-orange-50\/60{ + fill: rgb(255 250 243 / 0.6); +} +.fill-orange-50\/70{ + fill: rgb(255 250 243 / 0.7); +} +.fill-orange-50\/75{ + fill: rgb(255 250 243 / 0.75); +} +.fill-orange-50\/80{ + fill: rgb(255 250 243 / 0.8); +} +.fill-orange-50\/90{ + fill: rgb(255 250 243 / 0.9); +} +.fill-orange-50\/95{ + fill: rgb(255 250 243 / 0.95); +} +.fill-orange-50\/100{ + fill: rgb(255 250 243 / 1); +} +.fill-orange-100\/0{ + fill: rgb(254 245 231 / 0); +} +.fill-orange-100\/5{ + fill: rgb(254 245 231 / 0.05); +} +.fill-orange-100\/10{ + fill: rgb(254 245 231 / 0.1); +} +.fill-orange-100\/20{ + fill: rgb(254 245 231 / 0.2); +} +.fill-orange-100\/25{ + fill: rgb(254 245 231 / 0.25); +} +.fill-orange-100\/30{ + fill: rgb(254 245 231 / 0.3); +} +.fill-orange-100\/40{ + fill: rgb(254 245 231 / 0.4); +} +.fill-orange-100\/50{ + fill: rgb(254 245 231 / 0.5); +} +.fill-orange-100\/60{ + fill: rgb(254 245 231 / 0.6); +} +.fill-orange-100\/70{ + fill: rgb(254 245 231 / 0.7); +} +.fill-orange-100\/75{ + fill: rgb(254 245 231 / 0.75); +} +.fill-orange-100\/80{ + fill: rgb(254 245 231 / 0.8); +} +.fill-orange-100\/90{ + fill: rgb(254 245 231 / 0.9); +} +.fill-orange-100\/95{ + fill: rgb(254 245 231 / 0.95); +} +.fill-orange-100\/100{ + fill: rgb(254 245 231 / 1); +} +.fill-orange-200\/0{ + fill: rgb(253 231 194 / 0); +} +.fill-orange-200\/5{ + fill: rgb(253 231 194 / 0.05); +} +.fill-orange-200\/10{ + fill: rgb(253 231 194 / 0.1); +} +.fill-orange-200\/20{ + fill: rgb(253 231 194 / 0.2); +} +.fill-orange-200\/25{ + fill: rgb(253 231 194 / 0.25); +} +.fill-orange-200\/30{ + fill: rgb(253 231 194 / 0.3); +} +.fill-orange-200\/40{ + fill: rgb(253 231 194 / 0.4); +} +.fill-orange-200\/50{ + fill: rgb(253 231 194 / 0.5); +} +.fill-orange-200\/60{ + fill: rgb(253 231 194 / 0.6); +} +.fill-orange-200\/70{ + fill: rgb(253 231 194 / 0.7); +} +.fill-orange-200\/75{ + fill: rgb(253 231 194 / 0.75); +} +.fill-orange-200\/80{ + fill: rgb(253 231 194 / 0.8); +} +.fill-orange-200\/90{ + fill: rgb(253 231 194 / 0.9); +} +.fill-orange-200\/95{ + fill: rgb(253 231 194 / 0.95); +} +.fill-orange-200\/100{ + fill: rgb(253 231 194 / 1); +} +.fill-orange-300\/0{ + fill: rgb(251 216 157 / 0); +} +.fill-orange-300\/5{ + fill: rgb(251 216 157 / 0.05); +} +.fill-orange-300\/10{ + fill: rgb(251 216 157 / 0.1); +} +.fill-orange-300\/20{ + fill: rgb(251 216 157 / 0.2); +} +.fill-orange-300\/25{ + fill: rgb(251 216 157 / 0.25); +} +.fill-orange-300\/30{ + fill: rgb(251 216 157 / 0.3); +} +.fill-orange-300\/40{ + fill: rgb(251 216 157 / 0.4); +} +.fill-orange-300\/50{ + fill: rgb(251 216 157 / 0.5); +} +.fill-orange-300\/60{ + fill: rgb(251 216 157 / 0.6); +} +.fill-orange-300\/70{ + fill: rgb(251 216 157 / 0.7); +} +.fill-orange-300\/75{ + fill: rgb(251 216 157 / 0.75); +} +.fill-orange-300\/80{ + fill: rgb(251 216 157 / 0.8); +} +.fill-orange-300\/90{ + fill: rgb(251 216 157 / 0.9); +} +.fill-orange-300\/95{ + fill: rgb(251 216 157 / 0.95); +} +.fill-orange-300\/100{ + fill: rgb(251 216 157 / 1); +} +.fill-orange-400\/0{ + fill: rgb(248 187 84 / 0); +} +.fill-orange-400\/5{ + fill: rgb(248 187 84 / 0.05); +} +.fill-orange-400\/10{ + fill: rgb(248 187 84 / 0.1); +} +.fill-orange-400\/20{ + fill: rgb(248 187 84 / 0.2); +} +.fill-orange-400\/25{ + fill: rgb(248 187 84 / 0.25); +} +.fill-orange-400\/30{ + fill: rgb(248 187 84 / 0.3); +} +.fill-orange-400\/40{ + fill: rgb(248 187 84 / 0.4); +} +.fill-orange-400\/50{ + fill: rgb(248 187 84 / 0.5); +} +.fill-orange-400\/60{ + fill: rgb(248 187 84 / 0.6); +} +.fill-orange-400\/70{ + fill: rgb(248 187 84 / 0.7); +} +.fill-orange-400\/75{ + fill: rgb(248 187 84 / 0.75); +} +.fill-orange-400\/80{ + fill: rgb(248 187 84 / 0.8); +} +.fill-orange-400\/90{ + fill: rgb(248 187 84 / 0.9); +} +.fill-orange-400\/95{ + fill: rgb(248 187 84 / 0.95); +} +.fill-orange-400\/100{ + fill: rgb(248 187 84 / 1); +} +.fill-orange-500\/0{ + fill: rgb(245 158 11 / 0); +} +.fill-orange-500\/5{ + fill: rgb(245 158 11 / 0.05); +} +.fill-orange-500\/10{ + fill: rgb(245 158 11 / 0.1); +} +.fill-orange-500\/20{ + fill: rgb(245 158 11 / 0.2); +} +.fill-orange-500\/25{ + fill: rgb(245 158 11 / 0.25); +} +.fill-orange-500\/30{ + fill: rgb(245 158 11 / 0.3); +} +.fill-orange-500\/40{ + fill: rgb(245 158 11 / 0.4); +} +.fill-orange-500\/50{ + fill: rgb(245 158 11 / 0.5); +} +.fill-orange-500\/60{ + fill: rgb(245 158 11 / 0.6); +} +.fill-orange-500\/70{ + fill: rgb(245 158 11 / 0.7); +} +.fill-orange-500\/75{ + fill: rgb(245 158 11 / 0.75); +} +.fill-orange-500\/80{ + fill: rgb(245 158 11 / 0.8); +} +.fill-orange-500\/90{ + fill: rgb(245 158 11 / 0.9); +} +.fill-orange-500\/95{ + fill: rgb(245 158 11 / 0.95); +} +.fill-orange-500\/100{ + fill: rgb(245 158 11 / 1); +} +.fill-orange-600\/0{ + fill: rgb(221 142 10 / 0); +} +.fill-orange-600\/5{ + fill: rgb(221 142 10 / 0.05); +} +.fill-orange-600\/10{ + fill: rgb(221 142 10 / 0.1); +} +.fill-orange-600\/20{ + fill: rgb(221 142 10 / 0.2); +} +.fill-orange-600\/25{ + fill: rgb(221 142 10 / 0.25); +} +.fill-orange-600\/30{ + fill: rgb(221 142 10 / 0.3); +} +.fill-orange-600\/40{ + fill: rgb(221 142 10 / 0.4); +} +.fill-orange-600\/50{ + fill: rgb(221 142 10 / 0.5); +} +.fill-orange-600\/60{ + fill: rgb(221 142 10 / 0.6); +} +.fill-orange-600\/70{ + fill: rgb(221 142 10 / 0.7); +} +.fill-orange-600\/75{ + fill: rgb(221 142 10 / 0.75); +} +.fill-orange-600\/80{ + fill: rgb(221 142 10 / 0.8); +} +.fill-orange-600\/90{ + fill: rgb(221 142 10 / 0.9); +} +.fill-orange-600\/95{ + fill: rgb(221 142 10 / 0.95); +} +.fill-orange-600\/100{ + fill: rgb(221 142 10 / 1); +} +.fill-orange-700\/0{ + fill: rgb(184 119 8 / 0); +} +.fill-orange-700\/5{ + fill: rgb(184 119 8 / 0.05); +} +.fill-orange-700\/10{ + fill: rgb(184 119 8 / 0.1); +} +.fill-orange-700\/20{ + fill: rgb(184 119 8 / 0.2); +} +.fill-orange-700\/25{ + fill: rgb(184 119 8 / 0.25); +} +.fill-orange-700\/30{ + fill: rgb(184 119 8 / 0.3); +} +.fill-orange-700\/40{ + fill: rgb(184 119 8 / 0.4); +} +.fill-orange-700\/50{ + fill: rgb(184 119 8 / 0.5); +} +.fill-orange-700\/60{ + fill: rgb(184 119 8 / 0.6); +} +.fill-orange-700\/70{ + fill: rgb(184 119 8 / 0.7); +} +.fill-orange-700\/75{ + fill: rgb(184 119 8 / 0.75); +} +.fill-orange-700\/80{ + fill: rgb(184 119 8 / 0.8); +} +.fill-orange-700\/90{ + fill: rgb(184 119 8 / 0.9); +} +.fill-orange-700\/95{ + fill: rgb(184 119 8 / 0.95); +} +.fill-orange-700\/100{ + fill: rgb(184 119 8 / 1); +} +.fill-orange-800\/0{ + fill: rgb(147 95 7 / 0); +} +.fill-orange-800\/5{ + fill: rgb(147 95 7 / 0.05); +} +.fill-orange-800\/10{ + fill: rgb(147 95 7 / 0.1); +} +.fill-orange-800\/20{ + fill: rgb(147 95 7 / 0.2); +} +.fill-orange-800\/25{ + fill: rgb(147 95 7 / 0.25); +} +.fill-orange-800\/30{ + fill: rgb(147 95 7 / 0.3); +} +.fill-orange-800\/40{ + fill: rgb(147 95 7 / 0.4); +} +.fill-orange-800\/50{ + fill: rgb(147 95 7 / 0.5); +} +.fill-orange-800\/60{ + fill: rgb(147 95 7 / 0.6); +} +.fill-orange-800\/70{ + fill: rgb(147 95 7 / 0.7); +} +.fill-orange-800\/75{ + fill: rgb(147 95 7 / 0.75); +} +.fill-orange-800\/80{ + fill: rgb(147 95 7 / 0.8); +} +.fill-orange-800\/90{ + fill: rgb(147 95 7 / 0.9); +} +.fill-orange-800\/95{ + fill: rgb(147 95 7 / 0.95); +} +.fill-orange-800\/100{ + fill: rgb(147 95 7 / 1); +} +.fill-orange-900\/0{ + fill: rgb(120 77 5 / 0); +} +.fill-orange-900\/5{ + fill: rgb(120 77 5 / 0.05); +} +.fill-orange-900\/10{ + fill: rgb(120 77 5 / 0.1); +} +.fill-orange-900\/20{ + fill: rgb(120 77 5 / 0.2); +} +.fill-orange-900\/25{ + fill: rgb(120 77 5 / 0.25); +} +.fill-orange-900\/30{ + fill: rgb(120 77 5 / 0.3); +} +.fill-orange-900\/40{ + fill: rgb(120 77 5 / 0.4); +} +.fill-orange-900\/50{ + fill: rgb(120 77 5 / 0.5); +} +.fill-orange-900\/60{ + fill: rgb(120 77 5 / 0.6); +} +.fill-orange-900\/70{ + fill: rgb(120 77 5 / 0.7); +} +.fill-orange-900\/75{ + fill: rgb(120 77 5 / 0.75); +} +.fill-orange-900\/80{ + fill: rgb(120 77 5 / 0.8); +} +.fill-orange-900\/90{ + fill: rgb(120 77 5 / 0.9); +} +.fill-orange-900\/95{ + fill: rgb(120 77 5 / 0.95); +} +.fill-orange-900\/100{ + fill: rgb(120 77 5 / 1); +} +.fill-orange\/0{ + fill: rgb(245 158 11 / 0); +} +.fill-orange\/5{ + fill: rgb(245 158 11 / 0.05); +} +.fill-orange\/10{ + fill: rgb(245 158 11 / 0.1); +} +.fill-orange\/20{ + fill: rgb(245 158 11 / 0.2); +} +.fill-orange\/25{ + fill: rgb(245 158 11 / 0.25); +} +.fill-orange\/30{ + fill: rgb(245 158 11 / 0.3); +} +.fill-orange\/40{ + fill: rgb(245 158 11 / 0.4); +} +.fill-orange\/50{ + fill: rgb(245 158 11 / 0.5); +} +.fill-orange\/60{ + fill: rgb(245 158 11 / 0.6); +} +.fill-orange\/70{ + fill: rgb(245 158 11 / 0.7); +} +.fill-orange\/75{ + fill: rgb(245 158 11 / 0.75); +} +.fill-orange\/80{ + fill: rgb(245 158 11 / 0.8); +} +.fill-orange\/90{ + fill: rgb(245 158 11 / 0.9); +} +.fill-orange\/95{ + fill: rgb(245 158 11 / 0.95); +} +.fill-orange\/100{ + fill: rgb(245 158 11 / 1); +} +.fill-amber-50\/0{ + fill: rgb(255 251 235 / 0); +} +.fill-amber-50\/5{ + fill: rgb(255 251 235 / 0.05); +} +.fill-amber-50\/10{ + fill: rgb(255 251 235 / 0.1); +} +.fill-amber-50\/20{ + fill: rgb(255 251 235 / 0.2); +} +.fill-amber-50\/25{ + fill: rgb(255 251 235 / 0.25); +} +.fill-amber-50\/30{ + fill: rgb(255 251 235 / 0.3); +} +.fill-amber-50\/40{ + fill: rgb(255 251 235 / 0.4); +} +.fill-amber-50\/50{ + fill: rgb(255 251 235 / 0.5); +} +.fill-amber-50\/60{ + fill: rgb(255 251 235 / 0.6); +} +.fill-amber-50\/70{ + fill: rgb(255 251 235 / 0.7); +} +.fill-amber-50\/75{ + fill: rgb(255 251 235 / 0.75); +} +.fill-amber-50\/80{ + fill: rgb(255 251 235 / 0.8); +} +.fill-amber-50\/90{ + fill: rgb(255 251 235 / 0.9); +} +.fill-amber-50\/95{ + fill: rgb(255 251 235 / 0.95); +} +.fill-amber-50\/100{ + fill: rgb(255 251 235 / 1); +} +.fill-amber-100\/0{ + fill: rgb(254 243 199 / 0); +} +.fill-amber-100\/5{ + fill: rgb(254 243 199 / 0.05); +} +.fill-amber-100\/10{ + fill: rgb(254 243 199 / 0.1); +} +.fill-amber-100\/20{ + fill: rgb(254 243 199 / 0.2); +} +.fill-amber-100\/25{ + fill: rgb(254 243 199 / 0.25); +} +.fill-amber-100\/30{ + fill: rgb(254 243 199 / 0.3); +} +.fill-amber-100\/40{ + fill: rgb(254 243 199 / 0.4); +} +.fill-amber-100\/50{ + fill: rgb(254 243 199 / 0.5); +} +.fill-amber-100\/60{ + fill: rgb(254 243 199 / 0.6); +} +.fill-amber-100\/70{ + fill: rgb(254 243 199 / 0.7); +} +.fill-amber-100\/75{ + fill: rgb(254 243 199 / 0.75); +} +.fill-amber-100\/80{ + fill: rgb(254 243 199 / 0.8); +} +.fill-amber-100\/90{ + fill: rgb(254 243 199 / 0.9); +} +.fill-amber-100\/95{ + fill: rgb(254 243 199 / 0.95); +} +.fill-amber-100\/100{ + fill: rgb(254 243 199 / 1); +} +.fill-amber-200\/0{ + fill: rgb(253 230 138 / 0); +} +.fill-amber-200\/5{ + fill: rgb(253 230 138 / 0.05); +} +.fill-amber-200\/10{ + fill: rgb(253 230 138 / 0.1); +} +.fill-amber-200\/20{ + fill: rgb(253 230 138 / 0.2); +} +.fill-amber-200\/25{ + fill: rgb(253 230 138 / 0.25); +} +.fill-amber-200\/30{ + fill: rgb(253 230 138 / 0.3); +} +.fill-amber-200\/40{ + fill: rgb(253 230 138 / 0.4); +} +.fill-amber-200\/50{ + fill: rgb(253 230 138 / 0.5); +} +.fill-amber-200\/60{ + fill: rgb(253 230 138 / 0.6); +} +.fill-amber-200\/70{ + fill: rgb(253 230 138 / 0.7); +} +.fill-amber-200\/75{ + fill: rgb(253 230 138 / 0.75); +} +.fill-amber-200\/80{ + fill: rgb(253 230 138 / 0.8); +} +.fill-amber-200\/90{ + fill: rgb(253 230 138 / 0.9); +} +.fill-amber-200\/95{ + fill: rgb(253 230 138 / 0.95); +} +.fill-amber-200\/100{ + fill: rgb(253 230 138 / 1); +} +.fill-amber-300\/0{ + fill: rgb(252 211 77 / 0); +} +.fill-amber-300\/5{ + fill: rgb(252 211 77 / 0.05); +} +.fill-amber-300\/10{ + fill: rgb(252 211 77 / 0.1); +} +.fill-amber-300\/20{ + fill: rgb(252 211 77 / 0.2); +} +.fill-amber-300\/25{ + fill: rgb(252 211 77 / 0.25); +} +.fill-amber-300\/30{ + fill: rgb(252 211 77 / 0.3); +} +.fill-amber-300\/40{ + fill: rgb(252 211 77 / 0.4); +} +.fill-amber-300\/50{ + fill: rgb(252 211 77 / 0.5); +} +.fill-amber-300\/60{ + fill: rgb(252 211 77 / 0.6); +} +.fill-amber-300\/70{ + fill: rgb(252 211 77 / 0.7); +} +.fill-amber-300\/75{ + fill: rgb(252 211 77 / 0.75); +} +.fill-amber-300\/80{ + fill: rgb(252 211 77 / 0.8); +} +.fill-amber-300\/90{ + fill: rgb(252 211 77 / 0.9); +} +.fill-amber-300\/95{ + fill: rgb(252 211 77 / 0.95); +} +.fill-amber-300\/100{ + fill: rgb(252 211 77 / 1); +} +.fill-amber-400\/0{ + fill: rgb(251 191 36 / 0); +} +.fill-amber-400\/5{ + fill: rgb(251 191 36 / 0.05); +} +.fill-amber-400\/10{ + fill: rgb(251 191 36 / 0.1); +} +.fill-amber-400\/20{ + fill: rgb(251 191 36 / 0.2); +} +.fill-amber-400\/25{ + fill: rgb(251 191 36 / 0.25); +} +.fill-amber-400\/30{ + fill: rgb(251 191 36 / 0.3); +} +.fill-amber-400\/40{ + fill: rgb(251 191 36 / 0.4); +} +.fill-amber-400\/50{ + fill: rgb(251 191 36 / 0.5); +} +.fill-amber-400\/60{ + fill: rgb(251 191 36 / 0.6); +} +.fill-amber-400\/70{ + fill: rgb(251 191 36 / 0.7); +} +.fill-amber-400\/75{ + fill: rgb(251 191 36 / 0.75); +} +.fill-amber-400\/80{ + fill: rgb(251 191 36 / 0.8); +} +.fill-amber-400\/90{ + fill: rgb(251 191 36 / 0.9); +} +.fill-amber-400\/95{ + fill: rgb(251 191 36 / 0.95); +} +.fill-amber-400\/100{ + fill: rgb(251 191 36 / 1); +} +.fill-amber-500\/0{ + fill: rgb(245 158 11 / 0); +} +.fill-amber-500\/5{ + fill: rgb(245 158 11 / 0.05); +} +.fill-amber-500\/10{ + fill: rgb(245 158 11 / 0.1); +} +.fill-amber-500\/20{ + fill: rgb(245 158 11 / 0.2); +} +.fill-amber-500\/25{ + fill: rgb(245 158 11 / 0.25); +} +.fill-amber-500\/30{ + fill: rgb(245 158 11 / 0.3); +} +.fill-amber-500\/40{ + fill: rgb(245 158 11 / 0.4); +} +.fill-amber-500\/50{ + fill: rgb(245 158 11 / 0.5); +} +.fill-amber-500\/60{ + fill: rgb(245 158 11 / 0.6); +} +.fill-amber-500\/70{ + fill: rgb(245 158 11 / 0.7); +} +.fill-amber-500\/75{ + fill: rgb(245 158 11 / 0.75); +} +.fill-amber-500\/80{ + fill: rgb(245 158 11 / 0.8); +} +.fill-amber-500\/90{ + fill: rgb(245 158 11 / 0.9); +} +.fill-amber-500\/95{ + fill: rgb(245 158 11 / 0.95); +} +.fill-amber-500\/100{ + fill: rgb(245 158 11 / 1); +} +.fill-amber-600\/0{ + fill: rgb(217 119 6 / 0); +} +.fill-amber-600\/5{ + fill: rgb(217 119 6 / 0.05); +} +.fill-amber-600\/10{ + fill: rgb(217 119 6 / 0.1); +} +.fill-amber-600\/20{ + fill: rgb(217 119 6 / 0.2); +} +.fill-amber-600\/25{ + fill: rgb(217 119 6 / 0.25); +} +.fill-amber-600\/30{ + fill: rgb(217 119 6 / 0.3); +} +.fill-amber-600\/40{ + fill: rgb(217 119 6 / 0.4); +} +.fill-amber-600\/50{ + fill: rgb(217 119 6 / 0.5); +} +.fill-amber-600\/60{ + fill: rgb(217 119 6 / 0.6); +} +.fill-amber-600\/70{ + fill: rgb(217 119 6 / 0.7); +} +.fill-amber-600\/75{ + fill: rgb(217 119 6 / 0.75); +} +.fill-amber-600\/80{ + fill: rgb(217 119 6 / 0.8); +} +.fill-amber-600\/90{ + fill: rgb(217 119 6 / 0.9); +} +.fill-amber-600\/95{ + fill: rgb(217 119 6 / 0.95); +} +.fill-amber-600\/100{ + fill: rgb(217 119 6 / 1); +} +.fill-amber-700\/0{ + fill: rgb(180 83 9 / 0); +} +.fill-amber-700\/5{ + fill: rgb(180 83 9 / 0.05); +} +.fill-amber-700\/10{ + fill: rgb(180 83 9 / 0.1); +} +.fill-amber-700\/20{ + fill: rgb(180 83 9 / 0.2); +} +.fill-amber-700\/25{ + fill: rgb(180 83 9 / 0.25); +} +.fill-amber-700\/30{ + fill: rgb(180 83 9 / 0.3); +} +.fill-amber-700\/40{ + fill: rgb(180 83 9 / 0.4); +} +.fill-amber-700\/50{ + fill: rgb(180 83 9 / 0.5); +} +.fill-amber-700\/60{ + fill: rgb(180 83 9 / 0.6); +} +.fill-amber-700\/70{ + fill: rgb(180 83 9 / 0.7); +} +.fill-amber-700\/75{ + fill: rgb(180 83 9 / 0.75); +} +.fill-amber-700\/80{ + fill: rgb(180 83 9 / 0.8); +} +.fill-amber-700\/90{ + fill: rgb(180 83 9 / 0.9); +} +.fill-amber-700\/95{ + fill: rgb(180 83 9 / 0.95); +} +.fill-amber-700\/100{ + fill: rgb(180 83 9 / 1); +} +.fill-amber-800\/0{ + fill: rgb(146 64 14 / 0); +} +.fill-amber-800\/5{ + fill: rgb(146 64 14 / 0.05); +} +.fill-amber-800\/10{ + fill: rgb(146 64 14 / 0.1); +} +.fill-amber-800\/20{ + fill: rgb(146 64 14 / 0.2); +} +.fill-amber-800\/25{ + fill: rgb(146 64 14 / 0.25); +} +.fill-amber-800\/30{ + fill: rgb(146 64 14 / 0.3); +} +.fill-amber-800\/40{ + fill: rgb(146 64 14 / 0.4); +} +.fill-amber-800\/50{ + fill: rgb(146 64 14 / 0.5); +} +.fill-amber-800\/60{ + fill: rgb(146 64 14 / 0.6); +} +.fill-amber-800\/70{ + fill: rgb(146 64 14 / 0.7); +} +.fill-amber-800\/75{ + fill: rgb(146 64 14 / 0.75); +} +.fill-amber-800\/80{ + fill: rgb(146 64 14 / 0.8); +} +.fill-amber-800\/90{ + fill: rgb(146 64 14 / 0.9); +} +.fill-amber-800\/95{ + fill: rgb(146 64 14 / 0.95); +} +.fill-amber-800\/100{ + fill: rgb(146 64 14 / 1); +} +.fill-amber-900\/0{ + fill: rgb(120 53 15 / 0); +} +.fill-amber-900\/5{ + fill: rgb(120 53 15 / 0.05); +} +.fill-amber-900\/10{ + fill: rgb(120 53 15 / 0.1); +} +.fill-amber-900\/20{ + fill: rgb(120 53 15 / 0.2); +} +.fill-amber-900\/25{ + fill: rgb(120 53 15 / 0.25); +} +.fill-amber-900\/30{ + fill: rgb(120 53 15 / 0.3); +} +.fill-amber-900\/40{ + fill: rgb(120 53 15 / 0.4); +} +.fill-amber-900\/50{ + fill: rgb(120 53 15 / 0.5); +} +.fill-amber-900\/60{ + fill: rgb(120 53 15 / 0.6); +} +.fill-amber-900\/70{ + fill: rgb(120 53 15 / 0.7); +} +.fill-amber-900\/75{ + fill: rgb(120 53 15 / 0.75); +} +.fill-amber-900\/80{ + fill: rgb(120 53 15 / 0.8); +} +.fill-amber-900\/90{ + fill: rgb(120 53 15 / 0.9); +} +.fill-amber-900\/95{ + fill: rgb(120 53 15 / 0.95); +} +.fill-amber-900\/100{ + fill: rgb(120 53 15 / 1); +} +.fill-yellow-50\/0{ + fill: rgb(253 253 234 / 0); +} +.fill-yellow-50\/5{ + fill: rgb(253 253 234 / 0.05); +} +.fill-yellow-50\/10{ + fill: rgb(253 253 234 / 0.1); +} +.fill-yellow-50\/20{ + fill: rgb(253 253 234 / 0.2); +} +.fill-yellow-50\/25{ + fill: rgb(253 253 234 / 0.25); +} +.fill-yellow-50\/30{ + fill: rgb(253 253 234 / 0.3); +} +.fill-yellow-50\/40{ + fill: rgb(253 253 234 / 0.4); +} +.fill-yellow-50\/50{ + fill: rgb(253 253 234 / 0.5); +} +.fill-yellow-50\/60{ + fill: rgb(253 253 234 / 0.6); +} +.fill-yellow-50\/70{ + fill: rgb(253 253 234 / 0.7); +} +.fill-yellow-50\/75{ + fill: rgb(253 253 234 / 0.75); +} +.fill-yellow-50\/80{ + fill: rgb(253 253 234 / 0.8); +} +.fill-yellow-50\/90{ + fill: rgb(253 253 234 / 0.9); +} +.fill-yellow-50\/95{ + fill: rgb(253 253 234 / 0.95); +} +.fill-yellow-50\/100{ + fill: rgb(253 253 234 / 1); +} +.fill-yellow-100\/0{ + fill: rgb(253 246 178 / 0); +} +.fill-yellow-100\/5{ + fill: rgb(253 246 178 / 0.05); +} +.fill-yellow-100\/10{ + fill: rgb(253 246 178 / 0.1); +} +.fill-yellow-100\/20{ + fill: rgb(253 246 178 / 0.2); +} +.fill-yellow-100\/25{ + fill: rgb(253 246 178 / 0.25); +} +.fill-yellow-100\/30{ + fill: rgb(253 246 178 / 0.3); +} +.fill-yellow-100\/40{ + fill: rgb(253 246 178 / 0.4); +} +.fill-yellow-100\/50{ + fill: rgb(253 246 178 / 0.5); +} +.fill-yellow-100\/60{ + fill: rgb(253 246 178 / 0.6); +} +.fill-yellow-100\/70{ + fill: rgb(253 246 178 / 0.7); +} +.fill-yellow-100\/75{ + fill: rgb(253 246 178 / 0.75); +} +.fill-yellow-100\/80{ + fill: rgb(253 246 178 / 0.8); +} +.fill-yellow-100\/90{ + fill: rgb(253 246 178 / 0.9); +} +.fill-yellow-100\/95{ + fill: rgb(253 246 178 / 0.95); +} +.fill-yellow-100\/100{ + fill: rgb(253 246 178 / 1); +} +.fill-yellow-200\/0{ + fill: rgb(252 233 106 / 0); +} +.fill-yellow-200\/5{ + fill: rgb(252 233 106 / 0.05); +} +.fill-yellow-200\/10{ + fill: rgb(252 233 106 / 0.1); +} +.fill-yellow-200\/20{ + fill: rgb(252 233 106 / 0.2); +} +.fill-yellow-200\/25{ + fill: rgb(252 233 106 / 0.25); +} +.fill-yellow-200\/30{ + fill: rgb(252 233 106 / 0.3); +} +.fill-yellow-200\/40{ + fill: rgb(252 233 106 / 0.4); +} +.fill-yellow-200\/50{ + fill: rgb(252 233 106 / 0.5); +} +.fill-yellow-200\/60{ + fill: rgb(252 233 106 / 0.6); +} +.fill-yellow-200\/70{ + fill: rgb(252 233 106 / 0.7); +} +.fill-yellow-200\/75{ + fill: rgb(252 233 106 / 0.75); +} +.fill-yellow-200\/80{ + fill: rgb(252 233 106 / 0.8); +} +.fill-yellow-200\/90{ + fill: rgb(252 233 106 / 0.9); +} +.fill-yellow-200\/95{ + fill: rgb(252 233 106 / 0.95); +} +.fill-yellow-200\/100{ + fill: rgb(252 233 106 / 1); +} +.fill-yellow-300\/0{ + fill: rgb(250 202 21 / 0); +} +.fill-yellow-300\/5{ + fill: rgb(250 202 21 / 0.05); +} +.fill-yellow-300\/10{ + fill: rgb(250 202 21 / 0.1); +} +.fill-yellow-300\/20{ + fill: rgb(250 202 21 / 0.2); +} +.fill-yellow-300\/25{ + fill: rgb(250 202 21 / 0.25); +} +.fill-yellow-300\/30{ + fill: rgb(250 202 21 / 0.3); +} +.fill-yellow-300\/40{ + fill: rgb(250 202 21 / 0.4); +} +.fill-yellow-300\/50{ + fill: rgb(250 202 21 / 0.5); +} +.fill-yellow-300\/60{ + fill: rgb(250 202 21 / 0.6); +} +.fill-yellow-300\/70{ + fill: rgb(250 202 21 / 0.7); +} +.fill-yellow-300\/75{ + fill: rgb(250 202 21 / 0.75); +} +.fill-yellow-300\/80{ + fill: rgb(250 202 21 / 0.8); +} +.fill-yellow-300\/90{ + fill: rgb(250 202 21 / 0.9); +} +.fill-yellow-300\/95{ + fill: rgb(250 202 21 / 0.95); +} +.fill-yellow-300\/100{ + fill: rgb(250 202 21 / 1); +} +.fill-yellow-400\/0{ + fill: rgb(227 160 8 / 0); +} +.fill-yellow-400\/5{ + fill: rgb(227 160 8 / 0.05); +} +.fill-yellow-400\/10{ + fill: rgb(227 160 8 / 0.1); +} +.fill-yellow-400\/20{ + fill: rgb(227 160 8 / 0.2); +} +.fill-yellow-400\/25{ + fill: rgb(227 160 8 / 0.25); +} +.fill-yellow-400\/30{ + fill: rgb(227 160 8 / 0.3); +} +.fill-yellow-400\/40{ + fill: rgb(227 160 8 / 0.4); +} +.fill-yellow-400\/50{ + fill: rgb(227 160 8 / 0.5); +} +.fill-yellow-400\/60{ + fill: rgb(227 160 8 / 0.6); +} +.fill-yellow-400\/70{ + fill: rgb(227 160 8 / 0.7); +} +.fill-yellow-400\/75{ + fill: rgb(227 160 8 / 0.75); +} +.fill-yellow-400\/80{ + fill: rgb(227 160 8 / 0.8); +} +.fill-yellow-400\/90{ + fill: rgb(227 160 8 / 0.9); +} +.fill-yellow-400\/95{ + fill: rgb(227 160 8 / 0.95); +} +.fill-yellow-400\/100{ + fill: rgb(227 160 8 / 1); +} +.fill-yellow-500\/0{ + fill: rgb(194 120 3 / 0); +} +.fill-yellow-500\/5{ + fill: rgb(194 120 3 / 0.05); +} +.fill-yellow-500\/10{ + fill: rgb(194 120 3 / 0.1); +} +.fill-yellow-500\/20{ + fill: rgb(194 120 3 / 0.2); +} +.fill-yellow-500\/25{ + fill: rgb(194 120 3 / 0.25); +} +.fill-yellow-500\/30{ + fill: rgb(194 120 3 / 0.3); +} +.fill-yellow-500\/40{ + fill: rgb(194 120 3 / 0.4); +} +.fill-yellow-500\/50{ + fill: rgb(194 120 3 / 0.5); +} +.fill-yellow-500\/60{ + fill: rgb(194 120 3 / 0.6); +} +.fill-yellow-500\/70{ + fill: rgb(194 120 3 / 0.7); +} +.fill-yellow-500\/75{ + fill: rgb(194 120 3 / 0.75); +} +.fill-yellow-500\/80{ + fill: rgb(194 120 3 / 0.8); +} +.fill-yellow-500\/90{ + fill: rgb(194 120 3 / 0.9); +} +.fill-yellow-500\/95{ + fill: rgb(194 120 3 / 0.95); +} +.fill-yellow-500\/100{ + fill: rgb(194 120 3 / 1); +} +.fill-yellow-600\/0{ + fill: rgb(159 88 10 / 0); +} +.fill-yellow-600\/5{ + fill: rgb(159 88 10 / 0.05); +} +.fill-yellow-600\/10{ + fill: rgb(159 88 10 / 0.1); +} +.fill-yellow-600\/20{ + fill: rgb(159 88 10 / 0.2); +} +.fill-yellow-600\/25{ + fill: rgb(159 88 10 / 0.25); +} +.fill-yellow-600\/30{ + fill: rgb(159 88 10 / 0.3); +} +.fill-yellow-600\/40{ + fill: rgb(159 88 10 / 0.4); +} +.fill-yellow-600\/50{ + fill: rgb(159 88 10 / 0.5); +} +.fill-yellow-600\/60{ + fill: rgb(159 88 10 / 0.6); +} +.fill-yellow-600\/70{ + fill: rgb(159 88 10 / 0.7); +} +.fill-yellow-600\/75{ + fill: rgb(159 88 10 / 0.75); +} +.fill-yellow-600\/80{ + fill: rgb(159 88 10 / 0.8); +} +.fill-yellow-600\/90{ + fill: rgb(159 88 10 / 0.9); +} +.fill-yellow-600\/95{ + fill: rgb(159 88 10 / 0.95); +} +.fill-yellow-600\/100{ + fill: rgb(159 88 10 / 1); +} +.fill-yellow-700\/0{ + fill: rgb(142 75 16 / 0); +} +.fill-yellow-700\/5{ + fill: rgb(142 75 16 / 0.05); +} +.fill-yellow-700\/10{ + fill: rgb(142 75 16 / 0.1); +} +.fill-yellow-700\/20{ + fill: rgb(142 75 16 / 0.2); +} +.fill-yellow-700\/25{ + fill: rgb(142 75 16 / 0.25); +} +.fill-yellow-700\/30{ + fill: rgb(142 75 16 / 0.3); +} +.fill-yellow-700\/40{ + fill: rgb(142 75 16 / 0.4); +} +.fill-yellow-700\/50{ + fill: rgb(142 75 16 / 0.5); +} +.fill-yellow-700\/60{ + fill: rgb(142 75 16 / 0.6); +} +.fill-yellow-700\/70{ + fill: rgb(142 75 16 / 0.7); +} +.fill-yellow-700\/75{ + fill: rgb(142 75 16 / 0.75); +} +.fill-yellow-700\/80{ + fill: rgb(142 75 16 / 0.8); +} +.fill-yellow-700\/90{ + fill: rgb(142 75 16 / 0.9); +} +.fill-yellow-700\/95{ + fill: rgb(142 75 16 / 0.95); +} +.fill-yellow-700\/100{ + fill: rgb(142 75 16 / 1); +} +.fill-yellow-800\/0{ + fill: rgb(114 59 19 / 0); +} +.fill-yellow-800\/5{ + fill: rgb(114 59 19 / 0.05); +} +.fill-yellow-800\/10{ + fill: rgb(114 59 19 / 0.1); +} +.fill-yellow-800\/20{ + fill: rgb(114 59 19 / 0.2); +} +.fill-yellow-800\/25{ + fill: rgb(114 59 19 / 0.25); +} +.fill-yellow-800\/30{ + fill: rgb(114 59 19 / 0.3); +} +.fill-yellow-800\/40{ + fill: rgb(114 59 19 / 0.4); +} +.fill-yellow-800\/50{ + fill: rgb(114 59 19 / 0.5); +} +.fill-yellow-800\/60{ + fill: rgb(114 59 19 / 0.6); +} +.fill-yellow-800\/70{ + fill: rgb(114 59 19 / 0.7); +} +.fill-yellow-800\/75{ + fill: rgb(114 59 19 / 0.75); +} +.fill-yellow-800\/80{ + fill: rgb(114 59 19 / 0.8); +} +.fill-yellow-800\/90{ + fill: rgb(114 59 19 / 0.9); +} +.fill-yellow-800\/95{ + fill: rgb(114 59 19 / 0.95); +} +.fill-yellow-800\/100{ + fill: rgb(114 59 19 / 1); +} +.fill-yellow-900\/0{ + fill: rgb(99 49 18 / 0); +} +.fill-yellow-900\/5{ + fill: rgb(99 49 18 / 0.05); +} +.fill-yellow-900\/10{ + fill: rgb(99 49 18 / 0.1); +} +.fill-yellow-900\/20{ + fill: rgb(99 49 18 / 0.2); +} +.fill-yellow-900\/25{ + fill: rgb(99 49 18 / 0.25); +} +.fill-yellow-900\/30{ + fill: rgb(99 49 18 / 0.3); +} +.fill-yellow-900\/40{ + fill: rgb(99 49 18 / 0.4); +} +.fill-yellow-900\/50{ + fill: rgb(99 49 18 / 0.5); +} +.fill-yellow-900\/60{ + fill: rgb(99 49 18 / 0.6); +} +.fill-yellow-900\/70{ + fill: rgb(99 49 18 / 0.7); +} +.fill-yellow-900\/75{ + fill: rgb(99 49 18 / 0.75); +} +.fill-yellow-900\/80{ + fill: rgb(99 49 18 / 0.8); +} +.fill-yellow-900\/90{ + fill: rgb(99 49 18 / 0.9); +} +.fill-yellow-900\/95{ + fill: rgb(99 49 18 / 0.95); +} +.fill-yellow-900\/100{ + fill: rgb(99 49 18 / 1); +} +.fill-lime-50\/0{ + fill: rgb(247 254 231 / 0); +} +.fill-lime-50\/5{ + fill: rgb(247 254 231 / 0.05); +} +.fill-lime-50\/10{ + fill: rgb(247 254 231 / 0.1); +} +.fill-lime-50\/20{ + fill: rgb(247 254 231 / 0.2); +} +.fill-lime-50\/25{ + fill: rgb(247 254 231 / 0.25); +} +.fill-lime-50\/30{ + fill: rgb(247 254 231 / 0.3); +} +.fill-lime-50\/40{ + fill: rgb(247 254 231 / 0.4); +} +.fill-lime-50\/50{ + fill: rgb(247 254 231 / 0.5); +} +.fill-lime-50\/60{ + fill: rgb(247 254 231 / 0.6); +} +.fill-lime-50\/70{ + fill: rgb(247 254 231 / 0.7); +} +.fill-lime-50\/75{ + fill: rgb(247 254 231 / 0.75); +} +.fill-lime-50\/80{ + fill: rgb(247 254 231 / 0.8); +} +.fill-lime-50\/90{ + fill: rgb(247 254 231 / 0.9); +} +.fill-lime-50\/95{ + fill: rgb(247 254 231 / 0.95); +} +.fill-lime-50\/100{ + fill: rgb(247 254 231 / 1); +} +.fill-lime-100\/0{ + fill: rgb(236 252 203 / 0); +} +.fill-lime-100\/5{ + fill: rgb(236 252 203 / 0.05); +} +.fill-lime-100\/10{ + fill: rgb(236 252 203 / 0.1); +} +.fill-lime-100\/20{ + fill: rgb(236 252 203 / 0.2); +} +.fill-lime-100\/25{ + fill: rgb(236 252 203 / 0.25); +} +.fill-lime-100\/30{ + fill: rgb(236 252 203 / 0.3); +} +.fill-lime-100\/40{ + fill: rgb(236 252 203 / 0.4); +} +.fill-lime-100\/50{ + fill: rgb(236 252 203 / 0.5); +} +.fill-lime-100\/60{ + fill: rgb(236 252 203 / 0.6); +} +.fill-lime-100\/70{ + fill: rgb(236 252 203 / 0.7); +} +.fill-lime-100\/75{ + fill: rgb(236 252 203 / 0.75); +} +.fill-lime-100\/80{ + fill: rgb(236 252 203 / 0.8); +} +.fill-lime-100\/90{ + fill: rgb(236 252 203 / 0.9); +} +.fill-lime-100\/95{ + fill: rgb(236 252 203 / 0.95); +} +.fill-lime-100\/100{ + fill: rgb(236 252 203 / 1); +} +.fill-lime-200\/0{ + fill: rgb(217 249 157 / 0); +} +.fill-lime-200\/5{ + fill: rgb(217 249 157 / 0.05); +} +.fill-lime-200\/10{ + fill: rgb(217 249 157 / 0.1); +} +.fill-lime-200\/20{ + fill: rgb(217 249 157 / 0.2); +} +.fill-lime-200\/25{ + fill: rgb(217 249 157 / 0.25); +} +.fill-lime-200\/30{ + fill: rgb(217 249 157 / 0.3); +} +.fill-lime-200\/40{ + fill: rgb(217 249 157 / 0.4); +} +.fill-lime-200\/50{ + fill: rgb(217 249 157 / 0.5); +} +.fill-lime-200\/60{ + fill: rgb(217 249 157 / 0.6); +} +.fill-lime-200\/70{ + fill: rgb(217 249 157 / 0.7); +} +.fill-lime-200\/75{ + fill: rgb(217 249 157 / 0.75); +} +.fill-lime-200\/80{ + fill: rgb(217 249 157 / 0.8); +} +.fill-lime-200\/90{ + fill: rgb(217 249 157 / 0.9); +} +.fill-lime-200\/95{ + fill: rgb(217 249 157 / 0.95); +} +.fill-lime-200\/100{ + fill: rgb(217 249 157 / 1); +} +.fill-lime-300\/0{ + fill: rgb(190 242 100 / 0); +} +.fill-lime-300\/5{ + fill: rgb(190 242 100 / 0.05); +} +.fill-lime-300\/10{ + fill: rgb(190 242 100 / 0.1); +} +.fill-lime-300\/20{ + fill: rgb(190 242 100 / 0.2); +} +.fill-lime-300\/25{ + fill: rgb(190 242 100 / 0.25); +} +.fill-lime-300\/30{ + fill: rgb(190 242 100 / 0.3); +} +.fill-lime-300\/40{ + fill: rgb(190 242 100 / 0.4); +} +.fill-lime-300\/50{ + fill: rgb(190 242 100 / 0.5); +} +.fill-lime-300\/60{ + fill: rgb(190 242 100 / 0.6); +} +.fill-lime-300\/70{ + fill: rgb(190 242 100 / 0.7); +} +.fill-lime-300\/75{ + fill: rgb(190 242 100 / 0.75); +} +.fill-lime-300\/80{ + fill: rgb(190 242 100 / 0.8); +} +.fill-lime-300\/90{ + fill: rgb(190 242 100 / 0.9); +} +.fill-lime-300\/95{ + fill: rgb(190 242 100 / 0.95); +} +.fill-lime-300\/100{ + fill: rgb(190 242 100 / 1); +} +.fill-lime-400\/0{ + fill: rgb(163 230 53 / 0); +} +.fill-lime-400\/5{ + fill: rgb(163 230 53 / 0.05); +} +.fill-lime-400\/10{ + fill: rgb(163 230 53 / 0.1); +} +.fill-lime-400\/20{ + fill: rgb(163 230 53 / 0.2); +} +.fill-lime-400\/25{ + fill: rgb(163 230 53 / 0.25); +} +.fill-lime-400\/30{ + fill: rgb(163 230 53 / 0.3); +} +.fill-lime-400\/40{ + fill: rgb(163 230 53 / 0.4); +} +.fill-lime-400\/50{ + fill: rgb(163 230 53 / 0.5); +} +.fill-lime-400\/60{ + fill: rgb(163 230 53 / 0.6); +} +.fill-lime-400\/70{ + fill: rgb(163 230 53 / 0.7); +} +.fill-lime-400\/75{ + fill: rgb(163 230 53 / 0.75); +} +.fill-lime-400\/80{ + fill: rgb(163 230 53 / 0.8); +} +.fill-lime-400\/90{ + fill: rgb(163 230 53 / 0.9); +} +.fill-lime-400\/95{ + fill: rgb(163 230 53 / 0.95); +} +.fill-lime-400\/100{ + fill: rgb(163 230 53 / 1); +} +.fill-lime-500\/0{ + fill: rgb(132 204 22 / 0); +} +.fill-lime-500\/5{ + fill: rgb(132 204 22 / 0.05); +} +.fill-lime-500\/10{ + fill: rgb(132 204 22 / 0.1); +} +.fill-lime-500\/20{ + fill: rgb(132 204 22 / 0.2); +} +.fill-lime-500\/25{ + fill: rgb(132 204 22 / 0.25); +} +.fill-lime-500\/30{ + fill: rgb(132 204 22 / 0.3); +} +.fill-lime-500\/40{ + fill: rgb(132 204 22 / 0.4); +} +.fill-lime-500\/50{ + fill: rgb(132 204 22 / 0.5); +} +.fill-lime-500\/60{ + fill: rgb(132 204 22 / 0.6); +} +.fill-lime-500\/70{ + fill: rgb(132 204 22 / 0.7); +} +.fill-lime-500\/75{ + fill: rgb(132 204 22 / 0.75); +} +.fill-lime-500\/80{ + fill: rgb(132 204 22 / 0.8); +} +.fill-lime-500\/90{ + fill: rgb(132 204 22 / 0.9); +} +.fill-lime-500\/95{ + fill: rgb(132 204 22 / 0.95); +} +.fill-lime-500\/100{ + fill: rgb(132 204 22 / 1); +} +.fill-lime-600\/0{ + fill: rgb(101 163 13 / 0); +} +.fill-lime-600\/5{ + fill: rgb(101 163 13 / 0.05); +} +.fill-lime-600\/10{ + fill: rgb(101 163 13 / 0.1); +} +.fill-lime-600\/20{ + fill: rgb(101 163 13 / 0.2); +} +.fill-lime-600\/25{ + fill: rgb(101 163 13 / 0.25); +} +.fill-lime-600\/30{ + fill: rgb(101 163 13 / 0.3); +} +.fill-lime-600\/40{ + fill: rgb(101 163 13 / 0.4); +} +.fill-lime-600\/50{ + fill: rgb(101 163 13 / 0.5); +} +.fill-lime-600\/60{ + fill: rgb(101 163 13 / 0.6); +} +.fill-lime-600\/70{ + fill: rgb(101 163 13 / 0.7); +} +.fill-lime-600\/75{ + fill: rgb(101 163 13 / 0.75); +} +.fill-lime-600\/80{ + fill: rgb(101 163 13 / 0.8); +} +.fill-lime-600\/90{ + fill: rgb(101 163 13 / 0.9); +} +.fill-lime-600\/95{ + fill: rgb(101 163 13 / 0.95); +} +.fill-lime-600\/100{ + fill: rgb(101 163 13 / 1); +} +.fill-lime-700\/0{ + fill: rgb(77 124 15 / 0); +} +.fill-lime-700\/5{ + fill: rgb(77 124 15 / 0.05); +} +.fill-lime-700\/10{ + fill: rgb(77 124 15 / 0.1); +} +.fill-lime-700\/20{ + fill: rgb(77 124 15 / 0.2); +} +.fill-lime-700\/25{ + fill: rgb(77 124 15 / 0.25); +} +.fill-lime-700\/30{ + fill: rgb(77 124 15 / 0.3); +} +.fill-lime-700\/40{ + fill: rgb(77 124 15 / 0.4); +} +.fill-lime-700\/50{ + fill: rgb(77 124 15 / 0.5); +} +.fill-lime-700\/60{ + fill: rgb(77 124 15 / 0.6); +} +.fill-lime-700\/70{ + fill: rgb(77 124 15 / 0.7); +} +.fill-lime-700\/75{ + fill: rgb(77 124 15 / 0.75); +} +.fill-lime-700\/80{ + fill: rgb(77 124 15 / 0.8); +} +.fill-lime-700\/90{ + fill: rgb(77 124 15 / 0.9); +} +.fill-lime-700\/95{ + fill: rgb(77 124 15 / 0.95); +} +.fill-lime-700\/100{ + fill: rgb(77 124 15 / 1); +} +.fill-lime-800\/0{ + fill: rgb(63 98 18 / 0); +} +.fill-lime-800\/5{ + fill: rgb(63 98 18 / 0.05); +} +.fill-lime-800\/10{ + fill: rgb(63 98 18 / 0.1); +} +.fill-lime-800\/20{ + fill: rgb(63 98 18 / 0.2); +} +.fill-lime-800\/25{ + fill: rgb(63 98 18 / 0.25); +} +.fill-lime-800\/30{ + fill: rgb(63 98 18 / 0.3); +} +.fill-lime-800\/40{ + fill: rgb(63 98 18 / 0.4); +} +.fill-lime-800\/50{ + fill: rgb(63 98 18 / 0.5); +} +.fill-lime-800\/60{ + fill: rgb(63 98 18 / 0.6); +} +.fill-lime-800\/70{ + fill: rgb(63 98 18 / 0.7); +} +.fill-lime-800\/75{ + fill: rgb(63 98 18 / 0.75); +} +.fill-lime-800\/80{ + fill: rgb(63 98 18 / 0.8); +} +.fill-lime-800\/90{ + fill: rgb(63 98 18 / 0.9); +} +.fill-lime-800\/95{ + fill: rgb(63 98 18 / 0.95); +} +.fill-lime-800\/100{ + fill: rgb(63 98 18 / 1); +} +.fill-lime-900\/0{ + fill: rgb(54 83 20 / 0); +} +.fill-lime-900\/5{ + fill: rgb(54 83 20 / 0.05); +} +.fill-lime-900\/10{ + fill: rgb(54 83 20 / 0.1); +} +.fill-lime-900\/20{ + fill: rgb(54 83 20 / 0.2); +} +.fill-lime-900\/25{ + fill: rgb(54 83 20 / 0.25); +} +.fill-lime-900\/30{ + fill: rgb(54 83 20 / 0.3); +} +.fill-lime-900\/40{ + fill: rgb(54 83 20 / 0.4); +} +.fill-lime-900\/50{ + fill: rgb(54 83 20 / 0.5); +} +.fill-lime-900\/60{ + fill: rgb(54 83 20 / 0.6); +} +.fill-lime-900\/70{ + fill: rgb(54 83 20 / 0.7); +} +.fill-lime-900\/75{ + fill: rgb(54 83 20 / 0.75); +} +.fill-lime-900\/80{ + fill: rgb(54 83 20 / 0.8); +} +.fill-lime-900\/90{ + fill: rgb(54 83 20 / 0.9); +} +.fill-lime-900\/95{ + fill: rgb(54 83 20 / 0.95); +} +.fill-lime-900\/100{ + fill: rgb(54 83 20 / 1); +} +.fill-green-50\/0{ + fill: rgb(248 250 246 / 0); +} +.fill-green-50\/5{ + fill: rgb(248 250 246 / 0.05); +} +.fill-green-50\/10{ + fill: rgb(248 250 246 / 0.1); +} +.fill-green-50\/20{ + fill: rgb(248 250 246 / 0.2); +} +.fill-green-50\/25{ + fill: rgb(248 250 246 / 0.25); +} +.fill-green-50\/30{ + fill: rgb(248 250 246 / 0.3); +} +.fill-green-50\/40{ + fill: rgb(248 250 246 / 0.4); +} +.fill-green-50\/50{ + fill: rgb(248 250 246 / 0.5); +} +.fill-green-50\/60{ + fill: rgb(248 250 246 / 0.6); +} +.fill-green-50\/70{ + fill: rgb(248 250 246 / 0.7); +} +.fill-green-50\/75{ + fill: rgb(248 250 246 / 0.75); +} +.fill-green-50\/80{ + fill: rgb(248 250 246 / 0.8); +} +.fill-green-50\/90{ + fill: rgb(248 250 246 / 0.9); +} +.fill-green-50\/95{ + fill: rgb(248 250 246 / 0.95); +} +.fill-green-50\/100{ + fill: rgb(248 250 246 / 1); +} +.fill-green-100\/0{ + fill: rgb(241 246 238 / 0); +} +.fill-green-100\/5{ + fill: rgb(241 246 238 / 0.05); +} +.fill-green-100\/10{ + fill: rgb(241 246 238 / 0.1); +} +.fill-green-100\/20{ + fill: rgb(241 246 238 / 0.2); +} +.fill-green-100\/25{ + fill: rgb(241 246 238 / 0.25); +} +.fill-green-100\/30{ + fill: rgb(241 246 238 / 0.3); +} +.fill-green-100\/40{ + fill: rgb(241 246 238 / 0.4); +} +.fill-green-100\/50{ + fill: rgb(241 246 238 / 0.5); +} +.fill-green-100\/60{ + fill: rgb(241 246 238 / 0.6); +} +.fill-green-100\/70{ + fill: rgb(241 246 238 / 0.7); +} +.fill-green-100\/75{ + fill: rgb(241 246 238 / 0.75); +} +.fill-green-100\/80{ + fill: rgb(241 246 238 / 0.8); +} +.fill-green-100\/90{ + fill: rgb(241 246 238 / 0.9); +} +.fill-green-100\/95{ + fill: rgb(241 246 238 / 0.95); +} +.fill-green-100\/100{ + fill: rgb(241 246 238 / 1); +} +.fill-green-200\/0{ + fill: rgb(219 232 212 / 0); +} +.fill-green-200\/5{ + fill: rgb(219 232 212 / 0.05); +} +.fill-green-200\/10{ + fill: rgb(219 232 212 / 0.1); +} +.fill-green-200\/20{ + fill: rgb(219 232 212 / 0.2); +} +.fill-green-200\/25{ + fill: rgb(219 232 212 / 0.25); +} +.fill-green-200\/30{ + fill: rgb(219 232 212 / 0.3); +} +.fill-green-200\/40{ + fill: rgb(219 232 212 / 0.4); +} +.fill-green-200\/50{ + fill: rgb(219 232 212 / 0.5); +} +.fill-green-200\/60{ + fill: rgb(219 232 212 / 0.6); +} +.fill-green-200\/70{ + fill: rgb(219 232 212 / 0.7); +} +.fill-green-200\/75{ + fill: rgb(219 232 212 / 0.75); +} +.fill-green-200\/80{ + fill: rgb(219 232 212 / 0.8); +} +.fill-green-200\/90{ + fill: rgb(219 232 212 / 0.9); +} +.fill-green-200\/95{ + fill: rgb(219 232 212 / 0.95); +} +.fill-green-200\/100{ + fill: rgb(219 232 212 / 1); +} +.fill-green-300\/0{ + fill: rgb(197 217 186 / 0); +} +.fill-green-300\/5{ + fill: rgb(197 217 186 / 0.05); +} +.fill-green-300\/10{ + fill: rgb(197 217 186 / 0.1); +} +.fill-green-300\/20{ + fill: rgb(197 217 186 / 0.2); +} +.fill-green-300\/25{ + fill: rgb(197 217 186 / 0.25); +} +.fill-green-300\/30{ + fill: rgb(197 217 186 / 0.3); +} +.fill-green-300\/40{ + fill: rgb(197 217 186 / 0.4); +} +.fill-green-300\/50{ + fill: rgb(197 217 186 / 0.5); +} +.fill-green-300\/60{ + fill: rgb(197 217 186 / 0.6); +} +.fill-green-300\/70{ + fill: rgb(197 217 186 / 0.7); +} +.fill-green-300\/75{ + fill: rgb(197 217 186 / 0.75); +} +.fill-green-300\/80{ + fill: rgb(197 217 186 / 0.8); +} +.fill-green-300\/90{ + fill: rgb(197 217 186 / 0.9); +} +.fill-green-300\/95{ + fill: rgb(197 217 186 / 0.95); +} +.fill-green-300\/100{ + fill: rgb(197 217 186 / 1); +} +.fill-green-400\/0{ + fill: rgb(154 189 134 / 0); +} +.fill-green-400\/5{ + fill: rgb(154 189 134 / 0.05); +} +.fill-green-400\/10{ + fill: rgb(154 189 134 / 0.1); +} +.fill-green-400\/20{ + fill: rgb(154 189 134 / 0.2); +} +.fill-green-400\/25{ + fill: rgb(154 189 134 / 0.25); +} +.fill-green-400\/30{ + fill: rgb(154 189 134 / 0.3); +} +.fill-green-400\/40{ + fill: rgb(154 189 134 / 0.4); +} +.fill-green-400\/50{ + fill: rgb(154 189 134 / 0.5); +} +.fill-green-400\/60{ + fill: rgb(154 189 134 / 0.6); +} +.fill-green-400\/70{ + fill: rgb(154 189 134 / 0.7); +} +.fill-green-400\/75{ + fill: rgb(154 189 134 / 0.75); +} +.fill-green-400\/80{ + fill: rgb(154 189 134 / 0.8); +} +.fill-green-400\/90{ + fill: rgb(154 189 134 / 0.9); +} +.fill-green-400\/95{ + fill: rgb(154 189 134 / 0.95); +} +.fill-green-400\/100{ + fill: rgb(154 189 134 / 1); +} +.fill-green-500\/0{ + fill: rgb(110 161 82 / 0); +} +.fill-green-500\/5{ + fill: rgb(110 161 82 / 0.05); +} +.fill-green-500\/10{ + fill: rgb(110 161 82 / 0.1); +} +.fill-green-500\/20{ + fill: rgb(110 161 82 / 0.2); +} +.fill-green-500\/25{ + fill: rgb(110 161 82 / 0.25); +} +.fill-green-500\/30{ + fill: rgb(110 161 82 / 0.3); +} +.fill-green-500\/40{ + fill: rgb(110 161 82 / 0.4); +} +.fill-green-500\/50{ + fill: rgb(110 161 82 / 0.5); +} +.fill-green-500\/60{ + fill: rgb(110 161 82 / 0.6); +} +.fill-green-500\/70{ + fill: rgb(110 161 82 / 0.7); +} +.fill-green-500\/75{ + fill: rgb(110 161 82 / 0.75); +} +.fill-green-500\/80{ + fill: rgb(110 161 82 / 0.8); +} +.fill-green-500\/90{ + fill: rgb(110 161 82 / 0.9); +} +.fill-green-500\/95{ + fill: rgb(110 161 82 / 0.95); +} +.fill-green-500\/100{ + fill: rgb(110 161 82 / 1); +} +.fill-green-600\/0{ + fill: rgb(99 145 74 / 0); +} +.fill-green-600\/5{ + fill: rgb(99 145 74 / 0.05); +} +.fill-green-600\/10{ + fill: rgb(99 145 74 / 0.1); +} +.fill-green-600\/20{ + fill: rgb(99 145 74 / 0.2); +} +.fill-green-600\/25{ + fill: rgb(99 145 74 / 0.25); +} +.fill-green-600\/30{ + fill: rgb(99 145 74 / 0.3); +} +.fill-green-600\/40{ + fill: rgb(99 145 74 / 0.4); +} +.fill-green-600\/50{ + fill: rgb(99 145 74 / 0.5); +} +.fill-green-600\/60{ + fill: rgb(99 145 74 / 0.6); +} +.fill-green-600\/70{ + fill: rgb(99 145 74 / 0.7); +} +.fill-green-600\/75{ + fill: rgb(99 145 74 / 0.75); +} +.fill-green-600\/80{ + fill: rgb(99 145 74 / 0.8); +} +.fill-green-600\/90{ + fill: rgb(99 145 74 / 0.9); +} +.fill-green-600\/95{ + fill: rgb(99 145 74 / 0.95); +} +.fill-green-600\/100{ + fill: rgb(99 145 74 / 1); +} +.fill-green-700\/0{ + fill: rgb(83 121 62 / 0); +} +.fill-green-700\/5{ + fill: rgb(83 121 62 / 0.05); +} +.fill-green-700\/10{ + fill: rgb(83 121 62 / 0.1); +} +.fill-green-700\/20{ + fill: rgb(83 121 62 / 0.2); +} +.fill-green-700\/25{ + fill: rgb(83 121 62 / 0.25); +} +.fill-green-700\/30{ + fill: rgb(83 121 62 / 0.3); +} +.fill-green-700\/40{ + fill: rgb(83 121 62 / 0.4); +} +.fill-green-700\/50{ + fill: rgb(83 121 62 / 0.5); +} +.fill-green-700\/60{ + fill: rgb(83 121 62 / 0.6); +} +.fill-green-700\/70{ + fill: rgb(83 121 62 / 0.7); +} +.fill-green-700\/75{ + fill: rgb(83 121 62 / 0.75); +} +.fill-green-700\/80{ + fill: rgb(83 121 62 / 0.8); +} +.fill-green-700\/90{ + fill: rgb(83 121 62 / 0.9); +} +.fill-green-700\/95{ + fill: rgb(83 121 62 / 0.95); +} +.fill-green-700\/100{ + fill: rgb(83 121 62 / 1); +} +.fill-green-800\/0{ + fill: rgb(66 97 49 / 0); +} +.fill-green-800\/5{ + fill: rgb(66 97 49 / 0.05); +} +.fill-green-800\/10{ + fill: rgb(66 97 49 / 0.1); +} +.fill-green-800\/20{ + fill: rgb(66 97 49 / 0.2); +} +.fill-green-800\/25{ + fill: rgb(66 97 49 / 0.25); +} +.fill-green-800\/30{ + fill: rgb(66 97 49 / 0.3); +} +.fill-green-800\/40{ + fill: rgb(66 97 49 / 0.4); +} +.fill-green-800\/50{ + fill: rgb(66 97 49 / 0.5); +} +.fill-green-800\/60{ + fill: rgb(66 97 49 / 0.6); +} +.fill-green-800\/70{ + fill: rgb(66 97 49 / 0.7); +} +.fill-green-800\/75{ + fill: rgb(66 97 49 / 0.75); +} +.fill-green-800\/80{ + fill: rgb(66 97 49 / 0.8); +} +.fill-green-800\/90{ + fill: rgb(66 97 49 / 0.9); +} +.fill-green-800\/95{ + fill: rgb(66 97 49 / 0.95); +} +.fill-green-800\/100{ + fill: rgb(66 97 49 / 1); +} +.fill-green-900\/0{ + fill: rgb(54 79 40 / 0); +} +.fill-green-900\/5{ + fill: rgb(54 79 40 / 0.05); +} +.fill-green-900\/10{ + fill: rgb(54 79 40 / 0.1); +} +.fill-green-900\/20{ + fill: rgb(54 79 40 / 0.2); +} +.fill-green-900\/25{ + fill: rgb(54 79 40 / 0.25); +} +.fill-green-900\/30{ + fill: rgb(54 79 40 / 0.3); +} +.fill-green-900\/40{ + fill: rgb(54 79 40 / 0.4); +} +.fill-green-900\/50{ + fill: rgb(54 79 40 / 0.5); +} +.fill-green-900\/60{ + fill: rgb(54 79 40 / 0.6); +} +.fill-green-900\/70{ + fill: rgb(54 79 40 / 0.7); +} +.fill-green-900\/75{ + fill: rgb(54 79 40 / 0.75); +} +.fill-green-900\/80{ + fill: rgb(54 79 40 / 0.8); +} +.fill-green-900\/90{ + fill: rgb(54 79 40 / 0.9); +} +.fill-green-900\/95{ + fill: rgb(54 79 40 / 0.95); +} +.fill-green-900\/100{ + fill: rgb(54 79 40 / 1); +} +.fill-green\/0{ + fill: rgb(110 161 82 / 0); +} +.fill-green\/5{ + fill: rgb(110 161 82 / 0.05); +} +.fill-green\/10{ + fill: rgb(110 161 82 / 0.1); +} +.fill-green\/20{ + fill: rgb(110 161 82 / 0.2); +} +.fill-green\/25{ + fill: rgb(110 161 82 / 0.25); +} +.fill-green\/30{ + fill: rgb(110 161 82 / 0.3); +} +.fill-green\/40{ + fill: rgb(110 161 82 / 0.4); +} +.fill-green\/50{ + fill: rgb(110 161 82 / 0.5); +} +.fill-green\/60{ + fill: rgb(110 161 82 / 0.6); +} +.fill-green\/70{ + fill: rgb(110 161 82 / 0.7); +} +.fill-green\/75{ + fill: rgb(110 161 82 / 0.75); +} +.fill-green\/80{ + fill: rgb(110 161 82 / 0.8); +} +.fill-green\/90{ + fill: rgb(110 161 82 / 0.9); +} +.fill-green\/95{ + fill: rgb(110 161 82 / 0.95); +} +.fill-green\/100{ + fill: rgb(110 161 82 / 1); +} +.fill-emerald-50\/0{ + fill: rgb(236 253 245 / 0); +} +.fill-emerald-50\/5{ + fill: rgb(236 253 245 / 0.05); +} +.fill-emerald-50\/10{ + fill: rgb(236 253 245 / 0.1); +} +.fill-emerald-50\/20{ + fill: rgb(236 253 245 / 0.2); +} +.fill-emerald-50\/25{ + fill: rgb(236 253 245 / 0.25); +} +.fill-emerald-50\/30{ + fill: rgb(236 253 245 / 0.3); +} +.fill-emerald-50\/40{ + fill: rgb(236 253 245 / 0.4); +} +.fill-emerald-50\/50{ + fill: rgb(236 253 245 / 0.5); +} +.fill-emerald-50\/60{ + fill: rgb(236 253 245 / 0.6); +} +.fill-emerald-50\/70{ + fill: rgb(236 253 245 / 0.7); +} +.fill-emerald-50\/75{ + fill: rgb(236 253 245 / 0.75); +} +.fill-emerald-50\/80{ + fill: rgb(236 253 245 / 0.8); +} +.fill-emerald-50\/90{ + fill: rgb(236 253 245 / 0.9); +} +.fill-emerald-50\/95{ + fill: rgb(236 253 245 / 0.95); +} +.fill-emerald-50\/100{ + fill: rgb(236 253 245 / 1); +} +.fill-emerald-100\/0{ + fill: rgb(209 250 229 / 0); +} +.fill-emerald-100\/5{ + fill: rgb(209 250 229 / 0.05); +} +.fill-emerald-100\/10{ + fill: rgb(209 250 229 / 0.1); +} +.fill-emerald-100\/20{ + fill: rgb(209 250 229 / 0.2); +} +.fill-emerald-100\/25{ + fill: rgb(209 250 229 / 0.25); +} +.fill-emerald-100\/30{ + fill: rgb(209 250 229 / 0.3); +} +.fill-emerald-100\/40{ + fill: rgb(209 250 229 / 0.4); +} +.fill-emerald-100\/50{ + fill: rgb(209 250 229 / 0.5); +} +.fill-emerald-100\/60{ + fill: rgb(209 250 229 / 0.6); +} +.fill-emerald-100\/70{ + fill: rgb(209 250 229 / 0.7); +} +.fill-emerald-100\/75{ + fill: rgb(209 250 229 / 0.75); +} +.fill-emerald-100\/80{ + fill: rgb(209 250 229 / 0.8); +} +.fill-emerald-100\/90{ + fill: rgb(209 250 229 / 0.9); +} +.fill-emerald-100\/95{ + fill: rgb(209 250 229 / 0.95); +} +.fill-emerald-100\/100{ + fill: rgb(209 250 229 / 1); +} +.fill-emerald-200\/0{ + fill: rgb(167 243 208 / 0); +} +.fill-emerald-200\/5{ + fill: rgb(167 243 208 / 0.05); +} +.fill-emerald-200\/10{ + fill: rgb(167 243 208 / 0.1); +} +.fill-emerald-200\/20{ + fill: rgb(167 243 208 / 0.2); +} +.fill-emerald-200\/25{ + fill: rgb(167 243 208 / 0.25); +} +.fill-emerald-200\/30{ + fill: rgb(167 243 208 / 0.3); +} +.fill-emerald-200\/40{ + fill: rgb(167 243 208 / 0.4); +} +.fill-emerald-200\/50{ + fill: rgb(167 243 208 / 0.5); +} +.fill-emerald-200\/60{ + fill: rgb(167 243 208 / 0.6); +} +.fill-emerald-200\/70{ + fill: rgb(167 243 208 / 0.7); +} +.fill-emerald-200\/75{ + fill: rgb(167 243 208 / 0.75); +} +.fill-emerald-200\/80{ + fill: rgb(167 243 208 / 0.8); +} +.fill-emerald-200\/90{ + fill: rgb(167 243 208 / 0.9); +} +.fill-emerald-200\/95{ + fill: rgb(167 243 208 / 0.95); +} +.fill-emerald-200\/100{ + fill: rgb(167 243 208 / 1); +} +.fill-emerald-300\/0{ + fill: rgb(110 231 183 / 0); +} +.fill-emerald-300\/5{ + fill: rgb(110 231 183 / 0.05); +} +.fill-emerald-300\/10{ + fill: rgb(110 231 183 / 0.1); +} +.fill-emerald-300\/20{ + fill: rgb(110 231 183 / 0.2); +} +.fill-emerald-300\/25{ + fill: rgb(110 231 183 / 0.25); +} +.fill-emerald-300\/30{ + fill: rgb(110 231 183 / 0.3); +} +.fill-emerald-300\/40{ + fill: rgb(110 231 183 / 0.4); +} +.fill-emerald-300\/50{ + fill: rgb(110 231 183 / 0.5); +} +.fill-emerald-300\/60{ + fill: rgb(110 231 183 / 0.6); +} +.fill-emerald-300\/70{ + fill: rgb(110 231 183 / 0.7); +} +.fill-emerald-300\/75{ + fill: rgb(110 231 183 / 0.75); +} +.fill-emerald-300\/80{ + fill: rgb(110 231 183 / 0.8); +} +.fill-emerald-300\/90{ + fill: rgb(110 231 183 / 0.9); +} +.fill-emerald-300\/95{ + fill: rgb(110 231 183 / 0.95); +} +.fill-emerald-300\/100{ + fill: rgb(110 231 183 / 1); +} +.fill-emerald-400\/0{ + fill: rgb(52 211 153 / 0); +} +.fill-emerald-400\/5{ + fill: rgb(52 211 153 / 0.05); +} +.fill-emerald-400\/10{ + fill: rgb(52 211 153 / 0.1); +} +.fill-emerald-400\/20{ + fill: rgb(52 211 153 / 0.2); +} +.fill-emerald-400\/25{ + fill: rgb(52 211 153 / 0.25); +} +.fill-emerald-400\/30{ + fill: rgb(52 211 153 / 0.3); +} +.fill-emerald-400\/40{ + fill: rgb(52 211 153 / 0.4); +} +.fill-emerald-400\/50{ + fill: rgb(52 211 153 / 0.5); +} +.fill-emerald-400\/60{ + fill: rgb(52 211 153 / 0.6); +} +.fill-emerald-400\/70{ + fill: rgb(52 211 153 / 0.7); +} +.fill-emerald-400\/75{ + fill: rgb(52 211 153 / 0.75); +} +.fill-emerald-400\/80{ + fill: rgb(52 211 153 / 0.8); +} +.fill-emerald-400\/90{ + fill: rgb(52 211 153 / 0.9); +} +.fill-emerald-400\/95{ + fill: rgb(52 211 153 / 0.95); +} +.fill-emerald-400\/100{ + fill: rgb(52 211 153 / 1); +} +.fill-emerald-500\/0{ + fill: rgb(16 185 129 / 0); +} +.fill-emerald-500\/5{ + fill: rgb(16 185 129 / 0.05); +} +.fill-emerald-500\/10{ + fill: rgb(16 185 129 / 0.1); +} +.fill-emerald-500\/20{ + fill: rgb(16 185 129 / 0.2); +} +.fill-emerald-500\/25{ + fill: rgb(16 185 129 / 0.25); +} +.fill-emerald-500\/30{ + fill: rgb(16 185 129 / 0.3); +} +.fill-emerald-500\/40{ + fill: rgb(16 185 129 / 0.4); +} +.fill-emerald-500\/50{ + fill: rgb(16 185 129 / 0.5); +} +.fill-emerald-500\/60{ + fill: rgb(16 185 129 / 0.6); +} +.fill-emerald-500\/70{ + fill: rgb(16 185 129 / 0.7); +} +.fill-emerald-500\/75{ + fill: rgb(16 185 129 / 0.75); +} +.fill-emerald-500\/80{ + fill: rgb(16 185 129 / 0.8); +} +.fill-emerald-500\/90{ + fill: rgb(16 185 129 / 0.9); +} +.fill-emerald-500\/95{ + fill: rgb(16 185 129 / 0.95); +} +.fill-emerald-500\/100{ + fill: rgb(16 185 129 / 1); +} +.fill-emerald-600\/0{ + fill: rgb(5 150 105 / 0); +} +.fill-emerald-600\/5{ + fill: rgb(5 150 105 / 0.05); +} +.fill-emerald-600\/10{ + fill: rgb(5 150 105 / 0.1); +} +.fill-emerald-600\/20{ + fill: rgb(5 150 105 / 0.2); +} +.fill-emerald-600\/25{ + fill: rgb(5 150 105 / 0.25); +} +.fill-emerald-600\/30{ + fill: rgb(5 150 105 / 0.3); +} +.fill-emerald-600\/40{ + fill: rgb(5 150 105 / 0.4); +} +.fill-emerald-600\/50{ + fill: rgb(5 150 105 / 0.5); +} +.fill-emerald-600\/60{ + fill: rgb(5 150 105 / 0.6); +} +.fill-emerald-600\/70{ + fill: rgb(5 150 105 / 0.7); +} +.fill-emerald-600\/75{ + fill: rgb(5 150 105 / 0.75); +} +.fill-emerald-600\/80{ + fill: rgb(5 150 105 / 0.8); +} +.fill-emerald-600\/90{ + fill: rgb(5 150 105 / 0.9); +} +.fill-emerald-600\/95{ + fill: rgb(5 150 105 / 0.95); +} +.fill-emerald-600\/100{ + fill: rgb(5 150 105 / 1); +} +.fill-emerald-700\/0{ + fill: rgb(4 120 87 / 0); +} +.fill-emerald-700\/5{ + fill: rgb(4 120 87 / 0.05); +} +.fill-emerald-700\/10{ + fill: rgb(4 120 87 / 0.1); +} +.fill-emerald-700\/20{ + fill: rgb(4 120 87 / 0.2); +} +.fill-emerald-700\/25{ + fill: rgb(4 120 87 / 0.25); +} +.fill-emerald-700\/30{ + fill: rgb(4 120 87 / 0.3); +} +.fill-emerald-700\/40{ + fill: rgb(4 120 87 / 0.4); +} +.fill-emerald-700\/50{ + fill: rgb(4 120 87 / 0.5); +} +.fill-emerald-700\/60{ + fill: rgb(4 120 87 / 0.6); +} +.fill-emerald-700\/70{ + fill: rgb(4 120 87 / 0.7); +} +.fill-emerald-700\/75{ + fill: rgb(4 120 87 / 0.75); +} +.fill-emerald-700\/80{ + fill: rgb(4 120 87 / 0.8); +} +.fill-emerald-700\/90{ + fill: rgb(4 120 87 / 0.9); +} +.fill-emerald-700\/95{ + fill: rgb(4 120 87 / 0.95); +} +.fill-emerald-700\/100{ + fill: rgb(4 120 87 / 1); +} +.fill-emerald-800\/0{ + fill: rgb(6 95 70 / 0); +} +.fill-emerald-800\/5{ + fill: rgb(6 95 70 / 0.05); +} +.fill-emerald-800\/10{ + fill: rgb(6 95 70 / 0.1); +} +.fill-emerald-800\/20{ + fill: rgb(6 95 70 / 0.2); +} +.fill-emerald-800\/25{ + fill: rgb(6 95 70 / 0.25); +} +.fill-emerald-800\/30{ + fill: rgb(6 95 70 / 0.3); +} +.fill-emerald-800\/40{ + fill: rgb(6 95 70 / 0.4); +} +.fill-emerald-800\/50{ + fill: rgb(6 95 70 / 0.5); +} +.fill-emerald-800\/60{ + fill: rgb(6 95 70 / 0.6); +} +.fill-emerald-800\/70{ + fill: rgb(6 95 70 / 0.7); +} +.fill-emerald-800\/75{ + fill: rgb(6 95 70 / 0.75); +} +.fill-emerald-800\/80{ + fill: rgb(6 95 70 / 0.8); +} +.fill-emerald-800\/90{ + fill: rgb(6 95 70 / 0.9); +} +.fill-emerald-800\/95{ + fill: rgb(6 95 70 / 0.95); +} +.fill-emerald-800\/100{ + fill: rgb(6 95 70 / 1); +} +.fill-emerald-900\/0{ + fill: rgb(6 78 59 / 0); +} +.fill-emerald-900\/5{ + fill: rgb(6 78 59 / 0.05); +} +.fill-emerald-900\/10{ + fill: rgb(6 78 59 / 0.1); +} +.fill-emerald-900\/20{ + fill: rgb(6 78 59 / 0.2); +} +.fill-emerald-900\/25{ + fill: rgb(6 78 59 / 0.25); +} +.fill-emerald-900\/30{ + fill: rgb(6 78 59 / 0.3); +} +.fill-emerald-900\/40{ + fill: rgb(6 78 59 / 0.4); +} +.fill-emerald-900\/50{ + fill: rgb(6 78 59 / 0.5); +} +.fill-emerald-900\/60{ + fill: rgb(6 78 59 / 0.6); +} +.fill-emerald-900\/70{ + fill: rgb(6 78 59 / 0.7); +} +.fill-emerald-900\/75{ + fill: rgb(6 78 59 / 0.75); +} +.fill-emerald-900\/80{ + fill: rgb(6 78 59 / 0.8); +} +.fill-emerald-900\/90{ + fill: rgb(6 78 59 / 0.9); +} +.fill-emerald-900\/95{ + fill: rgb(6 78 59 / 0.95); +} +.fill-emerald-900\/100{ + fill: rgb(6 78 59 / 1); +} +.fill-teal-50\/0{ + fill: rgb(237 250 250 / 0); +} +.fill-teal-50\/5{ + fill: rgb(237 250 250 / 0.05); +} +.fill-teal-50\/10{ + fill: rgb(237 250 250 / 0.1); +} +.fill-teal-50\/20{ + fill: rgb(237 250 250 / 0.2); +} +.fill-teal-50\/25{ + fill: rgb(237 250 250 / 0.25); +} +.fill-teal-50\/30{ + fill: rgb(237 250 250 / 0.3); +} +.fill-teal-50\/40{ + fill: rgb(237 250 250 / 0.4); +} +.fill-teal-50\/50{ + fill: rgb(237 250 250 / 0.5); +} +.fill-teal-50\/60{ + fill: rgb(237 250 250 / 0.6); +} +.fill-teal-50\/70{ + fill: rgb(237 250 250 / 0.7); +} +.fill-teal-50\/75{ + fill: rgb(237 250 250 / 0.75); +} +.fill-teal-50\/80{ + fill: rgb(237 250 250 / 0.8); +} +.fill-teal-50\/90{ + fill: rgb(237 250 250 / 0.9); +} +.fill-teal-50\/95{ + fill: rgb(237 250 250 / 0.95); +} +.fill-teal-50\/100{ + fill: rgb(237 250 250 / 1); +} +.fill-teal-100\/0{ + fill: rgb(213 245 246 / 0); +} +.fill-teal-100\/5{ + fill: rgb(213 245 246 / 0.05); +} +.fill-teal-100\/10{ + fill: rgb(213 245 246 / 0.1); +} +.fill-teal-100\/20{ + fill: rgb(213 245 246 / 0.2); +} +.fill-teal-100\/25{ + fill: rgb(213 245 246 / 0.25); +} +.fill-teal-100\/30{ + fill: rgb(213 245 246 / 0.3); +} +.fill-teal-100\/40{ + fill: rgb(213 245 246 / 0.4); +} +.fill-teal-100\/50{ + fill: rgb(213 245 246 / 0.5); +} +.fill-teal-100\/60{ + fill: rgb(213 245 246 / 0.6); +} +.fill-teal-100\/70{ + fill: rgb(213 245 246 / 0.7); +} +.fill-teal-100\/75{ + fill: rgb(213 245 246 / 0.75); +} +.fill-teal-100\/80{ + fill: rgb(213 245 246 / 0.8); +} +.fill-teal-100\/90{ + fill: rgb(213 245 246 / 0.9); +} +.fill-teal-100\/95{ + fill: rgb(213 245 246 / 0.95); +} +.fill-teal-100\/100{ + fill: rgb(213 245 246 / 1); +} +.fill-teal-200\/0{ + fill: rgb(175 236 239 / 0); +} +.fill-teal-200\/5{ + fill: rgb(175 236 239 / 0.05); +} +.fill-teal-200\/10{ + fill: rgb(175 236 239 / 0.1); +} +.fill-teal-200\/20{ + fill: rgb(175 236 239 / 0.2); +} +.fill-teal-200\/25{ + fill: rgb(175 236 239 / 0.25); +} +.fill-teal-200\/30{ + fill: rgb(175 236 239 / 0.3); +} +.fill-teal-200\/40{ + fill: rgb(175 236 239 / 0.4); +} +.fill-teal-200\/50{ + fill: rgb(175 236 239 / 0.5); +} +.fill-teal-200\/60{ + fill: rgb(175 236 239 / 0.6); +} +.fill-teal-200\/70{ + fill: rgb(175 236 239 / 0.7); +} +.fill-teal-200\/75{ + fill: rgb(175 236 239 / 0.75); +} +.fill-teal-200\/80{ + fill: rgb(175 236 239 / 0.8); +} +.fill-teal-200\/90{ + fill: rgb(175 236 239 / 0.9); +} +.fill-teal-200\/95{ + fill: rgb(175 236 239 / 0.95); +} +.fill-teal-200\/100{ + fill: rgb(175 236 239 / 1); +} +.fill-teal-300\/0{ + fill: rgb(126 220 226 / 0); +} +.fill-teal-300\/5{ + fill: rgb(126 220 226 / 0.05); +} +.fill-teal-300\/10{ + fill: rgb(126 220 226 / 0.1); +} +.fill-teal-300\/20{ + fill: rgb(126 220 226 / 0.2); +} +.fill-teal-300\/25{ + fill: rgb(126 220 226 / 0.25); +} +.fill-teal-300\/30{ + fill: rgb(126 220 226 / 0.3); +} +.fill-teal-300\/40{ + fill: rgb(126 220 226 / 0.4); +} +.fill-teal-300\/50{ + fill: rgb(126 220 226 / 0.5); +} +.fill-teal-300\/60{ + fill: rgb(126 220 226 / 0.6); +} +.fill-teal-300\/70{ + fill: rgb(126 220 226 / 0.7); +} +.fill-teal-300\/75{ + fill: rgb(126 220 226 / 0.75); +} +.fill-teal-300\/80{ + fill: rgb(126 220 226 / 0.8); +} +.fill-teal-300\/90{ + fill: rgb(126 220 226 / 0.9); +} +.fill-teal-300\/95{ + fill: rgb(126 220 226 / 0.95); +} +.fill-teal-300\/100{ + fill: rgb(126 220 226 / 1); +} +.fill-teal-400\/0{ + fill: rgb(22 189 202 / 0); +} +.fill-teal-400\/5{ + fill: rgb(22 189 202 / 0.05); +} +.fill-teal-400\/10{ + fill: rgb(22 189 202 / 0.1); +} +.fill-teal-400\/20{ + fill: rgb(22 189 202 / 0.2); +} +.fill-teal-400\/25{ + fill: rgb(22 189 202 / 0.25); +} +.fill-teal-400\/30{ + fill: rgb(22 189 202 / 0.3); +} +.fill-teal-400\/40{ + fill: rgb(22 189 202 / 0.4); +} +.fill-teal-400\/50{ + fill: rgb(22 189 202 / 0.5); +} +.fill-teal-400\/60{ + fill: rgb(22 189 202 / 0.6); +} +.fill-teal-400\/70{ + fill: rgb(22 189 202 / 0.7); +} +.fill-teal-400\/75{ + fill: rgb(22 189 202 / 0.75); +} +.fill-teal-400\/80{ + fill: rgb(22 189 202 / 0.8); +} +.fill-teal-400\/90{ + fill: rgb(22 189 202 / 0.9); +} +.fill-teal-400\/95{ + fill: rgb(22 189 202 / 0.95); +} +.fill-teal-400\/100{ + fill: rgb(22 189 202 / 1); +} +.fill-teal-500\/0{ + fill: rgb(6 148 162 / 0); +} +.fill-teal-500\/5{ + fill: rgb(6 148 162 / 0.05); +} +.fill-teal-500\/10{ + fill: rgb(6 148 162 / 0.1); +} +.fill-teal-500\/20{ + fill: rgb(6 148 162 / 0.2); +} +.fill-teal-500\/25{ + fill: rgb(6 148 162 / 0.25); +} +.fill-teal-500\/30{ + fill: rgb(6 148 162 / 0.3); +} +.fill-teal-500\/40{ + fill: rgb(6 148 162 / 0.4); +} +.fill-teal-500\/50{ + fill: rgb(6 148 162 / 0.5); +} +.fill-teal-500\/60{ + fill: rgb(6 148 162 / 0.6); +} +.fill-teal-500\/70{ + fill: rgb(6 148 162 / 0.7); +} +.fill-teal-500\/75{ + fill: rgb(6 148 162 / 0.75); +} +.fill-teal-500\/80{ + fill: rgb(6 148 162 / 0.8); +} +.fill-teal-500\/90{ + fill: rgb(6 148 162 / 0.9); +} +.fill-teal-500\/95{ + fill: rgb(6 148 162 / 0.95); +} +.fill-teal-500\/100{ + fill: rgb(6 148 162 / 1); +} +.fill-teal-600\/0{ + fill: rgb(4 116 129 / 0); +} +.fill-teal-600\/5{ + fill: rgb(4 116 129 / 0.05); +} +.fill-teal-600\/10{ + fill: rgb(4 116 129 / 0.1); +} +.fill-teal-600\/20{ + fill: rgb(4 116 129 / 0.2); +} +.fill-teal-600\/25{ + fill: rgb(4 116 129 / 0.25); +} +.fill-teal-600\/30{ + fill: rgb(4 116 129 / 0.3); +} +.fill-teal-600\/40{ + fill: rgb(4 116 129 / 0.4); +} +.fill-teal-600\/50{ + fill: rgb(4 116 129 / 0.5); +} +.fill-teal-600\/60{ + fill: rgb(4 116 129 / 0.6); +} +.fill-teal-600\/70{ + fill: rgb(4 116 129 / 0.7); +} +.fill-teal-600\/75{ + fill: rgb(4 116 129 / 0.75); +} +.fill-teal-600\/80{ + fill: rgb(4 116 129 / 0.8); +} +.fill-teal-600\/90{ + fill: rgb(4 116 129 / 0.9); +} +.fill-teal-600\/95{ + fill: rgb(4 116 129 / 0.95); +} +.fill-teal-600\/100{ + fill: rgb(4 116 129 / 1); +} +.fill-teal-700\/0{ + fill: rgb(3 102 114 / 0); +} +.fill-teal-700\/5{ + fill: rgb(3 102 114 / 0.05); +} +.fill-teal-700\/10{ + fill: rgb(3 102 114 / 0.1); +} +.fill-teal-700\/20{ + fill: rgb(3 102 114 / 0.2); +} +.fill-teal-700\/25{ + fill: rgb(3 102 114 / 0.25); +} +.fill-teal-700\/30{ + fill: rgb(3 102 114 / 0.3); +} +.fill-teal-700\/40{ + fill: rgb(3 102 114 / 0.4); +} +.fill-teal-700\/50{ + fill: rgb(3 102 114 / 0.5); +} +.fill-teal-700\/60{ + fill: rgb(3 102 114 / 0.6); +} +.fill-teal-700\/70{ + fill: rgb(3 102 114 / 0.7); +} +.fill-teal-700\/75{ + fill: rgb(3 102 114 / 0.75); +} +.fill-teal-700\/80{ + fill: rgb(3 102 114 / 0.8); +} +.fill-teal-700\/90{ + fill: rgb(3 102 114 / 0.9); +} +.fill-teal-700\/95{ + fill: rgb(3 102 114 / 0.95); +} +.fill-teal-700\/100{ + fill: rgb(3 102 114 / 1); +} +.fill-teal-800\/0{ + fill: rgb(5 80 92 / 0); +} +.fill-teal-800\/5{ + fill: rgb(5 80 92 / 0.05); +} +.fill-teal-800\/10{ + fill: rgb(5 80 92 / 0.1); +} +.fill-teal-800\/20{ + fill: rgb(5 80 92 / 0.2); +} +.fill-teal-800\/25{ + fill: rgb(5 80 92 / 0.25); +} +.fill-teal-800\/30{ + fill: rgb(5 80 92 / 0.3); +} +.fill-teal-800\/40{ + fill: rgb(5 80 92 / 0.4); +} +.fill-teal-800\/50{ + fill: rgb(5 80 92 / 0.5); +} +.fill-teal-800\/60{ + fill: rgb(5 80 92 / 0.6); +} +.fill-teal-800\/70{ + fill: rgb(5 80 92 / 0.7); +} +.fill-teal-800\/75{ + fill: rgb(5 80 92 / 0.75); +} +.fill-teal-800\/80{ + fill: rgb(5 80 92 / 0.8); +} +.fill-teal-800\/90{ + fill: rgb(5 80 92 / 0.9); +} +.fill-teal-800\/95{ + fill: rgb(5 80 92 / 0.95); +} +.fill-teal-800\/100{ + fill: rgb(5 80 92 / 1); +} +.fill-teal-900\/0{ + fill: rgb(1 68 81 / 0); +} +.fill-teal-900\/5{ + fill: rgb(1 68 81 / 0.05); +} +.fill-teal-900\/10{ + fill: rgb(1 68 81 / 0.1); +} +.fill-teal-900\/20{ + fill: rgb(1 68 81 / 0.2); +} +.fill-teal-900\/25{ + fill: rgb(1 68 81 / 0.25); +} +.fill-teal-900\/30{ + fill: rgb(1 68 81 / 0.3); +} +.fill-teal-900\/40{ + fill: rgb(1 68 81 / 0.4); +} +.fill-teal-900\/50{ + fill: rgb(1 68 81 / 0.5); +} +.fill-teal-900\/60{ + fill: rgb(1 68 81 / 0.6); +} +.fill-teal-900\/70{ + fill: rgb(1 68 81 / 0.7); +} +.fill-teal-900\/75{ + fill: rgb(1 68 81 / 0.75); +} +.fill-teal-900\/80{ + fill: rgb(1 68 81 / 0.8); +} +.fill-teal-900\/90{ + fill: rgb(1 68 81 / 0.9); +} +.fill-teal-900\/95{ + fill: rgb(1 68 81 / 0.95); +} +.fill-teal-900\/100{ + fill: rgb(1 68 81 / 1); +} +.fill-cyan-50\/0{ + fill: rgb(236 254 255 / 0); +} +.fill-cyan-50\/5{ + fill: rgb(236 254 255 / 0.05); +} +.fill-cyan-50\/10{ + fill: rgb(236 254 255 / 0.1); +} +.fill-cyan-50\/20{ + fill: rgb(236 254 255 / 0.2); +} +.fill-cyan-50\/25{ + fill: rgb(236 254 255 / 0.25); +} +.fill-cyan-50\/30{ + fill: rgb(236 254 255 / 0.3); +} +.fill-cyan-50\/40{ + fill: rgb(236 254 255 / 0.4); +} +.fill-cyan-50\/50{ + fill: rgb(236 254 255 / 0.5); +} +.fill-cyan-50\/60{ + fill: rgb(236 254 255 / 0.6); +} +.fill-cyan-50\/70{ + fill: rgb(236 254 255 / 0.7); +} +.fill-cyan-50\/75{ + fill: rgb(236 254 255 / 0.75); +} +.fill-cyan-50\/80{ + fill: rgb(236 254 255 / 0.8); +} +.fill-cyan-50\/90{ + fill: rgb(236 254 255 / 0.9); +} +.fill-cyan-50\/95{ + fill: rgb(236 254 255 / 0.95); +} +.fill-cyan-50\/100{ + fill: rgb(236 254 255 / 1); +} +.fill-cyan-100\/0{ + fill: rgb(207 250 254 / 0); +} +.fill-cyan-100\/5{ + fill: rgb(207 250 254 / 0.05); +} +.fill-cyan-100\/10{ + fill: rgb(207 250 254 / 0.1); +} +.fill-cyan-100\/20{ + fill: rgb(207 250 254 / 0.2); +} +.fill-cyan-100\/25{ + fill: rgb(207 250 254 / 0.25); +} +.fill-cyan-100\/30{ + fill: rgb(207 250 254 / 0.3); +} +.fill-cyan-100\/40{ + fill: rgb(207 250 254 / 0.4); +} +.fill-cyan-100\/50{ + fill: rgb(207 250 254 / 0.5); +} +.fill-cyan-100\/60{ + fill: rgb(207 250 254 / 0.6); +} +.fill-cyan-100\/70{ + fill: rgb(207 250 254 / 0.7); +} +.fill-cyan-100\/75{ + fill: rgb(207 250 254 / 0.75); +} +.fill-cyan-100\/80{ + fill: rgb(207 250 254 / 0.8); +} +.fill-cyan-100\/90{ + fill: rgb(207 250 254 / 0.9); +} +.fill-cyan-100\/95{ + fill: rgb(207 250 254 / 0.95); +} +.fill-cyan-100\/100{ + fill: rgb(207 250 254 / 1); +} +.fill-cyan-200\/0{ + fill: rgb(165 243 252 / 0); +} +.fill-cyan-200\/5{ + fill: rgb(165 243 252 / 0.05); +} +.fill-cyan-200\/10{ + fill: rgb(165 243 252 / 0.1); +} +.fill-cyan-200\/20{ + fill: rgb(165 243 252 / 0.2); +} +.fill-cyan-200\/25{ + fill: rgb(165 243 252 / 0.25); +} +.fill-cyan-200\/30{ + fill: rgb(165 243 252 / 0.3); +} +.fill-cyan-200\/40{ + fill: rgb(165 243 252 / 0.4); +} +.fill-cyan-200\/50{ + fill: rgb(165 243 252 / 0.5); +} +.fill-cyan-200\/60{ + fill: rgb(165 243 252 / 0.6); +} +.fill-cyan-200\/70{ + fill: rgb(165 243 252 / 0.7); +} +.fill-cyan-200\/75{ + fill: rgb(165 243 252 / 0.75); +} +.fill-cyan-200\/80{ + fill: rgb(165 243 252 / 0.8); +} +.fill-cyan-200\/90{ + fill: rgb(165 243 252 / 0.9); +} +.fill-cyan-200\/95{ + fill: rgb(165 243 252 / 0.95); +} +.fill-cyan-200\/100{ + fill: rgb(165 243 252 / 1); +} +.fill-cyan-300\/0{ + fill: rgb(103 232 249 / 0); +} +.fill-cyan-300\/5{ + fill: rgb(103 232 249 / 0.05); +} +.fill-cyan-300\/10{ + fill: rgb(103 232 249 / 0.1); +} +.fill-cyan-300\/20{ + fill: rgb(103 232 249 / 0.2); +} +.fill-cyan-300\/25{ + fill: rgb(103 232 249 / 0.25); +} +.fill-cyan-300\/30{ + fill: rgb(103 232 249 / 0.3); +} +.fill-cyan-300\/40{ + fill: rgb(103 232 249 / 0.4); +} +.fill-cyan-300\/50{ + fill: rgb(103 232 249 / 0.5); +} +.fill-cyan-300\/60{ + fill: rgb(103 232 249 / 0.6); +} +.fill-cyan-300\/70{ + fill: rgb(103 232 249 / 0.7); +} +.fill-cyan-300\/75{ + fill: rgb(103 232 249 / 0.75); +} +.fill-cyan-300\/80{ + fill: rgb(103 232 249 / 0.8); +} +.fill-cyan-300\/90{ + fill: rgb(103 232 249 / 0.9); +} +.fill-cyan-300\/95{ + fill: rgb(103 232 249 / 0.95); +} +.fill-cyan-300\/100{ + fill: rgb(103 232 249 / 1); +} +.fill-cyan-400\/0{ + fill: rgb(34 211 238 / 0); +} +.fill-cyan-400\/5{ + fill: rgb(34 211 238 / 0.05); +} +.fill-cyan-400\/10{ + fill: rgb(34 211 238 / 0.1); +} +.fill-cyan-400\/20{ + fill: rgb(34 211 238 / 0.2); +} +.fill-cyan-400\/25{ + fill: rgb(34 211 238 / 0.25); +} +.fill-cyan-400\/30{ + fill: rgb(34 211 238 / 0.3); +} +.fill-cyan-400\/40{ + fill: rgb(34 211 238 / 0.4); +} +.fill-cyan-400\/50{ + fill: rgb(34 211 238 / 0.5); +} +.fill-cyan-400\/60{ + fill: rgb(34 211 238 / 0.6); +} +.fill-cyan-400\/70{ + fill: rgb(34 211 238 / 0.7); +} +.fill-cyan-400\/75{ + fill: rgb(34 211 238 / 0.75); +} +.fill-cyan-400\/80{ + fill: rgb(34 211 238 / 0.8); +} +.fill-cyan-400\/90{ + fill: rgb(34 211 238 / 0.9); +} +.fill-cyan-400\/95{ + fill: rgb(34 211 238 / 0.95); +} +.fill-cyan-400\/100{ + fill: rgb(34 211 238 / 1); +} +.fill-cyan-500\/0{ + fill: rgb(6 182 212 / 0); +} +.fill-cyan-500\/5{ + fill: rgb(6 182 212 / 0.05); +} +.fill-cyan-500\/10{ + fill: rgb(6 182 212 / 0.1); +} +.fill-cyan-500\/20{ + fill: rgb(6 182 212 / 0.2); +} +.fill-cyan-500\/25{ + fill: rgb(6 182 212 / 0.25); +} +.fill-cyan-500\/30{ + fill: rgb(6 182 212 / 0.3); +} +.fill-cyan-500\/40{ + fill: rgb(6 182 212 / 0.4); +} +.fill-cyan-500\/50{ + fill: rgb(6 182 212 / 0.5); +} +.fill-cyan-500\/60{ + fill: rgb(6 182 212 / 0.6); +} +.fill-cyan-500\/70{ + fill: rgb(6 182 212 / 0.7); +} +.fill-cyan-500\/75{ + fill: rgb(6 182 212 / 0.75); +} +.fill-cyan-500\/80{ + fill: rgb(6 182 212 / 0.8); +} +.fill-cyan-500\/90{ + fill: rgb(6 182 212 / 0.9); +} +.fill-cyan-500\/95{ + fill: rgb(6 182 212 / 0.95); +} +.fill-cyan-500\/100{ + fill: rgb(6 182 212 / 1); +} +.fill-cyan-600\/0{ + fill: rgb(8 145 178 / 0); +} +.fill-cyan-600\/5{ + fill: rgb(8 145 178 / 0.05); +} +.fill-cyan-600\/10{ + fill: rgb(8 145 178 / 0.1); +} +.fill-cyan-600\/20{ + fill: rgb(8 145 178 / 0.2); +} +.fill-cyan-600\/25{ + fill: rgb(8 145 178 / 0.25); +} +.fill-cyan-600\/30{ + fill: rgb(8 145 178 / 0.3); +} +.fill-cyan-600\/40{ + fill: rgb(8 145 178 / 0.4); +} +.fill-cyan-600\/50{ + fill: rgb(8 145 178 / 0.5); +} +.fill-cyan-600\/60{ + fill: rgb(8 145 178 / 0.6); +} +.fill-cyan-600\/70{ + fill: rgb(8 145 178 / 0.7); +} +.fill-cyan-600\/75{ + fill: rgb(8 145 178 / 0.75); +} +.fill-cyan-600\/80{ + fill: rgb(8 145 178 / 0.8); +} +.fill-cyan-600\/90{ + fill: rgb(8 145 178 / 0.9); +} +.fill-cyan-600\/95{ + fill: rgb(8 145 178 / 0.95); +} +.fill-cyan-600\/100{ + fill: rgb(8 145 178 / 1); +} +.fill-cyan-700\/0{ + fill: rgb(14 116 144 / 0); +} +.fill-cyan-700\/5{ + fill: rgb(14 116 144 / 0.05); +} +.fill-cyan-700\/10{ + fill: rgb(14 116 144 / 0.1); +} +.fill-cyan-700\/20{ + fill: rgb(14 116 144 / 0.2); +} +.fill-cyan-700\/25{ + fill: rgb(14 116 144 / 0.25); +} +.fill-cyan-700\/30{ + fill: rgb(14 116 144 / 0.3); +} +.fill-cyan-700\/40{ + fill: rgb(14 116 144 / 0.4); +} +.fill-cyan-700\/50{ + fill: rgb(14 116 144 / 0.5); +} +.fill-cyan-700\/60{ + fill: rgb(14 116 144 / 0.6); +} +.fill-cyan-700\/70{ + fill: rgb(14 116 144 / 0.7); +} +.fill-cyan-700\/75{ + fill: rgb(14 116 144 / 0.75); +} +.fill-cyan-700\/80{ + fill: rgb(14 116 144 / 0.8); +} +.fill-cyan-700\/90{ + fill: rgb(14 116 144 / 0.9); +} +.fill-cyan-700\/95{ + fill: rgb(14 116 144 / 0.95); +} +.fill-cyan-700\/100{ + fill: rgb(14 116 144 / 1); +} +.fill-cyan-800\/0{ + fill: rgb(21 94 117 / 0); +} +.fill-cyan-800\/5{ + fill: rgb(21 94 117 / 0.05); +} +.fill-cyan-800\/10{ + fill: rgb(21 94 117 / 0.1); +} +.fill-cyan-800\/20{ + fill: rgb(21 94 117 / 0.2); +} +.fill-cyan-800\/25{ + fill: rgb(21 94 117 / 0.25); +} +.fill-cyan-800\/30{ + fill: rgb(21 94 117 / 0.3); +} +.fill-cyan-800\/40{ + fill: rgb(21 94 117 / 0.4); +} +.fill-cyan-800\/50{ + fill: rgb(21 94 117 / 0.5); +} +.fill-cyan-800\/60{ + fill: rgb(21 94 117 / 0.6); +} +.fill-cyan-800\/70{ + fill: rgb(21 94 117 / 0.7); +} +.fill-cyan-800\/75{ + fill: rgb(21 94 117 / 0.75); +} +.fill-cyan-800\/80{ + fill: rgb(21 94 117 / 0.8); +} +.fill-cyan-800\/90{ + fill: rgb(21 94 117 / 0.9); +} +.fill-cyan-800\/95{ + fill: rgb(21 94 117 / 0.95); +} +.fill-cyan-800\/100{ + fill: rgb(21 94 117 / 1); +} +.fill-cyan-900\/0{ + fill: rgb(22 78 99 / 0); +} +.fill-cyan-900\/5{ + fill: rgb(22 78 99 / 0.05); +} +.fill-cyan-900\/10{ + fill: rgb(22 78 99 / 0.1); +} +.fill-cyan-900\/20{ + fill: rgb(22 78 99 / 0.2); +} +.fill-cyan-900\/25{ + fill: rgb(22 78 99 / 0.25); +} +.fill-cyan-900\/30{ + fill: rgb(22 78 99 / 0.3); +} +.fill-cyan-900\/40{ + fill: rgb(22 78 99 / 0.4); +} +.fill-cyan-900\/50{ + fill: rgb(22 78 99 / 0.5); +} +.fill-cyan-900\/60{ + fill: rgb(22 78 99 / 0.6); +} +.fill-cyan-900\/70{ + fill: rgb(22 78 99 / 0.7); +} +.fill-cyan-900\/75{ + fill: rgb(22 78 99 / 0.75); +} +.fill-cyan-900\/80{ + fill: rgb(22 78 99 / 0.8); +} +.fill-cyan-900\/90{ + fill: rgb(22 78 99 / 0.9); +} +.fill-cyan-900\/95{ + fill: rgb(22 78 99 / 0.95); +} +.fill-cyan-900\/100{ + fill: rgb(22 78 99 / 1); +} +.fill-sky-50\/0{ + fill: rgb(240 249 255 / 0); +} +.fill-sky-50\/5{ + fill: rgb(240 249 255 / 0.05); +} +.fill-sky-50\/10{ + fill: rgb(240 249 255 / 0.1); +} +.fill-sky-50\/20{ + fill: rgb(240 249 255 / 0.2); +} +.fill-sky-50\/25{ + fill: rgb(240 249 255 / 0.25); +} +.fill-sky-50\/30{ + fill: rgb(240 249 255 / 0.3); +} +.fill-sky-50\/40{ + fill: rgb(240 249 255 / 0.4); +} +.fill-sky-50\/50{ + fill: rgb(240 249 255 / 0.5); +} +.fill-sky-50\/60{ + fill: rgb(240 249 255 / 0.6); +} +.fill-sky-50\/70{ + fill: rgb(240 249 255 / 0.7); +} +.fill-sky-50\/75{ + fill: rgb(240 249 255 / 0.75); +} +.fill-sky-50\/80{ + fill: rgb(240 249 255 / 0.8); +} +.fill-sky-50\/90{ + fill: rgb(240 249 255 / 0.9); +} +.fill-sky-50\/95{ + fill: rgb(240 249 255 / 0.95); +} +.fill-sky-50\/100{ + fill: rgb(240 249 255 / 1); +} +.fill-sky-100\/0{ + fill: rgb(224 242 254 / 0); +} +.fill-sky-100\/5{ + fill: rgb(224 242 254 / 0.05); +} +.fill-sky-100\/10{ + fill: rgb(224 242 254 / 0.1); +} +.fill-sky-100\/20{ + fill: rgb(224 242 254 / 0.2); +} +.fill-sky-100\/25{ + fill: rgb(224 242 254 / 0.25); +} +.fill-sky-100\/30{ + fill: rgb(224 242 254 / 0.3); +} +.fill-sky-100\/40{ + fill: rgb(224 242 254 / 0.4); +} +.fill-sky-100\/50{ + fill: rgb(224 242 254 / 0.5); +} +.fill-sky-100\/60{ + fill: rgb(224 242 254 / 0.6); +} +.fill-sky-100\/70{ + fill: rgb(224 242 254 / 0.7); +} +.fill-sky-100\/75{ + fill: rgb(224 242 254 / 0.75); +} +.fill-sky-100\/80{ + fill: rgb(224 242 254 / 0.8); +} +.fill-sky-100\/90{ + fill: rgb(224 242 254 / 0.9); +} +.fill-sky-100\/95{ + fill: rgb(224 242 254 / 0.95); +} +.fill-sky-100\/100{ + fill: rgb(224 242 254 / 1); +} +.fill-sky-200\/0{ + fill: rgb(186 230 253 / 0); +} +.fill-sky-200\/5{ + fill: rgb(186 230 253 / 0.05); +} +.fill-sky-200\/10{ + fill: rgb(186 230 253 / 0.1); +} +.fill-sky-200\/20{ + fill: rgb(186 230 253 / 0.2); +} +.fill-sky-200\/25{ + fill: rgb(186 230 253 / 0.25); +} +.fill-sky-200\/30{ + fill: rgb(186 230 253 / 0.3); +} +.fill-sky-200\/40{ + fill: rgb(186 230 253 / 0.4); +} +.fill-sky-200\/50{ + fill: rgb(186 230 253 / 0.5); +} +.fill-sky-200\/60{ + fill: rgb(186 230 253 / 0.6); +} +.fill-sky-200\/70{ + fill: rgb(186 230 253 / 0.7); +} +.fill-sky-200\/75{ + fill: rgb(186 230 253 / 0.75); +} +.fill-sky-200\/80{ + fill: rgb(186 230 253 / 0.8); +} +.fill-sky-200\/90{ + fill: rgb(186 230 253 / 0.9); +} +.fill-sky-200\/95{ + fill: rgb(186 230 253 / 0.95); +} +.fill-sky-200\/100{ + fill: rgb(186 230 253 / 1); +} +.fill-sky-300\/0{ + fill: rgb(125 211 252 / 0); +} +.fill-sky-300\/5{ + fill: rgb(125 211 252 / 0.05); +} +.fill-sky-300\/10{ + fill: rgb(125 211 252 / 0.1); +} +.fill-sky-300\/20{ + fill: rgb(125 211 252 / 0.2); +} +.fill-sky-300\/25{ + fill: rgb(125 211 252 / 0.25); +} +.fill-sky-300\/30{ + fill: rgb(125 211 252 / 0.3); +} +.fill-sky-300\/40{ + fill: rgb(125 211 252 / 0.4); +} +.fill-sky-300\/50{ + fill: rgb(125 211 252 / 0.5); +} +.fill-sky-300\/60{ + fill: rgb(125 211 252 / 0.6); +} +.fill-sky-300\/70{ + fill: rgb(125 211 252 / 0.7); +} +.fill-sky-300\/75{ + fill: rgb(125 211 252 / 0.75); +} +.fill-sky-300\/80{ + fill: rgb(125 211 252 / 0.8); +} +.fill-sky-300\/90{ + fill: rgb(125 211 252 / 0.9); +} +.fill-sky-300\/95{ + fill: rgb(125 211 252 / 0.95); +} +.fill-sky-300\/100{ + fill: rgb(125 211 252 / 1); +} +.fill-sky-400\/0{ + fill: rgb(56 189 248 / 0); +} +.fill-sky-400\/5{ + fill: rgb(56 189 248 / 0.05); +} +.fill-sky-400\/10{ + fill: rgb(56 189 248 / 0.1); +} +.fill-sky-400\/20{ + fill: rgb(56 189 248 / 0.2); +} +.fill-sky-400\/25{ + fill: rgb(56 189 248 / 0.25); +} +.fill-sky-400\/30{ + fill: rgb(56 189 248 / 0.3); +} +.fill-sky-400\/40{ + fill: rgb(56 189 248 / 0.4); +} +.fill-sky-400\/50{ + fill: rgb(56 189 248 / 0.5); +} +.fill-sky-400\/60{ + fill: rgb(56 189 248 / 0.6); +} +.fill-sky-400\/70{ + fill: rgb(56 189 248 / 0.7); +} +.fill-sky-400\/75{ + fill: rgb(56 189 248 / 0.75); +} +.fill-sky-400\/80{ + fill: rgb(56 189 248 / 0.8); +} +.fill-sky-400\/90{ + fill: rgb(56 189 248 / 0.9); +} +.fill-sky-400\/95{ + fill: rgb(56 189 248 / 0.95); +} +.fill-sky-400\/100{ + fill: rgb(56 189 248 / 1); +} +.fill-sky-500\/0{ + fill: rgb(14 165 233 / 0); +} +.fill-sky-500\/5{ + fill: rgb(14 165 233 / 0.05); +} +.fill-sky-500\/10{ + fill: rgb(14 165 233 / 0.1); +} +.fill-sky-500\/20{ + fill: rgb(14 165 233 / 0.2); +} +.fill-sky-500\/25{ + fill: rgb(14 165 233 / 0.25); +} +.fill-sky-500\/30{ + fill: rgb(14 165 233 / 0.3); +} +.fill-sky-500\/40{ + fill: rgb(14 165 233 / 0.4); +} +.fill-sky-500\/50{ + fill: rgb(14 165 233 / 0.5); +} +.fill-sky-500\/60{ + fill: rgb(14 165 233 / 0.6); +} +.fill-sky-500\/70{ + fill: rgb(14 165 233 / 0.7); +} +.fill-sky-500\/75{ + fill: rgb(14 165 233 / 0.75); +} +.fill-sky-500\/80{ + fill: rgb(14 165 233 / 0.8); +} +.fill-sky-500\/90{ + fill: rgb(14 165 233 / 0.9); +} +.fill-sky-500\/95{ + fill: rgb(14 165 233 / 0.95); +} +.fill-sky-500\/100{ + fill: rgb(14 165 233 / 1); +} +.fill-sky-600\/0{ + fill: rgb(2 132 199 / 0); +} +.fill-sky-600\/5{ + fill: rgb(2 132 199 / 0.05); +} +.fill-sky-600\/10{ + fill: rgb(2 132 199 / 0.1); +} +.fill-sky-600\/20{ + fill: rgb(2 132 199 / 0.2); +} +.fill-sky-600\/25{ + fill: rgb(2 132 199 / 0.25); +} +.fill-sky-600\/30{ + fill: rgb(2 132 199 / 0.3); +} +.fill-sky-600\/40{ + fill: rgb(2 132 199 / 0.4); +} +.fill-sky-600\/50{ + fill: rgb(2 132 199 / 0.5); +} +.fill-sky-600\/60{ + fill: rgb(2 132 199 / 0.6); +} +.fill-sky-600\/70{ + fill: rgb(2 132 199 / 0.7); +} +.fill-sky-600\/75{ + fill: rgb(2 132 199 / 0.75); +} +.fill-sky-600\/80{ + fill: rgb(2 132 199 / 0.8); +} +.fill-sky-600\/90{ + fill: rgb(2 132 199 / 0.9); +} +.fill-sky-600\/95{ + fill: rgb(2 132 199 / 0.95); +} +.fill-sky-600\/100{ + fill: rgb(2 132 199 / 1); +} +.fill-sky-700\/0{ + fill: rgb(3 105 161 / 0); +} +.fill-sky-700\/5{ + fill: rgb(3 105 161 / 0.05); +} +.fill-sky-700\/10{ + fill: rgb(3 105 161 / 0.1); +} +.fill-sky-700\/20{ + fill: rgb(3 105 161 / 0.2); +} +.fill-sky-700\/25{ + fill: rgb(3 105 161 / 0.25); +} +.fill-sky-700\/30{ + fill: rgb(3 105 161 / 0.3); +} +.fill-sky-700\/40{ + fill: rgb(3 105 161 / 0.4); +} +.fill-sky-700\/50{ + fill: rgb(3 105 161 / 0.5); +} +.fill-sky-700\/60{ + fill: rgb(3 105 161 / 0.6); +} +.fill-sky-700\/70{ + fill: rgb(3 105 161 / 0.7); +} +.fill-sky-700\/75{ + fill: rgb(3 105 161 / 0.75); +} +.fill-sky-700\/80{ + fill: rgb(3 105 161 / 0.8); +} +.fill-sky-700\/90{ + fill: rgb(3 105 161 / 0.9); +} +.fill-sky-700\/95{ + fill: rgb(3 105 161 / 0.95); +} +.fill-sky-700\/100{ + fill: rgb(3 105 161 / 1); +} +.fill-sky-800\/0{ + fill: rgb(7 89 133 / 0); +} +.fill-sky-800\/5{ + fill: rgb(7 89 133 / 0.05); +} +.fill-sky-800\/10{ + fill: rgb(7 89 133 / 0.1); +} +.fill-sky-800\/20{ + fill: rgb(7 89 133 / 0.2); +} +.fill-sky-800\/25{ + fill: rgb(7 89 133 / 0.25); +} +.fill-sky-800\/30{ + fill: rgb(7 89 133 / 0.3); +} +.fill-sky-800\/40{ + fill: rgb(7 89 133 / 0.4); +} +.fill-sky-800\/50{ + fill: rgb(7 89 133 / 0.5); +} +.fill-sky-800\/60{ + fill: rgb(7 89 133 / 0.6); +} +.fill-sky-800\/70{ + fill: rgb(7 89 133 / 0.7); +} +.fill-sky-800\/75{ + fill: rgb(7 89 133 / 0.75); +} +.fill-sky-800\/80{ + fill: rgb(7 89 133 / 0.8); +} +.fill-sky-800\/90{ + fill: rgb(7 89 133 / 0.9); +} +.fill-sky-800\/95{ + fill: rgb(7 89 133 / 0.95); +} +.fill-sky-800\/100{ + fill: rgb(7 89 133 / 1); +} +.fill-sky-900\/0{ + fill: rgb(12 74 110 / 0); +} +.fill-sky-900\/5{ + fill: rgb(12 74 110 / 0.05); +} +.fill-sky-900\/10{ + fill: rgb(12 74 110 / 0.1); +} +.fill-sky-900\/20{ + fill: rgb(12 74 110 / 0.2); +} +.fill-sky-900\/25{ + fill: rgb(12 74 110 / 0.25); +} +.fill-sky-900\/30{ + fill: rgb(12 74 110 / 0.3); +} +.fill-sky-900\/40{ + fill: rgb(12 74 110 / 0.4); +} +.fill-sky-900\/50{ + fill: rgb(12 74 110 / 0.5); +} +.fill-sky-900\/60{ + fill: rgb(12 74 110 / 0.6); +} +.fill-sky-900\/70{ + fill: rgb(12 74 110 / 0.7); +} +.fill-sky-900\/75{ + fill: rgb(12 74 110 / 0.75); +} +.fill-sky-900\/80{ + fill: rgb(12 74 110 / 0.8); +} +.fill-sky-900\/90{ + fill: rgb(12 74 110 / 0.9); +} +.fill-sky-900\/95{ + fill: rgb(12 74 110 / 0.95); +} +.fill-sky-900\/100{ + fill: rgb(12 74 110 / 1); +} +.fill-blue-50\/0{ + fill: rgb(242 248 251 / 0); +} +.fill-blue-50\/5{ + fill: rgb(242 248 251 / 0.05); +} +.fill-blue-50\/10{ + fill: rgb(242 248 251 / 0.1); +} +.fill-blue-50\/20{ + fill: rgb(242 248 251 / 0.2); +} +.fill-blue-50\/25{ + fill: rgb(242 248 251 / 0.25); +} +.fill-blue-50\/30{ + fill: rgb(242 248 251 / 0.3); +} +.fill-blue-50\/40{ + fill: rgb(242 248 251 / 0.4); +} +.fill-blue-50\/50{ + fill: rgb(242 248 251 / 0.5); +} +.fill-blue-50\/60{ + fill: rgb(242 248 251 / 0.6); +} +.fill-blue-50\/70{ + fill: rgb(242 248 251 / 0.7); +} +.fill-blue-50\/75{ + fill: rgb(242 248 251 / 0.75); +} +.fill-blue-50\/80{ + fill: rgb(242 248 251 / 0.8); +} +.fill-blue-50\/90{ + fill: rgb(242 248 251 / 0.9); +} +.fill-blue-50\/95{ + fill: rgb(242 248 251 / 0.95); +} +.fill-blue-50\/100{ + fill: rgb(242 248 251 / 1); +} +.fill-blue-100\/0{ + fill: rgb(230 241 246 / 0); +} +.fill-blue-100\/5{ + fill: rgb(230 241 246 / 0.05); +} +.fill-blue-100\/10{ + fill: rgb(230 241 246 / 0.1); +} +.fill-blue-100\/20{ + fill: rgb(230 241 246 / 0.2); +} +.fill-blue-100\/25{ + fill: rgb(230 241 246 / 0.25); +} +.fill-blue-100\/30{ + fill: rgb(230 241 246 / 0.3); +} +.fill-blue-100\/40{ + fill: rgb(230 241 246 / 0.4); +} +.fill-blue-100\/50{ + fill: rgb(230 241 246 / 0.5); +} +.fill-blue-100\/60{ + fill: rgb(230 241 246 / 0.6); +} +.fill-blue-100\/70{ + fill: rgb(230 241 246 / 0.7); +} +.fill-blue-100\/75{ + fill: rgb(230 241 246 / 0.75); +} +.fill-blue-100\/80{ + fill: rgb(230 241 246 / 0.8); +} +.fill-blue-100\/90{ + fill: rgb(230 241 246 / 0.9); +} +.fill-blue-100\/95{ + fill: rgb(230 241 246 / 0.95); +} +.fill-blue-100\/100{ + fill: rgb(230 241 246 / 1); +} +.fill-blue-200\/0{ + fill: rgb(191 219 233 / 0); +} +.fill-blue-200\/5{ + fill: rgb(191 219 233 / 0.05); +} +.fill-blue-200\/10{ + fill: rgb(191 219 233 / 0.1); +} +.fill-blue-200\/20{ + fill: rgb(191 219 233 / 0.2); +} +.fill-blue-200\/25{ + fill: rgb(191 219 233 / 0.25); +} +.fill-blue-200\/30{ + fill: rgb(191 219 233 / 0.3); +} +.fill-blue-200\/40{ + fill: rgb(191 219 233 / 0.4); +} +.fill-blue-200\/50{ + fill: rgb(191 219 233 / 0.5); +} +.fill-blue-200\/60{ + fill: rgb(191 219 233 / 0.6); +} +.fill-blue-200\/70{ + fill: rgb(191 219 233 / 0.7); +} +.fill-blue-200\/75{ + fill: rgb(191 219 233 / 0.75); +} +.fill-blue-200\/80{ + fill: rgb(191 219 233 / 0.8); +} +.fill-blue-200\/90{ + fill: rgb(191 219 233 / 0.9); +} +.fill-blue-200\/95{ + fill: rgb(191 219 233 / 0.95); +} +.fill-blue-200\/100{ + fill: rgb(191 219 233 / 1); +} +.fill-blue-300\/0{ + fill: rgb(153 197 219 / 0); +} +.fill-blue-300\/5{ + fill: rgb(153 197 219 / 0.05); +} +.fill-blue-300\/10{ + fill: rgb(153 197 219 / 0.1); +} +.fill-blue-300\/20{ + fill: rgb(153 197 219 / 0.2); +} +.fill-blue-300\/25{ + fill: rgb(153 197 219 / 0.25); +} +.fill-blue-300\/30{ + fill: rgb(153 197 219 / 0.3); +} +.fill-blue-300\/40{ + fill: rgb(153 197 219 / 0.4); +} +.fill-blue-300\/50{ + fill: rgb(153 197 219 / 0.5); +} +.fill-blue-300\/60{ + fill: rgb(153 197 219 / 0.6); +} +.fill-blue-300\/70{ + fill: rgb(153 197 219 / 0.7); +} +.fill-blue-300\/75{ + fill: rgb(153 197 219 / 0.75); +} +.fill-blue-300\/80{ + fill: rgb(153 197 219 / 0.8); +} +.fill-blue-300\/90{ + fill: rgb(153 197 219 / 0.9); +} +.fill-blue-300\/95{ + fill: rgb(153 197 219 / 0.95); +} +.fill-blue-300\/100{ + fill: rgb(153 197 219 / 1); +} +.fill-blue-400\/0{ + fill: rgb(77 154 193 / 0); +} +.fill-blue-400\/5{ + fill: rgb(77 154 193 / 0.05); +} +.fill-blue-400\/10{ + fill: rgb(77 154 193 / 0.1); +} +.fill-blue-400\/20{ + fill: rgb(77 154 193 / 0.2); +} +.fill-blue-400\/25{ + fill: rgb(77 154 193 / 0.25); +} +.fill-blue-400\/30{ + fill: rgb(77 154 193 / 0.3); +} +.fill-blue-400\/40{ + fill: rgb(77 154 193 / 0.4); +} +.fill-blue-400\/50{ + fill: rgb(77 154 193 / 0.5); +} +.fill-blue-400\/60{ + fill: rgb(77 154 193 / 0.6); +} +.fill-blue-400\/70{ + fill: rgb(77 154 193 / 0.7); +} +.fill-blue-400\/75{ + fill: rgb(77 154 193 / 0.75); +} +.fill-blue-400\/80{ + fill: rgb(77 154 193 / 0.8); +} +.fill-blue-400\/90{ + fill: rgb(77 154 193 / 0.9); +} +.fill-blue-400\/95{ + fill: rgb(77 154 193 / 0.95); +} +.fill-blue-400\/100{ + fill: rgb(77 154 193 / 1); +} +.fill-blue-500\/0{ + fill: rgb(0 110 166 / 0); +} +.fill-blue-500\/5{ + fill: rgb(0 110 166 / 0.05); +} +.fill-blue-500\/10{ + fill: rgb(0 110 166 / 0.1); +} +.fill-blue-500\/20{ + fill: rgb(0 110 166 / 0.2); +} +.fill-blue-500\/25{ + fill: rgb(0 110 166 / 0.25); +} +.fill-blue-500\/30{ + fill: rgb(0 110 166 / 0.3); +} +.fill-blue-500\/40{ + fill: rgb(0 110 166 / 0.4); +} +.fill-blue-500\/50{ + fill: rgb(0 110 166 / 0.5); +} +.fill-blue-500\/60{ + fill: rgb(0 110 166 / 0.6); +} +.fill-blue-500\/70{ + fill: rgb(0 110 166 / 0.7); +} +.fill-blue-500\/75{ + fill: rgb(0 110 166 / 0.75); +} +.fill-blue-500\/80{ + fill: rgb(0 110 166 / 0.8); +} +.fill-blue-500\/90{ + fill: rgb(0 110 166 / 0.9); +} +.fill-blue-500\/95{ + fill: rgb(0 110 166 / 0.95); +} +.fill-blue-500\/100{ + fill: rgb(0 110 166 / 1); +} +.fill-blue-600\/0{ + fill: rgb(0 99 149 / 0); +} +.fill-blue-600\/5{ + fill: rgb(0 99 149 / 0.05); +} +.fill-blue-600\/10{ + fill: rgb(0 99 149 / 0.1); +} +.fill-blue-600\/20{ + fill: rgb(0 99 149 / 0.2); +} +.fill-blue-600\/25{ + fill: rgb(0 99 149 / 0.25); +} +.fill-blue-600\/30{ + fill: rgb(0 99 149 / 0.3); +} +.fill-blue-600\/40{ + fill: rgb(0 99 149 / 0.4); +} +.fill-blue-600\/50{ + fill: rgb(0 99 149 / 0.5); +} +.fill-blue-600\/60{ + fill: rgb(0 99 149 / 0.6); +} +.fill-blue-600\/70{ + fill: rgb(0 99 149 / 0.7); +} +.fill-blue-600\/75{ + fill: rgb(0 99 149 / 0.75); +} +.fill-blue-600\/80{ + fill: rgb(0 99 149 / 0.8); +} +.fill-blue-600\/90{ + fill: rgb(0 99 149 / 0.9); +} +.fill-blue-600\/95{ + fill: rgb(0 99 149 / 0.95); +} +.fill-blue-600\/100{ + fill: rgb(0 99 149 / 1); +} +.fill-blue-700\/0{ + fill: rgb(0 83 125 / 0); +} +.fill-blue-700\/5{ + fill: rgb(0 83 125 / 0.05); +} +.fill-blue-700\/10{ + fill: rgb(0 83 125 / 0.1); +} +.fill-blue-700\/20{ + fill: rgb(0 83 125 / 0.2); +} +.fill-blue-700\/25{ + fill: rgb(0 83 125 / 0.25); +} +.fill-blue-700\/30{ + fill: rgb(0 83 125 / 0.3); +} +.fill-blue-700\/40{ + fill: rgb(0 83 125 / 0.4); +} +.fill-blue-700\/50{ + fill: rgb(0 83 125 / 0.5); +} +.fill-blue-700\/60{ + fill: rgb(0 83 125 / 0.6); +} +.fill-blue-700\/70{ + fill: rgb(0 83 125 / 0.7); +} +.fill-blue-700\/75{ + fill: rgb(0 83 125 / 0.75); +} +.fill-blue-700\/80{ + fill: rgb(0 83 125 / 0.8); +} +.fill-blue-700\/90{ + fill: rgb(0 83 125 / 0.9); +} +.fill-blue-700\/95{ + fill: rgb(0 83 125 / 0.95); +} +.fill-blue-700\/100{ + fill: rgb(0 83 125 / 1); +} +.fill-blue-800\/0{ + fill: rgb(0 66 100 / 0); +} +.fill-blue-800\/5{ + fill: rgb(0 66 100 / 0.05); +} +.fill-blue-800\/10{ + fill: rgb(0 66 100 / 0.1); +} +.fill-blue-800\/20{ + fill: rgb(0 66 100 / 0.2); +} +.fill-blue-800\/25{ + fill: rgb(0 66 100 / 0.25); +} +.fill-blue-800\/30{ + fill: rgb(0 66 100 / 0.3); +} +.fill-blue-800\/40{ + fill: rgb(0 66 100 / 0.4); +} +.fill-blue-800\/50{ + fill: rgb(0 66 100 / 0.5); +} +.fill-blue-800\/60{ + fill: rgb(0 66 100 / 0.6); +} +.fill-blue-800\/70{ + fill: rgb(0 66 100 / 0.7); +} +.fill-blue-800\/75{ + fill: rgb(0 66 100 / 0.75); +} +.fill-blue-800\/80{ + fill: rgb(0 66 100 / 0.8); +} +.fill-blue-800\/90{ + fill: rgb(0 66 100 / 0.9); +} +.fill-blue-800\/95{ + fill: rgb(0 66 100 / 0.95); +} +.fill-blue-800\/100{ + fill: rgb(0 66 100 / 1); +} +.fill-blue-900\/0{ + fill: rgb(0 54 81 / 0); +} +.fill-blue-900\/5{ + fill: rgb(0 54 81 / 0.05); +} +.fill-blue-900\/10{ + fill: rgb(0 54 81 / 0.1); +} +.fill-blue-900\/20{ + fill: rgb(0 54 81 / 0.2); +} +.fill-blue-900\/25{ + fill: rgb(0 54 81 / 0.25); +} +.fill-blue-900\/30{ + fill: rgb(0 54 81 / 0.3); +} +.fill-blue-900\/40{ + fill: rgb(0 54 81 / 0.4); +} +.fill-blue-900\/50{ + fill: rgb(0 54 81 / 0.5); +} +.fill-blue-900\/60{ + fill: rgb(0 54 81 / 0.6); +} +.fill-blue-900\/70{ + fill: rgb(0 54 81 / 0.7); +} +.fill-blue-900\/75{ + fill: rgb(0 54 81 / 0.75); +} +.fill-blue-900\/80{ + fill: rgb(0 54 81 / 0.8); +} +.fill-blue-900\/90{ + fill: rgb(0 54 81 / 0.9); +} +.fill-blue-900\/95{ + fill: rgb(0 54 81 / 0.95); +} +.fill-blue-900\/100{ + fill: rgb(0 54 81 / 1); +} +.fill-blue\/0{ + fill: rgb(0 110 166 / 0); +} +.fill-blue\/5{ + fill: rgb(0 110 166 / 0.05); +} +.fill-blue\/10{ + fill: rgb(0 110 166 / 0.1); +} +.fill-blue\/20{ + fill: rgb(0 110 166 / 0.2); +} +.fill-blue\/25{ + fill: rgb(0 110 166 / 0.25); +} +.fill-blue\/30{ + fill: rgb(0 110 166 / 0.3); +} +.fill-blue\/40{ + fill: rgb(0 110 166 / 0.4); +} +.fill-blue\/50{ + fill: rgb(0 110 166 / 0.5); +} +.fill-blue\/60{ + fill: rgb(0 110 166 / 0.6); +} +.fill-blue\/70{ + fill: rgb(0 110 166 / 0.7); +} +.fill-blue\/75{ + fill: rgb(0 110 166 / 0.75); +} +.fill-blue\/80{ + fill: rgb(0 110 166 / 0.8); +} +.fill-blue\/90{ + fill: rgb(0 110 166 / 0.9); +} +.fill-blue\/95{ + fill: rgb(0 110 166 / 0.95); +} +.fill-blue\/100{ + fill: rgb(0 110 166 / 1); +} +.fill-indigo-50\/0{ + fill: rgb(240 245 255 / 0); +} +.fill-indigo-50\/5{ + fill: rgb(240 245 255 / 0.05); +} +.fill-indigo-50\/10{ + fill: rgb(240 245 255 / 0.1); +} +.fill-indigo-50\/20{ + fill: rgb(240 245 255 / 0.2); +} +.fill-indigo-50\/25{ + fill: rgb(240 245 255 / 0.25); +} +.fill-indigo-50\/30{ + fill: rgb(240 245 255 / 0.3); +} +.fill-indigo-50\/40{ + fill: rgb(240 245 255 / 0.4); +} +.fill-indigo-50\/50{ + fill: rgb(240 245 255 / 0.5); +} +.fill-indigo-50\/60{ + fill: rgb(240 245 255 / 0.6); +} +.fill-indigo-50\/70{ + fill: rgb(240 245 255 / 0.7); +} +.fill-indigo-50\/75{ + fill: rgb(240 245 255 / 0.75); +} +.fill-indigo-50\/80{ + fill: rgb(240 245 255 / 0.8); +} +.fill-indigo-50\/90{ + fill: rgb(240 245 255 / 0.9); +} +.fill-indigo-50\/95{ + fill: rgb(240 245 255 / 0.95); +} +.fill-indigo-50\/100{ + fill: rgb(240 245 255 / 1); +} +.fill-indigo-100\/0{ + fill: rgb(229 237 255 / 0); +} +.fill-indigo-100\/5{ + fill: rgb(229 237 255 / 0.05); +} +.fill-indigo-100\/10{ + fill: rgb(229 237 255 / 0.1); +} +.fill-indigo-100\/20{ + fill: rgb(229 237 255 / 0.2); +} +.fill-indigo-100\/25{ + fill: rgb(229 237 255 / 0.25); +} +.fill-indigo-100\/30{ + fill: rgb(229 237 255 / 0.3); +} +.fill-indigo-100\/40{ + fill: rgb(229 237 255 / 0.4); +} +.fill-indigo-100\/50{ + fill: rgb(229 237 255 / 0.5); +} +.fill-indigo-100\/60{ + fill: rgb(229 237 255 / 0.6); +} +.fill-indigo-100\/70{ + fill: rgb(229 237 255 / 0.7); +} +.fill-indigo-100\/75{ + fill: rgb(229 237 255 / 0.75); +} +.fill-indigo-100\/80{ + fill: rgb(229 237 255 / 0.8); +} +.fill-indigo-100\/90{ + fill: rgb(229 237 255 / 0.9); +} +.fill-indigo-100\/95{ + fill: rgb(229 237 255 / 0.95); +} +.fill-indigo-100\/100{ + fill: rgb(229 237 255 / 1); +} +.fill-indigo-200\/0{ + fill: rgb(205 219 254 / 0); +} +.fill-indigo-200\/5{ + fill: rgb(205 219 254 / 0.05); +} +.fill-indigo-200\/10{ + fill: rgb(205 219 254 / 0.1); +} +.fill-indigo-200\/20{ + fill: rgb(205 219 254 / 0.2); +} +.fill-indigo-200\/25{ + fill: rgb(205 219 254 / 0.25); +} +.fill-indigo-200\/30{ + fill: rgb(205 219 254 / 0.3); +} +.fill-indigo-200\/40{ + fill: rgb(205 219 254 / 0.4); +} +.fill-indigo-200\/50{ + fill: rgb(205 219 254 / 0.5); +} +.fill-indigo-200\/60{ + fill: rgb(205 219 254 / 0.6); +} +.fill-indigo-200\/70{ + fill: rgb(205 219 254 / 0.7); +} +.fill-indigo-200\/75{ + fill: rgb(205 219 254 / 0.75); +} +.fill-indigo-200\/80{ + fill: rgb(205 219 254 / 0.8); +} +.fill-indigo-200\/90{ + fill: rgb(205 219 254 / 0.9); +} +.fill-indigo-200\/95{ + fill: rgb(205 219 254 / 0.95); +} +.fill-indigo-200\/100{ + fill: rgb(205 219 254 / 1); +} +.fill-indigo-300\/0{ + fill: rgb(180 198 252 / 0); +} +.fill-indigo-300\/5{ + fill: rgb(180 198 252 / 0.05); +} +.fill-indigo-300\/10{ + fill: rgb(180 198 252 / 0.1); +} +.fill-indigo-300\/20{ + fill: rgb(180 198 252 / 0.2); +} +.fill-indigo-300\/25{ + fill: rgb(180 198 252 / 0.25); +} +.fill-indigo-300\/30{ + fill: rgb(180 198 252 / 0.3); +} +.fill-indigo-300\/40{ + fill: rgb(180 198 252 / 0.4); +} +.fill-indigo-300\/50{ + fill: rgb(180 198 252 / 0.5); +} +.fill-indigo-300\/60{ + fill: rgb(180 198 252 / 0.6); +} +.fill-indigo-300\/70{ + fill: rgb(180 198 252 / 0.7); +} +.fill-indigo-300\/75{ + fill: rgb(180 198 252 / 0.75); +} +.fill-indigo-300\/80{ + fill: rgb(180 198 252 / 0.8); +} +.fill-indigo-300\/90{ + fill: rgb(180 198 252 / 0.9); +} +.fill-indigo-300\/95{ + fill: rgb(180 198 252 / 0.95); +} +.fill-indigo-300\/100{ + fill: rgb(180 198 252 / 1); +} +.fill-indigo-400\/0{ + fill: rgb(141 162 251 / 0); +} +.fill-indigo-400\/5{ + fill: rgb(141 162 251 / 0.05); +} +.fill-indigo-400\/10{ + fill: rgb(141 162 251 / 0.1); +} +.fill-indigo-400\/20{ + fill: rgb(141 162 251 / 0.2); +} +.fill-indigo-400\/25{ + fill: rgb(141 162 251 / 0.25); +} +.fill-indigo-400\/30{ + fill: rgb(141 162 251 / 0.3); +} +.fill-indigo-400\/40{ + fill: rgb(141 162 251 / 0.4); +} +.fill-indigo-400\/50{ + fill: rgb(141 162 251 / 0.5); +} +.fill-indigo-400\/60{ + fill: rgb(141 162 251 / 0.6); +} +.fill-indigo-400\/70{ + fill: rgb(141 162 251 / 0.7); +} +.fill-indigo-400\/75{ + fill: rgb(141 162 251 / 0.75); +} +.fill-indigo-400\/80{ + fill: rgb(141 162 251 / 0.8); +} +.fill-indigo-400\/90{ + fill: rgb(141 162 251 / 0.9); +} +.fill-indigo-400\/95{ + fill: rgb(141 162 251 / 0.95); +} +.fill-indigo-400\/100{ + fill: rgb(141 162 251 / 1); +} +.fill-indigo-500\/0{ + fill: rgb(104 117 245 / 0); +} +.fill-indigo-500\/5{ + fill: rgb(104 117 245 / 0.05); +} +.fill-indigo-500\/10{ + fill: rgb(104 117 245 / 0.1); +} +.fill-indigo-500\/20{ + fill: rgb(104 117 245 / 0.2); +} +.fill-indigo-500\/25{ + fill: rgb(104 117 245 / 0.25); +} +.fill-indigo-500\/30{ + fill: rgb(104 117 245 / 0.3); +} +.fill-indigo-500\/40{ + fill: rgb(104 117 245 / 0.4); +} +.fill-indigo-500\/50{ + fill: rgb(104 117 245 / 0.5); +} +.fill-indigo-500\/60{ + fill: rgb(104 117 245 / 0.6); +} +.fill-indigo-500\/70{ + fill: rgb(104 117 245 / 0.7); +} +.fill-indigo-500\/75{ + fill: rgb(104 117 245 / 0.75); +} +.fill-indigo-500\/80{ + fill: rgb(104 117 245 / 0.8); +} +.fill-indigo-500\/90{ + fill: rgb(104 117 245 / 0.9); +} +.fill-indigo-500\/95{ + fill: rgb(104 117 245 / 0.95); +} +.fill-indigo-500\/100{ + fill: rgb(104 117 245 / 1); +} +.fill-indigo-600\/0{ + fill: rgb(88 80 236 / 0); +} +.fill-indigo-600\/5{ + fill: rgb(88 80 236 / 0.05); +} +.fill-indigo-600\/10{ + fill: rgb(88 80 236 / 0.1); +} +.fill-indigo-600\/20{ + fill: rgb(88 80 236 / 0.2); +} +.fill-indigo-600\/25{ + fill: rgb(88 80 236 / 0.25); +} +.fill-indigo-600\/30{ + fill: rgb(88 80 236 / 0.3); +} +.fill-indigo-600\/40{ + fill: rgb(88 80 236 / 0.4); +} +.fill-indigo-600\/50{ + fill: rgb(88 80 236 / 0.5); +} +.fill-indigo-600\/60{ + fill: rgb(88 80 236 / 0.6); +} +.fill-indigo-600\/70{ + fill: rgb(88 80 236 / 0.7); +} +.fill-indigo-600\/75{ + fill: rgb(88 80 236 / 0.75); +} +.fill-indigo-600\/80{ + fill: rgb(88 80 236 / 0.8); +} +.fill-indigo-600\/90{ + fill: rgb(88 80 236 / 0.9); +} +.fill-indigo-600\/95{ + fill: rgb(88 80 236 / 0.95); +} +.fill-indigo-600\/100{ + fill: rgb(88 80 236 / 1); +} +.fill-indigo-700\/0{ + fill: rgb(81 69 205 / 0); +} +.fill-indigo-700\/5{ + fill: rgb(81 69 205 / 0.05); +} +.fill-indigo-700\/10{ + fill: rgb(81 69 205 / 0.1); +} +.fill-indigo-700\/20{ + fill: rgb(81 69 205 / 0.2); +} +.fill-indigo-700\/25{ + fill: rgb(81 69 205 / 0.25); +} +.fill-indigo-700\/30{ + fill: rgb(81 69 205 / 0.3); +} +.fill-indigo-700\/40{ + fill: rgb(81 69 205 / 0.4); +} +.fill-indigo-700\/50{ + fill: rgb(81 69 205 / 0.5); +} +.fill-indigo-700\/60{ + fill: rgb(81 69 205 / 0.6); +} +.fill-indigo-700\/70{ + fill: rgb(81 69 205 / 0.7); +} +.fill-indigo-700\/75{ + fill: rgb(81 69 205 / 0.75); +} +.fill-indigo-700\/80{ + fill: rgb(81 69 205 / 0.8); +} +.fill-indigo-700\/90{ + fill: rgb(81 69 205 / 0.9); +} +.fill-indigo-700\/95{ + fill: rgb(81 69 205 / 0.95); +} +.fill-indigo-700\/100{ + fill: rgb(81 69 205 / 1); +} +.fill-indigo-800\/0{ + fill: rgb(66 56 157 / 0); +} +.fill-indigo-800\/5{ + fill: rgb(66 56 157 / 0.05); +} +.fill-indigo-800\/10{ + fill: rgb(66 56 157 / 0.1); +} +.fill-indigo-800\/20{ + fill: rgb(66 56 157 / 0.2); +} +.fill-indigo-800\/25{ + fill: rgb(66 56 157 / 0.25); +} +.fill-indigo-800\/30{ + fill: rgb(66 56 157 / 0.3); +} +.fill-indigo-800\/40{ + fill: rgb(66 56 157 / 0.4); +} +.fill-indigo-800\/50{ + fill: rgb(66 56 157 / 0.5); +} +.fill-indigo-800\/60{ + fill: rgb(66 56 157 / 0.6); +} +.fill-indigo-800\/70{ + fill: rgb(66 56 157 / 0.7); +} +.fill-indigo-800\/75{ + fill: rgb(66 56 157 / 0.75); +} +.fill-indigo-800\/80{ + fill: rgb(66 56 157 / 0.8); +} +.fill-indigo-800\/90{ + fill: rgb(66 56 157 / 0.9); +} +.fill-indigo-800\/95{ + fill: rgb(66 56 157 / 0.95); +} +.fill-indigo-800\/100{ + fill: rgb(66 56 157 / 1); +} +.fill-indigo-900\/0{ + fill: rgb(54 47 120 / 0); +} +.fill-indigo-900\/5{ + fill: rgb(54 47 120 / 0.05); +} +.fill-indigo-900\/10{ + fill: rgb(54 47 120 / 0.1); +} +.fill-indigo-900\/20{ + fill: rgb(54 47 120 / 0.2); +} +.fill-indigo-900\/25{ + fill: rgb(54 47 120 / 0.25); +} +.fill-indigo-900\/30{ + fill: rgb(54 47 120 / 0.3); +} +.fill-indigo-900\/40{ + fill: rgb(54 47 120 / 0.4); +} +.fill-indigo-900\/50{ + fill: rgb(54 47 120 / 0.5); +} +.fill-indigo-900\/60{ + fill: rgb(54 47 120 / 0.6); +} +.fill-indigo-900\/70{ + fill: rgb(54 47 120 / 0.7); +} +.fill-indigo-900\/75{ + fill: rgb(54 47 120 / 0.75); +} +.fill-indigo-900\/80{ + fill: rgb(54 47 120 / 0.8); +} +.fill-indigo-900\/90{ + fill: rgb(54 47 120 / 0.9); +} +.fill-indigo-900\/95{ + fill: rgb(54 47 120 / 0.95); +} +.fill-indigo-900\/100{ + fill: rgb(54 47 120 / 1); +} +.fill-violet-50\/0{ + fill: rgb(245 243 255 / 0); +} +.fill-violet-50\/5{ + fill: rgb(245 243 255 / 0.05); +} +.fill-violet-50\/10{ + fill: rgb(245 243 255 / 0.1); +} +.fill-violet-50\/20{ + fill: rgb(245 243 255 / 0.2); +} +.fill-violet-50\/25{ + fill: rgb(245 243 255 / 0.25); +} +.fill-violet-50\/30{ + fill: rgb(245 243 255 / 0.3); +} +.fill-violet-50\/40{ + fill: rgb(245 243 255 / 0.4); +} +.fill-violet-50\/50{ + fill: rgb(245 243 255 / 0.5); +} +.fill-violet-50\/60{ + fill: rgb(245 243 255 / 0.6); +} +.fill-violet-50\/70{ + fill: rgb(245 243 255 / 0.7); +} +.fill-violet-50\/75{ + fill: rgb(245 243 255 / 0.75); +} +.fill-violet-50\/80{ + fill: rgb(245 243 255 / 0.8); +} +.fill-violet-50\/90{ + fill: rgb(245 243 255 / 0.9); +} +.fill-violet-50\/95{ + fill: rgb(245 243 255 / 0.95); +} +.fill-violet-50\/100{ + fill: rgb(245 243 255 / 1); +} +.fill-violet-100\/0{ + fill: rgb(237 233 254 / 0); +} +.fill-violet-100\/5{ + fill: rgb(237 233 254 / 0.05); +} +.fill-violet-100\/10{ + fill: rgb(237 233 254 / 0.1); +} +.fill-violet-100\/20{ + fill: rgb(237 233 254 / 0.2); +} +.fill-violet-100\/25{ + fill: rgb(237 233 254 / 0.25); +} +.fill-violet-100\/30{ + fill: rgb(237 233 254 / 0.3); +} +.fill-violet-100\/40{ + fill: rgb(237 233 254 / 0.4); +} +.fill-violet-100\/50{ + fill: rgb(237 233 254 / 0.5); +} +.fill-violet-100\/60{ + fill: rgb(237 233 254 / 0.6); +} +.fill-violet-100\/70{ + fill: rgb(237 233 254 / 0.7); +} +.fill-violet-100\/75{ + fill: rgb(237 233 254 / 0.75); +} +.fill-violet-100\/80{ + fill: rgb(237 233 254 / 0.8); +} +.fill-violet-100\/90{ + fill: rgb(237 233 254 / 0.9); +} +.fill-violet-100\/95{ + fill: rgb(237 233 254 / 0.95); +} +.fill-violet-100\/100{ + fill: rgb(237 233 254 / 1); +} +.fill-violet-200\/0{ + fill: rgb(221 214 254 / 0); +} +.fill-violet-200\/5{ + fill: rgb(221 214 254 / 0.05); +} +.fill-violet-200\/10{ + fill: rgb(221 214 254 / 0.1); +} +.fill-violet-200\/20{ + fill: rgb(221 214 254 / 0.2); +} +.fill-violet-200\/25{ + fill: rgb(221 214 254 / 0.25); +} +.fill-violet-200\/30{ + fill: rgb(221 214 254 / 0.3); +} +.fill-violet-200\/40{ + fill: rgb(221 214 254 / 0.4); +} +.fill-violet-200\/50{ + fill: rgb(221 214 254 / 0.5); +} +.fill-violet-200\/60{ + fill: rgb(221 214 254 / 0.6); +} +.fill-violet-200\/70{ + fill: rgb(221 214 254 / 0.7); +} +.fill-violet-200\/75{ + fill: rgb(221 214 254 / 0.75); +} +.fill-violet-200\/80{ + fill: rgb(221 214 254 / 0.8); +} +.fill-violet-200\/90{ + fill: rgb(221 214 254 / 0.9); +} +.fill-violet-200\/95{ + fill: rgb(221 214 254 / 0.95); +} +.fill-violet-200\/100{ + fill: rgb(221 214 254 / 1); +} +.fill-violet-300\/0{ + fill: rgb(196 181 253 / 0); +} +.fill-violet-300\/5{ + fill: rgb(196 181 253 / 0.05); +} +.fill-violet-300\/10{ + fill: rgb(196 181 253 / 0.1); +} +.fill-violet-300\/20{ + fill: rgb(196 181 253 / 0.2); +} +.fill-violet-300\/25{ + fill: rgb(196 181 253 / 0.25); +} +.fill-violet-300\/30{ + fill: rgb(196 181 253 / 0.3); +} +.fill-violet-300\/40{ + fill: rgb(196 181 253 / 0.4); +} +.fill-violet-300\/50{ + fill: rgb(196 181 253 / 0.5); +} +.fill-violet-300\/60{ + fill: rgb(196 181 253 / 0.6); +} +.fill-violet-300\/70{ + fill: rgb(196 181 253 / 0.7); +} +.fill-violet-300\/75{ + fill: rgb(196 181 253 / 0.75); +} +.fill-violet-300\/80{ + fill: rgb(196 181 253 / 0.8); +} +.fill-violet-300\/90{ + fill: rgb(196 181 253 / 0.9); +} +.fill-violet-300\/95{ + fill: rgb(196 181 253 / 0.95); +} +.fill-violet-300\/100{ + fill: rgb(196 181 253 / 1); +} +.fill-violet-400\/0{ + fill: rgb(167 139 250 / 0); +} +.fill-violet-400\/5{ + fill: rgb(167 139 250 / 0.05); +} +.fill-violet-400\/10{ + fill: rgb(167 139 250 / 0.1); +} +.fill-violet-400\/20{ + fill: rgb(167 139 250 / 0.2); +} +.fill-violet-400\/25{ + fill: rgb(167 139 250 / 0.25); +} +.fill-violet-400\/30{ + fill: rgb(167 139 250 / 0.3); +} +.fill-violet-400\/40{ + fill: rgb(167 139 250 / 0.4); +} +.fill-violet-400\/50{ + fill: rgb(167 139 250 / 0.5); +} +.fill-violet-400\/60{ + fill: rgb(167 139 250 / 0.6); +} +.fill-violet-400\/70{ + fill: rgb(167 139 250 / 0.7); +} +.fill-violet-400\/75{ + fill: rgb(167 139 250 / 0.75); +} +.fill-violet-400\/80{ + fill: rgb(167 139 250 / 0.8); +} +.fill-violet-400\/90{ + fill: rgb(167 139 250 / 0.9); +} +.fill-violet-400\/95{ + fill: rgb(167 139 250 / 0.95); +} +.fill-violet-400\/100{ + fill: rgb(167 139 250 / 1); +} +.fill-violet-500\/0{ + fill: rgb(139 92 246 / 0); +} +.fill-violet-500\/5{ + fill: rgb(139 92 246 / 0.05); +} +.fill-violet-500\/10{ + fill: rgb(139 92 246 / 0.1); +} +.fill-violet-500\/20{ + fill: rgb(139 92 246 / 0.2); +} +.fill-violet-500\/25{ + fill: rgb(139 92 246 / 0.25); +} +.fill-violet-500\/30{ + fill: rgb(139 92 246 / 0.3); +} +.fill-violet-500\/40{ + fill: rgb(139 92 246 / 0.4); +} +.fill-violet-500\/50{ + fill: rgb(139 92 246 / 0.5); +} +.fill-violet-500\/60{ + fill: rgb(139 92 246 / 0.6); +} +.fill-violet-500\/70{ + fill: rgb(139 92 246 / 0.7); +} +.fill-violet-500\/75{ + fill: rgb(139 92 246 / 0.75); +} +.fill-violet-500\/80{ + fill: rgb(139 92 246 / 0.8); +} +.fill-violet-500\/90{ + fill: rgb(139 92 246 / 0.9); +} +.fill-violet-500\/95{ + fill: rgb(139 92 246 / 0.95); +} +.fill-violet-500\/100{ + fill: rgb(139 92 246 / 1); +} +.fill-violet-600\/0{ + fill: rgb(124 58 237 / 0); +} +.fill-violet-600\/5{ + fill: rgb(124 58 237 / 0.05); +} +.fill-violet-600\/10{ + fill: rgb(124 58 237 / 0.1); +} +.fill-violet-600\/20{ + fill: rgb(124 58 237 / 0.2); +} +.fill-violet-600\/25{ + fill: rgb(124 58 237 / 0.25); +} +.fill-violet-600\/30{ + fill: rgb(124 58 237 / 0.3); +} +.fill-violet-600\/40{ + fill: rgb(124 58 237 / 0.4); +} +.fill-violet-600\/50{ + fill: rgb(124 58 237 / 0.5); +} +.fill-violet-600\/60{ + fill: rgb(124 58 237 / 0.6); +} +.fill-violet-600\/70{ + fill: rgb(124 58 237 / 0.7); +} +.fill-violet-600\/75{ + fill: rgb(124 58 237 / 0.75); +} +.fill-violet-600\/80{ + fill: rgb(124 58 237 / 0.8); +} +.fill-violet-600\/90{ + fill: rgb(124 58 237 / 0.9); +} +.fill-violet-600\/95{ + fill: rgb(124 58 237 / 0.95); +} +.fill-violet-600\/100{ + fill: rgb(124 58 237 / 1); +} +.fill-violet-700\/0{ + fill: rgb(109 40 217 / 0); +} +.fill-violet-700\/5{ + fill: rgb(109 40 217 / 0.05); +} +.fill-violet-700\/10{ + fill: rgb(109 40 217 / 0.1); +} +.fill-violet-700\/20{ + fill: rgb(109 40 217 / 0.2); +} +.fill-violet-700\/25{ + fill: rgb(109 40 217 / 0.25); +} +.fill-violet-700\/30{ + fill: rgb(109 40 217 / 0.3); +} +.fill-violet-700\/40{ + fill: rgb(109 40 217 / 0.4); +} +.fill-violet-700\/50{ + fill: rgb(109 40 217 / 0.5); +} +.fill-violet-700\/60{ + fill: rgb(109 40 217 / 0.6); +} +.fill-violet-700\/70{ + fill: rgb(109 40 217 / 0.7); +} +.fill-violet-700\/75{ + fill: rgb(109 40 217 / 0.75); +} +.fill-violet-700\/80{ + fill: rgb(109 40 217 / 0.8); +} +.fill-violet-700\/90{ + fill: rgb(109 40 217 / 0.9); +} +.fill-violet-700\/95{ + fill: rgb(109 40 217 / 0.95); +} +.fill-violet-700\/100{ + fill: rgb(109 40 217 / 1); +} +.fill-violet-800\/0{ + fill: rgb(91 33 182 / 0); +} +.fill-violet-800\/5{ + fill: rgb(91 33 182 / 0.05); +} +.fill-violet-800\/10{ + fill: rgb(91 33 182 / 0.1); +} +.fill-violet-800\/20{ + fill: rgb(91 33 182 / 0.2); +} +.fill-violet-800\/25{ + fill: rgb(91 33 182 / 0.25); +} +.fill-violet-800\/30{ + fill: rgb(91 33 182 / 0.3); +} +.fill-violet-800\/40{ + fill: rgb(91 33 182 / 0.4); +} +.fill-violet-800\/50{ + fill: rgb(91 33 182 / 0.5); +} +.fill-violet-800\/60{ + fill: rgb(91 33 182 / 0.6); +} +.fill-violet-800\/70{ + fill: rgb(91 33 182 / 0.7); +} +.fill-violet-800\/75{ + fill: rgb(91 33 182 / 0.75); +} +.fill-violet-800\/80{ + fill: rgb(91 33 182 / 0.8); +} +.fill-violet-800\/90{ + fill: rgb(91 33 182 / 0.9); +} +.fill-violet-800\/95{ + fill: rgb(91 33 182 / 0.95); +} +.fill-violet-800\/100{ + fill: rgb(91 33 182 / 1); +} +.fill-violet-900\/0{ + fill: rgb(76 29 149 / 0); +} +.fill-violet-900\/5{ + fill: rgb(76 29 149 / 0.05); +} +.fill-violet-900\/10{ + fill: rgb(76 29 149 / 0.1); +} +.fill-violet-900\/20{ + fill: rgb(76 29 149 / 0.2); +} +.fill-violet-900\/25{ + fill: rgb(76 29 149 / 0.25); +} +.fill-violet-900\/30{ + fill: rgb(76 29 149 / 0.3); +} +.fill-violet-900\/40{ + fill: rgb(76 29 149 / 0.4); +} +.fill-violet-900\/50{ + fill: rgb(76 29 149 / 0.5); +} +.fill-violet-900\/60{ + fill: rgb(76 29 149 / 0.6); +} +.fill-violet-900\/70{ + fill: rgb(76 29 149 / 0.7); +} +.fill-violet-900\/75{ + fill: rgb(76 29 149 / 0.75); +} +.fill-violet-900\/80{ + fill: rgb(76 29 149 / 0.8); +} +.fill-violet-900\/90{ + fill: rgb(76 29 149 / 0.9); +} +.fill-violet-900\/95{ + fill: rgb(76 29 149 / 0.95); +} +.fill-violet-900\/100{ + fill: rgb(76 29 149 / 1); +} +.fill-purple-50\/0{ + fill: rgb(247 247 249 / 0); +} +.fill-purple-50\/5{ + fill: rgb(247 247 249 / 0.05); +} +.fill-purple-50\/10{ + fill: rgb(247 247 249 / 0.1); +} +.fill-purple-50\/20{ + fill: rgb(247 247 249 / 0.2); +} +.fill-purple-50\/25{ + fill: rgb(247 247 249 / 0.25); +} +.fill-purple-50\/30{ + fill: rgb(247 247 249 / 0.3); +} +.fill-purple-50\/40{ + fill: rgb(247 247 249 / 0.4); +} +.fill-purple-50\/50{ + fill: rgb(247 247 249 / 0.5); +} +.fill-purple-50\/60{ + fill: rgb(247 247 249 / 0.6); +} +.fill-purple-50\/70{ + fill: rgb(247 247 249 / 0.7); +} +.fill-purple-50\/75{ + fill: rgb(247 247 249 / 0.75); +} +.fill-purple-50\/80{ + fill: rgb(247 247 249 / 0.8); +} +.fill-purple-50\/90{ + fill: rgb(247 247 249 / 0.9); +} +.fill-purple-50\/95{ + fill: rgb(247 247 249 / 0.95); +} +.fill-purple-50\/100{ + fill: rgb(247 247 249 / 1); +} +.fill-purple-100\/0{ + fill: rgb(238 238 243 / 0); +} +.fill-purple-100\/5{ + fill: rgb(238 238 243 / 0.05); +} +.fill-purple-100\/10{ + fill: rgb(238 238 243 / 0.1); +} +.fill-purple-100\/20{ + fill: rgb(238 238 243 / 0.2); +} +.fill-purple-100\/25{ + fill: rgb(238 238 243 / 0.25); +} +.fill-purple-100\/30{ + fill: rgb(238 238 243 / 0.3); +} +.fill-purple-100\/40{ + fill: rgb(238 238 243 / 0.4); +} +.fill-purple-100\/50{ + fill: rgb(238 238 243 / 0.5); +} +.fill-purple-100\/60{ + fill: rgb(238 238 243 / 0.6); +} +.fill-purple-100\/70{ + fill: rgb(238 238 243 / 0.7); +} +.fill-purple-100\/75{ + fill: rgb(238 238 243 / 0.75); +} +.fill-purple-100\/80{ + fill: rgb(238 238 243 / 0.8); +} +.fill-purple-100\/90{ + fill: rgb(238 238 243 / 0.9); +} +.fill-purple-100\/95{ + fill: rgb(238 238 243 / 0.95); +} +.fill-purple-100\/100{ + fill: rgb(238 238 243 / 1); +} +.fill-purple-200\/0{ + fill: rgb(213 213 226 / 0); +} +.fill-purple-200\/5{ + fill: rgb(213 213 226 / 0.05); +} +.fill-purple-200\/10{ + fill: rgb(213 213 226 / 0.1); +} +.fill-purple-200\/20{ + fill: rgb(213 213 226 / 0.2); +} +.fill-purple-200\/25{ + fill: rgb(213 213 226 / 0.25); +} +.fill-purple-200\/30{ + fill: rgb(213 213 226 / 0.3); +} +.fill-purple-200\/40{ + fill: rgb(213 213 226 / 0.4); +} +.fill-purple-200\/50{ + fill: rgb(213 213 226 / 0.5); +} +.fill-purple-200\/60{ + fill: rgb(213 213 226 / 0.6); +} +.fill-purple-200\/70{ + fill: rgb(213 213 226 / 0.7); +} +.fill-purple-200\/75{ + fill: rgb(213 213 226 / 0.75); +} +.fill-purple-200\/80{ + fill: rgb(213 213 226 / 0.8); +} +.fill-purple-200\/90{ + fill: rgb(213 213 226 / 0.9); +} +.fill-purple-200\/95{ + fill: rgb(213 213 226 / 0.95); +} +.fill-purple-200\/100{ + fill: rgb(213 213 226 / 1); +} +.fill-purple-300\/0{ + fill: rgb(187 188 209 / 0); +} +.fill-purple-300\/5{ + fill: rgb(187 188 209 / 0.05); +} +.fill-purple-300\/10{ + fill: rgb(187 188 209 / 0.1); +} +.fill-purple-300\/20{ + fill: rgb(187 188 209 / 0.2); +} +.fill-purple-300\/25{ + fill: rgb(187 188 209 / 0.25); +} +.fill-purple-300\/30{ + fill: rgb(187 188 209 / 0.3); +} +.fill-purple-300\/40{ + fill: rgb(187 188 209 / 0.4); +} +.fill-purple-300\/50{ + fill: rgb(187 188 209 / 0.5); +} +.fill-purple-300\/60{ + fill: rgb(187 188 209 / 0.6); +} +.fill-purple-300\/70{ + fill: rgb(187 188 209 / 0.7); +} +.fill-purple-300\/75{ + fill: rgb(187 188 209 / 0.75); +} +.fill-purple-300\/80{ + fill: rgb(187 188 209 / 0.8); +} +.fill-purple-300\/90{ + fill: rgb(187 188 209 / 0.9); +} +.fill-purple-300\/95{ + fill: rgb(187 188 209 / 0.95); +} +.fill-purple-300\/100{ + fill: rgb(187 188 209 / 1); +} +.fill-purple-400\/0{ + fill: rgb(136 138 174 / 0); +} +.fill-purple-400\/5{ + fill: rgb(136 138 174 / 0.05); +} +.fill-purple-400\/10{ + fill: rgb(136 138 174 / 0.1); +} +.fill-purple-400\/20{ + fill: rgb(136 138 174 / 0.2); +} +.fill-purple-400\/25{ + fill: rgb(136 138 174 / 0.25); +} +.fill-purple-400\/30{ + fill: rgb(136 138 174 / 0.3); +} +.fill-purple-400\/40{ + fill: rgb(136 138 174 / 0.4); +} +.fill-purple-400\/50{ + fill: rgb(136 138 174 / 0.5); +} +.fill-purple-400\/60{ + fill: rgb(136 138 174 / 0.6); +} +.fill-purple-400\/70{ + fill: rgb(136 138 174 / 0.7); +} +.fill-purple-400\/75{ + fill: rgb(136 138 174 / 0.75); +} +.fill-purple-400\/80{ + fill: rgb(136 138 174 / 0.8); +} +.fill-purple-400\/90{ + fill: rgb(136 138 174 / 0.9); +} +.fill-purple-400\/95{ + fill: rgb(136 138 174 / 0.95); +} +.fill-purple-400\/100{ + fill: rgb(136 138 174 / 1); +} +.fill-purple-500\/0{ + fill: rgb(85 88 139 / 0); +} +.fill-purple-500\/5{ + fill: rgb(85 88 139 / 0.05); +} +.fill-purple-500\/10{ + fill: rgb(85 88 139 / 0.1); +} +.fill-purple-500\/20{ + fill: rgb(85 88 139 / 0.2); +} +.fill-purple-500\/25{ + fill: rgb(85 88 139 / 0.25); +} +.fill-purple-500\/30{ + fill: rgb(85 88 139 / 0.3); +} +.fill-purple-500\/40{ + fill: rgb(85 88 139 / 0.4); +} +.fill-purple-500\/50{ + fill: rgb(85 88 139 / 0.5); +} +.fill-purple-500\/60{ + fill: rgb(85 88 139 / 0.6); +} +.fill-purple-500\/70{ + fill: rgb(85 88 139 / 0.7); +} +.fill-purple-500\/75{ + fill: rgb(85 88 139 / 0.75); +} +.fill-purple-500\/80{ + fill: rgb(85 88 139 / 0.8); +} +.fill-purple-500\/90{ + fill: rgb(85 88 139 / 0.9); +} +.fill-purple-500\/95{ + fill: rgb(85 88 139 / 0.95); +} +.fill-purple-500\/100{ + fill: rgb(85 88 139 / 1); +} +.fill-purple-600\/0{ + fill: rgb(77 79 125 / 0); +} +.fill-purple-600\/5{ + fill: rgb(77 79 125 / 0.05); +} +.fill-purple-600\/10{ + fill: rgb(77 79 125 / 0.1); +} +.fill-purple-600\/20{ + fill: rgb(77 79 125 / 0.2); +} +.fill-purple-600\/25{ + fill: rgb(77 79 125 / 0.25); +} +.fill-purple-600\/30{ + fill: rgb(77 79 125 / 0.3); +} +.fill-purple-600\/40{ + fill: rgb(77 79 125 / 0.4); +} +.fill-purple-600\/50{ + fill: rgb(77 79 125 / 0.5); +} +.fill-purple-600\/60{ + fill: rgb(77 79 125 / 0.6); +} +.fill-purple-600\/70{ + fill: rgb(77 79 125 / 0.7); +} +.fill-purple-600\/75{ + fill: rgb(77 79 125 / 0.75); +} +.fill-purple-600\/80{ + fill: rgb(77 79 125 / 0.8); +} +.fill-purple-600\/90{ + fill: rgb(77 79 125 / 0.9); +} +.fill-purple-600\/95{ + fill: rgb(77 79 125 / 0.95); +} +.fill-purple-600\/100{ + fill: rgb(77 79 125 / 1); +} +.fill-purple-700\/0{ + fill: rgb(64 66 104 / 0); +} +.fill-purple-700\/5{ + fill: rgb(64 66 104 / 0.05); +} +.fill-purple-700\/10{ + fill: rgb(64 66 104 / 0.1); +} +.fill-purple-700\/20{ + fill: rgb(64 66 104 / 0.2); +} +.fill-purple-700\/25{ + fill: rgb(64 66 104 / 0.25); +} +.fill-purple-700\/30{ + fill: rgb(64 66 104 / 0.3); +} +.fill-purple-700\/40{ + fill: rgb(64 66 104 / 0.4); +} +.fill-purple-700\/50{ + fill: rgb(64 66 104 / 0.5); +} +.fill-purple-700\/60{ + fill: rgb(64 66 104 / 0.6); +} +.fill-purple-700\/70{ + fill: rgb(64 66 104 / 0.7); +} +.fill-purple-700\/75{ + fill: rgb(64 66 104 / 0.75); +} +.fill-purple-700\/80{ + fill: rgb(64 66 104 / 0.8); +} +.fill-purple-700\/90{ + fill: rgb(64 66 104 / 0.9); +} +.fill-purple-700\/95{ + fill: rgb(64 66 104 / 0.95); +} +.fill-purple-700\/100{ + fill: rgb(64 66 104 / 1); +} +.fill-purple-800\/0{ + fill: rgb(51 53 83 / 0); +} +.fill-purple-800\/5{ + fill: rgb(51 53 83 / 0.05); +} +.fill-purple-800\/10{ + fill: rgb(51 53 83 / 0.1); +} +.fill-purple-800\/20{ + fill: rgb(51 53 83 / 0.2); +} +.fill-purple-800\/25{ + fill: rgb(51 53 83 / 0.25); +} +.fill-purple-800\/30{ + fill: rgb(51 53 83 / 0.3); +} +.fill-purple-800\/40{ + fill: rgb(51 53 83 / 0.4); +} +.fill-purple-800\/50{ + fill: rgb(51 53 83 / 0.5); +} +.fill-purple-800\/60{ + fill: rgb(51 53 83 / 0.6); +} +.fill-purple-800\/70{ + fill: rgb(51 53 83 / 0.7); +} +.fill-purple-800\/75{ + fill: rgb(51 53 83 / 0.75); +} +.fill-purple-800\/80{ + fill: rgb(51 53 83 / 0.8); +} +.fill-purple-800\/90{ + fill: rgb(51 53 83 / 0.9); +} +.fill-purple-800\/95{ + fill: rgb(51 53 83 / 0.95); +} +.fill-purple-800\/100{ + fill: rgb(51 53 83 / 1); +} +.fill-purple-900\/0{ + fill: rgb(42 43 68 / 0); +} +.fill-purple-900\/5{ + fill: rgb(42 43 68 / 0.05); +} +.fill-purple-900\/10{ + fill: rgb(42 43 68 / 0.1); +} +.fill-purple-900\/20{ + fill: rgb(42 43 68 / 0.2); +} +.fill-purple-900\/25{ + fill: rgb(42 43 68 / 0.25); +} +.fill-purple-900\/30{ + fill: rgb(42 43 68 / 0.3); +} +.fill-purple-900\/40{ + fill: rgb(42 43 68 / 0.4); +} +.fill-purple-900\/50{ + fill: rgb(42 43 68 / 0.5); +} +.fill-purple-900\/60{ + fill: rgb(42 43 68 / 0.6); +} +.fill-purple-900\/70{ + fill: rgb(42 43 68 / 0.7); +} +.fill-purple-900\/75{ + fill: rgb(42 43 68 / 0.75); +} +.fill-purple-900\/80{ + fill: rgb(42 43 68 / 0.8); +} +.fill-purple-900\/90{ + fill: rgb(42 43 68 / 0.9); +} +.fill-purple-900\/95{ + fill: rgb(42 43 68 / 0.95); +} +.fill-purple-900\/100{ + fill: rgb(42 43 68 / 1); +} +.fill-purple\/0{ + fill: rgb(85 88 139 / 0); +} +.fill-purple\/5{ + fill: rgb(85 88 139 / 0.05); +} +.fill-purple\/10{ + fill: rgb(85 88 139 / 0.1); +} +.fill-purple\/20{ + fill: rgb(85 88 139 / 0.2); +} +.fill-purple\/25{ + fill: rgb(85 88 139 / 0.25); +} +.fill-purple\/30{ + fill: rgb(85 88 139 / 0.3); +} +.fill-purple\/40{ + fill: rgb(85 88 139 / 0.4); +} +.fill-purple\/50{ + fill: rgb(85 88 139 / 0.5); +} +.fill-purple\/60{ + fill: rgb(85 88 139 / 0.6); +} +.fill-purple\/70{ + fill: rgb(85 88 139 / 0.7); +} +.fill-purple\/75{ + fill: rgb(85 88 139 / 0.75); +} +.fill-purple\/80{ + fill: rgb(85 88 139 / 0.8); +} +.fill-purple\/90{ + fill: rgb(85 88 139 / 0.9); +} +.fill-purple\/95{ + fill: rgb(85 88 139 / 0.95); +} +.fill-purple\/100{ + fill: rgb(85 88 139 / 1); +} +.fill-fuchsia-50\/0{ + fill: rgb(253 244 255 / 0); +} +.fill-fuchsia-50\/5{ + fill: rgb(253 244 255 / 0.05); +} +.fill-fuchsia-50\/10{ + fill: rgb(253 244 255 / 0.1); +} +.fill-fuchsia-50\/20{ + fill: rgb(253 244 255 / 0.2); +} +.fill-fuchsia-50\/25{ + fill: rgb(253 244 255 / 0.25); +} +.fill-fuchsia-50\/30{ + fill: rgb(253 244 255 / 0.3); +} +.fill-fuchsia-50\/40{ + fill: rgb(253 244 255 / 0.4); +} +.fill-fuchsia-50\/50{ + fill: rgb(253 244 255 / 0.5); +} +.fill-fuchsia-50\/60{ + fill: rgb(253 244 255 / 0.6); +} +.fill-fuchsia-50\/70{ + fill: rgb(253 244 255 / 0.7); +} +.fill-fuchsia-50\/75{ + fill: rgb(253 244 255 / 0.75); +} +.fill-fuchsia-50\/80{ + fill: rgb(253 244 255 / 0.8); +} +.fill-fuchsia-50\/90{ + fill: rgb(253 244 255 / 0.9); +} +.fill-fuchsia-50\/95{ + fill: rgb(253 244 255 / 0.95); +} +.fill-fuchsia-50\/100{ + fill: rgb(253 244 255 / 1); +} +.fill-fuchsia-100\/0{ + fill: rgb(250 232 255 / 0); +} +.fill-fuchsia-100\/5{ + fill: rgb(250 232 255 / 0.05); +} +.fill-fuchsia-100\/10{ + fill: rgb(250 232 255 / 0.1); +} +.fill-fuchsia-100\/20{ + fill: rgb(250 232 255 / 0.2); +} +.fill-fuchsia-100\/25{ + fill: rgb(250 232 255 / 0.25); +} +.fill-fuchsia-100\/30{ + fill: rgb(250 232 255 / 0.3); +} +.fill-fuchsia-100\/40{ + fill: rgb(250 232 255 / 0.4); +} +.fill-fuchsia-100\/50{ + fill: rgb(250 232 255 / 0.5); +} +.fill-fuchsia-100\/60{ + fill: rgb(250 232 255 / 0.6); +} +.fill-fuchsia-100\/70{ + fill: rgb(250 232 255 / 0.7); +} +.fill-fuchsia-100\/75{ + fill: rgb(250 232 255 / 0.75); +} +.fill-fuchsia-100\/80{ + fill: rgb(250 232 255 / 0.8); +} +.fill-fuchsia-100\/90{ + fill: rgb(250 232 255 / 0.9); +} +.fill-fuchsia-100\/95{ + fill: rgb(250 232 255 / 0.95); +} +.fill-fuchsia-100\/100{ + fill: rgb(250 232 255 / 1); +} +.fill-fuchsia-200\/0{ + fill: rgb(245 208 254 / 0); +} +.fill-fuchsia-200\/5{ + fill: rgb(245 208 254 / 0.05); +} +.fill-fuchsia-200\/10{ + fill: rgb(245 208 254 / 0.1); +} +.fill-fuchsia-200\/20{ + fill: rgb(245 208 254 / 0.2); +} +.fill-fuchsia-200\/25{ + fill: rgb(245 208 254 / 0.25); +} +.fill-fuchsia-200\/30{ + fill: rgb(245 208 254 / 0.3); +} +.fill-fuchsia-200\/40{ + fill: rgb(245 208 254 / 0.4); +} +.fill-fuchsia-200\/50{ + fill: rgb(245 208 254 / 0.5); +} +.fill-fuchsia-200\/60{ + fill: rgb(245 208 254 / 0.6); +} +.fill-fuchsia-200\/70{ + fill: rgb(245 208 254 / 0.7); +} +.fill-fuchsia-200\/75{ + fill: rgb(245 208 254 / 0.75); +} +.fill-fuchsia-200\/80{ + fill: rgb(245 208 254 / 0.8); +} +.fill-fuchsia-200\/90{ + fill: rgb(245 208 254 / 0.9); +} +.fill-fuchsia-200\/95{ + fill: rgb(245 208 254 / 0.95); +} +.fill-fuchsia-200\/100{ + fill: rgb(245 208 254 / 1); +} +.fill-fuchsia-300\/0{ + fill: rgb(240 171 252 / 0); +} +.fill-fuchsia-300\/5{ + fill: rgb(240 171 252 / 0.05); +} +.fill-fuchsia-300\/10{ + fill: rgb(240 171 252 / 0.1); +} +.fill-fuchsia-300\/20{ + fill: rgb(240 171 252 / 0.2); +} +.fill-fuchsia-300\/25{ + fill: rgb(240 171 252 / 0.25); +} +.fill-fuchsia-300\/30{ + fill: rgb(240 171 252 / 0.3); +} +.fill-fuchsia-300\/40{ + fill: rgb(240 171 252 / 0.4); +} +.fill-fuchsia-300\/50{ + fill: rgb(240 171 252 / 0.5); +} +.fill-fuchsia-300\/60{ + fill: rgb(240 171 252 / 0.6); +} +.fill-fuchsia-300\/70{ + fill: rgb(240 171 252 / 0.7); +} +.fill-fuchsia-300\/75{ + fill: rgb(240 171 252 / 0.75); +} +.fill-fuchsia-300\/80{ + fill: rgb(240 171 252 / 0.8); +} +.fill-fuchsia-300\/90{ + fill: rgb(240 171 252 / 0.9); +} +.fill-fuchsia-300\/95{ + fill: rgb(240 171 252 / 0.95); +} +.fill-fuchsia-300\/100{ + fill: rgb(240 171 252 / 1); +} +.fill-fuchsia-400\/0{ + fill: rgb(232 121 249 / 0); +} +.fill-fuchsia-400\/5{ + fill: rgb(232 121 249 / 0.05); +} +.fill-fuchsia-400\/10{ + fill: rgb(232 121 249 / 0.1); +} +.fill-fuchsia-400\/20{ + fill: rgb(232 121 249 / 0.2); +} +.fill-fuchsia-400\/25{ + fill: rgb(232 121 249 / 0.25); +} +.fill-fuchsia-400\/30{ + fill: rgb(232 121 249 / 0.3); +} +.fill-fuchsia-400\/40{ + fill: rgb(232 121 249 / 0.4); +} +.fill-fuchsia-400\/50{ + fill: rgb(232 121 249 / 0.5); +} +.fill-fuchsia-400\/60{ + fill: rgb(232 121 249 / 0.6); +} +.fill-fuchsia-400\/70{ + fill: rgb(232 121 249 / 0.7); +} +.fill-fuchsia-400\/75{ + fill: rgb(232 121 249 / 0.75); +} +.fill-fuchsia-400\/80{ + fill: rgb(232 121 249 / 0.8); +} +.fill-fuchsia-400\/90{ + fill: rgb(232 121 249 / 0.9); +} +.fill-fuchsia-400\/95{ + fill: rgb(232 121 249 / 0.95); +} +.fill-fuchsia-400\/100{ + fill: rgb(232 121 249 / 1); +} +.fill-fuchsia-500\/0{ + fill: rgb(217 70 239 / 0); +} +.fill-fuchsia-500\/5{ + fill: rgb(217 70 239 / 0.05); +} +.fill-fuchsia-500\/10{ + fill: rgb(217 70 239 / 0.1); +} +.fill-fuchsia-500\/20{ + fill: rgb(217 70 239 / 0.2); +} +.fill-fuchsia-500\/25{ + fill: rgb(217 70 239 / 0.25); +} +.fill-fuchsia-500\/30{ + fill: rgb(217 70 239 / 0.3); +} +.fill-fuchsia-500\/40{ + fill: rgb(217 70 239 / 0.4); +} +.fill-fuchsia-500\/50{ + fill: rgb(217 70 239 / 0.5); +} +.fill-fuchsia-500\/60{ + fill: rgb(217 70 239 / 0.6); +} +.fill-fuchsia-500\/70{ + fill: rgb(217 70 239 / 0.7); +} +.fill-fuchsia-500\/75{ + fill: rgb(217 70 239 / 0.75); +} +.fill-fuchsia-500\/80{ + fill: rgb(217 70 239 / 0.8); +} +.fill-fuchsia-500\/90{ + fill: rgb(217 70 239 / 0.9); +} +.fill-fuchsia-500\/95{ + fill: rgb(217 70 239 / 0.95); +} +.fill-fuchsia-500\/100{ + fill: rgb(217 70 239 / 1); +} +.fill-fuchsia-600\/0{ + fill: rgb(192 38 211 / 0); +} +.fill-fuchsia-600\/5{ + fill: rgb(192 38 211 / 0.05); +} +.fill-fuchsia-600\/10{ + fill: rgb(192 38 211 / 0.1); +} +.fill-fuchsia-600\/20{ + fill: rgb(192 38 211 / 0.2); +} +.fill-fuchsia-600\/25{ + fill: rgb(192 38 211 / 0.25); +} +.fill-fuchsia-600\/30{ + fill: rgb(192 38 211 / 0.3); +} +.fill-fuchsia-600\/40{ + fill: rgb(192 38 211 / 0.4); +} +.fill-fuchsia-600\/50{ + fill: rgb(192 38 211 / 0.5); +} +.fill-fuchsia-600\/60{ + fill: rgb(192 38 211 / 0.6); +} +.fill-fuchsia-600\/70{ + fill: rgb(192 38 211 / 0.7); +} +.fill-fuchsia-600\/75{ + fill: rgb(192 38 211 / 0.75); +} +.fill-fuchsia-600\/80{ + fill: rgb(192 38 211 / 0.8); +} +.fill-fuchsia-600\/90{ + fill: rgb(192 38 211 / 0.9); +} +.fill-fuchsia-600\/95{ + fill: rgb(192 38 211 / 0.95); +} +.fill-fuchsia-600\/100{ + fill: rgb(192 38 211 / 1); +} +.fill-fuchsia-700\/0{ + fill: rgb(162 28 175 / 0); +} +.fill-fuchsia-700\/5{ + fill: rgb(162 28 175 / 0.05); +} +.fill-fuchsia-700\/10{ + fill: rgb(162 28 175 / 0.1); +} +.fill-fuchsia-700\/20{ + fill: rgb(162 28 175 / 0.2); +} +.fill-fuchsia-700\/25{ + fill: rgb(162 28 175 / 0.25); +} +.fill-fuchsia-700\/30{ + fill: rgb(162 28 175 / 0.3); +} +.fill-fuchsia-700\/40{ + fill: rgb(162 28 175 / 0.4); +} +.fill-fuchsia-700\/50{ + fill: rgb(162 28 175 / 0.5); +} +.fill-fuchsia-700\/60{ + fill: rgb(162 28 175 / 0.6); +} +.fill-fuchsia-700\/70{ + fill: rgb(162 28 175 / 0.7); +} +.fill-fuchsia-700\/75{ + fill: rgb(162 28 175 / 0.75); +} +.fill-fuchsia-700\/80{ + fill: rgb(162 28 175 / 0.8); +} +.fill-fuchsia-700\/90{ + fill: rgb(162 28 175 / 0.9); +} +.fill-fuchsia-700\/95{ + fill: rgb(162 28 175 / 0.95); +} +.fill-fuchsia-700\/100{ + fill: rgb(162 28 175 / 1); +} +.fill-fuchsia-800\/0{ + fill: rgb(134 25 143 / 0); +} +.fill-fuchsia-800\/5{ + fill: rgb(134 25 143 / 0.05); +} +.fill-fuchsia-800\/10{ + fill: rgb(134 25 143 / 0.1); +} +.fill-fuchsia-800\/20{ + fill: rgb(134 25 143 / 0.2); +} +.fill-fuchsia-800\/25{ + fill: rgb(134 25 143 / 0.25); +} +.fill-fuchsia-800\/30{ + fill: rgb(134 25 143 / 0.3); +} +.fill-fuchsia-800\/40{ + fill: rgb(134 25 143 / 0.4); +} +.fill-fuchsia-800\/50{ + fill: rgb(134 25 143 / 0.5); +} +.fill-fuchsia-800\/60{ + fill: rgb(134 25 143 / 0.6); +} +.fill-fuchsia-800\/70{ + fill: rgb(134 25 143 / 0.7); +} +.fill-fuchsia-800\/75{ + fill: rgb(134 25 143 / 0.75); +} +.fill-fuchsia-800\/80{ + fill: rgb(134 25 143 / 0.8); +} +.fill-fuchsia-800\/90{ + fill: rgb(134 25 143 / 0.9); +} +.fill-fuchsia-800\/95{ + fill: rgb(134 25 143 / 0.95); +} +.fill-fuchsia-800\/100{ + fill: rgb(134 25 143 / 1); +} +.fill-fuchsia-900\/0{ + fill: rgb(112 26 117 / 0); +} +.fill-fuchsia-900\/5{ + fill: rgb(112 26 117 / 0.05); +} +.fill-fuchsia-900\/10{ + fill: rgb(112 26 117 / 0.1); +} +.fill-fuchsia-900\/20{ + fill: rgb(112 26 117 / 0.2); +} +.fill-fuchsia-900\/25{ + fill: rgb(112 26 117 / 0.25); +} +.fill-fuchsia-900\/30{ + fill: rgb(112 26 117 / 0.3); +} +.fill-fuchsia-900\/40{ + fill: rgb(112 26 117 / 0.4); +} +.fill-fuchsia-900\/50{ + fill: rgb(112 26 117 / 0.5); +} +.fill-fuchsia-900\/60{ + fill: rgb(112 26 117 / 0.6); +} +.fill-fuchsia-900\/70{ + fill: rgb(112 26 117 / 0.7); +} +.fill-fuchsia-900\/75{ + fill: rgb(112 26 117 / 0.75); +} +.fill-fuchsia-900\/80{ + fill: rgb(112 26 117 / 0.8); +} +.fill-fuchsia-900\/90{ + fill: rgb(112 26 117 / 0.9); +} +.fill-fuchsia-900\/95{ + fill: rgb(112 26 117 / 0.95); +} +.fill-fuchsia-900\/100{ + fill: rgb(112 26 117 / 1); +} +.fill-pink-50\/0{ + fill: rgb(253 242 248 / 0); +} +.fill-pink-50\/5{ + fill: rgb(253 242 248 / 0.05); +} +.fill-pink-50\/10{ + fill: rgb(253 242 248 / 0.1); +} +.fill-pink-50\/20{ + fill: rgb(253 242 248 / 0.2); +} +.fill-pink-50\/25{ + fill: rgb(253 242 248 / 0.25); +} +.fill-pink-50\/30{ + fill: rgb(253 242 248 / 0.3); +} +.fill-pink-50\/40{ + fill: rgb(253 242 248 / 0.4); +} +.fill-pink-50\/50{ + fill: rgb(253 242 248 / 0.5); +} +.fill-pink-50\/60{ + fill: rgb(253 242 248 / 0.6); +} +.fill-pink-50\/70{ + fill: rgb(253 242 248 / 0.7); +} +.fill-pink-50\/75{ + fill: rgb(253 242 248 / 0.75); +} +.fill-pink-50\/80{ + fill: rgb(253 242 248 / 0.8); +} +.fill-pink-50\/90{ + fill: rgb(253 242 248 / 0.9); +} +.fill-pink-50\/95{ + fill: rgb(253 242 248 / 0.95); +} +.fill-pink-50\/100{ + fill: rgb(253 242 248 / 1); +} +.fill-pink-100\/0{ + fill: rgb(252 232 243 / 0); +} +.fill-pink-100\/5{ + fill: rgb(252 232 243 / 0.05); +} +.fill-pink-100\/10{ + fill: rgb(252 232 243 / 0.1); +} +.fill-pink-100\/20{ + fill: rgb(252 232 243 / 0.2); +} +.fill-pink-100\/25{ + fill: rgb(252 232 243 / 0.25); +} +.fill-pink-100\/30{ + fill: rgb(252 232 243 / 0.3); +} +.fill-pink-100\/40{ + fill: rgb(252 232 243 / 0.4); +} +.fill-pink-100\/50{ + fill: rgb(252 232 243 / 0.5); +} +.fill-pink-100\/60{ + fill: rgb(252 232 243 / 0.6); +} +.fill-pink-100\/70{ + fill: rgb(252 232 243 / 0.7); +} +.fill-pink-100\/75{ + fill: rgb(252 232 243 / 0.75); +} +.fill-pink-100\/80{ + fill: rgb(252 232 243 / 0.8); +} +.fill-pink-100\/90{ + fill: rgb(252 232 243 / 0.9); +} +.fill-pink-100\/95{ + fill: rgb(252 232 243 / 0.95); +} +.fill-pink-100\/100{ + fill: rgb(252 232 243 / 1); +} +.fill-pink-200\/0{ + fill: rgb(250 209 232 / 0); +} +.fill-pink-200\/5{ + fill: rgb(250 209 232 / 0.05); +} +.fill-pink-200\/10{ + fill: rgb(250 209 232 / 0.1); +} +.fill-pink-200\/20{ + fill: rgb(250 209 232 / 0.2); +} +.fill-pink-200\/25{ + fill: rgb(250 209 232 / 0.25); +} +.fill-pink-200\/30{ + fill: rgb(250 209 232 / 0.3); +} +.fill-pink-200\/40{ + fill: rgb(250 209 232 / 0.4); +} +.fill-pink-200\/50{ + fill: rgb(250 209 232 / 0.5); +} +.fill-pink-200\/60{ + fill: rgb(250 209 232 / 0.6); +} +.fill-pink-200\/70{ + fill: rgb(250 209 232 / 0.7); +} +.fill-pink-200\/75{ + fill: rgb(250 209 232 / 0.75); +} +.fill-pink-200\/80{ + fill: rgb(250 209 232 / 0.8); +} +.fill-pink-200\/90{ + fill: rgb(250 209 232 / 0.9); +} +.fill-pink-200\/95{ + fill: rgb(250 209 232 / 0.95); +} +.fill-pink-200\/100{ + fill: rgb(250 209 232 / 1); +} +.fill-pink-300\/0{ + fill: rgb(248 180 217 / 0); +} +.fill-pink-300\/5{ + fill: rgb(248 180 217 / 0.05); +} +.fill-pink-300\/10{ + fill: rgb(248 180 217 / 0.1); +} +.fill-pink-300\/20{ + fill: rgb(248 180 217 / 0.2); +} +.fill-pink-300\/25{ + fill: rgb(248 180 217 / 0.25); +} +.fill-pink-300\/30{ + fill: rgb(248 180 217 / 0.3); +} +.fill-pink-300\/40{ + fill: rgb(248 180 217 / 0.4); +} +.fill-pink-300\/50{ + fill: rgb(248 180 217 / 0.5); +} +.fill-pink-300\/60{ + fill: rgb(248 180 217 / 0.6); +} +.fill-pink-300\/70{ + fill: rgb(248 180 217 / 0.7); +} +.fill-pink-300\/75{ + fill: rgb(248 180 217 / 0.75); +} +.fill-pink-300\/80{ + fill: rgb(248 180 217 / 0.8); +} +.fill-pink-300\/90{ + fill: rgb(248 180 217 / 0.9); +} +.fill-pink-300\/95{ + fill: rgb(248 180 217 / 0.95); +} +.fill-pink-300\/100{ + fill: rgb(248 180 217 / 1); +} +.fill-pink-400\/0{ + fill: rgb(241 126 184 / 0); +} +.fill-pink-400\/5{ + fill: rgb(241 126 184 / 0.05); +} +.fill-pink-400\/10{ + fill: rgb(241 126 184 / 0.1); +} +.fill-pink-400\/20{ + fill: rgb(241 126 184 / 0.2); +} +.fill-pink-400\/25{ + fill: rgb(241 126 184 / 0.25); +} +.fill-pink-400\/30{ + fill: rgb(241 126 184 / 0.3); +} +.fill-pink-400\/40{ + fill: rgb(241 126 184 / 0.4); +} +.fill-pink-400\/50{ + fill: rgb(241 126 184 / 0.5); +} +.fill-pink-400\/60{ + fill: rgb(241 126 184 / 0.6); +} +.fill-pink-400\/70{ + fill: rgb(241 126 184 / 0.7); +} +.fill-pink-400\/75{ + fill: rgb(241 126 184 / 0.75); +} +.fill-pink-400\/80{ + fill: rgb(241 126 184 / 0.8); +} +.fill-pink-400\/90{ + fill: rgb(241 126 184 / 0.9); +} +.fill-pink-400\/95{ + fill: rgb(241 126 184 / 0.95); +} +.fill-pink-400\/100{ + fill: rgb(241 126 184 / 1); +} +.fill-pink-500\/0{ + fill: rgb(231 70 148 / 0); +} +.fill-pink-500\/5{ + fill: rgb(231 70 148 / 0.05); +} +.fill-pink-500\/10{ + fill: rgb(231 70 148 / 0.1); +} +.fill-pink-500\/20{ + fill: rgb(231 70 148 / 0.2); +} +.fill-pink-500\/25{ + fill: rgb(231 70 148 / 0.25); +} +.fill-pink-500\/30{ + fill: rgb(231 70 148 / 0.3); +} +.fill-pink-500\/40{ + fill: rgb(231 70 148 / 0.4); +} +.fill-pink-500\/50{ + fill: rgb(231 70 148 / 0.5); +} +.fill-pink-500\/60{ + fill: rgb(231 70 148 / 0.6); +} +.fill-pink-500\/70{ + fill: rgb(231 70 148 / 0.7); +} +.fill-pink-500\/75{ + fill: rgb(231 70 148 / 0.75); +} +.fill-pink-500\/80{ + fill: rgb(231 70 148 / 0.8); +} +.fill-pink-500\/90{ + fill: rgb(231 70 148 / 0.9); +} +.fill-pink-500\/95{ + fill: rgb(231 70 148 / 0.95); +} +.fill-pink-500\/100{ + fill: rgb(231 70 148 / 1); +} +.fill-pink-600\/0{ + fill: rgb(214 31 105 / 0); +} +.fill-pink-600\/5{ + fill: rgb(214 31 105 / 0.05); +} +.fill-pink-600\/10{ + fill: rgb(214 31 105 / 0.1); +} +.fill-pink-600\/20{ + fill: rgb(214 31 105 / 0.2); +} +.fill-pink-600\/25{ + fill: rgb(214 31 105 / 0.25); +} +.fill-pink-600\/30{ + fill: rgb(214 31 105 / 0.3); +} +.fill-pink-600\/40{ + fill: rgb(214 31 105 / 0.4); +} +.fill-pink-600\/50{ + fill: rgb(214 31 105 / 0.5); +} +.fill-pink-600\/60{ + fill: rgb(214 31 105 / 0.6); +} +.fill-pink-600\/70{ + fill: rgb(214 31 105 / 0.7); +} +.fill-pink-600\/75{ + fill: rgb(214 31 105 / 0.75); +} +.fill-pink-600\/80{ + fill: rgb(214 31 105 / 0.8); +} +.fill-pink-600\/90{ + fill: rgb(214 31 105 / 0.9); +} +.fill-pink-600\/95{ + fill: rgb(214 31 105 / 0.95); +} +.fill-pink-600\/100{ + fill: rgb(214 31 105 / 1); +} +.fill-pink-700\/0{ + fill: rgb(191 18 93 / 0); +} +.fill-pink-700\/5{ + fill: rgb(191 18 93 / 0.05); +} +.fill-pink-700\/10{ + fill: rgb(191 18 93 / 0.1); +} +.fill-pink-700\/20{ + fill: rgb(191 18 93 / 0.2); +} +.fill-pink-700\/25{ + fill: rgb(191 18 93 / 0.25); +} +.fill-pink-700\/30{ + fill: rgb(191 18 93 / 0.3); +} +.fill-pink-700\/40{ + fill: rgb(191 18 93 / 0.4); +} +.fill-pink-700\/50{ + fill: rgb(191 18 93 / 0.5); +} +.fill-pink-700\/60{ + fill: rgb(191 18 93 / 0.6); +} +.fill-pink-700\/70{ + fill: rgb(191 18 93 / 0.7); +} +.fill-pink-700\/75{ + fill: rgb(191 18 93 / 0.75); +} +.fill-pink-700\/80{ + fill: rgb(191 18 93 / 0.8); +} +.fill-pink-700\/90{ + fill: rgb(191 18 93 / 0.9); +} +.fill-pink-700\/95{ + fill: rgb(191 18 93 / 0.95); +} +.fill-pink-700\/100{ + fill: rgb(191 18 93 / 1); +} +.fill-pink-800\/0{ + fill: rgb(153 21 75 / 0); +} +.fill-pink-800\/5{ + fill: rgb(153 21 75 / 0.05); +} +.fill-pink-800\/10{ + fill: rgb(153 21 75 / 0.1); +} +.fill-pink-800\/20{ + fill: rgb(153 21 75 / 0.2); +} +.fill-pink-800\/25{ + fill: rgb(153 21 75 / 0.25); +} +.fill-pink-800\/30{ + fill: rgb(153 21 75 / 0.3); +} +.fill-pink-800\/40{ + fill: rgb(153 21 75 / 0.4); +} +.fill-pink-800\/50{ + fill: rgb(153 21 75 / 0.5); +} +.fill-pink-800\/60{ + fill: rgb(153 21 75 / 0.6); +} +.fill-pink-800\/70{ + fill: rgb(153 21 75 / 0.7); +} +.fill-pink-800\/75{ + fill: rgb(153 21 75 / 0.75); +} +.fill-pink-800\/80{ + fill: rgb(153 21 75 / 0.8); +} +.fill-pink-800\/90{ + fill: rgb(153 21 75 / 0.9); +} +.fill-pink-800\/95{ + fill: rgb(153 21 75 / 0.95); +} +.fill-pink-800\/100{ + fill: rgb(153 21 75 / 1); +} +.fill-pink-900\/0{ + fill: rgb(117 26 61 / 0); +} +.fill-pink-900\/5{ + fill: rgb(117 26 61 / 0.05); +} +.fill-pink-900\/10{ + fill: rgb(117 26 61 / 0.1); +} +.fill-pink-900\/20{ + fill: rgb(117 26 61 / 0.2); +} +.fill-pink-900\/25{ + fill: rgb(117 26 61 / 0.25); +} +.fill-pink-900\/30{ + fill: rgb(117 26 61 / 0.3); +} +.fill-pink-900\/40{ + fill: rgb(117 26 61 / 0.4); +} +.fill-pink-900\/50{ + fill: rgb(117 26 61 / 0.5); +} +.fill-pink-900\/60{ + fill: rgb(117 26 61 / 0.6); +} +.fill-pink-900\/70{ + fill: rgb(117 26 61 / 0.7); +} +.fill-pink-900\/75{ + fill: rgb(117 26 61 / 0.75); +} +.fill-pink-900\/80{ + fill: rgb(117 26 61 / 0.8); +} +.fill-pink-900\/90{ + fill: rgb(117 26 61 / 0.9); +} +.fill-pink-900\/95{ + fill: rgb(117 26 61 / 0.95); +} +.fill-pink-900\/100{ + fill: rgb(117 26 61 / 1); +} +.fill-rose-50\/0{ + fill: rgb(255 241 242 / 0); +} +.fill-rose-50\/5{ + fill: rgb(255 241 242 / 0.05); +} +.fill-rose-50\/10{ + fill: rgb(255 241 242 / 0.1); +} +.fill-rose-50\/20{ + fill: rgb(255 241 242 / 0.2); +} +.fill-rose-50\/25{ + fill: rgb(255 241 242 / 0.25); +} +.fill-rose-50\/30{ + fill: rgb(255 241 242 / 0.3); +} +.fill-rose-50\/40{ + fill: rgb(255 241 242 / 0.4); +} +.fill-rose-50\/50{ + fill: rgb(255 241 242 / 0.5); +} +.fill-rose-50\/60{ + fill: rgb(255 241 242 / 0.6); +} +.fill-rose-50\/70{ + fill: rgb(255 241 242 / 0.7); +} +.fill-rose-50\/75{ + fill: rgb(255 241 242 / 0.75); +} +.fill-rose-50\/80{ + fill: rgb(255 241 242 / 0.8); +} +.fill-rose-50\/90{ + fill: rgb(255 241 242 / 0.9); +} +.fill-rose-50\/95{ + fill: rgb(255 241 242 / 0.95); +} +.fill-rose-50\/100{ + fill: rgb(255 241 242 / 1); +} +.fill-rose-100\/0{ + fill: rgb(255 228 230 / 0); +} +.fill-rose-100\/5{ + fill: rgb(255 228 230 / 0.05); +} +.fill-rose-100\/10{ + fill: rgb(255 228 230 / 0.1); +} +.fill-rose-100\/20{ + fill: rgb(255 228 230 / 0.2); +} +.fill-rose-100\/25{ + fill: rgb(255 228 230 / 0.25); +} +.fill-rose-100\/30{ + fill: rgb(255 228 230 / 0.3); +} +.fill-rose-100\/40{ + fill: rgb(255 228 230 / 0.4); +} +.fill-rose-100\/50{ + fill: rgb(255 228 230 / 0.5); +} +.fill-rose-100\/60{ + fill: rgb(255 228 230 / 0.6); +} +.fill-rose-100\/70{ + fill: rgb(255 228 230 / 0.7); +} +.fill-rose-100\/75{ + fill: rgb(255 228 230 / 0.75); +} +.fill-rose-100\/80{ + fill: rgb(255 228 230 / 0.8); +} +.fill-rose-100\/90{ + fill: rgb(255 228 230 / 0.9); +} +.fill-rose-100\/95{ + fill: rgb(255 228 230 / 0.95); +} +.fill-rose-100\/100{ + fill: rgb(255 228 230 / 1); +} +.fill-rose-200\/0{ + fill: rgb(254 205 211 / 0); +} +.fill-rose-200\/5{ + fill: rgb(254 205 211 / 0.05); +} +.fill-rose-200\/10{ + fill: rgb(254 205 211 / 0.1); +} +.fill-rose-200\/20{ + fill: rgb(254 205 211 / 0.2); +} +.fill-rose-200\/25{ + fill: rgb(254 205 211 / 0.25); +} +.fill-rose-200\/30{ + fill: rgb(254 205 211 / 0.3); +} +.fill-rose-200\/40{ + fill: rgb(254 205 211 / 0.4); +} +.fill-rose-200\/50{ + fill: rgb(254 205 211 / 0.5); +} +.fill-rose-200\/60{ + fill: rgb(254 205 211 / 0.6); +} +.fill-rose-200\/70{ + fill: rgb(254 205 211 / 0.7); +} +.fill-rose-200\/75{ + fill: rgb(254 205 211 / 0.75); +} +.fill-rose-200\/80{ + fill: rgb(254 205 211 / 0.8); +} +.fill-rose-200\/90{ + fill: rgb(254 205 211 / 0.9); +} +.fill-rose-200\/95{ + fill: rgb(254 205 211 / 0.95); +} +.fill-rose-200\/100{ + fill: rgb(254 205 211 / 1); +} +.fill-rose-300\/0{ + fill: rgb(253 164 175 / 0); +} +.fill-rose-300\/5{ + fill: rgb(253 164 175 / 0.05); +} +.fill-rose-300\/10{ + fill: rgb(253 164 175 / 0.1); +} +.fill-rose-300\/20{ + fill: rgb(253 164 175 / 0.2); +} +.fill-rose-300\/25{ + fill: rgb(253 164 175 / 0.25); +} +.fill-rose-300\/30{ + fill: rgb(253 164 175 / 0.3); +} +.fill-rose-300\/40{ + fill: rgb(253 164 175 / 0.4); +} +.fill-rose-300\/50{ + fill: rgb(253 164 175 / 0.5); +} +.fill-rose-300\/60{ + fill: rgb(253 164 175 / 0.6); +} +.fill-rose-300\/70{ + fill: rgb(253 164 175 / 0.7); +} +.fill-rose-300\/75{ + fill: rgb(253 164 175 / 0.75); +} +.fill-rose-300\/80{ + fill: rgb(253 164 175 / 0.8); +} +.fill-rose-300\/90{ + fill: rgb(253 164 175 / 0.9); +} +.fill-rose-300\/95{ + fill: rgb(253 164 175 / 0.95); +} +.fill-rose-300\/100{ + fill: rgb(253 164 175 / 1); +} +.fill-rose-400\/0{ + fill: rgb(251 113 133 / 0); +} +.fill-rose-400\/5{ + fill: rgb(251 113 133 / 0.05); +} +.fill-rose-400\/10{ + fill: rgb(251 113 133 / 0.1); +} +.fill-rose-400\/20{ + fill: rgb(251 113 133 / 0.2); +} +.fill-rose-400\/25{ + fill: rgb(251 113 133 / 0.25); +} +.fill-rose-400\/30{ + fill: rgb(251 113 133 / 0.3); +} +.fill-rose-400\/40{ + fill: rgb(251 113 133 / 0.4); +} +.fill-rose-400\/50{ + fill: rgb(251 113 133 / 0.5); +} +.fill-rose-400\/60{ + fill: rgb(251 113 133 / 0.6); +} +.fill-rose-400\/70{ + fill: rgb(251 113 133 / 0.7); +} +.fill-rose-400\/75{ + fill: rgb(251 113 133 / 0.75); +} +.fill-rose-400\/80{ + fill: rgb(251 113 133 / 0.8); +} +.fill-rose-400\/90{ + fill: rgb(251 113 133 / 0.9); +} +.fill-rose-400\/95{ + fill: rgb(251 113 133 / 0.95); +} +.fill-rose-400\/100{ + fill: rgb(251 113 133 / 1); +} +.fill-rose-500\/0{ + fill: rgb(244 63 94 / 0); +} +.fill-rose-500\/5{ + fill: rgb(244 63 94 / 0.05); +} +.fill-rose-500\/10{ + fill: rgb(244 63 94 / 0.1); +} +.fill-rose-500\/20{ + fill: rgb(244 63 94 / 0.2); +} +.fill-rose-500\/25{ + fill: rgb(244 63 94 / 0.25); +} +.fill-rose-500\/30{ + fill: rgb(244 63 94 / 0.3); +} +.fill-rose-500\/40{ + fill: rgb(244 63 94 / 0.4); +} +.fill-rose-500\/50{ + fill: rgb(244 63 94 / 0.5); +} +.fill-rose-500\/60{ + fill: rgb(244 63 94 / 0.6); +} +.fill-rose-500\/70{ + fill: rgb(244 63 94 / 0.7); +} +.fill-rose-500\/75{ + fill: rgb(244 63 94 / 0.75); +} +.fill-rose-500\/80{ + fill: rgb(244 63 94 / 0.8); +} +.fill-rose-500\/90{ + fill: rgb(244 63 94 / 0.9); +} +.fill-rose-500\/95{ + fill: rgb(244 63 94 / 0.95); +} +.fill-rose-500\/100{ + fill: rgb(244 63 94 / 1); +} +.fill-rose-600\/0{ + fill: rgb(225 29 72 / 0); +} +.fill-rose-600\/5{ + fill: rgb(225 29 72 / 0.05); +} +.fill-rose-600\/10{ + fill: rgb(225 29 72 / 0.1); +} +.fill-rose-600\/20{ + fill: rgb(225 29 72 / 0.2); +} +.fill-rose-600\/25{ + fill: rgb(225 29 72 / 0.25); +} +.fill-rose-600\/30{ + fill: rgb(225 29 72 / 0.3); +} +.fill-rose-600\/40{ + fill: rgb(225 29 72 / 0.4); +} +.fill-rose-600\/50{ + fill: rgb(225 29 72 / 0.5); +} +.fill-rose-600\/60{ + fill: rgb(225 29 72 / 0.6); +} +.fill-rose-600\/70{ + fill: rgb(225 29 72 / 0.7); +} +.fill-rose-600\/75{ + fill: rgb(225 29 72 / 0.75); +} +.fill-rose-600\/80{ + fill: rgb(225 29 72 / 0.8); +} +.fill-rose-600\/90{ + fill: rgb(225 29 72 / 0.9); +} +.fill-rose-600\/95{ + fill: rgb(225 29 72 / 0.95); +} +.fill-rose-600\/100{ + fill: rgb(225 29 72 / 1); +} +.fill-rose-700\/0{ + fill: rgb(190 18 60 / 0); +} +.fill-rose-700\/5{ + fill: rgb(190 18 60 / 0.05); +} +.fill-rose-700\/10{ + fill: rgb(190 18 60 / 0.1); +} +.fill-rose-700\/20{ + fill: rgb(190 18 60 / 0.2); +} +.fill-rose-700\/25{ + fill: rgb(190 18 60 / 0.25); +} +.fill-rose-700\/30{ + fill: rgb(190 18 60 / 0.3); +} +.fill-rose-700\/40{ + fill: rgb(190 18 60 / 0.4); +} +.fill-rose-700\/50{ + fill: rgb(190 18 60 / 0.5); +} +.fill-rose-700\/60{ + fill: rgb(190 18 60 / 0.6); +} +.fill-rose-700\/70{ + fill: rgb(190 18 60 / 0.7); +} +.fill-rose-700\/75{ + fill: rgb(190 18 60 / 0.75); +} +.fill-rose-700\/80{ + fill: rgb(190 18 60 / 0.8); +} +.fill-rose-700\/90{ + fill: rgb(190 18 60 / 0.9); +} +.fill-rose-700\/95{ + fill: rgb(190 18 60 / 0.95); +} +.fill-rose-700\/100{ + fill: rgb(190 18 60 / 1); +} +.fill-rose-800\/0{ + fill: rgb(159 18 57 / 0); +} +.fill-rose-800\/5{ + fill: rgb(159 18 57 / 0.05); +} +.fill-rose-800\/10{ + fill: rgb(159 18 57 / 0.1); +} +.fill-rose-800\/20{ + fill: rgb(159 18 57 / 0.2); +} +.fill-rose-800\/25{ + fill: rgb(159 18 57 / 0.25); +} +.fill-rose-800\/30{ + fill: rgb(159 18 57 / 0.3); +} +.fill-rose-800\/40{ + fill: rgb(159 18 57 / 0.4); +} +.fill-rose-800\/50{ + fill: rgb(159 18 57 / 0.5); +} +.fill-rose-800\/60{ + fill: rgb(159 18 57 / 0.6); +} +.fill-rose-800\/70{ + fill: rgb(159 18 57 / 0.7); +} +.fill-rose-800\/75{ + fill: rgb(159 18 57 / 0.75); +} +.fill-rose-800\/80{ + fill: rgb(159 18 57 / 0.8); +} +.fill-rose-800\/90{ + fill: rgb(159 18 57 / 0.9); +} +.fill-rose-800\/95{ + fill: rgb(159 18 57 / 0.95); +} +.fill-rose-800\/100{ + fill: rgb(159 18 57 / 1); +} +.fill-rose-900\/0{ + fill: rgb(136 19 55 / 0); +} +.fill-rose-900\/5{ + fill: rgb(136 19 55 / 0.05); +} +.fill-rose-900\/10{ + fill: rgb(136 19 55 / 0.1); +} +.fill-rose-900\/20{ + fill: rgb(136 19 55 / 0.2); +} +.fill-rose-900\/25{ + fill: rgb(136 19 55 / 0.25); +} +.fill-rose-900\/30{ + fill: rgb(136 19 55 / 0.3); +} +.fill-rose-900\/40{ + fill: rgb(136 19 55 / 0.4); +} +.fill-rose-900\/50{ + fill: rgb(136 19 55 / 0.5); +} +.fill-rose-900\/60{ + fill: rgb(136 19 55 / 0.6); +} +.fill-rose-900\/70{ + fill: rgb(136 19 55 / 0.7); +} +.fill-rose-900\/75{ + fill: rgb(136 19 55 / 0.75); +} +.fill-rose-900\/80{ + fill: rgb(136 19 55 / 0.8); +} +.fill-rose-900\/90{ + fill: rgb(136 19 55 / 0.9); +} +.fill-rose-900\/95{ + fill: rgb(136 19 55 / 0.95); +} +.fill-rose-900\/100{ + fill: rgb(136 19 55 / 1); +} +.fill-rose\/0{ + fill: rgb(244 63 94 / 0); +} +.fill-rose\/5{ + fill: rgb(244 63 94 / 0.05); +} +.fill-rose\/10{ + fill: rgb(244 63 94 / 0.1); +} +.fill-rose\/20{ + fill: rgb(244 63 94 / 0.2); +} +.fill-rose\/25{ + fill: rgb(244 63 94 / 0.25); +} +.fill-rose\/30{ + fill: rgb(244 63 94 / 0.3); +} +.fill-rose\/40{ + fill: rgb(244 63 94 / 0.4); +} +.fill-rose\/50{ + fill: rgb(244 63 94 / 0.5); +} +.fill-rose\/60{ + fill: rgb(244 63 94 / 0.6); +} +.fill-rose\/70{ + fill: rgb(244 63 94 / 0.7); +} +.fill-rose\/75{ + fill: rgb(244 63 94 / 0.75); +} +.fill-rose\/80{ + fill: rgb(244 63 94 / 0.8); +} +.fill-rose\/90{ + fill: rgb(244 63 94 / 0.9); +} +.fill-rose\/95{ + fill: rgb(244 63 94 / 0.95); +} +.fill-rose\/100{ + fill: rgb(244 63 94 / 1); +} +.fill-lilac-100\/0{ + fill: rgb(245 247 250 / 0); +} +.fill-lilac-100\/5{ + fill: rgb(245 247 250 / 0.05); +} +.fill-lilac-100\/10{ + fill: rgb(245 247 250 / 0.1); +} +.fill-lilac-100\/20{ + fill: rgb(245 247 250 / 0.2); +} +.fill-lilac-100\/25{ + fill: rgb(245 247 250 / 0.25); +} +.fill-lilac-100\/30{ + fill: rgb(245 247 250 / 0.3); +} +.fill-lilac-100\/40{ + fill: rgb(245 247 250 / 0.4); +} +.fill-lilac-100\/50{ + fill: rgb(245 247 250 / 0.5); +} +.fill-lilac-100\/60{ + fill: rgb(245 247 250 / 0.6); +} +.fill-lilac-100\/70{ + fill: rgb(245 247 250 / 0.7); +} +.fill-lilac-100\/75{ + fill: rgb(245 247 250 / 0.75); +} +.fill-lilac-100\/80{ + fill: rgb(245 247 250 / 0.8); +} +.fill-lilac-100\/90{ + fill: rgb(245 247 250 / 0.9); +} +.fill-lilac-100\/95{ + fill: rgb(245 247 250 / 0.95); +} +.fill-lilac-100\/100{ + fill: rgb(245 247 250 / 1); +} +.fill-lilac-300\/0{ + fill: rgb(237 240 252 / 0); +} +.fill-lilac-300\/5{ + fill: rgb(237 240 252 / 0.05); +} +.fill-lilac-300\/10{ + fill: rgb(237 240 252 / 0.1); +} +.fill-lilac-300\/20{ + fill: rgb(237 240 252 / 0.2); +} +.fill-lilac-300\/25{ + fill: rgb(237 240 252 / 0.25); +} +.fill-lilac-300\/30{ + fill: rgb(237 240 252 / 0.3); +} +.fill-lilac-300\/40{ + fill: rgb(237 240 252 / 0.4); +} +.fill-lilac-300\/50{ + fill: rgb(237 240 252 / 0.5); +} +.fill-lilac-300\/60{ + fill: rgb(237 240 252 / 0.6); +} +.fill-lilac-300\/70{ + fill: rgb(237 240 252 / 0.7); +} +.fill-lilac-300\/75{ + fill: rgb(237 240 252 / 0.75); +} +.fill-lilac-300\/80{ + fill: rgb(237 240 252 / 0.8); +} +.fill-lilac-300\/90{ + fill: rgb(237 240 252 / 0.9); +} +.fill-lilac-300\/95{ + fill: rgb(237 240 252 / 0.95); +} +.fill-lilac-300\/100{ + fill: rgb(237 240 252 / 1); +} +.fill-lilac-900\/0{ + fill: rgb(220 226 249 / 0); +} +.fill-lilac-900\/5{ + fill: rgb(220 226 249 / 0.05); +} +.fill-lilac-900\/10{ + fill: rgb(220 226 249 / 0.1); +} +.fill-lilac-900\/20{ + fill: rgb(220 226 249 / 0.2); +} +.fill-lilac-900\/25{ + fill: rgb(220 226 249 / 0.25); +} +.fill-lilac-900\/30{ + fill: rgb(220 226 249 / 0.3); +} +.fill-lilac-900\/40{ + fill: rgb(220 226 249 / 0.4); +} +.fill-lilac-900\/50{ + fill: rgb(220 226 249 / 0.5); +} +.fill-lilac-900\/60{ + fill: rgb(220 226 249 / 0.6); +} +.fill-lilac-900\/70{ + fill: rgb(220 226 249 / 0.7); +} +.fill-lilac-900\/75{ + fill: rgb(220 226 249 / 0.75); +} +.fill-lilac-900\/80{ + fill: rgb(220 226 249 / 0.8); +} +.fill-lilac-900\/90{ + fill: rgb(220 226 249 / 0.9); +} +.fill-lilac-900\/95{ + fill: rgb(220 226 249 / 0.95); +} +.fill-lilac-900\/100{ + fill: rgb(220 226 249 / 1); +} +.fill-lilac\/0{ + fill: rgb(248 249 254 / 0); +} +.fill-lilac\/5{ + fill: rgb(248 249 254 / 0.05); +} +.fill-lilac\/10{ + fill: rgb(248 249 254 / 0.1); +} +.fill-lilac\/20{ + fill: rgb(248 249 254 / 0.2); +} +.fill-lilac\/25{ + fill: rgb(248 249 254 / 0.25); +} +.fill-lilac\/30{ + fill: rgb(248 249 254 / 0.3); +} +.fill-lilac\/40{ + fill: rgb(248 249 254 / 0.4); +} +.fill-lilac\/50{ + fill: rgb(248 249 254 / 0.5); +} +.fill-lilac\/60{ + fill: rgb(248 249 254 / 0.6); +} +.fill-lilac\/70{ + fill: rgb(248 249 254 / 0.7); +} +.fill-lilac\/75{ + fill: rgb(248 249 254 / 0.75); +} +.fill-lilac\/80{ + fill: rgb(248 249 254 / 0.8); +} +.fill-lilac\/90{ + fill: rgb(248 249 254 / 0.9); +} +.fill-lilac\/95{ + fill: rgb(248 249 254 / 0.95); +} +.fill-lilac\/100{ + fill: rgb(248 249 254 / 1); +} +.fill-golden-900\/0{ + fill: rgb(191 184 130 / 0); +} +.fill-golden-900\/5{ + fill: rgb(191 184 130 / 0.05); +} +.fill-golden-900\/10{ + fill: rgb(191 184 130 / 0.1); +} +.fill-golden-900\/20{ + fill: rgb(191 184 130 / 0.2); +} +.fill-golden-900\/25{ + fill: rgb(191 184 130 / 0.25); +} +.fill-golden-900\/30{ + fill: rgb(191 184 130 / 0.3); +} +.fill-golden-900\/40{ + fill: rgb(191 184 130 / 0.4); +} +.fill-golden-900\/50{ + fill: rgb(191 184 130 / 0.5); +} +.fill-golden-900\/60{ + fill: rgb(191 184 130 / 0.6); +} +.fill-golden-900\/70{ + fill: rgb(191 184 130 / 0.7); +} +.fill-golden-900\/75{ + fill: rgb(191 184 130 / 0.75); +} +.fill-golden-900\/80{ + fill: rgb(191 184 130 / 0.8); +} +.fill-golden-900\/90{ + fill: rgb(191 184 130 / 0.9); +} +.fill-golden-900\/95{ + fill: rgb(191 184 130 / 0.95); +} +.fill-golden-900\/100{ + fill: rgb(191 184 130 / 1); +} +.fill-golden\/0{ + fill: rgb(209 201 137 / 0); +} +.fill-golden\/5{ + fill: rgb(209 201 137 / 0.05); +} +.fill-golden\/10{ + fill: rgb(209 201 137 / 0.1); +} +.fill-golden\/20{ + fill: rgb(209 201 137 / 0.2); +} +.fill-golden\/25{ + fill: rgb(209 201 137 / 0.25); +} +.fill-golden\/30{ + fill: rgb(209 201 137 / 0.3); +} +.fill-golden\/40{ + fill: rgb(209 201 137 / 0.4); +} +.fill-golden\/50{ + fill: rgb(209 201 137 / 0.5); +} +.fill-golden\/60{ + fill: rgb(209 201 137 / 0.6); +} +.fill-golden\/70{ + fill: rgb(209 201 137 / 0.7); +} +.fill-golden\/75{ + fill: rgb(209 201 137 / 0.75); +} +.fill-golden\/80{ + fill: rgb(209 201 137 / 0.8); +} +.fill-golden\/90{ + fill: rgb(209 201 137 / 0.9); +} +.fill-golden\/95{ + fill: rgb(209 201 137 / 0.95); +} +.fill-golden\/100{ + fill: rgb(209 201 137 / 1); +} +.fill-status-success\/0{ + fill: rgb(241 246 238 / 0); +} +.fill-status-success\/5{ + fill: rgb(241 246 238 / 0.05); +} +.fill-status-success\/10{ + fill: rgb(241 246 238 / 0.1); +} +.fill-status-success\/20{ + fill: rgb(241 246 238 / 0.2); +} +.fill-status-success\/25{ + fill: rgb(241 246 238 / 0.25); +} +.fill-status-success\/30{ + fill: rgb(241 246 238 / 0.3); +} +.fill-status-success\/40{ + fill: rgb(241 246 238 / 0.4); +} +.fill-status-success\/50{ + fill: rgb(241 246 238 / 0.5); +} +.fill-status-success\/60{ + fill: rgb(241 246 238 / 0.6); +} +.fill-status-success\/70{ + fill: rgb(241 246 238 / 0.7); +} +.fill-status-success\/75{ + fill: rgb(241 246 238 / 0.75); +} +.fill-status-success\/80{ + fill: rgb(241 246 238 / 0.8); +} +.fill-status-success\/90{ + fill: rgb(241 246 238 / 0.9); +} +.fill-status-success\/95{ + fill: rgb(241 246 238 / 0.95); +} +.fill-status-success\/100{ + fill: rgb(241 246 238 / 1); +} +.fill-status-danger\/0{ + fill: rgb(250 230 230 / 0); +} +.fill-status-danger\/5{ + fill: rgb(250 230 230 / 0.05); +} +.fill-status-danger\/10{ + fill: rgb(250 230 230 / 0.1); +} +.fill-status-danger\/20{ + fill: rgb(250 230 230 / 0.2); +} +.fill-status-danger\/25{ + fill: rgb(250 230 230 / 0.25); +} +.fill-status-danger\/30{ + fill: rgb(250 230 230 / 0.3); +} +.fill-status-danger\/40{ + fill: rgb(250 230 230 / 0.4); +} +.fill-status-danger\/50{ + fill: rgb(250 230 230 / 0.5); +} +.fill-status-danger\/60{ + fill: rgb(250 230 230 / 0.6); +} +.fill-status-danger\/70{ + fill: rgb(250 230 230 / 0.7); +} +.fill-status-danger\/75{ + fill: rgb(250 230 230 / 0.75); +} +.fill-status-danger\/80{ + fill: rgb(250 230 230 / 0.8); +} +.fill-status-danger\/90{ + fill: rgb(250 230 230 / 0.9); +} +.fill-status-danger\/95{ + fill: rgb(250 230 230 / 0.95); +} +.fill-status-danger\/100{ + fill: rgb(250 230 230 / 1); +} +.fill-status-sent\/0{ + fill: rgb(254 245 231 / 0); +} +.fill-status-sent\/5{ + fill: rgb(254 245 231 / 0.05); +} +.fill-status-sent\/10{ + fill: rgb(254 245 231 / 0.1); +} +.fill-status-sent\/20{ + fill: rgb(254 245 231 / 0.2); +} +.fill-status-sent\/25{ + fill: rgb(254 245 231 / 0.25); +} +.fill-status-sent\/30{ + fill: rgb(254 245 231 / 0.3); +} +.fill-status-sent\/40{ + fill: rgb(254 245 231 / 0.4); +} +.fill-status-sent\/50{ + fill: rgb(254 245 231 / 0.5); +} +.fill-status-sent\/60{ + fill: rgb(254 245 231 / 0.6); +} +.fill-status-sent\/70{ + fill: rgb(254 245 231 / 0.7); +} +.fill-status-sent\/75{ + fill: rgb(254 245 231 / 0.75); +} +.fill-status-sent\/80{ + fill: rgb(254 245 231 / 0.8); +} +.fill-status-sent\/90{ + fill: rgb(254 245 231 / 0.9); +} +.fill-status-sent\/95{ + fill: rgb(254 245 231 / 0.95); +} +.fill-status-sent\/100{ + fill: rgb(254 245 231 / 1); +} +.fill-status-viewed\/0{ + fill: rgb(238 238 243 / 0); +} +.fill-status-viewed\/5{ + fill: rgb(238 238 243 / 0.05); +} +.fill-status-viewed\/10{ + fill: rgb(238 238 243 / 0.1); +} +.fill-status-viewed\/20{ + fill: rgb(238 238 243 / 0.2); +} +.fill-status-viewed\/25{ + fill: rgb(238 238 243 / 0.25); +} +.fill-status-viewed\/30{ + fill: rgb(238 238 243 / 0.3); +} +.fill-status-viewed\/40{ + fill: rgb(238 238 243 / 0.4); +} +.fill-status-viewed\/50{ + fill: rgb(238 238 243 / 0.5); +} +.fill-status-viewed\/60{ + fill: rgb(238 238 243 / 0.6); +} +.fill-status-viewed\/70{ + fill: rgb(238 238 243 / 0.7); +} +.fill-status-viewed\/75{ + fill: rgb(238 238 243 / 0.75); +} +.fill-status-viewed\/80{ + fill: rgb(238 238 243 / 0.8); +} +.fill-status-viewed\/90{ + fill: rgb(238 238 243 / 0.9); +} +.fill-status-viewed\/95{ + fill: rgb(238 238 243 / 0.95); +} +.fill-status-viewed\/100{ + fill: rgb(238 238 243 / 1); +} +.fill-status-draft\/0{ + fill: rgb(236 236 236 / 0); +} +.fill-status-draft\/5{ + fill: rgb(236 236 236 / 0.05); +} +.fill-status-draft\/10{ + fill: rgb(236 236 236 / 0.1); +} +.fill-status-draft\/20{ + fill: rgb(236 236 236 / 0.2); +} +.fill-status-draft\/25{ + fill: rgb(236 236 236 / 0.25); +} +.fill-status-draft\/30{ + fill: rgb(236 236 236 / 0.3); +} +.fill-status-draft\/40{ + fill: rgb(236 236 236 / 0.4); +} +.fill-status-draft\/50{ + fill: rgb(236 236 236 / 0.5); +} +.fill-status-draft\/60{ + fill: rgb(236 236 236 / 0.6); +} +.fill-status-draft\/70{ + fill: rgb(236 236 236 / 0.7); +} +.fill-status-draft\/75{ + fill: rgb(236 236 236 / 0.75); +} +.fill-status-draft\/80{ + fill: rgb(236 236 236 / 0.8); +} +.fill-status-draft\/90{ + fill: rgb(236 236 236 / 0.9); +} +.fill-status-draft\/95{ + fill: rgb(236 236 236 / 0.95); +} +.fill-status-draft\/100{ + fill: rgb(236 236 236 / 1); +} +.fill-status-partial\/0{ + fill: rgb(230 241 246 / 0); +} +.fill-status-partial\/5{ + fill: rgb(230 241 246 / 0.05); +} +.fill-status-partial\/10{ + fill: rgb(230 241 246 / 0.1); +} +.fill-status-partial\/20{ + fill: rgb(230 241 246 / 0.2); +} +.fill-status-partial\/25{ + fill: rgb(230 241 246 / 0.25); +} +.fill-status-partial\/30{ + fill: rgb(230 241 246 / 0.3); +} +.fill-status-partial\/40{ + fill: rgb(230 241 246 / 0.4); +} +.fill-status-partial\/50{ + fill: rgb(230 241 246 / 0.5); +} +.fill-status-partial\/60{ + fill: rgb(230 241 246 / 0.6); +} +.fill-status-partial\/70{ + fill: rgb(230 241 246 / 0.7); +} +.fill-status-partial\/75{ + fill: rgb(230 241 246 / 0.75); +} +.fill-status-partial\/80{ + fill: rgb(230 241 246 / 0.8); +} +.fill-status-partial\/90{ + fill: rgb(230 241 246 / 0.9); +} +.fill-status-partial\/95{ + fill: rgb(230 241 246 / 0.95); +} +.fill-status-partial\/100{ + fill: rgb(230 241 246 / 1); +} +.fill-status-canceled\/0{ + fill: rgb(40 40 40 / 0); +} +.fill-status-canceled\/5{ + fill: rgb(40 40 40 / 0.05); +} +.fill-status-canceled\/10{ + fill: rgb(40 40 40 / 0.1); +} +.fill-status-canceled\/20{ + fill: rgb(40 40 40 / 0.2); +} +.fill-status-canceled\/25{ + fill: rgb(40 40 40 / 0.25); +} +.fill-status-canceled\/30{ + fill: rgb(40 40 40 / 0.3); +} +.fill-status-canceled\/40{ + fill: rgb(40 40 40 / 0.4); +} +.fill-status-canceled\/50{ + fill: rgb(40 40 40 / 0.5); +} +.fill-status-canceled\/60{ + fill: rgb(40 40 40 / 0.6); +} +.fill-status-canceled\/70{ + fill: rgb(40 40 40 / 0.7); +} +.fill-status-canceled\/75{ + fill: rgb(40 40 40 / 0.75); +} +.fill-status-canceled\/80{ + fill: rgb(40 40 40 / 0.8); +} +.fill-status-canceled\/90{ + fill: rgb(40 40 40 / 0.9); +} +.fill-status-canceled\/95{ + fill: rgb(40 40 40 / 0.95); +} +.fill-status-canceled\/100{ + fill: rgb(40 40 40 / 1); +} +.fill-status-warning\/0{ + fill: rgb(254 245 231 / 0); +} +.fill-status-warning\/5{ + fill: rgb(254 245 231 / 0.05); +} +.fill-status-warning\/10{ + fill: rgb(254 245 231 / 0.1); +} +.fill-status-warning\/20{ + fill: rgb(254 245 231 / 0.2); +} +.fill-status-warning\/25{ + fill: rgb(254 245 231 / 0.25); +} +.fill-status-warning\/30{ + fill: rgb(254 245 231 / 0.3); +} +.fill-status-warning\/40{ + fill: rgb(254 245 231 / 0.4); +} +.fill-status-warning\/50{ + fill: rgb(254 245 231 / 0.5); +} +.fill-status-warning\/60{ + fill: rgb(254 245 231 / 0.6); +} +.fill-status-warning\/70{ + fill: rgb(254 245 231 / 0.7); +} +.fill-status-warning\/75{ + fill: rgb(254 245 231 / 0.75); +} +.fill-status-warning\/80{ + fill: rgb(254 245 231 / 0.8); +} +.fill-status-warning\/90{ + fill: rgb(254 245 231 / 0.9); +} +.fill-status-warning\/95{ + fill: rgb(254 245 231 / 0.95); +} +.fill-status-warning\/100{ + fill: rgb(254 245 231 / 1); +} +.fill-text-status-success\/0{ + fill: rgb(99 145 74 / 0); +} +.fill-text-status-success\/5{ + fill: rgb(99 145 74 / 0.05); +} +.fill-text-status-success\/10{ + fill: rgb(99 145 74 / 0.1); +} +.fill-text-status-success\/20{ + fill: rgb(99 145 74 / 0.2); +} +.fill-text-status-success\/25{ + fill: rgb(99 145 74 / 0.25); +} +.fill-text-status-success\/30{ + fill: rgb(99 145 74 / 0.3); +} +.fill-text-status-success\/40{ + fill: rgb(99 145 74 / 0.4); +} +.fill-text-status-success\/50{ + fill: rgb(99 145 74 / 0.5); +} +.fill-text-status-success\/60{ + fill: rgb(99 145 74 / 0.6); +} +.fill-text-status-success\/70{ + fill: rgb(99 145 74 / 0.7); +} +.fill-text-status-success\/75{ + fill: rgb(99 145 74 / 0.75); +} +.fill-text-status-success\/80{ + fill: rgb(99 145 74 / 0.8); +} +.fill-text-status-success\/90{ + fill: rgb(99 145 74 / 0.9); +} +.fill-text-status-success\/95{ + fill: rgb(99 145 74 / 0.95); +} +.fill-text-status-success\/100{ + fill: rgb(99 145 74 / 1); +} +.fill-text-status-danger\/0{ + fill: rgb(184 0 0 / 0); +} +.fill-text-status-danger\/5{ + fill: rgb(184 0 0 / 0.05); +} +.fill-text-status-danger\/10{ + fill: rgb(184 0 0 / 0.1); +} +.fill-text-status-danger\/20{ + fill: rgb(184 0 0 / 0.2); +} +.fill-text-status-danger\/25{ + fill: rgb(184 0 0 / 0.25); +} +.fill-text-status-danger\/30{ + fill: rgb(184 0 0 / 0.3); +} +.fill-text-status-danger\/40{ + fill: rgb(184 0 0 / 0.4); +} +.fill-text-status-danger\/50{ + fill: rgb(184 0 0 / 0.5); +} +.fill-text-status-danger\/60{ + fill: rgb(184 0 0 / 0.6); +} +.fill-text-status-danger\/70{ + fill: rgb(184 0 0 / 0.7); +} +.fill-text-status-danger\/75{ + fill: rgb(184 0 0 / 0.75); +} +.fill-text-status-danger\/80{ + fill: rgb(184 0 0 / 0.8); +} +.fill-text-status-danger\/90{ + fill: rgb(184 0 0 / 0.9); +} +.fill-text-status-danger\/95{ + fill: rgb(184 0 0 / 0.95); +} +.fill-text-status-danger\/100{ + fill: rgb(184 0 0 / 1); +} +.fill-text-status-sent\/0{ + fill: rgb(221 142 10 / 0); +} +.fill-text-status-sent\/5{ + fill: rgb(221 142 10 / 0.05); +} +.fill-text-status-sent\/10{ + fill: rgb(221 142 10 / 0.1); +} +.fill-text-status-sent\/20{ + fill: rgb(221 142 10 / 0.2); +} +.fill-text-status-sent\/25{ + fill: rgb(221 142 10 / 0.25); +} +.fill-text-status-sent\/30{ + fill: rgb(221 142 10 / 0.3); +} +.fill-text-status-sent\/40{ + fill: rgb(221 142 10 / 0.4); +} +.fill-text-status-sent\/50{ + fill: rgb(221 142 10 / 0.5); +} +.fill-text-status-sent\/60{ + fill: rgb(221 142 10 / 0.6); +} +.fill-text-status-sent\/70{ + fill: rgb(221 142 10 / 0.7); +} +.fill-text-status-sent\/75{ + fill: rgb(221 142 10 / 0.75); +} +.fill-text-status-sent\/80{ + fill: rgb(221 142 10 / 0.8); +} +.fill-text-status-sent\/90{ + fill: rgb(221 142 10 / 0.9); +} +.fill-text-status-sent\/95{ + fill: rgb(221 142 10 / 0.95); +} +.fill-text-status-sent\/100{ + fill: rgb(221 142 10 / 1); +} +.fill-text-status-viewed\/0{ + fill: rgb(77 79 125 / 0); +} +.fill-text-status-viewed\/5{ + fill: rgb(77 79 125 / 0.05); +} +.fill-text-status-viewed\/10{ + fill: rgb(77 79 125 / 0.1); +} +.fill-text-status-viewed\/20{ + fill: rgb(77 79 125 / 0.2); +} +.fill-text-status-viewed\/25{ + fill: rgb(77 79 125 / 0.25); +} +.fill-text-status-viewed\/30{ + fill: rgb(77 79 125 / 0.3); +} +.fill-text-status-viewed\/40{ + fill: rgb(77 79 125 / 0.4); +} +.fill-text-status-viewed\/50{ + fill: rgb(77 79 125 / 0.5); +} +.fill-text-status-viewed\/60{ + fill: rgb(77 79 125 / 0.6); +} +.fill-text-status-viewed\/70{ + fill: rgb(77 79 125 / 0.7); +} +.fill-text-status-viewed\/75{ + fill: rgb(77 79 125 / 0.75); +} +.fill-text-status-viewed\/80{ + fill: rgb(77 79 125 / 0.8); +} +.fill-text-status-viewed\/90{ + fill: rgb(77 79 125 / 0.9); +} +.fill-text-status-viewed\/95{ + fill: rgb(77 79 125 / 0.95); +} +.fill-text-status-viewed\/100{ + fill: rgb(77 79 125 / 1); +} +.fill-text-status-draft\/0{ + fill: rgb(59 59 59 / 0); +} +.fill-text-status-draft\/5{ + fill: rgb(59 59 59 / 0.05); +} +.fill-text-status-draft\/10{ + fill: rgb(59 59 59 / 0.1); +} +.fill-text-status-draft\/20{ + fill: rgb(59 59 59 / 0.2); +} +.fill-text-status-draft\/25{ + fill: rgb(59 59 59 / 0.25); +} +.fill-text-status-draft\/30{ + fill: rgb(59 59 59 / 0.3); +} +.fill-text-status-draft\/40{ + fill: rgb(59 59 59 / 0.4); +} +.fill-text-status-draft\/50{ + fill: rgb(59 59 59 / 0.5); +} +.fill-text-status-draft\/60{ + fill: rgb(59 59 59 / 0.6); +} +.fill-text-status-draft\/70{ + fill: rgb(59 59 59 / 0.7); +} +.fill-text-status-draft\/75{ + fill: rgb(59 59 59 / 0.75); +} +.fill-text-status-draft\/80{ + fill: rgb(59 59 59 / 0.8); +} +.fill-text-status-draft\/90{ + fill: rgb(59 59 59 / 0.9); +} +.fill-text-status-draft\/95{ + fill: rgb(59 59 59 / 0.95); +} +.fill-text-status-draft\/100{ + fill: rgb(59 59 59 / 1); +} +.fill-text-status-partial\/0{ + fill: rgb(0 99 149 / 0); +} +.fill-text-status-partial\/5{ + fill: rgb(0 99 149 / 0.05); +} +.fill-text-status-partial\/10{ + fill: rgb(0 99 149 / 0.1); +} +.fill-text-status-partial\/20{ + fill: rgb(0 99 149 / 0.2); +} +.fill-text-status-partial\/25{ + fill: rgb(0 99 149 / 0.25); +} +.fill-text-status-partial\/30{ + fill: rgb(0 99 149 / 0.3); +} +.fill-text-status-partial\/40{ + fill: rgb(0 99 149 / 0.4); +} +.fill-text-status-partial\/50{ + fill: rgb(0 99 149 / 0.5); +} +.fill-text-status-partial\/60{ + fill: rgb(0 99 149 / 0.6); +} +.fill-text-status-partial\/70{ + fill: rgb(0 99 149 / 0.7); +} +.fill-text-status-partial\/75{ + fill: rgb(0 99 149 / 0.75); +} +.fill-text-status-partial\/80{ + fill: rgb(0 99 149 / 0.8); +} +.fill-text-status-partial\/90{ + fill: rgb(0 99 149 / 0.9); +} +.fill-text-status-partial\/95{ + fill: rgb(0 99 149 / 0.95); +} +.fill-text-status-partial\/100{ + fill: rgb(0 99 149 / 1); +} +.fill-text-status-canceled\/0{ + fill: rgb(255 255 255 / 0); +} +.fill-text-status-canceled\/5{ + fill: rgb(255 255 255 / 0.05); +} +.fill-text-status-canceled\/10{ + fill: rgb(255 255 255 / 0.1); +} +.fill-text-status-canceled\/20{ + fill: rgb(255 255 255 / 0.2); +} +.fill-text-status-canceled\/25{ + fill: rgb(255 255 255 / 0.25); +} +.fill-text-status-canceled\/30{ + fill: rgb(255 255 255 / 0.3); +} +.fill-text-status-canceled\/40{ + fill: rgb(255 255 255 / 0.4); +} +.fill-text-status-canceled\/50{ + fill: rgb(255 255 255 / 0.5); +} +.fill-text-status-canceled\/60{ + fill: rgb(255 255 255 / 0.6); +} +.fill-text-status-canceled\/70{ + fill: rgb(255 255 255 / 0.7); +} +.fill-text-status-canceled\/75{ + fill: rgb(255 255 255 / 0.75); +} +.fill-text-status-canceled\/80{ + fill: rgb(255 255 255 / 0.8); +} +.fill-text-status-canceled\/90{ + fill: rgb(255 255 255 / 0.9); +} +.fill-text-status-canceled\/95{ + fill: rgb(255 255 255 / 0.95); +} +.fill-text-status-canceled\/100{ + fill: rgb(255 255 255 / 1); +} +.fill-text-status-warning\/0{ + fill: rgb(184 119 8 / 0); +} +.fill-text-status-warning\/5{ + fill: rgb(184 119 8 / 0.05); +} +.fill-text-status-warning\/10{ + fill: rgb(184 119 8 / 0.1); +} +.fill-text-status-warning\/20{ + fill: rgb(184 119 8 / 0.2); +} +.fill-text-status-warning\/25{ + fill: rgb(184 119 8 / 0.25); +} +.fill-text-status-warning\/30{ + fill: rgb(184 119 8 / 0.3); +} +.fill-text-status-warning\/40{ + fill: rgb(184 119 8 / 0.4); +} +.fill-text-status-warning\/50{ + fill: rgb(184 119 8 / 0.5); +} +.fill-text-status-warning\/60{ + fill: rgb(184 119 8 / 0.6); +} +.fill-text-status-warning\/70{ + fill: rgb(184 119 8 / 0.7); +} +.fill-text-status-warning\/75{ + fill: rgb(184 119 8 / 0.75); +} +.fill-text-status-warning\/80{ + fill: rgb(184 119 8 / 0.8); +} +.fill-text-status-warning\/90{ + fill: rgb(184 119 8 / 0.9); +} +.fill-text-status-warning\/95{ + fill: rgb(184 119 8 / 0.95); +} +.fill-text-status-warning\/100{ + fill: rgb(184 119 8 / 1); +} +.fill-body\/0{ + fill: rgb(252 252 252 / 0); +} +.fill-body\/5{ + fill: rgb(252 252 252 / 0.05); +} +.fill-body\/10{ + fill: rgb(252 252 252 / 0.1); +} +.fill-body\/20{ + fill: rgb(252 252 252 / 0.2); +} +.fill-body\/25{ + fill: rgb(252 252 252 / 0.25); +} +.fill-body\/30{ + fill: rgb(252 252 252 / 0.3); +} +.fill-body\/40{ + fill: rgb(252 252 252 / 0.4); +} +.fill-body\/50{ + fill: rgb(252 252 252 / 0.5); +} +.fill-body\/60{ + fill: rgb(252 252 252 / 0.6); +} +.fill-body\/70{ + fill: rgb(252 252 252 / 0.7); +} +.fill-body\/75{ + fill: rgb(252 252 252 / 0.75); +} +.fill-body\/80{ + fill: rgb(252 252 252 / 0.8); +} +.fill-body\/90{ + fill: rgb(252 252 252 / 0.9); +} +.fill-body\/95{ + fill: rgb(252 252 252 / 0.95); +} +.fill-body\/100{ + fill: rgb(252 252 252 / 1); +} +.fill-light-gray\/0{ + fill: rgb(199 201 217 / 0); +} +.fill-light-gray\/5{ + fill: rgb(199 201 217 / 0.05); +} +.fill-light-gray\/10{ + fill: rgb(199 201 217 / 0.1); +} +.fill-light-gray\/20{ + fill: rgb(199 201 217 / 0.2); +} +.fill-light-gray\/25{ + fill: rgb(199 201 217 / 0.25); +} +.fill-light-gray\/30{ + fill: rgb(199 201 217 / 0.3); +} +.fill-light-gray\/40{ + fill: rgb(199 201 217 / 0.4); +} +.fill-light-gray\/50{ + fill: rgb(199 201 217 / 0.5); +} +.fill-light-gray\/60{ + fill: rgb(199 201 217 / 0.6); +} +.fill-light-gray\/70{ + fill: rgb(199 201 217 / 0.7); +} +.fill-light-gray\/75{ + fill: rgb(199 201 217 / 0.75); +} +.fill-light-gray\/80{ + fill: rgb(199 201 217 / 0.8); +} +.fill-light-gray\/90{ + fill: rgb(199 201 217 / 0.9); +} +.fill-light-gray\/95{ + fill: rgb(199 201 217 / 0.95); +} +.fill-light-gray\/100{ + fill: rgb(199 201 217 / 1); +} +.fill-dark-blue\/0{ + fill: rgb(21 40 75 / 0); +} +.fill-dark-blue\/5{ + fill: rgb(21 40 75 / 0.05); +} +.fill-dark-blue\/10{ + fill: rgb(21 40 75 / 0.1); +} +.fill-dark-blue\/20{ + fill: rgb(21 40 75 / 0.2); +} +.fill-dark-blue\/25{ + fill: rgb(21 40 75 / 0.25); +} +.fill-dark-blue\/30{ + fill: rgb(21 40 75 / 0.3); +} +.fill-dark-blue\/40{ + fill: rgb(21 40 75 / 0.4); +} +.fill-dark-blue\/50{ + fill: rgb(21 40 75 / 0.5); +} +.fill-dark-blue\/60{ + fill: rgb(21 40 75 / 0.6); +} +.fill-dark-blue\/70{ + fill: rgb(21 40 75 / 0.7); +} +.fill-dark-blue\/75{ + fill: rgb(21 40 75 / 0.75); +} +.fill-dark-blue\/80{ + fill: rgb(21 40 75 / 0.8); +} +.fill-dark-blue\/90{ + fill: rgb(21 40 75 / 0.9); +} +.fill-dark-blue\/95{ + fill: rgb(21 40 75 / 0.95); +} +.fill-dark-blue\/100{ + fill: rgb(21 40 75 / 1); +} +.fill-lighter-gray\/0{ + fill: rgb(242 242 245 / 0); +} +.fill-lighter-gray\/5{ + fill: rgb(242 242 245 / 0.05); +} +.fill-lighter-gray\/10{ + fill: rgb(242 242 245 / 0.1); +} +.fill-lighter-gray\/20{ + fill: rgb(242 242 245 / 0.2); +} +.fill-lighter-gray\/25{ + fill: rgb(242 242 245 / 0.25); +} +.fill-lighter-gray\/30{ + fill: rgb(242 242 245 / 0.3); +} +.fill-lighter-gray\/40{ + fill: rgb(242 242 245 / 0.4); +} +.fill-lighter-gray\/50{ + fill: rgb(242 242 245 / 0.5); +} +.fill-lighter-gray\/60{ + fill: rgb(242 242 245 / 0.6); +} +.fill-lighter-gray\/70{ + fill: rgb(242 242 245 / 0.7); +} +.fill-lighter-gray\/75{ + fill: rgb(242 242 245 / 0.75); +} +.fill-lighter-gray\/80{ + fill: rgb(242 242 245 / 0.8); +} +.fill-lighter-gray\/90{ + fill: rgb(242 242 245 / 0.9); +} +.fill-lighter-gray\/95{ + fill: rgb(242 242 245 / 0.95); +} +.fill-lighter-gray\/100{ + fill: rgb(242 242 245 / 1); +} +.fill-purple-lighter\/0{ + fill: rgb(242 244 252 / 0); +} +.fill-purple-lighter\/5{ + fill: rgb(242 244 252 / 0.05); +} +.fill-purple-lighter\/10{ + fill: rgb(242 244 252 / 0.1); +} +.fill-purple-lighter\/20{ + fill: rgb(242 244 252 / 0.2); +} +.fill-purple-lighter\/25{ + fill: rgb(242 244 252 / 0.25); +} +.fill-purple-lighter\/30{ + fill: rgb(242 244 252 / 0.3); +} +.fill-purple-lighter\/40{ + fill: rgb(242 244 252 / 0.4); +} +.fill-purple-lighter\/50{ + fill: rgb(242 244 252 / 0.5); +} +.fill-purple-lighter\/60{ + fill: rgb(242 244 252 / 0.6); +} +.fill-purple-lighter\/70{ + fill: rgb(242 244 252 / 0.7); +} +.fill-purple-lighter\/75{ + fill: rgb(242 244 252 / 0.75); +} +.fill-purple-lighter\/80{ + fill: rgb(242 244 252 / 0.8); +} +.fill-purple-lighter\/90{ + fill: rgb(242 244 252 / 0.9); +} +.fill-purple-lighter\/95{ + fill: rgb(242 244 252 / 0.95); +} +.fill-purple-lighter\/100{ + fill: rgb(242 244 252 / 1); +} +.fill-modal-background\/0{ + fill: rgb(0 0 0 / 0); +} +.fill-modal-background\/5{ + fill: rgb(0 0 0 / 0.05); +} +.fill-modal-background\/10{ + fill: rgb(0 0 0 / 0.1); +} +.fill-modal-background\/20{ + fill: rgb(0 0 0 / 0.2); +} +.fill-modal-background\/25{ + fill: rgb(0 0 0 / 0.25); +} +.fill-modal-background\/30{ + fill: rgb(0 0 0 / 0.3); +} +.fill-modal-background\/40{ + fill: rgb(0 0 0 / 0.4); +} +.fill-modal-background\/50{ + fill: rgb(0 0 0 / 0.5); +} +.fill-modal-background\/60{ + fill: rgb(0 0 0 / 0.6); +} +.fill-modal-background\/70{ + fill: rgb(0 0 0 / 0.7); +} +.fill-modal-background\/75{ + fill: rgb(0 0 0 / 0.75); +} +.fill-modal-background\/80{ + fill: rgb(0 0 0 / 0.8); +} +.fill-modal-background\/90{ + fill: rgb(0 0 0 / 0.9); +} +.fill-modal-background\/95{ + fill: rgb(0 0 0 / 0.95); +} +.fill-modal-background\/100{ + fill: rgb(0 0 0 / 1); +} +.fill-testing\/0{ + fill: rgb(147 95 7 / 0); +} +.fill-testing\/5{ + fill: rgb(147 95 7 / 0.05); +} +.fill-testing\/10{ + fill: rgb(147 95 7 / 0.1); +} +.fill-testing\/20{ + fill: rgb(147 95 7 / 0.2); +} +.fill-testing\/25{ + fill: rgb(147 95 7 / 0.25); +} +.fill-testing\/30{ + fill: rgb(147 95 7 / 0.3); +} +.fill-testing\/40{ + fill: rgb(147 95 7 / 0.4); +} +.fill-testing\/50{ + fill: rgb(147 95 7 / 0.5); +} +.fill-testing\/60{ + fill: rgb(147 95 7 / 0.6); +} +.fill-testing\/70{ + fill: rgb(147 95 7 / 0.7); +} +.fill-testing\/75{ + fill: rgb(147 95 7 / 0.75); +} +.fill-testing\/80{ + fill: rgb(147 95 7 / 0.8); +} +.fill-testing\/90{ + fill: rgb(147 95 7 / 0.9); +} +.fill-testing\/95{ + fill: rgb(147 95 7 / 0.95); +} +.fill-testing\/100{ + fill: rgb(147 95 7 / 1); +} .stroke-inherit{ stroke: inherit; } @@ -30609,6 +208694,12066 @@ input[type="date"]::-webkit-inner-spin-button, .stroke-testing{ stroke: #935f07; } +.stroke-transparent\/0{ + stroke: rgb(0 0 0 / 0); +} +.stroke-transparent\/5{ + stroke: rgb(0 0 0 / 0.05); +} +.stroke-transparent\/10{ + stroke: rgb(0 0 0 / 0.1); +} +.stroke-transparent\/20{ + stroke: rgb(0 0 0 / 0.2); +} +.stroke-transparent\/25{ + stroke: rgb(0 0 0 / 0.25); +} +.stroke-transparent\/30{ + stroke: rgb(0 0 0 / 0.3); +} +.stroke-transparent\/40{ + stroke: rgb(0 0 0 / 0.4); +} +.stroke-transparent\/50{ + stroke: rgb(0 0 0 / 0.5); +} +.stroke-transparent\/60{ + stroke: rgb(0 0 0 / 0.6); +} +.stroke-transparent\/70{ + stroke: rgb(0 0 0 / 0.7); +} +.stroke-transparent\/75{ + stroke: rgb(0 0 0 / 0.75); +} +.stroke-transparent\/80{ + stroke: rgb(0 0 0 / 0.8); +} +.stroke-transparent\/90{ + stroke: rgb(0 0 0 / 0.9); +} +.stroke-transparent\/95{ + stroke: rgb(0 0 0 / 0.95); +} +.stroke-transparent\/100{ + stroke: rgb(0 0 0 / 1); +} +.stroke-black-50\/0{ + stroke: rgb(246 246 246 / 0); +} +.stroke-black-50\/5{ + stroke: rgb(246 246 246 / 0.05); +} +.stroke-black-50\/10{ + stroke: rgb(246 246 246 / 0.1); +} +.stroke-black-50\/20{ + stroke: rgb(246 246 246 / 0.2); +} +.stroke-black-50\/25{ + stroke: rgb(246 246 246 / 0.25); +} +.stroke-black-50\/30{ + stroke: rgb(246 246 246 / 0.3); +} +.stroke-black-50\/40{ + stroke: rgb(246 246 246 / 0.4); +} +.stroke-black-50\/50{ + stroke: rgb(246 246 246 / 0.5); +} +.stroke-black-50\/60{ + stroke: rgb(246 246 246 / 0.6); +} +.stroke-black-50\/70{ + stroke: rgb(246 246 246 / 0.7); +} +.stroke-black-50\/75{ + stroke: rgb(246 246 246 / 0.75); +} +.stroke-black-50\/80{ + stroke: rgb(246 246 246 / 0.8); +} +.stroke-black-50\/90{ + stroke: rgb(246 246 246 / 0.9); +} +.stroke-black-50\/95{ + stroke: rgb(246 246 246 / 0.95); +} +.stroke-black-50\/100{ + stroke: rgb(246 246 246 / 1); +} +.stroke-black-100\/0{ + stroke: rgb(236 236 236 / 0); +} +.stroke-black-100\/5{ + stroke: rgb(236 236 236 / 0.05); +} +.stroke-black-100\/10{ + stroke: rgb(236 236 236 / 0.1); +} +.stroke-black-100\/20{ + stroke: rgb(236 236 236 / 0.2); +} +.stroke-black-100\/25{ + stroke: rgb(236 236 236 / 0.25); +} +.stroke-black-100\/30{ + stroke: rgb(236 236 236 / 0.3); +} +.stroke-black-100\/40{ + stroke: rgb(236 236 236 / 0.4); +} +.stroke-black-100\/50{ + stroke: rgb(236 236 236 / 0.5); +} +.stroke-black-100\/60{ + stroke: rgb(236 236 236 / 0.6); +} +.stroke-black-100\/70{ + stroke: rgb(236 236 236 / 0.7); +} +.stroke-black-100\/75{ + stroke: rgb(236 236 236 / 0.75); +} +.stroke-black-100\/80{ + stroke: rgb(236 236 236 / 0.8); +} +.stroke-black-100\/90{ + stroke: rgb(236 236 236 / 0.9); +} +.stroke-black-100\/95{ + stroke: rgb(236 236 236 / 0.95); +} +.stroke-black-100\/100{ + stroke: rgb(236 236 236 / 1); +} +.stroke-black-200\/0{ + stroke: rgb(208 208 208 / 0); +} +.stroke-black-200\/5{ + stroke: rgb(208 208 208 / 0.05); +} +.stroke-black-200\/10{ + stroke: rgb(208 208 208 / 0.1); +} +.stroke-black-200\/20{ + stroke: rgb(208 208 208 / 0.2); +} +.stroke-black-200\/25{ + stroke: rgb(208 208 208 / 0.25); +} +.stroke-black-200\/30{ + stroke: rgb(208 208 208 / 0.3); +} +.stroke-black-200\/40{ + stroke: rgb(208 208 208 / 0.4); +} +.stroke-black-200\/50{ + stroke: rgb(208 208 208 / 0.5); +} +.stroke-black-200\/60{ + stroke: rgb(208 208 208 / 0.6); +} +.stroke-black-200\/70{ + stroke: rgb(208 208 208 / 0.7); +} +.stroke-black-200\/75{ + stroke: rgb(208 208 208 / 0.75); +} +.stroke-black-200\/80{ + stroke: rgb(208 208 208 / 0.8); +} +.stroke-black-200\/90{ + stroke: rgb(208 208 208 / 0.9); +} +.stroke-black-200\/95{ + stroke: rgb(208 208 208 / 0.95); +} +.stroke-black-200\/100{ + stroke: rgb(208 208 208 / 1); +} +.stroke-black-300\/0{ + stroke: rgb(179 179 179 / 0); +} +.stroke-black-300\/5{ + stroke: rgb(179 179 179 / 0.05); +} +.stroke-black-300\/10{ + stroke: rgb(179 179 179 / 0.1); +} +.stroke-black-300\/20{ + stroke: rgb(179 179 179 / 0.2); +} +.stroke-black-300\/25{ + stroke: rgb(179 179 179 / 0.25); +} +.stroke-black-300\/30{ + stroke: rgb(179 179 179 / 0.3); +} +.stroke-black-300\/40{ + stroke: rgb(179 179 179 / 0.4); +} +.stroke-black-300\/50{ + stroke: rgb(179 179 179 / 0.5); +} +.stroke-black-300\/60{ + stroke: rgb(179 179 179 / 0.6); +} +.stroke-black-300\/70{ + stroke: rgb(179 179 179 / 0.7); +} +.stroke-black-300\/75{ + stroke: rgb(179 179 179 / 0.75); +} +.stroke-black-300\/80{ + stroke: rgb(179 179 179 / 0.8); +} +.stroke-black-300\/90{ + stroke: rgb(179 179 179 / 0.9); +} +.stroke-black-300\/95{ + stroke: rgb(179 179 179 / 0.95); +} +.stroke-black-300\/100{ + stroke: rgb(179 179 179 / 1); +} +.stroke-black-400\/0{ + stroke: rgb(123 123 123 / 0); +} +.stroke-black-400\/5{ + stroke: rgb(123 123 123 / 0.05); +} +.stroke-black-400\/10{ + stroke: rgb(123 123 123 / 0.1); +} +.stroke-black-400\/20{ + stroke: rgb(123 123 123 / 0.2); +} +.stroke-black-400\/25{ + stroke: rgb(123 123 123 / 0.25); +} +.stroke-black-400\/30{ + stroke: rgb(123 123 123 / 0.3); +} +.stroke-black-400\/40{ + stroke: rgb(123 123 123 / 0.4); +} +.stroke-black-400\/50{ + stroke: rgb(123 123 123 / 0.5); +} +.stroke-black-400\/60{ + stroke: rgb(123 123 123 / 0.6); +} +.stroke-black-400\/70{ + stroke: rgb(123 123 123 / 0.7); +} +.stroke-black-400\/75{ + stroke: rgb(123 123 123 / 0.75); +} +.stroke-black-400\/80{ + stroke: rgb(123 123 123 / 0.8); +} +.stroke-black-400\/90{ + stroke: rgb(123 123 123 / 0.9); +} +.stroke-black-400\/95{ + stroke: rgb(123 123 123 / 0.95); +} +.stroke-black-400\/100{ + stroke: rgb(123 123 123 / 1); +} +.stroke-black-500\/0{ + stroke: rgb(66 66 66 / 0); +} +.stroke-black-500\/5{ + stroke: rgb(66 66 66 / 0.05); +} +.stroke-black-500\/10{ + stroke: rgb(66 66 66 / 0.1); +} +.stroke-black-500\/20{ + stroke: rgb(66 66 66 / 0.2); +} +.stroke-black-500\/25{ + stroke: rgb(66 66 66 / 0.25); +} +.stroke-black-500\/30{ + stroke: rgb(66 66 66 / 0.3); +} +.stroke-black-500\/40{ + stroke: rgb(66 66 66 / 0.4); +} +.stroke-black-500\/50{ + stroke: rgb(66 66 66 / 0.5); +} +.stroke-black-500\/60{ + stroke: rgb(66 66 66 / 0.6); +} +.stroke-black-500\/70{ + stroke: rgb(66 66 66 / 0.7); +} +.stroke-black-500\/75{ + stroke: rgb(66 66 66 / 0.75); +} +.stroke-black-500\/80{ + stroke: rgb(66 66 66 / 0.8); +} +.stroke-black-500\/90{ + stroke: rgb(66 66 66 / 0.9); +} +.stroke-black-500\/95{ + stroke: rgb(66 66 66 / 0.95); +} +.stroke-black-500\/100{ + stroke: rgb(66 66 66 / 1); +} +.stroke-black-600\/0{ + stroke: rgb(59 59 59 / 0); +} +.stroke-black-600\/5{ + stroke: rgb(59 59 59 / 0.05); +} +.stroke-black-600\/10{ + stroke: rgb(59 59 59 / 0.1); +} +.stroke-black-600\/20{ + stroke: rgb(59 59 59 / 0.2); +} +.stroke-black-600\/25{ + stroke: rgb(59 59 59 / 0.25); +} +.stroke-black-600\/30{ + stroke: rgb(59 59 59 / 0.3); +} +.stroke-black-600\/40{ + stroke: rgb(59 59 59 / 0.4); +} +.stroke-black-600\/50{ + stroke: rgb(59 59 59 / 0.5); +} +.stroke-black-600\/60{ + stroke: rgb(59 59 59 / 0.6); +} +.stroke-black-600\/70{ + stroke: rgb(59 59 59 / 0.7); +} +.stroke-black-600\/75{ + stroke: rgb(59 59 59 / 0.75); +} +.stroke-black-600\/80{ + stroke: rgb(59 59 59 / 0.8); +} +.stroke-black-600\/90{ + stroke: rgb(59 59 59 / 0.9); +} +.stroke-black-600\/95{ + stroke: rgb(59 59 59 / 0.95); +} +.stroke-black-600\/100{ + stroke: rgb(59 59 59 / 1); +} +.stroke-black-700\/0{ + stroke: rgb(50 50 50 / 0); +} +.stroke-black-700\/5{ + stroke: rgb(50 50 50 / 0.05); +} +.stroke-black-700\/10{ + stroke: rgb(50 50 50 / 0.1); +} +.stroke-black-700\/20{ + stroke: rgb(50 50 50 / 0.2); +} +.stroke-black-700\/25{ + stroke: rgb(50 50 50 / 0.25); +} +.stroke-black-700\/30{ + stroke: rgb(50 50 50 / 0.3); +} +.stroke-black-700\/40{ + stroke: rgb(50 50 50 / 0.4); +} +.stroke-black-700\/50{ + stroke: rgb(50 50 50 / 0.5); +} +.stroke-black-700\/60{ + stroke: rgb(50 50 50 / 0.6); +} +.stroke-black-700\/70{ + stroke: rgb(50 50 50 / 0.7); +} +.stroke-black-700\/75{ + stroke: rgb(50 50 50 / 0.75); +} +.stroke-black-700\/80{ + stroke: rgb(50 50 50 / 0.8); +} +.stroke-black-700\/90{ + stroke: rgb(50 50 50 / 0.9); +} +.stroke-black-700\/95{ + stroke: rgb(50 50 50 / 0.95); +} +.stroke-black-700\/100{ + stroke: rgb(50 50 50 / 1); +} +.stroke-black-800\/0{ + stroke: rgb(40 40 40 / 0); +} +.stroke-black-800\/5{ + stroke: rgb(40 40 40 / 0.05); +} +.stroke-black-800\/10{ + stroke: rgb(40 40 40 / 0.1); +} +.stroke-black-800\/20{ + stroke: rgb(40 40 40 / 0.2); +} +.stroke-black-800\/25{ + stroke: rgb(40 40 40 / 0.25); +} +.stroke-black-800\/30{ + stroke: rgb(40 40 40 / 0.3); +} +.stroke-black-800\/40{ + stroke: rgb(40 40 40 / 0.4); +} +.stroke-black-800\/50{ + stroke: rgb(40 40 40 / 0.5); +} +.stroke-black-800\/60{ + stroke: rgb(40 40 40 / 0.6); +} +.stroke-black-800\/70{ + stroke: rgb(40 40 40 / 0.7); +} +.stroke-black-800\/75{ + stroke: rgb(40 40 40 / 0.75); +} +.stroke-black-800\/80{ + stroke: rgb(40 40 40 / 0.8); +} +.stroke-black-800\/90{ + stroke: rgb(40 40 40 / 0.9); +} +.stroke-black-800\/95{ + stroke: rgb(40 40 40 / 0.95); +} +.stroke-black-800\/100{ + stroke: rgb(40 40 40 / 1); +} +.stroke-black-900\/0{ + stroke: rgb(32 32 32 / 0); +} +.stroke-black-900\/5{ + stroke: rgb(32 32 32 / 0.05); +} +.stroke-black-900\/10{ + stroke: rgb(32 32 32 / 0.1); +} +.stroke-black-900\/20{ + stroke: rgb(32 32 32 / 0.2); +} +.stroke-black-900\/25{ + stroke: rgb(32 32 32 / 0.25); +} +.stroke-black-900\/30{ + stroke: rgb(32 32 32 / 0.3); +} +.stroke-black-900\/40{ + stroke: rgb(32 32 32 / 0.4); +} +.stroke-black-900\/50{ + stroke: rgb(32 32 32 / 0.5); +} +.stroke-black-900\/60{ + stroke: rgb(32 32 32 / 0.6); +} +.stroke-black-900\/70{ + stroke: rgb(32 32 32 / 0.7); +} +.stroke-black-900\/75{ + stroke: rgb(32 32 32 / 0.75); +} +.stroke-black-900\/80{ + stroke: rgb(32 32 32 / 0.8); +} +.stroke-black-900\/90{ + stroke: rgb(32 32 32 / 0.9); +} +.stroke-black-900\/95{ + stroke: rgb(32 32 32 / 0.95); +} +.stroke-black-900\/100{ + stroke: rgb(32 32 32 / 1); +} +.stroke-black\/0{ + stroke: rgb(66 66 66 / 0); +} +.stroke-black\/5{ + stroke: rgb(66 66 66 / 0.05); +} +.stroke-black\/10{ + stroke: rgb(66 66 66 / 0.1); +} +.stroke-black\/20{ + stroke: rgb(66 66 66 / 0.2); +} +.stroke-black\/25{ + stroke: rgb(66 66 66 / 0.25); +} +.stroke-black\/30{ + stroke: rgb(66 66 66 / 0.3); +} +.stroke-black\/40{ + stroke: rgb(66 66 66 / 0.4); +} +.stroke-black\/50{ + stroke: rgb(66 66 66 / 0.5); +} +.stroke-black\/60{ + stroke: rgb(66 66 66 / 0.6); +} +.stroke-black\/70{ + stroke: rgb(66 66 66 / 0.7); +} +.stroke-black\/75{ + stroke: rgb(66 66 66 / 0.75); +} +.stroke-black\/80{ + stroke: rgb(66 66 66 / 0.8); +} +.stroke-black\/90{ + stroke: rgb(66 66 66 / 0.9); +} +.stroke-black\/95{ + stroke: rgb(66 66 66 / 0.95); +} +.stroke-black\/100{ + stroke: rgb(66 66 66 / 1); +} +.stroke-white\/0{ + stroke: rgb(255 255 255 / 0); +} +.stroke-white\/5{ + stroke: rgb(255 255 255 / 0.05); +} +.stroke-white\/10{ + stroke: rgb(255 255 255 / 0.1); +} +.stroke-white\/20{ + stroke: rgb(255 255 255 / 0.2); +} +.stroke-white\/25{ + stroke: rgb(255 255 255 / 0.25); +} +.stroke-white\/30{ + stroke: rgb(255 255 255 / 0.3); +} +.stroke-white\/40{ + stroke: rgb(255 255 255 / 0.4); +} +.stroke-white\/50{ + stroke: rgb(255 255 255 / 0.5); +} +.stroke-white\/60{ + stroke: rgb(255 255 255 / 0.6); +} +.stroke-white\/70{ + stroke: rgb(255 255 255 / 0.7); +} +.stroke-white\/75{ + stroke: rgb(255 255 255 / 0.75); +} +.stroke-white\/80{ + stroke: rgb(255 255 255 / 0.8); +} +.stroke-white\/90{ + stroke: rgb(255 255 255 / 0.9); +} +.stroke-white\/95{ + stroke: rgb(255 255 255 / 0.95); +} +.stroke-white\/100{ + stroke: rgb(255 255 255 / 1); +} +.stroke-slate-50\/0{ + stroke: rgb(248 250 252 / 0); +} +.stroke-slate-50\/5{ + stroke: rgb(248 250 252 / 0.05); +} +.stroke-slate-50\/10{ + stroke: rgb(248 250 252 / 0.1); +} +.stroke-slate-50\/20{ + stroke: rgb(248 250 252 / 0.2); +} +.stroke-slate-50\/25{ + stroke: rgb(248 250 252 / 0.25); +} +.stroke-slate-50\/30{ + stroke: rgb(248 250 252 / 0.3); +} +.stroke-slate-50\/40{ + stroke: rgb(248 250 252 / 0.4); +} +.stroke-slate-50\/50{ + stroke: rgb(248 250 252 / 0.5); +} +.stroke-slate-50\/60{ + stroke: rgb(248 250 252 / 0.6); +} +.stroke-slate-50\/70{ + stroke: rgb(248 250 252 / 0.7); +} +.stroke-slate-50\/75{ + stroke: rgb(248 250 252 / 0.75); +} +.stroke-slate-50\/80{ + stroke: rgb(248 250 252 / 0.8); +} +.stroke-slate-50\/90{ + stroke: rgb(248 250 252 / 0.9); +} +.stroke-slate-50\/95{ + stroke: rgb(248 250 252 / 0.95); +} +.stroke-slate-50\/100{ + stroke: rgb(248 250 252 / 1); +} +.stroke-slate-100\/0{ + stroke: rgb(241 245 249 / 0); +} +.stroke-slate-100\/5{ + stroke: rgb(241 245 249 / 0.05); +} +.stroke-slate-100\/10{ + stroke: rgb(241 245 249 / 0.1); +} +.stroke-slate-100\/20{ + stroke: rgb(241 245 249 / 0.2); +} +.stroke-slate-100\/25{ + stroke: rgb(241 245 249 / 0.25); +} +.stroke-slate-100\/30{ + stroke: rgb(241 245 249 / 0.3); +} +.stroke-slate-100\/40{ + stroke: rgb(241 245 249 / 0.4); +} +.stroke-slate-100\/50{ + stroke: rgb(241 245 249 / 0.5); +} +.stroke-slate-100\/60{ + stroke: rgb(241 245 249 / 0.6); +} +.stroke-slate-100\/70{ + stroke: rgb(241 245 249 / 0.7); +} +.stroke-slate-100\/75{ + stroke: rgb(241 245 249 / 0.75); +} +.stroke-slate-100\/80{ + stroke: rgb(241 245 249 / 0.8); +} +.stroke-slate-100\/90{ + stroke: rgb(241 245 249 / 0.9); +} +.stroke-slate-100\/95{ + stroke: rgb(241 245 249 / 0.95); +} +.stroke-slate-100\/100{ + stroke: rgb(241 245 249 / 1); +} +.stroke-slate-200\/0{ + stroke: rgb(226 232 240 / 0); +} +.stroke-slate-200\/5{ + stroke: rgb(226 232 240 / 0.05); +} +.stroke-slate-200\/10{ + stroke: rgb(226 232 240 / 0.1); +} +.stroke-slate-200\/20{ + stroke: rgb(226 232 240 / 0.2); +} +.stroke-slate-200\/25{ + stroke: rgb(226 232 240 / 0.25); +} +.stroke-slate-200\/30{ + stroke: rgb(226 232 240 / 0.3); +} +.stroke-slate-200\/40{ + stroke: rgb(226 232 240 / 0.4); +} +.stroke-slate-200\/50{ + stroke: rgb(226 232 240 / 0.5); +} +.stroke-slate-200\/60{ + stroke: rgb(226 232 240 / 0.6); +} +.stroke-slate-200\/70{ + stroke: rgb(226 232 240 / 0.7); +} +.stroke-slate-200\/75{ + stroke: rgb(226 232 240 / 0.75); +} +.stroke-slate-200\/80{ + stroke: rgb(226 232 240 / 0.8); +} +.stroke-slate-200\/90{ + stroke: rgb(226 232 240 / 0.9); +} +.stroke-slate-200\/95{ + stroke: rgb(226 232 240 / 0.95); +} +.stroke-slate-200\/100{ + stroke: rgb(226 232 240 / 1); +} +.stroke-slate-300\/0{ + stroke: rgb(203 213 225 / 0); +} +.stroke-slate-300\/5{ + stroke: rgb(203 213 225 / 0.05); +} +.stroke-slate-300\/10{ + stroke: rgb(203 213 225 / 0.1); +} +.stroke-slate-300\/20{ + stroke: rgb(203 213 225 / 0.2); +} +.stroke-slate-300\/25{ + stroke: rgb(203 213 225 / 0.25); +} +.stroke-slate-300\/30{ + stroke: rgb(203 213 225 / 0.3); +} +.stroke-slate-300\/40{ + stroke: rgb(203 213 225 / 0.4); +} +.stroke-slate-300\/50{ + stroke: rgb(203 213 225 / 0.5); +} +.stroke-slate-300\/60{ + stroke: rgb(203 213 225 / 0.6); +} +.stroke-slate-300\/70{ + stroke: rgb(203 213 225 / 0.7); +} +.stroke-slate-300\/75{ + stroke: rgb(203 213 225 / 0.75); +} +.stroke-slate-300\/80{ + stroke: rgb(203 213 225 / 0.8); +} +.stroke-slate-300\/90{ + stroke: rgb(203 213 225 / 0.9); +} +.stroke-slate-300\/95{ + stroke: rgb(203 213 225 / 0.95); +} +.stroke-slate-300\/100{ + stroke: rgb(203 213 225 / 1); +} +.stroke-slate-400\/0{ + stroke: rgb(148 163 184 / 0); +} +.stroke-slate-400\/5{ + stroke: rgb(148 163 184 / 0.05); +} +.stroke-slate-400\/10{ + stroke: rgb(148 163 184 / 0.1); +} +.stroke-slate-400\/20{ + stroke: rgb(148 163 184 / 0.2); +} +.stroke-slate-400\/25{ + stroke: rgb(148 163 184 / 0.25); +} +.stroke-slate-400\/30{ + stroke: rgb(148 163 184 / 0.3); +} +.stroke-slate-400\/40{ + stroke: rgb(148 163 184 / 0.4); +} +.stroke-slate-400\/50{ + stroke: rgb(148 163 184 / 0.5); +} +.stroke-slate-400\/60{ + stroke: rgb(148 163 184 / 0.6); +} +.stroke-slate-400\/70{ + stroke: rgb(148 163 184 / 0.7); +} +.stroke-slate-400\/75{ + stroke: rgb(148 163 184 / 0.75); +} +.stroke-slate-400\/80{ + stroke: rgb(148 163 184 / 0.8); +} +.stroke-slate-400\/90{ + stroke: rgb(148 163 184 / 0.9); +} +.stroke-slate-400\/95{ + stroke: rgb(148 163 184 / 0.95); +} +.stroke-slate-400\/100{ + stroke: rgb(148 163 184 / 1); +} +.stroke-slate-500\/0{ + stroke: rgb(100 116 139 / 0); +} +.stroke-slate-500\/5{ + stroke: rgb(100 116 139 / 0.05); +} +.stroke-slate-500\/10{ + stroke: rgb(100 116 139 / 0.1); +} +.stroke-slate-500\/20{ + stroke: rgb(100 116 139 / 0.2); +} +.stroke-slate-500\/25{ + stroke: rgb(100 116 139 / 0.25); +} +.stroke-slate-500\/30{ + stroke: rgb(100 116 139 / 0.3); +} +.stroke-slate-500\/40{ + stroke: rgb(100 116 139 / 0.4); +} +.stroke-slate-500\/50{ + stroke: rgb(100 116 139 / 0.5); +} +.stroke-slate-500\/60{ + stroke: rgb(100 116 139 / 0.6); +} +.stroke-slate-500\/70{ + stroke: rgb(100 116 139 / 0.7); +} +.stroke-slate-500\/75{ + stroke: rgb(100 116 139 / 0.75); +} +.stroke-slate-500\/80{ + stroke: rgb(100 116 139 / 0.8); +} +.stroke-slate-500\/90{ + stroke: rgb(100 116 139 / 0.9); +} +.stroke-slate-500\/95{ + stroke: rgb(100 116 139 / 0.95); +} +.stroke-slate-500\/100{ + stroke: rgb(100 116 139 / 1); +} +.stroke-slate-600\/0{ + stroke: rgb(71 85 105 / 0); +} +.stroke-slate-600\/5{ + stroke: rgb(71 85 105 / 0.05); +} +.stroke-slate-600\/10{ + stroke: rgb(71 85 105 / 0.1); +} +.stroke-slate-600\/20{ + stroke: rgb(71 85 105 / 0.2); +} +.stroke-slate-600\/25{ + stroke: rgb(71 85 105 / 0.25); +} +.stroke-slate-600\/30{ + stroke: rgb(71 85 105 / 0.3); +} +.stroke-slate-600\/40{ + stroke: rgb(71 85 105 / 0.4); +} +.stroke-slate-600\/50{ + stroke: rgb(71 85 105 / 0.5); +} +.stroke-slate-600\/60{ + stroke: rgb(71 85 105 / 0.6); +} +.stroke-slate-600\/70{ + stroke: rgb(71 85 105 / 0.7); +} +.stroke-slate-600\/75{ + stroke: rgb(71 85 105 / 0.75); +} +.stroke-slate-600\/80{ + stroke: rgb(71 85 105 / 0.8); +} +.stroke-slate-600\/90{ + stroke: rgb(71 85 105 / 0.9); +} +.stroke-slate-600\/95{ + stroke: rgb(71 85 105 / 0.95); +} +.stroke-slate-600\/100{ + stroke: rgb(71 85 105 / 1); +} +.stroke-slate-700\/0{ + stroke: rgb(51 65 85 / 0); +} +.stroke-slate-700\/5{ + stroke: rgb(51 65 85 / 0.05); +} +.stroke-slate-700\/10{ + stroke: rgb(51 65 85 / 0.1); +} +.stroke-slate-700\/20{ + stroke: rgb(51 65 85 / 0.2); +} +.stroke-slate-700\/25{ + stroke: rgb(51 65 85 / 0.25); +} +.stroke-slate-700\/30{ + stroke: rgb(51 65 85 / 0.3); +} +.stroke-slate-700\/40{ + stroke: rgb(51 65 85 / 0.4); +} +.stroke-slate-700\/50{ + stroke: rgb(51 65 85 / 0.5); +} +.stroke-slate-700\/60{ + stroke: rgb(51 65 85 / 0.6); +} +.stroke-slate-700\/70{ + stroke: rgb(51 65 85 / 0.7); +} +.stroke-slate-700\/75{ + stroke: rgb(51 65 85 / 0.75); +} +.stroke-slate-700\/80{ + stroke: rgb(51 65 85 / 0.8); +} +.stroke-slate-700\/90{ + stroke: rgb(51 65 85 / 0.9); +} +.stroke-slate-700\/95{ + stroke: rgb(51 65 85 / 0.95); +} +.stroke-slate-700\/100{ + stroke: rgb(51 65 85 / 1); +} +.stroke-slate-800\/0{ + stroke: rgb(30 41 59 / 0); +} +.stroke-slate-800\/5{ + stroke: rgb(30 41 59 / 0.05); +} +.stroke-slate-800\/10{ + stroke: rgb(30 41 59 / 0.1); +} +.stroke-slate-800\/20{ + stroke: rgb(30 41 59 / 0.2); +} +.stroke-slate-800\/25{ + stroke: rgb(30 41 59 / 0.25); +} +.stroke-slate-800\/30{ + stroke: rgb(30 41 59 / 0.3); +} +.stroke-slate-800\/40{ + stroke: rgb(30 41 59 / 0.4); +} +.stroke-slate-800\/50{ + stroke: rgb(30 41 59 / 0.5); +} +.stroke-slate-800\/60{ + stroke: rgb(30 41 59 / 0.6); +} +.stroke-slate-800\/70{ + stroke: rgb(30 41 59 / 0.7); +} +.stroke-slate-800\/75{ + stroke: rgb(30 41 59 / 0.75); +} +.stroke-slate-800\/80{ + stroke: rgb(30 41 59 / 0.8); +} +.stroke-slate-800\/90{ + stroke: rgb(30 41 59 / 0.9); +} +.stroke-slate-800\/95{ + stroke: rgb(30 41 59 / 0.95); +} +.stroke-slate-800\/100{ + stroke: rgb(30 41 59 / 1); +} +.stroke-slate-900\/0{ + stroke: rgb(15 23 42 / 0); +} +.stroke-slate-900\/5{ + stroke: rgb(15 23 42 / 0.05); +} +.stroke-slate-900\/10{ + stroke: rgb(15 23 42 / 0.1); +} +.stroke-slate-900\/20{ + stroke: rgb(15 23 42 / 0.2); +} +.stroke-slate-900\/25{ + stroke: rgb(15 23 42 / 0.25); +} +.stroke-slate-900\/30{ + stroke: rgb(15 23 42 / 0.3); +} +.stroke-slate-900\/40{ + stroke: rgb(15 23 42 / 0.4); +} +.stroke-slate-900\/50{ + stroke: rgb(15 23 42 / 0.5); +} +.stroke-slate-900\/60{ + stroke: rgb(15 23 42 / 0.6); +} +.stroke-slate-900\/70{ + stroke: rgb(15 23 42 / 0.7); +} +.stroke-slate-900\/75{ + stroke: rgb(15 23 42 / 0.75); +} +.stroke-slate-900\/80{ + stroke: rgb(15 23 42 / 0.8); +} +.stroke-slate-900\/90{ + stroke: rgb(15 23 42 / 0.9); +} +.stroke-slate-900\/95{ + stroke: rgb(15 23 42 / 0.95); +} +.stroke-slate-900\/100{ + stroke: rgb(15 23 42 / 1); +} +.stroke-gray-50\/0{ + stroke: rgb(249 250 251 / 0); +} +.stroke-gray-50\/5{ + stroke: rgb(249 250 251 / 0.05); +} +.stroke-gray-50\/10{ + stroke: rgb(249 250 251 / 0.1); +} +.stroke-gray-50\/20{ + stroke: rgb(249 250 251 / 0.2); +} +.stroke-gray-50\/25{ + stroke: rgb(249 250 251 / 0.25); +} +.stroke-gray-50\/30{ + stroke: rgb(249 250 251 / 0.3); +} +.stroke-gray-50\/40{ + stroke: rgb(249 250 251 / 0.4); +} +.stroke-gray-50\/50{ + stroke: rgb(249 250 251 / 0.5); +} +.stroke-gray-50\/60{ + stroke: rgb(249 250 251 / 0.6); +} +.stroke-gray-50\/70{ + stroke: rgb(249 250 251 / 0.7); +} +.stroke-gray-50\/75{ + stroke: rgb(249 250 251 / 0.75); +} +.stroke-gray-50\/80{ + stroke: rgb(249 250 251 / 0.8); +} +.stroke-gray-50\/90{ + stroke: rgb(249 250 251 / 0.9); +} +.stroke-gray-50\/95{ + stroke: rgb(249 250 251 / 0.95); +} +.stroke-gray-50\/100{ + stroke: rgb(249 250 251 / 1); +} +.stroke-gray-100\/0{ + stroke: rgb(243 244 246 / 0); +} +.stroke-gray-100\/5{ + stroke: rgb(243 244 246 / 0.05); +} +.stroke-gray-100\/10{ + stroke: rgb(243 244 246 / 0.1); +} +.stroke-gray-100\/20{ + stroke: rgb(243 244 246 / 0.2); +} +.stroke-gray-100\/25{ + stroke: rgb(243 244 246 / 0.25); +} +.stroke-gray-100\/30{ + stroke: rgb(243 244 246 / 0.3); +} +.stroke-gray-100\/40{ + stroke: rgb(243 244 246 / 0.4); +} +.stroke-gray-100\/50{ + stroke: rgb(243 244 246 / 0.5); +} +.stroke-gray-100\/60{ + stroke: rgb(243 244 246 / 0.6); +} +.stroke-gray-100\/70{ + stroke: rgb(243 244 246 / 0.7); +} +.stroke-gray-100\/75{ + stroke: rgb(243 244 246 / 0.75); +} +.stroke-gray-100\/80{ + stroke: rgb(243 244 246 / 0.8); +} +.stroke-gray-100\/90{ + stroke: rgb(243 244 246 / 0.9); +} +.stroke-gray-100\/95{ + stroke: rgb(243 244 246 / 0.95); +} +.stroke-gray-100\/100{ + stroke: rgb(243 244 246 / 1); +} +.stroke-gray-200\/0{ + stroke: rgb(229 231 235 / 0); +} +.stroke-gray-200\/5{ + stroke: rgb(229 231 235 / 0.05); +} +.stroke-gray-200\/10{ + stroke: rgb(229 231 235 / 0.1); +} +.stroke-gray-200\/20{ + stroke: rgb(229 231 235 / 0.2); +} +.stroke-gray-200\/25{ + stroke: rgb(229 231 235 / 0.25); +} +.stroke-gray-200\/30{ + stroke: rgb(229 231 235 / 0.3); +} +.stroke-gray-200\/40{ + stroke: rgb(229 231 235 / 0.4); +} +.stroke-gray-200\/50{ + stroke: rgb(229 231 235 / 0.5); +} +.stroke-gray-200\/60{ + stroke: rgb(229 231 235 / 0.6); +} +.stroke-gray-200\/70{ + stroke: rgb(229 231 235 / 0.7); +} +.stroke-gray-200\/75{ + stroke: rgb(229 231 235 / 0.75); +} +.stroke-gray-200\/80{ + stroke: rgb(229 231 235 / 0.8); +} +.stroke-gray-200\/90{ + stroke: rgb(229 231 235 / 0.9); +} +.stroke-gray-200\/95{ + stroke: rgb(229 231 235 / 0.95); +} +.stroke-gray-200\/100{ + stroke: rgb(229 231 235 / 1); +} +.stroke-gray-300\/0{ + stroke: rgb(209 213 219 / 0); +} +.stroke-gray-300\/5{ + stroke: rgb(209 213 219 / 0.05); +} +.stroke-gray-300\/10{ + stroke: rgb(209 213 219 / 0.1); +} +.stroke-gray-300\/20{ + stroke: rgb(209 213 219 / 0.2); +} +.stroke-gray-300\/25{ + stroke: rgb(209 213 219 / 0.25); +} +.stroke-gray-300\/30{ + stroke: rgb(209 213 219 / 0.3); +} +.stroke-gray-300\/40{ + stroke: rgb(209 213 219 / 0.4); +} +.stroke-gray-300\/50{ + stroke: rgb(209 213 219 / 0.5); +} +.stroke-gray-300\/60{ + stroke: rgb(209 213 219 / 0.6); +} +.stroke-gray-300\/70{ + stroke: rgb(209 213 219 / 0.7); +} +.stroke-gray-300\/75{ + stroke: rgb(209 213 219 / 0.75); +} +.stroke-gray-300\/80{ + stroke: rgb(209 213 219 / 0.8); +} +.stroke-gray-300\/90{ + stroke: rgb(209 213 219 / 0.9); +} +.stroke-gray-300\/95{ + stroke: rgb(209 213 219 / 0.95); +} +.stroke-gray-300\/100{ + stroke: rgb(209 213 219 / 1); +} +.stroke-gray-400\/0{ + stroke: rgb(156 163 175 / 0); +} +.stroke-gray-400\/5{ + stroke: rgb(156 163 175 / 0.05); +} +.stroke-gray-400\/10{ + stroke: rgb(156 163 175 / 0.1); +} +.stroke-gray-400\/20{ + stroke: rgb(156 163 175 / 0.2); +} +.stroke-gray-400\/25{ + stroke: rgb(156 163 175 / 0.25); +} +.stroke-gray-400\/30{ + stroke: rgb(156 163 175 / 0.3); +} +.stroke-gray-400\/40{ + stroke: rgb(156 163 175 / 0.4); +} +.stroke-gray-400\/50{ + stroke: rgb(156 163 175 / 0.5); +} +.stroke-gray-400\/60{ + stroke: rgb(156 163 175 / 0.6); +} +.stroke-gray-400\/70{ + stroke: rgb(156 163 175 / 0.7); +} +.stroke-gray-400\/75{ + stroke: rgb(156 163 175 / 0.75); +} +.stroke-gray-400\/80{ + stroke: rgb(156 163 175 / 0.8); +} +.stroke-gray-400\/90{ + stroke: rgb(156 163 175 / 0.9); +} +.stroke-gray-400\/95{ + stroke: rgb(156 163 175 / 0.95); +} +.stroke-gray-400\/100{ + stroke: rgb(156 163 175 / 1); +} +.stroke-gray-500\/0{ + stroke: rgb(107 114 128 / 0); +} +.stroke-gray-500\/5{ + stroke: rgb(107 114 128 / 0.05); +} +.stroke-gray-500\/10{ + stroke: rgb(107 114 128 / 0.1); +} +.stroke-gray-500\/20{ + stroke: rgb(107 114 128 / 0.2); +} +.stroke-gray-500\/25{ + stroke: rgb(107 114 128 / 0.25); +} +.stroke-gray-500\/30{ + stroke: rgb(107 114 128 / 0.3); +} +.stroke-gray-500\/40{ + stroke: rgb(107 114 128 / 0.4); +} +.stroke-gray-500\/50{ + stroke: rgb(107 114 128 / 0.5); +} +.stroke-gray-500\/60{ + stroke: rgb(107 114 128 / 0.6); +} +.stroke-gray-500\/70{ + stroke: rgb(107 114 128 / 0.7); +} +.stroke-gray-500\/75{ + stroke: rgb(107 114 128 / 0.75); +} +.stroke-gray-500\/80{ + stroke: rgb(107 114 128 / 0.8); +} +.stroke-gray-500\/90{ + stroke: rgb(107 114 128 / 0.9); +} +.stroke-gray-500\/95{ + stroke: rgb(107 114 128 / 0.95); +} +.stroke-gray-500\/100{ + stroke: rgb(107 114 128 / 1); +} +.stroke-gray-600\/0{ + stroke: rgb(75 85 99 / 0); +} +.stroke-gray-600\/5{ + stroke: rgb(75 85 99 / 0.05); +} +.stroke-gray-600\/10{ + stroke: rgb(75 85 99 / 0.1); +} +.stroke-gray-600\/20{ + stroke: rgb(75 85 99 / 0.2); +} +.stroke-gray-600\/25{ + stroke: rgb(75 85 99 / 0.25); +} +.stroke-gray-600\/30{ + stroke: rgb(75 85 99 / 0.3); +} +.stroke-gray-600\/40{ + stroke: rgb(75 85 99 / 0.4); +} +.stroke-gray-600\/50{ + stroke: rgb(75 85 99 / 0.5); +} +.stroke-gray-600\/60{ + stroke: rgb(75 85 99 / 0.6); +} +.stroke-gray-600\/70{ + stroke: rgb(75 85 99 / 0.7); +} +.stroke-gray-600\/75{ + stroke: rgb(75 85 99 / 0.75); +} +.stroke-gray-600\/80{ + stroke: rgb(75 85 99 / 0.8); +} +.stroke-gray-600\/90{ + stroke: rgb(75 85 99 / 0.9); +} +.stroke-gray-600\/95{ + stroke: rgb(75 85 99 / 0.95); +} +.stroke-gray-600\/100{ + stroke: rgb(75 85 99 / 1); +} +.stroke-gray-700\/0{ + stroke: rgb(55 65 81 / 0); +} +.stroke-gray-700\/5{ + stroke: rgb(55 65 81 / 0.05); +} +.stroke-gray-700\/10{ + stroke: rgb(55 65 81 / 0.1); +} +.stroke-gray-700\/20{ + stroke: rgb(55 65 81 / 0.2); +} +.stroke-gray-700\/25{ + stroke: rgb(55 65 81 / 0.25); +} +.stroke-gray-700\/30{ + stroke: rgb(55 65 81 / 0.3); +} +.stroke-gray-700\/40{ + stroke: rgb(55 65 81 / 0.4); +} +.stroke-gray-700\/50{ + stroke: rgb(55 65 81 / 0.5); +} +.stroke-gray-700\/60{ + stroke: rgb(55 65 81 / 0.6); +} +.stroke-gray-700\/70{ + stroke: rgb(55 65 81 / 0.7); +} +.stroke-gray-700\/75{ + stroke: rgb(55 65 81 / 0.75); +} +.stroke-gray-700\/80{ + stroke: rgb(55 65 81 / 0.8); +} +.stroke-gray-700\/90{ + stroke: rgb(55 65 81 / 0.9); +} +.stroke-gray-700\/95{ + stroke: rgb(55 65 81 / 0.95); +} +.stroke-gray-700\/100{ + stroke: rgb(55 65 81 / 1); +} +.stroke-gray-800\/0{ + stroke: rgb(31 41 55 / 0); +} +.stroke-gray-800\/5{ + stroke: rgb(31 41 55 / 0.05); +} +.stroke-gray-800\/10{ + stroke: rgb(31 41 55 / 0.1); +} +.stroke-gray-800\/20{ + stroke: rgb(31 41 55 / 0.2); +} +.stroke-gray-800\/25{ + stroke: rgb(31 41 55 / 0.25); +} +.stroke-gray-800\/30{ + stroke: rgb(31 41 55 / 0.3); +} +.stroke-gray-800\/40{ + stroke: rgb(31 41 55 / 0.4); +} +.stroke-gray-800\/50{ + stroke: rgb(31 41 55 / 0.5); +} +.stroke-gray-800\/60{ + stroke: rgb(31 41 55 / 0.6); +} +.stroke-gray-800\/70{ + stroke: rgb(31 41 55 / 0.7); +} +.stroke-gray-800\/75{ + stroke: rgb(31 41 55 / 0.75); +} +.stroke-gray-800\/80{ + stroke: rgb(31 41 55 / 0.8); +} +.stroke-gray-800\/90{ + stroke: rgb(31 41 55 / 0.9); +} +.stroke-gray-800\/95{ + stroke: rgb(31 41 55 / 0.95); +} +.stroke-gray-800\/100{ + stroke: rgb(31 41 55 / 1); +} +.stroke-gray-900\/0{ + stroke: rgb(17 24 39 / 0); +} +.stroke-gray-900\/5{ + stroke: rgb(17 24 39 / 0.05); +} +.stroke-gray-900\/10{ + stroke: rgb(17 24 39 / 0.1); +} +.stroke-gray-900\/20{ + stroke: rgb(17 24 39 / 0.2); +} +.stroke-gray-900\/25{ + stroke: rgb(17 24 39 / 0.25); +} +.stroke-gray-900\/30{ + stroke: rgb(17 24 39 / 0.3); +} +.stroke-gray-900\/40{ + stroke: rgb(17 24 39 / 0.4); +} +.stroke-gray-900\/50{ + stroke: rgb(17 24 39 / 0.5); +} +.stroke-gray-900\/60{ + stroke: rgb(17 24 39 / 0.6); +} +.stroke-gray-900\/70{ + stroke: rgb(17 24 39 / 0.7); +} +.stroke-gray-900\/75{ + stroke: rgb(17 24 39 / 0.75); +} +.stroke-gray-900\/80{ + stroke: rgb(17 24 39 / 0.8); +} +.stroke-gray-900\/90{ + stroke: rgb(17 24 39 / 0.9); +} +.stroke-gray-900\/95{ + stroke: rgb(17 24 39 / 0.95); +} +.stroke-gray-900\/100{ + stroke: rgb(17 24 39 / 1); +} +.stroke-zinc-50\/0{ + stroke: rgb(250 250 250 / 0); +} +.stroke-zinc-50\/5{ + stroke: rgb(250 250 250 / 0.05); +} +.stroke-zinc-50\/10{ + stroke: rgb(250 250 250 / 0.1); +} +.stroke-zinc-50\/20{ + stroke: rgb(250 250 250 / 0.2); +} +.stroke-zinc-50\/25{ + stroke: rgb(250 250 250 / 0.25); +} +.stroke-zinc-50\/30{ + stroke: rgb(250 250 250 / 0.3); +} +.stroke-zinc-50\/40{ + stroke: rgb(250 250 250 / 0.4); +} +.stroke-zinc-50\/50{ + stroke: rgb(250 250 250 / 0.5); +} +.stroke-zinc-50\/60{ + stroke: rgb(250 250 250 / 0.6); +} +.stroke-zinc-50\/70{ + stroke: rgb(250 250 250 / 0.7); +} +.stroke-zinc-50\/75{ + stroke: rgb(250 250 250 / 0.75); +} +.stroke-zinc-50\/80{ + stroke: rgb(250 250 250 / 0.8); +} +.stroke-zinc-50\/90{ + stroke: rgb(250 250 250 / 0.9); +} +.stroke-zinc-50\/95{ + stroke: rgb(250 250 250 / 0.95); +} +.stroke-zinc-50\/100{ + stroke: rgb(250 250 250 / 1); +} +.stroke-zinc-100\/0{ + stroke: rgb(244 244 245 / 0); +} +.stroke-zinc-100\/5{ + stroke: rgb(244 244 245 / 0.05); +} +.stroke-zinc-100\/10{ + stroke: rgb(244 244 245 / 0.1); +} +.stroke-zinc-100\/20{ + stroke: rgb(244 244 245 / 0.2); +} +.stroke-zinc-100\/25{ + stroke: rgb(244 244 245 / 0.25); +} +.stroke-zinc-100\/30{ + stroke: rgb(244 244 245 / 0.3); +} +.stroke-zinc-100\/40{ + stroke: rgb(244 244 245 / 0.4); +} +.stroke-zinc-100\/50{ + stroke: rgb(244 244 245 / 0.5); +} +.stroke-zinc-100\/60{ + stroke: rgb(244 244 245 / 0.6); +} +.stroke-zinc-100\/70{ + stroke: rgb(244 244 245 / 0.7); +} +.stroke-zinc-100\/75{ + stroke: rgb(244 244 245 / 0.75); +} +.stroke-zinc-100\/80{ + stroke: rgb(244 244 245 / 0.8); +} +.stroke-zinc-100\/90{ + stroke: rgb(244 244 245 / 0.9); +} +.stroke-zinc-100\/95{ + stroke: rgb(244 244 245 / 0.95); +} +.stroke-zinc-100\/100{ + stroke: rgb(244 244 245 / 1); +} +.stroke-zinc-200\/0{ + stroke: rgb(228 228 231 / 0); +} +.stroke-zinc-200\/5{ + stroke: rgb(228 228 231 / 0.05); +} +.stroke-zinc-200\/10{ + stroke: rgb(228 228 231 / 0.1); +} +.stroke-zinc-200\/20{ + stroke: rgb(228 228 231 / 0.2); +} +.stroke-zinc-200\/25{ + stroke: rgb(228 228 231 / 0.25); +} +.stroke-zinc-200\/30{ + stroke: rgb(228 228 231 / 0.3); +} +.stroke-zinc-200\/40{ + stroke: rgb(228 228 231 / 0.4); +} +.stroke-zinc-200\/50{ + stroke: rgb(228 228 231 / 0.5); +} +.stroke-zinc-200\/60{ + stroke: rgb(228 228 231 / 0.6); +} +.stroke-zinc-200\/70{ + stroke: rgb(228 228 231 / 0.7); +} +.stroke-zinc-200\/75{ + stroke: rgb(228 228 231 / 0.75); +} +.stroke-zinc-200\/80{ + stroke: rgb(228 228 231 / 0.8); +} +.stroke-zinc-200\/90{ + stroke: rgb(228 228 231 / 0.9); +} +.stroke-zinc-200\/95{ + stroke: rgb(228 228 231 / 0.95); +} +.stroke-zinc-200\/100{ + stroke: rgb(228 228 231 / 1); +} +.stroke-zinc-300\/0{ + stroke: rgb(212 212 216 / 0); +} +.stroke-zinc-300\/5{ + stroke: rgb(212 212 216 / 0.05); +} +.stroke-zinc-300\/10{ + stroke: rgb(212 212 216 / 0.1); +} +.stroke-zinc-300\/20{ + stroke: rgb(212 212 216 / 0.2); +} +.stroke-zinc-300\/25{ + stroke: rgb(212 212 216 / 0.25); +} +.stroke-zinc-300\/30{ + stroke: rgb(212 212 216 / 0.3); +} +.stroke-zinc-300\/40{ + stroke: rgb(212 212 216 / 0.4); +} +.stroke-zinc-300\/50{ + stroke: rgb(212 212 216 / 0.5); +} +.stroke-zinc-300\/60{ + stroke: rgb(212 212 216 / 0.6); +} +.stroke-zinc-300\/70{ + stroke: rgb(212 212 216 / 0.7); +} +.stroke-zinc-300\/75{ + stroke: rgb(212 212 216 / 0.75); +} +.stroke-zinc-300\/80{ + stroke: rgb(212 212 216 / 0.8); +} +.stroke-zinc-300\/90{ + stroke: rgb(212 212 216 / 0.9); +} +.stroke-zinc-300\/95{ + stroke: rgb(212 212 216 / 0.95); +} +.stroke-zinc-300\/100{ + stroke: rgb(212 212 216 / 1); +} +.stroke-zinc-400\/0{ + stroke: rgb(161 161 170 / 0); +} +.stroke-zinc-400\/5{ + stroke: rgb(161 161 170 / 0.05); +} +.stroke-zinc-400\/10{ + stroke: rgb(161 161 170 / 0.1); +} +.stroke-zinc-400\/20{ + stroke: rgb(161 161 170 / 0.2); +} +.stroke-zinc-400\/25{ + stroke: rgb(161 161 170 / 0.25); +} +.stroke-zinc-400\/30{ + stroke: rgb(161 161 170 / 0.3); +} +.stroke-zinc-400\/40{ + stroke: rgb(161 161 170 / 0.4); +} +.stroke-zinc-400\/50{ + stroke: rgb(161 161 170 / 0.5); +} +.stroke-zinc-400\/60{ + stroke: rgb(161 161 170 / 0.6); +} +.stroke-zinc-400\/70{ + stroke: rgb(161 161 170 / 0.7); +} +.stroke-zinc-400\/75{ + stroke: rgb(161 161 170 / 0.75); +} +.stroke-zinc-400\/80{ + stroke: rgb(161 161 170 / 0.8); +} +.stroke-zinc-400\/90{ + stroke: rgb(161 161 170 / 0.9); +} +.stroke-zinc-400\/95{ + stroke: rgb(161 161 170 / 0.95); +} +.stroke-zinc-400\/100{ + stroke: rgb(161 161 170 / 1); +} +.stroke-zinc-500\/0{ + stroke: rgb(113 113 122 / 0); +} +.stroke-zinc-500\/5{ + stroke: rgb(113 113 122 / 0.05); +} +.stroke-zinc-500\/10{ + stroke: rgb(113 113 122 / 0.1); +} +.stroke-zinc-500\/20{ + stroke: rgb(113 113 122 / 0.2); +} +.stroke-zinc-500\/25{ + stroke: rgb(113 113 122 / 0.25); +} +.stroke-zinc-500\/30{ + stroke: rgb(113 113 122 / 0.3); +} +.stroke-zinc-500\/40{ + stroke: rgb(113 113 122 / 0.4); +} +.stroke-zinc-500\/50{ + stroke: rgb(113 113 122 / 0.5); +} +.stroke-zinc-500\/60{ + stroke: rgb(113 113 122 / 0.6); +} +.stroke-zinc-500\/70{ + stroke: rgb(113 113 122 / 0.7); +} +.stroke-zinc-500\/75{ + stroke: rgb(113 113 122 / 0.75); +} +.stroke-zinc-500\/80{ + stroke: rgb(113 113 122 / 0.8); +} +.stroke-zinc-500\/90{ + stroke: rgb(113 113 122 / 0.9); +} +.stroke-zinc-500\/95{ + stroke: rgb(113 113 122 / 0.95); +} +.stroke-zinc-500\/100{ + stroke: rgb(113 113 122 / 1); +} +.stroke-zinc-600\/0{ + stroke: rgb(82 82 91 / 0); +} +.stroke-zinc-600\/5{ + stroke: rgb(82 82 91 / 0.05); +} +.stroke-zinc-600\/10{ + stroke: rgb(82 82 91 / 0.1); +} +.stroke-zinc-600\/20{ + stroke: rgb(82 82 91 / 0.2); +} +.stroke-zinc-600\/25{ + stroke: rgb(82 82 91 / 0.25); +} +.stroke-zinc-600\/30{ + stroke: rgb(82 82 91 / 0.3); +} +.stroke-zinc-600\/40{ + stroke: rgb(82 82 91 / 0.4); +} +.stroke-zinc-600\/50{ + stroke: rgb(82 82 91 / 0.5); +} +.stroke-zinc-600\/60{ + stroke: rgb(82 82 91 / 0.6); +} +.stroke-zinc-600\/70{ + stroke: rgb(82 82 91 / 0.7); +} +.stroke-zinc-600\/75{ + stroke: rgb(82 82 91 / 0.75); +} +.stroke-zinc-600\/80{ + stroke: rgb(82 82 91 / 0.8); +} +.stroke-zinc-600\/90{ + stroke: rgb(82 82 91 / 0.9); +} +.stroke-zinc-600\/95{ + stroke: rgb(82 82 91 / 0.95); +} +.stroke-zinc-600\/100{ + stroke: rgb(82 82 91 / 1); +} +.stroke-zinc-700\/0{ + stroke: rgb(63 63 70 / 0); +} +.stroke-zinc-700\/5{ + stroke: rgb(63 63 70 / 0.05); +} +.stroke-zinc-700\/10{ + stroke: rgb(63 63 70 / 0.1); +} +.stroke-zinc-700\/20{ + stroke: rgb(63 63 70 / 0.2); +} +.stroke-zinc-700\/25{ + stroke: rgb(63 63 70 / 0.25); +} +.stroke-zinc-700\/30{ + stroke: rgb(63 63 70 / 0.3); +} +.stroke-zinc-700\/40{ + stroke: rgb(63 63 70 / 0.4); +} +.stroke-zinc-700\/50{ + stroke: rgb(63 63 70 / 0.5); +} +.stroke-zinc-700\/60{ + stroke: rgb(63 63 70 / 0.6); +} +.stroke-zinc-700\/70{ + stroke: rgb(63 63 70 / 0.7); +} +.stroke-zinc-700\/75{ + stroke: rgb(63 63 70 / 0.75); +} +.stroke-zinc-700\/80{ + stroke: rgb(63 63 70 / 0.8); +} +.stroke-zinc-700\/90{ + stroke: rgb(63 63 70 / 0.9); +} +.stroke-zinc-700\/95{ + stroke: rgb(63 63 70 / 0.95); +} +.stroke-zinc-700\/100{ + stroke: rgb(63 63 70 / 1); +} +.stroke-zinc-800\/0{ + stroke: rgb(39 39 42 / 0); +} +.stroke-zinc-800\/5{ + stroke: rgb(39 39 42 / 0.05); +} +.stroke-zinc-800\/10{ + stroke: rgb(39 39 42 / 0.1); +} +.stroke-zinc-800\/20{ + stroke: rgb(39 39 42 / 0.2); +} +.stroke-zinc-800\/25{ + stroke: rgb(39 39 42 / 0.25); +} +.stroke-zinc-800\/30{ + stroke: rgb(39 39 42 / 0.3); +} +.stroke-zinc-800\/40{ + stroke: rgb(39 39 42 / 0.4); +} +.stroke-zinc-800\/50{ + stroke: rgb(39 39 42 / 0.5); +} +.stroke-zinc-800\/60{ + stroke: rgb(39 39 42 / 0.6); +} +.stroke-zinc-800\/70{ + stroke: rgb(39 39 42 / 0.7); +} +.stroke-zinc-800\/75{ + stroke: rgb(39 39 42 / 0.75); +} +.stroke-zinc-800\/80{ + stroke: rgb(39 39 42 / 0.8); +} +.stroke-zinc-800\/90{ + stroke: rgb(39 39 42 / 0.9); +} +.stroke-zinc-800\/95{ + stroke: rgb(39 39 42 / 0.95); +} +.stroke-zinc-800\/100{ + stroke: rgb(39 39 42 / 1); +} +.stroke-zinc-900\/0{ + stroke: rgb(24 24 27 / 0); +} +.stroke-zinc-900\/5{ + stroke: rgb(24 24 27 / 0.05); +} +.stroke-zinc-900\/10{ + stroke: rgb(24 24 27 / 0.1); +} +.stroke-zinc-900\/20{ + stroke: rgb(24 24 27 / 0.2); +} +.stroke-zinc-900\/25{ + stroke: rgb(24 24 27 / 0.25); +} +.stroke-zinc-900\/30{ + stroke: rgb(24 24 27 / 0.3); +} +.stroke-zinc-900\/40{ + stroke: rgb(24 24 27 / 0.4); +} +.stroke-zinc-900\/50{ + stroke: rgb(24 24 27 / 0.5); +} +.stroke-zinc-900\/60{ + stroke: rgb(24 24 27 / 0.6); +} +.stroke-zinc-900\/70{ + stroke: rgb(24 24 27 / 0.7); +} +.stroke-zinc-900\/75{ + stroke: rgb(24 24 27 / 0.75); +} +.stroke-zinc-900\/80{ + stroke: rgb(24 24 27 / 0.8); +} +.stroke-zinc-900\/90{ + stroke: rgb(24 24 27 / 0.9); +} +.stroke-zinc-900\/95{ + stroke: rgb(24 24 27 / 0.95); +} +.stroke-zinc-900\/100{ + stroke: rgb(24 24 27 / 1); +} +.stroke-neutral-50\/0{ + stroke: rgb(250 250 250 / 0); +} +.stroke-neutral-50\/5{ + stroke: rgb(250 250 250 / 0.05); +} +.stroke-neutral-50\/10{ + stroke: rgb(250 250 250 / 0.1); +} +.stroke-neutral-50\/20{ + stroke: rgb(250 250 250 / 0.2); +} +.stroke-neutral-50\/25{ + stroke: rgb(250 250 250 / 0.25); +} +.stroke-neutral-50\/30{ + stroke: rgb(250 250 250 / 0.3); +} +.stroke-neutral-50\/40{ + stroke: rgb(250 250 250 / 0.4); +} +.stroke-neutral-50\/50{ + stroke: rgb(250 250 250 / 0.5); +} +.stroke-neutral-50\/60{ + stroke: rgb(250 250 250 / 0.6); +} +.stroke-neutral-50\/70{ + stroke: rgb(250 250 250 / 0.7); +} +.stroke-neutral-50\/75{ + stroke: rgb(250 250 250 / 0.75); +} +.stroke-neutral-50\/80{ + stroke: rgb(250 250 250 / 0.8); +} +.stroke-neutral-50\/90{ + stroke: rgb(250 250 250 / 0.9); +} +.stroke-neutral-50\/95{ + stroke: rgb(250 250 250 / 0.95); +} +.stroke-neutral-50\/100{ + stroke: rgb(250 250 250 / 1); +} +.stroke-neutral-100\/0{ + stroke: rgb(245 245 245 / 0); +} +.stroke-neutral-100\/5{ + stroke: rgb(245 245 245 / 0.05); +} +.stroke-neutral-100\/10{ + stroke: rgb(245 245 245 / 0.1); +} +.stroke-neutral-100\/20{ + stroke: rgb(245 245 245 / 0.2); +} +.stroke-neutral-100\/25{ + stroke: rgb(245 245 245 / 0.25); +} +.stroke-neutral-100\/30{ + stroke: rgb(245 245 245 / 0.3); +} +.stroke-neutral-100\/40{ + stroke: rgb(245 245 245 / 0.4); +} +.stroke-neutral-100\/50{ + stroke: rgb(245 245 245 / 0.5); +} +.stroke-neutral-100\/60{ + stroke: rgb(245 245 245 / 0.6); +} +.stroke-neutral-100\/70{ + stroke: rgb(245 245 245 / 0.7); +} +.stroke-neutral-100\/75{ + stroke: rgb(245 245 245 / 0.75); +} +.stroke-neutral-100\/80{ + stroke: rgb(245 245 245 / 0.8); +} +.stroke-neutral-100\/90{ + stroke: rgb(245 245 245 / 0.9); +} +.stroke-neutral-100\/95{ + stroke: rgb(245 245 245 / 0.95); +} +.stroke-neutral-100\/100{ + stroke: rgb(245 245 245 / 1); +} +.stroke-neutral-200\/0{ + stroke: rgb(229 229 229 / 0); +} +.stroke-neutral-200\/5{ + stroke: rgb(229 229 229 / 0.05); +} +.stroke-neutral-200\/10{ + stroke: rgb(229 229 229 / 0.1); +} +.stroke-neutral-200\/20{ + stroke: rgb(229 229 229 / 0.2); +} +.stroke-neutral-200\/25{ + stroke: rgb(229 229 229 / 0.25); +} +.stroke-neutral-200\/30{ + stroke: rgb(229 229 229 / 0.3); +} +.stroke-neutral-200\/40{ + stroke: rgb(229 229 229 / 0.4); +} +.stroke-neutral-200\/50{ + stroke: rgb(229 229 229 / 0.5); +} +.stroke-neutral-200\/60{ + stroke: rgb(229 229 229 / 0.6); +} +.stroke-neutral-200\/70{ + stroke: rgb(229 229 229 / 0.7); +} +.stroke-neutral-200\/75{ + stroke: rgb(229 229 229 / 0.75); +} +.stroke-neutral-200\/80{ + stroke: rgb(229 229 229 / 0.8); +} +.stroke-neutral-200\/90{ + stroke: rgb(229 229 229 / 0.9); +} +.stroke-neutral-200\/95{ + stroke: rgb(229 229 229 / 0.95); +} +.stroke-neutral-200\/100{ + stroke: rgb(229 229 229 / 1); +} +.stroke-neutral-300\/0{ + stroke: rgb(212 212 212 / 0); +} +.stroke-neutral-300\/5{ + stroke: rgb(212 212 212 / 0.05); +} +.stroke-neutral-300\/10{ + stroke: rgb(212 212 212 / 0.1); +} +.stroke-neutral-300\/20{ + stroke: rgb(212 212 212 / 0.2); +} +.stroke-neutral-300\/25{ + stroke: rgb(212 212 212 / 0.25); +} +.stroke-neutral-300\/30{ + stroke: rgb(212 212 212 / 0.3); +} +.stroke-neutral-300\/40{ + stroke: rgb(212 212 212 / 0.4); +} +.stroke-neutral-300\/50{ + stroke: rgb(212 212 212 / 0.5); +} +.stroke-neutral-300\/60{ + stroke: rgb(212 212 212 / 0.6); +} +.stroke-neutral-300\/70{ + stroke: rgb(212 212 212 / 0.7); +} +.stroke-neutral-300\/75{ + stroke: rgb(212 212 212 / 0.75); +} +.stroke-neutral-300\/80{ + stroke: rgb(212 212 212 / 0.8); +} +.stroke-neutral-300\/90{ + stroke: rgb(212 212 212 / 0.9); +} +.stroke-neutral-300\/95{ + stroke: rgb(212 212 212 / 0.95); +} +.stroke-neutral-300\/100{ + stroke: rgb(212 212 212 / 1); +} +.stroke-neutral-400\/0{ + stroke: rgb(163 163 163 / 0); +} +.stroke-neutral-400\/5{ + stroke: rgb(163 163 163 / 0.05); +} +.stroke-neutral-400\/10{ + stroke: rgb(163 163 163 / 0.1); +} +.stroke-neutral-400\/20{ + stroke: rgb(163 163 163 / 0.2); +} +.stroke-neutral-400\/25{ + stroke: rgb(163 163 163 / 0.25); +} +.stroke-neutral-400\/30{ + stroke: rgb(163 163 163 / 0.3); +} +.stroke-neutral-400\/40{ + stroke: rgb(163 163 163 / 0.4); +} +.stroke-neutral-400\/50{ + stroke: rgb(163 163 163 / 0.5); +} +.stroke-neutral-400\/60{ + stroke: rgb(163 163 163 / 0.6); +} +.stroke-neutral-400\/70{ + stroke: rgb(163 163 163 / 0.7); +} +.stroke-neutral-400\/75{ + stroke: rgb(163 163 163 / 0.75); +} +.stroke-neutral-400\/80{ + stroke: rgb(163 163 163 / 0.8); +} +.stroke-neutral-400\/90{ + stroke: rgb(163 163 163 / 0.9); +} +.stroke-neutral-400\/95{ + stroke: rgb(163 163 163 / 0.95); +} +.stroke-neutral-400\/100{ + stroke: rgb(163 163 163 / 1); +} +.stroke-neutral-500\/0{ + stroke: rgb(115 115 115 / 0); +} +.stroke-neutral-500\/5{ + stroke: rgb(115 115 115 / 0.05); +} +.stroke-neutral-500\/10{ + stroke: rgb(115 115 115 / 0.1); +} +.stroke-neutral-500\/20{ + stroke: rgb(115 115 115 / 0.2); +} +.stroke-neutral-500\/25{ + stroke: rgb(115 115 115 / 0.25); +} +.stroke-neutral-500\/30{ + stroke: rgb(115 115 115 / 0.3); +} +.stroke-neutral-500\/40{ + stroke: rgb(115 115 115 / 0.4); +} +.stroke-neutral-500\/50{ + stroke: rgb(115 115 115 / 0.5); +} +.stroke-neutral-500\/60{ + stroke: rgb(115 115 115 / 0.6); +} +.stroke-neutral-500\/70{ + stroke: rgb(115 115 115 / 0.7); +} +.stroke-neutral-500\/75{ + stroke: rgb(115 115 115 / 0.75); +} +.stroke-neutral-500\/80{ + stroke: rgb(115 115 115 / 0.8); +} +.stroke-neutral-500\/90{ + stroke: rgb(115 115 115 / 0.9); +} +.stroke-neutral-500\/95{ + stroke: rgb(115 115 115 / 0.95); +} +.stroke-neutral-500\/100{ + stroke: rgb(115 115 115 / 1); +} +.stroke-neutral-600\/0{ + stroke: rgb(82 82 82 / 0); +} +.stroke-neutral-600\/5{ + stroke: rgb(82 82 82 / 0.05); +} +.stroke-neutral-600\/10{ + stroke: rgb(82 82 82 / 0.1); +} +.stroke-neutral-600\/20{ + stroke: rgb(82 82 82 / 0.2); +} +.stroke-neutral-600\/25{ + stroke: rgb(82 82 82 / 0.25); +} +.stroke-neutral-600\/30{ + stroke: rgb(82 82 82 / 0.3); +} +.stroke-neutral-600\/40{ + stroke: rgb(82 82 82 / 0.4); +} +.stroke-neutral-600\/50{ + stroke: rgb(82 82 82 / 0.5); +} +.stroke-neutral-600\/60{ + stroke: rgb(82 82 82 / 0.6); +} +.stroke-neutral-600\/70{ + stroke: rgb(82 82 82 / 0.7); +} +.stroke-neutral-600\/75{ + stroke: rgb(82 82 82 / 0.75); +} +.stroke-neutral-600\/80{ + stroke: rgb(82 82 82 / 0.8); +} +.stroke-neutral-600\/90{ + stroke: rgb(82 82 82 / 0.9); +} +.stroke-neutral-600\/95{ + stroke: rgb(82 82 82 / 0.95); +} +.stroke-neutral-600\/100{ + stroke: rgb(82 82 82 / 1); +} +.stroke-neutral-700\/0{ + stroke: rgb(64 64 64 / 0); +} +.stroke-neutral-700\/5{ + stroke: rgb(64 64 64 / 0.05); +} +.stroke-neutral-700\/10{ + stroke: rgb(64 64 64 / 0.1); +} +.stroke-neutral-700\/20{ + stroke: rgb(64 64 64 / 0.2); +} +.stroke-neutral-700\/25{ + stroke: rgb(64 64 64 / 0.25); +} +.stroke-neutral-700\/30{ + stroke: rgb(64 64 64 / 0.3); +} +.stroke-neutral-700\/40{ + stroke: rgb(64 64 64 / 0.4); +} +.stroke-neutral-700\/50{ + stroke: rgb(64 64 64 / 0.5); +} +.stroke-neutral-700\/60{ + stroke: rgb(64 64 64 / 0.6); +} +.stroke-neutral-700\/70{ + stroke: rgb(64 64 64 / 0.7); +} +.stroke-neutral-700\/75{ + stroke: rgb(64 64 64 / 0.75); +} +.stroke-neutral-700\/80{ + stroke: rgb(64 64 64 / 0.8); +} +.stroke-neutral-700\/90{ + stroke: rgb(64 64 64 / 0.9); +} +.stroke-neutral-700\/95{ + stroke: rgb(64 64 64 / 0.95); +} +.stroke-neutral-700\/100{ + stroke: rgb(64 64 64 / 1); +} +.stroke-neutral-800\/0{ + stroke: rgb(38 38 38 / 0); +} +.stroke-neutral-800\/5{ + stroke: rgb(38 38 38 / 0.05); +} +.stroke-neutral-800\/10{ + stroke: rgb(38 38 38 / 0.1); +} +.stroke-neutral-800\/20{ + stroke: rgb(38 38 38 / 0.2); +} +.stroke-neutral-800\/25{ + stroke: rgb(38 38 38 / 0.25); +} +.stroke-neutral-800\/30{ + stroke: rgb(38 38 38 / 0.3); +} +.stroke-neutral-800\/40{ + stroke: rgb(38 38 38 / 0.4); +} +.stroke-neutral-800\/50{ + stroke: rgb(38 38 38 / 0.5); +} +.stroke-neutral-800\/60{ + stroke: rgb(38 38 38 / 0.6); +} +.stroke-neutral-800\/70{ + stroke: rgb(38 38 38 / 0.7); +} +.stroke-neutral-800\/75{ + stroke: rgb(38 38 38 / 0.75); +} +.stroke-neutral-800\/80{ + stroke: rgb(38 38 38 / 0.8); +} +.stroke-neutral-800\/90{ + stroke: rgb(38 38 38 / 0.9); +} +.stroke-neutral-800\/95{ + stroke: rgb(38 38 38 / 0.95); +} +.stroke-neutral-800\/100{ + stroke: rgb(38 38 38 / 1); +} +.stroke-neutral-900\/0{ + stroke: rgb(23 23 23 / 0); +} +.stroke-neutral-900\/5{ + stroke: rgb(23 23 23 / 0.05); +} +.stroke-neutral-900\/10{ + stroke: rgb(23 23 23 / 0.1); +} +.stroke-neutral-900\/20{ + stroke: rgb(23 23 23 / 0.2); +} +.stroke-neutral-900\/25{ + stroke: rgb(23 23 23 / 0.25); +} +.stroke-neutral-900\/30{ + stroke: rgb(23 23 23 / 0.3); +} +.stroke-neutral-900\/40{ + stroke: rgb(23 23 23 / 0.4); +} +.stroke-neutral-900\/50{ + stroke: rgb(23 23 23 / 0.5); +} +.stroke-neutral-900\/60{ + stroke: rgb(23 23 23 / 0.6); +} +.stroke-neutral-900\/70{ + stroke: rgb(23 23 23 / 0.7); +} +.stroke-neutral-900\/75{ + stroke: rgb(23 23 23 / 0.75); +} +.stroke-neutral-900\/80{ + stroke: rgb(23 23 23 / 0.8); +} +.stroke-neutral-900\/90{ + stroke: rgb(23 23 23 / 0.9); +} +.stroke-neutral-900\/95{ + stroke: rgb(23 23 23 / 0.95); +} +.stroke-neutral-900\/100{ + stroke: rgb(23 23 23 / 1); +} +.stroke-stone-50\/0{ + stroke: rgb(250 250 249 / 0); +} +.stroke-stone-50\/5{ + stroke: rgb(250 250 249 / 0.05); +} +.stroke-stone-50\/10{ + stroke: rgb(250 250 249 / 0.1); +} +.stroke-stone-50\/20{ + stroke: rgb(250 250 249 / 0.2); +} +.stroke-stone-50\/25{ + stroke: rgb(250 250 249 / 0.25); +} +.stroke-stone-50\/30{ + stroke: rgb(250 250 249 / 0.3); +} +.stroke-stone-50\/40{ + stroke: rgb(250 250 249 / 0.4); +} +.stroke-stone-50\/50{ + stroke: rgb(250 250 249 / 0.5); +} +.stroke-stone-50\/60{ + stroke: rgb(250 250 249 / 0.6); +} +.stroke-stone-50\/70{ + stroke: rgb(250 250 249 / 0.7); +} +.stroke-stone-50\/75{ + stroke: rgb(250 250 249 / 0.75); +} +.stroke-stone-50\/80{ + stroke: rgb(250 250 249 / 0.8); +} +.stroke-stone-50\/90{ + stroke: rgb(250 250 249 / 0.9); +} +.stroke-stone-50\/95{ + stroke: rgb(250 250 249 / 0.95); +} +.stroke-stone-50\/100{ + stroke: rgb(250 250 249 / 1); +} +.stroke-stone-100\/0{ + stroke: rgb(245 245 244 / 0); +} +.stroke-stone-100\/5{ + stroke: rgb(245 245 244 / 0.05); +} +.stroke-stone-100\/10{ + stroke: rgb(245 245 244 / 0.1); +} +.stroke-stone-100\/20{ + stroke: rgb(245 245 244 / 0.2); +} +.stroke-stone-100\/25{ + stroke: rgb(245 245 244 / 0.25); +} +.stroke-stone-100\/30{ + stroke: rgb(245 245 244 / 0.3); +} +.stroke-stone-100\/40{ + stroke: rgb(245 245 244 / 0.4); +} +.stroke-stone-100\/50{ + stroke: rgb(245 245 244 / 0.5); +} +.stroke-stone-100\/60{ + stroke: rgb(245 245 244 / 0.6); +} +.stroke-stone-100\/70{ + stroke: rgb(245 245 244 / 0.7); +} +.stroke-stone-100\/75{ + stroke: rgb(245 245 244 / 0.75); +} +.stroke-stone-100\/80{ + stroke: rgb(245 245 244 / 0.8); +} +.stroke-stone-100\/90{ + stroke: rgb(245 245 244 / 0.9); +} +.stroke-stone-100\/95{ + stroke: rgb(245 245 244 / 0.95); +} +.stroke-stone-100\/100{ + stroke: rgb(245 245 244 / 1); +} +.stroke-stone-200\/0{ + stroke: rgb(231 229 228 / 0); +} +.stroke-stone-200\/5{ + stroke: rgb(231 229 228 / 0.05); +} +.stroke-stone-200\/10{ + stroke: rgb(231 229 228 / 0.1); +} +.stroke-stone-200\/20{ + stroke: rgb(231 229 228 / 0.2); +} +.stroke-stone-200\/25{ + stroke: rgb(231 229 228 / 0.25); +} +.stroke-stone-200\/30{ + stroke: rgb(231 229 228 / 0.3); +} +.stroke-stone-200\/40{ + stroke: rgb(231 229 228 / 0.4); +} +.stroke-stone-200\/50{ + stroke: rgb(231 229 228 / 0.5); +} +.stroke-stone-200\/60{ + stroke: rgb(231 229 228 / 0.6); +} +.stroke-stone-200\/70{ + stroke: rgb(231 229 228 / 0.7); +} +.stroke-stone-200\/75{ + stroke: rgb(231 229 228 / 0.75); +} +.stroke-stone-200\/80{ + stroke: rgb(231 229 228 / 0.8); +} +.stroke-stone-200\/90{ + stroke: rgb(231 229 228 / 0.9); +} +.stroke-stone-200\/95{ + stroke: rgb(231 229 228 / 0.95); +} +.stroke-stone-200\/100{ + stroke: rgb(231 229 228 / 1); +} +.stroke-stone-300\/0{ + stroke: rgb(214 211 209 / 0); +} +.stroke-stone-300\/5{ + stroke: rgb(214 211 209 / 0.05); +} +.stroke-stone-300\/10{ + stroke: rgb(214 211 209 / 0.1); +} +.stroke-stone-300\/20{ + stroke: rgb(214 211 209 / 0.2); +} +.stroke-stone-300\/25{ + stroke: rgb(214 211 209 / 0.25); +} +.stroke-stone-300\/30{ + stroke: rgb(214 211 209 / 0.3); +} +.stroke-stone-300\/40{ + stroke: rgb(214 211 209 / 0.4); +} +.stroke-stone-300\/50{ + stroke: rgb(214 211 209 / 0.5); +} +.stroke-stone-300\/60{ + stroke: rgb(214 211 209 / 0.6); +} +.stroke-stone-300\/70{ + stroke: rgb(214 211 209 / 0.7); +} +.stroke-stone-300\/75{ + stroke: rgb(214 211 209 / 0.75); +} +.stroke-stone-300\/80{ + stroke: rgb(214 211 209 / 0.8); +} +.stroke-stone-300\/90{ + stroke: rgb(214 211 209 / 0.9); +} +.stroke-stone-300\/95{ + stroke: rgb(214 211 209 / 0.95); +} +.stroke-stone-300\/100{ + stroke: rgb(214 211 209 / 1); +} +.stroke-stone-400\/0{ + stroke: rgb(168 162 158 / 0); +} +.stroke-stone-400\/5{ + stroke: rgb(168 162 158 / 0.05); +} +.stroke-stone-400\/10{ + stroke: rgb(168 162 158 / 0.1); +} +.stroke-stone-400\/20{ + stroke: rgb(168 162 158 / 0.2); +} +.stroke-stone-400\/25{ + stroke: rgb(168 162 158 / 0.25); +} +.stroke-stone-400\/30{ + stroke: rgb(168 162 158 / 0.3); +} +.stroke-stone-400\/40{ + stroke: rgb(168 162 158 / 0.4); +} +.stroke-stone-400\/50{ + stroke: rgb(168 162 158 / 0.5); +} +.stroke-stone-400\/60{ + stroke: rgb(168 162 158 / 0.6); +} +.stroke-stone-400\/70{ + stroke: rgb(168 162 158 / 0.7); +} +.stroke-stone-400\/75{ + stroke: rgb(168 162 158 / 0.75); +} +.stroke-stone-400\/80{ + stroke: rgb(168 162 158 / 0.8); +} +.stroke-stone-400\/90{ + stroke: rgb(168 162 158 / 0.9); +} +.stroke-stone-400\/95{ + stroke: rgb(168 162 158 / 0.95); +} +.stroke-stone-400\/100{ + stroke: rgb(168 162 158 / 1); +} +.stroke-stone-500\/0{ + stroke: rgb(120 113 108 / 0); +} +.stroke-stone-500\/5{ + stroke: rgb(120 113 108 / 0.05); +} +.stroke-stone-500\/10{ + stroke: rgb(120 113 108 / 0.1); +} +.stroke-stone-500\/20{ + stroke: rgb(120 113 108 / 0.2); +} +.stroke-stone-500\/25{ + stroke: rgb(120 113 108 / 0.25); +} +.stroke-stone-500\/30{ + stroke: rgb(120 113 108 / 0.3); +} +.stroke-stone-500\/40{ + stroke: rgb(120 113 108 / 0.4); +} +.stroke-stone-500\/50{ + stroke: rgb(120 113 108 / 0.5); +} +.stroke-stone-500\/60{ + stroke: rgb(120 113 108 / 0.6); +} +.stroke-stone-500\/70{ + stroke: rgb(120 113 108 / 0.7); +} +.stroke-stone-500\/75{ + stroke: rgb(120 113 108 / 0.75); +} +.stroke-stone-500\/80{ + stroke: rgb(120 113 108 / 0.8); +} +.stroke-stone-500\/90{ + stroke: rgb(120 113 108 / 0.9); +} +.stroke-stone-500\/95{ + stroke: rgb(120 113 108 / 0.95); +} +.stroke-stone-500\/100{ + stroke: rgb(120 113 108 / 1); +} +.stroke-stone-600\/0{ + stroke: rgb(87 83 78 / 0); +} +.stroke-stone-600\/5{ + stroke: rgb(87 83 78 / 0.05); +} +.stroke-stone-600\/10{ + stroke: rgb(87 83 78 / 0.1); +} +.stroke-stone-600\/20{ + stroke: rgb(87 83 78 / 0.2); +} +.stroke-stone-600\/25{ + stroke: rgb(87 83 78 / 0.25); +} +.stroke-stone-600\/30{ + stroke: rgb(87 83 78 / 0.3); +} +.stroke-stone-600\/40{ + stroke: rgb(87 83 78 / 0.4); +} +.stroke-stone-600\/50{ + stroke: rgb(87 83 78 / 0.5); +} +.stroke-stone-600\/60{ + stroke: rgb(87 83 78 / 0.6); +} +.stroke-stone-600\/70{ + stroke: rgb(87 83 78 / 0.7); +} +.stroke-stone-600\/75{ + stroke: rgb(87 83 78 / 0.75); +} +.stroke-stone-600\/80{ + stroke: rgb(87 83 78 / 0.8); +} +.stroke-stone-600\/90{ + stroke: rgb(87 83 78 / 0.9); +} +.stroke-stone-600\/95{ + stroke: rgb(87 83 78 / 0.95); +} +.stroke-stone-600\/100{ + stroke: rgb(87 83 78 / 1); +} +.stroke-stone-700\/0{ + stroke: rgb(68 64 60 / 0); +} +.stroke-stone-700\/5{ + stroke: rgb(68 64 60 / 0.05); +} +.stroke-stone-700\/10{ + stroke: rgb(68 64 60 / 0.1); +} +.stroke-stone-700\/20{ + stroke: rgb(68 64 60 / 0.2); +} +.stroke-stone-700\/25{ + stroke: rgb(68 64 60 / 0.25); +} +.stroke-stone-700\/30{ + stroke: rgb(68 64 60 / 0.3); +} +.stroke-stone-700\/40{ + stroke: rgb(68 64 60 / 0.4); +} +.stroke-stone-700\/50{ + stroke: rgb(68 64 60 / 0.5); +} +.stroke-stone-700\/60{ + stroke: rgb(68 64 60 / 0.6); +} +.stroke-stone-700\/70{ + stroke: rgb(68 64 60 / 0.7); +} +.stroke-stone-700\/75{ + stroke: rgb(68 64 60 / 0.75); +} +.stroke-stone-700\/80{ + stroke: rgb(68 64 60 / 0.8); +} +.stroke-stone-700\/90{ + stroke: rgb(68 64 60 / 0.9); +} +.stroke-stone-700\/95{ + stroke: rgb(68 64 60 / 0.95); +} +.stroke-stone-700\/100{ + stroke: rgb(68 64 60 / 1); +} +.stroke-stone-800\/0{ + stroke: rgb(41 37 36 / 0); +} +.stroke-stone-800\/5{ + stroke: rgb(41 37 36 / 0.05); +} +.stroke-stone-800\/10{ + stroke: rgb(41 37 36 / 0.1); +} +.stroke-stone-800\/20{ + stroke: rgb(41 37 36 / 0.2); +} +.stroke-stone-800\/25{ + stroke: rgb(41 37 36 / 0.25); +} +.stroke-stone-800\/30{ + stroke: rgb(41 37 36 / 0.3); +} +.stroke-stone-800\/40{ + stroke: rgb(41 37 36 / 0.4); +} +.stroke-stone-800\/50{ + stroke: rgb(41 37 36 / 0.5); +} +.stroke-stone-800\/60{ + stroke: rgb(41 37 36 / 0.6); +} +.stroke-stone-800\/70{ + stroke: rgb(41 37 36 / 0.7); +} +.stroke-stone-800\/75{ + stroke: rgb(41 37 36 / 0.75); +} +.stroke-stone-800\/80{ + stroke: rgb(41 37 36 / 0.8); +} +.stroke-stone-800\/90{ + stroke: rgb(41 37 36 / 0.9); +} +.stroke-stone-800\/95{ + stroke: rgb(41 37 36 / 0.95); +} +.stroke-stone-800\/100{ + stroke: rgb(41 37 36 / 1); +} +.stroke-stone-900\/0{ + stroke: rgb(28 25 23 / 0); +} +.stroke-stone-900\/5{ + stroke: rgb(28 25 23 / 0.05); +} +.stroke-stone-900\/10{ + stroke: rgb(28 25 23 / 0.1); +} +.stroke-stone-900\/20{ + stroke: rgb(28 25 23 / 0.2); +} +.stroke-stone-900\/25{ + stroke: rgb(28 25 23 / 0.25); +} +.stroke-stone-900\/30{ + stroke: rgb(28 25 23 / 0.3); +} +.stroke-stone-900\/40{ + stroke: rgb(28 25 23 / 0.4); +} +.stroke-stone-900\/50{ + stroke: rgb(28 25 23 / 0.5); +} +.stroke-stone-900\/60{ + stroke: rgb(28 25 23 / 0.6); +} +.stroke-stone-900\/70{ + stroke: rgb(28 25 23 / 0.7); +} +.stroke-stone-900\/75{ + stroke: rgb(28 25 23 / 0.75); +} +.stroke-stone-900\/80{ + stroke: rgb(28 25 23 / 0.8); +} +.stroke-stone-900\/90{ + stroke: rgb(28 25 23 / 0.9); +} +.stroke-stone-900\/95{ + stroke: rgb(28 25 23 / 0.95); +} +.stroke-stone-900\/100{ + stroke: rgb(28 25 23 / 1); +} +.stroke-red-50\/0{ + stroke: rgb(252 242 242 / 0); +} +.stroke-red-50\/5{ + stroke: rgb(252 242 242 / 0.05); +} +.stroke-red-50\/10{ + stroke: rgb(252 242 242 / 0.1); +} +.stroke-red-50\/20{ + stroke: rgb(252 242 242 / 0.2); +} +.stroke-red-50\/25{ + stroke: rgb(252 242 242 / 0.25); +} +.stroke-red-50\/30{ + stroke: rgb(252 242 242 / 0.3); +} +.stroke-red-50\/40{ + stroke: rgb(252 242 242 / 0.4); +} +.stroke-red-50\/50{ + stroke: rgb(252 242 242 / 0.5); +} +.stroke-red-50\/60{ + stroke: rgb(252 242 242 / 0.6); +} +.stroke-red-50\/70{ + stroke: rgb(252 242 242 / 0.7); +} +.stroke-red-50\/75{ + stroke: rgb(252 242 242 / 0.75); +} +.stroke-red-50\/80{ + stroke: rgb(252 242 242 / 0.8); +} +.stroke-red-50\/90{ + stroke: rgb(252 242 242 / 0.9); +} +.stroke-red-50\/95{ + stroke: rgb(252 242 242 / 0.95); +} +.stroke-red-50\/100{ + stroke: rgb(252 242 242 / 1); +} +.stroke-red-100\/0{ + stroke: rgb(250 230 230 / 0); +} +.stroke-red-100\/5{ + stroke: rgb(250 230 230 / 0.05); +} +.stroke-red-100\/10{ + stroke: rgb(250 230 230 / 0.1); +} +.stroke-red-100\/20{ + stroke: rgb(250 230 230 / 0.2); +} +.stroke-red-100\/25{ + stroke: rgb(250 230 230 / 0.25); +} +.stroke-red-100\/30{ + stroke: rgb(250 230 230 / 0.3); +} +.stroke-red-100\/40{ + stroke: rgb(250 230 230 / 0.4); +} +.stroke-red-100\/50{ + stroke: rgb(250 230 230 / 0.5); +} +.stroke-red-100\/60{ + stroke: rgb(250 230 230 / 0.6); +} +.stroke-red-100\/70{ + stroke: rgb(250 230 230 / 0.7); +} +.stroke-red-100\/75{ + stroke: rgb(250 230 230 / 0.75); +} +.stroke-red-100\/80{ + stroke: rgb(250 230 230 / 0.8); +} +.stroke-red-100\/90{ + stroke: rgb(250 230 230 / 0.9); +} +.stroke-red-100\/95{ + stroke: rgb(250 230 230 / 0.95); +} +.stroke-red-100\/100{ + stroke: rgb(250 230 230 / 1); +} +.stroke-red-200\/0{ + stroke: rgb(242 191 191 / 0); +} +.stroke-red-200\/5{ + stroke: rgb(242 191 191 / 0.05); +} +.stroke-red-200\/10{ + stroke: rgb(242 191 191 / 0.1); +} +.stroke-red-200\/20{ + stroke: rgb(242 191 191 / 0.2); +} +.stroke-red-200\/25{ + stroke: rgb(242 191 191 / 0.25); +} +.stroke-red-200\/30{ + stroke: rgb(242 191 191 / 0.3); +} +.stroke-red-200\/40{ + stroke: rgb(242 191 191 / 0.4); +} +.stroke-red-200\/50{ + stroke: rgb(242 191 191 / 0.5); +} +.stroke-red-200\/60{ + stroke: rgb(242 191 191 / 0.6); +} +.stroke-red-200\/70{ + stroke: rgb(242 191 191 / 0.7); +} +.stroke-red-200\/75{ + stroke: rgb(242 191 191 / 0.75); +} +.stroke-red-200\/80{ + stroke: rgb(242 191 191 / 0.8); +} +.stroke-red-200\/90{ + stroke: rgb(242 191 191 / 0.9); +} +.stroke-red-200\/95{ + stroke: rgb(242 191 191 / 0.95); +} +.stroke-red-200\/100{ + stroke: rgb(242 191 191 / 1); +} +.stroke-red-300\/0{ + stroke: rgb(235 153 153 / 0); +} +.stroke-red-300\/5{ + stroke: rgb(235 153 153 / 0.05); +} +.stroke-red-300\/10{ + stroke: rgb(235 153 153 / 0.1); +} +.stroke-red-300\/20{ + stroke: rgb(235 153 153 / 0.2); +} +.stroke-red-300\/25{ + stroke: rgb(235 153 153 / 0.25); +} +.stroke-red-300\/30{ + stroke: rgb(235 153 153 / 0.3); +} +.stroke-red-300\/40{ + stroke: rgb(235 153 153 / 0.4); +} +.stroke-red-300\/50{ + stroke: rgb(235 153 153 / 0.5); +} +.stroke-red-300\/60{ + stroke: rgb(235 153 153 / 0.6); +} +.stroke-red-300\/70{ + stroke: rgb(235 153 153 / 0.7); +} +.stroke-red-300\/75{ + stroke: rgb(235 153 153 / 0.75); +} +.stroke-red-300\/80{ + stroke: rgb(235 153 153 / 0.8); +} +.stroke-red-300\/90{ + stroke: rgb(235 153 153 / 0.9); +} +.stroke-red-300\/95{ + stroke: rgb(235 153 153 / 0.95); +} +.stroke-red-300\/100{ + stroke: rgb(235 153 153 / 1); +} +.stroke-red-400\/0{ + stroke: rgb(219 77 77 / 0); +} +.stroke-red-400\/5{ + stroke: rgb(219 77 77 / 0.05); +} +.stroke-red-400\/10{ + stroke: rgb(219 77 77 / 0.1); +} +.stroke-red-400\/20{ + stroke: rgb(219 77 77 / 0.2); +} +.stroke-red-400\/25{ + stroke: rgb(219 77 77 / 0.25); +} +.stroke-red-400\/30{ + stroke: rgb(219 77 77 / 0.3); +} +.stroke-red-400\/40{ + stroke: rgb(219 77 77 / 0.4); +} +.stroke-red-400\/50{ + stroke: rgb(219 77 77 / 0.5); +} +.stroke-red-400\/60{ + stroke: rgb(219 77 77 / 0.6); +} +.stroke-red-400\/70{ + stroke: rgb(219 77 77 / 0.7); +} +.stroke-red-400\/75{ + stroke: rgb(219 77 77 / 0.75); +} +.stroke-red-400\/80{ + stroke: rgb(219 77 77 / 0.8); +} +.stroke-red-400\/90{ + stroke: rgb(219 77 77 / 0.9); +} +.stroke-red-400\/95{ + stroke: rgb(219 77 77 / 0.95); +} +.stroke-red-400\/100{ + stroke: rgb(219 77 77 / 1); +} +.stroke-red-500\/0{ + stroke: rgb(204 0 0 / 0); +} +.stroke-red-500\/5{ + stroke: rgb(204 0 0 / 0.05); +} +.stroke-red-500\/10{ + stroke: rgb(204 0 0 / 0.1); +} +.stroke-red-500\/20{ + stroke: rgb(204 0 0 / 0.2); +} +.stroke-red-500\/25{ + stroke: rgb(204 0 0 / 0.25); +} +.stroke-red-500\/30{ + stroke: rgb(204 0 0 / 0.3); +} +.stroke-red-500\/40{ + stroke: rgb(204 0 0 / 0.4); +} +.stroke-red-500\/50{ + stroke: rgb(204 0 0 / 0.5); +} +.stroke-red-500\/60{ + stroke: rgb(204 0 0 / 0.6); +} +.stroke-red-500\/70{ + stroke: rgb(204 0 0 / 0.7); +} +.stroke-red-500\/75{ + stroke: rgb(204 0 0 / 0.75); +} +.stroke-red-500\/80{ + stroke: rgb(204 0 0 / 0.8); +} +.stroke-red-500\/90{ + stroke: rgb(204 0 0 / 0.9); +} +.stroke-red-500\/95{ + stroke: rgb(204 0 0 / 0.95); +} +.stroke-red-500\/100{ + stroke: rgb(204 0 0 / 1); +} +.stroke-red-600\/0{ + stroke: rgb(184 0 0 / 0); +} +.stroke-red-600\/5{ + stroke: rgb(184 0 0 / 0.05); +} +.stroke-red-600\/10{ + stroke: rgb(184 0 0 / 0.1); +} +.stroke-red-600\/20{ + stroke: rgb(184 0 0 / 0.2); +} +.stroke-red-600\/25{ + stroke: rgb(184 0 0 / 0.25); +} +.stroke-red-600\/30{ + stroke: rgb(184 0 0 / 0.3); +} +.stroke-red-600\/40{ + stroke: rgb(184 0 0 / 0.4); +} +.stroke-red-600\/50{ + stroke: rgb(184 0 0 / 0.5); +} +.stroke-red-600\/60{ + stroke: rgb(184 0 0 / 0.6); +} +.stroke-red-600\/70{ + stroke: rgb(184 0 0 / 0.7); +} +.stroke-red-600\/75{ + stroke: rgb(184 0 0 / 0.75); +} +.stroke-red-600\/80{ + stroke: rgb(184 0 0 / 0.8); +} +.stroke-red-600\/90{ + stroke: rgb(184 0 0 / 0.9); +} +.stroke-red-600\/95{ + stroke: rgb(184 0 0 / 0.95); +} +.stroke-red-600\/100{ + stroke: rgb(184 0 0 / 1); +} +.stroke-red-700\/0{ + stroke: rgb(153 0 0 / 0); +} +.stroke-red-700\/5{ + stroke: rgb(153 0 0 / 0.05); +} +.stroke-red-700\/10{ + stroke: rgb(153 0 0 / 0.1); +} +.stroke-red-700\/20{ + stroke: rgb(153 0 0 / 0.2); +} +.stroke-red-700\/25{ + stroke: rgb(153 0 0 / 0.25); +} +.stroke-red-700\/30{ + stroke: rgb(153 0 0 / 0.3); +} +.stroke-red-700\/40{ + stroke: rgb(153 0 0 / 0.4); +} +.stroke-red-700\/50{ + stroke: rgb(153 0 0 / 0.5); +} +.stroke-red-700\/60{ + stroke: rgb(153 0 0 / 0.6); +} +.stroke-red-700\/70{ + stroke: rgb(153 0 0 / 0.7); +} +.stroke-red-700\/75{ + stroke: rgb(153 0 0 / 0.75); +} +.stroke-red-700\/80{ + stroke: rgb(153 0 0 / 0.8); +} +.stroke-red-700\/90{ + stroke: rgb(153 0 0 / 0.9); +} +.stroke-red-700\/95{ + stroke: rgb(153 0 0 / 0.95); +} +.stroke-red-700\/100{ + stroke: rgb(153 0 0 / 1); +} +.stroke-red-800\/0{ + stroke: rgb(122 0 0 / 0); +} +.stroke-red-800\/5{ + stroke: rgb(122 0 0 / 0.05); +} +.stroke-red-800\/10{ + stroke: rgb(122 0 0 / 0.1); +} +.stroke-red-800\/20{ + stroke: rgb(122 0 0 / 0.2); +} +.stroke-red-800\/25{ + stroke: rgb(122 0 0 / 0.25); +} +.stroke-red-800\/30{ + stroke: rgb(122 0 0 / 0.3); +} +.stroke-red-800\/40{ + stroke: rgb(122 0 0 / 0.4); +} +.stroke-red-800\/50{ + stroke: rgb(122 0 0 / 0.5); +} +.stroke-red-800\/60{ + stroke: rgb(122 0 0 / 0.6); +} +.stroke-red-800\/70{ + stroke: rgb(122 0 0 / 0.7); +} +.stroke-red-800\/75{ + stroke: rgb(122 0 0 / 0.75); +} +.stroke-red-800\/80{ + stroke: rgb(122 0 0 / 0.8); +} +.stroke-red-800\/90{ + stroke: rgb(122 0 0 / 0.9); +} +.stroke-red-800\/95{ + stroke: rgb(122 0 0 / 0.95); +} +.stroke-red-800\/100{ + stroke: rgb(122 0 0 / 1); +} +.stroke-red-900\/0{ + stroke: rgb(100 0 0 / 0); +} +.stroke-red-900\/5{ + stroke: rgb(100 0 0 / 0.05); +} +.stroke-red-900\/10{ + stroke: rgb(100 0 0 / 0.1); +} +.stroke-red-900\/20{ + stroke: rgb(100 0 0 / 0.2); +} +.stroke-red-900\/25{ + stroke: rgb(100 0 0 / 0.25); +} +.stroke-red-900\/30{ + stroke: rgb(100 0 0 / 0.3); +} +.stroke-red-900\/40{ + stroke: rgb(100 0 0 / 0.4); +} +.stroke-red-900\/50{ + stroke: rgb(100 0 0 / 0.5); +} +.stroke-red-900\/60{ + stroke: rgb(100 0 0 / 0.6); +} +.stroke-red-900\/70{ + stroke: rgb(100 0 0 / 0.7); +} +.stroke-red-900\/75{ + stroke: rgb(100 0 0 / 0.75); +} +.stroke-red-900\/80{ + stroke: rgb(100 0 0 / 0.8); +} +.stroke-red-900\/90{ + stroke: rgb(100 0 0 / 0.9); +} +.stroke-red-900\/95{ + stroke: rgb(100 0 0 / 0.95); +} +.stroke-red-900\/100{ + stroke: rgb(100 0 0 / 1); +} +.stroke-red\/0{ + stroke: rgb(204 0 0 / 0); +} +.stroke-red\/5{ + stroke: rgb(204 0 0 / 0.05); +} +.stroke-red\/10{ + stroke: rgb(204 0 0 / 0.1); +} +.stroke-red\/20{ + stroke: rgb(204 0 0 / 0.2); +} +.stroke-red\/25{ + stroke: rgb(204 0 0 / 0.25); +} +.stroke-red\/30{ + stroke: rgb(204 0 0 / 0.3); +} +.stroke-red\/40{ + stroke: rgb(204 0 0 / 0.4); +} +.stroke-red\/50{ + stroke: rgb(204 0 0 / 0.5); +} +.stroke-red\/60{ + stroke: rgb(204 0 0 / 0.6); +} +.stroke-red\/70{ + stroke: rgb(204 0 0 / 0.7); +} +.stroke-red\/75{ + stroke: rgb(204 0 0 / 0.75); +} +.stroke-red\/80{ + stroke: rgb(204 0 0 / 0.8); +} +.stroke-red\/90{ + stroke: rgb(204 0 0 / 0.9); +} +.stroke-red\/95{ + stroke: rgb(204 0 0 / 0.95); +} +.stroke-red\/100{ + stroke: rgb(204 0 0 / 1); +} +.stroke-orange-50\/0{ + stroke: rgb(255 250 243 / 0); +} +.stroke-orange-50\/5{ + stroke: rgb(255 250 243 / 0.05); +} +.stroke-orange-50\/10{ + stroke: rgb(255 250 243 / 0.1); +} +.stroke-orange-50\/20{ + stroke: rgb(255 250 243 / 0.2); +} +.stroke-orange-50\/25{ + stroke: rgb(255 250 243 / 0.25); +} +.stroke-orange-50\/30{ + stroke: rgb(255 250 243 / 0.3); +} +.stroke-orange-50\/40{ + stroke: rgb(255 250 243 / 0.4); +} +.stroke-orange-50\/50{ + stroke: rgb(255 250 243 / 0.5); +} +.stroke-orange-50\/60{ + stroke: rgb(255 250 243 / 0.6); +} +.stroke-orange-50\/70{ + stroke: rgb(255 250 243 / 0.7); +} +.stroke-orange-50\/75{ + stroke: rgb(255 250 243 / 0.75); +} +.stroke-orange-50\/80{ + stroke: rgb(255 250 243 / 0.8); +} +.stroke-orange-50\/90{ + stroke: rgb(255 250 243 / 0.9); +} +.stroke-orange-50\/95{ + stroke: rgb(255 250 243 / 0.95); +} +.stroke-orange-50\/100{ + stroke: rgb(255 250 243 / 1); +} +.stroke-orange-100\/0{ + stroke: rgb(254 245 231 / 0); +} +.stroke-orange-100\/5{ + stroke: rgb(254 245 231 / 0.05); +} +.stroke-orange-100\/10{ + stroke: rgb(254 245 231 / 0.1); +} +.stroke-orange-100\/20{ + stroke: rgb(254 245 231 / 0.2); +} +.stroke-orange-100\/25{ + stroke: rgb(254 245 231 / 0.25); +} +.stroke-orange-100\/30{ + stroke: rgb(254 245 231 / 0.3); +} +.stroke-orange-100\/40{ + stroke: rgb(254 245 231 / 0.4); +} +.stroke-orange-100\/50{ + stroke: rgb(254 245 231 / 0.5); +} +.stroke-orange-100\/60{ + stroke: rgb(254 245 231 / 0.6); +} +.stroke-orange-100\/70{ + stroke: rgb(254 245 231 / 0.7); +} +.stroke-orange-100\/75{ + stroke: rgb(254 245 231 / 0.75); +} +.stroke-orange-100\/80{ + stroke: rgb(254 245 231 / 0.8); +} +.stroke-orange-100\/90{ + stroke: rgb(254 245 231 / 0.9); +} +.stroke-orange-100\/95{ + stroke: rgb(254 245 231 / 0.95); +} +.stroke-orange-100\/100{ + stroke: rgb(254 245 231 / 1); +} +.stroke-orange-200\/0{ + stroke: rgb(253 231 194 / 0); +} +.stroke-orange-200\/5{ + stroke: rgb(253 231 194 / 0.05); +} +.stroke-orange-200\/10{ + stroke: rgb(253 231 194 / 0.1); +} +.stroke-orange-200\/20{ + stroke: rgb(253 231 194 / 0.2); +} +.stroke-orange-200\/25{ + stroke: rgb(253 231 194 / 0.25); +} +.stroke-orange-200\/30{ + stroke: rgb(253 231 194 / 0.3); +} +.stroke-orange-200\/40{ + stroke: rgb(253 231 194 / 0.4); +} +.stroke-orange-200\/50{ + stroke: rgb(253 231 194 / 0.5); +} +.stroke-orange-200\/60{ + stroke: rgb(253 231 194 / 0.6); +} +.stroke-orange-200\/70{ + stroke: rgb(253 231 194 / 0.7); +} +.stroke-orange-200\/75{ + stroke: rgb(253 231 194 / 0.75); +} +.stroke-orange-200\/80{ + stroke: rgb(253 231 194 / 0.8); +} +.stroke-orange-200\/90{ + stroke: rgb(253 231 194 / 0.9); +} +.stroke-orange-200\/95{ + stroke: rgb(253 231 194 / 0.95); +} +.stroke-orange-200\/100{ + stroke: rgb(253 231 194 / 1); +} +.stroke-orange-300\/0{ + stroke: rgb(251 216 157 / 0); +} +.stroke-orange-300\/5{ + stroke: rgb(251 216 157 / 0.05); +} +.stroke-orange-300\/10{ + stroke: rgb(251 216 157 / 0.1); +} +.stroke-orange-300\/20{ + stroke: rgb(251 216 157 / 0.2); +} +.stroke-orange-300\/25{ + stroke: rgb(251 216 157 / 0.25); +} +.stroke-orange-300\/30{ + stroke: rgb(251 216 157 / 0.3); +} +.stroke-orange-300\/40{ + stroke: rgb(251 216 157 / 0.4); +} +.stroke-orange-300\/50{ + stroke: rgb(251 216 157 / 0.5); +} +.stroke-orange-300\/60{ + stroke: rgb(251 216 157 / 0.6); +} +.stroke-orange-300\/70{ + stroke: rgb(251 216 157 / 0.7); +} +.stroke-orange-300\/75{ + stroke: rgb(251 216 157 / 0.75); +} +.stroke-orange-300\/80{ + stroke: rgb(251 216 157 / 0.8); +} +.stroke-orange-300\/90{ + stroke: rgb(251 216 157 / 0.9); +} +.stroke-orange-300\/95{ + stroke: rgb(251 216 157 / 0.95); +} +.stroke-orange-300\/100{ + stroke: rgb(251 216 157 / 1); +} +.stroke-orange-400\/0{ + stroke: rgb(248 187 84 / 0); +} +.stroke-orange-400\/5{ + stroke: rgb(248 187 84 / 0.05); +} +.stroke-orange-400\/10{ + stroke: rgb(248 187 84 / 0.1); +} +.stroke-orange-400\/20{ + stroke: rgb(248 187 84 / 0.2); +} +.stroke-orange-400\/25{ + stroke: rgb(248 187 84 / 0.25); +} +.stroke-orange-400\/30{ + stroke: rgb(248 187 84 / 0.3); +} +.stroke-orange-400\/40{ + stroke: rgb(248 187 84 / 0.4); +} +.stroke-orange-400\/50{ + stroke: rgb(248 187 84 / 0.5); +} +.stroke-orange-400\/60{ + stroke: rgb(248 187 84 / 0.6); +} +.stroke-orange-400\/70{ + stroke: rgb(248 187 84 / 0.7); +} +.stroke-orange-400\/75{ + stroke: rgb(248 187 84 / 0.75); +} +.stroke-orange-400\/80{ + stroke: rgb(248 187 84 / 0.8); +} +.stroke-orange-400\/90{ + stroke: rgb(248 187 84 / 0.9); +} +.stroke-orange-400\/95{ + stroke: rgb(248 187 84 / 0.95); +} +.stroke-orange-400\/100{ + stroke: rgb(248 187 84 / 1); +} +.stroke-orange-500\/0{ + stroke: rgb(245 158 11 / 0); +} +.stroke-orange-500\/5{ + stroke: rgb(245 158 11 / 0.05); +} +.stroke-orange-500\/10{ + stroke: rgb(245 158 11 / 0.1); +} +.stroke-orange-500\/20{ + stroke: rgb(245 158 11 / 0.2); +} +.stroke-orange-500\/25{ + stroke: rgb(245 158 11 / 0.25); +} +.stroke-orange-500\/30{ + stroke: rgb(245 158 11 / 0.3); +} +.stroke-orange-500\/40{ + stroke: rgb(245 158 11 / 0.4); +} +.stroke-orange-500\/50{ + stroke: rgb(245 158 11 / 0.5); +} +.stroke-orange-500\/60{ + stroke: rgb(245 158 11 / 0.6); +} +.stroke-orange-500\/70{ + stroke: rgb(245 158 11 / 0.7); +} +.stroke-orange-500\/75{ + stroke: rgb(245 158 11 / 0.75); +} +.stroke-orange-500\/80{ + stroke: rgb(245 158 11 / 0.8); +} +.stroke-orange-500\/90{ + stroke: rgb(245 158 11 / 0.9); +} +.stroke-orange-500\/95{ + stroke: rgb(245 158 11 / 0.95); +} +.stroke-orange-500\/100{ + stroke: rgb(245 158 11 / 1); +} +.stroke-orange-600\/0{ + stroke: rgb(221 142 10 / 0); +} +.stroke-orange-600\/5{ + stroke: rgb(221 142 10 / 0.05); +} +.stroke-orange-600\/10{ + stroke: rgb(221 142 10 / 0.1); +} +.stroke-orange-600\/20{ + stroke: rgb(221 142 10 / 0.2); +} +.stroke-orange-600\/25{ + stroke: rgb(221 142 10 / 0.25); +} +.stroke-orange-600\/30{ + stroke: rgb(221 142 10 / 0.3); +} +.stroke-orange-600\/40{ + stroke: rgb(221 142 10 / 0.4); +} +.stroke-orange-600\/50{ + stroke: rgb(221 142 10 / 0.5); +} +.stroke-orange-600\/60{ + stroke: rgb(221 142 10 / 0.6); +} +.stroke-orange-600\/70{ + stroke: rgb(221 142 10 / 0.7); +} +.stroke-orange-600\/75{ + stroke: rgb(221 142 10 / 0.75); +} +.stroke-orange-600\/80{ + stroke: rgb(221 142 10 / 0.8); +} +.stroke-orange-600\/90{ + stroke: rgb(221 142 10 / 0.9); +} +.stroke-orange-600\/95{ + stroke: rgb(221 142 10 / 0.95); +} +.stroke-orange-600\/100{ + stroke: rgb(221 142 10 / 1); +} +.stroke-orange-700\/0{ + stroke: rgb(184 119 8 / 0); +} +.stroke-orange-700\/5{ + stroke: rgb(184 119 8 / 0.05); +} +.stroke-orange-700\/10{ + stroke: rgb(184 119 8 / 0.1); +} +.stroke-orange-700\/20{ + stroke: rgb(184 119 8 / 0.2); +} +.stroke-orange-700\/25{ + stroke: rgb(184 119 8 / 0.25); +} +.stroke-orange-700\/30{ + stroke: rgb(184 119 8 / 0.3); +} +.stroke-orange-700\/40{ + stroke: rgb(184 119 8 / 0.4); +} +.stroke-orange-700\/50{ + stroke: rgb(184 119 8 / 0.5); +} +.stroke-orange-700\/60{ + stroke: rgb(184 119 8 / 0.6); +} +.stroke-orange-700\/70{ + stroke: rgb(184 119 8 / 0.7); +} +.stroke-orange-700\/75{ + stroke: rgb(184 119 8 / 0.75); +} +.stroke-orange-700\/80{ + stroke: rgb(184 119 8 / 0.8); +} +.stroke-orange-700\/90{ + stroke: rgb(184 119 8 / 0.9); +} +.stroke-orange-700\/95{ + stroke: rgb(184 119 8 / 0.95); +} +.stroke-orange-700\/100{ + stroke: rgb(184 119 8 / 1); +} +.stroke-orange-800\/0{ + stroke: rgb(147 95 7 / 0); +} +.stroke-orange-800\/5{ + stroke: rgb(147 95 7 / 0.05); +} +.stroke-orange-800\/10{ + stroke: rgb(147 95 7 / 0.1); +} +.stroke-orange-800\/20{ + stroke: rgb(147 95 7 / 0.2); +} +.stroke-orange-800\/25{ + stroke: rgb(147 95 7 / 0.25); +} +.stroke-orange-800\/30{ + stroke: rgb(147 95 7 / 0.3); +} +.stroke-orange-800\/40{ + stroke: rgb(147 95 7 / 0.4); +} +.stroke-orange-800\/50{ + stroke: rgb(147 95 7 / 0.5); +} +.stroke-orange-800\/60{ + stroke: rgb(147 95 7 / 0.6); +} +.stroke-orange-800\/70{ + stroke: rgb(147 95 7 / 0.7); +} +.stroke-orange-800\/75{ + stroke: rgb(147 95 7 / 0.75); +} +.stroke-orange-800\/80{ + stroke: rgb(147 95 7 / 0.8); +} +.stroke-orange-800\/90{ + stroke: rgb(147 95 7 / 0.9); +} +.stroke-orange-800\/95{ + stroke: rgb(147 95 7 / 0.95); +} +.stroke-orange-800\/100{ + stroke: rgb(147 95 7 / 1); +} +.stroke-orange-900\/0{ + stroke: rgb(120 77 5 / 0); +} +.stroke-orange-900\/5{ + stroke: rgb(120 77 5 / 0.05); +} +.stroke-orange-900\/10{ + stroke: rgb(120 77 5 / 0.1); +} +.stroke-orange-900\/20{ + stroke: rgb(120 77 5 / 0.2); +} +.stroke-orange-900\/25{ + stroke: rgb(120 77 5 / 0.25); +} +.stroke-orange-900\/30{ + stroke: rgb(120 77 5 / 0.3); +} +.stroke-orange-900\/40{ + stroke: rgb(120 77 5 / 0.4); +} +.stroke-orange-900\/50{ + stroke: rgb(120 77 5 / 0.5); +} +.stroke-orange-900\/60{ + stroke: rgb(120 77 5 / 0.6); +} +.stroke-orange-900\/70{ + stroke: rgb(120 77 5 / 0.7); +} +.stroke-orange-900\/75{ + stroke: rgb(120 77 5 / 0.75); +} +.stroke-orange-900\/80{ + stroke: rgb(120 77 5 / 0.8); +} +.stroke-orange-900\/90{ + stroke: rgb(120 77 5 / 0.9); +} +.stroke-orange-900\/95{ + stroke: rgb(120 77 5 / 0.95); +} +.stroke-orange-900\/100{ + stroke: rgb(120 77 5 / 1); +} +.stroke-orange\/0{ + stroke: rgb(245 158 11 / 0); +} +.stroke-orange\/5{ + stroke: rgb(245 158 11 / 0.05); +} +.stroke-orange\/10{ + stroke: rgb(245 158 11 / 0.1); +} +.stroke-orange\/20{ + stroke: rgb(245 158 11 / 0.2); +} +.stroke-orange\/25{ + stroke: rgb(245 158 11 / 0.25); +} +.stroke-orange\/30{ + stroke: rgb(245 158 11 / 0.3); +} +.stroke-orange\/40{ + stroke: rgb(245 158 11 / 0.4); +} +.stroke-orange\/50{ + stroke: rgb(245 158 11 / 0.5); +} +.stroke-orange\/60{ + stroke: rgb(245 158 11 / 0.6); +} +.stroke-orange\/70{ + stroke: rgb(245 158 11 / 0.7); +} +.stroke-orange\/75{ + stroke: rgb(245 158 11 / 0.75); +} +.stroke-orange\/80{ + stroke: rgb(245 158 11 / 0.8); +} +.stroke-orange\/90{ + stroke: rgb(245 158 11 / 0.9); +} +.stroke-orange\/95{ + stroke: rgb(245 158 11 / 0.95); +} +.stroke-orange\/100{ + stroke: rgb(245 158 11 / 1); +} +.stroke-amber-50\/0{ + stroke: rgb(255 251 235 / 0); +} +.stroke-amber-50\/5{ + stroke: rgb(255 251 235 / 0.05); +} +.stroke-amber-50\/10{ + stroke: rgb(255 251 235 / 0.1); +} +.stroke-amber-50\/20{ + stroke: rgb(255 251 235 / 0.2); +} +.stroke-amber-50\/25{ + stroke: rgb(255 251 235 / 0.25); +} +.stroke-amber-50\/30{ + stroke: rgb(255 251 235 / 0.3); +} +.stroke-amber-50\/40{ + stroke: rgb(255 251 235 / 0.4); +} +.stroke-amber-50\/50{ + stroke: rgb(255 251 235 / 0.5); +} +.stroke-amber-50\/60{ + stroke: rgb(255 251 235 / 0.6); +} +.stroke-amber-50\/70{ + stroke: rgb(255 251 235 / 0.7); +} +.stroke-amber-50\/75{ + stroke: rgb(255 251 235 / 0.75); +} +.stroke-amber-50\/80{ + stroke: rgb(255 251 235 / 0.8); +} +.stroke-amber-50\/90{ + stroke: rgb(255 251 235 / 0.9); +} +.stroke-amber-50\/95{ + stroke: rgb(255 251 235 / 0.95); +} +.stroke-amber-50\/100{ + stroke: rgb(255 251 235 / 1); +} +.stroke-amber-100\/0{ + stroke: rgb(254 243 199 / 0); +} +.stroke-amber-100\/5{ + stroke: rgb(254 243 199 / 0.05); +} +.stroke-amber-100\/10{ + stroke: rgb(254 243 199 / 0.1); +} +.stroke-amber-100\/20{ + stroke: rgb(254 243 199 / 0.2); +} +.stroke-amber-100\/25{ + stroke: rgb(254 243 199 / 0.25); +} +.stroke-amber-100\/30{ + stroke: rgb(254 243 199 / 0.3); +} +.stroke-amber-100\/40{ + stroke: rgb(254 243 199 / 0.4); +} +.stroke-amber-100\/50{ + stroke: rgb(254 243 199 / 0.5); +} +.stroke-amber-100\/60{ + stroke: rgb(254 243 199 / 0.6); +} +.stroke-amber-100\/70{ + stroke: rgb(254 243 199 / 0.7); +} +.stroke-amber-100\/75{ + stroke: rgb(254 243 199 / 0.75); +} +.stroke-amber-100\/80{ + stroke: rgb(254 243 199 / 0.8); +} +.stroke-amber-100\/90{ + stroke: rgb(254 243 199 / 0.9); +} +.stroke-amber-100\/95{ + stroke: rgb(254 243 199 / 0.95); +} +.stroke-amber-100\/100{ + stroke: rgb(254 243 199 / 1); +} +.stroke-amber-200\/0{ + stroke: rgb(253 230 138 / 0); +} +.stroke-amber-200\/5{ + stroke: rgb(253 230 138 / 0.05); +} +.stroke-amber-200\/10{ + stroke: rgb(253 230 138 / 0.1); +} +.stroke-amber-200\/20{ + stroke: rgb(253 230 138 / 0.2); +} +.stroke-amber-200\/25{ + stroke: rgb(253 230 138 / 0.25); +} +.stroke-amber-200\/30{ + stroke: rgb(253 230 138 / 0.3); +} +.stroke-amber-200\/40{ + stroke: rgb(253 230 138 / 0.4); +} +.stroke-amber-200\/50{ + stroke: rgb(253 230 138 / 0.5); +} +.stroke-amber-200\/60{ + stroke: rgb(253 230 138 / 0.6); +} +.stroke-amber-200\/70{ + stroke: rgb(253 230 138 / 0.7); +} +.stroke-amber-200\/75{ + stroke: rgb(253 230 138 / 0.75); +} +.stroke-amber-200\/80{ + stroke: rgb(253 230 138 / 0.8); +} +.stroke-amber-200\/90{ + stroke: rgb(253 230 138 / 0.9); +} +.stroke-amber-200\/95{ + stroke: rgb(253 230 138 / 0.95); +} +.stroke-amber-200\/100{ + stroke: rgb(253 230 138 / 1); +} +.stroke-amber-300\/0{ + stroke: rgb(252 211 77 / 0); +} +.stroke-amber-300\/5{ + stroke: rgb(252 211 77 / 0.05); +} +.stroke-amber-300\/10{ + stroke: rgb(252 211 77 / 0.1); +} +.stroke-amber-300\/20{ + stroke: rgb(252 211 77 / 0.2); +} +.stroke-amber-300\/25{ + stroke: rgb(252 211 77 / 0.25); +} +.stroke-amber-300\/30{ + stroke: rgb(252 211 77 / 0.3); +} +.stroke-amber-300\/40{ + stroke: rgb(252 211 77 / 0.4); +} +.stroke-amber-300\/50{ + stroke: rgb(252 211 77 / 0.5); +} +.stroke-amber-300\/60{ + stroke: rgb(252 211 77 / 0.6); +} +.stroke-amber-300\/70{ + stroke: rgb(252 211 77 / 0.7); +} +.stroke-amber-300\/75{ + stroke: rgb(252 211 77 / 0.75); +} +.stroke-amber-300\/80{ + stroke: rgb(252 211 77 / 0.8); +} +.stroke-amber-300\/90{ + stroke: rgb(252 211 77 / 0.9); +} +.stroke-amber-300\/95{ + stroke: rgb(252 211 77 / 0.95); +} +.stroke-amber-300\/100{ + stroke: rgb(252 211 77 / 1); +} +.stroke-amber-400\/0{ + stroke: rgb(251 191 36 / 0); +} +.stroke-amber-400\/5{ + stroke: rgb(251 191 36 / 0.05); +} +.stroke-amber-400\/10{ + stroke: rgb(251 191 36 / 0.1); +} +.stroke-amber-400\/20{ + stroke: rgb(251 191 36 / 0.2); +} +.stroke-amber-400\/25{ + stroke: rgb(251 191 36 / 0.25); +} +.stroke-amber-400\/30{ + stroke: rgb(251 191 36 / 0.3); +} +.stroke-amber-400\/40{ + stroke: rgb(251 191 36 / 0.4); +} +.stroke-amber-400\/50{ + stroke: rgb(251 191 36 / 0.5); +} +.stroke-amber-400\/60{ + stroke: rgb(251 191 36 / 0.6); +} +.stroke-amber-400\/70{ + stroke: rgb(251 191 36 / 0.7); +} +.stroke-amber-400\/75{ + stroke: rgb(251 191 36 / 0.75); +} +.stroke-amber-400\/80{ + stroke: rgb(251 191 36 / 0.8); +} +.stroke-amber-400\/90{ + stroke: rgb(251 191 36 / 0.9); +} +.stroke-amber-400\/95{ + stroke: rgb(251 191 36 / 0.95); +} +.stroke-amber-400\/100{ + stroke: rgb(251 191 36 / 1); +} +.stroke-amber-500\/0{ + stroke: rgb(245 158 11 / 0); +} +.stroke-amber-500\/5{ + stroke: rgb(245 158 11 / 0.05); +} +.stroke-amber-500\/10{ + stroke: rgb(245 158 11 / 0.1); +} +.stroke-amber-500\/20{ + stroke: rgb(245 158 11 / 0.2); +} +.stroke-amber-500\/25{ + stroke: rgb(245 158 11 / 0.25); +} +.stroke-amber-500\/30{ + stroke: rgb(245 158 11 / 0.3); +} +.stroke-amber-500\/40{ + stroke: rgb(245 158 11 / 0.4); +} +.stroke-amber-500\/50{ + stroke: rgb(245 158 11 / 0.5); +} +.stroke-amber-500\/60{ + stroke: rgb(245 158 11 / 0.6); +} +.stroke-amber-500\/70{ + stroke: rgb(245 158 11 / 0.7); +} +.stroke-amber-500\/75{ + stroke: rgb(245 158 11 / 0.75); +} +.stroke-amber-500\/80{ + stroke: rgb(245 158 11 / 0.8); +} +.stroke-amber-500\/90{ + stroke: rgb(245 158 11 / 0.9); +} +.stroke-amber-500\/95{ + stroke: rgb(245 158 11 / 0.95); +} +.stroke-amber-500\/100{ + stroke: rgb(245 158 11 / 1); +} +.stroke-amber-600\/0{ + stroke: rgb(217 119 6 / 0); +} +.stroke-amber-600\/5{ + stroke: rgb(217 119 6 / 0.05); +} +.stroke-amber-600\/10{ + stroke: rgb(217 119 6 / 0.1); +} +.stroke-amber-600\/20{ + stroke: rgb(217 119 6 / 0.2); +} +.stroke-amber-600\/25{ + stroke: rgb(217 119 6 / 0.25); +} +.stroke-amber-600\/30{ + stroke: rgb(217 119 6 / 0.3); +} +.stroke-amber-600\/40{ + stroke: rgb(217 119 6 / 0.4); +} +.stroke-amber-600\/50{ + stroke: rgb(217 119 6 / 0.5); +} +.stroke-amber-600\/60{ + stroke: rgb(217 119 6 / 0.6); +} +.stroke-amber-600\/70{ + stroke: rgb(217 119 6 / 0.7); +} +.stroke-amber-600\/75{ + stroke: rgb(217 119 6 / 0.75); +} +.stroke-amber-600\/80{ + stroke: rgb(217 119 6 / 0.8); +} +.stroke-amber-600\/90{ + stroke: rgb(217 119 6 / 0.9); +} +.stroke-amber-600\/95{ + stroke: rgb(217 119 6 / 0.95); +} +.stroke-amber-600\/100{ + stroke: rgb(217 119 6 / 1); +} +.stroke-amber-700\/0{ + stroke: rgb(180 83 9 / 0); +} +.stroke-amber-700\/5{ + stroke: rgb(180 83 9 / 0.05); +} +.stroke-amber-700\/10{ + stroke: rgb(180 83 9 / 0.1); +} +.stroke-amber-700\/20{ + stroke: rgb(180 83 9 / 0.2); +} +.stroke-amber-700\/25{ + stroke: rgb(180 83 9 / 0.25); +} +.stroke-amber-700\/30{ + stroke: rgb(180 83 9 / 0.3); +} +.stroke-amber-700\/40{ + stroke: rgb(180 83 9 / 0.4); +} +.stroke-amber-700\/50{ + stroke: rgb(180 83 9 / 0.5); +} +.stroke-amber-700\/60{ + stroke: rgb(180 83 9 / 0.6); +} +.stroke-amber-700\/70{ + stroke: rgb(180 83 9 / 0.7); +} +.stroke-amber-700\/75{ + stroke: rgb(180 83 9 / 0.75); +} +.stroke-amber-700\/80{ + stroke: rgb(180 83 9 / 0.8); +} +.stroke-amber-700\/90{ + stroke: rgb(180 83 9 / 0.9); +} +.stroke-amber-700\/95{ + stroke: rgb(180 83 9 / 0.95); +} +.stroke-amber-700\/100{ + stroke: rgb(180 83 9 / 1); +} +.stroke-amber-800\/0{ + stroke: rgb(146 64 14 / 0); +} +.stroke-amber-800\/5{ + stroke: rgb(146 64 14 / 0.05); +} +.stroke-amber-800\/10{ + stroke: rgb(146 64 14 / 0.1); +} +.stroke-amber-800\/20{ + stroke: rgb(146 64 14 / 0.2); +} +.stroke-amber-800\/25{ + stroke: rgb(146 64 14 / 0.25); +} +.stroke-amber-800\/30{ + stroke: rgb(146 64 14 / 0.3); +} +.stroke-amber-800\/40{ + stroke: rgb(146 64 14 / 0.4); +} +.stroke-amber-800\/50{ + stroke: rgb(146 64 14 / 0.5); +} +.stroke-amber-800\/60{ + stroke: rgb(146 64 14 / 0.6); +} +.stroke-amber-800\/70{ + stroke: rgb(146 64 14 / 0.7); +} +.stroke-amber-800\/75{ + stroke: rgb(146 64 14 / 0.75); +} +.stroke-amber-800\/80{ + stroke: rgb(146 64 14 / 0.8); +} +.stroke-amber-800\/90{ + stroke: rgb(146 64 14 / 0.9); +} +.stroke-amber-800\/95{ + stroke: rgb(146 64 14 / 0.95); +} +.stroke-amber-800\/100{ + stroke: rgb(146 64 14 / 1); +} +.stroke-amber-900\/0{ + stroke: rgb(120 53 15 / 0); +} +.stroke-amber-900\/5{ + stroke: rgb(120 53 15 / 0.05); +} +.stroke-amber-900\/10{ + stroke: rgb(120 53 15 / 0.1); +} +.stroke-amber-900\/20{ + stroke: rgb(120 53 15 / 0.2); +} +.stroke-amber-900\/25{ + stroke: rgb(120 53 15 / 0.25); +} +.stroke-amber-900\/30{ + stroke: rgb(120 53 15 / 0.3); +} +.stroke-amber-900\/40{ + stroke: rgb(120 53 15 / 0.4); +} +.stroke-amber-900\/50{ + stroke: rgb(120 53 15 / 0.5); +} +.stroke-amber-900\/60{ + stroke: rgb(120 53 15 / 0.6); +} +.stroke-amber-900\/70{ + stroke: rgb(120 53 15 / 0.7); +} +.stroke-amber-900\/75{ + stroke: rgb(120 53 15 / 0.75); +} +.stroke-amber-900\/80{ + stroke: rgb(120 53 15 / 0.8); +} +.stroke-amber-900\/90{ + stroke: rgb(120 53 15 / 0.9); +} +.stroke-amber-900\/95{ + stroke: rgb(120 53 15 / 0.95); +} +.stroke-amber-900\/100{ + stroke: rgb(120 53 15 / 1); +} +.stroke-yellow-50\/0{ + stroke: rgb(253 253 234 / 0); +} +.stroke-yellow-50\/5{ + stroke: rgb(253 253 234 / 0.05); +} +.stroke-yellow-50\/10{ + stroke: rgb(253 253 234 / 0.1); +} +.stroke-yellow-50\/20{ + stroke: rgb(253 253 234 / 0.2); +} +.stroke-yellow-50\/25{ + stroke: rgb(253 253 234 / 0.25); +} +.stroke-yellow-50\/30{ + stroke: rgb(253 253 234 / 0.3); +} +.stroke-yellow-50\/40{ + stroke: rgb(253 253 234 / 0.4); +} +.stroke-yellow-50\/50{ + stroke: rgb(253 253 234 / 0.5); +} +.stroke-yellow-50\/60{ + stroke: rgb(253 253 234 / 0.6); +} +.stroke-yellow-50\/70{ + stroke: rgb(253 253 234 / 0.7); +} +.stroke-yellow-50\/75{ + stroke: rgb(253 253 234 / 0.75); +} +.stroke-yellow-50\/80{ + stroke: rgb(253 253 234 / 0.8); +} +.stroke-yellow-50\/90{ + stroke: rgb(253 253 234 / 0.9); +} +.stroke-yellow-50\/95{ + stroke: rgb(253 253 234 / 0.95); +} +.stroke-yellow-50\/100{ + stroke: rgb(253 253 234 / 1); +} +.stroke-yellow-100\/0{ + stroke: rgb(253 246 178 / 0); +} +.stroke-yellow-100\/5{ + stroke: rgb(253 246 178 / 0.05); +} +.stroke-yellow-100\/10{ + stroke: rgb(253 246 178 / 0.1); +} +.stroke-yellow-100\/20{ + stroke: rgb(253 246 178 / 0.2); +} +.stroke-yellow-100\/25{ + stroke: rgb(253 246 178 / 0.25); +} +.stroke-yellow-100\/30{ + stroke: rgb(253 246 178 / 0.3); +} +.stroke-yellow-100\/40{ + stroke: rgb(253 246 178 / 0.4); +} +.stroke-yellow-100\/50{ + stroke: rgb(253 246 178 / 0.5); +} +.stroke-yellow-100\/60{ + stroke: rgb(253 246 178 / 0.6); +} +.stroke-yellow-100\/70{ + stroke: rgb(253 246 178 / 0.7); +} +.stroke-yellow-100\/75{ + stroke: rgb(253 246 178 / 0.75); +} +.stroke-yellow-100\/80{ + stroke: rgb(253 246 178 / 0.8); +} +.stroke-yellow-100\/90{ + stroke: rgb(253 246 178 / 0.9); +} +.stroke-yellow-100\/95{ + stroke: rgb(253 246 178 / 0.95); +} +.stroke-yellow-100\/100{ + stroke: rgb(253 246 178 / 1); +} +.stroke-yellow-200\/0{ + stroke: rgb(252 233 106 / 0); +} +.stroke-yellow-200\/5{ + stroke: rgb(252 233 106 / 0.05); +} +.stroke-yellow-200\/10{ + stroke: rgb(252 233 106 / 0.1); +} +.stroke-yellow-200\/20{ + stroke: rgb(252 233 106 / 0.2); +} +.stroke-yellow-200\/25{ + stroke: rgb(252 233 106 / 0.25); +} +.stroke-yellow-200\/30{ + stroke: rgb(252 233 106 / 0.3); +} +.stroke-yellow-200\/40{ + stroke: rgb(252 233 106 / 0.4); +} +.stroke-yellow-200\/50{ + stroke: rgb(252 233 106 / 0.5); +} +.stroke-yellow-200\/60{ + stroke: rgb(252 233 106 / 0.6); +} +.stroke-yellow-200\/70{ + stroke: rgb(252 233 106 / 0.7); +} +.stroke-yellow-200\/75{ + stroke: rgb(252 233 106 / 0.75); +} +.stroke-yellow-200\/80{ + stroke: rgb(252 233 106 / 0.8); +} +.stroke-yellow-200\/90{ + stroke: rgb(252 233 106 / 0.9); +} +.stroke-yellow-200\/95{ + stroke: rgb(252 233 106 / 0.95); +} +.stroke-yellow-200\/100{ + stroke: rgb(252 233 106 / 1); +} +.stroke-yellow-300\/0{ + stroke: rgb(250 202 21 / 0); +} +.stroke-yellow-300\/5{ + stroke: rgb(250 202 21 / 0.05); +} +.stroke-yellow-300\/10{ + stroke: rgb(250 202 21 / 0.1); +} +.stroke-yellow-300\/20{ + stroke: rgb(250 202 21 / 0.2); +} +.stroke-yellow-300\/25{ + stroke: rgb(250 202 21 / 0.25); +} +.stroke-yellow-300\/30{ + stroke: rgb(250 202 21 / 0.3); +} +.stroke-yellow-300\/40{ + stroke: rgb(250 202 21 / 0.4); +} +.stroke-yellow-300\/50{ + stroke: rgb(250 202 21 / 0.5); +} +.stroke-yellow-300\/60{ + stroke: rgb(250 202 21 / 0.6); +} +.stroke-yellow-300\/70{ + stroke: rgb(250 202 21 / 0.7); +} +.stroke-yellow-300\/75{ + stroke: rgb(250 202 21 / 0.75); +} +.stroke-yellow-300\/80{ + stroke: rgb(250 202 21 / 0.8); +} +.stroke-yellow-300\/90{ + stroke: rgb(250 202 21 / 0.9); +} +.stroke-yellow-300\/95{ + stroke: rgb(250 202 21 / 0.95); +} +.stroke-yellow-300\/100{ + stroke: rgb(250 202 21 / 1); +} +.stroke-yellow-400\/0{ + stroke: rgb(227 160 8 / 0); +} +.stroke-yellow-400\/5{ + stroke: rgb(227 160 8 / 0.05); +} +.stroke-yellow-400\/10{ + stroke: rgb(227 160 8 / 0.1); +} +.stroke-yellow-400\/20{ + stroke: rgb(227 160 8 / 0.2); +} +.stroke-yellow-400\/25{ + stroke: rgb(227 160 8 / 0.25); +} +.stroke-yellow-400\/30{ + stroke: rgb(227 160 8 / 0.3); +} +.stroke-yellow-400\/40{ + stroke: rgb(227 160 8 / 0.4); +} +.stroke-yellow-400\/50{ + stroke: rgb(227 160 8 / 0.5); +} +.stroke-yellow-400\/60{ + stroke: rgb(227 160 8 / 0.6); +} +.stroke-yellow-400\/70{ + stroke: rgb(227 160 8 / 0.7); +} +.stroke-yellow-400\/75{ + stroke: rgb(227 160 8 / 0.75); +} +.stroke-yellow-400\/80{ + stroke: rgb(227 160 8 / 0.8); +} +.stroke-yellow-400\/90{ + stroke: rgb(227 160 8 / 0.9); +} +.stroke-yellow-400\/95{ + stroke: rgb(227 160 8 / 0.95); +} +.stroke-yellow-400\/100{ + stroke: rgb(227 160 8 / 1); +} +.stroke-yellow-500\/0{ + stroke: rgb(194 120 3 / 0); +} +.stroke-yellow-500\/5{ + stroke: rgb(194 120 3 / 0.05); +} +.stroke-yellow-500\/10{ + stroke: rgb(194 120 3 / 0.1); +} +.stroke-yellow-500\/20{ + stroke: rgb(194 120 3 / 0.2); +} +.stroke-yellow-500\/25{ + stroke: rgb(194 120 3 / 0.25); +} +.stroke-yellow-500\/30{ + stroke: rgb(194 120 3 / 0.3); +} +.stroke-yellow-500\/40{ + stroke: rgb(194 120 3 / 0.4); +} +.stroke-yellow-500\/50{ + stroke: rgb(194 120 3 / 0.5); +} +.stroke-yellow-500\/60{ + stroke: rgb(194 120 3 / 0.6); +} +.stroke-yellow-500\/70{ + stroke: rgb(194 120 3 / 0.7); +} +.stroke-yellow-500\/75{ + stroke: rgb(194 120 3 / 0.75); +} +.stroke-yellow-500\/80{ + stroke: rgb(194 120 3 / 0.8); +} +.stroke-yellow-500\/90{ + stroke: rgb(194 120 3 / 0.9); +} +.stroke-yellow-500\/95{ + stroke: rgb(194 120 3 / 0.95); +} +.stroke-yellow-500\/100{ + stroke: rgb(194 120 3 / 1); +} +.stroke-yellow-600\/0{ + stroke: rgb(159 88 10 / 0); +} +.stroke-yellow-600\/5{ + stroke: rgb(159 88 10 / 0.05); +} +.stroke-yellow-600\/10{ + stroke: rgb(159 88 10 / 0.1); +} +.stroke-yellow-600\/20{ + stroke: rgb(159 88 10 / 0.2); +} +.stroke-yellow-600\/25{ + stroke: rgb(159 88 10 / 0.25); +} +.stroke-yellow-600\/30{ + stroke: rgb(159 88 10 / 0.3); +} +.stroke-yellow-600\/40{ + stroke: rgb(159 88 10 / 0.4); +} +.stroke-yellow-600\/50{ + stroke: rgb(159 88 10 / 0.5); +} +.stroke-yellow-600\/60{ + stroke: rgb(159 88 10 / 0.6); +} +.stroke-yellow-600\/70{ + stroke: rgb(159 88 10 / 0.7); +} +.stroke-yellow-600\/75{ + stroke: rgb(159 88 10 / 0.75); +} +.stroke-yellow-600\/80{ + stroke: rgb(159 88 10 / 0.8); +} +.stroke-yellow-600\/90{ + stroke: rgb(159 88 10 / 0.9); +} +.stroke-yellow-600\/95{ + stroke: rgb(159 88 10 / 0.95); +} +.stroke-yellow-600\/100{ + stroke: rgb(159 88 10 / 1); +} +.stroke-yellow-700\/0{ + stroke: rgb(142 75 16 / 0); +} +.stroke-yellow-700\/5{ + stroke: rgb(142 75 16 / 0.05); +} +.stroke-yellow-700\/10{ + stroke: rgb(142 75 16 / 0.1); +} +.stroke-yellow-700\/20{ + stroke: rgb(142 75 16 / 0.2); +} +.stroke-yellow-700\/25{ + stroke: rgb(142 75 16 / 0.25); +} +.stroke-yellow-700\/30{ + stroke: rgb(142 75 16 / 0.3); +} +.stroke-yellow-700\/40{ + stroke: rgb(142 75 16 / 0.4); +} +.stroke-yellow-700\/50{ + stroke: rgb(142 75 16 / 0.5); +} +.stroke-yellow-700\/60{ + stroke: rgb(142 75 16 / 0.6); +} +.stroke-yellow-700\/70{ + stroke: rgb(142 75 16 / 0.7); +} +.stroke-yellow-700\/75{ + stroke: rgb(142 75 16 / 0.75); +} +.stroke-yellow-700\/80{ + stroke: rgb(142 75 16 / 0.8); +} +.stroke-yellow-700\/90{ + stroke: rgb(142 75 16 / 0.9); +} +.stroke-yellow-700\/95{ + stroke: rgb(142 75 16 / 0.95); +} +.stroke-yellow-700\/100{ + stroke: rgb(142 75 16 / 1); +} +.stroke-yellow-800\/0{ + stroke: rgb(114 59 19 / 0); +} +.stroke-yellow-800\/5{ + stroke: rgb(114 59 19 / 0.05); +} +.stroke-yellow-800\/10{ + stroke: rgb(114 59 19 / 0.1); +} +.stroke-yellow-800\/20{ + stroke: rgb(114 59 19 / 0.2); +} +.stroke-yellow-800\/25{ + stroke: rgb(114 59 19 / 0.25); +} +.stroke-yellow-800\/30{ + stroke: rgb(114 59 19 / 0.3); +} +.stroke-yellow-800\/40{ + stroke: rgb(114 59 19 / 0.4); +} +.stroke-yellow-800\/50{ + stroke: rgb(114 59 19 / 0.5); +} +.stroke-yellow-800\/60{ + stroke: rgb(114 59 19 / 0.6); +} +.stroke-yellow-800\/70{ + stroke: rgb(114 59 19 / 0.7); +} +.stroke-yellow-800\/75{ + stroke: rgb(114 59 19 / 0.75); +} +.stroke-yellow-800\/80{ + stroke: rgb(114 59 19 / 0.8); +} +.stroke-yellow-800\/90{ + stroke: rgb(114 59 19 / 0.9); +} +.stroke-yellow-800\/95{ + stroke: rgb(114 59 19 / 0.95); +} +.stroke-yellow-800\/100{ + stroke: rgb(114 59 19 / 1); +} +.stroke-yellow-900\/0{ + stroke: rgb(99 49 18 / 0); +} +.stroke-yellow-900\/5{ + stroke: rgb(99 49 18 / 0.05); +} +.stroke-yellow-900\/10{ + stroke: rgb(99 49 18 / 0.1); +} +.stroke-yellow-900\/20{ + stroke: rgb(99 49 18 / 0.2); +} +.stroke-yellow-900\/25{ + stroke: rgb(99 49 18 / 0.25); +} +.stroke-yellow-900\/30{ + stroke: rgb(99 49 18 / 0.3); +} +.stroke-yellow-900\/40{ + stroke: rgb(99 49 18 / 0.4); +} +.stroke-yellow-900\/50{ + stroke: rgb(99 49 18 / 0.5); +} +.stroke-yellow-900\/60{ + stroke: rgb(99 49 18 / 0.6); +} +.stroke-yellow-900\/70{ + stroke: rgb(99 49 18 / 0.7); +} +.stroke-yellow-900\/75{ + stroke: rgb(99 49 18 / 0.75); +} +.stroke-yellow-900\/80{ + stroke: rgb(99 49 18 / 0.8); +} +.stroke-yellow-900\/90{ + stroke: rgb(99 49 18 / 0.9); +} +.stroke-yellow-900\/95{ + stroke: rgb(99 49 18 / 0.95); +} +.stroke-yellow-900\/100{ + stroke: rgb(99 49 18 / 1); +} +.stroke-lime-50\/0{ + stroke: rgb(247 254 231 / 0); +} +.stroke-lime-50\/5{ + stroke: rgb(247 254 231 / 0.05); +} +.stroke-lime-50\/10{ + stroke: rgb(247 254 231 / 0.1); +} +.stroke-lime-50\/20{ + stroke: rgb(247 254 231 / 0.2); +} +.stroke-lime-50\/25{ + stroke: rgb(247 254 231 / 0.25); +} +.stroke-lime-50\/30{ + stroke: rgb(247 254 231 / 0.3); +} +.stroke-lime-50\/40{ + stroke: rgb(247 254 231 / 0.4); +} +.stroke-lime-50\/50{ + stroke: rgb(247 254 231 / 0.5); +} +.stroke-lime-50\/60{ + stroke: rgb(247 254 231 / 0.6); +} +.stroke-lime-50\/70{ + stroke: rgb(247 254 231 / 0.7); +} +.stroke-lime-50\/75{ + stroke: rgb(247 254 231 / 0.75); +} +.stroke-lime-50\/80{ + stroke: rgb(247 254 231 / 0.8); +} +.stroke-lime-50\/90{ + stroke: rgb(247 254 231 / 0.9); +} +.stroke-lime-50\/95{ + stroke: rgb(247 254 231 / 0.95); +} +.stroke-lime-50\/100{ + stroke: rgb(247 254 231 / 1); +} +.stroke-lime-100\/0{ + stroke: rgb(236 252 203 / 0); +} +.stroke-lime-100\/5{ + stroke: rgb(236 252 203 / 0.05); +} +.stroke-lime-100\/10{ + stroke: rgb(236 252 203 / 0.1); +} +.stroke-lime-100\/20{ + stroke: rgb(236 252 203 / 0.2); +} +.stroke-lime-100\/25{ + stroke: rgb(236 252 203 / 0.25); +} +.stroke-lime-100\/30{ + stroke: rgb(236 252 203 / 0.3); +} +.stroke-lime-100\/40{ + stroke: rgb(236 252 203 / 0.4); +} +.stroke-lime-100\/50{ + stroke: rgb(236 252 203 / 0.5); +} +.stroke-lime-100\/60{ + stroke: rgb(236 252 203 / 0.6); +} +.stroke-lime-100\/70{ + stroke: rgb(236 252 203 / 0.7); +} +.stroke-lime-100\/75{ + stroke: rgb(236 252 203 / 0.75); +} +.stroke-lime-100\/80{ + stroke: rgb(236 252 203 / 0.8); +} +.stroke-lime-100\/90{ + stroke: rgb(236 252 203 / 0.9); +} +.stroke-lime-100\/95{ + stroke: rgb(236 252 203 / 0.95); +} +.stroke-lime-100\/100{ + stroke: rgb(236 252 203 / 1); +} +.stroke-lime-200\/0{ + stroke: rgb(217 249 157 / 0); +} +.stroke-lime-200\/5{ + stroke: rgb(217 249 157 / 0.05); +} +.stroke-lime-200\/10{ + stroke: rgb(217 249 157 / 0.1); +} +.stroke-lime-200\/20{ + stroke: rgb(217 249 157 / 0.2); +} +.stroke-lime-200\/25{ + stroke: rgb(217 249 157 / 0.25); +} +.stroke-lime-200\/30{ + stroke: rgb(217 249 157 / 0.3); +} +.stroke-lime-200\/40{ + stroke: rgb(217 249 157 / 0.4); +} +.stroke-lime-200\/50{ + stroke: rgb(217 249 157 / 0.5); +} +.stroke-lime-200\/60{ + stroke: rgb(217 249 157 / 0.6); +} +.stroke-lime-200\/70{ + stroke: rgb(217 249 157 / 0.7); +} +.stroke-lime-200\/75{ + stroke: rgb(217 249 157 / 0.75); +} +.stroke-lime-200\/80{ + stroke: rgb(217 249 157 / 0.8); +} +.stroke-lime-200\/90{ + stroke: rgb(217 249 157 / 0.9); +} +.stroke-lime-200\/95{ + stroke: rgb(217 249 157 / 0.95); +} +.stroke-lime-200\/100{ + stroke: rgb(217 249 157 / 1); +} +.stroke-lime-300\/0{ + stroke: rgb(190 242 100 / 0); +} +.stroke-lime-300\/5{ + stroke: rgb(190 242 100 / 0.05); +} +.stroke-lime-300\/10{ + stroke: rgb(190 242 100 / 0.1); +} +.stroke-lime-300\/20{ + stroke: rgb(190 242 100 / 0.2); +} +.stroke-lime-300\/25{ + stroke: rgb(190 242 100 / 0.25); +} +.stroke-lime-300\/30{ + stroke: rgb(190 242 100 / 0.3); +} +.stroke-lime-300\/40{ + stroke: rgb(190 242 100 / 0.4); +} +.stroke-lime-300\/50{ + stroke: rgb(190 242 100 / 0.5); +} +.stroke-lime-300\/60{ + stroke: rgb(190 242 100 / 0.6); +} +.stroke-lime-300\/70{ + stroke: rgb(190 242 100 / 0.7); +} +.stroke-lime-300\/75{ + stroke: rgb(190 242 100 / 0.75); +} +.stroke-lime-300\/80{ + stroke: rgb(190 242 100 / 0.8); +} +.stroke-lime-300\/90{ + stroke: rgb(190 242 100 / 0.9); +} +.stroke-lime-300\/95{ + stroke: rgb(190 242 100 / 0.95); +} +.stroke-lime-300\/100{ + stroke: rgb(190 242 100 / 1); +} +.stroke-lime-400\/0{ + stroke: rgb(163 230 53 / 0); +} +.stroke-lime-400\/5{ + stroke: rgb(163 230 53 / 0.05); +} +.stroke-lime-400\/10{ + stroke: rgb(163 230 53 / 0.1); +} +.stroke-lime-400\/20{ + stroke: rgb(163 230 53 / 0.2); +} +.stroke-lime-400\/25{ + stroke: rgb(163 230 53 / 0.25); +} +.stroke-lime-400\/30{ + stroke: rgb(163 230 53 / 0.3); +} +.stroke-lime-400\/40{ + stroke: rgb(163 230 53 / 0.4); +} +.stroke-lime-400\/50{ + stroke: rgb(163 230 53 / 0.5); +} +.stroke-lime-400\/60{ + stroke: rgb(163 230 53 / 0.6); +} +.stroke-lime-400\/70{ + stroke: rgb(163 230 53 / 0.7); +} +.stroke-lime-400\/75{ + stroke: rgb(163 230 53 / 0.75); +} +.stroke-lime-400\/80{ + stroke: rgb(163 230 53 / 0.8); +} +.stroke-lime-400\/90{ + stroke: rgb(163 230 53 / 0.9); +} +.stroke-lime-400\/95{ + stroke: rgb(163 230 53 / 0.95); +} +.stroke-lime-400\/100{ + stroke: rgb(163 230 53 / 1); +} +.stroke-lime-500\/0{ + stroke: rgb(132 204 22 / 0); +} +.stroke-lime-500\/5{ + stroke: rgb(132 204 22 / 0.05); +} +.stroke-lime-500\/10{ + stroke: rgb(132 204 22 / 0.1); +} +.stroke-lime-500\/20{ + stroke: rgb(132 204 22 / 0.2); +} +.stroke-lime-500\/25{ + stroke: rgb(132 204 22 / 0.25); +} +.stroke-lime-500\/30{ + stroke: rgb(132 204 22 / 0.3); +} +.stroke-lime-500\/40{ + stroke: rgb(132 204 22 / 0.4); +} +.stroke-lime-500\/50{ + stroke: rgb(132 204 22 / 0.5); +} +.stroke-lime-500\/60{ + stroke: rgb(132 204 22 / 0.6); +} +.stroke-lime-500\/70{ + stroke: rgb(132 204 22 / 0.7); +} +.stroke-lime-500\/75{ + stroke: rgb(132 204 22 / 0.75); +} +.stroke-lime-500\/80{ + stroke: rgb(132 204 22 / 0.8); +} +.stroke-lime-500\/90{ + stroke: rgb(132 204 22 / 0.9); +} +.stroke-lime-500\/95{ + stroke: rgb(132 204 22 / 0.95); +} +.stroke-lime-500\/100{ + stroke: rgb(132 204 22 / 1); +} +.stroke-lime-600\/0{ + stroke: rgb(101 163 13 / 0); +} +.stroke-lime-600\/5{ + stroke: rgb(101 163 13 / 0.05); +} +.stroke-lime-600\/10{ + stroke: rgb(101 163 13 / 0.1); +} +.stroke-lime-600\/20{ + stroke: rgb(101 163 13 / 0.2); +} +.stroke-lime-600\/25{ + stroke: rgb(101 163 13 / 0.25); +} +.stroke-lime-600\/30{ + stroke: rgb(101 163 13 / 0.3); +} +.stroke-lime-600\/40{ + stroke: rgb(101 163 13 / 0.4); +} +.stroke-lime-600\/50{ + stroke: rgb(101 163 13 / 0.5); +} +.stroke-lime-600\/60{ + stroke: rgb(101 163 13 / 0.6); +} +.stroke-lime-600\/70{ + stroke: rgb(101 163 13 / 0.7); +} +.stroke-lime-600\/75{ + stroke: rgb(101 163 13 / 0.75); +} +.stroke-lime-600\/80{ + stroke: rgb(101 163 13 / 0.8); +} +.stroke-lime-600\/90{ + stroke: rgb(101 163 13 / 0.9); +} +.stroke-lime-600\/95{ + stroke: rgb(101 163 13 / 0.95); +} +.stroke-lime-600\/100{ + stroke: rgb(101 163 13 / 1); +} +.stroke-lime-700\/0{ + stroke: rgb(77 124 15 / 0); +} +.stroke-lime-700\/5{ + stroke: rgb(77 124 15 / 0.05); +} +.stroke-lime-700\/10{ + stroke: rgb(77 124 15 / 0.1); +} +.stroke-lime-700\/20{ + stroke: rgb(77 124 15 / 0.2); +} +.stroke-lime-700\/25{ + stroke: rgb(77 124 15 / 0.25); +} +.stroke-lime-700\/30{ + stroke: rgb(77 124 15 / 0.3); +} +.stroke-lime-700\/40{ + stroke: rgb(77 124 15 / 0.4); +} +.stroke-lime-700\/50{ + stroke: rgb(77 124 15 / 0.5); +} +.stroke-lime-700\/60{ + stroke: rgb(77 124 15 / 0.6); +} +.stroke-lime-700\/70{ + stroke: rgb(77 124 15 / 0.7); +} +.stroke-lime-700\/75{ + stroke: rgb(77 124 15 / 0.75); +} +.stroke-lime-700\/80{ + stroke: rgb(77 124 15 / 0.8); +} +.stroke-lime-700\/90{ + stroke: rgb(77 124 15 / 0.9); +} +.stroke-lime-700\/95{ + stroke: rgb(77 124 15 / 0.95); +} +.stroke-lime-700\/100{ + stroke: rgb(77 124 15 / 1); +} +.stroke-lime-800\/0{ + stroke: rgb(63 98 18 / 0); +} +.stroke-lime-800\/5{ + stroke: rgb(63 98 18 / 0.05); +} +.stroke-lime-800\/10{ + stroke: rgb(63 98 18 / 0.1); +} +.stroke-lime-800\/20{ + stroke: rgb(63 98 18 / 0.2); +} +.stroke-lime-800\/25{ + stroke: rgb(63 98 18 / 0.25); +} +.stroke-lime-800\/30{ + stroke: rgb(63 98 18 / 0.3); +} +.stroke-lime-800\/40{ + stroke: rgb(63 98 18 / 0.4); +} +.stroke-lime-800\/50{ + stroke: rgb(63 98 18 / 0.5); +} +.stroke-lime-800\/60{ + stroke: rgb(63 98 18 / 0.6); +} +.stroke-lime-800\/70{ + stroke: rgb(63 98 18 / 0.7); +} +.stroke-lime-800\/75{ + stroke: rgb(63 98 18 / 0.75); +} +.stroke-lime-800\/80{ + stroke: rgb(63 98 18 / 0.8); +} +.stroke-lime-800\/90{ + stroke: rgb(63 98 18 / 0.9); +} +.stroke-lime-800\/95{ + stroke: rgb(63 98 18 / 0.95); +} +.stroke-lime-800\/100{ + stroke: rgb(63 98 18 / 1); +} +.stroke-lime-900\/0{ + stroke: rgb(54 83 20 / 0); +} +.stroke-lime-900\/5{ + stroke: rgb(54 83 20 / 0.05); +} +.stroke-lime-900\/10{ + stroke: rgb(54 83 20 / 0.1); +} +.stroke-lime-900\/20{ + stroke: rgb(54 83 20 / 0.2); +} +.stroke-lime-900\/25{ + stroke: rgb(54 83 20 / 0.25); +} +.stroke-lime-900\/30{ + stroke: rgb(54 83 20 / 0.3); +} +.stroke-lime-900\/40{ + stroke: rgb(54 83 20 / 0.4); +} +.stroke-lime-900\/50{ + stroke: rgb(54 83 20 / 0.5); +} +.stroke-lime-900\/60{ + stroke: rgb(54 83 20 / 0.6); +} +.stroke-lime-900\/70{ + stroke: rgb(54 83 20 / 0.7); +} +.stroke-lime-900\/75{ + stroke: rgb(54 83 20 / 0.75); +} +.stroke-lime-900\/80{ + stroke: rgb(54 83 20 / 0.8); +} +.stroke-lime-900\/90{ + stroke: rgb(54 83 20 / 0.9); +} +.stroke-lime-900\/95{ + stroke: rgb(54 83 20 / 0.95); +} +.stroke-lime-900\/100{ + stroke: rgb(54 83 20 / 1); +} +.stroke-green-50\/0{ + stroke: rgb(248 250 246 / 0); +} +.stroke-green-50\/5{ + stroke: rgb(248 250 246 / 0.05); +} +.stroke-green-50\/10{ + stroke: rgb(248 250 246 / 0.1); +} +.stroke-green-50\/20{ + stroke: rgb(248 250 246 / 0.2); +} +.stroke-green-50\/25{ + stroke: rgb(248 250 246 / 0.25); +} +.stroke-green-50\/30{ + stroke: rgb(248 250 246 / 0.3); +} +.stroke-green-50\/40{ + stroke: rgb(248 250 246 / 0.4); +} +.stroke-green-50\/50{ + stroke: rgb(248 250 246 / 0.5); +} +.stroke-green-50\/60{ + stroke: rgb(248 250 246 / 0.6); +} +.stroke-green-50\/70{ + stroke: rgb(248 250 246 / 0.7); +} +.stroke-green-50\/75{ + stroke: rgb(248 250 246 / 0.75); +} +.stroke-green-50\/80{ + stroke: rgb(248 250 246 / 0.8); +} +.stroke-green-50\/90{ + stroke: rgb(248 250 246 / 0.9); +} +.stroke-green-50\/95{ + stroke: rgb(248 250 246 / 0.95); +} +.stroke-green-50\/100{ + stroke: rgb(248 250 246 / 1); +} +.stroke-green-100\/0{ + stroke: rgb(241 246 238 / 0); +} +.stroke-green-100\/5{ + stroke: rgb(241 246 238 / 0.05); +} +.stroke-green-100\/10{ + stroke: rgb(241 246 238 / 0.1); +} +.stroke-green-100\/20{ + stroke: rgb(241 246 238 / 0.2); +} +.stroke-green-100\/25{ + stroke: rgb(241 246 238 / 0.25); +} +.stroke-green-100\/30{ + stroke: rgb(241 246 238 / 0.3); +} +.stroke-green-100\/40{ + stroke: rgb(241 246 238 / 0.4); +} +.stroke-green-100\/50{ + stroke: rgb(241 246 238 / 0.5); +} +.stroke-green-100\/60{ + stroke: rgb(241 246 238 / 0.6); +} +.stroke-green-100\/70{ + stroke: rgb(241 246 238 / 0.7); +} +.stroke-green-100\/75{ + stroke: rgb(241 246 238 / 0.75); +} +.stroke-green-100\/80{ + stroke: rgb(241 246 238 / 0.8); +} +.stroke-green-100\/90{ + stroke: rgb(241 246 238 / 0.9); +} +.stroke-green-100\/95{ + stroke: rgb(241 246 238 / 0.95); +} +.stroke-green-100\/100{ + stroke: rgb(241 246 238 / 1); +} +.stroke-green-200\/0{ + stroke: rgb(219 232 212 / 0); +} +.stroke-green-200\/5{ + stroke: rgb(219 232 212 / 0.05); +} +.stroke-green-200\/10{ + stroke: rgb(219 232 212 / 0.1); +} +.stroke-green-200\/20{ + stroke: rgb(219 232 212 / 0.2); +} +.stroke-green-200\/25{ + stroke: rgb(219 232 212 / 0.25); +} +.stroke-green-200\/30{ + stroke: rgb(219 232 212 / 0.3); +} +.stroke-green-200\/40{ + stroke: rgb(219 232 212 / 0.4); +} +.stroke-green-200\/50{ + stroke: rgb(219 232 212 / 0.5); +} +.stroke-green-200\/60{ + stroke: rgb(219 232 212 / 0.6); +} +.stroke-green-200\/70{ + stroke: rgb(219 232 212 / 0.7); +} +.stroke-green-200\/75{ + stroke: rgb(219 232 212 / 0.75); +} +.stroke-green-200\/80{ + stroke: rgb(219 232 212 / 0.8); +} +.stroke-green-200\/90{ + stroke: rgb(219 232 212 / 0.9); +} +.stroke-green-200\/95{ + stroke: rgb(219 232 212 / 0.95); +} +.stroke-green-200\/100{ + stroke: rgb(219 232 212 / 1); +} +.stroke-green-300\/0{ + stroke: rgb(197 217 186 / 0); +} +.stroke-green-300\/5{ + stroke: rgb(197 217 186 / 0.05); +} +.stroke-green-300\/10{ + stroke: rgb(197 217 186 / 0.1); +} +.stroke-green-300\/20{ + stroke: rgb(197 217 186 / 0.2); +} +.stroke-green-300\/25{ + stroke: rgb(197 217 186 / 0.25); +} +.stroke-green-300\/30{ + stroke: rgb(197 217 186 / 0.3); +} +.stroke-green-300\/40{ + stroke: rgb(197 217 186 / 0.4); +} +.stroke-green-300\/50{ + stroke: rgb(197 217 186 / 0.5); +} +.stroke-green-300\/60{ + stroke: rgb(197 217 186 / 0.6); +} +.stroke-green-300\/70{ + stroke: rgb(197 217 186 / 0.7); +} +.stroke-green-300\/75{ + stroke: rgb(197 217 186 / 0.75); +} +.stroke-green-300\/80{ + stroke: rgb(197 217 186 / 0.8); +} +.stroke-green-300\/90{ + stroke: rgb(197 217 186 / 0.9); +} +.stroke-green-300\/95{ + stroke: rgb(197 217 186 / 0.95); +} +.stroke-green-300\/100{ + stroke: rgb(197 217 186 / 1); +} +.stroke-green-400\/0{ + stroke: rgb(154 189 134 / 0); +} +.stroke-green-400\/5{ + stroke: rgb(154 189 134 / 0.05); +} +.stroke-green-400\/10{ + stroke: rgb(154 189 134 / 0.1); +} +.stroke-green-400\/20{ + stroke: rgb(154 189 134 / 0.2); +} +.stroke-green-400\/25{ + stroke: rgb(154 189 134 / 0.25); +} +.stroke-green-400\/30{ + stroke: rgb(154 189 134 / 0.3); +} +.stroke-green-400\/40{ + stroke: rgb(154 189 134 / 0.4); +} +.stroke-green-400\/50{ + stroke: rgb(154 189 134 / 0.5); +} +.stroke-green-400\/60{ + stroke: rgb(154 189 134 / 0.6); +} +.stroke-green-400\/70{ + stroke: rgb(154 189 134 / 0.7); +} +.stroke-green-400\/75{ + stroke: rgb(154 189 134 / 0.75); +} +.stroke-green-400\/80{ + stroke: rgb(154 189 134 / 0.8); +} +.stroke-green-400\/90{ + stroke: rgb(154 189 134 / 0.9); +} +.stroke-green-400\/95{ + stroke: rgb(154 189 134 / 0.95); +} +.stroke-green-400\/100{ + stroke: rgb(154 189 134 / 1); +} +.stroke-green-500\/0{ + stroke: rgb(110 161 82 / 0); +} +.stroke-green-500\/5{ + stroke: rgb(110 161 82 / 0.05); +} +.stroke-green-500\/10{ + stroke: rgb(110 161 82 / 0.1); +} +.stroke-green-500\/20{ + stroke: rgb(110 161 82 / 0.2); +} +.stroke-green-500\/25{ + stroke: rgb(110 161 82 / 0.25); +} +.stroke-green-500\/30{ + stroke: rgb(110 161 82 / 0.3); +} +.stroke-green-500\/40{ + stroke: rgb(110 161 82 / 0.4); +} +.stroke-green-500\/50{ + stroke: rgb(110 161 82 / 0.5); +} +.stroke-green-500\/60{ + stroke: rgb(110 161 82 / 0.6); +} +.stroke-green-500\/70{ + stroke: rgb(110 161 82 / 0.7); +} +.stroke-green-500\/75{ + stroke: rgb(110 161 82 / 0.75); +} +.stroke-green-500\/80{ + stroke: rgb(110 161 82 / 0.8); +} +.stroke-green-500\/90{ + stroke: rgb(110 161 82 / 0.9); +} +.stroke-green-500\/95{ + stroke: rgb(110 161 82 / 0.95); +} +.stroke-green-500\/100{ + stroke: rgb(110 161 82 / 1); +} +.stroke-green-600\/0{ + stroke: rgb(99 145 74 / 0); +} +.stroke-green-600\/5{ + stroke: rgb(99 145 74 / 0.05); +} +.stroke-green-600\/10{ + stroke: rgb(99 145 74 / 0.1); +} +.stroke-green-600\/20{ + stroke: rgb(99 145 74 / 0.2); +} +.stroke-green-600\/25{ + stroke: rgb(99 145 74 / 0.25); +} +.stroke-green-600\/30{ + stroke: rgb(99 145 74 / 0.3); +} +.stroke-green-600\/40{ + stroke: rgb(99 145 74 / 0.4); +} +.stroke-green-600\/50{ + stroke: rgb(99 145 74 / 0.5); +} +.stroke-green-600\/60{ + stroke: rgb(99 145 74 / 0.6); +} +.stroke-green-600\/70{ + stroke: rgb(99 145 74 / 0.7); +} +.stroke-green-600\/75{ + stroke: rgb(99 145 74 / 0.75); +} +.stroke-green-600\/80{ + stroke: rgb(99 145 74 / 0.8); +} +.stroke-green-600\/90{ + stroke: rgb(99 145 74 / 0.9); +} +.stroke-green-600\/95{ + stroke: rgb(99 145 74 / 0.95); +} +.stroke-green-600\/100{ + stroke: rgb(99 145 74 / 1); +} +.stroke-green-700\/0{ + stroke: rgb(83 121 62 / 0); +} +.stroke-green-700\/5{ + stroke: rgb(83 121 62 / 0.05); +} +.stroke-green-700\/10{ + stroke: rgb(83 121 62 / 0.1); +} +.stroke-green-700\/20{ + stroke: rgb(83 121 62 / 0.2); +} +.stroke-green-700\/25{ + stroke: rgb(83 121 62 / 0.25); +} +.stroke-green-700\/30{ + stroke: rgb(83 121 62 / 0.3); +} +.stroke-green-700\/40{ + stroke: rgb(83 121 62 / 0.4); +} +.stroke-green-700\/50{ + stroke: rgb(83 121 62 / 0.5); +} +.stroke-green-700\/60{ + stroke: rgb(83 121 62 / 0.6); +} +.stroke-green-700\/70{ + stroke: rgb(83 121 62 / 0.7); +} +.stroke-green-700\/75{ + stroke: rgb(83 121 62 / 0.75); +} +.stroke-green-700\/80{ + stroke: rgb(83 121 62 / 0.8); +} +.stroke-green-700\/90{ + stroke: rgb(83 121 62 / 0.9); +} +.stroke-green-700\/95{ + stroke: rgb(83 121 62 / 0.95); +} +.stroke-green-700\/100{ + stroke: rgb(83 121 62 / 1); +} +.stroke-green-800\/0{ + stroke: rgb(66 97 49 / 0); +} +.stroke-green-800\/5{ + stroke: rgb(66 97 49 / 0.05); +} +.stroke-green-800\/10{ + stroke: rgb(66 97 49 / 0.1); +} +.stroke-green-800\/20{ + stroke: rgb(66 97 49 / 0.2); +} +.stroke-green-800\/25{ + stroke: rgb(66 97 49 / 0.25); +} +.stroke-green-800\/30{ + stroke: rgb(66 97 49 / 0.3); +} +.stroke-green-800\/40{ + stroke: rgb(66 97 49 / 0.4); +} +.stroke-green-800\/50{ + stroke: rgb(66 97 49 / 0.5); +} +.stroke-green-800\/60{ + stroke: rgb(66 97 49 / 0.6); +} +.stroke-green-800\/70{ + stroke: rgb(66 97 49 / 0.7); +} +.stroke-green-800\/75{ + stroke: rgb(66 97 49 / 0.75); +} +.stroke-green-800\/80{ + stroke: rgb(66 97 49 / 0.8); +} +.stroke-green-800\/90{ + stroke: rgb(66 97 49 / 0.9); +} +.stroke-green-800\/95{ + stroke: rgb(66 97 49 / 0.95); +} +.stroke-green-800\/100{ + stroke: rgb(66 97 49 / 1); +} +.stroke-green-900\/0{ + stroke: rgb(54 79 40 / 0); +} +.stroke-green-900\/5{ + stroke: rgb(54 79 40 / 0.05); +} +.stroke-green-900\/10{ + stroke: rgb(54 79 40 / 0.1); +} +.stroke-green-900\/20{ + stroke: rgb(54 79 40 / 0.2); +} +.stroke-green-900\/25{ + stroke: rgb(54 79 40 / 0.25); +} +.stroke-green-900\/30{ + stroke: rgb(54 79 40 / 0.3); +} +.stroke-green-900\/40{ + stroke: rgb(54 79 40 / 0.4); +} +.stroke-green-900\/50{ + stroke: rgb(54 79 40 / 0.5); +} +.stroke-green-900\/60{ + stroke: rgb(54 79 40 / 0.6); +} +.stroke-green-900\/70{ + stroke: rgb(54 79 40 / 0.7); +} +.stroke-green-900\/75{ + stroke: rgb(54 79 40 / 0.75); +} +.stroke-green-900\/80{ + stroke: rgb(54 79 40 / 0.8); +} +.stroke-green-900\/90{ + stroke: rgb(54 79 40 / 0.9); +} +.stroke-green-900\/95{ + stroke: rgb(54 79 40 / 0.95); +} +.stroke-green-900\/100{ + stroke: rgb(54 79 40 / 1); +} +.stroke-green\/0{ + stroke: rgb(110 161 82 / 0); +} +.stroke-green\/5{ + stroke: rgb(110 161 82 / 0.05); +} +.stroke-green\/10{ + stroke: rgb(110 161 82 / 0.1); +} +.stroke-green\/20{ + stroke: rgb(110 161 82 / 0.2); +} +.stroke-green\/25{ + stroke: rgb(110 161 82 / 0.25); +} +.stroke-green\/30{ + stroke: rgb(110 161 82 / 0.3); +} +.stroke-green\/40{ + stroke: rgb(110 161 82 / 0.4); +} +.stroke-green\/50{ + stroke: rgb(110 161 82 / 0.5); +} +.stroke-green\/60{ + stroke: rgb(110 161 82 / 0.6); +} +.stroke-green\/70{ + stroke: rgb(110 161 82 / 0.7); +} +.stroke-green\/75{ + stroke: rgb(110 161 82 / 0.75); +} +.stroke-green\/80{ + stroke: rgb(110 161 82 / 0.8); +} +.stroke-green\/90{ + stroke: rgb(110 161 82 / 0.9); +} +.stroke-green\/95{ + stroke: rgb(110 161 82 / 0.95); +} +.stroke-green\/100{ + stroke: rgb(110 161 82 / 1); +} +.stroke-emerald-50\/0{ + stroke: rgb(236 253 245 / 0); +} +.stroke-emerald-50\/5{ + stroke: rgb(236 253 245 / 0.05); +} +.stroke-emerald-50\/10{ + stroke: rgb(236 253 245 / 0.1); +} +.stroke-emerald-50\/20{ + stroke: rgb(236 253 245 / 0.2); +} +.stroke-emerald-50\/25{ + stroke: rgb(236 253 245 / 0.25); +} +.stroke-emerald-50\/30{ + stroke: rgb(236 253 245 / 0.3); +} +.stroke-emerald-50\/40{ + stroke: rgb(236 253 245 / 0.4); +} +.stroke-emerald-50\/50{ + stroke: rgb(236 253 245 / 0.5); +} +.stroke-emerald-50\/60{ + stroke: rgb(236 253 245 / 0.6); +} +.stroke-emerald-50\/70{ + stroke: rgb(236 253 245 / 0.7); +} +.stroke-emerald-50\/75{ + stroke: rgb(236 253 245 / 0.75); +} +.stroke-emerald-50\/80{ + stroke: rgb(236 253 245 / 0.8); +} +.stroke-emerald-50\/90{ + stroke: rgb(236 253 245 / 0.9); +} +.stroke-emerald-50\/95{ + stroke: rgb(236 253 245 / 0.95); +} +.stroke-emerald-50\/100{ + stroke: rgb(236 253 245 / 1); +} +.stroke-emerald-100\/0{ + stroke: rgb(209 250 229 / 0); +} +.stroke-emerald-100\/5{ + stroke: rgb(209 250 229 / 0.05); +} +.stroke-emerald-100\/10{ + stroke: rgb(209 250 229 / 0.1); +} +.stroke-emerald-100\/20{ + stroke: rgb(209 250 229 / 0.2); +} +.stroke-emerald-100\/25{ + stroke: rgb(209 250 229 / 0.25); +} +.stroke-emerald-100\/30{ + stroke: rgb(209 250 229 / 0.3); +} +.stroke-emerald-100\/40{ + stroke: rgb(209 250 229 / 0.4); +} +.stroke-emerald-100\/50{ + stroke: rgb(209 250 229 / 0.5); +} +.stroke-emerald-100\/60{ + stroke: rgb(209 250 229 / 0.6); +} +.stroke-emerald-100\/70{ + stroke: rgb(209 250 229 / 0.7); +} +.stroke-emerald-100\/75{ + stroke: rgb(209 250 229 / 0.75); +} +.stroke-emerald-100\/80{ + stroke: rgb(209 250 229 / 0.8); +} +.stroke-emerald-100\/90{ + stroke: rgb(209 250 229 / 0.9); +} +.stroke-emerald-100\/95{ + stroke: rgb(209 250 229 / 0.95); +} +.stroke-emerald-100\/100{ + stroke: rgb(209 250 229 / 1); +} +.stroke-emerald-200\/0{ + stroke: rgb(167 243 208 / 0); +} +.stroke-emerald-200\/5{ + stroke: rgb(167 243 208 / 0.05); +} +.stroke-emerald-200\/10{ + stroke: rgb(167 243 208 / 0.1); +} +.stroke-emerald-200\/20{ + stroke: rgb(167 243 208 / 0.2); +} +.stroke-emerald-200\/25{ + stroke: rgb(167 243 208 / 0.25); +} +.stroke-emerald-200\/30{ + stroke: rgb(167 243 208 / 0.3); +} +.stroke-emerald-200\/40{ + stroke: rgb(167 243 208 / 0.4); +} +.stroke-emerald-200\/50{ + stroke: rgb(167 243 208 / 0.5); +} +.stroke-emerald-200\/60{ + stroke: rgb(167 243 208 / 0.6); +} +.stroke-emerald-200\/70{ + stroke: rgb(167 243 208 / 0.7); +} +.stroke-emerald-200\/75{ + stroke: rgb(167 243 208 / 0.75); +} +.stroke-emerald-200\/80{ + stroke: rgb(167 243 208 / 0.8); +} +.stroke-emerald-200\/90{ + stroke: rgb(167 243 208 / 0.9); +} +.stroke-emerald-200\/95{ + stroke: rgb(167 243 208 / 0.95); +} +.stroke-emerald-200\/100{ + stroke: rgb(167 243 208 / 1); +} +.stroke-emerald-300\/0{ + stroke: rgb(110 231 183 / 0); +} +.stroke-emerald-300\/5{ + stroke: rgb(110 231 183 / 0.05); +} +.stroke-emerald-300\/10{ + stroke: rgb(110 231 183 / 0.1); +} +.stroke-emerald-300\/20{ + stroke: rgb(110 231 183 / 0.2); +} +.stroke-emerald-300\/25{ + stroke: rgb(110 231 183 / 0.25); +} +.stroke-emerald-300\/30{ + stroke: rgb(110 231 183 / 0.3); +} +.stroke-emerald-300\/40{ + stroke: rgb(110 231 183 / 0.4); +} +.stroke-emerald-300\/50{ + stroke: rgb(110 231 183 / 0.5); +} +.stroke-emerald-300\/60{ + stroke: rgb(110 231 183 / 0.6); +} +.stroke-emerald-300\/70{ + stroke: rgb(110 231 183 / 0.7); +} +.stroke-emerald-300\/75{ + stroke: rgb(110 231 183 / 0.75); +} +.stroke-emerald-300\/80{ + stroke: rgb(110 231 183 / 0.8); +} +.stroke-emerald-300\/90{ + stroke: rgb(110 231 183 / 0.9); +} +.stroke-emerald-300\/95{ + stroke: rgb(110 231 183 / 0.95); +} +.stroke-emerald-300\/100{ + stroke: rgb(110 231 183 / 1); +} +.stroke-emerald-400\/0{ + stroke: rgb(52 211 153 / 0); +} +.stroke-emerald-400\/5{ + stroke: rgb(52 211 153 / 0.05); +} +.stroke-emerald-400\/10{ + stroke: rgb(52 211 153 / 0.1); +} +.stroke-emerald-400\/20{ + stroke: rgb(52 211 153 / 0.2); +} +.stroke-emerald-400\/25{ + stroke: rgb(52 211 153 / 0.25); +} +.stroke-emerald-400\/30{ + stroke: rgb(52 211 153 / 0.3); +} +.stroke-emerald-400\/40{ + stroke: rgb(52 211 153 / 0.4); +} +.stroke-emerald-400\/50{ + stroke: rgb(52 211 153 / 0.5); +} +.stroke-emerald-400\/60{ + stroke: rgb(52 211 153 / 0.6); +} +.stroke-emerald-400\/70{ + stroke: rgb(52 211 153 / 0.7); +} +.stroke-emerald-400\/75{ + stroke: rgb(52 211 153 / 0.75); +} +.stroke-emerald-400\/80{ + stroke: rgb(52 211 153 / 0.8); +} +.stroke-emerald-400\/90{ + stroke: rgb(52 211 153 / 0.9); +} +.stroke-emerald-400\/95{ + stroke: rgb(52 211 153 / 0.95); +} +.stroke-emerald-400\/100{ + stroke: rgb(52 211 153 / 1); +} +.stroke-emerald-500\/0{ + stroke: rgb(16 185 129 / 0); +} +.stroke-emerald-500\/5{ + stroke: rgb(16 185 129 / 0.05); +} +.stroke-emerald-500\/10{ + stroke: rgb(16 185 129 / 0.1); +} +.stroke-emerald-500\/20{ + stroke: rgb(16 185 129 / 0.2); +} +.stroke-emerald-500\/25{ + stroke: rgb(16 185 129 / 0.25); +} +.stroke-emerald-500\/30{ + stroke: rgb(16 185 129 / 0.3); +} +.stroke-emerald-500\/40{ + stroke: rgb(16 185 129 / 0.4); +} +.stroke-emerald-500\/50{ + stroke: rgb(16 185 129 / 0.5); +} +.stroke-emerald-500\/60{ + stroke: rgb(16 185 129 / 0.6); +} +.stroke-emerald-500\/70{ + stroke: rgb(16 185 129 / 0.7); +} +.stroke-emerald-500\/75{ + stroke: rgb(16 185 129 / 0.75); +} +.stroke-emerald-500\/80{ + stroke: rgb(16 185 129 / 0.8); +} +.stroke-emerald-500\/90{ + stroke: rgb(16 185 129 / 0.9); +} +.stroke-emerald-500\/95{ + stroke: rgb(16 185 129 / 0.95); +} +.stroke-emerald-500\/100{ + stroke: rgb(16 185 129 / 1); +} +.stroke-emerald-600\/0{ + stroke: rgb(5 150 105 / 0); +} +.stroke-emerald-600\/5{ + stroke: rgb(5 150 105 / 0.05); +} +.stroke-emerald-600\/10{ + stroke: rgb(5 150 105 / 0.1); +} +.stroke-emerald-600\/20{ + stroke: rgb(5 150 105 / 0.2); +} +.stroke-emerald-600\/25{ + stroke: rgb(5 150 105 / 0.25); +} +.stroke-emerald-600\/30{ + stroke: rgb(5 150 105 / 0.3); +} +.stroke-emerald-600\/40{ + stroke: rgb(5 150 105 / 0.4); +} +.stroke-emerald-600\/50{ + stroke: rgb(5 150 105 / 0.5); +} +.stroke-emerald-600\/60{ + stroke: rgb(5 150 105 / 0.6); +} +.stroke-emerald-600\/70{ + stroke: rgb(5 150 105 / 0.7); +} +.stroke-emerald-600\/75{ + stroke: rgb(5 150 105 / 0.75); +} +.stroke-emerald-600\/80{ + stroke: rgb(5 150 105 / 0.8); +} +.stroke-emerald-600\/90{ + stroke: rgb(5 150 105 / 0.9); +} +.stroke-emerald-600\/95{ + stroke: rgb(5 150 105 / 0.95); +} +.stroke-emerald-600\/100{ + stroke: rgb(5 150 105 / 1); +} +.stroke-emerald-700\/0{ + stroke: rgb(4 120 87 / 0); +} +.stroke-emerald-700\/5{ + stroke: rgb(4 120 87 / 0.05); +} +.stroke-emerald-700\/10{ + stroke: rgb(4 120 87 / 0.1); +} +.stroke-emerald-700\/20{ + stroke: rgb(4 120 87 / 0.2); +} +.stroke-emerald-700\/25{ + stroke: rgb(4 120 87 / 0.25); +} +.stroke-emerald-700\/30{ + stroke: rgb(4 120 87 / 0.3); +} +.stroke-emerald-700\/40{ + stroke: rgb(4 120 87 / 0.4); +} +.stroke-emerald-700\/50{ + stroke: rgb(4 120 87 / 0.5); +} +.stroke-emerald-700\/60{ + stroke: rgb(4 120 87 / 0.6); +} +.stroke-emerald-700\/70{ + stroke: rgb(4 120 87 / 0.7); +} +.stroke-emerald-700\/75{ + stroke: rgb(4 120 87 / 0.75); +} +.stroke-emerald-700\/80{ + stroke: rgb(4 120 87 / 0.8); +} +.stroke-emerald-700\/90{ + stroke: rgb(4 120 87 / 0.9); +} +.stroke-emerald-700\/95{ + stroke: rgb(4 120 87 / 0.95); +} +.stroke-emerald-700\/100{ + stroke: rgb(4 120 87 / 1); +} +.stroke-emerald-800\/0{ + stroke: rgb(6 95 70 / 0); +} +.stroke-emerald-800\/5{ + stroke: rgb(6 95 70 / 0.05); +} +.stroke-emerald-800\/10{ + stroke: rgb(6 95 70 / 0.1); +} +.stroke-emerald-800\/20{ + stroke: rgb(6 95 70 / 0.2); +} +.stroke-emerald-800\/25{ + stroke: rgb(6 95 70 / 0.25); +} +.stroke-emerald-800\/30{ + stroke: rgb(6 95 70 / 0.3); +} +.stroke-emerald-800\/40{ + stroke: rgb(6 95 70 / 0.4); +} +.stroke-emerald-800\/50{ + stroke: rgb(6 95 70 / 0.5); +} +.stroke-emerald-800\/60{ + stroke: rgb(6 95 70 / 0.6); +} +.stroke-emerald-800\/70{ + stroke: rgb(6 95 70 / 0.7); +} +.stroke-emerald-800\/75{ + stroke: rgb(6 95 70 / 0.75); +} +.stroke-emerald-800\/80{ + stroke: rgb(6 95 70 / 0.8); +} +.stroke-emerald-800\/90{ + stroke: rgb(6 95 70 / 0.9); +} +.stroke-emerald-800\/95{ + stroke: rgb(6 95 70 / 0.95); +} +.stroke-emerald-800\/100{ + stroke: rgb(6 95 70 / 1); +} +.stroke-emerald-900\/0{ + stroke: rgb(6 78 59 / 0); +} +.stroke-emerald-900\/5{ + stroke: rgb(6 78 59 / 0.05); +} +.stroke-emerald-900\/10{ + stroke: rgb(6 78 59 / 0.1); +} +.stroke-emerald-900\/20{ + stroke: rgb(6 78 59 / 0.2); +} +.stroke-emerald-900\/25{ + stroke: rgb(6 78 59 / 0.25); +} +.stroke-emerald-900\/30{ + stroke: rgb(6 78 59 / 0.3); +} +.stroke-emerald-900\/40{ + stroke: rgb(6 78 59 / 0.4); +} +.stroke-emerald-900\/50{ + stroke: rgb(6 78 59 / 0.5); +} +.stroke-emerald-900\/60{ + stroke: rgb(6 78 59 / 0.6); +} +.stroke-emerald-900\/70{ + stroke: rgb(6 78 59 / 0.7); +} +.stroke-emerald-900\/75{ + stroke: rgb(6 78 59 / 0.75); +} +.stroke-emerald-900\/80{ + stroke: rgb(6 78 59 / 0.8); +} +.stroke-emerald-900\/90{ + stroke: rgb(6 78 59 / 0.9); +} +.stroke-emerald-900\/95{ + stroke: rgb(6 78 59 / 0.95); +} +.stroke-emerald-900\/100{ + stroke: rgb(6 78 59 / 1); +} +.stroke-teal-50\/0{ + stroke: rgb(237 250 250 / 0); +} +.stroke-teal-50\/5{ + stroke: rgb(237 250 250 / 0.05); +} +.stroke-teal-50\/10{ + stroke: rgb(237 250 250 / 0.1); +} +.stroke-teal-50\/20{ + stroke: rgb(237 250 250 / 0.2); +} +.stroke-teal-50\/25{ + stroke: rgb(237 250 250 / 0.25); +} +.stroke-teal-50\/30{ + stroke: rgb(237 250 250 / 0.3); +} +.stroke-teal-50\/40{ + stroke: rgb(237 250 250 / 0.4); +} +.stroke-teal-50\/50{ + stroke: rgb(237 250 250 / 0.5); +} +.stroke-teal-50\/60{ + stroke: rgb(237 250 250 / 0.6); +} +.stroke-teal-50\/70{ + stroke: rgb(237 250 250 / 0.7); +} +.stroke-teal-50\/75{ + stroke: rgb(237 250 250 / 0.75); +} +.stroke-teal-50\/80{ + stroke: rgb(237 250 250 / 0.8); +} +.stroke-teal-50\/90{ + stroke: rgb(237 250 250 / 0.9); +} +.stroke-teal-50\/95{ + stroke: rgb(237 250 250 / 0.95); +} +.stroke-teal-50\/100{ + stroke: rgb(237 250 250 / 1); +} +.stroke-teal-100\/0{ + stroke: rgb(213 245 246 / 0); +} +.stroke-teal-100\/5{ + stroke: rgb(213 245 246 / 0.05); +} +.stroke-teal-100\/10{ + stroke: rgb(213 245 246 / 0.1); +} +.stroke-teal-100\/20{ + stroke: rgb(213 245 246 / 0.2); +} +.stroke-teal-100\/25{ + stroke: rgb(213 245 246 / 0.25); +} +.stroke-teal-100\/30{ + stroke: rgb(213 245 246 / 0.3); +} +.stroke-teal-100\/40{ + stroke: rgb(213 245 246 / 0.4); +} +.stroke-teal-100\/50{ + stroke: rgb(213 245 246 / 0.5); +} +.stroke-teal-100\/60{ + stroke: rgb(213 245 246 / 0.6); +} +.stroke-teal-100\/70{ + stroke: rgb(213 245 246 / 0.7); +} +.stroke-teal-100\/75{ + stroke: rgb(213 245 246 / 0.75); +} +.stroke-teal-100\/80{ + stroke: rgb(213 245 246 / 0.8); +} +.stroke-teal-100\/90{ + stroke: rgb(213 245 246 / 0.9); +} +.stroke-teal-100\/95{ + stroke: rgb(213 245 246 / 0.95); +} +.stroke-teal-100\/100{ + stroke: rgb(213 245 246 / 1); +} +.stroke-teal-200\/0{ + stroke: rgb(175 236 239 / 0); +} +.stroke-teal-200\/5{ + stroke: rgb(175 236 239 / 0.05); +} +.stroke-teal-200\/10{ + stroke: rgb(175 236 239 / 0.1); +} +.stroke-teal-200\/20{ + stroke: rgb(175 236 239 / 0.2); +} +.stroke-teal-200\/25{ + stroke: rgb(175 236 239 / 0.25); +} +.stroke-teal-200\/30{ + stroke: rgb(175 236 239 / 0.3); +} +.stroke-teal-200\/40{ + stroke: rgb(175 236 239 / 0.4); +} +.stroke-teal-200\/50{ + stroke: rgb(175 236 239 / 0.5); +} +.stroke-teal-200\/60{ + stroke: rgb(175 236 239 / 0.6); +} +.stroke-teal-200\/70{ + stroke: rgb(175 236 239 / 0.7); +} +.stroke-teal-200\/75{ + stroke: rgb(175 236 239 / 0.75); +} +.stroke-teal-200\/80{ + stroke: rgb(175 236 239 / 0.8); +} +.stroke-teal-200\/90{ + stroke: rgb(175 236 239 / 0.9); +} +.stroke-teal-200\/95{ + stroke: rgb(175 236 239 / 0.95); +} +.stroke-teal-200\/100{ + stroke: rgb(175 236 239 / 1); +} +.stroke-teal-300\/0{ + stroke: rgb(126 220 226 / 0); +} +.stroke-teal-300\/5{ + stroke: rgb(126 220 226 / 0.05); +} +.stroke-teal-300\/10{ + stroke: rgb(126 220 226 / 0.1); +} +.stroke-teal-300\/20{ + stroke: rgb(126 220 226 / 0.2); +} +.stroke-teal-300\/25{ + stroke: rgb(126 220 226 / 0.25); +} +.stroke-teal-300\/30{ + stroke: rgb(126 220 226 / 0.3); +} +.stroke-teal-300\/40{ + stroke: rgb(126 220 226 / 0.4); +} +.stroke-teal-300\/50{ + stroke: rgb(126 220 226 / 0.5); +} +.stroke-teal-300\/60{ + stroke: rgb(126 220 226 / 0.6); +} +.stroke-teal-300\/70{ + stroke: rgb(126 220 226 / 0.7); +} +.stroke-teal-300\/75{ + stroke: rgb(126 220 226 / 0.75); +} +.stroke-teal-300\/80{ + stroke: rgb(126 220 226 / 0.8); +} +.stroke-teal-300\/90{ + stroke: rgb(126 220 226 / 0.9); +} +.stroke-teal-300\/95{ + stroke: rgb(126 220 226 / 0.95); +} +.stroke-teal-300\/100{ + stroke: rgb(126 220 226 / 1); +} +.stroke-teal-400\/0{ + stroke: rgb(22 189 202 / 0); +} +.stroke-teal-400\/5{ + stroke: rgb(22 189 202 / 0.05); +} +.stroke-teal-400\/10{ + stroke: rgb(22 189 202 / 0.1); +} +.stroke-teal-400\/20{ + stroke: rgb(22 189 202 / 0.2); +} +.stroke-teal-400\/25{ + stroke: rgb(22 189 202 / 0.25); +} +.stroke-teal-400\/30{ + stroke: rgb(22 189 202 / 0.3); +} +.stroke-teal-400\/40{ + stroke: rgb(22 189 202 / 0.4); +} +.stroke-teal-400\/50{ + stroke: rgb(22 189 202 / 0.5); +} +.stroke-teal-400\/60{ + stroke: rgb(22 189 202 / 0.6); +} +.stroke-teal-400\/70{ + stroke: rgb(22 189 202 / 0.7); +} +.stroke-teal-400\/75{ + stroke: rgb(22 189 202 / 0.75); +} +.stroke-teal-400\/80{ + stroke: rgb(22 189 202 / 0.8); +} +.stroke-teal-400\/90{ + stroke: rgb(22 189 202 / 0.9); +} +.stroke-teal-400\/95{ + stroke: rgb(22 189 202 / 0.95); +} +.stroke-teal-400\/100{ + stroke: rgb(22 189 202 / 1); +} +.stroke-teal-500\/0{ + stroke: rgb(6 148 162 / 0); +} +.stroke-teal-500\/5{ + stroke: rgb(6 148 162 / 0.05); +} +.stroke-teal-500\/10{ + stroke: rgb(6 148 162 / 0.1); +} +.stroke-teal-500\/20{ + stroke: rgb(6 148 162 / 0.2); +} +.stroke-teal-500\/25{ + stroke: rgb(6 148 162 / 0.25); +} +.stroke-teal-500\/30{ + stroke: rgb(6 148 162 / 0.3); +} +.stroke-teal-500\/40{ + stroke: rgb(6 148 162 / 0.4); +} +.stroke-teal-500\/50{ + stroke: rgb(6 148 162 / 0.5); +} +.stroke-teal-500\/60{ + stroke: rgb(6 148 162 / 0.6); +} +.stroke-teal-500\/70{ + stroke: rgb(6 148 162 / 0.7); +} +.stroke-teal-500\/75{ + stroke: rgb(6 148 162 / 0.75); +} +.stroke-teal-500\/80{ + stroke: rgb(6 148 162 / 0.8); +} +.stroke-teal-500\/90{ + stroke: rgb(6 148 162 / 0.9); +} +.stroke-teal-500\/95{ + stroke: rgb(6 148 162 / 0.95); +} +.stroke-teal-500\/100{ + stroke: rgb(6 148 162 / 1); +} +.stroke-teal-600\/0{ + stroke: rgb(4 116 129 / 0); +} +.stroke-teal-600\/5{ + stroke: rgb(4 116 129 / 0.05); +} +.stroke-teal-600\/10{ + stroke: rgb(4 116 129 / 0.1); +} +.stroke-teal-600\/20{ + stroke: rgb(4 116 129 / 0.2); +} +.stroke-teal-600\/25{ + stroke: rgb(4 116 129 / 0.25); +} +.stroke-teal-600\/30{ + stroke: rgb(4 116 129 / 0.3); +} +.stroke-teal-600\/40{ + stroke: rgb(4 116 129 / 0.4); +} +.stroke-teal-600\/50{ + stroke: rgb(4 116 129 / 0.5); +} +.stroke-teal-600\/60{ + stroke: rgb(4 116 129 / 0.6); +} +.stroke-teal-600\/70{ + stroke: rgb(4 116 129 / 0.7); +} +.stroke-teal-600\/75{ + stroke: rgb(4 116 129 / 0.75); +} +.stroke-teal-600\/80{ + stroke: rgb(4 116 129 / 0.8); +} +.stroke-teal-600\/90{ + stroke: rgb(4 116 129 / 0.9); +} +.stroke-teal-600\/95{ + stroke: rgb(4 116 129 / 0.95); +} +.stroke-teal-600\/100{ + stroke: rgb(4 116 129 / 1); +} +.stroke-teal-700\/0{ + stroke: rgb(3 102 114 / 0); +} +.stroke-teal-700\/5{ + stroke: rgb(3 102 114 / 0.05); +} +.stroke-teal-700\/10{ + stroke: rgb(3 102 114 / 0.1); +} +.stroke-teal-700\/20{ + stroke: rgb(3 102 114 / 0.2); +} +.stroke-teal-700\/25{ + stroke: rgb(3 102 114 / 0.25); +} +.stroke-teal-700\/30{ + stroke: rgb(3 102 114 / 0.3); +} +.stroke-teal-700\/40{ + stroke: rgb(3 102 114 / 0.4); +} +.stroke-teal-700\/50{ + stroke: rgb(3 102 114 / 0.5); +} +.stroke-teal-700\/60{ + stroke: rgb(3 102 114 / 0.6); +} +.stroke-teal-700\/70{ + stroke: rgb(3 102 114 / 0.7); +} +.stroke-teal-700\/75{ + stroke: rgb(3 102 114 / 0.75); +} +.stroke-teal-700\/80{ + stroke: rgb(3 102 114 / 0.8); +} +.stroke-teal-700\/90{ + stroke: rgb(3 102 114 / 0.9); +} +.stroke-teal-700\/95{ + stroke: rgb(3 102 114 / 0.95); +} +.stroke-teal-700\/100{ + stroke: rgb(3 102 114 / 1); +} +.stroke-teal-800\/0{ + stroke: rgb(5 80 92 / 0); +} +.stroke-teal-800\/5{ + stroke: rgb(5 80 92 / 0.05); +} +.stroke-teal-800\/10{ + stroke: rgb(5 80 92 / 0.1); +} +.stroke-teal-800\/20{ + stroke: rgb(5 80 92 / 0.2); +} +.stroke-teal-800\/25{ + stroke: rgb(5 80 92 / 0.25); +} +.stroke-teal-800\/30{ + stroke: rgb(5 80 92 / 0.3); +} +.stroke-teal-800\/40{ + stroke: rgb(5 80 92 / 0.4); +} +.stroke-teal-800\/50{ + stroke: rgb(5 80 92 / 0.5); +} +.stroke-teal-800\/60{ + stroke: rgb(5 80 92 / 0.6); +} +.stroke-teal-800\/70{ + stroke: rgb(5 80 92 / 0.7); +} +.stroke-teal-800\/75{ + stroke: rgb(5 80 92 / 0.75); +} +.stroke-teal-800\/80{ + stroke: rgb(5 80 92 / 0.8); +} +.stroke-teal-800\/90{ + stroke: rgb(5 80 92 / 0.9); +} +.stroke-teal-800\/95{ + stroke: rgb(5 80 92 / 0.95); +} +.stroke-teal-800\/100{ + stroke: rgb(5 80 92 / 1); +} +.stroke-teal-900\/0{ + stroke: rgb(1 68 81 / 0); +} +.stroke-teal-900\/5{ + stroke: rgb(1 68 81 / 0.05); +} +.stroke-teal-900\/10{ + stroke: rgb(1 68 81 / 0.1); +} +.stroke-teal-900\/20{ + stroke: rgb(1 68 81 / 0.2); +} +.stroke-teal-900\/25{ + stroke: rgb(1 68 81 / 0.25); +} +.stroke-teal-900\/30{ + stroke: rgb(1 68 81 / 0.3); +} +.stroke-teal-900\/40{ + stroke: rgb(1 68 81 / 0.4); +} +.stroke-teal-900\/50{ + stroke: rgb(1 68 81 / 0.5); +} +.stroke-teal-900\/60{ + stroke: rgb(1 68 81 / 0.6); +} +.stroke-teal-900\/70{ + stroke: rgb(1 68 81 / 0.7); +} +.stroke-teal-900\/75{ + stroke: rgb(1 68 81 / 0.75); +} +.stroke-teal-900\/80{ + stroke: rgb(1 68 81 / 0.8); +} +.stroke-teal-900\/90{ + stroke: rgb(1 68 81 / 0.9); +} +.stroke-teal-900\/95{ + stroke: rgb(1 68 81 / 0.95); +} +.stroke-teal-900\/100{ + stroke: rgb(1 68 81 / 1); +} +.stroke-cyan-50\/0{ + stroke: rgb(236 254 255 / 0); +} +.stroke-cyan-50\/5{ + stroke: rgb(236 254 255 / 0.05); +} +.stroke-cyan-50\/10{ + stroke: rgb(236 254 255 / 0.1); +} +.stroke-cyan-50\/20{ + stroke: rgb(236 254 255 / 0.2); +} +.stroke-cyan-50\/25{ + stroke: rgb(236 254 255 / 0.25); +} +.stroke-cyan-50\/30{ + stroke: rgb(236 254 255 / 0.3); +} +.stroke-cyan-50\/40{ + stroke: rgb(236 254 255 / 0.4); +} +.stroke-cyan-50\/50{ + stroke: rgb(236 254 255 / 0.5); +} +.stroke-cyan-50\/60{ + stroke: rgb(236 254 255 / 0.6); +} +.stroke-cyan-50\/70{ + stroke: rgb(236 254 255 / 0.7); +} +.stroke-cyan-50\/75{ + stroke: rgb(236 254 255 / 0.75); +} +.stroke-cyan-50\/80{ + stroke: rgb(236 254 255 / 0.8); +} +.stroke-cyan-50\/90{ + stroke: rgb(236 254 255 / 0.9); +} +.stroke-cyan-50\/95{ + stroke: rgb(236 254 255 / 0.95); +} +.stroke-cyan-50\/100{ + stroke: rgb(236 254 255 / 1); +} +.stroke-cyan-100\/0{ + stroke: rgb(207 250 254 / 0); +} +.stroke-cyan-100\/5{ + stroke: rgb(207 250 254 / 0.05); +} +.stroke-cyan-100\/10{ + stroke: rgb(207 250 254 / 0.1); +} +.stroke-cyan-100\/20{ + stroke: rgb(207 250 254 / 0.2); +} +.stroke-cyan-100\/25{ + stroke: rgb(207 250 254 / 0.25); +} +.stroke-cyan-100\/30{ + stroke: rgb(207 250 254 / 0.3); +} +.stroke-cyan-100\/40{ + stroke: rgb(207 250 254 / 0.4); +} +.stroke-cyan-100\/50{ + stroke: rgb(207 250 254 / 0.5); +} +.stroke-cyan-100\/60{ + stroke: rgb(207 250 254 / 0.6); +} +.stroke-cyan-100\/70{ + stroke: rgb(207 250 254 / 0.7); +} +.stroke-cyan-100\/75{ + stroke: rgb(207 250 254 / 0.75); +} +.stroke-cyan-100\/80{ + stroke: rgb(207 250 254 / 0.8); +} +.stroke-cyan-100\/90{ + stroke: rgb(207 250 254 / 0.9); +} +.stroke-cyan-100\/95{ + stroke: rgb(207 250 254 / 0.95); +} +.stroke-cyan-100\/100{ + stroke: rgb(207 250 254 / 1); +} +.stroke-cyan-200\/0{ + stroke: rgb(165 243 252 / 0); +} +.stroke-cyan-200\/5{ + stroke: rgb(165 243 252 / 0.05); +} +.stroke-cyan-200\/10{ + stroke: rgb(165 243 252 / 0.1); +} +.stroke-cyan-200\/20{ + stroke: rgb(165 243 252 / 0.2); +} +.stroke-cyan-200\/25{ + stroke: rgb(165 243 252 / 0.25); +} +.stroke-cyan-200\/30{ + stroke: rgb(165 243 252 / 0.3); +} +.stroke-cyan-200\/40{ + stroke: rgb(165 243 252 / 0.4); +} +.stroke-cyan-200\/50{ + stroke: rgb(165 243 252 / 0.5); +} +.stroke-cyan-200\/60{ + stroke: rgb(165 243 252 / 0.6); +} +.stroke-cyan-200\/70{ + stroke: rgb(165 243 252 / 0.7); +} +.stroke-cyan-200\/75{ + stroke: rgb(165 243 252 / 0.75); +} +.stroke-cyan-200\/80{ + stroke: rgb(165 243 252 / 0.8); +} +.stroke-cyan-200\/90{ + stroke: rgb(165 243 252 / 0.9); +} +.stroke-cyan-200\/95{ + stroke: rgb(165 243 252 / 0.95); +} +.stroke-cyan-200\/100{ + stroke: rgb(165 243 252 / 1); +} +.stroke-cyan-300\/0{ + stroke: rgb(103 232 249 / 0); +} +.stroke-cyan-300\/5{ + stroke: rgb(103 232 249 / 0.05); +} +.stroke-cyan-300\/10{ + stroke: rgb(103 232 249 / 0.1); +} +.stroke-cyan-300\/20{ + stroke: rgb(103 232 249 / 0.2); +} +.stroke-cyan-300\/25{ + stroke: rgb(103 232 249 / 0.25); +} +.stroke-cyan-300\/30{ + stroke: rgb(103 232 249 / 0.3); +} +.stroke-cyan-300\/40{ + stroke: rgb(103 232 249 / 0.4); +} +.stroke-cyan-300\/50{ + stroke: rgb(103 232 249 / 0.5); +} +.stroke-cyan-300\/60{ + stroke: rgb(103 232 249 / 0.6); +} +.stroke-cyan-300\/70{ + stroke: rgb(103 232 249 / 0.7); +} +.stroke-cyan-300\/75{ + stroke: rgb(103 232 249 / 0.75); +} +.stroke-cyan-300\/80{ + stroke: rgb(103 232 249 / 0.8); +} +.stroke-cyan-300\/90{ + stroke: rgb(103 232 249 / 0.9); +} +.stroke-cyan-300\/95{ + stroke: rgb(103 232 249 / 0.95); +} +.stroke-cyan-300\/100{ + stroke: rgb(103 232 249 / 1); +} +.stroke-cyan-400\/0{ + stroke: rgb(34 211 238 / 0); +} +.stroke-cyan-400\/5{ + stroke: rgb(34 211 238 / 0.05); +} +.stroke-cyan-400\/10{ + stroke: rgb(34 211 238 / 0.1); +} +.stroke-cyan-400\/20{ + stroke: rgb(34 211 238 / 0.2); +} +.stroke-cyan-400\/25{ + stroke: rgb(34 211 238 / 0.25); +} +.stroke-cyan-400\/30{ + stroke: rgb(34 211 238 / 0.3); +} +.stroke-cyan-400\/40{ + stroke: rgb(34 211 238 / 0.4); +} +.stroke-cyan-400\/50{ + stroke: rgb(34 211 238 / 0.5); +} +.stroke-cyan-400\/60{ + stroke: rgb(34 211 238 / 0.6); +} +.stroke-cyan-400\/70{ + stroke: rgb(34 211 238 / 0.7); +} +.stroke-cyan-400\/75{ + stroke: rgb(34 211 238 / 0.75); +} +.stroke-cyan-400\/80{ + stroke: rgb(34 211 238 / 0.8); +} +.stroke-cyan-400\/90{ + stroke: rgb(34 211 238 / 0.9); +} +.stroke-cyan-400\/95{ + stroke: rgb(34 211 238 / 0.95); +} +.stroke-cyan-400\/100{ + stroke: rgb(34 211 238 / 1); +} +.stroke-cyan-500\/0{ + stroke: rgb(6 182 212 / 0); +} +.stroke-cyan-500\/5{ + stroke: rgb(6 182 212 / 0.05); +} +.stroke-cyan-500\/10{ + stroke: rgb(6 182 212 / 0.1); +} +.stroke-cyan-500\/20{ + stroke: rgb(6 182 212 / 0.2); +} +.stroke-cyan-500\/25{ + stroke: rgb(6 182 212 / 0.25); +} +.stroke-cyan-500\/30{ + stroke: rgb(6 182 212 / 0.3); +} +.stroke-cyan-500\/40{ + stroke: rgb(6 182 212 / 0.4); +} +.stroke-cyan-500\/50{ + stroke: rgb(6 182 212 / 0.5); +} +.stroke-cyan-500\/60{ + stroke: rgb(6 182 212 / 0.6); +} +.stroke-cyan-500\/70{ + stroke: rgb(6 182 212 / 0.7); +} +.stroke-cyan-500\/75{ + stroke: rgb(6 182 212 / 0.75); +} +.stroke-cyan-500\/80{ + stroke: rgb(6 182 212 / 0.8); +} +.stroke-cyan-500\/90{ + stroke: rgb(6 182 212 / 0.9); +} +.stroke-cyan-500\/95{ + stroke: rgb(6 182 212 / 0.95); +} +.stroke-cyan-500\/100{ + stroke: rgb(6 182 212 / 1); +} +.stroke-cyan-600\/0{ + stroke: rgb(8 145 178 / 0); +} +.stroke-cyan-600\/5{ + stroke: rgb(8 145 178 / 0.05); +} +.stroke-cyan-600\/10{ + stroke: rgb(8 145 178 / 0.1); +} +.stroke-cyan-600\/20{ + stroke: rgb(8 145 178 / 0.2); +} +.stroke-cyan-600\/25{ + stroke: rgb(8 145 178 / 0.25); +} +.stroke-cyan-600\/30{ + stroke: rgb(8 145 178 / 0.3); +} +.stroke-cyan-600\/40{ + stroke: rgb(8 145 178 / 0.4); +} +.stroke-cyan-600\/50{ + stroke: rgb(8 145 178 / 0.5); +} +.stroke-cyan-600\/60{ + stroke: rgb(8 145 178 / 0.6); +} +.stroke-cyan-600\/70{ + stroke: rgb(8 145 178 / 0.7); +} +.stroke-cyan-600\/75{ + stroke: rgb(8 145 178 / 0.75); +} +.stroke-cyan-600\/80{ + stroke: rgb(8 145 178 / 0.8); +} +.stroke-cyan-600\/90{ + stroke: rgb(8 145 178 / 0.9); +} +.stroke-cyan-600\/95{ + stroke: rgb(8 145 178 / 0.95); +} +.stroke-cyan-600\/100{ + stroke: rgb(8 145 178 / 1); +} +.stroke-cyan-700\/0{ + stroke: rgb(14 116 144 / 0); +} +.stroke-cyan-700\/5{ + stroke: rgb(14 116 144 / 0.05); +} +.stroke-cyan-700\/10{ + stroke: rgb(14 116 144 / 0.1); +} +.stroke-cyan-700\/20{ + stroke: rgb(14 116 144 / 0.2); +} +.stroke-cyan-700\/25{ + stroke: rgb(14 116 144 / 0.25); +} +.stroke-cyan-700\/30{ + stroke: rgb(14 116 144 / 0.3); +} +.stroke-cyan-700\/40{ + stroke: rgb(14 116 144 / 0.4); +} +.stroke-cyan-700\/50{ + stroke: rgb(14 116 144 / 0.5); +} +.stroke-cyan-700\/60{ + stroke: rgb(14 116 144 / 0.6); +} +.stroke-cyan-700\/70{ + stroke: rgb(14 116 144 / 0.7); +} +.stroke-cyan-700\/75{ + stroke: rgb(14 116 144 / 0.75); +} +.stroke-cyan-700\/80{ + stroke: rgb(14 116 144 / 0.8); +} +.stroke-cyan-700\/90{ + stroke: rgb(14 116 144 / 0.9); +} +.stroke-cyan-700\/95{ + stroke: rgb(14 116 144 / 0.95); +} +.stroke-cyan-700\/100{ + stroke: rgb(14 116 144 / 1); +} +.stroke-cyan-800\/0{ + stroke: rgb(21 94 117 / 0); +} +.stroke-cyan-800\/5{ + stroke: rgb(21 94 117 / 0.05); +} +.stroke-cyan-800\/10{ + stroke: rgb(21 94 117 / 0.1); +} +.stroke-cyan-800\/20{ + stroke: rgb(21 94 117 / 0.2); +} +.stroke-cyan-800\/25{ + stroke: rgb(21 94 117 / 0.25); +} +.stroke-cyan-800\/30{ + stroke: rgb(21 94 117 / 0.3); +} +.stroke-cyan-800\/40{ + stroke: rgb(21 94 117 / 0.4); +} +.stroke-cyan-800\/50{ + stroke: rgb(21 94 117 / 0.5); +} +.stroke-cyan-800\/60{ + stroke: rgb(21 94 117 / 0.6); +} +.stroke-cyan-800\/70{ + stroke: rgb(21 94 117 / 0.7); +} +.stroke-cyan-800\/75{ + stroke: rgb(21 94 117 / 0.75); +} +.stroke-cyan-800\/80{ + stroke: rgb(21 94 117 / 0.8); +} +.stroke-cyan-800\/90{ + stroke: rgb(21 94 117 / 0.9); +} +.stroke-cyan-800\/95{ + stroke: rgb(21 94 117 / 0.95); +} +.stroke-cyan-800\/100{ + stroke: rgb(21 94 117 / 1); +} +.stroke-cyan-900\/0{ + stroke: rgb(22 78 99 / 0); +} +.stroke-cyan-900\/5{ + stroke: rgb(22 78 99 / 0.05); +} +.stroke-cyan-900\/10{ + stroke: rgb(22 78 99 / 0.1); +} +.stroke-cyan-900\/20{ + stroke: rgb(22 78 99 / 0.2); +} +.stroke-cyan-900\/25{ + stroke: rgb(22 78 99 / 0.25); +} +.stroke-cyan-900\/30{ + stroke: rgb(22 78 99 / 0.3); +} +.stroke-cyan-900\/40{ + stroke: rgb(22 78 99 / 0.4); +} +.stroke-cyan-900\/50{ + stroke: rgb(22 78 99 / 0.5); +} +.stroke-cyan-900\/60{ + stroke: rgb(22 78 99 / 0.6); +} +.stroke-cyan-900\/70{ + stroke: rgb(22 78 99 / 0.7); +} +.stroke-cyan-900\/75{ + stroke: rgb(22 78 99 / 0.75); +} +.stroke-cyan-900\/80{ + stroke: rgb(22 78 99 / 0.8); +} +.stroke-cyan-900\/90{ + stroke: rgb(22 78 99 / 0.9); +} +.stroke-cyan-900\/95{ + stroke: rgb(22 78 99 / 0.95); +} +.stroke-cyan-900\/100{ + stroke: rgb(22 78 99 / 1); +} +.stroke-sky-50\/0{ + stroke: rgb(240 249 255 / 0); +} +.stroke-sky-50\/5{ + stroke: rgb(240 249 255 / 0.05); +} +.stroke-sky-50\/10{ + stroke: rgb(240 249 255 / 0.1); +} +.stroke-sky-50\/20{ + stroke: rgb(240 249 255 / 0.2); +} +.stroke-sky-50\/25{ + stroke: rgb(240 249 255 / 0.25); +} +.stroke-sky-50\/30{ + stroke: rgb(240 249 255 / 0.3); +} +.stroke-sky-50\/40{ + stroke: rgb(240 249 255 / 0.4); +} +.stroke-sky-50\/50{ + stroke: rgb(240 249 255 / 0.5); +} +.stroke-sky-50\/60{ + stroke: rgb(240 249 255 / 0.6); +} +.stroke-sky-50\/70{ + stroke: rgb(240 249 255 / 0.7); +} +.stroke-sky-50\/75{ + stroke: rgb(240 249 255 / 0.75); +} +.stroke-sky-50\/80{ + stroke: rgb(240 249 255 / 0.8); +} +.stroke-sky-50\/90{ + stroke: rgb(240 249 255 / 0.9); +} +.stroke-sky-50\/95{ + stroke: rgb(240 249 255 / 0.95); +} +.stroke-sky-50\/100{ + stroke: rgb(240 249 255 / 1); +} +.stroke-sky-100\/0{ + stroke: rgb(224 242 254 / 0); +} +.stroke-sky-100\/5{ + stroke: rgb(224 242 254 / 0.05); +} +.stroke-sky-100\/10{ + stroke: rgb(224 242 254 / 0.1); +} +.stroke-sky-100\/20{ + stroke: rgb(224 242 254 / 0.2); +} +.stroke-sky-100\/25{ + stroke: rgb(224 242 254 / 0.25); +} +.stroke-sky-100\/30{ + stroke: rgb(224 242 254 / 0.3); +} +.stroke-sky-100\/40{ + stroke: rgb(224 242 254 / 0.4); +} +.stroke-sky-100\/50{ + stroke: rgb(224 242 254 / 0.5); +} +.stroke-sky-100\/60{ + stroke: rgb(224 242 254 / 0.6); +} +.stroke-sky-100\/70{ + stroke: rgb(224 242 254 / 0.7); +} +.stroke-sky-100\/75{ + stroke: rgb(224 242 254 / 0.75); +} +.stroke-sky-100\/80{ + stroke: rgb(224 242 254 / 0.8); +} +.stroke-sky-100\/90{ + stroke: rgb(224 242 254 / 0.9); +} +.stroke-sky-100\/95{ + stroke: rgb(224 242 254 / 0.95); +} +.stroke-sky-100\/100{ + stroke: rgb(224 242 254 / 1); +} +.stroke-sky-200\/0{ + stroke: rgb(186 230 253 / 0); +} +.stroke-sky-200\/5{ + stroke: rgb(186 230 253 / 0.05); +} +.stroke-sky-200\/10{ + stroke: rgb(186 230 253 / 0.1); +} +.stroke-sky-200\/20{ + stroke: rgb(186 230 253 / 0.2); +} +.stroke-sky-200\/25{ + stroke: rgb(186 230 253 / 0.25); +} +.stroke-sky-200\/30{ + stroke: rgb(186 230 253 / 0.3); +} +.stroke-sky-200\/40{ + stroke: rgb(186 230 253 / 0.4); +} +.stroke-sky-200\/50{ + stroke: rgb(186 230 253 / 0.5); +} +.stroke-sky-200\/60{ + stroke: rgb(186 230 253 / 0.6); +} +.stroke-sky-200\/70{ + stroke: rgb(186 230 253 / 0.7); +} +.stroke-sky-200\/75{ + stroke: rgb(186 230 253 / 0.75); +} +.stroke-sky-200\/80{ + stroke: rgb(186 230 253 / 0.8); +} +.stroke-sky-200\/90{ + stroke: rgb(186 230 253 / 0.9); +} +.stroke-sky-200\/95{ + stroke: rgb(186 230 253 / 0.95); +} +.stroke-sky-200\/100{ + stroke: rgb(186 230 253 / 1); +} +.stroke-sky-300\/0{ + stroke: rgb(125 211 252 / 0); +} +.stroke-sky-300\/5{ + stroke: rgb(125 211 252 / 0.05); +} +.stroke-sky-300\/10{ + stroke: rgb(125 211 252 / 0.1); +} +.stroke-sky-300\/20{ + stroke: rgb(125 211 252 / 0.2); +} +.stroke-sky-300\/25{ + stroke: rgb(125 211 252 / 0.25); +} +.stroke-sky-300\/30{ + stroke: rgb(125 211 252 / 0.3); +} +.stroke-sky-300\/40{ + stroke: rgb(125 211 252 / 0.4); +} +.stroke-sky-300\/50{ + stroke: rgb(125 211 252 / 0.5); +} +.stroke-sky-300\/60{ + stroke: rgb(125 211 252 / 0.6); +} +.stroke-sky-300\/70{ + stroke: rgb(125 211 252 / 0.7); +} +.stroke-sky-300\/75{ + stroke: rgb(125 211 252 / 0.75); +} +.stroke-sky-300\/80{ + stroke: rgb(125 211 252 / 0.8); +} +.stroke-sky-300\/90{ + stroke: rgb(125 211 252 / 0.9); +} +.stroke-sky-300\/95{ + stroke: rgb(125 211 252 / 0.95); +} +.stroke-sky-300\/100{ + stroke: rgb(125 211 252 / 1); +} +.stroke-sky-400\/0{ + stroke: rgb(56 189 248 / 0); +} +.stroke-sky-400\/5{ + stroke: rgb(56 189 248 / 0.05); +} +.stroke-sky-400\/10{ + stroke: rgb(56 189 248 / 0.1); +} +.stroke-sky-400\/20{ + stroke: rgb(56 189 248 / 0.2); +} +.stroke-sky-400\/25{ + stroke: rgb(56 189 248 / 0.25); +} +.stroke-sky-400\/30{ + stroke: rgb(56 189 248 / 0.3); +} +.stroke-sky-400\/40{ + stroke: rgb(56 189 248 / 0.4); +} +.stroke-sky-400\/50{ + stroke: rgb(56 189 248 / 0.5); +} +.stroke-sky-400\/60{ + stroke: rgb(56 189 248 / 0.6); +} +.stroke-sky-400\/70{ + stroke: rgb(56 189 248 / 0.7); +} +.stroke-sky-400\/75{ + stroke: rgb(56 189 248 / 0.75); +} +.stroke-sky-400\/80{ + stroke: rgb(56 189 248 / 0.8); +} +.stroke-sky-400\/90{ + stroke: rgb(56 189 248 / 0.9); +} +.stroke-sky-400\/95{ + stroke: rgb(56 189 248 / 0.95); +} +.stroke-sky-400\/100{ + stroke: rgb(56 189 248 / 1); +} +.stroke-sky-500\/0{ + stroke: rgb(14 165 233 / 0); +} +.stroke-sky-500\/5{ + stroke: rgb(14 165 233 / 0.05); +} +.stroke-sky-500\/10{ + stroke: rgb(14 165 233 / 0.1); +} +.stroke-sky-500\/20{ + stroke: rgb(14 165 233 / 0.2); +} +.stroke-sky-500\/25{ + stroke: rgb(14 165 233 / 0.25); +} +.stroke-sky-500\/30{ + stroke: rgb(14 165 233 / 0.3); +} +.stroke-sky-500\/40{ + stroke: rgb(14 165 233 / 0.4); +} +.stroke-sky-500\/50{ + stroke: rgb(14 165 233 / 0.5); +} +.stroke-sky-500\/60{ + stroke: rgb(14 165 233 / 0.6); +} +.stroke-sky-500\/70{ + stroke: rgb(14 165 233 / 0.7); +} +.stroke-sky-500\/75{ + stroke: rgb(14 165 233 / 0.75); +} +.stroke-sky-500\/80{ + stroke: rgb(14 165 233 / 0.8); +} +.stroke-sky-500\/90{ + stroke: rgb(14 165 233 / 0.9); +} +.stroke-sky-500\/95{ + stroke: rgb(14 165 233 / 0.95); +} +.stroke-sky-500\/100{ + stroke: rgb(14 165 233 / 1); +} +.stroke-sky-600\/0{ + stroke: rgb(2 132 199 / 0); +} +.stroke-sky-600\/5{ + stroke: rgb(2 132 199 / 0.05); +} +.stroke-sky-600\/10{ + stroke: rgb(2 132 199 / 0.1); +} +.stroke-sky-600\/20{ + stroke: rgb(2 132 199 / 0.2); +} +.stroke-sky-600\/25{ + stroke: rgb(2 132 199 / 0.25); +} +.stroke-sky-600\/30{ + stroke: rgb(2 132 199 / 0.3); +} +.stroke-sky-600\/40{ + stroke: rgb(2 132 199 / 0.4); +} +.stroke-sky-600\/50{ + stroke: rgb(2 132 199 / 0.5); +} +.stroke-sky-600\/60{ + stroke: rgb(2 132 199 / 0.6); +} +.stroke-sky-600\/70{ + stroke: rgb(2 132 199 / 0.7); +} +.stroke-sky-600\/75{ + stroke: rgb(2 132 199 / 0.75); +} +.stroke-sky-600\/80{ + stroke: rgb(2 132 199 / 0.8); +} +.stroke-sky-600\/90{ + stroke: rgb(2 132 199 / 0.9); +} +.stroke-sky-600\/95{ + stroke: rgb(2 132 199 / 0.95); +} +.stroke-sky-600\/100{ + stroke: rgb(2 132 199 / 1); +} +.stroke-sky-700\/0{ + stroke: rgb(3 105 161 / 0); +} +.stroke-sky-700\/5{ + stroke: rgb(3 105 161 / 0.05); +} +.stroke-sky-700\/10{ + stroke: rgb(3 105 161 / 0.1); +} +.stroke-sky-700\/20{ + stroke: rgb(3 105 161 / 0.2); +} +.stroke-sky-700\/25{ + stroke: rgb(3 105 161 / 0.25); +} +.stroke-sky-700\/30{ + stroke: rgb(3 105 161 / 0.3); +} +.stroke-sky-700\/40{ + stroke: rgb(3 105 161 / 0.4); +} +.stroke-sky-700\/50{ + stroke: rgb(3 105 161 / 0.5); +} +.stroke-sky-700\/60{ + stroke: rgb(3 105 161 / 0.6); +} +.stroke-sky-700\/70{ + stroke: rgb(3 105 161 / 0.7); +} +.stroke-sky-700\/75{ + stroke: rgb(3 105 161 / 0.75); +} +.stroke-sky-700\/80{ + stroke: rgb(3 105 161 / 0.8); +} +.stroke-sky-700\/90{ + stroke: rgb(3 105 161 / 0.9); +} +.stroke-sky-700\/95{ + stroke: rgb(3 105 161 / 0.95); +} +.stroke-sky-700\/100{ + stroke: rgb(3 105 161 / 1); +} +.stroke-sky-800\/0{ + stroke: rgb(7 89 133 / 0); +} +.stroke-sky-800\/5{ + stroke: rgb(7 89 133 / 0.05); +} +.stroke-sky-800\/10{ + stroke: rgb(7 89 133 / 0.1); +} +.stroke-sky-800\/20{ + stroke: rgb(7 89 133 / 0.2); +} +.stroke-sky-800\/25{ + stroke: rgb(7 89 133 / 0.25); +} +.stroke-sky-800\/30{ + stroke: rgb(7 89 133 / 0.3); +} +.stroke-sky-800\/40{ + stroke: rgb(7 89 133 / 0.4); +} +.stroke-sky-800\/50{ + stroke: rgb(7 89 133 / 0.5); +} +.stroke-sky-800\/60{ + stroke: rgb(7 89 133 / 0.6); +} +.stroke-sky-800\/70{ + stroke: rgb(7 89 133 / 0.7); +} +.stroke-sky-800\/75{ + stroke: rgb(7 89 133 / 0.75); +} +.stroke-sky-800\/80{ + stroke: rgb(7 89 133 / 0.8); +} +.stroke-sky-800\/90{ + stroke: rgb(7 89 133 / 0.9); +} +.stroke-sky-800\/95{ + stroke: rgb(7 89 133 / 0.95); +} +.stroke-sky-800\/100{ + stroke: rgb(7 89 133 / 1); +} +.stroke-sky-900\/0{ + stroke: rgb(12 74 110 / 0); +} +.stroke-sky-900\/5{ + stroke: rgb(12 74 110 / 0.05); +} +.stroke-sky-900\/10{ + stroke: rgb(12 74 110 / 0.1); +} +.stroke-sky-900\/20{ + stroke: rgb(12 74 110 / 0.2); +} +.stroke-sky-900\/25{ + stroke: rgb(12 74 110 / 0.25); +} +.stroke-sky-900\/30{ + stroke: rgb(12 74 110 / 0.3); +} +.stroke-sky-900\/40{ + stroke: rgb(12 74 110 / 0.4); +} +.stroke-sky-900\/50{ + stroke: rgb(12 74 110 / 0.5); +} +.stroke-sky-900\/60{ + stroke: rgb(12 74 110 / 0.6); +} +.stroke-sky-900\/70{ + stroke: rgb(12 74 110 / 0.7); +} +.stroke-sky-900\/75{ + stroke: rgb(12 74 110 / 0.75); +} +.stroke-sky-900\/80{ + stroke: rgb(12 74 110 / 0.8); +} +.stroke-sky-900\/90{ + stroke: rgb(12 74 110 / 0.9); +} +.stroke-sky-900\/95{ + stroke: rgb(12 74 110 / 0.95); +} +.stroke-sky-900\/100{ + stroke: rgb(12 74 110 / 1); +} +.stroke-blue-50\/0{ + stroke: rgb(242 248 251 / 0); +} +.stroke-blue-50\/5{ + stroke: rgb(242 248 251 / 0.05); +} +.stroke-blue-50\/10{ + stroke: rgb(242 248 251 / 0.1); +} +.stroke-blue-50\/20{ + stroke: rgb(242 248 251 / 0.2); +} +.stroke-blue-50\/25{ + stroke: rgb(242 248 251 / 0.25); +} +.stroke-blue-50\/30{ + stroke: rgb(242 248 251 / 0.3); +} +.stroke-blue-50\/40{ + stroke: rgb(242 248 251 / 0.4); +} +.stroke-blue-50\/50{ + stroke: rgb(242 248 251 / 0.5); +} +.stroke-blue-50\/60{ + stroke: rgb(242 248 251 / 0.6); +} +.stroke-blue-50\/70{ + stroke: rgb(242 248 251 / 0.7); +} +.stroke-blue-50\/75{ + stroke: rgb(242 248 251 / 0.75); +} +.stroke-blue-50\/80{ + stroke: rgb(242 248 251 / 0.8); +} +.stroke-blue-50\/90{ + stroke: rgb(242 248 251 / 0.9); +} +.stroke-blue-50\/95{ + stroke: rgb(242 248 251 / 0.95); +} +.stroke-blue-50\/100{ + stroke: rgb(242 248 251 / 1); +} +.stroke-blue-100\/0{ + stroke: rgb(230 241 246 / 0); +} +.stroke-blue-100\/5{ + stroke: rgb(230 241 246 / 0.05); +} +.stroke-blue-100\/10{ + stroke: rgb(230 241 246 / 0.1); +} +.stroke-blue-100\/20{ + stroke: rgb(230 241 246 / 0.2); +} +.stroke-blue-100\/25{ + stroke: rgb(230 241 246 / 0.25); +} +.stroke-blue-100\/30{ + stroke: rgb(230 241 246 / 0.3); +} +.stroke-blue-100\/40{ + stroke: rgb(230 241 246 / 0.4); +} +.stroke-blue-100\/50{ + stroke: rgb(230 241 246 / 0.5); +} +.stroke-blue-100\/60{ + stroke: rgb(230 241 246 / 0.6); +} +.stroke-blue-100\/70{ + stroke: rgb(230 241 246 / 0.7); +} +.stroke-blue-100\/75{ + stroke: rgb(230 241 246 / 0.75); +} +.stroke-blue-100\/80{ + stroke: rgb(230 241 246 / 0.8); +} +.stroke-blue-100\/90{ + stroke: rgb(230 241 246 / 0.9); +} +.stroke-blue-100\/95{ + stroke: rgb(230 241 246 / 0.95); +} +.stroke-blue-100\/100{ + stroke: rgb(230 241 246 / 1); +} +.stroke-blue-200\/0{ + stroke: rgb(191 219 233 / 0); +} +.stroke-blue-200\/5{ + stroke: rgb(191 219 233 / 0.05); +} +.stroke-blue-200\/10{ + stroke: rgb(191 219 233 / 0.1); +} +.stroke-blue-200\/20{ + stroke: rgb(191 219 233 / 0.2); +} +.stroke-blue-200\/25{ + stroke: rgb(191 219 233 / 0.25); +} +.stroke-blue-200\/30{ + stroke: rgb(191 219 233 / 0.3); +} +.stroke-blue-200\/40{ + stroke: rgb(191 219 233 / 0.4); +} +.stroke-blue-200\/50{ + stroke: rgb(191 219 233 / 0.5); +} +.stroke-blue-200\/60{ + stroke: rgb(191 219 233 / 0.6); +} +.stroke-blue-200\/70{ + stroke: rgb(191 219 233 / 0.7); +} +.stroke-blue-200\/75{ + stroke: rgb(191 219 233 / 0.75); +} +.stroke-blue-200\/80{ + stroke: rgb(191 219 233 / 0.8); +} +.stroke-blue-200\/90{ + stroke: rgb(191 219 233 / 0.9); +} +.stroke-blue-200\/95{ + stroke: rgb(191 219 233 / 0.95); +} +.stroke-blue-200\/100{ + stroke: rgb(191 219 233 / 1); +} +.stroke-blue-300\/0{ + stroke: rgb(153 197 219 / 0); +} +.stroke-blue-300\/5{ + stroke: rgb(153 197 219 / 0.05); +} +.stroke-blue-300\/10{ + stroke: rgb(153 197 219 / 0.1); +} +.stroke-blue-300\/20{ + stroke: rgb(153 197 219 / 0.2); +} +.stroke-blue-300\/25{ + stroke: rgb(153 197 219 / 0.25); +} +.stroke-blue-300\/30{ + stroke: rgb(153 197 219 / 0.3); +} +.stroke-blue-300\/40{ + stroke: rgb(153 197 219 / 0.4); +} +.stroke-blue-300\/50{ + stroke: rgb(153 197 219 / 0.5); +} +.stroke-blue-300\/60{ + stroke: rgb(153 197 219 / 0.6); +} +.stroke-blue-300\/70{ + stroke: rgb(153 197 219 / 0.7); +} +.stroke-blue-300\/75{ + stroke: rgb(153 197 219 / 0.75); +} +.stroke-blue-300\/80{ + stroke: rgb(153 197 219 / 0.8); +} +.stroke-blue-300\/90{ + stroke: rgb(153 197 219 / 0.9); +} +.stroke-blue-300\/95{ + stroke: rgb(153 197 219 / 0.95); +} +.stroke-blue-300\/100{ + stroke: rgb(153 197 219 / 1); +} +.stroke-blue-400\/0{ + stroke: rgb(77 154 193 / 0); +} +.stroke-blue-400\/5{ + stroke: rgb(77 154 193 / 0.05); +} +.stroke-blue-400\/10{ + stroke: rgb(77 154 193 / 0.1); +} +.stroke-blue-400\/20{ + stroke: rgb(77 154 193 / 0.2); +} +.stroke-blue-400\/25{ + stroke: rgb(77 154 193 / 0.25); +} +.stroke-blue-400\/30{ + stroke: rgb(77 154 193 / 0.3); +} +.stroke-blue-400\/40{ + stroke: rgb(77 154 193 / 0.4); +} +.stroke-blue-400\/50{ + stroke: rgb(77 154 193 / 0.5); +} +.stroke-blue-400\/60{ + stroke: rgb(77 154 193 / 0.6); +} +.stroke-blue-400\/70{ + stroke: rgb(77 154 193 / 0.7); +} +.stroke-blue-400\/75{ + stroke: rgb(77 154 193 / 0.75); +} +.stroke-blue-400\/80{ + stroke: rgb(77 154 193 / 0.8); +} +.stroke-blue-400\/90{ + stroke: rgb(77 154 193 / 0.9); +} +.stroke-blue-400\/95{ + stroke: rgb(77 154 193 / 0.95); +} +.stroke-blue-400\/100{ + stroke: rgb(77 154 193 / 1); +} +.stroke-blue-500\/0{ + stroke: rgb(0 110 166 / 0); +} +.stroke-blue-500\/5{ + stroke: rgb(0 110 166 / 0.05); +} +.stroke-blue-500\/10{ + stroke: rgb(0 110 166 / 0.1); +} +.stroke-blue-500\/20{ + stroke: rgb(0 110 166 / 0.2); +} +.stroke-blue-500\/25{ + stroke: rgb(0 110 166 / 0.25); +} +.stroke-blue-500\/30{ + stroke: rgb(0 110 166 / 0.3); +} +.stroke-blue-500\/40{ + stroke: rgb(0 110 166 / 0.4); +} +.stroke-blue-500\/50{ + stroke: rgb(0 110 166 / 0.5); +} +.stroke-blue-500\/60{ + stroke: rgb(0 110 166 / 0.6); +} +.stroke-blue-500\/70{ + stroke: rgb(0 110 166 / 0.7); +} +.stroke-blue-500\/75{ + stroke: rgb(0 110 166 / 0.75); +} +.stroke-blue-500\/80{ + stroke: rgb(0 110 166 / 0.8); +} +.stroke-blue-500\/90{ + stroke: rgb(0 110 166 / 0.9); +} +.stroke-blue-500\/95{ + stroke: rgb(0 110 166 / 0.95); +} +.stroke-blue-500\/100{ + stroke: rgb(0 110 166 / 1); +} +.stroke-blue-600\/0{ + stroke: rgb(0 99 149 / 0); +} +.stroke-blue-600\/5{ + stroke: rgb(0 99 149 / 0.05); +} +.stroke-blue-600\/10{ + stroke: rgb(0 99 149 / 0.1); +} +.stroke-blue-600\/20{ + stroke: rgb(0 99 149 / 0.2); +} +.stroke-blue-600\/25{ + stroke: rgb(0 99 149 / 0.25); +} +.stroke-blue-600\/30{ + stroke: rgb(0 99 149 / 0.3); +} +.stroke-blue-600\/40{ + stroke: rgb(0 99 149 / 0.4); +} +.stroke-blue-600\/50{ + stroke: rgb(0 99 149 / 0.5); +} +.stroke-blue-600\/60{ + stroke: rgb(0 99 149 / 0.6); +} +.stroke-blue-600\/70{ + stroke: rgb(0 99 149 / 0.7); +} +.stroke-blue-600\/75{ + stroke: rgb(0 99 149 / 0.75); +} +.stroke-blue-600\/80{ + stroke: rgb(0 99 149 / 0.8); +} +.stroke-blue-600\/90{ + stroke: rgb(0 99 149 / 0.9); +} +.stroke-blue-600\/95{ + stroke: rgb(0 99 149 / 0.95); +} +.stroke-blue-600\/100{ + stroke: rgb(0 99 149 / 1); +} +.stroke-blue-700\/0{ + stroke: rgb(0 83 125 / 0); +} +.stroke-blue-700\/5{ + stroke: rgb(0 83 125 / 0.05); +} +.stroke-blue-700\/10{ + stroke: rgb(0 83 125 / 0.1); +} +.stroke-blue-700\/20{ + stroke: rgb(0 83 125 / 0.2); +} +.stroke-blue-700\/25{ + stroke: rgb(0 83 125 / 0.25); +} +.stroke-blue-700\/30{ + stroke: rgb(0 83 125 / 0.3); +} +.stroke-blue-700\/40{ + stroke: rgb(0 83 125 / 0.4); +} +.stroke-blue-700\/50{ + stroke: rgb(0 83 125 / 0.5); +} +.stroke-blue-700\/60{ + stroke: rgb(0 83 125 / 0.6); +} +.stroke-blue-700\/70{ + stroke: rgb(0 83 125 / 0.7); +} +.stroke-blue-700\/75{ + stroke: rgb(0 83 125 / 0.75); +} +.stroke-blue-700\/80{ + stroke: rgb(0 83 125 / 0.8); +} +.stroke-blue-700\/90{ + stroke: rgb(0 83 125 / 0.9); +} +.stroke-blue-700\/95{ + stroke: rgb(0 83 125 / 0.95); +} +.stroke-blue-700\/100{ + stroke: rgb(0 83 125 / 1); +} +.stroke-blue-800\/0{ + stroke: rgb(0 66 100 / 0); +} +.stroke-blue-800\/5{ + stroke: rgb(0 66 100 / 0.05); +} +.stroke-blue-800\/10{ + stroke: rgb(0 66 100 / 0.1); +} +.stroke-blue-800\/20{ + stroke: rgb(0 66 100 / 0.2); +} +.stroke-blue-800\/25{ + stroke: rgb(0 66 100 / 0.25); +} +.stroke-blue-800\/30{ + stroke: rgb(0 66 100 / 0.3); +} +.stroke-blue-800\/40{ + stroke: rgb(0 66 100 / 0.4); +} +.stroke-blue-800\/50{ + stroke: rgb(0 66 100 / 0.5); +} +.stroke-blue-800\/60{ + stroke: rgb(0 66 100 / 0.6); +} +.stroke-blue-800\/70{ + stroke: rgb(0 66 100 / 0.7); +} +.stroke-blue-800\/75{ + stroke: rgb(0 66 100 / 0.75); +} +.stroke-blue-800\/80{ + stroke: rgb(0 66 100 / 0.8); +} +.stroke-blue-800\/90{ + stroke: rgb(0 66 100 / 0.9); +} +.stroke-blue-800\/95{ + stroke: rgb(0 66 100 / 0.95); +} +.stroke-blue-800\/100{ + stroke: rgb(0 66 100 / 1); +} +.stroke-blue-900\/0{ + stroke: rgb(0 54 81 / 0); +} +.stroke-blue-900\/5{ + stroke: rgb(0 54 81 / 0.05); +} +.stroke-blue-900\/10{ + stroke: rgb(0 54 81 / 0.1); +} +.stroke-blue-900\/20{ + stroke: rgb(0 54 81 / 0.2); +} +.stroke-blue-900\/25{ + stroke: rgb(0 54 81 / 0.25); +} +.stroke-blue-900\/30{ + stroke: rgb(0 54 81 / 0.3); +} +.stroke-blue-900\/40{ + stroke: rgb(0 54 81 / 0.4); +} +.stroke-blue-900\/50{ + stroke: rgb(0 54 81 / 0.5); +} +.stroke-blue-900\/60{ + stroke: rgb(0 54 81 / 0.6); +} +.stroke-blue-900\/70{ + stroke: rgb(0 54 81 / 0.7); +} +.stroke-blue-900\/75{ + stroke: rgb(0 54 81 / 0.75); +} +.stroke-blue-900\/80{ + stroke: rgb(0 54 81 / 0.8); +} +.stroke-blue-900\/90{ + stroke: rgb(0 54 81 / 0.9); +} +.stroke-blue-900\/95{ + stroke: rgb(0 54 81 / 0.95); +} +.stroke-blue-900\/100{ + stroke: rgb(0 54 81 / 1); +} +.stroke-blue\/0{ + stroke: rgb(0 110 166 / 0); +} +.stroke-blue\/5{ + stroke: rgb(0 110 166 / 0.05); +} +.stroke-blue\/10{ + stroke: rgb(0 110 166 / 0.1); +} +.stroke-blue\/20{ + stroke: rgb(0 110 166 / 0.2); +} +.stroke-blue\/25{ + stroke: rgb(0 110 166 / 0.25); +} +.stroke-blue\/30{ + stroke: rgb(0 110 166 / 0.3); +} +.stroke-blue\/40{ + stroke: rgb(0 110 166 / 0.4); +} +.stroke-blue\/50{ + stroke: rgb(0 110 166 / 0.5); +} +.stroke-blue\/60{ + stroke: rgb(0 110 166 / 0.6); +} +.stroke-blue\/70{ + stroke: rgb(0 110 166 / 0.7); +} +.stroke-blue\/75{ + stroke: rgb(0 110 166 / 0.75); +} +.stroke-blue\/80{ + stroke: rgb(0 110 166 / 0.8); +} +.stroke-blue\/90{ + stroke: rgb(0 110 166 / 0.9); +} +.stroke-blue\/95{ + stroke: rgb(0 110 166 / 0.95); +} +.stroke-blue\/100{ + stroke: rgb(0 110 166 / 1); +} +.stroke-indigo-50\/0{ + stroke: rgb(240 245 255 / 0); +} +.stroke-indigo-50\/5{ + stroke: rgb(240 245 255 / 0.05); +} +.stroke-indigo-50\/10{ + stroke: rgb(240 245 255 / 0.1); +} +.stroke-indigo-50\/20{ + stroke: rgb(240 245 255 / 0.2); +} +.stroke-indigo-50\/25{ + stroke: rgb(240 245 255 / 0.25); +} +.stroke-indigo-50\/30{ + stroke: rgb(240 245 255 / 0.3); +} +.stroke-indigo-50\/40{ + stroke: rgb(240 245 255 / 0.4); +} +.stroke-indigo-50\/50{ + stroke: rgb(240 245 255 / 0.5); +} +.stroke-indigo-50\/60{ + stroke: rgb(240 245 255 / 0.6); +} +.stroke-indigo-50\/70{ + stroke: rgb(240 245 255 / 0.7); +} +.stroke-indigo-50\/75{ + stroke: rgb(240 245 255 / 0.75); +} +.stroke-indigo-50\/80{ + stroke: rgb(240 245 255 / 0.8); +} +.stroke-indigo-50\/90{ + stroke: rgb(240 245 255 / 0.9); +} +.stroke-indigo-50\/95{ + stroke: rgb(240 245 255 / 0.95); +} +.stroke-indigo-50\/100{ + stroke: rgb(240 245 255 / 1); +} +.stroke-indigo-100\/0{ + stroke: rgb(229 237 255 / 0); +} +.stroke-indigo-100\/5{ + stroke: rgb(229 237 255 / 0.05); +} +.stroke-indigo-100\/10{ + stroke: rgb(229 237 255 / 0.1); +} +.stroke-indigo-100\/20{ + stroke: rgb(229 237 255 / 0.2); +} +.stroke-indigo-100\/25{ + stroke: rgb(229 237 255 / 0.25); +} +.stroke-indigo-100\/30{ + stroke: rgb(229 237 255 / 0.3); +} +.stroke-indigo-100\/40{ + stroke: rgb(229 237 255 / 0.4); +} +.stroke-indigo-100\/50{ + stroke: rgb(229 237 255 / 0.5); +} +.stroke-indigo-100\/60{ + stroke: rgb(229 237 255 / 0.6); +} +.stroke-indigo-100\/70{ + stroke: rgb(229 237 255 / 0.7); +} +.stroke-indigo-100\/75{ + stroke: rgb(229 237 255 / 0.75); +} +.stroke-indigo-100\/80{ + stroke: rgb(229 237 255 / 0.8); +} +.stroke-indigo-100\/90{ + stroke: rgb(229 237 255 / 0.9); +} +.stroke-indigo-100\/95{ + stroke: rgb(229 237 255 / 0.95); +} +.stroke-indigo-100\/100{ + stroke: rgb(229 237 255 / 1); +} +.stroke-indigo-200\/0{ + stroke: rgb(205 219 254 / 0); +} +.stroke-indigo-200\/5{ + stroke: rgb(205 219 254 / 0.05); +} +.stroke-indigo-200\/10{ + stroke: rgb(205 219 254 / 0.1); +} +.stroke-indigo-200\/20{ + stroke: rgb(205 219 254 / 0.2); +} +.stroke-indigo-200\/25{ + stroke: rgb(205 219 254 / 0.25); +} +.stroke-indigo-200\/30{ + stroke: rgb(205 219 254 / 0.3); +} +.stroke-indigo-200\/40{ + stroke: rgb(205 219 254 / 0.4); +} +.stroke-indigo-200\/50{ + stroke: rgb(205 219 254 / 0.5); +} +.stroke-indigo-200\/60{ + stroke: rgb(205 219 254 / 0.6); +} +.stroke-indigo-200\/70{ + stroke: rgb(205 219 254 / 0.7); +} +.stroke-indigo-200\/75{ + stroke: rgb(205 219 254 / 0.75); +} +.stroke-indigo-200\/80{ + stroke: rgb(205 219 254 / 0.8); +} +.stroke-indigo-200\/90{ + stroke: rgb(205 219 254 / 0.9); +} +.stroke-indigo-200\/95{ + stroke: rgb(205 219 254 / 0.95); +} +.stroke-indigo-200\/100{ + stroke: rgb(205 219 254 / 1); +} +.stroke-indigo-300\/0{ + stroke: rgb(180 198 252 / 0); +} +.stroke-indigo-300\/5{ + stroke: rgb(180 198 252 / 0.05); +} +.stroke-indigo-300\/10{ + stroke: rgb(180 198 252 / 0.1); +} +.stroke-indigo-300\/20{ + stroke: rgb(180 198 252 / 0.2); +} +.stroke-indigo-300\/25{ + stroke: rgb(180 198 252 / 0.25); +} +.stroke-indigo-300\/30{ + stroke: rgb(180 198 252 / 0.3); +} +.stroke-indigo-300\/40{ + stroke: rgb(180 198 252 / 0.4); +} +.stroke-indigo-300\/50{ + stroke: rgb(180 198 252 / 0.5); +} +.stroke-indigo-300\/60{ + stroke: rgb(180 198 252 / 0.6); +} +.stroke-indigo-300\/70{ + stroke: rgb(180 198 252 / 0.7); +} +.stroke-indigo-300\/75{ + stroke: rgb(180 198 252 / 0.75); +} +.stroke-indigo-300\/80{ + stroke: rgb(180 198 252 / 0.8); +} +.stroke-indigo-300\/90{ + stroke: rgb(180 198 252 / 0.9); +} +.stroke-indigo-300\/95{ + stroke: rgb(180 198 252 / 0.95); +} +.stroke-indigo-300\/100{ + stroke: rgb(180 198 252 / 1); +} +.stroke-indigo-400\/0{ + stroke: rgb(141 162 251 / 0); +} +.stroke-indigo-400\/5{ + stroke: rgb(141 162 251 / 0.05); +} +.stroke-indigo-400\/10{ + stroke: rgb(141 162 251 / 0.1); +} +.stroke-indigo-400\/20{ + stroke: rgb(141 162 251 / 0.2); +} +.stroke-indigo-400\/25{ + stroke: rgb(141 162 251 / 0.25); +} +.stroke-indigo-400\/30{ + stroke: rgb(141 162 251 / 0.3); +} +.stroke-indigo-400\/40{ + stroke: rgb(141 162 251 / 0.4); +} +.stroke-indigo-400\/50{ + stroke: rgb(141 162 251 / 0.5); +} +.stroke-indigo-400\/60{ + stroke: rgb(141 162 251 / 0.6); +} +.stroke-indigo-400\/70{ + stroke: rgb(141 162 251 / 0.7); +} +.stroke-indigo-400\/75{ + stroke: rgb(141 162 251 / 0.75); +} +.stroke-indigo-400\/80{ + stroke: rgb(141 162 251 / 0.8); +} +.stroke-indigo-400\/90{ + stroke: rgb(141 162 251 / 0.9); +} +.stroke-indigo-400\/95{ + stroke: rgb(141 162 251 / 0.95); +} +.stroke-indigo-400\/100{ + stroke: rgb(141 162 251 / 1); +} +.stroke-indigo-500\/0{ + stroke: rgb(104 117 245 / 0); +} +.stroke-indigo-500\/5{ + stroke: rgb(104 117 245 / 0.05); +} +.stroke-indigo-500\/10{ + stroke: rgb(104 117 245 / 0.1); +} +.stroke-indigo-500\/20{ + stroke: rgb(104 117 245 / 0.2); +} +.stroke-indigo-500\/25{ + stroke: rgb(104 117 245 / 0.25); +} +.stroke-indigo-500\/30{ + stroke: rgb(104 117 245 / 0.3); +} +.stroke-indigo-500\/40{ + stroke: rgb(104 117 245 / 0.4); +} +.stroke-indigo-500\/50{ + stroke: rgb(104 117 245 / 0.5); +} +.stroke-indigo-500\/60{ + stroke: rgb(104 117 245 / 0.6); +} +.stroke-indigo-500\/70{ + stroke: rgb(104 117 245 / 0.7); +} +.stroke-indigo-500\/75{ + stroke: rgb(104 117 245 / 0.75); +} +.stroke-indigo-500\/80{ + stroke: rgb(104 117 245 / 0.8); +} +.stroke-indigo-500\/90{ + stroke: rgb(104 117 245 / 0.9); +} +.stroke-indigo-500\/95{ + stroke: rgb(104 117 245 / 0.95); +} +.stroke-indigo-500\/100{ + stroke: rgb(104 117 245 / 1); +} +.stroke-indigo-600\/0{ + stroke: rgb(88 80 236 / 0); +} +.stroke-indigo-600\/5{ + stroke: rgb(88 80 236 / 0.05); +} +.stroke-indigo-600\/10{ + stroke: rgb(88 80 236 / 0.1); +} +.stroke-indigo-600\/20{ + stroke: rgb(88 80 236 / 0.2); +} +.stroke-indigo-600\/25{ + stroke: rgb(88 80 236 / 0.25); +} +.stroke-indigo-600\/30{ + stroke: rgb(88 80 236 / 0.3); +} +.stroke-indigo-600\/40{ + stroke: rgb(88 80 236 / 0.4); +} +.stroke-indigo-600\/50{ + stroke: rgb(88 80 236 / 0.5); +} +.stroke-indigo-600\/60{ + stroke: rgb(88 80 236 / 0.6); +} +.stroke-indigo-600\/70{ + stroke: rgb(88 80 236 / 0.7); +} +.stroke-indigo-600\/75{ + stroke: rgb(88 80 236 / 0.75); +} +.stroke-indigo-600\/80{ + stroke: rgb(88 80 236 / 0.8); +} +.stroke-indigo-600\/90{ + stroke: rgb(88 80 236 / 0.9); +} +.stroke-indigo-600\/95{ + stroke: rgb(88 80 236 / 0.95); +} +.stroke-indigo-600\/100{ + stroke: rgb(88 80 236 / 1); +} +.stroke-indigo-700\/0{ + stroke: rgb(81 69 205 / 0); +} +.stroke-indigo-700\/5{ + stroke: rgb(81 69 205 / 0.05); +} +.stroke-indigo-700\/10{ + stroke: rgb(81 69 205 / 0.1); +} +.stroke-indigo-700\/20{ + stroke: rgb(81 69 205 / 0.2); +} +.stroke-indigo-700\/25{ + stroke: rgb(81 69 205 / 0.25); +} +.stroke-indigo-700\/30{ + stroke: rgb(81 69 205 / 0.3); +} +.stroke-indigo-700\/40{ + stroke: rgb(81 69 205 / 0.4); +} +.stroke-indigo-700\/50{ + stroke: rgb(81 69 205 / 0.5); +} +.stroke-indigo-700\/60{ + stroke: rgb(81 69 205 / 0.6); +} +.stroke-indigo-700\/70{ + stroke: rgb(81 69 205 / 0.7); +} +.stroke-indigo-700\/75{ + stroke: rgb(81 69 205 / 0.75); +} +.stroke-indigo-700\/80{ + stroke: rgb(81 69 205 / 0.8); +} +.stroke-indigo-700\/90{ + stroke: rgb(81 69 205 / 0.9); +} +.stroke-indigo-700\/95{ + stroke: rgb(81 69 205 / 0.95); +} +.stroke-indigo-700\/100{ + stroke: rgb(81 69 205 / 1); +} +.stroke-indigo-800\/0{ + stroke: rgb(66 56 157 / 0); +} +.stroke-indigo-800\/5{ + stroke: rgb(66 56 157 / 0.05); +} +.stroke-indigo-800\/10{ + stroke: rgb(66 56 157 / 0.1); +} +.stroke-indigo-800\/20{ + stroke: rgb(66 56 157 / 0.2); +} +.stroke-indigo-800\/25{ + stroke: rgb(66 56 157 / 0.25); +} +.stroke-indigo-800\/30{ + stroke: rgb(66 56 157 / 0.3); +} +.stroke-indigo-800\/40{ + stroke: rgb(66 56 157 / 0.4); +} +.stroke-indigo-800\/50{ + stroke: rgb(66 56 157 / 0.5); +} +.stroke-indigo-800\/60{ + stroke: rgb(66 56 157 / 0.6); +} +.stroke-indigo-800\/70{ + stroke: rgb(66 56 157 / 0.7); +} +.stroke-indigo-800\/75{ + stroke: rgb(66 56 157 / 0.75); +} +.stroke-indigo-800\/80{ + stroke: rgb(66 56 157 / 0.8); +} +.stroke-indigo-800\/90{ + stroke: rgb(66 56 157 / 0.9); +} +.stroke-indigo-800\/95{ + stroke: rgb(66 56 157 / 0.95); +} +.stroke-indigo-800\/100{ + stroke: rgb(66 56 157 / 1); +} +.stroke-indigo-900\/0{ + stroke: rgb(54 47 120 / 0); +} +.stroke-indigo-900\/5{ + stroke: rgb(54 47 120 / 0.05); +} +.stroke-indigo-900\/10{ + stroke: rgb(54 47 120 / 0.1); +} +.stroke-indigo-900\/20{ + stroke: rgb(54 47 120 / 0.2); +} +.stroke-indigo-900\/25{ + stroke: rgb(54 47 120 / 0.25); +} +.stroke-indigo-900\/30{ + stroke: rgb(54 47 120 / 0.3); +} +.stroke-indigo-900\/40{ + stroke: rgb(54 47 120 / 0.4); +} +.stroke-indigo-900\/50{ + stroke: rgb(54 47 120 / 0.5); +} +.stroke-indigo-900\/60{ + stroke: rgb(54 47 120 / 0.6); +} +.stroke-indigo-900\/70{ + stroke: rgb(54 47 120 / 0.7); +} +.stroke-indigo-900\/75{ + stroke: rgb(54 47 120 / 0.75); +} +.stroke-indigo-900\/80{ + stroke: rgb(54 47 120 / 0.8); +} +.stroke-indigo-900\/90{ + stroke: rgb(54 47 120 / 0.9); +} +.stroke-indigo-900\/95{ + stroke: rgb(54 47 120 / 0.95); +} +.stroke-indigo-900\/100{ + stroke: rgb(54 47 120 / 1); +} +.stroke-violet-50\/0{ + stroke: rgb(245 243 255 / 0); +} +.stroke-violet-50\/5{ + stroke: rgb(245 243 255 / 0.05); +} +.stroke-violet-50\/10{ + stroke: rgb(245 243 255 / 0.1); +} +.stroke-violet-50\/20{ + stroke: rgb(245 243 255 / 0.2); +} +.stroke-violet-50\/25{ + stroke: rgb(245 243 255 / 0.25); +} +.stroke-violet-50\/30{ + stroke: rgb(245 243 255 / 0.3); +} +.stroke-violet-50\/40{ + stroke: rgb(245 243 255 / 0.4); +} +.stroke-violet-50\/50{ + stroke: rgb(245 243 255 / 0.5); +} +.stroke-violet-50\/60{ + stroke: rgb(245 243 255 / 0.6); +} +.stroke-violet-50\/70{ + stroke: rgb(245 243 255 / 0.7); +} +.stroke-violet-50\/75{ + stroke: rgb(245 243 255 / 0.75); +} +.stroke-violet-50\/80{ + stroke: rgb(245 243 255 / 0.8); +} +.stroke-violet-50\/90{ + stroke: rgb(245 243 255 / 0.9); +} +.stroke-violet-50\/95{ + stroke: rgb(245 243 255 / 0.95); +} +.stroke-violet-50\/100{ + stroke: rgb(245 243 255 / 1); +} +.stroke-violet-100\/0{ + stroke: rgb(237 233 254 / 0); +} +.stroke-violet-100\/5{ + stroke: rgb(237 233 254 / 0.05); +} +.stroke-violet-100\/10{ + stroke: rgb(237 233 254 / 0.1); +} +.stroke-violet-100\/20{ + stroke: rgb(237 233 254 / 0.2); +} +.stroke-violet-100\/25{ + stroke: rgb(237 233 254 / 0.25); +} +.stroke-violet-100\/30{ + stroke: rgb(237 233 254 / 0.3); +} +.stroke-violet-100\/40{ + stroke: rgb(237 233 254 / 0.4); +} +.stroke-violet-100\/50{ + stroke: rgb(237 233 254 / 0.5); +} +.stroke-violet-100\/60{ + stroke: rgb(237 233 254 / 0.6); +} +.stroke-violet-100\/70{ + stroke: rgb(237 233 254 / 0.7); +} +.stroke-violet-100\/75{ + stroke: rgb(237 233 254 / 0.75); +} +.stroke-violet-100\/80{ + stroke: rgb(237 233 254 / 0.8); +} +.stroke-violet-100\/90{ + stroke: rgb(237 233 254 / 0.9); +} +.stroke-violet-100\/95{ + stroke: rgb(237 233 254 / 0.95); +} +.stroke-violet-100\/100{ + stroke: rgb(237 233 254 / 1); +} +.stroke-violet-200\/0{ + stroke: rgb(221 214 254 / 0); +} +.stroke-violet-200\/5{ + stroke: rgb(221 214 254 / 0.05); +} +.stroke-violet-200\/10{ + stroke: rgb(221 214 254 / 0.1); +} +.stroke-violet-200\/20{ + stroke: rgb(221 214 254 / 0.2); +} +.stroke-violet-200\/25{ + stroke: rgb(221 214 254 / 0.25); +} +.stroke-violet-200\/30{ + stroke: rgb(221 214 254 / 0.3); +} +.stroke-violet-200\/40{ + stroke: rgb(221 214 254 / 0.4); +} +.stroke-violet-200\/50{ + stroke: rgb(221 214 254 / 0.5); +} +.stroke-violet-200\/60{ + stroke: rgb(221 214 254 / 0.6); +} +.stroke-violet-200\/70{ + stroke: rgb(221 214 254 / 0.7); +} +.stroke-violet-200\/75{ + stroke: rgb(221 214 254 / 0.75); +} +.stroke-violet-200\/80{ + stroke: rgb(221 214 254 / 0.8); +} +.stroke-violet-200\/90{ + stroke: rgb(221 214 254 / 0.9); +} +.stroke-violet-200\/95{ + stroke: rgb(221 214 254 / 0.95); +} +.stroke-violet-200\/100{ + stroke: rgb(221 214 254 / 1); +} +.stroke-violet-300\/0{ + stroke: rgb(196 181 253 / 0); +} +.stroke-violet-300\/5{ + stroke: rgb(196 181 253 / 0.05); +} +.stroke-violet-300\/10{ + stroke: rgb(196 181 253 / 0.1); +} +.stroke-violet-300\/20{ + stroke: rgb(196 181 253 / 0.2); +} +.stroke-violet-300\/25{ + stroke: rgb(196 181 253 / 0.25); +} +.stroke-violet-300\/30{ + stroke: rgb(196 181 253 / 0.3); +} +.stroke-violet-300\/40{ + stroke: rgb(196 181 253 / 0.4); +} +.stroke-violet-300\/50{ + stroke: rgb(196 181 253 / 0.5); +} +.stroke-violet-300\/60{ + stroke: rgb(196 181 253 / 0.6); +} +.stroke-violet-300\/70{ + stroke: rgb(196 181 253 / 0.7); +} +.stroke-violet-300\/75{ + stroke: rgb(196 181 253 / 0.75); +} +.stroke-violet-300\/80{ + stroke: rgb(196 181 253 / 0.8); +} +.stroke-violet-300\/90{ + stroke: rgb(196 181 253 / 0.9); +} +.stroke-violet-300\/95{ + stroke: rgb(196 181 253 / 0.95); +} +.stroke-violet-300\/100{ + stroke: rgb(196 181 253 / 1); +} +.stroke-violet-400\/0{ + stroke: rgb(167 139 250 / 0); +} +.stroke-violet-400\/5{ + stroke: rgb(167 139 250 / 0.05); +} +.stroke-violet-400\/10{ + stroke: rgb(167 139 250 / 0.1); +} +.stroke-violet-400\/20{ + stroke: rgb(167 139 250 / 0.2); +} +.stroke-violet-400\/25{ + stroke: rgb(167 139 250 / 0.25); +} +.stroke-violet-400\/30{ + stroke: rgb(167 139 250 / 0.3); +} +.stroke-violet-400\/40{ + stroke: rgb(167 139 250 / 0.4); +} +.stroke-violet-400\/50{ + stroke: rgb(167 139 250 / 0.5); +} +.stroke-violet-400\/60{ + stroke: rgb(167 139 250 / 0.6); +} +.stroke-violet-400\/70{ + stroke: rgb(167 139 250 / 0.7); +} +.stroke-violet-400\/75{ + stroke: rgb(167 139 250 / 0.75); +} +.stroke-violet-400\/80{ + stroke: rgb(167 139 250 / 0.8); +} +.stroke-violet-400\/90{ + stroke: rgb(167 139 250 / 0.9); +} +.stroke-violet-400\/95{ + stroke: rgb(167 139 250 / 0.95); +} +.stroke-violet-400\/100{ + stroke: rgb(167 139 250 / 1); +} +.stroke-violet-500\/0{ + stroke: rgb(139 92 246 / 0); +} +.stroke-violet-500\/5{ + stroke: rgb(139 92 246 / 0.05); +} +.stroke-violet-500\/10{ + stroke: rgb(139 92 246 / 0.1); +} +.stroke-violet-500\/20{ + stroke: rgb(139 92 246 / 0.2); +} +.stroke-violet-500\/25{ + stroke: rgb(139 92 246 / 0.25); +} +.stroke-violet-500\/30{ + stroke: rgb(139 92 246 / 0.3); +} +.stroke-violet-500\/40{ + stroke: rgb(139 92 246 / 0.4); +} +.stroke-violet-500\/50{ + stroke: rgb(139 92 246 / 0.5); +} +.stroke-violet-500\/60{ + stroke: rgb(139 92 246 / 0.6); +} +.stroke-violet-500\/70{ + stroke: rgb(139 92 246 / 0.7); +} +.stroke-violet-500\/75{ + stroke: rgb(139 92 246 / 0.75); +} +.stroke-violet-500\/80{ + stroke: rgb(139 92 246 / 0.8); +} +.stroke-violet-500\/90{ + stroke: rgb(139 92 246 / 0.9); +} +.stroke-violet-500\/95{ + stroke: rgb(139 92 246 / 0.95); +} +.stroke-violet-500\/100{ + stroke: rgb(139 92 246 / 1); +} +.stroke-violet-600\/0{ + stroke: rgb(124 58 237 / 0); +} +.stroke-violet-600\/5{ + stroke: rgb(124 58 237 / 0.05); +} +.stroke-violet-600\/10{ + stroke: rgb(124 58 237 / 0.1); +} +.stroke-violet-600\/20{ + stroke: rgb(124 58 237 / 0.2); +} +.stroke-violet-600\/25{ + stroke: rgb(124 58 237 / 0.25); +} +.stroke-violet-600\/30{ + stroke: rgb(124 58 237 / 0.3); +} +.stroke-violet-600\/40{ + stroke: rgb(124 58 237 / 0.4); +} +.stroke-violet-600\/50{ + stroke: rgb(124 58 237 / 0.5); +} +.stroke-violet-600\/60{ + stroke: rgb(124 58 237 / 0.6); +} +.stroke-violet-600\/70{ + stroke: rgb(124 58 237 / 0.7); +} +.stroke-violet-600\/75{ + stroke: rgb(124 58 237 / 0.75); +} +.stroke-violet-600\/80{ + stroke: rgb(124 58 237 / 0.8); +} +.stroke-violet-600\/90{ + stroke: rgb(124 58 237 / 0.9); +} +.stroke-violet-600\/95{ + stroke: rgb(124 58 237 / 0.95); +} +.stroke-violet-600\/100{ + stroke: rgb(124 58 237 / 1); +} +.stroke-violet-700\/0{ + stroke: rgb(109 40 217 / 0); +} +.stroke-violet-700\/5{ + stroke: rgb(109 40 217 / 0.05); +} +.stroke-violet-700\/10{ + stroke: rgb(109 40 217 / 0.1); +} +.stroke-violet-700\/20{ + stroke: rgb(109 40 217 / 0.2); +} +.stroke-violet-700\/25{ + stroke: rgb(109 40 217 / 0.25); +} +.stroke-violet-700\/30{ + stroke: rgb(109 40 217 / 0.3); +} +.stroke-violet-700\/40{ + stroke: rgb(109 40 217 / 0.4); +} +.stroke-violet-700\/50{ + stroke: rgb(109 40 217 / 0.5); +} +.stroke-violet-700\/60{ + stroke: rgb(109 40 217 / 0.6); +} +.stroke-violet-700\/70{ + stroke: rgb(109 40 217 / 0.7); +} +.stroke-violet-700\/75{ + stroke: rgb(109 40 217 / 0.75); +} +.stroke-violet-700\/80{ + stroke: rgb(109 40 217 / 0.8); +} +.stroke-violet-700\/90{ + stroke: rgb(109 40 217 / 0.9); +} +.stroke-violet-700\/95{ + stroke: rgb(109 40 217 / 0.95); +} +.stroke-violet-700\/100{ + stroke: rgb(109 40 217 / 1); +} +.stroke-violet-800\/0{ + stroke: rgb(91 33 182 / 0); +} +.stroke-violet-800\/5{ + stroke: rgb(91 33 182 / 0.05); +} +.stroke-violet-800\/10{ + stroke: rgb(91 33 182 / 0.1); +} +.stroke-violet-800\/20{ + stroke: rgb(91 33 182 / 0.2); +} +.stroke-violet-800\/25{ + stroke: rgb(91 33 182 / 0.25); +} +.stroke-violet-800\/30{ + stroke: rgb(91 33 182 / 0.3); +} +.stroke-violet-800\/40{ + stroke: rgb(91 33 182 / 0.4); +} +.stroke-violet-800\/50{ + stroke: rgb(91 33 182 / 0.5); +} +.stroke-violet-800\/60{ + stroke: rgb(91 33 182 / 0.6); +} +.stroke-violet-800\/70{ + stroke: rgb(91 33 182 / 0.7); +} +.stroke-violet-800\/75{ + stroke: rgb(91 33 182 / 0.75); +} +.stroke-violet-800\/80{ + stroke: rgb(91 33 182 / 0.8); +} +.stroke-violet-800\/90{ + stroke: rgb(91 33 182 / 0.9); +} +.stroke-violet-800\/95{ + stroke: rgb(91 33 182 / 0.95); +} +.stroke-violet-800\/100{ + stroke: rgb(91 33 182 / 1); +} +.stroke-violet-900\/0{ + stroke: rgb(76 29 149 / 0); +} +.stroke-violet-900\/5{ + stroke: rgb(76 29 149 / 0.05); +} +.stroke-violet-900\/10{ + stroke: rgb(76 29 149 / 0.1); +} +.stroke-violet-900\/20{ + stroke: rgb(76 29 149 / 0.2); +} +.stroke-violet-900\/25{ + stroke: rgb(76 29 149 / 0.25); +} +.stroke-violet-900\/30{ + stroke: rgb(76 29 149 / 0.3); +} +.stroke-violet-900\/40{ + stroke: rgb(76 29 149 / 0.4); +} +.stroke-violet-900\/50{ + stroke: rgb(76 29 149 / 0.5); +} +.stroke-violet-900\/60{ + stroke: rgb(76 29 149 / 0.6); +} +.stroke-violet-900\/70{ + stroke: rgb(76 29 149 / 0.7); +} +.stroke-violet-900\/75{ + stroke: rgb(76 29 149 / 0.75); +} +.stroke-violet-900\/80{ + stroke: rgb(76 29 149 / 0.8); +} +.stroke-violet-900\/90{ + stroke: rgb(76 29 149 / 0.9); +} +.stroke-violet-900\/95{ + stroke: rgb(76 29 149 / 0.95); +} +.stroke-violet-900\/100{ + stroke: rgb(76 29 149 / 1); +} +.stroke-purple-50\/0{ + stroke: rgb(247 247 249 / 0); +} +.stroke-purple-50\/5{ + stroke: rgb(247 247 249 / 0.05); +} +.stroke-purple-50\/10{ + stroke: rgb(247 247 249 / 0.1); +} +.stroke-purple-50\/20{ + stroke: rgb(247 247 249 / 0.2); +} +.stroke-purple-50\/25{ + stroke: rgb(247 247 249 / 0.25); +} +.stroke-purple-50\/30{ + stroke: rgb(247 247 249 / 0.3); +} +.stroke-purple-50\/40{ + stroke: rgb(247 247 249 / 0.4); +} +.stroke-purple-50\/50{ + stroke: rgb(247 247 249 / 0.5); +} +.stroke-purple-50\/60{ + stroke: rgb(247 247 249 / 0.6); +} +.stroke-purple-50\/70{ + stroke: rgb(247 247 249 / 0.7); +} +.stroke-purple-50\/75{ + stroke: rgb(247 247 249 / 0.75); +} +.stroke-purple-50\/80{ + stroke: rgb(247 247 249 / 0.8); +} +.stroke-purple-50\/90{ + stroke: rgb(247 247 249 / 0.9); +} +.stroke-purple-50\/95{ + stroke: rgb(247 247 249 / 0.95); +} +.stroke-purple-50\/100{ + stroke: rgb(247 247 249 / 1); +} +.stroke-purple-100\/0{ + stroke: rgb(238 238 243 / 0); +} +.stroke-purple-100\/5{ + stroke: rgb(238 238 243 / 0.05); +} +.stroke-purple-100\/10{ + stroke: rgb(238 238 243 / 0.1); +} +.stroke-purple-100\/20{ + stroke: rgb(238 238 243 / 0.2); +} +.stroke-purple-100\/25{ + stroke: rgb(238 238 243 / 0.25); +} +.stroke-purple-100\/30{ + stroke: rgb(238 238 243 / 0.3); +} +.stroke-purple-100\/40{ + stroke: rgb(238 238 243 / 0.4); +} +.stroke-purple-100\/50{ + stroke: rgb(238 238 243 / 0.5); +} +.stroke-purple-100\/60{ + stroke: rgb(238 238 243 / 0.6); +} +.stroke-purple-100\/70{ + stroke: rgb(238 238 243 / 0.7); +} +.stroke-purple-100\/75{ + stroke: rgb(238 238 243 / 0.75); +} +.stroke-purple-100\/80{ + stroke: rgb(238 238 243 / 0.8); +} +.stroke-purple-100\/90{ + stroke: rgb(238 238 243 / 0.9); +} +.stroke-purple-100\/95{ + stroke: rgb(238 238 243 / 0.95); +} +.stroke-purple-100\/100{ + stroke: rgb(238 238 243 / 1); +} +.stroke-purple-200\/0{ + stroke: rgb(213 213 226 / 0); +} +.stroke-purple-200\/5{ + stroke: rgb(213 213 226 / 0.05); +} +.stroke-purple-200\/10{ + stroke: rgb(213 213 226 / 0.1); +} +.stroke-purple-200\/20{ + stroke: rgb(213 213 226 / 0.2); +} +.stroke-purple-200\/25{ + stroke: rgb(213 213 226 / 0.25); +} +.stroke-purple-200\/30{ + stroke: rgb(213 213 226 / 0.3); +} +.stroke-purple-200\/40{ + stroke: rgb(213 213 226 / 0.4); +} +.stroke-purple-200\/50{ + stroke: rgb(213 213 226 / 0.5); +} +.stroke-purple-200\/60{ + stroke: rgb(213 213 226 / 0.6); +} +.stroke-purple-200\/70{ + stroke: rgb(213 213 226 / 0.7); +} +.stroke-purple-200\/75{ + stroke: rgb(213 213 226 / 0.75); +} +.stroke-purple-200\/80{ + stroke: rgb(213 213 226 / 0.8); +} +.stroke-purple-200\/90{ + stroke: rgb(213 213 226 / 0.9); +} +.stroke-purple-200\/95{ + stroke: rgb(213 213 226 / 0.95); +} +.stroke-purple-200\/100{ + stroke: rgb(213 213 226 / 1); +} +.stroke-purple-300\/0{ + stroke: rgb(187 188 209 / 0); +} +.stroke-purple-300\/5{ + stroke: rgb(187 188 209 / 0.05); +} +.stroke-purple-300\/10{ + stroke: rgb(187 188 209 / 0.1); +} +.stroke-purple-300\/20{ + stroke: rgb(187 188 209 / 0.2); +} +.stroke-purple-300\/25{ + stroke: rgb(187 188 209 / 0.25); +} +.stroke-purple-300\/30{ + stroke: rgb(187 188 209 / 0.3); +} +.stroke-purple-300\/40{ + stroke: rgb(187 188 209 / 0.4); +} +.stroke-purple-300\/50{ + stroke: rgb(187 188 209 / 0.5); +} +.stroke-purple-300\/60{ + stroke: rgb(187 188 209 / 0.6); +} +.stroke-purple-300\/70{ + stroke: rgb(187 188 209 / 0.7); +} +.stroke-purple-300\/75{ + stroke: rgb(187 188 209 / 0.75); +} +.stroke-purple-300\/80{ + stroke: rgb(187 188 209 / 0.8); +} +.stroke-purple-300\/90{ + stroke: rgb(187 188 209 / 0.9); +} +.stroke-purple-300\/95{ + stroke: rgb(187 188 209 / 0.95); +} +.stroke-purple-300\/100{ + stroke: rgb(187 188 209 / 1); +} +.stroke-purple-400\/0{ + stroke: rgb(136 138 174 / 0); +} +.stroke-purple-400\/5{ + stroke: rgb(136 138 174 / 0.05); +} +.stroke-purple-400\/10{ + stroke: rgb(136 138 174 / 0.1); +} +.stroke-purple-400\/20{ + stroke: rgb(136 138 174 / 0.2); +} +.stroke-purple-400\/25{ + stroke: rgb(136 138 174 / 0.25); +} +.stroke-purple-400\/30{ + stroke: rgb(136 138 174 / 0.3); +} +.stroke-purple-400\/40{ + stroke: rgb(136 138 174 / 0.4); +} +.stroke-purple-400\/50{ + stroke: rgb(136 138 174 / 0.5); +} +.stroke-purple-400\/60{ + stroke: rgb(136 138 174 / 0.6); +} +.stroke-purple-400\/70{ + stroke: rgb(136 138 174 / 0.7); +} +.stroke-purple-400\/75{ + stroke: rgb(136 138 174 / 0.75); +} +.stroke-purple-400\/80{ + stroke: rgb(136 138 174 / 0.8); +} +.stroke-purple-400\/90{ + stroke: rgb(136 138 174 / 0.9); +} +.stroke-purple-400\/95{ + stroke: rgb(136 138 174 / 0.95); +} +.stroke-purple-400\/100{ + stroke: rgb(136 138 174 / 1); +} +.stroke-purple-500\/0{ + stroke: rgb(85 88 139 / 0); +} +.stroke-purple-500\/5{ + stroke: rgb(85 88 139 / 0.05); +} +.stroke-purple-500\/10{ + stroke: rgb(85 88 139 / 0.1); +} +.stroke-purple-500\/20{ + stroke: rgb(85 88 139 / 0.2); +} +.stroke-purple-500\/25{ + stroke: rgb(85 88 139 / 0.25); +} +.stroke-purple-500\/30{ + stroke: rgb(85 88 139 / 0.3); +} +.stroke-purple-500\/40{ + stroke: rgb(85 88 139 / 0.4); +} +.stroke-purple-500\/50{ + stroke: rgb(85 88 139 / 0.5); +} +.stroke-purple-500\/60{ + stroke: rgb(85 88 139 / 0.6); +} +.stroke-purple-500\/70{ + stroke: rgb(85 88 139 / 0.7); +} +.stroke-purple-500\/75{ + stroke: rgb(85 88 139 / 0.75); +} +.stroke-purple-500\/80{ + stroke: rgb(85 88 139 / 0.8); +} +.stroke-purple-500\/90{ + stroke: rgb(85 88 139 / 0.9); +} +.stroke-purple-500\/95{ + stroke: rgb(85 88 139 / 0.95); +} +.stroke-purple-500\/100{ + stroke: rgb(85 88 139 / 1); +} +.stroke-purple-600\/0{ + stroke: rgb(77 79 125 / 0); +} +.stroke-purple-600\/5{ + stroke: rgb(77 79 125 / 0.05); +} +.stroke-purple-600\/10{ + stroke: rgb(77 79 125 / 0.1); +} +.stroke-purple-600\/20{ + stroke: rgb(77 79 125 / 0.2); +} +.stroke-purple-600\/25{ + stroke: rgb(77 79 125 / 0.25); +} +.stroke-purple-600\/30{ + stroke: rgb(77 79 125 / 0.3); +} +.stroke-purple-600\/40{ + stroke: rgb(77 79 125 / 0.4); +} +.stroke-purple-600\/50{ + stroke: rgb(77 79 125 / 0.5); +} +.stroke-purple-600\/60{ + stroke: rgb(77 79 125 / 0.6); +} +.stroke-purple-600\/70{ + stroke: rgb(77 79 125 / 0.7); +} +.stroke-purple-600\/75{ + stroke: rgb(77 79 125 / 0.75); +} +.stroke-purple-600\/80{ + stroke: rgb(77 79 125 / 0.8); +} +.stroke-purple-600\/90{ + stroke: rgb(77 79 125 / 0.9); +} +.stroke-purple-600\/95{ + stroke: rgb(77 79 125 / 0.95); +} +.stroke-purple-600\/100{ + stroke: rgb(77 79 125 / 1); +} +.stroke-purple-700\/0{ + stroke: rgb(64 66 104 / 0); +} +.stroke-purple-700\/5{ + stroke: rgb(64 66 104 / 0.05); +} +.stroke-purple-700\/10{ + stroke: rgb(64 66 104 / 0.1); +} +.stroke-purple-700\/20{ + stroke: rgb(64 66 104 / 0.2); +} +.stroke-purple-700\/25{ + stroke: rgb(64 66 104 / 0.25); +} +.stroke-purple-700\/30{ + stroke: rgb(64 66 104 / 0.3); +} +.stroke-purple-700\/40{ + stroke: rgb(64 66 104 / 0.4); +} +.stroke-purple-700\/50{ + stroke: rgb(64 66 104 / 0.5); +} +.stroke-purple-700\/60{ + stroke: rgb(64 66 104 / 0.6); +} +.stroke-purple-700\/70{ + stroke: rgb(64 66 104 / 0.7); +} +.stroke-purple-700\/75{ + stroke: rgb(64 66 104 / 0.75); +} +.stroke-purple-700\/80{ + stroke: rgb(64 66 104 / 0.8); +} +.stroke-purple-700\/90{ + stroke: rgb(64 66 104 / 0.9); +} +.stroke-purple-700\/95{ + stroke: rgb(64 66 104 / 0.95); +} +.stroke-purple-700\/100{ + stroke: rgb(64 66 104 / 1); +} +.stroke-purple-800\/0{ + stroke: rgb(51 53 83 / 0); +} +.stroke-purple-800\/5{ + stroke: rgb(51 53 83 / 0.05); +} +.stroke-purple-800\/10{ + stroke: rgb(51 53 83 / 0.1); +} +.stroke-purple-800\/20{ + stroke: rgb(51 53 83 / 0.2); +} +.stroke-purple-800\/25{ + stroke: rgb(51 53 83 / 0.25); +} +.stroke-purple-800\/30{ + stroke: rgb(51 53 83 / 0.3); +} +.stroke-purple-800\/40{ + stroke: rgb(51 53 83 / 0.4); +} +.stroke-purple-800\/50{ + stroke: rgb(51 53 83 / 0.5); +} +.stroke-purple-800\/60{ + stroke: rgb(51 53 83 / 0.6); +} +.stroke-purple-800\/70{ + stroke: rgb(51 53 83 / 0.7); +} +.stroke-purple-800\/75{ + stroke: rgb(51 53 83 / 0.75); +} +.stroke-purple-800\/80{ + stroke: rgb(51 53 83 / 0.8); +} +.stroke-purple-800\/90{ + stroke: rgb(51 53 83 / 0.9); +} +.stroke-purple-800\/95{ + stroke: rgb(51 53 83 / 0.95); +} +.stroke-purple-800\/100{ + stroke: rgb(51 53 83 / 1); +} +.stroke-purple-900\/0{ + stroke: rgb(42 43 68 / 0); +} +.stroke-purple-900\/5{ + stroke: rgb(42 43 68 / 0.05); +} +.stroke-purple-900\/10{ + stroke: rgb(42 43 68 / 0.1); +} +.stroke-purple-900\/20{ + stroke: rgb(42 43 68 / 0.2); +} +.stroke-purple-900\/25{ + stroke: rgb(42 43 68 / 0.25); +} +.stroke-purple-900\/30{ + stroke: rgb(42 43 68 / 0.3); +} +.stroke-purple-900\/40{ + stroke: rgb(42 43 68 / 0.4); +} +.stroke-purple-900\/50{ + stroke: rgb(42 43 68 / 0.5); +} +.stroke-purple-900\/60{ + stroke: rgb(42 43 68 / 0.6); +} +.stroke-purple-900\/70{ + stroke: rgb(42 43 68 / 0.7); +} +.stroke-purple-900\/75{ + stroke: rgb(42 43 68 / 0.75); +} +.stroke-purple-900\/80{ + stroke: rgb(42 43 68 / 0.8); +} +.stroke-purple-900\/90{ + stroke: rgb(42 43 68 / 0.9); +} +.stroke-purple-900\/95{ + stroke: rgb(42 43 68 / 0.95); +} +.stroke-purple-900\/100{ + stroke: rgb(42 43 68 / 1); +} +.stroke-purple\/0{ + stroke: rgb(85 88 139 / 0); +} +.stroke-purple\/5{ + stroke: rgb(85 88 139 / 0.05); +} +.stroke-purple\/10{ + stroke: rgb(85 88 139 / 0.1); +} +.stroke-purple\/20{ + stroke: rgb(85 88 139 / 0.2); +} +.stroke-purple\/25{ + stroke: rgb(85 88 139 / 0.25); +} +.stroke-purple\/30{ + stroke: rgb(85 88 139 / 0.3); +} +.stroke-purple\/40{ + stroke: rgb(85 88 139 / 0.4); +} +.stroke-purple\/50{ + stroke: rgb(85 88 139 / 0.5); +} +.stroke-purple\/60{ + stroke: rgb(85 88 139 / 0.6); +} +.stroke-purple\/70{ + stroke: rgb(85 88 139 / 0.7); +} +.stroke-purple\/75{ + stroke: rgb(85 88 139 / 0.75); +} +.stroke-purple\/80{ + stroke: rgb(85 88 139 / 0.8); +} +.stroke-purple\/90{ + stroke: rgb(85 88 139 / 0.9); +} +.stroke-purple\/95{ + stroke: rgb(85 88 139 / 0.95); +} +.stroke-purple\/100{ + stroke: rgb(85 88 139 / 1); +} +.stroke-fuchsia-50\/0{ + stroke: rgb(253 244 255 / 0); +} +.stroke-fuchsia-50\/5{ + stroke: rgb(253 244 255 / 0.05); +} +.stroke-fuchsia-50\/10{ + stroke: rgb(253 244 255 / 0.1); +} +.stroke-fuchsia-50\/20{ + stroke: rgb(253 244 255 / 0.2); +} +.stroke-fuchsia-50\/25{ + stroke: rgb(253 244 255 / 0.25); +} +.stroke-fuchsia-50\/30{ + stroke: rgb(253 244 255 / 0.3); +} +.stroke-fuchsia-50\/40{ + stroke: rgb(253 244 255 / 0.4); +} +.stroke-fuchsia-50\/50{ + stroke: rgb(253 244 255 / 0.5); +} +.stroke-fuchsia-50\/60{ + stroke: rgb(253 244 255 / 0.6); +} +.stroke-fuchsia-50\/70{ + stroke: rgb(253 244 255 / 0.7); +} +.stroke-fuchsia-50\/75{ + stroke: rgb(253 244 255 / 0.75); +} +.stroke-fuchsia-50\/80{ + stroke: rgb(253 244 255 / 0.8); +} +.stroke-fuchsia-50\/90{ + stroke: rgb(253 244 255 / 0.9); +} +.stroke-fuchsia-50\/95{ + stroke: rgb(253 244 255 / 0.95); +} +.stroke-fuchsia-50\/100{ + stroke: rgb(253 244 255 / 1); +} +.stroke-fuchsia-100\/0{ + stroke: rgb(250 232 255 / 0); +} +.stroke-fuchsia-100\/5{ + stroke: rgb(250 232 255 / 0.05); +} +.stroke-fuchsia-100\/10{ + stroke: rgb(250 232 255 / 0.1); +} +.stroke-fuchsia-100\/20{ + stroke: rgb(250 232 255 / 0.2); +} +.stroke-fuchsia-100\/25{ + stroke: rgb(250 232 255 / 0.25); +} +.stroke-fuchsia-100\/30{ + stroke: rgb(250 232 255 / 0.3); +} +.stroke-fuchsia-100\/40{ + stroke: rgb(250 232 255 / 0.4); +} +.stroke-fuchsia-100\/50{ + stroke: rgb(250 232 255 / 0.5); +} +.stroke-fuchsia-100\/60{ + stroke: rgb(250 232 255 / 0.6); +} +.stroke-fuchsia-100\/70{ + stroke: rgb(250 232 255 / 0.7); +} +.stroke-fuchsia-100\/75{ + stroke: rgb(250 232 255 / 0.75); +} +.stroke-fuchsia-100\/80{ + stroke: rgb(250 232 255 / 0.8); +} +.stroke-fuchsia-100\/90{ + stroke: rgb(250 232 255 / 0.9); +} +.stroke-fuchsia-100\/95{ + stroke: rgb(250 232 255 / 0.95); +} +.stroke-fuchsia-100\/100{ + stroke: rgb(250 232 255 / 1); +} +.stroke-fuchsia-200\/0{ + stroke: rgb(245 208 254 / 0); +} +.stroke-fuchsia-200\/5{ + stroke: rgb(245 208 254 / 0.05); +} +.stroke-fuchsia-200\/10{ + stroke: rgb(245 208 254 / 0.1); +} +.stroke-fuchsia-200\/20{ + stroke: rgb(245 208 254 / 0.2); +} +.stroke-fuchsia-200\/25{ + stroke: rgb(245 208 254 / 0.25); +} +.stroke-fuchsia-200\/30{ + stroke: rgb(245 208 254 / 0.3); +} +.stroke-fuchsia-200\/40{ + stroke: rgb(245 208 254 / 0.4); +} +.stroke-fuchsia-200\/50{ + stroke: rgb(245 208 254 / 0.5); +} +.stroke-fuchsia-200\/60{ + stroke: rgb(245 208 254 / 0.6); +} +.stroke-fuchsia-200\/70{ + stroke: rgb(245 208 254 / 0.7); +} +.stroke-fuchsia-200\/75{ + stroke: rgb(245 208 254 / 0.75); +} +.stroke-fuchsia-200\/80{ + stroke: rgb(245 208 254 / 0.8); +} +.stroke-fuchsia-200\/90{ + stroke: rgb(245 208 254 / 0.9); +} +.stroke-fuchsia-200\/95{ + stroke: rgb(245 208 254 / 0.95); +} +.stroke-fuchsia-200\/100{ + stroke: rgb(245 208 254 / 1); +} +.stroke-fuchsia-300\/0{ + stroke: rgb(240 171 252 / 0); +} +.stroke-fuchsia-300\/5{ + stroke: rgb(240 171 252 / 0.05); +} +.stroke-fuchsia-300\/10{ + stroke: rgb(240 171 252 / 0.1); +} +.stroke-fuchsia-300\/20{ + stroke: rgb(240 171 252 / 0.2); +} +.stroke-fuchsia-300\/25{ + stroke: rgb(240 171 252 / 0.25); +} +.stroke-fuchsia-300\/30{ + stroke: rgb(240 171 252 / 0.3); +} +.stroke-fuchsia-300\/40{ + stroke: rgb(240 171 252 / 0.4); +} +.stroke-fuchsia-300\/50{ + stroke: rgb(240 171 252 / 0.5); +} +.stroke-fuchsia-300\/60{ + stroke: rgb(240 171 252 / 0.6); +} +.stroke-fuchsia-300\/70{ + stroke: rgb(240 171 252 / 0.7); +} +.stroke-fuchsia-300\/75{ + stroke: rgb(240 171 252 / 0.75); +} +.stroke-fuchsia-300\/80{ + stroke: rgb(240 171 252 / 0.8); +} +.stroke-fuchsia-300\/90{ + stroke: rgb(240 171 252 / 0.9); +} +.stroke-fuchsia-300\/95{ + stroke: rgb(240 171 252 / 0.95); +} +.stroke-fuchsia-300\/100{ + stroke: rgb(240 171 252 / 1); +} +.stroke-fuchsia-400\/0{ + stroke: rgb(232 121 249 / 0); +} +.stroke-fuchsia-400\/5{ + stroke: rgb(232 121 249 / 0.05); +} +.stroke-fuchsia-400\/10{ + stroke: rgb(232 121 249 / 0.1); +} +.stroke-fuchsia-400\/20{ + stroke: rgb(232 121 249 / 0.2); +} +.stroke-fuchsia-400\/25{ + stroke: rgb(232 121 249 / 0.25); +} +.stroke-fuchsia-400\/30{ + stroke: rgb(232 121 249 / 0.3); +} +.stroke-fuchsia-400\/40{ + stroke: rgb(232 121 249 / 0.4); +} +.stroke-fuchsia-400\/50{ + stroke: rgb(232 121 249 / 0.5); +} +.stroke-fuchsia-400\/60{ + stroke: rgb(232 121 249 / 0.6); +} +.stroke-fuchsia-400\/70{ + stroke: rgb(232 121 249 / 0.7); +} +.stroke-fuchsia-400\/75{ + stroke: rgb(232 121 249 / 0.75); +} +.stroke-fuchsia-400\/80{ + stroke: rgb(232 121 249 / 0.8); +} +.stroke-fuchsia-400\/90{ + stroke: rgb(232 121 249 / 0.9); +} +.stroke-fuchsia-400\/95{ + stroke: rgb(232 121 249 / 0.95); +} +.stroke-fuchsia-400\/100{ + stroke: rgb(232 121 249 / 1); +} +.stroke-fuchsia-500\/0{ + stroke: rgb(217 70 239 / 0); +} +.stroke-fuchsia-500\/5{ + stroke: rgb(217 70 239 / 0.05); +} +.stroke-fuchsia-500\/10{ + stroke: rgb(217 70 239 / 0.1); +} +.stroke-fuchsia-500\/20{ + stroke: rgb(217 70 239 / 0.2); +} +.stroke-fuchsia-500\/25{ + stroke: rgb(217 70 239 / 0.25); +} +.stroke-fuchsia-500\/30{ + stroke: rgb(217 70 239 / 0.3); +} +.stroke-fuchsia-500\/40{ + stroke: rgb(217 70 239 / 0.4); +} +.stroke-fuchsia-500\/50{ + stroke: rgb(217 70 239 / 0.5); +} +.stroke-fuchsia-500\/60{ + stroke: rgb(217 70 239 / 0.6); +} +.stroke-fuchsia-500\/70{ + stroke: rgb(217 70 239 / 0.7); +} +.stroke-fuchsia-500\/75{ + stroke: rgb(217 70 239 / 0.75); +} +.stroke-fuchsia-500\/80{ + stroke: rgb(217 70 239 / 0.8); +} +.stroke-fuchsia-500\/90{ + stroke: rgb(217 70 239 / 0.9); +} +.stroke-fuchsia-500\/95{ + stroke: rgb(217 70 239 / 0.95); +} +.stroke-fuchsia-500\/100{ + stroke: rgb(217 70 239 / 1); +} +.stroke-fuchsia-600\/0{ + stroke: rgb(192 38 211 / 0); +} +.stroke-fuchsia-600\/5{ + stroke: rgb(192 38 211 / 0.05); +} +.stroke-fuchsia-600\/10{ + stroke: rgb(192 38 211 / 0.1); +} +.stroke-fuchsia-600\/20{ + stroke: rgb(192 38 211 / 0.2); +} +.stroke-fuchsia-600\/25{ + stroke: rgb(192 38 211 / 0.25); +} +.stroke-fuchsia-600\/30{ + stroke: rgb(192 38 211 / 0.3); +} +.stroke-fuchsia-600\/40{ + stroke: rgb(192 38 211 / 0.4); +} +.stroke-fuchsia-600\/50{ + stroke: rgb(192 38 211 / 0.5); +} +.stroke-fuchsia-600\/60{ + stroke: rgb(192 38 211 / 0.6); +} +.stroke-fuchsia-600\/70{ + stroke: rgb(192 38 211 / 0.7); +} +.stroke-fuchsia-600\/75{ + stroke: rgb(192 38 211 / 0.75); +} +.stroke-fuchsia-600\/80{ + stroke: rgb(192 38 211 / 0.8); +} +.stroke-fuchsia-600\/90{ + stroke: rgb(192 38 211 / 0.9); +} +.stroke-fuchsia-600\/95{ + stroke: rgb(192 38 211 / 0.95); +} +.stroke-fuchsia-600\/100{ + stroke: rgb(192 38 211 / 1); +} +.stroke-fuchsia-700\/0{ + stroke: rgb(162 28 175 / 0); +} +.stroke-fuchsia-700\/5{ + stroke: rgb(162 28 175 / 0.05); +} +.stroke-fuchsia-700\/10{ + stroke: rgb(162 28 175 / 0.1); +} +.stroke-fuchsia-700\/20{ + stroke: rgb(162 28 175 / 0.2); +} +.stroke-fuchsia-700\/25{ + stroke: rgb(162 28 175 / 0.25); +} +.stroke-fuchsia-700\/30{ + stroke: rgb(162 28 175 / 0.3); +} +.stroke-fuchsia-700\/40{ + stroke: rgb(162 28 175 / 0.4); +} +.stroke-fuchsia-700\/50{ + stroke: rgb(162 28 175 / 0.5); +} +.stroke-fuchsia-700\/60{ + stroke: rgb(162 28 175 / 0.6); +} +.stroke-fuchsia-700\/70{ + stroke: rgb(162 28 175 / 0.7); +} +.stroke-fuchsia-700\/75{ + stroke: rgb(162 28 175 / 0.75); +} +.stroke-fuchsia-700\/80{ + stroke: rgb(162 28 175 / 0.8); +} +.stroke-fuchsia-700\/90{ + stroke: rgb(162 28 175 / 0.9); +} +.stroke-fuchsia-700\/95{ + stroke: rgb(162 28 175 / 0.95); +} +.stroke-fuchsia-700\/100{ + stroke: rgb(162 28 175 / 1); +} +.stroke-fuchsia-800\/0{ + stroke: rgb(134 25 143 / 0); +} +.stroke-fuchsia-800\/5{ + stroke: rgb(134 25 143 / 0.05); +} +.stroke-fuchsia-800\/10{ + stroke: rgb(134 25 143 / 0.1); +} +.stroke-fuchsia-800\/20{ + stroke: rgb(134 25 143 / 0.2); +} +.stroke-fuchsia-800\/25{ + stroke: rgb(134 25 143 / 0.25); +} +.stroke-fuchsia-800\/30{ + stroke: rgb(134 25 143 / 0.3); +} +.stroke-fuchsia-800\/40{ + stroke: rgb(134 25 143 / 0.4); +} +.stroke-fuchsia-800\/50{ + stroke: rgb(134 25 143 / 0.5); +} +.stroke-fuchsia-800\/60{ + stroke: rgb(134 25 143 / 0.6); +} +.stroke-fuchsia-800\/70{ + stroke: rgb(134 25 143 / 0.7); +} +.stroke-fuchsia-800\/75{ + stroke: rgb(134 25 143 / 0.75); +} +.stroke-fuchsia-800\/80{ + stroke: rgb(134 25 143 / 0.8); +} +.stroke-fuchsia-800\/90{ + stroke: rgb(134 25 143 / 0.9); +} +.stroke-fuchsia-800\/95{ + stroke: rgb(134 25 143 / 0.95); +} +.stroke-fuchsia-800\/100{ + stroke: rgb(134 25 143 / 1); +} +.stroke-fuchsia-900\/0{ + stroke: rgb(112 26 117 / 0); +} +.stroke-fuchsia-900\/5{ + stroke: rgb(112 26 117 / 0.05); +} +.stroke-fuchsia-900\/10{ + stroke: rgb(112 26 117 / 0.1); +} +.stroke-fuchsia-900\/20{ + stroke: rgb(112 26 117 / 0.2); +} +.stroke-fuchsia-900\/25{ + stroke: rgb(112 26 117 / 0.25); +} +.stroke-fuchsia-900\/30{ + stroke: rgb(112 26 117 / 0.3); +} +.stroke-fuchsia-900\/40{ + stroke: rgb(112 26 117 / 0.4); +} +.stroke-fuchsia-900\/50{ + stroke: rgb(112 26 117 / 0.5); +} +.stroke-fuchsia-900\/60{ + stroke: rgb(112 26 117 / 0.6); +} +.stroke-fuchsia-900\/70{ + stroke: rgb(112 26 117 / 0.7); +} +.stroke-fuchsia-900\/75{ + stroke: rgb(112 26 117 / 0.75); +} +.stroke-fuchsia-900\/80{ + stroke: rgb(112 26 117 / 0.8); +} +.stroke-fuchsia-900\/90{ + stroke: rgb(112 26 117 / 0.9); +} +.stroke-fuchsia-900\/95{ + stroke: rgb(112 26 117 / 0.95); +} +.stroke-fuchsia-900\/100{ + stroke: rgb(112 26 117 / 1); +} +.stroke-pink-50\/0{ + stroke: rgb(253 242 248 / 0); +} +.stroke-pink-50\/5{ + stroke: rgb(253 242 248 / 0.05); +} +.stroke-pink-50\/10{ + stroke: rgb(253 242 248 / 0.1); +} +.stroke-pink-50\/20{ + stroke: rgb(253 242 248 / 0.2); +} +.stroke-pink-50\/25{ + stroke: rgb(253 242 248 / 0.25); +} +.stroke-pink-50\/30{ + stroke: rgb(253 242 248 / 0.3); +} +.stroke-pink-50\/40{ + stroke: rgb(253 242 248 / 0.4); +} +.stroke-pink-50\/50{ + stroke: rgb(253 242 248 / 0.5); +} +.stroke-pink-50\/60{ + stroke: rgb(253 242 248 / 0.6); +} +.stroke-pink-50\/70{ + stroke: rgb(253 242 248 / 0.7); +} +.stroke-pink-50\/75{ + stroke: rgb(253 242 248 / 0.75); +} +.stroke-pink-50\/80{ + stroke: rgb(253 242 248 / 0.8); +} +.stroke-pink-50\/90{ + stroke: rgb(253 242 248 / 0.9); +} +.stroke-pink-50\/95{ + stroke: rgb(253 242 248 / 0.95); +} +.stroke-pink-50\/100{ + stroke: rgb(253 242 248 / 1); +} +.stroke-pink-100\/0{ + stroke: rgb(252 232 243 / 0); +} +.stroke-pink-100\/5{ + stroke: rgb(252 232 243 / 0.05); +} +.stroke-pink-100\/10{ + stroke: rgb(252 232 243 / 0.1); +} +.stroke-pink-100\/20{ + stroke: rgb(252 232 243 / 0.2); +} +.stroke-pink-100\/25{ + stroke: rgb(252 232 243 / 0.25); +} +.stroke-pink-100\/30{ + stroke: rgb(252 232 243 / 0.3); +} +.stroke-pink-100\/40{ + stroke: rgb(252 232 243 / 0.4); +} +.stroke-pink-100\/50{ + stroke: rgb(252 232 243 / 0.5); +} +.stroke-pink-100\/60{ + stroke: rgb(252 232 243 / 0.6); +} +.stroke-pink-100\/70{ + stroke: rgb(252 232 243 / 0.7); +} +.stroke-pink-100\/75{ + stroke: rgb(252 232 243 / 0.75); +} +.stroke-pink-100\/80{ + stroke: rgb(252 232 243 / 0.8); +} +.stroke-pink-100\/90{ + stroke: rgb(252 232 243 / 0.9); +} +.stroke-pink-100\/95{ + stroke: rgb(252 232 243 / 0.95); +} +.stroke-pink-100\/100{ + stroke: rgb(252 232 243 / 1); +} +.stroke-pink-200\/0{ + stroke: rgb(250 209 232 / 0); +} +.stroke-pink-200\/5{ + stroke: rgb(250 209 232 / 0.05); +} +.stroke-pink-200\/10{ + stroke: rgb(250 209 232 / 0.1); +} +.stroke-pink-200\/20{ + stroke: rgb(250 209 232 / 0.2); +} +.stroke-pink-200\/25{ + stroke: rgb(250 209 232 / 0.25); +} +.stroke-pink-200\/30{ + stroke: rgb(250 209 232 / 0.3); +} +.stroke-pink-200\/40{ + stroke: rgb(250 209 232 / 0.4); +} +.stroke-pink-200\/50{ + stroke: rgb(250 209 232 / 0.5); +} +.stroke-pink-200\/60{ + stroke: rgb(250 209 232 / 0.6); +} +.stroke-pink-200\/70{ + stroke: rgb(250 209 232 / 0.7); +} +.stroke-pink-200\/75{ + stroke: rgb(250 209 232 / 0.75); +} +.stroke-pink-200\/80{ + stroke: rgb(250 209 232 / 0.8); +} +.stroke-pink-200\/90{ + stroke: rgb(250 209 232 / 0.9); +} +.stroke-pink-200\/95{ + stroke: rgb(250 209 232 / 0.95); +} +.stroke-pink-200\/100{ + stroke: rgb(250 209 232 / 1); +} +.stroke-pink-300\/0{ + stroke: rgb(248 180 217 / 0); +} +.stroke-pink-300\/5{ + stroke: rgb(248 180 217 / 0.05); +} +.stroke-pink-300\/10{ + stroke: rgb(248 180 217 / 0.1); +} +.stroke-pink-300\/20{ + stroke: rgb(248 180 217 / 0.2); +} +.stroke-pink-300\/25{ + stroke: rgb(248 180 217 / 0.25); +} +.stroke-pink-300\/30{ + stroke: rgb(248 180 217 / 0.3); +} +.stroke-pink-300\/40{ + stroke: rgb(248 180 217 / 0.4); +} +.stroke-pink-300\/50{ + stroke: rgb(248 180 217 / 0.5); +} +.stroke-pink-300\/60{ + stroke: rgb(248 180 217 / 0.6); +} +.stroke-pink-300\/70{ + stroke: rgb(248 180 217 / 0.7); +} +.stroke-pink-300\/75{ + stroke: rgb(248 180 217 / 0.75); +} +.stroke-pink-300\/80{ + stroke: rgb(248 180 217 / 0.8); +} +.stroke-pink-300\/90{ + stroke: rgb(248 180 217 / 0.9); +} +.stroke-pink-300\/95{ + stroke: rgb(248 180 217 / 0.95); +} +.stroke-pink-300\/100{ + stroke: rgb(248 180 217 / 1); +} +.stroke-pink-400\/0{ + stroke: rgb(241 126 184 / 0); +} +.stroke-pink-400\/5{ + stroke: rgb(241 126 184 / 0.05); +} +.stroke-pink-400\/10{ + stroke: rgb(241 126 184 / 0.1); +} +.stroke-pink-400\/20{ + stroke: rgb(241 126 184 / 0.2); +} +.stroke-pink-400\/25{ + stroke: rgb(241 126 184 / 0.25); +} +.stroke-pink-400\/30{ + stroke: rgb(241 126 184 / 0.3); +} +.stroke-pink-400\/40{ + stroke: rgb(241 126 184 / 0.4); +} +.stroke-pink-400\/50{ + stroke: rgb(241 126 184 / 0.5); +} +.stroke-pink-400\/60{ + stroke: rgb(241 126 184 / 0.6); +} +.stroke-pink-400\/70{ + stroke: rgb(241 126 184 / 0.7); +} +.stroke-pink-400\/75{ + stroke: rgb(241 126 184 / 0.75); +} +.stroke-pink-400\/80{ + stroke: rgb(241 126 184 / 0.8); +} +.stroke-pink-400\/90{ + stroke: rgb(241 126 184 / 0.9); +} +.stroke-pink-400\/95{ + stroke: rgb(241 126 184 / 0.95); +} +.stroke-pink-400\/100{ + stroke: rgb(241 126 184 / 1); +} +.stroke-pink-500\/0{ + stroke: rgb(231 70 148 / 0); +} +.stroke-pink-500\/5{ + stroke: rgb(231 70 148 / 0.05); +} +.stroke-pink-500\/10{ + stroke: rgb(231 70 148 / 0.1); +} +.stroke-pink-500\/20{ + stroke: rgb(231 70 148 / 0.2); +} +.stroke-pink-500\/25{ + stroke: rgb(231 70 148 / 0.25); +} +.stroke-pink-500\/30{ + stroke: rgb(231 70 148 / 0.3); +} +.stroke-pink-500\/40{ + stroke: rgb(231 70 148 / 0.4); +} +.stroke-pink-500\/50{ + stroke: rgb(231 70 148 / 0.5); +} +.stroke-pink-500\/60{ + stroke: rgb(231 70 148 / 0.6); +} +.stroke-pink-500\/70{ + stroke: rgb(231 70 148 / 0.7); +} +.stroke-pink-500\/75{ + stroke: rgb(231 70 148 / 0.75); +} +.stroke-pink-500\/80{ + stroke: rgb(231 70 148 / 0.8); +} +.stroke-pink-500\/90{ + stroke: rgb(231 70 148 / 0.9); +} +.stroke-pink-500\/95{ + stroke: rgb(231 70 148 / 0.95); +} +.stroke-pink-500\/100{ + stroke: rgb(231 70 148 / 1); +} +.stroke-pink-600\/0{ + stroke: rgb(214 31 105 / 0); +} +.stroke-pink-600\/5{ + stroke: rgb(214 31 105 / 0.05); +} +.stroke-pink-600\/10{ + stroke: rgb(214 31 105 / 0.1); +} +.stroke-pink-600\/20{ + stroke: rgb(214 31 105 / 0.2); +} +.stroke-pink-600\/25{ + stroke: rgb(214 31 105 / 0.25); +} +.stroke-pink-600\/30{ + stroke: rgb(214 31 105 / 0.3); +} +.stroke-pink-600\/40{ + stroke: rgb(214 31 105 / 0.4); +} +.stroke-pink-600\/50{ + stroke: rgb(214 31 105 / 0.5); +} +.stroke-pink-600\/60{ + stroke: rgb(214 31 105 / 0.6); +} +.stroke-pink-600\/70{ + stroke: rgb(214 31 105 / 0.7); +} +.stroke-pink-600\/75{ + stroke: rgb(214 31 105 / 0.75); +} +.stroke-pink-600\/80{ + stroke: rgb(214 31 105 / 0.8); +} +.stroke-pink-600\/90{ + stroke: rgb(214 31 105 / 0.9); +} +.stroke-pink-600\/95{ + stroke: rgb(214 31 105 / 0.95); +} +.stroke-pink-600\/100{ + stroke: rgb(214 31 105 / 1); +} +.stroke-pink-700\/0{ + stroke: rgb(191 18 93 / 0); +} +.stroke-pink-700\/5{ + stroke: rgb(191 18 93 / 0.05); +} +.stroke-pink-700\/10{ + stroke: rgb(191 18 93 / 0.1); +} +.stroke-pink-700\/20{ + stroke: rgb(191 18 93 / 0.2); +} +.stroke-pink-700\/25{ + stroke: rgb(191 18 93 / 0.25); +} +.stroke-pink-700\/30{ + stroke: rgb(191 18 93 / 0.3); +} +.stroke-pink-700\/40{ + stroke: rgb(191 18 93 / 0.4); +} +.stroke-pink-700\/50{ + stroke: rgb(191 18 93 / 0.5); +} +.stroke-pink-700\/60{ + stroke: rgb(191 18 93 / 0.6); +} +.stroke-pink-700\/70{ + stroke: rgb(191 18 93 / 0.7); +} +.stroke-pink-700\/75{ + stroke: rgb(191 18 93 / 0.75); +} +.stroke-pink-700\/80{ + stroke: rgb(191 18 93 / 0.8); +} +.stroke-pink-700\/90{ + stroke: rgb(191 18 93 / 0.9); +} +.stroke-pink-700\/95{ + stroke: rgb(191 18 93 / 0.95); +} +.stroke-pink-700\/100{ + stroke: rgb(191 18 93 / 1); +} +.stroke-pink-800\/0{ + stroke: rgb(153 21 75 / 0); +} +.stroke-pink-800\/5{ + stroke: rgb(153 21 75 / 0.05); +} +.stroke-pink-800\/10{ + stroke: rgb(153 21 75 / 0.1); +} +.stroke-pink-800\/20{ + stroke: rgb(153 21 75 / 0.2); +} +.stroke-pink-800\/25{ + stroke: rgb(153 21 75 / 0.25); +} +.stroke-pink-800\/30{ + stroke: rgb(153 21 75 / 0.3); +} +.stroke-pink-800\/40{ + stroke: rgb(153 21 75 / 0.4); +} +.stroke-pink-800\/50{ + stroke: rgb(153 21 75 / 0.5); +} +.stroke-pink-800\/60{ + stroke: rgb(153 21 75 / 0.6); +} +.stroke-pink-800\/70{ + stroke: rgb(153 21 75 / 0.7); +} +.stroke-pink-800\/75{ + stroke: rgb(153 21 75 / 0.75); +} +.stroke-pink-800\/80{ + stroke: rgb(153 21 75 / 0.8); +} +.stroke-pink-800\/90{ + stroke: rgb(153 21 75 / 0.9); +} +.stroke-pink-800\/95{ + stroke: rgb(153 21 75 / 0.95); +} +.stroke-pink-800\/100{ + stroke: rgb(153 21 75 / 1); +} +.stroke-pink-900\/0{ + stroke: rgb(117 26 61 / 0); +} +.stroke-pink-900\/5{ + stroke: rgb(117 26 61 / 0.05); +} +.stroke-pink-900\/10{ + stroke: rgb(117 26 61 / 0.1); +} +.stroke-pink-900\/20{ + stroke: rgb(117 26 61 / 0.2); +} +.stroke-pink-900\/25{ + stroke: rgb(117 26 61 / 0.25); +} +.stroke-pink-900\/30{ + stroke: rgb(117 26 61 / 0.3); +} +.stroke-pink-900\/40{ + stroke: rgb(117 26 61 / 0.4); +} +.stroke-pink-900\/50{ + stroke: rgb(117 26 61 / 0.5); +} +.stroke-pink-900\/60{ + stroke: rgb(117 26 61 / 0.6); +} +.stroke-pink-900\/70{ + stroke: rgb(117 26 61 / 0.7); +} +.stroke-pink-900\/75{ + stroke: rgb(117 26 61 / 0.75); +} +.stroke-pink-900\/80{ + stroke: rgb(117 26 61 / 0.8); +} +.stroke-pink-900\/90{ + stroke: rgb(117 26 61 / 0.9); +} +.stroke-pink-900\/95{ + stroke: rgb(117 26 61 / 0.95); +} +.stroke-pink-900\/100{ + stroke: rgb(117 26 61 / 1); +} +.stroke-rose-50\/0{ + stroke: rgb(255 241 242 / 0); +} +.stroke-rose-50\/5{ + stroke: rgb(255 241 242 / 0.05); +} +.stroke-rose-50\/10{ + stroke: rgb(255 241 242 / 0.1); +} +.stroke-rose-50\/20{ + stroke: rgb(255 241 242 / 0.2); +} +.stroke-rose-50\/25{ + stroke: rgb(255 241 242 / 0.25); +} +.stroke-rose-50\/30{ + stroke: rgb(255 241 242 / 0.3); +} +.stroke-rose-50\/40{ + stroke: rgb(255 241 242 / 0.4); +} +.stroke-rose-50\/50{ + stroke: rgb(255 241 242 / 0.5); +} +.stroke-rose-50\/60{ + stroke: rgb(255 241 242 / 0.6); +} +.stroke-rose-50\/70{ + stroke: rgb(255 241 242 / 0.7); +} +.stroke-rose-50\/75{ + stroke: rgb(255 241 242 / 0.75); +} +.stroke-rose-50\/80{ + stroke: rgb(255 241 242 / 0.8); +} +.stroke-rose-50\/90{ + stroke: rgb(255 241 242 / 0.9); +} +.stroke-rose-50\/95{ + stroke: rgb(255 241 242 / 0.95); +} +.stroke-rose-50\/100{ + stroke: rgb(255 241 242 / 1); +} +.stroke-rose-100\/0{ + stroke: rgb(255 228 230 / 0); +} +.stroke-rose-100\/5{ + stroke: rgb(255 228 230 / 0.05); +} +.stroke-rose-100\/10{ + stroke: rgb(255 228 230 / 0.1); +} +.stroke-rose-100\/20{ + stroke: rgb(255 228 230 / 0.2); +} +.stroke-rose-100\/25{ + stroke: rgb(255 228 230 / 0.25); +} +.stroke-rose-100\/30{ + stroke: rgb(255 228 230 / 0.3); +} +.stroke-rose-100\/40{ + stroke: rgb(255 228 230 / 0.4); +} +.stroke-rose-100\/50{ + stroke: rgb(255 228 230 / 0.5); +} +.stroke-rose-100\/60{ + stroke: rgb(255 228 230 / 0.6); +} +.stroke-rose-100\/70{ + stroke: rgb(255 228 230 / 0.7); +} +.stroke-rose-100\/75{ + stroke: rgb(255 228 230 / 0.75); +} +.stroke-rose-100\/80{ + stroke: rgb(255 228 230 / 0.8); +} +.stroke-rose-100\/90{ + stroke: rgb(255 228 230 / 0.9); +} +.stroke-rose-100\/95{ + stroke: rgb(255 228 230 / 0.95); +} +.stroke-rose-100\/100{ + stroke: rgb(255 228 230 / 1); +} +.stroke-rose-200\/0{ + stroke: rgb(254 205 211 / 0); +} +.stroke-rose-200\/5{ + stroke: rgb(254 205 211 / 0.05); +} +.stroke-rose-200\/10{ + stroke: rgb(254 205 211 / 0.1); +} +.stroke-rose-200\/20{ + stroke: rgb(254 205 211 / 0.2); +} +.stroke-rose-200\/25{ + stroke: rgb(254 205 211 / 0.25); +} +.stroke-rose-200\/30{ + stroke: rgb(254 205 211 / 0.3); +} +.stroke-rose-200\/40{ + stroke: rgb(254 205 211 / 0.4); +} +.stroke-rose-200\/50{ + stroke: rgb(254 205 211 / 0.5); +} +.stroke-rose-200\/60{ + stroke: rgb(254 205 211 / 0.6); +} +.stroke-rose-200\/70{ + stroke: rgb(254 205 211 / 0.7); +} +.stroke-rose-200\/75{ + stroke: rgb(254 205 211 / 0.75); +} +.stroke-rose-200\/80{ + stroke: rgb(254 205 211 / 0.8); +} +.stroke-rose-200\/90{ + stroke: rgb(254 205 211 / 0.9); +} +.stroke-rose-200\/95{ + stroke: rgb(254 205 211 / 0.95); +} +.stroke-rose-200\/100{ + stroke: rgb(254 205 211 / 1); +} +.stroke-rose-300\/0{ + stroke: rgb(253 164 175 / 0); +} +.stroke-rose-300\/5{ + stroke: rgb(253 164 175 / 0.05); +} +.stroke-rose-300\/10{ + stroke: rgb(253 164 175 / 0.1); +} +.stroke-rose-300\/20{ + stroke: rgb(253 164 175 / 0.2); +} +.stroke-rose-300\/25{ + stroke: rgb(253 164 175 / 0.25); +} +.stroke-rose-300\/30{ + stroke: rgb(253 164 175 / 0.3); +} +.stroke-rose-300\/40{ + stroke: rgb(253 164 175 / 0.4); +} +.stroke-rose-300\/50{ + stroke: rgb(253 164 175 / 0.5); +} +.stroke-rose-300\/60{ + stroke: rgb(253 164 175 / 0.6); +} +.stroke-rose-300\/70{ + stroke: rgb(253 164 175 / 0.7); +} +.stroke-rose-300\/75{ + stroke: rgb(253 164 175 / 0.75); +} +.stroke-rose-300\/80{ + stroke: rgb(253 164 175 / 0.8); +} +.stroke-rose-300\/90{ + stroke: rgb(253 164 175 / 0.9); +} +.stroke-rose-300\/95{ + stroke: rgb(253 164 175 / 0.95); +} +.stroke-rose-300\/100{ + stroke: rgb(253 164 175 / 1); +} +.stroke-rose-400\/0{ + stroke: rgb(251 113 133 / 0); +} +.stroke-rose-400\/5{ + stroke: rgb(251 113 133 / 0.05); +} +.stroke-rose-400\/10{ + stroke: rgb(251 113 133 / 0.1); +} +.stroke-rose-400\/20{ + stroke: rgb(251 113 133 / 0.2); +} +.stroke-rose-400\/25{ + stroke: rgb(251 113 133 / 0.25); +} +.stroke-rose-400\/30{ + stroke: rgb(251 113 133 / 0.3); +} +.stroke-rose-400\/40{ + stroke: rgb(251 113 133 / 0.4); +} +.stroke-rose-400\/50{ + stroke: rgb(251 113 133 / 0.5); +} +.stroke-rose-400\/60{ + stroke: rgb(251 113 133 / 0.6); +} +.stroke-rose-400\/70{ + stroke: rgb(251 113 133 / 0.7); +} +.stroke-rose-400\/75{ + stroke: rgb(251 113 133 / 0.75); +} +.stroke-rose-400\/80{ + stroke: rgb(251 113 133 / 0.8); +} +.stroke-rose-400\/90{ + stroke: rgb(251 113 133 / 0.9); +} +.stroke-rose-400\/95{ + stroke: rgb(251 113 133 / 0.95); +} +.stroke-rose-400\/100{ + stroke: rgb(251 113 133 / 1); +} +.stroke-rose-500\/0{ + stroke: rgb(244 63 94 / 0); +} +.stroke-rose-500\/5{ + stroke: rgb(244 63 94 / 0.05); +} +.stroke-rose-500\/10{ + stroke: rgb(244 63 94 / 0.1); +} +.stroke-rose-500\/20{ + stroke: rgb(244 63 94 / 0.2); +} +.stroke-rose-500\/25{ + stroke: rgb(244 63 94 / 0.25); +} +.stroke-rose-500\/30{ + stroke: rgb(244 63 94 / 0.3); +} +.stroke-rose-500\/40{ + stroke: rgb(244 63 94 / 0.4); +} +.stroke-rose-500\/50{ + stroke: rgb(244 63 94 / 0.5); +} +.stroke-rose-500\/60{ + stroke: rgb(244 63 94 / 0.6); +} +.stroke-rose-500\/70{ + stroke: rgb(244 63 94 / 0.7); +} +.stroke-rose-500\/75{ + stroke: rgb(244 63 94 / 0.75); +} +.stroke-rose-500\/80{ + stroke: rgb(244 63 94 / 0.8); +} +.stroke-rose-500\/90{ + stroke: rgb(244 63 94 / 0.9); +} +.stroke-rose-500\/95{ + stroke: rgb(244 63 94 / 0.95); +} +.stroke-rose-500\/100{ + stroke: rgb(244 63 94 / 1); +} +.stroke-rose-600\/0{ + stroke: rgb(225 29 72 / 0); +} +.stroke-rose-600\/5{ + stroke: rgb(225 29 72 / 0.05); +} +.stroke-rose-600\/10{ + stroke: rgb(225 29 72 / 0.1); +} +.stroke-rose-600\/20{ + stroke: rgb(225 29 72 / 0.2); +} +.stroke-rose-600\/25{ + stroke: rgb(225 29 72 / 0.25); +} +.stroke-rose-600\/30{ + stroke: rgb(225 29 72 / 0.3); +} +.stroke-rose-600\/40{ + stroke: rgb(225 29 72 / 0.4); +} +.stroke-rose-600\/50{ + stroke: rgb(225 29 72 / 0.5); +} +.stroke-rose-600\/60{ + stroke: rgb(225 29 72 / 0.6); +} +.stroke-rose-600\/70{ + stroke: rgb(225 29 72 / 0.7); +} +.stroke-rose-600\/75{ + stroke: rgb(225 29 72 / 0.75); +} +.stroke-rose-600\/80{ + stroke: rgb(225 29 72 / 0.8); +} +.stroke-rose-600\/90{ + stroke: rgb(225 29 72 / 0.9); +} +.stroke-rose-600\/95{ + stroke: rgb(225 29 72 / 0.95); +} +.stroke-rose-600\/100{ + stroke: rgb(225 29 72 / 1); +} +.stroke-rose-700\/0{ + stroke: rgb(190 18 60 / 0); +} +.stroke-rose-700\/5{ + stroke: rgb(190 18 60 / 0.05); +} +.stroke-rose-700\/10{ + stroke: rgb(190 18 60 / 0.1); +} +.stroke-rose-700\/20{ + stroke: rgb(190 18 60 / 0.2); +} +.stroke-rose-700\/25{ + stroke: rgb(190 18 60 / 0.25); +} +.stroke-rose-700\/30{ + stroke: rgb(190 18 60 / 0.3); +} +.stroke-rose-700\/40{ + stroke: rgb(190 18 60 / 0.4); +} +.stroke-rose-700\/50{ + stroke: rgb(190 18 60 / 0.5); +} +.stroke-rose-700\/60{ + stroke: rgb(190 18 60 / 0.6); +} +.stroke-rose-700\/70{ + stroke: rgb(190 18 60 / 0.7); +} +.stroke-rose-700\/75{ + stroke: rgb(190 18 60 / 0.75); +} +.stroke-rose-700\/80{ + stroke: rgb(190 18 60 / 0.8); +} +.stroke-rose-700\/90{ + stroke: rgb(190 18 60 / 0.9); +} +.stroke-rose-700\/95{ + stroke: rgb(190 18 60 / 0.95); +} +.stroke-rose-700\/100{ + stroke: rgb(190 18 60 / 1); +} +.stroke-rose-800\/0{ + stroke: rgb(159 18 57 / 0); +} +.stroke-rose-800\/5{ + stroke: rgb(159 18 57 / 0.05); +} +.stroke-rose-800\/10{ + stroke: rgb(159 18 57 / 0.1); +} +.stroke-rose-800\/20{ + stroke: rgb(159 18 57 / 0.2); +} +.stroke-rose-800\/25{ + stroke: rgb(159 18 57 / 0.25); +} +.stroke-rose-800\/30{ + stroke: rgb(159 18 57 / 0.3); +} +.stroke-rose-800\/40{ + stroke: rgb(159 18 57 / 0.4); +} +.stroke-rose-800\/50{ + stroke: rgb(159 18 57 / 0.5); +} +.stroke-rose-800\/60{ + stroke: rgb(159 18 57 / 0.6); +} +.stroke-rose-800\/70{ + stroke: rgb(159 18 57 / 0.7); +} +.stroke-rose-800\/75{ + stroke: rgb(159 18 57 / 0.75); +} +.stroke-rose-800\/80{ + stroke: rgb(159 18 57 / 0.8); +} +.stroke-rose-800\/90{ + stroke: rgb(159 18 57 / 0.9); +} +.stroke-rose-800\/95{ + stroke: rgb(159 18 57 / 0.95); +} +.stroke-rose-800\/100{ + stroke: rgb(159 18 57 / 1); +} +.stroke-rose-900\/0{ + stroke: rgb(136 19 55 / 0); +} +.stroke-rose-900\/5{ + stroke: rgb(136 19 55 / 0.05); +} +.stroke-rose-900\/10{ + stroke: rgb(136 19 55 / 0.1); +} +.stroke-rose-900\/20{ + stroke: rgb(136 19 55 / 0.2); +} +.stroke-rose-900\/25{ + stroke: rgb(136 19 55 / 0.25); +} +.stroke-rose-900\/30{ + stroke: rgb(136 19 55 / 0.3); +} +.stroke-rose-900\/40{ + stroke: rgb(136 19 55 / 0.4); +} +.stroke-rose-900\/50{ + stroke: rgb(136 19 55 / 0.5); +} +.stroke-rose-900\/60{ + stroke: rgb(136 19 55 / 0.6); +} +.stroke-rose-900\/70{ + stroke: rgb(136 19 55 / 0.7); +} +.stroke-rose-900\/75{ + stroke: rgb(136 19 55 / 0.75); +} +.stroke-rose-900\/80{ + stroke: rgb(136 19 55 / 0.8); +} +.stroke-rose-900\/90{ + stroke: rgb(136 19 55 / 0.9); +} +.stroke-rose-900\/95{ + stroke: rgb(136 19 55 / 0.95); +} +.stroke-rose-900\/100{ + stroke: rgb(136 19 55 / 1); +} +.stroke-rose\/0{ + stroke: rgb(244 63 94 / 0); +} +.stroke-rose\/5{ + stroke: rgb(244 63 94 / 0.05); +} +.stroke-rose\/10{ + stroke: rgb(244 63 94 / 0.1); +} +.stroke-rose\/20{ + stroke: rgb(244 63 94 / 0.2); +} +.stroke-rose\/25{ + stroke: rgb(244 63 94 / 0.25); +} +.stroke-rose\/30{ + stroke: rgb(244 63 94 / 0.3); +} +.stroke-rose\/40{ + stroke: rgb(244 63 94 / 0.4); +} +.stroke-rose\/50{ + stroke: rgb(244 63 94 / 0.5); +} +.stroke-rose\/60{ + stroke: rgb(244 63 94 / 0.6); +} +.stroke-rose\/70{ + stroke: rgb(244 63 94 / 0.7); +} +.stroke-rose\/75{ + stroke: rgb(244 63 94 / 0.75); +} +.stroke-rose\/80{ + stroke: rgb(244 63 94 / 0.8); +} +.stroke-rose\/90{ + stroke: rgb(244 63 94 / 0.9); +} +.stroke-rose\/95{ + stroke: rgb(244 63 94 / 0.95); +} +.stroke-rose\/100{ + stroke: rgb(244 63 94 / 1); +} +.stroke-lilac-100\/0{ + stroke: rgb(245 247 250 / 0); +} +.stroke-lilac-100\/5{ + stroke: rgb(245 247 250 / 0.05); +} +.stroke-lilac-100\/10{ + stroke: rgb(245 247 250 / 0.1); +} +.stroke-lilac-100\/20{ + stroke: rgb(245 247 250 / 0.2); +} +.stroke-lilac-100\/25{ + stroke: rgb(245 247 250 / 0.25); +} +.stroke-lilac-100\/30{ + stroke: rgb(245 247 250 / 0.3); +} +.stroke-lilac-100\/40{ + stroke: rgb(245 247 250 / 0.4); +} +.stroke-lilac-100\/50{ + stroke: rgb(245 247 250 / 0.5); +} +.stroke-lilac-100\/60{ + stroke: rgb(245 247 250 / 0.6); +} +.stroke-lilac-100\/70{ + stroke: rgb(245 247 250 / 0.7); +} +.stroke-lilac-100\/75{ + stroke: rgb(245 247 250 / 0.75); +} +.stroke-lilac-100\/80{ + stroke: rgb(245 247 250 / 0.8); +} +.stroke-lilac-100\/90{ + stroke: rgb(245 247 250 / 0.9); +} +.stroke-lilac-100\/95{ + stroke: rgb(245 247 250 / 0.95); +} +.stroke-lilac-100\/100{ + stroke: rgb(245 247 250 / 1); +} +.stroke-lilac-300\/0{ + stroke: rgb(237 240 252 / 0); +} +.stroke-lilac-300\/5{ + stroke: rgb(237 240 252 / 0.05); +} +.stroke-lilac-300\/10{ + stroke: rgb(237 240 252 / 0.1); +} +.stroke-lilac-300\/20{ + stroke: rgb(237 240 252 / 0.2); +} +.stroke-lilac-300\/25{ + stroke: rgb(237 240 252 / 0.25); +} +.stroke-lilac-300\/30{ + stroke: rgb(237 240 252 / 0.3); +} +.stroke-lilac-300\/40{ + stroke: rgb(237 240 252 / 0.4); +} +.stroke-lilac-300\/50{ + stroke: rgb(237 240 252 / 0.5); +} +.stroke-lilac-300\/60{ + stroke: rgb(237 240 252 / 0.6); +} +.stroke-lilac-300\/70{ + stroke: rgb(237 240 252 / 0.7); +} +.stroke-lilac-300\/75{ + stroke: rgb(237 240 252 / 0.75); +} +.stroke-lilac-300\/80{ + stroke: rgb(237 240 252 / 0.8); +} +.stroke-lilac-300\/90{ + stroke: rgb(237 240 252 / 0.9); +} +.stroke-lilac-300\/95{ + stroke: rgb(237 240 252 / 0.95); +} +.stroke-lilac-300\/100{ + stroke: rgb(237 240 252 / 1); +} +.stroke-lilac-900\/0{ + stroke: rgb(220 226 249 / 0); +} +.stroke-lilac-900\/5{ + stroke: rgb(220 226 249 / 0.05); +} +.stroke-lilac-900\/10{ + stroke: rgb(220 226 249 / 0.1); +} +.stroke-lilac-900\/20{ + stroke: rgb(220 226 249 / 0.2); +} +.stroke-lilac-900\/25{ + stroke: rgb(220 226 249 / 0.25); +} +.stroke-lilac-900\/30{ + stroke: rgb(220 226 249 / 0.3); +} +.stroke-lilac-900\/40{ + stroke: rgb(220 226 249 / 0.4); +} +.stroke-lilac-900\/50{ + stroke: rgb(220 226 249 / 0.5); +} +.stroke-lilac-900\/60{ + stroke: rgb(220 226 249 / 0.6); +} +.stroke-lilac-900\/70{ + stroke: rgb(220 226 249 / 0.7); +} +.stroke-lilac-900\/75{ + stroke: rgb(220 226 249 / 0.75); +} +.stroke-lilac-900\/80{ + stroke: rgb(220 226 249 / 0.8); +} +.stroke-lilac-900\/90{ + stroke: rgb(220 226 249 / 0.9); +} +.stroke-lilac-900\/95{ + stroke: rgb(220 226 249 / 0.95); +} +.stroke-lilac-900\/100{ + stroke: rgb(220 226 249 / 1); +} +.stroke-lilac\/0{ + stroke: rgb(248 249 254 / 0); +} +.stroke-lilac\/5{ + stroke: rgb(248 249 254 / 0.05); +} +.stroke-lilac\/10{ + stroke: rgb(248 249 254 / 0.1); +} +.stroke-lilac\/20{ + stroke: rgb(248 249 254 / 0.2); +} +.stroke-lilac\/25{ + stroke: rgb(248 249 254 / 0.25); +} +.stroke-lilac\/30{ + stroke: rgb(248 249 254 / 0.3); +} +.stroke-lilac\/40{ + stroke: rgb(248 249 254 / 0.4); +} +.stroke-lilac\/50{ + stroke: rgb(248 249 254 / 0.5); +} +.stroke-lilac\/60{ + stroke: rgb(248 249 254 / 0.6); +} +.stroke-lilac\/70{ + stroke: rgb(248 249 254 / 0.7); +} +.stroke-lilac\/75{ + stroke: rgb(248 249 254 / 0.75); +} +.stroke-lilac\/80{ + stroke: rgb(248 249 254 / 0.8); +} +.stroke-lilac\/90{ + stroke: rgb(248 249 254 / 0.9); +} +.stroke-lilac\/95{ + stroke: rgb(248 249 254 / 0.95); +} +.stroke-lilac\/100{ + stroke: rgb(248 249 254 / 1); +} +.stroke-golden-900\/0{ + stroke: rgb(191 184 130 / 0); +} +.stroke-golden-900\/5{ + stroke: rgb(191 184 130 / 0.05); +} +.stroke-golden-900\/10{ + stroke: rgb(191 184 130 / 0.1); +} +.stroke-golden-900\/20{ + stroke: rgb(191 184 130 / 0.2); +} +.stroke-golden-900\/25{ + stroke: rgb(191 184 130 / 0.25); +} +.stroke-golden-900\/30{ + stroke: rgb(191 184 130 / 0.3); +} +.stroke-golden-900\/40{ + stroke: rgb(191 184 130 / 0.4); +} +.stroke-golden-900\/50{ + stroke: rgb(191 184 130 / 0.5); +} +.stroke-golden-900\/60{ + stroke: rgb(191 184 130 / 0.6); +} +.stroke-golden-900\/70{ + stroke: rgb(191 184 130 / 0.7); +} +.stroke-golden-900\/75{ + stroke: rgb(191 184 130 / 0.75); +} +.stroke-golden-900\/80{ + stroke: rgb(191 184 130 / 0.8); +} +.stroke-golden-900\/90{ + stroke: rgb(191 184 130 / 0.9); +} +.stroke-golden-900\/95{ + stroke: rgb(191 184 130 / 0.95); +} +.stroke-golden-900\/100{ + stroke: rgb(191 184 130 / 1); +} +.stroke-golden\/0{ + stroke: rgb(209 201 137 / 0); +} +.stroke-golden\/5{ + stroke: rgb(209 201 137 / 0.05); +} +.stroke-golden\/10{ + stroke: rgb(209 201 137 / 0.1); +} +.stroke-golden\/20{ + stroke: rgb(209 201 137 / 0.2); +} +.stroke-golden\/25{ + stroke: rgb(209 201 137 / 0.25); +} +.stroke-golden\/30{ + stroke: rgb(209 201 137 / 0.3); +} +.stroke-golden\/40{ + stroke: rgb(209 201 137 / 0.4); +} +.stroke-golden\/50{ + stroke: rgb(209 201 137 / 0.5); +} +.stroke-golden\/60{ + stroke: rgb(209 201 137 / 0.6); +} +.stroke-golden\/70{ + stroke: rgb(209 201 137 / 0.7); +} +.stroke-golden\/75{ + stroke: rgb(209 201 137 / 0.75); +} +.stroke-golden\/80{ + stroke: rgb(209 201 137 / 0.8); +} +.stroke-golden\/90{ + stroke: rgb(209 201 137 / 0.9); +} +.stroke-golden\/95{ + stroke: rgb(209 201 137 / 0.95); +} +.stroke-golden\/100{ + stroke: rgb(209 201 137 / 1); +} +.stroke-status-success\/0{ + stroke: rgb(241 246 238 / 0); +} +.stroke-status-success\/5{ + stroke: rgb(241 246 238 / 0.05); +} +.stroke-status-success\/10{ + stroke: rgb(241 246 238 / 0.1); +} +.stroke-status-success\/20{ + stroke: rgb(241 246 238 / 0.2); +} +.stroke-status-success\/25{ + stroke: rgb(241 246 238 / 0.25); +} +.stroke-status-success\/30{ + stroke: rgb(241 246 238 / 0.3); +} +.stroke-status-success\/40{ + stroke: rgb(241 246 238 / 0.4); +} +.stroke-status-success\/50{ + stroke: rgb(241 246 238 / 0.5); +} +.stroke-status-success\/60{ + stroke: rgb(241 246 238 / 0.6); +} +.stroke-status-success\/70{ + stroke: rgb(241 246 238 / 0.7); +} +.stroke-status-success\/75{ + stroke: rgb(241 246 238 / 0.75); +} +.stroke-status-success\/80{ + stroke: rgb(241 246 238 / 0.8); +} +.stroke-status-success\/90{ + stroke: rgb(241 246 238 / 0.9); +} +.stroke-status-success\/95{ + stroke: rgb(241 246 238 / 0.95); +} +.stroke-status-success\/100{ + stroke: rgb(241 246 238 / 1); +} +.stroke-status-danger\/0{ + stroke: rgb(250 230 230 / 0); +} +.stroke-status-danger\/5{ + stroke: rgb(250 230 230 / 0.05); +} +.stroke-status-danger\/10{ + stroke: rgb(250 230 230 / 0.1); +} +.stroke-status-danger\/20{ + stroke: rgb(250 230 230 / 0.2); +} +.stroke-status-danger\/25{ + stroke: rgb(250 230 230 / 0.25); +} +.stroke-status-danger\/30{ + stroke: rgb(250 230 230 / 0.3); +} +.stroke-status-danger\/40{ + stroke: rgb(250 230 230 / 0.4); +} +.stroke-status-danger\/50{ + stroke: rgb(250 230 230 / 0.5); +} +.stroke-status-danger\/60{ + stroke: rgb(250 230 230 / 0.6); +} +.stroke-status-danger\/70{ + stroke: rgb(250 230 230 / 0.7); +} +.stroke-status-danger\/75{ + stroke: rgb(250 230 230 / 0.75); +} +.stroke-status-danger\/80{ + stroke: rgb(250 230 230 / 0.8); +} +.stroke-status-danger\/90{ + stroke: rgb(250 230 230 / 0.9); +} +.stroke-status-danger\/95{ + stroke: rgb(250 230 230 / 0.95); +} +.stroke-status-danger\/100{ + stroke: rgb(250 230 230 / 1); +} +.stroke-status-sent\/0{ + stroke: rgb(254 245 231 / 0); +} +.stroke-status-sent\/5{ + stroke: rgb(254 245 231 / 0.05); +} +.stroke-status-sent\/10{ + stroke: rgb(254 245 231 / 0.1); +} +.stroke-status-sent\/20{ + stroke: rgb(254 245 231 / 0.2); +} +.stroke-status-sent\/25{ + stroke: rgb(254 245 231 / 0.25); +} +.stroke-status-sent\/30{ + stroke: rgb(254 245 231 / 0.3); +} +.stroke-status-sent\/40{ + stroke: rgb(254 245 231 / 0.4); +} +.stroke-status-sent\/50{ + stroke: rgb(254 245 231 / 0.5); +} +.stroke-status-sent\/60{ + stroke: rgb(254 245 231 / 0.6); +} +.stroke-status-sent\/70{ + stroke: rgb(254 245 231 / 0.7); +} +.stroke-status-sent\/75{ + stroke: rgb(254 245 231 / 0.75); +} +.stroke-status-sent\/80{ + stroke: rgb(254 245 231 / 0.8); +} +.stroke-status-sent\/90{ + stroke: rgb(254 245 231 / 0.9); +} +.stroke-status-sent\/95{ + stroke: rgb(254 245 231 / 0.95); +} +.stroke-status-sent\/100{ + stroke: rgb(254 245 231 / 1); +} +.stroke-status-viewed\/0{ + stroke: rgb(238 238 243 / 0); +} +.stroke-status-viewed\/5{ + stroke: rgb(238 238 243 / 0.05); +} +.stroke-status-viewed\/10{ + stroke: rgb(238 238 243 / 0.1); +} +.stroke-status-viewed\/20{ + stroke: rgb(238 238 243 / 0.2); +} +.stroke-status-viewed\/25{ + stroke: rgb(238 238 243 / 0.25); +} +.stroke-status-viewed\/30{ + stroke: rgb(238 238 243 / 0.3); +} +.stroke-status-viewed\/40{ + stroke: rgb(238 238 243 / 0.4); +} +.stroke-status-viewed\/50{ + stroke: rgb(238 238 243 / 0.5); +} +.stroke-status-viewed\/60{ + stroke: rgb(238 238 243 / 0.6); +} +.stroke-status-viewed\/70{ + stroke: rgb(238 238 243 / 0.7); +} +.stroke-status-viewed\/75{ + stroke: rgb(238 238 243 / 0.75); +} +.stroke-status-viewed\/80{ + stroke: rgb(238 238 243 / 0.8); +} +.stroke-status-viewed\/90{ + stroke: rgb(238 238 243 / 0.9); +} +.stroke-status-viewed\/95{ + stroke: rgb(238 238 243 / 0.95); +} +.stroke-status-viewed\/100{ + stroke: rgb(238 238 243 / 1); +} +.stroke-status-draft\/0{ + stroke: rgb(236 236 236 / 0); +} +.stroke-status-draft\/5{ + stroke: rgb(236 236 236 / 0.05); +} +.stroke-status-draft\/10{ + stroke: rgb(236 236 236 / 0.1); +} +.stroke-status-draft\/20{ + stroke: rgb(236 236 236 / 0.2); +} +.stroke-status-draft\/25{ + stroke: rgb(236 236 236 / 0.25); +} +.stroke-status-draft\/30{ + stroke: rgb(236 236 236 / 0.3); +} +.stroke-status-draft\/40{ + stroke: rgb(236 236 236 / 0.4); +} +.stroke-status-draft\/50{ + stroke: rgb(236 236 236 / 0.5); +} +.stroke-status-draft\/60{ + stroke: rgb(236 236 236 / 0.6); +} +.stroke-status-draft\/70{ + stroke: rgb(236 236 236 / 0.7); +} +.stroke-status-draft\/75{ + stroke: rgb(236 236 236 / 0.75); +} +.stroke-status-draft\/80{ + stroke: rgb(236 236 236 / 0.8); +} +.stroke-status-draft\/90{ + stroke: rgb(236 236 236 / 0.9); +} +.stroke-status-draft\/95{ + stroke: rgb(236 236 236 / 0.95); +} +.stroke-status-draft\/100{ + stroke: rgb(236 236 236 / 1); +} +.stroke-status-partial\/0{ + stroke: rgb(230 241 246 / 0); +} +.stroke-status-partial\/5{ + stroke: rgb(230 241 246 / 0.05); +} +.stroke-status-partial\/10{ + stroke: rgb(230 241 246 / 0.1); +} +.stroke-status-partial\/20{ + stroke: rgb(230 241 246 / 0.2); +} +.stroke-status-partial\/25{ + stroke: rgb(230 241 246 / 0.25); +} +.stroke-status-partial\/30{ + stroke: rgb(230 241 246 / 0.3); +} +.stroke-status-partial\/40{ + stroke: rgb(230 241 246 / 0.4); +} +.stroke-status-partial\/50{ + stroke: rgb(230 241 246 / 0.5); +} +.stroke-status-partial\/60{ + stroke: rgb(230 241 246 / 0.6); +} +.stroke-status-partial\/70{ + stroke: rgb(230 241 246 / 0.7); +} +.stroke-status-partial\/75{ + stroke: rgb(230 241 246 / 0.75); +} +.stroke-status-partial\/80{ + stroke: rgb(230 241 246 / 0.8); +} +.stroke-status-partial\/90{ + stroke: rgb(230 241 246 / 0.9); +} +.stroke-status-partial\/95{ + stroke: rgb(230 241 246 / 0.95); +} +.stroke-status-partial\/100{ + stroke: rgb(230 241 246 / 1); +} +.stroke-status-canceled\/0{ + stroke: rgb(40 40 40 / 0); +} +.stroke-status-canceled\/5{ + stroke: rgb(40 40 40 / 0.05); +} +.stroke-status-canceled\/10{ + stroke: rgb(40 40 40 / 0.1); +} +.stroke-status-canceled\/20{ + stroke: rgb(40 40 40 / 0.2); +} +.stroke-status-canceled\/25{ + stroke: rgb(40 40 40 / 0.25); +} +.stroke-status-canceled\/30{ + stroke: rgb(40 40 40 / 0.3); +} +.stroke-status-canceled\/40{ + stroke: rgb(40 40 40 / 0.4); +} +.stroke-status-canceled\/50{ + stroke: rgb(40 40 40 / 0.5); +} +.stroke-status-canceled\/60{ + stroke: rgb(40 40 40 / 0.6); +} +.stroke-status-canceled\/70{ + stroke: rgb(40 40 40 / 0.7); +} +.stroke-status-canceled\/75{ + stroke: rgb(40 40 40 / 0.75); +} +.stroke-status-canceled\/80{ + stroke: rgb(40 40 40 / 0.8); +} +.stroke-status-canceled\/90{ + stroke: rgb(40 40 40 / 0.9); +} +.stroke-status-canceled\/95{ + stroke: rgb(40 40 40 / 0.95); +} +.stroke-status-canceled\/100{ + stroke: rgb(40 40 40 / 1); +} +.stroke-status-warning\/0{ + stroke: rgb(254 245 231 / 0); +} +.stroke-status-warning\/5{ + stroke: rgb(254 245 231 / 0.05); +} +.stroke-status-warning\/10{ + stroke: rgb(254 245 231 / 0.1); +} +.stroke-status-warning\/20{ + stroke: rgb(254 245 231 / 0.2); +} +.stroke-status-warning\/25{ + stroke: rgb(254 245 231 / 0.25); +} +.stroke-status-warning\/30{ + stroke: rgb(254 245 231 / 0.3); +} +.stroke-status-warning\/40{ + stroke: rgb(254 245 231 / 0.4); +} +.stroke-status-warning\/50{ + stroke: rgb(254 245 231 / 0.5); +} +.stroke-status-warning\/60{ + stroke: rgb(254 245 231 / 0.6); +} +.stroke-status-warning\/70{ + stroke: rgb(254 245 231 / 0.7); +} +.stroke-status-warning\/75{ + stroke: rgb(254 245 231 / 0.75); +} +.stroke-status-warning\/80{ + stroke: rgb(254 245 231 / 0.8); +} +.stroke-status-warning\/90{ + stroke: rgb(254 245 231 / 0.9); +} +.stroke-status-warning\/95{ + stroke: rgb(254 245 231 / 0.95); +} +.stroke-status-warning\/100{ + stroke: rgb(254 245 231 / 1); +} +.stroke-text-status-success\/0{ + stroke: rgb(99 145 74 / 0); +} +.stroke-text-status-success\/5{ + stroke: rgb(99 145 74 / 0.05); +} +.stroke-text-status-success\/10{ + stroke: rgb(99 145 74 / 0.1); +} +.stroke-text-status-success\/20{ + stroke: rgb(99 145 74 / 0.2); +} +.stroke-text-status-success\/25{ + stroke: rgb(99 145 74 / 0.25); +} +.stroke-text-status-success\/30{ + stroke: rgb(99 145 74 / 0.3); +} +.stroke-text-status-success\/40{ + stroke: rgb(99 145 74 / 0.4); +} +.stroke-text-status-success\/50{ + stroke: rgb(99 145 74 / 0.5); +} +.stroke-text-status-success\/60{ + stroke: rgb(99 145 74 / 0.6); +} +.stroke-text-status-success\/70{ + stroke: rgb(99 145 74 / 0.7); +} +.stroke-text-status-success\/75{ + stroke: rgb(99 145 74 / 0.75); +} +.stroke-text-status-success\/80{ + stroke: rgb(99 145 74 / 0.8); +} +.stroke-text-status-success\/90{ + stroke: rgb(99 145 74 / 0.9); +} +.stroke-text-status-success\/95{ + stroke: rgb(99 145 74 / 0.95); +} +.stroke-text-status-success\/100{ + stroke: rgb(99 145 74 / 1); +} +.stroke-text-status-danger\/0{ + stroke: rgb(184 0 0 / 0); +} +.stroke-text-status-danger\/5{ + stroke: rgb(184 0 0 / 0.05); +} +.stroke-text-status-danger\/10{ + stroke: rgb(184 0 0 / 0.1); +} +.stroke-text-status-danger\/20{ + stroke: rgb(184 0 0 / 0.2); +} +.stroke-text-status-danger\/25{ + stroke: rgb(184 0 0 / 0.25); +} +.stroke-text-status-danger\/30{ + stroke: rgb(184 0 0 / 0.3); +} +.stroke-text-status-danger\/40{ + stroke: rgb(184 0 0 / 0.4); +} +.stroke-text-status-danger\/50{ + stroke: rgb(184 0 0 / 0.5); +} +.stroke-text-status-danger\/60{ + stroke: rgb(184 0 0 / 0.6); +} +.stroke-text-status-danger\/70{ + stroke: rgb(184 0 0 / 0.7); +} +.stroke-text-status-danger\/75{ + stroke: rgb(184 0 0 / 0.75); +} +.stroke-text-status-danger\/80{ + stroke: rgb(184 0 0 / 0.8); +} +.stroke-text-status-danger\/90{ + stroke: rgb(184 0 0 / 0.9); +} +.stroke-text-status-danger\/95{ + stroke: rgb(184 0 0 / 0.95); +} +.stroke-text-status-danger\/100{ + stroke: rgb(184 0 0 / 1); +} +.stroke-text-status-sent\/0{ + stroke: rgb(221 142 10 / 0); +} +.stroke-text-status-sent\/5{ + stroke: rgb(221 142 10 / 0.05); +} +.stroke-text-status-sent\/10{ + stroke: rgb(221 142 10 / 0.1); +} +.stroke-text-status-sent\/20{ + stroke: rgb(221 142 10 / 0.2); +} +.stroke-text-status-sent\/25{ + stroke: rgb(221 142 10 / 0.25); +} +.stroke-text-status-sent\/30{ + stroke: rgb(221 142 10 / 0.3); +} +.stroke-text-status-sent\/40{ + stroke: rgb(221 142 10 / 0.4); +} +.stroke-text-status-sent\/50{ + stroke: rgb(221 142 10 / 0.5); +} +.stroke-text-status-sent\/60{ + stroke: rgb(221 142 10 / 0.6); +} +.stroke-text-status-sent\/70{ + stroke: rgb(221 142 10 / 0.7); +} +.stroke-text-status-sent\/75{ + stroke: rgb(221 142 10 / 0.75); +} +.stroke-text-status-sent\/80{ + stroke: rgb(221 142 10 / 0.8); +} +.stroke-text-status-sent\/90{ + stroke: rgb(221 142 10 / 0.9); +} +.stroke-text-status-sent\/95{ + stroke: rgb(221 142 10 / 0.95); +} +.stroke-text-status-sent\/100{ + stroke: rgb(221 142 10 / 1); +} +.stroke-text-status-viewed\/0{ + stroke: rgb(77 79 125 / 0); +} +.stroke-text-status-viewed\/5{ + stroke: rgb(77 79 125 / 0.05); +} +.stroke-text-status-viewed\/10{ + stroke: rgb(77 79 125 / 0.1); +} +.stroke-text-status-viewed\/20{ + stroke: rgb(77 79 125 / 0.2); +} +.stroke-text-status-viewed\/25{ + stroke: rgb(77 79 125 / 0.25); +} +.stroke-text-status-viewed\/30{ + stroke: rgb(77 79 125 / 0.3); +} +.stroke-text-status-viewed\/40{ + stroke: rgb(77 79 125 / 0.4); +} +.stroke-text-status-viewed\/50{ + stroke: rgb(77 79 125 / 0.5); +} +.stroke-text-status-viewed\/60{ + stroke: rgb(77 79 125 / 0.6); +} +.stroke-text-status-viewed\/70{ + stroke: rgb(77 79 125 / 0.7); +} +.stroke-text-status-viewed\/75{ + stroke: rgb(77 79 125 / 0.75); +} +.stroke-text-status-viewed\/80{ + stroke: rgb(77 79 125 / 0.8); +} +.stroke-text-status-viewed\/90{ + stroke: rgb(77 79 125 / 0.9); +} +.stroke-text-status-viewed\/95{ + stroke: rgb(77 79 125 / 0.95); +} +.stroke-text-status-viewed\/100{ + stroke: rgb(77 79 125 / 1); +} +.stroke-text-status-draft\/0{ + stroke: rgb(59 59 59 / 0); +} +.stroke-text-status-draft\/5{ + stroke: rgb(59 59 59 / 0.05); +} +.stroke-text-status-draft\/10{ + stroke: rgb(59 59 59 / 0.1); +} +.stroke-text-status-draft\/20{ + stroke: rgb(59 59 59 / 0.2); +} +.stroke-text-status-draft\/25{ + stroke: rgb(59 59 59 / 0.25); +} +.stroke-text-status-draft\/30{ + stroke: rgb(59 59 59 / 0.3); +} +.stroke-text-status-draft\/40{ + stroke: rgb(59 59 59 / 0.4); +} +.stroke-text-status-draft\/50{ + stroke: rgb(59 59 59 / 0.5); +} +.stroke-text-status-draft\/60{ + stroke: rgb(59 59 59 / 0.6); +} +.stroke-text-status-draft\/70{ + stroke: rgb(59 59 59 / 0.7); +} +.stroke-text-status-draft\/75{ + stroke: rgb(59 59 59 / 0.75); +} +.stroke-text-status-draft\/80{ + stroke: rgb(59 59 59 / 0.8); +} +.stroke-text-status-draft\/90{ + stroke: rgb(59 59 59 / 0.9); +} +.stroke-text-status-draft\/95{ + stroke: rgb(59 59 59 / 0.95); +} +.stroke-text-status-draft\/100{ + stroke: rgb(59 59 59 / 1); +} +.stroke-text-status-partial\/0{ + stroke: rgb(0 99 149 / 0); +} +.stroke-text-status-partial\/5{ + stroke: rgb(0 99 149 / 0.05); +} +.stroke-text-status-partial\/10{ + stroke: rgb(0 99 149 / 0.1); +} +.stroke-text-status-partial\/20{ + stroke: rgb(0 99 149 / 0.2); +} +.stroke-text-status-partial\/25{ + stroke: rgb(0 99 149 / 0.25); +} +.stroke-text-status-partial\/30{ + stroke: rgb(0 99 149 / 0.3); +} +.stroke-text-status-partial\/40{ + stroke: rgb(0 99 149 / 0.4); +} +.stroke-text-status-partial\/50{ + stroke: rgb(0 99 149 / 0.5); +} +.stroke-text-status-partial\/60{ + stroke: rgb(0 99 149 / 0.6); +} +.stroke-text-status-partial\/70{ + stroke: rgb(0 99 149 / 0.7); +} +.stroke-text-status-partial\/75{ + stroke: rgb(0 99 149 / 0.75); +} +.stroke-text-status-partial\/80{ + stroke: rgb(0 99 149 / 0.8); +} +.stroke-text-status-partial\/90{ + stroke: rgb(0 99 149 / 0.9); +} +.stroke-text-status-partial\/95{ + stroke: rgb(0 99 149 / 0.95); +} +.stroke-text-status-partial\/100{ + stroke: rgb(0 99 149 / 1); +} +.stroke-text-status-canceled\/0{ + stroke: rgb(255 255 255 / 0); +} +.stroke-text-status-canceled\/5{ + stroke: rgb(255 255 255 / 0.05); +} +.stroke-text-status-canceled\/10{ + stroke: rgb(255 255 255 / 0.1); +} +.stroke-text-status-canceled\/20{ + stroke: rgb(255 255 255 / 0.2); +} +.stroke-text-status-canceled\/25{ + stroke: rgb(255 255 255 / 0.25); +} +.stroke-text-status-canceled\/30{ + stroke: rgb(255 255 255 / 0.3); +} +.stroke-text-status-canceled\/40{ + stroke: rgb(255 255 255 / 0.4); +} +.stroke-text-status-canceled\/50{ + stroke: rgb(255 255 255 / 0.5); +} +.stroke-text-status-canceled\/60{ + stroke: rgb(255 255 255 / 0.6); +} +.stroke-text-status-canceled\/70{ + stroke: rgb(255 255 255 / 0.7); +} +.stroke-text-status-canceled\/75{ + stroke: rgb(255 255 255 / 0.75); +} +.stroke-text-status-canceled\/80{ + stroke: rgb(255 255 255 / 0.8); +} +.stroke-text-status-canceled\/90{ + stroke: rgb(255 255 255 / 0.9); +} +.stroke-text-status-canceled\/95{ + stroke: rgb(255 255 255 / 0.95); +} +.stroke-text-status-canceled\/100{ + stroke: rgb(255 255 255 / 1); +} +.stroke-text-status-warning\/0{ + stroke: rgb(184 119 8 / 0); +} +.stroke-text-status-warning\/5{ + stroke: rgb(184 119 8 / 0.05); +} +.stroke-text-status-warning\/10{ + stroke: rgb(184 119 8 / 0.1); +} +.stroke-text-status-warning\/20{ + stroke: rgb(184 119 8 / 0.2); +} +.stroke-text-status-warning\/25{ + stroke: rgb(184 119 8 / 0.25); +} +.stroke-text-status-warning\/30{ + stroke: rgb(184 119 8 / 0.3); +} +.stroke-text-status-warning\/40{ + stroke: rgb(184 119 8 / 0.4); +} +.stroke-text-status-warning\/50{ + stroke: rgb(184 119 8 / 0.5); +} +.stroke-text-status-warning\/60{ + stroke: rgb(184 119 8 / 0.6); +} +.stroke-text-status-warning\/70{ + stroke: rgb(184 119 8 / 0.7); +} +.stroke-text-status-warning\/75{ + stroke: rgb(184 119 8 / 0.75); +} +.stroke-text-status-warning\/80{ + stroke: rgb(184 119 8 / 0.8); +} +.stroke-text-status-warning\/90{ + stroke: rgb(184 119 8 / 0.9); +} +.stroke-text-status-warning\/95{ + stroke: rgb(184 119 8 / 0.95); +} +.stroke-text-status-warning\/100{ + stroke: rgb(184 119 8 / 1); +} +.stroke-body\/0{ + stroke: rgb(252 252 252 / 0); +} +.stroke-body\/5{ + stroke: rgb(252 252 252 / 0.05); +} +.stroke-body\/10{ + stroke: rgb(252 252 252 / 0.1); +} +.stroke-body\/20{ + stroke: rgb(252 252 252 / 0.2); +} +.stroke-body\/25{ + stroke: rgb(252 252 252 / 0.25); +} +.stroke-body\/30{ + stroke: rgb(252 252 252 / 0.3); +} +.stroke-body\/40{ + stroke: rgb(252 252 252 / 0.4); +} +.stroke-body\/50{ + stroke: rgb(252 252 252 / 0.5); +} +.stroke-body\/60{ + stroke: rgb(252 252 252 / 0.6); +} +.stroke-body\/70{ + stroke: rgb(252 252 252 / 0.7); +} +.stroke-body\/75{ + stroke: rgb(252 252 252 / 0.75); +} +.stroke-body\/80{ + stroke: rgb(252 252 252 / 0.8); +} +.stroke-body\/90{ + stroke: rgb(252 252 252 / 0.9); +} +.stroke-body\/95{ + stroke: rgb(252 252 252 / 0.95); +} +.stroke-body\/100{ + stroke: rgb(252 252 252 / 1); +} +.stroke-light-gray\/0{ + stroke: rgb(199 201 217 / 0); +} +.stroke-light-gray\/5{ + stroke: rgb(199 201 217 / 0.05); +} +.stroke-light-gray\/10{ + stroke: rgb(199 201 217 / 0.1); +} +.stroke-light-gray\/20{ + stroke: rgb(199 201 217 / 0.2); +} +.stroke-light-gray\/25{ + stroke: rgb(199 201 217 / 0.25); +} +.stroke-light-gray\/30{ + stroke: rgb(199 201 217 / 0.3); +} +.stroke-light-gray\/40{ + stroke: rgb(199 201 217 / 0.4); +} +.stroke-light-gray\/50{ + stroke: rgb(199 201 217 / 0.5); +} +.stroke-light-gray\/60{ + stroke: rgb(199 201 217 / 0.6); +} +.stroke-light-gray\/70{ + stroke: rgb(199 201 217 / 0.7); +} +.stroke-light-gray\/75{ + stroke: rgb(199 201 217 / 0.75); +} +.stroke-light-gray\/80{ + stroke: rgb(199 201 217 / 0.8); +} +.stroke-light-gray\/90{ + stroke: rgb(199 201 217 / 0.9); +} +.stroke-light-gray\/95{ + stroke: rgb(199 201 217 / 0.95); +} +.stroke-light-gray\/100{ + stroke: rgb(199 201 217 / 1); +} +.stroke-dark-blue\/0{ + stroke: rgb(21 40 75 / 0); +} +.stroke-dark-blue\/5{ + stroke: rgb(21 40 75 / 0.05); +} +.stroke-dark-blue\/10{ + stroke: rgb(21 40 75 / 0.1); +} +.stroke-dark-blue\/20{ + stroke: rgb(21 40 75 / 0.2); +} +.stroke-dark-blue\/25{ + stroke: rgb(21 40 75 / 0.25); +} +.stroke-dark-blue\/30{ + stroke: rgb(21 40 75 / 0.3); +} +.stroke-dark-blue\/40{ + stroke: rgb(21 40 75 / 0.4); +} +.stroke-dark-blue\/50{ + stroke: rgb(21 40 75 / 0.5); +} +.stroke-dark-blue\/60{ + stroke: rgb(21 40 75 / 0.6); +} +.stroke-dark-blue\/70{ + stroke: rgb(21 40 75 / 0.7); +} +.stroke-dark-blue\/75{ + stroke: rgb(21 40 75 / 0.75); +} +.stroke-dark-blue\/80{ + stroke: rgb(21 40 75 / 0.8); +} +.stroke-dark-blue\/90{ + stroke: rgb(21 40 75 / 0.9); +} +.stroke-dark-blue\/95{ + stroke: rgb(21 40 75 / 0.95); +} +.stroke-dark-blue\/100{ + stroke: rgb(21 40 75 / 1); +} +.stroke-lighter-gray\/0{ + stroke: rgb(242 242 245 / 0); +} +.stroke-lighter-gray\/5{ + stroke: rgb(242 242 245 / 0.05); +} +.stroke-lighter-gray\/10{ + stroke: rgb(242 242 245 / 0.1); +} +.stroke-lighter-gray\/20{ + stroke: rgb(242 242 245 / 0.2); +} +.stroke-lighter-gray\/25{ + stroke: rgb(242 242 245 / 0.25); +} +.stroke-lighter-gray\/30{ + stroke: rgb(242 242 245 / 0.3); +} +.stroke-lighter-gray\/40{ + stroke: rgb(242 242 245 / 0.4); +} +.stroke-lighter-gray\/50{ + stroke: rgb(242 242 245 / 0.5); +} +.stroke-lighter-gray\/60{ + stroke: rgb(242 242 245 / 0.6); +} +.stroke-lighter-gray\/70{ + stroke: rgb(242 242 245 / 0.7); +} +.stroke-lighter-gray\/75{ + stroke: rgb(242 242 245 / 0.75); +} +.stroke-lighter-gray\/80{ + stroke: rgb(242 242 245 / 0.8); +} +.stroke-lighter-gray\/90{ + stroke: rgb(242 242 245 / 0.9); +} +.stroke-lighter-gray\/95{ + stroke: rgb(242 242 245 / 0.95); +} +.stroke-lighter-gray\/100{ + stroke: rgb(242 242 245 / 1); +} +.stroke-purple-lighter\/0{ + stroke: rgb(242 244 252 / 0); +} +.stroke-purple-lighter\/5{ + stroke: rgb(242 244 252 / 0.05); +} +.stroke-purple-lighter\/10{ + stroke: rgb(242 244 252 / 0.1); +} +.stroke-purple-lighter\/20{ + stroke: rgb(242 244 252 / 0.2); +} +.stroke-purple-lighter\/25{ + stroke: rgb(242 244 252 / 0.25); +} +.stroke-purple-lighter\/30{ + stroke: rgb(242 244 252 / 0.3); +} +.stroke-purple-lighter\/40{ + stroke: rgb(242 244 252 / 0.4); +} +.stroke-purple-lighter\/50{ + stroke: rgb(242 244 252 / 0.5); +} +.stroke-purple-lighter\/60{ + stroke: rgb(242 244 252 / 0.6); +} +.stroke-purple-lighter\/70{ + stroke: rgb(242 244 252 / 0.7); +} +.stroke-purple-lighter\/75{ + stroke: rgb(242 244 252 / 0.75); +} +.stroke-purple-lighter\/80{ + stroke: rgb(242 244 252 / 0.8); +} +.stroke-purple-lighter\/90{ + stroke: rgb(242 244 252 / 0.9); +} +.stroke-purple-lighter\/95{ + stroke: rgb(242 244 252 / 0.95); +} +.stroke-purple-lighter\/100{ + stroke: rgb(242 244 252 / 1); +} +.stroke-modal-background\/0{ + stroke: rgb(0 0 0 / 0); +} +.stroke-modal-background\/5{ + stroke: rgb(0 0 0 / 0.05); +} +.stroke-modal-background\/10{ + stroke: rgb(0 0 0 / 0.1); +} +.stroke-modal-background\/20{ + stroke: rgb(0 0 0 / 0.2); +} +.stroke-modal-background\/25{ + stroke: rgb(0 0 0 / 0.25); +} +.stroke-modal-background\/30{ + stroke: rgb(0 0 0 / 0.3); +} +.stroke-modal-background\/40{ + stroke: rgb(0 0 0 / 0.4); +} +.stroke-modal-background\/50{ + stroke: rgb(0 0 0 / 0.5); +} +.stroke-modal-background\/60{ + stroke: rgb(0 0 0 / 0.6); +} +.stroke-modal-background\/70{ + stroke: rgb(0 0 0 / 0.7); +} +.stroke-modal-background\/75{ + stroke: rgb(0 0 0 / 0.75); +} +.stroke-modal-background\/80{ + stroke: rgb(0 0 0 / 0.8); +} +.stroke-modal-background\/90{ + stroke: rgb(0 0 0 / 0.9); +} +.stroke-modal-background\/95{ + stroke: rgb(0 0 0 / 0.95); +} +.stroke-modal-background\/100{ + stroke: rgb(0 0 0 / 1); +} +.stroke-testing\/0{ + stroke: rgb(147 95 7 / 0); +} +.stroke-testing\/5{ + stroke: rgb(147 95 7 / 0.05); +} +.stroke-testing\/10{ + stroke: rgb(147 95 7 / 0.1); +} +.stroke-testing\/20{ + stroke: rgb(147 95 7 / 0.2); +} +.stroke-testing\/25{ + stroke: rgb(147 95 7 / 0.25); +} +.stroke-testing\/30{ + stroke: rgb(147 95 7 / 0.3); +} +.stroke-testing\/40{ + stroke: rgb(147 95 7 / 0.4); +} +.stroke-testing\/50{ + stroke: rgb(147 95 7 / 0.5); +} +.stroke-testing\/60{ + stroke: rgb(147 95 7 / 0.6); +} +.stroke-testing\/70{ + stroke: rgb(147 95 7 / 0.7); +} +.stroke-testing\/75{ + stroke: rgb(147 95 7 / 0.75); +} +.stroke-testing\/80{ + stroke: rgb(147 95 7 / 0.8); +} +.stroke-testing\/90{ + stroke: rgb(147 95 7 / 0.9); +} +.stroke-testing\/95{ + stroke: rgb(147 95 7 / 0.95); +} +.stroke-testing\/100{ + stroke: rgb(147 95 7 / 1); +} .stroke-0{ stroke-width: 0; } @@ -31698,6 +221843,12 @@ input[type="date"]::-webkit-inner-spin-button, .text-justify{ text-align: justify; } +.text-start{ + text-align: start; +} +.text-end{ + text-align: end; +} .indent-0{ text-indent: 0px; } @@ -33281,6 +223432,12066 @@ input[type="date"]::-webkit-inner-spin-button, --tw-text-opacity: 1; color: rgb(147 95 7 / var(--tw-text-opacity)); } +.text-transparent\/0{ + color: rgb(0 0 0 / 0); +} +.text-transparent\/5{ + color: rgb(0 0 0 / 0.05); +} +.text-transparent\/10{ + color: rgb(0 0 0 / 0.1); +} +.text-transparent\/20{ + color: rgb(0 0 0 / 0.2); +} +.text-transparent\/25{ + color: rgb(0 0 0 / 0.25); +} +.text-transparent\/30{ + color: rgb(0 0 0 / 0.3); +} +.text-transparent\/40{ + color: rgb(0 0 0 / 0.4); +} +.text-transparent\/50{ + color: rgb(0 0 0 / 0.5); +} +.text-transparent\/60{ + color: rgb(0 0 0 / 0.6); +} +.text-transparent\/70{ + color: rgb(0 0 0 / 0.7); +} +.text-transparent\/75{ + color: rgb(0 0 0 / 0.75); +} +.text-transparent\/80{ + color: rgb(0 0 0 / 0.8); +} +.text-transparent\/90{ + color: rgb(0 0 0 / 0.9); +} +.text-transparent\/95{ + color: rgb(0 0 0 / 0.95); +} +.text-transparent\/100{ + color: rgb(0 0 0 / 1); +} +.text-black-50\/0{ + color: rgb(246 246 246 / 0); +} +.text-black-50\/5{ + color: rgb(246 246 246 / 0.05); +} +.text-black-50\/10{ + color: rgb(246 246 246 / 0.1); +} +.text-black-50\/20{ + color: rgb(246 246 246 / 0.2); +} +.text-black-50\/25{ + color: rgb(246 246 246 / 0.25); +} +.text-black-50\/30{ + color: rgb(246 246 246 / 0.3); +} +.text-black-50\/40{ + color: rgb(246 246 246 / 0.4); +} +.text-black-50\/50{ + color: rgb(246 246 246 / 0.5); +} +.text-black-50\/60{ + color: rgb(246 246 246 / 0.6); +} +.text-black-50\/70{ + color: rgb(246 246 246 / 0.7); +} +.text-black-50\/75{ + color: rgb(246 246 246 / 0.75); +} +.text-black-50\/80{ + color: rgb(246 246 246 / 0.8); +} +.text-black-50\/90{ + color: rgb(246 246 246 / 0.9); +} +.text-black-50\/95{ + color: rgb(246 246 246 / 0.95); +} +.text-black-50\/100{ + color: rgb(246 246 246 / 1); +} +.text-black-100\/0{ + color: rgb(236 236 236 / 0); +} +.text-black-100\/5{ + color: rgb(236 236 236 / 0.05); +} +.text-black-100\/10{ + color: rgb(236 236 236 / 0.1); +} +.text-black-100\/20{ + color: rgb(236 236 236 / 0.2); +} +.text-black-100\/25{ + color: rgb(236 236 236 / 0.25); +} +.text-black-100\/30{ + color: rgb(236 236 236 / 0.3); +} +.text-black-100\/40{ + color: rgb(236 236 236 / 0.4); +} +.text-black-100\/50{ + color: rgb(236 236 236 / 0.5); +} +.text-black-100\/60{ + color: rgb(236 236 236 / 0.6); +} +.text-black-100\/70{ + color: rgb(236 236 236 / 0.7); +} +.text-black-100\/75{ + color: rgb(236 236 236 / 0.75); +} +.text-black-100\/80{ + color: rgb(236 236 236 / 0.8); +} +.text-black-100\/90{ + color: rgb(236 236 236 / 0.9); +} +.text-black-100\/95{ + color: rgb(236 236 236 / 0.95); +} +.text-black-100\/100{ + color: rgb(236 236 236 / 1); +} +.text-black-200\/0{ + color: rgb(208 208 208 / 0); +} +.text-black-200\/5{ + color: rgb(208 208 208 / 0.05); +} +.text-black-200\/10{ + color: rgb(208 208 208 / 0.1); +} +.text-black-200\/20{ + color: rgb(208 208 208 / 0.2); +} +.text-black-200\/25{ + color: rgb(208 208 208 / 0.25); +} +.text-black-200\/30{ + color: rgb(208 208 208 / 0.3); +} +.text-black-200\/40{ + color: rgb(208 208 208 / 0.4); +} +.text-black-200\/50{ + color: rgb(208 208 208 / 0.5); +} +.text-black-200\/60{ + color: rgb(208 208 208 / 0.6); +} +.text-black-200\/70{ + color: rgb(208 208 208 / 0.7); +} +.text-black-200\/75{ + color: rgb(208 208 208 / 0.75); +} +.text-black-200\/80{ + color: rgb(208 208 208 / 0.8); +} +.text-black-200\/90{ + color: rgb(208 208 208 / 0.9); +} +.text-black-200\/95{ + color: rgb(208 208 208 / 0.95); +} +.text-black-200\/100{ + color: rgb(208 208 208 / 1); +} +.text-black-300\/0{ + color: rgb(179 179 179 / 0); +} +.text-black-300\/5{ + color: rgb(179 179 179 / 0.05); +} +.text-black-300\/10{ + color: rgb(179 179 179 / 0.1); +} +.text-black-300\/20{ + color: rgb(179 179 179 / 0.2); +} +.text-black-300\/25{ + color: rgb(179 179 179 / 0.25); +} +.text-black-300\/30{ + color: rgb(179 179 179 / 0.3); +} +.text-black-300\/40{ + color: rgb(179 179 179 / 0.4); +} +.text-black-300\/50{ + color: rgb(179 179 179 / 0.5); +} +.text-black-300\/60{ + color: rgb(179 179 179 / 0.6); +} +.text-black-300\/70{ + color: rgb(179 179 179 / 0.7); +} +.text-black-300\/75{ + color: rgb(179 179 179 / 0.75); +} +.text-black-300\/80{ + color: rgb(179 179 179 / 0.8); +} +.text-black-300\/90{ + color: rgb(179 179 179 / 0.9); +} +.text-black-300\/95{ + color: rgb(179 179 179 / 0.95); +} +.text-black-300\/100{ + color: rgb(179 179 179 / 1); +} +.text-black-400\/0{ + color: rgb(123 123 123 / 0); +} +.text-black-400\/5{ + color: rgb(123 123 123 / 0.05); +} +.text-black-400\/10{ + color: rgb(123 123 123 / 0.1); +} +.text-black-400\/20{ + color: rgb(123 123 123 / 0.2); +} +.text-black-400\/25{ + color: rgb(123 123 123 / 0.25); +} +.text-black-400\/30{ + color: rgb(123 123 123 / 0.3); +} +.text-black-400\/40{ + color: rgb(123 123 123 / 0.4); +} +.text-black-400\/50{ + color: rgb(123 123 123 / 0.5); +} +.text-black-400\/60{ + color: rgb(123 123 123 / 0.6); +} +.text-black-400\/70{ + color: rgb(123 123 123 / 0.7); +} +.text-black-400\/75{ + color: rgb(123 123 123 / 0.75); +} +.text-black-400\/80{ + color: rgb(123 123 123 / 0.8); +} +.text-black-400\/90{ + color: rgb(123 123 123 / 0.9); +} +.text-black-400\/95{ + color: rgb(123 123 123 / 0.95); +} +.text-black-400\/100{ + color: rgb(123 123 123 / 1); +} +.text-black-500\/0{ + color: rgb(66 66 66 / 0); +} +.text-black-500\/5{ + color: rgb(66 66 66 / 0.05); +} +.text-black-500\/10{ + color: rgb(66 66 66 / 0.1); +} +.text-black-500\/20{ + color: rgb(66 66 66 / 0.2); +} +.text-black-500\/25{ + color: rgb(66 66 66 / 0.25); +} +.text-black-500\/30{ + color: rgb(66 66 66 / 0.3); +} +.text-black-500\/40{ + color: rgb(66 66 66 / 0.4); +} +.text-black-500\/50{ + color: rgb(66 66 66 / 0.5); +} +.text-black-500\/60{ + color: rgb(66 66 66 / 0.6); +} +.text-black-500\/70{ + color: rgb(66 66 66 / 0.7); +} +.text-black-500\/75{ + color: rgb(66 66 66 / 0.75); +} +.text-black-500\/80{ + color: rgb(66 66 66 / 0.8); +} +.text-black-500\/90{ + color: rgb(66 66 66 / 0.9); +} +.text-black-500\/95{ + color: rgb(66 66 66 / 0.95); +} +.text-black-500\/100{ + color: rgb(66 66 66 / 1); +} +.text-black-600\/0{ + color: rgb(59 59 59 / 0); +} +.text-black-600\/5{ + color: rgb(59 59 59 / 0.05); +} +.text-black-600\/10{ + color: rgb(59 59 59 / 0.1); +} +.text-black-600\/20{ + color: rgb(59 59 59 / 0.2); +} +.text-black-600\/25{ + color: rgb(59 59 59 / 0.25); +} +.text-black-600\/30{ + color: rgb(59 59 59 / 0.3); +} +.text-black-600\/40{ + color: rgb(59 59 59 / 0.4); +} +.text-black-600\/50{ + color: rgb(59 59 59 / 0.5); +} +.text-black-600\/60{ + color: rgb(59 59 59 / 0.6); +} +.text-black-600\/70{ + color: rgb(59 59 59 / 0.7); +} +.text-black-600\/75{ + color: rgb(59 59 59 / 0.75); +} +.text-black-600\/80{ + color: rgb(59 59 59 / 0.8); +} +.text-black-600\/90{ + color: rgb(59 59 59 / 0.9); +} +.text-black-600\/95{ + color: rgb(59 59 59 / 0.95); +} +.text-black-600\/100{ + color: rgb(59 59 59 / 1); +} +.text-black-700\/0{ + color: rgb(50 50 50 / 0); +} +.text-black-700\/5{ + color: rgb(50 50 50 / 0.05); +} +.text-black-700\/10{ + color: rgb(50 50 50 / 0.1); +} +.text-black-700\/20{ + color: rgb(50 50 50 / 0.2); +} +.text-black-700\/25{ + color: rgb(50 50 50 / 0.25); +} +.text-black-700\/30{ + color: rgb(50 50 50 / 0.3); +} +.text-black-700\/40{ + color: rgb(50 50 50 / 0.4); +} +.text-black-700\/50{ + color: rgb(50 50 50 / 0.5); +} +.text-black-700\/60{ + color: rgb(50 50 50 / 0.6); +} +.text-black-700\/70{ + color: rgb(50 50 50 / 0.7); +} +.text-black-700\/75{ + color: rgb(50 50 50 / 0.75); +} +.text-black-700\/80{ + color: rgb(50 50 50 / 0.8); +} +.text-black-700\/90{ + color: rgb(50 50 50 / 0.9); +} +.text-black-700\/95{ + color: rgb(50 50 50 / 0.95); +} +.text-black-700\/100{ + color: rgb(50 50 50 / 1); +} +.text-black-800\/0{ + color: rgb(40 40 40 / 0); +} +.text-black-800\/5{ + color: rgb(40 40 40 / 0.05); +} +.text-black-800\/10{ + color: rgb(40 40 40 / 0.1); +} +.text-black-800\/20{ + color: rgb(40 40 40 / 0.2); +} +.text-black-800\/25{ + color: rgb(40 40 40 / 0.25); +} +.text-black-800\/30{ + color: rgb(40 40 40 / 0.3); +} +.text-black-800\/40{ + color: rgb(40 40 40 / 0.4); +} +.text-black-800\/50{ + color: rgb(40 40 40 / 0.5); +} +.text-black-800\/60{ + color: rgb(40 40 40 / 0.6); +} +.text-black-800\/70{ + color: rgb(40 40 40 / 0.7); +} +.text-black-800\/75{ + color: rgb(40 40 40 / 0.75); +} +.text-black-800\/80{ + color: rgb(40 40 40 / 0.8); +} +.text-black-800\/90{ + color: rgb(40 40 40 / 0.9); +} +.text-black-800\/95{ + color: rgb(40 40 40 / 0.95); +} +.text-black-800\/100{ + color: rgb(40 40 40 / 1); +} +.text-black-900\/0{ + color: rgb(32 32 32 / 0); +} +.text-black-900\/5{ + color: rgb(32 32 32 / 0.05); +} +.text-black-900\/10{ + color: rgb(32 32 32 / 0.1); +} +.text-black-900\/20{ + color: rgb(32 32 32 / 0.2); +} +.text-black-900\/25{ + color: rgb(32 32 32 / 0.25); +} +.text-black-900\/30{ + color: rgb(32 32 32 / 0.3); +} +.text-black-900\/40{ + color: rgb(32 32 32 / 0.4); +} +.text-black-900\/50{ + color: rgb(32 32 32 / 0.5); +} +.text-black-900\/60{ + color: rgb(32 32 32 / 0.6); +} +.text-black-900\/70{ + color: rgb(32 32 32 / 0.7); +} +.text-black-900\/75{ + color: rgb(32 32 32 / 0.75); +} +.text-black-900\/80{ + color: rgb(32 32 32 / 0.8); +} +.text-black-900\/90{ + color: rgb(32 32 32 / 0.9); +} +.text-black-900\/95{ + color: rgb(32 32 32 / 0.95); +} +.text-black-900\/100{ + color: rgb(32 32 32 / 1); +} +.text-black\/0{ + color: rgb(66 66 66 / 0); +} +.text-black\/5{ + color: rgb(66 66 66 / 0.05); +} +.text-black\/10{ + color: rgb(66 66 66 / 0.1); +} +.text-black\/20{ + color: rgb(66 66 66 / 0.2); +} +.text-black\/25{ + color: rgb(66 66 66 / 0.25); +} +.text-black\/30{ + color: rgb(66 66 66 / 0.3); +} +.text-black\/40{ + color: rgb(66 66 66 / 0.4); +} +.text-black\/50{ + color: rgb(66 66 66 / 0.5); +} +.text-black\/60{ + color: rgb(66 66 66 / 0.6); +} +.text-black\/70{ + color: rgb(66 66 66 / 0.7); +} +.text-black\/75{ + color: rgb(66 66 66 / 0.75); +} +.text-black\/80{ + color: rgb(66 66 66 / 0.8); +} +.text-black\/90{ + color: rgb(66 66 66 / 0.9); +} +.text-black\/95{ + color: rgb(66 66 66 / 0.95); +} +.text-black\/100{ + color: rgb(66 66 66 / 1); +} +.text-white\/0{ + color: rgb(255 255 255 / 0); +} +.text-white\/5{ + color: rgb(255 255 255 / 0.05); +} +.text-white\/10{ + color: rgb(255 255 255 / 0.1); +} +.text-white\/20{ + color: rgb(255 255 255 / 0.2); +} +.text-white\/25{ + color: rgb(255 255 255 / 0.25); +} +.text-white\/30{ + color: rgb(255 255 255 / 0.3); +} +.text-white\/40{ + color: rgb(255 255 255 / 0.4); +} +.text-white\/50{ + color: rgb(255 255 255 / 0.5); +} +.text-white\/60{ + color: rgb(255 255 255 / 0.6); +} +.text-white\/70{ + color: rgb(255 255 255 / 0.7); +} +.text-white\/75{ + color: rgb(255 255 255 / 0.75); +} +.text-white\/80{ + color: rgb(255 255 255 / 0.8); +} +.text-white\/90{ + color: rgb(255 255 255 / 0.9); +} +.text-white\/95{ + color: rgb(255 255 255 / 0.95); +} +.text-white\/100{ + color: rgb(255 255 255 / 1); +} +.text-slate-50\/0{ + color: rgb(248 250 252 / 0); +} +.text-slate-50\/5{ + color: rgb(248 250 252 / 0.05); +} +.text-slate-50\/10{ + color: rgb(248 250 252 / 0.1); +} +.text-slate-50\/20{ + color: rgb(248 250 252 / 0.2); +} +.text-slate-50\/25{ + color: rgb(248 250 252 / 0.25); +} +.text-slate-50\/30{ + color: rgb(248 250 252 / 0.3); +} +.text-slate-50\/40{ + color: rgb(248 250 252 / 0.4); +} +.text-slate-50\/50{ + color: rgb(248 250 252 / 0.5); +} +.text-slate-50\/60{ + color: rgb(248 250 252 / 0.6); +} +.text-slate-50\/70{ + color: rgb(248 250 252 / 0.7); +} +.text-slate-50\/75{ + color: rgb(248 250 252 / 0.75); +} +.text-slate-50\/80{ + color: rgb(248 250 252 / 0.8); +} +.text-slate-50\/90{ + color: rgb(248 250 252 / 0.9); +} +.text-slate-50\/95{ + color: rgb(248 250 252 / 0.95); +} +.text-slate-50\/100{ + color: rgb(248 250 252 / 1); +} +.text-slate-100\/0{ + color: rgb(241 245 249 / 0); +} +.text-slate-100\/5{ + color: rgb(241 245 249 / 0.05); +} +.text-slate-100\/10{ + color: rgb(241 245 249 / 0.1); +} +.text-slate-100\/20{ + color: rgb(241 245 249 / 0.2); +} +.text-slate-100\/25{ + color: rgb(241 245 249 / 0.25); +} +.text-slate-100\/30{ + color: rgb(241 245 249 / 0.3); +} +.text-slate-100\/40{ + color: rgb(241 245 249 / 0.4); +} +.text-slate-100\/50{ + color: rgb(241 245 249 / 0.5); +} +.text-slate-100\/60{ + color: rgb(241 245 249 / 0.6); +} +.text-slate-100\/70{ + color: rgb(241 245 249 / 0.7); +} +.text-slate-100\/75{ + color: rgb(241 245 249 / 0.75); +} +.text-slate-100\/80{ + color: rgb(241 245 249 / 0.8); +} +.text-slate-100\/90{ + color: rgb(241 245 249 / 0.9); +} +.text-slate-100\/95{ + color: rgb(241 245 249 / 0.95); +} +.text-slate-100\/100{ + color: rgb(241 245 249 / 1); +} +.text-slate-200\/0{ + color: rgb(226 232 240 / 0); +} +.text-slate-200\/5{ + color: rgb(226 232 240 / 0.05); +} +.text-slate-200\/10{ + color: rgb(226 232 240 / 0.1); +} +.text-slate-200\/20{ + color: rgb(226 232 240 / 0.2); +} +.text-slate-200\/25{ + color: rgb(226 232 240 / 0.25); +} +.text-slate-200\/30{ + color: rgb(226 232 240 / 0.3); +} +.text-slate-200\/40{ + color: rgb(226 232 240 / 0.4); +} +.text-slate-200\/50{ + color: rgb(226 232 240 / 0.5); +} +.text-slate-200\/60{ + color: rgb(226 232 240 / 0.6); +} +.text-slate-200\/70{ + color: rgb(226 232 240 / 0.7); +} +.text-slate-200\/75{ + color: rgb(226 232 240 / 0.75); +} +.text-slate-200\/80{ + color: rgb(226 232 240 / 0.8); +} +.text-slate-200\/90{ + color: rgb(226 232 240 / 0.9); +} +.text-slate-200\/95{ + color: rgb(226 232 240 / 0.95); +} +.text-slate-200\/100{ + color: rgb(226 232 240 / 1); +} +.text-slate-300\/0{ + color: rgb(203 213 225 / 0); +} +.text-slate-300\/5{ + color: rgb(203 213 225 / 0.05); +} +.text-slate-300\/10{ + color: rgb(203 213 225 / 0.1); +} +.text-slate-300\/20{ + color: rgb(203 213 225 / 0.2); +} +.text-slate-300\/25{ + color: rgb(203 213 225 / 0.25); +} +.text-slate-300\/30{ + color: rgb(203 213 225 / 0.3); +} +.text-slate-300\/40{ + color: rgb(203 213 225 / 0.4); +} +.text-slate-300\/50{ + color: rgb(203 213 225 / 0.5); +} +.text-slate-300\/60{ + color: rgb(203 213 225 / 0.6); +} +.text-slate-300\/70{ + color: rgb(203 213 225 / 0.7); +} +.text-slate-300\/75{ + color: rgb(203 213 225 / 0.75); +} +.text-slate-300\/80{ + color: rgb(203 213 225 / 0.8); +} +.text-slate-300\/90{ + color: rgb(203 213 225 / 0.9); +} +.text-slate-300\/95{ + color: rgb(203 213 225 / 0.95); +} +.text-slate-300\/100{ + color: rgb(203 213 225 / 1); +} +.text-slate-400\/0{ + color: rgb(148 163 184 / 0); +} +.text-slate-400\/5{ + color: rgb(148 163 184 / 0.05); +} +.text-slate-400\/10{ + color: rgb(148 163 184 / 0.1); +} +.text-slate-400\/20{ + color: rgb(148 163 184 / 0.2); +} +.text-slate-400\/25{ + color: rgb(148 163 184 / 0.25); +} +.text-slate-400\/30{ + color: rgb(148 163 184 / 0.3); +} +.text-slate-400\/40{ + color: rgb(148 163 184 / 0.4); +} +.text-slate-400\/50{ + color: rgb(148 163 184 / 0.5); +} +.text-slate-400\/60{ + color: rgb(148 163 184 / 0.6); +} +.text-slate-400\/70{ + color: rgb(148 163 184 / 0.7); +} +.text-slate-400\/75{ + color: rgb(148 163 184 / 0.75); +} +.text-slate-400\/80{ + color: rgb(148 163 184 / 0.8); +} +.text-slate-400\/90{ + color: rgb(148 163 184 / 0.9); +} +.text-slate-400\/95{ + color: rgb(148 163 184 / 0.95); +} +.text-slate-400\/100{ + color: rgb(148 163 184 / 1); +} +.text-slate-500\/0{ + color: rgb(100 116 139 / 0); +} +.text-slate-500\/5{ + color: rgb(100 116 139 / 0.05); +} +.text-slate-500\/10{ + color: rgb(100 116 139 / 0.1); +} +.text-slate-500\/20{ + color: rgb(100 116 139 / 0.2); +} +.text-slate-500\/25{ + color: rgb(100 116 139 / 0.25); +} +.text-slate-500\/30{ + color: rgb(100 116 139 / 0.3); +} +.text-slate-500\/40{ + color: rgb(100 116 139 / 0.4); +} +.text-slate-500\/50{ + color: rgb(100 116 139 / 0.5); +} +.text-slate-500\/60{ + color: rgb(100 116 139 / 0.6); +} +.text-slate-500\/70{ + color: rgb(100 116 139 / 0.7); +} +.text-slate-500\/75{ + color: rgb(100 116 139 / 0.75); +} +.text-slate-500\/80{ + color: rgb(100 116 139 / 0.8); +} +.text-slate-500\/90{ + color: rgb(100 116 139 / 0.9); +} +.text-slate-500\/95{ + color: rgb(100 116 139 / 0.95); +} +.text-slate-500\/100{ + color: rgb(100 116 139 / 1); +} +.text-slate-600\/0{ + color: rgb(71 85 105 / 0); +} +.text-slate-600\/5{ + color: rgb(71 85 105 / 0.05); +} +.text-slate-600\/10{ + color: rgb(71 85 105 / 0.1); +} +.text-slate-600\/20{ + color: rgb(71 85 105 / 0.2); +} +.text-slate-600\/25{ + color: rgb(71 85 105 / 0.25); +} +.text-slate-600\/30{ + color: rgb(71 85 105 / 0.3); +} +.text-slate-600\/40{ + color: rgb(71 85 105 / 0.4); +} +.text-slate-600\/50{ + color: rgb(71 85 105 / 0.5); +} +.text-slate-600\/60{ + color: rgb(71 85 105 / 0.6); +} +.text-slate-600\/70{ + color: rgb(71 85 105 / 0.7); +} +.text-slate-600\/75{ + color: rgb(71 85 105 / 0.75); +} +.text-slate-600\/80{ + color: rgb(71 85 105 / 0.8); +} +.text-slate-600\/90{ + color: rgb(71 85 105 / 0.9); +} +.text-slate-600\/95{ + color: rgb(71 85 105 / 0.95); +} +.text-slate-600\/100{ + color: rgb(71 85 105 / 1); +} +.text-slate-700\/0{ + color: rgb(51 65 85 / 0); +} +.text-slate-700\/5{ + color: rgb(51 65 85 / 0.05); +} +.text-slate-700\/10{ + color: rgb(51 65 85 / 0.1); +} +.text-slate-700\/20{ + color: rgb(51 65 85 / 0.2); +} +.text-slate-700\/25{ + color: rgb(51 65 85 / 0.25); +} +.text-slate-700\/30{ + color: rgb(51 65 85 / 0.3); +} +.text-slate-700\/40{ + color: rgb(51 65 85 / 0.4); +} +.text-slate-700\/50{ + color: rgb(51 65 85 / 0.5); +} +.text-slate-700\/60{ + color: rgb(51 65 85 / 0.6); +} +.text-slate-700\/70{ + color: rgb(51 65 85 / 0.7); +} +.text-slate-700\/75{ + color: rgb(51 65 85 / 0.75); +} +.text-slate-700\/80{ + color: rgb(51 65 85 / 0.8); +} +.text-slate-700\/90{ + color: rgb(51 65 85 / 0.9); +} +.text-slate-700\/95{ + color: rgb(51 65 85 / 0.95); +} +.text-slate-700\/100{ + color: rgb(51 65 85 / 1); +} +.text-slate-800\/0{ + color: rgb(30 41 59 / 0); +} +.text-slate-800\/5{ + color: rgb(30 41 59 / 0.05); +} +.text-slate-800\/10{ + color: rgb(30 41 59 / 0.1); +} +.text-slate-800\/20{ + color: rgb(30 41 59 / 0.2); +} +.text-slate-800\/25{ + color: rgb(30 41 59 / 0.25); +} +.text-slate-800\/30{ + color: rgb(30 41 59 / 0.3); +} +.text-slate-800\/40{ + color: rgb(30 41 59 / 0.4); +} +.text-slate-800\/50{ + color: rgb(30 41 59 / 0.5); +} +.text-slate-800\/60{ + color: rgb(30 41 59 / 0.6); +} +.text-slate-800\/70{ + color: rgb(30 41 59 / 0.7); +} +.text-slate-800\/75{ + color: rgb(30 41 59 / 0.75); +} +.text-slate-800\/80{ + color: rgb(30 41 59 / 0.8); +} +.text-slate-800\/90{ + color: rgb(30 41 59 / 0.9); +} +.text-slate-800\/95{ + color: rgb(30 41 59 / 0.95); +} +.text-slate-800\/100{ + color: rgb(30 41 59 / 1); +} +.text-slate-900\/0{ + color: rgb(15 23 42 / 0); +} +.text-slate-900\/5{ + color: rgb(15 23 42 / 0.05); +} +.text-slate-900\/10{ + color: rgb(15 23 42 / 0.1); +} +.text-slate-900\/20{ + color: rgb(15 23 42 / 0.2); +} +.text-slate-900\/25{ + color: rgb(15 23 42 / 0.25); +} +.text-slate-900\/30{ + color: rgb(15 23 42 / 0.3); +} +.text-slate-900\/40{ + color: rgb(15 23 42 / 0.4); +} +.text-slate-900\/50{ + color: rgb(15 23 42 / 0.5); +} +.text-slate-900\/60{ + color: rgb(15 23 42 / 0.6); +} +.text-slate-900\/70{ + color: rgb(15 23 42 / 0.7); +} +.text-slate-900\/75{ + color: rgb(15 23 42 / 0.75); +} +.text-slate-900\/80{ + color: rgb(15 23 42 / 0.8); +} +.text-slate-900\/90{ + color: rgb(15 23 42 / 0.9); +} +.text-slate-900\/95{ + color: rgb(15 23 42 / 0.95); +} +.text-slate-900\/100{ + color: rgb(15 23 42 / 1); +} +.text-gray-50\/0{ + color: rgb(249 250 251 / 0); +} +.text-gray-50\/5{ + color: rgb(249 250 251 / 0.05); +} +.text-gray-50\/10{ + color: rgb(249 250 251 / 0.1); +} +.text-gray-50\/20{ + color: rgb(249 250 251 / 0.2); +} +.text-gray-50\/25{ + color: rgb(249 250 251 / 0.25); +} +.text-gray-50\/30{ + color: rgb(249 250 251 / 0.3); +} +.text-gray-50\/40{ + color: rgb(249 250 251 / 0.4); +} +.text-gray-50\/50{ + color: rgb(249 250 251 / 0.5); +} +.text-gray-50\/60{ + color: rgb(249 250 251 / 0.6); +} +.text-gray-50\/70{ + color: rgb(249 250 251 / 0.7); +} +.text-gray-50\/75{ + color: rgb(249 250 251 / 0.75); +} +.text-gray-50\/80{ + color: rgb(249 250 251 / 0.8); +} +.text-gray-50\/90{ + color: rgb(249 250 251 / 0.9); +} +.text-gray-50\/95{ + color: rgb(249 250 251 / 0.95); +} +.text-gray-50\/100{ + color: rgb(249 250 251 / 1); +} +.text-gray-100\/0{ + color: rgb(243 244 246 / 0); +} +.text-gray-100\/5{ + color: rgb(243 244 246 / 0.05); +} +.text-gray-100\/10{ + color: rgb(243 244 246 / 0.1); +} +.text-gray-100\/20{ + color: rgb(243 244 246 / 0.2); +} +.text-gray-100\/25{ + color: rgb(243 244 246 / 0.25); +} +.text-gray-100\/30{ + color: rgb(243 244 246 / 0.3); +} +.text-gray-100\/40{ + color: rgb(243 244 246 / 0.4); +} +.text-gray-100\/50{ + color: rgb(243 244 246 / 0.5); +} +.text-gray-100\/60{ + color: rgb(243 244 246 / 0.6); +} +.text-gray-100\/70{ + color: rgb(243 244 246 / 0.7); +} +.text-gray-100\/75{ + color: rgb(243 244 246 / 0.75); +} +.text-gray-100\/80{ + color: rgb(243 244 246 / 0.8); +} +.text-gray-100\/90{ + color: rgb(243 244 246 / 0.9); +} +.text-gray-100\/95{ + color: rgb(243 244 246 / 0.95); +} +.text-gray-100\/100{ + color: rgb(243 244 246 / 1); +} +.text-gray-200\/0{ + color: rgb(229 231 235 / 0); +} +.text-gray-200\/5{ + color: rgb(229 231 235 / 0.05); +} +.text-gray-200\/10{ + color: rgb(229 231 235 / 0.1); +} +.text-gray-200\/20{ + color: rgb(229 231 235 / 0.2); +} +.text-gray-200\/25{ + color: rgb(229 231 235 / 0.25); +} +.text-gray-200\/30{ + color: rgb(229 231 235 / 0.3); +} +.text-gray-200\/40{ + color: rgb(229 231 235 / 0.4); +} +.text-gray-200\/50{ + color: rgb(229 231 235 / 0.5); +} +.text-gray-200\/60{ + color: rgb(229 231 235 / 0.6); +} +.text-gray-200\/70{ + color: rgb(229 231 235 / 0.7); +} +.text-gray-200\/75{ + color: rgb(229 231 235 / 0.75); +} +.text-gray-200\/80{ + color: rgb(229 231 235 / 0.8); +} +.text-gray-200\/90{ + color: rgb(229 231 235 / 0.9); +} +.text-gray-200\/95{ + color: rgb(229 231 235 / 0.95); +} +.text-gray-200\/100{ + color: rgb(229 231 235 / 1); +} +.text-gray-300\/0{ + color: rgb(209 213 219 / 0); +} +.text-gray-300\/5{ + color: rgb(209 213 219 / 0.05); +} +.text-gray-300\/10{ + color: rgb(209 213 219 / 0.1); +} +.text-gray-300\/20{ + color: rgb(209 213 219 / 0.2); +} +.text-gray-300\/25{ + color: rgb(209 213 219 / 0.25); +} +.text-gray-300\/30{ + color: rgb(209 213 219 / 0.3); +} +.text-gray-300\/40{ + color: rgb(209 213 219 / 0.4); +} +.text-gray-300\/50{ + color: rgb(209 213 219 / 0.5); +} +.text-gray-300\/60{ + color: rgb(209 213 219 / 0.6); +} +.text-gray-300\/70{ + color: rgb(209 213 219 / 0.7); +} +.text-gray-300\/75{ + color: rgb(209 213 219 / 0.75); +} +.text-gray-300\/80{ + color: rgb(209 213 219 / 0.8); +} +.text-gray-300\/90{ + color: rgb(209 213 219 / 0.9); +} +.text-gray-300\/95{ + color: rgb(209 213 219 / 0.95); +} +.text-gray-300\/100{ + color: rgb(209 213 219 / 1); +} +.text-gray-400\/0{ + color: rgb(156 163 175 / 0); +} +.text-gray-400\/5{ + color: rgb(156 163 175 / 0.05); +} +.text-gray-400\/10{ + color: rgb(156 163 175 / 0.1); +} +.text-gray-400\/20{ + color: rgb(156 163 175 / 0.2); +} +.text-gray-400\/25{ + color: rgb(156 163 175 / 0.25); +} +.text-gray-400\/30{ + color: rgb(156 163 175 / 0.3); +} +.text-gray-400\/40{ + color: rgb(156 163 175 / 0.4); +} +.text-gray-400\/50{ + color: rgb(156 163 175 / 0.5); +} +.text-gray-400\/60{ + color: rgb(156 163 175 / 0.6); +} +.text-gray-400\/70{ + color: rgb(156 163 175 / 0.7); +} +.text-gray-400\/75{ + color: rgb(156 163 175 / 0.75); +} +.text-gray-400\/80{ + color: rgb(156 163 175 / 0.8); +} +.text-gray-400\/90{ + color: rgb(156 163 175 / 0.9); +} +.text-gray-400\/95{ + color: rgb(156 163 175 / 0.95); +} +.text-gray-400\/100{ + color: rgb(156 163 175 / 1); +} +.text-gray-500\/0{ + color: rgb(107 114 128 / 0); +} +.text-gray-500\/5{ + color: rgb(107 114 128 / 0.05); +} +.text-gray-500\/10{ + color: rgb(107 114 128 / 0.1); +} +.text-gray-500\/20{ + color: rgb(107 114 128 / 0.2); +} +.text-gray-500\/25{ + color: rgb(107 114 128 / 0.25); +} +.text-gray-500\/30{ + color: rgb(107 114 128 / 0.3); +} +.text-gray-500\/40{ + color: rgb(107 114 128 / 0.4); +} +.text-gray-500\/50{ + color: rgb(107 114 128 / 0.5); +} +.text-gray-500\/60{ + color: rgb(107 114 128 / 0.6); +} +.text-gray-500\/70{ + color: rgb(107 114 128 / 0.7); +} +.text-gray-500\/75{ + color: rgb(107 114 128 / 0.75); +} +.text-gray-500\/80{ + color: rgb(107 114 128 / 0.8); +} +.text-gray-500\/90{ + color: rgb(107 114 128 / 0.9); +} +.text-gray-500\/95{ + color: rgb(107 114 128 / 0.95); +} +.text-gray-500\/100{ + color: rgb(107 114 128 / 1); +} +.text-gray-600\/0{ + color: rgb(75 85 99 / 0); +} +.text-gray-600\/5{ + color: rgb(75 85 99 / 0.05); +} +.text-gray-600\/10{ + color: rgb(75 85 99 / 0.1); +} +.text-gray-600\/20{ + color: rgb(75 85 99 / 0.2); +} +.text-gray-600\/25{ + color: rgb(75 85 99 / 0.25); +} +.text-gray-600\/30{ + color: rgb(75 85 99 / 0.3); +} +.text-gray-600\/40{ + color: rgb(75 85 99 / 0.4); +} +.text-gray-600\/50{ + color: rgb(75 85 99 / 0.5); +} +.text-gray-600\/60{ + color: rgb(75 85 99 / 0.6); +} +.text-gray-600\/70{ + color: rgb(75 85 99 / 0.7); +} +.text-gray-600\/75{ + color: rgb(75 85 99 / 0.75); +} +.text-gray-600\/80{ + color: rgb(75 85 99 / 0.8); +} +.text-gray-600\/90{ + color: rgb(75 85 99 / 0.9); +} +.text-gray-600\/95{ + color: rgb(75 85 99 / 0.95); +} +.text-gray-600\/100{ + color: rgb(75 85 99 / 1); +} +.text-gray-700\/0{ + color: rgb(55 65 81 / 0); +} +.text-gray-700\/5{ + color: rgb(55 65 81 / 0.05); +} +.text-gray-700\/10{ + color: rgb(55 65 81 / 0.1); +} +.text-gray-700\/20{ + color: rgb(55 65 81 / 0.2); +} +.text-gray-700\/25{ + color: rgb(55 65 81 / 0.25); +} +.text-gray-700\/30{ + color: rgb(55 65 81 / 0.3); +} +.text-gray-700\/40{ + color: rgb(55 65 81 / 0.4); +} +.text-gray-700\/50{ + color: rgb(55 65 81 / 0.5); +} +.text-gray-700\/60{ + color: rgb(55 65 81 / 0.6); +} +.text-gray-700\/70{ + color: rgb(55 65 81 / 0.7); +} +.text-gray-700\/75{ + color: rgb(55 65 81 / 0.75); +} +.text-gray-700\/80{ + color: rgb(55 65 81 / 0.8); +} +.text-gray-700\/90{ + color: rgb(55 65 81 / 0.9); +} +.text-gray-700\/95{ + color: rgb(55 65 81 / 0.95); +} +.text-gray-700\/100{ + color: rgb(55 65 81 / 1); +} +.text-gray-800\/0{ + color: rgb(31 41 55 / 0); +} +.text-gray-800\/5{ + color: rgb(31 41 55 / 0.05); +} +.text-gray-800\/10{ + color: rgb(31 41 55 / 0.1); +} +.text-gray-800\/20{ + color: rgb(31 41 55 / 0.2); +} +.text-gray-800\/25{ + color: rgb(31 41 55 / 0.25); +} +.text-gray-800\/30{ + color: rgb(31 41 55 / 0.3); +} +.text-gray-800\/40{ + color: rgb(31 41 55 / 0.4); +} +.text-gray-800\/50{ + color: rgb(31 41 55 / 0.5); +} +.text-gray-800\/60{ + color: rgb(31 41 55 / 0.6); +} +.text-gray-800\/70{ + color: rgb(31 41 55 / 0.7); +} +.text-gray-800\/75{ + color: rgb(31 41 55 / 0.75); +} +.text-gray-800\/80{ + color: rgb(31 41 55 / 0.8); +} +.text-gray-800\/90{ + color: rgb(31 41 55 / 0.9); +} +.text-gray-800\/95{ + color: rgb(31 41 55 / 0.95); +} +.text-gray-800\/100{ + color: rgb(31 41 55 / 1); +} +.text-gray-900\/0{ + color: rgb(17 24 39 / 0); +} +.text-gray-900\/5{ + color: rgb(17 24 39 / 0.05); +} +.text-gray-900\/10{ + color: rgb(17 24 39 / 0.1); +} +.text-gray-900\/20{ + color: rgb(17 24 39 / 0.2); +} +.text-gray-900\/25{ + color: rgb(17 24 39 / 0.25); +} +.text-gray-900\/30{ + color: rgb(17 24 39 / 0.3); +} +.text-gray-900\/40{ + color: rgb(17 24 39 / 0.4); +} +.text-gray-900\/50{ + color: rgb(17 24 39 / 0.5); +} +.text-gray-900\/60{ + color: rgb(17 24 39 / 0.6); +} +.text-gray-900\/70{ + color: rgb(17 24 39 / 0.7); +} +.text-gray-900\/75{ + color: rgb(17 24 39 / 0.75); +} +.text-gray-900\/80{ + color: rgb(17 24 39 / 0.8); +} +.text-gray-900\/90{ + color: rgb(17 24 39 / 0.9); +} +.text-gray-900\/95{ + color: rgb(17 24 39 / 0.95); +} +.text-gray-900\/100{ + color: rgb(17 24 39 / 1); +} +.text-zinc-50\/0{ + color: rgb(250 250 250 / 0); +} +.text-zinc-50\/5{ + color: rgb(250 250 250 / 0.05); +} +.text-zinc-50\/10{ + color: rgb(250 250 250 / 0.1); +} +.text-zinc-50\/20{ + color: rgb(250 250 250 / 0.2); +} +.text-zinc-50\/25{ + color: rgb(250 250 250 / 0.25); +} +.text-zinc-50\/30{ + color: rgb(250 250 250 / 0.3); +} +.text-zinc-50\/40{ + color: rgb(250 250 250 / 0.4); +} +.text-zinc-50\/50{ + color: rgb(250 250 250 / 0.5); +} +.text-zinc-50\/60{ + color: rgb(250 250 250 / 0.6); +} +.text-zinc-50\/70{ + color: rgb(250 250 250 / 0.7); +} +.text-zinc-50\/75{ + color: rgb(250 250 250 / 0.75); +} +.text-zinc-50\/80{ + color: rgb(250 250 250 / 0.8); +} +.text-zinc-50\/90{ + color: rgb(250 250 250 / 0.9); +} +.text-zinc-50\/95{ + color: rgb(250 250 250 / 0.95); +} +.text-zinc-50\/100{ + color: rgb(250 250 250 / 1); +} +.text-zinc-100\/0{ + color: rgb(244 244 245 / 0); +} +.text-zinc-100\/5{ + color: rgb(244 244 245 / 0.05); +} +.text-zinc-100\/10{ + color: rgb(244 244 245 / 0.1); +} +.text-zinc-100\/20{ + color: rgb(244 244 245 / 0.2); +} +.text-zinc-100\/25{ + color: rgb(244 244 245 / 0.25); +} +.text-zinc-100\/30{ + color: rgb(244 244 245 / 0.3); +} +.text-zinc-100\/40{ + color: rgb(244 244 245 / 0.4); +} +.text-zinc-100\/50{ + color: rgb(244 244 245 / 0.5); +} +.text-zinc-100\/60{ + color: rgb(244 244 245 / 0.6); +} +.text-zinc-100\/70{ + color: rgb(244 244 245 / 0.7); +} +.text-zinc-100\/75{ + color: rgb(244 244 245 / 0.75); +} +.text-zinc-100\/80{ + color: rgb(244 244 245 / 0.8); +} +.text-zinc-100\/90{ + color: rgb(244 244 245 / 0.9); +} +.text-zinc-100\/95{ + color: rgb(244 244 245 / 0.95); +} +.text-zinc-100\/100{ + color: rgb(244 244 245 / 1); +} +.text-zinc-200\/0{ + color: rgb(228 228 231 / 0); +} +.text-zinc-200\/5{ + color: rgb(228 228 231 / 0.05); +} +.text-zinc-200\/10{ + color: rgb(228 228 231 / 0.1); +} +.text-zinc-200\/20{ + color: rgb(228 228 231 / 0.2); +} +.text-zinc-200\/25{ + color: rgb(228 228 231 / 0.25); +} +.text-zinc-200\/30{ + color: rgb(228 228 231 / 0.3); +} +.text-zinc-200\/40{ + color: rgb(228 228 231 / 0.4); +} +.text-zinc-200\/50{ + color: rgb(228 228 231 / 0.5); +} +.text-zinc-200\/60{ + color: rgb(228 228 231 / 0.6); +} +.text-zinc-200\/70{ + color: rgb(228 228 231 / 0.7); +} +.text-zinc-200\/75{ + color: rgb(228 228 231 / 0.75); +} +.text-zinc-200\/80{ + color: rgb(228 228 231 / 0.8); +} +.text-zinc-200\/90{ + color: rgb(228 228 231 / 0.9); +} +.text-zinc-200\/95{ + color: rgb(228 228 231 / 0.95); +} +.text-zinc-200\/100{ + color: rgb(228 228 231 / 1); +} +.text-zinc-300\/0{ + color: rgb(212 212 216 / 0); +} +.text-zinc-300\/5{ + color: rgb(212 212 216 / 0.05); +} +.text-zinc-300\/10{ + color: rgb(212 212 216 / 0.1); +} +.text-zinc-300\/20{ + color: rgb(212 212 216 / 0.2); +} +.text-zinc-300\/25{ + color: rgb(212 212 216 / 0.25); +} +.text-zinc-300\/30{ + color: rgb(212 212 216 / 0.3); +} +.text-zinc-300\/40{ + color: rgb(212 212 216 / 0.4); +} +.text-zinc-300\/50{ + color: rgb(212 212 216 / 0.5); +} +.text-zinc-300\/60{ + color: rgb(212 212 216 / 0.6); +} +.text-zinc-300\/70{ + color: rgb(212 212 216 / 0.7); +} +.text-zinc-300\/75{ + color: rgb(212 212 216 / 0.75); +} +.text-zinc-300\/80{ + color: rgb(212 212 216 / 0.8); +} +.text-zinc-300\/90{ + color: rgb(212 212 216 / 0.9); +} +.text-zinc-300\/95{ + color: rgb(212 212 216 / 0.95); +} +.text-zinc-300\/100{ + color: rgb(212 212 216 / 1); +} +.text-zinc-400\/0{ + color: rgb(161 161 170 / 0); +} +.text-zinc-400\/5{ + color: rgb(161 161 170 / 0.05); +} +.text-zinc-400\/10{ + color: rgb(161 161 170 / 0.1); +} +.text-zinc-400\/20{ + color: rgb(161 161 170 / 0.2); +} +.text-zinc-400\/25{ + color: rgb(161 161 170 / 0.25); +} +.text-zinc-400\/30{ + color: rgb(161 161 170 / 0.3); +} +.text-zinc-400\/40{ + color: rgb(161 161 170 / 0.4); +} +.text-zinc-400\/50{ + color: rgb(161 161 170 / 0.5); +} +.text-zinc-400\/60{ + color: rgb(161 161 170 / 0.6); +} +.text-zinc-400\/70{ + color: rgb(161 161 170 / 0.7); +} +.text-zinc-400\/75{ + color: rgb(161 161 170 / 0.75); +} +.text-zinc-400\/80{ + color: rgb(161 161 170 / 0.8); +} +.text-zinc-400\/90{ + color: rgb(161 161 170 / 0.9); +} +.text-zinc-400\/95{ + color: rgb(161 161 170 / 0.95); +} +.text-zinc-400\/100{ + color: rgb(161 161 170 / 1); +} +.text-zinc-500\/0{ + color: rgb(113 113 122 / 0); +} +.text-zinc-500\/5{ + color: rgb(113 113 122 / 0.05); +} +.text-zinc-500\/10{ + color: rgb(113 113 122 / 0.1); +} +.text-zinc-500\/20{ + color: rgb(113 113 122 / 0.2); +} +.text-zinc-500\/25{ + color: rgb(113 113 122 / 0.25); +} +.text-zinc-500\/30{ + color: rgb(113 113 122 / 0.3); +} +.text-zinc-500\/40{ + color: rgb(113 113 122 / 0.4); +} +.text-zinc-500\/50{ + color: rgb(113 113 122 / 0.5); +} +.text-zinc-500\/60{ + color: rgb(113 113 122 / 0.6); +} +.text-zinc-500\/70{ + color: rgb(113 113 122 / 0.7); +} +.text-zinc-500\/75{ + color: rgb(113 113 122 / 0.75); +} +.text-zinc-500\/80{ + color: rgb(113 113 122 / 0.8); +} +.text-zinc-500\/90{ + color: rgb(113 113 122 / 0.9); +} +.text-zinc-500\/95{ + color: rgb(113 113 122 / 0.95); +} +.text-zinc-500\/100{ + color: rgb(113 113 122 / 1); +} +.text-zinc-600\/0{ + color: rgb(82 82 91 / 0); +} +.text-zinc-600\/5{ + color: rgb(82 82 91 / 0.05); +} +.text-zinc-600\/10{ + color: rgb(82 82 91 / 0.1); +} +.text-zinc-600\/20{ + color: rgb(82 82 91 / 0.2); +} +.text-zinc-600\/25{ + color: rgb(82 82 91 / 0.25); +} +.text-zinc-600\/30{ + color: rgb(82 82 91 / 0.3); +} +.text-zinc-600\/40{ + color: rgb(82 82 91 / 0.4); +} +.text-zinc-600\/50{ + color: rgb(82 82 91 / 0.5); +} +.text-zinc-600\/60{ + color: rgb(82 82 91 / 0.6); +} +.text-zinc-600\/70{ + color: rgb(82 82 91 / 0.7); +} +.text-zinc-600\/75{ + color: rgb(82 82 91 / 0.75); +} +.text-zinc-600\/80{ + color: rgb(82 82 91 / 0.8); +} +.text-zinc-600\/90{ + color: rgb(82 82 91 / 0.9); +} +.text-zinc-600\/95{ + color: rgb(82 82 91 / 0.95); +} +.text-zinc-600\/100{ + color: rgb(82 82 91 / 1); +} +.text-zinc-700\/0{ + color: rgb(63 63 70 / 0); +} +.text-zinc-700\/5{ + color: rgb(63 63 70 / 0.05); +} +.text-zinc-700\/10{ + color: rgb(63 63 70 / 0.1); +} +.text-zinc-700\/20{ + color: rgb(63 63 70 / 0.2); +} +.text-zinc-700\/25{ + color: rgb(63 63 70 / 0.25); +} +.text-zinc-700\/30{ + color: rgb(63 63 70 / 0.3); +} +.text-zinc-700\/40{ + color: rgb(63 63 70 / 0.4); +} +.text-zinc-700\/50{ + color: rgb(63 63 70 / 0.5); +} +.text-zinc-700\/60{ + color: rgb(63 63 70 / 0.6); +} +.text-zinc-700\/70{ + color: rgb(63 63 70 / 0.7); +} +.text-zinc-700\/75{ + color: rgb(63 63 70 / 0.75); +} +.text-zinc-700\/80{ + color: rgb(63 63 70 / 0.8); +} +.text-zinc-700\/90{ + color: rgb(63 63 70 / 0.9); +} +.text-zinc-700\/95{ + color: rgb(63 63 70 / 0.95); +} +.text-zinc-700\/100{ + color: rgb(63 63 70 / 1); +} +.text-zinc-800\/0{ + color: rgb(39 39 42 / 0); +} +.text-zinc-800\/5{ + color: rgb(39 39 42 / 0.05); +} +.text-zinc-800\/10{ + color: rgb(39 39 42 / 0.1); +} +.text-zinc-800\/20{ + color: rgb(39 39 42 / 0.2); +} +.text-zinc-800\/25{ + color: rgb(39 39 42 / 0.25); +} +.text-zinc-800\/30{ + color: rgb(39 39 42 / 0.3); +} +.text-zinc-800\/40{ + color: rgb(39 39 42 / 0.4); +} +.text-zinc-800\/50{ + color: rgb(39 39 42 / 0.5); +} +.text-zinc-800\/60{ + color: rgb(39 39 42 / 0.6); +} +.text-zinc-800\/70{ + color: rgb(39 39 42 / 0.7); +} +.text-zinc-800\/75{ + color: rgb(39 39 42 / 0.75); +} +.text-zinc-800\/80{ + color: rgb(39 39 42 / 0.8); +} +.text-zinc-800\/90{ + color: rgb(39 39 42 / 0.9); +} +.text-zinc-800\/95{ + color: rgb(39 39 42 / 0.95); +} +.text-zinc-800\/100{ + color: rgb(39 39 42 / 1); +} +.text-zinc-900\/0{ + color: rgb(24 24 27 / 0); +} +.text-zinc-900\/5{ + color: rgb(24 24 27 / 0.05); +} +.text-zinc-900\/10{ + color: rgb(24 24 27 / 0.1); +} +.text-zinc-900\/20{ + color: rgb(24 24 27 / 0.2); +} +.text-zinc-900\/25{ + color: rgb(24 24 27 / 0.25); +} +.text-zinc-900\/30{ + color: rgb(24 24 27 / 0.3); +} +.text-zinc-900\/40{ + color: rgb(24 24 27 / 0.4); +} +.text-zinc-900\/50{ + color: rgb(24 24 27 / 0.5); +} +.text-zinc-900\/60{ + color: rgb(24 24 27 / 0.6); +} +.text-zinc-900\/70{ + color: rgb(24 24 27 / 0.7); +} +.text-zinc-900\/75{ + color: rgb(24 24 27 / 0.75); +} +.text-zinc-900\/80{ + color: rgb(24 24 27 / 0.8); +} +.text-zinc-900\/90{ + color: rgb(24 24 27 / 0.9); +} +.text-zinc-900\/95{ + color: rgb(24 24 27 / 0.95); +} +.text-zinc-900\/100{ + color: rgb(24 24 27 / 1); +} +.text-neutral-50\/0{ + color: rgb(250 250 250 / 0); +} +.text-neutral-50\/5{ + color: rgb(250 250 250 / 0.05); +} +.text-neutral-50\/10{ + color: rgb(250 250 250 / 0.1); +} +.text-neutral-50\/20{ + color: rgb(250 250 250 / 0.2); +} +.text-neutral-50\/25{ + color: rgb(250 250 250 / 0.25); +} +.text-neutral-50\/30{ + color: rgb(250 250 250 / 0.3); +} +.text-neutral-50\/40{ + color: rgb(250 250 250 / 0.4); +} +.text-neutral-50\/50{ + color: rgb(250 250 250 / 0.5); +} +.text-neutral-50\/60{ + color: rgb(250 250 250 / 0.6); +} +.text-neutral-50\/70{ + color: rgb(250 250 250 / 0.7); +} +.text-neutral-50\/75{ + color: rgb(250 250 250 / 0.75); +} +.text-neutral-50\/80{ + color: rgb(250 250 250 / 0.8); +} +.text-neutral-50\/90{ + color: rgb(250 250 250 / 0.9); +} +.text-neutral-50\/95{ + color: rgb(250 250 250 / 0.95); +} +.text-neutral-50\/100{ + color: rgb(250 250 250 / 1); +} +.text-neutral-100\/0{ + color: rgb(245 245 245 / 0); +} +.text-neutral-100\/5{ + color: rgb(245 245 245 / 0.05); +} +.text-neutral-100\/10{ + color: rgb(245 245 245 / 0.1); +} +.text-neutral-100\/20{ + color: rgb(245 245 245 / 0.2); +} +.text-neutral-100\/25{ + color: rgb(245 245 245 / 0.25); +} +.text-neutral-100\/30{ + color: rgb(245 245 245 / 0.3); +} +.text-neutral-100\/40{ + color: rgb(245 245 245 / 0.4); +} +.text-neutral-100\/50{ + color: rgb(245 245 245 / 0.5); +} +.text-neutral-100\/60{ + color: rgb(245 245 245 / 0.6); +} +.text-neutral-100\/70{ + color: rgb(245 245 245 / 0.7); +} +.text-neutral-100\/75{ + color: rgb(245 245 245 / 0.75); +} +.text-neutral-100\/80{ + color: rgb(245 245 245 / 0.8); +} +.text-neutral-100\/90{ + color: rgb(245 245 245 / 0.9); +} +.text-neutral-100\/95{ + color: rgb(245 245 245 / 0.95); +} +.text-neutral-100\/100{ + color: rgb(245 245 245 / 1); +} +.text-neutral-200\/0{ + color: rgb(229 229 229 / 0); +} +.text-neutral-200\/5{ + color: rgb(229 229 229 / 0.05); +} +.text-neutral-200\/10{ + color: rgb(229 229 229 / 0.1); +} +.text-neutral-200\/20{ + color: rgb(229 229 229 / 0.2); +} +.text-neutral-200\/25{ + color: rgb(229 229 229 / 0.25); +} +.text-neutral-200\/30{ + color: rgb(229 229 229 / 0.3); +} +.text-neutral-200\/40{ + color: rgb(229 229 229 / 0.4); +} +.text-neutral-200\/50{ + color: rgb(229 229 229 / 0.5); +} +.text-neutral-200\/60{ + color: rgb(229 229 229 / 0.6); +} +.text-neutral-200\/70{ + color: rgb(229 229 229 / 0.7); +} +.text-neutral-200\/75{ + color: rgb(229 229 229 / 0.75); +} +.text-neutral-200\/80{ + color: rgb(229 229 229 / 0.8); +} +.text-neutral-200\/90{ + color: rgb(229 229 229 / 0.9); +} +.text-neutral-200\/95{ + color: rgb(229 229 229 / 0.95); +} +.text-neutral-200\/100{ + color: rgb(229 229 229 / 1); +} +.text-neutral-300\/0{ + color: rgb(212 212 212 / 0); +} +.text-neutral-300\/5{ + color: rgb(212 212 212 / 0.05); +} +.text-neutral-300\/10{ + color: rgb(212 212 212 / 0.1); +} +.text-neutral-300\/20{ + color: rgb(212 212 212 / 0.2); +} +.text-neutral-300\/25{ + color: rgb(212 212 212 / 0.25); +} +.text-neutral-300\/30{ + color: rgb(212 212 212 / 0.3); +} +.text-neutral-300\/40{ + color: rgb(212 212 212 / 0.4); +} +.text-neutral-300\/50{ + color: rgb(212 212 212 / 0.5); +} +.text-neutral-300\/60{ + color: rgb(212 212 212 / 0.6); +} +.text-neutral-300\/70{ + color: rgb(212 212 212 / 0.7); +} +.text-neutral-300\/75{ + color: rgb(212 212 212 / 0.75); +} +.text-neutral-300\/80{ + color: rgb(212 212 212 / 0.8); +} +.text-neutral-300\/90{ + color: rgb(212 212 212 / 0.9); +} +.text-neutral-300\/95{ + color: rgb(212 212 212 / 0.95); +} +.text-neutral-300\/100{ + color: rgb(212 212 212 / 1); +} +.text-neutral-400\/0{ + color: rgb(163 163 163 / 0); +} +.text-neutral-400\/5{ + color: rgb(163 163 163 / 0.05); +} +.text-neutral-400\/10{ + color: rgb(163 163 163 / 0.1); +} +.text-neutral-400\/20{ + color: rgb(163 163 163 / 0.2); +} +.text-neutral-400\/25{ + color: rgb(163 163 163 / 0.25); +} +.text-neutral-400\/30{ + color: rgb(163 163 163 / 0.3); +} +.text-neutral-400\/40{ + color: rgb(163 163 163 / 0.4); +} +.text-neutral-400\/50{ + color: rgb(163 163 163 / 0.5); +} +.text-neutral-400\/60{ + color: rgb(163 163 163 / 0.6); +} +.text-neutral-400\/70{ + color: rgb(163 163 163 / 0.7); +} +.text-neutral-400\/75{ + color: rgb(163 163 163 / 0.75); +} +.text-neutral-400\/80{ + color: rgb(163 163 163 / 0.8); +} +.text-neutral-400\/90{ + color: rgb(163 163 163 / 0.9); +} +.text-neutral-400\/95{ + color: rgb(163 163 163 / 0.95); +} +.text-neutral-400\/100{ + color: rgb(163 163 163 / 1); +} +.text-neutral-500\/0{ + color: rgb(115 115 115 / 0); +} +.text-neutral-500\/5{ + color: rgb(115 115 115 / 0.05); +} +.text-neutral-500\/10{ + color: rgb(115 115 115 / 0.1); +} +.text-neutral-500\/20{ + color: rgb(115 115 115 / 0.2); +} +.text-neutral-500\/25{ + color: rgb(115 115 115 / 0.25); +} +.text-neutral-500\/30{ + color: rgb(115 115 115 / 0.3); +} +.text-neutral-500\/40{ + color: rgb(115 115 115 / 0.4); +} +.text-neutral-500\/50{ + color: rgb(115 115 115 / 0.5); +} +.text-neutral-500\/60{ + color: rgb(115 115 115 / 0.6); +} +.text-neutral-500\/70{ + color: rgb(115 115 115 / 0.7); +} +.text-neutral-500\/75{ + color: rgb(115 115 115 / 0.75); +} +.text-neutral-500\/80{ + color: rgb(115 115 115 / 0.8); +} +.text-neutral-500\/90{ + color: rgb(115 115 115 / 0.9); +} +.text-neutral-500\/95{ + color: rgb(115 115 115 / 0.95); +} +.text-neutral-500\/100{ + color: rgb(115 115 115 / 1); +} +.text-neutral-600\/0{ + color: rgb(82 82 82 / 0); +} +.text-neutral-600\/5{ + color: rgb(82 82 82 / 0.05); +} +.text-neutral-600\/10{ + color: rgb(82 82 82 / 0.1); +} +.text-neutral-600\/20{ + color: rgb(82 82 82 / 0.2); +} +.text-neutral-600\/25{ + color: rgb(82 82 82 / 0.25); +} +.text-neutral-600\/30{ + color: rgb(82 82 82 / 0.3); +} +.text-neutral-600\/40{ + color: rgb(82 82 82 / 0.4); +} +.text-neutral-600\/50{ + color: rgb(82 82 82 / 0.5); +} +.text-neutral-600\/60{ + color: rgb(82 82 82 / 0.6); +} +.text-neutral-600\/70{ + color: rgb(82 82 82 / 0.7); +} +.text-neutral-600\/75{ + color: rgb(82 82 82 / 0.75); +} +.text-neutral-600\/80{ + color: rgb(82 82 82 / 0.8); +} +.text-neutral-600\/90{ + color: rgb(82 82 82 / 0.9); +} +.text-neutral-600\/95{ + color: rgb(82 82 82 / 0.95); +} +.text-neutral-600\/100{ + color: rgb(82 82 82 / 1); +} +.text-neutral-700\/0{ + color: rgb(64 64 64 / 0); +} +.text-neutral-700\/5{ + color: rgb(64 64 64 / 0.05); +} +.text-neutral-700\/10{ + color: rgb(64 64 64 / 0.1); +} +.text-neutral-700\/20{ + color: rgb(64 64 64 / 0.2); +} +.text-neutral-700\/25{ + color: rgb(64 64 64 / 0.25); +} +.text-neutral-700\/30{ + color: rgb(64 64 64 / 0.3); +} +.text-neutral-700\/40{ + color: rgb(64 64 64 / 0.4); +} +.text-neutral-700\/50{ + color: rgb(64 64 64 / 0.5); +} +.text-neutral-700\/60{ + color: rgb(64 64 64 / 0.6); +} +.text-neutral-700\/70{ + color: rgb(64 64 64 / 0.7); +} +.text-neutral-700\/75{ + color: rgb(64 64 64 / 0.75); +} +.text-neutral-700\/80{ + color: rgb(64 64 64 / 0.8); +} +.text-neutral-700\/90{ + color: rgb(64 64 64 / 0.9); +} +.text-neutral-700\/95{ + color: rgb(64 64 64 / 0.95); +} +.text-neutral-700\/100{ + color: rgb(64 64 64 / 1); +} +.text-neutral-800\/0{ + color: rgb(38 38 38 / 0); +} +.text-neutral-800\/5{ + color: rgb(38 38 38 / 0.05); +} +.text-neutral-800\/10{ + color: rgb(38 38 38 / 0.1); +} +.text-neutral-800\/20{ + color: rgb(38 38 38 / 0.2); +} +.text-neutral-800\/25{ + color: rgb(38 38 38 / 0.25); +} +.text-neutral-800\/30{ + color: rgb(38 38 38 / 0.3); +} +.text-neutral-800\/40{ + color: rgb(38 38 38 / 0.4); +} +.text-neutral-800\/50{ + color: rgb(38 38 38 / 0.5); +} +.text-neutral-800\/60{ + color: rgb(38 38 38 / 0.6); +} +.text-neutral-800\/70{ + color: rgb(38 38 38 / 0.7); +} +.text-neutral-800\/75{ + color: rgb(38 38 38 / 0.75); +} +.text-neutral-800\/80{ + color: rgb(38 38 38 / 0.8); +} +.text-neutral-800\/90{ + color: rgb(38 38 38 / 0.9); +} +.text-neutral-800\/95{ + color: rgb(38 38 38 / 0.95); +} +.text-neutral-800\/100{ + color: rgb(38 38 38 / 1); +} +.text-neutral-900\/0{ + color: rgb(23 23 23 / 0); +} +.text-neutral-900\/5{ + color: rgb(23 23 23 / 0.05); +} +.text-neutral-900\/10{ + color: rgb(23 23 23 / 0.1); +} +.text-neutral-900\/20{ + color: rgb(23 23 23 / 0.2); +} +.text-neutral-900\/25{ + color: rgb(23 23 23 / 0.25); +} +.text-neutral-900\/30{ + color: rgb(23 23 23 / 0.3); +} +.text-neutral-900\/40{ + color: rgb(23 23 23 / 0.4); +} +.text-neutral-900\/50{ + color: rgb(23 23 23 / 0.5); +} +.text-neutral-900\/60{ + color: rgb(23 23 23 / 0.6); +} +.text-neutral-900\/70{ + color: rgb(23 23 23 / 0.7); +} +.text-neutral-900\/75{ + color: rgb(23 23 23 / 0.75); +} +.text-neutral-900\/80{ + color: rgb(23 23 23 / 0.8); +} +.text-neutral-900\/90{ + color: rgb(23 23 23 / 0.9); +} +.text-neutral-900\/95{ + color: rgb(23 23 23 / 0.95); +} +.text-neutral-900\/100{ + color: rgb(23 23 23 / 1); +} +.text-stone-50\/0{ + color: rgb(250 250 249 / 0); +} +.text-stone-50\/5{ + color: rgb(250 250 249 / 0.05); +} +.text-stone-50\/10{ + color: rgb(250 250 249 / 0.1); +} +.text-stone-50\/20{ + color: rgb(250 250 249 / 0.2); +} +.text-stone-50\/25{ + color: rgb(250 250 249 / 0.25); +} +.text-stone-50\/30{ + color: rgb(250 250 249 / 0.3); +} +.text-stone-50\/40{ + color: rgb(250 250 249 / 0.4); +} +.text-stone-50\/50{ + color: rgb(250 250 249 / 0.5); +} +.text-stone-50\/60{ + color: rgb(250 250 249 / 0.6); +} +.text-stone-50\/70{ + color: rgb(250 250 249 / 0.7); +} +.text-stone-50\/75{ + color: rgb(250 250 249 / 0.75); +} +.text-stone-50\/80{ + color: rgb(250 250 249 / 0.8); +} +.text-stone-50\/90{ + color: rgb(250 250 249 / 0.9); +} +.text-stone-50\/95{ + color: rgb(250 250 249 / 0.95); +} +.text-stone-50\/100{ + color: rgb(250 250 249 / 1); +} +.text-stone-100\/0{ + color: rgb(245 245 244 / 0); +} +.text-stone-100\/5{ + color: rgb(245 245 244 / 0.05); +} +.text-stone-100\/10{ + color: rgb(245 245 244 / 0.1); +} +.text-stone-100\/20{ + color: rgb(245 245 244 / 0.2); +} +.text-stone-100\/25{ + color: rgb(245 245 244 / 0.25); +} +.text-stone-100\/30{ + color: rgb(245 245 244 / 0.3); +} +.text-stone-100\/40{ + color: rgb(245 245 244 / 0.4); +} +.text-stone-100\/50{ + color: rgb(245 245 244 / 0.5); +} +.text-stone-100\/60{ + color: rgb(245 245 244 / 0.6); +} +.text-stone-100\/70{ + color: rgb(245 245 244 / 0.7); +} +.text-stone-100\/75{ + color: rgb(245 245 244 / 0.75); +} +.text-stone-100\/80{ + color: rgb(245 245 244 / 0.8); +} +.text-stone-100\/90{ + color: rgb(245 245 244 / 0.9); +} +.text-stone-100\/95{ + color: rgb(245 245 244 / 0.95); +} +.text-stone-100\/100{ + color: rgb(245 245 244 / 1); +} +.text-stone-200\/0{ + color: rgb(231 229 228 / 0); +} +.text-stone-200\/5{ + color: rgb(231 229 228 / 0.05); +} +.text-stone-200\/10{ + color: rgb(231 229 228 / 0.1); +} +.text-stone-200\/20{ + color: rgb(231 229 228 / 0.2); +} +.text-stone-200\/25{ + color: rgb(231 229 228 / 0.25); +} +.text-stone-200\/30{ + color: rgb(231 229 228 / 0.3); +} +.text-stone-200\/40{ + color: rgb(231 229 228 / 0.4); +} +.text-stone-200\/50{ + color: rgb(231 229 228 / 0.5); +} +.text-stone-200\/60{ + color: rgb(231 229 228 / 0.6); +} +.text-stone-200\/70{ + color: rgb(231 229 228 / 0.7); +} +.text-stone-200\/75{ + color: rgb(231 229 228 / 0.75); +} +.text-stone-200\/80{ + color: rgb(231 229 228 / 0.8); +} +.text-stone-200\/90{ + color: rgb(231 229 228 / 0.9); +} +.text-stone-200\/95{ + color: rgb(231 229 228 / 0.95); +} +.text-stone-200\/100{ + color: rgb(231 229 228 / 1); +} +.text-stone-300\/0{ + color: rgb(214 211 209 / 0); +} +.text-stone-300\/5{ + color: rgb(214 211 209 / 0.05); +} +.text-stone-300\/10{ + color: rgb(214 211 209 / 0.1); +} +.text-stone-300\/20{ + color: rgb(214 211 209 / 0.2); +} +.text-stone-300\/25{ + color: rgb(214 211 209 / 0.25); +} +.text-stone-300\/30{ + color: rgb(214 211 209 / 0.3); +} +.text-stone-300\/40{ + color: rgb(214 211 209 / 0.4); +} +.text-stone-300\/50{ + color: rgb(214 211 209 / 0.5); +} +.text-stone-300\/60{ + color: rgb(214 211 209 / 0.6); +} +.text-stone-300\/70{ + color: rgb(214 211 209 / 0.7); +} +.text-stone-300\/75{ + color: rgb(214 211 209 / 0.75); +} +.text-stone-300\/80{ + color: rgb(214 211 209 / 0.8); +} +.text-stone-300\/90{ + color: rgb(214 211 209 / 0.9); +} +.text-stone-300\/95{ + color: rgb(214 211 209 / 0.95); +} +.text-stone-300\/100{ + color: rgb(214 211 209 / 1); +} +.text-stone-400\/0{ + color: rgb(168 162 158 / 0); +} +.text-stone-400\/5{ + color: rgb(168 162 158 / 0.05); +} +.text-stone-400\/10{ + color: rgb(168 162 158 / 0.1); +} +.text-stone-400\/20{ + color: rgb(168 162 158 / 0.2); +} +.text-stone-400\/25{ + color: rgb(168 162 158 / 0.25); +} +.text-stone-400\/30{ + color: rgb(168 162 158 / 0.3); +} +.text-stone-400\/40{ + color: rgb(168 162 158 / 0.4); +} +.text-stone-400\/50{ + color: rgb(168 162 158 / 0.5); +} +.text-stone-400\/60{ + color: rgb(168 162 158 / 0.6); +} +.text-stone-400\/70{ + color: rgb(168 162 158 / 0.7); +} +.text-stone-400\/75{ + color: rgb(168 162 158 / 0.75); +} +.text-stone-400\/80{ + color: rgb(168 162 158 / 0.8); +} +.text-stone-400\/90{ + color: rgb(168 162 158 / 0.9); +} +.text-stone-400\/95{ + color: rgb(168 162 158 / 0.95); +} +.text-stone-400\/100{ + color: rgb(168 162 158 / 1); +} +.text-stone-500\/0{ + color: rgb(120 113 108 / 0); +} +.text-stone-500\/5{ + color: rgb(120 113 108 / 0.05); +} +.text-stone-500\/10{ + color: rgb(120 113 108 / 0.1); +} +.text-stone-500\/20{ + color: rgb(120 113 108 / 0.2); +} +.text-stone-500\/25{ + color: rgb(120 113 108 / 0.25); +} +.text-stone-500\/30{ + color: rgb(120 113 108 / 0.3); +} +.text-stone-500\/40{ + color: rgb(120 113 108 / 0.4); +} +.text-stone-500\/50{ + color: rgb(120 113 108 / 0.5); +} +.text-stone-500\/60{ + color: rgb(120 113 108 / 0.6); +} +.text-stone-500\/70{ + color: rgb(120 113 108 / 0.7); +} +.text-stone-500\/75{ + color: rgb(120 113 108 / 0.75); +} +.text-stone-500\/80{ + color: rgb(120 113 108 / 0.8); +} +.text-stone-500\/90{ + color: rgb(120 113 108 / 0.9); +} +.text-stone-500\/95{ + color: rgb(120 113 108 / 0.95); +} +.text-stone-500\/100{ + color: rgb(120 113 108 / 1); +} +.text-stone-600\/0{ + color: rgb(87 83 78 / 0); +} +.text-stone-600\/5{ + color: rgb(87 83 78 / 0.05); +} +.text-stone-600\/10{ + color: rgb(87 83 78 / 0.1); +} +.text-stone-600\/20{ + color: rgb(87 83 78 / 0.2); +} +.text-stone-600\/25{ + color: rgb(87 83 78 / 0.25); +} +.text-stone-600\/30{ + color: rgb(87 83 78 / 0.3); +} +.text-stone-600\/40{ + color: rgb(87 83 78 / 0.4); +} +.text-stone-600\/50{ + color: rgb(87 83 78 / 0.5); +} +.text-stone-600\/60{ + color: rgb(87 83 78 / 0.6); +} +.text-stone-600\/70{ + color: rgb(87 83 78 / 0.7); +} +.text-stone-600\/75{ + color: rgb(87 83 78 / 0.75); +} +.text-stone-600\/80{ + color: rgb(87 83 78 / 0.8); +} +.text-stone-600\/90{ + color: rgb(87 83 78 / 0.9); +} +.text-stone-600\/95{ + color: rgb(87 83 78 / 0.95); +} +.text-stone-600\/100{ + color: rgb(87 83 78 / 1); +} +.text-stone-700\/0{ + color: rgb(68 64 60 / 0); +} +.text-stone-700\/5{ + color: rgb(68 64 60 / 0.05); +} +.text-stone-700\/10{ + color: rgb(68 64 60 / 0.1); +} +.text-stone-700\/20{ + color: rgb(68 64 60 / 0.2); +} +.text-stone-700\/25{ + color: rgb(68 64 60 / 0.25); +} +.text-stone-700\/30{ + color: rgb(68 64 60 / 0.3); +} +.text-stone-700\/40{ + color: rgb(68 64 60 / 0.4); +} +.text-stone-700\/50{ + color: rgb(68 64 60 / 0.5); +} +.text-stone-700\/60{ + color: rgb(68 64 60 / 0.6); +} +.text-stone-700\/70{ + color: rgb(68 64 60 / 0.7); +} +.text-stone-700\/75{ + color: rgb(68 64 60 / 0.75); +} +.text-stone-700\/80{ + color: rgb(68 64 60 / 0.8); +} +.text-stone-700\/90{ + color: rgb(68 64 60 / 0.9); +} +.text-stone-700\/95{ + color: rgb(68 64 60 / 0.95); +} +.text-stone-700\/100{ + color: rgb(68 64 60 / 1); +} +.text-stone-800\/0{ + color: rgb(41 37 36 / 0); +} +.text-stone-800\/5{ + color: rgb(41 37 36 / 0.05); +} +.text-stone-800\/10{ + color: rgb(41 37 36 / 0.1); +} +.text-stone-800\/20{ + color: rgb(41 37 36 / 0.2); +} +.text-stone-800\/25{ + color: rgb(41 37 36 / 0.25); +} +.text-stone-800\/30{ + color: rgb(41 37 36 / 0.3); +} +.text-stone-800\/40{ + color: rgb(41 37 36 / 0.4); +} +.text-stone-800\/50{ + color: rgb(41 37 36 / 0.5); +} +.text-stone-800\/60{ + color: rgb(41 37 36 / 0.6); +} +.text-stone-800\/70{ + color: rgb(41 37 36 / 0.7); +} +.text-stone-800\/75{ + color: rgb(41 37 36 / 0.75); +} +.text-stone-800\/80{ + color: rgb(41 37 36 / 0.8); +} +.text-stone-800\/90{ + color: rgb(41 37 36 / 0.9); +} +.text-stone-800\/95{ + color: rgb(41 37 36 / 0.95); +} +.text-stone-800\/100{ + color: rgb(41 37 36 / 1); +} +.text-stone-900\/0{ + color: rgb(28 25 23 / 0); +} +.text-stone-900\/5{ + color: rgb(28 25 23 / 0.05); +} +.text-stone-900\/10{ + color: rgb(28 25 23 / 0.1); +} +.text-stone-900\/20{ + color: rgb(28 25 23 / 0.2); +} +.text-stone-900\/25{ + color: rgb(28 25 23 / 0.25); +} +.text-stone-900\/30{ + color: rgb(28 25 23 / 0.3); +} +.text-stone-900\/40{ + color: rgb(28 25 23 / 0.4); +} +.text-stone-900\/50{ + color: rgb(28 25 23 / 0.5); +} +.text-stone-900\/60{ + color: rgb(28 25 23 / 0.6); +} +.text-stone-900\/70{ + color: rgb(28 25 23 / 0.7); +} +.text-stone-900\/75{ + color: rgb(28 25 23 / 0.75); +} +.text-stone-900\/80{ + color: rgb(28 25 23 / 0.8); +} +.text-stone-900\/90{ + color: rgb(28 25 23 / 0.9); +} +.text-stone-900\/95{ + color: rgb(28 25 23 / 0.95); +} +.text-stone-900\/100{ + color: rgb(28 25 23 / 1); +} +.text-red-50\/0{ + color: rgb(252 242 242 / 0); +} +.text-red-50\/5{ + color: rgb(252 242 242 / 0.05); +} +.text-red-50\/10{ + color: rgb(252 242 242 / 0.1); +} +.text-red-50\/20{ + color: rgb(252 242 242 / 0.2); +} +.text-red-50\/25{ + color: rgb(252 242 242 / 0.25); +} +.text-red-50\/30{ + color: rgb(252 242 242 / 0.3); +} +.text-red-50\/40{ + color: rgb(252 242 242 / 0.4); +} +.text-red-50\/50{ + color: rgb(252 242 242 / 0.5); +} +.text-red-50\/60{ + color: rgb(252 242 242 / 0.6); +} +.text-red-50\/70{ + color: rgb(252 242 242 / 0.7); +} +.text-red-50\/75{ + color: rgb(252 242 242 / 0.75); +} +.text-red-50\/80{ + color: rgb(252 242 242 / 0.8); +} +.text-red-50\/90{ + color: rgb(252 242 242 / 0.9); +} +.text-red-50\/95{ + color: rgb(252 242 242 / 0.95); +} +.text-red-50\/100{ + color: rgb(252 242 242 / 1); +} +.text-red-100\/0{ + color: rgb(250 230 230 / 0); +} +.text-red-100\/5{ + color: rgb(250 230 230 / 0.05); +} +.text-red-100\/10{ + color: rgb(250 230 230 / 0.1); +} +.text-red-100\/20{ + color: rgb(250 230 230 / 0.2); +} +.text-red-100\/25{ + color: rgb(250 230 230 / 0.25); +} +.text-red-100\/30{ + color: rgb(250 230 230 / 0.3); +} +.text-red-100\/40{ + color: rgb(250 230 230 / 0.4); +} +.text-red-100\/50{ + color: rgb(250 230 230 / 0.5); +} +.text-red-100\/60{ + color: rgb(250 230 230 / 0.6); +} +.text-red-100\/70{ + color: rgb(250 230 230 / 0.7); +} +.text-red-100\/75{ + color: rgb(250 230 230 / 0.75); +} +.text-red-100\/80{ + color: rgb(250 230 230 / 0.8); +} +.text-red-100\/90{ + color: rgb(250 230 230 / 0.9); +} +.text-red-100\/95{ + color: rgb(250 230 230 / 0.95); +} +.text-red-100\/100{ + color: rgb(250 230 230 / 1); +} +.text-red-200\/0{ + color: rgb(242 191 191 / 0); +} +.text-red-200\/5{ + color: rgb(242 191 191 / 0.05); +} +.text-red-200\/10{ + color: rgb(242 191 191 / 0.1); +} +.text-red-200\/20{ + color: rgb(242 191 191 / 0.2); +} +.text-red-200\/25{ + color: rgb(242 191 191 / 0.25); +} +.text-red-200\/30{ + color: rgb(242 191 191 / 0.3); +} +.text-red-200\/40{ + color: rgb(242 191 191 / 0.4); +} +.text-red-200\/50{ + color: rgb(242 191 191 / 0.5); +} +.text-red-200\/60{ + color: rgb(242 191 191 / 0.6); +} +.text-red-200\/70{ + color: rgb(242 191 191 / 0.7); +} +.text-red-200\/75{ + color: rgb(242 191 191 / 0.75); +} +.text-red-200\/80{ + color: rgb(242 191 191 / 0.8); +} +.text-red-200\/90{ + color: rgb(242 191 191 / 0.9); +} +.text-red-200\/95{ + color: rgb(242 191 191 / 0.95); +} +.text-red-200\/100{ + color: rgb(242 191 191 / 1); +} +.text-red-300\/0{ + color: rgb(235 153 153 / 0); +} +.text-red-300\/5{ + color: rgb(235 153 153 / 0.05); +} +.text-red-300\/10{ + color: rgb(235 153 153 / 0.1); +} +.text-red-300\/20{ + color: rgb(235 153 153 / 0.2); +} +.text-red-300\/25{ + color: rgb(235 153 153 / 0.25); +} +.text-red-300\/30{ + color: rgb(235 153 153 / 0.3); +} +.text-red-300\/40{ + color: rgb(235 153 153 / 0.4); +} +.text-red-300\/50{ + color: rgb(235 153 153 / 0.5); +} +.text-red-300\/60{ + color: rgb(235 153 153 / 0.6); +} +.text-red-300\/70{ + color: rgb(235 153 153 / 0.7); +} +.text-red-300\/75{ + color: rgb(235 153 153 / 0.75); +} +.text-red-300\/80{ + color: rgb(235 153 153 / 0.8); +} +.text-red-300\/90{ + color: rgb(235 153 153 / 0.9); +} +.text-red-300\/95{ + color: rgb(235 153 153 / 0.95); +} +.text-red-300\/100{ + color: rgb(235 153 153 / 1); +} +.text-red-400\/0{ + color: rgb(219 77 77 / 0); +} +.text-red-400\/5{ + color: rgb(219 77 77 / 0.05); +} +.text-red-400\/10{ + color: rgb(219 77 77 / 0.1); +} +.text-red-400\/20{ + color: rgb(219 77 77 / 0.2); +} +.text-red-400\/25{ + color: rgb(219 77 77 / 0.25); +} +.text-red-400\/30{ + color: rgb(219 77 77 / 0.3); +} +.text-red-400\/40{ + color: rgb(219 77 77 / 0.4); +} +.text-red-400\/50{ + color: rgb(219 77 77 / 0.5); +} +.text-red-400\/60{ + color: rgb(219 77 77 / 0.6); +} +.text-red-400\/70{ + color: rgb(219 77 77 / 0.7); +} +.text-red-400\/75{ + color: rgb(219 77 77 / 0.75); +} +.text-red-400\/80{ + color: rgb(219 77 77 / 0.8); +} +.text-red-400\/90{ + color: rgb(219 77 77 / 0.9); +} +.text-red-400\/95{ + color: rgb(219 77 77 / 0.95); +} +.text-red-400\/100{ + color: rgb(219 77 77 / 1); +} +.text-red-500\/0{ + color: rgb(204 0 0 / 0); +} +.text-red-500\/5{ + color: rgb(204 0 0 / 0.05); +} +.text-red-500\/10{ + color: rgb(204 0 0 / 0.1); +} +.text-red-500\/20{ + color: rgb(204 0 0 / 0.2); +} +.text-red-500\/25{ + color: rgb(204 0 0 / 0.25); +} +.text-red-500\/30{ + color: rgb(204 0 0 / 0.3); +} +.text-red-500\/40{ + color: rgb(204 0 0 / 0.4); +} +.text-red-500\/50{ + color: rgb(204 0 0 / 0.5); +} +.text-red-500\/60{ + color: rgb(204 0 0 / 0.6); +} +.text-red-500\/70{ + color: rgb(204 0 0 / 0.7); +} +.text-red-500\/75{ + color: rgb(204 0 0 / 0.75); +} +.text-red-500\/80{ + color: rgb(204 0 0 / 0.8); +} +.text-red-500\/90{ + color: rgb(204 0 0 / 0.9); +} +.text-red-500\/95{ + color: rgb(204 0 0 / 0.95); +} +.text-red-500\/100{ + color: rgb(204 0 0 / 1); +} +.text-red-600\/0{ + color: rgb(184 0 0 / 0); +} +.text-red-600\/5{ + color: rgb(184 0 0 / 0.05); +} +.text-red-600\/10{ + color: rgb(184 0 0 / 0.1); +} +.text-red-600\/20{ + color: rgb(184 0 0 / 0.2); +} +.text-red-600\/25{ + color: rgb(184 0 0 / 0.25); +} +.text-red-600\/30{ + color: rgb(184 0 0 / 0.3); +} +.text-red-600\/40{ + color: rgb(184 0 0 / 0.4); +} +.text-red-600\/50{ + color: rgb(184 0 0 / 0.5); +} +.text-red-600\/60{ + color: rgb(184 0 0 / 0.6); +} +.text-red-600\/70{ + color: rgb(184 0 0 / 0.7); +} +.text-red-600\/75{ + color: rgb(184 0 0 / 0.75); +} +.text-red-600\/80{ + color: rgb(184 0 0 / 0.8); +} +.text-red-600\/90{ + color: rgb(184 0 0 / 0.9); +} +.text-red-600\/95{ + color: rgb(184 0 0 / 0.95); +} +.text-red-600\/100{ + color: rgb(184 0 0 / 1); +} +.text-red-700\/0{ + color: rgb(153 0 0 / 0); +} +.text-red-700\/5{ + color: rgb(153 0 0 / 0.05); +} +.text-red-700\/10{ + color: rgb(153 0 0 / 0.1); +} +.text-red-700\/20{ + color: rgb(153 0 0 / 0.2); +} +.text-red-700\/25{ + color: rgb(153 0 0 / 0.25); +} +.text-red-700\/30{ + color: rgb(153 0 0 / 0.3); +} +.text-red-700\/40{ + color: rgb(153 0 0 / 0.4); +} +.text-red-700\/50{ + color: rgb(153 0 0 / 0.5); +} +.text-red-700\/60{ + color: rgb(153 0 0 / 0.6); +} +.text-red-700\/70{ + color: rgb(153 0 0 / 0.7); +} +.text-red-700\/75{ + color: rgb(153 0 0 / 0.75); +} +.text-red-700\/80{ + color: rgb(153 0 0 / 0.8); +} +.text-red-700\/90{ + color: rgb(153 0 0 / 0.9); +} +.text-red-700\/95{ + color: rgb(153 0 0 / 0.95); +} +.text-red-700\/100{ + color: rgb(153 0 0 / 1); +} +.text-red-800\/0{ + color: rgb(122 0 0 / 0); +} +.text-red-800\/5{ + color: rgb(122 0 0 / 0.05); +} +.text-red-800\/10{ + color: rgb(122 0 0 / 0.1); +} +.text-red-800\/20{ + color: rgb(122 0 0 / 0.2); +} +.text-red-800\/25{ + color: rgb(122 0 0 / 0.25); +} +.text-red-800\/30{ + color: rgb(122 0 0 / 0.3); +} +.text-red-800\/40{ + color: rgb(122 0 0 / 0.4); +} +.text-red-800\/50{ + color: rgb(122 0 0 / 0.5); +} +.text-red-800\/60{ + color: rgb(122 0 0 / 0.6); +} +.text-red-800\/70{ + color: rgb(122 0 0 / 0.7); +} +.text-red-800\/75{ + color: rgb(122 0 0 / 0.75); +} +.text-red-800\/80{ + color: rgb(122 0 0 / 0.8); +} +.text-red-800\/90{ + color: rgb(122 0 0 / 0.9); +} +.text-red-800\/95{ + color: rgb(122 0 0 / 0.95); +} +.text-red-800\/100{ + color: rgb(122 0 0 / 1); +} +.text-red-900\/0{ + color: rgb(100 0 0 / 0); +} +.text-red-900\/5{ + color: rgb(100 0 0 / 0.05); +} +.text-red-900\/10{ + color: rgb(100 0 0 / 0.1); +} +.text-red-900\/20{ + color: rgb(100 0 0 / 0.2); +} +.text-red-900\/25{ + color: rgb(100 0 0 / 0.25); +} +.text-red-900\/30{ + color: rgb(100 0 0 / 0.3); +} +.text-red-900\/40{ + color: rgb(100 0 0 / 0.4); +} +.text-red-900\/50{ + color: rgb(100 0 0 / 0.5); +} +.text-red-900\/60{ + color: rgb(100 0 0 / 0.6); +} +.text-red-900\/70{ + color: rgb(100 0 0 / 0.7); +} +.text-red-900\/75{ + color: rgb(100 0 0 / 0.75); +} +.text-red-900\/80{ + color: rgb(100 0 0 / 0.8); +} +.text-red-900\/90{ + color: rgb(100 0 0 / 0.9); +} +.text-red-900\/95{ + color: rgb(100 0 0 / 0.95); +} +.text-red-900\/100{ + color: rgb(100 0 0 / 1); +} +.text-red\/0{ + color: rgb(204 0 0 / 0); +} +.text-red\/5{ + color: rgb(204 0 0 / 0.05); +} +.text-red\/10{ + color: rgb(204 0 0 / 0.1); +} +.text-red\/20{ + color: rgb(204 0 0 / 0.2); +} +.text-red\/25{ + color: rgb(204 0 0 / 0.25); +} +.text-red\/30{ + color: rgb(204 0 0 / 0.3); +} +.text-red\/40{ + color: rgb(204 0 0 / 0.4); +} +.text-red\/50{ + color: rgb(204 0 0 / 0.5); +} +.text-red\/60{ + color: rgb(204 0 0 / 0.6); +} +.text-red\/70{ + color: rgb(204 0 0 / 0.7); +} +.text-red\/75{ + color: rgb(204 0 0 / 0.75); +} +.text-red\/80{ + color: rgb(204 0 0 / 0.8); +} +.text-red\/90{ + color: rgb(204 0 0 / 0.9); +} +.text-red\/95{ + color: rgb(204 0 0 / 0.95); +} +.text-red\/100{ + color: rgb(204 0 0 / 1); +} +.text-orange-50\/0{ + color: rgb(255 250 243 / 0); +} +.text-orange-50\/5{ + color: rgb(255 250 243 / 0.05); +} +.text-orange-50\/10{ + color: rgb(255 250 243 / 0.1); +} +.text-orange-50\/20{ + color: rgb(255 250 243 / 0.2); +} +.text-orange-50\/25{ + color: rgb(255 250 243 / 0.25); +} +.text-orange-50\/30{ + color: rgb(255 250 243 / 0.3); +} +.text-orange-50\/40{ + color: rgb(255 250 243 / 0.4); +} +.text-orange-50\/50{ + color: rgb(255 250 243 / 0.5); +} +.text-orange-50\/60{ + color: rgb(255 250 243 / 0.6); +} +.text-orange-50\/70{ + color: rgb(255 250 243 / 0.7); +} +.text-orange-50\/75{ + color: rgb(255 250 243 / 0.75); +} +.text-orange-50\/80{ + color: rgb(255 250 243 / 0.8); +} +.text-orange-50\/90{ + color: rgb(255 250 243 / 0.9); +} +.text-orange-50\/95{ + color: rgb(255 250 243 / 0.95); +} +.text-orange-50\/100{ + color: rgb(255 250 243 / 1); +} +.text-orange-100\/0{ + color: rgb(254 245 231 / 0); +} +.text-orange-100\/5{ + color: rgb(254 245 231 / 0.05); +} +.text-orange-100\/10{ + color: rgb(254 245 231 / 0.1); +} +.text-orange-100\/20{ + color: rgb(254 245 231 / 0.2); +} +.text-orange-100\/25{ + color: rgb(254 245 231 / 0.25); +} +.text-orange-100\/30{ + color: rgb(254 245 231 / 0.3); +} +.text-orange-100\/40{ + color: rgb(254 245 231 / 0.4); +} +.text-orange-100\/50{ + color: rgb(254 245 231 / 0.5); +} +.text-orange-100\/60{ + color: rgb(254 245 231 / 0.6); +} +.text-orange-100\/70{ + color: rgb(254 245 231 / 0.7); +} +.text-orange-100\/75{ + color: rgb(254 245 231 / 0.75); +} +.text-orange-100\/80{ + color: rgb(254 245 231 / 0.8); +} +.text-orange-100\/90{ + color: rgb(254 245 231 / 0.9); +} +.text-orange-100\/95{ + color: rgb(254 245 231 / 0.95); +} +.text-orange-100\/100{ + color: rgb(254 245 231 / 1); +} +.text-orange-200\/0{ + color: rgb(253 231 194 / 0); +} +.text-orange-200\/5{ + color: rgb(253 231 194 / 0.05); +} +.text-orange-200\/10{ + color: rgb(253 231 194 / 0.1); +} +.text-orange-200\/20{ + color: rgb(253 231 194 / 0.2); +} +.text-orange-200\/25{ + color: rgb(253 231 194 / 0.25); +} +.text-orange-200\/30{ + color: rgb(253 231 194 / 0.3); +} +.text-orange-200\/40{ + color: rgb(253 231 194 / 0.4); +} +.text-orange-200\/50{ + color: rgb(253 231 194 / 0.5); +} +.text-orange-200\/60{ + color: rgb(253 231 194 / 0.6); +} +.text-orange-200\/70{ + color: rgb(253 231 194 / 0.7); +} +.text-orange-200\/75{ + color: rgb(253 231 194 / 0.75); +} +.text-orange-200\/80{ + color: rgb(253 231 194 / 0.8); +} +.text-orange-200\/90{ + color: rgb(253 231 194 / 0.9); +} +.text-orange-200\/95{ + color: rgb(253 231 194 / 0.95); +} +.text-orange-200\/100{ + color: rgb(253 231 194 / 1); +} +.text-orange-300\/0{ + color: rgb(251 216 157 / 0); +} +.text-orange-300\/5{ + color: rgb(251 216 157 / 0.05); +} +.text-orange-300\/10{ + color: rgb(251 216 157 / 0.1); +} +.text-orange-300\/20{ + color: rgb(251 216 157 / 0.2); +} +.text-orange-300\/25{ + color: rgb(251 216 157 / 0.25); +} +.text-orange-300\/30{ + color: rgb(251 216 157 / 0.3); +} +.text-orange-300\/40{ + color: rgb(251 216 157 / 0.4); +} +.text-orange-300\/50{ + color: rgb(251 216 157 / 0.5); +} +.text-orange-300\/60{ + color: rgb(251 216 157 / 0.6); +} +.text-orange-300\/70{ + color: rgb(251 216 157 / 0.7); +} +.text-orange-300\/75{ + color: rgb(251 216 157 / 0.75); +} +.text-orange-300\/80{ + color: rgb(251 216 157 / 0.8); +} +.text-orange-300\/90{ + color: rgb(251 216 157 / 0.9); +} +.text-orange-300\/95{ + color: rgb(251 216 157 / 0.95); +} +.text-orange-300\/100{ + color: rgb(251 216 157 / 1); +} +.text-orange-400\/0{ + color: rgb(248 187 84 / 0); +} +.text-orange-400\/5{ + color: rgb(248 187 84 / 0.05); +} +.text-orange-400\/10{ + color: rgb(248 187 84 / 0.1); +} +.text-orange-400\/20{ + color: rgb(248 187 84 / 0.2); +} +.text-orange-400\/25{ + color: rgb(248 187 84 / 0.25); +} +.text-orange-400\/30{ + color: rgb(248 187 84 / 0.3); +} +.text-orange-400\/40{ + color: rgb(248 187 84 / 0.4); +} +.text-orange-400\/50{ + color: rgb(248 187 84 / 0.5); +} +.text-orange-400\/60{ + color: rgb(248 187 84 / 0.6); +} +.text-orange-400\/70{ + color: rgb(248 187 84 / 0.7); +} +.text-orange-400\/75{ + color: rgb(248 187 84 / 0.75); +} +.text-orange-400\/80{ + color: rgb(248 187 84 / 0.8); +} +.text-orange-400\/90{ + color: rgb(248 187 84 / 0.9); +} +.text-orange-400\/95{ + color: rgb(248 187 84 / 0.95); +} +.text-orange-400\/100{ + color: rgb(248 187 84 / 1); +} +.text-orange-500\/0{ + color: rgb(245 158 11 / 0); +} +.text-orange-500\/5{ + color: rgb(245 158 11 / 0.05); +} +.text-orange-500\/10{ + color: rgb(245 158 11 / 0.1); +} +.text-orange-500\/20{ + color: rgb(245 158 11 / 0.2); +} +.text-orange-500\/25{ + color: rgb(245 158 11 / 0.25); +} +.text-orange-500\/30{ + color: rgb(245 158 11 / 0.3); +} +.text-orange-500\/40{ + color: rgb(245 158 11 / 0.4); +} +.text-orange-500\/50{ + color: rgb(245 158 11 / 0.5); +} +.text-orange-500\/60{ + color: rgb(245 158 11 / 0.6); +} +.text-orange-500\/70{ + color: rgb(245 158 11 / 0.7); +} +.text-orange-500\/75{ + color: rgb(245 158 11 / 0.75); +} +.text-orange-500\/80{ + color: rgb(245 158 11 / 0.8); +} +.text-orange-500\/90{ + color: rgb(245 158 11 / 0.9); +} +.text-orange-500\/95{ + color: rgb(245 158 11 / 0.95); +} +.text-orange-500\/100{ + color: rgb(245 158 11 / 1); +} +.text-orange-600\/0{ + color: rgb(221 142 10 / 0); +} +.text-orange-600\/5{ + color: rgb(221 142 10 / 0.05); +} +.text-orange-600\/10{ + color: rgb(221 142 10 / 0.1); +} +.text-orange-600\/20{ + color: rgb(221 142 10 / 0.2); +} +.text-orange-600\/25{ + color: rgb(221 142 10 / 0.25); +} +.text-orange-600\/30{ + color: rgb(221 142 10 / 0.3); +} +.text-orange-600\/40{ + color: rgb(221 142 10 / 0.4); +} +.text-orange-600\/50{ + color: rgb(221 142 10 / 0.5); +} +.text-orange-600\/60{ + color: rgb(221 142 10 / 0.6); +} +.text-orange-600\/70{ + color: rgb(221 142 10 / 0.7); +} +.text-orange-600\/75{ + color: rgb(221 142 10 / 0.75); +} +.text-orange-600\/80{ + color: rgb(221 142 10 / 0.8); +} +.text-orange-600\/90{ + color: rgb(221 142 10 / 0.9); +} +.text-orange-600\/95{ + color: rgb(221 142 10 / 0.95); +} +.text-orange-600\/100{ + color: rgb(221 142 10 / 1); +} +.text-orange-700\/0{ + color: rgb(184 119 8 / 0); +} +.text-orange-700\/5{ + color: rgb(184 119 8 / 0.05); +} +.text-orange-700\/10{ + color: rgb(184 119 8 / 0.1); +} +.text-orange-700\/20{ + color: rgb(184 119 8 / 0.2); +} +.text-orange-700\/25{ + color: rgb(184 119 8 / 0.25); +} +.text-orange-700\/30{ + color: rgb(184 119 8 / 0.3); +} +.text-orange-700\/40{ + color: rgb(184 119 8 / 0.4); +} +.text-orange-700\/50{ + color: rgb(184 119 8 / 0.5); +} +.text-orange-700\/60{ + color: rgb(184 119 8 / 0.6); +} +.text-orange-700\/70{ + color: rgb(184 119 8 / 0.7); +} +.text-orange-700\/75{ + color: rgb(184 119 8 / 0.75); +} +.text-orange-700\/80{ + color: rgb(184 119 8 / 0.8); +} +.text-orange-700\/90{ + color: rgb(184 119 8 / 0.9); +} +.text-orange-700\/95{ + color: rgb(184 119 8 / 0.95); +} +.text-orange-700\/100{ + color: rgb(184 119 8 / 1); +} +.text-orange-800\/0{ + color: rgb(147 95 7 / 0); +} +.text-orange-800\/5{ + color: rgb(147 95 7 / 0.05); +} +.text-orange-800\/10{ + color: rgb(147 95 7 / 0.1); +} +.text-orange-800\/20{ + color: rgb(147 95 7 / 0.2); +} +.text-orange-800\/25{ + color: rgb(147 95 7 / 0.25); +} +.text-orange-800\/30{ + color: rgb(147 95 7 / 0.3); +} +.text-orange-800\/40{ + color: rgb(147 95 7 / 0.4); +} +.text-orange-800\/50{ + color: rgb(147 95 7 / 0.5); +} +.text-orange-800\/60{ + color: rgb(147 95 7 / 0.6); +} +.text-orange-800\/70{ + color: rgb(147 95 7 / 0.7); +} +.text-orange-800\/75{ + color: rgb(147 95 7 / 0.75); +} +.text-orange-800\/80{ + color: rgb(147 95 7 / 0.8); +} +.text-orange-800\/90{ + color: rgb(147 95 7 / 0.9); +} +.text-orange-800\/95{ + color: rgb(147 95 7 / 0.95); +} +.text-orange-800\/100{ + color: rgb(147 95 7 / 1); +} +.text-orange-900\/0{ + color: rgb(120 77 5 / 0); +} +.text-orange-900\/5{ + color: rgb(120 77 5 / 0.05); +} +.text-orange-900\/10{ + color: rgb(120 77 5 / 0.1); +} +.text-orange-900\/20{ + color: rgb(120 77 5 / 0.2); +} +.text-orange-900\/25{ + color: rgb(120 77 5 / 0.25); +} +.text-orange-900\/30{ + color: rgb(120 77 5 / 0.3); +} +.text-orange-900\/40{ + color: rgb(120 77 5 / 0.4); +} +.text-orange-900\/50{ + color: rgb(120 77 5 / 0.5); +} +.text-orange-900\/60{ + color: rgb(120 77 5 / 0.6); +} +.text-orange-900\/70{ + color: rgb(120 77 5 / 0.7); +} +.text-orange-900\/75{ + color: rgb(120 77 5 / 0.75); +} +.text-orange-900\/80{ + color: rgb(120 77 5 / 0.8); +} +.text-orange-900\/90{ + color: rgb(120 77 5 / 0.9); +} +.text-orange-900\/95{ + color: rgb(120 77 5 / 0.95); +} +.text-orange-900\/100{ + color: rgb(120 77 5 / 1); +} +.text-orange\/0{ + color: rgb(245 158 11 / 0); +} +.text-orange\/5{ + color: rgb(245 158 11 / 0.05); +} +.text-orange\/10{ + color: rgb(245 158 11 / 0.1); +} +.text-orange\/20{ + color: rgb(245 158 11 / 0.2); +} +.text-orange\/25{ + color: rgb(245 158 11 / 0.25); +} +.text-orange\/30{ + color: rgb(245 158 11 / 0.3); +} +.text-orange\/40{ + color: rgb(245 158 11 / 0.4); +} +.text-orange\/50{ + color: rgb(245 158 11 / 0.5); +} +.text-orange\/60{ + color: rgb(245 158 11 / 0.6); +} +.text-orange\/70{ + color: rgb(245 158 11 / 0.7); +} +.text-orange\/75{ + color: rgb(245 158 11 / 0.75); +} +.text-orange\/80{ + color: rgb(245 158 11 / 0.8); +} +.text-orange\/90{ + color: rgb(245 158 11 / 0.9); +} +.text-orange\/95{ + color: rgb(245 158 11 / 0.95); +} +.text-orange\/100{ + color: rgb(245 158 11 / 1); +} +.text-amber-50\/0{ + color: rgb(255 251 235 / 0); +} +.text-amber-50\/5{ + color: rgb(255 251 235 / 0.05); +} +.text-amber-50\/10{ + color: rgb(255 251 235 / 0.1); +} +.text-amber-50\/20{ + color: rgb(255 251 235 / 0.2); +} +.text-amber-50\/25{ + color: rgb(255 251 235 / 0.25); +} +.text-amber-50\/30{ + color: rgb(255 251 235 / 0.3); +} +.text-amber-50\/40{ + color: rgb(255 251 235 / 0.4); +} +.text-amber-50\/50{ + color: rgb(255 251 235 / 0.5); +} +.text-amber-50\/60{ + color: rgb(255 251 235 / 0.6); +} +.text-amber-50\/70{ + color: rgb(255 251 235 / 0.7); +} +.text-amber-50\/75{ + color: rgb(255 251 235 / 0.75); +} +.text-amber-50\/80{ + color: rgb(255 251 235 / 0.8); +} +.text-amber-50\/90{ + color: rgb(255 251 235 / 0.9); +} +.text-amber-50\/95{ + color: rgb(255 251 235 / 0.95); +} +.text-amber-50\/100{ + color: rgb(255 251 235 / 1); +} +.text-amber-100\/0{ + color: rgb(254 243 199 / 0); +} +.text-amber-100\/5{ + color: rgb(254 243 199 / 0.05); +} +.text-amber-100\/10{ + color: rgb(254 243 199 / 0.1); +} +.text-amber-100\/20{ + color: rgb(254 243 199 / 0.2); +} +.text-amber-100\/25{ + color: rgb(254 243 199 / 0.25); +} +.text-amber-100\/30{ + color: rgb(254 243 199 / 0.3); +} +.text-amber-100\/40{ + color: rgb(254 243 199 / 0.4); +} +.text-amber-100\/50{ + color: rgb(254 243 199 / 0.5); +} +.text-amber-100\/60{ + color: rgb(254 243 199 / 0.6); +} +.text-amber-100\/70{ + color: rgb(254 243 199 / 0.7); +} +.text-amber-100\/75{ + color: rgb(254 243 199 / 0.75); +} +.text-amber-100\/80{ + color: rgb(254 243 199 / 0.8); +} +.text-amber-100\/90{ + color: rgb(254 243 199 / 0.9); +} +.text-amber-100\/95{ + color: rgb(254 243 199 / 0.95); +} +.text-amber-100\/100{ + color: rgb(254 243 199 / 1); +} +.text-amber-200\/0{ + color: rgb(253 230 138 / 0); +} +.text-amber-200\/5{ + color: rgb(253 230 138 / 0.05); +} +.text-amber-200\/10{ + color: rgb(253 230 138 / 0.1); +} +.text-amber-200\/20{ + color: rgb(253 230 138 / 0.2); +} +.text-amber-200\/25{ + color: rgb(253 230 138 / 0.25); +} +.text-amber-200\/30{ + color: rgb(253 230 138 / 0.3); +} +.text-amber-200\/40{ + color: rgb(253 230 138 / 0.4); +} +.text-amber-200\/50{ + color: rgb(253 230 138 / 0.5); +} +.text-amber-200\/60{ + color: rgb(253 230 138 / 0.6); +} +.text-amber-200\/70{ + color: rgb(253 230 138 / 0.7); +} +.text-amber-200\/75{ + color: rgb(253 230 138 / 0.75); +} +.text-amber-200\/80{ + color: rgb(253 230 138 / 0.8); +} +.text-amber-200\/90{ + color: rgb(253 230 138 / 0.9); +} +.text-amber-200\/95{ + color: rgb(253 230 138 / 0.95); +} +.text-amber-200\/100{ + color: rgb(253 230 138 / 1); +} +.text-amber-300\/0{ + color: rgb(252 211 77 / 0); +} +.text-amber-300\/5{ + color: rgb(252 211 77 / 0.05); +} +.text-amber-300\/10{ + color: rgb(252 211 77 / 0.1); +} +.text-amber-300\/20{ + color: rgb(252 211 77 / 0.2); +} +.text-amber-300\/25{ + color: rgb(252 211 77 / 0.25); +} +.text-amber-300\/30{ + color: rgb(252 211 77 / 0.3); +} +.text-amber-300\/40{ + color: rgb(252 211 77 / 0.4); +} +.text-amber-300\/50{ + color: rgb(252 211 77 / 0.5); +} +.text-amber-300\/60{ + color: rgb(252 211 77 / 0.6); +} +.text-amber-300\/70{ + color: rgb(252 211 77 / 0.7); +} +.text-amber-300\/75{ + color: rgb(252 211 77 / 0.75); +} +.text-amber-300\/80{ + color: rgb(252 211 77 / 0.8); +} +.text-amber-300\/90{ + color: rgb(252 211 77 / 0.9); +} +.text-amber-300\/95{ + color: rgb(252 211 77 / 0.95); +} +.text-amber-300\/100{ + color: rgb(252 211 77 / 1); +} +.text-amber-400\/0{ + color: rgb(251 191 36 / 0); +} +.text-amber-400\/5{ + color: rgb(251 191 36 / 0.05); +} +.text-amber-400\/10{ + color: rgb(251 191 36 / 0.1); +} +.text-amber-400\/20{ + color: rgb(251 191 36 / 0.2); +} +.text-amber-400\/25{ + color: rgb(251 191 36 / 0.25); +} +.text-amber-400\/30{ + color: rgb(251 191 36 / 0.3); +} +.text-amber-400\/40{ + color: rgb(251 191 36 / 0.4); +} +.text-amber-400\/50{ + color: rgb(251 191 36 / 0.5); +} +.text-amber-400\/60{ + color: rgb(251 191 36 / 0.6); +} +.text-amber-400\/70{ + color: rgb(251 191 36 / 0.7); +} +.text-amber-400\/75{ + color: rgb(251 191 36 / 0.75); +} +.text-amber-400\/80{ + color: rgb(251 191 36 / 0.8); +} +.text-amber-400\/90{ + color: rgb(251 191 36 / 0.9); +} +.text-amber-400\/95{ + color: rgb(251 191 36 / 0.95); +} +.text-amber-400\/100{ + color: rgb(251 191 36 / 1); +} +.text-amber-500\/0{ + color: rgb(245 158 11 / 0); +} +.text-amber-500\/5{ + color: rgb(245 158 11 / 0.05); +} +.text-amber-500\/10{ + color: rgb(245 158 11 / 0.1); +} +.text-amber-500\/20{ + color: rgb(245 158 11 / 0.2); +} +.text-amber-500\/25{ + color: rgb(245 158 11 / 0.25); +} +.text-amber-500\/30{ + color: rgb(245 158 11 / 0.3); +} +.text-amber-500\/40{ + color: rgb(245 158 11 / 0.4); +} +.text-amber-500\/50{ + color: rgb(245 158 11 / 0.5); +} +.text-amber-500\/60{ + color: rgb(245 158 11 / 0.6); +} +.text-amber-500\/70{ + color: rgb(245 158 11 / 0.7); +} +.text-amber-500\/75{ + color: rgb(245 158 11 / 0.75); +} +.text-amber-500\/80{ + color: rgb(245 158 11 / 0.8); +} +.text-amber-500\/90{ + color: rgb(245 158 11 / 0.9); +} +.text-amber-500\/95{ + color: rgb(245 158 11 / 0.95); +} +.text-amber-500\/100{ + color: rgb(245 158 11 / 1); +} +.text-amber-600\/0{ + color: rgb(217 119 6 / 0); +} +.text-amber-600\/5{ + color: rgb(217 119 6 / 0.05); +} +.text-amber-600\/10{ + color: rgb(217 119 6 / 0.1); +} +.text-amber-600\/20{ + color: rgb(217 119 6 / 0.2); +} +.text-amber-600\/25{ + color: rgb(217 119 6 / 0.25); +} +.text-amber-600\/30{ + color: rgb(217 119 6 / 0.3); +} +.text-amber-600\/40{ + color: rgb(217 119 6 / 0.4); +} +.text-amber-600\/50{ + color: rgb(217 119 6 / 0.5); +} +.text-amber-600\/60{ + color: rgb(217 119 6 / 0.6); +} +.text-amber-600\/70{ + color: rgb(217 119 6 / 0.7); +} +.text-amber-600\/75{ + color: rgb(217 119 6 / 0.75); +} +.text-amber-600\/80{ + color: rgb(217 119 6 / 0.8); +} +.text-amber-600\/90{ + color: rgb(217 119 6 / 0.9); +} +.text-amber-600\/95{ + color: rgb(217 119 6 / 0.95); +} +.text-amber-600\/100{ + color: rgb(217 119 6 / 1); +} +.text-amber-700\/0{ + color: rgb(180 83 9 / 0); +} +.text-amber-700\/5{ + color: rgb(180 83 9 / 0.05); +} +.text-amber-700\/10{ + color: rgb(180 83 9 / 0.1); +} +.text-amber-700\/20{ + color: rgb(180 83 9 / 0.2); +} +.text-amber-700\/25{ + color: rgb(180 83 9 / 0.25); +} +.text-amber-700\/30{ + color: rgb(180 83 9 / 0.3); +} +.text-amber-700\/40{ + color: rgb(180 83 9 / 0.4); +} +.text-amber-700\/50{ + color: rgb(180 83 9 / 0.5); +} +.text-amber-700\/60{ + color: rgb(180 83 9 / 0.6); +} +.text-amber-700\/70{ + color: rgb(180 83 9 / 0.7); +} +.text-amber-700\/75{ + color: rgb(180 83 9 / 0.75); +} +.text-amber-700\/80{ + color: rgb(180 83 9 / 0.8); +} +.text-amber-700\/90{ + color: rgb(180 83 9 / 0.9); +} +.text-amber-700\/95{ + color: rgb(180 83 9 / 0.95); +} +.text-amber-700\/100{ + color: rgb(180 83 9 / 1); +} +.text-amber-800\/0{ + color: rgb(146 64 14 / 0); +} +.text-amber-800\/5{ + color: rgb(146 64 14 / 0.05); +} +.text-amber-800\/10{ + color: rgb(146 64 14 / 0.1); +} +.text-amber-800\/20{ + color: rgb(146 64 14 / 0.2); +} +.text-amber-800\/25{ + color: rgb(146 64 14 / 0.25); +} +.text-amber-800\/30{ + color: rgb(146 64 14 / 0.3); +} +.text-amber-800\/40{ + color: rgb(146 64 14 / 0.4); +} +.text-amber-800\/50{ + color: rgb(146 64 14 / 0.5); +} +.text-amber-800\/60{ + color: rgb(146 64 14 / 0.6); +} +.text-amber-800\/70{ + color: rgb(146 64 14 / 0.7); +} +.text-amber-800\/75{ + color: rgb(146 64 14 / 0.75); +} +.text-amber-800\/80{ + color: rgb(146 64 14 / 0.8); +} +.text-amber-800\/90{ + color: rgb(146 64 14 / 0.9); +} +.text-amber-800\/95{ + color: rgb(146 64 14 / 0.95); +} +.text-amber-800\/100{ + color: rgb(146 64 14 / 1); +} +.text-amber-900\/0{ + color: rgb(120 53 15 / 0); +} +.text-amber-900\/5{ + color: rgb(120 53 15 / 0.05); +} +.text-amber-900\/10{ + color: rgb(120 53 15 / 0.1); +} +.text-amber-900\/20{ + color: rgb(120 53 15 / 0.2); +} +.text-amber-900\/25{ + color: rgb(120 53 15 / 0.25); +} +.text-amber-900\/30{ + color: rgb(120 53 15 / 0.3); +} +.text-amber-900\/40{ + color: rgb(120 53 15 / 0.4); +} +.text-amber-900\/50{ + color: rgb(120 53 15 / 0.5); +} +.text-amber-900\/60{ + color: rgb(120 53 15 / 0.6); +} +.text-amber-900\/70{ + color: rgb(120 53 15 / 0.7); +} +.text-amber-900\/75{ + color: rgb(120 53 15 / 0.75); +} +.text-amber-900\/80{ + color: rgb(120 53 15 / 0.8); +} +.text-amber-900\/90{ + color: rgb(120 53 15 / 0.9); +} +.text-amber-900\/95{ + color: rgb(120 53 15 / 0.95); +} +.text-amber-900\/100{ + color: rgb(120 53 15 / 1); +} +.text-yellow-50\/0{ + color: rgb(253 253 234 / 0); +} +.text-yellow-50\/5{ + color: rgb(253 253 234 / 0.05); +} +.text-yellow-50\/10{ + color: rgb(253 253 234 / 0.1); +} +.text-yellow-50\/20{ + color: rgb(253 253 234 / 0.2); +} +.text-yellow-50\/25{ + color: rgb(253 253 234 / 0.25); +} +.text-yellow-50\/30{ + color: rgb(253 253 234 / 0.3); +} +.text-yellow-50\/40{ + color: rgb(253 253 234 / 0.4); +} +.text-yellow-50\/50{ + color: rgb(253 253 234 / 0.5); +} +.text-yellow-50\/60{ + color: rgb(253 253 234 / 0.6); +} +.text-yellow-50\/70{ + color: rgb(253 253 234 / 0.7); +} +.text-yellow-50\/75{ + color: rgb(253 253 234 / 0.75); +} +.text-yellow-50\/80{ + color: rgb(253 253 234 / 0.8); +} +.text-yellow-50\/90{ + color: rgb(253 253 234 / 0.9); +} +.text-yellow-50\/95{ + color: rgb(253 253 234 / 0.95); +} +.text-yellow-50\/100{ + color: rgb(253 253 234 / 1); +} +.text-yellow-100\/0{ + color: rgb(253 246 178 / 0); +} +.text-yellow-100\/5{ + color: rgb(253 246 178 / 0.05); +} +.text-yellow-100\/10{ + color: rgb(253 246 178 / 0.1); +} +.text-yellow-100\/20{ + color: rgb(253 246 178 / 0.2); +} +.text-yellow-100\/25{ + color: rgb(253 246 178 / 0.25); +} +.text-yellow-100\/30{ + color: rgb(253 246 178 / 0.3); +} +.text-yellow-100\/40{ + color: rgb(253 246 178 / 0.4); +} +.text-yellow-100\/50{ + color: rgb(253 246 178 / 0.5); +} +.text-yellow-100\/60{ + color: rgb(253 246 178 / 0.6); +} +.text-yellow-100\/70{ + color: rgb(253 246 178 / 0.7); +} +.text-yellow-100\/75{ + color: rgb(253 246 178 / 0.75); +} +.text-yellow-100\/80{ + color: rgb(253 246 178 / 0.8); +} +.text-yellow-100\/90{ + color: rgb(253 246 178 / 0.9); +} +.text-yellow-100\/95{ + color: rgb(253 246 178 / 0.95); +} +.text-yellow-100\/100{ + color: rgb(253 246 178 / 1); +} +.text-yellow-200\/0{ + color: rgb(252 233 106 / 0); +} +.text-yellow-200\/5{ + color: rgb(252 233 106 / 0.05); +} +.text-yellow-200\/10{ + color: rgb(252 233 106 / 0.1); +} +.text-yellow-200\/20{ + color: rgb(252 233 106 / 0.2); +} +.text-yellow-200\/25{ + color: rgb(252 233 106 / 0.25); +} +.text-yellow-200\/30{ + color: rgb(252 233 106 / 0.3); +} +.text-yellow-200\/40{ + color: rgb(252 233 106 / 0.4); +} +.text-yellow-200\/50{ + color: rgb(252 233 106 / 0.5); +} +.text-yellow-200\/60{ + color: rgb(252 233 106 / 0.6); +} +.text-yellow-200\/70{ + color: rgb(252 233 106 / 0.7); +} +.text-yellow-200\/75{ + color: rgb(252 233 106 / 0.75); +} +.text-yellow-200\/80{ + color: rgb(252 233 106 / 0.8); +} +.text-yellow-200\/90{ + color: rgb(252 233 106 / 0.9); +} +.text-yellow-200\/95{ + color: rgb(252 233 106 / 0.95); +} +.text-yellow-200\/100{ + color: rgb(252 233 106 / 1); +} +.text-yellow-300\/0{ + color: rgb(250 202 21 / 0); +} +.text-yellow-300\/5{ + color: rgb(250 202 21 / 0.05); +} +.text-yellow-300\/10{ + color: rgb(250 202 21 / 0.1); +} +.text-yellow-300\/20{ + color: rgb(250 202 21 / 0.2); +} +.text-yellow-300\/25{ + color: rgb(250 202 21 / 0.25); +} +.text-yellow-300\/30{ + color: rgb(250 202 21 / 0.3); +} +.text-yellow-300\/40{ + color: rgb(250 202 21 / 0.4); +} +.text-yellow-300\/50{ + color: rgb(250 202 21 / 0.5); +} +.text-yellow-300\/60{ + color: rgb(250 202 21 / 0.6); +} +.text-yellow-300\/70{ + color: rgb(250 202 21 / 0.7); +} +.text-yellow-300\/75{ + color: rgb(250 202 21 / 0.75); +} +.text-yellow-300\/80{ + color: rgb(250 202 21 / 0.8); +} +.text-yellow-300\/90{ + color: rgb(250 202 21 / 0.9); +} +.text-yellow-300\/95{ + color: rgb(250 202 21 / 0.95); +} +.text-yellow-300\/100{ + color: rgb(250 202 21 / 1); +} +.text-yellow-400\/0{ + color: rgb(227 160 8 / 0); +} +.text-yellow-400\/5{ + color: rgb(227 160 8 / 0.05); +} +.text-yellow-400\/10{ + color: rgb(227 160 8 / 0.1); +} +.text-yellow-400\/20{ + color: rgb(227 160 8 / 0.2); +} +.text-yellow-400\/25{ + color: rgb(227 160 8 / 0.25); +} +.text-yellow-400\/30{ + color: rgb(227 160 8 / 0.3); +} +.text-yellow-400\/40{ + color: rgb(227 160 8 / 0.4); +} +.text-yellow-400\/50{ + color: rgb(227 160 8 / 0.5); +} +.text-yellow-400\/60{ + color: rgb(227 160 8 / 0.6); +} +.text-yellow-400\/70{ + color: rgb(227 160 8 / 0.7); +} +.text-yellow-400\/75{ + color: rgb(227 160 8 / 0.75); +} +.text-yellow-400\/80{ + color: rgb(227 160 8 / 0.8); +} +.text-yellow-400\/90{ + color: rgb(227 160 8 / 0.9); +} +.text-yellow-400\/95{ + color: rgb(227 160 8 / 0.95); +} +.text-yellow-400\/100{ + color: rgb(227 160 8 / 1); +} +.text-yellow-500\/0{ + color: rgb(194 120 3 / 0); +} +.text-yellow-500\/5{ + color: rgb(194 120 3 / 0.05); +} +.text-yellow-500\/10{ + color: rgb(194 120 3 / 0.1); +} +.text-yellow-500\/20{ + color: rgb(194 120 3 / 0.2); +} +.text-yellow-500\/25{ + color: rgb(194 120 3 / 0.25); +} +.text-yellow-500\/30{ + color: rgb(194 120 3 / 0.3); +} +.text-yellow-500\/40{ + color: rgb(194 120 3 / 0.4); +} +.text-yellow-500\/50{ + color: rgb(194 120 3 / 0.5); +} +.text-yellow-500\/60{ + color: rgb(194 120 3 / 0.6); +} +.text-yellow-500\/70{ + color: rgb(194 120 3 / 0.7); +} +.text-yellow-500\/75{ + color: rgb(194 120 3 / 0.75); +} +.text-yellow-500\/80{ + color: rgb(194 120 3 / 0.8); +} +.text-yellow-500\/90{ + color: rgb(194 120 3 / 0.9); +} +.text-yellow-500\/95{ + color: rgb(194 120 3 / 0.95); +} +.text-yellow-500\/100{ + color: rgb(194 120 3 / 1); +} +.text-yellow-600\/0{ + color: rgb(159 88 10 / 0); +} +.text-yellow-600\/5{ + color: rgb(159 88 10 / 0.05); +} +.text-yellow-600\/10{ + color: rgb(159 88 10 / 0.1); +} +.text-yellow-600\/20{ + color: rgb(159 88 10 / 0.2); +} +.text-yellow-600\/25{ + color: rgb(159 88 10 / 0.25); +} +.text-yellow-600\/30{ + color: rgb(159 88 10 / 0.3); +} +.text-yellow-600\/40{ + color: rgb(159 88 10 / 0.4); +} +.text-yellow-600\/50{ + color: rgb(159 88 10 / 0.5); +} +.text-yellow-600\/60{ + color: rgb(159 88 10 / 0.6); +} +.text-yellow-600\/70{ + color: rgb(159 88 10 / 0.7); +} +.text-yellow-600\/75{ + color: rgb(159 88 10 / 0.75); +} +.text-yellow-600\/80{ + color: rgb(159 88 10 / 0.8); +} +.text-yellow-600\/90{ + color: rgb(159 88 10 / 0.9); +} +.text-yellow-600\/95{ + color: rgb(159 88 10 / 0.95); +} +.text-yellow-600\/100{ + color: rgb(159 88 10 / 1); +} +.text-yellow-700\/0{ + color: rgb(142 75 16 / 0); +} +.text-yellow-700\/5{ + color: rgb(142 75 16 / 0.05); +} +.text-yellow-700\/10{ + color: rgb(142 75 16 / 0.1); +} +.text-yellow-700\/20{ + color: rgb(142 75 16 / 0.2); +} +.text-yellow-700\/25{ + color: rgb(142 75 16 / 0.25); +} +.text-yellow-700\/30{ + color: rgb(142 75 16 / 0.3); +} +.text-yellow-700\/40{ + color: rgb(142 75 16 / 0.4); +} +.text-yellow-700\/50{ + color: rgb(142 75 16 / 0.5); +} +.text-yellow-700\/60{ + color: rgb(142 75 16 / 0.6); +} +.text-yellow-700\/70{ + color: rgb(142 75 16 / 0.7); +} +.text-yellow-700\/75{ + color: rgb(142 75 16 / 0.75); +} +.text-yellow-700\/80{ + color: rgb(142 75 16 / 0.8); +} +.text-yellow-700\/90{ + color: rgb(142 75 16 / 0.9); +} +.text-yellow-700\/95{ + color: rgb(142 75 16 / 0.95); +} +.text-yellow-700\/100{ + color: rgb(142 75 16 / 1); +} +.text-yellow-800\/0{ + color: rgb(114 59 19 / 0); +} +.text-yellow-800\/5{ + color: rgb(114 59 19 / 0.05); +} +.text-yellow-800\/10{ + color: rgb(114 59 19 / 0.1); +} +.text-yellow-800\/20{ + color: rgb(114 59 19 / 0.2); +} +.text-yellow-800\/25{ + color: rgb(114 59 19 / 0.25); +} +.text-yellow-800\/30{ + color: rgb(114 59 19 / 0.3); +} +.text-yellow-800\/40{ + color: rgb(114 59 19 / 0.4); +} +.text-yellow-800\/50{ + color: rgb(114 59 19 / 0.5); +} +.text-yellow-800\/60{ + color: rgb(114 59 19 / 0.6); +} +.text-yellow-800\/70{ + color: rgb(114 59 19 / 0.7); +} +.text-yellow-800\/75{ + color: rgb(114 59 19 / 0.75); +} +.text-yellow-800\/80{ + color: rgb(114 59 19 / 0.8); +} +.text-yellow-800\/90{ + color: rgb(114 59 19 / 0.9); +} +.text-yellow-800\/95{ + color: rgb(114 59 19 / 0.95); +} +.text-yellow-800\/100{ + color: rgb(114 59 19 / 1); +} +.text-yellow-900\/0{ + color: rgb(99 49 18 / 0); +} +.text-yellow-900\/5{ + color: rgb(99 49 18 / 0.05); +} +.text-yellow-900\/10{ + color: rgb(99 49 18 / 0.1); +} +.text-yellow-900\/20{ + color: rgb(99 49 18 / 0.2); +} +.text-yellow-900\/25{ + color: rgb(99 49 18 / 0.25); +} +.text-yellow-900\/30{ + color: rgb(99 49 18 / 0.3); +} +.text-yellow-900\/40{ + color: rgb(99 49 18 / 0.4); +} +.text-yellow-900\/50{ + color: rgb(99 49 18 / 0.5); +} +.text-yellow-900\/60{ + color: rgb(99 49 18 / 0.6); +} +.text-yellow-900\/70{ + color: rgb(99 49 18 / 0.7); +} +.text-yellow-900\/75{ + color: rgb(99 49 18 / 0.75); +} +.text-yellow-900\/80{ + color: rgb(99 49 18 / 0.8); +} +.text-yellow-900\/90{ + color: rgb(99 49 18 / 0.9); +} +.text-yellow-900\/95{ + color: rgb(99 49 18 / 0.95); +} +.text-yellow-900\/100{ + color: rgb(99 49 18 / 1); +} +.text-lime-50\/0{ + color: rgb(247 254 231 / 0); +} +.text-lime-50\/5{ + color: rgb(247 254 231 / 0.05); +} +.text-lime-50\/10{ + color: rgb(247 254 231 / 0.1); +} +.text-lime-50\/20{ + color: rgb(247 254 231 / 0.2); +} +.text-lime-50\/25{ + color: rgb(247 254 231 / 0.25); +} +.text-lime-50\/30{ + color: rgb(247 254 231 / 0.3); +} +.text-lime-50\/40{ + color: rgb(247 254 231 / 0.4); +} +.text-lime-50\/50{ + color: rgb(247 254 231 / 0.5); +} +.text-lime-50\/60{ + color: rgb(247 254 231 / 0.6); +} +.text-lime-50\/70{ + color: rgb(247 254 231 / 0.7); +} +.text-lime-50\/75{ + color: rgb(247 254 231 / 0.75); +} +.text-lime-50\/80{ + color: rgb(247 254 231 / 0.8); +} +.text-lime-50\/90{ + color: rgb(247 254 231 / 0.9); +} +.text-lime-50\/95{ + color: rgb(247 254 231 / 0.95); +} +.text-lime-50\/100{ + color: rgb(247 254 231 / 1); +} +.text-lime-100\/0{ + color: rgb(236 252 203 / 0); +} +.text-lime-100\/5{ + color: rgb(236 252 203 / 0.05); +} +.text-lime-100\/10{ + color: rgb(236 252 203 / 0.1); +} +.text-lime-100\/20{ + color: rgb(236 252 203 / 0.2); +} +.text-lime-100\/25{ + color: rgb(236 252 203 / 0.25); +} +.text-lime-100\/30{ + color: rgb(236 252 203 / 0.3); +} +.text-lime-100\/40{ + color: rgb(236 252 203 / 0.4); +} +.text-lime-100\/50{ + color: rgb(236 252 203 / 0.5); +} +.text-lime-100\/60{ + color: rgb(236 252 203 / 0.6); +} +.text-lime-100\/70{ + color: rgb(236 252 203 / 0.7); +} +.text-lime-100\/75{ + color: rgb(236 252 203 / 0.75); +} +.text-lime-100\/80{ + color: rgb(236 252 203 / 0.8); +} +.text-lime-100\/90{ + color: rgb(236 252 203 / 0.9); +} +.text-lime-100\/95{ + color: rgb(236 252 203 / 0.95); +} +.text-lime-100\/100{ + color: rgb(236 252 203 / 1); +} +.text-lime-200\/0{ + color: rgb(217 249 157 / 0); +} +.text-lime-200\/5{ + color: rgb(217 249 157 / 0.05); +} +.text-lime-200\/10{ + color: rgb(217 249 157 / 0.1); +} +.text-lime-200\/20{ + color: rgb(217 249 157 / 0.2); +} +.text-lime-200\/25{ + color: rgb(217 249 157 / 0.25); +} +.text-lime-200\/30{ + color: rgb(217 249 157 / 0.3); +} +.text-lime-200\/40{ + color: rgb(217 249 157 / 0.4); +} +.text-lime-200\/50{ + color: rgb(217 249 157 / 0.5); +} +.text-lime-200\/60{ + color: rgb(217 249 157 / 0.6); +} +.text-lime-200\/70{ + color: rgb(217 249 157 / 0.7); +} +.text-lime-200\/75{ + color: rgb(217 249 157 / 0.75); +} +.text-lime-200\/80{ + color: rgb(217 249 157 / 0.8); +} +.text-lime-200\/90{ + color: rgb(217 249 157 / 0.9); +} +.text-lime-200\/95{ + color: rgb(217 249 157 / 0.95); +} +.text-lime-200\/100{ + color: rgb(217 249 157 / 1); +} +.text-lime-300\/0{ + color: rgb(190 242 100 / 0); +} +.text-lime-300\/5{ + color: rgb(190 242 100 / 0.05); +} +.text-lime-300\/10{ + color: rgb(190 242 100 / 0.1); +} +.text-lime-300\/20{ + color: rgb(190 242 100 / 0.2); +} +.text-lime-300\/25{ + color: rgb(190 242 100 / 0.25); +} +.text-lime-300\/30{ + color: rgb(190 242 100 / 0.3); +} +.text-lime-300\/40{ + color: rgb(190 242 100 / 0.4); +} +.text-lime-300\/50{ + color: rgb(190 242 100 / 0.5); +} +.text-lime-300\/60{ + color: rgb(190 242 100 / 0.6); +} +.text-lime-300\/70{ + color: rgb(190 242 100 / 0.7); +} +.text-lime-300\/75{ + color: rgb(190 242 100 / 0.75); +} +.text-lime-300\/80{ + color: rgb(190 242 100 / 0.8); +} +.text-lime-300\/90{ + color: rgb(190 242 100 / 0.9); +} +.text-lime-300\/95{ + color: rgb(190 242 100 / 0.95); +} +.text-lime-300\/100{ + color: rgb(190 242 100 / 1); +} +.text-lime-400\/0{ + color: rgb(163 230 53 / 0); +} +.text-lime-400\/5{ + color: rgb(163 230 53 / 0.05); +} +.text-lime-400\/10{ + color: rgb(163 230 53 / 0.1); +} +.text-lime-400\/20{ + color: rgb(163 230 53 / 0.2); +} +.text-lime-400\/25{ + color: rgb(163 230 53 / 0.25); +} +.text-lime-400\/30{ + color: rgb(163 230 53 / 0.3); +} +.text-lime-400\/40{ + color: rgb(163 230 53 / 0.4); +} +.text-lime-400\/50{ + color: rgb(163 230 53 / 0.5); +} +.text-lime-400\/60{ + color: rgb(163 230 53 / 0.6); +} +.text-lime-400\/70{ + color: rgb(163 230 53 / 0.7); +} +.text-lime-400\/75{ + color: rgb(163 230 53 / 0.75); +} +.text-lime-400\/80{ + color: rgb(163 230 53 / 0.8); +} +.text-lime-400\/90{ + color: rgb(163 230 53 / 0.9); +} +.text-lime-400\/95{ + color: rgb(163 230 53 / 0.95); +} +.text-lime-400\/100{ + color: rgb(163 230 53 / 1); +} +.text-lime-500\/0{ + color: rgb(132 204 22 / 0); +} +.text-lime-500\/5{ + color: rgb(132 204 22 / 0.05); +} +.text-lime-500\/10{ + color: rgb(132 204 22 / 0.1); +} +.text-lime-500\/20{ + color: rgb(132 204 22 / 0.2); +} +.text-lime-500\/25{ + color: rgb(132 204 22 / 0.25); +} +.text-lime-500\/30{ + color: rgb(132 204 22 / 0.3); +} +.text-lime-500\/40{ + color: rgb(132 204 22 / 0.4); +} +.text-lime-500\/50{ + color: rgb(132 204 22 / 0.5); +} +.text-lime-500\/60{ + color: rgb(132 204 22 / 0.6); +} +.text-lime-500\/70{ + color: rgb(132 204 22 / 0.7); +} +.text-lime-500\/75{ + color: rgb(132 204 22 / 0.75); +} +.text-lime-500\/80{ + color: rgb(132 204 22 / 0.8); +} +.text-lime-500\/90{ + color: rgb(132 204 22 / 0.9); +} +.text-lime-500\/95{ + color: rgb(132 204 22 / 0.95); +} +.text-lime-500\/100{ + color: rgb(132 204 22 / 1); +} +.text-lime-600\/0{ + color: rgb(101 163 13 / 0); +} +.text-lime-600\/5{ + color: rgb(101 163 13 / 0.05); +} +.text-lime-600\/10{ + color: rgb(101 163 13 / 0.1); +} +.text-lime-600\/20{ + color: rgb(101 163 13 / 0.2); +} +.text-lime-600\/25{ + color: rgb(101 163 13 / 0.25); +} +.text-lime-600\/30{ + color: rgb(101 163 13 / 0.3); +} +.text-lime-600\/40{ + color: rgb(101 163 13 / 0.4); +} +.text-lime-600\/50{ + color: rgb(101 163 13 / 0.5); +} +.text-lime-600\/60{ + color: rgb(101 163 13 / 0.6); +} +.text-lime-600\/70{ + color: rgb(101 163 13 / 0.7); +} +.text-lime-600\/75{ + color: rgb(101 163 13 / 0.75); +} +.text-lime-600\/80{ + color: rgb(101 163 13 / 0.8); +} +.text-lime-600\/90{ + color: rgb(101 163 13 / 0.9); +} +.text-lime-600\/95{ + color: rgb(101 163 13 / 0.95); +} +.text-lime-600\/100{ + color: rgb(101 163 13 / 1); +} +.text-lime-700\/0{ + color: rgb(77 124 15 / 0); +} +.text-lime-700\/5{ + color: rgb(77 124 15 / 0.05); +} +.text-lime-700\/10{ + color: rgb(77 124 15 / 0.1); +} +.text-lime-700\/20{ + color: rgb(77 124 15 / 0.2); +} +.text-lime-700\/25{ + color: rgb(77 124 15 / 0.25); +} +.text-lime-700\/30{ + color: rgb(77 124 15 / 0.3); +} +.text-lime-700\/40{ + color: rgb(77 124 15 / 0.4); +} +.text-lime-700\/50{ + color: rgb(77 124 15 / 0.5); +} +.text-lime-700\/60{ + color: rgb(77 124 15 / 0.6); +} +.text-lime-700\/70{ + color: rgb(77 124 15 / 0.7); +} +.text-lime-700\/75{ + color: rgb(77 124 15 / 0.75); +} +.text-lime-700\/80{ + color: rgb(77 124 15 / 0.8); +} +.text-lime-700\/90{ + color: rgb(77 124 15 / 0.9); +} +.text-lime-700\/95{ + color: rgb(77 124 15 / 0.95); +} +.text-lime-700\/100{ + color: rgb(77 124 15 / 1); +} +.text-lime-800\/0{ + color: rgb(63 98 18 / 0); +} +.text-lime-800\/5{ + color: rgb(63 98 18 / 0.05); +} +.text-lime-800\/10{ + color: rgb(63 98 18 / 0.1); +} +.text-lime-800\/20{ + color: rgb(63 98 18 / 0.2); +} +.text-lime-800\/25{ + color: rgb(63 98 18 / 0.25); +} +.text-lime-800\/30{ + color: rgb(63 98 18 / 0.3); +} +.text-lime-800\/40{ + color: rgb(63 98 18 / 0.4); +} +.text-lime-800\/50{ + color: rgb(63 98 18 / 0.5); +} +.text-lime-800\/60{ + color: rgb(63 98 18 / 0.6); +} +.text-lime-800\/70{ + color: rgb(63 98 18 / 0.7); +} +.text-lime-800\/75{ + color: rgb(63 98 18 / 0.75); +} +.text-lime-800\/80{ + color: rgb(63 98 18 / 0.8); +} +.text-lime-800\/90{ + color: rgb(63 98 18 / 0.9); +} +.text-lime-800\/95{ + color: rgb(63 98 18 / 0.95); +} +.text-lime-800\/100{ + color: rgb(63 98 18 / 1); +} +.text-lime-900\/0{ + color: rgb(54 83 20 / 0); +} +.text-lime-900\/5{ + color: rgb(54 83 20 / 0.05); +} +.text-lime-900\/10{ + color: rgb(54 83 20 / 0.1); +} +.text-lime-900\/20{ + color: rgb(54 83 20 / 0.2); +} +.text-lime-900\/25{ + color: rgb(54 83 20 / 0.25); +} +.text-lime-900\/30{ + color: rgb(54 83 20 / 0.3); +} +.text-lime-900\/40{ + color: rgb(54 83 20 / 0.4); +} +.text-lime-900\/50{ + color: rgb(54 83 20 / 0.5); +} +.text-lime-900\/60{ + color: rgb(54 83 20 / 0.6); +} +.text-lime-900\/70{ + color: rgb(54 83 20 / 0.7); +} +.text-lime-900\/75{ + color: rgb(54 83 20 / 0.75); +} +.text-lime-900\/80{ + color: rgb(54 83 20 / 0.8); +} +.text-lime-900\/90{ + color: rgb(54 83 20 / 0.9); +} +.text-lime-900\/95{ + color: rgb(54 83 20 / 0.95); +} +.text-lime-900\/100{ + color: rgb(54 83 20 / 1); +} +.text-green-50\/0{ + color: rgb(248 250 246 / 0); +} +.text-green-50\/5{ + color: rgb(248 250 246 / 0.05); +} +.text-green-50\/10{ + color: rgb(248 250 246 / 0.1); +} +.text-green-50\/20{ + color: rgb(248 250 246 / 0.2); +} +.text-green-50\/25{ + color: rgb(248 250 246 / 0.25); +} +.text-green-50\/30{ + color: rgb(248 250 246 / 0.3); +} +.text-green-50\/40{ + color: rgb(248 250 246 / 0.4); +} +.text-green-50\/50{ + color: rgb(248 250 246 / 0.5); +} +.text-green-50\/60{ + color: rgb(248 250 246 / 0.6); +} +.text-green-50\/70{ + color: rgb(248 250 246 / 0.7); +} +.text-green-50\/75{ + color: rgb(248 250 246 / 0.75); +} +.text-green-50\/80{ + color: rgb(248 250 246 / 0.8); +} +.text-green-50\/90{ + color: rgb(248 250 246 / 0.9); +} +.text-green-50\/95{ + color: rgb(248 250 246 / 0.95); +} +.text-green-50\/100{ + color: rgb(248 250 246 / 1); +} +.text-green-100\/0{ + color: rgb(241 246 238 / 0); +} +.text-green-100\/5{ + color: rgb(241 246 238 / 0.05); +} +.text-green-100\/10{ + color: rgb(241 246 238 / 0.1); +} +.text-green-100\/20{ + color: rgb(241 246 238 / 0.2); +} +.text-green-100\/25{ + color: rgb(241 246 238 / 0.25); +} +.text-green-100\/30{ + color: rgb(241 246 238 / 0.3); +} +.text-green-100\/40{ + color: rgb(241 246 238 / 0.4); +} +.text-green-100\/50{ + color: rgb(241 246 238 / 0.5); +} +.text-green-100\/60{ + color: rgb(241 246 238 / 0.6); +} +.text-green-100\/70{ + color: rgb(241 246 238 / 0.7); +} +.text-green-100\/75{ + color: rgb(241 246 238 / 0.75); +} +.text-green-100\/80{ + color: rgb(241 246 238 / 0.8); +} +.text-green-100\/90{ + color: rgb(241 246 238 / 0.9); +} +.text-green-100\/95{ + color: rgb(241 246 238 / 0.95); +} +.text-green-100\/100{ + color: rgb(241 246 238 / 1); +} +.text-green-200\/0{ + color: rgb(219 232 212 / 0); +} +.text-green-200\/5{ + color: rgb(219 232 212 / 0.05); +} +.text-green-200\/10{ + color: rgb(219 232 212 / 0.1); +} +.text-green-200\/20{ + color: rgb(219 232 212 / 0.2); +} +.text-green-200\/25{ + color: rgb(219 232 212 / 0.25); +} +.text-green-200\/30{ + color: rgb(219 232 212 / 0.3); +} +.text-green-200\/40{ + color: rgb(219 232 212 / 0.4); +} +.text-green-200\/50{ + color: rgb(219 232 212 / 0.5); +} +.text-green-200\/60{ + color: rgb(219 232 212 / 0.6); +} +.text-green-200\/70{ + color: rgb(219 232 212 / 0.7); +} +.text-green-200\/75{ + color: rgb(219 232 212 / 0.75); +} +.text-green-200\/80{ + color: rgb(219 232 212 / 0.8); +} +.text-green-200\/90{ + color: rgb(219 232 212 / 0.9); +} +.text-green-200\/95{ + color: rgb(219 232 212 / 0.95); +} +.text-green-200\/100{ + color: rgb(219 232 212 / 1); +} +.text-green-300\/0{ + color: rgb(197 217 186 / 0); +} +.text-green-300\/5{ + color: rgb(197 217 186 / 0.05); +} +.text-green-300\/10{ + color: rgb(197 217 186 / 0.1); +} +.text-green-300\/20{ + color: rgb(197 217 186 / 0.2); +} +.text-green-300\/25{ + color: rgb(197 217 186 / 0.25); +} +.text-green-300\/30{ + color: rgb(197 217 186 / 0.3); +} +.text-green-300\/40{ + color: rgb(197 217 186 / 0.4); +} +.text-green-300\/50{ + color: rgb(197 217 186 / 0.5); +} +.text-green-300\/60{ + color: rgb(197 217 186 / 0.6); +} +.text-green-300\/70{ + color: rgb(197 217 186 / 0.7); +} +.text-green-300\/75{ + color: rgb(197 217 186 / 0.75); +} +.text-green-300\/80{ + color: rgb(197 217 186 / 0.8); +} +.text-green-300\/90{ + color: rgb(197 217 186 / 0.9); +} +.text-green-300\/95{ + color: rgb(197 217 186 / 0.95); +} +.text-green-300\/100{ + color: rgb(197 217 186 / 1); +} +.text-green-400\/0{ + color: rgb(154 189 134 / 0); +} +.text-green-400\/5{ + color: rgb(154 189 134 / 0.05); +} +.text-green-400\/10{ + color: rgb(154 189 134 / 0.1); +} +.text-green-400\/20{ + color: rgb(154 189 134 / 0.2); +} +.text-green-400\/25{ + color: rgb(154 189 134 / 0.25); +} +.text-green-400\/30{ + color: rgb(154 189 134 / 0.3); +} +.text-green-400\/40{ + color: rgb(154 189 134 / 0.4); +} +.text-green-400\/50{ + color: rgb(154 189 134 / 0.5); +} +.text-green-400\/60{ + color: rgb(154 189 134 / 0.6); +} +.text-green-400\/70{ + color: rgb(154 189 134 / 0.7); +} +.text-green-400\/75{ + color: rgb(154 189 134 / 0.75); +} +.text-green-400\/80{ + color: rgb(154 189 134 / 0.8); +} +.text-green-400\/90{ + color: rgb(154 189 134 / 0.9); +} +.text-green-400\/95{ + color: rgb(154 189 134 / 0.95); +} +.text-green-400\/100{ + color: rgb(154 189 134 / 1); +} +.text-green-500\/0{ + color: rgb(110 161 82 / 0); +} +.text-green-500\/5{ + color: rgb(110 161 82 / 0.05); +} +.text-green-500\/10{ + color: rgb(110 161 82 / 0.1); +} +.text-green-500\/20{ + color: rgb(110 161 82 / 0.2); +} +.text-green-500\/25{ + color: rgb(110 161 82 / 0.25); +} +.text-green-500\/30{ + color: rgb(110 161 82 / 0.3); +} +.text-green-500\/40{ + color: rgb(110 161 82 / 0.4); +} +.text-green-500\/50{ + color: rgb(110 161 82 / 0.5); +} +.text-green-500\/60{ + color: rgb(110 161 82 / 0.6); +} +.text-green-500\/70{ + color: rgb(110 161 82 / 0.7); +} +.text-green-500\/75{ + color: rgb(110 161 82 / 0.75); +} +.text-green-500\/80{ + color: rgb(110 161 82 / 0.8); +} +.text-green-500\/90{ + color: rgb(110 161 82 / 0.9); +} +.text-green-500\/95{ + color: rgb(110 161 82 / 0.95); +} +.text-green-500\/100{ + color: rgb(110 161 82 / 1); +} +.text-green-600\/0{ + color: rgb(99 145 74 / 0); +} +.text-green-600\/5{ + color: rgb(99 145 74 / 0.05); +} +.text-green-600\/10{ + color: rgb(99 145 74 / 0.1); +} +.text-green-600\/20{ + color: rgb(99 145 74 / 0.2); +} +.text-green-600\/25{ + color: rgb(99 145 74 / 0.25); +} +.text-green-600\/30{ + color: rgb(99 145 74 / 0.3); +} +.text-green-600\/40{ + color: rgb(99 145 74 / 0.4); +} +.text-green-600\/50{ + color: rgb(99 145 74 / 0.5); +} +.text-green-600\/60{ + color: rgb(99 145 74 / 0.6); +} +.text-green-600\/70{ + color: rgb(99 145 74 / 0.7); +} +.text-green-600\/75{ + color: rgb(99 145 74 / 0.75); +} +.text-green-600\/80{ + color: rgb(99 145 74 / 0.8); +} +.text-green-600\/90{ + color: rgb(99 145 74 / 0.9); +} +.text-green-600\/95{ + color: rgb(99 145 74 / 0.95); +} +.text-green-600\/100{ + color: rgb(99 145 74 / 1); +} +.text-green-700\/0{ + color: rgb(83 121 62 / 0); +} +.text-green-700\/5{ + color: rgb(83 121 62 / 0.05); +} +.text-green-700\/10{ + color: rgb(83 121 62 / 0.1); +} +.text-green-700\/20{ + color: rgb(83 121 62 / 0.2); +} +.text-green-700\/25{ + color: rgb(83 121 62 / 0.25); +} +.text-green-700\/30{ + color: rgb(83 121 62 / 0.3); +} +.text-green-700\/40{ + color: rgb(83 121 62 / 0.4); +} +.text-green-700\/50{ + color: rgb(83 121 62 / 0.5); +} +.text-green-700\/60{ + color: rgb(83 121 62 / 0.6); +} +.text-green-700\/70{ + color: rgb(83 121 62 / 0.7); +} +.text-green-700\/75{ + color: rgb(83 121 62 / 0.75); +} +.text-green-700\/80{ + color: rgb(83 121 62 / 0.8); +} +.text-green-700\/90{ + color: rgb(83 121 62 / 0.9); +} +.text-green-700\/95{ + color: rgb(83 121 62 / 0.95); +} +.text-green-700\/100{ + color: rgb(83 121 62 / 1); +} +.text-green-800\/0{ + color: rgb(66 97 49 / 0); +} +.text-green-800\/5{ + color: rgb(66 97 49 / 0.05); +} +.text-green-800\/10{ + color: rgb(66 97 49 / 0.1); +} +.text-green-800\/20{ + color: rgb(66 97 49 / 0.2); +} +.text-green-800\/25{ + color: rgb(66 97 49 / 0.25); +} +.text-green-800\/30{ + color: rgb(66 97 49 / 0.3); +} +.text-green-800\/40{ + color: rgb(66 97 49 / 0.4); +} +.text-green-800\/50{ + color: rgb(66 97 49 / 0.5); +} +.text-green-800\/60{ + color: rgb(66 97 49 / 0.6); +} +.text-green-800\/70{ + color: rgb(66 97 49 / 0.7); +} +.text-green-800\/75{ + color: rgb(66 97 49 / 0.75); +} +.text-green-800\/80{ + color: rgb(66 97 49 / 0.8); +} +.text-green-800\/90{ + color: rgb(66 97 49 / 0.9); +} +.text-green-800\/95{ + color: rgb(66 97 49 / 0.95); +} +.text-green-800\/100{ + color: rgb(66 97 49 / 1); +} +.text-green-900\/0{ + color: rgb(54 79 40 / 0); +} +.text-green-900\/5{ + color: rgb(54 79 40 / 0.05); +} +.text-green-900\/10{ + color: rgb(54 79 40 / 0.1); +} +.text-green-900\/20{ + color: rgb(54 79 40 / 0.2); +} +.text-green-900\/25{ + color: rgb(54 79 40 / 0.25); +} +.text-green-900\/30{ + color: rgb(54 79 40 / 0.3); +} +.text-green-900\/40{ + color: rgb(54 79 40 / 0.4); +} +.text-green-900\/50{ + color: rgb(54 79 40 / 0.5); +} +.text-green-900\/60{ + color: rgb(54 79 40 / 0.6); +} +.text-green-900\/70{ + color: rgb(54 79 40 / 0.7); +} +.text-green-900\/75{ + color: rgb(54 79 40 / 0.75); +} +.text-green-900\/80{ + color: rgb(54 79 40 / 0.8); +} +.text-green-900\/90{ + color: rgb(54 79 40 / 0.9); +} +.text-green-900\/95{ + color: rgb(54 79 40 / 0.95); +} +.text-green-900\/100{ + color: rgb(54 79 40 / 1); +} +.text-green\/0{ + color: rgb(110 161 82 / 0); +} +.text-green\/5{ + color: rgb(110 161 82 / 0.05); +} +.text-green\/10{ + color: rgb(110 161 82 / 0.1); +} +.text-green\/20{ + color: rgb(110 161 82 / 0.2); +} +.text-green\/25{ + color: rgb(110 161 82 / 0.25); +} +.text-green\/30{ + color: rgb(110 161 82 / 0.3); +} +.text-green\/40{ + color: rgb(110 161 82 / 0.4); +} +.text-green\/50{ + color: rgb(110 161 82 / 0.5); +} +.text-green\/60{ + color: rgb(110 161 82 / 0.6); +} +.text-green\/70{ + color: rgb(110 161 82 / 0.7); +} +.text-green\/75{ + color: rgb(110 161 82 / 0.75); +} +.text-green\/80{ + color: rgb(110 161 82 / 0.8); +} +.text-green\/90{ + color: rgb(110 161 82 / 0.9); +} +.text-green\/95{ + color: rgb(110 161 82 / 0.95); +} +.text-green\/100{ + color: rgb(110 161 82 / 1); +} +.text-emerald-50\/0{ + color: rgb(236 253 245 / 0); +} +.text-emerald-50\/5{ + color: rgb(236 253 245 / 0.05); +} +.text-emerald-50\/10{ + color: rgb(236 253 245 / 0.1); +} +.text-emerald-50\/20{ + color: rgb(236 253 245 / 0.2); +} +.text-emerald-50\/25{ + color: rgb(236 253 245 / 0.25); +} +.text-emerald-50\/30{ + color: rgb(236 253 245 / 0.3); +} +.text-emerald-50\/40{ + color: rgb(236 253 245 / 0.4); +} +.text-emerald-50\/50{ + color: rgb(236 253 245 / 0.5); +} +.text-emerald-50\/60{ + color: rgb(236 253 245 / 0.6); +} +.text-emerald-50\/70{ + color: rgb(236 253 245 / 0.7); +} +.text-emerald-50\/75{ + color: rgb(236 253 245 / 0.75); +} +.text-emerald-50\/80{ + color: rgb(236 253 245 / 0.8); +} +.text-emerald-50\/90{ + color: rgb(236 253 245 / 0.9); +} +.text-emerald-50\/95{ + color: rgb(236 253 245 / 0.95); +} +.text-emerald-50\/100{ + color: rgb(236 253 245 / 1); +} +.text-emerald-100\/0{ + color: rgb(209 250 229 / 0); +} +.text-emerald-100\/5{ + color: rgb(209 250 229 / 0.05); +} +.text-emerald-100\/10{ + color: rgb(209 250 229 / 0.1); +} +.text-emerald-100\/20{ + color: rgb(209 250 229 / 0.2); +} +.text-emerald-100\/25{ + color: rgb(209 250 229 / 0.25); +} +.text-emerald-100\/30{ + color: rgb(209 250 229 / 0.3); +} +.text-emerald-100\/40{ + color: rgb(209 250 229 / 0.4); +} +.text-emerald-100\/50{ + color: rgb(209 250 229 / 0.5); +} +.text-emerald-100\/60{ + color: rgb(209 250 229 / 0.6); +} +.text-emerald-100\/70{ + color: rgb(209 250 229 / 0.7); +} +.text-emerald-100\/75{ + color: rgb(209 250 229 / 0.75); +} +.text-emerald-100\/80{ + color: rgb(209 250 229 / 0.8); +} +.text-emerald-100\/90{ + color: rgb(209 250 229 / 0.9); +} +.text-emerald-100\/95{ + color: rgb(209 250 229 / 0.95); +} +.text-emerald-100\/100{ + color: rgb(209 250 229 / 1); +} +.text-emerald-200\/0{ + color: rgb(167 243 208 / 0); +} +.text-emerald-200\/5{ + color: rgb(167 243 208 / 0.05); +} +.text-emerald-200\/10{ + color: rgb(167 243 208 / 0.1); +} +.text-emerald-200\/20{ + color: rgb(167 243 208 / 0.2); +} +.text-emerald-200\/25{ + color: rgb(167 243 208 / 0.25); +} +.text-emerald-200\/30{ + color: rgb(167 243 208 / 0.3); +} +.text-emerald-200\/40{ + color: rgb(167 243 208 / 0.4); +} +.text-emerald-200\/50{ + color: rgb(167 243 208 / 0.5); +} +.text-emerald-200\/60{ + color: rgb(167 243 208 / 0.6); +} +.text-emerald-200\/70{ + color: rgb(167 243 208 / 0.7); +} +.text-emerald-200\/75{ + color: rgb(167 243 208 / 0.75); +} +.text-emerald-200\/80{ + color: rgb(167 243 208 / 0.8); +} +.text-emerald-200\/90{ + color: rgb(167 243 208 / 0.9); +} +.text-emerald-200\/95{ + color: rgb(167 243 208 / 0.95); +} +.text-emerald-200\/100{ + color: rgb(167 243 208 / 1); +} +.text-emerald-300\/0{ + color: rgb(110 231 183 / 0); +} +.text-emerald-300\/5{ + color: rgb(110 231 183 / 0.05); +} +.text-emerald-300\/10{ + color: rgb(110 231 183 / 0.1); +} +.text-emerald-300\/20{ + color: rgb(110 231 183 / 0.2); +} +.text-emerald-300\/25{ + color: rgb(110 231 183 / 0.25); +} +.text-emerald-300\/30{ + color: rgb(110 231 183 / 0.3); +} +.text-emerald-300\/40{ + color: rgb(110 231 183 / 0.4); +} +.text-emerald-300\/50{ + color: rgb(110 231 183 / 0.5); +} +.text-emerald-300\/60{ + color: rgb(110 231 183 / 0.6); +} +.text-emerald-300\/70{ + color: rgb(110 231 183 / 0.7); +} +.text-emerald-300\/75{ + color: rgb(110 231 183 / 0.75); +} +.text-emerald-300\/80{ + color: rgb(110 231 183 / 0.8); +} +.text-emerald-300\/90{ + color: rgb(110 231 183 / 0.9); +} +.text-emerald-300\/95{ + color: rgb(110 231 183 / 0.95); +} +.text-emerald-300\/100{ + color: rgb(110 231 183 / 1); +} +.text-emerald-400\/0{ + color: rgb(52 211 153 / 0); +} +.text-emerald-400\/5{ + color: rgb(52 211 153 / 0.05); +} +.text-emerald-400\/10{ + color: rgb(52 211 153 / 0.1); +} +.text-emerald-400\/20{ + color: rgb(52 211 153 / 0.2); +} +.text-emerald-400\/25{ + color: rgb(52 211 153 / 0.25); +} +.text-emerald-400\/30{ + color: rgb(52 211 153 / 0.3); +} +.text-emerald-400\/40{ + color: rgb(52 211 153 / 0.4); +} +.text-emerald-400\/50{ + color: rgb(52 211 153 / 0.5); +} +.text-emerald-400\/60{ + color: rgb(52 211 153 / 0.6); +} +.text-emerald-400\/70{ + color: rgb(52 211 153 / 0.7); +} +.text-emerald-400\/75{ + color: rgb(52 211 153 / 0.75); +} +.text-emerald-400\/80{ + color: rgb(52 211 153 / 0.8); +} +.text-emerald-400\/90{ + color: rgb(52 211 153 / 0.9); +} +.text-emerald-400\/95{ + color: rgb(52 211 153 / 0.95); +} +.text-emerald-400\/100{ + color: rgb(52 211 153 / 1); +} +.text-emerald-500\/0{ + color: rgb(16 185 129 / 0); +} +.text-emerald-500\/5{ + color: rgb(16 185 129 / 0.05); +} +.text-emerald-500\/10{ + color: rgb(16 185 129 / 0.1); +} +.text-emerald-500\/20{ + color: rgb(16 185 129 / 0.2); +} +.text-emerald-500\/25{ + color: rgb(16 185 129 / 0.25); +} +.text-emerald-500\/30{ + color: rgb(16 185 129 / 0.3); +} +.text-emerald-500\/40{ + color: rgb(16 185 129 / 0.4); +} +.text-emerald-500\/50{ + color: rgb(16 185 129 / 0.5); +} +.text-emerald-500\/60{ + color: rgb(16 185 129 / 0.6); +} +.text-emerald-500\/70{ + color: rgb(16 185 129 / 0.7); +} +.text-emerald-500\/75{ + color: rgb(16 185 129 / 0.75); +} +.text-emerald-500\/80{ + color: rgb(16 185 129 / 0.8); +} +.text-emerald-500\/90{ + color: rgb(16 185 129 / 0.9); +} +.text-emerald-500\/95{ + color: rgb(16 185 129 / 0.95); +} +.text-emerald-500\/100{ + color: rgb(16 185 129 / 1); +} +.text-emerald-600\/0{ + color: rgb(5 150 105 / 0); +} +.text-emerald-600\/5{ + color: rgb(5 150 105 / 0.05); +} +.text-emerald-600\/10{ + color: rgb(5 150 105 / 0.1); +} +.text-emerald-600\/20{ + color: rgb(5 150 105 / 0.2); +} +.text-emerald-600\/25{ + color: rgb(5 150 105 / 0.25); +} +.text-emerald-600\/30{ + color: rgb(5 150 105 / 0.3); +} +.text-emerald-600\/40{ + color: rgb(5 150 105 / 0.4); +} +.text-emerald-600\/50{ + color: rgb(5 150 105 / 0.5); +} +.text-emerald-600\/60{ + color: rgb(5 150 105 / 0.6); +} +.text-emerald-600\/70{ + color: rgb(5 150 105 / 0.7); +} +.text-emerald-600\/75{ + color: rgb(5 150 105 / 0.75); +} +.text-emerald-600\/80{ + color: rgb(5 150 105 / 0.8); +} +.text-emerald-600\/90{ + color: rgb(5 150 105 / 0.9); +} +.text-emerald-600\/95{ + color: rgb(5 150 105 / 0.95); +} +.text-emerald-600\/100{ + color: rgb(5 150 105 / 1); +} +.text-emerald-700\/0{ + color: rgb(4 120 87 / 0); +} +.text-emerald-700\/5{ + color: rgb(4 120 87 / 0.05); +} +.text-emerald-700\/10{ + color: rgb(4 120 87 / 0.1); +} +.text-emerald-700\/20{ + color: rgb(4 120 87 / 0.2); +} +.text-emerald-700\/25{ + color: rgb(4 120 87 / 0.25); +} +.text-emerald-700\/30{ + color: rgb(4 120 87 / 0.3); +} +.text-emerald-700\/40{ + color: rgb(4 120 87 / 0.4); +} +.text-emerald-700\/50{ + color: rgb(4 120 87 / 0.5); +} +.text-emerald-700\/60{ + color: rgb(4 120 87 / 0.6); +} +.text-emerald-700\/70{ + color: rgb(4 120 87 / 0.7); +} +.text-emerald-700\/75{ + color: rgb(4 120 87 / 0.75); +} +.text-emerald-700\/80{ + color: rgb(4 120 87 / 0.8); +} +.text-emerald-700\/90{ + color: rgb(4 120 87 / 0.9); +} +.text-emerald-700\/95{ + color: rgb(4 120 87 / 0.95); +} +.text-emerald-700\/100{ + color: rgb(4 120 87 / 1); +} +.text-emerald-800\/0{ + color: rgb(6 95 70 / 0); +} +.text-emerald-800\/5{ + color: rgb(6 95 70 / 0.05); +} +.text-emerald-800\/10{ + color: rgb(6 95 70 / 0.1); +} +.text-emerald-800\/20{ + color: rgb(6 95 70 / 0.2); +} +.text-emerald-800\/25{ + color: rgb(6 95 70 / 0.25); +} +.text-emerald-800\/30{ + color: rgb(6 95 70 / 0.3); +} +.text-emerald-800\/40{ + color: rgb(6 95 70 / 0.4); +} +.text-emerald-800\/50{ + color: rgb(6 95 70 / 0.5); +} +.text-emerald-800\/60{ + color: rgb(6 95 70 / 0.6); +} +.text-emerald-800\/70{ + color: rgb(6 95 70 / 0.7); +} +.text-emerald-800\/75{ + color: rgb(6 95 70 / 0.75); +} +.text-emerald-800\/80{ + color: rgb(6 95 70 / 0.8); +} +.text-emerald-800\/90{ + color: rgb(6 95 70 / 0.9); +} +.text-emerald-800\/95{ + color: rgb(6 95 70 / 0.95); +} +.text-emerald-800\/100{ + color: rgb(6 95 70 / 1); +} +.text-emerald-900\/0{ + color: rgb(6 78 59 / 0); +} +.text-emerald-900\/5{ + color: rgb(6 78 59 / 0.05); +} +.text-emerald-900\/10{ + color: rgb(6 78 59 / 0.1); +} +.text-emerald-900\/20{ + color: rgb(6 78 59 / 0.2); +} +.text-emerald-900\/25{ + color: rgb(6 78 59 / 0.25); +} +.text-emerald-900\/30{ + color: rgb(6 78 59 / 0.3); +} +.text-emerald-900\/40{ + color: rgb(6 78 59 / 0.4); +} +.text-emerald-900\/50{ + color: rgb(6 78 59 / 0.5); +} +.text-emerald-900\/60{ + color: rgb(6 78 59 / 0.6); +} +.text-emerald-900\/70{ + color: rgb(6 78 59 / 0.7); +} +.text-emerald-900\/75{ + color: rgb(6 78 59 / 0.75); +} +.text-emerald-900\/80{ + color: rgb(6 78 59 / 0.8); +} +.text-emerald-900\/90{ + color: rgb(6 78 59 / 0.9); +} +.text-emerald-900\/95{ + color: rgb(6 78 59 / 0.95); +} +.text-emerald-900\/100{ + color: rgb(6 78 59 / 1); +} +.text-teal-50\/0{ + color: rgb(237 250 250 / 0); +} +.text-teal-50\/5{ + color: rgb(237 250 250 / 0.05); +} +.text-teal-50\/10{ + color: rgb(237 250 250 / 0.1); +} +.text-teal-50\/20{ + color: rgb(237 250 250 / 0.2); +} +.text-teal-50\/25{ + color: rgb(237 250 250 / 0.25); +} +.text-teal-50\/30{ + color: rgb(237 250 250 / 0.3); +} +.text-teal-50\/40{ + color: rgb(237 250 250 / 0.4); +} +.text-teal-50\/50{ + color: rgb(237 250 250 / 0.5); +} +.text-teal-50\/60{ + color: rgb(237 250 250 / 0.6); +} +.text-teal-50\/70{ + color: rgb(237 250 250 / 0.7); +} +.text-teal-50\/75{ + color: rgb(237 250 250 / 0.75); +} +.text-teal-50\/80{ + color: rgb(237 250 250 / 0.8); +} +.text-teal-50\/90{ + color: rgb(237 250 250 / 0.9); +} +.text-teal-50\/95{ + color: rgb(237 250 250 / 0.95); +} +.text-teal-50\/100{ + color: rgb(237 250 250 / 1); +} +.text-teal-100\/0{ + color: rgb(213 245 246 / 0); +} +.text-teal-100\/5{ + color: rgb(213 245 246 / 0.05); +} +.text-teal-100\/10{ + color: rgb(213 245 246 / 0.1); +} +.text-teal-100\/20{ + color: rgb(213 245 246 / 0.2); +} +.text-teal-100\/25{ + color: rgb(213 245 246 / 0.25); +} +.text-teal-100\/30{ + color: rgb(213 245 246 / 0.3); +} +.text-teal-100\/40{ + color: rgb(213 245 246 / 0.4); +} +.text-teal-100\/50{ + color: rgb(213 245 246 / 0.5); +} +.text-teal-100\/60{ + color: rgb(213 245 246 / 0.6); +} +.text-teal-100\/70{ + color: rgb(213 245 246 / 0.7); +} +.text-teal-100\/75{ + color: rgb(213 245 246 / 0.75); +} +.text-teal-100\/80{ + color: rgb(213 245 246 / 0.8); +} +.text-teal-100\/90{ + color: rgb(213 245 246 / 0.9); +} +.text-teal-100\/95{ + color: rgb(213 245 246 / 0.95); +} +.text-teal-100\/100{ + color: rgb(213 245 246 / 1); +} +.text-teal-200\/0{ + color: rgb(175 236 239 / 0); +} +.text-teal-200\/5{ + color: rgb(175 236 239 / 0.05); +} +.text-teal-200\/10{ + color: rgb(175 236 239 / 0.1); +} +.text-teal-200\/20{ + color: rgb(175 236 239 / 0.2); +} +.text-teal-200\/25{ + color: rgb(175 236 239 / 0.25); +} +.text-teal-200\/30{ + color: rgb(175 236 239 / 0.3); +} +.text-teal-200\/40{ + color: rgb(175 236 239 / 0.4); +} +.text-teal-200\/50{ + color: rgb(175 236 239 / 0.5); +} +.text-teal-200\/60{ + color: rgb(175 236 239 / 0.6); +} +.text-teal-200\/70{ + color: rgb(175 236 239 / 0.7); +} +.text-teal-200\/75{ + color: rgb(175 236 239 / 0.75); +} +.text-teal-200\/80{ + color: rgb(175 236 239 / 0.8); +} +.text-teal-200\/90{ + color: rgb(175 236 239 / 0.9); +} +.text-teal-200\/95{ + color: rgb(175 236 239 / 0.95); +} +.text-teal-200\/100{ + color: rgb(175 236 239 / 1); +} +.text-teal-300\/0{ + color: rgb(126 220 226 / 0); +} +.text-teal-300\/5{ + color: rgb(126 220 226 / 0.05); +} +.text-teal-300\/10{ + color: rgb(126 220 226 / 0.1); +} +.text-teal-300\/20{ + color: rgb(126 220 226 / 0.2); +} +.text-teal-300\/25{ + color: rgb(126 220 226 / 0.25); +} +.text-teal-300\/30{ + color: rgb(126 220 226 / 0.3); +} +.text-teal-300\/40{ + color: rgb(126 220 226 / 0.4); +} +.text-teal-300\/50{ + color: rgb(126 220 226 / 0.5); +} +.text-teal-300\/60{ + color: rgb(126 220 226 / 0.6); +} +.text-teal-300\/70{ + color: rgb(126 220 226 / 0.7); +} +.text-teal-300\/75{ + color: rgb(126 220 226 / 0.75); +} +.text-teal-300\/80{ + color: rgb(126 220 226 / 0.8); +} +.text-teal-300\/90{ + color: rgb(126 220 226 / 0.9); +} +.text-teal-300\/95{ + color: rgb(126 220 226 / 0.95); +} +.text-teal-300\/100{ + color: rgb(126 220 226 / 1); +} +.text-teal-400\/0{ + color: rgb(22 189 202 / 0); +} +.text-teal-400\/5{ + color: rgb(22 189 202 / 0.05); +} +.text-teal-400\/10{ + color: rgb(22 189 202 / 0.1); +} +.text-teal-400\/20{ + color: rgb(22 189 202 / 0.2); +} +.text-teal-400\/25{ + color: rgb(22 189 202 / 0.25); +} +.text-teal-400\/30{ + color: rgb(22 189 202 / 0.3); +} +.text-teal-400\/40{ + color: rgb(22 189 202 / 0.4); +} +.text-teal-400\/50{ + color: rgb(22 189 202 / 0.5); +} +.text-teal-400\/60{ + color: rgb(22 189 202 / 0.6); +} +.text-teal-400\/70{ + color: rgb(22 189 202 / 0.7); +} +.text-teal-400\/75{ + color: rgb(22 189 202 / 0.75); +} +.text-teal-400\/80{ + color: rgb(22 189 202 / 0.8); +} +.text-teal-400\/90{ + color: rgb(22 189 202 / 0.9); +} +.text-teal-400\/95{ + color: rgb(22 189 202 / 0.95); +} +.text-teal-400\/100{ + color: rgb(22 189 202 / 1); +} +.text-teal-500\/0{ + color: rgb(6 148 162 / 0); +} +.text-teal-500\/5{ + color: rgb(6 148 162 / 0.05); +} +.text-teal-500\/10{ + color: rgb(6 148 162 / 0.1); +} +.text-teal-500\/20{ + color: rgb(6 148 162 / 0.2); +} +.text-teal-500\/25{ + color: rgb(6 148 162 / 0.25); +} +.text-teal-500\/30{ + color: rgb(6 148 162 / 0.3); +} +.text-teal-500\/40{ + color: rgb(6 148 162 / 0.4); +} +.text-teal-500\/50{ + color: rgb(6 148 162 / 0.5); +} +.text-teal-500\/60{ + color: rgb(6 148 162 / 0.6); +} +.text-teal-500\/70{ + color: rgb(6 148 162 / 0.7); +} +.text-teal-500\/75{ + color: rgb(6 148 162 / 0.75); +} +.text-teal-500\/80{ + color: rgb(6 148 162 / 0.8); +} +.text-teal-500\/90{ + color: rgb(6 148 162 / 0.9); +} +.text-teal-500\/95{ + color: rgb(6 148 162 / 0.95); +} +.text-teal-500\/100{ + color: rgb(6 148 162 / 1); +} +.text-teal-600\/0{ + color: rgb(4 116 129 / 0); +} +.text-teal-600\/5{ + color: rgb(4 116 129 / 0.05); +} +.text-teal-600\/10{ + color: rgb(4 116 129 / 0.1); +} +.text-teal-600\/20{ + color: rgb(4 116 129 / 0.2); +} +.text-teal-600\/25{ + color: rgb(4 116 129 / 0.25); +} +.text-teal-600\/30{ + color: rgb(4 116 129 / 0.3); +} +.text-teal-600\/40{ + color: rgb(4 116 129 / 0.4); +} +.text-teal-600\/50{ + color: rgb(4 116 129 / 0.5); +} +.text-teal-600\/60{ + color: rgb(4 116 129 / 0.6); +} +.text-teal-600\/70{ + color: rgb(4 116 129 / 0.7); +} +.text-teal-600\/75{ + color: rgb(4 116 129 / 0.75); +} +.text-teal-600\/80{ + color: rgb(4 116 129 / 0.8); +} +.text-teal-600\/90{ + color: rgb(4 116 129 / 0.9); +} +.text-teal-600\/95{ + color: rgb(4 116 129 / 0.95); +} +.text-teal-600\/100{ + color: rgb(4 116 129 / 1); +} +.text-teal-700\/0{ + color: rgb(3 102 114 / 0); +} +.text-teal-700\/5{ + color: rgb(3 102 114 / 0.05); +} +.text-teal-700\/10{ + color: rgb(3 102 114 / 0.1); +} +.text-teal-700\/20{ + color: rgb(3 102 114 / 0.2); +} +.text-teal-700\/25{ + color: rgb(3 102 114 / 0.25); +} +.text-teal-700\/30{ + color: rgb(3 102 114 / 0.3); +} +.text-teal-700\/40{ + color: rgb(3 102 114 / 0.4); +} +.text-teal-700\/50{ + color: rgb(3 102 114 / 0.5); +} +.text-teal-700\/60{ + color: rgb(3 102 114 / 0.6); +} +.text-teal-700\/70{ + color: rgb(3 102 114 / 0.7); +} +.text-teal-700\/75{ + color: rgb(3 102 114 / 0.75); +} +.text-teal-700\/80{ + color: rgb(3 102 114 / 0.8); +} +.text-teal-700\/90{ + color: rgb(3 102 114 / 0.9); +} +.text-teal-700\/95{ + color: rgb(3 102 114 / 0.95); +} +.text-teal-700\/100{ + color: rgb(3 102 114 / 1); +} +.text-teal-800\/0{ + color: rgb(5 80 92 / 0); +} +.text-teal-800\/5{ + color: rgb(5 80 92 / 0.05); +} +.text-teal-800\/10{ + color: rgb(5 80 92 / 0.1); +} +.text-teal-800\/20{ + color: rgb(5 80 92 / 0.2); +} +.text-teal-800\/25{ + color: rgb(5 80 92 / 0.25); +} +.text-teal-800\/30{ + color: rgb(5 80 92 / 0.3); +} +.text-teal-800\/40{ + color: rgb(5 80 92 / 0.4); +} +.text-teal-800\/50{ + color: rgb(5 80 92 / 0.5); +} +.text-teal-800\/60{ + color: rgb(5 80 92 / 0.6); +} +.text-teal-800\/70{ + color: rgb(5 80 92 / 0.7); +} +.text-teal-800\/75{ + color: rgb(5 80 92 / 0.75); +} +.text-teal-800\/80{ + color: rgb(5 80 92 / 0.8); +} +.text-teal-800\/90{ + color: rgb(5 80 92 / 0.9); +} +.text-teal-800\/95{ + color: rgb(5 80 92 / 0.95); +} +.text-teal-800\/100{ + color: rgb(5 80 92 / 1); +} +.text-teal-900\/0{ + color: rgb(1 68 81 / 0); +} +.text-teal-900\/5{ + color: rgb(1 68 81 / 0.05); +} +.text-teal-900\/10{ + color: rgb(1 68 81 / 0.1); +} +.text-teal-900\/20{ + color: rgb(1 68 81 / 0.2); +} +.text-teal-900\/25{ + color: rgb(1 68 81 / 0.25); +} +.text-teal-900\/30{ + color: rgb(1 68 81 / 0.3); +} +.text-teal-900\/40{ + color: rgb(1 68 81 / 0.4); +} +.text-teal-900\/50{ + color: rgb(1 68 81 / 0.5); +} +.text-teal-900\/60{ + color: rgb(1 68 81 / 0.6); +} +.text-teal-900\/70{ + color: rgb(1 68 81 / 0.7); +} +.text-teal-900\/75{ + color: rgb(1 68 81 / 0.75); +} +.text-teal-900\/80{ + color: rgb(1 68 81 / 0.8); +} +.text-teal-900\/90{ + color: rgb(1 68 81 / 0.9); +} +.text-teal-900\/95{ + color: rgb(1 68 81 / 0.95); +} +.text-teal-900\/100{ + color: rgb(1 68 81 / 1); +} +.text-cyan-50\/0{ + color: rgb(236 254 255 / 0); +} +.text-cyan-50\/5{ + color: rgb(236 254 255 / 0.05); +} +.text-cyan-50\/10{ + color: rgb(236 254 255 / 0.1); +} +.text-cyan-50\/20{ + color: rgb(236 254 255 / 0.2); +} +.text-cyan-50\/25{ + color: rgb(236 254 255 / 0.25); +} +.text-cyan-50\/30{ + color: rgb(236 254 255 / 0.3); +} +.text-cyan-50\/40{ + color: rgb(236 254 255 / 0.4); +} +.text-cyan-50\/50{ + color: rgb(236 254 255 / 0.5); +} +.text-cyan-50\/60{ + color: rgb(236 254 255 / 0.6); +} +.text-cyan-50\/70{ + color: rgb(236 254 255 / 0.7); +} +.text-cyan-50\/75{ + color: rgb(236 254 255 / 0.75); +} +.text-cyan-50\/80{ + color: rgb(236 254 255 / 0.8); +} +.text-cyan-50\/90{ + color: rgb(236 254 255 / 0.9); +} +.text-cyan-50\/95{ + color: rgb(236 254 255 / 0.95); +} +.text-cyan-50\/100{ + color: rgb(236 254 255 / 1); +} +.text-cyan-100\/0{ + color: rgb(207 250 254 / 0); +} +.text-cyan-100\/5{ + color: rgb(207 250 254 / 0.05); +} +.text-cyan-100\/10{ + color: rgb(207 250 254 / 0.1); +} +.text-cyan-100\/20{ + color: rgb(207 250 254 / 0.2); +} +.text-cyan-100\/25{ + color: rgb(207 250 254 / 0.25); +} +.text-cyan-100\/30{ + color: rgb(207 250 254 / 0.3); +} +.text-cyan-100\/40{ + color: rgb(207 250 254 / 0.4); +} +.text-cyan-100\/50{ + color: rgb(207 250 254 / 0.5); +} +.text-cyan-100\/60{ + color: rgb(207 250 254 / 0.6); +} +.text-cyan-100\/70{ + color: rgb(207 250 254 / 0.7); +} +.text-cyan-100\/75{ + color: rgb(207 250 254 / 0.75); +} +.text-cyan-100\/80{ + color: rgb(207 250 254 / 0.8); +} +.text-cyan-100\/90{ + color: rgb(207 250 254 / 0.9); +} +.text-cyan-100\/95{ + color: rgb(207 250 254 / 0.95); +} +.text-cyan-100\/100{ + color: rgb(207 250 254 / 1); +} +.text-cyan-200\/0{ + color: rgb(165 243 252 / 0); +} +.text-cyan-200\/5{ + color: rgb(165 243 252 / 0.05); +} +.text-cyan-200\/10{ + color: rgb(165 243 252 / 0.1); +} +.text-cyan-200\/20{ + color: rgb(165 243 252 / 0.2); +} +.text-cyan-200\/25{ + color: rgb(165 243 252 / 0.25); +} +.text-cyan-200\/30{ + color: rgb(165 243 252 / 0.3); +} +.text-cyan-200\/40{ + color: rgb(165 243 252 / 0.4); +} +.text-cyan-200\/50{ + color: rgb(165 243 252 / 0.5); +} +.text-cyan-200\/60{ + color: rgb(165 243 252 / 0.6); +} +.text-cyan-200\/70{ + color: rgb(165 243 252 / 0.7); +} +.text-cyan-200\/75{ + color: rgb(165 243 252 / 0.75); +} +.text-cyan-200\/80{ + color: rgb(165 243 252 / 0.8); +} +.text-cyan-200\/90{ + color: rgb(165 243 252 / 0.9); +} +.text-cyan-200\/95{ + color: rgb(165 243 252 / 0.95); +} +.text-cyan-200\/100{ + color: rgb(165 243 252 / 1); +} +.text-cyan-300\/0{ + color: rgb(103 232 249 / 0); +} +.text-cyan-300\/5{ + color: rgb(103 232 249 / 0.05); +} +.text-cyan-300\/10{ + color: rgb(103 232 249 / 0.1); +} +.text-cyan-300\/20{ + color: rgb(103 232 249 / 0.2); +} +.text-cyan-300\/25{ + color: rgb(103 232 249 / 0.25); +} +.text-cyan-300\/30{ + color: rgb(103 232 249 / 0.3); +} +.text-cyan-300\/40{ + color: rgb(103 232 249 / 0.4); +} +.text-cyan-300\/50{ + color: rgb(103 232 249 / 0.5); +} +.text-cyan-300\/60{ + color: rgb(103 232 249 / 0.6); +} +.text-cyan-300\/70{ + color: rgb(103 232 249 / 0.7); +} +.text-cyan-300\/75{ + color: rgb(103 232 249 / 0.75); +} +.text-cyan-300\/80{ + color: rgb(103 232 249 / 0.8); +} +.text-cyan-300\/90{ + color: rgb(103 232 249 / 0.9); +} +.text-cyan-300\/95{ + color: rgb(103 232 249 / 0.95); +} +.text-cyan-300\/100{ + color: rgb(103 232 249 / 1); +} +.text-cyan-400\/0{ + color: rgb(34 211 238 / 0); +} +.text-cyan-400\/5{ + color: rgb(34 211 238 / 0.05); +} +.text-cyan-400\/10{ + color: rgb(34 211 238 / 0.1); +} +.text-cyan-400\/20{ + color: rgb(34 211 238 / 0.2); +} +.text-cyan-400\/25{ + color: rgb(34 211 238 / 0.25); +} +.text-cyan-400\/30{ + color: rgb(34 211 238 / 0.3); +} +.text-cyan-400\/40{ + color: rgb(34 211 238 / 0.4); +} +.text-cyan-400\/50{ + color: rgb(34 211 238 / 0.5); +} +.text-cyan-400\/60{ + color: rgb(34 211 238 / 0.6); +} +.text-cyan-400\/70{ + color: rgb(34 211 238 / 0.7); +} +.text-cyan-400\/75{ + color: rgb(34 211 238 / 0.75); +} +.text-cyan-400\/80{ + color: rgb(34 211 238 / 0.8); +} +.text-cyan-400\/90{ + color: rgb(34 211 238 / 0.9); +} +.text-cyan-400\/95{ + color: rgb(34 211 238 / 0.95); +} +.text-cyan-400\/100{ + color: rgb(34 211 238 / 1); +} +.text-cyan-500\/0{ + color: rgb(6 182 212 / 0); +} +.text-cyan-500\/5{ + color: rgb(6 182 212 / 0.05); +} +.text-cyan-500\/10{ + color: rgb(6 182 212 / 0.1); +} +.text-cyan-500\/20{ + color: rgb(6 182 212 / 0.2); +} +.text-cyan-500\/25{ + color: rgb(6 182 212 / 0.25); +} +.text-cyan-500\/30{ + color: rgb(6 182 212 / 0.3); +} +.text-cyan-500\/40{ + color: rgb(6 182 212 / 0.4); +} +.text-cyan-500\/50{ + color: rgb(6 182 212 / 0.5); +} +.text-cyan-500\/60{ + color: rgb(6 182 212 / 0.6); +} +.text-cyan-500\/70{ + color: rgb(6 182 212 / 0.7); +} +.text-cyan-500\/75{ + color: rgb(6 182 212 / 0.75); +} +.text-cyan-500\/80{ + color: rgb(6 182 212 / 0.8); +} +.text-cyan-500\/90{ + color: rgb(6 182 212 / 0.9); +} +.text-cyan-500\/95{ + color: rgb(6 182 212 / 0.95); +} +.text-cyan-500\/100{ + color: rgb(6 182 212 / 1); +} +.text-cyan-600\/0{ + color: rgb(8 145 178 / 0); +} +.text-cyan-600\/5{ + color: rgb(8 145 178 / 0.05); +} +.text-cyan-600\/10{ + color: rgb(8 145 178 / 0.1); +} +.text-cyan-600\/20{ + color: rgb(8 145 178 / 0.2); +} +.text-cyan-600\/25{ + color: rgb(8 145 178 / 0.25); +} +.text-cyan-600\/30{ + color: rgb(8 145 178 / 0.3); +} +.text-cyan-600\/40{ + color: rgb(8 145 178 / 0.4); +} +.text-cyan-600\/50{ + color: rgb(8 145 178 / 0.5); +} +.text-cyan-600\/60{ + color: rgb(8 145 178 / 0.6); +} +.text-cyan-600\/70{ + color: rgb(8 145 178 / 0.7); +} +.text-cyan-600\/75{ + color: rgb(8 145 178 / 0.75); +} +.text-cyan-600\/80{ + color: rgb(8 145 178 / 0.8); +} +.text-cyan-600\/90{ + color: rgb(8 145 178 / 0.9); +} +.text-cyan-600\/95{ + color: rgb(8 145 178 / 0.95); +} +.text-cyan-600\/100{ + color: rgb(8 145 178 / 1); +} +.text-cyan-700\/0{ + color: rgb(14 116 144 / 0); +} +.text-cyan-700\/5{ + color: rgb(14 116 144 / 0.05); +} +.text-cyan-700\/10{ + color: rgb(14 116 144 / 0.1); +} +.text-cyan-700\/20{ + color: rgb(14 116 144 / 0.2); +} +.text-cyan-700\/25{ + color: rgb(14 116 144 / 0.25); +} +.text-cyan-700\/30{ + color: rgb(14 116 144 / 0.3); +} +.text-cyan-700\/40{ + color: rgb(14 116 144 / 0.4); +} +.text-cyan-700\/50{ + color: rgb(14 116 144 / 0.5); +} +.text-cyan-700\/60{ + color: rgb(14 116 144 / 0.6); +} +.text-cyan-700\/70{ + color: rgb(14 116 144 / 0.7); +} +.text-cyan-700\/75{ + color: rgb(14 116 144 / 0.75); +} +.text-cyan-700\/80{ + color: rgb(14 116 144 / 0.8); +} +.text-cyan-700\/90{ + color: rgb(14 116 144 / 0.9); +} +.text-cyan-700\/95{ + color: rgb(14 116 144 / 0.95); +} +.text-cyan-700\/100{ + color: rgb(14 116 144 / 1); +} +.text-cyan-800\/0{ + color: rgb(21 94 117 / 0); +} +.text-cyan-800\/5{ + color: rgb(21 94 117 / 0.05); +} +.text-cyan-800\/10{ + color: rgb(21 94 117 / 0.1); +} +.text-cyan-800\/20{ + color: rgb(21 94 117 / 0.2); +} +.text-cyan-800\/25{ + color: rgb(21 94 117 / 0.25); +} +.text-cyan-800\/30{ + color: rgb(21 94 117 / 0.3); +} +.text-cyan-800\/40{ + color: rgb(21 94 117 / 0.4); +} +.text-cyan-800\/50{ + color: rgb(21 94 117 / 0.5); +} +.text-cyan-800\/60{ + color: rgb(21 94 117 / 0.6); +} +.text-cyan-800\/70{ + color: rgb(21 94 117 / 0.7); +} +.text-cyan-800\/75{ + color: rgb(21 94 117 / 0.75); +} +.text-cyan-800\/80{ + color: rgb(21 94 117 / 0.8); +} +.text-cyan-800\/90{ + color: rgb(21 94 117 / 0.9); +} +.text-cyan-800\/95{ + color: rgb(21 94 117 / 0.95); +} +.text-cyan-800\/100{ + color: rgb(21 94 117 / 1); +} +.text-cyan-900\/0{ + color: rgb(22 78 99 / 0); +} +.text-cyan-900\/5{ + color: rgb(22 78 99 / 0.05); +} +.text-cyan-900\/10{ + color: rgb(22 78 99 / 0.1); +} +.text-cyan-900\/20{ + color: rgb(22 78 99 / 0.2); +} +.text-cyan-900\/25{ + color: rgb(22 78 99 / 0.25); +} +.text-cyan-900\/30{ + color: rgb(22 78 99 / 0.3); +} +.text-cyan-900\/40{ + color: rgb(22 78 99 / 0.4); +} +.text-cyan-900\/50{ + color: rgb(22 78 99 / 0.5); +} +.text-cyan-900\/60{ + color: rgb(22 78 99 / 0.6); +} +.text-cyan-900\/70{ + color: rgb(22 78 99 / 0.7); +} +.text-cyan-900\/75{ + color: rgb(22 78 99 / 0.75); +} +.text-cyan-900\/80{ + color: rgb(22 78 99 / 0.8); +} +.text-cyan-900\/90{ + color: rgb(22 78 99 / 0.9); +} +.text-cyan-900\/95{ + color: rgb(22 78 99 / 0.95); +} +.text-cyan-900\/100{ + color: rgb(22 78 99 / 1); +} +.text-sky-50\/0{ + color: rgb(240 249 255 / 0); +} +.text-sky-50\/5{ + color: rgb(240 249 255 / 0.05); +} +.text-sky-50\/10{ + color: rgb(240 249 255 / 0.1); +} +.text-sky-50\/20{ + color: rgb(240 249 255 / 0.2); +} +.text-sky-50\/25{ + color: rgb(240 249 255 / 0.25); +} +.text-sky-50\/30{ + color: rgb(240 249 255 / 0.3); +} +.text-sky-50\/40{ + color: rgb(240 249 255 / 0.4); +} +.text-sky-50\/50{ + color: rgb(240 249 255 / 0.5); +} +.text-sky-50\/60{ + color: rgb(240 249 255 / 0.6); +} +.text-sky-50\/70{ + color: rgb(240 249 255 / 0.7); +} +.text-sky-50\/75{ + color: rgb(240 249 255 / 0.75); +} +.text-sky-50\/80{ + color: rgb(240 249 255 / 0.8); +} +.text-sky-50\/90{ + color: rgb(240 249 255 / 0.9); +} +.text-sky-50\/95{ + color: rgb(240 249 255 / 0.95); +} +.text-sky-50\/100{ + color: rgb(240 249 255 / 1); +} +.text-sky-100\/0{ + color: rgb(224 242 254 / 0); +} +.text-sky-100\/5{ + color: rgb(224 242 254 / 0.05); +} +.text-sky-100\/10{ + color: rgb(224 242 254 / 0.1); +} +.text-sky-100\/20{ + color: rgb(224 242 254 / 0.2); +} +.text-sky-100\/25{ + color: rgb(224 242 254 / 0.25); +} +.text-sky-100\/30{ + color: rgb(224 242 254 / 0.3); +} +.text-sky-100\/40{ + color: rgb(224 242 254 / 0.4); +} +.text-sky-100\/50{ + color: rgb(224 242 254 / 0.5); +} +.text-sky-100\/60{ + color: rgb(224 242 254 / 0.6); +} +.text-sky-100\/70{ + color: rgb(224 242 254 / 0.7); +} +.text-sky-100\/75{ + color: rgb(224 242 254 / 0.75); +} +.text-sky-100\/80{ + color: rgb(224 242 254 / 0.8); +} +.text-sky-100\/90{ + color: rgb(224 242 254 / 0.9); +} +.text-sky-100\/95{ + color: rgb(224 242 254 / 0.95); +} +.text-sky-100\/100{ + color: rgb(224 242 254 / 1); +} +.text-sky-200\/0{ + color: rgb(186 230 253 / 0); +} +.text-sky-200\/5{ + color: rgb(186 230 253 / 0.05); +} +.text-sky-200\/10{ + color: rgb(186 230 253 / 0.1); +} +.text-sky-200\/20{ + color: rgb(186 230 253 / 0.2); +} +.text-sky-200\/25{ + color: rgb(186 230 253 / 0.25); +} +.text-sky-200\/30{ + color: rgb(186 230 253 / 0.3); +} +.text-sky-200\/40{ + color: rgb(186 230 253 / 0.4); +} +.text-sky-200\/50{ + color: rgb(186 230 253 / 0.5); +} +.text-sky-200\/60{ + color: rgb(186 230 253 / 0.6); +} +.text-sky-200\/70{ + color: rgb(186 230 253 / 0.7); +} +.text-sky-200\/75{ + color: rgb(186 230 253 / 0.75); +} +.text-sky-200\/80{ + color: rgb(186 230 253 / 0.8); +} +.text-sky-200\/90{ + color: rgb(186 230 253 / 0.9); +} +.text-sky-200\/95{ + color: rgb(186 230 253 / 0.95); +} +.text-sky-200\/100{ + color: rgb(186 230 253 / 1); +} +.text-sky-300\/0{ + color: rgb(125 211 252 / 0); +} +.text-sky-300\/5{ + color: rgb(125 211 252 / 0.05); +} +.text-sky-300\/10{ + color: rgb(125 211 252 / 0.1); +} +.text-sky-300\/20{ + color: rgb(125 211 252 / 0.2); +} +.text-sky-300\/25{ + color: rgb(125 211 252 / 0.25); +} +.text-sky-300\/30{ + color: rgb(125 211 252 / 0.3); +} +.text-sky-300\/40{ + color: rgb(125 211 252 / 0.4); +} +.text-sky-300\/50{ + color: rgb(125 211 252 / 0.5); +} +.text-sky-300\/60{ + color: rgb(125 211 252 / 0.6); +} +.text-sky-300\/70{ + color: rgb(125 211 252 / 0.7); +} +.text-sky-300\/75{ + color: rgb(125 211 252 / 0.75); +} +.text-sky-300\/80{ + color: rgb(125 211 252 / 0.8); +} +.text-sky-300\/90{ + color: rgb(125 211 252 / 0.9); +} +.text-sky-300\/95{ + color: rgb(125 211 252 / 0.95); +} +.text-sky-300\/100{ + color: rgb(125 211 252 / 1); +} +.text-sky-400\/0{ + color: rgb(56 189 248 / 0); +} +.text-sky-400\/5{ + color: rgb(56 189 248 / 0.05); +} +.text-sky-400\/10{ + color: rgb(56 189 248 / 0.1); +} +.text-sky-400\/20{ + color: rgb(56 189 248 / 0.2); +} +.text-sky-400\/25{ + color: rgb(56 189 248 / 0.25); +} +.text-sky-400\/30{ + color: rgb(56 189 248 / 0.3); +} +.text-sky-400\/40{ + color: rgb(56 189 248 / 0.4); +} +.text-sky-400\/50{ + color: rgb(56 189 248 / 0.5); +} +.text-sky-400\/60{ + color: rgb(56 189 248 / 0.6); +} +.text-sky-400\/70{ + color: rgb(56 189 248 / 0.7); +} +.text-sky-400\/75{ + color: rgb(56 189 248 / 0.75); +} +.text-sky-400\/80{ + color: rgb(56 189 248 / 0.8); +} +.text-sky-400\/90{ + color: rgb(56 189 248 / 0.9); +} +.text-sky-400\/95{ + color: rgb(56 189 248 / 0.95); +} +.text-sky-400\/100{ + color: rgb(56 189 248 / 1); +} +.text-sky-500\/0{ + color: rgb(14 165 233 / 0); +} +.text-sky-500\/5{ + color: rgb(14 165 233 / 0.05); +} +.text-sky-500\/10{ + color: rgb(14 165 233 / 0.1); +} +.text-sky-500\/20{ + color: rgb(14 165 233 / 0.2); +} +.text-sky-500\/25{ + color: rgb(14 165 233 / 0.25); +} +.text-sky-500\/30{ + color: rgb(14 165 233 / 0.3); +} +.text-sky-500\/40{ + color: rgb(14 165 233 / 0.4); +} +.text-sky-500\/50{ + color: rgb(14 165 233 / 0.5); +} +.text-sky-500\/60{ + color: rgb(14 165 233 / 0.6); +} +.text-sky-500\/70{ + color: rgb(14 165 233 / 0.7); +} +.text-sky-500\/75{ + color: rgb(14 165 233 / 0.75); +} +.text-sky-500\/80{ + color: rgb(14 165 233 / 0.8); +} +.text-sky-500\/90{ + color: rgb(14 165 233 / 0.9); +} +.text-sky-500\/95{ + color: rgb(14 165 233 / 0.95); +} +.text-sky-500\/100{ + color: rgb(14 165 233 / 1); +} +.text-sky-600\/0{ + color: rgb(2 132 199 / 0); +} +.text-sky-600\/5{ + color: rgb(2 132 199 / 0.05); +} +.text-sky-600\/10{ + color: rgb(2 132 199 / 0.1); +} +.text-sky-600\/20{ + color: rgb(2 132 199 / 0.2); +} +.text-sky-600\/25{ + color: rgb(2 132 199 / 0.25); +} +.text-sky-600\/30{ + color: rgb(2 132 199 / 0.3); +} +.text-sky-600\/40{ + color: rgb(2 132 199 / 0.4); +} +.text-sky-600\/50{ + color: rgb(2 132 199 / 0.5); +} +.text-sky-600\/60{ + color: rgb(2 132 199 / 0.6); +} +.text-sky-600\/70{ + color: rgb(2 132 199 / 0.7); +} +.text-sky-600\/75{ + color: rgb(2 132 199 / 0.75); +} +.text-sky-600\/80{ + color: rgb(2 132 199 / 0.8); +} +.text-sky-600\/90{ + color: rgb(2 132 199 / 0.9); +} +.text-sky-600\/95{ + color: rgb(2 132 199 / 0.95); +} +.text-sky-600\/100{ + color: rgb(2 132 199 / 1); +} +.text-sky-700\/0{ + color: rgb(3 105 161 / 0); +} +.text-sky-700\/5{ + color: rgb(3 105 161 / 0.05); +} +.text-sky-700\/10{ + color: rgb(3 105 161 / 0.1); +} +.text-sky-700\/20{ + color: rgb(3 105 161 / 0.2); +} +.text-sky-700\/25{ + color: rgb(3 105 161 / 0.25); +} +.text-sky-700\/30{ + color: rgb(3 105 161 / 0.3); +} +.text-sky-700\/40{ + color: rgb(3 105 161 / 0.4); +} +.text-sky-700\/50{ + color: rgb(3 105 161 / 0.5); +} +.text-sky-700\/60{ + color: rgb(3 105 161 / 0.6); +} +.text-sky-700\/70{ + color: rgb(3 105 161 / 0.7); +} +.text-sky-700\/75{ + color: rgb(3 105 161 / 0.75); +} +.text-sky-700\/80{ + color: rgb(3 105 161 / 0.8); +} +.text-sky-700\/90{ + color: rgb(3 105 161 / 0.9); +} +.text-sky-700\/95{ + color: rgb(3 105 161 / 0.95); +} +.text-sky-700\/100{ + color: rgb(3 105 161 / 1); +} +.text-sky-800\/0{ + color: rgb(7 89 133 / 0); +} +.text-sky-800\/5{ + color: rgb(7 89 133 / 0.05); +} +.text-sky-800\/10{ + color: rgb(7 89 133 / 0.1); +} +.text-sky-800\/20{ + color: rgb(7 89 133 / 0.2); +} +.text-sky-800\/25{ + color: rgb(7 89 133 / 0.25); +} +.text-sky-800\/30{ + color: rgb(7 89 133 / 0.3); +} +.text-sky-800\/40{ + color: rgb(7 89 133 / 0.4); +} +.text-sky-800\/50{ + color: rgb(7 89 133 / 0.5); +} +.text-sky-800\/60{ + color: rgb(7 89 133 / 0.6); +} +.text-sky-800\/70{ + color: rgb(7 89 133 / 0.7); +} +.text-sky-800\/75{ + color: rgb(7 89 133 / 0.75); +} +.text-sky-800\/80{ + color: rgb(7 89 133 / 0.8); +} +.text-sky-800\/90{ + color: rgb(7 89 133 / 0.9); +} +.text-sky-800\/95{ + color: rgb(7 89 133 / 0.95); +} +.text-sky-800\/100{ + color: rgb(7 89 133 / 1); +} +.text-sky-900\/0{ + color: rgb(12 74 110 / 0); +} +.text-sky-900\/5{ + color: rgb(12 74 110 / 0.05); +} +.text-sky-900\/10{ + color: rgb(12 74 110 / 0.1); +} +.text-sky-900\/20{ + color: rgb(12 74 110 / 0.2); +} +.text-sky-900\/25{ + color: rgb(12 74 110 / 0.25); +} +.text-sky-900\/30{ + color: rgb(12 74 110 / 0.3); +} +.text-sky-900\/40{ + color: rgb(12 74 110 / 0.4); +} +.text-sky-900\/50{ + color: rgb(12 74 110 / 0.5); +} +.text-sky-900\/60{ + color: rgb(12 74 110 / 0.6); +} +.text-sky-900\/70{ + color: rgb(12 74 110 / 0.7); +} +.text-sky-900\/75{ + color: rgb(12 74 110 / 0.75); +} +.text-sky-900\/80{ + color: rgb(12 74 110 / 0.8); +} +.text-sky-900\/90{ + color: rgb(12 74 110 / 0.9); +} +.text-sky-900\/95{ + color: rgb(12 74 110 / 0.95); +} +.text-sky-900\/100{ + color: rgb(12 74 110 / 1); +} +.text-blue-50\/0{ + color: rgb(242 248 251 / 0); +} +.text-blue-50\/5{ + color: rgb(242 248 251 / 0.05); +} +.text-blue-50\/10{ + color: rgb(242 248 251 / 0.1); +} +.text-blue-50\/20{ + color: rgb(242 248 251 / 0.2); +} +.text-blue-50\/25{ + color: rgb(242 248 251 / 0.25); +} +.text-blue-50\/30{ + color: rgb(242 248 251 / 0.3); +} +.text-blue-50\/40{ + color: rgb(242 248 251 / 0.4); +} +.text-blue-50\/50{ + color: rgb(242 248 251 / 0.5); +} +.text-blue-50\/60{ + color: rgb(242 248 251 / 0.6); +} +.text-blue-50\/70{ + color: rgb(242 248 251 / 0.7); +} +.text-blue-50\/75{ + color: rgb(242 248 251 / 0.75); +} +.text-blue-50\/80{ + color: rgb(242 248 251 / 0.8); +} +.text-blue-50\/90{ + color: rgb(242 248 251 / 0.9); +} +.text-blue-50\/95{ + color: rgb(242 248 251 / 0.95); +} +.text-blue-50\/100{ + color: rgb(242 248 251 / 1); +} +.text-blue-100\/0{ + color: rgb(230 241 246 / 0); +} +.text-blue-100\/5{ + color: rgb(230 241 246 / 0.05); +} +.text-blue-100\/10{ + color: rgb(230 241 246 / 0.1); +} +.text-blue-100\/20{ + color: rgb(230 241 246 / 0.2); +} +.text-blue-100\/25{ + color: rgb(230 241 246 / 0.25); +} +.text-blue-100\/30{ + color: rgb(230 241 246 / 0.3); +} +.text-blue-100\/40{ + color: rgb(230 241 246 / 0.4); +} +.text-blue-100\/50{ + color: rgb(230 241 246 / 0.5); +} +.text-blue-100\/60{ + color: rgb(230 241 246 / 0.6); +} +.text-blue-100\/70{ + color: rgb(230 241 246 / 0.7); +} +.text-blue-100\/75{ + color: rgb(230 241 246 / 0.75); +} +.text-blue-100\/80{ + color: rgb(230 241 246 / 0.8); +} +.text-blue-100\/90{ + color: rgb(230 241 246 / 0.9); +} +.text-blue-100\/95{ + color: rgb(230 241 246 / 0.95); +} +.text-blue-100\/100{ + color: rgb(230 241 246 / 1); +} +.text-blue-200\/0{ + color: rgb(191 219 233 / 0); +} +.text-blue-200\/5{ + color: rgb(191 219 233 / 0.05); +} +.text-blue-200\/10{ + color: rgb(191 219 233 / 0.1); +} +.text-blue-200\/20{ + color: rgb(191 219 233 / 0.2); +} +.text-blue-200\/25{ + color: rgb(191 219 233 / 0.25); +} +.text-blue-200\/30{ + color: rgb(191 219 233 / 0.3); +} +.text-blue-200\/40{ + color: rgb(191 219 233 / 0.4); +} +.text-blue-200\/50{ + color: rgb(191 219 233 / 0.5); +} +.text-blue-200\/60{ + color: rgb(191 219 233 / 0.6); +} +.text-blue-200\/70{ + color: rgb(191 219 233 / 0.7); +} +.text-blue-200\/75{ + color: rgb(191 219 233 / 0.75); +} +.text-blue-200\/80{ + color: rgb(191 219 233 / 0.8); +} +.text-blue-200\/90{ + color: rgb(191 219 233 / 0.9); +} +.text-blue-200\/95{ + color: rgb(191 219 233 / 0.95); +} +.text-blue-200\/100{ + color: rgb(191 219 233 / 1); +} +.text-blue-300\/0{ + color: rgb(153 197 219 / 0); +} +.text-blue-300\/5{ + color: rgb(153 197 219 / 0.05); +} +.text-blue-300\/10{ + color: rgb(153 197 219 / 0.1); +} +.text-blue-300\/20{ + color: rgb(153 197 219 / 0.2); +} +.text-blue-300\/25{ + color: rgb(153 197 219 / 0.25); +} +.text-blue-300\/30{ + color: rgb(153 197 219 / 0.3); +} +.text-blue-300\/40{ + color: rgb(153 197 219 / 0.4); +} +.text-blue-300\/50{ + color: rgb(153 197 219 / 0.5); +} +.text-blue-300\/60{ + color: rgb(153 197 219 / 0.6); +} +.text-blue-300\/70{ + color: rgb(153 197 219 / 0.7); +} +.text-blue-300\/75{ + color: rgb(153 197 219 / 0.75); +} +.text-blue-300\/80{ + color: rgb(153 197 219 / 0.8); +} +.text-blue-300\/90{ + color: rgb(153 197 219 / 0.9); +} +.text-blue-300\/95{ + color: rgb(153 197 219 / 0.95); +} +.text-blue-300\/100{ + color: rgb(153 197 219 / 1); +} +.text-blue-400\/0{ + color: rgb(77 154 193 / 0); +} +.text-blue-400\/5{ + color: rgb(77 154 193 / 0.05); +} +.text-blue-400\/10{ + color: rgb(77 154 193 / 0.1); +} +.text-blue-400\/20{ + color: rgb(77 154 193 / 0.2); +} +.text-blue-400\/25{ + color: rgb(77 154 193 / 0.25); +} +.text-blue-400\/30{ + color: rgb(77 154 193 / 0.3); +} +.text-blue-400\/40{ + color: rgb(77 154 193 / 0.4); +} +.text-blue-400\/50{ + color: rgb(77 154 193 / 0.5); +} +.text-blue-400\/60{ + color: rgb(77 154 193 / 0.6); +} +.text-blue-400\/70{ + color: rgb(77 154 193 / 0.7); +} +.text-blue-400\/75{ + color: rgb(77 154 193 / 0.75); +} +.text-blue-400\/80{ + color: rgb(77 154 193 / 0.8); +} +.text-blue-400\/90{ + color: rgb(77 154 193 / 0.9); +} +.text-blue-400\/95{ + color: rgb(77 154 193 / 0.95); +} +.text-blue-400\/100{ + color: rgb(77 154 193 / 1); +} +.text-blue-500\/0{ + color: rgb(0 110 166 / 0); +} +.text-blue-500\/5{ + color: rgb(0 110 166 / 0.05); +} +.text-blue-500\/10{ + color: rgb(0 110 166 / 0.1); +} +.text-blue-500\/20{ + color: rgb(0 110 166 / 0.2); +} +.text-blue-500\/25{ + color: rgb(0 110 166 / 0.25); +} +.text-blue-500\/30{ + color: rgb(0 110 166 / 0.3); +} +.text-blue-500\/40{ + color: rgb(0 110 166 / 0.4); +} +.text-blue-500\/50{ + color: rgb(0 110 166 / 0.5); +} +.text-blue-500\/60{ + color: rgb(0 110 166 / 0.6); +} +.text-blue-500\/70{ + color: rgb(0 110 166 / 0.7); +} +.text-blue-500\/75{ + color: rgb(0 110 166 / 0.75); +} +.text-blue-500\/80{ + color: rgb(0 110 166 / 0.8); +} +.text-blue-500\/90{ + color: rgb(0 110 166 / 0.9); +} +.text-blue-500\/95{ + color: rgb(0 110 166 / 0.95); +} +.text-blue-500\/100{ + color: rgb(0 110 166 / 1); +} +.text-blue-600\/0{ + color: rgb(0 99 149 / 0); +} +.text-blue-600\/5{ + color: rgb(0 99 149 / 0.05); +} +.text-blue-600\/10{ + color: rgb(0 99 149 / 0.1); +} +.text-blue-600\/20{ + color: rgb(0 99 149 / 0.2); +} +.text-blue-600\/25{ + color: rgb(0 99 149 / 0.25); +} +.text-blue-600\/30{ + color: rgb(0 99 149 / 0.3); +} +.text-blue-600\/40{ + color: rgb(0 99 149 / 0.4); +} +.text-blue-600\/50{ + color: rgb(0 99 149 / 0.5); +} +.text-blue-600\/60{ + color: rgb(0 99 149 / 0.6); +} +.text-blue-600\/70{ + color: rgb(0 99 149 / 0.7); +} +.text-blue-600\/75{ + color: rgb(0 99 149 / 0.75); +} +.text-blue-600\/80{ + color: rgb(0 99 149 / 0.8); +} +.text-blue-600\/90{ + color: rgb(0 99 149 / 0.9); +} +.text-blue-600\/95{ + color: rgb(0 99 149 / 0.95); +} +.text-blue-600\/100{ + color: rgb(0 99 149 / 1); +} +.text-blue-700\/0{ + color: rgb(0 83 125 / 0); +} +.text-blue-700\/5{ + color: rgb(0 83 125 / 0.05); +} +.text-blue-700\/10{ + color: rgb(0 83 125 / 0.1); +} +.text-blue-700\/20{ + color: rgb(0 83 125 / 0.2); +} +.text-blue-700\/25{ + color: rgb(0 83 125 / 0.25); +} +.text-blue-700\/30{ + color: rgb(0 83 125 / 0.3); +} +.text-blue-700\/40{ + color: rgb(0 83 125 / 0.4); +} +.text-blue-700\/50{ + color: rgb(0 83 125 / 0.5); +} +.text-blue-700\/60{ + color: rgb(0 83 125 / 0.6); +} +.text-blue-700\/70{ + color: rgb(0 83 125 / 0.7); +} +.text-blue-700\/75{ + color: rgb(0 83 125 / 0.75); +} +.text-blue-700\/80{ + color: rgb(0 83 125 / 0.8); +} +.text-blue-700\/90{ + color: rgb(0 83 125 / 0.9); +} +.text-blue-700\/95{ + color: rgb(0 83 125 / 0.95); +} +.text-blue-700\/100{ + color: rgb(0 83 125 / 1); +} +.text-blue-800\/0{ + color: rgb(0 66 100 / 0); +} +.text-blue-800\/5{ + color: rgb(0 66 100 / 0.05); +} +.text-blue-800\/10{ + color: rgb(0 66 100 / 0.1); +} +.text-blue-800\/20{ + color: rgb(0 66 100 / 0.2); +} +.text-blue-800\/25{ + color: rgb(0 66 100 / 0.25); +} +.text-blue-800\/30{ + color: rgb(0 66 100 / 0.3); +} +.text-blue-800\/40{ + color: rgb(0 66 100 / 0.4); +} +.text-blue-800\/50{ + color: rgb(0 66 100 / 0.5); +} +.text-blue-800\/60{ + color: rgb(0 66 100 / 0.6); +} +.text-blue-800\/70{ + color: rgb(0 66 100 / 0.7); +} +.text-blue-800\/75{ + color: rgb(0 66 100 / 0.75); +} +.text-blue-800\/80{ + color: rgb(0 66 100 / 0.8); +} +.text-blue-800\/90{ + color: rgb(0 66 100 / 0.9); +} +.text-blue-800\/95{ + color: rgb(0 66 100 / 0.95); +} +.text-blue-800\/100{ + color: rgb(0 66 100 / 1); +} +.text-blue-900\/0{ + color: rgb(0 54 81 / 0); +} +.text-blue-900\/5{ + color: rgb(0 54 81 / 0.05); +} +.text-blue-900\/10{ + color: rgb(0 54 81 / 0.1); +} +.text-blue-900\/20{ + color: rgb(0 54 81 / 0.2); +} +.text-blue-900\/25{ + color: rgb(0 54 81 / 0.25); +} +.text-blue-900\/30{ + color: rgb(0 54 81 / 0.3); +} +.text-blue-900\/40{ + color: rgb(0 54 81 / 0.4); +} +.text-blue-900\/50{ + color: rgb(0 54 81 / 0.5); +} +.text-blue-900\/60{ + color: rgb(0 54 81 / 0.6); +} +.text-blue-900\/70{ + color: rgb(0 54 81 / 0.7); +} +.text-blue-900\/75{ + color: rgb(0 54 81 / 0.75); +} +.text-blue-900\/80{ + color: rgb(0 54 81 / 0.8); +} +.text-blue-900\/90{ + color: rgb(0 54 81 / 0.9); +} +.text-blue-900\/95{ + color: rgb(0 54 81 / 0.95); +} +.text-blue-900\/100{ + color: rgb(0 54 81 / 1); +} +.text-blue\/0{ + color: rgb(0 110 166 / 0); +} +.text-blue\/5{ + color: rgb(0 110 166 / 0.05); +} +.text-blue\/10{ + color: rgb(0 110 166 / 0.1); +} +.text-blue\/20{ + color: rgb(0 110 166 / 0.2); +} +.text-blue\/25{ + color: rgb(0 110 166 / 0.25); +} +.text-blue\/30{ + color: rgb(0 110 166 / 0.3); +} +.text-blue\/40{ + color: rgb(0 110 166 / 0.4); +} +.text-blue\/50{ + color: rgb(0 110 166 / 0.5); +} +.text-blue\/60{ + color: rgb(0 110 166 / 0.6); +} +.text-blue\/70{ + color: rgb(0 110 166 / 0.7); +} +.text-blue\/75{ + color: rgb(0 110 166 / 0.75); +} +.text-blue\/80{ + color: rgb(0 110 166 / 0.8); +} +.text-blue\/90{ + color: rgb(0 110 166 / 0.9); +} +.text-blue\/95{ + color: rgb(0 110 166 / 0.95); +} +.text-blue\/100{ + color: rgb(0 110 166 / 1); +} +.text-indigo-50\/0{ + color: rgb(240 245 255 / 0); +} +.text-indigo-50\/5{ + color: rgb(240 245 255 / 0.05); +} +.text-indigo-50\/10{ + color: rgb(240 245 255 / 0.1); +} +.text-indigo-50\/20{ + color: rgb(240 245 255 / 0.2); +} +.text-indigo-50\/25{ + color: rgb(240 245 255 / 0.25); +} +.text-indigo-50\/30{ + color: rgb(240 245 255 / 0.3); +} +.text-indigo-50\/40{ + color: rgb(240 245 255 / 0.4); +} +.text-indigo-50\/50{ + color: rgb(240 245 255 / 0.5); +} +.text-indigo-50\/60{ + color: rgb(240 245 255 / 0.6); +} +.text-indigo-50\/70{ + color: rgb(240 245 255 / 0.7); +} +.text-indigo-50\/75{ + color: rgb(240 245 255 / 0.75); +} +.text-indigo-50\/80{ + color: rgb(240 245 255 / 0.8); +} +.text-indigo-50\/90{ + color: rgb(240 245 255 / 0.9); +} +.text-indigo-50\/95{ + color: rgb(240 245 255 / 0.95); +} +.text-indigo-50\/100{ + color: rgb(240 245 255 / 1); +} +.text-indigo-100\/0{ + color: rgb(229 237 255 / 0); +} +.text-indigo-100\/5{ + color: rgb(229 237 255 / 0.05); +} +.text-indigo-100\/10{ + color: rgb(229 237 255 / 0.1); +} +.text-indigo-100\/20{ + color: rgb(229 237 255 / 0.2); +} +.text-indigo-100\/25{ + color: rgb(229 237 255 / 0.25); +} +.text-indigo-100\/30{ + color: rgb(229 237 255 / 0.3); +} +.text-indigo-100\/40{ + color: rgb(229 237 255 / 0.4); +} +.text-indigo-100\/50{ + color: rgb(229 237 255 / 0.5); +} +.text-indigo-100\/60{ + color: rgb(229 237 255 / 0.6); +} +.text-indigo-100\/70{ + color: rgb(229 237 255 / 0.7); +} +.text-indigo-100\/75{ + color: rgb(229 237 255 / 0.75); +} +.text-indigo-100\/80{ + color: rgb(229 237 255 / 0.8); +} +.text-indigo-100\/90{ + color: rgb(229 237 255 / 0.9); +} +.text-indigo-100\/95{ + color: rgb(229 237 255 / 0.95); +} +.text-indigo-100\/100{ + color: rgb(229 237 255 / 1); +} +.text-indigo-200\/0{ + color: rgb(205 219 254 / 0); +} +.text-indigo-200\/5{ + color: rgb(205 219 254 / 0.05); +} +.text-indigo-200\/10{ + color: rgb(205 219 254 / 0.1); +} +.text-indigo-200\/20{ + color: rgb(205 219 254 / 0.2); +} +.text-indigo-200\/25{ + color: rgb(205 219 254 / 0.25); +} +.text-indigo-200\/30{ + color: rgb(205 219 254 / 0.3); +} +.text-indigo-200\/40{ + color: rgb(205 219 254 / 0.4); +} +.text-indigo-200\/50{ + color: rgb(205 219 254 / 0.5); +} +.text-indigo-200\/60{ + color: rgb(205 219 254 / 0.6); +} +.text-indigo-200\/70{ + color: rgb(205 219 254 / 0.7); +} +.text-indigo-200\/75{ + color: rgb(205 219 254 / 0.75); +} +.text-indigo-200\/80{ + color: rgb(205 219 254 / 0.8); +} +.text-indigo-200\/90{ + color: rgb(205 219 254 / 0.9); +} +.text-indigo-200\/95{ + color: rgb(205 219 254 / 0.95); +} +.text-indigo-200\/100{ + color: rgb(205 219 254 / 1); +} +.text-indigo-300\/0{ + color: rgb(180 198 252 / 0); +} +.text-indigo-300\/5{ + color: rgb(180 198 252 / 0.05); +} +.text-indigo-300\/10{ + color: rgb(180 198 252 / 0.1); +} +.text-indigo-300\/20{ + color: rgb(180 198 252 / 0.2); +} +.text-indigo-300\/25{ + color: rgb(180 198 252 / 0.25); +} +.text-indigo-300\/30{ + color: rgb(180 198 252 / 0.3); +} +.text-indigo-300\/40{ + color: rgb(180 198 252 / 0.4); +} +.text-indigo-300\/50{ + color: rgb(180 198 252 / 0.5); +} +.text-indigo-300\/60{ + color: rgb(180 198 252 / 0.6); +} +.text-indigo-300\/70{ + color: rgb(180 198 252 / 0.7); +} +.text-indigo-300\/75{ + color: rgb(180 198 252 / 0.75); +} +.text-indigo-300\/80{ + color: rgb(180 198 252 / 0.8); +} +.text-indigo-300\/90{ + color: rgb(180 198 252 / 0.9); +} +.text-indigo-300\/95{ + color: rgb(180 198 252 / 0.95); +} +.text-indigo-300\/100{ + color: rgb(180 198 252 / 1); +} +.text-indigo-400\/0{ + color: rgb(141 162 251 / 0); +} +.text-indigo-400\/5{ + color: rgb(141 162 251 / 0.05); +} +.text-indigo-400\/10{ + color: rgb(141 162 251 / 0.1); +} +.text-indigo-400\/20{ + color: rgb(141 162 251 / 0.2); +} +.text-indigo-400\/25{ + color: rgb(141 162 251 / 0.25); +} +.text-indigo-400\/30{ + color: rgb(141 162 251 / 0.3); +} +.text-indigo-400\/40{ + color: rgb(141 162 251 / 0.4); +} +.text-indigo-400\/50{ + color: rgb(141 162 251 / 0.5); +} +.text-indigo-400\/60{ + color: rgb(141 162 251 / 0.6); +} +.text-indigo-400\/70{ + color: rgb(141 162 251 / 0.7); +} +.text-indigo-400\/75{ + color: rgb(141 162 251 / 0.75); +} +.text-indigo-400\/80{ + color: rgb(141 162 251 / 0.8); +} +.text-indigo-400\/90{ + color: rgb(141 162 251 / 0.9); +} +.text-indigo-400\/95{ + color: rgb(141 162 251 / 0.95); +} +.text-indigo-400\/100{ + color: rgb(141 162 251 / 1); +} +.text-indigo-500\/0{ + color: rgb(104 117 245 / 0); +} +.text-indigo-500\/5{ + color: rgb(104 117 245 / 0.05); +} +.text-indigo-500\/10{ + color: rgb(104 117 245 / 0.1); +} +.text-indigo-500\/20{ + color: rgb(104 117 245 / 0.2); +} +.text-indigo-500\/25{ + color: rgb(104 117 245 / 0.25); +} +.text-indigo-500\/30{ + color: rgb(104 117 245 / 0.3); +} +.text-indigo-500\/40{ + color: rgb(104 117 245 / 0.4); +} +.text-indigo-500\/50{ + color: rgb(104 117 245 / 0.5); +} +.text-indigo-500\/60{ + color: rgb(104 117 245 / 0.6); +} +.text-indigo-500\/70{ + color: rgb(104 117 245 / 0.7); +} +.text-indigo-500\/75{ + color: rgb(104 117 245 / 0.75); +} +.text-indigo-500\/80{ + color: rgb(104 117 245 / 0.8); +} +.text-indigo-500\/90{ + color: rgb(104 117 245 / 0.9); +} +.text-indigo-500\/95{ + color: rgb(104 117 245 / 0.95); +} +.text-indigo-500\/100{ + color: rgb(104 117 245 / 1); +} +.text-indigo-600\/0{ + color: rgb(88 80 236 / 0); +} +.text-indigo-600\/5{ + color: rgb(88 80 236 / 0.05); +} +.text-indigo-600\/10{ + color: rgb(88 80 236 / 0.1); +} +.text-indigo-600\/20{ + color: rgb(88 80 236 / 0.2); +} +.text-indigo-600\/25{ + color: rgb(88 80 236 / 0.25); +} +.text-indigo-600\/30{ + color: rgb(88 80 236 / 0.3); +} +.text-indigo-600\/40{ + color: rgb(88 80 236 / 0.4); +} +.text-indigo-600\/50{ + color: rgb(88 80 236 / 0.5); +} +.text-indigo-600\/60{ + color: rgb(88 80 236 / 0.6); +} +.text-indigo-600\/70{ + color: rgb(88 80 236 / 0.7); +} +.text-indigo-600\/75{ + color: rgb(88 80 236 / 0.75); +} +.text-indigo-600\/80{ + color: rgb(88 80 236 / 0.8); +} +.text-indigo-600\/90{ + color: rgb(88 80 236 / 0.9); +} +.text-indigo-600\/95{ + color: rgb(88 80 236 / 0.95); +} +.text-indigo-600\/100{ + color: rgb(88 80 236 / 1); +} +.text-indigo-700\/0{ + color: rgb(81 69 205 / 0); +} +.text-indigo-700\/5{ + color: rgb(81 69 205 / 0.05); +} +.text-indigo-700\/10{ + color: rgb(81 69 205 / 0.1); +} +.text-indigo-700\/20{ + color: rgb(81 69 205 / 0.2); +} +.text-indigo-700\/25{ + color: rgb(81 69 205 / 0.25); +} +.text-indigo-700\/30{ + color: rgb(81 69 205 / 0.3); +} +.text-indigo-700\/40{ + color: rgb(81 69 205 / 0.4); +} +.text-indigo-700\/50{ + color: rgb(81 69 205 / 0.5); +} +.text-indigo-700\/60{ + color: rgb(81 69 205 / 0.6); +} +.text-indigo-700\/70{ + color: rgb(81 69 205 / 0.7); +} +.text-indigo-700\/75{ + color: rgb(81 69 205 / 0.75); +} +.text-indigo-700\/80{ + color: rgb(81 69 205 / 0.8); +} +.text-indigo-700\/90{ + color: rgb(81 69 205 / 0.9); +} +.text-indigo-700\/95{ + color: rgb(81 69 205 / 0.95); +} +.text-indigo-700\/100{ + color: rgb(81 69 205 / 1); +} +.text-indigo-800\/0{ + color: rgb(66 56 157 / 0); +} +.text-indigo-800\/5{ + color: rgb(66 56 157 / 0.05); +} +.text-indigo-800\/10{ + color: rgb(66 56 157 / 0.1); +} +.text-indigo-800\/20{ + color: rgb(66 56 157 / 0.2); +} +.text-indigo-800\/25{ + color: rgb(66 56 157 / 0.25); +} +.text-indigo-800\/30{ + color: rgb(66 56 157 / 0.3); +} +.text-indigo-800\/40{ + color: rgb(66 56 157 / 0.4); +} +.text-indigo-800\/50{ + color: rgb(66 56 157 / 0.5); +} +.text-indigo-800\/60{ + color: rgb(66 56 157 / 0.6); +} +.text-indigo-800\/70{ + color: rgb(66 56 157 / 0.7); +} +.text-indigo-800\/75{ + color: rgb(66 56 157 / 0.75); +} +.text-indigo-800\/80{ + color: rgb(66 56 157 / 0.8); +} +.text-indigo-800\/90{ + color: rgb(66 56 157 / 0.9); +} +.text-indigo-800\/95{ + color: rgb(66 56 157 / 0.95); +} +.text-indigo-800\/100{ + color: rgb(66 56 157 / 1); +} +.text-indigo-900\/0{ + color: rgb(54 47 120 / 0); +} +.text-indigo-900\/5{ + color: rgb(54 47 120 / 0.05); +} +.text-indigo-900\/10{ + color: rgb(54 47 120 / 0.1); +} +.text-indigo-900\/20{ + color: rgb(54 47 120 / 0.2); +} +.text-indigo-900\/25{ + color: rgb(54 47 120 / 0.25); +} +.text-indigo-900\/30{ + color: rgb(54 47 120 / 0.3); +} +.text-indigo-900\/40{ + color: rgb(54 47 120 / 0.4); +} +.text-indigo-900\/50{ + color: rgb(54 47 120 / 0.5); +} +.text-indigo-900\/60{ + color: rgb(54 47 120 / 0.6); +} +.text-indigo-900\/70{ + color: rgb(54 47 120 / 0.7); +} +.text-indigo-900\/75{ + color: rgb(54 47 120 / 0.75); +} +.text-indigo-900\/80{ + color: rgb(54 47 120 / 0.8); +} +.text-indigo-900\/90{ + color: rgb(54 47 120 / 0.9); +} +.text-indigo-900\/95{ + color: rgb(54 47 120 / 0.95); +} +.text-indigo-900\/100{ + color: rgb(54 47 120 / 1); +} +.text-violet-50\/0{ + color: rgb(245 243 255 / 0); +} +.text-violet-50\/5{ + color: rgb(245 243 255 / 0.05); +} +.text-violet-50\/10{ + color: rgb(245 243 255 / 0.1); +} +.text-violet-50\/20{ + color: rgb(245 243 255 / 0.2); +} +.text-violet-50\/25{ + color: rgb(245 243 255 / 0.25); +} +.text-violet-50\/30{ + color: rgb(245 243 255 / 0.3); +} +.text-violet-50\/40{ + color: rgb(245 243 255 / 0.4); +} +.text-violet-50\/50{ + color: rgb(245 243 255 / 0.5); +} +.text-violet-50\/60{ + color: rgb(245 243 255 / 0.6); +} +.text-violet-50\/70{ + color: rgb(245 243 255 / 0.7); +} +.text-violet-50\/75{ + color: rgb(245 243 255 / 0.75); +} +.text-violet-50\/80{ + color: rgb(245 243 255 / 0.8); +} +.text-violet-50\/90{ + color: rgb(245 243 255 / 0.9); +} +.text-violet-50\/95{ + color: rgb(245 243 255 / 0.95); +} +.text-violet-50\/100{ + color: rgb(245 243 255 / 1); +} +.text-violet-100\/0{ + color: rgb(237 233 254 / 0); +} +.text-violet-100\/5{ + color: rgb(237 233 254 / 0.05); +} +.text-violet-100\/10{ + color: rgb(237 233 254 / 0.1); +} +.text-violet-100\/20{ + color: rgb(237 233 254 / 0.2); +} +.text-violet-100\/25{ + color: rgb(237 233 254 / 0.25); +} +.text-violet-100\/30{ + color: rgb(237 233 254 / 0.3); +} +.text-violet-100\/40{ + color: rgb(237 233 254 / 0.4); +} +.text-violet-100\/50{ + color: rgb(237 233 254 / 0.5); +} +.text-violet-100\/60{ + color: rgb(237 233 254 / 0.6); +} +.text-violet-100\/70{ + color: rgb(237 233 254 / 0.7); +} +.text-violet-100\/75{ + color: rgb(237 233 254 / 0.75); +} +.text-violet-100\/80{ + color: rgb(237 233 254 / 0.8); +} +.text-violet-100\/90{ + color: rgb(237 233 254 / 0.9); +} +.text-violet-100\/95{ + color: rgb(237 233 254 / 0.95); +} +.text-violet-100\/100{ + color: rgb(237 233 254 / 1); +} +.text-violet-200\/0{ + color: rgb(221 214 254 / 0); +} +.text-violet-200\/5{ + color: rgb(221 214 254 / 0.05); +} +.text-violet-200\/10{ + color: rgb(221 214 254 / 0.1); +} +.text-violet-200\/20{ + color: rgb(221 214 254 / 0.2); +} +.text-violet-200\/25{ + color: rgb(221 214 254 / 0.25); +} +.text-violet-200\/30{ + color: rgb(221 214 254 / 0.3); +} +.text-violet-200\/40{ + color: rgb(221 214 254 / 0.4); +} +.text-violet-200\/50{ + color: rgb(221 214 254 / 0.5); +} +.text-violet-200\/60{ + color: rgb(221 214 254 / 0.6); +} +.text-violet-200\/70{ + color: rgb(221 214 254 / 0.7); +} +.text-violet-200\/75{ + color: rgb(221 214 254 / 0.75); +} +.text-violet-200\/80{ + color: rgb(221 214 254 / 0.8); +} +.text-violet-200\/90{ + color: rgb(221 214 254 / 0.9); +} +.text-violet-200\/95{ + color: rgb(221 214 254 / 0.95); +} +.text-violet-200\/100{ + color: rgb(221 214 254 / 1); +} +.text-violet-300\/0{ + color: rgb(196 181 253 / 0); +} +.text-violet-300\/5{ + color: rgb(196 181 253 / 0.05); +} +.text-violet-300\/10{ + color: rgb(196 181 253 / 0.1); +} +.text-violet-300\/20{ + color: rgb(196 181 253 / 0.2); +} +.text-violet-300\/25{ + color: rgb(196 181 253 / 0.25); +} +.text-violet-300\/30{ + color: rgb(196 181 253 / 0.3); +} +.text-violet-300\/40{ + color: rgb(196 181 253 / 0.4); +} +.text-violet-300\/50{ + color: rgb(196 181 253 / 0.5); +} +.text-violet-300\/60{ + color: rgb(196 181 253 / 0.6); +} +.text-violet-300\/70{ + color: rgb(196 181 253 / 0.7); +} +.text-violet-300\/75{ + color: rgb(196 181 253 / 0.75); +} +.text-violet-300\/80{ + color: rgb(196 181 253 / 0.8); +} +.text-violet-300\/90{ + color: rgb(196 181 253 / 0.9); +} +.text-violet-300\/95{ + color: rgb(196 181 253 / 0.95); +} +.text-violet-300\/100{ + color: rgb(196 181 253 / 1); +} +.text-violet-400\/0{ + color: rgb(167 139 250 / 0); +} +.text-violet-400\/5{ + color: rgb(167 139 250 / 0.05); +} +.text-violet-400\/10{ + color: rgb(167 139 250 / 0.1); +} +.text-violet-400\/20{ + color: rgb(167 139 250 / 0.2); +} +.text-violet-400\/25{ + color: rgb(167 139 250 / 0.25); +} +.text-violet-400\/30{ + color: rgb(167 139 250 / 0.3); +} +.text-violet-400\/40{ + color: rgb(167 139 250 / 0.4); +} +.text-violet-400\/50{ + color: rgb(167 139 250 / 0.5); +} +.text-violet-400\/60{ + color: rgb(167 139 250 / 0.6); +} +.text-violet-400\/70{ + color: rgb(167 139 250 / 0.7); +} +.text-violet-400\/75{ + color: rgb(167 139 250 / 0.75); +} +.text-violet-400\/80{ + color: rgb(167 139 250 / 0.8); +} +.text-violet-400\/90{ + color: rgb(167 139 250 / 0.9); +} +.text-violet-400\/95{ + color: rgb(167 139 250 / 0.95); +} +.text-violet-400\/100{ + color: rgb(167 139 250 / 1); +} +.text-violet-500\/0{ + color: rgb(139 92 246 / 0); +} +.text-violet-500\/5{ + color: rgb(139 92 246 / 0.05); +} +.text-violet-500\/10{ + color: rgb(139 92 246 / 0.1); +} +.text-violet-500\/20{ + color: rgb(139 92 246 / 0.2); +} +.text-violet-500\/25{ + color: rgb(139 92 246 / 0.25); +} +.text-violet-500\/30{ + color: rgb(139 92 246 / 0.3); +} +.text-violet-500\/40{ + color: rgb(139 92 246 / 0.4); +} +.text-violet-500\/50{ + color: rgb(139 92 246 / 0.5); +} +.text-violet-500\/60{ + color: rgb(139 92 246 / 0.6); +} +.text-violet-500\/70{ + color: rgb(139 92 246 / 0.7); +} +.text-violet-500\/75{ + color: rgb(139 92 246 / 0.75); +} +.text-violet-500\/80{ + color: rgb(139 92 246 / 0.8); +} +.text-violet-500\/90{ + color: rgb(139 92 246 / 0.9); +} +.text-violet-500\/95{ + color: rgb(139 92 246 / 0.95); +} +.text-violet-500\/100{ + color: rgb(139 92 246 / 1); +} +.text-violet-600\/0{ + color: rgb(124 58 237 / 0); +} +.text-violet-600\/5{ + color: rgb(124 58 237 / 0.05); +} +.text-violet-600\/10{ + color: rgb(124 58 237 / 0.1); +} +.text-violet-600\/20{ + color: rgb(124 58 237 / 0.2); +} +.text-violet-600\/25{ + color: rgb(124 58 237 / 0.25); +} +.text-violet-600\/30{ + color: rgb(124 58 237 / 0.3); +} +.text-violet-600\/40{ + color: rgb(124 58 237 / 0.4); +} +.text-violet-600\/50{ + color: rgb(124 58 237 / 0.5); +} +.text-violet-600\/60{ + color: rgb(124 58 237 / 0.6); +} +.text-violet-600\/70{ + color: rgb(124 58 237 / 0.7); +} +.text-violet-600\/75{ + color: rgb(124 58 237 / 0.75); +} +.text-violet-600\/80{ + color: rgb(124 58 237 / 0.8); +} +.text-violet-600\/90{ + color: rgb(124 58 237 / 0.9); +} +.text-violet-600\/95{ + color: rgb(124 58 237 / 0.95); +} +.text-violet-600\/100{ + color: rgb(124 58 237 / 1); +} +.text-violet-700\/0{ + color: rgb(109 40 217 / 0); +} +.text-violet-700\/5{ + color: rgb(109 40 217 / 0.05); +} +.text-violet-700\/10{ + color: rgb(109 40 217 / 0.1); +} +.text-violet-700\/20{ + color: rgb(109 40 217 / 0.2); +} +.text-violet-700\/25{ + color: rgb(109 40 217 / 0.25); +} +.text-violet-700\/30{ + color: rgb(109 40 217 / 0.3); +} +.text-violet-700\/40{ + color: rgb(109 40 217 / 0.4); +} +.text-violet-700\/50{ + color: rgb(109 40 217 / 0.5); +} +.text-violet-700\/60{ + color: rgb(109 40 217 / 0.6); +} +.text-violet-700\/70{ + color: rgb(109 40 217 / 0.7); +} +.text-violet-700\/75{ + color: rgb(109 40 217 / 0.75); +} +.text-violet-700\/80{ + color: rgb(109 40 217 / 0.8); +} +.text-violet-700\/90{ + color: rgb(109 40 217 / 0.9); +} +.text-violet-700\/95{ + color: rgb(109 40 217 / 0.95); +} +.text-violet-700\/100{ + color: rgb(109 40 217 / 1); +} +.text-violet-800\/0{ + color: rgb(91 33 182 / 0); +} +.text-violet-800\/5{ + color: rgb(91 33 182 / 0.05); +} +.text-violet-800\/10{ + color: rgb(91 33 182 / 0.1); +} +.text-violet-800\/20{ + color: rgb(91 33 182 / 0.2); +} +.text-violet-800\/25{ + color: rgb(91 33 182 / 0.25); +} +.text-violet-800\/30{ + color: rgb(91 33 182 / 0.3); +} +.text-violet-800\/40{ + color: rgb(91 33 182 / 0.4); +} +.text-violet-800\/50{ + color: rgb(91 33 182 / 0.5); +} +.text-violet-800\/60{ + color: rgb(91 33 182 / 0.6); +} +.text-violet-800\/70{ + color: rgb(91 33 182 / 0.7); +} +.text-violet-800\/75{ + color: rgb(91 33 182 / 0.75); +} +.text-violet-800\/80{ + color: rgb(91 33 182 / 0.8); +} +.text-violet-800\/90{ + color: rgb(91 33 182 / 0.9); +} +.text-violet-800\/95{ + color: rgb(91 33 182 / 0.95); +} +.text-violet-800\/100{ + color: rgb(91 33 182 / 1); +} +.text-violet-900\/0{ + color: rgb(76 29 149 / 0); +} +.text-violet-900\/5{ + color: rgb(76 29 149 / 0.05); +} +.text-violet-900\/10{ + color: rgb(76 29 149 / 0.1); +} +.text-violet-900\/20{ + color: rgb(76 29 149 / 0.2); +} +.text-violet-900\/25{ + color: rgb(76 29 149 / 0.25); +} +.text-violet-900\/30{ + color: rgb(76 29 149 / 0.3); +} +.text-violet-900\/40{ + color: rgb(76 29 149 / 0.4); +} +.text-violet-900\/50{ + color: rgb(76 29 149 / 0.5); +} +.text-violet-900\/60{ + color: rgb(76 29 149 / 0.6); +} +.text-violet-900\/70{ + color: rgb(76 29 149 / 0.7); +} +.text-violet-900\/75{ + color: rgb(76 29 149 / 0.75); +} +.text-violet-900\/80{ + color: rgb(76 29 149 / 0.8); +} +.text-violet-900\/90{ + color: rgb(76 29 149 / 0.9); +} +.text-violet-900\/95{ + color: rgb(76 29 149 / 0.95); +} +.text-violet-900\/100{ + color: rgb(76 29 149 / 1); +} +.text-purple-50\/0{ + color: rgb(247 247 249 / 0); +} +.text-purple-50\/5{ + color: rgb(247 247 249 / 0.05); +} +.text-purple-50\/10{ + color: rgb(247 247 249 / 0.1); +} +.text-purple-50\/20{ + color: rgb(247 247 249 / 0.2); +} +.text-purple-50\/25{ + color: rgb(247 247 249 / 0.25); +} +.text-purple-50\/30{ + color: rgb(247 247 249 / 0.3); +} +.text-purple-50\/40{ + color: rgb(247 247 249 / 0.4); +} +.text-purple-50\/50{ + color: rgb(247 247 249 / 0.5); +} +.text-purple-50\/60{ + color: rgb(247 247 249 / 0.6); +} +.text-purple-50\/70{ + color: rgb(247 247 249 / 0.7); +} +.text-purple-50\/75{ + color: rgb(247 247 249 / 0.75); +} +.text-purple-50\/80{ + color: rgb(247 247 249 / 0.8); +} +.text-purple-50\/90{ + color: rgb(247 247 249 / 0.9); +} +.text-purple-50\/95{ + color: rgb(247 247 249 / 0.95); +} +.text-purple-50\/100{ + color: rgb(247 247 249 / 1); +} +.text-purple-100\/0{ + color: rgb(238 238 243 / 0); +} +.text-purple-100\/5{ + color: rgb(238 238 243 / 0.05); +} +.text-purple-100\/10{ + color: rgb(238 238 243 / 0.1); +} +.text-purple-100\/20{ + color: rgb(238 238 243 / 0.2); +} +.text-purple-100\/25{ + color: rgb(238 238 243 / 0.25); +} +.text-purple-100\/30{ + color: rgb(238 238 243 / 0.3); +} +.text-purple-100\/40{ + color: rgb(238 238 243 / 0.4); +} +.text-purple-100\/50{ + color: rgb(238 238 243 / 0.5); +} +.text-purple-100\/60{ + color: rgb(238 238 243 / 0.6); +} +.text-purple-100\/70{ + color: rgb(238 238 243 / 0.7); +} +.text-purple-100\/75{ + color: rgb(238 238 243 / 0.75); +} +.text-purple-100\/80{ + color: rgb(238 238 243 / 0.8); +} +.text-purple-100\/90{ + color: rgb(238 238 243 / 0.9); +} +.text-purple-100\/95{ + color: rgb(238 238 243 / 0.95); +} +.text-purple-100\/100{ + color: rgb(238 238 243 / 1); +} +.text-purple-200\/0{ + color: rgb(213 213 226 / 0); +} +.text-purple-200\/5{ + color: rgb(213 213 226 / 0.05); +} +.text-purple-200\/10{ + color: rgb(213 213 226 / 0.1); +} +.text-purple-200\/20{ + color: rgb(213 213 226 / 0.2); +} +.text-purple-200\/25{ + color: rgb(213 213 226 / 0.25); +} +.text-purple-200\/30{ + color: rgb(213 213 226 / 0.3); +} +.text-purple-200\/40{ + color: rgb(213 213 226 / 0.4); +} +.text-purple-200\/50{ + color: rgb(213 213 226 / 0.5); +} +.text-purple-200\/60{ + color: rgb(213 213 226 / 0.6); +} +.text-purple-200\/70{ + color: rgb(213 213 226 / 0.7); +} +.text-purple-200\/75{ + color: rgb(213 213 226 / 0.75); +} +.text-purple-200\/80{ + color: rgb(213 213 226 / 0.8); +} +.text-purple-200\/90{ + color: rgb(213 213 226 / 0.9); +} +.text-purple-200\/95{ + color: rgb(213 213 226 / 0.95); +} +.text-purple-200\/100{ + color: rgb(213 213 226 / 1); +} +.text-purple-300\/0{ + color: rgb(187 188 209 / 0); +} +.text-purple-300\/5{ + color: rgb(187 188 209 / 0.05); +} +.text-purple-300\/10{ + color: rgb(187 188 209 / 0.1); +} +.text-purple-300\/20{ + color: rgb(187 188 209 / 0.2); +} +.text-purple-300\/25{ + color: rgb(187 188 209 / 0.25); +} +.text-purple-300\/30{ + color: rgb(187 188 209 / 0.3); +} +.text-purple-300\/40{ + color: rgb(187 188 209 / 0.4); +} +.text-purple-300\/50{ + color: rgb(187 188 209 / 0.5); +} +.text-purple-300\/60{ + color: rgb(187 188 209 / 0.6); +} +.text-purple-300\/70{ + color: rgb(187 188 209 / 0.7); +} +.text-purple-300\/75{ + color: rgb(187 188 209 / 0.75); +} +.text-purple-300\/80{ + color: rgb(187 188 209 / 0.8); +} +.text-purple-300\/90{ + color: rgb(187 188 209 / 0.9); +} +.text-purple-300\/95{ + color: rgb(187 188 209 / 0.95); +} +.text-purple-300\/100{ + color: rgb(187 188 209 / 1); +} +.text-purple-400\/0{ + color: rgb(136 138 174 / 0); +} +.text-purple-400\/5{ + color: rgb(136 138 174 / 0.05); +} +.text-purple-400\/10{ + color: rgb(136 138 174 / 0.1); +} +.text-purple-400\/20{ + color: rgb(136 138 174 / 0.2); +} +.text-purple-400\/25{ + color: rgb(136 138 174 / 0.25); +} +.text-purple-400\/30{ + color: rgb(136 138 174 / 0.3); +} +.text-purple-400\/40{ + color: rgb(136 138 174 / 0.4); +} +.text-purple-400\/50{ + color: rgb(136 138 174 / 0.5); +} +.text-purple-400\/60{ + color: rgb(136 138 174 / 0.6); +} +.text-purple-400\/70{ + color: rgb(136 138 174 / 0.7); +} +.text-purple-400\/75{ + color: rgb(136 138 174 / 0.75); +} +.text-purple-400\/80{ + color: rgb(136 138 174 / 0.8); +} +.text-purple-400\/90{ + color: rgb(136 138 174 / 0.9); +} +.text-purple-400\/95{ + color: rgb(136 138 174 / 0.95); +} +.text-purple-400\/100{ + color: rgb(136 138 174 / 1); +} +.text-purple-500\/0{ + color: rgb(85 88 139 / 0); +} +.text-purple-500\/5{ + color: rgb(85 88 139 / 0.05); +} +.text-purple-500\/10{ + color: rgb(85 88 139 / 0.1); +} +.text-purple-500\/20{ + color: rgb(85 88 139 / 0.2); +} +.text-purple-500\/25{ + color: rgb(85 88 139 / 0.25); +} +.text-purple-500\/30{ + color: rgb(85 88 139 / 0.3); +} +.text-purple-500\/40{ + color: rgb(85 88 139 / 0.4); +} +.text-purple-500\/50{ + color: rgb(85 88 139 / 0.5); +} +.text-purple-500\/60{ + color: rgb(85 88 139 / 0.6); +} +.text-purple-500\/70{ + color: rgb(85 88 139 / 0.7); +} +.text-purple-500\/75{ + color: rgb(85 88 139 / 0.75); +} +.text-purple-500\/80{ + color: rgb(85 88 139 / 0.8); +} +.text-purple-500\/90{ + color: rgb(85 88 139 / 0.9); +} +.text-purple-500\/95{ + color: rgb(85 88 139 / 0.95); +} +.text-purple-500\/100{ + color: rgb(85 88 139 / 1); +} +.text-purple-600\/0{ + color: rgb(77 79 125 / 0); +} +.text-purple-600\/5{ + color: rgb(77 79 125 / 0.05); +} +.text-purple-600\/10{ + color: rgb(77 79 125 / 0.1); +} +.text-purple-600\/20{ + color: rgb(77 79 125 / 0.2); +} +.text-purple-600\/25{ + color: rgb(77 79 125 / 0.25); +} +.text-purple-600\/30{ + color: rgb(77 79 125 / 0.3); +} +.text-purple-600\/40{ + color: rgb(77 79 125 / 0.4); +} +.text-purple-600\/50{ + color: rgb(77 79 125 / 0.5); +} +.text-purple-600\/60{ + color: rgb(77 79 125 / 0.6); +} +.text-purple-600\/70{ + color: rgb(77 79 125 / 0.7); +} +.text-purple-600\/75{ + color: rgb(77 79 125 / 0.75); +} +.text-purple-600\/80{ + color: rgb(77 79 125 / 0.8); +} +.text-purple-600\/90{ + color: rgb(77 79 125 / 0.9); +} +.text-purple-600\/95{ + color: rgb(77 79 125 / 0.95); +} +.text-purple-600\/100{ + color: rgb(77 79 125 / 1); +} +.text-purple-700\/0{ + color: rgb(64 66 104 / 0); +} +.text-purple-700\/5{ + color: rgb(64 66 104 / 0.05); +} +.text-purple-700\/10{ + color: rgb(64 66 104 / 0.1); +} +.text-purple-700\/20{ + color: rgb(64 66 104 / 0.2); +} +.text-purple-700\/25{ + color: rgb(64 66 104 / 0.25); +} +.text-purple-700\/30{ + color: rgb(64 66 104 / 0.3); +} +.text-purple-700\/40{ + color: rgb(64 66 104 / 0.4); +} +.text-purple-700\/50{ + color: rgb(64 66 104 / 0.5); +} +.text-purple-700\/60{ + color: rgb(64 66 104 / 0.6); +} +.text-purple-700\/70{ + color: rgb(64 66 104 / 0.7); +} +.text-purple-700\/75{ + color: rgb(64 66 104 / 0.75); +} +.text-purple-700\/80{ + color: rgb(64 66 104 / 0.8); +} +.text-purple-700\/90{ + color: rgb(64 66 104 / 0.9); +} +.text-purple-700\/95{ + color: rgb(64 66 104 / 0.95); +} +.text-purple-700\/100{ + color: rgb(64 66 104 / 1); +} +.text-purple-800\/0{ + color: rgb(51 53 83 / 0); +} +.text-purple-800\/5{ + color: rgb(51 53 83 / 0.05); +} +.text-purple-800\/10{ + color: rgb(51 53 83 / 0.1); +} +.text-purple-800\/20{ + color: rgb(51 53 83 / 0.2); +} +.text-purple-800\/25{ + color: rgb(51 53 83 / 0.25); +} +.text-purple-800\/30{ + color: rgb(51 53 83 / 0.3); +} +.text-purple-800\/40{ + color: rgb(51 53 83 / 0.4); +} +.text-purple-800\/50{ + color: rgb(51 53 83 / 0.5); +} +.text-purple-800\/60{ + color: rgb(51 53 83 / 0.6); +} +.text-purple-800\/70{ + color: rgb(51 53 83 / 0.7); +} +.text-purple-800\/75{ + color: rgb(51 53 83 / 0.75); +} +.text-purple-800\/80{ + color: rgb(51 53 83 / 0.8); +} +.text-purple-800\/90{ + color: rgb(51 53 83 / 0.9); +} +.text-purple-800\/95{ + color: rgb(51 53 83 / 0.95); +} +.text-purple-800\/100{ + color: rgb(51 53 83 / 1); +} +.text-purple-900\/0{ + color: rgb(42 43 68 / 0); +} +.text-purple-900\/5{ + color: rgb(42 43 68 / 0.05); +} +.text-purple-900\/10{ + color: rgb(42 43 68 / 0.1); +} +.text-purple-900\/20{ + color: rgb(42 43 68 / 0.2); +} +.text-purple-900\/25{ + color: rgb(42 43 68 / 0.25); +} +.text-purple-900\/30{ + color: rgb(42 43 68 / 0.3); +} +.text-purple-900\/40{ + color: rgb(42 43 68 / 0.4); +} +.text-purple-900\/50{ + color: rgb(42 43 68 / 0.5); +} +.text-purple-900\/60{ + color: rgb(42 43 68 / 0.6); +} +.text-purple-900\/70{ + color: rgb(42 43 68 / 0.7); +} +.text-purple-900\/75{ + color: rgb(42 43 68 / 0.75); +} +.text-purple-900\/80{ + color: rgb(42 43 68 / 0.8); +} +.text-purple-900\/90{ + color: rgb(42 43 68 / 0.9); +} +.text-purple-900\/95{ + color: rgb(42 43 68 / 0.95); +} +.text-purple-900\/100{ + color: rgb(42 43 68 / 1); +} +.text-purple\/0{ + color: rgb(85 88 139 / 0); +} +.text-purple\/5{ + color: rgb(85 88 139 / 0.05); +} +.text-purple\/10{ + color: rgb(85 88 139 / 0.1); +} +.text-purple\/20{ + color: rgb(85 88 139 / 0.2); +} +.text-purple\/25{ + color: rgb(85 88 139 / 0.25); +} +.text-purple\/30{ + color: rgb(85 88 139 / 0.3); +} +.text-purple\/40{ + color: rgb(85 88 139 / 0.4); +} +.text-purple\/50{ + color: rgb(85 88 139 / 0.5); +} +.text-purple\/60{ + color: rgb(85 88 139 / 0.6); +} +.text-purple\/70{ + color: rgb(85 88 139 / 0.7); +} +.text-purple\/75{ + color: rgb(85 88 139 / 0.75); +} +.text-purple\/80{ + color: rgb(85 88 139 / 0.8); +} +.text-purple\/90{ + color: rgb(85 88 139 / 0.9); +} +.text-purple\/95{ + color: rgb(85 88 139 / 0.95); +} +.text-purple\/100{ + color: rgb(85 88 139 / 1); +} +.text-fuchsia-50\/0{ + color: rgb(253 244 255 / 0); +} +.text-fuchsia-50\/5{ + color: rgb(253 244 255 / 0.05); +} +.text-fuchsia-50\/10{ + color: rgb(253 244 255 / 0.1); +} +.text-fuchsia-50\/20{ + color: rgb(253 244 255 / 0.2); +} +.text-fuchsia-50\/25{ + color: rgb(253 244 255 / 0.25); +} +.text-fuchsia-50\/30{ + color: rgb(253 244 255 / 0.3); +} +.text-fuchsia-50\/40{ + color: rgb(253 244 255 / 0.4); +} +.text-fuchsia-50\/50{ + color: rgb(253 244 255 / 0.5); +} +.text-fuchsia-50\/60{ + color: rgb(253 244 255 / 0.6); +} +.text-fuchsia-50\/70{ + color: rgb(253 244 255 / 0.7); +} +.text-fuchsia-50\/75{ + color: rgb(253 244 255 / 0.75); +} +.text-fuchsia-50\/80{ + color: rgb(253 244 255 / 0.8); +} +.text-fuchsia-50\/90{ + color: rgb(253 244 255 / 0.9); +} +.text-fuchsia-50\/95{ + color: rgb(253 244 255 / 0.95); +} +.text-fuchsia-50\/100{ + color: rgb(253 244 255 / 1); +} +.text-fuchsia-100\/0{ + color: rgb(250 232 255 / 0); +} +.text-fuchsia-100\/5{ + color: rgb(250 232 255 / 0.05); +} +.text-fuchsia-100\/10{ + color: rgb(250 232 255 / 0.1); +} +.text-fuchsia-100\/20{ + color: rgb(250 232 255 / 0.2); +} +.text-fuchsia-100\/25{ + color: rgb(250 232 255 / 0.25); +} +.text-fuchsia-100\/30{ + color: rgb(250 232 255 / 0.3); +} +.text-fuchsia-100\/40{ + color: rgb(250 232 255 / 0.4); +} +.text-fuchsia-100\/50{ + color: rgb(250 232 255 / 0.5); +} +.text-fuchsia-100\/60{ + color: rgb(250 232 255 / 0.6); +} +.text-fuchsia-100\/70{ + color: rgb(250 232 255 / 0.7); +} +.text-fuchsia-100\/75{ + color: rgb(250 232 255 / 0.75); +} +.text-fuchsia-100\/80{ + color: rgb(250 232 255 / 0.8); +} +.text-fuchsia-100\/90{ + color: rgb(250 232 255 / 0.9); +} +.text-fuchsia-100\/95{ + color: rgb(250 232 255 / 0.95); +} +.text-fuchsia-100\/100{ + color: rgb(250 232 255 / 1); +} +.text-fuchsia-200\/0{ + color: rgb(245 208 254 / 0); +} +.text-fuchsia-200\/5{ + color: rgb(245 208 254 / 0.05); +} +.text-fuchsia-200\/10{ + color: rgb(245 208 254 / 0.1); +} +.text-fuchsia-200\/20{ + color: rgb(245 208 254 / 0.2); +} +.text-fuchsia-200\/25{ + color: rgb(245 208 254 / 0.25); +} +.text-fuchsia-200\/30{ + color: rgb(245 208 254 / 0.3); +} +.text-fuchsia-200\/40{ + color: rgb(245 208 254 / 0.4); +} +.text-fuchsia-200\/50{ + color: rgb(245 208 254 / 0.5); +} +.text-fuchsia-200\/60{ + color: rgb(245 208 254 / 0.6); +} +.text-fuchsia-200\/70{ + color: rgb(245 208 254 / 0.7); +} +.text-fuchsia-200\/75{ + color: rgb(245 208 254 / 0.75); +} +.text-fuchsia-200\/80{ + color: rgb(245 208 254 / 0.8); +} +.text-fuchsia-200\/90{ + color: rgb(245 208 254 / 0.9); +} +.text-fuchsia-200\/95{ + color: rgb(245 208 254 / 0.95); +} +.text-fuchsia-200\/100{ + color: rgb(245 208 254 / 1); +} +.text-fuchsia-300\/0{ + color: rgb(240 171 252 / 0); +} +.text-fuchsia-300\/5{ + color: rgb(240 171 252 / 0.05); +} +.text-fuchsia-300\/10{ + color: rgb(240 171 252 / 0.1); +} +.text-fuchsia-300\/20{ + color: rgb(240 171 252 / 0.2); +} +.text-fuchsia-300\/25{ + color: rgb(240 171 252 / 0.25); +} +.text-fuchsia-300\/30{ + color: rgb(240 171 252 / 0.3); +} +.text-fuchsia-300\/40{ + color: rgb(240 171 252 / 0.4); +} +.text-fuchsia-300\/50{ + color: rgb(240 171 252 / 0.5); +} +.text-fuchsia-300\/60{ + color: rgb(240 171 252 / 0.6); +} +.text-fuchsia-300\/70{ + color: rgb(240 171 252 / 0.7); +} +.text-fuchsia-300\/75{ + color: rgb(240 171 252 / 0.75); +} +.text-fuchsia-300\/80{ + color: rgb(240 171 252 / 0.8); +} +.text-fuchsia-300\/90{ + color: rgb(240 171 252 / 0.9); +} +.text-fuchsia-300\/95{ + color: rgb(240 171 252 / 0.95); +} +.text-fuchsia-300\/100{ + color: rgb(240 171 252 / 1); +} +.text-fuchsia-400\/0{ + color: rgb(232 121 249 / 0); +} +.text-fuchsia-400\/5{ + color: rgb(232 121 249 / 0.05); +} +.text-fuchsia-400\/10{ + color: rgb(232 121 249 / 0.1); +} +.text-fuchsia-400\/20{ + color: rgb(232 121 249 / 0.2); +} +.text-fuchsia-400\/25{ + color: rgb(232 121 249 / 0.25); +} +.text-fuchsia-400\/30{ + color: rgb(232 121 249 / 0.3); +} +.text-fuchsia-400\/40{ + color: rgb(232 121 249 / 0.4); +} +.text-fuchsia-400\/50{ + color: rgb(232 121 249 / 0.5); +} +.text-fuchsia-400\/60{ + color: rgb(232 121 249 / 0.6); +} +.text-fuchsia-400\/70{ + color: rgb(232 121 249 / 0.7); +} +.text-fuchsia-400\/75{ + color: rgb(232 121 249 / 0.75); +} +.text-fuchsia-400\/80{ + color: rgb(232 121 249 / 0.8); +} +.text-fuchsia-400\/90{ + color: rgb(232 121 249 / 0.9); +} +.text-fuchsia-400\/95{ + color: rgb(232 121 249 / 0.95); +} +.text-fuchsia-400\/100{ + color: rgb(232 121 249 / 1); +} +.text-fuchsia-500\/0{ + color: rgb(217 70 239 / 0); +} +.text-fuchsia-500\/5{ + color: rgb(217 70 239 / 0.05); +} +.text-fuchsia-500\/10{ + color: rgb(217 70 239 / 0.1); +} +.text-fuchsia-500\/20{ + color: rgb(217 70 239 / 0.2); +} +.text-fuchsia-500\/25{ + color: rgb(217 70 239 / 0.25); +} +.text-fuchsia-500\/30{ + color: rgb(217 70 239 / 0.3); +} +.text-fuchsia-500\/40{ + color: rgb(217 70 239 / 0.4); +} +.text-fuchsia-500\/50{ + color: rgb(217 70 239 / 0.5); +} +.text-fuchsia-500\/60{ + color: rgb(217 70 239 / 0.6); +} +.text-fuchsia-500\/70{ + color: rgb(217 70 239 / 0.7); +} +.text-fuchsia-500\/75{ + color: rgb(217 70 239 / 0.75); +} +.text-fuchsia-500\/80{ + color: rgb(217 70 239 / 0.8); +} +.text-fuchsia-500\/90{ + color: rgb(217 70 239 / 0.9); +} +.text-fuchsia-500\/95{ + color: rgb(217 70 239 / 0.95); +} +.text-fuchsia-500\/100{ + color: rgb(217 70 239 / 1); +} +.text-fuchsia-600\/0{ + color: rgb(192 38 211 / 0); +} +.text-fuchsia-600\/5{ + color: rgb(192 38 211 / 0.05); +} +.text-fuchsia-600\/10{ + color: rgb(192 38 211 / 0.1); +} +.text-fuchsia-600\/20{ + color: rgb(192 38 211 / 0.2); +} +.text-fuchsia-600\/25{ + color: rgb(192 38 211 / 0.25); +} +.text-fuchsia-600\/30{ + color: rgb(192 38 211 / 0.3); +} +.text-fuchsia-600\/40{ + color: rgb(192 38 211 / 0.4); +} +.text-fuchsia-600\/50{ + color: rgb(192 38 211 / 0.5); +} +.text-fuchsia-600\/60{ + color: rgb(192 38 211 / 0.6); +} +.text-fuchsia-600\/70{ + color: rgb(192 38 211 / 0.7); +} +.text-fuchsia-600\/75{ + color: rgb(192 38 211 / 0.75); +} +.text-fuchsia-600\/80{ + color: rgb(192 38 211 / 0.8); +} +.text-fuchsia-600\/90{ + color: rgb(192 38 211 / 0.9); +} +.text-fuchsia-600\/95{ + color: rgb(192 38 211 / 0.95); +} +.text-fuchsia-600\/100{ + color: rgb(192 38 211 / 1); +} +.text-fuchsia-700\/0{ + color: rgb(162 28 175 / 0); +} +.text-fuchsia-700\/5{ + color: rgb(162 28 175 / 0.05); +} +.text-fuchsia-700\/10{ + color: rgb(162 28 175 / 0.1); +} +.text-fuchsia-700\/20{ + color: rgb(162 28 175 / 0.2); +} +.text-fuchsia-700\/25{ + color: rgb(162 28 175 / 0.25); +} +.text-fuchsia-700\/30{ + color: rgb(162 28 175 / 0.3); +} +.text-fuchsia-700\/40{ + color: rgb(162 28 175 / 0.4); +} +.text-fuchsia-700\/50{ + color: rgb(162 28 175 / 0.5); +} +.text-fuchsia-700\/60{ + color: rgb(162 28 175 / 0.6); +} +.text-fuchsia-700\/70{ + color: rgb(162 28 175 / 0.7); +} +.text-fuchsia-700\/75{ + color: rgb(162 28 175 / 0.75); +} +.text-fuchsia-700\/80{ + color: rgb(162 28 175 / 0.8); +} +.text-fuchsia-700\/90{ + color: rgb(162 28 175 / 0.9); +} +.text-fuchsia-700\/95{ + color: rgb(162 28 175 / 0.95); +} +.text-fuchsia-700\/100{ + color: rgb(162 28 175 / 1); +} +.text-fuchsia-800\/0{ + color: rgb(134 25 143 / 0); +} +.text-fuchsia-800\/5{ + color: rgb(134 25 143 / 0.05); +} +.text-fuchsia-800\/10{ + color: rgb(134 25 143 / 0.1); +} +.text-fuchsia-800\/20{ + color: rgb(134 25 143 / 0.2); +} +.text-fuchsia-800\/25{ + color: rgb(134 25 143 / 0.25); +} +.text-fuchsia-800\/30{ + color: rgb(134 25 143 / 0.3); +} +.text-fuchsia-800\/40{ + color: rgb(134 25 143 / 0.4); +} +.text-fuchsia-800\/50{ + color: rgb(134 25 143 / 0.5); +} +.text-fuchsia-800\/60{ + color: rgb(134 25 143 / 0.6); +} +.text-fuchsia-800\/70{ + color: rgb(134 25 143 / 0.7); +} +.text-fuchsia-800\/75{ + color: rgb(134 25 143 / 0.75); +} +.text-fuchsia-800\/80{ + color: rgb(134 25 143 / 0.8); +} +.text-fuchsia-800\/90{ + color: rgb(134 25 143 / 0.9); +} +.text-fuchsia-800\/95{ + color: rgb(134 25 143 / 0.95); +} +.text-fuchsia-800\/100{ + color: rgb(134 25 143 / 1); +} +.text-fuchsia-900\/0{ + color: rgb(112 26 117 / 0); +} +.text-fuchsia-900\/5{ + color: rgb(112 26 117 / 0.05); +} +.text-fuchsia-900\/10{ + color: rgb(112 26 117 / 0.1); +} +.text-fuchsia-900\/20{ + color: rgb(112 26 117 / 0.2); +} +.text-fuchsia-900\/25{ + color: rgb(112 26 117 / 0.25); +} +.text-fuchsia-900\/30{ + color: rgb(112 26 117 / 0.3); +} +.text-fuchsia-900\/40{ + color: rgb(112 26 117 / 0.4); +} +.text-fuchsia-900\/50{ + color: rgb(112 26 117 / 0.5); +} +.text-fuchsia-900\/60{ + color: rgb(112 26 117 / 0.6); +} +.text-fuchsia-900\/70{ + color: rgb(112 26 117 / 0.7); +} +.text-fuchsia-900\/75{ + color: rgb(112 26 117 / 0.75); +} +.text-fuchsia-900\/80{ + color: rgb(112 26 117 / 0.8); +} +.text-fuchsia-900\/90{ + color: rgb(112 26 117 / 0.9); +} +.text-fuchsia-900\/95{ + color: rgb(112 26 117 / 0.95); +} +.text-fuchsia-900\/100{ + color: rgb(112 26 117 / 1); +} +.text-pink-50\/0{ + color: rgb(253 242 248 / 0); +} +.text-pink-50\/5{ + color: rgb(253 242 248 / 0.05); +} +.text-pink-50\/10{ + color: rgb(253 242 248 / 0.1); +} +.text-pink-50\/20{ + color: rgb(253 242 248 / 0.2); +} +.text-pink-50\/25{ + color: rgb(253 242 248 / 0.25); +} +.text-pink-50\/30{ + color: rgb(253 242 248 / 0.3); +} +.text-pink-50\/40{ + color: rgb(253 242 248 / 0.4); +} +.text-pink-50\/50{ + color: rgb(253 242 248 / 0.5); +} +.text-pink-50\/60{ + color: rgb(253 242 248 / 0.6); +} +.text-pink-50\/70{ + color: rgb(253 242 248 / 0.7); +} +.text-pink-50\/75{ + color: rgb(253 242 248 / 0.75); +} +.text-pink-50\/80{ + color: rgb(253 242 248 / 0.8); +} +.text-pink-50\/90{ + color: rgb(253 242 248 / 0.9); +} +.text-pink-50\/95{ + color: rgb(253 242 248 / 0.95); +} +.text-pink-50\/100{ + color: rgb(253 242 248 / 1); +} +.text-pink-100\/0{ + color: rgb(252 232 243 / 0); +} +.text-pink-100\/5{ + color: rgb(252 232 243 / 0.05); +} +.text-pink-100\/10{ + color: rgb(252 232 243 / 0.1); +} +.text-pink-100\/20{ + color: rgb(252 232 243 / 0.2); +} +.text-pink-100\/25{ + color: rgb(252 232 243 / 0.25); +} +.text-pink-100\/30{ + color: rgb(252 232 243 / 0.3); +} +.text-pink-100\/40{ + color: rgb(252 232 243 / 0.4); +} +.text-pink-100\/50{ + color: rgb(252 232 243 / 0.5); +} +.text-pink-100\/60{ + color: rgb(252 232 243 / 0.6); +} +.text-pink-100\/70{ + color: rgb(252 232 243 / 0.7); +} +.text-pink-100\/75{ + color: rgb(252 232 243 / 0.75); +} +.text-pink-100\/80{ + color: rgb(252 232 243 / 0.8); +} +.text-pink-100\/90{ + color: rgb(252 232 243 / 0.9); +} +.text-pink-100\/95{ + color: rgb(252 232 243 / 0.95); +} +.text-pink-100\/100{ + color: rgb(252 232 243 / 1); +} +.text-pink-200\/0{ + color: rgb(250 209 232 / 0); +} +.text-pink-200\/5{ + color: rgb(250 209 232 / 0.05); +} +.text-pink-200\/10{ + color: rgb(250 209 232 / 0.1); +} +.text-pink-200\/20{ + color: rgb(250 209 232 / 0.2); +} +.text-pink-200\/25{ + color: rgb(250 209 232 / 0.25); +} +.text-pink-200\/30{ + color: rgb(250 209 232 / 0.3); +} +.text-pink-200\/40{ + color: rgb(250 209 232 / 0.4); +} +.text-pink-200\/50{ + color: rgb(250 209 232 / 0.5); +} +.text-pink-200\/60{ + color: rgb(250 209 232 / 0.6); +} +.text-pink-200\/70{ + color: rgb(250 209 232 / 0.7); +} +.text-pink-200\/75{ + color: rgb(250 209 232 / 0.75); +} +.text-pink-200\/80{ + color: rgb(250 209 232 / 0.8); +} +.text-pink-200\/90{ + color: rgb(250 209 232 / 0.9); +} +.text-pink-200\/95{ + color: rgb(250 209 232 / 0.95); +} +.text-pink-200\/100{ + color: rgb(250 209 232 / 1); +} +.text-pink-300\/0{ + color: rgb(248 180 217 / 0); +} +.text-pink-300\/5{ + color: rgb(248 180 217 / 0.05); +} +.text-pink-300\/10{ + color: rgb(248 180 217 / 0.1); +} +.text-pink-300\/20{ + color: rgb(248 180 217 / 0.2); +} +.text-pink-300\/25{ + color: rgb(248 180 217 / 0.25); +} +.text-pink-300\/30{ + color: rgb(248 180 217 / 0.3); +} +.text-pink-300\/40{ + color: rgb(248 180 217 / 0.4); +} +.text-pink-300\/50{ + color: rgb(248 180 217 / 0.5); +} +.text-pink-300\/60{ + color: rgb(248 180 217 / 0.6); +} +.text-pink-300\/70{ + color: rgb(248 180 217 / 0.7); +} +.text-pink-300\/75{ + color: rgb(248 180 217 / 0.75); +} +.text-pink-300\/80{ + color: rgb(248 180 217 / 0.8); +} +.text-pink-300\/90{ + color: rgb(248 180 217 / 0.9); +} +.text-pink-300\/95{ + color: rgb(248 180 217 / 0.95); +} +.text-pink-300\/100{ + color: rgb(248 180 217 / 1); +} +.text-pink-400\/0{ + color: rgb(241 126 184 / 0); +} +.text-pink-400\/5{ + color: rgb(241 126 184 / 0.05); +} +.text-pink-400\/10{ + color: rgb(241 126 184 / 0.1); +} +.text-pink-400\/20{ + color: rgb(241 126 184 / 0.2); +} +.text-pink-400\/25{ + color: rgb(241 126 184 / 0.25); +} +.text-pink-400\/30{ + color: rgb(241 126 184 / 0.3); +} +.text-pink-400\/40{ + color: rgb(241 126 184 / 0.4); +} +.text-pink-400\/50{ + color: rgb(241 126 184 / 0.5); +} +.text-pink-400\/60{ + color: rgb(241 126 184 / 0.6); +} +.text-pink-400\/70{ + color: rgb(241 126 184 / 0.7); +} +.text-pink-400\/75{ + color: rgb(241 126 184 / 0.75); +} +.text-pink-400\/80{ + color: rgb(241 126 184 / 0.8); +} +.text-pink-400\/90{ + color: rgb(241 126 184 / 0.9); +} +.text-pink-400\/95{ + color: rgb(241 126 184 / 0.95); +} +.text-pink-400\/100{ + color: rgb(241 126 184 / 1); +} +.text-pink-500\/0{ + color: rgb(231 70 148 / 0); +} +.text-pink-500\/5{ + color: rgb(231 70 148 / 0.05); +} +.text-pink-500\/10{ + color: rgb(231 70 148 / 0.1); +} +.text-pink-500\/20{ + color: rgb(231 70 148 / 0.2); +} +.text-pink-500\/25{ + color: rgb(231 70 148 / 0.25); +} +.text-pink-500\/30{ + color: rgb(231 70 148 / 0.3); +} +.text-pink-500\/40{ + color: rgb(231 70 148 / 0.4); +} +.text-pink-500\/50{ + color: rgb(231 70 148 / 0.5); +} +.text-pink-500\/60{ + color: rgb(231 70 148 / 0.6); +} +.text-pink-500\/70{ + color: rgb(231 70 148 / 0.7); +} +.text-pink-500\/75{ + color: rgb(231 70 148 / 0.75); +} +.text-pink-500\/80{ + color: rgb(231 70 148 / 0.8); +} +.text-pink-500\/90{ + color: rgb(231 70 148 / 0.9); +} +.text-pink-500\/95{ + color: rgb(231 70 148 / 0.95); +} +.text-pink-500\/100{ + color: rgb(231 70 148 / 1); +} +.text-pink-600\/0{ + color: rgb(214 31 105 / 0); +} +.text-pink-600\/5{ + color: rgb(214 31 105 / 0.05); +} +.text-pink-600\/10{ + color: rgb(214 31 105 / 0.1); +} +.text-pink-600\/20{ + color: rgb(214 31 105 / 0.2); +} +.text-pink-600\/25{ + color: rgb(214 31 105 / 0.25); +} +.text-pink-600\/30{ + color: rgb(214 31 105 / 0.3); +} +.text-pink-600\/40{ + color: rgb(214 31 105 / 0.4); +} +.text-pink-600\/50{ + color: rgb(214 31 105 / 0.5); +} +.text-pink-600\/60{ + color: rgb(214 31 105 / 0.6); +} +.text-pink-600\/70{ + color: rgb(214 31 105 / 0.7); +} +.text-pink-600\/75{ + color: rgb(214 31 105 / 0.75); +} +.text-pink-600\/80{ + color: rgb(214 31 105 / 0.8); +} +.text-pink-600\/90{ + color: rgb(214 31 105 / 0.9); +} +.text-pink-600\/95{ + color: rgb(214 31 105 / 0.95); +} +.text-pink-600\/100{ + color: rgb(214 31 105 / 1); +} +.text-pink-700\/0{ + color: rgb(191 18 93 / 0); +} +.text-pink-700\/5{ + color: rgb(191 18 93 / 0.05); +} +.text-pink-700\/10{ + color: rgb(191 18 93 / 0.1); +} +.text-pink-700\/20{ + color: rgb(191 18 93 / 0.2); +} +.text-pink-700\/25{ + color: rgb(191 18 93 / 0.25); +} +.text-pink-700\/30{ + color: rgb(191 18 93 / 0.3); +} +.text-pink-700\/40{ + color: rgb(191 18 93 / 0.4); +} +.text-pink-700\/50{ + color: rgb(191 18 93 / 0.5); +} +.text-pink-700\/60{ + color: rgb(191 18 93 / 0.6); +} +.text-pink-700\/70{ + color: rgb(191 18 93 / 0.7); +} +.text-pink-700\/75{ + color: rgb(191 18 93 / 0.75); +} +.text-pink-700\/80{ + color: rgb(191 18 93 / 0.8); +} +.text-pink-700\/90{ + color: rgb(191 18 93 / 0.9); +} +.text-pink-700\/95{ + color: rgb(191 18 93 / 0.95); +} +.text-pink-700\/100{ + color: rgb(191 18 93 / 1); +} +.text-pink-800\/0{ + color: rgb(153 21 75 / 0); +} +.text-pink-800\/5{ + color: rgb(153 21 75 / 0.05); +} +.text-pink-800\/10{ + color: rgb(153 21 75 / 0.1); +} +.text-pink-800\/20{ + color: rgb(153 21 75 / 0.2); +} +.text-pink-800\/25{ + color: rgb(153 21 75 / 0.25); +} +.text-pink-800\/30{ + color: rgb(153 21 75 / 0.3); +} +.text-pink-800\/40{ + color: rgb(153 21 75 / 0.4); +} +.text-pink-800\/50{ + color: rgb(153 21 75 / 0.5); +} +.text-pink-800\/60{ + color: rgb(153 21 75 / 0.6); +} +.text-pink-800\/70{ + color: rgb(153 21 75 / 0.7); +} +.text-pink-800\/75{ + color: rgb(153 21 75 / 0.75); +} +.text-pink-800\/80{ + color: rgb(153 21 75 / 0.8); +} +.text-pink-800\/90{ + color: rgb(153 21 75 / 0.9); +} +.text-pink-800\/95{ + color: rgb(153 21 75 / 0.95); +} +.text-pink-800\/100{ + color: rgb(153 21 75 / 1); +} +.text-pink-900\/0{ + color: rgb(117 26 61 / 0); +} +.text-pink-900\/5{ + color: rgb(117 26 61 / 0.05); +} +.text-pink-900\/10{ + color: rgb(117 26 61 / 0.1); +} +.text-pink-900\/20{ + color: rgb(117 26 61 / 0.2); +} +.text-pink-900\/25{ + color: rgb(117 26 61 / 0.25); +} +.text-pink-900\/30{ + color: rgb(117 26 61 / 0.3); +} +.text-pink-900\/40{ + color: rgb(117 26 61 / 0.4); +} +.text-pink-900\/50{ + color: rgb(117 26 61 / 0.5); +} +.text-pink-900\/60{ + color: rgb(117 26 61 / 0.6); +} +.text-pink-900\/70{ + color: rgb(117 26 61 / 0.7); +} +.text-pink-900\/75{ + color: rgb(117 26 61 / 0.75); +} +.text-pink-900\/80{ + color: rgb(117 26 61 / 0.8); +} +.text-pink-900\/90{ + color: rgb(117 26 61 / 0.9); +} +.text-pink-900\/95{ + color: rgb(117 26 61 / 0.95); +} +.text-pink-900\/100{ + color: rgb(117 26 61 / 1); +} +.text-rose-50\/0{ + color: rgb(255 241 242 / 0); +} +.text-rose-50\/5{ + color: rgb(255 241 242 / 0.05); +} +.text-rose-50\/10{ + color: rgb(255 241 242 / 0.1); +} +.text-rose-50\/20{ + color: rgb(255 241 242 / 0.2); +} +.text-rose-50\/25{ + color: rgb(255 241 242 / 0.25); +} +.text-rose-50\/30{ + color: rgb(255 241 242 / 0.3); +} +.text-rose-50\/40{ + color: rgb(255 241 242 / 0.4); +} +.text-rose-50\/50{ + color: rgb(255 241 242 / 0.5); +} +.text-rose-50\/60{ + color: rgb(255 241 242 / 0.6); +} +.text-rose-50\/70{ + color: rgb(255 241 242 / 0.7); +} +.text-rose-50\/75{ + color: rgb(255 241 242 / 0.75); +} +.text-rose-50\/80{ + color: rgb(255 241 242 / 0.8); +} +.text-rose-50\/90{ + color: rgb(255 241 242 / 0.9); +} +.text-rose-50\/95{ + color: rgb(255 241 242 / 0.95); +} +.text-rose-50\/100{ + color: rgb(255 241 242 / 1); +} +.text-rose-100\/0{ + color: rgb(255 228 230 / 0); +} +.text-rose-100\/5{ + color: rgb(255 228 230 / 0.05); +} +.text-rose-100\/10{ + color: rgb(255 228 230 / 0.1); +} +.text-rose-100\/20{ + color: rgb(255 228 230 / 0.2); +} +.text-rose-100\/25{ + color: rgb(255 228 230 / 0.25); +} +.text-rose-100\/30{ + color: rgb(255 228 230 / 0.3); +} +.text-rose-100\/40{ + color: rgb(255 228 230 / 0.4); +} +.text-rose-100\/50{ + color: rgb(255 228 230 / 0.5); +} +.text-rose-100\/60{ + color: rgb(255 228 230 / 0.6); +} +.text-rose-100\/70{ + color: rgb(255 228 230 / 0.7); +} +.text-rose-100\/75{ + color: rgb(255 228 230 / 0.75); +} +.text-rose-100\/80{ + color: rgb(255 228 230 / 0.8); +} +.text-rose-100\/90{ + color: rgb(255 228 230 / 0.9); +} +.text-rose-100\/95{ + color: rgb(255 228 230 / 0.95); +} +.text-rose-100\/100{ + color: rgb(255 228 230 / 1); +} +.text-rose-200\/0{ + color: rgb(254 205 211 / 0); +} +.text-rose-200\/5{ + color: rgb(254 205 211 / 0.05); +} +.text-rose-200\/10{ + color: rgb(254 205 211 / 0.1); +} +.text-rose-200\/20{ + color: rgb(254 205 211 / 0.2); +} +.text-rose-200\/25{ + color: rgb(254 205 211 / 0.25); +} +.text-rose-200\/30{ + color: rgb(254 205 211 / 0.3); +} +.text-rose-200\/40{ + color: rgb(254 205 211 / 0.4); +} +.text-rose-200\/50{ + color: rgb(254 205 211 / 0.5); +} +.text-rose-200\/60{ + color: rgb(254 205 211 / 0.6); +} +.text-rose-200\/70{ + color: rgb(254 205 211 / 0.7); +} +.text-rose-200\/75{ + color: rgb(254 205 211 / 0.75); +} +.text-rose-200\/80{ + color: rgb(254 205 211 / 0.8); +} +.text-rose-200\/90{ + color: rgb(254 205 211 / 0.9); +} +.text-rose-200\/95{ + color: rgb(254 205 211 / 0.95); +} +.text-rose-200\/100{ + color: rgb(254 205 211 / 1); +} +.text-rose-300\/0{ + color: rgb(253 164 175 / 0); +} +.text-rose-300\/5{ + color: rgb(253 164 175 / 0.05); +} +.text-rose-300\/10{ + color: rgb(253 164 175 / 0.1); +} +.text-rose-300\/20{ + color: rgb(253 164 175 / 0.2); +} +.text-rose-300\/25{ + color: rgb(253 164 175 / 0.25); +} +.text-rose-300\/30{ + color: rgb(253 164 175 / 0.3); +} +.text-rose-300\/40{ + color: rgb(253 164 175 / 0.4); +} +.text-rose-300\/50{ + color: rgb(253 164 175 / 0.5); +} +.text-rose-300\/60{ + color: rgb(253 164 175 / 0.6); +} +.text-rose-300\/70{ + color: rgb(253 164 175 / 0.7); +} +.text-rose-300\/75{ + color: rgb(253 164 175 / 0.75); +} +.text-rose-300\/80{ + color: rgb(253 164 175 / 0.8); +} +.text-rose-300\/90{ + color: rgb(253 164 175 / 0.9); +} +.text-rose-300\/95{ + color: rgb(253 164 175 / 0.95); +} +.text-rose-300\/100{ + color: rgb(253 164 175 / 1); +} +.text-rose-400\/0{ + color: rgb(251 113 133 / 0); +} +.text-rose-400\/5{ + color: rgb(251 113 133 / 0.05); +} +.text-rose-400\/10{ + color: rgb(251 113 133 / 0.1); +} +.text-rose-400\/20{ + color: rgb(251 113 133 / 0.2); +} +.text-rose-400\/25{ + color: rgb(251 113 133 / 0.25); +} +.text-rose-400\/30{ + color: rgb(251 113 133 / 0.3); +} +.text-rose-400\/40{ + color: rgb(251 113 133 / 0.4); +} +.text-rose-400\/50{ + color: rgb(251 113 133 / 0.5); +} +.text-rose-400\/60{ + color: rgb(251 113 133 / 0.6); +} +.text-rose-400\/70{ + color: rgb(251 113 133 / 0.7); +} +.text-rose-400\/75{ + color: rgb(251 113 133 / 0.75); +} +.text-rose-400\/80{ + color: rgb(251 113 133 / 0.8); +} +.text-rose-400\/90{ + color: rgb(251 113 133 / 0.9); +} +.text-rose-400\/95{ + color: rgb(251 113 133 / 0.95); +} +.text-rose-400\/100{ + color: rgb(251 113 133 / 1); +} +.text-rose-500\/0{ + color: rgb(244 63 94 / 0); +} +.text-rose-500\/5{ + color: rgb(244 63 94 / 0.05); +} +.text-rose-500\/10{ + color: rgb(244 63 94 / 0.1); +} +.text-rose-500\/20{ + color: rgb(244 63 94 / 0.2); +} +.text-rose-500\/25{ + color: rgb(244 63 94 / 0.25); +} +.text-rose-500\/30{ + color: rgb(244 63 94 / 0.3); +} +.text-rose-500\/40{ + color: rgb(244 63 94 / 0.4); +} +.text-rose-500\/50{ + color: rgb(244 63 94 / 0.5); +} +.text-rose-500\/60{ + color: rgb(244 63 94 / 0.6); +} +.text-rose-500\/70{ + color: rgb(244 63 94 / 0.7); +} +.text-rose-500\/75{ + color: rgb(244 63 94 / 0.75); +} +.text-rose-500\/80{ + color: rgb(244 63 94 / 0.8); +} +.text-rose-500\/90{ + color: rgb(244 63 94 / 0.9); +} +.text-rose-500\/95{ + color: rgb(244 63 94 / 0.95); +} +.text-rose-500\/100{ + color: rgb(244 63 94 / 1); +} +.text-rose-600\/0{ + color: rgb(225 29 72 / 0); +} +.text-rose-600\/5{ + color: rgb(225 29 72 / 0.05); +} +.text-rose-600\/10{ + color: rgb(225 29 72 / 0.1); +} +.text-rose-600\/20{ + color: rgb(225 29 72 / 0.2); +} +.text-rose-600\/25{ + color: rgb(225 29 72 / 0.25); +} +.text-rose-600\/30{ + color: rgb(225 29 72 / 0.3); +} +.text-rose-600\/40{ + color: rgb(225 29 72 / 0.4); +} +.text-rose-600\/50{ + color: rgb(225 29 72 / 0.5); +} +.text-rose-600\/60{ + color: rgb(225 29 72 / 0.6); +} +.text-rose-600\/70{ + color: rgb(225 29 72 / 0.7); +} +.text-rose-600\/75{ + color: rgb(225 29 72 / 0.75); +} +.text-rose-600\/80{ + color: rgb(225 29 72 / 0.8); +} +.text-rose-600\/90{ + color: rgb(225 29 72 / 0.9); +} +.text-rose-600\/95{ + color: rgb(225 29 72 / 0.95); +} +.text-rose-600\/100{ + color: rgb(225 29 72 / 1); +} +.text-rose-700\/0{ + color: rgb(190 18 60 / 0); +} +.text-rose-700\/5{ + color: rgb(190 18 60 / 0.05); +} +.text-rose-700\/10{ + color: rgb(190 18 60 / 0.1); +} +.text-rose-700\/20{ + color: rgb(190 18 60 / 0.2); +} +.text-rose-700\/25{ + color: rgb(190 18 60 / 0.25); +} +.text-rose-700\/30{ + color: rgb(190 18 60 / 0.3); +} +.text-rose-700\/40{ + color: rgb(190 18 60 / 0.4); +} +.text-rose-700\/50{ + color: rgb(190 18 60 / 0.5); +} +.text-rose-700\/60{ + color: rgb(190 18 60 / 0.6); +} +.text-rose-700\/70{ + color: rgb(190 18 60 / 0.7); +} +.text-rose-700\/75{ + color: rgb(190 18 60 / 0.75); +} +.text-rose-700\/80{ + color: rgb(190 18 60 / 0.8); +} +.text-rose-700\/90{ + color: rgb(190 18 60 / 0.9); +} +.text-rose-700\/95{ + color: rgb(190 18 60 / 0.95); +} +.text-rose-700\/100{ + color: rgb(190 18 60 / 1); +} +.text-rose-800\/0{ + color: rgb(159 18 57 / 0); +} +.text-rose-800\/5{ + color: rgb(159 18 57 / 0.05); +} +.text-rose-800\/10{ + color: rgb(159 18 57 / 0.1); +} +.text-rose-800\/20{ + color: rgb(159 18 57 / 0.2); +} +.text-rose-800\/25{ + color: rgb(159 18 57 / 0.25); +} +.text-rose-800\/30{ + color: rgb(159 18 57 / 0.3); +} +.text-rose-800\/40{ + color: rgb(159 18 57 / 0.4); +} +.text-rose-800\/50{ + color: rgb(159 18 57 / 0.5); +} +.text-rose-800\/60{ + color: rgb(159 18 57 / 0.6); +} +.text-rose-800\/70{ + color: rgb(159 18 57 / 0.7); +} +.text-rose-800\/75{ + color: rgb(159 18 57 / 0.75); +} +.text-rose-800\/80{ + color: rgb(159 18 57 / 0.8); +} +.text-rose-800\/90{ + color: rgb(159 18 57 / 0.9); +} +.text-rose-800\/95{ + color: rgb(159 18 57 / 0.95); +} +.text-rose-800\/100{ + color: rgb(159 18 57 / 1); +} +.text-rose-900\/0{ + color: rgb(136 19 55 / 0); +} +.text-rose-900\/5{ + color: rgb(136 19 55 / 0.05); +} +.text-rose-900\/10{ + color: rgb(136 19 55 / 0.1); +} +.text-rose-900\/20{ + color: rgb(136 19 55 / 0.2); +} +.text-rose-900\/25{ + color: rgb(136 19 55 / 0.25); +} +.text-rose-900\/30{ + color: rgb(136 19 55 / 0.3); +} +.text-rose-900\/40{ + color: rgb(136 19 55 / 0.4); +} +.text-rose-900\/50{ + color: rgb(136 19 55 / 0.5); +} +.text-rose-900\/60{ + color: rgb(136 19 55 / 0.6); +} +.text-rose-900\/70{ + color: rgb(136 19 55 / 0.7); +} +.text-rose-900\/75{ + color: rgb(136 19 55 / 0.75); +} +.text-rose-900\/80{ + color: rgb(136 19 55 / 0.8); +} +.text-rose-900\/90{ + color: rgb(136 19 55 / 0.9); +} +.text-rose-900\/95{ + color: rgb(136 19 55 / 0.95); +} +.text-rose-900\/100{ + color: rgb(136 19 55 / 1); +} +.text-rose\/0{ + color: rgb(244 63 94 / 0); +} +.text-rose\/5{ + color: rgb(244 63 94 / 0.05); +} +.text-rose\/10{ + color: rgb(244 63 94 / 0.1); +} +.text-rose\/20{ + color: rgb(244 63 94 / 0.2); +} +.text-rose\/25{ + color: rgb(244 63 94 / 0.25); +} +.text-rose\/30{ + color: rgb(244 63 94 / 0.3); +} +.text-rose\/40{ + color: rgb(244 63 94 / 0.4); +} +.text-rose\/50{ + color: rgb(244 63 94 / 0.5); +} +.text-rose\/60{ + color: rgb(244 63 94 / 0.6); +} +.text-rose\/70{ + color: rgb(244 63 94 / 0.7); +} +.text-rose\/75{ + color: rgb(244 63 94 / 0.75); +} +.text-rose\/80{ + color: rgb(244 63 94 / 0.8); +} +.text-rose\/90{ + color: rgb(244 63 94 / 0.9); +} +.text-rose\/95{ + color: rgb(244 63 94 / 0.95); +} +.text-rose\/100{ + color: rgb(244 63 94 / 1); +} +.text-lilac-100\/0{ + color: rgb(245 247 250 / 0); +} +.text-lilac-100\/5{ + color: rgb(245 247 250 / 0.05); +} +.text-lilac-100\/10{ + color: rgb(245 247 250 / 0.1); +} +.text-lilac-100\/20{ + color: rgb(245 247 250 / 0.2); +} +.text-lilac-100\/25{ + color: rgb(245 247 250 / 0.25); +} +.text-lilac-100\/30{ + color: rgb(245 247 250 / 0.3); +} +.text-lilac-100\/40{ + color: rgb(245 247 250 / 0.4); +} +.text-lilac-100\/50{ + color: rgb(245 247 250 / 0.5); +} +.text-lilac-100\/60{ + color: rgb(245 247 250 / 0.6); +} +.text-lilac-100\/70{ + color: rgb(245 247 250 / 0.7); +} +.text-lilac-100\/75{ + color: rgb(245 247 250 / 0.75); +} +.text-lilac-100\/80{ + color: rgb(245 247 250 / 0.8); +} +.text-lilac-100\/90{ + color: rgb(245 247 250 / 0.9); +} +.text-lilac-100\/95{ + color: rgb(245 247 250 / 0.95); +} +.text-lilac-100\/100{ + color: rgb(245 247 250 / 1); +} +.text-lilac-300\/0{ + color: rgb(237 240 252 / 0); +} +.text-lilac-300\/5{ + color: rgb(237 240 252 / 0.05); +} +.text-lilac-300\/10{ + color: rgb(237 240 252 / 0.1); +} +.text-lilac-300\/20{ + color: rgb(237 240 252 / 0.2); +} +.text-lilac-300\/25{ + color: rgb(237 240 252 / 0.25); +} +.text-lilac-300\/30{ + color: rgb(237 240 252 / 0.3); +} +.text-lilac-300\/40{ + color: rgb(237 240 252 / 0.4); +} +.text-lilac-300\/50{ + color: rgb(237 240 252 / 0.5); +} +.text-lilac-300\/60{ + color: rgb(237 240 252 / 0.6); +} +.text-lilac-300\/70{ + color: rgb(237 240 252 / 0.7); +} +.text-lilac-300\/75{ + color: rgb(237 240 252 / 0.75); +} +.text-lilac-300\/80{ + color: rgb(237 240 252 / 0.8); +} +.text-lilac-300\/90{ + color: rgb(237 240 252 / 0.9); +} +.text-lilac-300\/95{ + color: rgb(237 240 252 / 0.95); +} +.text-lilac-300\/100{ + color: rgb(237 240 252 / 1); +} +.text-lilac-900\/0{ + color: rgb(220 226 249 / 0); +} +.text-lilac-900\/5{ + color: rgb(220 226 249 / 0.05); +} +.text-lilac-900\/10{ + color: rgb(220 226 249 / 0.1); +} +.text-lilac-900\/20{ + color: rgb(220 226 249 / 0.2); +} +.text-lilac-900\/25{ + color: rgb(220 226 249 / 0.25); +} +.text-lilac-900\/30{ + color: rgb(220 226 249 / 0.3); +} +.text-lilac-900\/40{ + color: rgb(220 226 249 / 0.4); +} +.text-lilac-900\/50{ + color: rgb(220 226 249 / 0.5); +} +.text-lilac-900\/60{ + color: rgb(220 226 249 / 0.6); +} +.text-lilac-900\/70{ + color: rgb(220 226 249 / 0.7); +} +.text-lilac-900\/75{ + color: rgb(220 226 249 / 0.75); +} +.text-lilac-900\/80{ + color: rgb(220 226 249 / 0.8); +} +.text-lilac-900\/90{ + color: rgb(220 226 249 / 0.9); +} +.text-lilac-900\/95{ + color: rgb(220 226 249 / 0.95); +} +.text-lilac-900\/100{ + color: rgb(220 226 249 / 1); +} +.text-lilac\/0{ + color: rgb(248 249 254 / 0); +} +.text-lilac\/5{ + color: rgb(248 249 254 / 0.05); +} +.text-lilac\/10{ + color: rgb(248 249 254 / 0.1); +} +.text-lilac\/20{ + color: rgb(248 249 254 / 0.2); +} +.text-lilac\/25{ + color: rgb(248 249 254 / 0.25); +} +.text-lilac\/30{ + color: rgb(248 249 254 / 0.3); +} +.text-lilac\/40{ + color: rgb(248 249 254 / 0.4); +} +.text-lilac\/50{ + color: rgb(248 249 254 / 0.5); +} +.text-lilac\/60{ + color: rgb(248 249 254 / 0.6); +} +.text-lilac\/70{ + color: rgb(248 249 254 / 0.7); +} +.text-lilac\/75{ + color: rgb(248 249 254 / 0.75); +} +.text-lilac\/80{ + color: rgb(248 249 254 / 0.8); +} +.text-lilac\/90{ + color: rgb(248 249 254 / 0.9); +} +.text-lilac\/95{ + color: rgb(248 249 254 / 0.95); +} +.text-lilac\/100{ + color: rgb(248 249 254 / 1); +} +.text-golden-900\/0{ + color: rgb(191 184 130 / 0); +} +.text-golden-900\/5{ + color: rgb(191 184 130 / 0.05); +} +.text-golden-900\/10{ + color: rgb(191 184 130 / 0.1); +} +.text-golden-900\/20{ + color: rgb(191 184 130 / 0.2); +} +.text-golden-900\/25{ + color: rgb(191 184 130 / 0.25); +} +.text-golden-900\/30{ + color: rgb(191 184 130 / 0.3); +} +.text-golden-900\/40{ + color: rgb(191 184 130 / 0.4); +} +.text-golden-900\/50{ + color: rgb(191 184 130 / 0.5); +} +.text-golden-900\/60{ + color: rgb(191 184 130 / 0.6); +} +.text-golden-900\/70{ + color: rgb(191 184 130 / 0.7); +} +.text-golden-900\/75{ + color: rgb(191 184 130 / 0.75); +} +.text-golden-900\/80{ + color: rgb(191 184 130 / 0.8); +} +.text-golden-900\/90{ + color: rgb(191 184 130 / 0.9); +} +.text-golden-900\/95{ + color: rgb(191 184 130 / 0.95); +} +.text-golden-900\/100{ + color: rgb(191 184 130 / 1); +} +.text-golden\/0{ + color: rgb(209 201 137 / 0); +} +.text-golden\/5{ + color: rgb(209 201 137 / 0.05); +} +.text-golden\/10{ + color: rgb(209 201 137 / 0.1); +} +.text-golden\/20{ + color: rgb(209 201 137 / 0.2); +} +.text-golden\/25{ + color: rgb(209 201 137 / 0.25); +} +.text-golden\/30{ + color: rgb(209 201 137 / 0.3); +} +.text-golden\/40{ + color: rgb(209 201 137 / 0.4); +} +.text-golden\/50{ + color: rgb(209 201 137 / 0.5); +} +.text-golden\/60{ + color: rgb(209 201 137 / 0.6); +} +.text-golden\/70{ + color: rgb(209 201 137 / 0.7); +} +.text-golden\/75{ + color: rgb(209 201 137 / 0.75); +} +.text-golden\/80{ + color: rgb(209 201 137 / 0.8); +} +.text-golden\/90{ + color: rgb(209 201 137 / 0.9); +} +.text-golden\/95{ + color: rgb(209 201 137 / 0.95); +} +.text-golden\/100{ + color: rgb(209 201 137 / 1); +} +.text-status-success\/0{ + color: rgb(241 246 238 / 0); +} +.text-status-success\/5{ + color: rgb(241 246 238 / 0.05); +} +.text-status-success\/10{ + color: rgb(241 246 238 / 0.1); +} +.text-status-success\/20{ + color: rgb(241 246 238 / 0.2); +} +.text-status-success\/25{ + color: rgb(241 246 238 / 0.25); +} +.text-status-success\/30{ + color: rgb(241 246 238 / 0.3); +} +.text-status-success\/40{ + color: rgb(241 246 238 / 0.4); +} +.text-status-success\/50{ + color: rgb(241 246 238 / 0.5); +} +.text-status-success\/60{ + color: rgb(241 246 238 / 0.6); +} +.text-status-success\/70{ + color: rgb(241 246 238 / 0.7); +} +.text-status-success\/75{ + color: rgb(241 246 238 / 0.75); +} +.text-status-success\/80{ + color: rgb(241 246 238 / 0.8); +} +.text-status-success\/90{ + color: rgb(241 246 238 / 0.9); +} +.text-status-success\/95{ + color: rgb(241 246 238 / 0.95); +} +.text-status-success\/100{ + color: rgb(241 246 238 / 1); +} +.text-status-danger\/0{ + color: rgb(250 230 230 / 0); +} +.text-status-danger\/5{ + color: rgb(250 230 230 / 0.05); +} +.text-status-danger\/10{ + color: rgb(250 230 230 / 0.1); +} +.text-status-danger\/20{ + color: rgb(250 230 230 / 0.2); +} +.text-status-danger\/25{ + color: rgb(250 230 230 / 0.25); +} +.text-status-danger\/30{ + color: rgb(250 230 230 / 0.3); +} +.text-status-danger\/40{ + color: rgb(250 230 230 / 0.4); +} +.text-status-danger\/50{ + color: rgb(250 230 230 / 0.5); +} +.text-status-danger\/60{ + color: rgb(250 230 230 / 0.6); +} +.text-status-danger\/70{ + color: rgb(250 230 230 / 0.7); +} +.text-status-danger\/75{ + color: rgb(250 230 230 / 0.75); +} +.text-status-danger\/80{ + color: rgb(250 230 230 / 0.8); +} +.text-status-danger\/90{ + color: rgb(250 230 230 / 0.9); +} +.text-status-danger\/95{ + color: rgb(250 230 230 / 0.95); +} +.text-status-danger\/100{ + color: rgb(250 230 230 / 1); +} +.text-status-sent\/0{ + color: rgb(254 245 231 / 0); +} +.text-status-sent\/5{ + color: rgb(254 245 231 / 0.05); +} +.text-status-sent\/10{ + color: rgb(254 245 231 / 0.1); +} +.text-status-sent\/20{ + color: rgb(254 245 231 / 0.2); +} +.text-status-sent\/25{ + color: rgb(254 245 231 / 0.25); +} +.text-status-sent\/30{ + color: rgb(254 245 231 / 0.3); +} +.text-status-sent\/40{ + color: rgb(254 245 231 / 0.4); +} +.text-status-sent\/50{ + color: rgb(254 245 231 / 0.5); +} +.text-status-sent\/60{ + color: rgb(254 245 231 / 0.6); +} +.text-status-sent\/70{ + color: rgb(254 245 231 / 0.7); +} +.text-status-sent\/75{ + color: rgb(254 245 231 / 0.75); +} +.text-status-sent\/80{ + color: rgb(254 245 231 / 0.8); +} +.text-status-sent\/90{ + color: rgb(254 245 231 / 0.9); +} +.text-status-sent\/95{ + color: rgb(254 245 231 / 0.95); +} +.text-status-sent\/100{ + color: rgb(254 245 231 / 1); +} +.text-status-viewed\/0{ + color: rgb(238 238 243 / 0); +} +.text-status-viewed\/5{ + color: rgb(238 238 243 / 0.05); +} +.text-status-viewed\/10{ + color: rgb(238 238 243 / 0.1); +} +.text-status-viewed\/20{ + color: rgb(238 238 243 / 0.2); +} +.text-status-viewed\/25{ + color: rgb(238 238 243 / 0.25); +} +.text-status-viewed\/30{ + color: rgb(238 238 243 / 0.3); +} +.text-status-viewed\/40{ + color: rgb(238 238 243 / 0.4); +} +.text-status-viewed\/50{ + color: rgb(238 238 243 / 0.5); +} +.text-status-viewed\/60{ + color: rgb(238 238 243 / 0.6); +} +.text-status-viewed\/70{ + color: rgb(238 238 243 / 0.7); +} +.text-status-viewed\/75{ + color: rgb(238 238 243 / 0.75); +} +.text-status-viewed\/80{ + color: rgb(238 238 243 / 0.8); +} +.text-status-viewed\/90{ + color: rgb(238 238 243 / 0.9); +} +.text-status-viewed\/95{ + color: rgb(238 238 243 / 0.95); +} +.text-status-viewed\/100{ + color: rgb(238 238 243 / 1); +} +.text-status-draft\/0{ + color: rgb(236 236 236 / 0); +} +.text-status-draft\/5{ + color: rgb(236 236 236 / 0.05); +} +.text-status-draft\/10{ + color: rgb(236 236 236 / 0.1); +} +.text-status-draft\/20{ + color: rgb(236 236 236 / 0.2); +} +.text-status-draft\/25{ + color: rgb(236 236 236 / 0.25); +} +.text-status-draft\/30{ + color: rgb(236 236 236 / 0.3); +} +.text-status-draft\/40{ + color: rgb(236 236 236 / 0.4); +} +.text-status-draft\/50{ + color: rgb(236 236 236 / 0.5); +} +.text-status-draft\/60{ + color: rgb(236 236 236 / 0.6); +} +.text-status-draft\/70{ + color: rgb(236 236 236 / 0.7); +} +.text-status-draft\/75{ + color: rgb(236 236 236 / 0.75); +} +.text-status-draft\/80{ + color: rgb(236 236 236 / 0.8); +} +.text-status-draft\/90{ + color: rgb(236 236 236 / 0.9); +} +.text-status-draft\/95{ + color: rgb(236 236 236 / 0.95); +} +.text-status-draft\/100{ + color: rgb(236 236 236 / 1); +} +.text-status-partial\/0{ + color: rgb(230 241 246 / 0); +} +.text-status-partial\/5{ + color: rgb(230 241 246 / 0.05); +} +.text-status-partial\/10{ + color: rgb(230 241 246 / 0.1); +} +.text-status-partial\/20{ + color: rgb(230 241 246 / 0.2); +} +.text-status-partial\/25{ + color: rgb(230 241 246 / 0.25); +} +.text-status-partial\/30{ + color: rgb(230 241 246 / 0.3); +} +.text-status-partial\/40{ + color: rgb(230 241 246 / 0.4); +} +.text-status-partial\/50{ + color: rgb(230 241 246 / 0.5); +} +.text-status-partial\/60{ + color: rgb(230 241 246 / 0.6); +} +.text-status-partial\/70{ + color: rgb(230 241 246 / 0.7); +} +.text-status-partial\/75{ + color: rgb(230 241 246 / 0.75); +} +.text-status-partial\/80{ + color: rgb(230 241 246 / 0.8); +} +.text-status-partial\/90{ + color: rgb(230 241 246 / 0.9); +} +.text-status-partial\/95{ + color: rgb(230 241 246 / 0.95); +} +.text-status-partial\/100{ + color: rgb(230 241 246 / 1); +} +.text-status-canceled\/0{ + color: rgb(40 40 40 / 0); +} +.text-status-canceled\/5{ + color: rgb(40 40 40 / 0.05); +} +.text-status-canceled\/10{ + color: rgb(40 40 40 / 0.1); +} +.text-status-canceled\/20{ + color: rgb(40 40 40 / 0.2); +} +.text-status-canceled\/25{ + color: rgb(40 40 40 / 0.25); +} +.text-status-canceled\/30{ + color: rgb(40 40 40 / 0.3); +} +.text-status-canceled\/40{ + color: rgb(40 40 40 / 0.4); +} +.text-status-canceled\/50{ + color: rgb(40 40 40 / 0.5); +} +.text-status-canceled\/60{ + color: rgb(40 40 40 / 0.6); +} +.text-status-canceled\/70{ + color: rgb(40 40 40 / 0.7); +} +.text-status-canceled\/75{ + color: rgb(40 40 40 / 0.75); +} +.text-status-canceled\/80{ + color: rgb(40 40 40 / 0.8); +} +.text-status-canceled\/90{ + color: rgb(40 40 40 / 0.9); +} +.text-status-canceled\/95{ + color: rgb(40 40 40 / 0.95); +} +.text-status-canceled\/100{ + color: rgb(40 40 40 / 1); +} +.text-status-warning\/0{ + color: rgb(254 245 231 / 0); +} +.text-status-warning\/5{ + color: rgb(254 245 231 / 0.05); +} +.text-status-warning\/10{ + color: rgb(254 245 231 / 0.1); +} +.text-status-warning\/20{ + color: rgb(254 245 231 / 0.2); +} +.text-status-warning\/25{ + color: rgb(254 245 231 / 0.25); +} +.text-status-warning\/30{ + color: rgb(254 245 231 / 0.3); +} +.text-status-warning\/40{ + color: rgb(254 245 231 / 0.4); +} +.text-status-warning\/50{ + color: rgb(254 245 231 / 0.5); +} +.text-status-warning\/60{ + color: rgb(254 245 231 / 0.6); +} +.text-status-warning\/70{ + color: rgb(254 245 231 / 0.7); +} +.text-status-warning\/75{ + color: rgb(254 245 231 / 0.75); +} +.text-status-warning\/80{ + color: rgb(254 245 231 / 0.8); +} +.text-status-warning\/90{ + color: rgb(254 245 231 / 0.9); +} +.text-status-warning\/95{ + color: rgb(254 245 231 / 0.95); +} +.text-status-warning\/100{ + color: rgb(254 245 231 / 1); +} +.text-text-status-success\/0{ + color: rgb(99 145 74 / 0); +} +.text-text-status-success\/5{ + color: rgb(99 145 74 / 0.05); +} +.text-text-status-success\/10{ + color: rgb(99 145 74 / 0.1); +} +.text-text-status-success\/20{ + color: rgb(99 145 74 / 0.2); +} +.text-text-status-success\/25{ + color: rgb(99 145 74 / 0.25); +} +.text-text-status-success\/30{ + color: rgb(99 145 74 / 0.3); +} +.text-text-status-success\/40{ + color: rgb(99 145 74 / 0.4); +} +.text-text-status-success\/50{ + color: rgb(99 145 74 / 0.5); +} +.text-text-status-success\/60{ + color: rgb(99 145 74 / 0.6); +} +.text-text-status-success\/70{ + color: rgb(99 145 74 / 0.7); +} +.text-text-status-success\/75{ + color: rgb(99 145 74 / 0.75); +} +.text-text-status-success\/80{ + color: rgb(99 145 74 / 0.8); +} +.text-text-status-success\/90{ + color: rgb(99 145 74 / 0.9); +} +.text-text-status-success\/95{ + color: rgb(99 145 74 / 0.95); +} +.text-text-status-success\/100{ + color: rgb(99 145 74 / 1); +} +.text-text-status-danger\/0{ + color: rgb(184 0 0 / 0); +} +.text-text-status-danger\/5{ + color: rgb(184 0 0 / 0.05); +} +.text-text-status-danger\/10{ + color: rgb(184 0 0 / 0.1); +} +.text-text-status-danger\/20{ + color: rgb(184 0 0 / 0.2); +} +.text-text-status-danger\/25{ + color: rgb(184 0 0 / 0.25); +} +.text-text-status-danger\/30{ + color: rgb(184 0 0 / 0.3); +} +.text-text-status-danger\/40{ + color: rgb(184 0 0 / 0.4); +} +.text-text-status-danger\/50{ + color: rgb(184 0 0 / 0.5); +} +.text-text-status-danger\/60{ + color: rgb(184 0 0 / 0.6); +} +.text-text-status-danger\/70{ + color: rgb(184 0 0 / 0.7); +} +.text-text-status-danger\/75{ + color: rgb(184 0 0 / 0.75); +} +.text-text-status-danger\/80{ + color: rgb(184 0 0 / 0.8); +} +.text-text-status-danger\/90{ + color: rgb(184 0 0 / 0.9); +} +.text-text-status-danger\/95{ + color: rgb(184 0 0 / 0.95); +} +.text-text-status-danger\/100{ + color: rgb(184 0 0 / 1); +} +.text-text-status-sent\/0{ + color: rgb(221 142 10 / 0); +} +.text-text-status-sent\/5{ + color: rgb(221 142 10 / 0.05); +} +.text-text-status-sent\/10{ + color: rgb(221 142 10 / 0.1); +} +.text-text-status-sent\/20{ + color: rgb(221 142 10 / 0.2); +} +.text-text-status-sent\/25{ + color: rgb(221 142 10 / 0.25); +} +.text-text-status-sent\/30{ + color: rgb(221 142 10 / 0.3); +} +.text-text-status-sent\/40{ + color: rgb(221 142 10 / 0.4); +} +.text-text-status-sent\/50{ + color: rgb(221 142 10 / 0.5); +} +.text-text-status-sent\/60{ + color: rgb(221 142 10 / 0.6); +} +.text-text-status-sent\/70{ + color: rgb(221 142 10 / 0.7); +} +.text-text-status-sent\/75{ + color: rgb(221 142 10 / 0.75); +} +.text-text-status-sent\/80{ + color: rgb(221 142 10 / 0.8); +} +.text-text-status-sent\/90{ + color: rgb(221 142 10 / 0.9); +} +.text-text-status-sent\/95{ + color: rgb(221 142 10 / 0.95); +} +.text-text-status-sent\/100{ + color: rgb(221 142 10 / 1); +} +.text-text-status-viewed\/0{ + color: rgb(77 79 125 / 0); +} +.text-text-status-viewed\/5{ + color: rgb(77 79 125 / 0.05); +} +.text-text-status-viewed\/10{ + color: rgb(77 79 125 / 0.1); +} +.text-text-status-viewed\/20{ + color: rgb(77 79 125 / 0.2); +} +.text-text-status-viewed\/25{ + color: rgb(77 79 125 / 0.25); +} +.text-text-status-viewed\/30{ + color: rgb(77 79 125 / 0.3); +} +.text-text-status-viewed\/40{ + color: rgb(77 79 125 / 0.4); +} +.text-text-status-viewed\/50{ + color: rgb(77 79 125 / 0.5); +} +.text-text-status-viewed\/60{ + color: rgb(77 79 125 / 0.6); +} +.text-text-status-viewed\/70{ + color: rgb(77 79 125 / 0.7); +} +.text-text-status-viewed\/75{ + color: rgb(77 79 125 / 0.75); +} +.text-text-status-viewed\/80{ + color: rgb(77 79 125 / 0.8); +} +.text-text-status-viewed\/90{ + color: rgb(77 79 125 / 0.9); +} +.text-text-status-viewed\/95{ + color: rgb(77 79 125 / 0.95); +} +.text-text-status-viewed\/100{ + color: rgb(77 79 125 / 1); +} +.text-text-status-draft\/0{ + color: rgb(59 59 59 / 0); +} +.text-text-status-draft\/5{ + color: rgb(59 59 59 / 0.05); +} +.text-text-status-draft\/10{ + color: rgb(59 59 59 / 0.1); +} +.text-text-status-draft\/20{ + color: rgb(59 59 59 / 0.2); +} +.text-text-status-draft\/25{ + color: rgb(59 59 59 / 0.25); +} +.text-text-status-draft\/30{ + color: rgb(59 59 59 / 0.3); +} +.text-text-status-draft\/40{ + color: rgb(59 59 59 / 0.4); +} +.text-text-status-draft\/50{ + color: rgb(59 59 59 / 0.5); +} +.text-text-status-draft\/60{ + color: rgb(59 59 59 / 0.6); +} +.text-text-status-draft\/70{ + color: rgb(59 59 59 / 0.7); +} +.text-text-status-draft\/75{ + color: rgb(59 59 59 / 0.75); +} +.text-text-status-draft\/80{ + color: rgb(59 59 59 / 0.8); +} +.text-text-status-draft\/90{ + color: rgb(59 59 59 / 0.9); +} +.text-text-status-draft\/95{ + color: rgb(59 59 59 / 0.95); +} +.text-text-status-draft\/100{ + color: rgb(59 59 59 / 1); +} +.text-text-status-partial\/0{ + color: rgb(0 99 149 / 0); +} +.text-text-status-partial\/5{ + color: rgb(0 99 149 / 0.05); +} +.text-text-status-partial\/10{ + color: rgb(0 99 149 / 0.1); +} +.text-text-status-partial\/20{ + color: rgb(0 99 149 / 0.2); +} +.text-text-status-partial\/25{ + color: rgb(0 99 149 / 0.25); +} +.text-text-status-partial\/30{ + color: rgb(0 99 149 / 0.3); +} +.text-text-status-partial\/40{ + color: rgb(0 99 149 / 0.4); +} +.text-text-status-partial\/50{ + color: rgb(0 99 149 / 0.5); +} +.text-text-status-partial\/60{ + color: rgb(0 99 149 / 0.6); +} +.text-text-status-partial\/70{ + color: rgb(0 99 149 / 0.7); +} +.text-text-status-partial\/75{ + color: rgb(0 99 149 / 0.75); +} +.text-text-status-partial\/80{ + color: rgb(0 99 149 / 0.8); +} +.text-text-status-partial\/90{ + color: rgb(0 99 149 / 0.9); +} +.text-text-status-partial\/95{ + color: rgb(0 99 149 / 0.95); +} +.text-text-status-partial\/100{ + color: rgb(0 99 149 / 1); +} +.text-text-status-canceled\/0{ + color: rgb(255 255 255 / 0); +} +.text-text-status-canceled\/5{ + color: rgb(255 255 255 / 0.05); +} +.text-text-status-canceled\/10{ + color: rgb(255 255 255 / 0.1); +} +.text-text-status-canceled\/20{ + color: rgb(255 255 255 / 0.2); +} +.text-text-status-canceled\/25{ + color: rgb(255 255 255 / 0.25); +} +.text-text-status-canceled\/30{ + color: rgb(255 255 255 / 0.3); +} +.text-text-status-canceled\/40{ + color: rgb(255 255 255 / 0.4); +} +.text-text-status-canceled\/50{ + color: rgb(255 255 255 / 0.5); +} +.text-text-status-canceled\/60{ + color: rgb(255 255 255 / 0.6); +} +.text-text-status-canceled\/70{ + color: rgb(255 255 255 / 0.7); +} +.text-text-status-canceled\/75{ + color: rgb(255 255 255 / 0.75); +} +.text-text-status-canceled\/80{ + color: rgb(255 255 255 / 0.8); +} +.text-text-status-canceled\/90{ + color: rgb(255 255 255 / 0.9); +} +.text-text-status-canceled\/95{ + color: rgb(255 255 255 / 0.95); +} +.text-text-status-canceled\/100{ + color: rgb(255 255 255 / 1); +} +.text-text-status-warning\/0{ + color: rgb(184 119 8 / 0); +} +.text-text-status-warning\/5{ + color: rgb(184 119 8 / 0.05); +} +.text-text-status-warning\/10{ + color: rgb(184 119 8 / 0.1); +} +.text-text-status-warning\/20{ + color: rgb(184 119 8 / 0.2); +} +.text-text-status-warning\/25{ + color: rgb(184 119 8 / 0.25); +} +.text-text-status-warning\/30{ + color: rgb(184 119 8 / 0.3); +} +.text-text-status-warning\/40{ + color: rgb(184 119 8 / 0.4); +} +.text-text-status-warning\/50{ + color: rgb(184 119 8 / 0.5); +} +.text-text-status-warning\/60{ + color: rgb(184 119 8 / 0.6); +} +.text-text-status-warning\/70{ + color: rgb(184 119 8 / 0.7); +} +.text-text-status-warning\/75{ + color: rgb(184 119 8 / 0.75); +} +.text-text-status-warning\/80{ + color: rgb(184 119 8 / 0.8); +} +.text-text-status-warning\/90{ + color: rgb(184 119 8 / 0.9); +} +.text-text-status-warning\/95{ + color: rgb(184 119 8 / 0.95); +} +.text-text-status-warning\/100{ + color: rgb(184 119 8 / 1); +} +.text-body\/0{ + color: rgb(252 252 252 / 0); +} +.text-body\/5{ + color: rgb(252 252 252 / 0.05); +} +.text-body\/10{ + color: rgb(252 252 252 / 0.1); +} +.text-body\/20{ + color: rgb(252 252 252 / 0.2); +} +.text-body\/25{ + color: rgb(252 252 252 / 0.25); +} +.text-body\/30{ + color: rgb(252 252 252 / 0.3); +} +.text-body\/40{ + color: rgb(252 252 252 / 0.4); +} +.text-body\/50{ + color: rgb(252 252 252 / 0.5); +} +.text-body\/60{ + color: rgb(252 252 252 / 0.6); +} +.text-body\/70{ + color: rgb(252 252 252 / 0.7); +} +.text-body\/75{ + color: rgb(252 252 252 / 0.75); +} +.text-body\/80{ + color: rgb(252 252 252 / 0.8); +} +.text-body\/90{ + color: rgb(252 252 252 / 0.9); +} +.text-body\/95{ + color: rgb(252 252 252 / 0.95); +} +.text-body\/100{ + color: rgb(252 252 252 / 1); +} +.text-light-gray\/0{ + color: rgb(199 201 217 / 0); +} +.text-light-gray\/5{ + color: rgb(199 201 217 / 0.05); +} +.text-light-gray\/10{ + color: rgb(199 201 217 / 0.1); +} +.text-light-gray\/20{ + color: rgb(199 201 217 / 0.2); +} +.text-light-gray\/25{ + color: rgb(199 201 217 / 0.25); +} +.text-light-gray\/30{ + color: rgb(199 201 217 / 0.3); +} +.text-light-gray\/40{ + color: rgb(199 201 217 / 0.4); +} +.text-light-gray\/50{ + color: rgb(199 201 217 / 0.5); +} +.text-light-gray\/60{ + color: rgb(199 201 217 / 0.6); +} +.text-light-gray\/70{ + color: rgb(199 201 217 / 0.7); +} +.text-light-gray\/75{ + color: rgb(199 201 217 / 0.75); +} +.text-light-gray\/80{ + color: rgb(199 201 217 / 0.8); +} +.text-light-gray\/90{ + color: rgb(199 201 217 / 0.9); +} +.text-light-gray\/95{ + color: rgb(199 201 217 / 0.95); +} +.text-light-gray\/100{ + color: rgb(199 201 217 / 1); +} +.text-dark-blue\/0{ + color: rgb(21 40 75 / 0); +} +.text-dark-blue\/5{ + color: rgb(21 40 75 / 0.05); +} +.text-dark-blue\/10{ + color: rgb(21 40 75 / 0.1); +} +.text-dark-blue\/20{ + color: rgb(21 40 75 / 0.2); +} +.text-dark-blue\/25{ + color: rgb(21 40 75 / 0.25); +} +.text-dark-blue\/30{ + color: rgb(21 40 75 / 0.3); +} +.text-dark-blue\/40{ + color: rgb(21 40 75 / 0.4); +} +.text-dark-blue\/50{ + color: rgb(21 40 75 / 0.5); +} +.text-dark-blue\/60{ + color: rgb(21 40 75 / 0.6); +} +.text-dark-blue\/70{ + color: rgb(21 40 75 / 0.7); +} +.text-dark-blue\/75{ + color: rgb(21 40 75 / 0.75); +} +.text-dark-blue\/80{ + color: rgb(21 40 75 / 0.8); +} +.text-dark-blue\/90{ + color: rgb(21 40 75 / 0.9); +} +.text-dark-blue\/95{ + color: rgb(21 40 75 / 0.95); +} +.text-dark-blue\/100{ + color: rgb(21 40 75 / 1); +} +.text-lighter-gray\/0{ + color: rgb(242 242 245 / 0); +} +.text-lighter-gray\/5{ + color: rgb(242 242 245 / 0.05); +} +.text-lighter-gray\/10{ + color: rgb(242 242 245 / 0.1); +} +.text-lighter-gray\/20{ + color: rgb(242 242 245 / 0.2); +} +.text-lighter-gray\/25{ + color: rgb(242 242 245 / 0.25); +} +.text-lighter-gray\/30{ + color: rgb(242 242 245 / 0.3); +} +.text-lighter-gray\/40{ + color: rgb(242 242 245 / 0.4); +} +.text-lighter-gray\/50{ + color: rgb(242 242 245 / 0.5); +} +.text-lighter-gray\/60{ + color: rgb(242 242 245 / 0.6); +} +.text-lighter-gray\/70{ + color: rgb(242 242 245 / 0.7); +} +.text-lighter-gray\/75{ + color: rgb(242 242 245 / 0.75); +} +.text-lighter-gray\/80{ + color: rgb(242 242 245 / 0.8); +} +.text-lighter-gray\/90{ + color: rgb(242 242 245 / 0.9); +} +.text-lighter-gray\/95{ + color: rgb(242 242 245 / 0.95); +} +.text-lighter-gray\/100{ + color: rgb(242 242 245 / 1); +} +.text-purple-lighter\/0{ + color: rgb(242 244 252 / 0); +} +.text-purple-lighter\/5{ + color: rgb(242 244 252 / 0.05); +} +.text-purple-lighter\/10{ + color: rgb(242 244 252 / 0.1); +} +.text-purple-lighter\/20{ + color: rgb(242 244 252 / 0.2); +} +.text-purple-lighter\/25{ + color: rgb(242 244 252 / 0.25); +} +.text-purple-lighter\/30{ + color: rgb(242 244 252 / 0.3); +} +.text-purple-lighter\/40{ + color: rgb(242 244 252 / 0.4); +} +.text-purple-lighter\/50{ + color: rgb(242 244 252 / 0.5); +} +.text-purple-lighter\/60{ + color: rgb(242 244 252 / 0.6); +} +.text-purple-lighter\/70{ + color: rgb(242 244 252 / 0.7); +} +.text-purple-lighter\/75{ + color: rgb(242 244 252 / 0.75); +} +.text-purple-lighter\/80{ + color: rgb(242 244 252 / 0.8); +} +.text-purple-lighter\/90{ + color: rgb(242 244 252 / 0.9); +} +.text-purple-lighter\/95{ + color: rgb(242 244 252 / 0.95); +} +.text-purple-lighter\/100{ + color: rgb(242 244 252 / 1); +} +.text-modal-background\/0{ + color: rgb(0 0 0 / 0); +} +.text-modal-background\/5{ + color: rgb(0 0 0 / 0.05); +} +.text-modal-background\/10{ + color: rgb(0 0 0 / 0.1); +} +.text-modal-background\/20{ + color: rgb(0 0 0 / 0.2); +} +.text-modal-background\/25{ + color: rgb(0 0 0 / 0.25); +} +.text-modal-background\/30{ + color: rgb(0 0 0 / 0.3); +} +.text-modal-background\/40{ + color: rgb(0 0 0 / 0.4); +} +.text-modal-background\/50{ + color: rgb(0 0 0 / 0.5); +} +.text-modal-background\/60{ + color: rgb(0 0 0 / 0.6); +} +.text-modal-background\/70{ + color: rgb(0 0 0 / 0.7); +} +.text-modal-background\/75{ + color: rgb(0 0 0 / 0.75); +} +.text-modal-background\/80{ + color: rgb(0 0 0 / 0.8); +} +.text-modal-background\/90{ + color: rgb(0 0 0 / 0.9); +} +.text-modal-background\/95{ + color: rgb(0 0 0 / 0.95); +} +.text-modal-background\/100{ + color: rgb(0 0 0 / 1); +} +.text-testing\/0{ + color: rgb(147 95 7 / 0); +} +.text-testing\/5{ + color: rgb(147 95 7 / 0.05); +} +.text-testing\/10{ + color: rgb(147 95 7 / 0.1); +} +.text-testing\/20{ + color: rgb(147 95 7 / 0.2); +} +.text-testing\/25{ + color: rgb(147 95 7 / 0.25); +} +.text-testing\/30{ + color: rgb(147 95 7 / 0.3); +} +.text-testing\/40{ + color: rgb(147 95 7 / 0.4); +} +.text-testing\/50{ + color: rgb(147 95 7 / 0.5); +} +.text-testing\/60{ + color: rgb(147 95 7 / 0.6); +} +.text-testing\/70{ + color: rgb(147 95 7 / 0.7); +} +.text-testing\/75{ + color: rgb(147 95 7 / 0.75); +} +.text-testing\/80{ + color: rgb(147 95 7 / 0.8); +} +.text-testing\/90{ + color: rgb(147 95 7 / 0.9); +} +.text-testing\/95{ + color: rgb(147 95 7 / 0.95); +} +.text-testing\/100{ + color: rgb(147 95 7 / 1); +} .text-opacity-0{ --tw-text-opacity: 0; } @@ -34422,6 +236633,16086 @@ input[type="date"]::-webkit-inner-spin-button, -webkit-text-decoration-color: #935f07; text-decoration-color: #935f07; } +.decoration-transparent\/0{ + -webkit-text-decoration-color: rgb(0 0 0 / 0); + text-decoration-color: rgb(0 0 0 / 0); +} +.decoration-transparent\/5{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.05); + text-decoration-color: rgb(0 0 0 / 0.05); +} +.decoration-transparent\/10{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.1); + text-decoration-color: rgb(0 0 0 / 0.1); +} +.decoration-transparent\/20{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.2); + text-decoration-color: rgb(0 0 0 / 0.2); +} +.decoration-transparent\/25{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.25); + text-decoration-color: rgb(0 0 0 / 0.25); +} +.decoration-transparent\/30{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.3); + text-decoration-color: rgb(0 0 0 / 0.3); +} +.decoration-transparent\/40{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.4); + text-decoration-color: rgb(0 0 0 / 0.4); +} +.decoration-transparent\/50{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.5); + text-decoration-color: rgb(0 0 0 / 0.5); +} +.decoration-transparent\/60{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.6); + text-decoration-color: rgb(0 0 0 / 0.6); +} +.decoration-transparent\/70{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.7); + text-decoration-color: rgb(0 0 0 / 0.7); +} +.decoration-transparent\/75{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.75); + text-decoration-color: rgb(0 0 0 / 0.75); +} +.decoration-transparent\/80{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.8); + text-decoration-color: rgb(0 0 0 / 0.8); +} +.decoration-transparent\/90{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.9); + text-decoration-color: rgb(0 0 0 / 0.9); +} +.decoration-transparent\/95{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.95); + text-decoration-color: rgb(0 0 0 / 0.95); +} +.decoration-transparent\/100{ + -webkit-text-decoration-color: rgb(0 0 0 / 1); + text-decoration-color: rgb(0 0 0 / 1); +} +.decoration-black-50\/0{ + -webkit-text-decoration-color: rgb(246 246 246 / 0); + text-decoration-color: rgb(246 246 246 / 0); +} +.decoration-black-50\/5{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.05); + text-decoration-color: rgb(246 246 246 / 0.05); +} +.decoration-black-50\/10{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.1); + text-decoration-color: rgb(246 246 246 / 0.1); +} +.decoration-black-50\/20{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.2); + text-decoration-color: rgb(246 246 246 / 0.2); +} +.decoration-black-50\/25{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.25); + text-decoration-color: rgb(246 246 246 / 0.25); +} +.decoration-black-50\/30{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.3); + text-decoration-color: rgb(246 246 246 / 0.3); +} +.decoration-black-50\/40{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.4); + text-decoration-color: rgb(246 246 246 / 0.4); +} +.decoration-black-50\/50{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.5); + text-decoration-color: rgb(246 246 246 / 0.5); +} +.decoration-black-50\/60{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.6); + text-decoration-color: rgb(246 246 246 / 0.6); +} +.decoration-black-50\/70{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.7); + text-decoration-color: rgb(246 246 246 / 0.7); +} +.decoration-black-50\/75{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.75); + text-decoration-color: rgb(246 246 246 / 0.75); +} +.decoration-black-50\/80{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.8); + text-decoration-color: rgb(246 246 246 / 0.8); +} +.decoration-black-50\/90{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.9); + text-decoration-color: rgb(246 246 246 / 0.9); +} +.decoration-black-50\/95{ + -webkit-text-decoration-color: rgb(246 246 246 / 0.95); + text-decoration-color: rgb(246 246 246 / 0.95); +} +.decoration-black-50\/100{ + -webkit-text-decoration-color: rgb(246 246 246 / 1); + text-decoration-color: rgb(246 246 246 / 1); +} +.decoration-black-100\/0{ + -webkit-text-decoration-color: rgb(236 236 236 / 0); + text-decoration-color: rgb(236 236 236 / 0); +} +.decoration-black-100\/5{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.05); + text-decoration-color: rgb(236 236 236 / 0.05); +} +.decoration-black-100\/10{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.1); + text-decoration-color: rgb(236 236 236 / 0.1); +} +.decoration-black-100\/20{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.2); + text-decoration-color: rgb(236 236 236 / 0.2); +} +.decoration-black-100\/25{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.25); + text-decoration-color: rgb(236 236 236 / 0.25); +} +.decoration-black-100\/30{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.3); + text-decoration-color: rgb(236 236 236 / 0.3); +} +.decoration-black-100\/40{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.4); + text-decoration-color: rgb(236 236 236 / 0.4); +} +.decoration-black-100\/50{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.5); + text-decoration-color: rgb(236 236 236 / 0.5); +} +.decoration-black-100\/60{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.6); + text-decoration-color: rgb(236 236 236 / 0.6); +} +.decoration-black-100\/70{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.7); + text-decoration-color: rgb(236 236 236 / 0.7); +} +.decoration-black-100\/75{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.75); + text-decoration-color: rgb(236 236 236 / 0.75); +} +.decoration-black-100\/80{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.8); + text-decoration-color: rgb(236 236 236 / 0.8); +} +.decoration-black-100\/90{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.9); + text-decoration-color: rgb(236 236 236 / 0.9); +} +.decoration-black-100\/95{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.95); + text-decoration-color: rgb(236 236 236 / 0.95); +} +.decoration-black-100\/100{ + -webkit-text-decoration-color: rgb(236 236 236 / 1); + text-decoration-color: rgb(236 236 236 / 1); +} +.decoration-black-200\/0{ + -webkit-text-decoration-color: rgb(208 208 208 / 0); + text-decoration-color: rgb(208 208 208 / 0); +} +.decoration-black-200\/5{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.05); + text-decoration-color: rgb(208 208 208 / 0.05); +} +.decoration-black-200\/10{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.1); + text-decoration-color: rgb(208 208 208 / 0.1); +} +.decoration-black-200\/20{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.2); + text-decoration-color: rgb(208 208 208 / 0.2); +} +.decoration-black-200\/25{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.25); + text-decoration-color: rgb(208 208 208 / 0.25); +} +.decoration-black-200\/30{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.3); + text-decoration-color: rgb(208 208 208 / 0.3); +} +.decoration-black-200\/40{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.4); + text-decoration-color: rgb(208 208 208 / 0.4); +} +.decoration-black-200\/50{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.5); + text-decoration-color: rgb(208 208 208 / 0.5); +} +.decoration-black-200\/60{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.6); + text-decoration-color: rgb(208 208 208 / 0.6); +} +.decoration-black-200\/70{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.7); + text-decoration-color: rgb(208 208 208 / 0.7); +} +.decoration-black-200\/75{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.75); + text-decoration-color: rgb(208 208 208 / 0.75); +} +.decoration-black-200\/80{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.8); + text-decoration-color: rgb(208 208 208 / 0.8); +} +.decoration-black-200\/90{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.9); + text-decoration-color: rgb(208 208 208 / 0.9); +} +.decoration-black-200\/95{ + -webkit-text-decoration-color: rgb(208 208 208 / 0.95); + text-decoration-color: rgb(208 208 208 / 0.95); +} +.decoration-black-200\/100{ + -webkit-text-decoration-color: rgb(208 208 208 / 1); + text-decoration-color: rgb(208 208 208 / 1); +} +.decoration-black-300\/0{ + -webkit-text-decoration-color: rgb(179 179 179 / 0); + text-decoration-color: rgb(179 179 179 / 0); +} +.decoration-black-300\/5{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.05); + text-decoration-color: rgb(179 179 179 / 0.05); +} +.decoration-black-300\/10{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.1); + text-decoration-color: rgb(179 179 179 / 0.1); +} +.decoration-black-300\/20{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.2); + text-decoration-color: rgb(179 179 179 / 0.2); +} +.decoration-black-300\/25{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.25); + text-decoration-color: rgb(179 179 179 / 0.25); +} +.decoration-black-300\/30{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.3); + text-decoration-color: rgb(179 179 179 / 0.3); +} +.decoration-black-300\/40{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.4); + text-decoration-color: rgb(179 179 179 / 0.4); +} +.decoration-black-300\/50{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.5); + text-decoration-color: rgb(179 179 179 / 0.5); +} +.decoration-black-300\/60{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.6); + text-decoration-color: rgb(179 179 179 / 0.6); +} +.decoration-black-300\/70{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.7); + text-decoration-color: rgb(179 179 179 / 0.7); +} +.decoration-black-300\/75{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.75); + text-decoration-color: rgb(179 179 179 / 0.75); +} +.decoration-black-300\/80{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.8); + text-decoration-color: rgb(179 179 179 / 0.8); +} +.decoration-black-300\/90{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.9); + text-decoration-color: rgb(179 179 179 / 0.9); +} +.decoration-black-300\/95{ + -webkit-text-decoration-color: rgb(179 179 179 / 0.95); + text-decoration-color: rgb(179 179 179 / 0.95); +} +.decoration-black-300\/100{ + -webkit-text-decoration-color: rgb(179 179 179 / 1); + text-decoration-color: rgb(179 179 179 / 1); +} +.decoration-black-400\/0{ + -webkit-text-decoration-color: rgb(123 123 123 / 0); + text-decoration-color: rgb(123 123 123 / 0); +} +.decoration-black-400\/5{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.05); + text-decoration-color: rgb(123 123 123 / 0.05); +} +.decoration-black-400\/10{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.1); + text-decoration-color: rgb(123 123 123 / 0.1); +} +.decoration-black-400\/20{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.2); + text-decoration-color: rgb(123 123 123 / 0.2); +} +.decoration-black-400\/25{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.25); + text-decoration-color: rgb(123 123 123 / 0.25); +} +.decoration-black-400\/30{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.3); + text-decoration-color: rgb(123 123 123 / 0.3); +} +.decoration-black-400\/40{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.4); + text-decoration-color: rgb(123 123 123 / 0.4); +} +.decoration-black-400\/50{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.5); + text-decoration-color: rgb(123 123 123 / 0.5); +} +.decoration-black-400\/60{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.6); + text-decoration-color: rgb(123 123 123 / 0.6); +} +.decoration-black-400\/70{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.7); + text-decoration-color: rgb(123 123 123 / 0.7); +} +.decoration-black-400\/75{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.75); + text-decoration-color: rgb(123 123 123 / 0.75); +} +.decoration-black-400\/80{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.8); + text-decoration-color: rgb(123 123 123 / 0.8); +} +.decoration-black-400\/90{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.9); + text-decoration-color: rgb(123 123 123 / 0.9); +} +.decoration-black-400\/95{ + -webkit-text-decoration-color: rgb(123 123 123 / 0.95); + text-decoration-color: rgb(123 123 123 / 0.95); +} +.decoration-black-400\/100{ + -webkit-text-decoration-color: rgb(123 123 123 / 1); + text-decoration-color: rgb(123 123 123 / 1); +} +.decoration-black-500\/0{ + -webkit-text-decoration-color: rgb(66 66 66 / 0); + text-decoration-color: rgb(66 66 66 / 0); +} +.decoration-black-500\/5{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.05); + text-decoration-color: rgb(66 66 66 / 0.05); +} +.decoration-black-500\/10{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.1); + text-decoration-color: rgb(66 66 66 / 0.1); +} +.decoration-black-500\/20{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.2); + text-decoration-color: rgb(66 66 66 / 0.2); +} +.decoration-black-500\/25{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.25); + text-decoration-color: rgb(66 66 66 / 0.25); +} +.decoration-black-500\/30{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.3); + text-decoration-color: rgb(66 66 66 / 0.3); +} +.decoration-black-500\/40{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.4); + text-decoration-color: rgb(66 66 66 / 0.4); +} +.decoration-black-500\/50{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.5); + text-decoration-color: rgb(66 66 66 / 0.5); +} +.decoration-black-500\/60{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.6); + text-decoration-color: rgb(66 66 66 / 0.6); +} +.decoration-black-500\/70{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.7); + text-decoration-color: rgb(66 66 66 / 0.7); +} +.decoration-black-500\/75{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.75); + text-decoration-color: rgb(66 66 66 / 0.75); +} +.decoration-black-500\/80{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.8); + text-decoration-color: rgb(66 66 66 / 0.8); +} +.decoration-black-500\/90{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.9); + text-decoration-color: rgb(66 66 66 / 0.9); +} +.decoration-black-500\/95{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.95); + text-decoration-color: rgb(66 66 66 / 0.95); +} +.decoration-black-500\/100{ + -webkit-text-decoration-color: rgb(66 66 66 / 1); + text-decoration-color: rgb(66 66 66 / 1); +} +.decoration-black-600\/0{ + -webkit-text-decoration-color: rgb(59 59 59 / 0); + text-decoration-color: rgb(59 59 59 / 0); +} +.decoration-black-600\/5{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.05); + text-decoration-color: rgb(59 59 59 / 0.05); +} +.decoration-black-600\/10{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.1); + text-decoration-color: rgb(59 59 59 / 0.1); +} +.decoration-black-600\/20{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.2); + text-decoration-color: rgb(59 59 59 / 0.2); +} +.decoration-black-600\/25{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.25); + text-decoration-color: rgb(59 59 59 / 0.25); +} +.decoration-black-600\/30{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.3); + text-decoration-color: rgb(59 59 59 / 0.3); +} +.decoration-black-600\/40{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.4); + text-decoration-color: rgb(59 59 59 / 0.4); +} +.decoration-black-600\/50{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.5); + text-decoration-color: rgb(59 59 59 / 0.5); +} +.decoration-black-600\/60{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.6); + text-decoration-color: rgb(59 59 59 / 0.6); +} +.decoration-black-600\/70{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.7); + text-decoration-color: rgb(59 59 59 / 0.7); +} +.decoration-black-600\/75{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.75); + text-decoration-color: rgb(59 59 59 / 0.75); +} +.decoration-black-600\/80{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.8); + text-decoration-color: rgb(59 59 59 / 0.8); +} +.decoration-black-600\/90{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.9); + text-decoration-color: rgb(59 59 59 / 0.9); +} +.decoration-black-600\/95{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.95); + text-decoration-color: rgb(59 59 59 / 0.95); +} +.decoration-black-600\/100{ + -webkit-text-decoration-color: rgb(59 59 59 / 1); + text-decoration-color: rgb(59 59 59 / 1); +} +.decoration-black-700\/0{ + -webkit-text-decoration-color: rgb(50 50 50 / 0); + text-decoration-color: rgb(50 50 50 / 0); +} +.decoration-black-700\/5{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.05); + text-decoration-color: rgb(50 50 50 / 0.05); +} +.decoration-black-700\/10{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.1); + text-decoration-color: rgb(50 50 50 / 0.1); +} +.decoration-black-700\/20{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.2); + text-decoration-color: rgb(50 50 50 / 0.2); +} +.decoration-black-700\/25{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.25); + text-decoration-color: rgb(50 50 50 / 0.25); +} +.decoration-black-700\/30{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.3); + text-decoration-color: rgb(50 50 50 / 0.3); +} +.decoration-black-700\/40{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.4); + text-decoration-color: rgb(50 50 50 / 0.4); +} +.decoration-black-700\/50{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.5); + text-decoration-color: rgb(50 50 50 / 0.5); +} +.decoration-black-700\/60{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.6); + text-decoration-color: rgb(50 50 50 / 0.6); +} +.decoration-black-700\/70{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.7); + text-decoration-color: rgb(50 50 50 / 0.7); +} +.decoration-black-700\/75{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.75); + text-decoration-color: rgb(50 50 50 / 0.75); +} +.decoration-black-700\/80{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.8); + text-decoration-color: rgb(50 50 50 / 0.8); +} +.decoration-black-700\/90{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.9); + text-decoration-color: rgb(50 50 50 / 0.9); +} +.decoration-black-700\/95{ + -webkit-text-decoration-color: rgb(50 50 50 / 0.95); + text-decoration-color: rgb(50 50 50 / 0.95); +} +.decoration-black-700\/100{ + -webkit-text-decoration-color: rgb(50 50 50 / 1); + text-decoration-color: rgb(50 50 50 / 1); +} +.decoration-black-800\/0{ + -webkit-text-decoration-color: rgb(40 40 40 / 0); + text-decoration-color: rgb(40 40 40 / 0); +} +.decoration-black-800\/5{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.05); + text-decoration-color: rgb(40 40 40 / 0.05); +} +.decoration-black-800\/10{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.1); + text-decoration-color: rgb(40 40 40 / 0.1); +} +.decoration-black-800\/20{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.2); + text-decoration-color: rgb(40 40 40 / 0.2); +} +.decoration-black-800\/25{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.25); + text-decoration-color: rgb(40 40 40 / 0.25); +} +.decoration-black-800\/30{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.3); + text-decoration-color: rgb(40 40 40 / 0.3); +} +.decoration-black-800\/40{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.4); + text-decoration-color: rgb(40 40 40 / 0.4); +} +.decoration-black-800\/50{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.5); + text-decoration-color: rgb(40 40 40 / 0.5); +} +.decoration-black-800\/60{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.6); + text-decoration-color: rgb(40 40 40 / 0.6); +} +.decoration-black-800\/70{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.7); + text-decoration-color: rgb(40 40 40 / 0.7); +} +.decoration-black-800\/75{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.75); + text-decoration-color: rgb(40 40 40 / 0.75); +} +.decoration-black-800\/80{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.8); + text-decoration-color: rgb(40 40 40 / 0.8); +} +.decoration-black-800\/90{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.9); + text-decoration-color: rgb(40 40 40 / 0.9); +} +.decoration-black-800\/95{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.95); + text-decoration-color: rgb(40 40 40 / 0.95); +} +.decoration-black-800\/100{ + -webkit-text-decoration-color: rgb(40 40 40 / 1); + text-decoration-color: rgb(40 40 40 / 1); +} +.decoration-black-900\/0{ + -webkit-text-decoration-color: rgb(32 32 32 / 0); + text-decoration-color: rgb(32 32 32 / 0); +} +.decoration-black-900\/5{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.05); + text-decoration-color: rgb(32 32 32 / 0.05); +} +.decoration-black-900\/10{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.1); + text-decoration-color: rgb(32 32 32 / 0.1); +} +.decoration-black-900\/20{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.2); + text-decoration-color: rgb(32 32 32 / 0.2); +} +.decoration-black-900\/25{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.25); + text-decoration-color: rgb(32 32 32 / 0.25); +} +.decoration-black-900\/30{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.3); + text-decoration-color: rgb(32 32 32 / 0.3); +} +.decoration-black-900\/40{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.4); + text-decoration-color: rgb(32 32 32 / 0.4); +} +.decoration-black-900\/50{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.5); + text-decoration-color: rgb(32 32 32 / 0.5); +} +.decoration-black-900\/60{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.6); + text-decoration-color: rgb(32 32 32 / 0.6); +} +.decoration-black-900\/70{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.7); + text-decoration-color: rgb(32 32 32 / 0.7); +} +.decoration-black-900\/75{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.75); + text-decoration-color: rgb(32 32 32 / 0.75); +} +.decoration-black-900\/80{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.8); + text-decoration-color: rgb(32 32 32 / 0.8); +} +.decoration-black-900\/90{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.9); + text-decoration-color: rgb(32 32 32 / 0.9); +} +.decoration-black-900\/95{ + -webkit-text-decoration-color: rgb(32 32 32 / 0.95); + text-decoration-color: rgb(32 32 32 / 0.95); +} +.decoration-black-900\/100{ + -webkit-text-decoration-color: rgb(32 32 32 / 1); + text-decoration-color: rgb(32 32 32 / 1); +} +.decoration-black\/0{ + -webkit-text-decoration-color: rgb(66 66 66 / 0); + text-decoration-color: rgb(66 66 66 / 0); +} +.decoration-black\/5{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.05); + text-decoration-color: rgb(66 66 66 / 0.05); +} +.decoration-black\/10{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.1); + text-decoration-color: rgb(66 66 66 / 0.1); +} +.decoration-black\/20{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.2); + text-decoration-color: rgb(66 66 66 / 0.2); +} +.decoration-black\/25{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.25); + text-decoration-color: rgb(66 66 66 / 0.25); +} +.decoration-black\/30{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.3); + text-decoration-color: rgb(66 66 66 / 0.3); +} +.decoration-black\/40{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.4); + text-decoration-color: rgb(66 66 66 / 0.4); +} +.decoration-black\/50{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.5); + text-decoration-color: rgb(66 66 66 / 0.5); +} +.decoration-black\/60{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.6); + text-decoration-color: rgb(66 66 66 / 0.6); +} +.decoration-black\/70{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.7); + text-decoration-color: rgb(66 66 66 / 0.7); +} +.decoration-black\/75{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.75); + text-decoration-color: rgb(66 66 66 / 0.75); +} +.decoration-black\/80{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.8); + text-decoration-color: rgb(66 66 66 / 0.8); +} +.decoration-black\/90{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.9); + text-decoration-color: rgb(66 66 66 / 0.9); +} +.decoration-black\/95{ + -webkit-text-decoration-color: rgb(66 66 66 / 0.95); + text-decoration-color: rgb(66 66 66 / 0.95); +} +.decoration-black\/100{ + -webkit-text-decoration-color: rgb(66 66 66 / 1); + text-decoration-color: rgb(66 66 66 / 1); +} +.decoration-white\/0{ + -webkit-text-decoration-color: rgb(255 255 255 / 0); + text-decoration-color: rgb(255 255 255 / 0); +} +.decoration-white\/5{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.05); + text-decoration-color: rgb(255 255 255 / 0.05); +} +.decoration-white\/10{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.1); + text-decoration-color: rgb(255 255 255 / 0.1); +} +.decoration-white\/20{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.2); + text-decoration-color: rgb(255 255 255 / 0.2); +} +.decoration-white\/25{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.25); + text-decoration-color: rgb(255 255 255 / 0.25); +} +.decoration-white\/30{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.3); + text-decoration-color: rgb(255 255 255 / 0.3); +} +.decoration-white\/40{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.4); + text-decoration-color: rgb(255 255 255 / 0.4); +} +.decoration-white\/50{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.5); + text-decoration-color: rgb(255 255 255 / 0.5); +} +.decoration-white\/60{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.6); + text-decoration-color: rgb(255 255 255 / 0.6); +} +.decoration-white\/70{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.7); + text-decoration-color: rgb(255 255 255 / 0.7); +} +.decoration-white\/75{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.75); + text-decoration-color: rgb(255 255 255 / 0.75); +} +.decoration-white\/80{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.8); + text-decoration-color: rgb(255 255 255 / 0.8); +} +.decoration-white\/90{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.9); + text-decoration-color: rgb(255 255 255 / 0.9); +} +.decoration-white\/95{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.95); + text-decoration-color: rgb(255 255 255 / 0.95); +} +.decoration-white\/100{ + -webkit-text-decoration-color: rgb(255 255 255 / 1); + text-decoration-color: rgb(255 255 255 / 1); +} +.decoration-slate-50\/0{ + -webkit-text-decoration-color: rgb(248 250 252 / 0); + text-decoration-color: rgb(248 250 252 / 0); +} +.decoration-slate-50\/5{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.05); + text-decoration-color: rgb(248 250 252 / 0.05); +} +.decoration-slate-50\/10{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.1); + text-decoration-color: rgb(248 250 252 / 0.1); +} +.decoration-slate-50\/20{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.2); + text-decoration-color: rgb(248 250 252 / 0.2); +} +.decoration-slate-50\/25{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.25); + text-decoration-color: rgb(248 250 252 / 0.25); +} +.decoration-slate-50\/30{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.3); + text-decoration-color: rgb(248 250 252 / 0.3); +} +.decoration-slate-50\/40{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.4); + text-decoration-color: rgb(248 250 252 / 0.4); +} +.decoration-slate-50\/50{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.5); + text-decoration-color: rgb(248 250 252 / 0.5); +} +.decoration-slate-50\/60{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.6); + text-decoration-color: rgb(248 250 252 / 0.6); +} +.decoration-slate-50\/70{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.7); + text-decoration-color: rgb(248 250 252 / 0.7); +} +.decoration-slate-50\/75{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.75); + text-decoration-color: rgb(248 250 252 / 0.75); +} +.decoration-slate-50\/80{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.8); + text-decoration-color: rgb(248 250 252 / 0.8); +} +.decoration-slate-50\/90{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.9); + text-decoration-color: rgb(248 250 252 / 0.9); +} +.decoration-slate-50\/95{ + -webkit-text-decoration-color: rgb(248 250 252 / 0.95); + text-decoration-color: rgb(248 250 252 / 0.95); +} +.decoration-slate-50\/100{ + -webkit-text-decoration-color: rgb(248 250 252 / 1); + text-decoration-color: rgb(248 250 252 / 1); +} +.decoration-slate-100\/0{ + -webkit-text-decoration-color: rgb(241 245 249 / 0); + text-decoration-color: rgb(241 245 249 / 0); +} +.decoration-slate-100\/5{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.05); + text-decoration-color: rgb(241 245 249 / 0.05); +} +.decoration-slate-100\/10{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.1); + text-decoration-color: rgb(241 245 249 / 0.1); +} +.decoration-slate-100\/20{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.2); + text-decoration-color: rgb(241 245 249 / 0.2); +} +.decoration-slate-100\/25{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.25); + text-decoration-color: rgb(241 245 249 / 0.25); +} +.decoration-slate-100\/30{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.3); + text-decoration-color: rgb(241 245 249 / 0.3); +} +.decoration-slate-100\/40{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.4); + text-decoration-color: rgb(241 245 249 / 0.4); +} +.decoration-slate-100\/50{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.5); + text-decoration-color: rgb(241 245 249 / 0.5); +} +.decoration-slate-100\/60{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.6); + text-decoration-color: rgb(241 245 249 / 0.6); +} +.decoration-slate-100\/70{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.7); + text-decoration-color: rgb(241 245 249 / 0.7); +} +.decoration-slate-100\/75{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.75); + text-decoration-color: rgb(241 245 249 / 0.75); +} +.decoration-slate-100\/80{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.8); + text-decoration-color: rgb(241 245 249 / 0.8); +} +.decoration-slate-100\/90{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.9); + text-decoration-color: rgb(241 245 249 / 0.9); +} +.decoration-slate-100\/95{ + -webkit-text-decoration-color: rgb(241 245 249 / 0.95); + text-decoration-color: rgb(241 245 249 / 0.95); +} +.decoration-slate-100\/100{ + -webkit-text-decoration-color: rgb(241 245 249 / 1); + text-decoration-color: rgb(241 245 249 / 1); +} +.decoration-slate-200\/0{ + -webkit-text-decoration-color: rgb(226 232 240 / 0); + text-decoration-color: rgb(226 232 240 / 0); +} +.decoration-slate-200\/5{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.05); + text-decoration-color: rgb(226 232 240 / 0.05); +} +.decoration-slate-200\/10{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.1); + text-decoration-color: rgb(226 232 240 / 0.1); +} +.decoration-slate-200\/20{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.2); + text-decoration-color: rgb(226 232 240 / 0.2); +} +.decoration-slate-200\/25{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.25); + text-decoration-color: rgb(226 232 240 / 0.25); +} +.decoration-slate-200\/30{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.3); + text-decoration-color: rgb(226 232 240 / 0.3); +} +.decoration-slate-200\/40{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.4); + text-decoration-color: rgb(226 232 240 / 0.4); +} +.decoration-slate-200\/50{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.5); + text-decoration-color: rgb(226 232 240 / 0.5); +} +.decoration-slate-200\/60{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.6); + text-decoration-color: rgb(226 232 240 / 0.6); +} +.decoration-slate-200\/70{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.7); + text-decoration-color: rgb(226 232 240 / 0.7); +} +.decoration-slate-200\/75{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.75); + text-decoration-color: rgb(226 232 240 / 0.75); +} +.decoration-slate-200\/80{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.8); + text-decoration-color: rgb(226 232 240 / 0.8); +} +.decoration-slate-200\/90{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.9); + text-decoration-color: rgb(226 232 240 / 0.9); +} +.decoration-slate-200\/95{ + -webkit-text-decoration-color: rgb(226 232 240 / 0.95); + text-decoration-color: rgb(226 232 240 / 0.95); +} +.decoration-slate-200\/100{ + -webkit-text-decoration-color: rgb(226 232 240 / 1); + text-decoration-color: rgb(226 232 240 / 1); +} +.decoration-slate-300\/0{ + -webkit-text-decoration-color: rgb(203 213 225 / 0); + text-decoration-color: rgb(203 213 225 / 0); +} +.decoration-slate-300\/5{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.05); + text-decoration-color: rgb(203 213 225 / 0.05); +} +.decoration-slate-300\/10{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.1); + text-decoration-color: rgb(203 213 225 / 0.1); +} +.decoration-slate-300\/20{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.2); + text-decoration-color: rgb(203 213 225 / 0.2); +} +.decoration-slate-300\/25{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.25); + text-decoration-color: rgb(203 213 225 / 0.25); +} +.decoration-slate-300\/30{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.3); + text-decoration-color: rgb(203 213 225 / 0.3); +} +.decoration-slate-300\/40{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.4); + text-decoration-color: rgb(203 213 225 / 0.4); +} +.decoration-slate-300\/50{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.5); + text-decoration-color: rgb(203 213 225 / 0.5); +} +.decoration-slate-300\/60{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.6); + text-decoration-color: rgb(203 213 225 / 0.6); +} +.decoration-slate-300\/70{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.7); + text-decoration-color: rgb(203 213 225 / 0.7); +} +.decoration-slate-300\/75{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.75); + text-decoration-color: rgb(203 213 225 / 0.75); +} +.decoration-slate-300\/80{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.8); + text-decoration-color: rgb(203 213 225 / 0.8); +} +.decoration-slate-300\/90{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.9); + text-decoration-color: rgb(203 213 225 / 0.9); +} +.decoration-slate-300\/95{ + -webkit-text-decoration-color: rgb(203 213 225 / 0.95); + text-decoration-color: rgb(203 213 225 / 0.95); +} +.decoration-slate-300\/100{ + -webkit-text-decoration-color: rgb(203 213 225 / 1); + text-decoration-color: rgb(203 213 225 / 1); +} +.decoration-slate-400\/0{ + -webkit-text-decoration-color: rgb(148 163 184 / 0); + text-decoration-color: rgb(148 163 184 / 0); +} +.decoration-slate-400\/5{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.05); + text-decoration-color: rgb(148 163 184 / 0.05); +} +.decoration-slate-400\/10{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.1); + text-decoration-color: rgb(148 163 184 / 0.1); +} +.decoration-slate-400\/20{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.2); + text-decoration-color: rgb(148 163 184 / 0.2); +} +.decoration-slate-400\/25{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.25); + text-decoration-color: rgb(148 163 184 / 0.25); +} +.decoration-slate-400\/30{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.3); + text-decoration-color: rgb(148 163 184 / 0.3); +} +.decoration-slate-400\/40{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.4); + text-decoration-color: rgb(148 163 184 / 0.4); +} +.decoration-slate-400\/50{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.5); + text-decoration-color: rgb(148 163 184 / 0.5); +} +.decoration-slate-400\/60{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.6); + text-decoration-color: rgb(148 163 184 / 0.6); +} +.decoration-slate-400\/70{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.7); + text-decoration-color: rgb(148 163 184 / 0.7); +} +.decoration-slate-400\/75{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.75); + text-decoration-color: rgb(148 163 184 / 0.75); +} +.decoration-slate-400\/80{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.8); + text-decoration-color: rgb(148 163 184 / 0.8); +} +.decoration-slate-400\/90{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.9); + text-decoration-color: rgb(148 163 184 / 0.9); +} +.decoration-slate-400\/95{ + -webkit-text-decoration-color: rgb(148 163 184 / 0.95); + text-decoration-color: rgb(148 163 184 / 0.95); +} +.decoration-slate-400\/100{ + -webkit-text-decoration-color: rgb(148 163 184 / 1); + text-decoration-color: rgb(148 163 184 / 1); +} +.decoration-slate-500\/0{ + -webkit-text-decoration-color: rgb(100 116 139 / 0); + text-decoration-color: rgb(100 116 139 / 0); +} +.decoration-slate-500\/5{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.05); + text-decoration-color: rgb(100 116 139 / 0.05); +} +.decoration-slate-500\/10{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.1); + text-decoration-color: rgb(100 116 139 / 0.1); +} +.decoration-slate-500\/20{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.2); + text-decoration-color: rgb(100 116 139 / 0.2); +} +.decoration-slate-500\/25{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.25); + text-decoration-color: rgb(100 116 139 / 0.25); +} +.decoration-slate-500\/30{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.3); + text-decoration-color: rgb(100 116 139 / 0.3); +} +.decoration-slate-500\/40{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.4); + text-decoration-color: rgb(100 116 139 / 0.4); +} +.decoration-slate-500\/50{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.5); + text-decoration-color: rgb(100 116 139 / 0.5); +} +.decoration-slate-500\/60{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.6); + text-decoration-color: rgb(100 116 139 / 0.6); +} +.decoration-slate-500\/70{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.7); + text-decoration-color: rgb(100 116 139 / 0.7); +} +.decoration-slate-500\/75{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.75); + text-decoration-color: rgb(100 116 139 / 0.75); +} +.decoration-slate-500\/80{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.8); + text-decoration-color: rgb(100 116 139 / 0.8); +} +.decoration-slate-500\/90{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.9); + text-decoration-color: rgb(100 116 139 / 0.9); +} +.decoration-slate-500\/95{ + -webkit-text-decoration-color: rgb(100 116 139 / 0.95); + text-decoration-color: rgb(100 116 139 / 0.95); +} +.decoration-slate-500\/100{ + -webkit-text-decoration-color: rgb(100 116 139 / 1); + text-decoration-color: rgb(100 116 139 / 1); +} +.decoration-slate-600\/0{ + -webkit-text-decoration-color: rgb(71 85 105 / 0); + text-decoration-color: rgb(71 85 105 / 0); +} +.decoration-slate-600\/5{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.05); + text-decoration-color: rgb(71 85 105 / 0.05); +} +.decoration-slate-600\/10{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.1); + text-decoration-color: rgb(71 85 105 / 0.1); +} +.decoration-slate-600\/20{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.2); + text-decoration-color: rgb(71 85 105 / 0.2); +} +.decoration-slate-600\/25{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.25); + text-decoration-color: rgb(71 85 105 / 0.25); +} +.decoration-slate-600\/30{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.3); + text-decoration-color: rgb(71 85 105 / 0.3); +} +.decoration-slate-600\/40{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.4); + text-decoration-color: rgb(71 85 105 / 0.4); +} +.decoration-slate-600\/50{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.5); + text-decoration-color: rgb(71 85 105 / 0.5); +} +.decoration-slate-600\/60{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.6); + text-decoration-color: rgb(71 85 105 / 0.6); +} +.decoration-slate-600\/70{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.7); + text-decoration-color: rgb(71 85 105 / 0.7); +} +.decoration-slate-600\/75{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.75); + text-decoration-color: rgb(71 85 105 / 0.75); +} +.decoration-slate-600\/80{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.8); + text-decoration-color: rgb(71 85 105 / 0.8); +} +.decoration-slate-600\/90{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.9); + text-decoration-color: rgb(71 85 105 / 0.9); +} +.decoration-slate-600\/95{ + -webkit-text-decoration-color: rgb(71 85 105 / 0.95); + text-decoration-color: rgb(71 85 105 / 0.95); +} +.decoration-slate-600\/100{ + -webkit-text-decoration-color: rgb(71 85 105 / 1); + text-decoration-color: rgb(71 85 105 / 1); +} +.decoration-slate-700\/0{ + -webkit-text-decoration-color: rgb(51 65 85 / 0); + text-decoration-color: rgb(51 65 85 / 0); +} +.decoration-slate-700\/5{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.05); + text-decoration-color: rgb(51 65 85 / 0.05); +} +.decoration-slate-700\/10{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.1); + text-decoration-color: rgb(51 65 85 / 0.1); +} +.decoration-slate-700\/20{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.2); + text-decoration-color: rgb(51 65 85 / 0.2); +} +.decoration-slate-700\/25{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.25); + text-decoration-color: rgb(51 65 85 / 0.25); +} +.decoration-slate-700\/30{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.3); + text-decoration-color: rgb(51 65 85 / 0.3); +} +.decoration-slate-700\/40{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.4); + text-decoration-color: rgb(51 65 85 / 0.4); +} +.decoration-slate-700\/50{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.5); + text-decoration-color: rgb(51 65 85 / 0.5); +} +.decoration-slate-700\/60{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.6); + text-decoration-color: rgb(51 65 85 / 0.6); +} +.decoration-slate-700\/70{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.7); + text-decoration-color: rgb(51 65 85 / 0.7); +} +.decoration-slate-700\/75{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.75); + text-decoration-color: rgb(51 65 85 / 0.75); +} +.decoration-slate-700\/80{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.8); + text-decoration-color: rgb(51 65 85 / 0.8); +} +.decoration-slate-700\/90{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.9); + text-decoration-color: rgb(51 65 85 / 0.9); +} +.decoration-slate-700\/95{ + -webkit-text-decoration-color: rgb(51 65 85 / 0.95); + text-decoration-color: rgb(51 65 85 / 0.95); +} +.decoration-slate-700\/100{ + -webkit-text-decoration-color: rgb(51 65 85 / 1); + text-decoration-color: rgb(51 65 85 / 1); +} +.decoration-slate-800\/0{ + -webkit-text-decoration-color: rgb(30 41 59 / 0); + text-decoration-color: rgb(30 41 59 / 0); +} +.decoration-slate-800\/5{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.05); + text-decoration-color: rgb(30 41 59 / 0.05); +} +.decoration-slate-800\/10{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.1); + text-decoration-color: rgb(30 41 59 / 0.1); +} +.decoration-slate-800\/20{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.2); + text-decoration-color: rgb(30 41 59 / 0.2); +} +.decoration-slate-800\/25{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.25); + text-decoration-color: rgb(30 41 59 / 0.25); +} +.decoration-slate-800\/30{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.3); + text-decoration-color: rgb(30 41 59 / 0.3); +} +.decoration-slate-800\/40{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.4); + text-decoration-color: rgb(30 41 59 / 0.4); +} +.decoration-slate-800\/50{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.5); + text-decoration-color: rgb(30 41 59 / 0.5); +} +.decoration-slate-800\/60{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.6); + text-decoration-color: rgb(30 41 59 / 0.6); +} +.decoration-slate-800\/70{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.7); + text-decoration-color: rgb(30 41 59 / 0.7); +} +.decoration-slate-800\/75{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.75); + text-decoration-color: rgb(30 41 59 / 0.75); +} +.decoration-slate-800\/80{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.8); + text-decoration-color: rgb(30 41 59 / 0.8); +} +.decoration-slate-800\/90{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.9); + text-decoration-color: rgb(30 41 59 / 0.9); +} +.decoration-slate-800\/95{ + -webkit-text-decoration-color: rgb(30 41 59 / 0.95); + text-decoration-color: rgb(30 41 59 / 0.95); +} +.decoration-slate-800\/100{ + -webkit-text-decoration-color: rgb(30 41 59 / 1); + text-decoration-color: rgb(30 41 59 / 1); +} +.decoration-slate-900\/0{ + -webkit-text-decoration-color: rgb(15 23 42 / 0); + text-decoration-color: rgb(15 23 42 / 0); +} +.decoration-slate-900\/5{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.05); + text-decoration-color: rgb(15 23 42 / 0.05); +} +.decoration-slate-900\/10{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.1); + text-decoration-color: rgb(15 23 42 / 0.1); +} +.decoration-slate-900\/20{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.2); + text-decoration-color: rgb(15 23 42 / 0.2); +} +.decoration-slate-900\/25{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.25); + text-decoration-color: rgb(15 23 42 / 0.25); +} +.decoration-slate-900\/30{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.3); + text-decoration-color: rgb(15 23 42 / 0.3); +} +.decoration-slate-900\/40{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.4); + text-decoration-color: rgb(15 23 42 / 0.4); +} +.decoration-slate-900\/50{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.5); + text-decoration-color: rgb(15 23 42 / 0.5); +} +.decoration-slate-900\/60{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.6); + text-decoration-color: rgb(15 23 42 / 0.6); +} +.decoration-slate-900\/70{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.7); + text-decoration-color: rgb(15 23 42 / 0.7); +} +.decoration-slate-900\/75{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.75); + text-decoration-color: rgb(15 23 42 / 0.75); +} +.decoration-slate-900\/80{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.8); + text-decoration-color: rgb(15 23 42 / 0.8); +} +.decoration-slate-900\/90{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.9); + text-decoration-color: rgb(15 23 42 / 0.9); +} +.decoration-slate-900\/95{ + -webkit-text-decoration-color: rgb(15 23 42 / 0.95); + text-decoration-color: rgb(15 23 42 / 0.95); +} +.decoration-slate-900\/100{ + -webkit-text-decoration-color: rgb(15 23 42 / 1); + text-decoration-color: rgb(15 23 42 / 1); +} +.decoration-gray-50\/0{ + -webkit-text-decoration-color: rgb(249 250 251 / 0); + text-decoration-color: rgb(249 250 251 / 0); +} +.decoration-gray-50\/5{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.05); + text-decoration-color: rgb(249 250 251 / 0.05); +} +.decoration-gray-50\/10{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.1); + text-decoration-color: rgb(249 250 251 / 0.1); +} +.decoration-gray-50\/20{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.2); + text-decoration-color: rgb(249 250 251 / 0.2); +} +.decoration-gray-50\/25{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.25); + text-decoration-color: rgb(249 250 251 / 0.25); +} +.decoration-gray-50\/30{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.3); + text-decoration-color: rgb(249 250 251 / 0.3); +} +.decoration-gray-50\/40{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.4); + text-decoration-color: rgb(249 250 251 / 0.4); +} +.decoration-gray-50\/50{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.5); + text-decoration-color: rgb(249 250 251 / 0.5); +} +.decoration-gray-50\/60{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.6); + text-decoration-color: rgb(249 250 251 / 0.6); +} +.decoration-gray-50\/70{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.7); + text-decoration-color: rgb(249 250 251 / 0.7); +} +.decoration-gray-50\/75{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.75); + text-decoration-color: rgb(249 250 251 / 0.75); +} +.decoration-gray-50\/80{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.8); + text-decoration-color: rgb(249 250 251 / 0.8); +} +.decoration-gray-50\/90{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.9); + text-decoration-color: rgb(249 250 251 / 0.9); +} +.decoration-gray-50\/95{ + -webkit-text-decoration-color: rgb(249 250 251 / 0.95); + text-decoration-color: rgb(249 250 251 / 0.95); +} +.decoration-gray-50\/100{ + -webkit-text-decoration-color: rgb(249 250 251 / 1); + text-decoration-color: rgb(249 250 251 / 1); +} +.decoration-gray-100\/0{ + -webkit-text-decoration-color: rgb(243 244 246 / 0); + text-decoration-color: rgb(243 244 246 / 0); +} +.decoration-gray-100\/5{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.05); + text-decoration-color: rgb(243 244 246 / 0.05); +} +.decoration-gray-100\/10{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.1); + text-decoration-color: rgb(243 244 246 / 0.1); +} +.decoration-gray-100\/20{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.2); + text-decoration-color: rgb(243 244 246 / 0.2); +} +.decoration-gray-100\/25{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.25); + text-decoration-color: rgb(243 244 246 / 0.25); +} +.decoration-gray-100\/30{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.3); + text-decoration-color: rgb(243 244 246 / 0.3); +} +.decoration-gray-100\/40{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.4); + text-decoration-color: rgb(243 244 246 / 0.4); +} +.decoration-gray-100\/50{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.5); + text-decoration-color: rgb(243 244 246 / 0.5); +} +.decoration-gray-100\/60{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.6); + text-decoration-color: rgb(243 244 246 / 0.6); +} +.decoration-gray-100\/70{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.7); + text-decoration-color: rgb(243 244 246 / 0.7); +} +.decoration-gray-100\/75{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.75); + text-decoration-color: rgb(243 244 246 / 0.75); +} +.decoration-gray-100\/80{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.8); + text-decoration-color: rgb(243 244 246 / 0.8); +} +.decoration-gray-100\/90{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.9); + text-decoration-color: rgb(243 244 246 / 0.9); +} +.decoration-gray-100\/95{ + -webkit-text-decoration-color: rgb(243 244 246 / 0.95); + text-decoration-color: rgb(243 244 246 / 0.95); +} +.decoration-gray-100\/100{ + -webkit-text-decoration-color: rgb(243 244 246 / 1); + text-decoration-color: rgb(243 244 246 / 1); +} +.decoration-gray-200\/0{ + -webkit-text-decoration-color: rgb(229 231 235 / 0); + text-decoration-color: rgb(229 231 235 / 0); +} +.decoration-gray-200\/5{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.05); + text-decoration-color: rgb(229 231 235 / 0.05); +} +.decoration-gray-200\/10{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.1); + text-decoration-color: rgb(229 231 235 / 0.1); +} +.decoration-gray-200\/20{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.2); + text-decoration-color: rgb(229 231 235 / 0.2); +} +.decoration-gray-200\/25{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.25); + text-decoration-color: rgb(229 231 235 / 0.25); +} +.decoration-gray-200\/30{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.3); + text-decoration-color: rgb(229 231 235 / 0.3); +} +.decoration-gray-200\/40{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.4); + text-decoration-color: rgb(229 231 235 / 0.4); +} +.decoration-gray-200\/50{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.5); + text-decoration-color: rgb(229 231 235 / 0.5); +} +.decoration-gray-200\/60{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.6); + text-decoration-color: rgb(229 231 235 / 0.6); +} +.decoration-gray-200\/70{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.7); + text-decoration-color: rgb(229 231 235 / 0.7); +} +.decoration-gray-200\/75{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.75); + text-decoration-color: rgb(229 231 235 / 0.75); +} +.decoration-gray-200\/80{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.8); + text-decoration-color: rgb(229 231 235 / 0.8); +} +.decoration-gray-200\/90{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.9); + text-decoration-color: rgb(229 231 235 / 0.9); +} +.decoration-gray-200\/95{ + -webkit-text-decoration-color: rgb(229 231 235 / 0.95); + text-decoration-color: rgb(229 231 235 / 0.95); +} +.decoration-gray-200\/100{ + -webkit-text-decoration-color: rgb(229 231 235 / 1); + text-decoration-color: rgb(229 231 235 / 1); +} +.decoration-gray-300\/0{ + -webkit-text-decoration-color: rgb(209 213 219 / 0); + text-decoration-color: rgb(209 213 219 / 0); +} +.decoration-gray-300\/5{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.05); + text-decoration-color: rgb(209 213 219 / 0.05); +} +.decoration-gray-300\/10{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.1); + text-decoration-color: rgb(209 213 219 / 0.1); +} +.decoration-gray-300\/20{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.2); + text-decoration-color: rgb(209 213 219 / 0.2); +} +.decoration-gray-300\/25{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.25); + text-decoration-color: rgb(209 213 219 / 0.25); +} +.decoration-gray-300\/30{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.3); + text-decoration-color: rgb(209 213 219 / 0.3); +} +.decoration-gray-300\/40{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.4); + text-decoration-color: rgb(209 213 219 / 0.4); +} +.decoration-gray-300\/50{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.5); + text-decoration-color: rgb(209 213 219 / 0.5); +} +.decoration-gray-300\/60{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.6); + text-decoration-color: rgb(209 213 219 / 0.6); +} +.decoration-gray-300\/70{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.7); + text-decoration-color: rgb(209 213 219 / 0.7); +} +.decoration-gray-300\/75{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.75); + text-decoration-color: rgb(209 213 219 / 0.75); +} +.decoration-gray-300\/80{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.8); + text-decoration-color: rgb(209 213 219 / 0.8); +} +.decoration-gray-300\/90{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.9); + text-decoration-color: rgb(209 213 219 / 0.9); +} +.decoration-gray-300\/95{ + -webkit-text-decoration-color: rgb(209 213 219 / 0.95); + text-decoration-color: rgb(209 213 219 / 0.95); +} +.decoration-gray-300\/100{ + -webkit-text-decoration-color: rgb(209 213 219 / 1); + text-decoration-color: rgb(209 213 219 / 1); +} +.decoration-gray-400\/0{ + -webkit-text-decoration-color: rgb(156 163 175 / 0); + text-decoration-color: rgb(156 163 175 / 0); +} +.decoration-gray-400\/5{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.05); + text-decoration-color: rgb(156 163 175 / 0.05); +} +.decoration-gray-400\/10{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.1); + text-decoration-color: rgb(156 163 175 / 0.1); +} +.decoration-gray-400\/20{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.2); + text-decoration-color: rgb(156 163 175 / 0.2); +} +.decoration-gray-400\/25{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.25); + text-decoration-color: rgb(156 163 175 / 0.25); +} +.decoration-gray-400\/30{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.3); + text-decoration-color: rgb(156 163 175 / 0.3); +} +.decoration-gray-400\/40{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.4); + text-decoration-color: rgb(156 163 175 / 0.4); +} +.decoration-gray-400\/50{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.5); + text-decoration-color: rgb(156 163 175 / 0.5); +} +.decoration-gray-400\/60{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.6); + text-decoration-color: rgb(156 163 175 / 0.6); +} +.decoration-gray-400\/70{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.7); + text-decoration-color: rgb(156 163 175 / 0.7); +} +.decoration-gray-400\/75{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.75); + text-decoration-color: rgb(156 163 175 / 0.75); +} +.decoration-gray-400\/80{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.8); + text-decoration-color: rgb(156 163 175 / 0.8); +} +.decoration-gray-400\/90{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.9); + text-decoration-color: rgb(156 163 175 / 0.9); +} +.decoration-gray-400\/95{ + -webkit-text-decoration-color: rgb(156 163 175 / 0.95); + text-decoration-color: rgb(156 163 175 / 0.95); +} +.decoration-gray-400\/100{ + -webkit-text-decoration-color: rgb(156 163 175 / 1); + text-decoration-color: rgb(156 163 175 / 1); +} +.decoration-gray-500\/0{ + -webkit-text-decoration-color: rgb(107 114 128 / 0); + text-decoration-color: rgb(107 114 128 / 0); +} +.decoration-gray-500\/5{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.05); + text-decoration-color: rgb(107 114 128 / 0.05); +} +.decoration-gray-500\/10{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.1); + text-decoration-color: rgb(107 114 128 / 0.1); +} +.decoration-gray-500\/20{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.2); + text-decoration-color: rgb(107 114 128 / 0.2); +} +.decoration-gray-500\/25{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.25); + text-decoration-color: rgb(107 114 128 / 0.25); +} +.decoration-gray-500\/30{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.3); + text-decoration-color: rgb(107 114 128 / 0.3); +} +.decoration-gray-500\/40{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.4); + text-decoration-color: rgb(107 114 128 / 0.4); +} +.decoration-gray-500\/50{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.5); + text-decoration-color: rgb(107 114 128 / 0.5); +} +.decoration-gray-500\/60{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.6); + text-decoration-color: rgb(107 114 128 / 0.6); +} +.decoration-gray-500\/70{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.7); + text-decoration-color: rgb(107 114 128 / 0.7); +} +.decoration-gray-500\/75{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.75); + text-decoration-color: rgb(107 114 128 / 0.75); +} +.decoration-gray-500\/80{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.8); + text-decoration-color: rgb(107 114 128 / 0.8); +} +.decoration-gray-500\/90{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.9); + text-decoration-color: rgb(107 114 128 / 0.9); +} +.decoration-gray-500\/95{ + -webkit-text-decoration-color: rgb(107 114 128 / 0.95); + text-decoration-color: rgb(107 114 128 / 0.95); +} +.decoration-gray-500\/100{ + -webkit-text-decoration-color: rgb(107 114 128 / 1); + text-decoration-color: rgb(107 114 128 / 1); +} +.decoration-gray-600\/0{ + -webkit-text-decoration-color: rgb(75 85 99 / 0); + text-decoration-color: rgb(75 85 99 / 0); +} +.decoration-gray-600\/5{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.05); + text-decoration-color: rgb(75 85 99 / 0.05); +} +.decoration-gray-600\/10{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.1); + text-decoration-color: rgb(75 85 99 / 0.1); +} +.decoration-gray-600\/20{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.2); + text-decoration-color: rgb(75 85 99 / 0.2); +} +.decoration-gray-600\/25{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.25); + text-decoration-color: rgb(75 85 99 / 0.25); +} +.decoration-gray-600\/30{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.3); + text-decoration-color: rgb(75 85 99 / 0.3); +} +.decoration-gray-600\/40{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.4); + text-decoration-color: rgb(75 85 99 / 0.4); +} +.decoration-gray-600\/50{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.5); + text-decoration-color: rgb(75 85 99 / 0.5); +} +.decoration-gray-600\/60{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.6); + text-decoration-color: rgb(75 85 99 / 0.6); +} +.decoration-gray-600\/70{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.7); + text-decoration-color: rgb(75 85 99 / 0.7); +} +.decoration-gray-600\/75{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.75); + text-decoration-color: rgb(75 85 99 / 0.75); +} +.decoration-gray-600\/80{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.8); + text-decoration-color: rgb(75 85 99 / 0.8); +} +.decoration-gray-600\/90{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.9); + text-decoration-color: rgb(75 85 99 / 0.9); +} +.decoration-gray-600\/95{ + -webkit-text-decoration-color: rgb(75 85 99 / 0.95); + text-decoration-color: rgb(75 85 99 / 0.95); +} +.decoration-gray-600\/100{ + -webkit-text-decoration-color: rgb(75 85 99 / 1); + text-decoration-color: rgb(75 85 99 / 1); +} +.decoration-gray-700\/0{ + -webkit-text-decoration-color: rgb(55 65 81 / 0); + text-decoration-color: rgb(55 65 81 / 0); +} +.decoration-gray-700\/5{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.05); + text-decoration-color: rgb(55 65 81 / 0.05); +} +.decoration-gray-700\/10{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.1); + text-decoration-color: rgb(55 65 81 / 0.1); +} +.decoration-gray-700\/20{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.2); + text-decoration-color: rgb(55 65 81 / 0.2); +} +.decoration-gray-700\/25{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.25); + text-decoration-color: rgb(55 65 81 / 0.25); +} +.decoration-gray-700\/30{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.3); + text-decoration-color: rgb(55 65 81 / 0.3); +} +.decoration-gray-700\/40{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.4); + text-decoration-color: rgb(55 65 81 / 0.4); +} +.decoration-gray-700\/50{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.5); + text-decoration-color: rgb(55 65 81 / 0.5); +} +.decoration-gray-700\/60{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.6); + text-decoration-color: rgb(55 65 81 / 0.6); +} +.decoration-gray-700\/70{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.7); + text-decoration-color: rgb(55 65 81 / 0.7); +} +.decoration-gray-700\/75{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.75); + text-decoration-color: rgb(55 65 81 / 0.75); +} +.decoration-gray-700\/80{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.8); + text-decoration-color: rgb(55 65 81 / 0.8); +} +.decoration-gray-700\/90{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.9); + text-decoration-color: rgb(55 65 81 / 0.9); +} +.decoration-gray-700\/95{ + -webkit-text-decoration-color: rgb(55 65 81 / 0.95); + text-decoration-color: rgb(55 65 81 / 0.95); +} +.decoration-gray-700\/100{ + -webkit-text-decoration-color: rgb(55 65 81 / 1); + text-decoration-color: rgb(55 65 81 / 1); +} +.decoration-gray-800\/0{ + -webkit-text-decoration-color: rgb(31 41 55 / 0); + text-decoration-color: rgb(31 41 55 / 0); +} +.decoration-gray-800\/5{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.05); + text-decoration-color: rgb(31 41 55 / 0.05); +} +.decoration-gray-800\/10{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.1); + text-decoration-color: rgb(31 41 55 / 0.1); +} +.decoration-gray-800\/20{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.2); + text-decoration-color: rgb(31 41 55 / 0.2); +} +.decoration-gray-800\/25{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.25); + text-decoration-color: rgb(31 41 55 / 0.25); +} +.decoration-gray-800\/30{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.3); + text-decoration-color: rgb(31 41 55 / 0.3); +} +.decoration-gray-800\/40{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.4); + text-decoration-color: rgb(31 41 55 / 0.4); +} +.decoration-gray-800\/50{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.5); + text-decoration-color: rgb(31 41 55 / 0.5); +} +.decoration-gray-800\/60{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.6); + text-decoration-color: rgb(31 41 55 / 0.6); +} +.decoration-gray-800\/70{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.7); + text-decoration-color: rgb(31 41 55 / 0.7); +} +.decoration-gray-800\/75{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.75); + text-decoration-color: rgb(31 41 55 / 0.75); +} +.decoration-gray-800\/80{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.8); + text-decoration-color: rgb(31 41 55 / 0.8); +} +.decoration-gray-800\/90{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.9); + text-decoration-color: rgb(31 41 55 / 0.9); +} +.decoration-gray-800\/95{ + -webkit-text-decoration-color: rgb(31 41 55 / 0.95); + text-decoration-color: rgb(31 41 55 / 0.95); +} +.decoration-gray-800\/100{ + -webkit-text-decoration-color: rgb(31 41 55 / 1); + text-decoration-color: rgb(31 41 55 / 1); +} +.decoration-gray-900\/0{ + -webkit-text-decoration-color: rgb(17 24 39 / 0); + text-decoration-color: rgb(17 24 39 / 0); +} +.decoration-gray-900\/5{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.05); + text-decoration-color: rgb(17 24 39 / 0.05); +} +.decoration-gray-900\/10{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.1); + text-decoration-color: rgb(17 24 39 / 0.1); +} +.decoration-gray-900\/20{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.2); + text-decoration-color: rgb(17 24 39 / 0.2); +} +.decoration-gray-900\/25{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.25); + text-decoration-color: rgb(17 24 39 / 0.25); +} +.decoration-gray-900\/30{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.3); + text-decoration-color: rgb(17 24 39 / 0.3); +} +.decoration-gray-900\/40{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.4); + text-decoration-color: rgb(17 24 39 / 0.4); +} +.decoration-gray-900\/50{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.5); + text-decoration-color: rgb(17 24 39 / 0.5); +} +.decoration-gray-900\/60{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.6); + text-decoration-color: rgb(17 24 39 / 0.6); +} +.decoration-gray-900\/70{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.7); + text-decoration-color: rgb(17 24 39 / 0.7); +} +.decoration-gray-900\/75{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.75); + text-decoration-color: rgb(17 24 39 / 0.75); +} +.decoration-gray-900\/80{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.8); + text-decoration-color: rgb(17 24 39 / 0.8); +} +.decoration-gray-900\/90{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.9); + text-decoration-color: rgb(17 24 39 / 0.9); +} +.decoration-gray-900\/95{ + -webkit-text-decoration-color: rgb(17 24 39 / 0.95); + text-decoration-color: rgb(17 24 39 / 0.95); +} +.decoration-gray-900\/100{ + -webkit-text-decoration-color: rgb(17 24 39 / 1); + text-decoration-color: rgb(17 24 39 / 1); +} +.decoration-zinc-50\/0{ + -webkit-text-decoration-color: rgb(250 250 250 / 0); + text-decoration-color: rgb(250 250 250 / 0); +} +.decoration-zinc-50\/5{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.05); + text-decoration-color: rgb(250 250 250 / 0.05); +} +.decoration-zinc-50\/10{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.1); + text-decoration-color: rgb(250 250 250 / 0.1); +} +.decoration-zinc-50\/20{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.2); + text-decoration-color: rgb(250 250 250 / 0.2); +} +.decoration-zinc-50\/25{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.25); + text-decoration-color: rgb(250 250 250 / 0.25); +} +.decoration-zinc-50\/30{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.3); + text-decoration-color: rgb(250 250 250 / 0.3); +} +.decoration-zinc-50\/40{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.4); + text-decoration-color: rgb(250 250 250 / 0.4); +} +.decoration-zinc-50\/50{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.5); + text-decoration-color: rgb(250 250 250 / 0.5); +} +.decoration-zinc-50\/60{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.6); + text-decoration-color: rgb(250 250 250 / 0.6); +} +.decoration-zinc-50\/70{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.7); + text-decoration-color: rgb(250 250 250 / 0.7); +} +.decoration-zinc-50\/75{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.75); + text-decoration-color: rgb(250 250 250 / 0.75); +} +.decoration-zinc-50\/80{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.8); + text-decoration-color: rgb(250 250 250 / 0.8); +} +.decoration-zinc-50\/90{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.9); + text-decoration-color: rgb(250 250 250 / 0.9); +} +.decoration-zinc-50\/95{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.95); + text-decoration-color: rgb(250 250 250 / 0.95); +} +.decoration-zinc-50\/100{ + -webkit-text-decoration-color: rgb(250 250 250 / 1); + text-decoration-color: rgb(250 250 250 / 1); +} +.decoration-zinc-100\/0{ + -webkit-text-decoration-color: rgb(244 244 245 / 0); + text-decoration-color: rgb(244 244 245 / 0); +} +.decoration-zinc-100\/5{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.05); + text-decoration-color: rgb(244 244 245 / 0.05); +} +.decoration-zinc-100\/10{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.1); + text-decoration-color: rgb(244 244 245 / 0.1); +} +.decoration-zinc-100\/20{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.2); + text-decoration-color: rgb(244 244 245 / 0.2); +} +.decoration-zinc-100\/25{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.25); + text-decoration-color: rgb(244 244 245 / 0.25); +} +.decoration-zinc-100\/30{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.3); + text-decoration-color: rgb(244 244 245 / 0.3); +} +.decoration-zinc-100\/40{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.4); + text-decoration-color: rgb(244 244 245 / 0.4); +} +.decoration-zinc-100\/50{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.5); + text-decoration-color: rgb(244 244 245 / 0.5); +} +.decoration-zinc-100\/60{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.6); + text-decoration-color: rgb(244 244 245 / 0.6); +} +.decoration-zinc-100\/70{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.7); + text-decoration-color: rgb(244 244 245 / 0.7); +} +.decoration-zinc-100\/75{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.75); + text-decoration-color: rgb(244 244 245 / 0.75); +} +.decoration-zinc-100\/80{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.8); + text-decoration-color: rgb(244 244 245 / 0.8); +} +.decoration-zinc-100\/90{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.9); + text-decoration-color: rgb(244 244 245 / 0.9); +} +.decoration-zinc-100\/95{ + -webkit-text-decoration-color: rgb(244 244 245 / 0.95); + text-decoration-color: rgb(244 244 245 / 0.95); +} +.decoration-zinc-100\/100{ + -webkit-text-decoration-color: rgb(244 244 245 / 1); + text-decoration-color: rgb(244 244 245 / 1); +} +.decoration-zinc-200\/0{ + -webkit-text-decoration-color: rgb(228 228 231 / 0); + text-decoration-color: rgb(228 228 231 / 0); +} +.decoration-zinc-200\/5{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.05); + text-decoration-color: rgb(228 228 231 / 0.05); +} +.decoration-zinc-200\/10{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.1); + text-decoration-color: rgb(228 228 231 / 0.1); +} +.decoration-zinc-200\/20{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.2); + text-decoration-color: rgb(228 228 231 / 0.2); +} +.decoration-zinc-200\/25{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.25); + text-decoration-color: rgb(228 228 231 / 0.25); +} +.decoration-zinc-200\/30{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.3); + text-decoration-color: rgb(228 228 231 / 0.3); +} +.decoration-zinc-200\/40{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.4); + text-decoration-color: rgb(228 228 231 / 0.4); +} +.decoration-zinc-200\/50{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.5); + text-decoration-color: rgb(228 228 231 / 0.5); +} +.decoration-zinc-200\/60{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.6); + text-decoration-color: rgb(228 228 231 / 0.6); +} +.decoration-zinc-200\/70{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.7); + text-decoration-color: rgb(228 228 231 / 0.7); +} +.decoration-zinc-200\/75{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.75); + text-decoration-color: rgb(228 228 231 / 0.75); +} +.decoration-zinc-200\/80{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.8); + text-decoration-color: rgb(228 228 231 / 0.8); +} +.decoration-zinc-200\/90{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.9); + text-decoration-color: rgb(228 228 231 / 0.9); +} +.decoration-zinc-200\/95{ + -webkit-text-decoration-color: rgb(228 228 231 / 0.95); + text-decoration-color: rgb(228 228 231 / 0.95); +} +.decoration-zinc-200\/100{ + -webkit-text-decoration-color: rgb(228 228 231 / 1); + text-decoration-color: rgb(228 228 231 / 1); +} +.decoration-zinc-300\/0{ + -webkit-text-decoration-color: rgb(212 212 216 / 0); + text-decoration-color: rgb(212 212 216 / 0); +} +.decoration-zinc-300\/5{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.05); + text-decoration-color: rgb(212 212 216 / 0.05); +} +.decoration-zinc-300\/10{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.1); + text-decoration-color: rgb(212 212 216 / 0.1); +} +.decoration-zinc-300\/20{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.2); + text-decoration-color: rgb(212 212 216 / 0.2); +} +.decoration-zinc-300\/25{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.25); + text-decoration-color: rgb(212 212 216 / 0.25); +} +.decoration-zinc-300\/30{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.3); + text-decoration-color: rgb(212 212 216 / 0.3); +} +.decoration-zinc-300\/40{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.4); + text-decoration-color: rgb(212 212 216 / 0.4); +} +.decoration-zinc-300\/50{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.5); + text-decoration-color: rgb(212 212 216 / 0.5); +} +.decoration-zinc-300\/60{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.6); + text-decoration-color: rgb(212 212 216 / 0.6); +} +.decoration-zinc-300\/70{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.7); + text-decoration-color: rgb(212 212 216 / 0.7); +} +.decoration-zinc-300\/75{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.75); + text-decoration-color: rgb(212 212 216 / 0.75); +} +.decoration-zinc-300\/80{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.8); + text-decoration-color: rgb(212 212 216 / 0.8); +} +.decoration-zinc-300\/90{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.9); + text-decoration-color: rgb(212 212 216 / 0.9); +} +.decoration-zinc-300\/95{ + -webkit-text-decoration-color: rgb(212 212 216 / 0.95); + text-decoration-color: rgb(212 212 216 / 0.95); +} +.decoration-zinc-300\/100{ + -webkit-text-decoration-color: rgb(212 212 216 / 1); + text-decoration-color: rgb(212 212 216 / 1); +} +.decoration-zinc-400\/0{ + -webkit-text-decoration-color: rgb(161 161 170 / 0); + text-decoration-color: rgb(161 161 170 / 0); +} +.decoration-zinc-400\/5{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.05); + text-decoration-color: rgb(161 161 170 / 0.05); +} +.decoration-zinc-400\/10{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.1); + text-decoration-color: rgb(161 161 170 / 0.1); +} +.decoration-zinc-400\/20{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.2); + text-decoration-color: rgb(161 161 170 / 0.2); +} +.decoration-zinc-400\/25{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.25); + text-decoration-color: rgb(161 161 170 / 0.25); +} +.decoration-zinc-400\/30{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.3); + text-decoration-color: rgb(161 161 170 / 0.3); +} +.decoration-zinc-400\/40{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.4); + text-decoration-color: rgb(161 161 170 / 0.4); +} +.decoration-zinc-400\/50{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.5); + text-decoration-color: rgb(161 161 170 / 0.5); +} +.decoration-zinc-400\/60{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.6); + text-decoration-color: rgb(161 161 170 / 0.6); +} +.decoration-zinc-400\/70{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.7); + text-decoration-color: rgb(161 161 170 / 0.7); +} +.decoration-zinc-400\/75{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.75); + text-decoration-color: rgb(161 161 170 / 0.75); +} +.decoration-zinc-400\/80{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.8); + text-decoration-color: rgb(161 161 170 / 0.8); +} +.decoration-zinc-400\/90{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.9); + text-decoration-color: rgb(161 161 170 / 0.9); +} +.decoration-zinc-400\/95{ + -webkit-text-decoration-color: rgb(161 161 170 / 0.95); + text-decoration-color: rgb(161 161 170 / 0.95); +} +.decoration-zinc-400\/100{ + -webkit-text-decoration-color: rgb(161 161 170 / 1); + text-decoration-color: rgb(161 161 170 / 1); +} +.decoration-zinc-500\/0{ + -webkit-text-decoration-color: rgb(113 113 122 / 0); + text-decoration-color: rgb(113 113 122 / 0); +} +.decoration-zinc-500\/5{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.05); + text-decoration-color: rgb(113 113 122 / 0.05); +} +.decoration-zinc-500\/10{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.1); + text-decoration-color: rgb(113 113 122 / 0.1); +} +.decoration-zinc-500\/20{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.2); + text-decoration-color: rgb(113 113 122 / 0.2); +} +.decoration-zinc-500\/25{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.25); + text-decoration-color: rgb(113 113 122 / 0.25); +} +.decoration-zinc-500\/30{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.3); + text-decoration-color: rgb(113 113 122 / 0.3); +} +.decoration-zinc-500\/40{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.4); + text-decoration-color: rgb(113 113 122 / 0.4); +} +.decoration-zinc-500\/50{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.5); + text-decoration-color: rgb(113 113 122 / 0.5); +} +.decoration-zinc-500\/60{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.6); + text-decoration-color: rgb(113 113 122 / 0.6); +} +.decoration-zinc-500\/70{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.7); + text-decoration-color: rgb(113 113 122 / 0.7); +} +.decoration-zinc-500\/75{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.75); + text-decoration-color: rgb(113 113 122 / 0.75); +} +.decoration-zinc-500\/80{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.8); + text-decoration-color: rgb(113 113 122 / 0.8); +} +.decoration-zinc-500\/90{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.9); + text-decoration-color: rgb(113 113 122 / 0.9); +} +.decoration-zinc-500\/95{ + -webkit-text-decoration-color: rgb(113 113 122 / 0.95); + text-decoration-color: rgb(113 113 122 / 0.95); +} +.decoration-zinc-500\/100{ + -webkit-text-decoration-color: rgb(113 113 122 / 1); + text-decoration-color: rgb(113 113 122 / 1); +} +.decoration-zinc-600\/0{ + -webkit-text-decoration-color: rgb(82 82 91 / 0); + text-decoration-color: rgb(82 82 91 / 0); +} +.decoration-zinc-600\/5{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.05); + text-decoration-color: rgb(82 82 91 / 0.05); +} +.decoration-zinc-600\/10{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.1); + text-decoration-color: rgb(82 82 91 / 0.1); +} +.decoration-zinc-600\/20{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.2); + text-decoration-color: rgb(82 82 91 / 0.2); +} +.decoration-zinc-600\/25{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.25); + text-decoration-color: rgb(82 82 91 / 0.25); +} +.decoration-zinc-600\/30{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.3); + text-decoration-color: rgb(82 82 91 / 0.3); +} +.decoration-zinc-600\/40{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.4); + text-decoration-color: rgb(82 82 91 / 0.4); +} +.decoration-zinc-600\/50{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.5); + text-decoration-color: rgb(82 82 91 / 0.5); +} +.decoration-zinc-600\/60{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.6); + text-decoration-color: rgb(82 82 91 / 0.6); +} +.decoration-zinc-600\/70{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.7); + text-decoration-color: rgb(82 82 91 / 0.7); +} +.decoration-zinc-600\/75{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.75); + text-decoration-color: rgb(82 82 91 / 0.75); +} +.decoration-zinc-600\/80{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.8); + text-decoration-color: rgb(82 82 91 / 0.8); +} +.decoration-zinc-600\/90{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.9); + text-decoration-color: rgb(82 82 91 / 0.9); +} +.decoration-zinc-600\/95{ + -webkit-text-decoration-color: rgb(82 82 91 / 0.95); + text-decoration-color: rgb(82 82 91 / 0.95); +} +.decoration-zinc-600\/100{ + -webkit-text-decoration-color: rgb(82 82 91 / 1); + text-decoration-color: rgb(82 82 91 / 1); +} +.decoration-zinc-700\/0{ + -webkit-text-decoration-color: rgb(63 63 70 / 0); + text-decoration-color: rgb(63 63 70 / 0); +} +.decoration-zinc-700\/5{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.05); + text-decoration-color: rgb(63 63 70 / 0.05); +} +.decoration-zinc-700\/10{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.1); + text-decoration-color: rgb(63 63 70 / 0.1); +} +.decoration-zinc-700\/20{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.2); + text-decoration-color: rgb(63 63 70 / 0.2); +} +.decoration-zinc-700\/25{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.25); + text-decoration-color: rgb(63 63 70 / 0.25); +} +.decoration-zinc-700\/30{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.3); + text-decoration-color: rgb(63 63 70 / 0.3); +} +.decoration-zinc-700\/40{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.4); + text-decoration-color: rgb(63 63 70 / 0.4); +} +.decoration-zinc-700\/50{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.5); + text-decoration-color: rgb(63 63 70 / 0.5); +} +.decoration-zinc-700\/60{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.6); + text-decoration-color: rgb(63 63 70 / 0.6); +} +.decoration-zinc-700\/70{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.7); + text-decoration-color: rgb(63 63 70 / 0.7); +} +.decoration-zinc-700\/75{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.75); + text-decoration-color: rgb(63 63 70 / 0.75); +} +.decoration-zinc-700\/80{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.8); + text-decoration-color: rgb(63 63 70 / 0.8); +} +.decoration-zinc-700\/90{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.9); + text-decoration-color: rgb(63 63 70 / 0.9); +} +.decoration-zinc-700\/95{ + -webkit-text-decoration-color: rgb(63 63 70 / 0.95); + text-decoration-color: rgb(63 63 70 / 0.95); +} +.decoration-zinc-700\/100{ + -webkit-text-decoration-color: rgb(63 63 70 / 1); + text-decoration-color: rgb(63 63 70 / 1); +} +.decoration-zinc-800\/0{ + -webkit-text-decoration-color: rgb(39 39 42 / 0); + text-decoration-color: rgb(39 39 42 / 0); +} +.decoration-zinc-800\/5{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.05); + text-decoration-color: rgb(39 39 42 / 0.05); +} +.decoration-zinc-800\/10{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.1); + text-decoration-color: rgb(39 39 42 / 0.1); +} +.decoration-zinc-800\/20{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.2); + text-decoration-color: rgb(39 39 42 / 0.2); +} +.decoration-zinc-800\/25{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.25); + text-decoration-color: rgb(39 39 42 / 0.25); +} +.decoration-zinc-800\/30{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.3); + text-decoration-color: rgb(39 39 42 / 0.3); +} +.decoration-zinc-800\/40{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.4); + text-decoration-color: rgb(39 39 42 / 0.4); +} +.decoration-zinc-800\/50{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.5); + text-decoration-color: rgb(39 39 42 / 0.5); +} +.decoration-zinc-800\/60{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.6); + text-decoration-color: rgb(39 39 42 / 0.6); +} +.decoration-zinc-800\/70{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.7); + text-decoration-color: rgb(39 39 42 / 0.7); +} +.decoration-zinc-800\/75{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.75); + text-decoration-color: rgb(39 39 42 / 0.75); +} +.decoration-zinc-800\/80{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.8); + text-decoration-color: rgb(39 39 42 / 0.8); +} +.decoration-zinc-800\/90{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.9); + text-decoration-color: rgb(39 39 42 / 0.9); +} +.decoration-zinc-800\/95{ + -webkit-text-decoration-color: rgb(39 39 42 / 0.95); + text-decoration-color: rgb(39 39 42 / 0.95); +} +.decoration-zinc-800\/100{ + -webkit-text-decoration-color: rgb(39 39 42 / 1); + text-decoration-color: rgb(39 39 42 / 1); +} +.decoration-zinc-900\/0{ + -webkit-text-decoration-color: rgb(24 24 27 / 0); + text-decoration-color: rgb(24 24 27 / 0); +} +.decoration-zinc-900\/5{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.05); + text-decoration-color: rgb(24 24 27 / 0.05); +} +.decoration-zinc-900\/10{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.1); + text-decoration-color: rgb(24 24 27 / 0.1); +} +.decoration-zinc-900\/20{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.2); + text-decoration-color: rgb(24 24 27 / 0.2); +} +.decoration-zinc-900\/25{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.25); + text-decoration-color: rgb(24 24 27 / 0.25); +} +.decoration-zinc-900\/30{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.3); + text-decoration-color: rgb(24 24 27 / 0.3); +} +.decoration-zinc-900\/40{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.4); + text-decoration-color: rgb(24 24 27 / 0.4); +} +.decoration-zinc-900\/50{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.5); + text-decoration-color: rgb(24 24 27 / 0.5); +} +.decoration-zinc-900\/60{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.6); + text-decoration-color: rgb(24 24 27 / 0.6); +} +.decoration-zinc-900\/70{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.7); + text-decoration-color: rgb(24 24 27 / 0.7); +} +.decoration-zinc-900\/75{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.75); + text-decoration-color: rgb(24 24 27 / 0.75); +} +.decoration-zinc-900\/80{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.8); + text-decoration-color: rgb(24 24 27 / 0.8); +} +.decoration-zinc-900\/90{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.9); + text-decoration-color: rgb(24 24 27 / 0.9); +} +.decoration-zinc-900\/95{ + -webkit-text-decoration-color: rgb(24 24 27 / 0.95); + text-decoration-color: rgb(24 24 27 / 0.95); +} +.decoration-zinc-900\/100{ + -webkit-text-decoration-color: rgb(24 24 27 / 1); + text-decoration-color: rgb(24 24 27 / 1); +} +.decoration-neutral-50\/0{ + -webkit-text-decoration-color: rgb(250 250 250 / 0); + text-decoration-color: rgb(250 250 250 / 0); +} +.decoration-neutral-50\/5{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.05); + text-decoration-color: rgb(250 250 250 / 0.05); +} +.decoration-neutral-50\/10{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.1); + text-decoration-color: rgb(250 250 250 / 0.1); +} +.decoration-neutral-50\/20{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.2); + text-decoration-color: rgb(250 250 250 / 0.2); +} +.decoration-neutral-50\/25{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.25); + text-decoration-color: rgb(250 250 250 / 0.25); +} +.decoration-neutral-50\/30{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.3); + text-decoration-color: rgb(250 250 250 / 0.3); +} +.decoration-neutral-50\/40{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.4); + text-decoration-color: rgb(250 250 250 / 0.4); +} +.decoration-neutral-50\/50{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.5); + text-decoration-color: rgb(250 250 250 / 0.5); +} +.decoration-neutral-50\/60{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.6); + text-decoration-color: rgb(250 250 250 / 0.6); +} +.decoration-neutral-50\/70{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.7); + text-decoration-color: rgb(250 250 250 / 0.7); +} +.decoration-neutral-50\/75{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.75); + text-decoration-color: rgb(250 250 250 / 0.75); +} +.decoration-neutral-50\/80{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.8); + text-decoration-color: rgb(250 250 250 / 0.8); +} +.decoration-neutral-50\/90{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.9); + text-decoration-color: rgb(250 250 250 / 0.9); +} +.decoration-neutral-50\/95{ + -webkit-text-decoration-color: rgb(250 250 250 / 0.95); + text-decoration-color: rgb(250 250 250 / 0.95); +} +.decoration-neutral-50\/100{ + -webkit-text-decoration-color: rgb(250 250 250 / 1); + text-decoration-color: rgb(250 250 250 / 1); +} +.decoration-neutral-100\/0{ + -webkit-text-decoration-color: rgb(245 245 245 / 0); + text-decoration-color: rgb(245 245 245 / 0); +} +.decoration-neutral-100\/5{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.05); + text-decoration-color: rgb(245 245 245 / 0.05); +} +.decoration-neutral-100\/10{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.1); + text-decoration-color: rgb(245 245 245 / 0.1); +} +.decoration-neutral-100\/20{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.2); + text-decoration-color: rgb(245 245 245 / 0.2); +} +.decoration-neutral-100\/25{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.25); + text-decoration-color: rgb(245 245 245 / 0.25); +} +.decoration-neutral-100\/30{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.3); + text-decoration-color: rgb(245 245 245 / 0.3); +} +.decoration-neutral-100\/40{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.4); + text-decoration-color: rgb(245 245 245 / 0.4); +} +.decoration-neutral-100\/50{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.5); + text-decoration-color: rgb(245 245 245 / 0.5); +} +.decoration-neutral-100\/60{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.6); + text-decoration-color: rgb(245 245 245 / 0.6); +} +.decoration-neutral-100\/70{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.7); + text-decoration-color: rgb(245 245 245 / 0.7); +} +.decoration-neutral-100\/75{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.75); + text-decoration-color: rgb(245 245 245 / 0.75); +} +.decoration-neutral-100\/80{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.8); + text-decoration-color: rgb(245 245 245 / 0.8); +} +.decoration-neutral-100\/90{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.9); + text-decoration-color: rgb(245 245 245 / 0.9); +} +.decoration-neutral-100\/95{ + -webkit-text-decoration-color: rgb(245 245 245 / 0.95); + text-decoration-color: rgb(245 245 245 / 0.95); +} +.decoration-neutral-100\/100{ + -webkit-text-decoration-color: rgb(245 245 245 / 1); + text-decoration-color: rgb(245 245 245 / 1); +} +.decoration-neutral-200\/0{ + -webkit-text-decoration-color: rgb(229 229 229 / 0); + text-decoration-color: rgb(229 229 229 / 0); +} +.decoration-neutral-200\/5{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.05); + text-decoration-color: rgb(229 229 229 / 0.05); +} +.decoration-neutral-200\/10{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.1); + text-decoration-color: rgb(229 229 229 / 0.1); +} +.decoration-neutral-200\/20{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.2); + text-decoration-color: rgb(229 229 229 / 0.2); +} +.decoration-neutral-200\/25{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.25); + text-decoration-color: rgb(229 229 229 / 0.25); +} +.decoration-neutral-200\/30{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.3); + text-decoration-color: rgb(229 229 229 / 0.3); +} +.decoration-neutral-200\/40{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.4); + text-decoration-color: rgb(229 229 229 / 0.4); +} +.decoration-neutral-200\/50{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.5); + text-decoration-color: rgb(229 229 229 / 0.5); +} +.decoration-neutral-200\/60{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.6); + text-decoration-color: rgb(229 229 229 / 0.6); +} +.decoration-neutral-200\/70{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.7); + text-decoration-color: rgb(229 229 229 / 0.7); +} +.decoration-neutral-200\/75{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.75); + text-decoration-color: rgb(229 229 229 / 0.75); +} +.decoration-neutral-200\/80{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.8); + text-decoration-color: rgb(229 229 229 / 0.8); +} +.decoration-neutral-200\/90{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.9); + text-decoration-color: rgb(229 229 229 / 0.9); +} +.decoration-neutral-200\/95{ + -webkit-text-decoration-color: rgb(229 229 229 / 0.95); + text-decoration-color: rgb(229 229 229 / 0.95); +} +.decoration-neutral-200\/100{ + -webkit-text-decoration-color: rgb(229 229 229 / 1); + text-decoration-color: rgb(229 229 229 / 1); +} +.decoration-neutral-300\/0{ + -webkit-text-decoration-color: rgb(212 212 212 / 0); + text-decoration-color: rgb(212 212 212 / 0); +} +.decoration-neutral-300\/5{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.05); + text-decoration-color: rgb(212 212 212 / 0.05); +} +.decoration-neutral-300\/10{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.1); + text-decoration-color: rgb(212 212 212 / 0.1); +} +.decoration-neutral-300\/20{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.2); + text-decoration-color: rgb(212 212 212 / 0.2); +} +.decoration-neutral-300\/25{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.25); + text-decoration-color: rgb(212 212 212 / 0.25); +} +.decoration-neutral-300\/30{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.3); + text-decoration-color: rgb(212 212 212 / 0.3); +} +.decoration-neutral-300\/40{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.4); + text-decoration-color: rgb(212 212 212 / 0.4); +} +.decoration-neutral-300\/50{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.5); + text-decoration-color: rgb(212 212 212 / 0.5); +} +.decoration-neutral-300\/60{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.6); + text-decoration-color: rgb(212 212 212 / 0.6); +} +.decoration-neutral-300\/70{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.7); + text-decoration-color: rgb(212 212 212 / 0.7); +} +.decoration-neutral-300\/75{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.75); + text-decoration-color: rgb(212 212 212 / 0.75); +} +.decoration-neutral-300\/80{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.8); + text-decoration-color: rgb(212 212 212 / 0.8); +} +.decoration-neutral-300\/90{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.9); + text-decoration-color: rgb(212 212 212 / 0.9); +} +.decoration-neutral-300\/95{ + -webkit-text-decoration-color: rgb(212 212 212 / 0.95); + text-decoration-color: rgb(212 212 212 / 0.95); +} +.decoration-neutral-300\/100{ + -webkit-text-decoration-color: rgb(212 212 212 / 1); + text-decoration-color: rgb(212 212 212 / 1); +} +.decoration-neutral-400\/0{ + -webkit-text-decoration-color: rgb(163 163 163 / 0); + text-decoration-color: rgb(163 163 163 / 0); +} +.decoration-neutral-400\/5{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.05); + text-decoration-color: rgb(163 163 163 / 0.05); +} +.decoration-neutral-400\/10{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.1); + text-decoration-color: rgb(163 163 163 / 0.1); +} +.decoration-neutral-400\/20{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.2); + text-decoration-color: rgb(163 163 163 / 0.2); +} +.decoration-neutral-400\/25{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.25); + text-decoration-color: rgb(163 163 163 / 0.25); +} +.decoration-neutral-400\/30{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.3); + text-decoration-color: rgb(163 163 163 / 0.3); +} +.decoration-neutral-400\/40{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.4); + text-decoration-color: rgb(163 163 163 / 0.4); +} +.decoration-neutral-400\/50{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.5); + text-decoration-color: rgb(163 163 163 / 0.5); +} +.decoration-neutral-400\/60{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.6); + text-decoration-color: rgb(163 163 163 / 0.6); +} +.decoration-neutral-400\/70{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.7); + text-decoration-color: rgb(163 163 163 / 0.7); +} +.decoration-neutral-400\/75{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.75); + text-decoration-color: rgb(163 163 163 / 0.75); +} +.decoration-neutral-400\/80{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.8); + text-decoration-color: rgb(163 163 163 / 0.8); +} +.decoration-neutral-400\/90{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.9); + text-decoration-color: rgb(163 163 163 / 0.9); +} +.decoration-neutral-400\/95{ + -webkit-text-decoration-color: rgb(163 163 163 / 0.95); + text-decoration-color: rgb(163 163 163 / 0.95); +} +.decoration-neutral-400\/100{ + -webkit-text-decoration-color: rgb(163 163 163 / 1); + text-decoration-color: rgb(163 163 163 / 1); +} +.decoration-neutral-500\/0{ + -webkit-text-decoration-color: rgb(115 115 115 / 0); + text-decoration-color: rgb(115 115 115 / 0); +} +.decoration-neutral-500\/5{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.05); + text-decoration-color: rgb(115 115 115 / 0.05); +} +.decoration-neutral-500\/10{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.1); + text-decoration-color: rgb(115 115 115 / 0.1); +} +.decoration-neutral-500\/20{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.2); + text-decoration-color: rgb(115 115 115 / 0.2); +} +.decoration-neutral-500\/25{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.25); + text-decoration-color: rgb(115 115 115 / 0.25); +} +.decoration-neutral-500\/30{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.3); + text-decoration-color: rgb(115 115 115 / 0.3); +} +.decoration-neutral-500\/40{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.4); + text-decoration-color: rgb(115 115 115 / 0.4); +} +.decoration-neutral-500\/50{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.5); + text-decoration-color: rgb(115 115 115 / 0.5); +} +.decoration-neutral-500\/60{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.6); + text-decoration-color: rgb(115 115 115 / 0.6); +} +.decoration-neutral-500\/70{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.7); + text-decoration-color: rgb(115 115 115 / 0.7); +} +.decoration-neutral-500\/75{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.75); + text-decoration-color: rgb(115 115 115 / 0.75); +} +.decoration-neutral-500\/80{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.8); + text-decoration-color: rgb(115 115 115 / 0.8); +} +.decoration-neutral-500\/90{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.9); + text-decoration-color: rgb(115 115 115 / 0.9); +} +.decoration-neutral-500\/95{ + -webkit-text-decoration-color: rgb(115 115 115 / 0.95); + text-decoration-color: rgb(115 115 115 / 0.95); +} +.decoration-neutral-500\/100{ + -webkit-text-decoration-color: rgb(115 115 115 / 1); + text-decoration-color: rgb(115 115 115 / 1); +} +.decoration-neutral-600\/0{ + -webkit-text-decoration-color: rgb(82 82 82 / 0); + text-decoration-color: rgb(82 82 82 / 0); +} +.decoration-neutral-600\/5{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.05); + text-decoration-color: rgb(82 82 82 / 0.05); +} +.decoration-neutral-600\/10{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.1); + text-decoration-color: rgb(82 82 82 / 0.1); +} +.decoration-neutral-600\/20{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.2); + text-decoration-color: rgb(82 82 82 / 0.2); +} +.decoration-neutral-600\/25{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.25); + text-decoration-color: rgb(82 82 82 / 0.25); +} +.decoration-neutral-600\/30{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.3); + text-decoration-color: rgb(82 82 82 / 0.3); +} +.decoration-neutral-600\/40{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.4); + text-decoration-color: rgb(82 82 82 / 0.4); +} +.decoration-neutral-600\/50{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.5); + text-decoration-color: rgb(82 82 82 / 0.5); +} +.decoration-neutral-600\/60{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.6); + text-decoration-color: rgb(82 82 82 / 0.6); +} +.decoration-neutral-600\/70{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.7); + text-decoration-color: rgb(82 82 82 / 0.7); +} +.decoration-neutral-600\/75{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.75); + text-decoration-color: rgb(82 82 82 / 0.75); +} +.decoration-neutral-600\/80{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.8); + text-decoration-color: rgb(82 82 82 / 0.8); +} +.decoration-neutral-600\/90{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.9); + text-decoration-color: rgb(82 82 82 / 0.9); +} +.decoration-neutral-600\/95{ + -webkit-text-decoration-color: rgb(82 82 82 / 0.95); + text-decoration-color: rgb(82 82 82 / 0.95); +} +.decoration-neutral-600\/100{ + -webkit-text-decoration-color: rgb(82 82 82 / 1); + text-decoration-color: rgb(82 82 82 / 1); +} +.decoration-neutral-700\/0{ + -webkit-text-decoration-color: rgb(64 64 64 / 0); + text-decoration-color: rgb(64 64 64 / 0); +} +.decoration-neutral-700\/5{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.05); + text-decoration-color: rgb(64 64 64 / 0.05); +} +.decoration-neutral-700\/10{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.1); + text-decoration-color: rgb(64 64 64 / 0.1); +} +.decoration-neutral-700\/20{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.2); + text-decoration-color: rgb(64 64 64 / 0.2); +} +.decoration-neutral-700\/25{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.25); + text-decoration-color: rgb(64 64 64 / 0.25); +} +.decoration-neutral-700\/30{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.3); + text-decoration-color: rgb(64 64 64 / 0.3); +} +.decoration-neutral-700\/40{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.4); + text-decoration-color: rgb(64 64 64 / 0.4); +} +.decoration-neutral-700\/50{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.5); + text-decoration-color: rgb(64 64 64 / 0.5); +} +.decoration-neutral-700\/60{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.6); + text-decoration-color: rgb(64 64 64 / 0.6); +} +.decoration-neutral-700\/70{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.7); + text-decoration-color: rgb(64 64 64 / 0.7); +} +.decoration-neutral-700\/75{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.75); + text-decoration-color: rgb(64 64 64 / 0.75); +} +.decoration-neutral-700\/80{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.8); + text-decoration-color: rgb(64 64 64 / 0.8); +} +.decoration-neutral-700\/90{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.9); + text-decoration-color: rgb(64 64 64 / 0.9); +} +.decoration-neutral-700\/95{ + -webkit-text-decoration-color: rgb(64 64 64 / 0.95); + text-decoration-color: rgb(64 64 64 / 0.95); +} +.decoration-neutral-700\/100{ + -webkit-text-decoration-color: rgb(64 64 64 / 1); + text-decoration-color: rgb(64 64 64 / 1); +} +.decoration-neutral-800\/0{ + -webkit-text-decoration-color: rgb(38 38 38 / 0); + text-decoration-color: rgb(38 38 38 / 0); +} +.decoration-neutral-800\/5{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.05); + text-decoration-color: rgb(38 38 38 / 0.05); +} +.decoration-neutral-800\/10{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.1); + text-decoration-color: rgb(38 38 38 / 0.1); +} +.decoration-neutral-800\/20{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.2); + text-decoration-color: rgb(38 38 38 / 0.2); +} +.decoration-neutral-800\/25{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.25); + text-decoration-color: rgb(38 38 38 / 0.25); +} +.decoration-neutral-800\/30{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.3); + text-decoration-color: rgb(38 38 38 / 0.3); +} +.decoration-neutral-800\/40{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.4); + text-decoration-color: rgb(38 38 38 / 0.4); +} +.decoration-neutral-800\/50{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.5); + text-decoration-color: rgb(38 38 38 / 0.5); +} +.decoration-neutral-800\/60{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.6); + text-decoration-color: rgb(38 38 38 / 0.6); +} +.decoration-neutral-800\/70{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.7); + text-decoration-color: rgb(38 38 38 / 0.7); +} +.decoration-neutral-800\/75{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.75); + text-decoration-color: rgb(38 38 38 / 0.75); +} +.decoration-neutral-800\/80{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.8); + text-decoration-color: rgb(38 38 38 / 0.8); +} +.decoration-neutral-800\/90{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.9); + text-decoration-color: rgb(38 38 38 / 0.9); +} +.decoration-neutral-800\/95{ + -webkit-text-decoration-color: rgb(38 38 38 / 0.95); + text-decoration-color: rgb(38 38 38 / 0.95); +} +.decoration-neutral-800\/100{ + -webkit-text-decoration-color: rgb(38 38 38 / 1); + text-decoration-color: rgb(38 38 38 / 1); +} +.decoration-neutral-900\/0{ + -webkit-text-decoration-color: rgb(23 23 23 / 0); + text-decoration-color: rgb(23 23 23 / 0); +} +.decoration-neutral-900\/5{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.05); + text-decoration-color: rgb(23 23 23 / 0.05); +} +.decoration-neutral-900\/10{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.1); + text-decoration-color: rgb(23 23 23 / 0.1); +} +.decoration-neutral-900\/20{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.2); + text-decoration-color: rgb(23 23 23 / 0.2); +} +.decoration-neutral-900\/25{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.25); + text-decoration-color: rgb(23 23 23 / 0.25); +} +.decoration-neutral-900\/30{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.3); + text-decoration-color: rgb(23 23 23 / 0.3); +} +.decoration-neutral-900\/40{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.4); + text-decoration-color: rgb(23 23 23 / 0.4); +} +.decoration-neutral-900\/50{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.5); + text-decoration-color: rgb(23 23 23 / 0.5); +} +.decoration-neutral-900\/60{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.6); + text-decoration-color: rgb(23 23 23 / 0.6); +} +.decoration-neutral-900\/70{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.7); + text-decoration-color: rgb(23 23 23 / 0.7); +} +.decoration-neutral-900\/75{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.75); + text-decoration-color: rgb(23 23 23 / 0.75); +} +.decoration-neutral-900\/80{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.8); + text-decoration-color: rgb(23 23 23 / 0.8); +} +.decoration-neutral-900\/90{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.9); + text-decoration-color: rgb(23 23 23 / 0.9); +} +.decoration-neutral-900\/95{ + -webkit-text-decoration-color: rgb(23 23 23 / 0.95); + text-decoration-color: rgb(23 23 23 / 0.95); +} +.decoration-neutral-900\/100{ + -webkit-text-decoration-color: rgb(23 23 23 / 1); + text-decoration-color: rgb(23 23 23 / 1); +} +.decoration-stone-50\/0{ + -webkit-text-decoration-color: rgb(250 250 249 / 0); + text-decoration-color: rgb(250 250 249 / 0); +} +.decoration-stone-50\/5{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.05); + text-decoration-color: rgb(250 250 249 / 0.05); +} +.decoration-stone-50\/10{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.1); + text-decoration-color: rgb(250 250 249 / 0.1); +} +.decoration-stone-50\/20{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.2); + text-decoration-color: rgb(250 250 249 / 0.2); +} +.decoration-stone-50\/25{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.25); + text-decoration-color: rgb(250 250 249 / 0.25); +} +.decoration-stone-50\/30{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.3); + text-decoration-color: rgb(250 250 249 / 0.3); +} +.decoration-stone-50\/40{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.4); + text-decoration-color: rgb(250 250 249 / 0.4); +} +.decoration-stone-50\/50{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.5); + text-decoration-color: rgb(250 250 249 / 0.5); +} +.decoration-stone-50\/60{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.6); + text-decoration-color: rgb(250 250 249 / 0.6); +} +.decoration-stone-50\/70{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.7); + text-decoration-color: rgb(250 250 249 / 0.7); +} +.decoration-stone-50\/75{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.75); + text-decoration-color: rgb(250 250 249 / 0.75); +} +.decoration-stone-50\/80{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.8); + text-decoration-color: rgb(250 250 249 / 0.8); +} +.decoration-stone-50\/90{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.9); + text-decoration-color: rgb(250 250 249 / 0.9); +} +.decoration-stone-50\/95{ + -webkit-text-decoration-color: rgb(250 250 249 / 0.95); + text-decoration-color: rgb(250 250 249 / 0.95); +} +.decoration-stone-50\/100{ + -webkit-text-decoration-color: rgb(250 250 249 / 1); + text-decoration-color: rgb(250 250 249 / 1); +} +.decoration-stone-100\/0{ + -webkit-text-decoration-color: rgb(245 245 244 / 0); + text-decoration-color: rgb(245 245 244 / 0); +} +.decoration-stone-100\/5{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.05); + text-decoration-color: rgb(245 245 244 / 0.05); +} +.decoration-stone-100\/10{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.1); + text-decoration-color: rgb(245 245 244 / 0.1); +} +.decoration-stone-100\/20{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.2); + text-decoration-color: rgb(245 245 244 / 0.2); +} +.decoration-stone-100\/25{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.25); + text-decoration-color: rgb(245 245 244 / 0.25); +} +.decoration-stone-100\/30{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.3); + text-decoration-color: rgb(245 245 244 / 0.3); +} +.decoration-stone-100\/40{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.4); + text-decoration-color: rgb(245 245 244 / 0.4); +} +.decoration-stone-100\/50{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.5); + text-decoration-color: rgb(245 245 244 / 0.5); +} +.decoration-stone-100\/60{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.6); + text-decoration-color: rgb(245 245 244 / 0.6); +} +.decoration-stone-100\/70{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.7); + text-decoration-color: rgb(245 245 244 / 0.7); +} +.decoration-stone-100\/75{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.75); + text-decoration-color: rgb(245 245 244 / 0.75); +} +.decoration-stone-100\/80{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.8); + text-decoration-color: rgb(245 245 244 / 0.8); +} +.decoration-stone-100\/90{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.9); + text-decoration-color: rgb(245 245 244 / 0.9); +} +.decoration-stone-100\/95{ + -webkit-text-decoration-color: rgb(245 245 244 / 0.95); + text-decoration-color: rgb(245 245 244 / 0.95); +} +.decoration-stone-100\/100{ + -webkit-text-decoration-color: rgb(245 245 244 / 1); + text-decoration-color: rgb(245 245 244 / 1); +} +.decoration-stone-200\/0{ + -webkit-text-decoration-color: rgb(231 229 228 / 0); + text-decoration-color: rgb(231 229 228 / 0); +} +.decoration-stone-200\/5{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.05); + text-decoration-color: rgb(231 229 228 / 0.05); +} +.decoration-stone-200\/10{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.1); + text-decoration-color: rgb(231 229 228 / 0.1); +} +.decoration-stone-200\/20{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.2); + text-decoration-color: rgb(231 229 228 / 0.2); +} +.decoration-stone-200\/25{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.25); + text-decoration-color: rgb(231 229 228 / 0.25); +} +.decoration-stone-200\/30{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.3); + text-decoration-color: rgb(231 229 228 / 0.3); +} +.decoration-stone-200\/40{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.4); + text-decoration-color: rgb(231 229 228 / 0.4); +} +.decoration-stone-200\/50{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.5); + text-decoration-color: rgb(231 229 228 / 0.5); +} +.decoration-stone-200\/60{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.6); + text-decoration-color: rgb(231 229 228 / 0.6); +} +.decoration-stone-200\/70{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.7); + text-decoration-color: rgb(231 229 228 / 0.7); +} +.decoration-stone-200\/75{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.75); + text-decoration-color: rgb(231 229 228 / 0.75); +} +.decoration-stone-200\/80{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.8); + text-decoration-color: rgb(231 229 228 / 0.8); +} +.decoration-stone-200\/90{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.9); + text-decoration-color: rgb(231 229 228 / 0.9); +} +.decoration-stone-200\/95{ + -webkit-text-decoration-color: rgb(231 229 228 / 0.95); + text-decoration-color: rgb(231 229 228 / 0.95); +} +.decoration-stone-200\/100{ + -webkit-text-decoration-color: rgb(231 229 228 / 1); + text-decoration-color: rgb(231 229 228 / 1); +} +.decoration-stone-300\/0{ + -webkit-text-decoration-color: rgb(214 211 209 / 0); + text-decoration-color: rgb(214 211 209 / 0); +} +.decoration-stone-300\/5{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.05); + text-decoration-color: rgb(214 211 209 / 0.05); +} +.decoration-stone-300\/10{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.1); + text-decoration-color: rgb(214 211 209 / 0.1); +} +.decoration-stone-300\/20{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.2); + text-decoration-color: rgb(214 211 209 / 0.2); +} +.decoration-stone-300\/25{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.25); + text-decoration-color: rgb(214 211 209 / 0.25); +} +.decoration-stone-300\/30{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.3); + text-decoration-color: rgb(214 211 209 / 0.3); +} +.decoration-stone-300\/40{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.4); + text-decoration-color: rgb(214 211 209 / 0.4); +} +.decoration-stone-300\/50{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.5); + text-decoration-color: rgb(214 211 209 / 0.5); +} +.decoration-stone-300\/60{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.6); + text-decoration-color: rgb(214 211 209 / 0.6); +} +.decoration-stone-300\/70{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.7); + text-decoration-color: rgb(214 211 209 / 0.7); +} +.decoration-stone-300\/75{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.75); + text-decoration-color: rgb(214 211 209 / 0.75); +} +.decoration-stone-300\/80{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.8); + text-decoration-color: rgb(214 211 209 / 0.8); +} +.decoration-stone-300\/90{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.9); + text-decoration-color: rgb(214 211 209 / 0.9); +} +.decoration-stone-300\/95{ + -webkit-text-decoration-color: rgb(214 211 209 / 0.95); + text-decoration-color: rgb(214 211 209 / 0.95); +} +.decoration-stone-300\/100{ + -webkit-text-decoration-color: rgb(214 211 209 / 1); + text-decoration-color: rgb(214 211 209 / 1); +} +.decoration-stone-400\/0{ + -webkit-text-decoration-color: rgb(168 162 158 / 0); + text-decoration-color: rgb(168 162 158 / 0); +} +.decoration-stone-400\/5{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.05); + text-decoration-color: rgb(168 162 158 / 0.05); +} +.decoration-stone-400\/10{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.1); + text-decoration-color: rgb(168 162 158 / 0.1); +} +.decoration-stone-400\/20{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.2); + text-decoration-color: rgb(168 162 158 / 0.2); +} +.decoration-stone-400\/25{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.25); + text-decoration-color: rgb(168 162 158 / 0.25); +} +.decoration-stone-400\/30{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.3); + text-decoration-color: rgb(168 162 158 / 0.3); +} +.decoration-stone-400\/40{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.4); + text-decoration-color: rgb(168 162 158 / 0.4); +} +.decoration-stone-400\/50{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.5); + text-decoration-color: rgb(168 162 158 / 0.5); +} +.decoration-stone-400\/60{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.6); + text-decoration-color: rgb(168 162 158 / 0.6); +} +.decoration-stone-400\/70{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.7); + text-decoration-color: rgb(168 162 158 / 0.7); +} +.decoration-stone-400\/75{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.75); + text-decoration-color: rgb(168 162 158 / 0.75); +} +.decoration-stone-400\/80{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.8); + text-decoration-color: rgb(168 162 158 / 0.8); +} +.decoration-stone-400\/90{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.9); + text-decoration-color: rgb(168 162 158 / 0.9); +} +.decoration-stone-400\/95{ + -webkit-text-decoration-color: rgb(168 162 158 / 0.95); + text-decoration-color: rgb(168 162 158 / 0.95); +} +.decoration-stone-400\/100{ + -webkit-text-decoration-color: rgb(168 162 158 / 1); + text-decoration-color: rgb(168 162 158 / 1); +} +.decoration-stone-500\/0{ + -webkit-text-decoration-color: rgb(120 113 108 / 0); + text-decoration-color: rgb(120 113 108 / 0); +} +.decoration-stone-500\/5{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.05); + text-decoration-color: rgb(120 113 108 / 0.05); +} +.decoration-stone-500\/10{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.1); + text-decoration-color: rgb(120 113 108 / 0.1); +} +.decoration-stone-500\/20{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.2); + text-decoration-color: rgb(120 113 108 / 0.2); +} +.decoration-stone-500\/25{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.25); + text-decoration-color: rgb(120 113 108 / 0.25); +} +.decoration-stone-500\/30{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.3); + text-decoration-color: rgb(120 113 108 / 0.3); +} +.decoration-stone-500\/40{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.4); + text-decoration-color: rgb(120 113 108 / 0.4); +} +.decoration-stone-500\/50{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.5); + text-decoration-color: rgb(120 113 108 / 0.5); +} +.decoration-stone-500\/60{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.6); + text-decoration-color: rgb(120 113 108 / 0.6); +} +.decoration-stone-500\/70{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.7); + text-decoration-color: rgb(120 113 108 / 0.7); +} +.decoration-stone-500\/75{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.75); + text-decoration-color: rgb(120 113 108 / 0.75); +} +.decoration-stone-500\/80{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.8); + text-decoration-color: rgb(120 113 108 / 0.8); +} +.decoration-stone-500\/90{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.9); + text-decoration-color: rgb(120 113 108 / 0.9); +} +.decoration-stone-500\/95{ + -webkit-text-decoration-color: rgb(120 113 108 / 0.95); + text-decoration-color: rgb(120 113 108 / 0.95); +} +.decoration-stone-500\/100{ + -webkit-text-decoration-color: rgb(120 113 108 / 1); + text-decoration-color: rgb(120 113 108 / 1); +} +.decoration-stone-600\/0{ + -webkit-text-decoration-color: rgb(87 83 78 / 0); + text-decoration-color: rgb(87 83 78 / 0); +} +.decoration-stone-600\/5{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.05); + text-decoration-color: rgb(87 83 78 / 0.05); +} +.decoration-stone-600\/10{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.1); + text-decoration-color: rgb(87 83 78 / 0.1); +} +.decoration-stone-600\/20{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.2); + text-decoration-color: rgb(87 83 78 / 0.2); +} +.decoration-stone-600\/25{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.25); + text-decoration-color: rgb(87 83 78 / 0.25); +} +.decoration-stone-600\/30{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.3); + text-decoration-color: rgb(87 83 78 / 0.3); +} +.decoration-stone-600\/40{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.4); + text-decoration-color: rgb(87 83 78 / 0.4); +} +.decoration-stone-600\/50{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.5); + text-decoration-color: rgb(87 83 78 / 0.5); +} +.decoration-stone-600\/60{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.6); + text-decoration-color: rgb(87 83 78 / 0.6); +} +.decoration-stone-600\/70{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.7); + text-decoration-color: rgb(87 83 78 / 0.7); +} +.decoration-stone-600\/75{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.75); + text-decoration-color: rgb(87 83 78 / 0.75); +} +.decoration-stone-600\/80{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.8); + text-decoration-color: rgb(87 83 78 / 0.8); +} +.decoration-stone-600\/90{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.9); + text-decoration-color: rgb(87 83 78 / 0.9); +} +.decoration-stone-600\/95{ + -webkit-text-decoration-color: rgb(87 83 78 / 0.95); + text-decoration-color: rgb(87 83 78 / 0.95); +} +.decoration-stone-600\/100{ + -webkit-text-decoration-color: rgb(87 83 78 / 1); + text-decoration-color: rgb(87 83 78 / 1); +} +.decoration-stone-700\/0{ + -webkit-text-decoration-color: rgb(68 64 60 / 0); + text-decoration-color: rgb(68 64 60 / 0); +} +.decoration-stone-700\/5{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.05); + text-decoration-color: rgb(68 64 60 / 0.05); +} +.decoration-stone-700\/10{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.1); + text-decoration-color: rgb(68 64 60 / 0.1); +} +.decoration-stone-700\/20{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.2); + text-decoration-color: rgb(68 64 60 / 0.2); +} +.decoration-stone-700\/25{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.25); + text-decoration-color: rgb(68 64 60 / 0.25); +} +.decoration-stone-700\/30{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.3); + text-decoration-color: rgb(68 64 60 / 0.3); +} +.decoration-stone-700\/40{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.4); + text-decoration-color: rgb(68 64 60 / 0.4); +} +.decoration-stone-700\/50{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.5); + text-decoration-color: rgb(68 64 60 / 0.5); +} +.decoration-stone-700\/60{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.6); + text-decoration-color: rgb(68 64 60 / 0.6); +} +.decoration-stone-700\/70{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.7); + text-decoration-color: rgb(68 64 60 / 0.7); +} +.decoration-stone-700\/75{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.75); + text-decoration-color: rgb(68 64 60 / 0.75); +} +.decoration-stone-700\/80{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.8); + text-decoration-color: rgb(68 64 60 / 0.8); +} +.decoration-stone-700\/90{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.9); + text-decoration-color: rgb(68 64 60 / 0.9); +} +.decoration-stone-700\/95{ + -webkit-text-decoration-color: rgb(68 64 60 / 0.95); + text-decoration-color: rgb(68 64 60 / 0.95); +} +.decoration-stone-700\/100{ + -webkit-text-decoration-color: rgb(68 64 60 / 1); + text-decoration-color: rgb(68 64 60 / 1); +} +.decoration-stone-800\/0{ + -webkit-text-decoration-color: rgb(41 37 36 / 0); + text-decoration-color: rgb(41 37 36 / 0); +} +.decoration-stone-800\/5{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.05); + text-decoration-color: rgb(41 37 36 / 0.05); +} +.decoration-stone-800\/10{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.1); + text-decoration-color: rgb(41 37 36 / 0.1); +} +.decoration-stone-800\/20{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.2); + text-decoration-color: rgb(41 37 36 / 0.2); +} +.decoration-stone-800\/25{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.25); + text-decoration-color: rgb(41 37 36 / 0.25); +} +.decoration-stone-800\/30{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.3); + text-decoration-color: rgb(41 37 36 / 0.3); +} +.decoration-stone-800\/40{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.4); + text-decoration-color: rgb(41 37 36 / 0.4); +} +.decoration-stone-800\/50{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.5); + text-decoration-color: rgb(41 37 36 / 0.5); +} +.decoration-stone-800\/60{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.6); + text-decoration-color: rgb(41 37 36 / 0.6); +} +.decoration-stone-800\/70{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.7); + text-decoration-color: rgb(41 37 36 / 0.7); +} +.decoration-stone-800\/75{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.75); + text-decoration-color: rgb(41 37 36 / 0.75); +} +.decoration-stone-800\/80{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.8); + text-decoration-color: rgb(41 37 36 / 0.8); +} +.decoration-stone-800\/90{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.9); + text-decoration-color: rgb(41 37 36 / 0.9); +} +.decoration-stone-800\/95{ + -webkit-text-decoration-color: rgb(41 37 36 / 0.95); + text-decoration-color: rgb(41 37 36 / 0.95); +} +.decoration-stone-800\/100{ + -webkit-text-decoration-color: rgb(41 37 36 / 1); + text-decoration-color: rgb(41 37 36 / 1); +} +.decoration-stone-900\/0{ + -webkit-text-decoration-color: rgb(28 25 23 / 0); + text-decoration-color: rgb(28 25 23 / 0); +} +.decoration-stone-900\/5{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.05); + text-decoration-color: rgb(28 25 23 / 0.05); +} +.decoration-stone-900\/10{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.1); + text-decoration-color: rgb(28 25 23 / 0.1); +} +.decoration-stone-900\/20{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.2); + text-decoration-color: rgb(28 25 23 / 0.2); +} +.decoration-stone-900\/25{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.25); + text-decoration-color: rgb(28 25 23 / 0.25); +} +.decoration-stone-900\/30{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.3); + text-decoration-color: rgb(28 25 23 / 0.3); +} +.decoration-stone-900\/40{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.4); + text-decoration-color: rgb(28 25 23 / 0.4); +} +.decoration-stone-900\/50{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.5); + text-decoration-color: rgb(28 25 23 / 0.5); +} +.decoration-stone-900\/60{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.6); + text-decoration-color: rgb(28 25 23 / 0.6); +} +.decoration-stone-900\/70{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.7); + text-decoration-color: rgb(28 25 23 / 0.7); +} +.decoration-stone-900\/75{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.75); + text-decoration-color: rgb(28 25 23 / 0.75); +} +.decoration-stone-900\/80{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.8); + text-decoration-color: rgb(28 25 23 / 0.8); +} +.decoration-stone-900\/90{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.9); + text-decoration-color: rgb(28 25 23 / 0.9); +} +.decoration-stone-900\/95{ + -webkit-text-decoration-color: rgb(28 25 23 / 0.95); + text-decoration-color: rgb(28 25 23 / 0.95); +} +.decoration-stone-900\/100{ + -webkit-text-decoration-color: rgb(28 25 23 / 1); + text-decoration-color: rgb(28 25 23 / 1); +} +.decoration-red-50\/0{ + -webkit-text-decoration-color: rgb(252 242 242 / 0); + text-decoration-color: rgb(252 242 242 / 0); +} +.decoration-red-50\/5{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.05); + text-decoration-color: rgb(252 242 242 / 0.05); +} +.decoration-red-50\/10{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.1); + text-decoration-color: rgb(252 242 242 / 0.1); +} +.decoration-red-50\/20{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.2); + text-decoration-color: rgb(252 242 242 / 0.2); +} +.decoration-red-50\/25{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.25); + text-decoration-color: rgb(252 242 242 / 0.25); +} +.decoration-red-50\/30{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.3); + text-decoration-color: rgb(252 242 242 / 0.3); +} +.decoration-red-50\/40{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.4); + text-decoration-color: rgb(252 242 242 / 0.4); +} +.decoration-red-50\/50{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.5); + text-decoration-color: rgb(252 242 242 / 0.5); +} +.decoration-red-50\/60{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.6); + text-decoration-color: rgb(252 242 242 / 0.6); +} +.decoration-red-50\/70{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.7); + text-decoration-color: rgb(252 242 242 / 0.7); +} +.decoration-red-50\/75{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.75); + text-decoration-color: rgb(252 242 242 / 0.75); +} +.decoration-red-50\/80{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.8); + text-decoration-color: rgb(252 242 242 / 0.8); +} +.decoration-red-50\/90{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.9); + text-decoration-color: rgb(252 242 242 / 0.9); +} +.decoration-red-50\/95{ + -webkit-text-decoration-color: rgb(252 242 242 / 0.95); + text-decoration-color: rgb(252 242 242 / 0.95); +} +.decoration-red-50\/100{ + -webkit-text-decoration-color: rgb(252 242 242 / 1); + text-decoration-color: rgb(252 242 242 / 1); +} +.decoration-red-100\/0{ + -webkit-text-decoration-color: rgb(250 230 230 / 0); + text-decoration-color: rgb(250 230 230 / 0); +} +.decoration-red-100\/5{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.05); + text-decoration-color: rgb(250 230 230 / 0.05); +} +.decoration-red-100\/10{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.1); + text-decoration-color: rgb(250 230 230 / 0.1); +} +.decoration-red-100\/20{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.2); + text-decoration-color: rgb(250 230 230 / 0.2); +} +.decoration-red-100\/25{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.25); + text-decoration-color: rgb(250 230 230 / 0.25); +} +.decoration-red-100\/30{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.3); + text-decoration-color: rgb(250 230 230 / 0.3); +} +.decoration-red-100\/40{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.4); + text-decoration-color: rgb(250 230 230 / 0.4); +} +.decoration-red-100\/50{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.5); + text-decoration-color: rgb(250 230 230 / 0.5); +} +.decoration-red-100\/60{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.6); + text-decoration-color: rgb(250 230 230 / 0.6); +} +.decoration-red-100\/70{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.7); + text-decoration-color: rgb(250 230 230 / 0.7); +} +.decoration-red-100\/75{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.75); + text-decoration-color: rgb(250 230 230 / 0.75); +} +.decoration-red-100\/80{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.8); + text-decoration-color: rgb(250 230 230 / 0.8); +} +.decoration-red-100\/90{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.9); + text-decoration-color: rgb(250 230 230 / 0.9); +} +.decoration-red-100\/95{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.95); + text-decoration-color: rgb(250 230 230 / 0.95); +} +.decoration-red-100\/100{ + -webkit-text-decoration-color: rgb(250 230 230 / 1); + text-decoration-color: rgb(250 230 230 / 1); +} +.decoration-red-200\/0{ + -webkit-text-decoration-color: rgb(242 191 191 / 0); + text-decoration-color: rgb(242 191 191 / 0); +} +.decoration-red-200\/5{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.05); + text-decoration-color: rgb(242 191 191 / 0.05); +} +.decoration-red-200\/10{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.1); + text-decoration-color: rgb(242 191 191 / 0.1); +} +.decoration-red-200\/20{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.2); + text-decoration-color: rgb(242 191 191 / 0.2); +} +.decoration-red-200\/25{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.25); + text-decoration-color: rgb(242 191 191 / 0.25); +} +.decoration-red-200\/30{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.3); + text-decoration-color: rgb(242 191 191 / 0.3); +} +.decoration-red-200\/40{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.4); + text-decoration-color: rgb(242 191 191 / 0.4); +} +.decoration-red-200\/50{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.5); + text-decoration-color: rgb(242 191 191 / 0.5); +} +.decoration-red-200\/60{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.6); + text-decoration-color: rgb(242 191 191 / 0.6); +} +.decoration-red-200\/70{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.7); + text-decoration-color: rgb(242 191 191 / 0.7); +} +.decoration-red-200\/75{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.75); + text-decoration-color: rgb(242 191 191 / 0.75); +} +.decoration-red-200\/80{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.8); + text-decoration-color: rgb(242 191 191 / 0.8); +} +.decoration-red-200\/90{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.9); + text-decoration-color: rgb(242 191 191 / 0.9); +} +.decoration-red-200\/95{ + -webkit-text-decoration-color: rgb(242 191 191 / 0.95); + text-decoration-color: rgb(242 191 191 / 0.95); +} +.decoration-red-200\/100{ + -webkit-text-decoration-color: rgb(242 191 191 / 1); + text-decoration-color: rgb(242 191 191 / 1); +} +.decoration-red-300\/0{ + -webkit-text-decoration-color: rgb(235 153 153 / 0); + text-decoration-color: rgb(235 153 153 / 0); +} +.decoration-red-300\/5{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.05); + text-decoration-color: rgb(235 153 153 / 0.05); +} +.decoration-red-300\/10{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.1); + text-decoration-color: rgb(235 153 153 / 0.1); +} +.decoration-red-300\/20{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.2); + text-decoration-color: rgb(235 153 153 / 0.2); +} +.decoration-red-300\/25{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.25); + text-decoration-color: rgb(235 153 153 / 0.25); +} +.decoration-red-300\/30{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.3); + text-decoration-color: rgb(235 153 153 / 0.3); +} +.decoration-red-300\/40{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.4); + text-decoration-color: rgb(235 153 153 / 0.4); +} +.decoration-red-300\/50{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.5); + text-decoration-color: rgb(235 153 153 / 0.5); +} +.decoration-red-300\/60{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.6); + text-decoration-color: rgb(235 153 153 / 0.6); +} +.decoration-red-300\/70{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.7); + text-decoration-color: rgb(235 153 153 / 0.7); +} +.decoration-red-300\/75{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.75); + text-decoration-color: rgb(235 153 153 / 0.75); +} +.decoration-red-300\/80{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.8); + text-decoration-color: rgb(235 153 153 / 0.8); +} +.decoration-red-300\/90{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.9); + text-decoration-color: rgb(235 153 153 / 0.9); +} +.decoration-red-300\/95{ + -webkit-text-decoration-color: rgb(235 153 153 / 0.95); + text-decoration-color: rgb(235 153 153 / 0.95); +} +.decoration-red-300\/100{ + -webkit-text-decoration-color: rgb(235 153 153 / 1); + text-decoration-color: rgb(235 153 153 / 1); +} +.decoration-red-400\/0{ + -webkit-text-decoration-color: rgb(219 77 77 / 0); + text-decoration-color: rgb(219 77 77 / 0); +} +.decoration-red-400\/5{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.05); + text-decoration-color: rgb(219 77 77 / 0.05); +} +.decoration-red-400\/10{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.1); + text-decoration-color: rgb(219 77 77 / 0.1); +} +.decoration-red-400\/20{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.2); + text-decoration-color: rgb(219 77 77 / 0.2); +} +.decoration-red-400\/25{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.25); + text-decoration-color: rgb(219 77 77 / 0.25); +} +.decoration-red-400\/30{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.3); + text-decoration-color: rgb(219 77 77 / 0.3); +} +.decoration-red-400\/40{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.4); + text-decoration-color: rgb(219 77 77 / 0.4); +} +.decoration-red-400\/50{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.5); + text-decoration-color: rgb(219 77 77 / 0.5); +} +.decoration-red-400\/60{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.6); + text-decoration-color: rgb(219 77 77 / 0.6); +} +.decoration-red-400\/70{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.7); + text-decoration-color: rgb(219 77 77 / 0.7); +} +.decoration-red-400\/75{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.75); + text-decoration-color: rgb(219 77 77 / 0.75); +} +.decoration-red-400\/80{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.8); + text-decoration-color: rgb(219 77 77 / 0.8); +} +.decoration-red-400\/90{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.9); + text-decoration-color: rgb(219 77 77 / 0.9); +} +.decoration-red-400\/95{ + -webkit-text-decoration-color: rgb(219 77 77 / 0.95); + text-decoration-color: rgb(219 77 77 / 0.95); +} +.decoration-red-400\/100{ + -webkit-text-decoration-color: rgb(219 77 77 / 1); + text-decoration-color: rgb(219 77 77 / 1); +} +.decoration-red-500\/0{ + -webkit-text-decoration-color: rgb(204 0 0 / 0); + text-decoration-color: rgb(204 0 0 / 0); +} +.decoration-red-500\/5{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.05); + text-decoration-color: rgb(204 0 0 / 0.05); +} +.decoration-red-500\/10{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.1); + text-decoration-color: rgb(204 0 0 / 0.1); +} +.decoration-red-500\/20{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.2); + text-decoration-color: rgb(204 0 0 / 0.2); +} +.decoration-red-500\/25{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.25); + text-decoration-color: rgb(204 0 0 / 0.25); +} +.decoration-red-500\/30{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.3); + text-decoration-color: rgb(204 0 0 / 0.3); +} +.decoration-red-500\/40{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.4); + text-decoration-color: rgb(204 0 0 / 0.4); +} +.decoration-red-500\/50{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.5); + text-decoration-color: rgb(204 0 0 / 0.5); +} +.decoration-red-500\/60{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.6); + text-decoration-color: rgb(204 0 0 / 0.6); +} +.decoration-red-500\/70{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.7); + text-decoration-color: rgb(204 0 0 / 0.7); +} +.decoration-red-500\/75{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.75); + text-decoration-color: rgb(204 0 0 / 0.75); +} +.decoration-red-500\/80{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.8); + text-decoration-color: rgb(204 0 0 / 0.8); +} +.decoration-red-500\/90{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.9); + text-decoration-color: rgb(204 0 0 / 0.9); +} +.decoration-red-500\/95{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.95); + text-decoration-color: rgb(204 0 0 / 0.95); +} +.decoration-red-500\/100{ + -webkit-text-decoration-color: rgb(204 0 0 / 1); + text-decoration-color: rgb(204 0 0 / 1); +} +.decoration-red-600\/0{ + -webkit-text-decoration-color: rgb(184 0 0 / 0); + text-decoration-color: rgb(184 0 0 / 0); +} +.decoration-red-600\/5{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.05); + text-decoration-color: rgb(184 0 0 / 0.05); +} +.decoration-red-600\/10{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.1); + text-decoration-color: rgb(184 0 0 / 0.1); +} +.decoration-red-600\/20{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.2); + text-decoration-color: rgb(184 0 0 / 0.2); +} +.decoration-red-600\/25{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.25); + text-decoration-color: rgb(184 0 0 / 0.25); +} +.decoration-red-600\/30{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.3); + text-decoration-color: rgb(184 0 0 / 0.3); +} +.decoration-red-600\/40{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.4); + text-decoration-color: rgb(184 0 0 / 0.4); +} +.decoration-red-600\/50{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.5); + text-decoration-color: rgb(184 0 0 / 0.5); +} +.decoration-red-600\/60{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.6); + text-decoration-color: rgb(184 0 0 / 0.6); +} +.decoration-red-600\/70{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.7); + text-decoration-color: rgb(184 0 0 / 0.7); +} +.decoration-red-600\/75{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.75); + text-decoration-color: rgb(184 0 0 / 0.75); +} +.decoration-red-600\/80{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.8); + text-decoration-color: rgb(184 0 0 / 0.8); +} +.decoration-red-600\/90{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.9); + text-decoration-color: rgb(184 0 0 / 0.9); +} +.decoration-red-600\/95{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.95); + text-decoration-color: rgb(184 0 0 / 0.95); +} +.decoration-red-600\/100{ + -webkit-text-decoration-color: rgb(184 0 0 / 1); + text-decoration-color: rgb(184 0 0 / 1); +} +.decoration-red-700\/0{ + -webkit-text-decoration-color: rgb(153 0 0 / 0); + text-decoration-color: rgb(153 0 0 / 0); +} +.decoration-red-700\/5{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.05); + text-decoration-color: rgb(153 0 0 / 0.05); +} +.decoration-red-700\/10{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.1); + text-decoration-color: rgb(153 0 0 / 0.1); +} +.decoration-red-700\/20{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.2); + text-decoration-color: rgb(153 0 0 / 0.2); +} +.decoration-red-700\/25{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.25); + text-decoration-color: rgb(153 0 0 / 0.25); +} +.decoration-red-700\/30{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.3); + text-decoration-color: rgb(153 0 0 / 0.3); +} +.decoration-red-700\/40{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.4); + text-decoration-color: rgb(153 0 0 / 0.4); +} +.decoration-red-700\/50{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.5); + text-decoration-color: rgb(153 0 0 / 0.5); +} +.decoration-red-700\/60{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.6); + text-decoration-color: rgb(153 0 0 / 0.6); +} +.decoration-red-700\/70{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.7); + text-decoration-color: rgb(153 0 0 / 0.7); +} +.decoration-red-700\/75{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.75); + text-decoration-color: rgb(153 0 0 / 0.75); +} +.decoration-red-700\/80{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.8); + text-decoration-color: rgb(153 0 0 / 0.8); +} +.decoration-red-700\/90{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.9); + text-decoration-color: rgb(153 0 0 / 0.9); +} +.decoration-red-700\/95{ + -webkit-text-decoration-color: rgb(153 0 0 / 0.95); + text-decoration-color: rgb(153 0 0 / 0.95); +} +.decoration-red-700\/100{ + -webkit-text-decoration-color: rgb(153 0 0 / 1); + text-decoration-color: rgb(153 0 0 / 1); +} +.decoration-red-800\/0{ + -webkit-text-decoration-color: rgb(122 0 0 / 0); + text-decoration-color: rgb(122 0 0 / 0); +} +.decoration-red-800\/5{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.05); + text-decoration-color: rgb(122 0 0 / 0.05); +} +.decoration-red-800\/10{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.1); + text-decoration-color: rgb(122 0 0 / 0.1); +} +.decoration-red-800\/20{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.2); + text-decoration-color: rgb(122 0 0 / 0.2); +} +.decoration-red-800\/25{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.25); + text-decoration-color: rgb(122 0 0 / 0.25); +} +.decoration-red-800\/30{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.3); + text-decoration-color: rgb(122 0 0 / 0.3); +} +.decoration-red-800\/40{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.4); + text-decoration-color: rgb(122 0 0 / 0.4); +} +.decoration-red-800\/50{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.5); + text-decoration-color: rgb(122 0 0 / 0.5); +} +.decoration-red-800\/60{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.6); + text-decoration-color: rgb(122 0 0 / 0.6); +} +.decoration-red-800\/70{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.7); + text-decoration-color: rgb(122 0 0 / 0.7); +} +.decoration-red-800\/75{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.75); + text-decoration-color: rgb(122 0 0 / 0.75); +} +.decoration-red-800\/80{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.8); + text-decoration-color: rgb(122 0 0 / 0.8); +} +.decoration-red-800\/90{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.9); + text-decoration-color: rgb(122 0 0 / 0.9); +} +.decoration-red-800\/95{ + -webkit-text-decoration-color: rgb(122 0 0 / 0.95); + text-decoration-color: rgb(122 0 0 / 0.95); +} +.decoration-red-800\/100{ + -webkit-text-decoration-color: rgb(122 0 0 / 1); + text-decoration-color: rgb(122 0 0 / 1); +} +.decoration-red-900\/0{ + -webkit-text-decoration-color: rgb(100 0 0 / 0); + text-decoration-color: rgb(100 0 0 / 0); +} +.decoration-red-900\/5{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.05); + text-decoration-color: rgb(100 0 0 / 0.05); +} +.decoration-red-900\/10{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.1); + text-decoration-color: rgb(100 0 0 / 0.1); +} +.decoration-red-900\/20{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.2); + text-decoration-color: rgb(100 0 0 / 0.2); +} +.decoration-red-900\/25{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.25); + text-decoration-color: rgb(100 0 0 / 0.25); +} +.decoration-red-900\/30{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.3); + text-decoration-color: rgb(100 0 0 / 0.3); +} +.decoration-red-900\/40{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.4); + text-decoration-color: rgb(100 0 0 / 0.4); +} +.decoration-red-900\/50{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.5); + text-decoration-color: rgb(100 0 0 / 0.5); +} +.decoration-red-900\/60{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.6); + text-decoration-color: rgb(100 0 0 / 0.6); +} +.decoration-red-900\/70{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.7); + text-decoration-color: rgb(100 0 0 / 0.7); +} +.decoration-red-900\/75{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.75); + text-decoration-color: rgb(100 0 0 / 0.75); +} +.decoration-red-900\/80{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.8); + text-decoration-color: rgb(100 0 0 / 0.8); +} +.decoration-red-900\/90{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.9); + text-decoration-color: rgb(100 0 0 / 0.9); +} +.decoration-red-900\/95{ + -webkit-text-decoration-color: rgb(100 0 0 / 0.95); + text-decoration-color: rgb(100 0 0 / 0.95); +} +.decoration-red-900\/100{ + -webkit-text-decoration-color: rgb(100 0 0 / 1); + text-decoration-color: rgb(100 0 0 / 1); +} +.decoration-red\/0{ + -webkit-text-decoration-color: rgb(204 0 0 / 0); + text-decoration-color: rgb(204 0 0 / 0); +} +.decoration-red\/5{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.05); + text-decoration-color: rgb(204 0 0 / 0.05); +} +.decoration-red\/10{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.1); + text-decoration-color: rgb(204 0 0 / 0.1); +} +.decoration-red\/20{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.2); + text-decoration-color: rgb(204 0 0 / 0.2); +} +.decoration-red\/25{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.25); + text-decoration-color: rgb(204 0 0 / 0.25); +} +.decoration-red\/30{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.3); + text-decoration-color: rgb(204 0 0 / 0.3); +} +.decoration-red\/40{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.4); + text-decoration-color: rgb(204 0 0 / 0.4); +} +.decoration-red\/50{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.5); + text-decoration-color: rgb(204 0 0 / 0.5); +} +.decoration-red\/60{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.6); + text-decoration-color: rgb(204 0 0 / 0.6); +} +.decoration-red\/70{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.7); + text-decoration-color: rgb(204 0 0 / 0.7); +} +.decoration-red\/75{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.75); + text-decoration-color: rgb(204 0 0 / 0.75); +} +.decoration-red\/80{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.8); + text-decoration-color: rgb(204 0 0 / 0.8); +} +.decoration-red\/90{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.9); + text-decoration-color: rgb(204 0 0 / 0.9); +} +.decoration-red\/95{ + -webkit-text-decoration-color: rgb(204 0 0 / 0.95); + text-decoration-color: rgb(204 0 0 / 0.95); +} +.decoration-red\/100{ + -webkit-text-decoration-color: rgb(204 0 0 / 1); + text-decoration-color: rgb(204 0 0 / 1); +} +.decoration-orange-50\/0{ + -webkit-text-decoration-color: rgb(255 250 243 / 0); + text-decoration-color: rgb(255 250 243 / 0); +} +.decoration-orange-50\/5{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.05); + text-decoration-color: rgb(255 250 243 / 0.05); +} +.decoration-orange-50\/10{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.1); + text-decoration-color: rgb(255 250 243 / 0.1); +} +.decoration-orange-50\/20{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.2); + text-decoration-color: rgb(255 250 243 / 0.2); +} +.decoration-orange-50\/25{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.25); + text-decoration-color: rgb(255 250 243 / 0.25); +} +.decoration-orange-50\/30{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.3); + text-decoration-color: rgb(255 250 243 / 0.3); +} +.decoration-orange-50\/40{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.4); + text-decoration-color: rgb(255 250 243 / 0.4); +} +.decoration-orange-50\/50{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.5); + text-decoration-color: rgb(255 250 243 / 0.5); +} +.decoration-orange-50\/60{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.6); + text-decoration-color: rgb(255 250 243 / 0.6); +} +.decoration-orange-50\/70{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.7); + text-decoration-color: rgb(255 250 243 / 0.7); +} +.decoration-orange-50\/75{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.75); + text-decoration-color: rgb(255 250 243 / 0.75); +} +.decoration-orange-50\/80{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.8); + text-decoration-color: rgb(255 250 243 / 0.8); +} +.decoration-orange-50\/90{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.9); + text-decoration-color: rgb(255 250 243 / 0.9); +} +.decoration-orange-50\/95{ + -webkit-text-decoration-color: rgb(255 250 243 / 0.95); + text-decoration-color: rgb(255 250 243 / 0.95); +} +.decoration-orange-50\/100{ + -webkit-text-decoration-color: rgb(255 250 243 / 1); + text-decoration-color: rgb(255 250 243 / 1); +} +.decoration-orange-100\/0{ + -webkit-text-decoration-color: rgb(254 245 231 / 0); + text-decoration-color: rgb(254 245 231 / 0); +} +.decoration-orange-100\/5{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.05); + text-decoration-color: rgb(254 245 231 / 0.05); +} +.decoration-orange-100\/10{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.1); + text-decoration-color: rgb(254 245 231 / 0.1); +} +.decoration-orange-100\/20{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.2); + text-decoration-color: rgb(254 245 231 / 0.2); +} +.decoration-orange-100\/25{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.25); + text-decoration-color: rgb(254 245 231 / 0.25); +} +.decoration-orange-100\/30{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.3); + text-decoration-color: rgb(254 245 231 / 0.3); +} +.decoration-orange-100\/40{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.4); + text-decoration-color: rgb(254 245 231 / 0.4); +} +.decoration-orange-100\/50{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.5); + text-decoration-color: rgb(254 245 231 / 0.5); +} +.decoration-orange-100\/60{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.6); + text-decoration-color: rgb(254 245 231 / 0.6); +} +.decoration-orange-100\/70{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.7); + text-decoration-color: rgb(254 245 231 / 0.7); +} +.decoration-orange-100\/75{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.75); + text-decoration-color: rgb(254 245 231 / 0.75); +} +.decoration-orange-100\/80{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.8); + text-decoration-color: rgb(254 245 231 / 0.8); +} +.decoration-orange-100\/90{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.9); + text-decoration-color: rgb(254 245 231 / 0.9); +} +.decoration-orange-100\/95{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.95); + text-decoration-color: rgb(254 245 231 / 0.95); +} +.decoration-orange-100\/100{ + -webkit-text-decoration-color: rgb(254 245 231 / 1); + text-decoration-color: rgb(254 245 231 / 1); +} +.decoration-orange-200\/0{ + -webkit-text-decoration-color: rgb(253 231 194 / 0); + text-decoration-color: rgb(253 231 194 / 0); +} +.decoration-orange-200\/5{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.05); + text-decoration-color: rgb(253 231 194 / 0.05); +} +.decoration-orange-200\/10{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.1); + text-decoration-color: rgb(253 231 194 / 0.1); +} +.decoration-orange-200\/20{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.2); + text-decoration-color: rgb(253 231 194 / 0.2); +} +.decoration-orange-200\/25{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.25); + text-decoration-color: rgb(253 231 194 / 0.25); +} +.decoration-orange-200\/30{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.3); + text-decoration-color: rgb(253 231 194 / 0.3); +} +.decoration-orange-200\/40{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.4); + text-decoration-color: rgb(253 231 194 / 0.4); +} +.decoration-orange-200\/50{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.5); + text-decoration-color: rgb(253 231 194 / 0.5); +} +.decoration-orange-200\/60{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.6); + text-decoration-color: rgb(253 231 194 / 0.6); +} +.decoration-orange-200\/70{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.7); + text-decoration-color: rgb(253 231 194 / 0.7); +} +.decoration-orange-200\/75{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.75); + text-decoration-color: rgb(253 231 194 / 0.75); +} +.decoration-orange-200\/80{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.8); + text-decoration-color: rgb(253 231 194 / 0.8); +} +.decoration-orange-200\/90{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.9); + text-decoration-color: rgb(253 231 194 / 0.9); +} +.decoration-orange-200\/95{ + -webkit-text-decoration-color: rgb(253 231 194 / 0.95); + text-decoration-color: rgb(253 231 194 / 0.95); +} +.decoration-orange-200\/100{ + -webkit-text-decoration-color: rgb(253 231 194 / 1); + text-decoration-color: rgb(253 231 194 / 1); +} +.decoration-orange-300\/0{ + -webkit-text-decoration-color: rgb(251 216 157 / 0); + text-decoration-color: rgb(251 216 157 / 0); +} +.decoration-orange-300\/5{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.05); + text-decoration-color: rgb(251 216 157 / 0.05); +} +.decoration-orange-300\/10{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.1); + text-decoration-color: rgb(251 216 157 / 0.1); +} +.decoration-orange-300\/20{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.2); + text-decoration-color: rgb(251 216 157 / 0.2); +} +.decoration-orange-300\/25{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.25); + text-decoration-color: rgb(251 216 157 / 0.25); +} +.decoration-orange-300\/30{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.3); + text-decoration-color: rgb(251 216 157 / 0.3); +} +.decoration-orange-300\/40{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.4); + text-decoration-color: rgb(251 216 157 / 0.4); +} +.decoration-orange-300\/50{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.5); + text-decoration-color: rgb(251 216 157 / 0.5); +} +.decoration-orange-300\/60{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.6); + text-decoration-color: rgb(251 216 157 / 0.6); +} +.decoration-orange-300\/70{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.7); + text-decoration-color: rgb(251 216 157 / 0.7); +} +.decoration-orange-300\/75{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.75); + text-decoration-color: rgb(251 216 157 / 0.75); +} +.decoration-orange-300\/80{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.8); + text-decoration-color: rgb(251 216 157 / 0.8); +} +.decoration-orange-300\/90{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.9); + text-decoration-color: rgb(251 216 157 / 0.9); +} +.decoration-orange-300\/95{ + -webkit-text-decoration-color: rgb(251 216 157 / 0.95); + text-decoration-color: rgb(251 216 157 / 0.95); +} +.decoration-orange-300\/100{ + -webkit-text-decoration-color: rgb(251 216 157 / 1); + text-decoration-color: rgb(251 216 157 / 1); +} +.decoration-orange-400\/0{ + -webkit-text-decoration-color: rgb(248 187 84 / 0); + text-decoration-color: rgb(248 187 84 / 0); +} +.decoration-orange-400\/5{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.05); + text-decoration-color: rgb(248 187 84 / 0.05); +} +.decoration-orange-400\/10{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.1); + text-decoration-color: rgb(248 187 84 / 0.1); +} +.decoration-orange-400\/20{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.2); + text-decoration-color: rgb(248 187 84 / 0.2); +} +.decoration-orange-400\/25{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.25); + text-decoration-color: rgb(248 187 84 / 0.25); +} +.decoration-orange-400\/30{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.3); + text-decoration-color: rgb(248 187 84 / 0.3); +} +.decoration-orange-400\/40{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.4); + text-decoration-color: rgb(248 187 84 / 0.4); +} +.decoration-orange-400\/50{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.5); + text-decoration-color: rgb(248 187 84 / 0.5); +} +.decoration-orange-400\/60{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.6); + text-decoration-color: rgb(248 187 84 / 0.6); +} +.decoration-orange-400\/70{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.7); + text-decoration-color: rgb(248 187 84 / 0.7); +} +.decoration-orange-400\/75{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.75); + text-decoration-color: rgb(248 187 84 / 0.75); +} +.decoration-orange-400\/80{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.8); + text-decoration-color: rgb(248 187 84 / 0.8); +} +.decoration-orange-400\/90{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.9); + text-decoration-color: rgb(248 187 84 / 0.9); +} +.decoration-orange-400\/95{ + -webkit-text-decoration-color: rgb(248 187 84 / 0.95); + text-decoration-color: rgb(248 187 84 / 0.95); +} +.decoration-orange-400\/100{ + -webkit-text-decoration-color: rgb(248 187 84 / 1); + text-decoration-color: rgb(248 187 84 / 1); +} +.decoration-orange-500\/0{ + -webkit-text-decoration-color: rgb(245 158 11 / 0); + text-decoration-color: rgb(245 158 11 / 0); +} +.decoration-orange-500\/5{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.05); + text-decoration-color: rgb(245 158 11 / 0.05); +} +.decoration-orange-500\/10{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.1); + text-decoration-color: rgb(245 158 11 / 0.1); +} +.decoration-orange-500\/20{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.2); + text-decoration-color: rgb(245 158 11 / 0.2); +} +.decoration-orange-500\/25{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.25); + text-decoration-color: rgb(245 158 11 / 0.25); +} +.decoration-orange-500\/30{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.3); + text-decoration-color: rgb(245 158 11 / 0.3); +} +.decoration-orange-500\/40{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.4); + text-decoration-color: rgb(245 158 11 / 0.4); +} +.decoration-orange-500\/50{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.5); + text-decoration-color: rgb(245 158 11 / 0.5); +} +.decoration-orange-500\/60{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.6); + text-decoration-color: rgb(245 158 11 / 0.6); +} +.decoration-orange-500\/70{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.7); + text-decoration-color: rgb(245 158 11 / 0.7); +} +.decoration-orange-500\/75{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.75); + text-decoration-color: rgb(245 158 11 / 0.75); +} +.decoration-orange-500\/80{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.8); + text-decoration-color: rgb(245 158 11 / 0.8); +} +.decoration-orange-500\/90{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.9); + text-decoration-color: rgb(245 158 11 / 0.9); +} +.decoration-orange-500\/95{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.95); + text-decoration-color: rgb(245 158 11 / 0.95); +} +.decoration-orange-500\/100{ + -webkit-text-decoration-color: rgb(245 158 11 / 1); + text-decoration-color: rgb(245 158 11 / 1); +} +.decoration-orange-600\/0{ + -webkit-text-decoration-color: rgb(221 142 10 / 0); + text-decoration-color: rgb(221 142 10 / 0); +} +.decoration-orange-600\/5{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.05); + text-decoration-color: rgb(221 142 10 / 0.05); +} +.decoration-orange-600\/10{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.1); + text-decoration-color: rgb(221 142 10 / 0.1); +} +.decoration-orange-600\/20{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.2); + text-decoration-color: rgb(221 142 10 / 0.2); +} +.decoration-orange-600\/25{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.25); + text-decoration-color: rgb(221 142 10 / 0.25); +} +.decoration-orange-600\/30{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.3); + text-decoration-color: rgb(221 142 10 / 0.3); +} +.decoration-orange-600\/40{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.4); + text-decoration-color: rgb(221 142 10 / 0.4); +} +.decoration-orange-600\/50{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.5); + text-decoration-color: rgb(221 142 10 / 0.5); +} +.decoration-orange-600\/60{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.6); + text-decoration-color: rgb(221 142 10 / 0.6); +} +.decoration-orange-600\/70{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.7); + text-decoration-color: rgb(221 142 10 / 0.7); +} +.decoration-orange-600\/75{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.75); + text-decoration-color: rgb(221 142 10 / 0.75); +} +.decoration-orange-600\/80{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.8); + text-decoration-color: rgb(221 142 10 / 0.8); +} +.decoration-orange-600\/90{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.9); + text-decoration-color: rgb(221 142 10 / 0.9); +} +.decoration-orange-600\/95{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.95); + text-decoration-color: rgb(221 142 10 / 0.95); +} +.decoration-orange-600\/100{ + -webkit-text-decoration-color: rgb(221 142 10 / 1); + text-decoration-color: rgb(221 142 10 / 1); +} +.decoration-orange-700\/0{ + -webkit-text-decoration-color: rgb(184 119 8 / 0); + text-decoration-color: rgb(184 119 8 / 0); +} +.decoration-orange-700\/5{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.05); + text-decoration-color: rgb(184 119 8 / 0.05); +} +.decoration-orange-700\/10{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.1); + text-decoration-color: rgb(184 119 8 / 0.1); +} +.decoration-orange-700\/20{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.2); + text-decoration-color: rgb(184 119 8 / 0.2); +} +.decoration-orange-700\/25{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.25); + text-decoration-color: rgb(184 119 8 / 0.25); +} +.decoration-orange-700\/30{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.3); + text-decoration-color: rgb(184 119 8 / 0.3); +} +.decoration-orange-700\/40{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.4); + text-decoration-color: rgb(184 119 8 / 0.4); +} +.decoration-orange-700\/50{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.5); + text-decoration-color: rgb(184 119 8 / 0.5); +} +.decoration-orange-700\/60{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.6); + text-decoration-color: rgb(184 119 8 / 0.6); +} +.decoration-orange-700\/70{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.7); + text-decoration-color: rgb(184 119 8 / 0.7); +} +.decoration-orange-700\/75{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.75); + text-decoration-color: rgb(184 119 8 / 0.75); +} +.decoration-orange-700\/80{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.8); + text-decoration-color: rgb(184 119 8 / 0.8); +} +.decoration-orange-700\/90{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.9); + text-decoration-color: rgb(184 119 8 / 0.9); +} +.decoration-orange-700\/95{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.95); + text-decoration-color: rgb(184 119 8 / 0.95); +} +.decoration-orange-700\/100{ + -webkit-text-decoration-color: rgb(184 119 8 / 1); + text-decoration-color: rgb(184 119 8 / 1); +} +.decoration-orange-800\/0{ + -webkit-text-decoration-color: rgb(147 95 7 / 0); + text-decoration-color: rgb(147 95 7 / 0); +} +.decoration-orange-800\/5{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.05); + text-decoration-color: rgb(147 95 7 / 0.05); +} +.decoration-orange-800\/10{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.1); + text-decoration-color: rgb(147 95 7 / 0.1); +} +.decoration-orange-800\/20{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.2); + text-decoration-color: rgb(147 95 7 / 0.2); +} +.decoration-orange-800\/25{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.25); + text-decoration-color: rgb(147 95 7 / 0.25); +} +.decoration-orange-800\/30{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.3); + text-decoration-color: rgb(147 95 7 / 0.3); +} +.decoration-orange-800\/40{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.4); + text-decoration-color: rgb(147 95 7 / 0.4); +} +.decoration-orange-800\/50{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.5); + text-decoration-color: rgb(147 95 7 / 0.5); +} +.decoration-orange-800\/60{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.6); + text-decoration-color: rgb(147 95 7 / 0.6); +} +.decoration-orange-800\/70{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.7); + text-decoration-color: rgb(147 95 7 / 0.7); +} +.decoration-orange-800\/75{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.75); + text-decoration-color: rgb(147 95 7 / 0.75); +} +.decoration-orange-800\/80{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.8); + text-decoration-color: rgb(147 95 7 / 0.8); +} +.decoration-orange-800\/90{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.9); + text-decoration-color: rgb(147 95 7 / 0.9); +} +.decoration-orange-800\/95{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.95); + text-decoration-color: rgb(147 95 7 / 0.95); +} +.decoration-orange-800\/100{ + -webkit-text-decoration-color: rgb(147 95 7 / 1); + text-decoration-color: rgb(147 95 7 / 1); +} +.decoration-orange-900\/0{ + -webkit-text-decoration-color: rgb(120 77 5 / 0); + text-decoration-color: rgb(120 77 5 / 0); +} +.decoration-orange-900\/5{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.05); + text-decoration-color: rgb(120 77 5 / 0.05); +} +.decoration-orange-900\/10{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.1); + text-decoration-color: rgb(120 77 5 / 0.1); +} +.decoration-orange-900\/20{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.2); + text-decoration-color: rgb(120 77 5 / 0.2); +} +.decoration-orange-900\/25{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.25); + text-decoration-color: rgb(120 77 5 / 0.25); +} +.decoration-orange-900\/30{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.3); + text-decoration-color: rgb(120 77 5 / 0.3); +} +.decoration-orange-900\/40{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.4); + text-decoration-color: rgb(120 77 5 / 0.4); +} +.decoration-orange-900\/50{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.5); + text-decoration-color: rgb(120 77 5 / 0.5); +} +.decoration-orange-900\/60{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.6); + text-decoration-color: rgb(120 77 5 / 0.6); +} +.decoration-orange-900\/70{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.7); + text-decoration-color: rgb(120 77 5 / 0.7); +} +.decoration-orange-900\/75{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.75); + text-decoration-color: rgb(120 77 5 / 0.75); +} +.decoration-orange-900\/80{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.8); + text-decoration-color: rgb(120 77 5 / 0.8); +} +.decoration-orange-900\/90{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.9); + text-decoration-color: rgb(120 77 5 / 0.9); +} +.decoration-orange-900\/95{ + -webkit-text-decoration-color: rgb(120 77 5 / 0.95); + text-decoration-color: rgb(120 77 5 / 0.95); +} +.decoration-orange-900\/100{ + -webkit-text-decoration-color: rgb(120 77 5 / 1); + text-decoration-color: rgb(120 77 5 / 1); +} +.decoration-orange\/0{ + -webkit-text-decoration-color: rgb(245 158 11 / 0); + text-decoration-color: rgb(245 158 11 / 0); +} +.decoration-orange\/5{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.05); + text-decoration-color: rgb(245 158 11 / 0.05); +} +.decoration-orange\/10{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.1); + text-decoration-color: rgb(245 158 11 / 0.1); +} +.decoration-orange\/20{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.2); + text-decoration-color: rgb(245 158 11 / 0.2); +} +.decoration-orange\/25{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.25); + text-decoration-color: rgb(245 158 11 / 0.25); +} +.decoration-orange\/30{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.3); + text-decoration-color: rgb(245 158 11 / 0.3); +} +.decoration-orange\/40{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.4); + text-decoration-color: rgb(245 158 11 / 0.4); +} +.decoration-orange\/50{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.5); + text-decoration-color: rgb(245 158 11 / 0.5); +} +.decoration-orange\/60{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.6); + text-decoration-color: rgb(245 158 11 / 0.6); +} +.decoration-orange\/70{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.7); + text-decoration-color: rgb(245 158 11 / 0.7); +} +.decoration-orange\/75{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.75); + text-decoration-color: rgb(245 158 11 / 0.75); +} +.decoration-orange\/80{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.8); + text-decoration-color: rgb(245 158 11 / 0.8); +} +.decoration-orange\/90{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.9); + text-decoration-color: rgb(245 158 11 / 0.9); +} +.decoration-orange\/95{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.95); + text-decoration-color: rgb(245 158 11 / 0.95); +} +.decoration-orange\/100{ + -webkit-text-decoration-color: rgb(245 158 11 / 1); + text-decoration-color: rgb(245 158 11 / 1); +} +.decoration-amber-50\/0{ + -webkit-text-decoration-color: rgb(255 251 235 / 0); + text-decoration-color: rgb(255 251 235 / 0); +} +.decoration-amber-50\/5{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.05); + text-decoration-color: rgb(255 251 235 / 0.05); +} +.decoration-amber-50\/10{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.1); + text-decoration-color: rgb(255 251 235 / 0.1); +} +.decoration-amber-50\/20{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.2); + text-decoration-color: rgb(255 251 235 / 0.2); +} +.decoration-amber-50\/25{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.25); + text-decoration-color: rgb(255 251 235 / 0.25); +} +.decoration-amber-50\/30{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.3); + text-decoration-color: rgb(255 251 235 / 0.3); +} +.decoration-amber-50\/40{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.4); + text-decoration-color: rgb(255 251 235 / 0.4); +} +.decoration-amber-50\/50{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.5); + text-decoration-color: rgb(255 251 235 / 0.5); +} +.decoration-amber-50\/60{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.6); + text-decoration-color: rgb(255 251 235 / 0.6); +} +.decoration-amber-50\/70{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.7); + text-decoration-color: rgb(255 251 235 / 0.7); +} +.decoration-amber-50\/75{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.75); + text-decoration-color: rgb(255 251 235 / 0.75); +} +.decoration-amber-50\/80{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.8); + text-decoration-color: rgb(255 251 235 / 0.8); +} +.decoration-amber-50\/90{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.9); + text-decoration-color: rgb(255 251 235 / 0.9); +} +.decoration-amber-50\/95{ + -webkit-text-decoration-color: rgb(255 251 235 / 0.95); + text-decoration-color: rgb(255 251 235 / 0.95); +} +.decoration-amber-50\/100{ + -webkit-text-decoration-color: rgb(255 251 235 / 1); + text-decoration-color: rgb(255 251 235 / 1); +} +.decoration-amber-100\/0{ + -webkit-text-decoration-color: rgb(254 243 199 / 0); + text-decoration-color: rgb(254 243 199 / 0); +} +.decoration-amber-100\/5{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.05); + text-decoration-color: rgb(254 243 199 / 0.05); +} +.decoration-amber-100\/10{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.1); + text-decoration-color: rgb(254 243 199 / 0.1); +} +.decoration-amber-100\/20{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.2); + text-decoration-color: rgb(254 243 199 / 0.2); +} +.decoration-amber-100\/25{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.25); + text-decoration-color: rgb(254 243 199 / 0.25); +} +.decoration-amber-100\/30{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.3); + text-decoration-color: rgb(254 243 199 / 0.3); +} +.decoration-amber-100\/40{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.4); + text-decoration-color: rgb(254 243 199 / 0.4); +} +.decoration-amber-100\/50{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.5); + text-decoration-color: rgb(254 243 199 / 0.5); +} +.decoration-amber-100\/60{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.6); + text-decoration-color: rgb(254 243 199 / 0.6); +} +.decoration-amber-100\/70{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.7); + text-decoration-color: rgb(254 243 199 / 0.7); +} +.decoration-amber-100\/75{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.75); + text-decoration-color: rgb(254 243 199 / 0.75); +} +.decoration-amber-100\/80{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.8); + text-decoration-color: rgb(254 243 199 / 0.8); +} +.decoration-amber-100\/90{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.9); + text-decoration-color: rgb(254 243 199 / 0.9); +} +.decoration-amber-100\/95{ + -webkit-text-decoration-color: rgb(254 243 199 / 0.95); + text-decoration-color: rgb(254 243 199 / 0.95); +} +.decoration-amber-100\/100{ + -webkit-text-decoration-color: rgb(254 243 199 / 1); + text-decoration-color: rgb(254 243 199 / 1); +} +.decoration-amber-200\/0{ + -webkit-text-decoration-color: rgb(253 230 138 / 0); + text-decoration-color: rgb(253 230 138 / 0); +} +.decoration-amber-200\/5{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.05); + text-decoration-color: rgb(253 230 138 / 0.05); +} +.decoration-amber-200\/10{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.1); + text-decoration-color: rgb(253 230 138 / 0.1); +} +.decoration-amber-200\/20{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.2); + text-decoration-color: rgb(253 230 138 / 0.2); +} +.decoration-amber-200\/25{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.25); + text-decoration-color: rgb(253 230 138 / 0.25); +} +.decoration-amber-200\/30{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.3); + text-decoration-color: rgb(253 230 138 / 0.3); +} +.decoration-amber-200\/40{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.4); + text-decoration-color: rgb(253 230 138 / 0.4); +} +.decoration-amber-200\/50{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.5); + text-decoration-color: rgb(253 230 138 / 0.5); +} +.decoration-amber-200\/60{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.6); + text-decoration-color: rgb(253 230 138 / 0.6); +} +.decoration-amber-200\/70{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.7); + text-decoration-color: rgb(253 230 138 / 0.7); +} +.decoration-amber-200\/75{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.75); + text-decoration-color: rgb(253 230 138 / 0.75); +} +.decoration-amber-200\/80{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.8); + text-decoration-color: rgb(253 230 138 / 0.8); +} +.decoration-amber-200\/90{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.9); + text-decoration-color: rgb(253 230 138 / 0.9); +} +.decoration-amber-200\/95{ + -webkit-text-decoration-color: rgb(253 230 138 / 0.95); + text-decoration-color: rgb(253 230 138 / 0.95); +} +.decoration-amber-200\/100{ + -webkit-text-decoration-color: rgb(253 230 138 / 1); + text-decoration-color: rgb(253 230 138 / 1); +} +.decoration-amber-300\/0{ + -webkit-text-decoration-color: rgb(252 211 77 / 0); + text-decoration-color: rgb(252 211 77 / 0); +} +.decoration-amber-300\/5{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.05); + text-decoration-color: rgb(252 211 77 / 0.05); +} +.decoration-amber-300\/10{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.1); + text-decoration-color: rgb(252 211 77 / 0.1); +} +.decoration-amber-300\/20{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.2); + text-decoration-color: rgb(252 211 77 / 0.2); +} +.decoration-amber-300\/25{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.25); + text-decoration-color: rgb(252 211 77 / 0.25); +} +.decoration-amber-300\/30{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.3); + text-decoration-color: rgb(252 211 77 / 0.3); +} +.decoration-amber-300\/40{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.4); + text-decoration-color: rgb(252 211 77 / 0.4); +} +.decoration-amber-300\/50{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.5); + text-decoration-color: rgb(252 211 77 / 0.5); +} +.decoration-amber-300\/60{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.6); + text-decoration-color: rgb(252 211 77 / 0.6); +} +.decoration-amber-300\/70{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.7); + text-decoration-color: rgb(252 211 77 / 0.7); +} +.decoration-amber-300\/75{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.75); + text-decoration-color: rgb(252 211 77 / 0.75); +} +.decoration-amber-300\/80{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.8); + text-decoration-color: rgb(252 211 77 / 0.8); +} +.decoration-amber-300\/90{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.9); + text-decoration-color: rgb(252 211 77 / 0.9); +} +.decoration-amber-300\/95{ + -webkit-text-decoration-color: rgb(252 211 77 / 0.95); + text-decoration-color: rgb(252 211 77 / 0.95); +} +.decoration-amber-300\/100{ + -webkit-text-decoration-color: rgb(252 211 77 / 1); + text-decoration-color: rgb(252 211 77 / 1); +} +.decoration-amber-400\/0{ + -webkit-text-decoration-color: rgb(251 191 36 / 0); + text-decoration-color: rgb(251 191 36 / 0); +} +.decoration-amber-400\/5{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.05); + text-decoration-color: rgb(251 191 36 / 0.05); +} +.decoration-amber-400\/10{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.1); + text-decoration-color: rgb(251 191 36 / 0.1); +} +.decoration-amber-400\/20{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.2); + text-decoration-color: rgb(251 191 36 / 0.2); +} +.decoration-amber-400\/25{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.25); + text-decoration-color: rgb(251 191 36 / 0.25); +} +.decoration-amber-400\/30{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.3); + text-decoration-color: rgb(251 191 36 / 0.3); +} +.decoration-amber-400\/40{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.4); + text-decoration-color: rgb(251 191 36 / 0.4); +} +.decoration-amber-400\/50{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.5); + text-decoration-color: rgb(251 191 36 / 0.5); +} +.decoration-amber-400\/60{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.6); + text-decoration-color: rgb(251 191 36 / 0.6); +} +.decoration-amber-400\/70{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.7); + text-decoration-color: rgb(251 191 36 / 0.7); +} +.decoration-amber-400\/75{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.75); + text-decoration-color: rgb(251 191 36 / 0.75); +} +.decoration-amber-400\/80{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.8); + text-decoration-color: rgb(251 191 36 / 0.8); +} +.decoration-amber-400\/90{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.9); + text-decoration-color: rgb(251 191 36 / 0.9); +} +.decoration-amber-400\/95{ + -webkit-text-decoration-color: rgb(251 191 36 / 0.95); + text-decoration-color: rgb(251 191 36 / 0.95); +} +.decoration-amber-400\/100{ + -webkit-text-decoration-color: rgb(251 191 36 / 1); + text-decoration-color: rgb(251 191 36 / 1); +} +.decoration-amber-500\/0{ + -webkit-text-decoration-color: rgb(245 158 11 / 0); + text-decoration-color: rgb(245 158 11 / 0); +} +.decoration-amber-500\/5{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.05); + text-decoration-color: rgb(245 158 11 / 0.05); +} +.decoration-amber-500\/10{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.1); + text-decoration-color: rgb(245 158 11 / 0.1); +} +.decoration-amber-500\/20{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.2); + text-decoration-color: rgb(245 158 11 / 0.2); +} +.decoration-amber-500\/25{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.25); + text-decoration-color: rgb(245 158 11 / 0.25); +} +.decoration-amber-500\/30{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.3); + text-decoration-color: rgb(245 158 11 / 0.3); +} +.decoration-amber-500\/40{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.4); + text-decoration-color: rgb(245 158 11 / 0.4); +} +.decoration-amber-500\/50{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.5); + text-decoration-color: rgb(245 158 11 / 0.5); +} +.decoration-amber-500\/60{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.6); + text-decoration-color: rgb(245 158 11 / 0.6); +} +.decoration-amber-500\/70{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.7); + text-decoration-color: rgb(245 158 11 / 0.7); +} +.decoration-amber-500\/75{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.75); + text-decoration-color: rgb(245 158 11 / 0.75); +} +.decoration-amber-500\/80{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.8); + text-decoration-color: rgb(245 158 11 / 0.8); +} +.decoration-amber-500\/90{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.9); + text-decoration-color: rgb(245 158 11 / 0.9); +} +.decoration-amber-500\/95{ + -webkit-text-decoration-color: rgb(245 158 11 / 0.95); + text-decoration-color: rgb(245 158 11 / 0.95); +} +.decoration-amber-500\/100{ + -webkit-text-decoration-color: rgb(245 158 11 / 1); + text-decoration-color: rgb(245 158 11 / 1); +} +.decoration-amber-600\/0{ + -webkit-text-decoration-color: rgb(217 119 6 / 0); + text-decoration-color: rgb(217 119 6 / 0); +} +.decoration-amber-600\/5{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.05); + text-decoration-color: rgb(217 119 6 / 0.05); +} +.decoration-amber-600\/10{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.1); + text-decoration-color: rgb(217 119 6 / 0.1); +} +.decoration-amber-600\/20{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.2); + text-decoration-color: rgb(217 119 6 / 0.2); +} +.decoration-amber-600\/25{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.25); + text-decoration-color: rgb(217 119 6 / 0.25); +} +.decoration-amber-600\/30{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.3); + text-decoration-color: rgb(217 119 6 / 0.3); +} +.decoration-amber-600\/40{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.4); + text-decoration-color: rgb(217 119 6 / 0.4); +} +.decoration-amber-600\/50{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.5); + text-decoration-color: rgb(217 119 6 / 0.5); +} +.decoration-amber-600\/60{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.6); + text-decoration-color: rgb(217 119 6 / 0.6); +} +.decoration-amber-600\/70{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.7); + text-decoration-color: rgb(217 119 6 / 0.7); +} +.decoration-amber-600\/75{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.75); + text-decoration-color: rgb(217 119 6 / 0.75); +} +.decoration-amber-600\/80{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.8); + text-decoration-color: rgb(217 119 6 / 0.8); +} +.decoration-amber-600\/90{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.9); + text-decoration-color: rgb(217 119 6 / 0.9); +} +.decoration-amber-600\/95{ + -webkit-text-decoration-color: rgb(217 119 6 / 0.95); + text-decoration-color: rgb(217 119 6 / 0.95); +} +.decoration-amber-600\/100{ + -webkit-text-decoration-color: rgb(217 119 6 / 1); + text-decoration-color: rgb(217 119 6 / 1); +} +.decoration-amber-700\/0{ + -webkit-text-decoration-color: rgb(180 83 9 / 0); + text-decoration-color: rgb(180 83 9 / 0); +} +.decoration-amber-700\/5{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.05); + text-decoration-color: rgb(180 83 9 / 0.05); +} +.decoration-amber-700\/10{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.1); + text-decoration-color: rgb(180 83 9 / 0.1); +} +.decoration-amber-700\/20{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.2); + text-decoration-color: rgb(180 83 9 / 0.2); +} +.decoration-amber-700\/25{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.25); + text-decoration-color: rgb(180 83 9 / 0.25); +} +.decoration-amber-700\/30{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.3); + text-decoration-color: rgb(180 83 9 / 0.3); +} +.decoration-amber-700\/40{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.4); + text-decoration-color: rgb(180 83 9 / 0.4); +} +.decoration-amber-700\/50{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.5); + text-decoration-color: rgb(180 83 9 / 0.5); +} +.decoration-amber-700\/60{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.6); + text-decoration-color: rgb(180 83 9 / 0.6); +} +.decoration-amber-700\/70{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.7); + text-decoration-color: rgb(180 83 9 / 0.7); +} +.decoration-amber-700\/75{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.75); + text-decoration-color: rgb(180 83 9 / 0.75); +} +.decoration-amber-700\/80{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.8); + text-decoration-color: rgb(180 83 9 / 0.8); +} +.decoration-amber-700\/90{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.9); + text-decoration-color: rgb(180 83 9 / 0.9); +} +.decoration-amber-700\/95{ + -webkit-text-decoration-color: rgb(180 83 9 / 0.95); + text-decoration-color: rgb(180 83 9 / 0.95); +} +.decoration-amber-700\/100{ + -webkit-text-decoration-color: rgb(180 83 9 / 1); + text-decoration-color: rgb(180 83 9 / 1); +} +.decoration-amber-800\/0{ + -webkit-text-decoration-color: rgb(146 64 14 / 0); + text-decoration-color: rgb(146 64 14 / 0); +} +.decoration-amber-800\/5{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.05); + text-decoration-color: rgb(146 64 14 / 0.05); +} +.decoration-amber-800\/10{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.1); + text-decoration-color: rgb(146 64 14 / 0.1); +} +.decoration-amber-800\/20{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.2); + text-decoration-color: rgb(146 64 14 / 0.2); +} +.decoration-amber-800\/25{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.25); + text-decoration-color: rgb(146 64 14 / 0.25); +} +.decoration-amber-800\/30{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.3); + text-decoration-color: rgb(146 64 14 / 0.3); +} +.decoration-amber-800\/40{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.4); + text-decoration-color: rgb(146 64 14 / 0.4); +} +.decoration-amber-800\/50{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.5); + text-decoration-color: rgb(146 64 14 / 0.5); +} +.decoration-amber-800\/60{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.6); + text-decoration-color: rgb(146 64 14 / 0.6); +} +.decoration-amber-800\/70{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.7); + text-decoration-color: rgb(146 64 14 / 0.7); +} +.decoration-amber-800\/75{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.75); + text-decoration-color: rgb(146 64 14 / 0.75); +} +.decoration-amber-800\/80{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.8); + text-decoration-color: rgb(146 64 14 / 0.8); +} +.decoration-amber-800\/90{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.9); + text-decoration-color: rgb(146 64 14 / 0.9); +} +.decoration-amber-800\/95{ + -webkit-text-decoration-color: rgb(146 64 14 / 0.95); + text-decoration-color: rgb(146 64 14 / 0.95); +} +.decoration-amber-800\/100{ + -webkit-text-decoration-color: rgb(146 64 14 / 1); + text-decoration-color: rgb(146 64 14 / 1); +} +.decoration-amber-900\/0{ + -webkit-text-decoration-color: rgb(120 53 15 / 0); + text-decoration-color: rgb(120 53 15 / 0); +} +.decoration-amber-900\/5{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.05); + text-decoration-color: rgb(120 53 15 / 0.05); +} +.decoration-amber-900\/10{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.1); + text-decoration-color: rgb(120 53 15 / 0.1); +} +.decoration-amber-900\/20{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.2); + text-decoration-color: rgb(120 53 15 / 0.2); +} +.decoration-amber-900\/25{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.25); + text-decoration-color: rgb(120 53 15 / 0.25); +} +.decoration-amber-900\/30{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.3); + text-decoration-color: rgb(120 53 15 / 0.3); +} +.decoration-amber-900\/40{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.4); + text-decoration-color: rgb(120 53 15 / 0.4); +} +.decoration-amber-900\/50{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.5); + text-decoration-color: rgb(120 53 15 / 0.5); +} +.decoration-amber-900\/60{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.6); + text-decoration-color: rgb(120 53 15 / 0.6); +} +.decoration-amber-900\/70{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.7); + text-decoration-color: rgb(120 53 15 / 0.7); +} +.decoration-amber-900\/75{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.75); + text-decoration-color: rgb(120 53 15 / 0.75); +} +.decoration-amber-900\/80{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.8); + text-decoration-color: rgb(120 53 15 / 0.8); +} +.decoration-amber-900\/90{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.9); + text-decoration-color: rgb(120 53 15 / 0.9); +} +.decoration-amber-900\/95{ + -webkit-text-decoration-color: rgb(120 53 15 / 0.95); + text-decoration-color: rgb(120 53 15 / 0.95); +} +.decoration-amber-900\/100{ + -webkit-text-decoration-color: rgb(120 53 15 / 1); + text-decoration-color: rgb(120 53 15 / 1); +} +.decoration-yellow-50\/0{ + -webkit-text-decoration-color: rgb(253 253 234 / 0); + text-decoration-color: rgb(253 253 234 / 0); +} +.decoration-yellow-50\/5{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.05); + text-decoration-color: rgb(253 253 234 / 0.05); +} +.decoration-yellow-50\/10{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.1); + text-decoration-color: rgb(253 253 234 / 0.1); +} +.decoration-yellow-50\/20{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.2); + text-decoration-color: rgb(253 253 234 / 0.2); +} +.decoration-yellow-50\/25{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.25); + text-decoration-color: rgb(253 253 234 / 0.25); +} +.decoration-yellow-50\/30{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.3); + text-decoration-color: rgb(253 253 234 / 0.3); +} +.decoration-yellow-50\/40{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.4); + text-decoration-color: rgb(253 253 234 / 0.4); +} +.decoration-yellow-50\/50{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.5); + text-decoration-color: rgb(253 253 234 / 0.5); +} +.decoration-yellow-50\/60{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.6); + text-decoration-color: rgb(253 253 234 / 0.6); +} +.decoration-yellow-50\/70{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.7); + text-decoration-color: rgb(253 253 234 / 0.7); +} +.decoration-yellow-50\/75{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.75); + text-decoration-color: rgb(253 253 234 / 0.75); +} +.decoration-yellow-50\/80{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.8); + text-decoration-color: rgb(253 253 234 / 0.8); +} +.decoration-yellow-50\/90{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.9); + text-decoration-color: rgb(253 253 234 / 0.9); +} +.decoration-yellow-50\/95{ + -webkit-text-decoration-color: rgb(253 253 234 / 0.95); + text-decoration-color: rgb(253 253 234 / 0.95); +} +.decoration-yellow-50\/100{ + -webkit-text-decoration-color: rgb(253 253 234 / 1); + text-decoration-color: rgb(253 253 234 / 1); +} +.decoration-yellow-100\/0{ + -webkit-text-decoration-color: rgb(253 246 178 / 0); + text-decoration-color: rgb(253 246 178 / 0); +} +.decoration-yellow-100\/5{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.05); + text-decoration-color: rgb(253 246 178 / 0.05); +} +.decoration-yellow-100\/10{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.1); + text-decoration-color: rgb(253 246 178 / 0.1); +} +.decoration-yellow-100\/20{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.2); + text-decoration-color: rgb(253 246 178 / 0.2); +} +.decoration-yellow-100\/25{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.25); + text-decoration-color: rgb(253 246 178 / 0.25); +} +.decoration-yellow-100\/30{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.3); + text-decoration-color: rgb(253 246 178 / 0.3); +} +.decoration-yellow-100\/40{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.4); + text-decoration-color: rgb(253 246 178 / 0.4); +} +.decoration-yellow-100\/50{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.5); + text-decoration-color: rgb(253 246 178 / 0.5); +} +.decoration-yellow-100\/60{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.6); + text-decoration-color: rgb(253 246 178 / 0.6); +} +.decoration-yellow-100\/70{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.7); + text-decoration-color: rgb(253 246 178 / 0.7); +} +.decoration-yellow-100\/75{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.75); + text-decoration-color: rgb(253 246 178 / 0.75); +} +.decoration-yellow-100\/80{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.8); + text-decoration-color: rgb(253 246 178 / 0.8); +} +.decoration-yellow-100\/90{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.9); + text-decoration-color: rgb(253 246 178 / 0.9); +} +.decoration-yellow-100\/95{ + -webkit-text-decoration-color: rgb(253 246 178 / 0.95); + text-decoration-color: rgb(253 246 178 / 0.95); +} +.decoration-yellow-100\/100{ + -webkit-text-decoration-color: rgb(253 246 178 / 1); + text-decoration-color: rgb(253 246 178 / 1); +} +.decoration-yellow-200\/0{ + -webkit-text-decoration-color: rgb(252 233 106 / 0); + text-decoration-color: rgb(252 233 106 / 0); +} +.decoration-yellow-200\/5{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.05); + text-decoration-color: rgb(252 233 106 / 0.05); +} +.decoration-yellow-200\/10{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.1); + text-decoration-color: rgb(252 233 106 / 0.1); +} +.decoration-yellow-200\/20{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.2); + text-decoration-color: rgb(252 233 106 / 0.2); +} +.decoration-yellow-200\/25{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.25); + text-decoration-color: rgb(252 233 106 / 0.25); +} +.decoration-yellow-200\/30{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.3); + text-decoration-color: rgb(252 233 106 / 0.3); +} +.decoration-yellow-200\/40{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.4); + text-decoration-color: rgb(252 233 106 / 0.4); +} +.decoration-yellow-200\/50{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.5); + text-decoration-color: rgb(252 233 106 / 0.5); +} +.decoration-yellow-200\/60{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.6); + text-decoration-color: rgb(252 233 106 / 0.6); +} +.decoration-yellow-200\/70{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.7); + text-decoration-color: rgb(252 233 106 / 0.7); +} +.decoration-yellow-200\/75{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.75); + text-decoration-color: rgb(252 233 106 / 0.75); +} +.decoration-yellow-200\/80{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.8); + text-decoration-color: rgb(252 233 106 / 0.8); +} +.decoration-yellow-200\/90{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.9); + text-decoration-color: rgb(252 233 106 / 0.9); +} +.decoration-yellow-200\/95{ + -webkit-text-decoration-color: rgb(252 233 106 / 0.95); + text-decoration-color: rgb(252 233 106 / 0.95); +} +.decoration-yellow-200\/100{ + -webkit-text-decoration-color: rgb(252 233 106 / 1); + text-decoration-color: rgb(252 233 106 / 1); +} +.decoration-yellow-300\/0{ + -webkit-text-decoration-color: rgb(250 202 21 / 0); + text-decoration-color: rgb(250 202 21 / 0); +} +.decoration-yellow-300\/5{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.05); + text-decoration-color: rgb(250 202 21 / 0.05); +} +.decoration-yellow-300\/10{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.1); + text-decoration-color: rgb(250 202 21 / 0.1); +} +.decoration-yellow-300\/20{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.2); + text-decoration-color: rgb(250 202 21 / 0.2); +} +.decoration-yellow-300\/25{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.25); + text-decoration-color: rgb(250 202 21 / 0.25); +} +.decoration-yellow-300\/30{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.3); + text-decoration-color: rgb(250 202 21 / 0.3); +} +.decoration-yellow-300\/40{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.4); + text-decoration-color: rgb(250 202 21 / 0.4); +} +.decoration-yellow-300\/50{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.5); + text-decoration-color: rgb(250 202 21 / 0.5); +} +.decoration-yellow-300\/60{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.6); + text-decoration-color: rgb(250 202 21 / 0.6); +} +.decoration-yellow-300\/70{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.7); + text-decoration-color: rgb(250 202 21 / 0.7); +} +.decoration-yellow-300\/75{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.75); + text-decoration-color: rgb(250 202 21 / 0.75); +} +.decoration-yellow-300\/80{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.8); + text-decoration-color: rgb(250 202 21 / 0.8); +} +.decoration-yellow-300\/90{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.9); + text-decoration-color: rgb(250 202 21 / 0.9); +} +.decoration-yellow-300\/95{ + -webkit-text-decoration-color: rgb(250 202 21 / 0.95); + text-decoration-color: rgb(250 202 21 / 0.95); +} +.decoration-yellow-300\/100{ + -webkit-text-decoration-color: rgb(250 202 21 / 1); + text-decoration-color: rgb(250 202 21 / 1); +} +.decoration-yellow-400\/0{ + -webkit-text-decoration-color: rgb(227 160 8 / 0); + text-decoration-color: rgb(227 160 8 / 0); +} +.decoration-yellow-400\/5{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.05); + text-decoration-color: rgb(227 160 8 / 0.05); +} +.decoration-yellow-400\/10{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.1); + text-decoration-color: rgb(227 160 8 / 0.1); +} +.decoration-yellow-400\/20{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.2); + text-decoration-color: rgb(227 160 8 / 0.2); +} +.decoration-yellow-400\/25{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.25); + text-decoration-color: rgb(227 160 8 / 0.25); +} +.decoration-yellow-400\/30{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.3); + text-decoration-color: rgb(227 160 8 / 0.3); +} +.decoration-yellow-400\/40{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.4); + text-decoration-color: rgb(227 160 8 / 0.4); +} +.decoration-yellow-400\/50{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.5); + text-decoration-color: rgb(227 160 8 / 0.5); +} +.decoration-yellow-400\/60{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.6); + text-decoration-color: rgb(227 160 8 / 0.6); +} +.decoration-yellow-400\/70{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.7); + text-decoration-color: rgb(227 160 8 / 0.7); +} +.decoration-yellow-400\/75{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.75); + text-decoration-color: rgb(227 160 8 / 0.75); +} +.decoration-yellow-400\/80{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.8); + text-decoration-color: rgb(227 160 8 / 0.8); +} +.decoration-yellow-400\/90{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.9); + text-decoration-color: rgb(227 160 8 / 0.9); +} +.decoration-yellow-400\/95{ + -webkit-text-decoration-color: rgb(227 160 8 / 0.95); + text-decoration-color: rgb(227 160 8 / 0.95); +} +.decoration-yellow-400\/100{ + -webkit-text-decoration-color: rgb(227 160 8 / 1); + text-decoration-color: rgb(227 160 8 / 1); +} +.decoration-yellow-500\/0{ + -webkit-text-decoration-color: rgb(194 120 3 / 0); + text-decoration-color: rgb(194 120 3 / 0); +} +.decoration-yellow-500\/5{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.05); + text-decoration-color: rgb(194 120 3 / 0.05); +} +.decoration-yellow-500\/10{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.1); + text-decoration-color: rgb(194 120 3 / 0.1); +} +.decoration-yellow-500\/20{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.2); + text-decoration-color: rgb(194 120 3 / 0.2); +} +.decoration-yellow-500\/25{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.25); + text-decoration-color: rgb(194 120 3 / 0.25); +} +.decoration-yellow-500\/30{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.3); + text-decoration-color: rgb(194 120 3 / 0.3); +} +.decoration-yellow-500\/40{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.4); + text-decoration-color: rgb(194 120 3 / 0.4); +} +.decoration-yellow-500\/50{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.5); + text-decoration-color: rgb(194 120 3 / 0.5); +} +.decoration-yellow-500\/60{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.6); + text-decoration-color: rgb(194 120 3 / 0.6); +} +.decoration-yellow-500\/70{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.7); + text-decoration-color: rgb(194 120 3 / 0.7); +} +.decoration-yellow-500\/75{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.75); + text-decoration-color: rgb(194 120 3 / 0.75); +} +.decoration-yellow-500\/80{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.8); + text-decoration-color: rgb(194 120 3 / 0.8); +} +.decoration-yellow-500\/90{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.9); + text-decoration-color: rgb(194 120 3 / 0.9); +} +.decoration-yellow-500\/95{ + -webkit-text-decoration-color: rgb(194 120 3 / 0.95); + text-decoration-color: rgb(194 120 3 / 0.95); +} +.decoration-yellow-500\/100{ + -webkit-text-decoration-color: rgb(194 120 3 / 1); + text-decoration-color: rgb(194 120 3 / 1); +} +.decoration-yellow-600\/0{ + -webkit-text-decoration-color: rgb(159 88 10 / 0); + text-decoration-color: rgb(159 88 10 / 0); +} +.decoration-yellow-600\/5{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.05); + text-decoration-color: rgb(159 88 10 / 0.05); +} +.decoration-yellow-600\/10{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.1); + text-decoration-color: rgb(159 88 10 / 0.1); +} +.decoration-yellow-600\/20{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.2); + text-decoration-color: rgb(159 88 10 / 0.2); +} +.decoration-yellow-600\/25{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.25); + text-decoration-color: rgb(159 88 10 / 0.25); +} +.decoration-yellow-600\/30{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.3); + text-decoration-color: rgb(159 88 10 / 0.3); +} +.decoration-yellow-600\/40{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.4); + text-decoration-color: rgb(159 88 10 / 0.4); +} +.decoration-yellow-600\/50{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.5); + text-decoration-color: rgb(159 88 10 / 0.5); +} +.decoration-yellow-600\/60{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.6); + text-decoration-color: rgb(159 88 10 / 0.6); +} +.decoration-yellow-600\/70{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.7); + text-decoration-color: rgb(159 88 10 / 0.7); +} +.decoration-yellow-600\/75{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.75); + text-decoration-color: rgb(159 88 10 / 0.75); +} +.decoration-yellow-600\/80{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.8); + text-decoration-color: rgb(159 88 10 / 0.8); +} +.decoration-yellow-600\/90{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.9); + text-decoration-color: rgb(159 88 10 / 0.9); +} +.decoration-yellow-600\/95{ + -webkit-text-decoration-color: rgb(159 88 10 / 0.95); + text-decoration-color: rgb(159 88 10 / 0.95); +} +.decoration-yellow-600\/100{ + -webkit-text-decoration-color: rgb(159 88 10 / 1); + text-decoration-color: rgb(159 88 10 / 1); +} +.decoration-yellow-700\/0{ + -webkit-text-decoration-color: rgb(142 75 16 / 0); + text-decoration-color: rgb(142 75 16 / 0); +} +.decoration-yellow-700\/5{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.05); + text-decoration-color: rgb(142 75 16 / 0.05); +} +.decoration-yellow-700\/10{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.1); + text-decoration-color: rgb(142 75 16 / 0.1); +} +.decoration-yellow-700\/20{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.2); + text-decoration-color: rgb(142 75 16 / 0.2); +} +.decoration-yellow-700\/25{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.25); + text-decoration-color: rgb(142 75 16 / 0.25); +} +.decoration-yellow-700\/30{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.3); + text-decoration-color: rgb(142 75 16 / 0.3); +} +.decoration-yellow-700\/40{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.4); + text-decoration-color: rgb(142 75 16 / 0.4); +} +.decoration-yellow-700\/50{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.5); + text-decoration-color: rgb(142 75 16 / 0.5); +} +.decoration-yellow-700\/60{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.6); + text-decoration-color: rgb(142 75 16 / 0.6); +} +.decoration-yellow-700\/70{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.7); + text-decoration-color: rgb(142 75 16 / 0.7); +} +.decoration-yellow-700\/75{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.75); + text-decoration-color: rgb(142 75 16 / 0.75); +} +.decoration-yellow-700\/80{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.8); + text-decoration-color: rgb(142 75 16 / 0.8); +} +.decoration-yellow-700\/90{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.9); + text-decoration-color: rgb(142 75 16 / 0.9); +} +.decoration-yellow-700\/95{ + -webkit-text-decoration-color: rgb(142 75 16 / 0.95); + text-decoration-color: rgb(142 75 16 / 0.95); +} +.decoration-yellow-700\/100{ + -webkit-text-decoration-color: rgb(142 75 16 / 1); + text-decoration-color: rgb(142 75 16 / 1); +} +.decoration-yellow-800\/0{ + -webkit-text-decoration-color: rgb(114 59 19 / 0); + text-decoration-color: rgb(114 59 19 / 0); +} +.decoration-yellow-800\/5{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.05); + text-decoration-color: rgb(114 59 19 / 0.05); +} +.decoration-yellow-800\/10{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.1); + text-decoration-color: rgb(114 59 19 / 0.1); +} +.decoration-yellow-800\/20{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.2); + text-decoration-color: rgb(114 59 19 / 0.2); +} +.decoration-yellow-800\/25{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.25); + text-decoration-color: rgb(114 59 19 / 0.25); +} +.decoration-yellow-800\/30{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.3); + text-decoration-color: rgb(114 59 19 / 0.3); +} +.decoration-yellow-800\/40{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.4); + text-decoration-color: rgb(114 59 19 / 0.4); +} +.decoration-yellow-800\/50{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.5); + text-decoration-color: rgb(114 59 19 / 0.5); +} +.decoration-yellow-800\/60{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.6); + text-decoration-color: rgb(114 59 19 / 0.6); +} +.decoration-yellow-800\/70{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.7); + text-decoration-color: rgb(114 59 19 / 0.7); +} +.decoration-yellow-800\/75{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.75); + text-decoration-color: rgb(114 59 19 / 0.75); +} +.decoration-yellow-800\/80{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.8); + text-decoration-color: rgb(114 59 19 / 0.8); +} +.decoration-yellow-800\/90{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.9); + text-decoration-color: rgb(114 59 19 / 0.9); +} +.decoration-yellow-800\/95{ + -webkit-text-decoration-color: rgb(114 59 19 / 0.95); + text-decoration-color: rgb(114 59 19 / 0.95); +} +.decoration-yellow-800\/100{ + -webkit-text-decoration-color: rgb(114 59 19 / 1); + text-decoration-color: rgb(114 59 19 / 1); +} +.decoration-yellow-900\/0{ + -webkit-text-decoration-color: rgb(99 49 18 / 0); + text-decoration-color: rgb(99 49 18 / 0); +} +.decoration-yellow-900\/5{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.05); + text-decoration-color: rgb(99 49 18 / 0.05); +} +.decoration-yellow-900\/10{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.1); + text-decoration-color: rgb(99 49 18 / 0.1); +} +.decoration-yellow-900\/20{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.2); + text-decoration-color: rgb(99 49 18 / 0.2); +} +.decoration-yellow-900\/25{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.25); + text-decoration-color: rgb(99 49 18 / 0.25); +} +.decoration-yellow-900\/30{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.3); + text-decoration-color: rgb(99 49 18 / 0.3); +} +.decoration-yellow-900\/40{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.4); + text-decoration-color: rgb(99 49 18 / 0.4); +} +.decoration-yellow-900\/50{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.5); + text-decoration-color: rgb(99 49 18 / 0.5); +} +.decoration-yellow-900\/60{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.6); + text-decoration-color: rgb(99 49 18 / 0.6); +} +.decoration-yellow-900\/70{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.7); + text-decoration-color: rgb(99 49 18 / 0.7); +} +.decoration-yellow-900\/75{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.75); + text-decoration-color: rgb(99 49 18 / 0.75); +} +.decoration-yellow-900\/80{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.8); + text-decoration-color: rgb(99 49 18 / 0.8); +} +.decoration-yellow-900\/90{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.9); + text-decoration-color: rgb(99 49 18 / 0.9); +} +.decoration-yellow-900\/95{ + -webkit-text-decoration-color: rgb(99 49 18 / 0.95); + text-decoration-color: rgb(99 49 18 / 0.95); +} +.decoration-yellow-900\/100{ + -webkit-text-decoration-color: rgb(99 49 18 / 1); + text-decoration-color: rgb(99 49 18 / 1); +} +.decoration-lime-50\/0{ + -webkit-text-decoration-color: rgb(247 254 231 / 0); + text-decoration-color: rgb(247 254 231 / 0); +} +.decoration-lime-50\/5{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.05); + text-decoration-color: rgb(247 254 231 / 0.05); +} +.decoration-lime-50\/10{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.1); + text-decoration-color: rgb(247 254 231 / 0.1); +} +.decoration-lime-50\/20{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.2); + text-decoration-color: rgb(247 254 231 / 0.2); +} +.decoration-lime-50\/25{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.25); + text-decoration-color: rgb(247 254 231 / 0.25); +} +.decoration-lime-50\/30{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.3); + text-decoration-color: rgb(247 254 231 / 0.3); +} +.decoration-lime-50\/40{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.4); + text-decoration-color: rgb(247 254 231 / 0.4); +} +.decoration-lime-50\/50{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.5); + text-decoration-color: rgb(247 254 231 / 0.5); +} +.decoration-lime-50\/60{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.6); + text-decoration-color: rgb(247 254 231 / 0.6); +} +.decoration-lime-50\/70{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.7); + text-decoration-color: rgb(247 254 231 / 0.7); +} +.decoration-lime-50\/75{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.75); + text-decoration-color: rgb(247 254 231 / 0.75); +} +.decoration-lime-50\/80{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.8); + text-decoration-color: rgb(247 254 231 / 0.8); +} +.decoration-lime-50\/90{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.9); + text-decoration-color: rgb(247 254 231 / 0.9); +} +.decoration-lime-50\/95{ + -webkit-text-decoration-color: rgb(247 254 231 / 0.95); + text-decoration-color: rgb(247 254 231 / 0.95); +} +.decoration-lime-50\/100{ + -webkit-text-decoration-color: rgb(247 254 231 / 1); + text-decoration-color: rgb(247 254 231 / 1); +} +.decoration-lime-100\/0{ + -webkit-text-decoration-color: rgb(236 252 203 / 0); + text-decoration-color: rgb(236 252 203 / 0); +} +.decoration-lime-100\/5{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.05); + text-decoration-color: rgb(236 252 203 / 0.05); +} +.decoration-lime-100\/10{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.1); + text-decoration-color: rgb(236 252 203 / 0.1); +} +.decoration-lime-100\/20{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.2); + text-decoration-color: rgb(236 252 203 / 0.2); +} +.decoration-lime-100\/25{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.25); + text-decoration-color: rgb(236 252 203 / 0.25); +} +.decoration-lime-100\/30{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.3); + text-decoration-color: rgb(236 252 203 / 0.3); +} +.decoration-lime-100\/40{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.4); + text-decoration-color: rgb(236 252 203 / 0.4); +} +.decoration-lime-100\/50{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.5); + text-decoration-color: rgb(236 252 203 / 0.5); +} +.decoration-lime-100\/60{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.6); + text-decoration-color: rgb(236 252 203 / 0.6); +} +.decoration-lime-100\/70{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.7); + text-decoration-color: rgb(236 252 203 / 0.7); +} +.decoration-lime-100\/75{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.75); + text-decoration-color: rgb(236 252 203 / 0.75); +} +.decoration-lime-100\/80{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.8); + text-decoration-color: rgb(236 252 203 / 0.8); +} +.decoration-lime-100\/90{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.9); + text-decoration-color: rgb(236 252 203 / 0.9); +} +.decoration-lime-100\/95{ + -webkit-text-decoration-color: rgb(236 252 203 / 0.95); + text-decoration-color: rgb(236 252 203 / 0.95); +} +.decoration-lime-100\/100{ + -webkit-text-decoration-color: rgb(236 252 203 / 1); + text-decoration-color: rgb(236 252 203 / 1); +} +.decoration-lime-200\/0{ + -webkit-text-decoration-color: rgb(217 249 157 / 0); + text-decoration-color: rgb(217 249 157 / 0); +} +.decoration-lime-200\/5{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.05); + text-decoration-color: rgb(217 249 157 / 0.05); +} +.decoration-lime-200\/10{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.1); + text-decoration-color: rgb(217 249 157 / 0.1); +} +.decoration-lime-200\/20{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.2); + text-decoration-color: rgb(217 249 157 / 0.2); +} +.decoration-lime-200\/25{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.25); + text-decoration-color: rgb(217 249 157 / 0.25); +} +.decoration-lime-200\/30{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.3); + text-decoration-color: rgb(217 249 157 / 0.3); +} +.decoration-lime-200\/40{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.4); + text-decoration-color: rgb(217 249 157 / 0.4); +} +.decoration-lime-200\/50{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.5); + text-decoration-color: rgb(217 249 157 / 0.5); +} +.decoration-lime-200\/60{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.6); + text-decoration-color: rgb(217 249 157 / 0.6); +} +.decoration-lime-200\/70{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.7); + text-decoration-color: rgb(217 249 157 / 0.7); +} +.decoration-lime-200\/75{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.75); + text-decoration-color: rgb(217 249 157 / 0.75); +} +.decoration-lime-200\/80{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.8); + text-decoration-color: rgb(217 249 157 / 0.8); +} +.decoration-lime-200\/90{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.9); + text-decoration-color: rgb(217 249 157 / 0.9); +} +.decoration-lime-200\/95{ + -webkit-text-decoration-color: rgb(217 249 157 / 0.95); + text-decoration-color: rgb(217 249 157 / 0.95); +} +.decoration-lime-200\/100{ + -webkit-text-decoration-color: rgb(217 249 157 / 1); + text-decoration-color: rgb(217 249 157 / 1); +} +.decoration-lime-300\/0{ + -webkit-text-decoration-color: rgb(190 242 100 / 0); + text-decoration-color: rgb(190 242 100 / 0); +} +.decoration-lime-300\/5{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.05); + text-decoration-color: rgb(190 242 100 / 0.05); +} +.decoration-lime-300\/10{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.1); + text-decoration-color: rgb(190 242 100 / 0.1); +} +.decoration-lime-300\/20{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.2); + text-decoration-color: rgb(190 242 100 / 0.2); +} +.decoration-lime-300\/25{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.25); + text-decoration-color: rgb(190 242 100 / 0.25); +} +.decoration-lime-300\/30{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.3); + text-decoration-color: rgb(190 242 100 / 0.3); +} +.decoration-lime-300\/40{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.4); + text-decoration-color: rgb(190 242 100 / 0.4); +} +.decoration-lime-300\/50{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.5); + text-decoration-color: rgb(190 242 100 / 0.5); +} +.decoration-lime-300\/60{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.6); + text-decoration-color: rgb(190 242 100 / 0.6); +} +.decoration-lime-300\/70{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.7); + text-decoration-color: rgb(190 242 100 / 0.7); +} +.decoration-lime-300\/75{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.75); + text-decoration-color: rgb(190 242 100 / 0.75); +} +.decoration-lime-300\/80{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.8); + text-decoration-color: rgb(190 242 100 / 0.8); +} +.decoration-lime-300\/90{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.9); + text-decoration-color: rgb(190 242 100 / 0.9); +} +.decoration-lime-300\/95{ + -webkit-text-decoration-color: rgb(190 242 100 / 0.95); + text-decoration-color: rgb(190 242 100 / 0.95); +} +.decoration-lime-300\/100{ + -webkit-text-decoration-color: rgb(190 242 100 / 1); + text-decoration-color: rgb(190 242 100 / 1); +} +.decoration-lime-400\/0{ + -webkit-text-decoration-color: rgb(163 230 53 / 0); + text-decoration-color: rgb(163 230 53 / 0); +} +.decoration-lime-400\/5{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.05); + text-decoration-color: rgb(163 230 53 / 0.05); +} +.decoration-lime-400\/10{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.1); + text-decoration-color: rgb(163 230 53 / 0.1); +} +.decoration-lime-400\/20{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.2); + text-decoration-color: rgb(163 230 53 / 0.2); +} +.decoration-lime-400\/25{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.25); + text-decoration-color: rgb(163 230 53 / 0.25); +} +.decoration-lime-400\/30{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.3); + text-decoration-color: rgb(163 230 53 / 0.3); +} +.decoration-lime-400\/40{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.4); + text-decoration-color: rgb(163 230 53 / 0.4); +} +.decoration-lime-400\/50{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.5); + text-decoration-color: rgb(163 230 53 / 0.5); +} +.decoration-lime-400\/60{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.6); + text-decoration-color: rgb(163 230 53 / 0.6); +} +.decoration-lime-400\/70{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.7); + text-decoration-color: rgb(163 230 53 / 0.7); +} +.decoration-lime-400\/75{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.75); + text-decoration-color: rgb(163 230 53 / 0.75); +} +.decoration-lime-400\/80{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.8); + text-decoration-color: rgb(163 230 53 / 0.8); +} +.decoration-lime-400\/90{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.9); + text-decoration-color: rgb(163 230 53 / 0.9); +} +.decoration-lime-400\/95{ + -webkit-text-decoration-color: rgb(163 230 53 / 0.95); + text-decoration-color: rgb(163 230 53 / 0.95); +} +.decoration-lime-400\/100{ + -webkit-text-decoration-color: rgb(163 230 53 / 1); + text-decoration-color: rgb(163 230 53 / 1); +} +.decoration-lime-500\/0{ + -webkit-text-decoration-color: rgb(132 204 22 / 0); + text-decoration-color: rgb(132 204 22 / 0); +} +.decoration-lime-500\/5{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.05); + text-decoration-color: rgb(132 204 22 / 0.05); +} +.decoration-lime-500\/10{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.1); + text-decoration-color: rgb(132 204 22 / 0.1); +} +.decoration-lime-500\/20{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.2); + text-decoration-color: rgb(132 204 22 / 0.2); +} +.decoration-lime-500\/25{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.25); + text-decoration-color: rgb(132 204 22 / 0.25); +} +.decoration-lime-500\/30{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.3); + text-decoration-color: rgb(132 204 22 / 0.3); +} +.decoration-lime-500\/40{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.4); + text-decoration-color: rgb(132 204 22 / 0.4); +} +.decoration-lime-500\/50{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.5); + text-decoration-color: rgb(132 204 22 / 0.5); +} +.decoration-lime-500\/60{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.6); + text-decoration-color: rgb(132 204 22 / 0.6); +} +.decoration-lime-500\/70{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.7); + text-decoration-color: rgb(132 204 22 / 0.7); +} +.decoration-lime-500\/75{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.75); + text-decoration-color: rgb(132 204 22 / 0.75); +} +.decoration-lime-500\/80{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.8); + text-decoration-color: rgb(132 204 22 / 0.8); +} +.decoration-lime-500\/90{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.9); + text-decoration-color: rgb(132 204 22 / 0.9); +} +.decoration-lime-500\/95{ + -webkit-text-decoration-color: rgb(132 204 22 / 0.95); + text-decoration-color: rgb(132 204 22 / 0.95); +} +.decoration-lime-500\/100{ + -webkit-text-decoration-color: rgb(132 204 22 / 1); + text-decoration-color: rgb(132 204 22 / 1); +} +.decoration-lime-600\/0{ + -webkit-text-decoration-color: rgb(101 163 13 / 0); + text-decoration-color: rgb(101 163 13 / 0); +} +.decoration-lime-600\/5{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.05); + text-decoration-color: rgb(101 163 13 / 0.05); +} +.decoration-lime-600\/10{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.1); + text-decoration-color: rgb(101 163 13 / 0.1); +} +.decoration-lime-600\/20{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.2); + text-decoration-color: rgb(101 163 13 / 0.2); +} +.decoration-lime-600\/25{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.25); + text-decoration-color: rgb(101 163 13 / 0.25); +} +.decoration-lime-600\/30{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.3); + text-decoration-color: rgb(101 163 13 / 0.3); +} +.decoration-lime-600\/40{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.4); + text-decoration-color: rgb(101 163 13 / 0.4); +} +.decoration-lime-600\/50{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.5); + text-decoration-color: rgb(101 163 13 / 0.5); +} +.decoration-lime-600\/60{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.6); + text-decoration-color: rgb(101 163 13 / 0.6); +} +.decoration-lime-600\/70{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.7); + text-decoration-color: rgb(101 163 13 / 0.7); +} +.decoration-lime-600\/75{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.75); + text-decoration-color: rgb(101 163 13 / 0.75); +} +.decoration-lime-600\/80{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.8); + text-decoration-color: rgb(101 163 13 / 0.8); +} +.decoration-lime-600\/90{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.9); + text-decoration-color: rgb(101 163 13 / 0.9); +} +.decoration-lime-600\/95{ + -webkit-text-decoration-color: rgb(101 163 13 / 0.95); + text-decoration-color: rgb(101 163 13 / 0.95); +} +.decoration-lime-600\/100{ + -webkit-text-decoration-color: rgb(101 163 13 / 1); + text-decoration-color: rgb(101 163 13 / 1); +} +.decoration-lime-700\/0{ + -webkit-text-decoration-color: rgb(77 124 15 / 0); + text-decoration-color: rgb(77 124 15 / 0); +} +.decoration-lime-700\/5{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.05); + text-decoration-color: rgb(77 124 15 / 0.05); +} +.decoration-lime-700\/10{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.1); + text-decoration-color: rgb(77 124 15 / 0.1); +} +.decoration-lime-700\/20{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.2); + text-decoration-color: rgb(77 124 15 / 0.2); +} +.decoration-lime-700\/25{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.25); + text-decoration-color: rgb(77 124 15 / 0.25); +} +.decoration-lime-700\/30{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.3); + text-decoration-color: rgb(77 124 15 / 0.3); +} +.decoration-lime-700\/40{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.4); + text-decoration-color: rgb(77 124 15 / 0.4); +} +.decoration-lime-700\/50{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.5); + text-decoration-color: rgb(77 124 15 / 0.5); +} +.decoration-lime-700\/60{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.6); + text-decoration-color: rgb(77 124 15 / 0.6); +} +.decoration-lime-700\/70{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.7); + text-decoration-color: rgb(77 124 15 / 0.7); +} +.decoration-lime-700\/75{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.75); + text-decoration-color: rgb(77 124 15 / 0.75); +} +.decoration-lime-700\/80{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.8); + text-decoration-color: rgb(77 124 15 / 0.8); +} +.decoration-lime-700\/90{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.9); + text-decoration-color: rgb(77 124 15 / 0.9); +} +.decoration-lime-700\/95{ + -webkit-text-decoration-color: rgb(77 124 15 / 0.95); + text-decoration-color: rgb(77 124 15 / 0.95); +} +.decoration-lime-700\/100{ + -webkit-text-decoration-color: rgb(77 124 15 / 1); + text-decoration-color: rgb(77 124 15 / 1); +} +.decoration-lime-800\/0{ + -webkit-text-decoration-color: rgb(63 98 18 / 0); + text-decoration-color: rgb(63 98 18 / 0); +} +.decoration-lime-800\/5{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.05); + text-decoration-color: rgb(63 98 18 / 0.05); +} +.decoration-lime-800\/10{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.1); + text-decoration-color: rgb(63 98 18 / 0.1); +} +.decoration-lime-800\/20{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.2); + text-decoration-color: rgb(63 98 18 / 0.2); +} +.decoration-lime-800\/25{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.25); + text-decoration-color: rgb(63 98 18 / 0.25); +} +.decoration-lime-800\/30{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.3); + text-decoration-color: rgb(63 98 18 / 0.3); +} +.decoration-lime-800\/40{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.4); + text-decoration-color: rgb(63 98 18 / 0.4); +} +.decoration-lime-800\/50{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.5); + text-decoration-color: rgb(63 98 18 / 0.5); +} +.decoration-lime-800\/60{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.6); + text-decoration-color: rgb(63 98 18 / 0.6); +} +.decoration-lime-800\/70{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.7); + text-decoration-color: rgb(63 98 18 / 0.7); +} +.decoration-lime-800\/75{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.75); + text-decoration-color: rgb(63 98 18 / 0.75); +} +.decoration-lime-800\/80{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.8); + text-decoration-color: rgb(63 98 18 / 0.8); +} +.decoration-lime-800\/90{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.9); + text-decoration-color: rgb(63 98 18 / 0.9); +} +.decoration-lime-800\/95{ + -webkit-text-decoration-color: rgb(63 98 18 / 0.95); + text-decoration-color: rgb(63 98 18 / 0.95); +} +.decoration-lime-800\/100{ + -webkit-text-decoration-color: rgb(63 98 18 / 1); + text-decoration-color: rgb(63 98 18 / 1); +} +.decoration-lime-900\/0{ + -webkit-text-decoration-color: rgb(54 83 20 / 0); + text-decoration-color: rgb(54 83 20 / 0); +} +.decoration-lime-900\/5{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.05); + text-decoration-color: rgb(54 83 20 / 0.05); +} +.decoration-lime-900\/10{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.1); + text-decoration-color: rgb(54 83 20 / 0.1); +} +.decoration-lime-900\/20{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.2); + text-decoration-color: rgb(54 83 20 / 0.2); +} +.decoration-lime-900\/25{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.25); + text-decoration-color: rgb(54 83 20 / 0.25); +} +.decoration-lime-900\/30{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.3); + text-decoration-color: rgb(54 83 20 / 0.3); +} +.decoration-lime-900\/40{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.4); + text-decoration-color: rgb(54 83 20 / 0.4); +} +.decoration-lime-900\/50{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.5); + text-decoration-color: rgb(54 83 20 / 0.5); +} +.decoration-lime-900\/60{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.6); + text-decoration-color: rgb(54 83 20 / 0.6); +} +.decoration-lime-900\/70{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.7); + text-decoration-color: rgb(54 83 20 / 0.7); +} +.decoration-lime-900\/75{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.75); + text-decoration-color: rgb(54 83 20 / 0.75); +} +.decoration-lime-900\/80{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.8); + text-decoration-color: rgb(54 83 20 / 0.8); +} +.decoration-lime-900\/90{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.9); + text-decoration-color: rgb(54 83 20 / 0.9); +} +.decoration-lime-900\/95{ + -webkit-text-decoration-color: rgb(54 83 20 / 0.95); + text-decoration-color: rgb(54 83 20 / 0.95); +} +.decoration-lime-900\/100{ + -webkit-text-decoration-color: rgb(54 83 20 / 1); + text-decoration-color: rgb(54 83 20 / 1); +} +.decoration-green-50\/0{ + -webkit-text-decoration-color: rgb(248 250 246 / 0); + text-decoration-color: rgb(248 250 246 / 0); +} +.decoration-green-50\/5{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.05); + text-decoration-color: rgb(248 250 246 / 0.05); +} +.decoration-green-50\/10{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.1); + text-decoration-color: rgb(248 250 246 / 0.1); +} +.decoration-green-50\/20{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.2); + text-decoration-color: rgb(248 250 246 / 0.2); +} +.decoration-green-50\/25{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.25); + text-decoration-color: rgb(248 250 246 / 0.25); +} +.decoration-green-50\/30{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.3); + text-decoration-color: rgb(248 250 246 / 0.3); +} +.decoration-green-50\/40{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.4); + text-decoration-color: rgb(248 250 246 / 0.4); +} +.decoration-green-50\/50{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.5); + text-decoration-color: rgb(248 250 246 / 0.5); +} +.decoration-green-50\/60{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.6); + text-decoration-color: rgb(248 250 246 / 0.6); +} +.decoration-green-50\/70{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.7); + text-decoration-color: rgb(248 250 246 / 0.7); +} +.decoration-green-50\/75{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.75); + text-decoration-color: rgb(248 250 246 / 0.75); +} +.decoration-green-50\/80{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.8); + text-decoration-color: rgb(248 250 246 / 0.8); +} +.decoration-green-50\/90{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.9); + text-decoration-color: rgb(248 250 246 / 0.9); +} +.decoration-green-50\/95{ + -webkit-text-decoration-color: rgb(248 250 246 / 0.95); + text-decoration-color: rgb(248 250 246 / 0.95); +} +.decoration-green-50\/100{ + -webkit-text-decoration-color: rgb(248 250 246 / 1); + text-decoration-color: rgb(248 250 246 / 1); +} +.decoration-green-100\/0{ + -webkit-text-decoration-color: rgb(241 246 238 / 0); + text-decoration-color: rgb(241 246 238 / 0); +} +.decoration-green-100\/5{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.05); + text-decoration-color: rgb(241 246 238 / 0.05); +} +.decoration-green-100\/10{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.1); + text-decoration-color: rgb(241 246 238 / 0.1); +} +.decoration-green-100\/20{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.2); + text-decoration-color: rgb(241 246 238 / 0.2); +} +.decoration-green-100\/25{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.25); + text-decoration-color: rgb(241 246 238 / 0.25); +} +.decoration-green-100\/30{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.3); + text-decoration-color: rgb(241 246 238 / 0.3); +} +.decoration-green-100\/40{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.4); + text-decoration-color: rgb(241 246 238 / 0.4); +} +.decoration-green-100\/50{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.5); + text-decoration-color: rgb(241 246 238 / 0.5); +} +.decoration-green-100\/60{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.6); + text-decoration-color: rgb(241 246 238 / 0.6); +} +.decoration-green-100\/70{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.7); + text-decoration-color: rgb(241 246 238 / 0.7); +} +.decoration-green-100\/75{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.75); + text-decoration-color: rgb(241 246 238 / 0.75); +} +.decoration-green-100\/80{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.8); + text-decoration-color: rgb(241 246 238 / 0.8); +} +.decoration-green-100\/90{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.9); + text-decoration-color: rgb(241 246 238 / 0.9); +} +.decoration-green-100\/95{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.95); + text-decoration-color: rgb(241 246 238 / 0.95); +} +.decoration-green-100\/100{ + -webkit-text-decoration-color: rgb(241 246 238 / 1); + text-decoration-color: rgb(241 246 238 / 1); +} +.decoration-green-200\/0{ + -webkit-text-decoration-color: rgb(219 232 212 / 0); + text-decoration-color: rgb(219 232 212 / 0); +} +.decoration-green-200\/5{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.05); + text-decoration-color: rgb(219 232 212 / 0.05); +} +.decoration-green-200\/10{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.1); + text-decoration-color: rgb(219 232 212 / 0.1); +} +.decoration-green-200\/20{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.2); + text-decoration-color: rgb(219 232 212 / 0.2); +} +.decoration-green-200\/25{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.25); + text-decoration-color: rgb(219 232 212 / 0.25); +} +.decoration-green-200\/30{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.3); + text-decoration-color: rgb(219 232 212 / 0.3); +} +.decoration-green-200\/40{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.4); + text-decoration-color: rgb(219 232 212 / 0.4); +} +.decoration-green-200\/50{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.5); + text-decoration-color: rgb(219 232 212 / 0.5); +} +.decoration-green-200\/60{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.6); + text-decoration-color: rgb(219 232 212 / 0.6); +} +.decoration-green-200\/70{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.7); + text-decoration-color: rgb(219 232 212 / 0.7); +} +.decoration-green-200\/75{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.75); + text-decoration-color: rgb(219 232 212 / 0.75); +} +.decoration-green-200\/80{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.8); + text-decoration-color: rgb(219 232 212 / 0.8); +} +.decoration-green-200\/90{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.9); + text-decoration-color: rgb(219 232 212 / 0.9); +} +.decoration-green-200\/95{ + -webkit-text-decoration-color: rgb(219 232 212 / 0.95); + text-decoration-color: rgb(219 232 212 / 0.95); +} +.decoration-green-200\/100{ + -webkit-text-decoration-color: rgb(219 232 212 / 1); + text-decoration-color: rgb(219 232 212 / 1); +} +.decoration-green-300\/0{ + -webkit-text-decoration-color: rgb(197 217 186 / 0); + text-decoration-color: rgb(197 217 186 / 0); +} +.decoration-green-300\/5{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.05); + text-decoration-color: rgb(197 217 186 / 0.05); +} +.decoration-green-300\/10{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.1); + text-decoration-color: rgb(197 217 186 / 0.1); +} +.decoration-green-300\/20{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.2); + text-decoration-color: rgb(197 217 186 / 0.2); +} +.decoration-green-300\/25{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.25); + text-decoration-color: rgb(197 217 186 / 0.25); +} +.decoration-green-300\/30{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.3); + text-decoration-color: rgb(197 217 186 / 0.3); +} +.decoration-green-300\/40{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.4); + text-decoration-color: rgb(197 217 186 / 0.4); +} +.decoration-green-300\/50{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.5); + text-decoration-color: rgb(197 217 186 / 0.5); +} +.decoration-green-300\/60{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.6); + text-decoration-color: rgb(197 217 186 / 0.6); +} +.decoration-green-300\/70{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.7); + text-decoration-color: rgb(197 217 186 / 0.7); +} +.decoration-green-300\/75{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.75); + text-decoration-color: rgb(197 217 186 / 0.75); +} +.decoration-green-300\/80{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.8); + text-decoration-color: rgb(197 217 186 / 0.8); +} +.decoration-green-300\/90{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.9); + text-decoration-color: rgb(197 217 186 / 0.9); +} +.decoration-green-300\/95{ + -webkit-text-decoration-color: rgb(197 217 186 / 0.95); + text-decoration-color: rgb(197 217 186 / 0.95); +} +.decoration-green-300\/100{ + -webkit-text-decoration-color: rgb(197 217 186 / 1); + text-decoration-color: rgb(197 217 186 / 1); +} +.decoration-green-400\/0{ + -webkit-text-decoration-color: rgb(154 189 134 / 0); + text-decoration-color: rgb(154 189 134 / 0); +} +.decoration-green-400\/5{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.05); + text-decoration-color: rgb(154 189 134 / 0.05); +} +.decoration-green-400\/10{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.1); + text-decoration-color: rgb(154 189 134 / 0.1); +} +.decoration-green-400\/20{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.2); + text-decoration-color: rgb(154 189 134 / 0.2); +} +.decoration-green-400\/25{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.25); + text-decoration-color: rgb(154 189 134 / 0.25); +} +.decoration-green-400\/30{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.3); + text-decoration-color: rgb(154 189 134 / 0.3); +} +.decoration-green-400\/40{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.4); + text-decoration-color: rgb(154 189 134 / 0.4); +} +.decoration-green-400\/50{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.5); + text-decoration-color: rgb(154 189 134 / 0.5); +} +.decoration-green-400\/60{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.6); + text-decoration-color: rgb(154 189 134 / 0.6); +} +.decoration-green-400\/70{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.7); + text-decoration-color: rgb(154 189 134 / 0.7); +} +.decoration-green-400\/75{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.75); + text-decoration-color: rgb(154 189 134 / 0.75); +} +.decoration-green-400\/80{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.8); + text-decoration-color: rgb(154 189 134 / 0.8); +} +.decoration-green-400\/90{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.9); + text-decoration-color: rgb(154 189 134 / 0.9); +} +.decoration-green-400\/95{ + -webkit-text-decoration-color: rgb(154 189 134 / 0.95); + text-decoration-color: rgb(154 189 134 / 0.95); +} +.decoration-green-400\/100{ + -webkit-text-decoration-color: rgb(154 189 134 / 1); + text-decoration-color: rgb(154 189 134 / 1); +} +.decoration-green-500\/0{ + -webkit-text-decoration-color: rgb(110 161 82 / 0); + text-decoration-color: rgb(110 161 82 / 0); +} +.decoration-green-500\/5{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.05); + text-decoration-color: rgb(110 161 82 / 0.05); +} +.decoration-green-500\/10{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.1); + text-decoration-color: rgb(110 161 82 / 0.1); +} +.decoration-green-500\/20{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.2); + text-decoration-color: rgb(110 161 82 / 0.2); +} +.decoration-green-500\/25{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.25); + text-decoration-color: rgb(110 161 82 / 0.25); +} +.decoration-green-500\/30{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.3); + text-decoration-color: rgb(110 161 82 / 0.3); +} +.decoration-green-500\/40{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.4); + text-decoration-color: rgb(110 161 82 / 0.4); +} +.decoration-green-500\/50{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.5); + text-decoration-color: rgb(110 161 82 / 0.5); +} +.decoration-green-500\/60{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.6); + text-decoration-color: rgb(110 161 82 / 0.6); +} +.decoration-green-500\/70{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.7); + text-decoration-color: rgb(110 161 82 / 0.7); +} +.decoration-green-500\/75{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.75); + text-decoration-color: rgb(110 161 82 / 0.75); +} +.decoration-green-500\/80{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.8); + text-decoration-color: rgb(110 161 82 / 0.8); +} +.decoration-green-500\/90{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.9); + text-decoration-color: rgb(110 161 82 / 0.9); +} +.decoration-green-500\/95{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.95); + text-decoration-color: rgb(110 161 82 / 0.95); +} +.decoration-green-500\/100{ + -webkit-text-decoration-color: rgb(110 161 82 / 1); + text-decoration-color: rgb(110 161 82 / 1); +} +.decoration-green-600\/0{ + -webkit-text-decoration-color: rgb(99 145 74 / 0); + text-decoration-color: rgb(99 145 74 / 0); +} +.decoration-green-600\/5{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.05); + text-decoration-color: rgb(99 145 74 / 0.05); +} +.decoration-green-600\/10{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.1); + text-decoration-color: rgb(99 145 74 / 0.1); +} +.decoration-green-600\/20{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.2); + text-decoration-color: rgb(99 145 74 / 0.2); +} +.decoration-green-600\/25{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.25); + text-decoration-color: rgb(99 145 74 / 0.25); +} +.decoration-green-600\/30{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.3); + text-decoration-color: rgb(99 145 74 / 0.3); +} +.decoration-green-600\/40{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.4); + text-decoration-color: rgb(99 145 74 / 0.4); +} +.decoration-green-600\/50{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.5); + text-decoration-color: rgb(99 145 74 / 0.5); +} +.decoration-green-600\/60{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.6); + text-decoration-color: rgb(99 145 74 / 0.6); +} +.decoration-green-600\/70{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.7); + text-decoration-color: rgb(99 145 74 / 0.7); +} +.decoration-green-600\/75{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.75); + text-decoration-color: rgb(99 145 74 / 0.75); +} +.decoration-green-600\/80{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.8); + text-decoration-color: rgb(99 145 74 / 0.8); +} +.decoration-green-600\/90{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.9); + text-decoration-color: rgb(99 145 74 / 0.9); +} +.decoration-green-600\/95{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.95); + text-decoration-color: rgb(99 145 74 / 0.95); +} +.decoration-green-600\/100{ + -webkit-text-decoration-color: rgb(99 145 74 / 1); + text-decoration-color: rgb(99 145 74 / 1); +} +.decoration-green-700\/0{ + -webkit-text-decoration-color: rgb(83 121 62 / 0); + text-decoration-color: rgb(83 121 62 / 0); +} +.decoration-green-700\/5{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.05); + text-decoration-color: rgb(83 121 62 / 0.05); +} +.decoration-green-700\/10{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.1); + text-decoration-color: rgb(83 121 62 / 0.1); +} +.decoration-green-700\/20{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.2); + text-decoration-color: rgb(83 121 62 / 0.2); +} +.decoration-green-700\/25{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.25); + text-decoration-color: rgb(83 121 62 / 0.25); +} +.decoration-green-700\/30{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.3); + text-decoration-color: rgb(83 121 62 / 0.3); +} +.decoration-green-700\/40{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.4); + text-decoration-color: rgb(83 121 62 / 0.4); +} +.decoration-green-700\/50{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.5); + text-decoration-color: rgb(83 121 62 / 0.5); +} +.decoration-green-700\/60{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.6); + text-decoration-color: rgb(83 121 62 / 0.6); +} +.decoration-green-700\/70{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.7); + text-decoration-color: rgb(83 121 62 / 0.7); +} +.decoration-green-700\/75{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.75); + text-decoration-color: rgb(83 121 62 / 0.75); +} +.decoration-green-700\/80{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.8); + text-decoration-color: rgb(83 121 62 / 0.8); +} +.decoration-green-700\/90{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.9); + text-decoration-color: rgb(83 121 62 / 0.9); +} +.decoration-green-700\/95{ + -webkit-text-decoration-color: rgb(83 121 62 / 0.95); + text-decoration-color: rgb(83 121 62 / 0.95); +} +.decoration-green-700\/100{ + -webkit-text-decoration-color: rgb(83 121 62 / 1); + text-decoration-color: rgb(83 121 62 / 1); +} +.decoration-green-800\/0{ + -webkit-text-decoration-color: rgb(66 97 49 / 0); + text-decoration-color: rgb(66 97 49 / 0); +} +.decoration-green-800\/5{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.05); + text-decoration-color: rgb(66 97 49 / 0.05); +} +.decoration-green-800\/10{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.1); + text-decoration-color: rgb(66 97 49 / 0.1); +} +.decoration-green-800\/20{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.2); + text-decoration-color: rgb(66 97 49 / 0.2); +} +.decoration-green-800\/25{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.25); + text-decoration-color: rgb(66 97 49 / 0.25); +} +.decoration-green-800\/30{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.3); + text-decoration-color: rgb(66 97 49 / 0.3); +} +.decoration-green-800\/40{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.4); + text-decoration-color: rgb(66 97 49 / 0.4); +} +.decoration-green-800\/50{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.5); + text-decoration-color: rgb(66 97 49 / 0.5); +} +.decoration-green-800\/60{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.6); + text-decoration-color: rgb(66 97 49 / 0.6); +} +.decoration-green-800\/70{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.7); + text-decoration-color: rgb(66 97 49 / 0.7); +} +.decoration-green-800\/75{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.75); + text-decoration-color: rgb(66 97 49 / 0.75); +} +.decoration-green-800\/80{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.8); + text-decoration-color: rgb(66 97 49 / 0.8); +} +.decoration-green-800\/90{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.9); + text-decoration-color: rgb(66 97 49 / 0.9); +} +.decoration-green-800\/95{ + -webkit-text-decoration-color: rgb(66 97 49 / 0.95); + text-decoration-color: rgb(66 97 49 / 0.95); +} +.decoration-green-800\/100{ + -webkit-text-decoration-color: rgb(66 97 49 / 1); + text-decoration-color: rgb(66 97 49 / 1); +} +.decoration-green-900\/0{ + -webkit-text-decoration-color: rgb(54 79 40 / 0); + text-decoration-color: rgb(54 79 40 / 0); +} +.decoration-green-900\/5{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.05); + text-decoration-color: rgb(54 79 40 / 0.05); +} +.decoration-green-900\/10{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.1); + text-decoration-color: rgb(54 79 40 / 0.1); +} +.decoration-green-900\/20{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.2); + text-decoration-color: rgb(54 79 40 / 0.2); +} +.decoration-green-900\/25{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.25); + text-decoration-color: rgb(54 79 40 / 0.25); +} +.decoration-green-900\/30{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.3); + text-decoration-color: rgb(54 79 40 / 0.3); +} +.decoration-green-900\/40{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.4); + text-decoration-color: rgb(54 79 40 / 0.4); +} +.decoration-green-900\/50{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.5); + text-decoration-color: rgb(54 79 40 / 0.5); +} +.decoration-green-900\/60{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.6); + text-decoration-color: rgb(54 79 40 / 0.6); +} +.decoration-green-900\/70{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.7); + text-decoration-color: rgb(54 79 40 / 0.7); +} +.decoration-green-900\/75{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.75); + text-decoration-color: rgb(54 79 40 / 0.75); +} +.decoration-green-900\/80{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.8); + text-decoration-color: rgb(54 79 40 / 0.8); +} +.decoration-green-900\/90{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.9); + text-decoration-color: rgb(54 79 40 / 0.9); +} +.decoration-green-900\/95{ + -webkit-text-decoration-color: rgb(54 79 40 / 0.95); + text-decoration-color: rgb(54 79 40 / 0.95); +} +.decoration-green-900\/100{ + -webkit-text-decoration-color: rgb(54 79 40 / 1); + text-decoration-color: rgb(54 79 40 / 1); +} +.decoration-green\/0{ + -webkit-text-decoration-color: rgb(110 161 82 / 0); + text-decoration-color: rgb(110 161 82 / 0); +} +.decoration-green\/5{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.05); + text-decoration-color: rgb(110 161 82 / 0.05); +} +.decoration-green\/10{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.1); + text-decoration-color: rgb(110 161 82 / 0.1); +} +.decoration-green\/20{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.2); + text-decoration-color: rgb(110 161 82 / 0.2); +} +.decoration-green\/25{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.25); + text-decoration-color: rgb(110 161 82 / 0.25); +} +.decoration-green\/30{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.3); + text-decoration-color: rgb(110 161 82 / 0.3); +} +.decoration-green\/40{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.4); + text-decoration-color: rgb(110 161 82 / 0.4); +} +.decoration-green\/50{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.5); + text-decoration-color: rgb(110 161 82 / 0.5); +} +.decoration-green\/60{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.6); + text-decoration-color: rgb(110 161 82 / 0.6); +} +.decoration-green\/70{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.7); + text-decoration-color: rgb(110 161 82 / 0.7); +} +.decoration-green\/75{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.75); + text-decoration-color: rgb(110 161 82 / 0.75); +} +.decoration-green\/80{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.8); + text-decoration-color: rgb(110 161 82 / 0.8); +} +.decoration-green\/90{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.9); + text-decoration-color: rgb(110 161 82 / 0.9); +} +.decoration-green\/95{ + -webkit-text-decoration-color: rgb(110 161 82 / 0.95); + text-decoration-color: rgb(110 161 82 / 0.95); +} +.decoration-green\/100{ + -webkit-text-decoration-color: rgb(110 161 82 / 1); + text-decoration-color: rgb(110 161 82 / 1); +} +.decoration-emerald-50\/0{ + -webkit-text-decoration-color: rgb(236 253 245 / 0); + text-decoration-color: rgb(236 253 245 / 0); +} +.decoration-emerald-50\/5{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.05); + text-decoration-color: rgb(236 253 245 / 0.05); +} +.decoration-emerald-50\/10{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.1); + text-decoration-color: rgb(236 253 245 / 0.1); +} +.decoration-emerald-50\/20{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.2); + text-decoration-color: rgb(236 253 245 / 0.2); +} +.decoration-emerald-50\/25{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.25); + text-decoration-color: rgb(236 253 245 / 0.25); +} +.decoration-emerald-50\/30{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.3); + text-decoration-color: rgb(236 253 245 / 0.3); +} +.decoration-emerald-50\/40{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.4); + text-decoration-color: rgb(236 253 245 / 0.4); +} +.decoration-emerald-50\/50{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.5); + text-decoration-color: rgb(236 253 245 / 0.5); +} +.decoration-emerald-50\/60{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.6); + text-decoration-color: rgb(236 253 245 / 0.6); +} +.decoration-emerald-50\/70{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.7); + text-decoration-color: rgb(236 253 245 / 0.7); +} +.decoration-emerald-50\/75{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.75); + text-decoration-color: rgb(236 253 245 / 0.75); +} +.decoration-emerald-50\/80{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.8); + text-decoration-color: rgb(236 253 245 / 0.8); +} +.decoration-emerald-50\/90{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.9); + text-decoration-color: rgb(236 253 245 / 0.9); +} +.decoration-emerald-50\/95{ + -webkit-text-decoration-color: rgb(236 253 245 / 0.95); + text-decoration-color: rgb(236 253 245 / 0.95); +} +.decoration-emerald-50\/100{ + -webkit-text-decoration-color: rgb(236 253 245 / 1); + text-decoration-color: rgb(236 253 245 / 1); +} +.decoration-emerald-100\/0{ + -webkit-text-decoration-color: rgb(209 250 229 / 0); + text-decoration-color: rgb(209 250 229 / 0); +} +.decoration-emerald-100\/5{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.05); + text-decoration-color: rgb(209 250 229 / 0.05); +} +.decoration-emerald-100\/10{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.1); + text-decoration-color: rgb(209 250 229 / 0.1); +} +.decoration-emerald-100\/20{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.2); + text-decoration-color: rgb(209 250 229 / 0.2); +} +.decoration-emerald-100\/25{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.25); + text-decoration-color: rgb(209 250 229 / 0.25); +} +.decoration-emerald-100\/30{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.3); + text-decoration-color: rgb(209 250 229 / 0.3); +} +.decoration-emerald-100\/40{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.4); + text-decoration-color: rgb(209 250 229 / 0.4); +} +.decoration-emerald-100\/50{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.5); + text-decoration-color: rgb(209 250 229 / 0.5); +} +.decoration-emerald-100\/60{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.6); + text-decoration-color: rgb(209 250 229 / 0.6); +} +.decoration-emerald-100\/70{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.7); + text-decoration-color: rgb(209 250 229 / 0.7); +} +.decoration-emerald-100\/75{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.75); + text-decoration-color: rgb(209 250 229 / 0.75); +} +.decoration-emerald-100\/80{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.8); + text-decoration-color: rgb(209 250 229 / 0.8); +} +.decoration-emerald-100\/90{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.9); + text-decoration-color: rgb(209 250 229 / 0.9); +} +.decoration-emerald-100\/95{ + -webkit-text-decoration-color: rgb(209 250 229 / 0.95); + text-decoration-color: rgb(209 250 229 / 0.95); +} +.decoration-emerald-100\/100{ + -webkit-text-decoration-color: rgb(209 250 229 / 1); + text-decoration-color: rgb(209 250 229 / 1); +} +.decoration-emerald-200\/0{ + -webkit-text-decoration-color: rgb(167 243 208 / 0); + text-decoration-color: rgb(167 243 208 / 0); +} +.decoration-emerald-200\/5{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.05); + text-decoration-color: rgb(167 243 208 / 0.05); +} +.decoration-emerald-200\/10{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.1); + text-decoration-color: rgb(167 243 208 / 0.1); +} +.decoration-emerald-200\/20{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.2); + text-decoration-color: rgb(167 243 208 / 0.2); +} +.decoration-emerald-200\/25{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.25); + text-decoration-color: rgb(167 243 208 / 0.25); +} +.decoration-emerald-200\/30{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.3); + text-decoration-color: rgb(167 243 208 / 0.3); +} +.decoration-emerald-200\/40{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.4); + text-decoration-color: rgb(167 243 208 / 0.4); +} +.decoration-emerald-200\/50{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.5); + text-decoration-color: rgb(167 243 208 / 0.5); +} +.decoration-emerald-200\/60{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.6); + text-decoration-color: rgb(167 243 208 / 0.6); +} +.decoration-emerald-200\/70{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.7); + text-decoration-color: rgb(167 243 208 / 0.7); +} +.decoration-emerald-200\/75{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.75); + text-decoration-color: rgb(167 243 208 / 0.75); +} +.decoration-emerald-200\/80{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.8); + text-decoration-color: rgb(167 243 208 / 0.8); +} +.decoration-emerald-200\/90{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.9); + text-decoration-color: rgb(167 243 208 / 0.9); +} +.decoration-emerald-200\/95{ + -webkit-text-decoration-color: rgb(167 243 208 / 0.95); + text-decoration-color: rgb(167 243 208 / 0.95); +} +.decoration-emerald-200\/100{ + -webkit-text-decoration-color: rgb(167 243 208 / 1); + text-decoration-color: rgb(167 243 208 / 1); +} +.decoration-emerald-300\/0{ + -webkit-text-decoration-color: rgb(110 231 183 / 0); + text-decoration-color: rgb(110 231 183 / 0); +} +.decoration-emerald-300\/5{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.05); + text-decoration-color: rgb(110 231 183 / 0.05); +} +.decoration-emerald-300\/10{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.1); + text-decoration-color: rgb(110 231 183 / 0.1); +} +.decoration-emerald-300\/20{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.2); + text-decoration-color: rgb(110 231 183 / 0.2); +} +.decoration-emerald-300\/25{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.25); + text-decoration-color: rgb(110 231 183 / 0.25); +} +.decoration-emerald-300\/30{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.3); + text-decoration-color: rgb(110 231 183 / 0.3); +} +.decoration-emerald-300\/40{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.4); + text-decoration-color: rgb(110 231 183 / 0.4); +} +.decoration-emerald-300\/50{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.5); + text-decoration-color: rgb(110 231 183 / 0.5); +} +.decoration-emerald-300\/60{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.6); + text-decoration-color: rgb(110 231 183 / 0.6); +} +.decoration-emerald-300\/70{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.7); + text-decoration-color: rgb(110 231 183 / 0.7); +} +.decoration-emerald-300\/75{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.75); + text-decoration-color: rgb(110 231 183 / 0.75); +} +.decoration-emerald-300\/80{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.8); + text-decoration-color: rgb(110 231 183 / 0.8); +} +.decoration-emerald-300\/90{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.9); + text-decoration-color: rgb(110 231 183 / 0.9); +} +.decoration-emerald-300\/95{ + -webkit-text-decoration-color: rgb(110 231 183 / 0.95); + text-decoration-color: rgb(110 231 183 / 0.95); +} +.decoration-emerald-300\/100{ + -webkit-text-decoration-color: rgb(110 231 183 / 1); + text-decoration-color: rgb(110 231 183 / 1); +} +.decoration-emerald-400\/0{ + -webkit-text-decoration-color: rgb(52 211 153 / 0); + text-decoration-color: rgb(52 211 153 / 0); +} +.decoration-emerald-400\/5{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.05); + text-decoration-color: rgb(52 211 153 / 0.05); +} +.decoration-emerald-400\/10{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.1); + text-decoration-color: rgb(52 211 153 / 0.1); +} +.decoration-emerald-400\/20{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.2); + text-decoration-color: rgb(52 211 153 / 0.2); +} +.decoration-emerald-400\/25{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.25); + text-decoration-color: rgb(52 211 153 / 0.25); +} +.decoration-emerald-400\/30{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.3); + text-decoration-color: rgb(52 211 153 / 0.3); +} +.decoration-emerald-400\/40{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.4); + text-decoration-color: rgb(52 211 153 / 0.4); +} +.decoration-emerald-400\/50{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.5); + text-decoration-color: rgb(52 211 153 / 0.5); +} +.decoration-emerald-400\/60{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.6); + text-decoration-color: rgb(52 211 153 / 0.6); +} +.decoration-emerald-400\/70{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.7); + text-decoration-color: rgb(52 211 153 / 0.7); +} +.decoration-emerald-400\/75{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.75); + text-decoration-color: rgb(52 211 153 / 0.75); +} +.decoration-emerald-400\/80{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.8); + text-decoration-color: rgb(52 211 153 / 0.8); +} +.decoration-emerald-400\/90{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.9); + text-decoration-color: rgb(52 211 153 / 0.9); +} +.decoration-emerald-400\/95{ + -webkit-text-decoration-color: rgb(52 211 153 / 0.95); + text-decoration-color: rgb(52 211 153 / 0.95); +} +.decoration-emerald-400\/100{ + -webkit-text-decoration-color: rgb(52 211 153 / 1); + text-decoration-color: rgb(52 211 153 / 1); +} +.decoration-emerald-500\/0{ + -webkit-text-decoration-color: rgb(16 185 129 / 0); + text-decoration-color: rgb(16 185 129 / 0); +} +.decoration-emerald-500\/5{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.05); + text-decoration-color: rgb(16 185 129 / 0.05); +} +.decoration-emerald-500\/10{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.1); + text-decoration-color: rgb(16 185 129 / 0.1); +} +.decoration-emerald-500\/20{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.2); + text-decoration-color: rgb(16 185 129 / 0.2); +} +.decoration-emerald-500\/25{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.25); + text-decoration-color: rgb(16 185 129 / 0.25); +} +.decoration-emerald-500\/30{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.3); + text-decoration-color: rgb(16 185 129 / 0.3); +} +.decoration-emerald-500\/40{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.4); + text-decoration-color: rgb(16 185 129 / 0.4); +} +.decoration-emerald-500\/50{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.5); + text-decoration-color: rgb(16 185 129 / 0.5); +} +.decoration-emerald-500\/60{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.6); + text-decoration-color: rgb(16 185 129 / 0.6); +} +.decoration-emerald-500\/70{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.7); + text-decoration-color: rgb(16 185 129 / 0.7); +} +.decoration-emerald-500\/75{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.75); + text-decoration-color: rgb(16 185 129 / 0.75); +} +.decoration-emerald-500\/80{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.8); + text-decoration-color: rgb(16 185 129 / 0.8); +} +.decoration-emerald-500\/90{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.9); + text-decoration-color: rgb(16 185 129 / 0.9); +} +.decoration-emerald-500\/95{ + -webkit-text-decoration-color: rgb(16 185 129 / 0.95); + text-decoration-color: rgb(16 185 129 / 0.95); +} +.decoration-emerald-500\/100{ + -webkit-text-decoration-color: rgb(16 185 129 / 1); + text-decoration-color: rgb(16 185 129 / 1); +} +.decoration-emerald-600\/0{ + -webkit-text-decoration-color: rgb(5 150 105 / 0); + text-decoration-color: rgb(5 150 105 / 0); +} +.decoration-emerald-600\/5{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.05); + text-decoration-color: rgb(5 150 105 / 0.05); +} +.decoration-emerald-600\/10{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.1); + text-decoration-color: rgb(5 150 105 / 0.1); +} +.decoration-emerald-600\/20{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.2); + text-decoration-color: rgb(5 150 105 / 0.2); +} +.decoration-emerald-600\/25{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.25); + text-decoration-color: rgb(5 150 105 / 0.25); +} +.decoration-emerald-600\/30{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.3); + text-decoration-color: rgb(5 150 105 / 0.3); +} +.decoration-emerald-600\/40{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.4); + text-decoration-color: rgb(5 150 105 / 0.4); +} +.decoration-emerald-600\/50{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.5); + text-decoration-color: rgb(5 150 105 / 0.5); +} +.decoration-emerald-600\/60{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.6); + text-decoration-color: rgb(5 150 105 / 0.6); +} +.decoration-emerald-600\/70{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.7); + text-decoration-color: rgb(5 150 105 / 0.7); +} +.decoration-emerald-600\/75{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.75); + text-decoration-color: rgb(5 150 105 / 0.75); +} +.decoration-emerald-600\/80{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.8); + text-decoration-color: rgb(5 150 105 / 0.8); +} +.decoration-emerald-600\/90{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.9); + text-decoration-color: rgb(5 150 105 / 0.9); +} +.decoration-emerald-600\/95{ + -webkit-text-decoration-color: rgb(5 150 105 / 0.95); + text-decoration-color: rgb(5 150 105 / 0.95); +} +.decoration-emerald-600\/100{ + -webkit-text-decoration-color: rgb(5 150 105 / 1); + text-decoration-color: rgb(5 150 105 / 1); +} +.decoration-emerald-700\/0{ + -webkit-text-decoration-color: rgb(4 120 87 / 0); + text-decoration-color: rgb(4 120 87 / 0); +} +.decoration-emerald-700\/5{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.05); + text-decoration-color: rgb(4 120 87 / 0.05); +} +.decoration-emerald-700\/10{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.1); + text-decoration-color: rgb(4 120 87 / 0.1); +} +.decoration-emerald-700\/20{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.2); + text-decoration-color: rgb(4 120 87 / 0.2); +} +.decoration-emerald-700\/25{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.25); + text-decoration-color: rgb(4 120 87 / 0.25); +} +.decoration-emerald-700\/30{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.3); + text-decoration-color: rgb(4 120 87 / 0.3); +} +.decoration-emerald-700\/40{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.4); + text-decoration-color: rgb(4 120 87 / 0.4); +} +.decoration-emerald-700\/50{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.5); + text-decoration-color: rgb(4 120 87 / 0.5); +} +.decoration-emerald-700\/60{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.6); + text-decoration-color: rgb(4 120 87 / 0.6); +} +.decoration-emerald-700\/70{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.7); + text-decoration-color: rgb(4 120 87 / 0.7); +} +.decoration-emerald-700\/75{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.75); + text-decoration-color: rgb(4 120 87 / 0.75); +} +.decoration-emerald-700\/80{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.8); + text-decoration-color: rgb(4 120 87 / 0.8); +} +.decoration-emerald-700\/90{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.9); + text-decoration-color: rgb(4 120 87 / 0.9); +} +.decoration-emerald-700\/95{ + -webkit-text-decoration-color: rgb(4 120 87 / 0.95); + text-decoration-color: rgb(4 120 87 / 0.95); +} +.decoration-emerald-700\/100{ + -webkit-text-decoration-color: rgb(4 120 87 / 1); + text-decoration-color: rgb(4 120 87 / 1); +} +.decoration-emerald-800\/0{ + -webkit-text-decoration-color: rgb(6 95 70 / 0); + text-decoration-color: rgb(6 95 70 / 0); +} +.decoration-emerald-800\/5{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.05); + text-decoration-color: rgb(6 95 70 / 0.05); +} +.decoration-emerald-800\/10{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.1); + text-decoration-color: rgb(6 95 70 / 0.1); +} +.decoration-emerald-800\/20{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.2); + text-decoration-color: rgb(6 95 70 / 0.2); +} +.decoration-emerald-800\/25{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.25); + text-decoration-color: rgb(6 95 70 / 0.25); +} +.decoration-emerald-800\/30{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.3); + text-decoration-color: rgb(6 95 70 / 0.3); +} +.decoration-emerald-800\/40{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.4); + text-decoration-color: rgb(6 95 70 / 0.4); +} +.decoration-emerald-800\/50{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.5); + text-decoration-color: rgb(6 95 70 / 0.5); +} +.decoration-emerald-800\/60{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.6); + text-decoration-color: rgb(6 95 70 / 0.6); +} +.decoration-emerald-800\/70{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.7); + text-decoration-color: rgb(6 95 70 / 0.7); +} +.decoration-emerald-800\/75{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.75); + text-decoration-color: rgb(6 95 70 / 0.75); +} +.decoration-emerald-800\/80{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.8); + text-decoration-color: rgb(6 95 70 / 0.8); +} +.decoration-emerald-800\/90{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.9); + text-decoration-color: rgb(6 95 70 / 0.9); +} +.decoration-emerald-800\/95{ + -webkit-text-decoration-color: rgb(6 95 70 / 0.95); + text-decoration-color: rgb(6 95 70 / 0.95); +} +.decoration-emerald-800\/100{ + -webkit-text-decoration-color: rgb(6 95 70 / 1); + text-decoration-color: rgb(6 95 70 / 1); +} +.decoration-emerald-900\/0{ + -webkit-text-decoration-color: rgb(6 78 59 / 0); + text-decoration-color: rgb(6 78 59 / 0); +} +.decoration-emerald-900\/5{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.05); + text-decoration-color: rgb(6 78 59 / 0.05); +} +.decoration-emerald-900\/10{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.1); + text-decoration-color: rgb(6 78 59 / 0.1); +} +.decoration-emerald-900\/20{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.2); + text-decoration-color: rgb(6 78 59 / 0.2); +} +.decoration-emerald-900\/25{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.25); + text-decoration-color: rgb(6 78 59 / 0.25); +} +.decoration-emerald-900\/30{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.3); + text-decoration-color: rgb(6 78 59 / 0.3); +} +.decoration-emerald-900\/40{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.4); + text-decoration-color: rgb(6 78 59 / 0.4); +} +.decoration-emerald-900\/50{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.5); + text-decoration-color: rgb(6 78 59 / 0.5); +} +.decoration-emerald-900\/60{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.6); + text-decoration-color: rgb(6 78 59 / 0.6); +} +.decoration-emerald-900\/70{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.7); + text-decoration-color: rgb(6 78 59 / 0.7); +} +.decoration-emerald-900\/75{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.75); + text-decoration-color: rgb(6 78 59 / 0.75); +} +.decoration-emerald-900\/80{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.8); + text-decoration-color: rgb(6 78 59 / 0.8); +} +.decoration-emerald-900\/90{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.9); + text-decoration-color: rgb(6 78 59 / 0.9); +} +.decoration-emerald-900\/95{ + -webkit-text-decoration-color: rgb(6 78 59 / 0.95); + text-decoration-color: rgb(6 78 59 / 0.95); +} +.decoration-emerald-900\/100{ + -webkit-text-decoration-color: rgb(6 78 59 / 1); + text-decoration-color: rgb(6 78 59 / 1); +} +.decoration-teal-50\/0{ + -webkit-text-decoration-color: rgb(237 250 250 / 0); + text-decoration-color: rgb(237 250 250 / 0); +} +.decoration-teal-50\/5{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.05); + text-decoration-color: rgb(237 250 250 / 0.05); +} +.decoration-teal-50\/10{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.1); + text-decoration-color: rgb(237 250 250 / 0.1); +} +.decoration-teal-50\/20{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.2); + text-decoration-color: rgb(237 250 250 / 0.2); +} +.decoration-teal-50\/25{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.25); + text-decoration-color: rgb(237 250 250 / 0.25); +} +.decoration-teal-50\/30{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.3); + text-decoration-color: rgb(237 250 250 / 0.3); +} +.decoration-teal-50\/40{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.4); + text-decoration-color: rgb(237 250 250 / 0.4); +} +.decoration-teal-50\/50{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.5); + text-decoration-color: rgb(237 250 250 / 0.5); +} +.decoration-teal-50\/60{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.6); + text-decoration-color: rgb(237 250 250 / 0.6); +} +.decoration-teal-50\/70{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.7); + text-decoration-color: rgb(237 250 250 / 0.7); +} +.decoration-teal-50\/75{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.75); + text-decoration-color: rgb(237 250 250 / 0.75); +} +.decoration-teal-50\/80{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.8); + text-decoration-color: rgb(237 250 250 / 0.8); +} +.decoration-teal-50\/90{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.9); + text-decoration-color: rgb(237 250 250 / 0.9); +} +.decoration-teal-50\/95{ + -webkit-text-decoration-color: rgb(237 250 250 / 0.95); + text-decoration-color: rgb(237 250 250 / 0.95); +} +.decoration-teal-50\/100{ + -webkit-text-decoration-color: rgb(237 250 250 / 1); + text-decoration-color: rgb(237 250 250 / 1); +} +.decoration-teal-100\/0{ + -webkit-text-decoration-color: rgb(213 245 246 / 0); + text-decoration-color: rgb(213 245 246 / 0); +} +.decoration-teal-100\/5{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.05); + text-decoration-color: rgb(213 245 246 / 0.05); +} +.decoration-teal-100\/10{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.1); + text-decoration-color: rgb(213 245 246 / 0.1); +} +.decoration-teal-100\/20{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.2); + text-decoration-color: rgb(213 245 246 / 0.2); +} +.decoration-teal-100\/25{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.25); + text-decoration-color: rgb(213 245 246 / 0.25); +} +.decoration-teal-100\/30{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.3); + text-decoration-color: rgb(213 245 246 / 0.3); +} +.decoration-teal-100\/40{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.4); + text-decoration-color: rgb(213 245 246 / 0.4); +} +.decoration-teal-100\/50{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.5); + text-decoration-color: rgb(213 245 246 / 0.5); +} +.decoration-teal-100\/60{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.6); + text-decoration-color: rgb(213 245 246 / 0.6); +} +.decoration-teal-100\/70{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.7); + text-decoration-color: rgb(213 245 246 / 0.7); +} +.decoration-teal-100\/75{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.75); + text-decoration-color: rgb(213 245 246 / 0.75); +} +.decoration-teal-100\/80{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.8); + text-decoration-color: rgb(213 245 246 / 0.8); +} +.decoration-teal-100\/90{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.9); + text-decoration-color: rgb(213 245 246 / 0.9); +} +.decoration-teal-100\/95{ + -webkit-text-decoration-color: rgb(213 245 246 / 0.95); + text-decoration-color: rgb(213 245 246 / 0.95); +} +.decoration-teal-100\/100{ + -webkit-text-decoration-color: rgb(213 245 246 / 1); + text-decoration-color: rgb(213 245 246 / 1); +} +.decoration-teal-200\/0{ + -webkit-text-decoration-color: rgb(175 236 239 / 0); + text-decoration-color: rgb(175 236 239 / 0); +} +.decoration-teal-200\/5{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.05); + text-decoration-color: rgb(175 236 239 / 0.05); +} +.decoration-teal-200\/10{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.1); + text-decoration-color: rgb(175 236 239 / 0.1); +} +.decoration-teal-200\/20{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.2); + text-decoration-color: rgb(175 236 239 / 0.2); +} +.decoration-teal-200\/25{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.25); + text-decoration-color: rgb(175 236 239 / 0.25); +} +.decoration-teal-200\/30{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.3); + text-decoration-color: rgb(175 236 239 / 0.3); +} +.decoration-teal-200\/40{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.4); + text-decoration-color: rgb(175 236 239 / 0.4); +} +.decoration-teal-200\/50{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.5); + text-decoration-color: rgb(175 236 239 / 0.5); +} +.decoration-teal-200\/60{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.6); + text-decoration-color: rgb(175 236 239 / 0.6); +} +.decoration-teal-200\/70{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.7); + text-decoration-color: rgb(175 236 239 / 0.7); +} +.decoration-teal-200\/75{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.75); + text-decoration-color: rgb(175 236 239 / 0.75); +} +.decoration-teal-200\/80{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.8); + text-decoration-color: rgb(175 236 239 / 0.8); +} +.decoration-teal-200\/90{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.9); + text-decoration-color: rgb(175 236 239 / 0.9); +} +.decoration-teal-200\/95{ + -webkit-text-decoration-color: rgb(175 236 239 / 0.95); + text-decoration-color: rgb(175 236 239 / 0.95); +} +.decoration-teal-200\/100{ + -webkit-text-decoration-color: rgb(175 236 239 / 1); + text-decoration-color: rgb(175 236 239 / 1); +} +.decoration-teal-300\/0{ + -webkit-text-decoration-color: rgb(126 220 226 / 0); + text-decoration-color: rgb(126 220 226 / 0); +} +.decoration-teal-300\/5{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.05); + text-decoration-color: rgb(126 220 226 / 0.05); +} +.decoration-teal-300\/10{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.1); + text-decoration-color: rgb(126 220 226 / 0.1); +} +.decoration-teal-300\/20{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.2); + text-decoration-color: rgb(126 220 226 / 0.2); +} +.decoration-teal-300\/25{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.25); + text-decoration-color: rgb(126 220 226 / 0.25); +} +.decoration-teal-300\/30{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.3); + text-decoration-color: rgb(126 220 226 / 0.3); +} +.decoration-teal-300\/40{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.4); + text-decoration-color: rgb(126 220 226 / 0.4); +} +.decoration-teal-300\/50{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.5); + text-decoration-color: rgb(126 220 226 / 0.5); +} +.decoration-teal-300\/60{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.6); + text-decoration-color: rgb(126 220 226 / 0.6); +} +.decoration-teal-300\/70{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.7); + text-decoration-color: rgb(126 220 226 / 0.7); +} +.decoration-teal-300\/75{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.75); + text-decoration-color: rgb(126 220 226 / 0.75); +} +.decoration-teal-300\/80{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.8); + text-decoration-color: rgb(126 220 226 / 0.8); +} +.decoration-teal-300\/90{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.9); + text-decoration-color: rgb(126 220 226 / 0.9); +} +.decoration-teal-300\/95{ + -webkit-text-decoration-color: rgb(126 220 226 / 0.95); + text-decoration-color: rgb(126 220 226 / 0.95); +} +.decoration-teal-300\/100{ + -webkit-text-decoration-color: rgb(126 220 226 / 1); + text-decoration-color: rgb(126 220 226 / 1); +} +.decoration-teal-400\/0{ + -webkit-text-decoration-color: rgb(22 189 202 / 0); + text-decoration-color: rgb(22 189 202 / 0); +} +.decoration-teal-400\/5{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.05); + text-decoration-color: rgb(22 189 202 / 0.05); +} +.decoration-teal-400\/10{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.1); + text-decoration-color: rgb(22 189 202 / 0.1); +} +.decoration-teal-400\/20{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.2); + text-decoration-color: rgb(22 189 202 / 0.2); +} +.decoration-teal-400\/25{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.25); + text-decoration-color: rgb(22 189 202 / 0.25); +} +.decoration-teal-400\/30{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.3); + text-decoration-color: rgb(22 189 202 / 0.3); +} +.decoration-teal-400\/40{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.4); + text-decoration-color: rgb(22 189 202 / 0.4); +} +.decoration-teal-400\/50{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.5); + text-decoration-color: rgb(22 189 202 / 0.5); +} +.decoration-teal-400\/60{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.6); + text-decoration-color: rgb(22 189 202 / 0.6); +} +.decoration-teal-400\/70{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.7); + text-decoration-color: rgb(22 189 202 / 0.7); +} +.decoration-teal-400\/75{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.75); + text-decoration-color: rgb(22 189 202 / 0.75); +} +.decoration-teal-400\/80{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.8); + text-decoration-color: rgb(22 189 202 / 0.8); +} +.decoration-teal-400\/90{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.9); + text-decoration-color: rgb(22 189 202 / 0.9); +} +.decoration-teal-400\/95{ + -webkit-text-decoration-color: rgb(22 189 202 / 0.95); + text-decoration-color: rgb(22 189 202 / 0.95); +} +.decoration-teal-400\/100{ + -webkit-text-decoration-color: rgb(22 189 202 / 1); + text-decoration-color: rgb(22 189 202 / 1); +} +.decoration-teal-500\/0{ + -webkit-text-decoration-color: rgb(6 148 162 / 0); + text-decoration-color: rgb(6 148 162 / 0); +} +.decoration-teal-500\/5{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.05); + text-decoration-color: rgb(6 148 162 / 0.05); +} +.decoration-teal-500\/10{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.1); + text-decoration-color: rgb(6 148 162 / 0.1); +} +.decoration-teal-500\/20{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.2); + text-decoration-color: rgb(6 148 162 / 0.2); +} +.decoration-teal-500\/25{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.25); + text-decoration-color: rgb(6 148 162 / 0.25); +} +.decoration-teal-500\/30{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.3); + text-decoration-color: rgb(6 148 162 / 0.3); +} +.decoration-teal-500\/40{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.4); + text-decoration-color: rgb(6 148 162 / 0.4); +} +.decoration-teal-500\/50{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.5); + text-decoration-color: rgb(6 148 162 / 0.5); +} +.decoration-teal-500\/60{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.6); + text-decoration-color: rgb(6 148 162 / 0.6); +} +.decoration-teal-500\/70{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.7); + text-decoration-color: rgb(6 148 162 / 0.7); +} +.decoration-teal-500\/75{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.75); + text-decoration-color: rgb(6 148 162 / 0.75); +} +.decoration-teal-500\/80{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.8); + text-decoration-color: rgb(6 148 162 / 0.8); +} +.decoration-teal-500\/90{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.9); + text-decoration-color: rgb(6 148 162 / 0.9); +} +.decoration-teal-500\/95{ + -webkit-text-decoration-color: rgb(6 148 162 / 0.95); + text-decoration-color: rgb(6 148 162 / 0.95); +} +.decoration-teal-500\/100{ + -webkit-text-decoration-color: rgb(6 148 162 / 1); + text-decoration-color: rgb(6 148 162 / 1); +} +.decoration-teal-600\/0{ + -webkit-text-decoration-color: rgb(4 116 129 / 0); + text-decoration-color: rgb(4 116 129 / 0); +} +.decoration-teal-600\/5{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.05); + text-decoration-color: rgb(4 116 129 / 0.05); +} +.decoration-teal-600\/10{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.1); + text-decoration-color: rgb(4 116 129 / 0.1); +} +.decoration-teal-600\/20{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.2); + text-decoration-color: rgb(4 116 129 / 0.2); +} +.decoration-teal-600\/25{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.25); + text-decoration-color: rgb(4 116 129 / 0.25); +} +.decoration-teal-600\/30{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.3); + text-decoration-color: rgb(4 116 129 / 0.3); +} +.decoration-teal-600\/40{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.4); + text-decoration-color: rgb(4 116 129 / 0.4); +} +.decoration-teal-600\/50{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.5); + text-decoration-color: rgb(4 116 129 / 0.5); +} +.decoration-teal-600\/60{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.6); + text-decoration-color: rgb(4 116 129 / 0.6); +} +.decoration-teal-600\/70{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.7); + text-decoration-color: rgb(4 116 129 / 0.7); +} +.decoration-teal-600\/75{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.75); + text-decoration-color: rgb(4 116 129 / 0.75); +} +.decoration-teal-600\/80{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.8); + text-decoration-color: rgb(4 116 129 / 0.8); +} +.decoration-teal-600\/90{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.9); + text-decoration-color: rgb(4 116 129 / 0.9); +} +.decoration-teal-600\/95{ + -webkit-text-decoration-color: rgb(4 116 129 / 0.95); + text-decoration-color: rgb(4 116 129 / 0.95); +} +.decoration-teal-600\/100{ + -webkit-text-decoration-color: rgb(4 116 129 / 1); + text-decoration-color: rgb(4 116 129 / 1); +} +.decoration-teal-700\/0{ + -webkit-text-decoration-color: rgb(3 102 114 / 0); + text-decoration-color: rgb(3 102 114 / 0); +} +.decoration-teal-700\/5{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.05); + text-decoration-color: rgb(3 102 114 / 0.05); +} +.decoration-teal-700\/10{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.1); + text-decoration-color: rgb(3 102 114 / 0.1); +} +.decoration-teal-700\/20{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.2); + text-decoration-color: rgb(3 102 114 / 0.2); +} +.decoration-teal-700\/25{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.25); + text-decoration-color: rgb(3 102 114 / 0.25); +} +.decoration-teal-700\/30{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.3); + text-decoration-color: rgb(3 102 114 / 0.3); +} +.decoration-teal-700\/40{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.4); + text-decoration-color: rgb(3 102 114 / 0.4); +} +.decoration-teal-700\/50{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.5); + text-decoration-color: rgb(3 102 114 / 0.5); +} +.decoration-teal-700\/60{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.6); + text-decoration-color: rgb(3 102 114 / 0.6); +} +.decoration-teal-700\/70{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.7); + text-decoration-color: rgb(3 102 114 / 0.7); +} +.decoration-teal-700\/75{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.75); + text-decoration-color: rgb(3 102 114 / 0.75); +} +.decoration-teal-700\/80{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.8); + text-decoration-color: rgb(3 102 114 / 0.8); +} +.decoration-teal-700\/90{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.9); + text-decoration-color: rgb(3 102 114 / 0.9); +} +.decoration-teal-700\/95{ + -webkit-text-decoration-color: rgb(3 102 114 / 0.95); + text-decoration-color: rgb(3 102 114 / 0.95); +} +.decoration-teal-700\/100{ + -webkit-text-decoration-color: rgb(3 102 114 / 1); + text-decoration-color: rgb(3 102 114 / 1); +} +.decoration-teal-800\/0{ + -webkit-text-decoration-color: rgb(5 80 92 / 0); + text-decoration-color: rgb(5 80 92 / 0); +} +.decoration-teal-800\/5{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.05); + text-decoration-color: rgb(5 80 92 / 0.05); +} +.decoration-teal-800\/10{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.1); + text-decoration-color: rgb(5 80 92 / 0.1); +} +.decoration-teal-800\/20{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.2); + text-decoration-color: rgb(5 80 92 / 0.2); +} +.decoration-teal-800\/25{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.25); + text-decoration-color: rgb(5 80 92 / 0.25); +} +.decoration-teal-800\/30{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.3); + text-decoration-color: rgb(5 80 92 / 0.3); +} +.decoration-teal-800\/40{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.4); + text-decoration-color: rgb(5 80 92 / 0.4); +} +.decoration-teal-800\/50{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.5); + text-decoration-color: rgb(5 80 92 / 0.5); +} +.decoration-teal-800\/60{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.6); + text-decoration-color: rgb(5 80 92 / 0.6); +} +.decoration-teal-800\/70{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.7); + text-decoration-color: rgb(5 80 92 / 0.7); +} +.decoration-teal-800\/75{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.75); + text-decoration-color: rgb(5 80 92 / 0.75); +} +.decoration-teal-800\/80{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.8); + text-decoration-color: rgb(5 80 92 / 0.8); +} +.decoration-teal-800\/90{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.9); + text-decoration-color: rgb(5 80 92 / 0.9); +} +.decoration-teal-800\/95{ + -webkit-text-decoration-color: rgb(5 80 92 / 0.95); + text-decoration-color: rgb(5 80 92 / 0.95); +} +.decoration-teal-800\/100{ + -webkit-text-decoration-color: rgb(5 80 92 / 1); + text-decoration-color: rgb(5 80 92 / 1); +} +.decoration-teal-900\/0{ + -webkit-text-decoration-color: rgb(1 68 81 / 0); + text-decoration-color: rgb(1 68 81 / 0); +} +.decoration-teal-900\/5{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.05); + text-decoration-color: rgb(1 68 81 / 0.05); +} +.decoration-teal-900\/10{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.1); + text-decoration-color: rgb(1 68 81 / 0.1); +} +.decoration-teal-900\/20{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.2); + text-decoration-color: rgb(1 68 81 / 0.2); +} +.decoration-teal-900\/25{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.25); + text-decoration-color: rgb(1 68 81 / 0.25); +} +.decoration-teal-900\/30{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.3); + text-decoration-color: rgb(1 68 81 / 0.3); +} +.decoration-teal-900\/40{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.4); + text-decoration-color: rgb(1 68 81 / 0.4); +} +.decoration-teal-900\/50{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.5); + text-decoration-color: rgb(1 68 81 / 0.5); +} +.decoration-teal-900\/60{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.6); + text-decoration-color: rgb(1 68 81 / 0.6); +} +.decoration-teal-900\/70{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.7); + text-decoration-color: rgb(1 68 81 / 0.7); +} +.decoration-teal-900\/75{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.75); + text-decoration-color: rgb(1 68 81 / 0.75); +} +.decoration-teal-900\/80{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.8); + text-decoration-color: rgb(1 68 81 / 0.8); +} +.decoration-teal-900\/90{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.9); + text-decoration-color: rgb(1 68 81 / 0.9); +} +.decoration-teal-900\/95{ + -webkit-text-decoration-color: rgb(1 68 81 / 0.95); + text-decoration-color: rgb(1 68 81 / 0.95); +} +.decoration-teal-900\/100{ + -webkit-text-decoration-color: rgb(1 68 81 / 1); + text-decoration-color: rgb(1 68 81 / 1); +} +.decoration-cyan-50\/0{ + -webkit-text-decoration-color: rgb(236 254 255 / 0); + text-decoration-color: rgb(236 254 255 / 0); +} +.decoration-cyan-50\/5{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.05); + text-decoration-color: rgb(236 254 255 / 0.05); +} +.decoration-cyan-50\/10{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.1); + text-decoration-color: rgb(236 254 255 / 0.1); +} +.decoration-cyan-50\/20{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.2); + text-decoration-color: rgb(236 254 255 / 0.2); +} +.decoration-cyan-50\/25{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.25); + text-decoration-color: rgb(236 254 255 / 0.25); +} +.decoration-cyan-50\/30{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.3); + text-decoration-color: rgb(236 254 255 / 0.3); +} +.decoration-cyan-50\/40{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.4); + text-decoration-color: rgb(236 254 255 / 0.4); +} +.decoration-cyan-50\/50{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.5); + text-decoration-color: rgb(236 254 255 / 0.5); +} +.decoration-cyan-50\/60{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.6); + text-decoration-color: rgb(236 254 255 / 0.6); +} +.decoration-cyan-50\/70{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.7); + text-decoration-color: rgb(236 254 255 / 0.7); +} +.decoration-cyan-50\/75{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.75); + text-decoration-color: rgb(236 254 255 / 0.75); +} +.decoration-cyan-50\/80{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.8); + text-decoration-color: rgb(236 254 255 / 0.8); +} +.decoration-cyan-50\/90{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.9); + text-decoration-color: rgb(236 254 255 / 0.9); +} +.decoration-cyan-50\/95{ + -webkit-text-decoration-color: rgb(236 254 255 / 0.95); + text-decoration-color: rgb(236 254 255 / 0.95); +} +.decoration-cyan-50\/100{ + -webkit-text-decoration-color: rgb(236 254 255 / 1); + text-decoration-color: rgb(236 254 255 / 1); +} +.decoration-cyan-100\/0{ + -webkit-text-decoration-color: rgb(207 250 254 / 0); + text-decoration-color: rgb(207 250 254 / 0); +} +.decoration-cyan-100\/5{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.05); + text-decoration-color: rgb(207 250 254 / 0.05); +} +.decoration-cyan-100\/10{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.1); + text-decoration-color: rgb(207 250 254 / 0.1); +} +.decoration-cyan-100\/20{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.2); + text-decoration-color: rgb(207 250 254 / 0.2); +} +.decoration-cyan-100\/25{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.25); + text-decoration-color: rgb(207 250 254 / 0.25); +} +.decoration-cyan-100\/30{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.3); + text-decoration-color: rgb(207 250 254 / 0.3); +} +.decoration-cyan-100\/40{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.4); + text-decoration-color: rgb(207 250 254 / 0.4); +} +.decoration-cyan-100\/50{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.5); + text-decoration-color: rgb(207 250 254 / 0.5); +} +.decoration-cyan-100\/60{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.6); + text-decoration-color: rgb(207 250 254 / 0.6); +} +.decoration-cyan-100\/70{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.7); + text-decoration-color: rgb(207 250 254 / 0.7); +} +.decoration-cyan-100\/75{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.75); + text-decoration-color: rgb(207 250 254 / 0.75); +} +.decoration-cyan-100\/80{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.8); + text-decoration-color: rgb(207 250 254 / 0.8); +} +.decoration-cyan-100\/90{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.9); + text-decoration-color: rgb(207 250 254 / 0.9); +} +.decoration-cyan-100\/95{ + -webkit-text-decoration-color: rgb(207 250 254 / 0.95); + text-decoration-color: rgb(207 250 254 / 0.95); +} +.decoration-cyan-100\/100{ + -webkit-text-decoration-color: rgb(207 250 254 / 1); + text-decoration-color: rgb(207 250 254 / 1); +} +.decoration-cyan-200\/0{ + -webkit-text-decoration-color: rgb(165 243 252 / 0); + text-decoration-color: rgb(165 243 252 / 0); +} +.decoration-cyan-200\/5{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.05); + text-decoration-color: rgb(165 243 252 / 0.05); +} +.decoration-cyan-200\/10{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.1); + text-decoration-color: rgb(165 243 252 / 0.1); +} +.decoration-cyan-200\/20{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.2); + text-decoration-color: rgb(165 243 252 / 0.2); +} +.decoration-cyan-200\/25{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.25); + text-decoration-color: rgb(165 243 252 / 0.25); +} +.decoration-cyan-200\/30{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.3); + text-decoration-color: rgb(165 243 252 / 0.3); +} +.decoration-cyan-200\/40{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.4); + text-decoration-color: rgb(165 243 252 / 0.4); +} +.decoration-cyan-200\/50{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.5); + text-decoration-color: rgb(165 243 252 / 0.5); +} +.decoration-cyan-200\/60{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.6); + text-decoration-color: rgb(165 243 252 / 0.6); +} +.decoration-cyan-200\/70{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.7); + text-decoration-color: rgb(165 243 252 / 0.7); +} +.decoration-cyan-200\/75{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.75); + text-decoration-color: rgb(165 243 252 / 0.75); +} +.decoration-cyan-200\/80{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.8); + text-decoration-color: rgb(165 243 252 / 0.8); +} +.decoration-cyan-200\/90{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.9); + text-decoration-color: rgb(165 243 252 / 0.9); +} +.decoration-cyan-200\/95{ + -webkit-text-decoration-color: rgb(165 243 252 / 0.95); + text-decoration-color: rgb(165 243 252 / 0.95); +} +.decoration-cyan-200\/100{ + -webkit-text-decoration-color: rgb(165 243 252 / 1); + text-decoration-color: rgb(165 243 252 / 1); +} +.decoration-cyan-300\/0{ + -webkit-text-decoration-color: rgb(103 232 249 / 0); + text-decoration-color: rgb(103 232 249 / 0); +} +.decoration-cyan-300\/5{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.05); + text-decoration-color: rgb(103 232 249 / 0.05); +} +.decoration-cyan-300\/10{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.1); + text-decoration-color: rgb(103 232 249 / 0.1); +} +.decoration-cyan-300\/20{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.2); + text-decoration-color: rgb(103 232 249 / 0.2); +} +.decoration-cyan-300\/25{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.25); + text-decoration-color: rgb(103 232 249 / 0.25); +} +.decoration-cyan-300\/30{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.3); + text-decoration-color: rgb(103 232 249 / 0.3); +} +.decoration-cyan-300\/40{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.4); + text-decoration-color: rgb(103 232 249 / 0.4); +} +.decoration-cyan-300\/50{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.5); + text-decoration-color: rgb(103 232 249 / 0.5); +} +.decoration-cyan-300\/60{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.6); + text-decoration-color: rgb(103 232 249 / 0.6); +} +.decoration-cyan-300\/70{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.7); + text-decoration-color: rgb(103 232 249 / 0.7); +} +.decoration-cyan-300\/75{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.75); + text-decoration-color: rgb(103 232 249 / 0.75); +} +.decoration-cyan-300\/80{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.8); + text-decoration-color: rgb(103 232 249 / 0.8); +} +.decoration-cyan-300\/90{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.9); + text-decoration-color: rgb(103 232 249 / 0.9); +} +.decoration-cyan-300\/95{ + -webkit-text-decoration-color: rgb(103 232 249 / 0.95); + text-decoration-color: rgb(103 232 249 / 0.95); +} +.decoration-cyan-300\/100{ + -webkit-text-decoration-color: rgb(103 232 249 / 1); + text-decoration-color: rgb(103 232 249 / 1); +} +.decoration-cyan-400\/0{ + -webkit-text-decoration-color: rgb(34 211 238 / 0); + text-decoration-color: rgb(34 211 238 / 0); +} +.decoration-cyan-400\/5{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.05); + text-decoration-color: rgb(34 211 238 / 0.05); +} +.decoration-cyan-400\/10{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.1); + text-decoration-color: rgb(34 211 238 / 0.1); +} +.decoration-cyan-400\/20{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.2); + text-decoration-color: rgb(34 211 238 / 0.2); +} +.decoration-cyan-400\/25{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.25); + text-decoration-color: rgb(34 211 238 / 0.25); +} +.decoration-cyan-400\/30{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.3); + text-decoration-color: rgb(34 211 238 / 0.3); +} +.decoration-cyan-400\/40{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.4); + text-decoration-color: rgb(34 211 238 / 0.4); +} +.decoration-cyan-400\/50{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.5); + text-decoration-color: rgb(34 211 238 / 0.5); +} +.decoration-cyan-400\/60{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.6); + text-decoration-color: rgb(34 211 238 / 0.6); +} +.decoration-cyan-400\/70{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.7); + text-decoration-color: rgb(34 211 238 / 0.7); +} +.decoration-cyan-400\/75{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.75); + text-decoration-color: rgb(34 211 238 / 0.75); +} +.decoration-cyan-400\/80{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.8); + text-decoration-color: rgb(34 211 238 / 0.8); +} +.decoration-cyan-400\/90{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.9); + text-decoration-color: rgb(34 211 238 / 0.9); +} +.decoration-cyan-400\/95{ + -webkit-text-decoration-color: rgb(34 211 238 / 0.95); + text-decoration-color: rgb(34 211 238 / 0.95); +} +.decoration-cyan-400\/100{ + -webkit-text-decoration-color: rgb(34 211 238 / 1); + text-decoration-color: rgb(34 211 238 / 1); +} +.decoration-cyan-500\/0{ + -webkit-text-decoration-color: rgb(6 182 212 / 0); + text-decoration-color: rgb(6 182 212 / 0); +} +.decoration-cyan-500\/5{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.05); + text-decoration-color: rgb(6 182 212 / 0.05); +} +.decoration-cyan-500\/10{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.1); + text-decoration-color: rgb(6 182 212 / 0.1); +} +.decoration-cyan-500\/20{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.2); + text-decoration-color: rgb(6 182 212 / 0.2); +} +.decoration-cyan-500\/25{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.25); + text-decoration-color: rgb(6 182 212 / 0.25); +} +.decoration-cyan-500\/30{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.3); + text-decoration-color: rgb(6 182 212 / 0.3); +} +.decoration-cyan-500\/40{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.4); + text-decoration-color: rgb(6 182 212 / 0.4); +} +.decoration-cyan-500\/50{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.5); + text-decoration-color: rgb(6 182 212 / 0.5); +} +.decoration-cyan-500\/60{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.6); + text-decoration-color: rgb(6 182 212 / 0.6); +} +.decoration-cyan-500\/70{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.7); + text-decoration-color: rgb(6 182 212 / 0.7); +} +.decoration-cyan-500\/75{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.75); + text-decoration-color: rgb(6 182 212 / 0.75); +} +.decoration-cyan-500\/80{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.8); + text-decoration-color: rgb(6 182 212 / 0.8); +} +.decoration-cyan-500\/90{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.9); + text-decoration-color: rgb(6 182 212 / 0.9); +} +.decoration-cyan-500\/95{ + -webkit-text-decoration-color: rgb(6 182 212 / 0.95); + text-decoration-color: rgb(6 182 212 / 0.95); +} +.decoration-cyan-500\/100{ + -webkit-text-decoration-color: rgb(6 182 212 / 1); + text-decoration-color: rgb(6 182 212 / 1); +} +.decoration-cyan-600\/0{ + -webkit-text-decoration-color: rgb(8 145 178 / 0); + text-decoration-color: rgb(8 145 178 / 0); +} +.decoration-cyan-600\/5{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.05); + text-decoration-color: rgb(8 145 178 / 0.05); +} +.decoration-cyan-600\/10{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.1); + text-decoration-color: rgb(8 145 178 / 0.1); +} +.decoration-cyan-600\/20{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.2); + text-decoration-color: rgb(8 145 178 / 0.2); +} +.decoration-cyan-600\/25{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.25); + text-decoration-color: rgb(8 145 178 / 0.25); +} +.decoration-cyan-600\/30{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.3); + text-decoration-color: rgb(8 145 178 / 0.3); +} +.decoration-cyan-600\/40{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.4); + text-decoration-color: rgb(8 145 178 / 0.4); +} +.decoration-cyan-600\/50{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.5); + text-decoration-color: rgb(8 145 178 / 0.5); +} +.decoration-cyan-600\/60{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.6); + text-decoration-color: rgb(8 145 178 / 0.6); +} +.decoration-cyan-600\/70{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.7); + text-decoration-color: rgb(8 145 178 / 0.7); +} +.decoration-cyan-600\/75{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.75); + text-decoration-color: rgb(8 145 178 / 0.75); +} +.decoration-cyan-600\/80{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.8); + text-decoration-color: rgb(8 145 178 / 0.8); +} +.decoration-cyan-600\/90{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.9); + text-decoration-color: rgb(8 145 178 / 0.9); +} +.decoration-cyan-600\/95{ + -webkit-text-decoration-color: rgb(8 145 178 / 0.95); + text-decoration-color: rgb(8 145 178 / 0.95); +} +.decoration-cyan-600\/100{ + -webkit-text-decoration-color: rgb(8 145 178 / 1); + text-decoration-color: rgb(8 145 178 / 1); +} +.decoration-cyan-700\/0{ + -webkit-text-decoration-color: rgb(14 116 144 / 0); + text-decoration-color: rgb(14 116 144 / 0); +} +.decoration-cyan-700\/5{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.05); + text-decoration-color: rgb(14 116 144 / 0.05); +} +.decoration-cyan-700\/10{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.1); + text-decoration-color: rgb(14 116 144 / 0.1); +} +.decoration-cyan-700\/20{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.2); + text-decoration-color: rgb(14 116 144 / 0.2); +} +.decoration-cyan-700\/25{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.25); + text-decoration-color: rgb(14 116 144 / 0.25); +} +.decoration-cyan-700\/30{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.3); + text-decoration-color: rgb(14 116 144 / 0.3); +} +.decoration-cyan-700\/40{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.4); + text-decoration-color: rgb(14 116 144 / 0.4); +} +.decoration-cyan-700\/50{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.5); + text-decoration-color: rgb(14 116 144 / 0.5); +} +.decoration-cyan-700\/60{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.6); + text-decoration-color: rgb(14 116 144 / 0.6); +} +.decoration-cyan-700\/70{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.7); + text-decoration-color: rgb(14 116 144 / 0.7); +} +.decoration-cyan-700\/75{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.75); + text-decoration-color: rgb(14 116 144 / 0.75); +} +.decoration-cyan-700\/80{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.8); + text-decoration-color: rgb(14 116 144 / 0.8); +} +.decoration-cyan-700\/90{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.9); + text-decoration-color: rgb(14 116 144 / 0.9); +} +.decoration-cyan-700\/95{ + -webkit-text-decoration-color: rgb(14 116 144 / 0.95); + text-decoration-color: rgb(14 116 144 / 0.95); +} +.decoration-cyan-700\/100{ + -webkit-text-decoration-color: rgb(14 116 144 / 1); + text-decoration-color: rgb(14 116 144 / 1); +} +.decoration-cyan-800\/0{ + -webkit-text-decoration-color: rgb(21 94 117 / 0); + text-decoration-color: rgb(21 94 117 / 0); +} +.decoration-cyan-800\/5{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.05); + text-decoration-color: rgb(21 94 117 / 0.05); +} +.decoration-cyan-800\/10{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.1); + text-decoration-color: rgb(21 94 117 / 0.1); +} +.decoration-cyan-800\/20{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.2); + text-decoration-color: rgb(21 94 117 / 0.2); +} +.decoration-cyan-800\/25{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.25); + text-decoration-color: rgb(21 94 117 / 0.25); +} +.decoration-cyan-800\/30{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.3); + text-decoration-color: rgb(21 94 117 / 0.3); +} +.decoration-cyan-800\/40{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.4); + text-decoration-color: rgb(21 94 117 / 0.4); +} +.decoration-cyan-800\/50{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.5); + text-decoration-color: rgb(21 94 117 / 0.5); +} +.decoration-cyan-800\/60{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.6); + text-decoration-color: rgb(21 94 117 / 0.6); +} +.decoration-cyan-800\/70{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.7); + text-decoration-color: rgb(21 94 117 / 0.7); +} +.decoration-cyan-800\/75{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.75); + text-decoration-color: rgb(21 94 117 / 0.75); +} +.decoration-cyan-800\/80{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.8); + text-decoration-color: rgb(21 94 117 / 0.8); +} +.decoration-cyan-800\/90{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.9); + text-decoration-color: rgb(21 94 117 / 0.9); +} +.decoration-cyan-800\/95{ + -webkit-text-decoration-color: rgb(21 94 117 / 0.95); + text-decoration-color: rgb(21 94 117 / 0.95); +} +.decoration-cyan-800\/100{ + -webkit-text-decoration-color: rgb(21 94 117 / 1); + text-decoration-color: rgb(21 94 117 / 1); +} +.decoration-cyan-900\/0{ + -webkit-text-decoration-color: rgb(22 78 99 / 0); + text-decoration-color: rgb(22 78 99 / 0); +} +.decoration-cyan-900\/5{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.05); + text-decoration-color: rgb(22 78 99 / 0.05); +} +.decoration-cyan-900\/10{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.1); + text-decoration-color: rgb(22 78 99 / 0.1); +} +.decoration-cyan-900\/20{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.2); + text-decoration-color: rgb(22 78 99 / 0.2); +} +.decoration-cyan-900\/25{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.25); + text-decoration-color: rgb(22 78 99 / 0.25); +} +.decoration-cyan-900\/30{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.3); + text-decoration-color: rgb(22 78 99 / 0.3); +} +.decoration-cyan-900\/40{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.4); + text-decoration-color: rgb(22 78 99 / 0.4); +} +.decoration-cyan-900\/50{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.5); + text-decoration-color: rgb(22 78 99 / 0.5); +} +.decoration-cyan-900\/60{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.6); + text-decoration-color: rgb(22 78 99 / 0.6); +} +.decoration-cyan-900\/70{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.7); + text-decoration-color: rgb(22 78 99 / 0.7); +} +.decoration-cyan-900\/75{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.75); + text-decoration-color: rgb(22 78 99 / 0.75); +} +.decoration-cyan-900\/80{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.8); + text-decoration-color: rgb(22 78 99 / 0.8); +} +.decoration-cyan-900\/90{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.9); + text-decoration-color: rgb(22 78 99 / 0.9); +} +.decoration-cyan-900\/95{ + -webkit-text-decoration-color: rgb(22 78 99 / 0.95); + text-decoration-color: rgb(22 78 99 / 0.95); +} +.decoration-cyan-900\/100{ + -webkit-text-decoration-color: rgb(22 78 99 / 1); + text-decoration-color: rgb(22 78 99 / 1); +} +.decoration-sky-50\/0{ + -webkit-text-decoration-color: rgb(240 249 255 / 0); + text-decoration-color: rgb(240 249 255 / 0); +} +.decoration-sky-50\/5{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.05); + text-decoration-color: rgb(240 249 255 / 0.05); +} +.decoration-sky-50\/10{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.1); + text-decoration-color: rgb(240 249 255 / 0.1); +} +.decoration-sky-50\/20{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.2); + text-decoration-color: rgb(240 249 255 / 0.2); +} +.decoration-sky-50\/25{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.25); + text-decoration-color: rgb(240 249 255 / 0.25); +} +.decoration-sky-50\/30{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.3); + text-decoration-color: rgb(240 249 255 / 0.3); +} +.decoration-sky-50\/40{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.4); + text-decoration-color: rgb(240 249 255 / 0.4); +} +.decoration-sky-50\/50{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.5); + text-decoration-color: rgb(240 249 255 / 0.5); +} +.decoration-sky-50\/60{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.6); + text-decoration-color: rgb(240 249 255 / 0.6); +} +.decoration-sky-50\/70{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.7); + text-decoration-color: rgb(240 249 255 / 0.7); +} +.decoration-sky-50\/75{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.75); + text-decoration-color: rgb(240 249 255 / 0.75); +} +.decoration-sky-50\/80{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.8); + text-decoration-color: rgb(240 249 255 / 0.8); +} +.decoration-sky-50\/90{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.9); + text-decoration-color: rgb(240 249 255 / 0.9); +} +.decoration-sky-50\/95{ + -webkit-text-decoration-color: rgb(240 249 255 / 0.95); + text-decoration-color: rgb(240 249 255 / 0.95); +} +.decoration-sky-50\/100{ + -webkit-text-decoration-color: rgb(240 249 255 / 1); + text-decoration-color: rgb(240 249 255 / 1); +} +.decoration-sky-100\/0{ + -webkit-text-decoration-color: rgb(224 242 254 / 0); + text-decoration-color: rgb(224 242 254 / 0); +} +.decoration-sky-100\/5{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.05); + text-decoration-color: rgb(224 242 254 / 0.05); +} +.decoration-sky-100\/10{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.1); + text-decoration-color: rgb(224 242 254 / 0.1); +} +.decoration-sky-100\/20{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.2); + text-decoration-color: rgb(224 242 254 / 0.2); +} +.decoration-sky-100\/25{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.25); + text-decoration-color: rgb(224 242 254 / 0.25); +} +.decoration-sky-100\/30{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.3); + text-decoration-color: rgb(224 242 254 / 0.3); +} +.decoration-sky-100\/40{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.4); + text-decoration-color: rgb(224 242 254 / 0.4); +} +.decoration-sky-100\/50{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.5); + text-decoration-color: rgb(224 242 254 / 0.5); +} +.decoration-sky-100\/60{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.6); + text-decoration-color: rgb(224 242 254 / 0.6); +} +.decoration-sky-100\/70{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.7); + text-decoration-color: rgb(224 242 254 / 0.7); +} +.decoration-sky-100\/75{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.75); + text-decoration-color: rgb(224 242 254 / 0.75); +} +.decoration-sky-100\/80{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.8); + text-decoration-color: rgb(224 242 254 / 0.8); +} +.decoration-sky-100\/90{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.9); + text-decoration-color: rgb(224 242 254 / 0.9); +} +.decoration-sky-100\/95{ + -webkit-text-decoration-color: rgb(224 242 254 / 0.95); + text-decoration-color: rgb(224 242 254 / 0.95); +} +.decoration-sky-100\/100{ + -webkit-text-decoration-color: rgb(224 242 254 / 1); + text-decoration-color: rgb(224 242 254 / 1); +} +.decoration-sky-200\/0{ + -webkit-text-decoration-color: rgb(186 230 253 / 0); + text-decoration-color: rgb(186 230 253 / 0); +} +.decoration-sky-200\/5{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.05); + text-decoration-color: rgb(186 230 253 / 0.05); +} +.decoration-sky-200\/10{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.1); + text-decoration-color: rgb(186 230 253 / 0.1); +} +.decoration-sky-200\/20{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.2); + text-decoration-color: rgb(186 230 253 / 0.2); +} +.decoration-sky-200\/25{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.25); + text-decoration-color: rgb(186 230 253 / 0.25); +} +.decoration-sky-200\/30{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.3); + text-decoration-color: rgb(186 230 253 / 0.3); +} +.decoration-sky-200\/40{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.4); + text-decoration-color: rgb(186 230 253 / 0.4); +} +.decoration-sky-200\/50{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.5); + text-decoration-color: rgb(186 230 253 / 0.5); +} +.decoration-sky-200\/60{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.6); + text-decoration-color: rgb(186 230 253 / 0.6); +} +.decoration-sky-200\/70{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.7); + text-decoration-color: rgb(186 230 253 / 0.7); +} +.decoration-sky-200\/75{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.75); + text-decoration-color: rgb(186 230 253 / 0.75); +} +.decoration-sky-200\/80{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.8); + text-decoration-color: rgb(186 230 253 / 0.8); +} +.decoration-sky-200\/90{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.9); + text-decoration-color: rgb(186 230 253 / 0.9); +} +.decoration-sky-200\/95{ + -webkit-text-decoration-color: rgb(186 230 253 / 0.95); + text-decoration-color: rgb(186 230 253 / 0.95); +} +.decoration-sky-200\/100{ + -webkit-text-decoration-color: rgb(186 230 253 / 1); + text-decoration-color: rgb(186 230 253 / 1); +} +.decoration-sky-300\/0{ + -webkit-text-decoration-color: rgb(125 211 252 / 0); + text-decoration-color: rgb(125 211 252 / 0); +} +.decoration-sky-300\/5{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.05); + text-decoration-color: rgb(125 211 252 / 0.05); +} +.decoration-sky-300\/10{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.1); + text-decoration-color: rgb(125 211 252 / 0.1); +} +.decoration-sky-300\/20{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.2); + text-decoration-color: rgb(125 211 252 / 0.2); +} +.decoration-sky-300\/25{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.25); + text-decoration-color: rgb(125 211 252 / 0.25); +} +.decoration-sky-300\/30{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.3); + text-decoration-color: rgb(125 211 252 / 0.3); +} +.decoration-sky-300\/40{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.4); + text-decoration-color: rgb(125 211 252 / 0.4); +} +.decoration-sky-300\/50{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.5); + text-decoration-color: rgb(125 211 252 / 0.5); +} +.decoration-sky-300\/60{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.6); + text-decoration-color: rgb(125 211 252 / 0.6); +} +.decoration-sky-300\/70{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.7); + text-decoration-color: rgb(125 211 252 / 0.7); +} +.decoration-sky-300\/75{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.75); + text-decoration-color: rgb(125 211 252 / 0.75); +} +.decoration-sky-300\/80{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.8); + text-decoration-color: rgb(125 211 252 / 0.8); +} +.decoration-sky-300\/90{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.9); + text-decoration-color: rgb(125 211 252 / 0.9); +} +.decoration-sky-300\/95{ + -webkit-text-decoration-color: rgb(125 211 252 / 0.95); + text-decoration-color: rgb(125 211 252 / 0.95); +} +.decoration-sky-300\/100{ + -webkit-text-decoration-color: rgb(125 211 252 / 1); + text-decoration-color: rgb(125 211 252 / 1); +} +.decoration-sky-400\/0{ + -webkit-text-decoration-color: rgb(56 189 248 / 0); + text-decoration-color: rgb(56 189 248 / 0); +} +.decoration-sky-400\/5{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.05); + text-decoration-color: rgb(56 189 248 / 0.05); +} +.decoration-sky-400\/10{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.1); + text-decoration-color: rgb(56 189 248 / 0.1); +} +.decoration-sky-400\/20{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.2); + text-decoration-color: rgb(56 189 248 / 0.2); +} +.decoration-sky-400\/25{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.25); + text-decoration-color: rgb(56 189 248 / 0.25); +} +.decoration-sky-400\/30{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.3); + text-decoration-color: rgb(56 189 248 / 0.3); +} +.decoration-sky-400\/40{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.4); + text-decoration-color: rgb(56 189 248 / 0.4); +} +.decoration-sky-400\/50{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.5); + text-decoration-color: rgb(56 189 248 / 0.5); +} +.decoration-sky-400\/60{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.6); + text-decoration-color: rgb(56 189 248 / 0.6); +} +.decoration-sky-400\/70{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.7); + text-decoration-color: rgb(56 189 248 / 0.7); +} +.decoration-sky-400\/75{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.75); + text-decoration-color: rgb(56 189 248 / 0.75); +} +.decoration-sky-400\/80{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.8); + text-decoration-color: rgb(56 189 248 / 0.8); +} +.decoration-sky-400\/90{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.9); + text-decoration-color: rgb(56 189 248 / 0.9); +} +.decoration-sky-400\/95{ + -webkit-text-decoration-color: rgb(56 189 248 / 0.95); + text-decoration-color: rgb(56 189 248 / 0.95); +} +.decoration-sky-400\/100{ + -webkit-text-decoration-color: rgb(56 189 248 / 1); + text-decoration-color: rgb(56 189 248 / 1); +} +.decoration-sky-500\/0{ + -webkit-text-decoration-color: rgb(14 165 233 / 0); + text-decoration-color: rgb(14 165 233 / 0); +} +.decoration-sky-500\/5{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.05); + text-decoration-color: rgb(14 165 233 / 0.05); +} +.decoration-sky-500\/10{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.1); + text-decoration-color: rgb(14 165 233 / 0.1); +} +.decoration-sky-500\/20{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.2); + text-decoration-color: rgb(14 165 233 / 0.2); +} +.decoration-sky-500\/25{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.25); + text-decoration-color: rgb(14 165 233 / 0.25); +} +.decoration-sky-500\/30{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.3); + text-decoration-color: rgb(14 165 233 / 0.3); +} +.decoration-sky-500\/40{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.4); + text-decoration-color: rgb(14 165 233 / 0.4); +} +.decoration-sky-500\/50{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.5); + text-decoration-color: rgb(14 165 233 / 0.5); +} +.decoration-sky-500\/60{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.6); + text-decoration-color: rgb(14 165 233 / 0.6); +} +.decoration-sky-500\/70{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.7); + text-decoration-color: rgb(14 165 233 / 0.7); +} +.decoration-sky-500\/75{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.75); + text-decoration-color: rgb(14 165 233 / 0.75); +} +.decoration-sky-500\/80{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.8); + text-decoration-color: rgb(14 165 233 / 0.8); +} +.decoration-sky-500\/90{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.9); + text-decoration-color: rgb(14 165 233 / 0.9); +} +.decoration-sky-500\/95{ + -webkit-text-decoration-color: rgb(14 165 233 / 0.95); + text-decoration-color: rgb(14 165 233 / 0.95); +} +.decoration-sky-500\/100{ + -webkit-text-decoration-color: rgb(14 165 233 / 1); + text-decoration-color: rgb(14 165 233 / 1); +} +.decoration-sky-600\/0{ + -webkit-text-decoration-color: rgb(2 132 199 / 0); + text-decoration-color: rgb(2 132 199 / 0); +} +.decoration-sky-600\/5{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.05); + text-decoration-color: rgb(2 132 199 / 0.05); +} +.decoration-sky-600\/10{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.1); + text-decoration-color: rgb(2 132 199 / 0.1); +} +.decoration-sky-600\/20{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.2); + text-decoration-color: rgb(2 132 199 / 0.2); +} +.decoration-sky-600\/25{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.25); + text-decoration-color: rgb(2 132 199 / 0.25); +} +.decoration-sky-600\/30{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.3); + text-decoration-color: rgb(2 132 199 / 0.3); +} +.decoration-sky-600\/40{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.4); + text-decoration-color: rgb(2 132 199 / 0.4); +} +.decoration-sky-600\/50{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.5); + text-decoration-color: rgb(2 132 199 / 0.5); +} +.decoration-sky-600\/60{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.6); + text-decoration-color: rgb(2 132 199 / 0.6); +} +.decoration-sky-600\/70{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.7); + text-decoration-color: rgb(2 132 199 / 0.7); +} +.decoration-sky-600\/75{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.75); + text-decoration-color: rgb(2 132 199 / 0.75); +} +.decoration-sky-600\/80{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.8); + text-decoration-color: rgb(2 132 199 / 0.8); +} +.decoration-sky-600\/90{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.9); + text-decoration-color: rgb(2 132 199 / 0.9); +} +.decoration-sky-600\/95{ + -webkit-text-decoration-color: rgb(2 132 199 / 0.95); + text-decoration-color: rgb(2 132 199 / 0.95); +} +.decoration-sky-600\/100{ + -webkit-text-decoration-color: rgb(2 132 199 / 1); + text-decoration-color: rgb(2 132 199 / 1); +} +.decoration-sky-700\/0{ + -webkit-text-decoration-color: rgb(3 105 161 / 0); + text-decoration-color: rgb(3 105 161 / 0); +} +.decoration-sky-700\/5{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.05); + text-decoration-color: rgb(3 105 161 / 0.05); +} +.decoration-sky-700\/10{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.1); + text-decoration-color: rgb(3 105 161 / 0.1); +} +.decoration-sky-700\/20{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.2); + text-decoration-color: rgb(3 105 161 / 0.2); +} +.decoration-sky-700\/25{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.25); + text-decoration-color: rgb(3 105 161 / 0.25); +} +.decoration-sky-700\/30{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.3); + text-decoration-color: rgb(3 105 161 / 0.3); +} +.decoration-sky-700\/40{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.4); + text-decoration-color: rgb(3 105 161 / 0.4); +} +.decoration-sky-700\/50{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.5); + text-decoration-color: rgb(3 105 161 / 0.5); +} +.decoration-sky-700\/60{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.6); + text-decoration-color: rgb(3 105 161 / 0.6); +} +.decoration-sky-700\/70{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.7); + text-decoration-color: rgb(3 105 161 / 0.7); +} +.decoration-sky-700\/75{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.75); + text-decoration-color: rgb(3 105 161 / 0.75); +} +.decoration-sky-700\/80{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.8); + text-decoration-color: rgb(3 105 161 / 0.8); +} +.decoration-sky-700\/90{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.9); + text-decoration-color: rgb(3 105 161 / 0.9); +} +.decoration-sky-700\/95{ + -webkit-text-decoration-color: rgb(3 105 161 / 0.95); + text-decoration-color: rgb(3 105 161 / 0.95); +} +.decoration-sky-700\/100{ + -webkit-text-decoration-color: rgb(3 105 161 / 1); + text-decoration-color: rgb(3 105 161 / 1); +} +.decoration-sky-800\/0{ + -webkit-text-decoration-color: rgb(7 89 133 / 0); + text-decoration-color: rgb(7 89 133 / 0); +} +.decoration-sky-800\/5{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.05); + text-decoration-color: rgb(7 89 133 / 0.05); +} +.decoration-sky-800\/10{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.1); + text-decoration-color: rgb(7 89 133 / 0.1); +} +.decoration-sky-800\/20{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.2); + text-decoration-color: rgb(7 89 133 / 0.2); +} +.decoration-sky-800\/25{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.25); + text-decoration-color: rgb(7 89 133 / 0.25); +} +.decoration-sky-800\/30{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.3); + text-decoration-color: rgb(7 89 133 / 0.3); +} +.decoration-sky-800\/40{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.4); + text-decoration-color: rgb(7 89 133 / 0.4); +} +.decoration-sky-800\/50{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.5); + text-decoration-color: rgb(7 89 133 / 0.5); +} +.decoration-sky-800\/60{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.6); + text-decoration-color: rgb(7 89 133 / 0.6); +} +.decoration-sky-800\/70{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.7); + text-decoration-color: rgb(7 89 133 / 0.7); +} +.decoration-sky-800\/75{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.75); + text-decoration-color: rgb(7 89 133 / 0.75); +} +.decoration-sky-800\/80{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.8); + text-decoration-color: rgb(7 89 133 / 0.8); +} +.decoration-sky-800\/90{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.9); + text-decoration-color: rgb(7 89 133 / 0.9); +} +.decoration-sky-800\/95{ + -webkit-text-decoration-color: rgb(7 89 133 / 0.95); + text-decoration-color: rgb(7 89 133 / 0.95); +} +.decoration-sky-800\/100{ + -webkit-text-decoration-color: rgb(7 89 133 / 1); + text-decoration-color: rgb(7 89 133 / 1); +} +.decoration-sky-900\/0{ + -webkit-text-decoration-color: rgb(12 74 110 / 0); + text-decoration-color: rgb(12 74 110 / 0); +} +.decoration-sky-900\/5{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.05); + text-decoration-color: rgb(12 74 110 / 0.05); +} +.decoration-sky-900\/10{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.1); + text-decoration-color: rgb(12 74 110 / 0.1); +} +.decoration-sky-900\/20{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.2); + text-decoration-color: rgb(12 74 110 / 0.2); +} +.decoration-sky-900\/25{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.25); + text-decoration-color: rgb(12 74 110 / 0.25); +} +.decoration-sky-900\/30{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.3); + text-decoration-color: rgb(12 74 110 / 0.3); +} +.decoration-sky-900\/40{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.4); + text-decoration-color: rgb(12 74 110 / 0.4); +} +.decoration-sky-900\/50{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.5); + text-decoration-color: rgb(12 74 110 / 0.5); +} +.decoration-sky-900\/60{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.6); + text-decoration-color: rgb(12 74 110 / 0.6); +} +.decoration-sky-900\/70{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.7); + text-decoration-color: rgb(12 74 110 / 0.7); +} +.decoration-sky-900\/75{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.75); + text-decoration-color: rgb(12 74 110 / 0.75); +} +.decoration-sky-900\/80{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.8); + text-decoration-color: rgb(12 74 110 / 0.8); +} +.decoration-sky-900\/90{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.9); + text-decoration-color: rgb(12 74 110 / 0.9); +} +.decoration-sky-900\/95{ + -webkit-text-decoration-color: rgb(12 74 110 / 0.95); + text-decoration-color: rgb(12 74 110 / 0.95); +} +.decoration-sky-900\/100{ + -webkit-text-decoration-color: rgb(12 74 110 / 1); + text-decoration-color: rgb(12 74 110 / 1); +} +.decoration-blue-50\/0{ + -webkit-text-decoration-color: rgb(242 248 251 / 0); + text-decoration-color: rgb(242 248 251 / 0); +} +.decoration-blue-50\/5{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.05); + text-decoration-color: rgb(242 248 251 / 0.05); +} +.decoration-blue-50\/10{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.1); + text-decoration-color: rgb(242 248 251 / 0.1); +} +.decoration-blue-50\/20{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.2); + text-decoration-color: rgb(242 248 251 / 0.2); +} +.decoration-blue-50\/25{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.25); + text-decoration-color: rgb(242 248 251 / 0.25); +} +.decoration-blue-50\/30{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.3); + text-decoration-color: rgb(242 248 251 / 0.3); +} +.decoration-blue-50\/40{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.4); + text-decoration-color: rgb(242 248 251 / 0.4); +} +.decoration-blue-50\/50{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.5); + text-decoration-color: rgb(242 248 251 / 0.5); +} +.decoration-blue-50\/60{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.6); + text-decoration-color: rgb(242 248 251 / 0.6); +} +.decoration-blue-50\/70{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.7); + text-decoration-color: rgb(242 248 251 / 0.7); +} +.decoration-blue-50\/75{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.75); + text-decoration-color: rgb(242 248 251 / 0.75); +} +.decoration-blue-50\/80{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.8); + text-decoration-color: rgb(242 248 251 / 0.8); +} +.decoration-blue-50\/90{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.9); + text-decoration-color: rgb(242 248 251 / 0.9); +} +.decoration-blue-50\/95{ + -webkit-text-decoration-color: rgb(242 248 251 / 0.95); + text-decoration-color: rgb(242 248 251 / 0.95); +} +.decoration-blue-50\/100{ + -webkit-text-decoration-color: rgb(242 248 251 / 1); + text-decoration-color: rgb(242 248 251 / 1); +} +.decoration-blue-100\/0{ + -webkit-text-decoration-color: rgb(230 241 246 / 0); + text-decoration-color: rgb(230 241 246 / 0); +} +.decoration-blue-100\/5{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.05); + text-decoration-color: rgb(230 241 246 / 0.05); +} +.decoration-blue-100\/10{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.1); + text-decoration-color: rgb(230 241 246 / 0.1); +} +.decoration-blue-100\/20{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.2); + text-decoration-color: rgb(230 241 246 / 0.2); +} +.decoration-blue-100\/25{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.25); + text-decoration-color: rgb(230 241 246 / 0.25); +} +.decoration-blue-100\/30{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.3); + text-decoration-color: rgb(230 241 246 / 0.3); +} +.decoration-blue-100\/40{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.4); + text-decoration-color: rgb(230 241 246 / 0.4); +} +.decoration-blue-100\/50{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.5); + text-decoration-color: rgb(230 241 246 / 0.5); +} +.decoration-blue-100\/60{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.6); + text-decoration-color: rgb(230 241 246 / 0.6); +} +.decoration-blue-100\/70{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.7); + text-decoration-color: rgb(230 241 246 / 0.7); +} +.decoration-blue-100\/75{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.75); + text-decoration-color: rgb(230 241 246 / 0.75); +} +.decoration-blue-100\/80{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.8); + text-decoration-color: rgb(230 241 246 / 0.8); +} +.decoration-blue-100\/90{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.9); + text-decoration-color: rgb(230 241 246 / 0.9); +} +.decoration-blue-100\/95{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.95); + text-decoration-color: rgb(230 241 246 / 0.95); +} +.decoration-blue-100\/100{ + -webkit-text-decoration-color: rgb(230 241 246 / 1); + text-decoration-color: rgb(230 241 246 / 1); +} +.decoration-blue-200\/0{ + -webkit-text-decoration-color: rgb(191 219 233 / 0); + text-decoration-color: rgb(191 219 233 / 0); +} +.decoration-blue-200\/5{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.05); + text-decoration-color: rgb(191 219 233 / 0.05); +} +.decoration-blue-200\/10{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.1); + text-decoration-color: rgb(191 219 233 / 0.1); +} +.decoration-blue-200\/20{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.2); + text-decoration-color: rgb(191 219 233 / 0.2); +} +.decoration-blue-200\/25{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.25); + text-decoration-color: rgb(191 219 233 / 0.25); +} +.decoration-blue-200\/30{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.3); + text-decoration-color: rgb(191 219 233 / 0.3); +} +.decoration-blue-200\/40{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.4); + text-decoration-color: rgb(191 219 233 / 0.4); +} +.decoration-blue-200\/50{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.5); + text-decoration-color: rgb(191 219 233 / 0.5); +} +.decoration-blue-200\/60{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.6); + text-decoration-color: rgb(191 219 233 / 0.6); +} +.decoration-blue-200\/70{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.7); + text-decoration-color: rgb(191 219 233 / 0.7); +} +.decoration-blue-200\/75{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.75); + text-decoration-color: rgb(191 219 233 / 0.75); +} +.decoration-blue-200\/80{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.8); + text-decoration-color: rgb(191 219 233 / 0.8); +} +.decoration-blue-200\/90{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.9); + text-decoration-color: rgb(191 219 233 / 0.9); +} +.decoration-blue-200\/95{ + -webkit-text-decoration-color: rgb(191 219 233 / 0.95); + text-decoration-color: rgb(191 219 233 / 0.95); +} +.decoration-blue-200\/100{ + -webkit-text-decoration-color: rgb(191 219 233 / 1); + text-decoration-color: rgb(191 219 233 / 1); +} +.decoration-blue-300\/0{ + -webkit-text-decoration-color: rgb(153 197 219 / 0); + text-decoration-color: rgb(153 197 219 / 0); +} +.decoration-blue-300\/5{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.05); + text-decoration-color: rgb(153 197 219 / 0.05); +} +.decoration-blue-300\/10{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.1); + text-decoration-color: rgb(153 197 219 / 0.1); +} +.decoration-blue-300\/20{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.2); + text-decoration-color: rgb(153 197 219 / 0.2); +} +.decoration-blue-300\/25{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.25); + text-decoration-color: rgb(153 197 219 / 0.25); +} +.decoration-blue-300\/30{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.3); + text-decoration-color: rgb(153 197 219 / 0.3); +} +.decoration-blue-300\/40{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.4); + text-decoration-color: rgb(153 197 219 / 0.4); +} +.decoration-blue-300\/50{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.5); + text-decoration-color: rgb(153 197 219 / 0.5); +} +.decoration-blue-300\/60{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.6); + text-decoration-color: rgb(153 197 219 / 0.6); +} +.decoration-blue-300\/70{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.7); + text-decoration-color: rgb(153 197 219 / 0.7); +} +.decoration-blue-300\/75{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.75); + text-decoration-color: rgb(153 197 219 / 0.75); +} +.decoration-blue-300\/80{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.8); + text-decoration-color: rgb(153 197 219 / 0.8); +} +.decoration-blue-300\/90{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.9); + text-decoration-color: rgb(153 197 219 / 0.9); +} +.decoration-blue-300\/95{ + -webkit-text-decoration-color: rgb(153 197 219 / 0.95); + text-decoration-color: rgb(153 197 219 / 0.95); +} +.decoration-blue-300\/100{ + -webkit-text-decoration-color: rgb(153 197 219 / 1); + text-decoration-color: rgb(153 197 219 / 1); +} +.decoration-blue-400\/0{ + -webkit-text-decoration-color: rgb(77 154 193 / 0); + text-decoration-color: rgb(77 154 193 / 0); +} +.decoration-blue-400\/5{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.05); + text-decoration-color: rgb(77 154 193 / 0.05); +} +.decoration-blue-400\/10{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.1); + text-decoration-color: rgb(77 154 193 / 0.1); +} +.decoration-blue-400\/20{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.2); + text-decoration-color: rgb(77 154 193 / 0.2); +} +.decoration-blue-400\/25{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.25); + text-decoration-color: rgb(77 154 193 / 0.25); +} +.decoration-blue-400\/30{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.3); + text-decoration-color: rgb(77 154 193 / 0.3); +} +.decoration-blue-400\/40{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.4); + text-decoration-color: rgb(77 154 193 / 0.4); +} +.decoration-blue-400\/50{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.5); + text-decoration-color: rgb(77 154 193 / 0.5); +} +.decoration-blue-400\/60{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.6); + text-decoration-color: rgb(77 154 193 / 0.6); +} +.decoration-blue-400\/70{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.7); + text-decoration-color: rgb(77 154 193 / 0.7); +} +.decoration-blue-400\/75{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.75); + text-decoration-color: rgb(77 154 193 / 0.75); +} +.decoration-blue-400\/80{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.8); + text-decoration-color: rgb(77 154 193 / 0.8); +} +.decoration-blue-400\/90{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.9); + text-decoration-color: rgb(77 154 193 / 0.9); +} +.decoration-blue-400\/95{ + -webkit-text-decoration-color: rgb(77 154 193 / 0.95); + text-decoration-color: rgb(77 154 193 / 0.95); +} +.decoration-blue-400\/100{ + -webkit-text-decoration-color: rgb(77 154 193 / 1); + text-decoration-color: rgb(77 154 193 / 1); +} +.decoration-blue-500\/0{ + -webkit-text-decoration-color: rgb(0 110 166 / 0); + text-decoration-color: rgb(0 110 166 / 0); +} +.decoration-blue-500\/5{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.05); + text-decoration-color: rgb(0 110 166 / 0.05); +} +.decoration-blue-500\/10{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.1); + text-decoration-color: rgb(0 110 166 / 0.1); +} +.decoration-blue-500\/20{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.2); + text-decoration-color: rgb(0 110 166 / 0.2); +} +.decoration-blue-500\/25{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.25); + text-decoration-color: rgb(0 110 166 / 0.25); +} +.decoration-blue-500\/30{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.3); + text-decoration-color: rgb(0 110 166 / 0.3); +} +.decoration-blue-500\/40{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.4); + text-decoration-color: rgb(0 110 166 / 0.4); +} +.decoration-blue-500\/50{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.5); + text-decoration-color: rgb(0 110 166 / 0.5); +} +.decoration-blue-500\/60{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.6); + text-decoration-color: rgb(0 110 166 / 0.6); +} +.decoration-blue-500\/70{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.7); + text-decoration-color: rgb(0 110 166 / 0.7); +} +.decoration-blue-500\/75{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.75); + text-decoration-color: rgb(0 110 166 / 0.75); +} +.decoration-blue-500\/80{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.8); + text-decoration-color: rgb(0 110 166 / 0.8); +} +.decoration-blue-500\/90{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.9); + text-decoration-color: rgb(0 110 166 / 0.9); +} +.decoration-blue-500\/95{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.95); + text-decoration-color: rgb(0 110 166 / 0.95); +} +.decoration-blue-500\/100{ + -webkit-text-decoration-color: rgb(0 110 166 / 1); + text-decoration-color: rgb(0 110 166 / 1); +} +.decoration-blue-600\/0{ + -webkit-text-decoration-color: rgb(0 99 149 / 0); + text-decoration-color: rgb(0 99 149 / 0); +} +.decoration-blue-600\/5{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.05); + text-decoration-color: rgb(0 99 149 / 0.05); +} +.decoration-blue-600\/10{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.1); + text-decoration-color: rgb(0 99 149 / 0.1); +} +.decoration-blue-600\/20{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.2); + text-decoration-color: rgb(0 99 149 / 0.2); +} +.decoration-blue-600\/25{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.25); + text-decoration-color: rgb(0 99 149 / 0.25); +} +.decoration-blue-600\/30{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.3); + text-decoration-color: rgb(0 99 149 / 0.3); +} +.decoration-blue-600\/40{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.4); + text-decoration-color: rgb(0 99 149 / 0.4); +} +.decoration-blue-600\/50{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.5); + text-decoration-color: rgb(0 99 149 / 0.5); +} +.decoration-blue-600\/60{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.6); + text-decoration-color: rgb(0 99 149 / 0.6); +} +.decoration-blue-600\/70{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.7); + text-decoration-color: rgb(0 99 149 / 0.7); +} +.decoration-blue-600\/75{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.75); + text-decoration-color: rgb(0 99 149 / 0.75); +} +.decoration-blue-600\/80{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.8); + text-decoration-color: rgb(0 99 149 / 0.8); +} +.decoration-blue-600\/90{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.9); + text-decoration-color: rgb(0 99 149 / 0.9); +} +.decoration-blue-600\/95{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.95); + text-decoration-color: rgb(0 99 149 / 0.95); +} +.decoration-blue-600\/100{ + -webkit-text-decoration-color: rgb(0 99 149 / 1); + text-decoration-color: rgb(0 99 149 / 1); +} +.decoration-blue-700\/0{ + -webkit-text-decoration-color: rgb(0 83 125 / 0); + text-decoration-color: rgb(0 83 125 / 0); +} +.decoration-blue-700\/5{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.05); + text-decoration-color: rgb(0 83 125 / 0.05); +} +.decoration-blue-700\/10{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.1); + text-decoration-color: rgb(0 83 125 / 0.1); +} +.decoration-blue-700\/20{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.2); + text-decoration-color: rgb(0 83 125 / 0.2); +} +.decoration-blue-700\/25{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.25); + text-decoration-color: rgb(0 83 125 / 0.25); +} +.decoration-blue-700\/30{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.3); + text-decoration-color: rgb(0 83 125 / 0.3); +} +.decoration-blue-700\/40{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.4); + text-decoration-color: rgb(0 83 125 / 0.4); +} +.decoration-blue-700\/50{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.5); + text-decoration-color: rgb(0 83 125 / 0.5); +} +.decoration-blue-700\/60{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.6); + text-decoration-color: rgb(0 83 125 / 0.6); +} +.decoration-blue-700\/70{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.7); + text-decoration-color: rgb(0 83 125 / 0.7); +} +.decoration-blue-700\/75{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.75); + text-decoration-color: rgb(0 83 125 / 0.75); +} +.decoration-blue-700\/80{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.8); + text-decoration-color: rgb(0 83 125 / 0.8); +} +.decoration-blue-700\/90{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.9); + text-decoration-color: rgb(0 83 125 / 0.9); +} +.decoration-blue-700\/95{ + -webkit-text-decoration-color: rgb(0 83 125 / 0.95); + text-decoration-color: rgb(0 83 125 / 0.95); +} +.decoration-blue-700\/100{ + -webkit-text-decoration-color: rgb(0 83 125 / 1); + text-decoration-color: rgb(0 83 125 / 1); +} +.decoration-blue-800\/0{ + -webkit-text-decoration-color: rgb(0 66 100 / 0); + text-decoration-color: rgb(0 66 100 / 0); +} +.decoration-blue-800\/5{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.05); + text-decoration-color: rgb(0 66 100 / 0.05); +} +.decoration-blue-800\/10{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.1); + text-decoration-color: rgb(0 66 100 / 0.1); +} +.decoration-blue-800\/20{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.2); + text-decoration-color: rgb(0 66 100 / 0.2); +} +.decoration-blue-800\/25{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.25); + text-decoration-color: rgb(0 66 100 / 0.25); +} +.decoration-blue-800\/30{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.3); + text-decoration-color: rgb(0 66 100 / 0.3); +} +.decoration-blue-800\/40{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.4); + text-decoration-color: rgb(0 66 100 / 0.4); +} +.decoration-blue-800\/50{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.5); + text-decoration-color: rgb(0 66 100 / 0.5); +} +.decoration-blue-800\/60{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.6); + text-decoration-color: rgb(0 66 100 / 0.6); +} +.decoration-blue-800\/70{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.7); + text-decoration-color: rgb(0 66 100 / 0.7); +} +.decoration-blue-800\/75{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.75); + text-decoration-color: rgb(0 66 100 / 0.75); +} +.decoration-blue-800\/80{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.8); + text-decoration-color: rgb(0 66 100 / 0.8); +} +.decoration-blue-800\/90{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.9); + text-decoration-color: rgb(0 66 100 / 0.9); +} +.decoration-blue-800\/95{ + -webkit-text-decoration-color: rgb(0 66 100 / 0.95); + text-decoration-color: rgb(0 66 100 / 0.95); +} +.decoration-blue-800\/100{ + -webkit-text-decoration-color: rgb(0 66 100 / 1); + text-decoration-color: rgb(0 66 100 / 1); +} +.decoration-blue-900\/0{ + -webkit-text-decoration-color: rgb(0 54 81 / 0); + text-decoration-color: rgb(0 54 81 / 0); +} +.decoration-blue-900\/5{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.05); + text-decoration-color: rgb(0 54 81 / 0.05); +} +.decoration-blue-900\/10{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.1); + text-decoration-color: rgb(0 54 81 / 0.1); +} +.decoration-blue-900\/20{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.2); + text-decoration-color: rgb(0 54 81 / 0.2); +} +.decoration-blue-900\/25{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.25); + text-decoration-color: rgb(0 54 81 / 0.25); +} +.decoration-blue-900\/30{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.3); + text-decoration-color: rgb(0 54 81 / 0.3); +} +.decoration-blue-900\/40{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.4); + text-decoration-color: rgb(0 54 81 / 0.4); +} +.decoration-blue-900\/50{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.5); + text-decoration-color: rgb(0 54 81 / 0.5); +} +.decoration-blue-900\/60{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.6); + text-decoration-color: rgb(0 54 81 / 0.6); +} +.decoration-blue-900\/70{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.7); + text-decoration-color: rgb(0 54 81 / 0.7); +} +.decoration-blue-900\/75{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.75); + text-decoration-color: rgb(0 54 81 / 0.75); +} +.decoration-blue-900\/80{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.8); + text-decoration-color: rgb(0 54 81 / 0.8); +} +.decoration-blue-900\/90{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.9); + text-decoration-color: rgb(0 54 81 / 0.9); +} +.decoration-blue-900\/95{ + -webkit-text-decoration-color: rgb(0 54 81 / 0.95); + text-decoration-color: rgb(0 54 81 / 0.95); +} +.decoration-blue-900\/100{ + -webkit-text-decoration-color: rgb(0 54 81 / 1); + text-decoration-color: rgb(0 54 81 / 1); +} +.decoration-blue\/0{ + -webkit-text-decoration-color: rgb(0 110 166 / 0); + text-decoration-color: rgb(0 110 166 / 0); +} +.decoration-blue\/5{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.05); + text-decoration-color: rgb(0 110 166 / 0.05); +} +.decoration-blue\/10{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.1); + text-decoration-color: rgb(0 110 166 / 0.1); +} +.decoration-blue\/20{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.2); + text-decoration-color: rgb(0 110 166 / 0.2); +} +.decoration-blue\/25{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.25); + text-decoration-color: rgb(0 110 166 / 0.25); +} +.decoration-blue\/30{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.3); + text-decoration-color: rgb(0 110 166 / 0.3); +} +.decoration-blue\/40{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.4); + text-decoration-color: rgb(0 110 166 / 0.4); +} +.decoration-blue\/50{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.5); + text-decoration-color: rgb(0 110 166 / 0.5); +} +.decoration-blue\/60{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.6); + text-decoration-color: rgb(0 110 166 / 0.6); +} +.decoration-blue\/70{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.7); + text-decoration-color: rgb(0 110 166 / 0.7); +} +.decoration-blue\/75{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.75); + text-decoration-color: rgb(0 110 166 / 0.75); +} +.decoration-blue\/80{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.8); + text-decoration-color: rgb(0 110 166 / 0.8); +} +.decoration-blue\/90{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.9); + text-decoration-color: rgb(0 110 166 / 0.9); +} +.decoration-blue\/95{ + -webkit-text-decoration-color: rgb(0 110 166 / 0.95); + text-decoration-color: rgb(0 110 166 / 0.95); +} +.decoration-blue\/100{ + -webkit-text-decoration-color: rgb(0 110 166 / 1); + text-decoration-color: rgb(0 110 166 / 1); +} +.decoration-indigo-50\/0{ + -webkit-text-decoration-color: rgb(240 245 255 / 0); + text-decoration-color: rgb(240 245 255 / 0); +} +.decoration-indigo-50\/5{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.05); + text-decoration-color: rgb(240 245 255 / 0.05); +} +.decoration-indigo-50\/10{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.1); + text-decoration-color: rgb(240 245 255 / 0.1); +} +.decoration-indigo-50\/20{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.2); + text-decoration-color: rgb(240 245 255 / 0.2); +} +.decoration-indigo-50\/25{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.25); + text-decoration-color: rgb(240 245 255 / 0.25); +} +.decoration-indigo-50\/30{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.3); + text-decoration-color: rgb(240 245 255 / 0.3); +} +.decoration-indigo-50\/40{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.4); + text-decoration-color: rgb(240 245 255 / 0.4); +} +.decoration-indigo-50\/50{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.5); + text-decoration-color: rgb(240 245 255 / 0.5); +} +.decoration-indigo-50\/60{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.6); + text-decoration-color: rgb(240 245 255 / 0.6); +} +.decoration-indigo-50\/70{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.7); + text-decoration-color: rgb(240 245 255 / 0.7); +} +.decoration-indigo-50\/75{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.75); + text-decoration-color: rgb(240 245 255 / 0.75); +} +.decoration-indigo-50\/80{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.8); + text-decoration-color: rgb(240 245 255 / 0.8); +} +.decoration-indigo-50\/90{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.9); + text-decoration-color: rgb(240 245 255 / 0.9); +} +.decoration-indigo-50\/95{ + -webkit-text-decoration-color: rgb(240 245 255 / 0.95); + text-decoration-color: rgb(240 245 255 / 0.95); +} +.decoration-indigo-50\/100{ + -webkit-text-decoration-color: rgb(240 245 255 / 1); + text-decoration-color: rgb(240 245 255 / 1); +} +.decoration-indigo-100\/0{ + -webkit-text-decoration-color: rgb(229 237 255 / 0); + text-decoration-color: rgb(229 237 255 / 0); +} +.decoration-indigo-100\/5{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.05); + text-decoration-color: rgb(229 237 255 / 0.05); +} +.decoration-indigo-100\/10{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.1); + text-decoration-color: rgb(229 237 255 / 0.1); +} +.decoration-indigo-100\/20{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.2); + text-decoration-color: rgb(229 237 255 / 0.2); +} +.decoration-indigo-100\/25{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.25); + text-decoration-color: rgb(229 237 255 / 0.25); +} +.decoration-indigo-100\/30{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.3); + text-decoration-color: rgb(229 237 255 / 0.3); +} +.decoration-indigo-100\/40{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.4); + text-decoration-color: rgb(229 237 255 / 0.4); +} +.decoration-indigo-100\/50{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.5); + text-decoration-color: rgb(229 237 255 / 0.5); +} +.decoration-indigo-100\/60{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.6); + text-decoration-color: rgb(229 237 255 / 0.6); +} +.decoration-indigo-100\/70{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.7); + text-decoration-color: rgb(229 237 255 / 0.7); +} +.decoration-indigo-100\/75{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.75); + text-decoration-color: rgb(229 237 255 / 0.75); +} +.decoration-indigo-100\/80{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.8); + text-decoration-color: rgb(229 237 255 / 0.8); +} +.decoration-indigo-100\/90{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.9); + text-decoration-color: rgb(229 237 255 / 0.9); +} +.decoration-indigo-100\/95{ + -webkit-text-decoration-color: rgb(229 237 255 / 0.95); + text-decoration-color: rgb(229 237 255 / 0.95); +} +.decoration-indigo-100\/100{ + -webkit-text-decoration-color: rgb(229 237 255 / 1); + text-decoration-color: rgb(229 237 255 / 1); +} +.decoration-indigo-200\/0{ + -webkit-text-decoration-color: rgb(205 219 254 / 0); + text-decoration-color: rgb(205 219 254 / 0); +} +.decoration-indigo-200\/5{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.05); + text-decoration-color: rgb(205 219 254 / 0.05); +} +.decoration-indigo-200\/10{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.1); + text-decoration-color: rgb(205 219 254 / 0.1); +} +.decoration-indigo-200\/20{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.2); + text-decoration-color: rgb(205 219 254 / 0.2); +} +.decoration-indigo-200\/25{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.25); + text-decoration-color: rgb(205 219 254 / 0.25); +} +.decoration-indigo-200\/30{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.3); + text-decoration-color: rgb(205 219 254 / 0.3); +} +.decoration-indigo-200\/40{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.4); + text-decoration-color: rgb(205 219 254 / 0.4); +} +.decoration-indigo-200\/50{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.5); + text-decoration-color: rgb(205 219 254 / 0.5); +} +.decoration-indigo-200\/60{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.6); + text-decoration-color: rgb(205 219 254 / 0.6); +} +.decoration-indigo-200\/70{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.7); + text-decoration-color: rgb(205 219 254 / 0.7); +} +.decoration-indigo-200\/75{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.75); + text-decoration-color: rgb(205 219 254 / 0.75); +} +.decoration-indigo-200\/80{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.8); + text-decoration-color: rgb(205 219 254 / 0.8); +} +.decoration-indigo-200\/90{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.9); + text-decoration-color: rgb(205 219 254 / 0.9); +} +.decoration-indigo-200\/95{ + -webkit-text-decoration-color: rgb(205 219 254 / 0.95); + text-decoration-color: rgb(205 219 254 / 0.95); +} +.decoration-indigo-200\/100{ + -webkit-text-decoration-color: rgb(205 219 254 / 1); + text-decoration-color: rgb(205 219 254 / 1); +} +.decoration-indigo-300\/0{ + -webkit-text-decoration-color: rgb(180 198 252 / 0); + text-decoration-color: rgb(180 198 252 / 0); +} +.decoration-indigo-300\/5{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.05); + text-decoration-color: rgb(180 198 252 / 0.05); +} +.decoration-indigo-300\/10{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.1); + text-decoration-color: rgb(180 198 252 / 0.1); +} +.decoration-indigo-300\/20{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.2); + text-decoration-color: rgb(180 198 252 / 0.2); +} +.decoration-indigo-300\/25{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.25); + text-decoration-color: rgb(180 198 252 / 0.25); +} +.decoration-indigo-300\/30{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.3); + text-decoration-color: rgb(180 198 252 / 0.3); +} +.decoration-indigo-300\/40{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.4); + text-decoration-color: rgb(180 198 252 / 0.4); +} +.decoration-indigo-300\/50{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.5); + text-decoration-color: rgb(180 198 252 / 0.5); +} +.decoration-indigo-300\/60{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.6); + text-decoration-color: rgb(180 198 252 / 0.6); +} +.decoration-indigo-300\/70{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.7); + text-decoration-color: rgb(180 198 252 / 0.7); +} +.decoration-indigo-300\/75{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.75); + text-decoration-color: rgb(180 198 252 / 0.75); +} +.decoration-indigo-300\/80{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.8); + text-decoration-color: rgb(180 198 252 / 0.8); +} +.decoration-indigo-300\/90{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.9); + text-decoration-color: rgb(180 198 252 / 0.9); +} +.decoration-indigo-300\/95{ + -webkit-text-decoration-color: rgb(180 198 252 / 0.95); + text-decoration-color: rgb(180 198 252 / 0.95); +} +.decoration-indigo-300\/100{ + -webkit-text-decoration-color: rgb(180 198 252 / 1); + text-decoration-color: rgb(180 198 252 / 1); +} +.decoration-indigo-400\/0{ + -webkit-text-decoration-color: rgb(141 162 251 / 0); + text-decoration-color: rgb(141 162 251 / 0); +} +.decoration-indigo-400\/5{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.05); + text-decoration-color: rgb(141 162 251 / 0.05); +} +.decoration-indigo-400\/10{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.1); + text-decoration-color: rgb(141 162 251 / 0.1); +} +.decoration-indigo-400\/20{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.2); + text-decoration-color: rgb(141 162 251 / 0.2); +} +.decoration-indigo-400\/25{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.25); + text-decoration-color: rgb(141 162 251 / 0.25); +} +.decoration-indigo-400\/30{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.3); + text-decoration-color: rgb(141 162 251 / 0.3); +} +.decoration-indigo-400\/40{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.4); + text-decoration-color: rgb(141 162 251 / 0.4); +} +.decoration-indigo-400\/50{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.5); + text-decoration-color: rgb(141 162 251 / 0.5); +} +.decoration-indigo-400\/60{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.6); + text-decoration-color: rgb(141 162 251 / 0.6); +} +.decoration-indigo-400\/70{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.7); + text-decoration-color: rgb(141 162 251 / 0.7); +} +.decoration-indigo-400\/75{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.75); + text-decoration-color: rgb(141 162 251 / 0.75); +} +.decoration-indigo-400\/80{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.8); + text-decoration-color: rgb(141 162 251 / 0.8); +} +.decoration-indigo-400\/90{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.9); + text-decoration-color: rgb(141 162 251 / 0.9); +} +.decoration-indigo-400\/95{ + -webkit-text-decoration-color: rgb(141 162 251 / 0.95); + text-decoration-color: rgb(141 162 251 / 0.95); +} +.decoration-indigo-400\/100{ + -webkit-text-decoration-color: rgb(141 162 251 / 1); + text-decoration-color: rgb(141 162 251 / 1); +} +.decoration-indigo-500\/0{ + -webkit-text-decoration-color: rgb(104 117 245 / 0); + text-decoration-color: rgb(104 117 245 / 0); +} +.decoration-indigo-500\/5{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.05); + text-decoration-color: rgb(104 117 245 / 0.05); +} +.decoration-indigo-500\/10{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.1); + text-decoration-color: rgb(104 117 245 / 0.1); +} +.decoration-indigo-500\/20{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.2); + text-decoration-color: rgb(104 117 245 / 0.2); +} +.decoration-indigo-500\/25{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.25); + text-decoration-color: rgb(104 117 245 / 0.25); +} +.decoration-indigo-500\/30{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.3); + text-decoration-color: rgb(104 117 245 / 0.3); +} +.decoration-indigo-500\/40{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.4); + text-decoration-color: rgb(104 117 245 / 0.4); +} +.decoration-indigo-500\/50{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.5); + text-decoration-color: rgb(104 117 245 / 0.5); +} +.decoration-indigo-500\/60{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.6); + text-decoration-color: rgb(104 117 245 / 0.6); +} +.decoration-indigo-500\/70{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.7); + text-decoration-color: rgb(104 117 245 / 0.7); +} +.decoration-indigo-500\/75{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.75); + text-decoration-color: rgb(104 117 245 / 0.75); +} +.decoration-indigo-500\/80{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.8); + text-decoration-color: rgb(104 117 245 / 0.8); +} +.decoration-indigo-500\/90{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.9); + text-decoration-color: rgb(104 117 245 / 0.9); +} +.decoration-indigo-500\/95{ + -webkit-text-decoration-color: rgb(104 117 245 / 0.95); + text-decoration-color: rgb(104 117 245 / 0.95); +} +.decoration-indigo-500\/100{ + -webkit-text-decoration-color: rgb(104 117 245 / 1); + text-decoration-color: rgb(104 117 245 / 1); +} +.decoration-indigo-600\/0{ + -webkit-text-decoration-color: rgb(88 80 236 / 0); + text-decoration-color: rgb(88 80 236 / 0); +} +.decoration-indigo-600\/5{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.05); + text-decoration-color: rgb(88 80 236 / 0.05); +} +.decoration-indigo-600\/10{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.1); + text-decoration-color: rgb(88 80 236 / 0.1); +} +.decoration-indigo-600\/20{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.2); + text-decoration-color: rgb(88 80 236 / 0.2); +} +.decoration-indigo-600\/25{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.25); + text-decoration-color: rgb(88 80 236 / 0.25); +} +.decoration-indigo-600\/30{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.3); + text-decoration-color: rgb(88 80 236 / 0.3); +} +.decoration-indigo-600\/40{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.4); + text-decoration-color: rgb(88 80 236 / 0.4); +} +.decoration-indigo-600\/50{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.5); + text-decoration-color: rgb(88 80 236 / 0.5); +} +.decoration-indigo-600\/60{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.6); + text-decoration-color: rgb(88 80 236 / 0.6); +} +.decoration-indigo-600\/70{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.7); + text-decoration-color: rgb(88 80 236 / 0.7); +} +.decoration-indigo-600\/75{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.75); + text-decoration-color: rgb(88 80 236 / 0.75); +} +.decoration-indigo-600\/80{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.8); + text-decoration-color: rgb(88 80 236 / 0.8); +} +.decoration-indigo-600\/90{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.9); + text-decoration-color: rgb(88 80 236 / 0.9); +} +.decoration-indigo-600\/95{ + -webkit-text-decoration-color: rgb(88 80 236 / 0.95); + text-decoration-color: rgb(88 80 236 / 0.95); +} +.decoration-indigo-600\/100{ + -webkit-text-decoration-color: rgb(88 80 236 / 1); + text-decoration-color: rgb(88 80 236 / 1); +} +.decoration-indigo-700\/0{ + -webkit-text-decoration-color: rgb(81 69 205 / 0); + text-decoration-color: rgb(81 69 205 / 0); +} +.decoration-indigo-700\/5{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.05); + text-decoration-color: rgb(81 69 205 / 0.05); +} +.decoration-indigo-700\/10{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.1); + text-decoration-color: rgb(81 69 205 / 0.1); +} +.decoration-indigo-700\/20{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.2); + text-decoration-color: rgb(81 69 205 / 0.2); +} +.decoration-indigo-700\/25{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.25); + text-decoration-color: rgb(81 69 205 / 0.25); +} +.decoration-indigo-700\/30{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.3); + text-decoration-color: rgb(81 69 205 / 0.3); +} +.decoration-indigo-700\/40{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.4); + text-decoration-color: rgb(81 69 205 / 0.4); +} +.decoration-indigo-700\/50{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.5); + text-decoration-color: rgb(81 69 205 / 0.5); +} +.decoration-indigo-700\/60{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.6); + text-decoration-color: rgb(81 69 205 / 0.6); +} +.decoration-indigo-700\/70{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.7); + text-decoration-color: rgb(81 69 205 / 0.7); +} +.decoration-indigo-700\/75{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.75); + text-decoration-color: rgb(81 69 205 / 0.75); +} +.decoration-indigo-700\/80{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.8); + text-decoration-color: rgb(81 69 205 / 0.8); +} +.decoration-indigo-700\/90{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.9); + text-decoration-color: rgb(81 69 205 / 0.9); +} +.decoration-indigo-700\/95{ + -webkit-text-decoration-color: rgb(81 69 205 / 0.95); + text-decoration-color: rgb(81 69 205 / 0.95); +} +.decoration-indigo-700\/100{ + -webkit-text-decoration-color: rgb(81 69 205 / 1); + text-decoration-color: rgb(81 69 205 / 1); +} +.decoration-indigo-800\/0{ + -webkit-text-decoration-color: rgb(66 56 157 / 0); + text-decoration-color: rgb(66 56 157 / 0); +} +.decoration-indigo-800\/5{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.05); + text-decoration-color: rgb(66 56 157 / 0.05); +} +.decoration-indigo-800\/10{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.1); + text-decoration-color: rgb(66 56 157 / 0.1); +} +.decoration-indigo-800\/20{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.2); + text-decoration-color: rgb(66 56 157 / 0.2); +} +.decoration-indigo-800\/25{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.25); + text-decoration-color: rgb(66 56 157 / 0.25); +} +.decoration-indigo-800\/30{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.3); + text-decoration-color: rgb(66 56 157 / 0.3); +} +.decoration-indigo-800\/40{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.4); + text-decoration-color: rgb(66 56 157 / 0.4); +} +.decoration-indigo-800\/50{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.5); + text-decoration-color: rgb(66 56 157 / 0.5); +} +.decoration-indigo-800\/60{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.6); + text-decoration-color: rgb(66 56 157 / 0.6); +} +.decoration-indigo-800\/70{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.7); + text-decoration-color: rgb(66 56 157 / 0.7); +} +.decoration-indigo-800\/75{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.75); + text-decoration-color: rgb(66 56 157 / 0.75); +} +.decoration-indigo-800\/80{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.8); + text-decoration-color: rgb(66 56 157 / 0.8); +} +.decoration-indigo-800\/90{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.9); + text-decoration-color: rgb(66 56 157 / 0.9); +} +.decoration-indigo-800\/95{ + -webkit-text-decoration-color: rgb(66 56 157 / 0.95); + text-decoration-color: rgb(66 56 157 / 0.95); +} +.decoration-indigo-800\/100{ + -webkit-text-decoration-color: rgb(66 56 157 / 1); + text-decoration-color: rgb(66 56 157 / 1); +} +.decoration-indigo-900\/0{ + -webkit-text-decoration-color: rgb(54 47 120 / 0); + text-decoration-color: rgb(54 47 120 / 0); +} +.decoration-indigo-900\/5{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.05); + text-decoration-color: rgb(54 47 120 / 0.05); +} +.decoration-indigo-900\/10{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.1); + text-decoration-color: rgb(54 47 120 / 0.1); +} +.decoration-indigo-900\/20{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.2); + text-decoration-color: rgb(54 47 120 / 0.2); +} +.decoration-indigo-900\/25{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.25); + text-decoration-color: rgb(54 47 120 / 0.25); +} +.decoration-indigo-900\/30{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.3); + text-decoration-color: rgb(54 47 120 / 0.3); +} +.decoration-indigo-900\/40{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.4); + text-decoration-color: rgb(54 47 120 / 0.4); +} +.decoration-indigo-900\/50{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.5); + text-decoration-color: rgb(54 47 120 / 0.5); +} +.decoration-indigo-900\/60{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.6); + text-decoration-color: rgb(54 47 120 / 0.6); +} +.decoration-indigo-900\/70{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.7); + text-decoration-color: rgb(54 47 120 / 0.7); +} +.decoration-indigo-900\/75{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.75); + text-decoration-color: rgb(54 47 120 / 0.75); +} +.decoration-indigo-900\/80{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.8); + text-decoration-color: rgb(54 47 120 / 0.8); +} +.decoration-indigo-900\/90{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.9); + text-decoration-color: rgb(54 47 120 / 0.9); +} +.decoration-indigo-900\/95{ + -webkit-text-decoration-color: rgb(54 47 120 / 0.95); + text-decoration-color: rgb(54 47 120 / 0.95); +} +.decoration-indigo-900\/100{ + -webkit-text-decoration-color: rgb(54 47 120 / 1); + text-decoration-color: rgb(54 47 120 / 1); +} +.decoration-violet-50\/0{ + -webkit-text-decoration-color: rgb(245 243 255 / 0); + text-decoration-color: rgb(245 243 255 / 0); +} +.decoration-violet-50\/5{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.05); + text-decoration-color: rgb(245 243 255 / 0.05); +} +.decoration-violet-50\/10{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.1); + text-decoration-color: rgb(245 243 255 / 0.1); +} +.decoration-violet-50\/20{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.2); + text-decoration-color: rgb(245 243 255 / 0.2); +} +.decoration-violet-50\/25{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.25); + text-decoration-color: rgb(245 243 255 / 0.25); +} +.decoration-violet-50\/30{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.3); + text-decoration-color: rgb(245 243 255 / 0.3); +} +.decoration-violet-50\/40{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.4); + text-decoration-color: rgb(245 243 255 / 0.4); +} +.decoration-violet-50\/50{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.5); + text-decoration-color: rgb(245 243 255 / 0.5); +} +.decoration-violet-50\/60{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.6); + text-decoration-color: rgb(245 243 255 / 0.6); +} +.decoration-violet-50\/70{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.7); + text-decoration-color: rgb(245 243 255 / 0.7); +} +.decoration-violet-50\/75{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.75); + text-decoration-color: rgb(245 243 255 / 0.75); +} +.decoration-violet-50\/80{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.8); + text-decoration-color: rgb(245 243 255 / 0.8); +} +.decoration-violet-50\/90{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.9); + text-decoration-color: rgb(245 243 255 / 0.9); +} +.decoration-violet-50\/95{ + -webkit-text-decoration-color: rgb(245 243 255 / 0.95); + text-decoration-color: rgb(245 243 255 / 0.95); +} +.decoration-violet-50\/100{ + -webkit-text-decoration-color: rgb(245 243 255 / 1); + text-decoration-color: rgb(245 243 255 / 1); +} +.decoration-violet-100\/0{ + -webkit-text-decoration-color: rgb(237 233 254 / 0); + text-decoration-color: rgb(237 233 254 / 0); +} +.decoration-violet-100\/5{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.05); + text-decoration-color: rgb(237 233 254 / 0.05); +} +.decoration-violet-100\/10{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.1); + text-decoration-color: rgb(237 233 254 / 0.1); +} +.decoration-violet-100\/20{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.2); + text-decoration-color: rgb(237 233 254 / 0.2); +} +.decoration-violet-100\/25{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.25); + text-decoration-color: rgb(237 233 254 / 0.25); +} +.decoration-violet-100\/30{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.3); + text-decoration-color: rgb(237 233 254 / 0.3); +} +.decoration-violet-100\/40{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.4); + text-decoration-color: rgb(237 233 254 / 0.4); +} +.decoration-violet-100\/50{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.5); + text-decoration-color: rgb(237 233 254 / 0.5); +} +.decoration-violet-100\/60{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.6); + text-decoration-color: rgb(237 233 254 / 0.6); +} +.decoration-violet-100\/70{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.7); + text-decoration-color: rgb(237 233 254 / 0.7); +} +.decoration-violet-100\/75{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.75); + text-decoration-color: rgb(237 233 254 / 0.75); +} +.decoration-violet-100\/80{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.8); + text-decoration-color: rgb(237 233 254 / 0.8); +} +.decoration-violet-100\/90{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.9); + text-decoration-color: rgb(237 233 254 / 0.9); +} +.decoration-violet-100\/95{ + -webkit-text-decoration-color: rgb(237 233 254 / 0.95); + text-decoration-color: rgb(237 233 254 / 0.95); +} +.decoration-violet-100\/100{ + -webkit-text-decoration-color: rgb(237 233 254 / 1); + text-decoration-color: rgb(237 233 254 / 1); +} +.decoration-violet-200\/0{ + -webkit-text-decoration-color: rgb(221 214 254 / 0); + text-decoration-color: rgb(221 214 254 / 0); +} +.decoration-violet-200\/5{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.05); + text-decoration-color: rgb(221 214 254 / 0.05); +} +.decoration-violet-200\/10{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.1); + text-decoration-color: rgb(221 214 254 / 0.1); +} +.decoration-violet-200\/20{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.2); + text-decoration-color: rgb(221 214 254 / 0.2); +} +.decoration-violet-200\/25{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.25); + text-decoration-color: rgb(221 214 254 / 0.25); +} +.decoration-violet-200\/30{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.3); + text-decoration-color: rgb(221 214 254 / 0.3); +} +.decoration-violet-200\/40{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.4); + text-decoration-color: rgb(221 214 254 / 0.4); +} +.decoration-violet-200\/50{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.5); + text-decoration-color: rgb(221 214 254 / 0.5); +} +.decoration-violet-200\/60{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.6); + text-decoration-color: rgb(221 214 254 / 0.6); +} +.decoration-violet-200\/70{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.7); + text-decoration-color: rgb(221 214 254 / 0.7); +} +.decoration-violet-200\/75{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.75); + text-decoration-color: rgb(221 214 254 / 0.75); +} +.decoration-violet-200\/80{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.8); + text-decoration-color: rgb(221 214 254 / 0.8); +} +.decoration-violet-200\/90{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.9); + text-decoration-color: rgb(221 214 254 / 0.9); +} +.decoration-violet-200\/95{ + -webkit-text-decoration-color: rgb(221 214 254 / 0.95); + text-decoration-color: rgb(221 214 254 / 0.95); +} +.decoration-violet-200\/100{ + -webkit-text-decoration-color: rgb(221 214 254 / 1); + text-decoration-color: rgb(221 214 254 / 1); +} +.decoration-violet-300\/0{ + -webkit-text-decoration-color: rgb(196 181 253 / 0); + text-decoration-color: rgb(196 181 253 / 0); +} +.decoration-violet-300\/5{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.05); + text-decoration-color: rgb(196 181 253 / 0.05); +} +.decoration-violet-300\/10{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.1); + text-decoration-color: rgb(196 181 253 / 0.1); +} +.decoration-violet-300\/20{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.2); + text-decoration-color: rgb(196 181 253 / 0.2); +} +.decoration-violet-300\/25{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.25); + text-decoration-color: rgb(196 181 253 / 0.25); +} +.decoration-violet-300\/30{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.3); + text-decoration-color: rgb(196 181 253 / 0.3); +} +.decoration-violet-300\/40{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.4); + text-decoration-color: rgb(196 181 253 / 0.4); +} +.decoration-violet-300\/50{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.5); + text-decoration-color: rgb(196 181 253 / 0.5); +} +.decoration-violet-300\/60{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.6); + text-decoration-color: rgb(196 181 253 / 0.6); +} +.decoration-violet-300\/70{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.7); + text-decoration-color: rgb(196 181 253 / 0.7); +} +.decoration-violet-300\/75{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.75); + text-decoration-color: rgb(196 181 253 / 0.75); +} +.decoration-violet-300\/80{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.8); + text-decoration-color: rgb(196 181 253 / 0.8); +} +.decoration-violet-300\/90{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.9); + text-decoration-color: rgb(196 181 253 / 0.9); +} +.decoration-violet-300\/95{ + -webkit-text-decoration-color: rgb(196 181 253 / 0.95); + text-decoration-color: rgb(196 181 253 / 0.95); +} +.decoration-violet-300\/100{ + -webkit-text-decoration-color: rgb(196 181 253 / 1); + text-decoration-color: rgb(196 181 253 / 1); +} +.decoration-violet-400\/0{ + -webkit-text-decoration-color: rgb(167 139 250 / 0); + text-decoration-color: rgb(167 139 250 / 0); +} +.decoration-violet-400\/5{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.05); + text-decoration-color: rgb(167 139 250 / 0.05); +} +.decoration-violet-400\/10{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.1); + text-decoration-color: rgb(167 139 250 / 0.1); +} +.decoration-violet-400\/20{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.2); + text-decoration-color: rgb(167 139 250 / 0.2); +} +.decoration-violet-400\/25{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.25); + text-decoration-color: rgb(167 139 250 / 0.25); +} +.decoration-violet-400\/30{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.3); + text-decoration-color: rgb(167 139 250 / 0.3); +} +.decoration-violet-400\/40{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.4); + text-decoration-color: rgb(167 139 250 / 0.4); +} +.decoration-violet-400\/50{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.5); + text-decoration-color: rgb(167 139 250 / 0.5); +} +.decoration-violet-400\/60{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.6); + text-decoration-color: rgb(167 139 250 / 0.6); +} +.decoration-violet-400\/70{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.7); + text-decoration-color: rgb(167 139 250 / 0.7); +} +.decoration-violet-400\/75{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.75); + text-decoration-color: rgb(167 139 250 / 0.75); +} +.decoration-violet-400\/80{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.8); + text-decoration-color: rgb(167 139 250 / 0.8); +} +.decoration-violet-400\/90{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.9); + text-decoration-color: rgb(167 139 250 / 0.9); +} +.decoration-violet-400\/95{ + -webkit-text-decoration-color: rgb(167 139 250 / 0.95); + text-decoration-color: rgb(167 139 250 / 0.95); +} +.decoration-violet-400\/100{ + -webkit-text-decoration-color: rgb(167 139 250 / 1); + text-decoration-color: rgb(167 139 250 / 1); +} +.decoration-violet-500\/0{ + -webkit-text-decoration-color: rgb(139 92 246 / 0); + text-decoration-color: rgb(139 92 246 / 0); +} +.decoration-violet-500\/5{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.05); + text-decoration-color: rgb(139 92 246 / 0.05); +} +.decoration-violet-500\/10{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.1); + text-decoration-color: rgb(139 92 246 / 0.1); +} +.decoration-violet-500\/20{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.2); + text-decoration-color: rgb(139 92 246 / 0.2); +} +.decoration-violet-500\/25{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.25); + text-decoration-color: rgb(139 92 246 / 0.25); +} +.decoration-violet-500\/30{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.3); + text-decoration-color: rgb(139 92 246 / 0.3); +} +.decoration-violet-500\/40{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.4); + text-decoration-color: rgb(139 92 246 / 0.4); +} +.decoration-violet-500\/50{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.5); + text-decoration-color: rgb(139 92 246 / 0.5); +} +.decoration-violet-500\/60{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.6); + text-decoration-color: rgb(139 92 246 / 0.6); +} +.decoration-violet-500\/70{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.7); + text-decoration-color: rgb(139 92 246 / 0.7); +} +.decoration-violet-500\/75{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.75); + text-decoration-color: rgb(139 92 246 / 0.75); +} +.decoration-violet-500\/80{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.8); + text-decoration-color: rgb(139 92 246 / 0.8); +} +.decoration-violet-500\/90{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.9); + text-decoration-color: rgb(139 92 246 / 0.9); +} +.decoration-violet-500\/95{ + -webkit-text-decoration-color: rgb(139 92 246 / 0.95); + text-decoration-color: rgb(139 92 246 / 0.95); +} +.decoration-violet-500\/100{ + -webkit-text-decoration-color: rgb(139 92 246 / 1); + text-decoration-color: rgb(139 92 246 / 1); +} +.decoration-violet-600\/0{ + -webkit-text-decoration-color: rgb(124 58 237 / 0); + text-decoration-color: rgb(124 58 237 / 0); +} +.decoration-violet-600\/5{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.05); + text-decoration-color: rgb(124 58 237 / 0.05); +} +.decoration-violet-600\/10{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.1); + text-decoration-color: rgb(124 58 237 / 0.1); +} +.decoration-violet-600\/20{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.2); + text-decoration-color: rgb(124 58 237 / 0.2); +} +.decoration-violet-600\/25{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.25); + text-decoration-color: rgb(124 58 237 / 0.25); +} +.decoration-violet-600\/30{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.3); + text-decoration-color: rgb(124 58 237 / 0.3); +} +.decoration-violet-600\/40{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.4); + text-decoration-color: rgb(124 58 237 / 0.4); +} +.decoration-violet-600\/50{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.5); + text-decoration-color: rgb(124 58 237 / 0.5); +} +.decoration-violet-600\/60{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.6); + text-decoration-color: rgb(124 58 237 / 0.6); +} +.decoration-violet-600\/70{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.7); + text-decoration-color: rgb(124 58 237 / 0.7); +} +.decoration-violet-600\/75{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.75); + text-decoration-color: rgb(124 58 237 / 0.75); +} +.decoration-violet-600\/80{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.8); + text-decoration-color: rgb(124 58 237 / 0.8); +} +.decoration-violet-600\/90{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.9); + text-decoration-color: rgb(124 58 237 / 0.9); +} +.decoration-violet-600\/95{ + -webkit-text-decoration-color: rgb(124 58 237 / 0.95); + text-decoration-color: rgb(124 58 237 / 0.95); +} +.decoration-violet-600\/100{ + -webkit-text-decoration-color: rgb(124 58 237 / 1); + text-decoration-color: rgb(124 58 237 / 1); +} +.decoration-violet-700\/0{ + -webkit-text-decoration-color: rgb(109 40 217 / 0); + text-decoration-color: rgb(109 40 217 / 0); +} +.decoration-violet-700\/5{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.05); + text-decoration-color: rgb(109 40 217 / 0.05); +} +.decoration-violet-700\/10{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.1); + text-decoration-color: rgb(109 40 217 / 0.1); +} +.decoration-violet-700\/20{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.2); + text-decoration-color: rgb(109 40 217 / 0.2); +} +.decoration-violet-700\/25{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.25); + text-decoration-color: rgb(109 40 217 / 0.25); +} +.decoration-violet-700\/30{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.3); + text-decoration-color: rgb(109 40 217 / 0.3); +} +.decoration-violet-700\/40{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.4); + text-decoration-color: rgb(109 40 217 / 0.4); +} +.decoration-violet-700\/50{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.5); + text-decoration-color: rgb(109 40 217 / 0.5); +} +.decoration-violet-700\/60{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.6); + text-decoration-color: rgb(109 40 217 / 0.6); +} +.decoration-violet-700\/70{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.7); + text-decoration-color: rgb(109 40 217 / 0.7); +} +.decoration-violet-700\/75{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.75); + text-decoration-color: rgb(109 40 217 / 0.75); +} +.decoration-violet-700\/80{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.8); + text-decoration-color: rgb(109 40 217 / 0.8); +} +.decoration-violet-700\/90{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.9); + text-decoration-color: rgb(109 40 217 / 0.9); +} +.decoration-violet-700\/95{ + -webkit-text-decoration-color: rgb(109 40 217 / 0.95); + text-decoration-color: rgb(109 40 217 / 0.95); +} +.decoration-violet-700\/100{ + -webkit-text-decoration-color: rgb(109 40 217 / 1); + text-decoration-color: rgb(109 40 217 / 1); +} +.decoration-violet-800\/0{ + -webkit-text-decoration-color: rgb(91 33 182 / 0); + text-decoration-color: rgb(91 33 182 / 0); +} +.decoration-violet-800\/5{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.05); + text-decoration-color: rgb(91 33 182 / 0.05); +} +.decoration-violet-800\/10{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.1); + text-decoration-color: rgb(91 33 182 / 0.1); +} +.decoration-violet-800\/20{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.2); + text-decoration-color: rgb(91 33 182 / 0.2); +} +.decoration-violet-800\/25{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.25); + text-decoration-color: rgb(91 33 182 / 0.25); +} +.decoration-violet-800\/30{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.3); + text-decoration-color: rgb(91 33 182 / 0.3); +} +.decoration-violet-800\/40{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.4); + text-decoration-color: rgb(91 33 182 / 0.4); +} +.decoration-violet-800\/50{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.5); + text-decoration-color: rgb(91 33 182 / 0.5); +} +.decoration-violet-800\/60{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.6); + text-decoration-color: rgb(91 33 182 / 0.6); +} +.decoration-violet-800\/70{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.7); + text-decoration-color: rgb(91 33 182 / 0.7); +} +.decoration-violet-800\/75{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.75); + text-decoration-color: rgb(91 33 182 / 0.75); +} +.decoration-violet-800\/80{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.8); + text-decoration-color: rgb(91 33 182 / 0.8); +} +.decoration-violet-800\/90{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.9); + text-decoration-color: rgb(91 33 182 / 0.9); +} +.decoration-violet-800\/95{ + -webkit-text-decoration-color: rgb(91 33 182 / 0.95); + text-decoration-color: rgb(91 33 182 / 0.95); +} +.decoration-violet-800\/100{ + -webkit-text-decoration-color: rgb(91 33 182 / 1); + text-decoration-color: rgb(91 33 182 / 1); +} +.decoration-violet-900\/0{ + -webkit-text-decoration-color: rgb(76 29 149 / 0); + text-decoration-color: rgb(76 29 149 / 0); +} +.decoration-violet-900\/5{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.05); + text-decoration-color: rgb(76 29 149 / 0.05); +} +.decoration-violet-900\/10{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.1); + text-decoration-color: rgb(76 29 149 / 0.1); +} +.decoration-violet-900\/20{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.2); + text-decoration-color: rgb(76 29 149 / 0.2); +} +.decoration-violet-900\/25{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.25); + text-decoration-color: rgb(76 29 149 / 0.25); +} +.decoration-violet-900\/30{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.3); + text-decoration-color: rgb(76 29 149 / 0.3); +} +.decoration-violet-900\/40{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.4); + text-decoration-color: rgb(76 29 149 / 0.4); +} +.decoration-violet-900\/50{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.5); + text-decoration-color: rgb(76 29 149 / 0.5); +} +.decoration-violet-900\/60{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.6); + text-decoration-color: rgb(76 29 149 / 0.6); +} +.decoration-violet-900\/70{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.7); + text-decoration-color: rgb(76 29 149 / 0.7); +} +.decoration-violet-900\/75{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.75); + text-decoration-color: rgb(76 29 149 / 0.75); +} +.decoration-violet-900\/80{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.8); + text-decoration-color: rgb(76 29 149 / 0.8); +} +.decoration-violet-900\/90{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.9); + text-decoration-color: rgb(76 29 149 / 0.9); +} +.decoration-violet-900\/95{ + -webkit-text-decoration-color: rgb(76 29 149 / 0.95); + text-decoration-color: rgb(76 29 149 / 0.95); +} +.decoration-violet-900\/100{ + -webkit-text-decoration-color: rgb(76 29 149 / 1); + text-decoration-color: rgb(76 29 149 / 1); +} +.decoration-purple-50\/0{ + -webkit-text-decoration-color: rgb(247 247 249 / 0); + text-decoration-color: rgb(247 247 249 / 0); +} +.decoration-purple-50\/5{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.05); + text-decoration-color: rgb(247 247 249 / 0.05); +} +.decoration-purple-50\/10{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.1); + text-decoration-color: rgb(247 247 249 / 0.1); +} +.decoration-purple-50\/20{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.2); + text-decoration-color: rgb(247 247 249 / 0.2); +} +.decoration-purple-50\/25{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.25); + text-decoration-color: rgb(247 247 249 / 0.25); +} +.decoration-purple-50\/30{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.3); + text-decoration-color: rgb(247 247 249 / 0.3); +} +.decoration-purple-50\/40{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.4); + text-decoration-color: rgb(247 247 249 / 0.4); +} +.decoration-purple-50\/50{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.5); + text-decoration-color: rgb(247 247 249 / 0.5); +} +.decoration-purple-50\/60{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.6); + text-decoration-color: rgb(247 247 249 / 0.6); +} +.decoration-purple-50\/70{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.7); + text-decoration-color: rgb(247 247 249 / 0.7); +} +.decoration-purple-50\/75{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.75); + text-decoration-color: rgb(247 247 249 / 0.75); +} +.decoration-purple-50\/80{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.8); + text-decoration-color: rgb(247 247 249 / 0.8); +} +.decoration-purple-50\/90{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.9); + text-decoration-color: rgb(247 247 249 / 0.9); +} +.decoration-purple-50\/95{ + -webkit-text-decoration-color: rgb(247 247 249 / 0.95); + text-decoration-color: rgb(247 247 249 / 0.95); +} +.decoration-purple-50\/100{ + -webkit-text-decoration-color: rgb(247 247 249 / 1); + text-decoration-color: rgb(247 247 249 / 1); +} +.decoration-purple-100\/0{ + -webkit-text-decoration-color: rgb(238 238 243 / 0); + text-decoration-color: rgb(238 238 243 / 0); +} +.decoration-purple-100\/5{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.05); + text-decoration-color: rgb(238 238 243 / 0.05); +} +.decoration-purple-100\/10{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.1); + text-decoration-color: rgb(238 238 243 / 0.1); +} +.decoration-purple-100\/20{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.2); + text-decoration-color: rgb(238 238 243 / 0.2); +} +.decoration-purple-100\/25{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.25); + text-decoration-color: rgb(238 238 243 / 0.25); +} +.decoration-purple-100\/30{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.3); + text-decoration-color: rgb(238 238 243 / 0.3); +} +.decoration-purple-100\/40{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.4); + text-decoration-color: rgb(238 238 243 / 0.4); +} +.decoration-purple-100\/50{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.5); + text-decoration-color: rgb(238 238 243 / 0.5); +} +.decoration-purple-100\/60{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.6); + text-decoration-color: rgb(238 238 243 / 0.6); +} +.decoration-purple-100\/70{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.7); + text-decoration-color: rgb(238 238 243 / 0.7); +} +.decoration-purple-100\/75{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.75); + text-decoration-color: rgb(238 238 243 / 0.75); +} +.decoration-purple-100\/80{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.8); + text-decoration-color: rgb(238 238 243 / 0.8); +} +.decoration-purple-100\/90{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.9); + text-decoration-color: rgb(238 238 243 / 0.9); +} +.decoration-purple-100\/95{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.95); + text-decoration-color: rgb(238 238 243 / 0.95); +} +.decoration-purple-100\/100{ + -webkit-text-decoration-color: rgb(238 238 243 / 1); + text-decoration-color: rgb(238 238 243 / 1); +} +.decoration-purple-200\/0{ + -webkit-text-decoration-color: rgb(213 213 226 / 0); + text-decoration-color: rgb(213 213 226 / 0); +} +.decoration-purple-200\/5{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.05); + text-decoration-color: rgb(213 213 226 / 0.05); +} +.decoration-purple-200\/10{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.1); + text-decoration-color: rgb(213 213 226 / 0.1); +} +.decoration-purple-200\/20{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.2); + text-decoration-color: rgb(213 213 226 / 0.2); +} +.decoration-purple-200\/25{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.25); + text-decoration-color: rgb(213 213 226 / 0.25); +} +.decoration-purple-200\/30{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.3); + text-decoration-color: rgb(213 213 226 / 0.3); +} +.decoration-purple-200\/40{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.4); + text-decoration-color: rgb(213 213 226 / 0.4); +} +.decoration-purple-200\/50{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.5); + text-decoration-color: rgb(213 213 226 / 0.5); +} +.decoration-purple-200\/60{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.6); + text-decoration-color: rgb(213 213 226 / 0.6); +} +.decoration-purple-200\/70{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.7); + text-decoration-color: rgb(213 213 226 / 0.7); +} +.decoration-purple-200\/75{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.75); + text-decoration-color: rgb(213 213 226 / 0.75); +} +.decoration-purple-200\/80{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.8); + text-decoration-color: rgb(213 213 226 / 0.8); +} +.decoration-purple-200\/90{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.9); + text-decoration-color: rgb(213 213 226 / 0.9); +} +.decoration-purple-200\/95{ + -webkit-text-decoration-color: rgb(213 213 226 / 0.95); + text-decoration-color: rgb(213 213 226 / 0.95); +} +.decoration-purple-200\/100{ + -webkit-text-decoration-color: rgb(213 213 226 / 1); + text-decoration-color: rgb(213 213 226 / 1); +} +.decoration-purple-300\/0{ + -webkit-text-decoration-color: rgb(187 188 209 / 0); + text-decoration-color: rgb(187 188 209 / 0); +} +.decoration-purple-300\/5{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.05); + text-decoration-color: rgb(187 188 209 / 0.05); +} +.decoration-purple-300\/10{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.1); + text-decoration-color: rgb(187 188 209 / 0.1); +} +.decoration-purple-300\/20{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.2); + text-decoration-color: rgb(187 188 209 / 0.2); +} +.decoration-purple-300\/25{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.25); + text-decoration-color: rgb(187 188 209 / 0.25); +} +.decoration-purple-300\/30{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.3); + text-decoration-color: rgb(187 188 209 / 0.3); +} +.decoration-purple-300\/40{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.4); + text-decoration-color: rgb(187 188 209 / 0.4); +} +.decoration-purple-300\/50{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.5); + text-decoration-color: rgb(187 188 209 / 0.5); +} +.decoration-purple-300\/60{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.6); + text-decoration-color: rgb(187 188 209 / 0.6); +} +.decoration-purple-300\/70{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.7); + text-decoration-color: rgb(187 188 209 / 0.7); +} +.decoration-purple-300\/75{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.75); + text-decoration-color: rgb(187 188 209 / 0.75); +} +.decoration-purple-300\/80{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.8); + text-decoration-color: rgb(187 188 209 / 0.8); +} +.decoration-purple-300\/90{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.9); + text-decoration-color: rgb(187 188 209 / 0.9); +} +.decoration-purple-300\/95{ + -webkit-text-decoration-color: rgb(187 188 209 / 0.95); + text-decoration-color: rgb(187 188 209 / 0.95); +} +.decoration-purple-300\/100{ + -webkit-text-decoration-color: rgb(187 188 209 / 1); + text-decoration-color: rgb(187 188 209 / 1); +} +.decoration-purple-400\/0{ + -webkit-text-decoration-color: rgb(136 138 174 / 0); + text-decoration-color: rgb(136 138 174 / 0); +} +.decoration-purple-400\/5{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.05); + text-decoration-color: rgb(136 138 174 / 0.05); +} +.decoration-purple-400\/10{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.1); + text-decoration-color: rgb(136 138 174 / 0.1); +} +.decoration-purple-400\/20{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.2); + text-decoration-color: rgb(136 138 174 / 0.2); +} +.decoration-purple-400\/25{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.25); + text-decoration-color: rgb(136 138 174 / 0.25); +} +.decoration-purple-400\/30{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.3); + text-decoration-color: rgb(136 138 174 / 0.3); +} +.decoration-purple-400\/40{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.4); + text-decoration-color: rgb(136 138 174 / 0.4); +} +.decoration-purple-400\/50{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.5); + text-decoration-color: rgb(136 138 174 / 0.5); +} +.decoration-purple-400\/60{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.6); + text-decoration-color: rgb(136 138 174 / 0.6); +} +.decoration-purple-400\/70{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.7); + text-decoration-color: rgb(136 138 174 / 0.7); +} +.decoration-purple-400\/75{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.75); + text-decoration-color: rgb(136 138 174 / 0.75); +} +.decoration-purple-400\/80{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.8); + text-decoration-color: rgb(136 138 174 / 0.8); +} +.decoration-purple-400\/90{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.9); + text-decoration-color: rgb(136 138 174 / 0.9); +} +.decoration-purple-400\/95{ + -webkit-text-decoration-color: rgb(136 138 174 / 0.95); + text-decoration-color: rgb(136 138 174 / 0.95); +} +.decoration-purple-400\/100{ + -webkit-text-decoration-color: rgb(136 138 174 / 1); + text-decoration-color: rgb(136 138 174 / 1); +} +.decoration-purple-500\/0{ + -webkit-text-decoration-color: rgb(85 88 139 / 0); + text-decoration-color: rgb(85 88 139 / 0); +} +.decoration-purple-500\/5{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.05); + text-decoration-color: rgb(85 88 139 / 0.05); +} +.decoration-purple-500\/10{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.1); + text-decoration-color: rgb(85 88 139 / 0.1); +} +.decoration-purple-500\/20{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.2); + text-decoration-color: rgb(85 88 139 / 0.2); +} +.decoration-purple-500\/25{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.25); + text-decoration-color: rgb(85 88 139 / 0.25); +} +.decoration-purple-500\/30{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.3); + text-decoration-color: rgb(85 88 139 / 0.3); +} +.decoration-purple-500\/40{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.4); + text-decoration-color: rgb(85 88 139 / 0.4); +} +.decoration-purple-500\/50{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.5); + text-decoration-color: rgb(85 88 139 / 0.5); +} +.decoration-purple-500\/60{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.6); + text-decoration-color: rgb(85 88 139 / 0.6); +} +.decoration-purple-500\/70{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.7); + text-decoration-color: rgb(85 88 139 / 0.7); +} +.decoration-purple-500\/75{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.75); + text-decoration-color: rgb(85 88 139 / 0.75); +} +.decoration-purple-500\/80{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.8); + text-decoration-color: rgb(85 88 139 / 0.8); +} +.decoration-purple-500\/90{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.9); + text-decoration-color: rgb(85 88 139 / 0.9); +} +.decoration-purple-500\/95{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.95); + text-decoration-color: rgb(85 88 139 / 0.95); +} +.decoration-purple-500\/100{ + -webkit-text-decoration-color: rgb(85 88 139 / 1); + text-decoration-color: rgb(85 88 139 / 1); +} +.decoration-purple-600\/0{ + -webkit-text-decoration-color: rgb(77 79 125 / 0); + text-decoration-color: rgb(77 79 125 / 0); +} +.decoration-purple-600\/5{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.05); + text-decoration-color: rgb(77 79 125 / 0.05); +} +.decoration-purple-600\/10{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.1); + text-decoration-color: rgb(77 79 125 / 0.1); +} +.decoration-purple-600\/20{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.2); + text-decoration-color: rgb(77 79 125 / 0.2); +} +.decoration-purple-600\/25{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.25); + text-decoration-color: rgb(77 79 125 / 0.25); +} +.decoration-purple-600\/30{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.3); + text-decoration-color: rgb(77 79 125 / 0.3); +} +.decoration-purple-600\/40{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.4); + text-decoration-color: rgb(77 79 125 / 0.4); +} +.decoration-purple-600\/50{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.5); + text-decoration-color: rgb(77 79 125 / 0.5); +} +.decoration-purple-600\/60{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.6); + text-decoration-color: rgb(77 79 125 / 0.6); +} +.decoration-purple-600\/70{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.7); + text-decoration-color: rgb(77 79 125 / 0.7); +} +.decoration-purple-600\/75{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.75); + text-decoration-color: rgb(77 79 125 / 0.75); +} +.decoration-purple-600\/80{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.8); + text-decoration-color: rgb(77 79 125 / 0.8); +} +.decoration-purple-600\/90{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.9); + text-decoration-color: rgb(77 79 125 / 0.9); +} +.decoration-purple-600\/95{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.95); + text-decoration-color: rgb(77 79 125 / 0.95); +} +.decoration-purple-600\/100{ + -webkit-text-decoration-color: rgb(77 79 125 / 1); + text-decoration-color: rgb(77 79 125 / 1); +} +.decoration-purple-700\/0{ + -webkit-text-decoration-color: rgb(64 66 104 / 0); + text-decoration-color: rgb(64 66 104 / 0); +} +.decoration-purple-700\/5{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.05); + text-decoration-color: rgb(64 66 104 / 0.05); +} +.decoration-purple-700\/10{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.1); + text-decoration-color: rgb(64 66 104 / 0.1); +} +.decoration-purple-700\/20{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.2); + text-decoration-color: rgb(64 66 104 / 0.2); +} +.decoration-purple-700\/25{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.25); + text-decoration-color: rgb(64 66 104 / 0.25); +} +.decoration-purple-700\/30{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.3); + text-decoration-color: rgb(64 66 104 / 0.3); +} +.decoration-purple-700\/40{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.4); + text-decoration-color: rgb(64 66 104 / 0.4); +} +.decoration-purple-700\/50{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.5); + text-decoration-color: rgb(64 66 104 / 0.5); +} +.decoration-purple-700\/60{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.6); + text-decoration-color: rgb(64 66 104 / 0.6); +} +.decoration-purple-700\/70{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.7); + text-decoration-color: rgb(64 66 104 / 0.7); +} +.decoration-purple-700\/75{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.75); + text-decoration-color: rgb(64 66 104 / 0.75); +} +.decoration-purple-700\/80{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.8); + text-decoration-color: rgb(64 66 104 / 0.8); +} +.decoration-purple-700\/90{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.9); + text-decoration-color: rgb(64 66 104 / 0.9); +} +.decoration-purple-700\/95{ + -webkit-text-decoration-color: rgb(64 66 104 / 0.95); + text-decoration-color: rgb(64 66 104 / 0.95); +} +.decoration-purple-700\/100{ + -webkit-text-decoration-color: rgb(64 66 104 / 1); + text-decoration-color: rgb(64 66 104 / 1); +} +.decoration-purple-800\/0{ + -webkit-text-decoration-color: rgb(51 53 83 / 0); + text-decoration-color: rgb(51 53 83 / 0); +} +.decoration-purple-800\/5{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.05); + text-decoration-color: rgb(51 53 83 / 0.05); +} +.decoration-purple-800\/10{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.1); + text-decoration-color: rgb(51 53 83 / 0.1); +} +.decoration-purple-800\/20{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.2); + text-decoration-color: rgb(51 53 83 / 0.2); +} +.decoration-purple-800\/25{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.25); + text-decoration-color: rgb(51 53 83 / 0.25); +} +.decoration-purple-800\/30{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.3); + text-decoration-color: rgb(51 53 83 / 0.3); +} +.decoration-purple-800\/40{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.4); + text-decoration-color: rgb(51 53 83 / 0.4); +} +.decoration-purple-800\/50{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.5); + text-decoration-color: rgb(51 53 83 / 0.5); +} +.decoration-purple-800\/60{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.6); + text-decoration-color: rgb(51 53 83 / 0.6); +} +.decoration-purple-800\/70{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.7); + text-decoration-color: rgb(51 53 83 / 0.7); +} +.decoration-purple-800\/75{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.75); + text-decoration-color: rgb(51 53 83 / 0.75); +} +.decoration-purple-800\/80{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.8); + text-decoration-color: rgb(51 53 83 / 0.8); +} +.decoration-purple-800\/90{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.9); + text-decoration-color: rgb(51 53 83 / 0.9); +} +.decoration-purple-800\/95{ + -webkit-text-decoration-color: rgb(51 53 83 / 0.95); + text-decoration-color: rgb(51 53 83 / 0.95); +} +.decoration-purple-800\/100{ + -webkit-text-decoration-color: rgb(51 53 83 / 1); + text-decoration-color: rgb(51 53 83 / 1); +} +.decoration-purple-900\/0{ + -webkit-text-decoration-color: rgb(42 43 68 / 0); + text-decoration-color: rgb(42 43 68 / 0); +} +.decoration-purple-900\/5{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.05); + text-decoration-color: rgb(42 43 68 / 0.05); +} +.decoration-purple-900\/10{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.1); + text-decoration-color: rgb(42 43 68 / 0.1); +} +.decoration-purple-900\/20{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.2); + text-decoration-color: rgb(42 43 68 / 0.2); +} +.decoration-purple-900\/25{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.25); + text-decoration-color: rgb(42 43 68 / 0.25); +} +.decoration-purple-900\/30{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.3); + text-decoration-color: rgb(42 43 68 / 0.3); +} +.decoration-purple-900\/40{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.4); + text-decoration-color: rgb(42 43 68 / 0.4); +} +.decoration-purple-900\/50{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.5); + text-decoration-color: rgb(42 43 68 / 0.5); +} +.decoration-purple-900\/60{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.6); + text-decoration-color: rgb(42 43 68 / 0.6); +} +.decoration-purple-900\/70{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.7); + text-decoration-color: rgb(42 43 68 / 0.7); +} +.decoration-purple-900\/75{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.75); + text-decoration-color: rgb(42 43 68 / 0.75); +} +.decoration-purple-900\/80{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.8); + text-decoration-color: rgb(42 43 68 / 0.8); +} +.decoration-purple-900\/90{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.9); + text-decoration-color: rgb(42 43 68 / 0.9); +} +.decoration-purple-900\/95{ + -webkit-text-decoration-color: rgb(42 43 68 / 0.95); + text-decoration-color: rgb(42 43 68 / 0.95); +} +.decoration-purple-900\/100{ + -webkit-text-decoration-color: rgb(42 43 68 / 1); + text-decoration-color: rgb(42 43 68 / 1); +} +.decoration-purple\/0{ + -webkit-text-decoration-color: rgb(85 88 139 / 0); + text-decoration-color: rgb(85 88 139 / 0); +} +.decoration-purple\/5{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.05); + text-decoration-color: rgb(85 88 139 / 0.05); +} +.decoration-purple\/10{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.1); + text-decoration-color: rgb(85 88 139 / 0.1); +} +.decoration-purple\/20{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.2); + text-decoration-color: rgb(85 88 139 / 0.2); +} +.decoration-purple\/25{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.25); + text-decoration-color: rgb(85 88 139 / 0.25); +} +.decoration-purple\/30{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.3); + text-decoration-color: rgb(85 88 139 / 0.3); +} +.decoration-purple\/40{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.4); + text-decoration-color: rgb(85 88 139 / 0.4); +} +.decoration-purple\/50{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.5); + text-decoration-color: rgb(85 88 139 / 0.5); +} +.decoration-purple\/60{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.6); + text-decoration-color: rgb(85 88 139 / 0.6); +} +.decoration-purple\/70{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.7); + text-decoration-color: rgb(85 88 139 / 0.7); +} +.decoration-purple\/75{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.75); + text-decoration-color: rgb(85 88 139 / 0.75); +} +.decoration-purple\/80{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.8); + text-decoration-color: rgb(85 88 139 / 0.8); +} +.decoration-purple\/90{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.9); + text-decoration-color: rgb(85 88 139 / 0.9); +} +.decoration-purple\/95{ + -webkit-text-decoration-color: rgb(85 88 139 / 0.95); + text-decoration-color: rgb(85 88 139 / 0.95); +} +.decoration-purple\/100{ + -webkit-text-decoration-color: rgb(85 88 139 / 1); + text-decoration-color: rgb(85 88 139 / 1); +} +.decoration-fuchsia-50\/0{ + -webkit-text-decoration-color: rgb(253 244 255 / 0); + text-decoration-color: rgb(253 244 255 / 0); +} +.decoration-fuchsia-50\/5{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.05); + text-decoration-color: rgb(253 244 255 / 0.05); +} +.decoration-fuchsia-50\/10{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.1); + text-decoration-color: rgb(253 244 255 / 0.1); +} +.decoration-fuchsia-50\/20{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.2); + text-decoration-color: rgb(253 244 255 / 0.2); +} +.decoration-fuchsia-50\/25{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.25); + text-decoration-color: rgb(253 244 255 / 0.25); +} +.decoration-fuchsia-50\/30{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.3); + text-decoration-color: rgb(253 244 255 / 0.3); +} +.decoration-fuchsia-50\/40{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.4); + text-decoration-color: rgb(253 244 255 / 0.4); +} +.decoration-fuchsia-50\/50{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.5); + text-decoration-color: rgb(253 244 255 / 0.5); +} +.decoration-fuchsia-50\/60{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.6); + text-decoration-color: rgb(253 244 255 / 0.6); +} +.decoration-fuchsia-50\/70{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.7); + text-decoration-color: rgb(253 244 255 / 0.7); +} +.decoration-fuchsia-50\/75{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.75); + text-decoration-color: rgb(253 244 255 / 0.75); +} +.decoration-fuchsia-50\/80{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.8); + text-decoration-color: rgb(253 244 255 / 0.8); +} +.decoration-fuchsia-50\/90{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.9); + text-decoration-color: rgb(253 244 255 / 0.9); +} +.decoration-fuchsia-50\/95{ + -webkit-text-decoration-color: rgb(253 244 255 / 0.95); + text-decoration-color: rgb(253 244 255 / 0.95); +} +.decoration-fuchsia-50\/100{ + -webkit-text-decoration-color: rgb(253 244 255 / 1); + text-decoration-color: rgb(253 244 255 / 1); +} +.decoration-fuchsia-100\/0{ + -webkit-text-decoration-color: rgb(250 232 255 / 0); + text-decoration-color: rgb(250 232 255 / 0); +} +.decoration-fuchsia-100\/5{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.05); + text-decoration-color: rgb(250 232 255 / 0.05); +} +.decoration-fuchsia-100\/10{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.1); + text-decoration-color: rgb(250 232 255 / 0.1); +} +.decoration-fuchsia-100\/20{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.2); + text-decoration-color: rgb(250 232 255 / 0.2); +} +.decoration-fuchsia-100\/25{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.25); + text-decoration-color: rgb(250 232 255 / 0.25); +} +.decoration-fuchsia-100\/30{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.3); + text-decoration-color: rgb(250 232 255 / 0.3); +} +.decoration-fuchsia-100\/40{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.4); + text-decoration-color: rgb(250 232 255 / 0.4); +} +.decoration-fuchsia-100\/50{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.5); + text-decoration-color: rgb(250 232 255 / 0.5); +} +.decoration-fuchsia-100\/60{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.6); + text-decoration-color: rgb(250 232 255 / 0.6); +} +.decoration-fuchsia-100\/70{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.7); + text-decoration-color: rgb(250 232 255 / 0.7); +} +.decoration-fuchsia-100\/75{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.75); + text-decoration-color: rgb(250 232 255 / 0.75); +} +.decoration-fuchsia-100\/80{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.8); + text-decoration-color: rgb(250 232 255 / 0.8); +} +.decoration-fuchsia-100\/90{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.9); + text-decoration-color: rgb(250 232 255 / 0.9); +} +.decoration-fuchsia-100\/95{ + -webkit-text-decoration-color: rgb(250 232 255 / 0.95); + text-decoration-color: rgb(250 232 255 / 0.95); +} +.decoration-fuchsia-100\/100{ + -webkit-text-decoration-color: rgb(250 232 255 / 1); + text-decoration-color: rgb(250 232 255 / 1); +} +.decoration-fuchsia-200\/0{ + -webkit-text-decoration-color: rgb(245 208 254 / 0); + text-decoration-color: rgb(245 208 254 / 0); +} +.decoration-fuchsia-200\/5{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.05); + text-decoration-color: rgb(245 208 254 / 0.05); +} +.decoration-fuchsia-200\/10{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.1); + text-decoration-color: rgb(245 208 254 / 0.1); +} +.decoration-fuchsia-200\/20{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.2); + text-decoration-color: rgb(245 208 254 / 0.2); +} +.decoration-fuchsia-200\/25{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.25); + text-decoration-color: rgb(245 208 254 / 0.25); +} +.decoration-fuchsia-200\/30{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.3); + text-decoration-color: rgb(245 208 254 / 0.3); +} +.decoration-fuchsia-200\/40{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.4); + text-decoration-color: rgb(245 208 254 / 0.4); +} +.decoration-fuchsia-200\/50{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.5); + text-decoration-color: rgb(245 208 254 / 0.5); +} +.decoration-fuchsia-200\/60{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.6); + text-decoration-color: rgb(245 208 254 / 0.6); +} +.decoration-fuchsia-200\/70{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.7); + text-decoration-color: rgb(245 208 254 / 0.7); +} +.decoration-fuchsia-200\/75{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.75); + text-decoration-color: rgb(245 208 254 / 0.75); +} +.decoration-fuchsia-200\/80{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.8); + text-decoration-color: rgb(245 208 254 / 0.8); +} +.decoration-fuchsia-200\/90{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.9); + text-decoration-color: rgb(245 208 254 / 0.9); +} +.decoration-fuchsia-200\/95{ + -webkit-text-decoration-color: rgb(245 208 254 / 0.95); + text-decoration-color: rgb(245 208 254 / 0.95); +} +.decoration-fuchsia-200\/100{ + -webkit-text-decoration-color: rgb(245 208 254 / 1); + text-decoration-color: rgb(245 208 254 / 1); +} +.decoration-fuchsia-300\/0{ + -webkit-text-decoration-color: rgb(240 171 252 / 0); + text-decoration-color: rgb(240 171 252 / 0); +} +.decoration-fuchsia-300\/5{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.05); + text-decoration-color: rgb(240 171 252 / 0.05); +} +.decoration-fuchsia-300\/10{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.1); + text-decoration-color: rgb(240 171 252 / 0.1); +} +.decoration-fuchsia-300\/20{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.2); + text-decoration-color: rgb(240 171 252 / 0.2); +} +.decoration-fuchsia-300\/25{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.25); + text-decoration-color: rgb(240 171 252 / 0.25); +} +.decoration-fuchsia-300\/30{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.3); + text-decoration-color: rgb(240 171 252 / 0.3); +} +.decoration-fuchsia-300\/40{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.4); + text-decoration-color: rgb(240 171 252 / 0.4); +} +.decoration-fuchsia-300\/50{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.5); + text-decoration-color: rgb(240 171 252 / 0.5); +} +.decoration-fuchsia-300\/60{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.6); + text-decoration-color: rgb(240 171 252 / 0.6); +} +.decoration-fuchsia-300\/70{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.7); + text-decoration-color: rgb(240 171 252 / 0.7); +} +.decoration-fuchsia-300\/75{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.75); + text-decoration-color: rgb(240 171 252 / 0.75); +} +.decoration-fuchsia-300\/80{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.8); + text-decoration-color: rgb(240 171 252 / 0.8); +} +.decoration-fuchsia-300\/90{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.9); + text-decoration-color: rgb(240 171 252 / 0.9); +} +.decoration-fuchsia-300\/95{ + -webkit-text-decoration-color: rgb(240 171 252 / 0.95); + text-decoration-color: rgb(240 171 252 / 0.95); +} +.decoration-fuchsia-300\/100{ + -webkit-text-decoration-color: rgb(240 171 252 / 1); + text-decoration-color: rgb(240 171 252 / 1); +} +.decoration-fuchsia-400\/0{ + -webkit-text-decoration-color: rgb(232 121 249 / 0); + text-decoration-color: rgb(232 121 249 / 0); +} +.decoration-fuchsia-400\/5{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.05); + text-decoration-color: rgb(232 121 249 / 0.05); +} +.decoration-fuchsia-400\/10{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.1); + text-decoration-color: rgb(232 121 249 / 0.1); +} +.decoration-fuchsia-400\/20{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.2); + text-decoration-color: rgb(232 121 249 / 0.2); +} +.decoration-fuchsia-400\/25{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.25); + text-decoration-color: rgb(232 121 249 / 0.25); +} +.decoration-fuchsia-400\/30{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.3); + text-decoration-color: rgb(232 121 249 / 0.3); +} +.decoration-fuchsia-400\/40{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.4); + text-decoration-color: rgb(232 121 249 / 0.4); +} +.decoration-fuchsia-400\/50{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.5); + text-decoration-color: rgb(232 121 249 / 0.5); +} +.decoration-fuchsia-400\/60{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.6); + text-decoration-color: rgb(232 121 249 / 0.6); +} +.decoration-fuchsia-400\/70{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.7); + text-decoration-color: rgb(232 121 249 / 0.7); +} +.decoration-fuchsia-400\/75{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.75); + text-decoration-color: rgb(232 121 249 / 0.75); +} +.decoration-fuchsia-400\/80{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.8); + text-decoration-color: rgb(232 121 249 / 0.8); +} +.decoration-fuchsia-400\/90{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.9); + text-decoration-color: rgb(232 121 249 / 0.9); +} +.decoration-fuchsia-400\/95{ + -webkit-text-decoration-color: rgb(232 121 249 / 0.95); + text-decoration-color: rgb(232 121 249 / 0.95); +} +.decoration-fuchsia-400\/100{ + -webkit-text-decoration-color: rgb(232 121 249 / 1); + text-decoration-color: rgb(232 121 249 / 1); +} +.decoration-fuchsia-500\/0{ + -webkit-text-decoration-color: rgb(217 70 239 / 0); + text-decoration-color: rgb(217 70 239 / 0); +} +.decoration-fuchsia-500\/5{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.05); + text-decoration-color: rgb(217 70 239 / 0.05); +} +.decoration-fuchsia-500\/10{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.1); + text-decoration-color: rgb(217 70 239 / 0.1); +} +.decoration-fuchsia-500\/20{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.2); + text-decoration-color: rgb(217 70 239 / 0.2); +} +.decoration-fuchsia-500\/25{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.25); + text-decoration-color: rgb(217 70 239 / 0.25); +} +.decoration-fuchsia-500\/30{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.3); + text-decoration-color: rgb(217 70 239 / 0.3); +} +.decoration-fuchsia-500\/40{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.4); + text-decoration-color: rgb(217 70 239 / 0.4); +} +.decoration-fuchsia-500\/50{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.5); + text-decoration-color: rgb(217 70 239 / 0.5); +} +.decoration-fuchsia-500\/60{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.6); + text-decoration-color: rgb(217 70 239 / 0.6); +} +.decoration-fuchsia-500\/70{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.7); + text-decoration-color: rgb(217 70 239 / 0.7); +} +.decoration-fuchsia-500\/75{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.75); + text-decoration-color: rgb(217 70 239 / 0.75); +} +.decoration-fuchsia-500\/80{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.8); + text-decoration-color: rgb(217 70 239 / 0.8); +} +.decoration-fuchsia-500\/90{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.9); + text-decoration-color: rgb(217 70 239 / 0.9); +} +.decoration-fuchsia-500\/95{ + -webkit-text-decoration-color: rgb(217 70 239 / 0.95); + text-decoration-color: rgb(217 70 239 / 0.95); +} +.decoration-fuchsia-500\/100{ + -webkit-text-decoration-color: rgb(217 70 239 / 1); + text-decoration-color: rgb(217 70 239 / 1); +} +.decoration-fuchsia-600\/0{ + -webkit-text-decoration-color: rgb(192 38 211 / 0); + text-decoration-color: rgb(192 38 211 / 0); +} +.decoration-fuchsia-600\/5{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.05); + text-decoration-color: rgb(192 38 211 / 0.05); +} +.decoration-fuchsia-600\/10{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.1); + text-decoration-color: rgb(192 38 211 / 0.1); +} +.decoration-fuchsia-600\/20{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.2); + text-decoration-color: rgb(192 38 211 / 0.2); +} +.decoration-fuchsia-600\/25{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.25); + text-decoration-color: rgb(192 38 211 / 0.25); +} +.decoration-fuchsia-600\/30{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.3); + text-decoration-color: rgb(192 38 211 / 0.3); +} +.decoration-fuchsia-600\/40{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.4); + text-decoration-color: rgb(192 38 211 / 0.4); +} +.decoration-fuchsia-600\/50{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.5); + text-decoration-color: rgb(192 38 211 / 0.5); +} +.decoration-fuchsia-600\/60{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.6); + text-decoration-color: rgb(192 38 211 / 0.6); +} +.decoration-fuchsia-600\/70{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.7); + text-decoration-color: rgb(192 38 211 / 0.7); +} +.decoration-fuchsia-600\/75{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.75); + text-decoration-color: rgb(192 38 211 / 0.75); +} +.decoration-fuchsia-600\/80{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.8); + text-decoration-color: rgb(192 38 211 / 0.8); +} +.decoration-fuchsia-600\/90{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.9); + text-decoration-color: rgb(192 38 211 / 0.9); +} +.decoration-fuchsia-600\/95{ + -webkit-text-decoration-color: rgb(192 38 211 / 0.95); + text-decoration-color: rgb(192 38 211 / 0.95); +} +.decoration-fuchsia-600\/100{ + -webkit-text-decoration-color: rgb(192 38 211 / 1); + text-decoration-color: rgb(192 38 211 / 1); +} +.decoration-fuchsia-700\/0{ + -webkit-text-decoration-color: rgb(162 28 175 / 0); + text-decoration-color: rgb(162 28 175 / 0); +} +.decoration-fuchsia-700\/5{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.05); + text-decoration-color: rgb(162 28 175 / 0.05); +} +.decoration-fuchsia-700\/10{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.1); + text-decoration-color: rgb(162 28 175 / 0.1); +} +.decoration-fuchsia-700\/20{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.2); + text-decoration-color: rgb(162 28 175 / 0.2); +} +.decoration-fuchsia-700\/25{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.25); + text-decoration-color: rgb(162 28 175 / 0.25); +} +.decoration-fuchsia-700\/30{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.3); + text-decoration-color: rgb(162 28 175 / 0.3); +} +.decoration-fuchsia-700\/40{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.4); + text-decoration-color: rgb(162 28 175 / 0.4); +} +.decoration-fuchsia-700\/50{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.5); + text-decoration-color: rgb(162 28 175 / 0.5); +} +.decoration-fuchsia-700\/60{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.6); + text-decoration-color: rgb(162 28 175 / 0.6); +} +.decoration-fuchsia-700\/70{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.7); + text-decoration-color: rgb(162 28 175 / 0.7); +} +.decoration-fuchsia-700\/75{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.75); + text-decoration-color: rgb(162 28 175 / 0.75); +} +.decoration-fuchsia-700\/80{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.8); + text-decoration-color: rgb(162 28 175 / 0.8); +} +.decoration-fuchsia-700\/90{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.9); + text-decoration-color: rgb(162 28 175 / 0.9); +} +.decoration-fuchsia-700\/95{ + -webkit-text-decoration-color: rgb(162 28 175 / 0.95); + text-decoration-color: rgb(162 28 175 / 0.95); +} +.decoration-fuchsia-700\/100{ + -webkit-text-decoration-color: rgb(162 28 175 / 1); + text-decoration-color: rgb(162 28 175 / 1); +} +.decoration-fuchsia-800\/0{ + -webkit-text-decoration-color: rgb(134 25 143 / 0); + text-decoration-color: rgb(134 25 143 / 0); +} +.decoration-fuchsia-800\/5{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.05); + text-decoration-color: rgb(134 25 143 / 0.05); +} +.decoration-fuchsia-800\/10{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.1); + text-decoration-color: rgb(134 25 143 / 0.1); +} +.decoration-fuchsia-800\/20{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.2); + text-decoration-color: rgb(134 25 143 / 0.2); +} +.decoration-fuchsia-800\/25{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.25); + text-decoration-color: rgb(134 25 143 / 0.25); +} +.decoration-fuchsia-800\/30{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.3); + text-decoration-color: rgb(134 25 143 / 0.3); +} +.decoration-fuchsia-800\/40{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.4); + text-decoration-color: rgb(134 25 143 / 0.4); +} +.decoration-fuchsia-800\/50{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.5); + text-decoration-color: rgb(134 25 143 / 0.5); +} +.decoration-fuchsia-800\/60{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.6); + text-decoration-color: rgb(134 25 143 / 0.6); +} +.decoration-fuchsia-800\/70{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.7); + text-decoration-color: rgb(134 25 143 / 0.7); +} +.decoration-fuchsia-800\/75{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.75); + text-decoration-color: rgb(134 25 143 / 0.75); +} +.decoration-fuchsia-800\/80{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.8); + text-decoration-color: rgb(134 25 143 / 0.8); +} +.decoration-fuchsia-800\/90{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.9); + text-decoration-color: rgb(134 25 143 / 0.9); +} +.decoration-fuchsia-800\/95{ + -webkit-text-decoration-color: rgb(134 25 143 / 0.95); + text-decoration-color: rgb(134 25 143 / 0.95); +} +.decoration-fuchsia-800\/100{ + -webkit-text-decoration-color: rgb(134 25 143 / 1); + text-decoration-color: rgb(134 25 143 / 1); +} +.decoration-fuchsia-900\/0{ + -webkit-text-decoration-color: rgb(112 26 117 / 0); + text-decoration-color: rgb(112 26 117 / 0); +} +.decoration-fuchsia-900\/5{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.05); + text-decoration-color: rgb(112 26 117 / 0.05); +} +.decoration-fuchsia-900\/10{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.1); + text-decoration-color: rgb(112 26 117 / 0.1); +} +.decoration-fuchsia-900\/20{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.2); + text-decoration-color: rgb(112 26 117 / 0.2); +} +.decoration-fuchsia-900\/25{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.25); + text-decoration-color: rgb(112 26 117 / 0.25); +} +.decoration-fuchsia-900\/30{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.3); + text-decoration-color: rgb(112 26 117 / 0.3); +} +.decoration-fuchsia-900\/40{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.4); + text-decoration-color: rgb(112 26 117 / 0.4); +} +.decoration-fuchsia-900\/50{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.5); + text-decoration-color: rgb(112 26 117 / 0.5); +} +.decoration-fuchsia-900\/60{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.6); + text-decoration-color: rgb(112 26 117 / 0.6); +} +.decoration-fuchsia-900\/70{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.7); + text-decoration-color: rgb(112 26 117 / 0.7); +} +.decoration-fuchsia-900\/75{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.75); + text-decoration-color: rgb(112 26 117 / 0.75); +} +.decoration-fuchsia-900\/80{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.8); + text-decoration-color: rgb(112 26 117 / 0.8); +} +.decoration-fuchsia-900\/90{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.9); + text-decoration-color: rgb(112 26 117 / 0.9); +} +.decoration-fuchsia-900\/95{ + -webkit-text-decoration-color: rgb(112 26 117 / 0.95); + text-decoration-color: rgb(112 26 117 / 0.95); +} +.decoration-fuchsia-900\/100{ + -webkit-text-decoration-color: rgb(112 26 117 / 1); + text-decoration-color: rgb(112 26 117 / 1); +} +.decoration-pink-50\/0{ + -webkit-text-decoration-color: rgb(253 242 248 / 0); + text-decoration-color: rgb(253 242 248 / 0); +} +.decoration-pink-50\/5{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.05); + text-decoration-color: rgb(253 242 248 / 0.05); +} +.decoration-pink-50\/10{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.1); + text-decoration-color: rgb(253 242 248 / 0.1); +} +.decoration-pink-50\/20{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.2); + text-decoration-color: rgb(253 242 248 / 0.2); +} +.decoration-pink-50\/25{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.25); + text-decoration-color: rgb(253 242 248 / 0.25); +} +.decoration-pink-50\/30{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.3); + text-decoration-color: rgb(253 242 248 / 0.3); +} +.decoration-pink-50\/40{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.4); + text-decoration-color: rgb(253 242 248 / 0.4); +} +.decoration-pink-50\/50{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.5); + text-decoration-color: rgb(253 242 248 / 0.5); +} +.decoration-pink-50\/60{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.6); + text-decoration-color: rgb(253 242 248 / 0.6); +} +.decoration-pink-50\/70{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.7); + text-decoration-color: rgb(253 242 248 / 0.7); +} +.decoration-pink-50\/75{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.75); + text-decoration-color: rgb(253 242 248 / 0.75); +} +.decoration-pink-50\/80{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.8); + text-decoration-color: rgb(253 242 248 / 0.8); +} +.decoration-pink-50\/90{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.9); + text-decoration-color: rgb(253 242 248 / 0.9); +} +.decoration-pink-50\/95{ + -webkit-text-decoration-color: rgb(253 242 248 / 0.95); + text-decoration-color: rgb(253 242 248 / 0.95); +} +.decoration-pink-50\/100{ + -webkit-text-decoration-color: rgb(253 242 248 / 1); + text-decoration-color: rgb(253 242 248 / 1); +} +.decoration-pink-100\/0{ + -webkit-text-decoration-color: rgb(252 232 243 / 0); + text-decoration-color: rgb(252 232 243 / 0); +} +.decoration-pink-100\/5{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.05); + text-decoration-color: rgb(252 232 243 / 0.05); +} +.decoration-pink-100\/10{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.1); + text-decoration-color: rgb(252 232 243 / 0.1); +} +.decoration-pink-100\/20{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.2); + text-decoration-color: rgb(252 232 243 / 0.2); +} +.decoration-pink-100\/25{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.25); + text-decoration-color: rgb(252 232 243 / 0.25); +} +.decoration-pink-100\/30{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.3); + text-decoration-color: rgb(252 232 243 / 0.3); +} +.decoration-pink-100\/40{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.4); + text-decoration-color: rgb(252 232 243 / 0.4); +} +.decoration-pink-100\/50{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.5); + text-decoration-color: rgb(252 232 243 / 0.5); +} +.decoration-pink-100\/60{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.6); + text-decoration-color: rgb(252 232 243 / 0.6); +} +.decoration-pink-100\/70{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.7); + text-decoration-color: rgb(252 232 243 / 0.7); +} +.decoration-pink-100\/75{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.75); + text-decoration-color: rgb(252 232 243 / 0.75); +} +.decoration-pink-100\/80{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.8); + text-decoration-color: rgb(252 232 243 / 0.8); +} +.decoration-pink-100\/90{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.9); + text-decoration-color: rgb(252 232 243 / 0.9); +} +.decoration-pink-100\/95{ + -webkit-text-decoration-color: rgb(252 232 243 / 0.95); + text-decoration-color: rgb(252 232 243 / 0.95); +} +.decoration-pink-100\/100{ + -webkit-text-decoration-color: rgb(252 232 243 / 1); + text-decoration-color: rgb(252 232 243 / 1); +} +.decoration-pink-200\/0{ + -webkit-text-decoration-color: rgb(250 209 232 / 0); + text-decoration-color: rgb(250 209 232 / 0); +} +.decoration-pink-200\/5{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.05); + text-decoration-color: rgb(250 209 232 / 0.05); +} +.decoration-pink-200\/10{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.1); + text-decoration-color: rgb(250 209 232 / 0.1); +} +.decoration-pink-200\/20{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.2); + text-decoration-color: rgb(250 209 232 / 0.2); +} +.decoration-pink-200\/25{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.25); + text-decoration-color: rgb(250 209 232 / 0.25); +} +.decoration-pink-200\/30{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.3); + text-decoration-color: rgb(250 209 232 / 0.3); +} +.decoration-pink-200\/40{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.4); + text-decoration-color: rgb(250 209 232 / 0.4); +} +.decoration-pink-200\/50{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.5); + text-decoration-color: rgb(250 209 232 / 0.5); +} +.decoration-pink-200\/60{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.6); + text-decoration-color: rgb(250 209 232 / 0.6); +} +.decoration-pink-200\/70{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.7); + text-decoration-color: rgb(250 209 232 / 0.7); +} +.decoration-pink-200\/75{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.75); + text-decoration-color: rgb(250 209 232 / 0.75); +} +.decoration-pink-200\/80{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.8); + text-decoration-color: rgb(250 209 232 / 0.8); +} +.decoration-pink-200\/90{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.9); + text-decoration-color: rgb(250 209 232 / 0.9); +} +.decoration-pink-200\/95{ + -webkit-text-decoration-color: rgb(250 209 232 / 0.95); + text-decoration-color: rgb(250 209 232 / 0.95); +} +.decoration-pink-200\/100{ + -webkit-text-decoration-color: rgb(250 209 232 / 1); + text-decoration-color: rgb(250 209 232 / 1); +} +.decoration-pink-300\/0{ + -webkit-text-decoration-color: rgb(248 180 217 / 0); + text-decoration-color: rgb(248 180 217 / 0); +} +.decoration-pink-300\/5{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.05); + text-decoration-color: rgb(248 180 217 / 0.05); +} +.decoration-pink-300\/10{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.1); + text-decoration-color: rgb(248 180 217 / 0.1); +} +.decoration-pink-300\/20{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.2); + text-decoration-color: rgb(248 180 217 / 0.2); +} +.decoration-pink-300\/25{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.25); + text-decoration-color: rgb(248 180 217 / 0.25); +} +.decoration-pink-300\/30{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.3); + text-decoration-color: rgb(248 180 217 / 0.3); +} +.decoration-pink-300\/40{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.4); + text-decoration-color: rgb(248 180 217 / 0.4); +} +.decoration-pink-300\/50{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.5); + text-decoration-color: rgb(248 180 217 / 0.5); +} +.decoration-pink-300\/60{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.6); + text-decoration-color: rgb(248 180 217 / 0.6); +} +.decoration-pink-300\/70{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.7); + text-decoration-color: rgb(248 180 217 / 0.7); +} +.decoration-pink-300\/75{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.75); + text-decoration-color: rgb(248 180 217 / 0.75); +} +.decoration-pink-300\/80{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.8); + text-decoration-color: rgb(248 180 217 / 0.8); +} +.decoration-pink-300\/90{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.9); + text-decoration-color: rgb(248 180 217 / 0.9); +} +.decoration-pink-300\/95{ + -webkit-text-decoration-color: rgb(248 180 217 / 0.95); + text-decoration-color: rgb(248 180 217 / 0.95); +} +.decoration-pink-300\/100{ + -webkit-text-decoration-color: rgb(248 180 217 / 1); + text-decoration-color: rgb(248 180 217 / 1); +} +.decoration-pink-400\/0{ + -webkit-text-decoration-color: rgb(241 126 184 / 0); + text-decoration-color: rgb(241 126 184 / 0); +} +.decoration-pink-400\/5{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.05); + text-decoration-color: rgb(241 126 184 / 0.05); +} +.decoration-pink-400\/10{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.1); + text-decoration-color: rgb(241 126 184 / 0.1); +} +.decoration-pink-400\/20{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.2); + text-decoration-color: rgb(241 126 184 / 0.2); +} +.decoration-pink-400\/25{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.25); + text-decoration-color: rgb(241 126 184 / 0.25); +} +.decoration-pink-400\/30{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.3); + text-decoration-color: rgb(241 126 184 / 0.3); +} +.decoration-pink-400\/40{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.4); + text-decoration-color: rgb(241 126 184 / 0.4); +} +.decoration-pink-400\/50{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.5); + text-decoration-color: rgb(241 126 184 / 0.5); +} +.decoration-pink-400\/60{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.6); + text-decoration-color: rgb(241 126 184 / 0.6); +} +.decoration-pink-400\/70{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.7); + text-decoration-color: rgb(241 126 184 / 0.7); +} +.decoration-pink-400\/75{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.75); + text-decoration-color: rgb(241 126 184 / 0.75); +} +.decoration-pink-400\/80{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.8); + text-decoration-color: rgb(241 126 184 / 0.8); +} +.decoration-pink-400\/90{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.9); + text-decoration-color: rgb(241 126 184 / 0.9); +} +.decoration-pink-400\/95{ + -webkit-text-decoration-color: rgb(241 126 184 / 0.95); + text-decoration-color: rgb(241 126 184 / 0.95); +} +.decoration-pink-400\/100{ + -webkit-text-decoration-color: rgb(241 126 184 / 1); + text-decoration-color: rgb(241 126 184 / 1); +} +.decoration-pink-500\/0{ + -webkit-text-decoration-color: rgb(231 70 148 / 0); + text-decoration-color: rgb(231 70 148 / 0); +} +.decoration-pink-500\/5{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.05); + text-decoration-color: rgb(231 70 148 / 0.05); +} +.decoration-pink-500\/10{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.1); + text-decoration-color: rgb(231 70 148 / 0.1); +} +.decoration-pink-500\/20{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.2); + text-decoration-color: rgb(231 70 148 / 0.2); +} +.decoration-pink-500\/25{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.25); + text-decoration-color: rgb(231 70 148 / 0.25); +} +.decoration-pink-500\/30{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.3); + text-decoration-color: rgb(231 70 148 / 0.3); +} +.decoration-pink-500\/40{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.4); + text-decoration-color: rgb(231 70 148 / 0.4); +} +.decoration-pink-500\/50{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.5); + text-decoration-color: rgb(231 70 148 / 0.5); +} +.decoration-pink-500\/60{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.6); + text-decoration-color: rgb(231 70 148 / 0.6); +} +.decoration-pink-500\/70{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.7); + text-decoration-color: rgb(231 70 148 / 0.7); +} +.decoration-pink-500\/75{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.75); + text-decoration-color: rgb(231 70 148 / 0.75); +} +.decoration-pink-500\/80{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.8); + text-decoration-color: rgb(231 70 148 / 0.8); +} +.decoration-pink-500\/90{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.9); + text-decoration-color: rgb(231 70 148 / 0.9); +} +.decoration-pink-500\/95{ + -webkit-text-decoration-color: rgb(231 70 148 / 0.95); + text-decoration-color: rgb(231 70 148 / 0.95); +} +.decoration-pink-500\/100{ + -webkit-text-decoration-color: rgb(231 70 148 / 1); + text-decoration-color: rgb(231 70 148 / 1); +} +.decoration-pink-600\/0{ + -webkit-text-decoration-color: rgb(214 31 105 / 0); + text-decoration-color: rgb(214 31 105 / 0); +} +.decoration-pink-600\/5{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.05); + text-decoration-color: rgb(214 31 105 / 0.05); +} +.decoration-pink-600\/10{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.1); + text-decoration-color: rgb(214 31 105 / 0.1); +} +.decoration-pink-600\/20{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.2); + text-decoration-color: rgb(214 31 105 / 0.2); +} +.decoration-pink-600\/25{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.25); + text-decoration-color: rgb(214 31 105 / 0.25); +} +.decoration-pink-600\/30{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.3); + text-decoration-color: rgb(214 31 105 / 0.3); +} +.decoration-pink-600\/40{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.4); + text-decoration-color: rgb(214 31 105 / 0.4); +} +.decoration-pink-600\/50{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.5); + text-decoration-color: rgb(214 31 105 / 0.5); +} +.decoration-pink-600\/60{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.6); + text-decoration-color: rgb(214 31 105 / 0.6); +} +.decoration-pink-600\/70{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.7); + text-decoration-color: rgb(214 31 105 / 0.7); +} +.decoration-pink-600\/75{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.75); + text-decoration-color: rgb(214 31 105 / 0.75); +} +.decoration-pink-600\/80{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.8); + text-decoration-color: rgb(214 31 105 / 0.8); +} +.decoration-pink-600\/90{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.9); + text-decoration-color: rgb(214 31 105 / 0.9); +} +.decoration-pink-600\/95{ + -webkit-text-decoration-color: rgb(214 31 105 / 0.95); + text-decoration-color: rgb(214 31 105 / 0.95); +} +.decoration-pink-600\/100{ + -webkit-text-decoration-color: rgb(214 31 105 / 1); + text-decoration-color: rgb(214 31 105 / 1); +} +.decoration-pink-700\/0{ + -webkit-text-decoration-color: rgb(191 18 93 / 0); + text-decoration-color: rgb(191 18 93 / 0); +} +.decoration-pink-700\/5{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.05); + text-decoration-color: rgb(191 18 93 / 0.05); +} +.decoration-pink-700\/10{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.1); + text-decoration-color: rgb(191 18 93 / 0.1); +} +.decoration-pink-700\/20{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.2); + text-decoration-color: rgb(191 18 93 / 0.2); +} +.decoration-pink-700\/25{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.25); + text-decoration-color: rgb(191 18 93 / 0.25); +} +.decoration-pink-700\/30{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.3); + text-decoration-color: rgb(191 18 93 / 0.3); +} +.decoration-pink-700\/40{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.4); + text-decoration-color: rgb(191 18 93 / 0.4); +} +.decoration-pink-700\/50{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.5); + text-decoration-color: rgb(191 18 93 / 0.5); +} +.decoration-pink-700\/60{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.6); + text-decoration-color: rgb(191 18 93 / 0.6); +} +.decoration-pink-700\/70{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.7); + text-decoration-color: rgb(191 18 93 / 0.7); +} +.decoration-pink-700\/75{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.75); + text-decoration-color: rgb(191 18 93 / 0.75); +} +.decoration-pink-700\/80{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.8); + text-decoration-color: rgb(191 18 93 / 0.8); +} +.decoration-pink-700\/90{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.9); + text-decoration-color: rgb(191 18 93 / 0.9); +} +.decoration-pink-700\/95{ + -webkit-text-decoration-color: rgb(191 18 93 / 0.95); + text-decoration-color: rgb(191 18 93 / 0.95); +} +.decoration-pink-700\/100{ + -webkit-text-decoration-color: rgb(191 18 93 / 1); + text-decoration-color: rgb(191 18 93 / 1); +} +.decoration-pink-800\/0{ + -webkit-text-decoration-color: rgb(153 21 75 / 0); + text-decoration-color: rgb(153 21 75 / 0); +} +.decoration-pink-800\/5{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.05); + text-decoration-color: rgb(153 21 75 / 0.05); +} +.decoration-pink-800\/10{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.1); + text-decoration-color: rgb(153 21 75 / 0.1); +} +.decoration-pink-800\/20{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.2); + text-decoration-color: rgb(153 21 75 / 0.2); +} +.decoration-pink-800\/25{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.25); + text-decoration-color: rgb(153 21 75 / 0.25); +} +.decoration-pink-800\/30{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.3); + text-decoration-color: rgb(153 21 75 / 0.3); +} +.decoration-pink-800\/40{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.4); + text-decoration-color: rgb(153 21 75 / 0.4); +} +.decoration-pink-800\/50{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.5); + text-decoration-color: rgb(153 21 75 / 0.5); +} +.decoration-pink-800\/60{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.6); + text-decoration-color: rgb(153 21 75 / 0.6); +} +.decoration-pink-800\/70{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.7); + text-decoration-color: rgb(153 21 75 / 0.7); +} +.decoration-pink-800\/75{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.75); + text-decoration-color: rgb(153 21 75 / 0.75); +} +.decoration-pink-800\/80{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.8); + text-decoration-color: rgb(153 21 75 / 0.8); +} +.decoration-pink-800\/90{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.9); + text-decoration-color: rgb(153 21 75 / 0.9); +} +.decoration-pink-800\/95{ + -webkit-text-decoration-color: rgb(153 21 75 / 0.95); + text-decoration-color: rgb(153 21 75 / 0.95); +} +.decoration-pink-800\/100{ + -webkit-text-decoration-color: rgb(153 21 75 / 1); + text-decoration-color: rgb(153 21 75 / 1); +} +.decoration-pink-900\/0{ + -webkit-text-decoration-color: rgb(117 26 61 / 0); + text-decoration-color: rgb(117 26 61 / 0); +} +.decoration-pink-900\/5{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.05); + text-decoration-color: rgb(117 26 61 / 0.05); +} +.decoration-pink-900\/10{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.1); + text-decoration-color: rgb(117 26 61 / 0.1); +} +.decoration-pink-900\/20{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.2); + text-decoration-color: rgb(117 26 61 / 0.2); +} +.decoration-pink-900\/25{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.25); + text-decoration-color: rgb(117 26 61 / 0.25); +} +.decoration-pink-900\/30{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.3); + text-decoration-color: rgb(117 26 61 / 0.3); +} +.decoration-pink-900\/40{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.4); + text-decoration-color: rgb(117 26 61 / 0.4); +} +.decoration-pink-900\/50{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.5); + text-decoration-color: rgb(117 26 61 / 0.5); +} +.decoration-pink-900\/60{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.6); + text-decoration-color: rgb(117 26 61 / 0.6); +} +.decoration-pink-900\/70{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.7); + text-decoration-color: rgb(117 26 61 / 0.7); +} +.decoration-pink-900\/75{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.75); + text-decoration-color: rgb(117 26 61 / 0.75); +} +.decoration-pink-900\/80{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.8); + text-decoration-color: rgb(117 26 61 / 0.8); +} +.decoration-pink-900\/90{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.9); + text-decoration-color: rgb(117 26 61 / 0.9); +} +.decoration-pink-900\/95{ + -webkit-text-decoration-color: rgb(117 26 61 / 0.95); + text-decoration-color: rgb(117 26 61 / 0.95); +} +.decoration-pink-900\/100{ + -webkit-text-decoration-color: rgb(117 26 61 / 1); + text-decoration-color: rgb(117 26 61 / 1); +} +.decoration-rose-50\/0{ + -webkit-text-decoration-color: rgb(255 241 242 / 0); + text-decoration-color: rgb(255 241 242 / 0); +} +.decoration-rose-50\/5{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.05); + text-decoration-color: rgb(255 241 242 / 0.05); +} +.decoration-rose-50\/10{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.1); + text-decoration-color: rgb(255 241 242 / 0.1); +} +.decoration-rose-50\/20{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.2); + text-decoration-color: rgb(255 241 242 / 0.2); +} +.decoration-rose-50\/25{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.25); + text-decoration-color: rgb(255 241 242 / 0.25); +} +.decoration-rose-50\/30{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.3); + text-decoration-color: rgb(255 241 242 / 0.3); +} +.decoration-rose-50\/40{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.4); + text-decoration-color: rgb(255 241 242 / 0.4); +} +.decoration-rose-50\/50{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.5); + text-decoration-color: rgb(255 241 242 / 0.5); +} +.decoration-rose-50\/60{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.6); + text-decoration-color: rgb(255 241 242 / 0.6); +} +.decoration-rose-50\/70{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.7); + text-decoration-color: rgb(255 241 242 / 0.7); +} +.decoration-rose-50\/75{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.75); + text-decoration-color: rgb(255 241 242 / 0.75); +} +.decoration-rose-50\/80{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.8); + text-decoration-color: rgb(255 241 242 / 0.8); +} +.decoration-rose-50\/90{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.9); + text-decoration-color: rgb(255 241 242 / 0.9); +} +.decoration-rose-50\/95{ + -webkit-text-decoration-color: rgb(255 241 242 / 0.95); + text-decoration-color: rgb(255 241 242 / 0.95); +} +.decoration-rose-50\/100{ + -webkit-text-decoration-color: rgb(255 241 242 / 1); + text-decoration-color: rgb(255 241 242 / 1); +} +.decoration-rose-100\/0{ + -webkit-text-decoration-color: rgb(255 228 230 / 0); + text-decoration-color: rgb(255 228 230 / 0); +} +.decoration-rose-100\/5{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.05); + text-decoration-color: rgb(255 228 230 / 0.05); +} +.decoration-rose-100\/10{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.1); + text-decoration-color: rgb(255 228 230 / 0.1); +} +.decoration-rose-100\/20{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.2); + text-decoration-color: rgb(255 228 230 / 0.2); +} +.decoration-rose-100\/25{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.25); + text-decoration-color: rgb(255 228 230 / 0.25); +} +.decoration-rose-100\/30{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.3); + text-decoration-color: rgb(255 228 230 / 0.3); +} +.decoration-rose-100\/40{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.4); + text-decoration-color: rgb(255 228 230 / 0.4); +} +.decoration-rose-100\/50{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.5); + text-decoration-color: rgb(255 228 230 / 0.5); +} +.decoration-rose-100\/60{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.6); + text-decoration-color: rgb(255 228 230 / 0.6); +} +.decoration-rose-100\/70{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.7); + text-decoration-color: rgb(255 228 230 / 0.7); +} +.decoration-rose-100\/75{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.75); + text-decoration-color: rgb(255 228 230 / 0.75); +} +.decoration-rose-100\/80{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.8); + text-decoration-color: rgb(255 228 230 / 0.8); +} +.decoration-rose-100\/90{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.9); + text-decoration-color: rgb(255 228 230 / 0.9); +} +.decoration-rose-100\/95{ + -webkit-text-decoration-color: rgb(255 228 230 / 0.95); + text-decoration-color: rgb(255 228 230 / 0.95); +} +.decoration-rose-100\/100{ + -webkit-text-decoration-color: rgb(255 228 230 / 1); + text-decoration-color: rgb(255 228 230 / 1); +} +.decoration-rose-200\/0{ + -webkit-text-decoration-color: rgb(254 205 211 / 0); + text-decoration-color: rgb(254 205 211 / 0); +} +.decoration-rose-200\/5{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.05); + text-decoration-color: rgb(254 205 211 / 0.05); +} +.decoration-rose-200\/10{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.1); + text-decoration-color: rgb(254 205 211 / 0.1); +} +.decoration-rose-200\/20{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.2); + text-decoration-color: rgb(254 205 211 / 0.2); +} +.decoration-rose-200\/25{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.25); + text-decoration-color: rgb(254 205 211 / 0.25); +} +.decoration-rose-200\/30{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.3); + text-decoration-color: rgb(254 205 211 / 0.3); +} +.decoration-rose-200\/40{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.4); + text-decoration-color: rgb(254 205 211 / 0.4); +} +.decoration-rose-200\/50{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.5); + text-decoration-color: rgb(254 205 211 / 0.5); +} +.decoration-rose-200\/60{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.6); + text-decoration-color: rgb(254 205 211 / 0.6); +} +.decoration-rose-200\/70{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.7); + text-decoration-color: rgb(254 205 211 / 0.7); +} +.decoration-rose-200\/75{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.75); + text-decoration-color: rgb(254 205 211 / 0.75); +} +.decoration-rose-200\/80{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.8); + text-decoration-color: rgb(254 205 211 / 0.8); +} +.decoration-rose-200\/90{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.9); + text-decoration-color: rgb(254 205 211 / 0.9); +} +.decoration-rose-200\/95{ + -webkit-text-decoration-color: rgb(254 205 211 / 0.95); + text-decoration-color: rgb(254 205 211 / 0.95); +} +.decoration-rose-200\/100{ + -webkit-text-decoration-color: rgb(254 205 211 / 1); + text-decoration-color: rgb(254 205 211 / 1); +} +.decoration-rose-300\/0{ + -webkit-text-decoration-color: rgb(253 164 175 / 0); + text-decoration-color: rgb(253 164 175 / 0); +} +.decoration-rose-300\/5{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.05); + text-decoration-color: rgb(253 164 175 / 0.05); +} +.decoration-rose-300\/10{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.1); + text-decoration-color: rgb(253 164 175 / 0.1); +} +.decoration-rose-300\/20{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.2); + text-decoration-color: rgb(253 164 175 / 0.2); +} +.decoration-rose-300\/25{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.25); + text-decoration-color: rgb(253 164 175 / 0.25); +} +.decoration-rose-300\/30{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.3); + text-decoration-color: rgb(253 164 175 / 0.3); +} +.decoration-rose-300\/40{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.4); + text-decoration-color: rgb(253 164 175 / 0.4); +} +.decoration-rose-300\/50{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.5); + text-decoration-color: rgb(253 164 175 / 0.5); +} +.decoration-rose-300\/60{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.6); + text-decoration-color: rgb(253 164 175 / 0.6); +} +.decoration-rose-300\/70{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.7); + text-decoration-color: rgb(253 164 175 / 0.7); +} +.decoration-rose-300\/75{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.75); + text-decoration-color: rgb(253 164 175 / 0.75); +} +.decoration-rose-300\/80{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.8); + text-decoration-color: rgb(253 164 175 / 0.8); +} +.decoration-rose-300\/90{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.9); + text-decoration-color: rgb(253 164 175 / 0.9); +} +.decoration-rose-300\/95{ + -webkit-text-decoration-color: rgb(253 164 175 / 0.95); + text-decoration-color: rgb(253 164 175 / 0.95); +} +.decoration-rose-300\/100{ + -webkit-text-decoration-color: rgb(253 164 175 / 1); + text-decoration-color: rgb(253 164 175 / 1); +} +.decoration-rose-400\/0{ + -webkit-text-decoration-color: rgb(251 113 133 / 0); + text-decoration-color: rgb(251 113 133 / 0); +} +.decoration-rose-400\/5{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.05); + text-decoration-color: rgb(251 113 133 / 0.05); +} +.decoration-rose-400\/10{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.1); + text-decoration-color: rgb(251 113 133 / 0.1); +} +.decoration-rose-400\/20{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.2); + text-decoration-color: rgb(251 113 133 / 0.2); +} +.decoration-rose-400\/25{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.25); + text-decoration-color: rgb(251 113 133 / 0.25); +} +.decoration-rose-400\/30{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.3); + text-decoration-color: rgb(251 113 133 / 0.3); +} +.decoration-rose-400\/40{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.4); + text-decoration-color: rgb(251 113 133 / 0.4); +} +.decoration-rose-400\/50{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.5); + text-decoration-color: rgb(251 113 133 / 0.5); +} +.decoration-rose-400\/60{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.6); + text-decoration-color: rgb(251 113 133 / 0.6); +} +.decoration-rose-400\/70{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.7); + text-decoration-color: rgb(251 113 133 / 0.7); +} +.decoration-rose-400\/75{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.75); + text-decoration-color: rgb(251 113 133 / 0.75); +} +.decoration-rose-400\/80{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.8); + text-decoration-color: rgb(251 113 133 / 0.8); +} +.decoration-rose-400\/90{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.9); + text-decoration-color: rgb(251 113 133 / 0.9); +} +.decoration-rose-400\/95{ + -webkit-text-decoration-color: rgb(251 113 133 / 0.95); + text-decoration-color: rgb(251 113 133 / 0.95); +} +.decoration-rose-400\/100{ + -webkit-text-decoration-color: rgb(251 113 133 / 1); + text-decoration-color: rgb(251 113 133 / 1); +} +.decoration-rose-500\/0{ + -webkit-text-decoration-color: rgb(244 63 94 / 0); + text-decoration-color: rgb(244 63 94 / 0); +} +.decoration-rose-500\/5{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.05); + text-decoration-color: rgb(244 63 94 / 0.05); +} +.decoration-rose-500\/10{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.1); + text-decoration-color: rgb(244 63 94 / 0.1); +} +.decoration-rose-500\/20{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.2); + text-decoration-color: rgb(244 63 94 / 0.2); +} +.decoration-rose-500\/25{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.25); + text-decoration-color: rgb(244 63 94 / 0.25); +} +.decoration-rose-500\/30{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.3); + text-decoration-color: rgb(244 63 94 / 0.3); +} +.decoration-rose-500\/40{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.4); + text-decoration-color: rgb(244 63 94 / 0.4); +} +.decoration-rose-500\/50{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.5); + text-decoration-color: rgb(244 63 94 / 0.5); +} +.decoration-rose-500\/60{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.6); + text-decoration-color: rgb(244 63 94 / 0.6); +} +.decoration-rose-500\/70{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.7); + text-decoration-color: rgb(244 63 94 / 0.7); +} +.decoration-rose-500\/75{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.75); + text-decoration-color: rgb(244 63 94 / 0.75); +} +.decoration-rose-500\/80{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.8); + text-decoration-color: rgb(244 63 94 / 0.8); +} +.decoration-rose-500\/90{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.9); + text-decoration-color: rgb(244 63 94 / 0.9); +} +.decoration-rose-500\/95{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.95); + text-decoration-color: rgb(244 63 94 / 0.95); +} +.decoration-rose-500\/100{ + -webkit-text-decoration-color: rgb(244 63 94 / 1); + text-decoration-color: rgb(244 63 94 / 1); +} +.decoration-rose-600\/0{ + -webkit-text-decoration-color: rgb(225 29 72 / 0); + text-decoration-color: rgb(225 29 72 / 0); +} +.decoration-rose-600\/5{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.05); + text-decoration-color: rgb(225 29 72 / 0.05); +} +.decoration-rose-600\/10{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.1); + text-decoration-color: rgb(225 29 72 / 0.1); +} +.decoration-rose-600\/20{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.2); + text-decoration-color: rgb(225 29 72 / 0.2); +} +.decoration-rose-600\/25{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.25); + text-decoration-color: rgb(225 29 72 / 0.25); +} +.decoration-rose-600\/30{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.3); + text-decoration-color: rgb(225 29 72 / 0.3); +} +.decoration-rose-600\/40{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.4); + text-decoration-color: rgb(225 29 72 / 0.4); +} +.decoration-rose-600\/50{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.5); + text-decoration-color: rgb(225 29 72 / 0.5); +} +.decoration-rose-600\/60{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.6); + text-decoration-color: rgb(225 29 72 / 0.6); +} +.decoration-rose-600\/70{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.7); + text-decoration-color: rgb(225 29 72 / 0.7); +} +.decoration-rose-600\/75{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.75); + text-decoration-color: rgb(225 29 72 / 0.75); +} +.decoration-rose-600\/80{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.8); + text-decoration-color: rgb(225 29 72 / 0.8); +} +.decoration-rose-600\/90{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.9); + text-decoration-color: rgb(225 29 72 / 0.9); +} +.decoration-rose-600\/95{ + -webkit-text-decoration-color: rgb(225 29 72 / 0.95); + text-decoration-color: rgb(225 29 72 / 0.95); +} +.decoration-rose-600\/100{ + -webkit-text-decoration-color: rgb(225 29 72 / 1); + text-decoration-color: rgb(225 29 72 / 1); +} +.decoration-rose-700\/0{ + -webkit-text-decoration-color: rgb(190 18 60 / 0); + text-decoration-color: rgb(190 18 60 / 0); +} +.decoration-rose-700\/5{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.05); + text-decoration-color: rgb(190 18 60 / 0.05); +} +.decoration-rose-700\/10{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.1); + text-decoration-color: rgb(190 18 60 / 0.1); +} +.decoration-rose-700\/20{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.2); + text-decoration-color: rgb(190 18 60 / 0.2); +} +.decoration-rose-700\/25{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.25); + text-decoration-color: rgb(190 18 60 / 0.25); +} +.decoration-rose-700\/30{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.3); + text-decoration-color: rgb(190 18 60 / 0.3); +} +.decoration-rose-700\/40{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.4); + text-decoration-color: rgb(190 18 60 / 0.4); +} +.decoration-rose-700\/50{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.5); + text-decoration-color: rgb(190 18 60 / 0.5); +} +.decoration-rose-700\/60{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.6); + text-decoration-color: rgb(190 18 60 / 0.6); +} +.decoration-rose-700\/70{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.7); + text-decoration-color: rgb(190 18 60 / 0.7); +} +.decoration-rose-700\/75{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.75); + text-decoration-color: rgb(190 18 60 / 0.75); +} +.decoration-rose-700\/80{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.8); + text-decoration-color: rgb(190 18 60 / 0.8); +} +.decoration-rose-700\/90{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.9); + text-decoration-color: rgb(190 18 60 / 0.9); +} +.decoration-rose-700\/95{ + -webkit-text-decoration-color: rgb(190 18 60 / 0.95); + text-decoration-color: rgb(190 18 60 / 0.95); +} +.decoration-rose-700\/100{ + -webkit-text-decoration-color: rgb(190 18 60 / 1); + text-decoration-color: rgb(190 18 60 / 1); +} +.decoration-rose-800\/0{ + -webkit-text-decoration-color: rgb(159 18 57 / 0); + text-decoration-color: rgb(159 18 57 / 0); +} +.decoration-rose-800\/5{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.05); + text-decoration-color: rgb(159 18 57 / 0.05); +} +.decoration-rose-800\/10{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.1); + text-decoration-color: rgb(159 18 57 / 0.1); +} +.decoration-rose-800\/20{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.2); + text-decoration-color: rgb(159 18 57 / 0.2); +} +.decoration-rose-800\/25{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.25); + text-decoration-color: rgb(159 18 57 / 0.25); +} +.decoration-rose-800\/30{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.3); + text-decoration-color: rgb(159 18 57 / 0.3); +} +.decoration-rose-800\/40{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.4); + text-decoration-color: rgb(159 18 57 / 0.4); +} +.decoration-rose-800\/50{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.5); + text-decoration-color: rgb(159 18 57 / 0.5); +} +.decoration-rose-800\/60{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.6); + text-decoration-color: rgb(159 18 57 / 0.6); +} +.decoration-rose-800\/70{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.7); + text-decoration-color: rgb(159 18 57 / 0.7); +} +.decoration-rose-800\/75{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.75); + text-decoration-color: rgb(159 18 57 / 0.75); +} +.decoration-rose-800\/80{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.8); + text-decoration-color: rgb(159 18 57 / 0.8); +} +.decoration-rose-800\/90{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.9); + text-decoration-color: rgb(159 18 57 / 0.9); +} +.decoration-rose-800\/95{ + -webkit-text-decoration-color: rgb(159 18 57 / 0.95); + text-decoration-color: rgb(159 18 57 / 0.95); +} +.decoration-rose-800\/100{ + -webkit-text-decoration-color: rgb(159 18 57 / 1); + text-decoration-color: rgb(159 18 57 / 1); +} +.decoration-rose-900\/0{ + -webkit-text-decoration-color: rgb(136 19 55 / 0); + text-decoration-color: rgb(136 19 55 / 0); +} +.decoration-rose-900\/5{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.05); + text-decoration-color: rgb(136 19 55 / 0.05); +} +.decoration-rose-900\/10{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.1); + text-decoration-color: rgb(136 19 55 / 0.1); +} +.decoration-rose-900\/20{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.2); + text-decoration-color: rgb(136 19 55 / 0.2); +} +.decoration-rose-900\/25{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.25); + text-decoration-color: rgb(136 19 55 / 0.25); +} +.decoration-rose-900\/30{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.3); + text-decoration-color: rgb(136 19 55 / 0.3); +} +.decoration-rose-900\/40{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.4); + text-decoration-color: rgb(136 19 55 / 0.4); +} +.decoration-rose-900\/50{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.5); + text-decoration-color: rgb(136 19 55 / 0.5); +} +.decoration-rose-900\/60{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.6); + text-decoration-color: rgb(136 19 55 / 0.6); +} +.decoration-rose-900\/70{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.7); + text-decoration-color: rgb(136 19 55 / 0.7); +} +.decoration-rose-900\/75{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.75); + text-decoration-color: rgb(136 19 55 / 0.75); +} +.decoration-rose-900\/80{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.8); + text-decoration-color: rgb(136 19 55 / 0.8); +} +.decoration-rose-900\/90{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.9); + text-decoration-color: rgb(136 19 55 / 0.9); +} +.decoration-rose-900\/95{ + -webkit-text-decoration-color: rgb(136 19 55 / 0.95); + text-decoration-color: rgb(136 19 55 / 0.95); +} +.decoration-rose-900\/100{ + -webkit-text-decoration-color: rgb(136 19 55 / 1); + text-decoration-color: rgb(136 19 55 / 1); +} +.decoration-rose\/0{ + -webkit-text-decoration-color: rgb(244 63 94 / 0); + text-decoration-color: rgb(244 63 94 / 0); +} +.decoration-rose\/5{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.05); + text-decoration-color: rgb(244 63 94 / 0.05); +} +.decoration-rose\/10{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.1); + text-decoration-color: rgb(244 63 94 / 0.1); +} +.decoration-rose\/20{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.2); + text-decoration-color: rgb(244 63 94 / 0.2); +} +.decoration-rose\/25{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.25); + text-decoration-color: rgb(244 63 94 / 0.25); +} +.decoration-rose\/30{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.3); + text-decoration-color: rgb(244 63 94 / 0.3); +} +.decoration-rose\/40{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.4); + text-decoration-color: rgb(244 63 94 / 0.4); +} +.decoration-rose\/50{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.5); + text-decoration-color: rgb(244 63 94 / 0.5); +} +.decoration-rose\/60{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.6); + text-decoration-color: rgb(244 63 94 / 0.6); +} +.decoration-rose\/70{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.7); + text-decoration-color: rgb(244 63 94 / 0.7); +} +.decoration-rose\/75{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.75); + text-decoration-color: rgb(244 63 94 / 0.75); +} +.decoration-rose\/80{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.8); + text-decoration-color: rgb(244 63 94 / 0.8); +} +.decoration-rose\/90{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.9); + text-decoration-color: rgb(244 63 94 / 0.9); +} +.decoration-rose\/95{ + -webkit-text-decoration-color: rgb(244 63 94 / 0.95); + text-decoration-color: rgb(244 63 94 / 0.95); +} +.decoration-rose\/100{ + -webkit-text-decoration-color: rgb(244 63 94 / 1); + text-decoration-color: rgb(244 63 94 / 1); +} +.decoration-lilac-100\/0{ + -webkit-text-decoration-color: rgb(245 247 250 / 0); + text-decoration-color: rgb(245 247 250 / 0); +} +.decoration-lilac-100\/5{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.05); + text-decoration-color: rgb(245 247 250 / 0.05); +} +.decoration-lilac-100\/10{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.1); + text-decoration-color: rgb(245 247 250 / 0.1); +} +.decoration-lilac-100\/20{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.2); + text-decoration-color: rgb(245 247 250 / 0.2); +} +.decoration-lilac-100\/25{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.25); + text-decoration-color: rgb(245 247 250 / 0.25); +} +.decoration-lilac-100\/30{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.3); + text-decoration-color: rgb(245 247 250 / 0.3); +} +.decoration-lilac-100\/40{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.4); + text-decoration-color: rgb(245 247 250 / 0.4); +} +.decoration-lilac-100\/50{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.5); + text-decoration-color: rgb(245 247 250 / 0.5); +} +.decoration-lilac-100\/60{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.6); + text-decoration-color: rgb(245 247 250 / 0.6); +} +.decoration-lilac-100\/70{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.7); + text-decoration-color: rgb(245 247 250 / 0.7); +} +.decoration-lilac-100\/75{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.75); + text-decoration-color: rgb(245 247 250 / 0.75); +} +.decoration-lilac-100\/80{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.8); + text-decoration-color: rgb(245 247 250 / 0.8); +} +.decoration-lilac-100\/90{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.9); + text-decoration-color: rgb(245 247 250 / 0.9); +} +.decoration-lilac-100\/95{ + -webkit-text-decoration-color: rgb(245 247 250 / 0.95); + text-decoration-color: rgb(245 247 250 / 0.95); +} +.decoration-lilac-100\/100{ + -webkit-text-decoration-color: rgb(245 247 250 / 1); + text-decoration-color: rgb(245 247 250 / 1); +} +.decoration-lilac-300\/0{ + -webkit-text-decoration-color: rgb(237 240 252 / 0); + text-decoration-color: rgb(237 240 252 / 0); +} +.decoration-lilac-300\/5{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.05); + text-decoration-color: rgb(237 240 252 / 0.05); +} +.decoration-lilac-300\/10{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.1); + text-decoration-color: rgb(237 240 252 / 0.1); +} +.decoration-lilac-300\/20{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.2); + text-decoration-color: rgb(237 240 252 / 0.2); +} +.decoration-lilac-300\/25{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.25); + text-decoration-color: rgb(237 240 252 / 0.25); +} +.decoration-lilac-300\/30{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.3); + text-decoration-color: rgb(237 240 252 / 0.3); +} +.decoration-lilac-300\/40{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.4); + text-decoration-color: rgb(237 240 252 / 0.4); +} +.decoration-lilac-300\/50{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.5); + text-decoration-color: rgb(237 240 252 / 0.5); +} +.decoration-lilac-300\/60{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.6); + text-decoration-color: rgb(237 240 252 / 0.6); +} +.decoration-lilac-300\/70{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.7); + text-decoration-color: rgb(237 240 252 / 0.7); +} +.decoration-lilac-300\/75{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.75); + text-decoration-color: rgb(237 240 252 / 0.75); +} +.decoration-lilac-300\/80{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.8); + text-decoration-color: rgb(237 240 252 / 0.8); +} +.decoration-lilac-300\/90{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.9); + text-decoration-color: rgb(237 240 252 / 0.9); +} +.decoration-lilac-300\/95{ + -webkit-text-decoration-color: rgb(237 240 252 / 0.95); + text-decoration-color: rgb(237 240 252 / 0.95); +} +.decoration-lilac-300\/100{ + -webkit-text-decoration-color: rgb(237 240 252 / 1); + text-decoration-color: rgb(237 240 252 / 1); +} +.decoration-lilac-900\/0{ + -webkit-text-decoration-color: rgb(220 226 249 / 0); + text-decoration-color: rgb(220 226 249 / 0); +} +.decoration-lilac-900\/5{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.05); + text-decoration-color: rgb(220 226 249 / 0.05); +} +.decoration-lilac-900\/10{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.1); + text-decoration-color: rgb(220 226 249 / 0.1); +} +.decoration-lilac-900\/20{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.2); + text-decoration-color: rgb(220 226 249 / 0.2); +} +.decoration-lilac-900\/25{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.25); + text-decoration-color: rgb(220 226 249 / 0.25); +} +.decoration-lilac-900\/30{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.3); + text-decoration-color: rgb(220 226 249 / 0.3); +} +.decoration-lilac-900\/40{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.4); + text-decoration-color: rgb(220 226 249 / 0.4); +} +.decoration-lilac-900\/50{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.5); + text-decoration-color: rgb(220 226 249 / 0.5); +} +.decoration-lilac-900\/60{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.6); + text-decoration-color: rgb(220 226 249 / 0.6); +} +.decoration-lilac-900\/70{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.7); + text-decoration-color: rgb(220 226 249 / 0.7); +} +.decoration-lilac-900\/75{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.75); + text-decoration-color: rgb(220 226 249 / 0.75); +} +.decoration-lilac-900\/80{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.8); + text-decoration-color: rgb(220 226 249 / 0.8); +} +.decoration-lilac-900\/90{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.9); + text-decoration-color: rgb(220 226 249 / 0.9); +} +.decoration-lilac-900\/95{ + -webkit-text-decoration-color: rgb(220 226 249 / 0.95); + text-decoration-color: rgb(220 226 249 / 0.95); +} +.decoration-lilac-900\/100{ + -webkit-text-decoration-color: rgb(220 226 249 / 1); + text-decoration-color: rgb(220 226 249 / 1); +} +.decoration-lilac\/0{ + -webkit-text-decoration-color: rgb(248 249 254 / 0); + text-decoration-color: rgb(248 249 254 / 0); +} +.decoration-lilac\/5{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.05); + text-decoration-color: rgb(248 249 254 / 0.05); +} +.decoration-lilac\/10{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.1); + text-decoration-color: rgb(248 249 254 / 0.1); +} +.decoration-lilac\/20{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.2); + text-decoration-color: rgb(248 249 254 / 0.2); +} +.decoration-lilac\/25{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.25); + text-decoration-color: rgb(248 249 254 / 0.25); +} +.decoration-lilac\/30{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.3); + text-decoration-color: rgb(248 249 254 / 0.3); +} +.decoration-lilac\/40{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.4); + text-decoration-color: rgb(248 249 254 / 0.4); +} +.decoration-lilac\/50{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.5); + text-decoration-color: rgb(248 249 254 / 0.5); +} +.decoration-lilac\/60{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.6); + text-decoration-color: rgb(248 249 254 / 0.6); +} +.decoration-lilac\/70{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.7); + text-decoration-color: rgb(248 249 254 / 0.7); +} +.decoration-lilac\/75{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.75); + text-decoration-color: rgb(248 249 254 / 0.75); +} +.decoration-lilac\/80{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.8); + text-decoration-color: rgb(248 249 254 / 0.8); +} +.decoration-lilac\/90{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.9); + text-decoration-color: rgb(248 249 254 / 0.9); +} +.decoration-lilac\/95{ + -webkit-text-decoration-color: rgb(248 249 254 / 0.95); + text-decoration-color: rgb(248 249 254 / 0.95); +} +.decoration-lilac\/100{ + -webkit-text-decoration-color: rgb(248 249 254 / 1); + text-decoration-color: rgb(248 249 254 / 1); +} +.decoration-golden-900\/0{ + -webkit-text-decoration-color: rgb(191 184 130 / 0); + text-decoration-color: rgb(191 184 130 / 0); +} +.decoration-golden-900\/5{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.05); + text-decoration-color: rgb(191 184 130 / 0.05); +} +.decoration-golden-900\/10{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.1); + text-decoration-color: rgb(191 184 130 / 0.1); +} +.decoration-golden-900\/20{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.2); + text-decoration-color: rgb(191 184 130 / 0.2); +} +.decoration-golden-900\/25{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.25); + text-decoration-color: rgb(191 184 130 / 0.25); +} +.decoration-golden-900\/30{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.3); + text-decoration-color: rgb(191 184 130 / 0.3); +} +.decoration-golden-900\/40{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.4); + text-decoration-color: rgb(191 184 130 / 0.4); +} +.decoration-golden-900\/50{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.5); + text-decoration-color: rgb(191 184 130 / 0.5); +} +.decoration-golden-900\/60{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.6); + text-decoration-color: rgb(191 184 130 / 0.6); +} +.decoration-golden-900\/70{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.7); + text-decoration-color: rgb(191 184 130 / 0.7); +} +.decoration-golden-900\/75{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.75); + text-decoration-color: rgb(191 184 130 / 0.75); +} +.decoration-golden-900\/80{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.8); + text-decoration-color: rgb(191 184 130 / 0.8); +} +.decoration-golden-900\/90{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.9); + text-decoration-color: rgb(191 184 130 / 0.9); +} +.decoration-golden-900\/95{ + -webkit-text-decoration-color: rgb(191 184 130 / 0.95); + text-decoration-color: rgb(191 184 130 / 0.95); +} +.decoration-golden-900\/100{ + -webkit-text-decoration-color: rgb(191 184 130 / 1); + text-decoration-color: rgb(191 184 130 / 1); +} +.decoration-golden\/0{ + -webkit-text-decoration-color: rgb(209 201 137 / 0); + text-decoration-color: rgb(209 201 137 / 0); +} +.decoration-golden\/5{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.05); + text-decoration-color: rgb(209 201 137 / 0.05); +} +.decoration-golden\/10{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.1); + text-decoration-color: rgb(209 201 137 / 0.1); +} +.decoration-golden\/20{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.2); + text-decoration-color: rgb(209 201 137 / 0.2); +} +.decoration-golden\/25{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.25); + text-decoration-color: rgb(209 201 137 / 0.25); +} +.decoration-golden\/30{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.3); + text-decoration-color: rgb(209 201 137 / 0.3); +} +.decoration-golden\/40{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.4); + text-decoration-color: rgb(209 201 137 / 0.4); +} +.decoration-golden\/50{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.5); + text-decoration-color: rgb(209 201 137 / 0.5); +} +.decoration-golden\/60{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.6); + text-decoration-color: rgb(209 201 137 / 0.6); +} +.decoration-golden\/70{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.7); + text-decoration-color: rgb(209 201 137 / 0.7); +} +.decoration-golden\/75{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.75); + text-decoration-color: rgb(209 201 137 / 0.75); +} +.decoration-golden\/80{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.8); + text-decoration-color: rgb(209 201 137 / 0.8); +} +.decoration-golden\/90{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.9); + text-decoration-color: rgb(209 201 137 / 0.9); +} +.decoration-golden\/95{ + -webkit-text-decoration-color: rgb(209 201 137 / 0.95); + text-decoration-color: rgb(209 201 137 / 0.95); +} +.decoration-golden\/100{ + -webkit-text-decoration-color: rgb(209 201 137 / 1); + text-decoration-color: rgb(209 201 137 / 1); +} +.decoration-status-success\/0{ + -webkit-text-decoration-color: rgb(241 246 238 / 0); + text-decoration-color: rgb(241 246 238 / 0); +} +.decoration-status-success\/5{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.05); + text-decoration-color: rgb(241 246 238 / 0.05); +} +.decoration-status-success\/10{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.1); + text-decoration-color: rgb(241 246 238 / 0.1); +} +.decoration-status-success\/20{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.2); + text-decoration-color: rgb(241 246 238 / 0.2); +} +.decoration-status-success\/25{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.25); + text-decoration-color: rgb(241 246 238 / 0.25); +} +.decoration-status-success\/30{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.3); + text-decoration-color: rgb(241 246 238 / 0.3); +} +.decoration-status-success\/40{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.4); + text-decoration-color: rgb(241 246 238 / 0.4); +} +.decoration-status-success\/50{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.5); + text-decoration-color: rgb(241 246 238 / 0.5); +} +.decoration-status-success\/60{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.6); + text-decoration-color: rgb(241 246 238 / 0.6); +} +.decoration-status-success\/70{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.7); + text-decoration-color: rgb(241 246 238 / 0.7); +} +.decoration-status-success\/75{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.75); + text-decoration-color: rgb(241 246 238 / 0.75); +} +.decoration-status-success\/80{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.8); + text-decoration-color: rgb(241 246 238 / 0.8); +} +.decoration-status-success\/90{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.9); + text-decoration-color: rgb(241 246 238 / 0.9); +} +.decoration-status-success\/95{ + -webkit-text-decoration-color: rgb(241 246 238 / 0.95); + text-decoration-color: rgb(241 246 238 / 0.95); +} +.decoration-status-success\/100{ + -webkit-text-decoration-color: rgb(241 246 238 / 1); + text-decoration-color: rgb(241 246 238 / 1); +} +.decoration-status-danger\/0{ + -webkit-text-decoration-color: rgb(250 230 230 / 0); + text-decoration-color: rgb(250 230 230 / 0); +} +.decoration-status-danger\/5{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.05); + text-decoration-color: rgb(250 230 230 / 0.05); +} +.decoration-status-danger\/10{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.1); + text-decoration-color: rgb(250 230 230 / 0.1); +} +.decoration-status-danger\/20{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.2); + text-decoration-color: rgb(250 230 230 / 0.2); +} +.decoration-status-danger\/25{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.25); + text-decoration-color: rgb(250 230 230 / 0.25); +} +.decoration-status-danger\/30{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.3); + text-decoration-color: rgb(250 230 230 / 0.3); +} +.decoration-status-danger\/40{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.4); + text-decoration-color: rgb(250 230 230 / 0.4); +} +.decoration-status-danger\/50{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.5); + text-decoration-color: rgb(250 230 230 / 0.5); +} +.decoration-status-danger\/60{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.6); + text-decoration-color: rgb(250 230 230 / 0.6); +} +.decoration-status-danger\/70{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.7); + text-decoration-color: rgb(250 230 230 / 0.7); +} +.decoration-status-danger\/75{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.75); + text-decoration-color: rgb(250 230 230 / 0.75); +} +.decoration-status-danger\/80{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.8); + text-decoration-color: rgb(250 230 230 / 0.8); +} +.decoration-status-danger\/90{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.9); + text-decoration-color: rgb(250 230 230 / 0.9); +} +.decoration-status-danger\/95{ + -webkit-text-decoration-color: rgb(250 230 230 / 0.95); + text-decoration-color: rgb(250 230 230 / 0.95); +} +.decoration-status-danger\/100{ + -webkit-text-decoration-color: rgb(250 230 230 / 1); + text-decoration-color: rgb(250 230 230 / 1); +} +.decoration-status-sent\/0{ + -webkit-text-decoration-color: rgb(254 245 231 / 0); + text-decoration-color: rgb(254 245 231 / 0); +} +.decoration-status-sent\/5{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.05); + text-decoration-color: rgb(254 245 231 / 0.05); +} +.decoration-status-sent\/10{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.1); + text-decoration-color: rgb(254 245 231 / 0.1); +} +.decoration-status-sent\/20{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.2); + text-decoration-color: rgb(254 245 231 / 0.2); +} +.decoration-status-sent\/25{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.25); + text-decoration-color: rgb(254 245 231 / 0.25); +} +.decoration-status-sent\/30{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.3); + text-decoration-color: rgb(254 245 231 / 0.3); +} +.decoration-status-sent\/40{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.4); + text-decoration-color: rgb(254 245 231 / 0.4); +} +.decoration-status-sent\/50{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.5); + text-decoration-color: rgb(254 245 231 / 0.5); +} +.decoration-status-sent\/60{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.6); + text-decoration-color: rgb(254 245 231 / 0.6); +} +.decoration-status-sent\/70{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.7); + text-decoration-color: rgb(254 245 231 / 0.7); +} +.decoration-status-sent\/75{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.75); + text-decoration-color: rgb(254 245 231 / 0.75); +} +.decoration-status-sent\/80{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.8); + text-decoration-color: rgb(254 245 231 / 0.8); +} +.decoration-status-sent\/90{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.9); + text-decoration-color: rgb(254 245 231 / 0.9); +} +.decoration-status-sent\/95{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.95); + text-decoration-color: rgb(254 245 231 / 0.95); +} +.decoration-status-sent\/100{ + -webkit-text-decoration-color: rgb(254 245 231 / 1); + text-decoration-color: rgb(254 245 231 / 1); +} +.decoration-status-viewed\/0{ + -webkit-text-decoration-color: rgb(238 238 243 / 0); + text-decoration-color: rgb(238 238 243 / 0); +} +.decoration-status-viewed\/5{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.05); + text-decoration-color: rgb(238 238 243 / 0.05); +} +.decoration-status-viewed\/10{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.1); + text-decoration-color: rgb(238 238 243 / 0.1); +} +.decoration-status-viewed\/20{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.2); + text-decoration-color: rgb(238 238 243 / 0.2); +} +.decoration-status-viewed\/25{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.25); + text-decoration-color: rgb(238 238 243 / 0.25); +} +.decoration-status-viewed\/30{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.3); + text-decoration-color: rgb(238 238 243 / 0.3); +} +.decoration-status-viewed\/40{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.4); + text-decoration-color: rgb(238 238 243 / 0.4); +} +.decoration-status-viewed\/50{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.5); + text-decoration-color: rgb(238 238 243 / 0.5); +} +.decoration-status-viewed\/60{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.6); + text-decoration-color: rgb(238 238 243 / 0.6); +} +.decoration-status-viewed\/70{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.7); + text-decoration-color: rgb(238 238 243 / 0.7); +} +.decoration-status-viewed\/75{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.75); + text-decoration-color: rgb(238 238 243 / 0.75); +} +.decoration-status-viewed\/80{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.8); + text-decoration-color: rgb(238 238 243 / 0.8); +} +.decoration-status-viewed\/90{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.9); + text-decoration-color: rgb(238 238 243 / 0.9); +} +.decoration-status-viewed\/95{ + -webkit-text-decoration-color: rgb(238 238 243 / 0.95); + text-decoration-color: rgb(238 238 243 / 0.95); +} +.decoration-status-viewed\/100{ + -webkit-text-decoration-color: rgb(238 238 243 / 1); + text-decoration-color: rgb(238 238 243 / 1); +} +.decoration-status-draft\/0{ + -webkit-text-decoration-color: rgb(236 236 236 / 0); + text-decoration-color: rgb(236 236 236 / 0); +} +.decoration-status-draft\/5{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.05); + text-decoration-color: rgb(236 236 236 / 0.05); +} +.decoration-status-draft\/10{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.1); + text-decoration-color: rgb(236 236 236 / 0.1); +} +.decoration-status-draft\/20{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.2); + text-decoration-color: rgb(236 236 236 / 0.2); +} +.decoration-status-draft\/25{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.25); + text-decoration-color: rgb(236 236 236 / 0.25); +} +.decoration-status-draft\/30{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.3); + text-decoration-color: rgb(236 236 236 / 0.3); +} +.decoration-status-draft\/40{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.4); + text-decoration-color: rgb(236 236 236 / 0.4); +} +.decoration-status-draft\/50{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.5); + text-decoration-color: rgb(236 236 236 / 0.5); +} +.decoration-status-draft\/60{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.6); + text-decoration-color: rgb(236 236 236 / 0.6); +} +.decoration-status-draft\/70{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.7); + text-decoration-color: rgb(236 236 236 / 0.7); +} +.decoration-status-draft\/75{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.75); + text-decoration-color: rgb(236 236 236 / 0.75); +} +.decoration-status-draft\/80{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.8); + text-decoration-color: rgb(236 236 236 / 0.8); +} +.decoration-status-draft\/90{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.9); + text-decoration-color: rgb(236 236 236 / 0.9); +} +.decoration-status-draft\/95{ + -webkit-text-decoration-color: rgb(236 236 236 / 0.95); + text-decoration-color: rgb(236 236 236 / 0.95); +} +.decoration-status-draft\/100{ + -webkit-text-decoration-color: rgb(236 236 236 / 1); + text-decoration-color: rgb(236 236 236 / 1); +} +.decoration-status-partial\/0{ + -webkit-text-decoration-color: rgb(230 241 246 / 0); + text-decoration-color: rgb(230 241 246 / 0); +} +.decoration-status-partial\/5{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.05); + text-decoration-color: rgb(230 241 246 / 0.05); +} +.decoration-status-partial\/10{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.1); + text-decoration-color: rgb(230 241 246 / 0.1); +} +.decoration-status-partial\/20{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.2); + text-decoration-color: rgb(230 241 246 / 0.2); +} +.decoration-status-partial\/25{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.25); + text-decoration-color: rgb(230 241 246 / 0.25); +} +.decoration-status-partial\/30{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.3); + text-decoration-color: rgb(230 241 246 / 0.3); +} +.decoration-status-partial\/40{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.4); + text-decoration-color: rgb(230 241 246 / 0.4); +} +.decoration-status-partial\/50{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.5); + text-decoration-color: rgb(230 241 246 / 0.5); +} +.decoration-status-partial\/60{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.6); + text-decoration-color: rgb(230 241 246 / 0.6); +} +.decoration-status-partial\/70{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.7); + text-decoration-color: rgb(230 241 246 / 0.7); +} +.decoration-status-partial\/75{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.75); + text-decoration-color: rgb(230 241 246 / 0.75); +} +.decoration-status-partial\/80{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.8); + text-decoration-color: rgb(230 241 246 / 0.8); +} +.decoration-status-partial\/90{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.9); + text-decoration-color: rgb(230 241 246 / 0.9); +} +.decoration-status-partial\/95{ + -webkit-text-decoration-color: rgb(230 241 246 / 0.95); + text-decoration-color: rgb(230 241 246 / 0.95); +} +.decoration-status-partial\/100{ + -webkit-text-decoration-color: rgb(230 241 246 / 1); + text-decoration-color: rgb(230 241 246 / 1); +} +.decoration-status-canceled\/0{ + -webkit-text-decoration-color: rgb(40 40 40 / 0); + text-decoration-color: rgb(40 40 40 / 0); +} +.decoration-status-canceled\/5{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.05); + text-decoration-color: rgb(40 40 40 / 0.05); +} +.decoration-status-canceled\/10{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.1); + text-decoration-color: rgb(40 40 40 / 0.1); +} +.decoration-status-canceled\/20{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.2); + text-decoration-color: rgb(40 40 40 / 0.2); +} +.decoration-status-canceled\/25{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.25); + text-decoration-color: rgb(40 40 40 / 0.25); +} +.decoration-status-canceled\/30{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.3); + text-decoration-color: rgb(40 40 40 / 0.3); +} +.decoration-status-canceled\/40{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.4); + text-decoration-color: rgb(40 40 40 / 0.4); +} +.decoration-status-canceled\/50{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.5); + text-decoration-color: rgb(40 40 40 / 0.5); +} +.decoration-status-canceled\/60{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.6); + text-decoration-color: rgb(40 40 40 / 0.6); +} +.decoration-status-canceled\/70{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.7); + text-decoration-color: rgb(40 40 40 / 0.7); +} +.decoration-status-canceled\/75{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.75); + text-decoration-color: rgb(40 40 40 / 0.75); +} +.decoration-status-canceled\/80{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.8); + text-decoration-color: rgb(40 40 40 / 0.8); +} +.decoration-status-canceled\/90{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.9); + text-decoration-color: rgb(40 40 40 / 0.9); +} +.decoration-status-canceled\/95{ + -webkit-text-decoration-color: rgb(40 40 40 / 0.95); + text-decoration-color: rgb(40 40 40 / 0.95); +} +.decoration-status-canceled\/100{ + -webkit-text-decoration-color: rgb(40 40 40 / 1); + text-decoration-color: rgb(40 40 40 / 1); +} +.decoration-status-warning\/0{ + -webkit-text-decoration-color: rgb(254 245 231 / 0); + text-decoration-color: rgb(254 245 231 / 0); +} +.decoration-status-warning\/5{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.05); + text-decoration-color: rgb(254 245 231 / 0.05); +} +.decoration-status-warning\/10{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.1); + text-decoration-color: rgb(254 245 231 / 0.1); +} +.decoration-status-warning\/20{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.2); + text-decoration-color: rgb(254 245 231 / 0.2); +} +.decoration-status-warning\/25{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.25); + text-decoration-color: rgb(254 245 231 / 0.25); +} +.decoration-status-warning\/30{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.3); + text-decoration-color: rgb(254 245 231 / 0.3); +} +.decoration-status-warning\/40{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.4); + text-decoration-color: rgb(254 245 231 / 0.4); +} +.decoration-status-warning\/50{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.5); + text-decoration-color: rgb(254 245 231 / 0.5); +} +.decoration-status-warning\/60{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.6); + text-decoration-color: rgb(254 245 231 / 0.6); +} +.decoration-status-warning\/70{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.7); + text-decoration-color: rgb(254 245 231 / 0.7); +} +.decoration-status-warning\/75{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.75); + text-decoration-color: rgb(254 245 231 / 0.75); +} +.decoration-status-warning\/80{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.8); + text-decoration-color: rgb(254 245 231 / 0.8); +} +.decoration-status-warning\/90{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.9); + text-decoration-color: rgb(254 245 231 / 0.9); +} +.decoration-status-warning\/95{ + -webkit-text-decoration-color: rgb(254 245 231 / 0.95); + text-decoration-color: rgb(254 245 231 / 0.95); +} +.decoration-status-warning\/100{ + -webkit-text-decoration-color: rgb(254 245 231 / 1); + text-decoration-color: rgb(254 245 231 / 1); +} +.decoration-text-status-success\/0{ + -webkit-text-decoration-color: rgb(99 145 74 / 0); + text-decoration-color: rgb(99 145 74 / 0); +} +.decoration-text-status-success\/5{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.05); + text-decoration-color: rgb(99 145 74 / 0.05); +} +.decoration-text-status-success\/10{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.1); + text-decoration-color: rgb(99 145 74 / 0.1); +} +.decoration-text-status-success\/20{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.2); + text-decoration-color: rgb(99 145 74 / 0.2); +} +.decoration-text-status-success\/25{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.25); + text-decoration-color: rgb(99 145 74 / 0.25); +} +.decoration-text-status-success\/30{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.3); + text-decoration-color: rgb(99 145 74 / 0.3); +} +.decoration-text-status-success\/40{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.4); + text-decoration-color: rgb(99 145 74 / 0.4); +} +.decoration-text-status-success\/50{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.5); + text-decoration-color: rgb(99 145 74 / 0.5); +} +.decoration-text-status-success\/60{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.6); + text-decoration-color: rgb(99 145 74 / 0.6); +} +.decoration-text-status-success\/70{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.7); + text-decoration-color: rgb(99 145 74 / 0.7); +} +.decoration-text-status-success\/75{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.75); + text-decoration-color: rgb(99 145 74 / 0.75); +} +.decoration-text-status-success\/80{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.8); + text-decoration-color: rgb(99 145 74 / 0.8); +} +.decoration-text-status-success\/90{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.9); + text-decoration-color: rgb(99 145 74 / 0.9); +} +.decoration-text-status-success\/95{ + -webkit-text-decoration-color: rgb(99 145 74 / 0.95); + text-decoration-color: rgb(99 145 74 / 0.95); +} +.decoration-text-status-success\/100{ + -webkit-text-decoration-color: rgb(99 145 74 / 1); + text-decoration-color: rgb(99 145 74 / 1); +} +.decoration-text-status-danger\/0{ + -webkit-text-decoration-color: rgb(184 0 0 / 0); + text-decoration-color: rgb(184 0 0 / 0); +} +.decoration-text-status-danger\/5{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.05); + text-decoration-color: rgb(184 0 0 / 0.05); +} +.decoration-text-status-danger\/10{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.1); + text-decoration-color: rgb(184 0 0 / 0.1); +} +.decoration-text-status-danger\/20{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.2); + text-decoration-color: rgb(184 0 0 / 0.2); +} +.decoration-text-status-danger\/25{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.25); + text-decoration-color: rgb(184 0 0 / 0.25); +} +.decoration-text-status-danger\/30{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.3); + text-decoration-color: rgb(184 0 0 / 0.3); +} +.decoration-text-status-danger\/40{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.4); + text-decoration-color: rgb(184 0 0 / 0.4); +} +.decoration-text-status-danger\/50{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.5); + text-decoration-color: rgb(184 0 0 / 0.5); +} +.decoration-text-status-danger\/60{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.6); + text-decoration-color: rgb(184 0 0 / 0.6); +} +.decoration-text-status-danger\/70{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.7); + text-decoration-color: rgb(184 0 0 / 0.7); +} +.decoration-text-status-danger\/75{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.75); + text-decoration-color: rgb(184 0 0 / 0.75); +} +.decoration-text-status-danger\/80{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.8); + text-decoration-color: rgb(184 0 0 / 0.8); +} +.decoration-text-status-danger\/90{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.9); + text-decoration-color: rgb(184 0 0 / 0.9); +} +.decoration-text-status-danger\/95{ + -webkit-text-decoration-color: rgb(184 0 0 / 0.95); + text-decoration-color: rgb(184 0 0 / 0.95); +} +.decoration-text-status-danger\/100{ + -webkit-text-decoration-color: rgb(184 0 0 / 1); + text-decoration-color: rgb(184 0 0 / 1); +} +.decoration-text-status-sent\/0{ + -webkit-text-decoration-color: rgb(221 142 10 / 0); + text-decoration-color: rgb(221 142 10 / 0); +} +.decoration-text-status-sent\/5{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.05); + text-decoration-color: rgb(221 142 10 / 0.05); +} +.decoration-text-status-sent\/10{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.1); + text-decoration-color: rgb(221 142 10 / 0.1); +} +.decoration-text-status-sent\/20{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.2); + text-decoration-color: rgb(221 142 10 / 0.2); +} +.decoration-text-status-sent\/25{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.25); + text-decoration-color: rgb(221 142 10 / 0.25); +} +.decoration-text-status-sent\/30{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.3); + text-decoration-color: rgb(221 142 10 / 0.3); +} +.decoration-text-status-sent\/40{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.4); + text-decoration-color: rgb(221 142 10 / 0.4); +} +.decoration-text-status-sent\/50{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.5); + text-decoration-color: rgb(221 142 10 / 0.5); +} +.decoration-text-status-sent\/60{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.6); + text-decoration-color: rgb(221 142 10 / 0.6); +} +.decoration-text-status-sent\/70{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.7); + text-decoration-color: rgb(221 142 10 / 0.7); +} +.decoration-text-status-sent\/75{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.75); + text-decoration-color: rgb(221 142 10 / 0.75); +} +.decoration-text-status-sent\/80{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.8); + text-decoration-color: rgb(221 142 10 / 0.8); +} +.decoration-text-status-sent\/90{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.9); + text-decoration-color: rgb(221 142 10 / 0.9); +} +.decoration-text-status-sent\/95{ + -webkit-text-decoration-color: rgb(221 142 10 / 0.95); + text-decoration-color: rgb(221 142 10 / 0.95); +} +.decoration-text-status-sent\/100{ + -webkit-text-decoration-color: rgb(221 142 10 / 1); + text-decoration-color: rgb(221 142 10 / 1); +} +.decoration-text-status-viewed\/0{ + -webkit-text-decoration-color: rgb(77 79 125 / 0); + text-decoration-color: rgb(77 79 125 / 0); +} +.decoration-text-status-viewed\/5{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.05); + text-decoration-color: rgb(77 79 125 / 0.05); +} +.decoration-text-status-viewed\/10{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.1); + text-decoration-color: rgb(77 79 125 / 0.1); +} +.decoration-text-status-viewed\/20{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.2); + text-decoration-color: rgb(77 79 125 / 0.2); +} +.decoration-text-status-viewed\/25{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.25); + text-decoration-color: rgb(77 79 125 / 0.25); +} +.decoration-text-status-viewed\/30{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.3); + text-decoration-color: rgb(77 79 125 / 0.3); +} +.decoration-text-status-viewed\/40{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.4); + text-decoration-color: rgb(77 79 125 / 0.4); +} +.decoration-text-status-viewed\/50{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.5); + text-decoration-color: rgb(77 79 125 / 0.5); +} +.decoration-text-status-viewed\/60{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.6); + text-decoration-color: rgb(77 79 125 / 0.6); +} +.decoration-text-status-viewed\/70{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.7); + text-decoration-color: rgb(77 79 125 / 0.7); +} +.decoration-text-status-viewed\/75{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.75); + text-decoration-color: rgb(77 79 125 / 0.75); +} +.decoration-text-status-viewed\/80{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.8); + text-decoration-color: rgb(77 79 125 / 0.8); +} +.decoration-text-status-viewed\/90{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.9); + text-decoration-color: rgb(77 79 125 / 0.9); +} +.decoration-text-status-viewed\/95{ + -webkit-text-decoration-color: rgb(77 79 125 / 0.95); + text-decoration-color: rgb(77 79 125 / 0.95); +} +.decoration-text-status-viewed\/100{ + -webkit-text-decoration-color: rgb(77 79 125 / 1); + text-decoration-color: rgb(77 79 125 / 1); +} +.decoration-text-status-draft\/0{ + -webkit-text-decoration-color: rgb(59 59 59 / 0); + text-decoration-color: rgb(59 59 59 / 0); +} +.decoration-text-status-draft\/5{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.05); + text-decoration-color: rgb(59 59 59 / 0.05); +} +.decoration-text-status-draft\/10{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.1); + text-decoration-color: rgb(59 59 59 / 0.1); +} +.decoration-text-status-draft\/20{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.2); + text-decoration-color: rgb(59 59 59 / 0.2); +} +.decoration-text-status-draft\/25{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.25); + text-decoration-color: rgb(59 59 59 / 0.25); +} +.decoration-text-status-draft\/30{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.3); + text-decoration-color: rgb(59 59 59 / 0.3); +} +.decoration-text-status-draft\/40{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.4); + text-decoration-color: rgb(59 59 59 / 0.4); +} +.decoration-text-status-draft\/50{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.5); + text-decoration-color: rgb(59 59 59 / 0.5); +} +.decoration-text-status-draft\/60{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.6); + text-decoration-color: rgb(59 59 59 / 0.6); +} +.decoration-text-status-draft\/70{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.7); + text-decoration-color: rgb(59 59 59 / 0.7); +} +.decoration-text-status-draft\/75{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.75); + text-decoration-color: rgb(59 59 59 / 0.75); +} +.decoration-text-status-draft\/80{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.8); + text-decoration-color: rgb(59 59 59 / 0.8); +} +.decoration-text-status-draft\/90{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.9); + text-decoration-color: rgb(59 59 59 / 0.9); +} +.decoration-text-status-draft\/95{ + -webkit-text-decoration-color: rgb(59 59 59 / 0.95); + text-decoration-color: rgb(59 59 59 / 0.95); +} +.decoration-text-status-draft\/100{ + -webkit-text-decoration-color: rgb(59 59 59 / 1); + text-decoration-color: rgb(59 59 59 / 1); +} +.decoration-text-status-partial\/0{ + -webkit-text-decoration-color: rgb(0 99 149 / 0); + text-decoration-color: rgb(0 99 149 / 0); +} +.decoration-text-status-partial\/5{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.05); + text-decoration-color: rgb(0 99 149 / 0.05); +} +.decoration-text-status-partial\/10{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.1); + text-decoration-color: rgb(0 99 149 / 0.1); +} +.decoration-text-status-partial\/20{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.2); + text-decoration-color: rgb(0 99 149 / 0.2); +} +.decoration-text-status-partial\/25{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.25); + text-decoration-color: rgb(0 99 149 / 0.25); +} +.decoration-text-status-partial\/30{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.3); + text-decoration-color: rgb(0 99 149 / 0.3); +} +.decoration-text-status-partial\/40{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.4); + text-decoration-color: rgb(0 99 149 / 0.4); +} +.decoration-text-status-partial\/50{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.5); + text-decoration-color: rgb(0 99 149 / 0.5); +} +.decoration-text-status-partial\/60{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.6); + text-decoration-color: rgb(0 99 149 / 0.6); +} +.decoration-text-status-partial\/70{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.7); + text-decoration-color: rgb(0 99 149 / 0.7); +} +.decoration-text-status-partial\/75{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.75); + text-decoration-color: rgb(0 99 149 / 0.75); +} +.decoration-text-status-partial\/80{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.8); + text-decoration-color: rgb(0 99 149 / 0.8); +} +.decoration-text-status-partial\/90{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.9); + text-decoration-color: rgb(0 99 149 / 0.9); +} +.decoration-text-status-partial\/95{ + -webkit-text-decoration-color: rgb(0 99 149 / 0.95); + text-decoration-color: rgb(0 99 149 / 0.95); +} +.decoration-text-status-partial\/100{ + -webkit-text-decoration-color: rgb(0 99 149 / 1); + text-decoration-color: rgb(0 99 149 / 1); +} +.decoration-text-status-canceled\/0{ + -webkit-text-decoration-color: rgb(255 255 255 / 0); + text-decoration-color: rgb(255 255 255 / 0); +} +.decoration-text-status-canceled\/5{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.05); + text-decoration-color: rgb(255 255 255 / 0.05); +} +.decoration-text-status-canceled\/10{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.1); + text-decoration-color: rgb(255 255 255 / 0.1); +} +.decoration-text-status-canceled\/20{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.2); + text-decoration-color: rgb(255 255 255 / 0.2); +} +.decoration-text-status-canceled\/25{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.25); + text-decoration-color: rgb(255 255 255 / 0.25); +} +.decoration-text-status-canceled\/30{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.3); + text-decoration-color: rgb(255 255 255 / 0.3); +} +.decoration-text-status-canceled\/40{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.4); + text-decoration-color: rgb(255 255 255 / 0.4); +} +.decoration-text-status-canceled\/50{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.5); + text-decoration-color: rgb(255 255 255 / 0.5); +} +.decoration-text-status-canceled\/60{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.6); + text-decoration-color: rgb(255 255 255 / 0.6); +} +.decoration-text-status-canceled\/70{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.7); + text-decoration-color: rgb(255 255 255 / 0.7); +} +.decoration-text-status-canceled\/75{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.75); + text-decoration-color: rgb(255 255 255 / 0.75); +} +.decoration-text-status-canceled\/80{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.8); + text-decoration-color: rgb(255 255 255 / 0.8); +} +.decoration-text-status-canceled\/90{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.9); + text-decoration-color: rgb(255 255 255 / 0.9); +} +.decoration-text-status-canceled\/95{ + -webkit-text-decoration-color: rgb(255 255 255 / 0.95); + text-decoration-color: rgb(255 255 255 / 0.95); +} +.decoration-text-status-canceled\/100{ + -webkit-text-decoration-color: rgb(255 255 255 / 1); + text-decoration-color: rgb(255 255 255 / 1); +} +.decoration-text-status-warning\/0{ + -webkit-text-decoration-color: rgb(184 119 8 / 0); + text-decoration-color: rgb(184 119 8 / 0); +} +.decoration-text-status-warning\/5{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.05); + text-decoration-color: rgb(184 119 8 / 0.05); +} +.decoration-text-status-warning\/10{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.1); + text-decoration-color: rgb(184 119 8 / 0.1); +} +.decoration-text-status-warning\/20{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.2); + text-decoration-color: rgb(184 119 8 / 0.2); +} +.decoration-text-status-warning\/25{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.25); + text-decoration-color: rgb(184 119 8 / 0.25); +} +.decoration-text-status-warning\/30{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.3); + text-decoration-color: rgb(184 119 8 / 0.3); +} +.decoration-text-status-warning\/40{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.4); + text-decoration-color: rgb(184 119 8 / 0.4); +} +.decoration-text-status-warning\/50{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.5); + text-decoration-color: rgb(184 119 8 / 0.5); +} +.decoration-text-status-warning\/60{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.6); + text-decoration-color: rgb(184 119 8 / 0.6); +} +.decoration-text-status-warning\/70{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.7); + text-decoration-color: rgb(184 119 8 / 0.7); +} +.decoration-text-status-warning\/75{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.75); + text-decoration-color: rgb(184 119 8 / 0.75); +} +.decoration-text-status-warning\/80{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.8); + text-decoration-color: rgb(184 119 8 / 0.8); +} +.decoration-text-status-warning\/90{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.9); + text-decoration-color: rgb(184 119 8 / 0.9); +} +.decoration-text-status-warning\/95{ + -webkit-text-decoration-color: rgb(184 119 8 / 0.95); + text-decoration-color: rgb(184 119 8 / 0.95); +} +.decoration-text-status-warning\/100{ + -webkit-text-decoration-color: rgb(184 119 8 / 1); + text-decoration-color: rgb(184 119 8 / 1); +} +.decoration-body\/0{ + -webkit-text-decoration-color: rgb(252 252 252 / 0); + text-decoration-color: rgb(252 252 252 / 0); +} +.decoration-body\/5{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.05); + text-decoration-color: rgb(252 252 252 / 0.05); +} +.decoration-body\/10{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.1); + text-decoration-color: rgb(252 252 252 / 0.1); +} +.decoration-body\/20{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.2); + text-decoration-color: rgb(252 252 252 / 0.2); +} +.decoration-body\/25{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.25); + text-decoration-color: rgb(252 252 252 / 0.25); +} +.decoration-body\/30{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.3); + text-decoration-color: rgb(252 252 252 / 0.3); +} +.decoration-body\/40{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.4); + text-decoration-color: rgb(252 252 252 / 0.4); +} +.decoration-body\/50{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.5); + text-decoration-color: rgb(252 252 252 / 0.5); +} +.decoration-body\/60{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.6); + text-decoration-color: rgb(252 252 252 / 0.6); +} +.decoration-body\/70{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.7); + text-decoration-color: rgb(252 252 252 / 0.7); +} +.decoration-body\/75{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.75); + text-decoration-color: rgb(252 252 252 / 0.75); +} +.decoration-body\/80{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.8); + text-decoration-color: rgb(252 252 252 / 0.8); +} +.decoration-body\/90{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.9); + text-decoration-color: rgb(252 252 252 / 0.9); +} +.decoration-body\/95{ + -webkit-text-decoration-color: rgb(252 252 252 / 0.95); + text-decoration-color: rgb(252 252 252 / 0.95); +} +.decoration-body\/100{ + -webkit-text-decoration-color: rgb(252 252 252 / 1); + text-decoration-color: rgb(252 252 252 / 1); +} +.decoration-light-gray\/0{ + -webkit-text-decoration-color: rgb(199 201 217 / 0); + text-decoration-color: rgb(199 201 217 / 0); +} +.decoration-light-gray\/5{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.05); + text-decoration-color: rgb(199 201 217 / 0.05); +} +.decoration-light-gray\/10{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.1); + text-decoration-color: rgb(199 201 217 / 0.1); +} +.decoration-light-gray\/20{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.2); + text-decoration-color: rgb(199 201 217 / 0.2); +} +.decoration-light-gray\/25{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.25); + text-decoration-color: rgb(199 201 217 / 0.25); +} +.decoration-light-gray\/30{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.3); + text-decoration-color: rgb(199 201 217 / 0.3); +} +.decoration-light-gray\/40{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.4); + text-decoration-color: rgb(199 201 217 / 0.4); +} +.decoration-light-gray\/50{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.5); + text-decoration-color: rgb(199 201 217 / 0.5); +} +.decoration-light-gray\/60{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.6); + text-decoration-color: rgb(199 201 217 / 0.6); +} +.decoration-light-gray\/70{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.7); + text-decoration-color: rgb(199 201 217 / 0.7); +} +.decoration-light-gray\/75{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.75); + text-decoration-color: rgb(199 201 217 / 0.75); +} +.decoration-light-gray\/80{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.8); + text-decoration-color: rgb(199 201 217 / 0.8); +} +.decoration-light-gray\/90{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.9); + text-decoration-color: rgb(199 201 217 / 0.9); +} +.decoration-light-gray\/95{ + -webkit-text-decoration-color: rgb(199 201 217 / 0.95); + text-decoration-color: rgb(199 201 217 / 0.95); +} +.decoration-light-gray\/100{ + -webkit-text-decoration-color: rgb(199 201 217 / 1); + text-decoration-color: rgb(199 201 217 / 1); +} +.decoration-dark-blue\/0{ + -webkit-text-decoration-color: rgb(21 40 75 / 0); + text-decoration-color: rgb(21 40 75 / 0); +} +.decoration-dark-blue\/5{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.05); + text-decoration-color: rgb(21 40 75 / 0.05); +} +.decoration-dark-blue\/10{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.1); + text-decoration-color: rgb(21 40 75 / 0.1); +} +.decoration-dark-blue\/20{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.2); + text-decoration-color: rgb(21 40 75 / 0.2); +} +.decoration-dark-blue\/25{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.25); + text-decoration-color: rgb(21 40 75 / 0.25); +} +.decoration-dark-blue\/30{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.3); + text-decoration-color: rgb(21 40 75 / 0.3); +} +.decoration-dark-blue\/40{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.4); + text-decoration-color: rgb(21 40 75 / 0.4); +} +.decoration-dark-blue\/50{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.5); + text-decoration-color: rgb(21 40 75 / 0.5); +} +.decoration-dark-blue\/60{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.6); + text-decoration-color: rgb(21 40 75 / 0.6); +} +.decoration-dark-blue\/70{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.7); + text-decoration-color: rgb(21 40 75 / 0.7); +} +.decoration-dark-blue\/75{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.75); + text-decoration-color: rgb(21 40 75 / 0.75); +} +.decoration-dark-blue\/80{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.8); + text-decoration-color: rgb(21 40 75 / 0.8); +} +.decoration-dark-blue\/90{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.9); + text-decoration-color: rgb(21 40 75 / 0.9); +} +.decoration-dark-blue\/95{ + -webkit-text-decoration-color: rgb(21 40 75 / 0.95); + text-decoration-color: rgb(21 40 75 / 0.95); +} +.decoration-dark-blue\/100{ + -webkit-text-decoration-color: rgb(21 40 75 / 1); + text-decoration-color: rgb(21 40 75 / 1); +} +.decoration-lighter-gray\/0{ + -webkit-text-decoration-color: rgb(242 242 245 / 0); + text-decoration-color: rgb(242 242 245 / 0); +} +.decoration-lighter-gray\/5{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.05); + text-decoration-color: rgb(242 242 245 / 0.05); +} +.decoration-lighter-gray\/10{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.1); + text-decoration-color: rgb(242 242 245 / 0.1); +} +.decoration-lighter-gray\/20{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.2); + text-decoration-color: rgb(242 242 245 / 0.2); +} +.decoration-lighter-gray\/25{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.25); + text-decoration-color: rgb(242 242 245 / 0.25); +} +.decoration-lighter-gray\/30{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.3); + text-decoration-color: rgb(242 242 245 / 0.3); +} +.decoration-lighter-gray\/40{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.4); + text-decoration-color: rgb(242 242 245 / 0.4); +} +.decoration-lighter-gray\/50{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.5); + text-decoration-color: rgb(242 242 245 / 0.5); +} +.decoration-lighter-gray\/60{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.6); + text-decoration-color: rgb(242 242 245 / 0.6); +} +.decoration-lighter-gray\/70{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.7); + text-decoration-color: rgb(242 242 245 / 0.7); +} +.decoration-lighter-gray\/75{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.75); + text-decoration-color: rgb(242 242 245 / 0.75); +} +.decoration-lighter-gray\/80{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.8); + text-decoration-color: rgb(242 242 245 / 0.8); +} +.decoration-lighter-gray\/90{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.9); + text-decoration-color: rgb(242 242 245 / 0.9); +} +.decoration-lighter-gray\/95{ + -webkit-text-decoration-color: rgb(242 242 245 / 0.95); + text-decoration-color: rgb(242 242 245 / 0.95); +} +.decoration-lighter-gray\/100{ + -webkit-text-decoration-color: rgb(242 242 245 / 1); + text-decoration-color: rgb(242 242 245 / 1); +} +.decoration-purple-lighter\/0{ + -webkit-text-decoration-color: rgb(242 244 252 / 0); + text-decoration-color: rgb(242 244 252 / 0); +} +.decoration-purple-lighter\/5{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.05); + text-decoration-color: rgb(242 244 252 / 0.05); +} +.decoration-purple-lighter\/10{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.1); + text-decoration-color: rgb(242 244 252 / 0.1); +} +.decoration-purple-lighter\/20{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.2); + text-decoration-color: rgb(242 244 252 / 0.2); +} +.decoration-purple-lighter\/25{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.25); + text-decoration-color: rgb(242 244 252 / 0.25); +} +.decoration-purple-lighter\/30{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.3); + text-decoration-color: rgb(242 244 252 / 0.3); +} +.decoration-purple-lighter\/40{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.4); + text-decoration-color: rgb(242 244 252 / 0.4); +} +.decoration-purple-lighter\/50{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.5); + text-decoration-color: rgb(242 244 252 / 0.5); +} +.decoration-purple-lighter\/60{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.6); + text-decoration-color: rgb(242 244 252 / 0.6); +} +.decoration-purple-lighter\/70{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.7); + text-decoration-color: rgb(242 244 252 / 0.7); +} +.decoration-purple-lighter\/75{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.75); + text-decoration-color: rgb(242 244 252 / 0.75); +} +.decoration-purple-lighter\/80{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.8); + text-decoration-color: rgb(242 244 252 / 0.8); +} +.decoration-purple-lighter\/90{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.9); + text-decoration-color: rgb(242 244 252 / 0.9); +} +.decoration-purple-lighter\/95{ + -webkit-text-decoration-color: rgb(242 244 252 / 0.95); + text-decoration-color: rgb(242 244 252 / 0.95); +} +.decoration-purple-lighter\/100{ + -webkit-text-decoration-color: rgb(242 244 252 / 1); + text-decoration-color: rgb(242 244 252 / 1); +} +.decoration-modal-background\/0{ + -webkit-text-decoration-color: rgb(0 0 0 / 0); + text-decoration-color: rgb(0 0 0 / 0); +} +.decoration-modal-background\/5{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.05); + text-decoration-color: rgb(0 0 0 / 0.05); +} +.decoration-modal-background\/10{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.1); + text-decoration-color: rgb(0 0 0 / 0.1); +} +.decoration-modal-background\/20{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.2); + text-decoration-color: rgb(0 0 0 / 0.2); +} +.decoration-modal-background\/25{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.25); + text-decoration-color: rgb(0 0 0 / 0.25); +} +.decoration-modal-background\/30{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.3); + text-decoration-color: rgb(0 0 0 / 0.3); +} +.decoration-modal-background\/40{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.4); + text-decoration-color: rgb(0 0 0 / 0.4); +} +.decoration-modal-background\/50{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.5); + text-decoration-color: rgb(0 0 0 / 0.5); +} +.decoration-modal-background\/60{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.6); + text-decoration-color: rgb(0 0 0 / 0.6); +} +.decoration-modal-background\/70{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.7); + text-decoration-color: rgb(0 0 0 / 0.7); +} +.decoration-modal-background\/75{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.75); + text-decoration-color: rgb(0 0 0 / 0.75); +} +.decoration-modal-background\/80{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.8); + text-decoration-color: rgb(0 0 0 / 0.8); +} +.decoration-modal-background\/90{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.9); + text-decoration-color: rgb(0 0 0 / 0.9); +} +.decoration-modal-background\/95{ + -webkit-text-decoration-color: rgb(0 0 0 / 0.95); + text-decoration-color: rgb(0 0 0 / 0.95); +} +.decoration-modal-background\/100{ + -webkit-text-decoration-color: rgb(0 0 0 / 1); + text-decoration-color: rgb(0 0 0 / 1); +} +.decoration-testing\/0{ + -webkit-text-decoration-color: rgb(147 95 7 / 0); + text-decoration-color: rgb(147 95 7 / 0); +} +.decoration-testing\/5{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.05); + text-decoration-color: rgb(147 95 7 / 0.05); +} +.decoration-testing\/10{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.1); + text-decoration-color: rgb(147 95 7 / 0.1); +} +.decoration-testing\/20{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.2); + text-decoration-color: rgb(147 95 7 / 0.2); +} +.decoration-testing\/25{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.25); + text-decoration-color: rgb(147 95 7 / 0.25); +} +.decoration-testing\/30{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.3); + text-decoration-color: rgb(147 95 7 / 0.3); +} +.decoration-testing\/40{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.4); + text-decoration-color: rgb(147 95 7 / 0.4); +} +.decoration-testing\/50{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.5); + text-decoration-color: rgb(147 95 7 / 0.5); +} +.decoration-testing\/60{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.6); + text-decoration-color: rgb(147 95 7 / 0.6); +} +.decoration-testing\/70{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.7); + text-decoration-color: rgb(147 95 7 / 0.7); +} +.decoration-testing\/75{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.75); + text-decoration-color: rgb(147 95 7 / 0.75); +} +.decoration-testing\/80{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.8); + text-decoration-color: rgb(147 95 7 / 0.8); +} +.decoration-testing\/90{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.9); + text-decoration-color: rgb(147 95 7 / 0.9); +} +.decoration-testing\/95{ + -webkit-text-decoration-color: rgb(147 95 7 / 0.95); + text-decoration-color: rgb(147 95 7 / 0.95); +} +.decoration-testing\/100{ + -webkit-text-decoration-color: rgb(147 95 7 / 1); + text-decoration-color: rgb(147 95 7 / 1); +} .decoration-solid{ -webkit-text-decoration-style: solid; text-decoration-style: solid; @@ -39869,6 +258160,60306 @@ input[type="date"]::-webkit-inner-spin-button, --tw-placeholder-opacity: 1; color: rgb(147 95 7 / var(--tw-placeholder-opacity)); } +.placeholder-transparent\/0::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0); +} +.placeholder-transparent\/0::-moz-placeholder{ + color: rgb(0 0 0 / 0); +} +.placeholder-transparent\/0:-ms-input-placeholder{ + color: rgb(0 0 0 / 0); +} +.placeholder-transparent\/0::-ms-input-placeholder{ + color: rgb(0 0 0 / 0); +} +.placeholder-transparent\/0::placeholder{ + color: rgb(0 0 0 / 0); +} +.placeholder-transparent\/5::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.05); +} +.placeholder-transparent\/5::-moz-placeholder{ + color: rgb(0 0 0 / 0.05); +} +.placeholder-transparent\/5:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.05); +} +.placeholder-transparent\/5::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.05); +} +.placeholder-transparent\/5::placeholder{ + color: rgb(0 0 0 / 0.05); +} +.placeholder-transparent\/10::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.1); +} +.placeholder-transparent\/10::-moz-placeholder{ + color: rgb(0 0 0 / 0.1); +} +.placeholder-transparent\/10:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.1); +} +.placeholder-transparent\/10::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.1); +} +.placeholder-transparent\/10::placeholder{ + color: rgb(0 0 0 / 0.1); +} +.placeholder-transparent\/20::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.2); +} +.placeholder-transparent\/20::-moz-placeholder{ + color: rgb(0 0 0 / 0.2); +} +.placeholder-transparent\/20:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.2); +} +.placeholder-transparent\/20::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.2); +} +.placeholder-transparent\/20::placeholder{ + color: rgb(0 0 0 / 0.2); +} +.placeholder-transparent\/25::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.25); +} +.placeholder-transparent\/25::-moz-placeholder{ + color: rgb(0 0 0 / 0.25); +} +.placeholder-transparent\/25:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.25); +} +.placeholder-transparent\/25::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.25); +} +.placeholder-transparent\/25::placeholder{ + color: rgb(0 0 0 / 0.25); +} +.placeholder-transparent\/30::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.3); +} +.placeholder-transparent\/30::-moz-placeholder{ + color: rgb(0 0 0 / 0.3); +} +.placeholder-transparent\/30:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.3); +} +.placeholder-transparent\/30::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.3); +} +.placeholder-transparent\/30::placeholder{ + color: rgb(0 0 0 / 0.3); +} +.placeholder-transparent\/40::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.4); +} +.placeholder-transparent\/40::-moz-placeholder{ + color: rgb(0 0 0 / 0.4); +} +.placeholder-transparent\/40:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.4); +} +.placeholder-transparent\/40::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.4); +} +.placeholder-transparent\/40::placeholder{ + color: rgb(0 0 0 / 0.4); +} +.placeholder-transparent\/50::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.5); +} +.placeholder-transparent\/50::-moz-placeholder{ + color: rgb(0 0 0 / 0.5); +} +.placeholder-transparent\/50:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.5); +} +.placeholder-transparent\/50::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.5); +} +.placeholder-transparent\/50::placeholder{ + color: rgb(0 0 0 / 0.5); +} +.placeholder-transparent\/60::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.6); +} +.placeholder-transparent\/60::-moz-placeholder{ + color: rgb(0 0 0 / 0.6); +} +.placeholder-transparent\/60:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.6); +} +.placeholder-transparent\/60::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.6); +} +.placeholder-transparent\/60::placeholder{ + color: rgb(0 0 0 / 0.6); +} +.placeholder-transparent\/70::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.7); +} +.placeholder-transparent\/70::-moz-placeholder{ + color: rgb(0 0 0 / 0.7); +} +.placeholder-transparent\/70:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.7); +} +.placeholder-transparent\/70::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.7); +} +.placeholder-transparent\/70::placeholder{ + color: rgb(0 0 0 / 0.7); +} +.placeholder-transparent\/75::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.75); +} +.placeholder-transparent\/75::-moz-placeholder{ + color: rgb(0 0 0 / 0.75); +} +.placeholder-transparent\/75:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.75); +} +.placeholder-transparent\/75::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.75); +} +.placeholder-transparent\/75::placeholder{ + color: rgb(0 0 0 / 0.75); +} +.placeholder-transparent\/80::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.8); +} +.placeholder-transparent\/80::-moz-placeholder{ + color: rgb(0 0 0 / 0.8); +} +.placeholder-transparent\/80:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.8); +} +.placeholder-transparent\/80::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.8); +} +.placeholder-transparent\/80::placeholder{ + color: rgb(0 0 0 / 0.8); +} +.placeholder-transparent\/90::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.9); +} +.placeholder-transparent\/90::-moz-placeholder{ + color: rgb(0 0 0 / 0.9); +} +.placeholder-transparent\/90:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.9); +} +.placeholder-transparent\/90::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.9); +} +.placeholder-transparent\/90::placeholder{ + color: rgb(0 0 0 / 0.9); +} +.placeholder-transparent\/95::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.95); +} +.placeholder-transparent\/95::-moz-placeholder{ + color: rgb(0 0 0 / 0.95); +} +.placeholder-transparent\/95:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.95); +} +.placeholder-transparent\/95::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.95); +} +.placeholder-transparent\/95::placeholder{ + color: rgb(0 0 0 / 0.95); +} +.placeholder-transparent\/100::-webkit-input-placeholder{ + color: rgb(0 0 0 / 1); +} +.placeholder-transparent\/100::-moz-placeholder{ + color: rgb(0 0 0 / 1); +} +.placeholder-transparent\/100:-ms-input-placeholder{ + color: rgb(0 0 0 / 1); +} +.placeholder-transparent\/100::-ms-input-placeholder{ + color: rgb(0 0 0 / 1); +} +.placeholder-transparent\/100::placeholder{ + color: rgb(0 0 0 / 1); +} +.placeholder-black-50\/0::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0); +} +.placeholder-black-50\/0::-moz-placeholder{ + color: rgb(246 246 246 / 0); +} +.placeholder-black-50\/0:-ms-input-placeholder{ + color: rgb(246 246 246 / 0); +} +.placeholder-black-50\/0::-ms-input-placeholder{ + color: rgb(246 246 246 / 0); +} +.placeholder-black-50\/0::placeholder{ + color: rgb(246 246 246 / 0); +} +.placeholder-black-50\/5::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.05); +} +.placeholder-black-50\/5::-moz-placeholder{ + color: rgb(246 246 246 / 0.05); +} +.placeholder-black-50\/5:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.05); +} +.placeholder-black-50\/5::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.05); +} +.placeholder-black-50\/5::placeholder{ + color: rgb(246 246 246 / 0.05); +} +.placeholder-black-50\/10::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.1); +} +.placeholder-black-50\/10::-moz-placeholder{ + color: rgb(246 246 246 / 0.1); +} +.placeholder-black-50\/10:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.1); +} +.placeholder-black-50\/10::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.1); +} +.placeholder-black-50\/10::placeholder{ + color: rgb(246 246 246 / 0.1); +} +.placeholder-black-50\/20::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.2); +} +.placeholder-black-50\/20::-moz-placeholder{ + color: rgb(246 246 246 / 0.2); +} +.placeholder-black-50\/20:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.2); +} +.placeholder-black-50\/20::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.2); +} +.placeholder-black-50\/20::placeholder{ + color: rgb(246 246 246 / 0.2); +} +.placeholder-black-50\/25::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.25); +} +.placeholder-black-50\/25::-moz-placeholder{ + color: rgb(246 246 246 / 0.25); +} +.placeholder-black-50\/25:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.25); +} +.placeholder-black-50\/25::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.25); +} +.placeholder-black-50\/25::placeholder{ + color: rgb(246 246 246 / 0.25); +} +.placeholder-black-50\/30::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.3); +} +.placeholder-black-50\/30::-moz-placeholder{ + color: rgb(246 246 246 / 0.3); +} +.placeholder-black-50\/30:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.3); +} +.placeholder-black-50\/30::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.3); +} +.placeholder-black-50\/30::placeholder{ + color: rgb(246 246 246 / 0.3); +} +.placeholder-black-50\/40::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.4); +} +.placeholder-black-50\/40::-moz-placeholder{ + color: rgb(246 246 246 / 0.4); +} +.placeholder-black-50\/40:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.4); +} +.placeholder-black-50\/40::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.4); +} +.placeholder-black-50\/40::placeholder{ + color: rgb(246 246 246 / 0.4); +} +.placeholder-black-50\/50::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.5); +} +.placeholder-black-50\/50::-moz-placeholder{ + color: rgb(246 246 246 / 0.5); +} +.placeholder-black-50\/50:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.5); +} +.placeholder-black-50\/50::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.5); +} +.placeholder-black-50\/50::placeholder{ + color: rgb(246 246 246 / 0.5); +} +.placeholder-black-50\/60::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.6); +} +.placeholder-black-50\/60::-moz-placeholder{ + color: rgb(246 246 246 / 0.6); +} +.placeholder-black-50\/60:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.6); +} +.placeholder-black-50\/60::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.6); +} +.placeholder-black-50\/60::placeholder{ + color: rgb(246 246 246 / 0.6); +} +.placeholder-black-50\/70::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.7); +} +.placeholder-black-50\/70::-moz-placeholder{ + color: rgb(246 246 246 / 0.7); +} +.placeholder-black-50\/70:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.7); +} +.placeholder-black-50\/70::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.7); +} +.placeholder-black-50\/70::placeholder{ + color: rgb(246 246 246 / 0.7); +} +.placeholder-black-50\/75::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.75); +} +.placeholder-black-50\/75::-moz-placeholder{ + color: rgb(246 246 246 / 0.75); +} +.placeholder-black-50\/75:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.75); +} +.placeholder-black-50\/75::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.75); +} +.placeholder-black-50\/75::placeholder{ + color: rgb(246 246 246 / 0.75); +} +.placeholder-black-50\/80::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.8); +} +.placeholder-black-50\/80::-moz-placeholder{ + color: rgb(246 246 246 / 0.8); +} +.placeholder-black-50\/80:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.8); +} +.placeholder-black-50\/80::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.8); +} +.placeholder-black-50\/80::placeholder{ + color: rgb(246 246 246 / 0.8); +} +.placeholder-black-50\/90::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.9); +} +.placeholder-black-50\/90::-moz-placeholder{ + color: rgb(246 246 246 / 0.9); +} +.placeholder-black-50\/90:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.9); +} +.placeholder-black-50\/90::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.9); +} +.placeholder-black-50\/90::placeholder{ + color: rgb(246 246 246 / 0.9); +} +.placeholder-black-50\/95::-webkit-input-placeholder{ + color: rgb(246 246 246 / 0.95); +} +.placeholder-black-50\/95::-moz-placeholder{ + color: rgb(246 246 246 / 0.95); +} +.placeholder-black-50\/95:-ms-input-placeholder{ + color: rgb(246 246 246 / 0.95); +} +.placeholder-black-50\/95::-ms-input-placeholder{ + color: rgb(246 246 246 / 0.95); +} +.placeholder-black-50\/95::placeholder{ + color: rgb(246 246 246 / 0.95); +} +.placeholder-black-50\/100::-webkit-input-placeholder{ + color: rgb(246 246 246 / 1); +} +.placeholder-black-50\/100::-moz-placeholder{ + color: rgb(246 246 246 / 1); +} +.placeholder-black-50\/100:-ms-input-placeholder{ + color: rgb(246 246 246 / 1); +} +.placeholder-black-50\/100::-ms-input-placeholder{ + color: rgb(246 246 246 / 1); +} +.placeholder-black-50\/100::placeholder{ + color: rgb(246 246 246 / 1); +} +.placeholder-black-100\/0::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0); +} +.placeholder-black-100\/0::-moz-placeholder{ + color: rgb(236 236 236 / 0); +} +.placeholder-black-100\/0:-ms-input-placeholder{ + color: rgb(236 236 236 / 0); +} +.placeholder-black-100\/0::-ms-input-placeholder{ + color: rgb(236 236 236 / 0); +} +.placeholder-black-100\/0::placeholder{ + color: rgb(236 236 236 / 0); +} +.placeholder-black-100\/5::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.05); +} +.placeholder-black-100\/5::-moz-placeholder{ + color: rgb(236 236 236 / 0.05); +} +.placeholder-black-100\/5:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.05); +} +.placeholder-black-100\/5::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.05); +} +.placeholder-black-100\/5::placeholder{ + color: rgb(236 236 236 / 0.05); +} +.placeholder-black-100\/10::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.1); +} +.placeholder-black-100\/10::-moz-placeholder{ + color: rgb(236 236 236 / 0.1); +} +.placeholder-black-100\/10:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.1); +} +.placeholder-black-100\/10::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.1); +} +.placeholder-black-100\/10::placeholder{ + color: rgb(236 236 236 / 0.1); +} +.placeholder-black-100\/20::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.2); +} +.placeholder-black-100\/20::-moz-placeholder{ + color: rgb(236 236 236 / 0.2); +} +.placeholder-black-100\/20:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.2); +} +.placeholder-black-100\/20::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.2); +} +.placeholder-black-100\/20::placeholder{ + color: rgb(236 236 236 / 0.2); +} +.placeholder-black-100\/25::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.25); +} +.placeholder-black-100\/25::-moz-placeholder{ + color: rgb(236 236 236 / 0.25); +} +.placeholder-black-100\/25:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.25); +} +.placeholder-black-100\/25::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.25); +} +.placeholder-black-100\/25::placeholder{ + color: rgb(236 236 236 / 0.25); +} +.placeholder-black-100\/30::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.3); +} +.placeholder-black-100\/30::-moz-placeholder{ + color: rgb(236 236 236 / 0.3); +} +.placeholder-black-100\/30:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.3); +} +.placeholder-black-100\/30::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.3); +} +.placeholder-black-100\/30::placeholder{ + color: rgb(236 236 236 / 0.3); +} +.placeholder-black-100\/40::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.4); +} +.placeholder-black-100\/40::-moz-placeholder{ + color: rgb(236 236 236 / 0.4); +} +.placeholder-black-100\/40:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.4); +} +.placeholder-black-100\/40::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.4); +} +.placeholder-black-100\/40::placeholder{ + color: rgb(236 236 236 / 0.4); +} +.placeholder-black-100\/50::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.5); +} +.placeholder-black-100\/50::-moz-placeholder{ + color: rgb(236 236 236 / 0.5); +} +.placeholder-black-100\/50:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.5); +} +.placeholder-black-100\/50::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.5); +} +.placeholder-black-100\/50::placeholder{ + color: rgb(236 236 236 / 0.5); +} +.placeholder-black-100\/60::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.6); +} +.placeholder-black-100\/60::-moz-placeholder{ + color: rgb(236 236 236 / 0.6); +} +.placeholder-black-100\/60:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.6); +} +.placeholder-black-100\/60::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.6); +} +.placeholder-black-100\/60::placeholder{ + color: rgb(236 236 236 / 0.6); +} +.placeholder-black-100\/70::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.7); +} +.placeholder-black-100\/70::-moz-placeholder{ + color: rgb(236 236 236 / 0.7); +} +.placeholder-black-100\/70:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.7); +} +.placeholder-black-100\/70::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.7); +} +.placeholder-black-100\/70::placeholder{ + color: rgb(236 236 236 / 0.7); +} +.placeholder-black-100\/75::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.75); +} +.placeholder-black-100\/75::-moz-placeholder{ + color: rgb(236 236 236 / 0.75); +} +.placeholder-black-100\/75:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.75); +} +.placeholder-black-100\/75::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.75); +} +.placeholder-black-100\/75::placeholder{ + color: rgb(236 236 236 / 0.75); +} +.placeholder-black-100\/80::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.8); +} +.placeholder-black-100\/80::-moz-placeholder{ + color: rgb(236 236 236 / 0.8); +} +.placeholder-black-100\/80:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.8); +} +.placeholder-black-100\/80::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.8); +} +.placeholder-black-100\/80::placeholder{ + color: rgb(236 236 236 / 0.8); +} +.placeholder-black-100\/90::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.9); +} +.placeholder-black-100\/90::-moz-placeholder{ + color: rgb(236 236 236 / 0.9); +} +.placeholder-black-100\/90:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.9); +} +.placeholder-black-100\/90::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.9); +} +.placeholder-black-100\/90::placeholder{ + color: rgb(236 236 236 / 0.9); +} +.placeholder-black-100\/95::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.95); +} +.placeholder-black-100\/95::-moz-placeholder{ + color: rgb(236 236 236 / 0.95); +} +.placeholder-black-100\/95:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.95); +} +.placeholder-black-100\/95::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.95); +} +.placeholder-black-100\/95::placeholder{ + color: rgb(236 236 236 / 0.95); +} +.placeholder-black-100\/100::-webkit-input-placeholder{ + color: rgb(236 236 236 / 1); +} +.placeholder-black-100\/100::-moz-placeholder{ + color: rgb(236 236 236 / 1); +} +.placeholder-black-100\/100:-ms-input-placeholder{ + color: rgb(236 236 236 / 1); +} +.placeholder-black-100\/100::-ms-input-placeholder{ + color: rgb(236 236 236 / 1); +} +.placeholder-black-100\/100::placeholder{ + color: rgb(236 236 236 / 1); +} +.placeholder-black-200\/0::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0); +} +.placeholder-black-200\/0::-moz-placeholder{ + color: rgb(208 208 208 / 0); +} +.placeholder-black-200\/0:-ms-input-placeholder{ + color: rgb(208 208 208 / 0); +} +.placeholder-black-200\/0::-ms-input-placeholder{ + color: rgb(208 208 208 / 0); +} +.placeholder-black-200\/0::placeholder{ + color: rgb(208 208 208 / 0); +} +.placeholder-black-200\/5::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.05); +} +.placeholder-black-200\/5::-moz-placeholder{ + color: rgb(208 208 208 / 0.05); +} +.placeholder-black-200\/5:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.05); +} +.placeholder-black-200\/5::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.05); +} +.placeholder-black-200\/5::placeholder{ + color: rgb(208 208 208 / 0.05); +} +.placeholder-black-200\/10::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.1); +} +.placeholder-black-200\/10::-moz-placeholder{ + color: rgb(208 208 208 / 0.1); +} +.placeholder-black-200\/10:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.1); +} +.placeholder-black-200\/10::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.1); +} +.placeholder-black-200\/10::placeholder{ + color: rgb(208 208 208 / 0.1); +} +.placeholder-black-200\/20::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.2); +} +.placeholder-black-200\/20::-moz-placeholder{ + color: rgb(208 208 208 / 0.2); +} +.placeholder-black-200\/20:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.2); +} +.placeholder-black-200\/20::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.2); +} +.placeholder-black-200\/20::placeholder{ + color: rgb(208 208 208 / 0.2); +} +.placeholder-black-200\/25::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.25); +} +.placeholder-black-200\/25::-moz-placeholder{ + color: rgb(208 208 208 / 0.25); +} +.placeholder-black-200\/25:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.25); +} +.placeholder-black-200\/25::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.25); +} +.placeholder-black-200\/25::placeholder{ + color: rgb(208 208 208 / 0.25); +} +.placeholder-black-200\/30::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.3); +} +.placeholder-black-200\/30::-moz-placeholder{ + color: rgb(208 208 208 / 0.3); +} +.placeholder-black-200\/30:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.3); +} +.placeholder-black-200\/30::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.3); +} +.placeholder-black-200\/30::placeholder{ + color: rgb(208 208 208 / 0.3); +} +.placeholder-black-200\/40::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.4); +} +.placeholder-black-200\/40::-moz-placeholder{ + color: rgb(208 208 208 / 0.4); +} +.placeholder-black-200\/40:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.4); +} +.placeholder-black-200\/40::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.4); +} +.placeholder-black-200\/40::placeholder{ + color: rgb(208 208 208 / 0.4); +} +.placeholder-black-200\/50::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.5); +} +.placeholder-black-200\/50::-moz-placeholder{ + color: rgb(208 208 208 / 0.5); +} +.placeholder-black-200\/50:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.5); +} +.placeholder-black-200\/50::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.5); +} +.placeholder-black-200\/50::placeholder{ + color: rgb(208 208 208 / 0.5); +} +.placeholder-black-200\/60::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.6); +} +.placeholder-black-200\/60::-moz-placeholder{ + color: rgb(208 208 208 / 0.6); +} +.placeholder-black-200\/60:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.6); +} +.placeholder-black-200\/60::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.6); +} +.placeholder-black-200\/60::placeholder{ + color: rgb(208 208 208 / 0.6); +} +.placeholder-black-200\/70::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.7); +} +.placeholder-black-200\/70::-moz-placeholder{ + color: rgb(208 208 208 / 0.7); +} +.placeholder-black-200\/70:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.7); +} +.placeholder-black-200\/70::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.7); +} +.placeholder-black-200\/70::placeholder{ + color: rgb(208 208 208 / 0.7); +} +.placeholder-black-200\/75::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.75); +} +.placeholder-black-200\/75::-moz-placeholder{ + color: rgb(208 208 208 / 0.75); +} +.placeholder-black-200\/75:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.75); +} +.placeholder-black-200\/75::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.75); +} +.placeholder-black-200\/75::placeholder{ + color: rgb(208 208 208 / 0.75); +} +.placeholder-black-200\/80::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.8); +} +.placeholder-black-200\/80::-moz-placeholder{ + color: rgb(208 208 208 / 0.8); +} +.placeholder-black-200\/80:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.8); +} +.placeholder-black-200\/80::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.8); +} +.placeholder-black-200\/80::placeholder{ + color: rgb(208 208 208 / 0.8); +} +.placeholder-black-200\/90::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.9); +} +.placeholder-black-200\/90::-moz-placeholder{ + color: rgb(208 208 208 / 0.9); +} +.placeholder-black-200\/90:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.9); +} +.placeholder-black-200\/90::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.9); +} +.placeholder-black-200\/90::placeholder{ + color: rgb(208 208 208 / 0.9); +} +.placeholder-black-200\/95::-webkit-input-placeholder{ + color: rgb(208 208 208 / 0.95); +} +.placeholder-black-200\/95::-moz-placeholder{ + color: rgb(208 208 208 / 0.95); +} +.placeholder-black-200\/95:-ms-input-placeholder{ + color: rgb(208 208 208 / 0.95); +} +.placeholder-black-200\/95::-ms-input-placeholder{ + color: rgb(208 208 208 / 0.95); +} +.placeholder-black-200\/95::placeholder{ + color: rgb(208 208 208 / 0.95); +} +.placeholder-black-200\/100::-webkit-input-placeholder{ + color: rgb(208 208 208 / 1); +} +.placeholder-black-200\/100::-moz-placeholder{ + color: rgb(208 208 208 / 1); +} +.placeholder-black-200\/100:-ms-input-placeholder{ + color: rgb(208 208 208 / 1); +} +.placeholder-black-200\/100::-ms-input-placeholder{ + color: rgb(208 208 208 / 1); +} +.placeholder-black-200\/100::placeholder{ + color: rgb(208 208 208 / 1); +} +.placeholder-black-300\/0::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0); +} +.placeholder-black-300\/0::-moz-placeholder{ + color: rgb(179 179 179 / 0); +} +.placeholder-black-300\/0:-ms-input-placeholder{ + color: rgb(179 179 179 / 0); +} +.placeholder-black-300\/0::-ms-input-placeholder{ + color: rgb(179 179 179 / 0); +} +.placeholder-black-300\/0::placeholder{ + color: rgb(179 179 179 / 0); +} +.placeholder-black-300\/5::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.05); +} +.placeholder-black-300\/5::-moz-placeholder{ + color: rgb(179 179 179 / 0.05); +} +.placeholder-black-300\/5:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.05); +} +.placeholder-black-300\/5::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.05); +} +.placeholder-black-300\/5::placeholder{ + color: rgb(179 179 179 / 0.05); +} +.placeholder-black-300\/10::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.1); +} +.placeholder-black-300\/10::-moz-placeholder{ + color: rgb(179 179 179 / 0.1); +} +.placeholder-black-300\/10:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.1); +} +.placeholder-black-300\/10::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.1); +} +.placeholder-black-300\/10::placeholder{ + color: rgb(179 179 179 / 0.1); +} +.placeholder-black-300\/20::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.2); +} +.placeholder-black-300\/20::-moz-placeholder{ + color: rgb(179 179 179 / 0.2); +} +.placeholder-black-300\/20:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.2); +} +.placeholder-black-300\/20::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.2); +} +.placeholder-black-300\/20::placeholder{ + color: rgb(179 179 179 / 0.2); +} +.placeholder-black-300\/25::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.25); +} +.placeholder-black-300\/25::-moz-placeholder{ + color: rgb(179 179 179 / 0.25); +} +.placeholder-black-300\/25:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.25); +} +.placeholder-black-300\/25::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.25); +} +.placeholder-black-300\/25::placeholder{ + color: rgb(179 179 179 / 0.25); +} +.placeholder-black-300\/30::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.3); +} +.placeholder-black-300\/30::-moz-placeholder{ + color: rgb(179 179 179 / 0.3); +} +.placeholder-black-300\/30:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.3); +} +.placeholder-black-300\/30::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.3); +} +.placeholder-black-300\/30::placeholder{ + color: rgb(179 179 179 / 0.3); +} +.placeholder-black-300\/40::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.4); +} +.placeholder-black-300\/40::-moz-placeholder{ + color: rgb(179 179 179 / 0.4); +} +.placeholder-black-300\/40:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.4); +} +.placeholder-black-300\/40::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.4); +} +.placeholder-black-300\/40::placeholder{ + color: rgb(179 179 179 / 0.4); +} +.placeholder-black-300\/50::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.5); +} +.placeholder-black-300\/50::-moz-placeholder{ + color: rgb(179 179 179 / 0.5); +} +.placeholder-black-300\/50:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.5); +} +.placeholder-black-300\/50::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.5); +} +.placeholder-black-300\/50::placeholder{ + color: rgb(179 179 179 / 0.5); +} +.placeholder-black-300\/60::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.6); +} +.placeholder-black-300\/60::-moz-placeholder{ + color: rgb(179 179 179 / 0.6); +} +.placeholder-black-300\/60:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.6); +} +.placeholder-black-300\/60::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.6); +} +.placeholder-black-300\/60::placeholder{ + color: rgb(179 179 179 / 0.6); +} +.placeholder-black-300\/70::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.7); +} +.placeholder-black-300\/70::-moz-placeholder{ + color: rgb(179 179 179 / 0.7); +} +.placeholder-black-300\/70:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.7); +} +.placeholder-black-300\/70::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.7); +} +.placeholder-black-300\/70::placeholder{ + color: rgb(179 179 179 / 0.7); +} +.placeholder-black-300\/75::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.75); +} +.placeholder-black-300\/75::-moz-placeholder{ + color: rgb(179 179 179 / 0.75); +} +.placeholder-black-300\/75:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.75); +} +.placeholder-black-300\/75::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.75); +} +.placeholder-black-300\/75::placeholder{ + color: rgb(179 179 179 / 0.75); +} +.placeholder-black-300\/80::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.8); +} +.placeholder-black-300\/80::-moz-placeholder{ + color: rgb(179 179 179 / 0.8); +} +.placeholder-black-300\/80:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.8); +} +.placeholder-black-300\/80::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.8); +} +.placeholder-black-300\/80::placeholder{ + color: rgb(179 179 179 / 0.8); +} +.placeholder-black-300\/90::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.9); +} +.placeholder-black-300\/90::-moz-placeholder{ + color: rgb(179 179 179 / 0.9); +} +.placeholder-black-300\/90:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.9); +} +.placeholder-black-300\/90::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.9); +} +.placeholder-black-300\/90::placeholder{ + color: rgb(179 179 179 / 0.9); +} +.placeholder-black-300\/95::-webkit-input-placeholder{ + color: rgb(179 179 179 / 0.95); +} +.placeholder-black-300\/95::-moz-placeholder{ + color: rgb(179 179 179 / 0.95); +} +.placeholder-black-300\/95:-ms-input-placeholder{ + color: rgb(179 179 179 / 0.95); +} +.placeholder-black-300\/95::-ms-input-placeholder{ + color: rgb(179 179 179 / 0.95); +} +.placeholder-black-300\/95::placeholder{ + color: rgb(179 179 179 / 0.95); +} +.placeholder-black-300\/100::-webkit-input-placeholder{ + color: rgb(179 179 179 / 1); +} +.placeholder-black-300\/100::-moz-placeholder{ + color: rgb(179 179 179 / 1); +} +.placeholder-black-300\/100:-ms-input-placeholder{ + color: rgb(179 179 179 / 1); +} +.placeholder-black-300\/100::-ms-input-placeholder{ + color: rgb(179 179 179 / 1); +} +.placeholder-black-300\/100::placeholder{ + color: rgb(179 179 179 / 1); +} +.placeholder-black-400\/0::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0); +} +.placeholder-black-400\/0::-moz-placeholder{ + color: rgb(123 123 123 / 0); +} +.placeholder-black-400\/0:-ms-input-placeholder{ + color: rgb(123 123 123 / 0); +} +.placeholder-black-400\/0::-ms-input-placeholder{ + color: rgb(123 123 123 / 0); +} +.placeholder-black-400\/0::placeholder{ + color: rgb(123 123 123 / 0); +} +.placeholder-black-400\/5::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.05); +} +.placeholder-black-400\/5::-moz-placeholder{ + color: rgb(123 123 123 / 0.05); +} +.placeholder-black-400\/5:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.05); +} +.placeholder-black-400\/5::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.05); +} +.placeholder-black-400\/5::placeholder{ + color: rgb(123 123 123 / 0.05); +} +.placeholder-black-400\/10::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.1); +} +.placeholder-black-400\/10::-moz-placeholder{ + color: rgb(123 123 123 / 0.1); +} +.placeholder-black-400\/10:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.1); +} +.placeholder-black-400\/10::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.1); +} +.placeholder-black-400\/10::placeholder{ + color: rgb(123 123 123 / 0.1); +} +.placeholder-black-400\/20::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.2); +} +.placeholder-black-400\/20::-moz-placeholder{ + color: rgb(123 123 123 / 0.2); +} +.placeholder-black-400\/20:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.2); +} +.placeholder-black-400\/20::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.2); +} +.placeholder-black-400\/20::placeholder{ + color: rgb(123 123 123 / 0.2); +} +.placeholder-black-400\/25::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.25); +} +.placeholder-black-400\/25::-moz-placeholder{ + color: rgb(123 123 123 / 0.25); +} +.placeholder-black-400\/25:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.25); +} +.placeholder-black-400\/25::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.25); +} +.placeholder-black-400\/25::placeholder{ + color: rgb(123 123 123 / 0.25); +} +.placeholder-black-400\/30::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.3); +} +.placeholder-black-400\/30::-moz-placeholder{ + color: rgb(123 123 123 / 0.3); +} +.placeholder-black-400\/30:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.3); +} +.placeholder-black-400\/30::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.3); +} +.placeholder-black-400\/30::placeholder{ + color: rgb(123 123 123 / 0.3); +} +.placeholder-black-400\/40::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.4); +} +.placeholder-black-400\/40::-moz-placeholder{ + color: rgb(123 123 123 / 0.4); +} +.placeholder-black-400\/40:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.4); +} +.placeholder-black-400\/40::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.4); +} +.placeholder-black-400\/40::placeholder{ + color: rgb(123 123 123 / 0.4); +} +.placeholder-black-400\/50::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.5); +} +.placeholder-black-400\/50::-moz-placeholder{ + color: rgb(123 123 123 / 0.5); +} +.placeholder-black-400\/50:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.5); +} +.placeholder-black-400\/50::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.5); +} +.placeholder-black-400\/50::placeholder{ + color: rgb(123 123 123 / 0.5); +} +.placeholder-black-400\/60::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.6); +} +.placeholder-black-400\/60::-moz-placeholder{ + color: rgb(123 123 123 / 0.6); +} +.placeholder-black-400\/60:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.6); +} +.placeholder-black-400\/60::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.6); +} +.placeholder-black-400\/60::placeholder{ + color: rgb(123 123 123 / 0.6); +} +.placeholder-black-400\/70::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.7); +} +.placeholder-black-400\/70::-moz-placeholder{ + color: rgb(123 123 123 / 0.7); +} +.placeholder-black-400\/70:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.7); +} +.placeholder-black-400\/70::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.7); +} +.placeholder-black-400\/70::placeholder{ + color: rgb(123 123 123 / 0.7); +} +.placeholder-black-400\/75::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.75); +} +.placeholder-black-400\/75::-moz-placeholder{ + color: rgb(123 123 123 / 0.75); +} +.placeholder-black-400\/75:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.75); +} +.placeholder-black-400\/75::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.75); +} +.placeholder-black-400\/75::placeholder{ + color: rgb(123 123 123 / 0.75); +} +.placeholder-black-400\/80::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.8); +} +.placeholder-black-400\/80::-moz-placeholder{ + color: rgb(123 123 123 / 0.8); +} +.placeholder-black-400\/80:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.8); +} +.placeholder-black-400\/80::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.8); +} +.placeholder-black-400\/80::placeholder{ + color: rgb(123 123 123 / 0.8); +} +.placeholder-black-400\/90::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.9); +} +.placeholder-black-400\/90::-moz-placeholder{ + color: rgb(123 123 123 / 0.9); +} +.placeholder-black-400\/90:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.9); +} +.placeholder-black-400\/90::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.9); +} +.placeholder-black-400\/90::placeholder{ + color: rgb(123 123 123 / 0.9); +} +.placeholder-black-400\/95::-webkit-input-placeholder{ + color: rgb(123 123 123 / 0.95); +} +.placeholder-black-400\/95::-moz-placeholder{ + color: rgb(123 123 123 / 0.95); +} +.placeholder-black-400\/95:-ms-input-placeholder{ + color: rgb(123 123 123 / 0.95); +} +.placeholder-black-400\/95::-ms-input-placeholder{ + color: rgb(123 123 123 / 0.95); +} +.placeholder-black-400\/95::placeholder{ + color: rgb(123 123 123 / 0.95); +} +.placeholder-black-400\/100::-webkit-input-placeholder{ + color: rgb(123 123 123 / 1); +} +.placeholder-black-400\/100::-moz-placeholder{ + color: rgb(123 123 123 / 1); +} +.placeholder-black-400\/100:-ms-input-placeholder{ + color: rgb(123 123 123 / 1); +} +.placeholder-black-400\/100::-ms-input-placeholder{ + color: rgb(123 123 123 / 1); +} +.placeholder-black-400\/100::placeholder{ + color: rgb(123 123 123 / 1); +} +.placeholder-black-500\/0::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0); +} +.placeholder-black-500\/0::-moz-placeholder{ + color: rgb(66 66 66 / 0); +} +.placeholder-black-500\/0:-ms-input-placeholder{ + color: rgb(66 66 66 / 0); +} +.placeholder-black-500\/0::-ms-input-placeholder{ + color: rgb(66 66 66 / 0); +} +.placeholder-black-500\/0::placeholder{ + color: rgb(66 66 66 / 0); +} +.placeholder-black-500\/5::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.05); +} +.placeholder-black-500\/5::-moz-placeholder{ + color: rgb(66 66 66 / 0.05); +} +.placeholder-black-500\/5:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.05); +} +.placeholder-black-500\/5::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.05); +} +.placeholder-black-500\/5::placeholder{ + color: rgb(66 66 66 / 0.05); +} +.placeholder-black-500\/10::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.1); +} +.placeholder-black-500\/10::-moz-placeholder{ + color: rgb(66 66 66 / 0.1); +} +.placeholder-black-500\/10:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.1); +} +.placeholder-black-500\/10::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.1); +} +.placeholder-black-500\/10::placeholder{ + color: rgb(66 66 66 / 0.1); +} +.placeholder-black-500\/20::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.2); +} +.placeholder-black-500\/20::-moz-placeholder{ + color: rgb(66 66 66 / 0.2); +} +.placeholder-black-500\/20:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.2); +} +.placeholder-black-500\/20::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.2); +} +.placeholder-black-500\/20::placeholder{ + color: rgb(66 66 66 / 0.2); +} +.placeholder-black-500\/25::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.25); +} +.placeholder-black-500\/25::-moz-placeholder{ + color: rgb(66 66 66 / 0.25); +} +.placeholder-black-500\/25:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.25); +} +.placeholder-black-500\/25::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.25); +} +.placeholder-black-500\/25::placeholder{ + color: rgb(66 66 66 / 0.25); +} +.placeholder-black-500\/30::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.3); +} +.placeholder-black-500\/30::-moz-placeholder{ + color: rgb(66 66 66 / 0.3); +} +.placeholder-black-500\/30:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.3); +} +.placeholder-black-500\/30::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.3); +} +.placeholder-black-500\/30::placeholder{ + color: rgb(66 66 66 / 0.3); +} +.placeholder-black-500\/40::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.4); +} +.placeholder-black-500\/40::-moz-placeholder{ + color: rgb(66 66 66 / 0.4); +} +.placeholder-black-500\/40:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.4); +} +.placeholder-black-500\/40::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.4); +} +.placeholder-black-500\/40::placeholder{ + color: rgb(66 66 66 / 0.4); +} +.placeholder-black-500\/50::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.5); +} +.placeholder-black-500\/50::-moz-placeholder{ + color: rgb(66 66 66 / 0.5); +} +.placeholder-black-500\/50:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.5); +} +.placeholder-black-500\/50::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.5); +} +.placeholder-black-500\/50::placeholder{ + color: rgb(66 66 66 / 0.5); +} +.placeholder-black-500\/60::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.6); +} +.placeholder-black-500\/60::-moz-placeholder{ + color: rgb(66 66 66 / 0.6); +} +.placeholder-black-500\/60:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.6); +} +.placeholder-black-500\/60::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.6); +} +.placeholder-black-500\/60::placeholder{ + color: rgb(66 66 66 / 0.6); +} +.placeholder-black-500\/70::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.7); +} +.placeholder-black-500\/70::-moz-placeholder{ + color: rgb(66 66 66 / 0.7); +} +.placeholder-black-500\/70:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.7); +} +.placeholder-black-500\/70::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.7); +} +.placeholder-black-500\/70::placeholder{ + color: rgb(66 66 66 / 0.7); +} +.placeholder-black-500\/75::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.75); +} +.placeholder-black-500\/75::-moz-placeholder{ + color: rgb(66 66 66 / 0.75); +} +.placeholder-black-500\/75:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.75); +} +.placeholder-black-500\/75::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.75); +} +.placeholder-black-500\/75::placeholder{ + color: rgb(66 66 66 / 0.75); +} +.placeholder-black-500\/80::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.8); +} +.placeholder-black-500\/80::-moz-placeholder{ + color: rgb(66 66 66 / 0.8); +} +.placeholder-black-500\/80:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.8); +} +.placeholder-black-500\/80::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.8); +} +.placeholder-black-500\/80::placeholder{ + color: rgb(66 66 66 / 0.8); +} +.placeholder-black-500\/90::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.9); +} +.placeholder-black-500\/90::-moz-placeholder{ + color: rgb(66 66 66 / 0.9); +} +.placeholder-black-500\/90:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.9); +} +.placeholder-black-500\/90::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.9); +} +.placeholder-black-500\/90::placeholder{ + color: rgb(66 66 66 / 0.9); +} +.placeholder-black-500\/95::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.95); +} +.placeholder-black-500\/95::-moz-placeholder{ + color: rgb(66 66 66 / 0.95); +} +.placeholder-black-500\/95:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.95); +} +.placeholder-black-500\/95::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.95); +} +.placeholder-black-500\/95::placeholder{ + color: rgb(66 66 66 / 0.95); +} +.placeholder-black-500\/100::-webkit-input-placeholder{ + color: rgb(66 66 66 / 1); +} +.placeholder-black-500\/100::-moz-placeholder{ + color: rgb(66 66 66 / 1); +} +.placeholder-black-500\/100:-ms-input-placeholder{ + color: rgb(66 66 66 / 1); +} +.placeholder-black-500\/100::-ms-input-placeholder{ + color: rgb(66 66 66 / 1); +} +.placeholder-black-500\/100::placeholder{ + color: rgb(66 66 66 / 1); +} +.placeholder-black-600\/0::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0); +} +.placeholder-black-600\/0::-moz-placeholder{ + color: rgb(59 59 59 / 0); +} +.placeholder-black-600\/0:-ms-input-placeholder{ + color: rgb(59 59 59 / 0); +} +.placeholder-black-600\/0::-ms-input-placeholder{ + color: rgb(59 59 59 / 0); +} +.placeholder-black-600\/0::placeholder{ + color: rgb(59 59 59 / 0); +} +.placeholder-black-600\/5::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.05); +} +.placeholder-black-600\/5::-moz-placeholder{ + color: rgb(59 59 59 / 0.05); +} +.placeholder-black-600\/5:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.05); +} +.placeholder-black-600\/5::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.05); +} +.placeholder-black-600\/5::placeholder{ + color: rgb(59 59 59 / 0.05); +} +.placeholder-black-600\/10::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.1); +} +.placeholder-black-600\/10::-moz-placeholder{ + color: rgb(59 59 59 / 0.1); +} +.placeholder-black-600\/10:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.1); +} +.placeholder-black-600\/10::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.1); +} +.placeholder-black-600\/10::placeholder{ + color: rgb(59 59 59 / 0.1); +} +.placeholder-black-600\/20::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.2); +} +.placeholder-black-600\/20::-moz-placeholder{ + color: rgb(59 59 59 / 0.2); +} +.placeholder-black-600\/20:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.2); +} +.placeholder-black-600\/20::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.2); +} +.placeholder-black-600\/20::placeholder{ + color: rgb(59 59 59 / 0.2); +} +.placeholder-black-600\/25::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.25); +} +.placeholder-black-600\/25::-moz-placeholder{ + color: rgb(59 59 59 / 0.25); +} +.placeholder-black-600\/25:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.25); +} +.placeholder-black-600\/25::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.25); +} +.placeholder-black-600\/25::placeholder{ + color: rgb(59 59 59 / 0.25); +} +.placeholder-black-600\/30::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.3); +} +.placeholder-black-600\/30::-moz-placeholder{ + color: rgb(59 59 59 / 0.3); +} +.placeholder-black-600\/30:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.3); +} +.placeholder-black-600\/30::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.3); +} +.placeholder-black-600\/30::placeholder{ + color: rgb(59 59 59 / 0.3); +} +.placeholder-black-600\/40::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.4); +} +.placeholder-black-600\/40::-moz-placeholder{ + color: rgb(59 59 59 / 0.4); +} +.placeholder-black-600\/40:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.4); +} +.placeholder-black-600\/40::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.4); +} +.placeholder-black-600\/40::placeholder{ + color: rgb(59 59 59 / 0.4); +} +.placeholder-black-600\/50::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.5); +} +.placeholder-black-600\/50::-moz-placeholder{ + color: rgb(59 59 59 / 0.5); +} +.placeholder-black-600\/50:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.5); +} +.placeholder-black-600\/50::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.5); +} +.placeholder-black-600\/50::placeholder{ + color: rgb(59 59 59 / 0.5); +} +.placeholder-black-600\/60::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.6); +} +.placeholder-black-600\/60::-moz-placeholder{ + color: rgb(59 59 59 / 0.6); +} +.placeholder-black-600\/60:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.6); +} +.placeholder-black-600\/60::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.6); +} +.placeholder-black-600\/60::placeholder{ + color: rgb(59 59 59 / 0.6); +} +.placeholder-black-600\/70::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.7); +} +.placeholder-black-600\/70::-moz-placeholder{ + color: rgb(59 59 59 / 0.7); +} +.placeholder-black-600\/70:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.7); +} +.placeholder-black-600\/70::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.7); +} +.placeholder-black-600\/70::placeholder{ + color: rgb(59 59 59 / 0.7); +} +.placeholder-black-600\/75::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.75); +} +.placeholder-black-600\/75::-moz-placeholder{ + color: rgb(59 59 59 / 0.75); +} +.placeholder-black-600\/75:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.75); +} +.placeholder-black-600\/75::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.75); +} +.placeholder-black-600\/75::placeholder{ + color: rgb(59 59 59 / 0.75); +} +.placeholder-black-600\/80::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.8); +} +.placeholder-black-600\/80::-moz-placeholder{ + color: rgb(59 59 59 / 0.8); +} +.placeholder-black-600\/80:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.8); +} +.placeholder-black-600\/80::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.8); +} +.placeholder-black-600\/80::placeholder{ + color: rgb(59 59 59 / 0.8); +} +.placeholder-black-600\/90::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.9); +} +.placeholder-black-600\/90::-moz-placeholder{ + color: rgb(59 59 59 / 0.9); +} +.placeholder-black-600\/90:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.9); +} +.placeholder-black-600\/90::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.9); +} +.placeholder-black-600\/90::placeholder{ + color: rgb(59 59 59 / 0.9); +} +.placeholder-black-600\/95::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.95); +} +.placeholder-black-600\/95::-moz-placeholder{ + color: rgb(59 59 59 / 0.95); +} +.placeholder-black-600\/95:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.95); +} +.placeholder-black-600\/95::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.95); +} +.placeholder-black-600\/95::placeholder{ + color: rgb(59 59 59 / 0.95); +} +.placeholder-black-600\/100::-webkit-input-placeholder{ + color: rgb(59 59 59 / 1); +} +.placeholder-black-600\/100::-moz-placeholder{ + color: rgb(59 59 59 / 1); +} +.placeholder-black-600\/100:-ms-input-placeholder{ + color: rgb(59 59 59 / 1); +} +.placeholder-black-600\/100::-ms-input-placeholder{ + color: rgb(59 59 59 / 1); +} +.placeholder-black-600\/100::placeholder{ + color: rgb(59 59 59 / 1); +} +.placeholder-black-700\/0::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0); +} +.placeholder-black-700\/0::-moz-placeholder{ + color: rgb(50 50 50 / 0); +} +.placeholder-black-700\/0:-ms-input-placeholder{ + color: rgb(50 50 50 / 0); +} +.placeholder-black-700\/0::-ms-input-placeholder{ + color: rgb(50 50 50 / 0); +} +.placeholder-black-700\/0::placeholder{ + color: rgb(50 50 50 / 0); +} +.placeholder-black-700\/5::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.05); +} +.placeholder-black-700\/5::-moz-placeholder{ + color: rgb(50 50 50 / 0.05); +} +.placeholder-black-700\/5:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.05); +} +.placeholder-black-700\/5::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.05); +} +.placeholder-black-700\/5::placeholder{ + color: rgb(50 50 50 / 0.05); +} +.placeholder-black-700\/10::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.1); +} +.placeholder-black-700\/10::-moz-placeholder{ + color: rgb(50 50 50 / 0.1); +} +.placeholder-black-700\/10:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.1); +} +.placeholder-black-700\/10::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.1); +} +.placeholder-black-700\/10::placeholder{ + color: rgb(50 50 50 / 0.1); +} +.placeholder-black-700\/20::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.2); +} +.placeholder-black-700\/20::-moz-placeholder{ + color: rgb(50 50 50 / 0.2); +} +.placeholder-black-700\/20:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.2); +} +.placeholder-black-700\/20::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.2); +} +.placeholder-black-700\/20::placeholder{ + color: rgb(50 50 50 / 0.2); +} +.placeholder-black-700\/25::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.25); +} +.placeholder-black-700\/25::-moz-placeholder{ + color: rgb(50 50 50 / 0.25); +} +.placeholder-black-700\/25:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.25); +} +.placeholder-black-700\/25::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.25); +} +.placeholder-black-700\/25::placeholder{ + color: rgb(50 50 50 / 0.25); +} +.placeholder-black-700\/30::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.3); +} +.placeholder-black-700\/30::-moz-placeholder{ + color: rgb(50 50 50 / 0.3); +} +.placeholder-black-700\/30:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.3); +} +.placeholder-black-700\/30::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.3); +} +.placeholder-black-700\/30::placeholder{ + color: rgb(50 50 50 / 0.3); +} +.placeholder-black-700\/40::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.4); +} +.placeholder-black-700\/40::-moz-placeholder{ + color: rgb(50 50 50 / 0.4); +} +.placeholder-black-700\/40:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.4); +} +.placeholder-black-700\/40::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.4); +} +.placeholder-black-700\/40::placeholder{ + color: rgb(50 50 50 / 0.4); +} +.placeholder-black-700\/50::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.5); +} +.placeholder-black-700\/50::-moz-placeholder{ + color: rgb(50 50 50 / 0.5); +} +.placeholder-black-700\/50:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.5); +} +.placeholder-black-700\/50::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.5); +} +.placeholder-black-700\/50::placeholder{ + color: rgb(50 50 50 / 0.5); +} +.placeholder-black-700\/60::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.6); +} +.placeholder-black-700\/60::-moz-placeholder{ + color: rgb(50 50 50 / 0.6); +} +.placeholder-black-700\/60:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.6); +} +.placeholder-black-700\/60::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.6); +} +.placeholder-black-700\/60::placeholder{ + color: rgb(50 50 50 / 0.6); +} +.placeholder-black-700\/70::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.7); +} +.placeholder-black-700\/70::-moz-placeholder{ + color: rgb(50 50 50 / 0.7); +} +.placeholder-black-700\/70:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.7); +} +.placeholder-black-700\/70::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.7); +} +.placeholder-black-700\/70::placeholder{ + color: rgb(50 50 50 / 0.7); +} +.placeholder-black-700\/75::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.75); +} +.placeholder-black-700\/75::-moz-placeholder{ + color: rgb(50 50 50 / 0.75); +} +.placeholder-black-700\/75:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.75); +} +.placeholder-black-700\/75::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.75); +} +.placeholder-black-700\/75::placeholder{ + color: rgb(50 50 50 / 0.75); +} +.placeholder-black-700\/80::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.8); +} +.placeholder-black-700\/80::-moz-placeholder{ + color: rgb(50 50 50 / 0.8); +} +.placeholder-black-700\/80:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.8); +} +.placeholder-black-700\/80::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.8); +} +.placeholder-black-700\/80::placeholder{ + color: rgb(50 50 50 / 0.8); +} +.placeholder-black-700\/90::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.9); +} +.placeholder-black-700\/90::-moz-placeholder{ + color: rgb(50 50 50 / 0.9); +} +.placeholder-black-700\/90:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.9); +} +.placeholder-black-700\/90::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.9); +} +.placeholder-black-700\/90::placeholder{ + color: rgb(50 50 50 / 0.9); +} +.placeholder-black-700\/95::-webkit-input-placeholder{ + color: rgb(50 50 50 / 0.95); +} +.placeholder-black-700\/95::-moz-placeholder{ + color: rgb(50 50 50 / 0.95); +} +.placeholder-black-700\/95:-ms-input-placeholder{ + color: rgb(50 50 50 / 0.95); +} +.placeholder-black-700\/95::-ms-input-placeholder{ + color: rgb(50 50 50 / 0.95); +} +.placeholder-black-700\/95::placeholder{ + color: rgb(50 50 50 / 0.95); +} +.placeholder-black-700\/100::-webkit-input-placeholder{ + color: rgb(50 50 50 / 1); +} +.placeholder-black-700\/100::-moz-placeholder{ + color: rgb(50 50 50 / 1); +} +.placeholder-black-700\/100:-ms-input-placeholder{ + color: rgb(50 50 50 / 1); +} +.placeholder-black-700\/100::-ms-input-placeholder{ + color: rgb(50 50 50 / 1); +} +.placeholder-black-700\/100::placeholder{ + color: rgb(50 50 50 / 1); +} +.placeholder-black-800\/0::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0); +} +.placeholder-black-800\/0::-moz-placeholder{ + color: rgb(40 40 40 / 0); +} +.placeholder-black-800\/0:-ms-input-placeholder{ + color: rgb(40 40 40 / 0); +} +.placeholder-black-800\/0::-ms-input-placeholder{ + color: rgb(40 40 40 / 0); +} +.placeholder-black-800\/0::placeholder{ + color: rgb(40 40 40 / 0); +} +.placeholder-black-800\/5::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.05); +} +.placeholder-black-800\/5::-moz-placeholder{ + color: rgb(40 40 40 / 0.05); +} +.placeholder-black-800\/5:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.05); +} +.placeholder-black-800\/5::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.05); +} +.placeholder-black-800\/5::placeholder{ + color: rgb(40 40 40 / 0.05); +} +.placeholder-black-800\/10::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.1); +} +.placeholder-black-800\/10::-moz-placeholder{ + color: rgb(40 40 40 / 0.1); +} +.placeholder-black-800\/10:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.1); +} +.placeholder-black-800\/10::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.1); +} +.placeholder-black-800\/10::placeholder{ + color: rgb(40 40 40 / 0.1); +} +.placeholder-black-800\/20::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.2); +} +.placeholder-black-800\/20::-moz-placeholder{ + color: rgb(40 40 40 / 0.2); +} +.placeholder-black-800\/20:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.2); +} +.placeholder-black-800\/20::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.2); +} +.placeholder-black-800\/20::placeholder{ + color: rgb(40 40 40 / 0.2); +} +.placeholder-black-800\/25::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.25); +} +.placeholder-black-800\/25::-moz-placeholder{ + color: rgb(40 40 40 / 0.25); +} +.placeholder-black-800\/25:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.25); +} +.placeholder-black-800\/25::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.25); +} +.placeholder-black-800\/25::placeholder{ + color: rgb(40 40 40 / 0.25); +} +.placeholder-black-800\/30::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.3); +} +.placeholder-black-800\/30::-moz-placeholder{ + color: rgb(40 40 40 / 0.3); +} +.placeholder-black-800\/30:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.3); +} +.placeholder-black-800\/30::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.3); +} +.placeholder-black-800\/30::placeholder{ + color: rgb(40 40 40 / 0.3); +} +.placeholder-black-800\/40::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.4); +} +.placeholder-black-800\/40::-moz-placeholder{ + color: rgb(40 40 40 / 0.4); +} +.placeholder-black-800\/40:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.4); +} +.placeholder-black-800\/40::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.4); +} +.placeholder-black-800\/40::placeholder{ + color: rgb(40 40 40 / 0.4); +} +.placeholder-black-800\/50::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.5); +} +.placeholder-black-800\/50::-moz-placeholder{ + color: rgb(40 40 40 / 0.5); +} +.placeholder-black-800\/50:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.5); +} +.placeholder-black-800\/50::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.5); +} +.placeholder-black-800\/50::placeholder{ + color: rgb(40 40 40 / 0.5); +} +.placeholder-black-800\/60::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.6); +} +.placeholder-black-800\/60::-moz-placeholder{ + color: rgb(40 40 40 / 0.6); +} +.placeholder-black-800\/60:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.6); +} +.placeholder-black-800\/60::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.6); +} +.placeholder-black-800\/60::placeholder{ + color: rgb(40 40 40 / 0.6); +} +.placeholder-black-800\/70::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.7); +} +.placeholder-black-800\/70::-moz-placeholder{ + color: rgb(40 40 40 / 0.7); +} +.placeholder-black-800\/70:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.7); +} +.placeholder-black-800\/70::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.7); +} +.placeholder-black-800\/70::placeholder{ + color: rgb(40 40 40 / 0.7); +} +.placeholder-black-800\/75::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.75); +} +.placeholder-black-800\/75::-moz-placeholder{ + color: rgb(40 40 40 / 0.75); +} +.placeholder-black-800\/75:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.75); +} +.placeholder-black-800\/75::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.75); +} +.placeholder-black-800\/75::placeholder{ + color: rgb(40 40 40 / 0.75); +} +.placeholder-black-800\/80::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.8); +} +.placeholder-black-800\/80::-moz-placeholder{ + color: rgb(40 40 40 / 0.8); +} +.placeholder-black-800\/80:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.8); +} +.placeholder-black-800\/80::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.8); +} +.placeholder-black-800\/80::placeholder{ + color: rgb(40 40 40 / 0.8); +} +.placeholder-black-800\/90::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.9); +} +.placeholder-black-800\/90::-moz-placeholder{ + color: rgb(40 40 40 / 0.9); +} +.placeholder-black-800\/90:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.9); +} +.placeholder-black-800\/90::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.9); +} +.placeholder-black-800\/90::placeholder{ + color: rgb(40 40 40 / 0.9); +} +.placeholder-black-800\/95::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.95); +} +.placeholder-black-800\/95::-moz-placeholder{ + color: rgb(40 40 40 / 0.95); +} +.placeholder-black-800\/95:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.95); +} +.placeholder-black-800\/95::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.95); +} +.placeholder-black-800\/95::placeholder{ + color: rgb(40 40 40 / 0.95); +} +.placeholder-black-800\/100::-webkit-input-placeholder{ + color: rgb(40 40 40 / 1); +} +.placeholder-black-800\/100::-moz-placeholder{ + color: rgb(40 40 40 / 1); +} +.placeholder-black-800\/100:-ms-input-placeholder{ + color: rgb(40 40 40 / 1); +} +.placeholder-black-800\/100::-ms-input-placeholder{ + color: rgb(40 40 40 / 1); +} +.placeholder-black-800\/100::placeholder{ + color: rgb(40 40 40 / 1); +} +.placeholder-black-900\/0::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0); +} +.placeholder-black-900\/0::-moz-placeholder{ + color: rgb(32 32 32 / 0); +} +.placeholder-black-900\/0:-ms-input-placeholder{ + color: rgb(32 32 32 / 0); +} +.placeholder-black-900\/0::-ms-input-placeholder{ + color: rgb(32 32 32 / 0); +} +.placeholder-black-900\/0::placeholder{ + color: rgb(32 32 32 / 0); +} +.placeholder-black-900\/5::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.05); +} +.placeholder-black-900\/5::-moz-placeholder{ + color: rgb(32 32 32 / 0.05); +} +.placeholder-black-900\/5:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.05); +} +.placeholder-black-900\/5::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.05); +} +.placeholder-black-900\/5::placeholder{ + color: rgb(32 32 32 / 0.05); +} +.placeholder-black-900\/10::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.1); +} +.placeholder-black-900\/10::-moz-placeholder{ + color: rgb(32 32 32 / 0.1); +} +.placeholder-black-900\/10:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.1); +} +.placeholder-black-900\/10::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.1); +} +.placeholder-black-900\/10::placeholder{ + color: rgb(32 32 32 / 0.1); +} +.placeholder-black-900\/20::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.2); +} +.placeholder-black-900\/20::-moz-placeholder{ + color: rgb(32 32 32 / 0.2); +} +.placeholder-black-900\/20:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.2); +} +.placeholder-black-900\/20::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.2); +} +.placeholder-black-900\/20::placeholder{ + color: rgb(32 32 32 / 0.2); +} +.placeholder-black-900\/25::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.25); +} +.placeholder-black-900\/25::-moz-placeholder{ + color: rgb(32 32 32 / 0.25); +} +.placeholder-black-900\/25:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.25); +} +.placeholder-black-900\/25::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.25); +} +.placeholder-black-900\/25::placeholder{ + color: rgb(32 32 32 / 0.25); +} +.placeholder-black-900\/30::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.3); +} +.placeholder-black-900\/30::-moz-placeholder{ + color: rgb(32 32 32 / 0.3); +} +.placeholder-black-900\/30:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.3); +} +.placeholder-black-900\/30::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.3); +} +.placeholder-black-900\/30::placeholder{ + color: rgb(32 32 32 / 0.3); +} +.placeholder-black-900\/40::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.4); +} +.placeholder-black-900\/40::-moz-placeholder{ + color: rgb(32 32 32 / 0.4); +} +.placeholder-black-900\/40:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.4); +} +.placeholder-black-900\/40::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.4); +} +.placeholder-black-900\/40::placeholder{ + color: rgb(32 32 32 / 0.4); +} +.placeholder-black-900\/50::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.5); +} +.placeholder-black-900\/50::-moz-placeholder{ + color: rgb(32 32 32 / 0.5); +} +.placeholder-black-900\/50:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.5); +} +.placeholder-black-900\/50::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.5); +} +.placeholder-black-900\/50::placeholder{ + color: rgb(32 32 32 / 0.5); +} +.placeholder-black-900\/60::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.6); +} +.placeholder-black-900\/60::-moz-placeholder{ + color: rgb(32 32 32 / 0.6); +} +.placeholder-black-900\/60:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.6); +} +.placeholder-black-900\/60::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.6); +} +.placeholder-black-900\/60::placeholder{ + color: rgb(32 32 32 / 0.6); +} +.placeholder-black-900\/70::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.7); +} +.placeholder-black-900\/70::-moz-placeholder{ + color: rgb(32 32 32 / 0.7); +} +.placeholder-black-900\/70:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.7); +} +.placeholder-black-900\/70::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.7); +} +.placeholder-black-900\/70::placeholder{ + color: rgb(32 32 32 / 0.7); +} +.placeholder-black-900\/75::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.75); +} +.placeholder-black-900\/75::-moz-placeholder{ + color: rgb(32 32 32 / 0.75); +} +.placeholder-black-900\/75:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.75); +} +.placeholder-black-900\/75::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.75); +} +.placeholder-black-900\/75::placeholder{ + color: rgb(32 32 32 / 0.75); +} +.placeholder-black-900\/80::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.8); +} +.placeholder-black-900\/80::-moz-placeholder{ + color: rgb(32 32 32 / 0.8); +} +.placeholder-black-900\/80:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.8); +} +.placeholder-black-900\/80::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.8); +} +.placeholder-black-900\/80::placeholder{ + color: rgb(32 32 32 / 0.8); +} +.placeholder-black-900\/90::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.9); +} +.placeholder-black-900\/90::-moz-placeholder{ + color: rgb(32 32 32 / 0.9); +} +.placeholder-black-900\/90:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.9); +} +.placeholder-black-900\/90::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.9); +} +.placeholder-black-900\/90::placeholder{ + color: rgb(32 32 32 / 0.9); +} +.placeholder-black-900\/95::-webkit-input-placeholder{ + color: rgb(32 32 32 / 0.95); +} +.placeholder-black-900\/95::-moz-placeholder{ + color: rgb(32 32 32 / 0.95); +} +.placeholder-black-900\/95:-ms-input-placeholder{ + color: rgb(32 32 32 / 0.95); +} +.placeholder-black-900\/95::-ms-input-placeholder{ + color: rgb(32 32 32 / 0.95); +} +.placeholder-black-900\/95::placeholder{ + color: rgb(32 32 32 / 0.95); +} +.placeholder-black-900\/100::-webkit-input-placeholder{ + color: rgb(32 32 32 / 1); +} +.placeholder-black-900\/100::-moz-placeholder{ + color: rgb(32 32 32 / 1); +} +.placeholder-black-900\/100:-ms-input-placeholder{ + color: rgb(32 32 32 / 1); +} +.placeholder-black-900\/100::-ms-input-placeholder{ + color: rgb(32 32 32 / 1); +} +.placeholder-black-900\/100::placeholder{ + color: rgb(32 32 32 / 1); +} +.placeholder-black\/0::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0); +} +.placeholder-black\/0::-moz-placeholder{ + color: rgb(66 66 66 / 0); +} +.placeholder-black\/0:-ms-input-placeholder{ + color: rgb(66 66 66 / 0); +} +.placeholder-black\/0::-ms-input-placeholder{ + color: rgb(66 66 66 / 0); +} +.placeholder-black\/0::placeholder{ + color: rgb(66 66 66 / 0); +} +.placeholder-black\/5::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.05); +} +.placeholder-black\/5::-moz-placeholder{ + color: rgb(66 66 66 / 0.05); +} +.placeholder-black\/5:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.05); +} +.placeholder-black\/5::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.05); +} +.placeholder-black\/5::placeholder{ + color: rgb(66 66 66 / 0.05); +} +.placeholder-black\/10::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.1); +} +.placeholder-black\/10::-moz-placeholder{ + color: rgb(66 66 66 / 0.1); +} +.placeholder-black\/10:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.1); +} +.placeholder-black\/10::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.1); +} +.placeholder-black\/10::placeholder{ + color: rgb(66 66 66 / 0.1); +} +.placeholder-black\/20::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.2); +} +.placeholder-black\/20::-moz-placeholder{ + color: rgb(66 66 66 / 0.2); +} +.placeholder-black\/20:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.2); +} +.placeholder-black\/20::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.2); +} +.placeholder-black\/20::placeholder{ + color: rgb(66 66 66 / 0.2); +} +.placeholder-black\/25::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.25); +} +.placeholder-black\/25::-moz-placeholder{ + color: rgb(66 66 66 / 0.25); +} +.placeholder-black\/25:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.25); +} +.placeholder-black\/25::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.25); +} +.placeholder-black\/25::placeholder{ + color: rgb(66 66 66 / 0.25); +} +.placeholder-black\/30::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.3); +} +.placeholder-black\/30::-moz-placeholder{ + color: rgb(66 66 66 / 0.3); +} +.placeholder-black\/30:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.3); +} +.placeholder-black\/30::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.3); +} +.placeholder-black\/30::placeholder{ + color: rgb(66 66 66 / 0.3); +} +.placeholder-black\/40::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.4); +} +.placeholder-black\/40::-moz-placeholder{ + color: rgb(66 66 66 / 0.4); +} +.placeholder-black\/40:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.4); +} +.placeholder-black\/40::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.4); +} +.placeholder-black\/40::placeholder{ + color: rgb(66 66 66 / 0.4); +} +.placeholder-black\/50::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.5); +} +.placeholder-black\/50::-moz-placeholder{ + color: rgb(66 66 66 / 0.5); +} +.placeholder-black\/50:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.5); +} +.placeholder-black\/50::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.5); +} +.placeholder-black\/50::placeholder{ + color: rgb(66 66 66 / 0.5); +} +.placeholder-black\/60::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.6); +} +.placeholder-black\/60::-moz-placeholder{ + color: rgb(66 66 66 / 0.6); +} +.placeholder-black\/60:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.6); +} +.placeholder-black\/60::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.6); +} +.placeholder-black\/60::placeholder{ + color: rgb(66 66 66 / 0.6); +} +.placeholder-black\/70::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.7); +} +.placeholder-black\/70::-moz-placeholder{ + color: rgb(66 66 66 / 0.7); +} +.placeholder-black\/70:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.7); +} +.placeholder-black\/70::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.7); +} +.placeholder-black\/70::placeholder{ + color: rgb(66 66 66 / 0.7); +} +.placeholder-black\/75::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.75); +} +.placeholder-black\/75::-moz-placeholder{ + color: rgb(66 66 66 / 0.75); +} +.placeholder-black\/75:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.75); +} +.placeholder-black\/75::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.75); +} +.placeholder-black\/75::placeholder{ + color: rgb(66 66 66 / 0.75); +} +.placeholder-black\/80::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.8); +} +.placeholder-black\/80::-moz-placeholder{ + color: rgb(66 66 66 / 0.8); +} +.placeholder-black\/80:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.8); +} +.placeholder-black\/80::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.8); +} +.placeholder-black\/80::placeholder{ + color: rgb(66 66 66 / 0.8); +} +.placeholder-black\/90::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.9); +} +.placeholder-black\/90::-moz-placeholder{ + color: rgb(66 66 66 / 0.9); +} +.placeholder-black\/90:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.9); +} +.placeholder-black\/90::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.9); +} +.placeholder-black\/90::placeholder{ + color: rgb(66 66 66 / 0.9); +} +.placeholder-black\/95::-webkit-input-placeholder{ + color: rgb(66 66 66 / 0.95); +} +.placeholder-black\/95::-moz-placeholder{ + color: rgb(66 66 66 / 0.95); +} +.placeholder-black\/95:-ms-input-placeholder{ + color: rgb(66 66 66 / 0.95); +} +.placeholder-black\/95::-ms-input-placeholder{ + color: rgb(66 66 66 / 0.95); +} +.placeholder-black\/95::placeholder{ + color: rgb(66 66 66 / 0.95); +} +.placeholder-black\/100::-webkit-input-placeholder{ + color: rgb(66 66 66 / 1); +} +.placeholder-black\/100::-moz-placeholder{ + color: rgb(66 66 66 / 1); +} +.placeholder-black\/100:-ms-input-placeholder{ + color: rgb(66 66 66 / 1); +} +.placeholder-black\/100::-ms-input-placeholder{ + color: rgb(66 66 66 / 1); +} +.placeholder-black\/100::placeholder{ + color: rgb(66 66 66 / 1); +} +.placeholder-white\/0::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0); +} +.placeholder-white\/0::-moz-placeholder{ + color: rgb(255 255 255 / 0); +} +.placeholder-white\/0:-ms-input-placeholder{ + color: rgb(255 255 255 / 0); +} +.placeholder-white\/0::-ms-input-placeholder{ + color: rgb(255 255 255 / 0); +} +.placeholder-white\/0::placeholder{ + color: rgb(255 255 255 / 0); +} +.placeholder-white\/5::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.05); +} +.placeholder-white\/5::-moz-placeholder{ + color: rgb(255 255 255 / 0.05); +} +.placeholder-white\/5:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.05); +} +.placeholder-white\/5::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.05); +} +.placeholder-white\/5::placeholder{ + color: rgb(255 255 255 / 0.05); +} +.placeholder-white\/10::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.1); +} +.placeholder-white\/10::-moz-placeholder{ + color: rgb(255 255 255 / 0.1); +} +.placeholder-white\/10:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.1); +} +.placeholder-white\/10::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.1); +} +.placeholder-white\/10::placeholder{ + color: rgb(255 255 255 / 0.1); +} +.placeholder-white\/20::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.2); +} +.placeholder-white\/20::-moz-placeholder{ + color: rgb(255 255 255 / 0.2); +} +.placeholder-white\/20:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.2); +} +.placeholder-white\/20::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.2); +} +.placeholder-white\/20::placeholder{ + color: rgb(255 255 255 / 0.2); +} +.placeholder-white\/25::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.25); +} +.placeholder-white\/25::-moz-placeholder{ + color: rgb(255 255 255 / 0.25); +} +.placeholder-white\/25:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.25); +} +.placeholder-white\/25::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.25); +} +.placeholder-white\/25::placeholder{ + color: rgb(255 255 255 / 0.25); +} +.placeholder-white\/30::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.3); +} +.placeholder-white\/30::-moz-placeholder{ + color: rgb(255 255 255 / 0.3); +} +.placeholder-white\/30:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.3); +} +.placeholder-white\/30::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.3); +} +.placeholder-white\/30::placeholder{ + color: rgb(255 255 255 / 0.3); +} +.placeholder-white\/40::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.4); +} +.placeholder-white\/40::-moz-placeholder{ + color: rgb(255 255 255 / 0.4); +} +.placeholder-white\/40:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.4); +} +.placeholder-white\/40::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.4); +} +.placeholder-white\/40::placeholder{ + color: rgb(255 255 255 / 0.4); +} +.placeholder-white\/50::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.5); +} +.placeholder-white\/50::-moz-placeholder{ + color: rgb(255 255 255 / 0.5); +} +.placeholder-white\/50:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.5); +} +.placeholder-white\/50::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.5); +} +.placeholder-white\/50::placeholder{ + color: rgb(255 255 255 / 0.5); +} +.placeholder-white\/60::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.6); +} +.placeholder-white\/60::-moz-placeholder{ + color: rgb(255 255 255 / 0.6); +} +.placeholder-white\/60:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.6); +} +.placeholder-white\/60::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.6); +} +.placeholder-white\/60::placeholder{ + color: rgb(255 255 255 / 0.6); +} +.placeholder-white\/70::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.7); +} +.placeholder-white\/70::-moz-placeholder{ + color: rgb(255 255 255 / 0.7); +} +.placeholder-white\/70:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.7); +} +.placeholder-white\/70::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.7); +} +.placeholder-white\/70::placeholder{ + color: rgb(255 255 255 / 0.7); +} +.placeholder-white\/75::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.75); +} +.placeholder-white\/75::-moz-placeholder{ + color: rgb(255 255 255 / 0.75); +} +.placeholder-white\/75:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.75); +} +.placeholder-white\/75::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.75); +} +.placeholder-white\/75::placeholder{ + color: rgb(255 255 255 / 0.75); +} +.placeholder-white\/80::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.8); +} +.placeholder-white\/80::-moz-placeholder{ + color: rgb(255 255 255 / 0.8); +} +.placeholder-white\/80:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.8); +} +.placeholder-white\/80::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.8); +} +.placeholder-white\/80::placeholder{ + color: rgb(255 255 255 / 0.8); +} +.placeholder-white\/90::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.9); +} +.placeholder-white\/90::-moz-placeholder{ + color: rgb(255 255 255 / 0.9); +} +.placeholder-white\/90:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.9); +} +.placeholder-white\/90::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.9); +} +.placeholder-white\/90::placeholder{ + color: rgb(255 255 255 / 0.9); +} +.placeholder-white\/95::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.95); +} +.placeholder-white\/95::-moz-placeholder{ + color: rgb(255 255 255 / 0.95); +} +.placeholder-white\/95:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.95); +} +.placeholder-white\/95::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.95); +} +.placeholder-white\/95::placeholder{ + color: rgb(255 255 255 / 0.95); +} +.placeholder-white\/100::-webkit-input-placeholder{ + color: rgb(255 255 255 / 1); +} +.placeholder-white\/100::-moz-placeholder{ + color: rgb(255 255 255 / 1); +} +.placeholder-white\/100:-ms-input-placeholder{ + color: rgb(255 255 255 / 1); +} +.placeholder-white\/100::-ms-input-placeholder{ + color: rgb(255 255 255 / 1); +} +.placeholder-white\/100::placeholder{ + color: rgb(255 255 255 / 1); +} +.placeholder-slate-50\/0::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0); +} +.placeholder-slate-50\/0::-moz-placeholder{ + color: rgb(248 250 252 / 0); +} +.placeholder-slate-50\/0:-ms-input-placeholder{ + color: rgb(248 250 252 / 0); +} +.placeholder-slate-50\/0::-ms-input-placeholder{ + color: rgb(248 250 252 / 0); +} +.placeholder-slate-50\/0::placeholder{ + color: rgb(248 250 252 / 0); +} +.placeholder-slate-50\/5::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.05); +} +.placeholder-slate-50\/5::-moz-placeholder{ + color: rgb(248 250 252 / 0.05); +} +.placeholder-slate-50\/5:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.05); +} +.placeholder-slate-50\/5::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.05); +} +.placeholder-slate-50\/5::placeholder{ + color: rgb(248 250 252 / 0.05); +} +.placeholder-slate-50\/10::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.1); +} +.placeholder-slate-50\/10::-moz-placeholder{ + color: rgb(248 250 252 / 0.1); +} +.placeholder-slate-50\/10:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.1); +} +.placeholder-slate-50\/10::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.1); +} +.placeholder-slate-50\/10::placeholder{ + color: rgb(248 250 252 / 0.1); +} +.placeholder-slate-50\/20::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.2); +} +.placeholder-slate-50\/20::-moz-placeholder{ + color: rgb(248 250 252 / 0.2); +} +.placeholder-slate-50\/20:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.2); +} +.placeholder-slate-50\/20::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.2); +} +.placeholder-slate-50\/20::placeholder{ + color: rgb(248 250 252 / 0.2); +} +.placeholder-slate-50\/25::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.25); +} +.placeholder-slate-50\/25::-moz-placeholder{ + color: rgb(248 250 252 / 0.25); +} +.placeholder-slate-50\/25:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.25); +} +.placeholder-slate-50\/25::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.25); +} +.placeholder-slate-50\/25::placeholder{ + color: rgb(248 250 252 / 0.25); +} +.placeholder-slate-50\/30::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.3); +} +.placeholder-slate-50\/30::-moz-placeholder{ + color: rgb(248 250 252 / 0.3); +} +.placeholder-slate-50\/30:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.3); +} +.placeholder-slate-50\/30::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.3); +} +.placeholder-slate-50\/30::placeholder{ + color: rgb(248 250 252 / 0.3); +} +.placeholder-slate-50\/40::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.4); +} +.placeholder-slate-50\/40::-moz-placeholder{ + color: rgb(248 250 252 / 0.4); +} +.placeholder-slate-50\/40:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.4); +} +.placeholder-slate-50\/40::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.4); +} +.placeholder-slate-50\/40::placeholder{ + color: rgb(248 250 252 / 0.4); +} +.placeholder-slate-50\/50::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.5); +} +.placeholder-slate-50\/50::-moz-placeholder{ + color: rgb(248 250 252 / 0.5); +} +.placeholder-slate-50\/50:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.5); +} +.placeholder-slate-50\/50::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.5); +} +.placeholder-slate-50\/50::placeholder{ + color: rgb(248 250 252 / 0.5); +} +.placeholder-slate-50\/60::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.6); +} +.placeholder-slate-50\/60::-moz-placeholder{ + color: rgb(248 250 252 / 0.6); +} +.placeholder-slate-50\/60:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.6); +} +.placeholder-slate-50\/60::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.6); +} +.placeholder-slate-50\/60::placeholder{ + color: rgb(248 250 252 / 0.6); +} +.placeholder-slate-50\/70::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.7); +} +.placeholder-slate-50\/70::-moz-placeholder{ + color: rgb(248 250 252 / 0.7); +} +.placeholder-slate-50\/70:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.7); +} +.placeholder-slate-50\/70::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.7); +} +.placeholder-slate-50\/70::placeholder{ + color: rgb(248 250 252 / 0.7); +} +.placeholder-slate-50\/75::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.75); +} +.placeholder-slate-50\/75::-moz-placeholder{ + color: rgb(248 250 252 / 0.75); +} +.placeholder-slate-50\/75:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.75); +} +.placeholder-slate-50\/75::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.75); +} +.placeholder-slate-50\/75::placeholder{ + color: rgb(248 250 252 / 0.75); +} +.placeholder-slate-50\/80::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.8); +} +.placeholder-slate-50\/80::-moz-placeholder{ + color: rgb(248 250 252 / 0.8); +} +.placeholder-slate-50\/80:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.8); +} +.placeholder-slate-50\/80::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.8); +} +.placeholder-slate-50\/80::placeholder{ + color: rgb(248 250 252 / 0.8); +} +.placeholder-slate-50\/90::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.9); +} +.placeholder-slate-50\/90::-moz-placeholder{ + color: rgb(248 250 252 / 0.9); +} +.placeholder-slate-50\/90:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.9); +} +.placeholder-slate-50\/90::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.9); +} +.placeholder-slate-50\/90::placeholder{ + color: rgb(248 250 252 / 0.9); +} +.placeholder-slate-50\/95::-webkit-input-placeholder{ + color: rgb(248 250 252 / 0.95); +} +.placeholder-slate-50\/95::-moz-placeholder{ + color: rgb(248 250 252 / 0.95); +} +.placeholder-slate-50\/95:-ms-input-placeholder{ + color: rgb(248 250 252 / 0.95); +} +.placeholder-slate-50\/95::-ms-input-placeholder{ + color: rgb(248 250 252 / 0.95); +} +.placeholder-slate-50\/95::placeholder{ + color: rgb(248 250 252 / 0.95); +} +.placeholder-slate-50\/100::-webkit-input-placeholder{ + color: rgb(248 250 252 / 1); +} +.placeholder-slate-50\/100::-moz-placeholder{ + color: rgb(248 250 252 / 1); +} +.placeholder-slate-50\/100:-ms-input-placeholder{ + color: rgb(248 250 252 / 1); +} +.placeholder-slate-50\/100::-ms-input-placeholder{ + color: rgb(248 250 252 / 1); +} +.placeholder-slate-50\/100::placeholder{ + color: rgb(248 250 252 / 1); +} +.placeholder-slate-100\/0::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0); +} +.placeholder-slate-100\/0::-moz-placeholder{ + color: rgb(241 245 249 / 0); +} +.placeholder-slate-100\/0:-ms-input-placeholder{ + color: rgb(241 245 249 / 0); +} +.placeholder-slate-100\/0::-ms-input-placeholder{ + color: rgb(241 245 249 / 0); +} +.placeholder-slate-100\/0::placeholder{ + color: rgb(241 245 249 / 0); +} +.placeholder-slate-100\/5::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.05); +} +.placeholder-slate-100\/5::-moz-placeholder{ + color: rgb(241 245 249 / 0.05); +} +.placeholder-slate-100\/5:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.05); +} +.placeholder-slate-100\/5::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.05); +} +.placeholder-slate-100\/5::placeholder{ + color: rgb(241 245 249 / 0.05); +} +.placeholder-slate-100\/10::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.1); +} +.placeholder-slate-100\/10::-moz-placeholder{ + color: rgb(241 245 249 / 0.1); +} +.placeholder-slate-100\/10:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.1); +} +.placeholder-slate-100\/10::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.1); +} +.placeholder-slate-100\/10::placeholder{ + color: rgb(241 245 249 / 0.1); +} +.placeholder-slate-100\/20::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.2); +} +.placeholder-slate-100\/20::-moz-placeholder{ + color: rgb(241 245 249 / 0.2); +} +.placeholder-slate-100\/20:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.2); +} +.placeholder-slate-100\/20::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.2); +} +.placeholder-slate-100\/20::placeholder{ + color: rgb(241 245 249 / 0.2); +} +.placeholder-slate-100\/25::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.25); +} +.placeholder-slate-100\/25::-moz-placeholder{ + color: rgb(241 245 249 / 0.25); +} +.placeholder-slate-100\/25:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.25); +} +.placeholder-slate-100\/25::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.25); +} +.placeholder-slate-100\/25::placeholder{ + color: rgb(241 245 249 / 0.25); +} +.placeholder-slate-100\/30::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.3); +} +.placeholder-slate-100\/30::-moz-placeholder{ + color: rgb(241 245 249 / 0.3); +} +.placeholder-slate-100\/30:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.3); +} +.placeholder-slate-100\/30::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.3); +} +.placeholder-slate-100\/30::placeholder{ + color: rgb(241 245 249 / 0.3); +} +.placeholder-slate-100\/40::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.4); +} +.placeholder-slate-100\/40::-moz-placeholder{ + color: rgb(241 245 249 / 0.4); +} +.placeholder-slate-100\/40:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.4); +} +.placeholder-slate-100\/40::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.4); +} +.placeholder-slate-100\/40::placeholder{ + color: rgb(241 245 249 / 0.4); +} +.placeholder-slate-100\/50::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.5); +} +.placeholder-slate-100\/50::-moz-placeholder{ + color: rgb(241 245 249 / 0.5); +} +.placeholder-slate-100\/50:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.5); +} +.placeholder-slate-100\/50::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.5); +} +.placeholder-slate-100\/50::placeholder{ + color: rgb(241 245 249 / 0.5); +} +.placeholder-slate-100\/60::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.6); +} +.placeholder-slate-100\/60::-moz-placeholder{ + color: rgb(241 245 249 / 0.6); +} +.placeholder-slate-100\/60:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.6); +} +.placeholder-slate-100\/60::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.6); +} +.placeholder-slate-100\/60::placeholder{ + color: rgb(241 245 249 / 0.6); +} +.placeholder-slate-100\/70::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.7); +} +.placeholder-slate-100\/70::-moz-placeholder{ + color: rgb(241 245 249 / 0.7); +} +.placeholder-slate-100\/70:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.7); +} +.placeholder-slate-100\/70::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.7); +} +.placeholder-slate-100\/70::placeholder{ + color: rgb(241 245 249 / 0.7); +} +.placeholder-slate-100\/75::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.75); +} +.placeholder-slate-100\/75::-moz-placeholder{ + color: rgb(241 245 249 / 0.75); +} +.placeholder-slate-100\/75:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.75); +} +.placeholder-slate-100\/75::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.75); +} +.placeholder-slate-100\/75::placeholder{ + color: rgb(241 245 249 / 0.75); +} +.placeholder-slate-100\/80::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.8); +} +.placeholder-slate-100\/80::-moz-placeholder{ + color: rgb(241 245 249 / 0.8); +} +.placeholder-slate-100\/80:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.8); +} +.placeholder-slate-100\/80::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.8); +} +.placeholder-slate-100\/80::placeholder{ + color: rgb(241 245 249 / 0.8); +} +.placeholder-slate-100\/90::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.9); +} +.placeholder-slate-100\/90::-moz-placeholder{ + color: rgb(241 245 249 / 0.9); +} +.placeholder-slate-100\/90:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.9); +} +.placeholder-slate-100\/90::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.9); +} +.placeholder-slate-100\/90::placeholder{ + color: rgb(241 245 249 / 0.9); +} +.placeholder-slate-100\/95::-webkit-input-placeholder{ + color: rgb(241 245 249 / 0.95); +} +.placeholder-slate-100\/95::-moz-placeholder{ + color: rgb(241 245 249 / 0.95); +} +.placeholder-slate-100\/95:-ms-input-placeholder{ + color: rgb(241 245 249 / 0.95); +} +.placeholder-slate-100\/95::-ms-input-placeholder{ + color: rgb(241 245 249 / 0.95); +} +.placeholder-slate-100\/95::placeholder{ + color: rgb(241 245 249 / 0.95); +} +.placeholder-slate-100\/100::-webkit-input-placeholder{ + color: rgb(241 245 249 / 1); +} +.placeholder-slate-100\/100::-moz-placeholder{ + color: rgb(241 245 249 / 1); +} +.placeholder-slate-100\/100:-ms-input-placeholder{ + color: rgb(241 245 249 / 1); +} +.placeholder-slate-100\/100::-ms-input-placeholder{ + color: rgb(241 245 249 / 1); +} +.placeholder-slate-100\/100::placeholder{ + color: rgb(241 245 249 / 1); +} +.placeholder-slate-200\/0::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0); +} +.placeholder-slate-200\/0::-moz-placeholder{ + color: rgb(226 232 240 / 0); +} +.placeholder-slate-200\/0:-ms-input-placeholder{ + color: rgb(226 232 240 / 0); +} +.placeholder-slate-200\/0::-ms-input-placeholder{ + color: rgb(226 232 240 / 0); +} +.placeholder-slate-200\/0::placeholder{ + color: rgb(226 232 240 / 0); +} +.placeholder-slate-200\/5::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.05); +} +.placeholder-slate-200\/5::-moz-placeholder{ + color: rgb(226 232 240 / 0.05); +} +.placeholder-slate-200\/5:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.05); +} +.placeholder-slate-200\/5::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.05); +} +.placeholder-slate-200\/5::placeholder{ + color: rgb(226 232 240 / 0.05); +} +.placeholder-slate-200\/10::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.1); +} +.placeholder-slate-200\/10::-moz-placeholder{ + color: rgb(226 232 240 / 0.1); +} +.placeholder-slate-200\/10:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.1); +} +.placeholder-slate-200\/10::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.1); +} +.placeholder-slate-200\/10::placeholder{ + color: rgb(226 232 240 / 0.1); +} +.placeholder-slate-200\/20::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.2); +} +.placeholder-slate-200\/20::-moz-placeholder{ + color: rgb(226 232 240 / 0.2); +} +.placeholder-slate-200\/20:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.2); +} +.placeholder-slate-200\/20::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.2); +} +.placeholder-slate-200\/20::placeholder{ + color: rgb(226 232 240 / 0.2); +} +.placeholder-slate-200\/25::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.25); +} +.placeholder-slate-200\/25::-moz-placeholder{ + color: rgb(226 232 240 / 0.25); +} +.placeholder-slate-200\/25:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.25); +} +.placeholder-slate-200\/25::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.25); +} +.placeholder-slate-200\/25::placeholder{ + color: rgb(226 232 240 / 0.25); +} +.placeholder-slate-200\/30::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.3); +} +.placeholder-slate-200\/30::-moz-placeholder{ + color: rgb(226 232 240 / 0.3); +} +.placeholder-slate-200\/30:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.3); +} +.placeholder-slate-200\/30::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.3); +} +.placeholder-slate-200\/30::placeholder{ + color: rgb(226 232 240 / 0.3); +} +.placeholder-slate-200\/40::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.4); +} +.placeholder-slate-200\/40::-moz-placeholder{ + color: rgb(226 232 240 / 0.4); +} +.placeholder-slate-200\/40:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.4); +} +.placeholder-slate-200\/40::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.4); +} +.placeholder-slate-200\/40::placeholder{ + color: rgb(226 232 240 / 0.4); +} +.placeholder-slate-200\/50::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.5); +} +.placeholder-slate-200\/50::-moz-placeholder{ + color: rgb(226 232 240 / 0.5); +} +.placeholder-slate-200\/50:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.5); +} +.placeholder-slate-200\/50::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.5); +} +.placeholder-slate-200\/50::placeholder{ + color: rgb(226 232 240 / 0.5); +} +.placeholder-slate-200\/60::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.6); +} +.placeholder-slate-200\/60::-moz-placeholder{ + color: rgb(226 232 240 / 0.6); +} +.placeholder-slate-200\/60:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.6); +} +.placeholder-slate-200\/60::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.6); +} +.placeholder-slate-200\/60::placeholder{ + color: rgb(226 232 240 / 0.6); +} +.placeholder-slate-200\/70::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.7); +} +.placeholder-slate-200\/70::-moz-placeholder{ + color: rgb(226 232 240 / 0.7); +} +.placeholder-slate-200\/70:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.7); +} +.placeholder-slate-200\/70::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.7); +} +.placeholder-slate-200\/70::placeholder{ + color: rgb(226 232 240 / 0.7); +} +.placeholder-slate-200\/75::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.75); +} +.placeholder-slate-200\/75::-moz-placeholder{ + color: rgb(226 232 240 / 0.75); +} +.placeholder-slate-200\/75:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.75); +} +.placeholder-slate-200\/75::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.75); +} +.placeholder-slate-200\/75::placeholder{ + color: rgb(226 232 240 / 0.75); +} +.placeholder-slate-200\/80::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.8); +} +.placeholder-slate-200\/80::-moz-placeholder{ + color: rgb(226 232 240 / 0.8); +} +.placeholder-slate-200\/80:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.8); +} +.placeholder-slate-200\/80::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.8); +} +.placeholder-slate-200\/80::placeholder{ + color: rgb(226 232 240 / 0.8); +} +.placeholder-slate-200\/90::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.9); +} +.placeholder-slate-200\/90::-moz-placeholder{ + color: rgb(226 232 240 / 0.9); +} +.placeholder-slate-200\/90:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.9); +} +.placeholder-slate-200\/90::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.9); +} +.placeholder-slate-200\/90::placeholder{ + color: rgb(226 232 240 / 0.9); +} +.placeholder-slate-200\/95::-webkit-input-placeholder{ + color: rgb(226 232 240 / 0.95); +} +.placeholder-slate-200\/95::-moz-placeholder{ + color: rgb(226 232 240 / 0.95); +} +.placeholder-slate-200\/95:-ms-input-placeholder{ + color: rgb(226 232 240 / 0.95); +} +.placeholder-slate-200\/95::-ms-input-placeholder{ + color: rgb(226 232 240 / 0.95); +} +.placeholder-slate-200\/95::placeholder{ + color: rgb(226 232 240 / 0.95); +} +.placeholder-slate-200\/100::-webkit-input-placeholder{ + color: rgb(226 232 240 / 1); +} +.placeholder-slate-200\/100::-moz-placeholder{ + color: rgb(226 232 240 / 1); +} +.placeholder-slate-200\/100:-ms-input-placeholder{ + color: rgb(226 232 240 / 1); +} +.placeholder-slate-200\/100::-ms-input-placeholder{ + color: rgb(226 232 240 / 1); +} +.placeholder-slate-200\/100::placeholder{ + color: rgb(226 232 240 / 1); +} +.placeholder-slate-300\/0::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0); +} +.placeholder-slate-300\/0::-moz-placeholder{ + color: rgb(203 213 225 / 0); +} +.placeholder-slate-300\/0:-ms-input-placeholder{ + color: rgb(203 213 225 / 0); +} +.placeholder-slate-300\/0::-ms-input-placeholder{ + color: rgb(203 213 225 / 0); +} +.placeholder-slate-300\/0::placeholder{ + color: rgb(203 213 225 / 0); +} +.placeholder-slate-300\/5::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.05); +} +.placeholder-slate-300\/5::-moz-placeholder{ + color: rgb(203 213 225 / 0.05); +} +.placeholder-slate-300\/5:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.05); +} +.placeholder-slate-300\/5::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.05); +} +.placeholder-slate-300\/5::placeholder{ + color: rgb(203 213 225 / 0.05); +} +.placeholder-slate-300\/10::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.1); +} +.placeholder-slate-300\/10::-moz-placeholder{ + color: rgb(203 213 225 / 0.1); +} +.placeholder-slate-300\/10:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.1); +} +.placeholder-slate-300\/10::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.1); +} +.placeholder-slate-300\/10::placeholder{ + color: rgb(203 213 225 / 0.1); +} +.placeholder-slate-300\/20::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.2); +} +.placeholder-slate-300\/20::-moz-placeholder{ + color: rgb(203 213 225 / 0.2); +} +.placeholder-slate-300\/20:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.2); +} +.placeholder-slate-300\/20::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.2); +} +.placeholder-slate-300\/20::placeholder{ + color: rgb(203 213 225 / 0.2); +} +.placeholder-slate-300\/25::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.25); +} +.placeholder-slate-300\/25::-moz-placeholder{ + color: rgb(203 213 225 / 0.25); +} +.placeholder-slate-300\/25:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.25); +} +.placeholder-slate-300\/25::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.25); +} +.placeholder-slate-300\/25::placeholder{ + color: rgb(203 213 225 / 0.25); +} +.placeholder-slate-300\/30::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.3); +} +.placeholder-slate-300\/30::-moz-placeholder{ + color: rgb(203 213 225 / 0.3); +} +.placeholder-slate-300\/30:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.3); +} +.placeholder-slate-300\/30::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.3); +} +.placeholder-slate-300\/30::placeholder{ + color: rgb(203 213 225 / 0.3); +} +.placeholder-slate-300\/40::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.4); +} +.placeholder-slate-300\/40::-moz-placeholder{ + color: rgb(203 213 225 / 0.4); +} +.placeholder-slate-300\/40:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.4); +} +.placeholder-slate-300\/40::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.4); +} +.placeholder-slate-300\/40::placeholder{ + color: rgb(203 213 225 / 0.4); +} +.placeholder-slate-300\/50::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.5); +} +.placeholder-slate-300\/50::-moz-placeholder{ + color: rgb(203 213 225 / 0.5); +} +.placeholder-slate-300\/50:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.5); +} +.placeholder-slate-300\/50::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.5); +} +.placeholder-slate-300\/50::placeholder{ + color: rgb(203 213 225 / 0.5); +} +.placeholder-slate-300\/60::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.6); +} +.placeholder-slate-300\/60::-moz-placeholder{ + color: rgb(203 213 225 / 0.6); +} +.placeholder-slate-300\/60:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.6); +} +.placeholder-slate-300\/60::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.6); +} +.placeholder-slate-300\/60::placeholder{ + color: rgb(203 213 225 / 0.6); +} +.placeholder-slate-300\/70::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.7); +} +.placeholder-slate-300\/70::-moz-placeholder{ + color: rgb(203 213 225 / 0.7); +} +.placeholder-slate-300\/70:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.7); +} +.placeholder-slate-300\/70::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.7); +} +.placeholder-slate-300\/70::placeholder{ + color: rgb(203 213 225 / 0.7); +} +.placeholder-slate-300\/75::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.75); +} +.placeholder-slate-300\/75::-moz-placeholder{ + color: rgb(203 213 225 / 0.75); +} +.placeholder-slate-300\/75:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.75); +} +.placeholder-slate-300\/75::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.75); +} +.placeholder-slate-300\/75::placeholder{ + color: rgb(203 213 225 / 0.75); +} +.placeholder-slate-300\/80::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.8); +} +.placeholder-slate-300\/80::-moz-placeholder{ + color: rgb(203 213 225 / 0.8); +} +.placeholder-slate-300\/80:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.8); +} +.placeholder-slate-300\/80::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.8); +} +.placeholder-slate-300\/80::placeholder{ + color: rgb(203 213 225 / 0.8); +} +.placeholder-slate-300\/90::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.9); +} +.placeholder-slate-300\/90::-moz-placeholder{ + color: rgb(203 213 225 / 0.9); +} +.placeholder-slate-300\/90:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.9); +} +.placeholder-slate-300\/90::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.9); +} +.placeholder-slate-300\/90::placeholder{ + color: rgb(203 213 225 / 0.9); +} +.placeholder-slate-300\/95::-webkit-input-placeholder{ + color: rgb(203 213 225 / 0.95); +} +.placeholder-slate-300\/95::-moz-placeholder{ + color: rgb(203 213 225 / 0.95); +} +.placeholder-slate-300\/95:-ms-input-placeholder{ + color: rgb(203 213 225 / 0.95); +} +.placeholder-slate-300\/95::-ms-input-placeholder{ + color: rgb(203 213 225 / 0.95); +} +.placeholder-slate-300\/95::placeholder{ + color: rgb(203 213 225 / 0.95); +} +.placeholder-slate-300\/100::-webkit-input-placeholder{ + color: rgb(203 213 225 / 1); +} +.placeholder-slate-300\/100::-moz-placeholder{ + color: rgb(203 213 225 / 1); +} +.placeholder-slate-300\/100:-ms-input-placeholder{ + color: rgb(203 213 225 / 1); +} +.placeholder-slate-300\/100::-ms-input-placeholder{ + color: rgb(203 213 225 / 1); +} +.placeholder-slate-300\/100::placeholder{ + color: rgb(203 213 225 / 1); +} +.placeholder-slate-400\/0::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0); +} +.placeholder-slate-400\/0::-moz-placeholder{ + color: rgb(148 163 184 / 0); +} +.placeholder-slate-400\/0:-ms-input-placeholder{ + color: rgb(148 163 184 / 0); +} +.placeholder-slate-400\/0::-ms-input-placeholder{ + color: rgb(148 163 184 / 0); +} +.placeholder-slate-400\/0::placeholder{ + color: rgb(148 163 184 / 0); +} +.placeholder-slate-400\/5::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.05); +} +.placeholder-slate-400\/5::-moz-placeholder{ + color: rgb(148 163 184 / 0.05); +} +.placeholder-slate-400\/5:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.05); +} +.placeholder-slate-400\/5::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.05); +} +.placeholder-slate-400\/5::placeholder{ + color: rgb(148 163 184 / 0.05); +} +.placeholder-slate-400\/10::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.1); +} +.placeholder-slate-400\/10::-moz-placeholder{ + color: rgb(148 163 184 / 0.1); +} +.placeholder-slate-400\/10:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.1); +} +.placeholder-slate-400\/10::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.1); +} +.placeholder-slate-400\/10::placeholder{ + color: rgb(148 163 184 / 0.1); +} +.placeholder-slate-400\/20::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.2); +} +.placeholder-slate-400\/20::-moz-placeholder{ + color: rgb(148 163 184 / 0.2); +} +.placeholder-slate-400\/20:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.2); +} +.placeholder-slate-400\/20::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.2); +} +.placeholder-slate-400\/20::placeholder{ + color: rgb(148 163 184 / 0.2); +} +.placeholder-slate-400\/25::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.25); +} +.placeholder-slate-400\/25::-moz-placeholder{ + color: rgb(148 163 184 / 0.25); +} +.placeholder-slate-400\/25:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.25); +} +.placeholder-slate-400\/25::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.25); +} +.placeholder-slate-400\/25::placeholder{ + color: rgb(148 163 184 / 0.25); +} +.placeholder-slate-400\/30::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.3); +} +.placeholder-slate-400\/30::-moz-placeholder{ + color: rgb(148 163 184 / 0.3); +} +.placeholder-slate-400\/30:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.3); +} +.placeholder-slate-400\/30::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.3); +} +.placeholder-slate-400\/30::placeholder{ + color: rgb(148 163 184 / 0.3); +} +.placeholder-slate-400\/40::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.4); +} +.placeholder-slate-400\/40::-moz-placeholder{ + color: rgb(148 163 184 / 0.4); +} +.placeholder-slate-400\/40:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.4); +} +.placeholder-slate-400\/40::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.4); +} +.placeholder-slate-400\/40::placeholder{ + color: rgb(148 163 184 / 0.4); +} +.placeholder-slate-400\/50::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.5); +} +.placeholder-slate-400\/50::-moz-placeholder{ + color: rgb(148 163 184 / 0.5); +} +.placeholder-slate-400\/50:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.5); +} +.placeholder-slate-400\/50::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.5); +} +.placeholder-slate-400\/50::placeholder{ + color: rgb(148 163 184 / 0.5); +} +.placeholder-slate-400\/60::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.6); +} +.placeholder-slate-400\/60::-moz-placeholder{ + color: rgb(148 163 184 / 0.6); +} +.placeholder-slate-400\/60:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.6); +} +.placeholder-slate-400\/60::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.6); +} +.placeholder-slate-400\/60::placeholder{ + color: rgb(148 163 184 / 0.6); +} +.placeholder-slate-400\/70::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.7); +} +.placeholder-slate-400\/70::-moz-placeholder{ + color: rgb(148 163 184 / 0.7); +} +.placeholder-slate-400\/70:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.7); +} +.placeholder-slate-400\/70::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.7); +} +.placeholder-slate-400\/70::placeholder{ + color: rgb(148 163 184 / 0.7); +} +.placeholder-slate-400\/75::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.75); +} +.placeholder-slate-400\/75::-moz-placeholder{ + color: rgb(148 163 184 / 0.75); +} +.placeholder-slate-400\/75:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.75); +} +.placeholder-slate-400\/75::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.75); +} +.placeholder-slate-400\/75::placeholder{ + color: rgb(148 163 184 / 0.75); +} +.placeholder-slate-400\/80::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.8); +} +.placeholder-slate-400\/80::-moz-placeholder{ + color: rgb(148 163 184 / 0.8); +} +.placeholder-slate-400\/80:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.8); +} +.placeholder-slate-400\/80::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.8); +} +.placeholder-slate-400\/80::placeholder{ + color: rgb(148 163 184 / 0.8); +} +.placeholder-slate-400\/90::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.9); +} +.placeholder-slate-400\/90::-moz-placeholder{ + color: rgb(148 163 184 / 0.9); +} +.placeholder-slate-400\/90:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.9); +} +.placeholder-slate-400\/90::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.9); +} +.placeholder-slate-400\/90::placeholder{ + color: rgb(148 163 184 / 0.9); +} +.placeholder-slate-400\/95::-webkit-input-placeholder{ + color: rgb(148 163 184 / 0.95); +} +.placeholder-slate-400\/95::-moz-placeholder{ + color: rgb(148 163 184 / 0.95); +} +.placeholder-slate-400\/95:-ms-input-placeholder{ + color: rgb(148 163 184 / 0.95); +} +.placeholder-slate-400\/95::-ms-input-placeholder{ + color: rgb(148 163 184 / 0.95); +} +.placeholder-slate-400\/95::placeholder{ + color: rgb(148 163 184 / 0.95); +} +.placeholder-slate-400\/100::-webkit-input-placeholder{ + color: rgb(148 163 184 / 1); +} +.placeholder-slate-400\/100::-moz-placeholder{ + color: rgb(148 163 184 / 1); +} +.placeholder-slate-400\/100:-ms-input-placeholder{ + color: rgb(148 163 184 / 1); +} +.placeholder-slate-400\/100::-ms-input-placeholder{ + color: rgb(148 163 184 / 1); +} +.placeholder-slate-400\/100::placeholder{ + color: rgb(148 163 184 / 1); +} +.placeholder-slate-500\/0::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0); +} +.placeholder-slate-500\/0::-moz-placeholder{ + color: rgb(100 116 139 / 0); +} +.placeholder-slate-500\/0:-ms-input-placeholder{ + color: rgb(100 116 139 / 0); +} +.placeholder-slate-500\/0::-ms-input-placeholder{ + color: rgb(100 116 139 / 0); +} +.placeholder-slate-500\/0::placeholder{ + color: rgb(100 116 139 / 0); +} +.placeholder-slate-500\/5::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.05); +} +.placeholder-slate-500\/5::-moz-placeholder{ + color: rgb(100 116 139 / 0.05); +} +.placeholder-slate-500\/5:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.05); +} +.placeholder-slate-500\/5::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.05); +} +.placeholder-slate-500\/5::placeholder{ + color: rgb(100 116 139 / 0.05); +} +.placeholder-slate-500\/10::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.1); +} +.placeholder-slate-500\/10::-moz-placeholder{ + color: rgb(100 116 139 / 0.1); +} +.placeholder-slate-500\/10:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.1); +} +.placeholder-slate-500\/10::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.1); +} +.placeholder-slate-500\/10::placeholder{ + color: rgb(100 116 139 / 0.1); +} +.placeholder-slate-500\/20::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.2); +} +.placeholder-slate-500\/20::-moz-placeholder{ + color: rgb(100 116 139 / 0.2); +} +.placeholder-slate-500\/20:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.2); +} +.placeholder-slate-500\/20::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.2); +} +.placeholder-slate-500\/20::placeholder{ + color: rgb(100 116 139 / 0.2); +} +.placeholder-slate-500\/25::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.25); +} +.placeholder-slate-500\/25::-moz-placeholder{ + color: rgb(100 116 139 / 0.25); +} +.placeholder-slate-500\/25:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.25); +} +.placeholder-slate-500\/25::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.25); +} +.placeholder-slate-500\/25::placeholder{ + color: rgb(100 116 139 / 0.25); +} +.placeholder-slate-500\/30::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.3); +} +.placeholder-slate-500\/30::-moz-placeholder{ + color: rgb(100 116 139 / 0.3); +} +.placeholder-slate-500\/30:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.3); +} +.placeholder-slate-500\/30::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.3); +} +.placeholder-slate-500\/30::placeholder{ + color: rgb(100 116 139 / 0.3); +} +.placeholder-slate-500\/40::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.4); +} +.placeholder-slate-500\/40::-moz-placeholder{ + color: rgb(100 116 139 / 0.4); +} +.placeholder-slate-500\/40:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.4); +} +.placeholder-slate-500\/40::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.4); +} +.placeholder-slate-500\/40::placeholder{ + color: rgb(100 116 139 / 0.4); +} +.placeholder-slate-500\/50::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.5); +} +.placeholder-slate-500\/50::-moz-placeholder{ + color: rgb(100 116 139 / 0.5); +} +.placeholder-slate-500\/50:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.5); +} +.placeholder-slate-500\/50::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.5); +} +.placeholder-slate-500\/50::placeholder{ + color: rgb(100 116 139 / 0.5); +} +.placeholder-slate-500\/60::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.6); +} +.placeholder-slate-500\/60::-moz-placeholder{ + color: rgb(100 116 139 / 0.6); +} +.placeholder-slate-500\/60:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.6); +} +.placeholder-slate-500\/60::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.6); +} +.placeholder-slate-500\/60::placeholder{ + color: rgb(100 116 139 / 0.6); +} +.placeholder-slate-500\/70::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.7); +} +.placeholder-slate-500\/70::-moz-placeholder{ + color: rgb(100 116 139 / 0.7); +} +.placeholder-slate-500\/70:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.7); +} +.placeholder-slate-500\/70::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.7); +} +.placeholder-slate-500\/70::placeholder{ + color: rgb(100 116 139 / 0.7); +} +.placeholder-slate-500\/75::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.75); +} +.placeholder-slate-500\/75::-moz-placeholder{ + color: rgb(100 116 139 / 0.75); +} +.placeholder-slate-500\/75:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.75); +} +.placeholder-slate-500\/75::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.75); +} +.placeholder-slate-500\/75::placeholder{ + color: rgb(100 116 139 / 0.75); +} +.placeholder-slate-500\/80::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.8); +} +.placeholder-slate-500\/80::-moz-placeholder{ + color: rgb(100 116 139 / 0.8); +} +.placeholder-slate-500\/80:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.8); +} +.placeholder-slate-500\/80::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.8); +} +.placeholder-slate-500\/80::placeholder{ + color: rgb(100 116 139 / 0.8); +} +.placeholder-slate-500\/90::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.9); +} +.placeholder-slate-500\/90::-moz-placeholder{ + color: rgb(100 116 139 / 0.9); +} +.placeholder-slate-500\/90:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.9); +} +.placeholder-slate-500\/90::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.9); +} +.placeholder-slate-500\/90::placeholder{ + color: rgb(100 116 139 / 0.9); +} +.placeholder-slate-500\/95::-webkit-input-placeholder{ + color: rgb(100 116 139 / 0.95); +} +.placeholder-slate-500\/95::-moz-placeholder{ + color: rgb(100 116 139 / 0.95); +} +.placeholder-slate-500\/95:-ms-input-placeholder{ + color: rgb(100 116 139 / 0.95); +} +.placeholder-slate-500\/95::-ms-input-placeholder{ + color: rgb(100 116 139 / 0.95); +} +.placeholder-slate-500\/95::placeholder{ + color: rgb(100 116 139 / 0.95); +} +.placeholder-slate-500\/100::-webkit-input-placeholder{ + color: rgb(100 116 139 / 1); +} +.placeholder-slate-500\/100::-moz-placeholder{ + color: rgb(100 116 139 / 1); +} +.placeholder-slate-500\/100:-ms-input-placeholder{ + color: rgb(100 116 139 / 1); +} +.placeholder-slate-500\/100::-ms-input-placeholder{ + color: rgb(100 116 139 / 1); +} +.placeholder-slate-500\/100::placeholder{ + color: rgb(100 116 139 / 1); +} +.placeholder-slate-600\/0::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0); +} +.placeholder-slate-600\/0::-moz-placeholder{ + color: rgb(71 85 105 / 0); +} +.placeholder-slate-600\/0:-ms-input-placeholder{ + color: rgb(71 85 105 / 0); +} +.placeholder-slate-600\/0::-ms-input-placeholder{ + color: rgb(71 85 105 / 0); +} +.placeholder-slate-600\/0::placeholder{ + color: rgb(71 85 105 / 0); +} +.placeholder-slate-600\/5::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.05); +} +.placeholder-slate-600\/5::-moz-placeholder{ + color: rgb(71 85 105 / 0.05); +} +.placeholder-slate-600\/5:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.05); +} +.placeholder-slate-600\/5::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.05); +} +.placeholder-slate-600\/5::placeholder{ + color: rgb(71 85 105 / 0.05); +} +.placeholder-slate-600\/10::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.1); +} +.placeholder-slate-600\/10::-moz-placeholder{ + color: rgb(71 85 105 / 0.1); +} +.placeholder-slate-600\/10:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.1); +} +.placeholder-slate-600\/10::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.1); +} +.placeholder-slate-600\/10::placeholder{ + color: rgb(71 85 105 / 0.1); +} +.placeholder-slate-600\/20::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.2); +} +.placeholder-slate-600\/20::-moz-placeholder{ + color: rgb(71 85 105 / 0.2); +} +.placeholder-slate-600\/20:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.2); +} +.placeholder-slate-600\/20::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.2); +} +.placeholder-slate-600\/20::placeholder{ + color: rgb(71 85 105 / 0.2); +} +.placeholder-slate-600\/25::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.25); +} +.placeholder-slate-600\/25::-moz-placeholder{ + color: rgb(71 85 105 / 0.25); +} +.placeholder-slate-600\/25:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.25); +} +.placeholder-slate-600\/25::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.25); +} +.placeholder-slate-600\/25::placeholder{ + color: rgb(71 85 105 / 0.25); +} +.placeholder-slate-600\/30::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.3); +} +.placeholder-slate-600\/30::-moz-placeholder{ + color: rgb(71 85 105 / 0.3); +} +.placeholder-slate-600\/30:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.3); +} +.placeholder-slate-600\/30::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.3); +} +.placeholder-slate-600\/30::placeholder{ + color: rgb(71 85 105 / 0.3); +} +.placeholder-slate-600\/40::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.4); +} +.placeholder-slate-600\/40::-moz-placeholder{ + color: rgb(71 85 105 / 0.4); +} +.placeholder-slate-600\/40:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.4); +} +.placeholder-slate-600\/40::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.4); +} +.placeholder-slate-600\/40::placeholder{ + color: rgb(71 85 105 / 0.4); +} +.placeholder-slate-600\/50::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.5); +} +.placeholder-slate-600\/50::-moz-placeholder{ + color: rgb(71 85 105 / 0.5); +} +.placeholder-slate-600\/50:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.5); +} +.placeholder-slate-600\/50::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.5); +} +.placeholder-slate-600\/50::placeholder{ + color: rgb(71 85 105 / 0.5); +} +.placeholder-slate-600\/60::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.6); +} +.placeholder-slate-600\/60::-moz-placeholder{ + color: rgb(71 85 105 / 0.6); +} +.placeholder-slate-600\/60:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.6); +} +.placeholder-slate-600\/60::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.6); +} +.placeholder-slate-600\/60::placeholder{ + color: rgb(71 85 105 / 0.6); +} +.placeholder-slate-600\/70::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.7); +} +.placeholder-slate-600\/70::-moz-placeholder{ + color: rgb(71 85 105 / 0.7); +} +.placeholder-slate-600\/70:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.7); +} +.placeholder-slate-600\/70::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.7); +} +.placeholder-slate-600\/70::placeholder{ + color: rgb(71 85 105 / 0.7); +} +.placeholder-slate-600\/75::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.75); +} +.placeholder-slate-600\/75::-moz-placeholder{ + color: rgb(71 85 105 / 0.75); +} +.placeholder-slate-600\/75:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.75); +} +.placeholder-slate-600\/75::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.75); +} +.placeholder-slate-600\/75::placeholder{ + color: rgb(71 85 105 / 0.75); +} +.placeholder-slate-600\/80::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.8); +} +.placeholder-slate-600\/80::-moz-placeholder{ + color: rgb(71 85 105 / 0.8); +} +.placeholder-slate-600\/80:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.8); +} +.placeholder-slate-600\/80::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.8); +} +.placeholder-slate-600\/80::placeholder{ + color: rgb(71 85 105 / 0.8); +} +.placeholder-slate-600\/90::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.9); +} +.placeholder-slate-600\/90::-moz-placeholder{ + color: rgb(71 85 105 / 0.9); +} +.placeholder-slate-600\/90:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.9); +} +.placeholder-slate-600\/90::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.9); +} +.placeholder-slate-600\/90::placeholder{ + color: rgb(71 85 105 / 0.9); +} +.placeholder-slate-600\/95::-webkit-input-placeholder{ + color: rgb(71 85 105 / 0.95); +} +.placeholder-slate-600\/95::-moz-placeholder{ + color: rgb(71 85 105 / 0.95); +} +.placeholder-slate-600\/95:-ms-input-placeholder{ + color: rgb(71 85 105 / 0.95); +} +.placeholder-slate-600\/95::-ms-input-placeholder{ + color: rgb(71 85 105 / 0.95); +} +.placeholder-slate-600\/95::placeholder{ + color: rgb(71 85 105 / 0.95); +} +.placeholder-slate-600\/100::-webkit-input-placeholder{ + color: rgb(71 85 105 / 1); +} +.placeholder-slate-600\/100::-moz-placeholder{ + color: rgb(71 85 105 / 1); +} +.placeholder-slate-600\/100:-ms-input-placeholder{ + color: rgb(71 85 105 / 1); +} +.placeholder-slate-600\/100::-ms-input-placeholder{ + color: rgb(71 85 105 / 1); +} +.placeholder-slate-600\/100::placeholder{ + color: rgb(71 85 105 / 1); +} +.placeholder-slate-700\/0::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0); +} +.placeholder-slate-700\/0::-moz-placeholder{ + color: rgb(51 65 85 / 0); +} +.placeholder-slate-700\/0:-ms-input-placeholder{ + color: rgb(51 65 85 / 0); +} +.placeholder-slate-700\/0::-ms-input-placeholder{ + color: rgb(51 65 85 / 0); +} +.placeholder-slate-700\/0::placeholder{ + color: rgb(51 65 85 / 0); +} +.placeholder-slate-700\/5::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.05); +} +.placeholder-slate-700\/5::-moz-placeholder{ + color: rgb(51 65 85 / 0.05); +} +.placeholder-slate-700\/5:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.05); +} +.placeholder-slate-700\/5::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.05); +} +.placeholder-slate-700\/5::placeholder{ + color: rgb(51 65 85 / 0.05); +} +.placeholder-slate-700\/10::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.1); +} +.placeholder-slate-700\/10::-moz-placeholder{ + color: rgb(51 65 85 / 0.1); +} +.placeholder-slate-700\/10:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.1); +} +.placeholder-slate-700\/10::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.1); +} +.placeholder-slate-700\/10::placeholder{ + color: rgb(51 65 85 / 0.1); +} +.placeholder-slate-700\/20::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.2); +} +.placeholder-slate-700\/20::-moz-placeholder{ + color: rgb(51 65 85 / 0.2); +} +.placeholder-slate-700\/20:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.2); +} +.placeholder-slate-700\/20::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.2); +} +.placeholder-slate-700\/20::placeholder{ + color: rgb(51 65 85 / 0.2); +} +.placeholder-slate-700\/25::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.25); +} +.placeholder-slate-700\/25::-moz-placeholder{ + color: rgb(51 65 85 / 0.25); +} +.placeholder-slate-700\/25:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.25); +} +.placeholder-slate-700\/25::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.25); +} +.placeholder-slate-700\/25::placeholder{ + color: rgb(51 65 85 / 0.25); +} +.placeholder-slate-700\/30::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.3); +} +.placeholder-slate-700\/30::-moz-placeholder{ + color: rgb(51 65 85 / 0.3); +} +.placeholder-slate-700\/30:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.3); +} +.placeholder-slate-700\/30::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.3); +} +.placeholder-slate-700\/30::placeholder{ + color: rgb(51 65 85 / 0.3); +} +.placeholder-slate-700\/40::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.4); +} +.placeholder-slate-700\/40::-moz-placeholder{ + color: rgb(51 65 85 / 0.4); +} +.placeholder-slate-700\/40:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.4); +} +.placeholder-slate-700\/40::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.4); +} +.placeholder-slate-700\/40::placeholder{ + color: rgb(51 65 85 / 0.4); +} +.placeholder-slate-700\/50::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.5); +} +.placeholder-slate-700\/50::-moz-placeholder{ + color: rgb(51 65 85 / 0.5); +} +.placeholder-slate-700\/50:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.5); +} +.placeholder-slate-700\/50::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.5); +} +.placeholder-slate-700\/50::placeholder{ + color: rgb(51 65 85 / 0.5); +} +.placeholder-slate-700\/60::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.6); +} +.placeholder-slate-700\/60::-moz-placeholder{ + color: rgb(51 65 85 / 0.6); +} +.placeholder-slate-700\/60:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.6); +} +.placeholder-slate-700\/60::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.6); +} +.placeholder-slate-700\/60::placeholder{ + color: rgb(51 65 85 / 0.6); +} +.placeholder-slate-700\/70::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.7); +} +.placeholder-slate-700\/70::-moz-placeholder{ + color: rgb(51 65 85 / 0.7); +} +.placeholder-slate-700\/70:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.7); +} +.placeholder-slate-700\/70::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.7); +} +.placeholder-slate-700\/70::placeholder{ + color: rgb(51 65 85 / 0.7); +} +.placeholder-slate-700\/75::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.75); +} +.placeholder-slate-700\/75::-moz-placeholder{ + color: rgb(51 65 85 / 0.75); +} +.placeholder-slate-700\/75:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.75); +} +.placeholder-slate-700\/75::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.75); +} +.placeholder-slate-700\/75::placeholder{ + color: rgb(51 65 85 / 0.75); +} +.placeholder-slate-700\/80::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.8); +} +.placeholder-slate-700\/80::-moz-placeholder{ + color: rgb(51 65 85 / 0.8); +} +.placeholder-slate-700\/80:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.8); +} +.placeholder-slate-700\/80::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.8); +} +.placeholder-slate-700\/80::placeholder{ + color: rgb(51 65 85 / 0.8); +} +.placeholder-slate-700\/90::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.9); +} +.placeholder-slate-700\/90::-moz-placeholder{ + color: rgb(51 65 85 / 0.9); +} +.placeholder-slate-700\/90:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.9); +} +.placeholder-slate-700\/90::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.9); +} +.placeholder-slate-700\/90::placeholder{ + color: rgb(51 65 85 / 0.9); +} +.placeholder-slate-700\/95::-webkit-input-placeholder{ + color: rgb(51 65 85 / 0.95); +} +.placeholder-slate-700\/95::-moz-placeholder{ + color: rgb(51 65 85 / 0.95); +} +.placeholder-slate-700\/95:-ms-input-placeholder{ + color: rgb(51 65 85 / 0.95); +} +.placeholder-slate-700\/95::-ms-input-placeholder{ + color: rgb(51 65 85 / 0.95); +} +.placeholder-slate-700\/95::placeholder{ + color: rgb(51 65 85 / 0.95); +} +.placeholder-slate-700\/100::-webkit-input-placeholder{ + color: rgb(51 65 85 / 1); +} +.placeholder-slate-700\/100::-moz-placeholder{ + color: rgb(51 65 85 / 1); +} +.placeholder-slate-700\/100:-ms-input-placeholder{ + color: rgb(51 65 85 / 1); +} +.placeholder-slate-700\/100::-ms-input-placeholder{ + color: rgb(51 65 85 / 1); +} +.placeholder-slate-700\/100::placeholder{ + color: rgb(51 65 85 / 1); +} +.placeholder-slate-800\/0::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0); +} +.placeholder-slate-800\/0::-moz-placeholder{ + color: rgb(30 41 59 / 0); +} +.placeholder-slate-800\/0:-ms-input-placeholder{ + color: rgb(30 41 59 / 0); +} +.placeholder-slate-800\/0::-ms-input-placeholder{ + color: rgb(30 41 59 / 0); +} +.placeholder-slate-800\/0::placeholder{ + color: rgb(30 41 59 / 0); +} +.placeholder-slate-800\/5::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.05); +} +.placeholder-slate-800\/5::-moz-placeholder{ + color: rgb(30 41 59 / 0.05); +} +.placeholder-slate-800\/5:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.05); +} +.placeholder-slate-800\/5::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.05); +} +.placeholder-slate-800\/5::placeholder{ + color: rgb(30 41 59 / 0.05); +} +.placeholder-slate-800\/10::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.1); +} +.placeholder-slate-800\/10::-moz-placeholder{ + color: rgb(30 41 59 / 0.1); +} +.placeholder-slate-800\/10:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.1); +} +.placeholder-slate-800\/10::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.1); +} +.placeholder-slate-800\/10::placeholder{ + color: rgb(30 41 59 / 0.1); +} +.placeholder-slate-800\/20::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.2); +} +.placeholder-slate-800\/20::-moz-placeholder{ + color: rgb(30 41 59 / 0.2); +} +.placeholder-slate-800\/20:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.2); +} +.placeholder-slate-800\/20::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.2); +} +.placeholder-slate-800\/20::placeholder{ + color: rgb(30 41 59 / 0.2); +} +.placeholder-slate-800\/25::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.25); +} +.placeholder-slate-800\/25::-moz-placeholder{ + color: rgb(30 41 59 / 0.25); +} +.placeholder-slate-800\/25:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.25); +} +.placeholder-slate-800\/25::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.25); +} +.placeholder-slate-800\/25::placeholder{ + color: rgb(30 41 59 / 0.25); +} +.placeholder-slate-800\/30::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.3); +} +.placeholder-slate-800\/30::-moz-placeholder{ + color: rgb(30 41 59 / 0.3); +} +.placeholder-slate-800\/30:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.3); +} +.placeholder-slate-800\/30::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.3); +} +.placeholder-slate-800\/30::placeholder{ + color: rgb(30 41 59 / 0.3); +} +.placeholder-slate-800\/40::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.4); +} +.placeholder-slate-800\/40::-moz-placeholder{ + color: rgb(30 41 59 / 0.4); +} +.placeholder-slate-800\/40:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.4); +} +.placeholder-slate-800\/40::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.4); +} +.placeholder-slate-800\/40::placeholder{ + color: rgb(30 41 59 / 0.4); +} +.placeholder-slate-800\/50::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.5); +} +.placeholder-slate-800\/50::-moz-placeholder{ + color: rgb(30 41 59 / 0.5); +} +.placeholder-slate-800\/50:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.5); +} +.placeholder-slate-800\/50::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.5); +} +.placeholder-slate-800\/50::placeholder{ + color: rgb(30 41 59 / 0.5); +} +.placeholder-slate-800\/60::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.6); +} +.placeholder-slate-800\/60::-moz-placeholder{ + color: rgb(30 41 59 / 0.6); +} +.placeholder-slate-800\/60:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.6); +} +.placeholder-slate-800\/60::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.6); +} +.placeholder-slate-800\/60::placeholder{ + color: rgb(30 41 59 / 0.6); +} +.placeholder-slate-800\/70::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.7); +} +.placeholder-slate-800\/70::-moz-placeholder{ + color: rgb(30 41 59 / 0.7); +} +.placeholder-slate-800\/70:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.7); +} +.placeholder-slate-800\/70::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.7); +} +.placeholder-slate-800\/70::placeholder{ + color: rgb(30 41 59 / 0.7); +} +.placeholder-slate-800\/75::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.75); +} +.placeholder-slate-800\/75::-moz-placeholder{ + color: rgb(30 41 59 / 0.75); +} +.placeholder-slate-800\/75:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.75); +} +.placeholder-slate-800\/75::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.75); +} +.placeholder-slate-800\/75::placeholder{ + color: rgb(30 41 59 / 0.75); +} +.placeholder-slate-800\/80::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.8); +} +.placeholder-slate-800\/80::-moz-placeholder{ + color: rgb(30 41 59 / 0.8); +} +.placeholder-slate-800\/80:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.8); +} +.placeholder-slate-800\/80::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.8); +} +.placeholder-slate-800\/80::placeholder{ + color: rgb(30 41 59 / 0.8); +} +.placeholder-slate-800\/90::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.9); +} +.placeholder-slate-800\/90::-moz-placeholder{ + color: rgb(30 41 59 / 0.9); +} +.placeholder-slate-800\/90:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.9); +} +.placeholder-slate-800\/90::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.9); +} +.placeholder-slate-800\/90::placeholder{ + color: rgb(30 41 59 / 0.9); +} +.placeholder-slate-800\/95::-webkit-input-placeholder{ + color: rgb(30 41 59 / 0.95); +} +.placeholder-slate-800\/95::-moz-placeholder{ + color: rgb(30 41 59 / 0.95); +} +.placeholder-slate-800\/95:-ms-input-placeholder{ + color: rgb(30 41 59 / 0.95); +} +.placeholder-slate-800\/95::-ms-input-placeholder{ + color: rgb(30 41 59 / 0.95); +} +.placeholder-slate-800\/95::placeholder{ + color: rgb(30 41 59 / 0.95); +} +.placeholder-slate-800\/100::-webkit-input-placeholder{ + color: rgb(30 41 59 / 1); +} +.placeholder-slate-800\/100::-moz-placeholder{ + color: rgb(30 41 59 / 1); +} +.placeholder-slate-800\/100:-ms-input-placeholder{ + color: rgb(30 41 59 / 1); +} +.placeholder-slate-800\/100::-ms-input-placeholder{ + color: rgb(30 41 59 / 1); +} +.placeholder-slate-800\/100::placeholder{ + color: rgb(30 41 59 / 1); +} +.placeholder-slate-900\/0::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0); +} +.placeholder-slate-900\/0::-moz-placeholder{ + color: rgb(15 23 42 / 0); +} +.placeholder-slate-900\/0:-ms-input-placeholder{ + color: rgb(15 23 42 / 0); +} +.placeholder-slate-900\/0::-ms-input-placeholder{ + color: rgb(15 23 42 / 0); +} +.placeholder-slate-900\/0::placeholder{ + color: rgb(15 23 42 / 0); +} +.placeholder-slate-900\/5::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.05); +} +.placeholder-slate-900\/5::-moz-placeholder{ + color: rgb(15 23 42 / 0.05); +} +.placeholder-slate-900\/5:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.05); +} +.placeholder-slate-900\/5::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.05); +} +.placeholder-slate-900\/5::placeholder{ + color: rgb(15 23 42 / 0.05); +} +.placeholder-slate-900\/10::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.1); +} +.placeholder-slate-900\/10::-moz-placeholder{ + color: rgb(15 23 42 / 0.1); +} +.placeholder-slate-900\/10:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.1); +} +.placeholder-slate-900\/10::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.1); +} +.placeholder-slate-900\/10::placeholder{ + color: rgb(15 23 42 / 0.1); +} +.placeholder-slate-900\/20::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.2); +} +.placeholder-slate-900\/20::-moz-placeholder{ + color: rgb(15 23 42 / 0.2); +} +.placeholder-slate-900\/20:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.2); +} +.placeholder-slate-900\/20::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.2); +} +.placeholder-slate-900\/20::placeholder{ + color: rgb(15 23 42 / 0.2); +} +.placeholder-slate-900\/25::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.25); +} +.placeholder-slate-900\/25::-moz-placeholder{ + color: rgb(15 23 42 / 0.25); +} +.placeholder-slate-900\/25:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.25); +} +.placeholder-slate-900\/25::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.25); +} +.placeholder-slate-900\/25::placeholder{ + color: rgb(15 23 42 / 0.25); +} +.placeholder-slate-900\/30::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.3); +} +.placeholder-slate-900\/30::-moz-placeholder{ + color: rgb(15 23 42 / 0.3); +} +.placeholder-slate-900\/30:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.3); +} +.placeholder-slate-900\/30::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.3); +} +.placeholder-slate-900\/30::placeholder{ + color: rgb(15 23 42 / 0.3); +} +.placeholder-slate-900\/40::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.4); +} +.placeholder-slate-900\/40::-moz-placeholder{ + color: rgb(15 23 42 / 0.4); +} +.placeholder-slate-900\/40:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.4); +} +.placeholder-slate-900\/40::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.4); +} +.placeholder-slate-900\/40::placeholder{ + color: rgb(15 23 42 / 0.4); +} +.placeholder-slate-900\/50::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.5); +} +.placeholder-slate-900\/50::-moz-placeholder{ + color: rgb(15 23 42 / 0.5); +} +.placeholder-slate-900\/50:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.5); +} +.placeholder-slate-900\/50::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.5); +} +.placeholder-slate-900\/50::placeholder{ + color: rgb(15 23 42 / 0.5); +} +.placeholder-slate-900\/60::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.6); +} +.placeholder-slate-900\/60::-moz-placeholder{ + color: rgb(15 23 42 / 0.6); +} +.placeholder-slate-900\/60:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.6); +} +.placeholder-slate-900\/60::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.6); +} +.placeholder-slate-900\/60::placeholder{ + color: rgb(15 23 42 / 0.6); +} +.placeholder-slate-900\/70::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.7); +} +.placeholder-slate-900\/70::-moz-placeholder{ + color: rgb(15 23 42 / 0.7); +} +.placeholder-slate-900\/70:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.7); +} +.placeholder-slate-900\/70::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.7); +} +.placeholder-slate-900\/70::placeholder{ + color: rgb(15 23 42 / 0.7); +} +.placeholder-slate-900\/75::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.75); +} +.placeholder-slate-900\/75::-moz-placeholder{ + color: rgb(15 23 42 / 0.75); +} +.placeholder-slate-900\/75:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.75); +} +.placeholder-slate-900\/75::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.75); +} +.placeholder-slate-900\/75::placeholder{ + color: rgb(15 23 42 / 0.75); +} +.placeholder-slate-900\/80::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.8); +} +.placeholder-slate-900\/80::-moz-placeholder{ + color: rgb(15 23 42 / 0.8); +} +.placeholder-slate-900\/80:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.8); +} +.placeholder-slate-900\/80::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.8); +} +.placeholder-slate-900\/80::placeholder{ + color: rgb(15 23 42 / 0.8); +} +.placeholder-slate-900\/90::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.9); +} +.placeholder-slate-900\/90::-moz-placeholder{ + color: rgb(15 23 42 / 0.9); +} +.placeholder-slate-900\/90:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.9); +} +.placeholder-slate-900\/90::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.9); +} +.placeholder-slate-900\/90::placeholder{ + color: rgb(15 23 42 / 0.9); +} +.placeholder-slate-900\/95::-webkit-input-placeholder{ + color: rgb(15 23 42 / 0.95); +} +.placeholder-slate-900\/95::-moz-placeholder{ + color: rgb(15 23 42 / 0.95); +} +.placeholder-slate-900\/95:-ms-input-placeholder{ + color: rgb(15 23 42 / 0.95); +} +.placeholder-slate-900\/95::-ms-input-placeholder{ + color: rgb(15 23 42 / 0.95); +} +.placeholder-slate-900\/95::placeholder{ + color: rgb(15 23 42 / 0.95); +} +.placeholder-slate-900\/100::-webkit-input-placeholder{ + color: rgb(15 23 42 / 1); +} +.placeholder-slate-900\/100::-moz-placeholder{ + color: rgb(15 23 42 / 1); +} +.placeholder-slate-900\/100:-ms-input-placeholder{ + color: rgb(15 23 42 / 1); +} +.placeholder-slate-900\/100::-ms-input-placeholder{ + color: rgb(15 23 42 / 1); +} +.placeholder-slate-900\/100::placeholder{ + color: rgb(15 23 42 / 1); +} +.placeholder-gray-50\/0::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0); +} +.placeholder-gray-50\/0::-moz-placeholder{ + color: rgb(249 250 251 / 0); +} +.placeholder-gray-50\/0:-ms-input-placeholder{ + color: rgb(249 250 251 / 0); +} +.placeholder-gray-50\/0::-ms-input-placeholder{ + color: rgb(249 250 251 / 0); +} +.placeholder-gray-50\/0::placeholder{ + color: rgb(249 250 251 / 0); +} +.placeholder-gray-50\/5::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.05); +} +.placeholder-gray-50\/5::-moz-placeholder{ + color: rgb(249 250 251 / 0.05); +} +.placeholder-gray-50\/5:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.05); +} +.placeholder-gray-50\/5::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.05); +} +.placeholder-gray-50\/5::placeholder{ + color: rgb(249 250 251 / 0.05); +} +.placeholder-gray-50\/10::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.1); +} +.placeholder-gray-50\/10::-moz-placeholder{ + color: rgb(249 250 251 / 0.1); +} +.placeholder-gray-50\/10:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.1); +} +.placeholder-gray-50\/10::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.1); +} +.placeholder-gray-50\/10::placeholder{ + color: rgb(249 250 251 / 0.1); +} +.placeholder-gray-50\/20::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.2); +} +.placeholder-gray-50\/20::-moz-placeholder{ + color: rgb(249 250 251 / 0.2); +} +.placeholder-gray-50\/20:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.2); +} +.placeholder-gray-50\/20::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.2); +} +.placeholder-gray-50\/20::placeholder{ + color: rgb(249 250 251 / 0.2); +} +.placeholder-gray-50\/25::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.25); +} +.placeholder-gray-50\/25::-moz-placeholder{ + color: rgb(249 250 251 / 0.25); +} +.placeholder-gray-50\/25:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.25); +} +.placeholder-gray-50\/25::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.25); +} +.placeholder-gray-50\/25::placeholder{ + color: rgb(249 250 251 / 0.25); +} +.placeholder-gray-50\/30::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.3); +} +.placeholder-gray-50\/30::-moz-placeholder{ + color: rgb(249 250 251 / 0.3); +} +.placeholder-gray-50\/30:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.3); +} +.placeholder-gray-50\/30::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.3); +} +.placeholder-gray-50\/30::placeholder{ + color: rgb(249 250 251 / 0.3); +} +.placeholder-gray-50\/40::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.4); +} +.placeholder-gray-50\/40::-moz-placeholder{ + color: rgb(249 250 251 / 0.4); +} +.placeholder-gray-50\/40:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.4); +} +.placeholder-gray-50\/40::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.4); +} +.placeholder-gray-50\/40::placeholder{ + color: rgb(249 250 251 / 0.4); +} +.placeholder-gray-50\/50::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.5); +} +.placeholder-gray-50\/50::-moz-placeholder{ + color: rgb(249 250 251 / 0.5); +} +.placeholder-gray-50\/50:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.5); +} +.placeholder-gray-50\/50::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.5); +} +.placeholder-gray-50\/50::placeholder{ + color: rgb(249 250 251 / 0.5); +} +.placeholder-gray-50\/60::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.6); +} +.placeholder-gray-50\/60::-moz-placeholder{ + color: rgb(249 250 251 / 0.6); +} +.placeholder-gray-50\/60:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.6); +} +.placeholder-gray-50\/60::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.6); +} +.placeholder-gray-50\/60::placeholder{ + color: rgb(249 250 251 / 0.6); +} +.placeholder-gray-50\/70::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.7); +} +.placeholder-gray-50\/70::-moz-placeholder{ + color: rgb(249 250 251 / 0.7); +} +.placeholder-gray-50\/70:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.7); +} +.placeholder-gray-50\/70::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.7); +} +.placeholder-gray-50\/70::placeholder{ + color: rgb(249 250 251 / 0.7); +} +.placeholder-gray-50\/75::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.75); +} +.placeholder-gray-50\/75::-moz-placeholder{ + color: rgb(249 250 251 / 0.75); +} +.placeholder-gray-50\/75:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.75); +} +.placeholder-gray-50\/75::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.75); +} +.placeholder-gray-50\/75::placeholder{ + color: rgb(249 250 251 / 0.75); +} +.placeholder-gray-50\/80::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.8); +} +.placeholder-gray-50\/80::-moz-placeholder{ + color: rgb(249 250 251 / 0.8); +} +.placeholder-gray-50\/80:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.8); +} +.placeholder-gray-50\/80::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.8); +} +.placeholder-gray-50\/80::placeholder{ + color: rgb(249 250 251 / 0.8); +} +.placeholder-gray-50\/90::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.9); +} +.placeholder-gray-50\/90::-moz-placeholder{ + color: rgb(249 250 251 / 0.9); +} +.placeholder-gray-50\/90:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.9); +} +.placeholder-gray-50\/90::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.9); +} +.placeholder-gray-50\/90::placeholder{ + color: rgb(249 250 251 / 0.9); +} +.placeholder-gray-50\/95::-webkit-input-placeholder{ + color: rgb(249 250 251 / 0.95); +} +.placeholder-gray-50\/95::-moz-placeholder{ + color: rgb(249 250 251 / 0.95); +} +.placeholder-gray-50\/95:-ms-input-placeholder{ + color: rgb(249 250 251 / 0.95); +} +.placeholder-gray-50\/95::-ms-input-placeholder{ + color: rgb(249 250 251 / 0.95); +} +.placeholder-gray-50\/95::placeholder{ + color: rgb(249 250 251 / 0.95); +} +.placeholder-gray-50\/100::-webkit-input-placeholder{ + color: rgb(249 250 251 / 1); +} +.placeholder-gray-50\/100::-moz-placeholder{ + color: rgb(249 250 251 / 1); +} +.placeholder-gray-50\/100:-ms-input-placeholder{ + color: rgb(249 250 251 / 1); +} +.placeholder-gray-50\/100::-ms-input-placeholder{ + color: rgb(249 250 251 / 1); +} +.placeholder-gray-50\/100::placeholder{ + color: rgb(249 250 251 / 1); +} +.placeholder-gray-100\/0::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0); +} +.placeholder-gray-100\/0::-moz-placeholder{ + color: rgb(243 244 246 / 0); +} +.placeholder-gray-100\/0:-ms-input-placeholder{ + color: rgb(243 244 246 / 0); +} +.placeholder-gray-100\/0::-ms-input-placeholder{ + color: rgb(243 244 246 / 0); +} +.placeholder-gray-100\/0::placeholder{ + color: rgb(243 244 246 / 0); +} +.placeholder-gray-100\/5::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.05); +} +.placeholder-gray-100\/5::-moz-placeholder{ + color: rgb(243 244 246 / 0.05); +} +.placeholder-gray-100\/5:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.05); +} +.placeholder-gray-100\/5::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.05); +} +.placeholder-gray-100\/5::placeholder{ + color: rgb(243 244 246 / 0.05); +} +.placeholder-gray-100\/10::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.1); +} +.placeholder-gray-100\/10::-moz-placeholder{ + color: rgb(243 244 246 / 0.1); +} +.placeholder-gray-100\/10:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.1); +} +.placeholder-gray-100\/10::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.1); +} +.placeholder-gray-100\/10::placeholder{ + color: rgb(243 244 246 / 0.1); +} +.placeholder-gray-100\/20::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.2); +} +.placeholder-gray-100\/20::-moz-placeholder{ + color: rgb(243 244 246 / 0.2); +} +.placeholder-gray-100\/20:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.2); +} +.placeholder-gray-100\/20::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.2); +} +.placeholder-gray-100\/20::placeholder{ + color: rgb(243 244 246 / 0.2); +} +.placeholder-gray-100\/25::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.25); +} +.placeholder-gray-100\/25::-moz-placeholder{ + color: rgb(243 244 246 / 0.25); +} +.placeholder-gray-100\/25:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.25); +} +.placeholder-gray-100\/25::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.25); +} +.placeholder-gray-100\/25::placeholder{ + color: rgb(243 244 246 / 0.25); +} +.placeholder-gray-100\/30::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.3); +} +.placeholder-gray-100\/30::-moz-placeholder{ + color: rgb(243 244 246 / 0.3); +} +.placeholder-gray-100\/30:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.3); +} +.placeholder-gray-100\/30::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.3); +} +.placeholder-gray-100\/30::placeholder{ + color: rgb(243 244 246 / 0.3); +} +.placeholder-gray-100\/40::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.4); +} +.placeholder-gray-100\/40::-moz-placeholder{ + color: rgb(243 244 246 / 0.4); +} +.placeholder-gray-100\/40:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.4); +} +.placeholder-gray-100\/40::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.4); +} +.placeholder-gray-100\/40::placeholder{ + color: rgb(243 244 246 / 0.4); +} +.placeholder-gray-100\/50::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.5); +} +.placeholder-gray-100\/50::-moz-placeholder{ + color: rgb(243 244 246 / 0.5); +} +.placeholder-gray-100\/50:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.5); +} +.placeholder-gray-100\/50::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.5); +} +.placeholder-gray-100\/50::placeholder{ + color: rgb(243 244 246 / 0.5); +} +.placeholder-gray-100\/60::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.6); +} +.placeholder-gray-100\/60::-moz-placeholder{ + color: rgb(243 244 246 / 0.6); +} +.placeholder-gray-100\/60:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.6); +} +.placeholder-gray-100\/60::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.6); +} +.placeholder-gray-100\/60::placeholder{ + color: rgb(243 244 246 / 0.6); +} +.placeholder-gray-100\/70::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.7); +} +.placeholder-gray-100\/70::-moz-placeholder{ + color: rgb(243 244 246 / 0.7); +} +.placeholder-gray-100\/70:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.7); +} +.placeholder-gray-100\/70::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.7); +} +.placeholder-gray-100\/70::placeholder{ + color: rgb(243 244 246 / 0.7); +} +.placeholder-gray-100\/75::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.75); +} +.placeholder-gray-100\/75::-moz-placeholder{ + color: rgb(243 244 246 / 0.75); +} +.placeholder-gray-100\/75:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.75); +} +.placeholder-gray-100\/75::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.75); +} +.placeholder-gray-100\/75::placeholder{ + color: rgb(243 244 246 / 0.75); +} +.placeholder-gray-100\/80::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.8); +} +.placeholder-gray-100\/80::-moz-placeholder{ + color: rgb(243 244 246 / 0.8); +} +.placeholder-gray-100\/80:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.8); +} +.placeholder-gray-100\/80::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.8); +} +.placeholder-gray-100\/80::placeholder{ + color: rgb(243 244 246 / 0.8); +} +.placeholder-gray-100\/90::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.9); +} +.placeholder-gray-100\/90::-moz-placeholder{ + color: rgb(243 244 246 / 0.9); +} +.placeholder-gray-100\/90:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.9); +} +.placeholder-gray-100\/90::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.9); +} +.placeholder-gray-100\/90::placeholder{ + color: rgb(243 244 246 / 0.9); +} +.placeholder-gray-100\/95::-webkit-input-placeholder{ + color: rgb(243 244 246 / 0.95); +} +.placeholder-gray-100\/95::-moz-placeholder{ + color: rgb(243 244 246 / 0.95); +} +.placeholder-gray-100\/95:-ms-input-placeholder{ + color: rgb(243 244 246 / 0.95); +} +.placeholder-gray-100\/95::-ms-input-placeholder{ + color: rgb(243 244 246 / 0.95); +} +.placeholder-gray-100\/95::placeholder{ + color: rgb(243 244 246 / 0.95); +} +.placeholder-gray-100\/100::-webkit-input-placeholder{ + color: rgb(243 244 246 / 1); +} +.placeholder-gray-100\/100::-moz-placeholder{ + color: rgb(243 244 246 / 1); +} +.placeholder-gray-100\/100:-ms-input-placeholder{ + color: rgb(243 244 246 / 1); +} +.placeholder-gray-100\/100::-ms-input-placeholder{ + color: rgb(243 244 246 / 1); +} +.placeholder-gray-100\/100::placeholder{ + color: rgb(243 244 246 / 1); +} +.placeholder-gray-200\/0::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0); +} +.placeholder-gray-200\/0::-moz-placeholder{ + color: rgb(229 231 235 / 0); +} +.placeholder-gray-200\/0:-ms-input-placeholder{ + color: rgb(229 231 235 / 0); +} +.placeholder-gray-200\/0::-ms-input-placeholder{ + color: rgb(229 231 235 / 0); +} +.placeholder-gray-200\/0::placeholder{ + color: rgb(229 231 235 / 0); +} +.placeholder-gray-200\/5::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.05); +} +.placeholder-gray-200\/5::-moz-placeholder{ + color: rgb(229 231 235 / 0.05); +} +.placeholder-gray-200\/5:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.05); +} +.placeholder-gray-200\/5::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.05); +} +.placeholder-gray-200\/5::placeholder{ + color: rgb(229 231 235 / 0.05); +} +.placeholder-gray-200\/10::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.1); +} +.placeholder-gray-200\/10::-moz-placeholder{ + color: rgb(229 231 235 / 0.1); +} +.placeholder-gray-200\/10:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.1); +} +.placeholder-gray-200\/10::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.1); +} +.placeholder-gray-200\/10::placeholder{ + color: rgb(229 231 235 / 0.1); +} +.placeholder-gray-200\/20::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.2); +} +.placeholder-gray-200\/20::-moz-placeholder{ + color: rgb(229 231 235 / 0.2); +} +.placeholder-gray-200\/20:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.2); +} +.placeholder-gray-200\/20::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.2); +} +.placeholder-gray-200\/20::placeholder{ + color: rgb(229 231 235 / 0.2); +} +.placeholder-gray-200\/25::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.25); +} +.placeholder-gray-200\/25::-moz-placeholder{ + color: rgb(229 231 235 / 0.25); +} +.placeholder-gray-200\/25:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.25); +} +.placeholder-gray-200\/25::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.25); +} +.placeholder-gray-200\/25::placeholder{ + color: rgb(229 231 235 / 0.25); +} +.placeholder-gray-200\/30::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.3); +} +.placeholder-gray-200\/30::-moz-placeholder{ + color: rgb(229 231 235 / 0.3); +} +.placeholder-gray-200\/30:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.3); +} +.placeholder-gray-200\/30::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.3); +} +.placeholder-gray-200\/30::placeholder{ + color: rgb(229 231 235 / 0.3); +} +.placeholder-gray-200\/40::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.4); +} +.placeholder-gray-200\/40::-moz-placeholder{ + color: rgb(229 231 235 / 0.4); +} +.placeholder-gray-200\/40:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.4); +} +.placeholder-gray-200\/40::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.4); +} +.placeholder-gray-200\/40::placeholder{ + color: rgb(229 231 235 / 0.4); +} +.placeholder-gray-200\/50::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.5); +} +.placeholder-gray-200\/50::-moz-placeholder{ + color: rgb(229 231 235 / 0.5); +} +.placeholder-gray-200\/50:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.5); +} +.placeholder-gray-200\/50::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.5); +} +.placeholder-gray-200\/50::placeholder{ + color: rgb(229 231 235 / 0.5); +} +.placeholder-gray-200\/60::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.6); +} +.placeholder-gray-200\/60::-moz-placeholder{ + color: rgb(229 231 235 / 0.6); +} +.placeholder-gray-200\/60:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.6); +} +.placeholder-gray-200\/60::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.6); +} +.placeholder-gray-200\/60::placeholder{ + color: rgb(229 231 235 / 0.6); +} +.placeholder-gray-200\/70::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.7); +} +.placeholder-gray-200\/70::-moz-placeholder{ + color: rgb(229 231 235 / 0.7); +} +.placeholder-gray-200\/70:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.7); +} +.placeholder-gray-200\/70::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.7); +} +.placeholder-gray-200\/70::placeholder{ + color: rgb(229 231 235 / 0.7); +} +.placeholder-gray-200\/75::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.75); +} +.placeholder-gray-200\/75::-moz-placeholder{ + color: rgb(229 231 235 / 0.75); +} +.placeholder-gray-200\/75:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.75); +} +.placeholder-gray-200\/75::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.75); +} +.placeholder-gray-200\/75::placeholder{ + color: rgb(229 231 235 / 0.75); +} +.placeholder-gray-200\/80::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.8); +} +.placeholder-gray-200\/80::-moz-placeholder{ + color: rgb(229 231 235 / 0.8); +} +.placeholder-gray-200\/80:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.8); +} +.placeholder-gray-200\/80::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.8); +} +.placeholder-gray-200\/80::placeholder{ + color: rgb(229 231 235 / 0.8); +} +.placeholder-gray-200\/90::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.9); +} +.placeholder-gray-200\/90::-moz-placeholder{ + color: rgb(229 231 235 / 0.9); +} +.placeholder-gray-200\/90:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.9); +} +.placeholder-gray-200\/90::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.9); +} +.placeholder-gray-200\/90::placeholder{ + color: rgb(229 231 235 / 0.9); +} +.placeholder-gray-200\/95::-webkit-input-placeholder{ + color: rgb(229 231 235 / 0.95); +} +.placeholder-gray-200\/95::-moz-placeholder{ + color: rgb(229 231 235 / 0.95); +} +.placeholder-gray-200\/95:-ms-input-placeholder{ + color: rgb(229 231 235 / 0.95); +} +.placeholder-gray-200\/95::-ms-input-placeholder{ + color: rgb(229 231 235 / 0.95); +} +.placeholder-gray-200\/95::placeholder{ + color: rgb(229 231 235 / 0.95); +} +.placeholder-gray-200\/100::-webkit-input-placeholder{ + color: rgb(229 231 235 / 1); +} +.placeholder-gray-200\/100::-moz-placeholder{ + color: rgb(229 231 235 / 1); +} +.placeholder-gray-200\/100:-ms-input-placeholder{ + color: rgb(229 231 235 / 1); +} +.placeholder-gray-200\/100::-ms-input-placeholder{ + color: rgb(229 231 235 / 1); +} +.placeholder-gray-200\/100::placeholder{ + color: rgb(229 231 235 / 1); +} +.placeholder-gray-300\/0::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0); +} +.placeholder-gray-300\/0::-moz-placeholder{ + color: rgb(209 213 219 / 0); +} +.placeholder-gray-300\/0:-ms-input-placeholder{ + color: rgb(209 213 219 / 0); +} +.placeholder-gray-300\/0::-ms-input-placeholder{ + color: rgb(209 213 219 / 0); +} +.placeholder-gray-300\/0::placeholder{ + color: rgb(209 213 219 / 0); +} +.placeholder-gray-300\/5::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.05); +} +.placeholder-gray-300\/5::-moz-placeholder{ + color: rgb(209 213 219 / 0.05); +} +.placeholder-gray-300\/5:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.05); +} +.placeholder-gray-300\/5::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.05); +} +.placeholder-gray-300\/5::placeholder{ + color: rgb(209 213 219 / 0.05); +} +.placeholder-gray-300\/10::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.1); +} +.placeholder-gray-300\/10::-moz-placeholder{ + color: rgb(209 213 219 / 0.1); +} +.placeholder-gray-300\/10:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.1); +} +.placeholder-gray-300\/10::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.1); +} +.placeholder-gray-300\/10::placeholder{ + color: rgb(209 213 219 / 0.1); +} +.placeholder-gray-300\/20::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.2); +} +.placeholder-gray-300\/20::-moz-placeholder{ + color: rgb(209 213 219 / 0.2); +} +.placeholder-gray-300\/20:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.2); +} +.placeholder-gray-300\/20::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.2); +} +.placeholder-gray-300\/20::placeholder{ + color: rgb(209 213 219 / 0.2); +} +.placeholder-gray-300\/25::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.25); +} +.placeholder-gray-300\/25::-moz-placeholder{ + color: rgb(209 213 219 / 0.25); +} +.placeholder-gray-300\/25:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.25); +} +.placeholder-gray-300\/25::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.25); +} +.placeholder-gray-300\/25::placeholder{ + color: rgb(209 213 219 / 0.25); +} +.placeholder-gray-300\/30::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.3); +} +.placeholder-gray-300\/30::-moz-placeholder{ + color: rgb(209 213 219 / 0.3); +} +.placeholder-gray-300\/30:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.3); +} +.placeholder-gray-300\/30::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.3); +} +.placeholder-gray-300\/30::placeholder{ + color: rgb(209 213 219 / 0.3); +} +.placeholder-gray-300\/40::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.4); +} +.placeholder-gray-300\/40::-moz-placeholder{ + color: rgb(209 213 219 / 0.4); +} +.placeholder-gray-300\/40:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.4); +} +.placeholder-gray-300\/40::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.4); +} +.placeholder-gray-300\/40::placeholder{ + color: rgb(209 213 219 / 0.4); +} +.placeholder-gray-300\/50::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.5); +} +.placeholder-gray-300\/50::-moz-placeholder{ + color: rgb(209 213 219 / 0.5); +} +.placeholder-gray-300\/50:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.5); +} +.placeholder-gray-300\/50::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.5); +} +.placeholder-gray-300\/50::placeholder{ + color: rgb(209 213 219 / 0.5); +} +.placeholder-gray-300\/60::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.6); +} +.placeholder-gray-300\/60::-moz-placeholder{ + color: rgb(209 213 219 / 0.6); +} +.placeholder-gray-300\/60:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.6); +} +.placeholder-gray-300\/60::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.6); +} +.placeholder-gray-300\/60::placeholder{ + color: rgb(209 213 219 / 0.6); +} +.placeholder-gray-300\/70::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.7); +} +.placeholder-gray-300\/70::-moz-placeholder{ + color: rgb(209 213 219 / 0.7); +} +.placeholder-gray-300\/70:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.7); +} +.placeholder-gray-300\/70::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.7); +} +.placeholder-gray-300\/70::placeholder{ + color: rgb(209 213 219 / 0.7); +} +.placeholder-gray-300\/75::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.75); +} +.placeholder-gray-300\/75::-moz-placeholder{ + color: rgb(209 213 219 / 0.75); +} +.placeholder-gray-300\/75:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.75); +} +.placeholder-gray-300\/75::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.75); +} +.placeholder-gray-300\/75::placeholder{ + color: rgb(209 213 219 / 0.75); +} +.placeholder-gray-300\/80::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.8); +} +.placeholder-gray-300\/80::-moz-placeholder{ + color: rgb(209 213 219 / 0.8); +} +.placeholder-gray-300\/80:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.8); +} +.placeholder-gray-300\/80::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.8); +} +.placeholder-gray-300\/80::placeholder{ + color: rgb(209 213 219 / 0.8); +} +.placeholder-gray-300\/90::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.9); +} +.placeholder-gray-300\/90::-moz-placeholder{ + color: rgb(209 213 219 / 0.9); +} +.placeholder-gray-300\/90:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.9); +} +.placeholder-gray-300\/90::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.9); +} +.placeholder-gray-300\/90::placeholder{ + color: rgb(209 213 219 / 0.9); +} +.placeholder-gray-300\/95::-webkit-input-placeholder{ + color: rgb(209 213 219 / 0.95); +} +.placeholder-gray-300\/95::-moz-placeholder{ + color: rgb(209 213 219 / 0.95); +} +.placeholder-gray-300\/95:-ms-input-placeholder{ + color: rgb(209 213 219 / 0.95); +} +.placeholder-gray-300\/95::-ms-input-placeholder{ + color: rgb(209 213 219 / 0.95); +} +.placeholder-gray-300\/95::placeholder{ + color: rgb(209 213 219 / 0.95); +} +.placeholder-gray-300\/100::-webkit-input-placeholder{ + color: rgb(209 213 219 / 1); +} +.placeholder-gray-300\/100::-moz-placeholder{ + color: rgb(209 213 219 / 1); +} +.placeholder-gray-300\/100:-ms-input-placeholder{ + color: rgb(209 213 219 / 1); +} +.placeholder-gray-300\/100::-ms-input-placeholder{ + color: rgb(209 213 219 / 1); +} +.placeholder-gray-300\/100::placeholder{ + color: rgb(209 213 219 / 1); +} +.placeholder-gray-400\/0::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0); +} +.placeholder-gray-400\/0::-moz-placeholder{ + color: rgb(156 163 175 / 0); +} +.placeholder-gray-400\/0:-ms-input-placeholder{ + color: rgb(156 163 175 / 0); +} +.placeholder-gray-400\/0::-ms-input-placeholder{ + color: rgb(156 163 175 / 0); +} +.placeholder-gray-400\/0::placeholder{ + color: rgb(156 163 175 / 0); +} +.placeholder-gray-400\/5::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.05); +} +.placeholder-gray-400\/5::-moz-placeholder{ + color: rgb(156 163 175 / 0.05); +} +.placeholder-gray-400\/5:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.05); +} +.placeholder-gray-400\/5::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.05); +} +.placeholder-gray-400\/5::placeholder{ + color: rgb(156 163 175 / 0.05); +} +.placeholder-gray-400\/10::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.1); +} +.placeholder-gray-400\/10::-moz-placeholder{ + color: rgb(156 163 175 / 0.1); +} +.placeholder-gray-400\/10:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.1); +} +.placeholder-gray-400\/10::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.1); +} +.placeholder-gray-400\/10::placeholder{ + color: rgb(156 163 175 / 0.1); +} +.placeholder-gray-400\/20::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.2); +} +.placeholder-gray-400\/20::-moz-placeholder{ + color: rgb(156 163 175 / 0.2); +} +.placeholder-gray-400\/20:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.2); +} +.placeholder-gray-400\/20::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.2); +} +.placeholder-gray-400\/20::placeholder{ + color: rgb(156 163 175 / 0.2); +} +.placeholder-gray-400\/25::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.25); +} +.placeholder-gray-400\/25::-moz-placeholder{ + color: rgb(156 163 175 / 0.25); +} +.placeholder-gray-400\/25:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.25); +} +.placeholder-gray-400\/25::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.25); +} +.placeholder-gray-400\/25::placeholder{ + color: rgb(156 163 175 / 0.25); +} +.placeholder-gray-400\/30::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.3); +} +.placeholder-gray-400\/30::-moz-placeholder{ + color: rgb(156 163 175 / 0.3); +} +.placeholder-gray-400\/30:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.3); +} +.placeholder-gray-400\/30::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.3); +} +.placeholder-gray-400\/30::placeholder{ + color: rgb(156 163 175 / 0.3); +} +.placeholder-gray-400\/40::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.4); +} +.placeholder-gray-400\/40::-moz-placeholder{ + color: rgb(156 163 175 / 0.4); +} +.placeholder-gray-400\/40:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.4); +} +.placeholder-gray-400\/40::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.4); +} +.placeholder-gray-400\/40::placeholder{ + color: rgb(156 163 175 / 0.4); +} +.placeholder-gray-400\/50::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.5); +} +.placeholder-gray-400\/50::-moz-placeholder{ + color: rgb(156 163 175 / 0.5); +} +.placeholder-gray-400\/50:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.5); +} +.placeholder-gray-400\/50::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.5); +} +.placeholder-gray-400\/50::placeholder{ + color: rgb(156 163 175 / 0.5); +} +.placeholder-gray-400\/60::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.6); +} +.placeholder-gray-400\/60::-moz-placeholder{ + color: rgb(156 163 175 / 0.6); +} +.placeholder-gray-400\/60:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.6); +} +.placeholder-gray-400\/60::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.6); +} +.placeholder-gray-400\/60::placeholder{ + color: rgb(156 163 175 / 0.6); +} +.placeholder-gray-400\/70::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.7); +} +.placeholder-gray-400\/70::-moz-placeholder{ + color: rgb(156 163 175 / 0.7); +} +.placeholder-gray-400\/70:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.7); +} +.placeholder-gray-400\/70::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.7); +} +.placeholder-gray-400\/70::placeholder{ + color: rgb(156 163 175 / 0.7); +} +.placeholder-gray-400\/75::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.75); +} +.placeholder-gray-400\/75::-moz-placeholder{ + color: rgb(156 163 175 / 0.75); +} +.placeholder-gray-400\/75:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.75); +} +.placeholder-gray-400\/75::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.75); +} +.placeholder-gray-400\/75::placeholder{ + color: rgb(156 163 175 / 0.75); +} +.placeholder-gray-400\/80::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.8); +} +.placeholder-gray-400\/80::-moz-placeholder{ + color: rgb(156 163 175 / 0.8); +} +.placeholder-gray-400\/80:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.8); +} +.placeholder-gray-400\/80::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.8); +} +.placeholder-gray-400\/80::placeholder{ + color: rgb(156 163 175 / 0.8); +} +.placeholder-gray-400\/90::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.9); +} +.placeholder-gray-400\/90::-moz-placeholder{ + color: rgb(156 163 175 / 0.9); +} +.placeholder-gray-400\/90:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.9); +} +.placeholder-gray-400\/90::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.9); +} +.placeholder-gray-400\/90::placeholder{ + color: rgb(156 163 175 / 0.9); +} +.placeholder-gray-400\/95::-webkit-input-placeholder{ + color: rgb(156 163 175 / 0.95); +} +.placeholder-gray-400\/95::-moz-placeholder{ + color: rgb(156 163 175 / 0.95); +} +.placeholder-gray-400\/95:-ms-input-placeholder{ + color: rgb(156 163 175 / 0.95); +} +.placeholder-gray-400\/95::-ms-input-placeholder{ + color: rgb(156 163 175 / 0.95); +} +.placeholder-gray-400\/95::placeholder{ + color: rgb(156 163 175 / 0.95); +} +.placeholder-gray-400\/100::-webkit-input-placeholder{ + color: rgb(156 163 175 / 1); +} +.placeholder-gray-400\/100::-moz-placeholder{ + color: rgb(156 163 175 / 1); +} +.placeholder-gray-400\/100:-ms-input-placeholder{ + color: rgb(156 163 175 / 1); +} +.placeholder-gray-400\/100::-ms-input-placeholder{ + color: rgb(156 163 175 / 1); +} +.placeholder-gray-400\/100::placeholder{ + color: rgb(156 163 175 / 1); +} +.placeholder-gray-500\/0::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0); +} +.placeholder-gray-500\/0::-moz-placeholder{ + color: rgb(107 114 128 / 0); +} +.placeholder-gray-500\/0:-ms-input-placeholder{ + color: rgb(107 114 128 / 0); +} +.placeholder-gray-500\/0::-ms-input-placeholder{ + color: rgb(107 114 128 / 0); +} +.placeholder-gray-500\/0::placeholder{ + color: rgb(107 114 128 / 0); +} +.placeholder-gray-500\/5::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.05); +} +.placeholder-gray-500\/5::-moz-placeholder{ + color: rgb(107 114 128 / 0.05); +} +.placeholder-gray-500\/5:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.05); +} +.placeholder-gray-500\/5::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.05); +} +.placeholder-gray-500\/5::placeholder{ + color: rgb(107 114 128 / 0.05); +} +.placeholder-gray-500\/10::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.1); +} +.placeholder-gray-500\/10::-moz-placeholder{ + color: rgb(107 114 128 / 0.1); +} +.placeholder-gray-500\/10:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.1); +} +.placeholder-gray-500\/10::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.1); +} +.placeholder-gray-500\/10::placeholder{ + color: rgb(107 114 128 / 0.1); +} +.placeholder-gray-500\/20::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.2); +} +.placeholder-gray-500\/20::-moz-placeholder{ + color: rgb(107 114 128 / 0.2); +} +.placeholder-gray-500\/20:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.2); +} +.placeholder-gray-500\/20::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.2); +} +.placeholder-gray-500\/20::placeholder{ + color: rgb(107 114 128 / 0.2); +} +.placeholder-gray-500\/25::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.25); +} +.placeholder-gray-500\/25::-moz-placeholder{ + color: rgb(107 114 128 / 0.25); +} +.placeholder-gray-500\/25:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.25); +} +.placeholder-gray-500\/25::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.25); +} +.placeholder-gray-500\/25::placeholder{ + color: rgb(107 114 128 / 0.25); +} +.placeholder-gray-500\/30::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.3); +} +.placeholder-gray-500\/30::-moz-placeholder{ + color: rgb(107 114 128 / 0.3); +} +.placeholder-gray-500\/30:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.3); +} +.placeholder-gray-500\/30::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.3); +} +.placeholder-gray-500\/30::placeholder{ + color: rgb(107 114 128 / 0.3); +} +.placeholder-gray-500\/40::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.4); +} +.placeholder-gray-500\/40::-moz-placeholder{ + color: rgb(107 114 128 / 0.4); +} +.placeholder-gray-500\/40:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.4); +} +.placeholder-gray-500\/40::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.4); +} +.placeholder-gray-500\/40::placeholder{ + color: rgb(107 114 128 / 0.4); +} +.placeholder-gray-500\/50::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.5); +} +.placeholder-gray-500\/50::-moz-placeholder{ + color: rgb(107 114 128 / 0.5); +} +.placeholder-gray-500\/50:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.5); +} +.placeholder-gray-500\/50::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.5); +} +.placeholder-gray-500\/50::placeholder{ + color: rgb(107 114 128 / 0.5); +} +.placeholder-gray-500\/60::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.6); +} +.placeholder-gray-500\/60::-moz-placeholder{ + color: rgb(107 114 128 / 0.6); +} +.placeholder-gray-500\/60:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.6); +} +.placeholder-gray-500\/60::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.6); +} +.placeholder-gray-500\/60::placeholder{ + color: rgb(107 114 128 / 0.6); +} +.placeholder-gray-500\/70::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.7); +} +.placeholder-gray-500\/70::-moz-placeholder{ + color: rgb(107 114 128 / 0.7); +} +.placeholder-gray-500\/70:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.7); +} +.placeholder-gray-500\/70::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.7); +} +.placeholder-gray-500\/70::placeholder{ + color: rgb(107 114 128 / 0.7); +} +.placeholder-gray-500\/75::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.75); +} +.placeholder-gray-500\/75::-moz-placeholder{ + color: rgb(107 114 128 / 0.75); +} +.placeholder-gray-500\/75:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.75); +} +.placeholder-gray-500\/75::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.75); +} +.placeholder-gray-500\/75::placeholder{ + color: rgb(107 114 128 / 0.75); +} +.placeholder-gray-500\/80::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.8); +} +.placeholder-gray-500\/80::-moz-placeholder{ + color: rgb(107 114 128 / 0.8); +} +.placeholder-gray-500\/80:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.8); +} +.placeholder-gray-500\/80::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.8); +} +.placeholder-gray-500\/80::placeholder{ + color: rgb(107 114 128 / 0.8); +} +.placeholder-gray-500\/90::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.9); +} +.placeholder-gray-500\/90::-moz-placeholder{ + color: rgb(107 114 128 / 0.9); +} +.placeholder-gray-500\/90:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.9); +} +.placeholder-gray-500\/90::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.9); +} +.placeholder-gray-500\/90::placeholder{ + color: rgb(107 114 128 / 0.9); +} +.placeholder-gray-500\/95::-webkit-input-placeholder{ + color: rgb(107 114 128 / 0.95); +} +.placeholder-gray-500\/95::-moz-placeholder{ + color: rgb(107 114 128 / 0.95); +} +.placeholder-gray-500\/95:-ms-input-placeholder{ + color: rgb(107 114 128 / 0.95); +} +.placeholder-gray-500\/95::-ms-input-placeholder{ + color: rgb(107 114 128 / 0.95); +} +.placeholder-gray-500\/95::placeholder{ + color: rgb(107 114 128 / 0.95); +} +.placeholder-gray-500\/100::-webkit-input-placeholder{ + color: rgb(107 114 128 / 1); +} +.placeholder-gray-500\/100::-moz-placeholder{ + color: rgb(107 114 128 / 1); +} +.placeholder-gray-500\/100:-ms-input-placeholder{ + color: rgb(107 114 128 / 1); +} +.placeholder-gray-500\/100::-ms-input-placeholder{ + color: rgb(107 114 128 / 1); +} +.placeholder-gray-500\/100::placeholder{ + color: rgb(107 114 128 / 1); +} +.placeholder-gray-600\/0::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0); +} +.placeholder-gray-600\/0::-moz-placeholder{ + color: rgb(75 85 99 / 0); +} +.placeholder-gray-600\/0:-ms-input-placeholder{ + color: rgb(75 85 99 / 0); +} +.placeholder-gray-600\/0::-ms-input-placeholder{ + color: rgb(75 85 99 / 0); +} +.placeholder-gray-600\/0::placeholder{ + color: rgb(75 85 99 / 0); +} +.placeholder-gray-600\/5::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.05); +} +.placeholder-gray-600\/5::-moz-placeholder{ + color: rgb(75 85 99 / 0.05); +} +.placeholder-gray-600\/5:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.05); +} +.placeholder-gray-600\/5::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.05); +} +.placeholder-gray-600\/5::placeholder{ + color: rgb(75 85 99 / 0.05); +} +.placeholder-gray-600\/10::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.1); +} +.placeholder-gray-600\/10::-moz-placeholder{ + color: rgb(75 85 99 / 0.1); +} +.placeholder-gray-600\/10:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.1); +} +.placeholder-gray-600\/10::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.1); +} +.placeholder-gray-600\/10::placeholder{ + color: rgb(75 85 99 / 0.1); +} +.placeholder-gray-600\/20::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.2); +} +.placeholder-gray-600\/20::-moz-placeholder{ + color: rgb(75 85 99 / 0.2); +} +.placeholder-gray-600\/20:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.2); +} +.placeholder-gray-600\/20::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.2); +} +.placeholder-gray-600\/20::placeholder{ + color: rgb(75 85 99 / 0.2); +} +.placeholder-gray-600\/25::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.25); +} +.placeholder-gray-600\/25::-moz-placeholder{ + color: rgb(75 85 99 / 0.25); +} +.placeholder-gray-600\/25:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.25); +} +.placeholder-gray-600\/25::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.25); +} +.placeholder-gray-600\/25::placeholder{ + color: rgb(75 85 99 / 0.25); +} +.placeholder-gray-600\/30::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.3); +} +.placeholder-gray-600\/30::-moz-placeholder{ + color: rgb(75 85 99 / 0.3); +} +.placeholder-gray-600\/30:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.3); +} +.placeholder-gray-600\/30::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.3); +} +.placeholder-gray-600\/30::placeholder{ + color: rgb(75 85 99 / 0.3); +} +.placeholder-gray-600\/40::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.4); +} +.placeholder-gray-600\/40::-moz-placeholder{ + color: rgb(75 85 99 / 0.4); +} +.placeholder-gray-600\/40:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.4); +} +.placeholder-gray-600\/40::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.4); +} +.placeholder-gray-600\/40::placeholder{ + color: rgb(75 85 99 / 0.4); +} +.placeholder-gray-600\/50::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.5); +} +.placeholder-gray-600\/50::-moz-placeholder{ + color: rgb(75 85 99 / 0.5); +} +.placeholder-gray-600\/50:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.5); +} +.placeholder-gray-600\/50::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.5); +} +.placeholder-gray-600\/50::placeholder{ + color: rgb(75 85 99 / 0.5); +} +.placeholder-gray-600\/60::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.6); +} +.placeholder-gray-600\/60::-moz-placeholder{ + color: rgb(75 85 99 / 0.6); +} +.placeholder-gray-600\/60:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.6); +} +.placeholder-gray-600\/60::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.6); +} +.placeholder-gray-600\/60::placeholder{ + color: rgb(75 85 99 / 0.6); +} +.placeholder-gray-600\/70::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.7); +} +.placeholder-gray-600\/70::-moz-placeholder{ + color: rgb(75 85 99 / 0.7); +} +.placeholder-gray-600\/70:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.7); +} +.placeholder-gray-600\/70::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.7); +} +.placeholder-gray-600\/70::placeholder{ + color: rgb(75 85 99 / 0.7); +} +.placeholder-gray-600\/75::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.75); +} +.placeholder-gray-600\/75::-moz-placeholder{ + color: rgb(75 85 99 / 0.75); +} +.placeholder-gray-600\/75:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.75); +} +.placeholder-gray-600\/75::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.75); +} +.placeholder-gray-600\/75::placeholder{ + color: rgb(75 85 99 / 0.75); +} +.placeholder-gray-600\/80::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.8); +} +.placeholder-gray-600\/80::-moz-placeholder{ + color: rgb(75 85 99 / 0.8); +} +.placeholder-gray-600\/80:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.8); +} +.placeholder-gray-600\/80::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.8); +} +.placeholder-gray-600\/80::placeholder{ + color: rgb(75 85 99 / 0.8); +} +.placeholder-gray-600\/90::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.9); +} +.placeholder-gray-600\/90::-moz-placeholder{ + color: rgb(75 85 99 / 0.9); +} +.placeholder-gray-600\/90:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.9); +} +.placeholder-gray-600\/90::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.9); +} +.placeholder-gray-600\/90::placeholder{ + color: rgb(75 85 99 / 0.9); +} +.placeholder-gray-600\/95::-webkit-input-placeholder{ + color: rgb(75 85 99 / 0.95); +} +.placeholder-gray-600\/95::-moz-placeholder{ + color: rgb(75 85 99 / 0.95); +} +.placeholder-gray-600\/95:-ms-input-placeholder{ + color: rgb(75 85 99 / 0.95); +} +.placeholder-gray-600\/95::-ms-input-placeholder{ + color: rgb(75 85 99 / 0.95); +} +.placeholder-gray-600\/95::placeholder{ + color: rgb(75 85 99 / 0.95); +} +.placeholder-gray-600\/100::-webkit-input-placeholder{ + color: rgb(75 85 99 / 1); +} +.placeholder-gray-600\/100::-moz-placeholder{ + color: rgb(75 85 99 / 1); +} +.placeholder-gray-600\/100:-ms-input-placeholder{ + color: rgb(75 85 99 / 1); +} +.placeholder-gray-600\/100::-ms-input-placeholder{ + color: rgb(75 85 99 / 1); +} +.placeholder-gray-600\/100::placeholder{ + color: rgb(75 85 99 / 1); +} +.placeholder-gray-700\/0::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0); +} +.placeholder-gray-700\/0::-moz-placeholder{ + color: rgb(55 65 81 / 0); +} +.placeholder-gray-700\/0:-ms-input-placeholder{ + color: rgb(55 65 81 / 0); +} +.placeholder-gray-700\/0::-ms-input-placeholder{ + color: rgb(55 65 81 / 0); +} +.placeholder-gray-700\/0::placeholder{ + color: rgb(55 65 81 / 0); +} +.placeholder-gray-700\/5::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.05); +} +.placeholder-gray-700\/5::-moz-placeholder{ + color: rgb(55 65 81 / 0.05); +} +.placeholder-gray-700\/5:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.05); +} +.placeholder-gray-700\/5::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.05); +} +.placeholder-gray-700\/5::placeholder{ + color: rgb(55 65 81 / 0.05); +} +.placeholder-gray-700\/10::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.1); +} +.placeholder-gray-700\/10::-moz-placeholder{ + color: rgb(55 65 81 / 0.1); +} +.placeholder-gray-700\/10:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.1); +} +.placeholder-gray-700\/10::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.1); +} +.placeholder-gray-700\/10::placeholder{ + color: rgb(55 65 81 / 0.1); +} +.placeholder-gray-700\/20::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.2); +} +.placeholder-gray-700\/20::-moz-placeholder{ + color: rgb(55 65 81 / 0.2); +} +.placeholder-gray-700\/20:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.2); +} +.placeholder-gray-700\/20::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.2); +} +.placeholder-gray-700\/20::placeholder{ + color: rgb(55 65 81 / 0.2); +} +.placeholder-gray-700\/25::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.25); +} +.placeholder-gray-700\/25::-moz-placeholder{ + color: rgb(55 65 81 / 0.25); +} +.placeholder-gray-700\/25:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.25); +} +.placeholder-gray-700\/25::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.25); +} +.placeholder-gray-700\/25::placeholder{ + color: rgb(55 65 81 / 0.25); +} +.placeholder-gray-700\/30::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.3); +} +.placeholder-gray-700\/30::-moz-placeholder{ + color: rgb(55 65 81 / 0.3); +} +.placeholder-gray-700\/30:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.3); +} +.placeholder-gray-700\/30::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.3); +} +.placeholder-gray-700\/30::placeholder{ + color: rgb(55 65 81 / 0.3); +} +.placeholder-gray-700\/40::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.4); +} +.placeholder-gray-700\/40::-moz-placeholder{ + color: rgb(55 65 81 / 0.4); +} +.placeholder-gray-700\/40:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.4); +} +.placeholder-gray-700\/40::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.4); +} +.placeholder-gray-700\/40::placeholder{ + color: rgb(55 65 81 / 0.4); +} +.placeholder-gray-700\/50::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.5); +} +.placeholder-gray-700\/50::-moz-placeholder{ + color: rgb(55 65 81 / 0.5); +} +.placeholder-gray-700\/50:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.5); +} +.placeholder-gray-700\/50::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.5); +} +.placeholder-gray-700\/50::placeholder{ + color: rgb(55 65 81 / 0.5); +} +.placeholder-gray-700\/60::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.6); +} +.placeholder-gray-700\/60::-moz-placeholder{ + color: rgb(55 65 81 / 0.6); +} +.placeholder-gray-700\/60:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.6); +} +.placeholder-gray-700\/60::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.6); +} +.placeholder-gray-700\/60::placeholder{ + color: rgb(55 65 81 / 0.6); +} +.placeholder-gray-700\/70::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.7); +} +.placeholder-gray-700\/70::-moz-placeholder{ + color: rgb(55 65 81 / 0.7); +} +.placeholder-gray-700\/70:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.7); +} +.placeholder-gray-700\/70::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.7); +} +.placeholder-gray-700\/70::placeholder{ + color: rgb(55 65 81 / 0.7); +} +.placeholder-gray-700\/75::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.75); +} +.placeholder-gray-700\/75::-moz-placeholder{ + color: rgb(55 65 81 / 0.75); +} +.placeholder-gray-700\/75:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.75); +} +.placeholder-gray-700\/75::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.75); +} +.placeholder-gray-700\/75::placeholder{ + color: rgb(55 65 81 / 0.75); +} +.placeholder-gray-700\/80::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.8); +} +.placeholder-gray-700\/80::-moz-placeholder{ + color: rgb(55 65 81 / 0.8); +} +.placeholder-gray-700\/80:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.8); +} +.placeholder-gray-700\/80::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.8); +} +.placeholder-gray-700\/80::placeholder{ + color: rgb(55 65 81 / 0.8); +} +.placeholder-gray-700\/90::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.9); +} +.placeholder-gray-700\/90::-moz-placeholder{ + color: rgb(55 65 81 / 0.9); +} +.placeholder-gray-700\/90:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.9); +} +.placeholder-gray-700\/90::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.9); +} +.placeholder-gray-700\/90::placeholder{ + color: rgb(55 65 81 / 0.9); +} +.placeholder-gray-700\/95::-webkit-input-placeholder{ + color: rgb(55 65 81 / 0.95); +} +.placeholder-gray-700\/95::-moz-placeholder{ + color: rgb(55 65 81 / 0.95); +} +.placeholder-gray-700\/95:-ms-input-placeholder{ + color: rgb(55 65 81 / 0.95); +} +.placeholder-gray-700\/95::-ms-input-placeholder{ + color: rgb(55 65 81 / 0.95); +} +.placeholder-gray-700\/95::placeholder{ + color: rgb(55 65 81 / 0.95); +} +.placeholder-gray-700\/100::-webkit-input-placeholder{ + color: rgb(55 65 81 / 1); +} +.placeholder-gray-700\/100::-moz-placeholder{ + color: rgb(55 65 81 / 1); +} +.placeholder-gray-700\/100:-ms-input-placeholder{ + color: rgb(55 65 81 / 1); +} +.placeholder-gray-700\/100::-ms-input-placeholder{ + color: rgb(55 65 81 / 1); +} +.placeholder-gray-700\/100::placeholder{ + color: rgb(55 65 81 / 1); +} +.placeholder-gray-800\/0::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0); +} +.placeholder-gray-800\/0::-moz-placeholder{ + color: rgb(31 41 55 / 0); +} +.placeholder-gray-800\/0:-ms-input-placeholder{ + color: rgb(31 41 55 / 0); +} +.placeholder-gray-800\/0::-ms-input-placeholder{ + color: rgb(31 41 55 / 0); +} +.placeholder-gray-800\/0::placeholder{ + color: rgb(31 41 55 / 0); +} +.placeholder-gray-800\/5::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.05); +} +.placeholder-gray-800\/5::-moz-placeholder{ + color: rgb(31 41 55 / 0.05); +} +.placeholder-gray-800\/5:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.05); +} +.placeholder-gray-800\/5::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.05); +} +.placeholder-gray-800\/5::placeholder{ + color: rgb(31 41 55 / 0.05); +} +.placeholder-gray-800\/10::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.1); +} +.placeholder-gray-800\/10::-moz-placeholder{ + color: rgb(31 41 55 / 0.1); +} +.placeholder-gray-800\/10:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.1); +} +.placeholder-gray-800\/10::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.1); +} +.placeholder-gray-800\/10::placeholder{ + color: rgb(31 41 55 / 0.1); +} +.placeholder-gray-800\/20::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.2); +} +.placeholder-gray-800\/20::-moz-placeholder{ + color: rgb(31 41 55 / 0.2); +} +.placeholder-gray-800\/20:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.2); +} +.placeholder-gray-800\/20::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.2); +} +.placeholder-gray-800\/20::placeholder{ + color: rgb(31 41 55 / 0.2); +} +.placeholder-gray-800\/25::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.25); +} +.placeholder-gray-800\/25::-moz-placeholder{ + color: rgb(31 41 55 / 0.25); +} +.placeholder-gray-800\/25:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.25); +} +.placeholder-gray-800\/25::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.25); +} +.placeholder-gray-800\/25::placeholder{ + color: rgb(31 41 55 / 0.25); +} +.placeholder-gray-800\/30::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.3); +} +.placeholder-gray-800\/30::-moz-placeholder{ + color: rgb(31 41 55 / 0.3); +} +.placeholder-gray-800\/30:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.3); +} +.placeholder-gray-800\/30::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.3); +} +.placeholder-gray-800\/30::placeholder{ + color: rgb(31 41 55 / 0.3); +} +.placeholder-gray-800\/40::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.4); +} +.placeholder-gray-800\/40::-moz-placeholder{ + color: rgb(31 41 55 / 0.4); +} +.placeholder-gray-800\/40:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.4); +} +.placeholder-gray-800\/40::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.4); +} +.placeholder-gray-800\/40::placeholder{ + color: rgb(31 41 55 / 0.4); +} +.placeholder-gray-800\/50::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.5); +} +.placeholder-gray-800\/50::-moz-placeholder{ + color: rgb(31 41 55 / 0.5); +} +.placeholder-gray-800\/50:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.5); +} +.placeholder-gray-800\/50::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.5); +} +.placeholder-gray-800\/50::placeholder{ + color: rgb(31 41 55 / 0.5); +} +.placeholder-gray-800\/60::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.6); +} +.placeholder-gray-800\/60::-moz-placeholder{ + color: rgb(31 41 55 / 0.6); +} +.placeholder-gray-800\/60:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.6); +} +.placeholder-gray-800\/60::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.6); +} +.placeholder-gray-800\/60::placeholder{ + color: rgb(31 41 55 / 0.6); +} +.placeholder-gray-800\/70::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.7); +} +.placeholder-gray-800\/70::-moz-placeholder{ + color: rgb(31 41 55 / 0.7); +} +.placeholder-gray-800\/70:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.7); +} +.placeholder-gray-800\/70::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.7); +} +.placeholder-gray-800\/70::placeholder{ + color: rgb(31 41 55 / 0.7); +} +.placeholder-gray-800\/75::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.75); +} +.placeholder-gray-800\/75::-moz-placeholder{ + color: rgb(31 41 55 / 0.75); +} +.placeholder-gray-800\/75:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.75); +} +.placeholder-gray-800\/75::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.75); +} +.placeholder-gray-800\/75::placeholder{ + color: rgb(31 41 55 / 0.75); +} +.placeholder-gray-800\/80::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.8); +} +.placeholder-gray-800\/80::-moz-placeholder{ + color: rgb(31 41 55 / 0.8); +} +.placeholder-gray-800\/80:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.8); +} +.placeholder-gray-800\/80::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.8); +} +.placeholder-gray-800\/80::placeholder{ + color: rgb(31 41 55 / 0.8); +} +.placeholder-gray-800\/90::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.9); +} +.placeholder-gray-800\/90::-moz-placeholder{ + color: rgb(31 41 55 / 0.9); +} +.placeholder-gray-800\/90:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.9); +} +.placeholder-gray-800\/90::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.9); +} +.placeholder-gray-800\/90::placeholder{ + color: rgb(31 41 55 / 0.9); +} +.placeholder-gray-800\/95::-webkit-input-placeholder{ + color: rgb(31 41 55 / 0.95); +} +.placeholder-gray-800\/95::-moz-placeholder{ + color: rgb(31 41 55 / 0.95); +} +.placeholder-gray-800\/95:-ms-input-placeholder{ + color: rgb(31 41 55 / 0.95); +} +.placeholder-gray-800\/95::-ms-input-placeholder{ + color: rgb(31 41 55 / 0.95); +} +.placeholder-gray-800\/95::placeholder{ + color: rgb(31 41 55 / 0.95); +} +.placeholder-gray-800\/100::-webkit-input-placeholder{ + color: rgb(31 41 55 / 1); +} +.placeholder-gray-800\/100::-moz-placeholder{ + color: rgb(31 41 55 / 1); +} +.placeholder-gray-800\/100:-ms-input-placeholder{ + color: rgb(31 41 55 / 1); +} +.placeholder-gray-800\/100::-ms-input-placeholder{ + color: rgb(31 41 55 / 1); +} +.placeholder-gray-800\/100::placeholder{ + color: rgb(31 41 55 / 1); +} +.placeholder-gray-900\/0::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0); +} +.placeholder-gray-900\/0::-moz-placeholder{ + color: rgb(17 24 39 / 0); +} +.placeholder-gray-900\/0:-ms-input-placeholder{ + color: rgb(17 24 39 / 0); +} +.placeholder-gray-900\/0::-ms-input-placeholder{ + color: rgb(17 24 39 / 0); +} +.placeholder-gray-900\/0::placeholder{ + color: rgb(17 24 39 / 0); +} +.placeholder-gray-900\/5::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.05); +} +.placeholder-gray-900\/5::-moz-placeholder{ + color: rgb(17 24 39 / 0.05); +} +.placeholder-gray-900\/5:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.05); +} +.placeholder-gray-900\/5::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.05); +} +.placeholder-gray-900\/5::placeholder{ + color: rgb(17 24 39 / 0.05); +} +.placeholder-gray-900\/10::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.1); +} +.placeholder-gray-900\/10::-moz-placeholder{ + color: rgb(17 24 39 / 0.1); +} +.placeholder-gray-900\/10:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.1); +} +.placeholder-gray-900\/10::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.1); +} +.placeholder-gray-900\/10::placeholder{ + color: rgb(17 24 39 / 0.1); +} +.placeholder-gray-900\/20::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.2); +} +.placeholder-gray-900\/20::-moz-placeholder{ + color: rgb(17 24 39 / 0.2); +} +.placeholder-gray-900\/20:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.2); +} +.placeholder-gray-900\/20::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.2); +} +.placeholder-gray-900\/20::placeholder{ + color: rgb(17 24 39 / 0.2); +} +.placeholder-gray-900\/25::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.25); +} +.placeholder-gray-900\/25::-moz-placeholder{ + color: rgb(17 24 39 / 0.25); +} +.placeholder-gray-900\/25:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.25); +} +.placeholder-gray-900\/25::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.25); +} +.placeholder-gray-900\/25::placeholder{ + color: rgb(17 24 39 / 0.25); +} +.placeholder-gray-900\/30::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.3); +} +.placeholder-gray-900\/30::-moz-placeholder{ + color: rgb(17 24 39 / 0.3); +} +.placeholder-gray-900\/30:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.3); +} +.placeholder-gray-900\/30::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.3); +} +.placeholder-gray-900\/30::placeholder{ + color: rgb(17 24 39 / 0.3); +} +.placeholder-gray-900\/40::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.4); +} +.placeholder-gray-900\/40::-moz-placeholder{ + color: rgb(17 24 39 / 0.4); +} +.placeholder-gray-900\/40:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.4); +} +.placeholder-gray-900\/40::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.4); +} +.placeholder-gray-900\/40::placeholder{ + color: rgb(17 24 39 / 0.4); +} +.placeholder-gray-900\/50::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.5); +} +.placeholder-gray-900\/50::-moz-placeholder{ + color: rgb(17 24 39 / 0.5); +} +.placeholder-gray-900\/50:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.5); +} +.placeholder-gray-900\/50::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.5); +} +.placeholder-gray-900\/50::placeholder{ + color: rgb(17 24 39 / 0.5); +} +.placeholder-gray-900\/60::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.6); +} +.placeholder-gray-900\/60::-moz-placeholder{ + color: rgb(17 24 39 / 0.6); +} +.placeholder-gray-900\/60:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.6); +} +.placeholder-gray-900\/60::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.6); +} +.placeholder-gray-900\/60::placeholder{ + color: rgb(17 24 39 / 0.6); +} +.placeholder-gray-900\/70::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.7); +} +.placeholder-gray-900\/70::-moz-placeholder{ + color: rgb(17 24 39 / 0.7); +} +.placeholder-gray-900\/70:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.7); +} +.placeholder-gray-900\/70::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.7); +} +.placeholder-gray-900\/70::placeholder{ + color: rgb(17 24 39 / 0.7); +} +.placeholder-gray-900\/75::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.75); +} +.placeholder-gray-900\/75::-moz-placeholder{ + color: rgb(17 24 39 / 0.75); +} +.placeholder-gray-900\/75:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.75); +} +.placeholder-gray-900\/75::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.75); +} +.placeholder-gray-900\/75::placeholder{ + color: rgb(17 24 39 / 0.75); +} +.placeholder-gray-900\/80::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.8); +} +.placeholder-gray-900\/80::-moz-placeholder{ + color: rgb(17 24 39 / 0.8); +} +.placeholder-gray-900\/80:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.8); +} +.placeholder-gray-900\/80::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.8); +} +.placeholder-gray-900\/80::placeholder{ + color: rgb(17 24 39 / 0.8); +} +.placeholder-gray-900\/90::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.9); +} +.placeholder-gray-900\/90::-moz-placeholder{ + color: rgb(17 24 39 / 0.9); +} +.placeholder-gray-900\/90:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.9); +} +.placeholder-gray-900\/90::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.9); +} +.placeholder-gray-900\/90::placeholder{ + color: rgb(17 24 39 / 0.9); +} +.placeholder-gray-900\/95::-webkit-input-placeholder{ + color: rgb(17 24 39 / 0.95); +} +.placeholder-gray-900\/95::-moz-placeholder{ + color: rgb(17 24 39 / 0.95); +} +.placeholder-gray-900\/95:-ms-input-placeholder{ + color: rgb(17 24 39 / 0.95); +} +.placeholder-gray-900\/95::-ms-input-placeholder{ + color: rgb(17 24 39 / 0.95); +} +.placeholder-gray-900\/95::placeholder{ + color: rgb(17 24 39 / 0.95); +} +.placeholder-gray-900\/100::-webkit-input-placeholder{ + color: rgb(17 24 39 / 1); +} +.placeholder-gray-900\/100::-moz-placeholder{ + color: rgb(17 24 39 / 1); +} +.placeholder-gray-900\/100:-ms-input-placeholder{ + color: rgb(17 24 39 / 1); +} +.placeholder-gray-900\/100::-ms-input-placeholder{ + color: rgb(17 24 39 / 1); +} +.placeholder-gray-900\/100::placeholder{ + color: rgb(17 24 39 / 1); +} +.placeholder-zinc-50\/0::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0); +} +.placeholder-zinc-50\/0::-moz-placeholder{ + color: rgb(250 250 250 / 0); +} +.placeholder-zinc-50\/0:-ms-input-placeholder{ + color: rgb(250 250 250 / 0); +} +.placeholder-zinc-50\/0::-ms-input-placeholder{ + color: rgb(250 250 250 / 0); +} +.placeholder-zinc-50\/0::placeholder{ + color: rgb(250 250 250 / 0); +} +.placeholder-zinc-50\/5::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.05); +} +.placeholder-zinc-50\/5::-moz-placeholder{ + color: rgb(250 250 250 / 0.05); +} +.placeholder-zinc-50\/5:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.05); +} +.placeholder-zinc-50\/5::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.05); +} +.placeholder-zinc-50\/5::placeholder{ + color: rgb(250 250 250 / 0.05); +} +.placeholder-zinc-50\/10::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.1); +} +.placeholder-zinc-50\/10::-moz-placeholder{ + color: rgb(250 250 250 / 0.1); +} +.placeholder-zinc-50\/10:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.1); +} +.placeholder-zinc-50\/10::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.1); +} +.placeholder-zinc-50\/10::placeholder{ + color: rgb(250 250 250 / 0.1); +} +.placeholder-zinc-50\/20::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.2); +} +.placeholder-zinc-50\/20::-moz-placeholder{ + color: rgb(250 250 250 / 0.2); +} +.placeholder-zinc-50\/20:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.2); +} +.placeholder-zinc-50\/20::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.2); +} +.placeholder-zinc-50\/20::placeholder{ + color: rgb(250 250 250 / 0.2); +} +.placeholder-zinc-50\/25::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.25); +} +.placeholder-zinc-50\/25::-moz-placeholder{ + color: rgb(250 250 250 / 0.25); +} +.placeholder-zinc-50\/25:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.25); +} +.placeholder-zinc-50\/25::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.25); +} +.placeholder-zinc-50\/25::placeholder{ + color: rgb(250 250 250 / 0.25); +} +.placeholder-zinc-50\/30::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.3); +} +.placeholder-zinc-50\/30::-moz-placeholder{ + color: rgb(250 250 250 / 0.3); +} +.placeholder-zinc-50\/30:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.3); +} +.placeholder-zinc-50\/30::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.3); +} +.placeholder-zinc-50\/30::placeholder{ + color: rgb(250 250 250 / 0.3); +} +.placeholder-zinc-50\/40::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.4); +} +.placeholder-zinc-50\/40::-moz-placeholder{ + color: rgb(250 250 250 / 0.4); +} +.placeholder-zinc-50\/40:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.4); +} +.placeholder-zinc-50\/40::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.4); +} +.placeholder-zinc-50\/40::placeholder{ + color: rgb(250 250 250 / 0.4); +} +.placeholder-zinc-50\/50::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.5); +} +.placeholder-zinc-50\/50::-moz-placeholder{ + color: rgb(250 250 250 / 0.5); +} +.placeholder-zinc-50\/50:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.5); +} +.placeholder-zinc-50\/50::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.5); +} +.placeholder-zinc-50\/50::placeholder{ + color: rgb(250 250 250 / 0.5); +} +.placeholder-zinc-50\/60::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.6); +} +.placeholder-zinc-50\/60::-moz-placeholder{ + color: rgb(250 250 250 / 0.6); +} +.placeholder-zinc-50\/60:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.6); +} +.placeholder-zinc-50\/60::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.6); +} +.placeholder-zinc-50\/60::placeholder{ + color: rgb(250 250 250 / 0.6); +} +.placeholder-zinc-50\/70::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.7); +} +.placeholder-zinc-50\/70::-moz-placeholder{ + color: rgb(250 250 250 / 0.7); +} +.placeholder-zinc-50\/70:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.7); +} +.placeholder-zinc-50\/70::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.7); +} +.placeholder-zinc-50\/70::placeholder{ + color: rgb(250 250 250 / 0.7); +} +.placeholder-zinc-50\/75::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.75); +} +.placeholder-zinc-50\/75::-moz-placeholder{ + color: rgb(250 250 250 / 0.75); +} +.placeholder-zinc-50\/75:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.75); +} +.placeholder-zinc-50\/75::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.75); +} +.placeholder-zinc-50\/75::placeholder{ + color: rgb(250 250 250 / 0.75); +} +.placeholder-zinc-50\/80::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.8); +} +.placeholder-zinc-50\/80::-moz-placeholder{ + color: rgb(250 250 250 / 0.8); +} +.placeholder-zinc-50\/80:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.8); +} +.placeholder-zinc-50\/80::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.8); +} +.placeholder-zinc-50\/80::placeholder{ + color: rgb(250 250 250 / 0.8); +} +.placeholder-zinc-50\/90::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.9); +} +.placeholder-zinc-50\/90::-moz-placeholder{ + color: rgb(250 250 250 / 0.9); +} +.placeholder-zinc-50\/90:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.9); +} +.placeholder-zinc-50\/90::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.9); +} +.placeholder-zinc-50\/90::placeholder{ + color: rgb(250 250 250 / 0.9); +} +.placeholder-zinc-50\/95::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.95); +} +.placeholder-zinc-50\/95::-moz-placeholder{ + color: rgb(250 250 250 / 0.95); +} +.placeholder-zinc-50\/95:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.95); +} +.placeholder-zinc-50\/95::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.95); +} +.placeholder-zinc-50\/95::placeholder{ + color: rgb(250 250 250 / 0.95); +} +.placeholder-zinc-50\/100::-webkit-input-placeholder{ + color: rgb(250 250 250 / 1); +} +.placeholder-zinc-50\/100::-moz-placeholder{ + color: rgb(250 250 250 / 1); +} +.placeholder-zinc-50\/100:-ms-input-placeholder{ + color: rgb(250 250 250 / 1); +} +.placeholder-zinc-50\/100::-ms-input-placeholder{ + color: rgb(250 250 250 / 1); +} +.placeholder-zinc-50\/100::placeholder{ + color: rgb(250 250 250 / 1); +} +.placeholder-zinc-100\/0::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0); +} +.placeholder-zinc-100\/0::-moz-placeholder{ + color: rgb(244 244 245 / 0); +} +.placeholder-zinc-100\/0:-ms-input-placeholder{ + color: rgb(244 244 245 / 0); +} +.placeholder-zinc-100\/0::-ms-input-placeholder{ + color: rgb(244 244 245 / 0); +} +.placeholder-zinc-100\/0::placeholder{ + color: rgb(244 244 245 / 0); +} +.placeholder-zinc-100\/5::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.05); +} +.placeholder-zinc-100\/5::-moz-placeholder{ + color: rgb(244 244 245 / 0.05); +} +.placeholder-zinc-100\/5:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.05); +} +.placeholder-zinc-100\/5::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.05); +} +.placeholder-zinc-100\/5::placeholder{ + color: rgb(244 244 245 / 0.05); +} +.placeholder-zinc-100\/10::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.1); +} +.placeholder-zinc-100\/10::-moz-placeholder{ + color: rgb(244 244 245 / 0.1); +} +.placeholder-zinc-100\/10:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.1); +} +.placeholder-zinc-100\/10::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.1); +} +.placeholder-zinc-100\/10::placeholder{ + color: rgb(244 244 245 / 0.1); +} +.placeholder-zinc-100\/20::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.2); +} +.placeholder-zinc-100\/20::-moz-placeholder{ + color: rgb(244 244 245 / 0.2); +} +.placeholder-zinc-100\/20:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.2); +} +.placeholder-zinc-100\/20::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.2); +} +.placeholder-zinc-100\/20::placeholder{ + color: rgb(244 244 245 / 0.2); +} +.placeholder-zinc-100\/25::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.25); +} +.placeholder-zinc-100\/25::-moz-placeholder{ + color: rgb(244 244 245 / 0.25); +} +.placeholder-zinc-100\/25:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.25); +} +.placeholder-zinc-100\/25::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.25); +} +.placeholder-zinc-100\/25::placeholder{ + color: rgb(244 244 245 / 0.25); +} +.placeholder-zinc-100\/30::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.3); +} +.placeholder-zinc-100\/30::-moz-placeholder{ + color: rgb(244 244 245 / 0.3); +} +.placeholder-zinc-100\/30:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.3); +} +.placeholder-zinc-100\/30::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.3); +} +.placeholder-zinc-100\/30::placeholder{ + color: rgb(244 244 245 / 0.3); +} +.placeholder-zinc-100\/40::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.4); +} +.placeholder-zinc-100\/40::-moz-placeholder{ + color: rgb(244 244 245 / 0.4); +} +.placeholder-zinc-100\/40:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.4); +} +.placeholder-zinc-100\/40::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.4); +} +.placeholder-zinc-100\/40::placeholder{ + color: rgb(244 244 245 / 0.4); +} +.placeholder-zinc-100\/50::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.5); +} +.placeholder-zinc-100\/50::-moz-placeholder{ + color: rgb(244 244 245 / 0.5); +} +.placeholder-zinc-100\/50:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.5); +} +.placeholder-zinc-100\/50::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.5); +} +.placeholder-zinc-100\/50::placeholder{ + color: rgb(244 244 245 / 0.5); +} +.placeholder-zinc-100\/60::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.6); +} +.placeholder-zinc-100\/60::-moz-placeholder{ + color: rgb(244 244 245 / 0.6); +} +.placeholder-zinc-100\/60:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.6); +} +.placeholder-zinc-100\/60::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.6); +} +.placeholder-zinc-100\/60::placeholder{ + color: rgb(244 244 245 / 0.6); +} +.placeholder-zinc-100\/70::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.7); +} +.placeholder-zinc-100\/70::-moz-placeholder{ + color: rgb(244 244 245 / 0.7); +} +.placeholder-zinc-100\/70:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.7); +} +.placeholder-zinc-100\/70::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.7); +} +.placeholder-zinc-100\/70::placeholder{ + color: rgb(244 244 245 / 0.7); +} +.placeholder-zinc-100\/75::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.75); +} +.placeholder-zinc-100\/75::-moz-placeholder{ + color: rgb(244 244 245 / 0.75); +} +.placeholder-zinc-100\/75:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.75); +} +.placeholder-zinc-100\/75::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.75); +} +.placeholder-zinc-100\/75::placeholder{ + color: rgb(244 244 245 / 0.75); +} +.placeholder-zinc-100\/80::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.8); +} +.placeholder-zinc-100\/80::-moz-placeholder{ + color: rgb(244 244 245 / 0.8); +} +.placeholder-zinc-100\/80:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.8); +} +.placeholder-zinc-100\/80::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.8); +} +.placeholder-zinc-100\/80::placeholder{ + color: rgb(244 244 245 / 0.8); +} +.placeholder-zinc-100\/90::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.9); +} +.placeholder-zinc-100\/90::-moz-placeholder{ + color: rgb(244 244 245 / 0.9); +} +.placeholder-zinc-100\/90:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.9); +} +.placeholder-zinc-100\/90::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.9); +} +.placeholder-zinc-100\/90::placeholder{ + color: rgb(244 244 245 / 0.9); +} +.placeholder-zinc-100\/95::-webkit-input-placeholder{ + color: rgb(244 244 245 / 0.95); +} +.placeholder-zinc-100\/95::-moz-placeholder{ + color: rgb(244 244 245 / 0.95); +} +.placeholder-zinc-100\/95:-ms-input-placeholder{ + color: rgb(244 244 245 / 0.95); +} +.placeholder-zinc-100\/95::-ms-input-placeholder{ + color: rgb(244 244 245 / 0.95); +} +.placeholder-zinc-100\/95::placeholder{ + color: rgb(244 244 245 / 0.95); +} +.placeholder-zinc-100\/100::-webkit-input-placeholder{ + color: rgb(244 244 245 / 1); +} +.placeholder-zinc-100\/100::-moz-placeholder{ + color: rgb(244 244 245 / 1); +} +.placeholder-zinc-100\/100:-ms-input-placeholder{ + color: rgb(244 244 245 / 1); +} +.placeholder-zinc-100\/100::-ms-input-placeholder{ + color: rgb(244 244 245 / 1); +} +.placeholder-zinc-100\/100::placeholder{ + color: rgb(244 244 245 / 1); +} +.placeholder-zinc-200\/0::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0); +} +.placeholder-zinc-200\/0::-moz-placeholder{ + color: rgb(228 228 231 / 0); +} +.placeholder-zinc-200\/0:-ms-input-placeholder{ + color: rgb(228 228 231 / 0); +} +.placeholder-zinc-200\/0::-ms-input-placeholder{ + color: rgb(228 228 231 / 0); +} +.placeholder-zinc-200\/0::placeholder{ + color: rgb(228 228 231 / 0); +} +.placeholder-zinc-200\/5::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.05); +} +.placeholder-zinc-200\/5::-moz-placeholder{ + color: rgb(228 228 231 / 0.05); +} +.placeholder-zinc-200\/5:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.05); +} +.placeholder-zinc-200\/5::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.05); +} +.placeholder-zinc-200\/5::placeholder{ + color: rgb(228 228 231 / 0.05); +} +.placeholder-zinc-200\/10::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.1); +} +.placeholder-zinc-200\/10::-moz-placeholder{ + color: rgb(228 228 231 / 0.1); +} +.placeholder-zinc-200\/10:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.1); +} +.placeholder-zinc-200\/10::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.1); +} +.placeholder-zinc-200\/10::placeholder{ + color: rgb(228 228 231 / 0.1); +} +.placeholder-zinc-200\/20::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.2); +} +.placeholder-zinc-200\/20::-moz-placeholder{ + color: rgb(228 228 231 / 0.2); +} +.placeholder-zinc-200\/20:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.2); +} +.placeholder-zinc-200\/20::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.2); +} +.placeholder-zinc-200\/20::placeholder{ + color: rgb(228 228 231 / 0.2); +} +.placeholder-zinc-200\/25::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.25); +} +.placeholder-zinc-200\/25::-moz-placeholder{ + color: rgb(228 228 231 / 0.25); +} +.placeholder-zinc-200\/25:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.25); +} +.placeholder-zinc-200\/25::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.25); +} +.placeholder-zinc-200\/25::placeholder{ + color: rgb(228 228 231 / 0.25); +} +.placeholder-zinc-200\/30::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.3); +} +.placeholder-zinc-200\/30::-moz-placeholder{ + color: rgb(228 228 231 / 0.3); +} +.placeholder-zinc-200\/30:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.3); +} +.placeholder-zinc-200\/30::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.3); +} +.placeholder-zinc-200\/30::placeholder{ + color: rgb(228 228 231 / 0.3); +} +.placeholder-zinc-200\/40::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.4); +} +.placeholder-zinc-200\/40::-moz-placeholder{ + color: rgb(228 228 231 / 0.4); +} +.placeholder-zinc-200\/40:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.4); +} +.placeholder-zinc-200\/40::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.4); +} +.placeholder-zinc-200\/40::placeholder{ + color: rgb(228 228 231 / 0.4); +} +.placeholder-zinc-200\/50::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.5); +} +.placeholder-zinc-200\/50::-moz-placeholder{ + color: rgb(228 228 231 / 0.5); +} +.placeholder-zinc-200\/50:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.5); +} +.placeholder-zinc-200\/50::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.5); +} +.placeholder-zinc-200\/50::placeholder{ + color: rgb(228 228 231 / 0.5); +} +.placeholder-zinc-200\/60::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.6); +} +.placeholder-zinc-200\/60::-moz-placeholder{ + color: rgb(228 228 231 / 0.6); +} +.placeholder-zinc-200\/60:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.6); +} +.placeholder-zinc-200\/60::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.6); +} +.placeholder-zinc-200\/60::placeholder{ + color: rgb(228 228 231 / 0.6); +} +.placeholder-zinc-200\/70::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.7); +} +.placeholder-zinc-200\/70::-moz-placeholder{ + color: rgb(228 228 231 / 0.7); +} +.placeholder-zinc-200\/70:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.7); +} +.placeholder-zinc-200\/70::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.7); +} +.placeholder-zinc-200\/70::placeholder{ + color: rgb(228 228 231 / 0.7); +} +.placeholder-zinc-200\/75::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.75); +} +.placeholder-zinc-200\/75::-moz-placeholder{ + color: rgb(228 228 231 / 0.75); +} +.placeholder-zinc-200\/75:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.75); +} +.placeholder-zinc-200\/75::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.75); +} +.placeholder-zinc-200\/75::placeholder{ + color: rgb(228 228 231 / 0.75); +} +.placeholder-zinc-200\/80::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.8); +} +.placeholder-zinc-200\/80::-moz-placeholder{ + color: rgb(228 228 231 / 0.8); +} +.placeholder-zinc-200\/80:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.8); +} +.placeholder-zinc-200\/80::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.8); +} +.placeholder-zinc-200\/80::placeholder{ + color: rgb(228 228 231 / 0.8); +} +.placeholder-zinc-200\/90::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.9); +} +.placeholder-zinc-200\/90::-moz-placeholder{ + color: rgb(228 228 231 / 0.9); +} +.placeholder-zinc-200\/90:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.9); +} +.placeholder-zinc-200\/90::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.9); +} +.placeholder-zinc-200\/90::placeholder{ + color: rgb(228 228 231 / 0.9); +} +.placeholder-zinc-200\/95::-webkit-input-placeholder{ + color: rgb(228 228 231 / 0.95); +} +.placeholder-zinc-200\/95::-moz-placeholder{ + color: rgb(228 228 231 / 0.95); +} +.placeholder-zinc-200\/95:-ms-input-placeholder{ + color: rgb(228 228 231 / 0.95); +} +.placeholder-zinc-200\/95::-ms-input-placeholder{ + color: rgb(228 228 231 / 0.95); +} +.placeholder-zinc-200\/95::placeholder{ + color: rgb(228 228 231 / 0.95); +} +.placeholder-zinc-200\/100::-webkit-input-placeholder{ + color: rgb(228 228 231 / 1); +} +.placeholder-zinc-200\/100::-moz-placeholder{ + color: rgb(228 228 231 / 1); +} +.placeholder-zinc-200\/100:-ms-input-placeholder{ + color: rgb(228 228 231 / 1); +} +.placeholder-zinc-200\/100::-ms-input-placeholder{ + color: rgb(228 228 231 / 1); +} +.placeholder-zinc-200\/100::placeholder{ + color: rgb(228 228 231 / 1); +} +.placeholder-zinc-300\/0::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0); +} +.placeholder-zinc-300\/0::-moz-placeholder{ + color: rgb(212 212 216 / 0); +} +.placeholder-zinc-300\/0:-ms-input-placeholder{ + color: rgb(212 212 216 / 0); +} +.placeholder-zinc-300\/0::-ms-input-placeholder{ + color: rgb(212 212 216 / 0); +} +.placeholder-zinc-300\/0::placeholder{ + color: rgb(212 212 216 / 0); +} +.placeholder-zinc-300\/5::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.05); +} +.placeholder-zinc-300\/5::-moz-placeholder{ + color: rgb(212 212 216 / 0.05); +} +.placeholder-zinc-300\/5:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.05); +} +.placeholder-zinc-300\/5::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.05); +} +.placeholder-zinc-300\/5::placeholder{ + color: rgb(212 212 216 / 0.05); +} +.placeholder-zinc-300\/10::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.1); +} +.placeholder-zinc-300\/10::-moz-placeholder{ + color: rgb(212 212 216 / 0.1); +} +.placeholder-zinc-300\/10:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.1); +} +.placeholder-zinc-300\/10::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.1); +} +.placeholder-zinc-300\/10::placeholder{ + color: rgb(212 212 216 / 0.1); +} +.placeholder-zinc-300\/20::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.2); +} +.placeholder-zinc-300\/20::-moz-placeholder{ + color: rgb(212 212 216 / 0.2); +} +.placeholder-zinc-300\/20:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.2); +} +.placeholder-zinc-300\/20::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.2); +} +.placeholder-zinc-300\/20::placeholder{ + color: rgb(212 212 216 / 0.2); +} +.placeholder-zinc-300\/25::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.25); +} +.placeholder-zinc-300\/25::-moz-placeholder{ + color: rgb(212 212 216 / 0.25); +} +.placeholder-zinc-300\/25:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.25); +} +.placeholder-zinc-300\/25::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.25); +} +.placeholder-zinc-300\/25::placeholder{ + color: rgb(212 212 216 / 0.25); +} +.placeholder-zinc-300\/30::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.3); +} +.placeholder-zinc-300\/30::-moz-placeholder{ + color: rgb(212 212 216 / 0.3); +} +.placeholder-zinc-300\/30:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.3); +} +.placeholder-zinc-300\/30::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.3); +} +.placeholder-zinc-300\/30::placeholder{ + color: rgb(212 212 216 / 0.3); +} +.placeholder-zinc-300\/40::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.4); +} +.placeholder-zinc-300\/40::-moz-placeholder{ + color: rgb(212 212 216 / 0.4); +} +.placeholder-zinc-300\/40:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.4); +} +.placeholder-zinc-300\/40::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.4); +} +.placeholder-zinc-300\/40::placeholder{ + color: rgb(212 212 216 / 0.4); +} +.placeholder-zinc-300\/50::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.5); +} +.placeholder-zinc-300\/50::-moz-placeholder{ + color: rgb(212 212 216 / 0.5); +} +.placeholder-zinc-300\/50:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.5); +} +.placeholder-zinc-300\/50::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.5); +} +.placeholder-zinc-300\/50::placeholder{ + color: rgb(212 212 216 / 0.5); +} +.placeholder-zinc-300\/60::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.6); +} +.placeholder-zinc-300\/60::-moz-placeholder{ + color: rgb(212 212 216 / 0.6); +} +.placeholder-zinc-300\/60:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.6); +} +.placeholder-zinc-300\/60::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.6); +} +.placeholder-zinc-300\/60::placeholder{ + color: rgb(212 212 216 / 0.6); +} +.placeholder-zinc-300\/70::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.7); +} +.placeholder-zinc-300\/70::-moz-placeholder{ + color: rgb(212 212 216 / 0.7); +} +.placeholder-zinc-300\/70:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.7); +} +.placeholder-zinc-300\/70::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.7); +} +.placeholder-zinc-300\/70::placeholder{ + color: rgb(212 212 216 / 0.7); +} +.placeholder-zinc-300\/75::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.75); +} +.placeholder-zinc-300\/75::-moz-placeholder{ + color: rgb(212 212 216 / 0.75); +} +.placeholder-zinc-300\/75:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.75); +} +.placeholder-zinc-300\/75::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.75); +} +.placeholder-zinc-300\/75::placeholder{ + color: rgb(212 212 216 / 0.75); +} +.placeholder-zinc-300\/80::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.8); +} +.placeholder-zinc-300\/80::-moz-placeholder{ + color: rgb(212 212 216 / 0.8); +} +.placeholder-zinc-300\/80:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.8); +} +.placeholder-zinc-300\/80::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.8); +} +.placeholder-zinc-300\/80::placeholder{ + color: rgb(212 212 216 / 0.8); +} +.placeholder-zinc-300\/90::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.9); +} +.placeholder-zinc-300\/90::-moz-placeholder{ + color: rgb(212 212 216 / 0.9); +} +.placeholder-zinc-300\/90:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.9); +} +.placeholder-zinc-300\/90::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.9); +} +.placeholder-zinc-300\/90::placeholder{ + color: rgb(212 212 216 / 0.9); +} +.placeholder-zinc-300\/95::-webkit-input-placeholder{ + color: rgb(212 212 216 / 0.95); +} +.placeholder-zinc-300\/95::-moz-placeholder{ + color: rgb(212 212 216 / 0.95); +} +.placeholder-zinc-300\/95:-ms-input-placeholder{ + color: rgb(212 212 216 / 0.95); +} +.placeholder-zinc-300\/95::-ms-input-placeholder{ + color: rgb(212 212 216 / 0.95); +} +.placeholder-zinc-300\/95::placeholder{ + color: rgb(212 212 216 / 0.95); +} +.placeholder-zinc-300\/100::-webkit-input-placeholder{ + color: rgb(212 212 216 / 1); +} +.placeholder-zinc-300\/100::-moz-placeholder{ + color: rgb(212 212 216 / 1); +} +.placeholder-zinc-300\/100:-ms-input-placeholder{ + color: rgb(212 212 216 / 1); +} +.placeholder-zinc-300\/100::-ms-input-placeholder{ + color: rgb(212 212 216 / 1); +} +.placeholder-zinc-300\/100::placeholder{ + color: rgb(212 212 216 / 1); +} +.placeholder-zinc-400\/0::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0); +} +.placeholder-zinc-400\/0::-moz-placeholder{ + color: rgb(161 161 170 / 0); +} +.placeholder-zinc-400\/0:-ms-input-placeholder{ + color: rgb(161 161 170 / 0); +} +.placeholder-zinc-400\/0::-ms-input-placeholder{ + color: rgb(161 161 170 / 0); +} +.placeholder-zinc-400\/0::placeholder{ + color: rgb(161 161 170 / 0); +} +.placeholder-zinc-400\/5::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.05); +} +.placeholder-zinc-400\/5::-moz-placeholder{ + color: rgb(161 161 170 / 0.05); +} +.placeholder-zinc-400\/5:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.05); +} +.placeholder-zinc-400\/5::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.05); +} +.placeholder-zinc-400\/5::placeholder{ + color: rgb(161 161 170 / 0.05); +} +.placeholder-zinc-400\/10::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.1); +} +.placeholder-zinc-400\/10::-moz-placeholder{ + color: rgb(161 161 170 / 0.1); +} +.placeholder-zinc-400\/10:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.1); +} +.placeholder-zinc-400\/10::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.1); +} +.placeholder-zinc-400\/10::placeholder{ + color: rgb(161 161 170 / 0.1); +} +.placeholder-zinc-400\/20::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.2); +} +.placeholder-zinc-400\/20::-moz-placeholder{ + color: rgb(161 161 170 / 0.2); +} +.placeholder-zinc-400\/20:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.2); +} +.placeholder-zinc-400\/20::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.2); +} +.placeholder-zinc-400\/20::placeholder{ + color: rgb(161 161 170 / 0.2); +} +.placeholder-zinc-400\/25::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.25); +} +.placeholder-zinc-400\/25::-moz-placeholder{ + color: rgb(161 161 170 / 0.25); +} +.placeholder-zinc-400\/25:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.25); +} +.placeholder-zinc-400\/25::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.25); +} +.placeholder-zinc-400\/25::placeholder{ + color: rgb(161 161 170 / 0.25); +} +.placeholder-zinc-400\/30::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.3); +} +.placeholder-zinc-400\/30::-moz-placeholder{ + color: rgb(161 161 170 / 0.3); +} +.placeholder-zinc-400\/30:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.3); +} +.placeholder-zinc-400\/30::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.3); +} +.placeholder-zinc-400\/30::placeholder{ + color: rgb(161 161 170 / 0.3); +} +.placeholder-zinc-400\/40::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.4); +} +.placeholder-zinc-400\/40::-moz-placeholder{ + color: rgb(161 161 170 / 0.4); +} +.placeholder-zinc-400\/40:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.4); +} +.placeholder-zinc-400\/40::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.4); +} +.placeholder-zinc-400\/40::placeholder{ + color: rgb(161 161 170 / 0.4); +} +.placeholder-zinc-400\/50::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.5); +} +.placeholder-zinc-400\/50::-moz-placeholder{ + color: rgb(161 161 170 / 0.5); +} +.placeholder-zinc-400\/50:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.5); +} +.placeholder-zinc-400\/50::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.5); +} +.placeholder-zinc-400\/50::placeholder{ + color: rgb(161 161 170 / 0.5); +} +.placeholder-zinc-400\/60::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.6); +} +.placeholder-zinc-400\/60::-moz-placeholder{ + color: rgb(161 161 170 / 0.6); +} +.placeholder-zinc-400\/60:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.6); +} +.placeholder-zinc-400\/60::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.6); +} +.placeholder-zinc-400\/60::placeholder{ + color: rgb(161 161 170 / 0.6); +} +.placeholder-zinc-400\/70::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.7); +} +.placeholder-zinc-400\/70::-moz-placeholder{ + color: rgb(161 161 170 / 0.7); +} +.placeholder-zinc-400\/70:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.7); +} +.placeholder-zinc-400\/70::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.7); +} +.placeholder-zinc-400\/70::placeholder{ + color: rgb(161 161 170 / 0.7); +} +.placeholder-zinc-400\/75::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.75); +} +.placeholder-zinc-400\/75::-moz-placeholder{ + color: rgb(161 161 170 / 0.75); +} +.placeholder-zinc-400\/75:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.75); +} +.placeholder-zinc-400\/75::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.75); +} +.placeholder-zinc-400\/75::placeholder{ + color: rgb(161 161 170 / 0.75); +} +.placeholder-zinc-400\/80::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.8); +} +.placeholder-zinc-400\/80::-moz-placeholder{ + color: rgb(161 161 170 / 0.8); +} +.placeholder-zinc-400\/80:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.8); +} +.placeholder-zinc-400\/80::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.8); +} +.placeholder-zinc-400\/80::placeholder{ + color: rgb(161 161 170 / 0.8); +} +.placeholder-zinc-400\/90::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.9); +} +.placeholder-zinc-400\/90::-moz-placeholder{ + color: rgb(161 161 170 / 0.9); +} +.placeholder-zinc-400\/90:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.9); +} +.placeholder-zinc-400\/90::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.9); +} +.placeholder-zinc-400\/90::placeholder{ + color: rgb(161 161 170 / 0.9); +} +.placeholder-zinc-400\/95::-webkit-input-placeholder{ + color: rgb(161 161 170 / 0.95); +} +.placeholder-zinc-400\/95::-moz-placeholder{ + color: rgb(161 161 170 / 0.95); +} +.placeholder-zinc-400\/95:-ms-input-placeholder{ + color: rgb(161 161 170 / 0.95); +} +.placeholder-zinc-400\/95::-ms-input-placeholder{ + color: rgb(161 161 170 / 0.95); +} +.placeholder-zinc-400\/95::placeholder{ + color: rgb(161 161 170 / 0.95); +} +.placeholder-zinc-400\/100::-webkit-input-placeholder{ + color: rgb(161 161 170 / 1); +} +.placeholder-zinc-400\/100::-moz-placeholder{ + color: rgb(161 161 170 / 1); +} +.placeholder-zinc-400\/100:-ms-input-placeholder{ + color: rgb(161 161 170 / 1); +} +.placeholder-zinc-400\/100::-ms-input-placeholder{ + color: rgb(161 161 170 / 1); +} +.placeholder-zinc-400\/100::placeholder{ + color: rgb(161 161 170 / 1); +} +.placeholder-zinc-500\/0::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0); +} +.placeholder-zinc-500\/0::-moz-placeholder{ + color: rgb(113 113 122 / 0); +} +.placeholder-zinc-500\/0:-ms-input-placeholder{ + color: rgb(113 113 122 / 0); +} +.placeholder-zinc-500\/0::-ms-input-placeholder{ + color: rgb(113 113 122 / 0); +} +.placeholder-zinc-500\/0::placeholder{ + color: rgb(113 113 122 / 0); +} +.placeholder-zinc-500\/5::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.05); +} +.placeholder-zinc-500\/5::-moz-placeholder{ + color: rgb(113 113 122 / 0.05); +} +.placeholder-zinc-500\/5:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.05); +} +.placeholder-zinc-500\/5::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.05); +} +.placeholder-zinc-500\/5::placeholder{ + color: rgb(113 113 122 / 0.05); +} +.placeholder-zinc-500\/10::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.1); +} +.placeholder-zinc-500\/10::-moz-placeholder{ + color: rgb(113 113 122 / 0.1); +} +.placeholder-zinc-500\/10:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.1); +} +.placeholder-zinc-500\/10::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.1); +} +.placeholder-zinc-500\/10::placeholder{ + color: rgb(113 113 122 / 0.1); +} +.placeholder-zinc-500\/20::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.2); +} +.placeholder-zinc-500\/20::-moz-placeholder{ + color: rgb(113 113 122 / 0.2); +} +.placeholder-zinc-500\/20:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.2); +} +.placeholder-zinc-500\/20::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.2); +} +.placeholder-zinc-500\/20::placeholder{ + color: rgb(113 113 122 / 0.2); +} +.placeholder-zinc-500\/25::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.25); +} +.placeholder-zinc-500\/25::-moz-placeholder{ + color: rgb(113 113 122 / 0.25); +} +.placeholder-zinc-500\/25:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.25); +} +.placeholder-zinc-500\/25::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.25); +} +.placeholder-zinc-500\/25::placeholder{ + color: rgb(113 113 122 / 0.25); +} +.placeholder-zinc-500\/30::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.3); +} +.placeholder-zinc-500\/30::-moz-placeholder{ + color: rgb(113 113 122 / 0.3); +} +.placeholder-zinc-500\/30:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.3); +} +.placeholder-zinc-500\/30::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.3); +} +.placeholder-zinc-500\/30::placeholder{ + color: rgb(113 113 122 / 0.3); +} +.placeholder-zinc-500\/40::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.4); +} +.placeholder-zinc-500\/40::-moz-placeholder{ + color: rgb(113 113 122 / 0.4); +} +.placeholder-zinc-500\/40:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.4); +} +.placeholder-zinc-500\/40::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.4); +} +.placeholder-zinc-500\/40::placeholder{ + color: rgb(113 113 122 / 0.4); +} +.placeholder-zinc-500\/50::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.5); +} +.placeholder-zinc-500\/50::-moz-placeholder{ + color: rgb(113 113 122 / 0.5); +} +.placeholder-zinc-500\/50:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.5); +} +.placeholder-zinc-500\/50::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.5); +} +.placeholder-zinc-500\/50::placeholder{ + color: rgb(113 113 122 / 0.5); +} +.placeholder-zinc-500\/60::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.6); +} +.placeholder-zinc-500\/60::-moz-placeholder{ + color: rgb(113 113 122 / 0.6); +} +.placeholder-zinc-500\/60:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.6); +} +.placeholder-zinc-500\/60::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.6); +} +.placeholder-zinc-500\/60::placeholder{ + color: rgb(113 113 122 / 0.6); +} +.placeholder-zinc-500\/70::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.7); +} +.placeholder-zinc-500\/70::-moz-placeholder{ + color: rgb(113 113 122 / 0.7); +} +.placeholder-zinc-500\/70:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.7); +} +.placeholder-zinc-500\/70::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.7); +} +.placeholder-zinc-500\/70::placeholder{ + color: rgb(113 113 122 / 0.7); +} +.placeholder-zinc-500\/75::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.75); +} +.placeholder-zinc-500\/75::-moz-placeholder{ + color: rgb(113 113 122 / 0.75); +} +.placeholder-zinc-500\/75:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.75); +} +.placeholder-zinc-500\/75::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.75); +} +.placeholder-zinc-500\/75::placeholder{ + color: rgb(113 113 122 / 0.75); +} +.placeholder-zinc-500\/80::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.8); +} +.placeholder-zinc-500\/80::-moz-placeholder{ + color: rgb(113 113 122 / 0.8); +} +.placeholder-zinc-500\/80:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.8); +} +.placeholder-zinc-500\/80::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.8); +} +.placeholder-zinc-500\/80::placeholder{ + color: rgb(113 113 122 / 0.8); +} +.placeholder-zinc-500\/90::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.9); +} +.placeholder-zinc-500\/90::-moz-placeholder{ + color: rgb(113 113 122 / 0.9); +} +.placeholder-zinc-500\/90:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.9); +} +.placeholder-zinc-500\/90::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.9); +} +.placeholder-zinc-500\/90::placeholder{ + color: rgb(113 113 122 / 0.9); +} +.placeholder-zinc-500\/95::-webkit-input-placeholder{ + color: rgb(113 113 122 / 0.95); +} +.placeholder-zinc-500\/95::-moz-placeholder{ + color: rgb(113 113 122 / 0.95); +} +.placeholder-zinc-500\/95:-ms-input-placeholder{ + color: rgb(113 113 122 / 0.95); +} +.placeholder-zinc-500\/95::-ms-input-placeholder{ + color: rgb(113 113 122 / 0.95); +} +.placeholder-zinc-500\/95::placeholder{ + color: rgb(113 113 122 / 0.95); +} +.placeholder-zinc-500\/100::-webkit-input-placeholder{ + color: rgb(113 113 122 / 1); +} +.placeholder-zinc-500\/100::-moz-placeholder{ + color: rgb(113 113 122 / 1); +} +.placeholder-zinc-500\/100:-ms-input-placeholder{ + color: rgb(113 113 122 / 1); +} +.placeholder-zinc-500\/100::-ms-input-placeholder{ + color: rgb(113 113 122 / 1); +} +.placeholder-zinc-500\/100::placeholder{ + color: rgb(113 113 122 / 1); +} +.placeholder-zinc-600\/0::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0); +} +.placeholder-zinc-600\/0::-moz-placeholder{ + color: rgb(82 82 91 / 0); +} +.placeholder-zinc-600\/0:-ms-input-placeholder{ + color: rgb(82 82 91 / 0); +} +.placeholder-zinc-600\/0::-ms-input-placeholder{ + color: rgb(82 82 91 / 0); +} +.placeholder-zinc-600\/0::placeholder{ + color: rgb(82 82 91 / 0); +} +.placeholder-zinc-600\/5::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.05); +} +.placeholder-zinc-600\/5::-moz-placeholder{ + color: rgb(82 82 91 / 0.05); +} +.placeholder-zinc-600\/5:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.05); +} +.placeholder-zinc-600\/5::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.05); +} +.placeholder-zinc-600\/5::placeholder{ + color: rgb(82 82 91 / 0.05); +} +.placeholder-zinc-600\/10::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.1); +} +.placeholder-zinc-600\/10::-moz-placeholder{ + color: rgb(82 82 91 / 0.1); +} +.placeholder-zinc-600\/10:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.1); +} +.placeholder-zinc-600\/10::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.1); +} +.placeholder-zinc-600\/10::placeholder{ + color: rgb(82 82 91 / 0.1); +} +.placeholder-zinc-600\/20::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.2); +} +.placeholder-zinc-600\/20::-moz-placeholder{ + color: rgb(82 82 91 / 0.2); +} +.placeholder-zinc-600\/20:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.2); +} +.placeholder-zinc-600\/20::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.2); +} +.placeholder-zinc-600\/20::placeholder{ + color: rgb(82 82 91 / 0.2); +} +.placeholder-zinc-600\/25::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.25); +} +.placeholder-zinc-600\/25::-moz-placeholder{ + color: rgb(82 82 91 / 0.25); +} +.placeholder-zinc-600\/25:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.25); +} +.placeholder-zinc-600\/25::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.25); +} +.placeholder-zinc-600\/25::placeholder{ + color: rgb(82 82 91 / 0.25); +} +.placeholder-zinc-600\/30::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.3); +} +.placeholder-zinc-600\/30::-moz-placeholder{ + color: rgb(82 82 91 / 0.3); +} +.placeholder-zinc-600\/30:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.3); +} +.placeholder-zinc-600\/30::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.3); +} +.placeholder-zinc-600\/30::placeholder{ + color: rgb(82 82 91 / 0.3); +} +.placeholder-zinc-600\/40::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.4); +} +.placeholder-zinc-600\/40::-moz-placeholder{ + color: rgb(82 82 91 / 0.4); +} +.placeholder-zinc-600\/40:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.4); +} +.placeholder-zinc-600\/40::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.4); +} +.placeholder-zinc-600\/40::placeholder{ + color: rgb(82 82 91 / 0.4); +} +.placeholder-zinc-600\/50::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.5); +} +.placeholder-zinc-600\/50::-moz-placeholder{ + color: rgb(82 82 91 / 0.5); +} +.placeholder-zinc-600\/50:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.5); +} +.placeholder-zinc-600\/50::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.5); +} +.placeholder-zinc-600\/50::placeholder{ + color: rgb(82 82 91 / 0.5); +} +.placeholder-zinc-600\/60::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.6); +} +.placeholder-zinc-600\/60::-moz-placeholder{ + color: rgb(82 82 91 / 0.6); +} +.placeholder-zinc-600\/60:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.6); +} +.placeholder-zinc-600\/60::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.6); +} +.placeholder-zinc-600\/60::placeholder{ + color: rgb(82 82 91 / 0.6); +} +.placeholder-zinc-600\/70::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.7); +} +.placeholder-zinc-600\/70::-moz-placeholder{ + color: rgb(82 82 91 / 0.7); +} +.placeholder-zinc-600\/70:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.7); +} +.placeholder-zinc-600\/70::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.7); +} +.placeholder-zinc-600\/70::placeholder{ + color: rgb(82 82 91 / 0.7); +} +.placeholder-zinc-600\/75::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.75); +} +.placeholder-zinc-600\/75::-moz-placeholder{ + color: rgb(82 82 91 / 0.75); +} +.placeholder-zinc-600\/75:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.75); +} +.placeholder-zinc-600\/75::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.75); +} +.placeholder-zinc-600\/75::placeholder{ + color: rgb(82 82 91 / 0.75); +} +.placeholder-zinc-600\/80::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.8); +} +.placeholder-zinc-600\/80::-moz-placeholder{ + color: rgb(82 82 91 / 0.8); +} +.placeholder-zinc-600\/80:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.8); +} +.placeholder-zinc-600\/80::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.8); +} +.placeholder-zinc-600\/80::placeholder{ + color: rgb(82 82 91 / 0.8); +} +.placeholder-zinc-600\/90::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.9); +} +.placeholder-zinc-600\/90::-moz-placeholder{ + color: rgb(82 82 91 / 0.9); +} +.placeholder-zinc-600\/90:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.9); +} +.placeholder-zinc-600\/90::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.9); +} +.placeholder-zinc-600\/90::placeholder{ + color: rgb(82 82 91 / 0.9); +} +.placeholder-zinc-600\/95::-webkit-input-placeholder{ + color: rgb(82 82 91 / 0.95); +} +.placeholder-zinc-600\/95::-moz-placeholder{ + color: rgb(82 82 91 / 0.95); +} +.placeholder-zinc-600\/95:-ms-input-placeholder{ + color: rgb(82 82 91 / 0.95); +} +.placeholder-zinc-600\/95::-ms-input-placeholder{ + color: rgb(82 82 91 / 0.95); +} +.placeholder-zinc-600\/95::placeholder{ + color: rgb(82 82 91 / 0.95); +} +.placeholder-zinc-600\/100::-webkit-input-placeholder{ + color: rgb(82 82 91 / 1); +} +.placeholder-zinc-600\/100::-moz-placeholder{ + color: rgb(82 82 91 / 1); +} +.placeholder-zinc-600\/100:-ms-input-placeholder{ + color: rgb(82 82 91 / 1); +} +.placeholder-zinc-600\/100::-ms-input-placeholder{ + color: rgb(82 82 91 / 1); +} +.placeholder-zinc-600\/100::placeholder{ + color: rgb(82 82 91 / 1); +} +.placeholder-zinc-700\/0::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0); +} +.placeholder-zinc-700\/0::-moz-placeholder{ + color: rgb(63 63 70 / 0); +} +.placeholder-zinc-700\/0:-ms-input-placeholder{ + color: rgb(63 63 70 / 0); +} +.placeholder-zinc-700\/0::-ms-input-placeholder{ + color: rgb(63 63 70 / 0); +} +.placeholder-zinc-700\/0::placeholder{ + color: rgb(63 63 70 / 0); +} +.placeholder-zinc-700\/5::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.05); +} +.placeholder-zinc-700\/5::-moz-placeholder{ + color: rgb(63 63 70 / 0.05); +} +.placeholder-zinc-700\/5:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.05); +} +.placeholder-zinc-700\/5::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.05); +} +.placeholder-zinc-700\/5::placeholder{ + color: rgb(63 63 70 / 0.05); +} +.placeholder-zinc-700\/10::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.1); +} +.placeholder-zinc-700\/10::-moz-placeholder{ + color: rgb(63 63 70 / 0.1); +} +.placeholder-zinc-700\/10:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.1); +} +.placeholder-zinc-700\/10::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.1); +} +.placeholder-zinc-700\/10::placeholder{ + color: rgb(63 63 70 / 0.1); +} +.placeholder-zinc-700\/20::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.2); +} +.placeholder-zinc-700\/20::-moz-placeholder{ + color: rgb(63 63 70 / 0.2); +} +.placeholder-zinc-700\/20:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.2); +} +.placeholder-zinc-700\/20::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.2); +} +.placeholder-zinc-700\/20::placeholder{ + color: rgb(63 63 70 / 0.2); +} +.placeholder-zinc-700\/25::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.25); +} +.placeholder-zinc-700\/25::-moz-placeholder{ + color: rgb(63 63 70 / 0.25); +} +.placeholder-zinc-700\/25:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.25); +} +.placeholder-zinc-700\/25::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.25); +} +.placeholder-zinc-700\/25::placeholder{ + color: rgb(63 63 70 / 0.25); +} +.placeholder-zinc-700\/30::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.3); +} +.placeholder-zinc-700\/30::-moz-placeholder{ + color: rgb(63 63 70 / 0.3); +} +.placeholder-zinc-700\/30:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.3); +} +.placeholder-zinc-700\/30::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.3); +} +.placeholder-zinc-700\/30::placeholder{ + color: rgb(63 63 70 / 0.3); +} +.placeholder-zinc-700\/40::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.4); +} +.placeholder-zinc-700\/40::-moz-placeholder{ + color: rgb(63 63 70 / 0.4); +} +.placeholder-zinc-700\/40:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.4); +} +.placeholder-zinc-700\/40::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.4); +} +.placeholder-zinc-700\/40::placeholder{ + color: rgb(63 63 70 / 0.4); +} +.placeholder-zinc-700\/50::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.5); +} +.placeholder-zinc-700\/50::-moz-placeholder{ + color: rgb(63 63 70 / 0.5); +} +.placeholder-zinc-700\/50:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.5); +} +.placeholder-zinc-700\/50::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.5); +} +.placeholder-zinc-700\/50::placeholder{ + color: rgb(63 63 70 / 0.5); +} +.placeholder-zinc-700\/60::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.6); +} +.placeholder-zinc-700\/60::-moz-placeholder{ + color: rgb(63 63 70 / 0.6); +} +.placeholder-zinc-700\/60:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.6); +} +.placeholder-zinc-700\/60::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.6); +} +.placeholder-zinc-700\/60::placeholder{ + color: rgb(63 63 70 / 0.6); +} +.placeholder-zinc-700\/70::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.7); +} +.placeholder-zinc-700\/70::-moz-placeholder{ + color: rgb(63 63 70 / 0.7); +} +.placeholder-zinc-700\/70:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.7); +} +.placeholder-zinc-700\/70::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.7); +} +.placeholder-zinc-700\/70::placeholder{ + color: rgb(63 63 70 / 0.7); +} +.placeholder-zinc-700\/75::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.75); +} +.placeholder-zinc-700\/75::-moz-placeholder{ + color: rgb(63 63 70 / 0.75); +} +.placeholder-zinc-700\/75:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.75); +} +.placeholder-zinc-700\/75::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.75); +} +.placeholder-zinc-700\/75::placeholder{ + color: rgb(63 63 70 / 0.75); +} +.placeholder-zinc-700\/80::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.8); +} +.placeholder-zinc-700\/80::-moz-placeholder{ + color: rgb(63 63 70 / 0.8); +} +.placeholder-zinc-700\/80:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.8); +} +.placeholder-zinc-700\/80::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.8); +} +.placeholder-zinc-700\/80::placeholder{ + color: rgb(63 63 70 / 0.8); +} +.placeholder-zinc-700\/90::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.9); +} +.placeholder-zinc-700\/90::-moz-placeholder{ + color: rgb(63 63 70 / 0.9); +} +.placeholder-zinc-700\/90:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.9); +} +.placeholder-zinc-700\/90::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.9); +} +.placeholder-zinc-700\/90::placeholder{ + color: rgb(63 63 70 / 0.9); +} +.placeholder-zinc-700\/95::-webkit-input-placeholder{ + color: rgb(63 63 70 / 0.95); +} +.placeholder-zinc-700\/95::-moz-placeholder{ + color: rgb(63 63 70 / 0.95); +} +.placeholder-zinc-700\/95:-ms-input-placeholder{ + color: rgb(63 63 70 / 0.95); +} +.placeholder-zinc-700\/95::-ms-input-placeholder{ + color: rgb(63 63 70 / 0.95); +} +.placeholder-zinc-700\/95::placeholder{ + color: rgb(63 63 70 / 0.95); +} +.placeholder-zinc-700\/100::-webkit-input-placeholder{ + color: rgb(63 63 70 / 1); +} +.placeholder-zinc-700\/100::-moz-placeholder{ + color: rgb(63 63 70 / 1); +} +.placeholder-zinc-700\/100:-ms-input-placeholder{ + color: rgb(63 63 70 / 1); +} +.placeholder-zinc-700\/100::-ms-input-placeholder{ + color: rgb(63 63 70 / 1); +} +.placeholder-zinc-700\/100::placeholder{ + color: rgb(63 63 70 / 1); +} +.placeholder-zinc-800\/0::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0); +} +.placeholder-zinc-800\/0::-moz-placeholder{ + color: rgb(39 39 42 / 0); +} +.placeholder-zinc-800\/0:-ms-input-placeholder{ + color: rgb(39 39 42 / 0); +} +.placeholder-zinc-800\/0::-ms-input-placeholder{ + color: rgb(39 39 42 / 0); +} +.placeholder-zinc-800\/0::placeholder{ + color: rgb(39 39 42 / 0); +} +.placeholder-zinc-800\/5::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.05); +} +.placeholder-zinc-800\/5::-moz-placeholder{ + color: rgb(39 39 42 / 0.05); +} +.placeholder-zinc-800\/5:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.05); +} +.placeholder-zinc-800\/5::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.05); +} +.placeholder-zinc-800\/5::placeholder{ + color: rgb(39 39 42 / 0.05); +} +.placeholder-zinc-800\/10::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.1); +} +.placeholder-zinc-800\/10::-moz-placeholder{ + color: rgb(39 39 42 / 0.1); +} +.placeholder-zinc-800\/10:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.1); +} +.placeholder-zinc-800\/10::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.1); +} +.placeholder-zinc-800\/10::placeholder{ + color: rgb(39 39 42 / 0.1); +} +.placeholder-zinc-800\/20::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.2); +} +.placeholder-zinc-800\/20::-moz-placeholder{ + color: rgb(39 39 42 / 0.2); +} +.placeholder-zinc-800\/20:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.2); +} +.placeholder-zinc-800\/20::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.2); +} +.placeholder-zinc-800\/20::placeholder{ + color: rgb(39 39 42 / 0.2); +} +.placeholder-zinc-800\/25::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.25); +} +.placeholder-zinc-800\/25::-moz-placeholder{ + color: rgb(39 39 42 / 0.25); +} +.placeholder-zinc-800\/25:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.25); +} +.placeholder-zinc-800\/25::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.25); +} +.placeholder-zinc-800\/25::placeholder{ + color: rgb(39 39 42 / 0.25); +} +.placeholder-zinc-800\/30::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.3); +} +.placeholder-zinc-800\/30::-moz-placeholder{ + color: rgb(39 39 42 / 0.3); +} +.placeholder-zinc-800\/30:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.3); +} +.placeholder-zinc-800\/30::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.3); +} +.placeholder-zinc-800\/30::placeholder{ + color: rgb(39 39 42 / 0.3); +} +.placeholder-zinc-800\/40::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.4); +} +.placeholder-zinc-800\/40::-moz-placeholder{ + color: rgb(39 39 42 / 0.4); +} +.placeholder-zinc-800\/40:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.4); +} +.placeholder-zinc-800\/40::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.4); +} +.placeholder-zinc-800\/40::placeholder{ + color: rgb(39 39 42 / 0.4); +} +.placeholder-zinc-800\/50::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.5); +} +.placeholder-zinc-800\/50::-moz-placeholder{ + color: rgb(39 39 42 / 0.5); +} +.placeholder-zinc-800\/50:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.5); +} +.placeholder-zinc-800\/50::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.5); +} +.placeholder-zinc-800\/50::placeholder{ + color: rgb(39 39 42 / 0.5); +} +.placeholder-zinc-800\/60::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.6); +} +.placeholder-zinc-800\/60::-moz-placeholder{ + color: rgb(39 39 42 / 0.6); +} +.placeholder-zinc-800\/60:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.6); +} +.placeholder-zinc-800\/60::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.6); +} +.placeholder-zinc-800\/60::placeholder{ + color: rgb(39 39 42 / 0.6); +} +.placeholder-zinc-800\/70::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.7); +} +.placeholder-zinc-800\/70::-moz-placeholder{ + color: rgb(39 39 42 / 0.7); +} +.placeholder-zinc-800\/70:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.7); +} +.placeholder-zinc-800\/70::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.7); +} +.placeholder-zinc-800\/70::placeholder{ + color: rgb(39 39 42 / 0.7); +} +.placeholder-zinc-800\/75::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.75); +} +.placeholder-zinc-800\/75::-moz-placeholder{ + color: rgb(39 39 42 / 0.75); +} +.placeholder-zinc-800\/75:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.75); +} +.placeholder-zinc-800\/75::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.75); +} +.placeholder-zinc-800\/75::placeholder{ + color: rgb(39 39 42 / 0.75); +} +.placeholder-zinc-800\/80::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.8); +} +.placeholder-zinc-800\/80::-moz-placeholder{ + color: rgb(39 39 42 / 0.8); +} +.placeholder-zinc-800\/80:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.8); +} +.placeholder-zinc-800\/80::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.8); +} +.placeholder-zinc-800\/80::placeholder{ + color: rgb(39 39 42 / 0.8); +} +.placeholder-zinc-800\/90::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.9); +} +.placeholder-zinc-800\/90::-moz-placeholder{ + color: rgb(39 39 42 / 0.9); +} +.placeholder-zinc-800\/90:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.9); +} +.placeholder-zinc-800\/90::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.9); +} +.placeholder-zinc-800\/90::placeholder{ + color: rgb(39 39 42 / 0.9); +} +.placeholder-zinc-800\/95::-webkit-input-placeholder{ + color: rgb(39 39 42 / 0.95); +} +.placeholder-zinc-800\/95::-moz-placeholder{ + color: rgb(39 39 42 / 0.95); +} +.placeholder-zinc-800\/95:-ms-input-placeholder{ + color: rgb(39 39 42 / 0.95); +} +.placeholder-zinc-800\/95::-ms-input-placeholder{ + color: rgb(39 39 42 / 0.95); +} +.placeholder-zinc-800\/95::placeholder{ + color: rgb(39 39 42 / 0.95); +} +.placeholder-zinc-800\/100::-webkit-input-placeholder{ + color: rgb(39 39 42 / 1); +} +.placeholder-zinc-800\/100::-moz-placeholder{ + color: rgb(39 39 42 / 1); +} +.placeholder-zinc-800\/100:-ms-input-placeholder{ + color: rgb(39 39 42 / 1); +} +.placeholder-zinc-800\/100::-ms-input-placeholder{ + color: rgb(39 39 42 / 1); +} +.placeholder-zinc-800\/100::placeholder{ + color: rgb(39 39 42 / 1); +} +.placeholder-zinc-900\/0::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0); +} +.placeholder-zinc-900\/0::-moz-placeholder{ + color: rgb(24 24 27 / 0); +} +.placeholder-zinc-900\/0:-ms-input-placeholder{ + color: rgb(24 24 27 / 0); +} +.placeholder-zinc-900\/0::-ms-input-placeholder{ + color: rgb(24 24 27 / 0); +} +.placeholder-zinc-900\/0::placeholder{ + color: rgb(24 24 27 / 0); +} +.placeholder-zinc-900\/5::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.05); +} +.placeholder-zinc-900\/5::-moz-placeholder{ + color: rgb(24 24 27 / 0.05); +} +.placeholder-zinc-900\/5:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.05); +} +.placeholder-zinc-900\/5::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.05); +} +.placeholder-zinc-900\/5::placeholder{ + color: rgb(24 24 27 / 0.05); +} +.placeholder-zinc-900\/10::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.1); +} +.placeholder-zinc-900\/10::-moz-placeholder{ + color: rgb(24 24 27 / 0.1); +} +.placeholder-zinc-900\/10:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.1); +} +.placeholder-zinc-900\/10::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.1); +} +.placeholder-zinc-900\/10::placeholder{ + color: rgb(24 24 27 / 0.1); +} +.placeholder-zinc-900\/20::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.2); +} +.placeholder-zinc-900\/20::-moz-placeholder{ + color: rgb(24 24 27 / 0.2); +} +.placeholder-zinc-900\/20:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.2); +} +.placeholder-zinc-900\/20::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.2); +} +.placeholder-zinc-900\/20::placeholder{ + color: rgb(24 24 27 / 0.2); +} +.placeholder-zinc-900\/25::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.25); +} +.placeholder-zinc-900\/25::-moz-placeholder{ + color: rgb(24 24 27 / 0.25); +} +.placeholder-zinc-900\/25:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.25); +} +.placeholder-zinc-900\/25::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.25); +} +.placeholder-zinc-900\/25::placeholder{ + color: rgb(24 24 27 / 0.25); +} +.placeholder-zinc-900\/30::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.3); +} +.placeholder-zinc-900\/30::-moz-placeholder{ + color: rgb(24 24 27 / 0.3); +} +.placeholder-zinc-900\/30:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.3); +} +.placeholder-zinc-900\/30::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.3); +} +.placeholder-zinc-900\/30::placeholder{ + color: rgb(24 24 27 / 0.3); +} +.placeholder-zinc-900\/40::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.4); +} +.placeholder-zinc-900\/40::-moz-placeholder{ + color: rgb(24 24 27 / 0.4); +} +.placeholder-zinc-900\/40:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.4); +} +.placeholder-zinc-900\/40::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.4); +} +.placeholder-zinc-900\/40::placeholder{ + color: rgb(24 24 27 / 0.4); +} +.placeholder-zinc-900\/50::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.5); +} +.placeholder-zinc-900\/50::-moz-placeholder{ + color: rgb(24 24 27 / 0.5); +} +.placeholder-zinc-900\/50:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.5); +} +.placeholder-zinc-900\/50::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.5); +} +.placeholder-zinc-900\/50::placeholder{ + color: rgb(24 24 27 / 0.5); +} +.placeholder-zinc-900\/60::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.6); +} +.placeholder-zinc-900\/60::-moz-placeholder{ + color: rgb(24 24 27 / 0.6); +} +.placeholder-zinc-900\/60:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.6); +} +.placeholder-zinc-900\/60::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.6); +} +.placeholder-zinc-900\/60::placeholder{ + color: rgb(24 24 27 / 0.6); +} +.placeholder-zinc-900\/70::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.7); +} +.placeholder-zinc-900\/70::-moz-placeholder{ + color: rgb(24 24 27 / 0.7); +} +.placeholder-zinc-900\/70:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.7); +} +.placeholder-zinc-900\/70::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.7); +} +.placeholder-zinc-900\/70::placeholder{ + color: rgb(24 24 27 / 0.7); +} +.placeholder-zinc-900\/75::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.75); +} +.placeholder-zinc-900\/75::-moz-placeholder{ + color: rgb(24 24 27 / 0.75); +} +.placeholder-zinc-900\/75:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.75); +} +.placeholder-zinc-900\/75::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.75); +} +.placeholder-zinc-900\/75::placeholder{ + color: rgb(24 24 27 / 0.75); +} +.placeholder-zinc-900\/80::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.8); +} +.placeholder-zinc-900\/80::-moz-placeholder{ + color: rgb(24 24 27 / 0.8); +} +.placeholder-zinc-900\/80:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.8); +} +.placeholder-zinc-900\/80::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.8); +} +.placeholder-zinc-900\/80::placeholder{ + color: rgb(24 24 27 / 0.8); +} +.placeholder-zinc-900\/90::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.9); +} +.placeholder-zinc-900\/90::-moz-placeholder{ + color: rgb(24 24 27 / 0.9); +} +.placeholder-zinc-900\/90:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.9); +} +.placeholder-zinc-900\/90::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.9); +} +.placeholder-zinc-900\/90::placeholder{ + color: rgb(24 24 27 / 0.9); +} +.placeholder-zinc-900\/95::-webkit-input-placeholder{ + color: rgb(24 24 27 / 0.95); +} +.placeholder-zinc-900\/95::-moz-placeholder{ + color: rgb(24 24 27 / 0.95); +} +.placeholder-zinc-900\/95:-ms-input-placeholder{ + color: rgb(24 24 27 / 0.95); +} +.placeholder-zinc-900\/95::-ms-input-placeholder{ + color: rgb(24 24 27 / 0.95); +} +.placeholder-zinc-900\/95::placeholder{ + color: rgb(24 24 27 / 0.95); +} +.placeholder-zinc-900\/100::-webkit-input-placeholder{ + color: rgb(24 24 27 / 1); +} +.placeholder-zinc-900\/100::-moz-placeholder{ + color: rgb(24 24 27 / 1); +} +.placeholder-zinc-900\/100:-ms-input-placeholder{ + color: rgb(24 24 27 / 1); +} +.placeholder-zinc-900\/100::-ms-input-placeholder{ + color: rgb(24 24 27 / 1); +} +.placeholder-zinc-900\/100::placeholder{ + color: rgb(24 24 27 / 1); +} +.placeholder-neutral-50\/0::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0); +} +.placeholder-neutral-50\/0::-moz-placeholder{ + color: rgb(250 250 250 / 0); +} +.placeholder-neutral-50\/0:-ms-input-placeholder{ + color: rgb(250 250 250 / 0); +} +.placeholder-neutral-50\/0::-ms-input-placeholder{ + color: rgb(250 250 250 / 0); +} +.placeholder-neutral-50\/0::placeholder{ + color: rgb(250 250 250 / 0); +} +.placeholder-neutral-50\/5::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.05); +} +.placeholder-neutral-50\/5::-moz-placeholder{ + color: rgb(250 250 250 / 0.05); +} +.placeholder-neutral-50\/5:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.05); +} +.placeholder-neutral-50\/5::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.05); +} +.placeholder-neutral-50\/5::placeholder{ + color: rgb(250 250 250 / 0.05); +} +.placeholder-neutral-50\/10::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.1); +} +.placeholder-neutral-50\/10::-moz-placeholder{ + color: rgb(250 250 250 / 0.1); +} +.placeholder-neutral-50\/10:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.1); +} +.placeholder-neutral-50\/10::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.1); +} +.placeholder-neutral-50\/10::placeholder{ + color: rgb(250 250 250 / 0.1); +} +.placeholder-neutral-50\/20::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.2); +} +.placeholder-neutral-50\/20::-moz-placeholder{ + color: rgb(250 250 250 / 0.2); +} +.placeholder-neutral-50\/20:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.2); +} +.placeholder-neutral-50\/20::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.2); +} +.placeholder-neutral-50\/20::placeholder{ + color: rgb(250 250 250 / 0.2); +} +.placeholder-neutral-50\/25::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.25); +} +.placeholder-neutral-50\/25::-moz-placeholder{ + color: rgb(250 250 250 / 0.25); +} +.placeholder-neutral-50\/25:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.25); +} +.placeholder-neutral-50\/25::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.25); +} +.placeholder-neutral-50\/25::placeholder{ + color: rgb(250 250 250 / 0.25); +} +.placeholder-neutral-50\/30::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.3); +} +.placeholder-neutral-50\/30::-moz-placeholder{ + color: rgb(250 250 250 / 0.3); +} +.placeholder-neutral-50\/30:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.3); +} +.placeholder-neutral-50\/30::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.3); +} +.placeholder-neutral-50\/30::placeholder{ + color: rgb(250 250 250 / 0.3); +} +.placeholder-neutral-50\/40::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.4); +} +.placeholder-neutral-50\/40::-moz-placeholder{ + color: rgb(250 250 250 / 0.4); +} +.placeholder-neutral-50\/40:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.4); +} +.placeholder-neutral-50\/40::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.4); +} +.placeholder-neutral-50\/40::placeholder{ + color: rgb(250 250 250 / 0.4); +} +.placeholder-neutral-50\/50::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.5); +} +.placeholder-neutral-50\/50::-moz-placeholder{ + color: rgb(250 250 250 / 0.5); +} +.placeholder-neutral-50\/50:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.5); +} +.placeholder-neutral-50\/50::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.5); +} +.placeholder-neutral-50\/50::placeholder{ + color: rgb(250 250 250 / 0.5); +} +.placeholder-neutral-50\/60::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.6); +} +.placeholder-neutral-50\/60::-moz-placeholder{ + color: rgb(250 250 250 / 0.6); +} +.placeholder-neutral-50\/60:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.6); +} +.placeholder-neutral-50\/60::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.6); +} +.placeholder-neutral-50\/60::placeholder{ + color: rgb(250 250 250 / 0.6); +} +.placeholder-neutral-50\/70::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.7); +} +.placeholder-neutral-50\/70::-moz-placeholder{ + color: rgb(250 250 250 / 0.7); +} +.placeholder-neutral-50\/70:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.7); +} +.placeholder-neutral-50\/70::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.7); +} +.placeholder-neutral-50\/70::placeholder{ + color: rgb(250 250 250 / 0.7); +} +.placeholder-neutral-50\/75::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.75); +} +.placeholder-neutral-50\/75::-moz-placeholder{ + color: rgb(250 250 250 / 0.75); +} +.placeholder-neutral-50\/75:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.75); +} +.placeholder-neutral-50\/75::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.75); +} +.placeholder-neutral-50\/75::placeholder{ + color: rgb(250 250 250 / 0.75); +} +.placeholder-neutral-50\/80::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.8); +} +.placeholder-neutral-50\/80::-moz-placeholder{ + color: rgb(250 250 250 / 0.8); +} +.placeholder-neutral-50\/80:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.8); +} +.placeholder-neutral-50\/80::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.8); +} +.placeholder-neutral-50\/80::placeholder{ + color: rgb(250 250 250 / 0.8); +} +.placeholder-neutral-50\/90::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.9); +} +.placeholder-neutral-50\/90::-moz-placeholder{ + color: rgb(250 250 250 / 0.9); +} +.placeholder-neutral-50\/90:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.9); +} +.placeholder-neutral-50\/90::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.9); +} +.placeholder-neutral-50\/90::placeholder{ + color: rgb(250 250 250 / 0.9); +} +.placeholder-neutral-50\/95::-webkit-input-placeholder{ + color: rgb(250 250 250 / 0.95); +} +.placeholder-neutral-50\/95::-moz-placeholder{ + color: rgb(250 250 250 / 0.95); +} +.placeholder-neutral-50\/95:-ms-input-placeholder{ + color: rgb(250 250 250 / 0.95); +} +.placeholder-neutral-50\/95::-ms-input-placeholder{ + color: rgb(250 250 250 / 0.95); +} +.placeholder-neutral-50\/95::placeholder{ + color: rgb(250 250 250 / 0.95); +} +.placeholder-neutral-50\/100::-webkit-input-placeholder{ + color: rgb(250 250 250 / 1); +} +.placeholder-neutral-50\/100::-moz-placeholder{ + color: rgb(250 250 250 / 1); +} +.placeholder-neutral-50\/100:-ms-input-placeholder{ + color: rgb(250 250 250 / 1); +} +.placeholder-neutral-50\/100::-ms-input-placeholder{ + color: rgb(250 250 250 / 1); +} +.placeholder-neutral-50\/100::placeholder{ + color: rgb(250 250 250 / 1); +} +.placeholder-neutral-100\/0::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0); +} +.placeholder-neutral-100\/0::-moz-placeholder{ + color: rgb(245 245 245 / 0); +} +.placeholder-neutral-100\/0:-ms-input-placeholder{ + color: rgb(245 245 245 / 0); +} +.placeholder-neutral-100\/0::-ms-input-placeholder{ + color: rgb(245 245 245 / 0); +} +.placeholder-neutral-100\/0::placeholder{ + color: rgb(245 245 245 / 0); +} +.placeholder-neutral-100\/5::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.05); +} +.placeholder-neutral-100\/5::-moz-placeholder{ + color: rgb(245 245 245 / 0.05); +} +.placeholder-neutral-100\/5:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.05); +} +.placeholder-neutral-100\/5::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.05); +} +.placeholder-neutral-100\/5::placeholder{ + color: rgb(245 245 245 / 0.05); +} +.placeholder-neutral-100\/10::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.1); +} +.placeholder-neutral-100\/10::-moz-placeholder{ + color: rgb(245 245 245 / 0.1); +} +.placeholder-neutral-100\/10:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.1); +} +.placeholder-neutral-100\/10::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.1); +} +.placeholder-neutral-100\/10::placeholder{ + color: rgb(245 245 245 / 0.1); +} +.placeholder-neutral-100\/20::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.2); +} +.placeholder-neutral-100\/20::-moz-placeholder{ + color: rgb(245 245 245 / 0.2); +} +.placeholder-neutral-100\/20:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.2); +} +.placeholder-neutral-100\/20::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.2); +} +.placeholder-neutral-100\/20::placeholder{ + color: rgb(245 245 245 / 0.2); +} +.placeholder-neutral-100\/25::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.25); +} +.placeholder-neutral-100\/25::-moz-placeholder{ + color: rgb(245 245 245 / 0.25); +} +.placeholder-neutral-100\/25:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.25); +} +.placeholder-neutral-100\/25::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.25); +} +.placeholder-neutral-100\/25::placeholder{ + color: rgb(245 245 245 / 0.25); +} +.placeholder-neutral-100\/30::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.3); +} +.placeholder-neutral-100\/30::-moz-placeholder{ + color: rgb(245 245 245 / 0.3); +} +.placeholder-neutral-100\/30:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.3); +} +.placeholder-neutral-100\/30::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.3); +} +.placeholder-neutral-100\/30::placeholder{ + color: rgb(245 245 245 / 0.3); +} +.placeholder-neutral-100\/40::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.4); +} +.placeholder-neutral-100\/40::-moz-placeholder{ + color: rgb(245 245 245 / 0.4); +} +.placeholder-neutral-100\/40:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.4); +} +.placeholder-neutral-100\/40::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.4); +} +.placeholder-neutral-100\/40::placeholder{ + color: rgb(245 245 245 / 0.4); +} +.placeholder-neutral-100\/50::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.5); +} +.placeholder-neutral-100\/50::-moz-placeholder{ + color: rgb(245 245 245 / 0.5); +} +.placeholder-neutral-100\/50:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.5); +} +.placeholder-neutral-100\/50::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.5); +} +.placeholder-neutral-100\/50::placeholder{ + color: rgb(245 245 245 / 0.5); +} +.placeholder-neutral-100\/60::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.6); +} +.placeholder-neutral-100\/60::-moz-placeholder{ + color: rgb(245 245 245 / 0.6); +} +.placeholder-neutral-100\/60:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.6); +} +.placeholder-neutral-100\/60::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.6); +} +.placeholder-neutral-100\/60::placeholder{ + color: rgb(245 245 245 / 0.6); +} +.placeholder-neutral-100\/70::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.7); +} +.placeholder-neutral-100\/70::-moz-placeholder{ + color: rgb(245 245 245 / 0.7); +} +.placeholder-neutral-100\/70:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.7); +} +.placeholder-neutral-100\/70::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.7); +} +.placeholder-neutral-100\/70::placeholder{ + color: rgb(245 245 245 / 0.7); +} +.placeholder-neutral-100\/75::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.75); +} +.placeholder-neutral-100\/75::-moz-placeholder{ + color: rgb(245 245 245 / 0.75); +} +.placeholder-neutral-100\/75:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.75); +} +.placeholder-neutral-100\/75::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.75); +} +.placeholder-neutral-100\/75::placeholder{ + color: rgb(245 245 245 / 0.75); +} +.placeholder-neutral-100\/80::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.8); +} +.placeholder-neutral-100\/80::-moz-placeholder{ + color: rgb(245 245 245 / 0.8); +} +.placeholder-neutral-100\/80:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.8); +} +.placeholder-neutral-100\/80::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.8); +} +.placeholder-neutral-100\/80::placeholder{ + color: rgb(245 245 245 / 0.8); +} +.placeholder-neutral-100\/90::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.9); +} +.placeholder-neutral-100\/90::-moz-placeholder{ + color: rgb(245 245 245 / 0.9); +} +.placeholder-neutral-100\/90:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.9); +} +.placeholder-neutral-100\/90::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.9); +} +.placeholder-neutral-100\/90::placeholder{ + color: rgb(245 245 245 / 0.9); +} +.placeholder-neutral-100\/95::-webkit-input-placeholder{ + color: rgb(245 245 245 / 0.95); +} +.placeholder-neutral-100\/95::-moz-placeholder{ + color: rgb(245 245 245 / 0.95); +} +.placeholder-neutral-100\/95:-ms-input-placeholder{ + color: rgb(245 245 245 / 0.95); +} +.placeholder-neutral-100\/95::-ms-input-placeholder{ + color: rgb(245 245 245 / 0.95); +} +.placeholder-neutral-100\/95::placeholder{ + color: rgb(245 245 245 / 0.95); +} +.placeholder-neutral-100\/100::-webkit-input-placeholder{ + color: rgb(245 245 245 / 1); +} +.placeholder-neutral-100\/100::-moz-placeholder{ + color: rgb(245 245 245 / 1); +} +.placeholder-neutral-100\/100:-ms-input-placeholder{ + color: rgb(245 245 245 / 1); +} +.placeholder-neutral-100\/100::-ms-input-placeholder{ + color: rgb(245 245 245 / 1); +} +.placeholder-neutral-100\/100::placeholder{ + color: rgb(245 245 245 / 1); +} +.placeholder-neutral-200\/0::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0); +} +.placeholder-neutral-200\/0::-moz-placeholder{ + color: rgb(229 229 229 / 0); +} +.placeholder-neutral-200\/0:-ms-input-placeholder{ + color: rgb(229 229 229 / 0); +} +.placeholder-neutral-200\/0::-ms-input-placeholder{ + color: rgb(229 229 229 / 0); +} +.placeholder-neutral-200\/0::placeholder{ + color: rgb(229 229 229 / 0); +} +.placeholder-neutral-200\/5::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.05); +} +.placeholder-neutral-200\/5::-moz-placeholder{ + color: rgb(229 229 229 / 0.05); +} +.placeholder-neutral-200\/5:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.05); +} +.placeholder-neutral-200\/5::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.05); +} +.placeholder-neutral-200\/5::placeholder{ + color: rgb(229 229 229 / 0.05); +} +.placeholder-neutral-200\/10::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.1); +} +.placeholder-neutral-200\/10::-moz-placeholder{ + color: rgb(229 229 229 / 0.1); +} +.placeholder-neutral-200\/10:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.1); +} +.placeholder-neutral-200\/10::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.1); +} +.placeholder-neutral-200\/10::placeholder{ + color: rgb(229 229 229 / 0.1); +} +.placeholder-neutral-200\/20::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.2); +} +.placeholder-neutral-200\/20::-moz-placeholder{ + color: rgb(229 229 229 / 0.2); +} +.placeholder-neutral-200\/20:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.2); +} +.placeholder-neutral-200\/20::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.2); +} +.placeholder-neutral-200\/20::placeholder{ + color: rgb(229 229 229 / 0.2); +} +.placeholder-neutral-200\/25::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.25); +} +.placeholder-neutral-200\/25::-moz-placeholder{ + color: rgb(229 229 229 / 0.25); +} +.placeholder-neutral-200\/25:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.25); +} +.placeholder-neutral-200\/25::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.25); +} +.placeholder-neutral-200\/25::placeholder{ + color: rgb(229 229 229 / 0.25); +} +.placeholder-neutral-200\/30::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.3); +} +.placeholder-neutral-200\/30::-moz-placeholder{ + color: rgb(229 229 229 / 0.3); +} +.placeholder-neutral-200\/30:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.3); +} +.placeholder-neutral-200\/30::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.3); +} +.placeholder-neutral-200\/30::placeholder{ + color: rgb(229 229 229 / 0.3); +} +.placeholder-neutral-200\/40::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.4); +} +.placeholder-neutral-200\/40::-moz-placeholder{ + color: rgb(229 229 229 / 0.4); +} +.placeholder-neutral-200\/40:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.4); +} +.placeholder-neutral-200\/40::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.4); +} +.placeholder-neutral-200\/40::placeholder{ + color: rgb(229 229 229 / 0.4); +} +.placeholder-neutral-200\/50::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.5); +} +.placeholder-neutral-200\/50::-moz-placeholder{ + color: rgb(229 229 229 / 0.5); +} +.placeholder-neutral-200\/50:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.5); +} +.placeholder-neutral-200\/50::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.5); +} +.placeholder-neutral-200\/50::placeholder{ + color: rgb(229 229 229 / 0.5); +} +.placeholder-neutral-200\/60::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.6); +} +.placeholder-neutral-200\/60::-moz-placeholder{ + color: rgb(229 229 229 / 0.6); +} +.placeholder-neutral-200\/60:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.6); +} +.placeholder-neutral-200\/60::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.6); +} +.placeholder-neutral-200\/60::placeholder{ + color: rgb(229 229 229 / 0.6); +} +.placeholder-neutral-200\/70::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.7); +} +.placeholder-neutral-200\/70::-moz-placeholder{ + color: rgb(229 229 229 / 0.7); +} +.placeholder-neutral-200\/70:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.7); +} +.placeholder-neutral-200\/70::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.7); +} +.placeholder-neutral-200\/70::placeholder{ + color: rgb(229 229 229 / 0.7); +} +.placeholder-neutral-200\/75::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.75); +} +.placeholder-neutral-200\/75::-moz-placeholder{ + color: rgb(229 229 229 / 0.75); +} +.placeholder-neutral-200\/75:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.75); +} +.placeholder-neutral-200\/75::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.75); +} +.placeholder-neutral-200\/75::placeholder{ + color: rgb(229 229 229 / 0.75); +} +.placeholder-neutral-200\/80::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.8); +} +.placeholder-neutral-200\/80::-moz-placeholder{ + color: rgb(229 229 229 / 0.8); +} +.placeholder-neutral-200\/80:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.8); +} +.placeholder-neutral-200\/80::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.8); +} +.placeholder-neutral-200\/80::placeholder{ + color: rgb(229 229 229 / 0.8); +} +.placeholder-neutral-200\/90::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.9); +} +.placeholder-neutral-200\/90::-moz-placeholder{ + color: rgb(229 229 229 / 0.9); +} +.placeholder-neutral-200\/90:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.9); +} +.placeholder-neutral-200\/90::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.9); +} +.placeholder-neutral-200\/90::placeholder{ + color: rgb(229 229 229 / 0.9); +} +.placeholder-neutral-200\/95::-webkit-input-placeholder{ + color: rgb(229 229 229 / 0.95); +} +.placeholder-neutral-200\/95::-moz-placeholder{ + color: rgb(229 229 229 / 0.95); +} +.placeholder-neutral-200\/95:-ms-input-placeholder{ + color: rgb(229 229 229 / 0.95); +} +.placeholder-neutral-200\/95::-ms-input-placeholder{ + color: rgb(229 229 229 / 0.95); +} +.placeholder-neutral-200\/95::placeholder{ + color: rgb(229 229 229 / 0.95); +} +.placeholder-neutral-200\/100::-webkit-input-placeholder{ + color: rgb(229 229 229 / 1); +} +.placeholder-neutral-200\/100::-moz-placeholder{ + color: rgb(229 229 229 / 1); +} +.placeholder-neutral-200\/100:-ms-input-placeholder{ + color: rgb(229 229 229 / 1); +} +.placeholder-neutral-200\/100::-ms-input-placeholder{ + color: rgb(229 229 229 / 1); +} +.placeholder-neutral-200\/100::placeholder{ + color: rgb(229 229 229 / 1); +} +.placeholder-neutral-300\/0::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0); +} +.placeholder-neutral-300\/0::-moz-placeholder{ + color: rgb(212 212 212 / 0); +} +.placeholder-neutral-300\/0:-ms-input-placeholder{ + color: rgb(212 212 212 / 0); +} +.placeholder-neutral-300\/0::-ms-input-placeholder{ + color: rgb(212 212 212 / 0); +} +.placeholder-neutral-300\/0::placeholder{ + color: rgb(212 212 212 / 0); +} +.placeholder-neutral-300\/5::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.05); +} +.placeholder-neutral-300\/5::-moz-placeholder{ + color: rgb(212 212 212 / 0.05); +} +.placeholder-neutral-300\/5:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.05); +} +.placeholder-neutral-300\/5::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.05); +} +.placeholder-neutral-300\/5::placeholder{ + color: rgb(212 212 212 / 0.05); +} +.placeholder-neutral-300\/10::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.1); +} +.placeholder-neutral-300\/10::-moz-placeholder{ + color: rgb(212 212 212 / 0.1); +} +.placeholder-neutral-300\/10:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.1); +} +.placeholder-neutral-300\/10::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.1); +} +.placeholder-neutral-300\/10::placeholder{ + color: rgb(212 212 212 / 0.1); +} +.placeholder-neutral-300\/20::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.2); +} +.placeholder-neutral-300\/20::-moz-placeholder{ + color: rgb(212 212 212 / 0.2); +} +.placeholder-neutral-300\/20:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.2); +} +.placeholder-neutral-300\/20::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.2); +} +.placeholder-neutral-300\/20::placeholder{ + color: rgb(212 212 212 / 0.2); +} +.placeholder-neutral-300\/25::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.25); +} +.placeholder-neutral-300\/25::-moz-placeholder{ + color: rgb(212 212 212 / 0.25); +} +.placeholder-neutral-300\/25:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.25); +} +.placeholder-neutral-300\/25::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.25); +} +.placeholder-neutral-300\/25::placeholder{ + color: rgb(212 212 212 / 0.25); +} +.placeholder-neutral-300\/30::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.3); +} +.placeholder-neutral-300\/30::-moz-placeholder{ + color: rgb(212 212 212 / 0.3); +} +.placeholder-neutral-300\/30:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.3); +} +.placeholder-neutral-300\/30::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.3); +} +.placeholder-neutral-300\/30::placeholder{ + color: rgb(212 212 212 / 0.3); +} +.placeholder-neutral-300\/40::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.4); +} +.placeholder-neutral-300\/40::-moz-placeholder{ + color: rgb(212 212 212 / 0.4); +} +.placeholder-neutral-300\/40:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.4); +} +.placeholder-neutral-300\/40::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.4); +} +.placeholder-neutral-300\/40::placeholder{ + color: rgb(212 212 212 / 0.4); +} +.placeholder-neutral-300\/50::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.5); +} +.placeholder-neutral-300\/50::-moz-placeholder{ + color: rgb(212 212 212 / 0.5); +} +.placeholder-neutral-300\/50:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.5); +} +.placeholder-neutral-300\/50::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.5); +} +.placeholder-neutral-300\/50::placeholder{ + color: rgb(212 212 212 / 0.5); +} +.placeholder-neutral-300\/60::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.6); +} +.placeholder-neutral-300\/60::-moz-placeholder{ + color: rgb(212 212 212 / 0.6); +} +.placeholder-neutral-300\/60:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.6); +} +.placeholder-neutral-300\/60::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.6); +} +.placeholder-neutral-300\/60::placeholder{ + color: rgb(212 212 212 / 0.6); +} +.placeholder-neutral-300\/70::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.7); +} +.placeholder-neutral-300\/70::-moz-placeholder{ + color: rgb(212 212 212 / 0.7); +} +.placeholder-neutral-300\/70:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.7); +} +.placeholder-neutral-300\/70::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.7); +} +.placeholder-neutral-300\/70::placeholder{ + color: rgb(212 212 212 / 0.7); +} +.placeholder-neutral-300\/75::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.75); +} +.placeholder-neutral-300\/75::-moz-placeholder{ + color: rgb(212 212 212 / 0.75); +} +.placeholder-neutral-300\/75:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.75); +} +.placeholder-neutral-300\/75::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.75); +} +.placeholder-neutral-300\/75::placeholder{ + color: rgb(212 212 212 / 0.75); +} +.placeholder-neutral-300\/80::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.8); +} +.placeholder-neutral-300\/80::-moz-placeholder{ + color: rgb(212 212 212 / 0.8); +} +.placeholder-neutral-300\/80:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.8); +} +.placeholder-neutral-300\/80::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.8); +} +.placeholder-neutral-300\/80::placeholder{ + color: rgb(212 212 212 / 0.8); +} +.placeholder-neutral-300\/90::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.9); +} +.placeholder-neutral-300\/90::-moz-placeholder{ + color: rgb(212 212 212 / 0.9); +} +.placeholder-neutral-300\/90:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.9); +} +.placeholder-neutral-300\/90::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.9); +} +.placeholder-neutral-300\/90::placeholder{ + color: rgb(212 212 212 / 0.9); +} +.placeholder-neutral-300\/95::-webkit-input-placeholder{ + color: rgb(212 212 212 / 0.95); +} +.placeholder-neutral-300\/95::-moz-placeholder{ + color: rgb(212 212 212 / 0.95); +} +.placeholder-neutral-300\/95:-ms-input-placeholder{ + color: rgb(212 212 212 / 0.95); +} +.placeholder-neutral-300\/95::-ms-input-placeholder{ + color: rgb(212 212 212 / 0.95); +} +.placeholder-neutral-300\/95::placeholder{ + color: rgb(212 212 212 / 0.95); +} +.placeholder-neutral-300\/100::-webkit-input-placeholder{ + color: rgb(212 212 212 / 1); +} +.placeholder-neutral-300\/100::-moz-placeholder{ + color: rgb(212 212 212 / 1); +} +.placeholder-neutral-300\/100:-ms-input-placeholder{ + color: rgb(212 212 212 / 1); +} +.placeholder-neutral-300\/100::-ms-input-placeholder{ + color: rgb(212 212 212 / 1); +} +.placeholder-neutral-300\/100::placeholder{ + color: rgb(212 212 212 / 1); +} +.placeholder-neutral-400\/0::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0); +} +.placeholder-neutral-400\/0::-moz-placeholder{ + color: rgb(163 163 163 / 0); +} +.placeholder-neutral-400\/0:-ms-input-placeholder{ + color: rgb(163 163 163 / 0); +} +.placeholder-neutral-400\/0::-ms-input-placeholder{ + color: rgb(163 163 163 / 0); +} +.placeholder-neutral-400\/0::placeholder{ + color: rgb(163 163 163 / 0); +} +.placeholder-neutral-400\/5::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.05); +} +.placeholder-neutral-400\/5::-moz-placeholder{ + color: rgb(163 163 163 / 0.05); +} +.placeholder-neutral-400\/5:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.05); +} +.placeholder-neutral-400\/5::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.05); +} +.placeholder-neutral-400\/5::placeholder{ + color: rgb(163 163 163 / 0.05); +} +.placeholder-neutral-400\/10::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.1); +} +.placeholder-neutral-400\/10::-moz-placeholder{ + color: rgb(163 163 163 / 0.1); +} +.placeholder-neutral-400\/10:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.1); +} +.placeholder-neutral-400\/10::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.1); +} +.placeholder-neutral-400\/10::placeholder{ + color: rgb(163 163 163 / 0.1); +} +.placeholder-neutral-400\/20::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.2); +} +.placeholder-neutral-400\/20::-moz-placeholder{ + color: rgb(163 163 163 / 0.2); +} +.placeholder-neutral-400\/20:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.2); +} +.placeholder-neutral-400\/20::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.2); +} +.placeholder-neutral-400\/20::placeholder{ + color: rgb(163 163 163 / 0.2); +} +.placeholder-neutral-400\/25::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.25); +} +.placeholder-neutral-400\/25::-moz-placeholder{ + color: rgb(163 163 163 / 0.25); +} +.placeholder-neutral-400\/25:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.25); +} +.placeholder-neutral-400\/25::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.25); +} +.placeholder-neutral-400\/25::placeholder{ + color: rgb(163 163 163 / 0.25); +} +.placeholder-neutral-400\/30::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.3); +} +.placeholder-neutral-400\/30::-moz-placeholder{ + color: rgb(163 163 163 / 0.3); +} +.placeholder-neutral-400\/30:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.3); +} +.placeholder-neutral-400\/30::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.3); +} +.placeholder-neutral-400\/30::placeholder{ + color: rgb(163 163 163 / 0.3); +} +.placeholder-neutral-400\/40::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.4); +} +.placeholder-neutral-400\/40::-moz-placeholder{ + color: rgb(163 163 163 / 0.4); +} +.placeholder-neutral-400\/40:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.4); +} +.placeholder-neutral-400\/40::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.4); +} +.placeholder-neutral-400\/40::placeholder{ + color: rgb(163 163 163 / 0.4); +} +.placeholder-neutral-400\/50::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.5); +} +.placeholder-neutral-400\/50::-moz-placeholder{ + color: rgb(163 163 163 / 0.5); +} +.placeholder-neutral-400\/50:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.5); +} +.placeholder-neutral-400\/50::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.5); +} +.placeholder-neutral-400\/50::placeholder{ + color: rgb(163 163 163 / 0.5); +} +.placeholder-neutral-400\/60::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.6); +} +.placeholder-neutral-400\/60::-moz-placeholder{ + color: rgb(163 163 163 / 0.6); +} +.placeholder-neutral-400\/60:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.6); +} +.placeholder-neutral-400\/60::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.6); +} +.placeholder-neutral-400\/60::placeholder{ + color: rgb(163 163 163 / 0.6); +} +.placeholder-neutral-400\/70::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.7); +} +.placeholder-neutral-400\/70::-moz-placeholder{ + color: rgb(163 163 163 / 0.7); +} +.placeholder-neutral-400\/70:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.7); +} +.placeholder-neutral-400\/70::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.7); +} +.placeholder-neutral-400\/70::placeholder{ + color: rgb(163 163 163 / 0.7); +} +.placeholder-neutral-400\/75::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.75); +} +.placeholder-neutral-400\/75::-moz-placeholder{ + color: rgb(163 163 163 / 0.75); +} +.placeholder-neutral-400\/75:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.75); +} +.placeholder-neutral-400\/75::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.75); +} +.placeholder-neutral-400\/75::placeholder{ + color: rgb(163 163 163 / 0.75); +} +.placeholder-neutral-400\/80::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.8); +} +.placeholder-neutral-400\/80::-moz-placeholder{ + color: rgb(163 163 163 / 0.8); +} +.placeholder-neutral-400\/80:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.8); +} +.placeholder-neutral-400\/80::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.8); +} +.placeholder-neutral-400\/80::placeholder{ + color: rgb(163 163 163 / 0.8); +} +.placeholder-neutral-400\/90::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.9); +} +.placeholder-neutral-400\/90::-moz-placeholder{ + color: rgb(163 163 163 / 0.9); +} +.placeholder-neutral-400\/90:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.9); +} +.placeholder-neutral-400\/90::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.9); +} +.placeholder-neutral-400\/90::placeholder{ + color: rgb(163 163 163 / 0.9); +} +.placeholder-neutral-400\/95::-webkit-input-placeholder{ + color: rgb(163 163 163 / 0.95); +} +.placeholder-neutral-400\/95::-moz-placeholder{ + color: rgb(163 163 163 / 0.95); +} +.placeholder-neutral-400\/95:-ms-input-placeholder{ + color: rgb(163 163 163 / 0.95); +} +.placeholder-neutral-400\/95::-ms-input-placeholder{ + color: rgb(163 163 163 / 0.95); +} +.placeholder-neutral-400\/95::placeholder{ + color: rgb(163 163 163 / 0.95); +} +.placeholder-neutral-400\/100::-webkit-input-placeholder{ + color: rgb(163 163 163 / 1); +} +.placeholder-neutral-400\/100::-moz-placeholder{ + color: rgb(163 163 163 / 1); +} +.placeholder-neutral-400\/100:-ms-input-placeholder{ + color: rgb(163 163 163 / 1); +} +.placeholder-neutral-400\/100::-ms-input-placeholder{ + color: rgb(163 163 163 / 1); +} +.placeholder-neutral-400\/100::placeholder{ + color: rgb(163 163 163 / 1); +} +.placeholder-neutral-500\/0::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0); +} +.placeholder-neutral-500\/0::-moz-placeholder{ + color: rgb(115 115 115 / 0); +} +.placeholder-neutral-500\/0:-ms-input-placeholder{ + color: rgb(115 115 115 / 0); +} +.placeholder-neutral-500\/0::-ms-input-placeholder{ + color: rgb(115 115 115 / 0); +} +.placeholder-neutral-500\/0::placeholder{ + color: rgb(115 115 115 / 0); +} +.placeholder-neutral-500\/5::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.05); +} +.placeholder-neutral-500\/5::-moz-placeholder{ + color: rgb(115 115 115 / 0.05); +} +.placeholder-neutral-500\/5:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.05); +} +.placeholder-neutral-500\/5::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.05); +} +.placeholder-neutral-500\/5::placeholder{ + color: rgb(115 115 115 / 0.05); +} +.placeholder-neutral-500\/10::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.1); +} +.placeholder-neutral-500\/10::-moz-placeholder{ + color: rgb(115 115 115 / 0.1); +} +.placeholder-neutral-500\/10:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.1); +} +.placeholder-neutral-500\/10::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.1); +} +.placeholder-neutral-500\/10::placeholder{ + color: rgb(115 115 115 / 0.1); +} +.placeholder-neutral-500\/20::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.2); +} +.placeholder-neutral-500\/20::-moz-placeholder{ + color: rgb(115 115 115 / 0.2); +} +.placeholder-neutral-500\/20:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.2); +} +.placeholder-neutral-500\/20::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.2); +} +.placeholder-neutral-500\/20::placeholder{ + color: rgb(115 115 115 / 0.2); +} +.placeholder-neutral-500\/25::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.25); +} +.placeholder-neutral-500\/25::-moz-placeholder{ + color: rgb(115 115 115 / 0.25); +} +.placeholder-neutral-500\/25:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.25); +} +.placeholder-neutral-500\/25::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.25); +} +.placeholder-neutral-500\/25::placeholder{ + color: rgb(115 115 115 / 0.25); +} +.placeholder-neutral-500\/30::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.3); +} +.placeholder-neutral-500\/30::-moz-placeholder{ + color: rgb(115 115 115 / 0.3); +} +.placeholder-neutral-500\/30:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.3); +} +.placeholder-neutral-500\/30::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.3); +} +.placeholder-neutral-500\/30::placeholder{ + color: rgb(115 115 115 / 0.3); +} +.placeholder-neutral-500\/40::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.4); +} +.placeholder-neutral-500\/40::-moz-placeholder{ + color: rgb(115 115 115 / 0.4); +} +.placeholder-neutral-500\/40:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.4); +} +.placeholder-neutral-500\/40::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.4); +} +.placeholder-neutral-500\/40::placeholder{ + color: rgb(115 115 115 / 0.4); +} +.placeholder-neutral-500\/50::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.5); +} +.placeholder-neutral-500\/50::-moz-placeholder{ + color: rgb(115 115 115 / 0.5); +} +.placeholder-neutral-500\/50:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.5); +} +.placeholder-neutral-500\/50::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.5); +} +.placeholder-neutral-500\/50::placeholder{ + color: rgb(115 115 115 / 0.5); +} +.placeholder-neutral-500\/60::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.6); +} +.placeholder-neutral-500\/60::-moz-placeholder{ + color: rgb(115 115 115 / 0.6); +} +.placeholder-neutral-500\/60:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.6); +} +.placeholder-neutral-500\/60::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.6); +} +.placeholder-neutral-500\/60::placeholder{ + color: rgb(115 115 115 / 0.6); +} +.placeholder-neutral-500\/70::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.7); +} +.placeholder-neutral-500\/70::-moz-placeholder{ + color: rgb(115 115 115 / 0.7); +} +.placeholder-neutral-500\/70:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.7); +} +.placeholder-neutral-500\/70::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.7); +} +.placeholder-neutral-500\/70::placeholder{ + color: rgb(115 115 115 / 0.7); +} +.placeholder-neutral-500\/75::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.75); +} +.placeholder-neutral-500\/75::-moz-placeholder{ + color: rgb(115 115 115 / 0.75); +} +.placeholder-neutral-500\/75:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.75); +} +.placeholder-neutral-500\/75::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.75); +} +.placeholder-neutral-500\/75::placeholder{ + color: rgb(115 115 115 / 0.75); +} +.placeholder-neutral-500\/80::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.8); +} +.placeholder-neutral-500\/80::-moz-placeholder{ + color: rgb(115 115 115 / 0.8); +} +.placeholder-neutral-500\/80:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.8); +} +.placeholder-neutral-500\/80::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.8); +} +.placeholder-neutral-500\/80::placeholder{ + color: rgb(115 115 115 / 0.8); +} +.placeholder-neutral-500\/90::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.9); +} +.placeholder-neutral-500\/90::-moz-placeholder{ + color: rgb(115 115 115 / 0.9); +} +.placeholder-neutral-500\/90:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.9); +} +.placeholder-neutral-500\/90::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.9); +} +.placeholder-neutral-500\/90::placeholder{ + color: rgb(115 115 115 / 0.9); +} +.placeholder-neutral-500\/95::-webkit-input-placeholder{ + color: rgb(115 115 115 / 0.95); +} +.placeholder-neutral-500\/95::-moz-placeholder{ + color: rgb(115 115 115 / 0.95); +} +.placeholder-neutral-500\/95:-ms-input-placeholder{ + color: rgb(115 115 115 / 0.95); +} +.placeholder-neutral-500\/95::-ms-input-placeholder{ + color: rgb(115 115 115 / 0.95); +} +.placeholder-neutral-500\/95::placeholder{ + color: rgb(115 115 115 / 0.95); +} +.placeholder-neutral-500\/100::-webkit-input-placeholder{ + color: rgb(115 115 115 / 1); +} +.placeholder-neutral-500\/100::-moz-placeholder{ + color: rgb(115 115 115 / 1); +} +.placeholder-neutral-500\/100:-ms-input-placeholder{ + color: rgb(115 115 115 / 1); +} +.placeholder-neutral-500\/100::-ms-input-placeholder{ + color: rgb(115 115 115 / 1); +} +.placeholder-neutral-500\/100::placeholder{ + color: rgb(115 115 115 / 1); +} +.placeholder-neutral-600\/0::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0); +} +.placeholder-neutral-600\/0::-moz-placeholder{ + color: rgb(82 82 82 / 0); +} +.placeholder-neutral-600\/0:-ms-input-placeholder{ + color: rgb(82 82 82 / 0); +} +.placeholder-neutral-600\/0::-ms-input-placeholder{ + color: rgb(82 82 82 / 0); +} +.placeholder-neutral-600\/0::placeholder{ + color: rgb(82 82 82 / 0); +} +.placeholder-neutral-600\/5::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.05); +} +.placeholder-neutral-600\/5::-moz-placeholder{ + color: rgb(82 82 82 / 0.05); +} +.placeholder-neutral-600\/5:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.05); +} +.placeholder-neutral-600\/5::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.05); +} +.placeholder-neutral-600\/5::placeholder{ + color: rgb(82 82 82 / 0.05); +} +.placeholder-neutral-600\/10::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.1); +} +.placeholder-neutral-600\/10::-moz-placeholder{ + color: rgb(82 82 82 / 0.1); +} +.placeholder-neutral-600\/10:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.1); +} +.placeholder-neutral-600\/10::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.1); +} +.placeholder-neutral-600\/10::placeholder{ + color: rgb(82 82 82 / 0.1); +} +.placeholder-neutral-600\/20::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.2); +} +.placeholder-neutral-600\/20::-moz-placeholder{ + color: rgb(82 82 82 / 0.2); +} +.placeholder-neutral-600\/20:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.2); +} +.placeholder-neutral-600\/20::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.2); +} +.placeholder-neutral-600\/20::placeholder{ + color: rgb(82 82 82 / 0.2); +} +.placeholder-neutral-600\/25::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.25); +} +.placeholder-neutral-600\/25::-moz-placeholder{ + color: rgb(82 82 82 / 0.25); +} +.placeholder-neutral-600\/25:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.25); +} +.placeholder-neutral-600\/25::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.25); +} +.placeholder-neutral-600\/25::placeholder{ + color: rgb(82 82 82 / 0.25); +} +.placeholder-neutral-600\/30::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.3); +} +.placeholder-neutral-600\/30::-moz-placeholder{ + color: rgb(82 82 82 / 0.3); +} +.placeholder-neutral-600\/30:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.3); +} +.placeholder-neutral-600\/30::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.3); +} +.placeholder-neutral-600\/30::placeholder{ + color: rgb(82 82 82 / 0.3); +} +.placeholder-neutral-600\/40::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.4); +} +.placeholder-neutral-600\/40::-moz-placeholder{ + color: rgb(82 82 82 / 0.4); +} +.placeholder-neutral-600\/40:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.4); +} +.placeholder-neutral-600\/40::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.4); +} +.placeholder-neutral-600\/40::placeholder{ + color: rgb(82 82 82 / 0.4); +} +.placeholder-neutral-600\/50::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.5); +} +.placeholder-neutral-600\/50::-moz-placeholder{ + color: rgb(82 82 82 / 0.5); +} +.placeholder-neutral-600\/50:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.5); +} +.placeholder-neutral-600\/50::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.5); +} +.placeholder-neutral-600\/50::placeholder{ + color: rgb(82 82 82 / 0.5); +} +.placeholder-neutral-600\/60::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.6); +} +.placeholder-neutral-600\/60::-moz-placeholder{ + color: rgb(82 82 82 / 0.6); +} +.placeholder-neutral-600\/60:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.6); +} +.placeholder-neutral-600\/60::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.6); +} +.placeholder-neutral-600\/60::placeholder{ + color: rgb(82 82 82 / 0.6); +} +.placeholder-neutral-600\/70::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.7); +} +.placeholder-neutral-600\/70::-moz-placeholder{ + color: rgb(82 82 82 / 0.7); +} +.placeholder-neutral-600\/70:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.7); +} +.placeholder-neutral-600\/70::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.7); +} +.placeholder-neutral-600\/70::placeholder{ + color: rgb(82 82 82 / 0.7); +} +.placeholder-neutral-600\/75::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.75); +} +.placeholder-neutral-600\/75::-moz-placeholder{ + color: rgb(82 82 82 / 0.75); +} +.placeholder-neutral-600\/75:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.75); +} +.placeholder-neutral-600\/75::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.75); +} +.placeholder-neutral-600\/75::placeholder{ + color: rgb(82 82 82 / 0.75); +} +.placeholder-neutral-600\/80::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.8); +} +.placeholder-neutral-600\/80::-moz-placeholder{ + color: rgb(82 82 82 / 0.8); +} +.placeholder-neutral-600\/80:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.8); +} +.placeholder-neutral-600\/80::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.8); +} +.placeholder-neutral-600\/80::placeholder{ + color: rgb(82 82 82 / 0.8); +} +.placeholder-neutral-600\/90::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.9); +} +.placeholder-neutral-600\/90::-moz-placeholder{ + color: rgb(82 82 82 / 0.9); +} +.placeholder-neutral-600\/90:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.9); +} +.placeholder-neutral-600\/90::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.9); +} +.placeholder-neutral-600\/90::placeholder{ + color: rgb(82 82 82 / 0.9); +} +.placeholder-neutral-600\/95::-webkit-input-placeholder{ + color: rgb(82 82 82 / 0.95); +} +.placeholder-neutral-600\/95::-moz-placeholder{ + color: rgb(82 82 82 / 0.95); +} +.placeholder-neutral-600\/95:-ms-input-placeholder{ + color: rgb(82 82 82 / 0.95); +} +.placeholder-neutral-600\/95::-ms-input-placeholder{ + color: rgb(82 82 82 / 0.95); +} +.placeholder-neutral-600\/95::placeholder{ + color: rgb(82 82 82 / 0.95); +} +.placeholder-neutral-600\/100::-webkit-input-placeholder{ + color: rgb(82 82 82 / 1); +} +.placeholder-neutral-600\/100::-moz-placeholder{ + color: rgb(82 82 82 / 1); +} +.placeholder-neutral-600\/100:-ms-input-placeholder{ + color: rgb(82 82 82 / 1); +} +.placeholder-neutral-600\/100::-ms-input-placeholder{ + color: rgb(82 82 82 / 1); +} +.placeholder-neutral-600\/100::placeholder{ + color: rgb(82 82 82 / 1); +} +.placeholder-neutral-700\/0::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0); +} +.placeholder-neutral-700\/0::-moz-placeholder{ + color: rgb(64 64 64 / 0); +} +.placeholder-neutral-700\/0:-ms-input-placeholder{ + color: rgb(64 64 64 / 0); +} +.placeholder-neutral-700\/0::-ms-input-placeholder{ + color: rgb(64 64 64 / 0); +} +.placeholder-neutral-700\/0::placeholder{ + color: rgb(64 64 64 / 0); +} +.placeholder-neutral-700\/5::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.05); +} +.placeholder-neutral-700\/5::-moz-placeholder{ + color: rgb(64 64 64 / 0.05); +} +.placeholder-neutral-700\/5:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.05); +} +.placeholder-neutral-700\/5::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.05); +} +.placeholder-neutral-700\/5::placeholder{ + color: rgb(64 64 64 / 0.05); +} +.placeholder-neutral-700\/10::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.1); +} +.placeholder-neutral-700\/10::-moz-placeholder{ + color: rgb(64 64 64 / 0.1); +} +.placeholder-neutral-700\/10:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.1); +} +.placeholder-neutral-700\/10::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.1); +} +.placeholder-neutral-700\/10::placeholder{ + color: rgb(64 64 64 / 0.1); +} +.placeholder-neutral-700\/20::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.2); +} +.placeholder-neutral-700\/20::-moz-placeholder{ + color: rgb(64 64 64 / 0.2); +} +.placeholder-neutral-700\/20:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.2); +} +.placeholder-neutral-700\/20::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.2); +} +.placeholder-neutral-700\/20::placeholder{ + color: rgb(64 64 64 / 0.2); +} +.placeholder-neutral-700\/25::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.25); +} +.placeholder-neutral-700\/25::-moz-placeholder{ + color: rgb(64 64 64 / 0.25); +} +.placeholder-neutral-700\/25:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.25); +} +.placeholder-neutral-700\/25::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.25); +} +.placeholder-neutral-700\/25::placeholder{ + color: rgb(64 64 64 / 0.25); +} +.placeholder-neutral-700\/30::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.3); +} +.placeholder-neutral-700\/30::-moz-placeholder{ + color: rgb(64 64 64 / 0.3); +} +.placeholder-neutral-700\/30:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.3); +} +.placeholder-neutral-700\/30::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.3); +} +.placeholder-neutral-700\/30::placeholder{ + color: rgb(64 64 64 / 0.3); +} +.placeholder-neutral-700\/40::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.4); +} +.placeholder-neutral-700\/40::-moz-placeholder{ + color: rgb(64 64 64 / 0.4); +} +.placeholder-neutral-700\/40:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.4); +} +.placeholder-neutral-700\/40::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.4); +} +.placeholder-neutral-700\/40::placeholder{ + color: rgb(64 64 64 / 0.4); +} +.placeholder-neutral-700\/50::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.5); +} +.placeholder-neutral-700\/50::-moz-placeholder{ + color: rgb(64 64 64 / 0.5); +} +.placeholder-neutral-700\/50:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.5); +} +.placeholder-neutral-700\/50::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.5); +} +.placeholder-neutral-700\/50::placeholder{ + color: rgb(64 64 64 / 0.5); +} +.placeholder-neutral-700\/60::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.6); +} +.placeholder-neutral-700\/60::-moz-placeholder{ + color: rgb(64 64 64 / 0.6); +} +.placeholder-neutral-700\/60:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.6); +} +.placeholder-neutral-700\/60::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.6); +} +.placeholder-neutral-700\/60::placeholder{ + color: rgb(64 64 64 / 0.6); +} +.placeholder-neutral-700\/70::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.7); +} +.placeholder-neutral-700\/70::-moz-placeholder{ + color: rgb(64 64 64 / 0.7); +} +.placeholder-neutral-700\/70:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.7); +} +.placeholder-neutral-700\/70::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.7); +} +.placeholder-neutral-700\/70::placeholder{ + color: rgb(64 64 64 / 0.7); +} +.placeholder-neutral-700\/75::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.75); +} +.placeholder-neutral-700\/75::-moz-placeholder{ + color: rgb(64 64 64 / 0.75); +} +.placeholder-neutral-700\/75:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.75); +} +.placeholder-neutral-700\/75::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.75); +} +.placeholder-neutral-700\/75::placeholder{ + color: rgb(64 64 64 / 0.75); +} +.placeholder-neutral-700\/80::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.8); +} +.placeholder-neutral-700\/80::-moz-placeholder{ + color: rgb(64 64 64 / 0.8); +} +.placeholder-neutral-700\/80:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.8); +} +.placeholder-neutral-700\/80::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.8); +} +.placeholder-neutral-700\/80::placeholder{ + color: rgb(64 64 64 / 0.8); +} +.placeholder-neutral-700\/90::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.9); +} +.placeholder-neutral-700\/90::-moz-placeholder{ + color: rgb(64 64 64 / 0.9); +} +.placeholder-neutral-700\/90:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.9); +} +.placeholder-neutral-700\/90::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.9); +} +.placeholder-neutral-700\/90::placeholder{ + color: rgb(64 64 64 / 0.9); +} +.placeholder-neutral-700\/95::-webkit-input-placeholder{ + color: rgb(64 64 64 / 0.95); +} +.placeholder-neutral-700\/95::-moz-placeholder{ + color: rgb(64 64 64 / 0.95); +} +.placeholder-neutral-700\/95:-ms-input-placeholder{ + color: rgb(64 64 64 / 0.95); +} +.placeholder-neutral-700\/95::-ms-input-placeholder{ + color: rgb(64 64 64 / 0.95); +} +.placeholder-neutral-700\/95::placeholder{ + color: rgb(64 64 64 / 0.95); +} +.placeholder-neutral-700\/100::-webkit-input-placeholder{ + color: rgb(64 64 64 / 1); +} +.placeholder-neutral-700\/100::-moz-placeholder{ + color: rgb(64 64 64 / 1); +} +.placeholder-neutral-700\/100:-ms-input-placeholder{ + color: rgb(64 64 64 / 1); +} +.placeholder-neutral-700\/100::-ms-input-placeholder{ + color: rgb(64 64 64 / 1); +} +.placeholder-neutral-700\/100::placeholder{ + color: rgb(64 64 64 / 1); +} +.placeholder-neutral-800\/0::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0); +} +.placeholder-neutral-800\/0::-moz-placeholder{ + color: rgb(38 38 38 / 0); +} +.placeholder-neutral-800\/0:-ms-input-placeholder{ + color: rgb(38 38 38 / 0); +} +.placeholder-neutral-800\/0::-ms-input-placeholder{ + color: rgb(38 38 38 / 0); +} +.placeholder-neutral-800\/0::placeholder{ + color: rgb(38 38 38 / 0); +} +.placeholder-neutral-800\/5::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.05); +} +.placeholder-neutral-800\/5::-moz-placeholder{ + color: rgb(38 38 38 / 0.05); +} +.placeholder-neutral-800\/5:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.05); +} +.placeholder-neutral-800\/5::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.05); +} +.placeholder-neutral-800\/5::placeholder{ + color: rgb(38 38 38 / 0.05); +} +.placeholder-neutral-800\/10::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.1); +} +.placeholder-neutral-800\/10::-moz-placeholder{ + color: rgb(38 38 38 / 0.1); +} +.placeholder-neutral-800\/10:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.1); +} +.placeholder-neutral-800\/10::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.1); +} +.placeholder-neutral-800\/10::placeholder{ + color: rgb(38 38 38 / 0.1); +} +.placeholder-neutral-800\/20::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.2); +} +.placeholder-neutral-800\/20::-moz-placeholder{ + color: rgb(38 38 38 / 0.2); +} +.placeholder-neutral-800\/20:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.2); +} +.placeholder-neutral-800\/20::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.2); +} +.placeholder-neutral-800\/20::placeholder{ + color: rgb(38 38 38 / 0.2); +} +.placeholder-neutral-800\/25::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.25); +} +.placeholder-neutral-800\/25::-moz-placeholder{ + color: rgb(38 38 38 / 0.25); +} +.placeholder-neutral-800\/25:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.25); +} +.placeholder-neutral-800\/25::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.25); +} +.placeholder-neutral-800\/25::placeholder{ + color: rgb(38 38 38 / 0.25); +} +.placeholder-neutral-800\/30::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.3); +} +.placeholder-neutral-800\/30::-moz-placeholder{ + color: rgb(38 38 38 / 0.3); +} +.placeholder-neutral-800\/30:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.3); +} +.placeholder-neutral-800\/30::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.3); +} +.placeholder-neutral-800\/30::placeholder{ + color: rgb(38 38 38 / 0.3); +} +.placeholder-neutral-800\/40::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.4); +} +.placeholder-neutral-800\/40::-moz-placeholder{ + color: rgb(38 38 38 / 0.4); +} +.placeholder-neutral-800\/40:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.4); +} +.placeholder-neutral-800\/40::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.4); +} +.placeholder-neutral-800\/40::placeholder{ + color: rgb(38 38 38 / 0.4); +} +.placeholder-neutral-800\/50::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.5); +} +.placeholder-neutral-800\/50::-moz-placeholder{ + color: rgb(38 38 38 / 0.5); +} +.placeholder-neutral-800\/50:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.5); +} +.placeholder-neutral-800\/50::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.5); +} +.placeholder-neutral-800\/50::placeholder{ + color: rgb(38 38 38 / 0.5); +} +.placeholder-neutral-800\/60::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.6); +} +.placeholder-neutral-800\/60::-moz-placeholder{ + color: rgb(38 38 38 / 0.6); +} +.placeholder-neutral-800\/60:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.6); +} +.placeholder-neutral-800\/60::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.6); +} +.placeholder-neutral-800\/60::placeholder{ + color: rgb(38 38 38 / 0.6); +} +.placeholder-neutral-800\/70::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.7); +} +.placeholder-neutral-800\/70::-moz-placeholder{ + color: rgb(38 38 38 / 0.7); +} +.placeholder-neutral-800\/70:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.7); +} +.placeholder-neutral-800\/70::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.7); +} +.placeholder-neutral-800\/70::placeholder{ + color: rgb(38 38 38 / 0.7); +} +.placeholder-neutral-800\/75::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.75); +} +.placeholder-neutral-800\/75::-moz-placeholder{ + color: rgb(38 38 38 / 0.75); +} +.placeholder-neutral-800\/75:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.75); +} +.placeholder-neutral-800\/75::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.75); +} +.placeholder-neutral-800\/75::placeholder{ + color: rgb(38 38 38 / 0.75); +} +.placeholder-neutral-800\/80::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.8); +} +.placeholder-neutral-800\/80::-moz-placeholder{ + color: rgb(38 38 38 / 0.8); +} +.placeholder-neutral-800\/80:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.8); +} +.placeholder-neutral-800\/80::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.8); +} +.placeholder-neutral-800\/80::placeholder{ + color: rgb(38 38 38 / 0.8); +} +.placeholder-neutral-800\/90::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.9); +} +.placeholder-neutral-800\/90::-moz-placeholder{ + color: rgb(38 38 38 / 0.9); +} +.placeholder-neutral-800\/90:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.9); +} +.placeholder-neutral-800\/90::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.9); +} +.placeholder-neutral-800\/90::placeholder{ + color: rgb(38 38 38 / 0.9); +} +.placeholder-neutral-800\/95::-webkit-input-placeholder{ + color: rgb(38 38 38 / 0.95); +} +.placeholder-neutral-800\/95::-moz-placeholder{ + color: rgb(38 38 38 / 0.95); +} +.placeholder-neutral-800\/95:-ms-input-placeholder{ + color: rgb(38 38 38 / 0.95); +} +.placeholder-neutral-800\/95::-ms-input-placeholder{ + color: rgb(38 38 38 / 0.95); +} +.placeholder-neutral-800\/95::placeholder{ + color: rgb(38 38 38 / 0.95); +} +.placeholder-neutral-800\/100::-webkit-input-placeholder{ + color: rgb(38 38 38 / 1); +} +.placeholder-neutral-800\/100::-moz-placeholder{ + color: rgb(38 38 38 / 1); +} +.placeholder-neutral-800\/100:-ms-input-placeholder{ + color: rgb(38 38 38 / 1); +} +.placeholder-neutral-800\/100::-ms-input-placeholder{ + color: rgb(38 38 38 / 1); +} +.placeholder-neutral-800\/100::placeholder{ + color: rgb(38 38 38 / 1); +} +.placeholder-neutral-900\/0::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0); +} +.placeholder-neutral-900\/0::-moz-placeholder{ + color: rgb(23 23 23 / 0); +} +.placeholder-neutral-900\/0:-ms-input-placeholder{ + color: rgb(23 23 23 / 0); +} +.placeholder-neutral-900\/0::-ms-input-placeholder{ + color: rgb(23 23 23 / 0); +} +.placeholder-neutral-900\/0::placeholder{ + color: rgb(23 23 23 / 0); +} +.placeholder-neutral-900\/5::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.05); +} +.placeholder-neutral-900\/5::-moz-placeholder{ + color: rgb(23 23 23 / 0.05); +} +.placeholder-neutral-900\/5:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.05); +} +.placeholder-neutral-900\/5::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.05); +} +.placeholder-neutral-900\/5::placeholder{ + color: rgb(23 23 23 / 0.05); +} +.placeholder-neutral-900\/10::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.1); +} +.placeholder-neutral-900\/10::-moz-placeholder{ + color: rgb(23 23 23 / 0.1); +} +.placeholder-neutral-900\/10:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.1); +} +.placeholder-neutral-900\/10::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.1); +} +.placeholder-neutral-900\/10::placeholder{ + color: rgb(23 23 23 / 0.1); +} +.placeholder-neutral-900\/20::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.2); +} +.placeholder-neutral-900\/20::-moz-placeholder{ + color: rgb(23 23 23 / 0.2); +} +.placeholder-neutral-900\/20:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.2); +} +.placeholder-neutral-900\/20::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.2); +} +.placeholder-neutral-900\/20::placeholder{ + color: rgb(23 23 23 / 0.2); +} +.placeholder-neutral-900\/25::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.25); +} +.placeholder-neutral-900\/25::-moz-placeholder{ + color: rgb(23 23 23 / 0.25); +} +.placeholder-neutral-900\/25:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.25); +} +.placeholder-neutral-900\/25::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.25); +} +.placeholder-neutral-900\/25::placeholder{ + color: rgb(23 23 23 / 0.25); +} +.placeholder-neutral-900\/30::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.3); +} +.placeholder-neutral-900\/30::-moz-placeholder{ + color: rgb(23 23 23 / 0.3); +} +.placeholder-neutral-900\/30:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.3); +} +.placeholder-neutral-900\/30::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.3); +} +.placeholder-neutral-900\/30::placeholder{ + color: rgb(23 23 23 / 0.3); +} +.placeholder-neutral-900\/40::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.4); +} +.placeholder-neutral-900\/40::-moz-placeholder{ + color: rgb(23 23 23 / 0.4); +} +.placeholder-neutral-900\/40:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.4); +} +.placeholder-neutral-900\/40::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.4); +} +.placeholder-neutral-900\/40::placeholder{ + color: rgb(23 23 23 / 0.4); +} +.placeholder-neutral-900\/50::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.5); +} +.placeholder-neutral-900\/50::-moz-placeholder{ + color: rgb(23 23 23 / 0.5); +} +.placeholder-neutral-900\/50:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.5); +} +.placeholder-neutral-900\/50::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.5); +} +.placeholder-neutral-900\/50::placeholder{ + color: rgb(23 23 23 / 0.5); +} +.placeholder-neutral-900\/60::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.6); +} +.placeholder-neutral-900\/60::-moz-placeholder{ + color: rgb(23 23 23 / 0.6); +} +.placeholder-neutral-900\/60:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.6); +} +.placeholder-neutral-900\/60::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.6); +} +.placeholder-neutral-900\/60::placeholder{ + color: rgb(23 23 23 / 0.6); +} +.placeholder-neutral-900\/70::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.7); +} +.placeholder-neutral-900\/70::-moz-placeholder{ + color: rgb(23 23 23 / 0.7); +} +.placeholder-neutral-900\/70:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.7); +} +.placeholder-neutral-900\/70::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.7); +} +.placeholder-neutral-900\/70::placeholder{ + color: rgb(23 23 23 / 0.7); +} +.placeholder-neutral-900\/75::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.75); +} +.placeholder-neutral-900\/75::-moz-placeholder{ + color: rgb(23 23 23 / 0.75); +} +.placeholder-neutral-900\/75:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.75); +} +.placeholder-neutral-900\/75::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.75); +} +.placeholder-neutral-900\/75::placeholder{ + color: rgb(23 23 23 / 0.75); +} +.placeholder-neutral-900\/80::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.8); +} +.placeholder-neutral-900\/80::-moz-placeholder{ + color: rgb(23 23 23 / 0.8); +} +.placeholder-neutral-900\/80:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.8); +} +.placeholder-neutral-900\/80::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.8); +} +.placeholder-neutral-900\/80::placeholder{ + color: rgb(23 23 23 / 0.8); +} +.placeholder-neutral-900\/90::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.9); +} +.placeholder-neutral-900\/90::-moz-placeholder{ + color: rgb(23 23 23 / 0.9); +} +.placeholder-neutral-900\/90:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.9); +} +.placeholder-neutral-900\/90::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.9); +} +.placeholder-neutral-900\/90::placeholder{ + color: rgb(23 23 23 / 0.9); +} +.placeholder-neutral-900\/95::-webkit-input-placeholder{ + color: rgb(23 23 23 / 0.95); +} +.placeholder-neutral-900\/95::-moz-placeholder{ + color: rgb(23 23 23 / 0.95); +} +.placeholder-neutral-900\/95:-ms-input-placeholder{ + color: rgb(23 23 23 / 0.95); +} +.placeholder-neutral-900\/95::-ms-input-placeholder{ + color: rgb(23 23 23 / 0.95); +} +.placeholder-neutral-900\/95::placeholder{ + color: rgb(23 23 23 / 0.95); +} +.placeholder-neutral-900\/100::-webkit-input-placeholder{ + color: rgb(23 23 23 / 1); +} +.placeholder-neutral-900\/100::-moz-placeholder{ + color: rgb(23 23 23 / 1); +} +.placeholder-neutral-900\/100:-ms-input-placeholder{ + color: rgb(23 23 23 / 1); +} +.placeholder-neutral-900\/100::-ms-input-placeholder{ + color: rgb(23 23 23 / 1); +} +.placeholder-neutral-900\/100::placeholder{ + color: rgb(23 23 23 / 1); +} +.placeholder-stone-50\/0::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0); +} +.placeholder-stone-50\/0::-moz-placeholder{ + color: rgb(250 250 249 / 0); +} +.placeholder-stone-50\/0:-ms-input-placeholder{ + color: rgb(250 250 249 / 0); +} +.placeholder-stone-50\/0::-ms-input-placeholder{ + color: rgb(250 250 249 / 0); +} +.placeholder-stone-50\/0::placeholder{ + color: rgb(250 250 249 / 0); +} +.placeholder-stone-50\/5::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.05); +} +.placeholder-stone-50\/5::-moz-placeholder{ + color: rgb(250 250 249 / 0.05); +} +.placeholder-stone-50\/5:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.05); +} +.placeholder-stone-50\/5::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.05); +} +.placeholder-stone-50\/5::placeholder{ + color: rgb(250 250 249 / 0.05); +} +.placeholder-stone-50\/10::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.1); +} +.placeholder-stone-50\/10::-moz-placeholder{ + color: rgb(250 250 249 / 0.1); +} +.placeholder-stone-50\/10:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.1); +} +.placeholder-stone-50\/10::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.1); +} +.placeholder-stone-50\/10::placeholder{ + color: rgb(250 250 249 / 0.1); +} +.placeholder-stone-50\/20::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.2); +} +.placeholder-stone-50\/20::-moz-placeholder{ + color: rgb(250 250 249 / 0.2); +} +.placeholder-stone-50\/20:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.2); +} +.placeholder-stone-50\/20::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.2); +} +.placeholder-stone-50\/20::placeholder{ + color: rgb(250 250 249 / 0.2); +} +.placeholder-stone-50\/25::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.25); +} +.placeholder-stone-50\/25::-moz-placeholder{ + color: rgb(250 250 249 / 0.25); +} +.placeholder-stone-50\/25:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.25); +} +.placeholder-stone-50\/25::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.25); +} +.placeholder-stone-50\/25::placeholder{ + color: rgb(250 250 249 / 0.25); +} +.placeholder-stone-50\/30::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.3); +} +.placeholder-stone-50\/30::-moz-placeholder{ + color: rgb(250 250 249 / 0.3); +} +.placeholder-stone-50\/30:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.3); +} +.placeholder-stone-50\/30::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.3); +} +.placeholder-stone-50\/30::placeholder{ + color: rgb(250 250 249 / 0.3); +} +.placeholder-stone-50\/40::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.4); +} +.placeholder-stone-50\/40::-moz-placeholder{ + color: rgb(250 250 249 / 0.4); +} +.placeholder-stone-50\/40:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.4); +} +.placeholder-stone-50\/40::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.4); +} +.placeholder-stone-50\/40::placeholder{ + color: rgb(250 250 249 / 0.4); +} +.placeholder-stone-50\/50::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.5); +} +.placeholder-stone-50\/50::-moz-placeholder{ + color: rgb(250 250 249 / 0.5); +} +.placeholder-stone-50\/50:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.5); +} +.placeholder-stone-50\/50::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.5); +} +.placeholder-stone-50\/50::placeholder{ + color: rgb(250 250 249 / 0.5); +} +.placeholder-stone-50\/60::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.6); +} +.placeholder-stone-50\/60::-moz-placeholder{ + color: rgb(250 250 249 / 0.6); +} +.placeholder-stone-50\/60:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.6); +} +.placeholder-stone-50\/60::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.6); +} +.placeholder-stone-50\/60::placeholder{ + color: rgb(250 250 249 / 0.6); +} +.placeholder-stone-50\/70::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.7); +} +.placeholder-stone-50\/70::-moz-placeholder{ + color: rgb(250 250 249 / 0.7); +} +.placeholder-stone-50\/70:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.7); +} +.placeholder-stone-50\/70::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.7); +} +.placeholder-stone-50\/70::placeholder{ + color: rgb(250 250 249 / 0.7); +} +.placeholder-stone-50\/75::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.75); +} +.placeholder-stone-50\/75::-moz-placeholder{ + color: rgb(250 250 249 / 0.75); +} +.placeholder-stone-50\/75:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.75); +} +.placeholder-stone-50\/75::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.75); +} +.placeholder-stone-50\/75::placeholder{ + color: rgb(250 250 249 / 0.75); +} +.placeholder-stone-50\/80::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.8); +} +.placeholder-stone-50\/80::-moz-placeholder{ + color: rgb(250 250 249 / 0.8); +} +.placeholder-stone-50\/80:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.8); +} +.placeholder-stone-50\/80::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.8); +} +.placeholder-stone-50\/80::placeholder{ + color: rgb(250 250 249 / 0.8); +} +.placeholder-stone-50\/90::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.9); +} +.placeholder-stone-50\/90::-moz-placeholder{ + color: rgb(250 250 249 / 0.9); +} +.placeholder-stone-50\/90:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.9); +} +.placeholder-stone-50\/90::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.9); +} +.placeholder-stone-50\/90::placeholder{ + color: rgb(250 250 249 / 0.9); +} +.placeholder-stone-50\/95::-webkit-input-placeholder{ + color: rgb(250 250 249 / 0.95); +} +.placeholder-stone-50\/95::-moz-placeholder{ + color: rgb(250 250 249 / 0.95); +} +.placeholder-stone-50\/95:-ms-input-placeholder{ + color: rgb(250 250 249 / 0.95); +} +.placeholder-stone-50\/95::-ms-input-placeholder{ + color: rgb(250 250 249 / 0.95); +} +.placeholder-stone-50\/95::placeholder{ + color: rgb(250 250 249 / 0.95); +} +.placeholder-stone-50\/100::-webkit-input-placeholder{ + color: rgb(250 250 249 / 1); +} +.placeholder-stone-50\/100::-moz-placeholder{ + color: rgb(250 250 249 / 1); +} +.placeholder-stone-50\/100:-ms-input-placeholder{ + color: rgb(250 250 249 / 1); +} +.placeholder-stone-50\/100::-ms-input-placeholder{ + color: rgb(250 250 249 / 1); +} +.placeholder-stone-50\/100::placeholder{ + color: rgb(250 250 249 / 1); +} +.placeholder-stone-100\/0::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0); +} +.placeholder-stone-100\/0::-moz-placeholder{ + color: rgb(245 245 244 / 0); +} +.placeholder-stone-100\/0:-ms-input-placeholder{ + color: rgb(245 245 244 / 0); +} +.placeholder-stone-100\/0::-ms-input-placeholder{ + color: rgb(245 245 244 / 0); +} +.placeholder-stone-100\/0::placeholder{ + color: rgb(245 245 244 / 0); +} +.placeholder-stone-100\/5::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.05); +} +.placeholder-stone-100\/5::-moz-placeholder{ + color: rgb(245 245 244 / 0.05); +} +.placeholder-stone-100\/5:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.05); +} +.placeholder-stone-100\/5::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.05); +} +.placeholder-stone-100\/5::placeholder{ + color: rgb(245 245 244 / 0.05); +} +.placeholder-stone-100\/10::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.1); +} +.placeholder-stone-100\/10::-moz-placeholder{ + color: rgb(245 245 244 / 0.1); +} +.placeholder-stone-100\/10:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.1); +} +.placeholder-stone-100\/10::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.1); +} +.placeholder-stone-100\/10::placeholder{ + color: rgb(245 245 244 / 0.1); +} +.placeholder-stone-100\/20::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.2); +} +.placeholder-stone-100\/20::-moz-placeholder{ + color: rgb(245 245 244 / 0.2); +} +.placeholder-stone-100\/20:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.2); +} +.placeholder-stone-100\/20::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.2); +} +.placeholder-stone-100\/20::placeholder{ + color: rgb(245 245 244 / 0.2); +} +.placeholder-stone-100\/25::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.25); +} +.placeholder-stone-100\/25::-moz-placeholder{ + color: rgb(245 245 244 / 0.25); +} +.placeholder-stone-100\/25:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.25); +} +.placeholder-stone-100\/25::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.25); +} +.placeholder-stone-100\/25::placeholder{ + color: rgb(245 245 244 / 0.25); +} +.placeholder-stone-100\/30::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.3); +} +.placeholder-stone-100\/30::-moz-placeholder{ + color: rgb(245 245 244 / 0.3); +} +.placeholder-stone-100\/30:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.3); +} +.placeholder-stone-100\/30::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.3); +} +.placeholder-stone-100\/30::placeholder{ + color: rgb(245 245 244 / 0.3); +} +.placeholder-stone-100\/40::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.4); +} +.placeholder-stone-100\/40::-moz-placeholder{ + color: rgb(245 245 244 / 0.4); +} +.placeholder-stone-100\/40:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.4); +} +.placeholder-stone-100\/40::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.4); +} +.placeholder-stone-100\/40::placeholder{ + color: rgb(245 245 244 / 0.4); +} +.placeholder-stone-100\/50::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.5); +} +.placeholder-stone-100\/50::-moz-placeholder{ + color: rgb(245 245 244 / 0.5); +} +.placeholder-stone-100\/50:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.5); +} +.placeholder-stone-100\/50::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.5); +} +.placeholder-stone-100\/50::placeholder{ + color: rgb(245 245 244 / 0.5); +} +.placeholder-stone-100\/60::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.6); +} +.placeholder-stone-100\/60::-moz-placeholder{ + color: rgb(245 245 244 / 0.6); +} +.placeholder-stone-100\/60:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.6); +} +.placeholder-stone-100\/60::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.6); +} +.placeholder-stone-100\/60::placeholder{ + color: rgb(245 245 244 / 0.6); +} +.placeholder-stone-100\/70::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.7); +} +.placeholder-stone-100\/70::-moz-placeholder{ + color: rgb(245 245 244 / 0.7); +} +.placeholder-stone-100\/70:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.7); +} +.placeholder-stone-100\/70::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.7); +} +.placeholder-stone-100\/70::placeholder{ + color: rgb(245 245 244 / 0.7); +} +.placeholder-stone-100\/75::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.75); +} +.placeholder-stone-100\/75::-moz-placeholder{ + color: rgb(245 245 244 / 0.75); +} +.placeholder-stone-100\/75:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.75); +} +.placeholder-stone-100\/75::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.75); +} +.placeholder-stone-100\/75::placeholder{ + color: rgb(245 245 244 / 0.75); +} +.placeholder-stone-100\/80::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.8); +} +.placeholder-stone-100\/80::-moz-placeholder{ + color: rgb(245 245 244 / 0.8); +} +.placeholder-stone-100\/80:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.8); +} +.placeholder-stone-100\/80::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.8); +} +.placeholder-stone-100\/80::placeholder{ + color: rgb(245 245 244 / 0.8); +} +.placeholder-stone-100\/90::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.9); +} +.placeholder-stone-100\/90::-moz-placeholder{ + color: rgb(245 245 244 / 0.9); +} +.placeholder-stone-100\/90:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.9); +} +.placeholder-stone-100\/90::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.9); +} +.placeholder-stone-100\/90::placeholder{ + color: rgb(245 245 244 / 0.9); +} +.placeholder-stone-100\/95::-webkit-input-placeholder{ + color: rgb(245 245 244 / 0.95); +} +.placeholder-stone-100\/95::-moz-placeholder{ + color: rgb(245 245 244 / 0.95); +} +.placeholder-stone-100\/95:-ms-input-placeholder{ + color: rgb(245 245 244 / 0.95); +} +.placeholder-stone-100\/95::-ms-input-placeholder{ + color: rgb(245 245 244 / 0.95); +} +.placeholder-stone-100\/95::placeholder{ + color: rgb(245 245 244 / 0.95); +} +.placeholder-stone-100\/100::-webkit-input-placeholder{ + color: rgb(245 245 244 / 1); +} +.placeholder-stone-100\/100::-moz-placeholder{ + color: rgb(245 245 244 / 1); +} +.placeholder-stone-100\/100:-ms-input-placeholder{ + color: rgb(245 245 244 / 1); +} +.placeholder-stone-100\/100::-ms-input-placeholder{ + color: rgb(245 245 244 / 1); +} +.placeholder-stone-100\/100::placeholder{ + color: rgb(245 245 244 / 1); +} +.placeholder-stone-200\/0::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0); +} +.placeholder-stone-200\/0::-moz-placeholder{ + color: rgb(231 229 228 / 0); +} +.placeholder-stone-200\/0:-ms-input-placeholder{ + color: rgb(231 229 228 / 0); +} +.placeholder-stone-200\/0::-ms-input-placeholder{ + color: rgb(231 229 228 / 0); +} +.placeholder-stone-200\/0::placeholder{ + color: rgb(231 229 228 / 0); +} +.placeholder-stone-200\/5::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.05); +} +.placeholder-stone-200\/5::-moz-placeholder{ + color: rgb(231 229 228 / 0.05); +} +.placeholder-stone-200\/5:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.05); +} +.placeholder-stone-200\/5::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.05); +} +.placeholder-stone-200\/5::placeholder{ + color: rgb(231 229 228 / 0.05); +} +.placeholder-stone-200\/10::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.1); +} +.placeholder-stone-200\/10::-moz-placeholder{ + color: rgb(231 229 228 / 0.1); +} +.placeholder-stone-200\/10:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.1); +} +.placeholder-stone-200\/10::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.1); +} +.placeholder-stone-200\/10::placeholder{ + color: rgb(231 229 228 / 0.1); +} +.placeholder-stone-200\/20::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.2); +} +.placeholder-stone-200\/20::-moz-placeholder{ + color: rgb(231 229 228 / 0.2); +} +.placeholder-stone-200\/20:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.2); +} +.placeholder-stone-200\/20::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.2); +} +.placeholder-stone-200\/20::placeholder{ + color: rgb(231 229 228 / 0.2); +} +.placeholder-stone-200\/25::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.25); +} +.placeholder-stone-200\/25::-moz-placeholder{ + color: rgb(231 229 228 / 0.25); +} +.placeholder-stone-200\/25:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.25); +} +.placeholder-stone-200\/25::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.25); +} +.placeholder-stone-200\/25::placeholder{ + color: rgb(231 229 228 / 0.25); +} +.placeholder-stone-200\/30::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.3); +} +.placeholder-stone-200\/30::-moz-placeholder{ + color: rgb(231 229 228 / 0.3); +} +.placeholder-stone-200\/30:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.3); +} +.placeholder-stone-200\/30::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.3); +} +.placeholder-stone-200\/30::placeholder{ + color: rgb(231 229 228 / 0.3); +} +.placeholder-stone-200\/40::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.4); +} +.placeholder-stone-200\/40::-moz-placeholder{ + color: rgb(231 229 228 / 0.4); +} +.placeholder-stone-200\/40:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.4); +} +.placeholder-stone-200\/40::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.4); +} +.placeholder-stone-200\/40::placeholder{ + color: rgb(231 229 228 / 0.4); +} +.placeholder-stone-200\/50::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.5); +} +.placeholder-stone-200\/50::-moz-placeholder{ + color: rgb(231 229 228 / 0.5); +} +.placeholder-stone-200\/50:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.5); +} +.placeholder-stone-200\/50::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.5); +} +.placeholder-stone-200\/50::placeholder{ + color: rgb(231 229 228 / 0.5); +} +.placeholder-stone-200\/60::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.6); +} +.placeholder-stone-200\/60::-moz-placeholder{ + color: rgb(231 229 228 / 0.6); +} +.placeholder-stone-200\/60:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.6); +} +.placeholder-stone-200\/60::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.6); +} +.placeholder-stone-200\/60::placeholder{ + color: rgb(231 229 228 / 0.6); +} +.placeholder-stone-200\/70::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.7); +} +.placeholder-stone-200\/70::-moz-placeholder{ + color: rgb(231 229 228 / 0.7); +} +.placeholder-stone-200\/70:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.7); +} +.placeholder-stone-200\/70::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.7); +} +.placeholder-stone-200\/70::placeholder{ + color: rgb(231 229 228 / 0.7); +} +.placeholder-stone-200\/75::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.75); +} +.placeholder-stone-200\/75::-moz-placeholder{ + color: rgb(231 229 228 / 0.75); +} +.placeholder-stone-200\/75:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.75); +} +.placeholder-stone-200\/75::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.75); +} +.placeholder-stone-200\/75::placeholder{ + color: rgb(231 229 228 / 0.75); +} +.placeholder-stone-200\/80::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.8); +} +.placeholder-stone-200\/80::-moz-placeholder{ + color: rgb(231 229 228 / 0.8); +} +.placeholder-stone-200\/80:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.8); +} +.placeholder-stone-200\/80::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.8); +} +.placeholder-stone-200\/80::placeholder{ + color: rgb(231 229 228 / 0.8); +} +.placeholder-stone-200\/90::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.9); +} +.placeholder-stone-200\/90::-moz-placeholder{ + color: rgb(231 229 228 / 0.9); +} +.placeholder-stone-200\/90:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.9); +} +.placeholder-stone-200\/90::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.9); +} +.placeholder-stone-200\/90::placeholder{ + color: rgb(231 229 228 / 0.9); +} +.placeholder-stone-200\/95::-webkit-input-placeholder{ + color: rgb(231 229 228 / 0.95); +} +.placeholder-stone-200\/95::-moz-placeholder{ + color: rgb(231 229 228 / 0.95); +} +.placeholder-stone-200\/95:-ms-input-placeholder{ + color: rgb(231 229 228 / 0.95); +} +.placeholder-stone-200\/95::-ms-input-placeholder{ + color: rgb(231 229 228 / 0.95); +} +.placeholder-stone-200\/95::placeholder{ + color: rgb(231 229 228 / 0.95); +} +.placeholder-stone-200\/100::-webkit-input-placeholder{ + color: rgb(231 229 228 / 1); +} +.placeholder-stone-200\/100::-moz-placeholder{ + color: rgb(231 229 228 / 1); +} +.placeholder-stone-200\/100:-ms-input-placeholder{ + color: rgb(231 229 228 / 1); +} +.placeholder-stone-200\/100::-ms-input-placeholder{ + color: rgb(231 229 228 / 1); +} +.placeholder-stone-200\/100::placeholder{ + color: rgb(231 229 228 / 1); +} +.placeholder-stone-300\/0::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0); +} +.placeholder-stone-300\/0::-moz-placeholder{ + color: rgb(214 211 209 / 0); +} +.placeholder-stone-300\/0:-ms-input-placeholder{ + color: rgb(214 211 209 / 0); +} +.placeholder-stone-300\/0::-ms-input-placeholder{ + color: rgb(214 211 209 / 0); +} +.placeholder-stone-300\/0::placeholder{ + color: rgb(214 211 209 / 0); +} +.placeholder-stone-300\/5::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.05); +} +.placeholder-stone-300\/5::-moz-placeholder{ + color: rgb(214 211 209 / 0.05); +} +.placeholder-stone-300\/5:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.05); +} +.placeholder-stone-300\/5::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.05); +} +.placeholder-stone-300\/5::placeholder{ + color: rgb(214 211 209 / 0.05); +} +.placeholder-stone-300\/10::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.1); +} +.placeholder-stone-300\/10::-moz-placeholder{ + color: rgb(214 211 209 / 0.1); +} +.placeholder-stone-300\/10:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.1); +} +.placeholder-stone-300\/10::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.1); +} +.placeholder-stone-300\/10::placeholder{ + color: rgb(214 211 209 / 0.1); +} +.placeholder-stone-300\/20::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.2); +} +.placeholder-stone-300\/20::-moz-placeholder{ + color: rgb(214 211 209 / 0.2); +} +.placeholder-stone-300\/20:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.2); +} +.placeholder-stone-300\/20::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.2); +} +.placeholder-stone-300\/20::placeholder{ + color: rgb(214 211 209 / 0.2); +} +.placeholder-stone-300\/25::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.25); +} +.placeholder-stone-300\/25::-moz-placeholder{ + color: rgb(214 211 209 / 0.25); +} +.placeholder-stone-300\/25:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.25); +} +.placeholder-stone-300\/25::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.25); +} +.placeholder-stone-300\/25::placeholder{ + color: rgb(214 211 209 / 0.25); +} +.placeholder-stone-300\/30::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.3); +} +.placeholder-stone-300\/30::-moz-placeholder{ + color: rgb(214 211 209 / 0.3); +} +.placeholder-stone-300\/30:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.3); +} +.placeholder-stone-300\/30::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.3); +} +.placeholder-stone-300\/30::placeholder{ + color: rgb(214 211 209 / 0.3); +} +.placeholder-stone-300\/40::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.4); +} +.placeholder-stone-300\/40::-moz-placeholder{ + color: rgb(214 211 209 / 0.4); +} +.placeholder-stone-300\/40:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.4); +} +.placeholder-stone-300\/40::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.4); +} +.placeholder-stone-300\/40::placeholder{ + color: rgb(214 211 209 / 0.4); +} +.placeholder-stone-300\/50::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.5); +} +.placeholder-stone-300\/50::-moz-placeholder{ + color: rgb(214 211 209 / 0.5); +} +.placeholder-stone-300\/50:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.5); +} +.placeholder-stone-300\/50::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.5); +} +.placeholder-stone-300\/50::placeholder{ + color: rgb(214 211 209 / 0.5); +} +.placeholder-stone-300\/60::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.6); +} +.placeholder-stone-300\/60::-moz-placeholder{ + color: rgb(214 211 209 / 0.6); +} +.placeholder-stone-300\/60:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.6); +} +.placeholder-stone-300\/60::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.6); +} +.placeholder-stone-300\/60::placeholder{ + color: rgb(214 211 209 / 0.6); +} +.placeholder-stone-300\/70::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.7); +} +.placeholder-stone-300\/70::-moz-placeholder{ + color: rgb(214 211 209 / 0.7); +} +.placeholder-stone-300\/70:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.7); +} +.placeholder-stone-300\/70::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.7); +} +.placeholder-stone-300\/70::placeholder{ + color: rgb(214 211 209 / 0.7); +} +.placeholder-stone-300\/75::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.75); +} +.placeholder-stone-300\/75::-moz-placeholder{ + color: rgb(214 211 209 / 0.75); +} +.placeholder-stone-300\/75:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.75); +} +.placeholder-stone-300\/75::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.75); +} +.placeholder-stone-300\/75::placeholder{ + color: rgb(214 211 209 / 0.75); +} +.placeholder-stone-300\/80::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.8); +} +.placeholder-stone-300\/80::-moz-placeholder{ + color: rgb(214 211 209 / 0.8); +} +.placeholder-stone-300\/80:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.8); +} +.placeholder-stone-300\/80::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.8); +} +.placeholder-stone-300\/80::placeholder{ + color: rgb(214 211 209 / 0.8); +} +.placeholder-stone-300\/90::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.9); +} +.placeholder-stone-300\/90::-moz-placeholder{ + color: rgb(214 211 209 / 0.9); +} +.placeholder-stone-300\/90:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.9); +} +.placeholder-stone-300\/90::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.9); +} +.placeholder-stone-300\/90::placeholder{ + color: rgb(214 211 209 / 0.9); +} +.placeholder-stone-300\/95::-webkit-input-placeholder{ + color: rgb(214 211 209 / 0.95); +} +.placeholder-stone-300\/95::-moz-placeholder{ + color: rgb(214 211 209 / 0.95); +} +.placeholder-stone-300\/95:-ms-input-placeholder{ + color: rgb(214 211 209 / 0.95); +} +.placeholder-stone-300\/95::-ms-input-placeholder{ + color: rgb(214 211 209 / 0.95); +} +.placeholder-stone-300\/95::placeholder{ + color: rgb(214 211 209 / 0.95); +} +.placeholder-stone-300\/100::-webkit-input-placeholder{ + color: rgb(214 211 209 / 1); +} +.placeholder-stone-300\/100::-moz-placeholder{ + color: rgb(214 211 209 / 1); +} +.placeholder-stone-300\/100:-ms-input-placeholder{ + color: rgb(214 211 209 / 1); +} +.placeholder-stone-300\/100::-ms-input-placeholder{ + color: rgb(214 211 209 / 1); +} +.placeholder-stone-300\/100::placeholder{ + color: rgb(214 211 209 / 1); +} +.placeholder-stone-400\/0::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0); +} +.placeholder-stone-400\/0::-moz-placeholder{ + color: rgb(168 162 158 / 0); +} +.placeholder-stone-400\/0:-ms-input-placeholder{ + color: rgb(168 162 158 / 0); +} +.placeholder-stone-400\/0::-ms-input-placeholder{ + color: rgb(168 162 158 / 0); +} +.placeholder-stone-400\/0::placeholder{ + color: rgb(168 162 158 / 0); +} +.placeholder-stone-400\/5::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.05); +} +.placeholder-stone-400\/5::-moz-placeholder{ + color: rgb(168 162 158 / 0.05); +} +.placeholder-stone-400\/5:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.05); +} +.placeholder-stone-400\/5::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.05); +} +.placeholder-stone-400\/5::placeholder{ + color: rgb(168 162 158 / 0.05); +} +.placeholder-stone-400\/10::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.1); +} +.placeholder-stone-400\/10::-moz-placeholder{ + color: rgb(168 162 158 / 0.1); +} +.placeholder-stone-400\/10:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.1); +} +.placeholder-stone-400\/10::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.1); +} +.placeholder-stone-400\/10::placeholder{ + color: rgb(168 162 158 / 0.1); +} +.placeholder-stone-400\/20::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.2); +} +.placeholder-stone-400\/20::-moz-placeholder{ + color: rgb(168 162 158 / 0.2); +} +.placeholder-stone-400\/20:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.2); +} +.placeholder-stone-400\/20::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.2); +} +.placeholder-stone-400\/20::placeholder{ + color: rgb(168 162 158 / 0.2); +} +.placeholder-stone-400\/25::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.25); +} +.placeholder-stone-400\/25::-moz-placeholder{ + color: rgb(168 162 158 / 0.25); +} +.placeholder-stone-400\/25:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.25); +} +.placeholder-stone-400\/25::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.25); +} +.placeholder-stone-400\/25::placeholder{ + color: rgb(168 162 158 / 0.25); +} +.placeholder-stone-400\/30::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.3); +} +.placeholder-stone-400\/30::-moz-placeholder{ + color: rgb(168 162 158 / 0.3); +} +.placeholder-stone-400\/30:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.3); +} +.placeholder-stone-400\/30::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.3); +} +.placeholder-stone-400\/30::placeholder{ + color: rgb(168 162 158 / 0.3); +} +.placeholder-stone-400\/40::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.4); +} +.placeholder-stone-400\/40::-moz-placeholder{ + color: rgb(168 162 158 / 0.4); +} +.placeholder-stone-400\/40:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.4); +} +.placeholder-stone-400\/40::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.4); +} +.placeholder-stone-400\/40::placeholder{ + color: rgb(168 162 158 / 0.4); +} +.placeholder-stone-400\/50::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.5); +} +.placeholder-stone-400\/50::-moz-placeholder{ + color: rgb(168 162 158 / 0.5); +} +.placeholder-stone-400\/50:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.5); +} +.placeholder-stone-400\/50::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.5); +} +.placeholder-stone-400\/50::placeholder{ + color: rgb(168 162 158 / 0.5); +} +.placeholder-stone-400\/60::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.6); +} +.placeholder-stone-400\/60::-moz-placeholder{ + color: rgb(168 162 158 / 0.6); +} +.placeholder-stone-400\/60:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.6); +} +.placeholder-stone-400\/60::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.6); +} +.placeholder-stone-400\/60::placeholder{ + color: rgb(168 162 158 / 0.6); +} +.placeholder-stone-400\/70::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.7); +} +.placeholder-stone-400\/70::-moz-placeholder{ + color: rgb(168 162 158 / 0.7); +} +.placeholder-stone-400\/70:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.7); +} +.placeholder-stone-400\/70::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.7); +} +.placeholder-stone-400\/70::placeholder{ + color: rgb(168 162 158 / 0.7); +} +.placeholder-stone-400\/75::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.75); +} +.placeholder-stone-400\/75::-moz-placeholder{ + color: rgb(168 162 158 / 0.75); +} +.placeholder-stone-400\/75:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.75); +} +.placeholder-stone-400\/75::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.75); +} +.placeholder-stone-400\/75::placeholder{ + color: rgb(168 162 158 / 0.75); +} +.placeholder-stone-400\/80::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.8); +} +.placeholder-stone-400\/80::-moz-placeholder{ + color: rgb(168 162 158 / 0.8); +} +.placeholder-stone-400\/80:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.8); +} +.placeholder-stone-400\/80::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.8); +} +.placeholder-stone-400\/80::placeholder{ + color: rgb(168 162 158 / 0.8); +} +.placeholder-stone-400\/90::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.9); +} +.placeholder-stone-400\/90::-moz-placeholder{ + color: rgb(168 162 158 / 0.9); +} +.placeholder-stone-400\/90:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.9); +} +.placeholder-stone-400\/90::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.9); +} +.placeholder-stone-400\/90::placeholder{ + color: rgb(168 162 158 / 0.9); +} +.placeholder-stone-400\/95::-webkit-input-placeholder{ + color: rgb(168 162 158 / 0.95); +} +.placeholder-stone-400\/95::-moz-placeholder{ + color: rgb(168 162 158 / 0.95); +} +.placeholder-stone-400\/95:-ms-input-placeholder{ + color: rgb(168 162 158 / 0.95); +} +.placeholder-stone-400\/95::-ms-input-placeholder{ + color: rgb(168 162 158 / 0.95); +} +.placeholder-stone-400\/95::placeholder{ + color: rgb(168 162 158 / 0.95); +} +.placeholder-stone-400\/100::-webkit-input-placeholder{ + color: rgb(168 162 158 / 1); +} +.placeholder-stone-400\/100::-moz-placeholder{ + color: rgb(168 162 158 / 1); +} +.placeholder-stone-400\/100:-ms-input-placeholder{ + color: rgb(168 162 158 / 1); +} +.placeholder-stone-400\/100::-ms-input-placeholder{ + color: rgb(168 162 158 / 1); +} +.placeholder-stone-400\/100::placeholder{ + color: rgb(168 162 158 / 1); +} +.placeholder-stone-500\/0::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0); +} +.placeholder-stone-500\/0::-moz-placeholder{ + color: rgb(120 113 108 / 0); +} +.placeholder-stone-500\/0:-ms-input-placeholder{ + color: rgb(120 113 108 / 0); +} +.placeholder-stone-500\/0::-ms-input-placeholder{ + color: rgb(120 113 108 / 0); +} +.placeholder-stone-500\/0::placeholder{ + color: rgb(120 113 108 / 0); +} +.placeholder-stone-500\/5::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.05); +} +.placeholder-stone-500\/5::-moz-placeholder{ + color: rgb(120 113 108 / 0.05); +} +.placeholder-stone-500\/5:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.05); +} +.placeholder-stone-500\/5::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.05); +} +.placeholder-stone-500\/5::placeholder{ + color: rgb(120 113 108 / 0.05); +} +.placeholder-stone-500\/10::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.1); +} +.placeholder-stone-500\/10::-moz-placeholder{ + color: rgb(120 113 108 / 0.1); +} +.placeholder-stone-500\/10:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.1); +} +.placeholder-stone-500\/10::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.1); +} +.placeholder-stone-500\/10::placeholder{ + color: rgb(120 113 108 / 0.1); +} +.placeholder-stone-500\/20::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.2); +} +.placeholder-stone-500\/20::-moz-placeholder{ + color: rgb(120 113 108 / 0.2); +} +.placeholder-stone-500\/20:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.2); +} +.placeholder-stone-500\/20::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.2); +} +.placeholder-stone-500\/20::placeholder{ + color: rgb(120 113 108 / 0.2); +} +.placeholder-stone-500\/25::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.25); +} +.placeholder-stone-500\/25::-moz-placeholder{ + color: rgb(120 113 108 / 0.25); +} +.placeholder-stone-500\/25:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.25); +} +.placeholder-stone-500\/25::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.25); +} +.placeholder-stone-500\/25::placeholder{ + color: rgb(120 113 108 / 0.25); +} +.placeholder-stone-500\/30::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.3); +} +.placeholder-stone-500\/30::-moz-placeholder{ + color: rgb(120 113 108 / 0.3); +} +.placeholder-stone-500\/30:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.3); +} +.placeholder-stone-500\/30::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.3); +} +.placeholder-stone-500\/30::placeholder{ + color: rgb(120 113 108 / 0.3); +} +.placeholder-stone-500\/40::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.4); +} +.placeholder-stone-500\/40::-moz-placeholder{ + color: rgb(120 113 108 / 0.4); +} +.placeholder-stone-500\/40:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.4); +} +.placeholder-stone-500\/40::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.4); +} +.placeholder-stone-500\/40::placeholder{ + color: rgb(120 113 108 / 0.4); +} +.placeholder-stone-500\/50::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.5); +} +.placeholder-stone-500\/50::-moz-placeholder{ + color: rgb(120 113 108 / 0.5); +} +.placeholder-stone-500\/50:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.5); +} +.placeholder-stone-500\/50::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.5); +} +.placeholder-stone-500\/50::placeholder{ + color: rgb(120 113 108 / 0.5); +} +.placeholder-stone-500\/60::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.6); +} +.placeholder-stone-500\/60::-moz-placeholder{ + color: rgb(120 113 108 / 0.6); +} +.placeholder-stone-500\/60:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.6); +} +.placeholder-stone-500\/60::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.6); +} +.placeholder-stone-500\/60::placeholder{ + color: rgb(120 113 108 / 0.6); +} +.placeholder-stone-500\/70::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.7); +} +.placeholder-stone-500\/70::-moz-placeholder{ + color: rgb(120 113 108 / 0.7); +} +.placeholder-stone-500\/70:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.7); +} +.placeholder-stone-500\/70::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.7); +} +.placeholder-stone-500\/70::placeholder{ + color: rgb(120 113 108 / 0.7); +} +.placeholder-stone-500\/75::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.75); +} +.placeholder-stone-500\/75::-moz-placeholder{ + color: rgb(120 113 108 / 0.75); +} +.placeholder-stone-500\/75:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.75); +} +.placeholder-stone-500\/75::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.75); +} +.placeholder-stone-500\/75::placeholder{ + color: rgb(120 113 108 / 0.75); +} +.placeholder-stone-500\/80::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.8); +} +.placeholder-stone-500\/80::-moz-placeholder{ + color: rgb(120 113 108 / 0.8); +} +.placeholder-stone-500\/80:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.8); +} +.placeholder-stone-500\/80::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.8); +} +.placeholder-stone-500\/80::placeholder{ + color: rgb(120 113 108 / 0.8); +} +.placeholder-stone-500\/90::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.9); +} +.placeholder-stone-500\/90::-moz-placeholder{ + color: rgb(120 113 108 / 0.9); +} +.placeholder-stone-500\/90:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.9); +} +.placeholder-stone-500\/90::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.9); +} +.placeholder-stone-500\/90::placeholder{ + color: rgb(120 113 108 / 0.9); +} +.placeholder-stone-500\/95::-webkit-input-placeholder{ + color: rgb(120 113 108 / 0.95); +} +.placeholder-stone-500\/95::-moz-placeholder{ + color: rgb(120 113 108 / 0.95); +} +.placeholder-stone-500\/95:-ms-input-placeholder{ + color: rgb(120 113 108 / 0.95); +} +.placeholder-stone-500\/95::-ms-input-placeholder{ + color: rgb(120 113 108 / 0.95); +} +.placeholder-stone-500\/95::placeholder{ + color: rgb(120 113 108 / 0.95); +} +.placeholder-stone-500\/100::-webkit-input-placeholder{ + color: rgb(120 113 108 / 1); +} +.placeholder-stone-500\/100::-moz-placeholder{ + color: rgb(120 113 108 / 1); +} +.placeholder-stone-500\/100:-ms-input-placeholder{ + color: rgb(120 113 108 / 1); +} +.placeholder-stone-500\/100::-ms-input-placeholder{ + color: rgb(120 113 108 / 1); +} +.placeholder-stone-500\/100::placeholder{ + color: rgb(120 113 108 / 1); +} +.placeholder-stone-600\/0::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0); +} +.placeholder-stone-600\/0::-moz-placeholder{ + color: rgb(87 83 78 / 0); +} +.placeholder-stone-600\/0:-ms-input-placeholder{ + color: rgb(87 83 78 / 0); +} +.placeholder-stone-600\/0::-ms-input-placeholder{ + color: rgb(87 83 78 / 0); +} +.placeholder-stone-600\/0::placeholder{ + color: rgb(87 83 78 / 0); +} +.placeholder-stone-600\/5::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.05); +} +.placeholder-stone-600\/5::-moz-placeholder{ + color: rgb(87 83 78 / 0.05); +} +.placeholder-stone-600\/5:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.05); +} +.placeholder-stone-600\/5::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.05); +} +.placeholder-stone-600\/5::placeholder{ + color: rgb(87 83 78 / 0.05); +} +.placeholder-stone-600\/10::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.1); +} +.placeholder-stone-600\/10::-moz-placeholder{ + color: rgb(87 83 78 / 0.1); +} +.placeholder-stone-600\/10:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.1); +} +.placeholder-stone-600\/10::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.1); +} +.placeholder-stone-600\/10::placeholder{ + color: rgb(87 83 78 / 0.1); +} +.placeholder-stone-600\/20::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.2); +} +.placeholder-stone-600\/20::-moz-placeholder{ + color: rgb(87 83 78 / 0.2); +} +.placeholder-stone-600\/20:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.2); +} +.placeholder-stone-600\/20::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.2); +} +.placeholder-stone-600\/20::placeholder{ + color: rgb(87 83 78 / 0.2); +} +.placeholder-stone-600\/25::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.25); +} +.placeholder-stone-600\/25::-moz-placeholder{ + color: rgb(87 83 78 / 0.25); +} +.placeholder-stone-600\/25:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.25); +} +.placeholder-stone-600\/25::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.25); +} +.placeholder-stone-600\/25::placeholder{ + color: rgb(87 83 78 / 0.25); +} +.placeholder-stone-600\/30::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.3); +} +.placeholder-stone-600\/30::-moz-placeholder{ + color: rgb(87 83 78 / 0.3); +} +.placeholder-stone-600\/30:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.3); +} +.placeholder-stone-600\/30::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.3); +} +.placeholder-stone-600\/30::placeholder{ + color: rgb(87 83 78 / 0.3); +} +.placeholder-stone-600\/40::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.4); +} +.placeholder-stone-600\/40::-moz-placeholder{ + color: rgb(87 83 78 / 0.4); +} +.placeholder-stone-600\/40:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.4); +} +.placeholder-stone-600\/40::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.4); +} +.placeholder-stone-600\/40::placeholder{ + color: rgb(87 83 78 / 0.4); +} +.placeholder-stone-600\/50::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.5); +} +.placeholder-stone-600\/50::-moz-placeholder{ + color: rgb(87 83 78 / 0.5); +} +.placeholder-stone-600\/50:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.5); +} +.placeholder-stone-600\/50::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.5); +} +.placeholder-stone-600\/50::placeholder{ + color: rgb(87 83 78 / 0.5); +} +.placeholder-stone-600\/60::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.6); +} +.placeholder-stone-600\/60::-moz-placeholder{ + color: rgb(87 83 78 / 0.6); +} +.placeholder-stone-600\/60:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.6); +} +.placeholder-stone-600\/60::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.6); +} +.placeholder-stone-600\/60::placeholder{ + color: rgb(87 83 78 / 0.6); +} +.placeholder-stone-600\/70::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.7); +} +.placeholder-stone-600\/70::-moz-placeholder{ + color: rgb(87 83 78 / 0.7); +} +.placeholder-stone-600\/70:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.7); +} +.placeholder-stone-600\/70::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.7); +} +.placeholder-stone-600\/70::placeholder{ + color: rgb(87 83 78 / 0.7); +} +.placeholder-stone-600\/75::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.75); +} +.placeholder-stone-600\/75::-moz-placeholder{ + color: rgb(87 83 78 / 0.75); +} +.placeholder-stone-600\/75:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.75); +} +.placeholder-stone-600\/75::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.75); +} +.placeholder-stone-600\/75::placeholder{ + color: rgb(87 83 78 / 0.75); +} +.placeholder-stone-600\/80::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.8); +} +.placeholder-stone-600\/80::-moz-placeholder{ + color: rgb(87 83 78 / 0.8); +} +.placeholder-stone-600\/80:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.8); +} +.placeholder-stone-600\/80::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.8); +} +.placeholder-stone-600\/80::placeholder{ + color: rgb(87 83 78 / 0.8); +} +.placeholder-stone-600\/90::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.9); +} +.placeholder-stone-600\/90::-moz-placeholder{ + color: rgb(87 83 78 / 0.9); +} +.placeholder-stone-600\/90:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.9); +} +.placeholder-stone-600\/90::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.9); +} +.placeholder-stone-600\/90::placeholder{ + color: rgb(87 83 78 / 0.9); +} +.placeholder-stone-600\/95::-webkit-input-placeholder{ + color: rgb(87 83 78 / 0.95); +} +.placeholder-stone-600\/95::-moz-placeholder{ + color: rgb(87 83 78 / 0.95); +} +.placeholder-stone-600\/95:-ms-input-placeholder{ + color: rgb(87 83 78 / 0.95); +} +.placeholder-stone-600\/95::-ms-input-placeholder{ + color: rgb(87 83 78 / 0.95); +} +.placeholder-stone-600\/95::placeholder{ + color: rgb(87 83 78 / 0.95); +} +.placeholder-stone-600\/100::-webkit-input-placeholder{ + color: rgb(87 83 78 / 1); +} +.placeholder-stone-600\/100::-moz-placeholder{ + color: rgb(87 83 78 / 1); +} +.placeholder-stone-600\/100:-ms-input-placeholder{ + color: rgb(87 83 78 / 1); +} +.placeholder-stone-600\/100::-ms-input-placeholder{ + color: rgb(87 83 78 / 1); +} +.placeholder-stone-600\/100::placeholder{ + color: rgb(87 83 78 / 1); +} +.placeholder-stone-700\/0::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0); +} +.placeholder-stone-700\/0::-moz-placeholder{ + color: rgb(68 64 60 / 0); +} +.placeholder-stone-700\/0:-ms-input-placeholder{ + color: rgb(68 64 60 / 0); +} +.placeholder-stone-700\/0::-ms-input-placeholder{ + color: rgb(68 64 60 / 0); +} +.placeholder-stone-700\/0::placeholder{ + color: rgb(68 64 60 / 0); +} +.placeholder-stone-700\/5::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.05); +} +.placeholder-stone-700\/5::-moz-placeholder{ + color: rgb(68 64 60 / 0.05); +} +.placeholder-stone-700\/5:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.05); +} +.placeholder-stone-700\/5::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.05); +} +.placeholder-stone-700\/5::placeholder{ + color: rgb(68 64 60 / 0.05); +} +.placeholder-stone-700\/10::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.1); +} +.placeholder-stone-700\/10::-moz-placeholder{ + color: rgb(68 64 60 / 0.1); +} +.placeholder-stone-700\/10:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.1); +} +.placeholder-stone-700\/10::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.1); +} +.placeholder-stone-700\/10::placeholder{ + color: rgb(68 64 60 / 0.1); +} +.placeholder-stone-700\/20::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.2); +} +.placeholder-stone-700\/20::-moz-placeholder{ + color: rgb(68 64 60 / 0.2); +} +.placeholder-stone-700\/20:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.2); +} +.placeholder-stone-700\/20::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.2); +} +.placeholder-stone-700\/20::placeholder{ + color: rgb(68 64 60 / 0.2); +} +.placeholder-stone-700\/25::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.25); +} +.placeholder-stone-700\/25::-moz-placeholder{ + color: rgb(68 64 60 / 0.25); +} +.placeholder-stone-700\/25:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.25); +} +.placeholder-stone-700\/25::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.25); +} +.placeholder-stone-700\/25::placeholder{ + color: rgb(68 64 60 / 0.25); +} +.placeholder-stone-700\/30::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.3); +} +.placeholder-stone-700\/30::-moz-placeholder{ + color: rgb(68 64 60 / 0.3); +} +.placeholder-stone-700\/30:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.3); +} +.placeholder-stone-700\/30::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.3); +} +.placeholder-stone-700\/30::placeholder{ + color: rgb(68 64 60 / 0.3); +} +.placeholder-stone-700\/40::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.4); +} +.placeholder-stone-700\/40::-moz-placeholder{ + color: rgb(68 64 60 / 0.4); +} +.placeholder-stone-700\/40:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.4); +} +.placeholder-stone-700\/40::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.4); +} +.placeholder-stone-700\/40::placeholder{ + color: rgb(68 64 60 / 0.4); +} +.placeholder-stone-700\/50::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.5); +} +.placeholder-stone-700\/50::-moz-placeholder{ + color: rgb(68 64 60 / 0.5); +} +.placeholder-stone-700\/50:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.5); +} +.placeholder-stone-700\/50::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.5); +} +.placeholder-stone-700\/50::placeholder{ + color: rgb(68 64 60 / 0.5); +} +.placeholder-stone-700\/60::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.6); +} +.placeholder-stone-700\/60::-moz-placeholder{ + color: rgb(68 64 60 / 0.6); +} +.placeholder-stone-700\/60:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.6); +} +.placeholder-stone-700\/60::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.6); +} +.placeholder-stone-700\/60::placeholder{ + color: rgb(68 64 60 / 0.6); +} +.placeholder-stone-700\/70::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.7); +} +.placeholder-stone-700\/70::-moz-placeholder{ + color: rgb(68 64 60 / 0.7); +} +.placeholder-stone-700\/70:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.7); +} +.placeholder-stone-700\/70::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.7); +} +.placeholder-stone-700\/70::placeholder{ + color: rgb(68 64 60 / 0.7); +} +.placeholder-stone-700\/75::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.75); +} +.placeholder-stone-700\/75::-moz-placeholder{ + color: rgb(68 64 60 / 0.75); +} +.placeholder-stone-700\/75:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.75); +} +.placeholder-stone-700\/75::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.75); +} +.placeholder-stone-700\/75::placeholder{ + color: rgb(68 64 60 / 0.75); +} +.placeholder-stone-700\/80::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.8); +} +.placeholder-stone-700\/80::-moz-placeholder{ + color: rgb(68 64 60 / 0.8); +} +.placeholder-stone-700\/80:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.8); +} +.placeholder-stone-700\/80::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.8); +} +.placeholder-stone-700\/80::placeholder{ + color: rgb(68 64 60 / 0.8); +} +.placeholder-stone-700\/90::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.9); +} +.placeholder-stone-700\/90::-moz-placeholder{ + color: rgb(68 64 60 / 0.9); +} +.placeholder-stone-700\/90:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.9); +} +.placeholder-stone-700\/90::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.9); +} +.placeholder-stone-700\/90::placeholder{ + color: rgb(68 64 60 / 0.9); +} +.placeholder-stone-700\/95::-webkit-input-placeholder{ + color: rgb(68 64 60 / 0.95); +} +.placeholder-stone-700\/95::-moz-placeholder{ + color: rgb(68 64 60 / 0.95); +} +.placeholder-stone-700\/95:-ms-input-placeholder{ + color: rgb(68 64 60 / 0.95); +} +.placeholder-stone-700\/95::-ms-input-placeholder{ + color: rgb(68 64 60 / 0.95); +} +.placeholder-stone-700\/95::placeholder{ + color: rgb(68 64 60 / 0.95); +} +.placeholder-stone-700\/100::-webkit-input-placeholder{ + color: rgb(68 64 60 / 1); +} +.placeholder-stone-700\/100::-moz-placeholder{ + color: rgb(68 64 60 / 1); +} +.placeholder-stone-700\/100:-ms-input-placeholder{ + color: rgb(68 64 60 / 1); +} +.placeholder-stone-700\/100::-ms-input-placeholder{ + color: rgb(68 64 60 / 1); +} +.placeholder-stone-700\/100::placeholder{ + color: rgb(68 64 60 / 1); +} +.placeholder-stone-800\/0::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0); +} +.placeholder-stone-800\/0::-moz-placeholder{ + color: rgb(41 37 36 / 0); +} +.placeholder-stone-800\/0:-ms-input-placeholder{ + color: rgb(41 37 36 / 0); +} +.placeholder-stone-800\/0::-ms-input-placeholder{ + color: rgb(41 37 36 / 0); +} +.placeholder-stone-800\/0::placeholder{ + color: rgb(41 37 36 / 0); +} +.placeholder-stone-800\/5::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.05); +} +.placeholder-stone-800\/5::-moz-placeholder{ + color: rgb(41 37 36 / 0.05); +} +.placeholder-stone-800\/5:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.05); +} +.placeholder-stone-800\/5::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.05); +} +.placeholder-stone-800\/5::placeholder{ + color: rgb(41 37 36 / 0.05); +} +.placeholder-stone-800\/10::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.1); +} +.placeholder-stone-800\/10::-moz-placeholder{ + color: rgb(41 37 36 / 0.1); +} +.placeholder-stone-800\/10:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.1); +} +.placeholder-stone-800\/10::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.1); +} +.placeholder-stone-800\/10::placeholder{ + color: rgb(41 37 36 / 0.1); +} +.placeholder-stone-800\/20::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.2); +} +.placeholder-stone-800\/20::-moz-placeholder{ + color: rgb(41 37 36 / 0.2); +} +.placeholder-stone-800\/20:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.2); +} +.placeholder-stone-800\/20::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.2); +} +.placeholder-stone-800\/20::placeholder{ + color: rgb(41 37 36 / 0.2); +} +.placeholder-stone-800\/25::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.25); +} +.placeholder-stone-800\/25::-moz-placeholder{ + color: rgb(41 37 36 / 0.25); +} +.placeholder-stone-800\/25:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.25); +} +.placeholder-stone-800\/25::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.25); +} +.placeholder-stone-800\/25::placeholder{ + color: rgb(41 37 36 / 0.25); +} +.placeholder-stone-800\/30::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.3); +} +.placeholder-stone-800\/30::-moz-placeholder{ + color: rgb(41 37 36 / 0.3); +} +.placeholder-stone-800\/30:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.3); +} +.placeholder-stone-800\/30::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.3); +} +.placeholder-stone-800\/30::placeholder{ + color: rgb(41 37 36 / 0.3); +} +.placeholder-stone-800\/40::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.4); +} +.placeholder-stone-800\/40::-moz-placeholder{ + color: rgb(41 37 36 / 0.4); +} +.placeholder-stone-800\/40:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.4); +} +.placeholder-stone-800\/40::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.4); +} +.placeholder-stone-800\/40::placeholder{ + color: rgb(41 37 36 / 0.4); +} +.placeholder-stone-800\/50::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.5); +} +.placeholder-stone-800\/50::-moz-placeholder{ + color: rgb(41 37 36 / 0.5); +} +.placeholder-stone-800\/50:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.5); +} +.placeholder-stone-800\/50::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.5); +} +.placeholder-stone-800\/50::placeholder{ + color: rgb(41 37 36 / 0.5); +} +.placeholder-stone-800\/60::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.6); +} +.placeholder-stone-800\/60::-moz-placeholder{ + color: rgb(41 37 36 / 0.6); +} +.placeholder-stone-800\/60:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.6); +} +.placeholder-stone-800\/60::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.6); +} +.placeholder-stone-800\/60::placeholder{ + color: rgb(41 37 36 / 0.6); +} +.placeholder-stone-800\/70::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.7); +} +.placeholder-stone-800\/70::-moz-placeholder{ + color: rgb(41 37 36 / 0.7); +} +.placeholder-stone-800\/70:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.7); +} +.placeholder-stone-800\/70::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.7); +} +.placeholder-stone-800\/70::placeholder{ + color: rgb(41 37 36 / 0.7); +} +.placeholder-stone-800\/75::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.75); +} +.placeholder-stone-800\/75::-moz-placeholder{ + color: rgb(41 37 36 / 0.75); +} +.placeholder-stone-800\/75:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.75); +} +.placeholder-stone-800\/75::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.75); +} +.placeholder-stone-800\/75::placeholder{ + color: rgb(41 37 36 / 0.75); +} +.placeholder-stone-800\/80::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.8); +} +.placeholder-stone-800\/80::-moz-placeholder{ + color: rgb(41 37 36 / 0.8); +} +.placeholder-stone-800\/80:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.8); +} +.placeholder-stone-800\/80::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.8); +} +.placeholder-stone-800\/80::placeholder{ + color: rgb(41 37 36 / 0.8); +} +.placeholder-stone-800\/90::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.9); +} +.placeholder-stone-800\/90::-moz-placeholder{ + color: rgb(41 37 36 / 0.9); +} +.placeholder-stone-800\/90:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.9); +} +.placeholder-stone-800\/90::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.9); +} +.placeholder-stone-800\/90::placeholder{ + color: rgb(41 37 36 / 0.9); +} +.placeholder-stone-800\/95::-webkit-input-placeholder{ + color: rgb(41 37 36 / 0.95); +} +.placeholder-stone-800\/95::-moz-placeholder{ + color: rgb(41 37 36 / 0.95); +} +.placeholder-stone-800\/95:-ms-input-placeholder{ + color: rgb(41 37 36 / 0.95); +} +.placeholder-stone-800\/95::-ms-input-placeholder{ + color: rgb(41 37 36 / 0.95); +} +.placeholder-stone-800\/95::placeholder{ + color: rgb(41 37 36 / 0.95); +} +.placeholder-stone-800\/100::-webkit-input-placeholder{ + color: rgb(41 37 36 / 1); +} +.placeholder-stone-800\/100::-moz-placeholder{ + color: rgb(41 37 36 / 1); +} +.placeholder-stone-800\/100:-ms-input-placeholder{ + color: rgb(41 37 36 / 1); +} +.placeholder-stone-800\/100::-ms-input-placeholder{ + color: rgb(41 37 36 / 1); +} +.placeholder-stone-800\/100::placeholder{ + color: rgb(41 37 36 / 1); +} +.placeholder-stone-900\/0::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0); +} +.placeholder-stone-900\/0::-moz-placeholder{ + color: rgb(28 25 23 / 0); +} +.placeholder-stone-900\/0:-ms-input-placeholder{ + color: rgb(28 25 23 / 0); +} +.placeholder-stone-900\/0::-ms-input-placeholder{ + color: rgb(28 25 23 / 0); +} +.placeholder-stone-900\/0::placeholder{ + color: rgb(28 25 23 / 0); +} +.placeholder-stone-900\/5::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.05); +} +.placeholder-stone-900\/5::-moz-placeholder{ + color: rgb(28 25 23 / 0.05); +} +.placeholder-stone-900\/5:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.05); +} +.placeholder-stone-900\/5::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.05); +} +.placeholder-stone-900\/5::placeholder{ + color: rgb(28 25 23 / 0.05); +} +.placeholder-stone-900\/10::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.1); +} +.placeholder-stone-900\/10::-moz-placeholder{ + color: rgb(28 25 23 / 0.1); +} +.placeholder-stone-900\/10:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.1); +} +.placeholder-stone-900\/10::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.1); +} +.placeholder-stone-900\/10::placeholder{ + color: rgb(28 25 23 / 0.1); +} +.placeholder-stone-900\/20::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.2); +} +.placeholder-stone-900\/20::-moz-placeholder{ + color: rgb(28 25 23 / 0.2); +} +.placeholder-stone-900\/20:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.2); +} +.placeholder-stone-900\/20::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.2); +} +.placeholder-stone-900\/20::placeholder{ + color: rgb(28 25 23 / 0.2); +} +.placeholder-stone-900\/25::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.25); +} +.placeholder-stone-900\/25::-moz-placeholder{ + color: rgb(28 25 23 / 0.25); +} +.placeholder-stone-900\/25:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.25); +} +.placeholder-stone-900\/25::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.25); +} +.placeholder-stone-900\/25::placeholder{ + color: rgb(28 25 23 / 0.25); +} +.placeholder-stone-900\/30::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.3); +} +.placeholder-stone-900\/30::-moz-placeholder{ + color: rgb(28 25 23 / 0.3); +} +.placeholder-stone-900\/30:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.3); +} +.placeholder-stone-900\/30::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.3); +} +.placeholder-stone-900\/30::placeholder{ + color: rgb(28 25 23 / 0.3); +} +.placeholder-stone-900\/40::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.4); +} +.placeholder-stone-900\/40::-moz-placeholder{ + color: rgb(28 25 23 / 0.4); +} +.placeholder-stone-900\/40:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.4); +} +.placeholder-stone-900\/40::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.4); +} +.placeholder-stone-900\/40::placeholder{ + color: rgb(28 25 23 / 0.4); +} +.placeholder-stone-900\/50::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.5); +} +.placeholder-stone-900\/50::-moz-placeholder{ + color: rgb(28 25 23 / 0.5); +} +.placeholder-stone-900\/50:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.5); +} +.placeholder-stone-900\/50::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.5); +} +.placeholder-stone-900\/50::placeholder{ + color: rgb(28 25 23 / 0.5); +} +.placeholder-stone-900\/60::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.6); +} +.placeholder-stone-900\/60::-moz-placeholder{ + color: rgb(28 25 23 / 0.6); +} +.placeholder-stone-900\/60:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.6); +} +.placeholder-stone-900\/60::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.6); +} +.placeholder-stone-900\/60::placeholder{ + color: rgb(28 25 23 / 0.6); +} +.placeholder-stone-900\/70::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.7); +} +.placeholder-stone-900\/70::-moz-placeholder{ + color: rgb(28 25 23 / 0.7); +} +.placeholder-stone-900\/70:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.7); +} +.placeholder-stone-900\/70::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.7); +} +.placeholder-stone-900\/70::placeholder{ + color: rgb(28 25 23 / 0.7); +} +.placeholder-stone-900\/75::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.75); +} +.placeholder-stone-900\/75::-moz-placeholder{ + color: rgb(28 25 23 / 0.75); +} +.placeholder-stone-900\/75:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.75); +} +.placeholder-stone-900\/75::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.75); +} +.placeholder-stone-900\/75::placeholder{ + color: rgb(28 25 23 / 0.75); +} +.placeholder-stone-900\/80::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.8); +} +.placeholder-stone-900\/80::-moz-placeholder{ + color: rgb(28 25 23 / 0.8); +} +.placeholder-stone-900\/80:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.8); +} +.placeholder-stone-900\/80::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.8); +} +.placeholder-stone-900\/80::placeholder{ + color: rgb(28 25 23 / 0.8); +} +.placeholder-stone-900\/90::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.9); +} +.placeholder-stone-900\/90::-moz-placeholder{ + color: rgb(28 25 23 / 0.9); +} +.placeholder-stone-900\/90:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.9); +} +.placeholder-stone-900\/90::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.9); +} +.placeholder-stone-900\/90::placeholder{ + color: rgb(28 25 23 / 0.9); +} +.placeholder-stone-900\/95::-webkit-input-placeholder{ + color: rgb(28 25 23 / 0.95); +} +.placeholder-stone-900\/95::-moz-placeholder{ + color: rgb(28 25 23 / 0.95); +} +.placeholder-stone-900\/95:-ms-input-placeholder{ + color: rgb(28 25 23 / 0.95); +} +.placeholder-stone-900\/95::-ms-input-placeholder{ + color: rgb(28 25 23 / 0.95); +} +.placeholder-stone-900\/95::placeholder{ + color: rgb(28 25 23 / 0.95); +} +.placeholder-stone-900\/100::-webkit-input-placeholder{ + color: rgb(28 25 23 / 1); +} +.placeholder-stone-900\/100::-moz-placeholder{ + color: rgb(28 25 23 / 1); +} +.placeholder-stone-900\/100:-ms-input-placeholder{ + color: rgb(28 25 23 / 1); +} +.placeholder-stone-900\/100::-ms-input-placeholder{ + color: rgb(28 25 23 / 1); +} +.placeholder-stone-900\/100::placeholder{ + color: rgb(28 25 23 / 1); +} +.placeholder-red-50\/0::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0); +} +.placeholder-red-50\/0::-moz-placeholder{ + color: rgb(252 242 242 / 0); +} +.placeholder-red-50\/0:-ms-input-placeholder{ + color: rgb(252 242 242 / 0); +} +.placeholder-red-50\/0::-ms-input-placeholder{ + color: rgb(252 242 242 / 0); +} +.placeholder-red-50\/0::placeholder{ + color: rgb(252 242 242 / 0); +} +.placeholder-red-50\/5::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.05); +} +.placeholder-red-50\/5::-moz-placeholder{ + color: rgb(252 242 242 / 0.05); +} +.placeholder-red-50\/5:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.05); +} +.placeholder-red-50\/5::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.05); +} +.placeholder-red-50\/5::placeholder{ + color: rgb(252 242 242 / 0.05); +} +.placeholder-red-50\/10::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.1); +} +.placeholder-red-50\/10::-moz-placeholder{ + color: rgb(252 242 242 / 0.1); +} +.placeholder-red-50\/10:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.1); +} +.placeholder-red-50\/10::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.1); +} +.placeholder-red-50\/10::placeholder{ + color: rgb(252 242 242 / 0.1); +} +.placeholder-red-50\/20::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.2); +} +.placeholder-red-50\/20::-moz-placeholder{ + color: rgb(252 242 242 / 0.2); +} +.placeholder-red-50\/20:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.2); +} +.placeholder-red-50\/20::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.2); +} +.placeholder-red-50\/20::placeholder{ + color: rgb(252 242 242 / 0.2); +} +.placeholder-red-50\/25::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.25); +} +.placeholder-red-50\/25::-moz-placeholder{ + color: rgb(252 242 242 / 0.25); +} +.placeholder-red-50\/25:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.25); +} +.placeholder-red-50\/25::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.25); +} +.placeholder-red-50\/25::placeholder{ + color: rgb(252 242 242 / 0.25); +} +.placeholder-red-50\/30::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.3); +} +.placeholder-red-50\/30::-moz-placeholder{ + color: rgb(252 242 242 / 0.3); +} +.placeholder-red-50\/30:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.3); +} +.placeholder-red-50\/30::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.3); +} +.placeholder-red-50\/30::placeholder{ + color: rgb(252 242 242 / 0.3); +} +.placeholder-red-50\/40::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.4); +} +.placeholder-red-50\/40::-moz-placeholder{ + color: rgb(252 242 242 / 0.4); +} +.placeholder-red-50\/40:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.4); +} +.placeholder-red-50\/40::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.4); +} +.placeholder-red-50\/40::placeholder{ + color: rgb(252 242 242 / 0.4); +} +.placeholder-red-50\/50::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.5); +} +.placeholder-red-50\/50::-moz-placeholder{ + color: rgb(252 242 242 / 0.5); +} +.placeholder-red-50\/50:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.5); +} +.placeholder-red-50\/50::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.5); +} +.placeholder-red-50\/50::placeholder{ + color: rgb(252 242 242 / 0.5); +} +.placeholder-red-50\/60::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.6); +} +.placeholder-red-50\/60::-moz-placeholder{ + color: rgb(252 242 242 / 0.6); +} +.placeholder-red-50\/60:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.6); +} +.placeholder-red-50\/60::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.6); +} +.placeholder-red-50\/60::placeholder{ + color: rgb(252 242 242 / 0.6); +} +.placeholder-red-50\/70::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.7); +} +.placeholder-red-50\/70::-moz-placeholder{ + color: rgb(252 242 242 / 0.7); +} +.placeholder-red-50\/70:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.7); +} +.placeholder-red-50\/70::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.7); +} +.placeholder-red-50\/70::placeholder{ + color: rgb(252 242 242 / 0.7); +} +.placeholder-red-50\/75::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.75); +} +.placeholder-red-50\/75::-moz-placeholder{ + color: rgb(252 242 242 / 0.75); +} +.placeholder-red-50\/75:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.75); +} +.placeholder-red-50\/75::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.75); +} +.placeholder-red-50\/75::placeholder{ + color: rgb(252 242 242 / 0.75); +} +.placeholder-red-50\/80::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.8); +} +.placeholder-red-50\/80::-moz-placeholder{ + color: rgb(252 242 242 / 0.8); +} +.placeholder-red-50\/80:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.8); +} +.placeholder-red-50\/80::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.8); +} +.placeholder-red-50\/80::placeholder{ + color: rgb(252 242 242 / 0.8); +} +.placeholder-red-50\/90::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.9); +} +.placeholder-red-50\/90::-moz-placeholder{ + color: rgb(252 242 242 / 0.9); +} +.placeholder-red-50\/90:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.9); +} +.placeholder-red-50\/90::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.9); +} +.placeholder-red-50\/90::placeholder{ + color: rgb(252 242 242 / 0.9); +} +.placeholder-red-50\/95::-webkit-input-placeholder{ + color: rgb(252 242 242 / 0.95); +} +.placeholder-red-50\/95::-moz-placeholder{ + color: rgb(252 242 242 / 0.95); +} +.placeholder-red-50\/95:-ms-input-placeholder{ + color: rgb(252 242 242 / 0.95); +} +.placeholder-red-50\/95::-ms-input-placeholder{ + color: rgb(252 242 242 / 0.95); +} +.placeholder-red-50\/95::placeholder{ + color: rgb(252 242 242 / 0.95); +} +.placeholder-red-50\/100::-webkit-input-placeholder{ + color: rgb(252 242 242 / 1); +} +.placeholder-red-50\/100::-moz-placeholder{ + color: rgb(252 242 242 / 1); +} +.placeholder-red-50\/100:-ms-input-placeholder{ + color: rgb(252 242 242 / 1); +} +.placeholder-red-50\/100::-ms-input-placeholder{ + color: rgb(252 242 242 / 1); +} +.placeholder-red-50\/100::placeholder{ + color: rgb(252 242 242 / 1); +} +.placeholder-red-100\/0::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0); +} +.placeholder-red-100\/0::-moz-placeholder{ + color: rgb(250 230 230 / 0); +} +.placeholder-red-100\/0:-ms-input-placeholder{ + color: rgb(250 230 230 / 0); +} +.placeholder-red-100\/0::-ms-input-placeholder{ + color: rgb(250 230 230 / 0); +} +.placeholder-red-100\/0::placeholder{ + color: rgb(250 230 230 / 0); +} +.placeholder-red-100\/5::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.05); +} +.placeholder-red-100\/5::-moz-placeholder{ + color: rgb(250 230 230 / 0.05); +} +.placeholder-red-100\/5:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.05); +} +.placeholder-red-100\/5::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.05); +} +.placeholder-red-100\/5::placeholder{ + color: rgb(250 230 230 / 0.05); +} +.placeholder-red-100\/10::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.1); +} +.placeholder-red-100\/10::-moz-placeholder{ + color: rgb(250 230 230 / 0.1); +} +.placeholder-red-100\/10:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.1); +} +.placeholder-red-100\/10::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.1); +} +.placeholder-red-100\/10::placeholder{ + color: rgb(250 230 230 / 0.1); +} +.placeholder-red-100\/20::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.2); +} +.placeholder-red-100\/20::-moz-placeholder{ + color: rgb(250 230 230 / 0.2); +} +.placeholder-red-100\/20:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.2); +} +.placeholder-red-100\/20::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.2); +} +.placeholder-red-100\/20::placeholder{ + color: rgb(250 230 230 / 0.2); +} +.placeholder-red-100\/25::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.25); +} +.placeholder-red-100\/25::-moz-placeholder{ + color: rgb(250 230 230 / 0.25); +} +.placeholder-red-100\/25:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.25); +} +.placeholder-red-100\/25::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.25); +} +.placeholder-red-100\/25::placeholder{ + color: rgb(250 230 230 / 0.25); +} +.placeholder-red-100\/30::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.3); +} +.placeholder-red-100\/30::-moz-placeholder{ + color: rgb(250 230 230 / 0.3); +} +.placeholder-red-100\/30:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.3); +} +.placeholder-red-100\/30::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.3); +} +.placeholder-red-100\/30::placeholder{ + color: rgb(250 230 230 / 0.3); +} +.placeholder-red-100\/40::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.4); +} +.placeholder-red-100\/40::-moz-placeholder{ + color: rgb(250 230 230 / 0.4); +} +.placeholder-red-100\/40:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.4); +} +.placeholder-red-100\/40::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.4); +} +.placeholder-red-100\/40::placeholder{ + color: rgb(250 230 230 / 0.4); +} +.placeholder-red-100\/50::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.5); +} +.placeholder-red-100\/50::-moz-placeholder{ + color: rgb(250 230 230 / 0.5); +} +.placeholder-red-100\/50:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.5); +} +.placeholder-red-100\/50::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.5); +} +.placeholder-red-100\/50::placeholder{ + color: rgb(250 230 230 / 0.5); +} +.placeholder-red-100\/60::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.6); +} +.placeholder-red-100\/60::-moz-placeholder{ + color: rgb(250 230 230 / 0.6); +} +.placeholder-red-100\/60:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.6); +} +.placeholder-red-100\/60::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.6); +} +.placeholder-red-100\/60::placeholder{ + color: rgb(250 230 230 / 0.6); +} +.placeholder-red-100\/70::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.7); +} +.placeholder-red-100\/70::-moz-placeholder{ + color: rgb(250 230 230 / 0.7); +} +.placeholder-red-100\/70:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.7); +} +.placeholder-red-100\/70::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.7); +} +.placeholder-red-100\/70::placeholder{ + color: rgb(250 230 230 / 0.7); +} +.placeholder-red-100\/75::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.75); +} +.placeholder-red-100\/75::-moz-placeholder{ + color: rgb(250 230 230 / 0.75); +} +.placeholder-red-100\/75:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.75); +} +.placeholder-red-100\/75::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.75); +} +.placeholder-red-100\/75::placeholder{ + color: rgb(250 230 230 / 0.75); +} +.placeholder-red-100\/80::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.8); +} +.placeholder-red-100\/80::-moz-placeholder{ + color: rgb(250 230 230 / 0.8); +} +.placeholder-red-100\/80:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.8); +} +.placeholder-red-100\/80::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.8); +} +.placeholder-red-100\/80::placeholder{ + color: rgb(250 230 230 / 0.8); +} +.placeholder-red-100\/90::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.9); +} +.placeholder-red-100\/90::-moz-placeholder{ + color: rgb(250 230 230 / 0.9); +} +.placeholder-red-100\/90:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.9); +} +.placeholder-red-100\/90::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.9); +} +.placeholder-red-100\/90::placeholder{ + color: rgb(250 230 230 / 0.9); +} +.placeholder-red-100\/95::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.95); +} +.placeholder-red-100\/95::-moz-placeholder{ + color: rgb(250 230 230 / 0.95); +} +.placeholder-red-100\/95:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.95); +} +.placeholder-red-100\/95::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.95); +} +.placeholder-red-100\/95::placeholder{ + color: rgb(250 230 230 / 0.95); +} +.placeholder-red-100\/100::-webkit-input-placeholder{ + color: rgb(250 230 230 / 1); +} +.placeholder-red-100\/100::-moz-placeholder{ + color: rgb(250 230 230 / 1); +} +.placeholder-red-100\/100:-ms-input-placeholder{ + color: rgb(250 230 230 / 1); +} +.placeholder-red-100\/100::-ms-input-placeholder{ + color: rgb(250 230 230 / 1); +} +.placeholder-red-100\/100::placeholder{ + color: rgb(250 230 230 / 1); +} +.placeholder-red-200\/0::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0); +} +.placeholder-red-200\/0::-moz-placeholder{ + color: rgb(242 191 191 / 0); +} +.placeholder-red-200\/0:-ms-input-placeholder{ + color: rgb(242 191 191 / 0); +} +.placeholder-red-200\/0::-ms-input-placeholder{ + color: rgb(242 191 191 / 0); +} +.placeholder-red-200\/0::placeholder{ + color: rgb(242 191 191 / 0); +} +.placeholder-red-200\/5::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.05); +} +.placeholder-red-200\/5::-moz-placeholder{ + color: rgb(242 191 191 / 0.05); +} +.placeholder-red-200\/5:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.05); +} +.placeholder-red-200\/5::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.05); +} +.placeholder-red-200\/5::placeholder{ + color: rgb(242 191 191 / 0.05); +} +.placeholder-red-200\/10::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.1); +} +.placeholder-red-200\/10::-moz-placeholder{ + color: rgb(242 191 191 / 0.1); +} +.placeholder-red-200\/10:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.1); +} +.placeholder-red-200\/10::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.1); +} +.placeholder-red-200\/10::placeholder{ + color: rgb(242 191 191 / 0.1); +} +.placeholder-red-200\/20::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.2); +} +.placeholder-red-200\/20::-moz-placeholder{ + color: rgb(242 191 191 / 0.2); +} +.placeholder-red-200\/20:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.2); +} +.placeholder-red-200\/20::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.2); +} +.placeholder-red-200\/20::placeholder{ + color: rgb(242 191 191 / 0.2); +} +.placeholder-red-200\/25::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.25); +} +.placeholder-red-200\/25::-moz-placeholder{ + color: rgb(242 191 191 / 0.25); +} +.placeholder-red-200\/25:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.25); +} +.placeholder-red-200\/25::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.25); +} +.placeholder-red-200\/25::placeholder{ + color: rgb(242 191 191 / 0.25); +} +.placeholder-red-200\/30::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.3); +} +.placeholder-red-200\/30::-moz-placeholder{ + color: rgb(242 191 191 / 0.3); +} +.placeholder-red-200\/30:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.3); +} +.placeholder-red-200\/30::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.3); +} +.placeholder-red-200\/30::placeholder{ + color: rgb(242 191 191 / 0.3); +} +.placeholder-red-200\/40::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.4); +} +.placeholder-red-200\/40::-moz-placeholder{ + color: rgb(242 191 191 / 0.4); +} +.placeholder-red-200\/40:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.4); +} +.placeholder-red-200\/40::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.4); +} +.placeholder-red-200\/40::placeholder{ + color: rgb(242 191 191 / 0.4); +} +.placeholder-red-200\/50::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.5); +} +.placeholder-red-200\/50::-moz-placeholder{ + color: rgb(242 191 191 / 0.5); +} +.placeholder-red-200\/50:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.5); +} +.placeholder-red-200\/50::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.5); +} +.placeholder-red-200\/50::placeholder{ + color: rgb(242 191 191 / 0.5); +} +.placeholder-red-200\/60::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.6); +} +.placeholder-red-200\/60::-moz-placeholder{ + color: rgb(242 191 191 / 0.6); +} +.placeholder-red-200\/60:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.6); +} +.placeholder-red-200\/60::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.6); +} +.placeholder-red-200\/60::placeholder{ + color: rgb(242 191 191 / 0.6); +} +.placeholder-red-200\/70::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.7); +} +.placeholder-red-200\/70::-moz-placeholder{ + color: rgb(242 191 191 / 0.7); +} +.placeholder-red-200\/70:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.7); +} +.placeholder-red-200\/70::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.7); +} +.placeholder-red-200\/70::placeholder{ + color: rgb(242 191 191 / 0.7); +} +.placeholder-red-200\/75::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.75); +} +.placeholder-red-200\/75::-moz-placeholder{ + color: rgb(242 191 191 / 0.75); +} +.placeholder-red-200\/75:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.75); +} +.placeholder-red-200\/75::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.75); +} +.placeholder-red-200\/75::placeholder{ + color: rgb(242 191 191 / 0.75); +} +.placeholder-red-200\/80::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.8); +} +.placeholder-red-200\/80::-moz-placeholder{ + color: rgb(242 191 191 / 0.8); +} +.placeholder-red-200\/80:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.8); +} +.placeholder-red-200\/80::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.8); +} +.placeholder-red-200\/80::placeholder{ + color: rgb(242 191 191 / 0.8); +} +.placeholder-red-200\/90::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.9); +} +.placeholder-red-200\/90::-moz-placeholder{ + color: rgb(242 191 191 / 0.9); +} +.placeholder-red-200\/90:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.9); +} +.placeholder-red-200\/90::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.9); +} +.placeholder-red-200\/90::placeholder{ + color: rgb(242 191 191 / 0.9); +} +.placeholder-red-200\/95::-webkit-input-placeholder{ + color: rgb(242 191 191 / 0.95); +} +.placeholder-red-200\/95::-moz-placeholder{ + color: rgb(242 191 191 / 0.95); +} +.placeholder-red-200\/95:-ms-input-placeholder{ + color: rgb(242 191 191 / 0.95); +} +.placeholder-red-200\/95::-ms-input-placeholder{ + color: rgb(242 191 191 / 0.95); +} +.placeholder-red-200\/95::placeholder{ + color: rgb(242 191 191 / 0.95); +} +.placeholder-red-200\/100::-webkit-input-placeholder{ + color: rgb(242 191 191 / 1); +} +.placeholder-red-200\/100::-moz-placeholder{ + color: rgb(242 191 191 / 1); +} +.placeholder-red-200\/100:-ms-input-placeholder{ + color: rgb(242 191 191 / 1); +} +.placeholder-red-200\/100::-ms-input-placeholder{ + color: rgb(242 191 191 / 1); +} +.placeholder-red-200\/100::placeholder{ + color: rgb(242 191 191 / 1); +} +.placeholder-red-300\/0::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0); +} +.placeholder-red-300\/0::-moz-placeholder{ + color: rgb(235 153 153 / 0); +} +.placeholder-red-300\/0:-ms-input-placeholder{ + color: rgb(235 153 153 / 0); +} +.placeholder-red-300\/0::-ms-input-placeholder{ + color: rgb(235 153 153 / 0); +} +.placeholder-red-300\/0::placeholder{ + color: rgb(235 153 153 / 0); +} +.placeholder-red-300\/5::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.05); +} +.placeholder-red-300\/5::-moz-placeholder{ + color: rgb(235 153 153 / 0.05); +} +.placeholder-red-300\/5:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.05); +} +.placeholder-red-300\/5::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.05); +} +.placeholder-red-300\/5::placeholder{ + color: rgb(235 153 153 / 0.05); +} +.placeholder-red-300\/10::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.1); +} +.placeholder-red-300\/10::-moz-placeholder{ + color: rgb(235 153 153 / 0.1); +} +.placeholder-red-300\/10:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.1); +} +.placeholder-red-300\/10::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.1); +} +.placeholder-red-300\/10::placeholder{ + color: rgb(235 153 153 / 0.1); +} +.placeholder-red-300\/20::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.2); +} +.placeholder-red-300\/20::-moz-placeholder{ + color: rgb(235 153 153 / 0.2); +} +.placeholder-red-300\/20:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.2); +} +.placeholder-red-300\/20::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.2); +} +.placeholder-red-300\/20::placeholder{ + color: rgb(235 153 153 / 0.2); +} +.placeholder-red-300\/25::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.25); +} +.placeholder-red-300\/25::-moz-placeholder{ + color: rgb(235 153 153 / 0.25); +} +.placeholder-red-300\/25:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.25); +} +.placeholder-red-300\/25::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.25); +} +.placeholder-red-300\/25::placeholder{ + color: rgb(235 153 153 / 0.25); +} +.placeholder-red-300\/30::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.3); +} +.placeholder-red-300\/30::-moz-placeholder{ + color: rgb(235 153 153 / 0.3); +} +.placeholder-red-300\/30:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.3); +} +.placeholder-red-300\/30::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.3); +} +.placeholder-red-300\/30::placeholder{ + color: rgb(235 153 153 / 0.3); +} +.placeholder-red-300\/40::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.4); +} +.placeholder-red-300\/40::-moz-placeholder{ + color: rgb(235 153 153 / 0.4); +} +.placeholder-red-300\/40:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.4); +} +.placeholder-red-300\/40::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.4); +} +.placeholder-red-300\/40::placeholder{ + color: rgb(235 153 153 / 0.4); +} +.placeholder-red-300\/50::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.5); +} +.placeholder-red-300\/50::-moz-placeholder{ + color: rgb(235 153 153 / 0.5); +} +.placeholder-red-300\/50:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.5); +} +.placeholder-red-300\/50::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.5); +} +.placeholder-red-300\/50::placeholder{ + color: rgb(235 153 153 / 0.5); +} +.placeholder-red-300\/60::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.6); +} +.placeholder-red-300\/60::-moz-placeholder{ + color: rgb(235 153 153 / 0.6); +} +.placeholder-red-300\/60:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.6); +} +.placeholder-red-300\/60::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.6); +} +.placeholder-red-300\/60::placeholder{ + color: rgb(235 153 153 / 0.6); +} +.placeholder-red-300\/70::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.7); +} +.placeholder-red-300\/70::-moz-placeholder{ + color: rgb(235 153 153 / 0.7); +} +.placeholder-red-300\/70:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.7); +} +.placeholder-red-300\/70::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.7); +} +.placeholder-red-300\/70::placeholder{ + color: rgb(235 153 153 / 0.7); +} +.placeholder-red-300\/75::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.75); +} +.placeholder-red-300\/75::-moz-placeholder{ + color: rgb(235 153 153 / 0.75); +} +.placeholder-red-300\/75:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.75); +} +.placeholder-red-300\/75::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.75); +} +.placeholder-red-300\/75::placeholder{ + color: rgb(235 153 153 / 0.75); +} +.placeholder-red-300\/80::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.8); +} +.placeholder-red-300\/80::-moz-placeholder{ + color: rgb(235 153 153 / 0.8); +} +.placeholder-red-300\/80:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.8); +} +.placeholder-red-300\/80::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.8); +} +.placeholder-red-300\/80::placeholder{ + color: rgb(235 153 153 / 0.8); +} +.placeholder-red-300\/90::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.9); +} +.placeholder-red-300\/90::-moz-placeholder{ + color: rgb(235 153 153 / 0.9); +} +.placeholder-red-300\/90:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.9); +} +.placeholder-red-300\/90::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.9); +} +.placeholder-red-300\/90::placeholder{ + color: rgb(235 153 153 / 0.9); +} +.placeholder-red-300\/95::-webkit-input-placeholder{ + color: rgb(235 153 153 / 0.95); +} +.placeholder-red-300\/95::-moz-placeholder{ + color: rgb(235 153 153 / 0.95); +} +.placeholder-red-300\/95:-ms-input-placeholder{ + color: rgb(235 153 153 / 0.95); +} +.placeholder-red-300\/95::-ms-input-placeholder{ + color: rgb(235 153 153 / 0.95); +} +.placeholder-red-300\/95::placeholder{ + color: rgb(235 153 153 / 0.95); +} +.placeholder-red-300\/100::-webkit-input-placeholder{ + color: rgb(235 153 153 / 1); +} +.placeholder-red-300\/100::-moz-placeholder{ + color: rgb(235 153 153 / 1); +} +.placeholder-red-300\/100:-ms-input-placeholder{ + color: rgb(235 153 153 / 1); +} +.placeholder-red-300\/100::-ms-input-placeholder{ + color: rgb(235 153 153 / 1); +} +.placeholder-red-300\/100::placeholder{ + color: rgb(235 153 153 / 1); +} +.placeholder-red-400\/0::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0); +} +.placeholder-red-400\/0::-moz-placeholder{ + color: rgb(219 77 77 / 0); +} +.placeholder-red-400\/0:-ms-input-placeholder{ + color: rgb(219 77 77 / 0); +} +.placeholder-red-400\/0::-ms-input-placeholder{ + color: rgb(219 77 77 / 0); +} +.placeholder-red-400\/0::placeholder{ + color: rgb(219 77 77 / 0); +} +.placeholder-red-400\/5::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.05); +} +.placeholder-red-400\/5::-moz-placeholder{ + color: rgb(219 77 77 / 0.05); +} +.placeholder-red-400\/5:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.05); +} +.placeholder-red-400\/5::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.05); +} +.placeholder-red-400\/5::placeholder{ + color: rgb(219 77 77 / 0.05); +} +.placeholder-red-400\/10::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.1); +} +.placeholder-red-400\/10::-moz-placeholder{ + color: rgb(219 77 77 / 0.1); +} +.placeholder-red-400\/10:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.1); +} +.placeholder-red-400\/10::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.1); +} +.placeholder-red-400\/10::placeholder{ + color: rgb(219 77 77 / 0.1); +} +.placeholder-red-400\/20::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.2); +} +.placeholder-red-400\/20::-moz-placeholder{ + color: rgb(219 77 77 / 0.2); +} +.placeholder-red-400\/20:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.2); +} +.placeholder-red-400\/20::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.2); +} +.placeholder-red-400\/20::placeholder{ + color: rgb(219 77 77 / 0.2); +} +.placeholder-red-400\/25::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.25); +} +.placeholder-red-400\/25::-moz-placeholder{ + color: rgb(219 77 77 / 0.25); +} +.placeholder-red-400\/25:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.25); +} +.placeholder-red-400\/25::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.25); +} +.placeholder-red-400\/25::placeholder{ + color: rgb(219 77 77 / 0.25); +} +.placeholder-red-400\/30::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.3); +} +.placeholder-red-400\/30::-moz-placeholder{ + color: rgb(219 77 77 / 0.3); +} +.placeholder-red-400\/30:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.3); +} +.placeholder-red-400\/30::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.3); +} +.placeholder-red-400\/30::placeholder{ + color: rgb(219 77 77 / 0.3); +} +.placeholder-red-400\/40::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.4); +} +.placeholder-red-400\/40::-moz-placeholder{ + color: rgb(219 77 77 / 0.4); +} +.placeholder-red-400\/40:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.4); +} +.placeholder-red-400\/40::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.4); +} +.placeholder-red-400\/40::placeholder{ + color: rgb(219 77 77 / 0.4); +} +.placeholder-red-400\/50::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.5); +} +.placeholder-red-400\/50::-moz-placeholder{ + color: rgb(219 77 77 / 0.5); +} +.placeholder-red-400\/50:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.5); +} +.placeholder-red-400\/50::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.5); +} +.placeholder-red-400\/50::placeholder{ + color: rgb(219 77 77 / 0.5); +} +.placeholder-red-400\/60::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.6); +} +.placeholder-red-400\/60::-moz-placeholder{ + color: rgb(219 77 77 / 0.6); +} +.placeholder-red-400\/60:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.6); +} +.placeholder-red-400\/60::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.6); +} +.placeholder-red-400\/60::placeholder{ + color: rgb(219 77 77 / 0.6); +} +.placeholder-red-400\/70::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.7); +} +.placeholder-red-400\/70::-moz-placeholder{ + color: rgb(219 77 77 / 0.7); +} +.placeholder-red-400\/70:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.7); +} +.placeholder-red-400\/70::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.7); +} +.placeholder-red-400\/70::placeholder{ + color: rgb(219 77 77 / 0.7); +} +.placeholder-red-400\/75::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.75); +} +.placeholder-red-400\/75::-moz-placeholder{ + color: rgb(219 77 77 / 0.75); +} +.placeholder-red-400\/75:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.75); +} +.placeholder-red-400\/75::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.75); +} +.placeholder-red-400\/75::placeholder{ + color: rgb(219 77 77 / 0.75); +} +.placeholder-red-400\/80::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.8); +} +.placeholder-red-400\/80::-moz-placeholder{ + color: rgb(219 77 77 / 0.8); +} +.placeholder-red-400\/80:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.8); +} +.placeholder-red-400\/80::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.8); +} +.placeholder-red-400\/80::placeholder{ + color: rgb(219 77 77 / 0.8); +} +.placeholder-red-400\/90::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.9); +} +.placeholder-red-400\/90::-moz-placeholder{ + color: rgb(219 77 77 / 0.9); +} +.placeholder-red-400\/90:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.9); +} +.placeholder-red-400\/90::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.9); +} +.placeholder-red-400\/90::placeholder{ + color: rgb(219 77 77 / 0.9); +} +.placeholder-red-400\/95::-webkit-input-placeholder{ + color: rgb(219 77 77 / 0.95); +} +.placeholder-red-400\/95::-moz-placeholder{ + color: rgb(219 77 77 / 0.95); +} +.placeholder-red-400\/95:-ms-input-placeholder{ + color: rgb(219 77 77 / 0.95); +} +.placeholder-red-400\/95::-ms-input-placeholder{ + color: rgb(219 77 77 / 0.95); +} +.placeholder-red-400\/95::placeholder{ + color: rgb(219 77 77 / 0.95); +} +.placeholder-red-400\/100::-webkit-input-placeholder{ + color: rgb(219 77 77 / 1); +} +.placeholder-red-400\/100::-moz-placeholder{ + color: rgb(219 77 77 / 1); +} +.placeholder-red-400\/100:-ms-input-placeholder{ + color: rgb(219 77 77 / 1); +} +.placeholder-red-400\/100::-ms-input-placeholder{ + color: rgb(219 77 77 / 1); +} +.placeholder-red-400\/100::placeholder{ + color: rgb(219 77 77 / 1); +} +.placeholder-red-500\/0::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0); +} +.placeholder-red-500\/0::-moz-placeholder{ + color: rgb(204 0 0 / 0); +} +.placeholder-red-500\/0:-ms-input-placeholder{ + color: rgb(204 0 0 / 0); +} +.placeholder-red-500\/0::-ms-input-placeholder{ + color: rgb(204 0 0 / 0); +} +.placeholder-red-500\/0::placeholder{ + color: rgb(204 0 0 / 0); +} +.placeholder-red-500\/5::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.05); +} +.placeholder-red-500\/5::-moz-placeholder{ + color: rgb(204 0 0 / 0.05); +} +.placeholder-red-500\/5:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.05); +} +.placeholder-red-500\/5::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.05); +} +.placeholder-red-500\/5::placeholder{ + color: rgb(204 0 0 / 0.05); +} +.placeholder-red-500\/10::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.1); +} +.placeholder-red-500\/10::-moz-placeholder{ + color: rgb(204 0 0 / 0.1); +} +.placeholder-red-500\/10:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.1); +} +.placeholder-red-500\/10::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.1); +} +.placeholder-red-500\/10::placeholder{ + color: rgb(204 0 0 / 0.1); +} +.placeholder-red-500\/20::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.2); +} +.placeholder-red-500\/20::-moz-placeholder{ + color: rgb(204 0 0 / 0.2); +} +.placeholder-red-500\/20:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.2); +} +.placeholder-red-500\/20::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.2); +} +.placeholder-red-500\/20::placeholder{ + color: rgb(204 0 0 / 0.2); +} +.placeholder-red-500\/25::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.25); +} +.placeholder-red-500\/25::-moz-placeholder{ + color: rgb(204 0 0 / 0.25); +} +.placeholder-red-500\/25:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.25); +} +.placeholder-red-500\/25::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.25); +} +.placeholder-red-500\/25::placeholder{ + color: rgb(204 0 0 / 0.25); +} +.placeholder-red-500\/30::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.3); +} +.placeholder-red-500\/30::-moz-placeholder{ + color: rgb(204 0 0 / 0.3); +} +.placeholder-red-500\/30:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.3); +} +.placeholder-red-500\/30::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.3); +} +.placeholder-red-500\/30::placeholder{ + color: rgb(204 0 0 / 0.3); +} +.placeholder-red-500\/40::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.4); +} +.placeholder-red-500\/40::-moz-placeholder{ + color: rgb(204 0 0 / 0.4); +} +.placeholder-red-500\/40:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.4); +} +.placeholder-red-500\/40::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.4); +} +.placeholder-red-500\/40::placeholder{ + color: rgb(204 0 0 / 0.4); +} +.placeholder-red-500\/50::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.5); +} +.placeholder-red-500\/50::-moz-placeholder{ + color: rgb(204 0 0 / 0.5); +} +.placeholder-red-500\/50:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.5); +} +.placeholder-red-500\/50::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.5); +} +.placeholder-red-500\/50::placeholder{ + color: rgb(204 0 0 / 0.5); +} +.placeholder-red-500\/60::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.6); +} +.placeholder-red-500\/60::-moz-placeholder{ + color: rgb(204 0 0 / 0.6); +} +.placeholder-red-500\/60:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.6); +} +.placeholder-red-500\/60::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.6); +} +.placeholder-red-500\/60::placeholder{ + color: rgb(204 0 0 / 0.6); +} +.placeholder-red-500\/70::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.7); +} +.placeholder-red-500\/70::-moz-placeholder{ + color: rgb(204 0 0 / 0.7); +} +.placeholder-red-500\/70:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.7); +} +.placeholder-red-500\/70::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.7); +} +.placeholder-red-500\/70::placeholder{ + color: rgb(204 0 0 / 0.7); +} +.placeholder-red-500\/75::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.75); +} +.placeholder-red-500\/75::-moz-placeholder{ + color: rgb(204 0 0 / 0.75); +} +.placeholder-red-500\/75:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.75); +} +.placeholder-red-500\/75::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.75); +} +.placeholder-red-500\/75::placeholder{ + color: rgb(204 0 0 / 0.75); +} +.placeholder-red-500\/80::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.8); +} +.placeholder-red-500\/80::-moz-placeholder{ + color: rgb(204 0 0 / 0.8); +} +.placeholder-red-500\/80:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.8); +} +.placeholder-red-500\/80::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.8); +} +.placeholder-red-500\/80::placeholder{ + color: rgb(204 0 0 / 0.8); +} +.placeholder-red-500\/90::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.9); +} +.placeholder-red-500\/90::-moz-placeholder{ + color: rgb(204 0 0 / 0.9); +} +.placeholder-red-500\/90:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.9); +} +.placeholder-red-500\/90::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.9); +} +.placeholder-red-500\/90::placeholder{ + color: rgb(204 0 0 / 0.9); +} +.placeholder-red-500\/95::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.95); +} +.placeholder-red-500\/95::-moz-placeholder{ + color: rgb(204 0 0 / 0.95); +} +.placeholder-red-500\/95:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.95); +} +.placeholder-red-500\/95::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.95); +} +.placeholder-red-500\/95::placeholder{ + color: rgb(204 0 0 / 0.95); +} +.placeholder-red-500\/100::-webkit-input-placeholder{ + color: rgb(204 0 0 / 1); +} +.placeholder-red-500\/100::-moz-placeholder{ + color: rgb(204 0 0 / 1); +} +.placeholder-red-500\/100:-ms-input-placeholder{ + color: rgb(204 0 0 / 1); +} +.placeholder-red-500\/100::-ms-input-placeholder{ + color: rgb(204 0 0 / 1); +} +.placeholder-red-500\/100::placeholder{ + color: rgb(204 0 0 / 1); +} +.placeholder-red-600\/0::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0); +} +.placeholder-red-600\/0::-moz-placeholder{ + color: rgb(184 0 0 / 0); +} +.placeholder-red-600\/0:-ms-input-placeholder{ + color: rgb(184 0 0 / 0); +} +.placeholder-red-600\/0::-ms-input-placeholder{ + color: rgb(184 0 0 / 0); +} +.placeholder-red-600\/0::placeholder{ + color: rgb(184 0 0 / 0); +} +.placeholder-red-600\/5::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.05); +} +.placeholder-red-600\/5::-moz-placeholder{ + color: rgb(184 0 0 / 0.05); +} +.placeholder-red-600\/5:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.05); +} +.placeholder-red-600\/5::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.05); +} +.placeholder-red-600\/5::placeholder{ + color: rgb(184 0 0 / 0.05); +} +.placeholder-red-600\/10::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.1); +} +.placeholder-red-600\/10::-moz-placeholder{ + color: rgb(184 0 0 / 0.1); +} +.placeholder-red-600\/10:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.1); +} +.placeholder-red-600\/10::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.1); +} +.placeholder-red-600\/10::placeholder{ + color: rgb(184 0 0 / 0.1); +} +.placeholder-red-600\/20::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.2); +} +.placeholder-red-600\/20::-moz-placeholder{ + color: rgb(184 0 0 / 0.2); +} +.placeholder-red-600\/20:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.2); +} +.placeholder-red-600\/20::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.2); +} +.placeholder-red-600\/20::placeholder{ + color: rgb(184 0 0 / 0.2); +} +.placeholder-red-600\/25::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.25); +} +.placeholder-red-600\/25::-moz-placeholder{ + color: rgb(184 0 0 / 0.25); +} +.placeholder-red-600\/25:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.25); +} +.placeholder-red-600\/25::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.25); +} +.placeholder-red-600\/25::placeholder{ + color: rgb(184 0 0 / 0.25); +} +.placeholder-red-600\/30::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.3); +} +.placeholder-red-600\/30::-moz-placeholder{ + color: rgb(184 0 0 / 0.3); +} +.placeholder-red-600\/30:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.3); +} +.placeholder-red-600\/30::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.3); +} +.placeholder-red-600\/30::placeholder{ + color: rgb(184 0 0 / 0.3); +} +.placeholder-red-600\/40::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.4); +} +.placeholder-red-600\/40::-moz-placeholder{ + color: rgb(184 0 0 / 0.4); +} +.placeholder-red-600\/40:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.4); +} +.placeholder-red-600\/40::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.4); +} +.placeholder-red-600\/40::placeholder{ + color: rgb(184 0 0 / 0.4); +} +.placeholder-red-600\/50::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.5); +} +.placeholder-red-600\/50::-moz-placeholder{ + color: rgb(184 0 0 / 0.5); +} +.placeholder-red-600\/50:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.5); +} +.placeholder-red-600\/50::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.5); +} +.placeholder-red-600\/50::placeholder{ + color: rgb(184 0 0 / 0.5); +} +.placeholder-red-600\/60::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.6); +} +.placeholder-red-600\/60::-moz-placeholder{ + color: rgb(184 0 0 / 0.6); +} +.placeholder-red-600\/60:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.6); +} +.placeholder-red-600\/60::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.6); +} +.placeholder-red-600\/60::placeholder{ + color: rgb(184 0 0 / 0.6); +} +.placeholder-red-600\/70::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.7); +} +.placeholder-red-600\/70::-moz-placeholder{ + color: rgb(184 0 0 / 0.7); +} +.placeholder-red-600\/70:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.7); +} +.placeholder-red-600\/70::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.7); +} +.placeholder-red-600\/70::placeholder{ + color: rgb(184 0 0 / 0.7); +} +.placeholder-red-600\/75::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.75); +} +.placeholder-red-600\/75::-moz-placeholder{ + color: rgb(184 0 0 / 0.75); +} +.placeholder-red-600\/75:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.75); +} +.placeholder-red-600\/75::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.75); +} +.placeholder-red-600\/75::placeholder{ + color: rgb(184 0 0 / 0.75); +} +.placeholder-red-600\/80::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.8); +} +.placeholder-red-600\/80::-moz-placeholder{ + color: rgb(184 0 0 / 0.8); +} +.placeholder-red-600\/80:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.8); +} +.placeholder-red-600\/80::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.8); +} +.placeholder-red-600\/80::placeholder{ + color: rgb(184 0 0 / 0.8); +} +.placeholder-red-600\/90::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.9); +} +.placeholder-red-600\/90::-moz-placeholder{ + color: rgb(184 0 0 / 0.9); +} +.placeholder-red-600\/90:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.9); +} +.placeholder-red-600\/90::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.9); +} +.placeholder-red-600\/90::placeholder{ + color: rgb(184 0 0 / 0.9); +} +.placeholder-red-600\/95::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.95); +} +.placeholder-red-600\/95::-moz-placeholder{ + color: rgb(184 0 0 / 0.95); +} +.placeholder-red-600\/95:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.95); +} +.placeholder-red-600\/95::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.95); +} +.placeholder-red-600\/95::placeholder{ + color: rgb(184 0 0 / 0.95); +} +.placeholder-red-600\/100::-webkit-input-placeholder{ + color: rgb(184 0 0 / 1); +} +.placeholder-red-600\/100::-moz-placeholder{ + color: rgb(184 0 0 / 1); +} +.placeholder-red-600\/100:-ms-input-placeholder{ + color: rgb(184 0 0 / 1); +} +.placeholder-red-600\/100::-ms-input-placeholder{ + color: rgb(184 0 0 / 1); +} +.placeholder-red-600\/100::placeholder{ + color: rgb(184 0 0 / 1); +} +.placeholder-red-700\/0::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0); +} +.placeholder-red-700\/0::-moz-placeholder{ + color: rgb(153 0 0 / 0); +} +.placeholder-red-700\/0:-ms-input-placeholder{ + color: rgb(153 0 0 / 0); +} +.placeholder-red-700\/0::-ms-input-placeholder{ + color: rgb(153 0 0 / 0); +} +.placeholder-red-700\/0::placeholder{ + color: rgb(153 0 0 / 0); +} +.placeholder-red-700\/5::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.05); +} +.placeholder-red-700\/5::-moz-placeholder{ + color: rgb(153 0 0 / 0.05); +} +.placeholder-red-700\/5:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.05); +} +.placeholder-red-700\/5::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.05); +} +.placeholder-red-700\/5::placeholder{ + color: rgb(153 0 0 / 0.05); +} +.placeholder-red-700\/10::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.1); +} +.placeholder-red-700\/10::-moz-placeholder{ + color: rgb(153 0 0 / 0.1); +} +.placeholder-red-700\/10:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.1); +} +.placeholder-red-700\/10::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.1); +} +.placeholder-red-700\/10::placeholder{ + color: rgb(153 0 0 / 0.1); +} +.placeholder-red-700\/20::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.2); +} +.placeholder-red-700\/20::-moz-placeholder{ + color: rgb(153 0 0 / 0.2); +} +.placeholder-red-700\/20:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.2); +} +.placeholder-red-700\/20::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.2); +} +.placeholder-red-700\/20::placeholder{ + color: rgb(153 0 0 / 0.2); +} +.placeholder-red-700\/25::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.25); +} +.placeholder-red-700\/25::-moz-placeholder{ + color: rgb(153 0 0 / 0.25); +} +.placeholder-red-700\/25:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.25); +} +.placeholder-red-700\/25::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.25); +} +.placeholder-red-700\/25::placeholder{ + color: rgb(153 0 0 / 0.25); +} +.placeholder-red-700\/30::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.3); +} +.placeholder-red-700\/30::-moz-placeholder{ + color: rgb(153 0 0 / 0.3); +} +.placeholder-red-700\/30:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.3); +} +.placeholder-red-700\/30::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.3); +} +.placeholder-red-700\/30::placeholder{ + color: rgb(153 0 0 / 0.3); +} +.placeholder-red-700\/40::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.4); +} +.placeholder-red-700\/40::-moz-placeholder{ + color: rgb(153 0 0 / 0.4); +} +.placeholder-red-700\/40:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.4); +} +.placeholder-red-700\/40::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.4); +} +.placeholder-red-700\/40::placeholder{ + color: rgb(153 0 0 / 0.4); +} +.placeholder-red-700\/50::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.5); +} +.placeholder-red-700\/50::-moz-placeholder{ + color: rgb(153 0 0 / 0.5); +} +.placeholder-red-700\/50:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.5); +} +.placeholder-red-700\/50::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.5); +} +.placeholder-red-700\/50::placeholder{ + color: rgb(153 0 0 / 0.5); +} +.placeholder-red-700\/60::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.6); +} +.placeholder-red-700\/60::-moz-placeholder{ + color: rgb(153 0 0 / 0.6); +} +.placeholder-red-700\/60:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.6); +} +.placeholder-red-700\/60::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.6); +} +.placeholder-red-700\/60::placeholder{ + color: rgb(153 0 0 / 0.6); +} +.placeholder-red-700\/70::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.7); +} +.placeholder-red-700\/70::-moz-placeholder{ + color: rgb(153 0 0 / 0.7); +} +.placeholder-red-700\/70:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.7); +} +.placeholder-red-700\/70::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.7); +} +.placeholder-red-700\/70::placeholder{ + color: rgb(153 0 0 / 0.7); +} +.placeholder-red-700\/75::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.75); +} +.placeholder-red-700\/75::-moz-placeholder{ + color: rgb(153 0 0 / 0.75); +} +.placeholder-red-700\/75:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.75); +} +.placeholder-red-700\/75::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.75); +} +.placeholder-red-700\/75::placeholder{ + color: rgb(153 0 0 / 0.75); +} +.placeholder-red-700\/80::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.8); +} +.placeholder-red-700\/80::-moz-placeholder{ + color: rgb(153 0 0 / 0.8); +} +.placeholder-red-700\/80:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.8); +} +.placeholder-red-700\/80::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.8); +} +.placeholder-red-700\/80::placeholder{ + color: rgb(153 0 0 / 0.8); +} +.placeholder-red-700\/90::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.9); +} +.placeholder-red-700\/90::-moz-placeholder{ + color: rgb(153 0 0 / 0.9); +} +.placeholder-red-700\/90:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.9); +} +.placeholder-red-700\/90::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.9); +} +.placeholder-red-700\/90::placeholder{ + color: rgb(153 0 0 / 0.9); +} +.placeholder-red-700\/95::-webkit-input-placeholder{ + color: rgb(153 0 0 / 0.95); +} +.placeholder-red-700\/95::-moz-placeholder{ + color: rgb(153 0 0 / 0.95); +} +.placeholder-red-700\/95:-ms-input-placeholder{ + color: rgb(153 0 0 / 0.95); +} +.placeholder-red-700\/95::-ms-input-placeholder{ + color: rgb(153 0 0 / 0.95); +} +.placeholder-red-700\/95::placeholder{ + color: rgb(153 0 0 / 0.95); +} +.placeholder-red-700\/100::-webkit-input-placeholder{ + color: rgb(153 0 0 / 1); +} +.placeholder-red-700\/100::-moz-placeholder{ + color: rgb(153 0 0 / 1); +} +.placeholder-red-700\/100:-ms-input-placeholder{ + color: rgb(153 0 0 / 1); +} +.placeholder-red-700\/100::-ms-input-placeholder{ + color: rgb(153 0 0 / 1); +} +.placeholder-red-700\/100::placeholder{ + color: rgb(153 0 0 / 1); +} +.placeholder-red-800\/0::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0); +} +.placeholder-red-800\/0::-moz-placeholder{ + color: rgb(122 0 0 / 0); +} +.placeholder-red-800\/0:-ms-input-placeholder{ + color: rgb(122 0 0 / 0); +} +.placeholder-red-800\/0::-ms-input-placeholder{ + color: rgb(122 0 0 / 0); +} +.placeholder-red-800\/0::placeholder{ + color: rgb(122 0 0 / 0); +} +.placeholder-red-800\/5::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.05); +} +.placeholder-red-800\/5::-moz-placeholder{ + color: rgb(122 0 0 / 0.05); +} +.placeholder-red-800\/5:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.05); +} +.placeholder-red-800\/5::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.05); +} +.placeholder-red-800\/5::placeholder{ + color: rgb(122 0 0 / 0.05); +} +.placeholder-red-800\/10::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.1); +} +.placeholder-red-800\/10::-moz-placeholder{ + color: rgb(122 0 0 / 0.1); +} +.placeholder-red-800\/10:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.1); +} +.placeholder-red-800\/10::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.1); +} +.placeholder-red-800\/10::placeholder{ + color: rgb(122 0 0 / 0.1); +} +.placeholder-red-800\/20::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.2); +} +.placeholder-red-800\/20::-moz-placeholder{ + color: rgb(122 0 0 / 0.2); +} +.placeholder-red-800\/20:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.2); +} +.placeholder-red-800\/20::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.2); +} +.placeholder-red-800\/20::placeholder{ + color: rgb(122 0 0 / 0.2); +} +.placeholder-red-800\/25::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.25); +} +.placeholder-red-800\/25::-moz-placeholder{ + color: rgb(122 0 0 / 0.25); +} +.placeholder-red-800\/25:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.25); +} +.placeholder-red-800\/25::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.25); +} +.placeholder-red-800\/25::placeholder{ + color: rgb(122 0 0 / 0.25); +} +.placeholder-red-800\/30::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.3); +} +.placeholder-red-800\/30::-moz-placeholder{ + color: rgb(122 0 0 / 0.3); +} +.placeholder-red-800\/30:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.3); +} +.placeholder-red-800\/30::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.3); +} +.placeholder-red-800\/30::placeholder{ + color: rgb(122 0 0 / 0.3); +} +.placeholder-red-800\/40::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.4); +} +.placeholder-red-800\/40::-moz-placeholder{ + color: rgb(122 0 0 / 0.4); +} +.placeholder-red-800\/40:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.4); +} +.placeholder-red-800\/40::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.4); +} +.placeholder-red-800\/40::placeholder{ + color: rgb(122 0 0 / 0.4); +} +.placeholder-red-800\/50::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.5); +} +.placeholder-red-800\/50::-moz-placeholder{ + color: rgb(122 0 0 / 0.5); +} +.placeholder-red-800\/50:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.5); +} +.placeholder-red-800\/50::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.5); +} +.placeholder-red-800\/50::placeholder{ + color: rgb(122 0 0 / 0.5); +} +.placeholder-red-800\/60::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.6); +} +.placeholder-red-800\/60::-moz-placeholder{ + color: rgb(122 0 0 / 0.6); +} +.placeholder-red-800\/60:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.6); +} +.placeholder-red-800\/60::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.6); +} +.placeholder-red-800\/60::placeholder{ + color: rgb(122 0 0 / 0.6); +} +.placeholder-red-800\/70::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.7); +} +.placeholder-red-800\/70::-moz-placeholder{ + color: rgb(122 0 0 / 0.7); +} +.placeholder-red-800\/70:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.7); +} +.placeholder-red-800\/70::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.7); +} +.placeholder-red-800\/70::placeholder{ + color: rgb(122 0 0 / 0.7); +} +.placeholder-red-800\/75::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.75); +} +.placeholder-red-800\/75::-moz-placeholder{ + color: rgb(122 0 0 / 0.75); +} +.placeholder-red-800\/75:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.75); +} +.placeholder-red-800\/75::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.75); +} +.placeholder-red-800\/75::placeholder{ + color: rgb(122 0 0 / 0.75); +} +.placeholder-red-800\/80::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.8); +} +.placeholder-red-800\/80::-moz-placeholder{ + color: rgb(122 0 0 / 0.8); +} +.placeholder-red-800\/80:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.8); +} +.placeholder-red-800\/80::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.8); +} +.placeholder-red-800\/80::placeholder{ + color: rgb(122 0 0 / 0.8); +} +.placeholder-red-800\/90::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.9); +} +.placeholder-red-800\/90::-moz-placeholder{ + color: rgb(122 0 0 / 0.9); +} +.placeholder-red-800\/90:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.9); +} +.placeholder-red-800\/90::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.9); +} +.placeholder-red-800\/90::placeholder{ + color: rgb(122 0 0 / 0.9); +} +.placeholder-red-800\/95::-webkit-input-placeholder{ + color: rgb(122 0 0 / 0.95); +} +.placeholder-red-800\/95::-moz-placeholder{ + color: rgb(122 0 0 / 0.95); +} +.placeholder-red-800\/95:-ms-input-placeholder{ + color: rgb(122 0 0 / 0.95); +} +.placeholder-red-800\/95::-ms-input-placeholder{ + color: rgb(122 0 0 / 0.95); +} +.placeholder-red-800\/95::placeholder{ + color: rgb(122 0 0 / 0.95); +} +.placeholder-red-800\/100::-webkit-input-placeholder{ + color: rgb(122 0 0 / 1); +} +.placeholder-red-800\/100::-moz-placeholder{ + color: rgb(122 0 0 / 1); +} +.placeholder-red-800\/100:-ms-input-placeholder{ + color: rgb(122 0 0 / 1); +} +.placeholder-red-800\/100::-ms-input-placeholder{ + color: rgb(122 0 0 / 1); +} +.placeholder-red-800\/100::placeholder{ + color: rgb(122 0 0 / 1); +} +.placeholder-red-900\/0::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0); +} +.placeholder-red-900\/0::-moz-placeholder{ + color: rgb(100 0 0 / 0); +} +.placeholder-red-900\/0:-ms-input-placeholder{ + color: rgb(100 0 0 / 0); +} +.placeholder-red-900\/0::-ms-input-placeholder{ + color: rgb(100 0 0 / 0); +} +.placeholder-red-900\/0::placeholder{ + color: rgb(100 0 0 / 0); +} +.placeholder-red-900\/5::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.05); +} +.placeholder-red-900\/5::-moz-placeholder{ + color: rgb(100 0 0 / 0.05); +} +.placeholder-red-900\/5:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.05); +} +.placeholder-red-900\/5::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.05); +} +.placeholder-red-900\/5::placeholder{ + color: rgb(100 0 0 / 0.05); +} +.placeholder-red-900\/10::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.1); +} +.placeholder-red-900\/10::-moz-placeholder{ + color: rgb(100 0 0 / 0.1); +} +.placeholder-red-900\/10:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.1); +} +.placeholder-red-900\/10::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.1); +} +.placeholder-red-900\/10::placeholder{ + color: rgb(100 0 0 / 0.1); +} +.placeholder-red-900\/20::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.2); +} +.placeholder-red-900\/20::-moz-placeholder{ + color: rgb(100 0 0 / 0.2); +} +.placeholder-red-900\/20:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.2); +} +.placeholder-red-900\/20::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.2); +} +.placeholder-red-900\/20::placeholder{ + color: rgb(100 0 0 / 0.2); +} +.placeholder-red-900\/25::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.25); +} +.placeholder-red-900\/25::-moz-placeholder{ + color: rgb(100 0 0 / 0.25); +} +.placeholder-red-900\/25:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.25); +} +.placeholder-red-900\/25::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.25); +} +.placeholder-red-900\/25::placeholder{ + color: rgb(100 0 0 / 0.25); +} +.placeholder-red-900\/30::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.3); +} +.placeholder-red-900\/30::-moz-placeholder{ + color: rgb(100 0 0 / 0.3); +} +.placeholder-red-900\/30:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.3); +} +.placeholder-red-900\/30::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.3); +} +.placeholder-red-900\/30::placeholder{ + color: rgb(100 0 0 / 0.3); +} +.placeholder-red-900\/40::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.4); +} +.placeholder-red-900\/40::-moz-placeholder{ + color: rgb(100 0 0 / 0.4); +} +.placeholder-red-900\/40:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.4); +} +.placeholder-red-900\/40::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.4); +} +.placeholder-red-900\/40::placeholder{ + color: rgb(100 0 0 / 0.4); +} +.placeholder-red-900\/50::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.5); +} +.placeholder-red-900\/50::-moz-placeholder{ + color: rgb(100 0 0 / 0.5); +} +.placeholder-red-900\/50:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.5); +} +.placeholder-red-900\/50::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.5); +} +.placeholder-red-900\/50::placeholder{ + color: rgb(100 0 0 / 0.5); +} +.placeholder-red-900\/60::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.6); +} +.placeholder-red-900\/60::-moz-placeholder{ + color: rgb(100 0 0 / 0.6); +} +.placeholder-red-900\/60:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.6); +} +.placeholder-red-900\/60::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.6); +} +.placeholder-red-900\/60::placeholder{ + color: rgb(100 0 0 / 0.6); +} +.placeholder-red-900\/70::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.7); +} +.placeholder-red-900\/70::-moz-placeholder{ + color: rgb(100 0 0 / 0.7); +} +.placeholder-red-900\/70:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.7); +} +.placeholder-red-900\/70::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.7); +} +.placeholder-red-900\/70::placeholder{ + color: rgb(100 0 0 / 0.7); +} +.placeholder-red-900\/75::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.75); +} +.placeholder-red-900\/75::-moz-placeholder{ + color: rgb(100 0 0 / 0.75); +} +.placeholder-red-900\/75:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.75); +} +.placeholder-red-900\/75::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.75); +} +.placeholder-red-900\/75::placeholder{ + color: rgb(100 0 0 / 0.75); +} +.placeholder-red-900\/80::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.8); +} +.placeholder-red-900\/80::-moz-placeholder{ + color: rgb(100 0 0 / 0.8); +} +.placeholder-red-900\/80:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.8); +} +.placeholder-red-900\/80::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.8); +} +.placeholder-red-900\/80::placeholder{ + color: rgb(100 0 0 / 0.8); +} +.placeholder-red-900\/90::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.9); +} +.placeholder-red-900\/90::-moz-placeholder{ + color: rgb(100 0 0 / 0.9); +} +.placeholder-red-900\/90:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.9); +} +.placeholder-red-900\/90::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.9); +} +.placeholder-red-900\/90::placeholder{ + color: rgb(100 0 0 / 0.9); +} +.placeholder-red-900\/95::-webkit-input-placeholder{ + color: rgb(100 0 0 / 0.95); +} +.placeholder-red-900\/95::-moz-placeholder{ + color: rgb(100 0 0 / 0.95); +} +.placeholder-red-900\/95:-ms-input-placeholder{ + color: rgb(100 0 0 / 0.95); +} +.placeholder-red-900\/95::-ms-input-placeholder{ + color: rgb(100 0 0 / 0.95); +} +.placeholder-red-900\/95::placeholder{ + color: rgb(100 0 0 / 0.95); +} +.placeholder-red-900\/100::-webkit-input-placeholder{ + color: rgb(100 0 0 / 1); +} +.placeholder-red-900\/100::-moz-placeholder{ + color: rgb(100 0 0 / 1); +} +.placeholder-red-900\/100:-ms-input-placeholder{ + color: rgb(100 0 0 / 1); +} +.placeholder-red-900\/100::-ms-input-placeholder{ + color: rgb(100 0 0 / 1); +} +.placeholder-red-900\/100::placeholder{ + color: rgb(100 0 0 / 1); +} +.placeholder-red\/0::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0); +} +.placeholder-red\/0::-moz-placeholder{ + color: rgb(204 0 0 / 0); +} +.placeholder-red\/0:-ms-input-placeholder{ + color: rgb(204 0 0 / 0); +} +.placeholder-red\/0::-ms-input-placeholder{ + color: rgb(204 0 0 / 0); +} +.placeholder-red\/0::placeholder{ + color: rgb(204 0 0 / 0); +} +.placeholder-red\/5::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.05); +} +.placeholder-red\/5::-moz-placeholder{ + color: rgb(204 0 0 / 0.05); +} +.placeholder-red\/5:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.05); +} +.placeholder-red\/5::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.05); +} +.placeholder-red\/5::placeholder{ + color: rgb(204 0 0 / 0.05); +} +.placeholder-red\/10::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.1); +} +.placeholder-red\/10::-moz-placeholder{ + color: rgb(204 0 0 / 0.1); +} +.placeholder-red\/10:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.1); +} +.placeholder-red\/10::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.1); +} +.placeholder-red\/10::placeholder{ + color: rgb(204 0 0 / 0.1); +} +.placeholder-red\/20::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.2); +} +.placeholder-red\/20::-moz-placeholder{ + color: rgb(204 0 0 / 0.2); +} +.placeholder-red\/20:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.2); +} +.placeholder-red\/20::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.2); +} +.placeholder-red\/20::placeholder{ + color: rgb(204 0 0 / 0.2); +} +.placeholder-red\/25::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.25); +} +.placeholder-red\/25::-moz-placeholder{ + color: rgb(204 0 0 / 0.25); +} +.placeholder-red\/25:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.25); +} +.placeholder-red\/25::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.25); +} +.placeholder-red\/25::placeholder{ + color: rgb(204 0 0 / 0.25); +} +.placeholder-red\/30::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.3); +} +.placeholder-red\/30::-moz-placeholder{ + color: rgb(204 0 0 / 0.3); +} +.placeholder-red\/30:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.3); +} +.placeholder-red\/30::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.3); +} +.placeholder-red\/30::placeholder{ + color: rgb(204 0 0 / 0.3); +} +.placeholder-red\/40::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.4); +} +.placeholder-red\/40::-moz-placeholder{ + color: rgb(204 0 0 / 0.4); +} +.placeholder-red\/40:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.4); +} +.placeholder-red\/40::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.4); +} +.placeholder-red\/40::placeholder{ + color: rgb(204 0 0 / 0.4); +} +.placeholder-red\/50::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.5); +} +.placeholder-red\/50::-moz-placeholder{ + color: rgb(204 0 0 / 0.5); +} +.placeholder-red\/50:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.5); +} +.placeholder-red\/50::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.5); +} +.placeholder-red\/50::placeholder{ + color: rgb(204 0 0 / 0.5); +} +.placeholder-red\/60::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.6); +} +.placeholder-red\/60::-moz-placeholder{ + color: rgb(204 0 0 / 0.6); +} +.placeholder-red\/60:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.6); +} +.placeholder-red\/60::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.6); +} +.placeholder-red\/60::placeholder{ + color: rgb(204 0 0 / 0.6); +} +.placeholder-red\/70::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.7); +} +.placeholder-red\/70::-moz-placeholder{ + color: rgb(204 0 0 / 0.7); +} +.placeholder-red\/70:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.7); +} +.placeholder-red\/70::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.7); +} +.placeholder-red\/70::placeholder{ + color: rgb(204 0 0 / 0.7); +} +.placeholder-red\/75::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.75); +} +.placeholder-red\/75::-moz-placeholder{ + color: rgb(204 0 0 / 0.75); +} +.placeholder-red\/75:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.75); +} +.placeholder-red\/75::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.75); +} +.placeholder-red\/75::placeholder{ + color: rgb(204 0 0 / 0.75); +} +.placeholder-red\/80::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.8); +} +.placeholder-red\/80::-moz-placeholder{ + color: rgb(204 0 0 / 0.8); +} +.placeholder-red\/80:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.8); +} +.placeholder-red\/80::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.8); +} +.placeholder-red\/80::placeholder{ + color: rgb(204 0 0 / 0.8); +} +.placeholder-red\/90::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.9); +} +.placeholder-red\/90::-moz-placeholder{ + color: rgb(204 0 0 / 0.9); +} +.placeholder-red\/90:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.9); +} +.placeholder-red\/90::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.9); +} +.placeholder-red\/90::placeholder{ + color: rgb(204 0 0 / 0.9); +} +.placeholder-red\/95::-webkit-input-placeholder{ + color: rgb(204 0 0 / 0.95); +} +.placeholder-red\/95::-moz-placeholder{ + color: rgb(204 0 0 / 0.95); +} +.placeholder-red\/95:-ms-input-placeholder{ + color: rgb(204 0 0 / 0.95); +} +.placeholder-red\/95::-ms-input-placeholder{ + color: rgb(204 0 0 / 0.95); +} +.placeholder-red\/95::placeholder{ + color: rgb(204 0 0 / 0.95); +} +.placeholder-red\/100::-webkit-input-placeholder{ + color: rgb(204 0 0 / 1); +} +.placeholder-red\/100::-moz-placeholder{ + color: rgb(204 0 0 / 1); +} +.placeholder-red\/100:-ms-input-placeholder{ + color: rgb(204 0 0 / 1); +} +.placeholder-red\/100::-ms-input-placeholder{ + color: rgb(204 0 0 / 1); +} +.placeholder-red\/100::placeholder{ + color: rgb(204 0 0 / 1); +} +.placeholder-orange-50\/0::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0); +} +.placeholder-orange-50\/0::-moz-placeholder{ + color: rgb(255 250 243 / 0); +} +.placeholder-orange-50\/0:-ms-input-placeholder{ + color: rgb(255 250 243 / 0); +} +.placeholder-orange-50\/0::-ms-input-placeholder{ + color: rgb(255 250 243 / 0); +} +.placeholder-orange-50\/0::placeholder{ + color: rgb(255 250 243 / 0); +} +.placeholder-orange-50\/5::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.05); +} +.placeholder-orange-50\/5::-moz-placeholder{ + color: rgb(255 250 243 / 0.05); +} +.placeholder-orange-50\/5:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.05); +} +.placeholder-orange-50\/5::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.05); +} +.placeholder-orange-50\/5::placeholder{ + color: rgb(255 250 243 / 0.05); +} +.placeholder-orange-50\/10::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.1); +} +.placeholder-orange-50\/10::-moz-placeholder{ + color: rgb(255 250 243 / 0.1); +} +.placeholder-orange-50\/10:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.1); +} +.placeholder-orange-50\/10::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.1); +} +.placeholder-orange-50\/10::placeholder{ + color: rgb(255 250 243 / 0.1); +} +.placeholder-orange-50\/20::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.2); +} +.placeholder-orange-50\/20::-moz-placeholder{ + color: rgb(255 250 243 / 0.2); +} +.placeholder-orange-50\/20:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.2); +} +.placeholder-orange-50\/20::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.2); +} +.placeholder-orange-50\/20::placeholder{ + color: rgb(255 250 243 / 0.2); +} +.placeholder-orange-50\/25::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.25); +} +.placeholder-orange-50\/25::-moz-placeholder{ + color: rgb(255 250 243 / 0.25); +} +.placeholder-orange-50\/25:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.25); +} +.placeholder-orange-50\/25::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.25); +} +.placeholder-orange-50\/25::placeholder{ + color: rgb(255 250 243 / 0.25); +} +.placeholder-orange-50\/30::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.3); +} +.placeholder-orange-50\/30::-moz-placeholder{ + color: rgb(255 250 243 / 0.3); +} +.placeholder-orange-50\/30:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.3); +} +.placeholder-orange-50\/30::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.3); +} +.placeholder-orange-50\/30::placeholder{ + color: rgb(255 250 243 / 0.3); +} +.placeholder-orange-50\/40::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.4); +} +.placeholder-orange-50\/40::-moz-placeholder{ + color: rgb(255 250 243 / 0.4); +} +.placeholder-orange-50\/40:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.4); +} +.placeholder-orange-50\/40::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.4); +} +.placeholder-orange-50\/40::placeholder{ + color: rgb(255 250 243 / 0.4); +} +.placeholder-orange-50\/50::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.5); +} +.placeholder-orange-50\/50::-moz-placeholder{ + color: rgb(255 250 243 / 0.5); +} +.placeholder-orange-50\/50:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.5); +} +.placeholder-orange-50\/50::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.5); +} +.placeholder-orange-50\/50::placeholder{ + color: rgb(255 250 243 / 0.5); +} +.placeholder-orange-50\/60::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.6); +} +.placeholder-orange-50\/60::-moz-placeholder{ + color: rgb(255 250 243 / 0.6); +} +.placeholder-orange-50\/60:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.6); +} +.placeholder-orange-50\/60::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.6); +} +.placeholder-orange-50\/60::placeholder{ + color: rgb(255 250 243 / 0.6); +} +.placeholder-orange-50\/70::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.7); +} +.placeholder-orange-50\/70::-moz-placeholder{ + color: rgb(255 250 243 / 0.7); +} +.placeholder-orange-50\/70:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.7); +} +.placeholder-orange-50\/70::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.7); +} +.placeholder-orange-50\/70::placeholder{ + color: rgb(255 250 243 / 0.7); +} +.placeholder-orange-50\/75::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.75); +} +.placeholder-orange-50\/75::-moz-placeholder{ + color: rgb(255 250 243 / 0.75); +} +.placeholder-orange-50\/75:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.75); +} +.placeholder-orange-50\/75::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.75); +} +.placeholder-orange-50\/75::placeholder{ + color: rgb(255 250 243 / 0.75); +} +.placeholder-orange-50\/80::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.8); +} +.placeholder-orange-50\/80::-moz-placeholder{ + color: rgb(255 250 243 / 0.8); +} +.placeholder-orange-50\/80:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.8); +} +.placeholder-orange-50\/80::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.8); +} +.placeholder-orange-50\/80::placeholder{ + color: rgb(255 250 243 / 0.8); +} +.placeholder-orange-50\/90::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.9); +} +.placeholder-orange-50\/90::-moz-placeholder{ + color: rgb(255 250 243 / 0.9); +} +.placeholder-orange-50\/90:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.9); +} +.placeholder-orange-50\/90::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.9); +} +.placeholder-orange-50\/90::placeholder{ + color: rgb(255 250 243 / 0.9); +} +.placeholder-orange-50\/95::-webkit-input-placeholder{ + color: rgb(255 250 243 / 0.95); +} +.placeholder-orange-50\/95::-moz-placeholder{ + color: rgb(255 250 243 / 0.95); +} +.placeholder-orange-50\/95:-ms-input-placeholder{ + color: rgb(255 250 243 / 0.95); +} +.placeholder-orange-50\/95::-ms-input-placeholder{ + color: rgb(255 250 243 / 0.95); +} +.placeholder-orange-50\/95::placeholder{ + color: rgb(255 250 243 / 0.95); +} +.placeholder-orange-50\/100::-webkit-input-placeholder{ + color: rgb(255 250 243 / 1); +} +.placeholder-orange-50\/100::-moz-placeholder{ + color: rgb(255 250 243 / 1); +} +.placeholder-orange-50\/100:-ms-input-placeholder{ + color: rgb(255 250 243 / 1); +} +.placeholder-orange-50\/100::-ms-input-placeholder{ + color: rgb(255 250 243 / 1); +} +.placeholder-orange-50\/100::placeholder{ + color: rgb(255 250 243 / 1); +} +.placeholder-orange-100\/0::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-orange-100\/0::-moz-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-orange-100\/0:-ms-input-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-orange-100\/0::-ms-input-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-orange-100\/0::placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-orange-100\/5::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-orange-100\/5::-moz-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-orange-100\/5:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-orange-100\/5::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-orange-100\/5::placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-orange-100\/10::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-orange-100\/10::-moz-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-orange-100\/10:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-orange-100\/10::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-orange-100\/10::placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-orange-100\/20::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-orange-100\/20::-moz-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-orange-100\/20:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-orange-100\/20::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-orange-100\/20::placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-orange-100\/25::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-orange-100\/25::-moz-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-orange-100\/25:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-orange-100\/25::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-orange-100\/25::placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-orange-100\/30::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-orange-100\/30::-moz-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-orange-100\/30:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-orange-100\/30::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-orange-100\/30::placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-orange-100\/40::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-orange-100\/40::-moz-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-orange-100\/40:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-orange-100\/40::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-orange-100\/40::placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-orange-100\/50::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-orange-100\/50::-moz-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-orange-100\/50:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-orange-100\/50::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-orange-100\/50::placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-orange-100\/60::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-orange-100\/60::-moz-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-orange-100\/60:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-orange-100\/60::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-orange-100\/60::placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-orange-100\/70::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-orange-100\/70::-moz-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-orange-100\/70:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-orange-100\/70::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-orange-100\/70::placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-orange-100\/75::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-orange-100\/75::-moz-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-orange-100\/75:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-orange-100\/75::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-orange-100\/75::placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-orange-100\/80::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-orange-100\/80::-moz-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-orange-100\/80:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-orange-100\/80::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-orange-100\/80::placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-orange-100\/90::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-orange-100\/90::-moz-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-orange-100\/90:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-orange-100\/90::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-orange-100\/90::placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-orange-100\/95::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-orange-100\/95::-moz-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-orange-100\/95:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-orange-100\/95::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-orange-100\/95::placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-orange-100\/100::-webkit-input-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-orange-100\/100::-moz-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-orange-100\/100:-ms-input-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-orange-100\/100::-ms-input-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-orange-100\/100::placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-orange-200\/0::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0); +} +.placeholder-orange-200\/0::-moz-placeholder{ + color: rgb(253 231 194 / 0); +} +.placeholder-orange-200\/0:-ms-input-placeholder{ + color: rgb(253 231 194 / 0); +} +.placeholder-orange-200\/0::-ms-input-placeholder{ + color: rgb(253 231 194 / 0); +} +.placeholder-orange-200\/0::placeholder{ + color: rgb(253 231 194 / 0); +} +.placeholder-orange-200\/5::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.05); +} +.placeholder-orange-200\/5::-moz-placeholder{ + color: rgb(253 231 194 / 0.05); +} +.placeholder-orange-200\/5:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.05); +} +.placeholder-orange-200\/5::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.05); +} +.placeholder-orange-200\/5::placeholder{ + color: rgb(253 231 194 / 0.05); +} +.placeholder-orange-200\/10::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.1); +} +.placeholder-orange-200\/10::-moz-placeholder{ + color: rgb(253 231 194 / 0.1); +} +.placeholder-orange-200\/10:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.1); +} +.placeholder-orange-200\/10::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.1); +} +.placeholder-orange-200\/10::placeholder{ + color: rgb(253 231 194 / 0.1); +} +.placeholder-orange-200\/20::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.2); +} +.placeholder-orange-200\/20::-moz-placeholder{ + color: rgb(253 231 194 / 0.2); +} +.placeholder-orange-200\/20:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.2); +} +.placeholder-orange-200\/20::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.2); +} +.placeholder-orange-200\/20::placeholder{ + color: rgb(253 231 194 / 0.2); +} +.placeholder-orange-200\/25::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.25); +} +.placeholder-orange-200\/25::-moz-placeholder{ + color: rgb(253 231 194 / 0.25); +} +.placeholder-orange-200\/25:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.25); +} +.placeholder-orange-200\/25::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.25); +} +.placeholder-orange-200\/25::placeholder{ + color: rgb(253 231 194 / 0.25); +} +.placeholder-orange-200\/30::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.3); +} +.placeholder-orange-200\/30::-moz-placeholder{ + color: rgb(253 231 194 / 0.3); +} +.placeholder-orange-200\/30:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.3); +} +.placeholder-orange-200\/30::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.3); +} +.placeholder-orange-200\/30::placeholder{ + color: rgb(253 231 194 / 0.3); +} +.placeholder-orange-200\/40::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.4); +} +.placeholder-orange-200\/40::-moz-placeholder{ + color: rgb(253 231 194 / 0.4); +} +.placeholder-orange-200\/40:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.4); +} +.placeholder-orange-200\/40::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.4); +} +.placeholder-orange-200\/40::placeholder{ + color: rgb(253 231 194 / 0.4); +} +.placeholder-orange-200\/50::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.5); +} +.placeholder-orange-200\/50::-moz-placeholder{ + color: rgb(253 231 194 / 0.5); +} +.placeholder-orange-200\/50:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.5); +} +.placeholder-orange-200\/50::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.5); +} +.placeholder-orange-200\/50::placeholder{ + color: rgb(253 231 194 / 0.5); +} +.placeholder-orange-200\/60::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.6); +} +.placeholder-orange-200\/60::-moz-placeholder{ + color: rgb(253 231 194 / 0.6); +} +.placeholder-orange-200\/60:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.6); +} +.placeholder-orange-200\/60::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.6); +} +.placeholder-orange-200\/60::placeholder{ + color: rgb(253 231 194 / 0.6); +} +.placeholder-orange-200\/70::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.7); +} +.placeholder-orange-200\/70::-moz-placeholder{ + color: rgb(253 231 194 / 0.7); +} +.placeholder-orange-200\/70:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.7); +} +.placeholder-orange-200\/70::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.7); +} +.placeholder-orange-200\/70::placeholder{ + color: rgb(253 231 194 / 0.7); +} +.placeholder-orange-200\/75::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.75); +} +.placeholder-orange-200\/75::-moz-placeholder{ + color: rgb(253 231 194 / 0.75); +} +.placeholder-orange-200\/75:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.75); +} +.placeholder-orange-200\/75::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.75); +} +.placeholder-orange-200\/75::placeholder{ + color: rgb(253 231 194 / 0.75); +} +.placeholder-orange-200\/80::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.8); +} +.placeholder-orange-200\/80::-moz-placeholder{ + color: rgb(253 231 194 / 0.8); +} +.placeholder-orange-200\/80:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.8); +} +.placeholder-orange-200\/80::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.8); +} +.placeholder-orange-200\/80::placeholder{ + color: rgb(253 231 194 / 0.8); +} +.placeholder-orange-200\/90::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.9); +} +.placeholder-orange-200\/90::-moz-placeholder{ + color: rgb(253 231 194 / 0.9); +} +.placeholder-orange-200\/90:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.9); +} +.placeholder-orange-200\/90::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.9); +} +.placeholder-orange-200\/90::placeholder{ + color: rgb(253 231 194 / 0.9); +} +.placeholder-orange-200\/95::-webkit-input-placeholder{ + color: rgb(253 231 194 / 0.95); +} +.placeholder-orange-200\/95::-moz-placeholder{ + color: rgb(253 231 194 / 0.95); +} +.placeholder-orange-200\/95:-ms-input-placeholder{ + color: rgb(253 231 194 / 0.95); +} +.placeholder-orange-200\/95::-ms-input-placeholder{ + color: rgb(253 231 194 / 0.95); +} +.placeholder-orange-200\/95::placeholder{ + color: rgb(253 231 194 / 0.95); +} +.placeholder-orange-200\/100::-webkit-input-placeholder{ + color: rgb(253 231 194 / 1); +} +.placeholder-orange-200\/100::-moz-placeholder{ + color: rgb(253 231 194 / 1); +} +.placeholder-orange-200\/100:-ms-input-placeholder{ + color: rgb(253 231 194 / 1); +} +.placeholder-orange-200\/100::-ms-input-placeholder{ + color: rgb(253 231 194 / 1); +} +.placeholder-orange-200\/100::placeholder{ + color: rgb(253 231 194 / 1); +} +.placeholder-orange-300\/0::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0); +} +.placeholder-orange-300\/0::-moz-placeholder{ + color: rgb(251 216 157 / 0); +} +.placeholder-orange-300\/0:-ms-input-placeholder{ + color: rgb(251 216 157 / 0); +} +.placeholder-orange-300\/0::-ms-input-placeholder{ + color: rgb(251 216 157 / 0); +} +.placeholder-orange-300\/0::placeholder{ + color: rgb(251 216 157 / 0); +} +.placeholder-orange-300\/5::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.05); +} +.placeholder-orange-300\/5::-moz-placeholder{ + color: rgb(251 216 157 / 0.05); +} +.placeholder-orange-300\/5:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.05); +} +.placeholder-orange-300\/5::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.05); +} +.placeholder-orange-300\/5::placeholder{ + color: rgb(251 216 157 / 0.05); +} +.placeholder-orange-300\/10::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.1); +} +.placeholder-orange-300\/10::-moz-placeholder{ + color: rgb(251 216 157 / 0.1); +} +.placeholder-orange-300\/10:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.1); +} +.placeholder-orange-300\/10::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.1); +} +.placeholder-orange-300\/10::placeholder{ + color: rgb(251 216 157 / 0.1); +} +.placeholder-orange-300\/20::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.2); +} +.placeholder-orange-300\/20::-moz-placeholder{ + color: rgb(251 216 157 / 0.2); +} +.placeholder-orange-300\/20:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.2); +} +.placeholder-orange-300\/20::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.2); +} +.placeholder-orange-300\/20::placeholder{ + color: rgb(251 216 157 / 0.2); +} +.placeholder-orange-300\/25::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.25); +} +.placeholder-orange-300\/25::-moz-placeholder{ + color: rgb(251 216 157 / 0.25); +} +.placeholder-orange-300\/25:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.25); +} +.placeholder-orange-300\/25::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.25); +} +.placeholder-orange-300\/25::placeholder{ + color: rgb(251 216 157 / 0.25); +} +.placeholder-orange-300\/30::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.3); +} +.placeholder-orange-300\/30::-moz-placeholder{ + color: rgb(251 216 157 / 0.3); +} +.placeholder-orange-300\/30:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.3); +} +.placeholder-orange-300\/30::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.3); +} +.placeholder-orange-300\/30::placeholder{ + color: rgb(251 216 157 / 0.3); +} +.placeholder-orange-300\/40::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.4); +} +.placeholder-orange-300\/40::-moz-placeholder{ + color: rgb(251 216 157 / 0.4); +} +.placeholder-orange-300\/40:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.4); +} +.placeholder-orange-300\/40::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.4); +} +.placeholder-orange-300\/40::placeholder{ + color: rgb(251 216 157 / 0.4); +} +.placeholder-orange-300\/50::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.5); +} +.placeholder-orange-300\/50::-moz-placeholder{ + color: rgb(251 216 157 / 0.5); +} +.placeholder-orange-300\/50:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.5); +} +.placeholder-orange-300\/50::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.5); +} +.placeholder-orange-300\/50::placeholder{ + color: rgb(251 216 157 / 0.5); +} +.placeholder-orange-300\/60::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.6); +} +.placeholder-orange-300\/60::-moz-placeholder{ + color: rgb(251 216 157 / 0.6); +} +.placeholder-orange-300\/60:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.6); +} +.placeholder-orange-300\/60::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.6); +} +.placeholder-orange-300\/60::placeholder{ + color: rgb(251 216 157 / 0.6); +} +.placeholder-orange-300\/70::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.7); +} +.placeholder-orange-300\/70::-moz-placeholder{ + color: rgb(251 216 157 / 0.7); +} +.placeholder-orange-300\/70:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.7); +} +.placeholder-orange-300\/70::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.7); +} +.placeholder-orange-300\/70::placeholder{ + color: rgb(251 216 157 / 0.7); +} +.placeholder-orange-300\/75::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.75); +} +.placeholder-orange-300\/75::-moz-placeholder{ + color: rgb(251 216 157 / 0.75); +} +.placeholder-orange-300\/75:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.75); +} +.placeholder-orange-300\/75::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.75); +} +.placeholder-orange-300\/75::placeholder{ + color: rgb(251 216 157 / 0.75); +} +.placeholder-orange-300\/80::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.8); +} +.placeholder-orange-300\/80::-moz-placeholder{ + color: rgb(251 216 157 / 0.8); +} +.placeholder-orange-300\/80:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.8); +} +.placeholder-orange-300\/80::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.8); +} +.placeholder-orange-300\/80::placeholder{ + color: rgb(251 216 157 / 0.8); +} +.placeholder-orange-300\/90::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.9); +} +.placeholder-orange-300\/90::-moz-placeholder{ + color: rgb(251 216 157 / 0.9); +} +.placeholder-orange-300\/90:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.9); +} +.placeholder-orange-300\/90::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.9); +} +.placeholder-orange-300\/90::placeholder{ + color: rgb(251 216 157 / 0.9); +} +.placeholder-orange-300\/95::-webkit-input-placeholder{ + color: rgb(251 216 157 / 0.95); +} +.placeholder-orange-300\/95::-moz-placeholder{ + color: rgb(251 216 157 / 0.95); +} +.placeholder-orange-300\/95:-ms-input-placeholder{ + color: rgb(251 216 157 / 0.95); +} +.placeholder-orange-300\/95::-ms-input-placeholder{ + color: rgb(251 216 157 / 0.95); +} +.placeholder-orange-300\/95::placeholder{ + color: rgb(251 216 157 / 0.95); +} +.placeholder-orange-300\/100::-webkit-input-placeholder{ + color: rgb(251 216 157 / 1); +} +.placeholder-orange-300\/100::-moz-placeholder{ + color: rgb(251 216 157 / 1); +} +.placeholder-orange-300\/100:-ms-input-placeholder{ + color: rgb(251 216 157 / 1); +} +.placeholder-orange-300\/100::-ms-input-placeholder{ + color: rgb(251 216 157 / 1); +} +.placeholder-orange-300\/100::placeholder{ + color: rgb(251 216 157 / 1); +} +.placeholder-orange-400\/0::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0); +} +.placeholder-orange-400\/0::-moz-placeholder{ + color: rgb(248 187 84 / 0); +} +.placeholder-orange-400\/0:-ms-input-placeholder{ + color: rgb(248 187 84 / 0); +} +.placeholder-orange-400\/0::-ms-input-placeholder{ + color: rgb(248 187 84 / 0); +} +.placeholder-orange-400\/0::placeholder{ + color: rgb(248 187 84 / 0); +} +.placeholder-orange-400\/5::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.05); +} +.placeholder-orange-400\/5::-moz-placeholder{ + color: rgb(248 187 84 / 0.05); +} +.placeholder-orange-400\/5:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.05); +} +.placeholder-orange-400\/5::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.05); +} +.placeholder-orange-400\/5::placeholder{ + color: rgb(248 187 84 / 0.05); +} +.placeholder-orange-400\/10::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.1); +} +.placeholder-orange-400\/10::-moz-placeholder{ + color: rgb(248 187 84 / 0.1); +} +.placeholder-orange-400\/10:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.1); +} +.placeholder-orange-400\/10::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.1); +} +.placeholder-orange-400\/10::placeholder{ + color: rgb(248 187 84 / 0.1); +} +.placeholder-orange-400\/20::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.2); +} +.placeholder-orange-400\/20::-moz-placeholder{ + color: rgb(248 187 84 / 0.2); +} +.placeholder-orange-400\/20:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.2); +} +.placeholder-orange-400\/20::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.2); +} +.placeholder-orange-400\/20::placeholder{ + color: rgb(248 187 84 / 0.2); +} +.placeholder-orange-400\/25::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.25); +} +.placeholder-orange-400\/25::-moz-placeholder{ + color: rgb(248 187 84 / 0.25); +} +.placeholder-orange-400\/25:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.25); +} +.placeholder-orange-400\/25::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.25); +} +.placeholder-orange-400\/25::placeholder{ + color: rgb(248 187 84 / 0.25); +} +.placeholder-orange-400\/30::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.3); +} +.placeholder-orange-400\/30::-moz-placeholder{ + color: rgb(248 187 84 / 0.3); +} +.placeholder-orange-400\/30:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.3); +} +.placeholder-orange-400\/30::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.3); +} +.placeholder-orange-400\/30::placeholder{ + color: rgb(248 187 84 / 0.3); +} +.placeholder-orange-400\/40::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.4); +} +.placeholder-orange-400\/40::-moz-placeholder{ + color: rgb(248 187 84 / 0.4); +} +.placeholder-orange-400\/40:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.4); +} +.placeholder-orange-400\/40::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.4); +} +.placeholder-orange-400\/40::placeholder{ + color: rgb(248 187 84 / 0.4); +} +.placeholder-orange-400\/50::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.5); +} +.placeholder-orange-400\/50::-moz-placeholder{ + color: rgb(248 187 84 / 0.5); +} +.placeholder-orange-400\/50:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.5); +} +.placeholder-orange-400\/50::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.5); +} +.placeholder-orange-400\/50::placeholder{ + color: rgb(248 187 84 / 0.5); +} +.placeholder-orange-400\/60::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.6); +} +.placeholder-orange-400\/60::-moz-placeholder{ + color: rgb(248 187 84 / 0.6); +} +.placeholder-orange-400\/60:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.6); +} +.placeholder-orange-400\/60::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.6); +} +.placeholder-orange-400\/60::placeholder{ + color: rgb(248 187 84 / 0.6); +} +.placeholder-orange-400\/70::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.7); +} +.placeholder-orange-400\/70::-moz-placeholder{ + color: rgb(248 187 84 / 0.7); +} +.placeholder-orange-400\/70:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.7); +} +.placeholder-orange-400\/70::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.7); +} +.placeholder-orange-400\/70::placeholder{ + color: rgb(248 187 84 / 0.7); +} +.placeholder-orange-400\/75::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.75); +} +.placeholder-orange-400\/75::-moz-placeholder{ + color: rgb(248 187 84 / 0.75); +} +.placeholder-orange-400\/75:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.75); +} +.placeholder-orange-400\/75::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.75); +} +.placeholder-orange-400\/75::placeholder{ + color: rgb(248 187 84 / 0.75); +} +.placeholder-orange-400\/80::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.8); +} +.placeholder-orange-400\/80::-moz-placeholder{ + color: rgb(248 187 84 / 0.8); +} +.placeholder-orange-400\/80:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.8); +} +.placeholder-orange-400\/80::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.8); +} +.placeholder-orange-400\/80::placeholder{ + color: rgb(248 187 84 / 0.8); +} +.placeholder-orange-400\/90::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.9); +} +.placeholder-orange-400\/90::-moz-placeholder{ + color: rgb(248 187 84 / 0.9); +} +.placeholder-orange-400\/90:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.9); +} +.placeholder-orange-400\/90::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.9); +} +.placeholder-orange-400\/90::placeholder{ + color: rgb(248 187 84 / 0.9); +} +.placeholder-orange-400\/95::-webkit-input-placeholder{ + color: rgb(248 187 84 / 0.95); +} +.placeholder-orange-400\/95::-moz-placeholder{ + color: rgb(248 187 84 / 0.95); +} +.placeholder-orange-400\/95:-ms-input-placeholder{ + color: rgb(248 187 84 / 0.95); +} +.placeholder-orange-400\/95::-ms-input-placeholder{ + color: rgb(248 187 84 / 0.95); +} +.placeholder-orange-400\/95::placeholder{ + color: rgb(248 187 84 / 0.95); +} +.placeholder-orange-400\/100::-webkit-input-placeholder{ + color: rgb(248 187 84 / 1); +} +.placeholder-orange-400\/100::-moz-placeholder{ + color: rgb(248 187 84 / 1); +} +.placeholder-orange-400\/100:-ms-input-placeholder{ + color: rgb(248 187 84 / 1); +} +.placeholder-orange-400\/100::-ms-input-placeholder{ + color: rgb(248 187 84 / 1); +} +.placeholder-orange-400\/100::placeholder{ + color: rgb(248 187 84 / 1); +} +.placeholder-orange-500\/0::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-orange-500\/0::-moz-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-orange-500\/0:-ms-input-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-orange-500\/0::-ms-input-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-orange-500\/0::placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-orange-500\/5::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-orange-500\/5::-moz-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-orange-500\/5:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-orange-500\/5::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-orange-500\/5::placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-orange-500\/10::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-orange-500\/10::-moz-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-orange-500\/10:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-orange-500\/10::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-orange-500\/10::placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-orange-500\/20::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-orange-500\/20::-moz-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-orange-500\/20:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-orange-500\/20::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-orange-500\/20::placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-orange-500\/25::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-orange-500\/25::-moz-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-orange-500\/25:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-orange-500\/25::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-orange-500\/25::placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-orange-500\/30::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-orange-500\/30::-moz-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-orange-500\/30:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-orange-500\/30::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-orange-500\/30::placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-orange-500\/40::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-orange-500\/40::-moz-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-orange-500\/40:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-orange-500\/40::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-orange-500\/40::placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-orange-500\/50::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-orange-500\/50::-moz-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-orange-500\/50:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-orange-500\/50::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-orange-500\/50::placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-orange-500\/60::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-orange-500\/60::-moz-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-orange-500\/60:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-orange-500\/60::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-orange-500\/60::placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-orange-500\/70::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-orange-500\/70::-moz-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-orange-500\/70:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-orange-500\/70::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-orange-500\/70::placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-orange-500\/75::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-orange-500\/75::-moz-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-orange-500\/75:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-orange-500\/75::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-orange-500\/75::placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-orange-500\/80::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-orange-500\/80::-moz-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-orange-500\/80:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-orange-500\/80::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-orange-500\/80::placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-orange-500\/90::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-orange-500\/90::-moz-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-orange-500\/90:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-orange-500\/90::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-orange-500\/90::placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-orange-500\/95::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-orange-500\/95::-moz-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-orange-500\/95:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-orange-500\/95::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-orange-500\/95::placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-orange-500\/100::-webkit-input-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-orange-500\/100::-moz-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-orange-500\/100:-ms-input-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-orange-500\/100::-ms-input-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-orange-500\/100::placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-orange-600\/0::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0); +} +.placeholder-orange-600\/0::-moz-placeholder{ + color: rgb(221 142 10 / 0); +} +.placeholder-orange-600\/0:-ms-input-placeholder{ + color: rgb(221 142 10 / 0); +} +.placeholder-orange-600\/0::-ms-input-placeholder{ + color: rgb(221 142 10 / 0); +} +.placeholder-orange-600\/0::placeholder{ + color: rgb(221 142 10 / 0); +} +.placeholder-orange-600\/5::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.05); +} +.placeholder-orange-600\/5::-moz-placeholder{ + color: rgb(221 142 10 / 0.05); +} +.placeholder-orange-600\/5:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.05); +} +.placeholder-orange-600\/5::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.05); +} +.placeholder-orange-600\/5::placeholder{ + color: rgb(221 142 10 / 0.05); +} +.placeholder-orange-600\/10::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.1); +} +.placeholder-orange-600\/10::-moz-placeholder{ + color: rgb(221 142 10 / 0.1); +} +.placeholder-orange-600\/10:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.1); +} +.placeholder-orange-600\/10::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.1); +} +.placeholder-orange-600\/10::placeholder{ + color: rgb(221 142 10 / 0.1); +} +.placeholder-orange-600\/20::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.2); +} +.placeholder-orange-600\/20::-moz-placeholder{ + color: rgb(221 142 10 / 0.2); +} +.placeholder-orange-600\/20:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.2); +} +.placeholder-orange-600\/20::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.2); +} +.placeholder-orange-600\/20::placeholder{ + color: rgb(221 142 10 / 0.2); +} +.placeholder-orange-600\/25::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.25); +} +.placeholder-orange-600\/25::-moz-placeholder{ + color: rgb(221 142 10 / 0.25); +} +.placeholder-orange-600\/25:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.25); +} +.placeholder-orange-600\/25::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.25); +} +.placeholder-orange-600\/25::placeholder{ + color: rgb(221 142 10 / 0.25); +} +.placeholder-orange-600\/30::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.3); +} +.placeholder-orange-600\/30::-moz-placeholder{ + color: rgb(221 142 10 / 0.3); +} +.placeholder-orange-600\/30:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.3); +} +.placeholder-orange-600\/30::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.3); +} +.placeholder-orange-600\/30::placeholder{ + color: rgb(221 142 10 / 0.3); +} +.placeholder-orange-600\/40::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.4); +} +.placeholder-orange-600\/40::-moz-placeholder{ + color: rgb(221 142 10 / 0.4); +} +.placeholder-orange-600\/40:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.4); +} +.placeholder-orange-600\/40::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.4); +} +.placeholder-orange-600\/40::placeholder{ + color: rgb(221 142 10 / 0.4); +} +.placeholder-orange-600\/50::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.5); +} +.placeholder-orange-600\/50::-moz-placeholder{ + color: rgb(221 142 10 / 0.5); +} +.placeholder-orange-600\/50:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.5); +} +.placeholder-orange-600\/50::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.5); +} +.placeholder-orange-600\/50::placeholder{ + color: rgb(221 142 10 / 0.5); +} +.placeholder-orange-600\/60::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.6); +} +.placeholder-orange-600\/60::-moz-placeholder{ + color: rgb(221 142 10 / 0.6); +} +.placeholder-orange-600\/60:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.6); +} +.placeholder-orange-600\/60::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.6); +} +.placeholder-orange-600\/60::placeholder{ + color: rgb(221 142 10 / 0.6); +} +.placeholder-orange-600\/70::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.7); +} +.placeholder-orange-600\/70::-moz-placeholder{ + color: rgb(221 142 10 / 0.7); +} +.placeholder-orange-600\/70:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.7); +} +.placeholder-orange-600\/70::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.7); +} +.placeholder-orange-600\/70::placeholder{ + color: rgb(221 142 10 / 0.7); +} +.placeholder-orange-600\/75::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.75); +} +.placeholder-orange-600\/75::-moz-placeholder{ + color: rgb(221 142 10 / 0.75); +} +.placeholder-orange-600\/75:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.75); +} +.placeholder-orange-600\/75::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.75); +} +.placeholder-orange-600\/75::placeholder{ + color: rgb(221 142 10 / 0.75); +} +.placeholder-orange-600\/80::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.8); +} +.placeholder-orange-600\/80::-moz-placeholder{ + color: rgb(221 142 10 / 0.8); +} +.placeholder-orange-600\/80:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.8); +} +.placeholder-orange-600\/80::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.8); +} +.placeholder-orange-600\/80::placeholder{ + color: rgb(221 142 10 / 0.8); +} +.placeholder-orange-600\/90::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.9); +} +.placeholder-orange-600\/90::-moz-placeholder{ + color: rgb(221 142 10 / 0.9); +} +.placeholder-orange-600\/90:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.9); +} +.placeholder-orange-600\/90::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.9); +} +.placeholder-orange-600\/90::placeholder{ + color: rgb(221 142 10 / 0.9); +} +.placeholder-orange-600\/95::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.95); +} +.placeholder-orange-600\/95::-moz-placeholder{ + color: rgb(221 142 10 / 0.95); +} +.placeholder-orange-600\/95:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.95); +} +.placeholder-orange-600\/95::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.95); +} +.placeholder-orange-600\/95::placeholder{ + color: rgb(221 142 10 / 0.95); +} +.placeholder-orange-600\/100::-webkit-input-placeholder{ + color: rgb(221 142 10 / 1); +} +.placeholder-orange-600\/100::-moz-placeholder{ + color: rgb(221 142 10 / 1); +} +.placeholder-orange-600\/100:-ms-input-placeholder{ + color: rgb(221 142 10 / 1); +} +.placeholder-orange-600\/100::-ms-input-placeholder{ + color: rgb(221 142 10 / 1); +} +.placeholder-orange-600\/100::placeholder{ + color: rgb(221 142 10 / 1); +} +.placeholder-orange-700\/0::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0); +} +.placeholder-orange-700\/0::-moz-placeholder{ + color: rgb(184 119 8 / 0); +} +.placeholder-orange-700\/0:-ms-input-placeholder{ + color: rgb(184 119 8 / 0); +} +.placeholder-orange-700\/0::-ms-input-placeholder{ + color: rgb(184 119 8 / 0); +} +.placeholder-orange-700\/0::placeholder{ + color: rgb(184 119 8 / 0); +} +.placeholder-orange-700\/5::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.05); +} +.placeholder-orange-700\/5::-moz-placeholder{ + color: rgb(184 119 8 / 0.05); +} +.placeholder-orange-700\/5:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.05); +} +.placeholder-orange-700\/5::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.05); +} +.placeholder-orange-700\/5::placeholder{ + color: rgb(184 119 8 / 0.05); +} +.placeholder-orange-700\/10::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.1); +} +.placeholder-orange-700\/10::-moz-placeholder{ + color: rgb(184 119 8 / 0.1); +} +.placeholder-orange-700\/10:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.1); +} +.placeholder-orange-700\/10::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.1); +} +.placeholder-orange-700\/10::placeholder{ + color: rgb(184 119 8 / 0.1); +} +.placeholder-orange-700\/20::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.2); +} +.placeholder-orange-700\/20::-moz-placeholder{ + color: rgb(184 119 8 / 0.2); +} +.placeholder-orange-700\/20:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.2); +} +.placeholder-orange-700\/20::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.2); +} +.placeholder-orange-700\/20::placeholder{ + color: rgb(184 119 8 / 0.2); +} +.placeholder-orange-700\/25::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.25); +} +.placeholder-orange-700\/25::-moz-placeholder{ + color: rgb(184 119 8 / 0.25); +} +.placeholder-orange-700\/25:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.25); +} +.placeholder-orange-700\/25::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.25); +} +.placeholder-orange-700\/25::placeholder{ + color: rgb(184 119 8 / 0.25); +} +.placeholder-orange-700\/30::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.3); +} +.placeholder-orange-700\/30::-moz-placeholder{ + color: rgb(184 119 8 / 0.3); +} +.placeholder-orange-700\/30:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.3); +} +.placeholder-orange-700\/30::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.3); +} +.placeholder-orange-700\/30::placeholder{ + color: rgb(184 119 8 / 0.3); +} +.placeholder-orange-700\/40::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.4); +} +.placeholder-orange-700\/40::-moz-placeholder{ + color: rgb(184 119 8 / 0.4); +} +.placeholder-orange-700\/40:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.4); +} +.placeholder-orange-700\/40::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.4); +} +.placeholder-orange-700\/40::placeholder{ + color: rgb(184 119 8 / 0.4); +} +.placeholder-orange-700\/50::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.5); +} +.placeholder-orange-700\/50::-moz-placeholder{ + color: rgb(184 119 8 / 0.5); +} +.placeholder-orange-700\/50:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.5); +} +.placeholder-orange-700\/50::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.5); +} +.placeholder-orange-700\/50::placeholder{ + color: rgb(184 119 8 / 0.5); +} +.placeholder-orange-700\/60::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.6); +} +.placeholder-orange-700\/60::-moz-placeholder{ + color: rgb(184 119 8 / 0.6); +} +.placeholder-orange-700\/60:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.6); +} +.placeholder-orange-700\/60::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.6); +} +.placeholder-orange-700\/60::placeholder{ + color: rgb(184 119 8 / 0.6); +} +.placeholder-orange-700\/70::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.7); +} +.placeholder-orange-700\/70::-moz-placeholder{ + color: rgb(184 119 8 / 0.7); +} +.placeholder-orange-700\/70:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.7); +} +.placeholder-orange-700\/70::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.7); +} +.placeholder-orange-700\/70::placeholder{ + color: rgb(184 119 8 / 0.7); +} +.placeholder-orange-700\/75::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.75); +} +.placeholder-orange-700\/75::-moz-placeholder{ + color: rgb(184 119 8 / 0.75); +} +.placeholder-orange-700\/75:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.75); +} +.placeholder-orange-700\/75::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.75); +} +.placeholder-orange-700\/75::placeholder{ + color: rgb(184 119 8 / 0.75); +} +.placeholder-orange-700\/80::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.8); +} +.placeholder-orange-700\/80::-moz-placeholder{ + color: rgb(184 119 8 / 0.8); +} +.placeholder-orange-700\/80:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.8); +} +.placeholder-orange-700\/80::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.8); +} +.placeholder-orange-700\/80::placeholder{ + color: rgb(184 119 8 / 0.8); +} +.placeholder-orange-700\/90::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.9); +} +.placeholder-orange-700\/90::-moz-placeholder{ + color: rgb(184 119 8 / 0.9); +} +.placeholder-orange-700\/90:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.9); +} +.placeholder-orange-700\/90::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.9); +} +.placeholder-orange-700\/90::placeholder{ + color: rgb(184 119 8 / 0.9); +} +.placeholder-orange-700\/95::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.95); +} +.placeholder-orange-700\/95::-moz-placeholder{ + color: rgb(184 119 8 / 0.95); +} +.placeholder-orange-700\/95:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.95); +} +.placeholder-orange-700\/95::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.95); +} +.placeholder-orange-700\/95::placeholder{ + color: rgb(184 119 8 / 0.95); +} +.placeholder-orange-700\/100::-webkit-input-placeholder{ + color: rgb(184 119 8 / 1); +} +.placeholder-orange-700\/100::-moz-placeholder{ + color: rgb(184 119 8 / 1); +} +.placeholder-orange-700\/100:-ms-input-placeholder{ + color: rgb(184 119 8 / 1); +} +.placeholder-orange-700\/100::-ms-input-placeholder{ + color: rgb(184 119 8 / 1); +} +.placeholder-orange-700\/100::placeholder{ + color: rgb(184 119 8 / 1); +} +.placeholder-orange-800\/0::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0); +} +.placeholder-orange-800\/0::-moz-placeholder{ + color: rgb(147 95 7 / 0); +} +.placeholder-orange-800\/0:-ms-input-placeholder{ + color: rgb(147 95 7 / 0); +} +.placeholder-orange-800\/0::-ms-input-placeholder{ + color: rgb(147 95 7 / 0); +} +.placeholder-orange-800\/0::placeholder{ + color: rgb(147 95 7 / 0); +} +.placeholder-orange-800\/5::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.05); +} +.placeholder-orange-800\/5::-moz-placeholder{ + color: rgb(147 95 7 / 0.05); +} +.placeholder-orange-800\/5:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.05); +} +.placeholder-orange-800\/5::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.05); +} +.placeholder-orange-800\/5::placeholder{ + color: rgb(147 95 7 / 0.05); +} +.placeholder-orange-800\/10::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.1); +} +.placeholder-orange-800\/10::-moz-placeholder{ + color: rgb(147 95 7 / 0.1); +} +.placeholder-orange-800\/10:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.1); +} +.placeholder-orange-800\/10::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.1); +} +.placeholder-orange-800\/10::placeholder{ + color: rgb(147 95 7 / 0.1); +} +.placeholder-orange-800\/20::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.2); +} +.placeholder-orange-800\/20::-moz-placeholder{ + color: rgb(147 95 7 / 0.2); +} +.placeholder-orange-800\/20:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.2); +} +.placeholder-orange-800\/20::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.2); +} +.placeholder-orange-800\/20::placeholder{ + color: rgb(147 95 7 / 0.2); +} +.placeholder-orange-800\/25::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.25); +} +.placeholder-orange-800\/25::-moz-placeholder{ + color: rgb(147 95 7 / 0.25); +} +.placeholder-orange-800\/25:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.25); +} +.placeholder-orange-800\/25::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.25); +} +.placeholder-orange-800\/25::placeholder{ + color: rgb(147 95 7 / 0.25); +} +.placeholder-orange-800\/30::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.3); +} +.placeholder-orange-800\/30::-moz-placeholder{ + color: rgb(147 95 7 / 0.3); +} +.placeholder-orange-800\/30:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.3); +} +.placeholder-orange-800\/30::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.3); +} +.placeholder-orange-800\/30::placeholder{ + color: rgb(147 95 7 / 0.3); +} +.placeholder-orange-800\/40::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.4); +} +.placeholder-orange-800\/40::-moz-placeholder{ + color: rgb(147 95 7 / 0.4); +} +.placeholder-orange-800\/40:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.4); +} +.placeholder-orange-800\/40::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.4); +} +.placeholder-orange-800\/40::placeholder{ + color: rgb(147 95 7 / 0.4); +} +.placeholder-orange-800\/50::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.5); +} +.placeholder-orange-800\/50::-moz-placeholder{ + color: rgb(147 95 7 / 0.5); +} +.placeholder-orange-800\/50:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.5); +} +.placeholder-orange-800\/50::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.5); +} +.placeholder-orange-800\/50::placeholder{ + color: rgb(147 95 7 / 0.5); +} +.placeholder-orange-800\/60::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.6); +} +.placeholder-orange-800\/60::-moz-placeholder{ + color: rgb(147 95 7 / 0.6); +} +.placeholder-orange-800\/60:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.6); +} +.placeholder-orange-800\/60::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.6); +} +.placeholder-orange-800\/60::placeholder{ + color: rgb(147 95 7 / 0.6); +} +.placeholder-orange-800\/70::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.7); +} +.placeholder-orange-800\/70::-moz-placeholder{ + color: rgb(147 95 7 / 0.7); +} +.placeholder-orange-800\/70:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.7); +} +.placeholder-orange-800\/70::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.7); +} +.placeholder-orange-800\/70::placeholder{ + color: rgb(147 95 7 / 0.7); +} +.placeholder-orange-800\/75::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.75); +} +.placeholder-orange-800\/75::-moz-placeholder{ + color: rgb(147 95 7 / 0.75); +} +.placeholder-orange-800\/75:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.75); +} +.placeholder-orange-800\/75::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.75); +} +.placeholder-orange-800\/75::placeholder{ + color: rgb(147 95 7 / 0.75); +} +.placeholder-orange-800\/80::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.8); +} +.placeholder-orange-800\/80::-moz-placeholder{ + color: rgb(147 95 7 / 0.8); +} +.placeholder-orange-800\/80:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.8); +} +.placeholder-orange-800\/80::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.8); +} +.placeholder-orange-800\/80::placeholder{ + color: rgb(147 95 7 / 0.8); +} +.placeholder-orange-800\/90::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.9); +} +.placeholder-orange-800\/90::-moz-placeholder{ + color: rgb(147 95 7 / 0.9); +} +.placeholder-orange-800\/90:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.9); +} +.placeholder-orange-800\/90::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.9); +} +.placeholder-orange-800\/90::placeholder{ + color: rgb(147 95 7 / 0.9); +} +.placeholder-orange-800\/95::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.95); +} +.placeholder-orange-800\/95::-moz-placeholder{ + color: rgb(147 95 7 / 0.95); +} +.placeholder-orange-800\/95:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.95); +} +.placeholder-orange-800\/95::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.95); +} +.placeholder-orange-800\/95::placeholder{ + color: rgb(147 95 7 / 0.95); +} +.placeholder-orange-800\/100::-webkit-input-placeholder{ + color: rgb(147 95 7 / 1); +} +.placeholder-orange-800\/100::-moz-placeholder{ + color: rgb(147 95 7 / 1); +} +.placeholder-orange-800\/100:-ms-input-placeholder{ + color: rgb(147 95 7 / 1); +} +.placeholder-orange-800\/100::-ms-input-placeholder{ + color: rgb(147 95 7 / 1); +} +.placeholder-orange-800\/100::placeholder{ + color: rgb(147 95 7 / 1); +} +.placeholder-orange-900\/0::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0); +} +.placeholder-orange-900\/0::-moz-placeholder{ + color: rgb(120 77 5 / 0); +} +.placeholder-orange-900\/0:-ms-input-placeholder{ + color: rgb(120 77 5 / 0); +} +.placeholder-orange-900\/0::-ms-input-placeholder{ + color: rgb(120 77 5 / 0); +} +.placeholder-orange-900\/0::placeholder{ + color: rgb(120 77 5 / 0); +} +.placeholder-orange-900\/5::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.05); +} +.placeholder-orange-900\/5::-moz-placeholder{ + color: rgb(120 77 5 / 0.05); +} +.placeholder-orange-900\/5:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.05); +} +.placeholder-orange-900\/5::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.05); +} +.placeholder-orange-900\/5::placeholder{ + color: rgb(120 77 5 / 0.05); +} +.placeholder-orange-900\/10::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.1); +} +.placeholder-orange-900\/10::-moz-placeholder{ + color: rgb(120 77 5 / 0.1); +} +.placeholder-orange-900\/10:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.1); +} +.placeholder-orange-900\/10::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.1); +} +.placeholder-orange-900\/10::placeholder{ + color: rgb(120 77 5 / 0.1); +} +.placeholder-orange-900\/20::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.2); +} +.placeholder-orange-900\/20::-moz-placeholder{ + color: rgb(120 77 5 / 0.2); +} +.placeholder-orange-900\/20:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.2); +} +.placeholder-orange-900\/20::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.2); +} +.placeholder-orange-900\/20::placeholder{ + color: rgb(120 77 5 / 0.2); +} +.placeholder-orange-900\/25::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.25); +} +.placeholder-orange-900\/25::-moz-placeholder{ + color: rgb(120 77 5 / 0.25); +} +.placeholder-orange-900\/25:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.25); +} +.placeholder-orange-900\/25::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.25); +} +.placeholder-orange-900\/25::placeholder{ + color: rgb(120 77 5 / 0.25); +} +.placeholder-orange-900\/30::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.3); +} +.placeholder-orange-900\/30::-moz-placeholder{ + color: rgb(120 77 5 / 0.3); +} +.placeholder-orange-900\/30:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.3); +} +.placeholder-orange-900\/30::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.3); +} +.placeholder-orange-900\/30::placeholder{ + color: rgb(120 77 5 / 0.3); +} +.placeholder-orange-900\/40::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.4); +} +.placeholder-orange-900\/40::-moz-placeholder{ + color: rgb(120 77 5 / 0.4); +} +.placeholder-orange-900\/40:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.4); +} +.placeholder-orange-900\/40::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.4); +} +.placeholder-orange-900\/40::placeholder{ + color: rgb(120 77 5 / 0.4); +} +.placeholder-orange-900\/50::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.5); +} +.placeholder-orange-900\/50::-moz-placeholder{ + color: rgb(120 77 5 / 0.5); +} +.placeholder-orange-900\/50:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.5); +} +.placeholder-orange-900\/50::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.5); +} +.placeholder-orange-900\/50::placeholder{ + color: rgb(120 77 5 / 0.5); +} +.placeholder-orange-900\/60::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.6); +} +.placeholder-orange-900\/60::-moz-placeholder{ + color: rgb(120 77 5 / 0.6); +} +.placeholder-orange-900\/60:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.6); +} +.placeholder-orange-900\/60::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.6); +} +.placeholder-orange-900\/60::placeholder{ + color: rgb(120 77 5 / 0.6); +} +.placeholder-orange-900\/70::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.7); +} +.placeholder-orange-900\/70::-moz-placeholder{ + color: rgb(120 77 5 / 0.7); +} +.placeholder-orange-900\/70:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.7); +} +.placeholder-orange-900\/70::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.7); +} +.placeholder-orange-900\/70::placeholder{ + color: rgb(120 77 5 / 0.7); +} +.placeholder-orange-900\/75::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.75); +} +.placeholder-orange-900\/75::-moz-placeholder{ + color: rgb(120 77 5 / 0.75); +} +.placeholder-orange-900\/75:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.75); +} +.placeholder-orange-900\/75::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.75); +} +.placeholder-orange-900\/75::placeholder{ + color: rgb(120 77 5 / 0.75); +} +.placeholder-orange-900\/80::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.8); +} +.placeholder-orange-900\/80::-moz-placeholder{ + color: rgb(120 77 5 / 0.8); +} +.placeholder-orange-900\/80:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.8); +} +.placeholder-orange-900\/80::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.8); +} +.placeholder-orange-900\/80::placeholder{ + color: rgb(120 77 5 / 0.8); +} +.placeholder-orange-900\/90::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.9); +} +.placeholder-orange-900\/90::-moz-placeholder{ + color: rgb(120 77 5 / 0.9); +} +.placeholder-orange-900\/90:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.9); +} +.placeholder-orange-900\/90::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.9); +} +.placeholder-orange-900\/90::placeholder{ + color: rgb(120 77 5 / 0.9); +} +.placeholder-orange-900\/95::-webkit-input-placeholder{ + color: rgb(120 77 5 / 0.95); +} +.placeholder-orange-900\/95::-moz-placeholder{ + color: rgb(120 77 5 / 0.95); +} +.placeholder-orange-900\/95:-ms-input-placeholder{ + color: rgb(120 77 5 / 0.95); +} +.placeholder-orange-900\/95::-ms-input-placeholder{ + color: rgb(120 77 5 / 0.95); +} +.placeholder-orange-900\/95::placeholder{ + color: rgb(120 77 5 / 0.95); +} +.placeholder-orange-900\/100::-webkit-input-placeholder{ + color: rgb(120 77 5 / 1); +} +.placeholder-orange-900\/100::-moz-placeholder{ + color: rgb(120 77 5 / 1); +} +.placeholder-orange-900\/100:-ms-input-placeholder{ + color: rgb(120 77 5 / 1); +} +.placeholder-orange-900\/100::-ms-input-placeholder{ + color: rgb(120 77 5 / 1); +} +.placeholder-orange-900\/100::placeholder{ + color: rgb(120 77 5 / 1); +} +.placeholder-orange\/0::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-orange\/0::-moz-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-orange\/0:-ms-input-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-orange\/0::-ms-input-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-orange\/0::placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-orange\/5::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-orange\/5::-moz-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-orange\/5:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-orange\/5::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-orange\/5::placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-orange\/10::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-orange\/10::-moz-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-orange\/10:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-orange\/10::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-orange\/10::placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-orange\/20::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-orange\/20::-moz-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-orange\/20:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-orange\/20::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-orange\/20::placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-orange\/25::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-orange\/25::-moz-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-orange\/25:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-orange\/25::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-orange\/25::placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-orange\/30::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-orange\/30::-moz-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-orange\/30:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-orange\/30::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-orange\/30::placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-orange\/40::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-orange\/40::-moz-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-orange\/40:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-orange\/40::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-orange\/40::placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-orange\/50::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-orange\/50::-moz-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-orange\/50:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-orange\/50::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-orange\/50::placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-orange\/60::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-orange\/60::-moz-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-orange\/60:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-orange\/60::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-orange\/60::placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-orange\/70::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-orange\/70::-moz-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-orange\/70:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-orange\/70::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-orange\/70::placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-orange\/75::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-orange\/75::-moz-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-orange\/75:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-orange\/75::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-orange\/75::placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-orange\/80::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-orange\/80::-moz-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-orange\/80:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-orange\/80::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-orange\/80::placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-orange\/90::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-orange\/90::-moz-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-orange\/90:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-orange\/90::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-orange\/90::placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-orange\/95::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-orange\/95::-moz-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-orange\/95:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-orange\/95::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-orange\/95::placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-orange\/100::-webkit-input-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-orange\/100::-moz-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-orange\/100:-ms-input-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-orange\/100::-ms-input-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-orange\/100::placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-amber-50\/0::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0); +} +.placeholder-amber-50\/0::-moz-placeholder{ + color: rgb(255 251 235 / 0); +} +.placeholder-amber-50\/0:-ms-input-placeholder{ + color: rgb(255 251 235 / 0); +} +.placeholder-amber-50\/0::-ms-input-placeholder{ + color: rgb(255 251 235 / 0); +} +.placeholder-amber-50\/0::placeholder{ + color: rgb(255 251 235 / 0); +} +.placeholder-amber-50\/5::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.05); +} +.placeholder-amber-50\/5::-moz-placeholder{ + color: rgb(255 251 235 / 0.05); +} +.placeholder-amber-50\/5:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.05); +} +.placeholder-amber-50\/5::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.05); +} +.placeholder-amber-50\/5::placeholder{ + color: rgb(255 251 235 / 0.05); +} +.placeholder-amber-50\/10::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.1); +} +.placeholder-amber-50\/10::-moz-placeholder{ + color: rgb(255 251 235 / 0.1); +} +.placeholder-amber-50\/10:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.1); +} +.placeholder-amber-50\/10::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.1); +} +.placeholder-amber-50\/10::placeholder{ + color: rgb(255 251 235 / 0.1); +} +.placeholder-amber-50\/20::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.2); +} +.placeholder-amber-50\/20::-moz-placeholder{ + color: rgb(255 251 235 / 0.2); +} +.placeholder-amber-50\/20:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.2); +} +.placeholder-amber-50\/20::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.2); +} +.placeholder-amber-50\/20::placeholder{ + color: rgb(255 251 235 / 0.2); +} +.placeholder-amber-50\/25::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.25); +} +.placeholder-amber-50\/25::-moz-placeholder{ + color: rgb(255 251 235 / 0.25); +} +.placeholder-amber-50\/25:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.25); +} +.placeholder-amber-50\/25::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.25); +} +.placeholder-amber-50\/25::placeholder{ + color: rgb(255 251 235 / 0.25); +} +.placeholder-amber-50\/30::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.3); +} +.placeholder-amber-50\/30::-moz-placeholder{ + color: rgb(255 251 235 / 0.3); +} +.placeholder-amber-50\/30:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.3); +} +.placeholder-amber-50\/30::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.3); +} +.placeholder-amber-50\/30::placeholder{ + color: rgb(255 251 235 / 0.3); +} +.placeholder-amber-50\/40::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.4); +} +.placeholder-amber-50\/40::-moz-placeholder{ + color: rgb(255 251 235 / 0.4); +} +.placeholder-amber-50\/40:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.4); +} +.placeholder-amber-50\/40::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.4); +} +.placeholder-amber-50\/40::placeholder{ + color: rgb(255 251 235 / 0.4); +} +.placeholder-amber-50\/50::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.5); +} +.placeholder-amber-50\/50::-moz-placeholder{ + color: rgb(255 251 235 / 0.5); +} +.placeholder-amber-50\/50:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.5); +} +.placeholder-amber-50\/50::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.5); +} +.placeholder-amber-50\/50::placeholder{ + color: rgb(255 251 235 / 0.5); +} +.placeholder-amber-50\/60::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.6); +} +.placeholder-amber-50\/60::-moz-placeholder{ + color: rgb(255 251 235 / 0.6); +} +.placeholder-amber-50\/60:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.6); +} +.placeholder-amber-50\/60::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.6); +} +.placeholder-amber-50\/60::placeholder{ + color: rgb(255 251 235 / 0.6); +} +.placeholder-amber-50\/70::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.7); +} +.placeholder-amber-50\/70::-moz-placeholder{ + color: rgb(255 251 235 / 0.7); +} +.placeholder-amber-50\/70:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.7); +} +.placeholder-amber-50\/70::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.7); +} +.placeholder-amber-50\/70::placeholder{ + color: rgb(255 251 235 / 0.7); +} +.placeholder-amber-50\/75::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.75); +} +.placeholder-amber-50\/75::-moz-placeholder{ + color: rgb(255 251 235 / 0.75); +} +.placeholder-amber-50\/75:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.75); +} +.placeholder-amber-50\/75::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.75); +} +.placeholder-amber-50\/75::placeholder{ + color: rgb(255 251 235 / 0.75); +} +.placeholder-amber-50\/80::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.8); +} +.placeholder-amber-50\/80::-moz-placeholder{ + color: rgb(255 251 235 / 0.8); +} +.placeholder-amber-50\/80:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.8); +} +.placeholder-amber-50\/80::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.8); +} +.placeholder-amber-50\/80::placeholder{ + color: rgb(255 251 235 / 0.8); +} +.placeholder-amber-50\/90::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.9); +} +.placeholder-amber-50\/90::-moz-placeholder{ + color: rgb(255 251 235 / 0.9); +} +.placeholder-amber-50\/90:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.9); +} +.placeholder-amber-50\/90::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.9); +} +.placeholder-amber-50\/90::placeholder{ + color: rgb(255 251 235 / 0.9); +} +.placeholder-amber-50\/95::-webkit-input-placeholder{ + color: rgb(255 251 235 / 0.95); +} +.placeholder-amber-50\/95::-moz-placeholder{ + color: rgb(255 251 235 / 0.95); +} +.placeholder-amber-50\/95:-ms-input-placeholder{ + color: rgb(255 251 235 / 0.95); +} +.placeholder-amber-50\/95::-ms-input-placeholder{ + color: rgb(255 251 235 / 0.95); +} +.placeholder-amber-50\/95::placeholder{ + color: rgb(255 251 235 / 0.95); +} +.placeholder-amber-50\/100::-webkit-input-placeholder{ + color: rgb(255 251 235 / 1); +} +.placeholder-amber-50\/100::-moz-placeholder{ + color: rgb(255 251 235 / 1); +} +.placeholder-amber-50\/100:-ms-input-placeholder{ + color: rgb(255 251 235 / 1); +} +.placeholder-amber-50\/100::-ms-input-placeholder{ + color: rgb(255 251 235 / 1); +} +.placeholder-amber-50\/100::placeholder{ + color: rgb(255 251 235 / 1); +} +.placeholder-amber-100\/0::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0); +} +.placeholder-amber-100\/0::-moz-placeholder{ + color: rgb(254 243 199 / 0); +} +.placeholder-amber-100\/0:-ms-input-placeholder{ + color: rgb(254 243 199 / 0); +} +.placeholder-amber-100\/0::-ms-input-placeholder{ + color: rgb(254 243 199 / 0); +} +.placeholder-amber-100\/0::placeholder{ + color: rgb(254 243 199 / 0); +} +.placeholder-amber-100\/5::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.05); +} +.placeholder-amber-100\/5::-moz-placeholder{ + color: rgb(254 243 199 / 0.05); +} +.placeholder-amber-100\/5:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.05); +} +.placeholder-amber-100\/5::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.05); +} +.placeholder-amber-100\/5::placeholder{ + color: rgb(254 243 199 / 0.05); +} +.placeholder-amber-100\/10::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.1); +} +.placeholder-amber-100\/10::-moz-placeholder{ + color: rgb(254 243 199 / 0.1); +} +.placeholder-amber-100\/10:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.1); +} +.placeholder-amber-100\/10::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.1); +} +.placeholder-amber-100\/10::placeholder{ + color: rgb(254 243 199 / 0.1); +} +.placeholder-amber-100\/20::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.2); +} +.placeholder-amber-100\/20::-moz-placeholder{ + color: rgb(254 243 199 / 0.2); +} +.placeholder-amber-100\/20:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.2); +} +.placeholder-amber-100\/20::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.2); +} +.placeholder-amber-100\/20::placeholder{ + color: rgb(254 243 199 / 0.2); +} +.placeholder-amber-100\/25::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.25); +} +.placeholder-amber-100\/25::-moz-placeholder{ + color: rgb(254 243 199 / 0.25); +} +.placeholder-amber-100\/25:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.25); +} +.placeholder-amber-100\/25::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.25); +} +.placeholder-amber-100\/25::placeholder{ + color: rgb(254 243 199 / 0.25); +} +.placeholder-amber-100\/30::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.3); +} +.placeholder-amber-100\/30::-moz-placeholder{ + color: rgb(254 243 199 / 0.3); +} +.placeholder-amber-100\/30:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.3); +} +.placeholder-amber-100\/30::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.3); +} +.placeholder-amber-100\/30::placeholder{ + color: rgb(254 243 199 / 0.3); +} +.placeholder-amber-100\/40::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.4); +} +.placeholder-amber-100\/40::-moz-placeholder{ + color: rgb(254 243 199 / 0.4); +} +.placeholder-amber-100\/40:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.4); +} +.placeholder-amber-100\/40::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.4); +} +.placeholder-amber-100\/40::placeholder{ + color: rgb(254 243 199 / 0.4); +} +.placeholder-amber-100\/50::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.5); +} +.placeholder-amber-100\/50::-moz-placeholder{ + color: rgb(254 243 199 / 0.5); +} +.placeholder-amber-100\/50:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.5); +} +.placeholder-amber-100\/50::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.5); +} +.placeholder-amber-100\/50::placeholder{ + color: rgb(254 243 199 / 0.5); +} +.placeholder-amber-100\/60::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.6); +} +.placeholder-amber-100\/60::-moz-placeholder{ + color: rgb(254 243 199 / 0.6); +} +.placeholder-amber-100\/60:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.6); +} +.placeholder-amber-100\/60::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.6); +} +.placeholder-amber-100\/60::placeholder{ + color: rgb(254 243 199 / 0.6); +} +.placeholder-amber-100\/70::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.7); +} +.placeholder-amber-100\/70::-moz-placeholder{ + color: rgb(254 243 199 / 0.7); +} +.placeholder-amber-100\/70:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.7); +} +.placeholder-amber-100\/70::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.7); +} +.placeholder-amber-100\/70::placeholder{ + color: rgb(254 243 199 / 0.7); +} +.placeholder-amber-100\/75::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.75); +} +.placeholder-amber-100\/75::-moz-placeholder{ + color: rgb(254 243 199 / 0.75); +} +.placeholder-amber-100\/75:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.75); +} +.placeholder-amber-100\/75::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.75); +} +.placeholder-amber-100\/75::placeholder{ + color: rgb(254 243 199 / 0.75); +} +.placeholder-amber-100\/80::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.8); +} +.placeholder-amber-100\/80::-moz-placeholder{ + color: rgb(254 243 199 / 0.8); +} +.placeholder-amber-100\/80:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.8); +} +.placeholder-amber-100\/80::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.8); +} +.placeholder-amber-100\/80::placeholder{ + color: rgb(254 243 199 / 0.8); +} +.placeholder-amber-100\/90::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.9); +} +.placeholder-amber-100\/90::-moz-placeholder{ + color: rgb(254 243 199 / 0.9); +} +.placeholder-amber-100\/90:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.9); +} +.placeholder-amber-100\/90::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.9); +} +.placeholder-amber-100\/90::placeholder{ + color: rgb(254 243 199 / 0.9); +} +.placeholder-amber-100\/95::-webkit-input-placeholder{ + color: rgb(254 243 199 / 0.95); +} +.placeholder-amber-100\/95::-moz-placeholder{ + color: rgb(254 243 199 / 0.95); +} +.placeholder-amber-100\/95:-ms-input-placeholder{ + color: rgb(254 243 199 / 0.95); +} +.placeholder-amber-100\/95::-ms-input-placeholder{ + color: rgb(254 243 199 / 0.95); +} +.placeholder-amber-100\/95::placeholder{ + color: rgb(254 243 199 / 0.95); +} +.placeholder-amber-100\/100::-webkit-input-placeholder{ + color: rgb(254 243 199 / 1); +} +.placeholder-amber-100\/100::-moz-placeholder{ + color: rgb(254 243 199 / 1); +} +.placeholder-amber-100\/100:-ms-input-placeholder{ + color: rgb(254 243 199 / 1); +} +.placeholder-amber-100\/100::-ms-input-placeholder{ + color: rgb(254 243 199 / 1); +} +.placeholder-amber-100\/100::placeholder{ + color: rgb(254 243 199 / 1); +} +.placeholder-amber-200\/0::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0); +} +.placeholder-amber-200\/0::-moz-placeholder{ + color: rgb(253 230 138 / 0); +} +.placeholder-amber-200\/0:-ms-input-placeholder{ + color: rgb(253 230 138 / 0); +} +.placeholder-amber-200\/0::-ms-input-placeholder{ + color: rgb(253 230 138 / 0); +} +.placeholder-amber-200\/0::placeholder{ + color: rgb(253 230 138 / 0); +} +.placeholder-amber-200\/5::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.05); +} +.placeholder-amber-200\/5::-moz-placeholder{ + color: rgb(253 230 138 / 0.05); +} +.placeholder-amber-200\/5:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.05); +} +.placeholder-amber-200\/5::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.05); +} +.placeholder-amber-200\/5::placeholder{ + color: rgb(253 230 138 / 0.05); +} +.placeholder-amber-200\/10::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.1); +} +.placeholder-amber-200\/10::-moz-placeholder{ + color: rgb(253 230 138 / 0.1); +} +.placeholder-amber-200\/10:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.1); +} +.placeholder-amber-200\/10::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.1); +} +.placeholder-amber-200\/10::placeholder{ + color: rgb(253 230 138 / 0.1); +} +.placeholder-amber-200\/20::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.2); +} +.placeholder-amber-200\/20::-moz-placeholder{ + color: rgb(253 230 138 / 0.2); +} +.placeholder-amber-200\/20:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.2); +} +.placeholder-amber-200\/20::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.2); +} +.placeholder-amber-200\/20::placeholder{ + color: rgb(253 230 138 / 0.2); +} +.placeholder-amber-200\/25::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.25); +} +.placeholder-amber-200\/25::-moz-placeholder{ + color: rgb(253 230 138 / 0.25); +} +.placeholder-amber-200\/25:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.25); +} +.placeholder-amber-200\/25::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.25); +} +.placeholder-amber-200\/25::placeholder{ + color: rgb(253 230 138 / 0.25); +} +.placeholder-amber-200\/30::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.3); +} +.placeholder-amber-200\/30::-moz-placeholder{ + color: rgb(253 230 138 / 0.3); +} +.placeholder-amber-200\/30:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.3); +} +.placeholder-amber-200\/30::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.3); +} +.placeholder-amber-200\/30::placeholder{ + color: rgb(253 230 138 / 0.3); +} +.placeholder-amber-200\/40::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.4); +} +.placeholder-amber-200\/40::-moz-placeholder{ + color: rgb(253 230 138 / 0.4); +} +.placeholder-amber-200\/40:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.4); +} +.placeholder-amber-200\/40::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.4); +} +.placeholder-amber-200\/40::placeholder{ + color: rgb(253 230 138 / 0.4); +} +.placeholder-amber-200\/50::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.5); +} +.placeholder-amber-200\/50::-moz-placeholder{ + color: rgb(253 230 138 / 0.5); +} +.placeholder-amber-200\/50:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.5); +} +.placeholder-amber-200\/50::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.5); +} +.placeholder-amber-200\/50::placeholder{ + color: rgb(253 230 138 / 0.5); +} +.placeholder-amber-200\/60::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.6); +} +.placeholder-amber-200\/60::-moz-placeholder{ + color: rgb(253 230 138 / 0.6); +} +.placeholder-amber-200\/60:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.6); +} +.placeholder-amber-200\/60::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.6); +} +.placeholder-amber-200\/60::placeholder{ + color: rgb(253 230 138 / 0.6); +} +.placeholder-amber-200\/70::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.7); +} +.placeholder-amber-200\/70::-moz-placeholder{ + color: rgb(253 230 138 / 0.7); +} +.placeholder-amber-200\/70:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.7); +} +.placeholder-amber-200\/70::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.7); +} +.placeholder-amber-200\/70::placeholder{ + color: rgb(253 230 138 / 0.7); +} +.placeholder-amber-200\/75::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.75); +} +.placeholder-amber-200\/75::-moz-placeholder{ + color: rgb(253 230 138 / 0.75); +} +.placeholder-amber-200\/75:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.75); +} +.placeholder-amber-200\/75::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.75); +} +.placeholder-amber-200\/75::placeholder{ + color: rgb(253 230 138 / 0.75); +} +.placeholder-amber-200\/80::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.8); +} +.placeholder-amber-200\/80::-moz-placeholder{ + color: rgb(253 230 138 / 0.8); +} +.placeholder-amber-200\/80:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.8); +} +.placeholder-amber-200\/80::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.8); +} +.placeholder-amber-200\/80::placeholder{ + color: rgb(253 230 138 / 0.8); +} +.placeholder-amber-200\/90::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.9); +} +.placeholder-amber-200\/90::-moz-placeholder{ + color: rgb(253 230 138 / 0.9); +} +.placeholder-amber-200\/90:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.9); +} +.placeholder-amber-200\/90::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.9); +} +.placeholder-amber-200\/90::placeholder{ + color: rgb(253 230 138 / 0.9); +} +.placeholder-amber-200\/95::-webkit-input-placeholder{ + color: rgb(253 230 138 / 0.95); +} +.placeholder-amber-200\/95::-moz-placeholder{ + color: rgb(253 230 138 / 0.95); +} +.placeholder-amber-200\/95:-ms-input-placeholder{ + color: rgb(253 230 138 / 0.95); +} +.placeholder-amber-200\/95::-ms-input-placeholder{ + color: rgb(253 230 138 / 0.95); +} +.placeholder-amber-200\/95::placeholder{ + color: rgb(253 230 138 / 0.95); +} +.placeholder-amber-200\/100::-webkit-input-placeholder{ + color: rgb(253 230 138 / 1); +} +.placeholder-amber-200\/100::-moz-placeholder{ + color: rgb(253 230 138 / 1); +} +.placeholder-amber-200\/100:-ms-input-placeholder{ + color: rgb(253 230 138 / 1); +} +.placeholder-amber-200\/100::-ms-input-placeholder{ + color: rgb(253 230 138 / 1); +} +.placeholder-amber-200\/100::placeholder{ + color: rgb(253 230 138 / 1); +} +.placeholder-amber-300\/0::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0); +} +.placeholder-amber-300\/0::-moz-placeholder{ + color: rgb(252 211 77 / 0); +} +.placeholder-amber-300\/0:-ms-input-placeholder{ + color: rgb(252 211 77 / 0); +} +.placeholder-amber-300\/0::-ms-input-placeholder{ + color: rgb(252 211 77 / 0); +} +.placeholder-amber-300\/0::placeholder{ + color: rgb(252 211 77 / 0); +} +.placeholder-amber-300\/5::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.05); +} +.placeholder-amber-300\/5::-moz-placeholder{ + color: rgb(252 211 77 / 0.05); +} +.placeholder-amber-300\/5:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.05); +} +.placeholder-amber-300\/5::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.05); +} +.placeholder-amber-300\/5::placeholder{ + color: rgb(252 211 77 / 0.05); +} +.placeholder-amber-300\/10::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.1); +} +.placeholder-amber-300\/10::-moz-placeholder{ + color: rgb(252 211 77 / 0.1); +} +.placeholder-amber-300\/10:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.1); +} +.placeholder-amber-300\/10::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.1); +} +.placeholder-amber-300\/10::placeholder{ + color: rgb(252 211 77 / 0.1); +} +.placeholder-amber-300\/20::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.2); +} +.placeholder-amber-300\/20::-moz-placeholder{ + color: rgb(252 211 77 / 0.2); +} +.placeholder-amber-300\/20:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.2); +} +.placeholder-amber-300\/20::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.2); +} +.placeholder-amber-300\/20::placeholder{ + color: rgb(252 211 77 / 0.2); +} +.placeholder-amber-300\/25::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.25); +} +.placeholder-amber-300\/25::-moz-placeholder{ + color: rgb(252 211 77 / 0.25); +} +.placeholder-amber-300\/25:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.25); +} +.placeholder-amber-300\/25::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.25); +} +.placeholder-amber-300\/25::placeholder{ + color: rgb(252 211 77 / 0.25); +} +.placeholder-amber-300\/30::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.3); +} +.placeholder-amber-300\/30::-moz-placeholder{ + color: rgb(252 211 77 / 0.3); +} +.placeholder-amber-300\/30:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.3); +} +.placeholder-amber-300\/30::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.3); +} +.placeholder-amber-300\/30::placeholder{ + color: rgb(252 211 77 / 0.3); +} +.placeholder-amber-300\/40::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.4); +} +.placeholder-amber-300\/40::-moz-placeholder{ + color: rgb(252 211 77 / 0.4); +} +.placeholder-amber-300\/40:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.4); +} +.placeholder-amber-300\/40::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.4); +} +.placeholder-amber-300\/40::placeholder{ + color: rgb(252 211 77 / 0.4); +} +.placeholder-amber-300\/50::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.5); +} +.placeholder-amber-300\/50::-moz-placeholder{ + color: rgb(252 211 77 / 0.5); +} +.placeholder-amber-300\/50:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.5); +} +.placeholder-amber-300\/50::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.5); +} +.placeholder-amber-300\/50::placeholder{ + color: rgb(252 211 77 / 0.5); +} +.placeholder-amber-300\/60::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.6); +} +.placeholder-amber-300\/60::-moz-placeholder{ + color: rgb(252 211 77 / 0.6); +} +.placeholder-amber-300\/60:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.6); +} +.placeholder-amber-300\/60::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.6); +} +.placeholder-amber-300\/60::placeholder{ + color: rgb(252 211 77 / 0.6); +} +.placeholder-amber-300\/70::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.7); +} +.placeholder-amber-300\/70::-moz-placeholder{ + color: rgb(252 211 77 / 0.7); +} +.placeholder-amber-300\/70:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.7); +} +.placeholder-amber-300\/70::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.7); +} +.placeholder-amber-300\/70::placeholder{ + color: rgb(252 211 77 / 0.7); +} +.placeholder-amber-300\/75::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.75); +} +.placeholder-amber-300\/75::-moz-placeholder{ + color: rgb(252 211 77 / 0.75); +} +.placeholder-amber-300\/75:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.75); +} +.placeholder-amber-300\/75::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.75); +} +.placeholder-amber-300\/75::placeholder{ + color: rgb(252 211 77 / 0.75); +} +.placeholder-amber-300\/80::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.8); +} +.placeholder-amber-300\/80::-moz-placeholder{ + color: rgb(252 211 77 / 0.8); +} +.placeholder-amber-300\/80:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.8); +} +.placeholder-amber-300\/80::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.8); +} +.placeholder-amber-300\/80::placeholder{ + color: rgb(252 211 77 / 0.8); +} +.placeholder-amber-300\/90::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.9); +} +.placeholder-amber-300\/90::-moz-placeholder{ + color: rgb(252 211 77 / 0.9); +} +.placeholder-amber-300\/90:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.9); +} +.placeholder-amber-300\/90::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.9); +} +.placeholder-amber-300\/90::placeholder{ + color: rgb(252 211 77 / 0.9); +} +.placeholder-amber-300\/95::-webkit-input-placeholder{ + color: rgb(252 211 77 / 0.95); +} +.placeholder-amber-300\/95::-moz-placeholder{ + color: rgb(252 211 77 / 0.95); +} +.placeholder-amber-300\/95:-ms-input-placeholder{ + color: rgb(252 211 77 / 0.95); +} +.placeholder-amber-300\/95::-ms-input-placeholder{ + color: rgb(252 211 77 / 0.95); +} +.placeholder-amber-300\/95::placeholder{ + color: rgb(252 211 77 / 0.95); +} +.placeholder-amber-300\/100::-webkit-input-placeholder{ + color: rgb(252 211 77 / 1); +} +.placeholder-amber-300\/100::-moz-placeholder{ + color: rgb(252 211 77 / 1); +} +.placeholder-amber-300\/100:-ms-input-placeholder{ + color: rgb(252 211 77 / 1); +} +.placeholder-amber-300\/100::-ms-input-placeholder{ + color: rgb(252 211 77 / 1); +} +.placeholder-amber-300\/100::placeholder{ + color: rgb(252 211 77 / 1); +} +.placeholder-amber-400\/0::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0); +} +.placeholder-amber-400\/0::-moz-placeholder{ + color: rgb(251 191 36 / 0); +} +.placeholder-amber-400\/0:-ms-input-placeholder{ + color: rgb(251 191 36 / 0); +} +.placeholder-amber-400\/0::-ms-input-placeholder{ + color: rgb(251 191 36 / 0); +} +.placeholder-amber-400\/0::placeholder{ + color: rgb(251 191 36 / 0); +} +.placeholder-amber-400\/5::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.05); +} +.placeholder-amber-400\/5::-moz-placeholder{ + color: rgb(251 191 36 / 0.05); +} +.placeholder-amber-400\/5:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.05); +} +.placeholder-amber-400\/5::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.05); +} +.placeholder-amber-400\/5::placeholder{ + color: rgb(251 191 36 / 0.05); +} +.placeholder-amber-400\/10::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.1); +} +.placeholder-amber-400\/10::-moz-placeholder{ + color: rgb(251 191 36 / 0.1); +} +.placeholder-amber-400\/10:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.1); +} +.placeholder-amber-400\/10::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.1); +} +.placeholder-amber-400\/10::placeholder{ + color: rgb(251 191 36 / 0.1); +} +.placeholder-amber-400\/20::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.2); +} +.placeholder-amber-400\/20::-moz-placeholder{ + color: rgb(251 191 36 / 0.2); +} +.placeholder-amber-400\/20:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.2); +} +.placeholder-amber-400\/20::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.2); +} +.placeholder-amber-400\/20::placeholder{ + color: rgb(251 191 36 / 0.2); +} +.placeholder-amber-400\/25::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.25); +} +.placeholder-amber-400\/25::-moz-placeholder{ + color: rgb(251 191 36 / 0.25); +} +.placeholder-amber-400\/25:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.25); +} +.placeholder-amber-400\/25::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.25); +} +.placeholder-amber-400\/25::placeholder{ + color: rgb(251 191 36 / 0.25); +} +.placeholder-amber-400\/30::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.3); +} +.placeholder-amber-400\/30::-moz-placeholder{ + color: rgb(251 191 36 / 0.3); +} +.placeholder-amber-400\/30:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.3); +} +.placeholder-amber-400\/30::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.3); +} +.placeholder-amber-400\/30::placeholder{ + color: rgb(251 191 36 / 0.3); +} +.placeholder-amber-400\/40::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.4); +} +.placeholder-amber-400\/40::-moz-placeholder{ + color: rgb(251 191 36 / 0.4); +} +.placeholder-amber-400\/40:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.4); +} +.placeholder-amber-400\/40::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.4); +} +.placeholder-amber-400\/40::placeholder{ + color: rgb(251 191 36 / 0.4); +} +.placeholder-amber-400\/50::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.5); +} +.placeholder-amber-400\/50::-moz-placeholder{ + color: rgb(251 191 36 / 0.5); +} +.placeholder-amber-400\/50:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.5); +} +.placeholder-amber-400\/50::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.5); +} +.placeholder-amber-400\/50::placeholder{ + color: rgb(251 191 36 / 0.5); +} +.placeholder-amber-400\/60::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.6); +} +.placeholder-amber-400\/60::-moz-placeholder{ + color: rgb(251 191 36 / 0.6); +} +.placeholder-amber-400\/60:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.6); +} +.placeholder-amber-400\/60::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.6); +} +.placeholder-amber-400\/60::placeholder{ + color: rgb(251 191 36 / 0.6); +} +.placeholder-amber-400\/70::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.7); +} +.placeholder-amber-400\/70::-moz-placeholder{ + color: rgb(251 191 36 / 0.7); +} +.placeholder-amber-400\/70:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.7); +} +.placeholder-amber-400\/70::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.7); +} +.placeholder-amber-400\/70::placeholder{ + color: rgb(251 191 36 / 0.7); +} +.placeholder-amber-400\/75::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.75); +} +.placeholder-amber-400\/75::-moz-placeholder{ + color: rgb(251 191 36 / 0.75); +} +.placeholder-amber-400\/75:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.75); +} +.placeholder-amber-400\/75::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.75); +} +.placeholder-amber-400\/75::placeholder{ + color: rgb(251 191 36 / 0.75); +} +.placeholder-amber-400\/80::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.8); +} +.placeholder-amber-400\/80::-moz-placeholder{ + color: rgb(251 191 36 / 0.8); +} +.placeholder-amber-400\/80:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.8); +} +.placeholder-amber-400\/80::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.8); +} +.placeholder-amber-400\/80::placeholder{ + color: rgb(251 191 36 / 0.8); +} +.placeholder-amber-400\/90::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.9); +} +.placeholder-amber-400\/90::-moz-placeholder{ + color: rgb(251 191 36 / 0.9); +} +.placeholder-amber-400\/90:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.9); +} +.placeholder-amber-400\/90::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.9); +} +.placeholder-amber-400\/90::placeholder{ + color: rgb(251 191 36 / 0.9); +} +.placeholder-amber-400\/95::-webkit-input-placeholder{ + color: rgb(251 191 36 / 0.95); +} +.placeholder-amber-400\/95::-moz-placeholder{ + color: rgb(251 191 36 / 0.95); +} +.placeholder-amber-400\/95:-ms-input-placeholder{ + color: rgb(251 191 36 / 0.95); +} +.placeholder-amber-400\/95::-ms-input-placeholder{ + color: rgb(251 191 36 / 0.95); +} +.placeholder-amber-400\/95::placeholder{ + color: rgb(251 191 36 / 0.95); +} +.placeholder-amber-400\/100::-webkit-input-placeholder{ + color: rgb(251 191 36 / 1); +} +.placeholder-amber-400\/100::-moz-placeholder{ + color: rgb(251 191 36 / 1); +} +.placeholder-amber-400\/100:-ms-input-placeholder{ + color: rgb(251 191 36 / 1); +} +.placeholder-amber-400\/100::-ms-input-placeholder{ + color: rgb(251 191 36 / 1); +} +.placeholder-amber-400\/100::placeholder{ + color: rgb(251 191 36 / 1); +} +.placeholder-amber-500\/0::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-amber-500\/0::-moz-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-amber-500\/0:-ms-input-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-amber-500\/0::-ms-input-placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-amber-500\/0::placeholder{ + color: rgb(245 158 11 / 0); +} +.placeholder-amber-500\/5::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-amber-500\/5::-moz-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-amber-500\/5:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-amber-500\/5::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-amber-500\/5::placeholder{ + color: rgb(245 158 11 / 0.05); +} +.placeholder-amber-500\/10::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-amber-500\/10::-moz-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-amber-500\/10:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-amber-500\/10::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-amber-500\/10::placeholder{ + color: rgb(245 158 11 / 0.1); +} +.placeholder-amber-500\/20::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-amber-500\/20::-moz-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-amber-500\/20:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-amber-500\/20::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-amber-500\/20::placeholder{ + color: rgb(245 158 11 / 0.2); +} +.placeholder-amber-500\/25::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-amber-500\/25::-moz-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-amber-500\/25:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-amber-500\/25::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-amber-500\/25::placeholder{ + color: rgb(245 158 11 / 0.25); +} +.placeholder-amber-500\/30::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-amber-500\/30::-moz-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-amber-500\/30:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-amber-500\/30::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-amber-500\/30::placeholder{ + color: rgb(245 158 11 / 0.3); +} +.placeholder-amber-500\/40::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-amber-500\/40::-moz-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-amber-500\/40:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-amber-500\/40::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-amber-500\/40::placeholder{ + color: rgb(245 158 11 / 0.4); +} +.placeholder-amber-500\/50::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-amber-500\/50::-moz-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-amber-500\/50:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-amber-500\/50::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-amber-500\/50::placeholder{ + color: rgb(245 158 11 / 0.5); +} +.placeholder-amber-500\/60::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-amber-500\/60::-moz-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-amber-500\/60:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-amber-500\/60::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-amber-500\/60::placeholder{ + color: rgb(245 158 11 / 0.6); +} +.placeholder-amber-500\/70::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-amber-500\/70::-moz-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-amber-500\/70:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-amber-500\/70::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-amber-500\/70::placeholder{ + color: rgb(245 158 11 / 0.7); +} +.placeholder-amber-500\/75::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-amber-500\/75::-moz-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-amber-500\/75:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-amber-500\/75::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-amber-500\/75::placeholder{ + color: rgb(245 158 11 / 0.75); +} +.placeholder-amber-500\/80::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-amber-500\/80::-moz-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-amber-500\/80:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-amber-500\/80::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-amber-500\/80::placeholder{ + color: rgb(245 158 11 / 0.8); +} +.placeholder-amber-500\/90::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-amber-500\/90::-moz-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-amber-500\/90:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-amber-500\/90::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-amber-500\/90::placeholder{ + color: rgb(245 158 11 / 0.9); +} +.placeholder-amber-500\/95::-webkit-input-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-amber-500\/95::-moz-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-amber-500\/95:-ms-input-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-amber-500\/95::-ms-input-placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-amber-500\/95::placeholder{ + color: rgb(245 158 11 / 0.95); +} +.placeholder-amber-500\/100::-webkit-input-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-amber-500\/100::-moz-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-amber-500\/100:-ms-input-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-amber-500\/100::-ms-input-placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-amber-500\/100::placeholder{ + color: rgb(245 158 11 / 1); +} +.placeholder-amber-600\/0::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0); +} +.placeholder-amber-600\/0::-moz-placeholder{ + color: rgb(217 119 6 / 0); +} +.placeholder-amber-600\/0:-ms-input-placeholder{ + color: rgb(217 119 6 / 0); +} +.placeholder-amber-600\/0::-ms-input-placeholder{ + color: rgb(217 119 6 / 0); +} +.placeholder-amber-600\/0::placeholder{ + color: rgb(217 119 6 / 0); +} +.placeholder-amber-600\/5::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.05); +} +.placeholder-amber-600\/5::-moz-placeholder{ + color: rgb(217 119 6 / 0.05); +} +.placeholder-amber-600\/5:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.05); +} +.placeholder-amber-600\/5::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.05); +} +.placeholder-amber-600\/5::placeholder{ + color: rgb(217 119 6 / 0.05); +} +.placeholder-amber-600\/10::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.1); +} +.placeholder-amber-600\/10::-moz-placeholder{ + color: rgb(217 119 6 / 0.1); +} +.placeholder-amber-600\/10:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.1); +} +.placeholder-amber-600\/10::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.1); +} +.placeholder-amber-600\/10::placeholder{ + color: rgb(217 119 6 / 0.1); +} +.placeholder-amber-600\/20::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.2); +} +.placeholder-amber-600\/20::-moz-placeholder{ + color: rgb(217 119 6 / 0.2); +} +.placeholder-amber-600\/20:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.2); +} +.placeholder-amber-600\/20::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.2); +} +.placeholder-amber-600\/20::placeholder{ + color: rgb(217 119 6 / 0.2); +} +.placeholder-amber-600\/25::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.25); +} +.placeholder-amber-600\/25::-moz-placeholder{ + color: rgb(217 119 6 / 0.25); +} +.placeholder-amber-600\/25:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.25); +} +.placeholder-amber-600\/25::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.25); +} +.placeholder-amber-600\/25::placeholder{ + color: rgb(217 119 6 / 0.25); +} +.placeholder-amber-600\/30::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.3); +} +.placeholder-amber-600\/30::-moz-placeholder{ + color: rgb(217 119 6 / 0.3); +} +.placeholder-amber-600\/30:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.3); +} +.placeholder-amber-600\/30::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.3); +} +.placeholder-amber-600\/30::placeholder{ + color: rgb(217 119 6 / 0.3); +} +.placeholder-amber-600\/40::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.4); +} +.placeholder-amber-600\/40::-moz-placeholder{ + color: rgb(217 119 6 / 0.4); +} +.placeholder-amber-600\/40:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.4); +} +.placeholder-amber-600\/40::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.4); +} +.placeholder-amber-600\/40::placeholder{ + color: rgb(217 119 6 / 0.4); +} +.placeholder-amber-600\/50::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.5); +} +.placeholder-amber-600\/50::-moz-placeholder{ + color: rgb(217 119 6 / 0.5); +} +.placeholder-amber-600\/50:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.5); +} +.placeholder-amber-600\/50::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.5); +} +.placeholder-amber-600\/50::placeholder{ + color: rgb(217 119 6 / 0.5); +} +.placeholder-amber-600\/60::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.6); +} +.placeholder-amber-600\/60::-moz-placeholder{ + color: rgb(217 119 6 / 0.6); +} +.placeholder-amber-600\/60:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.6); +} +.placeholder-amber-600\/60::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.6); +} +.placeholder-amber-600\/60::placeholder{ + color: rgb(217 119 6 / 0.6); +} +.placeholder-amber-600\/70::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.7); +} +.placeholder-amber-600\/70::-moz-placeholder{ + color: rgb(217 119 6 / 0.7); +} +.placeholder-amber-600\/70:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.7); +} +.placeholder-amber-600\/70::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.7); +} +.placeholder-amber-600\/70::placeholder{ + color: rgb(217 119 6 / 0.7); +} +.placeholder-amber-600\/75::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.75); +} +.placeholder-amber-600\/75::-moz-placeholder{ + color: rgb(217 119 6 / 0.75); +} +.placeholder-amber-600\/75:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.75); +} +.placeholder-amber-600\/75::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.75); +} +.placeholder-amber-600\/75::placeholder{ + color: rgb(217 119 6 / 0.75); +} +.placeholder-amber-600\/80::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.8); +} +.placeholder-amber-600\/80::-moz-placeholder{ + color: rgb(217 119 6 / 0.8); +} +.placeholder-amber-600\/80:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.8); +} +.placeholder-amber-600\/80::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.8); +} +.placeholder-amber-600\/80::placeholder{ + color: rgb(217 119 6 / 0.8); +} +.placeholder-amber-600\/90::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.9); +} +.placeholder-amber-600\/90::-moz-placeholder{ + color: rgb(217 119 6 / 0.9); +} +.placeholder-amber-600\/90:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.9); +} +.placeholder-amber-600\/90::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.9); +} +.placeholder-amber-600\/90::placeholder{ + color: rgb(217 119 6 / 0.9); +} +.placeholder-amber-600\/95::-webkit-input-placeholder{ + color: rgb(217 119 6 / 0.95); +} +.placeholder-amber-600\/95::-moz-placeholder{ + color: rgb(217 119 6 / 0.95); +} +.placeholder-amber-600\/95:-ms-input-placeholder{ + color: rgb(217 119 6 / 0.95); +} +.placeholder-amber-600\/95::-ms-input-placeholder{ + color: rgb(217 119 6 / 0.95); +} +.placeholder-amber-600\/95::placeholder{ + color: rgb(217 119 6 / 0.95); +} +.placeholder-amber-600\/100::-webkit-input-placeholder{ + color: rgb(217 119 6 / 1); +} +.placeholder-amber-600\/100::-moz-placeholder{ + color: rgb(217 119 6 / 1); +} +.placeholder-amber-600\/100:-ms-input-placeholder{ + color: rgb(217 119 6 / 1); +} +.placeholder-amber-600\/100::-ms-input-placeholder{ + color: rgb(217 119 6 / 1); +} +.placeholder-amber-600\/100::placeholder{ + color: rgb(217 119 6 / 1); +} +.placeholder-amber-700\/0::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0); +} +.placeholder-amber-700\/0::-moz-placeholder{ + color: rgb(180 83 9 / 0); +} +.placeholder-amber-700\/0:-ms-input-placeholder{ + color: rgb(180 83 9 / 0); +} +.placeholder-amber-700\/0::-ms-input-placeholder{ + color: rgb(180 83 9 / 0); +} +.placeholder-amber-700\/0::placeholder{ + color: rgb(180 83 9 / 0); +} +.placeholder-amber-700\/5::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.05); +} +.placeholder-amber-700\/5::-moz-placeholder{ + color: rgb(180 83 9 / 0.05); +} +.placeholder-amber-700\/5:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.05); +} +.placeholder-amber-700\/5::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.05); +} +.placeholder-amber-700\/5::placeholder{ + color: rgb(180 83 9 / 0.05); +} +.placeholder-amber-700\/10::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.1); +} +.placeholder-amber-700\/10::-moz-placeholder{ + color: rgb(180 83 9 / 0.1); +} +.placeholder-amber-700\/10:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.1); +} +.placeholder-amber-700\/10::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.1); +} +.placeholder-amber-700\/10::placeholder{ + color: rgb(180 83 9 / 0.1); +} +.placeholder-amber-700\/20::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.2); +} +.placeholder-amber-700\/20::-moz-placeholder{ + color: rgb(180 83 9 / 0.2); +} +.placeholder-amber-700\/20:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.2); +} +.placeholder-amber-700\/20::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.2); +} +.placeholder-amber-700\/20::placeholder{ + color: rgb(180 83 9 / 0.2); +} +.placeholder-amber-700\/25::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.25); +} +.placeholder-amber-700\/25::-moz-placeholder{ + color: rgb(180 83 9 / 0.25); +} +.placeholder-amber-700\/25:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.25); +} +.placeholder-amber-700\/25::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.25); +} +.placeholder-amber-700\/25::placeholder{ + color: rgb(180 83 9 / 0.25); +} +.placeholder-amber-700\/30::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.3); +} +.placeholder-amber-700\/30::-moz-placeholder{ + color: rgb(180 83 9 / 0.3); +} +.placeholder-amber-700\/30:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.3); +} +.placeholder-amber-700\/30::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.3); +} +.placeholder-amber-700\/30::placeholder{ + color: rgb(180 83 9 / 0.3); +} +.placeholder-amber-700\/40::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.4); +} +.placeholder-amber-700\/40::-moz-placeholder{ + color: rgb(180 83 9 / 0.4); +} +.placeholder-amber-700\/40:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.4); +} +.placeholder-amber-700\/40::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.4); +} +.placeholder-amber-700\/40::placeholder{ + color: rgb(180 83 9 / 0.4); +} +.placeholder-amber-700\/50::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.5); +} +.placeholder-amber-700\/50::-moz-placeholder{ + color: rgb(180 83 9 / 0.5); +} +.placeholder-amber-700\/50:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.5); +} +.placeholder-amber-700\/50::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.5); +} +.placeholder-amber-700\/50::placeholder{ + color: rgb(180 83 9 / 0.5); +} +.placeholder-amber-700\/60::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.6); +} +.placeholder-amber-700\/60::-moz-placeholder{ + color: rgb(180 83 9 / 0.6); +} +.placeholder-amber-700\/60:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.6); +} +.placeholder-amber-700\/60::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.6); +} +.placeholder-amber-700\/60::placeholder{ + color: rgb(180 83 9 / 0.6); +} +.placeholder-amber-700\/70::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.7); +} +.placeholder-amber-700\/70::-moz-placeholder{ + color: rgb(180 83 9 / 0.7); +} +.placeholder-amber-700\/70:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.7); +} +.placeholder-amber-700\/70::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.7); +} +.placeholder-amber-700\/70::placeholder{ + color: rgb(180 83 9 / 0.7); +} +.placeholder-amber-700\/75::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.75); +} +.placeholder-amber-700\/75::-moz-placeholder{ + color: rgb(180 83 9 / 0.75); +} +.placeholder-amber-700\/75:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.75); +} +.placeholder-amber-700\/75::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.75); +} +.placeholder-amber-700\/75::placeholder{ + color: rgb(180 83 9 / 0.75); +} +.placeholder-amber-700\/80::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.8); +} +.placeholder-amber-700\/80::-moz-placeholder{ + color: rgb(180 83 9 / 0.8); +} +.placeholder-amber-700\/80:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.8); +} +.placeholder-amber-700\/80::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.8); +} +.placeholder-amber-700\/80::placeholder{ + color: rgb(180 83 9 / 0.8); +} +.placeholder-amber-700\/90::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.9); +} +.placeholder-amber-700\/90::-moz-placeholder{ + color: rgb(180 83 9 / 0.9); +} +.placeholder-amber-700\/90:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.9); +} +.placeholder-amber-700\/90::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.9); +} +.placeholder-amber-700\/90::placeholder{ + color: rgb(180 83 9 / 0.9); +} +.placeholder-amber-700\/95::-webkit-input-placeholder{ + color: rgb(180 83 9 / 0.95); +} +.placeholder-amber-700\/95::-moz-placeholder{ + color: rgb(180 83 9 / 0.95); +} +.placeholder-amber-700\/95:-ms-input-placeholder{ + color: rgb(180 83 9 / 0.95); +} +.placeholder-amber-700\/95::-ms-input-placeholder{ + color: rgb(180 83 9 / 0.95); +} +.placeholder-amber-700\/95::placeholder{ + color: rgb(180 83 9 / 0.95); +} +.placeholder-amber-700\/100::-webkit-input-placeholder{ + color: rgb(180 83 9 / 1); +} +.placeholder-amber-700\/100::-moz-placeholder{ + color: rgb(180 83 9 / 1); +} +.placeholder-amber-700\/100:-ms-input-placeholder{ + color: rgb(180 83 9 / 1); +} +.placeholder-amber-700\/100::-ms-input-placeholder{ + color: rgb(180 83 9 / 1); +} +.placeholder-amber-700\/100::placeholder{ + color: rgb(180 83 9 / 1); +} +.placeholder-amber-800\/0::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0); +} +.placeholder-amber-800\/0::-moz-placeholder{ + color: rgb(146 64 14 / 0); +} +.placeholder-amber-800\/0:-ms-input-placeholder{ + color: rgb(146 64 14 / 0); +} +.placeholder-amber-800\/0::-ms-input-placeholder{ + color: rgb(146 64 14 / 0); +} +.placeholder-amber-800\/0::placeholder{ + color: rgb(146 64 14 / 0); +} +.placeholder-amber-800\/5::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.05); +} +.placeholder-amber-800\/5::-moz-placeholder{ + color: rgb(146 64 14 / 0.05); +} +.placeholder-amber-800\/5:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.05); +} +.placeholder-amber-800\/5::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.05); +} +.placeholder-amber-800\/5::placeholder{ + color: rgb(146 64 14 / 0.05); +} +.placeholder-amber-800\/10::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.1); +} +.placeholder-amber-800\/10::-moz-placeholder{ + color: rgb(146 64 14 / 0.1); +} +.placeholder-amber-800\/10:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.1); +} +.placeholder-amber-800\/10::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.1); +} +.placeholder-amber-800\/10::placeholder{ + color: rgb(146 64 14 / 0.1); +} +.placeholder-amber-800\/20::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.2); +} +.placeholder-amber-800\/20::-moz-placeholder{ + color: rgb(146 64 14 / 0.2); +} +.placeholder-amber-800\/20:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.2); +} +.placeholder-amber-800\/20::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.2); +} +.placeholder-amber-800\/20::placeholder{ + color: rgb(146 64 14 / 0.2); +} +.placeholder-amber-800\/25::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.25); +} +.placeholder-amber-800\/25::-moz-placeholder{ + color: rgb(146 64 14 / 0.25); +} +.placeholder-amber-800\/25:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.25); +} +.placeholder-amber-800\/25::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.25); +} +.placeholder-amber-800\/25::placeholder{ + color: rgb(146 64 14 / 0.25); +} +.placeholder-amber-800\/30::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.3); +} +.placeholder-amber-800\/30::-moz-placeholder{ + color: rgb(146 64 14 / 0.3); +} +.placeholder-amber-800\/30:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.3); +} +.placeholder-amber-800\/30::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.3); +} +.placeholder-amber-800\/30::placeholder{ + color: rgb(146 64 14 / 0.3); +} +.placeholder-amber-800\/40::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.4); +} +.placeholder-amber-800\/40::-moz-placeholder{ + color: rgb(146 64 14 / 0.4); +} +.placeholder-amber-800\/40:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.4); +} +.placeholder-amber-800\/40::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.4); +} +.placeholder-amber-800\/40::placeholder{ + color: rgb(146 64 14 / 0.4); +} +.placeholder-amber-800\/50::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.5); +} +.placeholder-amber-800\/50::-moz-placeholder{ + color: rgb(146 64 14 / 0.5); +} +.placeholder-amber-800\/50:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.5); +} +.placeholder-amber-800\/50::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.5); +} +.placeholder-amber-800\/50::placeholder{ + color: rgb(146 64 14 / 0.5); +} +.placeholder-amber-800\/60::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.6); +} +.placeholder-amber-800\/60::-moz-placeholder{ + color: rgb(146 64 14 / 0.6); +} +.placeholder-amber-800\/60:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.6); +} +.placeholder-amber-800\/60::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.6); +} +.placeholder-amber-800\/60::placeholder{ + color: rgb(146 64 14 / 0.6); +} +.placeholder-amber-800\/70::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.7); +} +.placeholder-amber-800\/70::-moz-placeholder{ + color: rgb(146 64 14 / 0.7); +} +.placeholder-amber-800\/70:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.7); +} +.placeholder-amber-800\/70::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.7); +} +.placeholder-amber-800\/70::placeholder{ + color: rgb(146 64 14 / 0.7); +} +.placeholder-amber-800\/75::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.75); +} +.placeholder-amber-800\/75::-moz-placeholder{ + color: rgb(146 64 14 / 0.75); +} +.placeholder-amber-800\/75:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.75); +} +.placeholder-amber-800\/75::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.75); +} +.placeholder-amber-800\/75::placeholder{ + color: rgb(146 64 14 / 0.75); +} +.placeholder-amber-800\/80::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.8); +} +.placeholder-amber-800\/80::-moz-placeholder{ + color: rgb(146 64 14 / 0.8); +} +.placeholder-amber-800\/80:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.8); +} +.placeholder-amber-800\/80::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.8); +} +.placeholder-amber-800\/80::placeholder{ + color: rgb(146 64 14 / 0.8); +} +.placeholder-amber-800\/90::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.9); +} +.placeholder-amber-800\/90::-moz-placeholder{ + color: rgb(146 64 14 / 0.9); +} +.placeholder-amber-800\/90:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.9); +} +.placeholder-amber-800\/90::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.9); +} +.placeholder-amber-800\/90::placeholder{ + color: rgb(146 64 14 / 0.9); +} +.placeholder-amber-800\/95::-webkit-input-placeholder{ + color: rgb(146 64 14 / 0.95); +} +.placeholder-amber-800\/95::-moz-placeholder{ + color: rgb(146 64 14 / 0.95); +} +.placeholder-amber-800\/95:-ms-input-placeholder{ + color: rgb(146 64 14 / 0.95); +} +.placeholder-amber-800\/95::-ms-input-placeholder{ + color: rgb(146 64 14 / 0.95); +} +.placeholder-amber-800\/95::placeholder{ + color: rgb(146 64 14 / 0.95); +} +.placeholder-amber-800\/100::-webkit-input-placeholder{ + color: rgb(146 64 14 / 1); +} +.placeholder-amber-800\/100::-moz-placeholder{ + color: rgb(146 64 14 / 1); +} +.placeholder-amber-800\/100:-ms-input-placeholder{ + color: rgb(146 64 14 / 1); +} +.placeholder-amber-800\/100::-ms-input-placeholder{ + color: rgb(146 64 14 / 1); +} +.placeholder-amber-800\/100::placeholder{ + color: rgb(146 64 14 / 1); +} +.placeholder-amber-900\/0::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0); +} +.placeholder-amber-900\/0::-moz-placeholder{ + color: rgb(120 53 15 / 0); +} +.placeholder-amber-900\/0:-ms-input-placeholder{ + color: rgb(120 53 15 / 0); +} +.placeholder-amber-900\/0::-ms-input-placeholder{ + color: rgb(120 53 15 / 0); +} +.placeholder-amber-900\/0::placeholder{ + color: rgb(120 53 15 / 0); +} +.placeholder-amber-900\/5::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.05); +} +.placeholder-amber-900\/5::-moz-placeholder{ + color: rgb(120 53 15 / 0.05); +} +.placeholder-amber-900\/5:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.05); +} +.placeholder-amber-900\/5::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.05); +} +.placeholder-amber-900\/5::placeholder{ + color: rgb(120 53 15 / 0.05); +} +.placeholder-amber-900\/10::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.1); +} +.placeholder-amber-900\/10::-moz-placeholder{ + color: rgb(120 53 15 / 0.1); +} +.placeholder-amber-900\/10:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.1); +} +.placeholder-amber-900\/10::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.1); +} +.placeholder-amber-900\/10::placeholder{ + color: rgb(120 53 15 / 0.1); +} +.placeholder-amber-900\/20::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.2); +} +.placeholder-amber-900\/20::-moz-placeholder{ + color: rgb(120 53 15 / 0.2); +} +.placeholder-amber-900\/20:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.2); +} +.placeholder-amber-900\/20::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.2); +} +.placeholder-amber-900\/20::placeholder{ + color: rgb(120 53 15 / 0.2); +} +.placeholder-amber-900\/25::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.25); +} +.placeholder-amber-900\/25::-moz-placeholder{ + color: rgb(120 53 15 / 0.25); +} +.placeholder-amber-900\/25:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.25); +} +.placeholder-amber-900\/25::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.25); +} +.placeholder-amber-900\/25::placeholder{ + color: rgb(120 53 15 / 0.25); +} +.placeholder-amber-900\/30::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.3); +} +.placeholder-amber-900\/30::-moz-placeholder{ + color: rgb(120 53 15 / 0.3); +} +.placeholder-amber-900\/30:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.3); +} +.placeholder-amber-900\/30::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.3); +} +.placeholder-amber-900\/30::placeholder{ + color: rgb(120 53 15 / 0.3); +} +.placeholder-amber-900\/40::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.4); +} +.placeholder-amber-900\/40::-moz-placeholder{ + color: rgb(120 53 15 / 0.4); +} +.placeholder-amber-900\/40:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.4); +} +.placeholder-amber-900\/40::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.4); +} +.placeholder-amber-900\/40::placeholder{ + color: rgb(120 53 15 / 0.4); +} +.placeholder-amber-900\/50::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.5); +} +.placeholder-amber-900\/50::-moz-placeholder{ + color: rgb(120 53 15 / 0.5); +} +.placeholder-amber-900\/50:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.5); +} +.placeholder-amber-900\/50::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.5); +} +.placeholder-amber-900\/50::placeholder{ + color: rgb(120 53 15 / 0.5); +} +.placeholder-amber-900\/60::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.6); +} +.placeholder-amber-900\/60::-moz-placeholder{ + color: rgb(120 53 15 / 0.6); +} +.placeholder-amber-900\/60:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.6); +} +.placeholder-amber-900\/60::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.6); +} +.placeholder-amber-900\/60::placeholder{ + color: rgb(120 53 15 / 0.6); +} +.placeholder-amber-900\/70::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.7); +} +.placeholder-amber-900\/70::-moz-placeholder{ + color: rgb(120 53 15 / 0.7); +} +.placeholder-amber-900\/70:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.7); +} +.placeholder-amber-900\/70::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.7); +} +.placeholder-amber-900\/70::placeholder{ + color: rgb(120 53 15 / 0.7); +} +.placeholder-amber-900\/75::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.75); +} +.placeholder-amber-900\/75::-moz-placeholder{ + color: rgb(120 53 15 / 0.75); +} +.placeholder-amber-900\/75:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.75); +} +.placeholder-amber-900\/75::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.75); +} +.placeholder-amber-900\/75::placeholder{ + color: rgb(120 53 15 / 0.75); +} +.placeholder-amber-900\/80::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.8); +} +.placeholder-amber-900\/80::-moz-placeholder{ + color: rgb(120 53 15 / 0.8); +} +.placeholder-amber-900\/80:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.8); +} +.placeholder-amber-900\/80::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.8); +} +.placeholder-amber-900\/80::placeholder{ + color: rgb(120 53 15 / 0.8); +} +.placeholder-amber-900\/90::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.9); +} +.placeholder-amber-900\/90::-moz-placeholder{ + color: rgb(120 53 15 / 0.9); +} +.placeholder-amber-900\/90:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.9); +} +.placeholder-amber-900\/90::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.9); +} +.placeholder-amber-900\/90::placeholder{ + color: rgb(120 53 15 / 0.9); +} +.placeholder-amber-900\/95::-webkit-input-placeholder{ + color: rgb(120 53 15 / 0.95); +} +.placeholder-amber-900\/95::-moz-placeholder{ + color: rgb(120 53 15 / 0.95); +} +.placeholder-amber-900\/95:-ms-input-placeholder{ + color: rgb(120 53 15 / 0.95); +} +.placeholder-amber-900\/95::-ms-input-placeholder{ + color: rgb(120 53 15 / 0.95); +} +.placeholder-amber-900\/95::placeholder{ + color: rgb(120 53 15 / 0.95); +} +.placeholder-amber-900\/100::-webkit-input-placeholder{ + color: rgb(120 53 15 / 1); +} +.placeholder-amber-900\/100::-moz-placeholder{ + color: rgb(120 53 15 / 1); +} +.placeholder-amber-900\/100:-ms-input-placeholder{ + color: rgb(120 53 15 / 1); +} +.placeholder-amber-900\/100::-ms-input-placeholder{ + color: rgb(120 53 15 / 1); +} +.placeholder-amber-900\/100::placeholder{ + color: rgb(120 53 15 / 1); +} +.placeholder-yellow-50\/0::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0); +} +.placeholder-yellow-50\/0::-moz-placeholder{ + color: rgb(253 253 234 / 0); +} +.placeholder-yellow-50\/0:-ms-input-placeholder{ + color: rgb(253 253 234 / 0); +} +.placeholder-yellow-50\/0::-ms-input-placeholder{ + color: rgb(253 253 234 / 0); +} +.placeholder-yellow-50\/0::placeholder{ + color: rgb(253 253 234 / 0); +} +.placeholder-yellow-50\/5::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.05); +} +.placeholder-yellow-50\/5::-moz-placeholder{ + color: rgb(253 253 234 / 0.05); +} +.placeholder-yellow-50\/5:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.05); +} +.placeholder-yellow-50\/5::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.05); +} +.placeholder-yellow-50\/5::placeholder{ + color: rgb(253 253 234 / 0.05); +} +.placeholder-yellow-50\/10::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.1); +} +.placeholder-yellow-50\/10::-moz-placeholder{ + color: rgb(253 253 234 / 0.1); +} +.placeholder-yellow-50\/10:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.1); +} +.placeholder-yellow-50\/10::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.1); +} +.placeholder-yellow-50\/10::placeholder{ + color: rgb(253 253 234 / 0.1); +} +.placeholder-yellow-50\/20::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.2); +} +.placeholder-yellow-50\/20::-moz-placeholder{ + color: rgb(253 253 234 / 0.2); +} +.placeholder-yellow-50\/20:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.2); +} +.placeholder-yellow-50\/20::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.2); +} +.placeholder-yellow-50\/20::placeholder{ + color: rgb(253 253 234 / 0.2); +} +.placeholder-yellow-50\/25::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.25); +} +.placeholder-yellow-50\/25::-moz-placeholder{ + color: rgb(253 253 234 / 0.25); +} +.placeholder-yellow-50\/25:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.25); +} +.placeholder-yellow-50\/25::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.25); +} +.placeholder-yellow-50\/25::placeholder{ + color: rgb(253 253 234 / 0.25); +} +.placeholder-yellow-50\/30::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.3); +} +.placeholder-yellow-50\/30::-moz-placeholder{ + color: rgb(253 253 234 / 0.3); +} +.placeholder-yellow-50\/30:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.3); +} +.placeholder-yellow-50\/30::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.3); +} +.placeholder-yellow-50\/30::placeholder{ + color: rgb(253 253 234 / 0.3); +} +.placeholder-yellow-50\/40::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.4); +} +.placeholder-yellow-50\/40::-moz-placeholder{ + color: rgb(253 253 234 / 0.4); +} +.placeholder-yellow-50\/40:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.4); +} +.placeholder-yellow-50\/40::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.4); +} +.placeholder-yellow-50\/40::placeholder{ + color: rgb(253 253 234 / 0.4); +} +.placeholder-yellow-50\/50::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.5); +} +.placeholder-yellow-50\/50::-moz-placeholder{ + color: rgb(253 253 234 / 0.5); +} +.placeholder-yellow-50\/50:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.5); +} +.placeholder-yellow-50\/50::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.5); +} +.placeholder-yellow-50\/50::placeholder{ + color: rgb(253 253 234 / 0.5); +} +.placeholder-yellow-50\/60::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.6); +} +.placeholder-yellow-50\/60::-moz-placeholder{ + color: rgb(253 253 234 / 0.6); +} +.placeholder-yellow-50\/60:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.6); +} +.placeholder-yellow-50\/60::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.6); +} +.placeholder-yellow-50\/60::placeholder{ + color: rgb(253 253 234 / 0.6); +} +.placeholder-yellow-50\/70::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.7); +} +.placeholder-yellow-50\/70::-moz-placeholder{ + color: rgb(253 253 234 / 0.7); +} +.placeholder-yellow-50\/70:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.7); +} +.placeholder-yellow-50\/70::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.7); +} +.placeholder-yellow-50\/70::placeholder{ + color: rgb(253 253 234 / 0.7); +} +.placeholder-yellow-50\/75::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.75); +} +.placeholder-yellow-50\/75::-moz-placeholder{ + color: rgb(253 253 234 / 0.75); +} +.placeholder-yellow-50\/75:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.75); +} +.placeholder-yellow-50\/75::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.75); +} +.placeholder-yellow-50\/75::placeholder{ + color: rgb(253 253 234 / 0.75); +} +.placeholder-yellow-50\/80::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.8); +} +.placeholder-yellow-50\/80::-moz-placeholder{ + color: rgb(253 253 234 / 0.8); +} +.placeholder-yellow-50\/80:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.8); +} +.placeholder-yellow-50\/80::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.8); +} +.placeholder-yellow-50\/80::placeholder{ + color: rgb(253 253 234 / 0.8); +} +.placeholder-yellow-50\/90::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.9); +} +.placeholder-yellow-50\/90::-moz-placeholder{ + color: rgb(253 253 234 / 0.9); +} +.placeholder-yellow-50\/90:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.9); +} +.placeholder-yellow-50\/90::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.9); +} +.placeholder-yellow-50\/90::placeholder{ + color: rgb(253 253 234 / 0.9); +} +.placeholder-yellow-50\/95::-webkit-input-placeholder{ + color: rgb(253 253 234 / 0.95); +} +.placeholder-yellow-50\/95::-moz-placeholder{ + color: rgb(253 253 234 / 0.95); +} +.placeholder-yellow-50\/95:-ms-input-placeholder{ + color: rgb(253 253 234 / 0.95); +} +.placeholder-yellow-50\/95::-ms-input-placeholder{ + color: rgb(253 253 234 / 0.95); +} +.placeholder-yellow-50\/95::placeholder{ + color: rgb(253 253 234 / 0.95); +} +.placeholder-yellow-50\/100::-webkit-input-placeholder{ + color: rgb(253 253 234 / 1); +} +.placeholder-yellow-50\/100::-moz-placeholder{ + color: rgb(253 253 234 / 1); +} +.placeholder-yellow-50\/100:-ms-input-placeholder{ + color: rgb(253 253 234 / 1); +} +.placeholder-yellow-50\/100::-ms-input-placeholder{ + color: rgb(253 253 234 / 1); +} +.placeholder-yellow-50\/100::placeholder{ + color: rgb(253 253 234 / 1); +} +.placeholder-yellow-100\/0::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0); +} +.placeholder-yellow-100\/0::-moz-placeholder{ + color: rgb(253 246 178 / 0); +} +.placeholder-yellow-100\/0:-ms-input-placeholder{ + color: rgb(253 246 178 / 0); +} +.placeholder-yellow-100\/0::-ms-input-placeholder{ + color: rgb(253 246 178 / 0); +} +.placeholder-yellow-100\/0::placeholder{ + color: rgb(253 246 178 / 0); +} +.placeholder-yellow-100\/5::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.05); +} +.placeholder-yellow-100\/5::-moz-placeholder{ + color: rgb(253 246 178 / 0.05); +} +.placeholder-yellow-100\/5:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.05); +} +.placeholder-yellow-100\/5::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.05); +} +.placeholder-yellow-100\/5::placeholder{ + color: rgb(253 246 178 / 0.05); +} +.placeholder-yellow-100\/10::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.1); +} +.placeholder-yellow-100\/10::-moz-placeholder{ + color: rgb(253 246 178 / 0.1); +} +.placeholder-yellow-100\/10:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.1); +} +.placeholder-yellow-100\/10::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.1); +} +.placeholder-yellow-100\/10::placeholder{ + color: rgb(253 246 178 / 0.1); +} +.placeholder-yellow-100\/20::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.2); +} +.placeholder-yellow-100\/20::-moz-placeholder{ + color: rgb(253 246 178 / 0.2); +} +.placeholder-yellow-100\/20:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.2); +} +.placeholder-yellow-100\/20::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.2); +} +.placeholder-yellow-100\/20::placeholder{ + color: rgb(253 246 178 / 0.2); +} +.placeholder-yellow-100\/25::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.25); +} +.placeholder-yellow-100\/25::-moz-placeholder{ + color: rgb(253 246 178 / 0.25); +} +.placeholder-yellow-100\/25:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.25); +} +.placeholder-yellow-100\/25::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.25); +} +.placeholder-yellow-100\/25::placeholder{ + color: rgb(253 246 178 / 0.25); +} +.placeholder-yellow-100\/30::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.3); +} +.placeholder-yellow-100\/30::-moz-placeholder{ + color: rgb(253 246 178 / 0.3); +} +.placeholder-yellow-100\/30:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.3); +} +.placeholder-yellow-100\/30::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.3); +} +.placeholder-yellow-100\/30::placeholder{ + color: rgb(253 246 178 / 0.3); +} +.placeholder-yellow-100\/40::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.4); +} +.placeholder-yellow-100\/40::-moz-placeholder{ + color: rgb(253 246 178 / 0.4); +} +.placeholder-yellow-100\/40:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.4); +} +.placeholder-yellow-100\/40::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.4); +} +.placeholder-yellow-100\/40::placeholder{ + color: rgb(253 246 178 / 0.4); +} +.placeholder-yellow-100\/50::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.5); +} +.placeholder-yellow-100\/50::-moz-placeholder{ + color: rgb(253 246 178 / 0.5); +} +.placeholder-yellow-100\/50:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.5); +} +.placeholder-yellow-100\/50::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.5); +} +.placeholder-yellow-100\/50::placeholder{ + color: rgb(253 246 178 / 0.5); +} +.placeholder-yellow-100\/60::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.6); +} +.placeholder-yellow-100\/60::-moz-placeholder{ + color: rgb(253 246 178 / 0.6); +} +.placeholder-yellow-100\/60:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.6); +} +.placeholder-yellow-100\/60::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.6); +} +.placeholder-yellow-100\/60::placeholder{ + color: rgb(253 246 178 / 0.6); +} +.placeholder-yellow-100\/70::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.7); +} +.placeholder-yellow-100\/70::-moz-placeholder{ + color: rgb(253 246 178 / 0.7); +} +.placeholder-yellow-100\/70:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.7); +} +.placeholder-yellow-100\/70::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.7); +} +.placeholder-yellow-100\/70::placeholder{ + color: rgb(253 246 178 / 0.7); +} +.placeholder-yellow-100\/75::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.75); +} +.placeholder-yellow-100\/75::-moz-placeholder{ + color: rgb(253 246 178 / 0.75); +} +.placeholder-yellow-100\/75:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.75); +} +.placeholder-yellow-100\/75::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.75); +} +.placeholder-yellow-100\/75::placeholder{ + color: rgb(253 246 178 / 0.75); +} +.placeholder-yellow-100\/80::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.8); +} +.placeholder-yellow-100\/80::-moz-placeholder{ + color: rgb(253 246 178 / 0.8); +} +.placeholder-yellow-100\/80:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.8); +} +.placeholder-yellow-100\/80::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.8); +} +.placeholder-yellow-100\/80::placeholder{ + color: rgb(253 246 178 / 0.8); +} +.placeholder-yellow-100\/90::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.9); +} +.placeholder-yellow-100\/90::-moz-placeholder{ + color: rgb(253 246 178 / 0.9); +} +.placeholder-yellow-100\/90:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.9); +} +.placeholder-yellow-100\/90::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.9); +} +.placeholder-yellow-100\/90::placeholder{ + color: rgb(253 246 178 / 0.9); +} +.placeholder-yellow-100\/95::-webkit-input-placeholder{ + color: rgb(253 246 178 / 0.95); +} +.placeholder-yellow-100\/95::-moz-placeholder{ + color: rgb(253 246 178 / 0.95); +} +.placeholder-yellow-100\/95:-ms-input-placeholder{ + color: rgb(253 246 178 / 0.95); +} +.placeholder-yellow-100\/95::-ms-input-placeholder{ + color: rgb(253 246 178 / 0.95); +} +.placeholder-yellow-100\/95::placeholder{ + color: rgb(253 246 178 / 0.95); +} +.placeholder-yellow-100\/100::-webkit-input-placeholder{ + color: rgb(253 246 178 / 1); +} +.placeholder-yellow-100\/100::-moz-placeholder{ + color: rgb(253 246 178 / 1); +} +.placeholder-yellow-100\/100:-ms-input-placeholder{ + color: rgb(253 246 178 / 1); +} +.placeholder-yellow-100\/100::-ms-input-placeholder{ + color: rgb(253 246 178 / 1); +} +.placeholder-yellow-100\/100::placeholder{ + color: rgb(253 246 178 / 1); +} +.placeholder-yellow-200\/0::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0); +} +.placeholder-yellow-200\/0::-moz-placeholder{ + color: rgb(252 233 106 / 0); +} +.placeholder-yellow-200\/0:-ms-input-placeholder{ + color: rgb(252 233 106 / 0); +} +.placeholder-yellow-200\/0::-ms-input-placeholder{ + color: rgb(252 233 106 / 0); +} +.placeholder-yellow-200\/0::placeholder{ + color: rgb(252 233 106 / 0); +} +.placeholder-yellow-200\/5::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.05); +} +.placeholder-yellow-200\/5::-moz-placeholder{ + color: rgb(252 233 106 / 0.05); +} +.placeholder-yellow-200\/5:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.05); +} +.placeholder-yellow-200\/5::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.05); +} +.placeholder-yellow-200\/5::placeholder{ + color: rgb(252 233 106 / 0.05); +} +.placeholder-yellow-200\/10::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.1); +} +.placeholder-yellow-200\/10::-moz-placeholder{ + color: rgb(252 233 106 / 0.1); +} +.placeholder-yellow-200\/10:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.1); +} +.placeholder-yellow-200\/10::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.1); +} +.placeholder-yellow-200\/10::placeholder{ + color: rgb(252 233 106 / 0.1); +} +.placeholder-yellow-200\/20::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.2); +} +.placeholder-yellow-200\/20::-moz-placeholder{ + color: rgb(252 233 106 / 0.2); +} +.placeholder-yellow-200\/20:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.2); +} +.placeholder-yellow-200\/20::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.2); +} +.placeholder-yellow-200\/20::placeholder{ + color: rgb(252 233 106 / 0.2); +} +.placeholder-yellow-200\/25::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.25); +} +.placeholder-yellow-200\/25::-moz-placeholder{ + color: rgb(252 233 106 / 0.25); +} +.placeholder-yellow-200\/25:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.25); +} +.placeholder-yellow-200\/25::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.25); +} +.placeholder-yellow-200\/25::placeholder{ + color: rgb(252 233 106 / 0.25); +} +.placeholder-yellow-200\/30::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.3); +} +.placeholder-yellow-200\/30::-moz-placeholder{ + color: rgb(252 233 106 / 0.3); +} +.placeholder-yellow-200\/30:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.3); +} +.placeholder-yellow-200\/30::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.3); +} +.placeholder-yellow-200\/30::placeholder{ + color: rgb(252 233 106 / 0.3); +} +.placeholder-yellow-200\/40::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.4); +} +.placeholder-yellow-200\/40::-moz-placeholder{ + color: rgb(252 233 106 / 0.4); +} +.placeholder-yellow-200\/40:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.4); +} +.placeholder-yellow-200\/40::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.4); +} +.placeholder-yellow-200\/40::placeholder{ + color: rgb(252 233 106 / 0.4); +} +.placeholder-yellow-200\/50::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.5); +} +.placeholder-yellow-200\/50::-moz-placeholder{ + color: rgb(252 233 106 / 0.5); +} +.placeholder-yellow-200\/50:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.5); +} +.placeholder-yellow-200\/50::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.5); +} +.placeholder-yellow-200\/50::placeholder{ + color: rgb(252 233 106 / 0.5); +} +.placeholder-yellow-200\/60::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.6); +} +.placeholder-yellow-200\/60::-moz-placeholder{ + color: rgb(252 233 106 / 0.6); +} +.placeholder-yellow-200\/60:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.6); +} +.placeholder-yellow-200\/60::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.6); +} +.placeholder-yellow-200\/60::placeholder{ + color: rgb(252 233 106 / 0.6); +} +.placeholder-yellow-200\/70::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.7); +} +.placeholder-yellow-200\/70::-moz-placeholder{ + color: rgb(252 233 106 / 0.7); +} +.placeholder-yellow-200\/70:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.7); +} +.placeholder-yellow-200\/70::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.7); +} +.placeholder-yellow-200\/70::placeholder{ + color: rgb(252 233 106 / 0.7); +} +.placeholder-yellow-200\/75::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.75); +} +.placeholder-yellow-200\/75::-moz-placeholder{ + color: rgb(252 233 106 / 0.75); +} +.placeholder-yellow-200\/75:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.75); +} +.placeholder-yellow-200\/75::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.75); +} +.placeholder-yellow-200\/75::placeholder{ + color: rgb(252 233 106 / 0.75); +} +.placeholder-yellow-200\/80::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.8); +} +.placeholder-yellow-200\/80::-moz-placeholder{ + color: rgb(252 233 106 / 0.8); +} +.placeholder-yellow-200\/80:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.8); +} +.placeholder-yellow-200\/80::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.8); +} +.placeholder-yellow-200\/80::placeholder{ + color: rgb(252 233 106 / 0.8); +} +.placeholder-yellow-200\/90::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.9); +} +.placeholder-yellow-200\/90::-moz-placeholder{ + color: rgb(252 233 106 / 0.9); +} +.placeholder-yellow-200\/90:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.9); +} +.placeholder-yellow-200\/90::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.9); +} +.placeholder-yellow-200\/90::placeholder{ + color: rgb(252 233 106 / 0.9); +} +.placeholder-yellow-200\/95::-webkit-input-placeholder{ + color: rgb(252 233 106 / 0.95); +} +.placeholder-yellow-200\/95::-moz-placeholder{ + color: rgb(252 233 106 / 0.95); +} +.placeholder-yellow-200\/95:-ms-input-placeholder{ + color: rgb(252 233 106 / 0.95); +} +.placeholder-yellow-200\/95::-ms-input-placeholder{ + color: rgb(252 233 106 / 0.95); +} +.placeholder-yellow-200\/95::placeholder{ + color: rgb(252 233 106 / 0.95); +} +.placeholder-yellow-200\/100::-webkit-input-placeholder{ + color: rgb(252 233 106 / 1); +} +.placeholder-yellow-200\/100::-moz-placeholder{ + color: rgb(252 233 106 / 1); +} +.placeholder-yellow-200\/100:-ms-input-placeholder{ + color: rgb(252 233 106 / 1); +} +.placeholder-yellow-200\/100::-ms-input-placeholder{ + color: rgb(252 233 106 / 1); +} +.placeholder-yellow-200\/100::placeholder{ + color: rgb(252 233 106 / 1); +} +.placeholder-yellow-300\/0::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0); +} +.placeholder-yellow-300\/0::-moz-placeholder{ + color: rgb(250 202 21 / 0); +} +.placeholder-yellow-300\/0:-ms-input-placeholder{ + color: rgb(250 202 21 / 0); +} +.placeholder-yellow-300\/0::-ms-input-placeholder{ + color: rgb(250 202 21 / 0); +} +.placeholder-yellow-300\/0::placeholder{ + color: rgb(250 202 21 / 0); +} +.placeholder-yellow-300\/5::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.05); +} +.placeholder-yellow-300\/5::-moz-placeholder{ + color: rgb(250 202 21 / 0.05); +} +.placeholder-yellow-300\/5:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.05); +} +.placeholder-yellow-300\/5::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.05); +} +.placeholder-yellow-300\/5::placeholder{ + color: rgb(250 202 21 / 0.05); +} +.placeholder-yellow-300\/10::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.1); +} +.placeholder-yellow-300\/10::-moz-placeholder{ + color: rgb(250 202 21 / 0.1); +} +.placeholder-yellow-300\/10:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.1); +} +.placeholder-yellow-300\/10::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.1); +} +.placeholder-yellow-300\/10::placeholder{ + color: rgb(250 202 21 / 0.1); +} +.placeholder-yellow-300\/20::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.2); +} +.placeholder-yellow-300\/20::-moz-placeholder{ + color: rgb(250 202 21 / 0.2); +} +.placeholder-yellow-300\/20:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.2); +} +.placeholder-yellow-300\/20::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.2); +} +.placeholder-yellow-300\/20::placeholder{ + color: rgb(250 202 21 / 0.2); +} +.placeholder-yellow-300\/25::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.25); +} +.placeholder-yellow-300\/25::-moz-placeholder{ + color: rgb(250 202 21 / 0.25); +} +.placeholder-yellow-300\/25:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.25); +} +.placeholder-yellow-300\/25::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.25); +} +.placeholder-yellow-300\/25::placeholder{ + color: rgb(250 202 21 / 0.25); +} +.placeholder-yellow-300\/30::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.3); +} +.placeholder-yellow-300\/30::-moz-placeholder{ + color: rgb(250 202 21 / 0.3); +} +.placeholder-yellow-300\/30:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.3); +} +.placeholder-yellow-300\/30::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.3); +} +.placeholder-yellow-300\/30::placeholder{ + color: rgb(250 202 21 / 0.3); +} +.placeholder-yellow-300\/40::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.4); +} +.placeholder-yellow-300\/40::-moz-placeholder{ + color: rgb(250 202 21 / 0.4); +} +.placeholder-yellow-300\/40:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.4); +} +.placeholder-yellow-300\/40::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.4); +} +.placeholder-yellow-300\/40::placeholder{ + color: rgb(250 202 21 / 0.4); +} +.placeholder-yellow-300\/50::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.5); +} +.placeholder-yellow-300\/50::-moz-placeholder{ + color: rgb(250 202 21 / 0.5); +} +.placeholder-yellow-300\/50:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.5); +} +.placeholder-yellow-300\/50::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.5); +} +.placeholder-yellow-300\/50::placeholder{ + color: rgb(250 202 21 / 0.5); +} +.placeholder-yellow-300\/60::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.6); +} +.placeholder-yellow-300\/60::-moz-placeholder{ + color: rgb(250 202 21 / 0.6); +} +.placeholder-yellow-300\/60:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.6); +} +.placeholder-yellow-300\/60::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.6); +} +.placeholder-yellow-300\/60::placeholder{ + color: rgb(250 202 21 / 0.6); +} +.placeholder-yellow-300\/70::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.7); +} +.placeholder-yellow-300\/70::-moz-placeholder{ + color: rgb(250 202 21 / 0.7); +} +.placeholder-yellow-300\/70:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.7); +} +.placeholder-yellow-300\/70::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.7); +} +.placeholder-yellow-300\/70::placeholder{ + color: rgb(250 202 21 / 0.7); +} +.placeholder-yellow-300\/75::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.75); +} +.placeholder-yellow-300\/75::-moz-placeholder{ + color: rgb(250 202 21 / 0.75); +} +.placeholder-yellow-300\/75:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.75); +} +.placeholder-yellow-300\/75::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.75); +} +.placeholder-yellow-300\/75::placeholder{ + color: rgb(250 202 21 / 0.75); +} +.placeholder-yellow-300\/80::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.8); +} +.placeholder-yellow-300\/80::-moz-placeholder{ + color: rgb(250 202 21 / 0.8); +} +.placeholder-yellow-300\/80:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.8); +} +.placeholder-yellow-300\/80::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.8); +} +.placeholder-yellow-300\/80::placeholder{ + color: rgb(250 202 21 / 0.8); +} +.placeholder-yellow-300\/90::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.9); +} +.placeholder-yellow-300\/90::-moz-placeholder{ + color: rgb(250 202 21 / 0.9); +} +.placeholder-yellow-300\/90:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.9); +} +.placeholder-yellow-300\/90::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.9); +} +.placeholder-yellow-300\/90::placeholder{ + color: rgb(250 202 21 / 0.9); +} +.placeholder-yellow-300\/95::-webkit-input-placeholder{ + color: rgb(250 202 21 / 0.95); +} +.placeholder-yellow-300\/95::-moz-placeholder{ + color: rgb(250 202 21 / 0.95); +} +.placeholder-yellow-300\/95:-ms-input-placeholder{ + color: rgb(250 202 21 / 0.95); +} +.placeholder-yellow-300\/95::-ms-input-placeholder{ + color: rgb(250 202 21 / 0.95); +} +.placeholder-yellow-300\/95::placeholder{ + color: rgb(250 202 21 / 0.95); +} +.placeholder-yellow-300\/100::-webkit-input-placeholder{ + color: rgb(250 202 21 / 1); +} +.placeholder-yellow-300\/100::-moz-placeholder{ + color: rgb(250 202 21 / 1); +} +.placeholder-yellow-300\/100:-ms-input-placeholder{ + color: rgb(250 202 21 / 1); +} +.placeholder-yellow-300\/100::-ms-input-placeholder{ + color: rgb(250 202 21 / 1); +} +.placeholder-yellow-300\/100::placeholder{ + color: rgb(250 202 21 / 1); +} +.placeholder-yellow-400\/0::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0); +} +.placeholder-yellow-400\/0::-moz-placeholder{ + color: rgb(227 160 8 / 0); +} +.placeholder-yellow-400\/0:-ms-input-placeholder{ + color: rgb(227 160 8 / 0); +} +.placeholder-yellow-400\/0::-ms-input-placeholder{ + color: rgb(227 160 8 / 0); +} +.placeholder-yellow-400\/0::placeholder{ + color: rgb(227 160 8 / 0); +} +.placeholder-yellow-400\/5::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.05); +} +.placeholder-yellow-400\/5::-moz-placeholder{ + color: rgb(227 160 8 / 0.05); +} +.placeholder-yellow-400\/5:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.05); +} +.placeholder-yellow-400\/5::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.05); +} +.placeholder-yellow-400\/5::placeholder{ + color: rgb(227 160 8 / 0.05); +} +.placeholder-yellow-400\/10::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.1); +} +.placeholder-yellow-400\/10::-moz-placeholder{ + color: rgb(227 160 8 / 0.1); +} +.placeholder-yellow-400\/10:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.1); +} +.placeholder-yellow-400\/10::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.1); +} +.placeholder-yellow-400\/10::placeholder{ + color: rgb(227 160 8 / 0.1); +} +.placeholder-yellow-400\/20::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.2); +} +.placeholder-yellow-400\/20::-moz-placeholder{ + color: rgb(227 160 8 / 0.2); +} +.placeholder-yellow-400\/20:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.2); +} +.placeholder-yellow-400\/20::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.2); +} +.placeholder-yellow-400\/20::placeholder{ + color: rgb(227 160 8 / 0.2); +} +.placeholder-yellow-400\/25::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.25); +} +.placeholder-yellow-400\/25::-moz-placeholder{ + color: rgb(227 160 8 / 0.25); +} +.placeholder-yellow-400\/25:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.25); +} +.placeholder-yellow-400\/25::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.25); +} +.placeholder-yellow-400\/25::placeholder{ + color: rgb(227 160 8 / 0.25); +} +.placeholder-yellow-400\/30::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.3); +} +.placeholder-yellow-400\/30::-moz-placeholder{ + color: rgb(227 160 8 / 0.3); +} +.placeholder-yellow-400\/30:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.3); +} +.placeholder-yellow-400\/30::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.3); +} +.placeholder-yellow-400\/30::placeholder{ + color: rgb(227 160 8 / 0.3); +} +.placeholder-yellow-400\/40::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.4); +} +.placeholder-yellow-400\/40::-moz-placeholder{ + color: rgb(227 160 8 / 0.4); +} +.placeholder-yellow-400\/40:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.4); +} +.placeholder-yellow-400\/40::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.4); +} +.placeholder-yellow-400\/40::placeholder{ + color: rgb(227 160 8 / 0.4); +} +.placeholder-yellow-400\/50::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.5); +} +.placeholder-yellow-400\/50::-moz-placeholder{ + color: rgb(227 160 8 / 0.5); +} +.placeholder-yellow-400\/50:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.5); +} +.placeholder-yellow-400\/50::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.5); +} +.placeholder-yellow-400\/50::placeholder{ + color: rgb(227 160 8 / 0.5); +} +.placeholder-yellow-400\/60::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.6); +} +.placeholder-yellow-400\/60::-moz-placeholder{ + color: rgb(227 160 8 / 0.6); +} +.placeholder-yellow-400\/60:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.6); +} +.placeholder-yellow-400\/60::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.6); +} +.placeholder-yellow-400\/60::placeholder{ + color: rgb(227 160 8 / 0.6); +} +.placeholder-yellow-400\/70::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.7); +} +.placeholder-yellow-400\/70::-moz-placeholder{ + color: rgb(227 160 8 / 0.7); +} +.placeholder-yellow-400\/70:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.7); +} +.placeholder-yellow-400\/70::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.7); +} +.placeholder-yellow-400\/70::placeholder{ + color: rgb(227 160 8 / 0.7); +} +.placeholder-yellow-400\/75::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.75); +} +.placeholder-yellow-400\/75::-moz-placeholder{ + color: rgb(227 160 8 / 0.75); +} +.placeholder-yellow-400\/75:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.75); +} +.placeholder-yellow-400\/75::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.75); +} +.placeholder-yellow-400\/75::placeholder{ + color: rgb(227 160 8 / 0.75); +} +.placeholder-yellow-400\/80::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.8); +} +.placeholder-yellow-400\/80::-moz-placeholder{ + color: rgb(227 160 8 / 0.8); +} +.placeholder-yellow-400\/80:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.8); +} +.placeholder-yellow-400\/80::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.8); +} +.placeholder-yellow-400\/80::placeholder{ + color: rgb(227 160 8 / 0.8); +} +.placeholder-yellow-400\/90::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.9); +} +.placeholder-yellow-400\/90::-moz-placeholder{ + color: rgb(227 160 8 / 0.9); +} +.placeholder-yellow-400\/90:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.9); +} +.placeholder-yellow-400\/90::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.9); +} +.placeholder-yellow-400\/90::placeholder{ + color: rgb(227 160 8 / 0.9); +} +.placeholder-yellow-400\/95::-webkit-input-placeholder{ + color: rgb(227 160 8 / 0.95); +} +.placeholder-yellow-400\/95::-moz-placeholder{ + color: rgb(227 160 8 / 0.95); +} +.placeholder-yellow-400\/95:-ms-input-placeholder{ + color: rgb(227 160 8 / 0.95); +} +.placeholder-yellow-400\/95::-ms-input-placeholder{ + color: rgb(227 160 8 / 0.95); +} +.placeholder-yellow-400\/95::placeholder{ + color: rgb(227 160 8 / 0.95); +} +.placeholder-yellow-400\/100::-webkit-input-placeholder{ + color: rgb(227 160 8 / 1); +} +.placeholder-yellow-400\/100::-moz-placeholder{ + color: rgb(227 160 8 / 1); +} +.placeholder-yellow-400\/100:-ms-input-placeholder{ + color: rgb(227 160 8 / 1); +} +.placeholder-yellow-400\/100::-ms-input-placeholder{ + color: rgb(227 160 8 / 1); +} +.placeholder-yellow-400\/100::placeholder{ + color: rgb(227 160 8 / 1); +} +.placeholder-yellow-500\/0::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0); +} +.placeholder-yellow-500\/0::-moz-placeholder{ + color: rgb(194 120 3 / 0); +} +.placeholder-yellow-500\/0:-ms-input-placeholder{ + color: rgb(194 120 3 / 0); +} +.placeholder-yellow-500\/0::-ms-input-placeholder{ + color: rgb(194 120 3 / 0); +} +.placeholder-yellow-500\/0::placeholder{ + color: rgb(194 120 3 / 0); +} +.placeholder-yellow-500\/5::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.05); +} +.placeholder-yellow-500\/5::-moz-placeholder{ + color: rgb(194 120 3 / 0.05); +} +.placeholder-yellow-500\/5:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.05); +} +.placeholder-yellow-500\/5::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.05); +} +.placeholder-yellow-500\/5::placeholder{ + color: rgb(194 120 3 / 0.05); +} +.placeholder-yellow-500\/10::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.1); +} +.placeholder-yellow-500\/10::-moz-placeholder{ + color: rgb(194 120 3 / 0.1); +} +.placeholder-yellow-500\/10:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.1); +} +.placeholder-yellow-500\/10::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.1); +} +.placeholder-yellow-500\/10::placeholder{ + color: rgb(194 120 3 / 0.1); +} +.placeholder-yellow-500\/20::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.2); +} +.placeholder-yellow-500\/20::-moz-placeholder{ + color: rgb(194 120 3 / 0.2); +} +.placeholder-yellow-500\/20:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.2); +} +.placeholder-yellow-500\/20::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.2); +} +.placeholder-yellow-500\/20::placeholder{ + color: rgb(194 120 3 / 0.2); +} +.placeholder-yellow-500\/25::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.25); +} +.placeholder-yellow-500\/25::-moz-placeholder{ + color: rgb(194 120 3 / 0.25); +} +.placeholder-yellow-500\/25:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.25); +} +.placeholder-yellow-500\/25::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.25); +} +.placeholder-yellow-500\/25::placeholder{ + color: rgb(194 120 3 / 0.25); +} +.placeholder-yellow-500\/30::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.3); +} +.placeholder-yellow-500\/30::-moz-placeholder{ + color: rgb(194 120 3 / 0.3); +} +.placeholder-yellow-500\/30:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.3); +} +.placeholder-yellow-500\/30::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.3); +} +.placeholder-yellow-500\/30::placeholder{ + color: rgb(194 120 3 / 0.3); +} +.placeholder-yellow-500\/40::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.4); +} +.placeholder-yellow-500\/40::-moz-placeholder{ + color: rgb(194 120 3 / 0.4); +} +.placeholder-yellow-500\/40:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.4); +} +.placeholder-yellow-500\/40::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.4); +} +.placeholder-yellow-500\/40::placeholder{ + color: rgb(194 120 3 / 0.4); +} +.placeholder-yellow-500\/50::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.5); +} +.placeholder-yellow-500\/50::-moz-placeholder{ + color: rgb(194 120 3 / 0.5); +} +.placeholder-yellow-500\/50:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.5); +} +.placeholder-yellow-500\/50::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.5); +} +.placeholder-yellow-500\/50::placeholder{ + color: rgb(194 120 3 / 0.5); +} +.placeholder-yellow-500\/60::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.6); +} +.placeholder-yellow-500\/60::-moz-placeholder{ + color: rgb(194 120 3 / 0.6); +} +.placeholder-yellow-500\/60:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.6); +} +.placeholder-yellow-500\/60::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.6); +} +.placeholder-yellow-500\/60::placeholder{ + color: rgb(194 120 3 / 0.6); +} +.placeholder-yellow-500\/70::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.7); +} +.placeholder-yellow-500\/70::-moz-placeholder{ + color: rgb(194 120 3 / 0.7); +} +.placeholder-yellow-500\/70:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.7); +} +.placeholder-yellow-500\/70::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.7); +} +.placeholder-yellow-500\/70::placeholder{ + color: rgb(194 120 3 / 0.7); +} +.placeholder-yellow-500\/75::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.75); +} +.placeholder-yellow-500\/75::-moz-placeholder{ + color: rgb(194 120 3 / 0.75); +} +.placeholder-yellow-500\/75:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.75); +} +.placeholder-yellow-500\/75::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.75); +} +.placeholder-yellow-500\/75::placeholder{ + color: rgb(194 120 3 / 0.75); +} +.placeholder-yellow-500\/80::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.8); +} +.placeholder-yellow-500\/80::-moz-placeholder{ + color: rgb(194 120 3 / 0.8); +} +.placeholder-yellow-500\/80:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.8); +} +.placeholder-yellow-500\/80::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.8); +} +.placeholder-yellow-500\/80::placeholder{ + color: rgb(194 120 3 / 0.8); +} +.placeholder-yellow-500\/90::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.9); +} +.placeholder-yellow-500\/90::-moz-placeholder{ + color: rgb(194 120 3 / 0.9); +} +.placeholder-yellow-500\/90:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.9); +} +.placeholder-yellow-500\/90::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.9); +} +.placeholder-yellow-500\/90::placeholder{ + color: rgb(194 120 3 / 0.9); +} +.placeholder-yellow-500\/95::-webkit-input-placeholder{ + color: rgb(194 120 3 / 0.95); +} +.placeholder-yellow-500\/95::-moz-placeholder{ + color: rgb(194 120 3 / 0.95); +} +.placeholder-yellow-500\/95:-ms-input-placeholder{ + color: rgb(194 120 3 / 0.95); +} +.placeholder-yellow-500\/95::-ms-input-placeholder{ + color: rgb(194 120 3 / 0.95); +} +.placeholder-yellow-500\/95::placeholder{ + color: rgb(194 120 3 / 0.95); +} +.placeholder-yellow-500\/100::-webkit-input-placeholder{ + color: rgb(194 120 3 / 1); +} +.placeholder-yellow-500\/100::-moz-placeholder{ + color: rgb(194 120 3 / 1); +} +.placeholder-yellow-500\/100:-ms-input-placeholder{ + color: rgb(194 120 3 / 1); +} +.placeholder-yellow-500\/100::-ms-input-placeholder{ + color: rgb(194 120 3 / 1); +} +.placeholder-yellow-500\/100::placeholder{ + color: rgb(194 120 3 / 1); +} +.placeholder-yellow-600\/0::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0); +} +.placeholder-yellow-600\/0::-moz-placeholder{ + color: rgb(159 88 10 / 0); +} +.placeholder-yellow-600\/0:-ms-input-placeholder{ + color: rgb(159 88 10 / 0); +} +.placeholder-yellow-600\/0::-ms-input-placeholder{ + color: rgb(159 88 10 / 0); +} +.placeholder-yellow-600\/0::placeholder{ + color: rgb(159 88 10 / 0); +} +.placeholder-yellow-600\/5::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.05); +} +.placeholder-yellow-600\/5::-moz-placeholder{ + color: rgb(159 88 10 / 0.05); +} +.placeholder-yellow-600\/5:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.05); +} +.placeholder-yellow-600\/5::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.05); +} +.placeholder-yellow-600\/5::placeholder{ + color: rgb(159 88 10 / 0.05); +} +.placeholder-yellow-600\/10::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.1); +} +.placeholder-yellow-600\/10::-moz-placeholder{ + color: rgb(159 88 10 / 0.1); +} +.placeholder-yellow-600\/10:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.1); +} +.placeholder-yellow-600\/10::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.1); +} +.placeholder-yellow-600\/10::placeholder{ + color: rgb(159 88 10 / 0.1); +} +.placeholder-yellow-600\/20::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.2); +} +.placeholder-yellow-600\/20::-moz-placeholder{ + color: rgb(159 88 10 / 0.2); +} +.placeholder-yellow-600\/20:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.2); +} +.placeholder-yellow-600\/20::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.2); +} +.placeholder-yellow-600\/20::placeholder{ + color: rgb(159 88 10 / 0.2); +} +.placeholder-yellow-600\/25::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.25); +} +.placeholder-yellow-600\/25::-moz-placeholder{ + color: rgb(159 88 10 / 0.25); +} +.placeholder-yellow-600\/25:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.25); +} +.placeholder-yellow-600\/25::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.25); +} +.placeholder-yellow-600\/25::placeholder{ + color: rgb(159 88 10 / 0.25); +} +.placeholder-yellow-600\/30::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.3); +} +.placeholder-yellow-600\/30::-moz-placeholder{ + color: rgb(159 88 10 / 0.3); +} +.placeholder-yellow-600\/30:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.3); +} +.placeholder-yellow-600\/30::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.3); +} +.placeholder-yellow-600\/30::placeholder{ + color: rgb(159 88 10 / 0.3); +} +.placeholder-yellow-600\/40::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.4); +} +.placeholder-yellow-600\/40::-moz-placeholder{ + color: rgb(159 88 10 / 0.4); +} +.placeholder-yellow-600\/40:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.4); +} +.placeholder-yellow-600\/40::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.4); +} +.placeholder-yellow-600\/40::placeholder{ + color: rgb(159 88 10 / 0.4); +} +.placeholder-yellow-600\/50::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.5); +} +.placeholder-yellow-600\/50::-moz-placeholder{ + color: rgb(159 88 10 / 0.5); +} +.placeholder-yellow-600\/50:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.5); +} +.placeholder-yellow-600\/50::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.5); +} +.placeholder-yellow-600\/50::placeholder{ + color: rgb(159 88 10 / 0.5); +} +.placeholder-yellow-600\/60::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.6); +} +.placeholder-yellow-600\/60::-moz-placeholder{ + color: rgb(159 88 10 / 0.6); +} +.placeholder-yellow-600\/60:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.6); +} +.placeholder-yellow-600\/60::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.6); +} +.placeholder-yellow-600\/60::placeholder{ + color: rgb(159 88 10 / 0.6); +} +.placeholder-yellow-600\/70::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.7); +} +.placeholder-yellow-600\/70::-moz-placeholder{ + color: rgb(159 88 10 / 0.7); +} +.placeholder-yellow-600\/70:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.7); +} +.placeholder-yellow-600\/70::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.7); +} +.placeholder-yellow-600\/70::placeholder{ + color: rgb(159 88 10 / 0.7); +} +.placeholder-yellow-600\/75::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.75); +} +.placeholder-yellow-600\/75::-moz-placeholder{ + color: rgb(159 88 10 / 0.75); +} +.placeholder-yellow-600\/75:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.75); +} +.placeholder-yellow-600\/75::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.75); +} +.placeholder-yellow-600\/75::placeholder{ + color: rgb(159 88 10 / 0.75); +} +.placeholder-yellow-600\/80::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.8); +} +.placeholder-yellow-600\/80::-moz-placeholder{ + color: rgb(159 88 10 / 0.8); +} +.placeholder-yellow-600\/80:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.8); +} +.placeholder-yellow-600\/80::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.8); +} +.placeholder-yellow-600\/80::placeholder{ + color: rgb(159 88 10 / 0.8); +} +.placeholder-yellow-600\/90::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.9); +} +.placeholder-yellow-600\/90::-moz-placeholder{ + color: rgb(159 88 10 / 0.9); +} +.placeholder-yellow-600\/90:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.9); +} +.placeholder-yellow-600\/90::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.9); +} +.placeholder-yellow-600\/90::placeholder{ + color: rgb(159 88 10 / 0.9); +} +.placeholder-yellow-600\/95::-webkit-input-placeholder{ + color: rgb(159 88 10 / 0.95); +} +.placeholder-yellow-600\/95::-moz-placeholder{ + color: rgb(159 88 10 / 0.95); +} +.placeholder-yellow-600\/95:-ms-input-placeholder{ + color: rgb(159 88 10 / 0.95); +} +.placeholder-yellow-600\/95::-ms-input-placeholder{ + color: rgb(159 88 10 / 0.95); +} +.placeholder-yellow-600\/95::placeholder{ + color: rgb(159 88 10 / 0.95); +} +.placeholder-yellow-600\/100::-webkit-input-placeholder{ + color: rgb(159 88 10 / 1); +} +.placeholder-yellow-600\/100::-moz-placeholder{ + color: rgb(159 88 10 / 1); +} +.placeholder-yellow-600\/100:-ms-input-placeholder{ + color: rgb(159 88 10 / 1); +} +.placeholder-yellow-600\/100::-ms-input-placeholder{ + color: rgb(159 88 10 / 1); +} +.placeholder-yellow-600\/100::placeholder{ + color: rgb(159 88 10 / 1); +} +.placeholder-yellow-700\/0::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0); +} +.placeholder-yellow-700\/0::-moz-placeholder{ + color: rgb(142 75 16 / 0); +} +.placeholder-yellow-700\/0:-ms-input-placeholder{ + color: rgb(142 75 16 / 0); +} +.placeholder-yellow-700\/0::-ms-input-placeholder{ + color: rgb(142 75 16 / 0); +} +.placeholder-yellow-700\/0::placeholder{ + color: rgb(142 75 16 / 0); +} +.placeholder-yellow-700\/5::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.05); +} +.placeholder-yellow-700\/5::-moz-placeholder{ + color: rgb(142 75 16 / 0.05); +} +.placeholder-yellow-700\/5:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.05); +} +.placeholder-yellow-700\/5::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.05); +} +.placeholder-yellow-700\/5::placeholder{ + color: rgb(142 75 16 / 0.05); +} +.placeholder-yellow-700\/10::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.1); +} +.placeholder-yellow-700\/10::-moz-placeholder{ + color: rgb(142 75 16 / 0.1); +} +.placeholder-yellow-700\/10:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.1); +} +.placeholder-yellow-700\/10::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.1); +} +.placeholder-yellow-700\/10::placeholder{ + color: rgb(142 75 16 / 0.1); +} +.placeholder-yellow-700\/20::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.2); +} +.placeholder-yellow-700\/20::-moz-placeholder{ + color: rgb(142 75 16 / 0.2); +} +.placeholder-yellow-700\/20:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.2); +} +.placeholder-yellow-700\/20::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.2); +} +.placeholder-yellow-700\/20::placeholder{ + color: rgb(142 75 16 / 0.2); +} +.placeholder-yellow-700\/25::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.25); +} +.placeholder-yellow-700\/25::-moz-placeholder{ + color: rgb(142 75 16 / 0.25); +} +.placeholder-yellow-700\/25:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.25); +} +.placeholder-yellow-700\/25::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.25); +} +.placeholder-yellow-700\/25::placeholder{ + color: rgb(142 75 16 / 0.25); +} +.placeholder-yellow-700\/30::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.3); +} +.placeholder-yellow-700\/30::-moz-placeholder{ + color: rgb(142 75 16 / 0.3); +} +.placeholder-yellow-700\/30:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.3); +} +.placeholder-yellow-700\/30::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.3); +} +.placeholder-yellow-700\/30::placeholder{ + color: rgb(142 75 16 / 0.3); +} +.placeholder-yellow-700\/40::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.4); +} +.placeholder-yellow-700\/40::-moz-placeholder{ + color: rgb(142 75 16 / 0.4); +} +.placeholder-yellow-700\/40:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.4); +} +.placeholder-yellow-700\/40::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.4); +} +.placeholder-yellow-700\/40::placeholder{ + color: rgb(142 75 16 / 0.4); +} +.placeholder-yellow-700\/50::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.5); +} +.placeholder-yellow-700\/50::-moz-placeholder{ + color: rgb(142 75 16 / 0.5); +} +.placeholder-yellow-700\/50:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.5); +} +.placeholder-yellow-700\/50::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.5); +} +.placeholder-yellow-700\/50::placeholder{ + color: rgb(142 75 16 / 0.5); +} +.placeholder-yellow-700\/60::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.6); +} +.placeholder-yellow-700\/60::-moz-placeholder{ + color: rgb(142 75 16 / 0.6); +} +.placeholder-yellow-700\/60:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.6); +} +.placeholder-yellow-700\/60::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.6); +} +.placeholder-yellow-700\/60::placeholder{ + color: rgb(142 75 16 / 0.6); +} +.placeholder-yellow-700\/70::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.7); +} +.placeholder-yellow-700\/70::-moz-placeholder{ + color: rgb(142 75 16 / 0.7); +} +.placeholder-yellow-700\/70:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.7); +} +.placeholder-yellow-700\/70::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.7); +} +.placeholder-yellow-700\/70::placeholder{ + color: rgb(142 75 16 / 0.7); +} +.placeholder-yellow-700\/75::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.75); +} +.placeholder-yellow-700\/75::-moz-placeholder{ + color: rgb(142 75 16 / 0.75); +} +.placeholder-yellow-700\/75:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.75); +} +.placeholder-yellow-700\/75::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.75); +} +.placeholder-yellow-700\/75::placeholder{ + color: rgb(142 75 16 / 0.75); +} +.placeholder-yellow-700\/80::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.8); +} +.placeholder-yellow-700\/80::-moz-placeholder{ + color: rgb(142 75 16 / 0.8); +} +.placeholder-yellow-700\/80:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.8); +} +.placeholder-yellow-700\/80::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.8); +} +.placeholder-yellow-700\/80::placeholder{ + color: rgb(142 75 16 / 0.8); +} +.placeholder-yellow-700\/90::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.9); +} +.placeholder-yellow-700\/90::-moz-placeholder{ + color: rgb(142 75 16 / 0.9); +} +.placeholder-yellow-700\/90:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.9); +} +.placeholder-yellow-700\/90::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.9); +} +.placeholder-yellow-700\/90::placeholder{ + color: rgb(142 75 16 / 0.9); +} +.placeholder-yellow-700\/95::-webkit-input-placeholder{ + color: rgb(142 75 16 / 0.95); +} +.placeholder-yellow-700\/95::-moz-placeholder{ + color: rgb(142 75 16 / 0.95); +} +.placeholder-yellow-700\/95:-ms-input-placeholder{ + color: rgb(142 75 16 / 0.95); +} +.placeholder-yellow-700\/95::-ms-input-placeholder{ + color: rgb(142 75 16 / 0.95); +} +.placeholder-yellow-700\/95::placeholder{ + color: rgb(142 75 16 / 0.95); +} +.placeholder-yellow-700\/100::-webkit-input-placeholder{ + color: rgb(142 75 16 / 1); +} +.placeholder-yellow-700\/100::-moz-placeholder{ + color: rgb(142 75 16 / 1); +} +.placeholder-yellow-700\/100:-ms-input-placeholder{ + color: rgb(142 75 16 / 1); +} +.placeholder-yellow-700\/100::-ms-input-placeholder{ + color: rgb(142 75 16 / 1); +} +.placeholder-yellow-700\/100::placeholder{ + color: rgb(142 75 16 / 1); +} +.placeholder-yellow-800\/0::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0); +} +.placeholder-yellow-800\/0::-moz-placeholder{ + color: rgb(114 59 19 / 0); +} +.placeholder-yellow-800\/0:-ms-input-placeholder{ + color: rgb(114 59 19 / 0); +} +.placeholder-yellow-800\/0::-ms-input-placeholder{ + color: rgb(114 59 19 / 0); +} +.placeholder-yellow-800\/0::placeholder{ + color: rgb(114 59 19 / 0); +} +.placeholder-yellow-800\/5::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.05); +} +.placeholder-yellow-800\/5::-moz-placeholder{ + color: rgb(114 59 19 / 0.05); +} +.placeholder-yellow-800\/5:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.05); +} +.placeholder-yellow-800\/5::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.05); +} +.placeholder-yellow-800\/5::placeholder{ + color: rgb(114 59 19 / 0.05); +} +.placeholder-yellow-800\/10::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.1); +} +.placeholder-yellow-800\/10::-moz-placeholder{ + color: rgb(114 59 19 / 0.1); +} +.placeholder-yellow-800\/10:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.1); +} +.placeholder-yellow-800\/10::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.1); +} +.placeholder-yellow-800\/10::placeholder{ + color: rgb(114 59 19 / 0.1); +} +.placeholder-yellow-800\/20::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.2); +} +.placeholder-yellow-800\/20::-moz-placeholder{ + color: rgb(114 59 19 / 0.2); +} +.placeholder-yellow-800\/20:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.2); +} +.placeholder-yellow-800\/20::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.2); +} +.placeholder-yellow-800\/20::placeholder{ + color: rgb(114 59 19 / 0.2); +} +.placeholder-yellow-800\/25::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.25); +} +.placeholder-yellow-800\/25::-moz-placeholder{ + color: rgb(114 59 19 / 0.25); +} +.placeholder-yellow-800\/25:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.25); +} +.placeholder-yellow-800\/25::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.25); +} +.placeholder-yellow-800\/25::placeholder{ + color: rgb(114 59 19 / 0.25); +} +.placeholder-yellow-800\/30::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.3); +} +.placeholder-yellow-800\/30::-moz-placeholder{ + color: rgb(114 59 19 / 0.3); +} +.placeholder-yellow-800\/30:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.3); +} +.placeholder-yellow-800\/30::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.3); +} +.placeholder-yellow-800\/30::placeholder{ + color: rgb(114 59 19 / 0.3); +} +.placeholder-yellow-800\/40::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.4); +} +.placeholder-yellow-800\/40::-moz-placeholder{ + color: rgb(114 59 19 / 0.4); +} +.placeholder-yellow-800\/40:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.4); +} +.placeholder-yellow-800\/40::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.4); +} +.placeholder-yellow-800\/40::placeholder{ + color: rgb(114 59 19 / 0.4); +} +.placeholder-yellow-800\/50::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.5); +} +.placeholder-yellow-800\/50::-moz-placeholder{ + color: rgb(114 59 19 / 0.5); +} +.placeholder-yellow-800\/50:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.5); +} +.placeholder-yellow-800\/50::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.5); +} +.placeholder-yellow-800\/50::placeholder{ + color: rgb(114 59 19 / 0.5); +} +.placeholder-yellow-800\/60::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.6); +} +.placeholder-yellow-800\/60::-moz-placeholder{ + color: rgb(114 59 19 / 0.6); +} +.placeholder-yellow-800\/60:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.6); +} +.placeholder-yellow-800\/60::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.6); +} +.placeholder-yellow-800\/60::placeholder{ + color: rgb(114 59 19 / 0.6); +} +.placeholder-yellow-800\/70::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.7); +} +.placeholder-yellow-800\/70::-moz-placeholder{ + color: rgb(114 59 19 / 0.7); +} +.placeholder-yellow-800\/70:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.7); +} +.placeholder-yellow-800\/70::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.7); +} +.placeholder-yellow-800\/70::placeholder{ + color: rgb(114 59 19 / 0.7); +} +.placeholder-yellow-800\/75::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.75); +} +.placeholder-yellow-800\/75::-moz-placeholder{ + color: rgb(114 59 19 / 0.75); +} +.placeholder-yellow-800\/75:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.75); +} +.placeholder-yellow-800\/75::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.75); +} +.placeholder-yellow-800\/75::placeholder{ + color: rgb(114 59 19 / 0.75); +} +.placeholder-yellow-800\/80::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.8); +} +.placeholder-yellow-800\/80::-moz-placeholder{ + color: rgb(114 59 19 / 0.8); +} +.placeholder-yellow-800\/80:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.8); +} +.placeholder-yellow-800\/80::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.8); +} +.placeholder-yellow-800\/80::placeholder{ + color: rgb(114 59 19 / 0.8); +} +.placeholder-yellow-800\/90::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.9); +} +.placeholder-yellow-800\/90::-moz-placeholder{ + color: rgb(114 59 19 / 0.9); +} +.placeholder-yellow-800\/90:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.9); +} +.placeholder-yellow-800\/90::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.9); +} +.placeholder-yellow-800\/90::placeholder{ + color: rgb(114 59 19 / 0.9); +} +.placeholder-yellow-800\/95::-webkit-input-placeholder{ + color: rgb(114 59 19 / 0.95); +} +.placeholder-yellow-800\/95::-moz-placeholder{ + color: rgb(114 59 19 / 0.95); +} +.placeholder-yellow-800\/95:-ms-input-placeholder{ + color: rgb(114 59 19 / 0.95); +} +.placeholder-yellow-800\/95::-ms-input-placeholder{ + color: rgb(114 59 19 / 0.95); +} +.placeholder-yellow-800\/95::placeholder{ + color: rgb(114 59 19 / 0.95); +} +.placeholder-yellow-800\/100::-webkit-input-placeholder{ + color: rgb(114 59 19 / 1); +} +.placeholder-yellow-800\/100::-moz-placeholder{ + color: rgb(114 59 19 / 1); +} +.placeholder-yellow-800\/100:-ms-input-placeholder{ + color: rgb(114 59 19 / 1); +} +.placeholder-yellow-800\/100::-ms-input-placeholder{ + color: rgb(114 59 19 / 1); +} +.placeholder-yellow-800\/100::placeholder{ + color: rgb(114 59 19 / 1); +} +.placeholder-yellow-900\/0::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0); +} +.placeholder-yellow-900\/0::-moz-placeholder{ + color: rgb(99 49 18 / 0); +} +.placeholder-yellow-900\/0:-ms-input-placeholder{ + color: rgb(99 49 18 / 0); +} +.placeholder-yellow-900\/0::-ms-input-placeholder{ + color: rgb(99 49 18 / 0); +} +.placeholder-yellow-900\/0::placeholder{ + color: rgb(99 49 18 / 0); +} +.placeholder-yellow-900\/5::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.05); +} +.placeholder-yellow-900\/5::-moz-placeholder{ + color: rgb(99 49 18 / 0.05); +} +.placeholder-yellow-900\/5:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.05); +} +.placeholder-yellow-900\/5::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.05); +} +.placeholder-yellow-900\/5::placeholder{ + color: rgb(99 49 18 / 0.05); +} +.placeholder-yellow-900\/10::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.1); +} +.placeholder-yellow-900\/10::-moz-placeholder{ + color: rgb(99 49 18 / 0.1); +} +.placeholder-yellow-900\/10:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.1); +} +.placeholder-yellow-900\/10::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.1); +} +.placeholder-yellow-900\/10::placeholder{ + color: rgb(99 49 18 / 0.1); +} +.placeholder-yellow-900\/20::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.2); +} +.placeholder-yellow-900\/20::-moz-placeholder{ + color: rgb(99 49 18 / 0.2); +} +.placeholder-yellow-900\/20:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.2); +} +.placeholder-yellow-900\/20::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.2); +} +.placeholder-yellow-900\/20::placeholder{ + color: rgb(99 49 18 / 0.2); +} +.placeholder-yellow-900\/25::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.25); +} +.placeholder-yellow-900\/25::-moz-placeholder{ + color: rgb(99 49 18 / 0.25); +} +.placeholder-yellow-900\/25:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.25); +} +.placeholder-yellow-900\/25::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.25); +} +.placeholder-yellow-900\/25::placeholder{ + color: rgb(99 49 18 / 0.25); +} +.placeholder-yellow-900\/30::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.3); +} +.placeholder-yellow-900\/30::-moz-placeholder{ + color: rgb(99 49 18 / 0.3); +} +.placeholder-yellow-900\/30:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.3); +} +.placeholder-yellow-900\/30::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.3); +} +.placeholder-yellow-900\/30::placeholder{ + color: rgb(99 49 18 / 0.3); +} +.placeholder-yellow-900\/40::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.4); +} +.placeholder-yellow-900\/40::-moz-placeholder{ + color: rgb(99 49 18 / 0.4); +} +.placeholder-yellow-900\/40:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.4); +} +.placeholder-yellow-900\/40::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.4); +} +.placeholder-yellow-900\/40::placeholder{ + color: rgb(99 49 18 / 0.4); +} +.placeholder-yellow-900\/50::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.5); +} +.placeholder-yellow-900\/50::-moz-placeholder{ + color: rgb(99 49 18 / 0.5); +} +.placeholder-yellow-900\/50:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.5); +} +.placeholder-yellow-900\/50::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.5); +} +.placeholder-yellow-900\/50::placeholder{ + color: rgb(99 49 18 / 0.5); +} +.placeholder-yellow-900\/60::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.6); +} +.placeholder-yellow-900\/60::-moz-placeholder{ + color: rgb(99 49 18 / 0.6); +} +.placeholder-yellow-900\/60:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.6); +} +.placeholder-yellow-900\/60::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.6); +} +.placeholder-yellow-900\/60::placeholder{ + color: rgb(99 49 18 / 0.6); +} +.placeholder-yellow-900\/70::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.7); +} +.placeholder-yellow-900\/70::-moz-placeholder{ + color: rgb(99 49 18 / 0.7); +} +.placeholder-yellow-900\/70:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.7); +} +.placeholder-yellow-900\/70::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.7); +} +.placeholder-yellow-900\/70::placeholder{ + color: rgb(99 49 18 / 0.7); +} +.placeholder-yellow-900\/75::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.75); +} +.placeholder-yellow-900\/75::-moz-placeholder{ + color: rgb(99 49 18 / 0.75); +} +.placeholder-yellow-900\/75:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.75); +} +.placeholder-yellow-900\/75::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.75); +} +.placeholder-yellow-900\/75::placeholder{ + color: rgb(99 49 18 / 0.75); +} +.placeholder-yellow-900\/80::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.8); +} +.placeholder-yellow-900\/80::-moz-placeholder{ + color: rgb(99 49 18 / 0.8); +} +.placeholder-yellow-900\/80:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.8); +} +.placeholder-yellow-900\/80::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.8); +} +.placeholder-yellow-900\/80::placeholder{ + color: rgb(99 49 18 / 0.8); +} +.placeholder-yellow-900\/90::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.9); +} +.placeholder-yellow-900\/90::-moz-placeholder{ + color: rgb(99 49 18 / 0.9); +} +.placeholder-yellow-900\/90:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.9); +} +.placeholder-yellow-900\/90::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.9); +} +.placeholder-yellow-900\/90::placeholder{ + color: rgb(99 49 18 / 0.9); +} +.placeholder-yellow-900\/95::-webkit-input-placeholder{ + color: rgb(99 49 18 / 0.95); +} +.placeholder-yellow-900\/95::-moz-placeholder{ + color: rgb(99 49 18 / 0.95); +} +.placeholder-yellow-900\/95:-ms-input-placeholder{ + color: rgb(99 49 18 / 0.95); +} +.placeholder-yellow-900\/95::-ms-input-placeholder{ + color: rgb(99 49 18 / 0.95); +} +.placeholder-yellow-900\/95::placeholder{ + color: rgb(99 49 18 / 0.95); +} +.placeholder-yellow-900\/100::-webkit-input-placeholder{ + color: rgb(99 49 18 / 1); +} +.placeholder-yellow-900\/100::-moz-placeholder{ + color: rgb(99 49 18 / 1); +} +.placeholder-yellow-900\/100:-ms-input-placeholder{ + color: rgb(99 49 18 / 1); +} +.placeholder-yellow-900\/100::-ms-input-placeholder{ + color: rgb(99 49 18 / 1); +} +.placeholder-yellow-900\/100::placeholder{ + color: rgb(99 49 18 / 1); +} +.placeholder-lime-50\/0::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0); +} +.placeholder-lime-50\/0::-moz-placeholder{ + color: rgb(247 254 231 / 0); +} +.placeholder-lime-50\/0:-ms-input-placeholder{ + color: rgb(247 254 231 / 0); +} +.placeholder-lime-50\/0::-ms-input-placeholder{ + color: rgb(247 254 231 / 0); +} +.placeholder-lime-50\/0::placeholder{ + color: rgb(247 254 231 / 0); +} +.placeholder-lime-50\/5::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.05); +} +.placeholder-lime-50\/5::-moz-placeholder{ + color: rgb(247 254 231 / 0.05); +} +.placeholder-lime-50\/5:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.05); +} +.placeholder-lime-50\/5::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.05); +} +.placeholder-lime-50\/5::placeholder{ + color: rgb(247 254 231 / 0.05); +} +.placeholder-lime-50\/10::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.1); +} +.placeholder-lime-50\/10::-moz-placeholder{ + color: rgb(247 254 231 / 0.1); +} +.placeholder-lime-50\/10:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.1); +} +.placeholder-lime-50\/10::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.1); +} +.placeholder-lime-50\/10::placeholder{ + color: rgb(247 254 231 / 0.1); +} +.placeholder-lime-50\/20::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.2); +} +.placeholder-lime-50\/20::-moz-placeholder{ + color: rgb(247 254 231 / 0.2); +} +.placeholder-lime-50\/20:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.2); +} +.placeholder-lime-50\/20::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.2); +} +.placeholder-lime-50\/20::placeholder{ + color: rgb(247 254 231 / 0.2); +} +.placeholder-lime-50\/25::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.25); +} +.placeholder-lime-50\/25::-moz-placeholder{ + color: rgb(247 254 231 / 0.25); +} +.placeholder-lime-50\/25:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.25); +} +.placeholder-lime-50\/25::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.25); +} +.placeholder-lime-50\/25::placeholder{ + color: rgb(247 254 231 / 0.25); +} +.placeholder-lime-50\/30::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.3); +} +.placeholder-lime-50\/30::-moz-placeholder{ + color: rgb(247 254 231 / 0.3); +} +.placeholder-lime-50\/30:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.3); +} +.placeholder-lime-50\/30::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.3); +} +.placeholder-lime-50\/30::placeholder{ + color: rgb(247 254 231 / 0.3); +} +.placeholder-lime-50\/40::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.4); +} +.placeholder-lime-50\/40::-moz-placeholder{ + color: rgb(247 254 231 / 0.4); +} +.placeholder-lime-50\/40:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.4); +} +.placeholder-lime-50\/40::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.4); +} +.placeholder-lime-50\/40::placeholder{ + color: rgb(247 254 231 / 0.4); +} +.placeholder-lime-50\/50::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.5); +} +.placeholder-lime-50\/50::-moz-placeholder{ + color: rgb(247 254 231 / 0.5); +} +.placeholder-lime-50\/50:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.5); +} +.placeholder-lime-50\/50::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.5); +} +.placeholder-lime-50\/50::placeholder{ + color: rgb(247 254 231 / 0.5); +} +.placeholder-lime-50\/60::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.6); +} +.placeholder-lime-50\/60::-moz-placeholder{ + color: rgb(247 254 231 / 0.6); +} +.placeholder-lime-50\/60:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.6); +} +.placeholder-lime-50\/60::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.6); +} +.placeholder-lime-50\/60::placeholder{ + color: rgb(247 254 231 / 0.6); +} +.placeholder-lime-50\/70::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.7); +} +.placeholder-lime-50\/70::-moz-placeholder{ + color: rgb(247 254 231 / 0.7); +} +.placeholder-lime-50\/70:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.7); +} +.placeholder-lime-50\/70::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.7); +} +.placeholder-lime-50\/70::placeholder{ + color: rgb(247 254 231 / 0.7); +} +.placeholder-lime-50\/75::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.75); +} +.placeholder-lime-50\/75::-moz-placeholder{ + color: rgb(247 254 231 / 0.75); +} +.placeholder-lime-50\/75:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.75); +} +.placeholder-lime-50\/75::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.75); +} +.placeholder-lime-50\/75::placeholder{ + color: rgb(247 254 231 / 0.75); +} +.placeholder-lime-50\/80::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.8); +} +.placeholder-lime-50\/80::-moz-placeholder{ + color: rgb(247 254 231 / 0.8); +} +.placeholder-lime-50\/80:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.8); +} +.placeholder-lime-50\/80::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.8); +} +.placeholder-lime-50\/80::placeholder{ + color: rgb(247 254 231 / 0.8); +} +.placeholder-lime-50\/90::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.9); +} +.placeholder-lime-50\/90::-moz-placeholder{ + color: rgb(247 254 231 / 0.9); +} +.placeholder-lime-50\/90:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.9); +} +.placeholder-lime-50\/90::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.9); +} +.placeholder-lime-50\/90::placeholder{ + color: rgb(247 254 231 / 0.9); +} +.placeholder-lime-50\/95::-webkit-input-placeholder{ + color: rgb(247 254 231 / 0.95); +} +.placeholder-lime-50\/95::-moz-placeholder{ + color: rgb(247 254 231 / 0.95); +} +.placeholder-lime-50\/95:-ms-input-placeholder{ + color: rgb(247 254 231 / 0.95); +} +.placeholder-lime-50\/95::-ms-input-placeholder{ + color: rgb(247 254 231 / 0.95); +} +.placeholder-lime-50\/95::placeholder{ + color: rgb(247 254 231 / 0.95); +} +.placeholder-lime-50\/100::-webkit-input-placeholder{ + color: rgb(247 254 231 / 1); +} +.placeholder-lime-50\/100::-moz-placeholder{ + color: rgb(247 254 231 / 1); +} +.placeholder-lime-50\/100:-ms-input-placeholder{ + color: rgb(247 254 231 / 1); +} +.placeholder-lime-50\/100::-ms-input-placeholder{ + color: rgb(247 254 231 / 1); +} +.placeholder-lime-50\/100::placeholder{ + color: rgb(247 254 231 / 1); +} +.placeholder-lime-100\/0::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0); +} +.placeholder-lime-100\/0::-moz-placeholder{ + color: rgb(236 252 203 / 0); +} +.placeholder-lime-100\/0:-ms-input-placeholder{ + color: rgb(236 252 203 / 0); +} +.placeholder-lime-100\/0::-ms-input-placeholder{ + color: rgb(236 252 203 / 0); +} +.placeholder-lime-100\/0::placeholder{ + color: rgb(236 252 203 / 0); +} +.placeholder-lime-100\/5::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.05); +} +.placeholder-lime-100\/5::-moz-placeholder{ + color: rgb(236 252 203 / 0.05); +} +.placeholder-lime-100\/5:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.05); +} +.placeholder-lime-100\/5::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.05); +} +.placeholder-lime-100\/5::placeholder{ + color: rgb(236 252 203 / 0.05); +} +.placeholder-lime-100\/10::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.1); +} +.placeholder-lime-100\/10::-moz-placeholder{ + color: rgb(236 252 203 / 0.1); +} +.placeholder-lime-100\/10:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.1); +} +.placeholder-lime-100\/10::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.1); +} +.placeholder-lime-100\/10::placeholder{ + color: rgb(236 252 203 / 0.1); +} +.placeholder-lime-100\/20::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.2); +} +.placeholder-lime-100\/20::-moz-placeholder{ + color: rgb(236 252 203 / 0.2); +} +.placeholder-lime-100\/20:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.2); +} +.placeholder-lime-100\/20::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.2); +} +.placeholder-lime-100\/20::placeholder{ + color: rgb(236 252 203 / 0.2); +} +.placeholder-lime-100\/25::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.25); +} +.placeholder-lime-100\/25::-moz-placeholder{ + color: rgb(236 252 203 / 0.25); +} +.placeholder-lime-100\/25:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.25); +} +.placeholder-lime-100\/25::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.25); +} +.placeholder-lime-100\/25::placeholder{ + color: rgb(236 252 203 / 0.25); +} +.placeholder-lime-100\/30::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.3); +} +.placeholder-lime-100\/30::-moz-placeholder{ + color: rgb(236 252 203 / 0.3); +} +.placeholder-lime-100\/30:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.3); +} +.placeholder-lime-100\/30::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.3); +} +.placeholder-lime-100\/30::placeholder{ + color: rgb(236 252 203 / 0.3); +} +.placeholder-lime-100\/40::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.4); +} +.placeholder-lime-100\/40::-moz-placeholder{ + color: rgb(236 252 203 / 0.4); +} +.placeholder-lime-100\/40:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.4); +} +.placeholder-lime-100\/40::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.4); +} +.placeholder-lime-100\/40::placeholder{ + color: rgb(236 252 203 / 0.4); +} +.placeholder-lime-100\/50::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.5); +} +.placeholder-lime-100\/50::-moz-placeholder{ + color: rgb(236 252 203 / 0.5); +} +.placeholder-lime-100\/50:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.5); +} +.placeholder-lime-100\/50::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.5); +} +.placeholder-lime-100\/50::placeholder{ + color: rgb(236 252 203 / 0.5); +} +.placeholder-lime-100\/60::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.6); +} +.placeholder-lime-100\/60::-moz-placeholder{ + color: rgb(236 252 203 / 0.6); +} +.placeholder-lime-100\/60:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.6); +} +.placeholder-lime-100\/60::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.6); +} +.placeholder-lime-100\/60::placeholder{ + color: rgb(236 252 203 / 0.6); +} +.placeholder-lime-100\/70::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.7); +} +.placeholder-lime-100\/70::-moz-placeholder{ + color: rgb(236 252 203 / 0.7); +} +.placeholder-lime-100\/70:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.7); +} +.placeholder-lime-100\/70::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.7); +} +.placeholder-lime-100\/70::placeholder{ + color: rgb(236 252 203 / 0.7); +} +.placeholder-lime-100\/75::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.75); +} +.placeholder-lime-100\/75::-moz-placeholder{ + color: rgb(236 252 203 / 0.75); +} +.placeholder-lime-100\/75:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.75); +} +.placeholder-lime-100\/75::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.75); +} +.placeholder-lime-100\/75::placeholder{ + color: rgb(236 252 203 / 0.75); +} +.placeholder-lime-100\/80::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.8); +} +.placeholder-lime-100\/80::-moz-placeholder{ + color: rgb(236 252 203 / 0.8); +} +.placeholder-lime-100\/80:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.8); +} +.placeholder-lime-100\/80::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.8); +} +.placeholder-lime-100\/80::placeholder{ + color: rgb(236 252 203 / 0.8); +} +.placeholder-lime-100\/90::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.9); +} +.placeholder-lime-100\/90::-moz-placeholder{ + color: rgb(236 252 203 / 0.9); +} +.placeholder-lime-100\/90:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.9); +} +.placeholder-lime-100\/90::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.9); +} +.placeholder-lime-100\/90::placeholder{ + color: rgb(236 252 203 / 0.9); +} +.placeholder-lime-100\/95::-webkit-input-placeholder{ + color: rgb(236 252 203 / 0.95); +} +.placeholder-lime-100\/95::-moz-placeholder{ + color: rgb(236 252 203 / 0.95); +} +.placeholder-lime-100\/95:-ms-input-placeholder{ + color: rgb(236 252 203 / 0.95); +} +.placeholder-lime-100\/95::-ms-input-placeholder{ + color: rgb(236 252 203 / 0.95); +} +.placeholder-lime-100\/95::placeholder{ + color: rgb(236 252 203 / 0.95); +} +.placeholder-lime-100\/100::-webkit-input-placeholder{ + color: rgb(236 252 203 / 1); +} +.placeholder-lime-100\/100::-moz-placeholder{ + color: rgb(236 252 203 / 1); +} +.placeholder-lime-100\/100:-ms-input-placeholder{ + color: rgb(236 252 203 / 1); +} +.placeholder-lime-100\/100::-ms-input-placeholder{ + color: rgb(236 252 203 / 1); +} +.placeholder-lime-100\/100::placeholder{ + color: rgb(236 252 203 / 1); +} +.placeholder-lime-200\/0::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0); +} +.placeholder-lime-200\/0::-moz-placeholder{ + color: rgb(217 249 157 / 0); +} +.placeholder-lime-200\/0:-ms-input-placeholder{ + color: rgb(217 249 157 / 0); +} +.placeholder-lime-200\/0::-ms-input-placeholder{ + color: rgb(217 249 157 / 0); +} +.placeholder-lime-200\/0::placeholder{ + color: rgb(217 249 157 / 0); +} +.placeholder-lime-200\/5::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.05); +} +.placeholder-lime-200\/5::-moz-placeholder{ + color: rgb(217 249 157 / 0.05); +} +.placeholder-lime-200\/5:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.05); +} +.placeholder-lime-200\/5::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.05); +} +.placeholder-lime-200\/5::placeholder{ + color: rgb(217 249 157 / 0.05); +} +.placeholder-lime-200\/10::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.1); +} +.placeholder-lime-200\/10::-moz-placeholder{ + color: rgb(217 249 157 / 0.1); +} +.placeholder-lime-200\/10:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.1); +} +.placeholder-lime-200\/10::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.1); +} +.placeholder-lime-200\/10::placeholder{ + color: rgb(217 249 157 / 0.1); +} +.placeholder-lime-200\/20::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.2); +} +.placeholder-lime-200\/20::-moz-placeholder{ + color: rgb(217 249 157 / 0.2); +} +.placeholder-lime-200\/20:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.2); +} +.placeholder-lime-200\/20::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.2); +} +.placeholder-lime-200\/20::placeholder{ + color: rgb(217 249 157 / 0.2); +} +.placeholder-lime-200\/25::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.25); +} +.placeholder-lime-200\/25::-moz-placeholder{ + color: rgb(217 249 157 / 0.25); +} +.placeholder-lime-200\/25:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.25); +} +.placeholder-lime-200\/25::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.25); +} +.placeholder-lime-200\/25::placeholder{ + color: rgb(217 249 157 / 0.25); +} +.placeholder-lime-200\/30::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.3); +} +.placeholder-lime-200\/30::-moz-placeholder{ + color: rgb(217 249 157 / 0.3); +} +.placeholder-lime-200\/30:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.3); +} +.placeholder-lime-200\/30::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.3); +} +.placeholder-lime-200\/30::placeholder{ + color: rgb(217 249 157 / 0.3); +} +.placeholder-lime-200\/40::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.4); +} +.placeholder-lime-200\/40::-moz-placeholder{ + color: rgb(217 249 157 / 0.4); +} +.placeholder-lime-200\/40:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.4); +} +.placeholder-lime-200\/40::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.4); +} +.placeholder-lime-200\/40::placeholder{ + color: rgb(217 249 157 / 0.4); +} +.placeholder-lime-200\/50::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.5); +} +.placeholder-lime-200\/50::-moz-placeholder{ + color: rgb(217 249 157 / 0.5); +} +.placeholder-lime-200\/50:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.5); +} +.placeholder-lime-200\/50::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.5); +} +.placeholder-lime-200\/50::placeholder{ + color: rgb(217 249 157 / 0.5); +} +.placeholder-lime-200\/60::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.6); +} +.placeholder-lime-200\/60::-moz-placeholder{ + color: rgb(217 249 157 / 0.6); +} +.placeholder-lime-200\/60:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.6); +} +.placeholder-lime-200\/60::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.6); +} +.placeholder-lime-200\/60::placeholder{ + color: rgb(217 249 157 / 0.6); +} +.placeholder-lime-200\/70::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.7); +} +.placeholder-lime-200\/70::-moz-placeholder{ + color: rgb(217 249 157 / 0.7); +} +.placeholder-lime-200\/70:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.7); +} +.placeholder-lime-200\/70::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.7); +} +.placeholder-lime-200\/70::placeholder{ + color: rgb(217 249 157 / 0.7); +} +.placeholder-lime-200\/75::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.75); +} +.placeholder-lime-200\/75::-moz-placeholder{ + color: rgb(217 249 157 / 0.75); +} +.placeholder-lime-200\/75:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.75); +} +.placeholder-lime-200\/75::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.75); +} +.placeholder-lime-200\/75::placeholder{ + color: rgb(217 249 157 / 0.75); +} +.placeholder-lime-200\/80::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.8); +} +.placeholder-lime-200\/80::-moz-placeholder{ + color: rgb(217 249 157 / 0.8); +} +.placeholder-lime-200\/80:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.8); +} +.placeholder-lime-200\/80::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.8); +} +.placeholder-lime-200\/80::placeholder{ + color: rgb(217 249 157 / 0.8); +} +.placeholder-lime-200\/90::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.9); +} +.placeholder-lime-200\/90::-moz-placeholder{ + color: rgb(217 249 157 / 0.9); +} +.placeholder-lime-200\/90:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.9); +} +.placeholder-lime-200\/90::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.9); +} +.placeholder-lime-200\/90::placeholder{ + color: rgb(217 249 157 / 0.9); +} +.placeholder-lime-200\/95::-webkit-input-placeholder{ + color: rgb(217 249 157 / 0.95); +} +.placeholder-lime-200\/95::-moz-placeholder{ + color: rgb(217 249 157 / 0.95); +} +.placeholder-lime-200\/95:-ms-input-placeholder{ + color: rgb(217 249 157 / 0.95); +} +.placeholder-lime-200\/95::-ms-input-placeholder{ + color: rgb(217 249 157 / 0.95); +} +.placeholder-lime-200\/95::placeholder{ + color: rgb(217 249 157 / 0.95); +} +.placeholder-lime-200\/100::-webkit-input-placeholder{ + color: rgb(217 249 157 / 1); +} +.placeholder-lime-200\/100::-moz-placeholder{ + color: rgb(217 249 157 / 1); +} +.placeholder-lime-200\/100:-ms-input-placeholder{ + color: rgb(217 249 157 / 1); +} +.placeholder-lime-200\/100::-ms-input-placeholder{ + color: rgb(217 249 157 / 1); +} +.placeholder-lime-200\/100::placeholder{ + color: rgb(217 249 157 / 1); +} +.placeholder-lime-300\/0::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0); +} +.placeholder-lime-300\/0::-moz-placeholder{ + color: rgb(190 242 100 / 0); +} +.placeholder-lime-300\/0:-ms-input-placeholder{ + color: rgb(190 242 100 / 0); +} +.placeholder-lime-300\/0::-ms-input-placeholder{ + color: rgb(190 242 100 / 0); +} +.placeholder-lime-300\/0::placeholder{ + color: rgb(190 242 100 / 0); +} +.placeholder-lime-300\/5::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.05); +} +.placeholder-lime-300\/5::-moz-placeholder{ + color: rgb(190 242 100 / 0.05); +} +.placeholder-lime-300\/5:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.05); +} +.placeholder-lime-300\/5::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.05); +} +.placeholder-lime-300\/5::placeholder{ + color: rgb(190 242 100 / 0.05); +} +.placeholder-lime-300\/10::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.1); +} +.placeholder-lime-300\/10::-moz-placeholder{ + color: rgb(190 242 100 / 0.1); +} +.placeholder-lime-300\/10:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.1); +} +.placeholder-lime-300\/10::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.1); +} +.placeholder-lime-300\/10::placeholder{ + color: rgb(190 242 100 / 0.1); +} +.placeholder-lime-300\/20::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.2); +} +.placeholder-lime-300\/20::-moz-placeholder{ + color: rgb(190 242 100 / 0.2); +} +.placeholder-lime-300\/20:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.2); +} +.placeholder-lime-300\/20::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.2); +} +.placeholder-lime-300\/20::placeholder{ + color: rgb(190 242 100 / 0.2); +} +.placeholder-lime-300\/25::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.25); +} +.placeholder-lime-300\/25::-moz-placeholder{ + color: rgb(190 242 100 / 0.25); +} +.placeholder-lime-300\/25:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.25); +} +.placeholder-lime-300\/25::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.25); +} +.placeholder-lime-300\/25::placeholder{ + color: rgb(190 242 100 / 0.25); +} +.placeholder-lime-300\/30::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.3); +} +.placeholder-lime-300\/30::-moz-placeholder{ + color: rgb(190 242 100 / 0.3); +} +.placeholder-lime-300\/30:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.3); +} +.placeholder-lime-300\/30::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.3); +} +.placeholder-lime-300\/30::placeholder{ + color: rgb(190 242 100 / 0.3); +} +.placeholder-lime-300\/40::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.4); +} +.placeholder-lime-300\/40::-moz-placeholder{ + color: rgb(190 242 100 / 0.4); +} +.placeholder-lime-300\/40:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.4); +} +.placeholder-lime-300\/40::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.4); +} +.placeholder-lime-300\/40::placeholder{ + color: rgb(190 242 100 / 0.4); +} +.placeholder-lime-300\/50::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.5); +} +.placeholder-lime-300\/50::-moz-placeholder{ + color: rgb(190 242 100 / 0.5); +} +.placeholder-lime-300\/50:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.5); +} +.placeholder-lime-300\/50::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.5); +} +.placeholder-lime-300\/50::placeholder{ + color: rgb(190 242 100 / 0.5); +} +.placeholder-lime-300\/60::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.6); +} +.placeholder-lime-300\/60::-moz-placeholder{ + color: rgb(190 242 100 / 0.6); +} +.placeholder-lime-300\/60:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.6); +} +.placeholder-lime-300\/60::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.6); +} +.placeholder-lime-300\/60::placeholder{ + color: rgb(190 242 100 / 0.6); +} +.placeholder-lime-300\/70::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.7); +} +.placeholder-lime-300\/70::-moz-placeholder{ + color: rgb(190 242 100 / 0.7); +} +.placeholder-lime-300\/70:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.7); +} +.placeholder-lime-300\/70::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.7); +} +.placeholder-lime-300\/70::placeholder{ + color: rgb(190 242 100 / 0.7); +} +.placeholder-lime-300\/75::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.75); +} +.placeholder-lime-300\/75::-moz-placeholder{ + color: rgb(190 242 100 / 0.75); +} +.placeholder-lime-300\/75:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.75); +} +.placeholder-lime-300\/75::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.75); +} +.placeholder-lime-300\/75::placeholder{ + color: rgb(190 242 100 / 0.75); +} +.placeholder-lime-300\/80::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.8); +} +.placeholder-lime-300\/80::-moz-placeholder{ + color: rgb(190 242 100 / 0.8); +} +.placeholder-lime-300\/80:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.8); +} +.placeholder-lime-300\/80::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.8); +} +.placeholder-lime-300\/80::placeholder{ + color: rgb(190 242 100 / 0.8); +} +.placeholder-lime-300\/90::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.9); +} +.placeholder-lime-300\/90::-moz-placeholder{ + color: rgb(190 242 100 / 0.9); +} +.placeholder-lime-300\/90:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.9); +} +.placeholder-lime-300\/90::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.9); +} +.placeholder-lime-300\/90::placeholder{ + color: rgb(190 242 100 / 0.9); +} +.placeholder-lime-300\/95::-webkit-input-placeholder{ + color: rgb(190 242 100 / 0.95); +} +.placeholder-lime-300\/95::-moz-placeholder{ + color: rgb(190 242 100 / 0.95); +} +.placeholder-lime-300\/95:-ms-input-placeholder{ + color: rgb(190 242 100 / 0.95); +} +.placeholder-lime-300\/95::-ms-input-placeholder{ + color: rgb(190 242 100 / 0.95); +} +.placeholder-lime-300\/95::placeholder{ + color: rgb(190 242 100 / 0.95); +} +.placeholder-lime-300\/100::-webkit-input-placeholder{ + color: rgb(190 242 100 / 1); +} +.placeholder-lime-300\/100::-moz-placeholder{ + color: rgb(190 242 100 / 1); +} +.placeholder-lime-300\/100:-ms-input-placeholder{ + color: rgb(190 242 100 / 1); +} +.placeholder-lime-300\/100::-ms-input-placeholder{ + color: rgb(190 242 100 / 1); +} +.placeholder-lime-300\/100::placeholder{ + color: rgb(190 242 100 / 1); +} +.placeholder-lime-400\/0::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0); +} +.placeholder-lime-400\/0::-moz-placeholder{ + color: rgb(163 230 53 / 0); +} +.placeholder-lime-400\/0:-ms-input-placeholder{ + color: rgb(163 230 53 / 0); +} +.placeholder-lime-400\/0::-ms-input-placeholder{ + color: rgb(163 230 53 / 0); +} +.placeholder-lime-400\/0::placeholder{ + color: rgb(163 230 53 / 0); +} +.placeholder-lime-400\/5::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.05); +} +.placeholder-lime-400\/5::-moz-placeholder{ + color: rgb(163 230 53 / 0.05); +} +.placeholder-lime-400\/5:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.05); +} +.placeholder-lime-400\/5::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.05); +} +.placeholder-lime-400\/5::placeholder{ + color: rgb(163 230 53 / 0.05); +} +.placeholder-lime-400\/10::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.1); +} +.placeholder-lime-400\/10::-moz-placeholder{ + color: rgb(163 230 53 / 0.1); +} +.placeholder-lime-400\/10:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.1); +} +.placeholder-lime-400\/10::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.1); +} +.placeholder-lime-400\/10::placeholder{ + color: rgb(163 230 53 / 0.1); +} +.placeholder-lime-400\/20::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.2); +} +.placeholder-lime-400\/20::-moz-placeholder{ + color: rgb(163 230 53 / 0.2); +} +.placeholder-lime-400\/20:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.2); +} +.placeholder-lime-400\/20::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.2); +} +.placeholder-lime-400\/20::placeholder{ + color: rgb(163 230 53 / 0.2); +} +.placeholder-lime-400\/25::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.25); +} +.placeholder-lime-400\/25::-moz-placeholder{ + color: rgb(163 230 53 / 0.25); +} +.placeholder-lime-400\/25:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.25); +} +.placeholder-lime-400\/25::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.25); +} +.placeholder-lime-400\/25::placeholder{ + color: rgb(163 230 53 / 0.25); +} +.placeholder-lime-400\/30::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.3); +} +.placeholder-lime-400\/30::-moz-placeholder{ + color: rgb(163 230 53 / 0.3); +} +.placeholder-lime-400\/30:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.3); +} +.placeholder-lime-400\/30::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.3); +} +.placeholder-lime-400\/30::placeholder{ + color: rgb(163 230 53 / 0.3); +} +.placeholder-lime-400\/40::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.4); +} +.placeholder-lime-400\/40::-moz-placeholder{ + color: rgb(163 230 53 / 0.4); +} +.placeholder-lime-400\/40:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.4); +} +.placeholder-lime-400\/40::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.4); +} +.placeholder-lime-400\/40::placeholder{ + color: rgb(163 230 53 / 0.4); +} +.placeholder-lime-400\/50::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.5); +} +.placeholder-lime-400\/50::-moz-placeholder{ + color: rgb(163 230 53 / 0.5); +} +.placeholder-lime-400\/50:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.5); +} +.placeholder-lime-400\/50::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.5); +} +.placeholder-lime-400\/50::placeholder{ + color: rgb(163 230 53 / 0.5); +} +.placeholder-lime-400\/60::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.6); +} +.placeholder-lime-400\/60::-moz-placeholder{ + color: rgb(163 230 53 / 0.6); +} +.placeholder-lime-400\/60:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.6); +} +.placeholder-lime-400\/60::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.6); +} +.placeholder-lime-400\/60::placeholder{ + color: rgb(163 230 53 / 0.6); +} +.placeholder-lime-400\/70::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.7); +} +.placeholder-lime-400\/70::-moz-placeholder{ + color: rgb(163 230 53 / 0.7); +} +.placeholder-lime-400\/70:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.7); +} +.placeholder-lime-400\/70::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.7); +} +.placeholder-lime-400\/70::placeholder{ + color: rgb(163 230 53 / 0.7); +} +.placeholder-lime-400\/75::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.75); +} +.placeholder-lime-400\/75::-moz-placeholder{ + color: rgb(163 230 53 / 0.75); +} +.placeholder-lime-400\/75:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.75); +} +.placeholder-lime-400\/75::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.75); +} +.placeholder-lime-400\/75::placeholder{ + color: rgb(163 230 53 / 0.75); +} +.placeholder-lime-400\/80::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.8); +} +.placeholder-lime-400\/80::-moz-placeholder{ + color: rgb(163 230 53 / 0.8); +} +.placeholder-lime-400\/80:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.8); +} +.placeholder-lime-400\/80::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.8); +} +.placeholder-lime-400\/80::placeholder{ + color: rgb(163 230 53 / 0.8); +} +.placeholder-lime-400\/90::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.9); +} +.placeholder-lime-400\/90::-moz-placeholder{ + color: rgb(163 230 53 / 0.9); +} +.placeholder-lime-400\/90:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.9); +} +.placeholder-lime-400\/90::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.9); +} +.placeholder-lime-400\/90::placeholder{ + color: rgb(163 230 53 / 0.9); +} +.placeholder-lime-400\/95::-webkit-input-placeholder{ + color: rgb(163 230 53 / 0.95); +} +.placeholder-lime-400\/95::-moz-placeholder{ + color: rgb(163 230 53 / 0.95); +} +.placeholder-lime-400\/95:-ms-input-placeholder{ + color: rgb(163 230 53 / 0.95); +} +.placeholder-lime-400\/95::-ms-input-placeholder{ + color: rgb(163 230 53 / 0.95); +} +.placeholder-lime-400\/95::placeholder{ + color: rgb(163 230 53 / 0.95); +} +.placeholder-lime-400\/100::-webkit-input-placeholder{ + color: rgb(163 230 53 / 1); +} +.placeholder-lime-400\/100::-moz-placeholder{ + color: rgb(163 230 53 / 1); +} +.placeholder-lime-400\/100:-ms-input-placeholder{ + color: rgb(163 230 53 / 1); +} +.placeholder-lime-400\/100::-ms-input-placeholder{ + color: rgb(163 230 53 / 1); +} +.placeholder-lime-400\/100::placeholder{ + color: rgb(163 230 53 / 1); +} +.placeholder-lime-500\/0::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0); +} +.placeholder-lime-500\/0::-moz-placeholder{ + color: rgb(132 204 22 / 0); +} +.placeholder-lime-500\/0:-ms-input-placeholder{ + color: rgb(132 204 22 / 0); +} +.placeholder-lime-500\/0::-ms-input-placeholder{ + color: rgb(132 204 22 / 0); +} +.placeholder-lime-500\/0::placeholder{ + color: rgb(132 204 22 / 0); +} +.placeholder-lime-500\/5::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.05); +} +.placeholder-lime-500\/5::-moz-placeholder{ + color: rgb(132 204 22 / 0.05); +} +.placeholder-lime-500\/5:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.05); +} +.placeholder-lime-500\/5::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.05); +} +.placeholder-lime-500\/5::placeholder{ + color: rgb(132 204 22 / 0.05); +} +.placeholder-lime-500\/10::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.1); +} +.placeholder-lime-500\/10::-moz-placeholder{ + color: rgb(132 204 22 / 0.1); +} +.placeholder-lime-500\/10:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.1); +} +.placeholder-lime-500\/10::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.1); +} +.placeholder-lime-500\/10::placeholder{ + color: rgb(132 204 22 / 0.1); +} +.placeholder-lime-500\/20::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.2); +} +.placeholder-lime-500\/20::-moz-placeholder{ + color: rgb(132 204 22 / 0.2); +} +.placeholder-lime-500\/20:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.2); +} +.placeholder-lime-500\/20::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.2); +} +.placeholder-lime-500\/20::placeholder{ + color: rgb(132 204 22 / 0.2); +} +.placeholder-lime-500\/25::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.25); +} +.placeholder-lime-500\/25::-moz-placeholder{ + color: rgb(132 204 22 / 0.25); +} +.placeholder-lime-500\/25:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.25); +} +.placeholder-lime-500\/25::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.25); +} +.placeholder-lime-500\/25::placeholder{ + color: rgb(132 204 22 / 0.25); +} +.placeholder-lime-500\/30::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.3); +} +.placeholder-lime-500\/30::-moz-placeholder{ + color: rgb(132 204 22 / 0.3); +} +.placeholder-lime-500\/30:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.3); +} +.placeholder-lime-500\/30::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.3); +} +.placeholder-lime-500\/30::placeholder{ + color: rgb(132 204 22 / 0.3); +} +.placeholder-lime-500\/40::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.4); +} +.placeholder-lime-500\/40::-moz-placeholder{ + color: rgb(132 204 22 / 0.4); +} +.placeholder-lime-500\/40:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.4); +} +.placeholder-lime-500\/40::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.4); +} +.placeholder-lime-500\/40::placeholder{ + color: rgb(132 204 22 / 0.4); +} +.placeholder-lime-500\/50::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.5); +} +.placeholder-lime-500\/50::-moz-placeholder{ + color: rgb(132 204 22 / 0.5); +} +.placeholder-lime-500\/50:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.5); +} +.placeholder-lime-500\/50::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.5); +} +.placeholder-lime-500\/50::placeholder{ + color: rgb(132 204 22 / 0.5); +} +.placeholder-lime-500\/60::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.6); +} +.placeholder-lime-500\/60::-moz-placeholder{ + color: rgb(132 204 22 / 0.6); +} +.placeholder-lime-500\/60:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.6); +} +.placeholder-lime-500\/60::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.6); +} +.placeholder-lime-500\/60::placeholder{ + color: rgb(132 204 22 / 0.6); +} +.placeholder-lime-500\/70::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.7); +} +.placeholder-lime-500\/70::-moz-placeholder{ + color: rgb(132 204 22 / 0.7); +} +.placeholder-lime-500\/70:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.7); +} +.placeholder-lime-500\/70::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.7); +} +.placeholder-lime-500\/70::placeholder{ + color: rgb(132 204 22 / 0.7); +} +.placeholder-lime-500\/75::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.75); +} +.placeholder-lime-500\/75::-moz-placeholder{ + color: rgb(132 204 22 / 0.75); +} +.placeholder-lime-500\/75:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.75); +} +.placeholder-lime-500\/75::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.75); +} +.placeholder-lime-500\/75::placeholder{ + color: rgb(132 204 22 / 0.75); +} +.placeholder-lime-500\/80::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.8); +} +.placeholder-lime-500\/80::-moz-placeholder{ + color: rgb(132 204 22 / 0.8); +} +.placeholder-lime-500\/80:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.8); +} +.placeholder-lime-500\/80::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.8); +} +.placeholder-lime-500\/80::placeholder{ + color: rgb(132 204 22 / 0.8); +} +.placeholder-lime-500\/90::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.9); +} +.placeholder-lime-500\/90::-moz-placeholder{ + color: rgb(132 204 22 / 0.9); +} +.placeholder-lime-500\/90:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.9); +} +.placeholder-lime-500\/90::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.9); +} +.placeholder-lime-500\/90::placeholder{ + color: rgb(132 204 22 / 0.9); +} +.placeholder-lime-500\/95::-webkit-input-placeholder{ + color: rgb(132 204 22 / 0.95); +} +.placeholder-lime-500\/95::-moz-placeholder{ + color: rgb(132 204 22 / 0.95); +} +.placeholder-lime-500\/95:-ms-input-placeholder{ + color: rgb(132 204 22 / 0.95); +} +.placeholder-lime-500\/95::-ms-input-placeholder{ + color: rgb(132 204 22 / 0.95); +} +.placeholder-lime-500\/95::placeholder{ + color: rgb(132 204 22 / 0.95); +} +.placeholder-lime-500\/100::-webkit-input-placeholder{ + color: rgb(132 204 22 / 1); +} +.placeholder-lime-500\/100::-moz-placeholder{ + color: rgb(132 204 22 / 1); +} +.placeholder-lime-500\/100:-ms-input-placeholder{ + color: rgb(132 204 22 / 1); +} +.placeholder-lime-500\/100::-ms-input-placeholder{ + color: rgb(132 204 22 / 1); +} +.placeholder-lime-500\/100::placeholder{ + color: rgb(132 204 22 / 1); +} +.placeholder-lime-600\/0::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0); +} +.placeholder-lime-600\/0::-moz-placeholder{ + color: rgb(101 163 13 / 0); +} +.placeholder-lime-600\/0:-ms-input-placeholder{ + color: rgb(101 163 13 / 0); +} +.placeholder-lime-600\/0::-ms-input-placeholder{ + color: rgb(101 163 13 / 0); +} +.placeholder-lime-600\/0::placeholder{ + color: rgb(101 163 13 / 0); +} +.placeholder-lime-600\/5::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.05); +} +.placeholder-lime-600\/5::-moz-placeholder{ + color: rgb(101 163 13 / 0.05); +} +.placeholder-lime-600\/5:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.05); +} +.placeholder-lime-600\/5::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.05); +} +.placeholder-lime-600\/5::placeholder{ + color: rgb(101 163 13 / 0.05); +} +.placeholder-lime-600\/10::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.1); +} +.placeholder-lime-600\/10::-moz-placeholder{ + color: rgb(101 163 13 / 0.1); +} +.placeholder-lime-600\/10:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.1); +} +.placeholder-lime-600\/10::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.1); +} +.placeholder-lime-600\/10::placeholder{ + color: rgb(101 163 13 / 0.1); +} +.placeholder-lime-600\/20::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.2); +} +.placeholder-lime-600\/20::-moz-placeholder{ + color: rgb(101 163 13 / 0.2); +} +.placeholder-lime-600\/20:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.2); +} +.placeholder-lime-600\/20::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.2); +} +.placeholder-lime-600\/20::placeholder{ + color: rgb(101 163 13 / 0.2); +} +.placeholder-lime-600\/25::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.25); +} +.placeholder-lime-600\/25::-moz-placeholder{ + color: rgb(101 163 13 / 0.25); +} +.placeholder-lime-600\/25:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.25); +} +.placeholder-lime-600\/25::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.25); +} +.placeholder-lime-600\/25::placeholder{ + color: rgb(101 163 13 / 0.25); +} +.placeholder-lime-600\/30::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.3); +} +.placeholder-lime-600\/30::-moz-placeholder{ + color: rgb(101 163 13 / 0.3); +} +.placeholder-lime-600\/30:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.3); +} +.placeholder-lime-600\/30::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.3); +} +.placeholder-lime-600\/30::placeholder{ + color: rgb(101 163 13 / 0.3); +} +.placeholder-lime-600\/40::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.4); +} +.placeholder-lime-600\/40::-moz-placeholder{ + color: rgb(101 163 13 / 0.4); +} +.placeholder-lime-600\/40:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.4); +} +.placeholder-lime-600\/40::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.4); +} +.placeholder-lime-600\/40::placeholder{ + color: rgb(101 163 13 / 0.4); +} +.placeholder-lime-600\/50::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.5); +} +.placeholder-lime-600\/50::-moz-placeholder{ + color: rgb(101 163 13 / 0.5); +} +.placeholder-lime-600\/50:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.5); +} +.placeholder-lime-600\/50::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.5); +} +.placeholder-lime-600\/50::placeholder{ + color: rgb(101 163 13 / 0.5); +} +.placeholder-lime-600\/60::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.6); +} +.placeholder-lime-600\/60::-moz-placeholder{ + color: rgb(101 163 13 / 0.6); +} +.placeholder-lime-600\/60:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.6); +} +.placeholder-lime-600\/60::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.6); +} +.placeholder-lime-600\/60::placeholder{ + color: rgb(101 163 13 / 0.6); +} +.placeholder-lime-600\/70::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.7); +} +.placeholder-lime-600\/70::-moz-placeholder{ + color: rgb(101 163 13 / 0.7); +} +.placeholder-lime-600\/70:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.7); +} +.placeholder-lime-600\/70::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.7); +} +.placeholder-lime-600\/70::placeholder{ + color: rgb(101 163 13 / 0.7); +} +.placeholder-lime-600\/75::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.75); +} +.placeholder-lime-600\/75::-moz-placeholder{ + color: rgb(101 163 13 / 0.75); +} +.placeholder-lime-600\/75:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.75); +} +.placeholder-lime-600\/75::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.75); +} +.placeholder-lime-600\/75::placeholder{ + color: rgb(101 163 13 / 0.75); +} +.placeholder-lime-600\/80::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.8); +} +.placeholder-lime-600\/80::-moz-placeholder{ + color: rgb(101 163 13 / 0.8); +} +.placeholder-lime-600\/80:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.8); +} +.placeholder-lime-600\/80::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.8); +} +.placeholder-lime-600\/80::placeholder{ + color: rgb(101 163 13 / 0.8); +} +.placeholder-lime-600\/90::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.9); +} +.placeholder-lime-600\/90::-moz-placeholder{ + color: rgb(101 163 13 / 0.9); +} +.placeholder-lime-600\/90:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.9); +} +.placeholder-lime-600\/90::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.9); +} +.placeholder-lime-600\/90::placeholder{ + color: rgb(101 163 13 / 0.9); +} +.placeholder-lime-600\/95::-webkit-input-placeholder{ + color: rgb(101 163 13 / 0.95); +} +.placeholder-lime-600\/95::-moz-placeholder{ + color: rgb(101 163 13 / 0.95); +} +.placeholder-lime-600\/95:-ms-input-placeholder{ + color: rgb(101 163 13 / 0.95); +} +.placeholder-lime-600\/95::-ms-input-placeholder{ + color: rgb(101 163 13 / 0.95); +} +.placeholder-lime-600\/95::placeholder{ + color: rgb(101 163 13 / 0.95); +} +.placeholder-lime-600\/100::-webkit-input-placeholder{ + color: rgb(101 163 13 / 1); +} +.placeholder-lime-600\/100::-moz-placeholder{ + color: rgb(101 163 13 / 1); +} +.placeholder-lime-600\/100:-ms-input-placeholder{ + color: rgb(101 163 13 / 1); +} +.placeholder-lime-600\/100::-ms-input-placeholder{ + color: rgb(101 163 13 / 1); +} +.placeholder-lime-600\/100::placeholder{ + color: rgb(101 163 13 / 1); +} +.placeholder-lime-700\/0::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0); +} +.placeholder-lime-700\/0::-moz-placeholder{ + color: rgb(77 124 15 / 0); +} +.placeholder-lime-700\/0:-ms-input-placeholder{ + color: rgb(77 124 15 / 0); +} +.placeholder-lime-700\/0::-ms-input-placeholder{ + color: rgb(77 124 15 / 0); +} +.placeholder-lime-700\/0::placeholder{ + color: rgb(77 124 15 / 0); +} +.placeholder-lime-700\/5::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.05); +} +.placeholder-lime-700\/5::-moz-placeholder{ + color: rgb(77 124 15 / 0.05); +} +.placeholder-lime-700\/5:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.05); +} +.placeholder-lime-700\/5::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.05); +} +.placeholder-lime-700\/5::placeholder{ + color: rgb(77 124 15 / 0.05); +} +.placeholder-lime-700\/10::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.1); +} +.placeholder-lime-700\/10::-moz-placeholder{ + color: rgb(77 124 15 / 0.1); +} +.placeholder-lime-700\/10:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.1); +} +.placeholder-lime-700\/10::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.1); +} +.placeholder-lime-700\/10::placeholder{ + color: rgb(77 124 15 / 0.1); +} +.placeholder-lime-700\/20::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.2); +} +.placeholder-lime-700\/20::-moz-placeholder{ + color: rgb(77 124 15 / 0.2); +} +.placeholder-lime-700\/20:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.2); +} +.placeholder-lime-700\/20::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.2); +} +.placeholder-lime-700\/20::placeholder{ + color: rgb(77 124 15 / 0.2); +} +.placeholder-lime-700\/25::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.25); +} +.placeholder-lime-700\/25::-moz-placeholder{ + color: rgb(77 124 15 / 0.25); +} +.placeholder-lime-700\/25:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.25); +} +.placeholder-lime-700\/25::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.25); +} +.placeholder-lime-700\/25::placeholder{ + color: rgb(77 124 15 / 0.25); +} +.placeholder-lime-700\/30::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.3); +} +.placeholder-lime-700\/30::-moz-placeholder{ + color: rgb(77 124 15 / 0.3); +} +.placeholder-lime-700\/30:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.3); +} +.placeholder-lime-700\/30::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.3); +} +.placeholder-lime-700\/30::placeholder{ + color: rgb(77 124 15 / 0.3); +} +.placeholder-lime-700\/40::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.4); +} +.placeholder-lime-700\/40::-moz-placeholder{ + color: rgb(77 124 15 / 0.4); +} +.placeholder-lime-700\/40:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.4); +} +.placeholder-lime-700\/40::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.4); +} +.placeholder-lime-700\/40::placeholder{ + color: rgb(77 124 15 / 0.4); +} +.placeholder-lime-700\/50::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.5); +} +.placeholder-lime-700\/50::-moz-placeholder{ + color: rgb(77 124 15 / 0.5); +} +.placeholder-lime-700\/50:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.5); +} +.placeholder-lime-700\/50::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.5); +} +.placeholder-lime-700\/50::placeholder{ + color: rgb(77 124 15 / 0.5); +} +.placeholder-lime-700\/60::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.6); +} +.placeholder-lime-700\/60::-moz-placeholder{ + color: rgb(77 124 15 / 0.6); +} +.placeholder-lime-700\/60:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.6); +} +.placeholder-lime-700\/60::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.6); +} +.placeholder-lime-700\/60::placeholder{ + color: rgb(77 124 15 / 0.6); +} +.placeholder-lime-700\/70::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.7); +} +.placeholder-lime-700\/70::-moz-placeholder{ + color: rgb(77 124 15 / 0.7); +} +.placeholder-lime-700\/70:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.7); +} +.placeholder-lime-700\/70::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.7); +} +.placeholder-lime-700\/70::placeholder{ + color: rgb(77 124 15 / 0.7); +} +.placeholder-lime-700\/75::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.75); +} +.placeholder-lime-700\/75::-moz-placeholder{ + color: rgb(77 124 15 / 0.75); +} +.placeholder-lime-700\/75:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.75); +} +.placeholder-lime-700\/75::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.75); +} +.placeholder-lime-700\/75::placeholder{ + color: rgb(77 124 15 / 0.75); +} +.placeholder-lime-700\/80::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.8); +} +.placeholder-lime-700\/80::-moz-placeholder{ + color: rgb(77 124 15 / 0.8); +} +.placeholder-lime-700\/80:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.8); +} +.placeholder-lime-700\/80::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.8); +} +.placeholder-lime-700\/80::placeholder{ + color: rgb(77 124 15 / 0.8); +} +.placeholder-lime-700\/90::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.9); +} +.placeholder-lime-700\/90::-moz-placeholder{ + color: rgb(77 124 15 / 0.9); +} +.placeholder-lime-700\/90:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.9); +} +.placeholder-lime-700\/90::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.9); +} +.placeholder-lime-700\/90::placeholder{ + color: rgb(77 124 15 / 0.9); +} +.placeholder-lime-700\/95::-webkit-input-placeholder{ + color: rgb(77 124 15 / 0.95); +} +.placeholder-lime-700\/95::-moz-placeholder{ + color: rgb(77 124 15 / 0.95); +} +.placeholder-lime-700\/95:-ms-input-placeholder{ + color: rgb(77 124 15 / 0.95); +} +.placeholder-lime-700\/95::-ms-input-placeholder{ + color: rgb(77 124 15 / 0.95); +} +.placeholder-lime-700\/95::placeholder{ + color: rgb(77 124 15 / 0.95); +} +.placeholder-lime-700\/100::-webkit-input-placeholder{ + color: rgb(77 124 15 / 1); +} +.placeholder-lime-700\/100::-moz-placeholder{ + color: rgb(77 124 15 / 1); +} +.placeholder-lime-700\/100:-ms-input-placeholder{ + color: rgb(77 124 15 / 1); +} +.placeholder-lime-700\/100::-ms-input-placeholder{ + color: rgb(77 124 15 / 1); +} +.placeholder-lime-700\/100::placeholder{ + color: rgb(77 124 15 / 1); +} +.placeholder-lime-800\/0::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0); +} +.placeholder-lime-800\/0::-moz-placeholder{ + color: rgb(63 98 18 / 0); +} +.placeholder-lime-800\/0:-ms-input-placeholder{ + color: rgb(63 98 18 / 0); +} +.placeholder-lime-800\/0::-ms-input-placeholder{ + color: rgb(63 98 18 / 0); +} +.placeholder-lime-800\/0::placeholder{ + color: rgb(63 98 18 / 0); +} +.placeholder-lime-800\/5::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.05); +} +.placeholder-lime-800\/5::-moz-placeholder{ + color: rgb(63 98 18 / 0.05); +} +.placeholder-lime-800\/5:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.05); +} +.placeholder-lime-800\/5::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.05); +} +.placeholder-lime-800\/5::placeholder{ + color: rgb(63 98 18 / 0.05); +} +.placeholder-lime-800\/10::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.1); +} +.placeholder-lime-800\/10::-moz-placeholder{ + color: rgb(63 98 18 / 0.1); +} +.placeholder-lime-800\/10:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.1); +} +.placeholder-lime-800\/10::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.1); +} +.placeholder-lime-800\/10::placeholder{ + color: rgb(63 98 18 / 0.1); +} +.placeholder-lime-800\/20::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.2); +} +.placeholder-lime-800\/20::-moz-placeholder{ + color: rgb(63 98 18 / 0.2); +} +.placeholder-lime-800\/20:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.2); +} +.placeholder-lime-800\/20::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.2); +} +.placeholder-lime-800\/20::placeholder{ + color: rgb(63 98 18 / 0.2); +} +.placeholder-lime-800\/25::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.25); +} +.placeholder-lime-800\/25::-moz-placeholder{ + color: rgb(63 98 18 / 0.25); +} +.placeholder-lime-800\/25:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.25); +} +.placeholder-lime-800\/25::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.25); +} +.placeholder-lime-800\/25::placeholder{ + color: rgb(63 98 18 / 0.25); +} +.placeholder-lime-800\/30::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.3); +} +.placeholder-lime-800\/30::-moz-placeholder{ + color: rgb(63 98 18 / 0.3); +} +.placeholder-lime-800\/30:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.3); +} +.placeholder-lime-800\/30::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.3); +} +.placeholder-lime-800\/30::placeholder{ + color: rgb(63 98 18 / 0.3); +} +.placeholder-lime-800\/40::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.4); +} +.placeholder-lime-800\/40::-moz-placeholder{ + color: rgb(63 98 18 / 0.4); +} +.placeholder-lime-800\/40:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.4); +} +.placeholder-lime-800\/40::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.4); +} +.placeholder-lime-800\/40::placeholder{ + color: rgb(63 98 18 / 0.4); +} +.placeholder-lime-800\/50::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.5); +} +.placeholder-lime-800\/50::-moz-placeholder{ + color: rgb(63 98 18 / 0.5); +} +.placeholder-lime-800\/50:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.5); +} +.placeholder-lime-800\/50::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.5); +} +.placeholder-lime-800\/50::placeholder{ + color: rgb(63 98 18 / 0.5); +} +.placeholder-lime-800\/60::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.6); +} +.placeholder-lime-800\/60::-moz-placeholder{ + color: rgb(63 98 18 / 0.6); +} +.placeholder-lime-800\/60:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.6); +} +.placeholder-lime-800\/60::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.6); +} +.placeholder-lime-800\/60::placeholder{ + color: rgb(63 98 18 / 0.6); +} +.placeholder-lime-800\/70::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.7); +} +.placeholder-lime-800\/70::-moz-placeholder{ + color: rgb(63 98 18 / 0.7); +} +.placeholder-lime-800\/70:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.7); +} +.placeholder-lime-800\/70::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.7); +} +.placeholder-lime-800\/70::placeholder{ + color: rgb(63 98 18 / 0.7); +} +.placeholder-lime-800\/75::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.75); +} +.placeholder-lime-800\/75::-moz-placeholder{ + color: rgb(63 98 18 / 0.75); +} +.placeholder-lime-800\/75:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.75); +} +.placeholder-lime-800\/75::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.75); +} +.placeholder-lime-800\/75::placeholder{ + color: rgb(63 98 18 / 0.75); +} +.placeholder-lime-800\/80::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.8); +} +.placeholder-lime-800\/80::-moz-placeholder{ + color: rgb(63 98 18 / 0.8); +} +.placeholder-lime-800\/80:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.8); +} +.placeholder-lime-800\/80::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.8); +} +.placeholder-lime-800\/80::placeholder{ + color: rgb(63 98 18 / 0.8); +} +.placeholder-lime-800\/90::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.9); +} +.placeholder-lime-800\/90::-moz-placeholder{ + color: rgb(63 98 18 / 0.9); +} +.placeholder-lime-800\/90:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.9); +} +.placeholder-lime-800\/90::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.9); +} +.placeholder-lime-800\/90::placeholder{ + color: rgb(63 98 18 / 0.9); +} +.placeholder-lime-800\/95::-webkit-input-placeholder{ + color: rgb(63 98 18 / 0.95); +} +.placeholder-lime-800\/95::-moz-placeholder{ + color: rgb(63 98 18 / 0.95); +} +.placeholder-lime-800\/95:-ms-input-placeholder{ + color: rgb(63 98 18 / 0.95); +} +.placeholder-lime-800\/95::-ms-input-placeholder{ + color: rgb(63 98 18 / 0.95); +} +.placeholder-lime-800\/95::placeholder{ + color: rgb(63 98 18 / 0.95); +} +.placeholder-lime-800\/100::-webkit-input-placeholder{ + color: rgb(63 98 18 / 1); +} +.placeholder-lime-800\/100::-moz-placeholder{ + color: rgb(63 98 18 / 1); +} +.placeholder-lime-800\/100:-ms-input-placeholder{ + color: rgb(63 98 18 / 1); +} +.placeholder-lime-800\/100::-ms-input-placeholder{ + color: rgb(63 98 18 / 1); +} +.placeholder-lime-800\/100::placeholder{ + color: rgb(63 98 18 / 1); +} +.placeholder-lime-900\/0::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0); +} +.placeholder-lime-900\/0::-moz-placeholder{ + color: rgb(54 83 20 / 0); +} +.placeholder-lime-900\/0:-ms-input-placeholder{ + color: rgb(54 83 20 / 0); +} +.placeholder-lime-900\/0::-ms-input-placeholder{ + color: rgb(54 83 20 / 0); +} +.placeholder-lime-900\/0::placeholder{ + color: rgb(54 83 20 / 0); +} +.placeholder-lime-900\/5::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.05); +} +.placeholder-lime-900\/5::-moz-placeholder{ + color: rgb(54 83 20 / 0.05); +} +.placeholder-lime-900\/5:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.05); +} +.placeholder-lime-900\/5::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.05); +} +.placeholder-lime-900\/5::placeholder{ + color: rgb(54 83 20 / 0.05); +} +.placeholder-lime-900\/10::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.1); +} +.placeholder-lime-900\/10::-moz-placeholder{ + color: rgb(54 83 20 / 0.1); +} +.placeholder-lime-900\/10:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.1); +} +.placeholder-lime-900\/10::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.1); +} +.placeholder-lime-900\/10::placeholder{ + color: rgb(54 83 20 / 0.1); +} +.placeholder-lime-900\/20::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.2); +} +.placeholder-lime-900\/20::-moz-placeholder{ + color: rgb(54 83 20 / 0.2); +} +.placeholder-lime-900\/20:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.2); +} +.placeholder-lime-900\/20::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.2); +} +.placeholder-lime-900\/20::placeholder{ + color: rgb(54 83 20 / 0.2); +} +.placeholder-lime-900\/25::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.25); +} +.placeholder-lime-900\/25::-moz-placeholder{ + color: rgb(54 83 20 / 0.25); +} +.placeholder-lime-900\/25:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.25); +} +.placeholder-lime-900\/25::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.25); +} +.placeholder-lime-900\/25::placeholder{ + color: rgb(54 83 20 / 0.25); +} +.placeholder-lime-900\/30::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.3); +} +.placeholder-lime-900\/30::-moz-placeholder{ + color: rgb(54 83 20 / 0.3); +} +.placeholder-lime-900\/30:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.3); +} +.placeholder-lime-900\/30::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.3); +} +.placeholder-lime-900\/30::placeholder{ + color: rgb(54 83 20 / 0.3); +} +.placeholder-lime-900\/40::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.4); +} +.placeholder-lime-900\/40::-moz-placeholder{ + color: rgb(54 83 20 / 0.4); +} +.placeholder-lime-900\/40:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.4); +} +.placeholder-lime-900\/40::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.4); +} +.placeholder-lime-900\/40::placeholder{ + color: rgb(54 83 20 / 0.4); +} +.placeholder-lime-900\/50::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.5); +} +.placeholder-lime-900\/50::-moz-placeholder{ + color: rgb(54 83 20 / 0.5); +} +.placeholder-lime-900\/50:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.5); +} +.placeholder-lime-900\/50::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.5); +} +.placeholder-lime-900\/50::placeholder{ + color: rgb(54 83 20 / 0.5); +} +.placeholder-lime-900\/60::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.6); +} +.placeholder-lime-900\/60::-moz-placeholder{ + color: rgb(54 83 20 / 0.6); +} +.placeholder-lime-900\/60:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.6); +} +.placeholder-lime-900\/60::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.6); +} +.placeholder-lime-900\/60::placeholder{ + color: rgb(54 83 20 / 0.6); +} +.placeholder-lime-900\/70::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.7); +} +.placeholder-lime-900\/70::-moz-placeholder{ + color: rgb(54 83 20 / 0.7); +} +.placeholder-lime-900\/70:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.7); +} +.placeholder-lime-900\/70::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.7); +} +.placeholder-lime-900\/70::placeholder{ + color: rgb(54 83 20 / 0.7); +} +.placeholder-lime-900\/75::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.75); +} +.placeholder-lime-900\/75::-moz-placeholder{ + color: rgb(54 83 20 / 0.75); +} +.placeholder-lime-900\/75:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.75); +} +.placeholder-lime-900\/75::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.75); +} +.placeholder-lime-900\/75::placeholder{ + color: rgb(54 83 20 / 0.75); +} +.placeholder-lime-900\/80::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.8); +} +.placeholder-lime-900\/80::-moz-placeholder{ + color: rgb(54 83 20 / 0.8); +} +.placeholder-lime-900\/80:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.8); +} +.placeholder-lime-900\/80::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.8); +} +.placeholder-lime-900\/80::placeholder{ + color: rgb(54 83 20 / 0.8); +} +.placeholder-lime-900\/90::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.9); +} +.placeholder-lime-900\/90::-moz-placeholder{ + color: rgb(54 83 20 / 0.9); +} +.placeholder-lime-900\/90:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.9); +} +.placeholder-lime-900\/90::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.9); +} +.placeholder-lime-900\/90::placeholder{ + color: rgb(54 83 20 / 0.9); +} +.placeholder-lime-900\/95::-webkit-input-placeholder{ + color: rgb(54 83 20 / 0.95); +} +.placeholder-lime-900\/95::-moz-placeholder{ + color: rgb(54 83 20 / 0.95); +} +.placeholder-lime-900\/95:-ms-input-placeholder{ + color: rgb(54 83 20 / 0.95); +} +.placeholder-lime-900\/95::-ms-input-placeholder{ + color: rgb(54 83 20 / 0.95); +} +.placeholder-lime-900\/95::placeholder{ + color: rgb(54 83 20 / 0.95); +} +.placeholder-lime-900\/100::-webkit-input-placeholder{ + color: rgb(54 83 20 / 1); +} +.placeholder-lime-900\/100::-moz-placeholder{ + color: rgb(54 83 20 / 1); +} +.placeholder-lime-900\/100:-ms-input-placeholder{ + color: rgb(54 83 20 / 1); +} +.placeholder-lime-900\/100::-ms-input-placeholder{ + color: rgb(54 83 20 / 1); +} +.placeholder-lime-900\/100::placeholder{ + color: rgb(54 83 20 / 1); +} +.placeholder-green-50\/0::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0); +} +.placeholder-green-50\/0::-moz-placeholder{ + color: rgb(248 250 246 / 0); +} +.placeholder-green-50\/0:-ms-input-placeholder{ + color: rgb(248 250 246 / 0); +} +.placeholder-green-50\/0::-ms-input-placeholder{ + color: rgb(248 250 246 / 0); +} +.placeholder-green-50\/0::placeholder{ + color: rgb(248 250 246 / 0); +} +.placeholder-green-50\/5::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.05); +} +.placeholder-green-50\/5::-moz-placeholder{ + color: rgb(248 250 246 / 0.05); +} +.placeholder-green-50\/5:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.05); +} +.placeholder-green-50\/5::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.05); +} +.placeholder-green-50\/5::placeholder{ + color: rgb(248 250 246 / 0.05); +} +.placeholder-green-50\/10::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.1); +} +.placeholder-green-50\/10::-moz-placeholder{ + color: rgb(248 250 246 / 0.1); +} +.placeholder-green-50\/10:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.1); +} +.placeholder-green-50\/10::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.1); +} +.placeholder-green-50\/10::placeholder{ + color: rgb(248 250 246 / 0.1); +} +.placeholder-green-50\/20::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.2); +} +.placeholder-green-50\/20::-moz-placeholder{ + color: rgb(248 250 246 / 0.2); +} +.placeholder-green-50\/20:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.2); +} +.placeholder-green-50\/20::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.2); +} +.placeholder-green-50\/20::placeholder{ + color: rgb(248 250 246 / 0.2); +} +.placeholder-green-50\/25::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.25); +} +.placeholder-green-50\/25::-moz-placeholder{ + color: rgb(248 250 246 / 0.25); +} +.placeholder-green-50\/25:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.25); +} +.placeholder-green-50\/25::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.25); +} +.placeholder-green-50\/25::placeholder{ + color: rgb(248 250 246 / 0.25); +} +.placeholder-green-50\/30::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.3); +} +.placeholder-green-50\/30::-moz-placeholder{ + color: rgb(248 250 246 / 0.3); +} +.placeholder-green-50\/30:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.3); +} +.placeholder-green-50\/30::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.3); +} +.placeholder-green-50\/30::placeholder{ + color: rgb(248 250 246 / 0.3); +} +.placeholder-green-50\/40::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.4); +} +.placeholder-green-50\/40::-moz-placeholder{ + color: rgb(248 250 246 / 0.4); +} +.placeholder-green-50\/40:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.4); +} +.placeholder-green-50\/40::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.4); +} +.placeholder-green-50\/40::placeholder{ + color: rgb(248 250 246 / 0.4); +} +.placeholder-green-50\/50::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.5); +} +.placeholder-green-50\/50::-moz-placeholder{ + color: rgb(248 250 246 / 0.5); +} +.placeholder-green-50\/50:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.5); +} +.placeholder-green-50\/50::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.5); +} +.placeholder-green-50\/50::placeholder{ + color: rgb(248 250 246 / 0.5); +} +.placeholder-green-50\/60::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.6); +} +.placeholder-green-50\/60::-moz-placeholder{ + color: rgb(248 250 246 / 0.6); +} +.placeholder-green-50\/60:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.6); +} +.placeholder-green-50\/60::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.6); +} +.placeholder-green-50\/60::placeholder{ + color: rgb(248 250 246 / 0.6); +} +.placeholder-green-50\/70::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.7); +} +.placeholder-green-50\/70::-moz-placeholder{ + color: rgb(248 250 246 / 0.7); +} +.placeholder-green-50\/70:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.7); +} +.placeholder-green-50\/70::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.7); +} +.placeholder-green-50\/70::placeholder{ + color: rgb(248 250 246 / 0.7); +} +.placeholder-green-50\/75::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.75); +} +.placeholder-green-50\/75::-moz-placeholder{ + color: rgb(248 250 246 / 0.75); +} +.placeholder-green-50\/75:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.75); +} +.placeholder-green-50\/75::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.75); +} +.placeholder-green-50\/75::placeholder{ + color: rgb(248 250 246 / 0.75); +} +.placeholder-green-50\/80::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.8); +} +.placeholder-green-50\/80::-moz-placeholder{ + color: rgb(248 250 246 / 0.8); +} +.placeholder-green-50\/80:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.8); +} +.placeholder-green-50\/80::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.8); +} +.placeholder-green-50\/80::placeholder{ + color: rgb(248 250 246 / 0.8); +} +.placeholder-green-50\/90::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.9); +} +.placeholder-green-50\/90::-moz-placeholder{ + color: rgb(248 250 246 / 0.9); +} +.placeholder-green-50\/90:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.9); +} +.placeholder-green-50\/90::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.9); +} +.placeholder-green-50\/90::placeholder{ + color: rgb(248 250 246 / 0.9); +} +.placeholder-green-50\/95::-webkit-input-placeholder{ + color: rgb(248 250 246 / 0.95); +} +.placeholder-green-50\/95::-moz-placeholder{ + color: rgb(248 250 246 / 0.95); +} +.placeholder-green-50\/95:-ms-input-placeholder{ + color: rgb(248 250 246 / 0.95); +} +.placeholder-green-50\/95::-ms-input-placeholder{ + color: rgb(248 250 246 / 0.95); +} +.placeholder-green-50\/95::placeholder{ + color: rgb(248 250 246 / 0.95); +} +.placeholder-green-50\/100::-webkit-input-placeholder{ + color: rgb(248 250 246 / 1); +} +.placeholder-green-50\/100::-moz-placeholder{ + color: rgb(248 250 246 / 1); +} +.placeholder-green-50\/100:-ms-input-placeholder{ + color: rgb(248 250 246 / 1); +} +.placeholder-green-50\/100::-ms-input-placeholder{ + color: rgb(248 250 246 / 1); +} +.placeholder-green-50\/100::placeholder{ + color: rgb(248 250 246 / 1); +} +.placeholder-green-100\/0::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0); +} +.placeholder-green-100\/0::-moz-placeholder{ + color: rgb(241 246 238 / 0); +} +.placeholder-green-100\/0:-ms-input-placeholder{ + color: rgb(241 246 238 / 0); +} +.placeholder-green-100\/0::-ms-input-placeholder{ + color: rgb(241 246 238 / 0); +} +.placeholder-green-100\/0::placeholder{ + color: rgb(241 246 238 / 0); +} +.placeholder-green-100\/5::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.05); +} +.placeholder-green-100\/5::-moz-placeholder{ + color: rgb(241 246 238 / 0.05); +} +.placeholder-green-100\/5:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.05); +} +.placeholder-green-100\/5::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.05); +} +.placeholder-green-100\/5::placeholder{ + color: rgb(241 246 238 / 0.05); +} +.placeholder-green-100\/10::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.1); +} +.placeholder-green-100\/10::-moz-placeholder{ + color: rgb(241 246 238 / 0.1); +} +.placeholder-green-100\/10:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.1); +} +.placeholder-green-100\/10::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.1); +} +.placeholder-green-100\/10::placeholder{ + color: rgb(241 246 238 / 0.1); +} +.placeholder-green-100\/20::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.2); +} +.placeholder-green-100\/20::-moz-placeholder{ + color: rgb(241 246 238 / 0.2); +} +.placeholder-green-100\/20:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.2); +} +.placeholder-green-100\/20::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.2); +} +.placeholder-green-100\/20::placeholder{ + color: rgb(241 246 238 / 0.2); +} +.placeholder-green-100\/25::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.25); +} +.placeholder-green-100\/25::-moz-placeholder{ + color: rgb(241 246 238 / 0.25); +} +.placeholder-green-100\/25:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.25); +} +.placeholder-green-100\/25::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.25); +} +.placeholder-green-100\/25::placeholder{ + color: rgb(241 246 238 / 0.25); +} +.placeholder-green-100\/30::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.3); +} +.placeholder-green-100\/30::-moz-placeholder{ + color: rgb(241 246 238 / 0.3); +} +.placeholder-green-100\/30:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.3); +} +.placeholder-green-100\/30::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.3); +} +.placeholder-green-100\/30::placeholder{ + color: rgb(241 246 238 / 0.3); +} +.placeholder-green-100\/40::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.4); +} +.placeholder-green-100\/40::-moz-placeholder{ + color: rgb(241 246 238 / 0.4); +} +.placeholder-green-100\/40:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.4); +} +.placeholder-green-100\/40::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.4); +} +.placeholder-green-100\/40::placeholder{ + color: rgb(241 246 238 / 0.4); +} +.placeholder-green-100\/50::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.5); +} +.placeholder-green-100\/50::-moz-placeholder{ + color: rgb(241 246 238 / 0.5); +} +.placeholder-green-100\/50:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.5); +} +.placeholder-green-100\/50::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.5); +} +.placeholder-green-100\/50::placeholder{ + color: rgb(241 246 238 / 0.5); +} +.placeholder-green-100\/60::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.6); +} +.placeholder-green-100\/60::-moz-placeholder{ + color: rgb(241 246 238 / 0.6); +} +.placeholder-green-100\/60:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.6); +} +.placeholder-green-100\/60::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.6); +} +.placeholder-green-100\/60::placeholder{ + color: rgb(241 246 238 / 0.6); +} +.placeholder-green-100\/70::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.7); +} +.placeholder-green-100\/70::-moz-placeholder{ + color: rgb(241 246 238 / 0.7); +} +.placeholder-green-100\/70:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.7); +} +.placeholder-green-100\/70::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.7); +} +.placeholder-green-100\/70::placeholder{ + color: rgb(241 246 238 / 0.7); +} +.placeholder-green-100\/75::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.75); +} +.placeholder-green-100\/75::-moz-placeholder{ + color: rgb(241 246 238 / 0.75); +} +.placeholder-green-100\/75:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.75); +} +.placeholder-green-100\/75::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.75); +} +.placeholder-green-100\/75::placeholder{ + color: rgb(241 246 238 / 0.75); +} +.placeholder-green-100\/80::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.8); +} +.placeholder-green-100\/80::-moz-placeholder{ + color: rgb(241 246 238 / 0.8); +} +.placeholder-green-100\/80:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.8); +} +.placeholder-green-100\/80::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.8); +} +.placeholder-green-100\/80::placeholder{ + color: rgb(241 246 238 / 0.8); +} +.placeholder-green-100\/90::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.9); +} +.placeholder-green-100\/90::-moz-placeholder{ + color: rgb(241 246 238 / 0.9); +} +.placeholder-green-100\/90:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.9); +} +.placeholder-green-100\/90::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.9); +} +.placeholder-green-100\/90::placeholder{ + color: rgb(241 246 238 / 0.9); +} +.placeholder-green-100\/95::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.95); +} +.placeholder-green-100\/95::-moz-placeholder{ + color: rgb(241 246 238 / 0.95); +} +.placeholder-green-100\/95:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.95); +} +.placeholder-green-100\/95::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.95); +} +.placeholder-green-100\/95::placeholder{ + color: rgb(241 246 238 / 0.95); +} +.placeholder-green-100\/100::-webkit-input-placeholder{ + color: rgb(241 246 238 / 1); +} +.placeholder-green-100\/100::-moz-placeholder{ + color: rgb(241 246 238 / 1); +} +.placeholder-green-100\/100:-ms-input-placeholder{ + color: rgb(241 246 238 / 1); +} +.placeholder-green-100\/100::-ms-input-placeholder{ + color: rgb(241 246 238 / 1); +} +.placeholder-green-100\/100::placeholder{ + color: rgb(241 246 238 / 1); +} +.placeholder-green-200\/0::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0); +} +.placeholder-green-200\/0::-moz-placeholder{ + color: rgb(219 232 212 / 0); +} +.placeholder-green-200\/0:-ms-input-placeholder{ + color: rgb(219 232 212 / 0); +} +.placeholder-green-200\/0::-ms-input-placeholder{ + color: rgb(219 232 212 / 0); +} +.placeholder-green-200\/0::placeholder{ + color: rgb(219 232 212 / 0); +} +.placeholder-green-200\/5::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.05); +} +.placeholder-green-200\/5::-moz-placeholder{ + color: rgb(219 232 212 / 0.05); +} +.placeholder-green-200\/5:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.05); +} +.placeholder-green-200\/5::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.05); +} +.placeholder-green-200\/5::placeholder{ + color: rgb(219 232 212 / 0.05); +} +.placeholder-green-200\/10::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.1); +} +.placeholder-green-200\/10::-moz-placeholder{ + color: rgb(219 232 212 / 0.1); +} +.placeholder-green-200\/10:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.1); +} +.placeholder-green-200\/10::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.1); +} +.placeholder-green-200\/10::placeholder{ + color: rgb(219 232 212 / 0.1); +} +.placeholder-green-200\/20::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.2); +} +.placeholder-green-200\/20::-moz-placeholder{ + color: rgb(219 232 212 / 0.2); +} +.placeholder-green-200\/20:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.2); +} +.placeholder-green-200\/20::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.2); +} +.placeholder-green-200\/20::placeholder{ + color: rgb(219 232 212 / 0.2); +} +.placeholder-green-200\/25::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.25); +} +.placeholder-green-200\/25::-moz-placeholder{ + color: rgb(219 232 212 / 0.25); +} +.placeholder-green-200\/25:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.25); +} +.placeholder-green-200\/25::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.25); +} +.placeholder-green-200\/25::placeholder{ + color: rgb(219 232 212 / 0.25); +} +.placeholder-green-200\/30::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.3); +} +.placeholder-green-200\/30::-moz-placeholder{ + color: rgb(219 232 212 / 0.3); +} +.placeholder-green-200\/30:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.3); +} +.placeholder-green-200\/30::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.3); +} +.placeholder-green-200\/30::placeholder{ + color: rgb(219 232 212 / 0.3); +} +.placeholder-green-200\/40::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.4); +} +.placeholder-green-200\/40::-moz-placeholder{ + color: rgb(219 232 212 / 0.4); +} +.placeholder-green-200\/40:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.4); +} +.placeholder-green-200\/40::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.4); +} +.placeholder-green-200\/40::placeholder{ + color: rgb(219 232 212 / 0.4); +} +.placeholder-green-200\/50::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.5); +} +.placeholder-green-200\/50::-moz-placeholder{ + color: rgb(219 232 212 / 0.5); +} +.placeholder-green-200\/50:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.5); +} +.placeholder-green-200\/50::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.5); +} +.placeholder-green-200\/50::placeholder{ + color: rgb(219 232 212 / 0.5); +} +.placeholder-green-200\/60::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.6); +} +.placeholder-green-200\/60::-moz-placeholder{ + color: rgb(219 232 212 / 0.6); +} +.placeholder-green-200\/60:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.6); +} +.placeholder-green-200\/60::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.6); +} +.placeholder-green-200\/60::placeholder{ + color: rgb(219 232 212 / 0.6); +} +.placeholder-green-200\/70::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.7); +} +.placeholder-green-200\/70::-moz-placeholder{ + color: rgb(219 232 212 / 0.7); +} +.placeholder-green-200\/70:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.7); +} +.placeholder-green-200\/70::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.7); +} +.placeholder-green-200\/70::placeholder{ + color: rgb(219 232 212 / 0.7); +} +.placeholder-green-200\/75::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.75); +} +.placeholder-green-200\/75::-moz-placeholder{ + color: rgb(219 232 212 / 0.75); +} +.placeholder-green-200\/75:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.75); +} +.placeholder-green-200\/75::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.75); +} +.placeholder-green-200\/75::placeholder{ + color: rgb(219 232 212 / 0.75); +} +.placeholder-green-200\/80::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.8); +} +.placeholder-green-200\/80::-moz-placeholder{ + color: rgb(219 232 212 / 0.8); +} +.placeholder-green-200\/80:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.8); +} +.placeholder-green-200\/80::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.8); +} +.placeholder-green-200\/80::placeholder{ + color: rgb(219 232 212 / 0.8); +} +.placeholder-green-200\/90::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.9); +} +.placeholder-green-200\/90::-moz-placeholder{ + color: rgb(219 232 212 / 0.9); +} +.placeholder-green-200\/90:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.9); +} +.placeholder-green-200\/90::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.9); +} +.placeholder-green-200\/90::placeholder{ + color: rgb(219 232 212 / 0.9); +} +.placeholder-green-200\/95::-webkit-input-placeholder{ + color: rgb(219 232 212 / 0.95); +} +.placeholder-green-200\/95::-moz-placeholder{ + color: rgb(219 232 212 / 0.95); +} +.placeholder-green-200\/95:-ms-input-placeholder{ + color: rgb(219 232 212 / 0.95); +} +.placeholder-green-200\/95::-ms-input-placeholder{ + color: rgb(219 232 212 / 0.95); +} +.placeholder-green-200\/95::placeholder{ + color: rgb(219 232 212 / 0.95); +} +.placeholder-green-200\/100::-webkit-input-placeholder{ + color: rgb(219 232 212 / 1); +} +.placeholder-green-200\/100::-moz-placeholder{ + color: rgb(219 232 212 / 1); +} +.placeholder-green-200\/100:-ms-input-placeholder{ + color: rgb(219 232 212 / 1); +} +.placeholder-green-200\/100::-ms-input-placeholder{ + color: rgb(219 232 212 / 1); +} +.placeholder-green-200\/100::placeholder{ + color: rgb(219 232 212 / 1); +} +.placeholder-green-300\/0::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0); +} +.placeholder-green-300\/0::-moz-placeholder{ + color: rgb(197 217 186 / 0); +} +.placeholder-green-300\/0:-ms-input-placeholder{ + color: rgb(197 217 186 / 0); +} +.placeholder-green-300\/0::-ms-input-placeholder{ + color: rgb(197 217 186 / 0); +} +.placeholder-green-300\/0::placeholder{ + color: rgb(197 217 186 / 0); +} +.placeholder-green-300\/5::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.05); +} +.placeholder-green-300\/5::-moz-placeholder{ + color: rgb(197 217 186 / 0.05); +} +.placeholder-green-300\/5:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.05); +} +.placeholder-green-300\/5::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.05); +} +.placeholder-green-300\/5::placeholder{ + color: rgb(197 217 186 / 0.05); +} +.placeholder-green-300\/10::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.1); +} +.placeholder-green-300\/10::-moz-placeholder{ + color: rgb(197 217 186 / 0.1); +} +.placeholder-green-300\/10:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.1); +} +.placeholder-green-300\/10::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.1); +} +.placeholder-green-300\/10::placeholder{ + color: rgb(197 217 186 / 0.1); +} +.placeholder-green-300\/20::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.2); +} +.placeholder-green-300\/20::-moz-placeholder{ + color: rgb(197 217 186 / 0.2); +} +.placeholder-green-300\/20:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.2); +} +.placeholder-green-300\/20::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.2); +} +.placeholder-green-300\/20::placeholder{ + color: rgb(197 217 186 / 0.2); +} +.placeholder-green-300\/25::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.25); +} +.placeholder-green-300\/25::-moz-placeholder{ + color: rgb(197 217 186 / 0.25); +} +.placeholder-green-300\/25:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.25); +} +.placeholder-green-300\/25::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.25); +} +.placeholder-green-300\/25::placeholder{ + color: rgb(197 217 186 / 0.25); +} +.placeholder-green-300\/30::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.3); +} +.placeholder-green-300\/30::-moz-placeholder{ + color: rgb(197 217 186 / 0.3); +} +.placeholder-green-300\/30:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.3); +} +.placeholder-green-300\/30::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.3); +} +.placeholder-green-300\/30::placeholder{ + color: rgb(197 217 186 / 0.3); +} +.placeholder-green-300\/40::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.4); +} +.placeholder-green-300\/40::-moz-placeholder{ + color: rgb(197 217 186 / 0.4); +} +.placeholder-green-300\/40:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.4); +} +.placeholder-green-300\/40::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.4); +} +.placeholder-green-300\/40::placeholder{ + color: rgb(197 217 186 / 0.4); +} +.placeholder-green-300\/50::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.5); +} +.placeholder-green-300\/50::-moz-placeholder{ + color: rgb(197 217 186 / 0.5); +} +.placeholder-green-300\/50:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.5); +} +.placeholder-green-300\/50::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.5); +} +.placeholder-green-300\/50::placeholder{ + color: rgb(197 217 186 / 0.5); +} +.placeholder-green-300\/60::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.6); +} +.placeholder-green-300\/60::-moz-placeholder{ + color: rgb(197 217 186 / 0.6); +} +.placeholder-green-300\/60:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.6); +} +.placeholder-green-300\/60::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.6); +} +.placeholder-green-300\/60::placeholder{ + color: rgb(197 217 186 / 0.6); +} +.placeholder-green-300\/70::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.7); +} +.placeholder-green-300\/70::-moz-placeholder{ + color: rgb(197 217 186 / 0.7); +} +.placeholder-green-300\/70:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.7); +} +.placeholder-green-300\/70::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.7); +} +.placeholder-green-300\/70::placeholder{ + color: rgb(197 217 186 / 0.7); +} +.placeholder-green-300\/75::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.75); +} +.placeholder-green-300\/75::-moz-placeholder{ + color: rgb(197 217 186 / 0.75); +} +.placeholder-green-300\/75:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.75); +} +.placeholder-green-300\/75::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.75); +} +.placeholder-green-300\/75::placeholder{ + color: rgb(197 217 186 / 0.75); +} +.placeholder-green-300\/80::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.8); +} +.placeholder-green-300\/80::-moz-placeholder{ + color: rgb(197 217 186 / 0.8); +} +.placeholder-green-300\/80:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.8); +} +.placeholder-green-300\/80::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.8); +} +.placeholder-green-300\/80::placeholder{ + color: rgb(197 217 186 / 0.8); +} +.placeholder-green-300\/90::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.9); +} +.placeholder-green-300\/90::-moz-placeholder{ + color: rgb(197 217 186 / 0.9); +} +.placeholder-green-300\/90:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.9); +} +.placeholder-green-300\/90::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.9); +} +.placeholder-green-300\/90::placeholder{ + color: rgb(197 217 186 / 0.9); +} +.placeholder-green-300\/95::-webkit-input-placeholder{ + color: rgb(197 217 186 / 0.95); +} +.placeholder-green-300\/95::-moz-placeholder{ + color: rgb(197 217 186 / 0.95); +} +.placeholder-green-300\/95:-ms-input-placeholder{ + color: rgb(197 217 186 / 0.95); +} +.placeholder-green-300\/95::-ms-input-placeholder{ + color: rgb(197 217 186 / 0.95); +} +.placeholder-green-300\/95::placeholder{ + color: rgb(197 217 186 / 0.95); +} +.placeholder-green-300\/100::-webkit-input-placeholder{ + color: rgb(197 217 186 / 1); +} +.placeholder-green-300\/100::-moz-placeholder{ + color: rgb(197 217 186 / 1); +} +.placeholder-green-300\/100:-ms-input-placeholder{ + color: rgb(197 217 186 / 1); +} +.placeholder-green-300\/100::-ms-input-placeholder{ + color: rgb(197 217 186 / 1); +} +.placeholder-green-300\/100::placeholder{ + color: rgb(197 217 186 / 1); +} +.placeholder-green-400\/0::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0); +} +.placeholder-green-400\/0::-moz-placeholder{ + color: rgb(154 189 134 / 0); +} +.placeholder-green-400\/0:-ms-input-placeholder{ + color: rgb(154 189 134 / 0); +} +.placeholder-green-400\/0::-ms-input-placeholder{ + color: rgb(154 189 134 / 0); +} +.placeholder-green-400\/0::placeholder{ + color: rgb(154 189 134 / 0); +} +.placeholder-green-400\/5::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.05); +} +.placeholder-green-400\/5::-moz-placeholder{ + color: rgb(154 189 134 / 0.05); +} +.placeholder-green-400\/5:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.05); +} +.placeholder-green-400\/5::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.05); +} +.placeholder-green-400\/5::placeholder{ + color: rgb(154 189 134 / 0.05); +} +.placeholder-green-400\/10::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.1); +} +.placeholder-green-400\/10::-moz-placeholder{ + color: rgb(154 189 134 / 0.1); +} +.placeholder-green-400\/10:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.1); +} +.placeholder-green-400\/10::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.1); +} +.placeholder-green-400\/10::placeholder{ + color: rgb(154 189 134 / 0.1); +} +.placeholder-green-400\/20::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.2); +} +.placeholder-green-400\/20::-moz-placeholder{ + color: rgb(154 189 134 / 0.2); +} +.placeholder-green-400\/20:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.2); +} +.placeholder-green-400\/20::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.2); +} +.placeholder-green-400\/20::placeholder{ + color: rgb(154 189 134 / 0.2); +} +.placeholder-green-400\/25::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.25); +} +.placeholder-green-400\/25::-moz-placeholder{ + color: rgb(154 189 134 / 0.25); +} +.placeholder-green-400\/25:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.25); +} +.placeholder-green-400\/25::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.25); +} +.placeholder-green-400\/25::placeholder{ + color: rgb(154 189 134 / 0.25); +} +.placeholder-green-400\/30::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.3); +} +.placeholder-green-400\/30::-moz-placeholder{ + color: rgb(154 189 134 / 0.3); +} +.placeholder-green-400\/30:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.3); +} +.placeholder-green-400\/30::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.3); +} +.placeholder-green-400\/30::placeholder{ + color: rgb(154 189 134 / 0.3); +} +.placeholder-green-400\/40::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.4); +} +.placeholder-green-400\/40::-moz-placeholder{ + color: rgb(154 189 134 / 0.4); +} +.placeholder-green-400\/40:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.4); +} +.placeholder-green-400\/40::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.4); +} +.placeholder-green-400\/40::placeholder{ + color: rgb(154 189 134 / 0.4); +} +.placeholder-green-400\/50::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.5); +} +.placeholder-green-400\/50::-moz-placeholder{ + color: rgb(154 189 134 / 0.5); +} +.placeholder-green-400\/50:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.5); +} +.placeholder-green-400\/50::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.5); +} +.placeholder-green-400\/50::placeholder{ + color: rgb(154 189 134 / 0.5); +} +.placeholder-green-400\/60::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.6); +} +.placeholder-green-400\/60::-moz-placeholder{ + color: rgb(154 189 134 / 0.6); +} +.placeholder-green-400\/60:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.6); +} +.placeholder-green-400\/60::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.6); +} +.placeholder-green-400\/60::placeholder{ + color: rgb(154 189 134 / 0.6); +} +.placeholder-green-400\/70::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.7); +} +.placeholder-green-400\/70::-moz-placeholder{ + color: rgb(154 189 134 / 0.7); +} +.placeholder-green-400\/70:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.7); +} +.placeholder-green-400\/70::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.7); +} +.placeholder-green-400\/70::placeholder{ + color: rgb(154 189 134 / 0.7); +} +.placeholder-green-400\/75::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.75); +} +.placeholder-green-400\/75::-moz-placeholder{ + color: rgb(154 189 134 / 0.75); +} +.placeholder-green-400\/75:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.75); +} +.placeholder-green-400\/75::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.75); +} +.placeholder-green-400\/75::placeholder{ + color: rgb(154 189 134 / 0.75); +} +.placeholder-green-400\/80::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.8); +} +.placeholder-green-400\/80::-moz-placeholder{ + color: rgb(154 189 134 / 0.8); +} +.placeholder-green-400\/80:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.8); +} +.placeholder-green-400\/80::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.8); +} +.placeholder-green-400\/80::placeholder{ + color: rgb(154 189 134 / 0.8); +} +.placeholder-green-400\/90::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.9); +} +.placeholder-green-400\/90::-moz-placeholder{ + color: rgb(154 189 134 / 0.9); +} +.placeholder-green-400\/90:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.9); +} +.placeholder-green-400\/90::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.9); +} +.placeholder-green-400\/90::placeholder{ + color: rgb(154 189 134 / 0.9); +} +.placeholder-green-400\/95::-webkit-input-placeholder{ + color: rgb(154 189 134 / 0.95); +} +.placeholder-green-400\/95::-moz-placeholder{ + color: rgb(154 189 134 / 0.95); +} +.placeholder-green-400\/95:-ms-input-placeholder{ + color: rgb(154 189 134 / 0.95); +} +.placeholder-green-400\/95::-ms-input-placeholder{ + color: rgb(154 189 134 / 0.95); +} +.placeholder-green-400\/95::placeholder{ + color: rgb(154 189 134 / 0.95); +} +.placeholder-green-400\/100::-webkit-input-placeholder{ + color: rgb(154 189 134 / 1); +} +.placeholder-green-400\/100::-moz-placeholder{ + color: rgb(154 189 134 / 1); +} +.placeholder-green-400\/100:-ms-input-placeholder{ + color: rgb(154 189 134 / 1); +} +.placeholder-green-400\/100::-ms-input-placeholder{ + color: rgb(154 189 134 / 1); +} +.placeholder-green-400\/100::placeholder{ + color: rgb(154 189 134 / 1); +} +.placeholder-green-500\/0::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0); +} +.placeholder-green-500\/0::-moz-placeholder{ + color: rgb(110 161 82 / 0); +} +.placeholder-green-500\/0:-ms-input-placeholder{ + color: rgb(110 161 82 / 0); +} +.placeholder-green-500\/0::-ms-input-placeholder{ + color: rgb(110 161 82 / 0); +} +.placeholder-green-500\/0::placeholder{ + color: rgb(110 161 82 / 0); +} +.placeholder-green-500\/5::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.05); +} +.placeholder-green-500\/5::-moz-placeholder{ + color: rgb(110 161 82 / 0.05); +} +.placeholder-green-500\/5:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.05); +} +.placeholder-green-500\/5::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.05); +} +.placeholder-green-500\/5::placeholder{ + color: rgb(110 161 82 / 0.05); +} +.placeholder-green-500\/10::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.1); +} +.placeholder-green-500\/10::-moz-placeholder{ + color: rgb(110 161 82 / 0.1); +} +.placeholder-green-500\/10:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.1); +} +.placeholder-green-500\/10::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.1); +} +.placeholder-green-500\/10::placeholder{ + color: rgb(110 161 82 / 0.1); +} +.placeholder-green-500\/20::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.2); +} +.placeholder-green-500\/20::-moz-placeholder{ + color: rgb(110 161 82 / 0.2); +} +.placeholder-green-500\/20:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.2); +} +.placeholder-green-500\/20::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.2); +} +.placeholder-green-500\/20::placeholder{ + color: rgb(110 161 82 / 0.2); +} +.placeholder-green-500\/25::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.25); +} +.placeholder-green-500\/25::-moz-placeholder{ + color: rgb(110 161 82 / 0.25); +} +.placeholder-green-500\/25:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.25); +} +.placeholder-green-500\/25::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.25); +} +.placeholder-green-500\/25::placeholder{ + color: rgb(110 161 82 / 0.25); +} +.placeholder-green-500\/30::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.3); +} +.placeholder-green-500\/30::-moz-placeholder{ + color: rgb(110 161 82 / 0.3); +} +.placeholder-green-500\/30:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.3); +} +.placeholder-green-500\/30::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.3); +} +.placeholder-green-500\/30::placeholder{ + color: rgb(110 161 82 / 0.3); +} +.placeholder-green-500\/40::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.4); +} +.placeholder-green-500\/40::-moz-placeholder{ + color: rgb(110 161 82 / 0.4); +} +.placeholder-green-500\/40:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.4); +} +.placeholder-green-500\/40::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.4); +} +.placeholder-green-500\/40::placeholder{ + color: rgb(110 161 82 / 0.4); +} +.placeholder-green-500\/50::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.5); +} +.placeholder-green-500\/50::-moz-placeholder{ + color: rgb(110 161 82 / 0.5); +} +.placeholder-green-500\/50:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.5); +} +.placeholder-green-500\/50::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.5); +} +.placeholder-green-500\/50::placeholder{ + color: rgb(110 161 82 / 0.5); +} +.placeholder-green-500\/60::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.6); +} +.placeholder-green-500\/60::-moz-placeholder{ + color: rgb(110 161 82 / 0.6); +} +.placeholder-green-500\/60:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.6); +} +.placeholder-green-500\/60::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.6); +} +.placeholder-green-500\/60::placeholder{ + color: rgb(110 161 82 / 0.6); +} +.placeholder-green-500\/70::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.7); +} +.placeholder-green-500\/70::-moz-placeholder{ + color: rgb(110 161 82 / 0.7); +} +.placeholder-green-500\/70:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.7); +} +.placeholder-green-500\/70::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.7); +} +.placeholder-green-500\/70::placeholder{ + color: rgb(110 161 82 / 0.7); +} +.placeholder-green-500\/75::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.75); +} +.placeholder-green-500\/75::-moz-placeholder{ + color: rgb(110 161 82 / 0.75); +} +.placeholder-green-500\/75:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.75); +} +.placeholder-green-500\/75::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.75); +} +.placeholder-green-500\/75::placeholder{ + color: rgb(110 161 82 / 0.75); +} +.placeholder-green-500\/80::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.8); +} +.placeholder-green-500\/80::-moz-placeholder{ + color: rgb(110 161 82 / 0.8); +} +.placeholder-green-500\/80:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.8); +} +.placeholder-green-500\/80::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.8); +} +.placeholder-green-500\/80::placeholder{ + color: rgb(110 161 82 / 0.8); +} +.placeholder-green-500\/90::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.9); +} +.placeholder-green-500\/90::-moz-placeholder{ + color: rgb(110 161 82 / 0.9); +} +.placeholder-green-500\/90:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.9); +} +.placeholder-green-500\/90::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.9); +} +.placeholder-green-500\/90::placeholder{ + color: rgb(110 161 82 / 0.9); +} +.placeholder-green-500\/95::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.95); +} +.placeholder-green-500\/95::-moz-placeholder{ + color: rgb(110 161 82 / 0.95); +} +.placeholder-green-500\/95:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.95); +} +.placeholder-green-500\/95::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.95); +} +.placeholder-green-500\/95::placeholder{ + color: rgb(110 161 82 / 0.95); +} +.placeholder-green-500\/100::-webkit-input-placeholder{ + color: rgb(110 161 82 / 1); +} +.placeholder-green-500\/100::-moz-placeholder{ + color: rgb(110 161 82 / 1); +} +.placeholder-green-500\/100:-ms-input-placeholder{ + color: rgb(110 161 82 / 1); +} +.placeholder-green-500\/100::-ms-input-placeholder{ + color: rgb(110 161 82 / 1); +} +.placeholder-green-500\/100::placeholder{ + color: rgb(110 161 82 / 1); +} +.placeholder-green-600\/0::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0); +} +.placeholder-green-600\/0::-moz-placeholder{ + color: rgb(99 145 74 / 0); +} +.placeholder-green-600\/0:-ms-input-placeholder{ + color: rgb(99 145 74 / 0); +} +.placeholder-green-600\/0::-ms-input-placeholder{ + color: rgb(99 145 74 / 0); +} +.placeholder-green-600\/0::placeholder{ + color: rgb(99 145 74 / 0); +} +.placeholder-green-600\/5::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.05); +} +.placeholder-green-600\/5::-moz-placeholder{ + color: rgb(99 145 74 / 0.05); +} +.placeholder-green-600\/5:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.05); +} +.placeholder-green-600\/5::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.05); +} +.placeholder-green-600\/5::placeholder{ + color: rgb(99 145 74 / 0.05); +} +.placeholder-green-600\/10::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.1); +} +.placeholder-green-600\/10::-moz-placeholder{ + color: rgb(99 145 74 / 0.1); +} +.placeholder-green-600\/10:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.1); +} +.placeholder-green-600\/10::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.1); +} +.placeholder-green-600\/10::placeholder{ + color: rgb(99 145 74 / 0.1); +} +.placeholder-green-600\/20::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.2); +} +.placeholder-green-600\/20::-moz-placeholder{ + color: rgb(99 145 74 / 0.2); +} +.placeholder-green-600\/20:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.2); +} +.placeholder-green-600\/20::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.2); +} +.placeholder-green-600\/20::placeholder{ + color: rgb(99 145 74 / 0.2); +} +.placeholder-green-600\/25::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.25); +} +.placeholder-green-600\/25::-moz-placeholder{ + color: rgb(99 145 74 / 0.25); +} +.placeholder-green-600\/25:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.25); +} +.placeholder-green-600\/25::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.25); +} +.placeholder-green-600\/25::placeholder{ + color: rgb(99 145 74 / 0.25); +} +.placeholder-green-600\/30::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.3); +} +.placeholder-green-600\/30::-moz-placeholder{ + color: rgb(99 145 74 / 0.3); +} +.placeholder-green-600\/30:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.3); +} +.placeholder-green-600\/30::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.3); +} +.placeholder-green-600\/30::placeholder{ + color: rgb(99 145 74 / 0.3); +} +.placeholder-green-600\/40::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.4); +} +.placeholder-green-600\/40::-moz-placeholder{ + color: rgb(99 145 74 / 0.4); +} +.placeholder-green-600\/40:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.4); +} +.placeholder-green-600\/40::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.4); +} +.placeholder-green-600\/40::placeholder{ + color: rgb(99 145 74 / 0.4); +} +.placeholder-green-600\/50::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.5); +} +.placeholder-green-600\/50::-moz-placeholder{ + color: rgb(99 145 74 / 0.5); +} +.placeholder-green-600\/50:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.5); +} +.placeholder-green-600\/50::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.5); +} +.placeholder-green-600\/50::placeholder{ + color: rgb(99 145 74 / 0.5); +} +.placeholder-green-600\/60::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.6); +} +.placeholder-green-600\/60::-moz-placeholder{ + color: rgb(99 145 74 / 0.6); +} +.placeholder-green-600\/60:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.6); +} +.placeholder-green-600\/60::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.6); +} +.placeholder-green-600\/60::placeholder{ + color: rgb(99 145 74 / 0.6); +} +.placeholder-green-600\/70::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.7); +} +.placeholder-green-600\/70::-moz-placeholder{ + color: rgb(99 145 74 / 0.7); +} +.placeholder-green-600\/70:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.7); +} +.placeholder-green-600\/70::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.7); +} +.placeholder-green-600\/70::placeholder{ + color: rgb(99 145 74 / 0.7); +} +.placeholder-green-600\/75::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.75); +} +.placeholder-green-600\/75::-moz-placeholder{ + color: rgb(99 145 74 / 0.75); +} +.placeholder-green-600\/75:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.75); +} +.placeholder-green-600\/75::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.75); +} +.placeholder-green-600\/75::placeholder{ + color: rgb(99 145 74 / 0.75); +} +.placeholder-green-600\/80::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.8); +} +.placeholder-green-600\/80::-moz-placeholder{ + color: rgb(99 145 74 / 0.8); +} +.placeholder-green-600\/80:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.8); +} +.placeholder-green-600\/80::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.8); +} +.placeholder-green-600\/80::placeholder{ + color: rgb(99 145 74 / 0.8); +} +.placeholder-green-600\/90::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.9); +} +.placeholder-green-600\/90::-moz-placeholder{ + color: rgb(99 145 74 / 0.9); +} +.placeholder-green-600\/90:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.9); +} +.placeholder-green-600\/90::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.9); +} +.placeholder-green-600\/90::placeholder{ + color: rgb(99 145 74 / 0.9); +} +.placeholder-green-600\/95::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.95); +} +.placeholder-green-600\/95::-moz-placeholder{ + color: rgb(99 145 74 / 0.95); +} +.placeholder-green-600\/95:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.95); +} +.placeholder-green-600\/95::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.95); +} +.placeholder-green-600\/95::placeholder{ + color: rgb(99 145 74 / 0.95); +} +.placeholder-green-600\/100::-webkit-input-placeholder{ + color: rgb(99 145 74 / 1); +} +.placeholder-green-600\/100::-moz-placeholder{ + color: rgb(99 145 74 / 1); +} +.placeholder-green-600\/100:-ms-input-placeholder{ + color: rgb(99 145 74 / 1); +} +.placeholder-green-600\/100::-ms-input-placeholder{ + color: rgb(99 145 74 / 1); +} +.placeholder-green-600\/100::placeholder{ + color: rgb(99 145 74 / 1); +} +.placeholder-green-700\/0::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0); +} +.placeholder-green-700\/0::-moz-placeholder{ + color: rgb(83 121 62 / 0); +} +.placeholder-green-700\/0:-ms-input-placeholder{ + color: rgb(83 121 62 / 0); +} +.placeholder-green-700\/0::-ms-input-placeholder{ + color: rgb(83 121 62 / 0); +} +.placeholder-green-700\/0::placeholder{ + color: rgb(83 121 62 / 0); +} +.placeholder-green-700\/5::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.05); +} +.placeholder-green-700\/5::-moz-placeholder{ + color: rgb(83 121 62 / 0.05); +} +.placeholder-green-700\/5:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.05); +} +.placeholder-green-700\/5::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.05); +} +.placeholder-green-700\/5::placeholder{ + color: rgb(83 121 62 / 0.05); +} +.placeholder-green-700\/10::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.1); +} +.placeholder-green-700\/10::-moz-placeholder{ + color: rgb(83 121 62 / 0.1); +} +.placeholder-green-700\/10:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.1); +} +.placeholder-green-700\/10::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.1); +} +.placeholder-green-700\/10::placeholder{ + color: rgb(83 121 62 / 0.1); +} +.placeholder-green-700\/20::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.2); +} +.placeholder-green-700\/20::-moz-placeholder{ + color: rgb(83 121 62 / 0.2); +} +.placeholder-green-700\/20:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.2); +} +.placeholder-green-700\/20::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.2); +} +.placeholder-green-700\/20::placeholder{ + color: rgb(83 121 62 / 0.2); +} +.placeholder-green-700\/25::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.25); +} +.placeholder-green-700\/25::-moz-placeholder{ + color: rgb(83 121 62 / 0.25); +} +.placeholder-green-700\/25:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.25); +} +.placeholder-green-700\/25::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.25); +} +.placeholder-green-700\/25::placeholder{ + color: rgb(83 121 62 / 0.25); +} +.placeholder-green-700\/30::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.3); +} +.placeholder-green-700\/30::-moz-placeholder{ + color: rgb(83 121 62 / 0.3); +} +.placeholder-green-700\/30:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.3); +} +.placeholder-green-700\/30::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.3); +} +.placeholder-green-700\/30::placeholder{ + color: rgb(83 121 62 / 0.3); +} +.placeholder-green-700\/40::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.4); +} +.placeholder-green-700\/40::-moz-placeholder{ + color: rgb(83 121 62 / 0.4); +} +.placeholder-green-700\/40:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.4); +} +.placeholder-green-700\/40::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.4); +} +.placeholder-green-700\/40::placeholder{ + color: rgb(83 121 62 / 0.4); +} +.placeholder-green-700\/50::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.5); +} +.placeholder-green-700\/50::-moz-placeholder{ + color: rgb(83 121 62 / 0.5); +} +.placeholder-green-700\/50:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.5); +} +.placeholder-green-700\/50::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.5); +} +.placeholder-green-700\/50::placeholder{ + color: rgb(83 121 62 / 0.5); +} +.placeholder-green-700\/60::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.6); +} +.placeholder-green-700\/60::-moz-placeholder{ + color: rgb(83 121 62 / 0.6); +} +.placeholder-green-700\/60:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.6); +} +.placeholder-green-700\/60::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.6); +} +.placeholder-green-700\/60::placeholder{ + color: rgb(83 121 62 / 0.6); +} +.placeholder-green-700\/70::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.7); +} +.placeholder-green-700\/70::-moz-placeholder{ + color: rgb(83 121 62 / 0.7); +} +.placeholder-green-700\/70:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.7); +} +.placeholder-green-700\/70::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.7); +} +.placeholder-green-700\/70::placeholder{ + color: rgb(83 121 62 / 0.7); +} +.placeholder-green-700\/75::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.75); +} +.placeholder-green-700\/75::-moz-placeholder{ + color: rgb(83 121 62 / 0.75); +} +.placeholder-green-700\/75:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.75); +} +.placeholder-green-700\/75::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.75); +} +.placeholder-green-700\/75::placeholder{ + color: rgb(83 121 62 / 0.75); +} +.placeholder-green-700\/80::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.8); +} +.placeholder-green-700\/80::-moz-placeholder{ + color: rgb(83 121 62 / 0.8); +} +.placeholder-green-700\/80:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.8); +} +.placeholder-green-700\/80::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.8); +} +.placeholder-green-700\/80::placeholder{ + color: rgb(83 121 62 / 0.8); +} +.placeholder-green-700\/90::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.9); +} +.placeholder-green-700\/90::-moz-placeholder{ + color: rgb(83 121 62 / 0.9); +} +.placeholder-green-700\/90:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.9); +} +.placeholder-green-700\/90::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.9); +} +.placeholder-green-700\/90::placeholder{ + color: rgb(83 121 62 / 0.9); +} +.placeholder-green-700\/95::-webkit-input-placeholder{ + color: rgb(83 121 62 / 0.95); +} +.placeholder-green-700\/95::-moz-placeholder{ + color: rgb(83 121 62 / 0.95); +} +.placeholder-green-700\/95:-ms-input-placeholder{ + color: rgb(83 121 62 / 0.95); +} +.placeholder-green-700\/95::-ms-input-placeholder{ + color: rgb(83 121 62 / 0.95); +} +.placeholder-green-700\/95::placeholder{ + color: rgb(83 121 62 / 0.95); +} +.placeholder-green-700\/100::-webkit-input-placeholder{ + color: rgb(83 121 62 / 1); +} +.placeholder-green-700\/100::-moz-placeholder{ + color: rgb(83 121 62 / 1); +} +.placeholder-green-700\/100:-ms-input-placeholder{ + color: rgb(83 121 62 / 1); +} +.placeholder-green-700\/100::-ms-input-placeholder{ + color: rgb(83 121 62 / 1); +} +.placeholder-green-700\/100::placeholder{ + color: rgb(83 121 62 / 1); +} +.placeholder-green-800\/0::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0); +} +.placeholder-green-800\/0::-moz-placeholder{ + color: rgb(66 97 49 / 0); +} +.placeholder-green-800\/0:-ms-input-placeholder{ + color: rgb(66 97 49 / 0); +} +.placeholder-green-800\/0::-ms-input-placeholder{ + color: rgb(66 97 49 / 0); +} +.placeholder-green-800\/0::placeholder{ + color: rgb(66 97 49 / 0); +} +.placeholder-green-800\/5::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.05); +} +.placeholder-green-800\/5::-moz-placeholder{ + color: rgb(66 97 49 / 0.05); +} +.placeholder-green-800\/5:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.05); +} +.placeholder-green-800\/5::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.05); +} +.placeholder-green-800\/5::placeholder{ + color: rgb(66 97 49 / 0.05); +} +.placeholder-green-800\/10::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.1); +} +.placeholder-green-800\/10::-moz-placeholder{ + color: rgb(66 97 49 / 0.1); +} +.placeholder-green-800\/10:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.1); +} +.placeholder-green-800\/10::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.1); +} +.placeholder-green-800\/10::placeholder{ + color: rgb(66 97 49 / 0.1); +} +.placeholder-green-800\/20::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.2); +} +.placeholder-green-800\/20::-moz-placeholder{ + color: rgb(66 97 49 / 0.2); +} +.placeholder-green-800\/20:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.2); +} +.placeholder-green-800\/20::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.2); +} +.placeholder-green-800\/20::placeholder{ + color: rgb(66 97 49 / 0.2); +} +.placeholder-green-800\/25::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.25); +} +.placeholder-green-800\/25::-moz-placeholder{ + color: rgb(66 97 49 / 0.25); +} +.placeholder-green-800\/25:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.25); +} +.placeholder-green-800\/25::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.25); +} +.placeholder-green-800\/25::placeholder{ + color: rgb(66 97 49 / 0.25); +} +.placeholder-green-800\/30::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.3); +} +.placeholder-green-800\/30::-moz-placeholder{ + color: rgb(66 97 49 / 0.3); +} +.placeholder-green-800\/30:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.3); +} +.placeholder-green-800\/30::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.3); +} +.placeholder-green-800\/30::placeholder{ + color: rgb(66 97 49 / 0.3); +} +.placeholder-green-800\/40::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.4); +} +.placeholder-green-800\/40::-moz-placeholder{ + color: rgb(66 97 49 / 0.4); +} +.placeholder-green-800\/40:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.4); +} +.placeholder-green-800\/40::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.4); +} +.placeholder-green-800\/40::placeholder{ + color: rgb(66 97 49 / 0.4); +} +.placeholder-green-800\/50::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.5); +} +.placeholder-green-800\/50::-moz-placeholder{ + color: rgb(66 97 49 / 0.5); +} +.placeholder-green-800\/50:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.5); +} +.placeholder-green-800\/50::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.5); +} +.placeholder-green-800\/50::placeholder{ + color: rgb(66 97 49 / 0.5); +} +.placeholder-green-800\/60::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.6); +} +.placeholder-green-800\/60::-moz-placeholder{ + color: rgb(66 97 49 / 0.6); +} +.placeholder-green-800\/60:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.6); +} +.placeholder-green-800\/60::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.6); +} +.placeholder-green-800\/60::placeholder{ + color: rgb(66 97 49 / 0.6); +} +.placeholder-green-800\/70::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.7); +} +.placeholder-green-800\/70::-moz-placeholder{ + color: rgb(66 97 49 / 0.7); +} +.placeholder-green-800\/70:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.7); +} +.placeholder-green-800\/70::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.7); +} +.placeholder-green-800\/70::placeholder{ + color: rgb(66 97 49 / 0.7); +} +.placeholder-green-800\/75::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.75); +} +.placeholder-green-800\/75::-moz-placeholder{ + color: rgb(66 97 49 / 0.75); +} +.placeholder-green-800\/75:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.75); +} +.placeholder-green-800\/75::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.75); +} +.placeholder-green-800\/75::placeholder{ + color: rgb(66 97 49 / 0.75); +} +.placeholder-green-800\/80::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.8); +} +.placeholder-green-800\/80::-moz-placeholder{ + color: rgb(66 97 49 / 0.8); +} +.placeholder-green-800\/80:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.8); +} +.placeholder-green-800\/80::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.8); +} +.placeholder-green-800\/80::placeholder{ + color: rgb(66 97 49 / 0.8); +} +.placeholder-green-800\/90::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.9); +} +.placeholder-green-800\/90::-moz-placeholder{ + color: rgb(66 97 49 / 0.9); +} +.placeholder-green-800\/90:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.9); +} +.placeholder-green-800\/90::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.9); +} +.placeholder-green-800\/90::placeholder{ + color: rgb(66 97 49 / 0.9); +} +.placeholder-green-800\/95::-webkit-input-placeholder{ + color: rgb(66 97 49 / 0.95); +} +.placeholder-green-800\/95::-moz-placeholder{ + color: rgb(66 97 49 / 0.95); +} +.placeholder-green-800\/95:-ms-input-placeholder{ + color: rgb(66 97 49 / 0.95); +} +.placeholder-green-800\/95::-ms-input-placeholder{ + color: rgb(66 97 49 / 0.95); +} +.placeholder-green-800\/95::placeholder{ + color: rgb(66 97 49 / 0.95); +} +.placeholder-green-800\/100::-webkit-input-placeholder{ + color: rgb(66 97 49 / 1); +} +.placeholder-green-800\/100::-moz-placeholder{ + color: rgb(66 97 49 / 1); +} +.placeholder-green-800\/100:-ms-input-placeholder{ + color: rgb(66 97 49 / 1); +} +.placeholder-green-800\/100::-ms-input-placeholder{ + color: rgb(66 97 49 / 1); +} +.placeholder-green-800\/100::placeholder{ + color: rgb(66 97 49 / 1); +} +.placeholder-green-900\/0::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0); +} +.placeholder-green-900\/0::-moz-placeholder{ + color: rgb(54 79 40 / 0); +} +.placeholder-green-900\/0:-ms-input-placeholder{ + color: rgb(54 79 40 / 0); +} +.placeholder-green-900\/0::-ms-input-placeholder{ + color: rgb(54 79 40 / 0); +} +.placeholder-green-900\/0::placeholder{ + color: rgb(54 79 40 / 0); +} +.placeholder-green-900\/5::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.05); +} +.placeholder-green-900\/5::-moz-placeholder{ + color: rgb(54 79 40 / 0.05); +} +.placeholder-green-900\/5:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.05); +} +.placeholder-green-900\/5::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.05); +} +.placeholder-green-900\/5::placeholder{ + color: rgb(54 79 40 / 0.05); +} +.placeholder-green-900\/10::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.1); +} +.placeholder-green-900\/10::-moz-placeholder{ + color: rgb(54 79 40 / 0.1); +} +.placeholder-green-900\/10:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.1); +} +.placeholder-green-900\/10::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.1); +} +.placeholder-green-900\/10::placeholder{ + color: rgb(54 79 40 / 0.1); +} +.placeholder-green-900\/20::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.2); +} +.placeholder-green-900\/20::-moz-placeholder{ + color: rgb(54 79 40 / 0.2); +} +.placeholder-green-900\/20:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.2); +} +.placeholder-green-900\/20::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.2); +} +.placeholder-green-900\/20::placeholder{ + color: rgb(54 79 40 / 0.2); +} +.placeholder-green-900\/25::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.25); +} +.placeholder-green-900\/25::-moz-placeholder{ + color: rgb(54 79 40 / 0.25); +} +.placeholder-green-900\/25:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.25); +} +.placeholder-green-900\/25::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.25); +} +.placeholder-green-900\/25::placeholder{ + color: rgb(54 79 40 / 0.25); +} +.placeholder-green-900\/30::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.3); +} +.placeholder-green-900\/30::-moz-placeholder{ + color: rgb(54 79 40 / 0.3); +} +.placeholder-green-900\/30:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.3); +} +.placeholder-green-900\/30::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.3); +} +.placeholder-green-900\/30::placeholder{ + color: rgb(54 79 40 / 0.3); +} +.placeholder-green-900\/40::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.4); +} +.placeholder-green-900\/40::-moz-placeholder{ + color: rgb(54 79 40 / 0.4); +} +.placeholder-green-900\/40:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.4); +} +.placeholder-green-900\/40::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.4); +} +.placeholder-green-900\/40::placeholder{ + color: rgb(54 79 40 / 0.4); +} +.placeholder-green-900\/50::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.5); +} +.placeholder-green-900\/50::-moz-placeholder{ + color: rgb(54 79 40 / 0.5); +} +.placeholder-green-900\/50:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.5); +} +.placeholder-green-900\/50::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.5); +} +.placeholder-green-900\/50::placeholder{ + color: rgb(54 79 40 / 0.5); +} +.placeholder-green-900\/60::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.6); +} +.placeholder-green-900\/60::-moz-placeholder{ + color: rgb(54 79 40 / 0.6); +} +.placeholder-green-900\/60:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.6); +} +.placeholder-green-900\/60::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.6); +} +.placeholder-green-900\/60::placeholder{ + color: rgb(54 79 40 / 0.6); +} +.placeholder-green-900\/70::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.7); +} +.placeholder-green-900\/70::-moz-placeholder{ + color: rgb(54 79 40 / 0.7); +} +.placeholder-green-900\/70:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.7); +} +.placeholder-green-900\/70::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.7); +} +.placeholder-green-900\/70::placeholder{ + color: rgb(54 79 40 / 0.7); +} +.placeholder-green-900\/75::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.75); +} +.placeholder-green-900\/75::-moz-placeholder{ + color: rgb(54 79 40 / 0.75); +} +.placeholder-green-900\/75:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.75); +} +.placeholder-green-900\/75::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.75); +} +.placeholder-green-900\/75::placeholder{ + color: rgb(54 79 40 / 0.75); +} +.placeholder-green-900\/80::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.8); +} +.placeholder-green-900\/80::-moz-placeholder{ + color: rgb(54 79 40 / 0.8); +} +.placeholder-green-900\/80:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.8); +} +.placeholder-green-900\/80::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.8); +} +.placeholder-green-900\/80::placeholder{ + color: rgb(54 79 40 / 0.8); +} +.placeholder-green-900\/90::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.9); +} +.placeholder-green-900\/90::-moz-placeholder{ + color: rgb(54 79 40 / 0.9); +} +.placeholder-green-900\/90:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.9); +} +.placeholder-green-900\/90::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.9); +} +.placeholder-green-900\/90::placeholder{ + color: rgb(54 79 40 / 0.9); +} +.placeholder-green-900\/95::-webkit-input-placeholder{ + color: rgb(54 79 40 / 0.95); +} +.placeholder-green-900\/95::-moz-placeholder{ + color: rgb(54 79 40 / 0.95); +} +.placeholder-green-900\/95:-ms-input-placeholder{ + color: rgb(54 79 40 / 0.95); +} +.placeholder-green-900\/95::-ms-input-placeholder{ + color: rgb(54 79 40 / 0.95); +} +.placeholder-green-900\/95::placeholder{ + color: rgb(54 79 40 / 0.95); +} +.placeholder-green-900\/100::-webkit-input-placeholder{ + color: rgb(54 79 40 / 1); +} +.placeholder-green-900\/100::-moz-placeholder{ + color: rgb(54 79 40 / 1); +} +.placeholder-green-900\/100:-ms-input-placeholder{ + color: rgb(54 79 40 / 1); +} +.placeholder-green-900\/100::-ms-input-placeholder{ + color: rgb(54 79 40 / 1); +} +.placeholder-green-900\/100::placeholder{ + color: rgb(54 79 40 / 1); +} +.placeholder-green\/0::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0); +} +.placeholder-green\/0::-moz-placeholder{ + color: rgb(110 161 82 / 0); +} +.placeholder-green\/0:-ms-input-placeholder{ + color: rgb(110 161 82 / 0); +} +.placeholder-green\/0::-ms-input-placeholder{ + color: rgb(110 161 82 / 0); +} +.placeholder-green\/0::placeholder{ + color: rgb(110 161 82 / 0); +} +.placeholder-green\/5::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.05); +} +.placeholder-green\/5::-moz-placeholder{ + color: rgb(110 161 82 / 0.05); +} +.placeholder-green\/5:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.05); +} +.placeholder-green\/5::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.05); +} +.placeholder-green\/5::placeholder{ + color: rgb(110 161 82 / 0.05); +} +.placeholder-green\/10::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.1); +} +.placeholder-green\/10::-moz-placeholder{ + color: rgb(110 161 82 / 0.1); +} +.placeholder-green\/10:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.1); +} +.placeholder-green\/10::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.1); +} +.placeholder-green\/10::placeholder{ + color: rgb(110 161 82 / 0.1); +} +.placeholder-green\/20::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.2); +} +.placeholder-green\/20::-moz-placeholder{ + color: rgb(110 161 82 / 0.2); +} +.placeholder-green\/20:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.2); +} +.placeholder-green\/20::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.2); +} +.placeholder-green\/20::placeholder{ + color: rgb(110 161 82 / 0.2); +} +.placeholder-green\/25::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.25); +} +.placeholder-green\/25::-moz-placeholder{ + color: rgb(110 161 82 / 0.25); +} +.placeholder-green\/25:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.25); +} +.placeholder-green\/25::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.25); +} +.placeholder-green\/25::placeholder{ + color: rgb(110 161 82 / 0.25); +} +.placeholder-green\/30::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.3); +} +.placeholder-green\/30::-moz-placeholder{ + color: rgb(110 161 82 / 0.3); +} +.placeholder-green\/30:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.3); +} +.placeholder-green\/30::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.3); +} +.placeholder-green\/30::placeholder{ + color: rgb(110 161 82 / 0.3); +} +.placeholder-green\/40::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.4); +} +.placeholder-green\/40::-moz-placeholder{ + color: rgb(110 161 82 / 0.4); +} +.placeholder-green\/40:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.4); +} +.placeholder-green\/40::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.4); +} +.placeholder-green\/40::placeholder{ + color: rgb(110 161 82 / 0.4); +} +.placeholder-green\/50::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.5); +} +.placeholder-green\/50::-moz-placeholder{ + color: rgb(110 161 82 / 0.5); +} +.placeholder-green\/50:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.5); +} +.placeholder-green\/50::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.5); +} +.placeholder-green\/50::placeholder{ + color: rgb(110 161 82 / 0.5); +} +.placeholder-green\/60::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.6); +} +.placeholder-green\/60::-moz-placeholder{ + color: rgb(110 161 82 / 0.6); +} +.placeholder-green\/60:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.6); +} +.placeholder-green\/60::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.6); +} +.placeholder-green\/60::placeholder{ + color: rgb(110 161 82 / 0.6); +} +.placeholder-green\/70::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.7); +} +.placeholder-green\/70::-moz-placeholder{ + color: rgb(110 161 82 / 0.7); +} +.placeholder-green\/70:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.7); +} +.placeholder-green\/70::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.7); +} +.placeholder-green\/70::placeholder{ + color: rgb(110 161 82 / 0.7); +} +.placeholder-green\/75::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.75); +} +.placeholder-green\/75::-moz-placeholder{ + color: rgb(110 161 82 / 0.75); +} +.placeholder-green\/75:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.75); +} +.placeholder-green\/75::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.75); +} +.placeholder-green\/75::placeholder{ + color: rgb(110 161 82 / 0.75); +} +.placeholder-green\/80::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.8); +} +.placeholder-green\/80::-moz-placeholder{ + color: rgb(110 161 82 / 0.8); +} +.placeholder-green\/80:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.8); +} +.placeholder-green\/80::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.8); +} +.placeholder-green\/80::placeholder{ + color: rgb(110 161 82 / 0.8); +} +.placeholder-green\/90::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.9); +} +.placeholder-green\/90::-moz-placeholder{ + color: rgb(110 161 82 / 0.9); +} +.placeholder-green\/90:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.9); +} +.placeholder-green\/90::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.9); +} +.placeholder-green\/90::placeholder{ + color: rgb(110 161 82 / 0.9); +} +.placeholder-green\/95::-webkit-input-placeholder{ + color: rgb(110 161 82 / 0.95); +} +.placeholder-green\/95::-moz-placeholder{ + color: rgb(110 161 82 / 0.95); +} +.placeholder-green\/95:-ms-input-placeholder{ + color: rgb(110 161 82 / 0.95); +} +.placeholder-green\/95::-ms-input-placeholder{ + color: rgb(110 161 82 / 0.95); +} +.placeholder-green\/95::placeholder{ + color: rgb(110 161 82 / 0.95); +} +.placeholder-green\/100::-webkit-input-placeholder{ + color: rgb(110 161 82 / 1); +} +.placeholder-green\/100::-moz-placeholder{ + color: rgb(110 161 82 / 1); +} +.placeholder-green\/100:-ms-input-placeholder{ + color: rgb(110 161 82 / 1); +} +.placeholder-green\/100::-ms-input-placeholder{ + color: rgb(110 161 82 / 1); +} +.placeholder-green\/100::placeholder{ + color: rgb(110 161 82 / 1); +} +.placeholder-emerald-50\/0::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0); +} +.placeholder-emerald-50\/0::-moz-placeholder{ + color: rgb(236 253 245 / 0); +} +.placeholder-emerald-50\/0:-ms-input-placeholder{ + color: rgb(236 253 245 / 0); +} +.placeholder-emerald-50\/0::-ms-input-placeholder{ + color: rgb(236 253 245 / 0); +} +.placeholder-emerald-50\/0::placeholder{ + color: rgb(236 253 245 / 0); +} +.placeholder-emerald-50\/5::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.05); +} +.placeholder-emerald-50\/5::-moz-placeholder{ + color: rgb(236 253 245 / 0.05); +} +.placeholder-emerald-50\/5:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.05); +} +.placeholder-emerald-50\/5::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.05); +} +.placeholder-emerald-50\/5::placeholder{ + color: rgb(236 253 245 / 0.05); +} +.placeholder-emerald-50\/10::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.1); +} +.placeholder-emerald-50\/10::-moz-placeholder{ + color: rgb(236 253 245 / 0.1); +} +.placeholder-emerald-50\/10:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.1); +} +.placeholder-emerald-50\/10::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.1); +} +.placeholder-emerald-50\/10::placeholder{ + color: rgb(236 253 245 / 0.1); +} +.placeholder-emerald-50\/20::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.2); +} +.placeholder-emerald-50\/20::-moz-placeholder{ + color: rgb(236 253 245 / 0.2); +} +.placeholder-emerald-50\/20:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.2); +} +.placeholder-emerald-50\/20::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.2); +} +.placeholder-emerald-50\/20::placeholder{ + color: rgb(236 253 245 / 0.2); +} +.placeholder-emerald-50\/25::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.25); +} +.placeholder-emerald-50\/25::-moz-placeholder{ + color: rgb(236 253 245 / 0.25); +} +.placeholder-emerald-50\/25:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.25); +} +.placeholder-emerald-50\/25::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.25); +} +.placeholder-emerald-50\/25::placeholder{ + color: rgb(236 253 245 / 0.25); +} +.placeholder-emerald-50\/30::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.3); +} +.placeholder-emerald-50\/30::-moz-placeholder{ + color: rgb(236 253 245 / 0.3); +} +.placeholder-emerald-50\/30:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.3); +} +.placeholder-emerald-50\/30::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.3); +} +.placeholder-emerald-50\/30::placeholder{ + color: rgb(236 253 245 / 0.3); +} +.placeholder-emerald-50\/40::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.4); +} +.placeholder-emerald-50\/40::-moz-placeholder{ + color: rgb(236 253 245 / 0.4); +} +.placeholder-emerald-50\/40:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.4); +} +.placeholder-emerald-50\/40::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.4); +} +.placeholder-emerald-50\/40::placeholder{ + color: rgb(236 253 245 / 0.4); +} +.placeholder-emerald-50\/50::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.5); +} +.placeholder-emerald-50\/50::-moz-placeholder{ + color: rgb(236 253 245 / 0.5); +} +.placeholder-emerald-50\/50:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.5); +} +.placeholder-emerald-50\/50::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.5); +} +.placeholder-emerald-50\/50::placeholder{ + color: rgb(236 253 245 / 0.5); +} +.placeholder-emerald-50\/60::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.6); +} +.placeholder-emerald-50\/60::-moz-placeholder{ + color: rgb(236 253 245 / 0.6); +} +.placeholder-emerald-50\/60:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.6); +} +.placeholder-emerald-50\/60::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.6); +} +.placeholder-emerald-50\/60::placeholder{ + color: rgb(236 253 245 / 0.6); +} +.placeholder-emerald-50\/70::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.7); +} +.placeholder-emerald-50\/70::-moz-placeholder{ + color: rgb(236 253 245 / 0.7); +} +.placeholder-emerald-50\/70:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.7); +} +.placeholder-emerald-50\/70::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.7); +} +.placeholder-emerald-50\/70::placeholder{ + color: rgb(236 253 245 / 0.7); +} +.placeholder-emerald-50\/75::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.75); +} +.placeholder-emerald-50\/75::-moz-placeholder{ + color: rgb(236 253 245 / 0.75); +} +.placeholder-emerald-50\/75:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.75); +} +.placeholder-emerald-50\/75::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.75); +} +.placeholder-emerald-50\/75::placeholder{ + color: rgb(236 253 245 / 0.75); +} +.placeholder-emerald-50\/80::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.8); +} +.placeholder-emerald-50\/80::-moz-placeholder{ + color: rgb(236 253 245 / 0.8); +} +.placeholder-emerald-50\/80:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.8); +} +.placeholder-emerald-50\/80::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.8); +} +.placeholder-emerald-50\/80::placeholder{ + color: rgb(236 253 245 / 0.8); +} +.placeholder-emerald-50\/90::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.9); +} +.placeholder-emerald-50\/90::-moz-placeholder{ + color: rgb(236 253 245 / 0.9); +} +.placeholder-emerald-50\/90:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.9); +} +.placeholder-emerald-50\/90::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.9); +} +.placeholder-emerald-50\/90::placeholder{ + color: rgb(236 253 245 / 0.9); +} +.placeholder-emerald-50\/95::-webkit-input-placeholder{ + color: rgb(236 253 245 / 0.95); +} +.placeholder-emerald-50\/95::-moz-placeholder{ + color: rgb(236 253 245 / 0.95); +} +.placeholder-emerald-50\/95:-ms-input-placeholder{ + color: rgb(236 253 245 / 0.95); +} +.placeholder-emerald-50\/95::-ms-input-placeholder{ + color: rgb(236 253 245 / 0.95); +} +.placeholder-emerald-50\/95::placeholder{ + color: rgb(236 253 245 / 0.95); +} +.placeholder-emerald-50\/100::-webkit-input-placeholder{ + color: rgb(236 253 245 / 1); +} +.placeholder-emerald-50\/100::-moz-placeholder{ + color: rgb(236 253 245 / 1); +} +.placeholder-emerald-50\/100:-ms-input-placeholder{ + color: rgb(236 253 245 / 1); +} +.placeholder-emerald-50\/100::-ms-input-placeholder{ + color: rgb(236 253 245 / 1); +} +.placeholder-emerald-50\/100::placeholder{ + color: rgb(236 253 245 / 1); +} +.placeholder-emerald-100\/0::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0); +} +.placeholder-emerald-100\/0::-moz-placeholder{ + color: rgb(209 250 229 / 0); +} +.placeholder-emerald-100\/0:-ms-input-placeholder{ + color: rgb(209 250 229 / 0); +} +.placeholder-emerald-100\/0::-ms-input-placeholder{ + color: rgb(209 250 229 / 0); +} +.placeholder-emerald-100\/0::placeholder{ + color: rgb(209 250 229 / 0); +} +.placeholder-emerald-100\/5::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.05); +} +.placeholder-emerald-100\/5::-moz-placeholder{ + color: rgb(209 250 229 / 0.05); +} +.placeholder-emerald-100\/5:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.05); +} +.placeholder-emerald-100\/5::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.05); +} +.placeholder-emerald-100\/5::placeholder{ + color: rgb(209 250 229 / 0.05); +} +.placeholder-emerald-100\/10::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.1); +} +.placeholder-emerald-100\/10::-moz-placeholder{ + color: rgb(209 250 229 / 0.1); +} +.placeholder-emerald-100\/10:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.1); +} +.placeholder-emerald-100\/10::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.1); +} +.placeholder-emerald-100\/10::placeholder{ + color: rgb(209 250 229 / 0.1); +} +.placeholder-emerald-100\/20::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.2); +} +.placeholder-emerald-100\/20::-moz-placeholder{ + color: rgb(209 250 229 / 0.2); +} +.placeholder-emerald-100\/20:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.2); +} +.placeholder-emerald-100\/20::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.2); +} +.placeholder-emerald-100\/20::placeholder{ + color: rgb(209 250 229 / 0.2); +} +.placeholder-emerald-100\/25::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.25); +} +.placeholder-emerald-100\/25::-moz-placeholder{ + color: rgb(209 250 229 / 0.25); +} +.placeholder-emerald-100\/25:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.25); +} +.placeholder-emerald-100\/25::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.25); +} +.placeholder-emerald-100\/25::placeholder{ + color: rgb(209 250 229 / 0.25); +} +.placeholder-emerald-100\/30::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.3); +} +.placeholder-emerald-100\/30::-moz-placeholder{ + color: rgb(209 250 229 / 0.3); +} +.placeholder-emerald-100\/30:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.3); +} +.placeholder-emerald-100\/30::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.3); +} +.placeholder-emerald-100\/30::placeholder{ + color: rgb(209 250 229 / 0.3); +} +.placeholder-emerald-100\/40::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.4); +} +.placeholder-emerald-100\/40::-moz-placeholder{ + color: rgb(209 250 229 / 0.4); +} +.placeholder-emerald-100\/40:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.4); +} +.placeholder-emerald-100\/40::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.4); +} +.placeholder-emerald-100\/40::placeholder{ + color: rgb(209 250 229 / 0.4); +} +.placeholder-emerald-100\/50::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.5); +} +.placeholder-emerald-100\/50::-moz-placeholder{ + color: rgb(209 250 229 / 0.5); +} +.placeholder-emerald-100\/50:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.5); +} +.placeholder-emerald-100\/50::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.5); +} +.placeholder-emerald-100\/50::placeholder{ + color: rgb(209 250 229 / 0.5); +} +.placeholder-emerald-100\/60::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.6); +} +.placeholder-emerald-100\/60::-moz-placeholder{ + color: rgb(209 250 229 / 0.6); +} +.placeholder-emerald-100\/60:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.6); +} +.placeholder-emerald-100\/60::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.6); +} +.placeholder-emerald-100\/60::placeholder{ + color: rgb(209 250 229 / 0.6); +} +.placeholder-emerald-100\/70::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.7); +} +.placeholder-emerald-100\/70::-moz-placeholder{ + color: rgb(209 250 229 / 0.7); +} +.placeholder-emerald-100\/70:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.7); +} +.placeholder-emerald-100\/70::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.7); +} +.placeholder-emerald-100\/70::placeholder{ + color: rgb(209 250 229 / 0.7); +} +.placeholder-emerald-100\/75::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.75); +} +.placeholder-emerald-100\/75::-moz-placeholder{ + color: rgb(209 250 229 / 0.75); +} +.placeholder-emerald-100\/75:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.75); +} +.placeholder-emerald-100\/75::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.75); +} +.placeholder-emerald-100\/75::placeholder{ + color: rgb(209 250 229 / 0.75); +} +.placeholder-emerald-100\/80::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.8); +} +.placeholder-emerald-100\/80::-moz-placeholder{ + color: rgb(209 250 229 / 0.8); +} +.placeholder-emerald-100\/80:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.8); +} +.placeholder-emerald-100\/80::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.8); +} +.placeholder-emerald-100\/80::placeholder{ + color: rgb(209 250 229 / 0.8); +} +.placeholder-emerald-100\/90::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.9); +} +.placeholder-emerald-100\/90::-moz-placeholder{ + color: rgb(209 250 229 / 0.9); +} +.placeholder-emerald-100\/90:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.9); +} +.placeholder-emerald-100\/90::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.9); +} +.placeholder-emerald-100\/90::placeholder{ + color: rgb(209 250 229 / 0.9); +} +.placeholder-emerald-100\/95::-webkit-input-placeholder{ + color: rgb(209 250 229 / 0.95); +} +.placeholder-emerald-100\/95::-moz-placeholder{ + color: rgb(209 250 229 / 0.95); +} +.placeholder-emerald-100\/95:-ms-input-placeholder{ + color: rgb(209 250 229 / 0.95); +} +.placeholder-emerald-100\/95::-ms-input-placeholder{ + color: rgb(209 250 229 / 0.95); +} +.placeholder-emerald-100\/95::placeholder{ + color: rgb(209 250 229 / 0.95); +} +.placeholder-emerald-100\/100::-webkit-input-placeholder{ + color: rgb(209 250 229 / 1); +} +.placeholder-emerald-100\/100::-moz-placeholder{ + color: rgb(209 250 229 / 1); +} +.placeholder-emerald-100\/100:-ms-input-placeholder{ + color: rgb(209 250 229 / 1); +} +.placeholder-emerald-100\/100::-ms-input-placeholder{ + color: rgb(209 250 229 / 1); +} +.placeholder-emerald-100\/100::placeholder{ + color: rgb(209 250 229 / 1); +} +.placeholder-emerald-200\/0::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0); +} +.placeholder-emerald-200\/0::-moz-placeholder{ + color: rgb(167 243 208 / 0); +} +.placeholder-emerald-200\/0:-ms-input-placeholder{ + color: rgb(167 243 208 / 0); +} +.placeholder-emerald-200\/0::-ms-input-placeholder{ + color: rgb(167 243 208 / 0); +} +.placeholder-emerald-200\/0::placeholder{ + color: rgb(167 243 208 / 0); +} +.placeholder-emerald-200\/5::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.05); +} +.placeholder-emerald-200\/5::-moz-placeholder{ + color: rgb(167 243 208 / 0.05); +} +.placeholder-emerald-200\/5:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.05); +} +.placeholder-emerald-200\/5::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.05); +} +.placeholder-emerald-200\/5::placeholder{ + color: rgb(167 243 208 / 0.05); +} +.placeholder-emerald-200\/10::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.1); +} +.placeholder-emerald-200\/10::-moz-placeholder{ + color: rgb(167 243 208 / 0.1); +} +.placeholder-emerald-200\/10:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.1); +} +.placeholder-emerald-200\/10::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.1); +} +.placeholder-emerald-200\/10::placeholder{ + color: rgb(167 243 208 / 0.1); +} +.placeholder-emerald-200\/20::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.2); +} +.placeholder-emerald-200\/20::-moz-placeholder{ + color: rgb(167 243 208 / 0.2); +} +.placeholder-emerald-200\/20:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.2); +} +.placeholder-emerald-200\/20::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.2); +} +.placeholder-emerald-200\/20::placeholder{ + color: rgb(167 243 208 / 0.2); +} +.placeholder-emerald-200\/25::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.25); +} +.placeholder-emerald-200\/25::-moz-placeholder{ + color: rgb(167 243 208 / 0.25); +} +.placeholder-emerald-200\/25:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.25); +} +.placeholder-emerald-200\/25::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.25); +} +.placeholder-emerald-200\/25::placeholder{ + color: rgb(167 243 208 / 0.25); +} +.placeholder-emerald-200\/30::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.3); +} +.placeholder-emerald-200\/30::-moz-placeholder{ + color: rgb(167 243 208 / 0.3); +} +.placeholder-emerald-200\/30:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.3); +} +.placeholder-emerald-200\/30::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.3); +} +.placeholder-emerald-200\/30::placeholder{ + color: rgb(167 243 208 / 0.3); +} +.placeholder-emerald-200\/40::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.4); +} +.placeholder-emerald-200\/40::-moz-placeholder{ + color: rgb(167 243 208 / 0.4); +} +.placeholder-emerald-200\/40:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.4); +} +.placeholder-emerald-200\/40::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.4); +} +.placeholder-emerald-200\/40::placeholder{ + color: rgb(167 243 208 / 0.4); +} +.placeholder-emerald-200\/50::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.5); +} +.placeholder-emerald-200\/50::-moz-placeholder{ + color: rgb(167 243 208 / 0.5); +} +.placeholder-emerald-200\/50:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.5); +} +.placeholder-emerald-200\/50::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.5); +} +.placeholder-emerald-200\/50::placeholder{ + color: rgb(167 243 208 / 0.5); +} +.placeholder-emerald-200\/60::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.6); +} +.placeholder-emerald-200\/60::-moz-placeholder{ + color: rgb(167 243 208 / 0.6); +} +.placeholder-emerald-200\/60:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.6); +} +.placeholder-emerald-200\/60::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.6); +} +.placeholder-emerald-200\/60::placeholder{ + color: rgb(167 243 208 / 0.6); +} +.placeholder-emerald-200\/70::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.7); +} +.placeholder-emerald-200\/70::-moz-placeholder{ + color: rgb(167 243 208 / 0.7); +} +.placeholder-emerald-200\/70:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.7); +} +.placeholder-emerald-200\/70::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.7); +} +.placeholder-emerald-200\/70::placeholder{ + color: rgb(167 243 208 / 0.7); +} +.placeholder-emerald-200\/75::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.75); +} +.placeholder-emerald-200\/75::-moz-placeholder{ + color: rgb(167 243 208 / 0.75); +} +.placeholder-emerald-200\/75:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.75); +} +.placeholder-emerald-200\/75::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.75); +} +.placeholder-emerald-200\/75::placeholder{ + color: rgb(167 243 208 / 0.75); +} +.placeholder-emerald-200\/80::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.8); +} +.placeholder-emerald-200\/80::-moz-placeholder{ + color: rgb(167 243 208 / 0.8); +} +.placeholder-emerald-200\/80:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.8); +} +.placeholder-emerald-200\/80::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.8); +} +.placeholder-emerald-200\/80::placeholder{ + color: rgb(167 243 208 / 0.8); +} +.placeholder-emerald-200\/90::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.9); +} +.placeholder-emerald-200\/90::-moz-placeholder{ + color: rgb(167 243 208 / 0.9); +} +.placeholder-emerald-200\/90:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.9); +} +.placeholder-emerald-200\/90::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.9); +} +.placeholder-emerald-200\/90::placeholder{ + color: rgb(167 243 208 / 0.9); +} +.placeholder-emerald-200\/95::-webkit-input-placeholder{ + color: rgb(167 243 208 / 0.95); +} +.placeholder-emerald-200\/95::-moz-placeholder{ + color: rgb(167 243 208 / 0.95); +} +.placeholder-emerald-200\/95:-ms-input-placeholder{ + color: rgb(167 243 208 / 0.95); +} +.placeholder-emerald-200\/95::-ms-input-placeholder{ + color: rgb(167 243 208 / 0.95); +} +.placeholder-emerald-200\/95::placeholder{ + color: rgb(167 243 208 / 0.95); +} +.placeholder-emerald-200\/100::-webkit-input-placeholder{ + color: rgb(167 243 208 / 1); +} +.placeholder-emerald-200\/100::-moz-placeholder{ + color: rgb(167 243 208 / 1); +} +.placeholder-emerald-200\/100:-ms-input-placeholder{ + color: rgb(167 243 208 / 1); +} +.placeholder-emerald-200\/100::-ms-input-placeholder{ + color: rgb(167 243 208 / 1); +} +.placeholder-emerald-200\/100::placeholder{ + color: rgb(167 243 208 / 1); +} +.placeholder-emerald-300\/0::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0); +} +.placeholder-emerald-300\/0::-moz-placeholder{ + color: rgb(110 231 183 / 0); +} +.placeholder-emerald-300\/0:-ms-input-placeholder{ + color: rgb(110 231 183 / 0); +} +.placeholder-emerald-300\/0::-ms-input-placeholder{ + color: rgb(110 231 183 / 0); +} +.placeholder-emerald-300\/0::placeholder{ + color: rgb(110 231 183 / 0); +} +.placeholder-emerald-300\/5::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.05); +} +.placeholder-emerald-300\/5::-moz-placeholder{ + color: rgb(110 231 183 / 0.05); +} +.placeholder-emerald-300\/5:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.05); +} +.placeholder-emerald-300\/5::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.05); +} +.placeholder-emerald-300\/5::placeholder{ + color: rgb(110 231 183 / 0.05); +} +.placeholder-emerald-300\/10::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.1); +} +.placeholder-emerald-300\/10::-moz-placeholder{ + color: rgb(110 231 183 / 0.1); +} +.placeholder-emerald-300\/10:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.1); +} +.placeholder-emerald-300\/10::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.1); +} +.placeholder-emerald-300\/10::placeholder{ + color: rgb(110 231 183 / 0.1); +} +.placeholder-emerald-300\/20::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.2); +} +.placeholder-emerald-300\/20::-moz-placeholder{ + color: rgb(110 231 183 / 0.2); +} +.placeholder-emerald-300\/20:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.2); +} +.placeholder-emerald-300\/20::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.2); +} +.placeholder-emerald-300\/20::placeholder{ + color: rgb(110 231 183 / 0.2); +} +.placeholder-emerald-300\/25::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.25); +} +.placeholder-emerald-300\/25::-moz-placeholder{ + color: rgb(110 231 183 / 0.25); +} +.placeholder-emerald-300\/25:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.25); +} +.placeholder-emerald-300\/25::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.25); +} +.placeholder-emerald-300\/25::placeholder{ + color: rgb(110 231 183 / 0.25); +} +.placeholder-emerald-300\/30::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.3); +} +.placeholder-emerald-300\/30::-moz-placeholder{ + color: rgb(110 231 183 / 0.3); +} +.placeholder-emerald-300\/30:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.3); +} +.placeholder-emerald-300\/30::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.3); +} +.placeholder-emerald-300\/30::placeholder{ + color: rgb(110 231 183 / 0.3); +} +.placeholder-emerald-300\/40::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.4); +} +.placeholder-emerald-300\/40::-moz-placeholder{ + color: rgb(110 231 183 / 0.4); +} +.placeholder-emerald-300\/40:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.4); +} +.placeholder-emerald-300\/40::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.4); +} +.placeholder-emerald-300\/40::placeholder{ + color: rgb(110 231 183 / 0.4); +} +.placeholder-emerald-300\/50::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.5); +} +.placeholder-emerald-300\/50::-moz-placeholder{ + color: rgb(110 231 183 / 0.5); +} +.placeholder-emerald-300\/50:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.5); +} +.placeholder-emerald-300\/50::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.5); +} +.placeholder-emerald-300\/50::placeholder{ + color: rgb(110 231 183 / 0.5); +} +.placeholder-emerald-300\/60::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.6); +} +.placeholder-emerald-300\/60::-moz-placeholder{ + color: rgb(110 231 183 / 0.6); +} +.placeholder-emerald-300\/60:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.6); +} +.placeholder-emerald-300\/60::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.6); +} +.placeholder-emerald-300\/60::placeholder{ + color: rgb(110 231 183 / 0.6); +} +.placeholder-emerald-300\/70::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.7); +} +.placeholder-emerald-300\/70::-moz-placeholder{ + color: rgb(110 231 183 / 0.7); +} +.placeholder-emerald-300\/70:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.7); +} +.placeholder-emerald-300\/70::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.7); +} +.placeholder-emerald-300\/70::placeholder{ + color: rgb(110 231 183 / 0.7); +} +.placeholder-emerald-300\/75::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.75); +} +.placeholder-emerald-300\/75::-moz-placeholder{ + color: rgb(110 231 183 / 0.75); +} +.placeholder-emerald-300\/75:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.75); +} +.placeholder-emerald-300\/75::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.75); +} +.placeholder-emerald-300\/75::placeholder{ + color: rgb(110 231 183 / 0.75); +} +.placeholder-emerald-300\/80::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.8); +} +.placeholder-emerald-300\/80::-moz-placeholder{ + color: rgb(110 231 183 / 0.8); +} +.placeholder-emerald-300\/80:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.8); +} +.placeholder-emerald-300\/80::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.8); +} +.placeholder-emerald-300\/80::placeholder{ + color: rgb(110 231 183 / 0.8); +} +.placeholder-emerald-300\/90::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.9); +} +.placeholder-emerald-300\/90::-moz-placeholder{ + color: rgb(110 231 183 / 0.9); +} +.placeholder-emerald-300\/90:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.9); +} +.placeholder-emerald-300\/90::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.9); +} +.placeholder-emerald-300\/90::placeholder{ + color: rgb(110 231 183 / 0.9); +} +.placeholder-emerald-300\/95::-webkit-input-placeholder{ + color: rgb(110 231 183 / 0.95); +} +.placeholder-emerald-300\/95::-moz-placeholder{ + color: rgb(110 231 183 / 0.95); +} +.placeholder-emerald-300\/95:-ms-input-placeholder{ + color: rgb(110 231 183 / 0.95); +} +.placeholder-emerald-300\/95::-ms-input-placeholder{ + color: rgb(110 231 183 / 0.95); +} +.placeholder-emerald-300\/95::placeholder{ + color: rgb(110 231 183 / 0.95); +} +.placeholder-emerald-300\/100::-webkit-input-placeholder{ + color: rgb(110 231 183 / 1); +} +.placeholder-emerald-300\/100::-moz-placeholder{ + color: rgb(110 231 183 / 1); +} +.placeholder-emerald-300\/100:-ms-input-placeholder{ + color: rgb(110 231 183 / 1); +} +.placeholder-emerald-300\/100::-ms-input-placeholder{ + color: rgb(110 231 183 / 1); +} +.placeholder-emerald-300\/100::placeholder{ + color: rgb(110 231 183 / 1); +} +.placeholder-emerald-400\/0::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0); +} +.placeholder-emerald-400\/0::-moz-placeholder{ + color: rgb(52 211 153 / 0); +} +.placeholder-emerald-400\/0:-ms-input-placeholder{ + color: rgb(52 211 153 / 0); +} +.placeholder-emerald-400\/0::-ms-input-placeholder{ + color: rgb(52 211 153 / 0); +} +.placeholder-emerald-400\/0::placeholder{ + color: rgb(52 211 153 / 0); +} +.placeholder-emerald-400\/5::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.05); +} +.placeholder-emerald-400\/5::-moz-placeholder{ + color: rgb(52 211 153 / 0.05); +} +.placeholder-emerald-400\/5:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.05); +} +.placeholder-emerald-400\/5::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.05); +} +.placeholder-emerald-400\/5::placeholder{ + color: rgb(52 211 153 / 0.05); +} +.placeholder-emerald-400\/10::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.1); +} +.placeholder-emerald-400\/10::-moz-placeholder{ + color: rgb(52 211 153 / 0.1); +} +.placeholder-emerald-400\/10:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.1); +} +.placeholder-emerald-400\/10::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.1); +} +.placeholder-emerald-400\/10::placeholder{ + color: rgb(52 211 153 / 0.1); +} +.placeholder-emerald-400\/20::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.2); +} +.placeholder-emerald-400\/20::-moz-placeholder{ + color: rgb(52 211 153 / 0.2); +} +.placeholder-emerald-400\/20:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.2); +} +.placeholder-emerald-400\/20::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.2); +} +.placeholder-emerald-400\/20::placeholder{ + color: rgb(52 211 153 / 0.2); +} +.placeholder-emerald-400\/25::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.25); +} +.placeholder-emerald-400\/25::-moz-placeholder{ + color: rgb(52 211 153 / 0.25); +} +.placeholder-emerald-400\/25:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.25); +} +.placeholder-emerald-400\/25::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.25); +} +.placeholder-emerald-400\/25::placeholder{ + color: rgb(52 211 153 / 0.25); +} +.placeholder-emerald-400\/30::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.3); +} +.placeholder-emerald-400\/30::-moz-placeholder{ + color: rgb(52 211 153 / 0.3); +} +.placeholder-emerald-400\/30:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.3); +} +.placeholder-emerald-400\/30::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.3); +} +.placeholder-emerald-400\/30::placeholder{ + color: rgb(52 211 153 / 0.3); +} +.placeholder-emerald-400\/40::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.4); +} +.placeholder-emerald-400\/40::-moz-placeholder{ + color: rgb(52 211 153 / 0.4); +} +.placeholder-emerald-400\/40:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.4); +} +.placeholder-emerald-400\/40::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.4); +} +.placeholder-emerald-400\/40::placeholder{ + color: rgb(52 211 153 / 0.4); +} +.placeholder-emerald-400\/50::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.5); +} +.placeholder-emerald-400\/50::-moz-placeholder{ + color: rgb(52 211 153 / 0.5); +} +.placeholder-emerald-400\/50:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.5); +} +.placeholder-emerald-400\/50::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.5); +} +.placeholder-emerald-400\/50::placeholder{ + color: rgb(52 211 153 / 0.5); +} +.placeholder-emerald-400\/60::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.6); +} +.placeholder-emerald-400\/60::-moz-placeholder{ + color: rgb(52 211 153 / 0.6); +} +.placeholder-emerald-400\/60:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.6); +} +.placeholder-emerald-400\/60::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.6); +} +.placeholder-emerald-400\/60::placeholder{ + color: rgb(52 211 153 / 0.6); +} +.placeholder-emerald-400\/70::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.7); +} +.placeholder-emerald-400\/70::-moz-placeholder{ + color: rgb(52 211 153 / 0.7); +} +.placeholder-emerald-400\/70:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.7); +} +.placeholder-emerald-400\/70::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.7); +} +.placeholder-emerald-400\/70::placeholder{ + color: rgb(52 211 153 / 0.7); +} +.placeholder-emerald-400\/75::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.75); +} +.placeholder-emerald-400\/75::-moz-placeholder{ + color: rgb(52 211 153 / 0.75); +} +.placeholder-emerald-400\/75:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.75); +} +.placeholder-emerald-400\/75::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.75); +} +.placeholder-emerald-400\/75::placeholder{ + color: rgb(52 211 153 / 0.75); +} +.placeholder-emerald-400\/80::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.8); +} +.placeholder-emerald-400\/80::-moz-placeholder{ + color: rgb(52 211 153 / 0.8); +} +.placeholder-emerald-400\/80:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.8); +} +.placeholder-emerald-400\/80::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.8); +} +.placeholder-emerald-400\/80::placeholder{ + color: rgb(52 211 153 / 0.8); +} +.placeholder-emerald-400\/90::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.9); +} +.placeholder-emerald-400\/90::-moz-placeholder{ + color: rgb(52 211 153 / 0.9); +} +.placeholder-emerald-400\/90:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.9); +} +.placeholder-emerald-400\/90::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.9); +} +.placeholder-emerald-400\/90::placeholder{ + color: rgb(52 211 153 / 0.9); +} +.placeholder-emerald-400\/95::-webkit-input-placeholder{ + color: rgb(52 211 153 / 0.95); +} +.placeholder-emerald-400\/95::-moz-placeholder{ + color: rgb(52 211 153 / 0.95); +} +.placeholder-emerald-400\/95:-ms-input-placeholder{ + color: rgb(52 211 153 / 0.95); +} +.placeholder-emerald-400\/95::-ms-input-placeholder{ + color: rgb(52 211 153 / 0.95); +} +.placeholder-emerald-400\/95::placeholder{ + color: rgb(52 211 153 / 0.95); +} +.placeholder-emerald-400\/100::-webkit-input-placeholder{ + color: rgb(52 211 153 / 1); +} +.placeholder-emerald-400\/100::-moz-placeholder{ + color: rgb(52 211 153 / 1); +} +.placeholder-emerald-400\/100:-ms-input-placeholder{ + color: rgb(52 211 153 / 1); +} +.placeholder-emerald-400\/100::-ms-input-placeholder{ + color: rgb(52 211 153 / 1); +} +.placeholder-emerald-400\/100::placeholder{ + color: rgb(52 211 153 / 1); +} +.placeholder-emerald-500\/0::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0); +} +.placeholder-emerald-500\/0::-moz-placeholder{ + color: rgb(16 185 129 / 0); +} +.placeholder-emerald-500\/0:-ms-input-placeholder{ + color: rgb(16 185 129 / 0); +} +.placeholder-emerald-500\/0::-ms-input-placeholder{ + color: rgb(16 185 129 / 0); +} +.placeholder-emerald-500\/0::placeholder{ + color: rgb(16 185 129 / 0); +} +.placeholder-emerald-500\/5::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.05); +} +.placeholder-emerald-500\/5::-moz-placeholder{ + color: rgb(16 185 129 / 0.05); +} +.placeholder-emerald-500\/5:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.05); +} +.placeholder-emerald-500\/5::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.05); +} +.placeholder-emerald-500\/5::placeholder{ + color: rgb(16 185 129 / 0.05); +} +.placeholder-emerald-500\/10::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.1); +} +.placeholder-emerald-500\/10::-moz-placeholder{ + color: rgb(16 185 129 / 0.1); +} +.placeholder-emerald-500\/10:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.1); +} +.placeholder-emerald-500\/10::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.1); +} +.placeholder-emerald-500\/10::placeholder{ + color: rgb(16 185 129 / 0.1); +} +.placeholder-emerald-500\/20::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.2); +} +.placeholder-emerald-500\/20::-moz-placeholder{ + color: rgb(16 185 129 / 0.2); +} +.placeholder-emerald-500\/20:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.2); +} +.placeholder-emerald-500\/20::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.2); +} +.placeholder-emerald-500\/20::placeholder{ + color: rgb(16 185 129 / 0.2); +} +.placeholder-emerald-500\/25::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.25); +} +.placeholder-emerald-500\/25::-moz-placeholder{ + color: rgb(16 185 129 / 0.25); +} +.placeholder-emerald-500\/25:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.25); +} +.placeholder-emerald-500\/25::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.25); +} +.placeholder-emerald-500\/25::placeholder{ + color: rgb(16 185 129 / 0.25); +} +.placeholder-emerald-500\/30::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.3); +} +.placeholder-emerald-500\/30::-moz-placeholder{ + color: rgb(16 185 129 / 0.3); +} +.placeholder-emerald-500\/30:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.3); +} +.placeholder-emerald-500\/30::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.3); +} +.placeholder-emerald-500\/30::placeholder{ + color: rgb(16 185 129 / 0.3); +} +.placeholder-emerald-500\/40::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.4); +} +.placeholder-emerald-500\/40::-moz-placeholder{ + color: rgb(16 185 129 / 0.4); +} +.placeholder-emerald-500\/40:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.4); +} +.placeholder-emerald-500\/40::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.4); +} +.placeholder-emerald-500\/40::placeholder{ + color: rgb(16 185 129 / 0.4); +} +.placeholder-emerald-500\/50::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.5); +} +.placeholder-emerald-500\/50::-moz-placeholder{ + color: rgb(16 185 129 / 0.5); +} +.placeholder-emerald-500\/50:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.5); +} +.placeholder-emerald-500\/50::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.5); +} +.placeholder-emerald-500\/50::placeholder{ + color: rgb(16 185 129 / 0.5); +} +.placeholder-emerald-500\/60::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.6); +} +.placeholder-emerald-500\/60::-moz-placeholder{ + color: rgb(16 185 129 / 0.6); +} +.placeholder-emerald-500\/60:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.6); +} +.placeholder-emerald-500\/60::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.6); +} +.placeholder-emerald-500\/60::placeholder{ + color: rgb(16 185 129 / 0.6); +} +.placeholder-emerald-500\/70::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.7); +} +.placeholder-emerald-500\/70::-moz-placeholder{ + color: rgb(16 185 129 / 0.7); +} +.placeholder-emerald-500\/70:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.7); +} +.placeholder-emerald-500\/70::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.7); +} +.placeholder-emerald-500\/70::placeholder{ + color: rgb(16 185 129 / 0.7); +} +.placeholder-emerald-500\/75::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.75); +} +.placeholder-emerald-500\/75::-moz-placeholder{ + color: rgb(16 185 129 / 0.75); +} +.placeholder-emerald-500\/75:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.75); +} +.placeholder-emerald-500\/75::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.75); +} +.placeholder-emerald-500\/75::placeholder{ + color: rgb(16 185 129 / 0.75); +} +.placeholder-emerald-500\/80::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.8); +} +.placeholder-emerald-500\/80::-moz-placeholder{ + color: rgb(16 185 129 / 0.8); +} +.placeholder-emerald-500\/80:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.8); +} +.placeholder-emerald-500\/80::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.8); +} +.placeholder-emerald-500\/80::placeholder{ + color: rgb(16 185 129 / 0.8); +} +.placeholder-emerald-500\/90::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.9); +} +.placeholder-emerald-500\/90::-moz-placeholder{ + color: rgb(16 185 129 / 0.9); +} +.placeholder-emerald-500\/90:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.9); +} +.placeholder-emerald-500\/90::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.9); +} +.placeholder-emerald-500\/90::placeholder{ + color: rgb(16 185 129 / 0.9); +} +.placeholder-emerald-500\/95::-webkit-input-placeholder{ + color: rgb(16 185 129 / 0.95); +} +.placeholder-emerald-500\/95::-moz-placeholder{ + color: rgb(16 185 129 / 0.95); +} +.placeholder-emerald-500\/95:-ms-input-placeholder{ + color: rgb(16 185 129 / 0.95); +} +.placeholder-emerald-500\/95::-ms-input-placeholder{ + color: rgb(16 185 129 / 0.95); +} +.placeholder-emerald-500\/95::placeholder{ + color: rgb(16 185 129 / 0.95); +} +.placeholder-emerald-500\/100::-webkit-input-placeholder{ + color: rgb(16 185 129 / 1); +} +.placeholder-emerald-500\/100::-moz-placeholder{ + color: rgb(16 185 129 / 1); +} +.placeholder-emerald-500\/100:-ms-input-placeholder{ + color: rgb(16 185 129 / 1); +} +.placeholder-emerald-500\/100::-ms-input-placeholder{ + color: rgb(16 185 129 / 1); +} +.placeholder-emerald-500\/100::placeholder{ + color: rgb(16 185 129 / 1); +} +.placeholder-emerald-600\/0::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0); +} +.placeholder-emerald-600\/0::-moz-placeholder{ + color: rgb(5 150 105 / 0); +} +.placeholder-emerald-600\/0:-ms-input-placeholder{ + color: rgb(5 150 105 / 0); +} +.placeholder-emerald-600\/0::-ms-input-placeholder{ + color: rgb(5 150 105 / 0); +} +.placeholder-emerald-600\/0::placeholder{ + color: rgb(5 150 105 / 0); +} +.placeholder-emerald-600\/5::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.05); +} +.placeholder-emerald-600\/5::-moz-placeholder{ + color: rgb(5 150 105 / 0.05); +} +.placeholder-emerald-600\/5:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.05); +} +.placeholder-emerald-600\/5::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.05); +} +.placeholder-emerald-600\/5::placeholder{ + color: rgb(5 150 105 / 0.05); +} +.placeholder-emerald-600\/10::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.1); +} +.placeholder-emerald-600\/10::-moz-placeholder{ + color: rgb(5 150 105 / 0.1); +} +.placeholder-emerald-600\/10:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.1); +} +.placeholder-emerald-600\/10::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.1); +} +.placeholder-emerald-600\/10::placeholder{ + color: rgb(5 150 105 / 0.1); +} +.placeholder-emerald-600\/20::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.2); +} +.placeholder-emerald-600\/20::-moz-placeholder{ + color: rgb(5 150 105 / 0.2); +} +.placeholder-emerald-600\/20:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.2); +} +.placeholder-emerald-600\/20::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.2); +} +.placeholder-emerald-600\/20::placeholder{ + color: rgb(5 150 105 / 0.2); +} +.placeholder-emerald-600\/25::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.25); +} +.placeholder-emerald-600\/25::-moz-placeholder{ + color: rgb(5 150 105 / 0.25); +} +.placeholder-emerald-600\/25:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.25); +} +.placeholder-emerald-600\/25::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.25); +} +.placeholder-emerald-600\/25::placeholder{ + color: rgb(5 150 105 / 0.25); +} +.placeholder-emerald-600\/30::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.3); +} +.placeholder-emerald-600\/30::-moz-placeholder{ + color: rgb(5 150 105 / 0.3); +} +.placeholder-emerald-600\/30:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.3); +} +.placeholder-emerald-600\/30::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.3); +} +.placeholder-emerald-600\/30::placeholder{ + color: rgb(5 150 105 / 0.3); +} +.placeholder-emerald-600\/40::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.4); +} +.placeholder-emerald-600\/40::-moz-placeholder{ + color: rgb(5 150 105 / 0.4); +} +.placeholder-emerald-600\/40:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.4); +} +.placeholder-emerald-600\/40::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.4); +} +.placeholder-emerald-600\/40::placeholder{ + color: rgb(5 150 105 / 0.4); +} +.placeholder-emerald-600\/50::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.5); +} +.placeholder-emerald-600\/50::-moz-placeholder{ + color: rgb(5 150 105 / 0.5); +} +.placeholder-emerald-600\/50:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.5); +} +.placeholder-emerald-600\/50::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.5); +} +.placeholder-emerald-600\/50::placeholder{ + color: rgb(5 150 105 / 0.5); +} +.placeholder-emerald-600\/60::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.6); +} +.placeholder-emerald-600\/60::-moz-placeholder{ + color: rgb(5 150 105 / 0.6); +} +.placeholder-emerald-600\/60:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.6); +} +.placeholder-emerald-600\/60::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.6); +} +.placeholder-emerald-600\/60::placeholder{ + color: rgb(5 150 105 / 0.6); +} +.placeholder-emerald-600\/70::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.7); +} +.placeholder-emerald-600\/70::-moz-placeholder{ + color: rgb(5 150 105 / 0.7); +} +.placeholder-emerald-600\/70:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.7); +} +.placeholder-emerald-600\/70::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.7); +} +.placeholder-emerald-600\/70::placeholder{ + color: rgb(5 150 105 / 0.7); +} +.placeholder-emerald-600\/75::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.75); +} +.placeholder-emerald-600\/75::-moz-placeholder{ + color: rgb(5 150 105 / 0.75); +} +.placeholder-emerald-600\/75:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.75); +} +.placeholder-emerald-600\/75::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.75); +} +.placeholder-emerald-600\/75::placeholder{ + color: rgb(5 150 105 / 0.75); +} +.placeholder-emerald-600\/80::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.8); +} +.placeholder-emerald-600\/80::-moz-placeholder{ + color: rgb(5 150 105 / 0.8); +} +.placeholder-emerald-600\/80:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.8); +} +.placeholder-emerald-600\/80::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.8); +} +.placeholder-emerald-600\/80::placeholder{ + color: rgb(5 150 105 / 0.8); +} +.placeholder-emerald-600\/90::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.9); +} +.placeholder-emerald-600\/90::-moz-placeholder{ + color: rgb(5 150 105 / 0.9); +} +.placeholder-emerald-600\/90:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.9); +} +.placeholder-emerald-600\/90::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.9); +} +.placeholder-emerald-600\/90::placeholder{ + color: rgb(5 150 105 / 0.9); +} +.placeholder-emerald-600\/95::-webkit-input-placeholder{ + color: rgb(5 150 105 / 0.95); +} +.placeholder-emerald-600\/95::-moz-placeholder{ + color: rgb(5 150 105 / 0.95); +} +.placeholder-emerald-600\/95:-ms-input-placeholder{ + color: rgb(5 150 105 / 0.95); +} +.placeholder-emerald-600\/95::-ms-input-placeholder{ + color: rgb(5 150 105 / 0.95); +} +.placeholder-emerald-600\/95::placeholder{ + color: rgb(5 150 105 / 0.95); +} +.placeholder-emerald-600\/100::-webkit-input-placeholder{ + color: rgb(5 150 105 / 1); +} +.placeholder-emerald-600\/100::-moz-placeholder{ + color: rgb(5 150 105 / 1); +} +.placeholder-emerald-600\/100:-ms-input-placeholder{ + color: rgb(5 150 105 / 1); +} +.placeholder-emerald-600\/100::-ms-input-placeholder{ + color: rgb(5 150 105 / 1); +} +.placeholder-emerald-600\/100::placeholder{ + color: rgb(5 150 105 / 1); +} +.placeholder-emerald-700\/0::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0); +} +.placeholder-emerald-700\/0::-moz-placeholder{ + color: rgb(4 120 87 / 0); +} +.placeholder-emerald-700\/0:-ms-input-placeholder{ + color: rgb(4 120 87 / 0); +} +.placeholder-emerald-700\/0::-ms-input-placeholder{ + color: rgb(4 120 87 / 0); +} +.placeholder-emerald-700\/0::placeholder{ + color: rgb(4 120 87 / 0); +} +.placeholder-emerald-700\/5::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.05); +} +.placeholder-emerald-700\/5::-moz-placeholder{ + color: rgb(4 120 87 / 0.05); +} +.placeholder-emerald-700\/5:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.05); +} +.placeholder-emerald-700\/5::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.05); +} +.placeholder-emerald-700\/5::placeholder{ + color: rgb(4 120 87 / 0.05); +} +.placeholder-emerald-700\/10::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.1); +} +.placeholder-emerald-700\/10::-moz-placeholder{ + color: rgb(4 120 87 / 0.1); +} +.placeholder-emerald-700\/10:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.1); +} +.placeholder-emerald-700\/10::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.1); +} +.placeholder-emerald-700\/10::placeholder{ + color: rgb(4 120 87 / 0.1); +} +.placeholder-emerald-700\/20::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.2); +} +.placeholder-emerald-700\/20::-moz-placeholder{ + color: rgb(4 120 87 / 0.2); +} +.placeholder-emerald-700\/20:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.2); +} +.placeholder-emerald-700\/20::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.2); +} +.placeholder-emerald-700\/20::placeholder{ + color: rgb(4 120 87 / 0.2); +} +.placeholder-emerald-700\/25::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.25); +} +.placeholder-emerald-700\/25::-moz-placeholder{ + color: rgb(4 120 87 / 0.25); +} +.placeholder-emerald-700\/25:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.25); +} +.placeholder-emerald-700\/25::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.25); +} +.placeholder-emerald-700\/25::placeholder{ + color: rgb(4 120 87 / 0.25); +} +.placeholder-emerald-700\/30::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.3); +} +.placeholder-emerald-700\/30::-moz-placeholder{ + color: rgb(4 120 87 / 0.3); +} +.placeholder-emerald-700\/30:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.3); +} +.placeholder-emerald-700\/30::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.3); +} +.placeholder-emerald-700\/30::placeholder{ + color: rgb(4 120 87 / 0.3); +} +.placeholder-emerald-700\/40::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.4); +} +.placeholder-emerald-700\/40::-moz-placeholder{ + color: rgb(4 120 87 / 0.4); +} +.placeholder-emerald-700\/40:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.4); +} +.placeholder-emerald-700\/40::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.4); +} +.placeholder-emerald-700\/40::placeholder{ + color: rgb(4 120 87 / 0.4); +} +.placeholder-emerald-700\/50::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.5); +} +.placeholder-emerald-700\/50::-moz-placeholder{ + color: rgb(4 120 87 / 0.5); +} +.placeholder-emerald-700\/50:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.5); +} +.placeholder-emerald-700\/50::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.5); +} +.placeholder-emerald-700\/50::placeholder{ + color: rgb(4 120 87 / 0.5); +} +.placeholder-emerald-700\/60::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.6); +} +.placeholder-emerald-700\/60::-moz-placeholder{ + color: rgb(4 120 87 / 0.6); +} +.placeholder-emerald-700\/60:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.6); +} +.placeholder-emerald-700\/60::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.6); +} +.placeholder-emerald-700\/60::placeholder{ + color: rgb(4 120 87 / 0.6); +} +.placeholder-emerald-700\/70::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.7); +} +.placeholder-emerald-700\/70::-moz-placeholder{ + color: rgb(4 120 87 / 0.7); +} +.placeholder-emerald-700\/70:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.7); +} +.placeholder-emerald-700\/70::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.7); +} +.placeholder-emerald-700\/70::placeholder{ + color: rgb(4 120 87 / 0.7); +} +.placeholder-emerald-700\/75::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.75); +} +.placeholder-emerald-700\/75::-moz-placeholder{ + color: rgb(4 120 87 / 0.75); +} +.placeholder-emerald-700\/75:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.75); +} +.placeholder-emerald-700\/75::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.75); +} +.placeholder-emerald-700\/75::placeholder{ + color: rgb(4 120 87 / 0.75); +} +.placeholder-emerald-700\/80::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.8); +} +.placeholder-emerald-700\/80::-moz-placeholder{ + color: rgb(4 120 87 / 0.8); +} +.placeholder-emerald-700\/80:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.8); +} +.placeholder-emerald-700\/80::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.8); +} +.placeholder-emerald-700\/80::placeholder{ + color: rgb(4 120 87 / 0.8); +} +.placeholder-emerald-700\/90::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.9); +} +.placeholder-emerald-700\/90::-moz-placeholder{ + color: rgb(4 120 87 / 0.9); +} +.placeholder-emerald-700\/90:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.9); +} +.placeholder-emerald-700\/90::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.9); +} +.placeholder-emerald-700\/90::placeholder{ + color: rgb(4 120 87 / 0.9); +} +.placeholder-emerald-700\/95::-webkit-input-placeholder{ + color: rgb(4 120 87 / 0.95); +} +.placeholder-emerald-700\/95::-moz-placeholder{ + color: rgb(4 120 87 / 0.95); +} +.placeholder-emerald-700\/95:-ms-input-placeholder{ + color: rgb(4 120 87 / 0.95); +} +.placeholder-emerald-700\/95::-ms-input-placeholder{ + color: rgb(4 120 87 / 0.95); +} +.placeholder-emerald-700\/95::placeholder{ + color: rgb(4 120 87 / 0.95); +} +.placeholder-emerald-700\/100::-webkit-input-placeholder{ + color: rgb(4 120 87 / 1); +} +.placeholder-emerald-700\/100::-moz-placeholder{ + color: rgb(4 120 87 / 1); +} +.placeholder-emerald-700\/100:-ms-input-placeholder{ + color: rgb(4 120 87 / 1); +} +.placeholder-emerald-700\/100::-ms-input-placeholder{ + color: rgb(4 120 87 / 1); +} +.placeholder-emerald-700\/100::placeholder{ + color: rgb(4 120 87 / 1); +} +.placeholder-emerald-800\/0::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0); +} +.placeholder-emerald-800\/0::-moz-placeholder{ + color: rgb(6 95 70 / 0); +} +.placeholder-emerald-800\/0:-ms-input-placeholder{ + color: rgb(6 95 70 / 0); +} +.placeholder-emerald-800\/0::-ms-input-placeholder{ + color: rgb(6 95 70 / 0); +} +.placeholder-emerald-800\/0::placeholder{ + color: rgb(6 95 70 / 0); +} +.placeholder-emerald-800\/5::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.05); +} +.placeholder-emerald-800\/5::-moz-placeholder{ + color: rgb(6 95 70 / 0.05); +} +.placeholder-emerald-800\/5:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.05); +} +.placeholder-emerald-800\/5::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.05); +} +.placeholder-emerald-800\/5::placeholder{ + color: rgb(6 95 70 / 0.05); +} +.placeholder-emerald-800\/10::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.1); +} +.placeholder-emerald-800\/10::-moz-placeholder{ + color: rgb(6 95 70 / 0.1); +} +.placeholder-emerald-800\/10:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.1); +} +.placeholder-emerald-800\/10::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.1); +} +.placeholder-emerald-800\/10::placeholder{ + color: rgb(6 95 70 / 0.1); +} +.placeholder-emerald-800\/20::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.2); +} +.placeholder-emerald-800\/20::-moz-placeholder{ + color: rgb(6 95 70 / 0.2); +} +.placeholder-emerald-800\/20:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.2); +} +.placeholder-emerald-800\/20::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.2); +} +.placeholder-emerald-800\/20::placeholder{ + color: rgb(6 95 70 / 0.2); +} +.placeholder-emerald-800\/25::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.25); +} +.placeholder-emerald-800\/25::-moz-placeholder{ + color: rgb(6 95 70 / 0.25); +} +.placeholder-emerald-800\/25:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.25); +} +.placeholder-emerald-800\/25::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.25); +} +.placeholder-emerald-800\/25::placeholder{ + color: rgb(6 95 70 / 0.25); +} +.placeholder-emerald-800\/30::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.3); +} +.placeholder-emerald-800\/30::-moz-placeholder{ + color: rgb(6 95 70 / 0.3); +} +.placeholder-emerald-800\/30:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.3); +} +.placeholder-emerald-800\/30::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.3); +} +.placeholder-emerald-800\/30::placeholder{ + color: rgb(6 95 70 / 0.3); +} +.placeholder-emerald-800\/40::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.4); +} +.placeholder-emerald-800\/40::-moz-placeholder{ + color: rgb(6 95 70 / 0.4); +} +.placeholder-emerald-800\/40:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.4); +} +.placeholder-emerald-800\/40::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.4); +} +.placeholder-emerald-800\/40::placeholder{ + color: rgb(6 95 70 / 0.4); +} +.placeholder-emerald-800\/50::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.5); +} +.placeholder-emerald-800\/50::-moz-placeholder{ + color: rgb(6 95 70 / 0.5); +} +.placeholder-emerald-800\/50:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.5); +} +.placeholder-emerald-800\/50::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.5); +} +.placeholder-emerald-800\/50::placeholder{ + color: rgb(6 95 70 / 0.5); +} +.placeholder-emerald-800\/60::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.6); +} +.placeholder-emerald-800\/60::-moz-placeholder{ + color: rgb(6 95 70 / 0.6); +} +.placeholder-emerald-800\/60:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.6); +} +.placeholder-emerald-800\/60::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.6); +} +.placeholder-emerald-800\/60::placeholder{ + color: rgb(6 95 70 / 0.6); +} +.placeholder-emerald-800\/70::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.7); +} +.placeholder-emerald-800\/70::-moz-placeholder{ + color: rgb(6 95 70 / 0.7); +} +.placeholder-emerald-800\/70:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.7); +} +.placeholder-emerald-800\/70::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.7); +} +.placeholder-emerald-800\/70::placeholder{ + color: rgb(6 95 70 / 0.7); +} +.placeholder-emerald-800\/75::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.75); +} +.placeholder-emerald-800\/75::-moz-placeholder{ + color: rgb(6 95 70 / 0.75); +} +.placeholder-emerald-800\/75:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.75); +} +.placeholder-emerald-800\/75::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.75); +} +.placeholder-emerald-800\/75::placeholder{ + color: rgb(6 95 70 / 0.75); +} +.placeholder-emerald-800\/80::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.8); +} +.placeholder-emerald-800\/80::-moz-placeholder{ + color: rgb(6 95 70 / 0.8); +} +.placeholder-emerald-800\/80:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.8); +} +.placeholder-emerald-800\/80::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.8); +} +.placeholder-emerald-800\/80::placeholder{ + color: rgb(6 95 70 / 0.8); +} +.placeholder-emerald-800\/90::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.9); +} +.placeholder-emerald-800\/90::-moz-placeholder{ + color: rgb(6 95 70 / 0.9); +} +.placeholder-emerald-800\/90:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.9); +} +.placeholder-emerald-800\/90::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.9); +} +.placeholder-emerald-800\/90::placeholder{ + color: rgb(6 95 70 / 0.9); +} +.placeholder-emerald-800\/95::-webkit-input-placeholder{ + color: rgb(6 95 70 / 0.95); +} +.placeholder-emerald-800\/95::-moz-placeholder{ + color: rgb(6 95 70 / 0.95); +} +.placeholder-emerald-800\/95:-ms-input-placeholder{ + color: rgb(6 95 70 / 0.95); +} +.placeholder-emerald-800\/95::-ms-input-placeholder{ + color: rgb(6 95 70 / 0.95); +} +.placeholder-emerald-800\/95::placeholder{ + color: rgb(6 95 70 / 0.95); +} +.placeholder-emerald-800\/100::-webkit-input-placeholder{ + color: rgb(6 95 70 / 1); +} +.placeholder-emerald-800\/100::-moz-placeholder{ + color: rgb(6 95 70 / 1); +} +.placeholder-emerald-800\/100:-ms-input-placeholder{ + color: rgb(6 95 70 / 1); +} +.placeholder-emerald-800\/100::-ms-input-placeholder{ + color: rgb(6 95 70 / 1); +} +.placeholder-emerald-800\/100::placeholder{ + color: rgb(6 95 70 / 1); +} +.placeholder-emerald-900\/0::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0); +} +.placeholder-emerald-900\/0::-moz-placeholder{ + color: rgb(6 78 59 / 0); +} +.placeholder-emerald-900\/0:-ms-input-placeholder{ + color: rgb(6 78 59 / 0); +} +.placeholder-emerald-900\/0::-ms-input-placeholder{ + color: rgb(6 78 59 / 0); +} +.placeholder-emerald-900\/0::placeholder{ + color: rgb(6 78 59 / 0); +} +.placeholder-emerald-900\/5::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.05); +} +.placeholder-emerald-900\/5::-moz-placeholder{ + color: rgb(6 78 59 / 0.05); +} +.placeholder-emerald-900\/5:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.05); +} +.placeholder-emerald-900\/5::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.05); +} +.placeholder-emerald-900\/5::placeholder{ + color: rgb(6 78 59 / 0.05); +} +.placeholder-emerald-900\/10::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.1); +} +.placeholder-emerald-900\/10::-moz-placeholder{ + color: rgb(6 78 59 / 0.1); +} +.placeholder-emerald-900\/10:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.1); +} +.placeholder-emerald-900\/10::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.1); +} +.placeholder-emerald-900\/10::placeholder{ + color: rgb(6 78 59 / 0.1); +} +.placeholder-emerald-900\/20::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.2); +} +.placeholder-emerald-900\/20::-moz-placeholder{ + color: rgb(6 78 59 / 0.2); +} +.placeholder-emerald-900\/20:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.2); +} +.placeholder-emerald-900\/20::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.2); +} +.placeholder-emerald-900\/20::placeholder{ + color: rgb(6 78 59 / 0.2); +} +.placeholder-emerald-900\/25::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.25); +} +.placeholder-emerald-900\/25::-moz-placeholder{ + color: rgb(6 78 59 / 0.25); +} +.placeholder-emerald-900\/25:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.25); +} +.placeholder-emerald-900\/25::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.25); +} +.placeholder-emerald-900\/25::placeholder{ + color: rgb(6 78 59 / 0.25); +} +.placeholder-emerald-900\/30::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.3); +} +.placeholder-emerald-900\/30::-moz-placeholder{ + color: rgb(6 78 59 / 0.3); +} +.placeholder-emerald-900\/30:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.3); +} +.placeholder-emerald-900\/30::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.3); +} +.placeholder-emerald-900\/30::placeholder{ + color: rgb(6 78 59 / 0.3); +} +.placeholder-emerald-900\/40::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.4); +} +.placeholder-emerald-900\/40::-moz-placeholder{ + color: rgb(6 78 59 / 0.4); +} +.placeholder-emerald-900\/40:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.4); +} +.placeholder-emerald-900\/40::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.4); +} +.placeholder-emerald-900\/40::placeholder{ + color: rgb(6 78 59 / 0.4); +} +.placeholder-emerald-900\/50::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.5); +} +.placeholder-emerald-900\/50::-moz-placeholder{ + color: rgb(6 78 59 / 0.5); +} +.placeholder-emerald-900\/50:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.5); +} +.placeholder-emerald-900\/50::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.5); +} +.placeholder-emerald-900\/50::placeholder{ + color: rgb(6 78 59 / 0.5); +} +.placeholder-emerald-900\/60::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.6); +} +.placeholder-emerald-900\/60::-moz-placeholder{ + color: rgb(6 78 59 / 0.6); +} +.placeholder-emerald-900\/60:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.6); +} +.placeholder-emerald-900\/60::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.6); +} +.placeholder-emerald-900\/60::placeholder{ + color: rgb(6 78 59 / 0.6); +} +.placeholder-emerald-900\/70::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.7); +} +.placeholder-emerald-900\/70::-moz-placeholder{ + color: rgb(6 78 59 / 0.7); +} +.placeholder-emerald-900\/70:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.7); +} +.placeholder-emerald-900\/70::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.7); +} +.placeholder-emerald-900\/70::placeholder{ + color: rgb(6 78 59 / 0.7); +} +.placeholder-emerald-900\/75::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.75); +} +.placeholder-emerald-900\/75::-moz-placeholder{ + color: rgb(6 78 59 / 0.75); +} +.placeholder-emerald-900\/75:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.75); +} +.placeholder-emerald-900\/75::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.75); +} +.placeholder-emerald-900\/75::placeholder{ + color: rgb(6 78 59 / 0.75); +} +.placeholder-emerald-900\/80::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.8); +} +.placeholder-emerald-900\/80::-moz-placeholder{ + color: rgb(6 78 59 / 0.8); +} +.placeholder-emerald-900\/80:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.8); +} +.placeholder-emerald-900\/80::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.8); +} +.placeholder-emerald-900\/80::placeholder{ + color: rgb(6 78 59 / 0.8); +} +.placeholder-emerald-900\/90::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.9); +} +.placeholder-emerald-900\/90::-moz-placeholder{ + color: rgb(6 78 59 / 0.9); +} +.placeholder-emerald-900\/90:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.9); +} +.placeholder-emerald-900\/90::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.9); +} +.placeholder-emerald-900\/90::placeholder{ + color: rgb(6 78 59 / 0.9); +} +.placeholder-emerald-900\/95::-webkit-input-placeholder{ + color: rgb(6 78 59 / 0.95); +} +.placeholder-emerald-900\/95::-moz-placeholder{ + color: rgb(6 78 59 / 0.95); +} +.placeholder-emerald-900\/95:-ms-input-placeholder{ + color: rgb(6 78 59 / 0.95); +} +.placeholder-emerald-900\/95::-ms-input-placeholder{ + color: rgb(6 78 59 / 0.95); +} +.placeholder-emerald-900\/95::placeholder{ + color: rgb(6 78 59 / 0.95); +} +.placeholder-emerald-900\/100::-webkit-input-placeholder{ + color: rgb(6 78 59 / 1); +} +.placeholder-emerald-900\/100::-moz-placeholder{ + color: rgb(6 78 59 / 1); +} +.placeholder-emerald-900\/100:-ms-input-placeholder{ + color: rgb(6 78 59 / 1); +} +.placeholder-emerald-900\/100::-ms-input-placeholder{ + color: rgb(6 78 59 / 1); +} +.placeholder-emerald-900\/100::placeholder{ + color: rgb(6 78 59 / 1); +} +.placeholder-teal-50\/0::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0); +} +.placeholder-teal-50\/0::-moz-placeholder{ + color: rgb(237 250 250 / 0); +} +.placeholder-teal-50\/0:-ms-input-placeholder{ + color: rgb(237 250 250 / 0); +} +.placeholder-teal-50\/0::-ms-input-placeholder{ + color: rgb(237 250 250 / 0); +} +.placeholder-teal-50\/0::placeholder{ + color: rgb(237 250 250 / 0); +} +.placeholder-teal-50\/5::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.05); +} +.placeholder-teal-50\/5::-moz-placeholder{ + color: rgb(237 250 250 / 0.05); +} +.placeholder-teal-50\/5:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.05); +} +.placeholder-teal-50\/5::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.05); +} +.placeholder-teal-50\/5::placeholder{ + color: rgb(237 250 250 / 0.05); +} +.placeholder-teal-50\/10::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.1); +} +.placeholder-teal-50\/10::-moz-placeholder{ + color: rgb(237 250 250 / 0.1); +} +.placeholder-teal-50\/10:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.1); +} +.placeholder-teal-50\/10::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.1); +} +.placeholder-teal-50\/10::placeholder{ + color: rgb(237 250 250 / 0.1); +} +.placeholder-teal-50\/20::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.2); +} +.placeholder-teal-50\/20::-moz-placeholder{ + color: rgb(237 250 250 / 0.2); +} +.placeholder-teal-50\/20:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.2); +} +.placeholder-teal-50\/20::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.2); +} +.placeholder-teal-50\/20::placeholder{ + color: rgb(237 250 250 / 0.2); +} +.placeholder-teal-50\/25::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.25); +} +.placeholder-teal-50\/25::-moz-placeholder{ + color: rgb(237 250 250 / 0.25); +} +.placeholder-teal-50\/25:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.25); +} +.placeholder-teal-50\/25::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.25); +} +.placeholder-teal-50\/25::placeholder{ + color: rgb(237 250 250 / 0.25); +} +.placeholder-teal-50\/30::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.3); +} +.placeholder-teal-50\/30::-moz-placeholder{ + color: rgb(237 250 250 / 0.3); +} +.placeholder-teal-50\/30:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.3); +} +.placeholder-teal-50\/30::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.3); +} +.placeholder-teal-50\/30::placeholder{ + color: rgb(237 250 250 / 0.3); +} +.placeholder-teal-50\/40::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.4); +} +.placeholder-teal-50\/40::-moz-placeholder{ + color: rgb(237 250 250 / 0.4); +} +.placeholder-teal-50\/40:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.4); +} +.placeholder-teal-50\/40::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.4); +} +.placeholder-teal-50\/40::placeholder{ + color: rgb(237 250 250 / 0.4); +} +.placeholder-teal-50\/50::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.5); +} +.placeholder-teal-50\/50::-moz-placeholder{ + color: rgb(237 250 250 / 0.5); +} +.placeholder-teal-50\/50:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.5); +} +.placeholder-teal-50\/50::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.5); +} +.placeholder-teal-50\/50::placeholder{ + color: rgb(237 250 250 / 0.5); +} +.placeholder-teal-50\/60::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.6); +} +.placeholder-teal-50\/60::-moz-placeholder{ + color: rgb(237 250 250 / 0.6); +} +.placeholder-teal-50\/60:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.6); +} +.placeholder-teal-50\/60::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.6); +} +.placeholder-teal-50\/60::placeholder{ + color: rgb(237 250 250 / 0.6); +} +.placeholder-teal-50\/70::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.7); +} +.placeholder-teal-50\/70::-moz-placeholder{ + color: rgb(237 250 250 / 0.7); +} +.placeholder-teal-50\/70:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.7); +} +.placeholder-teal-50\/70::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.7); +} +.placeholder-teal-50\/70::placeholder{ + color: rgb(237 250 250 / 0.7); +} +.placeholder-teal-50\/75::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.75); +} +.placeholder-teal-50\/75::-moz-placeholder{ + color: rgb(237 250 250 / 0.75); +} +.placeholder-teal-50\/75:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.75); +} +.placeholder-teal-50\/75::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.75); +} +.placeholder-teal-50\/75::placeholder{ + color: rgb(237 250 250 / 0.75); +} +.placeholder-teal-50\/80::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.8); +} +.placeholder-teal-50\/80::-moz-placeholder{ + color: rgb(237 250 250 / 0.8); +} +.placeholder-teal-50\/80:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.8); +} +.placeholder-teal-50\/80::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.8); +} +.placeholder-teal-50\/80::placeholder{ + color: rgb(237 250 250 / 0.8); +} +.placeholder-teal-50\/90::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.9); +} +.placeholder-teal-50\/90::-moz-placeholder{ + color: rgb(237 250 250 / 0.9); +} +.placeholder-teal-50\/90:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.9); +} +.placeholder-teal-50\/90::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.9); +} +.placeholder-teal-50\/90::placeholder{ + color: rgb(237 250 250 / 0.9); +} +.placeholder-teal-50\/95::-webkit-input-placeholder{ + color: rgb(237 250 250 / 0.95); +} +.placeholder-teal-50\/95::-moz-placeholder{ + color: rgb(237 250 250 / 0.95); +} +.placeholder-teal-50\/95:-ms-input-placeholder{ + color: rgb(237 250 250 / 0.95); +} +.placeholder-teal-50\/95::-ms-input-placeholder{ + color: rgb(237 250 250 / 0.95); +} +.placeholder-teal-50\/95::placeholder{ + color: rgb(237 250 250 / 0.95); +} +.placeholder-teal-50\/100::-webkit-input-placeholder{ + color: rgb(237 250 250 / 1); +} +.placeholder-teal-50\/100::-moz-placeholder{ + color: rgb(237 250 250 / 1); +} +.placeholder-teal-50\/100:-ms-input-placeholder{ + color: rgb(237 250 250 / 1); +} +.placeholder-teal-50\/100::-ms-input-placeholder{ + color: rgb(237 250 250 / 1); +} +.placeholder-teal-50\/100::placeholder{ + color: rgb(237 250 250 / 1); +} +.placeholder-teal-100\/0::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0); +} +.placeholder-teal-100\/0::-moz-placeholder{ + color: rgb(213 245 246 / 0); +} +.placeholder-teal-100\/0:-ms-input-placeholder{ + color: rgb(213 245 246 / 0); +} +.placeholder-teal-100\/0::-ms-input-placeholder{ + color: rgb(213 245 246 / 0); +} +.placeholder-teal-100\/0::placeholder{ + color: rgb(213 245 246 / 0); +} +.placeholder-teal-100\/5::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.05); +} +.placeholder-teal-100\/5::-moz-placeholder{ + color: rgb(213 245 246 / 0.05); +} +.placeholder-teal-100\/5:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.05); +} +.placeholder-teal-100\/5::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.05); +} +.placeholder-teal-100\/5::placeholder{ + color: rgb(213 245 246 / 0.05); +} +.placeholder-teal-100\/10::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.1); +} +.placeholder-teal-100\/10::-moz-placeholder{ + color: rgb(213 245 246 / 0.1); +} +.placeholder-teal-100\/10:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.1); +} +.placeholder-teal-100\/10::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.1); +} +.placeholder-teal-100\/10::placeholder{ + color: rgb(213 245 246 / 0.1); +} +.placeholder-teal-100\/20::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.2); +} +.placeholder-teal-100\/20::-moz-placeholder{ + color: rgb(213 245 246 / 0.2); +} +.placeholder-teal-100\/20:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.2); +} +.placeholder-teal-100\/20::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.2); +} +.placeholder-teal-100\/20::placeholder{ + color: rgb(213 245 246 / 0.2); +} +.placeholder-teal-100\/25::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.25); +} +.placeholder-teal-100\/25::-moz-placeholder{ + color: rgb(213 245 246 / 0.25); +} +.placeholder-teal-100\/25:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.25); +} +.placeholder-teal-100\/25::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.25); +} +.placeholder-teal-100\/25::placeholder{ + color: rgb(213 245 246 / 0.25); +} +.placeholder-teal-100\/30::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.3); +} +.placeholder-teal-100\/30::-moz-placeholder{ + color: rgb(213 245 246 / 0.3); +} +.placeholder-teal-100\/30:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.3); +} +.placeholder-teal-100\/30::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.3); +} +.placeholder-teal-100\/30::placeholder{ + color: rgb(213 245 246 / 0.3); +} +.placeholder-teal-100\/40::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.4); +} +.placeholder-teal-100\/40::-moz-placeholder{ + color: rgb(213 245 246 / 0.4); +} +.placeholder-teal-100\/40:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.4); +} +.placeholder-teal-100\/40::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.4); +} +.placeholder-teal-100\/40::placeholder{ + color: rgb(213 245 246 / 0.4); +} +.placeholder-teal-100\/50::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.5); +} +.placeholder-teal-100\/50::-moz-placeholder{ + color: rgb(213 245 246 / 0.5); +} +.placeholder-teal-100\/50:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.5); +} +.placeholder-teal-100\/50::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.5); +} +.placeholder-teal-100\/50::placeholder{ + color: rgb(213 245 246 / 0.5); +} +.placeholder-teal-100\/60::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.6); +} +.placeholder-teal-100\/60::-moz-placeholder{ + color: rgb(213 245 246 / 0.6); +} +.placeholder-teal-100\/60:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.6); +} +.placeholder-teal-100\/60::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.6); +} +.placeholder-teal-100\/60::placeholder{ + color: rgb(213 245 246 / 0.6); +} +.placeholder-teal-100\/70::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.7); +} +.placeholder-teal-100\/70::-moz-placeholder{ + color: rgb(213 245 246 / 0.7); +} +.placeholder-teal-100\/70:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.7); +} +.placeholder-teal-100\/70::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.7); +} +.placeholder-teal-100\/70::placeholder{ + color: rgb(213 245 246 / 0.7); +} +.placeholder-teal-100\/75::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.75); +} +.placeholder-teal-100\/75::-moz-placeholder{ + color: rgb(213 245 246 / 0.75); +} +.placeholder-teal-100\/75:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.75); +} +.placeholder-teal-100\/75::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.75); +} +.placeholder-teal-100\/75::placeholder{ + color: rgb(213 245 246 / 0.75); +} +.placeholder-teal-100\/80::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.8); +} +.placeholder-teal-100\/80::-moz-placeholder{ + color: rgb(213 245 246 / 0.8); +} +.placeholder-teal-100\/80:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.8); +} +.placeholder-teal-100\/80::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.8); +} +.placeholder-teal-100\/80::placeholder{ + color: rgb(213 245 246 / 0.8); +} +.placeholder-teal-100\/90::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.9); +} +.placeholder-teal-100\/90::-moz-placeholder{ + color: rgb(213 245 246 / 0.9); +} +.placeholder-teal-100\/90:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.9); +} +.placeholder-teal-100\/90::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.9); +} +.placeholder-teal-100\/90::placeholder{ + color: rgb(213 245 246 / 0.9); +} +.placeholder-teal-100\/95::-webkit-input-placeholder{ + color: rgb(213 245 246 / 0.95); +} +.placeholder-teal-100\/95::-moz-placeholder{ + color: rgb(213 245 246 / 0.95); +} +.placeholder-teal-100\/95:-ms-input-placeholder{ + color: rgb(213 245 246 / 0.95); +} +.placeholder-teal-100\/95::-ms-input-placeholder{ + color: rgb(213 245 246 / 0.95); +} +.placeholder-teal-100\/95::placeholder{ + color: rgb(213 245 246 / 0.95); +} +.placeholder-teal-100\/100::-webkit-input-placeholder{ + color: rgb(213 245 246 / 1); +} +.placeholder-teal-100\/100::-moz-placeholder{ + color: rgb(213 245 246 / 1); +} +.placeholder-teal-100\/100:-ms-input-placeholder{ + color: rgb(213 245 246 / 1); +} +.placeholder-teal-100\/100::-ms-input-placeholder{ + color: rgb(213 245 246 / 1); +} +.placeholder-teal-100\/100::placeholder{ + color: rgb(213 245 246 / 1); +} +.placeholder-teal-200\/0::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0); +} +.placeholder-teal-200\/0::-moz-placeholder{ + color: rgb(175 236 239 / 0); +} +.placeholder-teal-200\/0:-ms-input-placeholder{ + color: rgb(175 236 239 / 0); +} +.placeholder-teal-200\/0::-ms-input-placeholder{ + color: rgb(175 236 239 / 0); +} +.placeholder-teal-200\/0::placeholder{ + color: rgb(175 236 239 / 0); +} +.placeholder-teal-200\/5::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.05); +} +.placeholder-teal-200\/5::-moz-placeholder{ + color: rgb(175 236 239 / 0.05); +} +.placeholder-teal-200\/5:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.05); +} +.placeholder-teal-200\/5::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.05); +} +.placeholder-teal-200\/5::placeholder{ + color: rgb(175 236 239 / 0.05); +} +.placeholder-teal-200\/10::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.1); +} +.placeholder-teal-200\/10::-moz-placeholder{ + color: rgb(175 236 239 / 0.1); +} +.placeholder-teal-200\/10:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.1); +} +.placeholder-teal-200\/10::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.1); +} +.placeholder-teal-200\/10::placeholder{ + color: rgb(175 236 239 / 0.1); +} +.placeholder-teal-200\/20::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.2); +} +.placeholder-teal-200\/20::-moz-placeholder{ + color: rgb(175 236 239 / 0.2); +} +.placeholder-teal-200\/20:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.2); +} +.placeholder-teal-200\/20::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.2); +} +.placeholder-teal-200\/20::placeholder{ + color: rgb(175 236 239 / 0.2); +} +.placeholder-teal-200\/25::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.25); +} +.placeholder-teal-200\/25::-moz-placeholder{ + color: rgb(175 236 239 / 0.25); +} +.placeholder-teal-200\/25:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.25); +} +.placeholder-teal-200\/25::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.25); +} +.placeholder-teal-200\/25::placeholder{ + color: rgb(175 236 239 / 0.25); +} +.placeholder-teal-200\/30::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.3); +} +.placeholder-teal-200\/30::-moz-placeholder{ + color: rgb(175 236 239 / 0.3); +} +.placeholder-teal-200\/30:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.3); +} +.placeholder-teal-200\/30::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.3); +} +.placeholder-teal-200\/30::placeholder{ + color: rgb(175 236 239 / 0.3); +} +.placeholder-teal-200\/40::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.4); +} +.placeholder-teal-200\/40::-moz-placeholder{ + color: rgb(175 236 239 / 0.4); +} +.placeholder-teal-200\/40:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.4); +} +.placeholder-teal-200\/40::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.4); +} +.placeholder-teal-200\/40::placeholder{ + color: rgb(175 236 239 / 0.4); +} +.placeholder-teal-200\/50::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.5); +} +.placeholder-teal-200\/50::-moz-placeholder{ + color: rgb(175 236 239 / 0.5); +} +.placeholder-teal-200\/50:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.5); +} +.placeholder-teal-200\/50::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.5); +} +.placeholder-teal-200\/50::placeholder{ + color: rgb(175 236 239 / 0.5); +} +.placeholder-teal-200\/60::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.6); +} +.placeholder-teal-200\/60::-moz-placeholder{ + color: rgb(175 236 239 / 0.6); +} +.placeholder-teal-200\/60:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.6); +} +.placeholder-teal-200\/60::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.6); +} +.placeholder-teal-200\/60::placeholder{ + color: rgb(175 236 239 / 0.6); +} +.placeholder-teal-200\/70::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.7); +} +.placeholder-teal-200\/70::-moz-placeholder{ + color: rgb(175 236 239 / 0.7); +} +.placeholder-teal-200\/70:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.7); +} +.placeholder-teal-200\/70::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.7); +} +.placeholder-teal-200\/70::placeholder{ + color: rgb(175 236 239 / 0.7); +} +.placeholder-teal-200\/75::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.75); +} +.placeholder-teal-200\/75::-moz-placeholder{ + color: rgb(175 236 239 / 0.75); +} +.placeholder-teal-200\/75:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.75); +} +.placeholder-teal-200\/75::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.75); +} +.placeholder-teal-200\/75::placeholder{ + color: rgb(175 236 239 / 0.75); +} +.placeholder-teal-200\/80::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.8); +} +.placeholder-teal-200\/80::-moz-placeholder{ + color: rgb(175 236 239 / 0.8); +} +.placeholder-teal-200\/80:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.8); +} +.placeholder-teal-200\/80::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.8); +} +.placeholder-teal-200\/80::placeholder{ + color: rgb(175 236 239 / 0.8); +} +.placeholder-teal-200\/90::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.9); +} +.placeholder-teal-200\/90::-moz-placeholder{ + color: rgb(175 236 239 / 0.9); +} +.placeholder-teal-200\/90:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.9); +} +.placeholder-teal-200\/90::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.9); +} +.placeholder-teal-200\/90::placeholder{ + color: rgb(175 236 239 / 0.9); +} +.placeholder-teal-200\/95::-webkit-input-placeholder{ + color: rgb(175 236 239 / 0.95); +} +.placeholder-teal-200\/95::-moz-placeholder{ + color: rgb(175 236 239 / 0.95); +} +.placeholder-teal-200\/95:-ms-input-placeholder{ + color: rgb(175 236 239 / 0.95); +} +.placeholder-teal-200\/95::-ms-input-placeholder{ + color: rgb(175 236 239 / 0.95); +} +.placeholder-teal-200\/95::placeholder{ + color: rgb(175 236 239 / 0.95); +} +.placeholder-teal-200\/100::-webkit-input-placeholder{ + color: rgb(175 236 239 / 1); +} +.placeholder-teal-200\/100::-moz-placeholder{ + color: rgb(175 236 239 / 1); +} +.placeholder-teal-200\/100:-ms-input-placeholder{ + color: rgb(175 236 239 / 1); +} +.placeholder-teal-200\/100::-ms-input-placeholder{ + color: rgb(175 236 239 / 1); +} +.placeholder-teal-200\/100::placeholder{ + color: rgb(175 236 239 / 1); +} +.placeholder-teal-300\/0::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0); +} +.placeholder-teal-300\/0::-moz-placeholder{ + color: rgb(126 220 226 / 0); +} +.placeholder-teal-300\/0:-ms-input-placeholder{ + color: rgb(126 220 226 / 0); +} +.placeholder-teal-300\/0::-ms-input-placeholder{ + color: rgb(126 220 226 / 0); +} +.placeholder-teal-300\/0::placeholder{ + color: rgb(126 220 226 / 0); +} +.placeholder-teal-300\/5::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.05); +} +.placeholder-teal-300\/5::-moz-placeholder{ + color: rgb(126 220 226 / 0.05); +} +.placeholder-teal-300\/5:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.05); +} +.placeholder-teal-300\/5::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.05); +} +.placeholder-teal-300\/5::placeholder{ + color: rgb(126 220 226 / 0.05); +} +.placeholder-teal-300\/10::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.1); +} +.placeholder-teal-300\/10::-moz-placeholder{ + color: rgb(126 220 226 / 0.1); +} +.placeholder-teal-300\/10:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.1); +} +.placeholder-teal-300\/10::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.1); +} +.placeholder-teal-300\/10::placeholder{ + color: rgb(126 220 226 / 0.1); +} +.placeholder-teal-300\/20::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.2); +} +.placeholder-teal-300\/20::-moz-placeholder{ + color: rgb(126 220 226 / 0.2); +} +.placeholder-teal-300\/20:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.2); +} +.placeholder-teal-300\/20::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.2); +} +.placeholder-teal-300\/20::placeholder{ + color: rgb(126 220 226 / 0.2); +} +.placeholder-teal-300\/25::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.25); +} +.placeholder-teal-300\/25::-moz-placeholder{ + color: rgb(126 220 226 / 0.25); +} +.placeholder-teal-300\/25:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.25); +} +.placeholder-teal-300\/25::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.25); +} +.placeholder-teal-300\/25::placeholder{ + color: rgb(126 220 226 / 0.25); +} +.placeholder-teal-300\/30::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.3); +} +.placeholder-teal-300\/30::-moz-placeholder{ + color: rgb(126 220 226 / 0.3); +} +.placeholder-teal-300\/30:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.3); +} +.placeholder-teal-300\/30::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.3); +} +.placeholder-teal-300\/30::placeholder{ + color: rgb(126 220 226 / 0.3); +} +.placeholder-teal-300\/40::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.4); +} +.placeholder-teal-300\/40::-moz-placeholder{ + color: rgb(126 220 226 / 0.4); +} +.placeholder-teal-300\/40:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.4); +} +.placeholder-teal-300\/40::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.4); +} +.placeholder-teal-300\/40::placeholder{ + color: rgb(126 220 226 / 0.4); +} +.placeholder-teal-300\/50::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.5); +} +.placeholder-teal-300\/50::-moz-placeholder{ + color: rgb(126 220 226 / 0.5); +} +.placeholder-teal-300\/50:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.5); +} +.placeholder-teal-300\/50::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.5); +} +.placeholder-teal-300\/50::placeholder{ + color: rgb(126 220 226 / 0.5); +} +.placeholder-teal-300\/60::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.6); +} +.placeholder-teal-300\/60::-moz-placeholder{ + color: rgb(126 220 226 / 0.6); +} +.placeholder-teal-300\/60:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.6); +} +.placeholder-teal-300\/60::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.6); +} +.placeholder-teal-300\/60::placeholder{ + color: rgb(126 220 226 / 0.6); +} +.placeholder-teal-300\/70::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.7); +} +.placeholder-teal-300\/70::-moz-placeholder{ + color: rgb(126 220 226 / 0.7); +} +.placeholder-teal-300\/70:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.7); +} +.placeholder-teal-300\/70::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.7); +} +.placeholder-teal-300\/70::placeholder{ + color: rgb(126 220 226 / 0.7); +} +.placeholder-teal-300\/75::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.75); +} +.placeholder-teal-300\/75::-moz-placeholder{ + color: rgb(126 220 226 / 0.75); +} +.placeholder-teal-300\/75:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.75); +} +.placeholder-teal-300\/75::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.75); +} +.placeholder-teal-300\/75::placeholder{ + color: rgb(126 220 226 / 0.75); +} +.placeholder-teal-300\/80::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.8); +} +.placeholder-teal-300\/80::-moz-placeholder{ + color: rgb(126 220 226 / 0.8); +} +.placeholder-teal-300\/80:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.8); +} +.placeholder-teal-300\/80::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.8); +} +.placeholder-teal-300\/80::placeholder{ + color: rgb(126 220 226 / 0.8); +} +.placeholder-teal-300\/90::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.9); +} +.placeholder-teal-300\/90::-moz-placeholder{ + color: rgb(126 220 226 / 0.9); +} +.placeholder-teal-300\/90:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.9); +} +.placeholder-teal-300\/90::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.9); +} +.placeholder-teal-300\/90::placeholder{ + color: rgb(126 220 226 / 0.9); +} +.placeholder-teal-300\/95::-webkit-input-placeholder{ + color: rgb(126 220 226 / 0.95); +} +.placeholder-teal-300\/95::-moz-placeholder{ + color: rgb(126 220 226 / 0.95); +} +.placeholder-teal-300\/95:-ms-input-placeholder{ + color: rgb(126 220 226 / 0.95); +} +.placeholder-teal-300\/95::-ms-input-placeholder{ + color: rgb(126 220 226 / 0.95); +} +.placeholder-teal-300\/95::placeholder{ + color: rgb(126 220 226 / 0.95); +} +.placeholder-teal-300\/100::-webkit-input-placeholder{ + color: rgb(126 220 226 / 1); +} +.placeholder-teal-300\/100::-moz-placeholder{ + color: rgb(126 220 226 / 1); +} +.placeholder-teal-300\/100:-ms-input-placeholder{ + color: rgb(126 220 226 / 1); +} +.placeholder-teal-300\/100::-ms-input-placeholder{ + color: rgb(126 220 226 / 1); +} +.placeholder-teal-300\/100::placeholder{ + color: rgb(126 220 226 / 1); +} +.placeholder-teal-400\/0::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0); +} +.placeholder-teal-400\/0::-moz-placeholder{ + color: rgb(22 189 202 / 0); +} +.placeholder-teal-400\/0:-ms-input-placeholder{ + color: rgb(22 189 202 / 0); +} +.placeholder-teal-400\/0::-ms-input-placeholder{ + color: rgb(22 189 202 / 0); +} +.placeholder-teal-400\/0::placeholder{ + color: rgb(22 189 202 / 0); +} +.placeholder-teal-400\/5::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.05); +} +.placeholder-teal-400\/5::-moz-placeholder{ + color: rgb(22 189 202 / 0.05); +} +.placeholder-teal-400\/5:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.05); +} +.placeholder-teal-400\/5::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.05); +} +.placeholder-teal-400\/5::placeholder{ + color: rgb(22 189 202 / 0.05); +} +.placeholder-teal-400\/10::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.1); +} +.placeholder-teal-400\/10::-moz-placeholder{ + color: rgb(22 189 202 / 0.1); +} +.placeholder-teal-400\/10:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.1); +} +.placeholder-teal-400\/10::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.1); +} +.placeholder-teal-400\/10::placeholder{ + color: rgb(22 189 202 / 0.1); +} +.placeholder-teal-400\/20::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.2); +} +.placeholder-teal-400\/20::-moz-placeholder{ + color: rgb(22 189 202 / 0.2); +} +.placeholder-teal-400\/20:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.2); +} +.placeholder-teal-400\/20::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.2); +} +.placeholder-teal-400\/20::placeholder{ + color: rgb(22 189 202 / 0.2); +} +.placeholder-teal-400\/25::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.25); +} +.placeholder-teal-400\/25::-moz-placeholder{ + color: rgb(22 189 202 / 0.25); +} +.placeholder-teal-400\/25:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.25); +} +.placeholder-teal-400\/25::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.25); +} +.placeholder-teal-400\/25::placeholder{ + color: rgb(22 189 202 / 0.25); +} +.placeholder-teal-400\/30::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.3); +} +.placeholder-teal-400\/30::-moz-placeholder{ + color: rgb(22 189 202 / 0.3); +} +.placeholder-teal-400\/30:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.3); +} +.placeholder-teal-400\/30::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.3); +} +.placeholder-teal-400\/30::placeholder{ + color: rgb(22 189 202 / 0.3); +} +.placeholder-teal-400\/40::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.4); +} +.placeholder-teal-400\/40::-moz-placeholder{ + color: rgb(22 189 202 / 0.4); +} +.placeholder-teal-400\/40:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.4); +} +.placeholder-teal-400\/40::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.4); +} +.placeholder-teal-400\/40::placeholder{ + color: rgb(22 189 202 / 0.4); +} +.placeholder-teal-400\/50::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.5); +} +.placeholder-teal-400\/50::-moz-placeholder{ + color: rgb(22 189 202 / 0.5); +} +.placeholder-teal-400\/50:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.5); +} +.placeholder-teal-400\/50::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.5); +} +.placeholder-teal-400\/50::placeholder{ + color: rgb(22 189 202 / 0.5); +} +.placeholder-teal-400\/60::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.6); +} +.placeholder-teal-400\/60::-moz-placeholder{ + color: rgb(22 189 202 / 0.6); +} +.placeholder-teal-400\/60:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.6); +} +.placeholder-teal-400\/60::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.6); +} +.placeholder-teal-400\/60::placeholder{ + color: rgb(22 189 202 / 0.6); +} +.placeholder-teal-400\/70::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.7); +} +.placeholder-teal-400\/70::-moz-placeholder{ + color: rgb(22 189 202 / 0.7); +} +.placeholder-teal-400\/70:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.7); +} +.placeholder-teal-400\/70::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.7); +} +.placeholder-teal-400\/70::placeholder{ + color: rgb(22 189 202 / 0.7); +} +.placeholder-teal-400\/75::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.75); +} +.placeholder-teal-400\/75::-moz-placeholder{ + color: rgb(22 189 202 / 0.75); +} +.placeholder-teal-400\/75:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.75); +} +.placeholder-teal-400\/75::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.75); +} +.placeholder-teal-400\/75::placeholder{ + color: rgb(22 189 202 / 0.75); +} +.placeholder-teal-400\/80::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.8); +} +.placeholder-teal-400\/80::-moz-placeholder{ + color: rgb(22 189 202 / 0.8); +} +.placeholder-teal-400\/80:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.8); +} +.placeholder-teal-400\/80::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.8); +} +.placeholder-teal-400\/80::placeholder{ + color: rgb(22 189 202 / 0.8); +} +.placeholder-teal-400\/90::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.9); +} +.placeholder-teal-400\/90::-moz-placeholder{ + color: rgb(22 189 202 / 0.9); +} +.placeholder-teal-400\/90:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.9); +} +.placeholder-teal-400\/90::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.9); +} +.placeholder-teal-400\/90::placeholder{ + color: rgb(22 189 202 / 0.9); +} +.placeholder-teal-400\/95::-webkit-input-placeholder{ + color: rgb(22 189 202 / 0.95); +} +.placeholder-teal-400\/95::-moz-placeholder{ + color: rgb(22 189 202 / 0.95); +} +.placeholder-teal-400\/95:-ms-input-placeholder{ + color: rgb(22 189 202 / 0.95); +} +.placeholder-teal-400\/95::-ms-input-placeholder{ + color: rgb(22 189 202 / 0.95); +} +.placeholder-teal-400\/95::placeholder{ + color: rgb(22 189 202 / 0.95); +} +.placeholder-teal-400\/100::-webkit-input-placeholder{ + color: rgb(22 189 202 / 1); +} +.placeholder-teal-400\/100::-moz-placeholder{ + color: rgb(22 189 202 / 1); +} +.placeholder-teal-400\/100:-ms-input-placeholder{ + color: rgb(22 189 202 / 1); +} +.placeholder-teal-400\/100::-ms-input-placeholder{ + color: rgb(22 189 202 / 1); +} +.placeholder-teal-400\/100::placeholder{ + color: rgb(22 189 202 / 1); +} +.placeholder-teal-500\/0::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0); +} +.placeholder-teal-500\/0::-moz-placeholder{ + color: rgb(6 148 162 / 0); +} +.placeholder-teal-500\/0:-ms-input-placeholder{ + color: rgb(6 148 162 / 0); +} +.placeholder-teal-500\/0::-ms-input-placeholder{ + color: rgb(6 148 162 / 0); +} +.placeholder-teal-500\/0::placeholder{ + color: rgb(6 148 162 / 0); +} +.placeholder-teal-500\/5::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.05); +} +.placeholder-teal-500\/5::-moz-placeholder{ + color: rgb(6 148 162 / 0.05); +} +.placeholder-teal-500\/5:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.05); +} +.placeholder-teal-500\/5::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.05); +} +.placeholder-teal-500\/5::placeholder{ + color: rgb(6 148 162 / 0.05); +} +.placeholder-teal-500\/10::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.1); +} +.placeholder-teal-500\/10::-moz-placeholder{ + color: rgb(6 148 162 / 0.1); +} +.placeholder-teal-500\/10:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.1); +} +.placeholder-teal-500\/10::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.1); +} +.placeholder-teal-500\/10::placeholder{ + color: rgb(6 148 162 / 0.1); +} +.placeholder-teal-500\/20::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.2); +} +.placeholder-teal-500\/20::-moz-placeholder{ + color: rgb(6 148 162 / 0.2); +} +.placeholder-teal-500\/20:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.2); +} +.placeholder-teal-500\/20::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.2); +} +.placeholder-teal-500\/20::placeholder{ + color: rgb(6 148 162 / 0.2); +} +.placeholder-teal-500\/25::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.25); +} +.placeholder-teal-500\/25::-moz-placeholder{ + color: rgb(6 148 162 / 0.25); +} +.placeholder-teal-500\/25:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.25); +} +.placeholder-teal-500\/25::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.25); +} +.placeholder-teal-500\/25::placeholder{ + color: rgb(6 148 162 / 0.25); +} +.placeholder-teal-500\/30::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.3); +} +.placeholder-teal-500\/30::-moz-placeholder{ + color: rgb(6 148 162 / 0.3); +} +.placeholder-teal-500\/30:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.3); +} +.placeholder-teal-500\/30::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.3); +} +.placeholder-teal-500\/30::placeholder{ + color: rgb(6 148 162 / 0.3); +} +.placeholder-teal-500\/40::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.4); +} +.placeholder-teal-500\/40::-moz-placeholder{ + color: rgb(6 148 162 / 0.4); +} +.placeholder-teal-500\/40:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.4); +} +.placeholder-teal-500\/40::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.4); +} +.placeholder-teal-500\/40::placeholder{ + color: rgb(6 148 162 / 0.4); +} +.placeholder-teal-500\/50::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.5); +} +.placeholder-teal-500\/50::-moz-placeholder{ + color: rgb(6 148 162 / 0.5); +} +.placeholder-teal-500\/50:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.5); +} +.placeholder-teal-500\/50::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.5); +} +.placeholder-teal-500\/50::placeholder{ + color: rgb(6 148 162 / 0.5); +} +.placeholder-teal-500\/60::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.6); +} +.placeholder-teal-500\/60::-moz-placeholder{ + color: rgb(6 148 162 / 0.6); +} +.placeholder-teal-500\/60:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.6); +} +.placeholder-teal-500\/60::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.6); +} +.placeholder-teal-500\/60::placeholder{ + color: rgb(6 148 162 / 0.6); +} +.placeholder-teal-500\/70::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.7); +} +.placeholder-teal-500\/70::-moz-placeholder{ + color: rgb(6 148 162 / 0.7); +} +.placeholder-teal-500\/70:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.7); +} +.placeholder-teal-500\/70::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.7); +} +.placeholder-teal-500\/70::placeholder{ + color: rgb(6 148 162 / 0.7); +} +.placeholder-teal-500\/75::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.75); +} +.placeholder-teal-500\/75::-moz-placeholder{ + color: rgb(6 148 162 / 0.75); +} +.placeholder-teal-500\/75:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.75); +} +.placeholder-teal-500\/75::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.75); +} +.placeholder-teal-500\/75::placeholder{ + color: rgb(6 148 162 / 0.75); +} +.placeholder-teal-500\/80::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.8); +} +.placeholder-teal-500\/80::-moz-placeholder{ + color: rgb(6 148 162 / 0.8); +} +.placeholder-teal-500\/80:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.8); +} +.placeholder-teal-500\/80::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.8); +} +.placeholder-teal-500\/80::placeholder{ + color: rgb(6 148 162 / 0.8); +} +.placeholder-teal-500\/90::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.9); +} +.placeholder-teal-500\/90::-moz-placeholder{ + color: rgb(6 148 162 / 0.9); +} +.placeholder-teal-500\/90:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.9); +} +.placeholder-teal-500\/90::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.9); +} +.placeholder-teal-500\/90::placeholder{ + color: rgb(6 148 162 / 0.9); +} +.placeholder-teal-500\/95::-webkit-input-placeholder{ + color: rgb(6 148 162 / 0.95); +} +.placeholder-teal-500\/95::-moz-placeholder{ + color: rgb(6 148 162 / 0.95); +} +.placeholder-teal-500\/95:-ms-input-placeholder{ + color: rgb(6 148 162 / 0.95); +} +.placeholder-teal-500\/95::-ms-input-placeholder{ + color: rgb(6 148 162 / 0.95); +} +.placeholder-teal-500\/95::placeholder{ + color: rgb(6 148 162 / 0.95); +} +.placeholder-teal-500\/100::-webkit-input-placeholder{ + color: rgb(6 148 162 / 1); +} +.placeholder-teal-500\/100::-moz-placeholder{ + color: rgb(6 148 162 / 1); +} +.placeholder-teal-500\/100:-ms-input-placeholder{ + color: rgb(6 148 162 / 1); +} +.placeholder-teal-500\/100::-ms-input-placeholder{ + color: rgb(6 148 162 / 1); +} +.placeholder-teal-500\/100::placeholder{ + color: rgb(6 148 162 / 1); +} +.placeholder-teal-600\/0::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0); +} +.placeholder-teal-600\/0::-moz-placeholder{ + color: rgb(4 116 129 / 0); +} +.placeholder-teal-600\/0:-ms-input-placeholder{ + color: rgb(4 116 129 / 0); +} +.placeholder-teal-600\/0::-ms-input-placeholder{ + color: rgb(4 116 129 / 0); +} +.placeholder-teal-600\/0::placeholder{ + color: rgb(4 116 129 / 0); +} +.placeholder-teal-600\/5::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.05); +} +.placeholder-teal-600\/5::-moz-placeholder{ + color: rgb(4 116 129 / 0.05); +} +.placeholder-teal-600\/5:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.05); +} +.placeholder-teal-600\/5::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.05); +} +.placeholder-teal-600\/5::placeholder{ + color: rgb(4 116 129 / 0.05); +} +.placeholder-teal-600\/10::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.1); +} +.placeholder-teal-600\/10::-moz-placeholder{ + color: rgb(4 116 129 / 0.1); +} +.placeholder-teal-600\/10:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.1); +} +.placeholder-teal-600\/10::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.1); +} +.placeholder-teal-600\/10::placeholder{ + color: rgb(4 116 129 / 0.1); +} +.placeholder-teal-600\/20::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.2); +} +.placeholder-teal-600\/20::-moz-placeholder{ + color: rgb(4 116 129 / 0.2); +} +.placeholder-teal-600\/20:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.2); +} +.placeholder-teal-600\/20::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.2); +} +.placeholder-teal-600\/20::placeholder{ + color: rgb(4 116 129 / 0.2); +} +.placeholder-teal-600\/25::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.25); +} +.placeholder-teal-600\/25::-moz-placeholder{ + color: rgb(4 116 129 / 0.25); +} +.placeholder-teal-600\/25:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.25); +} +.placeholder-teal-600\/25::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.25); +} +.placeholder-teal-600\/25::placeholder{ + color: rgb(4 116 129 / 0.25); +} +.placeholder-teal-600\/30::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.3); +} +.placeholder-teal-600\/30::-moz-placeholder{ + color: rgb(4 116 129 / 0.3); +} +.placeholder-teal-600\/30:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.3); +} +.placeholder-teal-600\/30::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.3); +} +.placeholder-teal-600\/30::placeholder{ + color: rgb(4 116 129 / 0.3); +} +.placeholder-teal-600\/40::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.4); +} +.placeholder-teal-600\/40::-moz-placeholder{ + color: rgb(4 116 129 / 0.4); +} +.placeholder-teal-600\/40:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.4); +} +.placeholder-teal-600\/40::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.4); +} +.placeholder-teal-600\/40::placeholder{ + color: rgb(4 116 129 / 0.4); +} +.placeholder-teal-600\/50::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.5); +} +.placeholder-teal-600\/50::-moz-placeholder{ + color: rgb(4 116 129 / 0.5); +} +.placeholder-teal-600\/50:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.5); +} +.placeholder-teal-600\/50::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.5); +} +.placeholder-teal-600\/50::placeholder{ + color: rgb(4 116 129 / 0.5); +} +.placeholder-teal-600\/60::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.6); +} +.placeholder-teal-600\/60::-moz-placeholder{ + color: rgb(4 116 129 / 0.6); +} +.placeholder-teal-600\/60:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.6); +} +.placeholder-teal-600\/60::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.6); +} +.placeholder-teal-600\/60::placeholder{ + color: rgb(4 116 129 / 0.6); +} +.placeholder-teal-600\/70::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.7); +} +.placeholder-teal-600\/70::-moz-placeholder{ + color: rgb(4 116 129 / 0.7); +} +.placeholder-teal-600\/70:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.7); +} +.placeholder-teal-600\/70::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.7); +} +.placeholder-teal-600\/70::placeholder{ + color: rgb(4 116 129 / 0.7); +} +.placeholder-teal-600\/75::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.75); +} +.placeholder-teal-600\/75::-moz-placeholder{ + color: rgb(4 116 129 / 0.75); +} +.placeholder-teal-600\/75:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.75); +} +.placeholder-teal-600\/75::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.75); +} +.placeholder-teal-600\/75::placeholder{ + color: rgb(4 116 129 / 0.75); +} +.placeholder-teal-600\/80::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.8); +} +.placeholder-teal-600\/80::-moz-placeholder{ + color: rgb(4 116 129 / 0.8); +} +.placeholder-teal-600\/80:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.8); +} +.placeholder-teal-600\/80::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.8); +} +.placeholder-teal-600\/80::placeholder{ + color: rgb(4 116 129 / 0.8); +} +.placeholder-teal-600\/90::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.9); +} +.placeholder-teal-600\/90::-moz-placeholder{ + color: rgb(4 116 129 / 0.9); +} +.placeholder-teal-600\/90:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.9); +} +.placeholder-teal-600\/90::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.9); +} +.placeholder-teal-600\/90::placeholder{ + color: rgb(4 116 129 / 0.9); +} +.placeholder-teal-600\/95::-webkit-input-placeholder{ + color: rgb(4 116 129 / 0.95); +} +.placeholder-teal-600\/95::-moz-placeholder{ + color: rgb(4 116 129 / 0.95); +} +.placeholder-teal-600\/95:-ms-input-placeholder{ + color: rgb(4 116 129 / 0.95); +} +.placeholder-teal-600\/95::-ms-input-placeholder{ + color: rgb(4 116 129 / 0.95); +} +.placeholder-teal-600\/95::placeholder{ + color: rgb(4 116 129 / 0.95); +} +.placeholder-teal-600\/100::-webkit-input-placeholder{ + color: rgb(4 116 129 / 1); +} +.placeholder-teal-600\/100::-moz-placeholder{ + color: rgb(4 116 129 / 1); +} +.placeholder-teal-600\/100:-ms-input-placeholder{ + color: rgb(4 116 129 / 1); +} +.placeholder-teal-600\/100::-ms-input-placeholder{ + color: rgb(4 116 129 / 1); +} +.placeholder-teal-600\/100::placeholder{ + color: rgb(4 116 129 / 1); +} +.placeholder-teal-700\/0::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0); +} +.placeholder-teal-700\/0::-moz-placeholder{ + color: rgb(3 102 114 / 0); +} +.placeholder-teal-700\/0:-ms-input-placeholder{ + color: rgb(3 102 114 / 0); +} +.placeholder-teal-700\/0::-ms-input-placeholder{ + color: rgb(3 102 114 / 0); +} +.placeholder-teal-700\/0::placeholder{ + color: rgb(3 102 114 / 0); +} +.placeholder-teal-700\/5::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.05); +} +.placeholder-teal-700\/5::-moz-placeholder{ + color: rgb(3 102 114 / 0.05); +} +.placeholder-teal-700\/5:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.05); +} +.placeholder-teal-700\/5::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.05); +} +.placeholder-teal-700\/5::placeholder{ + color: rgb(3 102 114 / 0.05); +} +.placeholder-teal-700\/10::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.1); +} +.placeholder-teal-700\/10::-moz-placeholder{ + color: rgb(3 102 114 / 0.1); +} +.placeholder-teal-700\/10:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.1); +} +.placeholder-teal-700\/10::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.1); +} +.placeholder-teal-700\/10::placeholder{ + color: rgb(3 102 114 / 0.1); +} +.placeholder-teal-700\/20::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.2); +} +.placeholder-teal-700\/20::-moz-placeholder{ + color: rgb(3 102 114 / 0.2); +} +.placeholder-teal-700\/20:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.2); +} +.placeholder-teal-700\/20::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.2); +} +.placeholder-teal-700\/20::placeholder{ + color: rgb(3 102 114 / 0.2); +} +.placeholder-teal-700\/25::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.25); +} +.placeholder-teal-700\/25::-moz-placeholder{ + color: rgb(3 102 114 / 0.25); +} +.placeholder-teal-700\/25:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.25); +} +.placeholder-teal-700\/25::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.25); +} +.placeholder-teal-700\/25::placeholder{ + color: rgb(3 102 114 / 0.25); +} +.placeholder-teal-700\/30::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.3); +} +.placeholder-teal-700\/30::-moz-placeholder{ + color: rgb(3 102 114 / 0.3); +} +.placeholder-teal-700\/30:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.3); +} +.placeholder-teal-700\/30::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.3); +} +.placeholder-teal-700\/30::placeholder{ + color: rgb(3 102 114 / 0.3); +} +.placeholder-teal-700\/40::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.4); +} +.placeholder-teal-700\/40::-moz-placeholder{ + color: rgb(3 102 114 / 0.4); +} +.placeholder-teal-700\/40:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.4); +} +.placeholder-teal-700\/40::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.4); +} +.placeholder-teal-700\/40::placeholder{ + color: rgb(3 102 114 / 0.4); +} +.placeholder-teal-700\/50::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.5); +} +.placeholder-teal-700\/50::-moz-placeholder{ + color: rgb(3 102 114 / 0.5); +} +.placeholder-teal-700\/50:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.5); +} +.placeholder-teal-700\/50::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.5); +} +.placeholder-teal-700\/50::placeholder{ + color: rgb(3 102 114 / 0.5); +} +.placeholder-teal-700\/60::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.6); +} +.placeholder-teal-700\/60::-moz-placeholder{ + color: rgb(3 102 114 / 0.6); +} +.placeholder-teal-700\/60:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.6); +} +.placeholder-teal-700\/60::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.6); +} +.placeholder-teal-700\/60::placeholder{ + color: rgb(3 102 114 / 0.6); +} +.placeholder-teal-700\/70::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.7); +} +.placeholder-teal-700\/70::-moz-placeholder{ + color: rgb(3 102 114 / 0.7); +} +.placeholder-teal-700\/70:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.7); +} +.placeholder-teal-700\/70::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.7); +} +.placeholder-teal-700\/70::placeholder{ + color: rgb(3 102 114 / 0.7); +} +.placeholder-teal-700\/75::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.75); +} +.placeholder-teal-700\/75::-moz-placeholder{ + color: rgb(3 102 114 / 0.75); +} +.placeholder-teal-700\/75:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.75); +} +.placeholder-teal-700\/75::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.75); +} +.placeholder-teal-700\/75::placeholder{ + color: rgb(3 102 114 / 0.75); +} +.placeholder-teal-700\/80::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.8); +} +.placeholder-teal-700\/80::-moz-placeholder{ + color: rgb(3 102 114 / 0.8); +} +.placeholder-teal-700\/80:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.8); +} +.placeholder-teal-700\/80::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.8); +} +.placeholder-teal-700\/80::placeholder{ + color: rgb(3 102 114 / 0.8); +} +.placeholder-teal-700\/90::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.9); +} +.placeholder-teal-700\/90::-moz-placeholder{ + color: rgb(3 102 114 / 0.9); +} +.placeholder-teal-700\/90:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.9); +} +.placeholder-teal-700\/90::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.9); +} +.placeholder-teal-700\/90::placeholder{ + color: rgb(3 102 114 / 0.9); +} +.placeholder-teal-700\/95::-webkit-input-placeholder{ + color: rgb(3 102 114 / 0.95); +} +.placeholder-teal-700\/95::-moz-placeholder{ + color: rgb(3 102 114 / 0.95); +} +.placeholder-teal-700\/95:-ms-input-placeholder{ + color: rgb(3 102 114 / 0.95); +} +.placeholder-teal-700\/95::-ms-input-placeholder{ + color: rgb(3 102 114 / 0.95); +} +.placeholder-teal-700\/95::placeholder{ + color: rgb(3 102 114 / 0.95); +} +.placeholder-teal-700\/100::-webkit-input-placeholder{ + color: rgb(3 102 114 / 1); +} +.placeholder-teal-700\/100::-moz-placeholder{ + color: rgb(3 102 114 / 1); +} +.placeholder-teal-700\/100:-ms-input-placeholder{ + color: rgb(3 102 114 / 1); +} +.placeholder-teal-700\/100::-ms-input-placeholder{ + color: rgb(3 102 114 / 1); +} +.placeholder-teal-700\/100::placeholder{ + color: rgb(3 102 114 / 1); +} +.placeholder-teal-800\/0::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0); +} +.placeholder-teal-800\/0::-moz-placeholder{ + color: rgb(5 80 92 / 0); +} +.placeholder-teal-800\/0:-ms-input-placeholder{ + color: rgb(5 80 92 / 0); +} +.placeholder-teal-800\/0::-ms-input-placeholder{ + color: rgb(5 80 92 / 0); +} +.placeholder-teal-800\/0::placeholder{ + color: rgb(5 80 92 / 0); +} +.placeholder-teal-800\/5::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.05); +} +.placeholder-teal-800\/5::-moz-placeholder{ + color: rgb(5 80 92 / 0.05); +} +.placeholder-teal-800\/5:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.05); +} +.placeholder-teal-800\/5::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.05); +} +.placeholder-teal-800\/5::placeholder{ + color: rgb(5 80 92 / 0.05); +} +.placeholder-teal-800\/10::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.1); +} +.placeholder-teal-800\/10::-moz-placeholder{ + color: rgb(5 80 92 / 0.1); +} +.placeholder-teal-800\/10:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.1); +} +.placeholder-teal-800\/10::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.1); +} +.placeholder-teal-800\/10::placeholder{ + color: rgb(5 80 92 / 0.1); +} +.placeholder-teal-800\/20::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.2); +} +.placeholder-teal-800\/20::-moz-placeholder{ + color: rgb(5 80 92 / 0.2); +} +.placeholder-teal-800\/20:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.2); +} +.placeholder-teal-800\/20::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.2); +} +.placeholder-teal-800\/20::placeholder{ + color: rgb(5 80 92 / 0.2); +} +.placeholder-teal-800\/25::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.25); +} +.placeholder-teal-800\/25::-moz-placeholder{ + color: rgb(5 80 92 / 0.25); +} +.placeholder-teal-800\/25:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.25); +} +.placeholder-teal-800\/25::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.25); +} +.placeholder-teal-800\/25::placeholder{ + color: rgb(5 80 92 / 0.25); +} +.placeholder-teal-800\/30::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.3); +} +.placeholder-teal-800\/30::-moz-placeholder{ + color: rgb(5 80 92 / 0.3); +} +.placeholder-teal-800\/30:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.3); +} +.placeholder-teal-800\/30::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.3); +} +.placeholder-teal-800\/30::placeholder{ + color: rgb(5 80 92 / 0.3); +} +.placeholder-teal-800\/40::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.4); +} +.placeholder-teal-800\/40::-moz-placeholder{ + color: rgb(5 80 92 / 0.4); +} +.placeholder-teal-800\/40:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.4); +} +.placeholder-teal-800\/40::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.4); +} +.placeholder-teal-800\/40::placeholder{ + color: rgb(5 80 92 / 0.4); +} +.placeholder-teal-800\/50::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.5); +} +.placeholder-teal-800\/50::-moz-placeholder{ + color: rgb(5 80 92 / 0.5); +} +.placeholder-teal-800\/50:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.5); +} +.placeholder-teal-800\/50::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.5); +} +.placeholder-teal-800\/50::placeholder{ + color: rgb(5 80 92 / 0.5); +} +.placeholder-teal-800\/60::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.6); +} +.placeholder-teal-800\/60::-moz-placeholder{ + color: rgb(5 80 92 / 0.6); +} +.placeholder-teal-800\/60:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.6); +} +.placeholder-teal-800\/60::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.6); +} +.placeholder-teal-800\/60::placeholder{ + color: rgb(5 80 92 / 0.6); +} +.placeholder-teal-800\/70::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.7); +} +.placeholder-teal-800\/70::-moz-placeholder{ + color: rgb(5 80 92 / 0.7); +} +.placeholder-teal-800\/70:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.7); +} +.placeholder-teal-800\/70::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.7); +} +.placeholder-teal-800\/70::placeholder{ + color: rgb(5 80 92 / 0.7); +} +.placeholder-teal-800\/75::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.75); +} +.placeholder-teal-800\/75::-moz-placeholder{ + color: rgb(5 80 92 / 0.75); +} +.placeholder-teal-800\/75:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.75); +} +.placeholder-teal-800\/75::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.75); +} +.placeholder-teal-800\/75::placeholder{ + color: rgb(5 80 92 / 0.75); +} +.placeholder-teal-800\/80::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.8); +} +.placeholder-teal-800\/80::-moz-placeholder{ + color: rgb(5 80 92 / 0.8); +} +.placeholder-teal-800\/80:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.8); +} +.placeholder-teal-800\/80::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.8); +} +.placeholder-teal-800\/80::placeholder{ + color: rgb(5 80 92 / 0.8); +} +.placeholder-teal-800\/90::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.9); +} +.placeholder-teal-800\/90::-moz-placeholder{ + color: rgb(5 80 92 / 0.9); +} +.placeholder-teal-800\/90:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.9); +} +.placeholder-teal-800\/90::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.9); +} +.placeholder-teal-800\/90::placeholder{ + color: rgb(5 80 92 / 0.9); +} +.placeholder-teal-800\/95::-webkit-input-placeholder{ + color: rgb(5 80 92 / 0.95); +} +.placeholder-teal-800\/95::-moz-placeholder{ + color: rgb(5 80 92 / 0.95); +} +.placeholder-teal-800\/95:-ms-input-placeholder{ + color: rgb(5 80 92 / 0.95); +} +.placeholder-teal-800\/95::-ms-input-placeholder{ + color: rgb(5 80 92 / 0.95); +} +.placeholder-teal-800\/95::placeholder{ + color: rgb(5 80 92 / 0.95); +} +.placeholder-teal-800\/100::-webkit-input-placeholder{ + color: rgb(5 80 92 / 1); +} +.placeholder-teal-800\/100::-moz-placeholder{ + color: rgb(5 80 92 / 1); +} +.placeholder-teal-800\/100:-ms-input-placeholder{ + color: rgb(5 80 92 / 1); +} +.placeholder-teal-800\/100::-ms-input-placeholder{ + color: rgb(5 80 92 / 1); +} +.placeholder-teal-800\/100::placeholder{ + color: rgb(5 80 92 / 1); +} +.placeholder-teal-900\/0::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0); +} +.placeholder-teal-900\/0::-moz-placeholder{ + color: rgb(1 68 81 / 0); +} +.placeholder-teal-900\/0:-ms-input-placeholder{ + color: rgb(1 68 81 / 0); +} +.placeholder-teal-900\/0::-ms-input-placeholder{ + color: rgb(1 68 81 / 0); +} +.placeholder-teal-900\/0::placeholder{ + color: rgb(1 68 81 / 0); +} +.placeholder-teal-900\/5::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.05); +} +.placeholder-teal-900\/5::-moz-placeholder{ + color: rgb(1 68 81 / 0.05); +} +.placeholder-teal-900\/5:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.05); +} +.placeholder-teal-900\/5::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.05); +} +.placeholder-teal-900\/5::placeholder{ + color: rgb(1 68 81 / 0.05); +} +.placeholder-teal-900\/10::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.1); +} +.placeholder-teal-900\/10::-moz-placeholder{ + color: rgb(1 68 81 / 0.1); +} +.placeholder-teal-900\/10:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.1); +} +.placeholder-teal-900\/10::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.1); +} +.placeholder-teal-900\/10::placeholder{ + color: rgb(1 68 81 / 0.1); +} +.placeholder-teal-900\/20::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.2); +} +.placeholder-teal-900\/20::-moz-placeholder{ + color: rgb(1 68 81 / 0.2); +} +.placeholder-teal-900\/20:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.2); +} +.placeholder-teal-900\/20::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.2); +} +.placeholder-teal-900\/20::placeholder{ + color: rgb(1 68 81 / 0.2); +} +.placeholder-teal-900\/25::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.25); +} +.placeholder-teal-900\/25::-moz-placeholder{ + color: rgb(1 68 81 / 0.25); +} +.placeholder-teal-900\/25:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.25); +} +.placeholder-teal-900\/25::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.25); +} +.placeholder-teal-900\/25::placeholder{ + color: rgb(1 68 81 / 0.25); +} +.placeholder-teal-900\/30::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.3); +} +.placeholder-teal-900\/30::-moz-placeholder{ + color: rgb(1 68 81 / 0.3); +} +.placeholder-teal-900\/30:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.3); +} +.placeholder-teal-900\/30::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.3); +} +.placeholder-teal-900\/30::placeholder{ + color: rgb(1 68 81 / 0.3); +} +.placeholder-teal-900\/40::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.4); +} +.placeholder-teal-900\/40::-moz-placeholder{ + color: rgb(1 68 81 / 0.4); +} +.placeholder-teal-900\/40:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.4); +} +.placeholder-teal-900\/40::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.4); +} +.placeholder-teal-900\/40::placeholder{ + color: rgb(1 68 81 / 0.4); +} +.placeholder-teal-900\/50::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.5); +} +.placeholder-teal-900\/50::-moz-placeholder{ + color: rgb(1 68 81 / 0.5); +} +.placeholder-teal-900\/50:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.5); +} +.placeholder-teal-900\/50::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.5); +} +.placeholder-teal-900\/50::placeholder{ + color: rgb(1 68 81 / 0.5); +} +.placeholder-teal-900\/60::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.6); +} +.placeholder-teal-900\/60::-moz-placeholder{ + color: rgb(1 68 81 / 0.6); +} +.placeholder-teal-900\/60:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.6); +} +.placeholder-teal-900\/60::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.6); +} +.placeholder-teal-900\/60::placeholder{ + color: rgb(1 68 81 / 0.6); +} +.placeholder-teal-900\/70::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.7); +} +.placeholder-teal-900\/70::-moz-placeholder{ + color: rgb(1 68 81 / 0.7); +} +.placeholder-teal-900\/70:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.7); +} +.placeholder-teal-900\/70::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.7); +} +.placeholder-teal-900\/70::placeholder{ + color: rgb(1 68 81 / 0.7); +} +.placeholder-teal-900\/75::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.75); +} +.placeholder-teal-900\/75::-moz-placeholder{ + color: rgb(1 68 81 / 0.75); +} +.placeholder-teal-900\/75:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.75); +} +.placeholder-teal-900\/75::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.75); +} +.placeholder-teal-900\/75::placeholder{ + color: rgb(1 68 81 / 0.75); +} +.placeholder-teal-900\/80::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.8); +} +.placeholder-teal-900\/80::-moz-placeholder{ + color: rgb(1 68 81 / 0.8); +} +.placeholder-teal-900\/80:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.8); +} +.placeholder-teal-900\/80::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.8); +} +.placeholder-teal-900\/80::placeholder{ + color: rgb(1 68 81 / 0.8); +} +.placeholder-teal-900\/90::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.9); +} +.placeholder-teal-900\/90::-moz-placeholder{ + color: rgb(1 68 81 / 0.9); +} +.placeholder-teal-900\/90:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.9); +} +.placeholder-teal-900\/90::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.9); +} +.placeholder-teal-900\/90::placeholder{ + color: rgb(1 68 81 / 0.9); +} +.placeholder-teal-900\/95::-webkit-input-placeholder{ + color: rgb(1 68 81 / 0.95); +} +.placeholder-teal-900\/95::-moz-placeholder{ + color: rgb(1 68 81 / 0.95); +} +.placeholder-teal-900\/95:-ms-input-placeholder{ + color: rgb(1 68 81 / 0.95); +} +.placeholder-teal-900\/95::-ms-input-placeholder{ + color: rgb(1 68 81 / 0.95); +} +.placeholder-teal-900\/95::placeholder{ + color: rgb(1 68 81 / 0.95); +} +.placeholder-teal-900\/100::-webkit-input-placeholder{ + color: rgb(1 68 81 / 1); +} +.placeholder-teal-900\/100::-moz-placeholder{ + color: rgb(1 68 81 / 1); +} +.placeholder-teal-900\/100:-ms-input-placeholder{ + color: rgb(1 68 81 / 1); +} +.placeholder-teal-900\/100::-ms-input-placeholder{ + color: rgb(1 68 81 / 1); +} +.placeholder-teal-900\/100::placeholder{ + color: rgb(1 68 81 / 1); +} +.placeholder-cyan-50\/0::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0); +} +.placeholder-cyan-50\/0::-moz-placeholder{ + color: rgb(236 254 255 / 0); +} +.placeholder-cyan-50\/0:-ms-input-placeholder{ + color: rgb(236 254 255 / 0); +} +.placeholder-cyan-50\/0::-ms-input-placeholder{ + color: rgb(236 254 255 / 0); +} +.placeholder-cyan-50\/0::placeholder{ + color: rgb(236 254 255 / 0); +} +.placeholder-cyan-50\/5::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.05); +} +.placeholder-cyan-50\/5::-moz-placeholder{ + color: rgb(236 254 255 / 0.05); +} +.placeholder-cyan-50\/5:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.05); +} +.placeholder-cyan-50\/5::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.05); +} +.placeholder-cyan-50\/5::placeholder{ + color: rgb(236 254 255 / 0.05); +} +.placeholder-cyan-50\/10::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.1); +} +.placeholder-cyan-50\/10::-moz-placeholder{ + color: rgb(236 254 255 / 0.1); +} +.placeholder-cyan-50\/10:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.1); +} +.placeholder-cyan-50\/10::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.1); +} +.placeholder-cyan-50\/10::placeholder{ + color: rgb(236 254 255 / 0.1); +} +.placeholder-cyan-50\/20::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.2); +} +.placeholder-cyan-50\/20::-moz-placeholder{ + color: rgb(236 254 255 / 0.2); +} +.placeholder-cyan-50\/20:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.2); +} +.placeholder-cyan-50\/20::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.2); +} +.placeholder-cyan-50\/20::placeholder{ + color: rgb(236 254 255 / 0.2); +} +.placeholder-cyan-50\/25::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.25); +} +.placeholder-cyan-50\/25::-moz-placeholder{ + color: rgb(236 254 255 / 0.25); +} +.placeholder-cyan-50\/25:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.25); +} +.placeholder-cyan-50\/25::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.25); +} +.placeholder-cyan-50\/25::placeholder{ + color: rgb(236 254 255 / 0.25); +} +.placeholder-cyan-50\/30::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.3); +} +.placeholder-cyan-50\/30::-moz-placeholder{ + color: rgb(236 254 255 / 0.3); +} +.placeholder-cyan-50\/30:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.3); +} +.placeholder-cyan-50\/30::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.3); +} +.placeholder-cyan-50\/30::placeholder{ + color: rgb(236 254 255 / 0.3); +} +.placeholder-cyan-50\/40::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.4); +} +.placeholder-cyan-50\/40::-moz-placeholder{ + color: rgb(236 254 255 / 0.4); +} +.placeholder-cyan-50\/40:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.4); +} +.placeholder-cyan-50\/40::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.4); +} +.placeholder-cyan-50\/40::placeholder{ + color: rgb(236 254 255 / 0.4); +} +.placeholder-cyan-50\/50::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.5); +} +.placeholder-cyan-50\/50::-moz-placeholder{ + color: rgb(236 254 255 / 0.5); +} +.placeholder-cyan-50\/50:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.5); +} +.placeholder-cyan-50\/50::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.5); +} +.placeholder-cyan-50\/50::placeholder{ + color: rgb(236 254 255 / 0.5); +} +.placeholder-cyan-50\/60::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.6); +} +.placeholder-cyan-50\/60::-moz-placeholder{ + color: rgb(236 254 255 / 0.6); +} +.placeholder-cyan-50\/60:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.6); +} +.placeholder-cyan-50\/60::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.6); +} +.placeholder-cyan-50\/60::placeholder{ + color: rgb(236 254 255 / 0.6); +} +.placeholder-cyan-50\/70::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.7); +} +.placeholder-cyan-50\/70::-moz-placeholder{ + color: rgb(236 254 255 / 0.7); +} +.placeholder-cyan-50\/70:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.7); +} +.placeholder-cyan-50\/70::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.7); +} +.placeholder-cyan-50\/70::placeholder{ + color: rgb(236 254 255 / 0.7); +} +.placeholder-cyan-50\/75::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.75); +} +.placeholder-cyan-50\/75::-moz-placeholder{ + color: rgb(236 254 255 / 0.75); +} +.placeholder-cyan-50\/75:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.75); +} +.placeholder-cyan-50\/75::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.75); +} +.placeholder-cyan-50\/75::placeholder{ + color: rgb(236 254 255 / 0.75); +} +.placeholder-cyan-50\/80::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.8); +} +.placeholder-cyan-50\/80::-moz-placeholder{ + color: rgb(236 254 255 / 0.8); +} +.placeholder-cyan-50\/80:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.8); +} +.placeholder-cyan-50\/80::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.8); +} +.placeholder-cyan-50\/80::placeholder{ + color: rgb(236 254 255 / 0.8); +} +.placeholder-cyan-50\/90::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.9); +} +.placeholder-cyan-50\/90::-moz-placeholder{ + color: rgb(236 254 255 / 0.9); +} +.placeholder-cyan-50\/90:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.9); +} +.placeholder-cyan-50\/90::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.9); +} +.placeholder-cyan-50\/90::placeholder{ + color: rgb(236 254 255 / 0.9); +} +.placeholder-cyan-50\/95::-webkit-input-placeholder{ + color: rgb(236 254 255 / 0.95); +} +.placeholder-cyan-50\/95::-moz-placeholder{ + color: rgb(236 254 255 / 0.95); +} +.placeholder-cyan-50\/95:-ms-input-placeholder{ + color: rgb(236 254 255 / 0.95); +} +.placeholder-cyan-50\/95::-ms-input-placeholder{ + color: rgb(236 254 255 / 0.95); +} +.placeholder-cyan-50\/95::placeholder{ + color: rgb(236 254 255 / 0.95); +} +.placeholder-cyan-50\/100::-webkit-input-placeholder{ + color: rgb(236 254 255 / 1); +} +.placeholder-cyan-50\/100::-moz-placeholder{ + color: rgb(236 254 255 / 1); +} +.placeholder-cyan-50\/100:-ms-input-placeholder{ + color: rgb(236 254 255 / 1); +} +.placeholder-cyan-50\/100::-ms-input-placeholder{ + color: rgb(236 254 255 / 1); +} +.placeholder-cyan-50\/100::placeholder{ + color: rgb(236 254 255 / 1); +} +.placeholder-cyan-100\/0::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0); +} +.placeholder-cyan-100\/0::-moz-placeholder{ + color: rgb(207 250 254 / 0); +} +.placeholder-cyan-100\/0:-ms-input-placeholder{ + color: rgb(207 250 254 / 0); +} +.placeholder-cyan-100\/0::-ms-input-placeholder{ + color: rgb(207 250 254 / 0); +} +.placeholder-cyan-100\/0::placeholder{ + color: rgb(207 250 254 / 0); +} +.placeholder-cyan-100\/5::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.05); +} +.placeholder-cyan-100\/5::-moz-placeholder{ + color: rgb(207 250 254 / 0.05); +} +.placeholder-cyan-100\/5:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.05); +} +.placeholder-cyan-100\/5::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.05); +} +.placeholder-cyan-100\/5::placeholder{ + color: rgb(207 250 254 / 0.05); +} +.placeholder-cyan-100\/10::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.1); +} +.placeholder-cyan-100\/10::-moz-placeholder{ + color: rgb(207 250 254 / 0.1); +} +.placeholder-cyan-100\/10:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.1); +} +.placeholder-cyan-100\/10::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.1); +} +.placeholder-cyan-100\/10::placeholder{ + color: rgb(207 250 254 / 0.1); +} +.placeholder-cyan-100\/20::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.2); +} +.placeholder-cyan-100\/20::-moz-placeholder{ + color: rgb(207 250 254 / 0.2); +} +.placeholder-cyan-100\/20:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.2); +} +.placeholder-cyan-100\/20::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.2); +} +.placeholder-cyan-100\/20::placeholder{ + color: rgb(207 250 254 / 0.2); +} +.placeholder-cyan-100\/25::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.25); +} +.placeholder-cyan-100\/25::-moz-placeholder{ + color: rgb(207 250 254 / 0.25); +} +.placeholder-cyan-100\/25:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.25); +} +.placeholder-cyan-100\/25::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.25); +} +.placeholder-cyan-100\/25::placeholder{ + color: rgb(207 250 254 / 0.25); +} +.placeholder-cyan-100\/30::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.3); +} +.placeholder-cyan-100\/30::-moz-placeholder{ + color: rgb(207 250 254 / 0.3); +} +.placeholder-cyan-100\/30:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.3); +} +.placeholder-cyan-100\/30::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.3); +} +.placeholder-cyan-100\/30::placeholder{ + color: rgb(207 250 254 / 0.3); +} +.placeholder-cyan-100\/40::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.4); +} +.placeholder-cyan-100\/40::-moz-placeholder{ + color: rgb(207 250 254 / 0.4); +} +.placeholder-cyan-100\/40:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.4); +} +.placeholder-cyan-100\/40::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.4); +} +.placeholder-cyan-100\/40::placeholder{ + color: rgb(207 250 254 / 0.4); +} +.placeholder-cyan-100\/50::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.5); +} +.placeholder-cyan-100\/50::-moz-placeholder{ + color: rgb(207 250 254 / 0.5); +} +.placeholder-cyan-100\/50:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.5); +} +.placeholder-cyan-100\/50::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.5); +} +.placeholder-cyan-100\/50::placeholder{ + color: rgb(207 250 254 / 0.5); +} +.placeholder-cyan-100\/60::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.6); +} +.placeholder-cyan-100\/60::-moz-placeholder{ + color: rgb(207 250 254 / 0.6); +} +.placeholder-cyan-100\/60:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.6); +} +.placeholder-cyan-100\/60::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.6); +} +.placeholder-cyan-100\/60::placeholder{ + color: rgb(207 250 254 / 0.6); +} +.placeholder-cyan-100\/70::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.7); +} +.placeholder-cyan-100\/70::-moz-placeholder{ + color: rgb(207 250 254 / 0.7); +} +.placeholder-cyan-100\/70:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.7); +} +.placeholder-cyan-100\/70::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.7); +} +.placeholder-cyan-100\/70::placeholder{ + color: rgb(207 250 254 / 0.7); +} +.placeholder-cyan-100\/75::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.75); +} +.placeholder-cyan-100\/75::-moz-placeholder{ + color: rgb(207 250 254 / 0.75); +} +.placeholder-cyan-100\/75:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.75); +} +.placeholder-cyan-100\/75::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.75); +} +.placeholder-cyan-100\/75::placeholder{ + color: rgb(207 250 254 / 0.75); +} +.placeholder-cyan-100\/80::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.8); +} +.placeholder-cyan-100\/80::-moz-placeholder{ + color: rgb(207 250 254 / 0.8); +} +.placeholder-cyan-100\/80:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.8); +} +.placeholder-cyan-100\/80::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.8); +} +.placeholder-cyan-100\/80::placeholder{ + color: rgb(207 250 254 / 0.8); +} +.placeholder-cyan-100\/90::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.9); +} +.placeholder-cyan-100\/90::-moz-placeholder{ + color: rgb(207 250 254 / 0.9); +} +.placeholder-cyan-100\/90:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.9); +} +.placeholder-cyan-100\/90::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.9); +} +.placeholder-cyan-100\/90::placeholder{ + color: rgb(207 250 254 / 0.9); +} +.placeholder-cyan-100\/95::-webkit-input-placeholder{ + color: rgb(207 250 254 / 0.95); +} +.placeholder-cyan-100\/95::-moz-placeholder{ + color: rgb(207 250 254 / 0.95); +} +.placeholder-cyan-100\/95:-ms-input-placeholder{ + color: rgb(207 250 254 / 0.95); +} +.placeholder-cyan-100\/95::-ms-input-placeholder{ + color: rgb(207 250 254 / 0.95); +} +.placeholder-cyan-100\/95::placeholder{ + color: rgb(207 250 254 / 0.95); +} +.placeholder-cyan-100\/100::-webkit-input-placeholder{ + color: rgb(207 250 254 / 1); +} +.placeholder-cyan-100\/100::-moz-placeholder{ + color: rgb(207 250 254 / 1); +} +.placeholder-cyan-100\/100:-ms-input-placeholder{ + color: rgb(207 250 254 / 1); +} +.placeholder-cyan-100\/100::-ms-input-placeholder{ + color: rgb(207 250 254 / 1); +} +.placeholder-cyan-100\/100::placeholder{ + color: rgb(207 250 254 / 1); +} +.placeholder-cyan-200\/0::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0); +} +.placeholder-cyan-200\/0::-moz-placeholder{ + color: rgb(165 243 252 / 0); +} +.placeholder-cyan-200\/0:-ms-input-placeholder{ + color: rgb(165 243 252 / 0); +} +.placeholder-cyan-200\/0::-ms-input-placeholder{ + color: rgb(165 243 252 / 0); +} +.placeholder-cyan-200\/0::placeholder{ + color: rgb(165 243 252 / 0); +} +.placeholder-cyan-200\/5::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.05); +} +.placeholder-cyan-200\/5::-moz-placeholder{ + color: rgb(165 243 252 / 0.05); +} +.placeholder-cyan-200\/5:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.05); +} +.placeholder-cyan-200\/5::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.05); +} +.placeholder-cyan-200\/5::placeholder{ + color: rgb(165 243 252 / 0.05); +} +.placeholder-cyan-200\/10::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.1); +} +.placeholder-cyan-200\/10::-moz-placeholder{ + color: rgb(165 243 252 / 0.1); +} +.placeholder-cyan-200\/10:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.1); +} +.placeholder-cyan-200\/10::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.1); +} +.placeholder-cyan-200\/10::placeholder{ + color: rgb(165 243 252 / 0.1); +} +.placeholder-cyan-200\/20::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.2); +} +.placeholder-cyan-200\/20::-moz-placeholder{ + color: rgb(165 243 252 / 0.2); +} +.placeholder-cyan-200\/20:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.2); +} +.placeholder-cyan-200\/20::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.2); +} +.placeholder-cyan-200\/20::placeholder{ + color: rgb(165 243 252 / 0.2); +} +.placeholder-cyan-200\/25::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.25); +} +.placeholder-cyan-200\/25::-moz-placeholder{ + color: rgb(165 243 252 / 0.25); +} +.placeholder-cyan-200\/25:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.25); +} +.placeholder-cyan-200\/25::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.25); +} +.placeholder-cyan-200\/25::placeholder{ + color: rgb(165 243 252 / 0.25); +} +.placeholder-cyan-200\/30::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.3); +} +.placeholder-cyan-200\/30::-moz-placeholder{ + color: rgb(165 243 252 / 0.3); +} +.placeholder-cyan-200\/30:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.3); +} +.placeholder-cyan-200\/30::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.3); +} +.placeholder-cyan-200\/30::placeholder{ + color: rgb(165 243 252 / 0.3); +} +.placeholder-cyan-200\/40::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.4); +} +.placeholder-cyan-200\/40::-moz-placeholder{ + color: rgb(165 243 252 / 0.4); +} +.placeholder-cyan-200\/40:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.4); +} +.placeholder-cyan-200\/40::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.4); +} +.placeholder-cyan-200\/40::placeholder{ + color: rgb(165 243 252 / 0.4); +} +.placeholder-cyan-200\/50::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.5); +} +.placeholder-cyan-200\/50::-moz-placeholder{ + color: rgb(165 243 252 / 0.5); +} +.placeholder-cyan-200\/50:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.5); +} +.placeholder-cyan-200\/50::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.5); +} +.placeholder-cyan-200\/50::placeholder{ + color: rgb(165 243 252 / 0.5); +} +.placeholder-cyan-200\/60::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.6); +} +.placeholder-cyan-200\/60::-moz-placeholder{ + color: rgb(165 243 252 / 0.6); +} +.placeholder-cyan-200\/60:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.6); +} +.placeholder-cyan-200\/60::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.6); +} +.placeholder-cyan-200\/60::placeholder{ + color: rgb(165 243 252 / 0.6); +} +.placeholder-cyan-200\/70::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.7); +} +.placeholder-cyan-200\/70::-moz-placeholder{ + color: rgb(165 243 252 / 0.7); +} +.placeholder-cyan-200\/70:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.7); +} +.placeholder-cyan-200\/70::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.7); +} +.placeholder-cyan-200\/70::placeholder{ + color: rgb(165 243 252 / 0.7); +} +.placeholder-cyan-200\/75::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.75); +} +.placeholder-cyan-200\/75::-moz-placeholder{ + color: rgb(165 243 252 / 0.75); +} +.placeholder-cyan-200\/75:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.75); +} +.placeholder-cyan-200\/75::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.75); +} +.placeholder-cyan-200\/75::placeholder{ + color: rgb(165 243 252 / 0.75); +} +.placeholder-cyan-200\/80::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.8); +} +.placeholder-cyan-200\/80::-moz-placeholder{ + color: rgb(165 243 252 / 0.8); +} +.placeholder-cyan-200\/80:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.8); +} +.placeholder-cyan-200\/80::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.8); +} +.placeholder-cyan-200\/80::placeholder{ + color: rgb(165 243 252 / 0.8); +} +.placeholder-cyan-200\/90::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.9); +} +.placeholder-cyan-200\/90::-moz-placeholder{ + color: rgb(165 243 252 / 0.9); +} +.placeholder-cyan-200\/90:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.9); +} +.placeholder-cyan-200\/90::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.9); +} +.placeholder-cyan-200\/90::placeholder{ + color: rgb(165 243 252 / 0.9); +} +.placeholder-cyan-200\/95::-webkit-input-placeholder{ + color: rgb(165 243 252 / 0.95); +} +.placeholder-cyan-200\/95::-moz-placeholder{ + color: rgb(165 243 252 / 0.95); +} +.placeholder-cyan-200\/95:-ms-input-placeholder{ + color: rgb(165 243 252 / 0.95); +} +.placeholder-cyan-200\/95::-ms-input-placeholder{ + color: rgb(165 243 252 / 0.95); +} +.placeholder-cyan-200\/95::placeholder{ + color: rgb(165 243 252 / 0.95); +} +.placeholder-cyan-200\/100::-webkit-input-placeholder{ + color: rgb(165 243 252 / 1); +} +.placeholder-cyan-200\/100::-moz-placeholder{ + color: rgb(165 243 252 / 1); +} +.placeholder-cyan-200\/100:-ms-input-placeholder{ + color: rgb(165 243 252 / 1); +} +.placeholder-cyan-200\/100::-ms-input-placeholder{ + color: rgb(165 243 252 / 1); +} +.placeholder-cyan-200\/100::placeholder{ + color: rgb(165 243 252 / 1); +} +.placeholder-cyan-300\/0::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0); +} +.placeholder-cyan-300\/0::-moz-placeholder{ + color: rgb(103 232 249 / 0); +} +.placeholder-cyan-300\/0:-ms-input-placeholder{ + color: rgb(103 232 249 / 0); +} +.placeholder-cyan-300\/0::-ms-input-placeholder{ + color: rgb(103 232 249 / 0); +} +.placeholder-cyan-300\/0::placeholder{ + color: rgb(103 232 249 / 0); +} +.placeholder-cyan-300\/5::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.05); +} +.placeholder-cyan-300\/5::-moz-placeholder{ + color: rgb(103 232 249 / 0.05); +} +.placeholder-cyan-300\/5:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.05); +} +.placeholder-cyan-300\/5::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.05); +} +.placeholder-cyan-300\/5::placeholder{ + color: rgb(103 232 249 / 0.05); +} +.placeholder-cyan-300\/10::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.1); +} +.placeholder-cyan-300\/10::-moz-placeholder{ + color: rgb(103 232 249 / 0.1); +} +.placeholder-cyan-300\/10:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.1); +} +.placeholder-cyan-300\/10::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.1); +} +.placeholder-cyan-300\/10::placeholder{ + color: rgb(103 232 249 / 0.1); +} +.placeholder-cyan-300\/20::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.2); +} +.placeholder-cyan-300\/20::-moz-placeholder{ + color: rgb(103 232 249 / 0.2); +} +.placeholder-cyan-300\/20:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.2); +} +.placeholder-cyan-300\/20::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.2); +} +.placeholder-cyan-300\/20::placeholder{ + color: rgb(103 232 249 / 0.2); +} +.placeholder-cyan-300\/25::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.25); +} +.placeholder-cyan-300\/25::-moz-placeholder{ + color: rgb(103 232 249 / 0.25); +} +.placeholder-cyan-300\/25:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.25); +} +.placeholder-cyan-300\/25::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.25); +} +.placeholder-cyan-300\/25::placeholder{ + color: rgb(103 232 249 / 0.25); +} +.placeholder-cyan-300\/30::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.3); +} +.placeholder-cyan-300\/30::-moz-placeholder{ + color: rgb(103 232 249 / 0.3); +} +.placeholder-cyan-300\/30:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.3); +} +.placeholder-cyan-300\/30::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.3); +} +.placeholder-cyan-300\/30::placeholder{ + color: rgb(103 232 249 / 0.3); +} +.placeholder-cyan-300\/40::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.4); +} +.placeholder-cyan-300\/40::-moz-placeholder{ + color: rgb(103 232 249 / 0.4); +} +.placeholder-cyan-300\/40:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.4); +} +.placeholder-cyan-300\/40::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.4); +} +.placeholder-cyan-300\/40::placeholder{ + color: rgb(103 232 249 / 0.4); +} +.placeholder-cyan-300\/50::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.5); +} +.placeholder-cyan-300\/50::-moz-placeholder{ + color: rgb(103 232 249 / 0.5); +} +.placeholder-cyan-300\/50:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.5); +} +.placeholder-cyan-300\/50::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.5); +} +.placeholder-cyan-300\/50::placeholder{ + color: rgb(103 232 249 / 0.5); +} +.placeholder-cyan-300\/60::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.6); +} +.placeholder-cyan-300\/60::-moz-placeholder{ + color: rgb(103 232 249 / 0.6); +} +.placeholder-cyan-300\/60:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.6); +} +.placeholder-cyan-300\/60::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.6); +} +.placeholder-cyan-300\/60::placeholder{ + color: rgb(103 232 249 / 0.6); +} +.placeholder-cyan-300\/70::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.7); +} +.placeholder-cyan-300\/70::-moz-placeholder{ + color: rgb(103 232 249 / 0.7); +} +.placeholder-cyan-300\/70:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.7); +} +.placeholder-cyan-300\/70::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.7); +} +.placeholder-cyan-300\/70::placeholder{ + color: rgb(103 232 249 / 0.7); +} +.placeholder-cyan-300\/75::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.75); +} +.placeholder-cyan-300\/75::-moz-placeholder{ + color: rgb(103 232 249 / 0.75); +} +.placeholder-cyan-300\/75:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.75); +} +.placeholder-cyan-300\/75::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.75); +} +.placeholder-cyan-300\/75::placeholder{ + color: rgb(103 232 249 / 0.75); +} +.placeholder-cyan-300\/80::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.8); +} +.placeholder-cyan-300\/80::-moz-placeholder{ + color: rgb(103 232 249 / 0.8); +} +.placeholder-cyan-300\/80:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.8); +} +.placeholder-cyan-300\/80::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.8); +} +.placeholder-cyan-300\/80::placeholder{ + color: rgb(103 232 249 / 0.8); +} +.placeholder-cyan-300\/90::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.9); +} +.placeholder-cyan-300\/90::-moz-placeholder{ + color: rgb(103 232 249 / 0.9); +} +.placeholder-cyan-300\/90:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.9); +} +.placeholder-cyan-300\/90::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.9); +} +.placeholder-cyan-300\/90::placeholder{ + color: rgb(103 232 249 / 0.9); +} +.placeholder-cyan-300\/95::-webkit-input-placeholder{ + color: rgb(103 232 249 / 0.95); +} +.placeholder-cyan-300\/95::-moz-placeholder{ + color: rgb(103 232 249 / 0.95); +} +.placeholder-cyan-300\/95:-ms-input-placeholder{ + color: rgb(103 232 249 / 0.95); +} +.placeholder-cyan-300\/95::-ms-input-placeholder{ + color: rgb(103 232 249 / 0.95); +} +.placeholder-cyan-300\/95::placeholder{ + color: rgb(103 232 249 / 0.95); +} +.placeholder-cyan-300\/100::-webkit-input-placeholder{ + color: rgb(103 232 249 / 1); +} +.placeholder-cyan-300\/100::-moz-placeholder{ + color: rgb(103 232 249 / 1); +} +.placeholder-cyan-300\/100:-ms-input-placeholder{ + color: rgb(103 232 249 / 1); +} +.placeholder-cyan-300\/100::-ms-input-placeholder{ + color: rgb(103 232 249 / 1); +} +.placeholder-cyan-300\/100::placeholder{ + color: rgb(103 232 249 / 1); +} +.placeholder-cyan-400\/0::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0); +} +.placeholder-cyan-400\/0::-moz-placeholder{ + color: rgb(34 211 238 / 0); +} +.placeholder-cyan-400\/0:-ms-input-placeholder{ + color: rgb(34 211 238 / 0); +} +.placeholder-cyan-400\/0::-ms-input-placeholder{ + color: rgb(34 211 238 / 0); +} +.placeholder-cyan-400\/0::placeholder{ + color: rgb(34 211 238 / 0); +} +.placeholder-cyan-400\/5::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.05); +} +.placeholder-cyan-400\/5::-moz-placeholder{ + color: rgb(34 211 238 / 0.05); +} +.placeholder-cyan-400\/5:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.05); +} +.placeholder-cyan-400\/5::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.05); +} +.placeholder-cyan-400\/5::placeholder{ + color: rgb(34 211 238 / 0.05); +} +.placeholder-cyan-400\/10::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.1); +} +.placeholder-cyan-400\/10::-moz-placeholder{ + color: rgb(34 211 238 / 0.1); +} +.placeholder-cyan-400\/10:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.1); +} +.placeholder-cyan-400\/10::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.1); +} +.placeholder-cyan-400\/10::placeholder{ + color: rgb(34 211 238 / 0.1); +} +.placeholder-cyan-400\/20::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.2); +} +.placeholder-cyan-400\/20::-moz-placeholder{ + color: rgb(34 211 238 / 0.2); +} +.placeholder-cyan-400\/20:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.2); +} +.placeholder-cyan-400\/20::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.2); +} +.placeholder-cyan-400\/20::placeholder{ + color: rgb(34 211 238 / 0.2); +} +.placeholder-cyan-400\/25::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.25); +} +.placeholder-cyan-400\/25::-moz-placeholder{ + color: rgb(34 211 238 / 0.25); +} +.placeholder-cyan-400\/25:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.25); +} +.placeholder-cyan-400\/25::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.25); +} +.placeholder-cyan-400\/25::placeholder{ + color: rgb(34 211 238 / 0.25); +} +.placeholder-cyan-400\/30::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.3); +} +.placeholder-cyan-400\/30::-moz-placeholder{ + color: rgb(34 211 238 / 0.3); +} +.placeholder-cyan-400\/30:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.3); +} +.placeholder-cyan-400\/30::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.3); +} +.placeholder-cyan-400\/30::placeholder{ + color: rgb(34 211 238 / 0.3); +} +.placeholder-cyan-400\/40::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.4); +} +.placeholder-cyan-400\/40::-moz-placeholder{ + color: rgb(34 211 238 / 0.4); +} +.placeholder-cyan-400\/40:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.4); +} +.placeholder-cyan-400\/40::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.4); +} +.placeholder-cyan-400\/40::placeholder{ + color: rgb(34 211 238 / 0.4); +} +.placeholder-cyan-400\/50::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.5); +} +.placeholder-cyan-400\/50::-moz-placeholder{ + color: rgb(34 211 238 / 0.5); +} +.placeholder-cyan-400\/50:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.5); +} +.placeholder-cyan-400\/50::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.5); +} +.placeholder-cyan-400\/50::placeholder{ + color: rgb(34 211 238 / 0.5); +} +.placeholder-cyan-400\/60::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.6); +} +.placeholder-cyan-400\/60::-moz-placeholder{ + color: rgb(34 211 238 / 0.6); +} +.placeholder-cyan-400\/60:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.6); +} +.placeholder-cyan-400\/60::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.6); +} +.placeholder-cyan-400\/60::placeholder{ + color: rgb(34 211 238 / 0.6); +} +.placeholder-cyan-400\/70::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.7); +} +.placeholder-cyan-400\/70::-moz-placeholder{ + color: rgb(34 211 238 / 0.7); +} +.placeholder-cyan-400\/70:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.7); +} +.placeholder-cyan-400\/70::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.7); +} +.placeholder-cyan-400\/70::placeholder{ + color: rgb(34 211 238 / 0.7); +} +.placeholder-cyan-400\/75::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.75); +} +.placeholder-cyan-400\/75::-moz-placeholder{ + color: rgb(34 211 238 / 0.75); +} +.placeholder-cyan-400\/75:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.75); +} +.placeholder-cyan-400\/75::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.75); +} +.placeholder-cyan-400\/75::placeholder{ + color: rgb(34 211 238 / 0.75); +} +.placeholder-cyan-400\/80::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.8); +} +.placeholder-cyan-400\/80::-moz-placeholder{ + color: rgb(34 211 238 / 0.8); +} +.placeholder-cyan-400\/80:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.8); +} +.placeholder-cyan-400\/80::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.8); +} +.placeholder-cyan-400\/80::placeholder{ + color: rgb(34 211 238 / 0.8); +} +.placeholder-cyan-400\/90::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.9); +} +.placeholder-cyan-400\/90::-moz-placeholder{ + color: rgb(34 211 238 / 0.9); +} +.placeholder-cyan-400\/90:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.9); +} +.placeholder-cyan-400\/90::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.9); +} +.placeholder-cyan-400\/90::placeholder{ + color: rgb(34 211 238 / 0.9); +} +.placeholder-cyan-400\/95::-webkit-input-placeholder{ + color: rgb(34 211 238 / 0.95); +} +.placeholder-cyan-400\/95::-moz-placeholder{ + color: rgb(34 211 238 / 0.95); +} +.placeholder-cyan-400\/95:-ms-input-placeholder{ + color: rgb(34 211 238 / 0.95); +} +.placeholder-cyan-400\/95::-ms-input-placeholder{ + color: rgb(34 211 238 / 0.95); +} +.placeholder-cyan-400\/95::placeholder{ + color: rgb(34 211 238 / 0.95); +} +.placeholder-cyan-400\/100::-webkit-input-placeholder{ + color: rgb(34 211 238 / 1); +} +.placeholder-cyan-400\/100::-moz-placeholder{ + color: rgb(34 211 238 / 1); +} +.placeholder-cyan-400\/100:-ms-input-placeholder{ + color: rgb(34 211 238 / 1); +} +.placeholder-cyan-400\/100::-ms-input-placeholder{ + color: rgb(34 211 238 / 1); +} +.placeholder-cyan-400\/100::placeholder{ + color: rgb(34 211 238 / 1); +} +.placeholder-cyan-500\/0::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0); +} +.placeholder-cyan-500\/0::-moz-placeholder{ + color: rgb(6 182 212 / 0); +} +.placeholder-cyan-500\/0:-ms-input-placeholder{ + color: rgb(6 182 212 / 0); +} +.placeholder-cyan-500\/0::-ms-input-placeholder{ + color: rgb(6 182 212 / 0); +} +.placeholder-cyan-500\/0::placeholder{ + color: rgb(6 182 212 / 0); +} +.placeholder-cyan-500\/5::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.05); +} +.placeholder-cyan-500\/5::-moz-placeholder{ + color: rgb(6 182 212 / 0.05); +} +.placeholder-cyan-500\/5:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.05); +} +.placeholder-cyan-500\/5::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.05); +} +.placeholder-cyan-500\/5::placeholder{ + color: rgb(6 182 212 / 0.05); +} +.placeholder-cyan-500\/10::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.1); +} +.placeholder-cyan-500\/10::-moz-placeholder{ + color: rgb(6 182 212 / 0.1); +} +.placeholder-cyan-500\/10:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.1); +} +.placeholder-cyan-500\/10::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.1); +} +.placeholder-cyan-500\/10::placeholder{ + color: rgb(6 182 212 / 0.1); +} +.placeholder-cyan-500\/20::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.2); +} +.placeholder-cyan-500\/20::-moz-placeholder{ + color: rgb(6 182 212 / 0.2); +} +.placeholder-cyan-500\/20:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.2); +} +.placeholder-cyan-500\/20::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.2); +} +.placeholder-cyan-500\/20::placeholder{ + color: rgb(6 182 212 / 0.2); +} +.placeholder-cyan-500\/25::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.25); +} +.placeholder-cyan-500\/25::-moz-placeholder{ + color: rgb(6 182 212 / 0.25); +} +.placeholder-cyan-500\/25:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.25); +} +.placeholder-cyan-500\/25::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.25); +} +.placeholder-cyan-500\/25::placeholder{ + color: rgb(6 182 212 / 0.25); +} +.placeholder-cyan-500\/30::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.3); +} +.placeholder-cyan-500\/30::-moz-placeholder{ + color: rgb(6 182 212 / 0.3); +} +.placeholder-cyan-500\/30:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.3); +} +.placeholder-cyan-500\/30::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.3); +} +.placeholder-cyan-500\/30::placeholder{ + color: rgb(6 182 212 / 0.3); +} +.placeholder-cyan-500\/40::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.4); +} +.placeholder-cyan-500\/40::-moz-placeholder{ + color: rgb(6 182 212 / 0.4); +} +.placeholder-cyan-500\/40:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.4); +} +.placeholder-cyan-500\/40::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.4); +} +.placeholder-cyan-500\/40::placeholder{ + color: rgb(6 182 212 / 0.4); +} +.placeholder-cyan-500\/50::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.5); +} +.placeholder-cyan-500\/50::-moz-placeholder{ + color: rgb(6 182 212 / 0.5); +} +.placeholder-cyan-500\/50:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.5); +} +.placeholder-cyan-500\/50::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.5); +} +.placeholder-cyan-500\/50::placeholder{ + color: rgb(6 182 212 / 0.5); +} +.placeholder-cyan-500\/60::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.6); +} +.placeholder-cyan-500\/60::-moz-placeholder{ + color: rgb(6 182 212 / 0.6); +} +.placeholder-cyan-500\/60:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.6); +} +.placeholder-cyan-500\/60::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.6); +} +.placeholder-cyan-500\/60::placeholder{ + color: rgb(6 182 212 / 0.6); +} +.placeholder-cyan-500\/70::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.7); +} +.placeholder-cyan-500\/70::-moz-placeholder{ + color: rgb(6 182 212 / 0.7); +} +.placeholder-cyan-500\/70:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.7); +} +.placeholder-cyan-500\/70::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.7); +} +.placeholder-cyan-500\/70::placeholder{ + color: rgb(6 182 212 / 0.7); +} +.placeholder-cyan-500\/75::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.75); +} +.placeholder-cyan-500\/75::-moz-placeholder{ + color: rgb(6 182 212 / 0.75); +} +.placeholder-cyan-500\/75:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.75); +} +.placeholder-cyan-500\/75::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.75); +} +.placeholder-cyan-500\/75::placeholder{ + color: rgb(6 182 212 / 0.75); +} +.placeholder-cyan-500\/80::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.8); +} +.placeholder-cyan-500\/80::-moz-placeholder{ + color: rgb(6 182 212 / 0.8); +} +.placeholder-cyan-500\/80:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.8); +} +.placeholder-cyan-500\/80::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.8); +} +.placeholder-cyan-500\/80::placeholder{ + color: rgb(6 182 212 / 0.8); +} +.placeholder-cyan-500\/90::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.9); +} +.placeholder-cyan-500\/90::-moz-placeholder{ + color: rgb(6 182 212 / 0.9); +} +.placeholder-cyan-500\/90:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.9); +} +.placeholder-cyan-500\/90::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.9); +} +.placeholder-cyan-500\/90::placeholder{ + color: rgb(6 182 212 / 0.9); +} +.placeholder-cyan-500\/95::-webkit-input-placeholder{ + color: rgb(6 182 212 / 0.95); +} +.placeholder-cyan-500\/95::-moz-placeholder{ + color: rgb(6 182 212 / 0.95); +} +.placeholder-cyan-500\/95:-ms-input-placeholder{ + color: rgb(6 182 212 / 0.95); +} +.placeholder-cyan-500\/95::-ms-input-placeholder{ + color: rgb(6 182 212 / 0.95); +} +.placeholder-cyan-500\/95::placeholder{ + color: rgb(6 182 212 / 0.95); +} +.placeholder-cyan-500\/100::-webkit-input-placeholder{ + color: rgb(6 182 212 / 1); +} +.placeholder-cyan-500\/100::-moz-placeholder{ + color: rgb(6 182 212 / 1); +} +.placeholder-cyan-500\/100:-ms-input-placeholder{ + color: rgb(6 182 212 / 1); +} +.placeholder-cyan-500\/100::-ms-input-placeholder{ + color: rgb(6 182 212 / 1); +} +.placeholder-cyan-500\/100::placeholder{ + color: rgb(6 182 212 / 1); +} +.placeholder-cyan-600\/0::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0); +} +.placeholder-cyan-600\/0::-moz-placeholder{ + color: rgb(8 145 178 / 0); +} +.placeholder-cyan-600\/0:-ms-input-placeholder{ + color: rgb(8 145 178 / 0); +} +.placeholder-cyan-600\/0::-ms-input-placeholder{ + color: rgb(8 145 178 / 0); +} +.placeholder-cyan-600\/0::placeholder{ + color: rgb(8 145 178 / 0); +} +.placeholder-cyan-600\/5::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.05); +} +.placeholder-cyan-600\/5::-moz-placeholder{ + color: rgb(8 145 178 / 0.05); +} +.placeholder-cyan-600\/5:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.05); +} +.placeholder-cyan-600\/5::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.05); +} +.placeholder-cyan-600\/5::placeholder{ + color: rgb(8 145 178 / 0.05); +} +.placeholder-cyan-600\/10::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.1); +} +.placeholder-cyan-600\/10::-moz-placeholder{ + color: rgb(8 145 178 / 0.1); +} +.placeholder-cyan-600\/10:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.1); +} +.placeholder-cyan-600\/10::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.1); +} +.placeholder-cyan-600\/10::placeholder{ + color: rgb(8 145 178 / 0.1); +} +.placeholder-cyan-600\/20::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.2); +} +.placeholder-cyan-600\/20::-moz-placeholder{ + color: rgb(8 145 178 / 0.2); +} +.placeholder-cyan-600\/20:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.2); +} +.placeholder-cyan-600\/20::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.2); +} +.placeholder-cyan-600\/20::placeholder{ + color: rgb(8 145 178 / 0.2); +} +.placeholder-cyan-600\/25::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.25); +} +.placeholder-cyan-600\/25::-moz-placeholder{ + color: rgb(8 145 178 / 0.25); +} +.placeholder-cyan-600\/25:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.25); +} +.placeholder-cyan-600\/25::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.25); +} +.placeholder-cyan-600\/25::placeholder{ + color: rgb(8 145 178 / 0.25); +} +.placeholder-cyan-600\/30::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.3); +} +.placeholder-cyan-600\/30::-moz-placeholder{ + color: rgb(8 145 178 / 0.3); +} +.placeholder-cyan-600\/30:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.3); +} +.placeholder-cyan-600\/30::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.3); +} +.placeholder-cyan-600\/30::placeholder{ + color: rgb(8 145 178 / 0.3); +} +.placeholder-cyan-600\/40::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.4); +} +.placeholder-cyan-600\/40::-moz-placeholder{ + color: rgb(8 145 178 / 0.4); +} +.placeholder-cyan-600\/40:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.4); +} +.placeholder-cyan-600\/40::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.4); +} +.placeholder-cyan-600\/40::placeholder{ + color: rgb(8 145 178 / 0.4); +} +.placeholder-cyan-600\/50::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.5); +} +.placeholder-cyan-600\/50::-moz-placeholder{ + color: rgb(8 145 178 / 0.5); +} +.placeholder-cyan-600\/50:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.5); +} +.placeholder-cyan-600\/50::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.5); +} +.placeholder-cyan-600\/50::placeholder{ + color: rgb(8 145 178 / 0.5); +} +.placeholder-cyan-600\/60::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.6); +} +.placeholder-cyan-600\/60::-moz-placeholder{ + color: rgb(8 145 178 / 0.6); +} +.placeholder-cyan-600\/60:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.6); +} +.placeholder-cyan-600\/60::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.6); +} +.placeholder-cyan-600\/60::placeholder{ + color: rgb(8 145 178 / 0.6); +} +.placeholder-cyan-600\/70::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.7); +} +.placeholder-cyan-600\/70::-moz-placeholder{ + color: rgb(8 145 178 / 0.7); +} +.placeholder-cyan-600\/70:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.7); +} +.placeholder-cyan-600\/70::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.7); +} +.placeholder-cyan-600\/70::placeholder{ + color: rgb(8 145 178 / 0.7); +} +.placeholder-cyan-600\/75::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.75); +} +.placeholder-cyan-600\/75::-moz-placeholder{ + color: rgb(8 145 178 / 0.75); +} +.placeholder-cyan-600\/75:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.75); +} +.placeholder-cyan-600\/75::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.75); +} +.placeholder-cyan-600\/75::placeholder{ + color: rgb(8 145 178 / 0.75); +} +.placeholder-cyan-600\/80::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.8); +} +.placeholder-cyan-600\/80::-moz-placeholder{ + color: rgb(8 145 178 / 0.8); +} +.placeholder-cyan-600\/80:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.8); +} +.placeholder-cyan-600\/80::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.8); +} +.placeholder-cyan-600\/80::placeholder{ + color: rgb(8 145 178 / 0.8); +} +.placeholder-cyan-600\/90::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.9); +} +.placeholder-cyan-600\/90::-moz-placeholder{ + color: rgb(8 145 178 / 0.9); +} +.placeholder-cyan-600\/90:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.9); +} +.placeholder-cyan-600\/90::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.9); +} +.placeholder-cyan-600\/90::placeholder{ + color: rgb(8 145 178 / 0.9); +} +.placeholder-cyan-600\/95::-webkit-input-placeholder{ + color: rgb(8 145 178 / 0.95); +} +.placeholder-cyan-600\/95::-moz-placeholder{ + color: rgb(8 145 178 / 0.95); +} +.placeholder-cyan-600\/95:-ms-input-placeholder{ + color: rgb(8 145 178 / 0.95); +} +.placeholder-cyan-600\/95::-ms-input-placeholder{ + color: rgb(8 145 178 / 0.95); +} +.placeholder-cyan-600\/95::placeholder{ + color: rgb(8 145 178 / 0.95); +} +.placeholder-cyan-600\/100::-webkit-input-placeholder{ + color: rgb(8 145 178 / 1); +} +.placeholder-cyan-600\/100::-moz-placeholder{ + color: rgb(8 145 178 / 1); +} +.placeholder-cyan-600\/100:-ms-input-placeholder{ + color: rgb(8 145 178 / 1); +} +.placeholder-cyan-600\/100::-ms-input-placeholder{ + color: rgb(8 145 178 / 1); +} +.placeholder-cyan-600\/100::placeholder{ + color: rgb(8 145 178 / 1); +} +.placeholder-cyan-700\/0::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0); +} +.placeholder-cyan-700\/0::-moz-placeholder{ + color: rgb(14 116 144 / 0); +} +.placeholder-cyan-700\/0:-ms-input-placeholder{ + color: rgb(14 116 144 / 0); +} +.placeholder-cyan-700\/0::-ms-input-placeholder{ + color: rgb(14 116 144 / 0); +} +.placeholder-cyan-700\/0::placeholder{ + color: rgb(14 116 144 / 0); +} +.placeholder-cyan-700\/5::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.05); +} +.placeholder-cyan-700\/5::-moz-placeholder{ + color: rgb(14 116 144 / 0.05); +} +.placeholder-cyan-700\/5:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.05); +} +.placeholder-cyan-700\/5::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.05); +} +.placeholder-cyan-700\/5::placeholder{ + color: rgb(14 116 144 / 0.05); +} +.placeholder-cyan-700\/10::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.1); +} +.placeholder-cyan-700\/10::-moz-placeholder{ + color: rgb(14 116 144 / 0.1); +} +.placeholder-cyan-700\/10:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.1); +} +.placeholder-cyan-700\/10::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.1); +} +.placeholder-cyan-700\/10::placeholder{ + color: rgb(14 116 144 / 0.1); +} +.placeholder-cyan-700\/20::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.2); +} +.placeholder-cyan-700\/20::-moz-placeholder{ + color: rgb(14 116 144 / 0.2); +} +.placeholder-cyan-700\/20:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.2); +} +.placeholder-cyan-700\/20::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.2); +} +.placeholder-cyan-700\/20::placeholder{ + color: rgb(14 116 144 / 0.2); +} +.placeholder-cyan-700\/25::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.25); +} +.placeholder-cyan-700\/25::-moz-placeholder{ + color: rgb(14 116 144 / 0.25); +} +.placeholder-cyan-700\/25:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.25); +} +.placeholder-cyan-700\/25::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.25); +} +.placeholder-cyan-700\/25::placeholder{ + color: rgb(14 116 144 / 0.25); +} +.placeholder-cyan-700\/30::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.3); +} +.placeholder-cyan-700\/30::-moz-placeholder{ + color: rgb(14 116 144 / 0.3); +} +.placeholder-cyan-700\/30:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.3); +} +.placeholder-cyan-700\/30::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.3); +} +.placeholder-cyan-700\/30::placeholder{ + color: rgb(14 116 144 / 0.3); +} +.placeholder-cyan-700\/40::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.4); +} +.placeholder-cyan-700\/40::-moz-placeholder{ + color: rgb(14 116 144 / 0.4); +} +.placeholder-cyan-700\/40:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.4); +} +.placeholder-cyan-700\/40::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.4); +} +.placeholder-cyan-700\/40::placeholder{ + color: rgb(14 116 144 / 0.4); +} +.placeholder-cyan-700\/50::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.5); +} +.placeholder-cyan-700\/50::-moz-placeholder{ + color: rgb(14 116 144 / 0.5); +} +.placeholder-cyan-700\/50:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.5); +} +.placeholder-cyan-700\/50::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.5); +} +.placeholder-cyan-700\/50::placeholder{ + color: rgb(14 116 144 / 0.5); +} +.placeholder-cyan-700\/60::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.6); +} +.placeholder-cyan-700\/60::-moz-placeholder{ + color: rgb(14 116 144 / 0.6); +} +.placeholder-cyan-700\/60:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.6); +} +.placeholder-cyan-700\/60::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.6); +} +.placeholder-cyan-700\/60::placeholder{ + color: rgb(14 116 144 / 0.6); +} +.placeholder-cyan-700\/70::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.7); +} +.placeholder-cyan-700\/70::-moz-placeholder{ + color: rgb(14 116 144 / 0.7); +} +.placeholder-cyan-700\/70:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.7); +} +.placeholder-cyan-700\/70::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.7); +} +.placeholder-cyan-700\/70::placeholder{ + color: rgb(14 116 144 / 0.7); +} +.placeholder-cyan-700\/75::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.75); +} +.placeholder-cyan-700\/75::-moz-placeholder{ + color: rgb(14 116 144 / 0.75); +} +.placeholder-cyan-700\/75:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.75); +} +.placeholder-cyan-700\/75::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.75); +} +.placeholder-cyan-700\/75::placeholder{ + color: rgb(14 116 144 / 0.75); +} +.placeholder-cyan-700\/80::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.8); +} +.placeholder-cyan-700\/80::-moz-placeholder{ + color: rgb(14 116 144 / 0.8); +} +.placeholder-cyan-700\/80:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.8); +} +.placeholder-cyan-700\/80::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.8); +} +.placeholder-cyan-700\/80::placeholder{ + color: rgb(14 116 144 / 0.8); +} +.placeholder-cyan-700\/90::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.9); +} +.placeholder-cyan-700\/90::-moz-placeholder{ + color: rgb(14 116 144 / 0.9); +} +.placeholder-cyan-700\/90:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.9); +} +.placeholder-cyan-700\/90::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.9); +} +.placeholder-cyan-700\/90::placeholder{ + color: rgb(14 116 144 / 0.9); +} +.placeholder-cyan-700\/95::-webkit-input-placeholder{ + color: rgb(14 116 144 / 0.95); +} +.placeholder-cyan-700\/95::-moz-placeholder{ + color: rgb(14 116 144 / 0.95); +} +.placeholder-cyan-700\/95:-ms-input-placeholder{ + color: rgb(14 116 144 / 0.95); +} +.placeholder-cyan-700\/95::-ms-input-placeholder{ + color: rgb(14 116 144 / 0.95); +} +.placeholder-cyan-700\/95::placeholder{ + color: rgb(14 116 144 / 0.95); +} +.placeholder-cyan-700\/100::-webkit-input-placeholder{ + color: rgb(14 116 144 / 1); +} +.placeholder-cyan-700\/100::-moz-placeholder{ + color: rgb(14 116 144 / 1); +} +.placeholder-cyan-700\/100:-ms-input-placeholder{ + color: rgb(14 116 144 / 1); +} +.placeholder-cyan-700\/100::-ms-input-placeholder{ + color: rgb(14 116 144 / 1); +} +.placeholder-cyan-700\/100::placeholder{ + color: rgb(14 116 144 / 1); +} +.placeholder-cyan-800\/0::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0); +} +.placeholder-cyan-800\/0::-moz-placeholder{ + color: rgb(21 94 117 / 0); +} +.placeholder-cyan-800\/0:-ms-input-placeholder{ + color: rgb(21 94 117 / 0); +} +.placeholder-cyan-800\/0::-ms-input-placeholder{ + color: rgb(21 94 117 / 0); +} +.placeholder-cyan-800\/0::placeholder{ + color: rgb(21 94 117 / 0); +} +.placeholder-cyan-800\/5::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.05); +} +.placeholder-cyan-800\/5::-moz-placeholder{ + color: rgb(21 94 117 / 0.05); +} +.placeholder-cyan-800\/5:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.05); +} +.placeholder-cyan-800\/5::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.05); +} +.placeholder-cyan-800\/5::placeholder{ + color: rgb(21 94 117 / 0.05); +} +.placeholder-cyan-800\/10::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.1); +} +.placeholder-cyan-800\/10::-moz-placeholder{ + color: rgb(21 94 117 / 0.1); +} +.placeholder-cyan-800\/10:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.1); +} +.placeholder-cyan-800\/10::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.1); +} +.placeholder-cyan-800\/10::placeholder{ + color: rgb(21 94 117 / 0.1); +} +.placeholder-cyan-800\/20::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.2); +} +.placeholder-cyan-800\/20::-moz-placeholder{ + color: rgb(21 94 117 / 0.2); +} +.placeholder-cyan-800\/20:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.2); +} +.placeholder-cyan-800\/20::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.2); +} +.placeholder-cyan-800\/20::placeholder{ + color: rgb(21 94 117 / 0.2); +} +.placeholder-cyan-800\/25::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.25); +} +.placeholder-cyan-800\/25::-moz-placeholder{ + color: rgb(21 94 117 / 0.25); +} +.placeholder-cyan-800\/25:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.25); +} +.placeholder-cyan-800\/25::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.25); +} +.placeholder-cyan-800\/25::placeholder{ + color: rgb(21 94 117 / 0.25); +} +.placeholder-cyan-800\/30::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.3); +} +.placeholder-cyan-800\/30::-moz-placeholder{ + color: rgb(21 94 117 / 0.3); +} +.placeholder-cyan-800\/30:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.3); +} +.placeholder-cyan-800\/30::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.3); +} +.placeholder-cyan-800\/30::placeholder{ + color: rgb(21 94 117 / 0.3); +} +.placeholder-cyan-800\/40::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.4); +} +.placeholder-cyan-800\/40::-moz-placeholder{ + color: rgb(21 94 117 / 0.4); +} +.placeholder-cyan-800\/40:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.4); +} +.placeholder-cyan-800\/40::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.4); +} +.placeholder-cyan-800\/40::placeholder{ + color: rgb(21 94 117 / 0.4); +} +.placeholder-cyan-800\/50::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.5); +} +.placeholder-cyan-800\/50::-moz-placeholder{ + color: rgb(21 94 117 / 0.5); +} +.placeholder-cyan-800\/50:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.5); +} +.placeholder-cyan-800\/50::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.5); +} +.placeholder-cyan-800\/50::placeholder{ + color: rgb(21 94 117 / 0.5); +} +.placeholder-cyan-800\/60::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.6); +} +.placeholder-cyan-800\/60::-moz-placeholder{ + color: rgb(21 94 117 / 0.6); +} +.placeholder-cyan-800\/60:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.6); +} +.placeholder-cyan-800\/60::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.6); +} +.placeholder-cyan-800\/60::placeholder{ + color: rgb(21 94 117 / 0.6); +} +.placeholder-cyan-800\/70::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.7); +} +.placeholder-cyan-800\/70::-moz-placeholder{ + color: rgb(21 94 117 / 0.7); +} +.placeholder-cyan-800\/70:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.7); +} +.placeholder-cyan-800\/70::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.7); +} +.placeholder-cyan-800\/70::placeholder{ + color: rgb(21 94 117 / 0.7); +} +.placeholder-cyan-800\/75::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.75); +} +.placeholder-cyan-800\/75::-moz-placeholder{ + color: rgb(21 94 117 / 0.75); +} +.placeholder-cyan-800\/75:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.75); +} +.placeholder-cyan-800\/75::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.75); +} +.placeholder-cyan-800\/75::placeholder{ + color: rgb(21 94 117 / 0.75); +} +.placeholder-cyan-800\/80::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.8); +} +.placeholder-cyan-800\/80::-moz-placeholder{ + color: rgb(21 94 117 / 0.8); +} +.placeholder-cyan-800\/80:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.8); +} +.placeholder-cyan-800\/80::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.8); +} +.placeholder-cyan-800\/80::placeholder{ + color: rgb(21 94 117 / 0.8); +} +.placeholder-cyan-800\/90::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.9); +} +.placeholder-cyan-800\/90::-moz-placeholder{ + color: rgb(21 94 117 / 0.9); +} +.placeholder-cyan-800\/90:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.9); +} +.placeholder-cyan-800\/90::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.9); +} +.placeholder-cyan-800\/90::placeholder{ + color: rgb(21 94 117 / 0.9); +} +.placeholder-cyan-800\/95::-webkit-input-placeholder{ + color: rgb(21 94 117 / 0.95); +} +.placeholder-cyan-800\/95::-moz-placeholder{ + color: rgb(21 94 117 / 0.95); +} +.placeholder-cyan-800\/95:-ms-input-placeholder{ + color: rgb(21 94 117 / 0.95); +} +.placeholder-cyan-800\/95::-ms-input-placeholder{ + color: rgb(21 94 117 / 0.95); +} +.placeholder-cyan-800\/95::placeholder{ + color: rgb(21 94 117 / 0.95); +} +.placeholder-cyan-800\/100::-webkit-input-placeholder{ + color: rgb(21 94 117 / 1); +} +.placeholder-cyan-800\/100::-moz-placeholder{ + color: rgb(21 94 117 / 1); +} +.placeholder-cyan-800\/100:-ms-input-placeholder{ + color: rgb(21 94 117 / 1); +} +.placeholder-cyan-800\/100::-ms-input-placeholder{ + color: rgb(21 94 117 / 1); +} +.placeholder-cyan-800\/100::placeholder{ + color: rgb(21 94 117 / 1); +} +.placeholder-cyan-900\/0::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0); +} +.placeholder-cyan-900\/0::-moz-placeholder{ + color: rgb(22 78 99 / 0); +} +.placeholder-cyan-900\/0:-ms-input-placeholder{ + color: rgb(22 78 99 / 0); +} +.placeholder-cyan-900\/0::-ms-input-placeholder{ + color: rgb(22 78 99 / 0); +} +.placeholder-cyan-900\/0::placeholder{ + color: rgb(22 78 99 / 0); +} +.placeholder-cyan-900\/5::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.05); +} +.placeholder-cyan-900\/5::-moz-placeholder{ + color: rgb(22 78 99 / 0.05); +} +.placeholder-cyan-900\/5:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.05); +} +.placeholder-cyan-900\/5::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.05); +} +.placeholder-cyan-900\/5::placeholder{ + color: rgb(22 78 99 / 0.05); +} +.placeholder-cyan-900\/10::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.1); +} +.placeholder-cyan-900\/10::-moz-placeholder{ + color: rgb(22 78 99 / 0.1); +} +.placeholder-cyan-900\/10:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.1); +} +.placeholder-cyan-900\/10::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.1); +} +.placeholder-cyan-900\/10::placeholder{ + color: rgb(22 78 99 / 0.1); +} +.placeholder-cyan-900\/20::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.2); +} +.placeholder-cyan-900\/20::-moz-placeholder{ + color: rgb(22 78 99 / 0.2); +} +.placeholder-cyan-900\/20:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.2); +} +.placeholder-cyan-900\/20::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.2); +} +.placeholder-cyan-900\/20::placeholder{ + color: rgb(22 78 99 / 0.2); +} +.placeholder-cyan-900\/25::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.25); +} +.placeholder-cyan-900\/25::-moz-placeholder{ + color: rgb(22 78 99 / 0.25); +} +.placeholder-cyan-900\/25:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.25); +} +.placeholder-cyan-900\/25::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.25); +} +.placeholder-cyan-900\/25::placeholder{ + color: rgb(22 78 99 / 0.25); +} +.placeholder-cyan-900\/30::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.3); +} +.placeholder-cyan-900\/30::-moz-placeholder{ + color: rgb(22 78 99 / 0.3); +} +.placeholder-cyan-900\/30:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.3); +} +.placeholder-cyan-900\/30::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.3); +} +.placeholder-cyan-900\/30::placeholder{ + color: rgb(22 78 99 / 0.3); +} +.placeholder-cyan-900\/40::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.4); +} +.placeholder-cyan-900\/40::-moz-placeholder{ + color: rgb(22 78 99 / 0.4); +} +.placeholder-cyan-900\/40:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.4); +} +.placeholder-cyan-900\/40::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.4); +} +.placeholder-cyan-900\/40::placeholder{ + color: rgb(22 78 99 / 0.4); +} +.placeholder-cyan-900\/50::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.5); +} +.placeholder-cyan-900\/50::-moz-placeholder{ + color: rgb(22 78 99 / 0.5); +} +.placeholder-cyan-900\/50:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.5); +} +.placeholder-cyan-900\/50::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.5); +} +.placeholder-cyan-900\/50::placeholder{ + color: rgb(22 78 99 / 0.5); +} +.placeholder-cyan-900\/60::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.6); +} +.placeholder-cyan-900\/60::-moz-placeholder{ + color: rgb(22 78 99 / 0.6); +} +.placeholder-cyan-900\/60:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.6); +} +.placeholder-cyan-900\/60::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.6); +} +.placeholder-cyan-900\/60::placeholder{ + color: rgb(22 78 99 / 0.6); +} +.placeholder-cyan-900\/70::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.7); +} +.placeholder-cyan-900\/70::-moz-placeholder{ + color: rgb(22 78 99 / 0.7); +} +.placeholder-cyan-900\/70:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.7); +} +.placeholder-cyan-900\/70::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.7); +} +.placeholder-cyan-900\/70::placeholder{ + color: rgb(22 78 99 / 0.7); +} +.placeholder-cyan-900\/75::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.75); +} +.placeholder-cyan-900\/75::-moz-placeholder{ + color: rgb(22 78 99 / 0.75); +} +.placeholder-cyan-900\/75:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.75); +} +.placeholder-cyan-900\/75::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.75); +} +.placeholder-cyan-900\/75::placeholder{ + color: rgb(22 78 99 / 0.75); +} +.placeholder-cyan-900\/80::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.8); +} +.placeholder-cyan-900\/80::-moz-placeholder{ + color: rgb(22 78 99 / 0.8); +} +.placeholder-cyan-900\/80:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.8); +} +.placeholder-cyan-900\/80::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.8); +} +.placeholder-cyan-900\/80::placeholder{ + color: rgb(22 78 99 / 0.8); +} +.placeholder-cyan-900\/90::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.9); +} +.placeholder-cyan-900\/90::-moz-placeholder{ + color: rgb(22 78 99 / 0.9); +} +.placeholder-cyan-900\/90:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.9); +} +.placeholder-cyan-900\/90::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.9); +} +.placeholder-cyan-900\/90::placeholder{ + color: rgb(22 78 99 / 0.9); +} +.placeholder-cyan-900\/95::-webkit-input-placeholder{ + color: rgb(22 78 99 / 0.95); +} +.placeholder-cyan-900\/95::-moz-placeholder{ + color: rgb(22 78 99 / 0.95); +} +.placeholder-cyan-900\/95:-ms-input-placeholder{ + color: rgb(22 78 99 / 0.95); +} +.placeholder-cyan-900\/95::-ms-input-placeholder{ + color: rgb(22 78 99 / 0.95); +} +.placeholder-cyan-900\/95::placeholder{ + color: rgb(22 78 99 / 0.95); +} +.placeholder-cyan-900\/100::-webkit-input-placeholder{ + color: rgb(22 78 99 / 1); +} +.placeholder-cyan-900\/100::-moz-placeholder{ + color: rgb(22 78 99 / 1); +} +.placeholder-cyan-900\/100:-ms-input-placeholder{ + color: rgb(22 78 99 / 1); +} +.placeholder-cyan-900\/100::-ms-input-placeholder{ + color: rgb(22 78 99 / 1); +} +.placeholder-cyan-900\/100::placeholder{ + color: rgb(22 78 99 / 1); +} +.placeholder-sky-50\/0::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0); +} +.placeholder-sky-50\/0::-moz-placeholder{ + color: rgb(240 249 255 / 0); +} +.placeholder-sky-50\/0:-ms-input-placeholder{ + color: rgb(240 249 255 / 0); +} +.placeholder-sky-50\/0::-ms-input-placeholder{ + color: rgb(240 249 255 / 0); +} +.placeholder-sky-50\/0::placeholder{ + color: rgb(240 249 255 / 0); +} +.placeholder-sky-50\/5::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.05); +} +.placeholder-sky-50\/5::-moz-placeholder{ + color: rgb(240 249 255 / 0.05); +} +.placeholder-sky-50\/5:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.05); +} +.placeholder-sky-50\/5::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.05); +} +.placeholder-sky-50\/5::placeholder{ + color: rgb(240 249 255 / 0.05); +} +.placeholder-sky-50\/10::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.1); +} +.placeholder-sky-50\/10::-moz-placeholder{ + color: rgb(240 249 255 / 0.1); +} +.placeholder-sky-50\/10:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.1); +} +.placeholder-sky-50\/10::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.1); +} +.placeholder-sky-50\/10::placeholder{ + color: rgb(240 249 255 / 0.1); +} +.placeholder-sky-50\/20::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.2); +} +.placeholder-sky-50\/20::-moz-placeholder{ + color: rgb(240 249 255 / 0.2); +} +.placeholder-sky-50\/20:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.2); +} +.placeholder-sky-50\/20::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.2); +} +.placeholder-sky-50\/20::placeholder{ + color: rgb(240 249 255 / 0.2); +} +.placeholder-sky-50\/25::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.25); +} +.placeholder-sky-50\/25::-moz-placeholder{ + color: rgb(240 249 255 / 0.25); +} +.placeholder-sky-50\/25:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.25); +} +.placeholder-sky-50\/25::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.25); +} +.placeholder-sky-50\/25::placeholder{ + color: rgb(240 249 255 / 0.25); +} +.placeholder-sky-50\/30::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.3); +} +.placeholder-sky-50\/30::-moz-placeholder{ + color: rgb(240 249 255 / 0.3); +} +.placeholder-sky-50\/30:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.3); +} +.placeholder-sky-50\/30::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.3); +} +.placeholder-sky-50\/30::placeholder{ + color: rgb(240 249 255 / 0.3); +} +.placeholder-sky-50\/40::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.4); +} +.placeholder-sky-50\/40::-moz-placeholder{ + color: rgb(240 249 255 / 0.4); +} +.placeholder-sky-50\/40:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.4); +} +.placeholder-sky-50\/40::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.4); +} +.placeholder-sky-50\/40::placeholder{ + color: rgb(240 249 255 / 0.4); +} +.placeholder-sky-50\/50::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.5); +} +.placeholder-sky-50\/50::-moz-placeholder{ + color: rgb(240 249 255 / 0.5); +} +.placeholder-sky-50\/50:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.5); +} +.placeholder-sky-50\/50::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.5); +} +.placeholder-sky-50\/50::placeholder{ + color: rgb(240 249 255 / 0.5); +} +.placeholder-sky-50\/60::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.6); +} +.placeholder-sky-50\/60::-moz-placeholder{ + color: rgb(240 249 255 / 0.6); +} +.placeholder-sky-50\/60:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.6); +} +.placeholder-sky-50\/60::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.6); +} +.placeholder-sky-50\/60::placeholder{ + color: rgb(240 249 255 / 0.6); +} +.placeholder-sky-50\/70::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.7); +} +.placeholder-sky-50\/70::-moz-placeholder{ + color: rgb(240 249 255 / 0.7); +} +.placeholder-sky-50\/70:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.7); +} +.placeholder-sky-50\/70::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.7); +} +.placeholder-sky-50\/70::placeholder{ + color: rgb(240 249 255 / 0.7); +} +.placeholder-sky-50\/75::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.75); +} +.placeholder-sky-50\/75::-moz-placeholder{ + color: rgb(240 249 255 / 0.75); +} +.placeholder-sky-50\/75:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.75); +} +.placeholder-sky-50\/75::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.75); +} +.placeholder-sky-50\/75::placeholder{ + color: rgb(240 249 255 / 0.75); +} +.placeholder-sky-50\/80::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.8); +} +.placeholder-sky-50\/80::-moz-placeholder{ + color: rgb(240 249 255 / 0.8); +} +.placeholder-sky-50\/80:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.8); +} +.placeholder-sky-50\/80::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.8); +} +.placeholder-sky-50\/80::placeholder{ + color: rgb(240 249 255 / 0.8); +} +.placeholder-sky-50\/90::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.9); +} +.placeholder-sky-50\/90::-moz-placeholder{ + color: rgb(240 249 255 / 0.9); +} +.placeholder-sky-50\/90:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.9); +} +.placeholder-sky-50\/90::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.9); +} +.placeholder-sky-50\/90::placeholder{ + color: rgb(240 249 255 / 0.9); +} +.placeholder-sky-50\/95::-webkit-input-placeholder{ + color: rgb(240 249 255 / 0.95); +} +.placeholder-sky-50\/95::-moz-placeholder{ + color: rgb(240 249 255 / 0.95); +} +.placeholder-sky-50\/95:-ms-input-placeholder{ + color: rgb(240 249 255 / 0.95); +} +.placeholder-sky-50\/95::-ms-input-placeholder{ + color: rgb(240 249 255 / 0.95); +} +.placeholder-sky-50\/95::placeholder{ + color: rgb(240 249 255 / 0.95); +} +.placeholder-sky-50\/100::-webkit-input-placeholder{ + color: rgb(240 249 255 / 1); +} +.placeholder-sky-50\/100::-moz-placeholder{ + color: rgb(240 249 255 / 1); +} +.placeholder-sky-50\/100:-ms-input-placeholder{ + color: rgb(240 249 255 / 1); +} +.placeholder-sky-50\/100::-ms-input-placeholder{ + color: rgb(240 249 255 / 1); +} +.placeholder-sky-50\/100::placeholder{ + color: rgb(240 249 255 / 1); +} +.placeholder-sky-100\/0::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0); +} +.placeholder-sky-100\/0::-moz-placeholder{ + color: rgb(224 242 254 / 0); +} +.placeholder-sky-100\/0:-ms-input-placeholder{ + color: rgb(224 242 254 / 0); +} +.placeholder-sky-100\/0::-ms-input-placeholder{ + color: rgb(224 242 254 / 0); +} +.placeholder-sky-100\/0::placeholder{ + color: rgb(224 242 254 / 0); +} +.placeholder-sky-100\/5::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.05); +} +.placeholder-sky-100\/5::-moz-placeholder{ + color: rgb(224 242 254 / 0.05); +} +.placeholder-sky-100\/5:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.05); +} +.placeholder-sky-100\/5::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.05); +} +.placeholder-sky-100\/5::placeholder{ + color: rgb(224 242 254 / 0.05); +} +.placeholder-sky-100\/10::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.1); +} +.placeholder-sky-100\/10::-moz-placeholder{ + color: rgb(224 242 254 / 0.1); +} +.placeholder-sky-100\/10:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.1); +} +.placeholder-sky-100\/10::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.1); +} +.placeholder-sky-100\/10::placeholder{ + color: rgb(224 242 254 / 0.1); +} +.placeholder-sky-100\/20::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.2); +} +.placeholder-sky-100\/20::-moz-placeholder{ + color: rgb(224 242 254 / 0.2); +} +.placeholder-sky-100\/20:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.2); +} +.placeholder-sky-100\/20::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.2); +} +.placeholder-sky-100\/20::placeholder{ + color: rgb(224 242 254 / 0.2); +} +.placeholder-sky-100\/25::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.25); +} +.placeholder-sky-100\/25::-moz-placeholder{ + color: rgb(224 242 254 / 0.25); +} +.placeholder-sky-100\/25:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.25); +} +.placeholder-sky-100\/25::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.25); +} +.placeholder-sky-100\/25::placeholder{ + color: rgb(224 242 254 / 0.25); +} +.placeholder-sky-100\/30::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.3); +} +.placeholder-sky-100\/30::-moz-placeholder{ + color: rgb(224 242 254 / 0.3); +} +.placeholder-sky-100\/30:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.3); +} +.placeholder-sky-100\/30::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.3); +} +.placeholder-sky-100\/30::placeholder{ + color: rgb(224 242 254 / 0.3); +} +.placeholder-sky-100\/40::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.4); +} +.placeholder-sky-100\/40::-moz-placeholder{ + color: rgb(224 242 254 / 0.4); +} +.placeholder-sky-100\/40:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.4); +} +.placeholder-sky-100\/40::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.4); +} +.placeholder-sky-100\/40::placeholder{ + color: rgb(224 242 254 / 0.4); +} +.placeholder-sky-100\/50::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.5); +} +.placeholder-sky-100\/50::-moz-placeholder{ + color: rgb(224 242 254 / 0.5); +} +.placeholder-sky-100\/50:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.5); +} +.placeholder-sky-100\/50::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.5); +} +.placeholder-sky-100\/50::placeholder{ + color: rgb(224 242 254 / 0.5); +} +.placeholder-sky-100\/60::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.6); +} +.placeholder-sky-100\/60::-moz-placeholder{ + color: rgb(224 242 254 / 0.6); +} +.placeholder-sky-100\/60:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.6); +} +.placeholder-sky-100\/60::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.6); +} +.placeholder-sky-100\/60::placeholder{ + color: rgb(224 242 254 / 0.6); +} +.placeholder-sky-100\/70::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.7); +} +.placeholder-sky-100\/70::-moz-placeholder{ + color: rgb(224 242 254 / 0.7); +} +.placeholder-sky-100\/70:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.7); +} +.placeholder-sky-100\/70::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.7); +} +.placeholder-sky-100\/70::placeholder{ + color: rgb(224 242 254 / 0.7); +} +.placeholder-sky-100\/75::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.75); +} +.placeholder-sky-100\/75::-moz-placeholder{ + color: rgb(224 242 254 / 0.75); +} +.placeholder-sky-100\/75:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.75); +} +.placeholder-sky-100\/75::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.75); +} +.placeholder-sky-100\/75::placeholder{ + color: rgb(224 242 254 / 0.75); +} +.placeholder-sky-100\/80::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.8); +} +.placeholder-sky-100\/80::-moz-placeholder{ + color: rgb(224 242 254 / 0.8); +} +.placeholder-sky-100\/80:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.8); +} +.placeholder-sky-100\/80::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.8); +} +.placeholder-sky-100\/80::placeholder{ + color: rgb(224 242 254 / 0.8); +} +.placeholder-sky-100\/90::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.9); +} +.placeholder-sky-100\/90::-moz-placeholder{ + color: rgb(224 242 254 / 0.9); +} +.placeholder-sky-100\/90:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.9); +} +.placeholder-sky-100\/90::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.9); +} +.placeholder-sky-100\/90::placeholder{ + color: rgb(224 242 254 / 0.9); +} +.placeholder-sky-100\/95::-webkit-input-placeholder{ + color: rgb(224 242 254 / 0.95); +} +.placeholder-sky-100\/95::-moz-placeholder{ + color: rgb(224 242 254 / 0.95); +} +.placeholder-sky-100\/95:-ms-input-placeholder{ + color: rgb(224 242 254 / 0.95); +} +.placeholder-sky-100\/95::-ms-input-placeholder{ + color: rgb(224 242 254 / 0.95); +} +.placeholder-sky-100\/95::placeholder{ + color: rgb(224 242 254 / 0.95); +} +.placeholder-sky-100\/100::-webkit-input-placeholder{ + color: rgb(224 242 254 / 1); +} +.placeholder-sky-100\/100::-moz-placeholder{ + color: rgb(224 242 254 / 1); +} +.placeholder-sky-100\/100:-ms-input-placeholder{ + color: rgb(224 242 254 / 1); +} +.placeholder-sky-100\/100::-ms-input-placeholder{ + color: rgb(224 242 254 / 1); +} +.placeholder-sky-100\/100::placeholder{ + color: rgb(224 242 254 / 1); +} +.placeholder-sky-200\/0::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0); +} +.placeholder-sky-200\/0::-moz-placeholder{ + color: rgb(186 230 253 / 0); +} +.placeholder-sky-200\/0:-ms-input-placeholder{ + color: rgb(186 230 253 / 0); +} +.placeholder-sky-200\/0::-ms-input-placeholder{ + color: rgb(186 230 253 / 0); +} +.placeholder-sky-200\/0::placeholder{ + color: rgb(186 230 253 / 0); +} +.placeholder-sky-200\/5::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.05); +} +.placeholder-sky-200\/5::-moz-placeholder{ + color: rgb(186 230 253 / 0.05); +} +.placeholder-sky-200\/5:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.05); +} +.placeholder-sky-200\/5::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.05); +} +.placeholder-sky-200\/5::placeholder{ + color: rgb(186 230 253 / 0.05); +} +.placeholder-sky-200\/10::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.1); +} +.placeholder-sky-200\/10::-moz-placeholder{ + color: rgb(186 230 253 / 0.1); +} +.placeholder-sky-200\/10:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.1); +} +.placeholder-sky-200\/10::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.1); +} +.placeholder-sky-200\/10::placeholder{ + color: rgb(186 230 253 / 0.1); +} +.placeholder-sky-200\/20::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.2); +} +.placeholder-sky-200\/20::-moz-placeholder{ + color: rgb(186 230 253 / 0.2); +} +.placeholder-sky-200\/20:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.2); +} +.placeholder-sky-200\/20::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.2); +} +.placeholder-sky-200\/20::placeholder{ + color: rgb(186 230 253 / 0.2); +} +.placeholder-sky-200\/25::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.25); +} +.placeholder-sky-200\/25::-moz-placeholder{ + color: rgb(186 230 253 / 0.25); +} +.placeholder-sky-200\/25:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.25); +} +.placeholder-sky-200\/25::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.25); +} +.placeholder-sky-200\/25::placeholder{ + color: rgb(186 230 253 / 0.25); +} +.placeholder-sky-200\/30::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.3); +} +.placeholder-sky-200\/30::-moz-placeholder{ + color: rgb(186 230 253 / 0.3); +} +.placeholder-sky-200\/30:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.3); +} +.placeholder-sky-200\/30::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.3); +} +.placeholder-sky-200\/30::placeholder{ + color: rgb(186 230 253 / 0.3); +} +.placeholder-sky-200\/40::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.4); +} +.placeholder-sky-200\/40::-moz-placeholder{ + color: rgb(186 230 253 / 0.4); +} +.placeholder-sky-200\/40:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.4); +} +.placeholder-sky-200\/40::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.4); +} +.placeholder-sky-200\/40::placeholder{ + color: rgb(186 230 253 / 0.4); +} +.placeholder-sky-200\/50::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.5); +} +.placeholder-sky-200\/50::-moz-placeholder{ + color: rgb(186 230 253 / 0.5); +} +.placeholder-sky-200\/50:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.5); +} +.placeholder-sky-200\/50::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.5); +} +.placeholder-sky-200\/50::placeholder{ + color: rgb(186 230 253 / 0.5); +} +.placeholder-sky-200\/60::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.6); +} +.placeholder-sky-200\/60::-moz-placeholder{ + color: rgb(186 230 253 / 0.6); +} +.placeholder-sky-200\/60:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.6); +} +.placeholder-sky-200\/60::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.6); +} +.placeholder-sky-200\/60::placeholder{ + color: rgb(186 230 253 / 0.6); +} +.placeholder-sky-200\/70::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.7); +} +.placeholder-sky-200\/70::-moz-placeholder{ + color: rgb(186 230 253 / 0.7); +} +.placeholder-sky-200\/70:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.7); +} +.placeholder-sky-200\/70::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.7); +} +.placeholder-sky-200\/70::placeholder{ + color: rgb(186 230 253 / 0.7); +} +.placeholder-sky-200\/75::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.75); +} +.placeholder-sky-200\/75::-moz-placeholder{ + color: rgb(186 230 253 / 0.75); +} +.placeholder-sky-200\/75:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.75); +} +.placeholder-sky-200\/75::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.75); +} +.placeholder-sky-200\/75::placeholder{ + color: rgb(186 230 253 / 0.75); +} +.placeholder-sky-200\/80::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.8); +} +.placeholder-sky-200\/80::-moz-placeholder{ + color: rgb(186 230 253 / 0.8); +} +.placeholder-sky-200\/80:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.8); +} +.placeholder-sky-200\/80::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.8); +} +.placeholder-sky-200\/80::placeholder{ + color: rgb(186 230 253 / 0.8); +} +.placeholder-sky-200\/90::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.9); +} +.placeholder-sky-200\/90::-moz-placeholder{ + color: rgb(186 230 253 / 0.9); +} +.placeholder-sky-200\/90:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.9); +} +.placeholder-sky-200\/90::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.9); +} +.placeholder-sky-200\/90::placeholder{ + color: rgb(186 230 253 / 0.9); +} +.placeholder-sky-200\/95::-webkit-input-placeholder{ + color: rgb(186 230 253 / 0.95); +} +.placeholder-sky-200\/95::-moz-placeholder{ + color: rgb(186 230 253 / 0.95); +} +.placeholder-sky-200\/95:-ms-input-placeholder{ + color: rgb(186 230 253 / 0.95); +} +.placeholder-sky-200\/95::-ms-input-placeholder{ + color: rgb(186 230 253 / 0.95); +} +.placeholder-sky-200\/95::placeholder{ + color: rgb(186 230 253 / 0.95); +} +.placeholder-sky-200\/100::-webkit-input-placeholder{ + color: rgb(186 230 253 / 1); +} +.placeholder-sky-200\/100::-moz-placeholder{ + color: rgb(186 230 253 / 1); +} +.placeholder-sky-200\/100:-ms-input-placeholder{ + color: rgb(186 230 253 / 1); +} +.placeholder-sky-200\/100::-ms-input-placeholder{ + color: rgb(186 230 253 / 1); +} +.placeholder-sky-200\/100::placeholder{ + color: rgb(186 230 253 / 1); +} +.placeholder-sky-300\/0::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0); +} +.placeholder-sky-300\/0::-moz-placeholder{ + color: rgb(125 211 252 / 0); +} +.placeholder-sky-300\/0:-ms-input-placeholder{ + color: rgb(125 211 252 / 0); +} +.placeholder-sky-300\/0::-ms-input-placeholder{ + color: rgb(125 211 252 / 0); +} +.placeholder-sky-300\/0::placeholder{ + color: rgb(125 211 252 / 0); +} +.placeholder-sky-300\/5::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.05); +} +.placeholder-sky-300\/5::-moz-placeholder{ + color: rgb(125 211 252 / 0.05); +} +.placeholder-sky-300\/5:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.05); +} +.placeholder-sky-300\/5::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.05); +} +.placeholder-sky-300\/5::placeholder{ + color: rgb(125 211 252 / 0.05); +} +.placeholder-sky-300\/10::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.1); +} +.placeholder-sky-300\/10::-moz-placeholder{ + color: rgb(125 211 252 / 0.1); +} +.placeholder-sky-300\/10:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.1); +} +.placeholder-sky-300\/10::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.1); +} +.placeholder-sky-300\/10::placeholder{ + color: rgb(125 211 252 / 0.1); +} +.placeholder-sky-300\/20::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.2); +} +.placeholder-sky-300\/20::-moz-placeholder{ + color: rgb(125 211 252 / 0.2); +} +.placeholder-sky-300\/20:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.2); +} +.placeholder-sky-300\/20::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.2); +} +.placeholder-sky-300\/20::placeholder{ + color: rgb(125 211 252 / 0.2); +} +.placeholder-sky-300\/25::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.25); +} +.placeholder-sky-300\/25::-moz-placeholder{ + color: rgb(125 211 252 / 0.25); +} +.placeholder-sky-300\/25:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.25); +} +.placeholder-sky-300\/25::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.25); +} +.placeholder-sky-300\/25::placeholder{ + color: rgb(125 211 252 / 0.25); +} +.placeholder-sky-300\/30::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.3); +} +.placeholder-sky-300\/30::-moz-placeholder{ + color: rgb(125 211 252 / 0.3); +} +.placeholder-sky-300\/30:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.3); +} +.placeholder-sky-300\/30::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.3); +} +.placeholder-sky-300\/30::placeholder{ + color: rgb(125 211 252 / 0.3); +} +.placeholder-sky-300\/40::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.4); +} +.placeholder-sky-300\/40::-moz-placeholder{ + color: rgb(125 211 252 / 0.4); +} +.placeholder-sky-300\/40:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.4); +} +.placeholder-sky-300\/40::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.4); +} +.placeholder-sky-300\/40::placeholder{ + color: rgb(125 211 252 / 0.4); +} +.placeholder-sky-300\/50::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.5); +} +.placeholder-sky-300\/50::-moz-placeholder{ + color: rgb(125 211 252 / 0.5); +} +.placeholder-sky-300\/50:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.5); +} +.placeholder-sky-300\/50::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.5); +} +.placeholder-sky-300\/50::placeholder{ + color: rgb(125 211 252 / 0.5); +} +.placeholder-sky-300\/60::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.6); +} +.placeholder-sky-300\/60::-moz-placeholder{ + color: rgb(125 211 252 / 0.6); +} +.placeholder-sky-300\/60:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.6); +} +.placeholder-sky-300\/60::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.6); +} +.placeholder-sky-300\/60::placeholder{ + color: rgb(125 211 252 / 0.6); +} +.placeholder-sky-300\/70::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.7); +} +.placeholder-sky-300\/70::-moz-placeholder{ + color: rgb(125 211 252 / 0.7); +} +.placeholder-sky-300\/70:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.7); +} +.placeholder-sky-300\/70::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.7); +} +.placeholder-sky-300\/70::placeholder{ + color: rgb(125 211 252 / 0.7); +} +.placeholder-sky-300\/75::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.75); +} +.placeholder-sky-300\/75::-moz-placeholder{ + color: rgb(125 211 252 / 0.75); +} +.placeholder-sky-300\/75:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.75); +} +.placeholder-sky-300\/75::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.75); +} +.placeholder-sky-300\/75::placeholder{ + color: rgb(125 211 252 / 0.75); +} +.placeholder-sky-300\/80::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.8); +} +.placeholder-sky-300\/80::-moz-placeholder{ + color: rgb(125 211 252 / 0.8); +} +.placeholder-sky-300\/80:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.8); +} +.placeholder-sky-300\/80::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.8); +} +.placeholder-sky-300\/80::placeholder{ + color: rgb(125 211 252 / 0.8); +} +.placeholder-sky-300\/90::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.9); +} +.placeholder-sky-300\/90::-moz-placeholder{ + color: rgb(125 211 252 / 0.9); +} +.placeholder-sky-300\/90:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.9); +} +.placeholder-sky-300\/90::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.9); +} +.placeholder-sky-300\/90::placeholder{ + color: rgb(125 211 252 / 0.9); +} +.placeholder-sky-300\/95::-webkit-input-placeholder{ + color: rgb(125 211 252 / 0.95); +} +.placeholder-sky-300\/95::-moz-placeholder{ + color: rgb(125 211 252 / 0.95); +} +.placeholder-sky-300\/95:-ms-input-placeholder{ + color: rgb(125 211 252 / 0.95); +} +.placeholder-sky-300\/95::-ms-input-placeholder{ + color: rgb(125 211 252 / 0.95); +} +.placeholder-sky-300\/95::placeholder{ + color: rgb(125 211 252 / 0.95); +} +.placeholder-sky-300\/100::-webkit-input-placeholder{ + color: rgb(125 211 252 / 1); +} +.placeholder-sky-300\/100::-moz-placeholder{ + color: rgb(125 211 252 / 1); +} +.placeholder-sky-300\/100:-ms-input-placeholder{ + color: rgb(125 211 252 / 1); +} +.placeholder-sky-300\/100::-ms-input-placeholder{ + color: rgb(125 211 252 / 1); +} +.placeholder-sky-300\/100::placeholder{ + color: rgb(125 211 252 / 1); +} +.placeholder-sky-400\/0::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0); +} +.placeholder-sky-400\/0::-moz-placeholder{ + color: rgb(56 189 248 / 0); +} +.placeholder-sky-400\/0:-ms-input-placeholder{ + color: rgb(56 189 248 / 0); +} +.placeholder-sky-400\/0::-ms-input-placeholder{ + color: rgb(56 189 248 / 0); +} +.placeholder-sky-400\/0::placeholder{ + color: rgb(56 189 248 / 0); +} +.placeholder-sky-400\/5::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.05); +} +.placeholder-sky-400\/5::-moz-placeholder{ + color: rgb(56 189 248 / 0.05); +} +.placeholder-sky-400\/5:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.05); +} +.placeholder-sky-400\/5::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.05); +} +.placeholder-sky-400\/5::placeholder{ + color: rgb(56 189 248 / 0.05); +} +.placeholder-sky-400\/10::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.1); +} +.placeholder-sky-400\/10::-moz-placeholder{ + color: rgb(56 189 248 / 0.1); +} +.placeholder-sky-400\/10:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.1); +} +.placeholder-sky-400\/10::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.1); +} +.placeholder-sky-400\/10::placeholder{ + color: rgb(56 189 248 / 0.1); +} +.placeholder-sky-400\/20::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.2); +} +.placeholder-sky-400\/20::-moz-placeholder{ + color: rgb(56 189 248 / 0.2); +} +.placeholder-sky-400\/20:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.2); +} +.placeholder-sky-400\/20::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.2); +} +.placeholder-sky-400\/20::placeholder{ + color: rgb(56 189 248 / 0.2); +} +.placeholder-sky-400\/25::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.25); +} +.placeholder-sky-400\/25::-moz-placeholder{ + color: rgb(56 189 248 / 0.25); +} +.placeholder-sky-400\/25:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.25); +} +.placeholder-sky-400\/25::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.25); +} +.placeholder-sky-400\/25::placeholder{ + color: rgb(56 189 248 / 0.25); +} +.placeholder-sky-400\/30::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.3); +} +.placeholder-sky-400\/30::-moz-placeholder{ + color: rgb(56 189 248 / 0.3); +} +.placeholder-sky-400\/30:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.3); +} +.placeholder-sky-400\/30::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.3); +} +.placeholder-sky-400\/30::placeholder{ + color: rgb(56 189 248 / 0.3); +} +.placeholder-sky-400\/40::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.4); +} +.placeholder-sky-400\/40::-moz-placeholder{ + color: rgb(56 189 248 / 0.4); +} +.placeholder-sky-400\/40:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.4); +} +.placeholder-sky-400\/40::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.4); +} +.placeholder-sky-400\/40::placeholder{ + color: rgb(56 189 248 / 0.4); +} +.placeholder-sky-400\/50::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.5); +} +.placeholder-sky-400\/50::-moz-placeholder{ + color: rgb(56 189 248 / 0.5); +} +.placeholder-sky-400\/50:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.5); +} +.placeholder-sky-400\/50::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.5); +} +.placeholder-sky-400\/50::placeholder{ + color: rgb(56 189 248 / 0.5); +} +.placeholder-sky-400\/60::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.6); +} +.placeholder-sky-400\/60::-moz-placeholder{ + color: rgb(56 189 248 / 0.6); +} +.placeholder-sky-400\/60:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.6); +} +.placeholder-sky-400\/60::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.6); +} +.placeholder-sky-400\/60::placeholder{ + color: rgb(56 189 248 / 0.6); +} +.placeholder-sky-400\/70::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.7); +} +.placeholder-sky-400\/70::-moz-placeholder{ + color: rgb(56 189 248 / 0.7); +} +.placeholder-sky-400\/70:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.7); +} +.placeholder-sky-400\/70::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.7); +} +.placeholder-sky-400\/70::placeholder{ + color: rgb(56 189 248 / 0.7); +} +.placeholder-sky-400\/75::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.75); +} +.placeholder-sky-400\/75::-moz-placeholder{ + color: rgb(56 189 248 / 0.75); +} +.placeholder-sky-400\/75:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.75); +} +.placeholder-sky-400\/75::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.75); +} +.placeholder-sky-400\/75::placeholder{ + color: rgb(56 189 248 / 0.75); +} +.placeholder-sky-400\/80::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.8); +} +.placeholder-sky-400\/80::-moz-placeholder{ + color: rgb(56 189 248 / 0.8); +} +.placeholder-sky-400\/80:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.8); +} +.placeholder-sky-400\/80::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.8); +} +.placeholder-sky-400\/80::placeholder{ + color: rgb(56 189 248 / 0.8); +} +.placeholder-sky-400\/90::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.9); +} +.placeholder-sky-400\/90::-moz-placeholder{ + color: rgb(56 189 248 / 0.9); +} +.placeholder-sky-400\/90:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.9); +} +.placeholder-sky-400\/90::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.9); +} +.placeholder-sky-400\/90::placeholder{ + color: rgb(56 189 248 / 0.9); +} +.placeholder-sky-400\/95::-webkit-input-placeholder{ + color: rgb(56 189 248 / 0.95); +} +.placeholder-sky-400\/95::-moz-placeholder{ + color: rgb(56 189 248 / 0.95); +} +.placeholder-sky-400\/95:-ms-input-placeholder{ + color: rgb(56 189 248 / 0.95); +} +.placeholder-sky-400\/95::-ms-input-placeholder{ + color: rgb(56 189 248 / 0.95); +} +.placeholder-sky-400\/95::placeholder{ + color: rgb(56 189 248 / 0.95); +} +.placeholder-sky-400\/100::-webkit-input-placeholder{ + color: rgb(56 189 248 / 1); +} +.placeholder-sky-400\/100::-moz-placeholder{ + color: rgb(56 189 248 / 1); +} +.placeholder-sky-400\/100:-ms-input-placeholder{ + color: rgb(56 189 248 / 1); +} +.placeholder-sky-400\/100::-ms-input-placeholder{ + color: rgb(56 189 248 / 1); +} +.placeholder-sky-400\/100::placeholder{ + color: rgb(56 189 248 / 1); +} +.placeholder-sky-500\/0::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0); +} +.placeholder-sky-500\/0::-moz-placeholder{ + color: rgb(14 165 233 / 0); +} +.placeholder-sky-500\/0:-ms-input-placeholder{ + color: rgb(14 165 233 / 0); +} +.placeholder-sky-500\/0::-ms-input-placeholder{ + color: rgb(14 165 233 / 0); +} +.placeholder-sky-500\/0::placeholder{ + color: rgb(14 165 233 / 0); +} +.placeholder-sky-500\/5::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.05); +} +.placeholder-sky-500\/5::-moz-placeholder{ + color: rgb(14 165 233 / 0.05); +} +.placeholder-sky-500\/5:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.05); +} +.placeholder-sky-500\/5::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.05); +} +.placeholder-sky-500\/5::placeholder{ + color: rgb(14 165 233 / 0.05); +} +.placeholder-sky-500\/10::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.1); +} +.placeholder-sky-500\/10::-moz-placeholder{ + color: rgb(14 165 233 / 0.1); +} +.placeholder-sky-500\/10:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.1); +} +.placeholder-sky-500\/10::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.1); +} +.placeholder-sky-500\/10::placeholder{ + color: rgb(14 165 233 / 0.1); +} +.placeholder-sky-500\/20::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.2); +} +.placeholder-sky-500\/20::-moz-placeholder{ + color: rgb(14 165 233 / 0.2); +} +.placeholder-sky-500\/20:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.2); +} +.placeholder-sky-500\/20::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.2); +} +.placeholder-sky-500\/20::placeholder{ + color: rgb(14 165 233 / 0.2); +} +.placeholder-sky-500\/25::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.25); +} +.placeholder-sky-500\/25::-moz-placeholder{ + color: rgb(14 165 233 / 0.25); +} +.placeholder-sky-500\/25:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.25); +} +.placeholder-sky-500\/25::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.25); +} +.placeholder-sky-500\/25::placeholder{ + color: rgb(14 165 233 / 0.25); +} +.placeholder-sky-500\/30::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.3); +} +.placeholder-sky-500\/30::-moz-placeholder{ + color: rgb(14 165 233 / 0.3); +} +.placeholder-sky-500\/30:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.3); +} +.placeholder-sky-500\/30::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.3); +} +.placeholder-sky-500\/30::placeholder{ + color: rgb(14 165 233 / 0.3); +} +.placeholder-sky-500\/40::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.4); +} +.placeholder-sky-500\/40::-moz-placeholder{ + color: rgb(14 165 233 / 0.4); +} +.placeholder-sky-500\/40:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.4); +} +.placeholder-sky-500\/40::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.4); +} +.placeholder-sky-500\/40::placeholder{ + color: rgb(14 165 233 / 0.4); +} +.placeholder-sky-500\/50::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.5); +} +.placeholder-sky-500\/50::-moz-placeholder{ + color: rgb(14 165 233 / 0.5); +} +.placeholder-sky-500\/50:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.5); +} +.placeholder-sky-500\/50::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.5); +} +.placeholder-sky-500\/50::placeholder{ + color: rgb(14 165 233 / 0.5); +} +.placeholder-sky-500\/60::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.6); +} +.placeholder-sky-500\/60::-moz-placeholder{ + color: rgb(14 165 233 / 0.6); +} +.placeholder-sky-500\/60:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.6); +} +.placeholder-sky-500\/60::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.6); +} +.placeholder-sky-500\/60::placeholder{ + color: rgb(14 165 233 / 0.6); +} +.placeholder-sky-500\/70::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.7); +} +.placeholder-sky-500\/70::-moz-placeholder{ + color: rgb(14 165 233 / 0.7); +} +.placeholder-sky-500\/70:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.7); +} +.placeholder-sky-500\/70::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.7); +} +.placeholder-sky-500\/70::placeholder{ + color: rgb(14 165 233 / 0.7); +} +.placeholder-sky-500\/75::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.75); +} +.placeholder-sky-500\/75::-moz-placeholder{ + color: rgb(14 165 233 / 0.75); +} +.placeholder-sky-500\/75:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.75); +} +.placeholder-sky-500\/75::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.75); +} +.placeholder-sky-500\/75::placeholder{ + color: rgb(14 165 233 / 0.75); +} +.placeholder-sky-500\/80::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.8); +} +.placeholder-sky-500\/80::-moz-placeholder{ + color: rgb(14 165 233 / 0.8); +} +.placeholder-sky-500\/80:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.8); +} +.placeholder-sky-500\/80::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.8); +} +.placeholder-sky-500\/80::placeholder{ + color: rgb(14 165 233 / 0.8); +} +.placeholder-sky-500\/90::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.9); +} +.placeholder-sky-500\/90::-moz-placeholder{ + color: rgb(14 165 233 / 0.9); +} +.placeholder-sky-500\/90:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.9); +} +.placeholder-sky-500\/90::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.9); +} +.placeholder-sky-500\/90::placeholder{ + color: rgb(14 165 233 / 0.9); +} +.placeholder-sky-500\/95::-webkit-input-placeholder{ + color: rgb(14 165 233 / 0.95); +} +.placeholder-sky-500\/95::-moz-placeholder{ + color: rgb(14 165 233 / 0.95); +} +.placeholder-sky-500\/95:-ms-input-placeholder{ + color: rgb(14 165 233 / 0.95); +} +.placeholder-sky-500\/95::-ms-input-placeholder{ + color: rgb(14 165 233 / 0.95); +} +.placeholder-sky-500\/95::placeholder{ + color: rgb(14 165 233 / 0.95); +} +.placeholder-sky-500\/100::-webkit-input-placeholder{ + color: rgb(14 165 233 / 1); +} +.placeholder-sky-500\/100::-moz-placeholder{ + color: rgb(14 165 233 / 1); +} +.placeholder-sky-500\/100:-ms-input-placeholder{ + color: rgb(14 165 233 / 1); +} +.placeholder-sky-500\/100::-ms-input-placeholder{ + color: rgb(14 165 233 / 1); +} +.placeholder-sky-500\/100::placeholder{ + color: rgb(14 165 233 / 1); +} +.placeholder-sky-600\/0::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0); +} +.placeholder-sky-600\/0::-moz-placeholder{ + color: rgb(2 132 199 / 0); +} +.placeholder-sky-600\/0:-ms-input-placeholder{ + color: rgb(2 132 199 / 0); +} +.placeholder-sky-600\/0::-ms-input-placeholder{ + color: rgb(2 132 199 / 0); +} +.placeholder-sky-600\/0::placeholder{ + color: rgb(2 132 199 / 0); +} +.placeholder-sky-600\/5::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.05); +} +.placeholder-sky-600\/5::-moz-placeholder{ + color: rgb(2 132 199 / 0.05); +} +.placeholder-sky-600\/5:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.05); +} +.placeholder-sky-600\/5::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.05); +} +.placeholder-sky-600\/5::placeholder{ + color: rgb(2 132 199 / 0.05); +} +.placeholder-sky-600\/10::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.1); +} +.placeholder-sky-600\/10::-moz-placeholder{ + color: rgb(2 132 199 / 0.1); +} +.placeholder-sky-600\/10:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.1); +} +.placeholder-sky-600\/10::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.1); +} +.placeholder-sky-600\/10::placeholder{ + color: rgb(2 132 199 / 0.1); +} +.placeholder-sky-600\/20::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.2); +} +.placeholder-sky-600\/20::-moz-placeholder{ + color: rgb(2 132 199 / 0.2); +} +.placeholder-sky-600\/20:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.2); +} +.placeholder-sky-600\/20::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.2); +} +.placeholder-sky-600\/20::placeholder{ + color: rgb(2 132 199 / 0.2); +} +.placeholder-sky-600\/25::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.25); +} +.placeholder-sky-600\/25::-moz-placeholder{ + color: rgb(2 132 199 / 0.25); +} +.placeholder-sky-600\/25:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.25); +} +.placeholder-sky-600\/25::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.25); +} +.placeholder-sky-600\/25::placeholder{ + color: rgb(2 132 199 / 0.25); +} +.placeholder-sky-600\/30::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.3); +} +.placeholder-sky-600\/30::-moz-placeholder{ + color: rgb(2 132 199 / 0.3); +} +.placeholder-sky-600\/30:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.3); +} +.placeholder-sky-600\/30::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.3); +} +.placeholder-sky-600\/30::placeholder{ + color: rgb(2 132 199 / 0.3); +} +.placeholder-sky-600\/40::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.4); +} +.placeholder-sky-600\/40::-moz-placeholder{ + color: rgb(2 132 199 / 0.4); +} +.placeholder-sky-600\/40:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.4); +} +.placeholder-sky-600\/40::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.4); +} +.placeholder-sky-600\/40::placeholder{ + color: rgb(2 132 199 / 0.4); +} +.placeholder-sky-600\/50::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.5); +} +.placeholder-sky-600\/50::-moz-placeholder{ + color: rgb(2 132 199 / 0.5); +} +.placeholder-sky-600\/50:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.5); +} +.placeholder-sky-600\/50::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.5); +} +.placeholder-sky-600\/50::placeholder{ + color: rgb(2 132 199 / 0.5); +} +.placeholder-sky-600\/60::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.6); +} +.placeholder-sky-600\/60::-moz-placeholder{ + color: rgb(2 132 199 / 0.6); +} +.placeholder-sky-600\/60:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.6); +} +.placeholder-sky-600\/60::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.6); +} +.placeholder-sky-600\/60::placeholder{ + color: rgb(2 132 199 / 0.6); +} +.placeholder-sky-600\/70::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.7); +} +.placeholder-sky-600\/70::-moz-placeholder{ + color: rgb(2 132 199 / 0.7); +} +.placeholder-sky-600\/70:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.7); +} +.placeholder-sky-600\/70::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.7); +} +.placeholder-sky-600\/70::placeholder{ + color: rgb(2 132 199 / 0.7); +} +.placeholder-sky-600\/75::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.75); +} +.placeholder-sky-600\/75::-moz-placeholder{ + color: rgb(2 132 199 / 0.75); +} +.placeholder-sky-600\/75:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.75); +} +.placeholder-sky-600\/75::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.75); +} +.placeholder-sky-600\/75::placeholder{ + color: rgb(2 132 199 / 0.75); +} +.placeholder-sky-600\/80::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.8); +} +.placeholder-sky-600\/80::-moz-placeholder{ + color: rgb(2 132 199 / 0.8); +} +.placeholder-sky-600\/80:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.8); +} +.placeholder-sky-600\/80::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.8); +} +.placeholder-sky-600\/80::placeholder{ + color: rgb(2 132 199 / 0.8); +} +.placeholder-sky-600\/90::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.9); +} +.placeholder-sky-600\/90::-moz-placeholder{ + color: rgb(2 132 199 / 0.9); +} +.placeholder-sky-600\/90:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.9); +} +.placeholder-sky-600\/90::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.9); +} +.placeholder-sky-600\/90::placeholder{ + color: rgb(2 132 199 / 0.9); +} +.placeholder-sky-600\/95::-webkit-input-placeholder{ + color: rgb(2 132 199 / 0.95); +} +.placeholder-sky-600\/95::-moz-placeholder{ + color: rgb(2 132 199 / 0.95); +} +.placeholder-sky-600\/95:-ms-input-placeholder{ + color: rgb(2 132 199 / 0.95); +} +.placeholder-sky-600\/95::-ms-input-placeholder{ + color: rgb(2 132 199 / 0.95); +} +.placeholder-sky-600\/95::placeholder{ + color: rgb(2 132 199 / 0.95); +} +.placeholder-sky-600\/100::-webkit-input-placeholder{ + color: rgb(2 132 199 / 1); +} +.placeholder-sky-600\/100::-moz-placeholder{ + color: rgb(2 132 199 / 1); +} +.placeholder-sky-600\/100:-ms-input-placeholder{ + color: rgb(2 132 199 / 1); +} +.placeholder-sky-600\/100::-ms-input-placeholder{ + color: rgb(2 132 199 / 1); +} +.placeholder-sky-600\/100::placeholder{ + color: rgb(2 132 199 / 1); +} +.placeholder-sky-700\/0::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0); +} +.placeholder-sky-700\/0::-moz-placeholder{ + color: rgb(3 105 161 / 0); +} +.placeholder-sky-700\/0:-ms-input-placeholder{ + color: rgb(3 105 161 / 0); +} +.placeholder-sky-700\/0::-ms-input-placeholder{ + color: rgb(3 105 161 / 0); +} +.placeholder-sky-700\/0::placeholder{ + color: rgb(3 105 161 / 0); +} +.placeholder-sky-700\/5::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.05); +} +.placeholder-sky-700\/5::-moz-placeholder{ + color: rgb(3 105 161 / 0.05); +} +.placeholder-sky-700\/5:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.05); +} +.placeholder-sky-700\/5::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.05); +} +.placeholder-sky-700\/5::placeholder{ + color: rgb(3 105 161 / 0.05); +} +.placeholder-sky-700\/10::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.1); +} +.placeholder-sky-700\/10::-moz-placeholder{ + color: rgb(3 105 161 / 0.1); +} +.placeholder-sky-700\/10:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.1); +} +.placeholder-sky-700\/10::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.1); +} +.placeholder-sky-700\/10::placeholder{ + color: rgb(3 105 161 / 0.1); +} +.placeholder-sky-700\/20::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.2); +} +.placeholder-sky-700\/20::-moz-placeholder{ + color: rgb(3 105 161 / 0.2); +} +.placeholder-sky-700\/20:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.2); +} +.placeholder-sky-700\/20::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.2); +} +.placeholder-sky-700\/20::placeholder{ + color: rgb(3 105 161 / 0.2); +} +.placeholder-sky-700\/25::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.25); +} +.placeholder-sky-700\/25::-moz-placeholder{ + color: rgb(3 105 161 / 0.25); +} +.placeholder-sky-700\/25:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.25); +} +.placeholder-sky-700\/25::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.25); +} +.placeholder-sky-700\/25::placeholder{ + color: rgb(3 105 161 / 0.25); +} +.placeholder-sky-700\/30::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.3); +} +.placeholder-sky-700\/30::-moz-placeholder{ + color: rgb(3 105 161 / 0.3); +} +.placeholder-sky-700\/30:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.3); +} +.placeholder-sky-700\/30::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.3); +} +.placeholder-sky-700\/30::placeholder{ + color: rgb(3 105 161 / 0.3); +} +.placeholder-sky-700\/40::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.4); +} +.placeholder-sky-700\/40::-moz-placeholder{ + color: rgb(3 105 161 / 0.4); +} +.placeholder-sky-700\/40:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.4); +} +.placeholder-sky-700\/40::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.4); +} +.placeholder-sky-700\/40::placeholder{ + color: rgb(3 105 161 / 0.4); +} +.placeholder-sky-700\/50::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.5); +} +.placeholder-sky-700\/50::-moz-placeholder{ + color: rgb(3 105 161 / 0.5); +} +.placeholder-sky-700\/50:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.5); +} +.placeholder-sky-700\/50::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.5); +} +.placeholder-sky-700\/50::placeholder{ + color: rgb(3 105 161 / 0.5); +} +.placeholder-sky-700\/60::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.6); +} +.placeholder-sky-700\/60::-moz-placeholder{ + color: rgb(3 105 161 / 0.6); +} +.placeholder-sky-700\/60:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.6); +} +.placeholder-sky-700\/60::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.6); +} +.placeholder-sky-700\/60::placeholder{ + color: rgb(3 105 161 / 0.6); +} +.placeholder-sky-700\/70::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.7); +} +.placeholder-sky-700\/70::-moz-placeholder{ + color: rgb(3 105 161 / 0.7); +} +.placeholder-sky-700\/70:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.7); +} +.placeholder-sky-700\/70::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.7); +} +.placeholder-sky-700\/70::placeholder{ + color: rgb(3 105 161 / 0.7); +} +.placeholder-sky-700\/75::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.75); +} +.placeholder-sky-700\/75::-moz-placeholder{ + color: rgb(3 105 161 / 0.75); +} +.placeholder-sky-700\/75:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.75); +} +.placeholder-sky-700\/75::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.75); +} +.placeholder-sky-700\/75::placeholder{ + color: rgb(3 105 161 / 0.75); +} +.placeholder-sky-700\/80::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.8); +} +.placeholder-sky-700\/80::-moz-placeholder{ + color: rgb(3 105 161 / 0.8); +} +.placeholder-sky-700\/80:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.8); +} +.placeholder-sky-700\/80::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.8); +} +.placeholder-sky-700\/80::placeholder{ + color: rgb(3 105 161 / 0.8); +} +.placeholder-sky-700\/90::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.9); +} +.placeholder-sky-700\/90::-moz-placeholder{ + color: rgb(3 105 161 / 0.9); +} +.placeholder-sky-700\/90:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.9); +} +.placeholder-sky-700\/90::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.9); +} +.placeholder-sky-700\/90::placeholder{ + color: rgb(3 105 161 / 0.9); +} +.placeholder-sky-700\/95::-webkit-input-placeholder{ + color: rgb(3 105 161 / 0.95); +} +.placeholder-sky-700\/95::-moz-placeholder{ + color: rgb(3 105 161 / 0.95); +} +.placeholder-sky-700\/95:-ms-input-placeholder{ + color: rgb(3 105 161 / 0.95); +} +.placeholder-sky-700\/95::-ms-input-placeholder{ + color: rgb(3 105 161 / 0.95); +} +.placeholder-sky-700\/95::placeholder{ + color: rgb(3 105 161 / 0.95); +} +.placeholder-sky-700\/100::-webkit-input-placeholder{ + color: rgb(3 105 161 / 1); +} +.placeholder-sky-700\/100::-moz-placeholder{ + color: rgb(3 105 161 / 1); +} +.placeholder-sky-700\/100:-ms-input-placeholder{ + color: rgb(3 105 161 / 1); +} +.placeholder-sky-700\/100::-ms-input-placeholder{ + color: rgb(3 105 161 / 1); +} +.placeholder-sky-700\/100::placeholder{ + color: rgb(3 105 161 / 1); +} +.placeholder-sky-800\/0::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0); +} +.placeholder-sky-800\/0::-moz-placeholder{ + color: rgb(7 89 133 / 0); +} +.placeholder-sky-800\/0:-ms-input-placeholder{ + color: rgb(7 89 133 / 0); +} +.placeholder-sky-800\/0::-ms-input-placeholder{ + color: rgb(7 89 133 / 0); +} +.placeholder-sky-800\/0::placeholder{ + color: rgb(7 89 133 / 0); +} +.placeholder-sky-800\/5::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.05); +} +.placeholder-sky-800\/5::-moz-placeholder{ + color: rgb(7 89 133 / 0.05); +} +.placeholder-sky-800\/5:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.05); +} +.placeholder-sky-800\/5::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.05); +} +.placeholder-sky-800\/5::placeholder{ + color: rgb(7 89 133 / 0.05); +} +.placeholder-sky-800\/10::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.1); +} +.placeholder-sky-800\/10::-moz-placeholder{ + color: rgb(7 89 133 / 0.1); +} +.placeholder-sky-800\/10:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.1); +} +.placeholder-sky-800\/10::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.1); +} +.placeholder-sky-800\/10::placeholder{ + color: rgb(7 89 133 / 0.1); +} +.placeholder-sky-800\/20::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.2); +} +.placeholder-sky-800\/20::-moz-placeholder{ + color: rgb(7 89 133 / 0.2); +} +.placeholder-sky-800\/20:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.2); +} +.placeholder-sky-800\/20::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.2); +} +.placeholder-sky-800\/20::placeholder{ + color: rgb(7 89 133 / 0.2); +} +.placeholder-sky-800\/25::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.25); +} +.placeholder-sky-800\/25::-moz-placeholder{ + color: rgb(7 89 133 / 0.25); +} +.placeholder-sky-800\/25:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.25); +} +.placeholder-sky-800\/25::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.25); +} +.placeholder-sky-800\/25::placeholder{ + color: rgb(7 89 133 / 0.25); +} +.placeholder-sky-800\/30::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.3); +} +.placeholder-sky-800\/30::-moz-placeholder{ + color: rgb(7 89 133 / 0.3); +} +.placeholder-sky-800\/30:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.3); +} +.placeholder-sky-800\/30::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.3); +} +.placeholder-sky-800\/30::placeholder{ + color: rgb(7 89 133 / 0.3); +} +.placeholder-sky-800\/40::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.4); +} +.placeholder-sky-800\/40::-moz-placeholder{ + color: rgb(7 89 133 / 0.4); +} +.placeholder-sky-800\/40:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.4); +} +.placeholder-sky-800\/40::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.4); +} +.placeholder-sky-800\/40::placeholder{ + color: rgb(7 89 133 / 0.4); +} +.placeholder-sky-800\/50::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.5); +} +.placeholder-sky-800\/50::-moz-placeholder{ + color: rgb(7 89 133 / 0.5); +} +.placeholder-sky-800\/50:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.5); +} +.placeholder-sky-800\/50::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.5); +} +.placeholder-sky-800\/50::placeholder{ + color: rgb(7 89 133 / 0.5); +} +.placeholder-sky-800\/60::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.6); +} +.placeholder-sky-800\/60::-moz-placeholder{ + color: rgb(7 89 133 / 0.6); +} +.placeholder-sky-800\/60:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.6); +} +.placeholder-sky-800\/60::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.6); +} +.placeholder-sky-800\/60::placeholder{ + color: rgb(7 89 133 / 0.6); +} +.placeholder-sky-800\/70::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.7); +} +.placeholder-sky-800\/70::-moz-placeholder{ + color: rgb(7 89 133 / 0.7); +} +.placeholder-sky-800\/70:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.7); +} +.placeholder-sky-800\/70::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.7); +} +.placeholder-sky-800\/70::placeholder{ + color: rgb(7 89 133 / 0.7); +} +.placeholder-sky-800\/75::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.75); +} +.placeholder-sky-800\/75::-moz-placeholder{ + color: rgb(7 89 133 / 0.75); +} +.placeholder-sky-800\/75:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.75); +} +.placeholder-sky-800\/75::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.75); +} +.placeholder-sky-800\/75::placeholder{ + color: rgb(7 89 133 / 0.75); +} +.placeholder-sky-800\/80::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.8); +} +.placeholder-sky-800\/80::-moz-placeholder{ + color: rgb(7 89 133 / 0.8); +} +.placeholder-sky-800\/80:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.8); +} +.placeholder-sky-800\/80::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.8); +} +.placeholder-sky-800\/80::placeholder{ + color: rgb(7 89 133 / 0.8); +} +.placeholder-sky-800\/90::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.9); +} +.placeholder-sky-800\/90::-moz-placeholder{ + color: rgb(7 89 133 / 0.9); +} +.placeholder-sky-800\/90:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.9); +} +.placeholder-sky-800\/90::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.9); +} +.placeholder-sky-800\/90::placeholder{ + color: rgb(7 89 133 / 0.9); +} +.placeholder-sky-800\/95::-webkit-input-placeholder{ + color: rgb(7 89 133 / 0.95); +} +.placeholder-sky-800\/95::-moz-placeholder{ + color: rgb(7 89 133 / 0.95); +} +.placeholder-sky-800\/95:-ms-input-placeholder{ + color: rgb(7 89 133 / 0.95); +} +.placeholder-sky-800\/95::-ms-input-placeholder{ + color: rgb(7 89 133 / 0.95); +} +.placeholder-sky-800\/95::placeholder{ + color: rgb(7 89 133 / 0.95); +} +.placeholder-sky-800\/100::-webkit-input-placeholder{ + color: rgb(7 89 133 / 1); +} +.placeholder-sky-800\/100::-moz-placeholder{ + color: rgb(7 89 133 / 1); +} +.placeholder-sky-800\/100:-ms-input-placeholder{ + color: rgb(7 89 133 / 1); +} +.placeholder-sky-800\/100::-ms-input-placeholder{ + color: rgb(7 89 133 / 1); +} +.placeholder-sky-800\/100::placeholder{ + color: rgb(7 89 133 / 1); +} +.placeholder-sky-900\/0::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0); +} +.placeholder-sky-900\/0::-moz-placeholder{ + color: rgb(12 74 110 / 0); +} +.placeholder-sky-900\/0:-ms-input-placeholder{ + color: rgb(12 74 110 / 0); +} +.placeholder-sky-900\/0::-ms-input-placeholder{ + color: rgb(12 74 110 / 0); +} +.placeholder-sky-900\/0::placeholder{ + color: rgb(12 74 110 / 0); +} +.placeholder-sky-900\/5::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.05); +} +.placeholder-sky-900\/5::-moz-placeholder{ + color: rgb(12 74 110 / 0.05); +} +.placeholder-sky-900\/5:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.05); +} +.placeholder-sky-900\/5::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.05); +} +.placeholder-sky-900\/5::placeholder{ + color: rgb(12 74 110 / 0.05); +} +.placeholder-sky-900\/10::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.1); +} +.placeholder-sky-900\/10::-moz-placeholder{ + color: rgb(12 74 110 / 0.1); +} +.placeholder-sky-900\/10:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.1); +} +.placeholder-sky-900\/10::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.1); +} +.placeholder-sky-900\/10::placeholder{ + color: rgb(12 74 110 / 0.1); +} +.placeholder-sky-900\/20::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.2); +} +.placeholder-sky-900\/20::-moz-placeholder{ + color: rgb(12 74 110 / 0.2); +} +.placeholder-sky-900\/20:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.2); +} +.placeholder-sky-900\/20::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.2); +} +.placeholder-sky-900\/20::placeholder{ + color: rgb(12 74 110 / 0.2); +} +.placeholder-sky-900\/25::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.25); +} +.placeholder-sky-900\/25::-moz-placeholder{ + color: rgb(12 74 110 / 0.25); +} +.placeholder-sky-900\/25:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.25); +} +.placeholder-sky-900\/25::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.25); +} +.placeholder-sky-900\/25::placeholder{ + color: rgb(12 74 110 / 0.25); +} +.placeholder-sky-900\/30::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.3); +} +.placeholder-sky-900\/30::-moz-placeholder{ + color: rgb(12 74 110 / 0.3); +} +.placeholder-sky-900\/30:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.3); +} +.placeholder-sky-900\/30::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.3); +} +.placeholder-sky-900\/30::placeholder{ + color: rgb(12 74 110 / 0.3); +} +.placeholder-sky-900\/40::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.4); +} +.placeholder-sky-900\/40::-moz-placeholder{ + color: rgb(12 74 110 / 0.4); +} +.placeholder-sky-900\/40:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.4); +} +.placeholder-sky-900\/40::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.4); +} +.placeholder-sky-900\/40::placeholder{ + color: rgb(12 74 110 / 0.4); +} +.placeholder-sky-900\/50::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.5); +} +.placeholder-sky-900\/50::-moz-placeholder{ + color: rgb(12 74 110 / 0.5); +} +.placeholder-sky-900\/50:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.5); +} +.placeholder-sky-900\/50::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.5); +} +.placeholder-sky-900\/50::placeholder{ + color: rgb(12 74 110 / 0.5); +} +.placeholder-sky-900\/60::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.6); +} +.placeholder-sky-900\/60::-moz-placeholder{ + color: rgb(12 74 110 / 0.6); +} +.placeholder-sky-900\/60:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.6); +} +.placeholder-sky-900\/60::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.6); +} +.placeholder-sky-900\/60::placeholder{ + color: rgb(12 74 110 / 0.6); +} +.placeholder-sky-900\/70::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.7); +} +.placeholder-sky-900\/70::-moz-placeholder{ + color: rgb(12 74 110 / 0.7); +} +.placeholder-sky-900\/70:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.7); +} +.placeholder-sky-900\/70::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.7); +} +.placeholder-sky-900\/70::placeholder{ + color: rgb(12 74 110 / 0.7); +} +.placeholder-sky-900\/75::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.75); +} +.placeholder-sky-900\/75::-moz-placeholder{ + color: rgb(12 74 110 / 0.75); +} +.placeholder-sky-900\/75:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.75); +} +.placeholder-sky-900\/75::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.75); +} +.placeholder-sky-900\/75::placeholder{ + color: rgb(12 74 110 / 0.75); +} +.placeholder-sky-900\/80::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.8); +} +.placeholder-sky-900\/80::-moz-placeholder{ + color: rgb(12 74 110 / 0.8); +} +.placeholder-sky-900\/80:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.8); +} +.placeholder-sky-900\/80::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.8); +} +.placeholder-sky-900\/80::placeholder{ + color: rgb(12 74 110 / 0.8); +} +.placeholder-sky-900\/90::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.9); +} +.placeholder-sky-900\/90::-moz-placeholder{ + color: rgb(12 74 110 / 0.9); +} +.placeholder-sky-900\/90:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.9); +} +.placeholder-sky-900\/90::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.9); +} +.placeholder-sky-900\/90::placeholder{ + color: rgb(12 74 110 / 0.9); +} +.placeholder-sky-900\/95::-webkit-input-placeholder{ + color: rgb(12 74 110 / 0.95); +} +.placeholder-sky-900\/95::-moz-placeholder{ + color: rgb(12 74 110 / 0.95); +} +.placeholder-sky-900\/95:-ms-input-placeholder{ + color: rgb(12 74 110 / 0.95); +} +.placeholder-sky-900\/95::-ms-input-placeholder{ + color: rgb(12 74 110 / 0.95); +} +.placeholder-sky-900\/95::placeholder{ + color: rgb(12 74 110 / 0.95); +} +.placeholder-sky-900\/100::-webkit-input-placeholder{ + color: rgb(12 74 110 / 1); +} +.placeholder-sky-900\/100::-moz-placeholder{ + color: rgb(12 74 110 / 1); +} +.placeholder-sky-900\/100:-ms-input-placeholder{ + color: rgb(12 74 110 / 1); +} +.placeholder-sky-900\/100::-ms-input-placeholder{ + color: rgb(12 74 110 / 1); +} +.placeholder-sky-900\/100::placeholder{ + color: rgb(12 74 110 / 1); +} +.placeholder-blue-50\/0::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0); +} +.placeholder-blue-50\/0::-moz-placeholder{ + color: rgb(242 248 251 / 0); +} +.placeholder-blue-50\/0:-ms-input-placeholder{ + color: rgb(242 248 251 / 0); +} +.placeholder-blue-50\/0::-ms-input-placeholder{ + color: rgb(242 248 251 / 0); +} +.placeholder-blue-50\/0::placeholder{ + color: rgb(242 248 251 / 0); +} +.placeholder-blue-50\/5::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.05); +} +.placeholder-blue-50\/5::-moz-placeholder{ + color: rgb(242 248 251 / 0.05); +} +.placeholder-blue-50\/5:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.05); +} +.placeholder-blue-50\/5::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.05); +} +.placeholder-blue-50\/5::placeholder{ + color: rgb(242 248 251 / 0.05); +} +.placeholder-blue-50\/10::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.1); +} +.placeholder-blue-50\/10::-moz-placeholder{ + color: rgb(242 248 251 / 0.1); +} +.placeholder-blue-50\/10:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.1); +} +.placeholder-blue-50\/10::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.1); +} +.placeholder-blue-50\/10::placeholder{ + color: rgb(242 248 251 / 0.1); +} +.placeholder-blue-50\/20::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.2); +} +.placeholder-blue-50\/20::-moz-placeholder{ + color: rgb(242 248 251 / 0.2); +} +.placeholder-blue-50\/20:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.2); +} +.placeholder-blue-50\/20::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.2); +} +.placeholder-blue-50\/20::placeholder{ + color: rgb(242 248 251 / 0.2); +} +.placeholder-blue-50\/25::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.25); +} +.placeholder-blue-50\/25::-moz-placeholder{ + color: rgb(242 248 251 / 0.25); +} +.placeholder-blue-50\/25:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.25); +} +.placeholder-blue-50\/25::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.25); +} +.placeholder-blue-50\/25::placeholder{ + color: rgb(242 248 251 / 0.25); +} +.placeholder-blue-50\/30::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.3); +} +.placeholder-blue-50\/30::-moz-placeholder{ + color: rgb(242 248 251 / 0.3); +} +.placeholder-blue-50\/30:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.3); +} +.placeholder-blue-50\/30::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.3); +} +.placeholder-blue-50\/30::placeholder{ + color: rgb(242 248 251 / 0.3); +} +.placeholder-blue-50\/40::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.4); +} +.placeholder-blue-50\/40::-moz-placeholder{ + color: rgb(242 248 251 / 0.4); +} +.placeholder-blue-50\/40:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.4); +} +.placeholder-blue-50\/40::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.4); +} +.placeholder-blue-50\/40::placeholder{ + color: rgb(242 248 251 / 0.4); +} +.placeholder-blue-50\/50::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.5); +} +.placeholder-blue-50\/50::-moz-placeholder{ + color: rgb(242 248 251 / 0.5); +} +.placeholder-blue-50\/50:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.5); +} +.placeholder-blue-50\/50::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.5); +} +.placeholder-blue-50\/50::placeholder{ + color: rgb(242 248 251 / 0.5); +} +.placeholder-blue-50\/60::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.6); +} +.placeholder-blue-50\/60::-moz-placeholder{ + color: rgb(242 248 251 / 0.6); +} +.placeholder-blue-50\/60:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.6); +} +.placeholder-blue-50\/60::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.6); +} +.placeholder-blue-50\/60::placeholder{ + color: rgb(242 248 251 / 0.6); +} +.placeholder-blue-50\/70::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.7); +} +.placeholder-blue-50\/70::-moz-placeholder{ + color: rgb(242 248 251 / 0.7); +} +.placeholder-blue-50\/70:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.7); +} +.placeholder-blue-50\/70::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.7); +} +.placeholder-blue-50\/70::placeholder{ + color: rgb(242 248 251 / 0.7); +} +.placeholder-blue-50\/75::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.75); +} +.placeholder-blue-50\/75::-moz-placeholder{ + color: rgb(242 248 251 / 0.75); +} +.placeholder-blue-50\/75:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.75); +} +.placeholder-blue-50\/75::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.75); +} +.placeholder-blue-50\/75::placeholder{ + color: rgb(242 248 251 / 0.75); +} +.placeholder-blue-50\/80::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.8); +} +.placeholder-blue-50\/80::-moz-placeholder{ + color: rgb(242 248 251 / 0.8); +} +.placeholder-blue-50\/80:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.8); +} +.placeholder-blue-50\/80::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.8); +} +.placeholder-blue-50\/80::placeholder{ + color: rgb(242 248 251 / 0.8); +} +.placeholder-blue-50\/90::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.9); +} +.placeholder-blue-50\/90::-moz-placeholder{ + color: rgb(242 248 251 / 0.9); +} +.placeholder-blue-50\/90:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.9); +} +.placeholder-blue-50\/90::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.9); +} +.placeholder-blue-50\/90::placeholder{ + color: rgb(242 248 251 / 0.9); +} +.placeholder-blue-50\/95::-webkit-input-placeholder{ + color: rgb(242 248 251 / 0.95); +} +.placeholder-blue-50\/95::-moz-placeholder{ + color: rgb(242 248 251 / 0.95); +} +.placeholder-blue-50\/95:-ms-input-placeholder{ + color: rgb(242 248 251 / 0.95); +} +.placeholder-blue-50\/95::-ms-input-placeholder{ + color: rgb(242 248 251 / 0.95); +} +.placeholder-blue-50\/95::placeholder{ + color: rgb(242 248 251 / 0.95); +} +.placeholder-blue-50\/100::-webkit-input-placeholder{ + color: rgb(242 248 251 / 1); +} +.placeholder-blue-50\/100::-moz-placeholder{ + color: rgb(242 248 251 / 1); +} +.placeholder-blue-50\/100:-ms-input-placeholder{ + color: rgb(242 248 251 / 1); +} +.placeholder-blue-50\/100::-ms-input-placeholder{ + color: rgb(242 248 251 / 1); +} +.placeholder-blue-50\/100::placeholder{ + color: rgb(242 248 251 / 1); +} +.placeholder-blue-100\/0::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0); +} +.placeholder-blue-100\/0::-moz-placeholder{ + color: rgb(230 241 246 / 0); +} +.placeholder-blue-100\/0:-ms-input-placeholder{ + color: rgb(230 241 246 / 0); +} +.placeholder-blue-100\/0::-ms-input-placeholder{ + color: rgb(230 241 246 / 0); +} +.placeholder-blue-100\/0::placeholder{ + color: rgb(230 241 246 / 0); +} +.placeholder-blue-100\/5::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.05); +} +.placeholder-blue-100\/5::-moz-placeholder{ + color: rgb(230 241 246 / 0.05); +} +.placeholder-blue-100\/5:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.05); +} +.placeholder-blue-100\/5::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.05); +} +.placeholder-blue-100\/5::placeholder{ + color: rgb(230 241 246 / 0.05); +} +.placeholder-blue-100\/10::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.1); +} +.placeholder-blue-100\/10::-moz-placeholder{ + color: rgb(230 241 246 / 0.1); +} +.placeholder-blue-100\/10:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.1); +} +.placeholder-blue-100\/10::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.1); +} +.placeholder-blue-100\/10::placeholder{ + color: rgb(230 241 246 / 0.1); +} +.placeholder-blue-100\/20::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.2); +} +.placeholder-blue-100\/20::-moz-placeholder{ + color: rgb(230 241 246 / 0.2); +} +.placeholder-blue-100\/20:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.2); +} +.placeholder-blue-100\/20::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.2); +} +.placeholder-blue-100\/20::placeholder{ + color: rgb(230 241 246 / 0.2); +} +.placeholder-blue-100\/25::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.25); +} +.placeholder-blue-100\/25::-moz-placeholder{ + color: rgb(230 241 246 / 0.25); +} +.placeholder-blue-100\/25:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.25); +} +.placeholder-blue-100\/25::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.25); +} +.placeholder-blue-100\/25::placeholder{ + color: rgb(230 241 246 / 0.25); +} +.placeholder-blue-100\/30::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.3); +} +.placeholder-blue-100\/30::-moz-placeholder{ + color: rgb(230 241 246 / 0.3); +} +.placeholder-blue-100\/30:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.3); +} +.placeholder-blue-100\/30::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.3); +} +.placeholder-blue-100\/30::placeholder{ + color: rgb(230 241 246 / 0.3); +} +.placeholder-blue-100\/40::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.4); +} +.placeholder-blue-100\/40::-moz-placeholder{ + color: rgb(230 241 246 / 0.4); +} +.placeholder-blue-100\/40:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.4); +} +.placeholder-blue-100\/40::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.4); +} +.placeholder-blue-100\/40::placeholder{ + color: rgb(230 241 246 / 0.4); +} +.placeholder-blue-100\/50::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.5); +} +.placeholder-blue-100\/50::-moz-placeholder{ + color: rgb(230 241 246 / 0.5); +} +.placeholder-blue-100\/50:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.5); +} +.placeholder-blue-100\/50::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.5); +} +.placeholder-blue-100\/50::placeholder{ + color: rgb(230 241 246 / 0.5); +} +.placeholder-blue-100\/60::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.6); +} +.placeholder-blue-100\/60::-moz-placeholder{ + color: rgb(230 241 246 / 0.6); +} +.placeholder-blue-100\/60:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.6); +} +.placeholder-blue-100\/60::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.6); +} +.placeholder-blue-100\/60::placeholder{ + color: rgb(230 241 246 / 0.6); +} +.placeholder-blue-100\/70::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.7); +} +.placeholder-blue-100\/70::-moz-placeholder{ + color: rgb(230 241 246 / 0.7); +} +.placeholder-blue-100\/70:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.7); +} +.placeholder-blue-100\/70::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.7); +} +.placeholder-blue-100\/70::placeholder{ + color: rgb(230 241 246 / 0.7); +} +.placeholder-blue-100\/75::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.75); +} +.placeholder-blue-100\/75::-moz-placeholder{ + color: rgb(230 241 246 / 0.75); +} +.placeholder-blue-100\/75:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.75); +} +.placeholder-blue-100\/75::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.75); +} +.placeholder-blue-100\/75::placeholder{ + color: rgb(230 241 246 / 0.75); +} +.placeholder-blue-100\/80::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.8); +} +.placeholder-blue-100\/80::-moz-placeholder{ + color: rgb(230 241 246 / 0.8); +} +.placeholder-blue-100\/80:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.8); +} +.placeholder-blue-100\/80::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.8); +} +.placeholder-blue-100\/80::placeholder{ + color: rgb(230 241 246 / 0.8); +} +.placeholder-blue-100\/90::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.9); +} +.placeholder-blue-100\/90::-moz-placeholder{ + color: rgb(230 241 246 / 0.9); +} +.placeholder-blue-100\/90:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.9); +} +.placeholder-blue-100\/90::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.9); +} +.placeholder-blue-100\/90::placeholder{ + color: rgb(230 241 246 / 0.9); +} +.placeholder-blue-100\/95::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.95); +} +.placeholder-blue-100\/95::-moz-placeholder{ + color: rgb(230 241 246 / 0.95); +} +.placeholder-blue-100\/95:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.95); +} +.placeholder-blue-100\/95::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.95); +} +.placeholder-blue-100\/95::placeholder{ + color: rgb(230 241 246 / 0.95); +} +.placeholder-blue-100\/100::-webkit-input-placeholder{ + color: rgb(230 241 246 / 1); +} +.placeholder-blue-100\/100::-moz-placeholder{ + color: rgb(230 241 246 / 1); +} +.placeholder-blue-100\/100:-ms-input-placeholder{ + color: rgb(230 241 246 / 1); +} +.placeholder-blue-100\/100::-ms-input-placeholder{ + color: rgb(230 241 246 / 1); +} +.placeholder-blue-100\/100::placeholder{ + color: rgb(230 241 246 / 1); +} +.placeholder-blue-200\/0::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0); +} +.placeholder-blue-200\/0::-moz-placeholder{ + color: rgb(191 219 233 / 0); +} +.placeholder-blue-200\/0:-ms-input-placeholder{ + color: rgb(191 219 233 / 0); +} +.placeholder-blue-200\/0::-ms-input-placeholder{ + color: rgb(191 219 233 / 0); +} +.placeholder-blue-200\/0::placeholder{ + color: rgb(191 219 233 / 0); +} +.placeholder-blue-200\/5::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.05); +} +.placeholder-blue-200\/5::-moz-placeholder{ + color: rgb(191 219 233 / 0.05); +} +.placeholder-blue-200\/5:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.05); +} +.placeholder-blue-200\/5::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.05); +} +.placeholder-blue-200\/5::placeholder{ + color: rgb(191 219 233 / 0.05); +} +.placeholder-blue-200\/10::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.1); +} +.placeholder-blue-200\/10::-moz-placeholder{ + color: rgb(191 219 233 / 0.1); +} +.placeholder-blue-200\/10:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.1); +} +.placeholder-blue-200\/10::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.1); +} +.placeholder-blue-200\/10::placeholder{ + color: rgb(191 219 233 / 0.1); +} +.placeholder-blue-200\/20::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.2); +} +.placeholder-blue-200\/20::-moz-placeholder{ + color: rgb(191 219 233 / 0.2); +} +.placeholder-blue-200\/20:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.2); +} +.placeholder-blue-200\/20::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.2); +} +.placeholder-blue-200\/20::placeholder{ + color: rgb(191 219 233 / 0.2); +} +.placeholder-blue-200\/25::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.25); +} +.placeholder-blue-200\/25::-moz-placeholder{ + color: rgb(191 219 233 / 0.25); +} +.placeholder-blue-200\/25:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.25); +} +.placeholder-blue-200\/25::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.25); +} +.placeholder-blue-200\/25::placeholder{ + color: rgb(191 219 233 / 0.25); +} +.placeholder-blue-200\/30::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.3); +} +.placeholder-blue-200\/30::-moz-placeholder{ + color: rgb(191 219 233 / 0.3); +} +.placeholder-blue-200\/30:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.3); +} +.placeholder-blue-200\/30::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.3); +} +.placeholder-blue-200\/30::placeholder{ + color: rgb(191 219 233 / 0.3); +} +.placeholder-blue-200\/40::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.4); +} +.placeholder-blue-200\/40::-moz-placeholder{ + color: rgb(191 219 233 / 0.4); +} +.placeholder-blue-200\/40:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.4); +} +.placeholder-blue-200\/40::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.4); +} +.placeholder-blue-200\/40::placeholder{ + color: rgb(191 219 233 / 0.4); +} +.placeholder-blue-200\/50::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.5); +} +.placeholder-blue-200\/50::-moz-placeholder{ + color: rgb(191 219 233 / 0.5); +} +.placeholder-blue-200\/50:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.5); +} +.placeholder-blue-200\/50::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.5); +} +.placeholder-blue-200\/50::placeholder{ + color: rgb(191 219 233 / 0.5); +} +.placeholder-blue-200\/60::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.6); +} +.placeholder-blue-200\/60::-moz-placeholder{ + color: rgb(191 219 233 / 0.6); +} +.placeholder-blue-200\/60:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.6); +} +.placeholder-blue-200\/60::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.6); +} +.placeholder-blue-200\/60::placeholder{ + color: rgb(191 219 233 / 0.6); +} +.placeholder-blue-200\/70::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.7); +} +.placeholder-blue-200\/70::-moz-placeholder{ + color: rgb(191 219 233 / 0.7); +} +.placeholder-blue-200\/70:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.7); +} +.placeholder-blue-200\/70::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.7); +} +.placeholder-blue-200\/70::placeholder{ + color: rgb(191 219 233 / 0.7); +} +.placeholder-blue-200\/75::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.75); +} +.placeholder-blue-200\/75::-moz-placeholder{ + color: rgb(191 219 233 / 0.75); +} +.placeholder-blue-200\/75:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.75); +} +.placeholder-blue-200\/75::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.75); +} +.placeholder-blue-200\/75::placeholder{ + color: rgb(191 219 233 / 0.75); +} +.placeholder-blue-200\/80::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.8); +} +.placeholder-blue-200\/80::-moz-placeholder{ + color: rgb(191 219 233 / 0.8); +} +.placeholder-blue-200\/80:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.8); +} +.placeholder-blue-200\/80::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.8); +} +.placeholder-blue-200\/80::placeholder{ + color: rgb(191 219 233 / 0.8); +} +.placeholder-blue-200\/90::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.9); +} +.placeholder-blue-200\/90::-moz-placeholder{ + color: rgb(191 219 233 / 0.9); +} +.placeholder-blue-200\/90:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.9); +} +.placeholder-blue-200\/90::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.9); +} +.placeholder-blue-200\/90::placeholder{ + color: rgb(191 219 233 / 0.9); +} +.placeholder-blue-200\/95::-webkit-input-placeholder{ + color: rgb(191 219 233 / 0.95); +} +.placeholder-blue-200\/95::-moz-placeholder{ + color: rgb(191 219 233 / 0.95); +} +.placeholder-blue-200\/95:-ms-input-placeholder{ + color: rgb(191 219 233 / 0.95); +} +.placeholder-blue-200\/95::-ms-input-placeholder{ + color: rgb(191 219 233 / 0.95); +} +.placeholder-blue-200\/95::placeholder{ + color: rgb(191 219 233 / 0.95); +} +.placeholder-blue-200\/100::-webkit-input-placeholder{ + color: rgb(191 219 233 / 1); +} +.placeholder-blue-200\/100::-moz-placeholder{ + color: rgb(191 219 233 / 1); +} +.placeholder-blue-200\/100:-ms-input-placeholder{ + color: rgb(191 219 233 / 1); +} +.placeholder-blue-200\/100::-ms-input-placeholder{ + color: rgb(191 219 233 / 1); +} +.placeholder-blue-200\/100::placeholder{ + color: rgb(191 219 233 / 1); +} +.placeholder-blue-300\/0::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0); +} +.placeholder-blue-300\/0::-moz-placeholder{ + color: rgb(153 197 219 / 0); +} +.placeholder-blue-300\/0:-ms-input-placeholder{ + color: rgb(153 197 219 / 0); +} +.placeholder-blue-300\/0::-ms-input-placeholder{ + color: rgb(153 197 219 / 0); +} +.placeholder-blue-300\/0::placeholder{ + color: rgb(153 197 219 / 0); +} +.placeholder-blue-300\/5::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.05); +} +.placeholder-blue-300\/5::-moz-placeholder{ + color: rgb(153 197 219 / 0.05); +} +.placeholder-blue-300\/5:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.05); +} +.placeholder-blue-300\/5::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.05); +} +.placeholder-blue-300\/5::placeholder{ + color: rgb(153 197 219 / 0.05); +} +.placeholder-blue-300\/10::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.1); +} +.placeholder-blue-300\/10::-moz-placeholder{ + color: rgb(153 197 219 / 0.1); +} +.placeholder-blue-300\/10:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.1); +} +.placeholder-blue-300\/10::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.1); +} +.placeholder-blue-300\/10::placeholder{ + color: rgb(153 197 219 / 0.1); +} +.placeholder-blue-300\/20::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.2); +} +.placeholder-blue-300\/20::-moz-placeholder{ + color: rgb(153 197 219 / 0.2); +} +.placeholder-blue-300\/20:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.2); +} +.placeholder-blue-300\/20::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.2); +} +.placeholder-blue-300\/20::placeholder{ + color: rgb(153 197 219 / 0.2); +} +.placeholder-blue-300\/25::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.25); +} +.placeholder-blue-300\/25::-moz-placeholder{ + color: rgb(153 197 219 / 0.25); +} +.placeholder-blue-300\/25:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.25); +} +.placeholder-blue-300\/25::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.25); +} +.placeholder-blue-300\/25::placeholder{ + color: rgb(153 197 219 / 0.25); +} +.placeholder-blue-300\/30::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.3); +} +.placeholder-blue-300\/30::-moz-placeholder{ + color: rgb(153 197 219 / 0.3); +} +.placeholder-blue-300\/30:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.3); +} +.placeholder-blue-300\/30::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.3); +} +.placeholder-blue-300\/30::placeholder{ + color: rgb(153 197 219 / 0.3); +} +.placeholder-blue-300\/40::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.4); +} +.placeholder-blue-300\/40::-moz-placeholder{ + color: rgb(153 197 219 / 0.4); +} +.placeholder-blue-300\/40:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.4); +} +.placeholder-blue-300\/40::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.4); +} +.placeholder-blue-300\/40::placeholder{ + color: rgb(153 197 219 / 0.4); +} +.placeholder-blue-300\/50::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.5); +} +.placeholder-blue-300\/50::-moz-placeholder{ + color: rgb(153 197 219 / 0.5); +} +.placeholder-blue-300\/50:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.5); +} +.placeholder-blue-300\/50::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.5); +} +.placeholder-blue-300\/50::placeholder{ + color: rgb(153 197 219 / 0.5); +} +.placeholder-blue-300\/60::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.6); +} +.placeholder-blue-300\/60::-moz-placeholder{ + color: rgb(153 197 219 / 0.6); +} +.placeholder-blue-300\/60:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.6); +} +.placeholder-blue-300\/60::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.6); +} +.placeholder-blue-300\/60::placeholder{ + color: rgb(153 197 219 / 0.6); +} +.placeholder-blue-300\/70::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.7); +} +.placeholder-blue-300\/70::-moz-placeholder{ + color: rgb(153 197 219 / 0.7); +} +.placeholder-blue-300\/70:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.7); +} +.placeholder-blue-300\/70::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.7); +} +.placeholder-blue-300\/70::placeholder{ + color: rgb(153 197 219 / 0.7); +} +.placeholder-blue-300\/75::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.75); +} +.placeholder-blue-300\/75::-moz-placeholder{ + color: rgb(153 197 219 / 0.75); +} +.placeholder-blue-300\/75:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.75); +} +.placeholder-blue-300\/75::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.75); +} +.placeholder-blue-300\/75::placeholder{ + color: rgb(153 197 219 / 0.75); +} +.placeholder-blue-300\/80::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.8); +} +.placeholder-blue-300\/80::-moz-placeholder{ + color: rgb(153 197 219 / 0.8); +} +.placeholder-blue-300\/80:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.8); +} +.placeholder-blue-300\/80::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.8); +} +.placeholder-blue-300\/80::placeholder{ + color: rgb(153 197 219 / 0.8); +} +.placeholder-blue-300\/90::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.9); +} +.placeholder-blue-300\/90::-moz-placeholder{ + color: rgb(153 197 219 / 0.9); +} +.placeholder-blue-300\/90:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.9); +} +.placeholder-blue-300\/90::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.9); +} +.placeholder-blue-300\/90::placeholder{ + color: rgb(153 197 219 / 0.9); +} +.placeholder-blue-300\/95::-webkit-input-placeholder{ + color: rgb(153 197 219 / 0.95); +} +.placeholder-blue-300\/95::-moz-placeholder{ + color: rgb(153 197 219 / 0.95); +} +.placeholder-blue-300\/95:-ms-input-placeholder{ + color: rgb(153 197 219 / 0.95); +} +.placeholder-blue-300\/95::-ms-input-placeholder{ + color: rgb(153 197 219 / 0.95); +} +.placeholder-blue-300\/95::placeholder{ + color: rgb(153 197 219 / 0.95); +} +.placeholder-blue-300\/100::-webkit-input-placeholder{ + color: rgb(153 197 219 / 1); +} +.placeholder-blue-300\/100::-moz-placeholder{ + color: rgb(153 197 219 / 1); +} +.placeholder-blue-300\/100:-ms-input-placeholder{ + color: rgb(153 197 219 / 1); +} +.placeholder-blue-300\/100::-ms-input-placeholder{ + color: rgb(153 197 219 / 1); +} +.placeholder-blue-300\/100::placeholder{ + color: rgb(153 197 219 / 1); +} +.placeholder-blue-400\/0::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0); +} +.placeholder-blue-400\/0::-moz-placeholder{ + color: rgb(77 154 193 / 0); +} +.placeholder-blue-400\/0:-ms-input-placeholder{ + color: rgb(77 154 193 / 0); +} +.placeholder-blue-400\/0::-ms-input-placeholder{ + color: rgb(77 154 193 / 0); +} +.placeholder-blue-400\/0::placeholder{ + color: rgb(77 154 193 / 0); +} +.placeholder-blue-400\/5::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.05); +} +.placeholder-blue-400\/5::-moz-placeholder{ + color: rgb(77 154 193 / 0.05); +} +.placeholder-blue-400\/5:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.05); +} +.placeholder-blue-400\/5::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.05); +} +.placeholder-blue-400\/5::placeholder{ + color: rgb(77 154 193 / 0.05); +} +.placeholder-blue-400\/10::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.1); +} +.placeholder-blue-400\/10::-moz-placeholder{ + color: rgb(77 154 193 / 0.1); +} +.placeholder-blue-400\/10:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.1); +} +.placeholder-blue-400\/10::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.1); +} +.placeholder-blue-400\/10::placeholder{ + color: rgb(77 154 193 / 0.1); +} +.placeholder-blue-400\/20::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.2); +} +.placeholder-blue-400\/20::-moz-placeholder{ + color: rgb(77 154 193 / 0.2); +} +.placeholder-blue-400\/20:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.2); +} +.placeholder-blue-400\/20::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.2); +} +.placeholder-blue-400\/20::placeholder{ + color: rgb(77 154 193 / 0.2); +} +.placeholder-blue-400\/25::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.25); +} +.placeholder-blue-400\/25::-moz-placeholder{ + color: rgb(77 154 193 / 0.25); +} +.placeholder-blue-400\/25:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.25); +} +.placeholder-blue-400\/25::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.25); +} +.placeholder-blue-400\/25::placeholder{ + color: rgb(77 154 193 / 0.25); +} +.placeholder-blue-400\/30::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.3); +} +.placeholder-blue-400\/30::-moz-placeholder{ + color: rgb(77 154 193 / 0.3); +} +.placeholder-blue-400\/30:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.3); +} +.placeholder-blue-400\/30::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.3); +} +.placeholder-blue-400\/30::placeholder{ + color: rgb(77 154 193 / 0.3); +} +.placeholder-blue-400\/40::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.4); +} +.placeholder-blue-400\/40::-moz-placeholder{ + color: rgb(77 154 193 / 0.4); +} +.placeholder-blue-400\/40:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.4); +} +.placeholder-blue-400\/40::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.4); +} +.placeholder-blue-400\/40::placeholder{ + color: rgb(77 154 193 / 0.4); +} +.placeholder-blue-400\/50::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.5); +} +.placeholder-blue-400\/50::-moz-placeholder{ + color: rgb(77 154 193 / 0.5); +} +.placeholder-blue-400\/50:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.5); +} +.placeholder-blue-400\/50::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.5); +} +.placeholder-blue-400\/50::placeholder{ + color: rgb(77 154 193 / 0.5); +} +.placeholder-blue-400\/60::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.6); +} +.placeholder-blue-400\/60::-moz-placeholder{ + color: rgb(77 154 193 / 0.6); +} +.placeholder-blue-400\/60:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.6); +} +.placeholder-blue-400\/60::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.6); +} +.placeholder-blue-400\/60::placeholder{ + color: rgb(77 154 193 / 0.6); +} +.placeholder-blue-400\/70::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.7); +} +.placeholder-blue-400\/70::-moz-placeholder{ + color: rgb(77 154 193 / 0.7); +} +.placeholder-blue-400\/70:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.7); +} +.placeholder-blue-400\/70::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.7); +} +.placeholder-blue-400\/70::placeholder{ + color: rgb(77 154 193 / 0.7); +} +.placeholder-blue-400\/75::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.75); +} +.placeholder-blue-400\/75::-moz-placeholder{ + color: rgb(77 154 193 / 0.75); +} +.placeholder-blue-400\/75:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.75); +} +.placeholder-blue-400\/75::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.75); +} +.placeholder-blue-400\/75::placeholder{ + color: rgb(77 154 193 / 0.75); +} +.placeholder-blue-400\/80::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.8); +} +.placeholder-blue-400\/80::-moz-placeholder{ + color: rgb(77 154 193 / 0.8); +} +.placeholder-blue-400\/80:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.8); +} +.placeholder-blue-400\/80::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.8); +} +.placeholder-blue-400\/80::placeholder{ + color: rgb(77 154 193 / 0.8); +} +.placeholder-blue-400\/90::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.9); +} +.placeholder-blue-400\/90::-moz-placeholder{ + color: rgb(77 154 193 / 0.9); +} +.placeholder-blue-400\/90:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.9); +} +.placeholder-blue-400\/90::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.9); +} +.placeholder-blue-400\/90::placeholder{ + color: rgb(77 154 193 / 0.9); +} +.placeholder-blue-400\/95::-webkit-input-placeholder{ + color: rgb(77 154 193 / 0.95); +} +.placeholder-blue-400\/95::-moz-placeholder{ + color: rgb(77 154 193 / 0.95); +} +.placeholder-blue-400\/95:-ms-input-placeholder{ + color: rgb(77 154 193 / 0.95); +} +.placeholder-blue-400\/95::-ms-input-placeholder{ + color: rgb(77 154 193 / 0.95); +} +.placeholder-blue-400\/95::placeholder{ + color: rgb(77 154 193 / 0.95); +} +.placeholder-blue-400\/100::-webkit-input-placeholder{ + color: rgb(77 154 193 / 1); +} +.placeholder-blue-400\/100::-moz-placeholder{ + color: rgb(77 154 193 / 1); +} +.placeholder-blue-400\/100:-ms-input-placeholder{ + color: rgb(77 154 193 / 1); +} +.placeholder-blue-400\/100::-ms-input-placeholder{ + color: rgb(77 154 193 / 1); +} +.placeholder-blue-400\/100::placeholder{ + color: rgb(77 154 193 / 1); +} +.placeholder-blue-500\/0::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0); +} +.placeholder-blue-500\/0::-moz-placeholder{ + color: rgb(0 110 166 / 0); +} +.placeholder-blue-500\/0:-ms-input-placeholder{ + color: rgb(0 110 166 / 0); +} +.placeholder-blue-500\/0::-ms-input-placeholder{ + color: rgb(0 110 166 / 0); +} +.placeholder-blue-500\/0::placeholder{ + color: rgb(0 110 166 / 0); +} +.placeholder-blue-500\/5::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.05); +} +.placeholder-blue-500\/5::-moz-placeholder{ + color: rgb(0 110 166 / 0.05); +} +.placeholder-blue-500\/5:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.05); +} +.placeholder-blue-500\/5::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.05); +} +.placeholder-blue-500\/5::placeholder{ + color: rgb(0 110 166 / 0.05); +} +.placeholder-blue-500\/10::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.1); +} +.placeholder-blue-500\/10::-moz-placeholder{ + color: rgb(0 110 166 / 0.1); +} +.placeholder-blue-500\/10:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.1); +} +.placeholder-blue-500\/10::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.1); +} +.placeholder-blue-500\/10::placeholder{ + color: rgb(0 110 166 / 0.1); +} +.placeholder-blue-500\/20::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.2); +} +.placeholder-blue-500\/20::-moz-placeholder{ + color: rgb(0 110 166 / 0.2); +} +.placeholder-blue-500\/20:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.2); +} +.placeholder-blue-500\/20::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.2); +} +.placeholder-blue-500\/20::placeholder{ + color: rgb(0 110 166 / 0.2); +} +.placeholder-blue-500\/25::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.25); +} +.placeholder-blue-500\/25::-moz-placeholder{ + color: rgb(0 110 166 / 0.25); +} +.placeholder-blue-500\/25:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.25); +} +.placeholder-blue-500\/25::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.25); +} +.placeholder-blue-500\/25::placeholder{ + color: rgb(0 110 166 / 0.25); +} +.placeholder-blue-500\/30::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.3); +} +.placeholder-blue-500\/30::-moz-placeholder{ + color: rgb(0 110 166 / 0.3); +} +.placeholder-blue-500\/30:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.3); +} +.placeholder-blue-500\/30::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.3); +} +.placeholder-blue-500\/30::placeholder{ + color: rgb(0 110 166 / 0.3); +} +.placeholder-blue-500\/40::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.4); +} +.placeholder-blue-500\/40::-moz-placeholder{ + color: rgb(0 110 166 / 0.4); +} +.placeholder-blue-500\/40:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.4); +} +.placeholder-blue-500\/40::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.4); +} +.placeholder-blue-500\/40::placeholder{ + color: rgb(0 110 166 / 0.4); +} +.placeholder-blue-500\/50::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.5); +} +.placeholder-blue-500\/50::-moz-placeholder{ + color: rgb(0 110 166 / 0.5); +} +.placeholder-blue-500\/50:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.5); +} +.placeholder-blue-500\/50::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.5); +} +.placeholder-blue-500\/50::placeholder{ + color: rgb(0 110 166 / 0.5); +} +.placeholder-blue-500\/60::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.6); +} +.placeholder-blue-500\/60::-moz-placeholder{ + color: rgb(0 110 166 / 0.6); +} +.placeholder-blue-500\/60:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.6); +} +.placeholder-blue-500\/60::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.6); +} +.placeholder-blue-500\/60::placeholder{ + color: rgb(0 110 166 / 0.6); +} +.placeholder-blue-500\/70::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.7); +} +.placeholder-blue-500\/70::-moz-placeholder{ + color: rgb(0 110 166 / 0.7); +} +.placeholder-blue-500\/70:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.7); +} +.placeholder-blue-500\/70::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.7); +} +.placeholder-blue-500\/70::placeholder{ + color: rgb(0 110 166 / 0.7); +} +.placeholder-blue-500\/75::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.75); +} +.placeholder-blue-500\/75::-moz-placeholder{ + color: rgb(0 110 166 / 0.75); +} +.placeholder-blue-500\/75:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.75); +} +.placeholder-blue-500\/75::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.75); +} +.placeholder-blue-500\/75::placeholder{ + color: rgb(0 110 166 / 0.75); +} +.placeholder-blue-500\/80::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.8); +} +.placeholder-blue-500\/80::-moz-placeholder{ + color: rgb(0 110 166 / 0.8); +} +.placeholder-blue-500\/80:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.8); +} +.placeholder-blue-500\/80::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.8); +} +.placeholder-blue-500\/80::placeholder{ + color: rgb(0 110 166 / 0.8); +} +.placeholder-blue-500\/90::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.9); +} +.placeholder-blue-500\/90::-moz-placeholder{ + color: rgb(0 110 166 / 0.9); +} +.placeholder-blue-500\/90:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.9); +} +.placeholder-blue-500\/90::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.9); +} +.placeholder-blue-500\/90::placeholder{ + color: rgb(0 110 166 / 0.9); +} +.placeholder-blue-500\/95::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.95); +} +.placeholder-blue-500\/95::-moz-placeholder{ + color: rgb(0 110 166 / 0.95); +} +.placeholder-blue-500\/95:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.95); +} +.placeholder-blue-500\/95::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.95); +} +.placeholder-blue-500\/95::placeholder{ + color: rgb(0 110 166 / 0.95); +} +.placeholder-blue-500\/100::-webkit-input-placeholder{ + color: rgb(0 110 166 / 1); +} +.placeholder-blue-500\/100::-moz-placeholder{ + color: rgb(0 110 166 / 1); +} +.placeholder-blue-500\/100:-ms-input-placeholder{ + color: rgb(0 110 166 / 1); +} +.placeholder-blue-500\/100::-ms-input-placeholder{ + color: rgb(0 110 166 / 1); +} +.placeholder-blue-500\/100::placeholder{ + color: rgb(0 110 166 / 1); +} +.placeholder-blue-600\/0::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0); +} +.placeholder-blue-600\/0::-moz-placeholder{ + color: rgb(0 99 149 / 0); +} +.placeholder-blue-600\/0:-ms-input-placeholder{ + color: rgb(0 99 149 / 0); +} +.placeholder-blue-600\/0::-ms-input-placeholder{ + color: rgb(0 99 149 / 0); +} +.placeholder-blue-600\/0::placeholder{ + color: rgb(0 99 149 / 0); +} +.placeholder-blue-600\/5::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.05); +} +.placeholder-blue-600\/5::-moz-placeholder{ + color: rgb(0 99 149 / 0.05); +} +.placeholder-blue-600\/5:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.05); +} +.placeholder-blue-600\/5::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.05); +} +.placeholder-blue-600\/5::placeholder{ + color: rgb(0 99 149 / 0.05); +} +.placeholder-blue-600\/10::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.1); +} +.placeholder-blue-600\/10::-moz-placeholder{ + color: rgb(0 99 149 / 0.1); +} +.placeholder-blue-600\/10:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.1); +} +.placeholder-blue-600\/10::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.1); +} +.placeholder-blue-600\/10::placeholder{ + color: rgb(0 99 149 / 0.1); +} +.placeholder-blue-600\/20::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.2); +} +.placeholder-blue-600\/20::-moz-placeholder{ + color: rgb(0 99 149 / 0.2); +} +.placeholder-blue-600\/20:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.2); +} +.placeholder-blue-600\/20::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.2); +} +.placeholder-blue-600\/20::placeholder{ + color: rgb(0 99 149 / 0.2); +} +.placeholder-blue-600\/25::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.25); +} +.placeholder-blue-600\/25::-moz-placeholder{ + color: rgb(0 99 149 / 0.25); +} +.placeholder-blue-600\/25:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.25); +} +.placeholder-blue-600\/25::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.25); +} +.placeholder-blue-600\/25::placeholder{ + color: rgb(0 99 149 / 0.25); +} +.placeholder-blue-600\/30::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.3); +} +.placeholder-blue-600\/30::-moz-placeholder{ + color: rgb(0 99 149 / 0.3); +} +.placeholder-blue-600\/30:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.3); +} +.placeholder-blue-600\/30::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.3); +} +.placeholder-blue-600\/30::placeholder{ + color: rgb(0 99 149 / 0.3); +} +.placeholder-blue-600\/40::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.4); +} +.placeholder-blue-600\/40::-moz-placeholder{ + color: rgb(0 99 149 / 0.4); +} +.placeholder-blue-600\/40:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.4); +} +.placeholder-blue-600\/40::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.4); +} +.placeholder-blue-600\/40::placeholder{ + color: rgb(0 99 149 / 0.4); +} +.placeholder-blue-600\/50::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.5); +} +.placeholder-blue-600\/50::-moz-placeholder{ + color: rgb(0 99 149 / 0.5); +} +.placeholder-blue-600\/50:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.5); +} +.placeholder-blue-600\/50::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.5); +} +.placeholder-blue-600\/50::placeholder{ + color: rgb(0 99 149 / 0.5); +} +.placeholder-blue-600\/60::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.6); +} +.placeholder-blue-600\/60::-moz-placeholder{ + color: rgb(0 99 149 / 0.6); +} +.placeholder-blue-600\/60:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.6); +} +.placeholder-blue-600\/60::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.6); +} +.placeholder-blue-600\/60::placeholder{ + color: rgb(0 99 149 / 0.6); +} +.placeholder-blue-600\/70::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.7); +} +.placeholder-blue-600\/70::-moz-placeholder{ + color: rgb(0 99 149 / 0.7); +} +.placeholder-blue-600\/70:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.7); +} +.placeholder-blue-600\/70::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.7); +} +.placeholder-blue-600\/70::placeholder{ + color: rgb(0 99 149 / 0.7); +} +.placeholder-blue-600\/75::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.75); +} +.placeholder-blue-600\/75::-moz-placeholder{ + color: rgb(0 99 149 / 0.75); +} +.placeholder-blue-600\/75:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.75); +} +.placeholder-blue-600\/75::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.75); +} +.placeholder-blue-600\/75::placeholder{ + color: rgb(0 99 149 / 0.75); +} +.placeholder-blue-600\/80::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.8); +} +.placeholder-blue-600\/80::-moz-placeholder{ + color: rgb(0 99 149 / 0.8); +} +.placeholder-blue-600\/80:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.8); +} +.placeholder-blue-600\/80::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.8); +} +.placeholder-blue-600\/80::placeholder{ + color: rgb(0 99 149 / 0.8); +} +.placeholder-blue-600\/90::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.9); +} +.placeholder-blue-600\/90::-moz-placeholder{ + color: rgb(0 99 149 / 0.9); +} +.placeholder-blue-600\/90:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.9); +} +.placeholder-blue-600\/90::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.9); +} +.placeholder-blue-600\/90::placeholder{ + color: rgb(0 99 149 / 0.9); +} +.placeholder-blue-600\/95::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.95); +} +.placeholder-blue-600\/95::-moz-placeholder{ + color: rgb(0 99 149 / 0.95); +} +.placeholder-blue-600\/95:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.95); +} +.placeholder-blue-600\/95::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.95); +} +.placeholder-blue-600\/95::placeholder{ + color: rgb(0 99 149 / 0.95); +} +.placeholder-blue-600\/100::-webkit-input-placeholder{ + color: rgb(0 99 149 / 1); +} +.placeholder-blue-600\/100::-moz-placeholder{ + color: rgb(0 99 149 / 1); +} +.placeholder-blue-600\/100:-ms-input-placeholder{ + color: rgb(0 99 149 / 1); +} +.placeholder-blue-600\/100::-ms-input-placeholder{ + color: rgb(0 99 149 / 1); +} +.placeholder-blue-600\/100::placeholder{ + color: rgb(0 99 149 / 1); +} +.placeholder-blue-700\/0::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0); +} +.placeholder-blue-700\/0::-moz-placeholder{ + color: rgb(0 83 125 / 0); +} +.placeholder-blue-700\/0:-ms-input-placeholder{ + color: rgb(0 83 125 / 0); +} +.placeholder-blue-700\/0::-ms-input-placeholder{ + color: rgb(0 83 125 / 0); +} +.placeholder-blue-700\/0::placeholder{ + color: rgb(0 83 125 / 0); +} +.placeholder-blue-700\/5::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.05); +} +.placeholder-blue-700\/5::-moz-placeholder{ + color: rgb(0 83 125 / 0.05); +} +.placeholder-blue-700\/5:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.05); +} +.placeholder-blue-700\/5::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.05); +} +.placeholder-blue-700\/5::placeholder{ + color: rgb(0 83 125 / 0.05); +} +.placeholder-blue-700\/10::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.1); +} +.placeholder-blue-700\/10::-moz-placeholder{ + color: rgb(0 83 125 / 0.1); +} +.placeholder-blue-700\/10:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.1); +} +.placeholder-blue-700\/10::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.1); +} +.placeholder-blue-700\/10::placeholder{ + color: rgb(0 83 125 / 0.1); +} +.placeholder-blue-700\/20::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.2); +} +.placeholder-blue-700\/20::-moz-placeholder{ + color: rgb(0 83 125 / 0.2); +} +.placeholder-blue-700\/20:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.2); +} +.placeholder-blue-700\/20::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.2); +} +.placeholder-blue-700\/20::placeholder{ + color: rgb(0 83 125 / 0.2); +} +.placeholder-blue-700\/25::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.25); +} +.placeholder-blue-700\/25::-moz-placeholder{ + color: rgb(0 83 125 / 0.25); +} +.placeholder-blue-700\/25:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.25); +} +.placeholder-blue-700\/25::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.25); +} +.placeholder-blue-700\/25::placeholder{ + color: rgb(0 83 125 / 0.25); +} +.placeholder-blue-700\/30::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.3); +} +.placeholder-blue-700\/30::-moz-placeholder{ + color: rgb(0 83 125 / 0.3); +} +.placeholder-blue-700\/30:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.3); +} +.placeholder-blue-700\/30::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.3); +} +.placeholder-blue-700\/30::placeholder{ + color: rgb(0 83 125 / 0.3); +} +.placeholder-blue-700\/40::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.4); +} +.placeholder-blue-700\/40::-moz-placeholder{ + color: rgb(0 83 125 / 0.4); +} +.placeholder-blue-700\/40:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.4); +} +.placeholder-blue-700\/40::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.4); +} +.placeholder-blue-700\/40::placeholder{ + color: rgb(0 83 125 / 0.4); +} +.placeholder-blue-700\/50::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.5); +} +.placeholder-blue-700\/50::-moz-placeholder{ + color: rgb(0 83 125 / 0.5); +} +.placeholder-blue-700\/50:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.5); +} +.placeholder-blue-700\/50::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.5); +} +.placeholder-blue-700\/50::placeholder{ + color: rgb(0 83 125 / 0.5); +} +.placeholder-blue-700\/60::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.6); +} +.placeholder-blue-700\/60::-moz-placeholder{ + color: rgb(0 83 125 / 0.6); +} +.placeholder-blue-700\/60:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.6); +} +.placeholder-blue-700\/60::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.6); +} +.placeholder-blue-700\/60::placeholder{ + color: rgb(0 83 125 / 0.6); +} +.placeholder-blue-700\/70::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.7); +} +.placeholder-blue-700\/70::-moz-placeholder{ + color: rgb(0 83 125 / 0.7); +} +.placeholder-blue-700\/70:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.7); +} +.placeholder-blue-700\/70::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.7); +} +.placeholder-blue-700\/70::placeholder{ + color: rgb(0 83 125 / 0.7); +} +.placeholder-blue-700\/75::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.75); +} +.placeholder-blue-700\/75::-moz-placeholder{ + color: rgb(0 83 125 / 0.75); +} +.placeholder-blue-700\/75:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.75); +} +.placeholder-blue-700\/75::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.75); +} +.placeholder-blue-700\/75::placeholder{ + color: rgb(0 83 125 / 0.75); +} +.placeholder-blue-700\/80::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.8); +} +.placeholder-blue-700\/80::-moz-placeholder{ + color: rgb(0 83 125 / 0.8); +} +.placeholder-blue-700\/80:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.8); +} +.placeholder-blue-700\/80::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.8); +} +.placeholder-blue-700\/80::placeholder{ + color: rgb(0 83 125 / 0.8); +} +.placeholder-blue-700\/90::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.9); +} +.placeholder-blue-700\/90::-moz-placeholder{ + color: rgb(0 83 125 / 0.9); +} +.placeholder-blue-700\/90:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.9); +} +.placeholder-blue-700\/90::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.9); +} +.placeholder-blue-700\/90::placeholder{ + color: rgb(0 83 125 / 0.9); +} +.placeholder-blue-700\/95::-webkit-input-placeholder{ + color: rgb(0 83 125 / 0.95); +} +.placeholder-blue-700\/95::-moz-placeholder{ + color: rgb(0 83 125 / 0.95); +} +.placeholder-blue-700\/95:-ms-input-placeholder{ + color: rgb(0 83 125 / 0.95); +} +.placeholder-blue-700\/95::-ms-input-placeholder{ + color: rgb(0 83 125 / 0.95); +} +.placeholder-blue-700\/95::placeholder{ + color: rgb(0 83 125 / 0.95); +} +.placeholder-blue-700\/100::-webkit-input-placeholder{ + color: rgb(0 83 125 / 1); +} +.placeholder-blue-700\/100::-moz-placeholder{ + color: rgb(0 83 125 / 1); +} +.placeholder-blue-700\/100:-ms-input-placeholder{ + color: rgb(0 83 125 / 1); +} +.placeholder-blue-700\/100::-ms-input-placeholder{ + color: rgb(0 83 125 / 1); +} +.placeholder-blue-700\/100::placeholder{ + color: rgb(0 83 125 / 1); +} +.placeholder-blue-800\/0::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0); +} +.placeholder-blue-800\/0::-moz-placeholder{ + color: rgb(0 66 100 / 0); +} +.placeholder-blue-800\/0:-ms-input-placeholder{ + color: rgb(0 66 100 / 0); +} +.placeholder-blue-800\/0::-ms-input-placeholder{ + color: rgb(0 66 100 / 0); +} +.placeholder-blue-800\/0::placeholder{ + color: rgb(0 66 100 / 0); +} +.placeholder-blue-800\/5::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.05); +} +.placeholder-blue-800\/5::-moz-placeholder{ + color: rgb(0 66 100 / 0.05); +} +.placeholder-blue-800\/5:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.05); +} +.placeholder-blue-800\/5::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.05); +} +.placeholder-blue-800\/5::placeholder{ + color: rgb(0 66 100 / 0.05); +} +.placeholder-blue-800\/10::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.1); +} +.placeholder-blue-800\/10::-moz-placeholder{ + color: rgb(0 66 100 / 0.1); +} +.placeholder-blue-800\/10:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.1); +} +.placeholder-blue-800\/10::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.1); +} +.placeholder-blue-800\/10::placeholder{ + color: rgb(0 66 100 / 0.1); +} +.placeholder-blue-800\/20::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.2); +} +.placeholder-blue-800\/20::-moz-placeholder{ + color: rgb(0 66 100 / 0.2); +} +.placeholder-blue-800\/20:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.2); +} +.placeholder-blue-800\/20::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.2); +} +.placeholder-blue-800\/20::placeholder{ + color: rgb(0 66 100 / 0.2); +} +.placeholder-blue-800\/25::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.25); +} +.placeholder-blue-800\/25::-moz-placeholder{ + color: rgb(0 66 100 / 0.25); +} +.placeholder-blue-800\/25:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.25); +} +.placeholder-blue-800\/25::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.25); +} +.placeholder-blue-800\/25::placeholder{ + color: rgb(0 66 100 / 0.25); +} +.placeholder-blue-800\/30::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.3); +} +.placeholder-blue-800\/30::-moz-placeholder{ + color: rgb(0 66 100 / 0.3); +} +.placeholder-blue-800\/30:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.3); +} +.placeholder-blue-800\/30::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.3); +} +.placeholder-blue-800\/30::placeholder{ + color: rgb(0 66 100 / 0.3); +} +.placeholder-blue-800\/40::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.4); +} +.placeholder-blue-800\/40::-moz-placeholder{ + color: rgb(0 66 100 / 0.4); +} +.placeholder-blue-800\/40:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.4); +} +.placeholder-blue-800\/40::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.4); +} +.placeholder-blue-800\/40::placeholder{ + color: rgb(0 66 100 / 0.4); +} +.placeholder-blue-800\/50::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.5); +} +.placeholder-blue-800\/50::-moz-placeholder{ + color: rgb(0 66 100 / 0.5); +} +.placeholder-blue-800\/50:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.5); +} +.placeholder-blue-800\/50::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.5); +} +.placeholder-blue-800\/50::placeholder{ + color: rgb(0 66 100 / 0.5); +} +.placeholder-blue-800\/60::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.6); +} +.placeholder-blue-800\/60::-moz-placeholder{ + color: rgb(0 66 100 / 0.6); +} +.placeholder-blue-800\/60:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.6); +} +.placeholder-blue-800\/60::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.6); +} +.placeholder-blue-800\/60::placeholder{ + color: rgb(0 66 100 / 0.6); +} +.placeholder-blue-800\/70::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.7); +} +.placeholder-blue-800\/70::-moz-placeholder{ + color: rgb(0 66 100 / 0.7); +} +.placeholder-blue-800\/70:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.7); +} +.placeholder-blue-800\/70::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.7); +} +.placeholder-blue-800\/70::placeholder{ + color: rgb(0 66 100 / 0.7); +} +.placeholder-blue-800\/75::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.75); +} +.placeholder-blue-800\/75::-moz-placeholder{ + color: rgb(0 66 100 / 0.75); +} +.placeholder-blue-800\/75:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.75); +} +.placeholder-blue-800\/75::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.75); +} +.placeholder-blue-800\/75::placeholder{ + color: rgb(0 66 100 / 0.75); +} +.placeholder-blue-800\/80::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.8); +} +.placeholder-blue-800\/80::-moz-placeholder{ + color: rgb(0 66 100 / 0.8); +} +.placeholder-blue-800\/80:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.8); +} +.placeholder-blue-800\/80::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.8); +} +.placeholder-blue-800\/80::placeholder{ + color: rgb(0 66 100 / 0.8); +} +.placeholder-blue-800\/90::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.9); +} +.placeholder-blue-800\/90::-moz-placeholder{ + color: rgb(0 66 100 / 0.9); +} +.placeholder-blue-800\/90:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.9); +} +.placeholder-blue-800\/90::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.9); +} +.placeholder-blue-800\/90::placeholder{ + color: rgb(0 66 100 / 0.9); +} +.placeholder-blue-800\/95::-webkit-input-placeholder{ + color: rgb(0 66 100 / 0.95); +} +.placeholder-blue-800\/95::-moz-placeholder{ + color: rgb(0 66 100 / 0.95); +} +.placeholder-blue-800\/95:-ms-input-placeholder{ + color: rgb(0 66 100 / 0.95); +} +.placeholder-blue-800\/95::-ms-input-placeholder{ + color: rgb(0 66 100 / 0.95); +} +.placeholder-blue-800\/95::placeholder{ + color: rgb(0 66 100 / 0.95); +} +.placeholder-blue-800\/100::-webkit-input-placeholder{ + color: rgb(0 66 100 / 1); +} +.placeholder-blue-800\/100::-moz-placeholder{ + color: rgb(0 66 100 / 1); +} +.placeholder-blue-800\/100:-ms-input-placeholder{ + color: rgb(0 66 100 / 1); +} +.placeholder-blue-800\/100::-ms-input-placeholder{ + color: rgb(0 66 100 / 1); +} +.placeholder-blue-800\/100::placeholder{ + color: rgb(0 66 100 / 1); +} +.placeholder-blue-900\/0::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0); +} +.placeholder-blue-900\/0::-moz-placeholder{ + color: rgb(0 54 81 / 0); +} +.placeholder-blue-900\/0:-ms-input-placeholder{ + color: rgb(0 54 81 / 0); +} +.placeholder-blue-900\/0::-ms-input-placeholder{ + color: rgb(0 54 81 / 0); +} +.placeholder-blue-900\/0::placeholder{ + color: rgb(0 54 81 / 0); +} +.placeholder-blue-900\/5::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.05); +} +.placeholder-blue-900\/5::-moz-placeholder{ + color: rgb(0 54 81 / 0.05); +} +.placeholder-blue-900\/5:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.05); +} +.placeholder-blue-900\/5::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.05); +} +.placeholder-blue-900\/5::placeholder{ + color: rgb(0 54 81 / 0.05); +} +.placeholder-blue-900\/10::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.1); +} +.placeholder-blue-900\/10::-moz-placeholder{ + color: rgb(0 54 81 / 0.1); +} +.placeholder-blue-900\/10:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.1); +} +.placeholder-blue-900\/10::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.1); +} +.placeholder-blue-900\/10::placeholder{ + color: rgb(0 54 81 / 0.1); +} +.placeholder-blue-900\/20::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.2); +} +.placeholder-blue-900\/20::-moz-placeholder{ + color: rgb(0 54 81 / 0.2); +} +.placeholder-blue-900\/20:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.2); +} +.placeholder-blue-900\/20::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.2); +} +.placeholder-blue-900\/20::placeholder{ + color: rgb(0 54 81 / 0.2); +} +.placeholder-blue-900\/25::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.25); +} +.placeholder-blue-900\/25::-moz-placeholder{ + color: rgb(0 54 81 / 0.25); +} +.placeholder-blue-900\/25:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.25); +} +.placeholder-blue-900\/25::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.25); +} +.placeholder-blue-900\/25::placeholder{ + color: rgb(0 54 81 / 0.25); +} +.placeholder-blue-900\/30::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.3); +} +.placeholder-blue-900\/30::-moz-placeholder{ + color: rgb(0 54 81 / 0.3); +} +.placeholder-blue-900\/30:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.3); +} +.placeholder-blue-900\/30::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.3); +} +.placeholder-blue-900\/30::placeholder{ + color: rgb(0 54 81 / 0.3); +} +.placeholder-blue-900\/40::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.4); +} +.placeholder-blue-900\/40::-moz-placeholder{ + color: rgb(0 54 81 / 0.4); +} +.placeholder-blue-900\/40:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.4); +} +.placeholder-blue-900\/40::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.4); +} +.placeholder-blue-900\/40::placeholder{ + color: rgb(0 54 81 / 0.4); +} +.placeholder-blue-900\/50::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.5); +} +.placeholder-blue-900\/50::-moz-placeholder{ + color: rgb(0 54 81 / 0.5); +} +.placeholder-blue-900\/50:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.5); +} +.placeholder-blue-900\/50::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.5); +} +.placeholder-blue-900\/50::placeholder{ + color: rgb(0 54 81 / 0.5); +} +.placeholder-blue-900\/60::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.6); +} +.placeholder-blue-900\/60::-moz-placeholder{ + color: rgb(0 54 81 / 0.6); +} +.placeholder-blue-900\/60:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.6); +} +.placeholder-blue-900\/60::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.6); +} +.placeholder-blue-900\/60::placeholder{ + color: rgb(0 54 81 / 0.6); +} +.placeholder-blue-900\/70::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.7); +} +.placeholder-blue-900\/70::-moz-placeholder{ + color: rgb(0 54 81 / 0.7); +} +.placeholder-blue-900\/70:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.7); +} +.placeholder-blue-900\/70::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.7); +} +.placeholder-blue-900\/70::placeholder{ + color: rgb(0 54 81 / 0.7); +} +.placeholder-blue-900\/75::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.75); +} +.placeholder-blue-900\/75::-moz-placeholder{ + color: rgb(0 54 81 / 0.75); +} +.placeholder-blue-900\/75:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.75); +} +.placeholder-blue-900\/75::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.75); +} +.placeholder-blue-900\/75::placeholder{ + color: rgb(0 54 81 / 0.75); +} +.placeholder-blue-900\/80::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.8); +} +.placeholder-blue-900\/80::-moz-placeholder{ + color: rgb(0 54 81 / 0.8); +} +.placeholder-blue-900\/80:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.8); +} +.placeholder-blue-900\/80::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.8); +} +.placeholder-blue-900\/80::placeholder{ + color: rgb(0 54 81 / 0.8); +} +.placeholder-blue-900\/90::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.9); +} +.placeholder-blue-900\/90::-moz-placeholder{ + color: rgb(0 54 81 / 0.9); +} +.placeholder-blue-900\/90:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.9); +} +.placeholder-blue-900\/90::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.9); +} +.placeholder-blue-900\/90::placeholder{ + color: rgb(0 54 81 / 0.9); +} +.placeholder-blue-900\/95::-webkit-input-placeholder{ + color: rgb(0 54 81 / 0.95); +} +.placeholder-blue-900\/95::-moz-placeholder{ + color: rgb(0 54 81 / 0.95); +} +.placeholder-blue-900\/95:-ms-input-placeholder{ + color: rgb(0 54 81 / 0.95); +} +.placeholder-blue-900\/95::-ms-input-placeholder{ + color: rgb(0 54 81 / 0.95); +} +.placeholder-blue-900\/95::placeholder{ + color: rgb(0 54 81 / 0.95); +} +.placeholder-blue-900\/100::-webkit-input-placeholder{ + color: rgb(0 54 81 / 1); +} +.placeholder-blue-900\/100::-moz-placeholder{ + color: rgb(0 54 81 / 1); +} +.placeholder-blue-900\/100:-ms-input-placeholder{ + color: rgb(0 54 81 / 1); +} +.placeholder-blue-900\/100::-ms-input-placeholder{ + color: rgb(0 54 81 / 1); +} +.placeholder-blue-900\/100::placeholder{ + color: rgb(0 54 81 / 1); +} +.placeholder-blue\/0::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0); +} +.placeholder-blue\/0::-moz-placeholder{ + color: rgb(0 110 166 / 0); +} +.placeholder-blue\/0:-ms-input-placeholder{ + color: rgb(0 110 166 / 0); +} +.placeholder-blue\/0::-ms-input-placeholder{ + color: rgb(0 110 166 / 0); +} +.placeholder-blue\/0::placeholder{ + color: rgb(0 110 166 / 0); +} +.placeholder-blue\/5::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.05); +} +.placeholder-blue\/5::-moz-placeholder{ + color: rgb(0 110 166 / 0.05); +} +.placeholder-blue\/5:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.05); +} +.placeholder-blue\/5::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.05); +} +.placeholder-blue\/5::placeholder{ + color: rgb(0 110 166 / 0.05); +} +.placeholder-blue\/10::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.1); +} +.placeholder-blue\/10::-moz-placeholder{ + color: rgb(0 110 166 / 0.1); +} +.placeholder-blue\/10:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.1); +} +.placeholder-blue\/10::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.1); +} +.placeholder-blue\/10::placeholder{ + color: rgb(0 110 166 / 0.1); +} +.placeholder-blue\/20::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.2); +} +.placeholder-blue\/20::-moz-placeholder{ + color: rgb(0 110 166 / 0.2); +} +.placeholder-blue\/20:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.2); +} +.placeholder-blue\/20::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.2); +} +.placeholder-blue\/20::placeholder{ + color: rgb(0 110 166 / 0.2); +} +.placeholder-blue\/25::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.25); +} +.placeholder-blue\/25::-moz-placeholder{ + color: rgb(0 110 166 / 0.25); +} +.placeholder-blue\/25:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.25); +} +.placeholder-blue\/25::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.25); +} +.placeholder-blue\/25::placeholder{ + color: rgb(0 110 166 / 0.25); +} +.placeholder-blue\/30::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.3); +} +.placeholder-blue\/30::-moz-placeholder{ + color: rgb(0 110 166 / 0.3); +} +.placeholder-blue\/30:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.3); +} +.placeholder-blue\/30::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.3); +} +.placeholder-blue\/30::placeholder{ + color: rgb(0 110 166 / 0.3); +} +.placeholder-blue\/40::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.4); +} +.placeholder-blue\/40::-moz-placeholder{ + color: rgb(0 110 166 / 0.4); +} +.placeholder-blue\/40:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.4); +} +.placeholder-blue\/40::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.4); +} +.placeholder-blue\/40::placeholder{ + color: rgb(0 110 166 / 0.4); +} +.placeholder-blue\/50::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.5); +} +.placeholder-blue\/50::-moz-placeholder{ + color: rgb(0 110 166 / 0.5); +} +.placeholder-blue\/50:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.5); +} +.placeholder-blue\/50::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.5); +} +.placeholder-blue\/50::placeholder{ + color: rgb(0 110 166 / 0.5); +} +.placeholder-blue\/60::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.6); +} +.placeholder-blue\/60::-moz-placeholder{ + color: rgb(0 110 166 / 0.6); +} +.placeholder-blue\/60:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.6); +} +.placeholder-blue\/60::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.6); +} +.placeholder-blue\/60::placeholder{ + color: rgb(0 110 166 / 0.6); +} +.placeholder-blue\/70::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.7); +} +.placeholder-blue\/70::-moz-placeholder{ + color: rgb(0 110 166 / 0.7); +} +.placeholder-blue\/70:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.7); +} +.placeholder-blue\/70::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.7); +} +.placeholder-blue\/70::placeholder{ + color: rgb(0 110 166 / 0.7); +} +.placeholder-blue\/75::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.75); +} +.placeholder-blue\/75::-moz-placeholder{ + color: rgb(0 110 166 / 0.75); +} +.placeholder-blue\/75:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.75); +} +.placeholder-blue\/75::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.75); +} +.placeholder-blue\/75::placeholder{ + color: rgb(0 110 166 / 0.75); +} +.placeholder-blue\/80::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.8); +} +.placeholder-blue\/80::-moz-placeholder{ + color: rgb(0 110 166 / 0.8); +} +.placeholder-blue\/80:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.8); +} +.placeholder-blue\/80::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.8); +} +.placeholder-blue\/80::placeholder{ + color: rgb(0 110 166 / 0.8); +} +.placeholder-blue\/90::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.9); +} +.placeholder-blue\/90::-moz-placeholder{ + color: rgb(0 110 166 / 0.9); +} +.placeholder-blue\/90:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.9); +} +.placeholder-blue\/90::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.9); +} +.placeholder-blue\/90::placeholder{ + color: rgb(0 110 166 / 0.9); +} +.placeholder-blue\/95::-webkit-input-placeholder{ + color: rgb(0 110 166 / 0.95); +} +.placeholder-blue\/95::-moz-placeholder{ + color: rgb(0 110 166 / 0.95); +} +.placeholder-blue\/95:-ms-input-placeholder{ + color: rgb(0 110 166 / 0.95); +} +.placeholder-blue\/95::-ms-input-placeholder{ + color: rgb(0 110 166 / 0.95); +} +.placeholder-blue\/95::placeholder{ + color: rgb(0 110 166 / 0.95); +} +.placeholder-blue\/100::-webkit-input-placeholder{ + color: rgb(0 110 166 / 1); +} +.placeholder-blue\/100::-moz-placeholder{ + color: rgb(0 110 166 / 1); +} +.placeholder-blue\/100:-ms-input-placeholder{ + color: rgb(0 110 166 / 1); +} +.placeholder-blue\/100::-ms-input-placeholder{ + color: rgb(0 110 166 / 1); +} +.placeholder-blue\/100::placeholder{ + color: rgb(0 110 166 / 1); +} +.placeholder-indigo-50\/0::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0); +} +.placeholder-indigo-50\/0::-moz-placeholder{ + color: rgb(240 245 255 / 0); +} +.placeholder-indigo-50\/0:-ms-input-placeholder{ + color: rgb(240 245 255 / 0); +} +.placeholder-indigo-50\/0::-ms-input-placeholder{ + color: rgb(240 245 255 / 0); +} +.placeholder-indigo-50\/0::placeholder{ + color: rgb(240 245 255 / 0); +} +.placeholder-indigo-50\/5::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.05); +} +.placeholder-indigo-50\/5::-moz-placeholder{ + color: rgb(240 245 255 / 0.05); +} +.placeholder-indigo-50\/5:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.05); +} +.placeholder-indigo-50\/5::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.05); +} +.placeholder-indigo-50\/5::placeholder{ + color: rgb(240 245 255 / 0.05); +} +.placeholder-indigo-50\/10::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.1); +} +.placeholder-indigo-50\/10::-moz-placeholder{ + color: rgb(240 245 255 / 0.1); +} +.placeholder-indigo-50\/10:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.1); +} +.placeholder-indigo-50\/10::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.1); +} +.placeholder-indigo-50\/10::placeholder{ + color: rgb(240 245 255 / 0.1); +} +.placeholder-indigo-50\/20::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.2); +} +.placeholder-indigo-50\/20::-moz-placeholder{ + color: rgb(240 245 255 / 0.2); +} +.placeholder-indigo-50\/20:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.2); +} +.placeholder-indigo-50\/20::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.2); +} +.placeholder-indigo-50\/20::placeholder{ + color: rgb(240 245 255 / 0.2); +} +.placeholder-indigo-50\/25::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.25); +} +.placeholder-indigo-50\/25::-moz-placeholder{ + color: rgb(240 245 255 / 0.25); +} +.placeholder-indigo-50\/25:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.25); +} +.placeholder-indigo-50\/25::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.25); +} +.placeholder-indigo-50\/25::placeholder{ + color: rgb(240 245 255 / 0.25); +} +.placeholder-indigo-50\/30::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.3); +} +.placeholder-indigo-50\/30::-moz-placeholder{ + color: rgb(240 245 255 / 0.3); +} +.placeholder-indigo-50\/30:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.3); +} +.placeholder-indigo-50\/30::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.3); +} +.placeholder-indigo-50\/30::placeholder{ + color: rgb(240 245 255 / 0.3); +} +.placeholder-indigo-50\/40::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.4); +} +.placeholder-indigo-50\/40::-moz-placeholder{ + color: rgb(240 245 255 / 0.4); +} +.placeholder-indigo-50\/40:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.4); +} +.placeholder-indigo-50\/40::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.4); +} +.placeholder-indigo-50\/40::placeholder{ + color: rgb(240 245 255 / 0.4); +} +.placeholder-indigo-50\/50::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.5); +} +.placeholder-indigo-50\/50::-moz-placeholder{ + color: rgb(240 245 255 / 0.5); +} +.placeholder-indigo-50\/50:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.5); +} +.placeholder-indigo-50\/50::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.5); +} +.placeholder-indigo-50\/50::placeholder{ + color: rgb(240 245 255 / 0.5); +} +.placeholder-indigo-50\/60::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.6); +} +.placeholder-indigo-50\/60::-moz-placeholder{ + color: rgb(240 245 255 / 0.6); +} +.placeholder-indigo-50\/60:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.6); +} +.placeholder-indigo-50\/60::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.6); +} +.placeholder-indigo-50\/60::placeholder{ + color: rgb(240 245 255 / 0.6); +} +.placeholder-indigo-50\/70::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.7); +} +.placeholder-indigo-50\/70::-moz-placeholder{ + color: rgb(240 245 255 / 0.7); +} +.placeholder-indigo-50\/70:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.7); +} +.placeholder-indigo-50\/70::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.7); +} +.placeholder-indigo-50\/70::placeholder{ + color: rgb(240 245 255 / 0.7); +} +.placeholder-indigo-50\/75::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.75); +} +.placeholder-indigo-50\/75::-moz-placeholder{ + color: rgb(240 245 255 / 0.75); +} +.placeholder-indigo-50\/75:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.75); +} +.placeholder-indigo-50\/75::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.75); +} +.placeholder-indigo-50\/75::placeholder{ + color: rgb(240 245 255 / 0.75); +} +.placeholder-indigo-50\/80::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.8); +} +.placeholder-indigo-50\/80::-moz-placeholder{ + color: rgb(240 245 255 / 0.8); +} +.placeholder-indigo-50\/80:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.8); +} +.placeholder-indigo-50\/80::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.8); +} +.placeholder-indigo-50\/80::placeholder{ + color: rgb(240 245 255 / 0.8); +} +.placeholder-indigo-50\/90::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.9); +} +.placeholder-indigo-50\/90::-moz-placeholder{ + color: rgb(240 245 255 / 0.9); +} +.placeholder-indigo-50\/90:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.9); +} +.placeholder-indigo-50\/90::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.9); +} +.placeholder-indigo-50\/90::placeholder{ + color: rgb(240 245 255 / 0.9); +} +.placeholder-indigo-50\/95::-webkit-input-placeholder{ + color: rgb(240 245 255 / 0.95); +} +.placeholder-indigo-50\/95::-moz-placeholder{ + color: rgb(240 245 255 / 0.95); +} +.placeholder-indigo-50\/95:-ms-input-placeholder{ + color: rgb(240 245 255 / 0.95); +} +.placeholder-indigo-50\/95::-ms-input-placeholder{ + color: rgb(240 245 255 / 0.95); +} +.placeholder-indigo-50\/95::placeholder{ + color: rgb(240 245 255 / 0.95); +} +.placeholder-indigo-50\/100::-webkit-input-placeholder{ + color: rgb(240 245 255 / 1); +} +.placeholder-indigo-50\/100::-moz-placeholder{ + color: rgb(240 245 255 / 1); +} +.placeholder-indigo-50\/100:-ms-input-placeholder{ + color: rgb(240 245 255 / 1); +} +.placeholder-indigo-50\/100::-ms-input-placeholder{ + color: rgb(240 245 255 / 1); +} +.placeholder-indigo-50\/100::placeholder{ + color: rgb(240 245 255 / 1); +} +.placeholder-indigo-100\/0::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0); +} +.placeholder-indigo-100\/0::-moz-placeholder{ + color: rgb(229 237 255 / 0); +} +.placeholder-indigo-100\/0:-ms-input-placeholder{ + color: rgb(229 237 255 / 0); +} +.placeholder-indigo-100\/0::-ms-input-placeholder{ + color: rgb(229 237 255 / 0); +} +.placeholder-indigo-100\/0::placeholder{ + color: rgb(229 237 255 / 0); +} +.placeholder-indigo-100\/5::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.05); +} +.placeholder-indigo-100\/5::-moz-placeholder{ + color: rgb(229 237 255 / 0.05); +} +.placeholder-indigo-100\/5:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.05); +} +.placeholder-indigo-100\/5::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.05); +} +.placeholder-indigo-100\/5::placeholder{ + color: rgb(229 237 255 / 0.05); +} +.placeholder-indigo-100\/10::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.1); +} +.placeholder-indigo-100\/10::-moz-placeholder{ + color: rgb(229 237 255 / 0.1); +} +.placeholder-indigo-100\/10:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.1); +} +.placeholder-indigo-100\/10::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.1); +} +.placeholder-indigo-100\/10::placeholder{ + color: rgb(229 237 255 / 0.1); +} +.placeholder-indigo-100\/20::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.2); +} +.placeholder-indigo-100\/20::-moz-placeholder{ + color: rgb(229 237 255 / 0.2); +} +.placeholder-indigo-100\/20:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.2); +} +.placeholder-indigo-100\/20::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.2); +} +.placeholder-indigo-100\/20::placeholder{ + color: rgb(229 237 255 / 0.2); +} +.placeholder-indigo-100\/25::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.25); +} +.placeholder-indigo-100\/25::-moz-placeholder{ + color: rgb(229 237 255 / 0.25); +} +.placeholder-indigo-100\/25:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.25); +} +.placeholder-indigo-100\/25::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.25); +} +.placeholder-indigo-100\/25::placeholder{ + color: rgb(229 237 255 / 0.25); +} +.placeholder-indigo-100\/30::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.3); +} +.placeholder-indigo-100\/30::-moz-placeholder{ + color: rgb(229 237 255 / 0.3); +} +.placeholder-indigo-100\/30:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.3); +} +.placeholder-indigo-100\/30::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.3); +} +.placeholder-indigo-100\/30::placeholder{ + color: rgb(229 237 255 / 0.3); +} +.placeholder-indigo-100\/40::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.4); +} +.placeholder-indigo-100\/40::-moz-placeholder{ + color: rgb(229 237 255 / 0.4); +} +.placeholder-indigo-100\/40:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.4); +} +.placeholder-indigo-100\/40::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.4); +} +.placeholder-indigo-100\/40::placeholder{ + color: rgb(229 237 255 / 0.4); +} +.placeholder-indigo-100\/50::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.5); +} +.placeholder-indigo-100\/50::-moz-placeholder{ + color: rgb(229 237 255 / 0.5); +} +.placeholder-indigo-100\/50:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.5); +} +.placeholder-indigo-100\/50::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.5); +} +.placeholder-indigo-100\/50::placeholder{ + color: rgb(229 237 255 / 0.5); +} +.placeholder-indigo-100\/60::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.6); +} +.placeholder-indigo-100\/60::-moz-placeholder{ + color: rgb(229 237 255 / 0.6); +} +.placeholder-indigo-100\/60:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.6); +} +.placeholder-indigo-100\/60::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.6); +} +.placeholder-indigo-100\/60::placeholder{ + color: rgb(229 237 255 / 0.6); +} +.placeholder-indigo-100\/70::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.7); +} +.placeholder-indigo-100\/70::-moz-placeholder{ + color: rgb(229 237 255 / 0.7); +} +.placeholder-indigo-100\/70:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.7); +} +.placeholder-indigo-100\/70::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.7); +} +.placeholder-indigo-100\/70::placeholder{ + color: rgb(229 237 255 / 0.7); +} +.placeholder-indigo-100\/75::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.75); +} +.placeholder-indigo-100\/75::-moz-placeholder{ + color: rgb(229 237 255 / 0.75); +} +.placeholder-indigo-100\/75:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.75); +} +.placeholder-indigo-100\/75::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.75); +} +.placeholder-indigo-100\/75::placeholder{ + color: rgb(229 237 255 / 0.75); +} +.placeholder-indigo-100\/80::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.8); +} +.placeholder-indigo-100\/80::-moz-placeholder{ + color: rgb(229 237 255 / 0.8); +} +.placeholder-indigo-100\/80:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.8); +} +.placeholder-indigo-100\/80::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.8); +} +.placeholder-indigo-100\/80::placeholder{ + color: rgb(229 237 255 / 0.8); +} +.placeholder-indigo-100\/90::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.9); +} +.placeholder-indigo-100\/90::-moz-placeholder{ + color: rgb(229 237 255 / 0.9); +} +.placeholder-indigo-100\/90:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.9); +} +.placeholder-indigo-100\/90::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.9); +} +.placeholder-indigo-100\/90::placeholder{ + color: rgb(229 237 255 / 0.9); +} +.placeholder-indigo-100\/95::-webkit-input-placeholder{ + color: rgb(229 237 255 / 0.95); +} +.placeholder-indigo-100\/95::-moz-placeholder{ + color: rgb(229 237 255 / 0.95); +} +.placeholder-indigo-100\/95:-ms-input-placeholder{ + color: rgb(229 237 255 / 0.95); +} +.placeholder-indigo-100\/95::-ms-input-placeholder{ + color: rgb(229 237 255 / 0.95); +} +.placeholder-indigo-100\/95::placeholder{ + color: rgb(229 237 255 / 0.95); +} +.placeholder-indigo-100\/100::-webkit-input-placeholder{ + color: rgb(229 237 255 / 1); +} +.placeholder-indigo-100\/100::-moz-placeholder{ + color: rgb(229 237 255 / 1); +} +.placeholder-indigo-100\/100:-ms-input-placeholder{ + color: rgb(229 237 255 / 1); +} +.placeholder-indigo-100\/100::-ms-input-placeholder{ + color: rgb(229 237 255 / 1); +} +.placeholder-indigo-100\/100::placeholder{ + color: rgb(229 237 255 / 1); +} +.placeholder-indigo-200\/0::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0); +} +.placeholder-indigo-200\/0::-moz-placeholder{ + color: rgb(205 219 254 / 0); +} +.placeholder-indigo-200\/0:-ms-input-placeholder{ + color: rgb(205 219 254 / 0); +} +.placeholder-indigo-200\/0::-ms-input-placeholder{ + color: rgb(205 219 254 / 0); +} +.placeholder-indigo-200\/0::placeholder{ + color: rgb(205 219 254 / 0); +} +.placeholder-indigo-200\/5::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.05); +} +.placeholder-indigo-200\/5::-moz-placeholder{ + color: rgb(205 219 254 / 0.05); +} +.placeholder-indigo-200\/5:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.05); +} +.placeholder-indigo-200\/5::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.05); +} +.placeholder-indigo-200\/5::placeholder{ + color: rgb(205 219 254 / 0.05); +} +.placeholder-indigo-200\/10::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.1); +} +.placeholder-indigo-200\/10::-moz-placeholder{ + color: rgb(205 219 254 / 0.1); +} +.placeholder-indigo-200\/10:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.1); +} +.placeholder-indigo-200\/10::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.1); +} +.placeholder-indigo-200\/10::placeholder{ + color: rgb(205 219 254 / 0.1); +} +.placeholder-indigo-200\/20::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.2); +} +.placeholder-indigo-200\/20::-moz-placeholder{ + color: rgb(205 219 254 / 0.2); +} +.placeholder-indigo-200\/20:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.2); +} +.placeholder-indigo-200\/20::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.2); +} +.placeholder-indigo-200\/20::placeholder{ + color: rgb(205 219 254 / 0.2); +} +.placeholder-indigo-200\/25::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.25); +} +.placeholder-indigo-200\/25::-moz-placeholder{ + color: rgb(205 219 254 / 0.25); +} +.placeholder-indigo-200\/25:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.25); +} +.placeholder-indigo-200\/25::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.25); +} +.placeholder-indigo-200\/25::placeholder{ + color: rgb(205 219 254 / 0.25); +} +.placeholder-indigo-200\/30::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.3); +} +.placeholder-indigo-200\/30::-moz-placeholder{ + color: rgb(205 219 254 / 0.3); +} +.placeholder-indigo-200\/30:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.3); +} +.placeholder-indigo-200\/30::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.3); +} +.placeholder-indigo-200\/30::placeholder{ + color: rgb(205 219 254 / 0.3); +} +.placeholder-indigo-200\/40::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.4); +} +.placeholder-indigo-200\/40::-moz-placeholder{ + color: rgb(205 219 254 / 0.4); +} +.placeholder-indigo-200\/40:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.4); +} +.placeholder-indigo-200\/40::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.4); +} +.placeholder-indigo-200\/40::placeholder{ + color: rgb(205 219 254 / 0.4); +} +.placeholder-indigo-200\/50::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.5); +} +.placeholder-indigo-200\/50::-moz-placeholder{ + color: rgb(205 219 254 / 0.5); +} +.placeholder-indigo-200\/50:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.5); +} +.placeholder-indigo-200\/50::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.5); +} +.placeholder-indigo-200\/50::placeholder{ + color: rgb(205 219 254 / 0.5); +} +.placeholder-indigo-200\/60::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.6); +} +.placeholder-indigo-200\/60::-moz-placeholder{ + color: rgb(205 219 254 / 0.6); +} +.placeholder-indigo-200\/60:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.6); +} +.placeholder-indigo-200\/60::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.6); +} +.placeholder-indigo-200\/60::placeholder{ + color: rgb(205 219 254 / 0.6); +} +.placeholder-indigo-200\/70::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.7); +} +.placeholder-indigo-200\/70::-moz-placeholder{ + color: rgb(205 219 254 / 0.7); +} +.placeholder-indigo-200\/70:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.7); +} +.placeholder-indigo-200\/70::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.7); +} +.placeholder-indigo-200\/70::placeholder{ + color: rgb(205 219 254 / 0.7); +} +.placeholder-indigo-200\/75::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.75); +} +.placeholder-indigo-200\/75::-moz-placeholder{ + color: rgb(205 219 254 / 0.75); +} +.placeholder-indigo-200\/75:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.75); +} +.placeholder-indigo-200\/75::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.75); +} +.placeholder-indigo-200\/75::placeholder{ + color: rgb(205 219 254 / 0.75); +} +.placeholder-indigo-200\/80::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.8); +} +.placeholder-indigo-200\/80::-moz-placeholder{ + color: rgb(205 219 254 / 0.8); +} +.placeholder-indigo-200\/80:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.8); +} +.placeholder-indigo-200\/80::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.8); +} +.placeholder-indigo-200\/80::placeholder{ + color: rgb(205 219 254 / 0.8); +} +.placeholder-indigo-200\/90::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.9); +} +.placeholder-indigo-200\/90::-moz-placeholder{ + color: rgb(205 219 254 / 0.9); +} +.placeholder-indigo-200\/90:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.9); +} +.placeholder-indigo-200\/90::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.9); +} +.placeholder-indigo-200\/90::placeholder{ + color: rgb(205 219 254 / 0.9); +} +.placeholder-indigo-200\/95::-webkit-input-placeholder{ + color: rgb(205 219 254 / 0.95); +} +.placeholder-indigo-200\/95::-moz-placeholder{ + color: rgb(205 219 254 / 0.95); +} +.placeholder-indigo-200\/95:-ms-input-placeholder{ + color: rgb(205 219 254 / 0.95); +} +.placeholder-indigo-200\/95::-ms-input-placeholder{ + color: rgb(205 219 254 / 0.95); +} +.placeholder-indigo-200\/95::placeholder{ + color: rgb(205 219 254 / 0.95); +} +.placeholder-indigo-200\/100::-webkit-input-placeholder{ + color: rgb(205 219 254 / 1); +} +.placeholder-indigo-200\/100::-moz-placeholder{ + color: rgb(205 219 254 / 1); +} +.placeholder-indigo-200\/100:-ms-input-placeholder{ + color: rgb(205 219 254 / 1); +} +.placeholder-indigo-200\/100::-ms-input-placeholder{ + color: rgb(205 219 254 / 1); +} +.placeholder-indigo-200\/100::placeholder{ + color: rgb(205 219 254 / 1); +} +.placeholder-indigo-300\/0::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0); +} +.placeholder-indigo-300\/0::-moz-placeholder{ + color: rgb(180 198 252 / 0); +} +.placeholder-indigo-300\/0:-ms-input-placeholder{ + color: rgb(180 198 252 / 0); +} +.placeholder-indigo-300\/0::-ms-input-placeholder{ + color: rgb(180 198 252 / 0); +} +.placeholder-indigo-300\/0::placeholder{ + color: rgb(180 198 252 / 0); +} +.placeholder-indigo-300\/5::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.05); +} +.placeholder-indigo-300\/5::-moz-placeholder{ + color: rgb(180 198 252 / 0.05); +} +.placeholder-indigo-300\/5:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.05); +} +.placeholder-indigo-300\/5::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.05); +} +.placeholder-indigo-300\/5::placeholder{ + color: rgb(180 198 252 / 0.05); +} +.placeholder-indigo-300\/10::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.1); +} +.placeholder-indigo-300\/10::-moz-placeholder{ + color: rgb(180 198 252 / 0.1); +} +.placeholder-indigo-300\/10:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.1); +} +.placeholder-indigo-300\/10::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.1); +} +.placeholder-indigo-300\/10::placeholder{ + color: rgb(180 198 252 / 0.1); +} +.placeholder-indigo-300\/20::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.2); +} +.placeholder-indigo-300\/20::-moz-placeholder{ + color: rgb(180 198 252 / 0.2); +} +.placeholder-indigo-300\/20:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.2); +} +.placeholder-indigo-300\/20::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.2); +} +.placeholder-indigo-300\/20::placeholder{ + color: rgb(180 198 252 / 0.2); +} +.placeholder-indigo-300\/25::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.25); +} +.placeholder-indigo-300\/25::-moz-placeholder{ + color: rgb(180 198 252 / 0.25); +} +.placeholder-indigo-300\/25:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.25); +} +.placeholder-indigo-300\/25::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.25); +} +.placeholder-indigo-300\/25::placeholder{ + color: rgb(180 198 252 / 0.25); +} +.placeholder-indigo-300\/30::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.3); +} +.placeholder-indigo-300\/30::-moz-placeholder{ + color: rgb(180 198 252 / 0.3); +} +.placeholder-indigo-300\/30:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.3); +} +.placeholder-indigo-300\/30::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.3); +} +.placeholder-indigo-300\/30::placeholder{ + color: rgb(180 198 252 / 0.3); +} +.placeholder-indigo-300\/40::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.4); +} +.placeholder-indigo-300\/40::-moz-placeholder{ + color: rgb(180 198 252 / 0.4); +} +.placeholder-indigo-300\/40:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.4); +} +.placeholder-indigo-300\/40::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.4); +} +.placeholder-indigo-300\/40::placeholder{ + color: rgb(180 198 252 / 0.4); +} +.placeholder-indigo-300\/50::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.5); +} +.placeholder-indigo-300\/50::-moz-placeholder{ + color: rgb(180 198 252 / 0.5); +} +.placeholder-indigo-300\/50:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.5); +} +.placeholder-indigo-300\/50::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.5); +} +.placeholder-indigo-300\/50::placeholder{ + color: rgb(180 198 252 / 0.5); +} +.placeholder-indigo-300\/60::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.6); +} +.placeholder-indigo-300\/60::-moz-placeholder{ + color: rgb(180 198 252 / 0.6); +} +.placeholder-indigo-300\/60:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.6); +} +.placeholder-indigo-300\/60::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.6); +} +.placeholder-indigo-300\/60::placeholder{ + color: rgb(180 198 252 / 0.6); +} +.placeholder-indigo-300\/70::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.7); +} +.placeholder-indigo-300\/70::-moz-placeholder{ + color: rgb(180 198 252 / 0.7); +} +.placeholder-indigo-300\/70:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.7); +} +.placeholder-indigo-300\/70::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.7); +} +.placeholder-indigo-300\/70::placeholder{ + color: rgb(180 198 252 / 0.7); +} +.placeholder-indigo-300\/75::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.75); +} +.placeholder-indigo-300\/75::-moz-placeholder{ + color: rgb(180 198 252 / 0.75); +} +.placeholder-indigo-300\/75:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.75); +} +.placeholder-indigo-300\/75::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.75); +} +.placeholder-indigo-300\/75::placeholder{ + color: rgb(180 198 252 / 0.75); +} +.placeholder-indigo-300\/80::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.8); +} +.placeholder-indigo-300\/80::-moz-placeholder{ + color: rgb(180 198 252 / 0.8); +} +.placeholder-indigo-300\/80:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.8); +} +.placeholder-indigo-300\/80::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.8); +} +.placeholder-indigo-300\/80::placeholder{ + color: rgb(180 198 252 / 0.8); +} +.placeholder-indigo-300\/90::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.9); +} +.placeholder-indigo-300\/90::-moz-placeholder{ + color: rgb(180 198 252 / 0.9); +} +.placeholder-indigo-300\/90:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.9); +} +.placeholder-indigo-300\/90::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.9); +} +.placeholder-indigo-300\/90::placeholder{ + color: rgb(180 198 252 / 0.9); +} +.placeholder-indigo-300\/95::-webkit-input-placeholder{ + color: rgb(180 198 252 / 0.95); +} +.placeholder-indigo-300\/95::-moz-placeholder{ + color: rgb(180 198 252 / 0.95); +} +.placeholder-indigo-300\/95:-ms-input-placeholder{ + color: rgb(180 198 252 / 0.95); +} +.placeholder-indigo-300\/95::-ms-input-placeholder{ + color: rgb(180 198 252 / 0.95); +} +.placeholder-indigo-300\/95::placeholder{ + color: rgb(180 198 252 / 0.95); +} +.placeholder-indigo-300\/100::-webkit-input-placeholder{ + color: rgb(180 198 252 / 1); +} +.placeholder-indigo-300\/100::-moz-placeholder{ + color: rgb(180 198 252 / 1); +} +.placeholder-indigo-300\/100:-ms-input-placeholder{ + color: rgb(180 198 252 / 1); +} +.placeholder-indigo-300\/100::-ms-input-placeholder{ + color: rgb(180 198 252 / 1); +} +.placeholder-indigo-300\/100::placeholder{ + color: rgb(180 198 252 / 1); +} +.placeholder-indigo-400\/0::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0); +} +.placeholder-indigo-400\/0::-moz-placeholder{ + color: rgb(141 162 251 / 0); +} +.placeholder-indigo-400\/0:-ms-input-placeholder{ + color: rgb(141 162 251 / 0); +} +.placeholder-indigo-400\/0::-ms-input-placeholder{ + color: rgb(141 162 251 / 0); +} +.placeholder-indigo-400\/0::placeholder{ + color: rgb(141 162 251 / 0); +} +.placeholder-indigo-400\/5::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.05); +} +.placeholder-indigo-400\/5::-moz-placeholder{ + color: rgb(141 162 251 / 0.05); +} +.placeholder-indigo-400\/5:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.05); +} +.placeholder-indigo-400\/5::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.05); +} +.placeholder-indigo-400\/5::placeholder{ + color: rgb(141 162 251 / 0.05); +} +.placeholder-indigo-400\/10::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.1); +} +.placeholder-indigo-400\/10::-moz-placeholder{ + color: rgb(141 162 251 / 0.1); +} +.placeholder-indigo-400\/10:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.1); +} +.placeholder-indigo-400\/10::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.1); +} +.placeholder-indigo-400\/10::placeholder{ + color: rgb(141 162 251 / 0.1); +} +.placeholder-indigo-400\/20::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.2); +} +.placeholder-indigo-400\/20::-moz-placeholder{ + color: rgb(141 162 251 / 0.2); +} +.placeholder-indigo-400\/20:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.2); +} +.placeholder-indigo-400\/20::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.2); +} +.placeholder-indigo-400\/20::placeholder{ + color: rgb(141 162 251 / 0.2); +} +.placeholder-indigo-400\/25::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.25); +} +.placeholder-indigo-400\/25::-moz-placeholder{ + color: rgb(141 162 251 / 0.25); +} +.placeholder-indigo-400\/25:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.25); +} +.placeholder-indigo-400\/25::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.25); +} +.placeholder-indigo-400\/25::placeholder{ + color: rgb(141 162 251 / 0.25); +} +.placeholder-indigo-400\/30::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.3); +} +.placeholder-indigo-400\/30::-moz-placeholder{ + color: rgb(141 162 251 / 0.3); +} +.placeholder-indigo-400\/30:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.3); +} +.placeholder-indigo-400\/30::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.3); +} +.placeholder-indigo-400\/30::placeholder{ + color: rgb(141 162 251 / 0.3); +} +.placeholder-indigo-400\/40::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.4); +} +.placeholder-indigo-400\/40::-moz-placeholder{ + color: rgb(141 162 251 / 0.4); +} +.placeholder-indigo-400\/40:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.4); +} +.placeholder-indigo-400\/40::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.4); +} +.placeholder-indigo-400\/40::placeholder{ + color: rgb(141 162 251 / 0.4); +} +.placeholder-indigo-400\/50::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.5); +} +.placeholder-indigo-400\/50::-moz-placeholder{ + color: rgb(141 162 251 / 0.5); +} +.placeholder-indigo-400\/50:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.5); +} +.placeholder-indigo-400\/50::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.5); +} +.placeholder-indigo-400\/50::placeholder{ + color: rgb(141 162 251 / 0.5); +} +.placeholder-indigo-400\/60::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.6); +} +.placeholder-indigo-400\/60::-moz-placeholder{ + color: rgb(141 162 251 / 0.6); +} +.placeholder-indigo-400\/60:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.6); +} +.placeholder-indigo-400\/60::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.6); +} +.placeholder-indigo-400\/60::placeholder{ + color: rgb(141 162 251 / 0.6); +} +.placeholder-indigo-400\/70::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.7); +} +.placeholder-indigo-400\/70::-moz-placeholder{ + color: rgb(141 162 251 / 0.7); +} +.placeholder-indigo-400\/70:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.7); +} +.placeholder-indigo-400\/70::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.7); +} +.placeholder-indigo-400\/70::placeholder{ + color: rgb(141 162 251 / 0.7); +} +.placeholder-indigo-400\/75::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.75); +} +.placeholder-indigo-400\/75::-moz-placeholder{ + color: rgb(141 162 251 / 0.75); +} +.placeholder-indigo-400\/75:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.75); +} +.placeholder-indigo-400\/75::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.75); +} +.placeholder-indigo-400\/75::placeholder{ + color: rgb(141 162 251 / 0.75); +} +.placeholder-indigo-400\/80::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.8); +} +.placeholder-indigo-400\/80::-moz-placeholder{ + color: rgb(141 162 251 / 0.8); +} +.placeholder-indigo-400\/80:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.8); +} +.placeholder-indigo-400\/80::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.8); +} +.placeholder-indigo-400\/80::placeholder{ + color: rgb(141 162 251 / 0.8); +} +.placeholder-indigo-400\/90::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.9); +} +.placeholder-indigo-400\/90::-moz-placeholder{ + color: rgb(141 162 251 / 0.9); +} +.placeholder-indigo-400\/90:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.9); +} +.placeholder-indigo-400\/90::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.9); +} +.placeholder-indigo-400\/90::placeholder{ + color: rgb(141 162 251 / 0.9); +} +.placeholder-indigo-400\/95::-webkit-input-placeholder{ + color: rgb(141 162 251 / 0.95); +} +.placeholder-indigo-400\/95::-moz-placeholder{ + color: rgb(141 162 251 / 0.95); +} +.placeholder-indigo-400\/95:-ms-input-placeholder{ + color: rgb(141 162 251 / 0.95); +} +.placeholder-indigo-400\/95::-ms-input-placeholder{ + color: rgb(141 162 251 / 0.95); +} +.placeholder-indigo-400\/95::placeholder{ + color: rgb(141 162 251 / 0.95); +} +.placeholder-indigo-400\/100::-webkit-input-placeholder{ + color: rgb(141 162 251 / 1); +} +.placeholder-indigo-400\/100::-moz-placeholder{ + color: rgb(141 162 251 / 1); +} +.placeholder-indigo-400\/100:-ms-input-placeholder{ + color: rgb(141 162 251 / 1); +} +.placeholder-indigo-400\/100::-ms-input-placeholder{ + color: rgb(141 162 251 / 1); +} +.placeholder-indigo-400\/100::placeholder{ + color: rgb(141 162 251 / 1); +} +.placeholder-indigo-500\/0::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0); +} +.placeholder-indigo-500\/0::-moz-placeholder{ + color: rgb(104 117 245 / 0); +} +.placeholder-indigo-500\/0:-ms-input-placeholder{ + color: rgb(104 117 245 / 0); +} +.placeholder-indigo-500\/0::-ms-input-placeholder{ + color: rgb(104 117 245 / 0); +} +.placeholder-indigo-500\/0::placeholder{ + color: rgb(104 117 245 / 0); +} +.placeholder-indigo-500\/5::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.05); +} +.placeholder-indigo-500\/5::-moz-placeholder{ + color: rgb(104 117 245 / 0.05); +} +.placeholder-indigo-500\/5:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.05); +} +.placeholder-indigo-500\/5::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.05); +} +.placeholder-indigo-500\/5::placeholder{ + color: rgb(104 117 245 / 0.05); +} +.placeholder-indigo-500\/10::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.1); +} +.placeholder-indigo-500\/10::-moz-placeholder{ + color: rgb(104 117 245 / 0.1); +} +.placeholder-indigo-500\/10:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.1); +} +.placeholder-indigo-500\/10::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.1); +} +.placeholder-indigo-500\/10::placeholder{ + color: rgb(104 117 245 / 0.1); +} +.placeholder-indigo-500\/20::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.2); +} +.placeholder-indigo-500\/20::-moz-placeholder{ + color: rgb(104 117 245 / 0.2); +} +.placeholder-indigo-500\/20:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.2); +} +.placeholder-indigo-500\/20::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.2); +} +.placeholder-indigo-500\/20::placeholder{ + color: rgb(104 117 245 / 0.2); +} +.placeholder-indigo-500\/25::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.25); +} +.placeholder-indigo-500\/25::-moz-placeholder{ + color: rgb(104 117 245 / 0.25); +} +.placeholder-indigo-500\/25:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.25); +} +.placeholder-indigo-500\/25::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.25); +} +.placeholder-indigo-500\/25::placeholder{ + color: rgb(104 117 245 / 0.25); +} +.placeholder-indigo-500\/30::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.3); +} +.placeholder-indigo-500\/30::-moz-placeholder{ + color: rgb(104 117 245 / 0.3); +} +.placeholder-indigo-500\/30:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.3); +} +.placeholder-indigo-500\/30::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.3); +} +.placeholder-indigo-500\/30::placeholder{ + color: rgb(104 117 245 / 0.3); +} +.placeholder-indigo-500\/40::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.4); +} +.placeholder-indigo-500\/40::-moz-placeholder{ + color: rgb(104 117 245 / 0.4); +} +.placeholder-indigo-500\/40:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.4); +} +.placeholder-indigo-500\/40::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.4); +} +.placeholder-indigo-500\/40::placeholder{ + color: rgb(104 117 245 / 0.4); +} +.placeholder-indigo-500\/50::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.5); +} +.placeholder-indigo-500\/50::-moz-placeholder{ + color: rgb(104 117 245 / 0.5); +} +.placeholder-indigo-500\/50:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.5); +} +.placeholder-indigo-500\/50::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.5); +} +.placeholder-indigo-500\/50::placeholder{ + color: rgb(104 117 245 / 0.5); +} +.placeholder-indigo-500\/60::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.6); +} +.placeholder-indigo-500\/60::-moz-placeholder{ + color: rgb(104 117 245 / 0.6); +} +.placeholder-indigo-500\/60:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.6); +} +.placeholder-indigo-500\/60::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.6); +} +.placeholder-indigo-500\/60::placeholder{ + color: rgb(104 117 245 / 0.6); +} +.placeholder-indigo-500\/70::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.7); +} +.placeholder-indigo-500\/70::-moz-placeholder{ + color: rgb(104 117 245 / 0.7); +} +.placeholder-indigo-500\/70:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.7); +} +.placeholder-indigo-500\/70::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.7); +} +.placeholder-indigo-500\/70::placeholder{ + color: rgb(104 117 245 / 0.7); +} +.placeholder-indigo-500\/75::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.75); +} +.placeholder-indigo-500\/75::-moz-placeholder{ + color: rgb(104 117 245 / 0.75); +} +.placeholder-indigo-500\/75:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.75); +} +.placeholder-indigo-500\/75::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.75); +} +.placeholder-indigo-500\/75::placeholder{ + color: rgb(104 117 245 / 0.75); +} +.placeholder-indigo-500\/80::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.8); +} +.placeholder-indigo-500\/80::-moz-placeholder{ + color: rgb(104 117 245 / 0.8); +} +.placeholder-indigo-500\/80:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.8); +} +.placeholder-indigo-500\/80::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.8); +} +.placeholder-indigo-500\/80::placeholder{ + color: rgb(104 117 245 / 0.8); +} +.placeholder-indigo-500\/90::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.9); +} +.placeholder-indigo-500\/90::-moz-placeholder{ + color: rgb(104 117 245 / 0.9); +} +.placeholder-indigo-500\/90:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.9); +} +.placeholder-indigo-500\/90::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.9); +} +.placeholder-indigo-500\/90::placeholder{ + color: rgb(104 117 245 / 0.9); +} +.placeholder-indigo-500\/95::-webkit-input-placeholder{ + color: rgb(104 117 245 / 0.95); +} +.placeholder-indigo-500\/95::-moz-placeholder{ + color: rgb(104 117 245 / 0.95); +} +.placeholder-indigo-500\/95:-ms-input-placeholder{ + color: rgb(104 117 245 / 0.95); +} +.placeholder-indigo-500\/95::-ms-input-placeholder{ + color: rgb(104 117 245 / 0.95); +} +.placeholder-indigo-500\/95::placeholder{ + color: rgb(104 117 245 / 0.95); +} +.placeholder-indigo-500\/100::-webkit-input-placeholder{ + color: rgb(104 117 245 / 1); +} +.placeholder-indigo-500\/100::-moz-placeholder{ + color: rgb(104 117 245 / 1); +} +.placeholder-indigo-500\/100:-ms-input-placeholder{ + color: rgb(104 117 245 / 1); +} +.placeholder-indigo-500\/100::-ms-input-placeholder{ + color: rgb(104 117 245 / 1); +} +.placeholder-indigo-500\/100::placeholder{ + color: rgb(104 117 245 / 1); +} +.placeholder-indigo-600\/0::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0); +} +.placeholder-indigo-600\/0::-moz-placeholder{ + color: rgb(88 80 236 / 0); +} +.placeholder-indigo-600\/0:-ms-input-placeholder{ + color: rgb(88 80 236 / 0); +} +.placeholder-indigo-600\/0::-ms-input-placeholder{ + color: rgb(88 80 236 / 0); +} +.placeholder-indigo-600\/0::placeholder{ + color: rgb(88 80 236 / 0); +} +.placeholder-indigo-600\/5::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.05); +} +.placeholder-indigo-600\/5::-moz-placeholder{ + color: rgb(88 80 236 / 0.05); +} +.placeholder-indigo-600\/5:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.05); +} +.placeholder-indigo-600\/5::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.05); +} +.placeholder-indigo-600\/5::placeholder{ + color: rgb(88 80 236 / 0.05); +} +.placeholder-indigo-600\/10::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.1); +} +.placeholder-indigo-600\/10::-moz-placeholder{ + color: rgb(88 80 236 / 0.1); +} +.placeholder-indigo-600\/10:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.1); +} +.placeholder-indigo-600\/10::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.1); +} +.placeholder-indigo-600\/10::placeholder{ + color: rgb(88 80 236 / 0.1); +} +.placeholder-indigo-600\/20::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.2); +} +.placeholder-indigo-600\/20::-moz-placeholder{ + color: rgb(88 80 236 / 0.2); +} +.placeholder-indigo-600\/20:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.2); +} +.placeholder-indigo-600\/20::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.2); +} +.placeholder-indigo-600\/20::placeholder{ + color: rgb(88 80 236 / 0.2); +} +.placeholder-indigo-600\/25::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.25); +} +.placeholder-indigo-600\/25::-moz-placeholder{ + color: rgb(88 80 236 / 0.25); +} +.placeholder-indigo-600\/25:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.25); +} +.placeholder-indigo-600\/25::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.25); +} +.placeholder-indigo-600\/25::placeholder{ + color: rgb(88 80 236 / 0.25); +} +.placeholder-indigo-600\/30::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.3); +} +.placeholder-indigo-600\/30::-moz-placeholder{ + color: rgb(88 80 236 / 0.3); +} +.placeholder-indigo-600\/30:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.3); +} +.placeholder-indigo-600\/30::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.3); +} +.placeholder-indigo-600\/30::placeholder{ + color: rgb(88 80 236 / 0.3); +} +.placeholder-indigo-600\/40::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.4); +} +.placeholder-indigo-600\/40::-moz-placeholder{ + color: rgb(88 80 236 / 0.4); +} +.placeholder-indigo-600\/40:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.4); +} +.placeholder-indigo-600\/40::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.4); +} +.placeholder-indigo-600\/40::placeholder{ + color: rgb(88 80 236 / 0.4); +} +.placeholder-indigo-600\/50::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.5); +} +.placeholder-indigo-600\/50::-moz-placeholder{ + color: rgb(88 80 236 / 0.5); +} +.placeholder-indigo-600\/50:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.5); +} +.placeholder-indigo-600\/50::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.5); +} +.placeholder-indigo-600\/50::placeholder{ + color: rgb(88 80 236 / 0.5); +} +.placeholder-indigo-600\/60::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.6); +} +.placeholder-indigo-600\/60::-moz-placeholder{ + color: rgb(88 80 236 / 0.6); +} +.placeholder-indigo-600\/60:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.6); +} +.placeholder-indigo-600\/60::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.6); +} +.placeholder-indigo-600\/60::placeholder{ + color: rgb(88 80 236 / 0.6); +} +.placeholder-indigo-600\/70::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.7); +} +.placeholder-indigo-600\/70::-moz-placeholder{ + color: rgb(88 80 236 / 0.7); +} +.placeholder-indigo-600\/70:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.7); +} +.placeholder-indigo-600\/70::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.7); +} +.placeholder-indigo-600\/70::placeholder{ + color: rgb(88 80 236 / 0.7); +} +.placeholder-indigo-600\/75::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.75); +} +.placeholder-indigo-600\/75::-moz-placeholder{ + color: rgb(88 80 236 / 0.75); +} +.placeholder-indigo-600\/75:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.75); +} +.placeholder-indigo-600\/75::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.75); +} +.placeholder-indigo-600\/75::placeholder{ + color: rgb(88 80 236 / 0.75); +} +.placeholder-indigo-600\/80::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.8); +} +.placeholder-indigo-600\/80::-moz-placeholder{ + color: rgb(88 80 236 / 0.8); +} +.placeholder-indigo-600\/80:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.8); +} +.placeholder-indigo-600\/80::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.8); +} +.placeholder-indigo-600\/80::placeholder{ + color: rgb(88 80 236 / 0.8); +} +.placeholder-indigo-600\/90::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.9); +} +.placeholder-indigo-600\/90::-moz-placeholder{ + color: rgb(88 80 236 / 0.9); +} +.placeholder-indigo-600\/90:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.9); +} +.placeholder-indigo-600\/90::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.9); +} +.placeholder-indigo-600\/90::placeholder{ + color: rgb(88 80 236 / 0.9); +} +.placeholder-indigo-600\/95::-webkit-input-placeholder{ + color: rgb(88 80 236 / 0.95); +} +.placeholder-indigo-600\/95::-moz-placeholder{ + color: rgb(88 80 236 / 0.95); +} +.placeholder-indigo-600\/95:-ms-input-placeholder{ + color: rgb(88 80 236 / 0.95); +} +.placeholder-indigo-600\/95::-ms-input-placeholder{ + color: rgb(88 80 236 / 0.95); +} +.placeholder-indigo-600\/95::placeholder{ + color: rgb(88 80 236 / 0.95); +} +.placeholder-indigo-600\/100::-webkit-input-placeholder{ + color: rgb(88 80 236 / 1); +} +.placeholder-indigo-600\/100::-moz-placeholder{ + color: rgb(88 80 236 / 1); +} +.placeholder-indigo-600\/100:-ms-input-placeholder{ + color: rgb(88 80 236 / 1); +} +.placeholder-indigo-600\/100::-ms-input-placeholder{ + color: rgb(88 80 236 / 1); +} +.placeholder-indigo-600\/100::placeholder{ + color: rgb(88 80 236 / 1); +} +.placeholder-indigo-700\/0::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0); +} +.placeholder-indigo-700\/0::-moz-placeholder{ + color: rgb(81 69 205 / 0); +} +.placeholder-indigo-700\/0:-ms-input-placeholder{ + color: rgb(81 69 205 / 0); +} +.placeholder-indigo-700\/0::-ms-input-placeholder{ + color: rgb(81 69 205 / 0); +} +.placeholder-indigo-700\/0::placeholder{ + color: rgb(81 69 205 / 0); +} +.placeholder-indigo-700\/5::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.05); +} +.placeholder-indigo-700\/5::-moz-placeholder{ + color: rgb(81 69 205 / 0.05); +} +.placeholder-indigo-700\/5:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.05); +} +.placeholder-indigo-700\/5::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.05); +} +.placeholder-indigo-700\/5::placeholder{ + color: rgb(81 69 205 / 0.05); +} +.placeholder-indigo-700\/10::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.1); +} +.placeholder-indigo-700\/10::-moz-placeholder{ + color: rgb(81 69 205 / 0.1); +} +.placeholder-indigo-700\/10:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.1); +} +.placeholder-indigo-700\/10::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.1); +} +.placeholder-indigo-700\/10::placeholder{ + color: rgb(81 69 205 / 0.1); +} +.placeholder-indigo-700\/20::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.2); +} +.placeholder-indigo-700\/20::-moz-placeholder{ + color: rgb(81 69 205 / 0.2); +} +.placeholder-indigo-700\/20:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.2); +} +.placeholder-indigo-700\/20::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.2); +} +.placeholder-indigo-700\/20::placeholder{ + color: rgb(81 69 205 / 0.2); +} +.placeholder-indigo-700\/25::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.25); +} +.placeholder-indigo-700\/25::-moz-placeholder{ + color: rgb(81 69 205 / 0.25); +} +.placeholder-indigo-700\/25:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.25); +} +.placeholder-indigo-700\/25::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.25); +} +.placeholder-indigo-700\/25::placeholder{ + color: rgb(81 69 205 / 0.25); +} +.placeholder-indigo-700\/30::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.3); +} +.placeholder-indigo-700\/30::-moz-placeholder{ + color: rgb(81 69 205 / 0.3); +} +.placeholder-indigo-700\/30:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.3); +} +.placeholder-indigo-700\/30::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.3); +} +.placeholder-indigo-700\/30::placeholder{ + color: rgb(81 69 205 / 0.3); +} +.placeholder-indigo-700\/40::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.4); +} +.placeholder-indigo-700\/40::-moz-placeholder{ + color: rgb(81 69 205 / 0.4); +} +.placeholder-indigo-700\/40:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.4); +} +.placeholder-indigo-700\/40::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.4); +} +.placeholder-indigo-700\/40::placeholder{ + color: rgb(81 69 205 / 0.4); +} +.placeholder-indigo-700\/50::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.5); +} +.placeholder-indigo-700\/50::-moz-placeholder{ + color: rgb(81 69 205 / 0.5); +} +.placeholder-indigo-700\/50:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.5); +} +.placeholder-indigo-700\/50::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.5); +} +.placeholder-indigo-700\/50::placeholder{ + color: rgb(81 69 205 / 0.5); +} +.placeholder-indigo-700\/60::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.6); +} +.placeholder-indigo-700\/60::-moz-placeholder{ + color: rgb(81 69 205 / 0.6); +} +.placeholder-indigo-700\/60:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.6); +} +.placeholder-indigo-700\/60::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.6); +} +.placeholder-indigo-700\/60::placeholder{ + color: rgb(81 69 205 / 0.6); +} +.placeholder-indigo-700\/70::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.7); +} +.placeholder-indigo-700\/70::-moz-placeholder{ + color: rgb(81 69 205 / 0.7); +} +.placeholder-indigo-700\/70:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.7); +} +.placeholder-indigo-700\/70::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.7); +} +.placeholder-indigo-700\/70::placeholder{ + color: rgb(81 69 205 / 0.7); +} +.placeholder-indigo-700\/75::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.75); +} +.placeholder-indigo-700\/75::-moz-placeholder{ + color: rgb(81 69 205 / 0.75); +} +.placeholder-indigo-700\/75:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.75); +} +.placeholder-indigo-700\/75::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.75); +} +.placeholder-indigo-700\/75::placeholder{ + color: rgb(81 69 205 / 0.75); +} +.placeholder-indigo-700\/80::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.8); +} +.placeholder-indigo-700\/80::-moz-placeholder{ + color: rgb(81 69 205 / 0.8); +} +.placeholder-indigo-700\/80:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.8); +} +.placeholder-indigo-700\/80::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.8); +} +.placeholder-indigo-700\/80::placeholder{ + color: rgb(81 69 205 / 0.8); +} +.placeholder-indigo-700\/90::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.9); +} +.placeholder-indigo-700\/90::-moz-placeholder{ + color: rgb(81 69 205 / 0.9); +} +.placeholder-indigo-700\/90:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.9); +} +.placeholder-indigo-700\/90::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.9); +} +.placeholder-indigo-700\/90::placeholder{ + color: rgb(81 69 205 / 0.9); +} +.placeholder-indigo-700\/95::-webkit-input-placeholder{ + color: rgb(81 69 205 / 0.95); +} +.placeholder-indigo-700\/95::-moz-placeholder{ + color: rgb(81 69 205 / 0.95); +} +.placeholder-indigo-700\/95:-ms-input-placeholder{ + color: rgb(81 69 205 / 0.95); +} +.placeholder-indigo-700\/95::-ms-input-placeholder{ + color: rgb(81 69 205 / 0.95); +} +.placeholder-indigo-700\/95::placeholder{ + color: rgb(81 69 205 / 0.95); +} +.placeholder-indigo-700\/100::-webkit-input-placeholder{ + color: rgb(81 69 205 / 1); +} +.placeholder-indigo-700\/100::-moz-placeholder{ + color: rgb(81 69 205 / 1); +} +.placeholder-indigo-700\/100:-ms-input-placeholder{ + color: rgb(81 69 205 / 1); +} +.placeholder-indigo-700\/100::-ms-input-placeholder{ + color: rgb(81 69 205 / 1); +} +.placeholder-indigo-700\/100::placeholder{ + color: rgb(81 69 205 / 1); +} +.placeholder-indigo-800\/0::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0); +} +.placeholder-indigo-800\/0::-moz-placeholder{ + color: rgb(66 56 157 / 0); +} +.placeholder-indigo-800\/0:-ms-input-placeholder{ + color: rgb(66 56 157 / 0); +} +.placeholder-indigo-800\/0::-ms-input-placeholder{ + color: rgb(66 56 157 / 0); +} +.placeholder-indigo-800\/0::placeholder{ + color: rgb(66 56 157 / 0); +} +.placeholder-indigo-800\/5::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.05); +} +.placeholder-indigo-800\/5::-moz-placeholder{ + color: rgb(66 56 157 / 0.05); +} +.placeholder-indigo-800\/5:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.05); +} +.placeholder-indigo-800\/5::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.05); +} +.placeholder-indigo-800\/5::placeholder{ + color: rgb(66 56 157 / 0.05); +} +.placeholder-indigo-800\/10::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.1); +} +.placeholder-indigo-800\/10::-moz-placeholder{ + color: rgb(66 56 157 / 0.1); +} +.placeholder-indigo-800\/10:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.1); +} +.placeholder-indigo-800\/10::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.1); +} +.placeholder-indigo-800\/10::placeholder{ + color: rgb(66 56 157 / 0.1); +} +.placeholder-indigo-800\/20::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.2); +} +.placeholder-indigo-800\/20::-moz-placeholder{ + color: rgb(66 56 157 / 0.2); +} +.placeholder-indigo-800\/20:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.2); +} +.placeholder-indigo-800\/20::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.2); +} +.placeholder-indigo-800\/20::placeholder{ + color: rgb(66 56 157 / 0.2); +} +.placeholder-indigo-800\/25::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.25); +} +.placeholder-indigo-800\/25::-moz-placeholder{ + color: rgb(66 56 157 / 0.25); +} +.placeholder-indigo-800\/25:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.25); +} +.placeholder-indigo-800\/25::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.25); +} +.placeholder-indigo-800\/25::placeholder{ + color: rgb(66 56 157 / 0.25); +} +.placeholder-indigo-800\/30::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.3); +} +.placeholder-indigo-800\/30::-moz-placeholder{ + color: rgb(66 56 157 / 0.3); +} +.placeholder-indigo-800\/30:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.3); +} +.placeholder-indigo-800\/30::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.3); +} +.placeholder-indigo-800\/30::placeholder{ + color: rgb(66 56 157 / 0.3); +} +.placeholder-indigo-800\/40::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.4); +} +.placeholder-indigo-800\/40::-moz-placeholder{ + color: rgb(66 56 157 / 0.4); +} +.placeholder-indigo-800\/40:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.4); +} +.placeholder-indigo-800\/40::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.4); +} +.placeholder-indigo-800\/40::placeholder{ + color: rgb(66 56 157 / 0.4); +} +.placeholder-indigo-800\/50::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.5); +} +.placeholder-indigo-800\/50::-moz-placeholder{ + color: rgb(66 56 157 / 0.5); +} +.placeholder-indigo-800\/50:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.5); +} +.placeholder-indigo-800\/50::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.5); +} +.placeholder-indigo-800\/50::placeholder{ + color: rgb(66 56 157 / 0.5); +} +.placeholder-indigo-800\/60::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.6); +} +.placeholder-indigo-800\/60::-moz-placeholder{ + color: rgb(66 56 157 / 0.6); +} +.placeholder-indigo-800\/60:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.6); +} +.placeholder-indigo-800\/60::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.6); +} +.placeholder-indigo-800\/60::placeholder{ + color: rgb(66 56 157 / 0.6); +} +.placeholder-indigo-800\/70::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.7); +} +.placeholder-indigo-800\/70::-moz-placeholder{ + color: rgb(66 56 157 / 0.7); +} +.placeholder-indigo-800\/70:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.7); +} +.placeholder-indigo-800\/70::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.7); +} +.placeholder-indigo-800\/70::placeholder{ + color: rgb(66 56 157 / 0.7); +} +.placeholder-indigo-800\/75::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.75); +} +.placeholder-indigo-800\/75::-moz-placeholder{ + color: rgb(66 56 157 / 0.75); +} +.placeholder-indigo-800\/75:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.75); +} +.placeholder-indigo-800\/75::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.75); +} +.placeholder-indigo-800\/75::placeholder{ + color: rgb(66 56 157 / 0.75); +} +.placeholder-indigo-800\/80::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.8); +} +.placeholder-indigo-800\/80::-moz-placeholder{ + color: rgb(66 56 157 / 0.8); +} +.placeholder-indigo-800\/80:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.8); +} +.placeholder-indigo-800\/80::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.8); +} +.placeholder-indigo-800\/80::placeholder{ + color: rgb(66 56 157 / 0.8); +} +.placeholder-indigo-800\/90::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.9); +} +.placeholder-indigo-800\/90::-moz-placeholder{ + color: rgb(66 56 157 / 0.9); +} +.placeholder-indigo-800\/90:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.9); +} +.placeholder-indigo-800\/90::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.9); +} +.placeholder-indigo-800\/90::placeholder{ + color: rgb(66 56 157 / 0.9); +} +.placeholder-indigo-800\/95::-webkit-input-placeholder{ + color: rgb(66 56 157 / 0.95); +} +.placeholder-indigo-800\/95::-moz-placeholder{ + color: rgb(66 56 157 / 0.95); +} +.placeholder-indigo-800\/95:-ms-input-placeholder{ + color: rgb(66 56 157 / 0.95); +} +.placeholder-indigo-800\/95::-ms-input-placeholder{ + color: rgb(66 56 157 / 0.95); +} +.placeholder-indigo-800\/95::placeholder{ + color: rgb(66 56 157 / 0.95); +} +.placeholder-indigo-800\/100::-webkit-input-placeholder{ + color: rgb(66 56 157 / 1); +} +.placeholder-indigo-800\/100::-moz-placeholder{ + color: rgb(66 56 157 / 1); +} +.placeholder-indigo-800\/100:-ms-input-placeholder{ + color: rgb(66 56 157 / 1); +} +.placeholder-indigo-800\/100::-ms-input-placeholder{ + color: rgb(66 56 157 / 1); +} +.placeholder-indigo-800\/100::placeholder{ + color: rgb(66 56 157 / 1); +} +.placeholder-indigo-900\/0::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0); +} +.placeholder-indigo-900\/0::-moz-placeholder{ + color: rgb(54 47 120 / 0); +} +.placeholder-indigo-900\/0:-ms-input-placeholder{ + color: rgb(54 47 120 / 0); +} +.placeholder-indigo-900\/0::-ms-input-placeholder{ + color: rgb(54 47 120 / 0); +} +.placeholder-indigo-900\/0::placeholder{ + color: rgb(54 47 120 / 0); +} +.placeholder-indigo-900\/5::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.05); +} +.placeholder-indigo-900\/5::-moz-placeholder{ + color: rgb(54 47 120 / 0.05); +} +.placeholder-indigo-900\/5:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.05); +} +.placeholder-indigo-900\/5::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.05); +} +.placeholder-indigo-900\/5::placeholder{ + color: rgb(54 47 120 / 0.05); +} +.placeholder-indigo-900\/10::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.1); +} +.placeholder-indigo-900\/10::-moz-placeholder{ + color: rgb(54 47 120 / 0.1); +} +.placeholder-indigo-900\/10:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.1); +} +.placeholder-indigo-900\/10::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.1); +} +.placeholder-indigo-900\/10::placeholder{ + color: rgb(54 47 120 / 0.1); +} +.placeholder-indigo-900\/20::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.2); +} +.placeholder-indigo-900\/20::-moz-placeholder{ + color: rgb(54 47 120 / 0.2); +} +.placeholder-indigo-900\/20:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.2); +} +.placeholder-indigo-900\/20::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.2); +} +.placeholder-indigo-900\/20::placeholder{ + color: rgb(54 47 120 / 0.2); +} +.placeholder-indigo-900\/25::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.25); +} +.placeholder-indigo-900\/25::-moz-placeholder{ + color: rgb(54 47 120 / 0.25); +} +.placeholder-indigo-900\/25:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.25); +} +.placeholder-indigo-900\/25::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.25); +} +.placeholder-indigo-900\/25::placeholder{ + color: rgb(54 47 120 / 0.25); +} +.placeholder-indigo-900\/30::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.3); +} +.placeholder-indigo-900\/30::-moz-placeholder{ + color: rgb(54 47 120 / 0.3); +} +.placeholder-indigo-900\/30:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.3); +} +.placeholder-indigo-900\/30::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.3); +} +.placeholder-indigo-900\/30::placeholder{ + color: rgb(54 47 120 / 0.3); +} +.placeholder-indigo-900\/40::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.4); +} +.placeholder-indigo-900\/40::-moz-placeholder{ + color: rgb(54 47 120 / 0.4); +} +.placeholder-indigo-900\/40:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.4); +} +.placeholder-indigo-900\/40::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.4); +} +.placeholder-indigo-900\/40::placeholder{ + color: rgb(54 47 120 / 0.4); +} +.placeholder-indigo-900\/50::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.5); +} +.placeholder-indigo-900\/50::-moz-placeholder{ + color: rgb(54 47 120 / 0.5); +} +.placeholder-indigo-900\/50:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.5); +} +.placeholder-indigo-900\/50::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.5); +} +.placeholder-indigo-900\/50::placeholder{ + color: rgb(54 47 120 / 0.5); +} +.placeholder-indigo-900\/60::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.6); +} +.placeholder-indigo-900\/60::-moz-placeholder{ + color: rgb(54 47 120 / 0.6); +} +.placeholder-indigo-900\/60:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.6); +} +.placeholder-indigo-900\/60::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.6); +} +.placeholder-indigo-900\/60::placeholder{ + color: rgb(54 47 120 / 0.6); +} +.placeholder-indigo-900\/70::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.7); +} +.placeholder-indigo-900\/70::-moz-placeholder{ + color: rgb(54 47 120 / 0.7); +} +.placeholder-indigo-900\/70:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.7); +} +.placeholder-indigo-900\/70::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.7); +} +.placeholder-indigo-900\/70::placeholder{ + color: rgb(54 47 120 / 0.7); +} +.placeholder-indigo-900\/75::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.75); +} +.placeholder-indigo-900\/75::-moz-placeholder{ + color: rgb(54 47 120 / 0.75); +} +.placeholder-indigo-900\/75:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.75); +} +.placeholder-indigo-900\/75::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.75); +} +.placeholder-indigo-900\/75::placeholder{ + color: rgb(54 47 120 / 0.75); +} +.placeholder-indigo-900\/80::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.8); +} +.placeholder-indigo-900\/80::-moz-placeholder{ + color: rgb(54 47 120 / 0.8); +} +.placeholder-indigo-900\/80:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.8); +} +.placeholder-indigo-900\/80::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.8); +} +.placeholder-indigo-900\/80::placeholder{ + color: rgb(54 47 120 / 0.8); +} +.placeholder-indigo-900\/90::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.9); +} +.placeholder-indigo-900\/90::-moz-placeholder{ + color: rgb(54 47 120 / 0.9); +} +.placeholder-indigo-900\/90:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.9); +} +.placeholder-indigo-900\/90::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.9); +} +.placeholder-indigo-900\/90::placeholder{ + color: rgb(54 47 120 / 0.9); +} +.placeholder-indigo-900\/95::-webkit-input-placeholder{ + color: rgb(54 47 120 / 0.95); +} +.placeholder-indigo-900\/95::-moz-placeholder{ + color: rgb(54 47 120 / 0.95); +} +.placeholder-indigo-900\/95:-ms-input-placeholder{ + color: rgb(54 47 120 / 0.95); +} +.placeholder-indigo-900\/95::-ms-input-placeholder{ + color: rgb(54 47 120 / 0.95); +} +.placeholder-indigo-900\/95::placeholder{ + color: rgb(54 47 120 / 0.95); +} +.placeholder-indigo-900\/100::-webkit-input-placeholder{ + color: rgb(54 47 120 / 1); +} +.placeholder-indigo-900\/100::-moz-placeholder{ + color: rgb(54 47 120 / 1); +} +.placeholder-indigo-900\/100:-ms-input-placeholder{ + color: rgb(54 47 120 / 1); +} +.placeholder-indigo-900\/100::-ms-input-placeholder{ + color: rgb(54 47 120 / 1); +} +.placeholder-indigo-900\/100::placeholder{ + color: rgb(54 47 120 / 1); +} +.placeholder-violet-50\/0::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0); +} +.placeholder-violet-50\/0::-moz-placeholder{ + color: rgb(245 243 255 / 0); +} +.placeholder-violet-50\/0:-ms-input-placeholder{ + color: rgb(245 243 255 / 0); +} +.placeholder-violet-50\/0::-ms-input-placeholder{ + color: rgb(245 243 255 / 0); +} +.placeholder-violet-50\/0::placeholder{ + color: rgb(245 243 255 / 0); +} +.placeholder-violet-50\/5::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.05); +} +.placeholder-violet-50\/5::-moz-placeholder{ + color: rgb(245 243 255 / 0.05); +} +.placeholder-violet-50\/5:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.05); +} +.placeholder-violet-50\/5::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.05); +} +.placeholder-violet-50\/5::placeholder{ + color: rgb(245 243 255 / 0.05); +} +.placeholder-violet-50\/10::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.1); +} +.placeholder-violet-50\/10::-moz-placeholder{ + color: rgb(245 243 255 / 0.1); +} +.placeholder-violet-50\/10:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.1); +} +.placeholder-violet-50\/10::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.1); +} +.placeholder-violet-50\/10::placeholder{ + color: rgb(245 243 255 / 0.1); +} +.placeholder-violet-50\/20::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.2); +} +.placeholder-violet-50\/20::-moz-placeholder{ + color: rgb(245 243 255 / 0.2); +} +.placeholder-violet-50\/20:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.2); +} +.placeholder-violet-50\/20::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.2); +} +.placeholder-violet-50\/20::placeholder{ + color: rgb(245 243 255 / 0.2); +} +.placeholder-violet-50\/25::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.25); +} +.placeholder-violet-50\/25::-moz-placeholder{ + color: rgb(245 243 255 / 0.25); +} +.placeholder-violet-50\/25:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.25); +} +.placeholder-violet-50\/25::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.25); +} +.placeholder-violet-50\/25::placeholder{ + color: rgb(245 243 255 / 0.25); +} +.placeholder-violet-50\/30::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.3); +} +.placeholder-violet-50\/30::-moz-placeholder{ + color: rgb(245 243 255 / 0.3); +} +.placeholder-violet-50\/30:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.3); +} +.placeholder-violet-50\/30::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.3); +} +.placeholder-violet-50\/30::placeholder{ + color: rgb(245 243 255 / 0.3); +} +.placeholder-violet-50\/40::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.4); +} +.placeholder-violet-50\/40::-moz-placeholder{ + color: rgb(245 243 255 / 0.4); +} +.placeholder-violet-50\/40:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.4); +} +.placeholder-violet-50\/40::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.4); +} +.placeholder-violet-50\/40::placeholder{ + color: rgb(245 243 255 / 0.4); +} +.placeholder-violet-50\/50::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.5); +} +.placeholder-violet-50\/50::-moz-placeholder{ + color: rgb(245 243 255 / 0.5); +} +.placeholder-violet-50\/50:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.5); +} +.placeholder-violet-50\/50::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.5); +} +.placeholder-violet-50\/50::placeholder{ + color: rgb(245 243 255 / 0.5); +} +.placeholder-violet-50\/60::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.6); +} +.placeholder-violet-50\/60::-moz-placeholder{ + color: rgb(245 243 255 / 0.6); +} +.placeholder-violet-50\/60:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.6); +} +.placeholder-violet-50\/60::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.6); +} +.placeholder-violet-50\/60::placeholder{ + color: rgb(245 243 255 / 0.6); +} +.placeholder-violet-50\/70::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.7); +} +.placeholder-violet-50\/70::-moz-placeholder{ + color: rgb(245 243 255 / 0.7); +} +.placeholder-violet-50\/70:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.7); +} +.placeholder-violet-50\/70::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.7); +} +.placeholder-violet-50\/70::placeholder{ + color: rgb(245 243 255 / 0.7); +} +.placeholder-violet-50\/75::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.75); +} +.placeholder-violet-50\/75::-moz-placeholder{ + color: rgb(245 243 255 / 0.75); +} +.placeholder-violet-50\/75:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.75); +} +.placeholder-violet-50\/75::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.75); +} +.placeholder-violet-50\/75::placeholder{ + color: rgb(245 243 255 / 0.75); +} +.placeholder-violet-50\/80::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.8); +} +.placeholder-violet-50\/80::-moz-placeholder{ + color: rgb(245 243 255 / 0.8); +} +.placeholder-violet-50\/80:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.8); +} +.placeholder-violet-50\/80::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.8); +} +.placeholder-violet-50\/80::placeholder{ + color: rgb(245 243 255 / 0.8); +} +.placeholder-violet-50\/90::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.9); +} +.placeholder-violet-50\/90::-moz-placeholder{ + color: rgb(245 243 255 / 0.9); +} +.placeholder-violet-50\/90:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.9); +} +.placeholder-violet-50\/90::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.9); +} +.placeholder-violet-50\/90::placeholder{ + color: rgb(245 243 255 / 0.9); +} +.placeholder-violet-50\/95::-webkit-input-placeholder{ + color: rgb(245 243 255 / 0.95); +} +.placeholder-violet-50\/95::-moz-placeholder{ + color: rgb(245 243 255 / 0.95); +} +.placeholder-violet-50\/95:-ms-input-placeholder{ + color: rgb(245 243 255 / 0.95); +} +.placeholder-violet-50\/95::-ms-input-placeholder{ + color: rgb(245 243 255 / 0.95); +} +.placeholder-violet-50\/95::placeholder{ + color: rgb(245 243 255 / 0.95); +} +.placeholder-violet-50\/100::-webkit-input-placeholder{ + color: rgb(245 243 255 / 1); +} +.placeholder-violet-50\/100::-moz-placeholder{ + color: rgb(245 243 255 / 1); +} +.placeholder-violet-50\/100:-ms-input-placeholder{ + color: rgb(245 243 255 / 1); +} +.placeholder-violet-50\/100::-ms-input-placeholder{ + color: rgb(245 243 255 / 1); +} +.placeholder-violet-50\/100::placeholder{ + color: rgb(245 243 255 / 1); +} +.placeholder-violet-100\/0::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0); +} +.placeholder-violet-100\/0::-moz-placeholder{ + color: rgb(237 233 254 / 0); +} +.placeholder-violet-100\/0:-ms-input-placeholder{ + color: rgb(237 233 254 / 0); +} +.placeholder-violet-100\/0::-ms-input-placeholder{ + color: rgb(237 233 254 / 0); +} +.placeholder-violet-100\/0::placeholder{ + color: rgb(237 233 254 / 0); +} +.placeholder-violet-100\/5::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.05); +} +.placeholder-violet-100\/5::-moz-placeholder{ + color: rgb(237 233 254 / 0.05); +} +.placeholder-violet-100\/5:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.05); +} +.placeholder-violet-100\/5::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.05); +} +.placeholder-violet-100\/5::placeholder{ + color: rgb(237 233 254 / 0.05); +} +.placeholder-violet-100\/10::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.1); +} +.placeholder-violet-100\/10::-moz-placeholder{ + color: rgb(237 233 254 / 0.1); +} +.placeholder-violet-100\/10:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.1); +} +.placeholder-violet-100\/10::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.1); +} +.placeholder-violet-100\/10::placeholder{ + color: rgb(237 233 254 / 0.1); +} +.placeholder-violet-100\/20::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.2); +} +.placeholder-violet-100\/20::-moz-placeholder{ + color: rgb(237 233 254 / 0.2); +} +.placeholder-violet-100\/20:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.2); +} +.placeholder-violet-100\/20::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.2); +} +.placeholder-violet-100\/20::placeholder{ + color: rgb(237 233 254 / 0.2); +} +.placeholder-violet-100\/25::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.25); +} +.placeholder-violet-100\/25::-moz-placeholder{ + color: rgb(237 233 254 / 0.25); +} +.placeholder-violet-100\/25:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.25); +} +.placeholder-violet-100\/25::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.25); +} +.placeholder-violet-100\/25::placeholder{ + color: rgb(237 233 254 / 0.25); +} +.placeholder-violet-100\/30::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.3); +} +.placeholder-violet-100\/30::-moz-placeholder{ + color: rgb(237 233 254 / 0.3); +} +.placeholder-violet-100\/30:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.3); +} +.placeholder-violet-100\/30::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.3); +} +.placeholder-violet-100\/30::placeholder{ + color: rgb(237 233 254 / 0.3); +} +.placeholder-violet-100\/40::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.4); +} +.placeholder-violet-100\/40::-moz-placeholder{ + color: rgb(237 233 254 / 0.4); +} +.placeholder-violet-100\/40:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.4); +} +.placeholder-violet-100\/40::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.4); +} +.placeholder-violet-100\/40::placeholder{ + color: rgb(237 233 254 / 0.4); +} +.placeholder-violet-100\/50::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.5); +} +.placeholder-violet-100\/50::-moz-placeholder{ + color: rgb(237 233 254 / 0.5); +} +.placeholder-violet-100\/50:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.5); +} +.placeholder-violet-100\/50::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.5); +} +.placeholder-violet-100\/50::placeholder{ + color: rgb(237 233 254 / 0.5); +} +.placeholder-violet-100\/60::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.6); +} +.placeholder-violet-100\/60::-moz-placeholder{ + color: rgb(237 233 254 / 0.6); +} +.placeholder-violet-100\/60:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.6); +} +.placeholder-violet-100\/60::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.6); +} +.placeholder-violet-100\/60::placeholder{ + color: rgb(237 233 254 / 0.6); +} +.placeholder-violet-100\/70::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.7); +} +.placeholder-violet-100\/70::-moz-placeholder{ + color: rgb(237 233 254 / 0.7); +} +.placeholder-violet-100\/70:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.7); +} +.placeholder-violet-100\/70::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.7); +} +.placeholder-violet-100\/70::placeholder{ + color: rgb(237 233 254 / 0.7); +} +.placeholder-violet-100\/75::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.75); +} +.placeholder-violet-100\/75::-moz-placeholder{ + color: rgb(237 233 254 / 0.75); +} +.placeholder-violet-100\/75:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.75); +} +.placeholder-violet-100\/75::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.75); +} +.placeholder-violet-100\/75::placeholder{ + color: rgb(237 233 254 / 0.75); +} +.placeholder-violet-100\/80::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.8); +} +.placeholder-violet-100\/80::-moz-placeholder{ + color: rgb(237 233 254 / 0.8); +} +.placeholder-violet-100\/80:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.8); +} +.placeholder-violet-100\/80::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.8); +} +.placeholder-violet-100\/80::placeholder{ + color: rgb(237 233 254 / 0.8); +} +.placeholder-violet-100\/90::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.9); +} +.placeholder-violet-100\/90::-moz-placeholder{ + color: rgb(237 233 254 / 0.9); +} +.placeholder-violet-100\/90:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.9); +} +.placeholder-violet-100\/90::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.9); +} +.placeholder-violet-100\/90::placeholder{ + color: rgb(237 233 254 / 0.9); +} +.placeholder-violet-100\/95::-webkit-input-placeholder{ + color: rgb(237 233 254 / 0.95); +} +.placeholder-violet-100\/95::-moz-placeholder{ + color: rgb(237 233 254 / 0.95); +} +.placeholder-violet-100\/95:-ms-input-placeholder{ + color: rgb(237 233 254 / 0.95); +} +.placeholder-violet-100\/95::-ms-input-placeholder{ + color: rgb(237 233 254 / 0.95); +} +.placeholder-violet-100\/95::placeholder{ + color: rgb(237 233 254 / 0.95); +} +.placeholder-violet-100\/100::-webkit-input-placeholder{ + color: rgb(237 233 254 / 1); +} +.placeholder-violet-100\/100::-moz-placeholder{ + color: rgb(237 233 254 / 1); +} +.placeholder-violet-100\/100:-ms-input-placeholder{ + color: rgb(237 233 254 / 1); +} +.placeholder-violet-100\/100::-ms-input-placeholder{ + color: rgb(237 233 254 / 1); +} +.placeholder-violet-100\/100::placeholder{ + color: rgb(237 233 254 / 1); +} +.placeholder-violet-200\/0::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0); +} +.placeholder-violet-200\/0::-moz-placeholder{ + color: rgb(221 214 254 / 0); +} +.placeholder-violet-200\/0:-ms-input-placeholder{ + color: rgb(221 214 254 / 0); +} +.placeholder-violet-200\/0::-ms-input-placeholder{ + color: rgb(221 214 254 / 0); +} +.placeholder-violet-200\/0::placeholder{ + color: rgb(221 214 254 / 0); +} +.placeholder-violet-200\/5::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.05); +} +.placeholder-violet-200\/5::-moz-placeholder{ + color: rgb(221 214 254 / 0.05); +} +.placeholder-violet-200\/5:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.05); +} +.placeholder-violet-200\/5::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.05); +} +.placeholder-violet-200\/5::placeholder{ + color: rgb(221 214 254 / 0.05); +} +.placeholder-violet-200\/10::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.1); +} +.placeholder-violet-200\/10::-moz-placeholder{ + color: rgb(221 214 254 / 0.1); +} +.placeholder-violet-200\/10:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.1); +} +.placeholder-violet-200\/10::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.1); +} +.placeholder-violet-200\/10::placeholder{ + color: rgb(221 214 254 / 0.1); +} +.placeholder-violet-200\/20::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.2); +} +.placeholder-violet-200\/20::-moz-placeholder{ + color: rgb(221 214 254 / 0.2); +} +.placeholder-violet-200\/20:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.2); +} +.placeholder-violet-200\/20::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.2); +} +.placeholder-violet-200\/20::placeholder{ + color: rgb(221 214 254 / 0.2); +} +.placeholder-violet-200\/25::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.25); +} +.placeholder-violet-200\/25::-moz-placeholder{ + color: rgb(221 214 254 / 0.25); +} +.placeholder-violet-200\/25:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.25); +} +.placeholder-violet-200\/25::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.25); +} +.placeholder-violet-200\/25::placeholder{ + color: rgb(221 214 254 / 0.25); +} +.placeholder-violet-200\/30::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.3); +} +.placeholder-violet-200\/30::-moz-placeholder{ + color: rgb(221 214 254 / 0.3); +} +.placeholder-violet-200\/30:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.3); +} +.placeholder-violet-200\/30::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.3); +} +.placeholder-violet-200\/30::placeholder{ + color: rgb(221 214 254 / 0.3); +} +.placeholder-violet-200\/40::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.4); +} +.placeholder-violet-200\/40::-moz-placeholder{ + color: rgb(221 214 254 / 0.4); +} +.placeholder-violet-200\/40:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.4); +} +.placeholder-violet-200\/40::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.4); +} +.placeholder-violet-200\/40::placeholder{ + color: rgb(221 214 254 / 0.4); +} +.placeholder-violet-200\/50::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.5); +} +.placeholder-violet-200\/50::-moz-placeholder{ + color: rgb(221 214 254 / 0.5); +} +.placeholder-violet-200\/50:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.5); +} +.placeholder-violet-200\/50::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.5); +} +.placeholder-violet-200\/50::placeholder{ + color: rgb(221 214 254 / 0.5); +} +.placeholder-violet-200\/60::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.6); +} +.placeholder-violet-200\/60::-moz-placeholder{ + color: rgb(221 214 254 / 0.6); +} +.placeholder-violet-200\/60:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.6); +} +.placeholder-violet-200\/60::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.6); +} +.placeholder-violet-200\/60::placeholder{ + color: rgb(221 214 254 / 0.6); +} +.placeholder-violet-200\/70::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.7); +} +.placeholder-violet-200\/70::-moz-placeholder{ + color: rgb(221 214 254 / 0.7); +} +.placeholder-violet-200\/70:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.7); +} +.placeholder-violet-200\/70::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.7); +} +.placeholder-violet-200\/70::placeholder{ + color: rgb(221 214 254 / 0.7); +} +.placeholder-violet-200\/75::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.75); +} +.placeholder-violet-200\/75::-moz-placeholder{ + color: rgb(221 214 254 / 0.75); +} +.placeholder-violet-200\/75:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.75); +} +.placeholder-violet-200\/75::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.75); +} +.placeholder-violet-200\/75::placeholder{ + color: rgb(221 214 254 / 0.75); +} +.placeholder-violet-200\/80::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.8); +} +.placeholder-violet-200\/80::-moz-placeholder{ + color: rgb(221 214 254 / 0.8); +} +.placeholder-violet-200\/80:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.8); +} +.placeholder-violet-200\/80::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.8); +} +.placeholder-violet-200\/80::placeholder{ + color: rgb(221 214 254 / 0.8); +} +.placeholder-violet-200\/90::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.9); +} +.placeholder-violet-200\/90::-moz-placeholder{ + color: rgb(221 214 254 / 0.9); +} +.placeholder-violet-200\/90:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.9); +} +.placeholder-violet-200\/90::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.9); +} +.placeholder-violet-200\/90::placeholder{ + color: rgb(221 214 254 / 0.9); +} +.placeholder-violet-200\/95::-webkit-input-placeholder{ + color: rgb(221 214 254 / 0.95); +} +.placeholder-violet-200\/95::-moz-placeholder{ + color: rgb(221 214 254 / 0.95); +} +.placeholder-violet-200\/95:-ms-input-placeholder{ + color: rgb(221 214 254 / 0.95); +} +.placeholder-violet-200\/95::-ms-input-placeholder{ + color: rgb(221 214 254 / 0.95); +} +.placeholder-violet-200\/95::placeholder{ + color: rgb(221 214 254 / 0.95); +} +.placeholder-violet-200\/100::-webkit-input-placeholder{ + color: rgb(221 214 254 / 1); +} +.placeholder-violet-200\/100::-moz-placeholder{ + color: rgb(221 214 254 / 1); +} +.placeholder-violet-200\/100:-ms-input-placeholder{ + color: rgb(221 214 254 / 1); +} +.placeholder-violet-200\/100::-ms-input-placeholder{ + color: rgb(221 214 254 / 1); +} +.placeholder-violet-200\/100::placeholder{ + color: rgb(221 214 254 / 1); +} +.placeholder-violet-300\/0::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0); +} +.placeholder-violet-300\/0::-moz-placeholder{ + color: rgb(196 181 253 / 0); +} +.placeholder-violet-300\/0:-ms-input-placeholder{ + color: rgb(196 181 253 / 0); +} +.placeholder-violet-300\/0::-ms-input-placeholder{ + color: rgb(196 181 253 / 0); +} +.placeholder-violet-300\/0::placeholder{ + color: rgb(196 181 253 / 0); +} +.placeholder-violet-300\/5::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.05); +} +.placeholder-violet-300\/5::-moz-placeholder{ + color: rgb(196 181 253 / 0.05); +} +.placeholder-violet-300\/5:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.05); +} +.placeholder-violet-300\/5::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.05); +} +.placeholder-violet-300\/5::placeholder{ + color: rgb(196 181 253 / 0.05); +} +.placeholder-violet-300\/10::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.1); +} +.placeholder-violet-300\/10::-moz-placeholder{ + color: rgb(196 181 253 / 0.1); +} +.placeholder-violet-300\/10:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.1); +} +.placeholder-violet-300\/10::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.1); +} +.placeholder-violet-300\/10::placeholder{ + color: rgb(196 181 253 / 0.1); +} +.placeholder-violet-300\/20::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.2); +} +.placeholder-violet-300\/20::-moz-placeholder{ + color: rgb(196 181 253 / 0.2); +} +.placeholder-violet-300\/20:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.2); +} +.placeholder-violet-300\/20::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.2); +} +.placeholder-violet-300\/20::placeholder{ + color: rgb(196 181 253 / 0.2); +} +.placeholder-violet-300\/25::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.25); +} +.placeholder-violet-300\/25::-moz-placeholder{ + color: rgb(196 181 253 / 0.25); +} +.placeholder-violet-300\/25:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.25); +} +.placeholder-violet-300\/25::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.25); +} +.placeholder-violet-300\/25::placeholder{ + color: rgb(196 181 253 / 0.25); +} +.placeholder-violet-300\/30::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.3); +} +.placeholder-violet-300\/30::-moz-placeholder{ + color: rgb(196 181 253 / 0.3); +} +.placeholder-violet-300\/30:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.3); +} +.placeholder-violet-300\/30::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.3); +} +.placeholder-violet-300\/30::placeholder{ + color: rgb(196 181 253 / 0.3); +} +.placeholder-violet-300\/40::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.4); +} +.placeholder-violet-300\/40::-moz-placeholder{ + color: rgb(196 181 253 / 0.4); +} +.placeholder-violet-300\/40:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.4); +} +.placeholder-violet-300\/40::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.4); +} +.placeholder-violet-300\/40::placeholder{ + color: rgb(196 181 253 / 0.4); +} +.placeholder-violet-300\/50::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.5); +} +.placeholder-violet-300\/50::-moz-placeholder{ + color: rgb(196 181 253 / 0.5); +} +.placeholder-violet-300\/50:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.5); +} +.placeholder-violet-300\/50::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.5); +} +.placeholder-violet-300\/50::placeholder{ + color: rgb(196 181 253 / 0.5); +} +.placeholder-violet-300\/60::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.6); +} +.placeholder-violet-300\/60::-moz-placeholder{ + color: rgb(196 181 253 / 0.6); +} +.placeholder-violet-300\/60:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.6); +} +.placeholder-violet-300\/60::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.6); +} +.placeholder-violet-300\/60::placeholder{ + color: rgb(196 181 253 / 0.6); +} +.placeholder-violet-300\/70::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.7); +} +.placeholder-violet-300\/70::-moz-placeholder{ + color: rgb(196 181 253 / 0.7); +} +.placeholder-violet-300\/70:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.7); +} +.placeholder-violet-300\/70::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.7); +} +.placeholder-violet-300\/70::placeholder{ + color: rgb(196 181 253 / 0.7); +} +.placeholder-violet-300\/75::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.75); +} +.placeholder-violet-300\/75::-moz-placeholder{ + color: rgb(196 181 253 / 0.75); +} +.placeholder-violet-300\/75:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.75); +} +.placeholder-violet-300\/75::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.75); +} +.placeholder-violet-300\/75::placeholder{ + color: rgb(196 181 253 / 0.75); +} +.placeholder-violet-300\/80::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.8); +} +.placeholder-violet-300\/80::-moz-placeholder{ + color: rgb(196 181 253 / 0.8); +} +.placeholder-violet-300\/80:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.8); +} +.placeholder-violet-300\/80::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.8); +} +.placeholder-violet-300\/80::placeholder{ + color: rgb(196 181 253 / 0.8); +} +.placeholder-violet-300\/90::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.9); +} +.placeholder-violet-300\/90::-moz-placeholder{ + color: rgb(196 181 253 / 0.9); +} +.placeholder-violet-300\/90:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.9); +} +.placeholder-violet-300\/90::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.9); +} +.placeholder-violet-300\/90::placeholder{ + color: rgb(196 181 253 / 0.9); +} +.placeholder-violet-300\/95::-webkit-input-placeholder{ + color: rgb(196 181 253 / 0.95); +} +.placeholder-violet-300\/95::-moz-placeholder{ + color: rgb(196 181 253 / 0.95); +} +.placeholder-violet-300\/95:-ms-input-placeholder{ + color: rgb(196 181 253 / 0.95); +} +.placeholder-violet-300\/95::-ms-input-placeholder{ + color: rgb(196 181 253 / 0.95); +} +.placeholder-violet-300\/95::placeholder{ + color: rgb(196 181 253 / 0.95); +} +.placeholder-violet-300\/100::-webkit-input-placeholder{ + color: rgb(196 181 253 / 1); +} +.placeholder-violet-300\/100::-moz-placeholder{ + color: rgb(196 181 253 / 1); +} +.placeholder-violet-300\/100:-ms-input-placeholder{ + color: rgb(196 181 253 / 1); +} +.placeholder-violet-300\/100::-ms-input-placeholder{ + color: rgb(196 181 253 / 1); +} +.placeholder-violet-300\/100::placeholder{ + color: rgb(196 181 253 / 1); +} +.placeholder-violet-400\/0::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0); +} +.placeholder-violet-400\/0::-moz-placeholder{ + color: rgb(167 139 250 / 0); +} +.placeholder-violet-400\/0:-ms-input-placeholder{ + color: rgb(167 139 250 / 0); +} +.placeholder-violet-400\/0::-ms-input-placeholder{ + color: rgb(167 139 250 / 0); +} +.placeholder-violet-400\/0::placeholder{ + color: rgb(167 139 250 / 0); +} +.placeholder-violet-400\/5::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.05); +} +.placeholder-violet-400\/5::-moz-placeholder{ + color: rgb(167 139 250 / 0.05); +} +.placeholder-violet-400\/5:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.05); +} +.placeholder-violet-400\/5::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.05); +} +.placeholder-violet-400\/5::placeholder{ + color: rgb(167 139 250 / 0.05); +} +.placeholder-violet-400\/10::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.1); +} +.placeholder-violet-400\/10::-moz-placeholder{ + color: rgb(167 139 250 / 0.1); +} +.placeholder-violet-400\/10:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.1); +} +.placeholder-violet-400\/10::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.1); +} +.placeholder-violet-400\/10::placeholder{ + color: rgb(167 139 250 / 0.1); +} +.placeholder-violet-400\/20::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.2); +} +.placeholder-violet-400\/20::-moz-placeholder{ + color: rgb(167 139 250 / 0.2); +} +.placeholder-violet-400\/20:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.2); +} +.placeholder-violet-400\/20::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.2); +} +.placeholder-violet-400\/20::placeholder{ + color: rgb(167 139 250 / 0.2); +} +.placeholder-violet-400\/25::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.25); +} +.placeholder-violet-400\/25::-moz-placeholder{ + color: rgb(167 139 250 / 0.25); +} +.placeholder-violet-400\/25:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.25); +} +.placeholder-violet-400\/25::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.25); +} +.placeholder-violet-400\/25::placeholder{ + color: rgb(167 139 250 / 0.25); +} +.placeholder-violet-400\/30::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.3); +} +.placeholder-violet-400\/30::-moz-placeholder{ + color: rgb(167 139 250 / 0.3); +} +.placeholder-violet-400\/30:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.3); +} +.placeholder-violet-400\/30::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.3); +} +.placeholder-violet-400\/30::placeholder{ + color: rgb(167 139 250 / 0.3); +} +.placeholder-violet-400\/40::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.4); +} +.placeholder-violet-400\/40::-moz-placeholder{ + color: rgb(167 139 250 / 0.4); +} +.placeholder-violet-400\/40:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.4); +} +.placeholder-violet-400\/40::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.4); +} +.placeholder-violet-400\/40::placeholder{ + color: rgb(167 139 250 / 0.4); +} +.placeholder-violet-400\/50::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.5); +} +.placeholder-violet-400\/50::-moz-placeholder{ + color: rgb(167 139 250 / 0.5); +} +.placeholder-violet-400\/50:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.5); +} +.placeholder-violet-400\/50::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.5); +} +.placeholder-violet-400\/50::placeholder{ + color: rgb(167 139 250 / 0.5); +} +.placeholder-violet-400\/60::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.6); +} +.placeholder-violet-400\/60::-moz-placeholder{ + color: rgb(167 139 250 / 0.6); +} +.placeholder-violet-400\/60:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.6); +} +.placeholder-violet-400\/60::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.6); +} +.placeholder-violet-400\/60::placeholder{ + color: rgb(167 139 250 / 0.6); +} +.placeholder-violet-400\/70::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.7); +} +.placeholder-violet-400\/70::-moz-placeholder{ + color: rgb(167 139 250 / 0.7); +} +.placeholder-violet-400\/70:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.7); +} +.placeholder-violet-400\/70::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.7); +} +.placeholder-violet-400\/70::placeholder{ + color: rgb(167 139 250 / 0.7); +} +.placeholder-violet-400\/75::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.75); +} +.placeholder-violet-400\/75::-moz-placeholder{ + color: rgb(167 139 250 / 0.75); +} +.placeholder-violet-400\/75:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.75); +} +.placeholder-violet-400\/75::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.75); +} +.placeholder-violet-400\/75::placeholder{ + color: rgb(167 139 250 / 0.75); +} +.placeholder-violet-400\/80::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.8); +} +.placeholder-violet-400\/80::-moz-placeholder{ + color: rgb(167 139 250 / 0.8); +} +.placeholder-violet-400\/80:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.8); +} +.placeholder-violet-400\/80::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.8); +} +.placeholder-violet-400\/80::placeholder{ + color: rgb(167 139 250 / 0.8); +} +.placeholder-violet-400\/90::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.9); +} +.placeholder-violet-400\/90::-moz-placeholder{ + color: rgb(167 139 250 / 0.9); +} +.placeholder-violet-400\/90:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.9); +} +.placeholder-violet-400\/90::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.9); +} +.placeholder-violet-400\/90::placeholder{ + color: rgb(167 139 250 / 0.9); +} +.placeholder-violet-400\/95::-webkit-input-placeholder{ + color: rgb(167 139 250 / 0.95); +} +.placeholder-violet-400\/95::-moz-placeholder{ + color: rgb(167 139 250 / 0.95); +} +.placeholder-violet-400\/95:-ms-input-placeholder{ + color: rgb(167 139 250 / 0.95); +} +.placeholder-violet-400\/95::-ms-input-placeholder{ + color: rgb(167 139 250 / 0.95); +} +.placeholder-violet-400\/95::placeholder{ + color: rgb(167 139 250 / 0.95); +} +.placeholder-violet-400\/100::-webkit-input-placeholder{ + color: rgb(167 139 250 / 1); +} +.placeholder-violet-400\/100::-moz-placeholder{ + color: rgb(167 139 250 / 1); +} +.placeholder-violet-400\/100:-ms-input-placeholder{ + color: rgb(167 139 250 / 1); +} +.placeholder-violet-400\/100::-ms-input-placeholder{ + color: rgb(167 139 250 / 1); +} +.placeholder-violet-400\/100::placeholder{ + color: rgb(167 139 250 / 1); +} +.placeholder-violet-500\/0::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0); +} +.placeholder-violet-500\/0::-moz-placeholder{ + color: rgb(139 92 246 / 0); +} +.placeholder-violet-500\/0:-ms-input-placeholder{ + color: rgb(139 92 246 / 0); +} +.placeholder-violet-500\/0::-ms-input-placeholder{ + color: rgb(139 92 246 / 0); +} +.placeholder-violet-500\/0::placeholder{ + color: rgb(139 92 246 / 0); +} +.placeholder-violet-500\/5::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.05); +} +.placeholder-violet-500\/5::-moz-placeholder{ + color: rgb(139 92 246 / 0.05); +} +.placeholder-violet-500\/5:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.05); +} +.placeholder-violet-500\/5::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.05); +} +.placeholder-violet-500\/5::placeholder{ + color: rgb(139 92 246 / 0.05); +} +.placeholder-violet-500\/10::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.1); +} +.placeholder-violet-500\/10::-moz-placeholder{ + color: rgb(139 92 246 / 0.1); +} +.placeholder-violet-500\/10:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.1); +} +.placeholder-violet-500\/10::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.1); +} +.placeholder-violet-500\/10::placeholder{ + color: rgb(139 92 246 / 0.1); +} +.placeholder-violet-500\/20::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.2); +} +.placeholder-violet-500\/20::-moz-placeholder{ + color: rgb(139 92 246 / 0.2); +} +.placeholder-violet-500\/20:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.2); +} +.placeholder-violet-500\/20::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.2); +} +.placeholder-violet-500\/20::placeholder{ + color: rgb(139 92 246 / 0.2); +} +.placeholder-violet-500\/25::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.25); +} +.placeholder-violet-500\/25::-moz-placeholder{ + color: rgb(139 92 246 / 0.25); +} +.placeholder-violet-500\/25:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.25); +} +.placeholder-violet-500\/25::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.25); +} +.placeholder-violet-500\/25::placeholder{ + color: rgb(139 92 246 / 0.25); +} +.placeholder-violet-500\/30::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.3); +} +.placeholder-violet-500\/30::-moz-placeholder{ + color: rgb(139 92 246 / 0.3); +} +.placeholder-violet-500\/30:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.3); +} +.placeholder-violet-500\/30::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.3); +} +.placeholder-violet-500\/30::placeholder{ + color: rgb(139 92 246 / 0.3); +} +.placeholder-violet-500\/40::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.4); +} +.placeholder-violet-500\/40::-moz-placeholder{ + color: rgb(139 92 246 / 0.4); +} +.placeholder-violet-500\/40:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.4); +} +.placeholder-violet-500\/40::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.4); +} +.placeholder-violet-500\/40::placeholder{ + color: rgb(139 92 246 / 0.4); +} +.placeholder-violet-500\/50::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.5); +} +.placeholder-violet-500\/50::-moz-placeholder{ + color: rgb(139 92 246 / 0.5); +} +.placeholder-violet-500\/50:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.5); +} +.placeholder-violet-500\/50::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.5); +} +.placeholder-violet-500\/50::placeholder{ + color: rgb(139 92 246 / 0.5); +} +.placeholder-violet-500\/60::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.6); +} +.placeholder-violet-500\/60::-moz-placeholder{ + color: rgb(139 92 246 / 0.6); +} +.placeholder-violet-500\/60:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.6); +} +.placeholder-violet-500\/60::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.6); +} +.placeholder-violet-500\/60::placeholder{ + color: rgb(139 92 246 / 0.6); +} +.placeholder-violet-500\/70::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.7); +} +.placeholder-violet-500\/70::-moz-placeholder{ + color: rgb(139 92 246 / 0.7); +} +.placeholder-violet-500\/70:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.7); +} +.placeholder-violet-500\/70::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.7); +} +.placeholder-violet-500\/70::placeholder{ + color: rgb(139 92 246 / 0.7); +} +.placeholder-violet-500\/75::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.75); +} +.placeholder-violet-500\/75::-moz-placeholder{ + color: rgb(139 92 246 / 0.75); +} +.placeholder-violet-500\/75:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.75); +} +.placeholder-violet-500\/75::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.75); +} +.placeholder-violet-500\/75::placeholder{ + color: rgb(139 92 246 / 0.75); +} +.placeholder-violet-500\/80::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.8); +} +.placeholder-violet-500\/80::-moz-placeholder{ + color: rgb(139 92 246 / 0.8); +} +.placeholder-violet-500\/80:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.8); +} +.placeholder-violet-500\/80::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.8); +} +.placeholder-violet-500\/80::placeholder{ + color: rgb(139 92 246 / 0.8); +} +.placeholder-violet-500\/90::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.9); +} +.placeholder-violet-500\/90::-moz-placeholder{ + color: rgb(139 92 246 / 0.9); +} +.placeholder-violet-500\/90:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.9); +} +.placeholder-violet-500\/90::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.9); +} +.placeholder-violet-500\/90::placeholder{ + color: rgb(139 92 246 / 0.9); +} +.placeholder-violet-500\/95::-webkit-input-placeholder{ + color: rgb(139 92 246 / 0.95); +} +.placeholder-violet-500\/95::-moz-placeholder{ + color: rgb(139 92 246 / 0.95); +} +.placeholder-violet-500\/95:-ms-input-placeholder{ + color: rgb(139 92 246 / 0.95); +} +.placeholder-violet-500\/95::-ms-input-placeholder{ + color: rgb(139 92 246 / 0.95); +} +.placeholder-violet-500\/95::placeholder{ + color: rgb(139 92 246 / 0.95); +} +.placeholder-violet-500\/100::-webkit-input-placeholder{ + color: rgb(139 92 246 / 1); +} +.placeholder-violet-500\/100::-moz-placeholder{ + color: rgb(139 92 246 / 1); +} +.placeholder-violet-500\/100:-ms-input-placeholder{ + color: rgb(139 92 246 / 1); +} +.placeholder-violet-500\/100::-ms-input-placeholder{ + color: rgb(139 92 246 / 1); +} +.placeholder-violet-500\/100::placeholder{ + color: rgb(139 92 246 / 1); +} +.placeholder-violet-600\/0::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0); +} +.placeholder-violet-600\/0::-moz-placeholder{ + color: rgb(124 58 237 / 0); +} +.placeholder-violet-600\/0:-ms-input-placeholder{ + color: rgb(124 58 237 / 0); +} +.placeholder-violet-600\/0::-ms-input-placeholder{ + color: rgb(124 58 237 / 0); +} +.placeholder-violet-600\/0::placeholder{ + color: rgb(124 58 237 / 0); +} +.placeholder-violet-600\/5::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.05); +} +.placeholder-violet-600\/5::-moz-placeholder{ + color: rgb(124 58 237 / 0.05); +} +.placeholder-violet-600\/5:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.05); +} +.placeholder-violet-600\/5::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.05); +} +.placeholder-violet-600\/5::placeholder{ + color: rgb(124 58 237 / 0.05); +} +.placeholder-violet-600\/10::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.1); +} +.placeholder-violet-600\/10::-moz-placeholder{ + color: rgb(124 58 237 / 0.1); +} +.placeholder-violet-600\/10:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.1); +} +.placeholder-violet-600\/10::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.1); +} +.placeholder-violet-600\/10::placeholder{ + color: rgb(124 58 237 / 0.1); +} +.placeholder-violet-600\/20::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.2); +} +.placeholder-violet-600\/20::-moz-placeholder{ + color: rgb(124 58 237 / 0.2); +} +.placeholder-violet-600\/20:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.2); +} +.placeholder-violet-600\/20::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.2); +} +.placeholder-violet-600\/20::placeholder{ + color: rgb(124 58 237 / 0.2); +} +.placeholder-violet-600\/25::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.25); +} +.placeholder-violet-600\/25::-moz-placeholder{ + color: rgb(124 58 237 / 0.25); +} +.placeholder-violet-600\/25:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.25); +} +.placeholder-violet-600\/25::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.25); +} +.placeholder-violet-600\/25::placeholder{ + color: rgb(124 58 237 / 0.25); +} +.placeholder-violet-600\/30::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.3); +} +.placeholder-violet-600\/30::-moz-placeholder{ + color: rgb(124 58 237 / 0.3); +} +.placeholder-violet-600\/30:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.3); +} +.placeholder-violet-600\/30::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.3); +} +.placeholder-violet-600\/30::placeholder{ + color: rgb(124 58 237 / 0.3); +} +.placeholder-violet-600\/40::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.4); +} +.placeholder-violet-600\/40::-moz-placeholder{ + color: rgb(124 58 237 / 0.4); +} +.placeholder-violet-600\/40:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.4); +} +.placeholder-violet-600\/40::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.4); +} +.placeholder-violet-600\/40::placeholder{ + color: rgb(124 58 237 / 0.4); +} +.placeholder-violet-600\/50::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.5); +} +.placeholder-violet-600\/50::-moz-placeholder{ + color: rgb(124 58 237 / 0.5); +} +.placeholder-violet-600\/50:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.5); +} +.placeholder-violet-600\/50::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.5); +} +.placeholder-violet-600\/50::placeholder{ + color: rgb(124 58 237 / 0.5); +} +.placeholder-violet-600\/60::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.6); +} +.placeholder-violet-600\/60::-moz-placeholder{ + color: rgb(124 58 237 / 0.6); +} +.placeholder-violet-600\/60:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.6); +} +.placeholder-violet-600\/60::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.6); +} +.placeholder-violet-600\/60::placeholder{ + color: rgb(124 58 237 / 0.6); +} +.placeholder-violet-600\/70::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.7); +} +.placeholder-violet-600\/70::-moz-placeholder{ + color: rgb(124 58 237 / 0.7); +} +.placeholder-violet-600\/70:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.7); +} +.placeholder-violet-600\/70::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.7); +} +.placeholder-violet-600\/70::placeholder{ + color: rgb(124 58 237 / 0.7); +} +.placeholder-violet-600\/75::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.75); +} +.placeholder-violet-600\/75::-moz-placeholder{ + color: rgb(124 58 237 / 0.75); +} +.placeholder-violet-600\/75:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.75); +} +.placeholder-violet-600\/75::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.75); +} +.placeholder-violet-600\/75::placeholder{ + color: rgb(124 58 237 / 0.75); +} +.placeholder-violet-600\/80::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.8); +} +.placeholder-violet-600\/80::-moz-placeholder{ + color: rgb(124 58 237 / 0.8); +} +.placeholder-violet-600\/80:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.8); +} +.placeholder-violet-600\/80::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.8); +} +.placeholder-violet-600\/80::placeholder{ + color: rgb(124 58 237 / 0.8); +} +.placeholder-violet-600\/90::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.9); +} +.placeholder-violet-600\/90::-moz-placeholder{ + color: rgb(124 58 237 / 0.9); +} +.placeholder-violet-600\/90:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.9); +} +.placeholder-violet-600\/90::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.9); +} +.placeholder-violet-600\/90::placeholder{ + color: rgb(124 58 237 / 0.9); +} +.placeholder-violet-600\/95::-webkit-input-placeholder{ + color: rgb(124 58 237 / 0.95); +} +.placeholder-violet-600\/95::-moz-placeholder{ + color: rgb(124 58 237 / 0.95); +} +.placeholder-violet-600\/95:-ms-input-placeholder{ + color: rgb(124 58 237 / 0.95); +} +.placeholder-violet-600\/95::-ms-input-placeholder{ + color: rgb(124 58 237 / 0.95); +} +.placeholder-violet-600\/95::placeholder{ + color: rgb(124 58 237 / 0.95); +} +.placeholder-violet-600\/100::-webkit-input-placeholder{ + color: rgb(124 58 237 / 1); +} +.placeholder-violet-600\/100::-moz-placeholder{ + color: rgb(124 58 237 / 1); +} +.placeholder-violet-600\/100:-ms-input-placeholder{ + color: rgb(124 58 237 / 1); +} +.placeholder-violet-600\/100::-ms-input-placeholder{ + color: rgb(124 58 237 / 1); +} +.placeholder-violet-600\/100::placeholder{ + color: rgb(124 58 237 / 1); +} +.placeholder-violet-700\/0::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0); +} +.placeholder-violet-700\/0::-moz-placeholder{ + color: rgb(109 40 217 / 0); +} +.placeholder-violet-700\/0:-ms-input-placeholder{ + color: rgb(109 40 217 / 0); +} +.placeholder-violet-700\/0::-ms-input-placeholder{ + color: rgb(109 40 217 / 0); +} +.placeholder-violet-700\/0::placeholder{ + color: rgb(109 40 217 / 0); +} +.placeholder-violet-700\/5::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.05); +} +.placeholder-violet-700\/5::-moz-placeholder{ + color: rgb(109 40 217 / 0.05); +} +.placeholder-violet-700\/5:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.05); +} +.placeholder-violet-700\/5::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.05); +} +.placeholder-violet-700\/5::placeholder{ + color: rgb(109 40 217 / 0.05); +} +.placeholder-violet-700\/10::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.1); +} +.placeholder-violet-700\/10::-moz-placeholder{ + color: rgb(109 40 217 / 0.1); +} +.placeholder-violet-700\/10:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.1); +} +.placeholder-violet-700\/10::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.1); +} +.placeholder-violet-700\/10::placeholder{ + color: rgb(109 40 217 / 0.1); +} +.placeholder-violet-700\/20::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.2); +} +.placeholder-violet-700\/20::-moz-placeholder{ + color: rgb(109 40 217 / 0.2); +} +.placeholder-violet-700\/20:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.2); +} +.placeholder-violet-700\/20::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.2); +} +.placeholder-violet-700\/20::placeholder{ + color: rgb(109 40 217 / 0.2); +} +.placeholder-violet-700\/25::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.25); +} +.placeholder-violet-700\/25::-moz-placeholder{ + color: rgb(109 40 217 / 0.25); +} +.placeholder-violet-700\/25:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.25); +} +.placeholder-violet-700\/25::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.25); +} +.placeholder-violet-700\/25::placeholder{ + color: rgb(109 40 217 / 0.25); +} +.placeholder-violet-700\/30::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.3); +} +.placeholder-violet-700\/30::-moz-placeholder{ + color: rgb(109 40 217 / 0.3); +} +.placeholder-violet-700\/30:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.3); +} +.placeholder-violet-700\/30::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.3); +} +.placeholder-violet-700\/30::placeholder{ + color: rgb(109 40 217 / 0.3); +} +.placeholder-violet-700\/40::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.4); +} +.placeholder-violet-700\/40::-moz-placeholder{ + color: rgb(109 40 217 / 0.4); +} +.placeholder-violet-700\/40:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.4); +} +.placeholder-violet-700\/40::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.4); +} +.placeholder-violet-700\/40::placeholder{ + color: rgb(109 40 217 / 0.4); +} +.placeholder-violet-700\/50::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.5); +} +.placeholder-violet-700\/50::-moz-placeholder{ + color: rgb(109 40 217 / 0.5); +} +.placeholder-violet-700\/50:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.5); +} +.placeholder-violet-700\/50::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.5); +} +.placeholder-violet-700\/50::placeholder{ + color: rgb(109 40 217 / 0.5); +} +.placeholder-violet-700\/60::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.6); +} +.placeholder-violet-700\/60::-moz-placeholder{ + color: rgb(109 40 217 / 0.6); +} +.placeholder-violet-700\/60:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.6); +} +.placeholder-violet-700\/60::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.6); +} +.placeholder-violet-700\/60::placeholder{ + color: rgb(109 40 217 / 0.6); +} +.placeholder-violet-700\/70::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.7); +} +.placeholder-violet-700\/70::-moz-placeholder{ + color: rgb(109 40 217 / 0.7); +} +.placeholder-violet-700\/70:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.7); +} +.placeholder-violet-700\/70::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.7); +} +.placeholder-violet-700\/70::placeholder{ + color: rgb(109 40 217 / 0.7); +} +.placeholder-violet-700\/75::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.75); +} +.placeholder-violet-700\/75::-moz-placeholder{ + color: rgb(109 40 217 / 0.75); +} +.placeholder-violet-700\/75:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.75); +} +.placeholder-violet-700\/75::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.75); +} +.placeholder-violet-700\/75::placeholder{ + color: rgb(109 40 217 / 0.75); +} +.placeholder-violet-700\/80::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.8); +} +.placeholder-violet-700\/80::-moz-placeholder{ + color: rgb(109 40 217 / 0.8); +} +.placeholder-violet-700\/80:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.8); +} +.placeholder-violet-700\/80::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.8); +} +.placeholder-violet-700\/80::placeholder{ + color: rgb(109 40 217 / 0.8); +} +.placeholder-violet-700\/90::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.9); +} +.placeholder-violet-700\/90::-moz-placeholder{ + color: rgb(109 40 217 / 0.9); +} +.placeholder-violet-700\/90:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.9); +} +.placeholder-violet-700\/90::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.9); +} +.placeholder-violet-700\/90::placeholder{ + color: rgb(109 40 217 / 0.9); +} +.placeholder-violet-700\/95::-webkit-input-placeholder{ + color: rgb(109 40 217 / 0.95); +} +.placeholder-violet-700\/95::-moz-placeholder{ + color: rgb(109 40 217 / 0.95); +} +.placeholder-violet-700\/95:-ms-input-placeholder{ + color: rgb(109 40 217 / 0.95); +} +.placeholder-violet-700\/95::-ms-input-placeholder{ + color: rgb(109 40 217 / 0.95); +} +.placeholder-violet-700\/95::placeholder{ + color: rgb(109 40 217 / 0.95); +} +.placeholder-violet-700\/100::-webkit-input-placeholder{ + color: rgb(109 40 217 / 1); +} +.placeholder-violet-700\/100::-moz-placeholder{ + color: rgb(109 40 217 / 1); +} +.placeholder-violet-700\/100:-ms-input-placeholder{ + color: rgb(109 40 217 / 1); +} +.placeholder-violet-700\/100::-ms-input-placeholder{ + color: rgb(109 40 217 / 1); +} +.placeholder-violet-700\/100::placeholder{ + color: rgb(109 40 217 / 1); +} +.placeholder-violet-800\/0::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0); +} +.placeholder-violet-800\/0::-moz-placeholder{ + color: rgb(91 33 182 / 0); +} +.placeholder-violet-800\/0:-ms-input-placeholder{ + color: rgb(91 33 182 / 0); +} +.placeholder-violet-800\/0::-ms-input-placeholder{ + color: rgb(91 33 182 / 0); +} +.placeholder-violet-800\/0::placeholder{ + color: rgb(91 33 182 / 0); +} +.placeholder-violet-800\/5::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.05); +} +.placeholder-violet-800\/5::-moz-placeholder{ + color: rgb(91 33 182 / 0.05); +} +.placeholder-violet-800\/5:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.05); +} +.placeholder-violet-800\/5::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.05); +} +.placeholder-violet-800\/5::placeholder{ + color: rgb(91 33 182 / 0.05); +} +.placeholder-violet-800\/10::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.1); +} +.placeholder-violet-800\/10::-moz-placeholder{ + color: rgb(91 33 182 / 0.1); +} +.placeholder-violet-800\/10:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.1); +} +.placeholder-violet-800\/10::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.1); +} +.placeholder-violet-800\/10::placeholder{ + color: rgb(91 33 182 / 0.1); +} +.placeholder-violet-800\/20::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.2); +} +.placeholder-violet-800\/20::-moz-placeholder{ + color: rgb(91 33 182 / 0.2); +} +.placeholder-violet-800\/20:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.2); +} +.placeholder-violet-800\/20::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.2); +} +.placeholder-violet-800\/20::placeholder{ + color: rgb(91 33 182 / 0.2); +} +.placeholder-violet-800\/25::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.25); +} +.placeholder-violet-800\/25::-moz-placeholder{ + color: rgb(91 33 182 / 0.25); +} +.placeholder-violet-800\/25:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.25); +} +.placeholder-violet-800\/25::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.25); +} +.placeholder-violet-800\/25::placeholder{ + color: rgb(91 33 182 / 0.25); +} +.placeholder-violet-800\/30::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.3); +} +.placeholder-violet-800\/30::-moz-placeholder{ + color: rgb(91 33 182 / 0.3); +} +.placeholder-violet-800\/30:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.3); +} +.placeholder-violet-800\/30::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.3); +} +.placeholder-violet-800\/30::placeholder{ + color: rgb(91 33 182 / 0.3); +} +.placeholder-violet-800\/40::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.4); +} +.placeholder-violet-800\/40::-moz-placeholder{ + color: rgb(91 33 182 / 0.4); +} +.placeholder-violet-800\/40:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.4); +} +.placeholder-violet-800\/40::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.4); +} +.placeholder-violet-800\/40::placeholder{ + color: rgb(91 33 182 / 0.4); +} +.placeholder-violet-800\/50::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.5); +} +.placeholder-violet-800\/50::-moz-placeholder{ + color: rgb(91 33 182 / 0.5); +} +.placeholder-violet-800\/50:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.5); +} +.placeholder-violet-800\/50::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.5); +} +.placeholder-violet-800\/50::placeholder{ + color: rgb(91 33 182 / 0.5); +} +.placeholder-violet-800\/60::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.6); +} +.placeholder-violet-800\/60::-moz-placeholder{ + color: rgb(91 33 182 / 0.6); +} +.placeholder-violet-800\/60:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.6); +} +.placeholder-violet-800\/60::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.6); +} +.placeholder-violet-800\/60::placeholder{ + color: rgb(91 33 182 / 0.6); +} +.placeholder-violet-800\/70::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.7); +} +.placeholder-violet-800\/70::-moz-placeholder{ + color: rgb(91 33 182 / 0.7); +} +.placeholder-violet-800\/70:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.7); +} +.placeholder-violet-800\/70::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.7); +} +.placeholder-violet-800\/70::placeholder{ + color: rgb(91 33 182 / 0.7); +} +.placeholder-violet-800\/75::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.75); +} +.placeholder-violet-800\/75::-moz-placeholder{ + color: rgb(91 33 182 / 0.75); +} +.placeholder-violet-800\/75:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.75); +} +.placeholder-violet-800\/75::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.75); +} +.placeholder-violet-800\/75::placeholder{ + color: rgb(91 33 182 / 0.75); +} +.placeholder-violet-800\/80::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.8); +} +.placeholder-violet-800\/80::-moz-placeholder{ + color: rgb(91 33 182 / 0.8); +} +.placeholder-violet-800\/80:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.8); +} +.placeholder-violet-800\/80::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.8); +} +.placeholder-violet-800\/80::placeholder{ + color: rgb(91 33 182 / 0.8); +} +.placeholder-violet-800\/90::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.9); +} +.placeholder-violet-800\/90::-moz-placeholder{ + color: rgb(91 33 182 / 0.9); +} +.placeholder-violet-800\/90:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.9); +} +.placeholder-violet-800\/90::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.9); +} +.placeholder-violet-800\/90::placeholder{ + color: rgb(91 33 182 / 0.9); +} +.placeholder-violet-800\/95::-webkit-input-placeholder{ + color: rgb(91 33 182 / 0.95); +} +.placeholder-violet-800\/95::-moz-placeholder{ + color: rgb(91 33 182 / 0.95); +} +.placeholder-violet-800\/95:-ms-input-placeholder{ + color: rgb(91 33 182 / 0.95); +} +.placeholder-violet-800\/95::-ms-input-placeholder{ + color: rgb(91 33 182 / 0.95); +} +.placeholder-violet-800\/95::placeholder{ + color: rgb(91 33 182 / 0.95); +} +.placeholder-violet-800\/100::-webkit-input-placeholder{ + color: rgb(91 33 182 / 1); +} +.placeholder-violet-800\/100::-moz-placeholder{ + color: rgb(91 33 182 / 1); +} +.placeholder-violet-800\/100:-ms-input-placeholder{ + color: rgb(91 33 182 / 1); +} +.placeholder-violet-800\/100::-ms-input-placeholder{ + color: rgb(91 33 182 / 1); +} +.placeholder-violet-800\/100::placeholder{ + color: rgb(91 33 182 / 1); +} +.placeholder-violet-900\/0::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0); +} +.placeholder-violet-900\/0::-moz-placeholder{ + color: rgb(76 29 149 / 0); +} +.placeholder-violet-900\/0:-ms-input-placeholder{ + color: rgb(76 29 149 / 0); +} +.placeholder-violet-900\/0::-ms-input-placeholder{ + color: rgb(76 29 149 / 0); +} +.placeholder-violet-900\/0::placeholder{ + color: rgb(76 29 149 / 0); +} +.placeholder-violet-900\/5::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.05); +} +.placeholder-violet-900\/5::-moz-placeholder{ + color: rgb(76 29 149 / 0.05); +} +.placeholder-violet-900\/5:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.05); +} +.placeholder-violet-900\/5::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.05); +} +.placeholder-violet-900\/5::placeholder{ + color: rgb(76 29 149 / 0.05); +} +.placeholder-violet-900\/10::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.1); +} +.placeholder-violet-900\/10::-moz-placeholder{ + color: rgb(76 29 149 / 0.1); +} +.placeholder-violet-900\/10:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.1); +} +.placeholder-violet-900\/10::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.1); +} +.placeholder-violet-900\/10::placeholder{ + color: rgb(76 29 149 / 0.1); +} +.placeholder-violet-900\/20::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.2); +} +.placeholder-violet-900\/20::-moz-placeholder{ + color: rgb(76 29 149 / 0.2); +} +.placeholder-violet-900\/20:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.2); +} +.placeholder-violet-900\/20::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.2); +} +.placeholder-violet-900\/20::placeholder{ + color: rgb(76 29 149 / 0.2); +} +.placeholder-violet-900\/25::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.25); +} +.placeholder-violet-900\/25::-moz-placeholder{ + color: rgb(76 29 149 / 0.25); +} +.placeholder-violet-900\/25:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.25); +} +.placeholder-violet-900\/25::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.25); +} +.placeholder-violet-900\/25::placeholder{ + color: rgb(76 29 149 / 0.25); +} +.placeholder-violet-900\/30::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.3); +} +.placeholder-violet-900\/30::-moz-placeholder{ + color: rgb(76 29 149 / 0.3); +} +.placeholder-violet-900\/30:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.3); +} +.placeholder-violet-900\/30::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.3); +} +.placeholder-violet-900\/30::placeholder{ + color: rgb(76 29 149 / 0.3); +} +.placeholder-violet-900\/40::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.4); +} +.placeholder-violet-900\/40::-moz-placeholder{ + color: rgb(76 29 149 / 0.4); +} +.placeholder-violet-900\/40:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.4); +} +.placeholder-violet-900\/40::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.4); +} +.placeholder-violet-900\/40::placeholder{ + color: rgb(76 29 149 / 0.4); +} +.placeholder-violet-900\/50::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.5); +} +.placeholder-violet-900\/50::-moz-placeholder{ + color: rgb(76 29 149 / 0.5); +} +.placeholder-violet-900\/50:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.5); +} +.placeholder-violet-900\/50::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.5); +} +.placeholder-violet-900\/50::placeholder{ + color: rgb(76 29 149 / 0.5); +} +.placeholder-violet-900\/60::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.6); +} +.placeholder-violet-900\/60::-moz-placeholder{ + color: rgb(76 29 149 / 0.6); +} +.placeholder-violet-900\/60:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.6); +} +.placeholder-violet-900\/60::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.6); +} +.placeholder-violet-900\/60::placeholder{ + color: rgb(76 29 149 / 0.6); +} +.placeholder-violet-900\/70::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.7); +} +.placeholder-violet-900\/70::-moz-placeholder{ + color: rgb(76 29 149 / 0.7); +} +.placeholder-violet-900\/70:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.7); +} +.placeholder-violet-900\/70::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.7); +} +.placeholder-violet-900\/70::placeholder{ + color: rgb(76 29 149 / 0.7); +} +.placeholder-violet-900\/75::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.75); +} +.placeholder-violet-900\/75::-moz-placeholder{ + color: rgb(76 29 149 / 0.75); +} +.placeholder-violet-900\/75:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.75); +} +.placeholder-violet-900\/75::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.75); +} +.placeholder-violet-900\/75::placeholder{ + color: rgb(76 29 149 / 0.75); +} +.placeholder-violet-900\/80::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.8); +} +.placeholder-violet-900\/80::-moz-placeholder{ + color: rgb(76 29 149 / 0.8); +} +.placeholder-violet-900\/80:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.8); +} +.placeholder-violet-900\/80::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.8); +} +.placeholder-violet-900\/80::placeholder{ + color: rgb(76 29 149 / 0.8); +} +.placeholder-violet-900\/90::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.9); +} +.placeholder-violet-900\/90::-moz-placeholder{ + color: rgb(76 29 149 / 0.9); +} +.placeholder-violet-900\/90:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.9); +} +.placeholder-violet-900\/90::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.9); +} +.placeholder-violet-900\/90::placeholder{ + color: rgb(76 29 149 / 0.9); +} +.placeholder-violet-900\/95::-webkit-input-placeholder{ + color: rgb(76 29 149 / 0.95); +} +.placeholder-violet-900\/95::-moz-placeholder{ + color: rgb(76 29 149 / 0.95); +} +.placeholder-violet-900\/95:-ms-input-placeholder{ + color: rgb(76 29 149 / 0.95); +} +.placeholder-violet-900\/95::-ms-input-placeholder{ + color: rgb(76 29 149 / 0.95); +} +.placeholder-violet-900\/95::placeholder{ + color: rgb(76 29 149 / 0.95); +} +.placeholder-violet-900\/100::-webkit-input-placeholder{ + color: rgb(76 29 149 / 1); +} +.placeholder-violet-900\/100::-moz-placeholder{ + color: rgb(76 29 149 / 1); +} +.placeholder-violet-900\/100:-ms-input-placeholder{ + color: rgb(76 29 149 / 1); +} +.placeholder-violet-900\/100::-ms-input-placeholder{ + color: rgb(76 29 149 / 1); +} +.placeholder-violet-900\/100::placeholder{ + color: rgb(76 29 149 / 1); +} +.placeholder-purple-50\/0::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0); +} +.placeholder-purple-50\/0::-moz-placeholder{ + color: rgb(247 247 249 / 0); +} +.placeholder-purple-50\/0:-ms-input-placeholder{ + color: rgb(247 247 249 / 0); +} +.placeholder-purple-50\/0::-ms-input-placeholder{ + color: rgb(247 247 249 / 0); +} +.placeholder-purple-50\/0::placeholder{ + color: rgb(247 247 249 / 0); +} +.placeholder-purple-50\/5::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.05); +} +.placeholder-purple-50\/5::-moz-placeholder{ + color: rgb(247 247 249 / 0.05); +} +.placeholder-purple-50\/5:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.05); +} +.placeholder-purple-50\/5::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.05); +} +.placeholder-purple-50\/5::placeholder{ + color: rgb(247 247 249 / 0.05); +} +.placeholder-purple-50\/10::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.1); +} +.placeholder-purple-50\/10::-moz-placeholder{ + color: rgb(247 247 249 / 0.1); +} +.placeholder-purple-50\/10:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.1); +} +.placeholder-purple-50\/10::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.1); +} +.placeholder-purple-50\/10::placeholder{ + color: rgb(247 247 249 / 0.1); +} +.placeholder-purple-50\/20::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.2); +} +.placeholder-purple-50\/20::-moz-placeholder{ + color: rgb(247 247 249 / 0.2); +} +.placeholder-purple-50\/20:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.2); +} +.placeholder-purple-50\/20::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.2); +} +.placeholder-purple-50\/20::placeholder{ + color: rgb(247 247 249 / 0.2); +} +.placeholder-purple-50\/25::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.25); +} +.placeholder-purple-50\/25::-moz-placeholder{ + color: rgb(247 247 249 / 0.25); +} +.placeholder-purple-50\/25:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.25); +} +.placeholder-purple-50\/25::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.25); +} +.placeholder-purple-50\/25::placeholder{ + color: rgb(247 247 249 / 0.25); +} +.placeholder-purple-50\/30::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.3); +} +.placeholder-purple-50\/30::-moz-placeholder{ + color: rgb(247 247 249 / 0.3); +} +.placeholder-purple-50\/30:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.3); +} +.placeholder-purple-50\/30::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.3); +} +.placeholder-purple-50\/30::placeholder{ + color: rgb(247 247 249 / 0.3); +} +.placeholder-purple-50\/40::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.4); +} +.placeholder-purple-50\/40::-moz-placeholder{ + color: rgb(247 247 249 / 0.4); +} +.placeholder-purple-50\/40:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.4); +} +.placeholder-purple-50\/40::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.4); +} +.placeholder-purple-50\/40::placeholder{ + color: rgb(247 247 249 / 0.4); +} +.placeholder-purple-50\/50::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.5); +} +.placeholder-purple-50\/50::-moz-placeholder{ + color: rgb(247 247 249 / 0.5); +} +.placeholder-purple-50\/50:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.5); +} +.placeholder-purple-50\/50::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.5); +} +.placeholder-purple-50\/50::placeholder{ + color: rgb(247 247 249 / 0.5); +} +.placeholder-purple-50\/60::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.6); +} +.placeholder-purple-50\/60::-moz-placeholder{ + color: rgb(247 247 249 / 0.6); +} +.placeholder-purple-50\/60:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.6); +} +.placeholder-purple-50\/60::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.6); +} +.placeholder-purple-50\/60::placeholder{ + color: rgb(247 247 249 / 0.6); +} +.placeholder-purple-50\/70::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.7); +} +.placeholder-purple-50\/70::-moz-placeholder{ + color: rgb(247 247 249 / 0.7); +} +.placeholder-purple-50\/70:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.7); +} +.placeholder-purple-50\/70::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.7); +} +.placeholder-purple-50\/70::placeholder{ + color: rgb(247 247 249 / 0.7); +} +.placeholder-purple-50\/75::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.75); +} +.placeholder-purple-50\/75::-moz-placeholder{ + color: rgb(247 247 249 / 0.75); +} +.placeholder-purple-50\/75:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.75); +} +.placeholder-purple-50\/75::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.75); +} +.placeholder-purple-50\/75::placeholder{ + color: rgb(247 247 249 / 0.75); +} +.placeholder-purple-50\/80::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.8); +} +.placeholder-purple-50\/80::-moz-placeholder{ + color: rgb(247 247 249 / 0.8); +} +.placeholder-purple-50\/80:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.8); +} +.placeholder-purple-50\/80::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.8); +} +.placeholder-purple-50\/80::placeholder{ + color: rgb(247 247 249 / 0.8); +} +.placeholder-purple-50\/90::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.9); +} +.placeholder-purple-50\/90::-moz-placeholder{ + color: rgb(247 247 249 / 0.9); +} +.placeholder-purple-50\/90:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.9); +} +.placeholder-purple-50\/90::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.9); +} +.placeholder-purple-50\/90::placeholder{ + color: rgb(247 247 249 / 0.9); +} +.placeholder-purple-50\/95::-webkit-input-placeholder{ + color: rgb(247 247 249 / 0.95); +} +.placeholder-purple-50\/95::-moz-placeholder{ + color: rgb(247 247 249 / 0.95); +} +.placeholder-purple-50\/95:-ms-input-placeholder{ + color: rgb(247 247 249 / 0.95); +} +.placeholder-purple-50\/95::-ms-input-placeholder{ + color: rgb(247 247 249 / 0.95); +} +.placeholder-purple-50\/95::placeholder{ + color: rgb(247 247 249 / 0.95); +} +.placeholder-purple-50\/100::-webkit-input-placeholder{ + color: rgb(247 247 249 / 1); +} +.placeholder-purple-50\/100::-moz-placeholder{ + color: rgb(247 247 249 / 1); +} +.placeholder-purple-50\/100:-ms-input-placeholder{ + color: rgb(247 247 249 / 1); +} +.placeholder-purple-50\/100::-ms-input-placeholder{ + color: rgb(247 247 249 / 1); +} +.placeholder-purple-50\/100::placeholder{ + color: rgb(247 247 249 / 1); +} +.placeholder-purple-100\/0::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0); +} +.placeholder-purple-100\/0::-moz-placeholder{ + color: rgb(238 238 243 / 0); +} +.placeholder-purple-100\/0:-ms-input-placeholder{ + color: rgb(238 238 243 / 0); +} +.placeholder-purple-100\/0::-ms-input-placeholder{ + color: rgb(238 238 243 / 0); +} +.placeholder-purple-100\/0::placeholder{ + color: rgb(238 238 243 / 0); +} +.placeholder-purple-100\/5::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.05); +} +.placeholder-purple-100\/5::-moz-placeholder{ + color: rgb(238 238 243 / 0.05); +} +.placeholder-purple-100\/5:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.05); +} +.placeholder-purple-100\/5::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.05); +} +.placeholder-purple-100\/5::placeholder{ + color: rgb(238 238 243 / 0.05); +} +.placeholder-purple-100\/10::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.1); +} +.placeholder-purple-100\/10::-moz-placeholder{ + color: rgb(238 238 243 / 0.1); +} +.placeholder-purple-100\/10:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.1); +} +.placeholder-purple-100\/10::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.1); +} +.placeholder-purple-100\/10::placeholder{ + color: rgb(238 238 243 / 0.1); +} +.placeholder-purple-100\/20::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.2); +} +.placeholder-purple-100\/20::-moz-placeholder{ + color: rgb(238 238 243 / 0.2); +} +.placeholder-purple-100\/20:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.2); +} +.placeholder-purple-100\/20::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.2); +} +.placeholder-purple-100\/20::placeholder{ + color: rgb(238 238 243 / 0.2); +} +.placeholder-purple-100\/25::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.25); +} +.placeholder-purple-100\/25::-moz-placeholder{ + color: rgb(238 238 243 / 0.25); +} +.placeholder-purple-100\/25:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.25); +} +.placeholder-purple-100\/25::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.25); +} +.placeholder-purple-100\/25::placeholder{ + color: rgb(238 238 243 / 0.25); +} +.placeholder-purple-100\/30::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.3); +} +.placeholder-purple-100\/30::-moz-placeholder{ + color: rgb(238 238 243 / 0.3); +} +.placeholder-purple-100\/30:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.3); +} +.placeholder-purple-100\/30::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.3); +} +.placeholder-purple-100\/30::placeholder{ + color: rgb(238 238 243 / 0.3); +} +.placeholder-purple-100\/40::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.4); +} +.placeholder-purple-100\/40::-moz-placeholder{ + color: rgb(238 238 243 / 0.4); +} +.placeholder-purple-100\/40:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.4); +} +.placeholder-purple-100\/40::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.4); +} +.placeholder-purple-100\/40::placeholder{ + color: rgb(238 238 243 / 0.4); +} +.placeholder-purple-100\/50::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.5); +} +.placeholder-purple-100\/50::-moz-placeholder{ + color: rgb(238 238 243 / 0.5); +} +.placeholder-purple-100\/50:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.5); +} +.placeholder-purple-100\/50::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.5); +} +.placeholder-purple-100\/50::placeholder{ + color: rgb(238 238 243 / 0.5); +} +.placeholder-purple-100\/60::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.6); +} +.placeholder-purple-100\/60::-moz-placeholder{ + color: rgb(238 238 243 / 0.6); +} +.placeholder-purple-100\/60:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.6); +} +.placeholder-purple-100\/60::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.6); +} +.placeholder-purple-100\/60::placeholder{ + color: rgb(238 238 243 / 0.6); +} +.placeholder-purple-100\/70::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.7); +} +.placeholder-purple-100\/70::-moz-placeholder{ + color: rgb(238 238 243 / 0.7); +} +.placeholder-purple-100\/70:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.7); +} +.placeholder-purple-100\/70::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.7); +} +.placeholder-purple-100\/70::placeholder{ + color: rgb(238 238 243 / 0.7); +} +.placeholder-purple-100\/75::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.75); +} +.placeholder-purple-100\/75::-moz-placeholder{ + color: rgb(238 238 243 / 0.75); +} +.placeholder-purple-100\/75:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.75); +} +.placeholder-purple-100\/75::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.75); +} +.placeholder-purple-100\/75::placeholder{ + color: rgb(238 238 243 / 0.75); +} +.placeholder-purple-100\/80::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.8); +} +.placeholder-purple-100\/80::-moz-placeholder{ + color: rgb(238 238 243 / 0.8); +} +.placeholder-purple-100\/80:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.8); +} +.placeholder-purple-100\/80::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.8); +} +.placeholder-purple-100\/80::placeholder{ + color: rgb(238 238 243 / 0.8); +} +.placeholder-purple-100\/90::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.9); +} +.placeholder-purple-100\/90::-moz-placeholder{ + color: rgb(238 238 243 / 0.9); +} +.placeholder-purple-100\/90:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.9); +} +.placeholder-purple-100\/90::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.9); +} +.placeholder-purple-100\/90::placeholder{ + color: rgb(238 238 243 / 0.9); +} +.placeholder-purple-100\/95::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.95); +} +.placeholder-purple-100\/95::-moz-placeholder{ + color: rgb(238 238 243 / 0.95); +} +.placeholder-purple-100\/95:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.95); +} +.placeholder-purple-100\/95::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.95); +} +.placeholder-purple-100\/95::placeholder{ + color: rgb(238 238 243 / 0.95); +} +.placeholder-purple-100\/100::-webkit-input-placeholder{ + color: rgb(238 238 243 / 1); +} +.placeholder-purple-100\/100::-moz-placeholder{ + color: rgb(238 238 243 / 1); +} +.placeholder-purple-100\/100:-ms-input-placeholder{ + color: rgb(238 238 243 / 1); +} +.placeholder-purple-100\/100::-ms-input-placeholder{ + color: rgb(238 238 243 / 1); +} +.placeholder-purple-100\/100::placeholder{ + color: rgb(238 238 243 / 1); +} +.placeholder-purple-200\/0::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0); +} +.placeholder-purple-200\/0::-moz-placeholder{ + color: rgb(213 213 226 / 0); +} +.placeholder-purple-200\/0:-ms-input-placeholder{ + color: rgb(213 213 226 / 0); +} +.placeholder-purple-200\/0::-ms-input-placeholder{ + color: rgb(213 213 226 / 0); +} +.placeholder-purple-200\/0::placeholder{ + color: rgb(213 213 226 / 0); +} +.placeholder-purple-200\/5::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.05); +} +.placeholder-purple-200\/5::-moz-placeholder{ + color: rgb(213 213 226 / 0.05); +} +.placeholder-purple-200\/5:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.05); +} +.placeholder-purple-200\/5::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.05); +} +.placeholder-purple-200\/5::placeholder{ + color: rgb(213 213 226 / 0.05); +} +.placeholder-purple-200\/10::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.1); +} +.placeholder-purple-200\/10::-moz-placeholder{ + color: rgb(213 213 226 / 0.1); +} +.placeholder-purple-200\/10:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.1); +} +.placeholder-purple-200\/10::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.1); +} +.placeholder-purple-200\/10::placeholder{ + color: rgb(213 213 226 / 0.1); +} +.placeholder-purple-200\/20::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.2); +} +.placeholder-purple-200\/20::-moz-placeholder{ + color: rgb(213 213 226 / 0.2); +} +.placeholder-purple-200\/20:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.2); +} +.placeholder-purple-200\/20::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.2); +} +.placeholder-purple-200\/20::placeholder{ + color: rgb(213 213 226 / 0.2); +} +.placeholder-purple-200\/25::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.25); +} +.placeholder-purple-200\/25::-moz-placeholder{ + color: rgb(213 213 226 / 0.25); +} +.placeholder-purple-200\/25:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.25); +} +.placeholder-purple-200\/25::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.25); +} +.placeholder-purple-200\/25::placeholder{ + color: rgb(213 213 226 / 0.25); +} +.placeholder-purple-200\/30::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.3); +} +.placeholder-purple-200\/30::-moz-placeholder{ + color: rgb(213 213 226 / 0.3); +} +.placeholder-purple-200\/30:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.3); +} +.placeholder-purple-200\/30::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.3); +} +.placeholder-purple-200\/30::placeholder{ + color: rgb(213 213 226 / 0.3); +} +.placeholder-purple-200\/40::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.4); +} +.placeholder-purple-200\/40::-moz-placeholder{ + color: rgb(213 213 226 / 0.4); +} +.placeholder-purple-200\/40:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.4); +} +.placeholder-purple-200\/40::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.4); +} +.placeholder-purple-200\/40::placeholder{ + color: rgb(213 213 226 / 0.4); +} +.placeholder-purple-200\/50::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.5); +} +.placeholder-purple-200\/50::-moz-placeholder{ + color: rgb(213 213 226 / 0.5); +} +.placeholder-purple-200\/50:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.5); +} +.placeholder-purple-200\/50::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.5); +} +.placeholder-purple-200\/50::placeholder{ + color: rgb(213 213 226 / 0.5); +} +.placeholder-purple-200\/60::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.6); +} +.placeholder-purple-200\/60::-moz-placeholder{ + color: rgb(213 213 226 / 0.6); +} +.placeholder-purple-200\/60:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.6); +} +.placeholder-purple-200\/60::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.6); +} +.placeholder-purple-200\/60::placeholder{ + color: rgb(213 213 226 / 0.6); +} +.placeholder-purple-200\/70::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.7); +} +.placeholder-purple-200\/70::-moz-placeholder{ + color: rgb(213 213 226 / 0.7); +} +.placeholder-purple-200\/70:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.7); +} +.placeholder-purple-200\/70::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.7); +} +.placeholder-purple-200\/70::placeholder{ + color: rgb(213 213 226 / 0.7); +} +.placeholder-purple-200\/75::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.75); +} +.placeholder-purple-200\/75::-moz-placeholder{ + color: rgb(213 213 226 / 0.75); +} +.placeholder-purple-200\/75:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.75); +} +.placeholder-purple-200\/75::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.75); +} +.placeholder-purple-200\/75::placeholder{ + color: rgb(213 213 226 / 0.75); +} +.placeholder-purple-200\/80::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.8); +} +.placeholder-purple-200\/80::-moz-placeholder{ + color: rgb(213 213 226 / 0.8); +} +.placeholder-purple-200\/80:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.8); +} +.placeholder-purple-200\/80::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.8); +} +.placeholder-purple-200\/80::placeholder{ + color: rgb(213 213 226 / 0.8); +} +.placeholder-purple-200\/90::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.9); +} +.placeholder-purple-200\/90::-moz-placeholder{ + color: rgb(213 213 226 / 0.9); +} +.placeholder-purple-200\/90:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.9); +} +.placeholder-purple-200\/90::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.9); +} +.placeholder-purple-200\/90::placeholder{ + color: rgb(213 213 226 / 0.9); +} +.placeholder-purple-200\/95::-webkit-input-placeholder{ + color: rgb(213 213 226 / 0.95); +} +.placeholder-purple-200\/95::-moz-placeholder{ + color: rgb(213 213 226 / 0.95); +} +.placeholder-purple-200\/95:-ms-input-placeholder{ + color: rgb(213 213 226 / 0.95); +} +.placeholder-purple-200\/95::-ms-input-placeholder{ + color: rgb(213 213 226 / 0.95); +} +.placeholder-purple-200\/95::placeholder{ + color: rgb(213 213 226 / 0.95); +} +.placeholder-purple-200\/100::-webkit-input-placeholder{ + color: rgb(213 213 226 / 1); +} +.placeholder-purple-200\/100::-moz-placeholder{ + color: rgb(213 213 226 / 1); +} +.placeholder-purple-200\/100:-ms-input-placeholder{ + color: rgb(213 213 226 / 1); +} +.placeholder-purple-200\/100::-ms-input-placeholder{ + color: rgb(213 213 226 / 1); +} +.placeholder-purple-200\/100::placeholder{ + color: rgb(213 213 226 / 1); +} +.placeholder-purple-300\/0::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0); +} +.placeholder-purple-300\/0::-moz-placeholder{ + color: rgb(187 188 209 / 0); +} +.placeholder-purple-300\/0:-ms-input-placeholder{ + color: rgb(187 188 209 / 0); +} +.placeholder-purple-300\/0::-ms-input-placeholder{ + color: rgb(187 188 209 / 0); +} +.placeholder-purple-300\/0::placeholder{ + color: rgb(187 188 209 / 0); +} +.placeholder-purple-300\/5::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.05); +} +.placeholder-purple-300\/5::-moz-placeholder{ + color: rgb(187 188 209 / 0.05); +} +.placeholder-purple-300\/5:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.05); +} +.placeholder-purple-300\/5::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.05); +} +.placeholder-purple-300\/5::placeholder{ + color: rgb(187 188 209 / 0.05); +} +.placeholder-purple-300\/10::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.1); +} +.placeholder-purple-300\/10::-moz-placeholder{ + color: rgb(187 188 209 / 0.1); +} +.placeholder-purple-300\/10:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.1); +} +.placeholder-purple-300\/10::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.1); +} +.placeholder-purple-300\/10::placeholder{ + color: rgb(187 188 209 / 0.1); +} +.placeholder-purple-300\/20::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.2); +} +.placeholder-purple-300\/20::-moz-placeholder{ + color: rgb(187 188 209 / 0.2); +} +.placeholder-purple-300\/20:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.2); +} +.placeholder-purple-300\/20::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.2); +} +.placeholder-purple-300\/20::placeholder{ + color: rgb(187 188 209 / 0.2); +} +.placeholder-purple-300\/25::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.25); +} +.placeholder-purple-300\/25::-moz-placeholder{ + color: rgb(187 188 209 / 0.25); +} +.placeholder-purple-300\/25:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.25); +} +.placeholder-purple-300\/25::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.25); +} +.placeholder-purple-300\/25::placeholder{ + color: rgb(187 188 209 / 0.25); +} +.placeholder-purple-300\/30::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.3); +} +.placeholder-purple-300\/30::-moz-placeholder{ + color: rgb(187 188 209 / 0.3); +} +.placeholder-purple-300\/30:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.3); +} +.placeholder-purple-300\/30::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.3); +} +.placeholder-purple-300\/30::placeholder{ + color: rgb(187 188 209 / 0.3); +} +.placeholder-purple-300\/40::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.4); +} +.placeholder-purple-300\/40::-moz-placeholder{ + color: rgb(187 188 209 / 0.4); +} +.placeholder-purple-300\/40:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.4); +} +.placeholder-purple-300\/40::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.4); +} +.placeholder-purple-300\/40::placeholder{ + color: rgb(187 188 209 / 0.4); +} +.placeholder-purple-300\/50::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.5); +} +.placeholder-purple-300\/50::-moz-placeholder{ + color: rgb(187 188 209 / 0.5); +} +.placeholder-purple-300\/50:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.5); +} +.placeholder-purple-300\/50::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.5); +} +.placeholder-purple-300\/50::placeholder{ + color: rgb(187 188 209 / 0.5); +} +.placeholder-purple-300\/60::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.6); +} +.placeholder-purple-300\/60::-moz-placeholder{ + color: rgb(187 188 209 / 0.6); +} +.placeholder-purple-300\/60:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.6); +} +.placeholder-purple-300\/60::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.6); +} +.placeholder-purple-300\/60::placeholder{ + color: rgb(187 188 209 / 0.6); +} +.placeholder-purple-300\/70::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.7); +} +.placeholder-purple-300\/70::-moz-placeholder{ + color: rgb(187 188 209 / 0.7); +} +.placeholder-purple-300\/70:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.7); +} +.placeholder-purple-300\/70::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.7); +} +.placeholder-purple-300\/70::placeholder{ + color: rgb(187 188 209 / 0.7); +} +.placeholder-purple-300\/75::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.75); +} +.placeholder-purple-300\/75::-moz-placeholder{ + color: rgb(187 188 209 / 0.75); +} +.placeholder-purple-300\/75:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.75); +} +.placeholder-purple-300\/75::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.75); +} +.placeholder-purple-300\/75::placeholder{ + color: rgb(187 188 209 / 0.75); +} +.placeholder-purple-300\/80::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.8); +} +.placeholder-purple-300\/80::-moz-placeholder{ + color: rgb(187 188 209 / 0.8); +} +.placeholder-purple-300\/80:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.8); +} +.placeholder-purple-300\/80::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.8); +} +.placeholder-purple-300\/80::placeholder{ + color: rgb(187 188 209 / 0.8); +} +.placeholder-purple-300\/90::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.9); +} +.placeholder-purple-300\/90::-moz-placeholder{ + color: rgb(187 188 209 / 0.9); +} +.placeholder-purple-300\/90:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.9); +} +.placeholder-purple-300\/90::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.9); +} +.placeholder-purple-300\/90::placeholder{ + color: rgb(187 188 209 / 0.9); +} +.placeholder-purple-300\/95::-webkit-input-placeholder{ + color: rgb(187 188 209 / 0.95); +} +.placeholder-purple-300\/95::-moz-placeholder{ + color: rgb(187 188 209 / 0.95); +} +.placeholder-purple-300\/95:-ms-input-placeholder{ + color: rgb(187 188 209 / 0.95); +} +.placeholder-purple-300\/95::-ms-input-placeholder{ + color: rgb(187 188 209 / 0.95); +} +.placeholder-purple-300\/95::placeholder{ + color: rgb(187 188 209 / 0.95); +} +.placeholder-purple-300\/100::-webkit-input-placeholder{ + color: rgb(187 188 209 / 1); +} +.placeholder-purple-300\/100::-moz-placeholder{ + color: rgb(187 188 209 / 1); +} +.placeholder-purple-300\/100:-ms-input-placeholder{ + color: rgb(187 188 209 / 1); +} +.placeholder-purple-300\/100::-ms-input-placeholder{ + color: rgb(187 188 209 / 1); +} +.placeholder-purple-300\/100::placeholder{ + color: rgb(187 188 209 / 1); +} +.placeholder-purple-400\/0::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0); +} +.placeholder-purple-400\/0::-moz-placeholder{ + color: rgb(136 138 174 / 0); +} +.placeholder-purple-400\/0:-ms-input-placeholder{ + color: rgb(136 138 174 / 0); +} +.placeholder-purple-400\/0::-ms-input-placeholder{ + color: rgb(136 138 174 / 0); +} +.placeholder-purple-400\/0::placeholder{ + color: rgb(136 138 174 / 0); +} +.placeholder-purple-400\/5::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.05); +} +.placeholder-purple-400\/5::-moz-placeholder{ + color: rgb(136 138 174 / 0.05); +} +.placeholder-purple-400\/5:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.05); +} +.placeholder-purple-400\/5::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.05); +} +.placeholder-purple-400\/5::placeholder{ + color: rgb(136 138 174 / 0.05); +} +.placeholder-purple-400\/10::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.1); +} +.placeholder-purple-400\/10::-moz-placeholder{ + color: rgb(136 138 174 / 0.1); +} +.placeholder-purple-400\/10:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.1); +} +.placeholder-purple-400\/10::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.1); +} +.placeholder-purple-400\/10::placeholder{ + color: rgb(136 138 174 / 0.1); +} +.placeholder-purple-400\/20::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.2); +} +.placeholder-purple-400\/20::-moz-placeholder{ + color: rgb(136 138 174 / 0.2); +} +.placeholder-purple-400\/20:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.2); +} +.placeholder-purple-400\/20::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.2); +} +.placeholder-purple-400\/20::placeholder{ + color: rgb(136 138 174 / 0.2); +} +.placeholder-purple-400\/25::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.25); +} +.placeholder-purple-400\/25::-moz-placeholder{ + color: rgb(136 138 174 / 0.25); +} +.placeholder-purple-400\/25:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.25); +} +.placeholder-purple-400\/25::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.25); +} +.placeholder-purple-400\/25::placeholder{ + color: rgb(136 138 174 / 0.25); +} +.placeholder-purple-400\/30::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.3); +} +.placeholder-purple-400\/30::-moz-placeholder{ + color: rgb(136 138 174 / 0.3); +} +.placeholder-purple-400\/30:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.3); +} +.placeholder-purple-400\/30::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.3); +} +.placeholder-purple-400\/30::placeholder{ + color: rgb(136 138 174 / 0.3); +} +.placeholder-purple-400\/40::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.4); +} +.placeholder-purple-400\/40::-moz-placeholder{ + color: rgb(136 138 174 / 0.4); +} +.placeholder-purple-400\/40:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.4); +} +.placeholder-purple-400\/40::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.4); +} +.placeholder-purple-400\/40::placeholder{ + color: rgb(136 138 174 / 0.4); +} +.placeholder-purple-400\/50::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.5); +} +.placeholder-purple-400\/50::-moz-placeholder{ + color: rgb(136 138 174 / 0.5); +} +.placeholder-purple-400\/50:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.5); +} +.placeholder-purple-400\/50::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.5); +} +.placeholder-purple-400\/50::placeholder{ + color: rgb(136 138 174 / 0.5); +} +.placeholder-purple-400\/60::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.6); +} +.placeholder-purple-400\/60::-moz-placeholder{ + color: rgb(136 138 174 / 0.6); +} +.placeholder-purple-400\/60:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.6); +} +.placeholder-purple-400\/60::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.6); +} +.placeholder-purple-400\/60::placeholder{ + color: rgb(136 138 174 / 0.6); +} +.placeholder-purple-400\/70::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.7); +} +.placeholder-purple-400\/70::-moz-placeholder{ + color: rgb(136 138 174 / 0.7); +} +.placeholder-purple-400\/70:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.7); +} +.placeholder-purple-400\/70::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.7); +} +.placeholder-purple-400\/70::placeholder{ + color: rgb(136 138 174 / 0.7); +} +.placeholder-purple-400\/75::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.75); +} +.placeholder-purple-400\/75::-moz-placeholder{ + color: rgb(136 138 174 / 0.75); +} +.placeholder-purple-400\/75:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.75); +} +.placeholder-purple-400\/75::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.75); +} +.placeholder-purple-400\/75::placeholder{ + color: rgb(136 138 174 / 0.75); +} +.placeholder-purple-400\/80::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.8); +} +.placeholder-purple-400\/80::-moz-placeholder{ + color: rgb(136 138 174 / 0.8); +} +.placeholder-purple-400\/80:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.8); +} +.placeholder-purple-400\/80::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.8); +} +.placeholder-purple-400\/80::placeholder{ + color: rgb(136 138 174 / 0.8); +} +.placeholder-purple-400\/90::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.9); +} +.placeholder-purple-400\/90::-moz-placeholder{ + color: rgb(136 138 174 / 0.9); +} +.placeholder-purple-400\/90:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.9); +} +.placeholder-purple-400\/90::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.9); +} +.placeholder-purple-400\/90::placeholder{ + color: rgb(136 138 174 / 0.9); +} +.placeholder-purple-400\/95::-webkit-input-placeholder{ + color: rgb(136 138 174 / 0.95); +} +.placeholder-purple-400\/95::-moz-placeholder{ + color: rgb(136 138 174 / 0.95); +} +.placeholder-purple-400\/95:-ms-input-placeholder{ + color: rgb(136 138 174 / 0.95); +} +.placeholder-purple-400\/95::-ms-input-placeholder{ + color: rgb(136 138 174 / 0.95); +} +.placeholder-purple-400\/95::placeholder{ + color: rgb(136 138 174 / 0.95); +} +.placeholder-purple-400\/100::-webkit-input-placeholder{ + color: rgb(136 138 174 / 1); +} +.placeholder-purple-400\/100::-moz-placeholder{ + color: rgb(136 138 174 / 1); +} +.placeholder-purple-400\/100:-ms-input-placeholder{ + color: rgb(136 138 174 / 1); +} +.placeholder-purple-400\/100::-ms-input-placeholder{ + color: rgb(136 138 174 / 1); +} +.placeholder-purple-400\/100::placeholder{ + color: rgb(136 138 174 / 1); +} +.placeholder-purple-500\/0::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0); +} +.placeholder-purple-500\/0::-moz-placeholder{ + color: rgb(85 88 139 / 0); +} +.placeholder-purple-500\/0:-ms-input-placeholder{ + color: rgb(85 88 139 / 0); +} +.placeholder-purple-500\/0::-ms-input-placeholder{ + color: rgb(85 88 139 / 0); +} +.placeholder-purple-500\/0::placeholder{ + color: rgb(85 88 139 / 0); +} +.placeholder-purple-500\/5::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.05); +} +.placeholder-purple-500\/5::-moz-placeholder{ + color: rgb(85 88 139 / 0.05); +} +.placeholder-purple-500\/5:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.05); +} +.placeholder-purple-500\/5::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.05); +} +.placeholder-purple-500\/5::placeholder{ + color: rgb(85 88 139 / 0.05); +} +.placeholder-purple-500\/10::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.1); +} +.placeholder-purple-500\/10::-moz-placeholder{ + color: rgb(85 88 139 / 0.1); +} +.placeholder-purple-500\/10:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.1); +} +.placeholder-purple-500\/10::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.1); +} +.placeholder-purple-500\/10::placeholder{ + color: rgb(85 88 139 / 0.1); +} +.placeholder-purple-500\/20::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.2); +} +.placeholder-purple-500\/20::-moz-placeholder{ + color: rgb(85 88 139 / 0.2); +} +.placeholder-purple-500\/20:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.2); +} +.placeholder-purple-500\/20::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.2); +} +.placeholder-purple-500\/20::placeholder{ + color: rgb(85 88 139 / 0.2); +} +.placeholder-purple-500\/25::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.25); +} +.placeholder-purple-500\/25::-moz-placeholder{ + color: rgb(85 88 139 / 0.25); +} +.placeholder-purple-500\/25:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.25); +} +.placeholder-purple-500\/25::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.25); +} +.placeholder-purple-500\/25::placeholder{ + color: rgb(85 88 139 / 0.25); +} +.placeholder-purple-500\/30::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.3); +} +.placeholder-purple-500\/30::-moz-placeholder{ + color: rgb(85 88 139 / 0.3); +} +.placeholder-purple-500\/30:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.3); +} +.placeholder-purple-500\/30::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.3); +} +.placeholder-purple-500\/30::placeholder{ + color: rgb(85 88 139 / 0.3); +} +.placeholder-purple-500\/40::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.4); +} +.placeholder-purple-500\/40::-moz-placeholder{ + color: rgb(85 88 139 / 0.4); +} +.placeholder-purple-500\/40:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.4); +} +.placeholder-purple-500\/40::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.4); +} +.placeholder-purple-500\/40::placeholder{ + color: rgb(85 88 139 / 0.4); +} +.placeholder-purple-500\/50::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.5); +} +.placeholder-purple-500\/50::-moz-placeholder{ + color: rgb(85 88 139 / 0.5); +} +.placeholder-purple-500\/50:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.5); +} +.placeholder-purple-500\/50::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.5); +} +.placeholder-purple-500\/50::placeholder{ + color: rgb(85 88 139 / 0.5); +} +.placeholder-purple-500\/60::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.6); +} +.placeholder-purple-500\/60::-moz-placeholder{ + color: rgb(85 88 139 / 0.6); +} +.placeholder-purple-500\/60:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.6); +} +.placeholder-purple-500\/60::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.6); +} +.placeholder-purple-500\/60::placeholder{ + color: rgb(85 88 139 / 0.6); +} +.placeholder-purple-500\/70::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.7); +} +.placeholder-purple-500\/70::-moz-placeholder{ + color: rgb(85 88 139 / 0.7); +} +.placeholder-purple-500\/70:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.7); +} +.placeholder-purple-500\/70::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.7); +} +.placeholder-purple-500\/70::placeholder{ + color: rgb(85 88 139 / 0.7); +} +.placeholder-purple-500\/75::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.75); +} +.placeholder-purple-500\/75::-moz-placeholder{ + color: rgb(85 88 139 / 0.75); +} +.placeholder-purple-500\/75:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.75); +} +.placeholder-purple-500\/75::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.75); +} +.placeholder-purple-500\/75::placeholder{ + color: rgb(85 88 139 / 0.75); +} +.placeholder-purple-500\/80::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.8); +} +.placeholder-purple-500\/80::-moz-placeholder{ + color: rgb(85 88 139 / 0.8); +} +.placeholder-purple-500\/80:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.8); +} +.placeholder-purple-500\/80::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.8); +} +.placeholder-purple-500\/80::placeholder{ + color: rgb(85 88 139 / 0.8); +} +.placeholder-purple-500\/90::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.9); +} +.placeholder-purple-500\/90::-moz-placeholder{ + color: rgb(85 88 139 / 0.9); +} +.placeholder-purple-500\/90:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.9); +} +.placeholder-purple-500\/90::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.9); +} +.placeholder-purple-500\/90::placeholder{ + color: rgb(85 88 139 / 0.9); +} +.placeholder-purple-500\/95::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.95); +} +.placeholder-purple-500\/95::-moz-placeholder{ + color: rgb(85 88 139 / 0.95); +} +.placeholder-purple-500\/95:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.95); +} +.placeholder-purple-500\/95::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.95); +} +.placeholder-purple-500\/95::placeholder{ + color: rgb(85 88 139 / 0.95); +} +.placeholder-purple-500\/100::-webkit-input-placeholder{ + color: rgb(85 88 139 / 1); +} +.placeholder-purple-500\/100::-moz-placeholder{ + color: rgb(85 88 139 / 1); +} +.placeholder-purple-500\/100:-ms-input-placeholder{ + color: rgb(85 88 139 / 1); +} +.placeholder-purple-500\/100::-ms-input-placeholder{ + color: rgb(85 88 139 / 1); +} +.placeholder-purple-500\/100::placeholder{ + color: rgb(85 88 139 / 1); +} +.placeholder-purple-600\/0::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0); +} +.placeholder-purple-600\/0::-moz-placeholder{ + color: rgb(77 79 125 / 0); +} +.placeholder-purple-600\/0:-ms-input-placeholder{ + color: rgb(77 79 125 / 0); +} +.placeholder-purple-600\/0::-ms-input-placeholder{ + color: rgb(77 79 125 / 0); +} +.placeholder-purple-600\/0::placeholder{ + color: rgb(77 79 125 / 0); +} +.placeholder-purple-600\/5::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.05); +} +.placeholder-purple-600\/5::-moz-placeholder{ + color: rgb(77 79 125 / 0.05); +} +.placeholder-purple-600\/5:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.05); +} +.placeholder-purple-600\/5::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.05); +} +.placeholder-purple-600\/5::placeholder{ + color: rgb(77 79 125 / 0.05); +} +.placeholder-purple-600\/10::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.1); +} +.placeholder-purple-600\/10::-moz-placeholder{ + color: rgb(77 79 125 / 0.1); +} +.placeholder-purple-600\/10:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.1); +} +.placeholder-purple-600\/10::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.1); +} +.placeholder-purple-600\/10::placeholder{ + color: rgb(77 79 125 / 0.1); +} +.placeholder-purple-600\/20::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.2); +} +.placeholder-purple-600\/20::-moz-placeholder{ + color: rgb(77 79 125 / 0.2); +} +.placeholder-purple-600\/20:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.2); +} +.placeholder-purple-600\/20::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.2); +} +.placeholder-purple-600\/20::placeholder{ + color: rgb(77 79 125 / 0.2); +} +.placeholder-purple-600\/25::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.25); +} +.placeholder-purple-600\/25::-moz-placeholder{ + color: rgb(77 79 125 / 0.25); +} +.placeholder-purple-600\/25:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.25); +} +.placeholder-purple-600\/25::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.25); +} +.placeholder-purple-600\/25::placeholder{ + color: rgb(77 79 125 / 0.25); +} +.placeholder-purple-600\/30::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.3); +} +.placeholder-purple-600\/30::-moz-placeholder{ + color: rgb(77 79 125 / 0.3); +} +.placeholder-purple-600\/30:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.3); +} +.placeholder-purple-600\/30::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.3); +} +.placeholder-purple-600\/30::placeholder{ + color: rgb(77 79 125 / 0.3); +} +.placeholder-purple-600\/40::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.4); +} +.placeholder-purple-600\/40::-moz-placeholder{ + color: rgb(77 79 125 / 0.4); +} +.placeholder-purple-600\/40:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.4); +} +.placeholder-purple-600\/40::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.4); +} +.placeholder-purple-600\/40::placeholder{ + color: rgb(77 79 125 / 0.4); +} +.placeholder-purple-600\/50::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.5); +} +.placeholder-purple-600\/50::-moz-placeholder{ + color: rgb(77 79 125 / 0.5); +} +.placeholder-purple-600\/50:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.5); +} +.placeholder-purple-600\/50::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.5); +} +.placeholder-purple-600\/50::placeholder{ + color: rgb(77 79 125 / 0.5); +} +.placeholder-purple-600\/60::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.6); +} +.placeholder-purple-600\/60::-moz-placeholder{ + color: rgb(77 79 125 / 0.6); +} +.placeholder-purple-600\/60:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.6); +} +.placeholder-purple-600\/60::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.6); +} +.placeholder-purple-600\/60::placeholder{ + color: rgb(77 79 125 / 0.6); +} +.placeholder-purple-600\/70::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.7); +} +.placeholder-purple-600\/70::-moz-placeholder{ + color: rgb(77 79 125 / 0.7); +} +.placeholder-purple-600\/70:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.7); +} +.placeholder-purple-600\/70::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.7); +} +.placeholder-purple-600\/70::placeholder{ + color: rgb(77 79 125 / 0.7); +} +.placeholder-purple-600\/75::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.75); +} +.placeholder-purple-600\/75::-moz-placeholder{ + color: rgb(77 79 125 / 0.75); +} +.placeholder-purple-600\/75:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.75); +} +.placeholder-purple-600\/75::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.75); +} +.placeholder-purple-600\/75::placeholder{ + color: rgb(77 79 125 / 0.75); +} +.placeholder-purple-600\/80::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.8); +} +.placeholder-purple-600\/80::-moz-placeholder{ + color: rgb(77 79 125 / 0.8); +} +.placeholder-purple-600\/80:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.8); +} +.placeholder-purple-600\/80::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.8); +} +.placeholder-purple-600\/80::placeholder{ + color: rgb(77 79 125 / 0.8); +} +.placeholder-purple-600\/90::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.9); +} +.placeholder-purple-600\/90::-moz-placeholder{ + color: rgb(77 79 125 / 0.9); +} +.placeholder-purple-600\/90:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.9); +} +.placeholder-purple-600\/90::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.9); +} +.placeholder-purple-600\/90::placeholder{ + color: rgb(77 79 125 / 0.9); +} +.placeholder-purple-600\/95::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.95); +} +.placeholder-purple-600\/95::-moz-placeholder{ + color: rgb(77 79 125 / 0.95); +} +.placeholder-purple-600\/95:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.95); +} +.placeholder-purple-600\/95::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.95); +} +.placeholder-purple-600\/95::placeholder{ + color: rgb(77 79 125 / 0.95); +} +.placeholder-purple-600\/100::-webkit-input-placeholder{ + color: rgb(77 79 125 / 1); +} +.placeholder-purple-600\/100::-moz-placeholder{ + color: rgb(77 79 125 / 1); +} +.placeholder-purple-600\/100:-ms-input-placeholder{ + color: rgb(77 79 125 / 1); +} +.placeholder-purple-600\/100::-ms-input-placeholder{ + color: rgb(77 79 125 / 1); +} +.placeholder-purple-600\/100::placeholder{ + color: rgb(77 79 125 / 1); +} +.placeholder-purple-700\/0::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0); +} +.placeholder-purple-700\/0::-moz-placeholder{ + color: rgb(64 66 104 / 0); +} +.placeholder-purple-700\/0:-ms-input-placeholder{ + color: rgb(64 66 104 / 0); +} +.placeholder-purple-700\/0::-ms-input-placeholder{ + color: rgb(64 66 104 / 0); +} +.placeholder-purple-700\/0::placeholder{ + color: rgb(64 66 104 / 0); +} +.placeholder-purple-700\/5::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.05); +} +.placeholder-purple-700\/5::-moz-placeholder{ + color: rgb(64 66 104 / 0.05); +} +.placeholder-purple-700\/5:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.05); +} +.placeholder-purple-700\/5::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.05); +} +.placeholder-purple-700\/5::placeholder{ + color: rgb(64 66 104 / 0.05); +} +.placeholder-purple-700\/10::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.1); +} +.placeholder-purple-700\/10::-moz-placeholder{ + color: rgb(64 66 104 / 0.1); +} +.placeholder-purple-700\/10:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.1); +} +.placeholder-purple-700\/10::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.1); +} +.placeholder-purple-700\/10::placeholder{ + color: rgb(64 66 104 / 0.1); +} +.placeholder-purple-700\/20::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.2); +} +.placeholder-purple-700\/20::-moz-placeholder{ + color: rgb(64 66 104 / 0.2); +} +.placeholder-purple-700\/20:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.2); +} +.placeholder-purple-700\/20::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.2); +} +.placeholder-purple-700\/20::placeholder{ + color: rgb(64 66 104 / 0.2); +} +.placeholder-purple-700\/25::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.25); +} +.placeholder-purple-700\/25::-moz-placeholder{ + color: rgb(64 66 104 / 0.25); +} +.placeholder-purple-700\/25:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.25); +} +.placeholder-purple-700\/25::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.25); +} +.placeholder-purple-700\/25::placeholder{ + color: rgb(64 66 104 / 0.25); +} +.placeholder-purple-700\/30::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.3); +} +.placeholder-purple-700\/30::-moz-placeholder{ + color: rgb(64 66 104 / 0.3); +} +.placeholder-purple-700\/30:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.3); +} +.placeholder-purple-700\/30::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.3); +} +.placeholder-purple-700\/30::placeholder{ + color: rgb(64 66 104 / 0.3); +} +.placeholder-purple-700\/40::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.4); +} +.placeholder-purple-700\/40::-moz-placeholder{ + color: rgb(64 66 104 / 0.4); +} +.placeholder-purple-700\/40:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.4); +} +.placeholder-purple-700\/40::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.4); +} +.placeholder-purple-700\/40::placeholder{ + color: rgb(64 66 104 / 0.4); +} +.placeholder-purple-700\/50::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.5); +} +.placeholder-purple-700\/50::-moz-placeholder{ + color: rgb(64 66 104 / 0.5); +} +.placeholder-purple-700\/50:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.5); +} +.placeholder-purple-700\/50::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.5); +} +.placeholder-purple-700\/50::placeholder{ + color: rgb(64 66 104 / 0.5); +} +.placeholder-purple-700\/60::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.6); +} +.placeholder-purple-700\/60::-moz-placeholder{ + color: rgb(64 66 104 / 0.6); +} +.placeholder-purple-700\/60:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.6); +} +.placeholder-purple-700\/60::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.6); +} +.placeholder-purple-700\/60::placeholder{ + color: rgb(64 66 104 / 0.6); +} +.placeholder-purple-700\/70::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.7); +} +.placeholder-purple-700\/70::-moz-placeholder{ + color: rgb(64 66 104 / 0.7); +} +.placeholder-purple-700\/70:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.7); +} +.placeholder-purple-700\/70::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.7); +} +.placeholder-purple-700\/70::placeholder{ + color: rgb(64 66 104 / 0.7); +} +.placeholder-purple-700\/75::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.75); +} +.placeholder-purple-700\/75::-moz-placeholder{ + color: rgb(64 66 104 / 0.75); +} +.placeholder-purple-700\/75:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.75); +} +.placeholder-purple-700\/75::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.75); +} +.placeholder-purple-700\/75::placeholder{ + color: rgb(64 66 104 / 0.75); +} +.placeholder-purple-700\/80::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.8); +} +.placeholder-purple-700\/80::-moz-placeholder{ + color: rgb(64 66 104 / 0.8); +} +.placeholder-purple-700\/80:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.8); +} +.placeholder-purple-700\/80::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.8); +} +.placeholder-purple-700\/80::placeholder{ + color: rgb(64 66 104 / 0.8); +} +.placeholder-purple-700\/90::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.9); +} +.placeholder-purple-700\/90::-moz-placeholder{ + color: rgb(64 66 104 / 0.9); +} +.placeholder-purple-700\/90:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.9); +} +.placeholder-purple-700\/90::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.9); +} +.placeholder-purple-700\/90::placeholder{ + color: rgb(64 66 104 / 0.9); +} +.placeholder-purple-700\/95::-webkit-input-placeholder{ + color: rgb(64 66 104 / 0.95); +} +.placeholder-purple-700\/95::-moz-placeholder{ + color: rgb(64 66 104 / 0.95); +} +.placeholder-purple-700\/95:-ms-input-placeholder{ + color: rgb(64 66 104 / 0.95); +} +.placeholder-purple-700\/95::-ms-input-placeholder{ + color: rgb(64 66 104 / 0.95); +} +.placeholder-purple-700\/95::placeholder{ + color: rgb(64 66 104 / 0.95); +} +.placeholder-purple-700\/100::-webkit-input-placeholder{ + color: rgb(64 66 104 / 1); +} +.placeholder-purple-700\/100::-moz-placeholder{ + color: rgb(64 66 104 / 1); +} +.placeholder-purple-700\/100:-ms-input-placeholder{ + color: rgb(64 66 104 / 1); +} +.placeholder-purple-700\/100::-ms-input-placeholder{ + color: rgb(64 66 104 / 1); +} +.placeholder-purple-700\/100::placeholder{ + color: rgb(64 66 104 / 1); +} +.placeholder-purple-800\/0::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0); +} +.placeholder-purple-800\/0::-moz-placeholder{ + color: rgb(51 53 83 / 0); +} +.placeholder-purple-800\/0:-ms-input-placeholder{ + color: rgb(51 53 83 / 0); +} +.placeholder-purple-800\/0::-ms-input-placeholder{ + color: rgb(51 53 83 / 0); +} +.placeholder-purple-800\/0::placeholder{ + color: rgb(51 53 83 / 0); +} +.placeholder-purple-800\/5::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.05); +} +.placeholder-purple-800\/5::-moz-placeholder{ + color: rgb(51 53 83 / 0.05); +} +.placeholder-purple-800\/5:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.05); +} +.placeholder-purple-800\/5::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.05); +} +.placeholder-purple-800\/5::placeholder{ + color: rgb(51 53 83 / 0.05); +} +.placeholder-purple-800\/10::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.1); +} +.placeholder-purple-800\/10::-moz-placeholder{ + color: rgb(51 53 83 / 0.1); +} +.placeholder-purple-800\/10:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.1); +} +.placeholder-purple-800\/10::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.1); +} +.placeholder-purple-800\/10::placeholder{ + color: rgb(51 53 83 / 0.1); +} +.placeholder-purple-800\/20::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.2); +} +.placeholder-purple-800\/20::-moz-placeholder{ + color: rgb(51 53 83 / 0.2); +} +.placeholder-purple-800\/20:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.2); +} +.placeholder-purple-800\/20::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.2); +} +.placeholder-purple-800\/20::placeholder{ + color: rgb(51 53 83 / 0.2); +} +.placeholder-purple-800\/25::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.25); +} +.placeholder-purple-800\/25::-moz-placeholder{ + color: rgb(51 53 83 / 0.25); +} +.placeholder-purple-800\/25:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.25); +} +.placeholder-purple-800\/25::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.25); +} +.placeholder-purple-800\/25::placeholder{ + color: rgb(51 53 83 / 0.25); +} +.placeholder-purple-800\/30::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.3); +} +.placeholder-purple-800\/30::-moz-placeholder{ + color: rgb(51 53 83 / 0.3); +} +.placeholder-purple-800\/30:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.3); +} +.placeholder-purple-800\/30::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.3); +} +.placeholder-purple-800\/30::placeholder{ + color: rgb(51 53 83 / 0.3); +} +.placeholder-purple-800\/40::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.4); +} +.placeholder-purple-800\/40::-moz-placeholder{ + color: rgb(51 53 83 / 0.4); +} +.placeholder-purple-800\/40:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.4); +} +.placeholder-purple-800\/40::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.4); +} +.placeholder-purple-800\/40::placeholder{ + color: rgb(51 53 83 / 0.4); +} +.placeholder-purple-800\/50::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.5); +} +.placeholder-purple-800\/50::-moz-placeholder{ + color: rgb(51 53 83 / 0.5); +} +.placeholder-purple-800\/50:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.5); +} +.placeholder-purple-800\/50::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.5); +} +.placeholder-purple-800\/50::placeholder{ + color: rgb(51 53 83 / 0.5); +} +.placeholder-purple-800\/60::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.6); +} +.placeholder-purple-800\/60::-moz-placeholder{ + color: rgb(51 53 83 / 0.6); +} +.placeholder-purple-800\/60:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.6); +} +.placeholder-purple-800\/60::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.6); +} +.placeholder-purple-800\/60::placeholder{ + color: rgb(51 53 83 / 0.6); +} +.placeholder-purple-800\/70::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.7); +} +.placeholder-purple-800\/70::-moz-placeholder{ + color: rgb(51 53 83 / 0.7); +} +.placeholder-purple-800\/70:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.7); +} +.placeholder-purple-800\/70::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.7); +} +.placeholder-purple-800\/70::placeholder{ + color: rgb(51 53 83 / 0.7); +} +.placeholder-purple-800\/75::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.75); +} +.placeholder-purple-800\/75::-moz-placeholder{ + color: rgb(51 53 83 / 0.75); +} +.placeholder-purple-800\/75:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.75); +} +.placeholder-purple-800\/75::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.75); +} +.placeholder-purple-800\/75::placeholder{ + color: rgb(51 53 83 / 0.75); +} +.placeholder-purple-800\/80::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.8); +} +.placeholder-purple-800\/80::-moz-placeholder{ + color: rgb(51 53 83 / 0.8); +} +.placeholder-purple-800\/80:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.8); +} +.placeholder-purple-800\/80::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.8); +} +.placeholder-purple-800\/80::placeholder{ + color: rgb(51 53 83 / 0.8); +} +.placeholder-purple-800\/90::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.9); +} +.placeholder-purple-800\/90::-moz-placeholder{ + color: rgb(51 53 83 / 0.9); +} +.placeholder-purple-800\/90:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.9); +} +.placeholder-purple-800\/90::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.9); +} +.placeholder-purple-800\/90::placeholder{ + color: rgb(51 53 83 / 0.9); +} +.placeholder-purple-800\/95::-webkit-input-placeholder{ + color: rgb(51 53 83 / 0.95); +} +.placeholder-purple-800\/95::-moz-placeholder{ + color: rgb(51 53 83 / 0.95); +} +.placeholder-purple-800\/95:-ms-input-placeholder{ + color: rgb(51 53 83 / 0.95); +} +.placeholder-purple-800\/95::-ms-input-placeholder{ + color: rgb(51 53 83 / 0.95); +} +.placeholder-purple-800\/95::placeholder{ + color: rgb(51 53 83 / 0.95); +} +.placeholder-purple-800\/100::-webkit-input-placeholder{ + color: rgb(51 53 83 / 1); +} +.placeholder-purple-800\/100::-moz-placeholder{ + color: rgb(51 53 83 / 1); +} +.placeholder-purple-800\/100:-ms-input-placeholder{ + color: rgb(51 53 83 / 1); +} +.placeholder-purple-800\/100::-ms-input-placeholder{ + color: rgb(51 53 83 / 1); +} +.placeholder-purple-800\/100::placeholder{ + color: rgb(51 53 83 / 1); +} +.placeholder-purple-900\/0::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0); +} +.placeholder-purple-900\/0::-moz-placeholder{ + color: rgb(42 43 68 / 0); +} +.placeholder-purple-900\/0:-ms-input-placeholder{ + color: rgb(42 43 68 / 0); +} +.placeholder-purple-900\/0::-ms-input-placeholder{ + color: rgb(42 43 68 / 0); +} +.placeholder-purple-900\/0::placeholder{ + color: rgb(42 43 68 / 0); +} +.placeholder-purple-900\/5::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.05); +} +.placeholder-purple-900\/5::-moz-placeholder{ + color: rgb(42 43 68 / 0.05); +} +.placeholder-purple-900\/5:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.05); +} +.placeholder-purple-900\/5::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.05); +} +.placeholder-purple-900\/5::placeholder{ + color: rgb(42 43 68 / 0.05); +} +.placeholder-purple-900\/10::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.1); +} +.placeholder-purple-900\/10::-moz-placeholder{ + color: rgb(42 43 68 / 0.1); +} +.placeholder-purple-900\/10:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.1); +} +.placeholder-purple-900\/10::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.1); +} +.placeholder-purple-900\/10::placeholder{ + color: rgb(42 43 68 / 0.1); +} +.placeholder-purple-900\/20::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.2); +} +.placeholder-purple-900\/20::-moz-placeholder{ + color: rgb(42 43 68 / 0.2); +} +.placeholder-purple-900\/20:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.2); +} +.placeholder-purple-900\/20::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.2); +} +.placeholder-purple-900\/20::placeholder{ + color: rgb(42 43 68 / 0.2); +} +.placeholder-purple-900\/25::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.25); +} +.placeholder-purple-900\/25::-moz-placeholder{ + color: rgb(42 43 68 / 0.25); +} +.placeholder-purple-900\/25:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.25); +} +.placeholder-purple-900\/25::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.25); +} +.placeholder-purple-900\/25::placeholder{ + color: rgb(42 43 68 / 0.25); +} +.placeholder-purple-900\/30::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.3); +} +.placeholder-purple-900\/30::-moz-placeholder{ + color: rgb(42 43 68 / 0.3); +} +.placeholder-purple-900\/30:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.3); +} +.placeholder-purple-900\/30::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.3); +} +.placeholder-purple-900\/30::placeholder{ + color: rgb(42 43 68 / 0.3); +} +.placeholder-purple-900\/40::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.4); +} +.placeholder-purple-900\/40::-moz-placeholder{ + color: rgb(42 43 68 / 0.4); +} +.placeholder-purple-900\/40:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.4); +} +.placeholder-purple-900\/40::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.4); +} +.placeholder-purple-900\/40::placeholder{ + color: rgb(42 43 68 / 0.4); +} +.placeholder-purple-900\/50::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.5); +} +.placeholder-purple-900\/50::-moz-placeholder{ + color: rgb(42 43 68 / 0.5); +} +.placeholder-purple-900\/50:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.5); +} +.placeholder-purple-900\/50::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.5); +} +.placeholder-purple-900\/50::placeholder{ + color: rgb(42 43 68 / 0.5); +} +.placeholder-purple-900\/60::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.6); +} +.placeholder-purple-900\/60::-moz-placeholder{ + color: rgb(42 43 68 / 0.6); +} +.placeholder-purple-900\/60:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.6); +} +.placeholder-purple-900\/60::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.6); +} +.placeholder-purple-900\/60::placeholder{ + color: rgb(42 43 68 / 0.6); +} +.placeholder-purple-900\/70::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.7); +} +.placeholder-purple-900\/70::-moz-placeholder{ + color: rgb(42 43 68 / 0.7); +} +.placeholder-purple-900\/70:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.7); +} +.placeholder-purple-900\/70::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.7); +} +.placeholder-purple-900\/70::placeholder{ + color: rgb(42 43 68 / 0.7); +} +.placeholder-purple-900\/75::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.75); +} +.placeholder-purple-900\/75::-moz-placeholder{ + color: rgb(42 43 68 / 0.75); +} +.placeholder-purple-900\/75:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.75); +} +.placeholder-purple-900\/75::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.75); +} +.placeholder-purple-900\/75::placeholder{ + color: rgb(42 43 68 / 0.75); +} +.placeholder-purple-900\/80::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.8); +} +.placeholder-purple-900\/80::-moz-placeholder{ + color: rgb(42 43 68 / 0.8); +} +.placeholder-purple-900\/80:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.8); +} +.placeholder-purple-900\/80::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.8); +} +.placeholder-purple-900\/80::placeholder{ + color: rgb(42 43 68 / 0.8); +} +.placeholder-purple-900\/90::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.9); +} +.placeholder-purple-900\/90::-moz-placeholder{ + color: rgb(42 43 68 / 0.9); +} +.placeholder-purple-900\/90:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.9); +} +.placeholder-purple-900\/90::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.9); +} +.placeholder-purple-900\/90::placeholder{ + color: rgb(42 43 68 / 0.9); +} +.placeholder-purple-900\/95::-webkit-input-placeholder{ + color: rgb(42 43 68 / 0.95); +} +.placeholder-purple-900\/95::-moz-placeholder{ + color: rgb(42 43 68 / 0.95); +} +.placeholder-purple-900\/95:-ms-input-placeholder{ + color: rgb(42 43 68 / 0.95); +} +.placeholder-purple-900\/95::-ms-input-placeholder{ + color: rgb(42 43 68 / 0.95); +} +.placeholder-purple-900\/95::placeholder{ + color: rgb(42 43 68 / 0.95); +} +.placeholder-purple-900\/100::-webkit-input-placeholder{ + color: rgb(42 43 68 / 1); +} +.placeholder-purple-900\/100::-moz-placeholder{ + color: rgb(42 43 68 / 1); +} +.placeholder-purple-900\/100:-ms-input-placeholder{ + color: rgb(42 43 68 / 1); +} +.placeholder-purple-900\/100::-ms-input-placeholder{ + color: rgb(42 43 68 / 1); +} +.placeholder-purple-900\/100::placeholder{ + color: rgb(42 43 68 / 1); +} +.placeholder-purple\/0::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0); +} +.placeholder-purple\/0::-moz-placeholder{ + color: rgb(85 88 139 / 0); +} +.placeholder-purple\/0:-ms-input-placeholder{ + color: rgb(85 88 139 / 0); +} +.placeholder-purple\/0::-ms-input-placeholder{ + color: rgb(85 88 139 / 0); +} +.placeholder-purple\/0::placeholder{ + color: rgb(85 88 139 / 0); +} +.placeholder-purple\/5::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.05); +} +.placeholder-purple\/5::-moz-placeholder{ + color: rgb(85 88 139 / 0.05); +} +.placeholder-purple\/5:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.05); +} +.placeholder-purple\/5::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.05); +} +.placeholder-purple\/5::placeholder{ + color: rgb(85 88 139 / 0.05); +} +.placeholder-purple\/10::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.1); +} +.placeholder-purple\/10::-moz-placeholder{ + color: rgb(85 88 139 / 0.1); +} +.placeholder-purple\/10:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.1); +} +.placeholder-purple\/10::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.1); +} +.placeholder-purple\/10::placeholder{ + color: rgb(85 88 139 / 0.1); +} +.placeholder-purple\/20::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.2); +} +.placeholder-purple\/20::-moz-placeholder{ + color: rgb(85 88 139 / 0.2); +} +.placeholder-purple\/20:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.2); +} +.placeholder-purple\/20::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.2); +} +.placeholder-purple\/20::placeholder{ + color: rgb(85 88 139 / 0.2); +} +.placeholder-purple\/25::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.25); +} +.placeholder-purple\/25::-moz-placeholder{ + color: rgb(85 88 139 / 0.25); +} +.placeholder-purple\/25:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.25); +} +.placeholder-purple\/25::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.25); +} +.placeholder-purple\/25::placeholder{ + color: rgb(85 88 139 / 0.25); +} +.placeholder-purple\/30::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.3); +} +.placeholder-purple\/30::-moz-placeholder{ + color: rgb(85 88 139 / 0.3); +} +.placeholder-purple\/30:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.3); +} +.placeholder-purple\/30::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.3); +} +.placeholder-purple\/30::placeholder{ + color: rgb(85 88 139 / 0.3); +} +.placeholder-purple\/40::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.4); +} +.placeholder-purple\/40::-moz-placeholder{ + color: rgb(85 88 139 / 0.4); +} +.placeholder-purple\/40:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.4); +} +.placeholder-purple\/40::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.4); +} +.placeholder-purple\/40::placeholder{ + color: rgb(85 88 139 / 0.4); +} +.placeholder-purple\/50::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.5); +} +.placeholder-purple\/50::-moz-placeholder{ + color: rgb(85 88 139 / 0.5); +} +.placeholder-purple\/50:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.5); +} +.placeholder-purple\/50::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.5); +} +.placeholder-purple\/50::placeholder{ + color: rgb(85 88 139 / 0.5); +} +.placeholder-purple\/60::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.6); +} +.placeholder-purple\/60::-moz-placeholder{ + color: rgb(85 88 139 / 0.6); +} +.placeholder-purple\/60:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.6); +} +.placeholder-purple\/60::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.6); +} +.placeholder-purple\/60::placeholder{ + color: rgb(85 88 139 / 0.6); +} +.placeholder-purple\/70::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.7); +} +.placeholder-purple\/70::-moz-placeholder{ + color: rgb(85 88 139 / 0.7); +} +.placeholder-purple\/70:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.7); +} +.placeholder-purple\/70::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.7); +} +.placeholder-purple\/70::placeholder{ + color: rgb(85 88 139 / 0.7); +} +.placeholder-purple\/75::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.75); +} +.placeholder-purple\/75::-moz-placeholder{ + color: rgb(85 88 139 / 0.75); +} +.placeholder-purple\/75:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.75); +} +.placeholder-purple\/75::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.75); +} +.placeholder-purple\/75::placeholder{ + color: rgb(85 88 139 / 0.75); +} +.placeholder-purple\/80::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.8); +} +.placeholder-purple\/80::-moz-placeholder{ + color: rgb(85 88 139 / 0.8); +} +.placeholder-purple\/80:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.8); +} +.placeholder-purple\/80::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.8); +} +.placeholder-purple\/80::placeholder{ + color: rgb(85 88 139 / 0.8); +} +.placeholder-purple\/90::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.9); +} +.placeholder-purple\/90::-moz-placeholder{ + color: rgb(85 88 139 / 0.9); +} +.placeholder-purple\/90:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.9); +} +.placeholder-purple\/90::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.9); +} +.placeholder-purple\/90::placeholder{ + color: rgb(85 88 139 / 0.9); +} +.placeholder-purple\/95::-webkit-input-placeholder{ + color: rgb(85 88 139 / 0.95); +} +.placeholder-purple\/95::-moz-placeholder{ + color: rgb(85 88 139 / 0.95); +} +.placeholder-purple\/95:-ms-input-placeholder{ + color: rgb(85 88 139 / 0.95); +} +.placeholder-purple\/95::-ms-input-placeholder{ + color: rgb(85 88 139 / 0.95); +} +.placeholder-purple\/95::placeholder{ + color: rgb(85 88 139 / 0.95); +} +.placeholder-purple\/100::-webkit-input-placeholder{ + color: rgb(85 88 139 / 1); +} +.placeholder-purple\/100::-moz-placeholder{ + color: rgb(85 88 139 / 1); +} +.placeholder-purple\/100:-ms-input-placeholder{ + color: rgb(85 88 139 / 1); +} +.placeholder-purple\/100::-ms-input-placeholder{ + color: rgb(85 88 139 / 1); +} +.placeholder-purple\/100::placeholder{ + color: rgb(85 88 139 / 1); +} +.placeholder-fuchsia-50\/0::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0); +} +.placeholder-fuchsia-50\/0::-moz-placeholder{ + color: rgb(253 244 255 / 0); +} +.placeholder-fuchsia-50\/0:-ms-input-placeholder{ + color: rgb(253 244 255 / 0); +} +.placeholder-fuchsia-50\/0::-ms-input-placeholder{ + color: rgb(253 244 255 / 0); +} +.placeholder-fuchsia-50\/0::placeholder{ + color: rgb(253 244 255 / 0); +} +.placeholder-fuchsia-50\/5::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.05); +} +.placeholder-fuchsia-50\/5::-moz-placeholder{ + color: rgb(253 244 255 / 0.05); +} +.placeholder-fuchsia-50\/5:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.05); +} +.placeholder-fuchsia-50\/5::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.05); +} +.placeholder-fuchsia-50\/5::placeholder{ + color: rgb(253 244 255 / 0.05); +} +.placeholder-fuchsia-50\/10::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.1); +} +.placeholder-fuchsia-50\/10::-moz-placeholder{ + color: rgb(253 244 255 / 0.1); +} +.placeholder-fuchsia-50\/10:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.1); +} +.placeholder-fuchsia-50\/10::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.1); +} +.placeholder-fuchsia-50\/10::placeholder{ + color: rgb(253 244 255 / 0.1); +} +.placeholder-fuchsia-50\/20::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.2); +} +.placeholder-fuchsia-50\/20::-moz-placeholder{ + color: rgb(253 244 255 / 0.2); +} +.placeholder-fuchsia-50\/20:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.2); +} +.placeholder-fuchsia-50\/20::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.2); +} +.placeholder-fuchsia-50\/20::placeholder{ + color: rgb(253 244 255 / 0.2); +} +.placeholder-fuchsia-50\/25::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.25); +} +.placeholder-fuchsia-50\/25::-moz-placeholder{ + color: rgb(253 244 255 / 0.25); +} +.placeholder-fuchsia-50\/25:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.25); +} +.placeholder-fuchsia-50\/25::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.25); +} +.placeholder-fuchsia-50\/25::placeholder{ + color: rgb(253 244 255 / 0.25); +} +.placeholder-fuchsia-50\/30::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.3); +} +.placeholder-fuchsia-50\/30::-moz-placeholder{ + color: rgb(253 244 255 / 0.3); +} +.placeholder-fuchsia-50\/30:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.3); +} +.placeholder-fuchsia-50\/30::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.3); +} +.placeholder-fuchsia-50\/30::placeholder{ + color: rgb(253 244 255 / 0.3); +} +.placeholder-fuchsia-50\/40::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.4); +} +.placeholder-fuchsia-50\/40::-moz-placeholder{ + color: rgb(253 244 255 / 0.4); +} +.placeholder-fuchsia-50\/40:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.4); +} +.placeholder-fuchsia-50\/40::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.4); +} +.placeholder-fuchsia-50\/40::placeholder{ + color: rgb(253 244 255 / 0.4); +} +.placeholder-fuchsia-50\/50::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.5); +} +.placeholder-fuchsia-50\/50::-moz-placeholder{ + color: rgb(253 244 255 / 0.5); +} +.placeholder-fuchsia-50\/50:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.5); +} +.placeholder-fuchsia-50\/50::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.5); +} +.placeholder-fuchsia-50\/50::placeholder{ + color: rgb(253 244 255 / 0.5); +} +.placeholder-fuchsia-50\/60::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.6); +} +.placeholder-fuchsia-50\/60::-moz-placeholder{ + color: rgb(253 244 255 / 0.6); +} +.placeholder-fuchsia-50\/60:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.6); +} +.placeholder-fuchsia-50\/60::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.6); +} +.placeholder-fuchsia-50\/60::placeholder{ + color: rgb(253 244 255 / 0.6); +} +.placeholder-fuchsia-50\/70::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.7); +} +.placeholder-fuchsia-50\/70::-moz-placeholder{ + color: rgb(253 244 255 / 0.7); +} +.placeholder-fuchsia-50\/70:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.7); +} +.placeholder-fuchsia-50\/70::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.7); +} +.placeholder-fuchsia-50\/70::placeholder{ + color: rgb(253 244 255 / 0.7); +} +.placeholder-fuchsia-50\/75::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.75); +} +.placeholder-fuchsia-50\/75::-moz-placeholder{ + color: rgb(253 244 255 / 0.75); +} +.placeholder-fuchsia-50\/75:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.75); +} +.placeholder-fuchsia-50\/75::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.75); +} +.placeholder-fuchsia-50\/75::placeholder{ + color: rgb(253 244 255 / 0.75); +} +.placeholder-fuchsia-50\/80::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.8); +} +.placeholder-fuchsia-50\/80::-moz-placeholder{ + color: rgb(253 244 255 / 0.8); +} +.placeholder-fuchsia-50\/80:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.8); +} +.placeholder-fuchsia-50\/80::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.8); +} +.placeholder-fuchsia-50\/80::placeholder{ + color: rgb(253 244 255 / 0.8); +} +.placeholder-fuchsia-50\/90::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.9); +} +.placeholder-fuchsia-50\/90::-moz-placeholder{ + color: rgb(253 244 255 / 0.9); +} +.placeholder-fuchsia-50\/90:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.9); +} +.placeholder-fuchsia-50\/90::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.9); +} +.placeholder-fuchsia-50\/90::placeholder{ + color: rgb(253 244 255 / 0.9); +} +.placeholder-fuchsia-50\/95::-webkit-input-placeholder{ + color: rgb(253 244 255 / 0.95); +} +.placeholder-fuchsia-50\/95::-moz-placeholder{ + color: rgb(253 244 255 / 0.95); +} +.placeholder-fuchsia-50\/95:-ms-input-placeholder{ + color: rgb(253 244 255 / 0.95); +} +.placeholder-fuchsia-50\/95::-ms-input-placeholder{ + color: rgb(253 244 255 / 0.95); +} +.placeholder-fuchsia-50\/95::placeholder{ + color: rgb(253 244 255 / 0.95); +} +.placeholder-fuchsia-50\/100::-webkit-input-placeholder{ + color: rgb(253 244 255 / 1); +} +.placeholder-fuchsia-50\/100::-moz-placeholder{ + color: rgb(253 244 255 / 1); +} +.placeholder-fuchsia-50\/100:-ms-input-placeholder{ + color: rgb(253 244 255 / 1); +} +.placeholder-fuchsia-50\/100::-ms-input-placeholder{ + color: rgb(253 244 255 / 1); +} +.placeholder-fuchsia-50\/100::placeholder{ + color: rgb(253 244 255 / 1); +} +.placeholder-fuchsia-100\/0::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0); +} +.placeholder-fuchsia-100\/0::-moz-placeholder{ + color: rgb(250 232 255 / 0); +} +.placeholder-fuchsia-100\/0:-ms-input-placeholder{ + color: rgb(250 232 255 / 0); +} +.placeholder-fuchsia-100\/0::-ms-input-placeholder{ + color: rgb(250 232 255 / 0); +} +.placeholder-fuchsia-100\/0::placeholder{ + color: rgb(250 232 255 / 0); +} +.placeholder-fuchsia-100\/5::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.05); +} +.placeholder-fuchsia-100\/5::-moz-placeholder{ + color: rgb(250 232 255 / 0.05); +} +.placeholder-fuchsia-100\/5:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.05); +} +.placeholder-fuchsia-100\/5::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.05); +} +.placeholder-fuchsia-100\/5::placeholder{ + color: rgb(250 232 255 / 0.05); +} +.placeholder-fuchsia-100\/10::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.1); +} +.placeholder-fuchsia-100\/10::-moz-placeholder{ + color: rgb(250 232 255 / 0.1); +} +.placeholder-fuchsia-100\/10:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.1); +} +.placeholder-fuchsia-100\/10::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.1); +} +.placeholder-fuchsia-100\/10::placeholder{ + color: rgb(250 232 255 / 0.1); +} +.placeholder-fuchsia-100\/20::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.2); +} +.placeholder-fuchsia-100\/20::-moz-placeholder{ + color: rgb(250 232 255 / 0.2); +} +.placeholder-fuchsia-100\/20:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.2); +} +.placeholder-fuchsia-100\/20::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.2); +} +.placeholder-fuchsia-100\/20::placeholder{ + color: rgb(250 232 255 / 0.2); +} +.placeholder-fuchsia-100\/25::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.25); +} +.placeholder-fuchsia-100\/25::-moz-placeholder{ + color: rgb(250 232 255 / 0.25); +} +.placeholder-fuchsia-100\/25:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.25); +} +.placeholder-fuchsia-100\/25::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.25); +} +.placeholder-fuchsia-100\/25::placeholder{ + color: rgb(250 232 255 / 0.25); +} +.placeholder-fuchsia-100\/30::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.3); +} +.placeholder-fuchsia-100\/30::-moz-placeholder{ + color: rgb(250 232 255 / 0.3); +} +.placeholder-fuchsia-100\/30:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.3); +} +.placeholder-fuchsia-100\/30::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.3); +} +.placeholder-fuchsia-100\/30::placeholder{ + color: rgb(250 232 255 / 0.3); +} +.placeholder-fuchsia-100\/40::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.4); +} +.placeholder-fuchsia-100\/40::-moz-placeholder{ + color: rgb(250 232 255 / 0.4); +} +.placeholder-fuchsia-100\/40:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.4); +} +.placeholder-fuchsia-100\/40::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.4); +} +.placeholder-fuchsia-100\/40::placeholder{ + color: rgb(250 232 255 / 0.4); +} +.placeholder-fuchsia-100\/50::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.5); +} +.placeholder-fuchsia-100\/50::-moz-placeholder{ + color: rgb(250 232 255 / 0.5); +} +.placeholder-fuchsia-100\/50:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.5); +} +.placeholder-fuchsia-100\/50::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.5); +} +.placeholder-fuchsia-100\/50::placeholder{ + color: rgb(250 232 255 / 0.5); +} +.placeholder-fuchsia-100\/60::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.6); +} +.placeholder-fuchsia-100\/60::-moz-placeholder{ + color: rgb(250 232 255 / 0.6); +} +.placeholder-fuchsia-100\/60:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.6); +} +.placeholder-fuchsia-100\/60::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.6); +} +.placeholder-fuchsia-100\/60::placeholder{ + color: rgb(250 232 255 / 0.6); +} +.placeholder-fuchsia-100\/70::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.7); +} +.placeholder-fuchsia-100\/70::-moz-placeholder{ + color: rgb(250 232 255 / 0.7); +} +.placeholder-fuchsia-100\/70:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.7); +} +.placeholder-fuchsia-100\/70::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.7); +} +.placeholder-fuchsia-100\/70::placeholder{ + color: rgb(250 232 255 / 0.7); +} +.placeholder-fuchsia-100\/75::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.75); +} +.placeholder-fuchsia-100\/75::-moz-placeholder{ + color: rgb(250 232 255 / 0.75); +} +.placeholder-fuchsia-100\/75:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.75); +} +.placeholder-fuchsia-100\/75::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.75); +} +.placeholder-fuchsia-100\/75::placeholder{ + color: rgb(250 232 255 / 0.75); +} +.placeholder-fuchsia-100\/80::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.8); +} +.placeholder-fuchsia-100\/80::-moz-placeholder{ + color: rgb(250 232 255 / 0.8); +} +.placeholder-fuchsia-100\/80:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.8); +} +.placeholder-fuchsia-100\/80::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.8); +} +.placeholder-fuchsia-100\/80::placeholder{ + color: rgb(250 232 255 / 0.8); +} +.placeholder-fuchsia-100\/90::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.9); +} +.placeholder-fuchsia-100\/90::-moz-placeholder{ + color: rgb(250 232 255 / 0.9); +} +.placeholder-fuchsia-100\/90:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.9); +} +.placeholder-fuchsia-100\/90::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.9); +} +.placeholder-fuchsia-100\/90::placeholder{ + color: rgb(250 232 255 / 0.9); +} +.placeholder-fuchsia-100\/95::-webkit-input-placeholder{ + color: rgb(250 232 255 / 0.95); +} +.placeholder-fuchsia-100\/95::-moz-placeholder{ + color: rgb(250 232 255 / 0.95); +} +.placeholder-fuchsia-100\/95:-ms-input-placeholder{ + color: rgb(250 232 255 / 0.95); +} +.placeholder-fuchsia-100\/95::-ms-input-placeholder{ + color: rgb(250 232 255 / 0.95); +} +.placeholder-fuchsia-100\/95::placeholder{ + color: rgb(250 232 255 / 0.95); +} +.placeholder-fuchsia-100\/100::-webkit-input-placeholder{ + color: rgb(250 232 255 / 1); +} +.placeholder-fuchsia-100\/100::-moz-placeholder{ + color: rgb(250 232 255 / 1); +} +.placeholder-fuchsia-100\/100:-ms-input-placeholder{ + color: rgb(250 232 255 / 1); +} +.placeholder-fuchsia-100\/100::-ms-input-placeholder{ + color: rgb(250 232 255 / 1); +} +.placeholder-fuchsia-100\/100::placeholder{ + color: rgb(250 232 255 / 1); +} +.placeholder-fuchsia-200\/0::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0); +} +.placeholder-fuchsia-200\/0::-moz-placeholder{ + color: rgb(245 208 254 / 0); +} +.placeholder-fuchsia-200\/0:-ms-input-placeholder{ + color: rgb(245 208 254 / 0); +} +.placeholder-fuchsia-200\/0::-ms-input-placeholder{ + color: rgb(245 208 254 / 0); +} +.placeholder-fuchsia-200\/0::placeholder{ + color: rgb(245 208 254 / 0); +} +.placeholder-fuchsia-200\/5::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.05); +} +.placeholder-fuchsia-200\/5::-moz-placeholder{ + color: rgb(245 208 254 / 0.05); +} +.placeholder-fuchsia-200\/5:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.05); +} +.placeholder-fuchsia-200\/5::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.05); +} +.placeholder-fuchsia-200\/5::placeholder{ + color: rgb(245 208 254 / 0.05); +} +.placeholder-fuchsia-200\/10::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.1); +} +.placeholder-fuchsia-200\/10::-moz-placeholder{ + color: rgb(245 208 254 / 0.1); +} +.placeholder-fuchsia-200\/10:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.1); +} +.placeholder-fuchsia-200\/10::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.1); +} +.placeholder-fuchsia-200\/10::placeholder{ + color: rgb(245 208 254 / 0.1); +} +.placeholder-fuchsia-200\/20::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.2); +} +.placeholder-fuchsia-200\/20::-moz-placeholder{ + color: rgb(245 208 254 / 0.2); +} +.placeholder-fuchsia-200\/20:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.2); +} +.placeholder-fuchsia-200\/20::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.2); +} +.placeholder-fuchsia-200\/20::placeholder{ + color: rgb(245 208 254 / 0.2); +} +.placeholder-fuchsia-200\/25::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.25); +} +.placeholder-fuchsia-200\/25::-moz-placeholder{ + color: rgb(245 208 254 / 0.25); +} +.placeholder-fuchsia-200\/25:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.25); +} +.placeholder-fuchsia-200\/25::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.25); +} +.placeholder-fuchsia-200\/25::placeholder{ + color: rgb(245 208 254 / 0.25); +} +.placeholder-fuchsia-200\/30::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.3); +} +.placeholder-fuchsia-200\/30::-moz-placeholder{ + color: rgb(245 208 254 / 0.3); +} +.placeholder-fuchsia-200\/30:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.3); +} +.placeholder-fuchsia-200\/30::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.3); +} +.placeholder-fuchsia-200\/30::placeholder{ + color: rgb(245 208 254 / 0.3); +} +.placeholder-fuchsia-200\/40::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.4); +} +.placeholder-fuchsia-200\/40::-moz-placeholder{ + color: rgb(245 208 254 / 0.4); +} +.placeholder-fuchsia-200\/40:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.4); +} +.placeholder-fuchsia-200\/40::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.4); +} +.placeholder-fuchsia-200\/40::placeholder{ + color: rgb(245 208 254 / 0.4); +} +.placeholder-fuchsia-200\/50::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.5); +} +.placeholder-fuchsia-200\/50::-moz-placeholder{ + color: rgb(245 208 254 / 0.5); +} +.placeholder-fuchsia-200\/50:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.5); +} +.placeholder-fuchsia-200\/50::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.5); +} +.placeholder-fuchsia-200\/50::placeholder{ + color: rgb(245 208 254 / 0.5); +} +.placeholder-fuchsia-200\/60::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.6); +} +.placeholder-fuchsia-200\/60::-moz-placeholder{ + color: rgb(245 208 254 / 0.6); +} +.placeholder-fuchsia-200\/60:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.6); +} +.placeholder-fuchsia-200\/60::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.6); +} +.placeholder-fuchsia-200\/60::placeholder{ + color: rgb(245 208 254 / 0.6); +} +.placeholder-fuchsia-200\/70::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.7); +} +.placeholder-fuchsia-200\/70::-moz-placeholder{ + color: rgb(245 208 254 / 0.7); +} +.placeholder-fuchsia-200\/70:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.7); +} +.placeholder-fuchsia-200\/70::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.7); +} +.placeholder-fuchsia-200\/70::placeholder{ + color: rgb(245 208 254 / 0.7); +} +.placeholder-fuchsia-200\/75::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.75); +} +.placeholder-fuchsia-200\/75::-moz-placeholder{ + color: rgb(245 208 254 / 0.75); +} +.placeholder-fuchsia-200\/75:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.75); +} +.placeholder-fuchsia-200\/75::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.75); +} +.placeholder-fuchsia-200\/75::placeholder{ + color: rgb(245 208 254 / 0.75); +} +.placeholder-fuchsia-200\/80::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.8); +} +.placeholder-fuchsia-200\/80::-moz-placeholder{ + color: rgb(245 208 254 / 0.8); +} +.placeholder-fuchsia-200\/80:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.8); +} +.placeholder-fuchsia-200\/80::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.8); +} +.placeholder-fuchsia-200\/80::placeholder{ + color: rgb(245 208 254 / 0.8); +} +.placeholder-fuchsia-200\/90::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.9); +} +.placeholder-fuchsia-200\/90::-moz-placeholder{ + color: rgb(245 208 254 / 0.9); +} +.placeholder-fuchsia-200\/90:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.9); +} +.placeholder-fuchsia-200\/90::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.9); +} +.placeholder-fuchsia-200\/90::placeholder{ + color: rgb(245 208 254 / 0.9); +} +.placeholder-fuchsia-200\/95::-webkit-input-placeholder{ + color: rgb(245 208 254 / 0.95); +} +.placeholder-fuchsia-200\/95::-moz-placeholder{ + color: rgb(245 208 254 / 0.95); +} +.placeholder-fuchsia-200\/95:-ms-input-placeholder{ + color: rgb(245 208 254 / 0.95); +} +.placeholder-fuchsia-200\/95::-ms-input-placeholder{ + color: rgb(245 208 254 / 0.95); +} +.placeholder-fuchsia-200\/95::placeholder{ + color: rgb(245 208 254 / 0.95); +} +.placeholder-fuchsia-200\/100::-webkit-input-placeholder{ + color: rgb(245 208 254 / 1); +} +.placeholder-fuchsia-200\/100::-moz-placeholder{ + color: rgb(245 208 254 / 1); +} +.placeholder-fuchsia-200\/100:-ms-input-placeholder{ + color: rgb(245 208 254 / 1); +} +.placeholder-fuchsia-200\/100::-ms-input-placeholder{ + color: rgb(245 208 254 / 1); +} +.placeholder-fuchsia-200\/100::placeholder{ + color: rgb(245 208 254 / 1); +} +.placeholder-fuchsia-300\/0::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0); +} +.placeholder-fuchsia-300\/0::-moz-placeholder{ + color: rgb(240 171 252 / 0); +} +.placeholder-fuchsia-300\/0:-ms-input-placeholder{ + color: rgb(240 171 252 / 0); +} +.placeholder-fuchsia-300\/0::-ms-input-placeholder{ + color: rgb(240 171 252 / 0); +} +.placeholder-fuchsia-300\/0::placeholder{ + color: rgb(240 171 252 / 0); +} +.placeholder-fuchsia-300\/5::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.05); +} +.placeholder-fuchsia-300\/5::-moz-placeholder{ + color: rgb(240 171 252 / 0.05); +} +.placeholder-fuchsia-300\/5:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.05); +} +.placeholder-fuchsia-300\/5::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.05); +} +.placeholder-fuchsia-300\/5::placeholder{ + color: rgb(240 171 252 / 0.05); +} +.placeholder-fuchsia-300\/10::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.1); +} +.placeholder-fuchsia-300\/10::-moz-placeholder{ + color: rgb(240 171 252 / 0.1); +} +.placeholder-fuchsia-300\/10:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.1); +} +.placeholder-fuchsia-300\/10::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.1); +} +.placeholder-fuchsia-300\/10::placeholder{ + color: rgb(240 171 252 / 0.1); +} +.placeholder-fuchsia-300\/20::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.2); +} +.placeholder-fuchsia-300\/20::-moz-placeholder{ + color: rgb(240 171 252 / 0.2); +} +.placeholder-fuchsia-300\/20:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.2); +} +.placeholder-fuchsia-300\/20::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.2); +} +.placeholder-fuchsia-300\/20::placeholder{ + color: rgb(240 171 252 / 0.2); +} +.placeholder-fuchsia-300\/25::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.25); +} +.placeholder-fuchsia-300\/25::-moz-placeholder{ + color: rgb(240 171 252 / 0.25); +} +.placeholder-fuchsia-300\/25:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.25); +} +.placeholder-fuchsia-300\/25::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.25); +} +.placeholder-fuchsia-300\/25::placeholder{ + color: rgb(240 171 252 / 0.25); +} +.placeholder-fuchsia-300\/30::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.3); +} +.placeholder-fuchsia-300\/30::-moz-placeholder{ + color: rgb(240 171 252 / 0.3); +} +.placeholder-fuchsia-300\/30:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.3); +} +.placeholder-fuchsia-300\/30::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.3); +} +.placeholder-fuchsia-300\/30::placeholder{ + color: rgb(240 171 252 / 0.3); +} +.placeholder-fuchsia-300\/40::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.4); +} +.placeholder-fuchsia-300\/40::-moz-placeholder{ + color: rgb(240 171 252 / 0.4); +} +.placeholder-fuchsia-300\/40:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.4); +} +.placeholder-fuchsia-300\/40::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.4); +} +.placeholder-fuchsia-300\/40::placeholder{ + color: rgb(240 171 252 / 0.4); +} +.placeholder-fuchsia-300\/50::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.5); +} +.placeholder-fuchsia-300\/50::-moz-placeholder{ + color: rgb(240 171 252 / 0.5); +} +.placeholder-fuchsia-300\/50:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.5); +} +.placeholder-fuchsia-300\/50::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.5); +} +.placeholder-fuchsia-300\/50::placeholder{ + color: rgb(240 171 252 / 0.5); +} +.placeholder-fuchsia-300\/60::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.6); +} +.placeholder-fuchsia-300\/60::-moz-placeholder{ + color: rgb(240 171 252 / 0.6); +} +.placeholder-fuchsia-300\/60:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.6); +} +.placeholder-fuchsia-300\/60::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.6); +} +.placeholder-fuchsia-300\/60::placeholder{ + color: rgb(240 171 252 / 0.6); +} +.placeholder-fuchsia-300\/70::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.7); +} +.placeholder-fuchsia-300\/70::-moz-placeholder{ + color: rgb(240 171 252 / 0.7); +} +.placeholder-fuchsia-300\/70:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.7); +} +.placeholder-fuchsia-300\/70::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.7); +} +.placeholder-fuchsia-300\/70::placeholder{ + color: rgb(240 171 252 / 0.7); +} +.placeholder-fuchsia-300\/75::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.75); +} +.placeholder-fuchsia-300\/75::-moz-placeholder{ + color: rgb(240 171 252 / 0.75); +} +.placeholder-fuchsia-300\/75:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.75); +} +.placeholder-fuchsia-300\/75::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.75); +} +.placeholder-fuchsia-300\/75::placeholder{ + color: rgb(240 171 252 / 0.75); +} +.placeholder-fuchsia-300\/80::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.8); +} +.placeholder-fuchsia-300\/80::-moz-placeholder{ + color: rgb(240 171 252 / 0.8); +} +.placeholder-fuchsia-300\/80:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.8); +} +.placeholder-fuchsia-300\/80::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.8); +} +.placeholder-fuchsia-300\/80::placeholder{ + color: rgb(240 171 252 / 0.8); +} +.placeholder-fuchsia-300\/90::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.9); +} +.placeholder-fuchsia-300\/90::-moz-placeholder{ + color: rgb(240 171 252 / 0.9); +} +.placeholder-fuchsia-300\/90:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.9); +} +.placeholder-fuchsia-300\/90::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.9); +} +.placeholder-fuchsia-300\/90::placeholder{ + color: rgb(240 171 252 / 0.9); +} +.placeholder-fuchsia-300\/95::-webkit-input-placeholder{ + color: rgb(240 171 252 / 0.95); +} +.placeholder-fuchsia-300\/95::-moz-placeholder{ + color: rgb(240 171 252 / 0.95); +} +.placeholder-fuchsia-300\/95:-ms-input-placeholder{ + color: rgb(240 171 252 / 0.95); +} +.placeholder-fuchsia-300\/95::-ms-input-placeholder{ + color: rgb(240 171 252 / 0.95); +} +.placeholder-fuchsia-300\/95::placeholder{ + color: rgb(240 171 252 / 0.95); +} +.placeholder-fuchsia-300\/100::-webkit-input-placeholder{ + color: rgb(240 171 252 / 1); +} +.placeholder-fuchsia-300\/100::-moz-placeholder{ + color: rgb(240 171 252 / 1); +} +.placeholder-fuchsia-300\/100:-ms-input-placeholder{ + color: rgb(240 171 252 / 1); +} +.placeholder-fuchsia-300\/100::-ms-input-placeholder{ + color: rgb(240 171 252 / 1); +} +.placeholder-fuchsia-300\/100::placeholder{ + color: rgb(240 171 252 / 1); +} +.placeholder-fuchsia-400\/0::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0); +} +.placeholder-fuchsia-400\/0::-moz-placeholder{ + color: rgb(232 121 249 / 0); +} +.placeholder-fuchsia-400\/0:-ms-input-placeholder{ + color: rgb(232 121 249 / 0); +} +.placeholder-fuchsia-400\/0::-ms-input-placeholder{ + color: rgb(232 121 249 / 0); +} +.placeholder-fuchsia-400\/0::placeholder{ + color: rgb(232 121 249 / 0); +} +.placeholder-fuchsia-400\/5::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.05); +} +.placeholder-fuchsia-400\/5::-moz-placeholder{ + color: rgb(232 121 249 / 0.05); +} +.placeholder-fuchsia-400\/5:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.05); +} +.placeholder-fuchsia-400\/5::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.05); +} +.placeholder-fuchsia-400\/5::placeholder{ + color: rgb(232 121 249 / 0.05); +} +.placeholder-fuchsia-400\/10::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.1); +} +.placeholder-fuchsia-400\/10::-moz-placeholder{ + color: rgb(232 121 249 / 0.1); +} +.placeholder-fuchsia-400\/10:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.1); +} +.placeholder-fuchsia-400\/10::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.1); +} +.placeholder-fuchsia-400\/10::placeholder{ + color: rgb(232 121 249 / 0.1); +} +.placeholder-fuchsia-400\/20::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.2); +} +.placeholder-fuchsia-400\/20::-moz-placeholder{ + color: rgb(232 121 249 / 0.2); +} +.placeholder-fuchsia-400\/20:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.2); +} +.placeholder-fuchsia-400\/20::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.2); +} +.placeholder-fuchsia-400\/20::placeholder{ + color: rgb(232 121 249 / 0.2); +} +.placeholder-fuchsia-400\/25::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.25); +} +.placeholder-fuchsia-400\/25::-moz-placeholder{ + color: rgb(232 121 249 / 0.25); +} +.placeholder-fuchsia-400\/25:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.25); +} +.placeholder-fuchsia-400\/25::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.25); +} +.placeholder-fuchsia-400\/25::placeholder{ + color: rgb(232 121 249 / 0.25); +} +.placeholder-fuchsia-400\/30::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.3); +} +.placeholder-fuchsia-400\/30::-moz-placeholder{ + color: rgb(232 121 249 / 0.3); +} +.placeholder-fuchsia-400\/30:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.3); +} +.placeholder-fuchsia-400\/30::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.3); +} +.placeholder-fuchsia-400\/30::placeholder{ + color: rgb(232 121 249 / 0.3); +} +.placeholder-fuchsia-400\/40::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.4); +} +.placeholder-fuchsia-400\/40::-moz-placeholder{ + color: rgb(232 121 249 / 0.4); +} +.placeholder-fuchsia-400\/40:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.4); +} +.placeholder-fuchsia-400\/40::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.4); +} +.placeholder-fuchsia-400\/40::placeholder{ + color: rgb(232 121 249 / 0.4); +} +.placeholder-fuchsia-400\/50::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.5); +} +.placeholder-fuchsia-400\/50::-moz-placeholder{ + color: rgb(232 121 249 / 0.5); +} +.placeholder-fuchsia-400\/50:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.5); +} +.placeholder-fuchsia-400\/50::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.5); +} +.placeholder-fuchsia-400\/50::placeholder{ + color: rgb(232 121 249 / 0.5); +} +.placeholder-fuchsia-400\/60::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.6); +} +.placeholder-fuchsia-400\/60::-moz-placeholder{ + color: rgb(232 121 249 / 0.6); +} +.placeholder-fuchsia-400\/60:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.6); +} +.placeholder-fuchsia-400\/60::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.6); +} +.placeholder-fuchsia-400\/60::placeholder{ + color: rgb(232 121 249 / 0.6); +} +.placeholder-fuchsia-400\/70::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.7); +} +.placeholder-fuchsia-400\/70::-moz-placeholder{ + color: rgb(232 121 249 / 0.7); +} +.placeholder-fuchsia-400\/70:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.7); +} +.placeholder-fuchsia-400\/70::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.7); +} +.placeholder-fuchsia-400\/70::placeholder{ + color: rgb(232 121 249 / 0.7); +} +.placeholder-fuchsia-400\/75::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.75); +} +.placeholder-fuchsia-400\/75::-moz-placeholder{ + color: rgb(232 121 249 / 0.75); +} +.placeholder-fuchsia-400\/75:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.75); +} +.placeholder-fuchsia-400\/75::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.75); +} +.placeholder-fuchsia-400\/75::placeholder{ + color: rgb(232 121 249 / 0.75); +} +.placeholder-fuchsia-400\/80::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.8); +} +.placeholder-fuchsia-400\/80::-moz-placeholder{ + color: rgb(232 121 249 / 0.8); +} +.placeholder-fuchsia-400\/80:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.8); +} +.placeholder-fuchsia-400\/80::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.8); +} +.placeholder-fuchsia-400\/80::placeholder{ + color: rgb(232 121 249 / 0.8); +} +.placeholder-fuchsia-400\/90::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.9); +} +.placeholder-fuchsia-400\/90::-moz-placeholder{ + color: rgb(232 121 249 / 0.9); +} +.placeholder-fuchsia-400\/90:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.9); +} +.placeholder-fuchsia-400\/90::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.9); +} +.placeholder-fuchsia-400\/90::placeholder{ + color: rgb(232 121 249 / 0.9); +} +.placeholder-fuchsia-400\/95::-webkit-input-placeholder{ + color: rgb(232 121 249 / 0.95); +} +.placeholder-fuchsia-400\/95::-moz-placeholder{ + color: rgb(232 121 249 / 0.95); +} +.placeholder-fuchsia-400\/95:-ms-input-placeholder{ + color: rgb(232 121 249 / 0.95); +} +.placeholder-fuchsia-400\/95::-ms-input-placeholder{ + color: rgb(232 121 249 / 0.95); +} +.placeholder-fuchsia-400\/95::placeholder{ + color: rgb(232 121 249 / 0.95); +} +.placeholder-fuchsia-400\/100::-webkit-input-placeholder{ + color: rgb(232 121 249 / 1); +} +.placeholder-fuchsia-400\/100::-moz-placeholder{ + color: rgb(232 121 249 / 1); +} +.placeholder-fuchsia-400\/100:-ms-input-placeholder{ + color: rgb(232 121 249 / 1); +} +.placeholder-fuchsia-400\/100::-ms-input-placeholder{ + color: rgb(232 121 249 / 1); +} +.placeholder-fuchsia-400\/100::placeholder{ + color: rgb(232 121 249 / 1); +} +.placeholder-fuchsia-500\/0::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0); +} +.placeholder-fuchsia-500\/0::-moz-placeholder{ + color: rgb(217 70 239 / 0); +} +.placeholder-fuchsia-500\/0:-ms-input-placeholder{ + color: rgb(217 70 239 / 0); +} +.placeholder-fuchsia-500\/0::-ms-input-placeholder{ + color: rgb(217 70 239 / 0); +} +.placeholder-fuchsia-500\/0::placeholder{ + color: rgb(217 70 239 / 0); +} +.placeholder-fuchsia-500\/5::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.05); +} +.placeholder-fuchsia-500\/5::-moz-placeholder{ + color: rgb(217 70 239 / 0.05); +} +.placeholder-fuchsia-500\/5:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.05); +} +.placeholder-fuchsia-500\/5::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.05); +} +.placeholder-fuchsia-500\/5::placeholder{ + color: rgb(217 70 239 / 0.05); +} +.placeholder-fuchsia-500\/10::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.1); +} +.placeholder-fuchsia-500\/10::-moz-placeholder{ + color: rgb(217 70 239 / 0.1); +} +.placeholder-fuchsia-500\/10:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.1); +} +.placeholder-fuchsia-500\/10::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.1); +} +.placeholder-fuchsia-500\/10::placeholder{ + color: rgb(217 70 239 / 0.1); +} +.placeholder-fuchsia-500\/20::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.2); +} +.placeholder-fuchsia-500\/20::-moz-placeholder{ + color: rgb(217 70 239 / 0.2); +} +.placeholder-fuchsia-500\/20:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.2); +} +.placeholder-fuchsia-500\/20::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.2); +} +.placeholder-fuchsia-500\/20::placeholder{ + color: rgb(217 70 239 / 0.2); +} +.placeholder-fuchsia-500\/25::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.25); +} +.placeholder-fuchsia-500\/25::-moz-placeholder{ + color: rgb(217 70 239 / 0.25); +} +.placeholder-fuchsia-500\/25:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.25); +} +.placeholder-fuchsia-500\/25::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.25); +} +.placeholder-fuchsia-500\/25::placeholder{ + color: rgb(217 70 239 / 0.25); +} +.placeholder-fuchsia-500\/30::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.3); +} +.placeholder-fuchsia-500\/30::-moz-placeholder{ + color: rgb(217 70 239 / 0.3); +} +.placeholder-fuchsia-500\/30:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.3); +} +.placeholder-fuchsia-500\/30::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.3); +} +.placeholder-fuchsia-500\/30::placeholder{ + color: rgb(217 70 239 / 0.3); +} +.placeholder-fuchsia-500\/40::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.4); +} +.placeholder-fuchsia-500\/40::-moz-placeholder{ + color: rgb(217 70 239 / 0.4); +} +.placeholder-fuchsia-500\/40:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.4); +} +.placeholder-fuchsia-500\/40::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.4); +} +.placeholder-fuchsia-500\/40::placeholder{ + color: rgb(217 70 239 / 0.4); +} +.placeholder-fuchsia-500\/50::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.5); +} +.placeholder-fuchsia-500\/50::-moz-placeholder{ + color: rgb(217 70 239 / 0.5); +} +.placeholder-fuchsia-500\/50:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.5); +} +.placeholder-fuchsia-500\/50::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.5); +} +.placeholder-fuchsia-500\/50::placeholder{ + color: rgb(217 70 239 / 0.5); +} +.placeholder-fuchsia-500\/60::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.6); +} +.placeholder-fuchsia-500\/60::-moz-placeholder{ + color: rgb(217 70 239 / 0.6); +} +.placeholder-fuchsia-500\/60:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.6); +} +.placeholder-fuchsia-500\/60::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.6); +} +.placeholder-fuchsia-500\/60::placeholder{ + color: rgb(217 70 239 / 0.6); +} +.placeholder-fuchsia-500\/70::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.7); +} +.placeholder-fuchsia-500\/70::-moz-placeholder{ + color: rgb(217 70 239 / 0.7); +} +.placeholder-fuchsia-500\/70:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.7); +} +.placeholder-fuchsia-500\/70::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.7); +} +.placeholder-fuchsia-500\/70::placeholder{ + color: rgb(217 70 239 / 0.7); +} +.placeholder-fuchsia-500\/75::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.75); +} +.placeholder-fuchsia-500\/75::-moz-placeholder{ + color: rgb(217 70 239 / 0.75); +} +.placeholder-fuchsia-500\/75:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.75); +} +.placeholder-fuchsia-500\/75::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.75); +} +.placeholder-fuchsia-500\/75::placeholder{ + color: rgb(217 70 239 / 0.75); +} +.placeholder-fuchsia-500\/80::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.8); +} +.placeholder-fuchsia-500\/80::-moz-placeholder{ + color: rgb(217 70 239 / 0.8); +} +.placeholder-fuchsia-500\/80:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.8); +} +.placeholder-fuchsia-500\/80::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.8); +} +.placeholder-fuchsia-500\/80::placeholder{ + color: rgb(217 70 239 / 0.8); +} +.placeholder-fuchsia-500\/90::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.9); +} +.placeholder-fuchsia-500\/90::-moz-placeholder{ + color: rgb(217 70 239 / 0.9); +} +.placeholder-fuchsia-500\/90:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.9); +} +.placeholder-fuchsia-500\/90::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.9); +} +.placeholder-fuchsia-500\/90::placeholder{ + color: rgb(217 70 239 / 0.9); +} +.placeholder-fuchsia-500\/95::-webkit-input-placeholder{ + color: rgb(217 70 239 / 0.95); +} +.placeholder-fuchsia-500\/95::-moz-placeholder{ + color: rgb(217 70 239 / 0.95); +} +.placeholder-fuchsia-500\/95:-ms-input-placeholder{ + color: rgb(217 70 239 / 0.95); +} +.placeholder-fuchsia-500\/95::-ms-input-placeholder{ + color: rgb(217 70 239 / 0.95); +} +.placeholder-fuchsia-500\/95::placeholder{ + color: rgb(217 70 239 / 0.95); +} +.placeholder-fuchsia-500\/100::-webkit-input-placeholder{ + color: rgb(217 70 239 / 1); +} +.placeholder-fuchsia-500\/100::-moz-placeholder{ + color: rgb(217 70 239 / 1); +} +.placeholder-fuchsia-500\/100:-ms-input-placeholder{ + color: rgb(217 70 239 / 1); +} +.placeholder-fuchsia-500\/100::-ms-input-placeholder{ + color: rgb(217 70 239 / 1); +} +.placeholder-fuchsia-500\/100::placeholder{ + color: rgb(217 70 239 / 1); +} +.placeholder-fuchsia-600\/0::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0); +} +.placeholder-fuchsia-600\/0::-moz-placeholder{ + color: rgb(192 38 211 / 0); +} +.placeholder-fuchsia-600\/0:-ms-input-placeholder{ + color: rgb(192 38 211 / 0); +} +.placeholder-fuchsia-600\/0::-ms-input-placeholder{ + color: rgb(192 38 211 / 0); +} +.placeholder-fuchsia-600\/0::placeholder{ + color: rgb(192 38 211 / 0); +} +.placeholder-fuchsia-600\/5::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.05); +} +.placeholder-fuchsia-600\/5::-moz-placeholder{ + color: rgb(192 38 211 / 0.05); +} +.placeholder-fuchsia-600\/5:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.05); +} +.placeholder-fuchsia-600\/5::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.05); +} +.placeholder-fuchsia-600\/5::placeholder{ + color: rgb(192 38 211 / 0.05); +} +.placeholder-fuchsia-600\/10::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.1); +} +.placeholder-fuchsia-600\/10::-moz-placeholder{ + color: rgb(192 38 211 / 0.1); +} +.placeholder-fuchsia-600\/10:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.1); +} +.placeholder-fuchsia-600\/10::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.1); +} +.placeholder-fuchsia-600\/10::placeholder{ + color: rgb(192 38 211 / 0.1); +} +.placeholder-fuchsia-600\/20::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.2); +} +.placeholder-fuchsia-600\/20::-moz-placeholder{ + color: rgb(192 38 211 / 0.2); +} +.placeholder-fuchsia-600\/20:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.2); +} +.placeholder-fuchsia-600\/20::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.2); +} +.placeholder-fuchsia-600\/20::placeholder{ + color: rgb(192 38 211 / 0.2); +} +.placeholder-fuchsia-600\/25::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.25); +} +.placeholder-fuchsia-600\/25::-moz-placeholder{ + color: rgb(192 38 211 / 0.25); +} +.placeholder-fuchsia-600\/25:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.25); +} +.placeholder-fuchsia-600\/25::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.25); +} +.placeholder-fuchsia-600\/25::placeholder{ + color: rgb(192 38 211 / 0.25); +} +.placeholder-fuchsia-600\/30::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.3); +} +.placeholder-fuchsia-600\/30::-moz-placeholder{ + color: rgb(192 38 211 / 0.3); +} +.placeholder-fuchsia-600\/30:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.3); +} +.placeholder-fuchsia-600\/30::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.3); +} +.placeholder-fuchsia-600\/30::placeholder{ + color: rgb(192 38 211 / 0.3); +} +.placeholder-fuchsia-600\/40::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.4); +} +.placeholder-fuchsia-600\/40::-moz-placeholder{ + color: rgb(192 38 211 / 0.4); +} +.placeholder-fuchsia-600\/40:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.4); +} +.placeholder-fuchsia-600\/40::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.4); +} +.placeholder-fuchsia-600\/40::placeholder{ + color: rgb(192 38 211 / 0.4); +} +.placeholder-fuchsia-600\/50::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.5); +} +.placeholder-fuchsia-600\/50::-moz-placeholder{ + color: rgb(192 38 211 / 0.5); +} +.placeholder-fuchsia-600\/50:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.5); +} +.placeholder-fuchsia-600\/50::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.5); +} +.placeholder-fuchsia-600\/50::placeholder{ + color: rgb(192 38 211 / 0.5); +} +.placeholder-fuchsia-600\/60::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.6); +} +.placeholder-fuchsia-600\/60::-moz-placeholder{ + color: rgb(192 38 211 / 0.6); +} +.placeholder-fuchsia-600\/60:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.6); +} +.placeholder-fuchsia-600\/60::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.6); +} +.placeholder-fuchsia-600\/60::placeholder{ + color: rgb(192 38 211 / 0.6); +} +.placeholder-fuchsia-600\/70::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.7); +} +.placeholder-fuchsia-600\/70::-moz-placeholder{ + color: rgb(192 38 211 / 0.7); +} +.placeholder-fuchsia-600\/70:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.7); +} +.placeholder-fuchsia-600\/70::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.7); +} +.placeholder-fuchsia-600\/70::placeholder{ + color: rgb(192 38 211 / 0.7); +} +.placeholder-fuchsia-600\/75::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.75); +} +.placeholder-fuchsia-600\/75::-moz-placeholder{ + color: rgb(192 38 211 / 0.75); +} +.placeholder-fuchsia-600\/75:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.75); +} +.placeholder-fuchsia-600\/75::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.75); +} +.placeholder-fuchsia-600\/75::placeholder{ + color: rgb(192 38 211 / 0.75); +} +.placeholder-fuchsia-600\/80::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.8); +} +.placeholder-fuchsia-600\/80::-moz-placeholder{ + color: rgb(192 38 211 / 0.8); +} +.placeholder-fuchsia-600\/80:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.8); +} +.placeholder-fuchsia-600\/80::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.8); +} +.placeholder-fuchsia-600\/80::placeholder{ + color: rgb(192 38 211 / 0.8); +} +.placeholder-fuchsia-600\/90::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.9); +} +.placeholder-fuchsia-600\/90::-moz-placeholder{ + color: rgb(192 38 211 / 0.9); +} +.placeholder-fuchsia-600\/90:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.9); +} +.placeholder-fuchsia-600\/90::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.9); +} +.placeholder-fuchsia-600\/90::placeholder{ + color: rgb(192 38 211 / 0.9); +} +.placeholder-fuchsia-600\/95::-webkit-input-placeholder{ + color: rgb(192 38 211 / 0.95); +} +.placeholder-fuchsia-600\/95::-moz-placeholder{ + color: rgb(192 38 211 / 0.95); +} +.placeholder-fuchsia-600\/95:-ms-input-placeholder{ + color: rgb(192 38 211 / 0.95); +} +.placeholder-fuchsia-600\/95::-ms-input-placeholder{ + color: rgb(192 38 211 / 0.95); +} +.placeholder-fuchsia-600\/95::placeholder{ + color: rgb(192 38 211 / 0.95); +} +.placeholder-fuchsia-600\/100::-webkit-input-placeholder{ + color: rgb(192 38 211 / 1); +} +.placeholder-fuchsia-600\/100::-moz-placeholder{ + color: rgb(192 38 211 / 1); +} +.placeholder-fuchsia-600\/100:-ms-input-placeholder{ + color: rgb(192 38 211 / 1); +} +.placeholder-fuchsia-600\/100::-ms-input-placeholder{ + color: rgb(192 38 211 / 1); +} +.placeholder-fuchsia-600\/100::placeholder{ + color: rgb(192 38 211 / 1); +} +.placeholder-fuchsia-700\/0::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0); +} +.placeholder-fuchsia-700\/0::-moz-placeholder{ + color: rgb(162 28 175 / 0); +} +.placeholder-fuchsia-700\/0:-ms-input-placeholder{ + color: rgb(162 28 175 / 0); +} +.placeholder-fuchsia-700\/0::-ms-input-placeholder{ + color: rgb(162 28 175 / 0); +} +.placeholder-fuchsia-700\/0::placeholder{ + color: rgb(162 28 175 / 0); +} +.placeholder-fuchsia-700\/5::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.05); +} +.placeholder-fuchsia-700\/5::-moz-placeholder{ + color: rgb(162 28 175 / 0.05); +} +.placeholder-fuchsia-700\/5:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.05); +} +.placeholder-fuchsia-700\/5::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.05); +} +.placeholder-fuchsia-700\/5::placeholder{ + color: rgb(162 28 175 / 0.05); +} +.placeholder-fuchsia-700\/10::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.1); +} +.placeholder-fuchsia-700\/10::-moz-placeholder{ + color: rgb(162 28 175 / 0.1); +} +.placeholder-fuchsia-700\/10:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.1); +} +.placeholder-fuchsia-700\/10::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.1); +} +.placeholder-fuchsia-700\/10::placeholder{ + color: rgb(162 28 175 / 0.1); +} +.placeholder-fuchsia-700\/20::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.2); +} +.placeholder-fuchsia-700\/20::-moz-placeholder{ + color: rgb(162 28 175 / 0.2); +} +.placeholder-fuchsia-700\/20:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.2); +} +.placeholder-fuchsia-700\/20::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.2); +} +.placeholder-fuchsia-700\/20::placeholder{ + color: rgb(162 28 175 / 0.2); +} +.placeholder-fuchsia-700\/25::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.25); +} +.placeholder-fuchsia-700\/25::-moz-placeholder{ + color: rgb(162 28 175 / 0.25); +} +.placeholder-fuchsia-700\/25:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.25); +} +.placeholder-fuchsia-700\/25::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.25); +} +.placeholder-fuchsia-700\/25::placeholder{ + color: rgb(162 28 175 / 0.25); +} +.placeholder-fuchsia-700\/30::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.3); +} +.placeholder-fuchsia-700\/30::-moz-placeholder{ + color: rgb(162 28 175 / 0.3); +} +.placeholder-fuchsia-700\/30:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.3); +} +.placeholder-fuchsia-700\/30::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.3); +} +.placeholder-fuchsia-700\/30::placeholder{ + color: rgb(162 28 175 / 0.3); +} +.placeholder-fuchsia-700\/40::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.4); +} +.placeholder-fuchsia-700\/40::-moz-placeholder{ + color: rgb(162 28 175 / 0.4); +} +.placeholder-fuchsia-700\/40:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.4); +} +.placeholder-fuchsia-700\/40::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.4); +} +.placeholder-fuchsia-700\/40::placeholder{ + color: rgb(162 28 175 / 0.4); +} +.placeholder-fuchsia-700\/50::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.5); +} +.placeholder-fuchsia-700\/50::-moz-placeholder{ + color: rgb(162 28 175 / 0.5); +} +.placeholder-fuchsia-700\/50:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.5); +} +.placeholder-fuchsia-700\/50::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.5); +} +.placeholder-fuchsia-700\/50::placeholder{ + color: rgb(162 28 175 / 0.5); +} +.placeholder-fuchsia-700\/60::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.6); +} +.placeholder-fuchsia-700\/60::-moz-placeholder{ + color: rgb(162 28 175 / 0.6); +} +.placeholder-fuchsia-700\/60:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.6); +} +.placeholder-fuchsia-700\/60::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.6); +} +.placeholder-fuchsia-700\/60::placeholder{ + color: rgb(162 28 175 / 0.6); +} +.placeholder-fuchsia-700\/70::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.7); +} +.placeholder-fuchsia-700\/70::-moz-placeholder{ + color: rgb(162 28 175 / 0.7); +} +.placeholder-fuchsia-700\/70:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.7); +} +.placeholder-fuchsia-700\/70::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.7); +} +.placeholder-fuchsia-700\/70::placeholder{ + color: rgb(162 28 175 / 0.7); +} +.placeholder-fuchsia-700\/75::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.75); +} +.placeholder-fuchsia-700\/75::-moz-placeholder{ + color: rgb(162 28 175 / 0.75); +} +.placeholder-fuchsia-700\/75:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.75); +} +.placeholder-fuchsia-700\/75::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.75); +} +.placeholder-fuchsia-700\/75::placeholder{ + color: rgb(162 28 175 / 0.75); +} +.placeholder-fuchsia-700\/80::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.8); +} +.placeholder-fuchsia-700\/80::-moz-placeholder{ + color: rgb(162 28 175 / 0.8); +} +.placeholder-fuchsia-700\/80:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.8); +} +.placeholder-fuchsia-700\/80::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.8); +} +.placeholder-fuchsia-700\/80::placeholder{ + color: rgb(162 28 175 / 0.8); +} +.placeholder-fuchsia-700\/90::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.9); +} +.placeholder-fuchsia-700\/90::-moz-placeholder{ + color: rgb(162 28 175 / 0.9); +} +.placeholder-fuchsia-700\/90:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.9); +} +.placeholder-fuchsia-700\/90::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.9); +} +.placeholder-fuchsia-700\/90::placeholder{ + color: rgb(162 28 175 / 0.9); +} +.placeholder-fuchsia-700\/95::-webkit-input-placeholder{ + color: rgb(162 28 175 / 0.95); +} +.placeholder-fuchsia-700\/95::-moz-placeholder{ + color: rgb(162 28 175 / 0.95); +} +.placeholder-fuchsia-700\/95:-ms-input-placeholder{ + color: rgb(162 28 175 / 0.95); +} +.placeholder-fuchsia-700\/95::-ms-input-placeholder{ + color: rgb(162 28 175 / 0.95); +} +.placeholder-fuchsia-700\/95::placeholder{ + color: rgb(162 28 175 / 0.95); +} +.placeholder-fuchsia-700\/100::-webkit-input-placeholder{ + color: rgb(162 28 175 / 1); +} +.placeholder-fuchsia-700\/100::-moz-placeholder{ + color: rgb(162 28 175 / 1); +} +.placeholder-fuchsia-700\/100:-ms-input-placeholder{ + color: rgb(162 28 175 / 1); +} +.placeholder-fuchsia-700\/100::-ms-input-placeholder{ + color: rgb(162 28 175 / 1); +} +.placeholder-fuchsia-700\/100::placeholder{ + color: rgb(162 28 175 / 1); +} +.placeholder-fuchsia-800\/0::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0); +} +.placeholder-fuchsia-800\/0::-moz-placeholder{ + color: rgb(134 25 143 / 0); +} +.placeholder-fuchsia-800\/0:-ms-input-placeholder{ + color: rgb(134 25 143 / 0); +} +.placeholder-fuchsia-800\/0::-ms-input-placeholder{ + color: rgb(134 25 143 / 0); +} +.placeholder-fuchsia-800\/0::placeholder{ + color: rgb(134 25 143 / 0); +} +.placeholder-fuchsia-800\/5::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.05); +} +.placeholder-fuchsia-800\/5::-moz-placeholder{ + color: rgb(134 25 143 / 0.05); +} +.placeholder-fuchsia-800\/5:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.05); +} +.placeholder-fuchsia-800\/5::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.05); +} +.placeholder-fuchsia-800\/5::placeholder{ + color: rgb(134 25 143 / 0.05); +} +.placeholder-fuchsia-800\/10::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.1); +} +.placeholder-fuchsia-800\/10::-moz-placeholder{ + color: rgb(134 25 143 / 0.1); +} +.placeholder-fuchsia-800\/10:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.1); +} +.placeholder-fuchsia-800\/10::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.1); +} +.placeholder-fuchsia-800\/10::placeholder{ + color: rgb(134 25 143 / 0.1); +} +.placeholder-fuchsia-800\/20::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.2); +} +.placeholder-fuchsia-800\/20::-moz-placeholder{ + color: rgb(134 25 143 / 0.2); +} +.placeholder-fuchsia-800\/20:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.2); +} +.placeholder-fuchsia-800\/20::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.2); +} +.placeholder-fuchsia-800\/20::placeholder{ + color: rgb(134 25 143 / 0.2); +} +.placeholder-fuchsia-800\/25::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.25); +} +.placeholder-fuchsia-800\/25::-moz-placeholder{ + color: rgb(134 25 143 / 0.25); +} +.placeholder-fuchsia-800\/25:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.25); +} +.placeholder-fuchsia-800\/25::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.25); +} +.placeholder-fuchsia-800\/25::placeholder{ + color: rgb(134 25 143 / 0.25); +} +.placeholder-fuchsia-800\/30::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.3); +} +.placeholder-fuchsia-800\/30::-moz-placeholder{ + color: rgb(134 25 143 / 0.3); +} +.placeholder-fuchsia-800\/30:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.3); +} +.placeholder-fuchsia-800\/30::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.3); +} +.placeholder-fuchsia-800\/30::placeholder{ + color: rgb(134 25 143 / 0.3); +} +.placeholder-fuchsia-800\/40::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.4); +} +.placeholder-fuchsia-800\/40::-moz-placeholder{ + color: rgb(134 25 143 / 0.4); +} +.placeholder-fuchsia-800\/40:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.4); +} +.placeholder-fuchsia-800\/40::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.4); +} +.placeholder-fuchsia-800\/40::placeholder{ + color: rgb(134 25 143 / 0.4); +} +.placeholder-fuchsia-800\/50::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.5); +} +.placeholder-fuchsia-800\/50::-moz-placeholder{ + color: rgb(134 25 143 / 0.5); +} +.placeholder-fuchsia-800\/50:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.5); +} +.placeholder-fuchsia-800\/50::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.5); +} +.placeholder-fuchsia-800\/50::placeholder{ + color: rgb(134 25 143 / 0.5); +} +.placeholder-fuchsia-800\/60::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.6); +} +.placeholder-fuchsia-800\/60::-moz-placeholder{ + color: rgb(134 25 143 / 0.6); +} +.placeholder-fuchsia-800\/60:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.6); +} +.placeholder-fuchsia-800\/60::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.6); +} +.placeholder-fuchsia-800\/60::placeholder{ + color: rgb(134 25 143 / 0.6); +} +.placeholder-fuchsia-800\/70::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.7); +} +.placeholder-fuchsia-800\/70::-moz-placeholder{ + color: rgb(134 25 143 / 0.7); +} +.placeholder-fuchsia-800\/70:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.7); +} +.placeholder-fuchsia-800\/70::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.7); +} +.placeholder-fuchsia-800\/70::placeholder{ + color: rgb(134 25 143 / 0.7); +} +.placeholder-fuchsia-800\/75::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.75); +} +.placeholder-fuchsia-800\/75::-moz-placeholder{ + color: rgb(134 25 143 / 0.75); +} +.placeholder-fuchsia-800\/75:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.75); +} +.placeholder-fuchsia-800\/75::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.75); +} +.placeholder-fuchsia-800\/75::placeholder{ + color: rgb(134 25 143 / 0.75); +} +.placeholder-fuchsia-800\/80::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.8); +} +.placeholder-fuchsia-800\/80::-moz-placeholder{ + color: rgb(134 25 143 / 0.8); +} +.placeholder-fuchsia-800\/80:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.8); +} +.placeholder-fuchsia-800\/80::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.8); +} +.placeholder-fuchsia-800\/80::placeholder{ + color: rgb(134 25 143 / 0.8); +} +.placeholder-fuchsia-800\/90::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.9); +} +.placeholder-fuchsia-800\/90::-moz-placeholder{ + color: rgb(134 25 143 / 0.9); +} +.placeholder-fuchsia-800\/90:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.9); +} +.placeholder-fuchsia-800\/90::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.9); +} +.placeholder-fuchsia-800\/90::placeholder{ + color: rgb(134 25 143 / 0.9); +} +.placeholder-fuchsia-800\/95::-webkit-input-placeholder{ + color: rgb(134 25 143 / 0.95); +} +.placeholder-fuchsia-800\/95::-moz-placeholder{ + color: rgb(134 25 143 / 0.95); +} +.placeholder-fuchsia-800\/95:-ms-input-placeholder{ + color: rgb(134 25 143 / 0.95); +} +.placeholder-fuchsia-800\/95::-ms-input-placeholder{ + color: rgb(134 25 143 / 0.95); +} +.placeholder-fuchsia-800\/95::placeholder{ + color: rgb(134 25 143 / 0.95); +} +.placeholder-fuchsia-800\/100::-webkit-input-placeholder{ + color: rgb(134 25 143 / 1); +} +.placeholder-fuchsia-800\/100::-moz-placeholder{ + color: rgb(134 25 143 / 1); +} +.placeholder-fuchsia-800\/100:-ms-input-placeholder{ + color: rgb(134 25 143 / 1); +} +.placeholder-fuchsia-800\/100::-ms-input-placeholder{ + color: rgb(134 25 143 / 1); +} +.placeholder-fuchsia-800\/100::placeholder{ + color: rgb(134 25 143 / 1); +} +.placeholder-fuchsia-900\/0::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0); +} +.placeholder-fuchsia-900\/0::-moz-placeholder{ + color: rgb(112 26 117 / 0); +} +.placeholder-fuchsia-900\/0:-ms-input-placeholder{ + color: rgb(112 26 117 / 0); +} +.placeholder-fuchsia-900\/0::-ms-input-placeholder{ + color: rgb(112 26 117 / 0); +} +.placeholder-fuchsia-900\/0::placeholder{ + color: rgb(112 26 117 / 0); +} +.placeholder-fuchsia-900\/5::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.05); +} +.placeholder-fuchsia-900\/5::-moz-placeholder{ + color: rgb(112 26 117 / 0.05); +} +.placeholder-fuchsia-900\/5:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.05); +} +.placeholder-fuchsia-900\/5::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.05); +} +.placeholder-fuchsia-900\/5::placeholder{ + color: rgb(112 26 117 / 0.05); +} +.placeholder-fuchsia-900\/10::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.1); +} +.placeholder-fuchsia-900\/10::-moz-placeholder{ + color: rgb(112 26 117 / 0.1); +} +.placeholder-fuchsia-900\/10:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.1); +} +.placeholder-fuchsia-900\/10::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.1); +} +.placeholder-fuchsia-900\/10::placeholder{ + color: rgb(112 26 117 / 0.1); +} +.placeholder-fuchsia-900\/20::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.2); +} +.placeholder-fuchsia-900\/20::-moz-placeholder{ + color: rgb(112 26 117 / 0.2); +} +.placeholder-fuchsia-900\/20:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.2); +} +.placeholder-fuchsia-900\/20::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.2); +} +.placeholder-fuchsia-900\/20::placeholder{ + color: rgb(112 26 117 / 0.2); +} +.placeholder-fuchsia-900\/25::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.25); +} +.placeholder-fuchsia-900\/25::-moz-placeholder{ + color: rgb(112 26 117 / 0.25); +} +.placeholder-fuchsia-900\/25:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.25); +} +.placeholder-fuchsia-900\/25::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.25); +} +.placeholder-fuchsia-900\/25::placeholder{ + color: rgb(112 26 117 / 0.25); +} +.placeholder-fuchsia-900\/30::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.3); +} +.placeholder-fuchsia-900\/30::-moz-placeholder{ + color: rgb(112 26 117 / 0.3); +} +.placeholder-fuchsia-900\/30:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.3); +} +.placeholder-fuchsia-900\/30::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.3); +} +.placeholder-fuchsia-900\/30::placeholder{ + color: rgb(112 26 117 / 0.3); +} +.placeholder-fuchsia-900\/40::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.4); +} +.placeholder-fuchsia-900\/40::-moz-placeholder{ + color: rgb(112 26 117 / 0.4); +} +.placeholder-fuchsia-900\/40:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.4); +} +.placeholder-fuchsia-900\/40::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.4); +} +.placeholder-fuchsia-900\/40::placeholder{ + color: rgb(112 26 117 / 0.4); +} +.placeholder-fuchsia-900\/50::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.5); +} +.placeholder-fuchsia-900\/50::-moz-placeholder{ + color: rgb(112 26 117 / 0.5); +} +.placeholder-fuchsia-900\/50:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.5); +} +.placeholder-fuchsia-900\/50::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.5); +} +.placeholder-fuchsia-900\/50::placeholder{ + color: rgb(112 26 117 / 0.5); +} +.placeholder-fuchsia-900\/60::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.6); +} +.placeholder-fuchsia-900\/60::-moz-placeholder{ + color: rgb(112 26 117 / 0.6); +} +.placeholder-fuchsia-900\/60:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.6); +} +.placeholder-fuchsia-900\/60::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.6); +} +.placeholder-fuchsia-900\/60::placeholder{ + color: rgb(112 26 117 / 0.6); +} +.placeholder-fuchsia-900\/70::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.7); +} +.placeholder-fuchsia-900\/70::-moz-placeholder{ + color: rgb(112 26 117 / 0.7); +} +.placeholder-fuchsia-900\/70:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.7); +} +.placeholder-fuchsia-900\/70::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.7); +} +.placeholder-fuchsia-900\/70::placeholder{ + color: rgb(112 26 117 / 0.7); +} +.placeholder-fuchsia-900\/75::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.75); +} +.placeholder-fuchsia-900\/75::-moz-placeholder{ + color: rgb(112 26 117 / 0.75); +} +.placeholder-fuchsia-900\/75:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.75); +} +.placeholder-fuchsia-900\/75::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.75); +} +.placeholder-fuchsia-900\/75::placeholder{ + color: rgb(112 26 117 / 0.75); +} +.placeholder-fuchsia-900\/80::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.8); +} +.placeholder-fuchsia-900\/80::-moz-placeholder{ + color: rgb(112 26 117 / 0.8); +} +.placeholder-fuchsia-900\/80:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.8); +} +.placeholder-fuchsia-900\/80::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.8); +} +.placeholder-fuchsia-900\/80::placeholder{ + color: rgb(112 26 117 / 0.8); +} +.placeholder-fuchsia-900\/90::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.9); +} +.placeholder-fuchsia-900\/90::-moz-placeholder{ + color: rgb(112 26 117 / 0.9); +} +.placeholder-fuchsia-900\/90:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.9); +} +.placeholder-fuchsia-900\/90::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.9); +} +.placeholder-fuchsia-900\/90::placeholder{ + color: rgb(112 26 117 / 0.9); +} +.placeholder-fuchsia-900\/95::-webkit-input-placeholder{ + color: rgb(112 26 117 / 0.95); +} +.placeholder-fuchsia-900\/95::-moz-placeholder{ + color: rgb(112 26 117 / 0.95); +} +.placeholder-fuchsia-900\/95:-ms-input-placeholder{ + color: rgb(112 26 117 / 0.95); +} +.placeholder-fuchsia-900\/95::-ms-input-placeholder{ + color: rgb(112 26 117 / 0.95); +} +.placeholder-fuchsia-900\/95::placeholder{ + color: rgb(112 26 117 / 0.95); +} +.placeholder-fuchsia-900\/100::-webkit-input-placeholder{ + color: rgb(112 26 117 / 1); +} +.placeholder-fuchsia-900\/100::-moz-placeholder{ + color: rgb(112 26 117 / 1); +} +.placeholder-fuchsia-900\/100:-ms-input-placeholder{ + color: rgb(112 26 117 / 1); +} +.placeholder-fuchsia-900\/100::-ms-input-placeholder{ + color: rgb(112 26 117 / 1); +} +.placeholder-fuchsia-900\/100::placeholder{ + color: rgb(112 26 117 / 1); +} +.placeholder-pink-50\/0::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0); +} +.placeholder-pink-50\/0::-moz-placeholder{ + color: rgb(253 242 248 / 0); +} +.placeholder-pink-50\/0:-ms-input-placeholder{ + color: rgb(253 242 248 / 0); +} +.placeholder-pink-50\/0::-ms-input-placeholder{ + color: rgb(253 242 248 / 0); +} +.placeholder-pink-50\/0::placeholder{ + color: rgb(253 242 248 / 0); +} +.placeholder-pink-50\/5::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.05); +} +.placeholder-pink-50\/5::-moz-placeholder{ + color: rgb(253 242 248 / 0.05); +} +.placeholder-pink-50\/5:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.05); +} +.placeholder-pink-50\/5::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.05); +} +.placeholder-pink-50\/5::placeholder{ + color: rgb(253 242 248 / 0.05); +} +.placeholder-pink-50\/10::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.1); +} +.placeholder-pink-50\/10::-moz-placeholder{ + color: rgb(253 242 248 / 0.1); +} +.placeholder-pink-50\/10:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.1); +} +.placeholder-pink-50\/10::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.1); +} +.placeholder-pink-50\/10::placeholder{ + color: rgb(253 242 248 / 0.1); +} +.placeholder-pink-50\/20::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.2); +} +.placeholder-pink-50\/20::-moz-placeholder{ + color: rgb(253 242 248 / 0.2); +} +.placeholder-pink-50\/20:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.2); +} +.placeholder-pink-50\/20::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.2); +} +.placeholder-pink-50\/20::placeholder{ + color: rgb(253 242 248 / 0.2); +} +.placeholder-pink-50\/25::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.25); +} +.placeholder-pink-50\/25::-moz-placeholder{ + color: rgb(253 242 248 / 0.25); +} +.placeholder-pink-50\/25:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.25); +} +.placeholder-pink-50\/25::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.25); +} +.placeholder-pink-50\/25::placeholder{ + color: rgb(253 242 248 / 0.25); +} +.placeholder-pink-50\/30::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.3); +} +.placeholder-pink-50\/30::-moz-placeholder{ + color: rgb(253 242 248 / 0.3); +} +.placeholder-pink-50\/30:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.3); +} +.placeholder-pink-50\/30::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.3); +} +.placeholder-pink-50\/30::placeholder{ + color: rgb(253 242 248 / 0.3); +} +.placeholder-pink-50\/40::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.4); +} +.placeholder-pink-50\/40::-moz-placeholder{ + color: rgb(253 242 248 / 0.4); +} +.placeholder-pink-50\/40:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.4); +} +.placeholder-pink-50\/40::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.4); +} +.placeholder-pink-50\/40::placeholder{ + color: rgb(253 242 248 / 0.4); +} +.placeholder-pink-50\/50::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.5); +} +.placeholder-pink-50\/50::-moz-placeholder{ + color: rgb(253 242 248 / 0.5); +} +.placeholder-pink-50\/50:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.5); +} +.placeholder-pink-50\/50::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.5); +} +.placeholder-pink-50\/50::placeholder{ + color: rgb(253 242 248 / 0.5); +} +.placeholder-pink-50\/60::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.6); +} +.placeholder-pink-50\/60::-moz-placeholder{ + color: rgb(253 242 248 / 0.6); +} +.placeholder-pink-50\/60:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.6); +} +.placeholder-pink-50\/60::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.6); +} +.placeholder-pink-50\/60::placeholder{ + color: rgb(253 242 248 / 0.6); +} +.placeholder-pink-50\/70::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.7); +} +.placeholder-pink-50\/70::-moz-placeholder{ + color: rgb(253 242 248 / 0.7); +} +.placeholder-pink-50\/70:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.7); +} +.placeholder-pink-50\/70::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.7); +} +.placeholder-pink-50\/70::placeholder{ + color: rgb(253 242 248 / 0.7); +} +.placeholder-pink-50\/75::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.75); +} +.placeholder-pink-50\/75::-moz-placeholder{ + color: rgb(253 242 248 / 0.75); +} +.placeholder-pink-50\/75:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.75); +} +.placeholder-pink-50\/75::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.75); +} +.placeholder-pink-50\/75::placeholder{ + color: rgb(253 242 248 / 0.75); +} +.placeholder-pink-50\/80::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.8); +} +.placeholder-pink-50\/80::-moz-placeholder{ + color: rgb(253 242 248 / 0.8); +} +.placeholder-pink-50\/80:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.8); +} +.placeholder-pink-50\/80::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.8); +} +.placeholder-pink-50\/80::placeholder{ + color: rgb(253 242 248 / 0.8); +} +.placeholder-pink-50\/90::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.9); +} +.placeholder-pink-50\/90::-moz-placeholder{ + color: rgb(253 242 248 / 0.9); +} +.placeholder-pink-50\/90:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.9); +} +.placeholder-pink-50\/90::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.9); +} +.placeholder-pink-50\/90::placeholder{ + color: rgb(253 242 248 / 0.9); +} +.placeholder-pink-50\/95::-webkit-input-placeholder{ + color: rgb(253 242 248 / 0.95); +} +.placeholder-pink-50\/95::-moz-placeholder{ + color: rgb(253 242 248 / 0.95); +} +.placeholder-pink-50\/95:-ms-input-placeholder{ + color: rgb(253 242 248 / 0.95); +} +.placeholder-pink-50\/95::-ms-input-placeholder{ + color: rgb(253 242 248 / 0.95); +} +.placeholder-pink-50\/95::placeholder{ + color: rgb(253 242 248 / 0.95); +} +.placeholder-pink-50\/100::-webkit-input-placeholder{ + color: rgb(253 242 248 / 1); +} +.placeholder-pink-50\/100::-moz-placeholder{ + color: rgb(253 242 248 / 1); +} +.placeholder-pink-50\/100:-ms-input-placeholder{ + color: rgb(253 242 248 / 1); +} +.placeholder-pink-50\/100::-ms-input-placeholder{ + color: rgb(253 242 248 / 1); +} +.placeholder-pink-50\/100::placeholder{ + color: rgb(253 242 248 / 1); +} +.placeholder-pink-100\/0::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0); +} +.placeholder-pink-100\/0::-moz-placeholder{ + color: rgb(252 232 243 / 0); +} +.placeholder-pink-100\/0:-ms-input-placeholder{ + color: rgb(252 232 243 / 0); +} +.placeholder-pink-100\/0::-ms-input-placeholder{ + color: rgb(252 232 243 / 0); +} +.placeholder-pink-100\/0::placeholder{ + color: rgb(252 232 243 / 0); +} +.placeholder-pink-100\/5::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.05); +} +.placeholder-pink-100\/5::-moz-placeholder{ + color: rgb(252 232 243 / 0.05); +} +.placeholder-pink-100\/5:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.05); +} +.placeholder-pink-100\/5::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.05); +} +.placeholder-pink-100\/5::placeholder{ + color: rgb(252 232 243 / 0.05); +} +.placeholder-pink-100\/10::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.1); +} +.placeholder-pink-100\/10::-moz-placeholder{ + color: rgb(252 232 243 / 0.1); +} +.placeholder-pink-100\/10:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.1); +} +.placeholder-pink-100\/10::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.1); +} +.placeholder-pink-100\/10::placeholder{ + color: rgb(252 232 243 / 0.1); +} +.placeholder-pink-100\/20::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.2); +} +.placeholder-pink-100\/20::-moz-placeholder{ + color: rgb(252 232 243 / 0.2); +} +.placeholder-pink-100\/20:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.2); +} +.placeholder-pink-100\/20::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.2); +} +.placeholder-pink-100\/20::placeholder{ + color: rgb(252 232 243 / 0.2); +} +.placeholder-pink-100\/25::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.25); +} +.placeholder-pink-100\/25::-moz-placeholder{ + color: rgb(252 232 243 / 0.25); +} +.placeholder-pink-100\/25:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.25); +} +.placeholder-pink-100\/25::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.25); +} +.placeholder-pink-100\/25::placeholder{ + color: rgb(252 232 243 / 0.25); +} +.placeholder-pink-100\/30::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.3); +} +.placeholder-pink-100\/30::-moz-placeholder{ + color: rgb(252 232 243 / 0.3); +} +.placeholder-pink-100\/30:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.3); +} +.placeholder-pink-100\/30::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.3); +} +.placeholder-pink-100\/30::placeholder{ + color: rgb(252 232 243 / 0.3); +} +.placeholder-pink-100\/40::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.4); +} +.placeholder-pink-100\/40::-moz-placeholder{ + color: rgb(252 232 243 / 0.4); +} +.placeholder-pink-100\/40:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.4); +} +.placeholder-pink-100\/40::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.4); +} +.placeholder-pink-100\/40::placeholder{ + color: rgb(252 232 243 / 0.4); +} +.placeholder-pink-100\/50::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.5); +} +.placeholder-pink-100\/50::-moz-placeholder{ + color: rgb(252 232 243 / 0.5); +} +.placeholder-pink-100\/50:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.5); +} +.placeholder-pink-100\/50::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.5); +} +.placeholder-pink-100\/50::placeholder{ + color: rgb(252 232 243 / 0.5); +} +.placeholder-pink-100\/60::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.6); +} +.placeholder-pink-100\/60::-moz-placeholder{ + color: rgb(252 232 243 / 0.6); +} +.placeholder-pink-100\/60:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.6); +} +.placeholder-pink-100\/60::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.6); +} +.placeholder-pink-100\/60::placeholder{ + color: rgb(252 232 243 / 0.6); +} +.placeholder-pink-100\/70::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.7); +} +.placeholder-pink-100\/70::-moz-placeholder{ + color: rgb(252 232 243 / 0.7); +} +.placeholder-pink-100\/70:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.7); +} +.placeholder-pink-100\/70::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.7); +} +.placeholder-pink-100\/70::placeholder{ + color: rgb(252 232 243 / 0.7); +} +.placeholder-pink-100\/75::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.75); +} +.placeholder-pink-100\/75::-moz-placeholder{ + color: rgb(252 232 243 / 0.75); +} +.placeholder-pink-100\/75:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.75); +} +.placeholder-pink-100\/75::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.75); +} +.placeholder-pink-100\/75::placeholder{ + color: rgb(252 232 243 / 0.75); +} +.placeholder-pink-100\/80::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.8); +} +.placeholder-pink-100\/80::-moz-placeholder{ + color: rgb(252 232 243 / 0.8); +} +.placeholder-pink-100\/80:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.8); +} +.placeholder-pink-100\/80::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.8); +} +.placeholder-pink-100\/80::placeholder{ + color: rgb(252 232 243 / 0.8); +} +.placeholder-pink-100\/90::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.9); +} +.placeholder-pink-100\/90::-moz-placeholder{ + color: rgb(252 232 243 / 0.9); +} +.placeholder-pink-100\/90:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.9); +} +.placeholder-pink-100\/90::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.9); +} +.placeholder-pink-100\/90::placeholder{ + color: rgb(252 232 243 / 0.9); +} +.placeholder-pink-100\/95::-webkit-input-placeholder{ + color: rgb(252 232 243 / 0.95); +} +.placeholder-pink-100\/95::-moz-placeholder{ + color: rgb(252 232 243 / 0.95); +} +.placeholder-pink-100\/95:-ms-input-placeholder{ + color: rgb(252 232 243 / 0.95); +} +.placeholder-pink-100\/95::-ms-input-placeholder{ + color: rgb(252 232 243 / 0.95); +} +.placeholder-pink-100\/95::placeholder{ + color: rgb(252 232 243 / 0.95); +} +.placeholder-pink-100\/100::-webkit-input-placeholder{ + color: rgb(252 232 243 / 1); +} +.placeholder-pink-100\/100::-moz-placeholder{ + color: rgb(252 232 243 / 1); +} +.placeholder-pink-100\/100:-ms-input-placeholder{ + color: rgb(252 232 243 / 1); +} +.placeholder-pink-100\/100::-ms-input-placeholder{ + color: rgb(252 232 243 / 1); +} +.placeholder-pink-100\/100::placeholder{ + color: rgb(252 232 243 / 1); +} +.placeholder-pink-200\/0::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0); +} +.placeholder-pink-200\/0::-moz-placeholder{ + color: rgb(250 209 232 / 0); +} +.placeholder-pink-200\/0:-ms-input-placeholder{ + color: rgb(250 209 232 / 0); +} +.placeholder-pink-200\/0::-ms-input-placeholder{ + color: rgb(250 209 232 / 0); +} +.placeholder-pink-200\/0::placeholder{ + color: rgb(250 209 232 / 0); +} +.placeholder-pink-200\/5::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.05); +} +.placeholder-pink-200\/5::-moz-placeholder{ + color: rgb(250 209 232 / 0.05); +} +.placeholder-pink-200\/5:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.05); +} +.placeholder-pink-200\/5::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.05); +} +.placeholder-pink-200\/5::placeholder{ + color: rgb(250 209 232 / 0.05); +} +.placeholder-pink-200\/10::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.1); +} +.placeholder-pink-200\/10::-moz-placeholder{ + color: rgb(250 209 232 / 0.1); +} +.placeholder-pink-200\/10:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.1); +} +.placeholder-pink-200\/10::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.1); +} +.placeholder-pink-200\/10::placeholder{ + color: rgb(250 209 232 / 0.1); +} +.placeholder-pink-200\/20::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.2); +} +.placeholder-pink-200\/20::-moz-placeholder{ + color: rgb(250 209 232 / 0.2); +} +.placeholder-pink-200\/20:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.2); +} +.placeholder-pink-200\/20::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.2); +} +.placeholder-pink-200\/20::placeholder{ + color: rgb(250 209 232 / 0.2); +} +.placeholder-pink-200\/25::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.25); +} +.placeholder-pink-200\/25::-moz-placeholder{ + color: rgb(250 209 232 / 0.25); +} +.placeholder-pink-200\/25:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.25); +} +.placeholder-pink-200\/25::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.25); +} +.placeholder-pink-200\/25::placeholder{ + color: rgb(250 209 232 / 0.25); +} +.placeholder-pink-200\/30::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.3); +} +.placeholder-pink-200\/30::-moz-placeholder{ + color: rgb(250 209 232 / 0.3); +} +.placeholder-pink-200\/30:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.3); +} +.placeholder-pink-200\/30::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.3); +} +.placeholder-pink-200\/30::placeholder{ + color: rgb(250 209 232 / 0.3); +} +.placeholder-pink-200\/40::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.4); +} +.placeholder-pink-200\/40::-moz-placeholder{ + color: rgb(250 209 232 / 0.4); +} +.placeholder-pink-200\/40:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.4); +} +.placeholder-pink-200\/40::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.4); +} +.placeholder-pink-200\/40::placeholder{ + color: rgb(250 209 232 / 0.4); +} +.placeholder-pink-200\/50::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.5); +} +.placeholder-pink-200\/50::-moz-placeholder{ + color: rgb(250 209 232 / 0.5); +} +.placeholder-pink-200\/50:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.5); +} +.placeholder-pink-200\/50::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.5); +} +.placeholder-pink-200\/50::placeholder{ + color: rgb(250 209 232 / 0.5); +} +.placeholder-pink-200\/60::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.6); +} +.placeholder-pink-200\/60::-moz-placeholder{ + color: rgb(250 209 232 / 0.6); +} +.placeholder-pink-200\/60:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.6); +} +.placeholder-pink-200\/60::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.6); +} +.placeholder-pink-200\/60::placeholder{ + color: rgb(250 209 232 / 0.6); +} +.placeholder-pink-200\/70::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.7); +} +.placeholder-pink-200\/70::-moz-placeholder{ + color: rgb(250 209 232 / 0.7); +} +.placeholder-pink-200\/70:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.7); +} +.placeholder-pink-200\/70::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.7); +} +.placeholder-pink-200\/70::placeholder{ + color: rgb(250 209 232 / 0.7); +} +.placeholder-pink-200\/75::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.75); +} +.placeholder-pink-200\/75::-moz-placeholder{ + color: rgb(250 209 232 / 0.75); +} +.placeholder-pink-200\/75:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.75); +} +.placeholder-pink-200\/75::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.75); +} +.placeholder-pink-200\/75::placeholder{ + color: rgb(250 209 232 / 0.75); +} +.placeholder-pink-200\/80::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.8); +} +.placeholder-pink-200\/80::-moz-placeholder{ + color: rgb(250 209 232 / 0.8); +} +.placeholder-pink-200\/80:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.8); +} +.placeholder-pink-200\/80::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.8); +} +.placeholder-pink-200\/80::placeholder{ + color: rgb(250 209 232 / 0.8); +} +.placeholder-pink-200\/90::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.9); +} +.placeholder-pink-200\/90::-moz-placeholder{ + color: rgb(250 209 232 / 0.9); +} +.placeholder-pink-200\/90:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.9); +} +.placeholder-pink-200\/90::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.9); +} +.placeholder-pink-200\/90::placeholder{ + color: rgb(250 209 232 / 0.9); +} +.placeholder-pink-200\/95::-webkit-input-placeholder{ + color: rgb(250 209 232 / 0.95); +} +.placeholder-pink-200\/95::-moz-placeholder{ + color: rgb(250 209 232 / 0.95); +} +.placeholder-pink-200\/95:-ms-input-placeholder{ + color: rgb(250 209 232 / 0.95); +} +.placeholder-pink-200\/95::-ms-input-placeholder{ + color: rgb(250 209 232 / 0.95); +} +.placeholder-pink-200\/95::placeholder{ + color: rgb(250 209 232 / 0.95); +} +.placeholder-pink-200\/100::-webkit-input-placeholder{ + color: rgb(250 209 232 / 1); +} +.placeholder-pink-200\/100::-moz-placeholder{ + color: rgb(250 209 232 / 1); +} +.placeholder-pink-200\/100:-ms-input-placeholder{ + color: rgb(250 209 232 / 1); +} +.placeholder-pink-200\/100::-ms-input-placeholder{ + color: rgb(250 209 232 / 1); +} +.placeholder-pink-200\/100::placeholder{ + color: rgb(250 209 232 / 1); +} +.placeholder-pink-300\/0::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0); +} +.placeholder-pink-300\/0::-moz-placeholder{ + color: rgb(248 180 217 / 0); +} +.placeholder-pink-300\/0:-ms-input-placeholder{ + color: rgb(248 180 217 / 0); +} +.placeholder-pink-300\/0::-ms-input-placeholder{ + color: rgb(248 180 217 / 0); +} +.placeholder-pink-300\/0::placeholder{ + color: rgb(248 180 217 / 0); +} +.placeholder-pink-300\/5::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.05); +} +.placeholder-pink-300\/5::-moz-placeholder{ + color: rgb(248 180 217 / 0.05); +} +.placeholder-pink-300\/5:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.05); +} +.placeholder-pink-300\/5::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.05); +} +.placeholder-pink-300\/5::placeholder{ + color: rgb(248 180 217 / 0.05); +} +.placeholder-pink-300\/10::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.1); +} +.placeholder-pink-300\/10::-moz-placeholder{ + color: rgb(248 180 217 / 0.1); +} +.placeholder-pink-300\/10:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.1); +} +.placeholder-pink-300\/10::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.1); +} +.placeholder-pink-300\/10::placeholder{ + color: rgb(248 180 217 / 0.1); +} +.placeholder-pink-300\/20::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.2); +} +.placeholder-pink-300\/20::-moz-placeholder{ + color: rgb(248 180 217 / 0.2); +} +.placeholder-pink-300\/20:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.2); +} +.placeholder-pink-300\/20::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.2); +} +.placeholder-pink-300\/20::placeholder{ + color: rgb(248 180 217 / 0.2); +} +.placeholder-pink-300\/25::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.25); +} +.placeholder-pink-300\/25::-moz-placeholder{ + color: rgb(248 180 217 / 0.25); +} +.placeholder-pink-300\/25:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.25); +} +.placeholder-pink-300\/25::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.25); +} +.placeholder-pink-300\/25::placeholder{ + color: rgb(248 180 217 / 0.25); +} +.placeholder-pink-300\/30::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.3); +} +.placeholder-pink-300\/30::-moz-placeholder{ + color: rgb(248 180 217 / 0.3); +} +.placeholder-pink-300\/30:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.3); +} +.placeholder-pink-300\/30::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.3); +} +.placeholder-pink-300\/30::placeholder{ + color: rgb(248 180 217 / 0.3); +} +.placeholder-pink-300\/40::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.4); +} +.placeholder-pink-300\/40::-moz-placeholder{ + color: rgb(248 180 217 / 0.4); +} +.placeholder-pink-300\/40:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.4); +} +.placeholder-pink-300\/40::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.4); +} +.placeholder-pink-300\/40::placeholder{ + color: rgb(248 180 217 / 0.4); +} +.placeholder-pink-300\/50::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.5); +} +.placeholder-pink-300\/50::-moz-placeholder{ + color: rgb(248 180 217 / 0.5); +} +.placeholder-pink-300\/50:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.5); +} +.placeholder-pink-300\/50::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.5); +} +.placeholder-pink-300\/50::placeholder{ + color: rgb(248 180 217 / 0.5); +} +.placeholder-pink-300\/60::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.6); +} +.placeholder-pink-300\/60::-moz-placeholder{ + color: rgb(248 180 217 / 0.6); +} +.placeholder-pink-300\/60:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.6); +} +.placeholder-pink-300\/60::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.6); +} +.placeholder-pink-300\/60::placeholder{ + color: rgb(248 180 217 / 0.6); +} +.placeholder-pink-300\/70::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.7); +} +.placeholder-pink-300\/70::-moz-placeholder{ + color: rgb(248 180 217 / 0.7); +} +.placeholder-pink-300\/70:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.7); +} +.placeholder-pink-300\/70::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.7); +} +.placeholder-pink-300\/70::placeholder{ + color: rgb(248 180 217 / 0.7); +} +.placeholder-pink-300\/75::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.75); +} +.placeholder-pink-300\/75::-moz-placeholder{ + color: rgb(248 180 217 / 0.75); +} +.placeholder-pink-300\/75:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.75); +} +.placeholder-pink-300\/75::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.75); +} +.placeholder-pink-300\/75::placeholder{ + color: rgb(248 180 217 / 0.75); +} +.placeholder-pink-300\/80::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.8); +} +.placeholder-pink-300\/80::-moz-placeholder{ + color: rgb(248 180 217 / 0.8); +} +.placeholder-pink-300\/80:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.8); +} +.placeholder-pink-300\/80::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.8); +} +.placeholder-pink-300\/80::placeholder{ + color: rgb(248 180 217 / 0.8); +} +.placeholder-pink-300\/90::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.9); +} +.placeholder-pink-300\/90::-moz-placeholder{ + color: rgb(248 180 217 / 0.9); +} +.placeholder-pink-300\/90:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.9); +} +.placeholder-pink-300\/90::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.9); +} +.placeholder-pink-300\/90::placeholder{ + color: rgb(248 180 217 / 0.9); +} +.placeholder-pink-300\/95::-webkit-input-placeholder{ + color: rgb(248 180 217 / 0.95); +} +.placeholder-pink-300\/95::-moz-placeholder{ + color: rgb(248 180 217 / 0.95); +} +.placeholder-pink-300\/95:-ms-input-placeholder{ + color: rgb(248 180 217 / 0.95); +} +.placeholder-pink-300\/95::-ms-input-placeholder{ + color: rgb(248 180 217 / 0.95); +} +.placeholder-pink-300\/95::placeholder{ + color: rgb(248 180 217 / 0.95); +} +.placeholder-pink-300\/100::-webkit-input-placeholder{ + color: rgb(248 180 217 / 1); +} +.placeholder-pink-300\/100::-moz-placeholder{ + color: rgb(248 180 217 / 1); +} +.placeholder-pink-300\/100:-ms-input-placeholder{ + color: rgb(248 180 217 / 1); +} +.placeholder-pink-300\/100::-ms-input-placeholder{ + color: rgb(248 180 217 / 1); +} +.placeholder-pink-300\/100::placeholder{ + color: rgb(248 180 217 / 1); +} +.placeholder-pink-400\/0::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0); +} +.placeholder-pink-400\/0::-moz-placeholder{ + color: rgb(241 126 184 / 0); +} +.placeholder-pink-400\/0:-ms-input-placeholder{ + color: rgb(241 126 184 / 0); +} +.placeholder-pink-400\/0::-ms-input-placeholder{ + color: rgb(241 126 184 / 0); +} +.placeholder-pink-400\/0::placeholder{ + color: rgb(241 126 184 / 0); +} +.placeholder-pink-400\/5::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.05); +} +.placeholder-pink-400\/5::-moz-placeholder{ + color: rgb(241 126 184 / 0.05); +} +.placeholder-pink-400\/5:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.05); +} +.placeholder-pink-400\/5::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.05); +} +.placeholder-pink-400\/5::placeholder{ + color: rgb(241 126 184 / 0.05); +} +.placeholder-pink-400\/10::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.1); +} +.placeholder-pink-400\/10::-moz-placeholder{ + color: rgb(241 126 184 / 0.1); +} +.placeholder-pink-400\/10:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.1); +} +.placeholder-pink-400\/10::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.1); +} +.placeholder-pink-400\/10::placeholder{ + color: rgb(241 126 184 / 0.1); +} +.placeholder-pink-400\/20::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.2); +} +.placeholder-pink-400\/20::-moz-placeholder{ + color: rgb(241 126 184 / 0.2); +} +.placeholder-pink-400\/20:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.2); +} +.placeholder-pink-400\/20::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.2); +} +.placeholder-pink-400\/20::placeholder{ + color: rgb(241 126 184 / 0.2); +} +.placeholder-pink-400\/25::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.25); +} +.placeholder-pink-400\/25::-moz-placeholder{ + color: rgb(241 126 184 / 0.25); +} +.placeholder-pink-400\/25:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.25); +} +.placeholder-pink-400\/25::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.25); +} +.placeholder-pink-400\/25::placeholder{ + color: rgb(241 126 184 / 0.25); +} +.placeholder-pink-400\/30::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.3); +} +.placeholder-pink-400\/30::-moz-placeholder{ + color: rgb(241 126 184 / 0.3); +} +.placeholder-pink-400\/30:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.3); +} +.placeholder-pink-400\/30::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.3); +} +.placeholder-pink-400\/30::placeholder{ + color: rgb(241 126 184 / 0.3); +} +.placeholder-pink-400\/40::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.4); +} +.placeholder-pink-400\/40::-moz-placeholder{ + color: rgb(241 126 184 / 0.4); +} +.placeholder-pink-400\/40:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.4); +} +.placeholder-pink-400\/40::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.4); +} +.placeholder-pink-400\/40::placeholder{ + color: rgb(241 126 184 / 0.4); +} +.placeholder-pink-400\/50::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.5); +} +.placeholder-pink-400\/50::-moz-placeholder{ + color: rgb(241 126 184 / 0.5); +} +.placeholder-pink-400\/50:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.5); +} +.placeholder-pink-400\/50::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.5); +} +.placeholder-pink-400\/50::placeholder{ + color: rgb(241 126 184 / 0.5); +} +.placeholder-pink-400\/60::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.6); +} +.placeholder-pink-400\/60::-moz-placeholder{ + color: rgb(241 126 184 / 0.6); +} +.placeholder-pink-400\/60:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.6); +} +.placeholder-pink-400\/60::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.6); +} +.placeholder-pink-400\/60::placeholder{ + color: rgb(241 126 184 / 0.6); +} +.placeholder-pink-400\/70::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.7); +} +.placeholder-pink-400\/70::-moz-placeholder{ + color: rgb(241 126 184 / 0.7); +} +.placeholder-pink-400\/70:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.7); +} +.placeholder-pink-400\/70::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.7); +} +.placeholder-pink-400\/70::placeholder{ + color: rgb(241 126 184 / 0.7); +} +.placeholder-pink-400\/75::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.75); +} +.placeholder-pink-400\/75::-moz-placeholder{ + color: rgb(241 126 184 / 0.75); +} +.placeholder-pink-400\/75:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.75); +} +.placeholder-pink-400\/75::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.75); +} +.placeholder-pink-400\/75::placeholder{ + color: rgb(241 126 184 / 0.75); +} +.placeholder-pink-400\/80::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.8); +} +.placeholder-pink-400\/80::-moz-placeholder{ + color: rgb(241 126 184 / 0.8); +} +.placeholder-pink-400\/80:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.8); +} +.placeholder-pink-400\/80::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.8); +} +.placeholder-pink-400\/80::placeholder{ + color: rgb(241 126 184 / 0.8); +} +.placeholder-pink-400\/90::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.9); +} +.placeholder-pink-400\/90::-moz-placeholder{ + color: rgb(241 126 184 / 0.9); +} +.placeholder-pink-400\/90:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.9); +} +.placeholder-pink-400\/90::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.9); +} +.placeholder-pink-400\/90::placeholder{ + color: rgb(241 126 184 / 0.9); +} +.placeholder-pink-400\/95::-webkit-input-placeholder{ + color: rgb(241 126 184 / 0.95); +} +.placeholder-pink-400\/95::-moz-placeholder{ + color: rgb(241 126 184 / 0.95); +} +.placeholder-pink-400\/95:-ms-input-placeholder{ + color: rgb(241 126 184 / 0.95); +} +.placeholder-pink-400\/95::-ms-input-placeholder{ + color: rgb(241 126 184 / 0.95); +} +.placeholder-pink-400\/95::placeholder{ + color: rgb(241 126 184 / 0.95); +} +.placeholder-pink-400\/100::-webkit-input-placeholder{ + color: rgb(241 126 184 / 1); +} +.placeholder-pink-400\/100::-moz-placeholder{ + color: rgb(241 126 184 / 1); +} +.placeholder-pink-400\/100:-ms-input-placeholder{ + color: rgb(241 126 184 / 1); +} +.placeholder-pink-400\/100::-ms-input-placeholder{ + color: rgb(241 126 184 / 1); +} +.placeholder-pink-400\/100::placeholder{ + color: rgb(241 126 184 / 1); +} +.placeholder-pink-500\/0::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0); +} +.placeholder-pink-500\/0::-moz-placeholder{ + color: rgb(231 70 148 / 0); +} +.placeholder-pink-500\/0:-ms-input-placeholder{ + color: rgb(231 70 148 / 0); +} +.placeholder-pink-500\/0::-ms-input-placeholder{ + color: rgb(231 70 148 / 0); +} +.placeholder-pink-500\/0::placeholder{ + color: rgb(231 70 148 / 0); +} +.placeholder-pink-500\/5::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.05); +} +.placeholder-pink-500\/5::-moz-placeholder{ + color: rgb(231 70 148 / 0.05); +} +.placeholder-pink-500\/5:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.05); +} +.placeholder-pink-500\/5::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.05); +} +.placeholder-pink-500\/5::placeholder{ + color: rgb(231 70 148 / 0.05); +} +.placeholder-pink-500\/10::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.1); +} +.placeholder-pink-500\/10::-moz-placeholder{ + color: rgb(231 70 148 / 0.1); +} +.placeholder-pink-500\/10:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.1); +} +.placeholder-pink-500\/10::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.1); +} +.placeholder-pink-500\/10::placeholder{ + color: rgb(231 70 148 / 0.1); +} +.placeholder-pink-500\/20::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.2); +} +.placeholder-pink-500\/20::-moz-placeholder{ + color: rgb(231 70 148 / 0.2); +} +.placeholder-pink-500\/20:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.2); +} +.placeholder-pink-500\/20::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.2); +} +.placeholder-pink-500\/20::placeholder{ + color: rgb(231 70 148 / 0.2); +} +.placeholder-pink-500\/25::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.25); +} +.placeholder-pink-500\/25::-moz-placeholder{ + color: rgb(231 70 148 / 0.25); +} +.placeholder-pink-500\/25:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.25); +} +.placeholder-pink-500\/25::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.25); +} +.placeholder-pink-500\/25::placeholder{ + color: rgb(231 70 148 / 0.25); +} +.placeholder-pink-500\/30::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.3); +} +.placeholder-pink-500\/30::-moz-placeholder{ + color: rgb(231 70 148 / 0.3); +} +.placeholder-pink-500\/30:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.3); +} +.placeholder-pink-500\/30::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.3); +} +.placeholder-pink-500\/30::placeholder{ + color: rgb(231 70 148 / 0.3); +} +.placeholder-pink-500\/40::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.4); +} +.placeholder-pink-500\/40::-moz-placeholder{ + color: rgb(231 70 148 / 0.4); +} +.placeholder-pink-500\/40:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.4); +} +.placeholder-pink-500\/40::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.4); +} +.placeholder-pink-500\/40::placeholder{ + color: rgb(231 70 148 / 0.4); +} +.placeholder-pink-500\/50::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.5); +} +.placeholder-pink-500\/50::-moz-placeholder{ + color: rgb(231 70 148 / 0.5); +} +.placeholder-pink-500\/50:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.5); +} +.placeholder-pink-500\/50::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.5); +} +.placeholder-pink-500\/50::placeholder{ + color: rgb(231 70 148 / 0.5); +} +.placeholder-pink-500\/60::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.6); +} +.placeholder-pink-500\/60::-moz-placeholder{ + color: rgb(231 70 148 / 0.6); +} +.placeholder-pink-500\/60:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.6); +} +.placeholder-pink-500\/60::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.6); +} +.placeholder-pink-500\/60::placeholder{ + color: rgb(231 70 148 / 0.6); +} +.placeholder-pink-500\/70::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.7); +} +.placeholder-pink-500\/70::-moz-placeholder{ + color: rgb(231 70 148 / 0.7); +} +.placeholder-pink-500\/70:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.7); +} +.placeholder-pink-500\/70::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.7); +} +.placeholder-pink-500\/70::placeholder{ + color: rgb(231 70 148 / 0.7); +} +.placeholder-pink-500\/75::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.75); +} +.placeholder-pink-500\/75::-moz-placeholder{ + color: rgb(231 70 148 / 0.75); +} +.placeholder-pink-500\/75:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.75); +} +.placeholder-pink-500\/75::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.75); +} +.placeholder-pink-500\/75::placeholder{ + color: rgb(231 70 148 / 0.75); +} +.placeholder-pink-500\/80::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.8); +} +.placeholder-pink-500\/80::-moz-placeholder{ + color: rgb(231 70 148 / 0.8); +} +.placeholder-pink-500\/80:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.8); +} +.placeholder-pink-500\/80::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.8); +} +.placeholder-pink-500\/80::placeholder{ + color: rgb(231 70 148 / 0.8); +} +.placeholder-pink-500\/90::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.9); +} +.placeholder-pink-500\/90::-moz-placeholder{ + color: rgb(231 70 148 / 0.9); +} +.placeholder-pink-500\/90:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.9); +} +.placeholder-pink-500\/90::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.9); +} +.placeholder-pink-500\/90::placeholder{ + color: rgb(231 70 148 / 0.9); +} +.placeholder-pink-500\/95::-webkit-input-placeholder{ + color: rgb(231 70 148 / 0.95); +} +.placeholder-pink-500\/95::-moz-placeholder{ + color: rgb(231 70 148 / 0.95); +} +.placeholder-pink-500\/95:-ms-input-placeholder{ + color: rgb(231 70 148 / 0.95); +} +.placeholder-pink-500\/95::-ms-input-placeholder{ + color: rgb(231 70 148 / 0.95); +} +.placeholder-pink-500\/95::placeholder{ + color: rgb(231 70 148 / 0.95); +} +.placeholder-pink-500\/100::-webkit-input-placeholder{ + color: rgb(231 70 148 / 1); +} +.placeholder-pink-500\/100::-moz-placeholder{ + color: rgb(231 70 148 / 1); +} +.placeholder-pink-500\/100:-ms-input-placeholder{ + color: rgb(231 70 148 / 1); +} +.placeholder-pink-500\/100::-ms-input-placeholder{ + color: rgb(231 70 148 / 1); +} +.placeholder-pink-500\/100::placeholder{ + color: rgb(231 70 148 / 1); +} +.placeholder-pink-600\/0::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0); +} +.placeholder-pink-600\/0::-moz-placeholder{ + color: rgb(214 31 105 / 0); +} +.placeholder-pink-600\/0:-ms-input-placeholder{ + color: rgb(214 31 105 / 0); +} +.placeholder-pink-600\/0::-ms-input-placeholder{ + color: rgb(214 31 105 / 0); +} +.placeholder-pink-600\/0::placeholder{ + color: rgb(214 31 105 / 0); +} +.placeholder-pink-600\/5::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.05); +} +.placeholder-pink-600\/5::-moz-placeholder{ + color: rgb(214 31 105 / 0.05); +} +.placeholder-pink-600\/5:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.05); +} +.placeholder-pink-600\/5::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.05); +} +.placeholder-pink-600\/5::placeholder{ + color: rgb(214 31 105 / 0.05); +} +.placeholder-pink-600\/10::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.1); +} +.placeholder-pink-600\/10::-moz-placeholder{ + color: rgb(214 31 105 / 0.1); +} +.placeholder-pink-600\/10:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.1); +} +.placeholder-pink-600\/10::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.1); +} +.placeholder-pink-600\/10::placeholder{ + color: rgb(214 31 105 / 0.1); +} +.placeholder-pink-600\/20::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.2); +} +.placeholder-pink-600\/20::-moz-placeholder{ + color: rgb(214 31 105 / 0.2); +} +.placeholder-pink-600\/20:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.2); +} +.placeholder-pink-600\/20::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.2); +} +.placeholder-pink-600\/20::placeholder{ + color: rgb(214 31 105 / 0.2); +} +.placeholder-pink-600\/25::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.25); +} +.placeholder-pink-600\/25::-moz-placeholder{ + color: rgb(214 31 105 / 0.25); +} +.placeholder-pink-600\/25:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.25); +} +.placeholder-pink-600\/25::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.25); +} +.placeholder-pink-600\/25::placeholder{ + color: rgb(214 31 105 / 0.25); +} +.placeholder-pink-600\/30::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.3); +} +.placeholder-pink-600\/30::-moz-placeholder{ + color: rgb(214 31 105 / 0.3); +} +.placeholder-pink-600\/30:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.3); +} +.placeholder-pink-600\/30::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.3); +} +.placeholder-pink-600\/30::placeholder{ + color: rgb(214 31 105 / 0.3); +} +.placeholder-pink-600\/40::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.4); +} +.placeholder-pink-600\/40::-moz-placeholder{ + color: rgb(214 31 105 / 0.4); +} +.placeholder-pink-600\/40:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.4); +} +.placeholder-pink-600\/40::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.4); +} +.placeholder-pink-600\/40::placeholder{ + color: rgb(214 31 105 / 0.4); +} +.placeholder-pink-600\/50::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.5); +} +.placeholder-pink-600\/50::-moz-placeholder{ + color: rgb(214 31 105 / 0.5); +} +.placeholder-pink-600\/50:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.5); +} +.placeholder-pink-600\/50::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.5); +} +.placeholder-pink-600\/50::placeholder{ + color: rgb(214 31 105 / 0.5); +} +.placeholder-pink-600\/60::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.6); +} +.placeholder-pink-600\/60::-moz-placeholder{ + color: rgb(214 31 105 / 0.6); +} +.placeholder-pink-600\/60:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.6); +} +.placeholder-pink-600\/60::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.6); +} +.placeholder-pink-600\/60::placeholder{ + color: rgb(214 31 105 / 0.6); +} +.placeholder-pink-600\/70::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.7); +} +.placeholder-pink-600\/70::-moz-placeholder{ + color: rgb(214 31 105 / 0.7); +} +.placeholder-pink-600\/70:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.7); +} +.placeholder-pink-600\/70::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.7); +} +.placeholder-pink-600\/70::placeholder{ + color: rgb(214 31 105 / 0.7); +} +.placeholder-pink-600\/75::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.75); +} +.placeholder-pink-600\/75::-moz-placeholder{ + color: rgb(214 31 105 / 0.75); +} +.placeholder-pink-600\/75:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.75); +} +.placeholder-pink-600\/75::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.75); +} +.placeholder-pink-600\/75::placeholder{ + color: rgb(214 31 105 / 0.75); +} +.placeholder-pink-600\/80::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.8); +} +.placeholder-pink-600\/80::-moz-placeholder{ + color: rgb(214 31 105 / 0.8); +} +.placeholder-pink-600\/80:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.8); +} +.placeholder-pink-600\/80::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.8); +} +.placeholder-pink-600\/80::placeholder{ + color: rgb(214 31 105 / 0.8); +} +.placeholder-pink-600\/90::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.9); +} +.placeholder-pink-600\/90::-moz-placeholder{ + color: rgb(214 31 105 / 0.9); +} +.placeholder-pink-600\/90:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.9); +} +.placeholder-pink-600\/90::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.9); +} +.placeholder-pink-600\/90::placeholder{ + color: rgb(214 31 105 / 0.9); +} +.placeholder-pink-600\/95::-webkit-input-placeholder{ + color: rgb(214 31 105 / 0.95); +} +.placeholder-pink-600\/95::-moz-placeholder{ + color: rgb(214 31 105 / 0.95); +} +.placeholder-pink-600\/95:-ms-input-placeholder{ + color: rgb(214 31 105 / 0.95); +} +.placeholder-pink-600\/95::-ms-input-placeholder{ + color: rgb(214 31 105 / 0.95); +} +.placeholder-pink-600\/95::placeholder{ + color: rgb(214 31 105 / 0.95); +} +.placeholder-pink-600\/100::-webkit-input-placeholder{ + color: rgb(214 31 105 / 1); +} +.placeholder-pink-600\/100::-moz-placeholder{ + color: rgb(214 31 105 / 1); +} +.placeholder-pink-600\/100:-ms-input-placeholder{ + color: rgb(214 31 105 / 1); +} +.placeholder-pink-600\/100::-ms-input-placeholder{ + color: rgb(214 31 105 / 1); +} +.placeholder-pink-600\/100::placeholder{ + color: rgb(214 31 105 / 1); +} +.placeholder-pink-700\/0::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0); +} +.placeholder-pink-700\/0::-moz-placeholder{ + color: rgb(191 18 93 / 0); +} +.placeholder-pink-700\/0:-ms-input-placeholder{ + color: rgb(191 18 93 / 0); +} +.placeholder-pink-700\/0::-ms-input-placeholder{ + color: rgb(191 18 93 / 0); +} +.placeholder-pink-700\/0::placeholder{ + color: rgb(191 18 93 / 0); +} +.placeholder-pink-700\/5::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.05); +} +.placeholder-pink-700\/5::-moz-placeholder{ + color: rgb(191 18 93 / 0.05); +} +.placeholder-pink-700\/5:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.05); +} +.placeholder-pink-700\/5::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.05); +} +.placeholder-pink-700\/5::placeholder{ + color: rgb(191 18 93 / 0.05); +} +.placeholder-pink-700\/10::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.1); +} +.placeholder-pink-700\/10::-moz-placeholder{ + color: rgb(191 18 93 / 0.1); +} +.placeholder-pink-700\/10:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.1); +} +.placeholder-pink-700\/10::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.1); +} +.placeholder-pink-700\/10::placeholder{ + color: rgb(191 18 93 / 0.1); +} +.placeholder-pink-700\/20::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.2); +} +.placeholder-pink-700\/20::-moz-placeholder{ + color: rgb(191 18 93 / 0.2); +} +.placeholder-pink-700\/20:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.2); +} +.placeholder-pink-700\/20::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.2); +} +.placeholder-pink-700\/20::placeholder{ + color: rgb(191 18 93 / 0.2); +} +.placeholder-pink-700\/25::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.25); +} +.placeholder-pink-700\/25::-moz-placeholder{ + color: rgb(191 18 93 / 0.25); +} +.placeholder-pink-700\/25:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.25); +} +.placeholder-pink-700\/25::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.25); +} +.placeholder-pink-700\/25::placeholder{ + color: rgb(191 18 93 / 0.25); +} +.placeholder-pink-700\/30::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.3); +} +.placeholder-pink-700\/30::-moz-placeholder{ + color: rgb(191 18 93 / 0.3); +} +.placeholder-pink-700\/30:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.3); +} +.placeholder-pink-700\/30::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.3); +} +.placeholder-pink-700\/30::placeholder{ + color: rgb(191 18 93 / 0.3); +} +.placeholder-pink-700\/40::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.4); +} +.placeholder-pink-700\/40::-moz-placeholder{ + color: rgb(191 18 93 / 0.4); +} +.placeholder-pink-700\/40:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.4); +} +.placeholder-pink-700\/40::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.4); +} +.placeholder-pink-700\/40::placeholder{ + color: rgb(191 18 93 / 0.4); +} +.placeholder-pink-700\/50::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.5); +} +.placeholder-pink-700\/50::-moz-placeholder{ + color: rgb(191 18 93 / 0.5); +} +.placeholder-pink-700\/50:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.5); +} +.placeholder-pink-700\/50::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.5); +} +.placeholder-pink-700\/50::placeholder{ + color: rgb(191 18 93 / 0.5); +} +.placeholder-pink-700\/60::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.6); +} +.placeholder-pink-700\/60::-moz-placeholder{ + color: rgb(191 18 93 / 0.6); +} +.placeholder-pink-700\/60:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.6); +} +.placeholder-pink-700\/60::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.6); +} +.placeholder-pink-700\/60::placeholder{ + color: rgb(191 18 93 / 0.6); +} +.placeholder-pink-700\/70::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.7); +} +.placeholder-pink-700\/70::-moz-placeholder{ + color: rgb(191 18 93 / 0.7); +} +.placeholder-pink-700\/70:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.7); +} +.placeholder-pink-700\/70::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.7); +} +.placeholder-pink-700\/70::placeholder{ + color: rgb(191 18 93 / 0.7); +} +.placeholder-pink-700\/75::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.75); +} +.placeholder-pink-700\/75::-moz-placeholder{ + color: rgb(191 18 93 / 0.75); +} +.placeholder-pink-700\/75:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.75); +} +.placeholder-pink-700\/75::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.75); +} +.placeholder-pink-700\/75::placeholder{ + color: rgb(191 18 93 / 0.75); +} +.placeholder-pink-700\/80::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.8); +} +.placeholder-pink-700\/80::-moz-placeholder{ + color: rgb(191 18 93 / 0.8); +} +.placeholder-pink-700\/80:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.8); +} +.placeholder-pink-700\/80::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.8); +} +.placeholder-pink-700\/80::placeholder{ + color: rgb(191 18 93 / 0.8); +} +.placeholder-pink-700\/90::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.9); +} +.placeholder-pink-700\/90::-moz-placeholder{ + color: rgb(191 18 93 / 0.9); +} +.placeholder-pink-700\/90:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.9); +} +.placeholder-pink-700\/90::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.9); +} +.placeholder-pink-700\/90::placeholder{ + color: rgb(191 18 93 / 0.9); +} +.placeholder-pink-700\/95::-webkit-input-placeholder{ + color: rgb(191 18 93 / 0.95); +} +.placeholder-pink-700\/95::-moz-placeholder{ + color: rgb(191 18 93 / 0.95); +} +.placeholder-pink-700\/95:-ms-input-placeholder{ + color: rgb(191 18 93 / 0.95); +} +.placeholder-pink-700\/95::-ms-input-placeholder{ + color: rgb(191 18 93 / 0.95); +} +.placeholder-pink-700\/95::placeholder{ + color: rgb(191 18 93 / 0.95); +} +.placeholder-pink-700\/100::-webkit-input-placeholder{ + color: rgb(191 18 93 / 1); +} +.placeholder-pink-700\/100::-moz-placeholder{ + color: rgb(191 18 93 / 1); +} +.placeholder-pink-700\/100:-ms-input-placeholder{ + color: rgb(191 18 93 / 1); +} +.placeholder-pink-700\/100::-ms-input-placeholder{ + color: rgb(191 18 93 / 1); +} +.placeholder-pink-700\/100::placeholder{ + color: rgb(191 18 93 / 1); +} +.placeholder-pink-800\/0::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0); +} +.placeholder-pink-800\/0::-moz-placeholder{ + color: rgb(153 21 75 / 0); +} +.placeholder-pink-800\/0:-ms-input-placeholder{ + color: rgb(153 21 75 / 0); +} +.placeholder-pink-800\/0::-ms-input-placeholder{ + color: rgb(153 21 75 / 0); +} +.placeholder-pink-800\/0::placeholder{ + color: rgb(153 21 75 / 0); +} +.placeholder-pink-800\/5::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.05); +} +.placeholder-pink-800\/5::-moz-placeholder{ + color: rgb(153 21 75 / 0.05); +} +.placeholder-pink-800\/5:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.05); +} +.placeholder-pink-800\/5::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.05); +} +.placeholder-pink-800\/5::placeholder{ + color: rgb(153 21 75 / 0.05); +} +.placeholder-pink-800\/10::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.1); +} +.placeholder-pink-800\/10::-moz-placeholder{ + color: rgb(153 21 75 / 0.1); +} +.placeholder-pink-800\/10:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.1); +} +.placeholder-pink-800\/10::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.1); +} +.placeholder-pink-800\/10::placeholder{ + color: rgb(153 21 75 / 0.1); +} +.placeholder-pink-800\/20::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.2); +} +.placeholder-pink-800\/20::-moz-placeholder{ + color: rgb(153 21 75 / 0.2); +} +.placeholder-pink-800\/20:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.2); +} +.placeholder-pink-800\/20::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.2); +} +.placeholder-pink-800\/20::placeholder{ + color: rgb(153 21 75 / 0.2); +} +.placeholder-pink-800\/25::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.25); +} +.placeholder-pink-800\/25::-moz-placeholder{ + color: rgb(153 21 75 / 0.25); +} +.placeholder-pink-800\/25:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.25); +} +.placeholder-pink-800\/25::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.25); +} +.placeholder-pink-800\/25::placeholder{ + color: rgb(153 21 75 / 0.25); +} +.placeholder-pink-800\/30::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.3); +} +.placeholder-pink-800\/30::-moz-placeholder{ + color: rgb(153 21 75 / 0.3); +} +.placeholder-pink-800\/30:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.3); +} +.placeholder-pink-800\/30::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.3); +} +.placeholder-pink-800\/30::placeholder{ + color: rgb(153 21 75 / 0.3); +} +.placeholder-pink-800\/40::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.4); +} +.placeholder-pink-800\/40::-moz-placeholder{ + color: rgb(153 21 75 / 0.4); +} +.placeholder-pink-800\/40:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.4); +} +.placeholder-pink-800\/40::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.4); +} +.placeholder-pink-800\/40::placeholder{ + color: rgb(153 21 75 / 0.4); +} +.placeholder-pink-800\/50::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.5); +} +.placeholder-pink-800\/50::-moz-placeholder{ + color: rgb(153 21 75 / 0.5); +} +.placeholder-pink-800\/50:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.5); +} +.placeholder-pink-800\/50::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.5); +} +.placeholder-pink-800\/50::placeholder{ + color: rgb(153 21 75 / 0.5); +} +.placeholder-pink-800\/60::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.6); +} +.placeholder-pink-800\/60::-moz-placeholder{ + color: rgb(153 21 75 / 0.6); +} +.placeholder-pink-800\/60:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.6); +} +.placeholder-pink-800\/60::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.6); +} +.placeholder-pink-800\/60::placeholder{ + color: rgb(153 21 75 / 0.6); +} +.placeholder-pink-800\/70::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.7); +} +.placeholder-pink-800\/70::-moz-placeholder{ + color: rgb(153 21 75 / 0.7); +} +.placeholder-pink-800\/70:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.7); +} +.placeholder-pink-800\/70::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.7); +} +.placeholder-pink-800\/70::placeholder{ + color: rgb(153 21 75 / 0.7); +} +.placeholder-pink-800\/75::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.75); +} +.placeholder-pink-800\/75::-moz-placeholder{ + color: rgb(153 21 75 / 0.75); +} +.placeholder-pink-800\/75:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.75); +} +.placeholder-pink-800\/75::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.75); +} +.placeholder-pink-800\/75::placeholder{ + color: rgb(153 21 75 / 0.75); +} +.placeholder-pink-800\/80::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.8); +} +.placeholder-pink-800\/80::-moz-placeholder{ + color: rgb(153 21 75 / 0.8); +} +.placeholder-pink-800\/80:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.8); +} +.placeholder-pink-800\/80::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.8); +} +.placeholder-pink-800\/80::placeholder{ + color: rgb(153 21 75 / 0.8); +} +.placeholder-pink-800\/90::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.9); +} +.placeholder-pink-800\/90::-moz-placeholder{ + color: rgb(153 21 75 / 0.9); +} +.placeholder-pink-800\/90:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.9); +} +.placeholder-pink-800\/90::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.9); +} +.placeholder-pink-800\/90::placeholder{ + color: rgb(153 21 75 / 0.9); +} +.placeholder-pink-800\/95::-webkit-input-placeholder{ + color: rgb(153 21 75 / 0.95); +} +.placeholder-pink-800\/95::-moz-placeholder{ + color: rgb(153 21 75 / 0.95); +} +.placeholder-pink-800\/95:-ms-input-placeholder{ + color: rgb(153 21 75 / 0.95); +} +.placeholder-pink-800\/95::-ms-input-placeholder{ + color: rgb(153 21 75 / 0.95); +} +.placeholder-pink-800\/95::placeholder{ + color: rgb(153 21 75 / 0.95); +} +.placeholder-pink-800\/100::-webkit-input-placeholder{ + color: rgb(153 21 75 / 1); +} +.placeholder-pink-800\/100::-moz-placeholder{ + color: rgb(153 21 75 / 1); +} +.placeholder-pink-800\/100:-ms-input-placeholder{ + color: rgb(153 21 75 / 1); +} +.placeholder-pink-800\/100::-ms-input-placeholder{ + color: rgb(153 21 75 / 1); +} +.placeholder-pink-800\/100::placeholder{ + color: rgb(153 21 75 / 1); +} +.placeholder-pink-900\/0::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0); +} +.placeholder-pink-900\/0::-moz-placeholder{ + color: rgb(117 26 61 / 0); +} +.placeholder-pink-900\/0:-ms-input-placeholder{ + color: rgb(117 26 61 / 0); +} +.placeholder-pink-900\/0::-ms-input-placeholder{ + color: rgb(117 26 61 / 0); +} +.placeholder-pink-900\/0::placeholder{ + color: rgb(117 26 61 / 0); +} +.placeholder-pink-900\/5::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.05); +} +.placeholder-pink-900\/5::-moz-placeholder{ + color: rgb(117 26 61 / 0.05); +} +.placeholder-pink-900\/5:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.05); +} +.placeholder-pink-900\/5::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.05); +} +.placeholder-pink-900\/5::placeholder{ + color: rgb(117 26 61 / 0.05); +} +.placeholder-pink-900\/10::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.1); +} +.placeholder-pink-900\/10::-moz-placeholder{ + color: rgb(117 26 61 / 0.1); +} +.placeholder-pink-900\/10:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.1); +} +.placeholder-pink-900\/10::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.1); +} +.placeholder-pink-900\/10::placeholder{ + color: rgb(117 26 61 / 0.1); +} +.placeholder-pink-900\/20::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.2); +} +.placeholder-pink-900\/20::-moz-placeholder{ + color: rgb(117 26 61 / 0.2); +} +.placeholder-pink-900\/20:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.2); +} +.placeholder-pink-900\/20::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.2); +} +.placeholder-pink-900\/20::placeholder{ + color: rgb(117 26 61 / 0.2); +} +.placeholder-pink-900\/25::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.25); +} +.placeholder-pink-900\/25::-moz-placeholder{ + color: rgb(117 26 61 / 0.25); +} +.placeholder-pink-900\/25:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.25); +} +.placeholder-pink-900\/25::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.25); +} +.placeholder-pink-900\/25::placeholder{ + color: rgb(117 26 61 / 0.25); +} +.placeholder-pink-900\/30::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.3); +} +.placeholder-pink-900\/30::-moz-placeholder{ + color: rgb(117 26 61 / 0.3); +} +.placeholder-pink-900\/30:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.3); +} +.placeholder-pink-900\/30::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.3); +} +.placeholder-pink-900\/30::placeholder{ + color: rgb(117 26 61 / 0.3); +} +.placeholder-pink-900\/40::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.4); +} +.placeholder-pink-900\/40::-moz-placeholder{ + color: rgb(117 26 61 / 0.4); +} +.placeholder-pink-900\/40:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.4); +} +.placeholder-pink-900\/40::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.4); +} +.placeholder-pink-900\/40::placeholder{ + color: rgb(117 26 61 / 0.4); +} +.placeholder-pink-900\/50::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.5); +} +.placeholder-pink-900\/50::-moz-placeholder{ + color: rgb(117 26 61 / 0.5); +} +.placeholder-pink-900\/50:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.5); +} +.placeholder-pink-900\/50::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.5); +} +.placeholder-pink-900\/50::placeholder{ + color: rgb(117 26 61 / 0.5); +} +.placeholder-pink-900\/60::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.6); +} +.placeholder-pink-900\/60::-moz-placeholder{ + color: rgb(117 26 61 / 0.6); +} +.placeholder-pink-900\/60:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.6); +} +.placeholder-pink-900\/60::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.6); +} +.placeholder-pink-900\/60::placeholder{ + color: rgb(117 26 61 / 0.6); +} +.placeholder-pink-900\/70::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.7); +} +.placeholder-pink-900\/70::-moz-placeholder{ + color: rgb(117 26 61 / 0.7); +} +.placeholder-pink-900\/70:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.7); +} +.placeholder-pink-900\/70::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.7); +} +.placeholder-pink-900\/70::placeholder{ + color: rgb(117 26 61 / 0.7); +} +.placeholder-pink-900\/75::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.75); +} +.placeholder-pink-900\/75::-moz-placeholder{ + color: rgb(117 26 61 / 0.75); +} +.placeholder-pink-900\/75:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.75); +} +.placeholder-pink-900\/75::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.75); +} +.placeholder-pink-900\/75::placeholder{ + color: rgb(117 26 61 / 0.75); +} +.placeholder-pink-900\/80::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.8); +} +.placeholder-pink-900\/80::-moz-placeholder{ + color: rgb(117 26 61 / 0.8); +} +.placeholder-pink-900\/80:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.8); +} +.placeholder-pink-900\/80::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.8); +} +.placeholder-pink-900\/80::placeholder{ + color: rgb(117 26 61 / 0.8); +} +.placeholder-pink-900\/90::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.9); +} +.placeholder-pink-900\/90::-moz-placeholder{ + color: rgb(117 26 61 / 0.9); +} +.placeholder-pink-900\/90:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.9); +} +.placeholder-pink-900\/90::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.9); +} +.placeholder-pink-900\/90::placeholder{ + color: rgb(117 26 61 / 0.9); +} +.placeholder-pink-900\/95::-webkit-input-placeholder{ + color: rgb(117 26 61 / 0.95); +} +.placeholder-pink-900\/95::-moz-placeholder{ + color: rgb(117 26 61 / 0.95); +} +.placeholder-pink-900\/95:-ms-input-placeholder{ + color: rgb(117 26 61 / 0.95); +} +.placeholder-pink-900\/95::-ms-input-placeholder{ + color: rgb(117 26 61 / 0.95); +} +.placeholder-pink-900\/95::placeholder{ + color: rgb(117 26 61 / 0.95); +} +.placeholder-pink-900\/100::-webkit-input-placeholder{ + color: rgb(117 26 61 / 1); +} +.placeholder-pink-900\/100::-moz-placeholder{ + color: rgb(117 26 61 / 1); +} +.placeholder-pink-900\/100:-ms-input-placeholder{ + color: rgb(117 26 61 / 1); +} +.placeholder-pink-900\/100::-ms-input-placeholder{ + color: rgb(117 26 61 / 1); +} +.placeholder-pink-900\/100::placeholder{ + color: rgb(117 26 61 / 1); +} +.placeholder-rose-50\/0::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0); +} +.placeholder-rose-50\/0::-moz-placeholder{ + color: rgb(255 241 242 / 0); +} +.placeholder-rose-50\/0:-ms-input-placeholder{ + color: rgb(255 241 242 / 0); +} +.placeholder-rose-50\/0::-ms-input-placeholder{ + color: rgb(255 241 242 / 0); +} +.placeholder-rose-50\/0::placeholder{ + color: rgb(255 241 242 / 0); +} +.placeholder-rose-50\/5::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.05); +} +.placeholder-rose-50\/5::-moz-placeholder{ + color: rgb(255 241 242 / 0.05); +} +.placeholder-rose-50\/5:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.05); +} +.placeholder-rose-50\/5::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.05); +} +.placeholder-rose-50\/5::placeholder{ + color: rgb(255 241 242 / 0.05); +} +.placeholder-rose-50\/10::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.1); +} +.placeholder-rose-50\/10::-moz-placeholder{ + color: rgb(255 241 242 / 0.1); +} +.placeholder-rose-50\/10:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.1); +} +.placeholder-rose-50\/10::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.1); +} +.placeholder-rose-50\/10::placeholder{ + color: rgb(255 241 242 / 0.1); +} +.placeholder-rose-50\/20::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.2); +} +.placeholder-rose-50\/20::-moz-placeholder{ + color: rgb(255 241 242 / 0.2); +} +.placeholder-rose-50\/20:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.2); +} +.placeholder-rose-50\/20::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.2); +} +.placeholder-rose-50\/20::placeholder{ + color: rgb(255 241 242 / 0.2); +} +.placeholder-rose-50\/25::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.25); +} +.placeholder-rose-50\/25::-moz-placeholder{ + color: rgb(255 241 242 / 0.25); +} +.placeholder-rose-50\/25:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.25); +} +.placeholder-rose-50\/25::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.25); +} +.placeholder-rose-50\/25::placeholder{ + color: rgb(255 241 242 / 0.25); +} +.placeholder-rose-50\/30::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.3); +} +.placeholder-rose-50\/30::-moz-placeholder{ + color: rgb(255 241 242 / 0.3); +} +.placeholder-rose-50\/30:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.3); +} +.placeholder-rose-50\/30::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.3); +} +.placeholder-rose-50\/30::placeholder{ + color: rgb(255 241 242 / 0.3); +} +.placeholder-rose-50\/40::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.4); +} +.placeholder-rose-50\/40::-moz-placeholder{ + color: rgb(255 241 242 / 0.4); +} +.placeholder-rose-50\/40:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.4); +} +.placeholder-rose-50\/40::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.4); +} +.placeholder-rose-50\/40::placeholder{ + color: rgb(255 241 242 / 0.4); +} +.placeholder-rose-50\/50::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.5); +} +.placeholder-rose-50\/50::-moz-placeholder{ + color: rgb(255 241 242 / 0.5); +} +.placeholder-rose-50\/50:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.5); +} +.placeholder-rose-50\/50::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.5); +} +.placeholder-rose-50\/50::placeholder{ + color: rgb(255 241 242 / 0.5); +} +.placeholder-rose-50\/60::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.6); +} +.placeholder-rose-50\/60::-moz-placeholder{ + color: rgb(255 241 242 / 0.6); +} +.placeholder-rose-50\/60:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.6); +} +.placeholder-rose-50\/60::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.6); +} +.placeholder-rose-50\/60::placeholder{ + color: rgb(255 241 242 / 0.6); +} +.placeholder-rose-50\/70::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.7); +} +.placeholder-rose-50\/70::-moz-placeholder{ + color: rgb(255 241 242 / 0.7); +} +.placeholder-rose-50\/70:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.7); +} +.placeholder-rose-50\/70::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.7); +} +.placeholder-rose-50\/70::placeholder{ + color: rgb(255 241 242 / 0.7); +} +.placeholder-rose-50\/75::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.75); +} +.placeholder-rose-50\/75::-moz-placeholder{ + color: rgb(255 241 242 / 0.75); +} +.placeholder-rose-50\/75:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.75); +} +.placeholder-rose-50\/75::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.75); +} +.placeholder-rose-50\/75::placeholder{ + color: rgb(255 241 242 / 0.75); +} +.placeholder-rose-50\/80::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.8); +} +.placeholder-rose-50\/80::-moz-placeholder{ + color: rgb(255 241 242 / 0.8); +} +.placeholder-rose-50\/80:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.8); +} +.placeholder-rose-50\/80::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.8); +} +.placeholder-rose-50\/80::placeholder{ + color: rgb(255 241 242 / 0.8); +} +.placeholder-rose-50\/90::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.9); +} +.placeholder-rose-50\/90::-moz-placeholder{ + color: rgb(255 241 242 / 0.9); +} +.placeholder-rose-50\/90:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.9); +} +.placeholder-rose-50\/90::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.9); +} +.placeholder-rose-50\/90::placeholder{ + color: rgb(255 241 242 / 0.9); +} +.placeholder-rose-50\/95::-webkit-input-placeholder{ + color: rgb(255 241 242 / 0.95); +} +.placeholder-rose-50\/95::-moz-placeholder{ + color: rgb(255 241 242 / 0.95); +} +.placeholder-rose-50\/95:-ms-input-placeholder{ + color: rgb(255 241 242 / 0.95); +} +.placeholder-rose-50\/95::-ms-input-placeholder{ + color: rgb(255 241 242 / 0.95); +} +.placeholder-rose-50\/95::placeholder{ + color: rgb(255 241 242 / 0.95); +} +.placeholder-rose-50\/100::-webkit-input-placeholder{ + color: rgb(255 241 242 / 1); +} +.placeholder-rose-50\/100::-moz-placeholder{ + color: rgb(255 241 242 / 1); +} +.placeholder-rose-50\/100:-ms-input-placeholder{ + color: rgb(255 241 242 / 1); +} +.placeholder-rose-50\/100::-ms-input-placeholder{ + color: rgb(255 241 242 / 1); +} +.placeholder-rose-50\/100::placeholder{ + color: rgb(255 241 242 / 1); +} +.placeholder-rose-100\/0::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0); +} +.placeholder-rose-100\/0::-moz-placeholder{ + color: rgb(255 228 230 / 0); +} +.placeholder-rose-100\/0:-ms-input-placeholder{ + color: rgb(255 228 230 / 0); +} +.placeholder-rose-100\/0::-ms-input-placeholder{ + color: rgb(255 228 230 / 0); +} +.placeholder-rose-100\/0::placeholder{ + color: rgb(255 228 230 / 0); +} +.placeholder-rose-100\/5::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.05); +} +.placeholder-rose-100\/5::-moz-placeholder{ + color: rgb(255 228 230 / 0.05); +} +.placeholder-rose-100\/5:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.05); +} +.placeholder-rose-100\/5::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.05); +} +.placeholder-rose-100\/5::placeholder{ + color: rgb(255 228 230 / 0.05); +} +.placeholder-rose-100\/10::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.1); +} +.placeholder-rose-100\/10::-moz-placeholder{ + color: rgb(255 228 230 / 0.1); +} +.placeholder-rose-100\/10:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.1); +} +.placeholder-rose-100\/10::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.1); +} +.placeholder-rose-100\/10::placeholder{ + color: rgb(255 228 230 / 0.1); +} +.placeholder-rose-100\/20::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.2); +} +.placeholder-rose-100\/20::-moz-placeholder{ + color: rgb(255 228 230 / 0.2); +} +.placeholder-rose-100\/20:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.2); +} +.placeholder-rose-100\/20::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.2); +} +.placeholder-rose-100\/20::placeholder{ + color: rgb(255 228 230 / 0.2); +} +.placeholder-rose-100\/25::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.25); +} +.placeholder-rose-100\/25::-moz-placeholder{ + color: rgb(255 228 230 / 0.25); +} +.placeholder-rose-100\/25:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.25); +} +.placeholder-rose-100\/25::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.25); +} +.placeholder-rose-100\/25::placeholder{ + color: rgb(255 228 230 / 0.25); +} +.placeholder-rose-100\/30::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.3); +} +.placeholder-rose-100\/30::-moz-placeholder{ + color: rgb(255 228 230 / 0.3); +} +.placeholder-rose-100\/30:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.3); +} +.placeholder-rose-100\/30::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.3); +} +.placeholder-rose-100\/30::placeholder{ + color: rgb(255 228 230 / 0.3); +} +.placeholder-rose-100\/40::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.4); +} +.placeholder-rose-100\/40::-moz-placeholder{ + color: rgb(255 228 230 / 0.4); +} +.placeholder-rose-100\/40:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.4); +} +.placeholder-rose-100\/40::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.4); +} +.placeholder-rose-100\/40::placeholder{ + color: rgb(255 228 230 / 0.4); +} +.placeholder-rose-100\/50::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.5); +} +.placeholder-rose-100\/50::-moz-placeholder{ + color: rgb(255 228 230 / 0.5); +} +.placeholder-rose-100\/50:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.5); +} +.placeholder-rose-100\/50::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.5); +} +.placeholder-rose-100\/50::placeholder{ + color: rgb(255 228 230 / 0.5); +} +.placeholder-rose-100\/60::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.6); +} +.placeholder-rose-100\/60::-moz-placeholder{ + color: rgb(255 228 230 / 0.6); +} +.placeholder-rose-100\/60:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.6); +} +.placeholder-rose-100\/60::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.6); +} +.placeholder-rose-100\/60::placeholder{ + color: rgb(255 228 230 / 0.6); +} +.placeholder-rose-100\/70::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.7); +} +.placeholder-rose-100\/70::-moz-placeholder{ + color: rgb(255 228 230 / 0.7); +} +.placeholder-rose-100\/70:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.7); +} +.placeholder-rose-100\/70::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.7); +} +.placeholder-rose-100\/70::placeholder{ + color: rgb(255 228 230 / 0.7); +} +.placeholder-rose-100\/75::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.75); +} +.placeholder-rose-100\/75::-moz-placeholder{ + color: rgb(255 228 230 / 0.75); +} +.placeholder-rose-100\/75:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.75); +} +.placeholder-rose-100\/75::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.75); +} +.placeholder-rose-100\/75::placeholder{ + color: rgb(255 228 230 / 0.75); +} +.placeholder-rose-100\/80::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.8); +} +.placeholder-rose-100\/80::-moz-placeholder{ + color: rgb(255 228 230 / 0.8); +} +.placeholder-rose-100\/80:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.8); +} +.placeholder-rose-100\/80::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.8); +} +.placeholder-rose-100\/80::placeholder{ + color: rgb(255 228 230 / 0.8); +} +.placeholder-rose-100\/90::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.9); +} +.placeholder-rose-100\/90::-moz-placeholder{ + color: rgb(255 228 230 / 0.9); +} +.placeholder-rose-100\/90:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.9); +} +.placeholder-rose-100\/90::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.9); +} +.placeholder-rose-100\/90::placeholder{ + color: rgb(255 228 230 / 0.9); +} +.placeholder-rose-100\/95::-webkit-input-placeholder{ + color: rgb(255 228 230 / 0.95); +} +.placeholder-rose-100\/95::-moz-placeholder{ + color: rgb(255 228 230 / 0.95); +} +.placeholder-rose-100\/95:-ms-input-placeholder{ + color: rgb(255 228 230 / 0.95); +} +.placeholder-rose-100\/95::-ms-input-placeholder{ + color: rgb(255 228 230 / 0.95); +} +.placeholder-rose-100\/95::placeholder{ + color: rgb(255 228 230 / 0.95); +} +.placeholder-rose-100\/100::-webkit-input-placeholder{ + color: rgb(255 228 230 / 1); +} +.placeholder-rose-100\/100::-moz-placeholder{ + color: rgb(255 228 230 / 1); +} +.placeholder-rose-100\/100:-ms-input-placeholder{ + color: rgb(255 228 230 / 1); +} +.placeholder-rose-100\/100::-ms-input-placeholder{ + color: rgb(255 228 230 / 1); +} +.placeholder-rose-100\/100::placeholder{ + color: rgb(255 228 230 / 1); +} +.placeholder-rose-200\/0::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0); +} +.placeholder-rose-200\/0::-moz-placeholder{ + color: rgb(254 205 211 / 0); +} +.placeholder-rose-200\/0:-ms-input-placeholder{ + color: rgb(254 205 211 / 0); +} +.placeholder-rose-200\/0::-ms-input-placeholder{ + color: rgb(254 205 211 / 0); +} +.placeholder-rose-200\/0::placeholder{ + color: rgb(254 205 211 / 0); +} +.placeholder-rose-200\/5::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.05); +} +.placeholder-rose-200\/5::-moz-placeholder{ + color: rgb(254 205 211 / 0.05); +} +.placeholder-rose-200\/5:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.05); +} +.placeholder-rose-200\/5::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.05); +} +.placeholder-rose-200\/5::placeholder{ + color: rgb(254 205 211 / 0.05); +} +.placeholder-rose-200\/10::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.1); +} +.placeholder-rose-200\/10::-moz-placeholder{ + color: rgb(254 205 211 / 0.1); +} +.placeholder-rose-200\/10:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.1); +} +.placeholder-rose-200\/10::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.1); +} +.placeholder-rose-200\/10::placeholder{ + color: rgb(254 205 211 / 0.1); +} +.placeholder-rose-200\/20::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.2); +} +.placeholder-rose-200\/20::-moz-placeholder{ + color: rgb(254 205 211 / 0.2); +} +.placeholder-rose-200\/20:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.2); +} +.placeholder-rose-200\/20::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.2); +} +.placeholder-rose-200\/20::placeholder{ + color: rgb(254 205 211 / 0.2); +} +.placeholder-rose-200\/25::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.25); +} +.placeholder-rose-200\/25::-moz-placeholder{ + color: rgb(254 205 211 / 0.25); +} +.placeholder-rose-200\/25:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.25); +} +.placeholder-rose-200\/25::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.25); +} +.placeholder-rose-200\/25::placeholder{ + color: rgb(254 205 211 / 0.25); +} +.placeholder-rose-200\/30::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.3); +} +.placeholder-rose-200\/30::-moz-placeholder{ + color: rgb(254 205 211 / 0.3); +} +.placeholder-rose-200\/30:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.3); +} +.placeholder-rose-200\/30::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.3); +} +.placeholder-rose-200\/30::placeholder{ + color: rgb(254 205 211 / 0.3); +} +.placeholder-rose-200\/40::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.4); +} +.placeholder-rose-200\/40::-moz-placeholder{ + color: rgb(254 205 211 / 0.4); +} +.placeholder-rose-200\/40:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.4); +} +.placeholder-rose-200\/40::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.4); +} +.placeholder-rose-200\/40::placeholder{ + color: rgb(254 205 211 / 0.4); +} +.placeholder-rose-200\/50::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.5); +} +.placeholder-rose-200\/50::-moz-placeholder{ + color: rgb(254 205 211 / 0.5); +} +.placeholder-rose-200\/50:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.5); +} +.placeholder-rose-200\/50::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.5); +} +.placeholder-rose-200\/50::placeholder{ + color: rgb(254 205 211 / 0.5); +} +.placeholder-rose-200\/60::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.6); +} +.placeholder-rose-200\/60::-moz-placeholder{ + color: rgb(254 205 211 / 0.6); +} +.placeholder-rose-200\/60:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.6); +} +.placeholder-rose-200\/60::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.6); +} +.placeholder-rose-200\/60::placeholder{ + color: rgb(254 205 211 / 0.6); +} +.placeholder-rose-200\/70::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.7); +} +.placeholder-rose-200\/70::-moz-placeholder{ + color: rgb(254 205 211 / 0.7); +} +.placeholder-rose-200\/70:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.7); +} +.placeholder-rose-200\/70::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.7); +} +.placeholder-rose-200\/70::placeholder{ + color: rgb(254 205 211 / 0.7); +} +.placeholder-rose-200\/75::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.75); +} +.placeholder-rose-200\/75::-moz-placeholder{ + color: rgb(254 205 211 / 0.75); +} +.placeholder-rose-200\/75:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.75); +} +.placeholder-rose-200\/75::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.75); +} +.placeholder-rose-200\/75::placeholder{ + color: rgb(254 205 211 / 0.75); +} +.placeholder-rose-200\/80::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.8); +} +.placeholder-rose-200\/80::-moz-placeholder{ + color: rgb(254 205 211 / 0.8); +} +.placeholder-rose-200\/80:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.8); +} +.placeholder-rose-200\/80::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.8); +} +.placeholder-rose-200\/80::placeholder{ + color: rgb(254 205 211 / 0.8); +} +.placeholder-rose-200\/90::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.9); +} +.placeholder-rose-200\/90::-moz-placeholder{ + color: rgb(254 205 211 / 0.9); +} +.placeholder-rose-200\/90:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.9); +} +.placeholder-rose-200\/90::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.9); +} +.placeholder-rose-200\/90::placeholder{ + color: rgb(254 205 211 / 0.9); +} +.placeholder-rose-200\/95::-webkit-input-placeholder{ + color: rgb(254 205 211 / 0.95); +} +.placeholder-rose-200\/95::-moz-placeholder{ + color: rgb(254 205 211 / 0.95); +} +.placeholder-rose-200\/95:-ms-input-placeholder{ + color: rgb(254 205 211 / 0.95); +} +.placeholder-rose-200\/95::-ms-input-placeholder{ + color: rgb(254 205 211 / 0.95); +} +.placeholder-rose-200\/95::placeholder{ + color: rgb(254 205 211 / 0.95); +} +.placeholder-rose-200\/100::-webkit-input-placeholder{ + color: rgb(254 205 211 / 1); +} +.placeholder-rose-200\/100::-moz-placeholder{ + color: rgb(254 205 211 / 1); +} +.placeholder-rose-200\/100:-ms-input-placeholder{ + color: rgb(254 205 211 / 1); +} +.placeholder-rose-200\/100::-ms-input-placeholder{ + color: rgb(254 205 211 / 1); +} +.placeholder-rose-200\/100::placeholder{ + color: rgb(254 205 211 / 1); +} +.placeholder-rose-300\/0::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0); +} +.placeholder-rose-300\/0::-moz-placeholder{ + color: rgb(253 164 175 / 0); +} +.placeholder-rose-300\/0:-ms-input-placeholder{ + color: rgb(253 164 175 / 0); +} +.placeholder-rose-300\/0::-ms-input-placeholder{ + color: rgb(253 164 175 / 0); +} +.placeholder-rose-300\/0::placeholder{ + color: rgb(253 164 175 / 0); +} +.placeholder-rose-300\/5::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.05); +} +.placeholder-rose-300\/5::-moz-placeholder{ + color: rgb(253 164 175 / 0.05); +} +.placeholder-rose-300\/5:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.05); +} +.placeholder-rose-300\/5::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.05); +} +.placeholder-rose-300\/5::placeholder{ + color: rgb(253 164 175 / 0.05); +} +.placeholder-rose-300\/10::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.1); +} +.placeholder-rose-300\/10::-moz-placeholder{ + color: rgb(253 164 175 / 0.1); +} +.placeholder-rose-300\/10:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.1); +} +.placeholder-rose-300\/10::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.1); +} +.placeholder-rose-300\/10::placeholder{ + color: rgb(253 164 175 / 0.1); +} +.placeholder-rose-300\/20::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.2); +} +.placeholder-rose-300\/20::-moz-placeholder{ + color: rgb(253 164 175 / 0.2); +} +.placeholder-rose-300\/20:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.2); +} +.placeholder-rose-300\/20::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.2); +} +.placeholder-rose-300\/20::placeholder{ + color: rgb(253 164 175 / 0.2); +} +.placeholder-rose-300\/25::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.25); +} +.placeholder-rose-300\/25::-moz-placeholder{ + color: rgb(253 164 175 / 0.25); +} +.placeholder-rose-300\/25:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.25); +} +.placeholder-rose-300\/25::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.25); +} +.placeholder-rose-300\/25::placeholder{ + color: rgb(253 164 175 / 0.25); +} +.placeholder-rose-300\/30::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.3); +} +.placeholder-rose-300\/30::-moz-placeholder{ + color: rgb(253 164 175 / 0.3); +} +.placeholder-rose-300\/30:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.3); +} +.placeholder-rose-300\/30::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.3); +} +.placeholder-rose-300\/30::placeholder{ + color: rgb(253 164 175 / 0.3); +} +.placeholder-rose-300\/40::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.4); +} +.placeholder-rose-300\/40::-moz-placeholder{ + color: rgb(253 164 175 / 0.4); +} +.placeholder-rose-300\/40:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.4); +} +.placeholder-rose-300\/40::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.4); +} +.placeholder-rose-300\/40::placeholder{ + color: rgb(253 164 175 / 0.4); +} +.placeholder-rose-300\/50::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.5); +} +.placeholder-rose-300\/50::-moz-placeholder{ + color: rgb(253 164 175 / 0.5); +} +.placeholder-rose-300\/50:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.5); +} +.placeholder-rose-300\/50::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.5); +} +.placeholder-rose-300\/50::placeholder{ + color: rgb(253 164 175 / 0.5); +} +.placeholder-rose-300\/60::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.6); +} +.placeholder-rose-300\/60::-moz-placeholder{ + color: rgb(253 164 175 / 0.6); +} +.placeholder-rose-300\/60:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.6); +} +.placeholder-rose-300\/60::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.6); +} +.placeholder-rose-300\/60::placeholder{ + color: rgb(253 164 175 / 0.6); +} +.placeholder-rose-300\/70::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.7); +} +.placeholder-rose-300\/70::-moz-placeholder{ + color: rgb(253 164 175 / 0.7); +} +.placeholder-rose-300\/70:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.7); +} +.placeholder-rose-300\/70::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.7); +} +.placeholder-rose-300\/70::placeholder{ + color: rgb(253 164 175 / 0.7); +} +.placeholder-rose-300\/75::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.75); +} +.placeholder-rose-300\/75::-moz-placeholder{ + color: rgb(253 164 175 / 0.75); +} +.placeholder-rose-300\/75:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.75); +} +.placeholder-rose-300\/75::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.75); +} +.placeholder-rose-300\/75::placeholder{ + color: rgb(253 164 175 / 0.75); +} +.placeholder-rose-300\/80::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.8); +} +.placeholder-rose-300\/80::-moz-placeholder{ + color: rgb(253 164 175 / 0.8); +} +.placeholder-rose-300\/80:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.8); +} +.placeholder-rose-300\/80::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.8); +} +.placeholder-rose-300\/80::placeholder{ + color: rgb(253 164 175 / 0.8); +} +.placeholder-rose-300\/90::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.9); +} +.placeholder-rose-300\/90::-moz-placeholder{ + color: rgb(253 164 175 / 0.9); +} +.placeholder-rose-300\/90:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.9); +} +.placeholder-rose-300\/90::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.9); +} +.placeholder-rose-300\/90::placeholder{ + color: rgb(253 164 175 / 0.9); +} +.placeholder-rose-300\/95::-webkit-input-placeholder{ + color: rgb(253 164 175 / 0.95); +} +.placeholder-rose-300\/95::-moz-placeholder{ + color: rgb(253 164 175 / 0.95); +} +.placeholder-rose-300\/95:-ms-input-placeholder{ + color: rgb(253 164 175 / 0.95); +} +.placeholder-rose-300\/95::-ms-input-placeholder{ + color: rgb(253 164 175 / 0.95); +} +.placeholder-rose-300\/95::placeholder{ + color: rgb(253 164 175 / 0.95); +} +.placeholder-rose-300\/100::-webkit-input-placeholder{ + color: rgb(253 164 175 / 1); +} +.placeholder-rose-300\/100::-moz-placeholder{ + color: rgb(253 164 175 / 1); +} +.placeholder-rose-300\/100:-ms-input-placeholder{ + color: rgb(253 164 175 / 1); +} +.placeholder-rose-300\/100::-ms-input-placeholder{ + color: rgb(253 164 175 / 1); +} +.placeholder-rose-300\/100::placeholder{ + color: rgb(253 164 175 / 1); +} +.placeholder-rose-400\/0::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0); +} +.placeholder-rose-400\/0::-moz-placeholder{ + color: rgb(251 113 133 / 0); +} +.placeholder-rose-400\/0:-ms-input-placeholder{ + color: rgb(251 113 133 / 0); +} +.placeholder-rose-400\/0::-ms-input-placeholder{ + color: rgb(251 113 133 / 0); +} +.placeholder-rose-400\/0::placeholder{ + color: rgb(251 113 133 / 0); +} +.placeholder-rose-400\/5::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.05); +} +.placeholder-rose-400\/5::-moz-placeholder{ + color: rgb(251 113 133 / 0.05); +} +.placeholder-rose-400\/5:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.05); +} +.placeholder-rose-400\/5::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.05); +} +.placeholder-rose-400\/5::placeholder{ + color: rgb(251 113 133 / 0.05); +} +.placeholder-rose-400\/10::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.1); +} +.placeholder-rose-400\/10::-moz-placeholder{ + color: rgb(251 113 133 / 0.1); +} +.placeholder-rose-400\/10:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.1); +} +.placeholder-rose-400\/10::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.1); +} +.placeholder-rose-400\/10::placeholder{ + color: rgb(251 113 133 / 0.1); +} +.placeholder-rose-400\/20::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.2); +} +.placeholder-rose-400\/20::-moz-placeholder{ + color: rgb(251 113 133 / 0.2); +} +.placeholder-rose-400\/20:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.2); +} +.placeholder-rose-400\/20::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.2); +} +.placeholder-rose-400\/20::placeholder{ + color: rgb(251 113 133 / 0.2); +} +.placeholder-rose-400\/25::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.25); +} +.placeholder-rose-400\/25::-moz-placeholder{ + color: rgb(251 113 133 / 0.25); +} +.placeholder-rose-400\/25:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.25); +} +.placeholder-rose-400\/25::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.25); +} +.placeholder-rose-400\/25::placeholder{ + color: rgb(251 113 133 / 0.25); +} +.placeholder-rose-400\/30::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.3); +} +.placeholder-rose-400\/30::-moz-placeholder{ + color: rgb(251 113 133 / 0.3); +} +.placeholder-rose-400\/30:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.3); +} +.placeholder-rose-400\/30::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.3); +} +.placeholder-rose-400\/30::placeholder{ + color: rgb(251 113 133 / 0.3); +} +.placeholder-rose-400\/40::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.4); +} +.placeholder-rose-400\/40::-moz-placeholder{ + color: rgb(251 113 133 / 0.4); +} +.placeholder-rose-400\/40:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.4); +} +.placeholder-rose-400\/40::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.4); +} +.placeholder-rose-400\/40::placeholder{ + color: rgb(251 113 133 / 0.4); +} +.placeholder-rose-400\/50::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.5); +} +.placeholder-rose-400\/50::-moz-placeholder{ + color: rgb(251 113 133 / 0.5); +} +.placeholder-rose-400\/50:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.5); +} +.placeholder-rose-400\/50::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.5); +} +.placeholder-rose-400\/50::placeholder{ + color: rgb(251 113 133 / 0.5); +} +.placeholder-rose-400\/60::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.6); +} +.placeholder-rose-400\/60::-moz-placeholder{ + color: rgb(251 113 133 / 0.6); +} +.placeholder-rose-400\/60:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.6); +} +.placeholder-rose-400\/60::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.6); +} +.placeholder-rose-400\/60::placeholder{ + color: rgb(251 113 133 / 0.6); +} +.placeholder-rose-400\/70::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.7); +} +.placeholder-rose-400\/70::-moz-placeholder{ + color: rgb(251 113 133 / 0.7); +} +.placeholder-rose-400\/70:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.7); +} +.placeholder-rose-400\/70::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.7); +} +.placeholder-rose-400\/70::placeholder{ + color: rgb(251 113 133 / 0.7); +} +.placeholder-rose-400\/75::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.75); +} +.placeholder-rose-400\/75::-moz-placeholder{ + color: rgb(251 113 133 / 0.75); +} +.placeholder-rose-400\/75:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.75); +} +.placeholder-rose-400\/75::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.75); +} +.placeholder-rose-400\/75::placeholder{ + color: rgb(251 113 133 / 0.75); +} +.placeholder-rose-400\/80::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.8); +} +.placeholder-rose-400\/80::-moz-placeholder{ + color: rgb(251 113 133 / 0.8); +} +.placeholder-rose-400\/80:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.8); +} +.placeholder-rose-400\/80::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.8); +} +.placeholder-rose-400\/80::placeholder{ + color: rgb(251 113 133 / 0.8); +} +.placeholder-rose-400\/90::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.9); +} +.placeholder-rose-400\/90::-moz-placeholder{ + color: rgb(251 113 133 / 0.9); +} +.placeholder-rose-400\/90:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.9); +} +.placeholder-rose-400\/90::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.9); +} +.placeholder-rose-400\/90::placeholder{ + color: rgb(251 113 133 / 0.9); +} +.placeholder-rose-400\/95::-webkit-input-placeholder{ + color: rgb(251 113 133 / 0.95); +} +.placeholder-rose-400\/95::-moz-placeholder{ + color: rgb(251 113 133 / 0.95); +} +.placeholder-rose-400\/95:-ms-input-placeholder{ + color: rgb(251 113 133 / 0.95); +} +.placeholder-rose-400\/95::-ms-input-placeholder{ + color: rgb(251 113 133 / 0.95); +} +.placeholder-rose-400\/95::placeholder{ + color: rgb(251 113 133 / 0.95); +} +.placeholder-rose-400\/100::-webkit-input-placeholder{ + color: rgb(251 113 133 / 1); +} +.placeholder-rose-400\/100::-moz-placeholder{ + color: rgb(251 113 133 / 1); +} +.placeholder-rose-400\/100:-ms-input-placeholder{ + color: rgb(251 113 133 / 1); +} +.placeholder-rose-400\/100::-ms-input-placeholder{ + color: rgb(251 113 133 / 1); +} +.placeholder-rose-400\/100::placeholder{ + color: rgb(251 113 133 / 1); +} +.placeholder-rose-500\/0::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0); +} +.placeholder-rose-500\/0::-moz-placeholder{ + color: rgb(244 63 94 / 0); +} +.placeholder-rose-500\/0:-ms-input-placeholder{ + color: rgb(244 63 94 / 0); +} +.placeholder-rose-500\/0::-ms-input-placeholder{ + color: rgb(244 63 94 / 0); +} +.placeholder-rose-500\/0::placeholder{ + color: rgb(244 63 94 / 0); +} +.placeholder-rose-500\/5::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.05); +} +.placeholder-rose-500\/5::-moz-placeholder{ + color: rgb(244 63 94 / 0.05); +} +.placeholder-rose-500\/5:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.05); +} +.placeholder-rose-500\/5::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.05); +} +.placeholder-rose-500\/5::placeholder{ + color: rgb(244 63 94 / 0.05); +} +.placeholder-rose-500\/10::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.1); +} +.placeholder-rose-500\/10::-moz-placeholder{ + color: rgb(244 63 94 / 0.1); +} +.placeholder-rose-500\/10:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.1); +} +.placeholder-rose-500\/10::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.1); +} +.placeholder-rose-500\/10::placeholder{ + color: rgb(244 63 94 / 0.1); +} +.placeholder-rose-500\/20::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.2); +} +.placeholder-rose-500\/20::-moz-placeholder{ + color: rgb(244 63 94 / 0.2); +} +.placeholder-rose-500\/20:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.2); +} +.placeholder-rose-500\/20::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.2); +} +.placeholder-rose-500\/20::placeholder{ + color: rgb(244 63 94 / 0.2); +} +.placeholder-rose-500\/25::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.25); +} +.placeholder-rose-500\/25::-moz-placeholder{ + color: rgb(244 63 94 / 0.25); +} +.placeholder-rose-500\/25:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.25); +} +.placeholder-rose-500\/25::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.25); +} +.placeholder-rose-500\/25::placeholder{ + color: rgb(244 63 94 / 0.25); +} +.placeholder-rose-500\/30::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.3); +} +.placeholder-rose-500\/30::-moz-placeholder{ + color: rgb(244 63 94 / 0.3); +} +.placeholder-rose-500\/30:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.3); +} +.placeholder-rose-500\/30::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.3); +} +.placeholder-rose-500\/30::placeholder{ + color: rgb(244 63 94 / 0.3); +} +.placeholder-rose-500\/40::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.4); +} +.placeholder-rose-500\/40::-moz-placeholder{ + color: rgb(244 63 94 / 0.4); +} +.placeholder-rose-500\/40:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.4); +} +.placeholder-rose-500\/40::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.4); +} +.placeholder-rose-500\/40::placeholder{ + color: rgb(244 63 94 / 0.4); +} +.placeholder-rose-500\/50::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.5); +} +.placeholder-rose-500\/50::-moz-placeholder{ + color: rgb(244 63 94 / 0.5); +} +.placeholder-rose-500\/50:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.5); +} +.placeholder-rose-500\/50::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.5); +} +.placeholder-rose-500\/50::placeholder{ + color: rgb(244 63 94 / 0.5); +} +.placeholder-rose-500\/60::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.6); +} +.placeholder-rose-500\/60::-moz-placeholder{ + color: rgb(244 63 94 / 0.6); +} +.placeholder-rose-500\/60:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.6); +} +.placeholder-rose-500\/60::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.6); +} +.placeholder-rose-500\/60::placeholder{ + color: rgb(244 63 94 / 0.6); +} +.placeholder-rose-500\/70::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.7); +} +.placeholder-rose-500\/70::-moz-placeholder{ + color: rgb(244 63 94 / 0.7); +} +.placeholder-rose-500\/70:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.7); +} +.placeholder-rose-500\/70::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.7); +} +.placeholder-rose-500\/70::placeholder{ + color: rgb(244 63 94 / 0.7); +} +.placeholder-rose-500\/75::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.75); +} +.placeholder-rose-500\/75::-moz-placeholder{ + color: rgb(244 63 94 / 0.75); +} +.placeholder-rose-500\/75:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.75); +} +.placeholder-rose-500\/75::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.75); +} +.placeholder-rose-500\/75::placeholder{ + color: rgb(244 63 94 / 0.75); +} +.placeholder-rose-500\/80::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.8); +} +.placeholder-rose-500\/80::-moz-placeholder{ + color: rgb(244 63 94 / 0.8); +} +.placeholder-rose-500\/80:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.8); +} +.placeholder-rose-500\/80::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.8); +} +.placeholder-rose-500\/80::placeholder{ + color: rgb(244 63 94 / 0.8); +} +.placeholder-rose-500\/90::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.9); +} +.placeholder-rose-500\/90::-moz-placeholder{ + color: rgb(244 63 94 / 0.9); +} +.placeholder-rose-500\/90:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.9); +} +.placeholder-rose-500\/90::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.9); +} +.placeholder-rose-500\/90::placeholder{ + color: rgb(244 63 94 / 0.9); +} +.placeholder-rose-500\/95::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.95); +} +.placeholder-rose-500\/95::-moz-placeholder{ + color: rgb(244 63 94 / 0.95); +} +.placeholder-rose-500\/95:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.95); +} +.placeholder-rose-500\/95::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.95); +} +.placeholder-rose-500\/95::placeholder{ + color: rgb(244 63 94 / 0.95); +} +.placeholder-rose-500\/100::-webkit-input-placeholder{ + color: rgb(244 63 94 / 1); +} +.placeholder-rose-500\/100::-moz-placeholder{ + color: rgb(244 63 94 / 1); +} +.placeholder-rose-500\/100:-ms-input-placeholder{ + color: rgb(244 63 94 / 1); +} +.placeholder-rose-500\/100::-ms-input-placeholder{ + color: rgb(244 63 94 / 1); +} +.placeholder-rose-500\/100::placeholder{ + color: rgb(244 63 94 / 1); +} +.placeholder-rose-600\/0::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0); +} +.placeholder-rose-600\/0::-moz-placeholder{ + color: rgb(225 29 72 / 0); +} +.placeholder-rose-600\/0:-ms-input-placeholder{ + color: rgb(225 29 72 / 0); +} +.placeholder-rose-600\/0::-ms-input-placeholder{ + color: rgb(225 29 72 / 0); +} +.placeholder-rose-600\/0::placeholder{ + color: rgb(225 29 72 / 0); +} +.placeholder-rose-600\/5::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.05); +} +.placeholder-rose-600\/5::-moz-placeholder{ + color: rgb(225 29 72 / 0.05); +} +.placeholder-rose-600\/5:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.05); +} +.placeholder-rose-600\/5::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.05); +} +.placeholder-rose-600\/5::placeholder{ + color: rgb(225 29 72 / 0.05); +} +.placeholder-rose-600\/10::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.1); +} +.placeholder-rose-600\/10::-moz-placeholder{ + color: rgb(225 29 72 / 0.1); +} +.placeholder-rose-600\/10:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.1); +} +.placeholder-rose-600\/10::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.1); +} +.placeholder-rose-600\/10::placeholder{ + color: rgb(225 29 72 / 0.1); +} +.placeholder-rose-600\/20::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.2); +} +.placeholder-rose-600\/20::-moz-placeholder{ + color: rgb(225 29 72 / 0.2); +} +.placeholder-rose-600\/20:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.2); +} +.placeholder-rose-600\/20::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.2); +} +.placeholder-rose-600\/20::placeholder{ + color: rgb(225 29 72 / 0.2); +} +.placeholder-rose-600\/25::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.25); +} +.placeholder-rose-600\/25::-moz-placeholder{ + color: rgb(225 29 72 / 0.25); +} +.placeholder-rose-600\/25:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.25); +} +.placeholder-rose-600\/25::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.25); +} +.placeholder-rose-600\/25::placeholder{ + color: rgb(225 29 72 / 0.25); +} +.placeholder-rose-600\/30::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.3); +} +.placeholder-rose-600\/30::-moz-placeholder{ + color: rgb(225 29 72 / 0.3); +} +.placeholder-rose-600\/30:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.3); +} +.placeholder-rose-600\/30::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.3); +} +.placeholder-rose-600\/30::placeholder{ + color: rgb(225 29 72 / 0.3); +} +.placeholder-rose-600\/40::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.4); +} +.placeholder-rose-600\/40::-moz-placeholder{ + color: rgb(225 29 72 / 0.4); +} +.placeholder-rose-600\/40:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.4); +} +.placeholder-rose-600\/40::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.4); +} +.placeholder-rose-600\/40::placeholder{ + color: rgb(225 29 72 / 0.4); +} +.placeholder-rose-600\/50::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.5); +} +.placeholder-rose-600\/50::-moz-placeholder{ + color: rgb(225 29 72 / 0.5); +} +.placeholder-rose-600\/50:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.5); +} +.placeholder-rose-600\/50::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.5); +} +.placeholder-rose-600\/50::placeholder{ + color: rgb(225 29 72 / 0.5); +} +.placeholder-rose-600\/60::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.6); +} +.placeholder-rose-600\/60::-moz-placeholder{ + color: rgb(225 29 72 / 0.6); +} +.placeholder-rose-600\/60:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.6); +} +.placeholder-rose-600\/60::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.6); +} +.placeholder-rose-600\/60::placeholder{ + color: rgb(225 29 72 / 0.6); +} +.placeholder-rose-600\/70::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.7); +} +.placeholder-rose-600\/70::-moz-placeholder{ + color: rgb(225 29 72 / 0.7); +} +.placeholder-rose-600\/70:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.7); +} +.placeholder-rose-600\/70::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.7); +} +.placeholder-rose-600\/70::placeholder{ + color: rgb(225 29 72 / 0.7); +} +.placeholder-rose-600\/75::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.75); +} +.placeholder-rose-600\/75::-moz-placeholder{ + color: rgb(225 29 72 / 0.75); +} +.placeholder-rose-600\/75:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.75); +} +.placeholder-rose-600\/75::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.75); +} +.placeholder-rose-600\/75::placeholder{ + color: rgb(225 29 72 / 0.75); +} +.placeholder-rose-600\/80::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.8); +} +.placeholder-rose-600\/80::-moz-placeholder{ + color: rgb(225 29 72 / 0.8); +} +.placeholder-rose-600\/80:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.8); +} +.placeholder-rose-600\/80::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.8); +} +.placeholder-rose-600\/80::placeholder{ + color: rgb(225 29 72 / 0.8); +} +.placeholder-rose-600\/90::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.9); +} +.placeholder-rose-600\/90::-moz-placeholder{ + color: rgb(225 29 72 / 0.9); +} +.placeholder-rose-600\/90:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.9); +} +.placeholder-rose-600\/90::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.9); +} +.placeholder-rose-600\/90::placeholder{ + color: rgb(225 29 72 / 0.9); +} +.placeholder-rose-600\/95::-webkit-input-placeholder{ + color: rgb(225 29 72 / 0.95); +} +.placeholder-rose-600\/95::-moz-placeholder{ + color: rgb(225 29 72 / 0.95); +} +.placeholder-rose-600\/95:-ms-input-placeholder{ + color: rgb(225 29 72 / 0.95); +} +.placeholder-rose-600\/95::-ms-input-placeholder{ + color: rgb(225 29 72 / 0.95); +} +.placeholder-rose-600\/95::placeholder{ + color: rgb(225 29 72 / 0.95); +} +.placeholder-rose-600\/100::-webkit-input-placeholder{ + color: rgb(225 29 72 / 1); +} +.placeholder-rose-600\/100::-moz-placeholder{ + color: rgb(225 29 72 / 1); +} +.placeholder-rose-600\/100:-ms-input-placeholder{ + color: rgb(225 29 72 / 1); +} +.placeholder-rose-600\/100::-ms-input-placeholder{ + color: rgb(225 29 72 / 1); +} +.placeholder-rose-600\/100::placeholder{ + color: rgb(225 29 72 / 1); +} +.placeholder-rose-700\/0::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0); +} +.placeholder-rose-700\/0::-moz-placeholder{ + color: rgb(190 18 60 / 0); +} +.placeholder-rose-700\/0:-ms-input-placeholder{ + color: rgb(190 18 60 / 0); +} +.placeholder-rose-700\/0::-ms-input-placeholder{ + color: rgb(190 18 60 / 0); +} +.placeholder-rose-700\/0::placeholder{ + color: rgb(190 18 60 / 0); +} +.placeholder-rose-700\/5::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.05); +} +.placeholder-rose-700\/5::-moz-placeholder{ + color: rgb(190 18 60 / 0.05); +} +.placeholder-rose-700\/5:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.05); +} +.placeholder-rose-700\/5::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.05); +} +.placeholder-rose-700\/5::placeholder{ + color: rgb(190 18 60 / 0.05); +} +.placeholder-rose-700\/10::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.1); +} +.placeholder-rose-700\/10::-moz-placeholder{ + color: rgb(190 18 60 / 0.1); +} +.placeholder-rose-700\/10:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.1); +} +.placeholder-rose-700\/10::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.1); +} +.placeholder-rose-700\/10::placeholder{ + color: rgb(190 18 60 / 0.1); +} +.placeholder-rose-700\/20::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.2); +} +.placeholder-rose-700\/20::-moz-placeholder{ + color: rgb(190 18 60 / 0.2); +} +.placeholder-rose-700\/20:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.2); +} +.placeholder-rose-700\/20::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.2); +} +.placeholder-rose-700\/20::placeholder{ + color: rgb(190 18 60 / 0.2); +} +.placeholder-rose-700\/25::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.25); +} +.placeholder-rose-700\/25::-moz-placeholder{ + color: rgb(190 18 60 / 0.25); +} +.placeholder-rose-700\/25:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.25); +} +.placeholder-rose-700\/25::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.25); +} +.placeholder-rose-700\/25::placeholder{ + color: rgb(190 18 60 / 0.25); +} +.placeholder-rose-700\/30::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.3); +} +.placeholder-rose-700\/30::-moz-placeholder{ + color: rgb(190 18 60 / 0.3); +} +.placeholder-rose-700\/30:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.3); +} +.placeholder-rose-700\/30::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.3); +} +.placeholder-rose-700\/30::placeholder{ + color: rgb(190 18 60 / 0.3); +} +.placeholder-rose-700\/40::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.4); +} +.placeholder-rose-700\/40::-moz-placeholder{ + color: rgb(190 18 60 / 0.4); +} +.placeholder-rose-700\/40:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.4); +} +.placeholder-rose-700\/40::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.4); +} +.placeholder-rose-700\/40::placeholder{ + color: rgb(190 18 60 / 0.4); +} +.placeholder-rose-700\/50::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.5); +} +.placeholder-rose-700\/50::-moz-placeholder{ + color: rgb(190 18 60 / 0.5); +} +.placeholder-rose-700\/50:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.5); +} +.placeholder-rose-700\/50::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.5); +} +.placeholder-rose-700\/50::placeholder{ + color: rgb(190 18 60 / 0.5); +} +.placeholder-rose-700\/60::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.6); +} +.placeholder-rose-700\/60::-moz-placeholder{ + color: rgb(190 18 60 / 0.6); +} +.placeholder-rose-700\/60:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.6); +} +.placeholder-rose-700\/60::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.6); +} +.placeholder-rose-700\/60::placeholder{ + color: rgb(190 18 60 / 0.6); +} +.placeholder-rose-700\/70::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.7); +} +.placeholder-rose-700\/70::-moz-placeholder{ + color: rgb(190 18 60 / 0.7); +} +.placeholder-rose-700\/70:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.7); +} +.placeholder-rose-700\/70::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.7); +} +.placeholder-rose-700\/70::placeholder{ + color: rgb(190 18 60 / 0.7); +} +.placeholder-rose-700\/75::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.75); +} +.placeholder-rose-700\/75::-moz-placeholder{ + color: rgb(190 18 60 / 0.75); +} +.placeholder-rose-700\/75:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.75); +} +.placeholder-rose-700\/75::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.75); +} +.placeholder-rose-700\/75::placeholder{ + color: rgb(190 18 60 / 0.75); +} +.placeholder-rose-700\/80::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.8); +} +.placeholder-rose-700\/80::-moz-placeholder{ + color: rgb(190 18 60 / 0.8); +} +.placeholder-rose-700\/80:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.8); +} +.placeholder-rose-700\/80::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.8); +} +.placeholder-rose-700\/80::placeholder{ + color: rgb(190 18 60 / 0.8); +} +.placeholder-rose-700\/90::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.9); +} +.placeholder-rose-700\/90::-moz-placeholder{ + color: rgb(190 18 60 / 0.9); +} +.placeholder-rose-700\/90:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.9); +} +.placeholder-rose-700\/90::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.9); +} +.placeholder-rose-700\/90::placeholder{ + color: rgb(190 18 60 / 0.9); +} +.placeholder-rose-700\/95::-webkit-input-placeholder{ + color: rgb(190 18 60 / 0.95); +} +.placeholder-rose-700\/95::-moz-placeholder{ + color: rgb(190 18 60 / 0.95); +} +.placeholder-rose-700\/95:-ms-input-placeholder{ + color: rgb(190 18 60 / 0.95); +} +.placeholder-rose-700\/95::-ms-input-placeholder{ + color: rgb(190 18 60 / 0.95); +} +.placeholder-rose-700\/95::placeholder{ + color: rgb(190 18 60 / 0.95); +} +.placeholder-rose-700\/100::-webkit-input-placeholder{ + color: rgb(190 18 60 / 1); +} +.placeholder-rose-700\/100::-moz-placeholder{ + color: rgb(190 18 60 / 1); +} +.placeholder-rose-700\/100:-ms-input-placeholder{ + color: rgb(190 18 60 / 1); +} +.placeholder-rose-700\/100::-ms-input-placeholder{ + color: rgb(190 18 60 / 1); +} +.placeholder-rose-700\/100::placeholder{ + color: rgb(190 18 60 / 1); +} +.placeholder-rose-800\/0::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0); +} +.placeholder-rose-800\/0::-moz-placeholder{ + color: rgb(159 18 57 / 0); +} +.placeholder-rose-800\/0:-ms-input-placeholder{ + color: rgb(159 18 57 / 0); +} +.placeholder-rose-800\/0::-ms-input-placeholder{ + color: rgb(159 18 57 / 0); +} +.placeholder-rose-800\/0::placeholder{ + color: rgb(159 18 57 / 0); +} +.placeholder-rose-800\/5::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.05); +} +.placeholder-rose-800\/5::-moz-placeholder{ + color: rgb(159 18 57 / 0.05); +} +.placeholder-rose-800\/5:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.05); +} +.placeholder-rose-800\/5::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.05); +} +.placeholder-rose-800\/5::placeholder{ + color: rgb(159 18 57 / 0.05); +} +.placeholder-rose-800\/10::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.1); +} +.placeholder-rose-800\/10::-moz-placeholder{ + color: rgb(159 18 57 / 0.1); +} +.placeholder-rose-800\/10:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.1); +} +.placeholder-rose-800\/10::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.1); +} +.placeholder-rose-800\/10::placeholder{ + color: rgb(159 18 57 / 0.1); +} +.placeholder-rose-800\/20::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.2); +} +.placeholder-rose-800\/20::-moz-placeholder{ + color: rgb(159 18 57 / 0.2); +} +.placeholder-rose-800\/20:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.2); +} +.placeholder-rose-800\/20::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.2); +} +.placeholder-rose-800\/20::placeholder{ + color: rgb(159 18 57 / 0.2); +} +.placeholder-rose-800\/25::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.25); +} +.placeholder-rose-800\/25::-moz-placeholder{ + color: rgb(159 18 57 / 0.25); +} +.placeholder-rose-800\/25:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.25); +} +.placeholder-rose-800\/25::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.25); +} +.placeholder-rose-800\/25::placeholder{ + color: rgb(159 18 57 / 0.25); +} +.placeholder-rose-800\/30::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.3); +} +.placeholder-rose-800\/30::-moz-placeholder{ + color: rgb(159 18 57 / 0.3); +} +.placeholder-rose-800\/30:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.3); +} +.placeholder-rose-800\/30::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.3); +} +.placeholder-rose-800\/30::placeholder{ + color: rgb(159 18 57 / 0.3); +} +.placeholder-rose-800\/40::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.4); +} +.placeholder-rose-800\/40::-moz-placeholder{ + color: rgb(159 18 57 / 0.4); +} +.placeholder-rose-800\/40:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.4); +} +.placeholder-rose-800\/40::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.4); +} +.placeholder-rose-800\/40::placeholder{ + color: rgb(159 18 57 / 0.4); +} +.placeholder-rose-800\/50::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.5); +} +.placeholder-rose-800\/50::-moz-placeholder{ + color: rgb(159 18 57 / 0.5); +} +.placeholder-rose-800\/50:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.5); +} +.placeholder-rose-800\/50::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.5); +} +.placeholder-rose-800\/50::placeholder{ + color: rgb(159 18 57 / 0.5); +} +.placeholder-rose-800\/60::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.6); +} +.placeholder-rose-800\/60::-moz-placeholder{ + color: rgb(159 18 57 / 0.6); +} +.placeholder-rose-800\/60:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.6); +} +.placeholder-rose-800\/60::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.6); +} +.placeholder-rose-800\/60::placeholder{ + color: rgb(159 18 57 / 0.6); +} +.placeholder-rose-800\/70::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.7); +} +.placeholder-rose-800\/70::-moz-placeholder{ + color: rgb(159 18 57 / 0.7); +} +.placeholder-rose-800\/70:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.7); +} +.placeholder-rose-800\/70::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.7); +} +.placeholder-rose-800\/70::placeholder{ + color: rgb(159 18 57 / 0.7); +} +.placeholder-rose-800\/75::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.75); +} +.placeholder-rose-800\/75::-moz-placeholder{ + color: rgb(159 18 57 / 0.75); +} +.placeholder-rose-800\/75:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.75); +} +.placeholder-rose-800\/75::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.75); +} +.placeholder-rose-800\/75::placeholder{ + color: rgb(159 18 57 / 0.75); +} +.placeholder-rose-800\/80::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.8); +} +.placeholder-rose-800\/80::-moz-placeholder{ + color: rgb(159 18 57 / 0.8); +} +.placeholder-rose-800\/80:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.8); +} +.placeholder-rose-800\/80::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.8); +} +.placeholder-rose-800\/80::placeholder{ + color: rgb(159 18 57 / 0.8); +} +.placeholder-rose-800\/90::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.9); +} +.placeholder-rose-800\/90::-moz-placeholder{ + color: rgb(159 18 57 / 0.9); +} +.placeholder-rose-800\/90:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.9); +} +.placeholder-rose-800\/90::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.9); +} +.placeholder-rose-800\/90::placeholder{ + color: rgb(159 18 57 / 0.9); +} +.placeholder-rose-800\/95::-webkit-input-placeholder{ + color: rgb(159 18 57 / 0.95); +} +.placeholder-rose-800\/95::-moz-placeholder{ + color: rgb(159 18 57 / 0.95); +} +.placeholder-rose-800\/95:-ms-input-placeholder{ + color: rgb(159 18 57 / 0.95); +} +.placeholder-rose-800\/95::-ms-input-placeholder{ + color: rgb(159 18 57 / 0.95); +} +.placeholder-rose-800\/95::placeholder{ + color: rgb(159 18 57 / 0.95); +} +.placeholder-rose-800\/100::-webkit-input-placeholder{ + color: rgb(159 18 57 / 1); +} +.placeholder-rose-800\/100::-moz-placeholder{ + color: rgb(159 18 57 / 1); +} +.placeholder-rose-800\/100:-ms-input-placeholder{ + color: rgb(159 18 57 / 1); +} +.placeholder-rose-800\/100::-ms-input-placeholder{ + color: rgb(159 18 57 / 1); +} +.placeholder-rose-800\/100::placeholder{ + color: rgb(159 18 57 / 1); +} +.placeholder-rose-900\/0::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0); +} +.placeholder-rose-900\/0::-moz-placeholder{ + color: rgb(136 19 55 / 0); +} +.placeholder-rose-900\/0:-ms-input-placeholder{ + color: rgb(136 19 55 / 0); +} +.placeholder-rose-900\/0::-ms-input-placeholder{ + color: rgb(136 19 55 / 0); +} +.placeholder-rose-900\/0::placeholder{ + color: rgb(136 19 55 / 0); +} +.placeholder-rose-900\/5::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.05); +} +.placeholder-rose-900\/5::-moz-placeholder{ + color: rgb(136 19 55 / 0.05); +} +.placeholder-rose-900\/5:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.05); +} +.placeholder-rose-900\/5::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.05); +} +.placeholder-rose-900\/5::placeholder{ + color: rgb(136 19 55 / 0.05); +} +.placeholder-rose-900\/10::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.1); +} +.placeholder-rose-900\/10::-moz-placeholder{ + color: rgb(136 19 55 / 0.1); +} +.placeholder-rose-900\/10:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.1); +} +.placeholder-rose-900\/10::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.1); +} +.placeholder-rose-900\/10::placeholder{ + color: rgb(136 19 55 / 0.1); +} +.placeholder-rose-900\/20::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.2); +} +.placeholder-rose-900\/20::-moz-placeholder{ + color: rgb(136 19 55 / 0.2); +} +.placeholder-rose-900\/20:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.2); +} +.placeholder-rose-900\/20::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.2); +} +.placeholder-rose-900\/20::placeholder{ + color: rgb(136 19 55 / 0.2); +} +.placeholder-rose-900\/25::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.25); +} +.placeholder-rose-900\/25::-moz-placeholder{ + color: rgb(136 19 55 / 0.25); +} +.placeholder-rose-900\/25:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.25); +} +.placeholder-rose-900\/25::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.25); +} +.placeholder-rose-900\/25::placeholder{ + color: rgb(136 19 55 / 0.25); +} +.placeholder-rose-900\/30::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.3); +} +.placeholder-rose-900\/30::-moz-placeholder{ + color: rgb(136 19 55 / 0.3); +} +.placeholder-rose-900\/30:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.3); +} +.placeholder-rose-900\/30::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.3); +} +.placeholder-rose-900\/30::placeholder{ + color: rgb(136 19 55 / 0.3); +} +.placeholder-rose-900\/40::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.4); +} +.placeholder-rose-900\/40::-moz-placeholder{ + color: rgb(136 19 55 / 0.4); +} +.placeholder-rose-900\/40:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.4); +} +.placeholder-rose-900\/40::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.4); +} +.placeholder-rose-900\/40::placeholder{ + color: rgb(136 19 55 / 0.4); +} +.placeholder-rose-900\/50::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.5); +} +.placeholder-rose-900\/50::-moz-placeholder{ + color: rgb(136 19 55 / 0.5); +} +.placeholder-rose-900\/50:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.5); +} +.placeholder-rose-900\/50::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.5); +} +.placeholder-rose-900\/50::placeholder{ + color: rgb(136 19 55 / 0.5); +} +.placeholder-rose-900\/60::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.6); +} +.placeholder-rose-900\/60::-moz-placeholder{ + color: rgb(136 19 55 / 0.6); +} +.placeholder-rose-900\/60:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.6); +} +.placeholder-rose-900\/60::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.6); +} +.placeholder-rose-900\/60::placeholder{ + color: rgb(136 19 55 / 0.6); +} +.placeholder-rose-900\/70::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.7); +} +.placeholder-rose-900\/70::-moz-placeholder{ + color: rgb(136 19 55 / 0.7); +} +.placeholder-rose-900\/70:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.7); +} +.placeholder-rose-900\/70::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.7); +} +.placeholder-rose-900\/70::placeholder{ + color: rgb(136 19 55 / 0.7); +} +.placeholder-rose-900\/75::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.75); +} +.placeholder-rose-900\/75::-moz-placeholder{ + color: rgb(136 19 55 / 0.75); +} +.placeholder-rose-900\/75:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.75); +} +.placeholder-rose-900\/75::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.75); +} +.placeholder-rose-900\/75::placeholder{ + color: rgb(136 19 55 / 0.75); +} +.placeholder-rose-900\/80::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.8); +} +.placeholder-rose-900\/80::-moz-placeholder{ + color: rgb(136 19 55 / 0.8); +} +.placeholder-rose-900\/80:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.8); +} +.placeholder-rose-900\/80::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.8); +} +.placeholder-rose-900\/80::placeholder{ + color: rgb(136 19 55 / 0.8); +} +.placeholder-rose-900\/90::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.9); +} +.placeholder-rose-900\/90::-moz-placeholder{ + color: rgb(136 19 55 / 0.9); +} +.placeholder-rose-900\/90:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.9); +} +.placeholder-rose-900\/90::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.9); +} +.placeholder-rose-900\/90::placeholder{ + color: rgb(136 19 55 / 0.9); +} +.placeholder-rose-900\/95::-webkit-input-placeholder{ + color: rgb(136 19 55 / 0.95); +} +.placeholder-rose-900\/95::-moz-placeholder{ + color: rgb(136 19 55 / 0.95); +} +.placeholder-rose-900\/95:-ms-input-placeholder{ + color: rgb(136 19 55 / 0.95); +} +.placeholder-rose-900\/95::-ms-input-placeholder{ + color: rgb(136 19 55 / 0.95); +} +.placeholder-rose-900\/95::placeholder{ + color: rgb(136 19 55 / 0.95); +} +.placeholder-rose-900\/100::-webkit-input-placeholder{ + color: rgb(136 19 55 / 1); +} +.placeholder-rose-900\/100::-moz-placeholder{ + color: rgb(136 19 55 / 1); +} +.placeholder-rose-900\/100:-ms-input-placeholder{ + color: rgb(136 19 55 / 1); +} +.placeholder-rose-900\/100::-ms-input-placeholder{ + color: rgb(136 19 55 / 1); +} +.placeholder-rose-900\/100::placeholder{ + color: rgb(136 19 55 / 1); +} +.placeholder-rose\/0::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0); +} +.placeholder-rose\/0::-moz-placeholder{ + color: rgb(244 63 94 / 0); +} +.placeholder-rose\/0:-ms-input-placeholder{ + color: rgb(244 63 94 / 0); +} +.placeholder-rose\/0::-ms-input-placeholder{ + color: rgb(244 63 94 / 0); +} +.placeholder-rose\/0::placeholder{ + color: rgb(244 63 94 / 0); +} +.placeholder-rose\/5::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.05); +} +.placeholder-rose\/5::-moz-placeholder{ + color: rgb(244 63 94 / 0.05); +} +.placeholder-rose\/5:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.05); +} +.placeholder-rose\/5::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.05); +} +.placeholder-rose\/5::placeholder{ + color: rgb(244 63 94 / 0.05); +} +.placeholder-rose\/10::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.1); +} +.placeholder-rose\/10::-moz-placeholder{ + color: rgb(244 63 94 / 0.1); +} +.placeholder-rose\/10:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.1); +} +.placeholder-rose\/10::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.1); +} +.placeholder-rose\/10::placeholder{ + color: rgb(244 63 94 / 0.1); +} +.placeholder-rose\/20::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.2); +} +.placeholder-rose\/20::-moz-placeholder{ + color: rgb(244 63 94 / 0.2); +} +.placeholder-rose\/20:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.2); +} +.placeholder-rose\/20::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.2); +} +.placeholder-rose\/20::placeholder{ + color: rgb(244 63 94 / 0.2); +} +.placeholder-rose\/25::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.25); +} +.placeholder-rose\/25::-moz-placeholder{ + color: rgb(244 63 94 / 0.25); +} +.placeholder-rose\/25:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.25); +} +.placeholder-rose\/25::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.25); +} +.placeholder-rose\/25::placeholder{ + color: rgb(244 63 94 / 0.25); +} +.placeholder-rose\/30::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.3); +} +.placeholder-rose\/30::-moz-placeholder{ + color: rgb(244 63 94 / 0.3); +} +.placeholder-rose\/30:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.3); +} +.placeholder-rose\/30::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.3); +} +.placeholder-rose\/30::placeholder{ + color: rgb(244 63 94 / 0.3); +} +.placeholder-rose\/40::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.4); +} +.placeholder-rose\/40::-moz-placeholder{ + color: rgb(244 63 94 / 0.4); +} +.placeholder-rose\/40:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.4); +} +.placeholder-rose\/40::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.4); +} +.placeholder-rose\/40::placeholder{ + color: rgb(244 63 94 / 0.4); +} +.placeholder-rose\/50::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.5); +} +.placeholder-rose\/50::-moz-placeholder{ + color: rgb(244 63 94 / 0.5); +} +.placeholder-rose\/50:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.5); +} +.placeholder-rose\/50::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.5); +} +.placeholder-rose\/50::placeholder{ + color: rgb(244 63 94 / 0.5); +} +.placeholder-rose\/60::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.6); +} +.placeholder-rose\/60::-moz-placeholder{ + color: rgb(244 63 94 / 0.6); +} +.placeholder-rose\/60:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.6); +} +.placeholder-rose\/60::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.6); +} +.placeholder-rose\/60::placeholder{ + color: rgb(244 63 94 / 0.6); +} +.placeholder-rose\/70::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.7); +} +.placeholder-rose\/70::-moz-placeholder{ + color: rgb(244 63 94 / 0.7); +} +.placeholder-rose\/70:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.7); +} +.placeholder-rose\/70::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.7); +} +.placeholder-rose\/70::placeholder{ + color: rgb(244 63 94 / 0.7); +} +.placeholder-rose\/75::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.75); +} +.placeholder-rose\/75::-moz-placeholder{ + color: rgb(244 63 94 / 0.75); +} +.placeholder-rose\/75:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.75); +} +.placeholder-rose\/75::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.75); +} +.placeholder-rose\/75::placeholder{ + color: rgb(244 63 94 / 0.75); +} +.placeholder-rose\/80::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.8); +} +.placeholder-rose\/80::-moz-placeholder{ + color: rgb(244 63 94 / 0.8); +} +.placeholder-rose\/80:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.8); +} +.placeholder-rose\/80::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.8); +} +.placeholder-rose\/80::placeholder{ + color: rgb(244 63 94 / 0.8); +} +.placeholder-rose\/90::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.9); +} +.placeholder-rose\/90::-moz-placeholder{ + color: rgb(244 63 94 / 0.9); +} +.placeholder-rose\/90:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.9); +} +.placeholder-rose\/90::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.9); +} +.placeholder-rose\/90::placeholder{ + color: rgb(244 63 94 / 0.9); +} +.placeholder-rose\/95::-webkit-input-placeholder{ + color: rgb(244 63 94 / 0.95); +} +.placeholder-rose\/95::-moz-placeholder{ + color: rgb(244 63 94 / 0.95); +} +.placeholder-rose\/95:-ms-input-placeholder{ + color: rgb(244 63 94 / 0.95); +} +.placeholder-rose\/95::-ms-input-placeholder{ + color: rgb(244 63 94 / 0.95); +} +.placeholder-rose\/95::placeholder{ + color: rgb(244 63 94 / 0.95); +} +.placeholder-rose\/100::-webkit-input-placeholder{ + color: rgb(244 63 94 / 1); +} +.placeholder-rose\/100::-moz-placeholder{ + color: rgb(244 63 94 / 1); +} +.placeholder-rose\/100:-ms-input-placeholder{ + color: rgb(244 63 94 / 1); +} +.placeholder-rose\/100::-ms-input-placeholder{ + color: rgb(244 63 94 / 1); +} +.placeholder-rose\/100::placeholder{ + color: rgb(244 63 94 / 1); +} +.placeholder-lilac-100\/0::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0); +} +.placeholder-lilac-100\/0::-moz-placeholder{ + color: rgb(245 247 250 / 0); +} +.placeholder-lilac-100\/0:-ms-input-placeholder{ + color: rgb(245 247 250 / 0); +} +.placeholder-lilac-100\/0::-ms-input-placeholder{ + color: rgb(245 247 250 / 0); +} +.placeholder-lilac-100\/0::placeholder{ + color: rgb(245 247 250 / 0); +} +.placeholder-lilac-100\/5::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.05); +} +.placeholder-lilac-100\/5::-moz-placeholder{ + color: rgb(245 247 250 / 0.05); +} +.placeholder-lilac-100\/5:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.05); +} +.placeholder-lilac-100\/5::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.05); +} +.placeholder-lilac-100\/5::placeholder{ + color: rgb(245 247 250 / 0.05); +} +.placeholder-lilac-100\/10::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.1); +} +.placeholder-lilac-100\/10::-moz-placeholder{ + color: rgb(245 247 250 / 0.1); +} +.placeholder-lilac-100\/10:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.1); +} +.placeholder-lilac-100\/10::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.1); +} +.placeholder-lilac-100\/10::placeholder{ + color: rgb(245 247 250 / 0.1); +} +.placeholder-lilac-100\/20::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.2); +} +.placeholder-lilac-100\/20::-moz-placeholder{ + color: rgb(245 247 250 / 0.2); +} +.placeholder-lilac-100\/20:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.2); +} +.placeholder-lilac-100\/20::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.2); +} +.placeholder-lilac-100\/20::placeholder{ + color: rgb(245 247 250 / 0.2); +} +.placeholder-lilac-100\/25::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.25); +} +.placeholder-lilac-100\/25::-moz-placeholder{ + color: rgb(245 247 250 / 0.25); +} +.placeholder-lilac-100\/25:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.25); +} +.placeholder-lilac-100\/25::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.25); +} +.placeholder-lilac-100\/25::placeholder{ + color: rgb(245 247 250 / 0.25); +} +.placeholder-lilac-100\/30::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.3); +} +.placeholder-lilac-100\/30::-moz-placeholder{ + color: rgb(245 247 250 / 0.3); +} +.placeholder-lilac-100\/30:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.3); +} +.placeholder-lilac-100\/30::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.3); +} +.placeholder-lilac-100\/30::placeholder{ + color: rgb(245 247 250 / 0.3); +} +.placeholder-lilac-100\/40::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.4); +} +.placeholder-lilac-100\/40::-moz-placeholder{ + color: rgb(245 247 250 / 0.4); +} +.placeholder-lilac-100\/40:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.4); +} +.placeholder-lilac-100\/40::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.4); +} +.placeholder-lilac-100\/40::placeholder{ + color: rgb(245 247 250 / 0.4); +} +.placeholder-lilac-100\/50::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.5); +} +.placeholder-lilac-100\/50::-moz-placeholder{ + color: rgb(245 247 250 / 0.5); +} +.placeholder-lilac-100\/50:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.5); +} +.placeholder-lilac-100\/50::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.5); +} +.placeholder-lilac-100\/50::placeholder{ + color: rgb(245 247 250 / 0.5); +} +.placeholder-lilac-100\/60::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.6); +} +.placeholder-lilac-100\/60::-moz-placeholder{ + color: rgb(245 247 250 / 0.6); +} +.placeholder-lilac-100\/60:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.6); +} +.placeholder-lilac-100\/60::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.6); +} +.placeholder-lilac-100\/60::placeholder{ + color: rgb(245 247 250 / 0.6); +} +.placeholder-lilac-100\/70::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.7); +} +.placeholder-lilac-100\/70::-moz-placeholder{ + color: rgb(245 247 250 / 0.7); +} +.placeholder-lilac-100\/70:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.7); +} +.placeholder-lilac-100\/70::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.7); +} +.placeholder-lilac-100\/70::placeholder{ + color: rgb(245 247 250 / 0.7); +} +.placeholder-lilac-100\/75::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.75); +} +.placeholder-lilac-100\/75::-moz-placeholder{ + color: rgb(245 247 250 / 0.75); +} +.placeholder-lilac-100\/75:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.75); +} +.placeholder-lilac-100\/75::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.75); +} +.placeholder-lilac-100\/75::placeholder{ + color: rgb(245 247 250 / 0.75); +} +.placeholder-lilac-100\/80::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.8); +} +.placeholder-lilac-100\/80::-moz-placeholder{ + color: rgb(245 247 250 / 0.8); +} +.placeholder-lilac-100\/80:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.8); +} +.placeholder-lilac-100\/80::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.8); +} +.placeholder-lilac-100\/80::placeholder{ + color: rgb(245 247 250 / 0.8); +} +.placeholder-lilac-100\/90::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.9); +} +.placeholder-lilac-100\/90::-moz-placeholder{ + color: rgb(245 247 250 / 0.9); +} +.placeholder-lilac-100\/90:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.9); +} +.placeholder-lilac-100\/90::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.9); +} +.placeholder-lilac-100\/90::placeholder{ + color: rgb(245 247 250 / 0.9); +} +.placeholder-lilac-100\/95::-webkit-input-placeholder{ + color: rgb(245 247 250 / 0.95); +} +.placeholder-lilac-100\/95::-moz-placeholder{ + color: rgb(245 247 250 / 0.95); +} +.placeholder-lilac-100\/95:-ms-input-placeholder{ + color: rgb(245 247 250 / 0.95); +} +.placeholder-lilac-100\/95::-ms-input-placeholder{ + color: rgb(245 247 250 / 0.95); +} +.placeholder-lilac-100\/95::placeholder{ + color: rgb(245 247 250 / 0.95); +} +.placeholder-lilac-100\/100::-webkit-input-placeholder{ + color: rgb(245 247 250 / 1); +} +.placeholder-lilac-100\/100::-moz-placeholder{ + color: rgb(245 247 250 / 1); +} +.placeholder-lilac-100\/100:-ms-input-placeholder{ + color: rgb(245 247 250 / 1); +} +.placeholder-lilac-100\/100::-ms-input-placeholder{ + color: rgb(245 247 250 / 1); +} +.placeholder-lilac-100\/100::placeholder{ + color: rgb(245 247 250 / 1); +} +.placeholder-lilac-300\/0::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0); +} +.placeholder-lilac-300\/0::-moz-placeholder{ + color: rgb(237 240 252 / 0); +} +.placeholder-lilac-300\/0:-ms-input-placeholder{ + color: rgb(237 240 252 / 0); +} +.placeholder-lilac-300\/0::-ms-input-placeholder{ + color: rgb(237 240 252 / 0); +} +.placeholder-lilac-300\/0::placeholder{ + color: rgb(237 240 252 / 0); +} +.placeholder-lilac-300\/5::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.05); +} +.placeholder-lilac-300\/5::-moz-placeholder{ + color: rgb(237 240 252 / 0.05); +} +.placeholder-lilac-300\/5:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.05); +} +.placeholder-lilac-300\/5::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.05); +} +.placeholder-lilac-300\/5::placeholder{ + color: rgb(237 240 252 / 0.05); +} +.placeholder-lilac-300\/10::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.1); +} +.placeholder-lilac-300\/10::-moz-placeholder{ + color: rgb(237 240 252 / 0.1); +} +.placeholder-lilac-300\/10:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.1); +} +.placeholder-lilac-300\/10::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.1); +} +.placeholder-lilac-300\/10::placeholder{ + color: rgb(237 240 252 / 0.1); +} +.placeholder-lilac-300\/20::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.2); +} +.placeholder-lilac-300\/20::-moz-placeholder{ + color: rgb(237 240 252 / 0.2); +} +.placeholder-lilac-300\/20:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.2); +} +.placeholder-lilac-300\/20::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.2); +} +.placeholder-lilac-300\/20::placeholder{ + color: rgb(237 240 252 / 0.2); +} +.placeholder-lilac-300\/25::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.25); +} +.placeholder-lilac-300\/25::-moz-placeholder{ + color: rgb(237 240 252 / 0.25); +} +.placeholder-lilac-300\/25:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.25); +} +.placeholder-lilac-300\/25::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.25); +} +.placeholder-lilac-300\/25::placeholder{ + color: rgb(237 240 252 / 0.25); +} +.placeholder-lilac-300\/30::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.3); +} +.placeholder-lilac-300\/30::-moz-placeholder{ + color: rgb(237 240 252 / 0.3); +} +.placeholder-lilac-300\/30:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.3); +} +.placeholder-lilac-300\/30::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.3); +} +.placeholder-lilac-300\/30::placeholder{ + color: rgb(237 240 252 / 0.3); +} +.placeholder-lilac-300\/40::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.4); +} +.placeholder-lilac-300\/40::-moz-placeholder{ + color: rgb(237 240 252 / 0.4); +} +.placeholder-lilac-300\/40:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.4); +} +.placeholder-lilac-300\/40::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.4); +} +.placeholder-lilac-300\/40::placeholder{ + color: rgb(237 240 252 / 0.4); +} +.placeholder-lilac-300\/50::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.5); +} +.placeholder-lilac-300\/50::-moz-placeholder{ + color: rgb(237 240 252 / 0.5); +} +.placeholder-lilac-300\/50:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.5); +} +.placeholder-lilac-300\/50::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.5); +} +.placeholder-lilac-300\/50::placeholder{ + color: rgb(237 240 252 / 0.5); +} +.placeholder-lilac-300\/60::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.6); +} +.placeholder-lilac-300\/60::-moz-placeholder{ + color: rgb(237 240 252 / 0.6); +} +.placeholder-lilac-300\/60:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.6); +} +.placeholder-lilac-300\/60::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.6); +} +.placeholder-lilac-300\/60::placeholder{ + color: rgb(237 240 252 / 0.6); +} +.placeholder-lilac-300\/70::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.7); +} +.placeholder-lilac-300\/70::-moz-placeholder{ + color: rgb(237 240 252 / 0.7); +} +.placeholder-lilac-300\/70:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.7); +} +.placeholder-lilac-300\/70::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.7); +} +.placeholder-lilac-300\/70::placeholder{ + color: rgb(237 240 252 / 0.7); +} +.placeholder-lilac-300\/75::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.75); +} +.placeholder-lilac-300\/75::-moz-placeholder{ + color: rgb(237 240 252 / 0.75); +} +.placeholder-lilac-300\/75:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.75); +} +.placeholder-lilac-300\/75::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.75); +} +.placeholder-lilac-300\/75::placeholder{ + color: rgb(237 240 252 / 0.75); +} +.placeholder-lilac-300\/80::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.8); +} +.placeholder-lilac-300\/80::-moz-placeholder{ + color: rgb(237 240 252 / 0.8); +} +.placeholder-lilac-300\/80:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.8); +} +.placeholder-lilac-300\/80::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.8); +} +.placeholder-lilac-300\/80::placeholder{ + color: rgb(237 240 252 / 0.8); +} +.placeholder-lilac-300\/90::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.9); +} +.placeholder-lilac-300\/90::-moz-placeholder{ + color: rgb(237 240 252 / 0.9); +} +.placeholder-lilac-300\/90:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.9); +} +.placeholder-lilac-300\/90::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.9); +} +.placeholder-lilac-300\/90::placeholder{ + color: rgb(237 240 252 / 0.9); +} +.placeholder-lilac-300\/95::-webkit-input-placeholder{ + color: rgb(237 240 252 / 0.95); +} +.placeholder-lilac-300\/95::-moz-placeholder{ + color: rgb(237 240 252 / 0.95); +} +.placeholder-lilac-300\/95:-ms-input-placeholder{ + color: rgb(237 240 252 / 0.95); +} +.placeholder-lilac-300\/95::-ms-input-placeholder{ + color: rgb(237 240 252 / 0.95); +} +.placeholder-lilac-300\/95::placeholder{ + color: rgb(237 240 252 / 0.95); +} +.placeholder-lilac-300\/100::-webkit-input-placeholder{ + color: rgb(237 240 252 / 1); +} +.placeholder-lilac-300\/100::-moz-placeholder{ + color: rgb(237 240 252 / 1); +} +.placeholder-lilac-300\/100:-ms-input-placeholder{ + color: rgb(237 240 252 / 1); +} +.placeholder-lilac-300\/100::-ms-input-placeholder{ + color: rgb(237 240 252 / 1); +} +.placeholder-lilac-300\/100::placeholder{ + color: rgb(237 240 252 / 1); +} +.placeholder-lilac-900\/0::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0); +} +.placeholder-lilac-900\/0::-moz-placeholder{ + color: rgb(220 226 249 / 0); +} +.placeholder-lilac-900\/0:-ms-input-placeholder{ + color: rgb(220 226 249 / 0); +} +.placeholder-lilac-900\/0::-ms-input-placeholder{ + color: rgb(220 226 249 / 0); +} +.placeholder-lilac-900\/0::placeholder{ + color: rgb(220 226 249 / 0); +} +.placeholder-lilac-900\/5::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.05); +} +.placeholder-lilac-900\/5::-moz-placeholder{ + color: rgb(220 226 249 / 0.05); +} +.placeholder-lilac-900\/5:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.05); +} +.placeholder-lilac-900\/5::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.05); +} +.placeholder-lilac-900\/5::placeholder{ + color: rgb(220 226 249 / 0.05); +} +.placeholder-lilac-900\/10::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.1); +} +.placeholder-lilac-900\/10::-moz-placeholder{ + color: rgb(220 226 249 / 0.1); +} +.placeholder-lilac-900\/10:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.1); +} +.placeholder-lilac-900\/10::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.1); +} +.placeholder-lilac-900\/10::placeholder{ + color: rgb(220 226 249 / 0.1); +} +.placeholder-lilac-900\/20::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.2); +} +.placeholder-lilac-900\/20::-moz-placeholder{ + color: rgb(220 226 249 / 0.2); +} +.placeholder-lilac-900\/20:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.2); +} +.placeholder-lilac-900\/20::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.2); +} +.placeholder-lilac-900\/20::placeholder{ + color: rgb(220 226 249 / 0.2); +} +.placeholder-lilac-900\/25::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.25); +} +.placeholder-lilac-900\/25::-moz-placeholder{ + color: rgb(220 226 249 / 0.25); +} +.placeholder-lilac-900\/25:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.25); +} +.placeholder-lilac-900\/25::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.25); +} +.placeholder-lilac-900\/25::placeholder{ + color: rgb(220 226 249 / 0.25); +} +.placeholder-lilac-900\/30::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.3); +} +.placeholder-lilac-900\/30::-moz-placeholder{ + color: rgb(220 226 249 / 0.3); +} +.placeholder-lilac-900\/30:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.3); +} +.placeholder-lilac-900\/30::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.3); +} +.placeholder-lilac-900\/30::placeholder{ + color: rgb(220 226 249 / 0.3); +} +.placeholder-lilac-900\/40::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.4); +} +.placeholder-lilac-900\/40::-moz-placeholder{ + color: rgb(220 226 249 / 0.4); +} +.placeholder-lilac-900\/40:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.4); +} +.placeholder-lilac-900\/40::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.4); +} +.placeholder-lilac-900\/40::placeholder{ + color: rgb(220 226 249 / 0.4); +} +.placeholder-lilac-900\/50::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.5); +} +.placeholder-lilac-900\/50::-moz-placeholder{ + color: rgb(220 226 249 / 0.5); +} +.placeholder-lilac-900\/50:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.5); +} +.placeholder-lilac-900\/50::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.5); +} +.placeholder-lilac-900\/50::placeholder{ + color: rgb(220 226 249 / 0.5); +} +.placeholder-lilac-900\/60::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.6); +} +.placeholder-lilac-900\/60::-moz-placeholder{ + color: rgb(220 226 249 / 0.6); +} +.placeholder-lilac-900\/60:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.6); +} +.placeholder-lilac-900\/60::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.6); +} +.placeholder-lilac-900\/60::placeholder{ + color: rgb(220 226 249 / 0.6); +} +.placeholder-lilac-900\/70::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.7); +} +.placeholder-lilac-900\/70::-moz-placeholder{ + color: rgb(220 226 249 / 0.7); +} +.placeholder-lilac-900\/70:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.7); +} +.placeholder-lilac-900\/70::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.7); +} +.placeholder-lilac-900\/70::placeholder{ + color: rgb(220 226 249 / 0.7); +} +.placeholder-lilac-900\/75::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.75); +} +.placeholder-lilac-900\/75::-moz-placeholder{ + color: rgb(220 226 249 / 0.75); +} +.placeholder-lilac-900\/75:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.75); +} +.placeholder-lilac-900\/75::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.75); +} +.placeholder-lilac-900\/75::placeholder{ + color: rgb(220 226 249 / 0.75); +} +.placeholder-lilac-900\/80::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.8); +} +.placeholder-lilac-900\/80::-moz-placeholder{ + color: rgb(220 226 249 / 0.8); +} +.placeholder-lilac-900\/80:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.8); +} +.placeholder-lilac-900\/80::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.8); +} +.placeholder-lilac-900\/80::placeholder{ + color: rgb(220 226 249 / 0.8); +} +.placeholder-lilac-900\/90::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.9); +} +.placeholder-lilac-900\/90::-moz-placeholder{ + color: rgb(220 226 249 / 0.9); +} +.placeholder-lilac-900\/90:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.9); +} +.placeholder-lilac-900\/90::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.9); +} +.placeholder-lilac-900\/90::placeholder{ + color: rgb(220 226 249 / 0.9); +} +.placeholder-lilac-900\/95::-webkit-input-placeholder{ + color: rgb(220 226 249 / 0.95); +} +.placeholder-lilac-900\/95::-moz-placeholder{ + color: rgb(220 226 249 / 0.95); +} +.placeholder-lilac-900\/95:-ms-input-placeholder{ + color: rgb(220 226 249 / 0.95); +} +.placeholder-lilac-900\/95::-ms-input-placeholder{ + color: rgb(220 226 249 / 0.95); +} +.placeholder-lilac-900\/95::placeholder{ + color: rgb(220 226 249 / 0.95); +} +.placeholder-lilac-900\/100::-webkit-input-placeholder{ + color: rgb(220 226 249 / 1); +} +.placeholder-lilac-900\/100::-moz-placeholder{ + color: rgb(220 226 249 / 1); +} +.placeholder-lilac-900\/100:-ms-input-placeholder{ + color: rgb(220 226 249 / 1); +} +.placeholder-lilac-900\/100::-ms-input-placeholder{ + color: rgb(220 226 249 / 1); +} +.placeholder-lilac-900\/100::placeholder{ + color: rgb(220 226 249 / 1); +} +.placeholder-lilac\/0::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0); +} +.placeholder-lilac\/0::-moz-placeholder{ + color: rgb(248 249 254 / 0); +} +.placeholder-lilac\/0:-ms-input-placeholder{ + color: rgb(248 249 254 / 0); +} +.placeholder-lilac\/0::-ms-input-placeholder{ + color: rgb(248 249 254 / 0); +} +.placeholder-lilac\/0::placeholder{ + color: rgb(248 249 254 / 0); +} +.placeholder-lilac\/5::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.05); +} +.placeholder-lilac\/5::-moz-placeholder{ + color: rgb(248 249 254 / 0.05); +} +.placeholder-lilac\/5:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.05); +} +.placeholder-lilac\/5::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.05); +} +.placeholder-lilac\/5::placeholder{ + color: rgb(248 249 254 / 0.05); +} +.placeholder-lilac\/10::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.1); +} +.placeholder-lilac\/10::-moz-placeholder{ + color: rgb(248 249 254 / 0.1); +} +.placeholder-lilac\/10:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.1); +} +.placeholder-lilac\/10::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.1); +} +.placeholder-lilac\/10::placeholder{ + color: rgb(248 249 254 / 0.1); +} +.placeholder-lilac\/20::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.2); +} +.placeholder-lilac\/20::-moz-placeholder{ + color: rgb(248 249 254 / 0.2); +} +.placeholder-lilac\/20:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.2); +} +.placeholder-lilac\/20::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.2); +} +.placeholder-lilac\/20::placeholder{ + color: rgb(248 249 254 / 0.2); +} +.placeholder-lilac\/25::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.25); +} +.placeholder-lilac\/25::-moz-placeholder{ + color: rgb(248 249 254 / 0.25); +} +.placeholder-lilac\/25:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.25); +} +.placeholder-lilac\/25::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.25); +} +.placeholder-lilac\/25::placeholder{ + color: rgb(248 249 254 / 0.25); +} +.placeholder-lilac\/30::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.3); +} +.placeholder-lilac\/30::-moz-placeholder{ + color: rgb(248 249 254 / 0.3); +} +.placeholder-lilac\/30:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.3); +} +.placeholder-lilac\/30::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.3); +} +.placeholder-lilac\/30::placeholder{ + color: rgb(248 249 254 / 0.3); +} +.placeholder-lilac\/40::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.4); +} +.placeholder-lilac\/40::-moz-placeholder{ + color: rgb(248 249 254 / 0.4); +} +.placeholder-lilac\/40:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.4); +} +.placeholder-lilac\/40::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.4); +} +.placeholder-lilac\/40::placeholder{ + color: rgb(248 249 254 / 0.4); +} +.placeholder-lilac\/50::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.5); +} +.placeholder-lilac\/50::-moz-placeholder{ + color: rgb(248 249 254 / 0.5); +} +.placeholder-lilac\/50:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.5); +} +.placeholder-lilac\/50::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.5); +} +.placeholder-lilac\/50::placeholder{ + color: rgb(248 249 254 / 0.5); +} +.placeholder-lilac\/60::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.6); +} +.placeholder-lilac\/60::-moz-placeholder{ + color: rgb(248 249 254 / 0.6); +} +.placeholder-lilac\/60:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.6); +} +.placeholder-lilac\/60::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.6); +} +.placeholder-lilac\/60::placeholder{ + color: rgb(248 249 254 / 0.6); +} +.placeholder-lilac\/70::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.7); +} +.placeholder-lilac\/70::-moz-placeholder{ + color: rgb(248 249 254 / 0.7); +} +.placeholder-lilac\/70:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.7); +} +.placeholder-lilac\/70::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.7); +} +.placeholder-lilac\/70::placeholder{ + color: rgb(248 249 254 / 0.7); +} +.placeholder-lilac\/75::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.75); +} +.placeholder-lilac\/75::-moz-placeholder{ + color: rgb(248 249 254 / 0.75); +} +.placeholder-lilac\/75:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.75); +} +.placeholder-lilac\/75::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.75); +} +.placeholder-lilac\/75::placeholder{ + color: rgb(248 249 254 / 0.75); +} +.placeholder-lilac\/80::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.8); +} +.placeholder-lilac\/80::-moz-placeholder{ + color: rgb(248 249 254 / 0.8); +} +.placeholder-lilac\/80:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.8); +} +.placeholder-lilac\/80::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.8); +} +.placeholder-lilac\/80::placeholder{ + color: rgb(248 249 254 / 0.8); +} +.placeholder-lilac\/90::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.9); +} +.placeholder-lilac\/90::-moz-placeholder{ + color: rgb(248 249 254 / 0.9); +} +.placeholder-lilac\/90:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.9); +} +.placeholder-lilac\/90::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.9); +} +.placeholder-lilac\/90::placeholder{ + color: rgb(248 249 254 / 0.9); +} +.placeholder-lilac\/95::-webkit-input-placeholder{ + color: rgb(248 249 254 / 0.95); +} +.placeholder-lilac\/95::-moz-placeholder{ + color: rgb(248 249 254 / 0.95); +} +.placeholder-lilac\/95:-ms-input-placeholder{ + color: rgb(248 249 254 / 0.95); +} +.placeholder-lilac\/95::-ms-input-placeholder{ + color: rgb(248 249 254 / 0.95); +} +.placeholder-lilac\/95::placeholder{ + color: rgb(248 249 254 / 0.95); +} +.placeholder-lilac\/100::-webkit-input-placeholder{ + color: rgb(248 249 254 / 1); +} +.placeholder-lilac\/100::-moz-placeholder{ + color: rgb(248 249 254 / 1); +} +.placeholder-lilac\/100:-ms-input-placeholder{ + color: rgb(248 249 254 / 1); +} +.placeholder-lilac\/100::-ms-input-placeholder{ + color: rgb(248 249 254 / 1); +} +.placeholder-lilac\/100::placeholder{ + color: rgb(248 249 254 / 1); +} +.placeholder-golden-900\/0::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0); +} +.placeholder-golden-900\/0::-moz-placeholder{ + color: rgb(191 184 130 / 0); +} +.placeholder-golden-900\/0:-ms-input-placeholder{ + color: rgb(191 184 130 / 0); +} +.placeholder-golden-900\/0::-ms-input-placeholder{ + color: rgb(191 184 130 / 0); +} +.placeholder-golden-900\/0::placeholder{ + color: rgb(191 184 130 / 0); +} +.placeholder-golden-900\/5::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.05); +} +.placeholder-golden-900\/5::-moz-placeholder{ + color: rgb(191 184 130 / 0.05); +} +.placeholder-golden-900\/5:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.05); +} +.placeholder-golden-900\/5::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.05); +} +.placeholder-golden-900\/5::placeholder{ + color: rgb(191 184 130 / 0.05); +} +.placeholder-golden-900\/10::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.1); +} +.placeholder-golden-900\/10::-moz-placeholder{ + color: rgb(191 184 130 / 0.1); +} +.placeholder-golden-900\/10:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.1); +} +.placeholder-golden-900\/10::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.1); +} +.placeholder-golden-900\/10::placeholder{ + color: rgb(191 184 130 / 0.1); +} +.placeholder-golden-900\/20::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.2); +} +.placeholder-golden-900\/20::-moz-placeholder{ + color: rgb(191 184 130 / 0.2); +} +.placeholder-golden-900\/20:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.2); +} +.placeholder-golden-900\/20::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.2); +} +.placeholder-golden-900\/20::placeholder{ + color: rgb(191 184 130 / 0.2); +} +.placeholder-golden-900\/25::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.25); +} +.placeholder-golden-900\/25::-moz-placeholder{ + color: rgb(191 184 130 / 0.25); +} +.placeholder-golden-900\/25:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.25); +} +.placeholder-golden-900\/25::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.25); +} +.placeholder-golden-900\/25::placeholder{ + color: rgb(191 184 130 / 0.25); +} +.placeholder-golden-900\/30::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.3); +} +.placeholder-golden-900\/30::-moz-placeholder{ + color: rgb(191 184 130 / 0.3); +} +.placeholder-golden-900\/30:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.3); +} +.placeholder-golden-900\/30::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.3); +} +.placeholder-golden-900\/30::placeholder{ + color: rgb(191 184 130 / 0.3); +} +.placeholder-golden-900\/40::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.4); +} +.placeholder-golden-900\/40::-moz-placeholder{ + color: rgb(191 184 130 / 0.4); +} +.placeholder-golden-900\/40:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.4); +} +.placeholder-golden-900\/40::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.4); +} +.placeholder-golden-900\/40::placeholder{ + color: rgb(191 184 130 / 0.4); +} +.placeholder-golden-900\/50::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.5); +} +.placeholder-golden-900\/50::-moz-placeholder{ + color: rgb(191 184 130 / 0.5); +} +.placeholder-golden-900\/50:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.5); +} +.placeholder-golden-900\/50::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.5); +} +.placeholder-golden-900\/50::placeholder{ + color: rgb(191 184 130 / 0.5); +} +.placeholder-golden-900\/60::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.6); +} +.placeholder-golden-900\/60::-moz-placeholder{ + color: rgb(191 184 130 / 0.6); +} +.placeholder-golden-900\/60:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.6); +} +.placeholder-golden-900\/60::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.6); +} +.placeholder-golden-900\/60::placeholder{ + color: rgb(191 184 130 / 0.6); +} +.placeholder-golden-900\/70::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.7); +} +.placeholder-golden-900\/70::-moz-placeholder{ + color: rgb(191 184 130 / 0.7); +} +.placeholder-golden-900\/70:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.7); +} +.placeholder-golden-900\/70::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.7); +} +.placeholder-golden-900\/70::placeholder{ + color: rgb(191 184 130 / 0.7); +} +.placeholder-golden-900\/75::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.75); +} +.placeholder-golden-900\/75::-moz-placeholder{ + color: rgb(191 184 130 / 0.75); +} +.placeholder-golden-900\/75:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.75); +} +.placeholder-golden-900\/75::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.75); +} +.placeholder-golden-900\/75::placeholder{ + color: rgb(191 184 130 / 0.75); +} +.placeholder-golden-900\/80::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.8); +} +.placeholder-golden-900\/80::-moz-placeholder{ + color: rgb(191 184 130 / 0.8); +} +.placeholder-golden-900\/80:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.8); +} +.placeholder-golden-900\/80::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.8); +} +.placeholder-golden-900\/80::placeholder{ + color: rgb(191 184 130 / 0.8); +} +.placeholder-golden-900\/90::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.9); +} +.placeholder-golden-900\/90::-moz-placeholder{ + color: rgb(191 184 130 / 0.9); +} +.placeholder-golden-900\/90:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.9); +} +.placeholder-golden-900\/90::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.9); +} +.placeholder-golden-900\/90::placeholder{ + color: rgb(191 184 130 / 0.9); +} +.placeholder-golden-900\/95::-webkit-input-placeholder{ + color: rgb(191 184 130 / 0.95); +} +.placeholder-golden-900\/95::-moz-placeholder{ + color: rgb(191 184 130 / 0.95); +} +.placeholder-golden-900\/95:-ms-input-placeholder{ + color: rgb(191 184 130 / 0.95); +} +.placeholder-golden-900\/95::-ms-input-placeholder{ + color: rgb(191 184 130 / 0.95); +} +.placeholder-golden-900\/95::placeholder{ + color: rgb(191 184 130 / 0.95); +} +.placeholder-golden-900\/100::-webkit-input-placeholder{ + color: rgb(191 184 130 / 1); +} +.placeholder-golden-900\/100::-moz-placeholder{ + color: rgb(191 184 130 / 1); +} +.placeholder-golden-900\/100:-ms-input-placeholder{ + color: rgb(191 184 130 / 1); +} +.placeholder-golden-900\/100::-ms-input-placeholder{ + color: rgb(191 184 130 / 1); +} +.placeholder-golden-900\/100::placeholder{ + color: rgb(191 184 130 / 1); +} +.placeholder-golden\/0::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0); +} +.placeholder-golden\/0::-moz-placeholder{ + color: rgb(209 201 137 / 0); +} +.placeholder-golden\/0:-ms-input-placeholder{ + color: rgb(209 201 137 / 0); +} +.placeholder-golden\/0::-ms-input-placeholder{ + color: rgb(209 201 137 / 0); +} +.placeholder-golden\/0::placeholder{ + color: rgb(209 201 137 / 0); +} +.placeholder-golden\/5::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.05); +} +.placeholder-golden\/5::-moz-placeholder{ + color: rgb(209 201 137 / 0.05); +} +.placeholder-golden\/5:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.05); +} +.placeholder-golden\/5::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.05); +} +.placeholder-golden\/5::placeholder{ + color: rgb(209 201 137 / 0.05); +} +.placeholder-golden\/10::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.1); +} +.placeholder-golden\/10::-moz-placeholder{ + color: rgb(209 201 137 / 0.1); +} +.placeholder-golden\/10:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.1); +} +.placeholder-golden\/10::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.1); +} +.placeholder-golden\/10::placeholder{ + color: rgb(209 201 137 / 0.1); +} +.placeholder-golden\/20::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.2); +} +.placeholder-golden\/20::-moz-placeholder{ + color: rgb(209 201 137 / 0.2); +} +.placeholder-golden\/20:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.2); +} +.placeholder-golden\/20::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.2); +} +.placeholder-golden\/20::placeholder{ + color: rgb(209 201 137 / 0.2); +} +.placeholder-golden\/25::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.25); +} +.placeholder-golden\/25::-moz-placeholder{ + color: rgb(209 201 137 / 0.25); +} +.placeholder-golden\/25:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.25); +} +.placeholder-golden\/25::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.25); +} +.placeholder-golden\/25::placeholder{ + color: rgb(209 201 137 / 0.25); +} +.placeholder-golden\/30::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.3); +} +.placeholder-golden\/30::-moz-placeholder{ + color: rgb(209 201 137 / 0.3); +} +.placeholder-golden\/30:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.3); +} +.placeholder-golden\/30::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.3); +} +.placeholder-golden\/30::placeholder{ + color: rgb(209 201 137 / 0.3); +} +.placeholder-golden\/40::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.4); +} +.placeholder-golden\/40::-moz-placeholder{ + color: rgb(209 201 137 / 0.4); +} +.placeholder-golden\/40:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.4); +} +.placeholder-golden\/40::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.4); +} +.placeholder-golden\/40::placeholder{ + color: rgb(209 201 137 / 0.4); +} +.placeholder-golden\/50::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.5); +} +.placeholder-golden\/50::-moz-placeholder{ + color: rgb(209 201 137 / 0.5); +} +.placeholder-golden\/50:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.5); +} +.placeholder-golden\/50::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.5); +} +.placeholder-golden\/50::placeholder{ + color: rgb(209 201 137 / 0.5); +} +.placeholder-golden\/60::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.6); +} +.placeholder-golden\/60::-moz-placeholder{ + color: rgb(209 201 137 / 0.6); +} +.placeholder-golden\/60:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.6); +} +.placeholder-golden\/60::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.6); +} +.placeholder-golden\/60::placeholder{ + color: rgb(209 201 137 / 0.6); +} +.placeholder-golden\/70::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.7); +} +.placeholder-golden\/70::-moz-placeholder{ + color: rgb(209 201 137 / 0.7); +} +.placeholder-golden\/70:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.7); +} +.placeholder-golden\/70::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.7); +} +.placeholder-golden\/70::placeholder{ + color: rgb(209 201 137 / 0.7); +} +.placeholder-golden\/75::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.75); +} +.placeholder-golden\/75::-moz-placeholder{ + color: rgb(209 201 137 / 0.75); +} +.placeholder-golden\/75:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.75); +} +.placeholder-golden\/75::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.75); +} +.placeholder-golden\/75::placeholder{ + color: rgb(209 201 137 / 0.75); +} +.placeholder-golden\/80::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.8); +} +.placeholder-golden\/80::-moz-placeholder{ + color: rgb(209 201 137 / 0.8); +} +.placeholder-golden\/80:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.8); +} +.placeholder-golden\/80::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.8); +} +.placeholder-golden\/80::placeholder{ + color: rgb(209 201 137 / 0.8); +} +.placeholder-golden\/90::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.9); +} +.placeholder-golden\/90::-moz-placeholder{ + color: rgb(209 201 137 / 0.9); +} +.placeholder-golden\/90:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.9); +} +.placeholder-golden\/90::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.9); +} +.placeholder-golden\/90::placeholder{ + color: rgb(209 201 137 / 0.9); +} +.placeholder-golden\/95::-webkit-input-placeholder{ + color: rgb(209 201 137 / 0.95); +} +.placeholder-golden\/95::-moz-placeholder{ + color: rgb(209 201 137 / 0.95); +} +.placeholder-golden\/95:-ms-input-placeholder{ + color: rgb(209 201 137 / 0.95); +} +.placeholder-golden\/95::-ms-input-placeholder{ + color: rgb(209 201 137 / 0.95); +} +.placeholder-golden\/95::placeholder{ + color: rgb(209 201 137 / 0.95); +} +.placeholder-golden\/100::-webkit-input-placeholder{ + color: rgb(209 201 137 / 1); +} +.placeholder-golden\/100::-moz-placeholder{ + color: rgb(209 201 137 / 1); +} +.placeholder-golden\/100:-ms-input-placeholder{ + color: rgb(209 201 137 / 1); +} +.placeholder-golden\/100::-ms-input-placeholder{ + color: rgb(209 201 137 / 1); +} +.placeholder-golden\/100::placeholder{ + color: rgb(209 201 137 / 1); +} +.placeholder-status-success\/0::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0); +} +.placeholder-status-success\/0::-moz-placeholder{ + color: rgb(241 246 238 / 0); +} +.placeholder-status-success\/0:-ms-input-placeholder{ + color: rgb(241 246 238 / 0); +} +.placeholder-status-success\/0::-ms-input-placeholder{ + color: rgb(241 246 238 / 0); +} +.placeholder-status-success\/0::placeholder{ + color: rgb(241 246 238 / 0); +} +.placeholder-status-success\/5::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.05); +} +.placeholder-status-success\/5::-moz-placeholder{ + color: rgb(241 246 238 / 0.05); +} +.placeholder-status-success\/5:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.05); +} +.placeholder-status-success\/5::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.05); +} +.placeholder-status-success\/5::placeholder{ + color: rgb(241 246 238 / 0.05); +} +.placeholder-status-success\/10::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.1); +} +.placeholder-status-success\/10::-moz-placeholder{ + color: rgb(241 246 238 / 0.1); +} +.placeholder-status-success\/10:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.1); +} +.placeholder-status-success\/10::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.1); +} +.placeholder-status-success\/10::placeholder{ + color: rgb(241 246 238 / 0.1); +} +.placeholder-status-success\/20::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.2); +} +.placeholder-status-success\/20::-moz-placeholder{ + color: rgb(241 246 238 / 0.2); +} +.placeholder-status-success\/20:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.2); +} +.placeholder-status-success\/20::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.2); +} +.placeholder-status-success\/20::placeholder{ + color: rgb(241 246 238 / 0.2); +} +.placeholder-status-success\/25::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.25); +} +.placeholder-status-success\/25::-moz-placeholder{ + color: rgb(241 246 238 / 0.25); +} +.placeholder-status-success\/25:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.25); +} +.placeholder-status-success\/25::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.25); +} +.placeholder-status-success\/25::placeholder{ + color: rgb(241 246 238 / 0.25); +} +.placeholder-status-success\/30::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.3); +} +.placeholder-status-success\/30::-moz-placeholder{ + color: rgb(241 246 238 / 0.3); +} +.placeholder-status-success\/30:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.3); +} +.placeholder-status-success\/30::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.3); +} +.placeholder-status-success\/30::placeholder{ + color: rgb(241 246 238 / 0.3); +} +.placeholder-status-success\/40::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.4); +} +.placeholder-status-success\/40::-moz-placeholder{ + color: rgb(241 246 238 / 0.4); +} +.placeholder-status-success\/40:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.4); +} +.placeholder-status-success\/40::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.4); +} +.placeholder-status-success\/40::placeholder{ + color: rgb(241 246 238 / 0.4); +} +.placeholder-status-success\/50::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.5); +} +.placeholder-status-success\/50::-moz-placeholder{ + color: rgb(241 246 238 / 0.5); +} +.placeholder-status-success\/50:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.5); +} +.placeholder-status-success\/50::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.5); +} +.placeholder-status-success\/50::placeholder{ + color: rgb(241 246 238 / 0.5); +} +.placeholder-status-success\/60::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.6); +} +.placeholder-status-success\/60::-moz-placeholder{ + color: rgb(241 246 238 / 0.6); +} +.placeholder-status-success\/60:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.6); +} +.placeholder-status-success\/60::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.6); +} +.placeholder-status-success\/60::placeholder{ + color: rgb(241 246 238 / 0.6); +} +.placeholder-status-success\/70::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.7); +} +.placeholder-status-success\/70::-moz-placeholder{ + color: rgb(241 246 238 / 0.7); +} +.placeholder-status-success\/70:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.7); +} +.placeholder-status-success\/70::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.7); +} +.placeholder-status-success\/70::placeholder{ + color: rgb(241 246 238 / 0.7); +} +.placeholder-status-success\/75::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.75); +} +.placeholder-status-success\/75::-moz-placeholder{ + color: rgb(241 246 238 / 0.75); +} +.placeholder-status-success\/75:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.75); +} +.placeholder-status-success\/75::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.75); +} +.placeholder-status-success\/75::placeholder{ + color: rgb(241 246 238 / 0.75); +} +.placeholder-status-success\/80::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.8); +} +.placeholder-status-success\/80::-moz-placeholder{ + color: rgb(241 246 238 / 0.8); +} +.placeholder-status-success\/80:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.8); +} +.placeholder-status-success\/80::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.8); +} +.placeholder-status-success\/80::placeholder{ + color: rgb(241 246 238 / 0.8); +} +.placeholder-status-success\/90::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.9); +} +.placeholder-status-success\/90::-moz-placeholder{ + color: rgb(241 246 238 / 0.9); +} +.placeholder-status-success\/90:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.9); +} +.placeholder-status-success\/90::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.9); +} +.placeholder-status-success\/90::placeholder{ + color: rgb(241 246 238 / 0.9); +} +.placeholder-status-success\/95::-webkit-input-placeholder{ + color: rgb(241 246 238 / 0.95); +} +.placeholder-status-success\/95::-moz-placeholder{ + color: rgb(241 246 238 / 0.95); +} +.placeholder-status-success\/95:-ms-input-placeholder{ + color: rgb(241 246 238 / 0.95); +} +.placeholder-status-success\/95::-ms-input-placeholder{ + color: rgb(241 246 238 / 0.95); +} +.placeholder-status-success\/95::placeholder{ + color: rgb(241 246 238 / 0.95); +} +.placeholder-status-success\/100::-webkit-input-placeholder{ + color: rgb(241 246 238 / 1); +} +.placeholder-status-success\/100::-moz-placeholder{ + color: rgb(241 246 238 / 1); +} +.placeholder-status-success\/100:-ms-input-placeholder{ + color: rgb(241 246 238 / 1); +} +.placeholder-status-success\/100::-ms-input-placeholder{ + color: rgb(241 246 238 / 1); +} +.placeholder-status-success\/100::placeholder{ + color: rgb(241 246 238 / 1); +} +.placeholder-status-danger\/0::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0); +} +.placeholder-status-danger\/0::-moz-placeholder{ + color: rgb(250 230 230 / 0); +} +.placeholder-status-danger\/0:-ms-input-placeholder{ + color: rgb(250 230 230 / 0); +} +.placeholder-status-danger\/0::-ms-input-placeholder{ + color: rgb(250 230 230 / 0); +} +.placeholder-status-danger\/0::placeholder{ + color: rgb(250 230 230 / 0); +} +.placeholder-status-danger\/5::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.05); +} +.placeholder-status-danger\/5::-moz-placeholder{ + color: rgb(250 230 230 / 0.05); +} +.placeholder-status-danger\/5:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.05); +} +.placeholder-status-danger\/5::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.05); +} +.placeholder-status-danger\/5::placeholder{ + color: rgb(250 230 230 / 0.05); +} +.placeholder-status-danger\/10::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.1); +} +.placeholder-status-danger\/10::-moz-placeholder{ + color: rgb(250 230 230 / 0.1); +} +.placeholder-status-danger\/10:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.1); +} +.placeholder-status-danger\/10::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.1); +} +.placeholder-status-danger\/10::placeholder{ + color: rgb(250 230 230 / 0.1); +} +.placeholder-status-danger\/20::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.2); +} +.placeholder-status-danger\/20::-moz-placeholder{ + color: rgb(250 230 230 / 0.2); +} +.placeholder-status-danger\/20:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.2); +} +.placeholder-status-danger\/20::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.2); +} +.placeholder-status-danger\/20::placeholder{ + color: rgb(250 230 230 / 0.2); +} +.placeholder-status-danger\/25::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.25); +} +.placeholder-status-danger\/25::-moz-placeholder{ + color: rgb(250 230 230 / 0.25); +} +.placeholder-status-danger\/25:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.25); +} +.placeholder-status-danger\/25::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.25); +} +.placeholder-status-danger\/25::placeholder{ + color: rgb(250 230 230 / 0.25); +} +.placeholder-status-danger\/30::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.3); +} +.placeholder-status-danger\/30::-moz-placeholder{ + color: rgb(250 230 230 / 0.3); +} +.placeholder-status-danger\/30:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.3); +} +.placeholder-status-danger\/30::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.3); +} +.placeholder-status-danger\/30::placeholder{ + color: rgb(250 230 230 / 0.3); +} +.placeholder-status-danger\/40::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.4); +} +.placeholder-status-danger\/40::-moz-placeholder{ + color: rgb(250 230 230 / 0.4); +} +.placeholder-status-danger\/40:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.4); +} +.placeholder-status-danger\/40::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.4); +} +.placeholder-status-danger\/40::placeholder{ + color: rgb(250 230 230 / 0.4); +} +.placeholder-status-danger\/50::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.5); +} +.placeholder-status-danger\/50::-moz-placeholder{ + color: rgb(250 230 230 / 0.5); +} +.placeholder-status-danger\/50:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.5); +} +.placeholder-status-danger\/50::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.5); +} +.placeholder-status-danger\/50::placeholder{ + color: rgb(250 230 230 / 0.5); +} +.placeholder-status-danger\/60::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.6); +} +.placeholder-status-danger\/60::-moz-placeholder{ + color: rgb(250 230 230 / 0.6); +} +.placeholder-status-danger\/60:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.6); +} +.placeholder-status-danger\/60::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.6); +} +.placeholder-status-danger\/60::placeholder{ + color: rgb(250 230 230 / 0.6); +} +.placeholder-status-danger\/70::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.7); +} +.placeholder-status-danger\/70::-moz-placeholder{ + color: rgb(250 230 230 / 0.7); +} +.placeholder-status-danger\/70:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.7); +} +.placeholder-status-danger\/70::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.7); +} +.placeholder-status-danger\/70::placeholder{ + color: rgb(250 230 230 / 0.7); +} +.placeholder-status-danger\/75::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.75); +} +.placeholder-status-danger\/75::-moz-placeholder{ + color: rgb(250 230 230 / 0.75); +} +.placeholder-status-danger\/75:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.75); +} +.placeholder-status-danger\/75::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.75); +} +.placeholder-status-danger\/75::placeholder{ + color: rgb(250 230 230 / 0.75); +} +.placeholder-status-danger\/80::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.8); +} +.placeholder-status-danger\/80::-moz-placeholder{ + color: rgb(250 230 230 / 0.8); +} +.placeholder-status-danger\/80:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.8); +} +.placeholder-status-danger\/80::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.8); +} +.placeholder-status-danger\/80::placeholder{ + color: rgb(250 230 230 / 0.8); +} +.placeholder-status-danger\/90::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.9); +} +.placeholder-status-danger\/90::-moz-placeholder{ + color: rgb(250 230 230 / 0.9); +} +.placeholder-status-danger\/90:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.9); +} +.placeholder-status-danger\/90::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.9); +} +.placeholder-status-danger\/90::placeholder{ + color: rgb(250 230 230 / 0.9); +} +.placeholder-status-danger\/95::-webkit-input-placeholder{ + color: rgb(250 230 230 / 0.95); +} +.placeholder-status-danger\/95::-moz-placeholder{ + color: rgb(250 230 230 / 0.95); +} +.placeholder-status-danger\/95:-ms-input-placeholder{ + color: rgb(250 230 230 / 0.95); +} +.placeholder-status-danger\/95::-ms-input-placeholder{ + color: rgb(250 230 230 / 0.95); +} +.placeholder-status-danger\/95::placeholder{ + color: rgb(250 230 230 / 0.95); +} +.placeholder-status-danger\/100::-webkit-input-placeholder{ + color: rgb(250 230 230 / 1); +} +.placeholder-status-danger\/100::-moz-placeholder{ + color: rgb(250 230 230 / 1); +} +.placeholder-status-danger\/100:-ms-input-placeholder{ + color: rgb(250 230 230 / 1); +} +.placeholder-status-danger\/100::-ms-input-placeholder{ + color: rgb(250 230 230 / 1); +} +.placeholder-status-danger\/100::placeholder{ + color: rgb(250 230 230 / 1); +} +.placeholder-status-sent\/0::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-status-sent\/0::-moz-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-status-sent\/0:-ms-input-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-status-sent\/0::-ms-input-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-status-sent\/0::placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-status-sent\/5::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-status-sent\/5::-moz-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-status-sent\/5:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-status-sent\/5::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-status-sent\/5::placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-status-sent\/10::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-status-sent\/10::-moz-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-status-sent\/10:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-status-sent\/10::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-status-sent\/10::placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-status-sent\/20::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-status-sent\/20::-moz-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-status-sent\/20:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-status-sent\/20::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-status-sent\/20::placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-status-sent\/25::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-status-sent\/25::-moz-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-status-sent\/25:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-status-sent\/25::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-status-sent\/25::placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-status-sent\/30::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-status-sent\/30::-moz-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-status-sent\/30:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-status-sent\/30::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-status-sent\/30::placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-status-sent\/40::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-status-sent\/40::-moz-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-status-sent\/40:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-status-sent\/40::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-status-sent\/40::placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-status-sent\/50::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-status-sent\/50::-moz-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-status-sent\/50:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-status-sent\/50::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-status-sent\/50::placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-status-sent\/60::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-status-sent\/60::-moz-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-status-sent\/60:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-status-sent\/60::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-status-sent\/60::placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-status-sent\/70::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-status-sent\/70::-moz-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-status-sent\/70:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-status-sent\/70::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-status-sent\/70::placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-status-sent\/75::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-status-sent\/75::-moz-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-status-sent\/75:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-status-sent\/75::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-status-sent\/75::placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-status-sent\/80::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-status-sent\/80::-moz-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-status-sent\/80:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-status-sent\/80::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-status-sent\/80::placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-status-sent\/90::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-status-sent\/90::-moz-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-status-sent\/90:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-status-sent\/90::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-status-sent\/90::placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-status-sent\/95::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-status-sent\/95::-moz-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-status-sent\/95:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-status-sent\/95::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-status-sent\/95::placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-status-sent\/100::-webkit-input-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-status-sent\/100::-moz-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-status-sent\/100:-ms-input-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-status-sent\/100::-ms-input-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-status-sent\/100::placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-status-viewed\/0::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0); +} +.placeholder-status-viewed\/0::-moz-placeholder{ + color: rgb(238 238 243 / 0); +} +.placeholder-status-viewed\/0:-ms-input-placeholder{ + color: rgb(238 238 243 / 0); +} +.placeholder-status-viewed\/0::-ms-input-placeholder{ + color: rgb(238 238 243 / 0); +} +.placeholder-status-viewed\/0::placeholder{ + color: rgb(238 238 243 / 0); +} +.placeholder-status-viewed\/5::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.05); +} +.placeholder-status-viewed\/5::-moz-placeholder{ + color: rgb(238 238 243 / 0.05); +} +.placeholder-status-viewed\/5:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.05); +} +.placeholder-status-viewed\/5::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.05); +} +.placeholder-status-viewed\/5::placeholder{ + color: rgb(238 238 243 / 0.05); +} +.placeholder-status-viewed\/10::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.1); +} +.placeholder-status-viewed\/10::-moz-placeholder{ + color: rgb(238 238 243 / 0.1); +} +.placeholder-status-viewed\/10:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.1); +} +.placeholder-status-viewed\/10::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.1); +} +.placeholder-status-viewed\/10::placeholder{ + color: rgb(238 238 243 / 0.1); +} +.placeholder-status-viewed\/20::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.2); +} +.placeholder-status-viewed\/20::-moz-placeholder{ + color: rgb(238 238 243 / 0.2); +} +.placeholder-status-viewed\/20:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.2); +} +.placeholder-status-viewed\/20::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.2); +} +.placeholder-status-viewed\/20::placeholder{ + color: rgb(238 238 243 / 0.2); +} +.placeholder-status-viewed\/25::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.25); +} +.placeholder-status-viewed\/25::-moz-placeholder{ + color: rgb(238 238 243 / 0.25); +} +.placeholder-status-viewed\/25:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.25); +} +.placeholder-status-viewed\/25::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.25); +} +.placeholder-status-viewed\/25::placeholder{ + color: rgb(238 238 243 / 0.25); +} +.placeholder-status-viewed\/30::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.3); +} +.placeholder-status-viewed\/30::-moz-placeholder{ + color: rgb(238 238 243 / 0.3); +} +.placeholder-status-viewed\/30:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.3); +} +.placeholder-status-viewed\/30::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.3); +} +.placeholder-status-viewed\/30::placeholder{ + color: rgb(238 238 243 / 0.3); +} +.placeholder-status-viewed\/40::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.4); +} +.placeholder-status-viewed\/40::-moz-placeholder{ + color: rgb(238 238 243 / 0.4); +} +.placeholder-status-viewed\/40:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.4); +} +.placeholder-status-viewed\/40::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.4); +} +.placeholder-status-viewed\/40::placeholder{ + color: rgb(238 238 243 / 0.4); +} +.placeholder-status-viewed\/50::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.5); +} +.placeholder-status-viewed\/50::-moz-placeholder{ + color: rgb(238 238 243 / 0.5); +} +.placeholder-status-viewed\/50:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.5); +} +.placeholder-status-viewed\/50::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.5); +} +.placeholder-status-viewed\/50::placeholder{ + color: rgb(238 238 243 / 0.5); +} +.placeholder-status-viewed\/60::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.6); +} +.placeholder-status-viewed\/60::-moz-placeholder{ + color: rgb(238 238 243 / 0.6); +} +.placeholder-status-viewed\/60:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.6); +} +.placeholder-status-viewed\/60::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.6); +} +.placeholder-status-viewed\/60::placeholder{ + color: rgb(238 238 243 / 0.6); +} +.placeholder-status-viewed\/70::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.7); +} +.placeholder-status-viewed\/70::-moz-placeholder{ + color: rgb(238 238 243 / 0.7); +} +.placeholder-status-viewed\/70:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.7); +} +.placeholder-status-viewed\/70::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.7); +} +.placeholder-status-viewed\/70::placeholder{ + color: rgb(238 238 243 / 0.7); +} +.placeholder-status-viewed\/75::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.75); +} +.placeholder-status-viewed\/75::-moz-placeholder{ + color: rgb(238 238 243 / 0.75); +} +.placeholder-status-viewed\/75:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.75); +} +.placeholder-status-viewed\/75::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.75); +} +.placeholder-status-viewed\/75::placeholder{ + color: rgb(238 238 243 / 0.75); +} +.placeholder-status-viewed\/80::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.8); +} +.placeholder-status-viewed\/80::-moz-placeholder{ + color: rgb(238 238 243 / 0.8); +} +.placeholder-status-viewed\/80:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.8); +} +.placeholder-status-viewed\/80::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.8); +} +.placeholder-status-viewed\/80::placeholder{ + color: rgb(238 238 243 / 0.8); +} +.placeholder-status-viewed\/90::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.9); +} +.placeholder-status-viewed\/90::-moz-placeholder{ + color: rgb(238 238 243 / 0.9); +} +.placeholder-status-viewed\/90:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.9); +} +.placeholder-status-viewed\/90::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.9); +} +.placeholder-status-viewed\/90::placeholder{ + color: rgb(238 238 243 / 0.9); +} +.placeholder-status-viewed\/95::-webkit-input-placeholder{ + color: rgb(238 238 243 / 0.95); +} +.placeholder-status-viewed\/95::-moz-placeholder{ + color: rgb(238 238 243 / 0.95); +} +.placeholder-status-viewed\/95:-ms-input-placeholder{ + color: rgb(238 238 243 / 0.95); +} +.placeholder-status-viewed\/95::-ms-input-placeholder{ + color: rgb(238 238 243 / 0.95); +} +.placeholder-status-viewed\/95::placeholder{ + color: rgb(238 238 243 / 0.95); +} +.placeholder-status-viewed\/100::-webkit-input-placeholder{ + color: rgb(238 238 243 / 1); +} +.placeholder-status-viewed\/100::-moz-placeholder{ + color: rgb(238 238 243 / 1); +} +.placeholder-status-viewed\/100:-ms-input-placeholder{ + color: rgb(238 238 243 / 1); +} +.placeholder-status-viewed\/100::-ms-input-placeholder{ + color: rgb(238 238 243 / 1); +} +.placeholder-status-viewed\/100::placeholder{ + color: rgb(238 238 243 / 1); +} +.placeholder-status-draft\/0::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0); +} +.placeholder-status-draft\/0::-moz-placeholder{ + color: rgb(236 236 236 / 0); +} +.placeholder-status-draft\/0:-ms-input-placeholder{ + color: rgb(236 236 236 / 0); +} +.placeholder-status-draft\/0::-ms-input-placeholder{ + color: rgb(236 236 236 / 0); +} +.placeholder-status-draft\/0::placeholder{ + color: rgb(236 236 236 / 0); +} +.placeholder-status-draft\/5::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.05); +} +.placeholder-status-draft\/5::-moz-placeholder{ + color: rgb(236 236 236 / 0.05); +} +.placeholder-status-draft\/5:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.05); +} +.placeholder-status-draft\/5::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.05); +} +.placeholder-status-draft\/5::placeholder{ + color: rgb(236 236 236 / 0.05); +} +.placeholder-status-draft\/10::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.1); +} +.placeholder-status-draft\/10::-moz-placeholder{ + color: rgb(236 236 236 / 0.1); +} +.placeholder-status-draft\/10:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.1); +} +.placeholder-status-draft\/10::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.1); +} +.placeholder-status-draft\/10::placeholder{ + color: rgb(236 236 236 / 0.1); +} +.placeholder-status-draft\/20::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.2); +} +.placeholder-status-draft\/20::-moz-placeholder{ + color: rgb(236 236 236 / 0.2); +} +.placeholder-status-draft\/20:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.2); +} +.placeholder-status-draft\/20::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.2); +} +.placeholder-status-draft\/20::placeholder{ + color: rgb(236 236 236 / 0.2); +} +.placeholder-status-draft\/25::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.25); +} +.placeholder-status-draft\/25::-moz-placeholder{ + color: rgb(236 236 236 / 0.25); +} +.placeholder-status-draft\/25:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.25); +} +.placeholder-status-draft\/25::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.25); +} +.placeholder-status-draft\/25::placeholder{ + color: rgb(236 236 236 / 0.25); +} +.placeholder-status-draft\/30::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.3); +} +.placeholder-status-draft\/30::-moz-placeholder{ + color: rgb(236 236 236 / 0.3); +} +.placeholder-status-draft\/30:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.3); +} +.placeholder-status-draft\/30::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.3); +} +.placeholder-status-draft\/30::placeholder{ + color: rgb(236 236 236 / 0.3); +} +.placeholder-status-draft\/40::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.4); +} +.placeholder-status-draft\/40::-moz-placeholder{ + color: rgb(236 236 236 / 0.4); +} +.placeholder-status-draft\/40:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.4); +} +.placeholder-status-draft\/40::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.4); +} +.placeholder-status-draft\/40::placeholder{ + color: rgb(236 236 236 / 0.4); +} +.placeholder-status-draft\/50::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.5); +} +.placeholder-status-draft\/50::-moz-placeholder{ + color: rgb(236 236 236 / 0.5); +} +.placeholder-status-draft\/50:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.5); +} +.placeholder-status-draft\/50::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.5); +} +.placeholder-status-draft\/50::placeholder{ + color: rgb(236 236 236 / 0.5); +} +.placeholder-status-draft\/60::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.6); +} +.placeholder-status-draft\/60::-moz-placeholder{ + color: rgb(236 236 236 / 0.6); +} +.placeholder-status-draft\/60:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.6); +} +.placeholder-status-draft\/60::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.6); +} +.placeholder-status-draft\/60::placeholder{ + color: rgb(236 236 236 / 0.6); +} +.placeholder-status-draft\/70::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.7); +} +.placeholder-status-draft\/70::-moz-placeholder{ + color: rgb(236 236 236 / 0.7); +} +.placeholder-status-draft\/70:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.7); +} +.placeholder-status-draft\/70::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.7); +} +.placeholder-status-draft\/70::placeholder{ + color: rgb(236 236 236 / 0.7); +} +.placeholder-status-draft\/75::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.75); +} +.placeholder-status-draft\/75::-moz-placeholder{ + color: rgb(236 236 236 / 0.75); +} +.placeholder-status-draft\/75:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.75); +} +.placeholder-status-draft\/75::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.75); +} +.placeholder-status-draft\/75::placeholder{ + color: rgb(236 236 236 / 0.75); +} +.placeholder-status-draft\/80::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.8); +} +.placeholder-status-draft\/80::-moz-placeholder{ + color: rgb(236 236 236 / 0.8); +} +.placeholder-status-draft\/80:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.8); +} +.placeholder-status-draft\/80::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.8); +} +.placeholder-status-draft\/80::placeholder{ + color: rgb(236 236 236 / 0.8); +} +.placeholder-status-draft\/90::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.9); +} +.placeholder-status-draft\/90::-moz-placeholder{ + color: rgb(236 236 236 / 0.9); +} +.placeholder-status-draft\/90:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.9); +} +.placeholder-status-draft\/90::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.9); +} +.placeholder-status-draft\/90::placeholder{ + color: rgb(236 236 236 / 0.9); +} +.placeholder-status-draft\/95::-webkit-input-placeholder{ + color: rgb(236 236 236 / 0.95); +} +.placeholder-status-draft\/95::-moz-placeholder{ + color: rgb(236 236 236 / 0.95); +} +.placeholder-status-draft\/95:-ms-input-placeholder{ + color: rgb(236 236 236 / 0.95); +} +.placeholder-status-draft\/95::-ms-input-placeholder{ + color: rgb(236 236 236 / 0.95); +} +.placeholder-status-draft\/95::placeholder{ + color: rgb(236 236 236 / 0.95); +} +.placeholder-status-draft\/100::-webkit-input-placeholder{ + color: rgb(236 236 236 / 1); +} +.placeholder-status-draft\/100::-moz-placeholder{ + color: rgb(236 236 236 / 1); +} +.placeholder-status-draft\/100:-ms-input-placeholder{ + color: rgb(236 236 236 / 1); +} +.placeholder-status-draft\/100::-ms-input-placeholder{ + color: rgb(236 236 236 / 1); +} +.placeholder-status-draft\/100::placeholder{ + color: rgb(236 236 236 / 1); +} +.placeholder-status-partial\/0::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0); +} +.placeholder-status-partial\/0::-moz-placeholder{ + color: rgb(230 241 246 / 0); +} +.placeholder-status-partial\/0:-ms-input-placeholder{ + color: rgb(230 241 246 / 0); +} +.placeholder-status-partial\/0::-ms-input-placeholder{ + color: rgb(230 241 246 / 0); +} +.placeholder-status-partial\/0::placeholder{ + color: rgb(230 241 246 / 0); +} +.placeholder-status-partial\/5::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.05); +} +.placeholder-status-partial\/5::-moz-placeholder{ + color: rgb(230 241 246 / 0.05); +} +.placeholder-status-partial\/5:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.05); +} +.placeholder-status-partial\/5::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.05); +} +.placeholder-status-partial\/5::placeholder{ + color: rgb(230 241 246 / 0.05); +} +.placeholder-status-partial\/10::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.1); +} +.placeholder-status-partial\/10::-moz-placeholder{ + color: rgb(230 241 246 / 0.1); +} +.placeholder-status-partial\/10:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.1); +} +.placeholder-status-partial\/10::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.1); +} +.placeholder-status-partial\/10::placeholder{ + color: rgb(230 241 246 / 0.1); +} +.placeholder-status-partial\/20::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.2); +} +.placeholder-status-partial\/20::-moz-placeholder{ + color: rgb(230 241 246 / 0.2); +} +.placeholder-status-partial\/20:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.2); +} +.placeholder-status-partial\/20::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.2); +} +.placeholder-status-partial\/20::placeholder{ + color: rgb(230 241 246 / 0.2); +} +.placeholder-status-partial\/25::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.25); +} +.placeholder-status-partial\/25::-moz-placeholder{ + color: rgb(230 241 246 / 0.25); +} +.placeholder-status-partial\/25:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.25); +} +.placeholder-status-partial\/25::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.25); +} +.placeholder-status-partial\/25::placeholder{ + color: rgb(230 241 246 / 0.25); +} +.placeholder-status-partial\/30::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.3); +} +.placeholder-status-partial\/30::-moz-placeholder{ + color: rgb(230 241 246 / 0.3); +} +.placeholder-status-partial\/30:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.3); +} +.placeholder-status-partial\/30::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.3); +} +.placeholder-status-partial\/30::placeholder{ + color: rgb(230 241 246 / 0.3); +} +.placeholder-status-partial\/40::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.4); +} +.placeholder-status-partial\/40::-moz-placeholder{ + color: rgb(230 241 246 / 0.4); +} +.placeholder-status-partial\/40:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.4); +} +.placeholder-status-partial\/40::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.4); +} +.placeholder-status-partial\/40::placeholder{ + color: rgb(230 241 246 / 0.4); +} +.placeholder-status-partial\/50::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.5); +} +.placeholder-status-partial\/50::-moz-placeholder{ + color: rgb(230 241 246 / 0.5); +} +.placeholder-status-partial\/50:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.5); +} +.placeholder-status-partial\/50::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.5); +} +.placeholder-status-partial\/50::placeholder{ + color: rgb(230 241 246 / 0.5); +} +.placeholder-status-partial\/60::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.6); +} +.placeholder-status-partial\/60::-moz-placeholder{ + color: rgb(230 241 246 / 0.6); +} +.placeholder-status-partial\/60:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.6); +} +.placeholder-status-partial\/60::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.6); +} +.placeholder-status-partial\/60::placeholder{ + color: rgb(230 241 246 / 0.6); +} +.placeholder-status-partial\/70::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.7); +} +.placeholder-status-partial\/70::-moz-placeholder{ + color: rgb(230 241 246 / 0.7); +} +.placeholder-status-partial\/70:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.7); +} +.placeholder-status-partial\/70::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.7); +} +.placeholder-status-partial\/70::placeholder{ + color: rgb(230 241 246 / 0.7); +} +.placeholder-status-partial\/75::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.75); +} +.placeholder-status-partial\/75::-moz-placeholder{ + color: rgb(230 241 246 / 0.75); +} +.placeholder-status-partial\/75:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.75); +} +.placeholder-status-partial\/75::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.75); +} +.placeholder-status-partial\/75::placeholder{ + color: rgb(230 241 246 / 0.75); +} +.placeholder-status-partial\/80::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.8); +} +.placeholder-status-partial\/80::-moz-placeholder{ + color: rgb(230 241 246 / 0.8); +} +.placeholder-status-partial\/80:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.8); +} +.placeholder-status-partial\/80::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.8); +} +.placeholder-status-partial\/80::placeholder{ + color: rgb(230 241 246 / 0.8); +} +.placeholder-status-partial\/90::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.9); +} +.placeholder-status-partial\/90::-moz-placeholder{ + color: rgb(230 241 246 / 0.9); +} +.placeholder-status-partial\/90:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.9); +} +.placeholder-status-partial\/90::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.9); +} +.placeholder-status-partial\/90::placeholder{ + color: rgb(230 241 246 / 0.9); +} +.placeholder-status-partial\/95::-webkit-input-placeholder{ + color: rgb(230 241 246 / 0.95); +} +.placeholder-status-partial\/95::-moz-placeholder{ + color: rgb(230 241 246 / 0.95); +} +.placeholder-status-partial\/95:-ms-input-placeholder{ + color: rgb(230 241 246 / 0.95); +} +.placeholder-status-partial\/95::-ms-input-placeholder{ + color: rgb(230 241 246 / 0.95); +} +.placeholder-status-partial\/95::placeholder{ + color: rgb(230 241 246 / 0.95); +} +.placeholder-status-partial\/100::-webkit-input-placeholder{ + color: rgb(230 241 246 / 1); +} +.placeholder-status-partial\/100::-moz-placeholder{ + color: rgb(230 241 246 / 1); +} +.placeholder-status-partial\/100:-ms-input-placeholder{ + color: rgb(230 241 246 / 1); +} +.placeholder-status-partial\/100::-ms-input-placeholder{ + color: rgb(230 241 246 / 1); +} +.placeholder-status-partial\/100::placeholder{ + color: rgb(230 241 246 / 1); +} +.placeholder-status-canceled\/0::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0); +} +.placeholder-status-canceled\/0::-moz-placeholder{ + color: rgb(40 40 40 / 0); +} +.placeholder-status-canceled\/0:-ms-input-placeholder{ + color: rgb(40 40 40 / 0); +} +.placeholder-status-canceled\/0::-ms-input-placeholder{ + color: rgb(40 40 40 / 0); +} +.placeholder-status-canceled\/0::placeholder{ + color: rgb(40 40 40 / 0); +} +.placeholder-status-canceled\/5::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.05); +} +.placeholder-status-canceled\/5::-moz-placeholder{ + color: rgb(40 40 40 / 0.05); +} +.placeholder-status-canceled\/5:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.05); +} +.placeholder-status-canceled\/5::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.05); +} +.placeholder-status-canceled\/5::placeholder{ + color: rgb(40 40 40 / 0.05); +} +.placeholder-status-canceled\/10::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.1); +} +.placeholder-status-canceled\/10::-moz-placeholder{ + color: rgb(40 40 40 / 0.1); +} +.placeholder-status-canceled\/10:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.1); +} +.placeholder-status-canceled\/10::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.1); +} +.placeholder-status-canceled\/10::placeholder{ + color: rgb(40 40 40 / 0.1); +} +.placeholder-status-canceled\/20::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.2); +} +.placeholder-status-canceled\/20::-moz-placeholder{ + color: rgb(40 40 40 / 0.2); +} +.placeholder-status-canceled\/20:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.2); +} +.placeholder-status-canceled\/20::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.2); +} +.placeholder-status-canceled\/20::placeholder{ + color: rgb(40 40 40 / 0.2); +} +.placeholder-status-canceled\/25::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.25); +} +.placeholder-status-canceled\/25::-moz-placeholder{ + color: rgb(40 40 40 / 0.25); +} +.placeholder-status-canceled\/25:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.25); +} +.placeholder-status-canceled\/25::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.25); +} +.placeholder-status-canceled\/25::placeholder{ + color: rgb(40 40 40 / 0.25); +} +.placeholder-status-canceled\/30::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.3); +} +.placeholder-status-canceled\/30::-moz-placeholder{ + color: rgb(40 40 40 / 0.3); +} +.placeholder-status-canceled\/30:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.3); +} +.placeholder-status-canceled\/30::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.3); +} +.placeholder-status-canceled\/30::placeholder{ + color: rgb(40 40 40 / 0.3); +} +.placeholder-status-canceled\/40::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.4); +} +.placeholder-status-canceled\/40::-moz-placeholder{ + color: rgb(40 40 40 / 0.4); +} +.placeholder-status-canceled\/40:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.4); +} +.placeholder-status-canceled\/40::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.4); +} +.placeholder-status-canceled\/40::placeholder{ + color: rgb(40 40 40 / 0.4); +} +.placeholder-status-canceled\/50::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.5); +} +.placeholder-status-canceled\/50::-moz-placeholder{ + color: rgb(40 40 40 / 0.5); +} +.placeholder-status-canceled\/50:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.5); +} +.placeholder-status-canceled\/50::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.5); +} +.placeholder-status-canceled\/50::placeholder{ + color: rgb(40 40 40 / 0.5); +} +.placeholder-status-canceled\/60::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.6); +} +.placeholder-status-canceled\/60::-moz-placeholder{ + color: rgb(40 40 40 / 0.6); +} +.placeholder-status-canceled\/60:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.6); +} +.placeholder-status-canceled\/60::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.6); +} +.placeholder-status-canceled\/60::placeholder{ + color: rgb(40 40 40 / 0.6); +} +.placeholder-status-canceled\/70::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.7); +} +.placeholder-status-canceled\/70::-moz-placeholder{ + color: rgb(40 40 40 / 0.7); +} +.placeholder-status-canceled\/70:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.7); +} +.placeholder-status-canceled\/70::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.7); +} +.placeholder-status-canceled\/70::placeholder{ + color: rgb(40 40 40 / 0.7); +} +.placeholder-status-canceled\/75::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.75); +} +.placeholder-status-canceled\/75::-moz-placeholder{ + color: rgb(40 40 40 / 0.75); +} +.placeholder-status-canceled\/75:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.75); +} +.placeholder-status-canceled\/75::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.75); +} +.placeholder-status-canceled\/75::placeholder{ + color: rgb(40 40 40 / 0.75); +} +.placeholder-status-canceled\/80::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.8); +} +.placeholder-status-canceled\/80::-moz-placeholder{ + color: rgb(40 40 40 / 0.8); +} +.placeholder-status-canceled\/80:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.8); +} +.placeholder-status-canceled\/80::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.8); +} +.placeholder-status-canceled\/80::placeholder{ + color: rgb(40 40 40 / 0.8); +} +.placeholder-status-canceled\/90::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.9); +} +.placeholder-status-canceled\/90::-moz-placeholder{ + color: rgb(40 40 40 / 0.9); +} +.placeholder-status-canceled\/90:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.9); +} +.placeholder-status-canceled\/90::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.9); +} +.placeholder-status-canceled\/90::placeholder{ + color: rgb(40 40 40 / 0.9); +} +.placeholder-status-canceled\/95::-webkit-input-placeholder{ + color: rgb(40 40 40 / 0.95); +} +.placeholder-status-canceled\/95::-moz-placeholder{ + color: rgb(40 40 40 / 0.95); +} +.placeholder-status-canceled\/95:-ms-input-placeholder{ + color: rgb(40 40 40 / 0.95); +} +.placeholder-status-canceled\/95::-ms-input-placeholder{ + color: rgb(40 40 40 / 0.95); +} +.placeholder-status-canceled\/95::placeholder{ + color: rgb(40 40 40 / 0.95); +} +.placeholder-status-canceled\/100::-webkit-input-placeholder{ + color: rgb(40 40 40 / 1); +} +.placeholder-status-canceled\/100::-moz-placeholder{ + color: rgb(40 40 40 / 1); +} +.placeholder-status-canceled\/100:-ms-input-placeholder{ + color: rgb(40 40 40 / 1); +} +.placeholder-status-canceled\/100::-ms-input-placeholder{ + color: rgb(40 40 40 / 1); +} +.placeholder-status-canceled\/100::placeholder{ + color: rgb(40 40 40 / 1); +} +.placeholder-status-warning\/0::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-status-warning\/0::-moz-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-status-warning\/0:-ms-input-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-status-warning\/0::-ms-input-placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-status-warning\/0::placeholder{ + color: rgb(254 245 231 / 0); +} +.placeholder-status-warning\/5::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-status-warning\/5::-moz-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-status-warning\/5:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-status-warning\/5::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-status-warning\/5::placeholder{ + color: rgb(254 245 231 / 0.05); +} +.placeholder-status-warning\/10::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-status-warning\/10::-moz-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-status-warning\/10:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-status-warning\/10::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-status-warning\/10::placeholder{ + color: rgb(254 245 231 / 0.1); +} +.placeholder-status-warning\/20::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-status-warning\/20::-moz-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-status-warning\/20:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-status-warning\/20::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-status-warning\/20::placeholder{ + color: rgb(254 245 231 / 0.2); +} +.placeholder-status-warning\/25::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-status-warning\/25::-moz-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-status-warning\/25:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-status-warning\/25::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-status-warning\/25::placeholder{ + color: rgb(254 245 231 / 0.25); +} +.placeholder-status-warning\/30::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-status-warning\/30::-moz-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-status-warning\/30:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-status-warning\/30::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-status-warning\/30::placeholder{ + color: rgb(254 245 231 / 0.3); +} +.placeholder-status-warning\/40::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-status-warning\/40::-moz-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-status-warning\/40:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-status-warning\/40::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-status-warning\/40::placeholder{ + color: rgb(254 245 231 / 0.4); +} +.placeholder-status-warning\/50::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-status-warning\/50::-moz-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-status-warning\/50:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-status-warning\/50::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-status-warning\/50::placeholder{ + color: rgb(254 245 231 / 0.5); +} +.placeholder-status-warning\/60::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-status-warning\/60::-moz-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-status-warning\/60:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-status-warning\/60::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-status-warning\/60::placeholder{ + color: rgb(254 245 231 / 0.6); +} +.placeholder-status-warning\/70::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-status-warning\/70::-moz-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-status-warning\/70:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-status-warning\/70::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-status-warning\/70::placeholder{ + color: rgb(254 245 231 / 0.7); +} +.placeholder-status-warning\/75::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-status-warning\/75::-moz-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-status-warning\/75:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-status-warning\/75::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-status-warning\/75::placeholder{ + color: rgb(254 245 231 / 0.75); +} +.placeholder-status-warning\/80::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-status-warning\/80::-moz-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-status-warning\/80:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-status-warning\/80::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-status-warning\/80::placeholder{ + color: rgb(254 245 231 / 0.8); +} +.placeholder-status-warning\/90::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-status-warning\/90::-moz-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-status-warning\/90:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-status-warning\/90::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-status-warning\/90::placeholder{ + color: rgb(254 245 231 / 0.9); +} +.placeholder-status-warning\/95::-webkit-input-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-status-warning\/95::-moz-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-status-warning\/95:-ms-input-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-status-warning\/95::-ms-input-placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-status-warning\/95::placeholder{ + color: rgb(254 245 231 / 0.95); +} +.placeholder-status-warning\/100::-webkit-input-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-status-warning\/100::-moz-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-status-warning\/100:-ms-input-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-status-warning\/100::-ms-input-placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-status-warning\/100::placeholder{ + color: rgb(254 245 231 / 1); +} +.placeholder-text-status-success\/0::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0); +} +.placeholder-text-status-success\/0::-moz-placeholder{ + color: rgb(99 145 74 / 0); +} +.placeholder-text-status-success\/0:-ms-input-placeholder{ + color: rgb(99 145 74 / 0); +} +.placeholder-text-status-success\/0::-ms-input-placeholder{ + color: rgb(99 145 74 / 0); +} +.placeholder-text-status-success\/0::placeholder{ + color: rgb(99 145 74 / 0); +} +.placeholder-text-status-success\/5::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.05); +} +.placeholder-text-status-success\/5::-moz-placeholder{ + color: rgb(99 145 74 / 0.05); +} +.placeholder-text-status-success\/5:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.05); +} +.placeholder-text-status-success\/5::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.05); +} +.placeholder-text-status-success\/5::placeholder{ + color: rgb(99 145 74 / 0.05); +} +.placeholder-text-status-success\/10::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.1); +} +.placeholder-text-status-success\/10::-moz-placeholder{ + color: rgb(99 145 74 / 0.1); +} +.placeholder-text-status-success\/10:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.1); +} +.placeholder-text-status-success\/10::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.1); +} +.placeholder-text-status-success\/10::placeholder{ + color: rgb(99 145 74 / 0.1); +} +.placeholder-text-status-success\/20::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.2); +} +.placeholder-text-status-success\/20::-moz-placeholder{ + color: rgb(99 145 74 / 0.2); +} +.placeholder-text-status-success\/20:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.2); +} +.placeholder-text-status-success\/20::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.2); +} +.placeholder-text-status-success\/20::placeholder{ + color: rgb(99 145 74 / 0.2); +} +.placeholder-text-status-success\/25::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.25); +} +.placeholder-text-status-success\/25::-moz-placeholder{ + color: rgb(99 145 74 / 0.25); +} +.placeholder-text-status-success\/25:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.25); +} +.placeholder-text-status-success\/25::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.25); +} +.placeholder-text-status-success\/25::placeholder{ + color: rgb(99 145 74 / 0.25); +} +.placeholder-text-status-success\/30::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.3); +} +.placeholder-text-status-success\/30::-moz-placeholder{ + color: rgb(99 145 74 / 0.3); +} +.placeholder-text-status-success\/30:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.3); +} +.placeholder-text-status-success\/30::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.3); +} +.placeholder-text-status-success\/30::placeholder{ + color: rgb(99 145 74 / 0.3); +} +.placeholder-text-status-success\/40::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.4); +} +.placeholder-text-status-success\/40::-moz-placeholder{ + color: rgb(99 145 74 / 0.4); +} +.placeholder-text-status-success\/40:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.4); +} +.placeholder-text-status-success\/40::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.4); +} +.placeholder-text-status-success\/40::placeholder{ + color: rgb(99 145 74 / 0.4); +} +.placeholder-text-status-success\/50::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.5); +} +.placeholder-text-status-success\/50::-moz-placeholder{ + color: rgb(99 145 74 / 0.5); +} +.placeholder-text-status-success\/50:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.5); +} +.placeholder-text-status-success\/50::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.5); +} +.placeholder-text-status-success\/50::placeholder{ + color: rgb(99 145 74 / 0.5); +} +.placeholder-text-status-success\/60::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.6); +} +.placeholder-text-status-success\/60::-moz-placeholder{ + color: rgb(99 145 74 / 0.6); +} +.placeholder-text-status-success\/60:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.6); +} +.placeholder-text-status-success\/60::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.6); +} +.placeholder-text-status-success\/60::placeholder{ + color: rgb(99 145 74 / 0.6); +} +.placeholder-text-status-success\/70::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.7); +} +.placeholder-text-status-success\/70::-moz-placeholder{ + color: rgb(99 145 74 / 0.7); +} +.placeholder-text-status-success\/70:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.7); +} +.placeholder-text-status-success\/70::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.7); +} +.placeholder-text-status-success\/70::placeholder{ + color: rgb(99 145 74 / 0.7); +} +.placeholder-text-status-success\/75::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.75); +} +.placeholder-text-status-success\/75::-moz-placeholder{ + color: rgb(99 145 74 / 0.75); +} +.placeholder-text-status-success\/75:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.75); +} +.placeholder-text-status-success\/75::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.75); +} +.placeholder-text-status-success\/75::placeholder{ + color: rgb(99 145 74 / 0.75); +} +.placeholder-text-status-success\/80::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.8); +} +.placeholder-text-status-success\/80::-moz-placeholder{ + color: rgb(99 145 74 / 0.8); +} +.placeholder-text-status-success\/80:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.8); +} +.placeholder-text-status-success\/80::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.8); +} +.placeholder-text-status-success\/80::placeholder{ + color: rgb(99 145 74 / 0.8); +} +.placeholder-text-status-success\/90::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.9); +} +.placeholder-text-status-success\/90::-moz-placeholder{ + color: rgb(99 145 74 / 0.9); +} +.placeholder-text-status-success\/90:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.9); +} +.placeholder-text-status-success\/90::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.9); +} +.placeholder-text-status-success\/90::placeholder{ + color: rgb(99 145 74 / 0.9); +} +.placeholder-text-status-success\/95::-webkit-input-placeholder{ + color: rgb(99 145 74 / 0.95); +} +.placeholder-text-status-success\/95::-moz-placeholder{ + color: rgb(99 145 74 / 0.95); +} +.placeholder-text-status-success\/95:-ms-input-placeholder{ + color: rgb(99 145 74 / 0.95); +} +.placeholder-text-status-success\/95::-ms-input-placeholder{ + color: rgb(99 145 74 / 0.95); +} +.placeholder-text-status-success\/95::placeholder{ + color: rgb(99 145 74 / 0.95); +} +.placeholder-text-status-success\/100::-webkit-input-placeholder{ + color: rgb(99 145 74 / 1); +} +.placeholder-text-status-success\/100::-moz-placeholder{ + color: rgb(99 145 74 / 1); +} +.placeholder-text-status-success\/100:-ms-input-placeholder{ + color: rgb(99 145 74 / 1); +} +.placeholder-text-status-success\/100::-ms-input-placeholder{ + color: rgb(99 145 74 / 1); +} +.placeholder-text-status-success\/100::placeholder{ + color: rgb(99 145 74 / 1); +} +.placeholder-text-status-danger\/0::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0); +} +.placeholder-text-status-danger\/0::-moz-placeholder{ + color: rgb(184 0 0 / 0); +} +.placeholder-text-status-danger\/0:-ms-input-placeholder{ + color: rgb(184 0 0 / 0); +} +.placeholder-text-status-danger\/0::-ms-input-placeholder{ + color: rgb(184 0 0 / 0); +} +.placeholder-text-status-danger\/0::placeholder{ + color: rgb(184 0 0 / 0); +} +.placeholder-text-status-danger\/5::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.05); +} +.placeholder-text-status-danger\/5::-moz-placeholder{ + color: rgb(184 0 0 / 0.05); +} +.placeholder-text-status-danger\/5:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.05); +} +.placeholder-text-status-danger\/5::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.05); +} +.placeholder-text-status-danger\/5::placeholder{ + color: rgb(184 0 0 / 0.05); +} +.placeholder-text-status-danger\/10::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.1); +} +.placeholder-text-status-danger\/10::-moz-placeholder{ + color: rgb(184 0 0 / 0.1); +} +.placeholder-text-status-danger\/10:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.1); +} +.placeholder-text-status-danger\/10::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.1); +} +.placeholder-text-status-danger\/10::placeholder{ + color: rgb(184 0 0 / 0.1); +} +.placeholder-text-status-danger\/20::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.2); +} +.placeholder-text-status-danger\/20::-moz-placeholder{ + color: rgb(184 0 0 / 0.2); +} +.placeholder-text-status-danger\/20:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.2); +} +.placeholder-text-status-danger\/20::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.2); +} +.placeholder-text-status-danger\/20::placeholder{ + color: rgb(184 0 0 / 0.2); +} +.placeholder-text-status-danger\/25::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.25); +} +.placeholder-text-status-danger\/25::-moz-placeholder{ + color: rgb(184 0 0 / 0.25); +} +.placeholder-text-status-danger\/25:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.25); +} +.placeholder-text-status-danger\/25::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.25); +} +.placeholder-text-status-danger\/25::placeholder{ + color: rgb(184 0 0 / 0.25); +} +.placeholder-text-status-danger\/30::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.3); +} +.placeholder-text-status-danger\/30::-moz-placeholder{ + color: rgb(184 0 0 / 0.3); +} +.placeholder-text-status-danger\/30:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.3); +} +.placeholder-text-status-danger\/30::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.3); +} +.placeholder-text-status-danger\/30::placeholder{ + color: rgb(184 0 0 / 0.3); +} +.placeholder-text-status-danger\/40::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.4); +} +.placeholder-text-status-danger\/40::-moz-placeholder{ + color: rgb(184 0 0 / 0.4); +} +.placeholder-text-status-danger\/40:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.4); +} +.placeholder-text-status-danger\/40::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.4); +} +.placeholder-text-status-danger\/40::placeholder{ + color: rgb(184 0 0 / 0.4); +} +.placeholder-text-status-danger\/50::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.5); +} +.placeholder-text-status-danger\/50::-moz-placeholder{ + color: rgb(184 0 0 / 0.5); +} +.placeholder-text-status-danger\/50:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.5); +} +.placeholder-text-status-danger\/50::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.5); +} +.placeholder-text-status-danger\/50::placeholder{ + color: rgb(184 0 0 / 0.5); +} +.placeholder-text-status-danger\/60::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.6); +} +.placeholder-text-status-danger\/60::-moz-placeholder{ + color: rgb(184 0 0 / 0.6); +} +.placeholder-text-status-danger\/60:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.6); +} +.placeholder-text-status-danger\/60::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.6); +} +.placeholder-text-status-danger\/60::placeholder{ + color: rgb(184 0 0 / 0.6); +} +.placeholder-text-status-danger\/70::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.7); +} +.placeholder-text-status-danger\/70::-moz-placeholder{ + color: rgb(184 0 0 / 0.7); +} +.placeholder-text-status-danger\/70:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.7); +} +.placeholder-text-status-danger\/70::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.7); +} +.placeholder-text-status-danger\/70::placeholder{ + color: rgb(184 0 0 / 0.7); +} +.placeholder-text-status-danger\/75::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.75); +} +.placeholder-text-status-danger\/75::-moz-placeholder{ + color: rgb(184 0 0 / 0.75); +} +.placeholder-text-status-danger\/75:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.75); +} +.placeholder-text-status-danger\/75::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.75); +} +.placeholder-text-status-danger\/75::placeholder{ + color: rgb(184 0 0 / 0.75); +} +.placeholder-text-status-danger\/80::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.8); +} +.placeholder-text-status-danger\/80::-moz-placeholder{ + color: rgb(184 0 0 / 0.8); +} +.placeholder-text-status-danger\/80:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.8); +} +.placeholder-text-status-danger\/80::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.8); +} +.placeholder-text-status-danger\/80::placeholder{ + color: rgb(184 0 0 / 0.8); +} +.placeholder-text-status-danger\/90::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.9); +} +.placeholder-text-status-danger\/90::-moz-placeholder{ + color: rgb(184 0 0 / 0.9); +} +.placeholder-text-status-danger\/90:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.9); +} +.placeholder-text-status-danger\/90::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.9); +} +.placeholder-text-status-danger\/90::placeholder{ + color: rgb(184 0 0 / 0.9); +} +.placeholder-text-status-danger\/95::-webkit-input-placeholder{ + color: rgb(184 0 0 / 0.95); +} +.placeholder-text-status-danger\/95::-moz-placeholder{ + color: rgb(184 0 0 / 0.95); +} +.placeholder-text-status-danger\/95:-ms-input-placeholder{ + color: rgb(184 0 0 / 0.95); +} +.placeholder-text-status-danger\/95::-ms-input-placeholder{ + color: rgb(184 0 0 / 0.95); +} +.placeholder-text-status-danger\/95::placeholder{ + color: rgb(184 0 0 / 0.95); +} +.placeholder-text-status-danger\/100::-webkit-input-placeholder{ + color: rgb(184 0 0 / 1); +} +.placeholder-text-status-danger\/100::-moz-placeholder{ + color: rgb(184 0 0 / 1); +} +.placeholder-text-status-danger\/100:-ms-input-placeholder{ + color: rgb(184 0 0 / 1); +} +.placeholder-text-status-danger\/100::-ms-input-placeholder{ + color: rgb(184 0 0 / 1); +} +.placeholder-text-status-danger\/100::placeholder{ + color: rgb(184 0 0 / 1); +} +.placeholder-text-status-sent\/0::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0); +} +.placeholder-text-status-sent\/0::-moz-placeholder{ + color: rgb(221 142 10 / 0); +} +.placeholder-text-status-sent\/0:-ms-input-placeholder{ + color: rgb(221 142 10 / 0); +} +.placeholder-text-status-sent\/0::-ms-input-placeholder{ + color: rgb(221 142 10 / 0); +} +.placeholder-text-status-sent\/0::placeholder{ + color: rgb(221 142 10 / 0); +} +.placeholder-text-status-sent\/5::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.05); +} +.placeholder-text-status-sent\/5::-moz-placeholder{ + color: rgb(221 142 10 / 0.05); +} +.placeholder-text-status-sent\/5:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.05); +} +.placeholder-text-status-sent\/5::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.05); +} +.placeholder-text-status-sent\/5::placeholder{ + color: rgb(221 142 10 / 0.05); +} +.placeholder-text-status-sent\/10::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.1); +} +.placeholder-text-status-sent\/10::-moz-placeholder{ + color: rgb(221 142 10 / 0.1); +} +.placeholder-text-status-sent\/10:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.1); +} +.placeholder-text-status-sent\/10::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.1); +} +.placeholder-text-status-sent\/10::placeholder{ + color: rgb(221 142 10 / 0.1); +} +.placeholder-text-status-sent\/20::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.2); +} +.placeholder-text-status-sent\/20::-moz-placeholder{ + color: rgb(221 142 10 / 0.2); +} +.placeholder-text-status-sent\/20:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.2); +} +.placeholder-text-status-sent\/20::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.2); +} +.placeholder-text-status-sent\/20::placeholder{ + color: rgb(221 142 10 / 0.2); +} +.placeholder-text-status-sent\/25::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.25); +} +.placeholder-text-status-sent\/25::-moz-placeholder{ + color: rgb(221 142 10 / 0.25); +} +.placeholder-text-status-sent\/25:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.25); +} +.placeholder-text-status-sent\/25::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.25); +} +.placeholder-text-status-sent\/25::placeholder{ + color: rgb(221 142 10 / 0.25); +} +.placeholder-text-status-sent\/30::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.3); +} +.placeholder-text-status-sent\/30::-moz-placeholder{ + color: rgb(221 142 10 / 0.3); +} +.placeholder-text-status-sent\/30:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.3); +} +.placeholder-text-status-sent\/30::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.3); +} +.placeholder-text-status-sent\/30::placeholder{ + color: rgb(221 142 10 / 0.3); +} +.placeholder-text-status-sent\/40::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.4); +} +.placeholder-text-status-sent\/40::-moz-placeholder{ + color: rgb(221 142 10 / 0.4); +} +.placeholder-text-status-sent\/40:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.4); +} +.placeholder-text-status-sent\/40::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.4); +} +.placeholder-text-status-sent\/40::placeholder{ + color: rgb(221 142 10 / 0.4); +} +.placeholder-text-status-sent\/50::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.5); +} +.placeholder-text-status-sent\/50::-moz-placeholder{ + color: rgb(221 142 10 / 0.5); +} +.placeholder-text-status-sent\/50:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.5); +} +.placeholder-text-status-sent\/50::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.5); +} +.placeholder-text-status-sent\/50::placeholder{ + color: rgb(221 142 10 / 0.5); +} +.placeholder-text-status-sent\/60::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.6); +} +.placeholder-text-status-sent\/60::-moz-placeholder{ + color: rgb(221 142 10 / 0.6); +} +.placeholder-text-status-sent\/60:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.6); +} +.placeholder-text-status-sent\/60::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.6); +} +.placeholder-text-status-sent\/60::placeholder{ + color: rgb(221 142 10 / 0.6); +} +.placeholder-text-status-sent\/70::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.7); +} +.placeholder-text-status-sent\/70::-moz-placeholder{ + color: rgb(221 142 10 / 0.7); +} +.placeholder-text-status-sent\/70:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.7); +} +.placeholder-text-status-sent\/70::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.7); +} +.placeholder-text-status-sent\/70::placeholder{ + color: rgb(221 142 10 / 0.7); +} +.placeholder-text-status-sent\/75::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.75); +} +.placeholder-text-status-sent\/75::-moz-placeholder{ + color: rgb(221 142 10 / 0.75); +} +.placeholder-text-status-sent\/75:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.75); +} +.placeholder-text-status-sent\/75::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.75); +} +.placeholder-text-status-sent\/75::placeholder{ + color: rgb(221 142 10 / 0.75); +} +.placeholder-text-status-sent\/80::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.8); +} +.placeholder-text-status-sent\/80::-moz-placeholder{ + color: rgb(221 142 10 / 0.8); +} +.placeholder-text-status-sent\/80:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.8); +} +.placeholder-text-status-sent\/80::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.8); +} +.placeholder-text-status-sent\/80::placeholder{ + color: rgb(221 142 10 / 0.8); +} +.placeholder-text-status-sent\/90::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.9); +} +.placeholder-text-status-sent\/90::-moz-placeholder{ + color: rgb(221 142 10 / 0.9); +} +.placeholder-text-status-sent\/90:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.9); +} +.placeholder-text-status-sent\/90::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.9); +} +.placeholder-text-status-sent\/90::placeholder{ + color: rgb(221 142 10 / 0.9); +} +.placeholder-text-status-sent\/95::-webkit-input-placeholder{ + color: rgb(221 142 10 / 0.95); +} +.placeholder-text-status-sent\/95::-moz-placeholder{ + color: rgb(221 142 10 / 0.95); +} +.placeholder-text-status-sent\/95:-ms-input-placeholder{ + color: rgb(221 142 10 / 0.95); +} +.placeholder-text-status-sent\/95::-ms-input-placeholder{ + color: rgb(221 142 10 / 0.95); +} +.placeholder-text-status-sent\/95::placeholder{ + color: rgb(221 142 10 / 0.95); +} +.placeholder-text-status-sent\/100::-webkit-input-placeholder{ + color: rgb(221 142 10 / 1); +} +.placeholder-text-status-sent\/100::-moz-placeholder{ + color: rgb(221 142 10 / 1); +} +.placeholder-text-status-sent\/100:-ms-input-placeholder{ + color: rgb(221 142 10 / 1); +} +.placeholder-text-status-sent\/100::-ms-input-placeholder{ + color: rgb(221 142 10 / 1); +} +.placeholder-text-status-sent\/100::placeholder{ + color: rgb(221 142 10 / 1); +} +.placeholder-text-status-viewed\/0::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0); +} +.placeholder-text-status-viewed\/0::-moz-placeholder{ + color: rgb(77 79 125 / 0); +} +.placeholder-text-status-viewed\/0:-ms-input-placeholder{ + color: rgb(77 79 125 / 0); +} +.placeholder-text-status-viewed\/0::-ms-input-placeholder{ + color: rgb(77 79 125 / 0); +} +.placeholder-text-status-viewed\/0::placeholder{ + color: rgb(77 79 125 / 0); +} +.placeholder-text-status-viewed\/5::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.05); +} +.placeholder-text-status-viewed\/5::-moz-placeholder{ + color: rgb(77 79 125 / 0.05); +} +.placeholder-text-status-viewed\/5:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.05); +} +.placeholder-text-status-viewed\/5::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.05); +} +.placeholder-text-status-viewed\/5::placeholder{ + color: rgb(77 79 125 / 0.05); +} +.placeholder-text-status-viewed\/10::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.1); +} +.placeholder-text-status-viewed\/10::-moz-placeholder{ + color: rgb(77 79 125 / 0.1); +} +.placeholder-text-status-viewed\/10:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.1); +} +.placeholder-text-status-viewed\/10::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.1); +} +.placeholder-text-status-viewed\/10::placeholder{ + color: rgb(77 79 125 / 0.1); +} +.placeholder-text-status-viewed\/20::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.2); +} +.placeholder-text-status-viewed\/20::-moz-placeholder{ + color: rgb(77 79 125 / 0.2); +} +.placeholder-text-status-viewed\/20:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.2); +} +.placeholder-text-status-viewed\/20::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.2); +} +.placeholder-text-status-viewed\/20::placeholder{ + color: rgb(77 79 125 / 0.2); +} +.placeholder-text-status-viewed\/25::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.25); +} +.placeholder-text-status-viewed\/25::-moz-placeholder{ + color: rgb(77 79 125 / 0.25); +} +.placeholder-text-status-viewed\/25:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.25); +} +.placeholder-text-status-viewed\/25::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.25); +} +.placeholder-text-status-viewed\/25::placeholder{ + color: rgb(77 79 125 / 0.25); +} +.placeholder-text-status-viewed\/30::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.3); +} +.placeholder-text-status-viewed\/30::-moz-placeholder{ + color: rgb(77 79 125 / 0.3); +} +.placeholder-text-status-viewed\/30:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.3); +} +.placeholder-text-status-viewed\/30::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.3); +} +.placeholder-text-status-viewed\/30::placeholder{ + color: rgb(77 79 125 / 0.3); +} +.placeholder-text-status-viewed\/40::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.4); +} +.placeholder-text-status-viewed\/40::-moz-placeholder{ + color: rgb(77 79 125 / 0.4); +} +.placeholder-text-status-viewed\/40:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.4); +} +.placeholder-text-status-viewed\/40::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.4); +} +.placeholder-text-status-viewed\/40::placeholder{ + color: rgb(77 79 125 / 0.4); +} +.placeholder-text-status-viewed\/50::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.5); +} +.placeholder-text-status-viewed\/50::-moz-placeholder{ + color: rgb(77 79 125 / 0.5); +} +.placeholder-text-status-viewed\/50:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.5); +} +.placeholder-text-status-viewed\/50::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.5); +} +.placeholder-text-status-viewed\/50::placeholder{ + color: rgb(77 79 125 / 0.5); +} +.placeholder-text-status-viewed\/60::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.6); +} +.placeholder-text-status-viewed\/60::-moz-placeholder{ + color: rgb(77 79 125 / 0.6); +} +.placeholder-text-status-viewed\/60:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.6); +} +.placeholder-text-status-viewed\/60::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.6); +} +.placeholder-text-status-viewed\/60::placeholder{ + color: rgb(77 79 125 / 0.6); +} +.placeholder-text-status-viewed\/70::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.7); +} +.placeholder-text-status-viewed\/70::-moz-placeholder{ + color: rgb(77 79 125 / 0.7); +} +.placeholder-text-status-viewed\/70:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.7); +} +.placeholder-text-status-viewed\/70::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.7); +} +.placeholder-text-status-viewed\/70::placeholder{ + color: rgb(77 79 125 / 0.7); +} +.placeholder-text-status-viewed\/75::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.75); +} +.placeholder-text-status-viewed\/75::-moz-placeholder{ + color: rgb(77 79 125 / 0.75); +} +.placeholder-text-status-viewed\/75:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.75); +} +.placeholder-text-status-viewed\/75::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.75); +} +.placeholder-text-status-viewed\/75::placeholder{ + color: rgb(77 79 125 / 0.75); +} +.placeholder-text-status-viewed\/80::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.8); +} +.placeholder-text-status-viewed\/80::-moz-placeholder{ + color: rgb(77 79 125 / 0.8); +} +.placeholder-text-status-viewed\/80:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.8); +} +.placeholder-text-status-viewed\/80::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.8); +} +.placeholder-text-status-viewed\/80::placeholder{ + color: rgb(77 79 125 / 0.8); +} +.placeholder-text-status-viewed\/90::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.9); +} +.placeholder-text-status-viewed\/90::-moz-placeholder{ + color: rgb(77 79 125 / 0.9); +} +.placeholder-text-status-viewed\/90:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.9); +} +.placeholder-text-status-viewed\/90::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.9); +} +.placeholder-text-status-viewed\/90::placeholder{ + color: rgb(77 79 125 / 0.9); +} +.placeholder-text-status-viewed\/95::-webkit-input-placeholder{ + color: rgb(77 79 125 / 0.95); +} +.placeholder-text-status-viewed\/95::-moz-placeholder{ + color: rgb(77 79 125 / 0.95); +} +.placeholder-text-status-viewed\/95:-ms-input-placeholder{ + color: rgb(77 79 125 / 0.95); +} +.placeholder-text-status-viewed\/95::-ms-input-placeholder{ + color: rgb(77 79 125 / 0.95); +} +.placeholder-text-status-viewed\/95::placeholder{ + color: rgb(77 79 125 / 0.95); +} +.placeholder-text-status-viewed\/100::-webkit-input-placeholder{ + color: rgb(77 79 125 / 1); +} +.placeholder-text-status-viewed\/100::-moz-placeholder{ + color: rgb(77 79 125 / 1); +} +.placeholder-text-status-viewed\/100:-ms-input-placeholder{ + color: rgb(77 79 125 / 1); +} +.placeholder-text-status-viewed\/100::-ms-input-placeholder{ + color: rgb(77 79 125 / 1); +} +.placeholder-text-status-viewed\/100::placeholder{ + color: rgb(77 79 125 / 1); +} +.placeholder-text-status-draft\/0::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0); +} +.placeholder-text-status-draft\/0::-moz-placeholder{ + color: rgb(59 59 59 / 0); +} +.placeholder-text-status-draft\/0:-ms-input-placeholder{ + color: rgb(59 59 59 / 0); +} +.placeholder-text-status-draft\/0::-ms-input-placeholder{ + color: rgb(59 59 59 / 0); +} +.placeholder-text-status-draft\/0::placeholder{ + color: rgb(59 59 59 / 0); +} +.placeholder-text-status-draft\/5::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.05); +} +.placeholder-text-status-draft\/5::-moz-placeholder{ + color: rgb(59 59 59 / 0.05); +} +.placeholder-text-status-draft\/5:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.05); +} +.placeholder-text-status-draft\/5::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.05); +} +.placeholder-text-status-draft\/5::placeholder{ + color: rgb(59 59 59 / 0.05); +} +.placeholder-text-status-draft\/10::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.1); +} +.placeholder-text-status-draft\/10::-moz-placeholder{ + color: rgb(59 59 59 / 0.1); +} +.placeholder-text-status-draft\/10:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.1); +} +.placeholder-text-status-draft\/10::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.1); +} +.placeholder-text-status-draft\/10::placeholder{ + color: rgb(59 59 59 / 0.1); +} +.placeholder-text-status-draft\/20::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.2); +} +.placeholder-text-status-draft\/20::-moz-placeholder{ + color: rgb(59 59 59 / 0.2); +} +.placeholder-text-status-draft\/20:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.2); +} +.placeholder-text-status-draft\/20::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.2); +} +.placeholder-text-status-draft\/20::placeholder{ + color: rgb(59 59 59 / 0.2); +} +.placeholder-text-status-draft\/25::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.25); +} +.placeholder-text-status-draft\/25::-moz-placeholder{ + color: rgb(59 59 59 / 0.25); +} +.placeholder-text-status-draft\/25:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.25); +} +.placeholder-text-status-draft\/25::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.25); +} +.placeholder-text-status-draft\/25::placeholder{ + color: rgb(59 59 59 / 0.25); +} +.placeholder-text-status-draft\/30::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.3); +} +.placeholder-text-status-draft\/30::-moz-placeholder{ + color: rgb(59 59 59 / 0.3); +} +.placeholder-text-status-draft\/30:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.3); +} +.placeholder-text-status-draft\/30::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.3); +} +.placeholder-text-status-draft\/30::placeholder{ + color: rgb(59 59 59 / 0.3); +} +.placeholder-text-status-draft\/40::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.4); +} +.placeholder-text-status-draft\/40::-moz-placeholder{ + color: rgb(59 59 59 / 0.4); +} +.placeholder-text-status-draft\/40:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.4); +} +.placeholder-text-status-draft\/40::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.4); +} +.placeholder-text-status-draft\/40::placeholder{ + color: rgb(59 59 59 / 0.4); +} +.placeholder-text-status-draft\/50::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.5); +} +.placeholder-text-status-draft\/50::-moz-placeholder{ + color: rgb(59 59 59 / 0.5); +} +.placeholder-text-status-draft\/50:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.5); +} +.placeholder-text-status-draft\/50::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.5); +} +.placeholder-text-status-draft\/50::placeholder{ + color: rgb(59 59 59 / 0.5); +} +.placeholder-text-status-draft\/60::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.6); +} +.placeholder-text-status-draft\/60::-moz-placeholder{ + color: rgb(59 59 59 / 0.6); +} +.placeholder-text-status-draft\/60:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.6); +} +.placeholder-text-status-draft\/60::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.6); +} +.placeholder-text-status-draft\/60::placeholder{ + color: rgb(59 59 59 / 0.6); +} +.placeholder-text-status-draft\/70::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.7); +} +.placeholder-text-status-draft\/70::-moz-placeholder{ + color: rgb(59 59 59 / 0.7); +} +.placeholder-text-status-draft\/70:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.7); +} +.placeholder-text-status-draft\/70::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.7); +} +.placeholder-text-status-draft\/70::placeholder{ + color: rgb(59 59 59 / 0.7); +} +.placeholder-text-status-draft\/75::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.75); +} +.placeholder-text-status-draft\/75::-moz-placeholder{ + color: rgb(59 59 59 / 0.75); +} +.placeholder-text-status-draft\/75:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.75); +} +.placeholder-text-status-draft\/75::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.75); +} +.placeholder-text-status-draft\/75::placeholder{ + color: rgb(59 59 59 / 0.75); +} +.placeholder-text-status-draft\/80::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.8); +} +.placeholder-text-status-draft\/80::-moz-placeholder{ + color: rgb(59 59 59 / 0.8); +} +.placeholder-text-status-draft\/80:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.8); +} +.placeholder-text-status-draft\/80::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.8); +} +.placeholder-text-status-draft\/80::placeholder{ + color: rgb(59 59 59 / 0.8); +} +.placeholder-text-status-draft\/90::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.9); +} +.placeholder-text-status-draft\/90::-moz-placeholder{ + color: rgb(59 59 59 / 0.9); +} +.placeholder-text-status-draft\/90:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.9); +} +.placeholder-text-status-draft\/90::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.9); +} +.placeholder-text-status-draft\/90::placeholder{ + color: rgb(59 59 59 / 0.9); +} +.placeholder-text-status-draft\/95::-webkit-input-placeholder{ + color: rgb(59 59 59 / 0.95); +} +.placeholder-text-status-draft\/95::-moz-placeholder{ + color: rgb(59 59 59 / 0.95); +} +.placeholder-text-status-draft\/95:-ms-input-placeholder{ + color: rgb(59 59 59 / 0.95); +} +.placeholder-text-status-draft\/95::-ms-input-placeholder{ + color: rgb(59 59 59 / 0.95); +} +.placeholder-text-status-draft\/95::placeholder{ + color: rgb(59 59 59 / 0.95); +} +.placeholder-text-status-draft\/100::-webkit-input-placeholder{ + color: rgb(59 59 59 / 1); +} +.placeholder-text-status-draft\/100::-moz-placeholder{ + color: rgb(59 59 59 / 1); +} +.placeholder-text-status-draft\/100:-ms-input-placeholder{ + color: rgb(59 59 59 / 1); +} +.placeholder-text-status-draft\/100::-ms-input-placeholder{ + color: rgb(59 59 59 / 1); +} +.placeholder-text-status-draft\/100::placeholder{ + color: rgb(59 59 59 / 1); +} +.placeholder-text-status-partial\/0::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0); +} +.placeholder-text-status-partial\/0::-moz-placeholder{ + color: rgb(0 99 149 / 0); +} +.placeholder-text-status-partial\/0:-ms-input-placeholder{ + color: rgb(0 99 149 / 0); +} +.placeholder-text-status-partial\/0::-ms-input-placeholder{ + color: rgb(0 99 149 / 0); +} +.placeholder-text-status-partial\/0::placeholder{ + color: rgb(0 99 149 / 0); +} +.placeholder-text-status-partial\/5::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.05); +} +.placeholder-text-status-partial\/5::-moz-placeholder{ + color: rgb(0 99 149 / 0.05); +} +.placeholder-text-status-partial\/5:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.05); +} +.placeholder-text-status-partial\/5::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.05); +} +.placeholder-text-status-partial\/5::placeholder{ + color: rgb(0 99 149 / 0.05); +} +.placeholder-text-status-partial\/10::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.1); +} +.placeholder-text-status-partial\/10::-moz-placeholder{ + color: rgb(0 99 149 / 0.1); +} +.placeholder-text-status-partial\/10:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.1); +} +.placeholder-text-status-partial\/10::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.1); +} +.placeholder-text-status-partial\/10::placeholder{ + color: rgb(0 99 149 / 0.1); +} +.placeholder-text-status-partial\/20::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.2); +} +.placeholder-text-status-partial\/20::-moz-placeholder{ + color: rgb(0 99 149 / 0.2); +} +.placeholder-text-status-partial\/20:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.2); +} +.placeholder-text-status-partial\/20::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.2); +} +.placeholder-text-status-partial\/20::placeholder{ + color: rgb(0 99 149 / 0.2); +} +.placeholder-text-status-partial\/25::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.25); +} +.placeholder-text-status-partial\/25::-moz-placeholder{ + color: rgb(0 99 149 / 0.25); +} +.placeholder-text-status-partial\/25:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.25); +} +.placeholder-text-status-partial\/25::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.25); +} +.placeholder-text-status-partial\/25::placeholder{ + color: rgb(0 99 149 / 0.25); +} +.placeholder-text-status-partial\/30::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.3); +} +.placeholder-text-status-partial\/30::-moz-placeholder{ + color: rgb(0 99 149 / 0.3); +} +.placeholder-text-status-partial\/30:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.3); +} +.placeholder-text-status-partial\/30::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.3); +} +.placeholder-text-status-partial\/30::placeholder{ + color: rgb(0 99 149 / 0.3); +} +.placeholder-text-status-partial\/40::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.4); +} +.placeholder-text-status-partial\/40::-moz-placeholder{ + color: rgb(0 99 149 / 0.4); +} +.placeholder-text-status-partial\/40:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.4); +} +.placeholder-text-status-partial\/40::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.4); +} +.placeholder-text-status-partial\/40::placeholder{ + color: rgb(0 99 149 / 0.4); +} +.placeholder-text-status-partial\/50::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.5); +} +.placeholder-text-status-partial\/50::-moz-placeholder{ + color: rgb(0 99 149 / 0.5); +} +.placeholder-text-status-partial\/50:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.5); +} +.placeholder-text-status-partial\/50::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.5); +} +.placeholder-text-status-partial\/50::placeholder{ + color: rgb(0 99 149 / 0.5); +} +.placeholder-text-status-partial\/60::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.6); +} +.placeholder-text-status-partial\/60::-moz-placeholder{ + color: rgb(0 99 149 / 0.6); +} +.placeholder-text-status-partial\/60:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.6); +} +.placeholder-text-status-partial\/60::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.6); +} +.placeholder-text-status-partial\/60::placeholder{ + color: rgb(0 99 149 / 0.6); +} +.placeholder-text-status-partial\/70::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.7); +} +.placeholder-text-status-partial\/70::-moz-placeholder{ + color: rgb(0 99 149 / 0.7); +} +.placeholder-text-status-partial\/70:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.7); +} +.placeholder-text-status-partial\/70::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.7); +} +.placeholder-text-status-partial\/70::placeholder{ + color: rgb(0 99 149 / 0.7); +} +.placeholder-text-status-partial\/75::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.75); +} +.placeholder-text-status-partial\/75::-moz-placeholder{ + color: rgb(0 99 149 / 0.75); +} +.placeholder-text-status-partial\/75:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.75); +} +.placeholder-text-status-partial\/75::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.75); +} +.placeholder-text-status-partial\/75::placeholder{ + color: rgb(0 99 149 / 0.75); +} +.placeholder-text-status-partial\/80::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.8); +} +.placeholder-text-status-partial\/80::-moz-placeholder{ + color: rgb(0 99 149 / 0.8); +} +.placeholder-text-status-partial\/80:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.8); +} +.placeholder-text-status-partial\/80::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.8); +} +.placeholder-text-status-partial\/80::placeholder{ + color: rgb(0 99 149 / 0.8); +} +.placeholder-text-status-partial\/90::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.9); +} +.placeholder-text-status-partial\/90::-moz-placeholder{ + color: rgb(0 99 149 / 0.9); +} +.placeholder-text-status-partial\/90:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.9); +} +.placeholder-text-status-partial\/90::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.9); +} +.placeholder-text-status-partial\/90::placeholder{ + color: rgb(0 99 149 / 0.9); +} +.placeholder-text-status-partial\/95::-webkit-input-placeholder{ + color: rgb(0 99 149 / 0.95); +} +.placeholder-text-status-partial\/95::-moz-placeholder{ + color: rgb(0 99 149 / 0.95); +} +.placeholder-text-status-partial\/95:-ms-input-placeholder{ + color: rgb(0 99 149 / 0.95); +} +.placeholder-text-status-partial\/95::-ms-input-placeholder{ + color: rgb(0 99 149 / 0.95); +} +.placeholder-text-status-partial\/95::placeholder{ + color: rgb(0 99 149 / 0.95); +} +.placeholder-text-status-partial\/100::-webkit-input-placeholder{ + color: rgb(0 99 149 / 1); +} +.placeholder-text-status-partial\/100::-moz-placeholder{ + color: rgb(0 99 149 / 1); +} +.placeholder-text-status-partial\/100:-ms-input-placeholder{ + color: rgb(0 99 149 / 1); +} +.placeholder-text-status-partial\/100::-ms-input-placeholder{ + color: rgb(0 99 149 / 1); +} +.placeholder-text-status-partial\/100::placeholder{ + color: rgb(0 99 149 / 1); +} +.placeholder-text-status-canceled\/0::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0); +} +.placeholder-text-status-canceled\/0::-moz-placeholder{ + color: rgb(255 255 255 / 0); +} +.placeholder-text-status-canceled\/0:-ms-input-placeholder{ + color: rgb(255 255 255 / 0); +} +.placeholder-text-status-canceled\/0::-ms-input-placeholder{ + color: rgb(255 255 255 / 0); +} +.placeholder-text-status-canceled\/0::placeholder{ + color: rgb(255 255 255 / 0); +} +.placeholder-text-status-canceled\/5::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.05); +} +.placeholder-text-status-canceled\/5::-moz-placeholder{ + color: rgb(255 255 255 / 0.05); +} +.placeholder-text-status-canceled\/5:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.05); +} +.placeholder-text-status-canceled\/5::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.05); +} +.placeholder-text-status-canceled\/5::placeholder{ + color: rgb(255 255 255 / 0.05); +} +.placeholder-text-status-canceled\/10::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.1); +} +.placeholder-text-status-canceled\/10::-moz-placeholder{ + color: rgb(255 255 255 / 0.1); +} +.placeholder-text-status-canceled\/10:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.1); +} +.placeholder-text-status-canceled\/10::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.1); +} +.placeholder-text-status-canceled\/10::placeholder{ + color: rgb(255 255 255 / 0.1); +} +.placeholder-text-status-canceled\/20::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.2); +} +.placeholder-text-status-canceled\/20::-moz-placeholder{ + color: rgb(255 255 255 / 0.2); +} +.placeholder-text-status-canceled\/20:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.2); +} +.placeholder-text-status-canceled\/20::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.2); +} +.placeholder-text-status-canceled\/20::placeholder{ + color: rgb(255 255 255 / 0.2); +} +.placeholder-text-status-canceled\/25::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.25); +} +.placeholder-text-status-canceled\/25::-moz-placeholder{ + color: rgb(255 255 255 / 0.25); +} +.placeholder-text-status-canceled\/25:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.25); +} +.placeholder-text-status-canceled\/25::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.25); +} +.placeholder-text-status-canceled\/25::placeholder{ + color: rgb(255 255 255 / 0.25); +} +.placeholder-text-status-canceled\/30::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.3); +} +.placeholder-text-status-canceled\/30::-moz-placeholder{ + color: rgb(255 255 255 / 0.3); +} +.placeholder-text-status-canceled\/30:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.3); +} +.placeholder-text-status-canceled\/30::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.3); +} +.placeholder-text-status-canceled\/30::placeholder{ + color: rgb(255 255 255 / 0.3); +} +.placeholder-text-status-canceled\/40::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.4); +} +.placeholder-text-status-canceled\/40::-moz-placeholder{ + color: rgb(255 255 255 / 0.4); +} +.placeholder-text-status-canceled\/40:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.4); +} +.placeholder-text-status-canceled\/40::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.4); +} +.placeholder-text-status-canceled\/40::placeholder{ + color: rgb(255 255 255 / 0.4); +} +.placeholder-text-status-canceled\/50::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.5); +} +.placeholder-text-status-canceled\/50::-moz-placeholder{ + color: rgb(255 255 255 / 0.5); +} +.placeholder-text-status-canceled\/50:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.5); +} +.placeholder-text-status-canceled\/50::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.5); +} +.placeholder-text-status-canceled\/50::placeholder{ + color: rgb(255 255 255 / 0.5); +} +.placeholder-text-status-canceled\/60::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.6); +} +.placeholder-text-status-canceled\/60::-moz-placeholder{ + color: rgb(255 255 255 / 0.6); +} +.placeholder-text-status-canceled\/60:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.6); +} +.placeholder-text-status-canceled\/60::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.6); +} +.placeholder-text-status-canceled\/60::placeholder{ + color: rgb(255 255 255 / 0.6); +} +.placeholder-text-status-canceled\/70::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.7); +} +.placeholder-text-status-canceled\/70::-moz-placeholder{ + color: rgb(255 255 255 / 0.7); +} +.placeholder-text-status-canceled\/70:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.7); +} +.placeholder-text-status-canceled\/70::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.7); +} +.placeholder-text-status-canceled\/70::placeholder{ + color: rgb(255 255 255 / 0.7); +} +.placeholder-text-status-canceled\/75::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.75); +} +.placeholder-text-status-canceled\/75::-moz-placeholder{ + color: rgb(255 255 255 / 0.75); +} +.placeholder-text-status-canceled\/75:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.75); +} +.placeholder-text-status-canceled\/75::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.75); +} +.placeholder-text-status-canceled\/75::placeholder{ + color: rgb(255 255 255 / 0.75); +} +.placeholder-text-status-canceled\/80::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.8); +} +.placeholder-text-status-canceled\/80::-moz-placeholder{ + color: rgb(255 255 255 / 0.8); +} +.placeholder-text-status-canceled\/80:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.8); +} +.placeholder-text-status-canceled\/80::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.8); +} +.placeholder-text-status-canceled\/80::placeholder{ + color: rgb(255 255 255 / 0.8); +} +.placeholder-text-status-canceled\/90::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.9); +} +.placeholder-text-status-canceled\/90::-moz-placeholder{ + color: rgb(255 255 255 / 0.9); +} +.placeholder-text-status-canceled\/90:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.9); +} +.placeholder-text-status-canceled\/90::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.9); +} +.placeholder-text-status-canceled\/90::placeholder{ + color: rgb(255 255 255 / 0.9); +} +.placeholder-text-status-canceled\/95::-webkit-input-placeholder{ + color: rgb(255 255 255 / 0.95); +} +.placeholder-text-status-canceled\/95::-moz-placeholder{ + color: rgb(255 255 255 / 0.95); +} +.placeholder-text-status-canceled\/95:-ms-input-placeholder{ + color: rgb(255 255 255 / 0.95); +} +.placeholder-text-status-canceled\/95::-ms-input-placeholder{ + color: rgb(255 255 255 / 0.95); +} +.placeholder-text-status-canceled\/95::placeholder{ + color: rgb(255 255 255 / 0.95); +} +.placeholder-text-status-canceled\/100::-webkit-input-placeholder{ + color: rgb(255 255 255 / 1); +} +.placeholder-text-status-canceled\/100::-moz-placeholder{ + color: rgb(255 255 255 / 1); +} +.placeholder-text-status-canceled\/100:-ms-input-placeholder{ + color: rgb(255 255 255 / 1); +} +.placeholder-text-status-canceled\/100::-ms-input-placeholder{ + color: rgb(255 255 255 / 1); +} +.placeholder-text-status-canceled\/100::placeholder{ + color: rgb(255 255 255 / 1); +} +.placeholder-text-status-warning\/0::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0); +} +.placeholder-text-status-warning\/0::-moz-placeholder{ + color: rgb(184 119 8 / 0); +} +.placeholder-text-status-warning\/0:-ms-input-placeholder{ + color: rgb(184 119 8 / 0); +} +.placeholder-text-status-warning\/0::-ms-input-placeholder{ + color: rgb(184 119 8 / 0); +} +.placeholder-text-status-warning\/0::placeholder{ + color: rgb(184 119 8 / 0); +} +.placeholder-text-status-warning\/5::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.05); +} +.placeholder-text-status-warning\/5::-moz-placeholder{ + color: rgb(184 119 8 / 0.05); +} +.placeholder-text-status-warning\/5:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.05); +} +.placeholder-text-status-warning\/5::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.05); +} +.placeholder-text-status-warning\/5::placeholder{ + color: rgb(184 119 8 / 0.05); +} +.placeholder-text-status-warning\/10::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.1); +} +.placeholder-text-status-warning\/10::-moz-placeholder{ + color: rgb(184 119 8 / 0.1); +} +.placeholder-text-status-warning\/10:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.1); +} +.placeholder-text-status-warning\/10::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.1); +} +.placeholder-text-status-warning\/10::placeholder{ + color: rgb(184 119 8 / 0.1); +} +.placeholder-text-status-warning\/20::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.2); +} +.placeholder-text-status-warning\/20::-moz-placeholder{ + color: rgb(184 119 8 / 0.2); +} +.placeholder-text-status-warning\/20:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.2); +} +.placeholder-text-status-warning\/20::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.2); +} +.placeholder-text-status-warning\/20::placeholder{ + color: rgb(184 119 8 / 0.2); +} +.placeholder-text-status-warning\/25::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.25); +} +.placeholder-text-status-warning\/25::-moz-placeholder{ + color: rgb(184 119 8 / 0.25); +} +.placeholder-text-status-warning\/25:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.25); +} +.placeholder-text-status-warning\/25::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.25); +} +.placeholder-text-status-warning\/25::placeholder{ + color: rgb(184 119 8 / 0.25); +} +.placeholder-text-status-warning\/30::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.3); +} +.placeholder-text-status-warning\/30::-moz-placeholder{ + color: rgb(184 119 8 / 0.3); +} +.placeholder-text-status-warning\/30:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.3); +} +.placeholder-text-status-warning\/30::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.3); +} +.placeholder-text-status-warning\/30::placeholder{ + color: rgb(184 119 8 / 0.3); +} +.placeholder-text-status-warning\/40::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.4); +} +.placeholder-text-status-warning\/40::-moz-placeholder{ + color: rgb(184 119 8 / 0.4); +} +.placeholder-text-status-warning\/40:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.4); +} +.placeholder-text-status-warning\/40::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.4); +} +.placeholder-text-status-warning\/40::placeholder{ + color: rgb(184 119 8 / 0.4); +} +.placeholder-text-status-warning\/50::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.5); +} +.placeholder-text-status-warning\/50::-moz-placeholder{ + color: rgb(184 119 8 / 0.5); +} +.placeholder-text-status-warning\/50:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.5); +} +.placeholder-text-status-warning\/50::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.5); +} +.placeholder-text-status-warning\/50::placeholder{ + color: rgb(184 119 8 / 0.5); +} +.placeholder-text-status-warning\/60::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.6); +} +.placeholder-text-status-warning\/60::-moz-placeholder{ + color: rgb(184 119 8 / 0.6); +} +.placeholder-text-status-warning\/60:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.6); +} +.placeholder-text-status-warning\/60::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.6); +} +.placeholder-text-status-warning\/60::placeholder{ + color: rgb(184 119 8 / 0.6); +} +.placeholder-text-status-warning\/70::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.7); +} +.placeholder-text-status-warning\/70::-moz-placeholder{ + color: rgb(184 119 8 / 0.7); +} +.placeholder-text-status-warning\/70:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.7); +} +.placeholder-text-status-warning\/70::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.7); +} +.placeholder-text-status-warning\/70::placeholder{ + color: rgb(184 119 8 / 0.7); +} +.placeholder-text-status-warning\/75::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.75); +} +.placeholder-text-status-warning\/75::-moz-placeholder{ + color: rgb(184 119 8 / 0.75); +} +.placeholder-text-status-warning\/75:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.75); +} +.placeholder-text-status-warning\/75::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.75); +} +.placeholder-text-status-warning\/75::placeholder{ + color: rgb(184 119 8 / 0.75); +} +.placeholder-text-status-warning\/80::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.8); +} +.placeholder-text-status-warning\/80::-moz-placeholder{ + color: rgb(184 119 8 / 0.8); +} +.placeholder-text-status-warning\/80:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.8); +} +.placeholder-text-status-warning\/80::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.8); +} +.placeholder-text-status-warning\/80::placeholder{ + color: rgb(184 119 8 / 0.8); +} +.placeholder-text-status-warning\/90::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.9); +} +.placeholder-text-status-warning\/90::-moz-placeholder{ + color: rgb(184 119 8 / 0.9); +} +.placeholder-text-status-warning\/90:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.9); +} +.placeholder-text-status-warning\/90::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.9); +} +.placeholder-text-status-warning\/90::placeholder{ + color: rgb(184 119 8 / 0.9); +} +.placeholder-text-status-warning\/95::-webkit-input-placeholder{ + color: rgb(184 119 8 / 0.95); +} +.placeholder-text-status-warning\/95::-moz-placeholder{ + color: rgb(184 119 8 / 0.95); +} +.placeholder-text-status-warning\/95:-ms-input-placeholder{ + color: rgb(184 119 8 / 0.95); +} +.placeholder-text-status-warning\/95::-ms-input-placeholder{ + color: rgb(184 119 8 / 0.95); +} +.placeholder-text-status-warning\/95::placeholder{ + color: rgb(184 119 8 / 0.95); +} +.placeholder-text-status-warning\/100::-webkit-input-placeholder{ + color: rgb(184 119 8 / 1); +} +.placeholder-text-status-warning\/100::-moz-placeholder{ + color: rgb(184 119 8 / 1); +} +.placeholder-text-status-warning\/100:-ms-input-placeholder{ + color: rgb(184 119 8 / 1); +} +.placeholder-text-status-warning\/100::-ms-input-placeholder{ + color: rgb(184 119 8 / 1); +} +.placeholder-text-status-warning\/100::placeholder{ + color: rgb(184 119 8 / 1); +} +.placeholder-body\/0::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0); +} +.placeholder-body\/0::-moz-placeholder{ + color: rgb(252 252 252 / 0); +} +.placeholder-body\/0:-ms-input-placeholder{ + color: rgb(252 252 252 / 0); +} +.placeholder-body\/0::-ms-input-placeholder{ + color: rgb(252 252 252 / 0); +} +.placeholder-body\/0::placeholder{ + color: rgb(252 252 252 / 0); +} +.placeholder-body\/5::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.05); +} +.placeholder-body\/5::-moz-placeholder{ + color: rgb(252 252 252 / 0.05); +} +.placeholder-body\/5:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.05); +} +.placeholder-body\/5::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.05); +} +.placeholder-body\/5::placeholder{ + color: rgb(252 252 252 / 0.05); +} +.placeholder-body\/10::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.1); +} +.placeholder-body\/10::-moz-placeholder{ + color: rgb(252 252 252 / 0.1); +} +.placeholder-body\/10:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.1); +} +.placeholder-body\/10::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.1); +} +.placeholder-body\/10::placeholder{ + color: rgb(252 252 252 / 0.1); +} +.placeholder-body\/20::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.2); +} +.placeholder-body\/20::-moz-placeholder{ + color: rgb(252 252 252 / 0.2); +} +.placeholder-body\/20:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.2); +} +.placeholder-body\/20::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.2); +} +.placeholder-body\/20::placeholder{ + color: rgb(252 252 252 / 0.2); +} +.placeholder-body\/25::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.25); +} +.placeholder-body\/25::-moz-placeholder{ + color: rgb(252 252 252 / 0.25); +} +.placeholder-body\/25:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.25); +} +.placeholder-body\/25::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.25); +} +.placeholder-body\/25::placeholder{ + color: rgb(252 252 252 / 0.25); +} +.placeholder-body\/30::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.3); +} +.placeholder-body\/30::-moz-placeholder{ + color: rgb(252 252 252 / 0.3); +} +.placeholder-body\/30:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.3); +} +.placeholder-body\/30::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.3); +} +.placeholder-body\/30::placeholder{ + color: rgb(252 252 252 / 0.3); +} +.placeholder-body\/40::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.4); +} +.placeholder-body\/40::-moz-placeholder{ + color: rgb(252 252 252 / 0.4); +} +.placeholder-body\/40:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.4); +} +.placeholder-body\/40::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.4); +} +.placeholder-body\/40::placeholder{ + color: rgb(252 252 252 / 0.4); +} +.placeholder-body\/50::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.5); +} +.placeholder-body\/50::-moz-placeholder{ + color: rgb(252 252 252 / 0.5); +} +.placeholder-body\/50:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.5); +} +.placeholder-body\/50::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.5); +} +.placeholder-body\/50::placeholder{ + color: rgb(252 252 252 / 0.5); +} +.placeholder-body\/60::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.6); +} +.placeholder-body\/60::-moz-placeholder{ + color: rgb(252 252 252 / 0.6); +} +.placeholder-body\/60:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.6); +} +.placeholder-body\/60::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.6); +} +.placeholder-body\/60::placeholder{ + color: rgb(252 252 252 / 0.6); +} +.placeholder-body\/70::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.7); +} +.placeholder-body\/70::-moz-placeholder{ + color: rgb(252 252 252 / 0.7); +} +.placeholder-body\/70:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.7); +} +.placeholder-body\/70::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.7); +} +.placeholder-body\/70::placeholder{ + color: rgb(252 252 252 / 0.7); +} +.placeholder-body\/75::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.75); +} +.placeholder-body\/75::-moz-placeholder{ + color: rgb(252 252 252 / 0.75); +} +.placeholder-body\/75:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.75); +} +.placeholder-body\/75::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.75); +} +.placeholder-body\/75::placeholder{ + color: rgb(252 252 252 / 0.75); +} +.placeholder-body\/80::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.8); +} +.placeholder-body\/80::-moz-placeholder{ + color: rgb(252 252 252 / 0.8); +} +.placeholder-body\/80:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.8); +} +.placeholder-body\/80::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.8); +} +.placeholder-body\/80::placeholder{ + color: rgb(252 252 252 / 0.8); +} +.placeholder-body\/90::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.9); +} +.placeholder-body\/90::-moz-placeholder{ + color: rgb(252 252 252 / 0.9); +} +.placeholder-body\/90:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.9); +} +.placeholder-body\/90::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.9); +} +.placeholder-body\/90::placeholder{ + color: rgb(252 252 252 / 0.9); +} +.placeholder-body\/95::-webkit-input-placeholder{ + color: rgb(252 252 252 / 0.95); +} +.placeholder-body\/95::-moz-placeholder{ + color: rgb(252 252 252 / 0.95); +} +.placeholder-body\/95:-ms-input-placeholder{ + color: rgb(252 252 252 / 0.95); +} +.placeholder-body\/95::-ms-input-placeholder{ + color: rgb(252 252 252 / 0.95); +} +.placeholder-body\/95::placeholder{ + color: rgb(252 252 252 / 0.95); +} +.placeholder-body\/100::-webkit-input-placeholder{ + color: rgb(252 252 252 / 1); +} +.placeholder-body\/100::-moz-placeholder{ + color: rgb(252 252 252 / 1); +} +.placeholder-body\/100:-ms-input-placeholder{ + color: rgb(252 252 252 / 1); +} +.placeholder-body\/100::-ms-input-placeholder{ + color: rgb(252 252 252 / 1); +} +.placeholder-body\/100::placeholder{ + color: rgb(252 252 252 / 1); +} +.placeholder-light-gray\/0::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0); +} +.placeholder-light-gray\/0::-moz-placeholder{ + color: rgb(199 201 217 / 0); +} +.placeholder-light-gray\/0:-ms-input-placeholder{ + color: rgb(199 201 217 / 0); +} +.placeholder-light-gray\/0::-ms-input-placeholder{ + color: rgb(199 201 217 / 0); +} +.placeholder-light-gray\/0::placeholder{ + color: rgb(199 201 217 / 0); +} +.placeholder-light-gray\/5::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.05); +} +.placeholder-light-gray\/5::-moz-placeholder{ + color: rgb(199 201 217 / 0.05); +} +.placeholder-light-gray\/5:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.05); +} +.placeholder-light-gray\/5::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.05); +} +.placeholder-light-gray\/5::placeholder{ + color: rgb(199 201 217 / 0.05); +} +.placeholder-light-gray\/10::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.1); +} +.placeholder-light-gray\/10::-moz-placeholder{ + color: rgb(199 201 217 / 0.1); +} +.placeholder-light-gray\/10:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.1); +} +.placeholder-light-gray\/10::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.1); +} +.placeholder-light-gray\/10::placeholder{ + color: rgb(199 201 217 / 0.1); +} +.placeholder-light-gray\/20::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.2); +} +.placeholder-light-gray\/20::-moz-placeholder{ + color: rgb(199 201 217 / 0.2); +} +.placeholder-light-gray\/20:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.2); +} +.placeholder-light-gray\/20::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.2); +} +.placeholder-light-gray\/20::placeholder{ + color: rgb(199 201 217 / 0.2); +} +.placeholder-light-gray\/25::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.25); +} +.placeholder-light-gray\/25::-moz-placeholder{ + color: rgb(199 201 217 / 0.25); +} +.placeholder-light-gray\/25:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.25); +} +.placeholder-light-gray\/25::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.25); +} +.placeholder-light-gray\/25::placeholder{ + color: rgb(199 201 217 / 0.25); +} +.placeholder-light-gray\/30::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.3); +} +.placeholder-light-gray\/30::-moz-placeholder{ + color: rgb(199 201 217 / 0.3); +} +.placeholder-light-gray\/30:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.3); +} +.placeholder-light-gray\/30::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.3); +} +.placeholder-light-gray\/30::placeholder{ + color: rgb(199 201 217 / 0.3); +} +.placeholder-light-gray\/40::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.4); +} +.placeholder-light-gray\/40::-moz-placeholder{ + color: rgb(199 201 217 / 0.4); +} +.placeholder-light-gray\/40:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.4); +} +.placeholder-light-gray\/40::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.4); +} +.placeholder-light-gray\/40::placeholder{ + color: rgb(199 201 217 / 0.4); +} +.placeholder-light-gray\/50::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.5); +} +.placeholder-light-gray\/50::-moz-placeholder{ + color: rgb(199 201 217 / 0.5); +} +.placeholder-light-gray\/50:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.5); +} +.placeholder-light-gray\/50::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.5); +} +.placeholder-light-gray\/50::placeholder{ + color: rgb(199 201 217 / 0.5); +} +.placeholder-light-gray\/60::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.6); +} +.placeholder-light-gray\/60::-moz-placeholder{ + color: rgb(199 201 217 / 0.6); +} +.placeholder-light-gray\/60:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.6); +} +.placeholder-light-gray\/60::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.6); +} +.placeholder-light-gray\/60::placeholder{ + color: rgb(199 201 217 / 0.6); +} +.placeholder-light-gray\/70::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.7); +} +.placeholder-light-gray\/70::-moz-placeholder{ + color: rgb(199 201 217 / 0.7); +} +.placeholder-light-gray\/70:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.7); +} +.placeholder-light-gray\/70::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.7); +} +.placeholder-light-gray\/70::placeholder{ + color: rgb(199 201 217 / 0.7); +} +.placeholder-light-gray\/75::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.75); +} +.placeholder-light-gray\/75::-moz-placeholder{ + color: rgb(199 201 217 / 0.75); +} +.placeholder-light-gray\/75:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.75); +} +.placeholder-light-gray\/75::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.75); +} +.placeholder-light-gray\/75::placeholder{ + color: rgb(199 201 217 / 0.75); +} +.placeholder-light-gray\/80::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.8); +} +.placeholder-light-gray\/80::-moz-placeholder{ + color: rgb(199 201 217 / 0.8); +} +.placeholder-light-gray\/80:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.8); +} +.placeholder-light-gray\/80::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.8); +} +.placeholder-light-gray\/80::placeholder{ + color: rgb(199 201 217 / 0.8); +} +.placeholder-light-gray\/90::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.9); +} +.placeholder-light-gray\/90::-moz-placeholder{ + color: rgb(199 201 217 / 0.9); +} +.placeholder-light-gray\/90:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.9); +} +.placeholder-light-gray\/90::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.9); +} +.placeholder-light-gray\/90::placeholder{ + color: rgb(199 201 217 / 0.9); +} +.placeholder-light-gray\/95::-webkit-input-placeholder{ + color: rgb(199 201 217 / 0.95); +} +.placeholder-light-gray\/95::-moz-placeholder{ + color: rgb(199 201 217 / 0.95); +} +.placeholder-light-gray\/95:-ms-input-placeholder{ + color: rgb(199 201 217 / 0.95); +} +.placeholder-light-gray\/95::-ms-input-placeholder{ + color: rgb(199 201 217 / 0.95); +} +.placeholder-light-gray\/95::placeholder{ + color: rgb(199 201 217 / 0.95); +} +.placeholder-light-gray\/100::-webkit-input-placeholder{ + color: rgb(199 201 217 / 1); +} +.placeholder-light-gray\/100::-moz-placeholder{ + color: rgb(199 201 217 / 1); +} +.placeholder-light-gray\/100:-ms-input-placeholder{ + color: rgb(199 201 217 / 1); +} +.placeholder-light-gray\/100::-ms-input-placeholder{ + color: rgb(199 201 217 / 1); +} +.placeholder-light-gray\/100::placeholder{ + color: rgb(199 201 217 / 1); +} +.placeholder-dark-blue\/0::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0); +} +.placeholder-dark-blue\/0::-moz-placeholder{ + color: rgb(21 40 75 / 0); +} +.placeholder-dark-blue\/0:-ms-input-placeholder{ + color: rgb(21 40 75 / 0); +} +.placeholder-dark-blue\/0::-ms-input-placeholder{ + color: rgb(21 40 75 / 0); +} +.placeholder-dark-blue\/0::placeholder{ + color: rgb(21 40 75 / 0); +} +.placeholder-dark-blue\/5::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.05); +} +.placeholder-dark-blue\/5::-moz-placeholder{ + color: rgb(21 40 75 / 0.05); +} +.placeholder-dark-blue\/5:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.05); +} +.placeholder-dark-blue\/5::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.05); +} +.placeholder-dark-blue\/5::placeholder{ + color: rgb(21 40 75 / 0.05); +} +.placeholder-dark-blue\/10::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.1); +} +.placeholder-dark-blue\/10::-moz-placeholder{ + color: rgb(21 40 75 / 0.1); +} +.placeholder-dark-blue\/10:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.1); +} +.placeholder-dark-blue\/10::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.1); +} +.placeholder-dark-blue\/10::placeholder{ + color: rgb(21 40 75 / 0.1); +} +.placeholder-dark-blue\/20::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.2); +} +.placeholder-dark-blue\/20::-moz-placeholder{ + color: rgb(21 40 75 / 0.2); +} +.placeholder-dark-blue\/20:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.2); +} +.placeholder-dark-blue\/20::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.2); +} +.placeholder-dark-blue\/20::placeholder{ + color: rgb(21 40 75 / 0.2); +} +.placeholder-dark-blue\/25::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.25); +} +.placeholder-dark-blue\/25::-moz-placeholder{ + color: rgb(21 40 75 / 0.25); +} +.placeholder-dark-blue\/25:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.25); +} +.placeholder-dark-blue\/25::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.25); +} +.placeholder-dark-blue\/25::placeholder{ + color: rgb(21 40 75 / 0.25); +} +.placeholder-dark-blue\/30::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.3); +} +.placeholder-dark-blue\/30::-moz-placeholder{ + color: rgb(21 40 75 / 0.3); +} +.placeholder-dark-blue\/30:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.3); +} +.placeholder-dark-blue\/30::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.3); +} +.placeholder-dark-blue\/30::placeholder{ + color: rgb(21 40 75 / 0.3); +} +.placeholder-dark-blue\/40::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.4); +} +.placeholder-dark-blue\/40::-moz-placeholder{ + color: rgb(21 40 75 / 0.4); +} +.placeholder-dark-blue\/40:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.4); +} +.placeholder-dark-blue\/40::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.4); +} +.placeholder-dark-blue\/40::placeholder{ + color: rgb(21 40 75 / 0.4); +} +.placeholder-dark-blue\/50::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.5); +} +.placeholder-dark-blue\/50::-moz-placeholder{ + color: rgb(21 40 75 / 0.5); +} +.placeholder-dark-blue\/50:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.5); +} +.placeholder-dark-blue\/50::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.5); +} +.placeholder-dark-blue\/50::placeholder{ + color: rgb(21 40 75 / 0.5); +} +.placeholder-dark-blue\/60::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.6); +} +.placeholder-dark-blue\/60::-moz-placeholder{ + color: rgb(21 40 75 / 0.6); +} +.placeholder-dark-blue\/60:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.6); +} +.placeholder-dark-blue\/60::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.6); +} +.placeholder-dark-blue\/60::placeholder{ + color: rgb(21 40 75 / 0.6); +} +.placeholder-dark-blue\/70::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.7); +} +.placeholder-dark-blue\/70::-moz-placeholder{ + color: rgb(21 40 75 / 0.7); +} +.placeholder-dark-blue\/70:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.7); +} +.placeholder-dark-blue\/70::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.7); +} +.placeholder-dark-blue\/70::placeholder{ + color: rgb(21 40 75 / 0.7); +} +.placeholder-dark-blue\/75::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.75); +} +.placeholder-dark-blue\/75::-moz-placeholder{ + color: rgb(21 40 75 / 0.75); +} +.placeholder-dark-blue\/75:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.75); +} +.placeholder-dark-blue\/75::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.75); +} +.placeholder-dark-blue\/75::placeholder{ + color: rgb(21 40 75 / 0.75); +} +.placeholder-dark-blue\/80::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.8); +} +.placeholder-dark-blue\/80::-moz-placeholder{ + color: rgb(21 40 75 / 0.8); +} +.placeholder-dark-blue\/80:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.8); +} +.placeholder-dark-blue\/80::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.8); +} +.placeholder-dark-blue\/80::placeholder{ + color: rgb(21 40 75 / 0.8); +} +.placeholder-dark-blue\/90::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.9); +} +.placeholder-dark-blue\/90::-moz-placeholder{ + color: rgb(21 40 75 / 0.9); +} +.placeholder-dark-blue\/90:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.9); +} +.placeholder-dark-blue\/90::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.9); +} +.placeholder-dark-blue\/90::placeholder{ + color: rgb(21 40 75 / 0.9); +} +.placeholder-dark-blue\/95::-webkit-input-placeholder{ + color: rgb(21 40 75 / 0.95); +} +.placeholder-dark-blue\/95::-moz-placeholder{ + color: rgb(21 40 75 / 0.95); +} +.placeholder-dark-blue\/95:-ms-input-placeholder{ + color: rgb(21 40 75 / 0.95); +} +.placeholder-dark-blue\/95::-ms-input-placeholder{ + color: rgb(21 40 75 / 0.95); +} +.placeholder-dark-blue\/95::placeholder{ + color: rgb(21 40 75 / 0.95); +} +.placeholder-dark-blue\/100::-webkit-input-placeholder{ + color: rgb(21 40 75 / 1); +} +.placeholder-dark-blue\/100::-moz-placeholder{ + color: rgb(21 40 75 / 1); +} +.placeholder-dark-blue\/100:-ms-input-placeholder{ + color: rgb(21 40 75 / 1); +} +.placeholder-dark-blue\/100::-ms-input-placeholder{ + color: rgb(21 40 75 / 1); +} +.placeholder-dark-blue\/100::placeholder{ + color: rgb(21 40 75 / 1); +} +.placeholder-lighter-gray\/0::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0); +} +.placeholder-lighter-gray\/0::-moz-placeholder{ + color: rgb(242 242 245 / 0); +} +.placeholder-lighter-gray\/0:-ms-input-placeholder{ + color: rgb(242 242 245 / 0); +} +.placeholder-lighter-gray\/0::-ms-input-placeholder{ + color: rgb(242 242 245 / 0); +} +.placeholder-lighter-gray\/0::placeholder{ + color: rgb(242 242 245 / 0); +} +.placeholder-lighter-gray\/5::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.05); +} +.placeholder-lighter-gray\/5::-moz-placeholder{ + color: rgb(242 242 245 / 0.05); +} +.placeholder-lighter-gray\/5:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.05); +} +.placeholder-lighter-gray\/5::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.05); +} +.placeholder-lighter-gray\/5::placeholder{ + color: rgb(242 242 245 / 0.05); +} +.placeholder-lighter-gray\/10::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.1); +} +.placeholder-lighter-gray\/10::-moz-placeholder{ + color: rgb(242 242 245 / 0.1); +} +.placeholder-lighter-gray\/10:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.1); +} +.placeholder-lighter-gray\/10::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.1); +} +.placeholder-lighter-gray\/10::placeholder{ + color: rgb(242 242 245 / 0.1); +} +.placeholder-lighter-gray\/20::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.2); +} +.placeholder-lighter-gray\/20::-moz-placeholder{ + color: rgb(242 242 245 / 0.2); +} +.placeholder-lighter-gray\/20:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.2); +} +.placeholder-lighter-gray\/20::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.2); +} +.placeholder-lighter-gray\/20::placeholder{ + color: rgb(242 242 245 / 0.2); +} +.placeholder-lighter-gray\/25::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.25); +} +.placeholder-lighter-gray\/25::-moz-placeholder{ + color: rgb(242 242 245 / 0.25); +} +.placeholder-lighter-gray\/25:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.25); +} +.placeholder-lighter-gray\/25::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.25); +} +.placeholder-lighter-gray\/25::placeholder{ + color: rgb(242 242 245 / 0.25); +} +.placeholder-lighter-gray\/30::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.3); +} +.placeholder-lighter-gray\/30::-moz-placeholder{ + color: rgb(242 242 245 / 0.3); +} +.placeholder-lighter-gray\/30:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.3); +} +.placeholder-lighter-gray\/30::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.3); +} +.placeholder-lighter-gray\/30::placeholder{ + color: rgb(242 242 245 / 0.3); +} +.placeholder-lighter-gray\/40::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.4); +} +.placeholder-lighter-gray\/40::-moz-placeholder{ + color: rgb(242 242 245 / 0.4); +} +.placeholder-lighter-gray\/40:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.4); +} +.placeholder-lighter-gray\/40::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.4); +} +.placeholder-lighter-gray\/40::placeholder{ + color: rgb(242 242 245 / 0.4); +} +.placeholder-lighter-gray\/50::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.5); +} +.placeholder-lighter-gray\/50::-moz-placeholder{ + color: rgb(242 242 245 / 0.5); +} +.placeholder-lighter-gray\/50:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.5); +} +.placeholder-lighter-gray\/50::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.5); +} +.placeholder-lighter-gray\/50::placeholder{ + color: rgb(242 242 245 / 0.5); +} +.placeholder-lighter-gray\/60::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.6); +} +.placeholder-lighter-gray\/60::-moz-placeholder{ + color: rgb(242 242 245 / 0.6); +} +.placeholder-lighter-gray\/60:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.6); +} +.placeholder-lighter-gray\/60::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.6); +} +.placeholder-lighter-gray\/60::placeholder{ + color: rgb(242 242 245 / 0.6); +} +.placeholder-lighter-gray\/70::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.7); +} +.placeholder-lighter-gray\/70::-moz-placeholder{ + color: rgb(242 242 245 / 0.7); +} +.placeholder-lighter-gray\/70:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.7); +} +.placeholder-lighter-gray\/70::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.7); +} +.placeholder-lighter-gray\/70::placeholder{ + color: rgb(242 242 245 / 0.7); +} +.placeholder-lighter-gray\/75::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.75); +} +.placeholder-lighter-gray\/75::-moz-placeholder{ + color: rgb(242 242 245 / 0.75); +} +.placeholder-lighter-gray\/75:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.75); +} +.placeholder-lighter-gray\/75::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.75); +} +.placeholder-lighter-gray\/75::placeholder{ + color: rgb(242 242 245 / 0.75); +} +.placeholder-lighter-gray\/80::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.8); +} +.placeholder-lighter-gray\/80::-moz-placeholder{ + color: rgb(242 242 245 / 0.8); +} +.placeholder-lighter-gray\/80:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.8); +} +.placeholder-lighter-gray\/80::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.8); +} +.placeholder-lighter-gray\/80::placeholder{ + color: rgb(242 242 245 / 0.8); +} +.placeholder-lighter-gray\/90::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.9); +} +.placeholder-lighter-gray\/90::-moz-placeholder{ + color: rgb(242 242 245 / 0.9); +} +.placeholder-lighter-gray\/90:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.9); +} +.placeholder-lighter-gray\/90::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.9); +} +.placeholder-lighter-gray\/90::placeholder{ + color: rgb(242 242 245 / 0.9); +} +.placeholder-lighter-gray\/95::-webkit-input-placeholder{ + color: rgb(242 242 245 / 0.95); +} +.placeholder-lighter-gray\/95::-moz-placeholder{ + color: rgb(242 242 245 / 0.95); +} +.placeholder-lighter-gray\/95:-ms-input-placeholder{ + color: rgb(242 242 245 / 0.95); +} +.placeholder-lighter-gray\/95::-ms-input-placeholder{ + color: rgb(242 242 245 / 0.95); +} +.placeholder-lighter-gray\/95::placeholder{ + color: rgb(242 242 245 / 0.95); +} +.placeholder-lighter-gray\/100::-webkit-input-placeholder{ + color: rgb(242 242 245 / 1); +} +.placeholder-lighter-gray\/100::-moz-placeholder{ + color: rgb(242 242 245 / 1); +} +.placeholder-lighter-gray\/100:-ms-input-placeholder{ + color: rgb(242 242 245 / 1); +} +.placeholder-lighter-gray\/100::-ms-input-placeholder{ + color: rgb(242 242 245 / 1); +} +.placeholder-lighter-gray\/100::placeholder{ + color: rgb(242 242 245 / 1); +} +.placeholder-purple-lighter\/0::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0); +} +.placeholder-purple-lighter\/0::-moz-placeholder{ + color: rgb(242 244 252 / 0); +} +.placeholder-purple-lighter\/0:-ms-input-placeholder{ + color: rgb(242 244 252 / 0); +} +.placeholder-purple-lighter\/0::-ms-input-placeholder{ + color: rgb(242 244 252 / 0); +} +.placeholder-purple-lighter\/0::placeholder{ + color: rgb(242 244 252 / 0); +} +.placeholder-purple-lighter\/5::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.05); +} +.placeholder-purple-lighter\/5::-moz-placeholder{ + color: rgb(242 244 252 / 0.05); +} +.placeholder-purple-lighter\/5:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.05); +} +.placeholder-purple-lighter\/5::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.05); +} +.placeholder-purple-lighter\/5::placeholder{ + color: rgb(242 244 252 / 0.05); +} +.placeholder-purple-lighter\/10::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.1); +} +.placeholder-purple-lighter\/10::-moz-placeholder{ + color: rgb(242 244 252 / 0.1); +} +.placeholder-purple-lighter\/10:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.1); +} +.placeholder-purple-lighter\/10::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.1); +} +.placeholder-purple-lighter\/10::placeholder{ + color: rgb(242 244 252 / 0.1); +} +.placeholder-purple-lighter\/20::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.2); +} +.placeholder-purple-lighter\/20::-moz-placeholder{ + color: rgb(242 244 252 / 0.2); +} +.placeholder-purple-lighter\/20:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.2); +} +.placeholder-purple-lighter\/20::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.2); +} +.placeholder-purple-lighter\/20::placeholder{ + color: rgb(242 244 252 / 0.2); +} +.placeholder-purple-lighter\/25::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.25); +} +.placeholder-purple-lighter\/25::-moz-placeholder{ + color: rgb(242 244 252 / 0.25); +} +.placeholder-purple-lighter\/25:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.25); +} +.placeholder-purple-lighter\/25::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.25); +} +.placeholder-purple-lighter\/25::placeholder{ + color: rgb(242 244 252 / 0.25); +} +.placeholder-purple-lighter\/30::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.3); +} +.placeholder-purple-lighter\/30::-moz-placeholder{ + color: rgb(242 244 252 / 0.3); +} +.placeholder-purple-lighter\/30:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.3); +} +.placeholder-purple-lighter\/30::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.3); +} +.placeholder-purple-lighter\/30::placeholder{ + color: rgb(242 244 252 / 0.3); +} +.placeholder-purple-lighter\/40::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.4); +} +.placeholder-purple-lighter\/40::-moz-placeholder{ + color: rgb(242 244 252 / 0.4); +} +.placeholder-purple-lighter\/40:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.4); +} +.placeholder-purple-lighter\/40::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.4); +} +.placeholder-purple-lighter\/40::placeholder{ + color: rgb(242 244 252 / 0.4); +} +.placeholder-purple-lighter\/50::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.5); +} +.placeholder-purple-lighter\/50::-moz-placeholder{ + color: rgb(242 244 252 / 0.5); +} +.placeholder-purple-lighter\/50:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.5); +} +.placeholder-purple-lighter\/50::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.5); +} +.placeholder-purple-lighter\/50::placeholder{ + color: rgb(242 244 252 / 0.5); +} +.placeholder-purple-lighter\/60::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.6); +} +.placeholder-purple-lighter\/60::-moz-placeholder{ + color: rgb(242 244 252 / 0.6); +} +.placeholder-purple-lighter\/60:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.6); +} +.placeholder-purple-lighter\/60::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.6); +} +.placeholder-purple-lighter\/60::placeholder{ + color: rgb(242 244 252 / 0.6); +} +.placeholder-purple-lighter\/70::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.7); +} +.placeholder-purple-lighter\/70::-moz-placeholder{ + color: rgb(242 244 252 / 0.7); +} +.placeholder-purple-lighter\/70:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.7); +} +.placeholder-purple-lighter\/70::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.7); +} +.placeholder-purple-lighter\/70::placeholder{ + color: rgb(242 244 252 / 0.7); +} +.placeholder-purple-lighter\/75::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.75); +} +.placeholder-purple-lighter\/75::-moz-placeholder{ + color: rgb(242 244 252 / 0.75); +} +.placeholder-purple-lighter\/75:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.75); +} +.placeholder-purple-lighter\/75::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.75); +} +.placeholder-purple-lighter\/75::placeholder{ + color: rgb(242 244 252 / 0.75); +} +.placeholder-purple-lighter\/80::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.8); +} +.placeholder-purple-lighter\/80::-moz-placeholder{ + color: rgb(242 244 252 / 0.8); +} +.placeholder-purple-lighter\/80:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.8); +} +.placeholder-purple-lighter\/80::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.8); +} +.placeholder-purple-lighter\/80::placeholder{ + color: rgb(242 244 252 / 0.8); +} +.placeholder-purple-lighter\/90::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.9); +} +.placeholder-purple-lighter\/90::-moz-placeholder{ + color: rgb(242 244 252 / 0.9); +} +.placeholder-purple-lighter\/90:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.9); +} +.placeholder-purple-lighter\/90::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.9); +} +.placeholder-purple-lighter\/90::placeholder{ + color: rgb(242 244 252 / 0.9); +} +.placeholder-purple-lighter\/95::-webkit-input-placeholder{ + color: rgb(242 244 252 / 0.95); +} +.placeholder-purple-lighter\/95::-moz-placeholder{ + color: rgb(242 244 252 / 0.95); +} +.placeholder-purple-lighter\/95:-ms-input-placeholder{ + color: rgb(242 244 252 / 0.95); +} +.placeholder-purple-lighter\/95::-ms-input-placeholder{ + color: rgb(242 244 252 / 0.95); +} +.placeholder-purple-lighter\/95::placeholder{ + color: rgb(242 244 252 / 0.95); +} +.placeholder-purple-lighter\/100::-webkit-input-placeholder{ + color: rgb(242 244 252 / 1); +} +.placeholder-purple-lighter\/100::-moz-placeholder{ + color: rgb(242 244 252 / 1); +} +.placeholder-purple-lighter\/100:-ms-input-placeholder{ + color: rgb(242 244 252 / 1); +} +.placeholder-purple-lighter\/100::-ms-input-placeholder{ + color: rgb(242 244 252 / 1); +} +.placeholder-purple-lighter\/100::placeholder{ + color: rgb(242 244 252 / 1); +} +.placeholder-modal-background\/0::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0); +} +.placeholder-modal-background\/0::-moz-placeholder{ + color: rgb(0 0 0 / 0); +} +.placeholder-modal-background\/0:-ms-input-placeholder{ + color: rgb(0 0 0 / 0); +} +.placeholder-modal-background\/0::-ms-input-placeholder{ + color: rgb(0 0 0 / 0); +} +.placeholder-modal-background\/0::placeholder{ + color: rgb(0 0 0 / 0); +} +.placeholder-modal-background\/5::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.05); +} +.placeholder-modal-background\/5::-moz-placeholder{ + color: rgb(0 0 0 / 0.05); +} +.placeholder-modal-background\/5:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.05); +} +.placeholder-modal-background\/5::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.05); +} +.placeholder-modal-background\/5::placeholder{ + color: rgb(0 0 0 / 0.05); +} +.placeholder-modal-background\/10::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.1); +} +.placeholder-modal-background\/10::-moz-placeholder{ + color: rgb(0 0 0 / 0.1); +} +.placeholder-modal-background\/10:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.1); +} +.placeholder-modal-background\/10::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.1); +} +.placeholder-modal-background\/10::placeholder{ + color: rgb(0 0 0 / 0.1); +} +.placeholder-modal-background\/20::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.2); +} +.placeholder-modal-background\/20::-moz-placeholder{ + color: rgb(0 0 0 / 0.2); +} +.placeholder-modal-background\/20:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.2); +} +.placeholder-modal-background\/20::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.2); +} +.placeholder-modal-background\/20::placeholder{ + color: rgb(0 0 0 / 0.2); +} +.placeholder-modal-background\/25::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.25); +} +.placeholder-modal-background\/25::-moz-placeholder{ + color: rgb(0 0 0 / 0.25); +} +.placeholder-modal-background\/25:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.25); +} +.placeholder-modal-background\/25::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.25); +} +.placeholder-modal-background\/25::placeholder{ + color: rgb(0 0 0 / 0.25); +} +.placeholder-modal-background\/30::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.3); +} +.placeholder-modal-background\/30::-moz-placeholder{ + color: rgb(0 0 0 / 0.3); +} +.placeholder-modal-background\/30:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.3); +} +.placeholder-modal-background\/30::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.3); +} +.placeholder-modal-background\/30::placeholder{ + color: rgb(0 0 0 / 0.3); +} +.placeholder-modal-background\/40::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.4); +} +.placeholder-modal-background\/40::-moz-placeholder{ + color: rgb(0 0 0 / 0.4); +} +.placeholder-modal-background\/40:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.4); +} +.placeholder-modal-background\/40::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.4); +} +.placeholder-modal-background\/40::placeholder{ + color: rgb(0 0 0 / 0.4); +} +.placeholder-modal-background\/50::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.5); +} +.placeholder-modal-background\/50::-moz-placeholder{ + color: rgb(0 0 0 / 0.5); +} +.placeholder-modal-background\/50:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.5); +} +.placeholder-modal-background\/50::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.5); +} +.placeholder-modal-background\/50::placeholder{ + color: rgb(0 0 0 / 0.5); +} +.placeholder-modal-background\/60::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.6); +} +.placeholder-modal-background\/60::-moz-placeholder{ + color: rgb(0 0 0 / 0.6); +} +.placeholder-modal-background\/60:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.6); +} +.placeholder-modal-background\/60::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.6); +} +.placeholder-modal-background\/60::placeholder{ + color: rgb(0 0 0 / 0.6); +} +.placeholder-modal-background\/70::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.7); +} +.placeholder-modal-background\/70::-moz-placeholder{ + color: rgb(0 0 0 / 0.7); +} +.placeholder-modal-background\/70:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.7); +} +.placeholder-modal-background\/70::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.7); +} +.placeholder-modal-background\/70::placeholder{ + color: rgb(0 0 0 / 0.7); +} +.placeholder-modal-background\/75::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.75); +} +.placeholder-modal-background\/75::-moz-placeholder{ + color: rgb(0 0 0 / 0.75); +} +.placeholder-modal-background\/75:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.75); +} +.placeholder-modal-background\/75::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.75); +} +.placeholder-modal-background\/75::placeholder{ + color: rgb(0 0 0 / 0.75); +} +.placeholder-modal-background\/80::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.8); +} +.placeholder-modal-background\/80::-moz-placeholder{ + color: rgb(0 0 0 / 0.8); +} +.placeholder-modal-background\/80:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.8); +} +.placeholder-modal-background\/80::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.8); +} +.placeholder-modal-background\/80::placeholder{ + color: rgb(0 0 0 / 0.8); +} +.placeholder-modal-background\/90::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.9); +} +.placeholder-modal-background\/90::-moz-placeholder{ + color: rgb(0 0 0 / 0.9); +} +.placeholder-modal-background\/90:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.9); +} +.placeholder-modal-background\/90::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.9); +} +.placeholder-modal-background\/90::placeholder{ + color: rgb(0 0 0 / 0.9); +} +.placeholder-modal-background\/95::-webkit-input-placeholder{ + color: rgb(0 0 0 / 0.95); +} +.placeholder-modal-background\/95::-moz-placeholder{ + color: rgb(0 0 0 / 0.95); +} +.placeholder-modal-background\/95:-ms-input-placeholder{ + color: rgb(0 0 0 / 0.95); +} +.placeholder-modal-background\/95::-ms-input-placeholder{ + color: rgb(0 0 0 / 0.95); +} +.placeholder-modal-background\/95::placeholder{ + color: rgb(0 0 0 / 0.95); +} +.placeholder-modal-background\/100::-webkit-input-placeholder{ + color: rgb(0 0 0 / 1); +} +.placeholder-modal-background\/100::-moz-placeholder{ + color: rgb(0 0 0 / 1); +} +.placeholder-modal-background\/100:-ms-input-placeholder{ + color: rgb(0 0 0 / 1); +} +.placeholder-modal-background\/100::-ms-input-placeholder{ + color: rgb(0 0 0 / 1); +} +.placeholder-modal-background\/100::placeholder{ + color: rgb(0 0 0 / 1); +} +.placeholder-testing\/0::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0); +} +.placeholder-testing\/0::-moz-placeholder{ + color: rgb(147 95 7 / 0); +} +.placeholder-testing\/0:-ms-input-placeholder{ + color: rgb(147 95 7 / 0); +} +.placeholder-testing\/0::-ms-input-placeholder{ + color: rgb(147 95 7 / 0); +} +.placeholder-testing\/0::placeholder{ + color: rgb(147 95 7 / 0); +} +.placeholder-testing\/5::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.05); +} +.placeholder-testing\/5::-moz-placeholder{ + color: rgb(147 95 7 / 0.05); +} +.placeholder-testing\/5:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.05); +} +.placeholder-testing\/5::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.05); +} +.placeholder-testing\/5::placeholder{ + color: rgb(147 95 7 / 0.05); +} +.placeholder-testing\/10::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.1); +} +.placeholder-testing\/10::-moz-placeholder{ + color: rgb(147 95 7 / 0.1); +} +.placeholder-testing\/10:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.1); +} +.placeholder-testing\/10::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.1); +} +.placeholder-testing\/10::placeholder{ + color: rgb(147 95 7 / 0.1); +} +.placeholder-testing\/20::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.2); +} +.placeholder-testing\/20::-moz-placeholder{ + color: rgb(147 95 7 / 0.2); +} +.placeholder-testing\/20:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.2); +} +.placeholder-testing\/20::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.2); +} +.placeholder-testing\/20::placeholder{ + color: rgb(147 95 7 / 0.2); +} +.placeholder-testing\/25::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.25); +} +.placeholder-testing\/25::-moz-placeholder{ + color: rgb(147 95 7 / 0.25); +} +.placeholder-testing\/25:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.25); +} +.placeholder-testing\/25::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.25); +} +.placeholder-testing\/25::placeholder{ + color: rgb(147 95 7 / 0.25); +} +.placeholder-testing\/30::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.3); +} +.placeholder-testing\/30::-moz-placeholder{ + color: rgb(147 95 7 / 0.3); +} +.placeholder-testing\/30:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.3); +} +.placeholder-testing\/30::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.3); +} +.placeholder-testing\/30::placeholder{ + color: rgb(147 95 7 / 0.3); +} +.placeholder-testing\/40::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.4); +} +.placeholder-testing\/40::-moz-placeholder{ + color: rgb(147 95 7 / 0.4); +} +.placeholder-testing\/40:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.4); +} +.placeholder-testing\/40::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.4); +} +.placeholder-testing\/40::placeholder{ + color: rgb(147 95 7 / 0.4); +} +.placeholder-testing\/50::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.5); +} +.placeholder-testing\/50::-moz-placeholder{ + color: rgb(147 95 7 / 0.5); +} +.placeholder-testing\/50:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.5); +} +.placeholder-testing\/50::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.5); +} +.placeholder-testing\/50::placeholder{ + color: rgb(147 95 7 / 0.5); +} +.placeholder-testing\/60::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.6); +} +.placeholder-testing\/60::-moz-placeholder{ + color: rgb(147 95 7 / 0.6); +} +.placeholder-testing\/60:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.6); +} +.placeholder-testing\/60::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.6); +} +.placeholder-testing\/60::placeholder{ + color: rgb(147 95 7 / 0.6); +} +.placeholder-testing\/70::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.7); +} +.placeholder-testing\/70::-moz-placeholder{ + color: rgb(147 95 7 / 0.7); +} +.placeholder-testing\/70:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.7); +} +.placeholder-testing\/70::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.7); +} +.placeholder-testing\/70::placeholder{ + color: rgb(147 95 7 / 0.7); +} +.placeholder-testing\/75::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.75); +} +.placeholder-testing\/75::-moz-placeholder{ + color: rgb(147 95 7 / 0.75); +} +.placeholder-testing\/75:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.75); +} +.placeholder-testing\/75::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.75); +} +.placeholder-testing\/75::placeholder{ + color: rgb(147 95 7 / 0.75); +} +.placeholder-testing\/80::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.8); +} +.placeholder-testing\/80::-moz-placeholder{ + color: rgb(147 95 7 / 0.8); +} +.placeholder-testing\/80:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.8); +} +.placeholder-testing\/80::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.8); +} +.placeholder-testing\/80::placeholder{ + color: rgb(147 95 7 / 0.8); +} +.placeholder-testing\/90::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.9); +} +.placeholder-testing\/90::-moz-placeholder{ + color: rgb(147 95 7 / 0.9); +} +.placeholder-testing\/90:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.9); +} +.placeholder-testing\/90::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.9); +} +.placeholder-testing\/90::placeholder{ + color: rgb(147 95 7 / 0.9); +} +.placeholder-testing\/95::-webkit-input-placeholder{ + color: rgb(147 95 7 / 0.95); +} +.placeholder-testing\/95::-moz-placeholder{ + color: rgb(147 95 7 / 0.95); +} +.placeholder-testing\/95:-ms-input-placeholder{ + color: rgb(147 95 7 / 0.95); +} +.placeholder-testing\/95::-ms-input-placeholder{ + color: rgb(147 95 7 / 0.95); +} +.placeholder-testing\/95::placeholder{ + color: rgb(147 95 7 / 0.95); +} +.placeholder-testing\/100::-webkit-input-placeholder{ + color: rgb(147 95 7 / 1); +} +.placeholder-testing\/100::-moz-placeholder{ + color: rgb(147 95 7 / 1); +} +.placeholder-testing\/100:-ms-input-placeholder{ + color: rgb(147 95 7 / 1); +} +.placeholder-testing\/100::-ms-input-placeholder{ + color: rgb(147 95 7 / 1); +} +.placeholder-testing\/100::placeholder{ + color: rgb(147 95 7 / 1); +} .placeholder-opacity-0::-webkit-input-placeholder{ --tw-placeholder-opacity: 0; } @@ -40904,6 +319495,12066 @@ input[type="date"]::-webkit-inner-spin-button, .caret-testing{ caret-color: #935f07; } +.caret-transparent\/0{ + caret-color: rgb(0 0 0 / 0); +} +.caret-transparent\/5{ + caret-color: rgb(0 0 0 / 0.05); +} +.caret-transparent\/10{ + caret-color: rgb(0 0 0 / 0.1); +} +.caret-transparent\/20{ + caret-color: rgb(0 0 0 / 0.2); +} +.caret-transparent\/25{ + caret-color: rgb(0 0 0 / 0.25); +} +.caret-transparent\/30{ + caret-color: rgb(0 0 0 / 0.3); +} +.caret-transparent\/40{ + caret-color: rgb(0 0 0 / 0.4); +} +.caret-transparent\/50{ + caret-color: rgb(0 0 0 / 0.5); +} +.caret-transparent\/60{ + caret-color: rgb(0 0 0 / 0.6); +} +.caret-transparent\/70{ + caret-color: rgb(0 0 0 / 0.7); +} +.caret-transparent\/75{ + caret-color: rgb(0 0 0 / 0.75); +} +.caret-transparent\/80{ + caret-color: rgb(0 0 0 / 0.8); +} +.caret-transparent\/90{ + caret-color: rgb(0 0 0 / 0.9); +} +.caret-transparent\/95{ + caret-color: rgb(0 0 0 / 0.95); +} +.caret-transparent\/100{ + caret-color: rgb(0 0 0 / 1); +} +.caret-black-50\/0{ + caret-color: rgb(246 246 246 / 0); +} +.caret-black-50\/5{ + caret-color: rgb(246 246 246 / 0.05); +} +.caret-black-50\/10{ + caret-color: rgb(246 246 246 / 0.1); +} +.caret-black-50\/20{ + caret-color: rgb(246 246 246 / 0.2); +} +.caret-black-50\/25{ + caret-color: rgb(246 246 246 / 0.25); +} +.caret-black-50\/30{ + caret-color: rgb(246 246 246 / 0.3); +} +.caret-black-50\/40{ + caret-color: rgb(246 246 246 / 0.4); +} +.caret-black-50\/50{ + caret-color: rgb(246 246 246 / 0.5); +} +.caret-black-50\/60{ + caret-color: rgb(246 246 246 / 0.6); +} +.caret-black-50\/70{ + caret-color: rgb(246 246 246 / 0.7); +} +.caret-black-50\/75{ + caret-color: rgb(246 246 246 / 0.75); +} +.caret-black-50\/80{ + caret-color: rgb(246 246 246 / 0.8); +} +.caret-black-50\/90{ + caret-color: rgb(246 246 246 / 0.9); +} +.caret-black-50\/95{ + caret-color: rgb(246 246 246 / 0.95); +} +.caret-black-50\/100{ + caret-color: rgb(246 246 246 / 1); +} +.caret-black-100\/0{ + caret-color: rgb(236 236 236 / 0); +} +.caret-black-100\/5{ + caret-color: rgb(236 236 236 / 0.05); +} +.caret-black-100\/10{ + caret-color: rgb(236 236 236 / 0.1); +} +.caret-black-100\/20{ + caret-color: rgb(236 236 236 / 0.2); +} +.caret-black-100\/25{ + caret-color: rgb(236 236 236 / 0.25); +} +.caret-black-100\/30{ + caret-color: rgb(236 236 236 / 0.3); +} +.caret-black-100\/40{ + caret-color: rgb(236 236 236 / 0.4); +} +.caret-black-100\/50{ + caret-color: rgb(236 236 236 / 0.5); +} +.caret-black-100\/60{ + caret-color: rgb(236 236 236 / 0.6); +} +.caret-black-100\/70{ + caret-color: rgb(236 236 236 / 0.7); +} +.caret-black-100\/75{ + caret-color: rgb(236 236 236 / 0.75); +} +.caret-black-100\/80{ + caret-color: rgb(236 236 236 / 0.8); +} +.caret-black-100\/90{ + caret-color: rgb(236 236 236 / 0.9); +} +.caret-black-100\/95{ + caret-color: rgb(236 236 236 / 0.95); +} +.caret-black-100\/100{ + caret-color: rgb(236 236 236 / 1); +} +.caret-black-200\/0{ + caret-color: rgb(208 208 208 / 0); +} +.caret-black-200\/5{ + caret-color: rgb(208 208 208 / 0.05); +} +.caret-black-200\/10{ + caret-color: rgb(208 208 208 / 0.1); +} +.caret-black-200\/20{ + caret-color: rgb(208 208 208 / 0.2); +} +.caret-black-200\/25{ + caret-color: rgb(208 208 208 / 0.25); +} +.caret-black-200\/30{ + caret-color: rgb(208 208 208 / 0.3); +} +.caret-black-200\/40{ + caret-color: rgb(208 208 208 / 0.4); +} +.caret-black-200\/50{ + caret-color: rgb(208 208 208 / 0.5); +} +.caret-black-200\/60{ + caret-color: rgb(208 208 208 / 0.6); +} +.caret-black-200\/70{ + caret-color: rgb(208 208 208 / 0.7); +} +.caret-black-200\/75{ + caret-color: rgb(208 208 208 / 0.75); +} +.caret-black-200\/80{ + caret-color: rgb(208 208 208 / 0.8); +} +.caret-black-200\/90{ + caret-color: rgb(208 208 208 / 0.9); +} +.caret-black-200\/95{ + caret-color: rgb(208 208 208 / 0.95); +} +.caret-black-200\/100{ + caret-color: rgb(208 208 208 / 1); +} +.caret-black-300\/0{ + caret-color: rgb(179 179 179 / 0); +} +.caret-black-300\/5{ + caret-color: rgb(179 179 179 / 0.05); +} +.caret-black-300\/10{ + caret-color: rgb(179 179 179 / 0.1); +} +.caret-black-300\/20{ + caret-color: rgb(179 179 179 / 0.2); +} +.caret-black-300\/25{ + caret-color: rgb(179 179 179 / 0.25); +} +.caret-black-300\/30{ + caret-color: rgb(179 179 179 / 0.3); +} +.caret-black-300\/40{ + caret-color: rgb(179 179 179 / 0.4); +} +.caret-black-300\/50{ + caret-color: rgb(179 179 179 / 0.5); +} +.caret-black-300\/60{ + caret-color: rgb(179 179 179 / 0.6); +} +.caret-black-300\/70{ + caret-color: rgb(179 179 179 / 0.7); +} +.caret-black-300\/75{ + caret-color: rgb(179 179 179 / 0.75); +} +.caret-black-300\/80{ + caret-color: rgb(179 179 179 / 0.8); +} +.caret-black-300\/90{ + caret-color: rgb(179 179 179 / 0.9); +} +.caret-black-300\/95{ + caret-color: rgb(179 179 179 / 0.95); +} +.caret-black-300\/100{ + caret-color: rgb(179 179 179 / 1); +} +.caret-black-400\/0{ + caret-color: rgb(123 123 123 / 0); +} +.caret-black-400\/5{ + caret-color: rgb(123 123 123 / 0.05); +} +.caret-black-400\/10{ + caret-color: rgb(123 123 123 / 0.1); +} +.caret-black-400\/20{ + caret-color: rgb(123 123 123 / 0.2); +} +.caret-black-400\/25{ + caret-color: rgb(123 123 123 / 0.25); +} +.caret-black-400\/30{ + caret-color: rgb(123 123 123 / 0.3); +} +.caret-black-400\/40{ + caret-color: rgb(123 123 123 / 0.4); +} +.caret-black-400\/50{ + caret-color: rgb(123 123 123 / 0.5); +} +.caret-black-400\/60{ + caret-color: rgb(123 123 123 / 0.6); +} +.caret-black-400\/70{ + caret-color: rgb(123 123 123 / 0.7); +} +.caret-black-400\/75{ + caret-color: rgb(123 123 123 / 0.75); +} +.caret-black-400\/80{ + caret-color: rgb(123 123 123 / 0.8); +} +.caret-black-400\/90{ + caret-color: rgb(123 123 123 / 0.9); +} +.caret-black-400\/95{ + caret-color: rgb(123 123 123 / 0.95); +} +.caret-black-400\/100{ + caret-color: rgb(123 123 123 / 1); +} +.caret-black-500\/0{ + caret-color: rgb(66 66 66 / 0); +} +.caret-black-500\/5{ + caret-color: rgb(66 66 66 / 0.05); +} +.caret-black-500\/10{ + caret-color: rgb(66 66 66 / 0.1); +} +.caret-black-500\/20{ + caret-color: rgb(66 66 66 / 0.2); +} +.caret-black-500\/25{ + caret-color: rgb(66 66 66 / 0.25); +} +.caret-black-500\/30{ + caret-color: rgb(66 66 66 / 0.3); +} +.caret-black-500\/40{ + caret-color: rgb(66 66 66 / 0.4); +} +.caret-black-500\/50{ + caret-color: rgb(66 66 66 / 0.5); +} +.caret-black-500\/60{ + caret-color: rgb(66 66 66 / 0.6); +} +.caret-black-500\/70{ + caret-color: rgb(66 66 66 / 0.7); +} +.caret-black-500\/75{ + caret-color: rgb(66 66 66 / 0.75); +} +.caret-black-500\/80{ + caret-color: rgb(66 66 66 / 0.8); +} +.caret-black-500\/90{ + caret-color: rgb(66 66 66 / 0.9); +} +.caret-black-500\/95{ + caret-color: rgb(66 66 66 / 0.95); +} +.caret-black-500\/100{ + caret-color: rgb(66 66 66 / 1); +} +.caret-black-600\/0{ + caret-color: rgb(59 59 59 / 0); +} +.caret-black-600\/5{ + caret-color: rgb(59 59 59 / 0.05); +} +.caret-black-600\/10{ + caret-color: rgb(59 59 59 / 0.1); +} +.caret-black-600\/20{ + caret-color: rgb(59 59 59 / 0.2); +} +.caret-black-600\/25{ + caret-color: rgb(59 59 59 / 0.25); +} +.caret-black-600\/30{ + caret-color: rgb(59 59 59 / 0.3); +} +.caret-black-600\/40{ + caret-color: rgb(59 59 59 / 0.4); +} +.caret-black-600\/50{ + caret-color: rgb(59 59 59 / 0.5); +} +.caret-black-600\/60{ + caret-color: rgb(59 59 59 / 0.6); +} +.caret-black-600\/70{ + caret-color: rgb(59 59 59 / 0.7); +} +.caret-black-600\/75{ + caret-color: rgb(59 59 59 / 0.75); +} +.caret-black-600\/80{ + caret-color: rgb(59 59 59 / 0.8); +} +.caret-black-600\/90{ + caret-color: rgb(59 59 59 / 0.9); +} +.caret-black-600\/95{ + caret-color: rgb(59 59 59 / 0.95); +} +.caret-black-600\/100{ + caret-color: rgb(59 59 59 / 1); +} +.caret-black-700\/0{ + caret-color: rgb(50 50 50 / 0); +} +.caret-black-700\/5{ + caret-color: rgb(50 50 50 / 0.05); +} +.caret-black-700\/10{ + caret-color: rgb(50 50 50 / 0.1); +} +.caret-black-700\/20{ + caret-color: rgb(50 50 50 / 0.2); +} +.caret-black-700\/25{ + caret-color: rgb(50 50 50 / 0.25); +} +.caret-black-700\/30{ + caret-color: rgb(50 50 50 / 0.3); +} +.caret-black-700\/40{ + caret-color: rgb(50 50 50 / 0.4); +} +.caret-black-700\/50{ + caret-color: rgb(50 50 50 / 0.5); +} +.caret-black-700\/60{ + caret-color: rgb(50 50 50 / 0.6); +} +.caret-black-700\/70{ + caret-color: rgb(50 50 50 / 0.7); +} +.caret-black-700\/75{ + caret-color: rgb(50 50 50 / 0.75); +} +.caret-black-700\/80{ + caret-color: rgb(50 50 50 / 0.8); +} +.caret-black-700\/90{ + caret-color: rgb(50 50 50 / 0.9); +} +.caret-black-700\/95{ + caret-color: rgb(50 50 50 / 0.95); +} +.caret-black-700\/100{ + caret-color: rgb(50 50 50 / 1); +} +.caret-black-800\/0{ + caret-color: rgb(40 40 40 / 0); +} +.caret-black-800\/5{ + caret-color: rgb(40 40 40 / 0.05); +} +.caret-black-800\/10{ + caret-color: rgb(40 40 40 / 0.1); +} +.caret-black-800\/20{ + caret-color: rgb(40 40 40 / 0.2); +} +.caret-black-800\/25{ + caret-color: rgb(40 40 40 / 0.25); +} +.caret-black-800\/30{ + caret-color: rgb(40 40 40 / 0.3); +} +.caret-black-800\/40{ + caret-color: rgb(40 40 40 / 0.4); +} +.caret-black-800\/50{ + caret-color: rgb(40 40 40 / 0.5); +} +.caret-black-800\/60{ + caret-color: rgb(40 40 40 / 0.6); +} +.caret-black-800\/70{ + caret-color: rgb(40 40 40 / 0.7); +} +.caret-black-800\/75{ + caret-color: rgb(40 40 40 / 0.75); +} +.caret-black-800\/80{ + caret-color: rgb(40 40 40 / 0.8); +} +.caret-black-800\/90{ + caret-color: rgb(40 40 40 / 0.9); +} +.caret-black-800\/95{ + caret-color: rgb(40 40 40 / 0.95); +} +.caret-black-800\/100{ + caret-color: rgb(40 40 40 / 1); +} +.caret-black-900\/0{ + caret-color: rgb(32 32 32 / 0); +} +.caret-black-900\/5{ + caret-color: rgb(32 32 32 / 0.05); +} +.caret-black-900\/10{ + caret-color: rgb(32 32 32 / 0.1); +} +.caret-black-900\/20{ + caret-color: rgb(32 32 32 / 0.2); +} +.caret-black-900\/25{ + caret-color: rgb(32 32 32 / 0.25); +} +.caret-black-900\/30{ + caret-color: rgb(32 32 32 / 0.3); +} +.caret-black-900\/40{ + caret-color: rgb(32 32 32 / 0.4); +} +.caret-black-900\/50{ + caret-color: rgb(32 32 32 / 0.5); +} +.caret-black-900\/60{ + caret-color: rgb(32 32 32 / 0.6); +} +.caret-black-900\/70{ + caret-color: rgb(32 32 32 / 0.7); +} +.caret-black-900\/75{ + caret-color: rgb(32 32 32 / 0.75); +} +.caret-black-900\/80{ + caret-color: rgb(32 32 32 / 0.8); +} +.caret-black-900\/90{ + caret-color: rgb(32 32 32 / 0.9); +} +.caret-black-900\/95{ + caret-color: rgb(32 32 32 / 0.95); +} +.caret-black-900\/100{ + caret-color: rgb(32 32 32 / 1); +} +.caret-black\/0{ + caret-color: rgb(66 66 66 / 0); +} +.caret-black\/5{ + caret-color: rgb(66 66 66 / 0.05); +} +.caret-black\/10{ + caret-color: rgb(66 66 66 / 0.1); +} +.caret-black\/20{ + caret-color: rgb(66 66 66 / 0.2); +} +.caret-black\/25{ + caret-color: rgb(66 66 66 / 0.25); +} +.caret-black\/30{ + caret-color: rgb(66 66 66 / 0.3); +} +.caret-black\/40{ + caret-color: rgb(66 66 66 / 0.4); +} +.caret-black\/50{ + caret-color: rgb(66 66 66 / 0.5); +} +.caret-black\/60{ + caret-color: rgb(66 66 66 / 0.6); +} +.caret-black\/70{ + caret-color: rgb(66 66 66 / 0.7); +} +.caret-black\/75{ + caret-color: rgb(66 66 66 / 0.75); +} +.caret-black\/80{ + caret-color: rgb(66 66 66 / 0.8); +} +.caret-black\/90{ + caret-color: rgb(66 66 66 / 0.9); +} +.caret-black\/95{ + caret-color: rgb(66 66 66 / 0.95); +} +.caret-black\/100{ + caret-color: rgb(66 66 66 / 1); +} +.caret-white\/0{ + caret-color: rgb(255 255 255 / 0); +} +.caret-white\/5{ + caret-color: rgb(255 255 255 / 0.05); +} +.caret-white\/10{ + caret-color: rgb(255 255 255 / 0.1); +} +.caret-white\/20{ + caret-color: rgb(255 255 255 / 0.2); +} +.caret-white\/25{ + caret-color: rgb(255 255 255 / 0.25); +} +.caret-white\/30{ + caret-color: rgb(255 255 255 / 0.3); +} +.caret-white\/40{ + caret-color: rgb(255 255 255 / 0.4); +} +.caret-white\/50{ + caret-color: rgb(255 255 255 / 0.5); +} +.caret-white\/60{ + caret-color: rgb(255 255 255 / 0.6); +} +.caret-white\/70{ + caret-color: rgb(255 255 255 / 0.7); +} +.caret-white\/75{ + caret-color: rgb(255 255 255 / 0.75); +} +.caret-white\/80{ + caret-color: rgb(255 255 255 / 0.8); +} +.caret-white\/90{ + caret-color: rgb(255 255 255 / 0.9); +} +.caret-white\/95{ + caret-color: rgb(255 255 255 / 0.95); +} +.caret-white\/100{ + caret-color: rgb(255 255 255 / 1); +} +.caret-slate-50\/0{ + caret-color: rgb(248 250 252 / 0); +} +.caret-slate-50\/5{ + caret-color: rgb(248 250 252 / 0.05); +} +.caret-slate-50\/10{ + caret-color: rgb(248 250 252 / 0.1); +} +.caret-slate-50\/20{ + caret-color: rgb(248 250 252 / 0.2); +} +.caret-slate-50\/25{ + caret-color: rgb(248 250 252 / 0.25); +} +.caret-slate-50\/30{ + caret-color: rgb(248 250 252 / 0.3); +} +.caret-slate-50\/40{ + caret-color: rgb(248 250 252 / 0.4); +} +.caret-slate-50\/50{ + caret-color: rgb(248 250 252 / 0.5); +} +.caret-slate-50\/60{ + caret-color: rgb(248 250 252 / 0.6); +} +.caret-slate-50\/70{ + caret-color: rgb(248 250 252 / 0.7); +} +.caret-slate-50\/75{ + caret-color: rgb(248 250 252 / 0.75); +} +.caret-slate-50\/80{ + caret-color: rgb(248 250 252 / 0.8); +} +.caret-slate-50\/90{ + caret-color: rgb(248 250 252 / 0.9); +} +.caret-slate-50\/95{ + caret-color: rgb(248 250 252 / 0.95); +} +.caret-slate-50\/100{ + caret-color: rgb(248 250 252 / 1); +} +.caret-slate-100\/0{ + caret-color: rgb(241 245 249 / 0); +} +.caret-slate-100\/5{ + caret-color: rgb(241 245 249 / 0.05); +} +.caret-slate-100\/10{ + caret-color: rgb(241 245 249 / 0.1); +} +.caret-slate-100\/20{ + caret-color: rgb(241 245 249 / 0.2); +} +.caret-slate-100\/25{ + caret-color: rgb(241 245 249 / 0.25); +} +.caret-slate-100\/30{ + caret-color: rgb(241 245 249 / 0.3); +} +.caret-slate-100\/40{ + caret-color: rgb(241 245 249 / 0.4); +} +.caret-slate-100\/50{ + caret-color: rgb(241 245 249 / 0.5); +} +.caret-slate-100\/60{ + caret-color: rgb(241 245 249 / 0.6); +} +.caret-slate-100\/70{ + caret-color: rgb(241 245 249 / 0.7); +} +.caret-slate-100\/75{ + caret-color: rgb(241 245 249 / 0.75); +} +.caret-slate-100\/80{ + caret-color: rgb(241 245 249 / 0.8); +} +.caret-slate-100\/90{ + caret-color: rgb(241 245 249 / 0.9); +} +.caret-slate-100\/95{ + caret-color: rgb(241 245 249 / 0.95); +} +.caret-slate-100\/100{ + caret-color: rgb(241 245 249 / 1); +} +.caret-slate-200\/0{ + caret-color: rgb(226 232 240 / 0); +} +.caret-slate-200\/5{ + caret-color: rgb(226 232 240 / 0.05); +} +.caret-slate-200\/10{ + caret-color: rgb(226 232 240 / 0.1); +} +.caret-slate-200\/20{ + caret-color: rgb(226 232 240 / 0.2); +} +.caret-slate-200\/25{ + caret-color: rgb(226 232 240 / 0.25); +} +.caret-slate-200\/30{ + caret-color: rgb(226 232 240 / 0.3); +} +.caret-slate-200\/40{ + caret-color: rgb(226 232 240 / 0.4); +} +.caret-slate-200\/50{ + caret-color: rgb(226 232 240 / 0.5); +} +.caret-slate-200\/60{ + caret-color: rgb(226 232 240 / 0.6); +} +.caret-slate-200\/70{ + caret-color: rgb(226 232 240 / 0.7); +} +.caret-slate-200\/75{ + caret-color: rgb(226 232 240 / 0.75); +} +.caret-slate-200\/80{ + caret-color: rgb(226 232 240 / 0.8); +} +.caret-slate-200\/90{ + caret-color: rgb(226 232 240 / 0.9); +} +.caret-slate-200\/95{ + caret-color: rgb(226 232 240 / 0.95); +} +.caret-slate-200\/100{ + caret-color: rgb(226 232 240 / 1); +} +.caret-slate-300\/0{ + caret-color: rgb(203 213 225 / 0); +} +.caret-slate-300\/5{ + caret-color: rgb(203 213 225 / 0.05); +} +.caret-slate-300\/10{ + caret-color: rgb(203 213 225 / 0.1); +} +.caret-slate-300\/20{ + caret-color: rgb(203 213 225 / 0.2); +} +.caret-slate-300\/25{ + caret-color: rgb(203 213 225 / 0.25); +} +.caret-slate-300\/30{ + caret-color: rgb(203 213 225 / 0.3); +} +.caret-slate-300\/40{ + caret-color: rgb(203 213 225 / 0.4); +} +.caret-slate-300\/50{ + caret-color: rgb(203 213 225 / 0.5); +} +.caret-slate-300\/60{ + caret-color: rgb(203 213 225 / 0.6); +} +.caret-slate-300\/70{ + caret-color: rgb(203 213 225 / 0.7); +} +.caret-slate-300\/75{ + caret-color: rgb(203 213 225 / 0.75); +} +.caret-slate-300\/80{ + caret-color: rgb(203 213 225 / 0.8); +} +.caret-slate-300\/90{ + caret-color: rgb(203 213 225 / 0.9); +} +.caret-slate-300\/95{ + caret-color: rgb(203 213 225 / 0.95); +} +.caret-slate-300\/100{ + caret-color: rgb(203 213 225 / 1); +} +.caret-slate-400\/0{ + caret-color: rgb(148 163 184 / 0); +} +.caret-slate-400\/5{ + caret-color: rgb(148 163 184 / 0.05); +} +.caret-slate-400\/10{ + caret-color: rgb(148 163 184 / 0.1); +} +.caret-slate-400\/20{ + caret-color: rgb(148 163 184 / 0.2); +} +.caret-slate-400\/25{ + caret-color: rgb(148 163 184 / 0.25); +} +.caret-slate-400\/30{ + caret-color: rgb(148 163 184 / 0.3); +} +.caret-slate-400\/40{ + caret-color: rgb(148 163 184 / 0.4); +} +.caret-slate-400\/50{ + caret-color: rgb(148 163 184 / 0.5); +} +.caret-slate-400\/60{ + caret-color: rgb(148 163 184 / 0.6); +} +.caret-slate-400\/70{ + caret-color: rgb(148 163 184 / 0.7); +} +.caret-slate-400\/75{ + caret-color: rgb(148 163 184 / 0.75); +} +.caret-slate-400\/80{ + caret-color: rgb(148 163 184 / 0.8); +} +.caret-slate-400\/90{ + caret-color: rgb(148 163 184 / 0.9); +} +.caret-slate-400\/95{ + caret-color: rgb(148 163 184 / 0.95); +} +.caret-slate-400\/100{ + caret-color: rgb(148 163 184 / 1); +} +.caret-slate-500\/0{ + caret-color: rgb(100 116 139 / 0); +} +.caret-slate-500\/5{ + caret-color: rgb(100 116 139 / 0.05); +} +.caret-slate-500\/10{ + caret-color: rgb(100 116 139 / 0.1); +} +.caret-slate-500\/20{ + caret-color: rgb(100 116 139 / 0.2); +} +.caret-slate-500\/25{ + caret-color: rgb(100 116 139 / 0.25); +} +.caret-slate-500\/30{ + caret-color: rgb(100 116 139 / 0.3); +} +.caret-slate-500\/40{ + caret-color: rgb(100 116 139 / 0.4); +} +.caret-slate-500\/50{ + caret-color: rgb(100 116 139 / 0.5); +} +.caret-slate-500\/60{ + caret-color: rgb(100 116 139 / 0.6); +} +.caret-slate-500\/70{ + caret-color: rgb(100 116 139 / 0.7); +} +.caret-slate-500\/75{ + caret-color: rgb(100 116 139 / 0.75); +} +.caret-slate-500\/80{ + caret-color: rgb(100 116 139 / 0.8); +} +.caret-slate-500\/90{ + caret-color: rgb(100 116 139 / 0.9); +} +.caret-slate-500\/95{ + caret-color: rgb(100 116 139 / 0.95); +} +.caret-slate-500\/100{ + caret-color: rgb(100 116 139 / 1); +} +.caret-slate-600\/0{ + caret-color: rgb(71 85 105 / 0); +} +.caret-slate-600\/5{ + caret-color: rgb(71 85 105 / 0.05); +} +.caret-slate-600\/10{ + caret-color: rgb(71 85 105 / 0.1); +} +.caret-slate-600\/20{ + caret-color: rgb(71 85 105 / 0.2); +} +.caret-slate-600\/25{ + caret-color: rgb(71 85 105 / 0.25); +} +.caret-slate-600\/30{ + caret-color: rgb(71 85 105 / 0.3); +} +.caret-slate-600\/40{ + caret-color: rgb(71 85 105 / 0.4); +} +.caret-slate-600\/50{ + caret-color: rgb(71 85 105 / 0.5); +} +.caret-slate-600\/60{ + caret-color: rgb(71 85 105 / 0.6); +} +.caret-slate-600\/70{ + caret-color: rgb(71 85 105 / 0.7); +} +.caret-slate-600\/75{ + caret-color: rgb(71 85 105 / 0.75); +} +.caret-slate-600\/80{ + caret-color: rgb(71 85 105 / 0.8); +} +.caret-slate-600\/90{ + caret-color: rgb(71 85 105 / 0.9); +} +.caret-slate-600\/95{ + caret-color: rgb(71 85 105 / 0.95); +} +.caret-slate-600\/100{ + caret-color: rgb(71 85 105 / 1); +} +.caret-slate-700\/0{ + caret-color: rgb(51 65 85 / 0); +} +.caret-slate-700\/5{ + caret-color: rgb(51 65 85 / 0.05); +} +.caret-slate-700\/10{ + caret-color: rgb(51 65 85 / 0.1); +} +.caret-slate-700\/20{ + caret-color: rgb(51 65 85 / 0.2); +} +.caret-slate-700\/25{ + caret-color: rgb(51 65 85 / 0.25); +} +.caret-slate-700\/30{ + caret-color: rgb(51 65 85 / 0.3); +} +.caret-slate-700\/40{ + caret-color: rgb(51 65 85 / 0.4); +} +.caret-slate-700\/50{ + caret-color: rgb(51 65 85 / 0.5); +} +.caret-slate-700\/60{ + caret-color: rgb(51 65 85 / 0.6); +} +.caret-slate-700\/70{ + caret-color: rgb(51 65 85 / 0.7); +} +.caret-slate-700\/75{ + caret-color: rgb(51 65 85 / 0.75); +} +.caret-slate-700\/80{ + caret-color: rgb(51 65 85 / 0.8); +} +.caret-slate-700\/90{ + caret-color: rgb(51 65 85 / 0.9); +} +.caret-slate-700\/95{ + caret-color: rgb(51 65 85 / 0.95); +} +.caret-slate-700\/100{ + caret-color: rgb(51 65 85 / 1); +} +.caret-slate-800\/0{ + caret-color: rgb(30 41 59 / 0); +} +.caret-slate-800\/5{ + caret-color: rgb(30 41 59 / 0.05); +} +.caret-slate-800\/10{ + caret-color: rgb(30 41 59 / 0.1); +} +.caret-slate-800\/20{ + caret-color: rgb(30 41 59 / 0.2); +} +.caret-slate-800\/25{ + caret-color: rgb(30 41 59 / 0.25); +} +.caret-slate-800\/30{ + caret-color: rgb(30 41 59 / 0.3); +} +.caret-slate-800\/40{ + caret-color: rgb(30 41 59 / 0.4); +} +.caret-slate-800\/50{ + caret-color: rgb(30 41 59 / 0.5); +} +.caret-slate-800\/60{ + caret-color: rgb(30 41 59 / 0.6); +} +.caret-slate-800\/70{ + caret-color: rgb(30 41 59 / 0.7); +} +.caret-slate-800\/75{ + caret-color: rgb(30 41 59 / 0.75); +} +.caret-slate-800\/80{ + caret-color: rgb(30 41 59 / 0.8); +} +.caret-slate-800\/90{ + caret-color: rgb(30 41 59 / 0.9); +} +.caret-slate-800\/95{ + caret-color: rgb(30 41 59 / 0.95); +} +.caret-slate-800\/100{ + caret-color: rgb(30 41 59 / 1); +} +.caret-slate-900\/0{ + caret-color: rgb(15 23 42 / 0); +} +.caret-slate-900\/5{ + caret-color: rgb(15 23 42 / 0.05); +} +.caret-slate-900\/10{ + caret-color: rgb(15 23 42 / 0.1); +} +.caret-slate-900\/20{ + caret-color: rgb(15 23 42 / 0.2); +} +.caret-slate-900\/25{ + caret-color: rgb(15 23 42 / 0.25); +} +.caret-slate-900\/30{ + caret-color: rgb(15 23 42 / 0.3); +} +.caret-slate-900\/40{ + caret-color: rgb(15 23 42 / 0.4); +} +.caret-slate-900\/50{ + caret-color: rgb(15 23 42 / 0.5); +} +.caret-slate-900\/60{ + caret-color: rgb(15 23 42 / 0.6); +} +.caret-slate-900\/70{ + caret-color: rgb(15 23 42 / 0.7); +} +.caret-slate-900\/75{ + caret-color: rgb(15 23 42 / 0.75); +} +.caret-slate-900\/80{ + caret-color: rgb(15 23 42 / 0.8); +} +.caret-slate-900\/90{ + caret-color: rgb(15 23 42 / 0.9); +} +.caret-slate-900\/95{ + caret-color: rgb(15 23 42 / 0.95); +} +.caret-slate-900\/100{ + caret-color: rgb(15 23 42 / 1); +} +.caret-gray-50\/0{ + caret-color: rgb(249 250 251 / 0); +} +.caret-gray-50\/5{ + caret-color: rgb(249 250 251 / 0.05); +} +.caret-gray-50\/10{ + caret-color: rgb(249 250 251 / 0.1); +} +.caret-gray-50\/20{ + caret-color: rgb(249 250 251 / 0.2); +} +.caret-gray-50\/25{ + caret-color: rgb(249 250 251 / 0.25); +} +.caret-gray-50\/30{ + caret-color: rgb(249 250 251 / 0.3); +} +.caret-gray-50\/40{ + caret-color: rgb(249 250 251 / 0.4); +} +.caret-gray-50\/50{ + caret-color: rgb(249 250 251 / 0.5); +} +.caret-gray-50\/60{ + caret-color: rgb(249 250 251 / 0.6); +} +.caret-gray-50\/70{ + caret-color: rgb(249 250 251 / 0.7); +} +.caret-gray-50\/75{ + caret-color: rgb(249 250 251 / 0.75); +} +.caret-gray-50\/80{ + caret-color: rgb(249 250 251 / 0.8); +} +.caret-gray-50\/90{ + caret-color: rgb(249 250 251 / 0.9); +} +.caret-gray-50\/95{ + caret-color: rgb(249 250 251 / 0.95); +} +.caret-gray-50\/100{ + caret-color: rgb(249 250 251 / 1); +} +.caret-gray-100\/0{ + caret-color: rgb(243 244 246 / 0); +} +.caret-gray-100\/5{ + caret-color: rgb(243 244 246 / 0.05); +} +.caret-gray-100\/10{ + caret-color: rgb(243 244 246 / 0.1); +} +.caret-gray-100\/20{ + caret-color: rgb(243 244 246 / 0.2); +} +.caret-gray-100\/25{ + caret-color: rgb(243 244 246 / 0.25); +} +.caret-gray-100\/30{ + caret-color: rgb(243 244 246 / 0.3); +} +.caret-gray-100\/40{ + caret-color: rgb(243 244 246 / 0.4); +} +.caret-gray-100\/50{ + caret-color: rgb(243 244 246 / 0.5); +} +.caret-gray-100\/60{ + caret-color: rgb(243 244 246 / 0.6); +} +.caret-gray-100\/70{ + caret-color: rgb(243 244 246 / 0.7); +} +.caret-gray-100\/75{ + caret-color: rgb(243 244 246 / 0.75); +} +.caret-gray-100\/80{ + caret-color: rgb(243 244 246 / 0.8); +} +.caret-gray-100\/90{ + caret-color: rgb(243 244 246 / 0.9); +} +.caret-gray-100\/95{ + caret-color: rgb(243 244 246 / 0.95); +} +.caret-gray-100\/100{ + caret-color: rgb(243 244 246 / 1); +} +.caret-gray-200\/0{ + caret-color: rgb(229 231 235 / 0); +} +.caret-gray-200\/5{ + caret-color: rgb(229 231 235 / 0.05); +} +.caret-gray-200\/10{ + caret-color: rgb(229 231 235 / 0.1); +} +.caret-gray-200\/20{ + caret-color: rgb(229 231 235 / 0.2); +} +.caret-gray-200\/25{ + caret-color: rgb(229 231 235 / 0.25); +} +.caret-gray-200\/30{ + caret-color: rgb(229 231 235 / 0.3); +} +.caret-gray-200\/40{ + caret-color: rgb(229 231 235 / 0.4); +} +.caret-gray-200\/50{ + caret-color: rgb(229 231 235 / 0.5); +} +.caret-gray-200\/60{ + caret-color: rgb(229 231 235 / 0.6); +} +.caret-gray-200\/70{ + caret-color: rgb(229 231 235 / 0.7); +} +.caret-gray-200\/75{ + caret-color: rgb(229 231 235 / 0.75); +} +.caret-gray-200\/80{ + caret-color: rgb(229 231 235 / 0.8); +} +.caret-gray-200\/90{ + caret-color: rgb(229 231 235 / 0.9); +} +.caret-gray-200\/95{ + caret-color: rgb(229 231 235 / 0.95); +} +.caret-gray-200\/100{ + caret-color: rgb(229 231 235 / 1); +} +.caret-gray-300\/0{ + caret-color: rgb(209 213 219 / 0); +} +.caret-gray-300\/5{ + caret-color: rgb(209 213 219 / 0.05); +} +.caret-gray-300\/10{ + caret-color: rgb(209 213 219 / 0.1); +} +.caret-gray-300\/20{ + caret-color: rgb(209 213 219 / 0.2); +} +.caret-gray-300\/25{ + caret-color: rgb(209 213 219 / 0.25); +} +.caret-gray-300\/30{ + caret-color: rgb(209 213 219 / 0.3); +} +.caret-gray-300\/40{ + caret-color: rgb(209 213 219 / 0.4); +} +.caret-gray-300\/50{ + caret-color: rgb(209 213 219 / 0.5); +} +.caret-gray-300\/60{ + caret-color: rgb(209 213 219 / 0.6); +} +.caret-gray-300\/70{ + caret-color: rgb(209 213 219 / 0.7); +} +.caret-gray-300\/75{ + caret-color: rgb(209 213 219 / 0.75); +} +.caret-gray-300\/80{ + caret-color: rgb(209 213 219 / 0.8); +} +.caret-gray-300\/90{ + caret-color: rgb(209 213 219 / 0.9); +} +.caret-gray-300\/95{ + caret-color: rgb(209 213 219 / 0.95); +} +.caret-gray-300\/100{ + caret-color: rgb(209 213 219 / 1); +} +.caret-gray-400\/0{ + caret-color: rgb(156 163 175 / 0); +} +.caret-gray-400\/5{ + caret-color: rgb(156 163 175 / 0.05); +} +.caret-gray-400\/10{ + caret-color: rgb(156 163 175 / 0.1); +} +.caret-gray-400\/20{ + caret-color: rgb(156 163 175 / 0.2); +} +.caret-gray-400\/25{ + caret-color: rgb(156 163 175 / 0.25); +} +.caret-gray-400\/30{ + caret-color: rgb(156 163 175 / 0.3); +} +.caret-gray-400\/40{ + caret-color: rgb(156 163 175 / 0.4); +} +.caret-gray-400\/50{ + caret-color: rgb(156 163 175 / 0.5); +} +.caret-gray-400\/60{ + caret-color: rgb(156 163 175 / 0.6); +} +.caret-gray-400\/70{ + caret-color: rgb(156 163 175 / 0.7); +} +.caret-gray-400\/75{ + caret-color: rgb(156 163 175 / 0.75); +} +.caret-gray-400\/80{ + caret-color: rgb(156 163 175 / 0.8); +} +.caret-gray-400\/90{ + caret-color: rgb(156 163 175 / 0.9); +} +.caret-gray-400\/95{ + caret-color: rgb(156 163 175 / 0.95); +} +.caret-gray-400\/100{ + caret-color: rgb(156 163 175 / 1); +} +.caret-gray-500\/0{ + caret-color: rgb(107 114 128 / 0); +} +.caret-gray-500\/5{ + caret-color: rgb(107 114 128 / 0.05); +} +.caret-gray-500\/10{ + caret-color: rgb(107 114 128 / 0.1); +} +.caret-gray-500\/20{ + caret-color: rgb(107 114 128 / 0.2); +} +.caret-gray-500\/25{ + caret-color: rgb(107 114 128 / 0.25); +} +.caret-gray-500\/30{ + caret-color: rgb(107 114 128 / 0.3); +} +.caret-gray-500\/40{ + caret-color: rgb(107 114 128 / 0.4); +} +.caret-gray-500\/50{ + caret-color: rgb(107 114 128 / 0.5); +} +.caret-gray-500\/60{ + caret-color: rgb(107 114 128 / 0.6); +} +.caret-gray-500\/70{ + caret-color: rgb(107 114 128 / 0.7); +} +.caret-gray-500\/75{ + caret-color: rgb(107 114 128 / 0.75); +} +.caret-gray-500\/80{ + caret-color: rgb(107 114 128 / 0.8); +} +.caret-gray-500\/90{ + caret-color: rgb(107 114 128 / 0.9); +} +.caret-gray-500\/95{ + caret-color: rgb(107 114 128 / 0.95); +} +.caret-gray-500\/100{ + caret-color: rgb(107 114 128 / 1); +} +.caret-gray-600\/0{ + caret-color: rgb(75 85 99 / 0); +} +.caret-gray-600\/5{ + caret-color: rgb(75 85 99 / 0.05); +} +.caret-gray-600\/10{ + caret-color: rgb(75 85 99 / 0.1); +} +.caret-gray-600\/20{ + caret-color: rgb(75 85 99 / 0.2); +} +.caret-gray-600\/25{ + caret-color: rgb(75 85 99 / 0.25); +} +.caret-gray-600\/30{ + caret-color: rgb(75 85 99 / 0.3); +} +.caret-gray-600\/40{ + caret-color: rgb(75 85 99 / 0.4); +} +.caret-gray-600\/50{ + caret-color: rgb(75 85 99 / 0.5); +} +.caret-gray-600\/60{ + caret-color: rgb(75 85 99 / 0.6); +} +.caret-gray-600\/70{ + caret-color: rgb(75 85 99 / 0.7); +} +.caret-gray-600\/75{ + caret-color: rgb(75 85 99 / 0.75); +} +.caret-gray-600\/80{ + caret-color: rgb(75 85 99 / 0.8); +} +.caret-gray-600\/90{ + caret-color: rgb(75 85 99 / 0.9); +} +.caret-gray-600\/95{ + caret-color: rgb(75 85 99 / 0.95); +} +.caret-gray-600\/100{ + caret-color: rgb(75 85 99 / 1); +} +.caret-gray-700\/0{ + caret-color: rgb(55 65 81 / 0); +} +.caret-gray-700\/5{ + caret-color: rgb(55 65 81 / 0.05); +} +.caret-gray-700\/10{ + caret-color: rgb(55 65 81 / 0.1); +} +.caret-gray-700\/20{ + caret-color: rgb(55 65 81 / 0.2); +} +.caret-gray-700\/25{ + caret-color: rgb(55 65 81 / 0.25); +} +.caret-gray-700\/30{ + caret-color: rgb(55 65 81 / 0.3); +} +.caret-gray-700\/40{ + caret-color: rgb(55 65 81 / 0.4); +} +.caret-gray-700\/50{ + caret-color: rgb(55 65 81 / 0.5); +} +.caret-gray-700\/60{ + caret-color: rgb(55 65 81 / 0.6); +} +.caret-gray-700\/70{ + caret-color: rgb(55 65 81 / 0.7); +} +.caret-gray-700\/75{ + caret-color: rgb(55 65 81 / 0.75); +} +.caret-gray-700\/80{ + caret-color: rgb(55 65 81 / 0.8); +} +.caret-gray-700\/90{ + caret-color: rgb(55 65 81 / 0.9); +} +.caret-gray-700\/95{ + caret-color: rgb(55 65 81 / 0.95); +} +.caret-gray-700\/100{ + caret-color: rgb(55 65 81 / 1); +} +.caret-gray-800\/0{ + caret-color: rgb(31 41 55 / 0); +} +.caret-gray-800\/5{ + caret-color: rgb(31 41 55 / 0.05); +} +.caret-gray-800\/10{ + caret-color: rgb(31 41 55 / 0.1); +} +.caret-gray-800\/20{ + caret-color: rgb(31 41 55 / 0.2); +} +.caret-gray-800\/25{ + caret-color: rgb(31 41 55 / 0.25); +} +.caret-gray-800\/30{ + caret-color: rgb(31 41 55 / 0.3); +} +.caret-gray-800\/40{ + caret-color: rgb(31 41 55 / 0.4); +} +.caret-gray-800\/50{ + caret-color: rgb(31 41 55 / 0.5); +} +.caret-gray-800\/60{ + caret-color: rgb(31 41 55 / 0.6); +} +.caret-gray-800\/70{ + caret-color: rgb(31 41 55 / 0.7); +} +.caret-gray-800\/75{ + caret-color: rgb(31 41 55 / 0.75); +} +.caret-gray-800\/80{ + caret-color: rgb(31 41 55 / 0.8); +} +.caret-gray-800\/90{ + caret-color: rgb(31 41 55 / 0.9); +} +.caret-gray-800\/95{ + caret-color: rgb(31 41 55 / 0.95); +} +.caret-gray-800\/100{ + caret-color: rgb(31 41 55 / 1); +} +.caret-gray-900\/0{ + caret-color: rgb(17 24 39 / 0); +} +.caret-gray-900\/5{ + caret-color: rgb(17 24 39 / 0.05); +} +.caret-gray-900\/10{ + caret-color: rgb(17 24 39 / 0.1); +} +.caret-gray-900\/20{ + caret-color: rgb(17 24 39 / 0.2); +} +.caret-gray-900\/25{ + caret-color: rgb(17 24 39 / 0.25); +} +.caret-gray-900\/30{ + caret-color: rgb(17 24 39 / 0.3); +} +.caret-gray-900\/40{ + caret-color: rgb(17 24 39 / 0.4); +} +.caret-gray-900\/50{ + caret-color: rgb(17 24 39 / 0.5); +} +.caret-gray-900\/60{ + caret-color: rgb(17 24 39 / 0.6); +} +.caret-gray-900\/70{ + caret-color: rgb(17 24 39 / 0.7); +} +.caret-gray-900\/75{ + caret-color: rgb(17 24 39 / 0.75); +} +.caret-gray-900\/80{ + caret-color: rgb(17 24 39 / 0.8); +} +.caret-gray-900\/90{ + caret-color: rgb(17 24 39 / 0.9); +} +.caret-gray-900\/95{ + caret-color: rgb(17 24 39 / 0.95); +} +.caret-gray-900\/100{ + caret-color: rgb(17 24 39 / 1); +} +.caret-zinc-50\/0{ + caret-color: rgb(250 250 250 / 0); +} +.caret-zinc-50\/5{ + caret-color: rgb(250 250 250 / 0.05); +} +.caret-zinc-50\/10{ + caret-color: rgb(250 250 250 / 0.1); +} +.caret-zinc-50\/20{ + caret-color: rgb(250 250 250 / 0.2); +} +.caret-zinc-50\/25{ + caret-color: rgb(250 250 250 / 0.25); +} +.caret-zinc-50\/30{ + caret-color: rgb(250 250 250 / 0.3); +} +.caret-zinc-50\/40{ + caret-color: rgb(250 250 250 / 0.4); +} +.caret-zinc-50\/50{ + caret-color: rgb(250 250 250 / 0.5); +} +.caret-zinc-50\/60{ + caret-color: rgb(250 250 250 / 0.6); +} +.caret-zinc-50\/70{ + caret-color: rgb(250 250 250 / 0.7); +} +.caret-zinc-50\/75{ + caret-color: rgb(250 250 250 / 0.75); +} +.caret-zinc-50\/80{ + caret-color: rgb(250 250 250 / 0.8); +} +.caret-zinc-50\/90{ + caret-color: rgb(250 250 250 / 0.9); +} +.caret-zinc-50\/95{ + caret-color: rgb(250 250 250 / 0.95); +} +.caret-zinc-50\/100{ + caret-color: rgb(250 250 250 / 1); +} +.caret-zinc-100\/0{ + caret-color: rgb(244 244 245 / 0); +} +.caret-zinc-100\/5{ + caret-color: rgb(244 244 245 / 0.05); +} +.caret-zinc-100\/10{ + caret-color: rgb(244 244 245 / 0.1); +} +.caret-zinc-100\/20{ + caret-color: rgb(244 244 245 / 0.2); +} +.caret-zinc-100\/25{ + caret-color: rgb(244 244 245 / 0.25); +} +.caret-zinc-100\/30{ + caret-color: rgb(244 244 245 / 0.3); +} +.caret-zinc-100\/40{ + caret-color: rgb(244 244 245 / 0.4); +} +.caret-zinc-100\/50{ + caret-color: rgb(244 244 245 / 0.5); +} +.caret-zinc-100\/60{ + caret-color: rgb(244 244 245 / 0.6); +} +.caret-zinc-100\/70{ + caret-color: rgb(244 244 245 / 0.7); +} +.caret-zinc-100\/75{ + caret-color: rgb(244 244 245 / 0.75); +} +.caret-zinc-100\/80{ + caret-color: rgb(244 244 245 / 0.8); +} +.caret-zinc-100\/90{ + caret-color: rgb(244 244 245 / 0.9); +} +.caret-zinc-100\/95{ + caret-color: rgb(244 244 245 / 0.95); +} +.caret-zinc-100\/100{ + caret-color: rgb(244 244 245 / 1); +} +.caret-zinc-200\/0{ + caret-color: rgb(228 228 231 / 0); +} +.caret-zinc-200\/5{ + caret-color: rgb(228 228 231 / 0.05); +} +.caret-zinc-200\/10{ + caret-color: rgb(228 228 231 / 0.1); +} +.caret-zinc-200\/20{ + caret-color: rgb(228 228 231 / 0.2); +} +.caret-zinc-200\/25{ + caret-color: rgb(228 228 231 / 0.25); +} +.caret-zinc-200\/30{ + caret-color: rgb(228 228 231 / 0.3); +} +.caret-zinc-200\/40{ + caret-color: rgb(228 228 231 / 0.4); +} +.caret-zinc-200\/50{ + caret-color: rgb(228 228 231 / 0.5); +} +.caret-zinc-200\/60{ + caret-color: rgb(228 228 231 / 0.6); +} +.caret-zinc-200\/70{ + caret-color: rgb(228 228 231 / 0.7); +} +.caret-zinc-200\/75{ + caret-color: rgb(228 228 231 / 0.75); +} +.caret-zinc-200\/80{ + caret-color: rgb(228 228 231 / 0.8); +} +.caret-zinc-200\/90{ + caret-color: rgb(228 228 231 / 0.9); +} +.caret-zinc-200\/95{ + caret-color: rgb(228 228 231 / 0.95); +} +.caret-zinc-200\/100{ + caret-color: rgb(228 228 231 / 1); +} +.caret-zinc-300\/0{ + caret-color: rgb(212 212 216 / 0); +} +.caret-zinc-300\/5{ + caret-color: rgb(212 212 216 / 0.05); +} +.caret-zinc-300\/10{ + caret-color: rgb(212 212 216 / 0.1); +} +.caret-zinc-300\/20{ + caret-color: rgb(212 212 216 / 0.2); +} +.caret-zinc-300\/25{ + caret-color: rgb(212 212 216 / 0.25); +} +.caret-zinc-300\/30{ + caret-color: rgb(212 212 216 / 0.3); +} +.caret-zinc-300\/40{ + caret-color: rgb(212 212 216 / 0.4); +} +.caret-zinc-300\/50{ + caret-color: rgb(212 212 216 / 0.5); +} +.caret-zinc-300\/60{ + caret-color: rgb(212 212 216 / 0.6); +} +.caret-zinc-300\/70{ + caret-color: rgb(212 212 216 / 0.7); +} +.caret-zinc-300\/75{ + caret-color: rgb(212 212 216 / 0.75); +} +.caret-zinc-300\/80{ + caret-color: rgb(212 212 216 / 0.8); +} +.caret-zinc-300\/90{ + caret-color: rgb(212 212 216 / 0.9); +} +.caret-zinc-300\/95{ + caret-color: rgb(212 212 216 / 0.95); +} +.caret-zinc-300\/100{ + caret-color: rgb(212 212 216 / 1); +} +.caret-zinc-400\/0{ + caret-color: rgb(161 161 170 / 0); +} +.caret-zinc-400\/5{ + caret-color: rgb(161 161 170 / 0.05); +} +.caret-zinc-400\/10{ + caret-color: rgb(161 161 170 / 0.1); +} +.caret-zinc-400\/20{ + caret-color: rgb(161 161 170 / 0.2); +} +.caret-zinc-400\/25{ + caret-color: rgb(161 161 170 / 0.25); +} +.caret-zinc-400\/30{ + caret-color: rgb(161 161 170 / 0.3); +} +.caret-zinc-400\/40{ + caret-color: rgb(161 161 170 / 0.4); +} +.caret-zinc-400\/50{ + caret-color: rgb(161 161 170 / 0.5); +} +.caret-zinc-400\/60{ + caret-color: rgb(161 161 170 / 0.6); +} +.caret-zinc-400\/70{ + caret-color: rgb(161 161 170 / 0.7); +} +.caret-zinc-400\/75{ + caret-color: rgb(161 161 170 / 0.75); +} +.caret-zinc-400\/80{ + caret-color: rgb(161 161 170 / 0.8); +} +.caret-zinc-400\/90{ + caret-color: rgb(161 161 170 / 0.9); +} +.caret-zinc-400\/95{ + caret-color: rgb(161 161 170 / 0.95); +} +.caret-zinc-400\/100{ + caret-color: rgb(161 161 170 / 1); +} +.caret-zinc-500\/0{ + caret-color: rgb(113 113 122 / 0); +} +.caret-zinc-500\/5{ + caret-color: rgb(113 113 122 / 0.05); +} +.caret-zinc-500\/10{ + caret-color: rgb(113 113 122 / 0.1); +} +.caret-zinc-500\/20{ + caret-color: rgb(113 113 122 / 0.2); +} +.caret-zinc-500\/25{ + caret-color: rgb(113 113 122 / 0.25); +} +.caret-zinc-500\/30{ + caret-color: rgb(113 113 122 / 0.3); +} +.caret-zinc-500\/40{ + caret-color: rgb(113 113 122 / 0.4); +} +.caret-zinc-500\/50{ + caret-color: rgb(113 113 122 / 0.5); +} +.caret-zinc-500\/60{ + caret-color: rgb(113 113 122 / 0.6); +} +.caret-zinc-500\/70{ + caret-color: rgb(113 113 122 / 0.7); +} +.caret-zinc-500\/75{ + caret-color: rgb(113 113 122 / 0.75); +} +.caret-zinc-500\/80{ + caret-color: rgb(113 113 122 / 0.8); +} +.caret-zinc-500\/90{ + caret-color: rgb(113 113 122 / 0.9); +} +.caret-zinc-500\/95{ + caret-color: rgb(113 113 122 / 0.95); +} +.caret-zinc-500\/100{ + caret-color: rgb(113 113 122 / 1); +} +.caret-zinc-600\/0{ + caret-color: rgb(82 82 91 / 0); +} +.caret-zinc-600\/5{ + caret-color: rgb(82 82 91 / 0.05); +} +.caret-zinc-600\/10{ + caret-color: rgb(82 82 91 / 0.1); +} +.caret-zinc-600\/20{ + caret-color: rgb(82 82 91 / 0.2); +} +.caret-zinc-600\/25{ + caret-color: rgb(82 82 91 / 0.25); +} +.caret-zinc-600\/30{ + caret-color: rgb(82 82 91 / 0.3); +} +.caret-zinc-600\/40{ + caret-color: rgb(82 82 91 / 0.4); +} +.caret-zinc-600\/50{ + caret-color: rgb(82 82 91 / 0.5); +} +.caret-zinc-600\/60{ + caret-color: rgb(82 82 91 / 0.6); +} +.caret-zinc-600\/70{ + caret-color: rgb(82 82 91 / 0.7); +} +.caret-zinc-600\/75{ + caret-color: rgb(82 82 91 / 0.75); +} +.caret-zinc-600\/80{ + caret-color: rgb(82 82 91 / 0.8); +} +.caret-zinc-600\/90{ + caret-color: rgb(82 82 91 / 0.9); +} +.caret-zinc-600\/95{ + caret-color: rgb(82 82 91 / 0.95); +} +.caret-zinc-600\/100{ + caret-color: rgb(82 82 91 / 1); +} +.caret-zinc-700\/0{ + caret-color: rgb(63 63 70 / 0); +} +.caret-zinc-700\/5{ + caret-color: rgb(63 63 70 / 0.05); +} +.caret-zinc-700\/10{ + caret-color: rgb(63 63 70 / 0.1); +} +.caret-zinc-700\/20{ + caret-color: rgb(63 63 70 / 0.2); +} +.caret-zinc-700\/25{ + caret-color: rgb(63 63 70 / 0.25); +} +.caret-zinc-700\/30{ + caret-color: rgb(63 63 70 / 0.3); +} +.caret-zinc-700\/40{ + caret-color: rgb(63 63 70 / 0.4); +} +.caret-zinc-700\/50{ + caret-color: rgb(63 63 70 / 0.5); +} +.caret-zinc-700\/60{ + caret-color: rgb(63 63 70 / 0.6); +} +.caret-zinc-700\/70{ + caret-color: rgb(63 63 70 / 0.7); +} +.caret-zinc-700\/75{ + caret-color: rgb(63 63 70 / 0.75); +} +.caret-zinc-700\/80{ + caret-color: rgb(63 63 70 / 0.8); +} +.caret-zinc-700\/90{ + caret-color: rgb(63 63 70 / 0.9); +} +.caret-zinc-700\/95{ + caret-color: rgb(63 63 70 / 0.95); +} +.caret-zinc-700\/100{ + caret-color: rgb(63 63 70 / 1); +} +.caret-zinc-800\/0{ + caret-color: rgb(39 39 42 / 0); +} +.caret-zinc-800\/5{ + caret-color: rgb(39 39 42 / 0.05); +} +.caret-zinc-800\/10{ + caret-color: rgb(39 39 42 / 0.1); +} +.caret-zinc-800\/20{ + caret-color: rgb(39 39 42 / 0.2); +} +.caret-zinc-800\/25{ + caret-color: rgb(39 39 42 / 0.25); +} +.caret-zinc-800\/30{ + caret-color: rgb(39 39 42 / 0.3); +} +.caret-zinc-800\/40{ + caret-color: rgb(39 39 42 / 0.4); +} +.caret-zinc-800\/50{ + caret-color: rgb(39 39 42 / 0.5); +} +.caret-zinc-800\/60{ + caret-color: rgb(39 39 42 / 0.6); +} +.caret-zinc-800\/70{ + caret-color: rgb(39 39 42 / 0.7); +} +.caret-zinc-800\/75{ + caret-color: rgb(39 39 42 / 0.75); +} +.caret-zinc-800\/80{ + caret-color: rgb(39 39 42 / 0.8); +} +.caret-zinc-800\/90{ + caret-color: rgb(39 39 42 / 0.9); +} +.caret-zinc-800\/95{ + caret-color: rgb(39 39 42 / 0.95); +} +.caret-zinc-800\/100{ + caret-color: rgb(39 39 42 / 1); +} +.caret-zinc-900\/0{ + caret-color: rgb(24 24 27 / 0); +} +.caret-zinc-900\/5{ + caret-color: rgb(24 24 27 / 0.05); +} +.caret-zinc-900\/10{ + caret-color: rgb(24 24 27 / 0.1); +} +.caret-zinc-900\/20{ + caret-color: rgb(24 24 27 / 0.2); +} +.caret-zinc-900\/25{ + caret-color: rgb(24 24 27 / 0.25); +} +.caret-zinc-900\/30{ + caret-color: rgb(24 24 27 / 0.3); +} +.caret-zinc-900\/40{ + caret-color: rgb(24 24 27 / 0.4); +} +.caret-zinc-900\/50{ + caret-color: rgb(24 24 27 / 0.5); +} +.caret-zinc-900\/60{ + caret-color: rgb(24 24 27 / 0.6); +} +.caret-zinc-900\/70{ + caret-color: rgb(24 24 27 / 0.7); +} +.caret-zinc-900\/75{ + caret-color: rgb(24 24 27 / 0.75); +} +.caret-zinc-900\/80{ + caret-color: rgb(24 24 27 / 0.8); +} +.caret-zinc-900\/90{ + caret-color: rgb(24 24 27 / 0.9); +} +.caret-zinc-900\/95{ + caret-color: rgb(24 24 27 / 0.95); +} +.caret-zinc-900\/100{ + caret-color: rgb(24 24 27 / 1); +} +.caret-neutral-50\/0{ + caret-color: rgb(250 250 250 / 0); +} +.caret-neutral-50\/5{ + caret-color: rgb(250 250 250 / 0.05); +} +.caret-neutral-50\/10{ + caret-color: rgb(250 250 250 / 0.1); +} +.caret-neutral-50\/20{ + caret-color: rgb(250 250 250 / 0.2); +} +.caret-neutral-50\/25{ + caret-color: rgb(250 250 250 / 0.25); +} +.caret-neutral-50\/30{ + caret-color: rgb(250 250 250 / 0.3); +} +.caret-neutral-50\/40{ + caret-color: rgb(250 250 250 / 0.4); +} +.caret-neutral-50\/50{ + caret-color: rgb(250 250 250 / 0.5); +} +.caret-neutral-50\/60{ + caret-color: rgb(250 250 250 / 0.6); +} +.caret-neutral-50\/70{ + caret-color: rgb(250 250 250 / 0.7); +} +.caret-neutral-50\/75{ + caret-color: rgb(250 250 250 / 0.75); +} +.caret-neutral-50\/80{ + caret-color: rgb(250 250 250 / 0.8); +} +.caret-neutral-50\/90{ + caret-color: rgb(250 250 250 / 0.9); +} +.caret-neutral-50\/95{ + caret-color: rgb(250 250 250 / 0.95); +} +.caret-neutral-50\/100{ + caret-color: rgb(250 250 250 / 1); +} +.caret-neutral-100\/0{ + caret-color: rgb(245 245 245 / 0); +} +.caret-neutral-100\/5{ + caret-color: rgb(245 245 245 / 0.05); +} +.caret-neutral-100\/10{ + caret-color: rgb(245 245 245 / 0.1); +} +.caret-neutral-100\/20{ + caret-color: rgb(245 245 245 / 0.2); +} +.caret-neutral-100\/25{ + caret-color: rgb(245 245 245 / 0.25); +} +.caret-neutral-100\/30{ + caret-color: rgb(245 245 245 / 0.3); +} +.caret-neutral-100\/40{ + caret-color: rgb(245 245 245 / 0.4); +} +.caret-neutral-100\/50{ + caret-color: rgb(245 245 245 / 0.5); +} +.caret-neutral-100\/60{ + caret-color: rgb(245 245 245 / 0.6); +} +.caret-neutral-100\/70{ + caret-color: rgb(245 245 245 / 0.7); +} +.caret-neutral-100\/75{ + caret-color: rgb(245 245 245 / 0.75); +} +.caret-neutral-100\/80{ + caret-color: rgb(245 245 245 / 0.8); +} +.caret-neutral-100\/90{ + caret-color: rgb(245 245 245 / 0.9); +} +.caret-neutral-100\/95{ + caret-color: rgb(245 245 245 / 0.95); +} +.caret-neutral-100\/100{ + caret-color: rgb(245 245 245 / 1); +} +.caret-neutral-200\/0{ + caret-color: rgb(229 229 229 / 0); +} +.caret-neutral-200\/5{ + caret-color: rgb(229 229 229 / 0.05); +} +.caret-neutral-200\/10{ + caret-color: rgb(229 229 229 / 0.1); +} +.caret-neutral-200\/20{ + caret-color: rgb(229 229 229 / 0.2); +} +.caret-neutral-200\/25{ + caret-color: rgb(229 229 229 / 0.25); +} +.caret-neutral-200\/30{ + caret-color: rgb(229 229 229 / 0.3); +} +.caret-neutral-200\/40{ + caret-color: rgb(229 229 229 / 0.4); +} +.caret-neutral-200\/50{ + caret-color: rgb(229 229 229 / 0.5); +} +.caret-neutral-200\/60{ + caret-color: rgb(229 229 229 / 0.6); +} +.caret-neutral-200\/70{ + caret-color: rgb(229 229 229 / 0.7); +} +.caret-neutral-200\/75{ + caret-color: rgb(229 229 229 / 0.75); +} +.caret-neutral-200\/80{ + caret-color: rgb(229 229 229 / 0.8); +} +.caret-neutral-200\/90{ + caret-color: rgb(229 229 229 / 0.9); +} +.caret-neutral-200\/95{ + caret-color: rgb(229 229 229 / 0.95); +} +.caret-neutral-200\/100{ + caret-color: rgb(229 229 229 / 1); +} +.caret-neutral-300\/0{ + caret-color: rgb(212 212 212 / 0); +} +.caret-neutral-300\/5{ + caret-color: rgb(212 212 212 / 0.05); +} +.caret-neutral-300\/10{ + caret-color: rgb(212 212 212 / 0.1); +} +.caret-neutral-300\/20{ + caret-color: rgb(212 212 212 / 0.2); +} +.caret-neutral-300\/25{ + caret-color: rgb(212 212 212 / 0.25); +} +.caret-neutral-300\/30{ + caret-color: rgb(212 212 212 / 0.3); +} +.caret-neutral-300\/40{ + caret-color: rgb(212 212 212 / 0.4); +} +.caret-neutral-300\/50{ + caret-color: rgb(212 212 212 / 0.5); +} +.caret-neutral-300\/60{ + caret-color: rgb(212 212 212 / 0.6); +} +.caret-neutral-300\/70{ + caret-color: rgb(212 212 212 / 0.7); +} +.caret-neutral-300\/75{ + caret-color: rgb(212 212 212 / 0.75); +} +.caret-neutral-300\/80{ + caret-color: rgb(212 212 212 / 0.8); +} +.caret-neutral-300\/90{ + caret-color: rgb(212 212 212 / 0.9); +} +.caret-neutral-300\/95{ + caret-color: rgb(212 212 212 / 0.95); +} +.caret-neutral-300\/100{ + caret-color: rgb(212 212 212 / 1); +} +.caret-neutral-400\/0{ + caret-color: rgb(163 163 163 / 0); +} +.caret-neutral-400\/5{ + caret-color: rgb(163 163 163 / 0.05); +} +.caret-neutral-400\/10{ + caret-color: rgb(163 163 163 / 0.1); +} +.caret-neutral-400\/20{ + caret-color: rgb(163 163 163 / 0.2); +} +.caret-neutral-400\/25{ + caret-color: rgb(163 163 163 / 0.25); +} +.caret-neutral-400\/30{ + caret-color: rgb(163 163 163 / 0.3); +} +.caret-neutral-400\/40{ + caret-color: rgb(163 163 163 / 0.4); +} +.caret-neutral-400\/50{ + caret-color: rgb(163 163 163 / 0.5); +} +.caret-neutral-400\/60{ + caret-color: rgb(163 163 163 / 0.6); +} +.caret-neutral-400\/70{ + caret-color: rgb(163 163 163 / 0.7); +} +.caret-neutral-400\/75{ + caret-color: rgb(163 163 163 / 0.75); +} +.caret-neutral-400\/80{ + caret-color: rgb(163 163 163 / 0.8); +} +.caret-neutral-400\/90{ + caret-color: rgb(163 163 163 / 0.9); +} +.caret-neutral-400\/95{ + caret-color: rgb(163 163 163 / 0.95); +} +.caret-neutral-400\/100{ + caret-color: rgb(163 163 163 / 1); +} +.caret-neutral-500\/0{ + caret-color: rgb(115 115 115 / 0); +} +.caret-neutral-500\/5{ + caret-color: rgb(115 115 115 / 0.05); +} +.caret-neutral-500\/10{ + caret-color: rgb(115 115 115 / 0.1); +} +.caret-neutral-500\/20{ + caret-color: rgb(115 115 115 / 0.2); +} +.caret-neutral-500\/25{ + caret-color: rgb(115 115 115 / 0.25); +} +.caret-neutral-500\/30{ + caret-color: rgb(115 115 115 / 0.3); +} +.caret-neutral-500\/40{ + caret-color: rgb(115 115 115 / 0.4); +} +.caret-neutral-500\/50{ + caret-color: rgb(115 115 115 / 0.5); +} +.caret-neutral-500\/60{ + caret-color: rgb(115 115 115 / 0.6); +} +.caret-neutral-500\/70{ + caret-color: rgb(115 115 115 / 0.7); +} +.caret-neutral-500\/75{ + caret-color: rgb(115 115 115 / 0.75); +} +.caret-neutral-500\/80{ + caret-color: rgb(115 115 115 / 0.8); +} +.caret-neutral-500\/90{ + caret-color: rgb(115 115 115 / 0.9); +} +.caret-neutral-500\/95{ + caret-color: rgb(115 115 115 / 0.95); +} +.caret-neutral-500\/100{ + caret-color: rgb(115 115 115 / 1); +} +.caret-neutral-600\/0{ + caret-color: rgb(82 82 82 / 0); +} +.caret-neutral-600\/5{ + caret-color: rgb(82 82 82 / 0.05); +} +.caret-neutral-600\/10{ + caret-color: rgb(82 82 82 / 0.1); +} +.caret-neutral-600\/20{ + caret-color: rgb(82 82 82 / 0.2); +} +.caret-neutral-600\/25{ + caret-color: rgb(82 82 82 / 0.25); +} +.caret-neutral-600\/30{ + caret-color: rgb(82 82 82 / 0.3); +} +.caret-neutral-600\/40{ + caret-color: rgb(82 82 82 / 0.4); +} +.caret-neutral-600\/50{ + caret-color: rgb(82 82 82 / 0.5); +} +.caret-neutral-600\/60{ + caret-color: rgb(82 82 82 / 0.6); +} +.caret-neutral-600\/70{ + caret-color: rgb(82 82 82 / 0.7); +} +.caret-neutral-600\/75{ + caret-color: rgb(82 82 82 / 0.75); +} +.caret-neutral-600\/80{ + caret-color: rgb(82 82 82 / 0.8); +} +.caret-neutral-600\/90{ + caret-color: rgb(82 82 82 / 0.9); +} +.caret-neutral-600\/95{ + caret-color: rgb(82 82 82 / 0.95); +} +.caret-neutral-600\/100{ + caret-color: rgb(82 82 82 / 1); +} +.caret-neutral-700\/0{ + caret-color: rgb(64 64 64 / 0); +} +.caret-neutral-700\/5{ + caret-color: rgb(64 64 64 / 0.05); +} +.caret-neutral-700\/10{ + caret-color: rgb(64 64 64 / 0.1); +} +.caret-neutral-700\/20{ + caret-color: rgb(64 64 64 / 0.2); +} +.caret-neutral-700\/25{ + caret-color: rgb(64 64 64 / 0.25); +} +.caret-neutral-700\/30{ + caret-color: rgb(64 64 64 / 0.3); +} +.caret-neutral-700\/40{ + caret-color: rgb(64 64 64 / 0.4); +} +.caret-neutral-700\/50{ + caret-color: rgb(64 64 64 / 0.5); +} +.caret-neutral-700\/60{ + caret-color: rgb(64 64 64 / 0.6); +} +.caret-neutral-700\/70{ + caret-color: rgb(64 64 64 / 0.7); +} +.caret-neutral-700\/75{ + caret-color: rgb(64 64 64 / 0.75); +} +.caret-neutral-700\/80{ + caret-color: rgb(64 64 64 / 0.8); +} +.caret-neutral-700\/90{ + caret-color: rgb(64 64 64 / 0.9); +} +.caret-neutral-700\/95{ + caret-color: rgb(64 64 64 / 0.95); +} +.caret-neutral-700\/100{ + caret-color: rgb(64 64 64 / 1); +} +.caret-neutral-800\/0{ + caret-color: rgb(38 38 38 / 0); +} +.caret-neutral-800\/5{ + caret-color: rgb(38 38 38 / 0.05); +} +.caret-neutral-800\/10{ + caret-color: rgb(38 38 38 / 0.1); +} +.caret-neutral-800\/20{ + caret-color: rgb(38 38 38 / 0.2); +} +.caret-neutral-800\/25{ + caret-color: rgb(38 38 38 / 0.25); +} +.caret-neutral-800\/30{ + caret-color: rgb(38 38 38 / 0.3); +} +.caret-neutral-800\/40{ + caret-color: rgb(38 38 38 / 0.4); +} +.caret-neutral-800\/50{ + caret-color: rgb(38 38 38 / 0.5); +} +.caret-neutral-800\/60{ + caret-color: rgb(38 38 38 / 0.6); +} +.caret-neutral-800\/70{ + caret-color: rgb(38 38 38 / 0.7); +} +.caret-neutral-800\/75{ + caret-color: rgb(38 38 38 / 0.75); +} +.caret-neutral-800\/80{ + caret-color: rgb(38 38 38 / 0.8); +} +.caret-neutral-800\/90{ + caret-color: rgb(38 38 38 / 0.9); +} +.caret-neutral-800\/95{ + caret-color: rgb(38 38 38 / 0.95); +} +.caret-neutral-800\/100{ + caret-color: rgb(38 38 38 / 1); +} +.caret-neutral-900\/0{ + caret-color: rgb(23 23 23 / 0); +} +.caret-neutral-900\/5{ + caret-color: rgb(23 23 23 / 0.05); +} +.caret-neutral-900\/10{ + caret-color: rgb(23 23 23 / 0.1); +} +.caret-neutral-900\/20{ + caret-color: rgb(23 23 23 / 0.2); +} +.caret-neutral-900\/25{ + caret-color: rgb(23 23 23 / 0.25); +} +.caret-neutral-900\/30{ + caret-color: rgb(23 23 23 / 0.3); +} +.caret-neutral-900\/40{ + caret-color: rgb(23 23 23 / 0.4); +} +.caret-neutral-900\/50{ + caret-color: rgb(23 23 23 / 0.5); +} +.caret-neutral-900\/60{ + caret-color: rgb(23 23 23 / 0.6); +} +.caret-neutral-900\/70{ + caret-color: rgb(23 23 23 / 0.7); +} +.caret-neutral-900\/75{ + caret-color: rgb(23 23 23 / 0.75); +} +.caret-neutral-900\/80{ + caret-color: rgb(23 23 23 / 0.8); +} +.caret-neutral-900\/90{ + caret-color: rgb(23 23 23 / 0.9); +} +.caret-neutral-900\/95{ + caret-color: rgb(23 23 23 / 0.95); +} +.caret-neutral-900\/100{ + caret-color: rgb(23 23 23 / 1); +} +.caret-stone-50\/0{ + caret-color: rgb(250 250 249 / 0); +} +.caret-stone-50\/5{ + caret-color: rgb(250 250 249 / 0.05); +} +.caret-stone-50\/10{ + caret-color: rgb(250 250 249 / 0.1); +} +.caret-stone-50\/20{ + caret-color: rgb(250 250 249 / 0.2); +} +.caret-stone-50\/25{ + caret-color: rgb(250 250 249 / 0.25); +} +.caret-stone-50\/30{ + caret-color: rgb(250 250 249 / 0.3); +} +.caret-stone-50\/40{ + caret-color: rgb(250 250 249 / 0.4); +} +.caret-stone-50\/50{ + caret-color: rgb(250 250 249 / 0.5); +} +.caret-stone-50\/60{ + caret-color: rgb(250 250 249 / 0.6); +} +.caret-stone-50\/70{ + caret-color: rgb(250 250 249 / 0.7); +} +.caret-stone-50\/75{ + caret-color: rgb(250 250 249 / 0.75); +} +.caret-stone-50\/80{ + caret-color: rgb(250 250 249 / 0.8); +} +.caret-stone-50\/90{ + caret-color: rgb(250 250 249 / 0.9); +} +.caret-stone-50\/95{ + caret-color: rgb(250 250 249 / 0.95); +} +.caret-stone-50\/100{ + caret-color: rgb(250 250 249 / 1); +} +.caret-stone-100\/0{ + caret-color: rgb(245 245 244 / 0); +} +.caret-stone-100\/5{ + caret-color: rgb(245 245 244 / 0.05); +} +.caret-stone-100\/10{ + caret-color: rgb(245 245 244 / 0.1); +} +.caret-stone-100\/20{ + caret-color: rgb(245 245 244 / 0.2); +} +.caret-stone-100\/25{ + caret-color: rgb(245 245 244 / 0.25); +} +.caret-stone-100\/30{ + caret-color: rgb(245 245 244 / 0.3); +} +.caret-stone-100\/40{ + caret-color: rgb(245 245 244 / 0.4); +} +.caret-stone-100\/50{ + caret-color: rgb(245 245 244 / 0.5); +} +.caret-stone-100\/60{ + caret-color: rgb(245 245 244 / 0.6); +} +.caret-stone-100\/70{ + caret-color: rgb(245 245 244 / 0.7); +} +.caret-stone-100\/75{ + caret-color: rgb(245 245 244 / 0.75); +} +.caret-stone-100\/80{ + caret-color: rgb(245 245 244 / 0.8); +} +.caret-stone-100\/90{ + caret-color: rgb(245 245 244 / 0.9); +} +.caret-stone-100\/95{ + caret-color: rgb(245 245 244 / 0.95); +} +.caret-stone-100\/100{ + caret-color: rgb(245 245 244 / 1); +} +.caret-stone-200\/0{ + caret-color: rgb(231 229 228 / 0); +} +.caret-stone-200\/5{ + caret-color: rgb(231 229 228 / 0.05); +} +.caret-stone-200\/10{ + caret-color: rgb(231 229 228 / 0.1); +} +.caret-stone-200\/20{ + caret-color: rgb(231 229 228 / 0.2); +} +.caret-stone-200\/25{ + caret-color: rgb(231 229 228 / 0.25); +} +.caret-stone-200\/30{ + caret-color: rgb(231 229 228 / 0.3); +} +.caret-stone-200\/40{ + caret-color: rgb(231 229 228 / 0.4); +} +.caret-stone-200\/50{ + caret-color: rgb(231 229 228 / 0.5); +} +.caret-stone-200\/60{ + caret-color: rgb(231 229 228 / 0.6); +} +.caret-stone-200\/70{ + caret-color: rgb(231 229 228 / 0.7); +} +.caret-stone-200\/75{ + caret-color: rgb(231 229 228 / 0.75); +} +.caret-stone-200\/80{ + caret-color: rgb(231 229 228 / 0.8); +} +.caret-stone-200\/90{ + caret-color: rgb(231 229 228 / 0.9); +} +.caret-stone-200\/95{ + caret-color: rgb(231 229 228 / 0.95); +} +.caret-stone-200\/100{ + caret-color: rgb(231 229 228 / 1); +} +.caret-stone-300\/0{ + caret-color: rgb(214 211 209 / 0); +} +.caret-stone-300\/5{ + caret-color: rgb(214 211 209 / 0.05); +} +.caret-stone-300\/10{ + caret-color: rgb(214 211 209 / 0.1); +} +.caret-stone-300\/20{ + caret-color: rgb(214 211 209 / 0.2); +} +.caret-stone-300\/25{ + caret-color: rgb(214 211 209 / 0.25); +} +.caret-stone-300\/30{ + caret-color: rgb(214 211 209 / 0.3); +} +.caret-stone-300\/40{ + caret-color: rgb(214 211 209 / 0.4); +} +.caret-stone-300\/50{ + caret-color: rgb(214 211 209 / 0.5); +} +.caret-stone-300\/60{ + caret-color: rgb(214 211 209 / 0.6); +} +.caret-stone-300\/70{ + caret-color: rgb(214 211 209 / 0.7); +} +.caret-stone-300\/75{ + caret-color: rgb(214 211 209 / 0.75); +} +.caret-stone-300\/80{ + caret-color: rgb(214 211 209 / 0.8); +} +.caret-stone-300\/90{ + caret-color: rgb(214 211 209 / 0.9); +} +.caret-stone-300\/95{ + caret-color: rgb(214 211 209 / 0.95); +} +.caret-stone-300\/100{ + caret-color: rgb(214 211 209 / 1); +} +.caret-stone-400\/0{ + caret-color: rgb(168 162 158 / 0); +} +.caret-stone-400\/5{ + caret-color: rgb(168 162 158 / 0.05); +} +.caret-stone-400\/10{ + caret-color: rgb(168 162 158 / 0.1); +} +.caret-stone-400\/20{ + caret-color: rgb(168 162 158 / 0.2); +} +.caret-stone-400\/25{ + caret-color: rgb(168 162 158 / 0.25); +} +.caret-stone-400\/30{ + caret-color: rgb(168 162 158 / 0.3); +} +.caret-stone-400\/40{ + caret-color: rgb(168 162 158 / 0.4); +} +.caret-stone-400\/50{ + caret-color: rgb(168 162 158 / 0.5); +} +.caret-stone-400\/60{ + caret-color: rgb(168 162 158 / 0.6); +} +.caret-stone-400\/70{ + caret-color: rgb(168 162 158 / 0.7); +} +.caret-stone-400\/75{ + caret-color: rgb(168 162 158 / 0.75); +} +.caret-stone-400\/80{ + caret-color: rgb(168 162 158 / 0.8); +} +.caret-stone-400\/90{ + caret-color: rgb(168 162 158 / 0.9); +} +.caret-stone-400\/95{ + caret-color: rgb(168 162 158 / 0.95); +} +.caret-stone-400\/100{ + caret-color: rgb(168 162 158 / 1); +} +.caret-stone-500\/0{ + caret-color: rgb(120 113 108 / 0); +} +.caret-stone-500\/5{ + caret-color: rgb(120 113 108 / 0.05); +} +.caret-stone-500\/10{ + caret-color: rgb(120 113 108 / 0.1); +} +.caret-stone-500\/20{ + caret-color: rgb(120 113 108 / 0.2); +} +.caret-stone-500\/25{ + caret-color: rgb(120 113 108 / 0.25); +} +.caret-stone-500\/30{ + caret-color: rgb(120 113 108 / 0.3); +} +.caret-stone-500\/40{ + caret-color: rgb(120 113 108 / 0.4); +} +.caret-stone-500\/50{ + caret-color: rgb(120 113 108 / 0.5); +} +.caret-stone-500\/60{ + caret-color: rgb(120 113 108 / 0.6); +} +.caret-stone-500\/70{ + caret-color: rgb(120 113 108 / 0.7); +} +.caret-stone-500\/75{ + caret-color: rgb(120 113 108 / 0.75); +} +.caret-stone-500\/80{ + caret-color: rgb(120 113 108 / 0.8); +} +.caret-stone-500\/90{ + caret-color: rgb(120 113 108 / 0.9); +} +.caret-stone-500\/95{ + caret-color: rgb(120 113 108 / 0.95); +} +.caret-stone-500\/100{ + caret-color: rgb(120 113 108 / 1); +} +.caret-stone-600\/0{ + caret-color: rgb(87 83 78 / 0); +} +.caret-stone-600\/5{ + caret-color: rgb(87 83 78 / 0.05); +} +.caret-stone-600\/10{ + caret-color: rgb(87 83 78 / 0.1); +} +.caret-stone-600\/20{ + caret-color: rgb(87 83 78 / 0.2); +} +.caret-stone-600\/25{ + caret-color: rgb(87 83 78 / 0.25); +} +.caret-stone-600\/30{ + caret-color: rgb(87 83 78 / 0.3); +} +.caret-stone-600\/40{ + caret-color: rgb(87 83 78 / 0.4); +} +.caret-stone-600\/50{ + caret-color: rgb(87 83 78 / 0.5); +} +.caret-stone-600\/60{ + caret-color: rgb(87 83 78 / 0.6); +} +.caret-stone-600\/70{ + caret-color: rgb(87 83 78 / 0.7); +} +.caret-stone-600\/75{ + caret-color: rgb(87 83 78 / 0.75); +} +.caret-stone-600\/80{ + caret-color: rgb(87 83 78 / 0.8); +} +.caret-stone-600\/90{ + caret-color: rgb(87 83 78 / 0.9); +} +.caret-stone-600\/95{ + caret-color: rgb(87 83 78 / 0.95); +} +.caret-stone-600\/100{ + caret-color: rgb(87 83 78 / 1); +} +.caret-stone-700\/0{ + caret-color: rgb(68 64 60 / 0); +} +.caret-stone-700\/5{ + caret-color: rgb(68 64 60 / 0.05); +} +.caret-stone-700\/10{ + caret-color: rgb(68 64 60 / 0.1); +} +.caret-stone-700\/20{ + caret-color: rgb(68 64 60 / 0.2); +} +.caret-stone-700\/25{ + caret-color: rgb(68 64 60 / 0.25); +} +.caret-stone-700\/30{ + caret-color: rgb(68 64 60 / 0.3); +} +.caret-stone-700\/40{ + caret-color: rgb(68 64 60 / 0.4); +} +.caret-stone-700\/50{ + caret-color: rgb(68 64 60 / 0.5); +} +.caret-stone-700\/60{ + caret-color: rgb(68 64 60 / 0.6); +} +.caret-stone-700\/70{ + caret-color: rgb(68 64 60 / 0.7); +} +.caret-stone-700\/75{ + caret-color: rgb(68 64 60 / 0.75); +} +.caret-stone-700\/80{ + caret-color: rgb(68 64 60 / 0.8); +} +.caret-stone-700\/90{ + caret-color: rgb(68 64 60 / 0.9); +} +.caret-stone-700\/95{ + caret-color: rgb(68 64 60 / 0.95); +} +.caret-stone-700\/100{ + caret-color: rgb(68 64 60 / 1); +} +.caret-stone-800\/0{ + caret-color: rgb(41 37 36 / 0); +} +.caret-stone-800\/5{ + caret-color: rgb(41 37 36 / 0.05); +} +.caret-stone-800\/10{ + caret-color: rgb(41 37 36 / 0.1); +} +.caret-stone-800\/20{ + caret-color: rgb(41 37 36 / 0.2); +} +.caret-stone-800\/25{ + caret-color: rgb(41 37 36 / 0.25); +} +.caret-stone-800\/30{ + caret-color: rgb(41 37 36 / 0.3); +} +.caret-stone-800\/40{ + caret-color: rgb(41 37 36 / 0.4); +} +.caret-stone-800\/50{ + caret-color: rgb(41 37 36 / 0.5); +} +.caret-stone-800\/60{ + caret-color: rgb(41 37 36 / 0.6); +} +.caret-stone-800\/70{ + caret-color: rgb(41 37 36 / 0.7); +} +.caret-stone-800\/75{ + caret-color: rgb(41 37 36 / 0.75); +} +.caret-stone-800\/80{ + caret-color: rgb(41 37 36 / 0.8); +} +.caret-stone-800\/90{ + caret-color: rgb(41 37 36 / 0.9); +} +.caret-stone-800\/95{ + caret-color: rgb(41 37 36 / 0.95); +} +.caret-stone-800\/100{ + caret-color: rgb(41 37 36 / 1); +} +.caret-stone-900\/0{ + caret-color: rgb(28 25 23 / 0); +} +.caret-stone-900\/5{ + caret-color: rgb(28 25 23 / 0.05); +} +.caret-stone-900\/10{ + caret-color: rgb(28 25 23 / 0.1); +} +.caret-stone-900\/20{ + caret-color: rgb(28 25 23 / 0.2); +} +.caret-stone-900\/25{ + caret-color: rgb(28 25 23 / 0.25); +} +.caret-stone-900\/30{ + caret-color: rgb(28 25 23 / 0.3); +} +.caret-stone-900\/40{ + caret-color: rgb(28 25 23 / 0.4); +} +.caret-stone-900\/50{ + caret-color: rgb(28 25 23 / 0.5); +} +.caret-stone-900\/60{ + caret-color: rgb(28 25 23 / 0.6); +} +.caret-stone-900\/70{ + caret-color: rgb(28 25 23 / 0.7); +} +.caret-stone-900\/75{ + caret-color: rgb(28 25 23 / 0.75); +} +.caret-stone-900\/80{ + caret-color: rgb(28 25 23 / 0.8); +} +.caret-stone-900\/90{ + caret-color: rgb(28 25 23 / 0.9); +} +.caret-stone-900\/95{ + caret-color: rgb(28 25 23 / 0.95); +} +.caret-stone-900\/100{ + caret-color: rgb(28 25 23 / 1); +} +.caret-red-50\/0{ + caret-color: rgb(252 242 242 / 0); +} +.caret-red-50\/5{ + caret-color: rgb(252 242 242 / 0.05); +} +.caret-red-50\/10{ + caret-color: rgb(252 242 242 / 0.1); +} +.caret-red-50\/20{ + caret-color: rgb(252 242 242 / 0.2); +} +.caret-red-50\/25{ + caret-color: rgb(252 242 242 / 0.25); +} +.caret-red-50\/30{ + caret-color: rgb(252 242 242 / 0.3); +} +.caret-red-50\/40{ + caret-color: rgb(252 242 242 / 0.4); +} +.caret-red-50\/50{ + caret-color: rgb(252 242 242 / 0.5); +} +.caret-red-50\/60{ + caret-color: rgb(252 242 242 / 0.6); +} +.caret-red-50\/70{ + caret-color: rgb(252 242 242 / 0.7); +} +.caret-red-50\/75{ + caret-color: rgb(252 242 242 / 0.75); +} +.caret-red-50\/80{ + caret-color: rgb(252 242 242 / 0.8); +} +.caret-red-50\/90{ + caret-color: rgb(252 242 242 / 0.9); +} +.caret-red-50\/95{ + caret-color: rgb(252 242 242 / 0.95); +} +.caret-red-50\/100{ + caret-color: rgb(252 242 242 / 1); +} +.caret-red-100\/0{ + caret-color: rgb(250 230 230 / 0); +} +.caret-red-100\/5{ + caret-color: rgb(250 230 230 / 0.05); +} +.caret-red-100\/10{ + caret-color: rgb(250 230 230 / 0.1); +} +.caret-red-100\/20{ + caret-color: rgb(250 230 230 / 0.2); +} +.caret-red-100\/25{ + caret-color: rgb(250 230 230 / 0.25); +} +.caret-red-100\/30{ + caret-color: rgb(250 230 230 / 0.3); +} +.caret-red-100\/40{ + caret-color: rgb(250 230 230 / 0.4); +} +.caret-red-100\/50{ + caret-color: rgb(250 230 230 / 0.5); +} +.caret-red-100\/60{ + caret-color: rgb(250 230 230 / 0.6); +} +.caret-red-100\/70{ + caret-color: rgb(250 230 230 / 0.7); +} +.caret-red-100\/75{ + caret-color: rgb(250 230 230 / 0.75); +} +.caret-red-100\/80{ + caret-color: rgb(250 230 230 / 0.8); +} +.caret-red-100\/90{ + caret-color: rgb(250 230 230 / 0.9); +} +.caret-red-100\/95{ + caret-color: rgb(250 230 230 / 0.95); +} +.caret-red-100\/100{ + caret-color: rgb(250 230 230 / 1); +} +.caret-red-200\/0{ + caret-color: rgb(242 191 191 / 0); +} +.caret-red-200\/5{ + caret-color: rgb(242 191 191 / 0.05); +} +.caret-red-200\/10{ + caret-color: rgb(242 191 191 / 0.1); +} +.caret-red-200\/20{ + caret-color: rgb(242 191 191 / 0.2); +} +.caret-red-200\/25{ + caret-color: rgb(242 191 191 / 0.25); +} +.caret-red-200\/30{ + caret-color: rgb(242 191 191 / 0.3); +} +.caret-red-200\/40{ + caret-color: rgb(242 191 191 / 0.4); +} +.caret-red-200\/50{ + caret-color: rgb(242 191 191 / 0.5); +} +.caret-red-200\/60{ + caret-color: rgb(242 191 191 / 0.6); +} +.caret-red-200\/70{ + caret-color: rgb(242 191 191 / 0.7); +} +.caret-red-200\/75{ + caret-color: rgb(242 191 191 / 0.75); +} +.caret-red-200\/80{ + caret-color: rgb(242 191 191 / 0.8); +} +.caret-red-200\/90{ + caret-color: rgb(242 191 191 / 0.9); +} +.caret-red-200\/95{ + caret-color: rgb(242 191 191 / 0.95); +} +.caret-red-200\/100{ + caret-color: rgb(242 191 191 / 1); +} +.caret-red-300\/0{ + caret-color: rgb(235 153 153 / 0); +} +.caret-red-300\/5{ + caret-color: rgb(235 153 153 / 0.05); +} +.caret-red-300\/10{ + caret-color: rgb(235 153 153 / 0.1); +} +.caret-red-300\/20{ + caret-color: rgb(235 153 153 / 0.2); +} +.caret-red-300\/25{ + caret-color: rgb(235 153 153 / 0.25); +} +.caret-red-300\/30{ + caret-color: rgb(235 153 153 / 0.3); +} +.caret-red-300\/40{ + caret-color: rgb(235 153 153 / 0.4); +} +.caret-red-300\/50{ + caret-color: rgb(235 153 153 / 0.5); +} +.caret-red-300\/60{ + caret-color: rgb(235 153 153 / 0.6); +} +.caret-red-300\/70{ + caret-color: rgb(235 153 153 / 0.7); +} +.caret-red-300\/75{ + caret-color: rgb(235 153 153 / 0.75); +} +.caret-red-300\/80{ + caret-color: rgb(235 153 153 / 0.8); +} +.caret-red-300\/90{ + caret-color: rgb(235 153 153 / 0.9); +} +.caret-red-300\/95{ + caret-color: rgb(235 153 153 / 0.95); +} +.caret-red-300\/100{ + caret-color: rgb(235 153 153 / 1); +} +.caret-red-400\/0{ + caret-color: rgb(219 77 77 / 0); +} +.caret-red-400\/5{ + caret-color: rgb(219 77 77 / 0.05); +} +.caret-red-400\/10{ + caret-color: rgb(219 77 77 / 0.1); +} +.caret-red-400\/20{ + caret-color: rgb(219 77 77 / 0.2); +} +.caret-red-400\/25{ + caret-color: rgb(219 77 77 / 0.25); +} +.caret-red-400\/30{ + caret-color: rgb(219 77 77 / 0.3); +} +.caret-red-400\/40{ + caret-color: rgb(219 77 77 / 0.4); +} +.caret-red-400\/50{ + caret-color: rgb(219 77 77 / 0.5); +} +.caret-red-400\/60{ + caret-color: rgb(219 77 77 / 0.6); +} +.caret-red-400\/70{ + caret-color: rgb(219 77 77 / 0.7); +} +.caret-red-400\/75{ + caret-color: rgb(219 77 77 / 0.75); +} +.caret-red-400\/80{ + caret-color: rgb(219 77 77 / 0.8); +} +.caret-red-400\/90{ + caret-color: rgb(219 77 77 / 0.9); +} +.caret-red-400\/95{ + caret-color: rgb(219 77 77 / 0.95); +} +.caret-red-400\/100{ + caret-color: rgb(219 77 77 / 1); +} +.caret-red-500\/0{ + caret-color: rgb(204 0 0 / 0); +} +.caret-red-500\/5{ + caret-color: rgb(204 0 0 / 0.05); +} +.caret-red-500\/10{ + caret-color: rgb(204 0 0 / 0.1); +} +.caret-red-500\/20{ + caret-color: rgb(204 0 0 / 0.2); +} +.caret-red-500\/25{ + caret-color: rgb(204 0 0 / 0.25); +} +.caret-red-500\/30{ + caret-color: rgb(204 0 0 / 0.3); +} +.caret-red-500\/40{ + caret-color: rgb(204 0 0 / 0.4); +} +.caret-red-500\/50{ + caret-color: rgb(204 0 0 / 0.5); +} +.caret-red-500\/60{ + caret-color: rgb(204 0 0 / 0.6); +} +.caret-red-500\/70{ + caret-color: rgb(204 0 0 / 0.7); +} +.caret-red-500\/75{ + caret-color: rgb(204 0 0 / 0.75); +} +.caret-red-500\/80{ + caret-color: rgb(204 0 0 / 0.8); +} +.caret-red-500\/90{ + caret-color: rgb(204 0 0 / 0.9); +} +.caret-red-500\/95{ + caret-color: rgb(204 0 0 / 0.95); +} +.caret-red-500\/100{ + caret-color: rgb(204 0 0 / 1); +} +.caret-red-600\/0{ + caret-color: rgb(184 0 0 / 0); +} +.caret-red-600\/5{ + caret-color: rgb(184 0 0 / 0.05); +} +.caret-red-600\/10{ + caret-color: rgb(184 0 0 / 0.1); +} +.caret-red-600\/20{ + caret-color: rgb(184 0 0 / 0.2); +} +.caret-red-600\/25{ + caret-color: rgb(184 0 0 / 0.25); +} +.caret-red-600\/30{ + caret-color: rgb(184 0 0 / 0.3); +} +.caret-red-600\/40{ + caret-color: rgb(184 0 0 / 0.4); +} +.caret-red-600\/50{ + caret-color: rgb(184 0 0 / 0.5); +} +.caret-red-600\/60{ + caret-color: rgb(184 0 0 / 0.6); +} +.caret-red-600\/70{ + caret-color: rgb(184 0 0 / 0.7); +} +.caret-red-600\/75{ + caret-color: rgb(184 0 0 / 0.75); +} +.caret-red-600\/80{ + caret-color: rgb(184 0 0 / 0.8); +} +.caret-red-600\/90{ + caret-color: rgb(184 0 0 / 0.9); +} +.caret-red-600\/95{ + caret-color: rgb(184 0 0 / 0.95); +} +.caret-red-600\/100{ + caret-color: rgb(184 0 0 / 1); +} +.caret-red-700\/0{ + caret-color: rgb(153 0 0 / 0); +} +.caret-red-700\/5{ + caret-color: rgb(153 0 0 / 0.05); +} +.caret-red-700\/10{ + caret-color: rgb(153 0 0 / 0.1); +} +.caret-red-700\/20{ + caret-color: rgb(153 0 0 / 0.2); +} +.caret-red-700\/25{ + caret-color: rgb(153 0 0 / 0.25); +} +.caret-red-700\/30{ + caret-color: rgb(153 0 0 / 0.3); +} +.caret-red-700\/40{ + caret-color: rgb(153 0 0 / 0.4); +} +.caret-red-700\/50{ + caret-color: rgb(153 0 0 / 0.5); +} +.caret-red-700\/60{ + caret-color: rgb(153 0 0 / 0.6); +} +.caret-red-700\/70{ + caret-color: rgb(153 0 0 / 0.7); +} +.caret-red-700\/75{ + caret-color: rgb(153 0 0 / 0.75); +} +.caret-red-700\/80{ + caret-color: rgb(153 0 0 / 0.8); +} +.caret-red-700\/90{ + caret-color: rgb(153 0 0 / 0.9); +} +.caret-red-700\/95{ + caret-color: rgb(153 0 0 / 0.95); +} +.caret-red-700\/100{ + caret-color: rgb(153 0 0 / 1); +} +.caret-red-800\/0{ + caret-color: rgb(122 0 0 / 0); +} +.caret-red-800\/5{ + caret-color: rgb(122 0 0 / 0.05); +} +.caret-red-800\/10{ + caret-color: rgb(122 0 0 / 0.1); +} +.caret-red-800\/20{ + caret-color: rgb(122 0 0 / 0.2); +} +.caret-red-800\/25{ + caret-color: rgb(122 0 0 / 0.25); +} +.caret-red-800\/30{ + caret-color: rgb(122 0 0 / 0.3); +} +.caret-red-800\/40{ + caret-color: rgb(122 0 0 / 0.4); +} +.caret-red-800\/50{ + caret-color: rgb(122 0 0 / 0.5); +} +.caret-red-800\/60{ + caret-color: rgb(122 0 0 / 0.6); +} +.caret-red-800\/70{ + caret-color: rgb(122 0 0 / 0.7); +} +.caret-red-800\/75{ + caret-color: rgb(122 0 0 / 0.75); +} +.caret-red-800\/80{ + caret-color: rgb(122 0 0 / 0.8); +} +.caret-red-800\/90{ + caret-color: rgb(122 0 0 / 0.9); +} +.caret-red-800\/95{ + caret-color: rgb(122 0 0 / 0.95); +} +.caret-red-800\/100{ + caret-color: rgb(122 0 0 / 1); +} +.caret-red-900\/0{ + caret-color: rgb(100 0 0 / 0); +} +.caret-red-900\/5{ + caret-color: rgb(100 0 0 / 0.05); +} +.caret-red-900\/10{ + caret-color: rgb(100 0 0 / 0.1); +} +.caret-red-900\/20{ + caret-color: rgb(100 0 0 / 0.2); +} +.caret-red-900\/25{ + caret-color: rgb(100 0 0 / 0.25); +} +.caret-red-900\/30{ + caret-color: rgb(100 0 0 / 0.3); +} +.caret-red-900\/40{ + caret-color: rgb(100 0 0 / 0.4); +} +.caret-red-900\/50{ + caret-color: rgb(100 0 0 / 0.5); +} +.caret-red-900\/60{ + caret-color: rgb(100 0 0 / 0.6); +} +.caret-red-900\/70{ + caret-color: rgb(100 0 0 / 0.7); +} +.caret-red-900\/75{ + caret-color: rgb(100 0 0 / 0.75); +} +.caret-red-900\/80{ + caret-color: rgb(100 0 0 / 0.8); +} +.caret-red-900\/90{ + caret-color: rgb(100 0 0 / 0.9); +} +.caret-red-900\/95{ + caret-color: rgb(100 0 0 / 0.95); +} +.caret-red-900\/100{ + caret-color: rgb(100 0 0 / 1); +} +.caret-red\/0{ + caret-color: rgb(204 0 0 / 0); +} +.caret-red\/5{ + caret-color: rgb(204 0 0 / 0.05); +} +.caret-red\/10{ + caret-color: rgb(204 0 0 / 0.1); +} +.caret-red\/20{ + caret-color: rgb(204 0 0 / 0.2); +} +.caret-red\/25{ + caret-color: rgb(204 0 0 / 0.25); +} +.caret-red\/30{ + caret-color: rgb(204 0 0 / 0.3); +} +.caret-red\/40{ + caret-color: rgb(204 0 0 / 0.4); +} +.caret-red\/50{ + caret-color: rgb(204 0 0 / 0.5); +} +.caret-red\/60{ + caret-color: rgb(204 0 0 / 0.6); +} +.caret-red\/70{ + caret-color: rgb(204 0 0 / 0.7); +} +.caret-red\/75{ + caret-color: rgb(204 0 0 / 0.75); +} +.caret-red\/80{ + caret-color: rgb(204 0 0 / 0.8); +} +.caret-red\/90{ + caret-color: rgb(204 0 0 / 0.9); +} +.caret-red\/95{ + caret-color: rgb(204 0 0 / 0.95); +} +.caret-red\/100{ + caret-color: rgb(204 0 0 / 1); +} +.caret-orange-50\/0{ + caret-color: rgb(255 250 243 / 0); +} +.caret-orange-50\/5{ + caret-color: rgb(255 250 243 / 0.05); +} +.caret-orange-50\/10{ + caret-color: rgb(255 250 243 / 0.1); +} +.caret-orange-50\/20{ + caret-color: rgb(255 250 243 / 0.2); +} +.caret-orange-50\/25{ + caret-color: rgb(255 250 243 / 0.25); +} +.caret-orange-50\/30{ + caret-color: rgb(255 250 243 / 0.3); +} +.caret-orange-50\/40{ + caret-color: rgb(255 250 243 / 0.4); +} +.caret-orange-50\/50{ + caret-color: rgb(255 250 243 / 0.5); +} +.caret-orange-50\/60{ + caret-color: rgb(255 250 243 / 0.6); +} +.caret-orange-50\/70{ + caret-color: rgb(255 250 243 / 0.7); +} +.caret-orange-50\/75{ + caret-color: rgb(255 250 243 / 0.75); +} +.caret-orange-50\/80{ + caret-color: rgb(255 250 243 / 0.8); +} +.caret-orange-50\/90{ + caret-color: rgb(255 250 243 / 0.9); +} +.caret-orange-50\/95{ + caret-color: rgb(255 250 243 / 0.95); +} +.caret-orange-50\/100{ + caret-color: rgb(255 250 243 / 1); +} +.caret-orange-100\/0{ + caret-color: rgb(254 245 231 / 0); +} +.caret-orange-100\/5{ + caret-color: rgb(254 245 231 / 0.05); +} +.caret-orange-100\/10{ + caret-color: rgb(254 245 231 / 0.1); +} +.caret-orange-100\/20{ + caret-color: rgb(254 245 231 / 0.2); +} +.caret-orange-100\/25{ + caret-color: rgb(254 245 231 / 0.25); +} +.caret-orange-100\/30{ + caret-color: rgb(254 245 231 / 0.3); +} +.caret-orange-100\/40{ + caret-color: rgb(254 245 231 / 0.4); +} +.caret-orange-100\/50{ + caret-color: rgb(254 245 231 / 0.5); +} +.caret-orange-100\/60{ + caret-color: rgb(254 245 231 / 0.6); +} +.caret-orange-100\/70{ + caret-color: rgb(254 245 231 / 0.7); +} +.caret-orange-100\/75{ + caret-color: rgb(254 245 231 / 0.75); +} +.caret-orange-100\/80{ + caret-color: rgb(254 245 231 / 0.8); +} +.caret-orange-100\/90{ + caret-color: rgb(254 245 231 / 0.9); +} +.caret-orange-100\/95{ + caret-color: rgb(254 245 231 / 0.95); +} +.caret-orange-100\/100{ + caret-color: rgb(254 245 231 / 1); +} +.caret-orange-200\/0{ + caret-color: rgb(253 231 194 / 0); +} +.caret-orange-200\/5{ + caret-color: rgb(253 231 194 / 0.05); +} +.caret-orange-200\/10{ + caret-color: rgb(253 231 194 / 0.1); +} +.caret-orange-200\/20{ + caret-color: rgb(253 231 194 / 0.2); +} +.caret-orange-200\/25{ + caret-color: rgb(253 231 194 / 0.25); +} +.caret-orange-200\/30{ + caret-color: rgb(253 231 194 / 0.3); +} +.caret-orange-200\/40{ + caret-color: rgb(253 231 194 / 0.4); +} +.caret-orange-200\/50{ + caret-color: rgb(253 231 194 / 0.5); +} +.caret-orange-200\/60{ + caret-color: rgb(253 231 194 / 0.6); +} +.caret-orange-200\/70{ + caret-color: rgb(253 231 194 / 0.7); +} +.caret-orange-200\/75{ + caret-color: rgb(253 231 194 / 0.75); +} +.caret-orange-200\/80{ + caret-color: rgb(253 231 194 / 0.8); +} +.caret-orange-200\/90{ + caret-color: rgb(253 231 194 / 0.9); +} +.caret-orange-200\/95{ + caret-color: rgb(253 231 194 / 0.95); +} +.caret-orange-200\/100{ + caret-color: rgb(253 231 194 / 1); +} +.caret-orange-300\/0{ + caret-color: rgb(251 216 157 / 0); +} +.caret-orange-300\/5{ + caret-color: rgb(251 216 157 / 0.05); +} +.caret-orange-300\/10{ + caret-color: rgb(251 216 157 / 0.1); +} +.caret-orange-300\/20{ + caret-color: rgb(251 216 157 / 0.2); +} +.caret-orange-300\/25{ + caret-color: rgb(251 216 157 / 0.25); +} +.caret-orange-300\/30{ + caret-color: rgb(251 216 157 / 0.3); +} +.caret-orange-300\/40{ + caret-color: rgb(251 216 157 / 0.4); +} +.caret-orange-300\/50{ + caret-color: rgb(251 216 157 / 0.5); +} +.caret-orange-300\/60{ + caret-color: rgb(251 216 157 / 0.6); +} +.caret-orange-300\/70{ + caret-color: rgb(251 216 157 / 0.7); +} +.caret-orange-300\/75{ + caret-color: rgb(251 216 157 / 0.75); +} +.caret-orange-300\/80{ + caret-color: rgb(251 216 157 / 0.8); +} +.caret-orange-300\/90{ + caret-color: rgb(251 216 157 / 0.9); +} +.caret-orange-300\/95{ + caret-color: rgb(251 216 157 / 0.95); +} +.caret-orange-300\/100{ + caret-color: rgb(251 216 157 / 1); +} +.caret-orange-400\/0{ + caret-color: rgb(248 187 84 / 0); +} +.caret-orange-400\/5{ + caret-color: rgb(248 187 84 / 0.05); +} +.caret-orange-400\/10{ + caret-color: rgb(248 187 84 / 0.1); +} +.caret-orange-400\/20{ + caret-color: rgb(248 187 84 / 0.2); +} +.caret-orange-400\/25{ + caret-color: rgb(248 187 84 / 0.25); +} +.caret-orange-400\/30{ + caret-color: rgb(248 187 84 / 0.3); +} +.caret-orange-400\/40{ + caret-color: rgb(248 187 84 / 0.4); +} +.caret-orange-400\/50{ + caret-color: rgb(248 187 84 / 0.5); +} +.caret-orange-400\/60{ + caret-color: rgb(248 187 84 / 0.6); +} +.caret-orange-400\/70{ + caret-color: rgb(248 187 84 / 0.7); +} +.caret-orange-400\/75{ + caret-color: rgb(248 187 84 / 0.75); +} +.caret-orange-400\/80{ + caret-color: rgb(248 187 84 / 0.8); +} +.caret-orange-400\/90{ + caret-color: rgb(248 187 84 / 0.9); +} +.caret-orange-400\/95{ + caret-color: rgb(248 187 84 / 0.95); +} +.caret-orange-400\/100{ + caret-color: rgb(248 187 84 / 1); +} +.caret-orange-500\/0{ + caret-color: rgb(245 158 11 / 0); +} +.caret-orange-500\/5{ + caret-color: rgb(245 158 11 / 0.05); +} +.caret-orange-500\/10{ + caret-color: rgb(245 158 11 / 0.1); +} +.caret-orange-500\/20{ + caret-color: rgb(245 158 11 / 0.2); +} +.caret-orange-500\/25{ + caret-color: rgb(245 158 11 / 0.25); +} +.caret-orange-500\/30{ + caret-color: rgb(245 158 11 / 0.3); +} +.caret-orange-500\/40{ + caret-color: rgb(245 158 11 / 0.4); +} +.caret-orange-500\/50{ + caret-color: rgb(245 158 11 / 0.5); +} +.caret-orange-500\/60{ + caret-color: rgb(245 158 11 / 0.6); +} +.caret-orange-500\/70{ + caret-color: rgb(245 158 11 / 0.7); +} +.caret-orange-500\/75{ + caret-color: rgb(245 158 11 / 0.75); +} +.caret-orange-500\/80{ + caret-color: rgb(245 158 11 / 0.8); +} +.caret-orange-500\/90{ + caret-color: rgb(245 158 11 / 0.9); +} +.caret-orange-500\/95{ + caret-color: rgb(245 158 11 / 0.95); +} +.caret-orange-500\/100{ + caret-color: rgb(245 158 11 / 1); +} +.caret-orange-600\/0{ + caret-color: rgb(221 142 10 / 0); +} +.caret-orange-600\/5{ + caret-color: rgb(221 142 10 / 0.05); +} +.caret-orange-600\/10{ + caret-color: rgb(221 142 10 / 0.1); +} +.caret-orange-600\/20{ + caret-color: rgb(221 142 10 / 0.2); +} +.caret-orange-600\/25{ + caret-color: rgb(221 142 10 / 0.25); +} +.caret-orange-600\/30{ + caret-color: rgb(221 142 10 / 0.3); +} +.caret-orange-600\/40{ + caret-color: rgb(221 142 10 / 0.4); +} +.caret-orange-600\/50{ + caret-color: rgb(221 142 10 / 0.5); +} +.caret-orange-600\/60{ + caret-color: rgb(221 142 10 / 0.6); +} +.caret-orange-600\/70{ + caret-color: rgb(221 142 10 / 0.7); +} +.caret-orange-600\/75{ + caret-color: rgb(221 142 10 / 0.75); +} +.caret-orange-600\/80{ + caret-color: rgb(221 142 10 / 0.8); +} +.caret-orange-600\/90{ + caret-color: rgb(221 142 10 / 0.9); +} +.caret-orange-600\/95{ + caret-color: rgb(221 142 10 / 0.95); +} +.caret-orange-600\/100{ + caret-color: rgb(221 142 10 / 1); +} +.caret-orange-700\/0{ + caret-color: rgb(184 119 8 / 0); +} +.caret-orange-700\/5{ + caret-color: rgb(184 119 8 / 0.05); +} +.caret-orange-700\/10{ + caret-color: rgb(184 119 8 / 0.1); +} +.caret-orange-700\/20{ + caret-color: rgb(184 119 8 / 0.2); +} +.caret-orange-700\/25{ + caret-color: rgb(184 119 8 / 0.25); +} +.caret-orange-700\/30{ + caret-color: rgb(184 119 8 / 0.3); +} +.caret-orange-700\/40{ + caret-color: rgb(184 119 8 / 0.4); +} +.caret-orange-700\/50{ + caret-color: rgb(184 119 8 / 0.5); +} +.caret-orange-700\/60{ + caret-color: rgb(184 119 8 / 0.6); +} +.caret-orange-700\/70{ + caret-color: rgb(184 119 8 / 0.7); +} +.caret-orange-700\/75{ + caret-color: rgb(184 119 8 / 0.75); +} +.caret-orange-700\/80{ + caret-color: rgb(184 119 8 / 0.8); +} +.caret-orange-700\/90{ + caret-color: rgb(184 119 8 / 0.9); +} +.caret-orange-700\/95{ + caret-color: rgb(184 119 8 / 0.95); +} +.caret-orange-700\/100{ + caret-color: rgb(184 119 8 / 1); +} +.caret-orange-800\/0{ + caret-color: rgb(147 95 7 / 0); +} +.caret-orange-800\/5{ + caret-color: rgb(147 95 7 / 0.05); +} +.caret-orange-800\/10{ + caret-color: rgb(147 95 7 / 0.1); +} +.caret-orange-800\/20{ + caret-color: rgb(147 95 7 / 0.2); +} +.caret-orange-800\/25{ + caret-color: rgb(147 95 7 / 0.25); +} +.caret-orange-800\/30{ + caret-color: rgb(147 95 7 / 0.3); +} +.caret-orange-800\/40{ + caret-color: rgb(147 95 7 / 0.4); +} +.caret-orange-800\/50{ + caret-color: rgb(147 95 7 / 0.5); +} +.caret-orange-800\/60{ + caret-color: rgb(147 95 7 / 0.6); +} +.caret-orange-800\/70{ + caret-color: rgb(147 95 7 / 0.7); +} +.caret-orange-800\/75{ + caret-color: rgb(147 95 7 / 0.75); +} +.caret-orange-800\/80{ + caret-color: rgb(147 95 7 / 0.8); +} +.caret-orange-800\/90{ + caret-color: rgb(147 95 7 / 0.9); +} +.caret-orange-800\/95{ + caret-color: rgb(147 95 7 / 0.95); +} +.caret-orange-800\/100{ + caret-color: rgb(147 95 7 / 1); +} +.caret-orange-900\/0{ + caret-color: rgb(120 77 5 / 0); +} +.caret-orange-900\/5{ + caret-color: rgb(120 77 5 / 0.05); +} +.caret-orange-900\/10{ + caret-color: rgb(120 77 5 / 0.1); +} +.caret-orange-900\/20{ + caret-color: rgb(120 77 5 / 0.2); +} +.caret-orange-900\/25{ + caret-color: rgb(120 77 5 / 0.25); +} +.caret-orange-900\/30{ + caret-color: rgb(120 77 5 / 0.3); +} +.caret-orange-900\/40{ + caret-color: rgb(120 77 5 / 0.4); +} +.caret-orange-900\/50{ + caret-color: rgb(120 77 5 / 0.5); +} +.caret-orange-900\/60{ + caret-color: rgb(120 77 5 / 0.6); +} +.caret-orange-900\/70{ + caret-color: rgb(120 77 5 / 0.7); +} +.caret-orange-900\/75{ + caret-color: rgb(120 77 5 / 0.75); +} +.caret-orange-900\/80{ + caret-color: rgb(120 77 5 / 0.8); +} +.caret-orange-900\/90{ + caret-color: rgb(120 77 5 / 0.9); +} +.caret-orange-900\/95{ + caret-color: rgb(120 77 5 / 0.95); +} +.caret-orange-900\/100{ + caret-color: rgb(120 77 5 / 1); +} +.caret-orange\/0{ + caret-color: rgb(245 158 11 / 0); +} +.caret-orange\/5{ + caret-color: rgb(245 158 11 / 0.05); +} +.caret-orange\/10{ + caret-color: rgb(245 158 11 / 0.1); +} +.caret-orange\/20{ + caret-color: rgb(245 158 11 / 0.2); +} +.caret-orange\/25{ + caret-color: rgb(245 158 11 / 0.25); +} +.caret-orange\/30{ + caret-color: rgb(245 158 11 / 0.3); +} +.caret-orange\/40{ + caret-color: rgb(245 158 11 / 0.4); +} +.caret-orange\/50{ + caret-color: rgb(245 158 11 / 0.5); +} +.caret-orange\/60{ + caret-color: rgb(245 158 11 / 0.6); +} +.caret-orange\/70{ + caret-color: rgb(245 158 11 / 0.7); +} +.caret-orange\/75{ + caret-color: rgb(245 158 11 / 0.75); +} +.caret-orange\/80{ + caret-color: rgb(245 158 11 / 0.8); +} +.caret-orange\/90{ + caret-color: rgb(245 158 11 / 0.9); +} +.caret-orange\/95{ + caret-color: rgb(245 158 11 / 0.95); +} +.caret-orange\/100{ + caret-color: rgb(245 158 11 / 1); +} +.caret-amber-50\/0{ + caret-color: rgb(255 251 235 / 0); +} +.caret-amber-50\/5{ + caret-color: rgb(255 251 235 / 0.05); +} +.caret-amber-50\/10{ + caret-color: rgb(255 251 235 / 0.1); +} +.caret-amber-50\/20{ + caret-color: rgb(255 251 235 / 0.2); +} +.caret-amber-50\/25{ + caret-color: rgb(255 251 235 / 0.25); +} +.caret-amber-50\/30{ + caret-color: rgb(255 251 235 / 0.3); +} +.caret-amber-50\/40{ + caret-color: rgb(255 251 235 / 0.4); +} +.caret-amber-50\/50{ + caret-color: rgb(255 251 235 / 0.5); +} +.caret-amber-50\/60{ + caret-color: rgb(255 251 235 / 0.6); +} +.caret-amber-50\/70{ + caret-color: rgb(255 251 235 / 0.7); +} +.caret-amber-50\/75{ + caret-color: rgb(255 251 235 / 0.75); +} +.caret-amber-50\/80{ + caret-color: rgb(255 251 235 / 0.8); +} +.caret-amber-50\/90{ + caret-color: rgb(255 251 235 / 0.9); +} +.caret-amber-50\/95{ + caret-color: rgb(255 251 235 / 0.95); +} +.caret-amber-50\/100{ + caret-color: rgb(255 251 235 / 1); +} +.caret-amber-100\/0{ + caret-color: rgb(254 243 199 / 0); +} +.caret-amber-100\/5{ + caret-color: rgb(254 243 199 / 0.05); +} +.caret-amber-100\/10{ + caret-color: rgb(254 243 199 / 0.1); +} +.caret-amber-100\/20{ + caret-color: rgb(254 243 199 / 0.2); +} +.caret-amber-100\/25{ + caret-color: rgb(254 243 199 / 0.25); +} +.caret-amber-100\/30{ + caret-color: rgb(254 243 199 / 0.3); +} +.caret-amber-100\/40{ + caret-color: rgb(254 243 199 / 0.4); +} +.caret-amber-100\/50{ + caret-color: rgb(254 243 199 / 0.5); +} +.caret-amber-100\/60{ + caret-color: rgb(254 243 199 / 0.6); +} +.caret-amber-100\/70{ + caret-color: rgb(254 243 199 / 0.7); +} +.caret-amber-100\/75{ + caret-color: rgb(254 243 199 / 0.75); +} +.caret-amber-100\/80{ + caret-color: rgb(254 243 199 / 0.8); +} +.caret-amber-100\/90{ + caret-color: rgb(254 243 199 / 0.9); +} +.caret-amber-100\/95{ + caret-color: rgb(254 243 199 / 0.95); +} +.caret-amber-100\/100{ + caret-color: rgb(254 243 199 / 1); +} +.caret-amber-200\/0{ + caret-color: rgb(253 230 138 / 0); +} +.caret-amber-200\/5{ + caret-color: rgb(253 230 138 / 0.05); +} +.caret-amber-200\/10{ + caret-color: rgb(253 230 138 / 0.1); +} +.caret-amber-200\/20{ + caret-color: rgb(253 230 138 / 0.2); +} +.caret-amber-200\/25{ + caret-color: rgb(253 230 138 / 0.25); +} +.caret-amber-200\/30{ + caret-color: rgb(253 230 138 / 0.3); +} +.caret-amber-200\/40{ + caret-color: rgb(253 230 138 / 0.4); +} +.caret-amber-200\/50{ + caret-color: rgb(253 230 138 / 0.5); +} +.caret-amber-200\/60{ + caret-color: rgb(253 230 138 / 0.6); +} +.caret-amber-200\/70{ + caret-color: rgb(253 230 138 / 0.7); +} +.caret-amber-200\/75{ + caret-color: rgb(253 230 138 / 0.75); +} +.caret-amber-200\/80{ + caret-color: rgb(253 230 138 / 0.8); +} +.caret-amber-200\/90{ + caret-color: rgb(253 230 138 / 0.9); +} +.caret-amber-200\/95{ + caret-color: rgb(253 230 138 / 0.95); +} +.caret-amber-200\/100{ + caret-color: rgb(253 230 138 / 1); +} +.caret-amber-300\/0{ + caret-color: rgb(252 211 77 / 0); +} +.caret-amber-300\/5{ + caret-color: rgb(252 211 77 / 0.05); +} +.caret-amber-300\/10{ + caret-color: rgb(252 211 77 / 0.1); +} +.caret-amber-300\/20{ + caret-color: rgb(252 211 77 / 0.2); +} +.caret-amber-300\/25{ + caret-color: rgb(252 211 77 / 0.25); +} +.caret-amber-300\/30{ + caret-color: rgb(252 211 77 / 0.3); +} +.caret-amber-300\/40{ + caret-color: rgb(252 211 77 / 0.4); +} +.caret-amber-300\/50{ + caret-color: rgb(252 211 77 / 0.5); +} +.caret-amber-300\/60{ + caret-color: rgb(252 211 77 / 0.6); +} +.caret-amber-300\/70{ + caret-color: rgb(252 211 77 / 0.7); +} +.caret-amber-300\/75{ + caret-color: rgb(252 211 77 / 0.75); +} +.caret-amber-300\/80{ + caret-color: rgb(252 211 77 / 0.8); +} +.caret-amber-300\/90{ + caret-color: rgb(252 211 77 / 0.9); +} +.caret-amber-300\/95{ + caret-color: rgb(252 211 77 / 0.95); +} +.caret-amber-300\/100{ + caret-color: rgb(252 211 77 / 1); +} +.caret-amber-400\/0{ + caret-color: rgb(251 191 36 / 0); +} +.caret-amber-400\/5{ + caret-color: rgb(251 191 36 / 0.05); +} +.caret-amber-400\/10{ + caret-color: rgb(251 191 36 / 0.1); +} +.caret-amber-400\/20{ + caret-color: rgb(251 191 36 / 0.2); +} +.caret-amber-400\/25{ + caret-color: rgb(251 191 36 / 0.25); +} +.caret-amber-400\/30{ + caret-color: rgb(251 191 36 / 0.3); +} +.caret-amber-400\/40{ + caret-color: rgb(251 191 36 / 0.4); +} +.caret-amber-400\/50{ + caret-color: rgb(251 191 36 / 0.5); +} +.caret-amber-400\/60{ + caret-color: rgb(251 191 36 / 0.6); +} +.caret-amber-400\/70{ + caret-color: rgb(251 191 36 / 0.7); +} +.caret-amber-400\/75{ + caret-color: rgb(251 191 36 / 0.75); +} +.caret-amber-400\/80{ + caret-color: rgb(251 191 36 / 0.8); +} +.caret-amber-400\/90{ + caret-color: rgb(251 191 36 / 0.9); +} +.caret-amber-400\/95{ + caret-color: rgb(251 191 36 / 0.95); +} +.caret-amber-400\/100{ + caret-color: rgb(251 191 36 / 1); +} +.caret-amber-500\/0{ + caret-color: rgb(245 158 11 / 0); +} +.caret-amber-500\/5{ + caret-color: rgb(245 158 11 / 0.05); +} +.caret-amber-500\/10{ + caret-color: rgb(245 158 11 / 0.1); +} +.caret-amber-500\/20{ + caret-color: rgb(245 158 11 / 0.2); +} +.caret-amber-500\/25{ + caret-color: rgb(245 158 11 / 0.25); +} +.caret-amber-500\/30{ + caret-color: rgb(245 158 11 / 0.3); +} +.caret-amber-500\/40{ + caret-color: rgb(245 158 11 / 0.4); +} +.caret-amber-500\/50{ + caret-color: rgb(245 158 11 / 0.5); +} +.caret-amber-500\/60{ + caret-color: rgb(245 158 11 / 0.6); +} +.caret-amber-500\/70{ + caret-color: rgb(245 158 11 / 0.7); +} +.caret-amber-500\/75{ + caret-color: rgb(245 158 11 / 0.75); +} +.caret-amber-500\/80{ + caret-color: rgb(245 158 11 / 0.8); +} +.caret-amber-500\/90{ + caret-color: rgb(245 158 11 / 0.9); +} +.caret-amber-500\/95{ + caret-color: rgb(245 158 11 / 0.95); +} +.caret-amber-500\/100{ + caret-color: rgb(245 158 11 / 1); +} +.caret-amber-600\/0{ + caret-color: rgb(217 119 6 / 0); +} +.caret-amber-600\/5{ + caret-color: rgb(217 119 6 / 0.05); +} +.caret-amber-600\/10{ + caret-color: rgb(217 119 6 / 0.1); +} +.caret-amber-600\/20{ + caret-color: rgb(217 119 6 / 0.2); +} +.caret-amber-600\/25{ + caret-color: rgb(217 119 6 / 0.25); +} +.caret-amber-600\/30{ + caret-color: rgb(217 119 6 / 0.3); +} +.caret-amber-600\/40{ + caret-color: rgb(217 119 6 / 0.4); +} +.caret-amber-600\/50{ + caret-color: rgb(217 119 6 / 0.5); +} +.caret-amber-600\/60{ + caret-color: rgb(217 119 6 / 0.6); +} +.caret-amber-600\/70{ + caret-color: rgb(217 119 6 / 0.7); +} +.caret-amber-600\/75{ + caret-color: rgb(217 119 6 / 0.75); +} +.caret-amber-600\/80{ + caret-color: rgb(217 119 6 / 0.8); +} +.caret-amber-600\/90{ + caret-color: rgb(217 119 6 / 0.9); +} +.caret-amber-600\/95{ + caret-color: rgb(217 119 6 / 0.95); +} +.caret-amber-600\/100{ + caret-color: rgb(217 119 6 / 1); +} +.caret-amber-700\/0{ + caret-color: rgb(180 83 9 / 0); +} +.caret-amber-700\/5{ + caret-color: rgb(180 83 9 / 0.05); +} +.caret-amber-700\/10{ + caret-color: rgb(180 83 9 / 0.1); +} +.caret-amber-700\/20{ + caret-color: rgb(180 83 9 / 0.2); +} +.caret-amber-700\/25{ + caret-color: rgb(180 83 9 / 0.25); +} +.caret-amber-700\/30{ + caret-color: rgb(180 83 9 / 0.3); +} +.caret-amber-700\/40{ + caret-color: rgb(180 83 9 / 0.4); +} +.caret-amber-700\/50{ + caret-color: rgb(180 83 9 / 0.5); +} +.caret-amber-700\/60{ + caret-color: rgb(180 83 9 / 0.6); +} +.caret-amber-700\/70{ + caret-color: rgb(180 83 9 / 0.7); +} +.caret-amber-700\/75{ + caret-color: rgb(180 83 9 / 0.75); +} +.caret-amber-700\/80{ + caret-color: rgb(180 83 9 / 0.8); +} +.caret-amber-700\/90{ + caret-color: rgb(180 83 9 / 0.9); +} +.caret-amber-700\/95{ + caret-color: rgb(180 83 9 / 0.95); +} +.caret-amber-700\/100{ + caret-color: rgb(180 83 9 / 1); +} +.caret-amber-800\/0{ + caret-color: rgb(146 64 14 / 0); +} +.caret-amber-800\/5{ + caret-color: rgb(146 64 14 / 0.05); +} +.caret-amber-800\/10{ + caret-color: rgb(146 64 14 / 0.1); +} +.caret-amber-800\/20{ + caret-color: rgb(146 64 14 / 0.2); +} +.caret-amber-800\/25{ + caret-color: rgb(146 64 14 / 0.25); +} +.caret-amber-800\/30{ + caret-color: rgb(146 64 14 / 0.3); +} +.caret-amber-800\/40{ + caret-color: rgb(146 64 14 / 0.4); +} +.caret-amber-800\/50{ + caret-color: rgb(146 64 14 / 0.5); +} +.caret-amber-800\/60{ + caret-color: rgb(146 64 14 / 0.6); +} +.caret-amber-800\/70{ + caret-color: rgb(146 64 14 / 0.7); +} +.caret-amber-800\/75{ + caret-color: rgb(146 64 14 / 0.75); +} +.caret-amber-800\/80{ + caret-color: rgb(146 64 14 / 0.8); +} +.caret-amber-800\/90{ + caret-color: rgb(146 64 14 / 0.9); +} +.caret-amber-800\/95{ + caret-color: rgb(146 64 14 / 0.95); +} +.caret-amber-800\/100{ + caret-color: rgb(146 64 14 / 1); +} +.caret-amber-900\/0{ + caret-color: rgb(120 53 15 / 0); +} +.caret-amber-900\/5{ + caret-color: rgb(120 53 15 / 0.05); +} +.caret-amber-900\/10{ + caret-color: rgb(120 53 15 / 0.1); +} +.caret-amber-900\/20{ + caret-color: rgb(120 53 15 / 0.2); +} +.caret-amber-900\/25{ + caret-color: rgb(120 53 15 / 0.25); +} +.caret-amber-900\/30{ + caret-color: rgb(120 53 15 / 0.3); +} +.caret-amber-900\/40{ + caret-color: rgb(120 53 15 / 0.4); +} +.caret-amber-900\/50{ + caret-color: rgb(120 53 15 / 0.5); +} +.caret-amber-900\/60{ + caret-color: rgb(120 53 15 / 0.6); +} +.caret-amber-900\/70{ + caret-color: rgb(120 53 15 / 0.7); +} +.caret-amber-900\/75{ + caret-color: rgb(120 53 15 / 0.75); +} +.caret-amber-900\/80{ + caret-color: rgb(120 53 15 / 0.8); +} +.caret-amber-900\/90{ + caret-color: rgb(120 53 15 / 0.9); +} +.caret-amber-900\/95{ + caret-color: rgb(120 53 15 / 0.95); +} +.caret-amber-900\/100{ + caret-color: rgb(120 53 15 / 1); +} +.caret-yellow-50\/0{ + caret-color: rgb(253 253 234 / 0); +} +.caret-yellow-50\/5{ + caret-color: rgb(253 253 234 / 0.05); +} +.caret-yellow-50\/10{ + caret-color: rgb(253 253 234 / 0.1); +} +.caret-yellow-50\/20{ + caret-color: rgb(253 253 234 / 0.2); +} +.caret-yellow-50\/25{ + caret-color: rgb(253 253 234 / 0.25); +} +.caret-yellow-50\/30{ + caret-color: rgb(253 253 234 / 0.3); +} +.caret-yellow-50\/40{ + caret-color: rgb(253 253 234 / 0.4); +} +.caret-yellow-50\/50{ + caret-color: rgb(253 253 234 / 0.5); +} +.caret-yellow-50\/60{ + caret-color: rgb(253 253 234 / 0.6); +} +.caret-yellow-50\/70{ + caret-color: rgb(253 253 234 / 0.7); +} +.caret-yellow-50\/75{ + caret-color: rgb(253 253 234 / 0.75); +} +.caret-yellow-50\/80{ + caret-color: rgb(253 253 234 / 0.8); +} +.caret-yellow-50\/90{ + caret-color: rgb(253 253 234 / 0.9); +} +.caret-yellow-50\/95{ + caret-color: rgb(253 253 234 / 0.95); +} +.caret-yellow-50\/100{ + caret-color: rgb(253 253 234 / 1); +} +.caret-yellow-100\/0{ + caret-color: rgb(253 246 178 / 0); +} +.caret-yellow-100\/5{ + caret-color: rgb(253 246 178 / 0.05); +} +.caret-yellow-100\/10{ + caret-color: rgb(253 246 178 / 0.1); +} +.caret-yellow-100\/20{ + caret-color: rgb(253 246 178 / 0.2); +} +.caret-yellow-100\/25{ + caret-color: rgb(253 246 178 / 0.25); +} +.caret-yellow-100\/30{ + caret-color: rgb(253 246 178 / 0.3); +} +.caret-yellow-100\/40{ + caret-color: rgb(253 246 178 / 0.4); +} +.caret-yellow-100\/50{ + caret-color: rgb(253 246 178 / 0.5); +} +.caret-yellow-100\/60{ + caret-color: rgb(253 246 178 / 0.6); +} +.caret-yellow-100\/70{ + caret-color: rgb(253 246 178 / 0.7); +} +.caret-yellow-100\/75{ + caret-color: rgb(253 246 178 / 0.75); +} +.caret-yellow-100\/80{ + caret-color: rgb(253 246 178 / 0.8); +} +.caret-yellow-100\/90{ + caret-color: rgb(253 246 178 / 0.9); +} +.caret-yellow-100\/95{ + caret-color: rgb(253 246 178 / 0.95); +} +.caret-yellow-100\/100{ + caret-color: rgb(253 246 178 / 1); +} +.caret-yellow-200\/0{ + caret-color: rgb(252 233 106 / 0); +} +.caret-yellow-200\/5{ + caret-color: rgb(252 233 106 / 0.05); +} +.caret-yellow-200\/10{ + caret-color: rgb(252 233 106 / 0.1); +} +.caret-yellow-200\/20{ + caret-color: rgb(252 233 106 / 0.2); +} +.caret-yellow-200\/25{ + caret-color: rgb(252 233 106 / 0.25); +} +.caret-yellow-200\/30{ + caret-color: rgb(252 233 106 / 0.3); +} +.caret-yellow-200\/40{ + caret-color: rgb(252 233 106 / 0.4); +} +.caret-yellow-200\/50{ + caret-color: rgb(252 233 106 / 0.5); +} +.caret-yellow-200\/60{ + caret-color: rgb(252 233 106 / 0.6); +} +.caret-yellow-200\/70{ + caret-color: rgb(252 233 106 / 0.7); +} +.caret-yellow-200\/75{ + caret-color: rgb(252 233 106 / 0.75); +} +.caret-yellow-200\/80{ + caret-color: rgb(252 233 106 / 0.8); +} +.caret-yellow-200\/90{ + caret-color: rgb(252 233 106 / 0.9); +} +.caret-yellow-200\/95{ + caret-color: rgb(252 233 106 / 0.95); +} +.caret-yellow-200\/100{ + caret-color: rgb(252 233 106 / 1); +} +.caret-yellow-300\/0{ + caret-color: rgb(250 202 21 / 0); +} +.caret-yellow-300\/5{ + caret-color: rgb(250 202 21 / 0.05); +} +.caret-yellow-300\/10{ + caret-color: rgb(250 202 21 / 0.1); +} +.caret-yellow-300\/20{ + caret-color: rgb(250 202 21 / 0.2); +} +.caret-yellow-300\/25{ + caret-color: rgb(250 202 21 / 0.25); +} +.caret-yellow-300\/30{ + caret-color: rgb(250 202 21 / 0.3); +} +.caret-yellow-300\/40{ + caret-color: rgb(250 202 21 / 0.4); +} +.caret-yellow-300\/50{ + caret-color: rgb(250 202 21 / 0.5); +} +.caret-yellow-300\/60{ + caret-color: rgb(250 202 21 / 0.6); +} +.caret-yellow-300\/70{ + caret-color: rgb(250 202 21 / 0.7); +} +.caret-yellow-300\/75{ + caret-color: rgb(250 202 21 / 0.75); +} +.caret-yellow-300\/80{ + caret-color: rgb(250 202 21 / 0.8); +} +.caret-yellow-300\/90{ + caret-color: rgb(250 202 21 / 0.9); +} +.caret-yellow-300\/95{ + caret-color: rgb(250 202 21 / 0.95); +} +.caret-yellow-300\/100{ + caret-color: rgb(250 202 21 / 1); +} +.caret-yellow-400\/0{ + caret-color: rgb(227 160 8 / 0); +} +.caret-yellow-400\/5{ + caret-color: rgb(227 160 8 / 0.05); +} +.caret-yellow-400\/10{ + caret-color: rgb(227 160 8 / 0.1); +} +.caret-yellow-400\/20{ + caret-color: rgb(227 160 8 / 0.2); +} +.caret-yellow-400\/25{ + caret-color: rgb(227 160 8 / 0.25); +} +.caret-yellow-400\/30{ + caret-color: rgb(227 160 8 / 0.3); +} +.caret-yellow-400\/40{ + caret-color: rgb(227 160 8 / 0.4); +} +.caret-yellow-400\/50{ + caret-color: rgb(227 160 8 / 0.5); +} +.caret-yellow-400\/60{ + caret-color: rgb(227 160 8 / 0.6); +} +.caret-yellow-400\/70{ + caret-color: rgb(227 160 8 / 0.7); +} +.caret-yellow-400\/75{ + caret-color: rgb(227 160 8 / 0.75); +} +.caret-yellow-400\/80{ + caret-color: rgb(227 160 8 / 0.8); +} +.caret-yellow-400\/90{ + caret-color: rgb(227 160 8 / 0.9); +} +.caret-yellow-400\/95{ + caret-color: rgb(227 160 8 / 0.95); +} +.caret-yellow-400\/100{ + caret-color: rgb(227 160 8 / 1); +} +.caret-yellow-500\/0{ + caret-color: rgb(194 120 3 / 0); +} +.caret-yellow-500\/5{ + caret-color: rgb(194 120 3 / 0.05); +} +.caret-yellow-500\/10{ + caret-color: rgb(194 120 3 / 0.1); +} +.caret-yellow-500\/20{ + caret-color: rgb(194 120 3 / 0.2); +} +.caret-yellow-500\/25{ + caret-color: rgb(194 120 3 / 0.25); +} +.caret-yellow-500\/30{ + caret-color: rgb(194 120 3 / 0.3); +} +.caret-yellow-500\/40{ + caret-color: rgb(194 120 3 / 0.4); +} +.caret-yellow-500\/50{ + caret-color: rgb(194 120 3 / 0.5); +} +.caret-yellow-500\/60{ + caret-color: rgb(194 120 3 / 0.6); +} +.caret-yellow-500\/70{ + caret-color: rgb(194 120 3 / 0.7); +} +.caret-yellow-500\/75{ + caret-color: rgb(194 120 3 / 0.75); +} +.caret-yellow-500\/80{ + caret-color: rgb(194 120 3 / 0.8); +} +.caret-yellow-500\/90{ + caret-color: rgb(194 120 3 / 0.9); +} +.caret-yellow-500\/95{ + caret-color: rgb(194 120 3 / 0.95); +} +.caret-yellow-500\/100{ + caret-color: rgb(194 120 3 / 1); +} +.caret-yellow-600\/0{ + caret-color: rgb(159 88 10 / 0); +} +.caret-yellow-600\/5{ + caret-color: rgb(159 88 10 / 0.05); +} +.caret-yellow-600\/10{ + caret-color: rgb(159 88 10 / 0.1); +} +.caret-yellow-600\/20{ + caret-color: rgb(159 88 10 / 0.2); +} +.caret-yellow-600\/25{ + caret-color: rgb(159 88 10 / 0.25); +} +.caret-yellow-600\/30{ + caret-color: rgb(159 88 10 / 0.3); +} +.caret-yellow-600\/40{ + caret-color: rgb(159 88 10 / 0.4); +} +.caret-yellow-600\/50{ + caret-color: rgb(159 88 10 / 0.5); +} +.caret-yellow-600\/60{ + caret-color: rgb(159 88 10 / 0.6); +} +.caret-yellow-600\/70{ + caret-color: rgb(159 88 10 / 0.7); +} +.caret-yellow-600\/75{ + caret-color: rgb(159 88 10 / 0.75); +} +.caret-yellow-600\/80{ + caret-color: rgb(159 88 10 / 0.8); +} +.caret-yellow-600\/90{ + caret-color: rgb(159 88 10 / 0.9); +} +.caret-yellow-600\/95{ + caret-color: rgb(159 88 10 / 0.95); +} +.caret-yellow-600\/100{ + caret-color: rgb(159 88 10 / 1); +} +.caret-yellow-700\/0{ + caret-color: rgb(142 75 16 / 0); +} +.caret-yellow-700\/5{ + caret-color: rgb(142 75 16 / 0.05); +} +.caret-yellow-700\/10{ + caret-color: rgb(142 75 16 / 0.1); +} +.caret-yellow-700\/20{ + caret-color: rgb(142 75 16 / 0.2); +} +.caret-yellow-700\/25{ + caret-color: rgb(142 75 16 / 0.25); +} +.caret-yellow-700\/30{ + caret-color: rgb(142 75 16 / 0.3); +} +.caret-yellow-700\/40{ + caret-color: rgb(142 75 16 / 0.4); +} +.caret-yellow-700\/50{ + caret-color: rgb(142 75 16 / 0.5); +} +.caret-yellow-700\/60{ + caret-color: rgb(142 75 16 / 0.6); +} +.caret-yellow-700\/70{ + caret-color: rgb(142 75 16 / 0.7); +} +.caret-yellow-700\/75{ + caret-color: rgb(142 75 16 / 0.75); +} +.caret-yellow-700\/80{ + caret-color: rgb(142 75 16 / 0.8); +} +.caret-yellow-700\/90{ + caret-color: rgb(142 75 16 / 0.9); +} +.caret-yellow-700\/95{ + caret-color: rgb(142 75 16 / 0.95); +} +.caret-yellow-700\/100{ + caret-color: rgb(142 75 16 / 1); +} +.caret-yellow-800\/0{ + caret-color: rgb(114 59 19 / 0); +} +.caret-yellow-800\/5{ + caret-color: rgb(114 59 19 / 0.05); +} +.caret-yellow-800\/10{ + caret-color: rgb(114 59 19 / 0.1); +} +.caret-yellow-800\/20{ + caret-color: rgb(114 59 19 / 0.2); +} +.caret-yellow-800\/25{ + caret-color: rgb(114 59 19 / 0.25); +} +.caret-yellow-800\/30{ + caret-color: rgb(114 59 19 / 0.3); +} +.caret-yellow-800\/40{ + caret-color: rgb(114 59 19 / 0.4); +} +.caret-yellow-800\/50{ + caret-color: rgb(114 59 19 / 0.5); +} +.caret-yellow-800\/60{ + caret-color: rgb(114 59 19 / 0.6); +} +.caret-yellow-800\/70{ + caret-color: rgb(114 59 19 / 0.7); +} +.caret-yellow-800\/75{ + caret-color: rgb(114 59 19 / 0.75); +} +.caret-yellow-800\/80{ + caret-color: rgb(114 59 19 / 0.8); +} +.caret-yellow-800\/90{ + caret-color: rgb(114 59 19 / 0.9); +} +.caret-yellow-800\/95{ + caret-color: rgb(114 59 19 / 0.95); +} +.caret-yellow-800\/100{ + caret-color: rgb(114 59 19 / 1); +} +.caret-yellow-900\/0{ + caret-color: rgb(99 49 18 / 0); +} +.caret-yellow-900\/5{ + caret-color: rgb(99 49 18 / 0.05); +} +.caret-yellow-900\/10{ + caret-color: rgb(99 49 18 / 0.1); +} +.caret-yellow-900\/20{ + caret-color: rgb(99 49 18 / 0.2); +} +.caret-yellow-900\/25{ + caret-color: rgb(99 49 18 / 0.25); +} +.caret-yellow-900\/30{ + caret-color: rgb(99 49 18 / 0.3); +} +.caret-yellow-900\/40{ + caret-color: rgb(99 49 18 / 0.4); +} +.caret-yellow-900\/50{ + caret-color: rgb(99 49 18 / 0.5); +} +.caret-yellow-900\/60{ + caret-color: rgb(99 49 18 / 0.6); +} +.caret-yellow-900\/70{ + caret-color: rgb(99 49 18 / 0.7); +} +.caret-yellow-900\/75{ + caret-color: rgb(99 49 18 / 0.75); +} +.caret-yellow-900\/80{ + caret-color: rgb(99 49 18 / 0.8); +} +.caret-yellow-900\/90{ + caret-color: rgb(99 49 18 / 0.9); +} +.caret-yellow-900\/95{ + caret-color: rgb(99 49 18 / 0.95); +} +.caret-yellow-900\/100{ + caret-color: rgb(99 49 18 / 1); +} +.caret-lime-50\/0{ + caret-color: rgb(247 254 231 / 0); +} +.caret-lime-50\/5{ + caret-color: rgb(247 254 231 / 0.05); +} +.caret-lime-50\/10{ + caret-color: rgb(247 254 231 / 0.1); +} +.caret-lime-50\/20{ + caret-color: rgb(247 254 231 / 0.2); +} +.caret-lime-50\/25{ + caret-color: rgb(247 254 231 / 0.25); +} +.caret-lime-50\/30{ + caret-color: rgb(247 254 231 / 0.3); +} +.caret-lime-50\/40{ + caret-color: rgb(247 254 231 / 0.4); +} +.caret-lime-50\/50{ + caret-color: rgb(247 254 231 / 0.5); +} +.caret-lime-50\/60{ + caret-color: rgb(247 254 231 / 0.6); +} +.caret-lime-50\/70{ + caret-color: rgb(247 254 231 / 0.7); +} +.caret-lime-50\/75{ + caret-color: rgb(247 254 231 / 0.75); +} +.caret-lime-50\/80{ + caret-color: rgb(247 254 231 / 0.8); +} +.caret-lime-50\/90{ + caret-color: rgb(247 254 231 / 0.9); +} +.caret-lime-50\/95{ + caret-color: rgb(247 254 231 / 0.95); +} +.caret-lime-50\/100{ + caret-color: rgb(247 254 231 / 1); +} +.caret-lime-100\/0{ + caret-color: rgb(236 252 203 / 0); +} +.caret-lime-100\/5{ + caret-color: rgb(236 252 203 / 0.05); +} +.caret-lime-100\/10{ + caret-color: rgb(236 252 203 / 0.1); +} +.caret-lime-100\/20{ + caret-color: rgb(236 252 203 / 0.2); +} +.caret-lime-100\/25{ + caret-color: rgb(236 252 203 / 0.25); +} +.caret-lime-100\/30{ + caret-color: rgb(236 252 203 / 0.3); +} +.caret-lime-100\/40{ + caret-color: rgb(236 252 203 / 0.4); +} +.caret-lime-100\/50{ + caret-color: rgb(236 252 203 / 0.5); +} +.caret-lime-100\/60{ + caret-color: rgb(236 252 203 / 0.6); +} +.caret-lime-100\/70{ + caret-color: rgb(236 252 203 / 0.7); +} +.caret-lime-100\/75{ + caret-color: rgb(236 252 203 / 0.75); +} +.caret-lime-100\/80{ + caret-color: rgb(236 252 203 / 0.8); +} +.caret-lime-100\/90{ + caret-color: rgb(236 252 203 / 0.9); +} +.caret-lime-100\/95{ + caret-color: rgb(236 252 203 / 0.95); +} +.caret-lime-100\/100{ + caret-color: rgb(236 252 203 / 1); +} +.caret-lime-200\/0{ + caret-color: rgb(217 249 157 / 0); +} +.caret-lime-200\/5{ + caret-color: rgb(217 249 157 / 0.05); +} +.caret-lime-200\/10{ + caret-color: rgb(217 249 157 / 0.1); +} +.caret-lime-200\/20{ + caret-color: rgb(217 249 157 / 0.2); +} +.caret-lime-200\/25{ + caret-color: rgb(217 249 157 / 0.25); +} +.caret-lime-200\/30{ + caret-color: rgb(217 249 157 / 0.3); +} +.caret-lime-200\/40{ + caret-color: rgb(217 249 157 / 0.4); +} +.caret-lime-200\/50{ + caret-color: rgb(217 249 157 / 0.5); +} +.caret-lime-200\/60{ + caret-color: rgb(217 249 157 / 0.6); +} +.caret-lime-200\/70{ + caret-color: rgb(217 249 157 / 0.7); +} +.caret-lime-200\/75{ + caret-color: rgb(217 249 157 / 0.75); +} +.caret-lime-200\/80{ + caret-color: rgb(217 249 157 / 0.8); +} +.caret-lime-200\/90{ + caret-color: rgb(217 249 157 / 0.9); +} +.caret-lime-200\/95{ + caret-color: rgb(217 249 157 / 0.95); +} +.caret-lime-200\/100{ + caret-color: rgb(217 249 157 / 1); +} +.caret-lime-300\/0{ + caret-color: rgb(190 242 100 / 0); +} +.caret-lime-300\/5{ + caret-color: rgb(190 242 100 / 0.05); +} +.caret-lime-300\/10{ + caret-color: rgb(190 242 100 / 0.1); +} +.caret-lime-300\/20{ + caret-color: rgb(190 242 100 / 0.2); +} +.caret-lime-300\/25{ + caret-color: rgb(190 242 100 / 0.25); +} +.caret-lime-300\/30{ + caret-color: rgb(190 242 100 / 0.3); +} +.caret-lime-300\/40{ + caret-color: rgb(190 242 100 / 0.4); +} +.caret-lime-300\/50{ + caret-color: rgb(190 242 100 / 0.5); +} +.caret-lime-300\/60{ + caret-color: rgb(190 242 100 / 0.6); +} +.caret-lime-300\/70{ + caret-color: rgb(190 242 100 / 0.7); +} +.caret-lime-300\/75{ + caret-color: rgb(190 242 100 / 0.75); +} +.caret-lime-300\/80{ + caret-color: rgb(190 242 100 / 0.8); +} +.caret-lime-300\/90{ + caret-color: rgb(190 242 100 / 0.9); +} +.caret-lime-300\/95{ + caret-color: rgb(190 242 100 / 0.95); +} +.caret-lime-300\/100{ + caret-color: rgb(190 242 100 / 1); +} +.caret-lime-400\/0{ + caret-color: rgb(163 230 53 / 0); +} +.caret-lime-400\/5{ + caret-color: rgb(163 230 53 / 0.05); +} +.caret-lime-400\/10{ + caret-color: rgb(163 230 53 / 0.1); +} +.caret-lime-400\/20{ + caret-color: rgb(163 230 53 / 0.2); +} +.caret-lime-400\/25{ + caret-color: rgb(163 230 53 / 0.25); +} +.caret-lime-400\/30{ + caret-color: rgb(163 230 53 / 0.3); +} +.caret-lime-400\/40{ + caret-color: rgb(163 230 53 / 0.4); +} +.caret-lime-400\/50{ + caret-color: rgb(163 230 53 / 0.5); +} +.caret-lime-400\/60{ + caret-color: rgb(163 230 53 / 0.6); +} +.caret-lime-400\/70{ + caret-color: rgb(163 230 53 / 0.7); +} +.caret-lime-400\/75{ + caret-color: rgb(163 230 53 / 0.75); +} +.caret-lime-400\/80{ + caret-color: rgb(163 230 53 / 0.8); +} +.caret-lime-400\/90{ + caret-color: rgb(163 230 53 / 0.9); +} +.caret-lime-400\/95{ + caret-color: rgb(163 230 53 / 0.95); +} +.caret-lime-400\/100{ + caret-color: rgb(163 230 53 / 1); +} +.caret-lime-500\/0{ + caret-color: rgb(132 204 22 / 0); +} +.caret-lime-500\/5{ + caret-color: rgb(132 204 22 / 0.05); +} +.caret-lime-500\/10{ + caret-color: rgb(132 204 22 / 0.1); +} +.caret-lime-500\/20{ + caret-color: rgb(132 204 22 / 0.2); +} +.caret-lime-500\/25{ + caret-color: rgb(132 204 22 / 0.25); +} +.caret-lime-500\/30{ + caret-color: rgb(132 204 22 / 0.3); +} +.caret-lime-500\/40{ + caret-color: rgb(132 204 22 / 0.4); +} +.caret-lime-500\/50{ + caret-color: rgb(132 204 22 / 0.5); +} +.caret-lime-500\/60{ + caret-color: rgb(132 204 22 / 0.6); +} +.caret-lime-500\/70{ + caret-color: rgb(132 204 22 / 0.7); +} +.caret-lime-500\/75{ + caret-color: rgb(132 204 22 / 0.75); +} +.caret-lime-500\/80{ + caret-color: rgb(132 204 22 / 0.8); +} +.caret-lime-500\/90{ + caret-color: rgb(132 204 22 / 0.9); +} +.caret-lime-500\/95{ + caret-color: rgb(132 204 22 / 0.95); +} +.caret-lime-500\/100{ + caret-color: rgb(132 204 22 / 1); +} +.caret-lime-600\/0{ + caret-color: rgb(101 163 13 / 0); +} +.caret-lime-600\/5{ + caret-color: rgb(101 163 13 / 0.05); +} +.caret-lime-600\/10{ + caret-color: rgb(101 163 13 / 0.1); +} +.caret-lime-600\/20{ + caret-color: rgb(101 163 13 / 0.2); +} +.caret-lime-600\/25{ + caret-color: rgb(101 163 13 / 0.25); +} +.caret-lime-600\/30{ + caret-color: rgb(101 163 13 / 0.3); +} +.caret-lime-600\/40{ + caret-color: rgb(101 163 13 / 0.4); +} +.caret-lime-600\/50{ + caret-color: rgb(101 163 13 / 0.5); +} +.caret-lime-600\/60{ + caret-color: rgb(101 163 13 / 0.6); +} +.caret-lime-600\/70{ + caret-color: rgb(101 163 13 / 0.7); +} +.caret-lime-600\/75{ + caret-color: rgb(101 163 13 / 0.75); +} +.caret-lime-600\/80{ + caret-color: rgb(101 163 13 / 0.8); +} +.caret-lime-600\/90{ + caret-color: rgb(101 163 13 / 0.9); +} +.caret-lime-600\/95{ + caret-color: rgb(101 163 13 / 0.95); +} +.caret-lime-600\/100{ + caret-color: rgb(101 163 13 / 1); +} +.caret-lime-700\/0{ + caret-color: rgb(77 124 15 / 0); +} +.caret-lime-700\/5{ + caret-color: rgb(77 124 15 / 0.05); +} +.caret-lime-700\/10{ + caret-color: rgb(77 124 15 / 0.1); +} +.caret-lime-700\/20{ + caret-color: rgb(77 124 15 / 0.2); +} +.caret-lime-700\/25{ + caret-color: rgb(77 124 15 / 0.25); +} +.caret-lime-700\/30{ + caret-color: rgb(77 124 15 / 0.3); +} +.caret-lime-700\/40{ + caret-color: rgb(77 124 15 / 0.4); +} +.caret-lime-700\/50{ + caret-color: rgb(77 124 15 / 0.5); +} +.caret-lime-700\/60{ + caret-color: rgb(77 124 15 / 0.6); +} +.caret-lime-700\/70{ + caret-color: rgb(77 124 15 / 0.7); +} +.caret-lime-700\/75{ + caret-color: rgb(77 124 15 / 0.75); +} +.caret-lime-700\/80{ + caret-color: rgb(77 124 15 / 0.8); +} +.caret-lime-700\/90{ + caret-color: rgb(77 124 15 / 0.9); +} +.caret-lime-700\/95{ + caret-color: rgb(77 124 15 / 0.95); +} +.caret-lime-700\/100{ + caret-color: rgb(77 124 15 / 1); +} +.caret-lime-800\/0{ + caret-color: rgb(63 98 18 / 0); +} +.caret-lime-800\/5{ + caret-color: rgb(63 98 18 / 0.05); +} +.caret-lime-800\/10{ + caret-color: rgb(63 98 18 / 0.1); +} +.caret-lime-800\/20{ + caret-color: rgb(63 98 18 / 0.2); +} +.caret-lime-800\/25{ + caret-color: rgb(63 98 18 / 0.25); +} +.caret-lime-800\/30{ + caret-color: rgb(63 98 18 / 0.3); +} +.caret-lime-800\/40{ + caret-color: rgb(63 98 18 / 0.4); +} +.caret-lime-800\/50{ + caret-color: rgb(63 98 18 / 0.5); +} +.caret-lime-800\/60{ + caret-color: rgb(63 98 18 / 0.6); +} +.caret-lime-800\/70{ + caret-color: rgb(63 98 18 / 0.7); +} +.caret-lime-800\/75{ + caret-color: rgb(63 98 18 / 0.75); +} +.caret-lime-800\/80{ + caret-color: rgb(63 98 18 / 0.8); +} +.caret-lime-800\/90{ + caret-color: rgb(63 98 18 / 0.9); +} +.caret-lime-800\/95{ + caret-color: rgb(63 98 18 / 0.95); +} +.caret-lime-800\/100{ + caret-color: rgb(63 98 18 / 1); +} +.caret-lime-900\/0{ + caret-color: rgb(54 83 20 / 0); +} +.caret-lime-900\/5{ + caret-color: rgb(54 83 20 / 0.05); +} +.caret-lime-900\/10{ + caret-color: rgb(54 83 20 / 0.1); +} +.caret-lime-900\/20{ + caret-color: rgb(54 83 20 / 0.2); +} +.caret-lime-900\/25{ + caret-color: rgb(54 83 20 / 0.25); +} +.caret-lime-900\/30{ + caret-color: rgb(54 83 20 / 0.3); +} +.caret-lime-900\/40{ + caret-color: rgb(54 83 20 / 0.4); +} +.caret-lime-900\/50{ + caret-color: rgb(54 83 20 / 0.5); +} +.caret-lime-900\/60{ + caret-color: rgb(54 83 20 / 0.6); +} +.caret-lime-900\/70{ + caret-color: rgb(54 83 20 / 0.7); +} +.caret-lime-900\/75{ + caret-color: rgb(54 83 20 / 0.75); +} +.caret-lime-900\/80{ + caret-color: rgb(54 83 20 / 0.8); +} +.caret-lime-900\/90{ + caret-color: rgb(54 83 20 / 0.9); +} +.caret-lime-900\/95{ + caret-color: rgb(54 83 20 / 0.95); +} +.caret-lime-900\/100{ + caret-color: rgb(54 83 20 / 1); +} +.caret-green-50\/0{ + caret-color: rgb(248 250 246 / 0); +} +.caret-green-50\/5{ + caret-color: rgb(248 250 246 / 0.05); +} +.caret-green-50\/10{ + caret-color: rgb(248 250 246 / 0.1); +} +.caret-green-50\/20{ + caret-color: rgb(248 250 246 / 0.2); +} +.caret-green-50\/25{ + caret-color: rgb(248 250 246 / 0.25); +} +.caret-green-50\/30{ + caret-color: rgb(248 250 246 / 0.3); +} +.caret-green-50\/40{ + caret-color: rgb(248 250 246 / 0.4); +} +.caret-green-50\/50{ + caret-color: rgb(248 250 246 / 0.5); +} +.caret-green-50\/60{ + caret-color: rgb(248 250 246 / 0.6); +} +.caret-green-50\/70{ + caret-color: rgb(248 250 246 / 0.7); +} +.caret-green-50\/75{ + caret-color: rgb(248 250 246 / 0.75); +} +.caret-green-50\/80{ + caret-color: rgb(248 250 246 / 0.8); +} +.caret-green-50\/90{ + caret-color: rgb(248 250 246 / 0.9); +} +.caret-green-50\/95{ + caret-color: rgb(248 250 246 / 0.95); +} +.caret-green-50\/100{ + caret-color: rgb(248 250 246 / 1); +} +.caret-green-100\/0{ + caret-color: rgb(241 246 238 / 0); +} +.caret-green-100\/5{ + caret-color: rgb(241 246 238 / 0.05); +} +.caret-green-100\/10{ + caret-color: rgb(241 246 238 / 0.1); +} +.caret-green-100\/20{ + caret-color: rgb(241 246 238 / 0.2); +} +.caret-green-100\/25{ + caret-color: rgb(241 246 238 / 0.25); +} +.caret-green-100\/30{ + caret-color: rgb(241 246 238 / 0.3); +} +.caret-green-100\/40{ + caret-color: rgb(241 246 238 / 0.4); +} +.caret-green-100\/50{ + caret-color: rgb(241 246 238 / 0.5); +} +.caret-green-100\/60{ + caret-color: rgb(241 246 238 / 0.6); +} +.caret-green-100\/70{ + caret-color: rgb(241 246 238 / 0.7); +} +.caret-green-100\/75{ + caret-color: rgb(241 246 238 / 0.75); +} +.caret-green-100\/80{ + caret-color: rgb(241 246 238 / 0.8); +} +.caret-green-100\/90{ + caret-color: rgb(241 246 238 / 0.9); +} +.caret-green-100\/95{ + caret-color: rgb(241 246 238 / 0.95); +} +.caret-green-100\/100{ + caret-color: rgb(241 246 238 / 1); +} +.caret-green-200\/0{ + caret-color: rgb(219 232 212 / 0); +} +.caret-green-200\/5{ + caret-color: rgb(219 232 212 / 0.05); +} +.caret-green-200\/10{ + caret-color: rgb(219 232 212 / 0.1); +} +.caret-green-200\/20{ + caret-color: rgb(219 232 212 / 0.2); +} +.caret-green-200\/25{ + caret-color: rgb(219 232 212 / 0.25); +} +.caret-green-200\/30{ + caret-color: rgb(219 232 212 / 0.3); +} +.caret-green-200\/40{ + caret-color: rgb(219 232 212 / 0.4); +} +.caret-green-200\/50{ + caret-color: rgb(219 232 212 / 0.5); +} +.caret-green-200\/60{ + caret-color: rgb(219 232 212 / 0.6); +} +.caret-green-200\/70{ + caret-color: rgb(219 232 212 / 0.7); +} +.caret-green-200\/75{ + caret-color: rgb(219 232 212 / 0.75); +} +.caret-green-200\/80{ + caret-color: rgb(219 232 212 / 0.8); +} +.caret-green-200\/90{ + caret-color: rgb(219 232 212 / 0.9); +} +.caret-green-200\/95{ + caret-color: rgb(219 232 212 / 0.95); +} +.caret-green-200\/100{ + caret-color: rgb(219 232 212 / 1); +} +.caret-green-300\/0{ + caret-color: rgb(197 217 186 / 0); +} +.caret-green-300\/5{ + caret-color: rgb(197 217 186 / 0.05); +} +.caret-green-300\/10{ + caret-color: rgb(197 217 186 / 0.1); +} +.caret-green-300\/20{ + caret-color: rgb(197 217 186 / 0.2); +} +.caret-green-300\/25{ + caret-color: rgb(197 217 186 / 0.25); +} +.caret-green-300\/30{ + caret-color: rgb(197 217 186 / 0.3); +} +.caret-green-300\/40{ + caret-color: rgb(197 217 186 / 0.4); +} +.caret-green-300\/50{ + caret-color: rgb(197 217 186 / 0.5); +} +.caret-green-300\/60{ + caret-color: rgb(197 217 186 / 0.6); +} +.caret-green-300\/70{ + caret-color: rgb(197 217 186 / 0.7); +} +.caret-green-300\/75{ + caret-color: rgb(197 217 186 / 0.75); +} +.caret-green-300\/80{ + caret-color: rgb(197 217 186 / 0.8); +} +.caret-green-300\/90{ + caret-color: rgb(197 217 186 / 0.9); +} +.caret-green-300\/95{ + caret-color: rgb(197 217 186 / 0.95); +} +.caret-green-300\/100{ + caret-color: rgb(197 217 186 / 1); +} +.caret-green-400\/0{ + caret-color: rgb(154 189 134 / 0); +} +.caret-green-400\/5{ + caret-color: rgb(154 189 134 / 0.05); +} +.caret-green-400\/10{ + caret-color: rgb(154 189 134 / 0.1); +} +.caret-green-400\/20{ + caret-color: rgb(154 189 134 / 0.2); +} +.caret-green-400\/25{ + caret-color: rgb(154 189 134 / 0.25); +} +.caret-green-400\/30{ + caret-color: rgb(154 189 134 / 0.3); +} +.caret-green-400\/40{ + caret-color: rgb(154 189 134 / 0.4); +} +.caret-green-400\/50{ + caret-color: rgb(154 189 134 / 0.5); +} +.caret-green-400\/60{ + caret-color: rgb(154 189 134 / 0.6); +} +.caret-green-400\/70{ + caret-color: rgb(154 189 134 / 0.7); +} +.caret-green-400\/75{ + caret-color: rgb(154 189 134 / 0.75); +} +.caret-green-400\/80{ + caret-color: rgb(154 189 134 / 0.8); +} +.caret-green-400\/90{ + caret-color: rgb(154 189 134 / 0.9); +} +.caret-green-400\/95{ + caret-color: rgb(154 189 134 / 0.95); +} +.caret-green-400\/100{ + caret-color: rgb(154 189 134 / 1); +} +.caret-green-500\/0{ + caret-color: rgb(110 161 82 / 0); +} +.caret-green-500\/5{ + caret-color: rgb(110 161 82 / 0.05); +} +.caret-green-500\/10{ + caret-color: rgb(110 161 82 / 0.1); +} +.caret-green-500\/20{ + caret-color: rgb(110 161 82 / 0.2); +} +.caret-green-500\/25{ + caret-color: rgb(110 161 82 / 0.25); +} +.caret-green-500\/30{ + caret-color: rgb(110 161 82 / 0.3); +} +.caret-green-500\/40{ + caret-color: rgb(110 161 82 / 0.4); +} +.caret-green-500\/50{ + caret-color: rgb(110 161 82 / 0.5); +} +.caret-green-500\/60{ + caret-color: rgb(110 161 82 / 0.6); +} +.caret-green-500\/70{ + caret-color: rgb(110 161 82 / 0.7); +} +.caret-green-500\/75{ + caret-color: rgb(110 161 82 / 0.75); +} +.caret-green-500\/80{ + caret-color: rgb(110 161 82 / 0.8); +} +.caret-green-500\/90{ + caret-color: rgb(110 161 82 / 0.9); +} +.caret-green-500\/95{ + caret-color: rgb(110 161 82 / 0.95); +} +.caret-green-500\/100{ + caret-color: rgb(110 161 82 / 1); +} +.caret-green-600\/0{ + caret-color: rgb(99 145 74 / 0); +} +.caret-green-600\/5{ + caret-color: rgb(99 145 74 / 0.05); +} +.caret-green-600\/10{ + caret-color: rgb(99 145 74 / 0.1); +} +.caret-green-600\/20{ + caret-color: rgb(99 145 74 / 0.2); +} +.caret-green-600\/25{ + caret-color: rgb(99 145 74 / 0.25); +} +.caret-green-600\/30{ + caret-color: rgb(99 145 74 / 0.3); +} +.caret-green-600\/40{ + caret-color: rgb(99 145 74 / 0.4); +} +.caret-green-600\/50{ + caret-color: rgb(99 145 74 / 0.5); +} +.caret-green-600\/60{ + caret-color: rgb(99 145 74 / 0.6); +} +.caret-green-600\/70{ + caret-color: rgb(99 145 74 / 0.7); +} +.caret-green-600\/75{ + caret-color: rgb(99 145 74 / 0.75); +} +.caret-green-600\/80{ + caret-color: rgb(99 145 74 / 0.8); +} +.caret-green-600\/90{ + caret-color: rgb(99 145 74 / 0.9); +} +.caret-green-600\/95{ + caret-color: rgb(99 145 74 / 0.95); +} +.caret-green-600\/100{ + caret-color: rgb(99 145 74 / 1); +} +.caret-green-700\/0{ + caret-color: rgb(83 121 62 / 0); +} +.caret-green-700\/5{ + caret-color: rgb(83 121 62 / 0.05); +} +.caret-green-700\/10{ + caret-color: rgb(83 121 62 / 0.1); +} +.caret-green-700\/20{ + caret-color: rgb(83 121 62 / 0.2); +} +.caret-green-700\/25{ + caret-color: rgb(83 121 62 / 0.25); +} +.caret-green-700\/30{ + caret-color: rgb(83 121 62 / 0.3); +} +.caret-green-700\/40{ + caret-color: rgb(83 121 62 / 0.4); +} +.caret-green-700\/50{ + caret-color: rgb(83 121 62 / 0.5); +} +.caret-green-700\/60{ + caret-color: rgb(83 121 62 / 0.6); +} +.caret-green-700\/70{ + caret-color: rgb(83 121 62 / 0.7); +} +.caret-green-700\/75{ + caret-color: rgb(83 121 62 / 0.75); +} +.caret-green-700\/80{ + caret-color: rgb(83 121 62 / 0.8); +} +.caret-green-700\/90{ + caret-color: rgb(83 121 62 / 0.9); +} +.caret-green-700\/95{ + caret-color: rgb(83 121 62 / 0.95); +} +.caret-green-700\/100{ + caret-color: rgb(83 121 62 / 1); +} +.caret-green-800\/0{ + caret-color: rgb(66 97 49 / 0); +} +.caret-green-800\/5{ + caret-color: rgb(66 97 49 / 0.05); +} +.caret-green-800\/10{ + caret-color: rgb(66 97 49 / 0.1); +} +.caret-green-800\/20{ + caret-color: rgb(66 97 49 / 0.2); +} +.caret-green-800\/25{ + caret-color: rgb(66 97 49 / 0.25); +} +.caret-green-800\/30{ + caret-color: rgb(66 97 49 / 0.3); +} +.caret-green-800\/40{ + caret-color: rgb(66 97 49 / 0.4); +} +.caret-green-800\/50{ + caret-color: rgb(66 97 49 / 0.5); +} +.caret-green-800\/60{ + caret-color: rgb(66 97 49 / 0.6); +} +.caret-green-800\/70{ + caret-color: rgb(66 97 49 / 0.7); +} +.caret-green-800\/75{ + caret-color: rgb(66 97 49 / 0.75); +} +.caret-green-800\/80{ + caret-color: rgb(66 97 49 / 0.8); +} +.caret-green-800\/90{ + caret-color: rgb(66 97 49 / 0.9); +} +.caret-green-800\/95{ + caret-color: rgb(66 97 49 / 0.95); +} +.caret-green-800\/100{ + caret-color: rgb(66 97 49 / 1); +} +.caret-green-900\/0{ + caret-color: rgb(54 79 40 / 0); +} +.caret-green-900\/5{ + caret-color: rgb(54 79 40 / 0.05); +} +.caret-green-900\/10{ + caret-color: rgb(54 79 40 / 0.1); +} +.caret-green-900\/20{ + caret-color: rgb(54 79 40 / 0.2); +} +.caret-green-900\/25{ + caret-color: rgb(54 79 40 / 0.25); +} +.caret-green-900\/30{ + caret-color: rgb(54 79 40 / 0.3); +} +.caret-green-900\/40{ + caret-color: rgb(54 79 40 / 0.4); +} +.caret-green-900\/50{ + caret-color: rgb(54 79 40 / 0.5); +} +.caret-green-900\/60{ + caret-color: rgb(54 79 40 / 0.6); +} +.caret-green-900\/70{ + caret-color: rgb(54 79 40 / 0.7); +} +.caret-green-900\/75{ + caret-color: rgb(54 79 40 / 0.75); +} +.caret-green-900\/80{ + caret-color: rgb(54 79 40 / 0.8); +} +.caret-green-900\/90{ + caret-color: rgb(54 79 40 / 0.9); +} +.caret-green-900\/95{ + caret-color: rgb(54 79 40 / 0.95); +} +.caret-green-900\/100{ + caret-color: rgb(54 79 40 / 1); +} +.caret-green\/0{ + caret-color: rgb(110 161 82 / 0); +} +.caret-green\/5{ + caret-color: rgb(110 161 82 / 0.05); +} +.caret-green\/10{ + caret-color: rgb(110 161 82 / 0.1); +} +.caret-green\/20{ + caret-color: rgb(110 161 82 / 0.2); +} +.caret-green\/25{ + caret-color: rgb(110 161 82 / 0.25); +} +.caret-green\/30{ + caret-color: rgb(110 161 82 / 0.3); +} +.caret-green\/40{ + caret-color: rgb(110 161 82 / 0.4); +} +.caret-green\/50{ + caret-color: rgb(110 161 82 / 0.5); +} +.caret-green\/60{ + caret-color: rgb(110 161 82 / 0.6); +} +.caret-green\/70{ + caret-color: rgb(110 161 82 / 0.7); +} +.caret-green\/75{ + caret-color: rgb(110 161 82 / 0.75); +} +.caret-green\/80{ + caret-color: rgb(110 161 82 / 0.8); +} +.caret-green\/90{ + caret-color: rgb(110 161 82 / 0.9); +} +.caret-green\/95{ + caret-color: rgb(110 161 82 / 0.95); +} +.caret-green\/100{ + caret-color: rgb(110 161 82 / 1); +} +.caret-emerald-50\/0{ + caret-color: rgb(236 253 245 / 0); +} +.caret-emerald-50\/5{ + caret-color: rgb(236 253 245 / 0.05); +} +.caret-emerald-50\/10{ + caret-color: rgb(236 253 245 / 0.1); +} +.caret-emerald-50\/20{ + caret-color: rgb(236 253 245 / 0.2); +} +.caret-emerald-50\/25{ + caret-color: rgb(236 253 245 / 0.25); +} +.caret-emerald-50\/30{ + caret-color: rgb(236 253 245 / 0.3); +} +.caret-emerald-50\/40{ + caret-color: rgb(236 253 245 / 0.4); +} +.caret-emerald-50\/50{ + caret-color: rgb(236 253 245 / 0.5); +} +.caret-emerald-50\/60{ + caret-color: rgb(236 253 245 / 0.6); +} +.caret-emerald-50\/70{ + caret-color: rgb(236 253 245 / 0.7); +} +.caret-emerald-50\/75{ + caret-color: rgb(236 253 245 / 0.75); +} +.caret-emerald-50\/80{ + caret-color: rgb(236 253 245 / 0.8); +} +.caret-emerald-50\/90{ + caret-color: rgb(236 253 245 / 0.9); +} +.caret-emerald-50\/95{ + caret-color: rgb(236 253 245 / 0.95); +} +.caret-emerald-50\/100{ + caret-color: rgb(236 253 245 / 1); +} +.caret-emerald-100\/0{ + caret-color: rgb(209 250 229 / 0); +} +.caret-emerald-100\/5{ + caret-color: rgb(209 250 229 / 0.05); +} +.caret-emerald-100\/10{ + caret-color: rgb(209 250 229 / 0.1); +} +.caret-emerald-100\/20{ + caret-color: rgb(209 250 229 / 0.2); +} +.caret-emerald-100\/25{ + caret-color: rgb(209 250 229 / 0.25); +} +.caret-emerald-100\/30{ + caret-color: rgb(209 250 229 / 0.3); +} +.caret-emerald-100\/40{ + caret-color: rgb(209 250 229 / 0.4); +} +.caret-emerald-100\/50{ + caret-color: rgb(209 250 229 / 0.5); +} +.caret-emerald-100\/60{ + caret-color: rgb(209 250 229 / 0.6); +} +.caret-emerald-100\/70{ + caret-color: rgb(209 250 229 / 0.7); +} +.caret-emerald-100\/75{ + caret-color: rgb(209 250 229 / 0.75); +} +.caret-emerald-100\/80{ + caret-color: rgb(209 250 229 / 0.8); +} +.caret-emerald-100\/90{ + caret-color: rgb(209 250 229 / 0.9); +} +.caret-emerald-100\/95{ + caret-color: rgb(209 250 229 / 0.95); +} +.caret-emerald-100\/100{ + caret-color: rgb(209 250 229 / 1); +} +.caret-emerald-200\/0{ + caret-color: rgb(167 243 208 / 0); +} +.caret-emerald-200\/5{ + caret-color: rgb(167 243 208 / 0.05); +} +.caret-emerald-200\/10{ + caret-color: rgb(167 243 208 / 0.1); +} +.caret-emerald-200\/20{ + caret-color: rgb(167 243 208 / 0.2); +} +.caret-emerald-200\/25{ + caret-color: rgb(167 243 208 / 0.25); +} +.caret-emerald-200\/30{ + caret-color: rgb(167 243 208 / 0.3); +} +.caret-emerald-200\/40{ + caret-color: rgb(167 243 208 / 0.4); +} +.caret-emerald-200\/50{ + caret-color: rgb(167 243 208 / 0.5); +} +.caret-emerald-200\/60{ + caret-color: rgb(167 243 208 / 0.6); +} +.caret-emerald-200\/70{ + caret-color: rgb(167 243 208 / 0.7); +} +.caret-emerald-200\/75{ + caret-color: rgb(167 243 208 / 0.75); +} +.caret-emerald-200\/80{ + caret-color: rgb(167 243 208 / 0.8); +} +.caret-emerald-200\/90{ + caret-color: rgb(167 243 208 / 0.9); +} +.caret-emerald-200\/95{ + caret-color: rgb(167 243 208 / 0.95); +} +.caret-emerald-200\/100{ + caret-color: rgb(167 243 208 / 1); +} +.caret-emerald-300\/0{ + caret-color: rgb(110 231 183 / 0); +} +.caret-emerald-300\/5{ + caret-color: rgb(110 231 183 / 0.05); +} +.caret-emerald-300\/10{ + caret-color: rgb(110 231 183 / 0.1); +} +.caret-emerald-300\/20{ + caret-color: rgb(110 231 183 / 0.2); +} +.caret-emerald-300\/25{ + caret-color: rgb(110 231 183 / 0.25); +} +.caret-emerald-300\/30{ + caret-color: rgb(110 231 183 / 0.3); +} +.caret-emerald-300\/40{ + caret-color: rgb(110 231 183 / 0.4); +} +.caret-emerald-300\/50{ + caret-color: rgb(110 231 183 / 0.5); +} +.caret-emerald-300\/60{ + caret-color: rgb(110 231 183 / 0.6); +} +.caret-emerald-300\/70{ + caret-color: rgb(110 231 183 / 0.7); +} +.caret-emerald-300\/75{ + caret-color: rgb(110 231 183 / 0.75); +} +.caret-emerald-300\/80{ + caret-color: rgb(110 231 183 / 0.8); +} +.caret-emerald-300\/90{ + caret-color: rgb(110 231 183 / 0.9); +} +.caret-emerald-300\/95{ + caret-color: rgb(110 231 183 / 0.95); +} +.caret-emerald-300\/100{ + caret-color: rgb(110 231 183 / 1); +} +.caret-emerald-400\/0{ + caret-color: rgb(52 211 153 / 0); +} +.caret-emerald-400\/5{ + caret-color: rgb(52 211 153 / 0.05); +} +.caret-emerald-400\/10{ + caret-color: rgb(52 211 153 / 0.1); +} +.caret-emerald-400\/20{ + caret-color: rgb(52 211 153 / 0.2); +} +.caret-emerald-400\/25{ + caret-color: rgb(52 211 153 / 0.25); +} +.caret-emerald-400\/30{ + caret-color: rgb(52 211 153 / 0.3); +} +.caret-emerald-400\/40{ + caret-color: rgb(52 211 153 / 0.4); +} +.caret-emerald-400\/50{ + caret-color: rgb(52 211 153 / 0.5); +} +.caret-emerald-400\/60{ + caret-color: rgb(52 211 153 / 0.6); +} +.caret-emerald-400\/70{ + caret-color: rgb(52 211 153 / 0.7); +} +.caret-emerald-400\/75{ + caret-color: rgb(52 211 153 / 0.75); +} +.caret-emerald-400\/80{ + caret-color: rgb(52 211 153 / 0.8); +} +.caret-emerald-400\/90{ + caret-color: rgb(52 211 153 / 0.9); +} +.caret-emerald-400\/95{ + caret-color: rgb(52 211 153 / 0.95); +} +.caret-emerald-400\/100{ + caret-color: rgb(52 211 153 / 1); +} +.caret-emerald-500\/0{ + caret-color: rgb(16 185 129 / 0); +} +.caret-emerald-500\/5{ + caret-color: rgb(16 185 129 / 0.05); +} +.caret-emerald-500\/10{ + caret-color: rgb(16 185 129 / 0.1); +} +.caret-emerald-500\/20{ + caret-color: rgb(16 185 129 / 0.2); +} +.caret-emerald-500\/25{ + caret-color: rgb(16 185 129 / 0.25); +} +.caret-emerald-500\/30{ + caret-color: rgb(16 185 129 / 0.3); +} +.caret-emerald-500\/40{ + caret-color: rgb(16 185 129 / 0.4); +} +.caret-emerald-500\/50{ + caret-color: rgb(16 185 129 / 0.5); +} +.caret-emerald-500\/60{ + caret-color: rgb(16 185 129 / 0.6); +} +.caret-emerald-500\/70{ + caret-color: rgb(16 185 129 / 0.7); +} +.caret-emerald-500\/75{ + caret-color: rgb(16 185 129 / 0.75); +} +.caret-emerald-500\/80{ + caret-color: rgb(16 185 129 / 0.8); +} +.caret-emerald-500\/90{ + caret-color: rgb(16 185 129 / 0.9); +} +.caret-emerald-500\/95{ + caret-color: rgb(16 185 129 / 0.95); +} +.caret-emerald-500\/100{ + caret-color: rgb(16 185 129 / 1); +} +.caret-emerald-600\/0{ + caret-color: rgb(5 150 105 / 0); +} +.caret-emerald-600\/5{ + caret-color: rgb(5 150 105 / 0.05); +} +.caret-emerald-600\/10{ + caret-color: rgb(5 150 105 / 0.1); +} +.caret-emerald-600\/20{ + caret-color: rgb(5 150 105 / 0.2); +} +.caret-emerald-600\/25{ + caret-color: rgb(5 150 105 / 0.25); +} +.caret-emerald-600\/30{ + caret-color: rgb(5 150 105 / 0.3); +} +.caret-emerald-600\/40{ + caret-color: rgb(5 150 105 / 0.4); +} +.caret-emerald-600\/50{ + caret-color: rgb(5 150 105 / 0.5); +} +.caret-emerald-600\/60{ + caret-color: rgb(5 150 105 / 0.6); +} +.caret-emerald-600\/70{ + caret-color: rgb(5 150 105 / 0.7); +} +.caret-emerald-600\/75{ + caret-color: rgb(5 150 105 / 0.75); +} +.caret-emerald-600\/80{ + caret-color: rgb(5 150 105 / 0.8); +} +.caret-emerald-600\/90{ + caret-color: rgb(5 150 105 / 0.9); +} +.caret-emerald-600\/95{ + caret-color: rgb(5 150 105 / 0.95); +} +.caret-emerald-600\/100{ + caret-color: rgb(5 150 105 / 1); +} +.caret-emerald-700\/0{ + caret-color: rgb(4 120 87 / 0); +} +.caret-emerald-700\/5{ + caret-color: rgb(4 120 87 / 0.05); +} +.caret-emerald-700\/10{ + caret-color: rgb(4 120 87 / 0.1); +} +.caret-emerald-700\/20{ + caret-color: rgb(4 120 87 / 0.2); +} +.caret-emerald-700\/25{ + caret-color: rgb(4 120 87 / 0.25); +} +.caret-emerald-700\/30{ + caret-color: rgb(4 120 87 / 0.3); +} +.caret-emerald-700\/40{ + caret-color: rgb(4 120 87 / 0.4); +} +.caret-emerald-700\/50{ + caret-color: rgb(4 120 87 / 0.5); +} +.caret-emerald-700\/60{ + caret-color: rgb(4 120 87 / 0.6); +} +.caret-emerald-700\/70{ + caret-color: rgb(4 120 87 / 0.7); +} +.caret-emerald-700\/75{ + caret-color: rgb(4 120 87 / 0.75); +} +.caret-emerald-700\/80{ + caret-color: rgb(4 120 87 / 0.8); +} +.caret-emerald-700\/90{ + caret-color: rgb(4 120 87 / 0.9); +} +.caret-emerald-700\/95{ + caret-color: rgb(4 120 87 / 0.95); +} +.caret-emerald-700\/100{ + caret-color: rgb(4 120 87 / 1); +} +.caret-emerald-800\/0{ + caret-color: rgb(6 95 70 / 0); +} +.caret-emerald-800\/5{ + caret-color: rgb(6 95 70 / 0.05); +} +.caret-emerald-800\/10{ + caret-color: rgb(6 95 70 / 0.1); +} +.caret-emerald-800\/20{ + caret-color: rgb(6 95 70 / 0.2); +} +.caret-emerald-800\/25{ + caret-color: rgb(6 95 70 / 0.25); +} +.caret-emerald-800\/30{ + caret-color: rgb(6 95 70 / 0.3); +} +.caret-emerald-800\/40{ + caret-color: rgb(6 95 70 / 0.4); +} +.caret-emerald-800\/50{ + caret-color: rgb(6 95 70 / 0.5); +} +.caret-emerald-800\/60{ + caret-color: rgb(6 95 70 / 0.6); +} +.caret-emerald-800\/70{ + caret-color: rgb(6 95 70 / 0.7); +} +.caret-emerald-800\/75{ + caret-color: rgb(6 95 70 / 0.75); +} +.caret-emerald-800\/80{ + caret-color: rgb(6 95 70 / 0.8); +} +.caret-emerald-800\/90{ + caret-color: rgb(6 95 70 / 0.9); +} +.caret-emerald-800\/95{ + caret-color: rgb(6 95 70 / 0.95); +} +.caret-emerald-800\/100{ + caret-color: rgb(6 95 70 / 1); +} +.caret-emerald-900\/0{ + caret-color: rgb(6 78 59 / 0); +} +.caret-emerald-900\/5{ + caret-color: rgb(6 78 59 / 0.05); +} +.caret-emerald-900\/10{ + caret-color: rgb(6 78 59 / 0.1); +} +.caret-emerald-900\/20{ + caret-color: rgb(6 78 59 / 0.2); +} +.caret-emerald-900\/25{ + caret-color: rgb(6 78 59 / 0.25); +} +.caret-emerald-900\/30{ + caret-color: rgb(6 78 59 / 0.3); +} +.caret-emerald-900\/40{ + caret-color: rgb(6 78 59 / 0.4); +} +.caret-emerald-900\/50{ + caret-color: rgb(6 78 59 / 0.5); +} +.caret-emerald-900\/60{ + caret-color: rgb(6 78 59 / 0.6); +} +.caret-emerald-900\/70{ + caret-color: rgb(6 78 59 / 0.7); +} +.caret-emerald-900\/75{ + caret-color: rgb(6 78 59 / 0.75); +} +.caret-emerald-900\/80{ + caret-color: rgb(6 78 59 / 0.8); +} +.caret-emerald-900\/90{ + caret-color: rgb(6 78 59 / 0.9); +} +.caret-emerald-900\/95{ + caret-color: rgb(6 78 59 / 0.95); +} +.caret-emerald-900\/100{ + caret-color: rgb(6 78 59 / 1); +} +.caret-teal-50\/0{ + caret-color: rgb(237 250 250 / 0); +} +.caret-teal-50\/5{ + caret-color: rgb(237 250 250 / 0.05); +} +.caret-teal-50\/10{ + caret-color: rgb(237 250 250 / 0.1); +} +.caret-teal-50\/20{ + caret-color: rgb(237 250 250 / 0.2); +} +.caret-teal-50\/25{ + caret-color: rgb(237 250 250 / 0.25); +} +.caret-teal-50\/30{ + caret-color: rgb(237 250 250 / 0.3); +} +.caret-teal-50\/40{ + caret-color: rgb(237 250 250 / 0.4); +} +.caret-teal-50\/50{ + caret-color: rgb(237 250 250 / 0.5); +} +.caret-teal-50\/60{ + caret-color: rgb(237 250 250 / 0.6); +} +.caret-teal-50\/70{ + caret-color: rgb(237 250 250 / 0.7); +} +.caret-teal-50\/75{ + caret-color: rgb(237 250 250 / 0.75); +} +.caret-teal-50\/80{ + caret-color: rgb(237 250 250 / 0.8); +} +.caret-teal-50\/90{ + caret-color: rgb(237 250 250 / 0.9); +} +.caret-teal-50\/95{ + caret-color: rgb(237 250 250 / 0.95); +} +.caret-teal-50\/100{ + caret-color: rgb(237 250 250 / 1); +} +.caret-teal-100\/0{ + caret-color: rgb(213 245 246 / 0); +} +.caret-teal-100\/5{ + caret-color: rgb(213 245 246 / 0.05); +} +.caret-teal-100\/10{ + caret-color: rgb(213 245 246 / 0.1); +} +.caret-teal-100\/20{ + caret-color: rgb(213 245 246 / 0.2); +} +.caret-teal-100\/25{ + caret-color: rgb(213 245 246 / 0.25); +} +.caret-teal-100\/30{ + caret-color: rgb(213 245 246 / 0.3); +} +.caret-teal-100\/40{ + caret-color: rgb(213 245 246 / 0.4); +} +.caret-teal-100\/50{ + caret-color: rgb(213 245 246 / 0.5); +} +.caret-teal-100\/60{ + caret-color: rgb(213 245 246 / 0.6); +} +.caret-teal-100\/70{ + caret-color: rgb(213 245 246 / 0.7); +} +.caret-teal-100\/75{ + caret-color: rgb(213 245 246 / 0.75); +} +.caret-teal-100\/80{ + caret-color: rgb(213 245 246 / 0.8); +} +.caret-teal-100\/90{ + caret-color: rgb(213 245 246 / 0.9); +} +.caret-teal-100\/95{ + caret-color: rgb(213 245 246 / 0.95); +} +.caret-teal-100\/100{ + caret-color: rgb(213 245 246 / 1); +} +.caret-teal-200\/0{ + caret-color: rgb(175 236 239 / 0); +} +.caret-teal-200\/5{ + caret-color: rgb(175 236 239 / 0.05); +} +.caret-teal-200\/10{ + caret-color: rgb(175 236 239 / 0.1); +} +.caret-teal-200\/20{ + caret-color: rgb(175 236 239 / 0.2); +} +.caret-teal-200\/25{ + caret-color: rgb(175 236 239 / 0.25); +} +.caret-teal-200\/30{ + caret-color: rgb(175 236 239 / 0.3); +} +.caret-teal-200\/40{ + caret-color: rgb(175 236 239 / 0.4); +} +.caret-teal-200\/50{ + caret-color: rgb(175 236 239 / 0.5); +} +.caret-teal-200\/60{ + caret-color: rgb(175 236 239 / 0.6); +} +.caret-teal-200\/70{ + caret-color: rgb(175 236 239 / 0.7); +} +.caret-teal-200\/75{ + caret-color: rgb(175 236 239 / 0.75); +} +.caret-teal-200\/80{ + caret-color: rgb(175 236 239 / 0.8); +} +.caret-teal-200\/90{ + caret-color: rgb(175 236 239 / 0.9); +} +.caret-teal-200\/95{ + caret-color: rgb(175 236 239 / 0.95); +} +.caret-teal-200\/100{ + caret-color: rgb(175 236 239 / 1); +} +.caret-teal-300\/0{ + caret-color: rgb(126 220 226 / 0); +} +.caret-teal-300\/5{ + caret-color: rgb(126 220 226 / 0.05); +} +.caret-teal-300\/10{ + caret-color: rgb(126 220 226 / 0.1); +} +.caret-teal-300\/20{ + caret-color: rgb(126 220 226 / 0.2); +} +.caret-teal-300\/25{ + caret-color: rgb(126 220 226 / 0.25); +} +.caret-teal-300\/30{ + caret-color: rgb(126 220 226 / 0.3); +} +.caret-teal-300\/40{ + caret-color: rgb(126 220 226 / 0.4); +} +.caret-teal-300\/50{ + caret-color: rgb(126 220 226 / 0.5); +} +.caret-teal-300\/60{ + caret-color: rgb(126 220 226 / 0.6); +} +.caret-teal-300\/70{ + caret-color: rgb(126 220 226 / 0.7); +} +.caret-teal-300\/75{ + caret-color: rgb(126 220 226 / 0.75); +} +.caret-teal-300\/80{ + caret-color: rgb(126 220 226 / 0.8); +} +.caret-teal-300\/90{ + caret-color: rgb(126 220 226 / 0.9); +} +.caret-teal-300\/95{ + caret-color: rgb(126 220 226 / 0.95); +} +.caret-teal-300\/100{ + caret-color: rgb(126 220 226 / 1); +} +.caret-teal-400\/0{ + caret-color: rgb(22 189 202 / 0); +} +.caret-teal-400\/5{ + caret-color: rgb(22 189 202 / 0.05); +} +.caret-teal-400\/10{ + caret-color: rgb(22 189 202 / 0.1); +} +.caret-teal-400\/20{ + caret-color: rgb(22 189 202 / 0.2); +} +.caret-teal-400\/25{ + caret-color: rgb(22 189 202 / 0.25); +} +.caret-teal-400\/30{ + caret-color: rgb(22 189 202 / 0.3); +} +.caret-teal-400\/40{ + caret-color: rgb(22 189 202 / 0.4); +} +.caret-teal-400\/50{ + caret-color: rgb(22 189 202 / 0.5); +} +.caret-teal-400\/60{ + caret-color: rgb(22 189 202 / 0.6); +} +.caret-teal-400\/70{ + caret-color: rgb(22 189 202 / 0.7); +} +.caret-teal-400\/75{ + caret-color: rgb(22 189 202 / 0.75); +} +.caret-teal-400\/80{ + caret-color: rgb(22 189 202 / 0.8); +} +.caret-teal-400\/90{ + caret-color: rgb(22 189 202 / 0.9); +} +.caret-teal-400\/95{ + caret-color: rgb(22 189 202 / 0.95); +} +.caret-teal-400\/100{ + caret-color: rgb(22 189 202 / 1); +} +.caret-teal-500\/0{ + caret-color: rgb(6 148 162 / 0); +} +.caret-teal-500\/5{ + caret-color: rgb(6 148 162 / 0.05); +} +.caret-teal-500\/10{ + caret-color: rgb(6 148 162 / 0.1); +} +.caret-teal-500\/20{ + caret-color: rgb(6 148 162 / 0.2); +} +.caret-teal-500\/25{ + caret-color: rgb(6 148 162 / 0.25); +} +.caret-teal-500\/30{ + caret-color: rgb(6 148 162 / 0.3); +} +.caret-teal-500\/40{ + caret-color: rgb(6 148 162 / 0.4); +} +.caret-teal-500\/50{ + caret-color: rgb(6 148 162 / 0.5); +} +.caret-teal-500\/60{ + caret-color: rgb(6 148 162 / 0.6); +} +.caret-teal-500\/70{ + caret-color: rgb(6 148 162 / 0.7); +} +.caret-teal-500\/75{ + caret-color: rgb(6 148 162 / 0.75); +} +.caret-teal-500\/80{ + caret-color: rgb(6 148 162 / 0.8); +} +.caret-teal-500\/90{ + caret-color: rgb(6 148 162 / 0.9); +} +.caret-teal-500\/95{ + caret-color: rgb(6 148 162 / 0.95); +} +.caret-teal-500\/100{ + caret-color: rgb(6 148 162 / 1); +} +.caret-teal-600\/0{ + caret-color: rgb(4 116 129 / 0); +} +.caret-teal-600\/5{ + caret-color: rgb(4 116 129 / 0.05); +} +.caret-teal-600\/10{ + caret-color: rgb(4 116 129 / 0.1); +} +.caret-teal-600\/20{ + caret-color: rgb(4 116 129 / 0.2); +} +.caret-teal-600\/25{ + caret-color: rgb(4 116 129 / 0.25); +} +.caret-teal-600\/30{ + caret-color: rgb(4 116 129 / 0.3); +} +.caret-teal-600\/40{ + caret-color: rgb(4 116 129 / 0.4); +} +.caret-teal-600\/50{ + caret-color: rgb(4 116 129 / 0.5); +} +.caret-teal-600\/60{ + caret-color: rgb(4 116 129 / 0.6); +} +.caret-teal-600\/70{ + caret-color: rgb(4 116 129 / 0.7); +} +.caret-teal-600\/75{ + caret-color: rgb(4 116 129 / 0.75); +} +.caret-teal-600\/80{ + caret-color: rgb(4 116 129 / 0.8); +} +.caret-teal-600\/90{ + caret-color: rgb(4 116 129 / 0.9); +} +.caret-teal-600\/95{ + caret-color: rgb(4 116 129 / 0.95); +} +.caret-teal-600\/100{ + caret-color: rgb(4 116 129 / 1); +} +.caret-teal-700\/0{ + caret-color: rgb(3 102 114 / 0); +} +.caret-teal-700\/5{ + caret-color: rgb(3 102 114 / 0.05); +} +.caret-teal-700\/10{ + caret-color: rgb(3 102 114 / 0.1); +} +.caret-teal-700\/20{ + caret-color: rgb(3 102 114 / 0.2); +} +.caret-teal-700\/25{ + caret-color: rgb(3 102 114 / 0.25); +} +.caret-teal-700\/30{ + caret-color: rgb(3 102 114 / 0.3); +} +.caret-teal-700\/40{ + caret-color: rgb(3 102 114 / 0.4); +} +.caret-teal-700\/50{ + caret-color: rgb(3 102 114 / 0.5); +} +.caret-teal-700\/60{ + caret-color: rgb(3 102 114 / 0.6); +} +.caret-teal-700\/70{ + caret-color: rgb(3 102 114 / 0.7); +} +.caret-teal-700\/75{ + caret-color: rgb(3 102 114 / 0.75); +} +.caret-teal-700\/80{ + caret-color: rgb(3 102 114 / 0.8); +} +.caret-teal-700\/90{ + caret-color: rgb(3 102 114 / 0.9); +} +.caret-teal-700\/95{ + caret-color: rgb(3 102 114 / 0.95); +} +.caret-teal-700\/100{ + caret-color: rgb(3 102 114 / 1); +} +.caret-teal-800\/0{ + caret-color: rgb(5 80 92 / 0); +} +.caret-teal-800\/5{ + caret-color: rgb(5 80 92 / 0.05); +} +.caret-teal-800\/10{ + caret-color: rgb(5 80 92 / 0.1); +} +.caret-teal-800\/20{ + caret-color: rgb(5 80 92 / 0.2); +} +.caret-teal-800\/25{ + caret-color: rgb(5 80 92 / 0.25); +} +.caret-teal-800\/30{ + caret-color: rgb(5 80 92 / 0.3); +} +.caret-teal-800\/40{ + caret-color: rgb(5 80 92 / 0.4); +} +.caret-teal-800\/50{ + caret-color: rgb(5 80 92 / 0.5); +} +.caret-teal-800\/60{ + caret-color: rgb(5 80 92 / 0.6); +} +.caret-teal-800\/70{ + caret-color: rgb(5 80 92 / 0.7); +} +.caret-teal-800\/75{ + caret-color: rgb(5 80 92 / 0.75); +} +.caret-teal-800\/80{ + caret-color: rgb(5 80 92 / 0.8); +} +.caret-teal-800\/90{ + caret-color: rgb(5 80 92 / 0.9); +} +.caret-teal-800\/95{ + caret-color: rgb(5 80 92 / 0.95); +} +.caret-teal-800\/100{ + caret-color: rgb(5 80 92 / 1); +} +.caret-teal-900\/0{ + caret-color: rgb(1 68 81 / 0); +} +.caret-teal-900\/5{ + caret-color: rgb(1 68 81 / 0.05); +} +.caret-teal-900\/10{ + caret-color: rgb(1 68 81 / 0.1); +} +.caret-teal-900\/20{ + caret-color: rgb(1 68 81 / 0.2); +} +.caret-teal-900\/25{ + caret-color: rgb(1 68 81 / 0.25); +} +.caret-teal-900\/30{ + caret-color: rgb(1 68 81 / 0.3); +} +.caret-teal-900\/40{ + caret-color: rgb(1 68 81 / 0.4); +} +.caret-teal-900\/50{ + caret-color: rgb(1 68 81 / 0.5); +} +.caret-teal-900\/60{ + caret-color: rgb(1 68 81 / 0.6); +} +.caret-teal-900\/70{ + caret-color: rgb(1 68 81 / 0.7); +} +.caret-teal-900\/75{ + caret-color: rgb(1 68 81 / 0.75); +} +.caret-teal-900\/80{ + caret-color: rgb(1 68 81 / 0.8); +} +.caret-teal-900\/90{ + caret-color: rgb(1 68 81 / 0.9); +} +.caret-teal-900\/95{ + caret-color: rgb(1 68 81 / 0.95); +} +.caret-teal-900\/100{ + caret-color: rgb(1 68 81 / 1); +} +.caret-cyan-50\/0{ + caret-color: rgb(236 254 255 / 0); +} +.caret-cyan-50\/5{ + caret-color: rgb(236 254 255 / 0.05); +} +.caret-cyan-50\/10{ + caret-color: rgb(236 254 255 / 0.1); +} +.caret-cyan-50\/20{ + caret-color: rgb(236 254 255 / 0.2); +} +.caret-cyan-50\/25{ + caret-color: rgb(236 254 255 / 0.25); +} +.caret-cyan-50\/30{ + caret-color: rgb(236 254 255 / 0.3); +} +.caret-cyan-50\/40{ + caret-color: rgb(236 254 255 / 0.4); +} +.caret-cyan-50\/50{ + caret-color: rgb(236 254 255 / 0.5); +} +.caret-cyan-50\/60{ + caret-color: rgb(236 254 255 / 0.6); +} +.caret-cyan-50\/70{ + caret-color: rgb(236 254 255 / 0.7); +} +.caret-cyan-50\/75{ + caret-color: rgb(236 254 255 / 0.75); +} +.caret-cyan-50\/80{ + caret-color: rgb(236 254 255 / 0.8); +} +.caret-cyan-50\/90{ + caret-color: rgb(236 254 255 / 0.9); +} +.caret-cyan-50\/95{ + caret-color: rgb(236 254 255 / 0.95); +} +.caret-cyan-50\/100{ + caret-color: rgb(236 254 255 / 1); +} +.caret-cyan-100\/0{ + caret-color: rgb(207 250 254 / 0); +} +.caret-cyan-100\/5{ + caret-color: rgb(207 250 254 / 0.05); +} +.caret-cyan-100\/10{ + caret-color: rgb(207 250 254 / 0.1); +} +.caret-cyan-100\/20{ + caret-color: rgb(207 250 254 / 0.2); +} +.caret-cyan-100\/25{ + caret-color: rgb(207 250 254 / 0.25); +} +.caret-cyan-100\/30{ + caret-color: rgb(207 250 254 / 0.3); +} +.caret-cyan-100\/40{ + caret-color: rgb(207 250 254 / 0.4); +} +.caret-cyan-100\/50{ + caret-color: rgb(207 250 254 / 0.5); +} +.caret-cyan-100\/60{ + caret-color: rgb(207 250 254 / 0.6); +} +.caret-cyan-100\/70{ + caret-color: rgb(207 250 254 / 0.7); +} +.caret-cyan-100\/75{ + caret-color: rgb(207 250 254 / 0.75); +} +.caret-cyan-100\/80{ + caret-color: rgb(207 250 254 / 0.8); +} +.caret-cyan-100\/90{ + caret-color: rgb(207 250 254 / 0.9); +} +.caret-cyan-100\/95{ + caret-color: rgb(207 250 254 / 0.95); +} +.caret-cyan-100\/100{ + caret-color: rgb(207 250 254 / 1); +} +.caret-cyan-200\/0{ + caret-color: rgb(165 243 252 / 0); +} +.caret-cyan-200\/5{ + caret-color: rgb(165 243 252 / 0.05); +} +.caret-cyan-200\/10{ + caret-color: rgb(165 243 252 / 0.1); +} +.caret-cyan-200\/20{ + caret-color: rgb(165 243 252 / 0.2); +} +.caret-cyan-200\/25{ + caret-color: rgb(165 243 252 / 0.25); +} +.caret-cyan-200\/30{ + caret-color: rgb(165 243 252 / 0.3); +} +.caret-cyan-200\/40{ + caret-color: rgb(165 243 252 / 0.4); +} +.caret-cyan-200\/50{ + caret-color: rgb(165 243 252 / 0.5); +} +.caret-cyan-200\/60{ + caret-color: rgb(165 243 252 / 0.6); +} +.caret-cyan-200\/70{ + caret-color: rgb(165 243 252 / 0.7); +} +.caret-cyan-200\/75{ + caret-color: rgb(165 243 252 / 0.75); +} +.caret-cyan-200\/80{ + caret-color: rgb(165 243 252 / 0.8); +} +.caret-cyan-200\/90{ + caret-color: rgb(165 243 252 / 0.9); +} +.caret-cyan-200\/95{ + caret-color: rgb(165 243 252 / 0.95); +} +.caret-cyan-200\/100{ + caret-color: rgb(165 243 252 / 1); +} +.caret-cyan-300\/0{ + caret-color: rgb(103 232 249 / 0); +} +.caret-cyan-300\/5{ + caret-color: rgb(103 232 249 / 0.05); +} +.caret-cyan-300\/10{ + caret-color: rgb(103 232 249 / 0.1); +} +.caret-cyan-300\/20{ + caret-color: rgb(103 232 249 / 0.2); +} +.caret-cyan-300\/25{ + caret-color: rgb(103 232 249 / 0.25); +} +.caret-cyan-300\/30{ + caret-color: rgb(103 232 249 / 0.3); +} +.caret-cyan-300\/40{ + caret-color: rgb(103 232 249 / 0.4); +} +.caret-cyan-300\/50{ + caret-color: rgb(103 232 249 / 0.5); +} +.caret-cyan-300\/60{ + caret-color: rgb(103 232 249 / 0.6); +} +.caret-cyan-300\/70{ + caret-color: rgb(103 232 249 / 0.7); +} +.caret-cyan-300\/75{ + caret-color: rgb(103 232 249 / 0.75); +} +.caret-cyan-300\/80{ + caret-color: rgb(103 232 249 / 0.8); +} +.caret-cyan-300\/90{ + caret-color: rgb(103 232 249 / 0.9); +} +.caret-cyan-300\/95{ + caret-color: rgb(103 232 249 / 0.95); +} +.caret-cyan-300\/100{ + caret-color: rgb(103 232 249 / 1); +} +.caret-cyan-400\/0{ + caret-color: rgb(34 211 238 / 0); +} +.caret-cyan-400\/5{ + caret-color: rgb(34 211 238 / 0.05); +} +.caret-cyan-400\/10{ + caret-color: rgb(34 211 238 / 0.1); +} +.caret-cyan-400\/20{ + caret-color: rgb(34 211 238 / 0.2); +} +.caret-cyan-400\/25{ + caret-color: rgb(34 211 238 / 0.25); +} +.caret-cyan-400\/30{ + caret-color: rgb(34 211 238 / 0.3); +} +.caret-cyan-400\/40{ + caret-color: rgb(34 211 238 / 0.4); +} +.caret-cyan-400\/50{ + caret-color: rgb(34 211 238 / 0.5); +} +.caret-cyan-400\/60{ + caret-color: rgb(34 211 238 / 0.6); +} +.caret-cyan-400\/70{ + caret-color: rgb(34 211 238 / 0.7); +} +.caret-cyan-400\/75{ + caret-color: rgb(34 211 238 / 0.75); +} +.caret-cyan-400\/80{ + caret-color: rgb(34 211 238 / 0.8); +} +.caret-cyan-400\/90{ + caret-color: rgb(34 211 238 / 0.9); +} +.caret-cyan-400\/95{ + caret-color: rgb(34 211 238 / 0.95); +} +.caret-cyan-400\/100{ + caret-color: rgb(34 211 238 / 1); +} +.caret-cyan-500\/0{ + caret-color: rgb(6 182 212 / 0); +} +.caret-cyan-500\/5{ + caret-color: rgb(6 182 212 / 0.05); +} +.caret-cyan-500\/10{ + caret-color: rgb(6 182 212 / 0.1); +} +.caret-cyan-500\/20{ + caret-color: rgb(6 182 212 / 0.2); +} +.caret-cyan-500\/25{ + caret-color: rgb(6 182 212 / 0.25); +} +.caret-cyan-500\/30{ + caret-color: rgb(6 182 212 / 0.3); +} +.caret-cyan-500\/40{ + caret-color: rgb(6 182 212 / 0.4); +} +.caret-cyan-500\/50{ + caret-color: rgb(6 182 212 / 0.5); +} +.caret-cyan-500\/60{ + caret-color: rgb(6 182 212 / 0.6); +} +.caret-cyan-500\/70{ + caret-color: rgb(6 182 212 / 0.7); +} +.caret-cyan-500\/75{ + caret-color: rgb(6 182 212 / 0.75); +} +.caret-cyan-500\/80{ + caret-color: rgb(6 182 212 / 0.8); +} +.caret-cyan-500\/90{ + caret-color: rgb(6 182 212 / 0.9); +} +.caret-cyan-500\/95{ + caret-color: rgb(6 182 212 / 0.95); +} +.caret-cyan-500\/100{ + caret-color: rgb(6 182 212 / 1); +} +.caret-cyan-600\/0{ + caret-color: rgb(8 145 178 / 0); +} +.caret-cyan-600\/5{ + caret-color: rgb(8 145 178 / 0.05); +} +.caret-cyan-600\/10{ + caret-color: rgb(8 145 178 / 0.1); +} +.caret-cyan-600\/20{ + caret-color: rgb(8 145 178 / 0.2); +} +.caret-cyan-600\/25{ + caret-color: rgb(8 145 178 / 0.25); +} +.caret-cyan-600\/30{ + caret-color: rgb(8 145 178 / 0.3); +} +.caret-cyan-600\/40{ + caret-color: rgb(8 145 178 / 0.4); +} +.caret-cyan-600\/50{ + caret-color: rgb(8 145 178 / 0.5); +} +.caret-cyan-600\/60{ + caret-color: rgb(8 145 178 / 0.6); +} +.caret-cyan-600\/70{ + caret-color: rgb(8 145 178 / 0.7); +} +.caret-cyan-600\/75{ + caret-color: rgb(8 145 178 / 0.75); +} +.caret-cyan-600\/80{ + caret-color: rgb(8 145 178 / 0.8); +} +.caret-cyan-600\/90{ + caret-color: rgb(8 145 178 / 0.9); +} +.caret-cyan-600\/95{ + caret-color: rgb(8 145 178 / 0.95); +} +.caret-cyan-600\/100{ + caret-color: rgb(8 145 178 / 1); +} +.caret-cyan-700\/0{ + caret-color: rgb(14 116 144 / 0); +} +.caret-cyan-700\/5{ + caret-color: rgb(14 116 144 / 0.05); +} +.caret-cyan-700\/10{ + caret-color: rgb(14 116 144 / 0.1); +} +.caret-cyan-700\/20{ + caret-color: rgb(14 116 144 / 0.2); +} +.caret-cyan-700\/25{ + caret-color: rgb(14 116 144 / 0.25); +} +.caret-cyan-700\/30{ + caret-color: rgb(14 116 144 / 0.3); +} +.caret-cyan-700\/40{ + caret-color: rgb(14 116 144 / 0.4); +} +.caret-cyan-700\/50{ + caret-color: rgb(14 116 144 / 0.5); +} +.caret-cyan-700\/60{ + caret-color: rgb(14 116 144 / 0.6); +} +.caret-cyan-700\/70{ + caret-color: rgb(14 116 144 / 0.7); +} +.caret-cyan-700\/75{ + caret-color: rgb(14 116 144 / 0.75); +} +.caret-cyan-700\/80{ + caret-color: rgb(14 116 144 / 0.8); +} +.caret-cyan-700\/90{ + caret-color: rgb(14 116 144 / 0.9); +} +.caret-cyan-700\/95{ + caret-color: rgb(14 116 144 / 0.95); +} +.caret-cyan-700\/100{ + caret-color: rgb(14 116 144 / 1); +} +.caret-cyan-800\/0{ + caret-color: rgb(21 94 117 / 0); +} +.caret-cyan-800\/5{ + caret-color: rgb(21 94 117 / 0.05); +} +.caret-cyan-800\/10{ + caret-color: rgb(21 94 117 / 0.1); +} +.caret-cyan-800\/20{ + caret-color: rgb(21 94 117 / 0.2); +} +.caret-cyan-800\/25{ + caret-color: rgb(21 94 117 / 0.25); +} +.caret-cyan-800\/30{ + caret-color: rgb(21 94 117 / 0.3); +} +.caret-cyan-800\/40{ + caret-color: rgb(21 94 117 / 0.4); +} +.caret-cyan-800\/50{ + caret-color: rgb(21 94 117 / 0.5); +} +.caret-cyan-800\/60{ + caret-color: rgb(21 94 117 / 0.6); +} +.caret-cyan-800\/70{ + caret-color: rgb(21 94 117 / 0.7); +} +.caret-cyan-800\/75{ + caret-color: rgb(21 94 117 / 0.75); +} +.caret-cyan-800\/80{ + caret-color: rgb(21 94 117 / 0.8); +} +.caret-cyan-800\/90{ + caret-color: rgb(21 94 117 / 0.9); +} +.caret-cyan-800\/95{ + caret-color: rgb(21 94 117 / 0.95); +} +.caret-cyan-800\/100{ + caret-color: rgb(21 94 117 / 1); +} +.caret-cyan-900\/0{ + caret-color: rgb(22 78 99 / 0); +} +.caret-cyan-900\/5{ + caret-color: rgb(22 78 99 / 0.05); +} +.caret-cyan-900\/10{ + caret-color: rgb(22 78 99 / 0.1); +} +.caret-cyan-900\/20{ + caret-color: rgb(22 78 99 / 0.2); +} +.caret-cyan-900\/25{ + caret-color: rgb(22 78 99 / 0.25); +} +.caret-cyan-900\/30{ + caret-color: rgb(22 78 99 / 0.3); +} +.caret-cyan-900\/40{ + caret-color: rgb(22 78 99 / 0.4); +} +.caret-cyan-900\/50{ + caret-color: rgb(22 78 99 / 0.5); +} +.caret-cyan-900\/60{ + caret-color: rgb(22 78 99 / 0.6); +} +.caret-cyan-900\/70{ + caret-color: rgb(22 78 99 / 0.7); +} +.caret-cyan-900\/75{ + caret-color: rgb(22 78 99 / 0.75); +} +.caret-cyan-900\/80{ + caret-color: rgb(22 78 99 / 0.8); +} +.caret-cyan-900\/90{ + caret-color: rgb(22 78 99 / 0.9); +} +.caret-cyan-900\/95{ + caret-color: rgb(22 78 99 / 0.95); +} +.caret-cyan-900\/100{ + caret-color: rgb(22 78 99 / 1); +} +.caret-sky-50\/0{ + caret-color: rgb(240 249 255 / 0); +} +.caret-sky-50\/5{ + caret-color: rgb(240 249 255 / 0.05); +} +.caret-sky-50\/10{ + caret-color: rgb(240 249 255 / 0.1); +} +.caret-sky-50\/20{ + caret-color: rgb(240 249 255 / 0.2); +} +.caret-sky-50\/25{ + caret-color: rgb(240 249 255 / 0.25); +} +.caret-sky-50\/30{ + caret-color: rgb(240 249 255 / 0.3); +} +.caret-sky-50\/40{ + caret-color: rgb(240 249 255 / 0.4); +} +.caret-sky-50\/50{ + caret-color: rgb(240 249 255 / 0.5); +} +.caret-sky-50\/60{ + caret-color: rgb(240 249 255 / 0.6); +} +.caret-sky-50\/70{ + caret-color: rgb(240 249 255 / 0.7); +} +.caret-sky-50\/75{ + caret-color: rgb(240 249 255 / 0.75); +} +.caret-sky-50\/80{ + caret-color: rgb(240 249 255 / 0.8); +} +.caret-sky-50\/90{ + caret-color: rgb(240 249 255 / 0.9); +} +.caret-sky-50\/95{ + caret-color: rgb(240 249 255 / 0.95); +} +.caret-sky-50\/100{ + caret-color: rgb(240 249 255 / 1); +} +.caret-sky-100\/0{ + caret-color: rgb(224 242 254 / 0); +} +.caret-sky-100\/5{ + caret-color: rgb(224 242 254 / 0.05); +} +.caret-sky-100\/10{ + caret-color: rgb(224 242 254 / 0.1); +} +.caret-sky-100\/20{ + caret-color: rgb(224 242 254 / 0.2); +} +.caret-sky-100\/25{ + caret-color: rgb(224 242 254 / 0.25); +} +.caret-sky-100\/30{ + caret-color: rgb(224 242 254 / 0.3); +} +.caret-sky-100\/40{ + caret-color: rgb(224 242 254 / 0.4); +} +.caret-sky-100\/50{ + caret-color: rgb(224 242 254 / 0.5); +} +.caret-sky-100\/60{ + caret-color: rgb(224 242 254 / 0.6); +} +.caret-sky-100\/70{ + caret-color: rgb(224 242 254 / 0.7); +} +.caret-sky-100\/75{ + caret-color: rgb(224 242 254 / 0.75); +} +.caret-sky-100\/80{ + caret-color: rgb(224 242 254 / 0.8); +} +.caret-sky-100\/90{ + caret-color: rgb(224 242 254 / 0.9); +} +.caret-sky-100\/95{ + caret-color: rgb(224 242 254 / 0.95); +} +.caret-sky-100\/100{ + caret-color: rgb(224 242 254 / 1); +} +.caret-sky-200\/0{ + caret-color: rgb(186 230 253 / 0); +} +.caret-sky-200\/5{ + caret-color: rgb(186 230 253 / 0.05); +} +.caret-sky-200\/10{ + caret-color: rgb(186 230 253 / 0.1); +} +.caret-sky-200\/20{ + caret-color: rgb(186 230 253 / 0.2); +} +.caret-sky-200\/25{ + caret-color: rgb(186 230 253 / 0.25); +} +.caret-sky-200\/30{ + caret-color: rgb(186 230 253 / 0.3); +} +.caret-sky-200\/40{ + caret-color: rgb(186 230 253 / 0.4); +} +.caret-sky-200\/50{ + caret-color: rgb(186 230 253 / 0.5); +} +.caret-sky-200\/60{ + caret-color: rgb(186 230 253 / 0.6); +} +.caret-sky-200\/70{ + caret-color: rgb(186 230 253 / 0.7); +} +.caret-sky-200\/75{ + caret-color: rgb(186 230 253 / 0.75); +} +.caret-sky-200\/80{ + caret-color: rgb(186 230 253 / 0.8); +} +.caret-sky-200\/90{ + caret-color: rgb(186 230 253 / 0.9); +} +.caret-sky-200\/95{ + caret-color: rgb(186 230 253 / 0.95); +} +.caret-sky-200\/100{ + caret-color: rgb(186 230 253 / 1); +} +.caret-sky-300\/0{ + caret-color: rgb(125 211 252 / 0); +} +.caret-sky-300\/5{ + caret-color: rgb(125 211 252 / 0.05); +} +.caret-sky-300\/10{ + caret-color: rgb(125 211 252 / 0.1); +} +.caret-sky-300\/20{ + caret-color: rgb(125 211 252 / 0.2); +} +.caret-sky-300\/25{ + caret-color: rgb(125 211 252 / 0.25); +} +.caret-sky-300\/30{ + caret-color: rgb(125 211 252 / 0.3); +} +.caret-sky-300\/40{ + caret-color: rgb(125 211 252 / 0.4); +} +.caret-sky-300\/50{ + caret-color: rgb(125 211 252 / 0.5); +} +.caret-sky-300\/60{ + caret-color: rgb(125 211 252 / 0.6); +} +.caret-sky-300\/70{ + caret-color: rgb(125 211 252 / 0.7); +} +.caret-sky-300\/75{ + caret-color: rgb(125 211 252 / 0.75); +} +.caret-sky-300\/80{ + caret-color: rgb(125 211 252 / 0.8); +} +.caret-sky-300\/90{ + caret-color: rgb(125 211 252 / 0.9); +} +.caret-sky-300\/95{ + caret-color: rgb(125 211 252 / 0.95); +} +.caret-sky-300\/100{ + caret-color: rgb(125 211 252 / 1); +} +.caret-sky-400\/0{ + caret-color: rgb(56 189 248 / 0); +} +.caret-sky-400\/5{ + caret-color: rgb(56 189 248 / 0.05); +} +.caret-sky-400\/10{ + caret-color: rgb(56 189 248 / 0.1); +} +.caret-sky-400\/20{ + caret-color: rgb(56 189 248 / 0.2); +} +.caret-sky-400\/25{ + caret-color: rgb(56 189 248 / 0.25); +} +.caret-sky-400\/30{ + caret-color: rgb(56 189 248 / 0.3); +} +.caret-sky-400\/40{ + caret-color: rgb(56 189 248 / 0.4); +} +.caret-sky-400\/50{ + caret-color: rgb(56 189 248 / 0.5); +} +.caret-sky-400\/60{ + caret-color: rgb(56 189 248 / 0.6); +} +.caret-sky-400\/70{ + caret-color: rgb(56 189 248 / 0.7); +} +.caret-sky-400\/75{ + caret-color: rgb(56 189 248 / 0.75); +} +.caret-sky-400\/80{ + caret-color: rgb(56 189 248 / 0.8); +} +.caret-sky-400\/90{ + caret-color: rgb(56 189 248 / 0.9); +} +.caret-sky-400\/95{ + caret-color: rgb(56 189 248 / 0.95); +} +.caret-sky-400\/100{ + caret-color: rgb(56 189 248 / 1); +} +.caret-sky-500\/0{ + caret-color: rgb(14 165 233 / 0); +} +.caret-sky-500\/5{ + caret-color: rgb(14 165 233 / 0.05); +} +.caret-sky-500\/10{ + caret-color: rgb(14 165 233 / 0.1); +} +.caret-sky-500\/20{ + caret-color: rgb(14 165 233 / 0.2); +} +.caret-sky-500\/25{ + caret-color: rgb(14 165 233 / 0.25); +} +.caret-sky-500\/30{ + caret-color: rgb(14 165 233 / 0.3); +} +.caret-sky-500\/40{ + caret-color: rgb(14 165 233 / 0.4); +} +.caret-sky-500\/50{ + caret-color: rgb(14 165 233 / 0.5); +} +.caret-sky-500\/60{ + caret-color: rgb(14 165 233 / 0.6); +} +.caret-sky-500\/70{ + caret-color: rgb(14 165 233 / 0.7); +} +.caret-sky-500\/75{ + caret-color: rgb(14 165 233 / 0.75); +} +.caret-sky-500\/80{ + caret-color: rgb(14 165 233 / 0.8); +} +.caret-sky-500\/90{ + caret-color: rgb(14 165 233 / 0.9); +} +.caret-sky-500\/95{ + caret-color: rgb(14 165 233 / 0.95); +} +.caret-sky-500\/100{ + caret-color: rgb(14 165 233 / 1); +} +.caret-sky-600\/0{ + caret-color: rgb(2 132 199 / 0); +} +.caret-sky-600\/5{ + caret-color: rgb(2 132 199 / 0.05); +} +.caret-sky-600\/10{ + caret-color: rgb(2 132 199 / 0.1); +} +.caret-sky-600\/20{ + caret-color: rgb(2 132 199 / 0.2); +} +.caret-sky-600\/25{ + caret-color: rgb(2 132 199 / 0.25); +} +.caret-sky-600\/30{ + caret-color: rgb(2 132 199 / 0.3); +} +.caret-sky-600\/40{ + caret-color: rgb(2 132 199 / 0.4); +} +.caret-sky-600\/50{ + caret-color: rgb(2 132 199 / 0.5); +} +.caret-sky-600\/60{ + caret-color: rgb(2 132 199 / 0.6); +} +.caret-sky-600\/70{ + caret-color: rgb(2 132 199 / 0.7); +} +.caret-sky-600\/75{ + caret-color: rgb(2 132 199 / 0.75); +} +.caret-sky-600\/80{ + caret-color: rgb(2 132 199 / 0.8); +} +.caret-sky-600\/90{ + caret-color: rgb(2 132 199 / 0.9); +} +.caret-sky-600\/95{ + caret-color: rgb(2 132 199 / 0.95); +} +.caret-sky-600\/100{ + caret-color: rgb(2 132 199 / 1); +} +.caret-sky-700\/0{ + caret-color: rgb(3 105 161 / 0); +} +.caret-sky-700\/5{ + caret-color: rgb(3 105 161 / 0.05); +} +.caret-sky-700\/10{ + caret-color: rgb(3 105 161 / 0.1); +} +.caret-sky-700\/20{ + caret-color: rgb(3 105 161 / 0.2); +} +.caret-sky-700\/25{ + caret-color: rgb(3 105 161 / 0.25); +} +.caret-sky-700\/30{ + caret-color: rgb(3 105 161 / 0.3); +} +.caret-sky-700\/40{ + caret-color: rgb(3 105 161 / 0.4); +} +.caret-sky-700\/50{ + caret-color: rgb(3 105 161 / 0.5); +} +.caret-sky-700\/60{ + caret-color: rgb(3 105 161 / 0.6); +} +.caret-sky-700\/70{ + caret-color: rgb(3 105 161 / 0.7); +} +.caret-sky-700\/75{ + caret-color: rgb(3 105 161 / 0.75); +} +.caret-sky-700\/80{ + caret-color: rgb(3 105 161 / 0.8); +} +.caret-sky-700\/90{ + caret-color: rgb(3 105 161 / 0.9); +} +.caret-sky-700\/95{ + caret-color: rgb(3 105 161 / 0.95); +} +.caret-sky-700\/100{ + caret-color: rgb(3 105 161 / 1); +} +.caret-sky-800\/0{ + caret-color: rgb(7 89 133 / 0); +} +.caret-sky-800\/5{ + caret-color: rgb(7 89 133 / 0.05); +} +.caret-sky-800\/10{ + caret-color: rgb(7 89 133 / 0.1); +} +.caret-sky-800\/20{ + caret-color: rgb(7 89 133 / 0.2); +} +.caret-sky-800\/25{ + caret-color: rgb(7 89 133 / 0.25); +} +.caret-sky-800\/30{ + caret-color: rgb(7 89 133 / 0.3); +} +.caret-sky-800\/40{ + caret-color: rgb(7 89 133 / 0.4); +} +.caret-sky-800\/50{ + caret-color: rgb(7 89 133 / 0.5); +} +.caret-sky-800\/60{ + caret-color: rgb(7 89 133 / 0.6); +} +.caret-sky-800\/70{ + caret-color: rgb(7 89 133 / 0.7); +} +.caret-sky-800\/75{ + caret-color: rgb(7 89 133 / 0.75); +} +.caret-sky-800\/80{ + caret-color: rgb(7 89 133 / 0.8); +} +.caret-sky-800\/90{ + caret-color: rgb(7 89 133 / 0.9); +} +.caret-sky-800\/95{ + caret-color: rgb(7 89 133 / 0.95); +} +.caret-sky-800\/100{ + caret-color: rgb(7 89 133 / 1); +} +.caret-sky-900\/0{ + caret-color: rgb(12 74 110 / 0); +} +.caret-sky-900\/5{ + caret-color: rgb(12 74 110 / 0.05); +} +.caret-sky-900\/10{ + caret-color: rgb(12 74 110 / 0.1); +} +.caret-sky-900\/20{ + caret-color: rgb(12 74 110 / 0.2); +} +.caret-sky-900\/25{ + caret-color: rgb(12 74 110 / 0.25); +} +.caret-sky-900\/30{ + caret-color: rgb(12 74 110 / 0.3); +} +.caret-sky-900\/40{ + caret-color: rgb(12 74 110 / 0.4); +} +.caret-sky-900\/50{ + caret-color: rgb(12 74 110 / 0.5); +} +.caret-sky-900\/60{ + caret-color: rgb(12 74 110 / 0.6); +} +.caret-sky-900\/70{ + caret-color: rgb(12 74 110 / 0.7); +} +.caret-sky-900\/75{ + caret-color: rgb(12 74 110 / 0.75); +} +.caret-sky-900\/80{ + caret-color: rgb(12 74 110 / 0.8); +} +.caret-sky-900\/90{ + caret-color: rgb(12 74 110 / 0.9); +} +.caret-sky-900\/95{ + caret-color: rgb(12 74 110 / 0.95); +} +.caret-sky-900\/100{ + caret-color: rgb(12 74 110 / 1); +} +.caret-blue-50\/0{ + caret-color: rgb(242 248 251 / 0); +} +.caret-blue-50\/5{ + caret-color: rgb(242 248 251 / 0.05); +} +.caret-blue-50\/10{ + caret-color: rgb(242 248 251 / 0.1); +} +.caret-blue-50\/20{ + caret-color: rgb(242 248 251 / 0.2); +} +.caret-blue-50\/25{ + caret-color: rgb(242 248 251 / 0.25); +} +.caret-blue-50\/30{ + caret-color: rgb(242 248 251 / 0.3); +} +.caret-blue-50\/40{ + caret-color: rgb(242 248 251 / 0.4); +} +.caret-blue-50\/50{ + caret-color: rgb(242 248 251 / 0.5); +} +.caret-blue-50\/60{ + caret-color: rgb(242 248 251 / 0.6); +} +.caret-blue-50\/70{ + caret-color: rgb(242 248 251 / 0.7); +} +.caret-blue-50\/75{ + caret-color: rgb(242 248 251 / 0.75); +} +.caret-blue-50\/80{ + caret-color: rgb(242 248 251 / 0.8); +} +.caret-blue-50\/90{ + caret-color: rgb(242 248 251 / 0.9); +} +.caret-blue-50\/95{ + caret-color: rgb(242 248 251 / 0.95); +} +.caret-blue-50\/100{ + caret-color: rgb(242 248 251 / 1); +} +.caret-blue-100\/0{ + caret-color: rgb(230 241 246 / 0); +} +.caret-blue-100\/5{ + caret-color: rgb(230 241 246 / 0.05); +} +.caret-blue-100\/10{ + caret-color: rgb(230 241 246 / 0.1); +} +.caret-blue-100\/20{ + caret-color: rgb(230 241 246 / 0.2); +} +.caret-blue-100\/25{ + caret-color: rgb(230 241 246 / 0.25); +} +.caret-blue-100\/30{ + caret-color: rgb(230 241 246 / 0.3); +} +.caret-blue-100\/40{ + caret-color: rgb(230 241 246 / 0.4); +} +.caret-blue-100\/50{ + caret-color: rgb(230 241 246 / 0.5); +} +.caret-blue-100\/60{ + caret-color: rgb(230 241 246 / 0.6); +} +.caret-blue-100\/70{ + caret-color: rgb(230 241 246 / 0.7); +} +.caret-blue-100\/75{ + caret-color: rgb(230 241 246 / 0.75); +} +.caret-blue-100\/80{ + caret-color: rgb(230 241 246 / 0.8); +} +.caret-blue-100\/90{ + caret-color: rgb(230 241 246 / 0.9); +} +.caret-blue-100\/95{ + caret-color: rgb(230 241 246 / 0.95); +} +.caret-blue-100\/100{ + caret-color: rgb(230 241 246 / 1); +} +.caret-blue-200\/0{ + caret-color: rgb(191 219 233 / 0); +} +.caret-blue-200\/5{ + caret-color: rgb(191 219 233 / 0.05); +} +.caret-blue-200\/10{ + caret-color: rgb(191 219 233 / 0.1); +} +.caret-blue-200\/20{ + caret-color: rgb(191 219 233 / 0.2); +} +.caret-blue-200\/25{ + caret-color: rgb(191 219 233 / 0.25); +} +.caret-blue-200\/30{ + caret-color: rgb(191 219 233 / 0.3); +} +.caret-blue-200\/40{ + caret-color: rgb(191 219 233 / 0.4); +} +.caret-blue-200\/50{ + caret-color: rgb(191 219 233 / 0.5); +} +.caret-blue-200\/60{ + caret-color: rgb(191 219 233 / 0.6); +} +.caret-blue-200\/70{ + caret-color: rgb(191 219 233 / 0.7); +} +.caret-blue-200\/75{ + caret-color: rgb(191 219 233 / 0.75); +} +.caret-blue-200\/80{ + caret-color: rgb(191 219 233 / 0.8); +} +.caret-blue-200\/90{ + caret-color: rgb(191 219 233 / 0.9); +} +.caret-blue-200\/95{ + caret-color: rgb(191 219 233 / 0.95); +} +.caret-blue-200\/100{ + caret-color: rgb(191 219 233 / 1); +} +.caret-blue-300\/0{ + caret-color: rgb(153 197 219 / 0); +} +.caret-blue-300\/5{ + caret-color: rgb(153 197 219 / 0.05); +} +.caret-blue-300\/10{ + caret-color: rgb(153 197 219 / 0.1); +} +.caret-blue-300\/20{ + caret-color: rgb(153 197 219 / 0.2); +} +.caret-blue-300\/25{ + caret-color: rgb(153 197 219 / 0.25); +} +.caret-blue-300\/30{ + caret-color: rgb(153 197 219 / 0.3); +} +.caret-blue-300\/40{ + caret-color: rgb(153 197 219 / 0.4); +} +.caret-blue-300\/50{ + caret-color: rgb(153 197 219 / 0.5); +} +.caret-blue-300\/60{ + caret-color: rgb(153 197 219 / 0.6); +} +.caret-blue-300\/70{ + caret-color: rgb(153 197 219 / 0.7); +} +.caret-blue-300\/75{ + caret-color: rgb(153 197 219 / 0.75); +} +.caret-blue-300\/80{ + caret-color: rgb(153 197 219 / 0.8); +} +.caret-blue-300\/90{ + caret-color: rgb(153 197 219 / 0.9); +} +.caret-blue-300\/95{ + caret-color: rgb(153 197 219 / 0.95); +} +.caret-blue-300\/100{ + caret-color: rgb(153 197 219 / 1); +} +.caret-blue-400\/0{ + caret-color: rgb(77 154 193 / 0); +} +.caret-blue-400\/5{ + caret-color: rgb(77 154 193 / 0.05); +} +.caret-blue-400\/10{ + caret-color: rgb(77 154 193 / 0.1); +} +.caret-blue-400\/20{ + caret-color: rgb(77 154 193 / 0.2); +} +.caret-blue-400\/25{ + caret-color: rgb(77 154 193 / 0.25); +} +.caret-blue-400\/30{ + caret-color: rgb(77 154 193 / 0.3); +} +.caret-blue-400\/40{ + caret-color: rgb(77 154 193 / 0.4); +} +.caret-blue-400\/50{ + caret-color: rgb(77 154 193 / 0.5); +} +.caret-blue-400\/60{ + caret-color: rgb(77 154 193 / 0.6); +} +.caret-blue-400\/70{ + caret-color: rgb(77 154 193 / 0.7); +} +.caret-blue-400\/75{ + caret-color: rgb(77 154 193 / 0.75); +} +.caret-blue-400\/80{ + caret-color: rgb(77 154 193 / 0.8); +} +.caret-blue-400\/90{ + caret-color: rgb(77 154 193 / 0.9); +} +.caret-blue-400\/95{ + caret-color: rgb(77 154 193 / 0.95); +} +.caret-blue-400\/100{ + caret-color: rgb(77 154 193 / 1); +} +.caret-blue-500\/0{ + caret-color: rgb(0 110 166 / 0); +} +.caret-blue-500\/5{ + caret-color: rgb(0 110 166 / 0.05); +} +.caret-blue-500\/10{ + caret-color: rgb(0 110 166 / 0.1); +} +.caret-blue-500\/20{ + caret-color: rgb(0 110 166 / 0.2); +} +.caret-blue-500\/25{ + caret-color: rgb(0 110 166 / 0.25); +} +.caret-blue-500\/30{ + caret-color: rgb(0 110 166 / 0.3); +} +.caret-blue-500\/40{ + caret-color: rgb(0 110 166 / 0.4); +} +.caret-blue-500\/50{ + caret-color: rgb(0 110 166 / 0.5); +} +.caret-blue-500\/60{ + caret-color: rgb(0 110 166 / 0.6); +} +.caret-blue-500\/70{ + caret-color: rgb(0 110 166 / 0.7); +} +.caret-blue-500\/75{ + caret-color: rgb(0 110 166 / 0.75); +} +.caret-blue-500\/80{ + caret-color: rgb(0 110 166 / 0.8); +} +.caret-blue-500\/90{ + caret-color: rgb(0 110 166 / 0.9); +} +.caret-blue-500\/95{ + caret-color: rgb(0 110 166 / 0.95); +} +.caret-blue-500\/100{ + caret-color: rgb(0 110 166 / 1); +} +.caret-blue-600\/0{ + caret-color: rgb(0 99 149 / 0); +} +.caret-blue-600\/5{ + caret-color: rgb(0 99 149 / 0.05); +} +.caret-blue-600\/10{ + caret-color: rgb(0 99 149 / 0.1); +} +.caret-blue-600\/20{ + caret-color: rgb(0 99 149 / 0.2); +} +.caret-blue-600\/25{ + caret-color: rgb(0 99 149 / 0.25); +} +.caret-blue-600\/30{ + caret-color: rgb(0 99 149 / 0.3); +} +.caret-blue-600\/40{ + caret-color: rgb(0 99 149 / 0.4); +} +.caret-blue-600\/50{ + caret-color: rgb(0 99 149 / 0.5); +} +.caret-blue-600\/60{ + caret-color: rgb(0 99 149 / 0.6); +} +.caret-blue-600\/70{ + caret-color: rgb(0 99 149 / 0.7); +} +.caret-blue-600\/75{ + caret-color: rgb(0 99 149 / 0.75); +} +.caret-blue-600\/80{ + caret-color: rgb(0 99 149 / 0.8); +} +.caret-blue-600\/90{ + caret-color: rgb(0 99 149 / 0.9); +} +.caret-blue-600\/95{ + caret-color: rgb(0 99 149 / 0.95); +} +.caret-blue-600\/100{ + caret-color: rgb(0 99 149 / 1); +} +.caret-blue-700\/0{ + caret-color: rgb(0 83 125 / 0); +} +.caret-blue-700\/5{ + caret-color: rgb(0 83 125 / 0.05); +} +.caret-blue-700\/10{ + caret-color: rgb(0 83 125 / 0.1); +} +.caret-blue-700\/20{ + caret-color: rgb(0 83 125 / 0.2); +} +.caret-blue-700\/25{ + caret-color: rgb(0 83 125 / 0.25); +} +.caret-blue-700\/30{ + caret-color: rgb(0 83 125 / 0.3); +} +.caret-blue-700\/40{ + caret-color: rgb(0 83 125 / 0.4); +} +.caret-blue-700\/50{ + caret-color: rgb(0 83 125 / 0.5); +} +.caret-blue-700\/60{ + caret-color: rgb(0 83 125 / 0.6); +} +.caret-blue-700\/70{ + caret-color: rgb(0 83 125 / 0.7); +} +.caret-blue-700\/75{ + caret-color: rgb(0 83 125 / 0.75); +} +.caret-blue-700\/80{ + caret-color: rgb(0 83 125 / 0.8); +} +.caret-blue-700\/90{ + caret-color: rgb(0 83 125 / 0.9); +} +.caret-blue-700\/95{ + caret-color: rgb(0 83 125 / 0.95); +} +.caret-blue-700\/100{ + caret-color: rgb(0 83 125 / 1); +} +.caret-blue-800\/0{ + caret-color: rgb(0 66 100 / 0); +} +.caret-blue-800\/5{ + caret-color: rgb(0 66 100 / 0.05); +} +.caret-blue-800\/10{ + caret-color: rgb(0 66 100 / 0.1); +} +.caret-blue-800\/20{ + caret-color: rgb(0 66 100 / 0.2); +} +.caret-blue-800\/25{ + caret-color: rgb(0 66 100 / 0.25); +} +.caret-blue-800\/30{ + caret-color: rgb(0 66 100 / 0.3); +} +.caret-blue-800\/40{ + caret-color: rgb(0 66 100 / 0.4); +} +.caret-blue-800\/50{ + caret-color: rgb(0 66 100 / 0.5); +} +.caret-blue-800\/60{ + caret-color: rgb(0 66 100 / 0.6); +} +.caret-blue-800\/70{ + caret-color: rgb(0 66 100 / 0.7); +} +.caret-blue-800\/75{ + caret-color: rgb(0 66 100 / 0.75); +} +.caret-blue-800\/80{ + caret-color: rgb(0 66 100 / 0.8); +} +.caret-blue-800\/90{ + caret-color: rgb(0 66 100 / 0.9); +} +.caret-blue-800\/95{ + caret-color: rgb(0 66 100 / 0.95); +} +.caret-blue-800\/100{ + caret-color: rgb(0 66 100 / 1); +} +.caret-blue-900\/0{ + caret-color: rgb(0 54 81 / 0); +} +.caret-blue-900\/5{ + caret-color: rgb(0 54 81 / 0.05); +} +.caret-blue-900\/10{ + caret-color: rgb(0 54 81 / 0.1); +} +.caret-blue-900\/20{ + caret-color: rgb(0 54 81 / 0.2); +} +.caret-blue-900\/25{ + caret-color: rgb(0 54 81 / 0.25); +} +.caret-blue-900\/30{ + caret-color: rgb(0 54 81 / 0.3); +} +.caret-blue-900\/40{ + caret-color: rgb(0 54 81 / 0.4); +} +.caret-blue-900\/50{ + caret-color: rgb(0 54 81 / 0.5); +} +.caret-blue-900\/60{ + caret-color: rgb(0 54 81 / 0.6); +} +.caret-blue-900\/70{ + caret-color: rgb(0 54 81 / 0.7); +} +.caret-blue-900\/75{ + caret-color: rgb(0 54 81 / 0.75); +} +.caret-blue-900\/80{ + caret-color: rgb(0 54 81 / 0.8); +} +.caret-blue-900\/90{ + caret-color: rgb(0 54 81 / 0.9); +} +.caret-blue-900\/95{ + caret-color: rgb(0 54 81 / 0.95); +} +.caret-blue-900\/100{ + caret-color: rgb(0 54 81 / 1); +} +.caret-blue\/0{ + caret-color: rgb(0 110 166 / 0); +} +.caret-blue\/5{ + caret-color: rgb(0 110 166 / 0.05); +} +.caret-blue\/10{ + caret-color: rgb(0 110 166 / 0.1); +} +.caret-blue\/20{ + caret-color: rgb(0 110 166 / 0.2); +} +.caret-blue\/25{ + caret-color: rgb(0 110 166 / 0.25); +} +.caret-blue\/30{ + caret-color: rgb(0 110 166 / 0.3); +} +.caret-blue\/40{ + caret-color: rgb(0 110 166 / 0.4); +} +.caret-blue\/50{ + caret-color: rgb(0 110 166 / 0.5); +} +.caret-blue\/60{ + caret-color: rgb(0 110 166 / 0.6); +} +.caret-blue\/70{ + caret-color: rgb(0 110 166 / 0.7); +} +.caret-blue\/75{ + caret-color: rgb(0 110 166 / 0.75); +} +.caret-blue\/80{ + caret-color: rgb(0 110 166 / 0.8); +} +.caret-blue\/90{ + caret-color: rgb(0 110 166 / 0.9); +} +.caret-blue\/95{ + caret-color: rgb(0 110 166 / 0.95); +} +.caret-blue\/100{ + caret-color: rgb(0 110 166 / 1); +} +.caret-indigo-50\/0{ + caret-color: rgb(240 245 255 / 0); +} +.caret-indigo-50\/5{ + caret-color: rgb(240 245 255 / 0.05); +} +.caret-indigo-50\/10{ + caret-color: rgb(240 245 255 / 0.1); +} +.caret-indigo-50\/20{ + caret-color: rgb(240 245 255 / 0.2); +} +.caret-indigo-50\/25{ + caret-color: rgb(240 245 255 / 0.25); +} +.caret-indigo-50\/30{ + caret-color: rgb(240 245 255 / 0.3); +} +.caret-indigo-50\/40{ + caret-color: rgb(240 245 255 / 0.4); +} +.caret-indigo-50\/50{ + caret-color: rgb(240 245 255 / 0.5); +} +.caret-indigo-50\/60{ + caret-color: rgb(240 245 255 / 0.6); +} +.caret-indigo-50\/70{ + caret-color: rgb(240 245 255 / 0.7); +} +.caret-indigo-50\/75{ + caret-color: rgb(240 245 255 / 0.75); +} +.caret-indigo-50\/80{ + caret-color: rgb(240 245 255 / 0.8); +} +.caret-indigo-50\/90{ + caret-color: rgb(240 245 255 / 0.9); +} +.caret-indigo-50\/95{ + caret-color: rgb(240 245 255 / 0.95); +} +.caret-indigo-50\/100{ + caret-color: rgb(240 245 255 / 1); +} +.caret-indigo-100\/0{ + caret-color: rgb(229 237 255 / 0); +} +.caret-indigo-100\/5{ + caret-color: rgb(229 237 255 / 0.05); +} +.caret-indigo-100\/10{ + caret-color: rgb(229 237 255 / 0.1); +} +.caret-indigo-100\/20{ + caret-color: rgb(229 237 255 / 0.2); +} +.caret-indigo-100\/25{ + caret-color: rgb(229 237 255 / 0.25); +} +.caret-indigo-100\/30{ + caret-color: rgb(229 237 255 / 0.3); +} +.caret-indigo-100\/40{ + caret-color: rgb(229 237 255 / 0.4); +} +.caret-indigo-100\/50{ + caret-color: rgb(229 237 255 / 0.5); +} +.caret-indigo-100\/60{ + caret-color: rgb(229 237 255 / 0.6); +} +.caret-indigo-100\/70{ + caret-color: rgb(229 237 255 / 0.7); +} +.caret-indigo-100\/75{ + caret-color: rgb(229 237 255 / 0.75); +} +.caret-indigo-100\/80{ + caret-color: rgb(229 237 255 / 0.8); +} +.caret-indigo-100\/90{ + caret-color: rgb(229 237 255 / 0.9); +} +.caret-indigo-100\/95{ + caret-color: rgb(229 237 255 / 0.95); +} +.caret-indigo-100\/100{ + caret-color: rgb(229 237 255 / 1); +} +.caret-indigo-200\/0{ + caret-color: rgb(205 219 254 / 0); +} +.caret-indigo-200\/5{ + caret-color: rgb(205 219 254 / 0.05); +} +.caret-indigo-200\/10{ + caret-color: rgb(205 219 254 / 0.1); +} +.caret-indigo-200\/20{ + caret-color: rgb(205 219 254 / 0.2); +} +.caret-indigo-200\/25{ + caret-color: rgb(205 219 254 / 0.25); +} +.caret-indigo-200\/30{ + caret-color: rgb(205 219 254 / 0.3); +} +.caret-indigo-200\/40{ + caret-color: rgb(205 219 254 / 0.4); +} +.caret-indigo-200\/50{ + caret-color: rgb(205 219 254 / 0.5); +} +.caret-indigo-200\/60{ + caret-color: rgb(205 219 254 / 0.6); +} +.caret-indigo-200\/70{ + caret-color: rgb(205 219 254 / 0.7); +} +.caret-indigo-200\/75{ + caret-color: rgb(205 219 254 / 0.75); +} +.caret-indigo-200\/80{ + caret-color: rgb(205 219 254 / 0.8); +} +.caret-indigo-200\/90{ + caret-color: rgb(205 219 254 / 0.9); +} +.caret-indigo-200\/95{ + caret-color: rgb(205 219 254 / 0.95); +} +.caret-indigo-200\/100{ + caret-color: rgb(205 219 254 / 1); +} +.caret-indigo-300\/0{ + caret-color: rgb(180 198 252 / 0); +} +.caret-indigo-300\/5{ + caret-color: rgb(180 198 252 / 0.05); +} +.caret-indigo-300\/10{ + caret-color: rgb(180 198 252 / 0.1); +} +.caret-indigo-300\/20{ + caret-color: rgb(180 198 252 / 0.2); +} +.caret-indigo-300\/25{ + caret-color: rgb(180 198 252 / 0.25); +} +.caret-indigo-300\/30{ + caret-color: rgb(180 198 252 / 0.3); +} +.caret-indigo-300\/40{ + caret-color: rgb(180 198 252 / 0.4); +} +.caret-indigo-300\/50{ + caret-color: rgb(180 198 252 / 0.5); +} +.caret-indigo-300\/60{ + caret-color: rgb(180 198 252 / 0.6); +} +.caret-indigo-300\/70{ + caret-color: rgb(180 198 252 / 0.7); +} +.caret-indigo-300\/75{ + caret-color: rgb(180 198 252 / 0.75); +} +.caret-indigo-300\/80{ + caret-color: rgb(180 198 252 / 0.8); +} +.caret-indigo-300\/90{ + caret-color: rgb(180 198 252 / 0.9); +} +.caret-indigo-300\/95{ + caret-color: rgb(180 198 252 / 0.95); +} +.caret-indigo-300\/100{ + caret-color: rgb(180 198 252 / 1); +} +.caret-indigo-400\/0{ + caret-color: rgb(141 162 251 / 0); +} +.caret-indigo-400\/5{ + caret-color: rgb(141 162 251 / 0.05); +} +.caret-indigo-400\/10{ + caret-color: rgb(141 162 251 / 0.1); +} +.caret-indigo-400\/20{ + caret-color: rgb(141 162 251 / 0.2); +} +.caret-indigo-400\/25{ + caret-color: rgb(141 162 251 / 0.25); +} +.caret-indigo-400\/30{ + caret-color: rgb(141 162 251 / 0.3); +} +.caret-indigo-400\/40{ + caret-color: rgb(141 162 251 / 0.4); +} +.caret-indigo-400\/50{ + caret-color: rgb(141 162 251 / 0.5); +} +.caret-indigo-400\/60{ + caret-color: rgb(141 162 251 / 0.6); +} +.caret-indigo-400\/70{ + caret-color: rgb(141 162 251 / 0.7); +} +.caret-indigo-400\/75{ + caret-color: rgb(141 162 251 / 0.75); +} +.caret-indigo-400\/80{ + caret-color: rgb(141 162 251 / 0.8); +} +.caret-indigo-400\/90{ + caret-color: rgb(141 162 251 / 0.9); +} +.caret-indigo-400\/95{ + caret-color: rgb(141 162 251 / 0.95); +} +.caret-indigo-400\/100{ + caret-color: rgb(141 162 251 / 1); +} +.caret-indigo-500\/0{ + caret-color: rgb(104 117 245 / 0); +} +.caret-indigo-500\/5{ + caret-color: rgb(104 117 245 / 0.05); +} +.caret-indigo-500\/10{ + caret-color: rgb(104 117 245 / 0.1); +} +.caret-indigo-500\/20{ + caret-color: rgb(104 117 245 / 0.2); +} +.caret-indigo-500\/25{ + caret-color: rgb(104 117 245 / 0.25); +} +.caret-indigo-500\/30{ + caret-color: rgb(104 117 245 / 0.3); +} +.caret-indigo-500\/40{ + caret-color: rgb(104 117 245 / 0.4); +} +.caret-indigo-500\/50{ + caret-color: rgb(104 117 245 / 0.5); +} +.caret-indigo-500\/60{ + caret-color: rgb(104 117 245 / 0.6); +} +.caret-indigo-500\/70{ + caret-color: rgb(104 117 245 / 0.7); +} +.caret-indigo-500\/75{ + caret-color: rgb(104 117 245 / 0.75); +} +.caret-indigo-500\/80{ + caret-color: rgb(104 117 245 / 0.8); +} +.caret-indigo-500\/90{ + caret-color: rgb(104 117 245 / 0.9); +} +.caret-indigo-500\/95{ + caret-color: rgb(104 117 245 / 0.95); +} +.caret-indigo-500\/100{ + caret-color: rgb(104 117 245 / 1); +} +.caret-indigo-600\/0{ + caret-color: rgb(88 80 236 / 0); +} +.caret-indigo-600\/5{ + caret-color: rgb(88 80 236 / 0.05); +} +.caret-indigo-600\/10{ + caret-color: rgb(88 80 236 / 0.1); +} +.caret-indigo-600\/20{ + caret-color: rgb(88 80 236 / 0.2); +} +.caret-indigo-600\/25{ + caret-color: rgb(88 80 236 / 0.25); +} +.caret-indigo-600\/30{ + caret-color: rgb(88 80 236 / 0.3); +} +.caret-indigo-600\/40{ + caret-color: rgb(88 80 236 / 0.4); +} +.caret-indigo-600\/50{ + caret-color: rgb(88 80 236 / 0.5); +} +.caret-indigo-600\/60{ + caret-color: rgb(88 80 236 / 0.6); +} +.caret-indigo-600\/70{ + caret-color: rgb(88 80 236 / 0.7); +} +.caret-indigo-600\/75{ + caret-color: rgb(88 80 236 / 0.75); +} +.caret-indigo-600\/80{ + caret-color: rgb(88 80 236 / 0.8); +} +.caret-indigo-600\/90{ + caret-color: rgb(88 80 236 / 0.9); +} +.caret-indigo-600\/95{ + caret-color: rgb(88 80 236 / 0.95); +} +.caret-indigo-600\/100{ + caret-color: rgb(88 80 236 / 1); +} +.caret-indigo-700\/0{ + caret-color: rgb(81 69 205 / 0); +} +.caret-indigo-700\/5{ + caret-color: rgb(81 69 205 / 0.05); +} +.caret-indigo-700\/10{ + caret-color: rgb(81 69 205 / 0.1); +} +.caret-indigo-700\/20{ + caret-color: rgb(81 69 205 / 0.2); +} +.caret-indigo-700\/25{ + caret-color: rgb(81 69 205 / 0.25); +} +.caret-indigo-700\/30{ + caret-color: rgb(81 69 205 / 0.3); +} +.caret-indigo-700\/40{ + caret-color: rgb(81 69 205 / 0.4); +} +.caret-indigo-700\/50{ + caret-color: rgb(81 69 205 / 0.5); +} +.caret-indigo-700\/60{ + caret-color: rgb(81 69 205 / 0.6); +} +.caret-indigo-700\/70{ + caret-color: rgb(81 69 205 / 0.7); +} +.caret-indigo-700\/75{ + caret-color: rgb(81 69 205 / 0.75); +} +.caret-indigo-700\/80{ + caret-color: rgb(81 69 205 / 0.8); +} +.caret-indigo-700\/90{ + caret-color: rgb(81 69 205 / 0.9); +} +.caret-indigo-700\/95{ + caret-color: rgb(81 69 205 / 0.95); +} +.caret-indigo-700\/100{ + caret-color: rgb(81 69 205 / 1); +} +.caret-indigo-800\/0{ + caret-color: rgb(66 56 157 / 0); +} +.caret-indigo-800\/5{ + caret-color: rgb(66 56 157 / 0.05); +} +.caret-indigo-800\/10{ + caret-color: rgb(66 56 157 / 0.1); +} +.caret-indigo-800\/20{ + caret-color: rgb(66 56 157 / 0.2); +} +.caret-indigo-800\/25{ + caret-color: rgb(66 56 157 / 0.25); +} +.caret-indigo-800\/30{ + caret-color: rgb(66 56 157 / 0.3); +} +.caret-indigo-800\/40{ + caret-color: rgb(66 56 157 / 0.4); +} +.caret-indigo-800\/50{ + caret-color: rgb(66 56 157 / 0.5); +} +.caret-indigo-800\/60{ + caret-color: rgb(66 56 157 / 0.6); +} +.caret-indigo-800\/70{ + caret-color: rgb(66 56 157 / 0.7); +} +.caret-indigo-800\/75{ + caret-color: rgb(66 56 157 / 0.75); +} +.caret-indigo-800\/80{ + caret-color: rgb(66 56 157 / 0.8); +} +.caret-indigo-800\/90{ + caret-color: rgb(66 56 157 / 0.9); +} +.caret-indigo-800\/95{ + caret-color: rgb(66 56 157 / 0.95); +} +.caret-indigo-800\/100{ + caret-color: rgb(66 56 157 / 1); +} +.caret-indigo-900\/0{ + caret-color: rgb(54 47 120 / 0); +} +.caret-indigo-900\/5{ + caret-color: rgb(54 47 120 / 0.05); +} +.caret-indigo-900\/10{ + caret-color: rgb(54 47 120 / 0.1); +} +.caret-indigo-900\/20{ + caret-color: rgb(54 47 120 / 0.2); +} +.caret-indigo-900\/25{ + caret-color: rgb(54 47 120 / 0.25); +} +.caret-indigo-900\/30{ + caret-color: rgb(54 47 120 / 0.3); +} +.caret-indigo-900\/40{ + caret-color: rgb(54 47 120 / 0.4); +} +.caret-indigo-900\/50{ + caret-color: rgb(54 47 120 / 0.5); +} +.caret-indigo-900\/60{ + caret-color: rgb(54 47 120 / 0.6); +} +.caret-indigo-900\/70{ + caret-color: rgb(54 47 120 / 0.7); +} +.caret-indigo-900\/75{ + caret-color: rgb(54 47 120 / 0.75); +} +.caret-indigo-900\/80{ + caret-color: rgb(54 47 120 / 0.8); +} +.caret-indigo-900\/90{ + caret-color: rgb(54 47 120 / 0.9); +} +.caret-indigo-900\/95{ + caret-color: rgb(54 47 120 / 0.95); +} +.caret-indigo-900\/100{ + caret-color: rgb(54 47 120 / 1); +} +.caret-violet-50\/0{ + caret-color: rgb(245 243 255 / 0); +} +.caret-violet-50\/5{ + caret-color: rgb(245 243 255 / 0.05); +} +.caret-violet-50\/10{ + caret-color: rgb(245 243 255 / 0.1); +} +.caret-violet-50\/20{ + caret-color: rgb(245 243 255 / 0.2); +} +.caret-violet-50\/25{ + caret-color: rgb(245 243 255 / 0.25); +} +.caret-violet-50\/30{ + caret-color: rgb(245 243 255 / 0.3); +} +.caret-violet-50\/40{ + caret-color: rgb(245 243 255 / 0.4); +} +.caret-violet-50\/50{ + caret-color: rgb(245 243 255 / 0.5); +} +.caret-violet-50\/60{ + caret-color: rgb(245 243 255 / 0.6); +} +.caret-violet-50\/70{ + caret-color: rgb(245 243 255 / 0.7); +} +.caret-violet-50\/75{ + caret-color: rgb(245 243 255 / 0.75); +} +.caret-violet-50\/80{ + caret-color: rgb(245 243 255 / 0.8); +} +.caret-violet-50\/90{ + caret-color: rgb(245 243 255 / 0.9); +} +.caret-violet-50\/95{ + caret-color: rgb(245 243 255 / 0.95); +} +.caret-violet-50\/100{ + caret-color: rgb(245 243 255 / 1); +} +.caret-violet-100\/0{ + caret-color: rgb(237 233 254 / 0); +} +.caret-violet-100\/5{ + caret-color: rgb(237 233 254 / 0.05); +} +.caret-violet-100\/10{ + caret-color: rgb(237 233 254 / 0.1); +} +.caret-violet-100\/20{ + caret-color: rgb(237 233 254 / 0.2); +} +.caret-violet-100\/25{ + caret-color: rgb(237 233 254 / 0.25); +} +.caret-violet-100\/30{ + caret-color: rgb(237 233 254 / 0.3); +} +.caret-violet-100\/40{ + caret-color: rgb(237 233 254 / 0.4); +} +.caret-violet-100\/50{ + caret-color: rgb(237 233 254 / 0.5); +} +.caret-violet-100\/60{ + caret-color: rgb(237 233 254 / 0.6); +} +.caret-violet-100\/70{ + caret-color: rgb(237 233 254 / 0.7); +} +.caret-violet-100\/75{ + caret-color: rgb(237 233 254 / 0.75); +} +.caret-violet-100\/80{ + caret-color: rgb(237 233 254 / 0.8); +} +.caret-violet-100\/90{ + caret-color: rgb(237 233 254 / 0.9); +} +.caret-violet-100\/95{ + caret-color: rgb(237 233 254 / 0.95); +} +.caret-violet-100\/100{ + caret-color: rgb(237 233 254 / 1); +} +.caret-violet-200\/0{ + caret-color: rgb(221 214 254 / 0); +} +.caret-violet-200\/5{ + caret-color: rgb(221 214 254 / 0.05); +} +.caret-violet-200\/10{ + caret-color: rgb(221 214 254 / 0.1); +} +.caret-violet-200\/20{ + caret-color: rgb(221 214 254 / 0.2); +} +.caret-violet-200\/25{ + caret-color: rgb(221 214 254 / 0.25); +} +.caret-violet-200\/30{ + caret-color: rgb(221 214 254 / 0.3); +} +.caret-violet-200\/40{ + caret-color: rgb(221 214 254 / 0.4); +} +.caret-violet-200\/50{ + caret-color: rgb(221 214 254 / 0.5); +} +.caret-violet-200\/60{ + caret-color: rgb(221 214 254 / 0.6); +} +.caret-violet-200\/70{ + caret-color: rgb(221 214 254 / 0.7); +} +.caret-violet-200\/75{ + caret-color: rgb(221 214 254 / 0.75); +} +.caret-violet-200\/80{ + caret-color: rgb(221 214 254 / 0.8); +} +.caret-violet-200\/90{ + caret-color: rgb(221 214 254 / 0.9); +} +.caret-violet-200\/95{ + caret-color: rgb(221 214 254 / 0.95); +} +.caret-violet-200\/100{ + caret-color: rgb(221 214 254 / 1); +} +.caret-violet-300\/0{ + caret-color: rgb(196 181 253 / 0); +} +.caret-violet-300\/5{ + caret-color: rgb(196 181 253 / 0.05); +} +.caret-violet-300\/10{ + caret-color: rgb(196 181 253 / 0.1); +} +.caret-violet-300\/20{ + caret-color: rgb(196 181 253 / 0.2); +} +.caret-violet-300\/25{ + caret-color: rgb(196 181 253 / 0.25); +} +.caret-violet-300\/30{ + caret-color: rgb(196 181 253 / 0.3); +} +.caret-violet-300\/40{ + caret-color: rgb(196 181 253 / 0.4); +} +.caret-violet-300\/50{ + caret-color: rgb(196 181 253 / 0.5); +} +.caret-violet-300\/60{ + caret-color: rgb(196 181 253 / 0.6); +} +.caret-violet-300\/70{ + caret-color: rgb(196 181 253 / 0.7); +} +.caret-violet-300\/75{ + caret-color: rgb(196 181 253 / 0.75); +} +.caret-violet-300\/80{ + caret-color: rgb(196 181 253 / 0.8); +} +.caret-violet-300\/90{ + caret-color: rgb(196 181 253 / 0.9); +} +.caret-violet-300\/95{ + caret-color: rgb(196 181 253 / 0.95); +} +.caret-violet-300\/100{ + caret-color: rgb(196 181 253 / 1); +} +.caret-violet-400\/0{ + caret-color: rgb(167 139 250 / 0); +} +.caret-violet-400\/5{ + caret-color: rgb(167 139 250 / 0.05); +} +.caret-violet-400\/10{ + caret-color: rgb(167 139 250 / 0.1); +} +.caret-violet-400\/20{ + caret-color: rgb(167 139 250 / 0.2); +} +.caret-violet-400\/25{ + caret-color: rgb(167 139 250 / 0.25); +} +.caret-violet-400\/30{ + caret-color: rgb(167 139 250 / 0.3); +} +.caret-violet-400\/40{ + caret-color: rgb(167 139 250 / 0.4); +} +.caret-violet-400\/50{ + caret-color: rgb(167 139 250 / 0.5); +} +.caret-violet-400\/60{ + caret-color: rgb(167 139 250 / 0.6); +} +.caret-violet-400\/70{ + caret-color: rgb(167 139 250 / 0.7); +} +.caret-violet-400\/75{ + caret-color: rgb(167 139 250 / 0.75); +} +.caret-violet-400\/80{ + caret-color: rgb(167 139 250 / 0.8); +} +.caret-violet-400\/90{ + caret-color: rgb(167 139 250 / 0.9); +} +.caret-violet-400\/95{ + caret-color: rgb(167 139 250 / 0.95); +} +.caret-violet-400\/100{ + caret-color: rgb(167 139 250 / 1); +} +.caret-violet-500\/0{ + caret-color: rgb(139 92 246 / 0); +} +.caret-violet-500\/5{ + caret-color: rgb(139 92 246 / 0.05); +} +.caret-violet-500\/10{ + caret-color: rgb(139 92 246 / 0.1); +} +.caret-violet-500\/20{ + caret-color: rgb(139 92 246 / 0.2); +} +.caret-violet-500\/25{ + caret-color: rgb(139 92 246 / 0.25); +} +.caret-violet-500\/30{ + caret-color: rgb(139 92 246 / 0.3); +} +.caret-violet-500\/40{ + caret-color: rgb(139 92 246 / 0.4); +} +.caret-violet-500\/50{ + caret-color: rgb(139 92 246 / 0.5); +} +.caret-violet-500\/60{ + caret-color: rgb(139 92 246 / 0.6); +} +.caret-violet-500\/70{ + caret-color: rgb(139 92 246 / 0.7); +} +.caret-violet-500\/75{ + caret-color: rgb(139 92 246 / 0.75); +} +.caret-violet-500\/80{ + caret-color: rgb(139 92 246 / 0.8); +} +.caret-violet-500\/90{ + caret-color: rgb(139 92 246 / 0.9); +} +.caret-violet-500\/95{ + caret-color: rgb(139 92 246 / 0.95); +} +.caret-violet-500\/100{ + caret-color: rgb(139 92 246 / 1); +} +.caret-violet-600\/0{ + caret-color: rgb(124 58 237 / 0); +} +.caret-violet-600\/5{ + caret-color: rgb(124 58 237 / 0.05); +} +.caret-violet-600\/10{ + caret-color: rgb(124 58 237 / 0.1); +} +.caret-violet-600\/20{ + caret-color: rgb(124 58 237 / 0.2); +} +.caret-violet-600\/25{ + caret-color: rgb(124 58 237 / 0.25); +} +.caret-violet-600\/30{ + caret-color: rgb(124 58 237 / 0.3); +} +.caret-violet-600\/40{ + caret-color: rgb(124 58 237 / 0.4); +} +.caret-violet-600\/50{ + caret-color: rgb(124 58 237 / 0.5); +} +.caret-violet-600\/60{ + caret-color: rgb(124 58 237 / 0.6); +} +.caret-violet-600\/70{ + caret-color: rgb(124 58 237 / 0.7); +} +.caret-violet-600\/75{ + caret-color: rgb(124 58 237 / 0.75); +} +.caret-violet-600\/80{ + caret-color: rgb(124 58 237 / 0.8); +} +.caret-violet-600\/90{ + caret-color: rgb(124 58 237 / 0.9); +} +.caret-violet-600\/95{ + caret-color: rgb(124 58 237 / 0.95); +} +.caret-violet-600\/100{ + caret-color: rgb(124 58 237 / 1); +} +.caret-violet-700\/0{ + caret-color: rgb(109 40 217 / 0); +} +.caret-violet-700\/5{ + caret-color: rgb(109 40 217 / 0.05); +} +.caret-violet-700\/10{ + caret-color: rgb(109 40 217 / 0.1); +} +.caret-violet-700\/20{ + caret-color: rgb(109 40 217 / 0.2); +} +.caret-violet-700\/25{ + caret-color: rgb(109 40 217 / 0.25); +} +.caret-violet-700\/30{ + caret-color: rgb(109 40 217 / 0.3); +} +.caret-violet-700\/40{ + caret-color: rgb(109 40 217 / 0.4); +} +.caret-violet-700\/50{ + caret-color: rgb(109 40 217 / 0.5); +} +.caret-violet-700\/60{ + caret-color: rgb(109 40 217 / 0.6); +} +.caret-violet-700\/70{ + caret-color: rgb(109 40 217 / 0.7); +} +.caret-violet-700\/75{ + caret-color: rgb(109 40 217 / 0.75); +} +.caret-violet-700\/80{ + caret-color: rgb(109 40 217 / 0.8); +} +.caret-violet-700\/90{ + caret-color: rgb(109 40 217 / 0.9); +} +.caret-violet-700\/95{ + caret-color: rgb(109 40 217 / 0.95); +} +.caret-violet-700\/100{ + caret-color: rgb(109 40 217 / 1); +} +.caret-violet-800\/0{ + caret-color: rgb(91 33 182 / 0); +} +.caret-violet-800\/5{ + caret-color: rgb(91 33 182 / 0.05); +} +.caret-violet-800\/10{ + caret-color: rgb(91 33 182 / 0.1); +} +.caret-violet-800\/20{ + caret-color: rgb(91 33 182 / 0.2); +} +.caret-violet-800\/25{ + caret-color: rgb(91 33 182 / 0.25); +} +.caret-violet-800\/30{ + caret-color: rgb(91 33 182 / 0.3); +} +.caret-violet-800\/40{ + caret-color: rgb(91 33 182 / 0.4); +} +.caret-violet-800\/50{ + caret-color: rgb(91 33 182 / 0.5); +} +.caret-violet-800\/60{ + caret-color: rgb(91 33 182 / 0.6); +} +.caret-violet-800\/70{ + caret-color: rgb(91 33 182 / 0.7); +} +.caret-violet-800\/75{ + caret-color: rgb(91 33 182 / 0.75); +} +.caret-violet-800\/80{ + caret-color: rgb(91 33 182 / 0.8); +} +.caret-violet-800\/90{ + caret-color: rgb(91 33 182 / 0.9); +} +.caret-violet-800\/95{ + caret-color: rgb(91 33 182 / 0.95); +} +.caret-violet-800\/100{ + caret-color: rgb(91 33 182 / 1); +} +.caret-violet-900\/0{ + caret-color: rgb(76 29 149 / 0); +} +.caret-violet-900\/5{ + caret-color: rgb(76 29 149 / 0.05); +} +.caret-violet-900\/10{ + caret-color: rgb(76 29 149 / 0.1); +} +.caret-violet-900\/20{ + caret-color: rgb(76 29 149 / 0.2); +} +.caret-violet-900\/25{ + caret-color: rgb(76 29 149 / 0.25); +} +.caret-violet-900\/30{ + caret-color: rgb(76 29 149 / 0.3); +} +.caret-violet-900\/40{ + caret-color: rgb(76 29 149 / 0.4); +} +.caret-violet-900\/50{ + caret-color: rgb(76 29 149 / 0.5); +} +.caret-violet-900\/60{ + caret-color: rgb(76 29 149 / 0.6); +} +.caret-violet-900\/70{ + caret-color: rgb(76 29 149 / 0.7); +} +.caret-violet-900\/75{ + caret-color: rgb(76 29 149 / 0.75); +} +.caret-violet-900\/80{ + caret-color: rgb(76 29 149 / 0.8); +} +.caret-violet-900\/90{ + caret-color: rgb(76 29 149 / 0.9); +} +.caret-violet-900\/95{ + caret-color: rgb(76 29 149 / 0.95); +} +.caret-violet-900\/100{ + caret-color: rgb(76 29 149 / 1); +} +.caret-purple-50\/0{ + caret-color: rgb(247 247 249 / 0); +} +.caret-purple-50\/5{ + caret-color: rgb(247 247 249 / 0.05); +} +.caret-purple-50\/10{ + caret-color: rgb(247 247 249 / 0.1); +} +.caret-purple-50\/20{ + caret-color: rgb(247 247 249 / 0.2); +} +.caret-purple-50\/25{ + caret-color: rgb(247 247 249 / 0.25); +} +.caret-purple-50\/30{ + caret-color: rgb(247 247 249 / 0.3); +} +.caret-purple-50\/40{ + caret-color: rgb(247 247 249 / 0.4); +} +.caret-purple-50\/50{ + caret-color: rgb(247 247 249 / 0.5); +} +.caret-purple-50\/60{ + caret-color: rgb(247 247 249 / 0.6); +} +.caret-purple-50\/70{ + caret-color: rgb(247 247 249 / 0.7); +} +.caret-purple-50\/75{ + caret-color: rgb(247 247 249 / 0.75); +} +.caret-purple-50\/80{ + caret-color: rgb(247 247 249 / 0.8); +} +.caret-purple-50\/90{ + caret-color: rgb(247 247 249 / 0.9); +} +.caret-purple-50\/95{ + caret-color: rgb(247 247 249 / 0.95); +} +.caret-purple-50\/100{ + caret-color: rgb(247 247 249 / 1); +} +.caret-purple-100\/0{ + caret-color: rgb(238 238 243 / 0); +} +.caret-purple-100\/5{ + caret-color: rgb(238 238 243 / 0.05); +} +.caret-purple-100\/10{ + caret-color: rgb(238 238 243 / 0.1); +} +.caret-purple-100\/20{ + caret-color: rgb(238 238 243 / 0.2); +} +.caret-purple-100\/25{ + caret-color: rgb(238 238 243 / 0.25); +} +.caret-purple-100\/30{ + caret-color: rgb(238 238 243 / 0.3); +} +.caret-purple-100\/40{ + caret-color: rgb(238 238 243 / 0.4); +} +.caret-purple-100\/50{ + caret-color: rgb(238 238 243 / 0.5); +} +.caret-purple-100\/60{ + caret-color: rgb(238 238 243 / 0.6); +} +.caret-purple-100\/70{ + caret-color: rgb(238 238 243 / 0.7); +} +.caret-purple-100\/75{ + caret-color: rgb(238 238 243 / 0.75); +} +.caret-purple-100\/80{ + caret-color: rgb(238 238 243 / 0.8); +} +.caret-purple-100\/90{ + caret-color: rgb(238 238 243 / 0.9); +} +.caret-purple-100\/95{ + caret-color: rgb(238 238 243 / 0.95); +} +.caret-purple-100\/100{ + caret-color: rgb(238 238 243 / 1); +} +.caret-purple-200\/0{ + caret-color: rgb(213 213 226 / 0); +} +.caret-purple-200\/5{ + caret-color: rgb(213 213 226 / 0.05); +} +.caret-purple-200\/10{ + caret-color: rgb(213 213 226 / 0.1); +} +.caret-purple-200\/20{ + caret-color: rgb(213 213 226 / 0.2); +} +.caret-purple-200\/25{ + caret-color: rgb(213 213 226 / 0.25); +} +.caret-purple-200\/30{ + caret-color: rgb(213 213 226 / 0.3); +} +.caret-purple-200\/40{ + caret-color: rgb(213 213 226 / 0.4); +} +.caret-purple-200\/50{ + caret-color: rgb(213 213 226 / 0.5); +} +.caret-purple-200\/60{ + caret-color: rgb(213 213 226 / 0.6); +} +.caret-purple-200\/70{ + caret-color: rgb(213 213 226 / 0.7); +} +.caret-purple-200\/75{ + caret-color: rgb(213 213 226 / 0.75); +} +.caret-purple-200\/80{ + caret-color: rgb(213 213 226 / 0.8); +} +.caret-purple-200\/90{ + caret-color: rgb(213 213 226 / 0.9); +} +.caret-purple-200\/95{ + caret-color: rgb(213 213 226 / 0.95); +} +.caret-purple-200\/100{ + caret-color: rgb(213 213 226 / 1); +} +.caret-purple-300\/0{ + caret-color: rgb(187 188 209 / 0); +} +.caret-purple-300\/5{ + caret-color: rgb(187 188 209 / 0.05); +} +.caret-purple-300\/10{ + caret-color: rgb(187 188 209 / 0.1); +} +.caret-purple-300\/20{ + caret-color: rgb(187 188 209 / 0.2); +} +.caret-purple-300\/25{ + caret-color: rgb(187 188 209 / 0.25); +} +.caret-purple-300\/30{ + caret-color: rgb(187 188 209 / 0.3); +} +.caret-purple-300\/40{ + caret-color: rgb(187 188 209 / 0.4); +} +.caret-purple-300\/50{ + caret-color: rgb(187 188 209 / 0.5); +} +.caret-purple-300\/60{ + caret-color: rgb(187 188 209 / 0.6); +} +.caret-purple-300\/70{ + caret-color: rgb(187 188 209 / 0.7); +} +.caret-purple-300\/75{ + caret-color: rgb(187 188 209 / 0.75); +} +.caret-purple-300\/80{ + caret-color: rgb(187 188 209 / 0.8); +} +.caret-purple-300\/90{ + caret-color: rgb(187 188 209 / 0.9); +} +.caret-purple-300\/95{ + caret-color: rgb(187 188 209 / 0.95); +} +.caret-purple-300\/100{ + caret-color: rgb(187 188 209 / 1); +} +.caret-purple-400\/0{ + caret-color: rgb(136 138 174 / 0); +} +.caret-purple-400\/5{ + caret-color: rgb(136 138 174 / 0.05); +} +.caret-purple-400\/10{ + caret-color: rgb(136 138 174 / 0.1); +} +.caret-purple-400\/20{ + caret-color: rgb(136 138 174 / 0.2); +} +.caret-purple-400\/25{ + caret-color: rgb(136 138 174 / 0.25); +} +.caret-purple-400\/30{ + caret-color: rgb(136 138 174 / 0.3); +} +.caret-purple-400\/40{ + caret-color: rgb(136 138 174 / 0.4); +} +.caret-purple-400\/50{ + caret-color: rgb(136 138 174 / 0.5); +} +.caret-purple-400\/60{ + caret-color: rgb(136 138 174 / 0.6); +} +.caret-purple-400\/70{ + caret-color: rgb(136 138 174 / 0.7); +} +.caret-purple-400\/75{ + caret-color: rgb(136 138 174 / 0.75); +} +.caret-purple-400\/80{ + caret-color: rgb(136 138 174 / 0.8); +} +.caret-purple-400\/90{ + caret-color: rgb(136 138 174 / 0.9); +} +.caret-purple-400\/95{ + caret-color: rgb(136 138 174 / 0.95); +} +.caret-purple-400\/100{ + caret-color: rgb(136 138 174 / 1); +} +.caret-purple-500\/0{ + caret-color: rgb(85 88 139 / 0); +} +.caret-purple-500\/5{ + caret-color: rgb(85 88 139 / 0.05); +} +.caret-purple-500\/10{ + caret-color: rgb(85 88 139 / 0.1); +} +.caret-purple-500\/20{ + caret-color: rgb(85 88 139 / 0.2); +} +.caret-purple-500\/25{ + caret-color: rgb(85 88 139 / 0.25); +} +.caret-purple-500\/30{ + caret-color: rgb(85 88 139 / 0.3); +} +.caret-purple-500\/40{ + caret-color: rgb(85 88 139 / 0.4); +} +.caret-purple-500\/50{ + caret-color: rgb(85 88 139 / 0.5); +} +.caret-purple-500\/60{ + caret-color: rgb(85 88 139 / 0.6); +} +.caret-purple-500\/70{ + caret-color: rgb(85 88 139 / 0.7); +} +.caret-purple-500\/75{ + caret-color: rgb(85 88 139 / 0.75); +} +.caret-purple-500\/80{ + caret-color: rgb(85 88 139 / 0.8); +} +.caret-purple-500\/90{ + caret-color: rgb(85 88 139 / 0.9); +} +.caret-purple-500\/95{ + caret-color: rgb(85 88 139 / 0.95); +} +.caret-purple-500\/100{ + caret-color: rgb(85 88 139 / 1); +} +.caret-purple-600\/0{ + caret-color: rgb(77 79 125 / 0); +} +.caret-purple-600\/5{ + caret-color: rgb(77 79 125 / 0.05); +} +.caret-purple-600\/10{ + caret-color: rgb(77 79 125 / 0.1); +} +.caret-purple-600\/20{ + caret-color: rgb(77 79 125 / 0.2); +} +.caret-purple-600\/25{ + caret-color: rgb(77 79 125 / 0.25); +} +.caret-purple-600\/30{ + caret-color: rgb(77 79 125 / 0.3); +} +.caret-purple-600\/40{ + caret-color: rgb(77 79 125 / 0.4); +} +.caret-purple-600\/50{ + caret-color: rgb(77 79 125 / 0.5); +} +.caret-purple-600\/60{ + caret-color: rgb(77 79 125 / 0.6); +} +.caret-purple-600\/70{ + caret-color: rgb(77 79 125 / 0.7); +} +.caret-purple-600\/75{ + caret-color: rgb(77 79 125 / 0.75); +} +.caret-purple-600\/80{ + caret-color: rgb(77 79 125 / 0.8); +} +.caret-purple-600\/90{ + caret-color: rgb(77 79 125 / 0.9); +} +.caret-purple-600\/95{ + caret-color: rgb(77 79 125 / 0.95); +} +.caret-purple-600\/100{ + caret-color: rgb(77 79 125 / 1); +} +.caret-purple-700\/0{ + caret-color: rgb(64 66 104 / 0); +} +.caret-purple-700\/5{ + caret-color: rgb(64 66 104 / 0.05); +} +.caret-purple-700\/10{ + caret-color: rgb(64 66 104 / 0.1); +} +.caret-purple-700\/20{ + caret-color: rgb(64 66 104 / 0.2); +} +.caret-purple-700\/25{ + caret-color: rgb(64 66 104 / 0.25); +} +.caret-purple-700\/30{ + caret-color: rgb(64 66 104 / 0.3); +} +.caret-purple-700\/40{ + caret-color: rgb(64 66 104 / 0.4); +} +.caret-purple-700\/50{ + caret-color: rgb(64 66 104 / 0.5); +} +.caret-purple-700\/60{ + caret-color: rgb(64 66 104 / 0.6); +} +.caret-purple-700\/70{ + caret-color: rgb(64 66 104 / 0.7); +} +.caret-purple-700\/75{ + caret-color: rgb(64 66 104 / 0.75); +} +.caret-purple-700\/80{ + caret-color: rgb(64 66 104 / 0.8); +} +.caret-purple-700\/90{ + caret-color: rgb(64 66 104 / 0.9); +} +.caret-purple-700\/95{ + caret-color: rgb(64 66 104 / 0.95); +} +.caret-purple-700\/100{ + caret-color: rgb(64 66 104 / 1); +} +.caret-purple-800\/0{ + caret-color: rgb(51 53 83 / 0); +} +.caret-purple-800\/5{ + caret-color: rgb(51 53 83 / 0.05); +} +.caret-purple-800\/10{ + caret-color: rgb(51 53 83 / 0.1); +} +.caret-purple-800\/20{ + caret-color: rgb(51 53 83 / 0.2); +} +.caret-purple-800\/25{ + caret-color: rgb(51 53 83 / 0.25); +} +.caret-purple-800\/30{ + caret-color: rgb(51 53 83 / 0.3); +} +.caret-purple-800\/40{ + caret-color: rgb(51 53 83 / 0.4); +} +.caret-purple-800\/50{ + caret-color: rgb(51 53 83 / 0.5); +} +.caret-purple-800\/60{ + caret-color: rgb(51 53 83 / 0.6); +} +.caret-purple-800\/70{ + caret-color: rgb(51 53 83 / 0.7); +} +.caret-purple-800\/75{ + caret-color: rgb(51 53 83 / 0.75); +} +.caret-purple-800\/80{ + caret-color: rgb(51 53 83 / 0.8); +} +.caret-purple-800\/90{ + caret-color: rgb(51 53 83 / 0.9); +} +.caret-purple-800\/95{ + caret-color: rgb(51 53 83 / 0.95); +} +.caret-purple-800\/100{ + caret-color: rgb(51 53 83 / 1); +} +.caret-purple-900\/0{ + caret-color: rgb(42 43 68 / 0); +} +.caret-purple-900\/5{ + caret-color: rgb(42 43 68 / 0.05); +} +.caret-purple-900\/10{ + caret-color: rgb(42 43 68 / 0.1); +} +.caret-purple-900\/20{ + caret-color: rgb(42 43 68 / 0.2); +} +.caret-purple-900\/25{ + caret-color: rgb(42 43 68 / 0.25); +} +.caret-purple-900\/30{ + caret-color: rgb(42 43 68 / 0.3); +} +.caret-purple-900\/40{ + caret-color: rgb(42 43 68 / 0.4); +} +.caret-purple-900\/50{ + caret-color: rgb(42 43 68 / 0.5); +} +.caret-purple-900\/60{ + caret-color: rgb(42 43 68 / 0.6); +} +.caret-purple-900\/70{ + caret-color: rgb(42 43 68 / 0.7); +} +.caret-purple-900\/75{ + caret-color: rgb(42 43 68 / 0.75); +} +.caret-purple-900\/80{ + caret-color: rgb(42 43 68 / 0.8); +} +.caret-purple-900\/90{ + caret-color: rgb(42 43 68 / 0.9); +} +.caret-purple-900\/95{ + caret-color: rgb(42 43 68 / 0.95); +} +.caret-purple-900\/100{ + caret-color: rgb(42 43 68 / 1); +} +.caret-purple\/0{ + caret-color: rgb(85 88 139 / 0); +} +.caret-purple\/5{ + caret-color: rgb(85 88 139 / 0.05); +} +.caret-purple\/10{ + caret-color: rgb(85 88 139 / 0.1); +} +.caret-purple\/20{ + caret-color: rgb(85 88 139 / 0.2); +} +.caret-purple\/25{ + caret-color: rgb(85 88 139 / 0.25); +} +.caret-purple\/30{ + caret-color: rgb(85 88 139 / 0.3); +} +.caret-purple\/40{ + caret-color: rgb(85 88 139 / 0.4); +} +.caret-purple\/50{ + caret-color: rgb(85 88 139 / 0.5); +} +.caret-purple\/60{ + caret-color: rgb(85 88 139 / 0.6); +} +.caret-purple\/70{ + caret-color: rgb(85 88 139 / 0.7); +} +.caret-purple\/75{ + caret-color: rgb(85 88 139 / 0.75); +} +.caret-purple\/80{ + caret-color: rgb(85 88 139 / 0.8); +} +.caret-purple\/90{ + caret-color: rgb(85 88 139 / 0.9); +} +.caret-purple\/95{ + caret-color: rgb(85 88 139 / 0.95); +} +.caret-purple\/100{ + caret-color: rgb(85 88 139 / 1); +} +.caret-fuchsia-50\/0{ + caret-color: rgb(253 244 255 / 0); +} +.caret-fuchsia-50\/5{ + caret-color: rgb(253 244 255 / 0.05); +} +.caret-fuchsia-50\/10{ + caret-color: rgb(253 244 255 / 0.1); +} +.caret-fuchsia-50\/20{ + caret-color: rgb(253 244 255 / 0.2); +} +.caret-fuchsia-50\/25{ + caret-color: rgb(253 244 255 / 0.25); +} +.caret-fuchsia-50\/30{ + caret-color: rgb(253 244 255 / 0.3); +} +.caret-fuchsia-50\/40{ + caret-color: rgb(253 244 255 / 0.4); +} +.caret-fuchsia-50\/50{ + caret-color: rgb(253 244 255 / 0.5); +} +.caret-fuchsia-50\/60{ + caret-color: rgb(253 244 255 / 0.6); +} +.caret-fuchsia-50\/70{ + caret-color: rgb(253 244 255 / 0.7); +} +.caret-fuchsia-50\/75{ + caret-color: rgb(253 244 255 / 0.75); +} +.caret-fuchsia-50\/80{ + caret-color: rgb(253 244 255 / 0.8); +} +.caret-fuchsia-50\/90{ + caret-color: rgb(253 244 255 / 0.9); +} +.caret-fuchsia-50\/95{ + caret-color: rgb(253 244 255 / 0.95); +} +.caret-fuchsia-50\/100{ + caret-color: rgb(253 244 255 / 1); +} +.caret-fuchsia-100\/0{ + caret-color: rgb(250 232 255 / 0); +} +.caret-fuchsia-100\/5{ + caret-color: rgb(250 232 255 / 0.05); +} +.caret-fuchsia-100\/10{ + caret-color: rgb(250 232 255 / 0.1); +} +.caret-fuchsia-100\/20{ + caret-color: rgb(250 232 255 / 0.2); +} +.caret-fuchsia-100\/25{ + caret-color: rgb(250 232 255 / 0.25); +} +.caret-fuchsia-100\/30{ + caret-color: rgb(250 232 255 / 0.3); +} +.caret-fuchsia-100\/40{ + caret-color: rgb(250 232 255 / 0.4); +} +.caret-fuchsia-100\/50{ + caret-color: rgb(250 232 255 / 0.5); +} +.caret-fuchsia-100\/60{ + caret-color: rgb(250 232 255 / 0.6); +} +.caret-fuchsia-100\/70{ + caret-color: rgb(250 232 255 / 0.7); +} +.caret-fuchsia-100\/75{ + caret-color: rgb(250 232 255 / 0.75); +} +.caret-fuchsia-100\/80{ + caret-color: rgb(250 232 255 / 0.8); +} +.caret-fuchsia-100\/90{ + caret-color: rgb(250 232 255 / 0.9); +} +.caret-fuchsia-100\/95{ + caret-color: rgb(250 232 255 / 0.95); +} +.caret-fuchsia-100\/100{ + caret-color: rgb(250 232 255 / 1); +} +.caret-fuchsia-200\/0{ + caret-color: rgb(245 208 254 / 0); +} +.caret-fuchsia-200\/5{ + caret-color: rgb(245 208 254 / 0.05); +} +.caret-fuchsia-200\/10{ + caret-color: rgb(245 208 254 / 0.1); +} +.caret-fuchsia-200\/20{ + caret-color: rgb(245 208 254 / 0.2); +} +.caret-fuchsia-200\/25{ + caret-color: rgb(245 208 254 / 0.25); +} +.caret-fuchsia-200\/30{ + caret-color: rgb(245 208 254 / 0.3); +} +.caret-fuchsia-200\/40{ + caret-color: rgb(245 208 254 / 0.4); +} +.caret-fuchsia-200\/50{ + caret-color: rgb(245 208 254 / 0.5); +} +.caret-fuchsia-200\/60{ + caret-color: rgb(245 208 254 / 0.6); +} +.caret-fuchsia-200\/70{ + caret-color: rgb(245 208 254 / 0.7); +} +.caret-fuchsia-200\/75{ + caret-color: rgb(245 208 254 / 0.75); +} +.caret-fuchsia-200\/80{ + caret-color: rgb(245 208 254 / 0.8); +} +.caret-fuchsia-200\/90{ + caret-color: rgb(245 208 254 / 0.9); +} +.caret-fuchsia-200\/95{ + caret-color: rgb(245 208 254 / 0.95); +} +.caret-fuchsia-200\/100{ + caret-color: rgb(245 208 254 / 1); +} +.caret-fuchsia-300\/0{ + caret-color: rgb(240 171 252 / 0); +} +.caret-fuchsia-300\/5{ + caret-color: rgb(240 171 252 / 0.05); +} +.caret-fuchsia-300\/10{ + caret-color: rgb(240 171 252 / 0.1); +} +.caret-fuchsia-300\/20{ + caret-color: rgb(240 171 252 / 0.2); +} +.caret-fuchsia-300\/25{ + caret-color: rgb(240 171 252 / 0.25); +} +.caret-fuchsia-300\/30{ + caret-color: rgb(240 171 252 / 0.3); +} +.caret-fuchsia-300\/40{ + caret-color: rgb(240 171 252 / 0.4); +} +.caret-fuchsia-300\/50{ + caret-color: rgb(240 171 252 / 0.5); +} +.caret-fuchsia-300\/60{ + caret-color: rgb(240 171 252 / 0.6); +} +.caret-fuchsia-300\/70{ + caret-color: rgb(240 171 252 / 0.7); +} +.caret-fuchsia-300\/75{ + caret-color: rgb(240 171 252 / 0.75); +} +.caret-fuchsia-300\/80{ + caret-color: rgb(240 171 252 / 0.8); +} +.caret-fuchsia-300\/90{ + caret-color: rgb(240 171 252 / 0.9); +} +.caret-fuchsia-300\/95{ + caret-color: rgb(240 171 252 / 0.95); +} +.caret-fuchsia-300\/100{ + caret-color: rgb(240 171 252 / 1); +} +.caret-fuchsia-400\/0{ + caret-color: rgb(232 121 249 / 0); +} +.caret-fuchsia-400\/5{ + caret-color: rgb(232 121 249 / 0.05); +} +.caret-fuchsia-400\/10{ + caret-color: rgb(232 121 249 / 0.1); +} +.caret-fuchsia-400\/20{ + caret-color: rgb(232 121 249 / 0.2); +} +.caret-fuchsia-400\/25{ + caret-color: rgb(232 121 249 / 0.25); +} +.caret-fuchsia-400\/30{ + caret-color: rgb(232 121 249 / 0.3); +} +.caret-fuchsia-400\/40{ + caret-color: rgb(232 121 249 / 0.4); +} +.caret-fuchsia-400\/50{ + caret-color: rgb(232 121 249 / 0.5); +} +.caret-fuchsia-400\/60{ + caret-color: rgb(232 121 249 / 0.6); +} +.caret-fuchsia-400\/70{ + caret-color: rgb(232 121 249 / 0.7); +} +.caret-fuchsia-400\/75{ + caret-color: rgb(232 121 249 / 0.75); +} +.caret-fuchsia-400\/80{ + caret-color: rgb(232 121 249 / 0.8); +} +.caret-fuchsia-400\/90{ + caret-color: rgb(232 121 249 / 0.9); +} +.caret-fuchsia-400\/95{ + caret-color: rgb(232 121 249 / 0.95); +} +.caret-fuchsia-400\/100{ + caret-color: rgb(232 121 249 / 1); +} +.caret-fuchsia-500\/0{ + caret-color: rgb(217 70 239 / 0); +} +.caret-fuchsia-500\/5{ + caret-color: rgb(217 70 239 / 0.05); +} +.caret-fuchsia-500\/10{ + caret-color: rgb(217 70 239 / 0.1); +} +.caret-fuchsia-500\/20{ + caret-color: rgb(217 70 239 / 0.2); +} +.caret-fuchsia-500\/25{ + caret-color: rgb(217 70 239 / 0.25); +} +.caret-fuchsia-500\/30{ + caret-color: rgb(217 70 239 / 0.3); +} +.caret-fuchsia-500\/40{ + caret-color: rgb(217 70 239 / 0.4); +} +.caret-fuchsia-500\/50{ + caret-color: rgb(217 70 239 / 0.5); +} +.caret-fuchsia-500\/60{ + caret-color: rgb(217 70 239 / 0.6); +} +.caret-fuchsia-500\/70{ + caret-color: rgb(217 70 239 / 0.7); +} +.caret-fuchsia-500\/75{ + caret-color: rgb(217 70 239 / 0.75); +} +.caret-fuchsia-500\/80{ + caret-color: rgb(217 70 239 / 0.8); +} +.caret-fuchsia-500\/90{ + caret-color: rgb(217 70 239 / 0.9); +} +.caret-fuchsia-500\/95{ + caret-color: rgb(217 70 239 / 0.95); +} +.caret-fuchsia-500\/100{ + caret-color: rgb(217 70 239 / 1); +} +.caret-fuchsia-600\/0{ + caret-color: rgb(192 38 211 / 0); +} +.caret-fuchsia-600\/5{ + caret-color: rgb(192 38 211 / 0.05); +} +.caret-fuchsia-600\/10{ + caret-color: rgb(192 38 211 / 0.1); +} +.caret-fuchsia-600\/20{ + caret-color: rgb(192 38 211 / 0.2); +} +.caret-fuchsia-600\/25{ + caret-color: rgb(192 38 211 / 0.25); +} +.caret-fuchsia-600\/30{ + caret-color: rgb(192 38 211 / 0.3); +} +.caret-fuchsia-600\/40{ + caret-color: rgb(192 38 211 / 0.4); +} +.caret-fuchsia-600\/50{ + caret-color: rgb(192 38 211 / 0.5); +} +.caret-fuchsia-600\/60{ + caret-color: rgb(192 38 211 / 0.6); +} +.caret-fuchsia-600\/70{ + caret-color: rgb(192 38 211 / 0.7); +} +.caret-fuchsia-600\/75{ + caret-color: rgb(192 38 211 / 0.75); +} +.caret-fuchsia-600\/80{ + caret-color: rgb(192 38 211 / 0.8); +} +.caret-fuchsia-600\/90{ + caret-color: rgb(192 38 211 / 0.9); +} +.caret-fuchsia-600\/95{ + caret-color: rgb(192 38 211 / 0.95); +} +.caret-fuchsia-600\/100{ + caret-color: rgb(192 38 211 / 1); +} +.caret-fuchsia-700\/0{ + caret-color: rgb(162 28 175 / 0); +} +.caret-fuchsia-700\/5{ + caret-color: rgb(162 28 175 / 0.05); +} +.caret-fuchsia-700\/10{ + caret-color: rgb(162 28 175 / 0.1); +} +.caret-fuchsia-700\/20{ + caret-color: rgb(162 28 175 / 0.2); +} +.caret-fuchsia-700\/25{ + caret-color: rgb(162 28 175 / 0.25); +} +.caret-fuchsia-700\/30{ + caret-color: rgb(162 28 175 / 0.3); +} +.caret-fuchsia-700\/40{ + caret-color: rgb(162 28 175 / 0.4); +} +.caret-fuchsia-700\/50{ + caret-color: rgb(162 28 175 / 0.5); +} +.caret-fuchsia-700\/60{ + caret-color: rgb(162 28 175 / 0.6); +} +.caret-fuchsia-700\/70{ + caret-color: rgb(162 28 175 / 0.7); +} +.caret-fuchsia-700\/75{ + caret-color: rgb(162 28 175 / 0.75); +} +.caret-fuchsia-700\/80{ + caret-color: rgb(162 28 175 / 0.8); +} +.caret-fuchsia-700\/90{ + caret-color: rgb(162 28 175 / 0.9); +} +.caret-fuchsia-700\/95{ + caret-color: rgb(162 28 175 / 0.95); +} +.caret-fuchsia-700\/100{ + caret-color: rgb(162 28 175 / 1); +} +.caret-fuchsia-800\/0{ + caret-color: rgb(134 25 143 / 0); +} +.caret-fuchsia-800\/5{ + caret-color: rgb(134 25 143 / 0.05); +} +.caret-fuchsia-800\/10{ + caret-color: rgb(134 25 143 / 0.1); +} +.caret-fuchsia-800\/20{ + caret-color: rgb(134 25 143 / 0.2); +} +.caret-fuchsia-800\/25{ + caret-color: rgb(134 25 143 / 0.25); +} +.caret-fuchsia-800\/30{ + caret-color: rgb(134 25 143 / 0.3); +} +.caret-fuchsia-800\/40{ + caret-color: rgb(134 25 143 / 0.4); +} +.caret-fuchsia-800\/50{ + caret-color: rgb(134 25 143 / 0.5); +} +.caret-fuchsia-800\/60{ + caret-color: rgb(134 25 143 / 0.6); +} +.caret-fuchsia-800\/70{ + caret-color: rgb(134 25 143 / 0.7); +} +.caret-fuchsia-800\/75{ + caret-color: rgb(134 25 143 / 0.75); +} +.caret-fuchsia-800\/80{ + caret-color: rgb(134 25 143 / 0.8); +} +.caret-fuchsia-800\/90{ + caret-color: rgb(134 25 143 / 0.9); +} +.caret-fuchsia-800\/95{ + caret-color: rgb(134 25 143 / 0.95); +} +.caret-fuchsia-800\/100{ + caret-color: rgb(134 25 143 / 1); +} +.caret-fuchsia-900\/0{ + caret-color: rgb(112 26 117 / 0); +} +.caret-fuchsia-900\/5{ + caret-color: rgb(112 26 117 / 0.05); +} +.caret-fuchsia-900\/10{ + caret-color: rgb(112 26 117 / 0.1); +} +.caret-fuchsia-900\/20{ + caret-color: rgb(112 26 117 / 0.2); +} +.caret-fuchsia-900\/25{ + caret-color: rgb(112 26 117 / 0.25); +} +.caret-fuchsia-900\/30{ + caret-color: rgb(112 26 117 / 0.3); +} +.caret-fuchsia-900\/40{ + caret-color: rgb(112 26 117 / 0.4); +} +.caret-fuchsia-900\/50{ + caret-color: rgb(112 26 117 / 0.5); +} +.caret-fuchsia-900\/60{ + caret-color: rgb(112 26 117 / 0.6); +} +.caret-fuchsia-900\/70{ + caret-color: rgb(112 26 117 / 0.7); +} +.caret-fuchsia-900\/75{ + caret-color: rgb(112 26 117 / 0.75); +} +.caret-fuchsia-900\/80{ + caret-color: rgb(112 26 117 / 0.8); +} +.caret-fuchsia-900\/90{ + caret-color: rgb(112 26 117 / 0.9); +} +.caret-fuchsia-900\/95{ + caret-color: rgb(112 26 117 / 0.95); +} +.caret-fuchsia-900\/100{ + caret-color: rgb(112 26 117 / 1); +} +.caret-pink-50\/0{ + caret-color: rgb(253 242 248 / 0); +} +.caret-pink-50\/5{ + caret-color: rgb(253 242 248 / 0.05); +} +.caret-pink-50\/10{ + caret-color: rgb(253 242 248 / 0.1); +} +.caret-pink-50\/20{ + caret-color: rgb(253 242 248 / 0.2); +} +.caret-pink-50\/25{ + caret-color: rgb(253 242 248 / 0.25); +} +.caret-pink-50\/30{ + caret-color: rgb(253 242 248 / 0.3); +} +.caret-pink-50\/40{ + caret-color: rgb(253 242 248 / 0.4); +} +.caret-pink-50\/50{ + caret-color: rgb(253 242 248 / 0.5); +} +.caret-pink-50\/60{ + caret-color: rgb(253 242 248 / 0.6); +} +.caret-pink-50\/70{ + caret-color: rgb(253 242 248 / 0.7); +} +.caret-pink-50\/75{ + caret-color: rgb(253 242 248 / 0.75); +} +.caret-pink-50\/80{ + caret-color: rgb(253 242 248 / 0.8); +} +.caret-pink-50\/90{ + caret-color: rgb(253 242 248 / 0.9); +} +.caret-pink-50\/95{ + caret-color: rgb(253 242 248 / 0.95); +} +.caret-pink-50\/100{ + caret-color: rgb(253 242 248 / 1); +} +.caret-pink-100\/0{ + caret-color: rgb(252 232 243 / 0); +} +.caret-pink-100\/5{ + caret-color: rgb(252 232 243 / 0.05); +} +.caret-pink-100\/10{ + caret-color: rgb(252 232 243 / 0.1); +} +.caret-pink-100\/20{ + caret-color: rgb(252 232 243 / 0.2); +} +.caret-pink-100\/25{ + caret-color: rgb(252 232 243 / 0.25); +} +.caret-pink-100\/30{ + caret-color: rgb(252 232 243 / 0.3); +} +.caret-pink-100\/40{ + caret-color: rgb(252 232 243 / 0.4); +} +.caret-pink-100\/50{ + caret-color: rgb(252 232 243 / 0.5); +} +.caret-pink-100\/60{ + caret-color: rgb(252 232 243 / 0.6); +} +.caret-pink-100\/70{ + caret-color: rgb(252 232 243 / 0.7); +} +.caret-pink-100\/75{ + caret-color: rgb(252 232 243 / 0.75); +} +.caret-pink-100\/80{ + caret-color: rgb(252 232 243 / 0.8); +} +.caret-pink-100\/90{ + caret-color: rgb(252 232 243 / 0.9); +} +.caret-pink-100\/95{ + caret-color: rgb(252 232 243 / 0.95); +} +.caret-pink-100\/100{ + caret-color: rgb(252 232 243 / 1); +} +.caret-pink-200\/0{ + caret-color: rgb(250 209 232 / 0); +} +.caret-pink-200\/5{ + caret-color: rgb(250 209 232 / 0.05); +} +.caret-pink-200\/10{ + caret-color: rgb(250 209 232 / 0.1); +} +.caret-pink-200\/20{ + caret-color: rgb(250 209 232 / 0.2); +} +.caret-pink-200\/25{ + caret-color: rgb(250 209 232 / 0.25); +} +.caret-pink-200\/30{ + caret-color: rgb(250 209 232 / 0.3); +} +.caret-pink-200\/40{ + caret-color: rgb(250 209 232 / 0.4); +} +.caret-pink-200\/50{ + caret-color: rgb(250 209 232 / 0.5); +} +.caret-pink-200\/60{ + caret-color: rgb(250 209 232 / 0.6); +} +.caret-pink-200\/70{ + caret-color: rgb(250 209 232 / 0.7); +} +.caret-pink-200\/75{ + caret-color: rgb(250 209 232 / 0.75); +} +.caret-pink-200\/80{ + caret-color: rgb(250 209 232 / 0.8); +} +.caret-pink-200\/90{ + caret-color: rgb(250 209 232 / 0.9); +} +.caret-pink-200\/95{ + caret-color: rgb(250 209 232 / 0.95); +} +.caret-pink-200\/100{ + caret-color: rgb(250 209 232 / 1); +} +.caret-pink-300\/0{ + caret-color: rgb(248 180 217 / 0); +} +.caret-pink-300\/5{ + caret-color: rgb(248 180 217 / 0.05); +} +.caret-pink-300\/10{ + caret-color: rgb(248 180 217 / 0.1); +} +.caret-pink-300\/20{ + caret-color: rgb(248 180 217 / 0.2); +} +.caret-pink-300\/25{ + caret-color: rgb(248 180 217 / 0.25); +} +.caret-pink-300\/30{ + caret-color: rgb(248 180 217 / 0.3); +} +.caret-pink-300\/40{ + caret-color: rgb(248 180 217 / 0.4); +} +.caret-pink-300\/50{ + caret-color: rgb(248 180 217 / 0.5); +} +.caret-pink-300\/60{ + caret-color: rgb(248 180 217 / 0.6); +} +.caret-pink-300\/70{ + caret-color: rgb(248 180 217 / 0.7); +} +.caret-pink-300\/75{ + caret-color: rgb(248 180 217 / 0.75); +} +.caret-pink-300\/80{ + caret-color: rgb(248 180 217 / 0.8); +} +.caret-pink-300\/90{ + caret-color: rgb(248 180 217 / 0.9); +} +.caret-pink-300\/95{ + caret-color: rgb(248 180 217 / 0.95); +} +.caret-pink-300\/100{ + caret-color: rgb(248 180 217 / 1); +} +.caret-pink-400\/0{ + caret-color: rgb(241 126 184 / 0); +} +.caret-pink-400\/5{ + caret-color: rgb(241 126 184 / 0.05); +} +.caret-pink-400\/10{ + caret-color: rgb(241 126 184 / 0.1); +} +.caret-pink-400\/20{ + caret-color: rgb(241 126 184 / 0.2); +} +.caret-pink-400\/25{ + caret-color: rgb(241 126 184 / 0.25); +} +.caret-pink-400\/30{ + caret-color: rgb(241 126 184 / 0.3); +} +.caret-pink-400\/40{ + caret-color: rgb(241 126 184 / 0.4); +} +.caret-pink-400\/50{ + caret-color: rgb(241 126 184 / 0.5); +} +.caret-pink-400\/60{ + caret-color: rgb(241 126 184 / 0.6); +} +.caret-pink-400\/70{ + caret-color: rgb(241 126 184 / 0.7); +} +.caret-pink-400\/75{ + caret-color: rgb(241 126 184 / 0.75); +} +.caret-pink-400\/80{ + caret-color: rgb(241 126 184 / 0.8); +} +.caret-pink-400\/90{ + caret-color: rgb(241 126 184 / 0.9); +} +.caret-pink-400\/95{ + caret-color: rgb(241 126 184 / 0.95); +} +.caret-pink-400\/100{ + caret-color: rgb(241 126 184 / 1); +} +.caret-pink-500\/0{ + caret-color: rgb(231 70 148 / 0); +} +.caret-pink-500\/5{ + caret-color: rgb(231 70 148 / 0.05); +} +.caret-pink-500\/10{ + caret-color: rgb(231 70 148 / 0.1); +} +.caret-pink-500\/20{ + caret-color: rgb(231 70 148 / 0.2); +} +.caret-pink-500\/25{ + caret-color: rgb(231 70 148 / 0.25); +} +.caret-pink-500\/30{ + caret-color: rgb(231 70 148 / 0.3); +} +.caret-pink-500\/40{ + caret-color: rgb(231 70 148 / 0.4); +} +.caret-pink-500\/50{ + caret-color: rgb(231 70 148 / 0.5); +} +.caret-pink-500\/60{ + caret-color: rgb(231 70 148 / 0.6); +} +.caret-pink-500\/70{ + caret-color: rgb(231 70 148 / 0.7); +} +.caret-pink-500\/75{ + caret-color: rgb(231 70 148 / 0.75); +} +.caret-pink-500\/80{ + caret-color: rgb(231 70 148 / 0.8); +} +.caret-pink-500\/90{ + caret-color: rgb(231 70 148 / 0.9); +} +.caret-pink-500\/95{ + caret-color: rgb(231 70 148 / 0.95); +} +.caret-pink-500\/100{ + caret-color: rgb(231 70 148 / 1); +} +.caret-pink-600\/0{ + caret-color: rgb(214 31 105 / 0); +} +.caret-pink-600\/5{ + caret-color: rgb(214 31 105 / 0.05); +} +.caret-pink-600\/10{ + caret-color: rgb(214 31 105 / 0.1); +} +.caret-pink-600\/20{ + caret-color: rgb(214 31 105 / 0.2); +} +.caret-pink-600\/25{ + caret-color: rgb(214 31 105 / 0.25); +} +.caret-pink-600\/30{ + caret-color: rgb(214 31 105 / 0.3); +} +.caret-pink-600\/40{ + caret-color: rgb(214 31 105 / 0.4); +} +.caret-pink-600\/50{ + caret-color: rgb(214 31 105 / 0.5); +} +.caret-pink-600\/60{ + caret-color: rgb(214 31 105 / 0.6); +} +.caret-pink-600\/70{ + caret-color: rgb(214 31 105 / 0.7); +} +.caret-pink-600\/75{ + caret-color: rgb(214 31 105 / 0.75); +} +.caret-pink-600\/80{ + caret-color: rgb(214 31 105 / 0.8); +} +.caret-pink-600\/90{ + caret-color: rgb(214 31 105 / 0.9); +} +.caret-pink-600\/95{ + caret-color: rgb(214 31 105 / 0.95); +} +.caret-pink-600\/100{ + caret-color: rgb(214 31 105 / 1); +} +.caret-pink-700\/0{ + caret-color: rgb(191 18 93 / 0); +} +.caret-pink-700\/5{ + caret-color: rgb(191 18 93 / 0.05); +} +.caret-pink-700\/10{ + caret-color: rgb(191 18 93 / 0.1); +} +.caret-pink-700\/20{ + caret-color: rgb(191 18 93 / 0.2); +} +.caret-pink-700\/25{ + caret-color: rgb(191 18 93 / 0.25); +} +.caret-pink-700\/30{ + caret-color: rgb(191 18 93 / 0.3); +} +.caret-pink-700\/40{ + caret-color: rgb(191 18 93 / 0.4); +} +.caret-pink-700\/50{ + caret-color: rgb(191 18 93 / 0.5); +} +.caret-pink-700\/60{ + caret-color: rgb(191 18 93 / 0.6); +} +.caret-pink-700\/70{ + caret-color: rgb(191 18 93 / 0.7); +} +.caret-pink-700\/75{ + caret-color: rgb(191 18 93 / 0.75); +} +.caret-pink-700\/80{ + caret-color: rgb(191 18 93 / 0.8); +} +.caret-pink-700\/90{ + caret-color: rgb(191 18 93 / 0.9); +} +.caret-pink-700\/95{ + caret-color: rgb(191 18 93 / 0.95); +} +.caret-pink-700\/100{ + caret-color: rgb(191 18 93 / 1); +} +.caret-pink-800\/0{ + caret-color: rgb(153 21 75 / 0); +} +.caret-pink-800\/5{ + caret-color: rgb(153 21 75 / 0.05); +} +.caret-pink-800\/10{ + caret-color: rgb(153 21 75 / 0.1); +} +.caret-pink-800\/20{ + caret-color: rgb(153 21 75 / 0.2); +} +.caret-pink-800\/25{ + caret-color: rgb(153 21 75 / 0.25); +} +.caret-pink-800\/30{ + caret-color: rgb(153 21 75 / 0.3); +} +.caret-pink-800\/40{ + caret-color: rgb(153 21 75 / 0.4); +} +.caret-pink-800\/50{ + caret-color: rgb(153 21 75 / 0.5); +} +.caret-pink-800\/60{ + caret-color: rgb(153 21 75 / 0.6); +} +.caret-pink-800\/70{ + caret-color: rgb(153 21 75 / 0.7); +} +.caret-pink-800\/75{ + caret-color: rgb(153 21 75 / 0.75); +} +.caret-pink-800\/80{ + caret-color: rgb(153 21 75 / 0.8); +} +.caret-pink-800\/90{ + caret-color: rgb(153 21 75 / 0.9); +} +.caret-pink-800\/95{ + caret-color: rgb(153 21 75 / 0.95); +} +.caret-pink-800\/100{ + caret-color: rgb(153 21 75 / 1); +} +.caret-pink-900\/0{ + caret-color: rgb(117 26 61 / 0); +} +.caret-pink-900\/5{ + caret-color: rgb(117 26 61 / 0.05); +} +.caret-pink-900\/10{ + caret-color: rgb(117 26 61 / 0.1); +} +.caret-pink-900\/20{ + caret-color: rgb(117 26 61 / 0.2); +} +.caret-pink-900\/25{ + caret-color: rgb(117 26 61 / 0.25); +} +.caret-pink-900\/30{ + caret-color: rgb(117 26 61 / 0.3); +} +.caret-pink-900\/40{ + caret-color: rgb(117 26 61 / 0.4); +} +.caret-pink-900\/50{ + caret-color: rgb(117 26 61 / 0.5); +} +.caret-pink-900\/60{ + caret-color: rgb(117 26 61 / 0.6); +} +.caret-pink-900\/70{ + caret-color: rgb(117 26 61 / 0.7); +} +.caret-pink-900\/75{ + caret-color: rgb(117 26 61 / 0.75); +} +.caret-pink-900\/80{ + caret-color: rgb(117 26 61 / 0.8); +} +.caret-pink-900\/90{ + caret-color: rgb(117 26 61 / 0.9); +} +.caret-pink-900\/95{ + caret-color: rgb(117 26 61 / 0.95); +} +.caret-pink-900\/100{ + caret-color: rgb(117 26 61 / 1); +} +.caret-rose-50\/0{ + caret-color: rgb(255 241 242 / 0); +} +.caret-rose-50\/5{ + caret-color: rgb(255 241 242 / 0.05); +} +.caret-rose-50\/10{ + caret-color: rgb(255 241 242 / 0.1); +} +.caret-rose-50\/20{ + caret-color: rgb(255 241 242 / 0.2); +} +.caret-rose-50\/25{ + caret-color: rgb(255 241 242 / 0.25); +} +.caret-rose-50\/30{ + caret-color: rgb(255 241 242 / 0.3); +} +.caret-rose-50\/40{ + caret-color: rgb(255 241 242 / 0.4); +} +.caret-rose-50\/50{ + caret-color: rgb(255 241 242 / 0.5); +} +.caret-rose-50\/60{ + caret-color: rgb(255 241 242 / 0.6); +} +.caret-rose-50\/70{ + caret-color: rgb(255 241 242 / 0.7); +} +.caret-rose-50\/75{ + caret-color: rgb(255 241 242 / 0.75); +} +.caret-rose-50\/80{ + caret-color: rgb(255 241 242 / 0.8); +} +.caret-rose-50\/90{ + caret-color: rgb(255 241 242 / 0.9); +} +.caret-rose-50\/95{ + caret-color: rgb(255 241 242 / 0.95); +} +.caret-rose-50\/100{ + caret-color: rgb(255 241 242 / 1); +} +.caret-rose-100\/0{ + caret-color: rgb(255 228 230 / 0); +} +.caret-rose-100\/5{ + caret-color: rgb(255 228 230 / 0.05); +} +.caret-rose-100\/10{ + caret-color: rgb(255 228 230 / 0.1); +} +.caret-rose-100\/20{ + caret-color: rgb(255 228 230 / 0.2); +} +.caret-rose-100\/25{ + caret-color: rgb(255 228 230 / 0.25); +} +.caret-rose-100\/30{ + caret-color: rgb(255 228 230 / 0.3); +} +.caret-rose-100\/40{ + caret-color: rgb(255 228 230 / 0.4); +} +.caret-rose-100\/50{ + caret-color: rgb(255 228 230 / 0.5); +} +.caret-rose-100\/60{ + caret-color: rgb(255 228 230 / 0.6); +} +.caret-rose-100\/70{ + caret-color: rgb(255 228 230 / 0.7); +} +.caret-rose-100\/75{ + caret-color: rgb(255 228 230 / 0.75); +} +.caret-rose-100\/80{ + caret-color: rgb(255 228 230 / 0.8); +} +.caret-rose-100\/90{ + caret-color: rgb(255 228 230 / 0.9); +} +.caret-rose-100\/95{ + caret-color: rgb(255 228 230 / 0.95); +} +.caret-rose-100\/100{ + caret-color: rgb(255 228 230 / 1); +} +.caret-rose-200\/0{ + caret-color: rgb(254 205 211 / 0); +} +.caret-rose-200\/5{ + caret-color: rgb(254 205 211 / 0.05); +} +.caret-rose-200\/10{ + caret-color: rgb(254 205 211 / 0.1); +} +.caret-rose-200\/20{ + caret-color: rgb(254 205 211 / 0.2); +} +.caret-rose-200\/25{ + caret-color: rgb(254 205 211 / 0.25); +} +.caret-rose-200\/30{ + caret-color: rgb(254 205 211 / 0.3); +} +.caret-rose-200\/40{ + caret-color: rgb(254 205 211 / 0.4); +} +.caret-rose-200\/50{ + caret-color: rgb(254 205 211 / 0.5); +} +.caret-rose-200\/60{ + caret-color: rgb(254 205 211 / 0.6); +} +.caret-rose-200\/70{ + caret-color: rgb(254 205 211 / 0.7); +} +.caret-rose-200\/75{ + caret-color: rgb(254 205 211 / 0.75); +} +.caret-rose-200\/80{ + caret-color: rgb(254 205 211 / 0.8); +} +.caret-rose-200\/90{ + caret-color: rgb(254 205 211 / 0.9); +} +.caret-rose-200\/95{ + caret-color: rgb(254 205 211 / 0.95); +} +.caret-rose-200\/100{ + caret-color: rgb(254 205 211 / 1); +} +.caret-rose-300\/0{ + caret-color: rgb(253 164 175 / 0); +} +.caret-rose-300\/5{ + caret-color: rgb(253 164 175 / 0.05); +} +.caret-rose-300\/10{ + caret-color: rgb(253 164 175 / 0.1); +} +.caret-rose-300\/20{ + caret-color: rgb(253 164 175 / 0.2); +} +.caret-rose-300\/25{ + caret-color: rgb(253 164 175 / 0.25); +} +.caret-rose-300\/30{ + caret-color: rgb(253 164 175 / 0.3); +} +.caret-rose-300\/40{ + caret-color: rgb(253 164 175 / 0.4); +} +.caret-rose-300\/50{ + caret-color: rgb(253 164 175 / 0.5); +} +.caret-rose-300\/60{ + caret-color: rgb(253 164 175 / 0.6); +} +.caret-rose-300\/70{ + caret-color: rgb(253 164 175 / 0.7); +} +.caret-rose-300\/75{ + caret-color: rgb(253 164 175 / 0.75); +} +.caret-rose-300\/80{ + caret-color: rgb(253 164 175 / 0.8); +} +.caret-rose-300\/90{ + caret-color: rgb(253 164 175 / 0.9); +} +.caret-rose-300\/95{ + caret-color: rgb(253 164 175 / 0.95); +} +.caret-rose-300\/100{ + caret-color: rgb(253 164 175 / 1); +} +.caret-rose-400\/0{ + caret-color: rgb(251 113 133 / 0); +} +.caret-rose-400\/5{ + caret-color: rgb(251 113 133 / 0.05); +} +.caret-rose-400\/10{ + caret-color: rgb(251 113 133 / 0.1); +} +.caret-rose-400\/20{ + caret-color: rgb(251 113 133 / 0.2); +} +.caret-rose-400\/25{ + caret-color: rgb(251 113 133 / 0.25); +} +.caret-rose-400\/30{ + caret-color: rgb(251 113 133 / 0.3); +} +.caret-rose-400\/40{ + caret-color: rgb(251 113 133 / 0.4); +} +.caret-rose-400\/50{ + caret-color: rgb(251 113 133 / 0.5); +} +.caret-rose-400\/60{ + caret-color: rgb(251 113 133 / 0.6); +} +.caret-rose-400\/70{ + caret-color: rgb(251 113 133 / 0.7); +} +.caret-rose-400\/75{ + caret-color: rgb(251 113 133 / 0.75); +} +.caret-rose-400\/80{ + caret-color: rgb(251 113 133 / 0.8); +} +.caret-rose-400\/90{ + caret-color: rgb(251 113 133 / 0.9); +} +.caret-rose-400\/95{ + caret-color: rgb(251 113 133 / 0.95); +} +.caret-rose-400\/100{ + caret-color: rgb(251 113 133 / 1); +} +.caret-rose-500\/0{ + caret-color: rgb(244 63 94 / 0); +} +.caret-rose-500\/5{ + caret-color: rgb(244 63 94 / 0.05); +} +.caret-rose-500\/10{ + caret-color: rgb(244 63 94 / 0.1); +} +.caret-rose-500\/20{ + caret-color: rgb(244 63 94 / 0.2); +} +.caret-rose-500\/25{ + caret-color: rgb(244 63 94 / 0.25); +} +.caret-rose-500\/30{ + caret-color: rgb(244 63 94 / 0.3); +} +.caret-rose-500\/40{ + caret-color: rgb(244 63 94 / 0.4); +} +.caret-rose-500\/50{ + caret-color: rgb(244 63 94 / 0.5); +} +.caret-rose-500\/60{ + caret-color: rgb(244 63 94 / 0.6); +} +.caret-rose-500\/70{ + caret-color: rgb(244 63 94 / 0.7); +} +.caret-rose-500\/75{ + caret-color: rgb(244 63 94 / 0.75); +} +.caret-rose-500\/80{ + caret-color: rgb(244 63 94 / 0.8); +} +.caret-rose-500\/90{ + caret-color: rgb(244 63 94 / 0.9); +} +.caret-rose-500\/95{ + caret-color: rgb(244 63 94 / 0.95); +} +.caret-rose-500\/100{ + caret-color: rgb(244 63 94 / 1); +} +.caret-rose-600\/0{ + caret-color: rgb(225 29 72 / 0); +} +.caret-rose-600\/5{ + caret-color: rgb(225 29 72 / 0.05); +} +.caret-rose-600\/10{ + caret-color: rgb(225 29 72 / 0.1); +} +.caret-rose-600\/20{ + caret-color: rgb(225 29 72 / 0.2); +} +.caret-rose-600\/25{ + caret-color: rgb(225 29 72 / 0.25); +} +.caret-rose-600\/30{ + caret-color: rgb(225 29 72 / 0.3); +} +.caret-rose-600\/40{ + caret-color: rgb(225 29 72 / 0.4); +} +.caret-rose-600\/50{ + caret-color: rgb(225 29 72 / 0.5); +} +.caret-rose-600\/60{ + caret-color: rgb(225 29 72 / 0.6); +} +.caret-rose-600\/70{ + caret-color: rgb(225 29 72 / 0.7); +} +.caret-rose-600\/75{ + caret-color: rgb(225 29 72 / 0.75); +} +.caret-rose-600\/80{ + caret-color: rgb(225 29 72 / 0.8); +} +.caret-rose-600\/90{ + caret-color: rgb(225 29 72 / 0.9); +} +.caret-rose-600\/95{ + caret-color: rgb(225 29 72 / 0.95); +} +.caret-rose-600\/100{ + caret-color: rgb(225 29 72 / 1); +} +.caret-rose-700\/0{ + caret-color: rgb(190 18 60 / 0); +} +.caret-rose-700\/5{ + caret-color: rgb(190 18 60 / 0.05); +} +.caret-rose-700\/10{ + caret-color: rgb(190 18 60 / 0.1); +} +.caret-rose-700\/20{ + caret-color: rgb(190 18 60 / 0.2); +} +.caret-rose-700\/25{ + caret-color: rgb(190 18 60 / 0.25); +} +.caret-rose-700\/30{ + caret-color: rgb(190 18 60 / 0.3); +} +.caret-rose-700\/40{ + caret-color: rgb(190 18 60 / 0.4); +} +.caret-rose-700\/50{ + caret-color: rgb(190 18 60 / 0.5); +} +.caret-rose-700\/60{ + caret-color: rgb(190 18 60 / 0.6); +} +.caret-rose-700\/70{ + caret-color: rgb(190 18 60 / 0.7); +} +.caret-rose-700\/75{ + caret-color: rgb(190 18 60 / 0.75); +} +.caret-rose-700\/80{ + caret-color: rgb(190 18 60 / 0.8); +} +.caret-rose-700\/90{ + caret-color: rgb(190 18 60 / 0.9); +} +.caret-rose-700\/95{ + caret-color: rgb(190 18 60 / 0.95); +} +.caret-rose-700\/100{ + caret-color: rgb(190 18 60 / 1); +} +.caret-rose-800\/0{ + caret-color: rgb(159 18 57 / 0); +} +.caret-rose-800\/5{ + caret-color: rgb(159 18 57 / 0.05); +} +.caret-rose-800\/10{ + caret-color: rgb(159 18 57 / 0.1); +} +.caret-rose-800\/20{ + caret-color: rgb(159 18 57 / 0.2); +} +.caret-rose-800\/25{ + caret-color: rgb(159 18 57 / 0.25); +} +.caret-rose-800\/30{ + caret-color: rgb(159 18 57 / 0.3); +} +.caret-rose-800\/40{ + caret-color: rgb(159 18 57 / 0.4); +} +.caret-rose-800\/50{ + caret-color: rgb(159 18 57 / 0.5); +} +.caret-rose-800\/60{ + caret-color: rgb(159 18 57 / 0.6); +} +.caret-rose-800\/70{ + caret-color: rgb(159 18 57 / 0.7); +} +.caret-rose-800\/75{ + caret-color: rgb(159 18 57 / 0.75); +} +.caret-rose-800\/80{ + caret-color: rgb(159 18 57 / 0.8); +} +.caret-rose-800\/90{ + caret-color: rgb(159 18 57 / 0.9); +} +.caret-rose-800\/95{ + caret-color: rgb(159 18 57 / 0.95); +} +.caret-rose-800\/100{ + caret-color: rgb(159 18 57 / 1); +} +.caret-rose-900\/0{ + caret-color: rgb(136 19 55 / 0); +} +.caret-rose-900\/5{ + caret-color: rgb(136 19 55 / 0.05); +} +.caret-rose-900\/10{ + caret-color: rgb(136 19 55 / 0.1); +} +.caret-rose-900\/20{ + caret-color: rgb(136 19 55 / 0.2); +} +.caret-rose-900\/25{ + caret-color: rgb(136 19 55 / 0.25); +} +.caret-rose-900\/30{ + caret-color: rgb(136 19 55 / 0.3); +} +.caret-rose-900\/40{ + caret-color: rgb(136 19 55 / 0.4); +} +.caret-rose-900\/50{ + caret-color: rgb(136 19 55 / 0.5); +} +.caret-rose-900\/60{ + caret-color: rgb(136 19 55 / 0.6); +} +.caret-rose-900\/70{ + caret-color: rgb(136 19 55 / 0.7); +} +.caret-rose-900\/75{ + caret-color: rgb(136 19 55 / 0.75); +} +.caret-rose-900\/80{ + caret-color: rgb(136 19 55 / 0.8); +} +.caret-rose-900\/90{ + caret-color: rgb(136 19 55 / 0.9); +} +.caret-rose-900\/95{ + caret-color: rgb(136 19 55 / 0.95); +} +.caret-rose-900\/100{ + caret-color: rgb(136 19 55 / 1); +} +.caret-rose\/0{ + caret-color: rgb(244 63 94 / 0); +} +.caret-rose\/5{ + caret-color: rgb(244 63 94 / 0.05); +} +.caret-rose\/10{ + caret-color: rgb(244 63 94 / 0.1); +} +.caret-rose\/20{ + caret-color: rgb(244 63 94 / 0.2); +} +.caret-rose\/25{ + caret-color: rgb(244 63 94 / 0.25); +} +.caret-rose\/30{ + caret-color: rgb(244 63 94 / 0.3); +} +.caret-rose\/40{ + caret-color: rgb(244 63 94 / 0.4); +} +.caret-rose\/50{ + caret-color: rgb(244 63 94 / 0.5); +} +.caret-rose\/60{ + caret-color: rgb(244 63 94 / 0.6); +} +.caret-rose\/70{ + caret-color: rgb(244 63 94 / 0.7); +} +.caret-rose\/75{ + caret-color: rgb(244 63 94 / 0.75); +} +.caret-rose\/80{ + caret-color: rgb(244 63 94 / 0.8); +} +.caret-rose\/90{ + caret-color: rgb(244 63 94 / 0.9); +} +.caret-rose\/95{ + caret-color: rgb(244 63 94 / 0.95); +} +.caret-rose\/100{ + caret-color: rgb(244 63 94 / 1); +} +.caret-lilac-100\/0{ + caret-color: rgb(245 247 250 / 0); +} +.caret-lilac-100\/5{ + caret-color: rgb(245 247 250 / 0.05); +} +.caret-lilac-100\/10{ + caret-color: rgb(245 247 250 / 0.1); +} +.caret-lilac-100\/20{ + caret-color: rgb(245 247 250 / 0.2); +} +.caret-lilac-100\/25{ + caret-color: rgb(245 247 250 / 0.25); +} +.caret-lilac-100\/30{ + caret-color: rgb(245 247 250 / 0.3); +} +.caret-lilac-100\/40{ + caret-color: rgb(245 247 250 / 0.4); +} +.caret-lilac-100\/50{ + caret-color: rgb(245 247 250 / 0.5); +} +.caret-lilac-100\/60{ + caret-color: rgb(245 247 250 / 0.6); +} +.caret-lilac-100\/70{ + caret-color: rgb(245 247 250 / 0.7); +} +.caret-lilac-100\/75{ + caret-color: rgb(245 247 250 / 0.75); +} +.caret-lilac-100\/80{ + caret-color: rgb(245 247 250 / 0.8); +} +.caret-lilac-100\/90{ + caret-color: rgb(245 247 250 / 0.9); +} +.caret-lilac-100\/95{ + caret-color: rgb(245 247 250 / 0.95); +} +.caret-lilac-100\/100{ + caret-color: rgb(245 247 250 / 1); +} +.caret-lilac-300\/0{ + caret-color: rgb(237 240 252 / 0); +} +.caret-lilac-300\/5{ + caret-color: rgb(237 240 252 / 0.05); +} +.caret-lilac-300\/10{ + caret-color: rgb(237 240 252 / 0.1); +} +.caret-lilac-300\/20{ + caret-color: rgb(237 240 252 / 0.2); +} +.caret-lilac-300\/25{ + caret-color: rgb(237 240 252 / 0.25); +} +.caret-lilac-300\/30{ + caret-color: rgb(237 240 252 / 0.3); +} +.caret-lilac-300\/40{ + caret-color: rgb(237 240 252 / 0.4); +} +.caret-lilac-300\/50{ + caret-color: rgb(237 240 252 / 0.5); +} +.caret-lilac-300\/60{ + caret-color: rgb(237 240 252 / 0.6); +} +.caret-lilac-300\/70{ + caret-color: rgb(237 240 252 / 0.7); +} +.caret-lilac-300\/75{ + caret-color: rgb(237 240 252 / 0.75); +} +.caret-lilac-300\/80{ + caret-color: rgb(237 240 252 / 0.8); +} +.caret-lilac-300\/90{ + caret-color: rgb(237 240 252 / 0.9); +} +.caret-lilac-300\/95{ + caret-color: rgb(237 240 252 / 0.95); +} +.caret-lilac-300\/100{ + caret-color: rgb(237 240 252 / 1); +} +.caret-lilac-900\/0{ + caret-color: rgb(220 226 249 / 0); +} +.caret-lilac-900\/5{ + caret-color: rgb(220 226 249 / 0.05); +} +.caret-lilac-900\/10{ + caret-color: rgb(220 226 249 / 0.1); +} +.caret-lilac-900\/20{ + caret-color: rgb(220 226 249 / 0.2); +} +.caret-lilac-900\/25{ + caret-color: rgb(220 226 249 / 0.25); +} +.caret-lilac-900\/30{ + caret-color: rgb(220 226 249 / 0.3); +} +.caret-lilac-900\/40{ + caret-color: rgb(220 226 249 / 0.4); +} +.caret-lilac-900\/50{ + caret-color: rgb(220 226 249 / 0.5); +} +.caret-lilac-900\/60{ + caret-color: rgb(220 226 249 / 0.6); +} +.caret-lilac-900\/70{ + caret-color: rgb(220 226 249 / 0.7); +} +.caret-lilac-900\/75{ + caret-color: rgb(220 226 249 / 0.75); +} +.caret-lilac-900\/80{ + caret-color: rgb(220 226 249 / 0.8); +} +.caret-lilac-900\/90{ + caret-color: rgb(220 226 249 / 0.9); +} +.caret-lilac-900\/95{ + caret-color: rgb(220 226 249 / 0.95); +} +.caret-lilac-900\/100{ + caret-color: rgb(220 226 249 / 1); +} +.caret-lilac\/0{ + caret-color: rgb(248 249 254 / 0); +} +.caret-lilac\/5{ + caret-color: rgb(248 249 254 / 0.05); +} +.caret-lilac\/10{ + caret-color: rgb(248 249 254 / 0.1); +} +.caret-lilac\/20{ + caret-color: rgb(248 249 254 / 0.2); +} +.caret-lilac\/25{ + caret-color: rgb(248 249 254 / 0.25); +} +.caret-lilac\/30{ + caret-color: rgb(248 249 254 / 0.3); +} +.caret-lilac\/40{ + caret-color: rgb(248 249 254 / 0.4); +} +.caret-lilac\/50{ + caret-color: rgb(248 249 254 / 0.5); +} +.caret-lilac\/60{ + caret-color: rgb(248 249 254 / 0.6); +} +.caret-lilac\/70{ + caret-color: rgb(248 249 254 / 0.7); +} +.caret-lilac\/75{ + caret-color: rgb(248 249 254 / 0.75); +} +.caret-lilac\/80{ + caret-color: rgb(248 249 254 / 0.8); +} +.caret-lilac\/90{ + caret-color: rgb(248 249 254 / 0.9); +} +.caret-lilac\/95{ + caret-color: rgb(248 249 254 / 0.95); +} +.caret-lilac\/100{ + caret-color: rgb(248 249 254 / 1); +} +.caret-golden-900\/0{ + caret-color: rgb(191 184 130 / 0); +} +.caret-golden-900\/5{ + caret-color: rgb(191 184 130 / 0.05); +} +.caret-golden-900\/10{ + caret-color: rgb(191 184 130 / 0.1); +} +.caret-golden-900\/20{ + caret-color: rgb(191 184 130 / 0.2); +} +.caret-golden-900\/25{ + caret-color: rgb(191 184 130 / 0.25); +} +.caret-golden-900\/30{ + caret-color: rgb(191 184 130 / 0.3); +} +.caret-golden-900\/40{ + caret-color: rgb(191 184 130 / 0.4); +} +.caret-golden-900\/50{ + caret-color: rgb(191 184 130 / 0.5); +} +.caret-golden-900\/60{ + caret-color: rgb(191 184 130 / 0.6); +} +.caret-golden-900\/70{ + caret-color: rgb(191 184 130 / 0.7); +} +.caret-golden-900\/75{ + caret-color: rgb(191 184 130 / 0.75); +} +.caret-golden-900\/80{ + caret-color: rgb(191 184 130 / 0.8); +} +.caret-golden-900\/90{ + caret-color: rgb(191 184 130 / 0.9); +} +.caret-golden-900\/95{ + caret-color: rgb(191 184 130 / 0.95); +} +.caret-golden-900\/100{ + caret-color: rgb(191 184 130 / 1); +} +.caret-golden\/0{ + caret-color: rgb(209 201 137 / 0); +} +.caret-golden\/5{ + caret-color: rgb(209 201 137 / 0.05); +} +.caret-golden\/10{ + caret-color: rgb(209 201 137 / 0.1); +} +.caret-golden\/20{ + caret-color: rgb(209 201 137 / 0.2); +} +.caret-golden\/25{ + caret-color: rgb(209 201 137 / 0.25); +} +.caret-golden\/30{ + caret-color: rgb(209 201 137 / 0.3); +} +.caret-golden\/40{ + caret-color: rgb(209 201 137 / 0.4); +} +.caret-golden\/50{ + caret-color: rgb(209 201 137 / 0.5); +} +.caret-golden\/60{ + caret-color: rgb(209 201 137 / 0.6); +} +.caret-golden\/70{ + caret-color: rgb(209 201 137 / 0.7); +} +.caret-golden\/75{ + caret-color: rgb(209 201 137 / 0.75); +} +.caret-golden\/80{ + caret-color: rgb(209 201 137 / 0.8); +} +.caret-golden\/90{ + caret-color: rgb(209 201 137 / 0.9); +} +.caret-golden\/95{ + caret-color: rgb(209 201 137 / 0.95); +} +.caret-golden\/100{ + caret-color: rgb(209 201 137 / 1); +} +.caret-status-success\/0{ + caret-color: rgb(241 246 238 / 0); +} +.caret-status-success\/5{ + caret-color: rgb(241 246 238 / 0.05); +} +.caret-status-success\/10{ + caret-color: rgb(241 246 238 / 0.1); +} +.caret-status-success\/20{ + caret-color: rgb(241 246 238 / 0.2); +} +.caret-status-success\/25{ + caret-color: rgb(241 246 238 / 0.25); +} +.caret-status-success\/30{ + caret-color: rgb(241 246 238 / 0.3); +} +.caret-status-success\/40{ + caret-color: rgb(241 246 238 / 0.4); +} +.caret-status-success\/50{ + caret-color: rgb(241 246 238 / 0.5); +} +.caret-status-success\/60{ + caret-color: rgb(241 246 238 / 0.6); +} +.caret-status-success\/70{ + caret-color: rgb(241 246 238 / 0.7); +} +.caret-status-success\/75{ + caret-color: rgb(241 246 238 / 0.75); +} +.caret-status-success\/80{ + caret-color: rgb(241 246 238 / 0.8); +} +.caret-status-success\/90{ + caret-color: rgb(241 246 238 / 0.9); +} +.caret-status-success\/95{ + caret-color: rgb(241 246 238 / 0.95); +} +.caret-status-success\/100{ + caret-color: rgb(241 246 238 / 1); +} +.caret-status-danger\/0{ + caret-color: rgb(250 230 230 / 0); +} +.caret-status-danger\/5{ + caret-color: rgb(250 230 230 / 0.05); +} +.caret-status-danger\/10{ + caret-color: rgb(250 230 230 / 0.1); +} +.caret-status-danger\/20{ + caret-color: rgb(250 230 230 / 0.2); +} +.caret-status-danger\/25{ + caret-color: rgb(250 230 230 / 0.25); +} +.caret-status-danger\/30{ + caret-color: rgb(250 230 230 / 0.3); +} +.caret-status-danger\/40{ + caret-color: rgb(250 230 230 / 0.4); +} +.caret-status-danger\/50{ + caret-color: rgb(250 230 230 / 0.5); +} +.caret-status-danger\/60{ + caret-color: rgb(250 230 230 / 0.6); +} +.caret-status-danger\/70{ + caret-color: rgb(250 230 230 / 0.7); +} +.caret-status-danger\/75{ + caret-color: rgb(250 230 230 / 0.75); +} +.caret-status-danger\/80{ + caret-color: rgb(250 230 230 / 0.8); +} +.caret-status-danger\/90{ + caret-color: rgb(250 230 230 / 0.9); +} +.caret-status-danger\/95{ + caret-color: rgb(250 230 230 / 0.95); +} +.caret-status-danger\/100{ + caret-color: rgb(250 230 230 / 1); +} +.caret-status-sent\/0{ + caret-color: rgb(254 245 231 / 0); +} +.caret-status-sent\/5{ + caret-color: rgb(254 245 231 / 0.05); +} +.caret-status-sent\/10{ + caret-color: rgb(254 245 231 / 0.1); +} +.caret-status-sent\/20{ + caret-color: rgb(254 245 231 / 0.2); +} +.caret-status-sent\/25{ + caret-color: rgb(254 245 231 / 0.25); +} +.caret-status-sent\/30{ + caret-color: rgb(254 245 231 / 0.3); +} +.caret-status-sent\/40{ + caret-color: rgb(254 245 231 / 0.4); +} +.caret-status-sent\/50{ + caret-color: rgb(254 245 231 / 0.5); +} +.caret-status-sent\/60{ + caret-color: rgb(254 245 231 / 0.6); +} +.caret-status-sent\/70{ + caret-color: rgb(254 245 231 / 0.7); +} +.caret-status-sent\/75{ + caret-color: rgb(254 245 231 / 0.75); +} +.caret-status-sent\/80{ + caret-color: rgb(254 245 231 / 0.8); +} +.caret-status-sent\/90{ + caret-color: rgb(254 245 231 / 0.9); +} +.caret-status-sent\/95{ + caret-color: rgb(254 245 231 / 0.95); +} +.caret-status-sent\/100{ + caret-color: rgb(254 245 231 / 1); +} +.caret-status-viewed\/0{ + caret-color: rgb(238 238 243 / 0); +} +.caret-status-viewed\/5{ + caret-color: rgb(238 238 243 / 0.05); +} +.caret-status-viewed\/10{ + caret-color: rgb(238 238 243 / 0.1); +} +.caret-status-viewed\/20{ + caret-color: rgb(238 238 243 / 0.2); +} +.caret-status-viewed\/25{ + caret-color: rgb(238 238 243 / 0.25); +} +.caret-status-viewed\/30{ + caret-color: rgb(238 238 243 / 0.3); +} +.caret-status-viewed\/40{ + caret-color: rgb(238 238 243 / 0.4); +} +.caret-status-viewed\/50{ + caret-color: rgb(238 238 243 / 0.5); +} +.caret-status-viewed\/60{ + caret-color: rgb(238 238 243 / 0.6); +} +.caret-status-viewed\/70{ + caret-color: rgb(238 238 243 / 0.7); +} +.caret-status-viewed\/75{ + caret-color: rgb(238 238 243 / 0.75); +} +.caret-status-viewed\/80{ + caret-color: rgb(238 238 243 / 0.8); +} +.caret-status-viewed\/90{ + caret-color: rgb(238 238 243 / 0.9); +} +.caret-status-viewed\/95{ + caret-color: rgb(238 238 243 / 0.95); +} +.caret-status-viewed\/100{ + caret-color: rgb(238 238 243 / 1); +} +.caret-status-draft\/0{ + caret-color: rgb(236 236 236 / 0); +} +.caret-status-draft\/5{ + caret-color: rgb(236 236 236 / 0.05); +} +.caret-status-draft\/10{ + caret-color: rgb(236 236 236 / 0.1); +} +.caret-status-draft\/20{ + caret-color: rgb(236 236 236 / 0.2); +} +.caret-status-draft\/25{ + caret-color: rgb(236 236 236 / 0.25); +} +.caret-status-draft\/30{ + caret-color: rgb(236 236 236 / 0.3); +} +.caret-status-draft\/40{ + caret-color: rgb(236 236 236 / 0.4); +} +.caret-status-draft\/50{ + caret-color: rgb(236 236 236 / 0.5); +} +.caret-status-draft\/60{ + caret-color: rgb(236 236 236 / 0.6); +} +.caret-status-draft\/70{ + caret-color: rgb(236 236 236 / 0.7); +} +.caret-status-draft\/75{ + caret-color: rgb(236 236 236 / 0.75); +} +.caret-status-draft\/80{ + caret-color: rgb(236 236 236 / 0.8); +} +.caret-status-draft\/90{ + caret-color: rgb(236 236 236 / 0.9); +} +.caret-status-draft\/95{ + caret-color: rgb(236 236 236 / 0.95); +} +.caret-status-draft\/100{ + caret-color: rgb(236 236 236 / 1); +} +.caret-status-partial\/0{ + caret-color: rgb(230 241 246 / 0); +} +.caret-status-partial\/5{ + caret-color: rgb(230 241 246 / 0.05); +} +.caret-status-partial\/10{ + caret-color: rgb(230 241 246 / 0.1); +} +.caret-status-partial\/20{ + caret-color: rgb(230 241 246 / 0.2); +} +.caret-status-partial\/25{ + caret-color: rgb(230 241 246 / 0.25); +} +.caret-status-partial\/30{ + caret-color: rgb(230 241 246 / 0.3); +} +.caret-status-partial\/40{ + caret-color: rgb(230 241 246 / 0.4); +} +.caret-status-partial\/50{ + caret-color: rgb(230 241 246 / 0.5); +} +.caret-status-partial\/60{ + caret-color: rgb(230 241 246 / 0.6); +} +.caret-status-partial\/70{ + caret-color: rgb(230 241 246 / 0.7); +} +.caret-status-partial\/75{ + caret-color: rgb(230 241 246 / 0.75); +} +.caret-status-partial\/80{ + caret-color: rgb(230 241 246 / 0.8); +} +.caret-status-partial\/90{ + caret-color: rgb(230 241 246 / 0.9); +} +.caret-status-partial\/95{ + caret-color: rgb(230 241 246 / 0.95); +} +.caret-status-partial\/100{ + caret-color: rgb(230 241 246 / 1); +} +.caret-status-canceled\/0{ + caret-color: rgb(40 40 40 / 0); +} +.caret-status-canceled\/5{ + caret-color: rgb(40 40 40 / 0.05); +} +.caret-status-canceled\/10{ + caret-color: rgb(40 40 40 / 0.1); +} +.caret-status-canceled\/20{ + caret-color: rgb(40 40 40 / 0.2); +} +.caret-status-canceled\/25{ + caret-color: rgb(40 40 40 / 0.25); +} +.caret-status-canceled\/30{ + caret-color: rgb(40 40 40 / 0.3); +} +.caret-status-canceled\/40{ + caret-color: rgb(40 40 40 / 0.4); +} +.caret-status-canceled\/50{ + caret-color: rgb(40 40 40 / 0.5); +} +.caret-status-canceled\/60{ + caret-color: rgb(40 40 40 / 0.6); +} +.caret-status-canceled\/70{ + caret-color: rgb(40 40 40 / 0.7); +} +.caret-status-canceled\/75{ + caret-color: rgb(40 40 40 / 0.75); +} +.caret-status-canceled\/80{ + caret-color: rgb(40 40 40 / 0.8); +} +.caret-status-canceled\/90{ + caret-color: rgb(40 40 40 / 0.9); +} +.caret-status-canceled\/95{ + caret-color: rgb(40 40 40 / 0.95); +} +.caret-status-canceled\/100{ + caret-color: rgb(40 40 40 / 1); +} +.caret-status-warning\/0{ + caret-color: rgb(254 245 231 / 0); +} +.caret-status-warning\/5{ + caret-color: rgb(254 245 231 / 0.05); +} +.caret-status-warning\/10{ + caret-color: rgb(254 245 231 / 0.1); +} +.caret-status-warning\/20{ + caret-color: rgb(254 245 231 / 0.2); +} +.caret-status-warning\/25{ + caret-color: rgb(254 245 231 / 0.25); +} +.caret-status-warning\/30{ + caret-color: rgb(254 245 231 / 0.3); +} +.caret-status-warning\/40{ + caret-color: rgb(254 245 231 / 0.4); +} +.caret-status-warning\/50{ + caret-color: rgb(254 245 231 / 0.5); +} +.caret-status-warning\/60{ + caret-color: rgb(254 245 231 / 0.6); +} +.caret-status-warning\/70{ + caret-color: rgb(254 245 231 / 0.7); +} +.caret-status-warning\/75{ + caret-color: rgb(254 245 231 / 0.75); +} +.caret-status-warning\/80{ + caret-color: rgb(254 245 231 / 0.8); +} +.caret-status-warning\/90{ + caret-color: rgb(254 245 231 / 0.9); +} +.caret-status-warning\/95{ + caret-color: rgb(254 245 231 / 0.95); +} +.caret-status-warning\/100{ + caret-color: rgb(254 245 231 / 1); +} +.caret-text-status-success\/0{ + caret-color: rgb(99 145 74 / 0); +} +.caret-text-status-success\/5{ + caret-color: rgb(99 145 74 / 0.05); +} +.caret-text-status-success\/10{ + caret-color: rgb(99 145 74 / 0.1); +} +.caret-text-status-success\/20{ + caret-color: rgb(99 145 74 / 0.2); +} +.caret-text-status-success\/25{ + caret-color: rgb(99 145 74 / 0.25); +} +.caret-text-status-success\/30{ + caret-color: rgb(99 145 74 / 0.3); +} +.caret-text-status-success\/40{ + caret-color: rgb(99 145 74 / 0.4); +} +.caret-text-status-success\/50{ + caret-color: rgb(99 145 74 / 0.5); +} +.caret-text-status-success\/60{ + caret-color: rgb(99 145 74 / 0.6); +} +.caret-text-status-success\/70{ + caret-color: rgb(99 145 74 / 0.7); +} +.caret-text-status-success\/75{ + caret-color: rgb(99 145 74 / 0.75); +} +.caret-text-status-success\/80{ + caret-color: rgb(99 145 74 / 0.8); +} +.caret-text-status-success\/90{ + caret-color: rgb(99 145 74 / 0.9); +} +.caret-text-status-success\/95{ + caret-color: rgb(99 145 74 / 0.95); +} +.caret-text-status-success\/100{ + caret-color: rgb(99 145 74 / 1); +} +.caret-text-status-danger\/0{ + caret-color: rgb(184 0 0 / 0); +} +.caret-text-status-danger\/5{ + caret-color: rgb(184 0 0 / 0.05); +} +.caret-text-status-danger\/10{ + caret-color: rgb(184 0 0 / 0.1); +} +.caret-text-status-danger\/20{ + caret-color: rgb(184 0 0 / 0.2); +} +.caret-text-status-danger\/25{ + caret-color: rgb(184 0 0 / 0.25); +} +.caret-text-status-danger\/30{ + caret-color: rgb(184 0 0 / 0.3); +} +.caret-text-status-danger\/40{ + caret-color: rgb(184 0 0 / 0.4); +} +.caret-text-status-danger\/50{ + caret-color: rgb(184 0 0 / 0.5); +} +.caret-text-status-danger\/60{ + caret-color: rgb(184 0 0 / 0.6); +} +.caret-text-status-danger\/70{ + caret-color: rgb(184 0 0 / 0.7); +} +.caret-text-status-danger\/75{ + caret-color: rgb(184 0 0 / 0.75); +} +.caret-text-status-danger\/80{ + caret-color: rgb(184 0 0 / 0.8); +} +.caret-text-status-danger\/90{ + caret-color: rgb(184 0 0 / 0.9); +} +.caret-text-status-danger\/95{ + caret-color: rgb(184 0 0 / 0.95); +} +.caret-text-status-danger\/100{ + caret-color: rgb(184 0 0 / 1); +} +.caret-text-status-sent\/0{ + caret-color: rgb(221 142 10 / 0); +} +.caret-text-status-sent\/5{ + caret-color: rgb(221 142 10 / 0.05); +} +.caret-text-status-sent\/10{ + caret-color: rgb(221 142 10 / 0.1); +} +.caret-text-status-sent\/20{ + caret-color: rgb(221 142 10 / 0.2); +} +.caret-text-status-sent\/25{ + caret-color: rgb(221 142 10 / 0.25); +} +.caret-text-status-sent\/30{ + caret-color: rgb(221 142 10 / 0.3); +} +.caret-text-status-sent\/40{ + caret-color: rgb(221 142 10 / 0.4); +} +.caret-text-status-sent\/50{ + caret-color: rgb(221 142 10 / 0.5); +} +.caret-text-status-sent\/60{ + caret-color: rgb(221 142 10 / 0.6); +} +.caret-text-status-sent\/70{ + caret-color: rgb(221 142 10 / 0.7); +} +.caret-text-status-sent\/75{ + caret-color: rgb(221 142 10 / 0.75); +} +.caret-text-status-sent\/80{ + caret-color: rgb(221 142 10 / 0.8); +} +.caret-text-status-sent\/90{ + caret-color: rgb(221 142 10 / 0.9); +} +.caret-text-status-sent\/95{ + caret-color: rgb(221 142 10 / 0.95); +} +.caret-text-status-sent\/100{ + caret-color: rgb(221 142 10 / 1); +} +.caret-text-status-viewed\/0{ + caret-color: rgb(77 79 125 / 0); +} +.caret-text-status-viewed\/5{ + caret-color: rgb(77 79 125 / 0.05); +} +.caret-text-status-viewed\/10{ + caret-color: rgb(77 79 125 / 0.1); +} +.caret-text-status-viewed\/20{ + caret-color: rgb(77 79 125 / 0.2); +} +.caret-text-status-viewed\/25{ + caret-color: rgb(77 79 125 / 0.25); +} +.caret-text-status-viewed\/30{ + caret-color: rgb(77 79 125 / 0.3); +} +.caret-text-status-viewed\/40{ + caret-color: rgb(77 79 125 / 0.4); +} +.caret-text-status-viewed\/50{ + caret-color: rgb(77 79 125 / 0.5); +} +.caret-text-status-viewed\/60{ + caret-color: rgb(77 79 125 / 0.6); +} +.caret-text-status-viewed\/70{ + caret-color: rgb(77 79 125 / 0.7); +} +.caret-text-status-viewed\/75{ + caret-color: rgb(77 79 125 / 0.75); +} +.caret-text-status-viewed\/80{ + caret-color: rgb(77 79 125 / 0.8); +} +.caret-text-status-viewed\/90{ + caret-color: rgb(77 79 125 / 0.9); +} +.caret-text-status-viewed\/95{ + caret-color: rgb(77 79 125 / 0.95); +} +.caret-text-status-viewed\/100{ + caret-color: rgb(77 79 125 / 1); +} +.caret-text-status-draft\/0{ + caret-color: rgb(59 59 59 / 0); +} +.caret-text-status-draft\/5{ + caret-color: rgb(59 59 59 / 0.05); +} +.caret-text-status-draft\/10{ + caret-color: rgb(59 59 59 / 0.1); +} +.caret-text-status-draft\/20{ + caret-color: rgb(59 59 59 / 0.2); +} +.caret-text-status-draft\/25{ + caret-color: rgb(59 59 59 / 0.25); +} +.caret-text-status-draft\/30{ + caret-color: rgb(59 59 59 / 0.3); +} +.caret-text-status-draft\/40{ + caret-color: rgb(59 59 59 / 0.4); +} +.caret-text-status-draft\/50{ + caret-color: rgb(59 59 59 / 0.5); +} +.caret-text-status-draft\/60{ + caret-color: rgb(59 59 59 / 0.6); +} +.caret-text-status-draft\/70{ + caret-color: rgb(59 59 59 / 0.7); +} +.caret-text-status-draft\/75{ + caret-color: rgb(59 59 59 / 0.75); +} +.caret-text-status-draft\/80{ + caret-color: rgb(59 59 59 / 0.8); +} +.caret-text-status-draft\/90{ + caret-color: rgb(59 59 59 / 0.9); +} +.caret-text-status-draft\/95{ + caret-color: rgb(59 59 59 / 0.95); +} +.caret-text-status-draft\/100{ + caret-color: rgb(59 59 59 / 1); +} +.caret-text-status-partial\/0{ + caret-color: rgb(0 99 149 / 0); +} +.caret-text-status-partial\/5{ + caret-color: rgb(0 99 149 / 0.05); +} +.caret-text-status-partial\/10{ + caret-color: rgb(0 99 149 / 0.1); +} +.caret-text-status-partial\/20{ + caret-color: rgb(0 99 149 / 0.2); +} +.caret-text-status-partial\/25{ + caret-color: rgb(0 99 149 / 0.25); +} +.caret-text-status-partial\/30{ + caret-color: rgb(0 99 149 / 0.3); +} +.caret-text-status-partial\/40{ + caret-color: rgb(0 99 149 / 0.4); +} +.caret-text-status-partial\/50{ + caret-color: rgb(0 99 149 / 0.5); +} +.caret-text-status-partial\/60{ + caret-color: rgb(0 99 149 / 0.6); +} +.caret-text-status-partial\/70{ + caret-color: rgb(0 99 149 / 0.7); +} +.caret-text-status-partial\/75{ + caret-color: rgb(0 99 149 / 0.75); +} +.caret-text-status-partial\/80{ + caret-color: rgb(0 99 149 / 0.8); +} +.caret-text-status-partial\/90{ + caret-color: rgb(0 99 149 / 0.9); +} +.caret-text-status-partial\/95{ + caret-color: rgb(0 99 149 / 0.95); +} +.caret-text-status-partial\/100{ + caret-color: rgb(0 99 149 / 1); +} +.caret-text-status-canceled\/0{ + caret-color: rgb(255 255 255 / 0); +} +.caret-text-status-canceled\/5{ + caret-color: rgb(255 255 255 / 0.05); +} +.caret-text-status-canceled\/10{ + caret-color: rgb(255 255 255 / 0.1); +} +.caret-text-status-canceled\/20{ + caret-color: rgb(255 255 255 / 0.2); +} +.caret-text-status-canceled\/25{ + caret-color: rgb(255 255 255 / 0.25); +} +.caret-text-status-canceled\/30{ + caret-color: rgb(255 255 255 / 0.3); +} +.caret-text-status-canceled\/40{ + caret-color: rgb(255 255 255 / 0.4); +} +.caret-text-status-canceled\/50{ + caret-color: rgb(255 255 255 / 0.5); +} +.caret-text-status-canceled\/60{ + caret-color: rgb(255 255 255 / 0.6); +} +.caret-text-status-canceled\/70{ + caret-color: rgb(255 255 255 / 0.7); +} +.caret-text-status-canceled\/75{ + caret-color: rgb(255 255 255 / 0.75); +} +.caret-text-status-canceled\/80{ + caret-color: rgb(255 255 255 / 0.8); +} +.caret-text-status-canceled\/90{ + caret-color: rgb(255 255 255 / 0.9); +} +.caret-text-status-canceled\/95{ + caret-color: rgb(255 255 255 / 0.95); +} +.caret-text-status-canceled\/100{ + caret-color: rgb(255 255 255 / 1); +} +.caret-text-status-warning\/0{ + caret-color: rgb(184 119 8 / 0); +} +.caret-text-status-warning\/5{ + caret-color: rgb(184 119 8 / 0.05); +} +.caret-text-status-warning\/10{ + caret-color: rgb(184 119 8 / 0.1); +} +.caret-text-status-warning\/20{ + caret-color: rgb(184 119 8 / 0.2); +} +.caret-text-status-warning\/25{ + caret-color: rgb(184 119 8 / 0.25); +} +.caret-text-status-warning\/30{ + caret-color: rgb(184 119 8 / 0.3); +} +.caret-text-status-warning\/40{ + caret-color: rgb(184 119 8 / 0.4); +} +.caret-text-status-warning\/50{ + caret-color: rgb(184 119 8 / 0.5); +} +.caret-text-status-warning\/60{ + caret-color: rgb(184 119 8 / 0.6); +} +.caret-text-status-warning\/70{ + caret-color: rgb(184 119 8 / 0.7); +} +.caret-text-status-warning\/75{ + caret-color: rgb(184 119 8 / 0.75); +} +.caret-text-status-warning\/80{ + caret-color: rgb(184 119 8 / 0.8); +} +.caret-text-status-warning\/90{ + caret-color: rgb(184 119 8 / 0.9); +} +.caret-text-status-warning\/95{ + caret-color: rgb(184 119 8 / 0.95); +} +.caret-text-status-warning\/100{ + caret-color: rgb(184 119 8 / 1); +} +.caret-body\/0{ + caret-color: rgb(252 252 252 / 0); +} +.caret-body\/5{ + caret-color: rgb(252 252 252 / 0.05); +} +.caret-body\/10{ + caret-color: rgb(252 252 252 / 0.1); +} +.caret-body\/20{ + caret-color: rgb(252 252 252 / 0.2); +} +.caret-body\/25{ + caret-color: rgb(252 252 252 / 0.25); +} +.caret-body\/30{ + caret-color: rgb(252 252 252 / 0.3); +} +.caret-body\/40{ + caret-color: rgb(252 252 252 / 0.4); +} +.caret-body\/50{ + caret-color: rgb(252 252 252 / 0.5); +} +.caret-body\/60{ + caret-color: rgb(252 252 252 / 0.6); +} +.caret-body\/70{ + caret-color: rgb(252 252 252 / 0.7); +} +.caret-body\/75{ + caret-color: rgb(252 252 252 / 0.75); +} +.caret-body\/80{ + caret-color: rgb(252 252 252 / 0.8); +} +.caret-body\/90{ + caret-color: rgb(252 252 252 / 0.9); +} +.caret-body\/95{ + caret-color: rgb(252 252 252 / 0.95); +} +.caret-body\/100{ + caret-color: rgb(252 252 252 / 1); +} +.caret-light-gray\/0{ + caret-color: rgb(199 201 217 / 0); +} +.caret-light-gray\/5{ + caret-color: rgb(199 201 217 / 0.05); +} +.caret-light-gray\/10{ + caret-color: rgb(199 201 217 / 0.1); +} +.caret-light-gray\/20{ + caret-color: rgb(199 201 217 / 0.2); +} +.caret-light-gray\/25{ + caret-color: rgb(199 201 217 / 0.25); +} +.caret-light-gray\/30{ + caret-color: rgb(199 201 217 / 0.3); +} +.caret-light-gray\/40{ + caret-color: rgb(199 201 217 / 0.4); +} +.caret-light-gray\/50{ + caret-color: rgb(199 201 217 / 0.5); +} +.caret-light-gray\/60{ + caret-color: rgb(199 201 217 / 0.6); +} +.caret-light-gray\/70{ + caret-color: rgb(199 201 217 / 0.7); +} +.caret-light-gray\/75{ + caret-color: rgb(199 201 217 / 0.75); +} +.caret-light-gray\/80{ + caret-color: rgb(199 201 217 / 0.8); +} +.caret-light-gray\/90{ + caret-color: rgb(199 201 217 / 0.9); +} +.caret-light-gray\/95{ + caret-color: rgb(199 201 217 / 0.95); +} +.caret-light-gray\/100{ + caret-color: rgb(199 201 217 / 1); +} +.caret-dark-blue\/0{ + caret-color: rgb(21 40 75 / 0); +} +.caret-dark-blue\/5{ + caret-color: rgb(21 40 75 / 0.05); +} +.caret-dark-blue\/10{ + caret-color: rgb(21 40 75 / 0.1); +} +.caret-dark-blue\/20{ + caret-color: rgb(21 40 75 / 0.2); +} +.caret-dark-blue\/25{ + caret-color: rgb(21 40 75 / 0.25); +} +.caret-dark-blue\/30{ + caret-color: rgb(21 40 75 / 0.3); +} +.caret-dark-blue\/40{ + caret-color: rgb(21 40 75 / 0.4); +} +.caret-dark-blue\/50{ + caret-color: rgb(21 40 75 / 0.5); +} +.caret-dark-blue\/60{ + caret-color: rgb(21 40 75 / 0.6); +} +.caret-dark-blue\/70{ + caret-color: rgb(21 40 75 / 0.7); +} +.caret-dark-blue\/75{ + caret-color: rgb(21 40 75 / 0.75); +} +.caret-dark-blue\/80{ + caret-color: rgb(21 40 75 / 0.8); +} +.caret-dark-blue\/90{ + caret-color: rgb(21 40 75 / 0.9); +} +.caret-dark-blue\/95{ + caret-color: rgb(21 40 75 / 0.95); +} +.caret-dark-blue\/100{ + caret-color: rgb(21 40 75 / 1); +} +.caret-lighter-gray\/0{ + caret-color: rgb(242 242 245 / 0); +} +.caret-lighter-gray\/5{ + caret-color: rgb(242 242 245 / 0.05); +} +.caret-lighter-gray\/10{ + caret-color: rgb(242 242 245 / 0.1); +} +.caret-lighter-gray\/20{ + caret-color: rgb(242 242 245 / 0.2); +} +.caret-lighter-gray\/25{ + caret-color: rgb(242 242 245 / 0.25); +} +.caret-lighter-gray\/30{ + caret-color: rgb(242 242 245 / 0.3); +} +.caret-lighter-gray\/40{ + caret-color: rgb(242 242 245 / 0.4); +} +.caret-lighter-gray\/50{ + caret-color: rgb(242 242 245 / 0.5); +} +.caret-lighter-gray\/60{ + caret-color: rgb(242 242 245 / 0.6); +} +.caret-lighter-gray\/70{ + caret-color: rgb(242 242 245 / 0.7); +} +.caret-lighter-gray\/75{ + caret-color: rgb(242 242 245 / 0.75); +} +.caret-lighter-gray\/80{ + caret-color: rgb(242 242 245 / 0.8); +} +.caret-lighter-gray\/90{ + caret-color: rgb(242 242 245 / 0.9); +} +.caret-lighter-gray\/95{ + caret-color: rgb(242 242 245 / 0.95); +} +.caret-lighter-gray\/100{ + caret-color: rgb(242 242 245 / 1); +} +.caret-purple-lighter\/0{ + caret-color: rgb(242 244 252 / 0); +} +.caret-purple-lighter\/5{ + caret-color: rgb(242 244 252 / 0.05); +} +.caret-purple-lighter\/10{ + caret-color: rgb(242 244 252 / 0.1); +} +.caret-purple-lighter\/20{ + caret-color: rgb(242 244 252 / 0.2); +} +.caret-purple-lighter\/25{ + caret-color: rgb(242 244 252 / 0.25); +} +.caret-purple-lighter\/30{ + caret-color: rgb(242 244 252 / 0.3); +} +.caret-purple-lighter\/40{ + caret-color: rgb(242 244 252 / 0.4); +} +.caret-purple-lighter\/50{ + caret-color: rgb(242 244 252 / 0.5); +} +.caret-purple-lighter\/60{ + caret-color: rgb(242 244 252 / 0.6); +} +.caret-purple-lighter\/70{ + caret-color: rgb(242 244 252 / 0.7); +} +.caret-purple-lighter\/75{ + caret-color: rgb(242 244 252 / 0.75); +} +.caret-purple-lighter\/80{ + caret-color: rgb(242 244 252 / 0.8); +} +.caret-purple-lighter\/90{ + caret-color: rgb(242 244 252 / 0.9); +} +.caret-purple-lighter\/95{ + caret-color: rgb(242 244 252 / 0.95); +} +.caret-purple-lighter\/100{ + caret-color: rgb(242 244 252 / 1); +} +.caret-modal-background\/0{ + caret-color: rgb(0 0 0 / 0); +} +.caret-modal-background\/5{ + caret-color: rgb(0 0 0 / 0.05); +} +.caret-modal-background\/10{ + caret-color: rgb(0 0 0 / 0.1); +} +.caret-modal-background\/20{ + caret-color: rgb(0 0 0 / 0.2); +} +.caret-modal-background\/25{ + caret-color: rgb(0 0 0 / 0.25); +} +.caret-modal-background\/30{ + caret-color: rgb(0 0 0 / 0.3); +} +.caret-modal-background\/40{ + caret-color: rgb(0 0 0 / 0.4); +} +.caret-modal-background\/50{ + caret-color: rgb(0 0 0 / 0.5); +} +.caret-modal-background\/60{ + caret-color: rgb(0 0 0 / 0.6); +} +.caret-modal-background\/70{ + caret-color: rgb(0 0 0 / 0.7); +} +.caret-modal-background\/75{ + caret-color: rgb(0 0 0 / 0.75); +} +.caret-modal-background\/80{ + caret-color: rgb(0 0 0 / 0.8); +} +.caret-modal-background\/90{ + caret-color: rgb(0 0 0 / 0.9); +} +.caret-modal-background\/95{ + caret-color: rgb(0 0 0 / 0.95); +} +.caret-modal-background\/100{ + caret-color: rgb(0 0 0 / 1); +} +.caret-testing\/0{ + caret-color: rgb(147 95 7 / 0); +} +.caret-testing\/5{ + caret-color: rgb(147 95 7 / 0.05); +} +.caret-testing\/10{ + caret-color: rgb(147 95 7 / 0.1); +} +.caret-testing\/20{ + caret-color: rgb(147 95 7 / 0.2); +} +.caret-testing\/25{ + caret-color: rgb(147 95 7 / 0.25); +} +.caret-testing\/30{ + caret-color: rgb(147 95 7 / 0.3); +} +.caret-testing\/40{ + caret-color: rgb(147 95 7 / 0.4); +} +.caret-testing\/50{ + caret-color: rgb(147 95 7 / 0.5); +} +.caret-testing\/60{ + caret-color: rgb(147 95 7 / 0.6); +} +.caret-testing\/70{ + caret-color: rgb(147 95 7 / 0.7); +} +.caret-testing\/75{ + caret-color: rgb(147 95 7 / 0.75); +} +.caret-testing\/80{ + caret-color: rgb(147 95 7 / 0.8); +} +.caret-testing\/90{ + caret-color: rgb(147 95 7 / 0.9); +} +.caret-testing\/95{ + caret-color: rgb(147 95 7 / 0.95); +} +.caret-testing\/100{ + caret-color: rgb(147 95 7 / 1); +} .accent-inherit{ accent-color: inherit; } @@ -41717,6 +332368,12066 @@ input[type="date"]::-webkit-inner-spin-button, .accent-auto{ accent-color: auto; } +.accent-transparent\/0{ + accent-color: rgb(0 0 0 / 0); +} +.accent-transparent\/5{ + accent-color: rgb(0 0 0 / 0.05); +} +.accent-transparent\/10{ + accent-color: rgb(0 0 0 / 0.1); +} +.accent-transparent\/20{ + accent-color: rgb(0 0 0 / 0.2); +} +.accent-transparent\/25{ + accent-color: rgb(0 0 0 / 0.25); +} +.accent-transparent\/30{ + accent-color: rgb(0 0 0 / 0.3); +} +.accent-transparent\/40{ + accent-color: rgb(0 0 0 / 0.4); +} +.accent-transparent\/50{ + accent-color: rgb(0 0 0 / 0.5); +} +.accent-transparent\/60{ + accent-color: rgb(0 0 0 / 0.6); +} +.accent-transparent\/70{ + accent-color: rgb(0 0 0 / 0.7); +} +.accent-transparent\/75{ + accent-color: rgb(0 0 0 / 0.75); +} +.accent-transparent\/80{ + accent-color: rgb(0 0 0 / 0.8); +} +.accent-transparent\/90{ + accent-color: rgb(0 0 0 / 0.9); +} +.accent-transparent\/95{ + accent-color: rgb(0 0 0 / 0.95); +} +.accent-transparent\/100{ + accent-color: rgb(0 0 0 / 1); +} +.accent-black-50\/0{ + accent-color: rgb(246 246 246 / 0); +} +.accent-black-50\/5{ + accent-color: rgb(246 246 246 / 0.05); +} +.accent-black-50\/10{ + accent-color: rgb(246 246 246 / 0.1); +} +.accent-black-50\/20{ + accent-color: rgb(246 246 246 / 0.2); +} +.accent-black-50\/25{ + accent-color: rgb(246 246 246 / 0.25); +} +.accent-black-50\/30{ + accent-color: rgb(246 246 246 / 0.3); +} +.accent-black-50\/40{ + accent-color: rgb(246 246 246 / 0.4); +} +.accent-black-50\/50{ + accent-color: rgb(246 246 246 / 0.5); +} +.accent-black-50\/60{ + accent-color: rgb(246 246 246 / 0.6); +} +.accent-black-50\/70{ + accent-color: rgb(246 246 246 / 0.7); +} +.accent-black-50\/75{ + accent-color: rgb(246 246 246 / 0.75); +} +.accent-black-50\/80{ + accent-color: rgb(246 246 246 / 0.8); +} +.accent-black-50\/90{ + accent-color: rgb(246 246 246 / 0.9); +} +.accent-black-50\/95{ + accent-color: rgb(246 246 246 / 0.95); +} +.accent-black-50\/100{ + accent-color: rgb(246 246 246 / 1); +} +.accent-black-100\/0{ + accent-color: rgb(236 236 236 / 0); +} +.accent-black-100\/5{ + accent-color: rgb(236 236 236 / 0.05); +} +.accent-black-100\/10{ + accent-color: rgb(236 236 236 / 0.1); +} +.accent-black-100\/20{ + accent-color: rgb(236 236 236 / 0.2); +} +.accent-black-100\/25{ + accent-color: rgb(236 236 236 / 0.25); +} +.accent-black-100\/30{ + accent-color: rgb(236 236 236 / 0.3); +} +.accent-black-100\/40{ + accent-color: rgb(236 236 236 / 0.4); +} +.accent-black-100\/50{ + accent-color: rgb(236 236 236 / 0.5); +} +.accent-black-100\/60{ + accent-color: rgb(236 236 236 / 0.6); +} +.accent-black-100\/70{ + accent-color: rgb(236 236 236 / 0.7); +} +.accent-black-100\/75{ + accent-color: rgb(236 236 236 / 0.75); +} +.accent-black-100\/80{ + accent-color: rgb(236 236 236 / 0.8); +} +.accent-black-100\/90{ + accent-color: rgb(236 236 236 / 0.9); +} +.accent-black-100\/95{ + accent-color: rgb(236 236 236 / 0.95); +} +.accent-black-100\/100{ + accent-color: rgb(236 236 236 / 1); +} +.accent-black-200\/0{ + accent-color: rgb(208 208 208 / 0); +} +.accent-black-200\/5{ + accent-color: rgb(208 208 208 / 0.05); +} +.accent-black-200\/10{ + accent-color: rgb(208 208 208 / 0.1); +} +.accent-black-200\/20{ + accent-color: rgb(208 208 208 / 0.2); +} +.accent-black-200\/25{ + accent-color: rgb(208 208 208 / 0.25); +} +.accent-black-200\/30{ + accent-color: rgb(208 208 208 / 0.3); +} +.accent-black-200\/40{ + accent-color: rgb(208 208 208 / 0.4); +} +.accent-black-200\/50{ + accent-color: rgb(208 208 208 / 0.5); +} +.accent-black-200\/60{ + accent-color: rgb(208 208 208 / 0.6); +} +.accent-black-200\/70{ + accent-color: rgb(208 208 208 / 0.7); +} +.accent-black-200\/75{ + accent-color: rgb(208 208 208 / 0.75); +} +.accent-black-200\/80{ + accent-color: rgb(208 208 208 / 0.8); +} +.accent-black-200\/90{ + accent-color: rgb(208 208 208 / 0.9); +} +.accent-black-200\/95{ + accent-color: rgb(208 208 208 / 0.95); +} +.accent-black-200\/100{ + accent-color: rgb(208 208 208 / 1); +} +.accent-black-300\/0{ + accent-color: rgb(179 179 179 / 0); +} +.accent-black-300\/5{ + accent-color: rgb(179 179 179 / 0.05); +} +.accent-black-300\/10{ + accent-color: rgb(179 179 179 / 0.1); +} +.accent-black-300\/20{ + accent-color: rgb(179 179 179 / 0.2); +} +.accent-black-300\/25{ + accent-color: rgb(179 179 179 / 0.25); +} +.accent-black-300\/30{ + accent-color: rgb(179 179 179 / 0.3); +} +.accent-black-300\/40{ + accent-color: rgb(179 179 179 / 0.4); +} +.accent-black-300\/50{ + accent-color: rgb(179 179 179 / 0.5); +} +.accent-black-300\/60{ + accent-color: rgb(179 179 179 / 0.6); +} +.accent-black-300\/70{ + accent-color: rgb(179 179 179 / 0.7); +} +.accent-black-300\/75{ + accent-color: rgb(179 179 179 / 0.75); +} +.accent-black-300\/80{ + accent-color: rgb(179 179 179 / 0.8); +} +.accent-black-300\/90{ + accent-color: rgb(179 179 179 / 0.9); +} +.accent-black-300\/95{ + accent-color: rgb(179 179 179 / 0.95); +} +.accent-black-300\/100{ + accent-color: rgb(179 179 179 / 1); +} +.accent-black-400\/0{ + accent-color: rgb(123 123 123 / 0); +} +.accent-black-400\/5{ + accent-color: rgb(123 123 123 / 0.05); +} +.accent-black-400\/10{ + accent-color: rgb(123 123 123 / 0.1); +} +.accent-black-400\/20{ + accent-color: rgb(123 123 123 / 0.2); +} +.accent-black-400\/25{ + accent-color: rgb(123 123 123 / 0.25); +} +.accent-black-400\/30{ + accent-color: rgb(123 123 123 / 0.3); +} +.accent-black-400\/40{ + accent-color: rgb(123 123 123 / 0.4); +} +.accent-black-400\/50{ + accent-color: rgb(123 123 123 / 0.5); +} +.accent-black-400\/60{ + accent-color: rgb(123 123 123 / 0.6); +} +.accent-black-400\/70{ + accent-color: rgb(123 123 123 / 0.7); +} +.accent-black-400\/75{ + accent-color: rgb(123 123 123 / 0.75); +} +.accent-black-400\/80{ + accent-color: rgb(123 123 123 / 0.8); +} +.accent-black-400\/90{ + accent-color: rgb(123 123 123 / 0.9); +} +.accent-black-400\/95{ + accent-color: rgb(123 123 123 / 0.95); +} +.accent-black-400\/100{ + accent-color: rgb(123 123 123 / 1); +} +.accent-black-500\/0{ + accent-color: rgb(66 66 66 / 0); +} +.accent-black-500\/5{ + accent-color: rgb(66 66 66 / 0.05); +} +.accent-black-500\/10{ + accent-color: rgb(66 66 66 / 0.1); +} +.accent-black-500\/20{ + accent-color: rgb(66 66 66 / 0.2); +} +.accent-black-500\/25{ + accent-color: rgb(66 66 66 / 0.25); +} +.accent-black-500\/30{ + accent-color: rgb(66 66 66 / 0.3); +} +.accent-black-500\/40{ + accent-color: rgb(66 66 66 / 0.4); +} +.accent-black-500\/50{ + accent-color: rgb(66 66 66 / 0.5); +} +.accent-black-500\/60{ + accent-color: rgb(66 66 66 / 0.6); +} +.accent-black-500\/70{ + accent-color: rgb(66 66 66 / 0.7); +} +.accent-black-500\/75{ + accent-color: rgb(66 66 66 / 0.75); +} +.accent-black-500\/80{ + accent-color: rgb(66 66 66 / 0.8); +} +.accent-black-500\/90{ + accent-color: rgb(66 66 66 / 0.9); +} +.accent-black-500\/95{ + accent-color: rgb(66 66 66 / 0.95); +} +.accent-black-500\/100{ + accent-color: rgb(66 66 66 / 1); +} +.accent-black-600\/0{ + accent-color: rgb(59 59 59 / 0); +} +.accent-black-600\/5{ + accent-color: rgb(59 59 59 / 0.05); +} +.accent-black-600\/10{ + accent-color: rgb(59 59 59 / 0.1); +} +.accent-black-600\/20{ + accent-color: rgb(59 59 59 / 0.2); +} +.accent-black-600\/25{ + accent-color: rgb(59 59 59 / 0.25); +} +.accent-black-600\/30{ + accent-color: rgb(59 59 59 / 0.3); +} +.accent-black-600\/40{ + accent-color: rgb(59 59 59 / 0.4); +} +.accent-black-600\/50{ + accent-color: rgb(59 59 59 / 0.5); +} +.accent-black-600\/60{ + accent-color: rgb(59 59 59 / 0.6); +} +.accent-black-600\/70{ + accent-color: rgb(59 59 59 / 0.7); +} +.accent-black-600\/75{ + accent-color: rgb(59 59 59 / 0.75); +} +.accent-black-600\/80{ + accent-color: rgb(59 59 59 / 0.8); +} +.accent-black-600\/90{ + accent-color: rgb(59 59 59 / 0.9); +} +.accent-black-600\/95{ + accent-color: rgb(59 59 59 / 0.95); +} +.accent-black-600\/100{ + accent-color: rgb(59 59 59 / 1); +} +.accent-black-700\/0{ + accent-color: rgb(50 50 50 / 0); +} +.accent-black-700\/5{ + accent-color: rgb(50 50 50 / 0.05); +} +.accent-black-700\/10{ + accent-color: rgb(50 50 50 / 0.1); +} +.accent-black-700\/20{ + accent-color: rgb(50 50 50 / 0.2); +} +.accent-black-700\/25{ + accent-color: rgb(50 50 50 / 0.25); +} +.accent-black-700\/30{ + accent-color: rgb(50 50 50 / 0.3); +} +.accent-black-700\/40{ + accent-color: rgb(50 50 50 / 0.4); +} +.accent-black-700\/50{ + accent-color: rgb(50 50 50 / 0.5); +} +.accent-black-700\/60{ + accent-color: rgb(50 50 50 / 0.6); +} +.accent-black-700\/70{ + accent-color: rgb(50 50 50 / 0.7); +} +.accent-black-700\/75{ + accent-color: rgb(50 50 50 / 0.75); +} +.accent-black-700\/80{ + accent-color: rgb(50 50 50 / 0.8); +} +.accent-black-700\/90{ + accent-color: rgb(50 50 50 / 0.9); +} +.accent-black-700\/95{ + accent-color: rgb(50 50 50 / 0.95); +} +.accent-black-700\/100{ + accent-color: rgb(50 50 50 / 1); +} +.accent-black-800\/0{ + accent-color: rgb(40 40 40 / 0); +} +.accent-black-800\/5{ + accent-color: rgb(40 40 40 / 0.05); +} +.accent-black-800\/10{ + accent-color: rgb(40 40 40 / 0.1); +} +.accent-black-800\/20{ + accent-color: rgb(40 40 40 / 0.2); +} +.accent-black-800\/25{ + accent-color: rgb(40 40 40 / 0.25); +} +.accent-black-800\/30{ + accent-color: rgb(40 40 40 / 0.3); +} +.accent-black-800\/40{ + accent-color: rgb(40 40 40 / 0.4); +} +.accent-black-800\/50{ + accent-color: rgb(40 40 40 / 0.5); +} +.accent-black-800\/60{ + accent-color: rgb(40 40 40 / 0.6); +} +.accent-black-800\/70{ + accent-color: rgb(40 40 40 / 0.7); +} +.accent-black-800\/75{ + accent-color: rgb(40 40 40 / 0.75); +} +.accent-black-800\/80{ + accent-color: rgb(40 40 40 / 0.8); +} +.accent-black-800\/90{ + accent-color: rgb(40 40 40 / 0.9); +} +.accent-black-800\/95{ + accent-color: rgb(40 40 40 / 0.95); +} +.accent-black-800\/100{ + accent-color: rgb(40 40 40 / 1); +} +.accent-black-900\/0{ + accent-color: rgb(32 32 32 / 0); +} +.accent-black-900\/5{ + accent-color: rgb(32 32 32 / 0.05); +} +.accent-black-900\/10{ + accent-color: rgb(32 32 32 / 0.1); +} +.accent-black-900\/20{ + accent-color: rgb(32 32 32 / 0.2); +} +.accent-black-900\/25{ + accent-color: rgb(32 32 32 / 0.25); +} +.accent-black-900\/30{ + accent-color: rgb(32 32 32 / 0.3); +} +.accent-black-900\/40{ + accent-color: rgb(32 32 32 / 0.4); +} +.accent-black-900\/50{ + accent-color: rgb(32 32 32 / 0.5); +} +.accent-black-900\/60{ + accent-color: rgb(32 32 32 / 0.6); +} +.accent-black-900\/70{ + accent-color: rgb(32 32 32 / 0.7); +} +.accent-black-900\/75{ + accent-color: rgb(32 32 32 / 0.75); +} +.accent-black-900\/80{ + accent-color: rgb(32 32 32 / 0.8); +} +.accent-black-900\/90{ + accent-color: rgb(32 32 32 / 0.9); +} +.accent-black-900\/95{ + accent-color: rgb(32 32 32 / 0.95); +} +.accent-black-900\/100{ + accent-color: rgb(32 32 32 / 1); +} +.accent-black\/0{ + accent-color: rgb(66 66 66 / 0); +} +.accent-black\/5{ + accent-color: rgb(66 66 66 / 0.05); +} +.accent-black\/10{ + accent-color: rgb(66 66 66 / 0.1); +} +.accent-black\/20{ + accent-color: rgb(66 66 66 / 0.2); +} +.accent-black\/25{ + accent-color: rgb(66 66 66 / 0.25); +} +.accent-black\/30{ + accent-color: rgb(66 66 66 / 0.3); +} +.accent-black\/40{ + accent-color: rgb(66 66 66 / 0.4); +} +.accent-black\/50{ + accent-color: rgb(66 66 66 / 0.5); +} +.accent-black\/60{ + accent-color: rgb(66 66 66 / 0.6); +} +.accent-black\/70{ + accent-color: rgb(66 66 66 / 0.7); +} +.accent-black\/75{ + accent-color: rgb(66 66 66 / 0.75); +} +.accent-black\/80{ + accent-color: rgb(66 66 66 / 0.8); +} +.accent-black\/90{ + accent-color: rgb(66 66 66 / 0.9); +} +.accent-black\/95{ + accent-color: rgb(66 66 66 / 0.95); +} +.accent-black\/100{ + accent-color: rgb(66 66 66 / 1); +} +.accent-white\/0{ + accent-color: rgb(255 255 255 / 0); +} +.accent-white\/5{ + accent-color: rgb(255 255 255 / 0.05); +} +.accent-white\/10{ + accent-color: rgb(255 255 255 / 0.1); +} +.accent-white\/20{ + accent-color: rgb(255 255 255 / 0.2); +} +.accent-white\/25{ + accent-color: rgb(255 255 255 / 0.25); +} +.accent-white\/30{ + accent-color: rgb(255 255 255 / 0.3); +} +.accent-white\/40{ + accent-color: rgb(255 255 255 / 0.4); +} +.accent-white\/50{ + accent-color: rgb(255 255 255 / 0.5); +} +.accent-white\/60{ + accent-color: rgb(255 255 255 / 0.6); +} +.accent-white\/70{ + accent-color: rgb(255 255 255 / 0.7); +} +.accent-white\/75{ + accent-color: rgb(255 255 255 / 0.75); +} +.accent-white\/80{ + accent-color: rgb(255 255 255 / 0.8); +} +.accent-white\/90{ + accent-color: rgb(255 255 255 / 0.9); +} +.accent-white\/95{ + accent-color: rgb(255 255 255 / 0.95); +} +.accent-white\/100{ + accent-color: rgb(255 255 255 / 1); +} +.accent-slate-50\/0{ + accent-color: rgb(248 250 252 / 0); +} +.accent-slate-50\/5{ + accent-color: rgb(248 250 252 / 0.05); +} +.accent-slate-50\/10{ + accent-color: rgb(248 250 252 / 0.1); +} +.accent-slate-50\/20{ + accent-color: rgb(248 250 252 / 0.2); +} +.accent-slate-50\/25{ + accent-color: rgb(248 250 252 / 0.25); +} +.accent-slate-50\/30{ + accent-color: rgb(248 250 252 / 0.3); +} +.accent-slate-50\/40{ + accent-color: rgb(248 250 252 / 0.4); +} +.accent-slate-50\/50{ + accent-color: rgb(248 250 252 / 0.5); +} +.accent-slate-50\/60{ + accent-color: rgb(248 250 252 / 0.6); +} +.accent-slate-50\/70{ + accent-color: rgb(248 250 252 / 0.7); +} +.accent-slate-50\/75{ + accent-color: rgb(248 250 252 / 0.75); +} +.accent-slate-50\/80{ + accent-color: rgb(248 250 252 / 0.8); +} +.accent-slate-50\/90{ + accent-color: rgb(248 250 252 / 0.9); +} +.accent-slate-50\/95{ + accent-color: rgb(248 250 252 / 0.95); +} +.accent-slate-50\/100{ + accent-color: rgb(248 250 252 / 1); +} +.accent-slate-100\/0{ + accent-color: rgb(241 245 249 / 0); +} +.accent-slate-100\/5{ + accent-color: rgb(241 245 249 / 0.05); +} +.accent-slate-100\/10{ + accent-color: rgb(241 245 249 / 0.1); +} +.accent-slate-100\/20{ + accent-color: rgb(241 245 249 / 0.2); +} +.accent-slate-100\/25{ + accent-color: rgb(241 245 249 / 0.25); +} +.accent-slate-100\/30{ + accent-color: rgb(241 245 249 / 0.3); +} +.accent-slate-100\/40{ + accent-color: rgb(241 245 249 / 0.4); +} +.accent-slate-100\/50{ + accent-color: rgb(241 245 249 / 0.5); +} +.accent-slate-100\/60{ + accent-color: rgb(241 245 249 / 0.6); +} +.accent-slate-100\/70{ + accent-color: rgb(241 245 249 / 0.7); +} +.accent-slate-100\/75{ + accent-color: rgb(241 245 249 / 0.75); +} +.accent-slate-100\/80{ + accent-color: rgb(241 245 249 / 0.8); +} +.accent-slate-100\/90{ + accent-color: rgb(241 245 249 / 0.9); +} +.accent-slate-100\/95{ + accent-color: rgb(241 245 249 / 0.95); +} +.accent-slate-100\/100{ + accent-color: rgb(241 245 249 / 1); +} +.accent-slate-200\/0{ + accent-color: rgb(226 232 240 / 0); +} +.accent-slate-200\/5{ + accent-color: rgb(226 232 240 / 0.05); +} +.accent-slate-200\/10{ + accent-color: rgb(226 232 240 / 0.1); +} +.accent-slate-200\/20{ + accent-color: rgb(226 232 240 / 0.2); +} +.accent-slate-200\/25{ + accent-color: rgb(226 232 240 / 0.25); +} +.accent-slate-200\/30{ + accent-color: rgb(226 232 240 / 0.3); +} +.accent-slate-200\/40{ + accent-color: rgb(226 232 240 / 0.4); +} +.accent-slate-200\/50{ + accent-color: rgb(226 232 240 / 0.5); +} +.accent-slate-200\/60{ + accent-color: rgb(226 232 240 / 0.6); +} +.accent-slate-200\/70{ + accent-color: rgb(226 232 240 / 0.7); +} +.accent-slate-200\/75{ + accent-color: rgb(226 232 240 / 0.75); +} +.accent-slate-200\/80{ + accent-color: rgb(226 232 240 / 0.8); +} +.accent-slate-200\/90{ + accent-color: rgb(226 232 240 / 0.9); +} +.accent-slate-200\/95{ + accent-color: rgb(226 232 240 / 0.95); +} +.accent-slate-200\/100{ + accent-color: rgb(226 232 240 / 1); +} +.accent-slate-300\/0{ + accent-color: rgb(203 213 225 / 0); +} +.accent-slate-300\/5{ + accent-color: rgb(203 213 225 / 0.05); +} +.accent-slate-300\/10{ + accent-color: rgb(203 213 225 / 0.1); +} +.accent-slate-300\/20{ + accent-color: rgb(203 213 225 / 0.2); +} +.accent-slate-300\/25{ + accent-color: rgb(203 213 225 / 0.25); +} +.accent-slate-300\/30{ + accent-color: rgb(203 213 225 / 0.3); +} +.accent-slate-300\/40{ + accent-color: rgb(203 213 225 / 0.4); +} +.accent-slate-300\/50{ + accent-color: rgb(203 213 225 / 0.5); +} +.accent-slate-300\/60{ + accent-color: rgb(203 213 225 / 0.6); +} +.accent-slate-300\/70{ + accent-color: rgb(203 213 225 / 0.7); +} +.accent-slate-300\/75{ + accent-color: rgb(203 213 225 / 0.75); +} +.accent-slate-300\/80{ + accent-color: rgb(203 213 225 / 0.8); +} +.accent-slate-300\/90{ + accent-color: rgb(203 213 225 / 0.9); +} +.accent-slate-300\/95{ + accent-color: rgb(203 213 225 / 0.95); +} +.accent-slate-300\/100{ + accent-color: rgb(203 213 225 / 1); +} +.accent-slate-400\/0{ + accent-color: rgb(148 163 184 / 0); +} +.accent-slate-400\/5{ + accent-color: rgb(148 163 184 / 0.05); +} +.accent-slate-400\/10{ + accent-color: rgb(148 163 184 / 0.1); +} +.accent-slate-400\/20{ + accent-color: rgb(148 163 184 / 0.2); +} +.accent-slate-400\/25{ + accent-color: rgb(148 163 184 / 0.25); +} +.accent-slate-400\/30{ + accent-color: rgb(148 163 184 / 0.3); +} +.accent-slate-400\/40{ + accent-color: rgb(148 163 184 / 0.4); +} +.accent-slate-400\/50{ + accent-color: rgb(148 163 184 / 0.5); +} +.accent-slate-400\/60{ + accent-color: rgb(148 163 184 / 0.6); +} +.accent-slate-400\/70{ + accent-color: rgb(148 163 184 / 0.7); +} +.accent-slate-400\/75{ + accent-color: rgb(148 163 184 / 0.75); +} +.accent-slate-400\/80{ + accent-color: rgb(148 163 184 / 0.8); +} +.accent-slate-400\/90{ + accent-color: rgb(148 163 184 / 0.9); +} +.accent-slate-400\/95{ + accent-color: rgb(148 163 184 / 0.95); +} +.accent-slate-400\/100{ + accent-color: rgb(148 163 184 / 1); +} +.accent-slate-500\/0{ + accent-color: rgb(100 116 139 / 0); +} +.accent-slate-500\/5{ + accent-color: rgb(100 116 139 / 0.05); +} +.accent-slate-500\/10{ + accent-color: rgb(100 116 139 / 0.1); +} +.accent-slate-500\/20{ + accent-color: rgb(100 116 139 / 0.2); +} +.accent-slate-500\/25{ + accent-color: rgb(100 116 139 / 0.25); +} +.accent-slate-500\/30{ + accent-color: rgb(100 116 139 / 0.3); +} +.accent-slate-500\/40{ + accent-color: rgb(100 116 139 / 0.4); +} +.accent-slate-500\/50{ + accent-color: rgb(100 116 139 / 0.5); +} +.accent-slate-500\/60{ + accent-color: rgb(100 116 139 / 0.6); +} +.accent-slate-500\/70{ + accent-color: rgb(100 116 139 / 0.7); +} +.accent-slate-500\/75{ + accent-color: rgb(100 116 139 / 0.75); +} +.accent-slate-500\/80{ + accent-color: rgb(100 116 139 / 0.8); +} +.accent-slate-500\/90{ + accent-color: rgb(100 116 139 / 0.9); +} +.accent-slate-500\/95{ + accent-color: rgb(100 116 139 / 0.95); +} +.accent-slate-500\/100{ + accent-color: rgb(100 116 139 / 1); +} +.accent-slate-600\/0{ + accent-color: rgb(71 85 105 / 0); +} +.accent-slate-600\/5{ + accent-color: rgb(71 85 105 / 0.05); +} +.accent-slate-600\/10{ + accent-color: rgb(71 85 105 / 0.1); +} +.accent-slate-600\/20{ + accent-color: rgb(71 85 105 / 0.2); +} +.accent-slate-600\/25{ + accent-color: rgb(71 85 105 / 0.25); +} +.accent-slate-600\/30{ + accent-color: rgb(71 85 105 / 0.3); +} +.accent-slate-600\/40{ + accent-color: rgb(71 85 105 / 0.4); +} +.accent-slate-600\/50{ + accent-color: rgb(71 85 105 / 0.5); +} +.accent-slate-600\/60{ + accent-color: rgb(71 85 105 / 0.6); +} +.accent-slate-600\/70{ + accent-color: rgb(71 85 105 / 0.7); +} +.accent-slate-600\/75{ + accent-color: rgb(71 85 105 / 0.75); +} +.accent-slate-600\/80{ + accent-color: rgb(71 85 105 / 0.8); +} +.accent-slate-600\/90{ + accent-color: rgb(71 85 105 / 0.9); +} +.accent-slate-600\/95{ + accent-color: rgb(71 85 105 / 0.95); +} +.accent-slate-600\/100{ + accent-color: rgb(71 85 105 / 1); +} +.accent-slate-700\/0{ + accent-color: rgb(51 65 85 / 0); +} +.accent-slate-700\/5{ + accent-color: rgb(51 65 85 / 0.05); +} +.accent-slate-700\/10{ + accent-color: rgb(51 65 85 / 0.1); +} +.accent-slate-700\/20{ + accent-color: rgb(51 65 85 / 0.2); +} +.accent-slate-700\/25{ + accent-color: rgb(51 65 85 / 0.25); +} +.accent-slate-700\/30{ + accent-color: rgb(51 65 85 / 0.3); +} +.accent-slate-700\/40{ + accent-color: rgb(51 65 85 / 0.4); +} +.accent-slate-700\/50{ + accent-color: rgb(51 65 85 / 0.5); +} +.accent-slate-700\/60{ + accent-color: rgb(51 65 85 / 0.6); +} +.accent-slate-700\/70{ + accent-color: rgb(51 65 85 / 0.7); +} +.accent-slate-700\/75{ + accent-color: rgb(51 65 85 / 0.75); +} +.accent-slate-700\/80{ + accent-color: rgb(51 65 85 / 0.8); +} +.accent-slate-700\/90{ + accent-color: rgb(51 65 85 / 0.9); +} +.accent-slate-700\/95{ + accent-color: rgb(51 65 85 / 0.95); +} +.accent-slate-700\/100{ + accent-color: rgb(51 65 85 / 1); +} +.accent-slate-800\/0{ + accent-color: rgb(30 41 59 / 0); +} +.accent-slate-800\/5{ + accent-color: rgb(30 41 59 / 0.05); +} +.accent-slate-800\/10{ + accent-color: rgb(30 41 59 / 0.1); +} +.accent-slate-800\/20{ + accent-color: rgb(30 41 59 / 0.2); +} +.accent-slate-800\/25{ + accent-color: rgb(30 41 59 / 0.25); +} +.accent-slate-800\/30{ + accent-color: rgb(30 41 59 / 0.3); +} +.accent-slate-800\/40{ + accent-color: rgb(30 41 59 / 0.4); +} +.accent-slate-800\/50{ + accent-color: rgb(30 41 59 / 0.5); +} +.accent-slate-800\/60{ + accent-color: rgb(30 41 59 / 0.6); +} +.accent-slate-800\/70{ + accent-color: rgb(30 41 59 / 0.7); +} +.accent-slate-800\/75{ + accent-color: rgb(30 41 59 / 0.75); +} +.accent-slate-800\/80{ + accent-color: rgb(30 41 59 / 0.8); +} +.accent-slate-800\/90{ + accent-color: rgb(30 41 59 / 0.9); +} +.accent-slate-800\/95{ + accent-color: rgb(30 41 59 / 0.95); +} +.accent-slate-800\/100{ + accent-color: rgb(30 41 59 / 1); +} +.accent-slate-900\/0{ + accent-color: rgb(15 23 42 / 0); +} +.accent-slate-900\/5{ + accent-color: rgb(15 23 42 / 0.05); +} +.accent-slate-900\/10{ + accent-color: rgb(15 23 42 / 0.1); +} +.accent-slate-900\/20{ + accent-color: rgb(15 23 42 / 0.2); +} +.accent-slate-900\/25{ + accent-color: rgb(15 23 42 / 0.25); +} +.accent-slate-900\/30{ + accent-color: rgb(15 23 42 / 0.3); +} +.accent-slate-900\/40{ + accent-color: rgb(15 23 42 / 0.4); +} +.accent-slate-900\/50{ + accent-color: rgb(15 23 42 / 0.5); +} +.accent-slate-900\/60{ + accent-color: rgb(15 23 42 / 0.6); +} +.accent-slate-900\/70{ + accent-color: rgb(15 23 42 / 0.7); +} +.accent-slate-900\/75{ + accent-color: rgb(15 23 42 / 0.75); +} +.accent-slate-900\/80{ + accent-color: rgb(15 23 42 / 0.8); +} +.accent-slate-900\/90{ + accent-color: rgb(15 23 42 / 0.9); +} +.accent-slate-900\/95{ + accent-color: rgb(15 23 42 / 0.95); +} +.accent-slate-900\/100{ + accent-color: rgb(15 23 42 / 1); +} +.accent-gray-50\/0{ + accent-color: rgb(249 250 251 / 0); +} +.accent-gray-50\/5{ + accent-color: rgb(249 250 251 / 0.05); +} +.accent-gray-50\/10{ + accent-color: rgb(249 250 251 / 0.1); +} +.accent-gray-50\/20{ + accent-color: rgb(249 250 251 / 0.2); +} +.accent-gray-50\/25{ + accent-color: rgb(249 250 251 / 0.25); +} +.accent-gray-50\/30{ + accent-color: rgb(249 250 251 / 0.3); +} +.accent-gray-50\/40{ + accent-color: rgb(249 250 251 / 0.4); +} +.accent-gray-50\/50{ + accent-color: rgb(249 250 251 / 0.5); +} +.accent-gray-50\/60{ + accent-color: rgb(249 250 251 / 0.6); +} +.accent-gray-50\/70{ + accent-color: rgb(249 250 251 / 0.7); +} +.accent-gray-50\/75{ + accent-color: rgb(249 250 251 / 0.75); +} +.accent-gray-50\/80{ + accent-color: rgb(249 250 251 / 0.8); +} +.accent-gray-50\/90{ + accent-color: rgb(249 250 251 / 0.9); +} +.accent-gray-50\/95{ + accent-color: rgb(249 250 251 / 0.95); +} +.accent-gray-50\/100{ + accent-color: rgb(249 250 251 / 1); +} +.accent-gray-100\/0{ + accent-color: rgb(243 244 246 / 0); +} +.accent-gray-100\/5{ + accent-color: rgb(243 244 246 / 0.05); +} +.accent-gray-100\/10{ + accent-color: rgb(243 244 246 / 0.1); +} +.accent-gray-100\/20{ + accent-color: rgb(243 244 246 / 0.2); +} +.accent-gray-100\/25{ + accent-color: rgb(243 244 246 / 0.25); +} +.accent-gray-100\/30{ + accent-color: rgb(243 244 246 / 0.3); +} +.accent-gray-100\/40{ + accent-color: rgb(243 244 246 / 0.4); +} +.accent-gray-100\/50{ + accent-color: rgb(243 244 246 / 0.5); +} +.accent-gray-100\/60{ + accent-color: rgb(243 244 246 / 0.6); +} +.accent-gray-100\/70{ + accent-color: rgb(243 244 246 / 0.7); +} +.accent-gray-100\/75{ + accent-color: rgb(243 244 246 / 0.75); +} +.accent-gray-100\/80{ + accent-color: rgb(243 244 246 / 0.8); +} +.accent-gray-100\/90{ + accent-color: rgb(243 244 246 / 0.9); +} +.accent-gray-100\/95{ + accent-color: rgb(243 244 246 / 0.95); +} +.accent-gray-100\/100{ + accent-color: rgb(243 244 246 / 1); +} +.accent-gray-200\/0{ + accent-color: rgb(229 231 235 / 0); +} +.accent-gray-200\/5{ + accent-color: rgb(229 231 235 / 0.05); +} +.accent-gray-200\/10{ + accent-color: rgb(229 231 235 / 0.1); +} +.accent-gray-200\/20{ + accent-color: rgb(229 231 235 / 0.2); +} +.accent-gray-200\/25{ + accent-color: rgb(229 231 235 / 0.25); +} +.accent-gray-200\/30{ + accent-color: rgb(229 231 235 / 0.3); +} +.accent-gray-200\/40{ + accent-color: rgb(229 231 235 / 0.4); +} +.accent-gray-200\/50{ + accent-color: rgb(229 231 235 / 0.5); +} +.accent-gray-200\/60{ + accent-color: rgb(229 231 235 / 0.6); +} +.accent-gray-200\/70{ + accent-color: rgb(229 231 235 / 0.7); +} +.accent-gray-200\/75{ + accent-color: rgb(229 231 235 / 0.75); +} +.accent-gray-200\/80{ + accent-color: rgb(229 231 235 / 0.8); +} +.accent-gray-200\/90{ + accent-color: rgb(229 231 235 / 0.9); +} +.accent-gray-200\/95{ + accent-color: rgb(229 231 235 / 0.95); +} +.accent-gray-200\/100{ + accent-color: rgb(229 231 235 / 1); +} +.accent-gray-300\/0{ + accent-color: rgb(209 213 219 / 0); +} +.accent-gray-300\/5{ + accent-color: rgb(209 213 219 / 0.05); +} +.accent-gray-300\/10{ + accent-color: rgb(209 213 219 / 0.1); +} +.accent-gray-300\/20{ + accent-color: rgb(209 213 219 / 0.2); +} +.accent-gray-300\/25{ + accent-color: rgb(209 213 219 / 0.25); +} +.accent-gray-300\/30{ + accent-color: rgb(209 213 219 / 0.3); +} +.accent-gray-300\/40{ + accent-color: rgb(209 213 219 / 0.4); +} +.accent-gray-300\/50{ + accent-color: rgb(209 213 219 / 0.5); +} +.accent-gray-300\/60{ + accent-color: rgb(209 213 219 / 0.6); +} +.accent-gray-300\/70{ + accent-color: rgb(209 213 219 / 0.7); +} +.accent-gray-300\/75{ + accent-color: rgb(209 213 219 / 0.75); +} +.accent-gray-300\/80{ + accent-color: rgb(209 213 219 / 0.8); +} +.accent-gray-300\/90{ + accent-color: rgb(209 213 219 / 0.9); +} +.accent-gray-300\/95{ + accent-color: rgb(209 213 219 / 0.95); +} +.accent-gray-300\/100{ + accent-color: rgb(209 213 219 / 1); +} +.accent-gray-400\/0{ + accent-color: rgb(156 163 175 / 0); +} +.accent-gray-400\/5{ + accent-color: rgb(156 163 175 / 0.05); +} +.accent-gray-400\/10{ + accent-color: rgb(156 163 175 / 0.1); +} +.accent-gray-400\/20{ + accent-color: rgb(156 163 175 / 0.2); +} +.accent-gray-400\/25{ + accent-color: rgb(156 163 175 / 0.25); +} +.accent-gray-400\/30{ + accent-color: rgb(156 163 175 / 0.3); +} +.accent-gray-400\/40{ + accent-color: rgb(156 163 175 / 0.4); +} +.accent-gray-400\/50{ + accent-color: rgb(156 163 175 / 0.5); +} +.accent-gray-400\/60{ + accent-color: rgb(156 163 175 / 0.6); +} +.accent-gray-400\/70{ + accent-color: rgb(156 163 175 / 0.7); +} +.accent-gray-400\/75{ + accent-color: rgb(156 163 175 / 0.75); +} +.accent-gray-400\/80{ + accent-color: rgb(156 163 175 / 0.8); +} +.accent-gray-400\/90{ + accent-color: rgb(156 163 175 / 0.9); +} +.accent-gray-400\/95{ + accent-color: rgb(156 163 175 / 0.95); +} +.accent-gray-400\/100{ + accent-color: rgb(156 163 175 / 1); +} +.accent-gray-500\/0{ + accent-color: rgb(107 114 128 / 0); +} +.accent-gray-500\/5{ + accent-color: rgb(107 114 128 / 0.05); +} +.accent-gray-500\/10{ + accent-color: rgb(107 114 128 / 0.1); +} +.accent-gray-500\/20{ + accent-color: rgb(107 114 128 / 0.2); +} +.accent-gray-500\/25{ + accent-color: rgb(107 114 128 / 0.25); +} +.accent-gray-500\/30{ + accent-color: rgb(107 114 128 / 0.3); +} +.accent-gray-500\/40{ + accent-color: rgb(107 114 128 / 0.4); +} +.accent-gray-500\/50{ + accent-color: rgb(107 114 128 / 0.5); +} +.accent-gray-500\/60{ + accent-color: rgb(107 114 128 / 0.6); +} +.accent-gray-500\/70{ + accent-color: rgb(107 114 128 / 0.7); +} +.accent-gray-500\/75{ + accent-color: rgb(107 114 128 / 0.75); +} +.accent-gray-500\/80{ + accent-color: rgb(107 114 128 / 0.8); +} +.accent-gray-500\/90{ + accent-color: rgb(107 114 128 / 0.9); +} +.accent-gray-500\/95{ + accent-color: rgb(107 114 128 / 0.95); +} +.accent-gray-500\/100{ + accent-color: rgb(107 114 128 / 1); +} +.accent-gray-600\/0{ + accent-color: rgb(75 85 99 / 0); +} +.accent-gray-600\/5{ + accent-color: rgb(75 85 99 / 0.05); +} +.accent-gray-600\/10{ + accent-color: rgb(75 85 99 / 0.1); +} +.accent-gray-600\/20{ + accent-color: rgb(75 85 99 / 0.2); +} +.accent-gray-600\/25{ + accent-color: rgb(75 85 99 / 0.25); +} +.accent-gray-600\/30{ + accent-color: rgb(75 85 99 / 0.3); +} +.accent-gray-600\/40{ + accent-color: rgb(75 85 99 / 0.4); +} +.accent-gray-600\/50{ + accent-color: rgb(75 85 99 / 0.5); +} +.accent-gray-600\/60{ + accent-color: rgb(75 85 99 / 0.6); +} +.accent-gray-600\/70{ + accent-color: rgb(75 85 99 / 0.7); +} +.accent-gray-600\/75{ + accent-color: rgb(75 85 99 / 0.75); +} +.accent-gray-600\/80{ + accent-color: rgb(75 85 99 / 0.8); +} +.accent-gray-600\/90{ + accent-color: rgb(75 85 99 / 0.9); +} +.accent-gray-600\/95{ + accent-color: rgb(75 85 99 / 0.95); +} +.accent-gray-600\/100{ + accent-color: rgb(75 85 99 / 1); +} +.accent-gray-700\/0{ + accent-color: rgb(55 65 81 / 0); +} +.accent-gray-700\/5{ + accent-color: rgb(55 65 81 / 0.05); +} +.accent-gray-700\/10{ + accent-color: rgb(55 65 81 / 0.1); +} +.accent-gray-700\/20{ + accent-color: rgb(55 65 81 / 0.2); +} +.accent-gray-700\/25{ + accent-color: rgb(55 65 81 / 0.25); +} +.accent-gray-700\/30{ + accent-color: rgb(55 65 81 / 0.3); +} +.accent-gray-700\/40{ + accent-color: rgb(55 65 81 / 0.4); +} +.accent-gray-700\/50{ + accent-color: rgb(55 65 81 / 0.5); +} +.accent-gray-700\/60{ + accent-color: rgb(55 65 81 / 0.6); +} +.accent-gray-700\/70{ + accent-color: rgb(55 65 81 / 0.7); +} +.accent-gray-700\/75{ + accent-color: rgb(55 65 81 / 0.75); +} +.accent-gray-700\/80{ + accent-color: rgb(55 65 81 / 0.8); +} +.accent-gray-700\/90{ + accent-color: rgb(55 65 81 / 0.9); +} +.accent-gray-700\/95{ + accent-color: rgb(55 65 81 / 0.95); +} +.accent-gray-700\/100{ + accent-color: rgb(55 65 81 / 1); +} +.accent-gray-800\/0{ + accent-color: rgb(31 41 55 / 0); +} +.accent-gray-800\/5{ + accent-color: rgb(31 41 55 / 0.05); +} +.accent-gray-800\/10{ + accent-color: rgb(31 41 55 / 0.1); +} +.accent-gray-800\/20{ + accent-color: rgb(31 41 55 / 0.2); +} +.accent-gray-800\/25{ + accent-color: rgb(31 41 55 / 0.25); +} +.accent-gray-800\/30{ + accent-color: rgb(31 41 55 / 0.3); +} +.accent-gray-800\/40{ + accent-color: rgb(31 41 55 / 0.4); +} +.accent-gray-800\/50{ + accent-color: rgb(31 41 55 / 0.5); +} +.accent-gray-800\/60{ + accent-color: rgb(31 41 55 / 0.6); +} +.accent-gray-800\/70{ + accent-color: rgb(31 41 55 / 0.7); +} +.accent-gray-800\/75{ + accent-color: rgb(31 41 55 / 0.75); +} +.accent-gray-800\/80{ + accent-color: rgb(31 41 55 / 0.8); +} +.accent-gray-800\/90{ + accent-color: rgb(31 41 55 / 0.9); +} +.accent-gray-800\/95{ + accent-color: rgb(31 41 55 / 0.95); +} +.accent-gray-800\/100{ + accent-color: rgb(31 41 55 / 1); +} +.accent-gray-900\/0{ + accent-color: rgb(17 24 39 / 0); +} +.accent-gray-900\/5{ + accent-color: rgb(17 24 39 / 0.05); +} +.accent-gray-900\/10{ + accent-color: rgb(17 24 39 / 0.1); +} +.accent-gray-900\/20{ + accent-color: rgb(17 24 39 / 0.2); +} +.accent-gray-900\/25{ + accent-color: rgb(17 24 39 / 0.25); +} +.accent-gray-900\/30{ + accent-color: rgb(17 24 39 / 0.3); +} +.accent-gray-900\/40{ + accent-color: rgb(17 24 39 / 0.4); +} +.accent-gray-900\/50{ + accent-color: rgb(17 24 39 / 0.5); +} +.accent-gray-900\/60{ + accent-color: rgb(17 24 39 / 0.6); +} +.accent-gray-900\/70{ + accent-color: rgb(17 24 39 / 0.7); +} +.accent-gray-900\/75{ + accent-color: rgb(17 24 39 / 0.75); +} +.accent-gray-900\/80{ + accent-color: rgb(17 24 39 / 0.8); +} +.accent-gray-900\/90{ + accent-color: rgb(17 24 39 / 0.9); +} +.accent-gray-900\/95{ + accent-color: rgb(17 24 39 / 0.95); +} +.accent-gray-900\/100{ + accent-color: rgb(17 24 39 / 1); +} +.accent-zinc-50\/0{ + accent-color: rgb(250 250 250 / 0); +} +.accent-zinc-50\/5{ + accent-color: rgb(250 250 250 / 0.05); +} +.accent-zinc-50\/10{ + accent-color: rgb(250 250 250 / 0.1); +} +.accent-zinc-50\/20{ + accent-color: rgb(250 250 250 / 0.2); +} +.accent-zinc-50\/25{ + accent-color: rgb(250 250 250 / 0.25); +} +.accent-zinc-50\/30{ + accent-color: rgb(250 250 250 / 0.3); +} +.accent-zinc-50\/40{ + accent-color: rgb(250 250 250 / 0.4); +} +.accent-zinc-50\/50{ + accent-color: rgb(250 250 250 / 0.5); +} +.accent-zinc-50\/60{ + accent-color: rgb(250 250 250 / 0.6); +} +.accent-zinc-50\/70{ + accent-color: rgb(250 250 250 / 0.7); +} +.accent-zinc-50\/75{ + accent-color: rgb(250 250 250 / 0.75); +} +.accent-zinc-50\/80{ + accent-color: rgb(250 250 250 / 0.8); +} +.accent-zinc-50\/90{ + accent-color: rgb(250 250 250 / 0.9); +} +.accent-zinc-50\/95{ + accent-color: rgb(250 250 250 / 0.95); +} +.accent-zinc-50\/100{ + accent-color: rgb(250 250 250 / 1); +} +.accent-zinc-100\/0{ + accent-color: rgb(244 244 245 / 0); +} +.accent-zinc-100\/5{ + accent-color: rgb(244 244 245 / 0.05); +} +.accent-zinc-100\/10{ + accent-color: rgb(244 244 245 / 0.1); +} +.accent-zinc-100\/20{ + accent-color: rgb(244 244 245 / 0.2); +} +.accent-zinc-100\/25{ + accent-color: rgb(244 244 245 / 0.25); +} +.accent-zinc-100\/30{ + accent-color: rgb(244 244 245 / 0.3); +} +.accent-zinc-100\/40{ + accent-color: rgb(244 244 245 / 0.4); +} +.accent-zinc-100\/50{ + accent-color: rgb(244 244 245 / 0.5); +} +.accent-zinc-100\/60{ + accent-color: rgb(244 244 245 / 0.6); +} +.accent-zinc-100\/70{ + accent-color: rgb(244 244 245 / 0.7); +} +.accent-zinc-100\/75{ + accent-color: rgb(244 244 245 / 0.75); +} +.accent-zinc-100\/80{ + accent-color: rgb(244 244 245 / 0.8); +} +.accent-zinc-100\/90{ + accent-color: rgb(244 244 245 / 0.9); +} +.accent-zinc-100\/95{ + accent-color: rgb(244 244 245 / 0.95); +} +.accent-zinc-100\/100{ + accent-color: rgb(244 244 245 / 1); +} +.accent-zinc-200\/0{ + accent-color: rgb(228 228 231 / 0); +} +.accent-zinc-200\/5{ + accent-color: rgb(228 228 231 / 0.05); +} +.accent-zinc-200\/10{ + accent-color: rgb(228 228 231 / 0.1); +} +.accent-zinc-200\/20{ + accent-color: rgb(228 228 231 / 0.2); +} +.accent-zinc-200\/25{ + accent-color: rgb(228 228 231 / 0.25); +} +.accent-zinc-200\/30{ + accent-color: rgb(228 228 231 / 0.3); +} +.accent-zinc-200\/40{ + accent-color: rgb(228 228 231 / 0.4); +} +.accent-zinc-200\/50{ + accent-color: rgb(228 228 231 / 0.5); +} +.accent-zinc-200\/60{ + accent-color: rgb(228 228 231 / 0.6); +} +.accent-zinc-200\/70{ + accent-color: rgb(228 228 231 / 0.7); +} +.accent-zinc-200\/75{ + accent-color: rgb(228 228 231 / 0.75); +} +.accent-zinc-200\/80{ + accent-color: rgb(228 228 231 / 0.8); +} +.accent-zinc-200\/90{ + accent-color: rgb(228 228 231 / 0.9); +} +.accent-zinc-200\/95{ + accent-color: rgb(228 228 231 / 0.95); +} +.accent-zinc-200\/100{ + accent-color: rgb(228 228 231 / 1); +} +.accent-zinc-300\/0{ + accent-color: rgb(212 212 216 / 0); +} +.accent-zinc-300\/5{ + accent-color: rgb(212 212 216 / 0.05); +} +.accent-zinc-300\/10{ + accent-color: rgb(212 212 216 / 0.1); +} +.accent-zinc-300\/20{ + accent-color: rgb(212 212 216 / 0.2); +} +.accent-zinc-300\/25{ + accent-color: rgb(212 212 216 / 0.25); +} +.accent-zinc-300\/30{ + accent-color: rgb(212 212 216 / 0.3); +} +.accent-zinc-300\/40{ + accent-color: rgb(212 212 216 / 0.4); +} +.accent-zinc-300\/50{ + accent-color: rgb(212 212 216 / 0.5); +} +.accent-zinc-300\/60{ + accent-color: rgb(212 212 216 / 0.6); +} +.accent-zinc-300\/70{ + accent-color: rgb(212 212 216 / 0.7); +} +.accent-zinc-300\/75{ + accent-color: rgb(212 212 216 / 0.75); +} +.accent-zinc-300\/80{ + accent-color: rgb(212 212 216 / 0.8); +} +.accent-zinc-300\/90{ + accent-color: rgb(212 212 216 / 0.9); +} +.accent-zinc-300\/95{ + accent-color: rgb(212 212 216 / 0.95); +} +.accent-zinc-300\/100{ + accent-color: rgb(212 212 216 / 1); +} +.accent-zinc-400\/0{ + accent-color: rgb(161 161 170 / 0); +} +.accent-zinc-400\/5{ + accent-color: rgb(161 161 170 / 0.05); +} +.accent-zinc-400\/10{ + accent-color: rgb(161 161 170 / 0.1); +} +.accent-zinc-400\/20{ + accent-color: rgb(161 161 170 / 0.2); +} +.accent-zinc-400\/25{ + accent-color: rgb(161 161 170 / 0.25); +} +.accent-zinc-400\/30{ + accent-color: rgb(161 161 170 / 0.3); +} +.accent-zinc-400\/40{ + accent-color: rgb(161 161 170 / 0.4); +} +.accent-zinc-400\/50{ + accent-color: rgb(161 161 170 / 0.5); +} +.accent-zinc-400\/60{ + accent-color: rgb(161 161 170 / 0.6); +} +.accent-zinc-400\/70{ + accent-color: rgb(161 161 170 / 0.7); +} +.accent-zinc-400\/75{ + accent-color: rgb(161 161 170 / 0.75); +} +.accent-zinc-400\/80{ + accent-color: rgb(161 161 170 / 0.8); +} +.accent-zinc-400\/90{ + accent-color: rgb(161 161 170 / 0.9); +} +.accent-zinc-400\/95{ + accent-color: rgb(161 161 170 / 0.95); +} +.accent-zinc-400\/100{ + accent-color: rgb(161 161 170 / 1); +} +.accent-zinc-500\/0{ + accent-color: rgb(113 113 122 / 0); +} +.accent-zinc-500\/5{ + accent-color: rgb(113 113 122 / 0.05); +} +.accent-zinc-500\/10{ + accent-color: rgb(113 113 122 / 0.1); +} +.accent-zinc-500\/20{ + accent-color: rgb(113 113 122 / 0.2); +} +.accent-zinc-500\/25{ + accent-color: rgb(113 113 122 / 0.25); +} +.accent-zinc-500\/30{ + accent-color: rgb(113 113 122 / 0.3); +} +.accent-zinc-500\/40{ + accent-color: rgb(113 113 122 / 0.4); +} +.accent-zinc-500\/50{ + accent-color: rgb(113 113 122 / 0.5); +} +.accent-zinc-500\/60{ + accent-color: rgb(113 113 122 / 0.6); +} +.accent-zinc-500\/70{ + accent-color: rgb(113 113 122 / 0.7); +} +.accent-zinc-500\/75{ + accent-color: rgb(113 113 122 / 0.75); +} +.accent-zinc-500\/80{ + accent-color: rgb(113 113 122 / 0.8); +} +.accent-zinc-500\/90{ + accent-color: rgb(113 113 122 / 0.9); +} +.accent-zinc-500\/95{ + accent-color: rgb(113 113 122 / 0.95); +} +.accent-zinc-500\/100{ + accent-color: rgb(113 113 122 / 1); +} +.accent-zinc-600\/0{ + accent-color: rgb(82 82 91 / 0); +} +.accent-zinc-600\/5{ + accent-color: rgb(82 82 91 / 0.05); +} +.accent-zinc-600\/10{ + accent-color: rgb(82 82 91 / 0.1); +} +.accent-zinc-600\/20{ + accent-color: rgb(82 82 91 / 0.2); +} +.accent-zinc-600\/25{ + accent-color: rgb(82 82 91 / 0.25); +} +.accent-zinc-600\/30{ + accent-color: rgb(82 82 91 / 0.3); +} +.accent-zinc-600\/40{ + accent-color: rgb(82 82 91 / 0.4); +} +.accent-zinc-600\/50{ + accent-color: rgb(82 82 91 / 0.5); +} +.accent-zinc-600\/60{ + accent-color: rgb(82 82 91 / 0.6); +} +.accent-zinc-600\/70{ + accent-color: rgb(82 82 91 / 0.7); +} +.accent-zinc-600\/75{ + accent-color: rgb(82 82 91 / 0.75); +} +.accent-zinc-600\/80{ + accent-color: rgb(82 82 91 / 0.8); +} +.accent-zinc-600\/90{ + accent-color: rgb(82 82 91 / 0.9); +} +.accent-zinc-600\/95{ + accent-color: rgb(82 82 91 / 0.95); +} +.accent-zinc-600\/100{ + accent-color: rgb(82 82 91 / 1); +} +.accent-zinc-700\/0{ + accent-color: rgb(63 63 70 / 0); +} +.accent-zinc-700\/5{ + accent-color: rgb(63 63 70 / 0.05); +} +.accent-zinc-700\/10{ + accent-color: rgb(63 63 70 / 0.1); +} +.accent-zinc-700\/20{ + accent-color: rgb(63 63 70 / 0.2); +} +.accent-zinc-700\/25{ + accent-color: rgb(63 63 70 / 0.25); +} +.accent-zinc-700\/30{ + accent-color: rgb(63 63 70 / 0.3); +} +.accent-zinc-700\/40{ + accent-color: rgb(63 63 70 / 0.4); +} +.accent-zinc-700\/50{ + accent-color: rgb(63 63 70 / 0.5); +} +.accent-zinc-700\/60{ + accent-color: rgb(63 63 70 / 0.6); +} +.accent-zinc-700\/70{ + accent-color: rgb(63 63 70 / 0.7); +} +.accent-zinc-700\/75{ + accent-color: rgb(63 63 70 / 0.75); +} +.accent-zinc-700\/80{ + accent-color: rgb(63 63 70 / 0.8); +} +.accent-zinc-700\/90{ + accent-color: rgb(63 63 70 / 0.9); +} +.accent-zinc-700\/95{ + accent-color: rgb(63 63 70 / 0.95); +} +.accent-zinc-700\/100{ + accent-color: rgb(63 63 70 / 1); +} +.accent-zinc-800\/0{ + accent-color: rgb(39 39 42 / 0); +} +.accent-zinc-800\/5{ + accent-color: rgb(39 39 42 / 0.05); +} +.accent-zinc-800\/10{ + accent-color: rgb(39 39 42 / 0.1); +} +.accent-zinc-800\/20{ + accent-color: rgb(39 39 42 / 0.2); +} +.accent-zinc-800\/25{ + accent-color: rgb(39 39 42 / 0.25); +} +.accent-zinc-800\/30{ + accent-color: rgb(39 39 42 / 0.3); +} +.accent-zinc-800\/40{ + accent-color: rgb(39 39 42 / 0.4); +} +.accent-zinc-800\/50{ + accent-color: rgb(39 39 42 / 0.5); +} +.accent-zinc-800\/60{ + accent-color: rgb(39 39 42 / 0.6); +} +.accent-zinc-800\/70{ + accent-color: rgb(39 39 42 / 0.7); +} +.accent-zinc-800\/75{ + accent-color: rgb(39 39 42 / 0.75); +} +.accent-zinc-800\/80{ + accent-color: rgb(39 39 42 / 0.8); +} +.accent-zinc-800\/90{ + accent-color: rgb(39 39 42 / 0.9); +} +.accent-zinc-800\/95{ + accent-color: rgb(39 39 42 / 0.95); +} +.accent-zinc-800\/100{ + accent-color: rgb(39 39 42 / 1); +} +.accent-zinc-900\/0{ + accent-color: rgb(24 24 27 / 0); +} +.accent-zinc-900\/5{ + accent-color: rgb(24 24 27 / 0.05); +} +.accent-zinc-900\/10{ + accent-color: rgb(24 24 27 / 0.1); +} +.accent-zinc-900\/20{ + accent-color: rgb(24 24 27 / 0.2); +} +.accent-zinc-900\/25{ + accent-color: rgb(24 24 27 / 0.25); +} +.accent-zinc-900\/30{ + accent-color: rgb(24 24 27 / 0.3); +} +.accent-zinc-900\/40{ + accent-color: rgb(24 24 27 / 0.4); +} +.accent-zinc-900\/50{ + accent-color: rgb(24 24 27 / 0.5); +} +.accent-zinc-900\/60{ + accent-color: rgb(24 24 27 / 0.6); +} +.accent-zinc-900\/70{ + accent-color: rgb(24 24 27 / 0.7); +} +.accent-zinc-900\/75{ + accent-color: rgb(24 24 27 / 0.75); +} +.accent-zinc-900\/80{ + accent-color: rgb(24 24 27 / 0.8); +} +.accent-zinc-900\/90{ + accent-color: rgb(24 24 27 / 0.9); +} +.accent-zinc-900\/95{ + accent-color: rgb(24 24 27 / 0.95); +} +.accent-zinc-900\/100{ + accent-color: rgb(24 24 27 / 1); +} +.accent-neutral-50\/0{ + accent-color: rgb(250 250 250 / 0); +} +.accent-neutral-50\/5{ + accent-color: rgb(250 250 250 / 0.05); +} +.accent-neutral-50\/10{ + accent-color: rgb(250 250 250 / 0.1); +} +.accent-neutral-50\/20{ + accent-color: rgb(250 250 250 / 0.2); +} +.accent-neutral-50\/25{ + accent-color: rgb(250 250 250 / 0.25); +} +.accent-neutral-50\/30{ + accent-color: rgb(250 250 250 / 0.3); +} +.accent-neutral-50\/40{ + accent-color: rgb(250 250 250 / 0.4); +} +.accent-neutral-50\/50{ + accent-color: rgb(250 250 250 / 0.5); +} +.accent-neutral-50\/60{ + accent-color: rgb(250 250 250 / 0.6); +} +.accent-neutral-50\/70{ + accent-color: rgb(250 250 250 / 0.7); +} +.accent-neutral-50\/75{ + accent-color: rgb(250 250 250 / 0.75); +} +.accent-neutral-50\/80{ + accent-color: rgb(250 250 250 / 0.8); +} +.accent-neutral-50\/90{ + accent-color: rgb(250 250 250 / 0.9); +} +.accent-neutral-50\/95{ + accent-color: rgb(250 250 250 / 0.95); +} +.accent-neutral-50\/100{ + accent-color: rgb(250 250 250 / 1); +} +.accent-neutral-100\/0{ + accent-color: rgb(245 245 245 / 0); +} +.accent-neutral-100\/5{ + accent-color: rgb(245 245 245 / 0.05); +} +.accent-neutral-100\/10{ + accent-color: rgb(245 245 245 / 0.1); +} +.accent-neutral-100\/20{ + accent-color: rgb(245 245 245 / 0.2); +} +.accent-neutral-100\/25{ + accent-color: rgb(245 245 245 / 0.25); +} +.accent-neutral-100\/30{ + accent-color: rgb(245 245 245 / 0.3); +} +.accent-neutral-100\/40{ + accent-color: rgb(245 245 245 / 0.4); +} +.accent-neutral-100\/50{ + accent-color: rgb(245 245 245 / 0.5); +} +.accent-neutral-100\/60{ + accent-color: rgb(245 245 245 / 0.6); +} +.accent-neutral-100\/70{ + accent-color: rgb(245 245 245 / 0.7); +} +.accent-neutral-100\/75{ + accent-color: rgb(245 245 245 / 0.75); +} +.accent-neutral-100\/80{ + accent-color: rgb(245 245 245 / 0.8); +} +.accent-neutral-100\/90{ + accent-color: rgb(245 245 245 / 0.9); +} +.accent-neutral-100\/95{ + accent-color: rgb(245 245 245 / 0.95); +} +.accent-neutral-100\/100{ + accent-color: rgb(245 245 245 / 1); +} +.accent-neutral-200\/0{ + accent-color: rgb(229 229 229 / 0); +} +.accent-neutral-200\/5{ + accent-color: rgb(229 229 229 / 0.05); +} +.accent-neutral-200\/10{ + accent-color: rgb(229 229 229 / 0.1); +} +.accent-neutral-200\/20{ + accent-color: rgb(229 229 229 / 0.2); +} +.accent-neutral-200\/25{ + accent-color: rgb(229 229 229 / 0.25); +} +.accent-neutral-200\/30{ + accent-color: rgb(229 229 229 / 0.3); +} +.accent-neutral-200\/40{ + accent-color: rgb(229 229 229 / 0.4); +} +.accent-neutral-200\/50{ + accent-color: rgb(229 229 229 / 0.5); +} +.accent-neutral-200\/60{ + accent-color: rgb(229 229 229 / 0.6); +} +.accent-neutral-200\/70{ + accent-color: rgb(229 229 229 / 0.7); +} +.accent-neutral-200\/75{ + accent-color: rgb(229 229 229 / 0.75); +} +.accent-neutral-200\/80{ + accent-color: rgb(229 229 229 / 0.8); +} +.accent-neutral-200\/90{ + accent-color: rgb(229 229 229 / 0.9); +} +.accent-neutral-200\/95{ + accent-color: rgb(229 229 229 / 0.95); +} +.accent-neutral-200\/100{ + accent-color: rgb(229 229 229 / 1); +} +.accent-neutral-300\/0{ + accent-color: rgb(212 212 212 / 0); +} +.accent-neutral-300\/5{ + accent-color: rgb(212 212 212 / 0.05); +} +.accent-neutral-300\/10{ + accent-color: rgb(212 212 212 / 0.1); +} +.accent-neutral-300\/20{ + accent-color: rgb(212 212 212 / 0.2); +} +.accent-neutral-300\/25{ + accent-color: rgb(212 212 212 / 0.25); +} +.accent-neutral-300\/30{ + accent-color: rgb(212 212 212 / 0.3); +} +.accent-neutral-300\/40{ + accent-color: rgb(212 212 212 / 0.4); +} +.accent-neutral-300\/50{ + accent-color: rgb(212 212 212 / 0.5); +} +.accent-neutral-300\/60{ + accent-color: rgb(212 212 212 / 0.6); +} +.accent-neutral-300\/70{ + accent-color: rgb(212 212 212 / 0.7); +} +.accent-neutral-300\/75{ + accent-color: rgb(212 212 212 / 0.75); +} +.accent-neutral-300\/80{ + accent-color: rgb(212 212 212 / 0.8); +} +.accent-neutral-300\/90{ + accent-color: rgb(212 212 212 / 0.9); +} +.accent-neutral-300\/95{ + accent-color: rgb(212 212 212 / 0.95); +} +.accent-neutral-300\/100{ + accent-color: rgb(212 212 212 / 1); +} +.accent-neutral-400\/0{ + accent-color: rgb(163 163 163 / 0); +} +.accent-neutral-400\/5{ + accent-color: rgb(163 163 163 / 0.05); +} +.accent-neutral-400\/10{ + accent-color: rgb(163 163 163 / 0.1); +} +.accent-neutral-400\/20{ + accent-color: rgb(163 163 163 / 0.2); +} +.accent-neutral-400\/25{ + accent-color: rgb(163 163 163 / 0.25); +} +.accent-neutral-400\/30{ + accent-color: rgb(163 163 163 / 0.3); +} +.accent-neutral-400\/40{ + accent-color: rgb(163 163 163 / 0.4); +} +.accent-neutral-400\/50{ + accent-color: rgb(163 163 163 / 0.5); +} +.accent-neutral-400\/60{ + accent-color: rgb(163 163 163 / 0.6); +} +.accent-neutral-400\/70{ + accent-color: rgb(163 163 163 / 0.7); +} +.accent-neutral-400\/75{ + accent-color: rgb(163 163 163 / 0.75); +} +.accent-neutral-400\/80{ + accent-color: rgb(163 163 163 / 0.8); +} +.accent-neutral-400\/90{ + accent-color: rgb(163 163 163 / 0.9); +} +.accent-neutral-400\/95{ + accent-color: rgb(163 163 163 / 0.95); +} +.accent-neutral-400\/100{ + accent-color: rgb(163 163 163 / 1); +} +.accent-neutral-500\/0{ + accent-color: rgb(115 115 115 / 0); +} +.accent-neutral-500\/5{ + accent-color: rgb(115 115 115 / 0.05); +} +.accent-neutral-500\/10{ + accent-color: rgb(115 115 115 / 0.1); +} +.accent-neutral-500\/20{ + accent-color: rgb(115 115 115 / 0.2); +} +.accent-neutral-500\/25{ + accent-color: rgb(115 115 115 / 0.25); +} +.accent-neutral-500\/30{ + accent-color: rgb(115 115 115 / 0.3); +} +.accent-neutral-500\/40{ + accent-color: rgb(115 115 115 / 0.4); +} +.accent-neutral-500\/50{ + accent-color: rgb(115 115 115 / 0.5); +} +.accent-neutral-500\/60{ + accent-color: rgb(115 115 115 / 0.6); +} +.accent-neutral-500\/70{ + accent-color: rgb(115 115 115 / 0.7); +} +.accent-neutral-500\/75{ + accent-color: rgb(115 115 115 / 0.75); +} +.accent-neutral-500\/80{ + accent-color: rgb(115 115 115 / 0.8); +} +.accent-neutral-500\/90{ + accent-color: rgb(115 115 115 / 0.9); +} +.accent-neutral-500\/95{ + accent-color: rgb(115 115 115 / 0.95); +} +.accent-neutral-500\/100{ + accent-color: rgb(115 115 115 / 1); +} +.accent-neutral-600\/0{ + accent-color: rgb(82 82 82 / 0); +} +.accent-neutral-600\/5{ + accent-color: rgb(82 82 82 / 0.05); +} +.accent-neutral-600\/10{ + accent-color: rgb(82 82 82 / 0.1); +} +.accent-neutral-600\/20{ + accent-color: rgb(82 82 82 / 0.2); +} +.accent-neutral-600\/25{ + accent-color: rgb(82 82 82 / 0.25); +} +.accent-neutral-600\/30{ + accent-color: rgb(82 82 82 / 0.3); +} +.accent-neutral-600\/40{ + accent-color: rgb(82 82 82 / 0.4); +} +.accent-neutral-600\/50{ + accent-color: rgb(82 82 82 / 0.5); +} +.accent-neutral-600\/60{ + accent-color: rgb(82 82 82 / 0.6); +} +.accent-neutral-600\/70{ + accent-color: rgb(82 82 82 / 0.7); +} +.accent-neutral-600\/75{ + accent-color: rgb(82 82 82 / 0.75); +} +.accent-neutral-600\/80{ + accent-color: rgb(82 82 82 / 0.8); +} +.accent-neutral-600\/90{ + accent-color: rgb(82 82 82 / 0.9); +} +.accent-neutral-600\/95{ + accent-color: rgb(82 82 82 / 0.95); +} +.accent-neutral-600\/100{ + accent-color: rgb(82 82 82 / 1); +} +.accent-neutral-700\/0{ + accent-color: rgb(64 64 64 / 0); +} +.accent-neutral-700\/5{ + accent-color: rgb(64 64 64 / 0.05); +} +.accent-neutral-700\/10{ + accent-color: rgb(64 64 64 / 0.1); +} +.accent-neutral-700\/20{ + accent-color: rgb(64 64 64 / 0.2); +} +.accent-neutral-700\/25{ + accent-color: rgb(64 64 64 / 0.25); +} +.accent-neutral-700\/30{ + accent-color: rgb(64 64 64 / 0.3); +} +.accent-neutral-700\/40{ + accent-color: rgb(64 64 64 / 0.4); +} +.accent-neutral-700\/50{ + accent-color: rgb(64 64 64 / 0.5); +} +.accent-neutral-700\/60{ + accent-color: rgb(64 64 64 / 0.6); +} +.accent-neutral-700\/70{ + accent-color: rgb(64 64 64 / 0.7); +} +.accent-neutral-700\/75{ + accent-color: rgb(64 64 64 / 0.75); +} +.accent-neutral-700\/80{ + accent-color: rgb(64 64 64 / 0.8); +} +.accent-neutral-700\/90{ + accent-color: rgb(64 64 64 / 0.9); +} +.accent-neutral-700\/95{ + accent-color: rgb(64 64 64 / 0.95); +} +.accent-neutral-700\/100{ + accent-color: rgb(64 64 64 / 1); +} +.accent-neutral-800\/0{ + accent-color: rgb(38 38 38 / 0); +} +.accent-neutral-800\/5{ + accent-color: rgb(38 38 38 / 0.05); +} +.accent-neutral-800\/10{ + accent-color: rgb(38 38 38 / 0.1); +} +.accent-neutral-800\/20{ + accent-color: rgb(38 38 38 / 0.2); +} +.accent-neutral-800\/25{ + accent-color: rgb(38 38 38 / 0.25); +} +.accent-neutral-800\/30{ + accent-color: rgb(38 38 38 / 0.3); +} +.accent-neutral-800\/40{ + accent-color: rgb(38 38 38 / 0.4); +} +.accent-neutral-800\/50{ + accent-color: rgb(38 38 38 / 0.5); +} +.accent-neutral-800\/60{ + accent-color: rgb(38 38 38 / 0.6); +} +.accent-neutral-800\/70{ + accent-color: rgb(38 38 38 / 0.7); +} +.accent-neutral-800\/75{ + accent-color: rgb(38 38 38 / 0.75); +} +.accent-neutral-800\/80{ + accent-color: rgb(38 38 38 / 0.8); +} +.accent-neutral-800\/90{ + accent-color: rgb(38 38 38 / 0.9); +} +.accent-neutral-800\/95{ + accent-color: rgb(38 38 38 / 0.95); +} +.accent-neutral-800\/100{ + accent-color: rgb(38 38 38 / 1); +} +.accent-neutral-900\/0{ + accent-color: rgb(23 23 23 / 0); +} +.accent-neutral-900\/5{ + accent-color: rgb(23 23 23 / 0.05); +} +.accent-neutral-900\/10{ + accent-color: rgb(23 23 23 / 0.1); +} +.accent-neutral-900\/20{ + accent-color: rgb(23 23 23 / 0.2); +} +.accent-neutral-900\/25{ + accent-color: rgb(23 23 23 / 0.25); +} +.accent-neutral-900\/30{ + accent-color: rgb(23 23 23 / 0.3); +} +.accent-neutral-900\/40{ + accent-color: rgb(23 23 23 / 0.4); +} +.accent-neutral-900\/50{ + accent-color: rgb(23 23 23 / 0.5); +} +.accent-neutral-900\/60{ + accent-color: rgb(23 23 23 / 0.6); +} +.accent-neutral-900\/70{ + accent-color: rgb(23 23 23 / 0.7); +} +.accent-neutral-900\/75{ + accent-color: rgb(23 23 23 / 0.75); +} +.accent-neutral-900\/80{ + accent-color: rgb(23 23 23 / 0.8); +} +.accent-neutral-900\/90{ + accent-color: rgb(23 23 23 / 0.9); +} +.accent-neutral-900\/95{ + accent-color: rgb(23 23 23 / 0.95); +} +.accent-neutral-900\/100{ + accent-color: rgb(23 23 23 / 1); +} +.accent-stone-50\/0{ + accent-color: rgb(250 250 249 / 0); +} +.accent-stone-50\/5{ + accent-color: rgb(250 250 249 / 0.05); +} +.accent-stone-50\/10{ + accent-color: rgb(250 250 249 / 0.1); +} +.accent-stone-50\/20{ + accent-color: rgb(250 250 249 / 0.2); +} +.accent-stone-50\/25{ + accent-color: rgb(250 250 249 / 0.25); +} +.accent-stone-50\/30{ + accent-color: rgb(250 250 249 / 0.3); +} +.accent-stone-50\/40{ + accent-color: rgb(250 250 249 / 0.4); +} +.accent-stone-50\/50{ + accent-color: rgb(250 250 249 / 0.5); +} +.accent-stone-50\/60{ + accent-color: rgb(250 250 249 / 0.6); +} +.accent-stone-50\/70{ + accent-color: rgb(250 250 249 / 0.7); +} +.accent-stone-50\/75{ + accent-color: rgb(250 250 249 / 0.75); +} +.accent-stone-50\/80{ + accent-color: rgb(250 250 249 / 0.8); +} +.accent-stone-50\/90{ + accent-color: rgb(250 250 249 / 0.9); +} +.accent-stone-50\/95{ + accent-color: rgb(250 250 249 / 0.95); +} +.accent-stone-50\/100{ + accent-color: rgb(250 250 249 / 1); +} +.accent-stone-100\/0{ + accent-color: rgb(245 245 244 / 0); +} +.accent-stone-100\/5{ + accent-color: rgb(245 245 244 / 0.05); +} +.accent-stone-100\/10{ + accent-color: rgb(245 245 244 / 0.1); +} +.accent-stone-100\/20{ + accent-color: rgb(245 245 244 / 0.2); +} +.accent-stone-100\/25{ + accent-color: rgb(245 245 244 / 0.25); +} +.accent-stone-100\/30{ + accent-color: rgb(245 245 244 / 0.3); +} +.accent-stone-100\/40{ + accent-color: rgb(245 245 244 / 0.4); +} +.accent-stone-100\/50{ + accent-color: rgb(245 245 244 / 0.5); +} +.accent-stone-100\/60{ + accent-color: rgb(245 245 244 / 0.6); +} +.accent-stone-100\/70{ + accent-color: rgb(245 245 244 / 0.7); +} +.accent-stone-100\/75{ + accent-color: rgb(245 245 244 / 0.75); +} +.accent-stone-100\/80{ + accent-color: rgb(245 245 244 / 0.8); +} +.accent-stone-100\/90{ + accent-color: rgb(245 245 244 / 0.9); +} +.accent-stone-100\/95{ + accent-color: rgb(245 245 244 / 0.95); +} +.accent-stone-100\/100{ + accent-color: rgb(245 245 244 / 1); +} +.accent-stone-200\/0{ + accent-color: rgb(231 229 228 / 0); +} +.accent-stone-200\/5{ + accent-color: rgb(231 229 228 / 0.05); +} +.accent-stone-200\/10{ + accent-color: rgb(231 229 228 / 0.1); +} +.accent-stone-200\/20{ + accent-color: rgb(231 229 228 / 0.2); +} +.accent-stone-200\/25{ + accent-color: rgb(231 229 228 / 0.25); +} +.accent-stone-200\/30{ + accent-color: rgb(231 229 228 / 0.3); +} +.accent-stone-200\/40{ + accent-color: rgb(231 229 228 / 0.4); +} +.accent-stone-200\/50{ + accent-color: rgb(231 229 228 / 0.5); +} +.accent-stone-200\/60{ + accent-color: rgb(231 229 228 / 0.6); +} +.accent-stone-200\/70{ + accent-color: rgb(231 229 228 / 0.7); +} +.accent-stone-200\/75{ + accent-color: rgb(231 229 228 / 0.75); +} +.accent-stone-200\/80{ + accent-color: rgb(231 229 228 / 0.8); +} +.accent-stone-200\/90{ + accent-color: rgb(231 229 228 / 0.9); +} +.accent-stone-200\/95{ + accent-color: rgb(231 229 228 / 0.95); +} +.accent-stone-200\/100{ + accent-color: rgb(231 229 228 / 1); +} +.accent-stone-300\/0{ + accent-color: rgb(214 211 209 / 0); +} +.accent-stone-300\/5{ + accent-color: rgb(214 211 209 / 0.05); +} +.accent-stone-300\/10{ + accent-color: rgb(214 211 209 / 0.1); +} +.accent-stone-300\/20{ + accent-color: rgb(214 211 209 / 0.2); +} +.accent-stone-300\/25{ + accent-color: rgb(214 211 209 / 0.25); +} +.accent-stone-300\/30{ + accent-color: rgb(214 211 209 / 0.3); +} +.accent-stone-300\/40{ + accent-color: rgb(214 211 209 / 0.4); +} +.accent-stone-300\/50{ + accent-color: rgb(214 211 209 / 0.5); +} +.accent-stone-300\/60{ + accent-color: rgb(214 211 209 / 0.6); +} +.accent-stone-300\/70{ + accent-color: rgb(214 211 209 / 0.7); +} +.accent-stone-300\/75{ + accent-color: rgb(214 211 209 / 0.75); +} +.accent-stone-300\/80{ + accent-color: rgb(214 211 209 / 0.8); +} +.accent-stone-300\/90{ + accent-color: rgb(214 211 209 / 0.9); +} +.accent-stone-300\/95{ + accent-color: rgb(214 211 209 / 0.95); +} +.accent-stone-300\/100{ + accent-color: rgb(214 211 209 / 1); +} +.accent-stone-400\/0{ + accent-color: rgb(168 162 158 / 0); +} +.accent-stone-400\/5{ + accent-color: rgb(168 162 158 / 0.05); +} +.accent-stone-400\/10{ + accent-color: rgb(168 162 158 / 0.1); +} +.accent-stone-400\/20{ + accent-color: rgb(168 162 158 / 0.2); +} +.accent-stone-400\/25{ + accent-color: rgb(168 162 158 / 0.25); +} +.accent-stone-400\/30{ + accent-color: rgb(168 162 158 / 0.3); +} +.accent-stone-400\/40{ + accent-color: rgb(168 162 158 / 0.4); +} +.accent-stone-400\/50{ + accent-color: rgb(168 162 158 / 0.5); +} +.accent-stone-400\/60{ + accent-color: rgb(168 162 158 / 0.6); +} +.accent-stone-400\/70{ + accent-color: rgb(168 162 158 / 0.7); +} +.accent-stone-400\/75{ + accent-color: rgb(168 162 158 / 0.75); +} +.accent-stone-400\/80{ + accent-color: rgb(168 162 158 / 0.8); +} +.accent-stone-400\/90{ + accent-color: rgb(168 162 158 / 0.9); +} +.accent-stone-400\/95{ + accent-color: rgb(168 162 158 / 0.95); +} +.accent-stone-400\/100{ + accent-color: rgb(168 162 158 / 1); +} +.accent-stone-500\/0{ + accent-color: rgb(120 113 108 / 0); +} +.accent-stone-500\/5{ + accent-color: rgb(120 113 108 / 0.05); +} +.accent-stone-500\/10{ + accent-color: rgb(120 113 108 / 0.1); +} +.accent-stone-500\/20{ + accent-color: rgb(120 113 108 / 0.2); +} +.accent-stone-500\/25{ + accent-color: rgb(120 113 108 / 0.25); +} +.accent-stone-500\/30{ + accent-color: rgb(120 113 108 / 0.3); +} +.accent-stone-500\/40{ + accent-color: rgb(120 113 108 / 0.4); +} +.accent-stone-500\/50{ + accent-color: rgb(120 113 108 / 0.5); +} +.accent-stone-500\/60{ + accent-color: rgb(120 113 108 / 0.6); +} +.accent-stone-500\/70{ + accent-color: rgb(120 113 108 / 0.7); +} +.accent-stone-500\/75{ + accent-color: rgb(120 113 108 / 0.75); +} +.accent-stone-500\/80{ + accent-color: rgb(120 113 108 / 0.8); +} +.accent-stone-500\/90{ + accent-color: rgb(120 113 108 / 0.9); +} +.accent-stone-500\/95{ + accent-color: rgb(120 113 108 / 0.95); +} +.accent-stone-500\/100{ + accent-color: rgb(120 113 108 / 1); +} +.accent-stone-600\/0{ + accent-color: rgb(87 83 78 / 0); +} +.accent-stone-600\/5{ + accent-color: rgb(87 83 78 / 0.05); +} +.accent-stone-600\/10{ + accent-color: rgb(87 83 78 / 0.1); +} +.accent-stone-600\/20{ + accent-color: rgb(87 83 78 / 0.2); +} +.accent-stone-600\/25{ + accent-color: rgb(87 83 78 / 0.25); +} +.accent-stone-600\/30{ + accent-color: rgb(87 83 78 / 0.3); +} +.accent-stone-600\/40{ + accent-color: rgb(87 83 78 / 0.4); +} +.accent-stone-600\/50{ + accent-color: rgb(87 83 78 / 0.5); +} +.accent-stone-600\/60{ + accent-color: rgb(87 83 78 / 0.6); +} +.accent-stone-600\/70{ + accent-color: rgb(87 83 78 / 0.7); +} +.accent-stone-600\/75{ + accent-color: rgb(87 83 78 / 0.75); +} +.accent-stone-600\/80{ + accent-color: rgb(87 83 78 / 0.8); +} +.accent-stone-600\/90{ + accent-color: rgb(87 83 78 / 0.9); +} +.accent-stone-600\/95{ + accent-color: rgb(87 83 78 / 0.95); +} +.accent-stone-600\/100{ + accent-color: rgb(87 83 78 / 1); +} +.accent-stone-700\/0{ + accent-color: rgb(68 64 60 / 0); +} +.accent-stone-700\/5{ + accent-color: rgb(68 64 60 / 0.05); +} +.accent-stone-700\/10{ + accent-color: rgb(68 64 60 / 0.1); +} +.accent-stone-700\/20{ + accent-color: rgb(68 64 60 / 0.2); +} +.accent-stone-700\/25{ + accent-color: rgb(68 64 60 / 0.25); +} +.accent-stone-700\/30{ + accent-color: rgb(68 64 60 / 0.3); +} +.accent-stone-700\/40{ + accent-color: rgb(68 64 60 / 0.4); +} +.accent-stone-700\/50{ + accent-color: rgb(68 64 60 / 0.5); +} +.accent-stone-700\/60{ + accent-color: rgb(68 64 60 / 0.6); +} +.accent-stone-700\/70{ + accent-color: rgb(68 64 60 / 0.7); +} +.accent-stone-700\/75{ + accent-color: rgb(68 64 60 / 0.75); +} +.accent-stone-700\/80{ + accent-color: rgb(68 64 60 / 0.8); +} +.accent-stone-700\/90{ + accent-color: rgb(68 64 60 / 0.9); +} +.accent-stone-700\/95{ + accent-color: rgb(68 64 60 / 0.95); +} +.accent-stone-700\/100{ + accent-color: rgb(68 64 60 / 1); +} +.accent-stone-800\/0{ + accent-color: rgb(41 37 36 / 0); +} +.accent-stone-800\/5{ + accent-color: rgb(41 37 36 / 0.05); +} +.accent-stone-800\/10{ + accent-color: rgb(41 37 36 / 0.1); +} +.accent-stone-800\/20{ + accent-color: rgb(41 37 36 / 0.2); +} +.accent-stone-800\/25{ + accent-color: rgb(41 37 36 / 0.25); +} +.accent-stone-800\/30{ + accent-color: rgb(41 37 36 / 0.3); +} +.accent-stone-800\/40{ + accent-color: rgb(41 37 36 / 0.4); +} +.accent-stone-800\/50{ + accent-color: rgb(41 37 36 / 0.5); +} +.accent-stone-800\/60{ + accent-color: rgb(41 37 36 / 0.6); +} +.accent-stone-800\/70{ + accent-color: rgb(41 37 36 / 0.7); +} +.accent-stone-800\/75{ + accent-color: rgb(41 37 36 / 0.75); +} +.accent-stone-800\/80{ + accent-color: rgb(41 37 36 / 0.8); +} +.accent-stone-800\/90{ + accent-color: rgb(41 37 36 / 0.9); +} +.accent-stone-800\/95{ + accent-color: rgb(41 37 36 / 0.95); +} +.accent-stone-800\/100{ + accent-color: rgb(41 37 36 / 1); +} +.accent-stone-900\/0{ + accent-color: rgb(28 25 23 / 0); +} +.accent-stone-900\/5{ + accent-color: rgb(28 25 23 / 0.05); +} +.accent-stone-900\/10{ + accent-color: rgb(28 25 23 / 0.1); +} +.accent-stone-900\/20{ + accent-color: rgb(28 25 23 / 0.2); +} +.accent-stone-900\/25{ + accent-color: rgb(28 25 23 / 0.25); +} +.accent-stone-900\/30{ + accent-color: rgb(28 25 23 / 0.3); +} +.accent-stone-900\/40{ + accent-color: rgb(28 25 23 / 0.4); +} +.accent-stone-900\/50{ + accent-color: rgb(28 25 23 / 0.5); +} +.accent-stone-900\/60{ + accent-color: rgb(28 25 23 / 0.6); +} +.accent-stone-900\/70{ + accent-color: rgb(28 25 23 / 0.7); +} +.accent-stone-900\/75{ + accent-color: rgb(28 25 23 / 0.75); +} +.accent-stone-900\/80{ + accent-color: rgb(28 25 23 / 0.8); +} +.accent-stone-900\/90{ + accent-color: rgb(28 25 23 / 0.9); +} +.accent-stone-900\/95{ + accent-color: rgb(28 25 23 / 0.95); +} +.accent-stone-900\/100{ + accent-color: rgb(28 25 23 / 1); +} +.accent-red-50\/0{ + accent-color: rgb(252 242 242 / 0); +} +.accent-red-50\/5{ + accent-color: rgb(252 242 242 / 0.05); +} +.accent-red-50\/10{ + accent-color: rgb(252 242 242 / 0.1); +} +.accent-red-50\/20{ + accent-color: rgb(252 242 242 / 0.2); +} +.accent-red-50\/25{ + accent-color: rgb(252 242 242 / 0.25); +} +.accent-red-50\/30{ + accent-color: rgb(252 242 242 / 0.3); +} +.accent-red-50\/40{ + accent-color: rgb(252 242 242 / 0.4); +} +.accent-red-50\/50{ + accent-color: rgb(252 242 242 / 0.5); +} +.accent-red-50\/60{ + accent-color: rgb(252 242 242 / 0.6); +} +.accent-red-50\/70{ + accent-color: rgb(252 242 242 / 0.7); +} +.accent-red-50\/75{ + accent-color: rgb(252 242 242 / 0.75); +} +.accent-red-50\/80{ + accent-color: rgb(252 242 242 / 0.8); +} +.accent-red-50\/90{ + accent-color: rgb(252 242 242 / 0.9); +} +.accent-red-50\/95{ + accent-color: rgb(252 242 242 / 0.95); +} +.accent-red-50\/100{ + accent-color: rgb(252 242 242 / 1); +} +.accent-red-100\/0{ + accent-color: rgb(250 230 230 / 0); +} +.accent-red-100\/5{ + accent-color: rgb(250 230 230 / 0.05); +} +.accent-red-100\/10{ + accent-color: rgb(250 230 230 / 0.1); +} +.accent-red-100\/20{ + accent-color: rgb(250 230 230 / 0.2); +} +.accent-red-100\/25{ + accent-color: rgb(250 230 230 / 0.25); +} +.accent-red-100\/30{ + accent-color: rgb(250 230 230 / 0.3); +} +.accent-red-100\/40{ + accent-color: rgb(250 230 230 / 0.4); +} +.accent-red-100\/50{ + accent-color: rgb(250 230 230 / 0.5); +} +.accent-red-100\/60{ + accent-color: rgb(250 230 230 / 0.6); +} +.accent-red-100\/70{ + accent-color: rgb(250 230 230 / 0.7); +} +.accent-red-100\/75{ + accent-color: rgb(250 230 230 / 0.75); +} +.accent-red-100\/80{ + accent-color: rgb(250 230 230 / 0.8); +} +.accent-red-100\/90{ + accent-color: rgb(250 230 230 / 0.9); +} +.accent-red-100\/95{ + accent-color: rgb(250 230 230 / 0.95); +} +.accent-red-100\/100{ + accent-color: rgb(250 230 230 / 1); +} +.accent-red-200\/0{ + accent-color: rgb(242 191 191 / 0); +} +.accent-red-200\/5{ + accent-color: rgb(242 191 191 / 0.05); +} +.accent-red-200\/10{ + accent-color: rgb(242 191 191 / 0.1); +} +.accent-red-200\/20{ + accent-color: rgb(242 191 191 / 0.2); +} +.accent-red-200\/25{ + accent-color: rgb(242 191 191 / 0.25); +} +.accent-red-200\/30{ + accent-color: rgb(242 191 191 / 0.3); +} +.accent-red-200\/40{ + accent-color: rgb(242 191 191 / 0.4); +} +.accent-red-200\/50{ + accent-color: rgb(242 191 191 / 0.5); +} +.accent-red-200\/60{ + accent-color: rgb(242 191 191 / 0.6); +} +.accent-red-200\/70{ + accent-color: rgb(242 191 191 / 0.7); +} +.accent-red-200\/75{ + accent-color: rgb(242 191 191 / 0.75); +} +.accent-red-200\/80{ + accent-color: rgb(242 191 191 / 0.8); +} +.accent-red-200\/90{ + accent-color: rgb(242 191 191 / 0.9); +} +.accent-red-200\/95{ + accent-color: rgb(242 191 191 / 0.95); +} +.accent-red-200\/100{ + accent-color: rgb(242 191 191 / 1); +} +.accent-red-300\/0{ + accent-color: rgb(235 153 153 / 0); +} +.accent-red-300\/5{ + accent-color: rgb(235 153 153 / 0.05); +} +.accent-red-300\/10{ + accent-color: rgb(235 153 153 / 0.1); +} +.accent-red-300\/20{ + accent-color: rgb(235 153 153 / 0.2); +} +.accent-red-300\/25{ + accent-color: rgb(235 153 153 / 0.25); +} +.accent-red-300\/30{ + accent-color: rgb(235 153 153 / 0.3); +} +.accent-red-300\/40{ + accent-color: rgb(235 153 153 / 0.4); +} +.accent-red-300\/50{ + accent-color: rgb(235 153 153 / 0.5); +} +.accent-red-300\/60{ + accent-color: rgb(235 153 153 / 0.6); +} +.accent-red-300\/70{ + accent-color: rgb(235 153 153 / 0.7); +} +.accent-red-300\/75{ + accent-color: rgb(235 153 153 / 0.75); +} +.accent-red-300\/80{ + accent-color: rgb(235 153 153 / 0.8); +} +.accent-red-300\/90{ + accent-color: rgb(235 153 153 / 0.9); +} +.accent-red-300\/95{ + accent-color: rgb(235 153 153 / 0.95); +} +.accent-red-300\/100{ + accent-color: rgb(235 153 153 / 1); +} +.accent-red-400\/0{ + accent-color: rgb(219 77 77 / 0); +} +.accent-red-400\/5{ + accent-color: rgb(219 77 77 / 0.05); +} +.accent-red-400\/10{ + accent-color: rgb(219 77 77 / 0.1); +} +.accent-red-400\/20{ + accent-color: rgb(219 77 77 / 0.2); +} +.accent-red-400\/25{ + accent-color: rgb(219 77 77 / 0.25); +} +.accent-red-400\/30{ + accent-color: rgb(219 77 77 / 0.3); +} +.accent-red-400\/40{ + accent-color: rgb(219 77 77 / 0.4); +} +.accent-red-400\/50{ + accent-color: rgb(219 77 77 / 0.5); +} +.accent-red-400\/60{ + accent-color: rgb(219 77 77 / 0.6); +} +.accent-red-400\/70{ + accent-color: rgb(219 77 77 / 0.7); +} +.accent-red-400\/75{ + accent-color: rgb(219 77 77 / 0.75); +} +.accent-red-400\/80{ + accent-color: rgb(219 77 77 / 0.8); +} +.accent-red-400\/90{ + accent-color: rgb(219 77 77 / 0.9); +} +.accent-red-400\/95{ + accent-color: rgb(219 77 77 / 0.95); +} +.accent-red-400\/100{ + accent-color: rgb(219 77 77 / 1); +} +.accent-red-500\/0{ + accent-color: rgb(204 0 0 / 0); +} +.accent-red-500\/5{ + accent-color: rgb(204 0 0 / 0.05); +} +.accent-red-500\/10{ + accent-color: rgb(204 0 0 / 0.1); +} +.accent-red-500\/20{ + accent-color: rgb(204 0 0 / 0.2); +} +.accent-red-500\/25{ + accent-color: rgb(204 0 0 / 0.25); +} +.accent-red-500\/30{ + accent-color: rgb(204 0 0 / 0.3); +} +.accent-red-500\/40{ + accent-color: rgb(204 0 0 / 0.4); +} +.accent-red-500\/50{ + accent-color: rgb(204 0 0 / 0.5); +} +.accent-red-500\/60{ + accent-color: rgb(204 0 0 / 0.6); +} +.accent-red-500\/70{ + accent-color: rgb(204 0 0 / 0.7); +} +.accent-red-500\/75{ + accent-color: rgb(204 0 0 / 0.75); +} +.accent-red-500\/80{ + accent-color: rgb(204 0 0 / 0.8); +} +.accent-red-500\/90{ + accent-color: rgb(204 0 0 / 0.9); +} +.accent-red-500\/95{ + accent-color: rgb(204 0 0 / 0.95); +} +.accent-red-500\/100{ + accent-color: rgb(204 0 0 / 1); +} +.accent-red-600\/0{ + accent-color: rgb(184 0 0 / 0); +} +.accent-red-600\/5{ + accent-color: rgb(184 0 0 / 0.05); +} +.accent-red-600\/10{ + accent-color: rgb(184 0 0 / 0.1); +} +.accent-red-600\/20{ + accent-color: rgb(184 0 0 / 0.2); +} +.accent-red-600\/25{ + accent-color: rgb(184 0 0 / 0.25); +} +.accent-red-600\/30{ + accent-color: rgb(184 0 0 / 0.3); +} +.accent-red-600\/40{ + accent-color: rgb(184 0 0 / 0.4); +} +.accent-red-600\/50{ + accent-color: rgb(184 0 0 / 0.5); +} +.accent-red-600\/60{ + accent-color: rgb(184 0 0 / 0.6); +} +.accent-red-600\/70{ + accent-color: rgb(184 0 0 / 0.7); +} +.accent-red-600\/75{ + accent-color: rgb(184 0 0 / 0.75); +} +.accent-red-600\/80{ + accent-color: rgb(184 0 0 / 0.8); +} +.accent-red-600\/90{ + accent-color: rgb(184 0 0 / 0.9); +} +.accent-red-600\/95{ + accent-color: rgb(184 0 0 / 0.95); +} +.accent-red-600\/100{ + accent-color: rgb(184 0 0 / 1); +} +.accent-red-700\/0{ + accent-color: rgb(153 0 0 / 0); +} +.accent-red-700\/5{ + accent-color: rgb(153 0 0 / 0.05); +} +.accent-red-700\/10{ + accent-color: rgb(153 0 0 / 0.1); +} +.accent-red-700\/20{ + accent-color: rgb(153 0 0 / 0.2); +} +.accent-red-700\/25{ + accent-color: rgb(153 0 0 / 0.25); +} +.accent-red-700\/30{ + accent-color: rgb(153 0 0 / 0.3); +} +.accent-red-700\/40{ + accent-color: rgb(153 0 0 / 0.4); +} +.accent-red-700\/50{ + accent-color: rgb(153 0 0 / 0.5); +} +.accent-red-700\/60{ + accent-color: rgb(153 0 0 / 0.6); +} +.accent-red-700\/70{ + accent-color: rgb(153 0 0 / 0.7); +} +.accent-red-700\/75{ + accent-color: rgb(153 0 0 / 0.75); +} +.accent-red-700\/80{ + accent-color: rgb(153 0 0 / 0.8); +} +.accent-red-700\/90{ + accent-color: rgb(153 0 0 / 0.9); +} +.accent-red-700\/95{ + accent-color: rgb(153 0 0 / 0.95); +} +.accent-red-700\/100{ + accent-color: rgb(153 0 0 / 1); +} +.accent-red-800\/0{ + accent-color: rgb(122 0 0 / 0); +} +.accent-red-800\/5{ + accent-color: rgb(122 0 0 / 0.05); +} +.accent-red-800\/10{ + accent-color: rgb(122 0 0 / 0.1); +} +.accent-red-800\/20{ + accent-color: rgb(122 0 0 / 0.2); +} +.accent-red-800\/25{ + accent-color: rgb(122 0 0 / 0.25); +} +.accent-red-800\/30{ + accent-color: rgb(122 0 0 / 0.3); +} +.accent-red-800\/40{ + accent-color: rgb(122 0 0 / 0.4); +} +.accent-red-800\/50{ + accent-color: rgb(122 0 0 / 0.5); +} +.accent-red-800\/60{ + accent-color: rgb(122 0 0 / 0.6); +} +.accent-red-800\/70{ + accent-color: rgb(122 0 0 / 0.7); +} +.accent-red-800\/75{ + accent-color: rgb(122 0 0 / 0.75); +} +.accent-red-800\/80{ + accent-color: rgb(122 0 0 / 0.8); +} +.accent-red-800\/90{ + accent-color: rgb(122 0 0 / 0.9); +} +.accent-red-800\/95{ + accent-color: rgb(122 0 0 / 0.95); +} +.accent-red-800\/100{ + accent-color: rgb(122 0 0 / 1); +} +.accent-red-900\/0{ + accent-color: rgb(100 0 0 / 0); +} +.accent-red-900\/5{ + accent-color: rgb(100 0 0 / 0.05); +} +.accent-red-900\/10{ + accent-color: rgb(100 0 0 / 0.1); +} +.accent-red-900\/20{ + accent-color: rgb(100 0 0 / 0.2); +} +.accent-red-900\/25{ + accent-color: rgb(100 0 0 / 0.25); +} +.accent-red-900\/30{ + accent-color: rgb(100 0 0 / 0.3); +} +.accent-red-900\/40{ + accent-color: rgb(100 0 0 / 0.4); +} +.accent-red-900\/50{ + accent-color: rgb(100 0 0 / 0.5); +} +.accent-red-900\/60{ + accent-color: rgb(100 0 0 / 0.6); +} +.accent-red-900\/70{ + accent-color: rgb(100 0 0 / 0.7); +} +.accent-red-900\/75{ + accent-color: rgb(100 0 0 / 0.75); +} +.accent-red-900\/80{ + accent-color: rgb(100 0 0 / 0.8); +} +.accent-red-900\/90{ + accent-color: rgb(100 0 0 / 0.9); +} +.accent-red-900\/95{ + accent-color: rgb(100 0 0 / 0.95); +} +.accent-red-900\/100{ + accent-color: rgb(100 0 0 / 1); +} +.accent-red\/0{ + accent-color: rgb(204 0 0 / 0); +} +.accent-red\/5{ + accent-color: rgb(204 0 0 / 0.05); +} +.accent-red\/10{ + accent-color: rgb(204 0 0 / 0.1); +} +.accent-red\/20{ + accent-color: rgb(204 0 0 / 0.2); +} +.accent-red\/25{ + accent-color: rgb(204 0 0 / 0.25); +} +.accent-red\/30{ + accent-color: rgb(204 0 0 / 0.3); +} +.accent-red\/40{ + accent-color: rgb(204 0 0 / 0.4); +} +.accent-red\/50{ + accent-color: rgb(204 0 0 / 0.5); +} +.accent-red\/60{ + accent-color: rgb(204 0 0 / 0.6); +} +.accent-red\/70{ + accent-color: rgb(204 0 0 / 0.7); +} +.accent-red\/75{ + accent-color: rgb(204 0 0 / 0.75); +} +.accent-red\/80{ + accent-color: rgb(204 0 0 / 0.8); +} +.accent-red\/90{ + accent-color: rgb(204 0 0 / 0.9); +} +.accent-red\/95{ + accent-color: rgb(204 0 0 / 0.95); +} +.accent-red\/100{ + accent-color: rgb(204 0 0 / 1); +} +.accent-orange-50\/0{ + accent-color: rgb(255 250 243 / 0); +} +.accent-orange-50\/5{ + accent-color: rgb(255 250 243 / 0.05); +} +.accent-orange-50\/10{ + accent-color: rgb(255 250 243 / 0.1); +} +.accent-orange-50\/20{ + accent-color: rgb(255 250 243 / 0.2); +} +.accent-orange-50\/25{ + accent-color: rgb(255 250 243 / 0.25); +} +.accent-orange-50\/30{ + accent-color: rgb(255 250 243 / 0.3); +} +.accent-orange-50\/40{ + accent-color: rgb(255 250 243 / 0.4); +} +.accent-orange-50\/50{ + accent-color: rgb(255 250 243 / 0.5); +} +.accent-orange-50\/60{ + accent-color: rgb(255 250 243 / 0.6); +} +.accent-orange-50\/70{ + accent-color: rgb(255 250 243 / 0.7); +} +.accent-orange-50\/75{ + accent-color: rgb(255 250 243 / 0.75); +} +.accent-orange-50\/80{ + accent-color: rgb(255 250 243 / 0.8); +} +.accent-orange-50\/90{ + accent-color: rgb(255 250 243 / 0.9); +} +.accent-orange-50\/95{ + accent-color: rgb(255 250 243 / 0.95); +} +.accent-orange-50\/100{ + accent-color: rgb(255 250 243 / 1); +} +.accent-orange-100\/0{ + accent-color: rgb(254 245 231 / 0); +} +.accent-orange-100\/5{ + accent-color: rgb(254 245 231 / 0.05); +} +.accent-orange-100\/10{ + accent-color: rgb(254 245 231 / 0.1); +} +.accent-orange-100\/20{ + accent-color: rgb(254 245 231 / 0.2); +} +.accent-orange-100\/25{ + accent-color: rgb(254 245 231 / 0.25); +} +.accent-orange-100\/30{ + accent-color: rgb(254 245 231 / 0.3); +} +.accent-orange-100\/40{ + accent-color: rgb(254 245 231 / 0.4); +} +.accent-orange-100\/50{ + accent-color: rgb(254 245 231 / 0.5); +} +.accent-orange-100\/60{ + accent-color: rgb(254 245 231 / 0.6); +} +.accent-orange-100\/70{ + accent-color: rgb(254 245 231 / 0.7); +} +.accent-orange-100\/75{ + accent-color: rgb(254 245 231 / 0.75); +} +.accent-orange-100\/80{ + accent-color: rgb(254 245 231 / 0.8); +} +.accent-orange-100\/90{ + accent-color: rgb(254 245 231 / 0.9); +} +.accent-orange-100\/95{ + accent-color: rgb(254 245 231 / 0.95); +} +.accent-orange-100\/100{ + accent-color: rgb(254 245 231 / 1); +} +.accent-orange-200\/0{ + accent-color: rgb(253 231 194 / 0); +} +.accent-orange-200\/5{ + accent-color: rgb(253 231 194 / 0.05); +} +.accent-orange-200\/10{ + accent-color: rgb(253 231 194 / 0.1); +} +.accent-orange-200\/20{ + accent-color: rgb(253 231 194 / 0.2); +} +.accent-orange-200\/25{ + accent-color: rgb(253 231 194 / 0.25); +} +.accent-orange-200\/30{ + accent-color: rgb(253 231 194 / 0.3); +} +.accent-orange-200\/40{ + accent-color: rgb(253 231 194 / 0.4); +} +.accent-orange-200\/50{ + accent-color: rgb(253 231 194 / 0.5); +} +.accent-orange-200\/60{ + accent-color: rgb(253 231 194 / 0.6); +} +.accent-orange-200\/70{ + accent-color: rgb(253 231 194 / 0.7); +} +.accent-orange-200\/75{ + accent-color: rgb(253 231 194 / 0.75); +} +.accent-orange-200\/80{ + accent-color: rgb(253 231 194 / 0.8); +} +.accent-orange-200\/90{ + accent-color: rgb(253 231 194 / 0.9); +} +.accent-orange-200\/95{ + accent-color: rgb(253 231 194 / 0.95); +} +.accent-orange-200\/100{ + accent-color: rgb(253 231 194 / 1); +} +.accent-orange-300\/0{ + accent-color: rgb(251 216 157 / 0); +} +.accent-orange-300\/5{ + accent-color: rgb(251 216 157 / 0.05); +} +.accent-orange-300\/10{ + accent-color: rgb(251 216 157 / 0.1); +} +.accent-orange-300\/20{ + accent-color: rgb(251 216 157 / 0.2); +} +.accent-orange-300\/25{ + accent-color: rgb(251 216 157 / 0.25); +} +.accent-orange-300\/30{ + accent-color: rgb(251 216 157 / 0.3); +} +.accent-orange-300\/40{ + accent-color: rgb(251 216 157 / 0.4); +} +.accent-orange-300\/50{ + accent-color: rgb(251 216 157 / 0.5); +} +.accent-orange-300\/60{ + accent-color: rgb(251 216 157 / 0.6); +} +.accent-orange-300\/70{ + accent-color: rgb(251 216 157 / 0.7); +} +.accent-orange-300\/75{ + accent-color: rgb(251 216 157 / 0.75); +} +.accent-orange-300\/80{ + accent-color: rgb(251 216 157 / 0.8); +} +.accent-orange-300\/90{ + accent-color: rgb(251 216 157 / 0.9); +} +.accent-orange-300\/95{ + accent-color: rgb(251 216 157 / 0.95); +} +.accent-orange-300\/100{ + accent-color: rgb(251 216 157 / 1); +} +.accent-orange-400\/0{ + accent-color: rgb(248 187 84 / 0); +} +.accent-orange-400\/5{ + accent-color: rgb(248 187 84 / 0.05); +} +.accent-orange-400\/10{ + accent-color: rgb(248 187 84 / 0.1); +} +.accent-orange-400\/20{ + accent-color: rgb(248 187 84 / 0.2); +} +.accent-orange-400\/25{ + accent-color: rgb(248 187 84 / 0.25); +} +.accent-orange-400\/30{ + accent-color: rgb(248 187 84 / 0.3); +} +.accent-orange-400\/40{ + accent-color: rgb(248 187 84 / 0.4); +} +.accent-orange-400\/50{ + accent-color: rgb(248 187 84 / 0.5); +} +.accent-orange-400\/60{ + accent-color: rgb(248 187 84 / 0.6); +} +.accent-orange-400\/70{ + accent-color: rgb(248 187 84 / 0.7); +} +.accent-orange-400\/75{ + accent-color: rgb(248 187 84 / 0.75); +} +.accent-orange-400\/80{ + accent-color: rgb(248 187 84 / 0.8); +} +.accent-orange-400\/90{ + accent-color: rgb(248 187 84 / 0.9); +} +.accent-orange-400\/95{ + accent-color: rgb(248 187 84 / 0.95); +} +.accent-orange-400\/100{ + accent-color: rgb(248 187 84 / 1); +} +.accent-orange-500\/0{ + accent-color: rgb(245 158 11 / 0); +} +.accent-orange-500\/5{ + accent-color: rgb(245 158 11 / 0.05); +} +.accent-orange-500\/10{ + accent-color: rgb(245 158 11 / 0.1); +} +.accent-orange-500\/20{ + accent-color: rgb(245 158 11 / 0.2); +} +.accent-orange-500\/25{ + accent-color: rgb(245 158 11 / 0.25); +} +.accent-orange-500\/30{ + accent-color: rgb(245 158 11 / 0.3); +} +.accent-orange-500\/40{ + accent-color: rgb(245 158 11 / 0.4); +} +.accent-orange-500\/50{ + accent-color: rgb(245 158 11 / 0.5); +} +.accent-orange-500\/60{ + accent-color: rgb(245 158 11 / 0.6); +} +.accent-orange-500\/70{ + accent-color: rgb(245 158 11 / 0.7); +} +.accent-orange-500\/75{ + accent-color: rgb(245 158 11 / 0.75); +} +.accent-orange-500\/80{ + accent-color: rgb(245 158 11 / 0.8); +} +.accent-orange-500\/90{ + accent-color: rgb(245 158 11 / 0.9); +} +.accent-orange-500\/95{ + accent-color: rgb(245 158 11 / 0.95); +} +.accent-orange-500\/100{ + accent-color: rgb(245 158 11 / 1); +} +.accent-orange-600\/0{ + accent-color: rgb(221 142 10 / 0); +} +.accent-orange-600\/5{ + accent-color: rgb(221 142 10 / 0.05); +} +.accent-orange-600\/10{ + accent-color: rgb(221 142 10 / 0.1); +} +.accent-orange-600\/20{ + accent-color: rgb(221 142 10 / 0.2); +} +.accent-orange-600\/25{ + accent-color: rgb(221 142 10 / 0.25); +} +.accent-orange-600\/30{ + accent-color: rgb(221 142 10 / 0.3); +} +.accent-orange-600\/40{ + accent-color: rgb(221 142 10 / 0.4); +} +.accent-orange-600\/50{ + accent-color: rgb(221 142 10 / 0.5); +} +.accent-orange-600\/60{ + accent-color: rgb(221 142 10 / 0.6); +} +.accent-orange-600\/70{ + accent-color: rgb(221 142 10 / 0.7); +} +.accent-orange-600\/75{ + accent-color: rgb(221 142 10 / 0.75); +} +.accent-orange-600\/80{ + accent-color: rgb(221 142 10 / 0.8); +} +.accent-orange-600\/90{ + accent-color: rgb(221 142 10 / 0.9); +} +.accent-orange-600\/95{ + accent-color: rgb(221 142 10 / 0.95); +} +.accent-orange-600\/100{ + accent-color: rgb(221 142 10 / 1); +} +.accent-orange-700\/0{ + accent-color: rgb(184 119 8 / 0); +} +.accent-orange-700\/5{ + accent-color: rgb(184 119 8 / 0.05); +} +.accent-orange-700\/10{ + accent-color: rgb(184 119 8 / 0.1); +} +.accent-orange-700\/20{ + accent-color: rgb(184 119 8 / 0.2); +} +.accent-orange-700\/25{ + accent-color: rgb(184 119 8 / 0.25); +} +.accent-orange-700\/30{ + accent-color: rgb(184 119 8 / 0.3); +} +.accent-orange-700\/40{ + accent-color: rgb(184 119 8 / 0.4); +} +.accent-orange-700\/50{ + accent-color: rgb(184 119 8 / 0.5); +} +.accent-orange-700\/60{ + accent-color: rgb(184 119 8 / 0.6); +} +.accent-orange-700\/70{ + accent-color: rgb(184 119 8 / 0.7); +} +.accent-orange-700\/75{ + accent-color: rgb(184 119 8 / 0.75); +} +.accent-orange-700\/80{ + accent-color: rgb(184 119 8 / 0.8); +} +.accent-orange-700\/90{ + accent-color: rgb(184 119 8 / 0.9); +} +.accent-orange-700\/95{ + accent-color: rgb(184 119 8 / 0.95); +} +.accent-orange-700\/100{ + accent-color: rgb(184 119 8 / 1); +} +.accent-orange-800\/0{ + accent-color: rgb(147 95 7 / 0); +} +.accent-orange-800\/5{ + accent-color: rgb(147 95 7 / 0.05); +} +.accent-orange-800\/10{ + accent-color: rgb(147 95 7 / 0.1); +} +.accent-orange-800\/20{ + accent-color: rgb(147 95 7 / 0.2); +} +.accent-orange-800\/25{ + accent-color: rgb(147 95 7 / 0.25); +} +.accent-orange-800\/30{ + accent-color: rgb(147 95 7 / 0.3); +} +.accent-orange-800\/40{ + accent-color: rgb(147 95 7 / 0.4); +} +.accent-orange-800\/50{ + accent-color: rgb(147 95 7 / 0.5); +} +.accent-orange-800\/60{ + accent-color: rgb(147 95 7 / 0.6); +} +.accent-orange-800\/70{ + accent-color: rgb(147 95 7 / 0.7); +} +.accent-orange-800\/75{ + accent-color: rgb(147 95 7 / 0.75); +} +.accent-orange-800\/80{ + accent-color: rgb(147 95 7 / 0.8); +} +.accent-orange-800\/90{ + accent-color: rgb(147 95 7 / 0.9); +} +.accent-orange-800\/95{ + accent-color: rgb(147 95 7 / 0.95); +} +.accent-orange-800\/100{ + accent-color: rgb(147 95 7 / 1); +} +.accent-orange-900\/0{ + accent-color: rgb(120 77 5 / 0); +} +.accent-orange-900\/5{ + accent-color: rgb(120 77 5 / 0.05); +} +.accent-orange-900\/10{ + accent-color: rgb(120 77 5 / 0.1); +} +.accent-orange-900\/20{ + accent-color: rgb(120 77 5 / 0.2); +} +.accent-orange-900\/25{ + accent-color: rgb(120 77 5 / 0.25); +} +.accent-orange-900\/30{ + accent-color: rgb(120 77 5 / 0.3); +} +.accent-orange-900\/40{ + accent-color: rgb(120 77 5 / 0.4); +} +.accent-orange-900\/50{ + accent-color: rgb(120 77 5 / 0.5); +} +.accent-orange-900\/60{ + accent-color: rgb(120 77 5 / 0.6); +} +.accent-orange-900\/70{ + accent-color: rgb(120 77 5 / 0.7); +} +.accent-orange-900\/75{ + accent-color: rgb(120 77 5 / 0.75); +} +.accent-orange-900\/80{ + accent-color: rgb(120 77 5 / 0.8); +} +.accent-orange-900\/90{ + accent-color: rgb(120 77 5 / 0.9); +} +.accent-orange-900\/95{ + accent-color: rgb(120 77 5 / 0.95); +} +.accent-orange-900\/100{ + accent-color: rgb(120 77 5 / 1); +} +.accent-orange\/0{ + accent-color: rgb(245 158 11 / 0); +} +.accent-orange\/5{ + accent-color: rgb(245 158 11 / 0.05); +} +.accent-orange\/10{ + accent-color: rgb(245 158 11 / 0.1); +} +.accent-orange\/20{ + accent-color: rgb(245 158 11 / 0.2); +} +.accent-orange\/25{ + accent-color: rgb(245 158 11 / 0.25); +} +.accent-orange\/30{ + accent-color: rgb(245 158 11 / 0.3); +} +.accent-orange\/40{ + accent-color: rgb(245 158 11 / 0.4); +} +.accent-orange\/50{ + accent-color: rgb(245 158 11 / 0.5); +} +.accent-orange\/60{ + accent-color: rgb(245 158 11 / 0.6); +} +.accent-orange\/70{ + accent-color: rgb(245 158 11 / 0.7); +} +.accent-orange\/75{ + accent-color: rgb(245 158 11 / 0.75); +} +.accent-orange\/80{ + accent-color: rgb(245 158 11 / 0.8); +} +.accent-orange\/90{ + accent-color: rgb(245 158 11 / 0.9); +} +.accent-orange\/95{ + accent-color: rgb(245 158 11 / 0.95); +} +.accent-orange\/100{ + accent-color: rgb(245 158 11 / 1); +} +.accent-amber-50\/0{ + accent-color: rgb(255 251 235 / 0); +} +.accent-amber-50\/5{ + accent-color: rgb(255 251 235 / 0.05); +} +.accent-amber-50\/10{ + accent-color: rgb(255 251 235 / 0.1); +} +.accent-amber-50\/20{ + accent-color: rgb(255 251 235 / 0.2); +} +.accent-amber-50\/25{ + accent-color: rgb(255 251 235 / 0.25); +} +.accent-amber-50\/30{ + accent-color: rgb(255 251 235 / 0.3); +} +.accent-amber-50\/40{ + accent-color: rgb(255 251 235 / 0.4); +} +.accent-amber-50\/50{ + accent-color: rgb(255 251 235 / 0.5); +} +.accent-amber-50\/60{ + accent-color: rgb(255 251 235 / 0.6); +} +.accent-amber-50\/70{ + accent-color: rgb(255 251 235 / 0.7); +} +.accent-amber-50\/75{ + accent-color: rgb(255 251 235 / 0.75); +} +.accent-amber-50\/80{ + accent-color: rgb(255 251 235 / 0.8); +} +.accent-amber-50\/90{ + accent-color: rgb(255 251 235 / 0.9); +} +.accent-amber-50\/95{ + accent-color: rgb(255 251 235 / 0.95); +} +.accent-amber-50\/100{ + accent-color: rgb(255 251 235 / 1); +} +.accent-amber-100\/0{ + accent-color: rgb(254 243 199 / 0); +} +.accent-amber-100\/5{ + accent-color: rgb(254 243 199 / 0.05); +} +.accent-amber-100\/10{ + accent-color: rgb(254 243 199 / 0.1); +} +.accent-amber-100\/20{ + accent-color: rgb(254 243 199 / 0.2); +} +.accent-amber-100\/25{ + accent-color: rgb(254 243 199 / 0.25); +} +.accent-amber-100\/30{ + accent-color: rgb(254 243 199 / 0.3); +} +.accent-amber-100\/40{ + accent-color: rgb(254 243 199 / 0.4); +} +.accent-amber-100\/50{ + accent-color: rgb(254 243 199 / 0.5); +} +.accent-amber-100\/60{ + accent-color: rgb(254 243 199 / 0.6); +} +.accent-amber-100\/70{ + accent-color: rgb(254 243 199 / 0.7); +} +.accent-amber-100\/75{ + accent-color: rgb(254 243 199 / 0.75); +} +.accent-amber-100\/80{ + accent-color: rgb(254 243 199 / 0.8); +} +.accent-amber-100\/90{ + accent-color: rgb(254 243 199 / 0.9); +} +.accent-amber-100\/95{ + accent-color: rgb(254 243 199 / 0.95); +} +.accent-amber-100\/100{ + accent-color: rgb(254 243 199 / 1); +} +.accent-amber-200\/0{ + accent-color: rgb(253 230 138 / 0); +} +.accent-amber-200\/5{ + accent-color: rgb(253 230 138 / 0.05); +} +.accent-amber-200\/10{ + accent-color: rgb(253 230 138 / 0.1); +} +.accent-amber-200\/20{ + accent-color: rgb(253 230 138 / 0.2); +} +.accent-amber-200\/25{ + accent-color: rgb(253 230 138 / 0.25); +} +.accent-amber-200\/30{ + accent-color: rgb(253 230 138 / 0.3); +} +.accent-amber-200\/40{ + accent-color: rgb(253 230 138 / 0.4); +} +.accent-amber-200\/50{ + accent-color: rgb(253 230 138 / 0.5); +} +.accent-amber-200\/60{ + accent-color: rgb(253 230 138 / 0.6); +} +.accent-amber-200\/70{ + accent-color: rgb(253 230 138 / 0.7); +} +.accent-amber-200\/75{ + accent-color: rgb(253 230 138 / 0.75); +} +.accent-amber-200\/80{ + accent-color: rgb(253 230 138 / 0.8); +} +.accent-amber-200\/90{ + accent-color: rgb(253 230 138 / 0.9); +} +.accent-amber-200\/95{ + accent-color: rgb(253 230 138 / 0.95); +} +.accent-amber-200\/100{ + accent-color: rgb(253 230 138 / 1); +} +.accent-amber-300\/0{ + accent-color: rgb(252 211 77 / 0); +} +.accent-amber-300\/5{ + accent-color: rgb(252 211 77 / 0.05); +} +.accent-amber-300\/10{ + accent-color: rgb(252 211 77 / 0.1); +} +.accent-amber-300\/20{ + accent-color: rgb(252 211 77 / 0.2); +} +.accent-amber-300\/25{ + accent-color: rgb(252 211 77 / 0.25); +} +.accent-amber-300\/30{ + accent-color: rgb(252 211 77 / 0.3); +} +.accent-amber-300\/40{ + accent-color: rgb(252 211 77 / 0.4); +} +.accent-amber-300\/50{ + accent-color: rgb(252 211 77 / 0.5); +} +.accent-amber-300\/60{ + accent-color: rgb(252 211 77 / 0.6); +} +.accent-amber-300\/70{ + accent-color: rgb(252 211 77 / 0.7); +} +.accent-amber-300\/75{ + accent-color: rgb(252 211 77 / 0.75); +} +.accent-amber-300\/80{ + accent-color: rgb(252 211 77 / 0.8); +} +.accent-amber-300\/90{ + accent-color: rgb(252 211 77 / 0.9); +} +.accent-amber-300\/95{ + accent-color: rgb(252 211 77 / 0.95); +} +.accent-amber-300\/100{ + accent-color: rgb(252 211 77 / 1); +} +.accent-amber-400\/0{ + accent-color: rgb(251 191 36 / 0); +} +.accent-amber-400\/5{ + accent-color: rgb(251 191 36 / 0.05); +} +.accent-amber-400\/10{ + accent-color: rgb(251 191 36 / 0.1); +} +.accent-amber-400\/20{ + accent-color: rgb(251 191 36 / 0.2); +} +.accent-amber-400\/25{ + accent-color: rgb(251 191 36 / 0.25); +} +.accent-amber-400\/30{ + accent-color: rgb(251 191 36 / 0.3); +} +.accent-amber-400\/40{ + accent-color: rgb(251 191 36 / 0.4); +} +.accent-amber-400\/50{ + accent-color: rgb(251 191 36 / 0.5); +} +.accent-amber-400\/60{ + accent-color: rgb(251 191 36 / 0.6); +} +.accent-amber-400\/70{ + accent-color: rgb(251 191 36 / 0.7); +} +.accent-amber-400\/75{ + accent-color: rgb(251 191 36 / 0.75); +} +.accent-amber-400\/80{ + accent-color: rgb(251 191 36 / 0.8); +} +.accent-amber-400\/90{ + accent-color: rgb(251 191 36 / 0.9); +} +.accent-amber-400\/95{ + accent-color: rgb(251 191 36 / 0.95); +} +.accent-amber-400\/100{ + accent-color: rgb(251 191 36 / 1); +} +.accent-amber-500\/0{ + accent-color: rgb(245 158 11 / 0); +} +.accent-amber-500\/5{ + accent-color: rgb(245 158 11 / 0.05); +} +.accent-amber-500\/10{ + accent-color: rgb(245 158 11 / 0.1); +} +.accent-amber-500\/20{ + accent-color: rgb(245 158 11 / 0.2); +} +.accent-amber-500\/25{ + accent-color: rgb(245 158 11 / 0.25); +} +.accent-amber-500\/30{ + accent-color: rgb(245 158 11 / 0.3); +} +.accent-amber-500\/40{ + accent-color: rgb(245 158 11 / 0.4); +} +.accent-amber-500\/50{ + accent-color: rgb(245 158 11 / 0.5); +} +.accent-amber-500\/60{ + accent-color: rgb(245 158 11 / 0.6); +} +.accent-amber-500\/70{ + accent-color: rgb(245 158 11 / 0.7); +} +.accent-amber-500\/75{ + accent-color: rgb(245 158 11 / 0.75); +} +.accent-amber-500\/80{ + accent-color: rgb(245 158 11 / 0.8); +} +.accent-amber-500\/90{ + accent-color: rgb(245 158 11 / 0.9); +} +.accent-amber-500\/95{ + accent-color: rgb(245 158 11 / 0.95); +} +.accent-amber-500\/100{ + accent-color: rgb(245 158 11 / 1); +} +.accent-amber-600\/0{ + accent-color: rgb(217 119 6 / 0); +} +.accent-amber-600\/5{ + accent-color: rgb(217 119 6 / 0.05); +} +.accent-amber-600\/10{ + accent-color: rgb(217 119 6 / 0.1); +} +.accent-amber-600\/20{ + accent-color: rgb(217 119 6 / 0.2); +} +.accent-amber-600\/25{ + accent-color: rgb(217 119 6 / 0.25); +} +.accent-amber-600\/30{ + accent-color: rgb(217 119 6 / 0.3); +} +.accent-amber-600\/40{ + accent-color: rgb(217 119 6 / 0.4); +} +.accent-amber-600\/50{ + accent-color: rgb(217 119 6 / 0.5); +} +.accent-amber-600\/60{ + accent-color: rgb(217 119 6 / 0.6); +} +.accent-amber-600\/70{ + accent-color: rgb(217 119 6 / 0.7); +} +.accent-amber-600\/75{ + accent-color: rgb(217 119 6 / 0.75); +} +.accent-amber-600\/80{ + accent-color: rgb(217 119 6 / 0.8); +} +.accent-amber-600\/90{ + accent-color: rgb(217 119 6 / 0.9); +} +.accent-amber-600\/95{ + accent-color: rgb(217 119 6 / 0.95); +} +.accent-amber-600\/100{ + accent-color: rgb(217 119 6 / 1); +} +.accent-amber-700\/0{ + accent-color: rgb(180 83 9 / 0); +} +.accent-amber-700\/5{ + accent-color: rgb(180 83 9 / 0.05); +} +.accent-amber-700\/10{ + accent-color: rgb(180 83 9 / 0.1); +} +.accent-amber-700\/20{ + accent-color: rgb(180 83 9 / 0.2); +} +.accent-amber-700\/25{ + accent-color: rgb(180 83 9 / 0.25); +} +.accent-amber-700\/30{ + accent-color: rgb(180 83 9 / 0.3); +} +.accent-amber-700\/40{ + accent-color: rgb(180 83 9 / 0.4); +} +.accent-amber-700\/50{ + accent-color: rgb(180 83 9 / 0.5); +} +.accent-amber-700\/60{ + accent-color: rgb(180 83 9 / 0.6); +} +.accent-amber-700\/70{ + accent-color: rgb(180 83 9 / 0.7); +} +.accent-amber-700\/75{ + accent-color: rgb(180 83 9 / 0.75); +} +.accent-amber-700\/80{ + accent-color: rgb(180 83 9 / 0.8); +} +.accent-amber-700\/90{ + accent-color: rgb(180 83 9 / 0.9); +} +.accent-amber-700\/95{ + accent-color: rgb(180 83 9 / 0.95); +} +.accent-amber-700\/100{ + accent-color: rgb(180 83 9 / 1); +} +.accent-amber-800\/0{ + accent-color: rgb(146 64 14 / 0); +} +.accent-amber-800\/5{ + accent-color: rgb(146 64 14 / 0.05); +} +.accent-amber-800\/10{ + accent-color: rgb(146 64 14 / 0.1); +} +.accent-amber-800\/20{ + accent-color: rgb(146 64 14 / 0.2); +} +.accent-amber-800\/25{ + accent-color: rgb(146 64 14 / 0.25); +} +.accent-amber-800\/30{ + accent-color: rgb(146 64 14 / 0.3); +} +.accent-amber-800\/40{ + accent-color: rgb(146 64 14 / 0.4); +} +.accent-amber-800\/50{ + accent-color: rgb(146 64 14 / 0.5); +} +.accent-amber-800\/60{ + accent-color: rgb(146 64 14 / 0.6); +} +.accent-amber-800\/70{ + accent-color: rgb(146 64 14 / 0.7); +} +.accent-amber-800\/75{ + accent-color: rgb(146 64 14 / 0.75); +} +.accent-amber-800\/80{ + accent-color: rgb(146 64 14 / 0.8); +} +.accent-amber-800\/90{ + accent-color: rgb(146 64 14 / 0.9); +} +.accent-amber-800\/95{ + accent-color: rgb(146 64 14 / 0.95); +} +.accent-amber-800\/100{ + accent-color: rgb(146 64 14 / 1); +} +.accent-amber-900\/0{ + accent-color: rgb(120 53 15 / 0); +} +.accent-amber-900\/5{ + accent-color: rgb(120 53 15 / 0.05); +} +.accent-amber-900\/10{ + accent-color: rgb(120 53 15 / 0.1); +} +.accent-amber-900\/20{ + accent-color: rgb(120 53 15 / 0.2); +} +.accent-amber-900\/25{ + accent-color: rgb(120 53 15 / 0.25); +} +.accent-amber-900\/30{ + accent-color: rgb(120 53 15 / 0.3); +} +.accent-amber-900\/40{ + accent-color: rgb(120 53 15 / 0.4); +} +.accent-amber-900\/50{ + accent-color: rgb(120 53 15 / 0.5); +} +.accent-amber-900\/60{ + accent-color: rgb(120 53 15 / 0.6); +} +.accent-amber-900\/70{ + accent-color: rgb(120 53 15 / 0.7); +} +.accent-amber-900\/75{ + accent-color: rgb(120 53 15 / 0.75); +} +.accent-amber-900\/80{ + accent-color: rgb(120 53 15 / 0.8); +} +.accent-amber-900\/90{ + accent-color: rgb(120 53 15 / 0.9); +} +.accent-amber-900\/95{ + accent-color: rgb(120 53 15 / 0.95); +} +.accent-amber-900\/100{ + accent-color: rgb(120 53 15 / 1); +} +.accent-yellow-50\/0{ + accent-color: rgb(253 253 234 / 0); +} +.accent-yellow-50\/5{ + accent-color: rgb(253 253 234 / 0.05); +} +.accent-yellow-50\/10{ + accent-color: rgb(253 253 234 / 0.1); +} +.accent-yellow-50\/20{ + accent-color: rgb(253 253 234 / 0.2); +} +.accent-yellow-50\/25{ + accent-color: rgb(253 253 234 / 0.25); +} +.accent-yellow-50\/30{ + accent-color: rgb(253 253 234 / 0.3); +} +.accent-yellow-50\/40{ + accent-color: rgb(253 253 234 / 0.4); +} +.accent-yellow-50\/50{ + accent-color: rgb(253 253 234 / 0.5); +} +.accent-yellow-50\/60{ + accent-color: rgb(253 253 234 / 0.6); +} +.accent-yellow-50\/70{ + accent-color: rgb(253 253 234 / 0.7); +} +.accent-yellow-50\/75{ + accent-color: rgb(253 253 234 / 0.75); +} +.accent-yellow-50\/80{ + accent-color: rgb(253 253 234 / 0.8); +} +.accent-yellow-50\/90{ + accent-color: rgb(253 253 234 / 0.9); +} +.accent-yellow-50\/95{ + accent-color: rgb(253 253 234 / 0.95); +} +.accent-yellow-50\/100{ + accent-color: rgb(253 253 234 / 1); +} +.accent-yellow-100\/0{ + accent-color: rgb(253 246 178 / 0); +} +.accent-yellow-100\/5{ + accent-color: rgb(253 246 178 / 0.05); +} +.accent-yellow-100\/10{ + accent-color: rgb(253 246 178 / 0.1); +} +.accent-yellow-100\/20{ + accent-color: rgb(253 246 178 / 0.2); +} +.accent-yellow-100\/25{ + accent-color: rgb(253 246 178 / 0.25); +} +.accent-yellow-100\/30{ + accent-color: rgb(253 246 178 / 0.3); +} +.accent-yellow-100\/40{ + accent-color: rgb(253 246 178 / 0.4); +} +.accent-yellow-100\/50{ + accent-color: rgb(253 246 178 / 0.5); +} +.accent-yellow-100\/60{ + accent-color: rgb(253 246 178 / 0.6); +} +.accent-yellow-100\/70{ + accent-color: rgb(253 246 178 / 0.7); +} +.accent-yellow-100\/75{ + accent-color: rgb(253 246 178 / 0.75); +} +.accent-yellow-100\/80{ + accent-color: rgb(253 246 178 / 0.8); +} +.accent-yellow-100\/90{ + accent-color: rgb(253 246 178 / 0.9); +} +.accent-yellow-100\/95{ + accent-color: rgb(253 246 178 / 0.95); +} +.accent-yellow-100\/100{ + accent-color: rgb(253 246 178 / 1); +} +.accent-yellow-200\/0{ + accent-color: rgb(252 233 106 / 0); +} +.accent-yellow-200\/5{ + accent-color: rgb(252 233 106 / 0.05); +} +.accent-yellow-200\/10{ + accent-color: rgb(252 233 106 / 0.1); +} +.accent-yellow-200\/20{ + accent-color: rgb(252 233 106 / 0.2); +} +.accent-yellow-200\/25{ + accent-color: rgb(252 233 106 / 0.25); +} +.accent-yellow-200\/30{ + accent-color: rgb(252 233 106 / 0.3); +} +.accent-yellow-200\/40{ + accent-color: rgb(252 233 106 / 0.4); +} +.accent-yellow-200\/50{ + accent-color: rgb(252 233 106 / 0.5); +} +.accent-yellow-200\/60{ + accent-color: rgb(252 233 106 / 0.6); +} +.accent-yellow-200\/70{ + accent-color: rgb(252 233 106 / 0.7); +} +.accent-yellow-200\/75{ + accent-color: rgb(252 233 106 / 0.75); +} +.accent-yellow-200\/80{ + accent-color: rgb(252 233 106 / 0.8); +} +.accent-yellow-200\/90{ + accent-color: rgb(252 233 106 / 0.9); +} +.accent-yellow-200\/95{ + accent-color: rgb(252 233 106 / 0.95); +} +.accent-yellow-200\/100{ + accent-color: rgb(252 233 106 / 1); +} +.accent-yellow-300\/0{ + accent-color: rgb(250 202 21 / 0); +} +.accent-yellow-300\/5{ + accent-color: rgb(250 202 21 / 0.05); +} +.accent-yellow-300\/10{ + accent-color: rgb(250 202 21 / 0.1); +} +.accent-yellow-300\/20{ + accent-color: rgb(250 202 21 / 0.2); +} +.accent-yellow-300\/25{ + accent-color: rgb(250 202 21 / 0.25); +} +.accent-yellow-300\/30{ + accent-color: rgb(250 202 21 / 0.3); +} +.accent-yellow-300\/40{ + accent-color: rgb(250 202 21 / 0.4); +} +.accent-yellow-300\/50{ + accent-color: rgb(250 202 21 / 0.5); +} +.accent-yellow-300\/60{ + accent-color: rgb(250 202 21 / 0.6); +} +.accent-yellow-300\/70{ + accent-color: rgb(250 202 21 / 0.7); +} +.accent-yellow-300\/75{ + accent-color: rgb(250 202 21 / 0.75); +} +.accent-yellow-300\/80{ + accent-color: rgb(250 202 21 / 0.8); +} +.accent-yellow-300\/90{ + accent-color: rgb(250 202 21 / 0.9); +} +.accent-yellow-300\/95{ + accent-color: rgb(250 202 21 / 0.95); +} +.accent-yellow-300\/100{ + accent-color: rgb(250 202 21 / 1); +} +.accent-yellow-400\/0{ + accent-color: rgb(227 160 8 / 0); +} +.accent-yellow-400\/5{ + accent-color: rgb(227 160 8 / 0.05); +} +.accent-yellow-400\/10{ + accent-color: rgb(227 160 8 / 0.1); +} +.accent-yellow-400\/20{ + accent-color: rgb(227 160 8 / 0.2); +} +.accent-yellow-400\/25{ + accent-color: rgb(227 160 8 / 0.25); +} +.accent-yellow-400\/30{ + accent-color: rgb(227 160 8 / 0.3); +} +.accent-yellow-400\/40{ + accent-color: rgb(227 160 8 / 0.4); +} +.accent-yellow-400\/50{ + accent-color: rgb(227 160 8 / 0.5); +} +.accent-yellow-400\/60{ + accent-color: rgb(227 160 8 / 0.6); +} +.accent-yellow-400\/70{ + accent-color: rgb(227 160 8 / 0.7); +} +.accent-yellow-400\/75{ + accent-color: rgb(227 160 8 / 0.75); +} +.accent-yellow-400\/80{ + accent-color: rgb(227 160 8 / 0.8); +} +.accent-yellow-400\/90{ + accent-color: rgb(227 160 8 / 0.9); +} +.accent-yellow-400\/95{ + accent-color: rgb(227 160 8 / 0.95); +} +.accent-yellow-400\/100{ + accent-color: rgb(227 160 8 / 1); +} +.accent-yellow-500\/0{ + accent-color: rgb(194 120 3 / 0); +} +.accent-yellow-500\/5{ + accent-color: rgb(194 120 3 / 0.05); +} +.accent-yellow-500\/10{ + accent-color: rgb(194 120 3 / 0.1); +} +.accent-yellow-500\/20{ + accent-color: rgb(194 120 3 / 0.2); +} +.accent-yellow-500\/25{ + accent-color: rgb(194 120 3 / 0.25); +} +.accent-yellow-500\/30{ + accent-color: rgb(194 120 3 / 0.3); +} +.accent-yellow-500\/40{ + accent-color: rgb(194 120 3 / 0.4); +} +.accent-yellow-500\/50{ + accent-color: rgb(194 120 3 / 0.5); +} +.accent-yellow-500\/60{ + accent-color: rgb(194 120 3 / 0.6); +} +.accent-yellow-500\/70{ + accent-color: rgb(194 120 3 / 0.7); +} +.accent-yellow-500\/75{ + accent-color: rgb(194 120 3 / 0.75); +} +.accent-yellow-500\/80{ + accent-color: rgb(194 120 3 / 0.8); +} +.accent-yellow-500\/90{ + accent-color: rgb(194 120 3 / 0.9); +} +.accent-yellow-500\/95{ + accent-color: rgb(194 120 3 / 0.95); +} +.accent-yellow-500\/100{ + accent-color: rgb(194 120 3 / 1); +} +.accent-yellow-600\/0{ + accent-color: rgb(159 88 10 / 0); +} +.accent-yellow-600\/5{ + accent-color: rgb(159 88 10 / 0.05); +} +.accent-yellow-600\/10{ + accent-color: rgb(159 88 10 / 0.1); +} +.accent-yellow-600\/20{ + accent-color: rgb(159 88 10 / 0.2); +} +.accent-yellow-600\/25{ + accent-color: rgb(159 88 10 / 0.25); +} +.accent-yellow-600\/30{ + accent-color: rgb(159 88 10 / 0.3); +} +.accent-yellow-600\/40{ + accent-color: rgb(159 88 10 / 0.4); +} +.accent-yellow-600\/50{ + accent-color: rgb(159 88 10 / 0.5); +} +.accent-yellow-600\/60{ + accent-color: rgb(159 88 10 / 0.6); +} +.accent-yellow-600\/70{ + accent-color: rgb(159 88 10 / 0.7); +} +.accent-yellow-600\/75{ + accent-color: rgb(159 88 10 / 0.75); +} +.accent-yellow-600\/80{ + accent-color: rgb(159 88 10 / 0.8); +} +.accent-yellow-600\/90{ + accent-color: rgb(159 88 10 / 0.9); +} +.accent-yellow-600\/95{ + accent-color: rgb(159 88 10 / 0.95); +} +.accent-yellow-600\/100{ + accent-color: rgb(159 88 10 / 1); +} +.accent-yellow-700\/0{ + accent-color: rgb(142 75 16 / 0); +} +.accent-yellow-700\/5{ + accent-color: rgb(142 75 16 / 0.05); +} +.accent-yellow-700\/10{ + accent-color: rgb(142 75 16 / 0.1); +} +.accent-yellow-700\/20{ + accent-color: rgb(142 75 16 / 0.2); +} +.accent-yellow-700\/25{ + accent-color: rgb(142 75 16 / 0.25); +} +.accent-yellow-700\/30{ + accent-color: rgb(142 75 16 / 0.3); +} +.accent-yellow-700\/40{ + accent-color: rgb(142 75 16 / 0.4); +} +.accent-yellow-700\/50{ + accent-color: rgb(142 75 16 / 0.5); +} +.accent-yellow-700\/60{ + accent-color: rgb(142 75 16 / 0.6); +} +.accent-yellow-700\/70{ + accent-color: rgb(142 75 16 / 0.7); +} +.accent-yellow-700\/75{ + accent-color: rgb(142 75 16 / 0.75); +} +.accent-yellow-700\/80{ + accent-color: rgb(142 75 16 / 0.8); +} +.accent-yellow-700\/90{ + accent-color: rgb(142 75 16 / 0.9); +} +.accent-yellow-700\/95{ + accent-color: rgb(142 75 16 / 0.95); +} +.accent-yellow-700\/100{ + accent-color: rgb(142 75 16 / 1); +} +.accent-yellow-800\/0{ + accent-color: rgb(114 59 19 / 0); +} +.accent-yellow-800\/5{ + accent-color: rgb(114 59 19 / 0.05); +} +.accent-yellow-800\/10{ + accent-color: rgb(114 59 19 / 0.1); +} +.accent-yellow-800\/20{ + accent-color: rgb(114 59 19 / 0.2); +} +.accent-yellow-800\/25{ + accent-color: rgb(114 59 19 / 0.25); +} +.accent-yellow-800\/30{ + accent-color: rgb(114 59 19 / 0.3); +} +.accent-yellow-800\/40{ + accent-color: rgb(114 59 19 / 0.4); +} +.accent-yellow-800\/50{ + accent-color: rgb(114 59 19 / 0.5); +} +.accent-yellow-800\/60{ + accent-color: rgb(114 59 19 / 0.6); +} +.accent-yellow-800\/70{ + accent-color: rgb(114 59 19 / 0.7); +} +.accent-yellow-800\/75{ + accent-color: rgb(114 59 19 / 0.75); +} +.accent-yellow-800\/80{ + accent-color: rgb(114 59 19 / 0.8); +} +.accent-yellow-800\/90{ + accent-color: rgb(114 59 19 / 0.9); +} +.accent-yellow-800\/95{ + accent-color: rgb(114 59 19 / 0.95); +} +.accent-yellow-800\/100{ + accent-color: rgb(114 59 19 / 1); +} +.accent-yellow-900\/0{ + accent-color: rgb(99 49 18 / 0); +} +.accent-yellow-900\/5{ + accent-color: rgb(99 49 18 / 0.05); +} +.accent-yellow-900\/10{ + accent-color: rgb(99 49 18 / 0.1); +} +.accent-yellow-900\/20{ + accent-color: rgb(99 49 18 / 0.2); +} +.accent-yellow-900\/25{ + accent-color: rgb(99 49 18 / 0.25); +} +.accent-yellow-900\/30{ + accent-color: rgb(99 49 18 / 0.3); +} +.accent-yellow-900\/40{ + accent-color: rgb(99 49 18 / 0.4); +} +.accent-yellow-900\/50{ + accent-color: rgb(99 49 18 / 0.5); +} +.accent-yellow-900\/60{ + accent-color: rgb(99 49 18 / 0.6); +} +.accent-yellow-900\/70{ + accent-color: rgb(99 49 18 / 0.7); +} +.accent-yellow-900\/75{ + accent-color: rgb(99 49 18 / 0.75); +} +.accent-yellow-900\/80{ + accent-color: rgb(99 49 18 / 0.8); +} +.accent-yellow-900\/90{ + accent-color: rgb(99 49 18 / 0.9); +} +.accent-yellow-900\/95{ + accent-color: rgb(99 49 18 / 0.95); +} +.accent-yellow-900\/100{ + accent-color: rgb(99 49 18 / 1); +} +.accent-lime-50\/0{ + accent-color: rgb(247 254 231 / 0); +} +.accent-lime-50\/5{ + accent-color: rgb(247 254 231 / 0.05); +} +.accent-lime-50\/10{ + accent-color: rgb(247 254 231 / 0.1); +} +.accent-lime-50\/20{ + accent-color: rgb(247 254 231 / 0.2); +} +.accent-lime-50\/25{ + accent-color: rgb(247 254 231 / 0.25); +} +.accent-lime-50\/30{ + accent-color: rgb(247 254 231 / 0.3); +} +.accent-lime-50\/40{ + accent-color: rgb(247 254 231 / 0.4); +} +.accent-lime-50\/50{ + accent-color: rgb(247 254 231 / 0.5); +} +.accent-lime-50\/60{ + accent-color: rgb(247 254 231 / 0.6); +} +.accent-lime-50\/70{ + accent-color: rgb(247 254 231 / 0.7); +} +.accent-lime-50\/75{ + accent-color: rgb(247 254 231 / 0.75); +} +.accent-lime-50\/80{ + accent-color: rgb(247 254 231 / 0.8); +} +.accent-lime-50\/90{ + accent-color: rgb(247 254 231 / 0.9); +} +.accent-lime-50\/95{ + accent-color: rgb(247 254 231 / 0.95); +} +.accent-lime-50\/100{ + accent-color: rgb(247 254 231 / 1); +} +.accent-lime-100\/0{ + accent-color: rgb(236 252 203 / 0); +} +.accent-lime-100\/5{ + accent-color: rgb(236 252 203 / 0.05); +} +.accent-lime-100\/10{ + accent-color: rgb(236 252 203 / 0.1); +} +.accent-lime-100\/20{ + accent-color: rgb(236 252 203 / 0.2); +} +.accent-lime-100\/25{ + accent-color: rgb(236 252 203 / 0.25); +} +.accent-lime-100\/30{ + accent-color: rgb(236 252 203 / 0.3); +} +.accent-lime-100\/40{ + accent-color: rgb(236 252 203 / 0.4); +} +.accent-lime-100\/50{ + accent-color: rgb(236 252 203 / 0.5); +} +.accent-lime-100\/60{ + accent-color: rgb(236 252 203 / 0.6); +} +.accent-lime-100\/70{ + accent-color: rgb(236 252 203 / 0.7); +} +.accent-lime-100\/75{ + accent-color: rgb(236 252 203 / 0.75); +} +.accent-lime-100\/80{ + accent-color: rgb(236 252 203 / 0.8); +} +.accent-lime-100\/90{ + accent-color: rgb(236 252 203 / 0.9); +} +.accent-lime-100\/95{ + accent-color: rgb(236 252 203 / 0.95); +} +.accent-lime-100\/100{ + accent-color: rgb(236 252 203 / 1); +} +.accent-lime-200\/0{ + accent-color: rgb(217 249 157 / 0); +} +.accent-lime-200\/5{ + accent-color: rgb(217 249 157 / 0.05); +} +.accent-lime-200\/10{ + accent-color: rgb(217 249 157 / 0.1); +} +.accent-lime-200\/20{ + accent-color: rgb(217 249 157 / 0.2); +} +.accent-lime-200\/25{ + accent-color: rgb(217 249 157 / 0.25); +} +.accent-lime-200\/30{ + accent-color: rgb(217 249 157 / 0.3); +} +.accent-lime-200\/40{ + accent-color: rgb(217 249 157 / 0.4); +} +.accent-lime-200\/50{ + accent-color: rgb(217 249 157 / 0.5); +} +.accent-lime-200\/60{ + accent-color: rgb(217 249 157 / 0.6); +} +.accent-lime-200\/70{ + accent-color: rgb(217 249 157 / 0.7); +} +.accent-lime-200\/75{ + accent-color: rgb(217 249 157 / 0.75); +} +.accent-lime-200\/80{ + accent-color: rgb(217 249 157 / 0.8); +} +.accent-lime-200\/90{ + accent-color: rgb(217 249 157 / 0.9); +} +.accent-lime-200\/95{ + accent-color: rgb(217 249 157 / 0.95); +} +.accent-lime-200\/100{ + accent-color: rgb(217 249 157 / 1); +} +.accent-lime-300\/0{ + accent-color: rgb(190 242 100 / 0); +} +.accent-lime-300\/5{ + accent-color: rgb(190 242 100 / 0.05); +} +.accent-lime-300\/10{ + accent-color: rgb(190 242 100 / 0.1); +} +.accent-lime-300\/20{ + accent-color: rgb(190 242 100 / 0.2); +} +.accent-lime-300\/25{ + accent-color: rgb(190 242 100 / 0.25); +} +.accent-lime-300\/30{ + accent-color: rgb(190 242 100 / 0.3); +} +.accent-lime-300\/40{ + accent-color: rgb(190 242 100 / 0.4); +} +.accent-lime-300\/50{ + accent-color: rgb(190 242 100 / 0.5); +} +.accent-lime-300\/60{ + accent-color: rgb(190 242 100 / 0.6); +} +.accent-lime-300\/70{ + accent-color: rgb(190 242 100 / 0.7); +} +.accent-lime-300\/75{ + accent-color: rgb(190 242 100 / 0.75); +} +.accent-lime-300\/80{ + accent-color: rgb(190 242 100 / 0.8); +} +.accent-lime-300\/90{ + accent-color: rgb(190 242 100 / 0.9); +} +.accent-lime-300\/95{ + accent-color: rgb(190 242 100 / 0.95); +} +.accent-lime-300\/100{ + accent-color: rgb(190 242 100 / 1); +} +.accent-lime-400\/0{ + accent-color: rgb(163 230 53 / 0); +} +.accent-lime-400\/5{ + accent-color: rgb(163 230 53 / 0.05); +} +.accent-lime-400\/10{ + accent-color: rgb(163 230 53 / 0.1); +} +.accent-lime-400\/20{ + accent-color: rgb(163 230 53 / 0.2); +} +.accent-lime-400\/25{ + accent-color: rgb(163 230 53 / 0.25); +} +.accent-lime-400\/30{ + accent-color: rgb(163 230 53 / 0.3); +} +.accent-lime-400\/40{ + accent-color: rgb(163 230 53 / 0.4); +} +.accent-lime-400\/50{ + accent-color: rgb(163 230 53 / 0.5); +} +.accent-lime-400\/60{ + accent-color: rgb(163 230 53 / 0.6); +} +.accent-lime-400\/70{ + accent-color: rgb(163 230 53 / 0.7); +} +.accent-lime-400\/75{ + accent-color: rgb(163 230 53 / 0.75); +} +.accent-lime-400\/80{ + accent-color: rgb(163 230 53 / 0.8); +} +.accent-lime-400\/90{ + accent-color: rgb(163 230 53 / 0.9); +} +.accent-lime-400\/95{ + accent-color: rgb(163 230 53 / 0.95); +} +.accent-lime-400\/100{ + accent-color: rgb(163 230 53 / 1); +} +.accent-lime-500\/0{ + accent-color: rgb(132 204 22 / 0); +} +.accent-lime-500\/5{ + accent-color: rgb(132 204 22 / 0.05); +} +.accent-lime-500\/10{ + accent-color: rgb(132 204 22 / 0.1); +} +.accent-lime-500\/20{ + accent-color: rgb(132 204 22 / 0.2); +} +.accent-lime-500\/25{ + accent-color: rgb(132 204 22 / 0.25); +} +.accent-lime-500\/30{ + accent-color: rgb(132 204 22 / 0.3); +} +.accent-lime-500\/40{ + accent-color: rgb(132 204 22 / 0.4); +} +.accent-lime-500\/50{ + accent-color: rgb(132 204 22 / 0.5); +} +.accent-lime-500\/60{ + accent-color: rgb(132 204 22 / 0.6); +} +.accent-lime-500\/70{ + accent-color: rgb(132 204 22 / 0.7); +} +.accent-lime-500\/75{ + accent-color: rgb(132 204 22 / 0.75); +} +.accent-lime-500\/80{ + accent-color: rgb(132 204 22 / 0.8); +} +.accent-lime-500\/90{ + accent-color: rgb(132 204 22 / 0.9); +} +.accent-lime-500\/95{ + accent-color: rgb(132 204 22 / 0.95); +} +.accent-lime-500\/100{ + accent-color: rgb(132 204 22 / 1); +} +.accent-lime-600\/0{ + accent-color: rgb(101 163 13 / 0); +} +.accent-lime-600\/5{ + accent-color: rgb(101 163 13 / 0.05); +} +.accent-lime-600\/10{ + accent-color: rgb(101 163 13 / 0.1); +} +.accent-lime-600\/20{ + accent-color: rgb(101 163 13 / 0.2); +} +.accent-lime-600\/25{ + accent-color: rgb(101 163 13 / 0.25); +} +.accent-lime-600\/30{ + accent-color: rgb(101 163 13 / 0.3); +} +.accent-lime-600\/40{ + accent-color: rgb(101 163 13 / 0.4); +} +.accent-lime-600\/50{ + accent-color: rgb(101 163 13 / 0.5); +} +.accent-lime-600\/60{ + accent-color: rgb(101 163 13 / 0.6); +} +.accent-lime-600\/70{ + accent-color: rgb(101 163 13 / 0.7); +} +.accent-lime-600\/75{ + accent-color: rgb(101 163 13 / 0.75); +} +.accent-lime-600\/80{ + accent-color: rgb(101 163 13 / 0.8); +} +.accent-lime-600\/90{ + accent-color: rgb(101 163 13 / 0.9); +} +.accent-lime-600\/95{ + accent-color: rgb(101 163 13 / 0.95); +} +.accent-lime-600\/100{ + accent-color: rgb(101 163 13 / 1); +} +.accent-lime-700\/0{ + accent-color: rgb(77 124 15 / 0); +} +.accent-lime-700\/5{ + accent-color: rgb(77 124 15 / 0.05); +} +.accent-lime-700\/10{ + accent-color: rgb(77 124 15 / 0.1); +} +.accent-lime-700\/20{ + accent-color: rgb(77 124 15 / 0.2); +} +.accent-lime-700\/25{ + accent-color: rgb(77 124 15 / 0.25); +} +.accent-lime-700\/30{ + accent-color: rgb(77 124 15 / 0.3); +} +.accent-lime-700\/40{ + accent-color: rgb(77 124 15 / 0.4); +} +.accent-lime-700\/50{ + accent-color: rgb(77 124 15 / 0.5); +} +.accent-lime-700\/60{ + accent-color: rgb(77 124 15 / 0.6); +} +.accent-lime-700\/70{ + accent-color: rgb(77 124 15 / 0.7); +} +.accent-lime-700\/75{ + accent-color: rgb(77 124 15 / 0.75); +} +.accent-lime-700\/80{ + accent-color: rgb(77 124 15 / 0.8); +} +.accent-lime-700\/90{ + accent-color: rgb(77 124 15 / 0.9); +} +.accent-lime-700\/95{ + accent-color: rgb(77 124 15 / 0.95); +} +.accent-lime-700\/100{ + accent-color: rgb(77 124 15 / 1); +} +.accent-lime-800\/0{ + accent-color: rgb(63 98 18 / 0); +} +.accent-lime-800\/5{ + accent-color: rgb(63 98 18 / 0.05); +} +.accent-lime-800\/10{ + accent-color: rgb(63 98 18 / 0.1); +} +.accent-lime-800\/20{ + accent-color: rgb(63 98 18 / 0.2); +} +.accent-lime-800\/25{ + accent-color: rgb(63 98 18 / 0.25); +} +.accent-lime-800\/30{ + accent-color: rgb(63 98 18 / 0.3); +} +.accent-lime-800\/40{ + accent-color: rgb(63 98 18 / 0.4); +} +.accent-lime-800\/50{ + accent-color: rgb(63 98 18 / 0.5); +} +.accent-lime-800\/60{ + accent-color: rgb(63 98 18 / 0.6); +} +.accent-lime-800\/70{ + accent-color: rgb(63 98 18 / 0.7); +} +.accent-lime-800\/75{ + accent-color: rgb(63 98 18 / 0.75); +} +.accent-lime-800\/80{ + accent-color: rgb(63 98 18 / 0.8); +} +.accent-lime-800\/90{ + accent-color: rgb(63 98 18 / 0.9); +} +.accent-lime-800\/95{ + accent-color: rgb(63 98 18 / 0.95); +} +.accent-lime-800\/100{ + accent-color: rgb(63 98 18 / 1); +} +.accent-lime-900\/0{ + accent-color: rgb(54 83 20 / 0); +} +.accent-lime-900\/5{ + accent-color: rgb(54 83 20 / 0.05); +} +.accent-lime-900\/10{ + accent-color: rgb(54 83 20 / 0.1); +} +.accent-lime-900\/20{ + accent-color: rgb(54 83 20 / 0.2); +} +.accent-lime-900\/25{ + accent-color: rgb(54 83 20 / 0.25); +} +.accent-lime-900\/30{ + accent-color: rgb(54 83 20 / 0.3); +} +.accent-lime-900\/40{ + accent-color: rgb(54 83 20 / 0.4); +} +.accent-lime-900\/50{ + accent-color: rgb(54 83 20 / 0.5); +} +.accent-lime-900\/60{ + accent-color: rgb(54 83 20 / 0.6); +} +.accent-lime-900\/70{ + accent-color: rgb(54 83 20 / 0.7); +} +.accent-lime-900\/75{ + accent-color: rgb(54 83 20 / 0.75); +} +.accent-lime-900\/80{ + accent-color: rgb(54 83 20 / 0.8); +} +.accent-lime-900\/90{ + accent-color: rgb(54 83 20 / 0.9); +} +.accent-lime-900\/95{ + accent-color: rgb(54 83 20 / 0.95); +} +.accent-lime-900\/100{ + accent-color: rgb(54 83 20 / 1); +} +.accent-green-50\/0{ + accent-color: rgb(248 250 246 / 0); +} +.accent-green-50\/5{ + accent-color: rgb(248 250 246 / 0.05); +} +.accent-green-50\/10{ + accent-color: rgb(248 250 246 / 0.1); +} +.accent-green-50\/20{ + accent-color: rgb(248 250 246 / 0.2); +} +.accent-green-50\/25{ + accent-color: rgb(248 250 246 / 0.25); +} +.accent-green-50\/30{ + accent-color: rgb(248 250 246 / 0.3); +} +.accent-green-50\/40{ + accent-color: rgb(248 250 246 / 0.4); +} +.accent-green-50\/50{ + accent-color: rgb(248 250 246 / 0.5); +} +.accent-green-50\/60{ + accent-color: rgb(248 250 246 / 0.6); +} +.accent-green-50\/70{ + accent-color: rgb(248 250 246 / 0.7); +} +.accent-green-50\/75{ + accent-color: rgb(248 250 246 / 0.75); +} +.accent-green-50\/80{ + accent-color: rgb(248 250 246 / 0.8); +} +.accent-green-50\/90{ + accent-color: rgb(248 250 246 / 0.9); +} +.accent-green-50\/95{ + accent-color: rgb(248 250 246 / 0.95); +} +.accent-green-50\/100{ + accent-color: rgb(248 250 246 / 1); +} +.accent-green-100\/0{ + accent-color: rgb(241 246 238 / 0); +} +.accent-green-100\/5{ + accent-color: rgb(241 246 238 / 0.05); +} +.accent-green-100\/10{ + accent-color: rgb(241 246 238 / 0.1); +} +.accent-green-100\/20{ + accent-color: rgb(241 246 238 / 0.2); +} +.accent-green-100\/25{ + accent-color: rgb(241 246 238 / 0.25); +} +.accent-green-100\/30{ + accent-color: rgb(241 246 238 / 0.3); +} +.accent-green-100\/40{ + accent-color: rgb(241 246 238 / 0.4); +} +.accent-green-100\/50{ + accent-color: rgb(241 246 238 / 0.5); +} +.accent-green-100\/60{ + accent-color: rgb(241 246 238 / 0.6); +} +.accent-green-100\/70{ + accent-color: rgb(241 246 238 / 0.7); +} +.accent-green-100\/75{ + accent-color: rgb(241 246 238 / 0.75); +} +.accent-green-100\/80{ + accent-color: rgb(241 246 238 / 0.8); +} +.accent-green-100\/90{ + accent-color: rgb(241 246 238 / 0.9); +} +.accent-green-100\/95{ + accent-color: rgb(241 246 238 / 0.95); +} +.accent-green-100\/100{ + accent-color: rgb(241 246 238 / 1); +} +.accent-green-200\/0{ + accent-color: rgb(219 232 212 / 0); +} +.accent-green-200\/5{ + accent-color: rgb(219 232 212 / 0.05); +} +.accent-green-200\/10{ + accent-color: rgb(219 232 212 / 0.1); +} +.accent-green-200\/20{ + accent-color: rgb(219 232 212 / 0.2); +} +.accent-green-200\/25{ + accent-color: rgb(219 232 212 / 0.25); +} +.accent-green-200\/30{ + accent-color: rgb(219 232 212 / 0.3); +} +.accent-green-200\/40{ + accent-color: rgb(219 232 212 / 0.4); +} +.accent-green-200\/50{ + accent-color: rgb(219 232 212 / 0.5); +} +.accent-green-200\/60{ + accent-color: rgb(219 232 212 / 0.6); +} +.accent-green-200\/70{ + accent-color: rgb(219 232 212 / 0.7); +} +.accent-green-200\/75{ + accent-color: rgb(219 232 212 / 0.75); +} +.accent-green-200\/80{ + accent-color: rgb(219 232 212 / 0.8); +} +.accent-green-200\/90{ + accent-color: rgb(219 232 212 / 0.9); +} +.accent-green-200\/95{ + accent-color: rgb(219 232 212 / 0.95); +} +.accent-green-200\/100{ + accent-color: rgb(219 232 212 / 1); +} +.accent-green-300\/0{ + accent-color: rgb(197 217 186 / 0); +} +.accent-green-300\/5{ + accent-color: rgb(197 217 186 / 0.05); +} +.accent-green-300\/10{ + accent-color: rgb(197 217 186 / 0.1); +} +.accent-green-300\/20{ + accent-color: rgb(197 217 186 / 0.2); +} +.accent-green-300\/25{ + accent-color: rgb(197 217 186 / 0.25); +} +.accent-green-300\/30{ + accent-color: rgb(197 217 186 / 0.3); +} +.accent-green-300\/40{ + accent-color: rgb(197 217 186 / 0.4); +} +.accent-green-300\/50{ + accent-color: rgb(197 217 186 / 0.5); +} +.accent-green-300\/60{ + accent-color: rgb(197 217 186 / 0.6); +} +.accent-green-300\/70{ + accent-color: rgb(197 217 186 / 0.7); +} +.accent-green-300\/75{ + accent-color: rgb(197 217 186 / 0.75); +} +.accent-green-300\/80{ + accent-color: rgb(197 217 186 / 0.8); +} +.accent-green-300\/90{ + accent-color: rgb(197 217 186 / 0.9); +} +.accent-green-300\/95{ + accent-color: rgb(197 217 186 / 0.95); +} +.accent-green-300\/100{ + accent-color: rgb(197 217 186 / 1); +} +.accent-green-400\/0{ + accent-color: rgb(154 189 134 / 0); +} +.accent-green-400\/5{ + accent-color: rgb(154 189 134 / 0.05); +} +.accent-green-400\/10{ + accent-color: rgb(154 189 134 / 0.1); +} +.accent-green-400\/20{ + accent-color: rgb(154 189 134 / 0.2); +} +.accent-green-400\/25{ + accent-color: rgb(154 189 134 / 0.25); +} +.accent-green-400\/30{ + accent-color: rgb(154 189 134 / 0.3); +} +.accent-green-400\/40{ + accent-color: rgb(154 189 134 / 0.4); +} +.accent-green-400\/50{ + accent-color: rgb(154 189 134 / 0.5); +} +.accent-green-400\/60{ + accent-color: rgb(154 189 134 / 0.6); +} +.accent-green-400\/70{ + accent-color: rgb(154 189 134 / 0.7); +} +.accent-green-400\/75{ + accent-color: rgb(154 189 134 / 0.75); +} +.accent-green-400\/80{ + accent-color: rgb(154 189 134 / 0.8); +} +.accent-green-400\/90{ + accent-color: rgb(154 189 134 / 0.9); +} +.accent-green-400\/95{ + accent-color: rgb(154 189 134 / 0.95); +} +.accent-green-400\/100{ + accent-color: rgb(154 189 134 / 1); +} +.accent-green-500\/0{ + accent-color: rgb(110 161 82 / 0); +} +.accent-green-500\/5{ + accent-color: rgb(110 161 82 / 0.05); +} +.accent-green-500\/10{ + accent-color: rgb(110 161 82 / 0.1); +} +.accent-green-500\/20{ + accent-color: rgb(110 161 82 / 0.2); +} +.accent-green-500\/25{ + accent-color: rgb(110 161 82 / 0.25); +} +.accent-green-500\/30{ + accent-color: rgb(110 161 82 / 0.3); +} +.accent-green-500\/40{ + accent-color: rgb(110 161 82 / 0.4); +} +.accent-green-500\/50{ + accent-color: rgb(110 161 82 / 0.5); +} +.accent-green-500\/60{ + accent-color: rgb(110 161 82 / 0.6); +} +.accent-green-500\/70{ + accent-color: rgb(110 161 82 / 0.7); +} +.accent-green-500\/75{ + accent-color: rgb(110 161 82 / 0.75); +} +.accent-green-500\/80{ + accent-color: rgb(110 161 82 / 0.8); +} +.accent-green-500\/90{ + accent-color: rgb(110 161 82 / 0.9); +} +.accent-green-500\/95{ + accent-color: rgb(110 161 82 / 0.95); +} +.accent-green-500\/100{ + accent-color: rgb(110 161 82 / 1); +} +.accent-green-600\/0{ + accent-color: rgb(99 145 74 / 0); +} +.accent-green-600\/5{ + accent-color: rgb(99 145 74 / 0.05); +} +.accent-green-600\/10{ + accent-color: rgb(99 145 74 / 0.1); +} +.accent-green-600\/20{ + accent-color: rgb(99 145 74 / 0.2); +} +.accent-green-600\/25{ + accent-color: rgb(99 145 74 / 0.25); +} +.accent-green-600\/30{ + accent-color: rgb(99 145 74 / 0.3); +} +.accent-green-600\/40{ + accent-color: rgb(99 145 74 / 0.4); +} +.accent-green-600\/50{ + accent-color: rgb(99 145 74 / 0.5); +} +.accent-green-600\/60{ + accent-color: rgb(99 145 74 / 0.6); +} +.accent-green-600\/70{ + accent-color: rgb(99 145 74 / 0.7); +} +.accent-green-600\/75{ + accent-color: rgb(99 145 74 / 0.75); +} +.accent-green-600\/80{ + accent-color: rgb(99 145 74 / 0.8); +} +.accent-green-600\/90{ + accent-color: rgb(99 145 74 / 0.9); +} +.accent-green-600\/95{ + accent-color: rgb(99 145 74 / 0.95); +} +.accent-green-600\/100{ + accent-color: rgb(99 145 74 / 1); +} +.accent-green-700\/0{ + accent-color: rgb(83 121 62 / 0); +} +.accent-green-700\/5{ + accent-color: rgb(83 121 62 / 0.05); +} +.accent-green-700\/10{ + accent-color: rgb(83 121 62 / 0.1); +} +.accent-green-700\/20{ + accent-color: rgb(83 121 62 / 0.2); +} +.accent-green-700\/25{ + accent-color: rgb(83 121 62 / 0.25); +} +.accent-green-700\/30{ + accent-color: rgb(83 121 62 / 0.3); +} +.accent-green-700\/40{ + accent-color: rgb(83 121 62 / 0.4); +} +.accent-green-700\/50{ + accent-color: rgb(83 121 62 / 0.5); +} +.accent-green-700\/60{ + accent-color: rgb(83 121 62 / 0.6); +} +.accent-green-700\/70{ + accent-color: rgb(83 121 62 / 0.7); +} +.accent-green-700\/75{ + accent-color: rgb(83 121 62 / 0.75); +} +.accent-green-700\/80{ + accent-color: rgb(83 121 62 / 0.8); +} +.accent-green-700\/90{ + accent-color: rgb(83 121 62 / 0.9); +} +.accent-green-700\/95{ + accent-color: rgb(83 121 62 / 0.95); +} +.accent-green-700\/100{ + accent-color: rgb(83 121 62 / 1); +} +.accent-green-800\/0{ + accent-color: rgb(66 97 49 / 0); +} +.accent-green-800\/5{ + accent-color: rgb(66 97 49 / 0.05); +} +.accent-green-800\/10{ + accent-color: rgb(66 97 49 / 0.1); +} +.accent-green-800\/20{ + accent-color: rgb(66 97 49 / 0.2); +} +.accent-green-800\/25{ + accent-color: rgb(66 97 49 / 0.25); +} +.accent-green-800\/30{ + accent-color: rgb(66 97 49 / 0.3); +} +.accent-green-800\/40{ + accent-color: rgb(66 97 49 / 0.4); +} +.accent-green-800\/50{ + accent-color: rgb(66 97 49 / 0.5); +} +.accent-green-800\/60{ + accent-color: rgb(66 97 49 / 0.6); +} +.accent-green-800\/70{ + accent-color: rgb(66 97 49 / 0.7); +} +.accent-green-800\/75{ + accent-color: rgb(66 97 49 / 0.75); +} +.accent-green-800\/80{ + accent-color: rgb(66 97 49 / 0.8); +} +.accent-green-800\/90{ + accent-color: rgb(66 97 49 / 0.9); +} +.accent-green-800\/95{ + accent-color: rgb(66 97 49 / 0.95); +} +.accent-green-800\/100{ + accent-color: rgb(66 97 49 / 1); +} +.accent-green-900\/0{ + accent-color: rgb(54 79 40 / 0); +} +.accent-green-900\/5{ + accent-color: rgb(54 79 40 / 0.05); +} +.accent-green-900\/10{ + accent-color: rgb(54 79 40 / 0.1); +} +.accent-green-900\/20{ + accent-color: rgb(54 79 40 / 0.2); +} +.accent-green-900\/25{ + accent-color: rgb(54 79 40 / 0.25); +} +.accent-green-900\/30{ + accent-color: rgb(54 79 40 / 0.3); +} +.accent-green-900\/40{ + accent-color: rgb(54 79 40 / 0.4); +} +.accent-green-900\/50{ + accent-color: rgb(54 79 40 / 0.5); +} +.accent-green-900\/60{ + accent-color: rgb(54 79 40 / 0.6); +} +.accent-green-900\/70{ + accent-color: rgb(54 79 40 / 0.7); +} +.accent-green-900\/75{ + accent-color: rgb(54 79 40 / 0.75); +} +.accent-green-900\/80{ + accent-color: rgb(54 79 40 / 0.8); +} +.accent-green-900\/90{ + accent-color: rgb(54 79 40 / 0.9); +} +.accent-green-900\/95{ + accent-color: rgb(54 79 40 / 0.95); +} +.accent-green-900\/100{ + accent-color: rgb(54 79 40 / 1); +} +.accent-green\/0{ + accent-color: rgb(110 161 82 / 0); +} +.accent-green\/5{ + accent-color: rgb(110 161 82 / 0.05); +} +.accent-green\/10{ + accent-color: rgb(110 161 82 / 0.1); +} +.accent-green\/20{ + accent-color: rgb(110 161 82 / 0.2); +} +.accent-green\/25{ + accent-color: rgb(110 161 82 / 0.25); +} +.accent-green\/30{ + accent-color: rgb(110 161 82 / 0.3); +} +.accent-green\/40{ + accent-color: rgb(110 161 82 / 0.4); +} +.accent-green\/50{ + accent-color: rgb(110 161 82 / 0.5); +} +.accent-green\/60{ + accent-color: rgb(110 161 82 / 0.6); +} +.accent-green\/70{ + accent-color: rgb(110 161 82 / 0.7); +} +.accent-green\/75{ + accent-color: rgb(110 161 82 / 0.75); +} +.accent-green\/80{ + accent-color: rgb(110 161 82 / 0.8); +} +.accent-green\/90{ + accent-color: rgb(110 161 82 / 0.9); +} +.accent-green\/95{ + accent-color: rgb(110 161 82 / 0.95); +} +.accent-green\/100{ + accent-color: rgb(110 161 82 / 1); +} +.accent-emerald-50\/0{ + accent-color: rgb(236 253 245 / 0); +} +.accent-emerald-50\/5{ + accent-color: rgb(236 253 245 / 0.05); +} +.accent-emerald-50\/10{ + accent-color: rgb(236 253 245 / 0.1); +} +.accent-emerald-50\/20{ + accent-color: rgb(236 253 245 / 0.2); +} +.accent-emerald-50\/25{ + accent-color: rgb(236 253 245 / 0.25); +} +.accent-emerald-50\/30{ + accent-color: rgb(236 253 245 / 0.3); +} +.accent-emerald-50\/40{ + accent-color: rgb(236 253 245 / 0.4); +} +.accent-emerald-50\/50{ + accent-color: rgb(236 253 245 / 0.5); +} +.accent-emerald-50\/60{ + accent-color: rgb(236 253 245 / 0.6); +} +.accent-emerald-50\/70{ + accent-color: rgb(236 253 245 / 0.7); +} +.accent-emerald-50\/75{ + accent-color: rgb(236 253 245 / 0.75); +} +.accent-emerald-50\/80{ + accent-color: rgb(236 253 245 / 0.8); +} +.accent-emerald-50\/90{ + accent-color: rgb(236 253 245 / 0.9); +} +.accent-emerald-50\/95{ + accent-color: rgb(236 253 245 / 0.95); +} +.accent-emerald-50\/100{ + accent-color: rgb(236 253 245 / 1); +} +.accent-emerald-100\/0{ + accent-color: rgb(209 250 229 / 0); +} +.accent-emerald-100\/5{ + accent-color: rgb(209 250 229 / 0.05); +} +.accent-emerald-100\/10{ + accent-color: rgb(209 250 229 / 0.1); +} +.accent-emerald-100\/20{ + accent-color: rgb(209 250 229 / 0.2); +} +.accent-emerald-100\/25{ + accent-color: rgb(209 250 229 / 0.25); +} +.accent-emerald-100\/30{ + accent-color: rgb(209 250 229 / 0.3); +} +.accent-emerald-100\/40{ + accent-color: rgb(209 250 229 / 0.4); +} +.accent-emerald-100\/50{ + accent-color: rgb(209 250 229 / 0.5); +} +.accent-emerald-100\/60{ + accent-color: rgb(209 250 229 / 0.6); +} +.accent-emerald-100\/70{ + accent-color: rgb(209 250 229 / 0.7); +} +.accent-emerald-100\/75{ + accent-color: rgb(209 250 229 / 0.75); +} +.accent-emerald-100\/80{ + accent-color: rgb(209 250 229 / 0.8); +} +.accent-emerald-100\/90{ + accent-color: rgb(209 250 229 / 0.9); +} +.accent-emerald-100\/95{ + accent-color: rgb(209 250 229 / 0.95); +} +.accent-emerald-100\/100{ + accent-color: rgb(209 250 229 / 1); +} +.accent-emerald-200\/0{ + accent-color: rgb(167 243 208 / 0); +} +.accent-emerald-200\/5{ + accent-color: rgb(167 243 208 / 0.05); +} +.accent-emerald-200\/10{ + accent-color: rgb(167 243 208 / 0.1); +} +.accent-emerald-200\/20{ + accent-color: rgb(167 243 208 / 0.2); +} +.accent-emerald-200\/25{ + accent-color: rgb(167 243 208 / 0.25); +} +.accent-emerald-200\/30{ + accent-color: rgb(167 243 208 / 0.3); +} +.accent-emerald-200\/40{ + accent-color: rgb(167 243 208 / 0.4); +} +.accent-emerald-200\/50{ + accent-color: rgb(167 243 208 / 0.5); +} +.accent-emerald-200\/60{ + accent-color: rgb(167 243 208 / 0.6); +} +.accent-emerald-200\/70{ + accent-color: rgb(167 243 208 / 0.7); +} +.accent-emerald-200\/75{ + accent-color: rgb(167 243 208 / 0.75); +} +.accent-emerald-200\/80{ + accent-color: rgb(167 243 208 / 0.8); +} +.accent-emerald-200\/90{ + accent-color: rgb(167 243 208 / 0.9); +} +.accent-emerald-200\/95{ + accent-color: rgb(167 243 208 / 0.95); +} +.accent-emerald-200\/100{ + accent-color: rgb(167 243 208 / 1); +} +.accent-emerald-300\/0{ + accent-color: rgb(110 231 183 / 0); +} +.accent-emerald-300\/5{ + accent-color: rgb(110 231 183 / 0.05); +} +.accent-emerald-300\/10{ + accent-color: rgb(110 231 183 / 0.1); +} +.accent-emerald-300\/20{ + accent-color: rgb(110 231 183 / 0.2); +} +.accent-emerald-300\/25{ + accent-color: rgb(110 231 183 / 0.25); +} +.accent-emerald-300\/30{ + accent-color: rgb(110 231 183 / 0.3); +} +.accent-emerald-300\/40{ + accent-color: rgb(110 231 183 / 0.4); +} +.accent-emerald-300\/50{ + accent-color: rgb(110 231 183 / 0.5); +} +.accent-emerald-300\/60{ + accent-color: rgb(110 231 183 / 0.6); +} +.accent-emerald-300\/70{ + accent-color: rgb(110 231 183 / 0.7); +} +.accent-emerald-300\/75{ + accent-color: rgb(110 231 183 / 0.75); +} +.accent-emerald-300\/80{ + accent-color: rgb(110 231 183 / 0.8); +} +.accent-emerald-300\/90{ + accent-color: rgb(110 231 183 / 0.9); +} +.accent-emerald-300\/95{ + accent-color: rgb(110 231 183 / 0.95); +} +.accent-emerald-300\/100{ + accent-color: rgb(110 231 183 / 1); +} +.accent-emerald-400\/0{ + accent-color: rgb(52 211 153 / 0); +} +.accent-emerald-400\/5{ + accent-color: rgb(52 211 153 / 0.05); +} +.accent-emerald-400\/10{ + accent-color: rgb(52 211 153 / 0.1); +} +.accent-emerald-400\/20{ + accent-color: rgb(52 211 153 / 0.2); +} +.accent-emerald-400\/25{ + accent-color: rgb(52 211 153 / 0.25); +} +.accent-emerald-400\/30{ + accent-color: rgb(52 211 153 / 0.3); +} +.accent-emerald-400\/40{ + accent-color: rgb(52 211 153 / 0.4); +} +.accent-emerald-400\/50{ + accent-color: rgb(52 211 153 / 0.5); +} +.accent-emerald-400\/60{ + accent-color: rgb(52 211 153 / 0.6); +} +.accent-emerald-400\/70{ + accent-color: rgb(52 211 153 / 0.7); +} +.accent-emerald-400\/75{ + accent-color: rgb(52 211 153 / 0.75); +} +.accent-emerald-400\/80{ + accent-color: rgb(52 211 153 / 0.8); +} +.accent-emerald-400\/90{ + accent-color: rgb(52 211 153 / 0.9); +} +.accent-emerald-400\/95{ + accent-color: rgb(52 211 153 / 0.95); +} +.accent-emerald-400\/100{ + accent-color: rgb(52 211 153 / 1); +} +.accent-emerald-500\/0{ + accent-color: rgb(16 185 129 / 0); +} +.accent-emerald-500\/5{ + accent-color: rgb(16 185 129 / 0.05); +} +.accent-emerald-500\/10{ + accent-color: rgb(16 185 129 / 0.1); +} +.accent-emerald-500\/20{ + accent-color: rgb(16 185 129 / 0.2); +} +.accent-emerald-500\/25{ + accent-color: rgb(16 185 129 / 0.25); +} +.accent-emerald-500\/30{ + accent-color: rgb(16 185 129 / 0.3); +} +.accent-emerald-500\/40{ + accent-color: rgb(16 185 129 / 0.4); +} +.accent-emerald-500\/50{ + accent-color: rgb(16 185 129 / 0.5); +} +.accent-emerald-500\/60{ + accent-color: rgb(16 185 129 / 0.6); +} +.accent-emerald-500\/70{ + accent-color: rgb(16 185 129 / 0.7); +} +.accent-emerald-500\/75{ + accent-color: rgb(16 185 129 / 0.75); +} +.accent-emerald-500\/80{ + accent-color: rgb(16 185 129 / 0.8); +} +.accent-emerald-500\/90{ + accent-color: rgb(16 185 129 / 0.9); +} +.accent-emerald-500\/95{ + accent-color: rgb(16 185 129 / 0.95); +} +.accent-emerald-500\/100{ + accent-color: rgb(16 185 129 / 1); +} +.accent-emerald-600\/0{ + accent-color: rgb(5 150 105 / 0); +} +.accent-emerald-600\/5{ + accent-color: rgb(5 150 105 / 0.05); +} +.accent-emerald-600\/10{ + accent-color: rgb(5 150 105 / 0.1); +} +.accent-emerald-600\/20{ + accent-color: rgb(5 150 105 / 0.2); +} +.accent-emerald-600\/25{ + accent-color: rgb(5 150 105 / 0.25); +} +.accent-emerald-600\/30{ + accent-color: rgb(5 150 105 / 0.3); +} +.accent-emerald-600\/40{ + accent-color: rgb(5 150 105 / 0.4); +} +.accent-emerald-600\/50{ + accent-color: rgb(5 150 105 / 0.5); +} +.accent-emerald-600\/60{ + accent-color: rgb(5 150 105 / 0.6); +} +.accent-emerald-600\/70{ + accent-color: rgb(5 150 105 / 0.7); +} +.accent-emerald-600\/75{ + accent-color: rgb(5 150 105 / 0.75); +} +.accent-emerald-600\/80{ + accent-color: rgb(5 150 105 / 0.8); +} +.accent-emerald-600\/90{ + accent-color: rgb(5 150 105 / 0.9); +} +.accent-emerald-600\/95{ + accent-color: rgb(5 150 105 / 0.95); +} +.accent-emerald-600\/100{ + accent-color: rgb(5 150 105 / 1); +} +.accent-emerald-700\/0{ + accent-color: rgb(4 120 87 / 0); +} +.accent-emerald-700\/5{ + accent-color: rgb(4 120 87 / 0.05); +} +.accent-emerald-700\/10{ + accent-color: rgb(4 120 87 / 0.1); +} +.accent-emerald-700\/20{ + accent-color: rgb(4 120 87 / 0.2); +} +.accent-emerald-700\/25{ + accent-color: rgb(4 120 87 / 0.25); +} +.accent-emerald-700\/30{ + accent-color: rgb(4 120 87 / 0.3); +} +.accent-emerald-700\/40{ + accent-color: rgb(4 120 87 / 0.4); +} +.accent-emerald-700\/50{ + accent-color: rgb(4 120 87 / 0.5); +} +.accent-emerald-700\/60{ + accent-color: rgb(4 120 87 / 0.6); +} +.accent-emerald-700\/70{ + accent-color: rgb(4 120 87 / 0.7); +} +.accent-emerald-700\/75{ + accent-color: rgb(4 120 87 / 0.75); +} +.accent-emerald-700\/80{ + accent-color: rgb(4 120 87 / 0.8); +} +.accent-emerald-700\/90{ + accent-color: rgb(4 120 87 / 0.9); +} +.accent-emerald-700\/95{ + accent-color: rgb(4 120 87 / 0.95); +} +.accent-emerald-700\/100{ + accent-color: rgb(4 120 87 / 1); +} +.accent-emerald-800\/0{ + accent-color: rgb(6 95 70 / 0); +} +.accent-emerald-800\/5{ + accent-color: rgb(6 95 70 / 0.05); +} +.accent-emerald-800\/10{ + accent-color: rgb(6 95 70 / 0.1); +} +.accent-emerald-800\/20{ + accent-color: rgb(6 95 70 / 0.2); +} +.accent-emerald-800\/25{ + accent-color: rgb(6 95 70 / 0.25); +} +.accent-emerald-800\/30{ + accent-color: rgb(6 95 70 / 0.3); +} +.accent-emerald-800\/40{ + accent-color: rgb(6 95 70 / 0.4); +} +.accent-emerald-800\/50{ + accent-color: rgb(6 95 70 / 0.5); +} +.accent-emerald-800\/60{ + accent-color: rgb(6 95 70 / 0.6); +} +.accent-emerald-800\/70{ + accent-color: rgb(6 95 70 / 0.7); +} +.accent-emerald-800\/75{ + accent-color: rgb(6 95 70 / 0.75); +} +.accent-emerald-800\/80{ + accent-color: rgb(6 95 70 / 0.8); +} +.accent-emerald-800\/90{ + accent-color: rgb(6 95 70 / 0.9); +} +.accent-emerald-800\/95{ + accent-color: rgb(6 95 70 / 0.95); +} +.accent-emerald-800\/100{ + accent-color: rgb(6 95 70 / 1); +} +.accent-emerald-900\/0{ + accent-color: rgb(6 78 59 / 0); +} +.accent-emerald-900\/5{ + accent-color: rgb(6 78 59 / 0.05); +} +.accent-emerald-900\/10{ + accent-color: rgb(6 78 59 / 0.1); +} +.accent-emerald-900\/20{ + accent-color: rgb(6 78 59 / 0.2); +} +.accent-emerald-900\/25{ + accent-color: rgb(6 78 59 / 0.25); +} +.accent-emerald-900\/30{ + accent-color: rgb(6 78 59 / 0.3); +} +.accent-emerald-900\/40{ + accent-color: rgb(6 78 59 / 0.4); +} +.accent-emerald-900\/50{ + accent-color: rgb(6 78 59 / 0.5); +} +.accent-emerald-900\/60{ + accent-color: rgb(6 78 59 / 0.6); +} +.accent-emerald-900\/70{ + accent-color: rgb(6 78 59 / 0.7); +} +.accent-emerald-900\/75{ + accent-color: rgb(6 78 59 / 0.75); +} +.accent-emerald-900\/80{ + accent-color: rgb(6 78 59 / 0.8); +} +.accent-emerald-900\/90{ + accent-color: rgb(6 78 59 / 0.9); +} +.accent-emerald-900\/95{ + accent-color: rgb(6 78 59 / 0.95); +} +.accent-emerald-900\/100{ + accent-color: rgb(6 78 59 / 1); +} +.accent-teal-50\/0{ + accent-color: rgb(237 250 250 / 0); +} +.accent-teal-50\/5{ + accent-color: rgb(237 250 250 / 0.05); +} +.accent-teal-50\/10{ + accent-color: rgb(237 250 250 / 0.1); +} +.accent-teal-50\/20{ + accent-color: rgb(237 250 250 / 0.2); +} +.accent-teal-50\/25{ + accent-color: rgb(237 250 250 / 0.25); +} +.accent-teal-50\/30{ + accent-color: rgb(237 250 250 / 0.3); +} +.accent-teal-50\/40{ + accent-color: rgb(237 250 250 / 0.4); +} +.accent-teal-50\/50{ + accent-color: rgb(237 250 250 / 0.5); +} +.accent-teal-50\/60{ + accent-color: rgb(237 250 250 / 0.6); +} +.accent-teal-50\/70{ + accent-color: rgb(237 250 250 / 0.7); +} +.accent-teal-50\/75{ + accent-color: rgb(237 250 250 / 0.75); +} +.accent-teal-50\/80{ + accent-color: rgb(237 250 250 / 0.8); +} +.accent-teal-50\/90{ + accent-color: rgb(237 250 250 / 0.9); +} +.accent-teal-50\/95{ + accent-color: rgb(237 250 250 / 0.95); +} +.accent-teal-50\/100{ + accent-color: rgb(237 250 250 / 1); +} +.accent-teal-100\/0{ + accent-color: rgb(213 245 246 / 0); +} +.accent-teal-100\/5{ + accent-color: rgb(213 245 246 / 0.05); +} +.accent-teal-100\/10{ + accent-color: rgb(213 245 246 / 0.1); +} +.accent-teal-100\/20{ + accent-color: rgb(213 245 246 / 0.2); +} +.accent-teal-100\/25{ + accent-color: rgb(213 245 246 / 0.25); +} +.accent-teal-100\/30{ + accent-color: rgb(213 245 246 / 0.3); +} +.accent-teal-100\/40{ + accent-color: rgb(213 245 246 / 0.4); +} +.accent-teal-100\/50{ + accent-color: rgb(213 245 246 / 0.5); +} +.accent-teal-100\/60{ + accent-color: rgb(213 245 246 / 0.6); +} +.accent-teal-100\/70{ + accent-color: rgb(213 245 246 / 0.7); +} +.accent-teal-100\/75{ + accent-color: rgb(213 245 246 / 0.75); +} +.accent-teal-100\/80{ + accent-color: rgb(213 245 246 / 0.8); +} +.accent-teal-100\/90{ + accent-color: rgb(213 245 246 / 0.9); +} +.accent-teal-100\/95{ + accent-color: rgb(213 245 246 / 0.95); +} +.accent-teal-100\/100{ + accent-color: rgb(213 245 246 / 1); +} +.accent-teal-200\/0{ + accent-color: rgb(175 236 239 / 0); +} +.accent-teal-200\/5{ + accent-color: rgb(175 236 239 / 0.05); +} +.accent-teal-200\/10{ + accent-color: rgb(175 236 239 / 0.1); +} +.accent-teal-200\/20{ + accent-color: rgb(175 236 239 / 0.2); +} +.accent-teal-200\/25{ + accent-color: rgb(175 236 239 / 0.25); +} +.accent-teal-200\/30{ + accent-color: rgb(175 236 239 / 0.3); +} +.accent-teal-200\/40{ + accent-color: rgb(175 236 239 / 0.4); +} +.accent-teal-200\/50{ + accent-color: rgb(175 236 239 / 0.5); +} +.accent-teal-200\/60{ + accent-color: rgb(175 236 239 / 0.6); +} +.accent-teal-200\/70{ + accent-color: rgb(175 236 239 / 0.7); +} +.accent-teal-200\/75{ + accent-color: rgb(175 236 239 / 0.75); +} +.accent-teal-200\/80{ + accent-color: rgb(175 236 239 / 0.8); +} +.accent-teal-200\/90{ + accent-color: rgb(175 236 239 / 0.9); +} +.accent-teal-200\/95{ + accent-color: rgb(175 236 239 / 0.95); +} +.accent-teal-200\/100{ + accent-color: rgb(175 236 239 / 1); +} +.accent-teal-300\/0{ + accent-color: rgb(126 220 226 / 0); +} +.accent-teal-300\/5{ + accent-color: rgb(126 220 226 / 0.05); +} +.accent-teal-300\/10{ + accent-color: rgb(126 220 226 / 0.1); +} +.accent-teal-300\/20{ + accent-color: rgb(126 220 226 / 0.2); +} +.accent-teal-300\/25{ + accent-color: rgb(126 220 226 / 0.25); +} +.accent-teal-300\/30{ + accent-color: rgb(126 220 226 / 0.3); +} +.accent-teal-300\/40{ + accent-color: rgb(126 220 226 / 0.4); +} +.accent-teal-300\/50{ + accent-color: rgb(126 220 226 / 0.5); +} +.accent-teal-300\/60{ + accent-color: rgb(126 220 226 / 0.6); +} +.accent-teal-300\/70{ + accent-color: rgb(126 220 226 / 0.7); +} +.accent-teal-300\/75{ + accent-color: rgb(126 220 226 / 0.75); +} +.accent-teal-300\/80{ + accent-color: rgb(126 220 226 / 0.8); +} +.accent-teal-300\/90{ + accent-color: rgb(126 220 226 / 0.9); +} +.accent-teal-300\/95{ + accent-color: rgb(126 220 226 / 0.95); +} +.accent-teal-300\/100{ + accent-color: rgb(126 220 226 / 1); +} +.accent-teal-400\/0{ + accent-color: rgb(22 189 202 / 0); +} +.accent-teal-400\/5{ + accent-color: rgb(22 189 202 / 0.05); +} +.accent-teal-400\/10{ + accent-color: rgb(22 189 202 / 0.1); +} +.accent-teal-400\/20{ + accent-color: rgb(22 189 202 / 0.2); +} +.accent-teal-400\/25{ + accent-color: rgb(22 189 202 / 0.25); +} +.accent-teal-400\/30{ + accent-color: rgb(22 189 202 / 0.3); +} +.accent-teal-400\/40{ + accent-color: rgb(22 189 202 / 0.4); +} +.accent-teal-400\/50{ + accent-color: rgb(22 189 202 / 0.5); +} +.accent-teal-400\/60{ + accent-color: rgb(22 189 202 / 0.6); +} +.accent-teal-400\/70{ + accent-color: rgb(22 189 202 / 0.7); +} +.accent-teal-400\/75{ + accent-color: rgb(22 189 202 / 0.75); +} +.accent-teal-400\/80{ + accent-color: rgb(22 189 202 / 0.8); +} +.accent-teal-400\/90{ + accent-color: rgb(22 189 202 / 0.9); +} +.accent-teal-400\/95{ + accent-color: rgb(22 189 202 / 0.95); +} +.accent-teal-400\/100{ + accent-color: rgb(22 189 202 / 1); +} +.accent-teal-500\/0{ + accent-color: rgb(6 148 162 / 0); +} +.accent-teal-500\/5{ + accent-color: rgb(6 148 162 / 0.05); +} +.accent-teal-500\/10{ + accent-color: rgb(6 148 162 / 0.1); +} +.accent-teal-500\/20{ + accent-color: rgb(6 148 162 / 0.2); +} +.accent-teal-500\/25{ + accent-color: rgb(6 148 162 / 0.25); +} +.accent-teal-500\/30{ + accent-color: rgb(6 148 162 / 0.3); +} +.accent-teal-500\/40{ + accent-color: rgb(6 148 162 / 0.4); +} +.accent-teal-500\/50{ + accent-color: rgb(6 148 162 / 0.5); +} +.accent-teal-500\/60{ + accent-color: rgb(6 148 162 / 0.6); +} +.accent-teal-500\/70{ + accent-color: rgb(6 148 162 / 0.7); +} +.accent-teal-500\/75{ + accent-color: rgb(6 148 162 / 0.75); +} +.accent-teal-500\/80{ + accent-color: rgb(6 148 162 / 0.8); +} +.accent-teal-500\/90{ + accent-color: rgb(6 148 162 / 0.9); +} +.accent-teal-500\/95{ + accent-color: rgb(6 148 162 / 0.95); +} +.accent-teal-500\/100{ + accent-color: rgb(6 148 162 / 1); +} +.accent-teal-600\/0{ + accent-color: rgb(4 116 129 / 0); +} +.accent-teal-600\/5{ + accent-color: rgb(4 116 129 / 0.05); +} +.accent-teal-600\/10{ + accent-color: rgb(4 116 129 / 0.1); +} +.accent-teal-600\/20{ + accent-color: rgb(4 116 129 / 0.2); +} +.accent-teal-600\/25{ + accent-color: rgb(4 116 129 / 0.25); +} +.accent-teal-600\/30{ + accent-color: rgb(4 116 129 / 0.3); +} +.accent-teal-600\/40{ + accent-color: rgb(4 116 129 / 0.4); +} +.accent-teal-600\/50{ + accent-color: rgb(4 116 129 / 0.5); +} +.accent-teal-600\/60{ + accent-color: rgb(4 116 129 / 0.6); +} +.accent-teal-600\/70{ + accent-color: rgb(4 116 129 / 0.7); +} +.accent-teal-600\/75{ + accent-color: rgb(4 116 129 / 0.75); +} +.accent-teal-600\/80{ + accent-color: rgb(4 116 129 / 0.8); +} +.accent-teal-600\/90{ + accent-color: rgb(4 116 129 / 0.9); +} +.accent-teal-600\/95{ + accent-color: rgb(4 116 129 / 0.95); +} +.accent-teal-600\/100{ + accent-color: rgb(4 116 129 / 1); +} +.accent-teal-700\/0{ + accent-color: rgb(3 102 114 / 0); +} +.accent-teal-700\/5{ + accent-color: rgb(3 102 114 / 0.05); +} +.accent-teal-700\/10{ + accent-color: rgb(3 102 114 / 0.1); +} +.accent-teal-700\/20{ + accent-color: rgb(3 102 114 / 0.2); +} +.accent-teal-700\/25{ + accent-color: rgb(3 102 114 / 0.25); +} +.accent-teal-700\/30{ + accent-color: rgb(3 102 114 / 0.3); +} +.accent-teal-700\/40{ + accent-color: rgb(3 102 114 / 0.4); +} +.accent-teal-700\/50{ + accent-color: rgb(3 102 114 / 0.5); +} +.accent-teal-700\/60{ + accent-color: rgb(3 102 114 / 0.6); +} +.accent-teal-700\/70{ + accent-color: rgb(3 102 114 / 0.7); +} +.accent-teal-700\/75{ + accent-color: rgb(3 102 114 / 0.75); +} +.accent-teal-700\/80{ + accent-color: rgb(3 102 114 / 0.8); +} +.accent-teal-700\/90{ + accent-color: rgb(3 102 114 / 0.9); +} +.accent-teal-700\/95{ + accent-color: rgb(3 102 114 / 0.95); +} +.accent-teal-700\/100{ + accent-color: rgb(3 102 114 / 1); +} +.accent-teal-800\/0{ + accent-color: rgb(5 80 92 / 0); +} +.accent-teal-800\/5{ + accent-color: rgb(5 80 92 / 0.05); +} +.accent-teal-800\/10{ + accent-color: rgb(5 80 92 / 0.1); +} +.accent-teal-800\/20{ + accent-color: rgb(5 80 92 / 0.2); +} +.accent-teal-800\/25{ + accent-color: rgb(5 80 92 / 0.25); +} +.accent-teal-800\/30{ + accent-color: rgb(5 80 92 / 0.3); +} +.accent-teal-800\/40{ + accent-color: rgb(5 80 92 / 0.4); +} +.accent-teal-800\/50{ + accent-color: rgb(5 80 92 / 0.5); +} +.accent-teal-800\/60{ + accent-color: rgb(5 80 92 / 0.6); +} +.accent-teal-800\/70{ + accent-color: rgb(5 80 92 / 0.7); +} +.accent-teal-800\/75{ + accent-color: rgb(5 80 92 / 0.75); +} +.accent-teal-800\/80{ + accent-color: rgb(5 80 92 / 0.8); +} +.accent-teal-800\/90{ + accent-color: rgb(5 80 92 / 0.9); +} +.accent-teal-800\/95{ + accent-color: rgb(5 80 92 / 0.95); +} +.accent-teal-800\/100{ + accent-color: rgb(5 80 92 / 1); +} +.accent-teal-900\/0{ + accent-color: rgb(1 68 81 / 0); +} +.accent-teal-900\/5{ + accent-color: rgb(1 68 81 / 0.05); +} +.accent-teal-900\/10{ + accent-color: rgb(1 68 81 / 0.1); +} +.accent-teal-900\/20{ + accent-color: rgb(1 68 81 / 0.2); +} +.accent-teal-900\/25{ + accent-color: rgb(1 68 81 / 0.25); +} +.accent-teal-900\/30{ + accent-color: rgb(1 68 81 / 0.3); +} +.accent-teal-900\/40{ + accent-color: rgb(1 68 81 / 0.4); +} +.accent-teal-900\/50{ + accent-color: rgb(1 68 81 / 0.5); +} +.accent-teal-900\/60{ + accent-color: rgb(1 68 81 / 0.6); +} +.accent-teal-900\/70{ + accent-color: rgb(1 68 81 / 0.7); +} +.accent-teal-900\/75{ + accent-color: rgb(1 68 81 / 0.75); +} +.accent-teal-900\/80{ + accent-color: rgb(1 68 81 / 0.8); +} +.accent-teal-900\/90{ + accent-color: rgb(1 68 81 / 0.9); +} +.accent-teal-900\/95{ + accent-color: rgb(1 68 81 / 0.95); +} +.accent-teal-900\/100{ + accent-color: rgb(1 68 81 / 1); +} +.accent-cyan-50\/0{ + accent-color: rgb(236 254 255 / 0); +} +.accent-cyan-50\/5{ + accent-color: rgb(236 254 255 / 0.05); +} +.accent-cyan-50\/10{ + accent-color: rgb(236 254 255 / 0.1); +} +.accent-cyan-50\/20{ + accent-color: rgb(236 254 255 / 0.2); +} +.accent-cyan-50\/25{ + accent-color: rgb(236 254 255 / 0.25); +} +.accent-cyan-50\/30{ + accent-color: rgb(236 254 255 / 0.3); +} +.accent-cyan-50\/40{ + accent-color: rgb(236 254 255 / 0.4); +} +.accent-cyan-50\/50{ + accent-color: rgb(236 254 255 / 0.5); +} +.accent-cyan-50\/60{ + accent-color: rgb(236 254 255 / 0.6); +} +.accent-cyan-50\/70{ + accent-color: rgb(236 254 255 / 0.7); +} +.accent-cyan-50\/75{ + accent-color: rgb(236 254 255 / 0.75); +} +.accent-cyan-50\/80{ + accent-color: rgb(236 254 255 / 0.8); +} +.accent-cyan-50\/90{ + accent-color: rgb(236 254 255 / 0.9); +} +.accent-cyan-50\/95{ + accent-color: rgb(236 254 255 / 0.95); +} +.accent-cyan-50\/100{ + accent-color: rgb(236 254 255 / 1); +} +.accent-cyan-100\/0{ + accent-color: rgb(207 250 254 / 0); +} +.accent-cyan-100\/5{ + accent-color: rgb(207 250 254 / 0.05); +} +.accent-cyan-100\/10{ + accent-color: rgb(207 250 254 / 0.1); +} +.accent-cyan-100\/20{ + accent-color: rgb(207 250 254 / 0.2); +} +.accent-cyan-100\/25{ + accent-color: rgb(207 250 254 / 0.25); +} +.accent-cyan-100\/30{ + accent-color: rgb(207 250 254 / 0.3); +} +.accent-cyan-100\/40{ + accent-color: rgb(207 250 254 / 0.4); +} +.accent-cyan-100\/50{ + accent-color: rgb(207 250 254 / 0.5); +} +.accent-cyan-100\/60{ + accent-color: rgb(207 250 254 / 0.6); +} +.accent-cyan-100\/70{ + accent-color: rgb(207 250 254 / 0.7); +} +.accent-cyan-100\/75{ + accent-color: rgb(207 250 254 / 0.75); +} +.accent-cyan-100\/80{ + accent-color: rgb(207 250 254 / 0.8); +} +.accent-cyan-100\/90{ + accent-color: rgb(207 250 254 / 0.9); +} +.accent-cyan-100\/95{ + accent-color: rgb(207 250 254 / 0.95); +} +.accent-cyan-100\/100{ + accent-color: rgb(207 250 254 / 1); +} +.accent-cyan-200\/0{ + accent-color: rgb(165 243 252 / 0); +} +.accent-cyan-200\/5{ + accent-color: rgb(165 243 252 / 0.05); +} +.accent-cyan-200\/10{ + accent-color: rgb(165 243 252 / 0.1); +} +.accent-cyan-200\/20{ + accent-color: rgb(165 243 252 / 0.2); +} +.accent-cyan-200\/25{ + accent-color: rgb(165 243 252 / 0.25); +} +.accent-cyan-200\/30{ + accent-color: rgb(165 243 252 / 0.3); +} +.accent-cyan-200\/40{ + accent-color: rgb(165 243 252 / 0.4); +} +.accent-cyan-200\/50{ + accent-color: rgb(165 243 252 / 0.5); +} +.accent-cyan-200\/60{ + accent-color: rgb(165 243 252 / 0.6); +} +.accent-cyan-200\/70{ + accent-color: rgb(165 243 252 / 0.7); +} +.accent-cyan-200\/75{ + accent-color: rgb(165 243 252 / 0.75); +} +.accent-cyan-200\/80{ + accent-color: rgb(165 243 252 / 0.8); +} +.accent-cyan-200\/90{ + accent-color: rgb(165 243 252 / 0.9); +} +.accent-cyan-200\/95{ + accent-color: rgb(165 243 252 / 0.95); +} +.accent-cyan-200\/100{ + accent-color: rgb(165 243 252 / 1); +} +.accent-cyan-300\/0{ + accent-color: rgb(103 232 249 / 0); +} +.accent-cyan-300\/5{ + accent-color: rgb(103 232 249 / 0.05); +} +.accent-cyan-300\/10{ + accent-color: rgb(103 232 249 / 0.1); +} +.accent-cyan-300\/20{ + accent-color: rgb(103 232 249 / 0.2); +} +.accent-cyan-300\/25{ + accent-color: rgb(103 232 249 / 0.25); +} +.accent-cyan-300\/30{ + accent-color: rgb(103 232 249 / 0.3); +} +.accent-cyan-300\/40{ + accent-color: rgb(103 232 249 / 0.4); +} +.accent-cyan-300\/50{ + accent-color: rgb(103 232 249 / 0.5); +} +.accent-cyan-300\/60{ + accent-color: rgb(103 232 249 / 0.6); +} +.accent-cyan-300\/70{ + accent-color: rgb(103 232 249 / 0.7); +} +.accent-cyan-300\/75{ + accent-color: rgb(103 232 249 / 0.75); +} +.accent-cyan-300\/80{ + accent-color: rgb(103 232 249 / 0.8); +} +.accent-cyan-300\/90{ + accent-color: rgb(103 232 249 / 0.9); +} +.accent-cyan-300\/95{ + accent-color: rgb(103 232 249 / 0.95); +} +.accent-cyan-300\/100{ + accent-color: rgb(103 232 249 / 1); +} +.accent-cyan-400\/0{ + accent-color: rgb(34 211 238 / 0); +} +.accent-cyan-400\/5{ + accent-color: rgb(34 211 238 / 0.05); +} +.accent-cyan-400\/10{ + accent-color: rgb(34 211 238 / 0.1); +} +.accent-cyan-400\/20{ + accent-color: rgb(34 211 238 / 0.2); +} +.accent-cyan-400\/25{ + accent-color: rgb(34 211 238 / 0.25); +} +.accent-cyan-400\/30{ + accent-color: rgb(34 211 238 / 0.3); +} +.accent-cyan-400\/40{ + accent-color: rgb(34 211 238 / 0.4); +} +.accent-cyan-400\/50{ + accent-color: rgb(34 211 238 / 0.5); +} +.accent-cyan-400\/60{ + accent-color: rgb(34 211 238 / 0.6); +} +.accent-cyan-400\/70{ + accent-color: rgb(34 211 238 / 0.7); +} +.accent-cyan-400\/75{ + accent-color: rgb(34 211 238 / 0.75); +} +.accent-cyan-400\/80{ + accent-color: rgb(34 211 238 / 0.8); +} +.accent-cyan-400\/90{ + accent-color: rgb(34 211 238 / 0.9); +} +.accent-cyan-400\/95{ + accent-color: rgb(34 211 238 / 0.95); +} +.accent-cyan-400\/100{ + accent-color: rgb(34 211 238 / 1); +} +.accent-cyan-500\/0{ + accent-color: rgb(6 182 212 / 0); +} +.accent-cyan-500\/5{ + accent-color: rgb(6 182 212 / 0.05); +} +.accent-cyan-500\/10{ + accent-color: rgb(6 182 212 / 0.1); +} +.accent-cyan-500\/20{ + accent-color: rgb(6 182 212 / 0.2); +} +.accent-cyan-500\/25{ + accent-color: rgb(6 182 212 / 0.25); +} +.accent-cyan-500\/30{ + accent-color: rgb(6 182 212 / 0.3); +} +.accent-cyan-500\/40{ + accent-color: rgb(6 182 212 / 0.4); +} +.accent-cyan-500\/50{ + accent-color: rgb(6 182 212 / 0.5); +} +.accent-cyan-500\/60{ + accent-color: rgb(6 182 212 / 0.6); +} +.accent-cyan-500\/70{ + accent-color: rgb(6 182 212 / 0.7); +} +.accent-cyan-500\/75{ + accent-color: rgb(6 182 212 / 0.75); +} +.accent-cyan-500\/80{ + accent-color: rgb(6 182 212 / 0.8); +} +.accent-cyan-500\/90{ + accent-color: rgb(6 182 212 / 0.9); +} +.accent-cyan-500\/95{ + accent-color: rgb(6 182 212 / 0.95); +} +.accent-cyan-500\/100{ + accent-color: rgb(6 182 212 / 1); +} +.accent-cyan-600\/0{ + accent-color: rgb(8 145 178 / 0); +} +.accent-cyan-600\/5{ + accent-color: rgb(8 145 178 / 0.05); +} +.accent-cyan-600\/10{ + accent-color: rgb(8 145 178 / 0.1); +} +.accent-cyan-600\/20{ + accent-color: rgb(8 145 178 / 0.2); +} +.accent-cyan-600\/25{ + accent-color: rgb(8 145 178 / 0.25); +} +.accent-cyan-600\/30{ + accent-color: rgb(8 145 178 / 0.3); +} +.accent-cyan-600\/40{ + accent-color: rgb(8 145 178 / 0.4); +} +.accent-cyan-600\/50{ + accent-color: rgb(8 145 178 / 0.5); +} +.accent-cyan-600\/60{ + accent-color: rgb(8 145 178 / 0.6); +} +.accent-cyan-600\/70{ + accent-color: rgb(8 145 178 / 0.7); +} +.accent-cyan-600\/75{ + accent-color: rgb(8 145 178 / 0.75); +} +.accent-cyan-600\/80{ + accent-color: rgb(8 145 178 / 0.8); +} +.accent-cyan-600\/90{ + accent-color: rgb(8 145 178 / 0.9); +} +.accent-cyan-600\/95{ + accent-color: rgb(8 145 178 / 0.95); +} +.accent-cyan-600\/100{ + accent-color: rgb(8 145 178 / 1); +} +.accent-cyan-700\/0{ + accent-color: rgb(14 116 144 / 0); +} +.accent-cyan-700\/5{ + accent-color: rgb(14 116 144 / 0.05); +} +.accent-cyan-700\/10{ + accent-color: rgb(14 116 144 / 0.1); +} +.accent-cyan-700\/20{ + accent-color: rgb(14 116 144 / 0.2); +} +.accent-cyan-700\/25{ + accent-color: rgb(14 116 144 / 0.25); +} +.accent-cyan-700\/30{ + accent-color: rgb(14 116 144 / 0.3); +} +.accent-cyan-700\/40{ + accent-color: rgb(14 116 144 / 0.4); +} +.accent-cyan-700\/50{ + accent-color: rgb(14 116 144 / 0.5); +} +.accent-cyan-700\/60{ + accent-color: rgb(14 116 144 / 0.6); +} +.accent-cyan-700\/70{ + accent-color: rgb(14 116 144 / 0.7); +} +.accent-cyan-700\/75{ + accent-color: rgb(14 116 144 / 0.75); +} +.accent-cyan-700\/80{ + accent-color: rgb(14 116 144 / 0.8); +} +.accent-cyan-700\/90{ + accent-color: rgb(14 116 144 / 0.9); +} +.accent-cyan-700\/95{ + accent-color: rgb(14 116 144 / 0.95); +} +.accent-cyan-700\/100{ + accent-color: rgb(14 116 144 / 1); +} +.accent-cyan-800\/0{ + accent-color: rgb(21 94 117 / 0); +} +.accent-cyan-800\/5{ + accent-color: rgb(21 94 117 / 0.05); +} +.accent-cyan-800\/10{ + accent-color: rgb(21 94 117 / 0.1); +} +.accent-cyan-800\/20{ + accent-color: rgb(21 94 117 / 0.2); +} +.accent-cyan-800\/25{ + accent-color: rgb(21 94 117 / 0.25); +} +.accent-cyan-800\/30{ + accent-color: rgb(21 94 117 / 0.3); +} +.accent-cyan-800\/40{ + accent-color: rgb(21 94 117 / 0.4); +} +.accent-cyan-800\/50{ + accent-color: rgb(21 94 117 / 0.5); +} +.accent-cyan-800\/60{ + accent-color: rgb(21 94 117 / 0.6); +} +.accent-cyan-800\/70{ + accent-color: rgb(21 94 117 / 0.7); +} +.accent-cyan-800\/75{ + accent-color: rgb(21 94 117 / 0.75); +} +.accent-cyan-800\/80{ + accent-color: rgb(21 94 117 / 0.8); +} +.accent-cyan-800\/90{ + accent-color: rgb(21 94 117 / 0.9); +} +.accent-cyan-800\/95{ + accent-color: rgb(21 94 117 / 0.95); +} +.accent-cyan-800\/100{ + accent-color: rgb(21 94 117 / 1); +} +.accent-cyan-900\/0{ + accent-color: rgb(22 78 99 / 0); +} +.accent-cyan-900\/5{ + accent-color: rgb(22 78 99 / 0.05); +} +.accent-cyan-900\/10{ + accent-color: rgb(22 78 99 / 0.1); +} +.accent-cyan-900\/20{ + accent-color: rgb(22 78 99 / 0.2); +} +.accent-cyan-900\/25{ + accent-color: rgb(22 78 99 / 0.25); +} +.accent-cyan-900\/30{ + accent-color: rgb(22 78 99 / 0.3); +} +.accent-cyan-900\/40{ + accent-color: rgb(22 78 99 / 0.4); +} +.accent-cyan-900\/50{ + accent-color: rgb(22 78 99 / 0.5); +} +.accent-cyan-900\/60{ + accent-color: rgb(22 78 99 / 0.6); +} +.accent-cyan-900\/70{ + accent-color: rgb(22 78 99 / 0.7); +} +.accent-cyan-900\/75{ + accent-color: rgb(22 78 99 / 0.75); +} +.accent-cyan-900\/80{ + accent-color: rgb(22 78 99 / 0.8); +} +.accent-cyan-900\/90{ + accent-color: rgb(22 78 99 / 0.9); +} +.accent-cyan-900\/95{ + accent-color: rgb(22 78 99 / 0.95); +} +.accent-cyan-900\/100{ + accent-color: rgb(22 78 99 / 1); +} +.accent-sky-50\/0{ + accent-color: rgb(240 249 255 / 0); +} +.accent-sky-50\/5{ + accent-color: rgb(240 249 255 / 0.05); +} +.accent-sky-50\/10{ + accent-color: rgb(240 249 255 / 0.1); +} +.accent-sky-50\/20{ + accent-color: rgb(240 249 255 / 0.2); +} +.accent-sky-50\/25{ + accent-color: rgb(240 249 255 / 0.25); +} +.accent-sky-50\/30{ + accent-color: rgb(240 249 255 / 0.3); +} +.accent-sky-50\/40{ + accent-color: rgb(240 249 255 / 0.4); +} +.accent-sky-50\/50{ + accent-color: rgb(240 249 255 / 0.5); +} +.accent-sky-50\/60{ + accent-color: rgb(240 249 255 / 0.6); +} +.accent-sky-50\/70{ + accent-color: rgb(240 249 255 / 0.7); +} +.accent-sky-50\/75{ + accent-color: rgb(240 249 255 / 0.75); +} +.accent-sky-50\/80{ + accent-color: rgb(240 249 255 / 0.8); +} +.accent-sky-50\/90{ + accent-color: rgb(240 249 255 / 0.9); +} +.accent-sky-50\/95{ + accent-color: rgb(240 249 255 / 0.95); +} +.accent-sky-50\/100{ + accent-color: rgb(240 249 255 / 1); +} +.accent-sky-100\/0{ + accent-color: rgb(224 242 254 / 0); +} +.accent-sky-100\/5{ + accent-color: rgb(224 242 254 / 0.05); +} +.accent-sky-100\/10{ + accent-color: rgb(224 242 254 / 0.1); +} +.accent-sky-100\/20{ + accent-color: rgb(224 242 254 / 0.2); +} +.accent-sky-100\/25{ + accent-color: rgb(224 242 254 / 0.25); +} +.accent-sky-100\/30{ + accent-color: rgb(224 242 254 / 0.3); +} +.accent-sky-100\/40{ + accent-color: rgb(224 242 254 / 0.4); +} +.accent-sky-100\/50{ + accent-color: rgb(224 242 254 / 0.5); +} +.accent-sky-100\/60{ + accent-color: rgb(224 242 254 / 0.6); +} +.accent-sky-100\/70{ + accent-color: rgb(224 242 254 / 0.7); +} +.accent-sky-100\/75{ + accent-color: rgb(224 242 254 / 0.75); +} +.accent-sky-100\/80{ + accent-color: rgb(224 242 254 / 0.8); +} +.accent-sky-100\/90{ + accent-color: rgb(224 242 254 / 0.9); +} +.accent-sky-100\/95{ + accent-color: rgb(224 242 254 / 0.95); +} +.accent-sky-100\/100{ + accent-color: rgb(224 242 254 / 1); +} +.accent-sky-200\/0{ + accent-color: rgb(186 230 253 / 0); +} +.accent-sky-200\/5{ + accent-color: rgb(186 230 253 / 0.05); +} +.accent-sky-200\/10{ + accent-color: rgb(186 230 253 / 0.1); +} +.accent-sky-200\/20{ + accent-color: rgb(186 230 253 / 0.2); +} +.accent-sky-200\/25{ + accent-color: rgb(186 230 253 / 0.25); +} +.accent-sky-200\/30{ + accent-color: rgb(186 230 253 / 0.3); +} +.accent-sky-200\/40{ + accent-color: rgb(186 230 253 / 0.4); +} +.accent-sky-200\/50{ + accent-color: rgb(186 230 253 / 0.5); +} +.accent-sky-200\/60{ + accent-color: rgb(186 230 253 / 0.6); +} +.accent-sky-200\/70{ + accent-color: rgb(186 230 253 / 0.7); +} +.accent-sky-200\/75{ + accent-color: rgb(186 230 253 / 0.75); +} +.accent-sky-200\/80{ + accent-color: rgb(186 230 253 / 0.8); +} +.accent-sky-200\/90{ + accent-color: rgb(186 230 253 / 0.9); +} +.accent-sky-200\/95{ + accent-color: rgb(186 230 253 / 0.95); +} +.accent-sky-200\/100{ + accent-color: rgb(186 230 253 / 1); +} +.accent-sky-300\/0{ + accent-color: rgb(125 211 252 / 0); +} +.accent-sky-300\/5{ + accent-color: rgb(125 211 252 / 0.05); +} +.accent-sky-300\/10{ + accent-color: rgb(125 211 252 / 0.1); +} +.accent-sky-300\/20{ + accent-color: rgb(125 211 252 / 0.2); +} +.accent-sky-300\/25{ + accent-color: rgb(125 211 252 / 0.25); +} +.accent-sky-300\/30{ + accent-color: rgb(125 211 252 / 0.3); +} +.accent-sky-300\/40{ + accent-color: rgb(125 211 252 / 0.4); +} +.accent-sky-300\/50{ + accent-color: rgb(125 211 252 / 0.5); +} +.accent-sky-300\/60{ + accent-color: rgb(125 211 252 / 0.6); +} +.accent-sky-300\/70{ + accent-color: rgb(125 211 252 / 0.7); +} +.accent-sky-300\/75{ + accent-color: rgb(125 211 252 / 0.75); +} +.accent-sky-300\/80{ + accent-color: rgb(125 211 252 / 0.8); +} +.accent-sky-300\/90{ + accent-color: rgb(125 211 252 / 0.9); +} +.accent-sky-300\/95{ + accent-color: rgb(125 211 252 / 0.95); +} +.accent-sky-300\/100{ + accent-color: rgb(125 211 252 / 1); +} +.accent-sky-400\/0{ + accent-color: rgb(56 189 248 / 0); +} +.accent-sky-400\/5{ + accent-color: rgb(56 189 248 / 0.05); +} +.accent-sky-400\/10{ + accent-color: rgb(56 189 248 / 0.1); +} +.accent-sky-400\/20{ + accent-color: rgb(56 189 248 / 0.2); +} +.accent-sky-400\/25{ + accent-color: rgb(56 189 248 / 0.25); +} +.accent-sky-400\/30{ + accent-color: rgb(56 189 248 / 0.3); +} +.accent-sky-400\/40{ + accent-color: rgb(56 189 248 / 0.4); +} +.accent-sky-400\/50{ + accent-color: rgb(56 189 248 / 0.5); +} +.accent-sky-400\/60{ + accent-color: rgb(56 189 248 / 0.6); +} +.accent-sky-400\/70{ + accent-color: rgb(56 189 248 / 0.7); +} +.accent-sky-400\/75{ + accent-color: rgb(56 189 248 / 0.75); +} +.accent-sky-400\/80{ + accent-color: rgb(56 189 248 / 0.8); +} +.accent-sky-400\/90{ + accent-color: rgb(56 189 248 / 0.9); +} +.accent-sky-400\/95{ + accent-color: rgb(56 189 248 / 0.95); +} +.accent-sky-400\/100{ + accent-color: rgb(56 189 248 / 1); +} +.accent-sky-500\/0{ + accent-color: rgb(14 165 233 / 0); +} +.accent-sky-500\/5{ + accent-color: rgb(14 165 233 / 0.05); +} +.accent-sky-500\/10{ + accent-color: rgb(14 165 233 / 0.1); +} +.accent-sky-500\/20{ + accent-color: rgb(14 165 233 / 0.2); +} +.accent-sky-500\/25{ + accent-color: rgb(14 165 233 / 0.25); +} +.accent-sky-500\/30{ + accent-color: rgb(14 165 233 / 0.3); +} +.accent-sky-500\/40{ + accent-color: rgb(14 165 233 / 0.4); +} +.accent-sky-500\/50{ + accent-color: rgb(14 165 233 / 0.5); +} +.accent-sky-500\/60{ + accent-color: rgb(14 165 233 / 0.6); +} +.accent-sky-500\/70{ + accent-color: rgb(14 165 233 / 0.7); +} +.accent-sky-500\/75{ + accent-color: rgb(14 165 233 / 0.75); +} +.accent-sky-500\/80{ + accent-color: rgb(14 165 233 / 0.8); +} +.accent-sky-500\/90{ + accent-color: rgb(14 165 233 / 0.9); +} +.accent-sky-500\/95{ + accent-color: rgb(14 165 233 / 0.95); +} +.accent-sky-500\/100{ + accent-color: rgb(14 165 233 / 1); +} +.accent-sky-600\/0{ + accent-color: rgb(2 132 199 / 0); +} +.accent-sky-600\/5{ + accent-color: rgb(2 132 199 / 0.05); +} +.accent-sky-600\/10{ + accent-color: rgb(2 132 199 / 0.1); +} +.accent-sky-600\/20{ + accent-color: rgb(2 132 199 / 0.2); +} +.accent-sky-600\/25{ + accent-color: rgb(2 132 199 / 0.25); +} +.accent-sky-600\/30{ + accent-color: rgb(2 132 199 / 0.3); +} +.accent-sky-600\/40{ + accent-color: rgb(2 132 199 / 0.4); +} +.accent-sky-600\/50{ + accent-color: rgb(2 132 199 / 0.5); +} +.accent-sky-600\/60{ + accent-color: rgb(2 132 199 / 0.6); +} +.accent-sky-600\/70{ + accent-color: rgb(2 132 199 / 0.7); +} +.accent-sky-600\/75{ + accent-color: rgb(2 132 199 / 0.75); +} +.accent-sky-600\/80{ + accent-color: rgb(2 132 199 / 0.8); +} +.accent-sky-600\/90{ + accent-color: rgb(2 132 199 / 0.9); +} +.accent-sky-600\/95{ + accent-color: rgb(2 132 199 / 0.95); +} +.accent-sky-600\/100{ + accent-color: rgb(2 132 199 / 1); +} +.accent-sky-700\/0{ + accent-color: rgb(3 105 161 / 0); +} +.accent-sky-700\/5{ + accent-color: rgb(3 105 161 / 0.05); +} +.accent-sky-700\/10{ + accent-color: rgb(3 105 161 / 0.1); +} +.accent-sky-700\/20{ + accent-color: rgb(3 105 161 / 0.2); +} +.accent-sky-700\/25{ + accent-color: rgb(3 105 161 / 0.25); +} +.accent-sky-700\/30{ + accent-color: rgb(3 105 161 / 0.3); +} +.accent-sky-700\/40{ + accent-color: rgb(3 105 161 / 0.4); +} +.accent-sky-700\/50{ + accent-color: rgb(3 105 161 / 0.5); +} +.accent-sky-700\/60{ + accent-color: rgb(3 105 161 / 0.6); +} +.accent-sky-700\/70{ + accent-color: rgb(3 105 161 / 0.7); +} +.accent-sky-700\/75{ + accent-color: rgb(3 105 161 / 0.75); +} +.accent-sky-700\/80{ + accent-color: rgb(3 105 161 / 0.8); +} +.accent-sky-700\/90{ + accent-color: rgb(3 105 161 / 0.9); +} +.accent-sky-700\/95{ + accent-color: rgb(3 105 161 / 0.95); +} +.accent-sky-700\/100{ + accent-color: rgb(3 105 161 / 1); +} +.accent-sky-800\/0{ + accent-color: rgb(7 89 133 / 0); +} +.accent-sky-800\/5{ + accent-color: rgb(7 89 133 / 0.05); +} +.accent-sky-800\/10{ + accent-color: rgb(7 89 133 / 0.1); +} +.accent-sky-800\/20{ + accent-color: rgb(7 89 133 / 0.2); +} +.accent-sky-800\/25{ + accent-color: rgb(7 89 133 / 0.25); +} +.accent-sky-800\/30{ + accent-color: rgb(7 89 133 / 0.3); +} +.accent-sky-800\/40{ + accent-color: rgb(7 89 133 / 0.4); +} +.accent-sky-800\/50{ + accent-color: rgb(7 89 133 / 0.5); +} +.accent-sky-800\/60{ + accent-color: rgb(7 89 133 / 0.6); +} +.accent-sky-800\/70{ + accent-color: rgb(7 89 133 / 0.7); +} +.accent-sky-800\/75{ + accent-color: rgb(7 89 133 / 0.75); +} +.accent-sky-800\/80{ + accent-color: rgb(7 89 133 / 0.8); +} +.accent-sky-800\/90{ + accent-color: rgb(7 89 133 / 0.9); +} +.accent-sky-800\/95{ + accent-color: rgb(7 89 133 / 0.95); +} +.accent-sky-800\/100{ + accent-color: rgb(7 89 133 / 1); +} +.accent-sky-900\/0{ + accent-color: rgb(12 74 110 / 0); +} +.accent-sky-900\/5{ + accent-color: rgb(12 74 110 / 0.05); +} +.accent-sky-900\/10{ + accent-color: rgb(12 74 110 / 0.1); +} +.accent-sky-900\/20{ + accent-color: rgb(12 74 110 / 0.2); +} +.accent-sky-900\/25{ + accent-color: rgb(12 74 110 / 0.25); +} +.accent-sky-900\/30{ + accent-color: rgb(12 74 110 / 0.3); +} +.accent-sky-900\/40{ + accent-color: rgb(12 74 110 / 0.4); +} +.accent-sky-900\/50{ + accent-color: rgb(12 74 110 / 0.5); +} +.accent-sky-900\/60{ + accent-color: rgb(12 74 110 / 0.6); +} +.accent-sky-900\/70{ + accent-color: rgb(12 74 110 / 0.7); +} +.accent-sky-900\/75{ + accent-color: rgb(12 74 110 / 0.75); +} +.accent-sky-900\/80{ + accent-color: rgb(12 74 110 / 0.8); +} +.accent-sky-900\/90{ + accent-color: rgb(12 74 110 / 0.9); +} +.accent-sky-900\/95{ + accent-color: rgb(12 74 110 / 0.95); +} +.accent-sky-900\/100{ + accent-color: rgb(12 74 110 / 1); +} +.accent-blue-50\/0{ + accent-color: rgb(242 248 251 / 0); +} +.accent-blue-50\/5{ + accent-color: rgb(242 248 251 / 0.05); +} +.accent-blue-50\/10{ + accent-color: rgb(242 248 251 / 0.1); +} +.accent-blue-50\/20{ + accent-color: rgb(242 248 251 / 0.2); +} +.accent-blue-50\/25{ + accent-color: rgb(242 248 251 / 0.25); +} +.accent-blue-50\/30{ + accent-color: rgb(242 248 251 / 0.3); +} +.accent-blue-50\/40{ + accent-color: rgb(242 248 251 / 0.4); +} +.accent-blue-50\/50{ + accent-color: rgb(242 248 251 / 0.5); +} +.accent-blue-50\/60{ + accent-color: rgb(242 248 251 / 0.6); +} +.accent-blue-50\/70{ + accent-color: rgb(242 248 251 / 0.7); +} +.accent-blue-50\/75{ + accent-color: rgb(242 248 251 / 0.75); +} +.accent-blue-50\/80{ + accent-color: rgb(242 248 251 / 0.8); +} +.accent-blue-50\/90{ + accent-color: rgb(242 248 251 / 0.9); +} +.accent-blue-50\/95{ + accent-color: rgb(242 248 251 / 0.95); +} +.accent-blue-50\/100{ + accent-color: rgb(242 248 251 / 1); +} +.accent-blue-100\/0{ + accent-color: rgb(230 241 246 / 0); +} +.accent-blue-100\/5{ + accent-color: rgb(230 241 246 / 0.05); +} +.accent-blue-100\/10{ + accent-color: rgb(230 241 246 / 0.1); +} +.accent-blue-100\/20{ + accent-color: rgb(230 241 246 / 0.2); +} +.accent-blue-100\/25{ + accent-color: rgb(230 241 246 / 0.25); +} +.accent-blue-100\/30{ + accent-color: rgb(230 241 246 / 0.3); +} +.accent-blue-100\/40{ + accent-color: rgb(230 241 246 / 0.4); +} +.accent-blue-100\/50{ + accent-color: rgb(230 241 246 / 0.5); +} +.accent-blue-100\/60{ + accent-color: rgb(230 241 246 / 0.6); +} +.accent-blue-100\/70{ + accent-color: rgb(230 241 246 / 0.7); +} +.accent-blue-100\/75{ + accent-color: rgb(230 241 246 / 0.75); +} +.accent-blue-100\/80{ + accent-color: rgb(230 241 246 / 0.8); +} +.accent-blue-100\/90{ + accent-color: rgb(230 241 246 / 0.9); +} +.accent-blue-100\/95{ + accent-color: rgb(230 241 246 / 0.95); +} +.accent-blue-100\/100{ + accent-color: rgb(230 241 246 / 1); +} +.accent-blue-200\/0{ + accent-color: rgb(191 219 233 / 0); +} +.accent-blue-200\/5{ + accent-color: rgb(191 219 233 / 0.05); +} +.accent-blue-200\/10{ + accent-color: rgb(191 219 233 / 0.1); +} +.accent-blue-200\/20{ + accent-color: rgb(191 219 233 / 0.2); +} +.accent-blue-200\/25{ + accent-color: rgb(191 219 233 / 0.25); +} +.accent-blue-200\/30{ + accent-color: rgb(191 219 233 / 0.3); +} +.accent-blue-200\/40{ + accent-color: rgb(191 219 233 / 0.4); +} +.accent-blue-200\/50{ + accent-color: rgb(191 219 233 / 0.5); +} +.accent-blue-200\/60{ + accent-color: rgb(191 219 233 / 0.6); +} +.accent-blue-200\/70{ + accent-color: rgb(191 219 233 / 0.7); +} +.accent-blue-200\/75{ + accent-color: rgb(191 219 233 / 0.75); +} +.accent-blue-200\/80{ + accent-color: rgb(191 219 233 / 0.8); +} +.accent-blue-200\/90{ + accent-color: rgb(191 219 233 / 0.9); +} +.accent-blue-200\/95{ + accent-color: rgb(191 219 233 / 0.95); +} +.accent-blue-200\/100{ + accent-color: rgb(191 219 233 / 1); +} +.accent-blue-300\/0{ + accent-color: rgb(153 197 219 / 0); +} +.accent-blue-300\/5{ + accent-color: rgb(153 197 219 / 0.05); +} +.accent-blue-300\/10{ + accent-color: rgb(153 197 219 / 0.1); +} +.accent-blue-300\/20{ + accent-color: rgb(153 197 219 / 0.2); +} +.accent-blue-300\/25{ + accent-color: rgb(153 197 219 / 0.25); +} +.accent-blue-300\/30{ + accent-color: rgb(153 197 219 / 0.3); +} +.accent-blue-300\/40{ + accent-color: rgb(153 197 219 / 0.4); +} +.accent-blue-300\/50{ + accent-color: rgb(153 197 219 / 0.5); +} +.accent-blue-300\/60{ + accent-color: rgb(153 197 219 / 0.6); +} +.accent-blue-300\/70{ + accent-color: rgb(153 197 219 / 0.7); +} +.accent-blue-300\/75{ + accent-color: rgb(153 197 219 / 0.75); +} +.accent-blue-300\/80{ + accent-color: rgb(153 197 219 / 0.8); +} +.accent-blue-300\/90{ + accent-color: rgb(153 197 219 / 0.9); +} +.accent-blue-300\/95{ + accent-color: rgb(153 197 219 / 0.95); +} +.accent-blue-300\/100{ + accent-color: rgb(153 197 219 / 1); +} +.accent-blue-400\/0{ + accent-color: rgb(77 154 193 / 0); +} +.accent-blue-400\/5{ + accent-color: rgb(77 154 193 / 0.05); +} +.accent-blue-400\/10{ + accent-color: rgb(77 154 193 / 0.1); +} +.accent-blue-400\/20{ + accent-color: rgb(77 154 193 / 0.2); +} +.accent-blue-400\/25{ + accent-color: rgb(77 154 193 / 0.25); +} +.accent-blue-400\/30{ + accent-color: rgb(77 154 193 / 0.3); +} +.accent-blue-400\/40{ + accent-color: rgb(77 154 193 / 0.4); +} +.accent-blue-400\/50{ + accent-color: rgb(77 154 193 / 0.5); +} +.accent-blue-400\/60{ + accent-color: rgb(77 154 193 / 0.6); +} +.accent-blue-400\/70{ + accent-color: rgb(77 154 193 / 0.7); +} +.accent-blue-400\/75{ + accent-color: rgb(77 154 193 / 0.75); +} +.accent-blue-400\/80{ + accent-color: rgb(77 154 193 / 0.8); +} +.accent-blue-400\/90{ + accent-color: rgb(77 154 193 / 0.9); +} +.accent-blue-400\/95{ + accent-color: rgb(77 154 193 / 0.95); +} +.accent-blue-400\/100{ + accent-color: rgb(77 154 193 / 1); +} +.accent-blue-500\/0{ + accent-color: rgb(0 110 166 / 0); +} +.accent-blue-500\/5{ + accent-color: rgb(0 110 166 / 0.05); +} +.accent-blue-500\/10{ + accent-color: rgb(0 110 166 / 0.1); +} +.accent-blue-500\/20{ + accent-color: rgb(0 110 166 / 0.2); +} +.accent-blue-500\/25{ + accent-color: rgb(0 110 166 / 0.25); +} +.accent-blue-500\/30{ + accent-color: rgb(0 110 166 / 0.3); +} +.accent-blue-500\/40{ + accent-color: rgb(0 110 166 / 0.4); +} +.accent-blue-500\/50{ + accent-color: rgb(0 110 166 / 0.5); +} +.accent-blue-500\/60{ + accent-color: rgb(0 110 166 / 0.6); +} +.accent-blue-500\/70{ + accent-color: rgb(0 110 166 / 0.7); +} +.accent-blue-500\/75{ + accent-color: rgb(0 110 166 / 0.75); +} +.accent-blue-500\/80{ + accent-color: rgb(0 110 166 / 0.8); +} +.accent-blue-500\/90{ + accent-color: rgb(0 110 166 / 0.9); +} +.accent-blue-500\/95{ + accent-color: rgb(0 110 166 / 0.95); +} +.accent-blue-500\/100{ + accent-color: rgb(0 110 166 / 1); +} +.accent-blue-600\/0{ + accent-color: rgb(0 99 149 / 0); +} +.accent-blue-600\/5{ + accent-color: rgb(0 99 149 / 0.05); +} +.accent-blue-600\/10{ + accent-color: rgb(0 99 149 / 0.1); +} +.accent-blue-600\/20{ + accent-color: rgb(0 99 149 / 0.2); +} +.accent-blue-600\/25{ + accent-color: rgb(0 99 149 / 0.25); +} +.accent-blue-600\/30{ + accent-color: rgb(0 99 149 / 0.3); +} +.accent-blue-600\/40{ + accent-color: rgb(0 99 149 / 0.4); +} +.accent-blue-600\/50{ + accent-color: rgb(0 99 149 / 0.5); +} +.accent-blue-600\/60{ + accent-color: rgb(0 99 149 / 0.6); +} +.accent-blue-600\/70{ + accent-color: rgb(0 99 149 / 0.7); +} +.accent-blue-600\/75{ + accent-color: rgb(0 99 149 / 0.75); +} +.accent-blue-600\/80{ + accent-color: rgb(0 99 149 / 0.8); +} +.accent-blue-600\/90{ + accent-color: rgb(0 99 149 / 0.9); +} +.accent-blue-600\/95{ + accent-color: rgb(0 99 149 / 0.95); +} +.accent-blue-600\/100{ + accent-color: rgb(0 99 149 / 1); +} +.accent-blue-700\/0{ + accent-color: rgb(0 83 125 / 0); +} +.accent-blue-700\/5{ + accent-color: rgb(0 83 125 / 0.05); +} +.accent-blue-700\/10{ + accent-color: rgb(0 83 125 / 0.1); +} +.accent-blue-700\/20{ + accent-color: rgb(0 83 125 / 0.2); +} +.accent-blue-700\/25{ + accent-color: rgb(0 83 125 / 0.25); +} +.accent-blue-700\/30{ + accent-color: rgb(0 83 125 / 0.3); +} +.accent-blue-700\/40{ + accent-color: rgb(0 83 125 / 0.4); +} +.accent-blue-700\/50{ + accent-color: rgb(0 83 125 / 0.5); +} +.accent-blue-700\/60{ + accent-color: rgb(0 83 125 / 0.6); +} +.accent-blue-700\/70{ + accent-color: rgb(0 83 125 / 0.7); +} +.accent-blue-700\/75{ + accent-color: rgb(0 83 125 / 0.75); +} +.accent-blue-700\/80{ + accent-color: rgb(0 83 125 / 0.8); +} +.accent-blue-700\/90{ + accent-color: rgb(0 83 125 / 0.9); +} +.accent-blue-700\/95{ + accent-color: rgb(0 83 125 / 0.95); +} +.accent-blue-700\/100{ + accent-color: rgb(0 83 125 / 1); +} +.accent-blue-800\/0{ + accent-color: rgb(0 66 100 / 0); +} +.accent-blue-800\/5{ + accent-color: rgb(0 66 100 / 0.05); +} +.accent-blue-800\/10{ + accent-color: rgb(0 66 100 / 0.1); +} +.accent-blue-800\/20{ + accent-color: rgb(0 66 100 / 0.2); +} +.accent-blue-800\/25{ + accent-color: rgb(0 66 100 / 0.25); +} +.accent-blue-800\/30{ + accent-color: rgb(0 66 100 / 0.3); +} +.accent-blue-800\/40{ + accent-color: rgb(0 66 100 / 0.4); +} +.accent-blue-800\/50{ + accent-color: rgb(0 66 100 / 0.5); +} +.accent-blue-800\/60{ + accent-color: rgb(0 66 100 / 0.6); +} +.accent-blue-800\/70{ + accent-color: rgb(0 66 100 / 0.7); +} +.accent-blue-800\/75{ + accent-color: rgb(0 66 100 / 0.75); +} +.accent-blue-800\/80{ + accent-color: rgb(0 66 100 / 0.8); +} +.accent-blue-800\/90{ + accent-color: rgb(0 66 100 / 0.9); +} +.accent-blue-800\/95{ + accent-color: rgb(0 66 100 / 0.95); +} +.accent-blue-800\/100{ + accent-color: rgb(0 66 100 / 1); +} +.accent-blue-900\/0{ + accent-color: rgb(0 54 81 / 0); +} +.accent-blue-900\/5{ + accent-color: rgb(0 54 81 / 0.05); +} +.accent-blue-900\/10{ + accent-color: rgb(0 54 81 / 0.1); +} +.accent-blue-900\/20{ + accent-color: rgb(0 54 81 / 0.2); +} +.accent-blue-900\/25{ + accent-color: rgb(0 54 81 / 0.25); +} +.accent-blue-900\/30{ + accent-color: rgb(0 54 81 / 0.3); +} +.accent-blue-900\/40{ + accent-color: rgb(0 54 81 / 0.4); +} +.accent-blue-900\/50{ + accent-color: rgb(0 54 81 / 0.5); +} +.accent-blue-900\/60{ + accent-color: rgb(0 54 81 / 0.6); +} +.accent-blue-900\/70{ + accent-color: rgb(0 54 81 / 0.7); +} +.accent-blue-900\/75{ + accent-color: rgb(0 54 81 / 0.75); +} +.accent-blue-900\/80{ + accent-color: rgb(0 54 81 / 0.8); +} +.accent-blue-900\/90{ + accent-color: rgb(0 54 81 / 0.9); +} +.accent-blue-900\/95{ + accent-color: rgb(0 54 81 / 0.95); +} +.accent-blue-900\/100{ + accent-color: rgb(0 54 81 / 1); +} +.accent-blue\/0{ + accent-color: rgb(0 110 166 / 0); +} +.accent-blue\/5{ + accent-color: rgb(0 110 166 / 0.05); +} +.accent-blue\/10{ + accent-color: rgb(0 110 166 / 0.1); +} +.accent-blue\/20{ + accent-color: rgb(0 110 166 / 0.2); +} +.accent-blue\/25{ + accent-color: rgb(0 110 166 / 0.25); +} +.accent-blue\/30{ + accent-color: rgb(0 110 166 / 0.3); +} +.accent-blue\/40{ + accent-color: rgb(0 110 166 / 0.4); +} +.accent-blue\/50{ + accent-color: rgb(0 110 166 / 0.5); +} +.accent-blue\/60{ + accent-color: rgb(0 110 166 / 0.6); +} +.accent-blue\/70{ + accent-color: rgb(0 110 166 / 0.7); +} +.accent-blue\/75{ + accent-color: rgb(0 110 166 / 0.75); +} +.accent-blue\/80{ + accent-color: rgb(0 110 166 / 0.8); +} +.accent-blue\/90{ + accent-color: rgb(0 110 166 / 0.9); +} +.accent-blue\/95{ + accent-color: rgb(0 110 166 / 0.95); +} +.accent-blue\/100{ + accent-color: rgb(0 110 166 / 1); +} +.accent-indigo-50\/0{ + accent-color: rgb(240 245 255 / 0); +} +.accent-indigo-50\/5{ + accent-color: rgb(240 245 255 / 0.05); +} +.accent-indigo-50\/10{ + accent-color: rgb(240 245 255 / 0.1); +} +.accent-indigo-50\/20{ + accent-color: rgb(240 245 255 / 0.2); +} +.accent-indigo-50\/25{ + accent-color: rgb(240 245 255 / 0.25); +} +.accent-indigo-50\/30{ + accent-color: rgb(240 245 255 / 0.3); +} +.accent-indigo-50\/40{ + accent-color: rgb(240 245 255 / 0.4); +} +.accent-indigo-50\/50{ + accent-color: rgb(240 245 255 / 0.5); +} +.accent-indigo-50\/60{ + accent-color: rgb(240 245 255 / 0.6); +} +.accent-indigo-50\/70{ + accent-color: rgb(240 245 255 / 0.7); +} +.accent-indigo-50\/75{ + accent-color: rgb(240 245 255 / 0.75); +} +.accent-indigo-50\/80{ + accent-color: rgb(240 245 255 / 0.8); +} +.accent-indigo-50\/90{ + accent-color: rgb(240 245 255 / 0.9); +} +.accent-indigo-50\/95{ + accent-color: rgb(240 245 255 / 0.95); +} +.accent-indigo-50\/100{ + accent-color: rgb(240 245 255 / 1); +} +.accent-indigo-100\/0{ + accent-color: rgb(229 237 255 / 0); +} +.accent-indigo-100\/5{ + accent-color: rgb(229 237 255 / 0.05); +} +.accent-indigo-100\/10{ + accent-color: rgb(229 237 255 / 0.1); +} +.accent-indigo-100\/20{ + accent-color: rgb(229 237 255 / 0.2); +} +.accent-indigo-100\/25{ + accent-color: rgb(229 237 255 / 0.25); +} +.accent-indigo-100\/30{ + accent-color: rgb(229 237 255 / 0.3); +} +.accent-indigo-100\/40{ + accent-color: rgb(229 237 255 / 0.4); +} +.accent-indigo-100\/50{ + accent-color: rgb(229 237 255 / 0.5); +} +.accent-indigo-100\/60{ + accent-color: rgb(229 237 255 / 0.6); +} +.accent-indigo-100\/70{ + accent-color: rgb(229 237 255 / 0.7); +} +.accent-indigo-100\/75{ + accent-color: rgb(229 237 255 / 0.75); +} +.accent-indigo-100\/80{ + accent-color: rgb(229 237 255 / 0.8); +} +.accent-indigo-100\/90{ + accent-color: rgb(229 237 255 / 0.9); +} +.accent-indigo-100\/95{ + accent-color: rgb(229 237 255 / 0.95); +} +.accent-indigo-100\/100{ + accent-color: rgb(229 237 255 / 1); +} +.accent-indigo-200\/0{ + accent-color: rgb(205 219 254 / 0); +} +.accent-indigo-200\/5{ + accent-color: rgb(205 219 254 / 0.05); +} +.accent-indigo-200\/10{ + accent-color: rgb(205 219 254 / 0.1); +} +.accent-indigo-200\/20{ + accent-color: rgb(205 219 254 / 0.2); +} +.accent-indigo-200\/25{ + accent-color: rgb(205 219 254 / 0.25); +} +.accent-indigo-200\/30{ + accent-color: rgb(205 219 254 / 0.3); +} +.accent-indigo-200\/40{ + accent-color: rgb(205 219 254 / 0.4); +} +.accent-indigo-200\/50{ + accent-color: rgb(205 219 254 / 0.5); +} +.accent-indigo-200\/60{ + accent-color: rgb(205 219 254 / 0.6); +} +.accent-indigo-200\/70{ + accent-color: rgb(205 219 254 / 0.7); +} +.accent-indigo-200\/75{ + accent-color: rgb(205 219 254 / 0.75); +} +.accent-indigo-200\/80{ + accent-color: rgb(205 219 254 / 0.8); +} +.accent-indigo-200\/90{ + accent-color: rgb(205 219 254 / 0.9); +} +.accent-indigo-200\/95{ + accent-color: rgb(205 219 254 / 0.95); +} +.accent-indigo-200\/100{ + accent-color: rgb(205 219 254 / 1); +} +.accent-indigo-300\/0{ + accent-color: rgb(180 198 252 / 0); +} +.accent-indigo-300\/5{ + accent-color: rgb(180 198 252 / 0.05); +} +.accent-indigo-300\/10{ + accent-color: rgb(180 198 252 / 0.1); +} +.accent-indigo-300\/20{ + accent-color: rgb(180 198 252 / 0.2); +} +.accent-indigo-300\/25{ + accent-color: rgb(180 198 252 / 0.25); +} +.accent-indigo-300\/30{ + accent-color: rgb(180 198 252 / 0.3); +} +.accent-indigo-300\/40{ + accent-color: rgb(180 198 252 / 0.4); +} +.accent-indigo-300\/50{ + accent-color: rgb(180 198 252 / 0.5); +} +.accent-indigo-300\/60{ + accent-color: rgb(180 198 252 / 0.6); +} +.accent-indigo-300\/70{ + accent-color: rgb(180 198 252 / 0.7); +} +.accent-indigo-300\/75{ + accent-color: rgb(180 198 252 / 0.75); +} +.accent-indigo-300\/80{ + accent-color: rgb(180 198 252 / 0.8); +} +.accent-indigo-300\/90{ + accent-color: rgb(180 198 252 / 0.9); +} +.accent-indigo-300\/95{ + accent-color: rgb(180 198 252 / 0.95); +} +.accent-indigo-300\/100{ + accent-color: rgb(180 198 252 / 1); +} +.accent-indigo-400\/0{ + accent-color: rgb(141 162 251 / 0); +} +.accent-indigo-400\/5{ + accent-color: rgb(141 162 251 / 0.05); +} +.accent-indigo-400\/10{ + accent-color: rgb(141 162 251 / 0.1); +} +.accent-indigo-400\/20{ + accent-color: rgb(141 162 251 / 0.2); +} +.accent-indigo-400\/25{ + accent-color: rgb(141 162 251 / 0.25); +} +.accent-indigo-400\/30{ + accent-color: rgb(141 162 251 / 0.3); +} +.accent-indigo-400\/40{ + accent-color: rgb(141 162 251 / 0.4); +} +.accent-indigo-400\/50{ + accent-color: rgb(141 162 251 / 0.5); +} +.accent-indigo-400\/60{ + accent-color: rgb(141 162 251 / 0.6); +} +.accent-indigo-400\/70{ + accent-color: rgb(141 162 251 / 0.7); +} +.accent-indigo-400\/75{ + accent-color: rgb(141 162 251 / 0.75); +} +.accent-indigo-400\/80{ + accent-color: rgb(141 162 251 / 0.8); +} +.accent-indigo-400\/90{ + accent-color: rgb(141 162 251 / 0.9); +} +.accent-indigo-400\/95{ + accent-color: rgb(141 162 251 / 0.95); +} +.accent-indigo-400\/100{ + accent-color: rgb(141 162 251 / 1); +} +.accent-indigo-500\/0{ + accent-color: rgb(104 117 245 / 0); +} +.accent-indigo-500\/5{ + accent-color: rgb(104 117 245 / 0.05); +} +.accent-indigo-500\/10{ + accent-color: rgb(104 117 245 / 0.1); +} +.accent-indigo-500\/20{ + accent-color: rgb(104 117 245 / 0.2); +} +.accent-indigo-500\/25{ + accent-color: rgb(104 117 245 / 0.25); +} +.accent-indigo-500\/30{ + accent-color: rgb(104 117 245 / 0.3); +} +.accent-indigo-500\/40{ + accent-color: rgb(104 117 245 / 0.4); +} +.accent-indigo-500\/50{ + accent-color: rgb(104 117 245 / 0.5); +} +.accent-indigo-500\/60{ + accent-color: rgb(104 117 245 / 0.6); +} +.accent-indigo-500\/70{ + accent-color: rgb(104 117 245 / 0.7); +} +.accent-indigo-500\/75{ + accent-color: rgb(104 117 245 / 0.75); +} +.accent-indigo-500\/80{ + accent-color: rgb(104 117 245 / 0.8); +} +.accent-indigo-500\/90{ + accent-color: rgb(104 117 245 / 0.9); +} +.accent-indigo-500\/95{ + accent-color: rgb(104 117 245 / 0.95); +} +.accent-indigo-500\/100{ + accent-color: rgb(104 117 245 / 1); +} +.accent-indigo-600\/0{ + accent-color: rgb(88 80 236 / 0); +} +.accent-indigo-600\/5{ + accent-color: rgb(88 80 236 / 0.05); +} +.accent-indigo-600\/10{ + accent-color: rgb(88 80 236 / 0.1); +} +.accent-indigo-600\/20{ + accent-color: rgb(88 80 236 / 0.2); +} +.accent-indigo-600\/25{ + accent-color: rgb(88 80 236 / 0.25); +} +.accent-indigo-600\/30{ + accent-color: rgb(88 80 236 / 0.3); +} +.accent-indigo-600\/40{ + accent-color: rgb(88 80 236 / 0.4); +} +.accent-indigo-600\/50{ + accent-color: rgb(88 80 236 / 0.5); +} +.accent-indigo-600\/60{ + accent-color: rgb(88 80 236 / 0.6); +} +.accent-indigo-600\/70{ + accent-color: rgb(88 80 236 / 0.7); +} +.accent-indigo-600\/75{ + accent-color: rgb(88 80 236 / 0.75); +} +.accent-indigo-600\/80{ + accent-color: rgb(88 80 236 / 0.8); +} +.accent-indigo-600\/90{ + accent-color: rgb(88 80 236 / 0.9); +} +.accent-indigo-600\/95{ + accent-color: rgb(88 80 236 / 0.95); +} +.accent-indigo-600\/100{ + accent-color: rgb(88 80 236 / 1); +} +.accent-indigo-700\/0{ + accent-color: rgb(81 69 205 / 0); +} +.accent-indigo-700\/5{ + accent-color: rgb(81 69 205 / 0.05); +} +.accent-indigo-700\/10{ + accent-color: rgb(81 69 205 / 0.1); +} +.accent-indigo-700\/20{ + accent-color: rgb(81 69 205 / 0.2); +} +.accent-indigo-700\/25{ + accent-color: rgb(81 69 205 / 0.25); +} +.accent-indigo-700\/30{ + accent-color: rgb(81 69 205 / 0.3); +} +.accent-indigo-700\/40{ + accent-color: rgb(81 69 205 / 0.4); +} +.accent-indigo-700\/50{ + accent-color: rgb(81 69 205 / 0.5); +} +.accent-indigo-700\/60{ + accent-color: rgb(81 69 205 / 0.6); +} +.accent-indigo-700\/70{ + accent-color: rgb(81 69 205 / 0.7); +} +.accent-indigo-700\/75{ + accent-color: rgb(81 69 205 / 0.75); +} +.accent-indigo-700\/80{ + accent-color: rgb(81 69 205 / 0.8); +} +.accent-indigo-700\/90{ + accent-color: rgb(81 69 205 / 0.9); +} +.accent-indigo-700\/95{ + accent-color: rgb(81 69 205 / 0.95); +} +.accent-indigo-700\/100{ + accent-color: rgb(81 69 205 / 1); +} +.accent-indigo-800\/0{ + accent-color: rgb(66 56 157 / 0); +} +.accent-indigo-800\/5{ + accent-color: rgb(66 56 157 / 0.05); +} +.accent-indigo-800\/10{ + accent-color: rgb(66 56 157 / 0.1); +} +.accent-indigo-800\/20{ + accent-color: rgb(66 56 157 / 0.2); +} +.accent-indigo-800\/25{ + accent-color: rgb(66 56 157 / 0.25); +} +.accent-indigo-800\/30{ + accent-color: rgb(66 56 157 / 0.3); +} +.accent-indigo-800\/40{ + accent-color: rgb(66 56 157 / 0.4); +} +.accent-indigo-800\/50{ + accent-color: rgb(66 56 157 / 0.5); +} +.accent-indigo-800\/60{ + accent-color: rgb(66 56 157 / 0.6); +} +.accent-indigo-800\/70{ + accent-color: rgb(66 56 157 / 0.7); +} +.accent-indigo-800\/75{ + accent-color: rgb(66 56 157 / 0.75); +} +.accent-indigo-800\/80{ + accent-color: rgb(66 56 157 / 0.8); +} +.accent-indigo-800\/90{ + accent-color: rgb(66 56 157 / 0.9); +} +.accent-indigo-800\/95{ + accent-color: rgb(66 56 157 / 0.95); +} +.accent-indigo-800\/100{ + accent-color: rgb(66 56 157 / 1); +} +.accent-indigo-900\/0{ + accent-color: rgb(54 47 120 / 0); +} +.accent-indigo-900\/5{ + accent-color: rgb(54 47 120 / 0.05); +} +.accent-indigo-900\/10{ + accent-color: rgb(54 47 120 / 0.1); +} +.accent-indigo-900\/20{ + accent-color: rgb(54 47 120 / 0.2); +} +.accent-indigo-900\/25{ + accent-color: rgb(54 47 120 / 0.25); +} +.accent-indigo-900\/30{ + accent-color: rgb(54 47 120 / 0.3); +} +.accent-indigo-900\/40{ + accent-color: rgb(54 47 120 / 0.4); +} +.accent-indigo-900\/50{ + accent-color: rgb(54 47 120 / 0.5); +} +.accent-indigo-900\/60{ + accent-color: rgb(54 47 120 / 0.6); +} +.accent-indigo-900\/70{ + accent-color: rgb(54 47 120 / 0.7); +} +.accent-indigo-900\/75{ + accent-color: rgb(54 47 120 / 0.75); +} +.accent-indigo-900\/80{ + accent-color: rgb(54 47 120 / 0.8); +} +.accent-indigo-900\/90{ + accent-color: rgb(54 47 120 / 0.9); +} +.accent-indigo-900\/95{ + accent-color: rgb(54 47 120 / 0.95); +} +.accent-indigo-900\/100{ + accent-color: rgb(54 47 120 / 1); +} +.accent-violet-50\/0{ + accent-color: rgb(245 243 255 / 0); +} +.accent-violet-50\/5{ + accent-color: rgb(245 243 255 / 0.05); +} +.accent-violet-50\/10{ + accent-color: rgb(245 243 255 / 0.1); +} +.accent-violet-50\/20{ + accent-color: rgb(245 243 255 / 0.2); +} +.accent-violet-50\/25{ + accent-color: rgb(245 243 255 / 0.25); +} +.accent-violet-50\/30{ + accent-color: rgb(245 243 255 / 0.3); +} +.accent-violet-50\/40{ + accent-color: rgb(245 243 255 / 0.4); +} +.accent-violet-50\/50{ + accent-color: rgb(245 243 255 / 0.5); +} +.accent-violet-50\/60{ + accent-color: rgb(245 243 255 / 0.6); +} +.accent-violet-50\/70{ + accent-color: rgb(245 243 255 / 0.7); +} +.accent-violet-50\/75{ + accent-color: rgb(245 243 255 / 0.75); +} +.accent-violet-50\/80{ + accent-color: rgb(245 243 255 / 0.8); +} +.accent-violet-50\/90{ + accent-color: rgb(245 243 255 / 0.9); +} +.accent-violet-50\/95{ + accent-color: rgb(245 243 255 / 0.95); +} +.accent-violet-50\/100{ + accent-color: rgb(245 243 255 / 1); +} +.accent-violet-100\/0{ + accent-color: rgb(237 233 254 / 0); +} +.accent-violet-100\/5{ + accent-color: rgb(237 233 254 / 0.05); +} +.accent-violet-100\/10{ + accent-color: rgb(237 233 254 / 0.1); +} +.accent-violet-100\/20{ + accent-color: rgb(237 233 254 / 0.2); +} +.accent-violet-100\/25{ + accent-color: rgb(237 233 254 / 0.25); +} +.accent-violet-100\/30{ + accent-color: rgb(237 233 254 / 0.3); +} +.accent-violet-100\/40{ + accent-color: rgb(237 233 254 / 0.4); +} +.accent-violet-100\/50{ + accent-color: rgb(237 233 254 / 0.5); +} +.accent-violet-100\/60{ + accent-color: rgb(237 233 254 / 0.6); +} +.accent-violet-100\/70{ + accent-color: rgb(237 233 254 / 0.7); +} +.accent-violet-100\/75{ + accent-color: rgb(237 233 254 / 0.75); +} +.accent-violet-100\/80{ + accent-color: rgb(237 233 254 / 0.8); +} +.accent-violet-100\/90{ + accent-color: rgb(237 233 254 / 0.9); +} +.accent-violet-100\/95{ + accent-color: rgb(237 233 254 / 0.95); +} +.accent-violet-100\/100{ + accent-color: rgb(237 233 254 / 1); +} +.accent-violet-200\/0{ + accent-color: rgb(221 214 254 / 0); +} +.accent-violet-200\/5{ + accent-color: rgb(221 214 254 / 0.05); +} +.accent-violet-200\/10{ + accent-color: rgb(221 214 254 / 0.1); +} +.accent-violet-200\/20{ + accent-color: rgb(221 214 254 / 0.2); +} +.accent-violet-200\/25{ + accent-color: rgb(221 214 254 / 0.25); +} +.accent-violet-200\/30{ + accent-color: rgb(221 214 254 / 0.3); +} +.accent-violet-200\/40{ + accent-color: rgb(221 214 254 / 0.4); +} +.accent-violet-200\/50{ + accent-color: rgb(221 214 254 / 0.5); +} +.accent-violet-200\/60{ + accent-color: rgb(221 214 254 / 0.6); +} +.accent-violet-200\/70{ + accent-color: rgb(221 214 254 / 0.7); +} +.accent-violet-200\/75{ + accent-color: rgb(221 214 254 / 0.75); +} +.accent-violet-200\/80{ + accent-color: rgb(221 214 254 / 0.8); +} +.accent-violet-200\/90{ + accent-color: rgb(221 214 254 / 0.9); +} +.accent-violet-200\/95{ + accent-color: rgb(221 214 254 / 0.95); +} +.accent-violet-200\/100{ + accent-color: rgb(221 214 254 / 1); +} +.accent-violet-300\/0{ + accent-color: rgb(196 181 253 / 0); +} +.accent-violet-300\/5{ + accent-color: rgb(196 181 253 / 0.05); +} +.accent-violet-300\/10{ + accent-color: rgb(196 181 253 / 0.1); +} +.accent-violet-300\/20{ + accent-color: rgb(196 181 253 / 0.2); +} +.accent-violet-300\/25{ + accent-color: rgb(196 181 253 / 0.25); +} +.accent-violet-300\/30{ + accent-color: rgb(196 181 253 / 0.3); +} +.accent-violet-300\/40{ + accent-color: rgb(196 181 253 / 0.4); +} +.accent-violet-300\/50{ + accent-color: rgb(196 181 253 / 0.5); +} +.accent-violet-300\/60{ + accent-color: rgb(196 181 253 / 0.6); +} +.accent-violet-300\/70{ + accent-color: rgb(196 181 253 / 0.7); +} +.accent-violet-300\/75{ + accent-color: rgb(196 181 253 / 0.75); +} +.accent-violet-300\/80{ + accent-color: rgb(196 181 253 / 0.8); +} +.accent-violet-300\/90{ + accent-color: rgb(196 181 253 / 0.9); +} +.accent-violet-300\/95{ + accent-color: rgb(196 181 253 / 0.95); +} +.accent-violet-300\/100{ + accent-color: rgb(196 181 253 / 1); +} +.accent-violet-400\/0{ + accent-color: rgb(167 139 250 / 0); +} +.accent-violet-400\/5{ + accent-color: rgb(167 139 250 / 0.05); +} +.accent-violet-400\/10{ + accent-color: rgb(167 139 250 / 0.1); +} +.accent-violet-400\/20{ + accent-color: rgb(167 139 250 / 0.2); +} +.accent-violet-400\/25{ + accent-color: rgb(167 139 250 / 0.25); +} +.accent-violet-400\/30{ + accent-color: rgb(167 139 250 / 0.3); +} +.accent-violet-400\/40{ + accent-color: rgb(167 139 250 / 0.4); +} +.accent-violet-400\/50{ + accent-color: rgb(167 139 250 / 0.5); +} +.accent-violet-400\/60{ + accent-color: rgb(167 139 250 / 0.6); +} +.accent-violet-400\/70{ + accent-color: rgb(167 139 250 / 0.7); +} +.accent-violet-400\/75{ + accent-color: rgb(167 139 250 / 0.75); +} +.accent-violet-400\/80{ + accent-color: rgb(167 139 250 / 0.8); +} +.accent-violet-400\/90{ + accent-color: rgb(167 139 250 / 0.9); +} +.accent-violet-400\/95{ + accent-color: rgb(167 139 250 / 0.95); +} +.accent-violet-400\/100{ + accent-color: rgb(167 139 250 / 1); +} +.accent-violet-500\/0{ + accent-color: rgb(139 92 246 / 0); +} +.accent-violet-500\/5{ + accent-color: rgb(139 92 246 / 0.05); +} +.accent-violet-500\/10{ + accent-color: rgb(139 92 246 / 0.1); +} +.accent-violet-500\/20{ + accent-color: rgb(139 92 246 / 0.2); +} +.accent-violet-500\/25{ + accent-color: rgb(139 92 246 / 0.25); +} +.accent-violet-500\/30{ + accent-color: rgb(139 92 246 / 0.3); +} +.accent-violet-500\/40{ + accent-color: rgb(139 92 246 / 0.4); +} +.accent-violet-500\/50{ + accent-color: rgb(139 92 246 / 0.5); +} +.accent-violet-500\/60{ + accent-color: rgb(139 92 246 / 0.6); +} +.accent-violet-500\/70{ + accent-color: rgb(139 92 246 / 0.7); +} +.accent-violet-500\/75{ + accent-color: rgb(139 92 246 / 0.75); +} +.accent-violet-500\/80{ + accent-color: rgb(139 92 246 / 0.8); +} +.accent-violet-500\/90{ + accent-color: rgb(139 92 246 / 0.9); +} +.accent-violet-500\/95{ + accent-color: rgb(139 92 246 / 0.95); +} +.accent-violet-500\/100{ + accent-color: rgb(139 92 246 / 1); +} +.accent-violet-600\/0{ + accent-color: rgb(124 58 237 / 0); +} +.accent-violet-600\/5{ + accent-color: rgb(124 58 237 / 0.05); +} +.accent-violet-600\/10{ + accent-color: rgb(124 58 237 / 0.1); +} +.accent-violet-600\/20{ + accent-color: rgb(124 58 237 / 0.2); +} +.accent-violet-600\/25{ + accent-color: rgb(124 58 237 / 0.25); +} +.accent-violet-600\/30{ + accent-color: rgb(124 58 237 / 0.3); +} +.accent-violet-600\/40{ + accent-color: rgb(124 58 237 / 0.4); +} +.accent-violet-600\/50{ + accent-color: rgb(124 58 237 / 0.5); +} +.accent-violet-600\/60{ + accent-color: rgb(124 58 237 / 0.6); +} +.accent-violet-600\/70{ + accent-color: rgb(124 58 237 / 0.7); +} +.accent-violet-600\/75{ + accent-color: rgb(124 58 237 / 0.75); +} +.accent-violet-600\/80{ + accent-color: rgb(124 58 237 / 0.8); +} +.accent-violet-600\/90{ + accent-color: rgb(124 58 237 / 0.9); +} +.accent-violet-600\/95{ + accent-color: rgb(124 58 237 / 0.95); +} +.accent-violet-600\/100{ + accent-color: rgb(124 58 237 / 1); +} +.accent-violet-700\/0{ + accent-color: rgb(109 40 217 / 0); +} +.accent-violet-700\/5{ + accent-color: rgb(109 40 217 / 0.05); +} +.accent-violet-700\/10{ + accent-color: rgb(109 40 217 / 0.1); +} +.accent-violet-700\/20{ + accent-color: rgb(109 40 217 / 0.2); +} +.accent-violet-700\/25{ + accent-color: rgb(109 40 217 / 0.25); +} +.accent-violet-700\/30{ + accent-color: rgb(109 40 217 / 0.3); +} +.accent-violet-700\/40{ + accent-color: rgb(109 40 217 / 0.4); +} +.accent-violet-700\/50{ + accent-color: rgb(109 40 217 / 0.5); +} +.accent-violet-700\/60{ + accent-color: rgb(109 40 217 / 0.6); +} +.accent-violet-700\/70{ + accent-color: rgb(109 40 217 / 0.7); +} +.accent-violet-700\/75{ + accent-color: rgb(109 40 217 / 0.75); +} +.accent-violet-700\/80{ + accent-color: rgb(109 40 217 / 0.8); +} +.accent-violet-700\/90{ + accent-color: rgb(109 40 217 / 0.9); +} +.accent-violet-700\/95{ + accent-color: rgb(109 40 217 / 0.95); +} +.accent-violet-700\/100{ + accent-color: rgb(109 40 217 / 1); +} +.accent-violet-800\/0{ + accent-color: rgb(91 33 182 / 0); +} +.accent-violet-800\/5{ + accent-color: rgb(91 33 182 / 0.05); +} +.accent-violet-800\/10{ + accent-color: rgb(91 33 182 / 0.1); +} +.accent-violet-800\/20{ + accent-color: rgb(91 33 182 / 0.2); +} +.accent-violet-800\/25{ + accent-color: rgb(91 33 182 / 0.25); +} +.accent-violet-800\/30{ + accent-color: rgb(91 33 182 / 0.3); +} +.accent-violet-800\/40{ + accent-color: rgb(91 33 182 / 0.4); +} +.accent-violet-800\/50{ + accent-color: rgb(91 33 182 / 0.5); +} +.accent-violet-800\/60{ + accent-color: rgb(91 33 182 / 0.6); +} +.accent-violet-800\/70{ + accent-color: rgb(91 33 182 / 0.7); +} +.accent-violet-800\/75{ + accent-color: rgb(91 33 182 / 0.75); +} +.accent-violet-800\/80{ + accent-color: rgb(91 33 182 / 0.8); +} +.accent-violet-800\/90{ + accent-color: rgb(91 33 182 / 0.9); +} +.accent-violet-800\/95{ + accent-color: rgb(91 33 182 / 0.95); +} +.accent-violet-800\/100{ + accent-color: rgb(91 33 182 / 1); +} +.accent-violet-900\/0{ + accent-color: rgb(76 29 149 / 0); +} +.accent-violet-900\/5{ + accent-color: rgb(76 29 149 / 0.05); +} +.accent-violet-900\/10{ + accent-color: rgb(76 29 149 / 0.1); +} +.accent-violet-900\/20{ + accent-color: rgb(76 29 149 / 0.2); +} +.accent-violet-900\/25{ + accent-color: rgb(76 29 149 / 0.25); +} +.accent-violet-900\/30{ + accent-color: rgb(76 29 149 / 0.3); +} +.accent-violet-900\/40{ + accent-color: rgb(76 29 149 / 0.4); +} +.accent-violet-900\/50{ + accent-color: rgb(76 29 149 / 0.5); +} +.accent-violet-900\/60{ + accent-color: rgb(76 29 149 / 0.6); +} +.accent-violet-900\/70{ + accent-color: rgb(76 29 149 / 0.7); +} +.accent-violet-900\/75{ + accent-color: rgb(76 29 149 / 0.75); +} +.accent-violet-900\/80{ + accent-color: rgb(76 29 149 / 0.8); +} +.accent-violet-900\/90{ + accent-color: rgb(76 29 149 / 0.9); +} +.accent-violet-900\/95{ + accent-color: rgb(76 29 149 / 0.95); +} +.accent-violet-900\/100{ + accent-color: rgb(76 29 149 / 1); +} +.accent-purple-50\/0{ + accent-color: rgb(247 247 249 / 0); +} +.accent-purple-50\/5{ + accent-color: rgb(247 247 249 / 0.05); +} +.accent-purple-50\/10{ + accent-color: rgb(247 247 249 / 0.1); +} +.accent-purple-50\/20{ + accent-color: rgb(247 247 249 / 0.2); +} +.accent-purple-50\/25{ + accent-color: rgb(247 247 249 / 0.25); +} +.accent-purple-50\/30{ + accent-color: rgb(247 247 249 / 0.3); +} +.accent-purple-50\/40{ + accent-color: rgb(247 247 249 / 0.4); +} +.accent-purple-50\/50{ + accent-color: rgb(247 247 249 / 0.5); +} +.accent-purple-50\/60{ + accent-color: rgb(247 247 249 / 0.6); +} +.accent-purple-50\/70{ + accent-color: rgb(247 247 249 / 0.7); +} +.accent-purple-50\/75{ + accent-color: rgb(247 247 249 / 0.75); +} +.accent-purple-50\/80{ + accent-color: rgb(247 247 249 / 0.8); +} +.accent-purple-50\/90{ + accent-color: rgb(247 247 249 / 0.9); +} +.accent-purple-50\/95{ + accent-color: rgb(247 247 249 / 0.95); +} +.accent-purple-50\/100{ + accent-color: rgb(247 247 249 / 1); +} +.accent-purple-100\/0{ + accent-color: rgb(238 238 243 / 0); +} +.accent-purple-100\/5{ + accent-color: rgb(238 238 243 / 0.05); +} +.accent-purple-100\/10{ + accent-color: rgb(238 238 243 / 0.1); +} +.accent-purple-100\/20{ + accent-color: rgb(238 238 243 / 0.2); +} +.accent-purple-100\/25{ + accent-color: rgb(238 238 243 / 0.25); +} +.accent-purple-100\/30{ + accent-color: rgb(238 238 243 / 0.3); +} +.accent-purple-100\/40{ + accent-color: rgb(238 238 243 / 0.4); +} +.accent-purple-100\/50{ + accent-color: rgb(238 238 243 / 0.5); +} +.accent-purple-100\/60{ + accent-color: rgb(238 238 243 / 0.6); +} +.accent-purple-100\/70{ + accent-color: rgb(238 238 243 / 0.7); +} +.accent-purple-100\/75{ + accent-color: rgb(238 238 243 / 0.75); +} +.accent-purple-100\/80{ + accent-color: rgb(238 238 243 / 0.8); +} +.accent-purple-100\/90{ + accent-color: rgb(238 238 243 / 0.9); +} +.accent-purple-100\/95{ + accent-color: rgb(238 238 243 / 0.95); +} +.accent-purple-100\/100{ + accent-color: rgb(238 238 243 / 1); +} +.accent-purple-200\/0{ + accent-color: rgb(213 213 226 / 0); +} +.accent-purple-200\/5{ + accent-color: rgb(213 213 226 / 0.05); +} +.accent-purple-200\/10{ + accent-color: rgb(213 213 226 / 0.1); +} +.accent-purple-200\/20{ + accent-color: rgb(213 213 226 / 0.2); +} +.accent-purple-200\/25{ + accent-color: rgb(213 213 226 / 0.25); +} +.accent-purple-200\/30{ + accent-color: rgb(213 213 226 / 0.3); +} +.accent-purple-200\/40{ + accent-color: rgb(213 213 226 / 0.4); +} +.accent-purple-200\/50{ + accent-color: rgb(213 213 226 / 0.5); +} +.accent-purple-200\/60{ + accent-color: rgb(213 213 226 / 0.6); +} +.accent-purple-200\/70{ + accent-color: rgb(213 213 226 / 0.7); +} +.accent-purple-200\/75{ + accent-color: rgb(213 213 226 / 0.75); +} +.accent-purple-200\/80{ + accent-color: rgb(213 213 226 / 0.8); +} +.accent-purple-200\/90{ + accent-color: rgb(213 213 226 / 0.9); +} +.accent-purple-200\/95{ + accent-color: rgb(213 213 226 / 0.95); +} +.accent-purple-200\/100{ + accent-color: rgb(213 213 226 / 1); +} +.accent-purple-300\/0{ + accent-color: rgb(187 188 209 / 0); +} +.accent-purple-300\/5{ + accent-color: rgb(187 188 209 / 0.05); +} +.accent-purple-300\/10{ + accent-color: rgb(187 188 209 / 0.1); +} +.accent-purple-300\/20{ + accent-color: rgb(187 188 209 / 0.2); +} +.accent-purple-300\/25{ + accent-color: rgb(187 188 209 / 0.25); +} +.accent-purple-300\/30{ + accent-color: rgb(187 188 209 / 0.3); +} +.accent-purple-300\/40{ + accent-color: rgb(187 188 209 / 0.4); +} +.accent-purple-300\/50{ + accent-color: rgb(187 188 209 / 0.5); +} +.accent-purple-300\/60{ + accent-color: rgb(187 188 209 / 0.6); +} +.accent-purple-300\/70{ + accent-color: rgb(187 188 209 / 0.7); +} +.accent-purple-300\/75{ + accent-color: rgb(187 188 209 / 0.75); +} +.accent-purple-300\/80{ + accent-color: rgb(187 188 209 / 0.8); +} +.accent-purple-300\/90{ + accent-color: rgb(187 188 209 / 0.9); +} +.accent-purple-300\/95{ + accent-color: rgb(187 188 209 / 0.95); +} +.accent-purple-300\/100{ + accent-color: rgb(187 188 209 / 1); +} +.accent-purple-400\/0{ + accent-color: rgb(136 138 174 / 0); +} +.accent-purple-400\/5{ + accent-color: rgb(136 138 174 / 0.05); +} +.accent-purple-400\/10{ + accent-color: rgb(136 138 174 / 0.1); +} +.accent-purple-400\/20{ + accent-color: rgb(136 138 174 / 0.2); +} +.accent-purple-400\/25{ + accent-color: rgb(136 138 174 / 0.25); +} +.accent-purple-400\/30{ + accent-color: rgb(136 138 174 / 0.3); +} +.accent-purple-400\/40{ + accent-color: rgb(136 138 174 / 0.4); +} +.accent-purple-400\/50{ + accent-color: rgb(136 138 174 / 0.5); +} +.accent-purple-400\/60{ + accent-color: rgb(136 138 174 / 0.6); +} +.accent-purple-400\/70{ + accent-color: rgb(136 138 174 / 0.7); +} +.accent-purple-400\/75{ + accent-color: rgb(136 138 174 / 0.75); +} +.accent-purple-400\/80{ + accent-color: rgb(136 138 174 / 0.8); +} +.accent-purple-400\/90{ + accent-color: rgb(136 138 174 / 0.9); +} +.accent-purple-400\/95{ + accent-color: rgb(136 138 174 / 0.95); +} +.accent-purple-400\/100{ + accent-color: rgb(136 138 174 / 1); +} +.accent-purple-500\/0{ + accent-color: rgb(85 88 139 / 0); +} +.accent-purple-500\/5{ + accent-color: rgb(85 88 139 / 0.05); +} +.accent-purple-500\/10{ + accent-color: rgb(85 88 139 / 0.1); +} +.accent-purple-500\/20{ + accent-color: rgb(85 88 139 / 0.2); +} +.accent-purple-500\/25{ + accent-color: rgb(85 88 139 / 0.25); +} +.accent-purple-500\/30{ + accent-color: rgb(85 88 139 / 0.3); +} +.accent-purple-500\/40{ + accent-color: rgb(85 88 139 / 0.4); +} +.accent-purple-500\/50{ + accent-color: rgb(85 88 139 / 0.5); +} +.accent-purple-500\/60{ + accent-color: rgb(85 88 139 / 0.6); +} +.accent-purple-500\/70{ + accent-color: rgb(85 88 139 / 0.7); +} +.accent-purple-500\/75{ + accent-color: rgb(85 88 139 / 0.75); +} +.accent-purple-500\/80{ + accent-color: rgb(85 88 139 / 0.8); +} +.accent-purple-500\/90{ + accent-color: rgb(85 88 139 / 0.9); +} +.accent-purple-500\/95{ + accent-color: rgb(85 88 139 / 0.95); +} +.accent-purple-500\/100{ + accent-color: rgb(85 88 139 / 1); +} +.accent-purple-600\/0{ + accent-color: rgb(77 79 125 / 0); +} +.accent-purple-600\/5{ + accent-color: rgb(77 79 125 / 0.05); +} +.accent-purple-600\/10{ + accent-color: rgb(77 79 125 / 0.1); +} +.accent-purple-600\/20{ + accent-color: rgb(77 79 125 / 0.2); +} +.accent-purple-600\/25{ + accent-color: rgb(77 79 125 / 0.25); +} +.accent-purple-600\/30{ + accent-color: rgb(77 79 125 / 0.3); +} +.accent-purple-600\/40{ + accent-color: rgb(77 79 125 / 0.4); +} +.accent-purple-600\/50{ + accent-color: rgb(77 79 125 / 0.5); +} +.accent-purple-600\/60{ + accent-color: rgb(77 79 125 / 0.6); +} +.accent-purple-600\/70{ + accent-color: rgb(77 79 125 / 0.7); +} +.accent-purple-600\/75{ + accent-color: rgb(77 79 125 / 0.75); +} +.accent-purple-600\/80{ + accent-color: rgb(77 79 125 / 0.8); +} +.accent-purple-600\/90{ + accent-color: rgb(77 79 125 / 0.9); +} +.accent-purple-600\/95{ + accent-color: rgb(77 79 125 / 0.95); +} +.accent-purple-600\/100{ + accent-color: rgb(77 79 125 / 1); +} +.accent-purple-700\/0{ + accent-color: rgb(64 66 104 / 0); +} +.accent-purple-700\/5{ + accent-color: rgb(64 66 104 / 0.05); +} +.accent-purple-700\/10{ + accent-color: rgb(64 66 104 / 0.1); +} +.accent-purple-700\/20{ + accent-color: rgb(64 66 104 / 0.2); +} +.accent-purple-700\/25{ + accent-color: rgb(64 66 104 / 0.25); +} +.accent-purple-700\/30{ + accent-color: rgb(64 66 104 / 0.3); +} +.accent-purple-700\/40{ + accent-color: rgb(64 66 104 / 0.4); +} +.accent-purple-700\/50{ + accent-color: rgb(64 66 104 / 0.5); +} +.accent-purple-700\/60{ + accent-color: rgb(64 66 104 / 0.6); +} +.accent-purple-700\/70{ + accent-color: rgb(64 66 104 / 0.7); +} +.accent-purple-700\/75{ + accent-color: rgb(64 66 104 / 0.75); +} +.accent-purple-700\/80{ + accent-color: rgb(64 66 104 / 0.8); +} +.accent-purple-700\/90{ + accent-color: rgb(64 66 104 / 0.9); +} +.accent-purple-700\/95{ + accent-color: rgb(64 66 104 / 0.95); +} +.accent-purple-700\/100{ + accent-color: rgb(64 66 104 / 1); +} +.accent-purple-800\/0{ + accent-color: rgb(51 53 83 / 0); +} +.accent-purple-800\/5{ + accent-color: rgb(51 53 83 / 0.05); +} +.accent-purple-800\/10{ + accent-color: rgb(51 53 83 / 0.1); +} +.accent-purple-800\/20{ + accent-color: rgb(51 53 83 / 0.2); +} +.accent-purple-800\/25{ + accent-color: rgb(51 53 83 / 0.25); +} +.accent-purple-800\/30{ + accent-color: rgb(51 53 83 / 0.3); +} +.accent-purple-800\/40{ + accent-color: rgb(51 53 83 / 0.4); +} +.accent-purple-800\/50{ + accent-color: rgb(51 53 83 / 0.5); +} +.accent-purple-800\/60{ + accent-color: rgb(51 53 83 / 0.6); +} +.accent-purple-800\/70{ + accent-color: rgb(51 53 83 / 0.7); +} +.accent-purple-800\/75{ + accent-color: rgb(51 53 83 / 0.75); +} +.accent-purple-800\/80{ + accent-color: rgb(51 53 83 / 0.8); +} +.accent-purple-800\/90{ + accent-color: rgb(51 53 83 / 0.9); +} +.accent-purple-800\/95{ + accent-color: rgb(51 53 83 / 0.95); +} +.accent-purple-800\/100{ + accent-color: rgb(51 53 83 / 1); +} +.accent-purple-900\/0{ + accent-color: rgb(42 43 68 / 0); +} +.accent-purple-900\/5{ + accent-color: rgb(42 43 68 / 0.05); +} +.accent-purple-900\/10{ + accent-color: rgb(42 43 68 / 0.1); +} +.accent-purple-900\/20{ + accent-color: rgb(42 43 68 / 0.2); +} +.accent-purple-900\/25{ + accent-color: rgb(42 43 68 / 0.25); +} +.accent-purple-900\/30{ + accent-color: rgb(42 43 68 / 0.3); +} +.accent-purple-900\/40{ + accent-color: rgb(42 43 68 / 0.4); +} +.accent-purple-900\/50{ + accent-color: rgb(42 43 68 / 0.5); +} +.accent-purple-900\/60{ + accent-color: rgb(42 43 68 / 0.6); +} +.accent-purple-900\/70{ + accent-color: rgb(42 43 68 / 0.7); +} +.accent-purple-900\/75{ + accent-color: rgb(42 43 68 / 0.75); +} +.accent-purple-900\/80{ + accent-color: rgb(42 43 68 / 0.8); +} +.accent-purple-900\/90{ + accent-color: rgb(42 43 68 / 0.9); +} +.accent-purple-900\/95{ + accent-color: rgb(42 43 68 / 0.95); +} +.accent-purple-900\/100{ + accent-color: rgb(42 43 68 / 1); +} +.accent-purple\/0{ + accent-color: rgb(85 88 139 / 0); +} +.accent-purple\/5{ + accent-color: rgb(85 88 139 / 0.05); +} +.accent-purple\/10{ + accent-color: rgb(85 88 139 / 0.1); +} +.accent-purple\/20{ + accent-color: rgb(85 88 139 / 0.2); +} +.accent-purple\/25{ + accent-color: rgb(85 88 139 / 0.25); +} +.accent-purple\/30{ + accent-color: rgb(85 88 139 / 0.3); +} +.accent-purple\/40{ + accent-color: rgb(85 88 139 / 0.4); +} +.accent-purple\/50{ + accent-color: rgb(85 88 139 / 0.5); +} +.accent-purple\/60{ + accent-color: rgb(85 88 139 / 0.6); +} +.accent-purple\/70{ + accent-color: rgb(85 88 139 / 0.7); +} +.accent-purple\/75{ + accent-color: rgb(85 88 139 / 0.75); +} +.accent-purple\/80{ + accent-color: rgb(85 88 139 / 0.8); +} +.accent-purple\/90{ + accent-color: rgb(85 88 139 / 0.9); +} +.accent-purple\/95{ + accent-color: rgb(85 88 139 / 0.95); +} +.accent-purple\/100{ + accent-color: rgb(85 88 139 / 1); +} +.accent-fuchsia-50\/0{ + accent-color: rgb(253 244 255 / 0); +} +.accent-fuchsia-50\/5{ + accent-color: rgb(253 244 255 / 0.05); +} +.accent-fuchsia-50\/10{ + accent-color: rgb(253 244 255 / 0.1); +} +.accent-fuchsia-50\/20{ + accent-color: rgb(253 244 255 / 0.2); +} +.accent-fuchsia-50\/25{ + accent-color: rgb(253 244 255 / 0.25); +} +.accent-fuchsia-50\/30{ + accent-color: rgb(253 244 255 / 0.3); +} +.accent-fuchsia-50\/40{ + accent-color: rgb(253 244 255 / 0.4); +} +.accent-fuchsia-50\/50{ + accent-color: rgb(253 244 255 / 0.5); +} +.accent-fuchsia-50\/60{ + accent-color: rgb(253 244 255 / 0.6); +} +.accent-fuchsia-50\/70{ + accent-color: rgb(253 244 255 / 0.7); +} +.accent-fuchsia-50\/75{ + accent-color: rgb(253 244 255 / 0.75); +} +.accent-fuchsia-50\/80{ + accent-color: rgb(253 244 255 / 0.8); +} +.accent-fuchsia-50\/90{ + accent-color: rgb(253 244 255 / 0.9); +} +.accent-fuchsia-50\/95{ + accent-color: rgb(253 244 255 / 0.95); +} +.accent-fuchsia-50\/100{ + accent-color: rgb(253 244 255 / 1); +} +.accent-fuchsia-100\/0{ + accent-color: rgb(250 232 255 / 0); +} +.accent-fuchsia-100\/5{ + accent-color: rgb(250 232 255 / 0.05); +} +.accent-fuchsia-100\/10{ + accent-color: rgb(250 232 255 / 0.1); +} +.accent-fuchsia-100\/20{ + accent-color: rgb(250 232 255 / 0.2); +} +.accent-fuchsia-100\/25{ + accent-color: rgb(250 232 255 / 0.25); +} +.accent-fuchsia-100\/30{ + accent-color: rgb(250 232 255 / 0.3); +} +.accent-fuchsia-100\/40{ + accent-color: rgb(250 232 255 / 0.4); +} +.accent-fuchsia-100\/50{ + accent-color: rgb(250 232 255 / 0.5); +} +.accent-fuchsia-100\/60{ + accent-color: rgb(250 232 255 / 0.6); +} +.accent-fuchsia-100\/70{ + accent-color: rgb(250 232 255 / 0.7); +} +.accent-fuchsia-100\/75{ + accent-color: rgb(250 232 255 / 0.75); +} +.accent-fuchsia-100\/80{ + accent-color: rgb(250 232 255 / 0.8); +} +.accent-fuchsia-100\/90{ + accent-color: rgb(250 232 255 / 0.9); +} +.accent-fuchsia-100\/95{ + accent-color: rgb(250 232 255 / 0.95); +} +.accent-fuchsia-100\/100{ + accent-color: rgb(250 232 255 / 1); +} +.accent-fuchsia-200\/0{ + accent-color: rgb(245 208 254 / 0); +} +.accent-fuchsia-200\/5{ + accent-color: rgb(245 208 254 / 0.05); +} +.accent-fuchsia-200\/10{ + accent-color: rgb(245 208 254 / 0.1); +} +.accent-fuchsia-200\/20{ + accent-color: rgb(245 208 254 / 0.2); +} +.accent-fuchsia-200\/25{ + accent-color: rgb(245 208 254 / 0.25); +} +.accent-fuchsia-200\/30{ + accent-color: rgb(245 208 254 / 0.3); +} +.accent-fuchsia-200\/40{ + accent-color: rgb(245 208 254 / 0.4); +} +.accent-fuchsia-200\/50{ + accent-color: rgb(245 208 254 / 0.5); +} +.accent-fuchsia-200\/60{ + accent-color: rgb(245 208 254 / 0.6); +} +.accent-fuchsia-200\/70{ + accent-color: rgb(245 208 254 / 0.7); +} +.accent-fuchsia-200\/75{ + accent-color: rgb(245 208 254 / 0.75); +} +.accent-fuchsia-200\/80{ + accent-color: rgb(245 208 254 / 0.8); +} +.accent-fuchsia-200\/90{ + accent-color: rgb(245 208 254 / 0.9); +} +.accent-fuchsia-200\/95{ + accent-color: rgb(245 208 254 / 0.95); +} +.accent-fuchsia-200\/100{ + accent-color: rgb(245 208 254 / 1); +} +.accent-fuchsia-300\/0{ + accent-color: rgb(240 171 252 / 0); +} +.accent-fuchsia-300\/5{ + accent-color: rgb(240 171 252 / 0.05); +} +.accent-fuchsia-300\/10{ + accent-color: rgb(240 171 252 / 0.1); +} +.accent-fuchsia-300\/20{ + accent-color: rgb(240 171 252 / 0.2); +} +.accent-fuchsia-300\/25{ + accent-color: rgb(240 171 252 / 0.25); +} +.accent-fuchsia-300\/30{ + accent-color: rgb(240 171 252 / 0.3); +} +.accent-fuchsia-300\/40{ + accent-color: rgb(240 171 252 / 0.4); +} +.accent-fuchsia-300\/50{ + accent-color: rgb(240 171 252 / 0.5); +} +.accent-fuchsia-300\/60{ + accent-color: rgb(240 171 252 / 0.6); +} +.accent-fuchsia-300\/70{ + accent-color: rgb(240 171 252 / 0.7); +} +.accent-fuchsia-300\/75{ + accent-color: rgb(240 171 252 / 0.75); +} +.accent-fuchsia-300\/80{ + accent-color: rgb(240 171 252 / 0.8); +} +.accent-fuchsia-300\/90{ + accent-color: rgb(240 171 252 / 0.9); +} +.accent-fuchsia-300\/95{ + accent-color: rgb(240 171 252 / 0.95); +} +.accent-fuchsia-300\/100{ + accent-color: rgb(240 171 252 / 1); +} +.accent-fuchsia-400\/0{ + accent-color: rgb(232 121 249 / 0); +} +.accent-fuchsia-400\/5{ + accent-color: rgb(232 121 249 / 0.05); +} +.accent-fuchsia-400\/10{ + accent-color: rgb(232 121 249 / 0.1); +} +.accent-fuchsia-400\/20{ + accent-color: rgb(232 121 249 / 0.2); +} +.accent-fuchsia-400\/25{ + accent-color: rgb(232 121 249 / 0.25); +} +.accent-fuchsia-400\/30{ + accent-color: rgb(232 121 249 / 0.3); +} +.accent-fuchsia-400\/40{ + accent-color: rgb(232 121 249 / 0.4); +} +.accent-fuchsia-400\/50{ + accent-color: rgb(232 121 249 / 0.5); +} +.accent-fuchsia-400\/60{ + accent-color: rgb(232 121 249 / 0.6); +} +.accent-fuchsia-400\/70{ + accent-color: rgb(232 121 249 / 0.7); +} +.accent-fuchsia-400\/75{ + accent-color: rgb(232 121 249 / 0.75); +} +.accent-fuchsia-400\/80{ + accent-color: rgb(232 121 249 / 0.8); +} +.accent-fuchsia-400\/90{ + accent-color: rgb(232 121 249 / 0.9); +} +.accent-fuchsia-400\/95{ + accent-color: rgb(232 121 249 / 0.95); +} +.accent-fuchsia-400\/100{ + accent-color: rgb(232 121 249 / 1); +} +.accent-fuchsia-500\/0{ + accent-color: rgb(217 70 239 / 0); +} +.accent-fuchsia-500\/5{ + accent-color: rgb(217 70 239 / 0.05); +} +.accent-fuchsia-500\/10{ + accent-color: rgb(217 70 239 / 0.1); +} +.accent-fuchsia-500\/20{ + accent-color: rgb(217 70 239 / 0.2); +} +.accent-fuchsia-500\/25{ + accent-color: rgb(217 70 239 / 0.25); +} +.accent-fuchsia-500\/30{ + accent-color: rgb(217 70 239 / 0.3); +} +.accent-fuchsia-500\/40{ + accent-color: rgb(217 70 239 / 0.4); +} +.accent-fuchsia-500\/50{ + accent-color: rgb(217 70 239 / 0.5); +} +.accent-fuchsia-500\/60{ + accent-color: rgb(217 70 239 / 0.6); +} +.accent-fuchsia-500\/70{ + accent-color: rgb(217 70 239 / 0.7); +} +.accent-fuchsia-500\/75{ + accent-color: rgb(217 70 239 / 0.75); +} +.accent-fuchsia-500\/80{ + accent-color: rgb(217 70 239 / 0.8); +} +.accent-fuchsia-500\/90{ + accent-color: rgb(217 70 239 / 0.9); +} +.accent-fuchsia-500\/95{ + accent-color: rgb(217 70 239 / 0.95); +} +.accent-fuchsia-500\/100{ + accent-color: rgb(217 70 239 / 1); +} +.accent-fuchsia-600\/0{ + accent-color: rgb(192 38 211 / 0); +} +.accent-fuchsia-600\/5{ + accent-color: rgb(192 38 211 / 0.05); +} +.accent-fuchsia-600\/10{ + accent-color: rgb(192 38 211 / 0.1); +} +.accent-fuchsia-600\/20{ + accent-color: rgb(192 38 211 / 0.2); +} +.accent-fuchsia-600\/25{ + accent-color: rgb(192 38 211 / 0.25); +} +.accent-fuchsia-600\/30{ + accent-color: rgb(192 38 211 / 0.3); +} +.accent-fuchsia-600\/40{ + accent-color: rgb(192 38 211 / 0.4); +} +.accent-fuchsia-600\/50{ + accent-color: rgb(192 38 211 / 0.5); +} +.accent-fuchsia-600\/60{ + accent-color: rgb(192 38 211 / 0.6); +} +.accent-fuchsia-600\/70{ + accent-color: rgb(192 38 211 / 0.7); +} +.accent-fuchsia-600\/75{ + accent-color: rgb(192 38 211 / 0.75); +} +.accent-fuchsia-600\/80{ + accent-color: rgb(192 38 211 / 0.8); +} +.accent-fuchsia-600\/90{ + accent-color: rgb(192 38 211 / 0.9); +} +.accent-fuchsia-600\/95{ + accent-color: rgb(192 38 211 / 0.95); +} +.accent-fuchsia-600\/100{ + accent-color: rgb(192 38 211 / 1); +} +.accent-fuchsia-700\/0{ + accent-color: rgb(162 28 175 / 0); +} +.accent-fuchsia-700\/5{ + accent-color: rgb(162 28 175 / 0.05); +} +.accent-fuchsia-700\/10{ + accent-color: rgb(162 28 175 / 0.1); +} +.accent-fuchsia-700\/20{ + accent-color: rgb(162 28 175 / 0.2); +} +.accent-fuchsia-700\/25{ + accent-color: rgb(162 28 175 / 0.25); +} +.accent-fuchsia-700\/30{ + accent-color: rgb(162 28 175 / 0.3); +} +.accent-fuchsia-700\/40{ + accent-color: rgb(162 28 175 / 0.4); +} +.accent-fuchsia-700\/50{ + accent-color: rgb(162 28 175 / 0.5); +} +.accent-fuchsia-700\/60{ + accent-color: rgb(162 28 175 / 0.6); +} +.accent-fuchsia-700\/70{ + accent-color: rgb(162 28 175 / 0.7); +} +.accent-fuchsia-700\/75{ + accent-color: rgb(162 28 175 / 0.75); +} +.accent-fuchsia-700\/80{ + accent-color: rgb(162 28 175 / 0.8); +} +.accent-fuchsia-700\/90{ + accent-color: rgb(162 28 175 / 0.9); +} +.accent-fuchsia-700\/95{ + accent-color: rgb(162 28 175 / 0.95); +} +.accent-fuchsia-700\/100{ + accent-color: rgb(162 28 175 / 1); +} +.accent-fuchsia-800\/0{ + accent-color: rgb(134 25 143 / 0); +} +.accent-fuchsia-800\/5{ + accent-color: rgb(134 25 143 / 0.05); +} +.accent-fuchsia-800\/10{ + accent-color: rgb(134 25 143 / 0.1); +} +.accent-fuchsia-800\/20{ + accent-color: rgb(134 25 143 / 0.2); +} +.accent-fuchsia-800\/25{ + accent-color: rgb(134 25 143 / 0.25); +} +.accent-fuchsia-800\/30{ + accent-color: rgb(134 25 143 / 0.3); +} +.accent-fuchsia-800\/40{ + accent-color: rgb(134 25 143 / 0.4); +} +.accent-fuchsia-800\/50{ + accent-color: rgb(134 25 143 / 0.5); +} +.accent-fuchsia-800\/60{ + accent-color: rgb(134 25 143 / 0.6); +} +.accent-fuchsia-800\/70{ + accent-color: rgb(134 25 143 / 0.7); +} +.accent-fuchsia-800\/75{ + accent-color: rgb(134 25 143 / 0.75); +} +.accent-fuchsia-800\/80{ + accent-color: rgb(134 25 143 / 0.8); +} +.accent-fuchsia-800\/90{ + accent-color: rgb(134 25 143 / 0.9); +} +.accent-fuchsia-800\/95{ + accent-color: rgb(134 25 143 / 0.95); +} +.accent-fuchsia-800\/100{ + accent-color: rgb(134 25 143 / 1); +} +.accent-fuchsia-900\/0{ + accent-color: rgb(112 26 117 / 0); +} +.accent-fuchsia-900\/5{ + accent-color: rgb(112 26 117 / 0.05); +} +.accent-fuchsia-900\/10{ + accent-color: rgb(112 26 117 / 0.1); +} +.accent-fuchsia-900\/20{ + accent-color: rgb(112 26 117 / 0.2); +} +.accent-fuchsia-900\/25{ + accent-color: rgb(112 26 117 / 0.25); +} +.accent-fuchsia-900\/30{ + accent-color: rgb(112 26 117 / 0.3); +} +.accent-fuchsia-900\/40{ + accent-color: rgb(112 26 117 / 0.4); +} +.accent-fuchsia-900\/50{ + accent-color: rgb(112 26 117 / 0.5); +} +.accent-fuchsia-900\/60{ + accent-color: rgb(112 26 117 / 0.6); +} +.accent-fuchsia-900\/70{ + accent-color: rgb(112 26 117 / 0.7); +} +.accent-fuchsia-900\/75{ + accent-color: rgb(112 26 117 / 0.75); +} +.accent-fuchsia-900\/80{ + accent-color: rgb(112 26 117 / 0.8); +} +.accent-fuchsia-900\/90{ + accent-color: rgb(112 26 117 / 0.9); +} +.accent-fuchsia-900\/95{ + accent-color: rgb(112 26 117 / 0.95); +} +.accent-fuchsia-900\/100{ + accent-color: rgb(112 26 117 / 1); +} +.accent-pink-50\/0{ + accent-color: rgb(253 242 248 / 0); +} +.accent-pink-50\/5{ + accent-color: rgb(253 242 248 / 0.05); +} +.accent-pink-50\/10{ + accent-color: rgb(253 242 248 / 0.1); +} +.accent-pink-50\/20{ + accent-color: rgb(253 242 248 / 0.2); +} +.accent-pink-50\/25{ + accent-color: rgb(253 242 248 / 0.25); +} +.accent-pink-50\/30{ + accent-color: rgb(253 242 248 / 0.3); +} +.accent-pink-50\/40{ + accent-color: rgb(253 242 248 / 0.4); +} +.accent-pink-50\/50{ + accent-color: rgb(253 242 248 / 0.5); +} +.accent-pink-50\/60{ + accent-color: rgb(253 242 248 / 0.6); +} +.accent-pink-50\/70{ + accent-color: rgb(253 242 248 / 0.7); +} +.accent-pink-50\/75{ + accent-color: rgb(253 242 248 / 0.75); +} +.accent-pink-50\/80{ + accent-color: rgb(253 242 248 / 0.8); +} +.accent-pink-50\/90{ + accent-color: rgb(253 242 248 / 0.9); +} +.accent-pink-50\/95{ + accent-color: rgb(253 242 248 / 0.95); +} +.accent-pink-50\/100{ + accent-color: rgb(253 242 248 / 1); +} +.accent-pink-100\/0{ + accent-color: rgb(252 232 243 / 0); +} +.accent-pink-100\/5{ + accent-color: rgb(252 232 243 / 0.05); +} +.accent-pink-100\/10{ + accent-color: rgb(252 232 243 / 0.1); +} +.accent-pink-100\/20{ + accent-color: rgb(252 232 243 / 0.2); +} +.accent-pink-100\/25{ + accent-color: rgb(252 232 243 / 0.25); +} +.accent-pink-100\/30{ + accent-color: rgb(252 232 243 / 0.3); +} +.accent-pink-100\/40{ + accent-color: rgb(252 232 243 / 0.4); +} +.accent-pink-100\/50{ + accent-color: rgb(252 232 243 / 0.5); +} +.accent-pink-100\/60{ + accent-color: rgb(252 232 243 / 0.6); +} +.accent-pink-100\/70{ + accent-color: rgb(252 232 243 / 0.7); +} +.accent-pink-100\/75{ + accent-color: rgb(252 232 243 / 0.75); +} +.accent-pink-100\/80{ + accent-color: rgb(252 232 243 / 0.8); +} +.accent-pink-100\/90{ + accent-color: rgb(252 232 243 / 0.9); +} +.accent-pink-100\/95{ + accent-color: rgb(252 232 243 / 0.95); +} +.accent-pink-100\/100{ + accent-color: rgb(252 232 243 / 1); +} +.accent-pink-200\/0{ + accent-color: rgb(250 209 232 / 0); +} +.accent-pink-200\/5{ + accent-color: rgb(250 209 232 / 0.05); +} +.accent-pink-200\/10{ + accent-color: rgb(250 209 232 / 0.1); +} +.accent-pink-200\/20{ + accent-color: rgb(250 209 232 / 0.2); +} +.accent-pink-200\/25{ + accent-color: rgb(250 209 232 / 0.25); +} +.accent-pink-200\/30{ + accent-color: rgb(250 209 232 / 0.3); +} +.accent-pink-200\/40{ + accent-color: rgb(250 209 232 / 0.4); +} +.accent-pink-200\/50{ + accent-color: rgb(250 209 232 / 0.5); +} +.accent-pink-200\/60{ + accent-color: rgb(250 209 232 / 0.6); +} +.accent-pink-200\/70{ + accent-color: rgb(250 209 232 / 0.7); +} +.accent-pink-200\/75{ + accent-color: rgb(250 209 232 / 0.75); +} +.accent-pink-200\/80{ + accent-color: rgb(250 209 232 / 0.8); +} +.accent-pink-200\/90{ + accent-color: rgb(250 209 232 / 0.9); +} +.accent-pink-200\/95{ + accent-color: rgb(250 209 232 / 0.95); +} +.accent-pink-200\/100{ + accent-color: rgb(250 209 232 / 1); +} +.accent-pink-300\/0{ + accent-color: rgb(248 180 217 / 0); +} +.accent-pink-300\/5{ + accent-color: rgb(248 180 217 / 0.05); +} +.accent-pink-300\/10{ + accent-color: rgb(248 180 217 / 0.1); +} +.accent-pink-300\/20{ + accent-color: rgb(248 180 217 / 0.2); +} +.accent-pink-300\/25{ + accent-color: rgb(248 180 217 / 0.25); +} +.accent-pink-300\/30{ + accent-color: rgb(248 180 217 / 0.3); +} +.accent-pink-300\/40{ + accent-color: rgb(248 180 217 / 0.4); +} +.accent-pink-300\/50{ + accent-color: rgb(248 180 217 / 0.5); +} +.accent-pink-300\/60{ + accent-color: rgb(248 180 217 / 0.6); +} +.accent-pink-300\/70{ + accent-color: rgb(248 180 217 / 0.7); +} +.accent-pink-300\/75{ + accent-color: rgb(248 180 217 / 0.75); +} +.accent-pink-300\/80{ + accent-color: rgb(248 180 217 / 0.8); +} +.accent-pink-300\/90{ + accent-color: rgb(248 180 217 / 0.9); +} +.accent-pink-300\/95{ + accent-color: rgb(248 180 217 / 0.95); +} +.accent-pink-300\/100{ + accent-color: rgb(248 180 217 / 1); +} +.accent-pink-400\/0{ + accent-color: rgb(241 126 184 / 0); +} +.accent-pink-400\/5{ + accent-color: rgb(241 126 184 / 0.05); +} +.accent-pink-400\/10{ + accent-color: rgb(241 126 184 / 0.1); +} +.accent-pink-400\/20{ + accent-color: rgb(241 126 184 / 0.2); +} +.accent-pink-400\/25{ + accent-color: rgb(241 126 184 / 0.25); +} +.accent-pink-400\/30{ + accent-color: rgb(241 126 184 / 0.3); +} +.accent-pink-400\/40{ + accent-color: rgb(241 126 184 / 0.4); +} +.accent-pink-400\/50{ + accent-color: rgb(241 126 184 / 0.5); +} +.accent-pink-400\/60{ + accent-color: rgb(241 126 184 / 0.6); +} +.accent-pink-400\/70{ + accent-color: rgb(241 126 184 / 0.7); +} +.accent-pink-400\/75{ + accent-color: rgb(241 126 184 / 0.75); +} +.accent-pink-400\/80{ + accent-color: rgb(241 126 184 / 0.8); +} +.accent-pink-400\/90{ + accent-color: rgb(241 126 184 / 0.9); +} +.accent-pink-400\/95{ + accent-color: rgb(241 126 184 / 0.95); +} +.accent-pink-400\/100{ + accent-color: rgb(241 126 184 / 1); +} +.accent-pink-500\/0{ + accent-color: rgb(231 70 148 / 0); +} +.accent-pink-500\/5{ + accent-color: rgb(231 70 148 / 0.05); +} +.accent-pink-500\/10{ + accent-color: rgb(231 70 148 / 0.1); +} +.accent-pink-500\/20{ + accent-color: rgb(231 70 148 / 0.2); +} +.accent-pink-500\/25{ + accent-color: rgb(231 70 148 / 0.25); +} +.accent-pink-500\/30{ + accent-color: rgb(231 70 148 / 0.3); +} +.accent-pink-500\/40{ + accent-color: rgb(231 70 148 / 0.4); +} +.accent-pink-500\/50{ + accent-color: rgb(231 70 148 / 0.5); +} +.accent-pink-500\/60{ + accent-color: rgb(231 70 148 / 0.6); +} +.accent-pink-500\/70{ + accent-color: rgb(231 70 148 / 0.7); +} +.accent-pink-500\/75{ + accent-color: rgb(231 70 148 / 0.75); +} +.accent-pink-500\/80{ + accent-color: rgb(231 70 148 / 0.8); +} +.accent-pink-500\/90{ + accent-color: rgb(231 70 148 / 0.9); +} +.accent-pink-500\/95{ + accent-color: rgb(231 70 148 / 0.95); +} +.accent-pink-500\/100{ + accent-color: rgb(231 70 148 / 1); +} +.accent-pink-600\/0{ + accent-color: rgb(214 31 105 / 0); +} +.accent-pink-600\/5{ + accent-color: rgb(214 31 105 / 0.05); +} +.accent-pink-600\/10{ + accent-color: rgb(214 31 105 / 0.1); +} +.accent-pink-600\/20{ + accent-color: rgb(214 31 105 / 0.2); +} +.accent-pink-600\/25{ + accent-color: rgb(214 31 105 / 0.25); +} +.accent-pink-600\/30{ + accent-color: rgb(214 31 105 / 0.3); +} +.accent-pink-600\/40{ + accent-color: rgb(214 31 105 / 0.4); +} +.accent-pink-600\/50{ + accent-color: rgb(214 31 105 / 0.5); +} +.accent-pink-600\/60{ + accent-color: rgb(214 31 105 / 0.6); +} +.accent-pink-600\/70{ + accent-color: rgb(214 31 105 / 0.7); +} +.accent-pink-600\/75{ + accent-color: rgb(214 31 105 / 0.75); +} +.accent-pink-600\/80{ + accent-color: rgb(214 31 105 / 0.8); +} +.accent-pink-600\/90{ + accent-color: rgb(214 31 105 / 0.9); +} +.accent-pink-600\/95{ + accent-color: rgb(214 31 105 / 0.95); +} +.accent-pink-600\/100{ + accent-color: rgb(214 31 105 / 1); +} +.accent-pink-700\/0{ + accent-color: rgb(191 18 93 / 0); +} +.accent-pink-700\/5{ + accent-color: rgb(191 18 93 / 0.05); +} +.accent-pink-700\/10{ + accent-color: rgb(191 18 93 / 0.1); +} +.accent-pink-700\/20{ + accent-color: rgb(191 18 93 / 0.2); +} +.accent-pink-700\/25{ + accent-color: rgb(191 18 93 / 0.25); +} +.accent-pink-700\/30{ + accent-color: rgb(191 18 93 / 0.3); +} +.accent-pink-700\/40{ + accent-color: rgb(191 18 93 / 0.4); +} +.accent-pink-700\/50{ + accent-color: rgb(191 18 93 / 0.5); +} +.accent-pink-700\/60{ + accent-color: rgb(191 18 93 / 0.6); +} +.accent-pink-700\/70{ + accent-color: rgb(191 18 93 / 0.7); +} +.accent-pink-700\/75{ + accent-color: rgb(191 18 93 / 0.75); +} +.accent-pink-700\/80{ + accent-color: rgb(191 18 93 / 0.8); +} +.accent-pink-700\/90{ + accent-color: rgb(191 18 93 / 0.9); +} +.accent-pink-700\/95{ + accent-color: rgb(191 18 93 / 0.95); +} +.accent-pink-700\/100{ + accent-color: rgb(191 18 93 / 1); +} +.accent-pink-800\/0{ + accent-color: rgb(153 21 75 / 0); +} +.accent-pink-800\/5{ + accent-color: rgb(153 21 75 / 0.05); +} +.accent-pink-800\/10{ + accent-color: rgb(153 21 75 / 0.1); +} +.accent-pink-800\/20{ + accent-color: rgb(153 21 75 / 0.2); +} +.accent-pink-800\/25{ + accent-color: rgb(153 21 75 / 0.25); +} +.accent-pink-800\/30{ + accent-color: rgb(153 21 75 / 0.3); +} +.accent-pink-800\/40{ + accent-color: rgb(153 21 75 / 0.4); +} +.accent-pink-800\/50{ + accent-color: rgb(153 21 75 / 0.5); +} +.accent-pink-800\/60{ + accent-color: rgb(153 21 75 / 0.6); +} +.accent-pink-800\/70{ + accent-color: rgb(153 21 75 / 0.7); +} +.accent-pink-800\/75{ + accent-color: rgb(153 21 75 / 0.75); +} +.accent-pink-800\/80{ + accent-color: rgb(153 21 75 / 0.8); +} +.accent-pink-800\/90{ + accent-color: rgb(153 21 75 / 0.9); +} +.accent-pink-800\/95{ + accent-color: rgb(153 21 75 / 0.95); +} +.accent-pink-800\/100{ + accent-color: rgb(153 21 75 / 1); +} +.accent-pink-900\/0{ + accent-color: rgb(117 26 61 / 0); +} +.accent-pink-900\/5{ + accent-color: rgb(117 26 61 / 0.05); +} +.accent-pink-900\/10{ + accent-color: rgb(117 26 61 / 0.1); +} +.accent-pink-900\/20{ + accent-color: rgb(117 26 61 / 0.2); +} +.accent-pink-900\/25{ + accent-color: rgb(117 26 61 / 0.25); +} +.accent-pink-900\/30{ + accent-color: rgb(117 26 61 / 0.3); +} +.accent-pink-900\/40{ + accent-color: rgb(117 26 61 / 0.4); +} +.accent-pink-900\/50{ + accent-color: rgb(117 26 61 / 0.5); +} +.accent-pink-900\/60{ + accent-color: rgb(117 26 61 / 0.6); +} +.accent-pink-900\/70{ + accent-color: rgb(117 26 61 / 0.7); +} +.accent-pink-900\/75{ + accent-color: rgb(117 26 61 / 0.75); +} +.accent-pink-900\/80{ + accent-color: rgb(117 26 61 / 0.8); +} +.accent-pink-900\/90{ + accent-color: rgb(117 26 61 / 0.9); +} +.accent-pink-900\/95{ + accent-color: rgb(117 26 61 / 0.95); +} +.accent-pink-900\/100{ + accent-color: rgb(117 26 61 / 1); +} +.accent-rose-50\/0{ + accent-color: rgb(255 241 242 / 0); +} +.accent-rose-50\/5{ + accent-color: rgb(255 241 242 / 0.05); +} +.accent-rose-50\/10{ + accent-color: rgb(255 241 242 / 0.1); +} +.accent-rose-50\/20{ + accent-color: rgb(255 241 242 / 0.2); +} +.accent-rose-50\/25{ + accent-color: rgb(255 241 242 / 0.25); +} +.accent-rose-50\/30{ + accent-color: rgb(255 241 242 / 0.3); +} +.accent-rose-50\/40{ + accent-color: rgb(255 241 242 / 0.4); +} +.accent-rose-50\/50{ + accent-color: rgb(255 241 242 / 0.5); +} +.accent-rose-50\/60{ + accent-color: rgb(255 241 242 / 0.6); +} +.accent-rose-50\/70{ + accent-color: rgb(255 241 242 / 0.7); +} +.accent-rose-50\/75{ + accent-color: rgb(255 241 242 / 0.75); +} +.accent-rose-50\/80{ + accent-color: rgb(255 241 242 / 0.8); +} +.accent-rose-50\/90{ + accent-color: rgb(255 241 242 / 0.9); +} +.accent-rose-50\/95{ + accent-color: rgb(255 241 242 / 0.95); +} +.accent-rose-50\/100{ + accent-color: rgb(255 241 242 / 1); +} +.accent-rose-100\/0{ + accent-color: rgb(255 228 230 / 0); +} +.accent-rose-100\/5{ + accent-color: rgb(255 228 230 / 0.05); +} +.accent-rose-100\/10{ + accent-color: rgb(255 228 230 / 0.1); +} +.accent-rose-100\/20{ + accent-color: rgb(255 228 230 / 0.2); +} +.accent-rose-100\/25{ + accent-color: rgb(255 228 230 / 0.25); +} +.accent-rose-100\/30{ + accent-color: rgb(255 228 230 / 0.3); +} +.accent-rose-100\/40{ + accent-color: rgb(255 228 230 / 0.4); +} +.accent-rose-100\/50{ + accent-color: rgb(255 228 230 / 0.5); +} +.accent-rose-100\/60{ + accent-color: rgb(255 228 230 / 0.6); +} +.accent-rose-100\/70{ + accent-color: rgb(255 228 230 / 0.7); +} +.accent-rose-100\/75{ + accent-color: rgb(255 228 230 / 0.75); +} +.accent-rose-100\/80{ + accent-color: rgb(255 228 230 / 0.8); +} +.accent-rose-100\/90{ + accent-color: rgb(255 228 230 / 0.9); +} +.accent-rose-100\/95{ + accent-color: rgb(255 228 230 / 0.95); +} +.accent-rose-100\/100{ + accent-color: rgb(255 228 230 / 1); +} +.accent-rose-200\/0{ + accent-color: rgb(254 205 211 / 0); +} +.accent-rose-200\/5{ + accent-color: rgb(254 205 211 / 0.05); +} +.accent-rose-200\/10{ + accent-color: rgb(254 205 211 / 0.1); +} +.accent-rose-200\/20{ + accent-color: rgb(254 205 211 / 0.2); +} +.accent-rose-200\/25{ + accent-color: rgb(254 205 211 / 0.25); +} +.accent-rose-200\/30{ + accent-color: rgb(254 205 211 / 0.3); +} +.accent-rose-200\/40{ + accent-color: rgb(254 205 211 / 0.4); +} +.accent-rose-200\/50{ + accent-color: rgb(254 205 211 / 0.5); +} +.accent-rose-200\/60{ + accent-color: rgb(254 205 211 / 0.6); +} +.accent-rose-200\/70{ + accent-color: rgb(254 205 211 / 0.7); +} +.accent-rose-200\/75{ + accent-color: rgb(254 205 211 / 0.75); +} +.accent-rose-200\/80{ + accent-color: rgb(254 205 211 / 0.8); +} +.accent-rose-200\/90{ + accent-color: rgb(254 205 211 / 0.9); +} +.accent-rose-200\/95{ + accent-color: rgb(254 205 211 / 0.95); +} +.accent-rose-200\/100{ + accent-color: rgb(254 205 211 / 1); +} +.accent-rose-300\/0{ + accent-color: rgb(253 164 175 / 0); +} +.accent-rose-300\/5{ + accent-color: rgb(253 164 175 / 0.05); +} +.accent-rose-300\/10{ + accent-color: rgb(253 164 175 / 0.1); +} +.accent-rose-300\/20{ + accent-color: rgb(253 164 175 / 0.2); +} +.accent-rose-300\/25{ + accent-color: rgb(253 164 175 / 0.25); +} +.accent-rose-300\/30{ + accent-color: rgb(253 164 175 / 0.3); +} +.accent-rose-300\/40{ + accent-color: rgb(253 164 175 / 0.4); +} +.accent-rose-300\/50{ + accent-color: rgb(253 164 175 / 0.5); +} +.accent-rose-300\/60{ + accent-color: rgb(253 164 175 / 0.6); +} +.accent-rose-300\/70{ + accent-color: rgb(253 164 175 / 0.7); +} +.accent-rose-300\/75{ + accent-color: rgb(253 164 175 / 0.75); +} +.accent-rose-300\/80{ + accent-color: rgb(253 164 175 / 0.8); +} +.accent-rose-300\/90{ + accent-color: rgb(253 164 175 / 0.9); +} +.accent-rose-300\/95{ + accent-color: rgb(253 164 175 / 0.95); +} +.accent-rose-300\/100{ + accent-color: rgb(253 164 175 / 1); +} +.accent-rose-400\/0{ + accent-color: rgb(251 113 133 / 0); +} +.accent-rose-400\/5{ + accent-color: rgb(251 113 133 / 0.05); +} +.accent-rose-400\/10{ + accent-color: rgb(251 113 133 / 0.1); +} +.accent-rose-400\/20{ + accent-color: rgb(251 113 133 / 0.2); +} +.accent-rose-400\/25{ + accent-color: rgb(251 113 133 / 0.25); +} +.accent-rose-400\/30{ + accent-color: rgb(251 113 133 / 0.3); +} +.accent-rose-400\/40{ + accent-color: rgb(251 113 133 / 0.4); +} +.accent-rose-400\/50{ + accent-color: rgb(251 113 133 / 0.5); +} +.accent-rose-400\/60{ + accent-color: rgb(251 113 133 / 0.6); +} +.accent-rose-400\/70{ + accent-color: rgb(251 113 133 / 0.7); +} +.accent-rose-400\/75{ + accent-color: rgb(251 113 133 / 0.75); +} +.accent-rose-400\/80{ + accent-color: rgb(251 113 133 / 0.8); +} +.accent-rose-400\/90{ + accent-color: rgb(251 113 133 / 0.9); +} +.accent-rose-400\/95{ + accent-color: rgb(251 113 133 / 0.95); +} +.accent-rose-400\/100{ + accent-color: rgb(251 113 133 / 1); +} +.accent-rose-500\/0{ + accent-color: rgb(244 63 94 / 0); +} +.accent-rose-500\/5{ + accent-color: rgb(244 63 94 / 0.05); +} +.accent-rose-500\/10{ + accent-color: rgb(244 63 94 / 0.1); +} +.accent-rose-500\/20{ + accent-color: rgb(244 63 94 / 0.2); +} +.accent-rose-500\/25{ + accent-color: rgb(244 63 94 / 0.25); +} +.accent-rose-500\/30{ + accent-color: rgb(244 63 94 / 0.3); +} +.accent-rose-500\/40{ + accent-color: rgb(244 63 94 / 0.4); +} +.accent-rose-500\/50{ + accent-color: rgb(244 63 94 / 0.5); +} +.accent-rose-500\/60{ + accent-color: rgb(244 63 94 / 0.6); +} +.accent-rose-500\/70{ + accent-color: rgb(244 63 94 / 0.7); +} +.accent-rose-500\/75{ + accent-color: rgb(244 63 94 / 0.75); +} +.accent-rose-500\/80{ + accent-color: rgb(244 63 94 / 0.8); +} +.accent-rose-500\/90{ + accent-color: rgb(244 63 94 / 0.9); +} +.accent-rose-500\/95{ + accent-color: rgb(244 63 94 / 0.95); +} +.accent-rose-500\/100{ + accent-color: rgb(244 63 94 / 1); +} +.accent-rose-600\/0{ + accent-color: rgb(225 29 72 / 0); +} +.accent-rose-600\/5{ + accent-color: rgb(225 29 72 / 0.05); +} +.accent-rose-600\/10{ + accent-color: rgb(225 29 72 / 0.1); +} +.accent-rose-600\/20{ + accent-color: rgb(225 29 72 / 0.2); +} +.accent-rose-600\/25{ + accent-color: rgb(225 29 72 / 0.25); +} +.accent-rose-600\/30{ + accent-color: rgb(225 29 72 / 0.3); +} +.accent-rose-600\/40{ + accent-color: rgb(225 29 72 / 0.4); +} +.accent-rose-600\/50{ + accent-color: rgb(225 29 72 / 0.5); +} +.accent-rose-600\/60{ + accent-color: rgb(225 29 72 / 0.6); +} +.accent-rose-600\/70{ + accent-color: rgb(225 29 72 / 0.7); +} +.accent-rose-600\/75{ + accent-color: rgb(225 29 72 / 0.75); +} +.accent-rose-600\/80{ + accent-color: rgb(225 29 72 / 0.8); +} +.accent-rose-600\/90{ + accent-color: rgb(225 29 72 / 0.9); +} +.accent-rose-600\/95{ + accent-color: rgb(225 29 72 / 0.95); +} +.accent-rose-600\/100{ + accent-color: rgb(225 29 72 / 1); +} +.accent-rose-700\/0{ + accent-color: rgb(190 18 60 / 0); +} +.accent-rose-700\/5{ + accent-color: rgb(190 18 60 / 0.05); +} +.accent-rose-700\/10{ + accent-color: rgb(190 18 60 / 0.1); +} +.accent-rose-700\/20{ + accent-color: rgb(190 18 60 / 0.2); +} +.accent-rose-700\/25{ + accent-color: rgb(190 18 60 / 0.25); +} +.accent-rose-700\/30{ + accent-color: rgb(190 18 60 / 0.3); +} +.accent-rose-700\/40{ + accent-color: rgb(190 18 60 / 0.4); +} +.accent-rose-700\/50{ + accent-color: rgb(190 18 60 / 0.5); +} +.accent-rose-700\/60{ + accent-color: rgb(190 18 60 / 0.6); +} +.accent-rose-700\/70{ + accent-color: rgb(190 18 60 / 0.7); +} +.accent-rose-700\/75{ + accent-color: rgb(190 18 60 / 0.75); +} +.accent-rose-700\/80{ + accent-color: rgb(190 18 60 / 0.8); +} +.accent-rose-700\/90{ + accent-color: rgb(190 18 60 / 0.9); +} +.accent-rose-700\/95{ + accent-color: rgb(190 18 60 / 0.95); +} +.accent-rose-700\/100{ + accent-color: rgb(190 18 60 / 1); +} +.accent-rose-800\/0{ + accent-color: rgb(159 18 57 / 0); +} +.accent-rose-800\/5{ + accent-color: rgb(159 18 57 / 0.05); +} +.accent-rose-800\/10{ + accent-color: rgb(159 18 57 / 0.1); +} +.accent-rose-800\/20{ + accent-color: rgb(159 18 57 / 0.2); +} +.accent-rose-800\/25{ + accent-color: rgb(159 18 57 / 0.25); +} +.accent-rose-800\/30{ + accent-color: rgb(159 18 57 / 0.3); +} +.accent-rose-800\/40{ + accent-color: rgb(159 18 57 / 0.4); +} +.accent-rose-800\/50{ + accent-color: rgb(159 18 57 / 0.5); +} +.accent-rose-800\/60{ + accent-color: rgb(159 18 57 / 0.6); +} +.accent-rose-800\/70{ + accent-color: rgb(159 18 57 / 0.7); +} +.accent-rose-800\/75{ + accent-color: rgb(159 18 57 / 0.75); +} +.accent-rose-800\/80{ + accent-color: rgb(159 18 57 / 0.8); +} +.accent-rose-800\/90{ + accent-color: rgb(159 18 57 / 0.9); +} +.accent-rose-800\/95{ + accent-color: rgb(159 18 57 / 0.95); +} +.accent-rose-800\/100{ + accent-color: rgb(159 18 57 / 1); +} +.accent-rose-900\/0{ + accent-color: rgb(136 19 55 / 0); +} +.accent-rose-900\/5{ + accent-color: rgb(136 19 55 / 0.05); +} +.accent-rose-900\/10{ + accent-color: rgb(136 19 55 / 0.1); +} +.accent-rose-900\/20{ + accent-color: rgb(136 19 55 / 0.2); +} +.accent-rose-900\/25{ + accent-color: rgb(136 19 55 / 0.25); +} +.accent-rose-900\/30{ + accent-color: rgb(136 19 55 / 0.3); +} +.accent-rose-900\/40{ + accent-color: rgb(136 19 55 / 0.4); +} +.accent-rose-900\/50{ + accent-color: rgb(136 19 55 / 0.5); +} +.accent-rose-900\/60{ + accent-color: rgb(136 19 55 / 0.6); +} +.accent-rose-900\/70{ + accent-color: rgb(136 19 55 / 0.7); +} +.accent-rose-900\/75{ + accent-color: rgb(136 19 55 / 0.75); +} +.accent-rose-900\/80{ + accent-color: rgb(136 19 55 / 0.8); +} +.accent-rose-900\/90{ + accent-color: rgb(136 19 55 / 0.9); +} +.accent-rose-900\/95{ + accent-color: rgb(136 19 55 / 0.95); +} +.accent-rose-900\/100{ + accent-color: rgb(136 19 55 / 1); +} +.accent-rose\/0{ + accent-color: rgb(244 63 94 / 0); +} +.accent-rose\/5{ + accent-color: rgb(244 63 94 / 0.05); +} +.accent-rose\/10{ + accent-color: rgb(244 63 94 / 0.1); +} +.accent-rose\/20{ + accent-color: rgb(244 63 94 / 0.2); +} +.accent-rose\/25{ + accent-color: rgb(244 63 94 / 0.25); +} +.accent-rose\/30{ + accent-color: rgb(244 63 94 / 0.3); +} +.accent-rose\/40{ + accent-color: rgb(244 63 94 / 0.4); +} +.accent-rose\/50{ + accent-color: rgb(244 63 94 / 0.5); +} +.accent-rose\/60{ + accent-color: rgb(244 63 94 / 0.6); +} +.accent-rose\/70{ + accent-color: rgb(244 63 94 / 0.7); +} +.accent-rose\/75{ + accent-color: rgb(244 63 94 / 0.75); +} +.accent-rose\/80{ + accent-color: rgb(244 63 94 / 0.8); +} +.accent-rose\/90{ + accent-color: rgb(244 63 94 / 0.9); +} +.accent-rose\/95{ + accent-color: rgb(244 63 94 / 0.95); +} +.accent-rose\/100{ + accent-color: rgb(244 63 94 / 1); +} +.accent-lilac-100\/0{ + accent-color: rgb(245 247 250 / 0); +} +.accent-lilac-100\/5{ + accent-color: rgb(245 247 250 / 0.05); +} +.accent-lilac-100\/10{ + accent-color: rgb(245 247 250 / 0.1); +} +.accent-lilac-100\/20{ + accent-color: rgb(245 247 250 / 0.2); +} +.accent-lilac-100\/25{ + accent-color: rgb(245 247 250 / 0.25); +} +.accent-lilac-100\/30{ + accent-color: rgb(245 247 250 / 0.3); +} +.accent-lilac-100\/40{ + accent-color: rgb(245 247 250 / 0.4); +} +.accent-lilac-100\/50{ + accent-color: rgb(245 247 250 / 0.5); +} +.accent-lilac-100\/60{ + accent-color: rgb(245 247 250 / 0.6); +} +.accent-lilac-100\/70{ + accent-color: rgb(245 247 250 / 0.7); +} +.accent-lilac-100\/75{ + accent-color: rgb(245 247 250 / 0.75); +} +.accent-lilac-100\/80{ + accent-color: rgb(245 247 250 / 0.8); +} +.accent-lilac-100\/90{ + accent-color: rgb(245 247 250 / 0.9); +} +.accent-lilac-100\/95{ + accent-color: rgb(245 247 250 / 0.95); +} +.accent-lilac-100\/100{ + accent-color: rgb(245 247 250 / 1); +} +.accent-lilac-300\/0{ + accent-color: rgb(237 240 252 / 0); +} +.accent-lilac-300\/5{ + accent-color: rgb(237 240 252 / 0.05); +} +.accent-lilac-300\/10{ + accent-color: rgb(237 240 252 / 0.1); +} +.accent-lilac-300\/20{ + accent-color: rgb(237 240 252 / 0.2); +} +.accent-lilac-300\/25{ + accent-color: rgb(237 240 252 / 0.25); +} +.accent-lilac-300\/30{ + accent-color: rgb(237 240 252 / 0.3); +} +.accent-lilac-300\/40{ + accent-color: rgb(237 240 252 / 0.4); +} +.accent-lilac-300\/50{ + accent-color: rgb(237 240 252 / 0.5); +} +.accent-lilac-300\/60{ + accent-color: rgb(237 240 252 / 0.6); +} +.accent-lilac-300\/70{ + accent-color: rgb(237 240 252 / 0.7); +} +.accent-lilac-300\/75{ + accent-color: rgb(237 240 252 / 0.75); +} +.accent-lilac-300\/80{ + accent-color: rgb(237 240 252 / 0.8); +} +.accent-lilac-300\/90{ + accent-color: rgb(237 240 252 / 0.9); +} +.accent-lilac-300\/95{ + accent-color: rgb(237 240 252 / 0.95); +} +.accent-lilac-300\/100{ + accent-color: rgb(237 240 252 / 1); +} +.accent-lilac-900\/0{ + accent-color: rgb(220 226 249 / 0); +} +.accent-lilac-900\/5{ + accent-color: rgb(220 226 249 / 0.05); +} +.accent-lilac-900\/10{ + accent-color: rgb(220 226 249 / 0.1); +} +.accent-lilac-900\/20{ + accent-color: rgb(220 226 249 / 0.2); +} +.accent-lilac-900\/25{ + accent-color: rgb(220 226 249 / 0.25); +} +.accent-lilac-900\/30{ + accent-color: rgb(220 226 249 / 0.3); +} +.accent-lilac-900\/40{ + accent-color: rgb(220 226 249 / 0.4); +} +.accent-lilac-900\/50{ + accent-color: rgb(220 226 249 / 0.5); +} +.accent-lilac-900\/60{ + accent-color: rgb(220 226 249 / 0.6); +} +.accent-lilac-900\/70{ + accent-color: rgb(220 226 249 / 0.7); +} +.accent-lilac-900\/75{ + accent-color: rgb(220 226 249 / 0.75); +} +.accent-lilac-900\/80{ + accent-color: rgb(220 226 249 / 0.8); +} +.accent-lilac-900\/90{ + accent-color: rgb(220 226 249 / 0.9); +} +.accent-lilac-900\/95{ + accent-color: rgb(220 226 249 / 0.95); +} +.accent-lilac-900\/100{ + accent-color: rgb(220 226 249 / 1); +} +.accent-lilac\/0{ + accent-color: rgb(248 249 254 / 0); +} +.accent-lilac\/5{ + accent-color: rgb(248 249 254 / 0.05); +} +.accent-lilac\/10{ + accent-color: rgb(248 249 254 / 0.1); +} +.accent-lilac\/20{ + accent-color: rgb(248 249 254 / 0.2); +} +.accent-lilac\/25{ + accent-color: rgb(248 249 254 / 0.25); +} +.accent-lilac\/30{ + accent-color: rgb(248 249 254 / 0.3); +} +.accent-lilac\/40{ + accent-color: rgb(248 249 254 / 0.4); +} +.accent-lilac\/50{ + accent-color: rgb(248 249 254 / 0.5); +} +.accent-lilac\/60{ + accent-color: rgb(248 249 254 / 0.6); +} +.accent-lilac\/70{ + accent-color: rgb(248 249 254 / 0.7); +} +.accent-lilac\/75{ + accent-color: rgb(248 249 254 / 0.75); +} +.accent-lilac\/80{ + accent-color: rgb(248 249 254 / 0.8); +} +.accent-lilac\/90{ + accent-color: rgb(248 249 254 / 0.9); +} +.accent-lilac\/95{ + accent-color: rgb(248 249 254 / 0.95); +} +.accent-lilac\/100{ + accent-color: rgb(248 249 254 / 1); +} +.accent-golden-900\/0{ + accent-color: rgb(191 184 130 / 0); +} +.accent-golden-900\/5{ + accent-color: rgb(191 184 130 / 0.05); +} +.accent-golden-900\/10{ + accent-color: rgb(191 184 130 / 0.1); +} +.accent-golden-900\/20{ + accent-color: rgb(191 184 130 / 0.2); +} +.accent-golden-900\/25{ + accent-color: rgb(191 184 130 / 0.25); +} +.accent-golden-900\/30{ + accent-color: rgb(191 184 130 / 0.3); +} +.accent-golden-900\/40{ + accent-color: rgb(191 184 130 / 0.4); +} +.accent-golden-900\/50{ + accent-color: rgb(191 184 130 / 0.5); +} +.accent-golden-900\/60{ + accent-color: rgb(191 184 130 / 0.6); +} +.accent-golden-900\/70{ + accent-color: rgb(191 184 130 / 0.7); +} +.accent-golden-900\/75{ + accent-color: rgb(191 184 130 / 0.75); +} +.accent-golden-900\/80{ + accent-color: rgb(191 184 130 / 0.8); +} +.accent-golden-900\/90{ + accent-color: rgb(191 184 130 / 0.9); +} +.accent-golden-900\/95{ + accent-color: rgb(191 184 130 / 0.95); +} +.accent-golden-900\/100{ + accent-color: rgb(191 184 130 / 1); +} +.accent-golden\/0{ + accent-color: rgb(209 201 137 / 0); +} +.accent-golden\/5{ + accent-color: rgb(209 201 137 / 0.05); +} +.accent-golden\/10{ + accent-color: rgb(209 201 137 / 0.1); +} +.accent-golden\/20{ + accent-color: rgb(209 201 137 / 0.2); +} +.accent-golden\/25{ + accent-color: rgb(209 201 137 / 0.25); +} +.accent-golden\/30{ + accent-color: rgb(209 201 137 / 0.3); +} +.accent-golden\/40{ + accent-color: rgb(209 201 137 / 0.4); +} +.accent-golden\/50{ + accent-color: rgb(209 201 137 / 0.5); +} +.accent-golden\/60{ + accent-color: rgb(209 201 137 / 0.6); +} +.accent-golden\/70{ + accent-color: rgb(209 201 137 / 0.7); +} +.accent-golden\/75{ + accent-color: rgb(209 201 137 / 0.75); +} +.accent-golden\/80{ + accent-color: rgb(209 201 137 / 0.8); +} +.accent-golden\/90{ + accent-color: rgb(209 201 137 / 0.9); +} +.accent-golden\/95{ + accent-color: rgb(209 201 137 / 0.95); +} +.accent-golden\/100{ + accent-color: rgb(209 201 137 / 1); +} +.accent-status-success\/0{ + accent-color: rgb(241 246 238 / 0); +} +.accent-status-success\/5{ + accent-color: rgb(241 246 238 / 0.05); +} +.accent-status-success\/10{ + accent-color: rgb(241 246 238 / 0.1); +} +.accent-status-success\/20{ + accent-color: rgb(241 246 238 / 0.2); +} +.accent-status-success\/25{ + accent-color: rgb(241 246 238 / 0.25); +} +.accent-status-success\/30{ + accent-color: rgb(241 246 238 / 0.3); +} +.accent-status-success\/40{ + accent-color: rgb(241 246 238 / 0.4); +} +.accent-status-success\/50{ + accent-color: rgb(241 246 238 / 0.5); +} +.accent-status-success\/60{ + accent-color: rgb(241 246 238 / 0.6); +} +.accent-status-success\/70{ + accent-color: rgb(241 246 238 / 0.7); +} +.accent-status-success\/75{ + accent-color: rgb(241 246 238 / 0.75); +} +.accent-status-success\/80{ + accent-color: rgb(241 246 238 / 0.8); +} +.accent-status-success\/90{ + accent-color: rgb(241 246 238 / 0.9); +} +.accent-status-success\/95{ + accent-color: rgb(241 246 238 / 0.95); +} +.accent-status-success\/100{ + accent-color: rgb(241 246 238 / 1); +} +.accent-status-danger\/0{ + accent-color: rgb(250 230 230 / 0); +} +.accent-status-danger\/5{ + accent-color: rgb(250 230 230 / 0.05); +} +.accent-status-danger\/10{ + accent-color: rgb(250 230 230 / 0.1); +} +.accent-status-danger\/20{ + accent-color: rgb(250 230 230 / 0.2); +} +.accent-status-danger\/25{ + accent-color: rgb(250 230 230 / 0.25); +} +.accent-status-danger\/30{ + accent-color: rgb(250 230 230 / 0.3); +} +.accent-status-danger\/40{ + accent-color: rgb(250 230 230 / 0.4); +} +.accent-status-danger\/50{ + accent-color: rgb(250 230 230 / 0.5); +} +.accent-status-danger\/60{ + accent-color: rgb(250 230 230 / 0.6); +} +.accent-status-danger\/70{ + accent-color: rgb(250 230 230 / 0.7); +} +.accent-status-danger\/75{ + accent-color: rgb(250 230 230 / 0.75); +} +.accent-status-danger\/80{ + accent-color: rgb(250 230 230 / 0.8); +} +.accent-status-danger\/90{ + accent-color: rgb(250 230 230 / 0.9); +} +.accent-status-danger\/95{ + accent-color: rgb(250 230 230 / 0.95); +} +.accent-status-danger\/100{ + accent-color: rgb(250 230 230 / 1); +} +.accent-status-sent\/0{ + accent-color: rgb(254 245 231 / 0); +} +.accent-status-sent\/5{ + accent-color: rgb(254 245 231 / 0.05); +} +.accent-status-sent\/10{ + accent-color: rgb(254 245 231 / 0.1); +} +.accent-status-sent\/20{ + accent-color: rgb(254 245 231 / 0.2); +} +.accent-status-sent\/25{ + accent-color: rgb(254 245 231 / 0.25); +} +.accent-status-sent\/30{ + accent-color: rgb(254 245 231 / 0.3); +} +.accent-status-sent\/40{ + accent-color: rgb(254 245 231 / 0.4); +} +.accent-status-sent\/50{ + accent-color: rgb(254 245 231 / 0.5); +} +.accent-status-sent\/60{ + accent-color: rgb(254 245 231 / 0.6); +} +.accent-status-sent\/70{ + accent-color: rgb(254 245 231 / 0.7); +} +.accent-status-sent\/75{ + accent-color: rgb(254 245 231 / 0.75); +} +.accent-status-sent\/80{ + accent-color: rgb(254 245 231 / 0.8); +} +.accent-status-sent\/90{ + accent-color: rgb(254 245 231 / 0.9); +} +.accent-status-sent\/95{ + accent-color: rgb(254 245 231 / 0.95); +} +.accent-status-sent\/100{ + accent-color: rgb(254 245 231 / 1); +} +.accent-status-viewed\/0{ + accent-color: rgb(238 238 243 / 0); +} +.accent-status-viewed\/5{ + accent-color: rgb(238 238 243 / 0.05); +} +.accent-status-viewed\/10{ + accent-color: rgb(238 238 243 / 0.1); +} +.accent-status-viewed\/20{ + accent-color: rgb(238 238 243 / 0.2); +} +.accent-status-viewed\/25{ + accent-color: rgb(238 238 243 / 0.25); +} +.accent-status-viewed\/30{ + accent-color: rgb(238 238 243 / 0.3); +} +.accent-status-viewed\/40{ + accent-color: rgb(238 238 243 / 0.4); +} +.accent-status-viewed\/50{ + accent-color: rgb(238 238 243 / 0.5); +} +.accent-status-viewed\/60{ + accent-color: rgb(238 238 243 / 0.6); +} +.accent-status-viewed\/70{ + accent-color: rgb(238 238 243 / 0.7); +} +.accent-status-viewed\/75{ + accent-color: rgb(238 238 243 / 0.75); +} +.accent-status-viewed\/80{ + accent-color: rgb(238 238 243 / 0.8); +} +.accent-status-viewed\/90{ + accent-color: rgb(238 238 243 / 0.9); +} +.accent-status-viewed\/95{ + accent-color: rgb(238 238 243 / 0.95); +} +.accent-status-viewed\/100{ + accent-color: rgb(238 238 243 / 1); +} +.accent-status-draft\/0{ + accent-color: rgb(236 236 236 / 0); +} +.accent-status-draft\/5{ + accent-color: rgb(236 236 236 / 0.05); +} +.accent-status-draft\/10{ + accent-color: rgb(236 236 236 / 0.1); +} +.accent-status-draft\/20{ + accent-color: rgb(236 236 236 / 0.2); +} +.accent-status-draft\/25{ + accent-color: rgb(236 236 236 / 0.25); +} +.accent-status-draft\/30{ + accent-color: rgb(236 236 236 / 0.3); +} +.accent-status-draft\/40{ + accent-color: rgb(236 236 236 / 0.4); +} +.accent-status-draft\/50{ + accent-color: rgb(236 236 236 / 0.5); +} +.accent-status-draft\/60{ + accent-color: rgb(236 236 236 / 0.6); +} +.accent-status-draft\/70{ + accent-color: rgb(236 236 236 / 0.7); +} +.accent-status-draft\/75{ + accent-color: rgb(236 236 236 / 0.75); +} +.accent-status-draft\/80{ + accent-color: rgb(236 236 236 / 0.8); +} +.accent-status-draft\/90{ + accent-color: rgb(236 236 236 / 0.9); +} +.accent-status-draft\/95{ + accent-color: rgb(236 236 236 / 0.95); +} +.accent-status-draft\/100{ + accent-color: rgb(236 236 236 / 1); +} +.accent-status-partial\/0{ + accent-color: rgb(230 241 246 / 0); +} +.accent-status-partial\/5{ + accent-color: rgb(230 241 246 / 0.05); +} +.accent-status-partial\/10{ + accent-color: rgb(230 241 246 / 0.1); +} +.accent-status-partial\/20{ + accent-color: rgb(230 241 246 / 0.2); +} +.accent-status-partial\/25{ + accent-color: rgb(230 241 246 / 0.25); +} +.accent-status-partial\/30{ + accent-color: rgb(230 241 246 / 0.3); +} +.accent-status-partial\/40{ + accent-color: rgb(230 241 246 / 0.4); +} +.accent-status-partial\/50{ + accent-color: rgb(230 241 246 / 0.5); +} +.accent-status-partial\/60{ + accent-color: rgb(230 241 246 / 0.6); +} +.accent-status-partial\/70{ + accent-color: rgb(230 241 246 / 0.7); +} +.accent-status-partial\/75{ + accent-color: rgb(230 241 246 / 0.75); +} +.accent-status-partial\/80{ + accent-color: rgb(230 241 246 / 0.8); +} +.accent-status-partial\/90{ + accent-color: rgb(230 241 246 / 0.9); +} +.accent-status-partial\/95{ + accent-color: rgb(230 241 246 / 0.95); +} +.accent-status-partial\/100{ + accent-color: rgb(230 241 246 / 1); +} +.accent-status-canceled\/0{ + accent-color: rgb(40 40 40 / 0); +} +.accent-status-canceled\/5{ + accent-color: rgb(40 40 40 / 0.05); +} +.accent-status-canceled\/10{ + accent-color: rgb(40 40 40 / 0.1); +} +.accent-status-canceled\/20{ + accent-color: rgb(40 40 40 / 0.2); +} +.accent-status-canceled\/25{ + accent-color: rgb(40 40 40 / 0.25); +} +.accent-status-canceled\/30{ + accent-color: rgb(40 40 40 / 0.3); +} +.accent-status-canceled\/40{ + accent-color: rgb(40 40 40 / 0.4); +} +.accent-status-canceled\/50{ + accent-color: rgb(40 40 40 / 0.5); +} +.accent-status-canceled\/60{ + accent-color: rgb(40 40 40 / 0.6); +} +.accent-status-canceled\/70{ + accent-color: rgb(40 40 40 / 0.7); +} +.accent-status-canceled\/75{ + accent-color: rgb(40 40 40 / 0.75); +} +.accent-status-canceled\/80{ + accent-color: rgb(40 40 40 / 0.8); +} +.accent-status-canceled\/90{ + accent-color: rgb(40 40 40 / 0.9); +} +.accent-status-canceled\/95{ + accent-color: rgb(40 40 40 / 0.95); +} +.accent-status-canceled\/100{ + accent-color: rgb(40 40 40 / 1); +} +.accent-status-warning\/0{ + accent-color: rgb(254 245 231 / 0); +} +.accent-status-warning\/5{ + accent-color: rgb(254 245 231 / 0.05); +} +.accent-status-warning\/10{ + accent-color: rgb(254 245 231 / 0.1); +} +.accent-status-warning\/20{ + accent-color: rgb(254 245 231 / 0.2); +} +.accent-status-warning\/25{ + accent-color: rgb(254 245 231 / 0.25); +} +.accent-status-warning\/30{ + accent-color: rgb(254 245 231 / 0.3); +} +.accent-status-warning\/40{ + accent-color: rgb(254 245 231 / 0.4); +} +.accent-status-warning\/50{ + accent-color: rgb(254 245 231 / 0.5); +} +.accent-status-warning\/60{ + accent-color: rgb(254 245 231 / 0.6); +} +.accent-status-warning\/70{ + accent-color: rgb(254 245 231 / 0.7); +} +.accent-status-warning\/75{ + accent-color: rgb(254 245 231 / 0.75); +} +.accent-status-warning\/80{ + accent-color: rgb(254 245 231 / 0.8); +} +.accent-status-warning\/90{ + accent-color: rgb(254 245 231 / 0.9); +} +.accent-status-warning\/95{ + accent-color: rgb(254 245 231 / 0.95); +} +.accent-status-warning\/100{ + accent-color: rgb(254 245 231 / 1); +} +.accent-text-status-success\/0{ + accent-color: rgb(99 145 74 / 0); +} +.accent-text-status-success\/5{ + accent-color: rgb(99 145 74 / 0.05); +} +.accent-text-status-success\/10{ + accent-color: rgb(99 145 74 / 0.1); +} +.accent-text-status-success\/20{ + accent-color: rgb(99 145 74 / 0.2); +} +.accent-text-status-success\/25{ + accent-color: rgb(99 145 74 / 0.25); +} +.accent-text-status-success\/30{ + accent-color: rgb(99 145 74 / 0.3); +} +.accent-text-status-success\/40{ + accent-color: rgb(99 145 74 / 0.4); +} +.accent-text-status-success\/50{ + accent-color: rgb(99 145 74 / 0.5); +} +.accent-text-status-success\/60{ + accent-color: rgb(99 145 74 / 0.6); +} +.accent-text-status-success\/70{ + accent-color: rgb(99 145 74 / 0.7); +} +.accent-text-status-success\/75{ + accent-color: rgb(99 145 74 / 0.75); +} +.accent-text-status-success\/80{ + accent-color: rgb(99 145 74 / 0.8); +} +.accent-text-status-success\/90{ + accent-color: rgb(99 145 74 / 0.9); +} +.accent-text-status-success\/95{ + accent-color: rgb(99 145 74 / 0.95); +} +.accent-text-status-success\/100{ + accent-color: rgb(99 145 74 / 1); +} +.accent-text-status-danger\/0{ + accent-color: rgb(184 0 0 / 0); +} +.accent-text-status-danger\/5{ + accent-color: rgb(184 0 0 / 0.05); +} +.accent-text-status-danger\/10{ + accent-color: rgb(184 0 0 / 0.1); +} +.accent-text-status-danger\/20{ + accent-color: rgb(184 0 0 / 0.2); +} +.accent-text-status-danger\/25{ + accent-color: rgb(184 0 0 / 0.25); +} +.accent-text-status-danger\/30{ + accent-color: rgb(184 0 0 / 0.3); +} +.accent-text-status-danger\/40{ + accent-color: rgb(184 0 0 / 0.4); +} +.accent-text-status-danger\/50{ + accent-color: rgb(184 0 0 / 0.5); +} +.accent-text-status-danger\/60{ + accent-color: rgb(184 0 0 / 0.6); +} +.accent-text-status-danger\/70{ + accent-color: rgb(184 0 0 / 0.7); +} +.accent-text-status-danger\/75{ + accent-color: rgb(184 0 0 / 0.75); +} +.accent-text-status-danger\/80{ + accent-color: rgb(184 0 0 / 0.8); +} +.accent-text-status-danger\/90{ + accent-color: rgb(184 0 0 / 0.9); +} +.accent-text-status-danger\/95{ + accent-color: rgb(184 0 0 / 0.95); +} +.accent-text-status-danger\/100{ + accent-color: rgb(184 0 0 / 1); +} +.accent-text-status-sent\/0{ + accent-color: rgb(221 142 10 / 0); +} +.accent-text-status-sent\/5{ + accent-color: rgb(221 142 10 / 0.05); +} +.accent-text-status-sent\/10{ + accent-color: rgb(221 142 10 / 0.1); +} +.accent-text-status-sent\/20{ + accent-color: rgb(221 142 10 / 0.2); +} +.accent-text-status-sent\/25{ + accent-color: rgb(221 142 10 / 0.25); +} +.accent-text-status-sent\/30{ + accent-color: rgb(221 142 10 / 0.3); +} +.accent-text-status-sent\/40{ + accent-color: rgb(221 142 10 / 0.4); +} +.accent-text-status-sent\/50{ + accent-color: rgb(221 142 10 / 0.5); +} +.accent-text-status-sent\/60{ + accent-color: rgb(221 142 10 / 0.6); +} +.accent-text-status-sent\/70{ + accent-color: rgb(221 142 10 / 0.7); +} +.accent-text-status-sent\/75{ + accent-color: rgb(221 142 10 / 0.75); +} +.accent-text-status-sent\/80{ + accent-color: rgb(221 142 10 / 0.8); +} +.accent-text-status-sent\/90{ + accent-color: rgb(221 142 10 / 0.9); +} +.accent-text-status-sent\/95{ + accent-color: rgb(221 142 10 / 0.95); +} +.accent-text-status-sent\/100{ + accent-color: rgb(221 142 10 / 1); +} +.accent-text-status-viewed\/0{ + accent-color: rgb(77 79 125 / 0); +} +.accent-text-status-viewed\/5{ + accent-color: rgb(77 79 125 / 0.05); +} +.accent-text-status-viewed\/10{ + accent-color: rgb(77 79 125 / 0.1); +} +.accent-text-status-viewed\/20{ + accent-color: rgb(77 79 125 / 0.2); +} +.accent-text-status-viewed\/25{ + accent-color: rgb(77 79 125 / 0.25); +} +.accent-text-status-viewed\/30{ + accent-color: rgb(77 79 125 / 0.3); +} +.accent-text-status-viewed\/40{ + accent-color: rgb(77 79 125 / 0.4); +} +.accent-text-status-viewed\/50{ + accent-color: rgb(77 79 125 / 0.5); +} +.accent-text-status-viewed\/60{ + accent-color: rgb(77 79 125 / 0.6); +} +.accent-text-status-viewed\/70{ + accent-color: rgb(77 79 125 / 0.7); +} +.accent-text-status-viewed\/75{ + accent-color: rgb(77 79 125 / 0.75); +} +.accent-text-status-viewed\/80{ + accent-color: rgb(77 79 125 / 0.8); +} +.accent-text-status-viewed\/90{ + accent-color: rgb(77 79 125 / 0.9); +} +.accent-text-status-viewed\/95{ + accent-color: rgb(77 79 125 / 0.95); +} +.accent-text-status-viewed\/100{ + accent-color: rgb(77 79 125 / 1); +} +.accent-text-status-draft\/0{ + accent-color: rgb(59 59 59 / 0); +} +.accent-text-status-draft\/5{ + accent-color: rgb(59 59 59 / 0.05); +} +.accent-text-status-draft\/10{ + accent-color: rgb(59 59 59 / 0.1); +} +.accent-text-status-draft\/20{ + accent-color: rgb(59 59 59 / 0.2); +} +.accent-text-status-draft\/25{ + accent-color: rgb(59 59 59 / 0.25); +} +.accent-text-status-draft\/30{ + accent-color: rgb(59 59 59 / 0.3); +} +.accent-text-status-draft\/40{ + accent-color: rgb(59 59 59 / 0.4); +} +.accent-text-status-draft\/50{ + accent-color: rgb(59 59 59 / 0.5); +} +.accent-text-status-draft\/60{ + accent-color: rgb(59 59 59 / 0.6); +} +.accent-text-status-draft\/70{ + accent-color: rgb(59 59 59 / 0.7); +} +.accent-text-status-draft\/75{ + accent-color: rgb(59 59 59 / 0.75); +} +.accent-text-status-draft\/80{ + accent-color: rgb(59 59 59 / 0.8); +} +.accent-text-status-draft\/90{ + accent-color: rgb(59 59 59 / 0.9); +} +.accent-text-status-draft\/95{ + accent-color: rgb(59 59 59 / 0.95); +} +.accent-text-status-draft\/100{ + accent-color: rgb(59 59 59 / 1); +} +.accent-text-status-partial\/0{ + accent-color: rgb(0 99 149 / 0); +} +.accent-text-status-partial\/5{ + accent-color: rgb(0 99 149 / 0.05); +} +.accent-text-status-partial\/10{ + accent-color: rgb(0 99 149 / 0.1); +} +.accent-text-status-partial\/20{ + accent-color: rgb(0 99 149 / 0.2); +} +.accent-text-status-partial\/25{ + accent-color: rgb(0 99 149 / 0.25); +} +.accent-text-status-partial\/30{ + accent-color: rgb(0 99 149 / 0.3); +} +.accent-text-status-partial\/40{ + accent-color: rgb(0 99 149 / 0.4); +} +.accent-text-status-partial\/50{ + accent-color: rgb(0 99 149 / 0.5); +} +.accent-text-status-partial\/60{ + accent-color: rgb(0 99 149 / 0.6); +} +.accent-text-status-partial\/70{ + accent-color: rgb(0 99 149 / 0.7); +} +.accent-text-status-partial\/75{ + accent-color: rgb(0 99 149 / 0.75); +} +.accent-text-status-partial\/80{ + accent-color: rgb(0 99 149 / 0.8); +} +.accent-text-status-partial\/90{ + accent-color: rgb(0 99 149 / 0.9); +} +.accent-text-status-partial\/95{ + accent-color: rgb(0 99 149 / 0.95); +} +.accent-text-status-partial\/100{ + accent-color: rgb(0 99 149 / 1); +} +.accent-text-status-canceled\/0{ + accent-color: rgb(255 255 255 / 0); +} +.accent-text-status-canceled\/5{ + accent-color: rgb(255 255 255 / 0.05); +} +.accent-text-status-canceled\/10{ + accent-color: rgb(255 255 255 / 0.1); +} +.accent-text-status-canceled\/20{ + accent-color: rgb(255 255 255 / 0.2); +} +.accent-text-status-canceled\/25{ + accent-color: rgb(255 255 255 / 0.25); +} +.accent-text-status-canceled\/30{ + accent-color: rgb(255 255 255 / 0.3); +} +.accent-text-status-canceled\/40{ + accent-color: rgb(255 255 255 / 0.4); +} +.accent-text-status-canceled\/50{ + accent-color: rgb(255 255 255 / 0.5); +} +.accent-text-status-canceled\/60{ + accent-color: rgb(255 255 255 / 0.6); +} +.accent-text-status-canceled\/70{ + accent-color: rgb(255 255 255 / 0.7); +} +.accent-text-status-canceled\/75{ + accent-color: rgb(255 255 255 / 0.75); +} +.accent-text-status-canceled\/80{ + accent-color: rgb(255 255 255 / 0.8); +} +.accent-text-status-canceled\/90{ + accent-color: rgb(255 255 255 / 0.9); +} +.accent-text-status-canceled\/95{ + accent-color: rgb(255 255 255 / 0.95); +} +.accent-text-status-canceled\/100{ + accent-color: rgb(255 255 255 / 1); +} +.accent-text-status-warning\/0{ + accent-color: rgb(184 119 8 / 0); +} +.accent-text-status-warning\/5{ + accent-color: rgb(184 119 8 / 0.05); +} +.accent-text-status-warning\/10{ + accent-color: rgb(184 119 8 / 0.1); +} +.accent-text-status-warning\/20{ + accent-color: rgb(184 119 8 / 0.2); +} +.accent-text-status-warning\/25{ + accent-color: rgb(184 119 8 / 0.25); +} +.accent-text-status-warning\/30{ + accent-color: rgb(184 119 8 / 0.3); +} +.accent-text-status-warning\/40{ + accent-color: rgb(184 119 8 / 0.4); +} +.accent-text-status-warning\/50{ + accent-color: rgb(184 119 8 / 0.5); +} +.accent-text-status-warning\/60{ + accent-color: rgb(184 119 8 / 0.6); +} +.accent-text-status-warning\/70{ + accent-color: rgb(184 119 8 / 0.7); +} +.accent-text-status-warning\/75{ + accent-color: rgb(184 119 8 / 0.75); +} +.accent-text-status-warning\/80{ + accent-color: rgb(184 119 8 / 0.8); +} +.accent-text-status-warning\/90{ + accent-color: rgb(184 119 8 / 0.9); +} +.accent-text-status-warning\/95{ + accent-color: rgb(184 119 8 / 0.95); +} +.accent-text-status-warning\/100{ + accent-color: rgb(184 119 8 / 1); +} +.accent-body\/0{ + accent-color: rgb(252 252 252 / 0); +} +.accent-body\/5{ + accent-color: rgb(252 252 252 / 0.05); +} +.accent-body\/10{ + accent-color: rgb(252 252 252 / 0.1); +} +.accent-body\/20{ + accent-color: rgb(252 252 252 / 0.2); +} +.accent-body\/25{ + accent-color: rgb(252 252 252 / 0.25); +} +.accent-body\/30{ + accent-color: rgb(252 252 252 / 0.3); +} +.accent-body\/40{ + accent-color: rgb(252 252 252 / 0.4); +} +.accent-body\/50{ + accent-color: rgb(252 252 252 / 0.5); +} +.accent-body\/60{ + accent-color: rgb(252 252 252 / 0.6); +} +.accent-body\/70{ + accent-color: rgb(252 252 252 / 0.7); +} +.accent-body\/75{ + accent-color: rgb(252 252 252 / 0.75); +} +.accent-body\/80{ + accent-color: rgb(252 252 252 / 0.8); +} +.accent-body\/90{ + accent-color: rgb(252 252 252 / 0.9); +} +.accent-body\/95{ + accent-color: rgb(252 252 252 / 0.95); +} +.accent-body\/100{ + accent-color: rgb(252 252 252 / 1); +} +.accent-light-gray\/0{ + accent-color: rgb(199 201 217 / 0); +} +.accent-light-gray\/5{ + accent-color: rgb(199 201 217 / 0.05); +} +.accent-light-gray\/10{ + accent-color: rgb(199 201 217 / 0.1); +} +.accent-light-gray\/20{ + accent-color: rgb(199 201 217 / 0.2); +} +.accent-light-gray\/25{ + accent-color: rgb(199 201 217 / 0.25); +} +.accent-light-gray\/30{ + accent-color: rgb(199 201 217 / 0.3); +} +.accent-light-gray\/40{ + accent-color: rgb(199 201 217 / 0.4); +} +.accent-light-gray\/50{ + accent-color: rgb(199 201 217 / 0.5); +} +.accent-light-gray\/60{ + accent-color: rgb(199 201 217 / 0.6); +} +.accent-light-gray\/70{ + accent-color: rgb(199 201 217 / 0.7); +} +.accent-light-gray\/75{ + accent-color: rgb(199 201 217 / 0.75); +} +.accent-light-gray\/80{ + accent-color: rgb(199 201 217 / 0.8); +} +.accent-light-gray\/90{ + accent-color: rgb(199 201 217 / 0.9); +} +.accent-light-gray\/95{ + accent-color: rgb(199 201 217 / 0.95); +} +.accent-light-gray\/100{ + accent-color: rgb(199 201 217 / 1); +} +.accent-dark-blue\/0{ + accent-color: rgb(21 40 75 / 0); +} +.accent-dark-blue\/5{ + accent-color: rgb(21 40 75 / 0.05); +} +.accent-dark-blue\/10{ + accent-color: rgb(21 40 75 / 0.1); +} +.accent-dark-blue\/20{ + accent-color: rgb(21 40 75 / 0.2); +} +.accent-dark-blue\/25{ + accent-color: rgb(21 40 75 / 0.25); +} +.accent-dark-blue\/30{ + accent-color: rgb(21 40 75 / 0.3); +} +.accent-dark-blue\/40{ + accent-color: rgb(21 40 75 / 0.4); +} +.accent-dark-blue\/50{ + accent-color: rgb(21 40 75 / 0.5); +} +.accent-dark-blue\/60{ + accent-color: rgb(21 40 75 / 0.6); +} +.accent-dark-blue\/70{ + accent-color: rgb(21 40 75 / 0.7); +} +.accent-dark-blue\/75{ + accent-color: rgb(21 40 75 / 0.75); +} +.accent-dark-blue\/80{ + accent-color: rgb(21 40 75 / 0.8); +} +.accent-dark-blue\/90{ + accent-color: rgb(21 40 75 / 0.9); +} +.accent-dark-blue\/95{ + accent-color: rgb(21 40 75 / 0.95); +} +.accent-dark-blue\/100{ + accent-color: rgb(21 40 75 / 1); +} +.accent-lighter-gray\/0{ + accent-color: rgb(242 242 245 / 0); +} +.accent-lighter-gray\/5{ + accent-color: rgb(242 242 245 / 0.05); +} +.accent-lighter-gray\/10{ + accent-color: rgb(242 242 245 / 0.1); +} +.accent-lighter-gray\/20{ + accent-color: rgb(242 242 245 / 0.2); +} +.accent-lighter-gray\/25{ + accent-color: rgb(242 242 245 / 0.25); +} +.accent-lighter-gray\/30{ + accent-color: rgb(242 242 245 / 0.3); +} +.accent-lighter-gray\/40{ + accent-color: rgb(242 242 245 / 0.4); +} +.accent-lighter-gray\/50{ + accent-color: rgb(242 242 245 / 0.5); +} +.accent-lighter-gray\/60{ + accent-color: rgb(242 242 245 / 0.6); +} +.accent-lighter-gray\/70{ + accent-color: rgb(242 242 245 / 0.7); +} +.accent-lighter-gray\/75{ + accent-color: rgb(242 242 245 / 0.75); +} +.accent-lighter-gray\/80{ + accent-color: rgb(242 242 245 / 0.8); +} +.accent-lighter-gray\/90{ + accent-color: rgb(242 242 245 / 0.9); +} +.accent-lighter-gray\/95{ + accent-color: rgb(242 242 245 / 0.95); +} +.accent-lighter-gray\/100{ + accent-color: rgb(242 242 245 / 1); +} +.accent-purple-lighter\/0{ + accent-color: rgb(242 244 252 / 0); +} +.accent-purple-lighter\/5{ + accent-color: rgb(242 244 252 / 0.05); +} +.accent-purple-lighter\/10{ + accent-color: rgb(242 244 252 / 0.1); +} +.accent-purple-lighter\/20{ + accent-color: rgb(242 244 252 / 0.2); +} +.accent-purple-lighter\/25{ + accent-color: rgb(242 244 252 / 0.25); +} +.accent-purple-lighter\/30{ + accent-color: rgb(242 244 252 / 0.3); +} +.accent-purple-lighter\/40{ + accent-color: rgb(242 244 252 / 0.4); +} +.accent-purple-lighter\/50{ + accent-color: rgb(242 244 252 / 0.5); +} +.accent-purple-lighter\/60{ + accent-color: rgb(242 244 252 / 0.6); +} +.accent-purple-lighter\/70{ + accent-color: rgb(242 244 252 / 0.7); +} +.accent-purple-lighter\/75{ + accent-color: rgb(242 244 252 / 0.75); +} +.accent-purple-lighter\/80{ + accent-color: rgb(242 244 252 / 0.8); +} +.accent-purple-lighter\/90{ + accent-color: rgb(242 244 252 / 0.9); +} +.accent-purple-lighter\/95{ + accent-color: rgb(242 244 252 / 0.95); +} +.accent-purple-lighter\/100{ + accent-color: rgb(242 244 252 / 1); +} +.accent-modal-background\/0{ + accent-color: rgb(0 0 0 / 0); +} +.accent-modal-background\/5{ + accent-color: rgb(0 0 0 / 0.05); +} +.accent-modal-background\/10{ + accent-color: rgb(0 0 0 / 0.1); +} +.accent-modal-background\/20{ + accent-color: rgb(0 0 0 / 0.2); +} +.accent-modal-background\/25{ + accent-color: rgb(0 0 0 / 0.25); +} +.accent-modal-background\/30{ + accent-color: rgb(0 0 0 / 0.3); +} +.accent-modal-background\/40{ + accent-color: rgb(0 0 0 / 0.4); +} +.accent-modal-background\/50{ + accent-color: rgb(0 0 0 / 0.5); +} +.accent-modal-background\/60{ + accent-color: rgb(0 0 0 / 0.6); +} +.accent-modal-background\/70{ + accent-color: rgb(0 0 0 / 0.7); +} +.accent-modal-background\/75{ + accent-color: rgb(0 0 0 / 0.75); +} +.accent-modal-background\/80{ + accent-color: rgb(0 0 0 / 0.8); +} +.accent-modal-background\/90{ + accent-color: rgb(0 0 0 / 0.9); +} +.accent-modal-background\/95{ + accent-color: rgb(0 0 0 / 0.95); +} +.accent-modal-background\/100{ + accent-color: rgb(0 0 0 / 1); +} +.accent-testing\/0{ + accent-color: rgb(147 95 7 / 0); +} +.accent-testing\/5{ + accent-color: rgb(147 95 7 / 0.05); +} +.accent-testing\/10{ + accent-color: rgb(147 95 7 / 0.1); +} +.accent-testing\/20{ + accent-color: rgb(147 95 7 / 0.2); +} +.accent-testing\/25{ + accent-color: rgb(147 95 7 / 0.25); +} +.accent-testing\/30{ + accent-color: rgb(147 95 7 / 0.3); +} +.accent-testing\/40{ + accent-color: rgb(147 95 7 / 0.4); +} +.accent-testing\/50{ + accent-color: rgb(147 95 7 / 0.5); +} +.accent-testing\/60{ + accent-color: rgb(147 95 7 / 0.6); +} +.accent-testing\/70{ + accent-color: rgb(147 95 7 / 0.7); +} +.accent-testing\/75{ + accent-color: rgb(147 95 7 / 0.75); +} +.accent-testing\/80{ + accent-color: rgb(147 95 7 / 0.8); +} +.accent-testing\/90{ + accent-color: rgb(147 95 7 / 0.9); +} +.accent-testing\/95{ + accent-color: rgb(147 95 7 / 0.95); +} +.accent-testing\/100{ + accent-color: rgb(147 95 7 / 1); +} .opacity-0{ opacity: 0; } @@ -41858,6 +344569,9 @@ input[type="date"]::-webkit-inner-spin-button, .mix-blend-luminosity{ mix-blend-mode: luminosity; } +.mix-blend-plus-lighter{ + mix-blend-mode: plus-lighter; +} .shadow-sm{ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); @@ -42992,6 +345706,16086 @@ input[type="date"]::-webkit-inner-spin-button, --tw-shadow-color: #935f07; --tw-shadow: var(--tw-shadow-colored); } +.shadow-transparent\/0{ + --tw-shadow-color: rgb(0 0 0 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/5{ + --tw-shadow-color: rgb(0 0 0 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/10{ + --tw-shadow-color: rgb(0 0 0 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/20{ + --tw-shadow-color: rgb(0 0 0 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/25{ + --tw-shadow-color: rgb(0 0 0 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/30{ + --tw-shadow-color: rgb(0 0 0 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/40{ + --tw-shadow-color: rgb(0 0 0 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/50{ + --tw-shadow-color: rgb(0 0 0 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/60{ + --tw-shadow-color: rgb(0 0 0 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/70{ + --tw-shadow-color: rgb(0 0 0 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/75{ + --tw-shadow-color: rgb(0 0 0 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/80{ + --tw-shadow-color: rgb(0 0 0 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/90{ + --tw-shadow-color: rgb(0 0 0 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/95{ + --tw-shadow-color: rgb(0 0 0 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-transparent\/100{ + --tw-shadow-color: rgb(0 0 0 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/0{ + --tw-shadow-color: rgb(246 246 246 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/5{ + --tw-shadow-color: rgb(246 246 246 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/10{ + --tw-shadow-color: rgb(246 246 246 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/20{ + --tw-shadow-color: rgb(246 246 246 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/25{ + --tw-shadow-color: rgb(246 246 246 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/30{ + --tw-shadow-color: rgb(246 246 246 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/40{ + --tw-shadow-color: rgb(246 246 246 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/50{ + --tw-shadow-color: rgb(246 246 246 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/60{ + --tw-shadow-color: rgb(246 246 246 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/70{ + --tw-shadow-color: rgb(246 246 246 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/75{ + --tw-shadow-color: rgb(246 246 246 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/80{ + --tw-shadow-color: rgb(246 246 246 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/90{ + --tw-shadow-color: rgb(246 246 246 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/95{ + --tw-shadow-color: rgb(246 246 246 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-50\/100{ + --tw-shadow-color: rgb(246 246 246 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/0{ + --tw-shadow-color: rgb(236 236 236 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/5{ + --tw-shadow-color: rgb(236 236 236 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/10{ + --tw-shadow-color: rgb(236 236 236 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/20{ + --tw-shadow-color: rgb(236 236 236 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/25{ + --tw-shadow-color: rgb(236 236 236 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/30{ + --tw-shadow-color: rgb(236 236 236 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/40{ + --tw-shadow-color: rgb(236 236 236 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/50{ + --tw-shadow-color: rgb(236 236 236 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/60{ + --tw-shadow-color: rgb(236 236 236 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/70{ + --tw-shadow-color: rgb(236 236 236 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/75{ + --tw-shadow-color: rgb(236 236 236 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/80{ + --tw-shadow-color: rgb(236 236 236 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/90{ + --tw-shadow-color: rgb(236 236 236 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/95{ + --tw-shadow-color: rgb(236 236 236 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-100\/100{ + --tw-shadow-color: rgb(236 236 236 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/0{ + --tw-shadow-color: rgb(208 208 208 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/5{ + --tw-shadow-color: rgb(208 208 208 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/10{ + --tw-shadow-color: rgb(208 208 208 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/20{ + --tw-shadow-color: rgb(208 208 208 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/25{ + --tw-shadow-color: rgb(208 208 208 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/30{ + --tw-shadow-color: rgb(208 208 208 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/40{ + --tw-shadow-color: rgb(208 208 208 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/50{ + --tw-shadow-color: rgb(208 208 208 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/60{ + --tw-shadow-color: rgb(208 208 208 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/70{ + --tw-shadow-color: rgb(208 208 208 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/75{ + --tw-shadow-color: rgb(208 208 208 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/80{ + --tw-shadow-color: rgb(208 208 208 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/90{ + --tw-shadow-color: rgb(208 208 208 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/95{ + --tw-shadow-color: rgb(208 208 208 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-200\/100{ + --tw-shadow-color: rgb(208 208 208 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/0{ + --tw-shadow-color: rgb(179 179 179 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/5{ + --tw-shadow-color: rgb(179 179 179 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/10{ + --tw-shadow-color: rgb(179 179 179 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/20{ + --tw-shadow-color: rgb(179 179 179 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/25{ + --tw-shadow-color: rgb(179 179 179 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/30{ + --tw-shadow-color: rgb(179 179 179 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/40{ + --tw-shadow-color: rgb(179 179 179 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/50{ + --tw-shadow-color: rgb(179 179 179 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/60{ + --tw-shadow-color: rgb(179 179 179 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/70{ + --tw-shadow-color: rgb(179 179 179 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/75{ + --tw-shadow-color: rgb(179 179 179 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/80{ + --tw-shadow-color: rgb(179 179 179 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/90{ + --tw-shadow-color: rgb(179 179 179 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/95{ + --tw-shadow-color: rgb(179 179 179 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-300\/100{ + --tw-shadow-color: rgb(179 179 179 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/0{ + --tw-shadow-color: rgb(123 123 123 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/5{ + --tw-shadow-color: rgb(123 123 123 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/10{ + --tw-shadow-color: rgb(123 123 123 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/20{ + --tw-shadow-color: rgb(123 123 123 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/25{ + --tw-shadow-color: rgb(123 123 123 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/30{ + --tw-shadow-color: rgb(123 123 123 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/40{ + --tw-shadow-color: rgb(123 123 123 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/50{ + --tw-shadow-color: rgb(123 123 123 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/60{ + --tw-shadow-color: rgb(123 123 123 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/70{ + --tw-shadow-color: rgb(123 123 123 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/75{ + --tw-shadow-color: rgb(123 123 123 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/80{ + --tw-shadow-color: rgb(123 123 123 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/90{ + --tw-shadow-color: rgb(123 123 123 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/95{ + --tw-shadow-color: rgb(123 123 123 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-400\/100{ + --tw-shadow-color: rgb(123 123 123 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/0{ + --tw-shadow-color: rgb(66 66 66 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/5{ + --tw-shadow-color: rgb(66 66 66 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/10{ + --tw-shadow-color: rgb(66 66 66 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/20{ + --tw-shadow-color: rgb(66 66 66 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/25{ + --tw-shadow-color: rgb(66 66 66 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/30{ + --tw-shadow-color: rgb(66 66 66 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/40{ + --tw-shadow-color: rgb(66 66 66 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/50{ + --tw-shadow-color: rgb(66 66 66 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/60{ + --tw-shadow-color: rgb(66 66 66 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/70{ + --tw-shadow-color: rgb(66 66 66 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/75{ + --tw-shadow-color: rgb(66 66 66 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/80{ + --tw-shadow-color: rgb(66 66 66 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/90{ + --tw-shadow-color: rgb(66 66 66 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/95{ + --tw-shadow-color: rgb(66 66 66 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-500\/100{ + --tw-shadow-color: rgb(66 66 66 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/0{ + --tw-shadow-color: rgb(59 59 59 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/5{ + --tw-shadow-color: rgb(59 59 59 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/10{ + --tw-shadow-color: rgb(59 59 59 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/20{ + --tw-shadow-color: rgb(59 59 59 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/25{ + --tw-shadow-color: rgb(59 59 59 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/30{ + --tw-shadow-color: rgb(59 59 59 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/40{ + --tw-shadow-color: rgb(59 59 59 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/50{ + --tw-shadow-color: rgb(59 59 59 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/60{ + --tw-shadow-color: rgb(59 59 59 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/70{ + --tw-shadow-color: rgb(59 59 59 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/75{ + --tw-shadow-color: rgb(59 59 59 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/80{ + --tw-shadow-color: rgb(59 59 59 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/90{ + --tw-shadow-color: rgb(59 59 59 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/95{ + --tw-shadow-color: rgb(59 59 59 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-600\/100{ + --tw-shadow-color: rgb(59 59 59 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/0{ + --tw-shadow-color: rgb(50 50 50 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/5{ + --tw-shadow-color: rgb(50 50 50 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/10{ + --tw-shadow-color: rgb(50 50 50 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/20{ + --tw-shadow-color: rgb(50 50 50 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/25{ + --tw-shadow-color: rgb(50 50 50 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/30{ + --tw-shadow-color: rgb(50 50 50 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/40{ + --tw-shadow-color: rgb(50 50 50 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/50{ + --tw-shadow-color: rgb(50 50 50 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/60{ + --tw-shadow-color: rgb(50 50 50 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/70{ + --tw-shadow-color: rgb(50 50 50 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/75{ + --tw-shadow-color: rgb(50 50 50 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/80{ + --tw-shadow-color: rgb(50 50 50 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/90{ + --tw-shadow-color: rgb(50 50 50 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/95{ + --tw-shadow-color: rgb(50 50 50 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-700\/100{ + --tw-shadow-color: rgb(50 50 50 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/0{ + --tw-shadow-color: rgb(40 40 40 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/5{ + --tw-shadow-color: rgb(40 40 40 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/10{ + --tw-shadow-color: rgb(40 40 40 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/20{ + --tw-shadow-color: rgb(40 40 40 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/25{ + --tw-shadow-color: rgb(40 40 40 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/30{ + --tw-shadow-color: rgb(40 40 40 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/40{ + --tw-shadow-color: rgb(40 40 40 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/50{ + --tw-shadow-color: rgb(40 40 40 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/60{ + --tw-shadow-color: rgb(40 40 40 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/70{ + --tw-shadow-color: rgb(40 40 40 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/75{ + --tw-shadow-color: rgb(40 40 40 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/80{ + --tw-shadow-color: rgb(40 40 40 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/90{ + --tw-shadow-color: rgb(40 40 40 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/95{ + --tw-shadow-color: rgb(40 40 40 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-800\/100{ + --tw-shadow-color: rgb(40 40 40 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/0{ + --tw-shadow-color: rgb(32 32 32 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/5{ + --tw-shadow-color: rgb(32 32 32 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/10{ + --tw-shadow-color: rgb(32 32 32 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/20{ + --tw-shadow-color: rgb(32 32 32 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/25{ + --tw-shadow-color: rgb(32 32 32 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/30{ + --tw-shadow-color: rgb(32 32 32 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/40{ + --tw-shadow-color: rgb(32 32 32 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/50{ + --tw-shadow-color: rgb(32 32 32 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/60{ + --tw-shadow-color: rgb(32 32 32 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/70{ + --tw-shadow-color: rgb(32 32 32 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/75{ + --tw-shadow-color: rgb(32 32 32 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/80{ + --tw-shadow-color: rgb(32 32 32 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/90{ + --tw-shadow-color: rgb(32 32 32 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/95{ + --tw-shadow-color: rgb(32 32 32 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black-900\/100{ + --tw-shadow-color: rgb(32 32 32 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/0{ + --tw-shadow-color: rgb(66 66 66 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/5{ + --tw-shadow-color: rgb(66 66 66 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/10{ + --tw-shadow-color: rgb(66 66 66 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/20{ + --tw-shadow-color: rgb(66 66 66 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/25{ + --tw-shadow-color: rgb(66 66 66 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/30{ + --tw-shadow-color: rgb(66 66 66 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/40{ + --tw-shadow-color: rgb(66 66 66 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/50{ + --tw-shadow-color: rgb(66 66 66 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/60{ + --tw-shadow-color: rgb(66 66 66 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/70{ + --tw-shadow-color: rgb(66 66 66 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/75{ + --tw-shadow-color: rgb(66 66 66 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/80{ + --tw-shadow-color: rgb(66 66 66 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/90{ + --tw-shadow-color: rgb(66 66 66 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/95{ + --tw-shadow-color: rgb(66 66 66 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-black\/100{ + --tw-shadow-color: rgb(66 66 66 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/0{ + --tw-shadow-color: rgb(255 255 255 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/5{ + --tw-shadow-color: rgb(255 255 255 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/10{ + --tw-shadow-color: rgb(255 255 255 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/20{ + --tw-shadow-color: rgb(255 255 255 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/25{ + --tw-shadow-color: rgb(255 255 255 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/30{ + --tw-shadow-color: rgb(255 255 255 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/40{ + --tw-shadow-color: rgb(255 255 255 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/50{ + --tw-shadow-color: rgb(255 255 255 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/60{ + --tw-shadow-color: rgb(255 255 255 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/70{ + --tw-shadow-color: rgb(255 255 255 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/75{ + --tw-shadow-color: rgb(255 255 255 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/80{ + --tw-shadow-color: rgb(255 255 255 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/90{ + --tw-shadow-color: rgb(255 255 255 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/95{ + --tw-shadow-color: rgb(255 255 255 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-white\/100{ + --tw-shadow-color: rgb(255 255 255 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/0{ + --tw-shadow-color: rgb(248 250 252 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/5{ + --tw-shadow-color: rgb(248 250 252 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/10{ + --tw-shadow-color: rgb(248 250 252 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/20{ + --tw-shadow-color: rgb(248 250 252 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/25{ + --tw-shadow-color: rgb(248 250 252 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/30{ + --tw-shadow-color: rgb(248 250 252 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/40{ + --tw-shadow-color: rgb(248 250 252 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/50{ + --tw-shadow-color: rgb(248 250 252 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/60{ + --tw-shadow-color: rgb(248 250 252 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/70{ + --tw-shadow-color: rgb(248 250 252 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/75{ + --tw-shadow-color: rgb(248 250 252 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/80{ + --tw-shadow-color: rgb(248 250 252 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/90{ + --tw-shadow-color: rgb(248 250 252 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/95{ + --tw-shadow-color: rgb(248 250 252 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-50\/100{ + --tw-shadow-color: rgb(248 250 252 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/0{ + --tw-shadow-color: rgb(241 245 249 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/5{ + --tw-shadow-color: rgb(241 245 249 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/10{ + --tw-shadow-color: rgb(241 245 249 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/20{ + --tw-shadow-color: rgb(241 245 249 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/25{ + --tw-shadow-color: rgb(241 245 249 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/30{ + --tw-shadow-color: rgb(241 245 249 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/40{ + --tw-shadow-color: rgb(241 245 249 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/50{ + --tw-shadow-color: rgb(241 245 249 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/60{ + --tw-shadow-color: rgb(241 245 249 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/70{ + --tw-shadow-color: rgb(241 245 249 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/75{ + --tw-shadow-color: rgb(241 245 249 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/80{ + --tw-shadow-color: rgb(241 245 249 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/90{ + --tw-shadow-color: rgb(241 245 249 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/95{ + --tw-shadow-color: rgb(241 245 249 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-100\/100{ + --tw-shadow-color: rgb(241 245 249 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/0{ + --tw-shadow-color: rgb(226 232 240 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/5{ + --tw-shadow-color: rgb(226 232 240 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/10{ + --tw-shadow-color: rgb(226 232 240 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/20{ + --tw-shadow-color: rgb(226 232 240 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/25{ + --tw-shadow-color: rgb(226 232 240 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/30{ + --tw-shadow-color: rgb(226 232 240 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/40{ + --tw-shadow-color: rgb(226 232 240 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/50{ + --tw-shadow-color: rgb(226 232 240 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/60{ + --tw-shadow-color: rgb(226 232 240 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/70{ + --tw-shadow-color: rgb(226 232 240 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/75{ + --tw-shadow-color: rgb(226 232 240 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/80{ + --tw-shadow-color: rgb(226 232 240 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/90{ + --tw-shadow-color: rgb(226 232 240 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/95{ + --tw-shadow-color: rgb(226 232 240 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-200\/100{ + --tw-shadow-color: rgb(226 232 240 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/0{ + --tw-shadow-color: rgb(203 213 225 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/5{ + --tw-shadow-color: rgb(203 213 225 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/10{ + --tw-shadow-color: rgb(203 213 225 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/20{ + --tw-shadow-color: rgb(203 213 225 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/25{ + --tw-shadow-color: rgb(203 213 225 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/30{ + --tw-shadow-color: rgb(203 213 225 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/40{ + --tw-shadow-color: rgb(203 213 225 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/50{ + --tw-shadow-color: rgb(203 213 225 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/60{ + --tw-shadow-color: rgb(203 213 225 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/70{ + --tw-shadow-color: rgb(203 213 225 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/75{ + --tw-shadow-color: rgb(203 213 225 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/80{ + --tw-shadow-color: rgb(203 213 225 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/90{ + --tw-shadow-color: rgb(203 213 225 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/95{ + --tw-shadow-color: rgb(203 213 225 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-300\/100{ + --tw-shadow-color: rgb(203 213 225 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/0{ + --tw-shadow-color: rgb(148 163 184 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/5{ + --tw-shadow-color: rgb(148 163 184 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/10{ + --tw-shadow-color: rgb(148 163 184 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/20{ + --tw-shadow-color: rgb(148 163 184 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/25{ + --tw-shadow-color: rgb(148 163 184 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/30{ + --tw-shadow-color: rgb(148 163 184 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/40{ + --tw-shadow-color: rgb(148 163 184 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/50{ + --tw-shadow-color: rgb(148 163 184 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/60{ + --tw-shadow-color: rgb(148 163 184 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/70{ + --tw-shadow-color: rgb(148 163 184 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/75{ + --tw-shadow-color: rgb(148 163 184 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/80{ + --tw-shadow-color: rgb(148 163 184 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/90{ + --tw-shadow-color: rgb(148 163 184 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/95{ + --tw-shadow-color: rgb(148 163 184 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-400\/100{ + --tw-shadow-color: rgb(148 163 184 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/0{ + --tw-shadow-color: rgb(100 116 139 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/5{ + --tw-shadow-color: rgb(100 116 139 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/10{ + --tw-shadow-color: rgb(100 116 139 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/20{ + --tw-shadow-color: rgb(100 116 139 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/25{ + --tw-shadow-color: rgb(100 116 139 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/30{ + --tw-shadow-color: rgb(100 116 139 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/40{ + --tw-shadow-color: rgb(100 116 139 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/50{ + --tw-shadow-color: rgb(100 116 139 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/60{ + --tw-shadow-color: rgb(100 116 139 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/70{ + --tw-shadow-color: rgb(100 116 139 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/75{ + --tw-shadow-color: rgb(100 116 139 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/80{ + --tw-shadow-color: rgb(100 116 139 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/90{ + --tw-shadow-color: rgb(100 116 139 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/95{ + --tw-shadow-color: rgb(100 116 139 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-500\/100{ + --tw-shadow-color: rgb(100 116 139 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/0{ + --tw-shadow-color: rgb(71 85 105 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/5{ + --tw-shadow-color: rgb(71 85 105 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/10{ + --tw-shadow-color: rgb(71 85 105 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/20{ + --tw-shadow-color: rgb(71 85 105 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/25{ + --tw-shadow-color: rgb(71 85 105 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/30{ + --tw-shadow-color: rgb(71 85 105 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/40{ + --tw-shadow-color: rgb(71 85 105 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/50{ + --tw-shadow-color: rgb(71 85 105 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/60{ + --tw-shadow-color: rgb(71 85 105 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/70{ + --tw-shadow-color: rgb(71 85 105 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/75{ + --tw-shadow-color: rgb(71 85 105 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/80{ + --tw-shadow-color: rgb(71 85 105 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/90{ + --tw-shadow-color: rgb(71 85 105 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/95{ + --tw-shadow-color: rgb(71 85 105 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-600\/100{ + --tw-shadow-color: rgb(71 85 105 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/0{ + --tw-shadow-color: rgb(51 65 85 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/5{ + --tw-shadow-color: rgb(51 65 85 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/10{ + --tw-shadow-color: rgb(51 65 85 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/20{ + --tw-shadow-color: rgb(51 65 85 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/25{ + --tw-shadow-color: rgb(51 65 85 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/30{ + --tw-shadow-color: rgb(51 65 85 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/40{ + --tw-shadow-color: rgb(51 65 85 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/50{ + --tw-shadow-color: rgb(51 65 85 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/60{ + --tw-shadow-color: rgb(51 65 85 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/70{ + --tw-shadow-color: rgb(51 65 85 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/75{ + --tw-shadow-color: rgb(51 65 85 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/80{ + --tw-shadow-color: rgb(51 65 85 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/90{ + --tw-shadow-color: rgb(51 65 85 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/95{ + --tw-shadow-color: rgb(51 65 85 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-700\/100{ + --tw-shadow-color: rgb(51 65 85 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/0{ + --tw-shadow-color: rgb(30 41 59 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/5{ + --tw-shadow-color: rgb(30 41 59 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/10{ + --tw-shadow-color: rgb(30 41 59 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/20{ + --tw-shadow-color: rgb(30 41 59 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/25{ + --tw-shadow-color: rgb(30 41 59 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/30{ + --tw-shadow-color: rgb(30 41 59 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/40{ + --tw-shadow-color: rgb(30 41 59 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/50{ + --tw-shadow-color: rgb(30 41 59 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/60{ + --tw-shadow-color: rgb(30 41 59 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/70{ + --tw-shadow-color: rgb(30 41 59 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/75{ + --tw-shadow-color: rgb(30 41 59 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/80{ + --tw-shadow-color: rgb(30 41 59 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/90{ + --tw-shadow-color: rgb(30 41 59 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/95{ + --tw-shadow-color: rgb(30 41 59 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-800\/100{ + --tw-shadow-color: rgb(30 41 59 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/0{ + --tw-shadow-color: rgb(15 23 42 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/5{ + --tw-shadow-color: rgb(15 23 42 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/10{ + --tw-shadow-color: rgb(15 23 42 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/20{ + --tw-shadow-color: rgb(15 23 42 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/25{ + --tw-shadow-color: rgb(15 23 42 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/30{ + --tw-shadow-color: rgb(15 23 42 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/40{ + --tw-shadow-color: rgb(15 23 42 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/50{ + --tw-shadow-color: rgb(15 23 42 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/60{ + --tw-shadow-color: rgb(15 23 42 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/70{ + --tw-shadow-color: rgb(15 23 42 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/75{ + --tw-shadow-color: rgb(15 23 42 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/80{ + --tw-shadow-color: rgb(15 23 42 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/90{ + --tw-shadow-color: rgb(15 23 42 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/95{ + --tw-shadow-color: rgb(15 23 42 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-slate-900\/100{ + --tw-shadow-color: rgb(15 23 42 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/0{ + --tw-shadow-color: rgb(249 250 251 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/5{ + --tw-shadow-color: rgb(249 250 251 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/10{ + --tw-shadow-color: rgb(249 250 251 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/20{ + --tw-shadow-color: rgb(249 250 251 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/25{ + --tw-shadow-color: rgb(249 250 251 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/30{ + --tw-shadow-color: rgb(249 250 251 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/40{ + --tw-shadow-color: rgb(249 250 251 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/50{ + --tw-shadow-color: rgb(249 250 251 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/60{ + --tw-shadow-color: rgb(249 250 251 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/70{ + --tw-shadow-color: rgb(249 250 251 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/75{ + --tw-shadow-color: rgb(249 250 251 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/80{ + --tw-shadow-color: rgb(249 250 251 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/90{ + --tw-shadow-color: rgb(249 250 251 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/95{ + --tw-shadow-color: rgb(249 250 251 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-50\/100{ + --tw-shadow-color: rgb(249 250 251 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/0{ + --tw-shadow-color: rgb(243 244 246 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/5{ + --tw-shadow-color: rgb(243 244 246 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/10{ + --tw-shadow-color: rgb(243 244 246 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/20{ + --tw-shadow-color: rgb(243 244 246 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/25{ + --tw-shadow-color: rgb(243 244 246 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/30{ + --tw-shadow-color: rgb(243 244 246 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/40{ + --tw-shadow-color: rgb(243 244 246 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/50{ + --tw-shadow-color: rgb(243 244 246 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/60{ + --tw-shadow-color: rgb(243 244 246 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/70{ + --tw-shadow-color: rgb(243 244 246 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/75{ + --tw-shadow-color: rgb(243 244 246 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/80{ + --tw-shadow-color: rgb(243 244 246 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/90{ + --tw-shadow-color: rgb(243 244 246 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/95{ + --tw-shadow-color: rgb(243 244 246 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-100\/100{ + --tw-shadow-color: rgb(243 244 246 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/0{ + --tw-shadow-color: rgb(229 231 235 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/5{ + --tw-shadow-color: rgb(229 231 235 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/10{ + --tw-shadow-color: rgb(229 231 235 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/20{ + --tw-shadow-color: rgb(229 231 235 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/25{ + --tw-shadow-color: rgb(229 231 235 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/30{ + --tw-shadow-color: rgb(229 231 235 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/40{ + --tw-shadow-color: rgb(229 231 235 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/50{ + --tw-shadow-color: rgb(229 231 235 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/60{ + --tw-shadow-color: rgb(229 231 235 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/70{ + --tw-shadow-color: rgb(229 231 235 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/75{ + --tw-shadow-color: rgb(229 231 235 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/80{ + --tw-shadow-color: rgb(229 231 235 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/90{ + --tw-shadow-color: rgb(229 231 235 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/95{ + --tw-shadow-color: rgb(229 231 235 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-200\/100{ + --tw-shadow-color: rgb(229 231 235 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/0{ + --tw-shadow-color: rgb(209 213 219 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/5{ + --tw-shadow-color: rgb(209 213 219 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/10{ + --tw-shadow-color: rgb(209 213 219 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/20{ + --tw-shadow-color: rgb(209 213 219 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/25{ + --tw-shadow-color: rgb(209 213 219 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/30{ + --tw-shadow-color: rgb(209 213 219 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/40{ + --tw-shadow-color: rgb(209 213 219 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/50{ + --tw-shadow-color: rgb(209 213 219 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/60{ + --tw-shadow-color: rgb(209 213 219 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/70{ + --tw-shadow-color: rgb(209 213 219 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/75{ + --tw-shadow-color: rgb(209 213 219 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/80{ + --tw-shadow-color: rgb(209 213 219 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/90{ + --tw-shadow-color: rgb(209 213 219 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/95{ + --tw-shadow-color: rgb(209 213 219 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-300\/100{ + --tw-shadow-color: rgb(209 213 219 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/0{ + --tw-shadow-color: rgb(156 163 175 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/5{ + --tw-shadow-color: rgb(156 163 175 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/10{ + --tw-shadow-color: rgb(156 163 175 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/20{ + --tw-shadow-color: rgb(156 163 175 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/25{ + --tw-shadow-color: rgb(156 163 175 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/30{ + --tw-shadow-color: rgb(156 163 175 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/40{ + --tw-shadow-color: rgb(156 163 175 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/50{ + --tw-shadow-color: rgb(156 163 175 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/60{ + --tw-shadow-color: rgb(156 163 175 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/70{ + --tw-shadow-color: rgb(156 163 175 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/75{ + --tw-shadow-color: rgb(156 163 175 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/80{ + --tw-shadow-color: rgb(156 163 175 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/90{ + --tw-shadow-color: rgb(156 163 175 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/95{ + --tw-shadow-color: rgb(156 163 175 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-400\/100{ + --tw-shadow-color: rgb(156 163 175 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/0{ + --tw-shadow-color: rgb(107 114 128 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/5{ + --tw-shadow-color: rgb(107 114 128 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/10{ + --tw-shadow-color: rgb(107 114 128 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/20{ + --tw-shadow-color: rgb(107 114 128 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/25{ + --tw-shadow-color: rgb(107 114 128 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/30{ + --tw-shadow-color: rgb(107 114 128 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/40{ + --tw-shadow-color: rgb(107 114 128 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/50{ + --tw-shadow-color: rgb(107 114 128 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/60{ + --tw-shadow-color: rgb(107 114 128 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/70{ + --tw-shadow-color: rgb(107 114 128 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/75{ + --tw-shadow-color: rgb(107 114 128 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/80{ + --tw-shadow-color: rgb(107 114 128 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/90{ + --tw-shadow-color: rgb(107 114 128 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/95{ + --tw-shadow-color: rgb(107 114 128 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-500\/100{ + --tw-shadow-color: rgb(107 114 128 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/0{ + --tw-shadow-color: rgb(75 85 99 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/5{ + --tw-shadow-color: rgb(75 85 99 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/10{ + --tw-shadow-color: rgb(75 85 99 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/20{ + --tw-shadow-color: rgb(75 85 99 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/25{ + --tw-shadow-color: rgb(75 85 99 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/30{ + --tw-shadow-color: rgb(75 85 99 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/40{ + --tw-shadow-color: rgb(75 85 99 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/50{ + --tw-shadow-color: rgb(75 85 99 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/60{ + --tw-shadow-color: rgb(75 85 99 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/70{ + --tw-shadow-color: rgb(75 85 99 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/75{ + --tw-shadow-color: rgb(75 85 99 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/80{ + --tw-shadow-color: rgb(75 85 99 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/90{ + --tw-shadow-color: rgb(75 85 99 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/95{ + --tw-shadow-color: rgb(75 85 99 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-600\/100{ + --tw-shadow-color: rgb(75 85 99 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/0{ + --tw-shadow-color: rgb(55 65 81 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/5{ + --tw-shadow-color: rgb(55 65 81 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/10{ + --tw-shadow-color: rgb(55 65 81 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/20{ + --tw-shadow-color: rgb(55 65 81 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/25{ + --tw-shadow-color: rgb(55 65 81 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/30{ + --tw-shadow-color: rgb(55 65 81 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/40{ + --tw-shadow-color: rgb(55 65 81 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/50{ + --tw-shadow-color: rgb(55 65 81 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/60{ + --tw-shadow-color: rgb(55 65 81 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/70{ + --tw-shadow-color: rgb(55 65 81 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/75{ + --tw-shadow-color: rgb(55 65 81 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/80{ + --tw-shadow-color: rgb(55 65 81 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/90{ + --tw-shadow-color: rgb(55 65 81 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/95{ + --tw-shadow-color: rgb(55 65 81 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-700\/100{ + --tw-shadow-color: rgb(55 65 81 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/0{ + --tw-shadow-color: rgb(31 41 55 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/5{ + --tw-shadow-color: rgb(31 41 55 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/10{ + --tw-shadow-color: rgb(31 41 55 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/20{ + --tw-shadow-color: rgb(31 41 55 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/25{ + --tw-shadow-color: rgb(31 41 55 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/30{ + --tw-shadow-color: rgb(31 41 55 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/40{ + --tw-shadow-color: rgb(31 41 55 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/50{ + --tw-shadow-color: rgb(31 41 55 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/60{ + --tw-shadow-color: rgb(31 41 55 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/70{ + --tw-shadow-color: rgb(31 41 55 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/75{ + --tw-shadow-color: rgb(31 41 55 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/80{ + --tw-shadow-color: rgb(31 41 55 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/90{ + --tw-shadow-color: rgb(31 41 55 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/95{ + --tw-shadow-color: rgb(31 41 55 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-800\/100{ + --tw-shadow-color: rgb(31 41 55 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/0{ + --tw-shadow-color: rgb(17 24 39 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/5{ + --tw-shadow-color: rgb(17 24 39 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/10{ + --tw-shadow-color: rgb(17 24 39 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/20{ + --tw-shadow-color: rgb(17 24 39 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/25{ + --tw-shadow-color: rgb(17 24 39 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/30{ + --tw-shadow-color: rgb(17 24 39 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/40{ + --tw-shadow-color: rgb(17 24 39 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/50{ + --tw-shadow-color: rgb(17 24 39 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/60{ + --tw-shadow-color: rgb(17 24 39 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/70{ + --tw-shadow-color: rgb(17 24 39 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/75{ + --tw-shadow-color: rgb(17 24 39 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/80{ + --tw-shadow-color: rgb(17 24 39 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/90{ + --tw-shadow-color: rgb(17 24 39 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/95{ + --tw-shadow-color: rgb(17 24 39 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-gray-900\/100{ + --tw-shadow-color: rgb(17 24 39 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/0{ + --tw-shadow-color: rgb(250 250 250 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/5{ + --tw-shadow-color: rgb(250 250 250 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/10{ + --tw-shadow-color: rgb(250 250 250 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/20{ + --tw-shadow-color: rgb(250 250 250 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/25{ + --tw-shadow-color: rgb(250 250 250 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/30{ + --tw-shadow-color: rgb(250 250 250 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/40{ + --tw-shadow-color: rgb(250 250 250 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/50{ + --tw-shadow-color: rgb(250 250 250 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/60{ + --tw-shadow-color: rgb(250 250 250 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/70{ + --tw-shadow-color: rgb(250 250 250 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/75{ + --tw-shadow-color: rgb(250 250 250 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/80{ + --tw-shadow-color: rgb(250 250 250 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/90{ + --tw-shadow-color: rgb(250 250 250 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/95{ + --tw-shadow-color: rgb(250 250 250 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-50\/100{ + --tw-shadow-color: rgb(250 250 250 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/0{ + --tw-shadow-color: rgb(244 244 245 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/5{ + --tw-shadow-color: rgb(244 244 245 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/10{ + --tw-shadow-color: rgb(244 244 245 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/20{ + --tw-shadow-color: rgb(244 244 245 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/25{ + --tw-shadow-color: rgb(244 244 245 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/30{ + --tw-shadow-color: rgb(244 244 245 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/40{ + --tw-shadow-color: rgb(244 244 245 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/50{ + --tw-shadow-color: rgb(244 244 245 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/60{ + --tw-shadow-color: rgb(244 244 245 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/70{ + --tw-shadow-color: rgb(244 244 245 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/75{ + --tw-shadow-color: rgb(244 244 245 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/80{ + --tw-shadow-color: rgb(244 244 245 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/90{ + --tw-shadow-color: rgb(244 244 245 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/95{ + --tw-shadow-color: rgb(244 244 245 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-100\/100{ + --tw-shadow-color: rgb(244 244 245 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/0{ + --tw-shadow-color: rgb(228 228 231 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/5{ + --tw-shadow-color: rgb(228 228 231 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/10{ + --tw-shadow-color: rgb(228 228 231 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/20{ + --tw-shadow-color: rgb(228 228 231 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/25{ + --tw-shadow-color: rgb(228 228 231 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/30{ + --tw-shadow-color: rgb(228 228 231 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/40{ + --tw-shadow-color: rgb(228 228 231 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/50{ + --tw-shadow-color: rgb(228 228 231 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/60{ + --tw-shadow-color: rgb(228 228 231 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/70{ + --tw-shadow-color: rgb(228 228 231 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/75{ + --tw-shadow-color: rgb(228 228 231 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/80{ + --tw-shadow-color: rgb(228 228 231 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/90{ + --tw-shadow-color: rgb(228 228 231 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/95{ + --tw-shadow-color: rgb(228 228 231 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-200\/100{ + --tw-shadow-color: rgb(228 228 231 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/0{ + --tw-shadow-color: rgb(212 212 216 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/5{ + --tw-shadow-color: rgb(212 212 216 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/10{ + --tw-shadow-color: rgb(212 212 216 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/20{ + --tw-shadow-color: rgb(212 212 216 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/25{ + --tw-shadow-color: rgb(212 212 216 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/30{ + --tw-shadow-color: rgb(212 212 216 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/40{ + --tw-shadow-color: rgb(212 212 216 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/50{ + --tw-shadow-color: rgb(212 212 216 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/60{ + --tw-shadow-color: rgb(212 212 216 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/70{ + --tw-shadow-color: rgb(212 212 216 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/75{ + --tw-shadow-color: rgb(212 212 216 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/80{ + --tw-shadow-color: rgb(212 212 216 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/90{ + --tw-shadow-color: rgb(212 212 216 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/95{ + --tw-shadow-color: rgb(212 212 216 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-300\/100{ + --tw-shadow-color: rgb(212 212 216 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/0{ + --tw-shadow-color: rgb(161 161 170 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/5{ + --tw-shadow-color: rgb(161 161 170 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/10{ + --tw-shadow-color: rgb(161 161 170 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/20{ + --tw-shadow-color: rgb(161 161 170 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/25{ + --tw-shadow-color: rgb(161 161 170 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/30{ + --tw-shadow-color: rgb(161 161 170 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/40{ + --tw-shadow-color: rgb(161 161 170 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/50{ + --tw-shadow-color: rgb(161 161 170 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/60{ + --tw-shadow-color: rgb(161 161 170 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/70{ + --tw-shadow-color: rgb(161 161 170 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/75{ + --tw-shadow-color: rgb(161 161 170 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/80{ + --tw-shadow-color: rgb(161 161 170 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/90{ + --tw-shadow-color: rgb(161 161 170 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/95{ + --tw-shadow-color: rgb(161 161 170 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-400\/100{ + --tw-shadow-color: rgb(161 161 170 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/0{ + --tw-shadow-color: rgb(113 113 122 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/5{ + --tw-shadow-color: rgb(113 113 122 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/10{ + --tw-shadow-color: rgb(113 113 122 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/20{ + --tw-shadow-color: rgb(113 113 122 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/25{ + --tw-shadow-color: rgb(113 113 122 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/30{ + --tw-shadow-color: rgb(113 113 122 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/40{ + --tw-shadow-color: rgb(113 113 122 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/50{ + --tw-shadow-color: rgb(113 113 122 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/60{ + --tw-shadow-color: rgb(113 113 122 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/70{ + --tw-shadow-color: rgb(113 113 122 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/75{ + --tw-shadow-color: rgb(113 113 122 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/80{ + --tw-shadow-color: rgb(113 113 122 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/90{ + --tw-shadow-color: rgb(113 113 122 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/95{ + --tw-shadow-color: rgb(113 113 122 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-500\/100{ + --tw-shadow-color: rgb(113 113 122 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/0{ + --tw-shadow-color: rgb(82 82 91 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/5{ + --tw-shadow-color: rgb(82 82 91 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/10{ + --tw-shadow-color: rgb(82 82 91 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/20{ + --tw-shadow-color: rgb(82 82 91 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/25{ + --tw-shadow-color: rgb(82 82 91 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/30{ + --tw-shadow-color: rgb(82 82 91 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/40{ + --tw-shadow-color: rgb(82 82 91 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/50{ + --tw-shadow-color: rgb(82 82 91 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/60{ + --tw-shadow-color: rgb(82 82 91 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/70{ + --tw-shadow-color: rgb(82 82 91 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/75{ + --tw-shadow-color: rgb(82 82 91 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/80{ + --tw-shadow-color: rgb(82 82 91 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/90{ + --tw-shadow-color: rgb(82 82 91 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/95{ + --tw-shadow-color: rgb(82 82 91 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-600\/100{ + --tw-shadow-color: rgb(82 82 91 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/0{ + --tw-shadow-color: rgb(63 63 70 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/5{ + --tw-shadow-color: rgb(63 63 70 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/10{ + --tw-shadow-color: rgb(63 63 70 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/20{ + --tw-shadow-color: rgb(63 63 70 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/25{ + --tw-shadow-color: rgb(63 63 70 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/30{ + --tw-shadow-color: rgb(63 63 70 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/40{ + --tw-shadow-color: rgb(63 63 70 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/50{ + --tw-shadow-color: rgb(63 63 70 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/60{ + --tw-shadow-color: rgb(63 63 70 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/70{ + --tw-shadow-color: rgb(63 63 70 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/75{ + --tw-shadow-color: rgb(63 63 70 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/80{ + --tw-shadow-color: rgb(63 63 70 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/90{ + --tw-shadow-color: rgb(63 63 70 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/95{ + --tw-shadow-color: rgb(63 63 70 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-700\/100{ + --tw-shadow-color: rgb(63 63 70 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/0{ + --tw-shadow-color: rgb(39 39 42 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/5{ + --tw-shadow-color: rgb(39 39 42 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/10{ + --tw-shadow-color: rgb(39 39 42 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/20{ + --tw-shadow-color: rgb(39 39 42 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/25{ + --tw-shadow-color: rgb(39 39 42 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/30{ + --tw-shadow-color: rgb(39 39 42 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/40{ + --tw-shadow-color: rgb(39 39 42 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/50{ + --tw-shadow-color: rgb(39 39 42 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/60{ + --tw-shadow-color: rgb(39 39 42 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/70{ + --tw-shadow-color: rgb(39 39 42 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/75{ + --tw-shadow-color: rgb(39 39 42 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/80{ + --tw-shadow-color: rgb(39 39 42 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/90{ + --tw-shadow-color: rgb(39 39 42 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/95{ + --tw-shadow-color: rgb(39 39 42 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-800\/100{ + --tw-shadow-color: rgb(39 39 42 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/0{ + --tw-shadow-color: rgb(24 24 27 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/5{ + --tw-shadow-color: rgb(24 24 27 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/10{ + --tw-shadow-color: rgb(24 24 27 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/20{ + --tw-shadow-color: rgb(24 24 27 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/25{ + --tw-shadow-color: rgb(24 24 27 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/30{ + --tw-shadow-color: rgb(24 24 27 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/40{ + --tw-shadow-color: rgb(24 24 27 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/50{ + --tw-shadow-color: rgb(24 24 27 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/60{ + --tw-shadow-color: rgb(24 24 27 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/70{ + --tw-shadow-color: rgb(24 24 27 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/75{ + --tw-shadow-color: rgb(24 24 27 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/80{ + --tw-shadow-color: rgb(24 24 27 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/90{ + --tw-shadow-color: rgb(24 24 27 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/95{ + --tw-shadow-color: rgb(24 24 27 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-zinc-900\/100{ + --tw-shadow-color: rgb(24 24 27 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/0{ + --tw-shadow-color: rgb(250 250 250 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/5{ + --tw-shadow-color: rgb(250 250 250 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/10{ + --tw-shadow-color: rgb(250 250 250 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/20{ + --tw-shadow-color: rgb(250 250 250 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/25{ + --tw-shadow-color: rgb(250 250 250 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/30{ + --tw-shadow-color: rgb(250 250 250 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/40{ + --tw-shadow-color: rgb(250 250 250 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/50{ + --tw-shadow-color: rgb(250 250 250 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/60{ + --tw-shadow-color: rgb(250 250 250 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/70{ + --tw-shadow-color: rgb(250 250 250 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/75{ + --tw-shadow-color: rgb(250 250 250 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/80{ + --tw-shadow-color: rgb(250 250 250 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/90{ + --tw-shadow-color: rgb(250 250 250 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/95{ + --tw-shadow-color: rgb(250 250 250 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-50\/100{ + --tw-shadow-color: rgb(250 250 250 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/0{ + --tw-shadow-color: rgb(245 245 245 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/5{ + --tw-shadow-color: rgb(245 245 245 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/10{ + --tw-shadow-color: rgb(245 245 245 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/20{ + --tw-shadow-color: rgb(245 245 245 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/25{ + --tw-shadow-color: rgb(245 245 245 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/30{ + --tw-shadow-color: rgb(245 245 245 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/40{ + --tw-shadow-color: rgb(245 245 245 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/50{ + --tw-shadow-color: rgb(245 245 245 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/60{ + --tw-shadow-color: rgb(245 245 245 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/70{ + --tw-shadow-color: rgb(245 245 245 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/75{ + --tw-shadow-color: rgb(245 245 245 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/80{ + --tw-shadow-color: rgb(245 245 245 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/90{ + --tw-shadow-color: rgb(245 245 245 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/95{ + --tw-shadow-color: rgb(245 245 245 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-100\/100{ + --tw-shadow-color: rgb(245 245 245 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/0{ + --tw-shadow-color: rgb(229 229 229 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/5{ + --tw-shadow-color: rgb(229 229 229 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/10{ + --tw-shadow-color: rgb(229 229 229 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/20{ + --tw-shadow-color: rgb(229 229 229 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/25{ + --tw-shadow-color: rgb(229 229 229 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/30{ + --tw-shadow-color: rgb(229 229 229 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/40{ + --tw-shadow-color: rgb(229 229 229 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/50{ + --tw-shadow-color: rgb(229 229 229 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/60{ + --tw-shadow-color: rgb(229 229 229 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/70{ + --tw-shadow-color: rgb(229 229 229 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/75{ + --tw-shadow-color: rgb(229 229 229 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/80{ + --tw-shadow-color: rgb(229 229 229 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/90{ + --tw-shadow-color: rgb(229 229 229 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/95{ + --tw-shadow-color: rgb(229 229 229 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-200\/100{ + --tw-shadow-color: rgb(229 229 229 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/0{ + --tw-shadow-color: rgb(212 212 212 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/5{ + --tw-shadow-color: rgb(212 212 212 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/10{ + --tw-shadow-color: rgb(212 212 212 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/20{ + --tw-shadow-color: rgb(212 212 212 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/25{ + --tw-shadow-color: rgb(212 212 212 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/30{ + --tw-shadow-color: rgb(212 212 212 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/40{ + --tw-shadow-color: rgb(212 212 212 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/50{ + --tw-shadow-color: rgb(212 212 212 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/60{ + --tw-shadow-color: rgb(212 212 212 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/70{ + --tw-shadow-color: rgb(212 212 212 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/75{ + --tw-shadow-color: rgb(212 212 212 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/80{ + --tw-shadow-color: rgb(212 212 212 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/90{ + --tw-shadow-color: rgb(212 212 212 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/95{ + --tw-shadow-color: rgb(212 212 212 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-300\/100{ + --tw-shadow-color: rgb(212 212 212 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/0{ + --tw-shadow-color: rgb(163 163 163 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/5{ + --tw-shadow-color: rgb(163 163 163 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/10{ + --tw-shadow-color: rgb(163 163 163 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/20{ + --tw-shadow-color: rgb(163 163 163 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/25{ + --tw-shadow-color: rgb(163 163 163 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/30{ + --tw-shadow-color: rgb(163 163 163 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/40{ + --tw-shadow-color: rgb(163 163 163 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/50{ + --tw-shadow-color: rgb(163 163 163 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/60{ + --tw-shadow-color: rgb(163 163 163 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/70{ + --tw-shadow-color: rgb(163 163 163 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/75{ + --tw-shadow-color: rgb(163 163 163 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/80{ + --tw-shadow-color: rgb(163 163 163 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/90{ + --tw-shadow-color: rgb(163 163 163 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/95{ + --tw-shadow-color: rgb(163 163 163 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-400\/100{ + --tw-shadow-color: rgb(163 163 163 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/0{ + --tw-shadow-color: rgb(115 115 115 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/5{ + --tw-shadow-color: rgb(115 115 115 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/10{ + --tw-shadow-color: rgb(115 115 115 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/20{ + --tw-shadow-color: rgb(115 115 115 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/25{ + --tw-shadow-color: rgb(115 115 115 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/30{ + --tw-shadow-color: rgb(115 115 115 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/40{ + --tw-shadow-color: rgb(115 115 115 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/50{ + --tw-shadow-color: rgb(115 115 115 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/60{ + --tw-shadow-color: rgb(115 115 115 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/70{ + --tw-shadow-color: rgb(115 115 115 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/75{ + --tw-shadow-color: rgb(115 115 115 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/80{ + --tw-shadow-color: rgb(115 115 115 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/90{ + --tw-shadow-color: rgb(115 115 115 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/95{ + --tw-shadow-color: rgb(115 115 115 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-500\/100{ + --tw-shadow-color: rgb(115 115 115 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/0{ + --tw-shadow-color: rgb(82 82 82 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/5{ + --tw-shadow-color: rgb(82 82 82 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/10{ + --tw-shadow-color: rgb(82 82 82 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/20{ + --tw-shadow-color: rgb(82 82 82 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/25{ + --tw-shadow-color: rgb(82 82 82 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/30{ + --tw-shadow-color: rgb(82 82 82 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/40{ + --tw-shadow-color: rgb(82 82 82 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/50{ + --tw-shadow-color: rgb(82 82 82 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/60{ + --tw-shadow-color: rgb(82 82 82 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/70{ + --tw-shadow-color: rgb(82 82 82 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/75{ + --tw-shadow-color: rgb(82 82 82 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/80{ + --tw-shadow-color: rgb(82 82 82 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/90{ + --tw-shadow-color: rgb(82 82 82 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/95{ + --tw-shadow-color: rgb(82 82 82 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-600\/100{ + --tw-shadow-color: rgb(82 82 82 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/0{ + --tw-shadow-color: rgb(64 64 64 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/5{ + --tw-shadow-color: rgb(64 64 64 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/10{ + --tw-shadow-color: rgb(64 64 64 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/20{ + --tw-shadow-color: rgb(64 64 64 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/25{ + --tw-shadow-color: rgb(64 64 64 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/30{ + --tw-shadow-color: rgb(64 64 64 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/40{ + --tw-shadow-color: rgb(64 64 64 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/50{ + --tw-shadow-color: rgb(64 64 64 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/60{ + --tw-shadow-color: rgb(64 64 64 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/70{ + --tw-shadow-color: rgb(64 64 64 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/75{ + --tw-shadow-color: rgb(64 64 64 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/80{ + --tw-shadow-color: rgb(64 64 64 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/90{ + --tw-shadow-color: rgb(64 64 64 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/95{ + --tw-shadow-color: rgb(64 64 64 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-700\/100{ + --tw-shadow-color: rgb(64 64 64 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/0{ + --tw-shadow-color: rgb(38 38 38 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/5{ + --tw-shadow-color: rgb(38 38 38 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/10{ + --tw-shadow-color: rgb(38 38 38 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/20{ + --tw-shadow-color: rgb(38 38 38 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/25{ + --tw-shadow-color: rgb(38 38 38 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/30{ + --tw-shadow-color: rgb(38 38 38 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/40{ + --tw-shadow-color: rgb(38 38 38 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/50{ + --tw-shadow-color: rgb(38 38 38 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/60{ + --tw-shadow-color: rgb(38 38 38 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/70{ + --tw-shadow-color: rgb(38 38 38 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/75{ + --tw-shadow-color: rgb(38 38 38 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/80{ + --tw-shadow-color: rgb(38 38 38 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/90{ + --tw-shadow-color: rgb(38 38 38 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/95{ + --tw-shadow-color: rgb(38 38 38 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-800\/100{ + --tw-shadow-color: rgb(38 38 38 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/0{ + --tw-shadow-color: rgb(23 23 23 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/5{ + --tw-shadow-color: rgb(23 23 23 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/10{ + --tw-shadow-color: rgb(23 23 23 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/20{ + --tw-shadow-color: rgb(23 23 23 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/25{ + --tw-shadow-color: rgb(23 23 23 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/30{ + --tw-shadow-color: rgb(23 23 23 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/40{ + --tw-shadow-color: rgb(23 23 23 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/50{ + --tw-shadow-color: rgb(23 23 23 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/60{ + --tw-shadow-color: rgb(23 23 23 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/70{ + --tw-shadow-color: rgb(23 23 23 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/75{ + --tw-shadow-color: rgb(23 23 23 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/80{ + --tw-shadow-color: rgb(23 23 23 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/90{ + --tw-shadow-color: rgb(23 23 23 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/95{ + --tw-shadow-color: rgb(23 23 23 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-neutral-900\/100{ + --tw-shadow-color: rgb(23 23 23 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/0{ + --tw-shadow-color: rgb(250 250 249 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/5{ + --tw-shadow-color: rgb(250 250 249 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/10{ + --tw-shadow-color: rgb(250 250 249 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/20{ + --tw-shadow-color: rgb(250 250 249 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/25{ + --tw-shadow-color: rgb(250 250 249 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/30{ + --tw-shadow-color: rgb(250 250 249 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/40{ + --tw-shadow-color: rgb(250 250 249 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/50{ + --tw-shadow-color: rgb(250 250 249 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/60{ + --tw-shadow-color: rgb(250 250 249 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/70{ + --tw-shadow-color: rgb(250 250 249 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/75{ + --tw-shadow-color: rgb(250 250 249 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/80{ + --tw-shadow-color: rgb(250 250 249 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/90{ + --tw-shadow-color: rgb(250 250 249 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/95{ + --tw-shadow-color: rgb(250 250 249 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-50\/100{ + --tw-shadow-color: rgb(250 250 249 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/0{ + --tw-shadow-color: rgb(245 245 244 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/5{ + --tw-shadow-color: rgb(245 245 244 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/10{ + --tw-shadow-color: rgb(245 245 244 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/20{ + --tw-shadow-color: rgb(245 245 244 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/25{ + --tw-shadow-color: rgb(245 245 244 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/30{ + --tw-shadow-color: rgb(245 245 244 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/40{ + --tw-shadow-color: rgb(245 245 244 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/50{ + --tw-shadow-color: rgb(245 245 244 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/60{ + --tw-shadow-color: rgb(245 245 244 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/70{ + --tw-shadow-color: rgb(245 245 244 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/75{ + --tw-shadow-color: rgb(245 245 244 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/80{ + --tw-shadow-color: rgb(245 245 244 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/90{ + --tw-shadow-color: rgb(245 245 244 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/95{ + --tw-shadow-color: rgb(245 245 244 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-100\/100{ + --tw-shadow-color: rgb(245 245 244 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/0{ + --tw-shadow-color: rgb(231 229 228 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/5{ + --tw-shadow-color: rgb(231 229 228 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/10{ + --tw-shadow-color: rgb(231 229 228 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/20{ + --tw-shadow-color: rgb(231 229 228 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/25{ + --tw-shadow-color: rgb(231 229 228 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/30{ + --tw-shadow-color: rgb(231 229 228 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/40{ + --tw-shadow-color: rgb(231 229 228 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/50{ + --tw-shadow-color: rgb(231 229 228 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/60{ + --tw-shadow-color: rgb(231 229 228 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/70{ + --tw-shadow-color: rgb(231 229 228 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/75{ + --tw-shadow-color: rgb(231 229 228 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/80{ + --tw-shadow-color: rgb(231 229 228 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/90{ + --tw-shadow-color: rgb(231 229 228 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/95{ + --tw-shadow-color: rgb(231 229 228 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-200\/100{ + --tw-shadow-color: rgb(231 229 228 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/0{ + --tw-shadow-color: rgb(214 211 209 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/5{ + --tw-shadow-color: rgb(214 211 209 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/10{ + --tw-shadow-color: rgb(214 211 209 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/20{ + --tw-shadow-color: rgb(214 211 209 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/25{ + --tw-shadow-color: rgb(214 211 209 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/30{ + --tw-shadow-color: rgb(214 211 209 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/40{ + --tw-shadow-color: rgb(214 211 209 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/50{ + --tw-shadow-color: rgb(214 211 209 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/60{ + --tw-shadow-color: rgb(214 211 209 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/70{ + --tw-shadow-color: rgb(214 211 209 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/75{ + --tw-shadow-color: rgb(214 211 209 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/80{ + --tw-shadow-color: rgb(214 211 209 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/90{ + --tw-shadow-color: rgb(214 211 209 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/95{ + --tw-shadow-color: rgb(214 211 209 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-300\/100{ + --tw-shadow-color: rgb(214 211 209 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/0{ + --tw-shadow-color: rgb(168 162 158 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/5{ + --tw-shadow-color: rgb(168 162 158 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/10{ + --tw-shadow-color: rgb(168 162 158 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/20{ + --tw-shadow-color: rgb(168 162 158 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/25{ + --tw-shadow-color: rgb(168 162 158 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/30{ + --tw-shadow-color: rgb(168 162 158 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/40{ + --tw-shadow-color: rgb(168 162 158 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/50{ + --tw-shadow-color: rgb(168 162 158 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/60{ + --tw-shadow-color: rgb(168 162 158 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/70{ + --tw-shadow-color: rgb(168 162 158 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/75{ + --tw-shadow-color: rgb(168 162 158 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/80{ + --tw-shadow-color: rgb(168 162 158 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/90{ + --tw-shadow-color: rgb(168 162 158 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/95{ + --tw-shadow-color: rgb(168 162 158 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-400\/100{ + --tw-shadow-color: rgb(168 162 158 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/0{ + --tw-shadow-color: rgb(120 113 108 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/5{ + --tw-shadow-color: rgb(120 113 108 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/10{ + --tw-shadow-color: rgb(120 113 108 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/20{ + --tw-shadow-color: rgb(120 113 108 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/25{ + --tw-shadow-color: rgb(120 113 108 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/30{ + --tw-shadow-color: rgb(120 113 108 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/40{ + --tw-shadow-color: rgb(120 113 108 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/50{ + --tw-shadow-color: rgb(120 113 108 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/60{ + --tw-shadow-color: rgb(120 113 108 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/70{ + --tw-shadow-color: rgb(120 113 108 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/75{ + --tw-shadow-color: rgb(120 113 108 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/80{ + --tw-shadow-color: rgb(120 113 108 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/90{ + --tw-shadow-color: rgb(120 113 108 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/95{ + --tw-shadow-color: rgb(120 113 108 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-500\/100{ + --tw-shadow-color: rgb(120 113 108 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/0{ + --tw-shadow-color: rgb(87 83 78 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/5{ + --tw-shadow-color: rgb(87 83 78 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/10{ + --tw-shadow-color: rgb(87 83 78 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/20{ + --tw-shadow-color: rgb(87 83 78 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/25{ + --tw-shadow-color: rgb(87 83 78 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/30{ + --tw-shadow-color: rgb(87 83 78 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/40{ + --tw-shadow-color: rgb(87 83 78 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/50{ + --tw-shadow-color: rgb(87 83 78 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/60{ + --tw-shadow-color: rgb(87 83 78 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/70{ + --tw-shadow-color: rgb(87 83 78 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/75{ + --tw-shadow-color: rgb(87 83 78 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/80{ + --tw-shadow-color: rgb(87 83 78 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/90{ + --tw-shadow-color: rgb(87 83 78 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/95{ + --tw-shadow-color: rgb(87 83 78 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-600\/100{ + --tw-shadow-color: rgb(87 83 78 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/0{ + --tw-shadow-color: rgb(68 64 60 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/5{ + --tw-shadow-color: rgb(68 64 60 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/10{ + --tw-shadow-color: rgb(68 64 60 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/20{ + --tw-shadow-color: rgb(68 64 60 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/25{ + --tw-shadow-color: rgb(68 64 60 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/30{ + --tw-shadow-color: rgb(68 64 60 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/40{ + --tw-shadow-color: rgb(68 64 60 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/50{ + --tw-shadow-color: rgb(68 64 60 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/60{ + --tw-shadow-color: rgb(68 64 60 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/70{ + --tw-shadow-color: rgb(68 64 60 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/75{ + --tw-shadow-color: rgb(68 64 60 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/80{ + --tw-shadow-color: rgb(68 64 60 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/90{ + --tw-shadow-color: rgb(68 64 60 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/95{ + --tw-shadow-color: rgb(68 64 60 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-700\/100{ + --tw-shadow-color: rgb(68 64 60 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/0{ + --tw-shadow-color: rgb(41 37 36 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/5{ + --tw-shadow-color: rgb(41 37 36 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/10{ + --tw-shadow-color: rgb(41 37 36 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/20{ + --tw-shadow-color: rgb(41 37 36 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/25{ + --tw-shadow-color: rgb(41 37 36 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/30{ + --tw-shadow-color: rgb(41 37 36 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/40{ + --tw-shadow-color: rgb(41 37 36 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/50{ + --tw-shadow-color: rgb(41 37 36 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/60{ + --tw-shadow-color: rgb(41 37 36 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/70{ + --tw-shadow-color: rgb(41 37 36 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/75{ + --tw-shadow-color: rgb(41 37 36 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/80{ + --tw-shadow-color: rgb(41 37 36 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/90{ + --tw-shadow-color: rgb(41 37 36 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/95{ + --tw-shadow-color: rgb(41 37 36 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-800\/100{ + --tw-shadow-color: rgb(41 37 36 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/0{ + --tw-shadow-color: rgb(28 25 23 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/5{ + --tw-shadow-color: rgb(28 25 23 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/10{ + --tw-shadow-color: rgb(28 25 23 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/20{ + --tw-shadow-color: rgb(28 25 23 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/25{ + --tw-shadow-color: rgb(28 25 23 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/30{ + --tw-shadow-color: rgb(28 25 23 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/40{ + --tw-shadow-color: rgb(28 25 23 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/50{ + --tw-shadow-color: rgb(28 25 23 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/60{ + --tw-shadow-color: rgb(28 25 23 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/70{ + --tw-shadow-color: rgb(28 25 23 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/75{ + --tw-shadow-color: rgb(28 25 23 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/80{ + --tw-shadow-color: rgb(28 25 23 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/90{ + --tw-shadow-color: rgb(28 25 23 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/95{ + --tw-shadow-color: rgb(28 25 23 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-stone-900\/100{ + --tw-shadow-color: rgb(28 25 23 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/0{ + --tw-shadow-color: rgb(252 242 242 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/5{ + --tw-shadow-color: rgb(252 242 242 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/10{ + --tw-shadow-color: rgb(252 242 242 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/20{ + --tw-shadow-color: rgb(252 242 242 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/25{ + --tw-shadow-color: rgb(252 242 242 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/30{ + --tw-shadow-color: rgb(252 242 242 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/40{ + --tw-shadow-color: rgb(252 242 242 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/50{ + --tw-shadow-color: rgb(252 242 242 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/60{ + --tw-shadow-color: rgb(252 242 242 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/70{ + --tw-shadow-color: rgb(252 242 242 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/75{ + --tw-shadow-color: rgb(252 242 242 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/80{ + --tw-shadow-color: rgb(252 242 242 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/90{ + --tw-shadow-color: rgb(252 242 242 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/95{ + --tw-shadow-color: rgb(252 242 242 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-50\/100{ + --tw-shadow-color: rgb(252 242 242 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/0{ + --tw-shadow-color: rgb(250 230 230 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/5{ + --tw-shadow-color: rgb(250 230 230 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/10{ + --tw-shadow-color: rgb(250 230 230 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/20{ + --tw-shadow-color: rgb(250 230 230 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/25{ + --tw-shadow-color: rgb(250 230 230 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/30{ + --tw-shadow-color: rgb(250 230 230 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/40{ + --tw-shadow-color: rgb(250 230 230 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/50{ + --tw-shadow-color: rgb(250 230 230 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/60{ + --tw-shadow-color: rgb(250 230 230 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/70{ + --tw-shadow-color: rgb(250 230 230 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/75{ + --tw-shadow-color: rgb(250 230 230 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/80{ + --tw-shadow-color: rgb(250 230 230 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/90{ + --tw-shadow-color: rgb(250 230 230 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/95{ + --tw-shadow-color: rgb(250 230 230 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-100\/100{ + --tw-shadow-color: rgb(250 230 230 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/0{ + --tw-shadow-color: rgb(242 191 191 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/5{ + --tw-shadow-color: rgb(242 191 191 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/10{ + --tw-shadow-color: rgb(242 191 191 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/20{ + --tw-shadow-color: rgb(242 191 191 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/25{ + --tw-shadow-color: rgb(242 191 191 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/30{ + --tw-shadow-color: rgb(242 191 191 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/40{ + --tw-shadow-color: rgb(242 191 191 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/50{ + --tw-shadow-color: rgb(242 191 191 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/60{ + --tw-shadow-color: rgb(242 191 191 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/70{ + --tw-shadow-color: rgb(242 191 191 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/75{ + --tw-shadow-color: rgb(242 191 191 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/80{ + --tw-shadow-color: rgb(242 191 191 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/90{ + --tw-shadow-color: rgb(242 191 191 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/95{ + --tw-shadow-color: rgb(242 191 191 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-200\/100{ + --tw-shadow-color: rgb(242 191 191 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/0{ + --tw-shadow-color: rgb(235 153 153 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/5{ + --tw-shadow-color: rgb(235 153 153 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/10{ + --tw-shadow-color: rgb(235 153 153 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/20{ + --tw-shadow-color: rgb(235 153 153 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/25{ + --tw-shadow-color: rgb(235 153 153 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/30{ + --tw-shadow-color: rgb(235 153 153 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/40{ + --tw-shadow-color: rgb(235 153 153 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/50{ + --tw-shadow-color: rgb(235 153 153 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/60{ + --tw-shadow-color: rgb(235 153 153 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/70{ + --tw-shadow-color: rgb(235 153 153 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/75{ + --tw-shadow-color: rgb(235 153 153 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/80{ + --tw-shadow-color: rgb(235 153 153 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/90{ + --tw-shadow-color: rgb(235 153 153 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/95{ + --tw-shadow-color: rgb(235 153 153 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-300\/100{ + --tw-shadow-color: rgb(235 153 153 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/0{ + --tw-shadow-color: rgb(219 77 77 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/5{ + --tw-shadow-color: rgb(219 77 77 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/10{ + --tw-shadow-color: rgb(219 77 77 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/20{ + --tw-shadow-color: rgb(219 77 77 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/25{ + --tw-shadow-color: rgb(219 77 77 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/30{ + --tw-shadow-color: rgb(219 77 77 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/40{ + --tw-shadow-color: rgb(219 77 77 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/50{ + --tw-shadow-color: rgb(219 77 77 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/60{ + --tw-shadow-color: rgb(219 77 77 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/70{ + --tw-shadow-color: rgb(219 77 77 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/75{ + --tw-shadow-color: rgb(219 77 77 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/80{ + --tw-shadow-color: rgb(219 77 77 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/90{ + --tw-shadow-color: rgb(219 77 77 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/95{ + --tw-shadow-color: rgb(219 77 77 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-400\/100{ + --tw-shadow-color: rgb(219 77 77 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/0{ + --tw-shadow-color: rgb(204 0 0 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/5{ + --tw-shadow-color: rgb(204 0 0 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/10{ + --tw-shadow-color: rgb(204 0 0 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/20{ + --tw-shadow-color: rgb(204 0 0 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/25{ + --tw-shadow-color: rgb(204 0 0 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/30{ + --tw-shadow-color: rgb(204 0 0 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/40{ + --tw-shadow-color: rgb(204 0 0 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/50{ + --tw-shadow-color: rgb(204 0 0 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/60{ + --tw-shadow-color: rgb(204 0 0 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/70{ + --tw-shadow-color: rgb(204 0 0 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/75{ + --tw-shadow-color: rgb(204 0 0 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/80{ + --tw-shadow-color: rgb(204 0 0 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/90{ + --tw-shadow-color: rgb(204 0 0 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/95{ + --tw-shadow-color: rgb(204 0 0 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-500\/100{ + --tw-shadow-color: rgb(204 0 0 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/0{ + --tw-shadow-color: rgb(184 0 0 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/5{ + --tw-shadow-color: rgb(184 0 0 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/10{ + --tw-shadow-color: rgb(184 0 0 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/20{ + --tw-shadow-color: rgb(184 0 0 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/25{ + --tw-shadow-color: rgb(184 0 0 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/30{ + --tw-shadow-color: rgb(184 0 0 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/40{ + --tw-shadow-color: rgb(184 0 0 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/50{ + --tw-shadow-color: rgb(184 0 0 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/60{ + --tw-shadow-color: rgb(184 0 0 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/70{ + --tw-shadow-color: rgb(184 0 0 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/75{ + --tw-shadow-color: rgb(184 0 0 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/80{ + --tw-shadow-color: rgb(184 0 0 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/90{ + --tw-shadow-color: rgb(184 0 0 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/95{ + --tw-shadow-color: rgb(184 0 0 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-600\/100{ + --tw-shadow-color: rgb(184 0 0 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/0{ + --tw-shadow-color: rgb(153 0 0 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/5{ + --tw-shadow-color: rgb(153 0 0 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/10{ + --tw-shadow-color: rgb(153 0 0 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/20{ + --tw-shadow-color: rgb(153 0 0 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/25{ + --tw-shadow-color: rgb(153 0 0 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/30{ + --tw-shadow-color: rgb(153 0 0 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/40{ + --tw-shadow-color: rgb(153 0 0 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/50{ + --tw-shadow-color: rgb(153 0 0 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/60{ + --tw-shadow-color: rgb(153 0 0 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/70{ + --tw-shadow-color: rgb(153 0 0 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/75{ + --tw-shadow-color: rgb(153 0 0 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/80{ + --tw-shadow-color: rgb(153 0 0 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/90{ + --tw-shadow-color: rgb(153 0 0 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/95{ + --tw-shadow-color: rgb(153 0 0 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-700\/100{ + --tw-shadow-color: rgb(153 0 0 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/0{ + --tw-shadow-color: rgb(122 0 0 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/5{ + --tw-shadow-color: rgb(122 0 0 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/10{ + --tw-shadow-color: rgb(122 0 0 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/20{ + --tw-shadow-color: rgb(122 0 0 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/25{ + --tw-shadow-color: rgb(122 0 0 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/30{ + --tw-shadow-color: rgb(122 0 0 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/40{ + --tw-shadow-color: rgb(122 0 0 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/50{ + --tw-shadow-color: rgb(122 0 0 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/60{ + --tw-shadow-color: rgb(122 0 0 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/70{ + --tw-shadow-color: rgb(122 0 0 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/75{ + --tw-shadow-color: rgb(122 0 0 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/80{ + --tw-shadow-color: rgb(122 0 0 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/90{ + --tw-shadow-color: rgb(122 0 0 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/95{ + --tw-shadow-color: rgb(122 0 0 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-800\/100{ + --tw-shadow-color: rgb(122 0 0 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/0{ + --tw-shadow-color: rgb(100 0 0 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/5{ + --tw-shadow-color: rgb(100 0 0 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/10{ + --tw-shadow-color: rgb(100 0 0 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/20{ + --tw-shadow-color: rgb(100 0 0 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/25{ + --tw-shadow-color: rgb(100 0 0 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/30{ + --tw-shadow-color: rgb(100 0 0 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/40{ + --tw-shadow-color: rgb(100 0 0 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/50{ + --tw-shadow-color: rgb(100 0 0 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/60{ + --tw-shadow-color: rgb(100 0 0 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/70{ + --tw-shadow-color: rgb(100 0 0 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/75{ + --tw-shadow-color: rgb(100 0 0 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/80{ + --tw-shadow-color: rgb(100 0 0 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/90{ + --tw-shadow-color: rgb(100 0 0 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/95{ + --tw-shadow-color: rgb(100 0 0 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red-900\/100{ + --tw-shadow-color: rgb(100 0 0 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/0{ + --tw-shadow-color: rgb(204 0 0 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/5{ + --tw-shadow-color: rgb(204 0 0 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/10{ + --tw-shadow-color: rgb(204 0 0 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/20{ + --tw-shadow-color: rgb(204 0 0 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/25{ + --tw-shadow-color: rgb(204 0 0 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/30{ + --tw-shadow-color: rgb(204 0 0 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/40{ + --tw-shadow-color: rgb(204 0 0 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/50{ + --tw-shadow-color: rgb(204 0 0 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/60{ + --tw-shadow-color: rgb(204 0 0 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/70{ + --tw-shadow-color: rgb(204 0 0 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/75{ + --tw-shadow-color: rgb(204 0 0 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/80{ + --tw-shadow-color: rgb(204 0 0 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/90{ + --tw-shadow-color: rgb(204 0 0 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/95{ + --tw-shadow-color: rgb(204 0 0 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-red\/100{ + --tw-shadow-color: rgb(204 0 0 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/0{ + --tw-shadow-color: rgb(255 250 243 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/5{ + --tw-shadow-color: rgb(255 250 243 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/10{ + --tw-shadow-color: rgb(255 250 243 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/20{ + --tw-shadow-color: rgb(255 250 243 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/25{ + --tw-shadow-color: rgb(255 250 243 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/30{ + --tw-shadow-color: rgb(255 250 243 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/40{ + --tw-shadow-color: rgb(255 250 243 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/50{ + --tw-shadow-color: rgb(255 250 243 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/60{ + --tw-shadow-color: rgb(255 250 243 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/70{ + --tw-shadow-color: rgb(255 250 243 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/75{ + --tw-shadow-color: rgb(255 250 243 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/80{ + --tw-shadow-color: rgb(255 250 243 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/90{ + --tw-shadow-color: rgb(255 250 243 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/95{ + --tw-shadow-color: rgb(255 250 243 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-50\/100{ + --tw-shadow-color: rgb(255 250 243 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/0{ + --tw-shadow-color: rgb(254 245 231 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/5{ + --tw-shadow-color: rgb(254 245 231 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/10{ + --tw-shadow-color: rgb(254 245 231 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/20{ + --tw-shadow-color: rgb(254 245 231 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/25{ + --tw-shadow-color: rgb(254 245 231 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/30{ + --tw-shadow-color: rgb(254 245 231 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/40{ + --tw-shadow-color: rgb(254 245 231 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/50{ + --tw-shadow-color: rgb(254 245 231 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/60{ + --tw-shadow-color: rgb(254 245 231 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/70{ + --tw-shadow-color: rgb(254 245 231 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/75{ + --tw-shadow-color: rgb(254 245 231 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/80{ + --tw-shadow-color: rgb(254 245 231 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/90{ + --tw-shadow-color: rgb(254 245 231 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/95{ + --tw-shadow-color: rgb(254 245 231 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-100\/100{ + --tw-shadow-color: rgb(254 245 231 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/0{ + --tw-shadow-color: rgb(253 231 194 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/5{ + --tw-shadow-color: rgb(253 231 194 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/10{ + --tw-shadow-color: rgb(253 231 194 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/20{ + --tw-shadow-color: rgb(253 231 194 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/25{ + --tw-shadow-color: rgb(253 231 194 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/30{ + --tw-shadow-color: rgb(253 231 194 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/40{ + --tw-shadow-color: rgb(253 231 194 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/50{ + --tw-shadow-color: rgb(253 231 194 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/60{ + --tw-shadow-color: rgb(253 231 194 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/70{ + --tw-shadow-color: rgb(253 231 194 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/75{ + --tw-shadow-color: rgb(253 231 194 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/80{ + --tw-shadow-color: rgb(253 231 194 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/90{ + --tw-shadow-color: rgb(253 231 194 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/95{ + --tw-shadow-color: rgb(253 231 194 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-200\/100{ + --tw-shadow-color: rgb(253 231 194 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/0{ + --tw-shadow-color: rgb(251 216 157 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/5{ + --tw-shadow-color: rgb(251 216 157 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/10{ + --tw-shadow-color: rgb(251 216 157 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/20{ + --tw-shadow-color: rgb(251 216 157 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/25{ + --tw-shadow-color: rgb(251 216 157 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/30{ + --tw-shadow-color: rgb(251 216 157 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/40{ + --tw-shadow-color: rgb(251 216 157 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/50{ + --tw-shadow-color: rgb(251 216 157 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/60{ + --tw-shadow-color: rgb(251 216 157 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/70{ + --tw-shadow-color: rgb(251 216 157 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/75{ + --tw-shadow-color: rgb(251 216 157 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/80{ + --tw-shadow-color: rgb(251 216 157 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/90{ + --tw-shadow-color: rgb(251 216 157 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/95{ + --tw-shadow-color: rgb(251 216 157 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-300\/100{ + --tw-shadow-color: rgb(251 216 157 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/0{ + --tw-shadow-color: rgb(248 187 84 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/5{ + --tw-shadow-color: rgb(248 187 84 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/10{ + --tw-shadow-color: rgb(248 187 84 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/20{ + --tw-shadow-color: rgb(248 187 84 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/25{ + --tw-shadow-color: rgb(248 187 84 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/30{ + --tw-shadow-color: rgb(248 187 84 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/40{ + --tw-shadow-color: rgb(248 187 84 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/50{ + --tw-shadow-color: rgb(248 187 84 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/60{ + --tw-shadow-color: rgb(248 187 84 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/70{ + --tw-shadow-color: rgb(248 187 84 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/75{ + --tw-shadow-color: rgb(248 187 84 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/80{ + --tw-shadow-color: rgb(248 187 84 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/90{ + --tw-shadow-color: rgb(248 187 84 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/95{ + --tw-shadow-color: rgb(248 187 84 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-400\/100{ + --tw-shadow-color: rgb(248 187 84 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/0{ + --tw-shadow-color: rgb(245 158 11 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/5{ + --tw-shadow-color: rgb(245 158 11 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/10{ + --tw-shadow-color: rgb(245 158 11 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/20{ + --tw-shadow-color: rgb(245 158 11 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/25{ + --tw-shadow-color: rgb(245 158 11 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/30{ + --tw-shadow-color: rgb(245 158 11 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/40{ + --tw-shadow-color: rgb(245 158 11 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/50{ + --tw-shadow-color: rgb(245 158 11 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/60{ + --tw-shadow-color: rgb(245 158 11 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/70{ + --tw-shadow-color: rgb(245 158 11 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/75{ + --tw-shadow-color: rgb(245 158 11 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/80{ + --tw-shadow-color: rgb(245 158 11 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/90{ + --tw-shadow-color: rgb(245 158 11 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/95{ + --tw-shadow-color: rgb(245 158 11 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-500\/100{ + --tw-shadow-color: rgb(245 158 11 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/0{ + --tw-shadow-color: rgb(221 142 10 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/5{ + --tw-shadow-color: rgb(221 142 10 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/10{ + --tw-shadow-color: rgb(221 142 10 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/20{ + --tw-shadow-color: rgb(221 142 10 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/25{ + --tw-shadow-color: rgb(221 142 10 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/30{ + --tw-shadow-color: rgb(221 142 10 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/40{ + --tw-shadow-color: rgb(221 142 10 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/50{ + --tw-shadow-color: rgb(221 142 10 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/60{ + --tw-shadow-color: rgb(221 142 10 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/70{ + --tw-shadow-color: rgb(221 142 10 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/75{ + --tw-shadow-color: rgb(221 142 10 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/80{ + --tw-shadow-color: rgb(221 142 10 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/90{ + --tw-shadow-color: rgb(221 142 10 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/95{ + --tw-shadow-color: rgb(221 142 10 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-600\/100{ + --tw-shadow-color: rgb(221 142 10 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/0{ + --tw-shadow-color: rgb(184 119 8 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/5{ + --tw-shadow-color: rgb(184 119 8 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/10{ + --tw-shadow-color: rgb(184 119 8 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/20{ + --tw-shadow-color: rgb(184 119 8 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/25{ + --tw-shadow-color: rgb(184 119 8 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/30{ + --tw-shadow-color: rgb(184 119 8 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/40{ + --tw-shadow-color: rgb(184 119 8 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/50{ + --tw-shadow-color: rgb(184 119 8 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/60{ + --tw-shadow-color: rgb(184 119 8 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/70{ + --tw-shadow-color: rgb(184 119 8 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/75{ + --tw-shadow-color: rgb(184 119 8 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/80{ + --tw-shadow-color: rgb(184 119 8 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/90{ + --tw-shadow-color: rgb(184 119 8 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/95{ + --tw-shadow-color: rgb(184 119 8 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-700\/100{ + --tw-shadow-color: rgb(184 119 8 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/0{ + --tw-shadow-color: rgb(147 95 7 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/5{ + --tw-shadow-color: rgb(147 95 7 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/10{ + --tw-shadow-color: rgb(147 95 7 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/20{ + --tw-shadow-color: rgb(147 95 7 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/25{ + --tw-shadow-color: rgb(147 95 7 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/30{ + --tw-shadow-color: rgb(147 95 7 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/40{ + --tw-shadow-color: rgb(147 95 7 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/50{ + --tw-shadow-color: rgb(147 95 7 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/60{ + --tw-shadow-color: rgb(147 95 7 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/70{ + --tw-shadow-color: rgb(147 95 7 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/75{ + --tw-shadow-color: rgb(147 95 7 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/80{ + --tw-shadow-color: rgb(147 95 7 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/90{ + --tw-shadow-color: rgb(147 95 7 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/95{ + --tw-shadow-color: rgb(147 95 7 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-800\/100{ + --tw-shadow-color: rgb(147 95 7 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/0{ + --tw-shadow-color: rgb(120 77 5 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/5{ + --tw-shadow-color: rgb(120 77 5 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/10{ + --tw-shadow-color: rgb(120 77 5 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/20{ + --tw-shadow-color: rgb(120 77 5 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/25{ + --tw-shadow-color: rgb(120 77 5 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/30{ + --tw-shadow-color: rgb(120 77 5 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/40{ + --tw-shadow-color: rgb(120 77 5 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/50{ + --tw-shadow-color: rgb(120 77 5 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/60{ + --tw-shadow-color: rgb(120 77 5 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/70{ + --tw-shadow-color: rgb(120 77 5 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/75{ + --tw-shadow-color: rgb(120 77 5 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/80{ + --tw-shadow-color: rgb(120 77 5 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/90{ + --tw-shadow-color: rgb(120 77 5 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/95{ + --tw-shadow-color: rgb(120 77 5 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange-900\/100{ + --tw-shadow-color: rgb(120 77 5 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/0{ + --tw-shadow-color: rgb(245 158 11 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/5{ + --tw-shadow-color: rgb(245 158 11 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/10{ + --tw-shadow-color: rgb(245 158 11 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/20{ + --tw-shadow-color: rgb(245 158 11 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/25{ + --tw-shadow-color: rgb(245 158 11 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/30{ + --tw-shadow-color: rgb(245 158 11 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/40{ + --tw-shadow-color: rgb(245 158 11 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/50{ + --tw-shadow-color: rgb(245 158 11 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/60{ + --tw-shadow-color: rgb(245 158 11 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/70{ + --tw-shadow-color: rgb(245 158 11 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/75{ + --tw-shadow-color: rgb(245 158 11 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/80{ + --tw-shadow-color: rgb(245 158 11 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/90{ + --tw-shadow-color: rgb(245 158 11 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/95{ + --tw-shadow-color: rgb(245 158 11 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-orange\/100{ + --tw-shadow-color: rgb(245 158 11 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/0{ + --tw-shadow-color: rgb(255 251 235 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/5{ + --tw-shadow-color: rgb(255 251 235 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/10{ + --tw-shadow-color: rgb(255 251 235 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/20{ + --tw-shadow-color: rgb(255 251 235 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/25{ + --tw-shadow-color: rgb(255 251 235 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/30{ + --tw-shadow-color: rgb(255 251 235 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/40{ + --tw-shadow-color: rgb(255 251 235 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/50{ + --tw-shadow-color: rgb(255 251 235 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/60{ + --tw-shadow-color: rgb(255 251 235 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/70{ + --tw-shadow-color: rgb(255 251 235 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/75{ + --tw-shadow-color: rgb(255 251 235 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/80{ + --tw-shadow-color: rgb(255 251 235 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/90{ + --tw-shadow-color: rgb(255 251 235 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/95{ + --tw-shadow-color: rgb(255 251 235 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-50\/100{ + --tw-shadow-color: rgb(255 251 235 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/0{ + --tw-shadow-color: rgb(254 243 199 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/5{ + --tw-shadow-color: rgb(254 243 199 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/10{ + --tw-shadow-color: rgb(254 243 199 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/20{ + --tw-shadow-color: rgb(254 243 199 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/25{ + --tw-shadow-color: rgb(254 243 199 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/30{ + --tw-shadow-color: rgb(254 243 199 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/40{ + --tw-shadow-color: rgb(254 243 199 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/50{ + --tw-shadow-color: rgb(254 243 199 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/60{ + --tw-shadow-color: rgb(254 243 199 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/70{ + --tw-shadow-color: rgb(254 243 199 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/75{ + --tw-shadow-color: rgb(254 243 199 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/80{ + --tw-shadow-color: rgb(254 243 199 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/90{ + --tw-shadow-color: rgb(254 243 199 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/95{ + --tw-shadow-color: rgb(254 243 199 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-100\/100{ + --tw-shadow-color: rgb(254 243 199 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/0{ + --tw-shadow-color: rgb(253 230 138 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/5{ + --tw-shadow-color: rgb(253 230 138 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/10{ + --tw-shadow-color: rgb(253 230 138 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/20{ + --tw-shadow-color: rgb(253 230 138 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/25{ + --tw-shadow-color: rgb(253 230 138 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/30{ + --tw-shadow-color: rgb(253 230 138 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/40{ + --tw-shadow-color: rgb(253 230 138 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/50{ + --tw-shadow-color: rgb(253 230 138 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/60{ + --tw-shadow-color: rgb(253 230 138 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/70{ + --tw-shadow-color: rgb(253 230 138 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/75{ + --tw-shadow-color: rgb(253 230 138 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/80{ + --tw-shadow-color: rgb(253 230 138 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/90{ + --tw-shadow-color: rgb(253 230 138 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/95{ + --tw-shadow-color: rgb(253 230 138 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-200\/100{ + --tw-shadow-color: rgb(253 230 138 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/0{ + --tw-shadow-color: rgb(252 211 77 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/5{ + --tw-shadow-color: rgb(252 211 77 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/10{ + --tw-shadow-color: rgb(252 211 77 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/20{ + --tw-shadow-color: rgb(252 211 77 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/25{ + --tw-shadow-color: rgb(252 211 77 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/30{ + --tw-shadow-color: rgb(252 211 77 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/40{ + --tw-shadow-color: rgb(252 211 77 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/50{ + --tw-shadow-color: rgb(252 211 77 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/60{ + --tw-shadow-color: rgb(252 211 77 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/70{ + --tw-shadow-color: rgb(252 211 77 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/75{ + --tw-shadow-color: rgb(252 211 77 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/80{ + --tw-shadow-color: rgb(252 211 77 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/90{ + --tw-shadow-color: rgb(252 211 77 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/95{ + --tw-shadow-color: rgb(252 211 77 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-300\/100{ + --tw-shadow-color: rgb(252 211 77 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/0{ + --tw-shadow-color: rgb(251 191 36 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/5{ + --tw-shadow-color: rgb(251 191 36 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/10{ + --tw-shadow-color: rgb(251 191 36 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/20{ + --tw-shadow-color: rgb(251 191 36 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/25{ + --tw-shadow-color: rgb(251 191 36 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/30{ + --tw-shadow-color: rgb(251 191 36 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/40{ + --tw-shadow-color: rgb(251 191 36 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/50{ + --tw-shadow-color: rgb(251 191 36 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/60{ + --tw-shadow-color: rgb(251 191 36 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/70{ + --tw-shadow-color: rgb(251 191 36 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/75{ + --tw-shadow-color: rgb(251 191 36 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/80{ + --tw-shadow-color: rgb(251 191 36 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/90{ + --tw-shadow-color: rgb(251 191 36 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/95{ + --tw-shadow-color: rgb(251 191 36 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-400\/100{ + --tw-shadow-color: rgb(251 191 36 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/0{ + --tw-shadow-color: rgb(245 158 11 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/5{ + --tw-shadow-color: rgb(245 158 11 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/10{ + --tw-shadow-color: rgb(245 158 11 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/20{ + --tw-shadow-color: rgb(245 158 11 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/25{ + --tw-shadow-color: rgb(245 158 11 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/30{ + --tw-shadow-color: rgb(245 158 11 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/40{ + --tw-shadow-color: rgb(245 158 11 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/50{ + --tw-shadow-color: rgb(245 158 11 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/60{ + --tw-shadow-color: rgb(245 158 11 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/70{ + --tw-shadow-color: rgb(245 158 11 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/75{ + --tw-shadow-color: rgb(245 158 11 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/80{ + --tw-shadow-color: rgb(245 158 11 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/90{ + --tw-shadow-color: rgb(245 158 11 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/95{ + --tw-shadow-color: rgb(245 158 11 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-500\/100{ + --tw-shadow-color: rgb(245 158 11 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/0{ + --tw-shadow-color: rgb(217 119 6 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/5{ + --tw-shadow-color: rgb(217 119 6 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/10{ + --tw-shadow-color: rgb(217 119 6 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/20{ + --tw-shadow-color: rgb(217 119 6 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/25{ + --tw-shadow-color: rgb(217 119 6 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/30{ + --tw-shadow-color: rgb(217 119 6 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/40{ + --tw-shadow-color: rgb(217 119 6 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/50{ + --tw-shadow-color: rgb(217 119 6 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/60{ + --tw-shadow-color: rgb(217 119 6 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/70{ + --tw-shadow-color: rgb(217 119 6 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/75{ + --tw-shadow-color: rgb(217 119 6 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/80{ + --tw-shadow-color: rgb(217 119 6 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/90{ + --tw-shadow-color: rgb(217 119 6 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/95{ + --tw-shadow-color: rgb(217 119 6 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-600\/100{ + --tw-shadow-color: rgb(217 119 6 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/0{ + --tw-shadow-color: rgb(180 83 9 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/5{ + --tw-shadow-color: rgb(180 83 9 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/10{ + --tw-shadow-color: rgb(180 83 9 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/20{ + --tw-shadow-color: rgb(180 83 9 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/25{ + --tw-shadow-color: rgb(180 83 9 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/30{ + --tw-shadow-color: rgb(180 83 9 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/40{ + --tw-shadow-color: rgb(180 83 9 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/50{ + --tw-shadow-color: rgb(180 83 9 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/60{ + --tw-shadow-color: rgb(180 83 9 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/70{ + --tw-shadow-color: rgb(180 83 9 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/75{ + --tw-shadow-color: rgb(180 83 9 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/80{ + --tw-shadow-color: rgb(180 83 9 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/90{ + --tw-shadow-color: rgb(180 83 9 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/95{ + --tw-shadow-color: rgb(180 83 9 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-700\/100{ + --tw-shadow-color: rgb(180 83 9 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/0{ + --tw-shadow-color: rgb(146 64 14 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/5{ + --tw-shadow-color: rgb(146 64 14 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/10{ + --tw-shadow-color: rgb(146 64 14 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/20{ + --tw-shadow-color: rgb(146 64 14 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/25{ + --tw-shadow-color: rgb(146 64 14 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/30{ + --tw-shadow-color: rgb(146 64 14 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/40{ + --tw-shadow-color: rgb(146 64 14 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/50{ + --tw-shadow-color: rgb(146 64 14 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/60{ + --tw-shadow-color: rgb(146 64 14 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/70{ + --tw-shadow-color: rgb(146 64 14 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/75{ + --tw-shadow-color: rgb(146 64 14 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/80{ + --tw-shadow-color: rgb(146 64 14 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/90{ + --tw-shadow-color: rgb(146 64 14 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/95{ + --tw-shadow-color: rgb(146 64 14 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-800\/100{ + --tw-shadow-color: rgb(146 64 14 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/0{ + --tw-shadow-color: rgb(120 53 15 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/5{ + --tw-shadow-color: rgb(120 53 15 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/10{ + --tw-shadow-color: rgb(120 53 15 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/20{ + --tw-shadow-color: rgb(120 53 15 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/25{ + --tw-shadow-color: rgb(120 53 15 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/30{ + --tw-shadow-color: rgb(120 53 15 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/40{ + --tw-shadow-color: rgb(120 53 15 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/50{ + --tw-shadow-color: rgb(120 53 15 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/60{ + --tw-shadow-color: rgb(120 53 15 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/70{ + --tw-shadow-color: rgb(120 53 15 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/75{ + --tw-shadow-color: rgb(120 53 15 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/80{ + --tw-shadow-color: rgb(120 53 15 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/90{ + --tw-shadow-color: rgb(120 53 15 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/95{ + --tw-shadow-color: rgb(120 53 15 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-amber-900\/100{ + --tw-shadow-color: rgb(120 53 15 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/0{ + --tw-shadow-color: rgb(253 253 234 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/5{ + --tw-shadow-color: rgb(253 253 234 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/10{ + --tw-shadow-color: rgb(253 253 234 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/20{ + --tw-shadow-color: rgb(253 253 234 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/25{ + --tw-shadow-color: rgb(253 253 234 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/30{ + --tw-shadow-color: rgb(253 253 234 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/40{ + --tw-shadow-color: rgb(253 253 234 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/50{ + --tw-shadow-color: rgb(253 253 234 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/60{ + --tw-shadow-color: rgb(253 253 234 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/70{ + --tw-shadow-color: rgb(253 253 234 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/75{ + --tw-shadow-color: rgb(253 253 234 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/80{ + --tw-shadow-color: rgb(253 253 234 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/90{ + --tw-shadow-color: rgb(253 253 234 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/95{ + --tw-shadow-color: rgb(253 253 234 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-50\/100{ + --tw-shadow-color: rgb(253 253 234 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/0{ + --tw-shadow-color: rgb(253 246 178 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/5{ + --tw-shadow-color: rgb(253 246 178 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/10{ + --tw-shadow-color: rgb(253 246 178 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/20{ + --tw-shadow-color: rgb(253 246 178 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/25{ + --tw-shadow-color: rgb(253 246 178 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/30{ + --tw-shadow-color: rgb(253 246 178 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/40{ + --tw-shadow-color: rgb(253 246 178 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/50{ + --tw-shadow-color: rgb(253 246 178 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/60{ + --tw-shadow-color: rgb(253 246 178 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/70{ + --tw-shadow-color: rgb(253 246 178 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/75{ + --tw-shadow-color: rgb(253 246 178 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/80{ + --tw-shadow-color: rgb(253 246 178 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/90{ + --tw-shadow-color: rgb(253 246 178 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/95{ + --tw-shadow-color: rgb(253 246 178 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-100\/100{ + --tw-shadow-color: rgb(253 246 178 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/0{ + --tw-shadow-color: rgb(252 233 106 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/5{ + --tw-shadow-color: rgb(252 233 106 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/10{ + --tw-shadow-color: rgb(252 233 106 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/20{ + --tw-shadow-color: rgb(252 233 106 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/25{ + --tw-shadow-color: rgb(252 233 106 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/30{ + --tw-shadow-color: rgb(252 233 106 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/40{ + --tw-shadow-color: rgb(252 233 106 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/50{ + --tw-shadow-color: rgb(252 233 106 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/60{ + --tw-shadow-color: rgb(252 233 106 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/70{ + --tw-shadow-color: rgb(252 233 106 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/75{ + --tw-shadow-color: rgb(252 233 106 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/80{ + --tw-shadow-color: rgb(252 233 106 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/90{ + --tw-shadow-color: rgb(252 233 106 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/95{ + --tw-shadow-color: rgb(252 233 106 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-200\/100{ + --tw-shadow-color: rgb(252 233 106 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/0{ + --tw-shadow-color: rgb(250 202 21 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/5{ + --tw-shadow-color: rgb(250 202 21 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/10{ + --tw-shadow-color: rgb(250 202 21 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/20{ + --tw-shadow-color: rgb(250 202 21 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/25{ + --tw-shadow-color: rgb(250 202 21 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/30{ + --tw-shadow-color: rgb(250 202 21 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/40{ + --tw-shadow-color: rgb(250 202 21 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/50{ + --tw-shadow-color: rgb(250 202 21 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/60{ + --tw-shadow-color: rgb(250 202 21 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/70{ + --tw-shadow-color: rgb(250 202 21 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/75{ + --tw-shadow-color: rgb(250 202 21 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/80{ + --tw-shadow-color: rgb(250 202 21 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/90{ + --tw-shadow-color: rgb(250 202 21 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/95{ + --tw-shadow-color: rgb(250 202 21 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-300\/100{ + --tw-shadow-color: rgb(250 202 21 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/0{ + --tw-shadow-color: rgb(227 160 8 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/5{ + --tw-shadow-color: rgb(227 160 8 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/10{ + --tw-shadow-color: rgb(227 160 8 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/20{ + --tw-shadow-color: rgb(227 160 8 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/25{ + --tw-shadow-color: rgb(227 160 8 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/30{ + --tw-shadow-color: rgb(227 160 8 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/40{ + --tw-shadow-color: rgb(227 160 8 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/50{ + --tw-shadow-color: rgb(227 160 8 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/60{ + --tw-shadow-color: rgb(227 160 8 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/70{ + --tw-shadow-color: rgb(227 160 8 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/75{ + --tw-shadow-color: rgb(227 160 8 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/80{ + --tw-shadow-color: rgb(227 160 8 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/90{ + --tw-shadow-color: rgb(227 160 8 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/95{ + --tw-shadow-color: rgb(227 160 8 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-400\/100{ + --tw-shadow-color: rgb(227 160 8 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/0{ + --tw-shadow-color: rgb(194 120 3 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/5{ + --tw-shadow-color: rgb(194 120 3 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/10{ + --tw-shadow-color: rgb(194 120 3 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/20{ + --tw-shadow-color: rgb(194 120 3 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/25{ + --tw-shadow-color: rgb(194 120 3 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/30{ + --tw-shadow-color: rgb(194 120 3 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/40{ + --tw-shadow-color: rgb(194 120 3 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/50{ + --tw-shadow-color: rgb(194 120 3 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/60{ + --tw-shadow-color: rgb(194 120 3 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/70{ + --tw-shadow-color: rgb(194 120 3 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/75{ + --tw-shadow-color: rgb(194 120 3 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/80{ + --tw-shadow-color: rgb(194 120 3 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/90{ + --tw-shadow-color: rgb(194 120 3 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/95{ + --tw-shadow-color: rgb(194 120 3 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-500\/100{ + --tw-shadow-color: rgb(194 120 3 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/0{ + --tw-shadow-color: rgb(159 88 10 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/5{ + --tw-shadow-color: rgb(159 88 10 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/10{ + --tw-shadow-color: rgb(159 88 10 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/20{ + --tw-shadow-color: rgb(159 88 10 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/25{ + --tw-shadow-color: rgb(159 88 10 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/30{ + --tw-shadow-color: rgb(159 88 10 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/40{ + --tw-shadow-color: rgb(159 88 10 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/50{ + --tw-shadow-color: rgb(159 88 10 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/60{ + --tw-shadow-color: rgb(159 88 10 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/70{ + --tw-shadow-color: rgb(159 88 10 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/75{ + --tw-shadow-color: rgb(159 88 10 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/80{ + --tw-shadow-color: rgb(159 88 10 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/90{ + --tw-shadow-color: rgb(159 88 10 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/95{ + --tw-shadow-color: rgb(159 88 10 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-600\/100{ + --tw-shadow-color: rgb(159 88 10 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/0{ + --tw-shadow-color: rgb(142 75 16 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/5{ + --tw-shadow-color: rgb(142 75 16 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/10{ + --tw-shadow-color: rgb(142 75 16 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/20{ + --tw-shadow-color: rgb(142 75 16 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/25{ + --tw-shadow-color: rgb(142 75 16 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/30{ + --tw-shadow-color: rgb(142 75 16 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/40{ + --tw-shadow-color: rgb(142 75 16 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/50{ + --tw-shadow-color: rgb(142 75 16 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/60{ + --tw-shadow-color: rgb(142 75 16 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/70{ + --tw-shadow-color: rgb(142 75 16 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/75{ + --tw-shadow-color: rgb(142 75 16 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/80{ + --tw-shadow-color: rgb(142 75 16 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/90{ + --tw-shadow-color: rgb(142 75 16 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/95{ + --tw-shadow-color: rgb(142 75 16 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-700\/100{ + --tw-shadow-color: rgb(142 75 16 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/0{ + --tw-shadow-color: rgb(114 59 19 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/5{ + --tw-shadow-color: rgb(114 59 19 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/10{ + --tw-shadow-color: rgb(114 59 19 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/20{ + --tw-shadow-color: rgb(114 59 19 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/25{ + --tw-shadow-color: rgb(114 59 19 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/30{ + --tw-shadow-color: rgb(114 59 19 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/40{ + --tw-shadow-color: rgb(114 59 19 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/50{ + --tw-shadow-color: rgb(114 59 19 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/60{ + --tw-shadow-color: rgb(114 59 19 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/70{ + --tw-shadow-color: rgb(114 59 19 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/75{ + --tw-shadow-color: rgb(114 59 19 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/80{ + --tw-shadow-color: rgb(114 59 19 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/90{ + --tw-shadow-color: rgb(114 59 19 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/95{ + --tw-shadow-color: rgb(114 59 19 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-800\/100{ + --tw-shadow-color: rgb(114 59 19 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/0{ + --tw-shadow-color: rgb(99 49 18 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/5{ + --tw-shadow-color: rgb(99 49 18 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/10{ + --tw-shadow-color: rgb(99 49 18 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/20{ + --tw-shadow-color: rgb(99 49 18 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/25{ + --tw-shadow-color: rgb(99 49 18 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/30{ + --tw-shadow-color: rgb(99 49 18 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/40{ + --tw-shadow-color: rgb(99 49 18 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/50{ + --tw-shadow-color: rgb(99 49 18 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/60{ + --tw-shadow-color: rgb(99 49 18 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/70{ + --tw-shadow-color: rgb(99 49 18 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/75{ + --tw-shadow-color: rgb(99 49 18 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/80{ + --tw-shadow-color: rgb(99 49 18 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/90{ + --tw-shadow-color: rgb(99 49 18 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/95{ + --tw-shadow-color: rgb(99 49 18 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-yellow-900\/100{ + --tw-shadow-color: rgb(99 49 18 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/0{ + --tw-shadow-color: rgb(247 254 231 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/5{ + --tw-shadow-color: rgb(247 254 231 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/10{ + --tw-shadow-color: rgb(247 254 231 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/20{ + --tw-shadow-color: rgb(247 254 231 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/25{ + --tw-shadow-color: rgb(247 254 231 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/30{ + --tw-shadow-color: rgb(247 254 231 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/40{ + --tw-shadow-color: rgb(247 254 231 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/50{ + --tw-shadow-color: rgb(247 254 231 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/60{ + --tw-shadow-color: rgb(247 254 231 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/70{ + --tw-shadow-color: rgb(247 254 231 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/75{ + --tw-shadow-color: rgb(247 254 231 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/80{ + --tw-shadow-color: rgb(247 254 231 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/90{ + --tw-shadow-color: rgb(247 254 231 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/95{ + --tw-shadow-color: rgb(247 254 231 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-50\/100{ + --tw-shadow-color: rgb(247 254 231 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/0{ + --tw-shadow-color: rgb(236 252 203 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/5{ + --tw-shadow-color: rgb(236 252 203 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/10{ + --tw-shadow-color: rgb(236 252 203 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/20{ + --tw-shadow-color: rgb(236 252 203 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/25{ + --tw-shadow-color: rgb(236 252 203 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/30{ + --tw-shadow-color: rgb(236 252 203 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/40{ + --tw-shadow-color: rgb(236 252 203 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/50{ + --tw-shadow-color: rgb(236 252 203 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/60{ + --tw-shadow-color: rgb(236 252 203 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/70{ + --tw-shadow-color: rgb(236 252 203 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/75{ + --tw-shadow-color: rgb(236 252 203 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/80{ + --tw-shadow-color: rgb(236 252 203 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/90{ + --tw-shadow-color: rgb(236 252 203 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/95{ + --tw-shadow-color: rgb(236 252 203 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-100\/100{ + --tw-shadow-color: rgb(236 252 203 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/0{ + --tw-shadow-color: rgb(217 249 157 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/5{ + --tw-shadow-color: rgb(217 249 157 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/10{ + --tw-shadow-color: rgb(217 249 157 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/20{ + --tw-shadow-color: rgb(217 249 157 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/25{ + --tw-shadow-color: rgb(217 249 157 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/30{ + --tw-shadow-color: rgb(217 249 157 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/40{ + --tw-shadow-color: rgb(217 249 157 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/50{ + --tw-shadow-color: rgb(217 249 157 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/60{ + --tw-shadow-color: rgb(217 249 157 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/70{ + --tw-shadow-color: rgb(217 249 157 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/75{ + --tw-shadow-color: rgb(217 249 157 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/80{ + --tw-shadow-color: rgb(217 249 157 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/90{ + --tw-shadow-color: rgb(217 249 157 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/95{ + --tw-shadow-color: rgb(217 249 157 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-200\/100{ + --tw-shadow-color: rgb(217 249 157 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/0{ + --tw-shadow-color: rgb(190 242 100 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/5{ + --tw-shadow-color: rgb(190 242 100 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/10{ + --tw-shadow-color: rgb(190 242 100 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/20{ + --tw-shadow-color: rgb(190 242 100 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/25{ + --tw-shadow-color: rgb(190 242 100 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/30{ + --tw-shadow-color: rgb(190 242 100 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/40{ + --tw-shadow-color: rgb(190 242 100 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/50{ + --tw-shadow-color: rgb(190 242 100 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/60{ + --tw-shadow-color: rgb(190 242 100 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/70{ + --tw-shadow-color: rgb(190 242 100 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/75{ + --tw-shadow-color: rgb(190 242 100 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/80{ + --tw-shadow-color: rgb(190 242 100 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/90{ + --tw-shadow-color: rgb(190 242 100 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/95{ + --tw-shadow-color: rgb(190 242 100 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-300\/100{ + --tw-shadow-color: rgb(190 242 100 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/0{ + --tw-shadow-color: rgb(163 230 53 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/5{ + --tw-shadow-color: rgb(163 230 53 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/10{ + --tw-shadow-color: rgb(163 230 53 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/20{ + --tw-shadow-color: rgb(163 230 53 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/25{ + --tw-shadow-color: rgb(163 230 53 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/30{ + --tw-shadow-color: rgb(163 230 53 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/40{ + --tw-shadow-color: rgb(163 230 53 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/50{ + --tw-shadow-color: rgb(163 230 53 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/60{ + --tw-shadow-color: rgb(163 230 53 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/70{ + --tw-shadow-color: rgb(163 230 53 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/75{ + --tw-shadow-color: rgb(163 230 53 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/80{ + --tw-shadow-color: rgb(163 230 53 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/90{ + --tw-shadow-color: rgb(163 230 53 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/95{ + --tw-shadow-color: rgb(163 230 53 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-400\/100{ + --tw-shadow-color: rgb(163 230 53 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/0{ + --tw-shadow-color: rgb(132 204 22 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/5{ + --tw-shadow-color: rgb(132 204 22 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/10{ + --tw-shadow-color: rgb(132 204 22 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/20{ + --tw-shadow-color: rgb(132 204 22 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/25{ + --tw-shadow-color: rgb(132 204 22 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/30{ + --tw-shadow-color: rgb(132 204 22 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/40{ + --tw-shadow-color: rgb(132 204 22 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/50{ + --tw-shadow-color: rgb(132 204 22 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/60{ + --tw-shadow-color: rgb(132 204 22 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/70{ + --tw-shadow-color: rgb(132 204 22 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/75{ + --tw-shadow-color: rgb(132 204 22 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/80{ + --tw-shadow-color: rgb(132 204 22 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/90{ + --tw-shadow-color: rgb(132 204 22 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/95{ + --tw-shadow-color: rgb(132 204 22 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-500\/100{ + --tw-shadow-color: rgb(132 204 22 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/0{ + --tw-shadow-color: rgb(101 163 13 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/5{ + --tw-shadow-color: rgb(101 163 13 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/10{ + --tw-shadow-color: rgb(101 163 13 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/20{ + --tw-shadow-color: rgb(101 163 13 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/25{ + --tw-shadow-color: rgb(101 163 13 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/30{ + --tw-shadow-color: rgb(101 163 13 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/40{ + --tw-shadow-color: rgb(101 163 13 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/50{ + --tw-shadow-color: rgb(101 163 13 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/60{ + --tw-shadow-color: rgb(101 163 13 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/70{ + --tw-shadow-color: rgb(101 163 13 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/75{ + --tw-shadow-color: rgb(101 163 13 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/80{ + --tw-shadow-color: rgb(101 163 13 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/90{ + --tw-shadow-color: rgb(101 163 13 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/95{ + --tw-shadow-color: rgb(101 163 13 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-600\/100{ + --tw-shadow-color: rgb(101 163 13 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/0{ + --tw-shadow-color: rgb(77 124 15 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/5{ + --tw-shadow-color: rgb(77 124 15 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/10{ + --tw-shadow-color: rgb(77 124 15 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/20{ + --tw-shadow-color: rgb(77 124 15 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/25{ + --tw-shadow-color: rgb(77 124 15 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/30{ + --tw-shadow-color: rgb(77 124 15 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/40{ + --tw-shadow-color: rgb(77 124 15 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/50{ + --tw-shadow-color: rgb(77 124 15 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/60{ + --tw-shadow-color: rgb(77 124 15 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/70{ + --tw-shadow-color: rgb(77 124 15 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/75{ + --tw-shadow-color: rgb(77 124 15 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/80{ + --tw-shadow-color: rgb(77 124 15 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/90{ + --tw-shadow-color: rgb(77 124 15 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/95{ + --tw-shadow-color: rgb(77 124 15 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-700\/100{ + --tw-shadow-color: rgb(77 124 15 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/0{ + --tw-shadow-color: rgb(63 98 18 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/5{ + --tw-shadow-color: rgb(63 98 18 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/10{ + --tw-shadow-color: rgb(63 98 18 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/20{ + --tw-shadow-color: rgb(63 98 18 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/25{ + --tw-shadow-color: rgb(63 98 18 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/30{ + --tw-shadow-color: rgb(63 98 18 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/40{ + --tw-shadow-color: rgb(63 98 18 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/50{ + --tw-shadow-color: rgb(63 98 18 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/60{ + --tw-shadow-color: rgb(63 98 18 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/70{ + --tw-shadow-color: rgb(63 98 18 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/75{ + --tw-shadow-color: rgb(63 98 18 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/80{ + --tw-shadow-color: rgb(63 98 18 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/90{ + --tw-shadow-color: rgb(63 98 18 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/95{ + --tw-shadow-color: rgb(63 98 18 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-800\/100{ + --tw-shadow-color: rgb(63 98 18 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/0{ + --tw-shadow-color: rgb(54 83 20 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/5{ + --tw-shadow-color: rgb(54 83 20 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/10{ + --tw-shadow-color: rgb(54 83 20 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/20{ + --tw-shadow-color: rgb(54 83 20 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/25{ + --tw-shadow-color: rgb(54 83 20 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/30{ + --tw-shadow-color: rgb(54 83 20 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/40{ + --tw-shadow-color: rgb(54 83 20 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/50{ + --tw-shadow-color: rgb(54 83 20 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/60{ + --tw-shadow-color: rgb(54 83 20 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/70{ + --tw-shadow-color: rgb(54 83 20 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/75{ + --tw-shadow-color: rgb(54 83 20 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/80{ + --tw-shadow-color: rgb(54 83 20 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/90{ + --tw-shadow-color: rgb(54 83 20 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/95{ + --tw-shadow-color: rgb(54 83 20 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lime-900\/100{ + --tw-shadow-color: rgb(54 83 20 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/0{ + --tw-shadow-color: rgb(248 250 246 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/5{ + --tw-shadow-color: rgb(248 250 246 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/10{ + --tw-shadow-color: rgb(248 250 246 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/20{ + --tw-shadow-color: rgb(248 250 246 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/25{ + --tw-shadow-color: rgb(248 250 246 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/30{ + --tw-shadow-color: rgb(248 250 246 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/40{ + --tw-shadow-color: rgb(248 250 246 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/50{ + --tw-shadow-color: rgb(248 250 246 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/60{ + --tw-shadow-color: rgb(248 250 246 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/70{ + --tw-shadow-color: rgb(248 250 246 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/75{ + --tw-shadow-color: rgb(248 250 246 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/80{ + --tw-shadow-color: rgb(248 250 246 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/90{ + --tw-shadow-color: rgb(248 250 246 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/95{ + --tw-shadow-color: rgb(248 250 246 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-50\/100{ + --tw-shadow-color: rgb(248 250 246 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/0{ + --tw-shadow-color: rgb(241 246 238 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/5{ + --tw-shadow-color: rgb(241 246 238 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/10{ + --tw-shadow-color: rgb(241 246 238 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/20{ + --tw-shadow-color: rgb(241 246 238 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/25{ + --tw-shadow-color: rgb(241 246 238 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/30{ + --tw-shadow-color: rgb(241 246 238 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/40{ + --tw-shadow-color: rgb(241 246 238 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/50{ + --tw-shadow-color: rgb(241 246 238 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/60{ + --tw-shadow-color: rgb(241 246 238 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/70{ + --tw-shadow-color: rgb(241 246 238 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/75{ + --tw-shadow-color: rgb(241 246 238 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/80{ + --tw-shadow-color: rgb(241 246 238 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/90{ + --tw-shadow-color: rgb(241 246 238 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/95{ + --tw-shadow-color: rgb(241 246 238 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-100\/100{ + --tw-shadow-color: rgb(241 246 238 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/0{ + --tw-shadow-color: rgb(219 232 212 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/5{ + --tw-shadow-color: rgb(219 232 212 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/10{ + --tw-shadow-color: rgb(219 232 212 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/20{ + --tw-shadow-color: rgb(219 232 212 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/25{ + --tw-shadow-color: rgb(219 232 212 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/30{ + --tw-shadow-color: rgb(219 232 212 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/40{ + --tw-shadow-color: rgb(219 232 212 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/50{ + --tw-shadow-color: rgb(219 232 212 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/60{ + --tw-shadow-color: rgb(219 232 212 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/70{ + --tw-shadow-color: rgb(219 232 212 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/75{ + --tw-shadow-color: rgb(219 232 212 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/80{ + --tw-shadow-color: rgb(219 232 212 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/90{ + --tw-shadow-color: rgb(219 232 212 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/95{ + --tw-shadow-color: rgb(219 232 212 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-200\/100{ + --tw-shadow-color: rgb(219 232 212 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/0{ + --tw-shadow-color: rgb(197 217 186 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/5{ + --tw-shadow-color: rgb(197 217 186 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/10{ + --tw-shadow-color: rgb(197 217 186 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/20{ + --tw-shadow-color: rgb(197 217 186 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/25{ + --tw-shadow-color: rgb(197 217 186 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/30{ + --tw-shadow-color: rgb(197 217 186 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/40{ + --tw-shadow-color: rgb(197 217 186 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/50{ + --tw-shadow-color: rgb(197 217 186 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/60{ + --tw-shadow-color: rgb(197 217 186 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/70{ + --tw-shadow-color: rgb(197 217 186 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/75{ + --tw-shadow-color: rgb(197 217 186 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/80{ + --tw-shadow-color: rgb(197 217 186 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/90{ + --tw-shadow-color: rgb(197 217 186 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/95{ + --tw-shadow-color: rgb(197 217 186 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-300\/100{ + --tw-shadow-color: rgb(197 217 186 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/0{ + --tw-shadow-color: rgb(154 189 134 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/5{ + --tw-shadow-color: rgb(154 189 134 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/10{ + --tw-shadow-color: rgb(154 189 134 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/20{ + --tw-shadow-color: rgb(154 189 134 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/25{ + --tw-shadow-color: rgb(154 189 134 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/30{ + --tw-shadow-color: rgb(154 189 134 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/40{ + --tw-shadow-color: rgb(154 189 134 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/50{ + --tw-shadow-color: rgb(154 189 134 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/60{ + --tw-shadow-color: rgb(154 189 134 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/70{ + --tw-shadow-color: rgb(154 189 134 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/75{ + --tw-shadow-color: rgb(154 189 134 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/80{ + --tw-shadow-color: rgb(154 189 134 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/90{ + --tw-shadow-color: rgb(154 189 134 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/95{ + --tw-shadow-color: rgb(154 189 134 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-400\/100{ + --tw-shadow-color: rgb(154 189 134 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/0{ + --tw-shadow-color: rgb(110 161 82 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/5{ + --tw-shadow-color: rgb(110 161 82 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/10{ + --tw-shadow-color: rgb(110 161 82 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/20{ + --tw-shadow-color: rgb(110 161 82 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/25{ + --tw-shadow-color: rgb(110 161 82 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/30{ + --tw-shadow-color: rgb(110 161 82 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/40{ + --tw-shadow-color: rgb(110 161 82 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/50{ + --tw-shadow-color: rgb(110 161 82 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/60{ + --tw-shadow-color: rgb(110 161 82 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/70{ + --tw-shadow-color: rgb(110 161 82 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/75{ + --tw-shadow-color: rgb(110 161 82 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/80{ + --tw-shadow-color: rgb(110 161 82 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/90{ + --tw-shadow-color: rgb(110 161 82 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/95{ + --tw-shadow-color: rgb(110 161 82 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-500\/100{ + --tw-shadow-color: rgb(110 161 82 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/0{ + --tw-shadow-color: rgb(99 145 74 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/5{ + --tw-shadow-color: rgb(99 145 74 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/10{ + --tw-shadow-color: rgb(99 145 74 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/20{ + --tw-shadow-color: rgb(99 145 74 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/25{ + --tw-shadow-color: rgb(99 145 74 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/30{ + --tw-shadow-color: rgb(99 145 74 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/40{ + --tw-shadow-color: rgb(99 145 74 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/50{ + --tw-shadow-color: rgb(99 145 74 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/60{ + --tw-shadow-color: rgb(99 145 74 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/70{ + --tw-shadow-color: rgb(99 145 74 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/75{ + --tw-shadow-color: rgb(99 145 74 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/80{ + --tw-shadow-color: rgb(99 145 74 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/90{ + --tw-shadow-color: rgb(99 145 74 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/95{ + --tw-shadow-color: rgb(99 145 74 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-600\/100{ + --tw-shadow-color: rgb(99 145 74 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/0{ + --tw-shadow-color: rgb(83 121 62 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/5{ + --tw-shadow-color: rgb(83 121 62 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/10{ + --tw-shadow-color: rgb(83 121 62 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/20{ + --tw-shadow-color: rgb(83 121 62 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/25{ + --tw-shadow-color: rgb(83 121 62 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/30{ + --tw-shadow-color: rgb(83 121 62 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/40{ + --tw-shadow-color: rgb(83 121 62 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/50{ + --tw-shadow-color: rgb(83 121 62 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/60{ + --tw-shadow-color: rgb(83 121 62 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/70{ + --tw-shadow-color: rgb(83 121 62 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/75{ + --tw-shadow-color: rgb(83 121 62 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/80{ + --tw-shadow-color: rgb(83 121 62 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/90{ + --tw-shadow-color: rgb(83 121 62 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/95{ + --tw-shadow-color: rgb(83 121 62 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-700\/100{ + --tw-shadow-color: rgb(83 121 62 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/0{ + --tw-shadow-color: rgb(66 97 49 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/5{ + --tw-shadow-color: rgb(66 97 49 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/10{ + --tw-shadow-color: rgb(66 97 49 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/20{ + --tw-shadow-color: rgb(66 97 49 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/25{ + --tw-shadow-color: rgb(66 97 49 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/30{ + --tw-shadow-color: rgb(66 97 49 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/40{ + --tw-shadow-color: rgb(66 97 49 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/50{ + --tw-shadow-color: rgb(66 97 49 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/60{ + --tw-shadow-color: rgb(66 97 49 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/70{ + --tw-shadow-color: rgb(66 97 49 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/75{ + --tw-shadow-color: rgb(66 97 49 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/80{ + --tw-shadow-color: rgb(66 97 49 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/90{ + --tw-shadow-color: rgb(66 97 49 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/95{ + --tw-shadow-color: rgb(66 97 49 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-800\/100{ + --tw-shadow-color: rgb(66 97 49 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/0{ + --tw-shadow-color: rgb(54 79 40 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/5{ + --tw-shadow-color: rgb(54 79 40 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/10{ + --tw-shadow-color: rgb(54 79 40 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/20{ + --tw-shadow-color: rgb(54 79 40 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/25{ + --tw-shadow-color: rgb(54 79 40 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/30{ + --tw-shadow-color: rgb(54 79 40 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/40{ + --tw-shadow-color: rgb(54 79 40 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/50{ + --tw-shadow-color: rgb(54 79 40 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/60{ + --tw-shadow-color: rgb(54 79 40 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/70{ + --tw-shadow-color: rgb(54 79 40 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/75{ + --tw-shadow-color: rgb(54 79 40 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/80{ + --tw-shadow-color: rgb(54 79 40 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/90{ + --tw-shadow-color: rgb(54 79 40 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/95{ + --tw-shadow-color: rgb(54 79 40 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green-900\/100{ + --tw-shadow-color: rgb(54 79 40 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/0{ + --tw-shadow-color: rgb(110 161 82 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/5{ + --tw-shadow-color: rgb(110 161 82 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/10{ + --tw-shadow-color: rgb(110 161 82 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/20{ + --tw-shadow-color: rgb(110 161 82 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/25{ + --tw-shadow-color: rgb(110 161 82 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/30{ + --tw-shadow-color: rgb(110 161 82 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/40{ + --tw-shadow-color: rgb(110 161 82 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/50{ + --tw-shadow-color: rgb(110 161 82 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/60{ + --tw-shadow-color: rgb(110 161 82 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/70{ + --tw-shadow-color: rgb(110 161 82 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/75{ + --tw-shadow-color: rgb(110 161 82 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/80{ + --tw-shadow-color: rgb(110 161 82 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/90{ + --tw-shadow-color: rgb(110 161 82 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/95{ + --tw-shadow-color: rgb(110 161 82 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-green\/100{ + --tw-shadow-color: rgb(110 161 82 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/0{ + --tw-shadow-color: rgb(236 253 245 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/5{ + --tw-shadow-color: rgb(236 253 245 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/10{ + --tw-shadow-color: rgb(236 253 245 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/20{ + --tw-shadow-color: rgb(236 253 245 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/25{ + --tw-shadow-color: rgb(236 253 245 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/30{ + --tw-shadow-color: rgb(236 253 245 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/40{ + --tw-shadow-color: rgb(236 253 245 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/50{ + --tw-shadow-color: rgb(236 253 245 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/60{ + --tw-shadow-color: rgb(236 253 245 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/70{ + --tw-shadow-color: rgb(236 253 245 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/75{ + --tw-shadow-color: rgb(236 253 245 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/80{ + --tw-shadow-color: rgb(236 253 245 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/90{ + --tw-shadow-color: rgb(236 253 245 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/95{ + --tw-shadow-color: rgb(236 253 245 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-50\/100{ + --tw-shadow-color: rgb(236 253 245 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/0{ + --tw-shadow-color: rgb(209 250 229 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/5{ + --tw-shadow-color: rgb(209 250 229 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/10{ + --tw-shadow-color: rgb(209 250 229 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/20{ + --tw-shadow-color: rgb(209 250 229 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/25{ + --tw-shadow-color: rgb(209 250 229 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/30{ + --tw-shadow-color: rgb(209 250 229 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/40{ + --tw-shadow-color: rgb(209 250 229 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/50{ + --tw-shadow-color: rgb(209 250 229 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/60{ + --tw-shadow-color: rgb(209 250 229 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/70{ + --tw-shadow-color: rgb(209 250 229 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/75{ + --tw-shadow-color: rgb(209 250 229 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/80{ + --tw-shadow-color: rgb(209 250 229 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/90{ + --tw-shadow-color: rgb(209 250 229 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/95{ + --tw-shadow-color: rgb(209 250 229 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-100\/100{ + --tw-shadow-color: rgb(209 250 229 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/0{ + --tw-shadow-color: rgb(167 243 208 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/5{ + --tw-shadow-color: rgb(167 243 208 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/10{ + --tw-shadow-color: rgb(167 243 208 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/20{ + --tw-shadow-color: rgb(167 243 208 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/25{ + --tw-shadow-color: rgb(167 243 208 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/30{ + --tw-shadow-color: rgb(167 243 208 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/40{ + --tw-shadow-color: rgb(167 243 208 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/50{ + --tw-shadow-color: rgb(167 243 208 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/60{ + --tw-shadow-color: rgb(167 243 208 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/70{ + --tw-shadow-color: rgb(167 243 208 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/75{ + --tw-shadow-color: rgb(167 243 208 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/80{ + --tw-shadow-color: rgb(167 243 208 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/90{ + --tw-shadow-color: rgb(167 243 208 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/95{ + --tw-shadow-color: rgb(167 243 208 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-200\/100{ + --tw-shadow-color: rgb(167 243 208 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/0{ + --tw-shadow-color: rgb(110 231 183 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/5{ + --tw-shadow-color: rgb(110 231 183 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/10{ + --tw-shadow-color: rgb(110 231 183 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/20{ + --tw-shadow-color: rgb(110 231 183 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/25{ + --tw-shadow-color: rgb(110 231 183 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/30{ + --tw-shadow-color: rgb(110 231 183 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/40{ + --tw-shadow-color: rgb(110 231 183 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/50{ + --tw-shadow-color: rgb(110 231 183 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/60{ + --tw-shadow-color: rgb(110 231 183 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/70{ + --tw-shadow-color: rgb(110 231 183 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/75{ + --tw-shadow-color: rgb(110 231 183 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/80{ + --tw-shadow-color: rgb(110 231 183 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/90{ + --tw-shadow-color: rgb(110 231 183 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/95{ + --tw-shadow-color: rgb(110 231 183 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-300\/100{ + --tw-shadow-color: rgb(110 231 183 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/0{ + --tw-shadow-color: rgb(52 211 153 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/5{ + --tw-shadow-color: rgb(52 211 153 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/10{ + --tw-shadow-color: rgb(52 211 153 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/20{ + --tw-shadow-color: rgb(52 211 153 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/25{ + --tw-shadow-color: rgb(52 211 153 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/30{ + --tw-shadow-color: rgb(52 211 153 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/40{ + --tw-shadow-color: rgb(52 211 153 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/50{ + --tw-shadow-color: rgb(52 211 153 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/60{ + --tw-shadow-color: rgb(52 211 153 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/70{ + --tw-shadow-color: rgb(52 211 153 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/75{ + --tw-shadow-color: rgb(52 211 153 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/80{ + --tw-shadow-color: rgb(52 211 153 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/90{ + --tw-shadow-color: rgb(52 211 153 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/95{ + --tw-shadow-color: rgb(52 211 153 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-400\/100{ + --tw-shadow-color: rgb(52 211 153 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/0{ + --tw-shadow-color: rgb(16 185 129 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/5{ + --tw-shadow-color: rgb(16 185 129 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/10{ + --tw-shadow-color: rgb(16 185 129 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/20{ + --tw-shadow-color: rgb(16 185 129 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/25{ + --tw-shadow-color: rgb(16 185 129 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/30{ + --tw-shadow-color: rgb(16 185 129 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/40{ + --tw-shadow-color: rgb(16 185 129 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/50{ + --tw-shadow-color: rgb(16 185 129 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/60{ + --tw-shadow-color: rgb(16 185 129 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/70{ + --tw-shadow-color: rgb(16 185 129 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/75{ + --tw-shadow-color: rgb(16 185 129 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/80{ + --tw-shadow-color: rgb(16 185 129 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/90{ + --tw-shadow-color: rgb(16 185 129 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/95{ + --tw-shadow-color: rgb(16 185 129 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-500\/100{ + --tw-shadow-color: rgb(16 185 129 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/0{ + --tw-shadow-color: rgb(5 150 105 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/5{ + --tw-shadow-color: rgb(5 150 105 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/10{ + --tw-shadow-color: rgb(5 150 105 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/20{ + --tw-shadow-color: rgb(5 150 105 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/25{ + --tw-shadow-color: rgb(5 150 105 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/30{ + --tw-shadow-color: rgb(5 150 105 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/40{ + --tw-shadow-color: rgb(5 150 105 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/50{ + --tw-shadow-color: rgb(5 150 105 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/60{ + --tw-shadow-color: rgb(5 150 105 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/70{ + --tw-shadow-color: rgb(5 150 105 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/75{ + --tw-shadow-color: rgb(5 150 105 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/80{ + --tw-shadow-color: rgb(5 150 105 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/90{ + --tw-shadow-color: rgb(5 150 105 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/95{ + --tw-shadow-color: rgb(5 150 105 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-600\/100{ + --tw-shadow-color: rgb(5 150 105 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/0{ + --tw-shadow-color: rgb(4 120 87 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/5{ + --tw-shadow-color: rgb(4 120 87 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/10{ + --tw-shadow-color: rgb(4 120 87 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/20{ + --tw-shadow-color: rgb(4 120 87 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/25{ + --tw-shadow-color: rgb(4 120 87 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/30{ + --tw-shadow-color: rgb(4 120 87 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/40{ + --tw-shadow-color: rgb(4 120 87 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/50{ + --tw-shadow-color: rgb(4 120 87 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/60{ + --tw-shadow-color: rgb(4 120 87 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/70{ + --tw-shadow-color: rgb(4 120 87 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/75{ + --tw-shadow-color: rgb(4 120 87 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/80{ + --tw-shadow-color: rgb(4 120 87 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/90{ + --tw-shadow-color: rgb(4 120 87 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/95{ + --tw-shadow-color: rgb(4 120 87 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-700\/100{ + --tw-shadow-color: rgb(4 120 87 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/0{ + --tw-shadow-color: rgb(6 95 70 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/5{ + --tw-shadow-color: rgb(6 95 70 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/10{ + --tw-shadow-color: rgb(6 95 70 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/20{ + --tw-shadow-color: rgb(6 95 70 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/25{ + --tw-shadow-color: rgb(6 95 70 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/30{ + --tw-shadow-color: rgb(6 95 70 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/40{ + --tw-shadow-color: rgb(6 95 70 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/50{ + --tw-shadow-color: rgb(6 95 70 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/60{ + --tw-shadow-color: rgb(6 95 70 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/70{ + --tw-shadow-color: rgb(6 95 70 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/75{ + --tw-shadow-color: rgb(6 95 70 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/80{ + --tw-shadow-color: rgb(6 95 70 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/90{ + --tw-shadow-color: rgb(6 95 70 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/95{ + --tw-shadow-color: rgb(6 95 70 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-800\/100{ + --tw-shadow-color: rgb(6 95 70 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/0{ + --tw-shadow-color: rgb(6 78 59 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/5{ + --tw-shadow-color: rgb(6 78 59 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/10{ + --tw-shadow-color: rgb(6 78 59 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/20{ + --tw-shadow-color: rgb(6 78 59 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/25{ + --tw-shadow-color: rgb(6 78 59 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/30{ + --tw-shadow-color: rgb(6 78 59 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/40{ + --tw-shadow-color: rgb(6 78 59 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/50{ + --tw-shadow-color: rgb(6 78 59 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/60{ + --tw-shadow-color: rgb(6 78 59 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/70{ + --tw-shadow-color: rgb(6 78 59 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/75{ + --tw-shadow-color: rgb(6 78 59 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/80{ + --tw-shadow-color: rgb(6 78 59 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/90{ + --tw-shadow-color: rgb(6 78 59 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/95{ + --tw-shadow-color: rgb(6 78 59 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-emerald-900\/100{ + --tw-shadow-color: rgb(6 78 59 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/0{ + --tw-shadow-color: rgb(237 250 250 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/5{ + --tw-shadow-color: rgb(237 250 250 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/10{ + --tw-shadow-color: rgb(237 250 250 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/20{ + --tw-shadow-color: rgb(237 250 250 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/25{ + --tw-shadow-color: rgb(237 250 250 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/30{ + --tw-shadow-color: rgb(237 250 250 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/40{ + --tw-shadow-color: rgb(237 250 250 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/50{ + --tw-shadow-color: rgb(237 250 250 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/60{ + --tw-shadow-color: rgb(237 250 250 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/70{ + --tw-shadow-color: rgb(237 250 250 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/75{ + --tw-shadow-color: rgb(237 250 250 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/80{ + --tw-shadow-color: rgb(237 250 250 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/90{ + --tw-shadow-color: rgb(237 250 250 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/95{ + --tw-shadow-color: rgb(237 250 250 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-50\/100{ + --tw-shadow-color: rgb(237 250 250 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/0{ + --tw-shadow-color: rgb(213 245 246 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/5{ + --tw-shadow-color: rgb(213 245 246 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/10{ + --tw-shadow-color: rgb(213 245 246 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/20{ + --tw-shadow-color: rgb(213 245 246 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/25{ + --tw-shadow-color: rgb(213 245 246 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/30{ + --tw-shadow-color: rgb(213 245 246 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/40{ + --tw-shadow-color: rgb(213 245 246 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/50{ + --tw-shadow-color: rgb(213 245 246 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/60{ + --tw-shadow-color: rgb(213 245 246 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/70{ + --tw-shadow-color: rgb(213 245 246 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/75{ + --tw-shadow-color: rgb(213 245 246 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/80{ + --tw-shadow-color: rgb(213 245 246 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/90{ + --tw-shadow-color: rgb(213 245 246 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/95{ + --tw-shadow-color: rgb(213 245 246 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-100\/100{ + --tw-shadow-color: rgb(213 245 246 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/0{ + --tw-shadow-color: rgb(175 236 239 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/5{ + --tw-shadow-color: rgb(175 236 239 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/10{ + --tw-shadow-color: rgb(175 236 239 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/20{ + --tw-shadow-color: rgb(175 236 239 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/25{ + --tw-shadow-color: rgb(175 236 239 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/30{ + --tw-shadow-color: rgb(175 236 239 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/40{ + --tw-shadow-color: rgb(175 236 239 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/50{ + --tw-shadow-color: rgb(175 236 239 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/60{ + --tw-shadow-color: rgb(175 236 239 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/70{ + --tw-shadow-color: rgb(175 236 239 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/75{ + --tw-shadow-color: rgb(175 236 239 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/80{ + --tw-shadow-color: rgb(175 236 239 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/90{ + --tw-shadow-color: rgb(175 236 239 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/95{ + --tw-shadow-color: rgb(175 236 239 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-200\/100{ + --tw-shadow-color: rgb(175 236 239 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/0{ + --tw-shadow-color: rgb(126 220 226 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/5{ + --tw-shadow-color: rgb(126 220 226 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/10{ + --tw-shadow-color: rgb(126 220 226 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/20{ + --tw-shadow-color: rgb(126 220 226 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/25{ + --tw-shadow-color: rgb(126 220 226 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/30{ + --tw-shadow-color: rgb(126 220 226 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/40{ + --tw-shadow-color: rgb(126 220 226 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/50{ + --tw-shadow-color: rgb(126 220 226 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/60{ + --tw-shadow-color: rgb(126 220 226 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/70{ + --tw-shadow-color: rgb(126 220 226 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/75{ + --tw-shadow-color: rgb(126 220 226 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/80{ + --tw-shadow-color: rgb(126 220 226 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/90{ + --tw-shadow-color: rgb(126 220 226 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/95{ + --tw-shadow-color: rgb(126 220 226 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-300\/100{ + --tw-shadow-color: rgb(126 220 226 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/0{ + --tw-shadow-color: rgb(22 189 202 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/5{ + --tw-shadow-color: rgb(22 189 202 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/10{ + --tw-shadow-color: rgb(22 189 202 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/20{ + --tw-shadow-color: rgb(22 189 202 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/25{ + --tw-shadow-color: rgb(22 189 202 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/30{ + --tw-shadow-color: rgb(22 189 202 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/40{ + --tw-shadow-color: rgb(22 189 202 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/50{ + --tw-shadow-color: rgb(22 189 202 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/60{ + --tw-shadow-color: rgb(22 189 202 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/70{ + --tw-shadow-color: rgb(22 189 202 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/75{ + --tw-shadow-color: rgb(22 189 202 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/80{ + --tw-shadow-color: rgb(22 189 202 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/90{ + --tw-shadow-color: rgb(22 189 202 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/95{ + --tw-shadow-color: rgb(22 189 202 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-400\/100{ + --tw-shadow-color: rgb(22 189 202 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/0{ + --tw-shadow-color: rgb(6 148 162 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/5{ + --tw-shadow-color: rgb(6 148 162 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/10{ + --tw-shadow-color: rgb(6 148 162 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/20{ + --tw-shadow-color: rgb(6 148 162 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/25{ + --tw-shadow-color: rgb(6 148 162 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/30{ + --tw-shadow-color: rgb(6 148 162 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/40{ + --tw-shadow-color: rgb(6 148 162 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/50{ + --tw-shadow-color: rgb(6 148 162 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/60{ + --tw-shadow-color: rgb(6 148 162 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/70{ + --tw-shadow-color: rgb(6 148 162 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/75{ + --tw-shadow-color: rgb(6 148 162 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/80{ + --tw-shadow-color: rgb(6 148 162 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/90{ + --tw-shadow-color: rgb(6 148 162 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/95{ + --tw-shadow-color: rgb(6 148 162 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-500\/100{ + --tw-shadow-color: rgb(6 148 162 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/0{ + --tw-shadow-color: rgb(4 116 129 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/5{ + --tw-shadow-color: rgb(4 116 129 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/10{ + --tw-shadow-color: rgb(4 116 129 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/20{ + --tw-shadow-color: rgb(4 116 129 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/25{ + --tw-shadow-color: rgb(4 116 129 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/30{ + --tw-shadow-color: rgb(4 116 129 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/40{ + --tw-shadow-color: rgb(4 116 129 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/50{ + --tw-shadow-color: rgb(4 116 129 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/60{ + --tw-shadow-color: rgb(4 116 129 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/70{ + --tw-shadow-color: rgb(4 116 129 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/75{ + --tw-shadow-color: rgb(4 116 129 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/80{ + --tw-shadow-color: rgb(4 116 129 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/90{ + --tw-shadow-color: rgb(4 116 129 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/95{ + --tw-shadow-color: rgb(4 116 129 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-600\/100{ + --tw-shadow-color: rgb(4 116 129 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/0{ + --tw-shadow-color: rgb(3 102 114 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/5{ + --tw-shadow-color: rgb(3 102 114 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/10{ + --tw-shadow-color: rgb(3 102 114 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/20{ + --tw-shadow-color: rgb(3 102 114 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/25{ + --tw-shadow-color: rgb(3 102 114 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/30{ + --tw-shadow-color: rgb(3 102 114 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/40{ + --tw-shadow-color: rgb(3 102 114 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/50{ + --tw-shadow-color: rgb(3 102 114 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/60{ + --tw-shadow-color: rgb(3 102 114 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/70{ + --tw-shadow-color: rgb(3 102 114 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/75{ + --tw-shadow-color: rgb(3 102 114 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/80{ + --tw-shadow-color: rgb(3 102 114 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/90{ + --tw-shadow-color: rgb(3 102 114 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/95{ + --tw-shadow-color: rgb(3 102 114 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-700\/100{ + --tw-shadow-color: rgb(3 102 114 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/0{ + --tw-shadow-color: rgb(5 80 92 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/5{ + --tw-shadow-color: rgb(5 80 92 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/10{ + --tw-shadow-color: rgb(5 80 92 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/20{ + --tw-shadow-color: rgb(5 80 92 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/25{ + --tw-shadow-color: rgb(5 80 92 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/30{ + --tw-shadow-color: rgb(5 80 92 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/40{ + --tw-shadow-color: rgb(5 80 92 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/50{ + --tw-shadow-color: rgb(5 80 92 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/60{ + --tw-shadow-color: rgb(5 80 92 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/70{ + --tw-shadow-color: rgb(5 80 92 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/75{ + --tw-shadow-color: rgb(5 80 92 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/80{ + --tw-shadow-color: rgb(5 80 92 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/90{ + --tw-shadow-color: rgb(5 80 92 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/95{ + --tw-shadow-color: rgb(5 80 92 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-800\/100{ + --tw-shadow-color: rgb(5 80 92 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/0{ + --tw-shadow-color: rgb(1 68 81 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/5{ + --tw-shadow-color: rgb(1 68 81 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/10{ + --tw-shadow-color: rgb(1 68 81 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/20{ + --tw-shadow-color: rgb(1 68 81 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/25{ + --tw-shadow-color: rgb(1 68 81 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/30{ + --tw-shadow-color: rgb(1 68 81 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/40{ + --tw-shadow-color: rgb(1 68 81 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/50{ + --tw-shadow-color: rgb(1 68 81 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/60{ + --tw-shadow-color: rgb(1 68 81 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/70{ + --tw-shadow-color: rgb(1 68 81 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/75{ + --tw-shadow-color: rgb(1 68 81 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/80{ + --tw-shadow-color: rgb(1 68 81 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/90{ + --tw-shadow-color: rgb(1 68 81 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/95{ + --tw-shadow-color: rgb(1 68 81 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-teal-900\/100{ + --tw-shadow-color: rgb(1 68 81 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/0{ + --tw-shadow-color: rgb(236 254 255 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/5{ + --tw-shadow-color: rgb(236 254 255 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/10{ + --tw-shadow-color: rgb(236 254 255 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/20{ + --tw-shadow-color: rgb(236 254 255 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/25{ + --tw-shadow-color: rgb(236 254 255 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/30{ + --tw-shadow-color: rgb(236 254 255 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/40{ + --tw-shadow-color: rgb(236 254 255 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/50{ + --tw-shadow-color: rgb(236 254 255 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/60{ + --tw-shadow-color: rgb(236 254 255 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/70{ + --tw-shadow-color: rgb(236 254 255 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/75{ + --tw-shadow-color: rgb(236 254 255 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/80{ + --tw-shadow-color: rgb(236 254 255 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/90{ + --tw-shadow-color: rgb(236 254 255 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/95{ + --tw-shadow-color: rgb(236 254 255 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-50\/100{ + --tw-shadow-color: rgb(236 254 255 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/0{ + --tw-shadow-color: rgb(207 250 254 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/5{ + --tw-shadow-color: rgb(207 250 254 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/10{ + --tw-shadow-color: rgb(207 250 254 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/20{ + --tw-shadow-color: rgb(207 250 254 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/25{ + --tw-shadow-color: rgb(207 250 254 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/30{ + --tw-shadow-color: rgb(207 250 254 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/40{ + --tw-shadow-color: rgb(207 250 254 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/50{ + --tw-shadow-color: rgb(207 250 254 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/60{ + --tw-shadow-color: rgb(207 250 254 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/70{ + --tw-shadow-color: rgb(207 250 254 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/75{ + --tw-shadow-color: rgb(207 250 254 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/80{ + --tw-shadow-color: rgb(207 250 254 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/90{ + --tw-shadow-color: rgb(207 250 254 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/95{ + --tw-shadow-color: rgb(207 250 254 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-100\/100{ + --tw-shadow-color: rgb(207 250 254 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/0{ + --tw-shadow-color: rgb(165 243 252 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/5{ + --tw-shadow-color: rgb(165 243 252 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/10{ + --tw-shadow-color: rgb(165 243 252 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/20{ + --tw-shadow-color: rgb(165 243 252 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/25{ + --tw-shadow-color: rgb(165 243 252 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/30{ + --tw-shadow-color: rgb(165 243 252 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/40{ + --tw-shadow-color: rgb(165 243 252 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/50{ + --tw-shadow-color: rgb(165 243 252 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/60{ + --tw-shadow-color: rgb(165 243 252 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/70{ + --tw-shadow-color: rgb(165 243 252 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/75{ + --tw-shadow-color: rgb(165 243 252 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/80{ + --tw-shadow-color: rgb(165 243 252 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/90{ + --tw-shadow-color: rgb(165 243 252 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/95{ + --tw-shadow-color: rgb(165 243 252 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-200\/100{ + --tw-shadow-color: rgb(165 243 252 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/0{ + --tw-shadow-color: rgb(103 232 249 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/5{ + --tw-shadow-color: rgb(103 232 249 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/10{ + --tw-shadow-color: rgb(103 232 249 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/20{ + --tw-shadow-color: rgb(103 232 249 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/25{ + --tw-shadow-color: rgb(103 232 249 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/30{ + --tw-shadow-color: rgb(103 232 249 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/40{ + --tw-shadow-color: rgb(103 232 249 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/50{ + --tw-shadow-color: rgb(103 232 249 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/60{ + --tw-shadow-color: rgb(103 232 249 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/70{ + --tw-shadow-color: rgb(103 232 249 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/75{ + --tw-shadow-color: rgb(103 232 249 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/80{ + --tw-shadow-color: rgb(103 232 249 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/90{ + --tw-shadow-color: rgb(103 232 249 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/95{ + --tw-shadow-color: rgb(103 232 249 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-300\/100{ + --tw-shadow-color: rgb(103 232 249 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/0{ + --tw-shadow-color: rgb(34 211 238 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/5{ + --tw-shadow-color: rgb(34 211 238 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/10{ + --tw-shadow-color: rgb(34 211 238 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/20{ + --tw-shadow-color: rgb(34 211 238 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/25{ + --tw-shadow-color: rgb(34 211 238 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/30{ + --tw-shadow-color: rgb(34 211 238 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/40{ + --tw-shadow-color: rgb(34 211 238 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/50{ + --tw-shadow-color: rgb(34 211 238 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/60{ + --tw-shadow-color: rgb(34 211 238 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/70{ + --tw-shadow-color: rgb(34 211 238 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/75{ + --tw-shadow-color: rgb(34 211 238 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/80{ + --tw-shadow-color: rgb(34 211 238 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/90{ + --tw-shadow-color: rgb(34 211 238 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/95{ + --tw-shadow-color: rgb(34 211 238 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-400\/100{ + --tw-shadow-color: rgb(34 211 238 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/0{ + --tw-shadow-color: rgb(6 182 212 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/5{ + --tw-shadow-color: rgb(6 182 212 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/10{ + --tw-shadow-color: rgb(6 182 212 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/20{ + --tw-shadow-color: rgb(6 182 212 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/25{ + --tw-shadow-color: rgb(6 182 212 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/30{ + --tw-shadow-color: rgb(6 182 212 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/40{ + --tw-shadow-color: rgb(6 182 212 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/50{ + --tw-shadow-color: rgb(6 182 212 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/60{ + --tw-shadow-color: rgb(6 182 212 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/70{ + --tw-shadow-color: rgb(6 182 212 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/75{ + --tw-shadow-color: rgb(6 182 212 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/80{ + --tw-shadow-color: rgb(6 182 212 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/90{ + --tw-shadow-color: rgb(6 182 212 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/95{ + --tw-shadow-color: rgb(6 182 212 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-500\/100{ + --tw-shadow-color: rgb(6 182 212 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/0{ + --tw-shadow-color: rgb(8 145 178 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/5{ + --tw-shadow-color: rgb(8 145 178 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/10{ + --tw-shadow-color: rgb(8 145 178 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/20{ + --tw-shadow-color: rgb(8 145 178 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/25{ + --tw-shadow-color: rgb(8 145 178 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/30{ + --tw-shadow-color: rgb(8 145 178 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/40{ + --tw-shadow-color: rgb(8 145 178 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/50{ + --tw-shadow-color: rgb(8 145 178 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/60{ + --tw-shadow-color: rgb(8 145 178 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/70{ + --tw-shadow-color: rgb(8 145 178 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/75{ + --tw-shadow-color: rgb(8 145 178 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/80{ + --tw-shadow-color: rgb(8 145 178 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/90{ + --tw-shadow-color: rgb(8 145 178 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/95{ + --tw-shadow-color: rgb(8 145 178 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-600\/100{ + --tw-shadow-color: rgb(8 145 178 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/0{ + --tw-shadow-color: rgb(14 116 144 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/5{ + --tw-shadow-color: rgb(14 116 144 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/10{ + --tw-shadow-color: rgb(14 116 144 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/20{ + --tw-shadow-color: rgb(14 116 144 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/25{ + --tw-shadow-color: rgb(14 116 144 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/30{ + --tw-shadow-color: rgb(14 116 144 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/40{ + --tw-shadow-color: rgb(14 116 144 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/50{ + --tw-shadow-color: rgb(14 116 144 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/60{ + --tw-shadow-color: rgb(14 116 144 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/70{ + --tw-shadow-color: rgb(14 116 144 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/75{ + --tw-shadow-color: rgb(14 116 144 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/80{ + --tw-shadow-color: rgb(14 116 144 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/90{ + --tw-shadow-color: rgb(14 116 144 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/95{ + --tw-shadow-color: rgb(14 116 144 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-700\/100{ + --tw-shadow-color: rgb(14 116 144 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/0{ + --tw-shadow-color: rgb(21 94 117 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/5{ + --tw-shadow-color: rgb(21 94 117 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/10{ + --tw-shadow-color: rgb(21 94 117 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/20{ + --tw-shadow-color: rgb(21 94 117 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/25{ + --tw-shadow-color: rgb(21 94 117 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/30{ + --tw-shadow-color: rgb(21 94 117 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/40{ + --tw-shadow-color: rgb(21 94 117 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/50{ + --tw-shadow-color: rgb(21 94 117 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/60{ + --tw-shadow-color: rgb(21 94 117 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/70{ + --tw-shadow-color: rgb(21 94 117 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/75{ + --tw-shadow-color: rgb(21 94 117 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/80{ + --tw-shadow-color: rgb(21 94 117 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/90{ + --tw-shadow-color: rgb(21 94 117 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/95{ + --tw-shadow-color: rgb(21 94 117 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-800\/100{ + --tw-shadow-color: rgb(21 94 117 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/0{ + --tw-shadow-color: rgb(22 78 99 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/5{ + --tw-shadow-color: rgb(22 78 99 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/10{ + --tw-shadow-color: rgb(22 78 99 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/20{ + --tw-shadow-color: rgb(22 78 99 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/25{ + --tw-shadow-color: rgb(22 78 99 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/30{ + --tw-shadow-color: rgb(22 78 99 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/40{ + --tw-shadow-color: rgb(22 78 99 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/50{ + --tw-shadow-color: rgb(22 78 99 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/60{ + --tw-shadow-color: rgb(22 78 99 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/70{ + --tw-shadow-color: rgb(22 78 99 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/75{ + --tw-shadow-color: rgb(22 78 99 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/80{ + --tw-shadow-color: rgb(22 78 99 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/90{ + --tw-shadow-color: rgb(22 78 99 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/95{ + --tw-shadow-color: rgb(22 78 99 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-cyan-900\/100{ + --tw-shadow-color: rgb(22 78 99 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/0{ + --tw-shadow-color: rgb(240 249 255 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/5{ + --tw-shadow-color: rgb(240 249 255 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/10{ + --tw-shadow-color: rgb(240 249 255 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/20{ + --tw-shadow-color: rgb(240 249 255 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/25{ + --tw-shadow-color: rgb(240 249 255 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/30{ + --tw-shadow-color: rgb(240 249 255 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/40{ + --tw-shadow-color: rgb(240 249 255 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/50{ + --tw-shadow-color: rgb(240 249 255 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/60{ + --tw-shadow-color: rgb(240 249 255 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/70{ + --tw-shadow-color: rgb(240 249 255 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/75{ + --tw-shadow-color: rgb(240 249 255 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/80{ + --tw-shadow-color: rgb(240 249 255 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/90{ + --tw-shadow-color: rgb(240 249 255 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/95{ + --tw-shadow-color: rgb(240 249 255 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-50\/100{ + --tw-shadow-color: rgb(240 249 255 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/0{ + --tw-shadow-color: rgb(224 242 254 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/5{ + --tw-shadow-color: rgb(224 242 254 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/10{ + --tw-shadow-color: rgb(224 242 254 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/20{ + --tw-shadow-color: rgb(224 242 254 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/25{ + --tw-shadow-color: rgb(224 242 254 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/30{ + --tw-shadow-color: rgb(224 242 254 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/40{ + --tw-shadow-color: rgb(224 242 254 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/50{ + --tw-shadow-color: rgb(224 242 254 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/60{ + --tw-shadow-color: rgb(224 242 254 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/70{ + --tw-shadow-color: rgb(224 242 254 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/75{ + --tw-shadow-color: rgb(224 242 254 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/80{ + --tw-shadow-color: rgb(224 242 254 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/90{ + --tw-shadow-color: rgb(224 242 254 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/95{ + --tw-shadow-color: rgb(224 242 254 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-100\/100{ + --tw-shadow-color: rgb(224 242 254 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/0{ + --tw-shadow-color: rgb(186 230 253 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/5{ + --tw-shadow-color: rgb(186 230 253 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/10{ + --tw-shadow-color: rgb(186 230 253 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/20{ + --tw-shadow-color: rgb(186 230 253 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/25{ + --tw-shadow-color: rgb(186 230 253 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/30{ + --tw-shadow-color: rgb(186 230 253 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/40{ + --tw-shadow-color: rgb(186 230 253 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/50{ + --tw-shadow-color: rgb(186 230 253 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/60{ + --tw-shadow-color: rgb(186 230 253 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/70{ + --tw-shadow-color: rgb(186 230 253 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/75{ + --tw-shadow-color: rgb(186 230 253 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/80{ + --tw-shadow-color: rgb(186 230 253 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/90{ + --tw-shadow-color: rgb(186 230 253 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/95{ + --tw-shadow-color: rgb(186 230 253 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-200\/100{ + --tw-shadow-color: rgb(186 230 253 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/0{ + --tw-shadow-color: rgb(125 211 252 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/5{ + --tw-shadow-color: rgb(125 211 252 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/10{ + --tw-shadow-color: rgb(125 211 252 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/20{ + --tw-shadow-color: rgb(125 211 252 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/25{ + --tw-shadow-color: rgb(125 211 252 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/30{ + --tw-shadow-color: rgb(125 211 252 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/40{ + --tw-shadow-color: rgb(125 211 252 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/50{ + --tw-shadow-color: rgb(125 211 252 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/60{ + --tw-shadow-color: rgb(125 211 252 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/70{ + --tw-shadow-color: rgb(125 211 252 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/75{ + --tw-shadow-color: rgb(125 211 252 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/80{ + --tw-shadow-color: rgb(125 211 252 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/90{ + --tw-shadow-color: rgb(125 211 252 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/95{ + --tw-shadow-color: rgb(125 211 252 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-300\/100{ + --tw-shadow-color: rgb(125 211 252 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/0{ + --tw-shadow-color: rgb(56 189 248 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/5{ + --tw-shadow-color: rgb(56 189 248 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/10{ + --tw-shadow-color: rgb(56 189 248 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/20{ + --tw-shadow-color: rgb(56 189 248 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/25{ + --tw-shadow-color: rgb(56 189 248 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/30{ + --tw-shadow-color: rgb(56 189 248 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/40{ + --tw-shadow-color: rgb(56 189 248 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/50{ + --tw-shadow-color: rgb(56 189 248 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/60{ + --tw-shadow-color: rgb(56 189 248 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/70{ + --tw-shadow-color: rgb(56 189 248 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/75{ + --tw-shadow-color: rgb(56 189 248 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/80{ + --tw-shadow-color: rgb(56 189 248 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/90{ + --tw-shadow-color: rgb(56 189 248 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/95{ + --tw-shadow-color: rgb(56 189 248 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-400\/100{ + --tw-shadow-color: rgb(56 189 248 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/0{ + --tw-shadow-color: rgb(14 165 233 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/5{ + --tw-shadow-color: rgb(14 165 233 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/10{ + --tw-shadow-color: rgb(14 165 233 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/20{ + --tw-shadow-color: rgb(14 165 233 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/25{ + --tw-shadow-color: rgb(14 165 233 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/30{ + --tw-shadow-color: rgb(14 165 233 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/40{ + --tw-shadow-color: rgb(14 165 233 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/50{ + --tw-shadow-color: rgb(14 165 233 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/60{ + --tw-shadow-color: rgb(14 165 233 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/70{ + --tw-shadow-color: rgb(14 165 233 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/75{ + --tw-shadow-color: rgb(14 165 233 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/80{ + --tw-shadow-color: rgb(14 165 233 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/90{ + --tw-shadow-color: rgb(14 165 233 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/95{ + --tw-shadow-color: rgb(14 165 233 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-500\/100{ + --tw-shadow-color: rgb(14 165 233 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/0{ + --tw-shadow-color: rgb(2 132 199 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/5{ + --tw-shadow-color: rgb(2 132 199 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/10{ + --tw-shadow-color: rgb(2 132 199 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/20{ + --tw-shadow-color: rgb(2 132 199 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/25{ + --tw-shadow-color: rgb(2 132 199 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/30{ + --tw-shadow-color: rgb(2 132 199 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/40{ + --tw-shadow-color: rgb(2 132 199 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/50{ + --tw-shadow-color: rgb(2 132 199 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/60{ + --tw-shadow-color: rgb(2 132 199 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/70{ + --tw-shadow-color: rgb(2 132 199 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/75{ + --tw-shadow-color: rgb(2 132 199 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/80{ + --tw-shadow-color: rgb(2 132 199 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/90{ + --tw-shadow-color: rgb(2 132 199 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/95{ + --tw-shadow-color: rgb(2 132 199 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-600\/100{ + --tw-shadow-color: rgb(2 132 199 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/0{ + --tw-shadow-color: rgb(3 105 161 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/5{ + --tw-shadow-color: rgb(3 105 161 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/10{ + --tw-shadow-color: rgb(3 105 161 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/20{ + --tw-shadow-color: rgb(3 105 161 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/25{ + --tw-shadow-color: rgb(3 105 161 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/30{ + --tw-shadow-color: rgb(3 105 161 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/40{ + --tw-shadow-color: rgb(3 105 161 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/50{ + --tw-shadow-color: rgb(3 105 161 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/60{ + --tw-shadow-color: rgb(3 105 161 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/70{ + --tw-shadow-color: rgb(3 105 161 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/75{ + --tw-shadow-color: rgb(3 105 161 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/80{ + --tw-shadow-color: rgb(3 105 161 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/90{ + --tw-shadow-color: rgb(3 105 161 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/95{ + --tw-shadow-color: rgb(3 105 161 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-700\/100{ + --tw-shadow-color: rgb(3 105 161 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/0{ + --tw-shadow-color: rgb(7 89 133 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/5{ + --tw-shadow-color: rgb(7 89 133 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/10{ + --tw-shadow-color: rgb(7 89 133 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/20{ + --tw-shadow-color: rgb(7 89 133 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/25{ + --tw-shadow-color: rgb(7 89 133 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/30{ + --tw-shadow-color: rgb(7 89 133 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/40{ + --tw-shadow-color: rgb(7 89 133 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/50{ + --tw-shadow-color: rgb(7 89 133 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/60{ + --tw-shadow-color: rgb(7 89 133 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/70{ + --tw-shadow-color: rgb(7 89 133 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/75{ + --tw-shadow-color: rgb(7 89 133 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/80{ + --tw-shadow-color: rgb(7 89 133 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/90{ + --tw-shadow-color: rgb(7 89 133 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/95{ + --tw-shadow-color: rgb(7 89 133 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-800\/100{ + --tw-shadow-color: rgb(7 89 133 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/0{ + --tw-shadow-color: rgb(12 74 110 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/5{ + --tw-shadow-color: rgb(12 74 110 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/10{ + --tw-shadow-color: rgb(12 74 110 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/20{ + --tw-shadow-color: rgb(12 74 110 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/25{ + --tw-shadow-color: rgb(12 74 110 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/30{ + --tw-shadow-color: rgb(12 74 110 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/40{ + --tw-shadow-color: rgb(12 74 110 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/50{ + --tw-shadow-color: rgb(12 74 110 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/60{ + --tw-shadow-color: rgb(12 74 110 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/70{ + --tw-shadow-color: rgb(12 74 110 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/75{ + --tw-shadow-color: rgb(12 74 110 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/80{ + --tw-shadow-color: rgb(12 74 110 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/90{ + --tw-shadow-color: rgb(12 74 110 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/95{ + --tw-shadow-color: rgb(12 74 110 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-sky-900\/100{ + --tw-shadow-color: rgb(12 74 110 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/0{ + --tw-shadow-color: rgb(242 248 251 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/5{ + --tw-shadow-color: rgb(242 248 251 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/10{ + --tw-shadow-color: rgb(242 248 251 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/20{ + --tw-shadow-color: rgb(242 248 251 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/25{ + --tw-shadow-color: rgb(242 248 251 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/30{ + --tw-shadow-color: rgb(242 248 251 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/40{ + --tw-shadow-color: rgb(242 248 251 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/50{ + --tw-shadow-color: rgb(242 248 251 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/60{ + --tw-shadow-color: rgb(242 248 251 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/70{ + --tw-shadow-color: rgb(242 248 251 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/75{ + --tw-shadow-color: rgb(242 248 251 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/80{ + --tw-shadow-color: rgb(242 248 251 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/90{ + --tw-shadow-color: rgb(242 248 251 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/95{ + --tw-shadow-color: rgb(242 248 251 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-50\/100{ + --tw-shadow-color: rgb(242 248 251 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/0{ + --tw-shadow-color: rgb(230 241 246 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/5{ + --tw-shadow-color: rgb(230 241 246 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/10{ + --tw-shadow-color: rgb(230 241 246 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/20{ + --tw-shadow-color: rgb(230 241 246 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/25{ + --tw-shadow-color: rgb(230 241 246 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/30{ + --tw-shadow-color: rgb(230 241 246 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/40{ + --tw-shadow-color: rgb(230 241 246 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/50{ + --tw-shadow-color: rgb(230 241 246 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/60{ + --tw-shadow-color: rgb(230 241 246 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/70{ + --tw-shadow-color: rgb(230 241 246 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/75{ + --tw-shadow-color: rgb(230 241 246 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/80{ + --tw-shadow-color: rgb(230 241 246 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/90{ + --tw-shadow-color: rgb(230 241 246 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/95{ + --tw-shadow-color: rgb(230 241 246 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-100\/100{ + --tw-shadow-color: rgb(230 241 246 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/0{ + --tw-shadow-color: rgb(191 219 233 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/5{ + --tw-shadow-color: rgb(191 219 233 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/10{ + --tw-shadow-color: rgb(191 219 233 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/20{ + --tw-shadow-color: rgb(191 219 233 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/25{ + --tw-shadow-color: rgb(191 219 233 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/30{ + --tw-shadow-color: rgb(191 219 233 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/40{ + --tw-shadow-color: rgb(191 219 233 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/50{ + --tw-shadow-color: rgb(191 219 233 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/60{ + --tw-shadow-color: rgb(191 219 233 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/70{ + --tw-shadow-color: rgb(191 219 233 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/75{ + --tw-shadow-color: rgb(191 219 233 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/80{ + --tw-shadow-color: rgb(191 219 233 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/90{ + --tw-shadow-color: rgb(191 219 233 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/95{ + --tw-shadow-color: rgb(191 219 233 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-200\/100{ + --tw-shadow-color: rgb(191 219 233 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/0{ + --tw-shadow-color: rgb(153 197 219 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/5{ + --tw-shadow-color: rgb(153 197 219 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/10{ + --tw-shadow-color: rgb(153 197 219 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/20{ + --tw-shadow-color: rgb(153 197 219 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/25{ + --tw-shadow-color: rgb(153 197 219 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/30{ + --tw-shadow-color: rgb(153 197 219 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/40{ + --tw-shadow-color: rgb(153 197 219 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/50{ + --tw-shadow-color: rgb(153 197 219 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/60{ + --tw-shadow-color: rgb(153 197 219 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/70{ + --tw-shadow-color: rgb(153 197 219 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/75{ + --tw-shadow-color: rgb(153 197 219 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/80{ + --tw-shadow-color: rgb(153 197 219 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/90{ + --tw-shadow-color: rgb(153 197 219 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/95{ + --tw-shadow-color: rgb(153 197 219 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-300\/100{ + --tw-shadow-color: rgb(153 197 219 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/0{ + --tw-shadow-color: rgb(77 154 193 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/5{ + --tw-shadow-color: rgb(77 154 193 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/10{ + --tw-shadow-color: rgb(77 154 193 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/20{ + --tw-shadow-color: rgb(77 154 193 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/25{ + --tw-shadow-color: rgb(77 154 193 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/30{ + --tw-shadow-color: rgb(77 154 193 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/40{ + --tw-shadow-color: rgb(77 154 193 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/50{ + --tw-shadow-color: rgb(77 154 193 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/60{ + --tw-shadow-color: rgb(77 154 193 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/70{ + --tw-shadow-color: rgb(77 154 193 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/75{ + --tw-shadow-color: rgb(77 154 193 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/80{ + --tw-shadow-color: rgb(77 154 193 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/90{ + --tw-shadow-color: rgb(77 154 193 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/95{ + --tw-shadow-color: rgb(77 154 193 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-400\/100{ + --tw-shadow-color: rgb(77 154 193 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/0{ + --tw-shadow-color: rgb(0 110 166 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/5{ + --tw-shadow-color: rgb(0 110 166 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/10{ + --tw-shadow-color: rgb(0 110 166 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/20{ + --tw-shadow-color: rgb(0 110 166 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/25{ + --tw-shadow-color: rgb(0 110 166 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/30{ + --tw-shadow-color: rgb(0 110 166 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/40{ + --tw-shadow-color: rgb(0 110 166 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/50{ + --tw-shadow-color: rgb(0 110 166 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/60{ + --tw-shadow-color: rgb(0 110 166 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/70{ + --tw-shadow-color: rgb(0 110 166 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/75{ + --tw-shadow-color: rgb(0 110 166 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/80{ + --tw-shadow-color: rgb(0 110 166 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/90{ + --tw-shadow-color: rgb(0 110 166 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/95{ + --tw-shadow-color: rgb(0 110 166 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-500\/100{ + --tw-shadow-color: rgb(0 110 166 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/0{ + --tw-shadow-color: rgb(0 99 149 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/5{ + --tw-shadow-color: rgb(0 99 149 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/10{ + --tw-shadow-color: rgb(0 99 149 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/20{ + --tw-shadow-color: rgb(0 99 149 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/25{ + --tw-shadow-color: rgb(0 99 149 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/30{ + --tw-shadow-color: rgb(0 99 149 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/40{ + --tw-shadow-color: rgb(0 99 149 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/50{ + --tw-shadow-color: rgb(0 99 149 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/60{ + --tw-shadow-color: rgb(0 99 149 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/70{ + --tw-shadow-color: rgb(0 99 149 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/75{ + --tw-shadow-color: rgb(0 99 149 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/80{ + --tw-shadow-color: rgb(0 99 149 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/90{ + --tw-shadow-color: rgb(0 99 149 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/95{ + --tw-shadow-color: rgb(0 99 149 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-600\/100{ + --tw-shadow-color: rgb(0 99 149 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/0{ + --tw-shadow-color: rgb(0 83 125 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/5{ + --tw-shadow-color: rgb(0 83 125 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/10{ + --tw-shadow-color: rgb(0 83 125 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/20{ + --tw-shadow-color: rgb(0 83 125 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/25{ + --tw-shadow-color: rgb(0 83 125 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/30{ + --tw-shadow-color: rgb(0 83 125 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/40{ + --tw-shadow-color: rgb(0 83 125 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/50{ + --tw-shadow-color: rgb(0 83 125 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/60{ + --tw-shadow-color: rgb(0 83 125 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/70{ + --tw-shadow-color: rgb(0 83 125 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/75{ + --tw-shadow-color: rgb(0 83 125 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/80{ + --tw-shadow-color: rgb(0 83 125 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/90{ + --tw-shadow-color: rgb(0 83 125 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/95{ + --tw-shadow-color: rgb(0 83 125 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-700\/100{ + --tw-shadow-color: rgb(0 83 125 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/0{ + --tw-shadow-color: rgb(0 66 100 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/5{ + --tw-shadow-color: rgb(0 66 100 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/10{ + --tw-shadow-color: rgb(0 66 100 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/20{ + --tw-shadow-color: rgb(0 66 100 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/25{ + --tw-shadow-color: rgb(0 66 100 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/30{ + --tw-shadow-color: rgb(0 66 100 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/40{ + --tw-shadow-color: rgb(0 66 100 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/50{ + --tw-shadow-color: rgb(0 66 100 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/60{ + --tw-shadow-color: rgb(0 66 100 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/70{ + --tw-shadow-color: rgb(0 66 100 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/75{ + --tw-shadow-color: rgb(0 66 100 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/80{ + --tw-shadow-color: rgb(0 66 100 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/90{ + --tw-shadow-color: rgb(0 66 100 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/95{ + --tw-shadow-color: rgb(0 66 100 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-800\/100{ + --tw-shadow-color: rgb(0 66 100 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/0{ + --tw-shadow-color: rgb(0 54 81 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/5{ + --tw-shadow-color: rgb(0 54 81 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/10{ + --tw-shadow-color: rgb(0 54 81 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/20{ + --tw-shadow-color: rgb(0 54 81 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/25{ + --tw-shadow-color: rgb(0 54 81 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/30{ + --tw-shadow-color: rgb(0 54 81 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/40{ + --tw-shadow-color: rgb(0 54 81 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/50{ + --tw-shadow-color: rgb(0 54 81 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/60{ + --tw-shadow-color: rgb(0 54 81 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/70{ + --tw-shadow-color: rgb(0 54 81 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/75{ + --tw-shadow-color: rgb(0 54 81 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/80{ + --tw-shadow-color: rgb(0 54 81 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/90{ + --tw-shadow-color: rgb(0 54 81 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/95{ + --tw-shadow-color: rgb(0 54 81 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue-900\/100{ + --tw-shadow-color: rgb(0 54 81 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/0{ + --tw-shadow-color: rgb(0 110 166 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/5{ + --tw-shadow-color: rgb(0 110 166 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/10{ + --tw-shadow-color: rgb(0 110 166 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/20{ + --tw-shadow-color: rgb(0 110 166 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/25{ + --tw-shadow-color: rgb(0 110 166 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/30{ + --tw-shadow-color: rgb(0 110 166 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/40{ + --tw-shadow-color: rgb(0 110 166 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/50{ + --tw-shadow-color: rgb(0 110 166 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/60{ + --tw-shadow-color: rgb(0 110 166 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/70{ + --tw-shadow-color: rgb(0 110 166 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/75{ + --tw-shadow-color: rgb(0 110 166 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/80{ + --tw-shadow-color: rgb(0 110 166 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/90{ + --tw-shadow-color: rgb(0 110 166 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/95{ + --tw-shadow-color: rgb(0 110 166 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-blue\/100{ + --tw-shadow-color: rgb(0 110 166 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/0{ + --tw-shadow-color: rgb(240 245 255 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/5{ + --tw-shadow-color: rgb(240 245 255 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/10{ + --tw-shadow-color: rgb(240 245 255 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/20{ + --tw-shadow-color: rgb(240 245 255 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/25{ + --tw-shadow-color: rgb(240 245 255 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/30{ + --tw-shadow-color: rgb(240 245 255 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/40{ + --tw-shadow-color: rgb(240 245 255 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/50{ + --tw-shadow-color: rgb(240 245 255 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/60{ + --tw-shadow-color: rgb(240 245 255 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/70{ + --tw-shadow-color: rgb(240 245 255 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/75{ + --tw-shadow-color: rgb(240 245 255 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/80{ + --tw-shadow-color: rgb(240 245 255 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/90{ + --tw-shadow-color: rgb(240 245 255 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/95{ + --tw-shadow-color: rgb(240 245 255 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-50\/100{ + --tw-shadow-color: rgb(240 245 255 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/0{ + --tw-shadow-color: rgb(229 237 255 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/5{ + --tw-shadow-color: rgb(229 237 255 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/10{ + --tw-shadow-color: rgb(229 237 255 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/20{ + --tw-shadow-color: rgb(229 237 255 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/25{ + --tw-shadow-color: rgb(229 237 255 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/30{ + --tw-shadow-color: rgb(229 237 255 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/40{ + --tw-shadow-color: rgb(229 237 255 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/50{ + --tw-shadow-color: rgb(229 237 255 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/60{ + --tw-shadow-color: rgb(229 237 255 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/70{ + --tw-shadow-color: rgb(229 237 255 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/75{ + --tw-shadow-color: rgb(229 237 255 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/80{ + --tw-shadow-color: rgb(229 237 255 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/90{ + --tw-shadow-color: rgb(229 237 255 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/95{ + --tw-shadow-color: rgb(229 237 255 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-100\/100{ + --tw-shadow-color: rgb(229 237 255 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/0{ + --tw-shadow-color: rgb(205 219 254 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/5{ + --tw-shadow-color: rgb(205 219 254 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/10{ + --tw-shadow-color: rgb(205 219 254 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/20{ + --tw-shadow-color: rgb(205 219 254 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/25{ + --tw-shadow-color: rgb(205 219 254 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/30{ + --tw-shadow-color: rgb(205 219 254 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/40{ + --tw-shadow-color: rgb(205 219 254 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/50{ + --tw-shadow-color: rgb(205 219 254 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/60{ + --tw-shadow-color: rgb(205 219 254 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/70{ + --tw-shadow-color: rgb(205 219 254 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/75{ + --tw-shadow-color: rgb(205 219 254 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/80{ + --tw-shadow-color: rgb(205 219 254 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/90{ + --tw-shadow-color: rgb(205 219 254 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/95{ + --tw-shadow-color: rgb(205 219 254 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-200\/100{ + --tw-shadow-color: rgb(205 219 254 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/0{ + --tw-shadow-color: rgb(180 198 252 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/5{ + --tw-shadow-color: rgb(180 198 252 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/10{ + --tw-shadow-color: rgb(180 198 252 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/20{ + --tw-shadow-color: rgb(180 198 252 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/25{ + --tw-shadow-color: rgb(180 198 252 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/30{ + --tw-shadow-color: rgb(180 198 252 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/40{ + --tw-shadow-color: rgb(180 198 252 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/50{ + --tw-shadow-color: rgb(180 198 252 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/60{ + --tw-shadow-color: rgb(180 198 252 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/70{ + --tw-shadow-color: rgb(180 198 252 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/75{ + --tw-shadow-color: rgb(180 198 252 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/80{ + --tw-shadow-color: rgb(180 198 252 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/90{ + --tw-shadow-color: rgb(180 198 252 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/95{ + --tw-shadow-color: rgb(180 198 252 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-300\/100{ + --tw-shadow-color: rgb(180 198 252 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/0{ + --tw-shadow-color: rgb(141 162 251 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/5{ + --tw-shadow-color: rgb(141 162 251 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/10{ + --tw-shadow-color: rgb(141 162 251 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/20{ + --tw-shadow-color: rgb(141 162 251 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/25{ + --tw-shadow-color: rgb(141 162 251 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/30{ + --tw-shadow-color: rgb(141 162 251 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/40{ + --tw-shadow-color: rgb(141 162 251 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/50{ + --tw-shadow-color: rgb(141 162 251 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/60{ + --tw-shadow-color: rgb(141 162 251 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/70{ + --tw-shadow-color: rgb(141 162 251 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/75{ + --tw-shadow-color: rgb(141 162 251 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/80{ + --tw-shadow-color: rgb(141 162 251 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/90{ + --tw-shadow-color: rgb(141 162 251 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/95{ + --tw-shadow-color: rgb(141 162 251 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-400\/100{ + --tw-shadow-color: rgb(141 162 251 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/0{ + --tw-shadow-color: rgb(104 117 245 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/5{ + --tw-shadow-color: rgb(104 117 245 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/10{ + --tw-shadow-color: rgb(104 117 245 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/20{ + --tw-shadow-color: rgb(104 117 245 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/25{ + --tw-shadow-color: rgb(104 117 245 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/30{ + --tw-shadow-color: rgb(104 117 245 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/40{ + --tw-shadow-color: rgb(104 117 245 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/50{ + --tw-shadow-color: rgb(104 117 245 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/60{ + --tw-shadow-color: rgb(104 117 245 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/70{ + --tw-shadow-color: rgb(104 117 245 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/75{ + --tw-shadow-color: rgb(104 117 245 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/80{ + --tw-shadow-color: rgb(104 117 245 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/90{ + --tw-shadow-color: rgb(104 117 245 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/95{ + --tw-shadow-color: rgb(104 117 245 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-500\/100{ + --tw-shadow-color: rgb(104 117 245 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/0{ + --tw-shadow-color: rgb(88 80 236 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/5{ + --tw-shadow-color: rgb(88 80 236 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/10{ + --tw-shadow-color: rgb(88 80 236 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/20{ + --tw-shadow-color: rgb(88 80 236 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/25{ + --tw-shadow-color: rgb(88 80 236 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/30{ + --tw-shadow-color: rgb(88 80 236 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/40{ + --tw-shadow-color: rgb(88 80 236 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/50{ + --tw-shadow-color: rgb(88 80 236 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/60{ + --tw-shadow-color: rgb(88 80 236 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/70{ + --tw-shadow-color: rgb(88 80 236 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/75{ + --tw-shadow-color: rgb(88 80 236 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/80{ + --tw-shadow-color: rgb(88 80 236 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/90{ + --tw-shadow-color: rgb(88 80 236 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/95{ + --tw-shadow-color: rgb(88 80 236 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-600\/100{ + --tw-shadow-color: rgb(88 80 236 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/0{ + --tw-shadow-color: rgb(81 69 205 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/5{ + --tw-shadow-color: rgb(81 69 205 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/10{ + --tw-shadow-color: rgb(81 69 205 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/20{ + --tw-shadow-color: rgb(81 69 205 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/25{ + --tw-shadow-color: rgb(81 69 205 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/30{ + --tw-shadow-color: rgb(81 69 205 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/40{ + --tw-shadow-color: rgb(81 69 205 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/50{ + --tw-shadow-color: rgb(81 69 205 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/60{ + --tw-shadow-color: rgb(81 69 205 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/70{ + --tw-shadow-color: rgb(81 69 205 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/75{ + --tw-shadow-color: rgb(81 69 205 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/80{ + --tw-shadow-color: rgb(81 69 205 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/90{ + --tw-shadow-color: rgb(81 69 205 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/95{ + --tw-shadow-color: rgb(81 69 205 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-700\/100{ + --tw-shadow-color: rgb(81 69 205 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/0{ + --tw-shadow-color: rgb(66 56 157 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/5{ + --tw-shadow-color: rgb(66 56 157 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/10{ + --tw-shadow-color: rgb(66 56 157 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/20{ + --tw-shadow-color: rgb(66 56 157 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/25{ + --tw-shadow-color: rgb(66 56 157 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/30{ + --tw-shadow-color: rgb(66 56 157 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/40{ + --tw-shadow-color: rgb(66 56 157 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/50{ + --tw-shadow-color: rgb(66 56 157 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/60{ + --tw-shadow-color: rgb(66 56 157 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/70{ + --tw-shadow-color: rgb(66 56 157 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/75{ + --tw-shadow-color: rgb(66 56 157 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/80{ + --tw-shadow-color: rgb(66 56 157 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/90{ + --tw-shadow-color: rgb(66 56 157 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/95{ + --tw-shadow-color: rgb(66 56 157 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-800\/100{ + --tw-shadow-color: rgb(66 56 157 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/0{ + --tw-shadow-color: rgb(54 47 120 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/5{ + --tw-shadow-color: rgb(54 47 120 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/10{ + --tw-shadow-color: rgb(54 47 120 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/20{ + --tw-shadow-color: rgb(54 47 120 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/25{ + --tw-shadow-color: rgb(54 47 120 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/30{ + --tw-shadow-color: rgb(54 47 120 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/40{ + --tw-shadow-color: rgb(54 47 120 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/50{ + --tw-shadow-color: rgb(54 47 120 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/60{ + --tw-shadow-color: rgb(54 47 120 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/70{ + --tw-shadow-color: rgb(54 47 120 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/75{ + --tw-shadow-color: rgb(54 47 120 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/80{ + --tw-shadow-color: rgb(54 47 120 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/90{ + --tw-shadow-color: rgb(54 47 120 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/95{ + --tw-shadow-color: rgb(54 47 120 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-indigo-900\/100{ + --tw-shadow-color: rgb(54 47 120 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/0{ + --tw-shadow-color: rgb(245 243 255 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/5{ + --tw-shadow-color: rgb(245 243 255 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/10{ + --tw-shadow-color: rgb(245 243 255 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/20{ + --tw-shadow-color: rgb(245 243 255 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/25{ + --tw-shadow-color: rgb(245 243 255 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/30{ + --tw-shadow-color: rgb(245 243 255 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/40{ + --tw-shadow-color: rgb(245 243 255 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/50{ + --tw-shadow-color: rgb(245 243 255 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/60{ + --tw-shadow-color: rgb(245 243 255 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/70{ + --tw-shadow-color: rgb(245 243 255 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/75{ + --tw-shadow-color: rgb(245 243 255 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/80{ + --tw-shadow-color: rgb(245 243 255 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/90{ + --tw-shadow-color: rgb(245 243 255 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/95{ + --tw-shadow-color: rgb(245 243 255 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-50\/100{ + --tw-shadow-color: rgb(245 243 255 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/0{ + --tw-shadow-color: rgb(237 233 254 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/5{ + --tw-shadow-color: rgb(237 233 254 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/10{ + --tw-shadow-color: rgb(237 233 254 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/20{ + --tw-shadow-color: rgb(237 233 254 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/25{ + --tw-shadow-color: rgb(237 233 254 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/30{ + --tw-shadow-color: rgb(237 233 254 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/40{ + --tw-shadow-color: rgb(237 233 254 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/50{ + --tw-shadow-color: rgb(237 233 254 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/60{ + --tw-shadow-color: rgb(237 233 254 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/70{ + --tw-shadow-color: rgb(237 233 254 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/75{ + --tw-shadow-color: rgb(237 233 254 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/80{ + --tw-shadow-color: rgb(237 233 254 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/90{ + --tw-shadow-color: rgb(237 233 254 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/95{ + --tw-shadow-color: rgb(237 233 254 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-100\/100{ + --tw-shadow-color: rgb(237 233 254 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/0{ + --tw-shadow-color: rgb(221 214 254 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/5{ + --tw-shadow-color: rgb(221 214 254 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/10{ + --tw-shadow-color: rgb(221 214 254 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/20{ + --tw-shadow-color: rgb(221 214 254 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/25{ + --tw-shadow-color: rgb(221 214 254 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/30{ + --tw-shadow-color: rgb(221 214 254 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/40{ + --tw-shadow-color: rgb(221 214 254 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/50{ + --tw-shadow-color: rgb(221 214 254 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/60{ + --tw-shadow-color: rgb(221 214 254 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/70{ + --tw-shadow-color: rgb(221 214 254 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/75{ + --tw-shadow-color: rgb(221 214 254 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/80{ + --tw-shadow-color: rgb(221 214 254 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/90{ + --tw-shadow-color: rgb(221 214 254 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/95{ + --tw-shadow-color: rgb(221 214 254 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-200\/100{ + --tw-shadow-color: rgb(221 214 254 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/0{ + --tw-shadow-color: rgb(196 181 253 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/5{ + --tw-shadow-color: rgb(196 181 253 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/10{ + --tw-shadow-color: rgb(196 181 253 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/20{ + --tw-shadow-color: rgb(196 181 253 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/25{ + --tw-shadow-color: rgb(196 181 253 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/30{ + --tw-shadow-color: rgb(196 181 253 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/40{ + --tw-shadow-color: rgb(196 181 253 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/50{ + --tw-shadow-color: rgb(196 181 253 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/60{ + --tw-shadow-color: rgb(196 181 253 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/70{ + --tw-shadow-color: rgb(196 181 253 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/75{ + --tw-shadow-color: rgb(196 181 253 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/80{ + --tw-shadow-color: rgb(196 181 253 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/90{ + --tw-shadow-color: rgb(196 181 253 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/95{ + --tw-shadow-color: rgb(196 181 253 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-300\/100{ + --tw-shadow-color: rgb(196 181 253 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/0{ + --tw-shadow-color: rgb(167 139 250 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/5{ + --tw-shadow-color: rgb(167 139 250 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/10{ + --tw-shadow-color: rgb(167 139 250 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/20{ + --tw-shadow-color: rgb(167 139 250 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/25{ + --tw-shadow-color: rgb(167 139 250 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/30{ + --tw-shadow-color: rgb(167 139 250 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/40{ + --tw-shadow-color: rgb(167 139 250 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/50{ + --tw-shadow-color: rgb(167 139 250 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/60{ + --tw-shadow-color: rgb(167 139 250 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/70{ + --tw-shadow-color: rgb(167 139 250 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/75{ + --tw-shadow-color: rgb(167 139 250 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/80{ + --tw-shadow-color: rgb(167 139 250 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/90{ + --tw-shadow-color: rgb(167 139 250 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/95{ + --tw-shadow-color: rgb(167 139 250 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-400\/100{ + --tw-shadow-color: rgb(167 139 250 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/0{ + --tw-shadow-color: rgb(139 92 246 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/5{ + --tw-shadow-color: rgb(139 92 246 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/10{ + --tw-shadow-color: rgb(139 92 246 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/20{ + --tw-shadow-color: rgb(139 92 246 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/25{ + --tw-shadow-color: rgb(139 92 246 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/30{ + --tw-shadow-color: rgb(139 92 246 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/40{ + --tw-shadow-color: rgb(139 92 246 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/50{ + --tw-shadow-color: rgb(139 92 246 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/60{ + --tw-shadow-color: rgb(139 92 246 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/70{ + --tw-shadow-color: rgb(139 92 246 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/75{ + --tw-shadow-color: rgb(139 92 246 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/80{ + --tw-shadow-color: rgb(139 92 246 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/90{ + --tw-shadow-color: rgb(139 92 246 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/95{ + --tw-shadow-color: rgb(139 92 246 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-500\/100{ + --tw-shadow-color: rgb(139 92 246 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/0{ + --tw-shadow-color: rgb(124 58 237 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/5{ + --tw-shadow-color: rgb(124 58 237 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/10{ + --tw-shadow-color: rgb(124 58 237 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/20{ + --tw-shadow-color: rgb(124 58 237 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/25{ + --tw-shadow-color: rgb(124 58 237 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/30{ + --tw-shadow-color: rgb(124 58 237 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/40{ + --tw-shadow-color: rgb(124 58 237 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/50{ + --tw-shadow-color: rgb(124 58 237 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/60{ + --tw-shadow-color: rgb(124 58 237 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/70{ + --tw-shadow-color: rgb(124 58 237 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/75{ + --tw-shadow-color: rgb(124 58 237 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/80{ + --tw-shadow-color: rgb(124 58 237 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/90{ + --tw-shadow-color: rgb(124 58 237 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/95{ + --tw-shadow-color: rgb(124 58 237 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-600\/100{ + --tw-shadow-color: rgb(124 58 237 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/0{ + --tw-shadow-color: rgb(109 40 217 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/5{ + --tw-shadow-color: rgb(109 40 217 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/10{ + --tw-shadow-color: rgb(109 40 217 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/20{ + --tw-shadow-color: rgb(109 40 217 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/25{ + --tw-shadow-color: rgb(109 40 217 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/30{ + --tw-shadow-color: rgb(109 40 217 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/40{ + --tw-shadow-color: rgb(109 40 217 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/50{ + --tw-shadow-color: rgb(109 40 217 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/60{ + --tw-shadow-color: rgb(109 40 217 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/70{ + --tw-shadow-color: rgb(109 40 217 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/75{ + --tw-shadow-color: rgb(109 40 217 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/80{ + --tw-shadow-color: rgb(109 40 217 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/90{ + --tw-shadow-color: rgb(109 40 217 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/95{ + --tw-shadow-color: rgb(109 40 217 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-700\/100{ + --tw-shadow-color: rgb(109 40 217 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/0{ + --tw-shadow-color: rgb(91 33 182 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/5{ + --tw-shadow-color: rgb(91 33 182 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/10{ + --tw-shadow-color: rgb(91 33 182 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/20{ + --tw-shadow-color: rgb(91 33 182 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/25{ + --tw-shadow-color: rgb(91 33 182 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/30{ + --tw-shadow-color: rgb(91 33 182 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/40{ + --tw-shadow-color: rgb(91 33 182 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/50{ + --tw-shadow-color: rgb(91 33 182 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/60{ + --tw-shadow-color: rgb(91 33 182 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/70{ + --tw-shadow-color: rgb(91 33 182 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/75{ + --tw-shadow-color: rgb(91 33 182 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/80{ + --tw-shadow-color: rgb(91 33 182 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/90{ + --tw-shadow-color: rgb(91 33 182 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/95{ + --tw-shadow-color: rgb(91 33 182 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-800\/100{ + --tw-shadow-color: rgb(91 33 182 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/0{ + --tw-shadow-color: rgb(76 29 149 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/5{ + --tw-shadow-color: rgb(76 29 149 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/10{ + --tw-shadow-color: rgb(76 29 149 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/20{ + --tw-shadow-color: rgb(76 29 149 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/25{ + --tw-shadow-color: rgb(76 29 149 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/30{ + --tw-shadow-color: rgb(76 29 149 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/40{ + --tw-shadow-color: rgb(76 29 149 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/50{ + --tw-shadow-color: rgb(76 29 149 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/60{ + --tw-shadow-color: rgb(76 29 149 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/70{ + --tw-shadow-color: rgb(76 29 149 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/75{ + --tw-shadow-color: rgb(76 29 149 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/80{ + --tw-shadow-color: rgb(76 29 149 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/90{ + --tw-shadow-color: rgb(76 29 149 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/95{ + --tw-shadow-color: rgb(76 29 149 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-violet-900\/100{ + --tw-shadow-color: rgb(76 29 149 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/0{ + --tw-shadow-color: rgb(247 247 249 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/5{ + --tw-shadow-color: rgb(247 247 249 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/10{ + --tw-shadow-color: rgb(247 247 249 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/20{ + --tw-shadow-color: rgb(247 247 249 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/25{ + --tw-shadow-color: rgb(247 247 249 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/30{ + --tw-shadow-color: rgb(247 247 249 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/40{ + --tw-shadow-color: rgb(247 247 249 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/50{ + --tw-shadow-color: rgb(247 247 249 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/60{ + --tw-shadow-color: rgb(247 247 249 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/70{ + --tw-shadow-color: rgb(247 247 249 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/75{ + --tw-shadow-color: rgb(247 247 249 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/80{ + --tw-shadow-color: rgb(247 247 249 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/90{ + --tw-shadow-color: rgb(247 247 249 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/95{ + --tw-shadow-color: rgb(247 247 249 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-50\/100{ + --tw-shadow-color: rgb(247 247 249 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/0{ + --tw-shadow-color: rgb(238 238 243 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/5{ + --tw-shadow-color: rgb(238 238 243 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/10{ + --tw-shadow-color: rgb(238 238 243 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/20{ + --tw-shadow-color: rgb(238 238 243 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/25{ + --tw-shadow-color: rgb(238 238 243 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/30{ + --tw-shadow-color: rgb(238 238 243 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/40{ + --tw-shadow-color: rgb(238 238 243 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/50{ + --tw-shadow-color: rgb(238 238 243 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/60{ + --tw-shadow-color: rgb(238 238 243 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/70{ + --tw-shadow-color: rgb(238 238 243 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/75{ + --tw-shadow-color: rgb(238 238 243 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/80{ + --tw-shadow-color: rgb(238 238 243 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/90{ + --tw-shadow-color: rgb(238 238 243 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/95{ + --tw-shadow-color: rgb(238 238 243 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-100\/100{ + --tw-shadow-color: rgb(238 238 243 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/0{ + --tw-shadow-color: rgb(213 213 226 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/5{ + --tw-shadow-color: rgb(213 213 226 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/10{ + --tw-shadow-color: rgb(213 213 226 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/20{ + --tw-shadow-color: rgb(213 213 226 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/25{ + --tw-shadow-color: rgb(213 213 226 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/30{ + --tw-shadow-color: rgb(213 213 226 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/40{ + --tw-shadow-color: rgb(213 213 226 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/50{ + --tw-shadow-color: rgb(213 213 226 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/60{ + --tw-shadow-color: rgb(213 213 226 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/70{ + --tw-shadow-color: rgb(213 213 226 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/75{ + --tw-shadow-color: rgb(213 213 226 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/80{ + --tw-shadow-color: rgb(213 213 226 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/90{ + --tw-shadow-color: rgb(213 213 226 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/95{ + --tw-shadow-color: rgb(213 213 226 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-200\/100{ + --tw-shadow-color: rgb(213 213 226 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/0{ + --tw-shadow-color: rgb(187 188 209 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/5{ + --tw-shadow-color: rgb(187 188 209 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/10{ + --tw-shadow-color: rgb(187 188 209 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/20{ + --tw-shadow-color: rgb(187 188 209 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/25{ + --tw-shadow-color: rgb(187 188 209 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/30{ + --tw-shadow-color: rgb(187 188 209 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/40{ + --tw-shadow-color: rgb(187 188 209 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/50{ + --tw-shadow-color: rgb(187 188 209 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/60{ + --tw-shadow-color: rgb(187 188 209 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/70{ + --tw-shadow-color: rgb(187 188 209 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/75{ + --tw-shadow-color: rgb(187 188 209 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/80{ + --tw-shadow-color: rgb(187 188 209 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/90{ + --tw-shadow-color: rgb(187 188 209 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/95{ + --tw-shadow-color: rgb(187 188 209 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-300\/100{ + --tw-shadow-color: rgb(187 188 209 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/0{ + --tw-shadow-color: rgb(136 138 174 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/5{ + --tw-shadow-color: rgb(136 138 174 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/10{ + --tw-shadow-color: rgb(136 138 174 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/20{ + --tw-shadow-color: rgb(136 138 174 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/25{ + --tw-shadow-color: rgb(136 138 174 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/30{ + --tw-shadow-color: rgb(136 138 174 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/40{ + --tw-shadow-color: rgb(136 138 174 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/50{ + --tw-shadow-color: rgb(136 138 174 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/60{ + --tw-shadow-color: rgb(136 138 174 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/70{ + --tw-shadow-color: rgb(136 138 174 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/75{ + --tw-shadow-color: rgb(136 138 174 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/80{ + --tw-shadow-color: rgb(136 138 174 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/90{ + --tw-shadow-color: rgb(136 138 174 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/95{ + --tw-shadow-color: rgb(136 138 174 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-400\/100{ + --tw-shadow-color: rgb(136 138 174 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/0{ + --tw-shadow-color: rgb(85 88 139 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/5{ + --tw-shadow-color: rgb(85 88 139 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/10{ + --tw-shadow-color: rgb(85 88 139 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/20{ + --tw-shadow-color: rgb(85 88 139 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/25{ + --tw-shadow-color: rgb(85 88 139 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/30{ + --tw-shadow-color: rgb(85 88 139 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/40{ + --tw-shadow-color: rgb(85 88 139 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/50{ + --tw-shadow-color: rgb(85 88 139 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/60{ + --tw-shadow-color: rgb(85 88 139 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/70{ + --tw-shadow-color: rgb(85 88 139 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/75{ + --tw-shadow-color: rgb(85 88 139 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/80{ + --tw-shadow-color: rgb(85 88 139 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/90{ + --tw-shadow-color: rgb(85 88 139 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/95{ + --tw-shadow-color: rgb(85 88 139 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-500\/100{ + --tw-shadow-color: rgb(85 88 139 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/0{ + --tw-shadow-color: rgb(77 79 125 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/5{ + --tw-shadow-color: rgb(77 79 125 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/10{ + --tw-shadow-color: rgb(77 79 125 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/20{ + --tw-shadow-color: rgb(77 79 125 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/25{ + --tw-shadow-color: rgb(77 79 125 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/30{ + --tw-shadow-color: rgb(77 79 125 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/40{ + --tw-shadow-color: rgb(77 79 125 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/50{ + --tw-shadow-color: rgb(77 79 125 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/60{ + --tw-shadow-color: rgb(77 79 125 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/70{ + --tw-shadow-color: rgb(77 79 125 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/75{ + --tw-shadow-color: rgb(77 79 125 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/80{ + --tw-shadow-color: rgb(77 79 125 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/90{ + --tw-shadow-color: rgb(77 79 125 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/95{ + --tw-shadow-color: rgb(77 79 125 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-600\/100{ + --tw-shadow-color: rgb(77 79 125 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/0{ + --tw-shadow-color: rgb(64 66 104 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/5{ + --tw-shadow-color: rgb(64 66 104 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/10{ + --tw-shadow-color: rgb(64 66 104 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/20{ + --tw-shadow-color: rgb(64 66 104 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/25{ + --tw-shadow-color: rgb(64 66 104 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/30{ + --tw-shadow-color: rgb(64 66 104 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/40{ + --tw-shadow-color: rgb(64 66 104 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/50{ + --tw-shadow-color: rgb(64 66 104 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/60{ + --tw-shadow-color: rgb(64 66 104 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/70{ + --tw-shadow-color: rgb(64 66 104 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/75{ + --tw-shadow-color: rgb(64 66 104 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/80{ + --tw-shadow-color: rgb(64 66 104 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/90{ + --tw-shadow-color: rgb(64 66 104 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/95{ + --tw-shadow-color: rgb(64 66 104 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-700\/100{ + --tw-shadow-color: rgb(64 66 104 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/0{ + --tw-shadow-color: rgb(51 53 83 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/5{ + --tw-shadow-color: rgb(51 53 83 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/10{ + --tw-shadow-color: rgb(51 53 83 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/20{ + --tw-shadow-color: rgb(51 53 83 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/25{ + --tw-shadow-color: rgb(51 53 83 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/30{ + --tw-shadow-color: rgb(51 53 83 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/40{ + --tw-shadow-color: rgb(51 53 83 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/50{ + --tw-shadow-color: rgb(51 53 83 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/60{ + --tw-shadow-color: rgb(51 53 83 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/70{ + --tw-shadow-color: rgb(51 53 83 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/75{ + --tw-shadow-color: rgb(51 53 83 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/80{ + --tw-shadow-color: rgb(51 53 83 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/90{ + --tw-shadow-color: rgb(51 53 83 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/95{ + --tw-shadow-color: rgb(51 53 83 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-800\/100{ + --tw-shadow-color: rgb(51 53 83 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/0{ + --tw-shadow-color: rgb(42 43 68 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/5{ + --tw-shadow-color: rgb(42 43 68 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/10{ + --tw-shadow-color: rgb(42 43 68 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/20{ + --tw-shadow-color: rgb(42 43 68 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/25{ + --tw-shadow-color: rgb(42 43 68 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/30{ + --tw-shadow-color: rgb(42 43 68 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/40{ + --tw-shadow-color: rgb(42 43 68 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/50{ + --tw-shadow-color: rgb(42 43 68 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/60{ + --tw-shadow-color: rgb(42 43 68 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/70{ + --tw-shadow-color: rgb(42 43 68 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/75{ + --tw-shadow-color: rgb(42 43 68 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/80{ + --tw-shadow-color: rgb(42 43 68 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/90{ + --tw-shadow-color: rgb(42 43 68 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/95{ + --tw-shadow-color: rgb(42 43 68 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-900\/100{ + --tw-shadow-color: rgb(42 43 68 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/0{ + --tw-shadow-color: rgb(85 88 139 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/5{ + --tw-shadow-color: rgb(85 88 139 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/10{ + --tw-shadow-color: rgb(85 88 139 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/20{ + --tw-shadow-color: rgb(85 88 139 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/25{ + --tw-shadow-color: rgb(85 88 139 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/30{ + --tw-shadow-color: rgb(85 88 139 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/40{ + --tw-shadow-color: rgb(85 88 139 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/50{ + --tw-shadow-color: rgb(85 88 139 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/60{ + --tw-shadow-color: rgb(85 88 139 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/70{ + --tw-shadow-color: rgb(85 88 139 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/75{ + --tw-shadow-color: rgb(85 88 139 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/80{ + --tw-shadow-color: rgb(85 88 139 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/90{ + --tw-shadow-color: rgb(85 88 139 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/95{ + --tw-shadow-color: rgb(85 88 139 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple\/100{ + --tw-shadow-color: rgb(85 88 139 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/0{ + --tw-shadow-color: rgb(253 244 255 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/5{ + --tw-shadow-color: rgb(253 244 255 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/10{ + --tw-shadow-color: rgb(253 244 255 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/20{ + --tw-shadow-color: rgb(253 244 255 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/25{ + --tw-shadow-color: rgb(253 244 255 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/30{ + --tw-shadow-color: rgb(253 244 255 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/40{ + --tw-shadow-color: rgb(253 244 255 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/50{ + --tw-shadow-color: rgb(253 244 255 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/60{ + --tw-shadow-color: rgb(253 244 255 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/70{ + --tw-shadow-color: rgb(253 244 255 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/75{ + --tw-shadow-color: rgb(253 244 255 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/80{ + --tw-shadow-color: rgb(253 244 255 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/90{ + --tw-shadow-color: rgb(253 244 255 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/95{ + --tw-shadow-color: rgb(253 244 255 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-50\/100{ + --tw-shadow-color: rgb(253 244 255 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/0{ + --tw-shadow-color: rgb(250 232 255 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/5{ + --tw-shadow-color: rgb(250 232 255 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/10{ + --tw-shadow-color: rgb(250 232 255 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/20{ + --tw-shadow-color: rgb(250 232 255 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/25{ + --tw-shadow-color: rgb(250 232 255 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/30{ + --tw-shadow-color: rgb(250 232 255 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/40{ + --tw-shadow-color: rgb(250 232 255 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/50{ + --tw-shadow-color: rgb(250 232 255 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/60{ + --tw-shadow-color: rgb(250 232 255 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/70{ + --tw-shadow-color: rgb(250 232 255 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/75{ + --tw-shadow-color: rgb(250 232 255 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/80{ + --tw-shadow-color: rgb(250 232 255 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/90{ + --tw-shadow-color: rgb(250 232 255 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/95{ + --tw-shadow-color: rgb(250 232 255 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-100\/100{ + --tw-shadow-color: rgb(250 232 255 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/0{ + --tw-shadow-color: rgb(245 208 254 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/5{ + --tw-shadow-color: rgb(245 208 254 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/10{ + --tw-shadow-color: rgb(245 208 254 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/20{ + --tw-shadow-color: rgb(245 208 254 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/25{ + --tw-shadow-color: rgb(245 208 254 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/30{ + --tw-shadow-color: rgb(245 208 254 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/40{ + --tw-shadow-color: rgb(245 208 254 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/50{ + --tw-shadow-color: rgb(245 208 254 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/60{ + --tw-shadow-color: rgb(245 208 254 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/70{ + --tw-shadow-color: rgb(245 208 254 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/75{ + --tw-shadow-color: rgb(245 208 254 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/80{ + --tw-shadow-color: rgb(245 208 254 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/90{ + --tw-shadow-color: rgb(245 208 254 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/95{ + --tw-shadow-color: rgb(245 208 254 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-200\/100{ + --tw-shadow-color: rgb(245 208 254 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/0{ + --tw-shadow-color: rgb(240 171 252 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/5{ + --tw-shadow-color: rgb(240 171 252 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/10{ + --tw-shadow-color: rgb(240 171 252 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/20{ + --tw-shadow-color: rgb(240 171 252 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/25{ + --tw-shadow-color: rgb(240 171 252 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/30{ + --tw-shadow-color: rgb(240 171 252 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/40{ + --tw-shadow-color: rgb(240 171 252 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/50{ + --tw-shadow-color: rgb(240 171 252 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/60{ + --tw-shadow-color: rgb(240 171 252 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/70{ + --tw-shadow-color: rgb(240 171 252 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/75{ + --tw-shadow-color: rgb(240 171 252 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/80{ + --tw-shadow-color: rgb(240 171 252 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/90{ + --tw-shadow-color: rgb(240 171 252 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/95{ + --tw-shadow-color: rgb(240 171 252 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-300\/100{ + --tw-shadow-color: rgb(240 171 252 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/0{ + --tw-shadow-color: rgb(232 121 249 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/5{ + --tw-shadow-color: rgb(232 121 249 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/10{ + --tw-shadow-color: rgb(232 121 249 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/20{ + --tw-shadow-color: rgb(232 121 249 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/25{ + --tw-shadow-color: rgb(232 121 249 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/30{ + --tw-shadow-color: rgb(232 121 249 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/40{ + --tw-shadow-color: rgb(232 121 249 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/50{ + --tw-shadow-color: rgb(232 121 249 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/60{ + --tw-shadow-color: rgb(232 121 249 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/70{ + --tw-shadow-color: rgb(232 121 249 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/75{ + --tw-shadow-color: rgb(232 121 249 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/80{ + --tw-shadow-color: rgb(232 121 249 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/90{ + --tw-shadow-color: rgb(232 121 249 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/95{ + --tw-shadow-color: rgb(232 121 249 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-400\/100{ + --tw-shadow-color: rgb(232 121 249 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/0{ + --tw-shadow-color: rgb(217 70 239 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/5{ + --tw-shadow-color: rgb(217 70 239 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/10{ + --tw-shadow-color: rgb(217 70 239 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/20{ + --tw-shadow-color: rgb(217 70 239 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/25{ + --tw-shadow-color: rgb(217 70 239 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/30{ + --tw-shadow-color: rgb(217 70 239 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/40{ + --tw-shadow-color: rgb(217 70 239 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/50{ + --tw-shadow-color: rgb(217 70 239 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/60{ + --tw-shadow-color: rgb(217 70 239 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/70{ + --tw-shadow-color: rgb(217 70 239 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/75{ + --tw-shadow-color: rgb(217 70 239 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/80{ + --tw-shadow-color: rgb(217 70 239 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/90{ + --tw-shadow-color: rgb(217 70 239 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/95{ + --tw-shadow-color: rgb(217 70 239 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-500\/100{ + --tw-shadow-color: rgb(217 70 239 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/0{ + --tw-shadow-color: rgb(192 38 211 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/5{ + --tw-shadow-color: rgb(192 38 211 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/10{ + --tw-shadow-color: rgb(192 38 211 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/20{ + --tw-shadow-color: rgb(192 38 211 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/25{ + --tw-shadow-color: rgb(192 38 211 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/30{ + --tw-shadow-color: rgb(192 38 211 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/40{ + --tw-shadow-color: rgb(192 38 211 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/50{ + --tw-shadow-color: rgb(192 38 211 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/60{ + --tw-shadow-color: rgb(192 38 211 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/70{ + --tw-shadow-color: rgb(192 38 211 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/75{ + --tw-shadow-color: rgb(192 38 211 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/80{ + --tw-shadow-color: rgb(192 38 211 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/90{ + --tw-shadow-color: rgb(192 38 211 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/95{ + --tw-shadow-color: rgb(192 38 211 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-600\/100{ + --tw-shadow-color: rgb(192 38 211 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/0{ + --tw-shadow-color: rgb(162 28 175 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/5{ + --tw-shadow-color: rgb(162 28 175 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/10{ + --tw-shadow-color: rgb(162 28 175 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/20{ + --tw-shadow-color: rgb(162 28 175 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/25{ + --tw-shadow-color: rgb(162 28 175 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/30{ + --tw-shadow-color: rgb(162 28 175 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/40{ + --tw-shadow-color: rgb(162 28 175 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/50{ + --tw-shadow-color: rgb(162 28 175 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/60{ + --tw-shadow-color: rgb(162 28 175 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/70{ + --tw-shadow-color: rgb(162 28 175 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/75{ + --tw-shadow-color: rgb(162 28 175 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/80{ + --tw-shadow-color: rgb(162 28 175 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/90{ + --tw-shadow-color: rgb(162 28 175 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/95{ + --tw-shadow-color: rgb(162 28 175 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-700\/100{ + --tw-shadow-color: rgb(162 28 175 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/0{ + --tw-shadow-color: rgb(134 25 143 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/5{ + --tw-shadow-color: rgb(134 25 143 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/10{ + --tw-shadow-color: rgb(134 25 143 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/20{ + --tw-shadow-color: rgb(134 25 143 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/25{ + --tw-shadow-color: rgb(134 25 143 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/30{ + --tw-shadow-color: rgb(134 25 143 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/40{ + --tw-shadow-color: rgb(134 25 143 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/50{ + --tw-shadow-color: rgb(134 25 143 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/60{ + --tw-shadow-color: rgb(134 25 143 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/70{ + --tw-shadow-color: rgb(134 25 143 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/75{ + --tw-shadow-color: rgb(134 25 143 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/80{ + --tw-shadow-color: rgb(134 25 143 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/90{ + --tw-shadow-color: rgb(134 25 143 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/95{ + --tw-shadow-color: rgb(134 25 143 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-800\/100{ + --tw-shadow-color: rgb(134 25 143 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/0{ + --tw-shadow-color: rgb(112 26 117 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/5{ + --tw-shadow-color: rgb(112 26 117 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/10{ + --tw-shadow-color: rgb(112 26 117 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/20{ + --tw-shadow-color: rgb(112 26 117 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/25{ + --tw-shadow-color: rgb(112 26 117 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/30{ + --tw-shadow-color: rgb(112 26 117 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/40{ + --tw-shadow-color: rgb(112 26 117 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/50{ + --tw-shadow-color: rgb(112 26 117 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/60{ + --tw-shadow-color: rgb(112 26 117 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/70{ + --tw-shadow-color: rgb(112 26 117 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/75{ + --tw-shadow-color: rgb(112 26 117 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/80{ + --tw-shadow-color: rgb(112 26 117 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/90{ + --tw-shadow-color: rgb(112 26 117 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/95{ + --tw-shadow-color: rgb(112 26 117 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-fuchsia-900\/100{ + --tw-shadow-color: rgb(112 26 117 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/0{ + --tw-shadow-color: rgb(253 242 248 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/5{ + --tw-shadow-color: rgb(253 242 248 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/10{ + --tw-shadow-color: rgb(253 242 248 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/20{ + --tw-shadow-color: rgb(253 242 248 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/25{ + --tw-shadow-color: rgb(253 242 248 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/30{ + --tw-shadow-color: rgb(253 242 248 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/40{ + --tw-shadow-color: rgb(253 242 248 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/50{ + --tw-shadow-color: rgb(253 242 248 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/60{ + --tw-shadow-color: rgb(253 242 248 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/70{ + --tw-shadow-color: rgb(253 242 248 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/75{ + --tw-shadow-color: rgb(253 242 248 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/80{ + --tw-shadow-color: rgb(253 242 248 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/90{ + --tw-shadow-color: rgb(253 242 248 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/95{ + --tw-shadow-color: rgb(253 242 248 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-50\/100{ + --tw-shadow-color: rgb(253 242 248 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/0{ + --tw-shadow-color: rgb(252 232 243 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/5{ + --tw-shadow-color: rgb(252 232 243 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/10{ + --tw-shadow-color: rgb(252 232 243 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/20{ + --tw-shadow-color: rgb(252 232 243 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/25{ + --tw-shadow-color: rgb(252 232 243 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/30{ + --tw-shadow-color: rgb(252 232 243 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/40{ + --tw-shadow-color: rgb(252 232 243 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/50{ + --tw-shadow-color: rgb(252 232 243 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/60{ + --tw-shadow-color: rgb(252 232 243 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/70{ + --tw-shadow-color: rgb(252 232 243 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/75{ + --tw-shadow-color: rgb(252 232 243 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/80{ + --tw-shadow-color: rgb(252 232 243 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/90{ + --tw-shadow-color: rgb(252 232 243 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/95{ + --tw-shadow-color: rgb(252 232 243 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-100\/100{ + --tw-shadow-color: rgb(252 232 243 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/0{ + --tw-shadow-color: rgb(250 209 232 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/5{ + --tw-shadow-color: rgb(250 209 232 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/10{ + --tw-shadow-color: rgb(250 209 232 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/20{ + --tw-shadow-color: rgb(250 209 232 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/25{ + --tw-shadow-color: rgb(250 209 232 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/30{ + --tw-shadow-color: rgb(250 209 232 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/40{ + --tw-shadow-color: rgb(250 209 232 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/50{ + --tw-shadow-color: rgb(250 209 232 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/60{ + --tw-shadow-color: rgb(250 209 232 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/70{ + --tw-shadow-color: rgb(250 209 232 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/75{ + --tw-shadow-color: rgb(250 209 232 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/80{ + --tw-shadow-color: rgb(250 209 232 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/90{ + --tw-shadow-color: rgb(250 209 232 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/95{ + --tw-shadow-color: rgb(250 209 232 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-200\/100{ + --tw-shadow-color: rgb(250 209 232 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/0{ + --tw-shadow-color: rgb(248 180 217 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/5{ + --tw-shadow-color: rgb(248 180 217 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/10{ + --tw-shadow-color: rgb(248 180 217 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/20{ + --tw-shadow-color: rgb(248 180 217 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/25{ + --tw-shadow-color: rgb(248 180 217 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/30{ + --tw-shadow-color: rgb(248 180 217 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/40{ + --tw-shadow-color: rgb(248 180 217 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/50{ + --tw-shadow-color: rgb(248 180 217 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/60{ + --tw-shadow-color: rgb(248 180 217 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/70{ + --tw-shadow-color: rgb(248 180 217 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/75{ + --tw-shadow-color: rgb(248 180 217 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/80{ + --tw-shadow-color: rgb(248 180 217 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/90{ + --tw-shadow-color: rgb(248 180 217 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/95{ + --tw-shadow-color: rgb(248 180 217 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-300\/100{ + --tw-shadow-color: rgb(248 180 217 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/0{ + --tw-shadow-color: rgb(241 126 184 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/5{ + --tw-shadow-color: rgb(241 126 184 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/10{ + --tw-shadow-color: rgb(241 126 184 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/20{ + --tw-shadow-color: rgb(241 126 184 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/25{ + --tw-shadow-color: rgb(241 126 184 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/30{ + --tw-shadow-color: rgb(241 126 184 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/40{ + --tw-shadow-color: rgb(241 126 184 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/50{ + --tw-shadow-color: rgb(241 126 184 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/60{ + --tw-shadow-color: rgb(241 126 184 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/70{ + --tw-shadow-color: rgb(241 126 184 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/75{ + --tw-shadow-color: rgb(241 126 184 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/80{ + --tw-shadow-color: rgb(241 126 184 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/90{ + --tw-shadow-color: rgb(241 126 184 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/95{ + --tw-shadow-color: rgb(241 126 184 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-400\/100{ + --tw-shadow-color: rgb(241 126 184 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/0{ + --tw-shadow-color: rgb(231 70 148 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/5{ + --tw-shadow-color: rgb(231 70 148 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/10{ + --tw-shadow-color: rgb(231 70 148 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/20{ + --tw-shadow-color: rgb(231 70 148 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/25{ + --tw-shadow-color: rgb(231 70 148 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/30{ + --tw-shadow-color: rgb(231 70 148 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/40{ + --tw-shadow-color: rgb(231 70 148 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/50{ + --tw-shadow-color: rgb(231 70 148 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/60{ + --tw-shadow-color: rgb(231 70 148 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/70{ + --tw-shadow-color: rgb(231 70 148 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/75{ + --tw-shadow-color: rgb(231 70 148 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/80{ + --tw-shadow-color: rgb(231 70 148 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/90{ + --tw-shadow-color: rgb(231 70 148 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/95{ + --tw-shadow-color: rgb(231 70 148 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-500\/100{ + --tw-shadow-color: rgb(231 70 148 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/0{ + --tw-shadow-color: rgb(214 31 105 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/5{ + --tw-shadow-color: rgb(214 31 105 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/10{ + --tw-shadow-color: rgb(214 31 105 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/20{ + --tw-shadow-color: rgb(214 31 105 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/25{ + --tw-shadow-color: rgb(214 31 105 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/30{ + --tw-shadow-color: rgb(214 31 105 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/40{ + --tw-shadow-color: rgb(214 31 105 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/50{ + --tw-shadow-color: rgb(214 31 105 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/60{ + --tw-shadow-color: rgb(214 31 105 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/70{ + --tw-shadow-color: rgb(214 31 105 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/75{ + --tw-shadow-color: rgb(214 31 105 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/80{ + --tw-shadow-color: rgb(214 31 105 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/90{ + --tw-shadow-color: rgb(214 31 105 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/95{ + --tw-shadow-color: rgb(214 31 105 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-600\/100{ + --tw-shadow-color: rgb(214 31 105 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/0{ + --tw-shadow-color: rgb(191 18 93 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/5{ + --tw-shadow-color: rgb(191 18 93 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/10{ + --tw-shadow-color: rgb(191 18 93 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/20{ + --tw-shadow-color: rgb(191 18 93 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/25{ + --tw-shadow-color: rgb(191 18 93 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/30{ + --tw-shadow-color: rgb(191 18 93 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/40{ + --tw-shadow-color: rgb(191 18 93 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/50{ + --tw-shadow-color: rgb(191 18 93 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/60{ + --tw-shadow-color: rgb(191 18 93 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/70{ + --tw-shadow-color: rgb(191 18 93 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/75{ + --tw-shadow-color: rgb(191 18 93 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/80{ + --tw-shadow-color: rgb(191 18 93 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/90{ + --tw-shadow-color: rgb(191 18 93 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/95{ + --tw-shadow-color: rgb(191 18 93 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-700\/100{ + --tw-shadow-color: rgb(191 18 93 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/0{ + --tw-shadow-color: rgb(153 21 75 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/5{ + --tw-shadow-color: rgb(153 21 75 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/10{ + --tw-shadow-color: rgb(153 21 75 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/20{ + --tw-shadow-color: rgb(153 21 75 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/25{ + --tw-shadow-color: rgb(153 21 75 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/30{ + --tw-shadow-color: rgb(153 21 75 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/40{ + --tw-shadow-color: rgb(153 21 75 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/50{ + --tw-shadow-color: rgb(153 21 75 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/60{ + --tw-shadow-color: rgb(153 21 75 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/70{ + --tw-shadow-color: rgb(153 21 75 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/75{ + --tw-shadow-color: rgb(153 21 75 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/80{ + --tw-shadow-color: rgb(153 21 75 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/90{ + --tw-shadow-color: rgb(153 21 75 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/95{ + --tw-shadow-color: rgb(153 21 75 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-800\/100{ + --tw-shadow-color: rgb(153 21 75 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/0{ + --tw-shadow-color: rgb(117 26 61 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/5{ + --tw-shadow-color: rgb(117 26 61 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/10{ + --tw-shadow-color: rgb(117 26 61 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/20{ + --tw-shadow-color: rgb(117 26 61 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/25{ + --tw-shadow-color: rgb(117 26 61 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/30{ + --tw-shadow-color: rgb(117 26 61 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/40{ + --tw-shadow-color: rgb(117 26 61 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/50{ + --tw-shadow-color: rgb(117 26 61 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/60{ + --tw-shadow-color: rgb(117 26 61 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/70{ + --tw-shadow-color: rgb(117 26 61 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/75{ + --tw-shadow-color: rgb(117 26 61 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/80{ + --tw-shadow-color: rgb(117 26 61 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/90{ + --tw-shadow-color: rgb(117 26 61 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/95{ + --tw-shadow-color: rgb(117 26 61 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-pink-900\/100{ + --tw-shadow-color: rgb(117 26 61 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/0{ + --tw-shadow-color: rgb(255 241 242 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/5{ + --tw-shadow-color: rgb(255 241 242 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/10{ + --tw-shadow-color: rgb(255 241 242 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/20{ + --tw-shadow-color: rgb(255 241 242 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/25{ + --tw-shadow-color: rgb(255 241 242 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/30{ + --tw-shadow-color: rgb(255 241 242 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/40{ + --tw-shadow-color: rgb(255 241 242 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/50{ + --tw-shadow-color: rgb(255 241 242 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/60{ + --tw-shadow-color: rgb(255 241 242 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/70{ + --tw-shadow-color: rgb(255 241 242 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/75{ + --tw-shadow-color: rgb(255 241 242 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/80{ + --tw-shadow-color: rgb(255 241 242 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/90{ + --tw-shadow-color: rgb(255 241 242 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/95{ + --tw-shadow-color: rgb(255 241 242 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-50\/100{ + --tw-shadow-color: rgb(255 241 242 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/0{ + --tw-shadow-color: rgb(255 228 230 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/5{ + --tw-shadow-color: rgb(255 228 230 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/10{ + --tw-shadow-color: rgb(255 228 230 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/20{ + --tw-shadow-color: rgb(255 228 230 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/25{ + --tw-shadow-color: rgb(255 228 230 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/30{ + --tw-shadow-color: rgb(255 228 230 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/40{ + --tw-shadow-color: rgb(255 228 230 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/50{ + --tw-shadow-color: rgb(255 228 230 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/60{ + --tw-shadow-color: rgb(255 228 230 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/70{ + --tw-shadow-color: rgb(255 228 230 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/75{ + --tw-shadow-color: rgb(255 228 230 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/80{ + --tw-shadow-color: rgb(255 228 230 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/90{ + --tw-shadow-color: rgb(255 228 230 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/95{ + --tw-shadow-color: rgb(255 228 230 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-100\/100{ + --tw-shadow-color: rgb(255 228 230 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/0{ + --tw-shadow-color: rgb(254 205 211 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/5{ + --tw-shadow-color: rgb(254 205 211 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/10{ + --tw-shadow-color: rgb(254 205 211 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/20{ + --tw-shadow-color: rgb(254 205 211 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/25{ + --tw-shadow-color: rgb(254 205 211 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/30{ + --tw-shadow-color: rgb(254 205 211 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/40{ + --tw-shadow-color: rgb(254 205 211 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/50{ + --tw-shadow-color: rgb(254 205 211 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/60{ + --tw-shadow-color: rgb(254 205 211 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/70{ + --tw-shadow-color: rgb(254 205 211 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/75{ + --tw-shadow-color: rgb(254 205 211 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/80{ + --tw-shadow-color: rgb(254 205 211 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/90{ + --tw-shadow-color: rgb(254 205 211 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/95{ + --tw-shadow-color: rgb(254 205 211 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-200\/100{ + --tw-shadow-color: rgb(254 205 211 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/0{ + --tw-shadow-color: rgb(253 164 175 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/5{ + --tw-shadow-color: rgb(253 164 175 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/10{ + --tw-shadow-color: rgb(253 164 175 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/20{ + --tw-shadow-color: rgb(253 164 175 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/25{ + --tw-shadow-color: rgb(253 164 175 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/30{ + --tw-shadow-color: rgb(253 164 175 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/40{ + --tw-shadow-color: rgb(253 164 175 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/50{ + --tw-shadow-color: rgb(253 164 175 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/60{ + --tw-shadow-color: rgb(253 164 175 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/70{ + --tw-shadow-color: rgb(253 164 175 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/75{ + --tw-shadow-color: rgb(253 164 175 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/80{ + --tw-shadow-color: rgb(253 164 175 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/90{ + --tw-shadow-color: rgb(253 164 175 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/95{ + --tw-shadow-color: rgb(253 164 175 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-300\/100{ + --tw-shadow-color: rgb(253 164 175 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/0{ + --tw-shadow-color: rgb(251 113 133 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/5{ + --tw-shadow-color: rgb(251 113 133 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/10{ + --tw-shadow-color: rgb(251 113 133 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/20{ + --tw-shadow-color: rgb(251 113 133 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/25{ + --tw-shadow-color: rgb(251 113 133 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/30{ + --tw-shadow-color: rgb(251 113 133 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/40{ + --tw-shadow-color: rgb(251 113 133 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/50{ + --tw-shadow-color: rgb(251 113 133 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/60{ + --tw-shadow-color: rgb(251 113 133 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/70{ + --tw-shadow-color: rgb(251 113 133 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/75{ + --tw-shadow-color: rgb(251 113 133 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/80{ + --tw-shadow-color: rgb(251 113 133 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/90{ + --tw-shadow-color: rgb(251 113 133 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/95{ + --tw-shadow-color: rgb(251 113 133 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-400\/100{ + --tw-shadow-color: rgb(251 113 133 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/0{ + --tw-shadow-color: rgb(244 63 94 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/5{ + --tw-shadow-color: rgb(244 63 94 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/10{ + --tw-shadow-color: rgb(244 63 94 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/20{ + --tw-shadow-color: rgb(244 63 94 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/25{ + --tw-shadow-color: rgb(244 63 94 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/30{ + --tw-shadow-color: rgb(244 63 94 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/40{ + --tw-shadow-color: rgb(244 63 94 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/50{ + --tw-shadow-color: rgb(244 63 94 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/60{ + --tw-shadow-color: rgb(244 63 94 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/70{ + --tw-shadow-color: rgb(244 63 94 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/75{ + --tw-shadow-color: rgb(244 63 94 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/80{ + --tw-shadow-color: rgb(244 63 94 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/90{ + --tw-shadow-color: rgb(244 63 94 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/95{ + --tw-shadow-color: rgb(244 63 94 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-500\/100{ + --tw-shadow-color: rgb(244 63 94 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/0{ + --tw-shadow-color: rgb(225 29 72 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/5{ + --tw-shadow-color: rgb(225 29 72 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/10{ + --tw-shadow-color: rgb(225 29 72 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/20{ + --tw-shadow-color: rgb(225 29 72 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/25{ + --tw-shadow-color: rgb(225 29 72 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/30{ + --tw-shadow-color: rgb(225 29 72 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/40{ + --tw-shadow-color: rgb(225 29 72 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/50{ + --tw-shadow-color: rgb(225 29 72 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/60{ + --tw-shadow-color: rgb(225 29 72 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/70{ + --tw-shadow-color: rgb(225 29 72 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/75{ + --tw-shadow-color: rgb(225 29 72 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/80{ + --tw-shadow-color: rgb(225 29 72 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/90{ + --tw-shadow-color: rgb(225 29 72 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/95{ + --tw-shadow-color: rgb(225 29 72 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-600\/100{ + --tw-shadow-color: rgb(225 29 72 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/0{ + --tw-shadow-color: rgb(190 18 60 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/5{ + --tw-shadow-color: rgb(190 18 60 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/10{ + --tw-shadow-color: rgb(190 18 60 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/20{ + --tw-shadow-color: rgb(190 18 60 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/25{ + --tw-shadow-color: rgb(190 18 60 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/30{ + --tw-shadow-color: rgb(190 18 60 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/40{ + --tw-shadow-color: rgb(190 18 60 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/50{ + --tw-shadow-color: rgb(190 18 60 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/60{ + --tw-shadow-color: rgb(190 18 60 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/70{ + --tw-shadow-color: rgb(190 18 60 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/75{ + --tw-shadow-color: rgb(190 18 60 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/80{ + --tw-shadow-color: rgb(190 18 60 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/90{ + --tw-shadow-color: rgb(190 18 60 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/95{ + --tw-shadow-color: rgb(190 18 60 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-700\/100{ + --tw-shadow-color: rgb(190 18 60 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/0{ + --tw-shadow-color: rgb(159 18 57 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/5{ + --tw-shadow-color: rgb(159 18 57 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/10{ + --tw-shadow-color: rgb(159 18 57 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/20{ + --tw-shadow-color: rgb(159 18 57 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/25{ + --tw-shadow-color: rgb(159 18 57 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/30{ + --tw-shadow-color: rgb(159 18 57 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/40{ + --tw-shadow-color: rgb(159 18 57 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/50{ + --tw-shadow-color: rgb(159 18 57 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/60{ + --tw-shadow-color: rgb(159 18 57 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/70{ + --tw-shadow-color: rgb(159 18 57 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/75{ + --tw-shadow-color: rgb(159 18 57 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/80{ + --tw-shadow-color: rgb(159 18 57 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/90{ + --tw-shadow-color: rgb(159 18 57 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/95{ + --tw-shadow-color: rgb(159 18 57 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-800\/100{ + --tw-shadow-color: rgb(159 18 57 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/0{ + --tw-shadow-color: rgb(136 19 55 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/5{ + --tw-shadow-color: rgb(136 19 55 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/10{ + --tw-shadow-color: rgb(136 19 55 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/20{ + --tw-shadow-color: rgb(136 19 55 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/25{ + --tw-shadow-color: rgb(136 19 55 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/30{ + --tw-shadow-color: rgb(136 19 55 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/40{ + --tw-shadow-color: rgb(136 19 55 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/50{ + --tw-shadow-color: rgb(136 19 55 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/60{ + --tw-shadow-color: rgb(136 19 55 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/70{ + --tw-shadow-color: rgb(136 19 55 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/75{ + --tw-shadow-color: rgb(136 19 55 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/80{ + --tw-shadow-color: rgb(136 19 55 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/90{ + --tw-shadow-color: rgb(136 19 55 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/95{ + --tw-shadow-color: rgb(136 19 55 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose-900\/100{ + --tw-shadow-color: rgb(136 19 55 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/0{ + --tw-shadow-color: rgb(244 63 94 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/5{ + --tw-shadow-color: rgb(244 63 94 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/10{ + --tw-shadow-color: rgb(244 63 94 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/20{ + --tw-shadow-color: rgb(244 63 94 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/25{ + --tw-shadow-color: rgb(244 63 94 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/30{ + --tw-shadow-color: rgb(244 63 94 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/40{ + --tw-shadow-color: rgb(244 63 94 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/50{ + --tw-shadow-color: rgb(244 63 94 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/60{ + --tw-shadow-color: rgb(244 63 94 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/70{ + --tw-shadow-color: rgb(244 63 94 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/75{ + --tw-shadow-color: rgb(244 63 94 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/80{ + --tw-shadow-color: rgb(244 63 94 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/90{ + --tw-shadow-color: rgb(244 63 94 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/95{ + --tw-shadow-color: rgb(244 63 94 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-rose\/100{ + --tw-shadow-color: rgb(244 63 94 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/0{ + --tw-shadow-color: rgb(245 247 250 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/5{ + --tw-shadow-color: rgb(245 247 250 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/10{ + --tw-shadow-color: rgb(245 247 250 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/20{ + --tw-shadow-color: rgb(245 247 250 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/25{ + --tw-shadow-color: rgb(245 247 250 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/30{ + --tw-shadow-color: rgb(245 247 250 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/40{ + --tw-shadow-color: rgb(245 247 250 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/50{ + --tw-shadow-color: rgb(245 247 250 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/60{ + --tw-shadow-color: rgb(245 247 250 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/70{ + --tw-shadow-color: rgb(245 247 250 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/75{ + --tw-shadow-color: rgb(245 247 250 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/80{ + --tw-shadow-color: rgb(245 247 250 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/90{ + --tw-shadow-color: rgb(245 247 250 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/95{ + --tw-shadow-color: rgb(245 247 250 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-100\/100{ + --tw-shadow-color: rgb(245 247 250 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/0{ + --tw-shadow-color: rgb(237 240 252 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/5{ + --tw-shadow-color: rgb(237 240 252 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/10{ + --tw-shadow-color: rgb(237 240 252 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/20{ + --tw-shadow-color: rgb(237 240 252 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/25{ + --tw-shadow-color: rgb(237 240 252 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/30{ + --tw-shadow-color: rgb(237 240 252 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/40{ + --tw-shadow-color: rgb(237 240 252 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/50{ + --tw-shadow-color: rgb(237 240 252 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/60{ + --tw-shadow-color: rgb(237 240 252 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/70{ + --tw-shadow-color: rgb(237 240 252 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/75{ + --tw-shadow-color: rgb(237 240 252 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/80{ + --tw-shadow-color: rgb(237 240 252 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/90{ + --tw-shadow-color: rgb(237 240 252 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/95{ + --tw-shadow-color: rgb(237 240 252 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-300\/100{ + --tw-shadow-color: rgb(237 240 252 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/0{ + --tw-shadow-color: rgb(220 226 249 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/5{ + --tw-shadow-color: rgb(220 226 249 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/10{ + --tw-shadow-color: rgb(220 226 249 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/20{ + --tw-shadow-color: rgb(220 226 249 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/25{ + --tw-shadow-color: rgb(220 226 249 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/30{ + --tw-shadow-color: rgb(220 226 249 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/40{ + --tw-shadow-color: rgb(220 226 249 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/50{ + --tw-shadow-color: rgb(220 226 249 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/60{ + --tw-shadow-color: rgb(220 226 249 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/70{ + --tw-shadow-color: rgb(220 226 249 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/75{ + --tw-shadow-color: rgb(220 226 249 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/80{ + --tw-shadow-color: rgb(220 226 249 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/90{ + --tw-shadow-color: rgb(220 226 249 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/95{ + --tw-shadow-color: rgb(220 226 249 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac-900\/100{ + --tw-shadow-color: rgb(220 226 249 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/0{ + --tw-shadow-color: rgb(248 249 254 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/5{ + --tw-shadow-color: rgb(248 249 254 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/10{ + --tw-shadow-color: rgb(248 249 254 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/20{ + --tw-shadow-color: rgb(248 249 254 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/25{ + --tw-shadow-color: rgb(248 249 254 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/30{ + --tw-shadow-color: rgb(248 249 254 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/40{ + --tw-shadow-color: rgb(248 249 254 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/50{ + --tw-shadow-color: rgb(248 249 254 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/60{ + --tw-shadow-color: rgb(248 249 254 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/70{ + --tw-shadow-color: rgb(248 249 254 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/75{ + --tw-shadow-color: rgb(248 249 254 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/80{ + --tw-shadow-color: rgb(248 249 254 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/90{ + --tw-shadow-color: rgb(248 249 254 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/95{ + --tw-shadow-color: rgb(248 249 254 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lilac\/100{ + --tw-shadow-color: rgb(248 249 254 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/0{ + --tw-shadow-color: rgb(191 184 130 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/5{ + --tw-shadow-color: rgb(191 184 130 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/10{ + --tw-shadow-color: rgb(191 184 130 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/20{ + --tw-shadow-color: rgb(191 184 130 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/25{ + --tw-shadow-color: rgb(191 184 130 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/30{ + --tw-shadow-color: rgb(191 184 130 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/40{ + --tw-shadow-color: rgb(191 184 130 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/50{ + --tw-shadow-color: rgb(191 184 130 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/60{ + --tw-shadow-color: rgb(191 184 130 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/70{ + --tw-shadow-color: rgb(191 184 130 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/75{ + --tw-shadow-color: rgb(191 184 130 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/80{ + --tw-shadow-color: rgb(191 184 130 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/90{ + --tw-shadow-color: rgb(191 184 130 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/95{ + --tw-shadow-color: rgb(191 184 130 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden-900\/100{ + --tw-shadow-color: rgb(191 184 130 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/0{ + --tw-shadow-color: rgb(209 201 137 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/5{ + --tw-shadow-color: rgb(209 201 137 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/10{ + --tw-shadow-color: rgb(209 201 137 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/20{ + --tw-shadow-color: rgb(209 201 137 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/25{ + --tw-shadow-color: rgb(209 201 137 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/30{ + --tw-shadow-color: rgb(209 201 137 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/40{ + --tw-shadow-color: rgb(209 201 137 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/50{ + --tw-shadow-color: rgb(209 201 137 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/60{ + --tw-shadow-color: rgb(209 201 137 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/70{ + --tw-shadow-color: rgb(209 201 137 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/75{ + --tw-shadow-color: rgb(209 201 137 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/80{ + --tw-shadow-color: rgb(209 201 137 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/90{ + --tw-shadow-color: rgb(209 201 137 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/95{ + --tw-shadow-color: rgb(209 201 137 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-golden\/100{ + --tw-shadow-color: rgb(209 201 137 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/0{ + --tw-shadow-color: rgb(241 246 238 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/5{ + --tw-shadow-color: rgb(241 246 238 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/10{ + --tw-shadow-color: rgb(241 246 238 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/20{ + --tw-shadow-color: rgb(241 246 238 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/25{ + --tw-shadow-color: rgb(241 246 238 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/30{ + --tw-shadow-color: rgb(241 246 238 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/40{ + --tw-shadow-color: rgb(241 246 238 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/50{ + --tw-shadow-color: rgb(241 246 238 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/60{ + --tw-shadow-color: rgb(241 246 238 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/70{ + --tw-shadow-color: rgb(241 246 238 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/75{ + --tw-shadow-color: rgb(241 246 238 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/80{ + --tw-shadow-color: rgb(241 246 238 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/90{ + --tw-shadow-color: rgb(241 246 238 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/95{ + --tw-shadow-color: rgb(241 246 238 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-success\/100{ + --tw-shadow-color: rgb(241 246 238 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/0{ + --tw-shadow-color: rgb(250 230 230 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/5{ + --tw-shadow-color: rgb(250 230 230 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/10{ + --tw-shadow-color: rgb(250 230 230 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/20{ + --tw-shadow-color: rgb(250 230 230 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/25{ + --tw-shadow-color: rgb(250 230 230 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/30{ + --tw-shadow-color: rgb(250 230 230 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/40{ + --tw-shadow-color: rgb(250 230 230 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/50{ + --tw-shadow-color: rgb(250 230 230 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/60{ + --tw-shadow-color: rgb(250 230 230 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/70{ + --tw-shadow-color: rgb(250 230 230 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/75{ + --tw-shadow-color: rgb(250 230 230 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/80{ + --tw-shadow-color: rgb(250 230 230 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/90{ + --tw-shadow-color: rgb(250 230 230 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/95{ + --tw-shadow-color: rgb(250 230 230 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-danger\/100{ + --tw-shadow-color: rgb(250 230 230 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/0{ + --tw-shadow-color: rgb(254 245 231 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/5{ + --tw-shadow-color: rgb(254 245 231 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/10{ + --tw-shadow-color: rgb(254 245 231 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/20{ + --tw-shadow-color: rgb(254 245 231 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/25{ + --tw-shadow-color: rgb(254 245 231 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/30{ + --tw-shadow-color: rgb(254 245 231 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/40{ + --tw-shadow-color: rgb(254 245 231 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/50{ + --tw-shadow-color: rgb(254 245 231 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/60{ + --tw-shadow-color: rgb(254 245 231 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/70{ + --tw-shadow-color: rgb(254 245 231 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/75{ + --tw-shadow-color: rgb(254 245 231 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/80{ + --tw-shadow-color: rgb(254 245 231 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/90{ + --tw-shadow-color: rgb(254 245 231 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/95{ + --tw-shadow-color: rgb(254 245 231 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-sent\/100{ + --tw-shadow-color: rgb(254 245 231 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/0{ + --tw-shadow-color: rgb(238 238 243 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/5{ + --tw-shadow-color: rgb(238 238 243 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/10{ + --tw-shadow-color: rgb(238 238 243 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/20{ + --tw-shadow-color: rgb(238 238 243 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/25{ + --tw-shadow-color: rgb(238 238 243 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/30{ + --tw-shadow-color: rgb(238 238 243 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/40{ + --tw-shadow-color: rgb(238 238 243 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/50{ + --tw-shadow-color: rgb(238 238 243 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/60{ + --tw-shadow-color: rgb(238 238 243 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/70{ + --tw-shadow-color: rgb(238 238 243 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/75{ + --tw-shadow-color: rgb(238 238 243 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/80{ + --tw-shadow-color: rgb(238 238 243 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/90{ + --tw-shadow-color: rgb(238 238 243 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/95{ + --tw-shadow-color: rgb(238 238 243 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-viewed\/100{ + --tw-shadow-color: rgb(238 238 243 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/0{ + --tw-shadow-color: rgb(236 236 236 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/5{ + --tw-shadow-color: rgb(236 236 236 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/10{ + --tw-shadow-color: rgb(236 236 236 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/20{ + --tw-shadow-color: rgb(236 236 236 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/25{ + --tw-shadow-color: rgb(236 236 236 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/30{ + --tw-shadow-color: rgb(236 236 236 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/40{ + --tw-shadow-color: rgb(236 236 236 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/50{ + --tw-shadow-color: rgb(236 236 236 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/60{ + --tw-shadow-color: rgb(236 236 236 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/70{ + --tw-shadow-color: rgb(236 236 236 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/75{ + --tw-shadow-color: rgb(236 236 236 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/80{ + --tw-shadow-color: rgb(236 236 236 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/90{ + --tw-shadow-color: rgb(236 236 236 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/95{ + --tw-shadow-color: rgb(236 236 236 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-draft\/100{ + --tw-shadow-color: rgb(236 236 236 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/0{ + --tw-shadow-color: rgb(230 241 246 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/5{ + --tw-shadow-color: rgb(230 241 246 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/10{ + --tw-shadow-color: rgb(230 241 246 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/20{ + --tw-shadow-color: rgb(230 241 246 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/25{ + --tw-shadow-color: rgb(230 241 246 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/30{ + --tw-shadow-color: rgb(230 241 246 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/40{ + --tw-shadow-color: rgb(230 241 246 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/50{ + --tw-shadow-color: rgb(230 241 246 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/60{ + --tw-shadow-color: rgb(230 241 246 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/70{ + --tw-shadow-color: rgb(230 241 246 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/75{ + --tw-shadow-color: rgb(230 241 246 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/80{ + --tw-shadow-color: rgb(230 241 246 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/90{ + --tw-shadow-color: rgb(230 241 246 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/95{ + --tw-shadow-color: rgb(230 241 246 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-partial\/100{ + --tw-shadow-color: rgb(230 241 246 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/0{ + --tw-shadow-color: rgb(40 40 40 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/5{ + --tw-shadow-color: rgb(40 40 40 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/10{ + --tw-shadow-color: rgb(40 40 40 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/20{ + --tw-shadow-color: rgb(40 40 40 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/25{ + --tw-shadow-color: rgb(40 40 40 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/30{ + --tw-shadow-color: rgb(40 40 40 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/40{ + --tw-shadow-color: rgb(40 40 40 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/50{ + --tw-shadow-color: rgb(40 40 40 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/60{ + --tw-shadow-color: rgb(40 40 40 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/70{ + --tw-shadow-color: rgb(40 40 40 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/75{ + --tw-shadow-color: rgb(40 40 40 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/80{ + --tw-shadow-color: rgb(40 40 40 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/90{ + --tw-shadow-color: rgb(40 40 40 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/95{ + --tw-shadow-color: rgb(40 40 40 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-canceled\/100{ + --tw-shadow-color: rgb(40 40 40 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/0{ + --tw-shadow-color: rgb(254 245 231 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/5{ + --tw-shadow-color: rgb(254 245 231 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/10{ + --tw-shadow-color: rgb(254 245 231 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/20{ + --tw-shadow-color: rgb(254 245 231 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/25{ + --tw-shadow-color: rgb(254 245 231 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/30{ + --tw-shadow-color: rgb(254 245 231 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/40{ + --tw-shadow-color: rgb(254 245 231 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/50{ + --tw-shadow-color: rgb(254 245 231 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/60{ + --tw-shadow-color: rgb(254 245 231 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/70{ + --tw-shadow-color: rgb(254 245 231 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/75{ + --tw-shadow-color: rgb(254 245 231 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/80{ + --tw-shadow-color: rgb(254 245 231 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/90{ + --tw-shadow-color: rgb(254 245 231 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/95{ + --tw-shadow-color: rgb(254 245 231 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-status-warning\/100{ + --tw-shadow-color: rgb(254 245 231 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/0{ + --tw-shadow-color: rgb(99 145 74 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/5{ + --tw-shadow-color: rgb(99 145 74 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/10{ + --tw-shadow-color: rgb(99 145 74 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/20{ + --tw-shadow-color: rgb(99 145 74 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/25{ + --tw-shadow-color: rgb(99 145 74 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/30{ + --tw-shadow-color: rgb(99 145 74 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/40{ + --tw-shadow-color: rgb(99 145 74 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/50{ + --tw-shadow-color: rgb(99 145 74 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/60{ + --tw-shadow-color: rgb(99 145 74 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/70{ + --tw-shadow-color: rgb(99 145 74 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/75{ + --tw-shadow-color: rgb(99 145 74 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/80{ + --tw-shadow-color: rgb(99 145 74 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/90{ + --tw-shadow-color: rgb(99 145 74 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/95{ + --tw-shadow-color: rgb(99 145 74 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-success\/100{ + --tw-shadow-color: rgb(99 145 74 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/0{ + --tw-shadow-color: rgb(184 0 0 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/5{ + --tw-shadow-color: rgb(184 0 0 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/10{ + --tw-shadow-color: rgb(184 0 0 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/20{ + --tw-shadow-color: rgb(184 0 0 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/25{ + --tw-shadow-color: rgb(184 0 0 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/30{ + --tw-shadow-color: rgb(184 0 0 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/40{ + --tw-shadow-color: rgb(184 0 0 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/50{ + --tw-shadow-color: rgb(184 0 0 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/60{ + --tw-shadow-color: rgb(184 0 0 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/70{ + --tw-shadow-color: rgb(184 0 0 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/75{ + --tw-shadow-color: rgb(184 0 0 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/80{ + --tw-shadow-color: rgb(184 0 0 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/90{ + --tw-shadow-color: rgb(184 0 0 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/95{ + --tw-shadow-color: rgb(184 0 0 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-danger\/100{ + --tw-shadow-color: rgb(184 0 0 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/0{ + --tw-shadow-color: rgb(221 142 10 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/5{ + --tw-shadow-color: rgb(221 142 10 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/10{ + --tw-shadow-color: rgb(221 142 10 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/20{ + --tw-shadow-color: rgb(221 142 10 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/25{ + --tw-shadow-color: rgb(221 142 10 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/30{ + --tw-shadow-color: rgb(221 142 10 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/40{ + --tw-shadow-color: rgb(221 142 10 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/50{ + --tw-shadow-color: rgb(221 142 10 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/60{ + --tw-shadow-color: rgb(221 142 10 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/70{ + --tw-shadow-color: rgb(221 142 10 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/75{ + --tw-shadow-color: rgb(221 142 10 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/80{ + --tw-shadow-color: rgb(221 142 10 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/90{ + --tw-shadow-color: rgb(221 142 10 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/95{ + --tw-shadow-color: rgb(221 142 10 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-sent\/100{ + --tw-shadow-color: rgb(221 142 10 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/0{ + --tw-shadow-color: rgb(77 79 125 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/5{ + --tw-shadow-color: rgb(77 79 125 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/10{ + --tw-shadow-color: rgb(77 79 125 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/20{ + --tw-shadow-color: rgb(77 79 125 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/25{ + --tw-shadow-color: rgb(77 79 125 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/30{ + --tw-shadow-color: rgb(77 79 125 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/40{ + --tw-shadow-color: rgb(77 79 125 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/50{ + --tw-shadow-color: rgb(77 79 125 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/60{ + --tw-shadow-color: rgb(77 79 125 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/70{ + --tw-shadow-color: rgb(77 79 125 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/75{ + --tw-shadow-color: rgb(77 79 125 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/80{ + --tw-shadow-color: rgb(77 79 125 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/90{ + --tw-shadow-color: rgb(77 79 125 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/95{ + --tw-shadow-color: rgb(77 79 125 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-viewed\/100{ + --tw-shadow-color: rgb(77 79 125 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/0{ + --tw-shadow-color: rgb(59 59 59 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/5{ + --tw-shadow-color: rgb(59 59 59 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/10{ + --tw-shadow-color: rgb(59 59 59 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/20{ + --tw-shadow-color: rgb(59 59 59 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/25{ + --tw-shadow-color: rgb(59 59 59 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/30{ + --tw-shadow-color: rgb(59 59 59 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/40{ + --tw-shadow-color: rgb(59 59 59 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/50{ + --tw-shadow-color: rgb(59 59 59 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/60{ + --tw-shadow-color: rgb(59 59 59 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/70{ + --tw-shadow-color: rgb(59 59 59 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/75{ + --tw-shadow-color: rgb(59 59 59 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/80{ + --tw-shadow-color: rgb(59 59 59 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/90{ + --tw-shadow-color: rgb(59 59 59 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/95{ + --tw-shadow-color: rgb(59 59 59 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-draft\/100{ + --tw-shadow-color: rgb(59 59 59 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/0{ + --tw-shadow-color: rgb(0 99 149 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/5{ + --tw-shadow-color: rgb(0 99 149 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/10{ + --tw-shadow-color: rgb(0 99 149 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/20{ + --tw-shadow-color: rgb(0 99 149 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/25{ + --tw-shadow-color: rgb(0 99 149 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/30{ + --tw-shadow-color: rgb(0 99 149 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/40{ + --tw-shadow-color: rgb(0 99 149 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/50{ + --tw-shadow-color: rgb(0 99 149 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/60{ + --tw-shadow-color: rgb(0 99 149 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/70{ + --tw-shadow-color: rgb(0 99 149 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/75{ + --tw-shadow-color: rgb(0 99 149 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/80{ + --tw-shadow-color: rgb(0 99 149 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/90{ + --tw-shadow-color: rgb(0 99 149 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/95{ + --tw-shadow-color: rgb(0 99 149 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-partial\/100{ + --tw-shadow-color: rgb(0 99 149 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/0{ + --tw-shadow-color: rgb(255 255 255 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/5{ + --tw-shadow-color: rgb(255 255 255 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/10{ + --tw-shadow-color: rgb(255 255 255 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/20{ + --tw-shadow-color: rgb(255 255 255 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/25{ + --tw-shadow-color: rgb(255 255 255 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/30{ + --tw-shadow-color: rgb(255 255 255 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/40{ + --tw-shadow-color: rgb(255 255 255 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/50{ + --tw-shadow-color: rgb(255 255 255 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/60{ + --tw-shadow-color: rgb(255 255 255 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/70{ + --tw-shadow-color: rgb(255 255 255 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/75{ + --tw-shadow-color: rgb(255 255 255 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/80{ + --tw-shadow-color: rgb(255 255 255 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/90{ + --tw-shadow-color: rgb(255 255 255 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/95{ + --tw-shadow-color: rgb(255 255 255 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-canceled\/100{ + --tw-shadow-color: rgb(255 255 255 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/0{ + --tw-shadow-color: rgb(184 119 8 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/5{ + --tw-shadow-color: rgb(184 119 8 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/10{ + --tw-shadow-color: rgb(184 119 8 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/20{ + --tw-shadow-color: rgb(184 119 8 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/25{ + --tw-shadow-color: rgb(184 119 8 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/30{ + --tw-shadow-color: rgb(184 119 8 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/40{ + --tw-shadow-color: rgb(184 119 8 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/50{ + --tw-shadow-color: rgb(184 119 8 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/60{ + --tw-shadow-color: rgb(184 119 8 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/70{ + --tw-shadow-color: rgb(184 119 8 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/75{ + --tw-shadow-color: rgb(184 119 8 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/80{ + --tw-shadow-color: rgb(184 119 8 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/90{ + --tw-shadow-color: rgb(184 119 8 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/95{ + --tw-shadow-color: rgb(184 119 8 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-text-status-warning\/100{ + --tw-shadow-color: rgb(184 119 8 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/0{ + --tw-shadow-color: rgb(252 252 252 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/5{ + --tw-shadow-color: rgb(252 252 252 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/10{ + --tw-shadow-color: rgb(252 252 252 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/20{ + --tw-shadow-color: rgb(252 252 252 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/25{ + --tw-shadow-color: rgb(252 252 252 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/30{ + --tw-shadow-color: rgb(252 252 252 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/40{ + --tw-shadow-color: rgb(252 252 252 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/50{ + --tw-shadow-color: rgb(252 252 252 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/60{ + --tw-shadow-color: rgb(252 252 252 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/70{ + --tw-shadow-color: rgb(252 252 252 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/75{ + --tw-shadow-color: rgb(252 252 252 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/80{ + --tw-shadow-color: rgb(252 252 252 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/90{ + --tw-shadow-color: rgb(252 252 252 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/95{ + --tw-shadow-color: rgb(252 252 252 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-body\/100{ + --tw-shadow-color: rgb(252 252 252 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/0{ + --tw-shadow-color: rgb(199 201 217 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/5{ + --tw-shadow-color: rgb(199 201 217 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/10{ + --tw-shadow-color: rgb(199 201 217 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/20{ + --tw-shadow-color: rgb(199 201 217 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/25{ + --tw-shadow-color: rgb(199 201 217 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/30{ + --tw-shadow-color: rgb(199 201 217 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/40{ + --tw-shadow-color: rgb(199 201 217 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/50{ + --tw-shadow-color: rgb(199 201 217 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/60{ + --tw-shadow-color: rgb(199 201 217 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/70{ + --tw-shadow-color: rgb(199 201 217 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/75{ + --tw-shadow-color: rgb(199 201 217 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/80{ + --tw-shadow-color: rgb(199 201 217 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/90{ + --tw-shadow-color: rgb(199 201 217 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/95{ + --tw-shadow-color: rgb(199 201 217 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-light-gray\/100{ + --tw-shadow-color: rgb(199 201 217 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/0{ + --tw-shadow-color: rgb(21 40 75 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/5{ + --tw-shadow-color: rgb(21 40 75 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/10{ + --tw-shadow-color: rgb(21 40 75 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/20{ + --tw-shadow-color: rgb(21 40 75 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/25{ + --tw-shadow-color: rgb(21 40 75 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/30{ + --tw-shadow-color: rgb(21 40 75 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/40{ + --tw-shadow-color: rgb(21 40 75 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/50{ + --tw-shadow-color: rgb(21 40 75 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/60{ + --tw-shadow-color: rgb(21 40 75 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/70{ + --tw-shadow-color: rgb(21 40 75 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/75{ + --tw-shadow-color: rgb(21 40 75 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/80{ + --tw-shadow-color: rgb(21 40 75 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/90{ + --tw-shadow-color: rgb(21 40 75 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/95{ + --tw-shadow-color: rgb(21 40 75 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-dark-blue\/100{ + --tw-shadow-color: rgb(21 40 75 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/0{ + --tw-shadow-color: rgb(242 242 245 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/5{ + --tw-shadow-color: rgb(242 242 245 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/10{ + --tw-shadow-color: rgb(242 242 245 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/20{ + --tw-shadow-color: rgb(242 242 245 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/25{ + --tw-shadow-color: rgb(242 242 245 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/30{ + --tw-shadow-color: rgb(242 242 245 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/40{ + --tw-shadow-color: rgb(242 242 245 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/50{ + --tw-shadow-color: rgb(242 242 245 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/60{ + --tw-shadow-color: rgb(242 242 245 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/70{ + --tw-shadow-color: rgb(242 242 245 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/75{ + --tw-shadow-color: rgb(242 242 245 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/80{ + --tw-shadow-color: rgb(242 242 245 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/90{ + --tw-shadow-color: rgb(242 242 245 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/95{ + --tw-shadow-color: rgb(242 242 245 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-lighter-gray\/100{ + --tw-shadow-color: rgb(242 242 245 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/0{ + --tw-shadow-color: rgb(242 244 252 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/5{ + --tw-shadow-color: rgb(242 244 252 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/10{ + --tw-shadow-color: rgb(242 244 252 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/20{ + --tw-shadow-color: rgb(242 244 252 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/25{ + --tw-shadow-color: rgb(242 244 252 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/30{ + --tw-shadow-color: rgb(242 244 252 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/40{ + --tw-shadow-color: rgb(242 244 252 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/50{ + --tw-shadow-color: rgb(242 244 252 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/60{ + --tw-shadow-color: rgb(242 244 252 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/70{ + --tw-shadow-color: rgb(242 244 252 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/75{ + --tw-shadow-color: rgb(242 244 252 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/80{ + --tw-shadow-color: rgb(242 244 252 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/90{ + --tw-shadow-color: rgb(242 244 252 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/95{ + --tw-shadow-color: rgb(242 244 252 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-purple-lighter\/100{ + --tw-shadow-color: rgb(242 244 252 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/0{ + --tw-shadow-color: rgb(0 0 0 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/5{ + --tw-shadow-color: rgb(0 0 0 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/10{ + --tw-shadow-color: rgb(0 0 0 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/20{ + --tw-shadow-color: rgb(0 0 0 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/25{ + --tw-shadow-color: rgb(0 0 0 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/30{ + --tw-shadow-color: rgb(0 0 0 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/40{ + --tw-shadow-color: rgb(0 0 0 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/50{ + --tw-shadow-color: rgb(0 0 0 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/60{ + --tw-shadow-color: rgb(0 0 0 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/70{ + --tw-shadow-color: rgb(0 0 0 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/75{ + --tw-shadow-color: rgb(0 0 0 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/80{ + --tw-shadow-color: rgb(0 0 0 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/90{ + --tw-shadow-color: rgb(0 0 0 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/95{ + --tw-shadow-color: rgb(0 0 0 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-modal-background\/100{ + --tw-shadow-color: rgb(0 0 0 / 1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/0{ + --tw-shadow-color: rgb(147 95 7 / 0); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/5{ + --tw-shadow-color: rgb(147 95 7 / 0.05); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/10{ + --tw-shadow-color: rgb(147 95 7 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/20{ + --tw-shadow-color: rgb(147 95 7 / 0.2); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/25{ + --tw-shadow-color: rgb(147 95 7 / 0.25); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/30{ + --tw-shadow-color: rgb(147 95 7 / 0.3); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/40{ + --tw-shadow-color: rgb(147 95 7 / 0.4); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/50{ + --tw-shadow-color: rgb(147 95 7 / 0.5); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/60{ + --tw-shadow-color: rgb(147 95 7 / 0.6); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/70{ + --tw-shadow-color: rgb(147 95 7 / 0.7); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/75{ + --tw-shadow-color: rgb(147 95 7 / 0.75); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/80{ + --tw-shadow-color: rgb(147 95 7 / 0.8); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/90{ + --tw-shadow-color: rgb(147 95 7 / 0.9); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/95{ + --tw-shadow-color: rgb(147 95 7 / 0.95); + --tw-shadow: var(--tw-shadow-colored); +} +.shadow-testing\/100{ + --tw-shadow-color: rgb(147 95 7 / 1); + --tw-shadow: var(--tw-shadow-colored); +} .outline-none{ outline: 2px solid transparent; outline-offset: 2px; @@ -43854,6 +362648,12066 @@ input[type="date"]::-webkit-inner-spin-button, .outline-testing{ outline-color: #935f07; } +.outline-transparent\/0{ + outline-color: rgb(0 0 0 / 0); +} +.outline-transparent\/5{ + outline-color: rgb(0 0 0 / 0.05); +} +.outline-transparent\/10{ + outline-color: rgb(0 0 0 / 0.1); +} +.outline-transparent\/20{ + outline-color: rgb(0 0 0 / 0.2); +} +.outline-transparent\/25{ + outline-color: rgb(0 0 0 / 0.25); +} +.outline-transparent\/30{ + outline-color: rgb(0 0 0 / 0.3); +} +.outline-transparent\/40{ + outline-color: rgb(0 0 0 / 0.4); +} +.outline-transparent\/50{ + outline-color: rgb(0 0 0 / 0.5); +} +.outline-transparent\/60{ + outline-color: rgb(0 0 0 / 0.6); +} +.outline-transparent\/70{ + outline-color: rgb(0 0 0 / 0.7); +} +.outline-transparent\/75{ + outline-color: rgb(0 0 0 / 0.75); +} +.outline-transparent\/80{ + outline-color: rgb(0 0 0 / 0.8); +} +.outline-transparent\/90{ + outline-color: rgb(0 0 0 / 0.9); +} +.outline-transparent\/95{ + outline-color: rgb(0 0 0 / 0.95); +} +.outline-transparent\/100{ + outline-color: rgb(0 0 0 / 1); +} +.outline-black-50\/0{ + outline-color: rgb(246 246 246 / 0); +} +.outline-black-50\/5{ + outline-color: rgb(246 246 246 / 0.05); +} +.outline-black-50\/10{ + outline-color: rgb(246 246 246 / 0.1); +} +.outline-black-50\/20{ + outline-color: rgb(246 246 246 / 0.2); +} +.outline-black-50\/25{ + outline-color: rgb(246 246 246 / 0.25); +} +.outline-black-50\/30{ + outline-color: rgb(246 246 246 / 0.3); +} +.outline-black-50\/40{ + outline-color: rgb(246 246 246 / 0.4); +} +.outline-black-50\/50{ + outline-color: rgb(246 246 246 / 0.5); +} +.outline-black-50\/60{ + outline-color: rgb(246 246 246 / 0.6); +} +.outline-black-50\/70{ + outline-color: rgb(246 246 246 / 0.7); +} +.outline-black-50\/75{ + outline-color: rgb(246 246 246 / 0.75); +} +.outline-black-50\/80{ + outline-color: rgb(246 246 246 / 0.8); +} +.outline-black-50\/90{ + outline-color: rgb(246 246 246 / 0.9); +} +.outline-black-50\/95{ + outline-color: rgb(246 246 246 / 0.95); +} +.outline-black-50\/100{ + outline-color: rgb(246 246 246 / 1); +} +.outline-black-100\/0{ + outline-color: rgb(236 236 236 / 0); +} +.outline-black-100\/5{ + outline-color: rgb(236 236 236 / 0.05); +} +.outline-black-100\/10{ + outline-color: rgb(236 236 236 / 0.1); +} +.outline-black-100\/20{ + outline-color: rgb(236 236 236 / 0.2); +} +.outline-black-100\/25{ + outline-color: rgb(236 236 236 / 0.25); +} +.outline-black-100\/30{ + outline-color: rgb(236 236 236 / 0.3); +} +.outline-black-100\/40{ + outline-color: rgb(236 236 236 / 0.4); +} +.outline-black-100\/50{ + outline-color: rgb(236 236 236 / 0.5); +} +.outline-black-100\/60{ + outline-color: rgb(236 236 236 / 0.6); +} +.outline-black-100\/70{ + outline-color: rgb(236 236 236 / 0.7); +} +.outline-black-100\/75{ + outline-color: rgb(236 236 236 / 0.75); +} +.outline-black-100\/80{ + outline-color: rgb(236 236 236 / 0.8); +} +.outline-black-100\/90{ + outline-color: rgb(236 236 236 / 0.9); +} +.outline-black-100\/95{ + outline-color: rgb(236 236 236 / 0.95); +} +.outline-black-100\/100{ + outline-color: rgb(236 236 236 / 1); +} +.outline-black-200\/0{ + outline-color: rgb(208 208 208 / 0); +} +.outline-black-200\/5{ + outline-color: rgb(208 208 208 / 0.05); +} +.outline-black-200\/10{ + outline-color: rgb(208 208 208 / 0.1); +} +.outline-black-200\/20{ + outline-color: rgb(208 208 208 / 0.2); +} +.outline-black-200\/25{ + outline-color: rgb(208 208 208 / 0.25); +} +.outline-black-200\/30{ + outline-color: rgb(208 208 208 / 0.3); +} +.outline-black-200\/40{ + outline-color: rgb(208 208 208 / 0.4); +} +.outline-black-200\/50{ + outline-color: rgb(208 208 208 / 0.5); +} +.outline-black-200\/60{ + outline-color: rgb(208 208 208 / 0.6); +} +.outline-black-200\/70{ + outline-color: rgb(208 208 208 / 0.7); +} +.outline-black-200\/75{ + outline-color: rgb(208 208 208 / 0.75); +} +.outline-black-200\/80{ + outline-color: rgb(208 208 208 / 0.8); +} +.outline-black-200\/90{ + outline-color: rgb(208 208 208 / 0.9); +} +.outline-black-200\/95{ + outline-color: rgb(208 208 208 / 0.95); +} +.outline-black-200\/100{ + outline-color: rgb(208 208 208 / 1); +} +.outline-black-300\/0{ + outline-color: rgb(179 179 179 / 0); +} +.outline-black-300\/5{ + outline-color: rgb(179 179 179 / 0.05); +} +.outline-black-300\/10{ + outline-color: rgb(179 179 179 / 0.1); +} +.outline-black-300\/20{ + outline-color: rgb(179 179 179 / 0.2); +} +.outline-black-300\/25{ + outline-color: rgb(179 179 179 / 0.25); +} +.outline-black-300\/30{ + outline-color: rgb(179 179 179 / 0.3); +} +.outline-black-300\/40{ + outline-color: rgb(179 179 179 / 0.4); +} +.outline-black-300\/50{ + outline-color: rgb(179 179 179 / 0.5); +} +.outline-black-300\/60{ + outline-color: rgb(179 179 179 / 0.6); +} +.outline-black-300\/70{ + outline-color: rgb(179 179 179 / 0.7); +} +.outline-black-300\/75{ + outline-color: rgb(179 179 179 / 0.75); +} +.outline-black-300\/80{ + outline-color: rgb(179 179 179 / 0.8); +} +.outline-black-300\/90{ + outline-color: rgb(179 179 179 / 0.9); +} +.outline-black-300\/95{ + outline-color: rgb(179 179 179 / 0.95); +} +.outline-black-300\/100{ + outline-color: rgb(179 179 179 / 1); +} +.outline-black-400\/0{ + outline-color: rgb(123 123 123 / 0); +} +.outline-black-400\/5{ + outline-color: rgb(123 123 123 / 0.05); +} +.outline-black-400\/10{ + outline-color: rgb(123 123 123 / 0.1); +} +.outline-black-400\/20{ + outline-color: rgb(123 123 123 / 0.2); +} +.outline-black-400\/25{ + outline-color: rgb(123 123 123 / 0.25); +} +.outline-black-400\/30{ + outline-color: rgb(123 123 123 / 0.3); +} +.outline-black-400\/40{ + outline-color: rgb(123 123 123 / 0.4); +} +.outline-black-400\/50{ + outline-color: rgb(123 123 123 / 0.5); +} +.outline-black-400\/60{ + outline-color: rgb(123 123 123 / 0.6); +} +.outline-black-400\/70{ + outline-color: rgb(123 123 123 / 0.7); +} +.outline-black-400\/75{ + outline-color: rgb(123 123 123 / 0.75); +} +.outline-black-400\/80{ + outline-color: rgb(123 123 123 / 0.8); +} +.outline-black-400\/90{ + outline-color: rgb(123 123 123 / 0.9); +} +.outline-black-400\/95{ + outline-color: rgb(123 123 123 / 0.95); +} +.outline-black-400\/100{ + outline-color: rgb(123 123 123 / 1); +} +.outline-black-500\/0{ + outline-color: rgb(66 66 66 / 0); +} +.outline-black-500\/5{ + outline-color: rgb(66 66 66 / 0.05); +} +.outline-black-500\/10{ + outline-color: rgb(66 66 66 / 0.1); +} +.outline-black-500\/20{ + outline-color: rgb(66 66 66 / 0.2); +} +.outline-black-500\/25{ + outline-color: rgb(66 66 66 / 0.25); +} +.outline-black-500\/30{ + outline-color: rgb(66 66 66 / 0.3); +} +.outline-black-500\/40{ + outline-color: rgb(66 66 66 / 0.4); +} +.outline-black-500\/50{ + outline-color: rgb(66 66 66 / 0.5); +} +.outline-black-500\/60{ + outline-color: rgb(66 66 66 / 0.6); +} +.outline-black-500\/70{ + outline-color: rgb(66 66 66 / 0.7); +} +.outline-black-500\/75{ + outline-color: rgb(66 66 66 / 0.75); +} +.outline-black-500\/80{ + outline-color: rgb(66 66 66 / 0.8); +} +.outline-black-500\/90{ + outline-color: rgb(66 66 66 / 0.9); +} +.outline-black-500\/95{ + outline-color: rgb(66 66 66 / 0.95); +} +.outline-black-500\/100{ + outline-color: rgb(66 66 66 / 1); +} +.outline-black-600\/0{ + outline-color: rgb(59 59 59 / 0); +} +.outline-black-600\/5{ + outline-color: rgb(59 59 59 / 0.05); +} +.outline-black-600\/10{ + outline-color: rgb(59 59 59 / 0.1); +} +.outline-black-600\/20{ + outline-color: rgb(59 59 59 / 0.2); +} +.outline-black-600\/25{ + outline-color: rgb(59 59 59 / 0.25); +} +.outline-black-600\/30{ + outline-color: rgb(59 59 59 / 0.3); +} +.outline-black-600\/40{ + outline-color: rgb(59 59 59 / 0.4); +} +.outline-black-600\/50{ + outline-color: rgb(59 59 59 / 0.5); +} +.outline-black-600\/60{ + outline-color: rgb(59 59 59 / 0.6); +} +.outline-black-600\/70{ + outline-color: rgb(59 59 59 / 0.7); +} +.outline-black-600\/75{ + outline-color: rgb(59 59 59 / 0.75); +} +.outline-black-600\/80{ + outline-color: rgb(59 59 59 / 0.8); +} +.outline-black-600\/90{ + outline-color: rgb(59 59 59 / 0.9); +} +.outline-black-600\/95{ + outline-color: rgb(59 59 59 / 0.95); +} +.outline-black-600\/100{ + outline-color: rgb(59 59 59 / 1); +} +.outline-black-700\/0{ + outline-color: rgb(50 50 50 / 0); +} +.outline-black-700\/5{ + outline-color: rgb(50 50 50 / 0.05); +} +.outline-black-700\/10{ + outline-color: rgb(50 50 50 / 0.1); +} +.outline-black-700\/20{ + outline-color: rgb(50 50 50 / 0.2); +} +.outline-black-700\/25{ + outline-color: rgb(50 50 50 / 0.25); +} +.outline-black-700\/30{ + outline-color: rgb(50 50 50 / 0.3); +} +.outline-black-700\/40{ + outline-color: rgb(50 50 50 / 0.4); +} +.outline-black-700\/50{ + outline-color: rgb(50 50 50 / 0.5); +} +.outline-black-700\/60{ + outline-color: rgb(50 50 50 / 0.6); +} +.outline-black-700\/70{ + outline-color: rgb(50 50 50 / 0.7); +} +.outline-black-700\/75{ + outline-color: rgb(50 50 50 / 0.75); +} +.outline-black-700\/80{ + outline-color: rgb(50 50 50 / 0.8); +} +.outline-black-700\/90{ + outline-color: rgb(50 50 50 / 0.9); +} +.outline-black-700\/95{ + outline-color: rgb(50 50 50 / 0.95); +} +.outline-black-700\/100{ + outline-color: rgb(50 50 50 / 1); +} +.outline-black-800\/0{ + outline-color: rgb(40 40 40 / 0); +} +.outline-black-800\/5{ + outline-color: rgb(40 40 40 / 0.05); +} +.outline-black-800\/10{ + outline-color: rgb(40 40 40 / 0.1); +} +.outline-black-800\/20{ + outline-color: rgb(40 40 40 / 0.2); +} +.outline-black-800\/25{ + outline-color: rgb(40 40 40 / 0.25); +} +.outline-black-800\/30{ + outline-color: rgb(40 40 40 / 0.3); +} +.outline-black-800\/40{ + outline-color: rgb(40 40 40 / 0.4); +} +.outline-black-800\/50{ + outline-color: rgb(40 40 40 / 0.5); +} +.outline-black-800\/60{ + outline-color: rgb(40 40 40 / 0.6); +} +.outline-black-800\/70{ + outline-color: rgb(40 40 40 / 0.7); +} +.outline-black-800\/75{ + outline-color: rgb(40 40 40 / 0.75); +} +.outline-black-800\/80{ + outline-color: rgb(40 40 40 / 0.8); +} +.outline-black-800\/90{ + outline-color: rgb(40 40 40 / 0.9); +} +.outline-black-800\/95{ + outline-color: rgb(40 40 40 / 0.95); +} +.outline-black-800\/100{ + outline-color: rgb(40 40 40 / 1); +} +.outline-black-900\/0{ + outline-color: rgb(32 32 32 / 0); +} +.outline-black-900\/5{ + outline-color: rgb(32 32 32 / 0.05); +} +.outline-black-900\/10{ + outline-color: rgb(32 32 32 / 0.1); +} +.outline-black-900\/20{ + outline-color: rgb(32 32 32 / 0.2); +} +.outline-black-900\/25{ + outline-color: rgb(32 32 32 / 0.25); +} +.outline-black-900\/30{ + outline-color: rgb(32 32 32 / 0.3); +} +.outline-black-900\/40{ + outline-color: rgb(32 32 32 / 0.4); +} +.outline-black-900\/50{ + outline-color: rgb(32 32 32 / 0.5); +} +.outline-black-900\/60{ + outline-color: rgb(32 32 32 / 0.6); +} +.outline-black-900\/70{ + outline-color: rgb(32 32 32 / 0.7); +} +.outline-black-900\/75{ + outline-color: rgb(32 32 32 / 0.75); +} +.outline-black-900\/80{ + outline-color: rgb(32 32 32 / 0.8); +} +.outline-black-900\/90{ + outline-color: rgb(32 32 32 / 0.9); +} +.outline-black-900\/95{ + outline-color: rgb(32 32 32 / 0.95); +} +.outline-black-900\/100{ + outline-color: rgb(32 32 32 / 1); +} +.outline-black\/0{ + outline-color: rgb(66 66 66 / 0); +} +.outline-black\/5{ + outline-color: rgb(66 66 66 / 0.05); +} +.outline-black\/10{ + outline-color: rgb(66 66 66 / 0.1); +} +.outline-black\/20{ + outline-color: rgb(66 66 66 / 0.2); +} +.outline-black\/25{ + outline-color: rgb(66 66 66 / 0.25); +} +.outline-black\/30{ + outline-color: rgb(66 66 66 / 0.3); +} +.outline-black\/40{ + outline-color: rgb(66 66 66 / 0.4); +} +.outline-black\/50{ + outline-color: rgb(66 66 66 / 0.5); +} +.outline-black\/60{ + outline-color: rgb(66 66 66 / 0.6); +} +.outline-black\/70{ + outline-color: rgb(66 66 66 / 0.7); +} +.outline-black\/75{ + outline-color: rgb(66 66 66 / 0.75); +} +.outline-black\/80{ + outline-color: rgb(66 66 66 / 0.8); +} +.outline-black\/90{ + outline-color: rgb(66 66 66 / 0.9); +} +.outline-black\/95{ + outline-color: rgb(66 66 66 / 0.95); +} +.outline-black\/100{ + outline-color: rgb(66 66 66 / 1); +} +.outline-white\/0{ + outline-color: rgb(255 255 255 / 0); +} +.outline-white\/5{ + outline-color: rgb(255 255 255 / 0.05); +} +.outline-white\/10{ + outline-color: rgb(255 255 255 / 0.1); +} +.outline-white\/20{ + outline-color: rgb(255 255 255 / 0.2); +} +.outline-white\/25{ + outline-color: rgb(255 255 255 / 0.25); +} +.outline-white\/30{ + outline-color: rgb(255 255 255 / 0.3); +} +.outline-white\/40{ + outline-color: rgb(255 255 255 / 0.4); +} +.outline-white\/50{ + outline-color: rgb(255 255 255 / 0.5); +} +.outline-white\/60{ + outline-color: rgb(255 255 255 / 0.6); +} +.outline-white\/70{ + outline-color: rgb(255 255 255 / 0.7); +} +.outline-white\/75{ + outline-color: rgb(255 255 255 / 0.75); +} +.outline-white\/80{ + outline-color: rgb(255 255 255 / 0.8); +} +.outline-white\/90{ + outline-color: rgb(255 255 255 / 0.9); +} +.outline-white\/95{ + outline-color: rgb(255 255 255 / 0.95); +} +.outline-white\/100{ + outline-color: rgb(255 255 255 / 1); +} +.outline-slate-50\/0{ + outline-color: rgb(248 250 252 / 0); +} +.outline-slate-50\/5{ + outline-color: rgb(248 250 252 / 0.05); +} +.outline-slate-50\/10{ + outline-color: rgb(248 250 252 / 0.1); +} +.outline-slate-50\/20{ + outline-color: rgb(248 250 252 / 0.2); +} +.outline-slate-50\/25{ + outline-color: rgb(248 250 252 / 0.25); +} +.outline-slate-50\/30{ + outline-color: rgb(248 250 252 / 0.3); +} +.outline-slate-50\/40{ + outline-color: rgb(248 250 252 / 0.4); +} +.outline-slate-50\/50{ + outline-color: rgb(248 250 252 / 0.5); +} +.outline-slate-50\/60{ + outline-color: rgb(248 250 252 / 0.6); +} +.outline-slate-50\/70{ + outline-color: rgb(248 250 252 / 0.7); +} +.outline-slate-50\/75{ + outline-color: rgb(248 250 252 / 0.75); +} +.outline-slate-50\/80{ + outline-color: rgb(248 250 252 / 0.8); +} +.outline-slate-50\/90{ + outline-color: rgb(248 250 252 / 0.9); +} +.outline-slate-50\/95{ + outline-color: rgb(248 250 252 / 0.95); +} +.outline-slate-50\/100{ + outline-color: rgb(248 250 252 / 1); +} +.outline-slate-100\/0{ + outline-color: rgb(241 245 249 / 0); +} +.outline-slate-100\/5{ + outline-color: rgb(241 245 249 / 0.05); +} +.outline-slate-100\/10{ + outline-color: rgb(241 245 249 / 0.1); +} +.outline-slate-100\/20{ + outline-color: rgb(241 245 249 / 0.2); +} +.outline-slate-100\/25{ + outline-color: rgb(241 245 249 / 0.25); +} +.outline-slate-100\/30{ + outline-color: rgb(241 245 249 / 0.3); +} +.outline-slate-100\/40{ + outline-color: rgb(241 245 249 / 0.4); +} +.outline-slate-100\/50{ + outline-color: rgb(241 245 249 / 0.5); +} +.outline-slate-100\/60{ + outline-color: rgb(241 245 249 / 0.6); +} +.outline-slate-100\/70{ + outline-color: rgb(241 245 249 / 0.7); +} +.outline-slate-100\/75{ + outline-color: rgb(241 245 249 / 0.75); +} +.outline-slate-100\/80{ + outline-color: rgb(241 245 249 / 0.8); +} +.outline-slate-100\/90{ + outline-color: rgb(241 245 249 / 0.9); +} +.outline-slate-100\/95{ + outline-color: rgb(241 245 249 / 0.95); +} +.outline-slate-100\/100{ + outline-color: rgb(241 245 249 / 1); +} +.outline-slate-200\/0{ + outline-color: rgb(226 232 240 / 0); +} +.outline-slate-200\/5{ + outline-color: rgb(226 232 240 / 0.05); +} +.outline-slate-200\/10{ + outline-color: rgb(226 232 240 / 0.1); +} +.outline-slate-200\/20{ + outline-color: rgb(226 232 240 / 0.2); +} +.outline-slate-200\/25{ + outline-color: rgb(226 232 240 / 0.25); +} +.outline-slate-200\/30{ + outline-color: rgb(226 232 240 / 0.3); +} +.outline-slate-200\/40{ + outline-color: rgb(226 232 240 / 0.4); +} +.outline-slate-200\/50{ + outline-color: rgb(226 232 240 / 0.5); +} +.outline-slate-200\/60{ + outline-color: rgb(226 232 240 / 0.6); +} +.outline-slate-200\/70{ + outline-color: rgb(226 232 240 / 0.7); +} +.outline-slate-200\/75{ + outline-color: rgb(226 232 240 / 0.75); +} +.outline-slate-200\/80{ + outline-color: rgb(226 232 240 / 0.8); +} +.outline-slate-200\/90{ + outline-color: rgb(226 232 240 / 0.9); +} +.outline-slate-200\/95{ + outline-color: rgb(226 232 240 / 0.95); +} +.outline-slate-200\/100{ + outline-color: rgb(226 232 240 / 1); +} +.outline-slate-300\/0{ + outline-color: rgb(203 213 225 / 0); +} +.outline-slate-300\/5{ + outline-color: rgb(203 213 225 / 0.05); +} +.outline-slate-300\/10{ + outline-color: rgb(203 213 225 / 0.1); +} +.outline-slate-300\/20{ + outline-color: rgb(203 213 225 / 0.2); +} +.outline-slate-300\/25{ + outline-color: rgb(203 213 225 / 0.25); +} +.outline-slate-300\/30{ + outline-color: rgb(203 213 225 / 0.3); +} +.outline-slate-300\/40{ + outline-color: rgb(203 213 225 / 0.4); +} +.outline-slate-300\/50{ + outline-color: rgb(203 213 225 / 0.5); +} +.outline-slate-300\/60{ + outline-color: rgb(203 213 225 / 0.6); +} +.outline-slate-300\/70{ + outline-color: rgb(203 213 225 / 0.7); +} +.outline-slate-300\/75{ + outline-color: rgb(203 213 225 / 0.75); +} +.outline-slate-300\/80{ + outline-color: rgb(203 213 225 / 0.8); +} +.outline-slate-300\/90{ + outline-color: rgb(203 213 225 / 0.9); +} +.outline-slate-300\/95{ + outline-color: rgb(203 213 225 / 0.95); +} +.outline-slate-300\/100{ + outline-color: rgb(203 213 225 / 1); +} +.outline-slate-400\/0{ + outline-color: rgb(148 163 184 / 0); +} +.outline-slate-400\/5{ + outline-color: rgb(148 163 184 / 0.05); +} +.outline-slate-400\/10{ + outline-color: rgb(148 163 184 / 0.1); +} +.outline-slate-400\/20{ + outline-color: rgb(148 163 184 / 0.2); +} +.outline-slate-400\/25{ + outline-color: rgb(148 163 184 / 0.25); +} +.outline-slate-400\/30{ + outline-color: rgb(148 163 184 / 0.3); +} +.outline-slate-400\/40{ + outline-color: rgb(148 163 184 / 0.4); +} +.outline-slate-400\/50{ + outline-color: rgb(148 163 184 / 0.5); +} +.outline-slate-400\/60{ + outline-color: rgb(148 163 184 / 0.6); +} +.outline-slate-400\/70{ + outline-color: rgb(148 163 184 / 0.7); +} +.outline-slate-400\/75{ + outline-color: rgb(148 163 184 / 0.75); +} +.outline-slate-400\/80{ + outline-color: rgb(148 163 184 / 0.8); +} +.outline-slate-400\/90{ + outline-color: rgb(148 163 184 / 0.9); +} +.outline-slate-400\/95{ + outline-color: rgb(148 163 184 / 0.95); +} +.outline-slate-400\/100{ + outline-color: rgb(148 163 184 / 1); +} +.outline-slate-500\/0{ + outline-color: rgb(100 116 139 / 0); +} +.outline-slate-500\/5{ + outline-color: rgb(100 116 139 / 0.05); +} +.outline-slate-500\/10{ + outline-color: rgb(100 116 139 / 0.1); +} +.outline-slate-500\/20{ + outline-color: rgb(100 116 139 / 0.2); +} +.outline-slate-500\/25{ + outline-color: rgb(100 116 139 / 0.25); +} +.outline-slate-500\/30{ + outline-color: rgb(100 116 139 / 0.3); +} +.outline-slate-500\/40{ + outline-color: rgb(100 116 139 / 0.4); +} +.outline-slate-500\/50{ + outline-color: rgb(100 116 139 / 0.5); +} +.outline-slate-500\/60{ + outline-color: rgb(100 116 139 / 0.6); +} +.outline-slate-500\/70{ + outline-color: rgb(100 116 139 / 0.7); +} +.outline-slate-500\/75{ + outline-color: rgb(100 116 139 / 0.75); +} +.outline-slate-500\/80{ + outline-color: rgb(100 116 139 / 0.8); +} +.outline-slate-500\/90{ + outline-color: rgb(100 116 139 / 0.9); +} +.outline-slate-500\/95{ + outline-color: rgb(100 116 139 / 0.95); +} +.outline-slate-500\/100{ + outline-color: rgb(100 116 139 / 1); +} +.outline-slate-600\/0{ + outline-color: rgb(71 85 105 / 0); +} +.outline-slate-600\/5{ + outline-color: rgb(71 85 105 / 0.05); +} +.outline-slate-600\/10{ + outline-color: rgb(71 85 105 / 0.1); +} +.outline-slate-600\/20{ + outline-color: rgb(71 85 105 / 0.2); +} +.outline-slate-600\/25{ + outline-color: rgb(71 85 105 / 0.25); +} +.outline-slate-600\/30{ + outline-color: rgb(71 85 105 / 0.3); +} +.outline-slate-600\/40{ + outline-color: rgb(71 85 105 / 0.4); +} +.outline-slate-600\/50{ + outline-color: rgb(71 85 105 / 0.5); +} +.outline-slate-600\/60{ + outline-color: rgb(71 85 105 / 0.6); +} +.outline-slate-600\/70{ + outline-color: rgb(71 85 105 / 0.7); +} +.outline-slate-600\/75{ + outline-color: rgb(71 85 105 / 0.75); +} +.outline-slate-600\/80{ + outline-color: rgb(71 85 105 / 0.8); +} +.outline-slate-600\/90{ + outline-color: rgb(71 85 105 / 0.9); +} +.outline-slate-600\/95{ + outline-color: rgb(71 85 105 / 0.95); +} +.outline-slate-600\/100{ + outline-color: rgb(71 85 105 / 1); +} +.outline-slate-700\/0{ + outline-color: rgb(51 65 85 / 0); +} +.outline-slate-700\/5{ + outline-color: rgb(51 65 85 / 0.05); +} +.outline-slate-700\/10{ + outline-color: rgb(51 65 85 / 0.1); +} +.outline-slate-700\/20{ + outline-color: rgb(51 65 85 / 0.2); +} +.outline-slate-700\/25{ + outline-color: rgb(51 65 85 / 0.25); +} +.outline-slate-700\/30{ + outline-color: rgb(51 65 85 / 0.3); +} +.outline-slate-700\/40{ + outline-color: rgb(51 65 85 / 0.4); +} +.outline-slate-700\/50{ + outline-color: rgb(51 65 85 / 0.5); +} +.outline-slate-700\/60{ + outline-color: rgb(51 65 85 / 0.6); +} +.outline-slate-700\/70{ + outline-color: rgb(51 65 85 / 0.7); +} +.outline-slate-700\/75{ + outline-color: rgb(51 65 85 / 0.75); +} +.outline-slate-700\/80{ + outline-color: rgb(51 65 85 / 0.8); +} +.outline-slate-700\/90{ + outline-color: rgb(51 65 85 / 0.9); +} +.outline-slate-700\/95{ + outline-color: rgb(51 65 85 / 0.95); +} +.outline-slate-700\/100{ + outline-color: rgb(51 65 85 / 1); +} +.outline-slate-800\/0{ + outline-color: rgb(30 41 59 / 0); +} +.outline-slate-800\/5{ + outline-color: rgb(30 41 59 / 0.05); +} +.outline-slate-800\/10{ + outline-color: rgb(30 41 59 / 0.1); +} +.outline-slate-800\/20{ + outline-color: rgb(30 41 59 / 0.2); +} +.outline-slate-800\/25{ + outline-color: rgb(30 41 59 / 0.25); +} +.outline-slate-800\/30{ + outline-color: rgb(30 41 59 / 0.3); +} +.outline-slate-800\/40{ + outline-color: rgb(30 41 59 / 0.4); +} +.outline-slate-800\/50{ + outline-color: rgb(30 41 59 / 0.5); +} +.outline-slate-800\/60{ + outline-color: rgb(30 41 59 / 0.6); +} +.outline-slate-800\/70{ + outline-color: rgb(30 41 59 / 0.7); +} +.outline-slate-800\/75{ + outline-color: rgb(30 41 59 / 0.75); +} +.outline-slate-800\/80{ + outline-color: rgb(30 41 59 / 0.8); +} +.outline-slate-800\/90{ + outline-color: rgb(30 41 59 / 0.9); +} +.outline-slate-800\/95{ + outline-color: rgb(30 41 59 / 0.95); +} +.outline-slate-800\/100{ + outline-color: rgb(30 41 59 / 1); +} +.outline-slate-900\/0{ + outline-color: rgb(15 23 42 / 0); +} +.outline-slate-900\/5{ + outline-color: rgb(15 23 42 / 0.05); +} +.outline-slate-900\/10{ + outline-color: rgb(15 23 42 / 0.1); +} +.outline-slate-900\/20{ + outline-color: rgb(15 23 42 / 0.2); +} +.outline-slate-900\/25{ + outline-color: rgb(15 23 42 / 0.25); +} +.outline-slate-900\/30{ + outline-color: rgb(15 23 42 / 0.3); +} +.outline-slate-900\/40{ + outline-color: rgb(15 23 42 / 0.4); +} +.outline-slate-900\/50{ + outline-color: rgb(15 23 42 / 0.5); +} +.outline-slate-900\/60{ + outline-color: rgb(15 23 42 / 0.6); +} +.outline-slate-900\/70{ + outline-color: rgb(15 23 42 / 0.7); +} +.outline-slate-900\/75{ + outline-color: rgb(15 23 42 / 0.75); +} +.outline-slate-900\/80{ + outline-color: rgb(15 23 42 / 0.8); +} +.outline-slate-900\/90{ + outline-color: rgb(15 23 42 / 0.9); +} +.outline-slate-900\/95{ + outline-color: rgb(15 23 42 / 0.95); +} +.outline-slate-900\/100{ + outline-color: rgb(15 23 42 / 1); +} +.outline-gray-50\/0{ + outline-color: rgb(249 250 251 / 0); +} +.outline-gray-50\/5{ + outline-color: rgb(249 250 251 / 0.05); +} +.outline-gray-50\/10{ + outline-color: rgb(249 250 251 / 0.1); +} +.outline-gray-50\/20{ + outline-color: rgb(249 250 251 / 0.2); +} +.outline-gray-50\/25{ + outline-color: rgb(249 250 251 / 0.25); +} +.outline-gray-50\/30{ + outline-color: rgb(249 250 251 / 0.3); +} +.outline-gray-50\/40{ + outline-color: rgb(249 250 251 / 0.4); +} +.outline-gray-50\/50{ + outline-color: rgb(249 250 251 / 0.5); +} +.outline-gray-50\/60{ + outline-color: rgb(249 250 251 / 0.6); +} +.outline-gray-50\/70{ + outline-color: rgb(249 250 251 / 0.7); +} +.outline-gray-50\/75{ + outline-color: rgb(249 250 251 / 0.75); +} +.outline-gray-50\/80{ + outline-color: rgb(249 250 251 / 0.8); +} +.outline-gray-50\/90{ + outline-color: rgb(249 250 251 / 0.9); +} +.outline-gray-50\/95{ + outline-color: rgb(249 250 251 / 0.95); +} +.outline-gray-50\/100{ + outline-color: rgb(249 250 251 / 1); +} +.outline-gray-100\/0{ + outline-color: rgb(243 244 246 / 0); +} +.outline-gray-100\/5{ + outline-color: rgb(243 244 246 / 0.05); +} +.outline-gray-100\/10{ + outline-color: rgb(243 244 246 / 0.1); +} +.outline-gray-100\/20{ + outline-color: rgb(243 244 246 / 0.2); +} +.outline-gray-100\/25{ + outline-color: rgb(243 244 246 / 0.25); +} +.outline-gray-100\/30{ + outline-color: rgb(243 244 246 / 0.3); +} +.outline-gray-100\/40{ + outline-color: rgb(243 244 246 / 0.4); +} +.outline-gray-100\/50{ + outline-color: rgb(243 244 246 / 0.5); +} +.outline-gray-100\/60{ + outline-color: rgb(243 244 246 / 0.6); +} +.outline-gray-100\/70{ + outline-color: rgb(243 244 246 / 0.7); +} +.outline-gray-100\/75{ + outline-color: rgb(243 244 246 / 0.75); +} +.outline-gray-100\/80{ + outline-color: rgb(243 244 246 / 0.8); +} +.outline-gray-100\/90{ + outline-color: rgb(243 244 246 / 0.9); +} +.outline-gray-100\/95{ + outline-color: rgb(243 244 246 / 0.95); +} +.outline-gray-100\/100{ + outline-color: rgb(243 244 246 / 1); +} +.outline-gray-200\/0{ + outline-color: rgb(229 231 235 / 0); +} +.outline-gray-200\/5{ + outline-color: rgb(229 231 235 / 0.05); +} +.outline-gray-200\/10{ + outline-color: rgb(229 231 235 / 0.1); +} +.outline-gray-200\/20{ + outline-color: rgb(229 231 235 / 0.2); +} +.outline-gray-200\/25{ + outline-color: rgb(229 231 235 / 0.25); +} +.outline-gray-200\/30{ + outline-color: rgb(229 231 235 / 0.3); +} +.outline-gray-200\/40{ + outline-color: rgb(229 231 235 / 0.4); +} +.outline-gray-200\/50{ + outline-color: rgb(229 231 235 / 0.5); +} +.outline-gray-200\/60{ + outline-color: rgb(229 231 235 / 0.6); +} +.outline-gray-200\/70{ + outline-color: rgb(229 231 235 / 0.7); +} +.outline-gray-200\/75{ + outline-color: rgb(229 231 235 / 0.75); +} +.outline-gray-200\/80{ + outline-color: rgb(229 231 235 / 0.8); +} +.outline-gray-200\/90{ + outline-color: rgb(229 231 235 / 0.9); +} +.outline-gray-200\/95{ + outline-color: rgb(229 231 235 / 0.95); +} +.outline-gray-200\/100{ + outline-color: rgb(229 231 235 / 1); +} +.outline-gray-300\/0{ + outline-color: rgb(209 213 219 / 0); +} +.outline-gray-300\/5{ + outline-color: rgb(209 213 219 / 0.05); +} +.outline-gray-300\/10{ + outline-color: rgb(209 213 219 / 0.1); +} +.outline-gray-300\/20{ + outline-color: rgb(209 213 219 / 0.2); +} +.outline-gray-300\/25{ + outline-color: rgb(209 213 219 / 0.25); +} +.outline-gray-300\/30{ + outline-color: rgb(209 213 219 / 0.3); +} +.outline-gray-300\/40{ + outline-color: rgb(209 213 219 / 0.4); +} +.outline-gray-300\/50{ + outline-color: rgb(209 213 219 / 0.5); +} +.outline-gray-300\/60{ + outline-color: rgb(209 213 219 / 0.6); +} +.outline-gray-300\/70{ + outline-color: rgb(209 213 219 / 0.7); +} +.outline-gray-300\/75{ + outline-color: rgb(209 213 219 / 0.75); +} +.outline-gray-300\/80{ + outline-color: rgb(209 213 219 / 0.8); +} +.outline-gray-300\/90{ + outline-color: rgb(209 213 219 / 0.9); +} +.outline-gray-300\/95{ + outline-color: rgb(209 213 219 / 0.95); +} +.outline-gray-300\/100{ + outline-color: rgb(209 213 219 / 1); +} +.outline-gray-400\/0{ + outline-color: rgb(156 163 175 / 0); +} +.outline-gray-400\/5{ + outline-color: rgb(156 163 175 / 0.05); +} +.outline-gray-400\/10{ + outline-color: rgb(156 163 175 / 0.1); +} +.outline-gray-400\/20{ + outline-color: rgb(156 163 175 / 0.2); +} +.outline-gray-400\/25{ + outline-color: rgb(156 163 175 / 0.25); +} +.outline-gray-400\/30{ + outline-color: rgb(156 163 175 / 0.3); +} +.outline-gray-400\/40{ + outline-color: rgb(156 163 175 / 0.4); +} +.outline-gray-400\/50{ + outline-color: rgb(156 163 175 / 0.5); +} +.outline-gray-400\/60{ + outline-color: rgb(156 163 175 / 0.6); +} +.outline-gray-400\/70{ + outline-color: rgb(156 163 175 / 0.7); +} +.outline-gray-400\/75{ + outline-color: rgb(156 163 175 / 0.75); +} +.outline-gray-400\/80{ + outline-color: rgb(156 163 175 / 0.8); +} +.outline-gray-400\/90{ + outline-color: rgb(156 163 175 / 0.9); +} +.outline-gray-400\/95{ + outline-color: rgb(156 163 175 / 0.95); +} +.outline-gray-400\/100{ + outline-color: rgb(156 163 175 / 1); +} +.outline-gray-500\/0{ + outline-color: rgb(107 114 128 / 0); +} +.outline-gray-500\/5{ + outline-color: rgb(107 114 128 / 0.05); +} +.outline-gray-500\/10{ + outline-color: rgb(107 114 128 / 0.1); +} +.outline-gray-500\/20{ + outline-color: rgb(107 114 128 / 0.2); +} +.outline-gray-500\/25{ + outline-color: rgb(107 114 128 / 0.25); +} +.outline-gray-500\/30{ + outline-color: rgb(107 114 128 / 0.3); +} +.outline-gray-500\/40{ + outline-color: rgb(107 114 128 / 0.4); +} +.outline-gray-500\/50{ + outline-color: rgb(107 114 128 / 0.5); +} +.outline-gray-500\/60{ + outline-color: rgb(107 114 128 / 0.6); +} +.outline-gray-500\/70{ + outline-color: rgb(107 114 128 / 0.7); +} +.outline-gray-500\/75{ + outline-color: rgb(107 114 128 / 0.75); +} +.outline-gray-500\/80{ + outline-color: rgb(107 114 128 / 0.8); +} +.outline-gray-500\/90{ + outline-color: rgb(107 114 128 / 0.9); +} +.outline-gray-500\/95{ + outline-color: rgb(107 114 128 / 0.95); +} +.outline-gray-500\/100{ + outline-color: rgb(107 114 128 / 1); +} +.outline-gray-600\/0{ + outline-color: rgb(75 85 99 / 0); +} +.outline-gray-600\/5{ + outline-color: rgb(75 85 99 / 0.05); +} +.outline-gray-600\/10{ + outline-color: rgb(75 85 99 / 0.1); +} +.outline-gray-600\/20{ + outline-color: rgb(75 85 99 / 0.2); +} +.outline-gray-600\/25{ + outline-color: rgb(75 85 99 / 0.25); +} +.outline-gray-600\/30{ + outline-color: rgb(75 85 99 / 0.3); +} +.outline-gray-600\/40{ + outline-color: rgb(75 85 99 / 0.4); +} +.outline-gray-600\/50{ + outline-color: rgb(75 85 99 / 0.5); +} +.outline-gray-600\/60{ + outline-color: rgb(75 85 99 / 0.6); +} +.outline-gray-600\/70{ + outline-color: rgb(75 85 99 / 0.7); +} +.outline-gray-600\/75{ + outline-color: rgb(75 85 99 / 0.75); +} +.outline-gray-600\/80{ + outline-color: rgb(75 85 99 / 0.8); +} +.outline-gray-600\/90{ + outline-color: rgb(75 85 99 / 0.9); +} +.outline-gray-600\/95{ + outline-color: rgb(75 85 99 / 0.95); +} +.outline-gray-600\/100{ + outline-color: rgb(75 85 99 / 1); +} +.outline-gray-700\/0{ + outline-color: rgb(55 65 81 / 0); +} +.outline-gray-700\/5{ + outline-color: rgb(55 65 81 / 0.05); +} +.outline-gray-700\/10{ + outline-color: rgb(55 65 81 / 0.1); +} +.outline-gray-700\/20{ + outline-color: rgb(55 65 81 / 0.2); +} +.outline-gray-700\/25{ + outline-color: rgb(55 65 81 / 0.25); +} +.outline-gray-700\/30{ + outline-color: rgb(55 65 81 / 0.3); +} +.outline-gray-700\/40{ + outline-color: rgb(55 65 81 / 0.4); +} +.outline-gray-700\/50{ + outline-color: rgb(55 65 81 / 0.5); +} +.outline-gray-700\/60{ + outline-color: rgb(55 65 81 / 0.6); +} +.outline-gray-700\/70{ + outline-color: rgb(55 65 81 / 0.7); +} +.outline-gray-700\/75{ + outline-color: rgb(55 65 81 / 0.75); +} +.outline-gray-700\/80{ + outline-color: rgb(55 65 81 / 0.8); +} +.outline-gray-700\/90{ + outline-color: rgb(55 65 81 / 0.9); +} +.outline-gray-700\/95{ + outline-color: rgb(55 65 81 / 0.95); +} +.outline-gray-700\/100{ + outline-color: rgb(55 65 81 / 1); +} +.outline-gray-800\/0{ + outline-color: rgb(31 41 55 / 0); +} +.outline-gray-800\/5{ + outline-color: rgb(31 41 55 / 0.05); +} +.outline-gray-800\/10{ + outline-color: rgb(31 41 55 / 0.1); +} +.outline-gray-800\/20{ + outline-color: rgb(31 41 55 / 0.2); +} +.outline-gray-800\/25{ + outline-color: rgb(31 41 55 / 0.25); +} +.outline-gray-800\/30{ + outline-color: rgb(31 41 55 / 0.3); +} +.outline-gray-800\/40{ + outline-color: rgb(31 41 55 / 0.4); +} +.outline-gray-800\/50{ + outline-color: rgb(31 41 55 / 0.5); +} +.outline-gray-800\/60{ + outline-color: rgb(31 41 55 / 0.6); +} +.outline-gray-800\/70{ + outline-color: rgb(31 41 55 / 0.7); +} +.outline-gray-800\/75{ + outline-color: rgb(31 41 55 / 0.75); +} +.outline-gray-800\/80{ + outline-color: rgb(31 41 55 / 0.8); +} +.outline-gray-800\/90{ + outline-color: rgb(31 41 55 / 0.9); +} +.outline-gray-800\/95{ + outline-color: rgb(31 41 55 / 0.95); +} +.outline-gray-800\/100{ + outline-color: rgb(31 41 55 / 1); +} +.outline-gray-900\/0{ + outline-color: rgb(17 24 39 / 0); +} +.outline-gray-900\/5{ + outline-color: rgb(17 24 39 / 0.05); +} +.outline-gray-900\/10{ + outline-color: rgb(17 24 39 / 0.1); +} +.outline-gray-900\/20{ + outline-color: rgb(17 24 39 / 0.2); +} +.outline-gray-900\/25{ + outline-color: rgb(17 24 39 / 0.25); +} +.outline-gray-900\/30{ + outline-color: rgb(17 24 39 / 0.3); +} +.outline-gray-900\/40{ + outline-color: rgb(17 24 39 / 0.4); +} +.outline-gray-900\/50{ + outline-color: rgb(17 24 39 / 0.5); +} +.outline-gray-900\/60{ + outline-color: rgb(17 24 39 / 0.6); +} +.outline-gray-900\/70{ + outline-color: rgb(17 24 39 / 0.7); +} +.outline-gray-900\/75{ + outline-color: rgb(17 24 39 / 0.75); +} +.outline-gray-900\/80{ + outline-color: rgb(17 24 39 / 0.8); +} +.outline-gray-900\/90{ + outline-color: rgb(17 24 39 / 0.9); +} +.outline-gray-900\/95{ + outline-color: rgb(17 24 39 / 0.95); +} +.outline-gray-900\/100{ + outline-color: rgb(17 24 39 / 1); +} +.outline-zinc-50\/0{ + outline-color: rgb(250 250 250 / 0); +} +.outline-zinc-50\/5{ + outline-color: rgb(250 250 250 / 0.05); +} +.outline-zinc-50\/10{ + outline-color: rgb(250 250 250 / 0.1); +} +.outline-zinc-50\/20{ + outline-color: rgb(250 250 250 / 0.2); +} +.outline-zinc-50\/25{ + outline-color: rgb(250 250 250 / 0.25); +} +.outline-zinc-50\/30{ + outline-color: rgb(250 250 250 / 0.3); +} +.outline-zinc-50\/40{ + outline-color: rgb(250 250 250 / 0.4); +} +.outline-zinc-50\/50{ + outline-color: rgb(250 250 250 / 0.5); +} +.outline-zinc-50\/60{ + outline-color: rgb(250 250 250 / 0.6); +} +.outline-zinc-50\/70{ + outline-color: rgb(250 250 250 / 0.7); +} +.outline-zinc-50\/75{ + outline-color: rgb(250 250 250 / 0.75); +} +.outline-zinc-50\/80{ + outline-color: rgb(250 250 250 / 0.8); +} +.outline-zinc-50\/90{ + outline-color: rgb(250 250 250 / 0.9); +} +.outline-zinc-50\/95{ + outline-color: rgb(250 250 250 / 0.95); +} +.outline-zinc-50\/100{ + outline-color: rgb(250 250 250 / 1); +} +.outline-zinc-100\/0{ + outline-color: rgb(244 244 245 / 0); +} +.outline-zinc-100\/5{ + outline-color: rgb(244 244 245 / 0.05); +} +.outline-zinc-100\/10{ + outline-color: rgb(244 244 245 / 0.1); +} +.outline-zinc-100\/20{ + outline-color: rgb(244 244 245 / 0.2); +} +.outline-zinc-100\/25{ + outline-color: rgb(244 244 245 / 0.25); +} +.outline-zinc-100\/30{ + outline-color: rgb(244 244 245 / 0.3); +} +.outline-zinc-100\/40{ + outline-color: rgb(244 244 245 / 0.4); +} +.outline-zinc-100\/50{ + outline-color: rgb(244 244 245 / 0.5); +} +.outline-zinc-100\/60{ + outline-color: rgb(244 244 245 / 0.6); +} +.outline-zinc-100\/70{ + outline-color: rgb(244 244 245 / 0.7); +} +.outline-zinc-100\/75{ + outline-color: rgb(244 244 245 / 0.75); +} +.outline-zinc-100\/80{ + outline-color: rgb(244 244 245 / 0.8); +} +.outline-zinc-100\/90{ + outline-color: rgb(244 244 245 / 0.9); +} +.outline-zinc-100\/95{ + outline-color: rgb(244 244 245 / 0.95); +} +.outline-zinc-100\/100{ + outline-color: rgb(244 244 245 / 1); +} +.outline-zinc-200\/0{ + outline-color: rgb(228 228 231 / 0); +} +.outline-zinc-200\/5{ + outline-color: rgb(228 228 231 / 0.05); +} +.outline-zinc-200\/10{ + outline-color: rgb(228 228 231 / 0.1); +} +.outline-zinc-200\/20{ + outline-color: rgb(228 228 231 / 0.2); +} +.outline-zinc-200\/25{ + outline-color: rgb(228 228 231 / 0.25); +} +.outline-zinc-200\/30{ + outline-color: rgb(228 228 231 / 0.3); +} +.outline-zinc-200\/40{ + outline-color: rgb(228 228 231 / 0.4); +} +.outline-zinc-200\/50{ + outline-color: rgb(228 228 231 / 0.5); +} +.outline-zinc-200\/60{ + outline-color: rgb(228 228 231 / 0.6); +} +.outline-zinc-200\/70{ + outline-color: rgb(228 228 231 / 0.7); +} +.outline-zinc-200\/75{ + outline-color: rgb(228 228 231 / 0.75); +} +.outline-zinc-200\/80{ + outline-color: rgb(228 228 231 / 0.8); +} +.outline-zinc-200\/90{ + outline-color: rgb(228 228 231 / 0.9); +} +.outline-zinc-200\/95{ + outline-color: rgb(228 228 231 / 0.95); +} +.outline-zinc-200\/100{ + outline-color: rgb(228 228 231 / 1); +} +.outline-zinc-300\/0{ + outline-color: rgb(212 212 216 / 0); +} +.outline-zinc-300\/5{ + outline-color: rgb(212 212 216 / 0.05); +} +.outline-zinc-300\/10{ + outline-color: rgb(212 212 216 / 0.1); +} +.outline-zinc-300\/20{ + outline-color: rgb(212 212 216 / 0.2); +} +.outline-zinc-300\/25{ + outline-color: rgb(212 212 216 / 0.25); +} +.outline-zinc-300\/30{ + outline-color: rgb(212 212 216 / 0.3); +} +.outline-zinc-300\/40{ + outline-color: rgb(212 212 216 / 0.4); +} +.outline-zinc-300\/50{ + outline-color: rgb(212 212 216 / 0.5); +} +.outline-zinc-300\/60{ + outline-color: rgb(212 212 216 / 0.6); +} +.outline-zinc-300\/70{ + outline-color: rgb(212 212 216 / 0.7); +} +.outline-zinc-300\/75{ + outline-color: rgb(212 212 216 / 0.75); +} +.outline-zinc-300\/80{ + outline-color: rgb(212 212 216 / 0.8); +} +.outline-zinc-300\/90{ + outline-color: rgb(212 212 216 / 0.9); +} +.outline-zinc-300\/95{ + outline-color: rgb(212 212 216 / 0.95); +} +.outline-zinc-300\/100{ + outline-color: rgb(212 212 216 / 1); +} +.outline-zinc-400\/0{ + outline-color: rgb(161 161 170 / 0); +} +.outline-zinc-400\/5{ + outline-color: rgb(161 161 170 / 0.05); +} +.outline-zinc-400\/10{ + outline-color: rgb(161 161 170 / 0.1); +} +.outline-zinc-400\/20{ + outline-color: rgb(161 161 170 / 0.2); +} +.outline-zinc-400\/25{ + outline-color: rgb(161 161 170 / 0.25); +} +.outline-zinc-400\/30{ + outline-color: rgb(161 161 170 / 0.3); +} +.outline-zinc-400\/40{ + outline-color: rgb(161 161 170 / 0.4); +} +.outline-zinc-400\/50{ + outline-color: rgb(161 161 170 / 0.5); +} +.outline-zinc-400\/60{ + outline-color: rgb(161 161 170 / 0.6); +} +.outline-zinc-400\/70{ + outline-color: rgb(161 161 170 / 0.7); +} +.outline-zinc-400\/75{ + outline-color: rgb(161 161 170 / 0.75); +} +.outline-zinc-400\/80{ + outline-color: rgb(161 161 170 / 0.8); +} +.outline-zinc-400\/90{ + outline-color: rgb(161 161 170 / 0.9); +} +.outline-zinc-400\/95{ + outline-color: rgb(161 161 170 / 0.95); +} +.outline-zinc-400\/100{ + outline-color: rgb(161 161 170 / 1); +} +.outline-zinc-500\/0{ + outline-color: rgb(113 113 122 / 0); +} +.outline-zinc-500\/5{ + outline-color: rgb(113 113 122 / 0.05); +} +.outline-zinc-500\/10{ + outline-color: rgb(113 113 122 / 0.1); +} +.outline-zinc-500\/20{ + outline-color: rgb(113 113 122 / 0.2); +} +.outline-zinc-500\/25{ + outline-color: rgb(113 113 122 / 0.25); +} +.outline-zinc-500\/30{ + outline-color: rgb(113 113 122 / 0.3); +} +.outline-zinc-500\/40{ + outline-color: rgb(113 113 122 / 0.4); +} +.outline-zinc-500\/50{ + outline-color: rgb(113 113 122 / 0.5); +} +.outline-zinc-500\/60{ + outline-color: rgb(113 113 122 / 0.6); +} +.outline-zinc-500\/70{ + outline-color: rgb(113 113 122 / 0.7); +} +.outline-zinc-500\/75{ + outline-color: rgb(113 113 122 / 0.75); +} +.outline-zinc-500\/80{ + outline-color: rgb(113 113 122 / 0.8); +} +.outline-zinc-500\/90{ + outline-color: rgb(113 113 122 / 0.9); +} +.outline-zinc-500\/95{ + outline-color: rgb(113 113 122 / 0.95); +} +.outline-zinc-500\/100{ + outline-color: rgb(113 113 122 / 1); +} +.outline-zinc-600\/0{ + outline-color: rgb(82 82 91 / 0); +} +.outline-zinc-600\/5{ + outline-color: rgb(82 82 91 / 0.05); +} +.outline-zinc-600\/10{ + outline-color: rgb(82 82 91 / 0.1); +} +.outline-zinc-600\/20{ + outline-color: rgb(82 82 91 / 0.2); +} +.outline-zinc-600\/25{ + outline-color: rgb(82 82 91 / 0.25); +} +.outline-zinc-600\/30{ + outline-color: rgb(82 82 91 / 0.3); +} +.outline-zinc-600\/40{ + outline-color: rgb(82 82 91 / 0.4); +} +.outline-zinc-600\/50{ + outline-color: rgb(82 82 91 / 0.5); +} +.outline-zinc-600\/60{ + outline-color: rgb(82 82 91 / 0.6); +} +.outline-zinc-600\/70{ + outline-color: rgb(82 82 91 / 0.7); +} +.outline-zinc-600\/75{ + outline-color: rgb(82 82 91 / 0.75); +} +.outline-zinc-600\/80{ + outline-color: rgb(82 82 91 / 0.8); +} +.outline-zinc-600\/90{ + outline-color: rgb(82 82 91 / 0.9); +} +.outline-zinc-600\/95{ + outline-color: rgb(82 82 91 / 0.95); +} +.outline-zinc-600\/100{ + outline-color: rgb(82 82 91 / 1); +} +.outline-zinc-700\/0{ + outline-color: rgb(63 63 70 / 0); +} +.outline-zinc-700\/5{ + outline-color: rgb(63 63 70 / 0.05); +} +.outline-zinc-700\/10{ + outline-color: rgb(63 63 70 / 0.1); +} +.outline-zinc-700\/20{ + outline-color: rgb(63 63 70 / 0.2); +} +.outline-zinc-700\/25{ + outline-color: rgb(63 63 70 / 0.25); +} +.outline-zinc-700\/30{ + outline-color: rgb(63 63 70 / 0.3); +} +.outline-zinc-700\/40{ + outline-color: rgb(63 63 70 / 0.4); +} +.outline-zinc-700\/50{ + outline-color: rgb(63 63 70 / 0.5); +} +.outline-zinc-700\/60{ + outline-color: rgb(63 63 70 / 0.6); +} +.outline-zinc-700\/70{ + outline-color: rgb(63 63 70 / 0.7); +} +.outline-zinc-700\/75{ + outline-color: rgb(63 63 70 / 0.75); +} +.outline-zinc-700\/80{ + outline-color: rgb(63 63 70 / 0.8); +} +.outline-zinc-700\/90{ + outline-color: rgb(63 63 70 / 0.9); +} +.outline-zinc-700\/95{ + outline-color: rgb(63 63 70 / 0.95); +} +.outline-zinc-700\/100{ + outline-color: rgb(63 63 70 / 1); +} +.outline-zinc-800\/0{ + outline-color: rgb(39 39 42 / 0); +} +.outline-zinc-800\/5{ + outline-color: rgb(39 39 42 / 0.05); +} +.outline-zinc-800\/10{ + outline-color: rgb(39 39 42 / 0.1); +} +.outline-zinc-800\/20{ + outline-color: rgb(39 39 42 / 0.2); +} +.outline-zinc-800\/25{ + outline-color: rgb(39 39 42 / 0.25); +} +.outline-zinc-800\/30{ + outline-color: rgb(39 39 42 / 0.3); +} +.outline-zinc-800\/40{ + outline-color: rgb(39 39 42 / 0.4); +} +.outline-zinc-800\/50{ + outline-color: rgb(39 39 42 / 0.5); +} +.outline-zinc-800\/60{ + outline-color: rgb(39 39 42 / 0.6); +} +.outline-zinc-800\/70{ + outline-color: rgb(39 39 42 / 0.7); +} +.outline-zinc-800\/75{ + outline-color: rgb(39 39 42 / 0.75); +} +.outline-zinc-800\/80{ + outline-color: rgb(39 39 42 / 0.8); +} +.outline-zinc-800\/90{ + outline-color: rgb(39 39 42 / 0.9); +} +.outline-zinc-800\/95{ + outline-color: rgb(39 39 42 / 0.95); +} +.outline-zinc-800\/100{ + outline-color: rgb(39 39 42 / 1); +} +.outline-zinc-900\/0{ + outline-color: rgb(24 24 27 / 0); +} +.outline-zinc-900\/5{ + outline-color: rgb(24 24 27 / 0.05); +} +.outline-zinc-900\/10{ + outline-color: rgb(24 24 27 / 0.1); +} +.outline-zinc-900\/20{ + outline-color: rgb(24 24 27 / 0.2); +} +.outline-zinc-900\/25{ + outline-color: rgb(24 24 27 / 0.25); +} +.outline-zinc-900\/30{ + outline-color: rgb(24 24 27 / 0.3); +} +.outline-zinc-900\/40{ + outline-color: rgb(24 24 27 / 0.4); +} +.outline-zinc-900\/50{ + outline-color: rgb(24 24 27 / 0.5); +} +.outline-zinc-900\/60{ + outline-color: rgb(24 24 27 / 0.6); +} +.outline-zinc-900\/70{ + outline-color: rgb(24 24 27 / 0.7); +} +.outline-zinc-900\/75{ + outline-color: rgb(24 24 27 / 0.75); +} +.outline-zinc-900\/80{ + outline-color: rgb(24 24 27 / 0.8); +} +.outline-zinc-900\/90{ + outline-color: rgb(24 24 27 / 0.9); +} +.outline-zinc-900\/95{ + outline-color: rgb(24 24 27 / 0.95); +} +.outline-zinc-900\/100{ + outline-color: rgb(24 24 27 / 1); +} +.outline-neutral-50\/0{ + outline-color: rgb(250 250 250 / 0); +} +.outline-neutral-50\/5{ + outline-color: rgb(250 250 250 / 0.05); +} +.outline-neutral-50\/10{ + outline-color: rgb(250 250 250 / 0.1); +} +.outline-neutral-50\/20{ + outline-color: rgb(250 250 250 / 0.2); +} +.outline-neutral-50\/25{ + outline-color: rgb(250 250 250 / 0.25); +} +.outline-neutral-50\/30{ + outline-color: rgb(250 250 250 / 0.3); +} +.outline-neutral-50\/40{ + outline-color: rgb(250 250 250 / 0.4); +} +.outline-neutral-50\/50{ + outline-color: rgb(250 250 250 / 0.5); +} +.outline-neutral-50\/60{ + outline-color: rgb(250 250 250 / 0.6); +} +.outline-neutral-50\/70{ + outline-color: rgb(250 250 250 / 0.7); +} +.outline-neutral-50\/75{ + outline-color: rgb(250 250 250 / 0.75); +} +.outline-neutral-50\/80{ + outline-color: rgb(250 250 250 / 0.8); +} +.outline-neutral-50\/90{ + outline-color: rgb(250 250 250 / 0.9); +} +.outline-neutral-50\/95{ + outline-color: rgb(250 250 250 / 0.95); +} +.outline-neutral-50\/100{ + outline-color: rgb(250 250 250 / 1); +} +.outline-neutral-100\/0{ + outline-color: rgb(245 245 245 / 0); +} +.outline-neutral-100\/5{ + outline-color: rgb(245 245 245 / 0.05); +} +.outline-neutral-100\/10{ + outline-color: rgb(245 245 245 / 0.1); +} +.outline-neutral-100\/20{ + outline-color: rgb(245 245 245 / 0.2); +} +.outline-neutral-100\/25{ + outline-color: rgb(245 245 245 / 0.25); +} +.outline-neutral-100\/30{ + outline-color: rgb(245 245 245 / 0.3); +} +.outline-neutral-100\/40{ + outline-color: rgb(245 245 245 / 0.4); +} +.outline-neutral-100\/50{ + outline-color: rgb(245 245 245 / 0.5); +} +.outline-neutral-100\/60{ + outline-color: rgb(245 245 245 / 0.6); +} +.outline-neutral-100\/70{ + outline-color: rgb(245 245 245 / 0.7); +} +.outline-neutral-100\/75{ + outline-color: rgb(245 245 245 / 0.75); +} +.outline-neutral-100\/80{ + outline-color: rgb(245 245 245 / 0.8); +} +.outline-neutral-100\/90{ + outline-color: rgb(245 245 245 / 0.9); +} +.outline-neutral-100\/95{ + outline-color: rgb(245 245 245 / 0.95); +} +.outline-neutral-100\/100{ + outline-color: rgb(245 245 245 / 1); +} +.outline-neutral-200\/0{ + outline-color: rgb(229 229 229 / 0); +} +.outline-neutral-200\/5{ + outline-color: rgb(229 229 229 / 0.05); +} +.outline-neutral-200\/10{ + outline-color: rgb(229 229 229 / 0.1); +} +.outline-neutral-200\/20{ + outline-color: rgb(229 229 229 / 0.2); +} +.outline-neutral-200\/25{ + outline-color: rgb(229 229 229 / 0.25); +} +.outline-neutral-200\/30{ + outline-color: rgb(229 229 229 / 0.3); +} +.outline-neutral-200\/40{ + outline-color: rgb(229 229 229 / 0.4); +} +.outline-neutral-200\/50{ + outline-color: rgb(229 229 229 / 0.5); +} +.outline-neutral-200\/60{ + outline-color: rgb(229 229 229 / 0.6); +} +.outline-neutral-200\/70{ + outline-color: rgb(229 229 229 / 0.7); +} +.outline-neutral-200\/75{ + outline-color: rgb(229 229 229 / 0.75); +} +.outline-neutral-200\/80{ + outline-color: rgb(229 229 229 / 0.8); +} +.outline-neutral-200\/90{ + outline-color: rgb(229 229 229 / 0.9); +} +.outline-neutral-200\/95{ + outline-color: rgb(229 229 229 / 0.95); +} +.outline-neutral-200\/100{ + outline-color: rgb(229 229 229 / 1); +} +.outline-neutral-300\/0{ + outline-color: rgb(212 212 212 / 0); +} +.outline-neutral-300\/5{ + outline-color: rgb(212 212 212 / 0.05); +} +.outline-neutral-300\/10{ + outline-color: rgb(212 212 212 / 0.1); +} +.outline-neutral-300\/20{ + outline-color: rgb(212 212 212 / 0.2); +} +.outline-neutral-300\/25{ + outline-color: rgb(212 212 212 / 0.25); +} +.outline-neutral-300\/30{ + outline-color: rgb(212 212 212 / 0.3); +} +.outline-neutral-300\/40{ + outline-color: rgb(212 212 212 / 0.4); +} +.outline-neutral-300\/50{ + outline-color: rgb(212 212 212 / 0.5); +} +.outline-neutral-300\/60{ + outline-color: rgb(212 212 212 / 0.6); +} +.outline-neutral-300\/70{ + outline-color: rgb(212 212 212 / 0.7); +} +.outline-neutral-300\/75{ + outline-color: rgb(212 212 212 / 0.75); +} +.outline-neutral-300\/80{ + outline-color: rgb(212 212 212 / 0.8); +} +.outline-neutral-300\/90{ + outline-color: rgb(212 212 212 / 0.9); +} +.outline-neutral-300\/95{ + outline-color: rgb(212 212 212 / 0.95); +} +.outline-neutral-300\/100{ + outline-color: rgb(212 212 212 / 1); +} +.outline-neutral-400\/0{ + outline-color: rgb(163 163 163 / 0); +} +.outline-neutral-400\/5{ + outline-color: rgb(163 163 163 / 0.05); +} +.outline-neutral-400\/10{ + outline-color: rgb(163 163 163 / 0.1); +} +.outline-neutral-400\/20{ + outline-color: rgb(163 163 163 / 0.2); +} +.outline-neutral-400\/25{ + outline-color: rgb(163 163 163 / 0.25); +} +.outline-neutral-400\/30{ + outline-color: rgb(163 163 163 / 0.3); +} +.outline-neutral-400\/40{ + outline-color: rgb(163 163 163 / 0.4); +} +.outline-neutral-400\/50{ + outline-color: rgb(163 163 163 / 0.5); +} +.outline-neutral-400\/60{ + outline-color: rgb(163 163 163 / 0.6); +} +.outline-neutral-400\/70{ + outline-color: rgb(163 163 163 / 0.7); +} +.outline-neutral-400\/75{ + outline-color: rgb(163 163 163 / 0.75); +} +.outline-neutral-400\/80{ + outline-color: rgb(163 163 163 / 0.8); +} +.outline-neutral-400\/90{ + outline-color: rgb(163 163 163 / 0.9); +} +.outline-neutral-400\/95{ + outline-color: rgb(163 163 163 / 0.95); +} +.outline-neutral-400\/100{ + outline-color: rgb(163 163 163 / 1); +} +.outline-neutral-500\/0{ + outline-color: rgb(115 115 115 / 0); +} +.outline-neutral-500\/5{ + outline-color: rgb(115 115 115 / 0.05); +} +.outline-neutral-500\/10{ + outline-color: rgb(115 115 115 / 0.1); +} +.outline-neutral-500\/20{ + outline-color: rgb(115 115 115 / 0.2); +} +.outline-neutral-500\/25{ + outline-color: rgb(115 115 115 / 0.25); +} +.outline-neutral-500\/30{ + outline-color: rgb(115 115 115 / 0.3); +} +.outline-neutral-500\/40{ + outline-color: rgb(115 115 115 / 0.4); +} +.outline-neutral-500\/50{ + outline-color: rgb(115 115 115 / 0.5); +} +.outline-neutral-500\/60{ + outline-color: rgb(115 115 115 / 0.6); +} +.outline-neutral-500\/70{ + outline-color: rgb(115 115 115 / 0.7); +} +.outline-neutral-500\/75{ + outline-color: rgb(115 115 115 / 0.75); +} +.outline-neutral-500\/80{ + outline-color: rgb(115 115 115 / 0.8); +} +.outline-neutral-500\/90{ + outline-color: rgb(115 115 115 / 0.9); +} +.outline-neutral-500\/95{ + outline-color: rgb(115 115 115 / 0.95); +} +.outline-neutral-500\/100{ + outline-color: rgb(115 115 115 / 1); +} +.outline-neutral-600\/0{ + outline-color: rgb(82 82 82 / 0); +} +.outline-neutral-600\/5{ + outline-color: rgb(82 82 82 / 0.05); +} +.outline-neutral-600\/10{ + outline-color: rgb(82 82 82 / 0.1); +} +.outline-neutral-600\/20{ + outline-color: rgb(82 82 82 / 0.2); +} +.outline-neutral-600\/25{ + outline-color: rgb(82 82 82 / 0.25); +} +.outline-neutral-600\/30{ + outline-color: rgb(82 82 82 / 0.3); +} +.outline-neutral-600\/40{ + outline-color: rgb(82 82 82 / 0.4); +} +.outline-neutral-600\/50{ + outline-color: rgb(82 82 82 / 0.5); +} +.outline-neutral-600\/60{ + outline-color: rgb(82 82 82 / 0.6); +} +.outline-neutral-600\/70{ + outline-color: rgb(82 82 82 / 0.7); +} +.outline-neutral-600\/75{ + outline-color: rgb(82 82 82 / 0.75); +} +.outline-neutral-600\/80{ + outline-color: rgb(82 82 82 / 0.8); +} +.outline-neutral-600\/90{ + outline-color: rgb(82 82 82 / 0.9); +} +.outline-neutral-600\/95{ + outline-color: rgb(82 82 82 / 0.95); +} +.outline-neutral-600\/100{ + outline-color: rgb(82 82 82 / 1); +} +.outline-neutral-700\/0{ + outline-color: rgb(64 64 64 / 0); +} +.outline-neutral-700\/5{ + outline-color: rgb(64 64 64 / 0.05); +} +.outline-neutral-700\/10{ + outline-color: rgb(64 64 64 / 0.1); +} +.outline-neutral-700\/20{ + outline-color: rgb(64 64 64 / 0.2); +} +.outline-neutral-700\/25{ + outline-color: rgb(64 64 64 / 0.25); +} +.outline-neutral-700\/30{ + outline-color: rgb(64 64 64 / 0.3); +} +.outline-neutral-700\/40{ + outline-color: rgb(64 64 64 / 0.4); +} +.outline-neutral-700\/50{ + outline-color: rgb(64 64 64 / 0.5); +} +.outline-neutral-700\/60{ + outline-color: rgb(64 64 64 / 0.6); +} +.outline-neutral-700\/70{ + outline-color: rgb(64 64 64 / 0.7); +} +.outline-neutral-700\/75{ + outline-color: rgb(64 64 64 / 0.75); +} +.outline-neutral-700\/80{ + outline-color: rgb(64 64 64 / 0.8); +} +.outline-neutral-700\/90{ + outline-color: rgb(64 64 64 / 0.9); +} +.outline-neutral-700\/95{ + outline-color: rgb(64 64 64 / 0.95); +} +.outline-neutral-700\/100{ + outline-color: rgb(64 64 64 / 1); +} +.outline-neutral-800\/0{ + outline-color: rgb(38 38 38 / 0); +} +.outline-neutral-800\/5{ + outline-color: rgb(38 38 38 / 0.05); +} +.outline-neutral-800\/10{ + outline-color: rgb(38 38 38 / 0.1); +} +.outline-neutral-800\/20{ + outline-color: rgb(38 38 38 / 0.2); +} +.outline-neutral-800\/25{ + outline-color: rgb(38 38 38 / 0.25); +} +.outline-neutral-800\/30{ + outline-color: rgb(38 38 38 / 0.3); +} +.outline-neutral-800\/40{ + outline-color: rgb(38 38 38 / 0.4); +} +.outline-neutral-800\/50{ + outline-color: rgb(38 38 38 / 0.5); +} +.outline-neutral-800\/60{ + outline-color: rgb(38 38 38 / 0.6); +} +.outline-neutral-800\/70{ + outline-color: rgb(38 38 38 / 0.7); +} +.outline-neutral-800\/75{ + outline-color: rgb(38 38 38 / 0.75); +} +.outline-neutral-800\/80{ + outline-color: rgb(38 38 38 / 0.8); +} +.outline-neutral-800\/90{ + outline-color: rgb(38 38 38 / 0.9); +} +.outline-neutral-800\/95{ + outline-color: rgb(38 38 38 / 0.95); +} +.outline-neutral-800\/100{ + outline-color: rgb(38 38 38 / 1); +} +.outline-neutral-900\/0{ + outline-color: rgb(23 23 23 / 0); +} +.outline-neutral-900\/5{ + outline-color: rgb(23 23 23 / 0.05); +} +.outline-neutral-900\/10{ + outline-color: rgb(23 23 23 / 0.1); +} +.outline-neutral-900\/20{ + outline-color: rgb(23 23 23 / 0.2); +} +.outline-neutral-900\/25{ + outline-color: rgb(23 23 23 / 0.25); +} +.outline-neutral-900\/30{ + outline-color: rgb(23 23 23 / 0.3); +} +.outline-neutral-900\/40{ + outline-color: rgb(23 23 23 / 0.4); +} +.outline-neutral-900\/50{ + outline-color: rgb(23 23 23 / 0.5); +} +.outline-neutral-900\/60{ + outline-color: rgb(23 23 23 / 0.6); +} +.outline-neutral-900\/70{ + outline-color: rgb(23 23 23 / 0.7); +} +.outline-neutral-900\/75{ + outline-color: rgb(23 23 23 / 0.75); +} +.outline-neutral-900\/80{ + outline-color: rgb(23 23 23 / 0.8); +} +.outline-neutral-900\/90{ + outline-color: rgb(23 23 23 / 0.9); +} +.outline-neutral-900\/95{ + outline-color: rgb(23 23 23 / 0.95); +} +.outline-neutral-900\/100{ + outline-color: rgb(23 23 23 / 1); +} +.outline-stone-50\/0{ + outline-color: rgb(250 250 249 / 0); +} +.outline-stone-50\/5{ + outline-color: rgb(250 250 249 / 0.05); +} +.outline-stone-50\/10{ + outline-color: rgb(250 250 249 / 0.1); +} +.outline-stone-50\/20{ + outline-color: rgb(250 250 249 / 0.2); +} +.outline-stone-50\/25{ + outline-color: rgb(250 250 249 / 0.25); +} +.outline-stone-50\/30{ + outline-color: rgb(250 250 249 / 0.3); +} +.outline-stone-50\/40{ + outline-color: rgb(250 250 249 / 0.4); +} +.outline-stone-50\/50{ + outline-color: rgb(250 250 249 / 0.5); +} +.outline-stone-50\/60{ + outline-color: rgb(250 250 249 / 0.6); +} +.outline-stone-50\/70{ + outline-color: rgb(250 250 249 / 0.7); +} +.outline-stone-50\/75{ + outline-color: rgb(250 250 249 / 0.75); +} +.outline-stone-50\/80{ + outline-color: rgb(250 250 249 / 0.8); +} +.outline-stone-50\/90{ + outline-color: rgb(250 250 249 / 0.9); +} +.outline-stone-50\/95{ + outline-color: rgb(250 250 249 / 0.95); +} +.outline-stone-50\/100{ + outline-color: rgb(250 250 249 / 1); +} +.outline-stone-100\/0{ + outline-color: rgb(245 245 244 / 0); +} +.outline-stone-100\/5{ + outline-color: rgb(245 245 244 / 0.05); +} +.outline-stone-100\/10{ + outline-color: rgb(245 245 244 / 0.1); +} +.outline-stone-100\/20{ + outline-color: rgb(245 245 244 / 0.2); +} +.outline-stone-100\/25{ + outline-color: rgb(245 245 244 / 0.25); +} +.outline-stone-100\/30{ + outline-color: rgb(245 245 244 / 0.3); +} +.outline-stone-100\/40{ + outline-color: rgb(245 245 244 / 0.4); +} +.outline-stone-100\/50{ + outline-color: rgb(245 245 244 / 0.5); +} +.outline-stone-100\/60{ + outline-color: rgb(245 245 244 / 0.6); +} +.outline-stone-100\/70{ + outline-color: rgb(245 245 244 / 0.7); +} +.outline-stone-100\/75{ + outline-color: rgb(245 245 244 / 0.75); +} +.outline-stone-100\/80{ + outline-color: rgb(245 245 244 / 0.8); +} +.outline-stone-100\/90{ + outline-color: rgb(245 245 244 / 0.9); +} +.outline-stone-100\/95{ + outline-color: rgb(245 245 244 / 0.95); +} +.outline-stone-100\/100{ + outline-color: rgb(245 245 244 / 1); +} +.outline-stone-200\/0{ + outline-color: rgb(231 229 228 / 0); +} +.outline-stone-200\/5{ + outline-color: rgb(231 229 228 / 0.05); +} +.outline-stone-200\/10{ + outline-color: rgb(231 229 228 / 0.1); +} +.outline-stone-200\/20{ + outline-color: rgb(231 229 228 / 0.2); +} +.outline-stone-200\/25{ + outline-color: rgb(231 229 228 / 0.25); +} +.outline-stone-200\/30{ + outline-color: rgb(231 229 228 / 0.3); +} +.outline-stone-200\/40{ + outline-color: rgb(231 229 228 / 0.4); +} +.outline-stone-200\/50{ + outline-color: rgb(231 229 228 / 0.5); +} +.outline-stone-200\/60{ + outline-color: rgb(231 229 228 / 0.6); +} +.outline-stone-200\/70{ + outline-color: rgb(231 229 228 / 0.7); +} +.outline-stone-200\/75{ + outline-color: rgb(231 229 228 / 0.75); +} +.outline-stone-200\/80{ + outline-color: rgb(231 229 228 / 0.8); +} +.outline-stone-200\/90{ + outline-color: rgb(231 229 228 / 0.9); +} +.outline-stone-200\/95{ + outline-color: rgb(231 229 228 / 0.95); +} +.outline-stone-200\/100{ + outline-color: rgb(231 229 228 / 1); +} +.outline-stone-300\/0{ + outline-color: rgb(214 211 209 / 0); +} +.outline-stone-300\/5{ + outline-color: rgb(214 211 209 / 0.05); +} +.outline-stone-300\/10{ + outline-color: rgb(214 211 209 / 0.1); +} +.outline-stone-300\/20{ + outline-color: rgb(214 211 209 / 0.2); +} +.outline-stone-300\/25{ + outline-color: rgb(214 211 209 / 0.25); +} +.outline-stone-300\/30{ + outline-color: rgb(214 211 209 / 0.3); +} +.outline-stone-300\/40{ + outline-color: rgb(214 211 209 / 0.4); +} +.outline-stone-300\/50{ + outline-color: rgb(214 211 209 / 0.5); +} +.outline-stone-300\/60{ + outline-color: rgb(214 211 209 / 0.6); +} +.outline-stone-300\/70{ + outline-color: rgb(214 211 209 / 0.7); +} +.outline-stone-300\/75{ + outline-color: rgb(214 211 209 / 0.75); +} +.outline-stone-300\/80{ + outline-color: rgb(214 211 209 / 0.8); +} +.outline-stone-300\/90{ + outline-color: rgb(214 211 209 / 0.9); +} +.outline-stone-300\/95{ + outline-color: rgb(214 211 209 / 0.95); +} +.outline-stone-300\/100{ + outline-color: rgb(214 211 209 / 1); +} +.outline-stone-400\/0{ + outline-color: rgb(168 162 158 / 0); +} +.outline-stone-400\/5{ + outline-color: rgb(168 162 158 / 0.05); +} +.outline-stone-400\/10{ + outline-color: rgb(168 162 158 / 0.1); +} +.outline-stone-400\/20{ + outline-color: rgb(168 162 158 / 0.2); +} +.outline-stone-400\/25{ + outline-color: rgb(168 162 158 / 0.25); +} +.outline-stone-400\/30{ + outline-color: rgb(168 162 158 / 0.3); +} +.outline-stone-400\/40{ + outline-color: rgb(168 162 158 / 0.4); +} +.outline-stone-400\/50{ + outline-color: rgb(168 162 158 / 0.5); +} +.outline-stone-400\/60{ + outline-color: rgb(168 162 158 / 0.6); +} +.outline-stone-400\/70{ + outline-color: rgb(168 162 158 / 0.7); +} +.outline-stone-400\/75{ + outline-color: rgb(168 162 158 / 0.75); +} +.outline-stone-400\/80{ + outline-color: rgb(168 162 158 / 0.8); +} +.outline-stone-400\/90{ + outline-color: rgb(168 162 158 / 0.9); +} +.outline-stone-400\/95{ + outline-color: rgb(168 162 158 / 0.95); +} +.outline-stone-400\/100{ + outline-color: rgb(168 162 158 / 1); +} +.outline-stone-500\/0{ + outline-color: rgb(120 113 108 / 0); +} +.outline-stone-500\/5{ + outline-color: rgb(120 113 108 / 0.05); +} +.outline-stone-500\/10{ + outline-color: rgb(120 113 108 / 0.1); +} +.outline-stone-500\/20{ + outline-color: rgb(120 113 108 / 0.2); +} +.outline-stone-500\/25{ + outline-color: rgb(120 113 108 / 0.25); +} +.outline-stone-500\/30{ + outline-color: rgb(120 113 108 / 0.3); +} +.outline-stone-500\/40{ + outline-color: rgb(120 113 108 / 0.4); +} +.outline-stone-500\/50{ + outline-color: rgb(120 113 108 / 0.5); +} +.outline-stone-500\/60{ + outline-color: rgb(120 113 108 / 0.6); +} +.outline-stone-500\/70{ + outline-color: rgb(120 113 108 / 0.7); +} +.outline-stone-500\/75{ + outline-color: rgb(120 113 108 / 0.75); +} +.outline-stone-500\/80{ + outline-color: rgb(120 113 108 / 0.8); +} +.outline-stone-500\/90{ + outline-color: rgb(120 113 108 / 0.9); +} +.outline-stone-500\/95{ + outline-color: rgb(120 113 108 / 0.95); +} +.outline-stone-500\/100{ + outline-color: rgb(120 113 108 / 1); +} +.outline-stone-600\/0{ + outline-color: rgb(87 83 78 / 0); +} +.outline-stone-600\/5{ + outline-color: rgb(87 83 78 / 0.05); +} +.outline-stone-600\/10{ + outline-color: rgb(87 83 78 / 0.1); +} +.outline-stone-600\/20{ + outline-color: rgb(87 83 78 / 0.2); +} +.outline-stone-600\/25{ + outline-color: rgb(87 83 78 / 0.25); +} +.outline-stone-600\/30{ + outline-color: rgb(87 83 78 / 0.3); +} +.outline-stone-600\/40{ + outline-color: rgb(87 83 78 / 0.4); +} +.outline-stone-600\/50{ + outline-color: rgb(87 83 78 / 0.5); +} +.outline-stone-600\/60{ + outline-color: rgb(87 83 78 / 0.6); +} +.outline-stone-600\/70{ + outline-color: rgb(87 83 78 / 0.7); +} +.outline-stone-600\/75{ + outline-color: rgb(87 83 78 / 0.75); +} +.outline-stone-600\/80{ + outline-color: rgb(87 83 78 / 0.8); +} +.outline-stone-600\/90{ + outline-color: rgb(87 83 78 / 0.9); +} +.outline-stone-600\/95{ + outline-color: rgb(87 83 78 / 0.95); +} +.outline-stone-600\/100{ + outline-color: rgb(87 83 78 / 1); +} +.outline-stone-700\/0{ + outline-color: rgb(68 64 60 / 0); +} +.outline-stone-700\/5{ + outline-color: rgb(68 64 60 / 0.05); +} +.outline-stone-700\/10{ + outline-color: rgb(68 64 60 / 0.1); +} +.outline-stone-700\/20{ + outline-color: rgb(68 64 60 / 0.2); +} +.outline-stone-700\/25{ + outline-color: rgb(68 64 60 / 0.25); +} +.outline-stone-700\/30{ + outline-color: rgb(68 64 60 / 0.3); +} +.outline-stone-700\/40{ + outline-color: rgb(68 64 60 / 0.4); +} +.outline-stone-700\/50{ + outline-color: rgb(68 64 60 / 0.5); +} +.outline-stone-700\/60{ + outline-color: rgb(68 64 60 / 0.6); +} +.outline-stone-700\/70{ + outline-color: rgb(68 64 60 / 0.7); +} +.outline-stone-700\/75{ + outline-color: rgb(68 64 60 / 0.75); +} +.outline-stone-700\/80{ + outline-color: rgb(68 64 60 / 0.8); +} +.outline-stone-700\/90{ + outline-color: rgb(68 64 60 / 0.9); +} +.outline-stone-700\/95{ + outline-color: rgb(68 64 60 / 0.95); +} +.outline-stone-700\/100{ + outline-color: rgb(68 64 60 / 1); +} +.outline-stone-800\/0{ + outline-color: rgb(41 37 36 / 0); +} +.outline-stone-800\/5{ + outline-color: rgb(41 37 36 / 0.05); +} +.outline-stone-800\/10{ + outline-color: rgb(41 37 36 / 0.1); +} +.outline-stone-800\/20{ + outline-color: rgb(41 37 36 / 0.2); +} +.outline-stone-800\/25{ + outline-color: rgb(41 37 36 / 0.25); +} +.outline-stone-800\/30{ + outline-color: rgb(41 37 36 / 0.3); +} +.outline-stone-800\/40{ + outline-color: rgb(41 37 36 / 0.4); +} +.outline-stone-800\/50{ + outline-color: rgb(41 37 36 / 0.5); +} +.outline-stone-800\/60{ + outline-color: rgb(41 37 36 / 0.6); +} +.outline-stone-800\/70{ + outline-color: rgb(41 37 36 / 0.7); +} +.outline-stone-800\/75{ + outline-color: rgb(41 37 36 / 0.75); +} +.outline-stone-800\/80{ + outline-color: rgb(41 37 36 / 0.8); +} +.outline-stone-800\/90{ + outline-color: rgb(41 37 36 / 0.9); +} +.outline-stone-800\/95{ + outline-color: rgb(41 37 36 / 0.95); +} +.outline-stone-800\/100{ + outline-color: rgb(41 37 36 / 1); +} +.outline-stone-900\/0{ + outline-color: rgb(28 25 23 / 0); +} +.outline-stone-900\/5{ + outline-color: rgb(28 25 23 / 0.05); +} +.outline-stone-900\/10{ + outline-color: rgb(28 25 23 / 0.1); +} +.outline-stone-900\/20{ + outline-color: rgb(28 25 23 / 0.2); +} +.outline-stone-900\/25{ + outline-color: rgb(28 25 23 / 0.25); +} +.outline-stone-900\/30{ + outline-color: rgb(28 25 23 / 0.3); +} +.outline-stone-900\/40{ + outline-color: rgb(28 25 23 / 0.4); +} +.outline-stone-900\/50{ + outline-color: rgb(28 25 23 / 0.5); +} +.outline-stone-900\/60{ + outline-color: rgb(28 25 23 / 0.6); +} +.outline-stone-900\/70{ + outline-color: rgb(28 25 23 / 0.7); +} +.outline-stone-900\/75{ + outline-color: rgb(28 25 23 / 0.75); +} +.outline-stone-900\/80{ + outline-color: rgb(28 25 23 / 0.8); +} +.outline-stone-900\/90{ + outline-color: rgb(28 25 23 / 0.9); +} +.outline-stone-900\/95{ + outline-color: rgb(28 25 23 / 0.95); +} +.outline-stone-900\/100{ + outline-color: rgb(28 25 23 / 1); +} +.outline-red-50\/0{ + outline-color: rgb(252 242 242 / 0); +} +.outline-red-50\/5{ + outline-color: rgb(252 242 242 / 0.05); +} +.outline-red-50\/10{ + outline-color: rgb(252 242 242 / 0.1); +} +.outline-red-50\/20{ + outline-color: rgb(252 242 242 / 0.2); +} +.outline-red-50\/25{ + outline-color: rgb(252 242 242 / 0.25); +} +.outline-red-50\/30{ + outline-color: rgb(252 242 242 / 0.3); +} +.outline-red-50\/40{ + outline-color: rgb(252 242 242 / 0.4); +} +.outline-red-50\/50{ + outline-color: rgb(252 242 242 / 0.5); +} +.outline-red-50\/60{ + outline-color: rgb(252 242 242 / 0.6); +} +.outline-red-50\/70{ + outline-color: rgb(252 242 242 / 0.7); +} +.outline-red-50\/75{ + outline-color: rgb(252 242 242 / 0.75); +} +.outline-red-50\/80{ + outline-color: rgb(252 242 242 / 0.8); +} +.outline-red-50\/90{ + outline-color: rgb(252 242 242 / 0.9); +} +.outline-red-50\/95{ + outline-color: rgb(252 242 242 / 0.95); +} +.outline-red-50\/100{ + outline-color: rgb(252 242 242 / 1); +} +.outline-red-100\/0{ + outline-color: rgb(250 230 230 / 0); +} +.outline-red-100\/5{ + outline-color: rgb(250 230 230 / 0.05); +} +.outline-red-100\/10{ + outline-color: rgb(250 230 230 / 0.1); +} +.outline-red-100\/20{ + outline-color: rgb(250 230 230 / 0.2); +} +.outline-red-100\/25{ + outline-color: rgb(250 230 230 / 0.25); +} +.outline-red-100\/30{ + outline-color: rgb(250 230 230 / 0.3); +} +.outline-red-100\/40{ + outline-color: rgb(250 230 230 / 0.4); +} +.outline-red-100\/50{ + outline-color: rgb(250 230 230 / 0.5); +} +.outline-red-100\/60{ + outline-color: rgb(250 230 230 / 0.6); +} +.outline-red-100\/70{ + outline-color: rgb(250 230 230 / 0.7); +} +.outline-red-100\/75{ + outline-color: rgb(250 230 230 / 0.75); +} +.outline-red-100\/80{ + outline-color: rgb(250 230 230 / 0.8); +} +.outline-red-100\/90{ + outline-color: rgb(250 230 230 / 0.9); +} +.outline-red-100\/95{ + outline-color: rgb(250 230 230 / 0.95); +} +.outline-red-100\/100{ + outline-color: rgb(250 230 230 / 1); +} +.outline-red-200\/0{ + outline-color: rgb(242 191 191 / 0); +} +.outline-red-200\/5{ + outline-color: rgb(242 191 191 / 0.05); +} +.outline-red-200\/10{ + outline-color: rgb(242 191 191 / 0.1); +} +.outline-red-200\/20{ + outline-color: rgb(242 191 191 / 0.2); +} +.outline-red-200\/25{ + outline-color: rgb(242 191 191 / 0.25); +} +.outline-red-200\/30{ + outline-color: rgb(242 191 191 / 0.3); +} +.outline-red-200\/40{ + outline-color: rgb(242 191 191 / 0.4); +} +.outline-red-200\/50{ + outline-color: rgb(242 191 191 / 0.5); +} +.outline-red-200\/60{ + outline-color: rgb(242 191 191 / 0.6); +} +.outline-red-200\/70{ + outline-color: rgb(242 191 191 / 0.7); +} +.outline-red-200\/75{ + outline-color: rgb(242 191 191 / 0.75); +} +.outline-red-200\/80{ + outline-color: rgb(242 191 191 / 0.8); +} +.outline-red-200\/90{ + outline-color: rgb(242 191 191 / 0.9); +} +.outline-red-200\/95{ + outline-color: rgb(242 191 191 / 0.95); +} +.outline-red-200\/100{ + outline-color: rgb(242 191 191 / 1); +} +.outline-red-300\/0{ + outline-color: rgb(235 153 153 / 0); +} +.outline-red-300\/5{ + outline-color: rgb(235 153 153 / 0.05); +} +.outline-red-300\/10{ + outline-color: rgb(235 153 153 / 0.1); +} +.outline-red-300\/20{ + outline-color: rgb(235 153 153 / 0.2); +} +.outline-red-300\/25{ + outline-color: rgb(235 153 153 / 0.25); +} +.outline-red-300\/30{ + outline-color: rgb(235 153 153 / 0.3); +} +.outline-red-300\/40{ + outline-color: rgb(235 153 153 / 0.4); +} +.outline-red-300\/50{ + outline-color: rgb(235 153 153 / 0.5); +} +.outline-red-300\/60{ + outline-color: rgb(235 153 153 / 0.6); +} +.outline-red-300\/70{ + outline-color: rgb(235 153 153 / 0.7); +} +.outline-red-300\/75{ + outline-color: rgb(235 153 153 / 0.75); +} +.outline-red-300\/80{ + outline-color: rgb(235 153 153 / 0.8); +} +.outline-red-300\/90{ + outline-color: rgb(235 153 153 / 0.9); +} +.outline-red-300\/95{ + outline-color: rgb(235 153 153 / 0.95); +} +.outline-red-300\/100{ + outline-color: rgb(235 153 153 / 1); +} +.outline-red-400\/0{ + outline-color: rgb(219 77 77 / 0); +} +.outline-red-400\/5{ + outline-color: rgb(219 77 77 / 0.05); +} +.outline-red-400\/10{ + outline-color: rgb(219 77 77 / 0.1); +} +.outline-red-400\/20{ + outline-color: rgb(219 77 77 / 0.2); +} +.outline-red-400\/25{ + outline-color: rgb(219 77 77 / 0.25); +} +.outline-red-400\/30{ + outline-color: rgb(219 77 77 / 0.3); +} +.outline-red-400\/40{ + outline-color: rgb(219 77 77 / 0.4); +} +.outline-red-400\/50{ + outline-color: rgb(219 77 77 / 0.5); +} +.outline-red-400\/60{ + outline-color: rgb(219 77 77 / 0.6); +} +.outline-red-400\/70{ + outline-color: rgb(219 77 77 / 0.7); +} +.outline-red-400\/75{ + outline-color: rgb(219 77 77 / 0.75); +} +.outline-red-400\/80{ + outline-color: rgb(219 77 77 / 0.8); +} +.outline-red-400\/90{ + outline-color: rgb(219 77 77 / 0.9); +} +.outline-red-400\/95{ + outline-color: rgb(219 77 77 / 0.95); +} +.outline-red-400\/100{ + outline-color: rgb(219 77 77 / 1); +} +.outline-red-500\/0{ + outline-color: rgb(204 0 0 / 0); +} +.outline-red-500\/5{ + outline-color: rgb(204 0 0 / 0.05); +} +.outline-red-500\/10{ + outline-color: rgb(204 0 0 / 0.1); +} +.outline-red-500\/20{ + outline-color: rgb(204 0 0 / 0.2); +} +.outline-red-500\/25{ + outline-color: rgb(204 0 0 / 0.25); +} +.outline-red-500\/30{ + outline-color: rgb(204 0 0 / 0.3); +} +.outline-red-500\/40{ + outline-color: rgb(204 0 0 / 0.4); +} +.outline-red-500\/50{ + outline-color: rgb(204 0 0 / 0.5); +} +.outline-red-500\/60{ + outline-color: rgb(204 0 0 / 0.6); +} +.outline-red-500\/70{ + outline-color: rgb(204 0 0 / 0.7); +} +.outline-red-500\/75{ + outline-color: rgb(204 0 0 / 0.75); +} +.outline-red-500\/80{ + outline-color: rgb(204 0 0 / 0.8); +} +.outline-red-500\/90{ + outline-color: rgb(204 0 0 / 0.9); +} +.outline-red-500\/95{ + outline-color: rgb(204 0 0 / 0.95); +} +.outline-red-500\/100{ + outline-color: rgb(204 0 0 / 1); +} +.outline-red-600\/0{ + outline-color: rgb(184 0 0 / 0); +} +.outline-red-600\/5{ + outline-color: rgb(184 0 0 / 0.05); +} +.outline-red-600\/10{ + outline-color: rgb(184 0 0 / 0.1); +} +.outline-red-600\/20{ + outline-color: rgb(184 0 0 / 0.2); +} +.outline-red-600\/25{ + outline-color: rgb(184 0 0 / 0.25); +} +.outline-red-600\/30{ + outline-color: rgb(184 0 0 / 0.3); +} +.outline-red-600\/40{ + outline-color: rgb(184 0 0 / 0.4); +} +.outline-red-600\/50{ + outline-color: rgb(184 0 0 / 0.5); +} +.outline-red-600\/60{ + outline-color: rgb(184 0 0 / 0.6); +} +.outline-red-600\/70{ + outline-color: rgb(184 0 0 / 0.7); +} +.outline-red-600\/75{ + outline-color: rgb(184 0 0 / 0.75); +} +.outline-red-600\/80{ + outline-color: rgb(184 0 0 / 0.8); +} +.outline-red-600\/90{ + outline-color: rgb(184 0 0 / 0.9); +} +.outline-red-600\/95{ + outline-color: rgb(184 0 0 / 0.95); +} +.outline-red-600\/100{ + outline-color: rgb(184 0 0 / 1); +} +.outline-red-700\/0{ + outline-color: rgb(153 0 0 / 0); +} +.outline-red-700\/5{ + outline-color: rgb(153 0 0 / 0.05); +} +.outline-red-700\/10{ + outline-color: rgb(153 0 0 / 0.1); +} +.outline-red-700\/20{ + outline-color: rgb(153 0 0 / 0.2); +} +.outline-red-700\/25{ + outline-color: rgb(153 0 0 / 0.25); +} +.outline-red-700\/30{ + outline-color: rgb(153 0 0 / 0.3); +} +.outline-red-700\/40{ + outline-color: rgb(153 0 0 / 0.4); +} +.outline-red-700\/50{ + outline-color: rgb(153 0 0 / 0.5); +} +.outline-red-700\/60{ + outline-color: rgb(153 0 0 / 0.6); +} +.outline-red-700\/70{ + outline-color: rgb(153 0 0 / 0.7); +} +.outline-red-700\/75{ + outline-color: rgb(153 0 0 / 0.75); +} +.outline-red-700\/80{ + outline-color: rgb(153 0 0 / 0.8); +} +.outline-red-700\/90{ + outline-color: rgb(153 0 0 / 0.9); +} +.outline-red-700\/95{ + outline-color: rgb(153 0 0 / 0.95); +} +.outline-red-700\/100{ + outline-color: rgb(153 0 0 / 1); +} +.outline-red-800\/0{ + outline-color: rgb(122 0 0 / 0); +} +.outline-red-800\/5{ + outline-color: rgb(122 0 0 / 0.05); +} +.outline-red-800\/10{ + outline-color: rgb(122 0 0 / 0.1); +} +.outline-red-800\/20{ + outline-color: rgb(122 0 0 / 0.2); +} +.outline-red-800\/25{ + outline-color: rgb(122 0 0 / 0.25); +} +.outline-red-800\/30{ + outline-color: rgb(122 0 0 / 0.3); +} +.outline-red-800\/40{ + outline-color: rgb(122 0 0 / 0.4); +} +.outline-red-800\/50{ + outline-color: rgb(122 0 0 / 0.5); +} +.outline-red-800\/60{ + outline-color: rgb(122 0 0 / 0.6); +} +.outline-red-800\/70{ + outline-color: rgb(122 0 0 / 0.7); +} +.outline-red-800\/75{ + outline-color: rgb(122 0 0 / 0.75); +} +.outline-red-800\/80{ + outline-color: rgb(122 0 0 / 0.8); +} +.outline-red-800\/90{ + outline-color: rgb(122 0 0 / 0.9); +} +.outline-red-800\/95{ + outline-color: rgb(122 0 0 / 0.95); +} +.outline-red-800\/100{ + outline-color: rgb(122 0 0 / 1); +} +.outline-red-900\/0{ + outline-color: rgb(100 0 0 / 0); +} +.outline-red-900\/5{ + outline-color: rgb(100 0 0 / 0.05); +} +.outline-red-900\/10{ + outline-color: rgb(100 0 0 / 0.1); +} +.outline-red-900\/20{ + outline-color: rgb(100 0 0 / 0.2); +} +.outline-red-900\/25{ + outline-color: rgb(100 0 0 / 0.25); +} +.outline-red-900\/30{ + outline-color: rgb(100 0 0 / 0.3); +} +.outline-red-900\/40{ + outline-color: rgb(100 0 0 / 0.4); +} +.outline-red-900\/50{ + outline-color: rgb(100 0 0 / 0.5); +} +.outline-red-900\/60{ + outline-color: rgb(100 0 0 / 0.6); +} +.outline-red-900\/70{ + outline-color: rgb(100 0 0 / 0.7); +} +.outline-red-900\/75{ + outline-color: rgb(100 0 0 / 0.75); +} +.outline-red-900\/80{ + outline-color: rgb(100 0 0 / 0.8); +} +.outline-red-900\/90{ + outline-color: rgb(100 0 0 / 0.9); +} +.outline-red-900\/95{ + outline-color: rgb(100 0 0 / 0.95); +} +.outline-red-900\/100{ + outline-color: rgb(100 0 0 / 1); +} +.outline-red\/0{ + outline-color: rgb(204 0 0 / 0); +} +.outline-red\/5{ + outline-color: rgb(204 0 0 / 0.05); +} +.outline-red\/10{ + outline-color: rgb(204 0 0 / 0.1); +} +.outline-red\/20{ + outline-color: rgb(204 0 0 / 0.2); +} +.outline-red\/25{ + outline-color: rgb(204 0 0 / 0.25); +} +.outline-red\/30{ + outline-color: rgb(204 0 0 / 0.3); +} +.outline-red\/40{ + outline-color: rgb(204 0 0 / 0.4); +} +.outline-red\/50{ + outline-color: rgb(204 0 0 / 0.5); +} +.outline-red\/60{ + outline-color: rgb(204 0 0 / 0.6); +} +.outline-red\/70{ + outline-color: rgb(204 0 0 / 0.7); +} +.outline-red\/75{ + outline-color: rgb(204 0 0 / 0.75); +} +.outline-red\/80{ + outline-color: rgb(204 0 0 / 0.8); +} +.outline-red\/90{ + outline-color: rgb(204 0 0 / 0.9); +} +.outline-red\/95{ + outline-color: rgb(204 0 0 / 0.95); +} +.outline-red\/100{ + outline-color: rgb(204 0 0 / 1); +} +.outline-orange-50\/0{ + outline-color: rgb(255 250 243 / 0); +} +.outline-orange-50\/5{ + outline-color: rgb(255 250 243 / 0.05); +} +.outline-orange-50\/10{ + outline-color: rgb(255 250 243 / 0.1); +} +.outline-orange-50\/20{ + outline-color: rgb(255 250 243 / 0.2); +} +.outline-orange-50\/25{ + outline-color: rgb(255 250 243 / 0.25); +} +.outline-orange-50\/30{ + outline-color: rgb(255 250 243 / 0.3); +} +.outline-orange-50\/40{ + outline-color: rgb(255 250 243 / 0.4); +} +.outline-orange-50\/50{ + outline-color: rgb(255 250 243 / 0.5); +} +.outline-orange-50\/60{ + outline-color: rgb(255 250 243 / 0.6); +} +.outline-orange-50\/70{ + outline-color: rgb(255 250 243 / 0.7); +} +.outline-orange-50\/75{ + outline-color: rgb(255 250 243 / 0.75); +} +.outline-orange-50\/80{ + outline-color: rgb(255 250 243 / 0.8); +} +.outline-orange-50\/90{ + outline-color: rgb(255 250 243 / 0.9); +} +.outline-orange-50\/95{ + outline-color: rgb(255 250 243 / 0.95); +} +.outline-orange-50\/100{ + outline-color: rgb(255 250 243 / 1); +} +.outline-orange-100\/0{ + outline-color: rgb(254 245 231 / 0); +} +.outline-orange-100\/5{ + outline-color: rgb(254 245 231 / 0.05); +} +.outline-orange-100\/10{ + outline-color: rgb(254 245 231 / 0.1); +} +.outline-orange-100\/20{ + outline-color: rgb(254 245 231 / 0.2); +} +.outline-orange-100\/25{ + outline-color: rgb(254 245 231 / 0.25); +} +.outline-orange-100\/30{ + outline-color: rgb(254 245 231 / 0.3); +} +.outline-orange-100\/40{ + outline-color: rgb(254 245 231 / 0.4); +} +.outline-orange-100\/50{ + outline-color: rgb(254 245 231 / 0.5); +} +.outline-orange-100\/60{ + outline-color: rgb(254 245 231 / 0.6); +} +.outline-orange-100\/70{ + outline-color: rgb(254 245 231 / 0.7); +} +.outline-orange-100\/75{ + outline-color: rgb(254 245 231 / 0.75); +} +.outline-orange-100\/80{ + outline-color: rgb(254 245 231 / 0.8); +} +.outline-orange-100\/90{ + outline-color: rgb(254 245 231 / 0.9); +} +.outline-orange-100\/95{ + outline-color: rgb(254 245 231 / 0.95); +} +.outline-orange-100\/100{ + outline-color: rgb(254 245 231 / 1); +} +.outline-orange-200\/0{ + outline-color: rgb(253 231 194 / 0); +} +.outline-orange-200\/5{ + outline-color: rgb(253 231 194 / 0.05); +} +.outline-orange-200\/10{ + outline-color: rgb(253 231 194 / 0.1); +} +.outline-orange-200\/20{ + outline-color: rgb(253 231 194 / 0.2); +} +.outline-orange-200\/25{ + outline-color: rgb(253 231 194 / 0.25); +} +.outline-orange-200\/30{ + outline-color: rgb(253 231 194 / 0.3); +} +.outline-orange-200\/40{ + outline-color: rgb(253 231 194 / 0.4); +} +.outline-orange-200\/50{ + outline-color: rgb(253 231 194 / 0.5); +} +.outline-orange-200\/60{ + outline-color: rgb(253 231 194 / 0.6); +} +.outline-orange-200\/70{ + outline-color: rgb(253 231 194 / 0.7); +} +.outline-orange-200\/75{ + outline-color: rgb(253 231 194 / 0.75); +} +.outline-orange-200\/80{ + outline-color: rgb(253 231 194 / 0.8); +} +.outline-orange-200\/90{ + outline-color: rgb(253 231 194 / 0.9); +} +.outline-orange-200\/95{ + outline-color: rgb(253 231 194 / 0.95); +} +.outline-orange-200\/100{ + outline-color: rgb(253 231 194 / 1); +} +.outline-orange-300\/0{ + outline-color: rgb(251 216 157 / 0); +} +.outline-orange-300\/5{ + outline-color: rgb(251 216 157 / 0.05); +} +.outline-orange-300\/10{ + outline-color: rgb(251 216 157 / 0.1); +} +.outline-orange-300\/20{ + outline-color: rgb(251 216 157 / 0.2); +} +.outline-orange-300\/25{ + outline-color: rgb(251 216 157 / 0.25); +} +.outline-orange-300\/30{ + outline-color: rgb(251 216 157 / 0.3); +} +.outline-orange-300\/40{ + outline-color: rgb(251 216 157 / 0.4); +} +.outline-orange-300\/50{ + outline-color: rgb(251 216 157 / 0.5); +} +.outline-orange-300\/60{ + outline-color: rgb(251 216 157 / 0.6); +} +.outline-orange-300\/70{ + outline-color: rgb(251 216 157 / 0.7); +} +.outline-orange-300\/75{ + outline-color: rgb(251 216 157 / 0.75); +} +.outline-orange-300\/80{ + outline-color: rgb(251 216 157 / 0.8); +} +.outline-orange-300\/90{ + outline-color: rgb(251 216 157 / 0.9); +} +.outline-orange-300\/95{ + outline-color: rgb(251 216 157 / 0.95); +} +.outline-orange-300\/100{ + outline-color: rgb(251 216 157 / 1); +} +.outline-orange-400\/0{ + outline-color: rgb(248 187 84 / 0); +} +.outline-orange-400\/5{ + outline-color: rgb(248 187 84 / 0.05); +} +.outline-orange-400\/10{ + outline-color: rgb(248 187 84 / 0.1); +} +.outline-orange-400\/20{ + outline-color: rgb(248 187 84 / 0.2); +} +.outline-orange-400\/25{ + outline-color: rgb(248 187 84 / 0.25); +} +.outline-orange-400\/30{ + outline-color: rgb(248 187 84 / 0.3); +} +.outline-orange-400\/40{ + outline-color: rgb(248 187 84 / 0.4); +} +.outline-orange-400\/50{ + outline-color: rgb(248 187 84 / 0.5); +} +.outline-orange-400\/60{ + outline-color: rgb(248 187 84 / 0.6); +} +.outline-orange-400\/70{ + outline-color: rgb(248 187 84 / 0.7); +} +.outline-orange-400\/75{ + outline-color: rgb(248 187 84 / 0.75); +} +.outline-orange-400\/80{ + outline-color: rgb(248 187 84 / 0.8); +} +.outline-orange-400\/90{ + outline-color: rgb(248 187 84 / 0.9); +} +.outline-orange-400\/95{ + outline-color: rgb(248 187 84 / 0.95); +} +.outline-orange-400\/100{ + outline-color: rgb(248 187 84 / 1); +} +.outline-orange-500\/0{ + outline-color: rgb(245 158 11 / 0); +} +.outline-orange-500\/5{ + outline-color: rgb(245 158 11 / 0.05); +} +.outline-orange-500\/10{ + outline-color: rgb(245 158 11 / 0.1); +} +.outline-orange-500\/20{ + outline-color: rgb(245 158 11 / 0.2); +} +.outline-orange-500\/25{ + outline-color: rgb(245 158 11 / 0.25); +} +.outline-orange-500\/30{ + outline-color: rgb(245 158 11 / 0.3); +} +.outline-orange-500\/40{ + outline-color: rgb(245 158 11 / 0.4); +} +.outline-orange-500\/50{ + outline-color: rgb(245 158 11 / 0.5); +} +.outline-orange-500\/60{ + outline-color: rgb(245 158 11 / 0.6); +} +.outline-orange-500\/70{ + outline-color: rgb(245 158 11 / 0.7); +} +.outline-orange-500\/75{ + outline-color: rgb(245 158 11 / 0.75); +} +.outline-orange-500\/80{ + outline-color: rgb(245 158 11 / 0.8); +} +.outline-orange-500\/90{ + outline-color: rgb(245 158 11 / 0.9); +} +.outline-orange-500\/95{ + outline-color: rgb(245 158 11 / 0.95); +} +.outline-orange-500\/100{ + outline-color: rgb(245 158 11 / 1); +} +.outline-orange-600\/0{ + outline-color: rgb(221 142 10 / 0); +} +.outline-orange-600\/5{ + outline-color: rgb(221 142 10 / 0.05); +} +.outline-orange-600\/10{ + outline-color: rgb(221 142 10 / 0.1); +} +.outline-orange-600\/20{ + outline-color: rgb(221 142 10 / 0.2); +} +.outline-orange-600\/25{ + outline-color: rgb(221 142 10 / 0.25); +} +.outline-orange-600\/30{ + outline-color: rgb(221 142 10 / 0.3); +} +.outline-orange-600\/40{ + outline-color: rgb(221 142 10 / 0.4); +} +.outline-orange-600\/50{ + outline-color: rgb(221 142 10 / 0.5); +} +.outline-orange-600\/60{ + outline-color: rgb(221 142 10 / 0.6); +} +.outline-orange-600\/70{ + outline-color: rgb(221 142 10 / 0.7); +} +.outline-orange-600\/75{ + outline-color: rgb(221 142 10 / 0.75); +} +.outline-orange-600\/80{ + outline-color: rgb(221 142 10 / 0.8); +} +.outline-orange-600\/90{ + outline-color: rgb(221 142 10 / 0.9); +} +.outline-orange-600\/95{ + outline-color: rgb(221 142 10 / 0.95); +} +.outline-orange-600\/100{ + outline-color: rgb(221 142 10 / 1); +} +.outline-orange-700\/0{ + outline-color: rgb(184 119 8 / 0); +} +.outline-orange-700\/5{ + outline-color: rgb(184 119 8 / 0.05); +} +.outline-orange-700\/10{ + outline-color: rgb(184 119 8 / 0.1); +} +.outline-orange-700\/20{ + outline-color: rgb(184 119 8 / 0.2); +} +.outline-orange-700\/25{ + outline-color: rgb(184 119 8 / 0.25); +} +.outline-orange-700\/30{ + outline-color: rgb(184 119 8 / 0.3); +} +.outline-orange-700\/40{ + outline-color: rgb(184 119 8 / 0.4); +} +.outline-orange-700\/50{ + outline-color: rgb(184 119 8 / 0.5); +} +.outline-orange-700\/60{ + outline-color: rgb(184 119 8 / 0.6); +} +.outline-orange-700\/70{ + outline-color: rgb(184 119 8 / 0.7); +} +.outline-orange-700\/75{ + outline-color: rgb(184 119 8 / 0.75); +} +.outline-orange-700\/80{ + outline-color: rgb(184 119 8 / 0.8); +} +.outline-orange-700\/90{ + outline-color: rgb(184 119 8 / 0.9); +} +.outline-orange-700\/95{ + outline-color: rgb(184 119 8 / 0.95); +} +.outline-orange-700\/100{ + outline-color: rgb(184 119 8 / 1); +} +.outline-orange-800\/0{ + outline-color: rgb(147 95 7 / 0); +} +.outline-orange-800\/5{ + outline-color: rgb(147 95 7 / 0.05); +} +.outline-orange-800\/10{ + outline-color: rgb(147 95 7 / 0.1); +} +.outline-orange-800\/20{ + outline-color: rgb(147 95 7 / 0.2); +} +.outline-orange-800\/25{ + outline-color: rgb(147 95 7 / 0.25); +} +.outline-orange-800\/30{ + outline-color: rgb(147 95 7 / 0.3); +} +.outline-orange-800\/40{ + outline-color: rgb(147 95 7 / 0.4); +} +.outline-orange-800\/50{ + outline-color: rgb(147 95 7 / 0.5); +} +.outline-orange-800\/60{ + outline-color: rgb(147 95 7 / 0.6); +} +.outline-orange-800\/70{ + outline-color: rgb(147 95 7 / 0.7); +} +.outline-orange-800\/75{ + outline-color: rgb(147 95 7 / 0.75); +} +.outline-orange-800\/80{ + outline-color: rgb(147 95 7 / 0.8); +} +.outline-orange-800\/90{ + outline-color: rgb(147 95 7 / 0.9); +} +.outline-orange-800\/95{ + outline-color: rgb(147 95 7 / 0.95); +} +.outline-orange-800\/100{ + outline-color: rgb(147 95 7 / 1); +} +.outline-orange-900\/0{ + outline-color: rgb(120 77 5 / 0); +} +.outline-orange-900\/5{ + outline-color: rgb(120 77 5 / 0.05); +} +.outline-orange-900\/10{ + outline-color: rgb(120 77 5 / 0.1); +} +.outline-orange-900\/20{ + outline-color: rgb(120 77 5 / 0.2); +} +.outline-orange-900\/25{ + outline-color: rgb(120 77 5 / 0.25); +} +.outline-orange-900\/30{ + outline-color: rgb(120 77 5 / 0.3); +} +.outline-orange-900\/40{ + outline-color: rgb(120 77 5 / 0.4); +} +.outline-orange-900\/50{ + outline-color: rgb(120 77 5 / 0.5); +} +.outline-orange-900\/60{ + outline-color: rgb(120 77 5 / 0.6); +} +.outline-orange-900\/70{ + outline-color: rgb(120 77 5 / 0.7); +} +.outline-orange-900\/75{ + outline-color: rgb(120 77 5 / 0.75); +} +.outline-orange-900\/80{ + outline-color: rgb(120 77 5 / 0.8); +} +.outline-orange-900\/90{ + outline-color: rgb(120 77 5 / 0.9); +} +.outline-orange-900\/95{ + outline-color: rgb(120 77 5 / 0.95); +} +.outline-orange-900\/100{ + outline-color: rgb(120 77 5 / 1); +} +.outline-orange\/0{ + outline-color: rgb(245 158 11 / 0); +} +.outline-orange\/5{ + outline-color: rgb(245 158 11 / 0.05); +} +.outline-orange\/10{ + outline-color: rgb(245 158 11 / 0.1); +} +.outline-orange\/20{ + outline-color: rgb(245 158 11 / 0.2); +} +.outline-orange\/25{ + outline-color: rgb(245 158 11 / 0.25); +} +.outline-orange\/30{ + outline-color: rgb(245 158 11 / 0.3); +} +.outline-orange\/40{ + outline-color: rgb(245 158 11 / 0.4); +} +.outline-orange\/50{ + outline-color: rgb(245 158 11 / 0.5); +} +.outline-orange\/60{ + outline-color: rgb(245 158 11 / 0.6); +} +.outline-orange\/70{ + outline-color: rgb(245 158 11 / 0.7); +} +.outline-orange\/75{ + outline-color: rgb(245 158 11 / 0.75); +} +.outline-orange\/80{ + outline-color: rgb(245 158 11 / 0.8); +} +.outline-orange\/90{ + outline-color: rgb(245 158 11 / 0.9); +} +.outline-orange\/95{ + outline-color: rgb(245 158 11 / 0.95); +} +.outline-orange\/100{ + outline-color: rgb(245 158 11 / 1); +} +.outline-amber-50\/0{ + outline-color: rgb(255 251 235 / 0); +} +.outline-amber-50\/5{ + outline-color: rgb(255 251 235 / 0.05); +} +.outline-amber-50\/10{ + outline-color: rgb(255 251 235 / 0.1); +} +.outline-amber-50\/20{ + outline-color: rgb(255 251 235 / 0.2); +} +.outline-amber-50\/25{ + outline-color: rgb(255 251 235 / 0.25); +} +.outline-amber-50\/30{ + outline-color: rgb(255 251 235 / 0.3); +} +.outline-amber-50\/40{ + outline-color: rgb(255 251 235 / 0.4); +} +.outline-amber-50\/50{ + outline-color: rgb(255 251 235 / 0.5); +} +.outline-amber-50\/60{ + outline-color: rgb(255 251 235 / 0.6); +} +.outline-amber-50\/70{ + outline-color: rgb(255 251 235 / 0.7); +} +.outline-amber-50\/75{ + outline-color: rgb(255 251 235 / 0.75); +} +.outline-amber-50\/80{ + outline-color: rgb(255 251 235 / 0.8); +} +.outline-amber-50\/90{ + outline-color: rgb(255 251 235 / 0.9); +} +.outline-amber-50\/95{ + outline-color: rgb(255 251 235 / 0.95); +} +.outline-amber-50\/100{ + outline-color: rgb(255 251 235 / 1); +} +.outline-amber-100\/0{ + outline-color: rgb(254 243 199 / 0); +} +.outline-amber-100\/5{ + outline-color: rgb(254 243 199 / 0.05); +} +.outline-amber-100\/10{ + outline-color: rgb(254 243 199 / 0.1); +} +.outline-amber-100\/20{ + outline-color: rgb(254 243 199 / 0.2); +} +.outline-amber-100\/25{ + outline-color: rgb(254 243 199 / 0.25); +} +.outline-amber-100\/30{ + outline-color: rgb(254 243 199 / 0.3); +} +.outline-amber-100\/40{ + outline-color: rgb(254 243 199 / 0.4); +} +.outline-amber-100\/50{ + outline-color: rgb(254 243 199 / 0.5); +} +.outline-amber-100\/60{ + outline-color: rgb(254 243 199 / 0.6); +} +.outline-amber-100\/70{ + outline-color: rgb(254 243 199 / 0.7); +} +.outline-amber-100\/75{ + outline-color: rgb(254 243 199 / 0.75); +} +.outline-amber-100\/80{ + outline-color: rgb(254 243 199 / 0.8); +} +.outline-amber-100\/90{ + outline-color: rgb(254 243 199 / 0.9); +} +.outline-amber-100\/95{ + outline-color: rgb(254 243 199 / 0.95); +} +.outline-amber-100\/100{ + outline-color: rgb(254 243 199 / 1); +} +.outline-amber-200\/0{ + outline-color: rgb(253 230 138 / 0); +} +.outline-amber-200\/5{ + outline-color: rgb(253 230 138 / 0.05); +} +.outline-amber-200\/10{ + outline-color: rgb(253 230 138 / 0.1); +} +.outline-amber-200\/20{ + outline-color: rgb(253 230 138 / 0.2); +} +.outline-amber-200\/25{ + outline-color: rgb(253 230 138 / 0.25); +} +.outline-amber-200\/30{ + outline-color: rgb(253 230 138 / 0.3); +} +.outline-amber-200\/40{ + outline-color: rgb(253 230 138 / 0.4); +} +.outline-amber-200\/50{ + outline-color: rgb(253 230 138 / 0.5); +} +.outline-amber-200\/60{ + outline-color: rgb(253 230 138 / 0.6); +} +.outline-amber-200\/70{ + outline-color: rgb(253 230 138 / 0.7); +} +.outline-amber-200\/75{ + outline-color: rgb(253 230 138 / 0.75); +} +.outline-amber-200\/80{ + outline-color: rgb(253 230 138 / 0.8); +} +.outline-amber-200\/90{ + outline-color: rgb(253 230 138 / 0.9); +} +.outline-amber-200\/95{ + outline-color: rgb(253 230 138 / 0.95); +} +.outline-amber-200\/100{ + outline-color: rgb(253 230 138 / 1); +} +.outline-amber-300\/0{ + outline-color: rgb(252 211 77 / 0); +} +.outline-amber-300\/5{ + outline-color: rgb(252 211 77 / 0.05); +} +.outline-amber-300\/10{ + outline-color: rgb(252 211 77 / 0.1); +} +.outline-amber-300\/20{ + outline-color: rgb(252 211 77 / 0.2); +} +.outline-amber-300\/25{ + outline-color: rgb(252 211 77 / 0.25); +} +.outline-amber-300\/30{ + outline-color: rgb(252 211 77 / 0.3); +} +.outline-amber-300\/40{ + outline-color: rgb(252 211 77 / 0.4); +} +.outline-amber-300\/50{ + outline-color: rgb(252 211 77 / 0.5); +} +.outline-amber-300\/60{ + outline-color: rgb(252 211 77 / 0.6); +} +.outline-amber-300\/70{ + outline-color: rgb(252 211 77 / 0.7); +} +.outline-amber-300\/75{ + outline-color: rgb(252 211 77 / 0.75); +} +.outline-amber-300\/80{ + outline-color: rgb(252 211 77 / 0.8); +} +.outline-amber-300\/90{ + outline-color: rgb(252 211 77 / 0.9); +} +.outline-amber-300\/95{ + outline-color: rgb(252 211 77 / 0.95); +} +.outline-amber-300\/100{ + outline-color: rgb(252 211 77 / 1); +} +.outline-amber-400\/0{ + outline-color: rgb(251 191 36 / 0); +} +.outline-amber-400\/5{ + outline-color: rgb(251 191 36 / 0.05); +} +.outline-amber-400\/10{ + outline-color: rgb(251 191 36 / 0.1); +} +.outline-amber-400\/20{ + outline-color: rgb(251 191 36 / 0.2); +} +.outline-amber-400\/25{ + outline-color: rgb(251 191 36 / 0.25); +} +.outline-amber-400\/30{ + outline-color: rgb(251 191 36 / 0.3); +} +.outline-amber-400\/40{ + outline-color: rgb(251 191 36 / 0.4); +} +.outline-amber-400\/50{ + outline-color: rgb(251 191 36 / 0.5); +} +.outline-amber-400\/60{ + outline-color: rgb(251 191 36 / 0.6); +} +.outline-amber-400\/70{ + outline-color: rgb(251 191 36 / 0.7); +} +.outline-amber-400\/75{ + outline-color: rgb(251 191 36 / 0.75); +} +.outline-amber-400\/80{ + outline-color: rgb(251 191 36 / 0.8); +} +.outline-amber-400\/90{ + outline-color: rgb(251 191 36 / 0.9); +} +.outline-amber-400\/95{ + outline-color: rgb(251 191 36 / 0.95); +} +.outline-amber-400\/100{ + outline-color: rgb(251 191 36 / 1); +} +.outline-amber-500\/0{ + outline-color: rgb(245 158 11 / 0); +} +.outline-amber-500\/5{ + outline-color: rgb(245 158 11 / 0.05); +} +.outline-amber-500\/10{ + outline-color: rgb(245 158 11 / 0.1); +} +.outline-amber-500\/20{ + outline-color: rgb(245 158 11 / 0.2); +} +.outline-amber-500\/25{ + outline-color: rgb(245 158 11 / 0.25); +} +.outline-amber-500\/30{ + outline-color: rgb(245 158 11 / 0.3); +} +.outline-amber-500\/40{ + outline-color: rgb(245 158 11 / 0.4); +} +.outline-amber-500\/50{ + outline-color: rgb(245 158 11 / 0.5); +} +.outline-amber-500\/60{ + outline-color: rgb(245 158 11 / 0.6); +} +.outline-amber-500\/70{ + outline-color: rgb(245 158 11 / 0.7); +} +.outline-amber-500\/75{ + outline-color: rgb(245 158 11 / 0.75); +} +.outline-amber-500\/80{ + outline-color: rgb(245 158 11 / 0.8); +} +.outline-amber-500\/90{ + outline-color: rgb(245 158 11 / 0.9); +} +.outline-amber-500\/95{ + outline-color: rgb(245 158 11 / 0.95); +} +.outline-amber-500\/100{ + outline-color: rgb(245 158 11 / 1); +} +.outline-amber-600\/0{ + outline-color: rgb(217 119 6 / 0); +} +.outline-amber-600\/5{ + outline-color: rgb(217 119 6 / 0.05); +} +.outline-amber-600\/10{ + outline-color: rgb(217 119 6 / 0.1); +} +.outline-amber-600\/20{ + outline-color: rgb(217 119 6 / 0.2); +} +.outline-amber-600\/25{ + outline-color: rgb(217 119 6 / 0.25); +} +.outline-amber-600\/30{ + outline-color: rgb(217 119 6 / 0.3); +} +.outline-amber-600\/40{ + outline-color: rgb(217 119 6 / 0.4); +} +.outline-amber-600\/50{ + outline-color: rgb(217 119 6 / 0.5); +} +.outline-amber-600\/60{ + outline-color: rgb(217 119 6 / 0.6); +} +.outline-amber-600\/70{ + outline-color: rgb(217 119 6 / 0.7); +} +.outline-amber-600\/75{ + outline-color: rgb(217 119 6 / 0.75); +} +.outline-amber-600\/80{ + outline-color: rgb(217 119 6 / 0.8); +} +.outline-amber-600\/90{ + outline-color: rgb(217 119 6 / 0.9); +} +.outline-amber-600\/95{ + outline-color: rgb(217 119 6 / 0.95); +} +.outline-amber-600\/100{ + outline-color: rgb(217 119 6 / 1); +} +.outline-amber-700\/0{ + outline-color: rgb(180 83 9 / 0); +} +.outline-amber-700\/5{ + outline-color: rgb(180 83 9 / 0.05); +} +.outline-amber-700\/10{ + outline-color: rgb(180 83 9 / 0.1); +} +.outline-amber-700\/20{ + outline-color: rgb(180 83 9 / 0.2); +} +.outline-amber-700\/25{ + outline-color: rgb(180 83 9 / 0.25); +} +.outline-amber-700\/30{ + outline-color: rgb(180 83 9 / 0.3); +} +.outline-amber-700\/40{ + outline-color: rgb(180 83 9 / 0.4); +} +.outline-amber-700\/50{ + outline-color: rgb(180 83 9 / 0.5); +} +.outline-amber-700\/60{ + outline-color: rgb(180 83 9 / 0.6); +} +.outline-amber-700\/70{ + outline-color: rgb(180 83 9 / 0.7); +} +.outline-amber-700\/75{ + outline-color: rgb(180 83 9 / 0.75); +} +.outline-amber-700\/80{ + outline-color: rgb(180 83 9 / 0.8); +} +.outline-amber-700\/90{ + outline-color: rgb(180 83 9 / 0.9); +} +.outline-amber-700\/95{ + outline-color: rgb(180 83 9 / 0.95); +} +.outline-amber-700\/100{ + outline-color: rgb(180 83 9 / 1); +} +.outline-amber-800\/0{ + outline-color: rgb(146 64 14 / 0); +} +.outline-amber-800\/5{ + outline-color: rgb(146 64 14 / 0.05); +} +.outline-amber-800\/10{ + outline-color: rgb(146 64 14 / 0.1); +} +.outline-amber-800\/20{ + outline-color: rgb(146 64 14 / 0.2); +} +.outline-amber-800\/25{ + outline-color: rgb(146 64 14 / 0.25); +} +.outline-amber-800\/30{ + outline-color: rgb(146 64 14 / 0.3); +} +.outline-amber-800\/40{ + outline-color: rgb(146 64 14 / 0.4); +} +.outline-amber-800\/50{ + outline-color: rgb(146 64 14 / 0.5); +} +.outline-amber-800\/60{ + outline-color: rgb(146 64 14 / 0.6); +} +.outline-amber-800\/70{ + outline-color: rgb(146 64 14 / 0.7); +} +.outline-amber-800\/75{ + outline-color: rgb(146 64 14 / 0.75); +} +.outline-amber-800\/80{ + outline-color: rgb(146 64 14 / 0.8); +} +.outline-amber-800\/90{ + outline-color: rgb(146 64 14 / 0.9); +} +.outline-amber-800\/95{ + outline-color: rgb(146 64 14 / 0.95); +} +.outline-amber-800\/100{ + outline-color: rgb(146 64 14 / 1); +} +.outline-amber-900\/0{ + outline-color: rgb(120 53 15 / 0); +} +.outline-amber-900\/5{ + outline-color: rgb(120 53 15 / 0.05); +} +.outline-amber-900\/10{ + outline-color: rgb(120 53 15 / 0.1); +} +.outline-amber-900\/20{ + outline-color: rgb(120 53 15 / 0.2); +} +.outline-amber-900\/25{ + outline-color: rgb(120 53 15 / 0.25); +} +.outline-amber-900\/30{ + outline-color: rgb(120 53 15 / 0.3); +} +.outline-amber-900\/40{ + outline-color: rgb(120 53 15 / 0.4); +} +.outline-amber-900\/50{ + outline-color: rgb(120 53 15 / 0.5); +} +.outline-amber-900\/60{ + outline-color: rgb(120 53 15 / 0.6); +} +.outline-amber-900\/70{ + outline-color: rgb(120 53 15 / 0.7); +} +.outline-amber-900\/75{ + outline-color: rgb(120 53 15 / 0.75); +} +.outline-amber-900\/80{ + outline-color: rgb(120 53 15 / 0.8); +} +.outline-amber-900\/90{ + outline-color: rgb(120 53 15 / 0.9); +} +.outline-amber-900\/95{ + outline-color: rgb(120 53 15 / 0.95); +} +.outline-amber-900\/100{ + outline-color: rgb(120 53 15 / 1); +} +.outline-yellow-50\/0{ + outline-color: rgb(253 253 234 / 0); +} +.outline-yellow-50\/5{ + outline-color: rgb(253 253 234 / 0.05); +} +.outline-yellow-50\/10{ + outline-color: rgb(253 253 234 / 0.1); +} +.outline-yellow-50\/20{ + outline-color: rgb(253 253 234 / 0.2); +} +.outline-yellow-50\/25{ + outline-color: rgb(253 253 234 / 0.25); +} +.outline-yellow-50\/30{ + outline-color: rgb(253 253 234 / 0.3); +} +.outline-yellow-50\/40{ + outline-color: rgb(253 253 234 / 0.4); +} +.outline-yellow-50\/50{ + outline-color: rgb(253 253 234 / 0.5); +} +.outline-yellow-50\/60{ + outline-color: rgb(253 253 234 / 0.6); +} +.outline-yellow-50\/70{ + outline-color: rgb(253 253 234 / 0.7); +} +.outline-yellow-50\/75{ + outline-color: rgb(253 253 234 / 0.75); +} +.outline-yellow-50\/80{ + outline-color: rgb(253 253 234 / 0.8); +} +.outline-yellow-50\/90{ + outline-color: rgb(253 253 234 / 0.9); +} +.outline-yellow-50\/95{ + outline-color: rgb(253 253 234 / 0.95); +} +.outline-yellow-50\/100{ + outline-color: rgb(253 253 234 / 1); +} +.outline-yellow-100\/0{ + outline-color: rgb(253 246 178 / 0); +} +.outline-yellow-100\/5{ + outline-color: rgb(253 246 178 / 0.05); +} +.outline-yellow-100\/10{ + outline-color: rgb(253 246 178 / 0.1); +} +.outline-yellow-100\/20{ + outline-color: rgb(253 246 178 / 0.2); +} +.outline-yellow-100\/25{ + outline-color: rgb(253 246 178 / 0.25); +} +.outline-yellow-100\/30{ + outline-color: rgb(253 246 178 / 0.3); +} +.outline-yellow-100\/40{ + outline-color: rgb(253 246 178 / 0.4); +} +.outline-yellow-100\/50{ + outline-color: rgb(253 246 178 / 0.5); +} +.outline-yellow-100\/60{ + outline-color: rgb(253 246 178 / 0.6); +} +.outline-yellow-100\/70{ + outline-color: rgb(253 246 178 / 0.7); +} +.outline-yellow-100\/75{ + outline-color: rgb(253 246 178 / 0.75); +} +.outline-yellow-100\/80{ + outline-color: rgb(253 246 178 / 0.8); +} +.outline-yellow-100\/90{ + outline-color: rgb(253 246 178 / 0.9); +} +.outline-yellow-100\/95{ + outline-color: rgb(253 246 178 / 0.95); +} +.outline-yellow-100\/100{ + outline-color: rgb(253 246 178 / 1); +} +.outline-yellow-200\/0{ + outline-color: rgb(252 233 106 / 0); +} +.outline-yellow-200\/5{ + outline-color: rgb(252 233 106 / 0.05); +} +.outline-yellow-200\/10{ + outline-color: rgb(252 233 106 / 0.1); +} +.outline-yellow-200\/20{ + outline-color: rgb(252 233 106 / 0.2); +} +.outline-yellow-200\/25{ + outline-color: rgb(252 233 106 / 0.25); +} +.outline-yellow-200\/30{ + outline-color: rgb(252 233 106 / 0.3); +} +.outline-yellow-200\/40{ + outline-color: rgb(252 233 106 / 0.4); +} +.outline-yellow-200\/50{ + outline-color: rgb(252 233 106 / 0.5); +} +.outline-yellow-200\/60{ + outline-color: rgb(252 233 106 / 0.6); +} +.outline-yellow-200\/70{ + outline-color: rgb(252 233 106 / 0.7); +} +.outline-yellow-200\/75{ + outline-color: rgb(252 233 106 / 0.75); +} +.outline-yellow-200\/80{ + outline-color: rgb(252 233 106 / 0.8); +} +.outline-yellow-200\/90{ + outline-color: rgb(252 233 106 / 0.9); +} +.outline-yellow-200\/95{ + outline-color: rgb(252 233 106 / 0.95); +} +.outline-yellow-200\/100{ + outline-color: rgb(252 233 106 / 1); +} +.outline-yellow-300\/0{ + outline-color: rgb(250 202 21 / 0); +} +.outline-yellow-300\/5{ + outline-color: rgb(250 202 21 / 0.05); +} +.outline-yellow-300\/10{ + outline-color: rgb(250 202 21 / 0.1); +} +.outline-yellow-300\/20{ + outline-color: rgb(250 202 21 / 0.2); +} +.outline-yellow-300\/25{ + outline-color: rgb(250 202 21 / 0.25); +} +.outline-yellow-300\/30{ + outline-color: rgb(250 202 21 / 0.3); +} +.outline-yellow-300\/40{ + outline-color: rgb(250 202 21 / 0.4); +} +.outline-yellow-300\/50{ + outline-color: rgb(250 202 21 / 0.5); +} +.outline-yellow-300\/60{ + outline-color: rgb(250 202 21 / 0.6); +} +.outline-yellow-300\/70{ + outline-color: rgb(250 202 21 / 0.7); +} +.outline-yellow-300\/75{ + outline-color: rgb(250 202 21 / 0.75); +} +.outline-yellow-300\/80{ + outline-color: rgb(250 202 21 / 0.8); +} +.outline-yellow-300\/90{ + outline-color: rgb(250 202 21 / 0.9); +} +.outline-yellow-300\/95{ + outline-color: rgb(250 202 21 / 0.95); +} +.outline-yellow-300\/100{ + outline-color: rgb(250 202 21 / 1); +} +.outline-yellow-400\/0{ + outline-color: rgb(227 160 8 / 0); +} +.outline-yellow-400\/5{ + outline-color: rgb(227 160 8 / 0.05); +} +.outline-yellow-400\/10{ + outline-color: rgb(227 160 8 / 0.1); +} +.outline-yellow-400\/20{ + outline-color: rgb(227 160 8 / 0.2); +} +.outline-yellow-400\/25{ + outline-color: rgb(227 160 8 / 0.25); +} +.outline-yellow-400\/30{ + outline-color: rgb(227 160 8 / 0.3); +} +.outline-yellow-400\/40{ + outline-color: rgb(227 160 8 / 0.4); +} +.outline-yellow-400\/50{ + outline-color: rgb(227 160 8 / 0.5); +} +.outline-yellow-400\/60{ + outline-color: rgb(227 160 8 / 0.6); +} +.outline-yellow-400\/70{ + outline-color: rgb(227 160 8 / 0.7); +} +.outline-yellow-400\/75{ + outline-color: rgb(227 160 8 / 0.75); +} +.outline-yellow-400\/80{ + outline-color: rgb(227 160 8 / 0.8); +} +.outline-yellow-400\/90{ + outline-color: rgb(227 160 8 / 0.9); +} +.outline-yellow-400\/95{ + outline-color: rgb(227 160 8 / 0.95); +} +.outline-yellow-400\/100{ + outline-color: rgb(227 160 8 / 1); +} +.outline-yellow-500\/0{ + outline-color: rgb(194 120 3 / 0); +} +.outline-yellow-500\/5{ + outline-color: rgb(194 120 3 / 0.05); +} +.outline-yellow-500\/10{ + outline-color: rgb(194 120 3 / 0.1); +} +.outline-yellow-500\/20{ + outline-color: rgb(194 120 3 / 0.2); +} +.outline-yellow-500\/25{ + outline-color: rgb(194 120 3 / 0.25); +} +.outline-yellow-500\/30{ + outline-color: rgb(194 120 3 / 0.3); +} +.outline-yellow-500\/40{ + outline-color: rgb(194 120 3 / 0.4); +} +.outline-yellow-500\/50{ + outline-color: rgb(194 120 3 / 0.5); +} +.outline-yellow-500\/60{ + outline-color: rgb(194 120 3 / 0.6); +} +.outline-yellow-500\/70{ + outline-color: rgb(194 120 3 / 0.7); +} +.outline-yellow-500\/75{ + outline-color: rgb(194 120 3 / 0.75); +} +.outline-yellow-500\/80{ + outline-color: rgb(194 120 3 / 0.8); +} +.outline-yellow-500\/90{ + outline-color: rgb(194 120 3 / 0.9); +} +.outline-yellow-500\/95{ + outline-color: rgb(194 120 3 / 0.95); +} +.outline-yellow-500\/100{ + outline-color: rgb(194 120 3 / 1); +} +.outline-yellow-600\/0{ + outline-color: rgb(159 88 10 / 0); +} +.outline-yellow-600\/5{ + outline-color: rgb(159 88 10 / 0.05); +} +.outline-yellow-600\/10{ + outline-color: rgb(159 88 10 / 0.1); +} +.outline-yellow-600\/20{ + outline-color: rgb(159 88 10 / 0.2); +} +.outline-yellow-600\/25{ + outline-color: rgb(159 88 10 / 0.25); +} +.outline-yellow-600\/30{ + outline-color: rgb(159 88 10 / 0.3); +} +.outline-yellow-600\/40{ + outline-color: rgb(159 88 10 / 0.4); +} +.outline-yellow-600\/50{ + outline-color: rgb(159 88 10 / 0.5); +} +.outline-yellow-600\/60{ + outline-color: rgb(159 88 10 / 0.6); +} +.outline-yellow-600\/70{ + outline-color: rgb(159 88 10 / 0.7); +} +.outline-yellow-600\/75{ + outline-color: rgb(159 88 10 / 0.75); +} +.outline-yellow-600\/80{ + outline-color: rgb(159 88 10 / 0.8); +} +.outline-yellow-600\/90{ + outline-color: rgb(159 88 10 / 0.9); +} +.outline-yellow-600\/95{ + outline-color: rgb(159 88 10 / 0.95); +} +.outline-yellow-600\/100{ + outline-color: rgb(159 88 10 / 1); +} +.outline-yellow-700\/0{ + outline-color: rgb(142 75 16 / 0); +} +.outline-yellow-700\/5{ + outline-color: rgb(142 75 16 / 0.05); +} +.outline-yellow-700\/10{ + outline-color: rgb(142 75 16 / 0.1); +} +.outline-yellow-700\/20{ + outline-color: rgb(142 75 16 / 0.2); +} +.outline-yellow-700\/25{ + outline-color: rgb(142 75 16 / 0.25); +} +.outline-yellow-700\/30{ + outline-color: rgb(142 75 16 / 0.3); +} +.outline-yellow-700\/40{ + outline-color: rgb(142 75 16 / 0.4); +} +.outline-yellow-700\/50{ + outline-color: rgb(142 75 16 / 0.5); +} +.outline-yellow-700\/60{ + outline-color: rgb(142 75 16 / 0.6); +} +.outline-yellow-700\/70{ + outline-color: rgb(142 75 16 / 0.7); +} +.outline-yellow-700\/75{ + outline-color: rgb(142 75 16 / 0.75); +} +.outline-yellow-700\/80{ + outline-color: rgb(142 75 16 / 0.8); +} +.outline-yellow-700\/90{ + outline-color: rgb(142 75 16 / 0.9); +} +.outline-yellow-700\/95{ + outline-color: rgb(142 75 16 / 0.95); +} +.outline-yellow-700\/100{ + outline-color: rgb(142 75 16 / 1); +} +.outline-yellow-800\/0{ + outline-color: rgb(114 59 19 / 0); +} +.outline-yellow-800\/5{ + outline-color: rgb(114 59 19 / 0.05); +} +.outline-yellow-800\/10{ + outline-color: rgb(114 59 19 / 0.1); +} +.outline-yellow-800\/20{ + outline-color: rgb(114 59 19 / 0.2); +} +.outline-yellow-800\/25{ + outline-color: rgb(114 59 19 / 0.25); +} +.outline-yellow-800\/30{ + outline-color: rgb(114 59 19 / 0.3); +} +.outline-yellow-800\/40{ + outline-color: rgb(114 59 19 / 0.4); +} +.outline-yellow-800\/50{ + outline-color: rgb(114 59 19 / 0.5); +} +.outline-yellow-800\/60{ + outline-color: rgb(114 59 19 / 0.6); +} +.outline-yellow-800\/70{ + outline-color: rgb(114 59 19 / 0.7); +} +.outline-yellow-800\/75{ + outline-color: rgb(114 59 19 / 0.75); +} +.outline-yellow-800\/80{ + outline-color: rgb(114 59 19 / 0.8); +} +.outline-yellow-800\/90{ + outline-color: rgb(114 59 19 / 0.9); +} +.outline-yellow-800\/95{ + outline-color: rgb(114 59 19 / 0.95); +} +.outline-yellow-800\/100{ + outline-color: rgb(114 59 19 / 1); +} +.outline-yellow-900\/0{ + outline-color: rgb(99 49 18 / 0); +} +.outline-yellow-900\/5{ + outline-color: rgb(99 49 18 / 0.05); +} +.outline-yellow-900\/10{ + outline-color: rgb(99 49 18 / 0.1); +} +.outline-yellow-900\/20{ + outline-color: rgb(99 49 18 / 0.2); +} +.outline-yellow-900\/25{ + outline-color: rgb(99 49 18 / 0.25); +} +.outline-yellow-900\/30{ + outline-color: rgb(99 49 18 / 0.3); +} +.outline-yellow-900\/40{ + outline-color: rgb(99 49 18 / 0.4); +} +.outline-yellow-900\/50{ + outline-color: rgb(99 49 18 / 0.5); +} +.outline-yellow-900\/60{ + outline-color: rgb(99 49 18 / 0.6); +} +.outline-yellow-900\/70{ + outline-color: rgb(99 49 18 / 0.7); +} +.outline-yellow-900\/75{ + outline-color: rgb(99 49 18 / 0.75); +} +.outline-yellow-900\/80{ + outline-color: rgb(99 49 18 / 0.8); +} +.outline-yellow-900\/90{ + outline-color: rgb(99 49 18 / 0.9); +} +.outline-yellow-900\/95{ + outline-color: rgb(99 49 18 / 0.95); +} +.outline-yellow-900\/100{ + outline-color: rgb(99 49 18 / 1); +} +.outline-lime-50\/0{ + outline-color: rgb(247 254 231 / 0); +} +.outline-lime-50\/5{ + outline-color: rgb(247 254 231 / 0.05); +} +.outline-lime-50\/10{ + outline-color: rgb(247 254 231 / 0.1); +} +.outline-lime-50\/20{ + outline-color: rgb(247 254 231 / 0.2); +} +.outline-lime-50\/25{ + outline-color: rgb(247 254 231 / 0.25); +} +.outline-lime-50\/30{ + outline-color: rgb(247 254 231 / 0.3); +} +.outline-lime-50\/40{ + outline-color: rgb(247 254 231 / 0.4); +} +.outline-lime-50\/50{ + outline-color: rgb(247 254 231 / 0.5); +} +.outline-lime-50\/60{ + outline-color: rgb(247 254 231 / 0.6); +} +.outline-lime-50\/70{ + outline-color: rgb(247 254 231 / 0.7); +} +.outline-lime-50\/75{ + outline-color: rgb(247 254 231 / 0.75); +} +.outline-lime-50\/80{ + outline-color: rgb(247 254 231 / 0.8); +} +.outline-lime-50\/90{ + outline-color: rgb(247 254 231 / 0.9); +} +.outline-lime-50\/95{ + outline-color: rgb(247 254 231 / 0.95); +} +.outline-lime-50\/100{ + outline-color: rgb(247 254 231 / 1); +} +.outline-lime-100\/0{ + outline-color: rgb(236 252 203 / 0); +} +.outline-lime-100\/5{ + outline-color: rgb(236 252 203 / 0.05); +} +.outline-lime-100\/10{ + outline-color: rgb(236 252 203 / 0.1); +} +.outline-lime-100\/20{ + outline-color: rgb(236 252 203 / 0.2); +} +.outline-lime-100\/25{ + outline-color: rgb(236 252 203 / 0.25); +} +.outline-lime-100\/30{ + outline-color: rgb(236 252 203 / 0.3); +} +.outline-lime-100\/40{ + outline-color: rgb(236 252 203 / 0.4); +} +.outline-lime-100\/50{ + outline-color: rgb(236 252 203 / 0.5); +} +.outline-lime-100\/60{ + outline-color: rgb(236 252 203 / 0.6); +} +.outline-lime-100\/70{ + outline-color: rgb(236 252 203 / 0.7); +} +.outline-lime-100\/75{ + outline-color: rgb(236 252 203 / 0.75); +} +.outline-lime-100\/80{ + outline-color: rgb(236 252 203 / 0.8); +} +.outline-lime-100\/90{ + outline-color: rgb(236 252 203 / 0.9); +} +.outline-lime-100\/95{ + outline-color: rgb(236 252 203 / 0.95); +} +.outline-lime-100\/100{ + outline-color: rgb(236 252 203 / 1); +} +.outline-lime-200\/0{ + outline-color: rgb(217 249 157 / 0); +} +.outline-lime-200\/5{ + outline-color: rgb(217 249 157 / 0.05); +} +.outline-lime-200\/10{ + outline-color: rgb(217 249 157 / 0.1); +} +.outline-lime-200\/20{ + outline-color: rgb(217 249 157 / 0.2); +} +.outline-lime-200\/25{ + outline-color: rgb(217 249 157 / 0.25); +} +.outline-lime-200\/30{ + outline-color: rgb(217 249 157 / 0.3); +} +.outline-lime-200\/40{ + outline-color: rgb(217 249 157 / 0.4); +} +.outline-lime-200\/50{ + outline-color: rgb(217 249 157 / 0.5); +} +.outline-lime-200\/60{ + outline-color: rgb(217 249 157 / 0.6); +} +.outline-lime-200\/70{ + outline-color: rgb(217 249 157 / 0.7); +} +.outline-lime-200\/75{ + outline-color: rgb(217 249 157 / 0.75); +} +.outline-lime-200\/80{ + outline-color: rgb(217 249 157 / 0.8); +} +.outline-lime-200\/90{ + outline-color: rgb(217 249 157 / 0.9); +} +.outline-lime-200\/95{ + outline-color: rgb(217 249 157 / 0.95); +} +.outline-lime-200\/100{ + outline-color: rgb(217 249 157 / 1); +} +.outline-lime-300\/0{ + outline-color: rgb(190 242 100 / 0); +} +.outline-lime-300\/5{ + outline-color: rgb(190 242 100 / 0.05); +} +.outline-lime-300\/10{ + outline-color: rgb(190 242 100 / 0.1); +} +.outline-lime-300\/20{ + outline-color: rgb(190 242 100 / 0.2); +} +.outline-lime-300\/25{ + outline-color: rgb(190 242 100 / 0.25); +} +.outline-lime-300\/30{ + outline-color: rgb(190 242 100 / 0.3); +} +.outline-lime-300\/40{ + outline-color: rgb(190 242 100 / 0.4); +} +.outline-lime-300\/50{ + outline-color: rgb(190 242 100 / 0.5); +} +.outline-lime-300\/60{ + outline-color: rgb(190 242 100 / 0.6); +} +.outline-lime-300\/70{ + outline-color: rgb(190 242 100 / 0.7); +} +.outline-lime-300\/75{ + outline-color: rgb(190 242 100 / 0.75); +} +.outline-lime-300\/80{ + outline-color: rgb(190 242 100 / 0.8); +} +.outline-lime-300\/90{ + outline-color: rgb(190 242 100 / 0.9); +} +.outline-lime-300\/95{ + outline-color: rgb(190 242 100 / 0.95); +} +.outline-lime-300\/100{ + outline-color: rgb(190 242 100 / 1); +} +.outline-lime-400\/0{ + outline-color: rgb(163 230 53 / 0); +} +.outline-lime-400\/5{ + outline-color: rgb(163 230 53 / 0.05); +} +.outline-lime-400\/10{ + outline-color: rgb(163 230 53 / 0.1); +} +.outline-lime-400\/20{ + outline-color: rgb(163 230 53 / 0.2); +} +.outline-lime-400\/25{ + outline-color: rgb(163 230 53 / 0.25); +} +.outline-lime-400\/30{ + outline-color: rgb(163 230 53 / 0.3); +} +.outline-lime-400\/40{ + outline-color: rgb(163 230 53 / 0.4); +} +.outline-lime-400\/50{ + outline-color: rgb(163 230 53 / 0.5); +} +.outline-lime-400\/60{ + outline-color: rgb(163 230 53 / 0.6); +} +.outline-lime-400\/70{ + outline-color: rgb(163 230 53 / 0.7); +} +.outline-lime-400\/75{ + outline-color: rgb(163 230 53 / 0.75); +} +.outline-lime-400\/80{ + outline-color: rgb(163 230 53 / 0.8); +} +.outline-lime-400\/90{ + outline-color: rgb(163 230 53 / 0.9); +} +.outline-lime-400\/95{ + outline-color: rgb(163 230 53 / 0.95); +} +.outline-lime-400\/100{ + outline-color: rgb(163 230 53 / 1); +} +.outline-lime-500\/0{ + outline-color: rgb(132 204 22 / 0); +} +.outline-lime-500\/5{ + outline-color: rgb(132 204 22 / 0.05); +} +.outline-lime-500\/10{ + outline-color: rgb(132 204 22 / 0.1); +} +.outline-lime-500\/20{ + outline-color: rgb(132 204 22 / 0.2); +} +.outline-lime-500\/25{ + outline-color: rgb(132 204 22 / 0.25); +} +.outline-lime-500\/30{ + outline-color: rgb(132 204 22 / 0.3); +} +.outline-lime-500\/40{ + outline-color: rgb(132 204 22 / 0.4); +} +.outline-lime-500\/50{ + outline-color: rgb(132 204 22 / 0.5); +} +.outline-lime-500\/60{ + outline-color: rgb(132 204 22 / 0.6); +} +.outline-lime-500\/70{ + outline-color: rgb(132 204 22 / 0.7); +} +.outline-lime-500\/75{ + outline-color: rgb(132 204 22 / 0.75); +} +.outline-lime-500\/80{ + outline-color: rgb(132 204 22 / 0.8); +} +.outline-lime-500\/90{ + outline-color: rgb(132 204 22 / 0.9); +} +.outline-lime-500\/95{ + outline-color: rgb(132 204 22 / 0.95); +} +.outline-lime-500\/100{ + outline-color: rgb(132 204 22 / 1); +} +.outline-lime-600\/0{ + outline-color: rgb(101 163 13 / 0); +} +.outline-lime-600\/5{ + outline-color: rgb(101 163 13 / 0.05); +} +.outline-lime-600\/10{ + outline-color: rgb(101 163 13 / 0.1); +} +.outline-lime-600\/20{ + outline-color: rgb(101 163 13 / 0.2); +} +.outline-lime-600\/25{ + outline-color: rgb(101 163 13 / 0.25); +} +.outline-lime-600\/30{ + outline-color: rgb(101 163 13 / 0.3); +} +.outline-lime-600\/40{ + outline-color: rgb(101 163 13 / 0.4); +} +.outline-lime-600\/50{ + outline-color: rgb(101 163 13 / 0.5); +} +.outline-lime-600\/60{ + outline-color: rgb(101 163 13 / 0.6); +} +.outline-lime-600\/70{ + outline-color: rgb(101 163 13 / 0.7); +} +.outline-lime-600\/75{ + outline-color: rgb(101 163 13 / 0.75); +} +.outline-lime-600\/80{ + outline-color: rgb(101 163 13 / 0.8); +} +.outline-lime-600\/90{ + outline-color: rgb(101 163 13 / 0.9); +} +.outline-lime-600\/95{ + outline-color: rgb(101 163 13 / 0.95); +} +.outline-lime-600\/100{ + outline-color: rgb(101 163 13 / 1); +} +.outline-lime-700\/0{ + outline-color: rgb(77 124 15 / 0); +} +.outline-lime-700\/5{ + outline-color: rgb(77 124 15 / 0.05); +} +.outline-lime-700\/10{ + outline-color: rgb(77 124 15 / 0.1); +} +.outline-lime-700\/20{ + outline-color: rgb(77 124 15 / 0.2); +} +.outline-lime-700\/25{ + outline-color: rgb(77 124 15 / 0.25); +} +.outline-lime-700\/30{ + outline-color: rgb(77 124 15 / 0.3); +} +.outline-lime-700\/40{ + outline-color: rgb(77 124 15 / 0.4); +} +.outline-lime-700\/50{ + outline-color: rgb(77 124 15 / 0.5); +} +.outline-lime-700\/60{ + outline-color: rgb(77 124 15 / 0.6); +} +.outline-lime-700\/70{ + outline-color: rgb(77 124 15 / 0.7); +} +.outline-lime-700\/75{ + outline-color: rgb(77 124 15 / 0.75); +} +.outline-lime-700\/80{ + outline-color: rgb(77 124 15 / 0.8); +} +.outline-lime-700\/90{ + outline-color: rgb(77 124 15 / 0.9); +} +.outline-lime-700\/95{ + outline-color: rgb(77 124 15 / 0.95); +} +.outline-lime-700\/100{ + outline-color: rgb(77 124 15 / 1); +} +.outline-lime-800\/0{ + outline-color: rgb(63 98 18 / 0); +} +.outline-lime-800\/5{ + outline-color: rgb(63 98 18 / 0.05); +} +.outline-lime-800\/10{ + outline-color: rgb(63 98 18 / 0.1); +} +.outline-lime-800\/20{ + outline-color: rgb(63 98 18 / 0.2); +} +.outline-lime-800\/25{ + outline-color: rgb(63 98 18 / 0.25); +} +.outline-lime-800\/30{ + outline-color: rgb(63 98 18 / 0.3); +} +.outline-lime-800\/40{ + outline-color: rgb(63 98 18 / 0.4); +} +.outline-lime-800\/50{ + outline-color: rgb(63 98 18 / 0.5); +} +.outline-lime-800\/60{ + outline-color: rgb(63 98 18 / 0.6); +} +.outline-lime-800\/70{ + outline-color: rgb(63 98 18 / 0.7); +} +.outline-lime-800\/75{ + outline-color: rgb(63 98 18 / 0.75); +} +.outline-lime-800\/80{ + outline-color: rgb(63 98 18 / 0.8); +} +.outline-lime-800\/90{ + outline-color: rgb(63 98 18 / 0.9); +} +.outline-lime-800\/95{ + outline-color: rgb(63 98 18 / 0.95); +} +.outline-lime-800\/100{ + outline-color: rgb(63 98 18 / 1); +} +.outline-lime-900\/0{ + outline-color: rgb(54 83 20 / 0); +} +.outline-lime-900\/5{ + outline-color: rgb(54 83 20 / 0.05); +} +.outline-lime-900\/10{ + outline-color: rgb(54 83 20 / 0.1); +} +.outline-lime-900\/20{ + outline-color: rgb(54 83 20 / 0.2); +} +.outline-lime-900\/25{ + outline-color: rgb(54 83 20 / 0.25); +} +.outline-lime-900\/30{ + outline-color: rgb(54 83 20 / 0.3); +} +.outline-lime-900\/40{ + outline-color: rgb(54 83 20 / 0.4); +} +.outline-lime-900\/50{ + outline-color: rgb(54 83 20 / 0.5); +} +.outline-lime-900\/60{ + outline-color: rgb(54 83 20 / 0.6); +} +.outline-lime-900\/70{ + outline-color: rgb(54 83 20 / 0.7); +} +.outline-lime-900\/75{ + outline-color: rgb(54 83 20 / 0.75); +} +.outline-lime-900\/80{ + outline-color: rgb(54 83 20 / 0.8); +} +.outline-lime-900\/90{ + outline-color: rgb(54 83 20 / 0.9); +} +.outline-lime-900\/95{ + outline-color: rgb(54 83 20 / 0.95); +} +.outline-lime-900\/100{ + outline-color: rgb(54 83 20 / 1); +} +.outline-green-50\/0{ + outline-color: rgb(248 250 246 / 0); +} +.outline-green-50\/5{ + outline-color: rgb(248 250 246 / 0.05); +} +.outline-green-50\/10{ + outline-color: rgb(248 250 246 / 0.1); +} +.outline-green-50\/20{ + outline-color: rgb(248 250 246 / 0.2); +} +.outline-green-50\/25{ + outline-color: rgb(248 250 246 / 0.25); +} +.outline-green-50\/30{ + outline-color: rgb(248 250 246 / 0.3); +} +.outline-green-50\/40{ + outline-color: rgb(248 250 246 / 0.4); +} +.outline-green-50\/50{ + outline-color: rgb(248 250 246 / 0.5); +} +.outline-green-50\/60{ + outline-color: rgb(248 250 246 / 0.6); +} +.outline-green-50\/70{ + outline-color: rgb(248 250 246 / 0.7); +} +.outline-green-50\/75{ + outline-color: rgb(248 250 246 / 0.75); +} +.outline-green-50\/80{ + outline-color: rgb(248 250 246 / 0.8); +} +.outline-green-50\/90{ + outline-color: rgb(248 250 246 / 0.9); +} +.outline-green-50\/95{ + outline-color: rgb(248 250 246 / 0.95); +} +.outline-green-50\/100{ + outline-color: rgb(248 250 246 / 1); +} +.outline-green-100\/0{ + outline-color: rgb(241 246 238 / 0); +} +.outline-green-100\/5{ + outline-color: rgb(241 246 238 / 0.05); +} +.outline-green-100\/10{ + outline-color: rgb(241 246 238 / 0.1); +} +.outline-green-100\/20{ + outline-color: rgb(241 246 238 / 0.2); +} +.outline-green-100\/25{ + outline-color: rgb(241 246 238 / 0.25); +} +.outline-green-100\/30{ + outline-color: rgb(241 246 238 / 0.3); +} +.outline-green-100\/40{ + outline-color: rgb(241 246 238 / 0.4); +} +.outline-green-100\/50{ + outline-color: rgb(241 246 238 / 0.5); +} +.outline-green-100\/60{ + outline-color: rgb(241 246 238 / 0.6); +} +.outline-green-100\/70{ + outline-color: rgb(241 246 238 / 0.7); +} +.outline-green-100\/75{ + outline-color: rgb(241 246 238 / 0.75); +} +.outline-green-100\/80{ + outline-color: rgb(241 246 238 / 0.8); +} +.outline-green-100\/90{ + outline-color: rgb(241 246 238 / 0.9); +} +.outline-green-100\/95{ + outline-color: rgb(241 246 238 / 0.95); +} +.outline-green-100\/100{ + outline-color: rgb(241 246 238 / 1); +} +.outline-green-200\/0{ + outline-color: rgb(219 232 212 / 0); +} +.outline-green-200\/5{ + outline-color: rgb(219 232 212 / 0.05); +} +.outline-green-200\/10{ + outline-color: rgb(219 232 212 / 0.1); +} +.outline-green-200\/20{ + outline-color: rgb(219 232 212 / 0.2); +} +.outline-green-200\/25{ + outline-color: rgb(219 232 212 / 0.25); +} +.outline-green-200\/30{ + outline-color: rgb(219 232 212 / 0.3); +} +.outline-green-200\/40{ + outline-color: rgb(219 232 212 / 0.4); +} +.outline-green-200\/50{ + outline-color: rgb(219 232 212 / 0.5); +} +.outline-green-200\/60{ + outline-color: rgb(219 232 212 / 0.6); +} +.outline-green-200\/70{ + outline-color: rgb(219 232 212 / 0.7); +} +.outline-green-200\/75{ + outline-color: rgb(219 232 212 / 0.75); +} +.outline-green-200\/80{ + outline-color: rgb(219 232 212 / 0.8); +} +.outline-green-200\/90{ + outline-color: rgb(219 232 212 / 0.9); +} +.outline-green-200\/95{ + outline-color: rgb(219 232 212 / 0.95); +} +.outline-green-200\/100{ + outline-color: rgb(219 232 212 / 1); +} +.outline-green-300\/0{ + outline-color: rgb(197 217 186 / 0); +} +.outline-green-300\/5{ + outline-color: rgb(197 217 186 / 0.05); +} +.outline-green-300\/10{ + outline-color: rgb(197 217 186 / 0.1); +} +.outline-green-300\/20{ + outline-color: rgb(197 217 186 / 0.2); +} +.outline-green-300\/25{ + outline-color: rgb(197 217 186 / 0.25); +} +.outline-green-300\/30{ + outline-color: rgb(197 217 186 / 0.3); +} +.outline-green-300\/40{ + outline-color: rgb(197 217 186 / 0.4); +} +.outline-green-300\/50{ + outline-color: rgb(197 217 186 / 0.5); +} +.outline-green-300\/60{ + outline-color: rgb(197 217 186 / 0.6); +} +.outline-green-300\/70{ + outline-color: rgb(197 217 186 / 0.7); +} +.outline-green-300\/75{ + outline-color: rgb(197 217 186 / 0.75); +} +.outline-green-300\/80{ + outline-color: rgb(197 217 186 / 0.8); +} +.outline-green-300\/90{ + outline-color: rgb(197 217 186 / 0.9); +} +.outline-green-300\/95{ + outline-color: rgb(197 217 186 / 0.95); +} +.outline-green-300\/100{ + outline-color: rgb(197 217 186 / 1); +} +.outline-green-400\/0{ + outline-color: rgb(154 189 134 / 0); +} +.outline-green-400\/5{ + outline-color: rgb(154 189 134 / 0.05); +} +.outline-green-400\/10{ + outline-color: rgb(154 189 134 / 0.1); +} +.outline-green-400\/20{ + outline-color: rgb(154 189 134 / 0.2); +} +.outline-green-400\/25{ + outline-color: rgb(154 189 134 / 0.25); +} +.outline-green-400\/30{ + outline-color: rgb(154 189 134 / 0.3); +} +.outline-green-400\/40{ + outline-color: rgb(154 189 134 / 0.4); +} +.outline-green-400\/50{ + outline-color: rgb(154 189 134 / 0.5); +} +.outline-green-400\/60{ + outline-color: rgb(154 189 134 / 0.6); +} +.outline-green-400\/70{ + outline-color: rgb(154 189 134 / 0.7); +} +.outline-green-400\/75{ + outline-color: rgb(154 189 134 / 0.75); +} +.outline-green-400\/80{ + outline-color: rgb(154 189 134 / 0.8); +} +.outline-green-400\/90{ + outline-color: rgb(154 189 134 / 0.9); +} +.outline-green-400\/95{ + outline-color: rgb(154 189 134 / 0.95); +} +.outline-green-400\/100{ + outline-color: rgb(154 189 134 / 1); +} +.outline-green-500\/0{ + outline-color: rgb(110 161 82 / 0); +} +.outline-green-500\/5{ + outline-color: rgb(110 161 82 / 0.05); +} +.outline-green-500\/10{ + outline-color: rgb(110 161 82 / 0.1); +} +.outline-green-500\/20{ + outline-color: rgb(110 161 82 / 0.2); +} +.outline-green-500\/25{ + outline-color: rgb(110 161 82 / 0.25); +} +.outline-green-500\/30{ + outline-color: rgb(110 161 82 / 0.3); +} +.outline-green-500\/40{ + outline-color: rgb(110 161 82 / 0.4); +} +.outline-green-500\/50{ + outline-color: rgb(110 161 82 / 0.5); +} +.outline-green-500\/60{ + outline-color: rgb(110 161 82 / 0.6); +} +.outline-green-500\/70{ + outline-color: rgb(110 161 82 / 0.7); +} +.outline-green-500\/75{ + outline-color: rgb(110 161 82 / 0.75); +} +.outline-green-500\/80{ + outline-color: rgb(110 161 82 / 0.8); +} +.outline-green-500\/90{ + outline-color: rgb(110 161 82 / 0.9); +} +.outline-green-500\/95{ + outline-color: rgb(110 161 82 / 0.95); +} +.outline-green-500\/100{ + outline-color: rgb(110 161 82 / 1); +} +.outline-green-600\/0{ + outline-color: rgb(99 145 74 / 0); +} +.outline-green-600\/5{ + outline-color: rgb(99 145 74 / 0.05); +} +.outline-green-600\/10{ + outline-color: rgb(99 145 74 / 0.1); +} +.outline-green-600\/20{ + outline-color: rgb(99 145 74 / 0.2); +} +.outline-green-600\/25{ + outline-color: rgb(99 145 74 / 0.25); +} +.outline-green-600\/30{ + outline-color: rgb(99 145 74 / 0.3); +} +.outline-green-600\/40{ + outline-color: rgb(99 145 74 / 0.4); +} +.outline-green-600\/50{ + outline-color: rgb(99 145 74 / 0.5); +} +.outline-green-600\/60{ + outline-color: rgb(99 145 74 / 0.6); +} +.outline-green-600\/70{ + outline-color: rgb(99 145 74 / 0.7); +} +.outline-green-600\/75{ + outline-color: rgb(99 145 74 / 0.75); +} +.outline-green-600\/80{ + outline-color: rgb(99 145 74 / 0.8); +} +.outline-green-600\/90{ + outline-color: rgb(99 145 74 / 0.9); +} +.outline-green-600\/95{ + outline-color: rgb(99 145 74 / 0.95); +} +.outline-green-600\/100{ + outline-color: rgb(99 145 74 / 1); +} +.outline-green-700\/0{ + outline-color: rgb(83 121 62 / 0); +} +.outline-green-700\/5{ + outline-color: rgb(83 121 62 / 0.05); +} +.outline-green-700\/10{ + outline-color: rgb(83 121 62 / 0.1); +} +.outline-green-700\/20{ + outline-color: rgb(83 121 62 / 0.2); +} +.outline-green-700\/25{ + outline-color: rgb(83 121 62 / 0.25); +} +.outline-green-700\/30{ + outline-color: rgb(83 121 62 / 0.3); +} +.outline-green-700\/40{ + outline-color: rgb(83 121 62 / 0.4); +} +.outline-green-700\/50{ + outline-color: rgb(83 121 62 / 0.5); +} +.outline-green-700\/60{ + outline-color: rgb(83 121 62 / 0.6); +} +.outline-green-700\/70{ + outline-color: rgb(83 121 62 / 0.7); +} +.outline-green-700\/75{ + outline-color: rgb(83 121 62 / 0.75); +} +.outline-green-700\/80{ + outline-color: rgb(83 121 62 / 0.8); +} +.outline-green-700\/90{ + outline-color: rgb(83 121 62 / 0.9); +} +.outline-green-700\/95{ + outline-color: rgb(83 121 62 / 0.95); +} +.outline-green-700\/100{ + outline-color: rgb(83 121 62 / 1); +} +.outline-green-800\/0{ + outline-color: rgb(66 97 49 / 0); +} +.outline-green-800\/5{ + outline-color: rgb(66 97 49 / 0.05); +} +.outline-green-800\/10{ + outline-color: rgb(66 97 49 / 0.1); +} +.outline-green-800\/20{ + outline-color: rgb(66 97 49 / 0.2); +} +.outline-green-800\/25{ + outline-color: rgb(66 97 49 / 0.25); +} +.outline-green-800\/30{ + outline-color: rgb(66 97 49 / 0.3); +} +.outline-green-800\/40{ + outline-color: rgb(66 97 49 / 0.4); +} +.outline-green-800\/50{ + outline-color: rgb(66 97 49 / 0.5); +} +.outline-green-800\/60{ + outline-color: rgb(66 97 49 / 0.6); +} +.outline-green-800\/70{ + outline-color: rgb(66 97 49 / 0.7); +} +.outline-green-800\/75{ + outline-color: rgb(66 97 49 / 0.75); +} +.outline-green-800\/80{ + outline-color: rgb(66 97 49 / 0.8); +} +.outline-green-800\/90{ + outline-color: rgb(66 97 49 / 0.9); +} +.outline-green-800\/95{ + outline-color: rgb(66 97 49 / 0.95); +} +.outline-green-800\/100{ + outline-color: rgb(66 97 49 / 1); +} +.outline-green-900\/0{ + outline-color: rgb(54 79 40 / 0); +} +.outline-green-900\/5{ + outline-color: rgb(54 79 40 / 0.05); +} +.outline-green-900\/10{ + outline-color: rgb(54 79 40 / 0.1); +} +.outline-green-900\/20{ + outline-color: rgb(54 79 40 / 0.2); +} +.outline-green-900\/25{ + outline-color: rgb(54 79 40 / 0.25); +} +.outline-green-900\/30{ + outline-color: rgb(54 79 40 / 0.3); +} +.outline-green-900\/40{ + outline-color: rgb(54 79 40 / 0.4); +} +.outline-green-900\/50{ + outline-color: rgb(54 79 40 / 0.5); +} +.outline-green-900\/60{ + outline-color: rgb(54 79 40 / 0.6); +} +.outline-green-900\/70{ + outline-color: rgb(54 79 40 / 0.7); +} +.outline-green-900\/75{ + outline-color: rgb(54 79 40 / 0.75); +} +.outline-green-900\/80{ + outline-color: rgb(54 79 40 / 0.8); +} +.outline-green-900\/90{ + outline-color: rgb(54 79 40 / 0.9); +} +.outline-green-900\/95{ + outline-color: rgb(54 79 40 / 0.95); +} +.outline-green-900\/100{ + outline-color: rgb(54 79 40 / 1); +} +.outline-green\/0{ + outline-color: rgb(110 161 82 / 0); +} +.outline-green\/5{ + outline-color: rgb(110 161 82 / 0.05); +} +.outline-green\/10{ + outline-color: rgb(110 161 82 / 0.1); +} +.outline-green\/20{ + outline-color: rgb(110 161 82 / 0.2); +} +.outline-green\/25{ + outline-color: rgb(110 161 82 / 0.25); +} +.outline-green\/30{ + outline-color: rgb(110 161 82 / 0.3); +} +.outline-green\/40{ + outline-color: rgb(110 161 82 / 0.4); +} +.outline-green\/50{ + outline-color: rgb(110 161 82 / 0.5); +} +.outline-green\/60{ + outline-color: rgb(110 161 82 / 0.6); +} +.outline-green\/70{ + outline-color: rgb(110 161 82 / 0.7); +} +.outline-green\/75{ + outline-color: rgb(110 161 82 / 0.75); +} +.outline-green\/80{ + outline-color: rgb(110 161 82 / 0.8); +} +.outline-green\/90{ + outline-color: rgb(110 161 82 / 0.9); +} +.outline-green\/95{ + outline-color: rgb(110 161 82 / 0.95); +} +.outline-green\/100{ + outline-color: rgb(110 161 82 / 1); +} +.outline-emerald-50\/0{ + outline-color: rgb(236 253 245 / 0); +} +.outline-emerald-50\/5{ + outline-color: rgb(236 253 245 / 0.05); +} +.outline-emerald-50\/10{ + outline-color: rgb(236 253 245 / 0.1); +} +.outline-emerald-50\/20{ + outline-color: rgb(236 253 245 / 0.2); +} +.outline-emerald-50\/25{ + outline-color: rgb(236 253 245 / 0.25); +} +.outline-emerald-50\/30{ + outline-color: rgb(236 253 245 / 0.3); +} +.outline-emerald-50\/40{ + outline-color: rgb(236 253 245 / 0.4); +} +.outline-emerald-50\/50{ + outline-color: rgb(236 253 245 / 0.5); +} +.outline-emerald-50\/60{ + outline-color: rgb(236 253 245 / 0.6); +} +.outline-emerald-50\/70{ + outline-color: rgb(236 253 245 / 0.7); +} +.outline-emerald-50\/75{ + outline-color: rgb(236 253 245 / 0.75); +} +.outline-emerald-50\/80{ + outline-color: rgb(236 253 245 / 0.8); +} +.outline-emerald-50\/90{ + outline-color: rgb(236 253 245 / 0.9); +} +.outline-emerald-50\/95{ + outline-color: rgb(236 253 245 / 0.95); +} +.outline-emerald-50\/100{ + outline-color: rgb(236 253 245 / 1); +} +.outline-emerald-100\/0{ + outline-color: rgb(209 250 229 / 0); +} +.outline-emerald-100\/5{ + outline-color: rgb(209 250 229 / 0.05); +} +.outline-emerald-100\/10{ + outline-color: rgb(209 250 229 / 0.1); +} +.outline-emerald-100\/20{ + outline-color: rgb(209 250 229 / 0.2); +} +.outline-emerald-100\/25{ + outline-color: rgb(209 250 229 / 0.25); +} +.outline-emerald-100\/30{ + outline-color: rgb(209 250 229 / 0.3); +} +.outline-emerald-100\/40{ + outline-color: rgb(209 250 229 / 0.4); +} +.outline-emerald-100\/50{ + outline-color: rgb(209 250 229 / 0.5); +} +.outline-emerald-100\/60{ + outline-color: rgb(209 250 229 / 0.6); +} +.outline-emerald-100\/70{ + outline-color: rgb(209 250 229 / 0.7); +} +.outline-emerald-100\/75{ + outline-color: rgb(209 250 229 / 0.75); +} +.outline-emerald-100\/80{ + outline-color: rgb(209 250 229 / 0.8); +} +.outline-emerald-100\/90{ + outline-color: rgb(209 250 229 / 0.9); +} +.outline-emerald-100\/95{ + outline-color: rgb(209 250 229 / 0.95); +} +.outline-emerald-100\/100{ + outline-color: rgb(209 250 229 / 1); +} +.outline-emerald-200\/0{ + outline-color: rgb(167 243 208 / 0); +} +.outline-emerald-200\/5{ + outline-color: rgb(167 243 208 / 0.05); +} +.outline-emerald-200\/10{ + outline-color: rgb(167 243 208 / 0.1); +} +.outline-emerald-200\/20{ + outline-color: rgb(167 243 208 / 0.2); +} +.outline-emerald-200\/25{ + outline-color: rgb(167 243 208 / 0.25); +} +.outline-emerald-200\/30{ + outline-color: rgb(167 243 208 / 0.3); +} +.outline-emerald-200\/40{ + outline-color: rgb(167 243 208 / 0.4); +} +.outline-emerald-200\/50{ + outline-color: rgb(167 243 208 / 0.5); +} +.outline-emerald-200\/60{ + outline-color: rgb(167 243 208 / 0.6); +} +.outline-emerald-200\/70{ + outline-color: rgb(167 243 208 / 0.7); +} +.outline-emerald-200\/75{ + outline-color: rgb(167 243 208 / 0.75); +} +.outline-emerald-200\/80{ + outline-color: rgb(167 243 208 / 0.8); +} +.outline-emerald-200\/90{ + outline-color: rgb(167 243 208 / 0.9); +} +.outline-emerald-200\/95{ + outline-color: rgb(167 243 208 / 0.95); +} +.outline-emerald-200\/100{ + outline-color: rgb(167 243 208 / 1); +} +.outline-emerald-300\/0{ + outline-color: rgb(110 231 183 / 0); +} +.outline-emerald-300\/5{ + outline-color: rgb(110 231 183 / 0.05); +} +.outline-emerald-300\/10{ + outline-color: rgb(110 231 183 / 0.1); +} +.outline-emerald-300\/20{ + outline-color: rgb(110 231 183 / 0.2); +} +.outline-emerald-300\/25{ + outline-color: rgb(110 231 183 / 0.25); +} +.outline-emerald-300\/30{ + outline-color: rgb(110 231 183 / 0.3); +} +.outline-emerald-300\/40{ + outline-color: rgb(110 231 183 / 0.4); +} +.outline-emerald-300\/50{ + outline-color: rgb(110 231 183 / 0.5); +} +.outline-emerald-300\/60{ + outline-color: rgb(110 231 183 / 0.6); +} +.outline-emerald-300\/70{ + outline-color: rgb(110 231 183 / 0.7); +} +.outline-emerald-300\/75{ + outline-color: rgb(110 231 183 / 0.75); +} +.outline-emerald-300\/80{ + outline-color: rgb(110 231 183 / 0.8); +} +.outline-emerald-300\/90{ + outline-color: rgb(110 231 183 / 0.9); +} +.outline-emerald-300\/95{ + outline-color: rgb(110 231 183 / 0.95); +} +.outline-emerald-300\/100{ + outline-color: rgb(110 231 183 / 1); +} +.outline-emerald-400\/0{ + outline-color: rgb(52 211 153 / 0); +} +.outline-emerald-400\/5{ + outline-color: rgb(52 211 153 / 0.05); +} +.outline-emerald-400\/10{ + outline-color: rgb(52 211 153 / 0.1); +} +.outline-emerald-400\/20{ + outline-color: rgb(52 211 153 / 0.2); +} +.outline-emerald-400\/25{ + outline-color: rgb(52 211 153 / 0.25); +} +.outline-emerald-400\/30{ + outline-color: rgb(52 211 153 / 0.3); +} +.outline-emerald-400\/40{ + outline-color: rgb(52 211 153 / 0.4); +} +.outline-emerald-400\/50{ + outline-color: rgb(52 211 153 / 0.5); +} +.outline-emerald-400\/60{ + outline-color: rgb(52 211 153 / 0.6); +} +.outline-emerald-400\/70{ + outline-color: rgb(52 211 153 / 0.7); +} +.outline-emerald-400\/75{ + outline-color: rgb(52 211 153 / 0.75); +} +.outline-emerald-400\/80{ + outline-color: rgb(52 211 153 / 0.8); +} +.outline-emerald-400\/90{ + outline-color: rgb(52 211 153 / 0.9); +} +.outline-emerald-400\/95{ + outline-color: rgb(52 211 153 / 0.95); +} +.outline-emerald-400\/100{ + outline-color: rgb(52 211 153 / 1); +} +.outline-emerald-500\/0{ + outline-color: rgb(16 185 129 / 0); +} +.outline-emerald-500\/5{ + outline-color: rgb(16 185 129 / 0.05); +} +.outline-emerald-500\/10{ + outline-color: rgb(16 185 129 / 0.1); +} +.outline-emerald-500\/20{ + outline-color: rgb(16 185 129 / 0.2); +} +.outline-emerald-500\/25{ + outline-color: rgb(16 185 129 / 0.25); +} +.outline-emerald-500\/30{ + outline-color: rgb(16 185 129 / 0.3); +} +.outline-emerald-500\/40{ + outline-color: rgb(16 185 129 / 0.4); +} +.outline-emerald-500\/50{ + outline-color: rgb(16 185 129 / 0.5); +} +.outline-emerald-500\/60{ + outline-color: rgb(16 185 129 / 0.6); +} +.outline-emerald-500\/70{ + outline-color: rgb(16 185 129 / 0.7); +} +.outline-emerald-500\/75{ + outline-color: rgb(16 185 129 / 0.75); +} +.outline-emerald-500\/80{ + outline-color: rgb(16 185 129 / 0.8); +} +.outline-emerald-500\/90{ + outline-color: rgb(16 185 129 / 0.9); +} +.outline-emerald-500\/95{ + outline-color: rgb(16 185 129 / 0.95); +} +.outline-emerald-500\/100{ + outline-color: rgb(16 185 129 / 1); +} +.outline-emerald-600\/0{ + outline-color: rgb(5 150 105 / 0); +} +.outline-emerald-600\/5{ + outline-color: rgb(5 150 105 / 0.05); +} +.outline-emerald-600\/10{ + outline-color: rgb(5 150 105 / 0.1); +} +.outline-emerald-600\/20{ + outline-color: rgb(5 150 105 / 0.2); +} +.outline-emerald-600\/25{ + outline-color: rgb(5 150 105 / 0.25); +} +.outline-emerald-600\/30{ + outline-color: rgb(5 150 105 / 0.3); +} +.outline-emerald-600\/40{ + outline-color: rgb(5 150 105 / 0.4); +} +.outline-emerald-600\/50{ + outline-color: rgb(5 150 105 / 0.5); +} +.outline-emerald-600\/60{ + outline-color: rgb(5 150 105 / 0.6); +} +.outline-emerald-600\/70{ + outline-color: rgb(5 150 105 / 0.7); +} +.outline-emerald-600\/75{ + outline-color: rgb(5 150 105 / 0.75); +} +.outline-emerald-600\/80{ + outline-color: rgb(5 150 105 / 0.8); +} +.outline-emerald-600\/90{ + outline-color: rgb(5 150 105 / 0.9); +} +.outline-emerald-600\/95{ + outline-color: rgb(5 150 105 / 0.95); +} +.outline-emerald-600\/100{ + outline-color: rgb(5 150 105 / 1); +} +.outline-emerald-700\/0{ + outline-color: rgb(4 120 87 / 0); +} +.outline-emerald-700\/5{ + outline-color: rgb(4 120 87 / 0.05); +} +.outline-emerald-700\/10{ + outline-color: rgb(4 120 87 / 0.1); +} +.outline-emerald-700\/20{ + outline-color: rgb(4 120 87 / 0.2); +} +.outline-emerald-700\/25{ + outline-color: rgb(4 120 87 / 0.25); +} +.outline-emerald-700\/30{ + outline-color: rgb(4 120 87 / 0.3); +} +.outline-emerald-700\/40{ + outline-color: rgb(4 120 87 / 0.4); +} +.outline-emerald-700\/50{ + outline-color: rgb(4 120 87 / 0.5); +} +.outline-emerald-700\/60{ + outline-color: rgb(4 120 87 / 0.6); +} +.outline-emerald-700\/70{ + outline-color: rgb(4 120 87 / 0.7); +} +.outline-emerald-700\/75{ + outline-color: rgb(4 120 87 / 0.75); +} +.outline-emerald-700\/80{ + outline-color: rgb(4 120 87 / 0.8); +} +.outline-emerald-700\/90{ + outline-color: rgb(4 120 87 / 0.9); +} +.outline-emerald-700\/95{ + outline-color: rgb(4 120 87 / 0.95); +} +.outline-emerald-700\/100{ + outline-color: rgb(4 120 87 / 1); +} +.outline-emerald-800\/0{ + outline-color: rgb(6 95 70 / 0); +} +.outline-emerald-800\/5{ + outline-color: rgb(6 95 70 / 0.05); +} +.outline-emerald-800\/10{ + outline-color: rgb(6 95 70 / 0.1); +} +.outline-emerald-800\/20{ + outline-color: rgb(6 95 70 / 0.2); +} +.outline-emerald-800\/25{ + outline-color: rgb(6 95 70 / 0.25); +} +.outline-emerald-800\/30{ + outline-color: rgb(6 95 70 / 0.3); +} +.outline-emerald-800\/40{ + outline-color: rgb(6 95 70 / 0.4); +} +.outline-emerald-800\/50{ + outline-color: rgb(6 95 70 / 0.5); +} +.outline-emerald-800\/60{ + outline-color: rgb(6 95 70 / 0.6); +} +.outline-emerald-800\/70{ + outline-color: rgb(6 95 70 / 0.7); +} +.outline-emerald-800\/75{ + outline-color: rgb(6 95 70 / 0.75); +} +.outline-emerald-800\/80{ + outline-color: rgb(6 95 70 / 0.8); +} +.outline-emerald-800\/90{ + outline-color: rgb(6 95 70 / 0.9); +} +.outline-emerald-800\/95{ + outline-color: rgb(6 95 70 / 0.95); +} +.outline-emerald-800\/100{ + outline-color: rgb(6 95 70 / 1); +} +.outline-emerald-900\/0{ + outline-color: rgb(6 78 59 / 0); +} +.outline-emerald-900\/5{ + outline-color: rgb(6 78 59 / 0.05); +} +.outline-emerald-900\/10{ + outline-color: rgb(6 78 59 / 0.1); +} +.outline-emerald-900\/20{ + outline-color: rgb(6 78 59 / 0.2); +} +.outline-emerald-900\/25{ + outline-color: rgb(6 78 59 / 0.25); +} +.outline-emerald-900\/30{ + outline-color: rgb(6 78 59 / 0.3); +} +.outline-emerald-900\/40{ + outline-color: rgb(6 78 59 / 0.4); +} +.outline-emerald-900\/50{ + outline-color: rgb(6 78 59 / 0.5); +} +.outline-emerald-900\/60{ + outline-color: rgb(6 78 59 / 0.6); +} +.outline-emerald-900\/70{ + outline-color: rgb(6 78 59 / 0.7); +} +.outline-emerald-900\/75{ + outline-color: rgb(6 78 59 / 0.75); +} +.outline-emerald-900\/80{ + outline-color: rgb(6 78 59 / 0.8); +} +.outline-emerald-900\/90{ + outline-color: rgb(6 78 59 / 0.9); +} +.outline-emerald-900\/95{ + outline-color: rgb(6 78 59 / 0.95); +} +.outline-emerald-900\/100{ + outline-color: rgb(6 78 59 / 1); +} +.outline-teal-50\/0{ + outline-color: rgb(237 250 250 / 0); +} +.outline-teal-50\/5{ + outline-color: rgb(237 250 250 / 0.05); +} +.outline-teal-50\/10{ + outline-color: rgb(237 250 250 / 0.1); +} +.outline-teal-50\/20{ + outline-color: rgb(237 250 250 / 0.2); +} +.outline-teal-50\/25{ + outline-color: rgb(237 250 250 / 0.25); +} +.outline-teal-50\/30{ + outline-color: rgb(237 250 250 / 0.3); +} +.outline-teal-50\/40{ + outline-color: rgb(237 250 250 / 0.4); +} +.outline-teal-50\/50{ + outline-color: rgb(237 250 250 / 0.5); +} +.outline-teal-50\/60{ + outline-color: rgb(237 250 250 / 0.6); +} +.outline-teal-50\/70{ + outline-color: rgb(237 250 250 / 0.7); +} +.outline-teal-50\/75{ + outline-color: rgb(237 250 250 / 0.75); +} +.outline-teal-50\/80{ + outline-color: rgb(237 250 250 / 0.8); +} +.outline-teal-50\/90{ + outline-color: rgb(237 250 250 / 0.9); +} +.outline-teal-50\/95{ + outline-color: rgb(237 250 250 / 0.95); +} +.outline-teal-50\/100{ + outline-color: rgb(237 250 250 / 1); +} +.outline-teal-100\/0{ + outline-color: rgb(213 245 246 / 0); +} +.outline-teal-100\/5{ + outline-color: rgb(213 245 246 / 0.05); +} +.outline-teal-100\/10{ + outline-color: rgb(213 245 246 / 0.1); +} +.outline-teal-100\/20{ + outline-color: rgb(213 245 246 / 0.2); +} +.outline-teal-100\/25{ + outline-color: rgb(213 245 246 / 0.25); +} +.outline-teal-100\/30{ + outline-color: rgb(213 245 246 / 0.3); +} +.outline-teal-100\/40{ + outline-color: rgb(213 245 246 / 0.4); +} +.outline-teal-100\/50{ + outline-color: rgb(213 245 246 / 0.5); +} +.outline-teal-100\/60{ + outline-color: rgb(213 245 246 / 0.6); +} +.outline-teal-100\/70{ + outline-color: rgb(213 245 246 / 0.7); +} +.outline-teal-100\/75{ + outline-color: rgb(213 245 246 / 0.75); +} +.outline-teal-100\/80{ + outline-color: rgb(213 245 246 / 0.8); +} +.outline-teal-100\/90{ + outline-color: rgb(213 245 246 / 0.9); +} +.outline-teal-100\/95{ + outline-color: rgb(213 245 246 / 0.95); +} +.outline-teal-100\/100{ + outline-color: rgb(213 245 246 / 1); +} +.outline-teal-200\/0{ + outline-color: rgb(175 236 239 / 0); +} +.outline-teal-200\/5{ + outline-color: rgb(175 236 239 / 0.05); +} +.outline-teal-200\/10{ + outline-color: rgb(175 236 239 / 0.1); +} +.outline-teal-200\/20{ + outline-color: rgb(175 236 239 / 0.2); +} +.outline-teal-200\/25{ + outline-color: rgb(175 236 239 / 0.25); +} +.outline-teal-200\/30{ + outline-color: rgb(175 236 239 / 0.3); +} +.outline-teal-200\/40{ + outline-color: rgb(175 236 239 / 0.4); +} +.outline-teal-200\/50{ + outline-color: rgb(175 236 239 / 0.5); +} +.outline-teal-200\/60{ + outline-color: rgb(175 236 239 / 0.6); +} +.outline-teal-200\/70{ + outline-color: rgb(175 236 239 / 0.7); +} +.outline-teal-200\/75{ + outline-color: rgb(175 236 239 / 0.75); +} +.outline-teal-200\/80{ + outline-color: rgb(175 236 239 / 0.8); +} +.outline-teal-200\/90{ + outline-color: rgb(175 236 239 / 0.9); +} +.outline-teal-200\/95{ + outline-color: rgb(175 236 239 / 0.95); +} +.outline-teal-200\/100{ + outline-color: rgb(175 236 239 / 1); +} +.outline-teal-300\/0{ + outline-color: rgb(126 220 226 / 0); +} +.outline-teal-300\/5{ + outline-color: rgb(126 220 226 / 0.05); +} +.outline-teal-300\/10{ + outline-color: rgb(126 220 226 / 0.1); +} +.outline-teal-300\/20{ + outline-color: rgb(126 220 226 / 0.2); +} +.outline-teal-300\/25{ + outline-color: rgb(126 220 226 / 0.25); +} +.outline-teal-300\/30{ + outline-color: rgb(126 220 226 / 0.3); +} +.outline-teal-300\/40{ + outline-color: rgb(126 220 226 / 0.4); +} +.outline-teal-300\/50{ + outline-color: rgb(126 220 226 / 0.5); +} +.outline-teal-300\/60{ + outline-color: rgb(126 220 226 / 0.6); +} +.outline-teal-300\/70{ + outline-color: rgb(126 220 226 / 0.7); +} +.outline-teal-300\/75{ + outline-color: rgb(126 220 226 / 0.75); +} +.outline-teal-300\/80{ + outline-color: rgb(126 220 226 / 0.8); +} +.outline-teal-300\/90{ + outline-color: rgb(126 220 226 / 0.9); +} +.outline-teal-300\/95{ + outline-color: rgb(126 220 226 / 0.95); +} +.outline-teal-300\/100{ + outline-color: rgb(126 220 226 / 1); +} +.outline-teal-400\/0{ + outline-color: rgb(22 189 202 / 0); +} +.outline-teal-400\/5{ + outline-color: rgb(22 189 202 / 0.05); +} +.outline-teal-400\/10{ + outline-color: rgb(22 189 202 / 0.1); +} +.outline-teal-400\/20{ + outline-color: rgb(22 189 202 / 0.2); +} +.outline-teal-400\/25{ + outline-color: rgb(22 189 202 / 0.25); +} +.outline-teal-400\/30{ + outline-color: rgb(22 189 202 / 0.3); +} +.outline-teal-400\/40{ + outline-color: rgb(22 189 202 / 0.4); +} +.outline-teal-400\/50{ + outline-color: rgb(22 189 202 / 0.5); +} +.outline-teal-400\/60{ + outline-color: rgb(22 189 202 / 0.6); +} +.outline-teal-400\/70{ + outline-color: rgb(22 189 202 / 0.7); +} +.outline-teal-400\/75{ + outline-color: rgb(22 189 202 / 0.75); +} +.outline-teal-400\/80{ + outline-color: rgb(22 189 202 / 0.8); +} +.outline-teal-400\/90{ + outline-color: rgb(22 189 202 / 0.9); +} +.outline-teal-400\/95{ + outline-color: rgb(22 189 202 / 0.95); +} +.outline-teal-400\/100{ + outline-color: rgb(22 189 202 / 1); +} +.outline-teal-500\/0{ + outline-color: rgb(6 148 162 / 0); +} +.outline-teal-500\/5{ + outline-color: rgb(6 148 162 / 0.05); +} +.outline-teal-500\/10{ + outline-color: rgb(6 148 162 / 0.1); +} +.outline-teal-500\/20{ + outline-color: rgb(6 148 162 / 0.2); +} +.outline-teal-500\/25{ + outline-color: rgb(6 148 162 / 0.25); +} +.outline-teal-500\/30{ + outline-color: rgb(6 148 162 / 0.3); +} +.outline-teal-500\/40{ + outline-color: rgb(6 148 162 / 0.4); +} +.outline-teal-500\/50{ + outline-color: rgb(6 148 162 / 0.5); +} +.outline-teal-500\/60{ + outline-color: rgb(6 148 162 / 0.6); +} +.outline-teal-500\/70{ + outline-color: rgb(6 148 162 / 0.7); +} +.outline-teal-500\/75{ + outline-color: rgb(6 148 162 / 0.75); +} +.outline-teal-500\/80{ + outline-color: rgb(6 148 162 / 0.8); +} +.outline-teal-500\/90{ + outline-color: rgb(6 148 162 / 0.9); +} +.outline-teal-500\/95{ + outline-color: rgb(6 148 162 / 0.95); +} +.outline-teal-500\/100{ + outline-color: rgb(6 148 162 / 1); +} +.outline-teal-600\/0{ + outline-color: rgb(4 116 129 / 0); +} +.outline-teal-600\/5{ + outline-color: rgb(4 116 129 / 0.05); +} +.outline-teal-600\/10{ + outline-color: rgb(4 116 129 / 0.1); +} +.outline-teal-600\/20{ + outline-color: rgb(4 116 129 / 0.2); +} +.outline-teal-600\/25{ + outline-color: rgb(4 116 129 / 0.25); +} +.outline-teal-600\/30{ + outline-color: rgb(4 116 129 / 0.3); +} +.outline-teal-600\/40{ + outline-color: rgb(4 116 129 / 0.4); +} +.outline-teal-600\/50{ + outline-color: rgb(4 116 129 / 0.5); +} +.outline-teal-600\/60{ + outline-color: rgb(4 116 129 / 0.6); +} +.outline-teal-600\/70{ + outline-color: rgb(4 116 129 / 0.7); +} +.outline-teal-600\/75{ + outline-color: rgb(4 116 129 / 0.75); +} +.outline-teal-600\/80{ + outline-color: rgb(4 116 129 / 0.8); +} +.outline-teal-600\/90{ + outline-color: rgb(4 116 129 / 0.9); +} +.outline-teal-600\/95{ + outline-color: rgb(4 116 129 / 0.95); +} +.outline-teal-600\/100{ + outline-color: rgb(4 116 129 / 1); +} +.outline-teal-700\/0{ + outline-color: rgb(3 102 114 / 0); +} +.outline-teal-700\/5{ + outline-color: rgb(3 102 114 / 0.05); +} +.outline-teal-700\/10{ + outline-color: rgb(3 102 114 / 0.1); +} +.outline-teal-700\/20{ + outline-color: rgb(3 102 114 / 0.2); +} +.outline-teal-700\/25{ + outline-color: rgb(3 102 114 / 0.25); +} +.outline-teal-700\/30{ + outline-color: rgb(3 102 114 / 0.3); +} +.outline-teal-700\/40{ + outline-color: rgb(3 102 114 / 0.4); +} +.outline-teal-700\/50{ + outline-color: rgb(3 102 114 / 0.5); +} +.outline-teal-700\/60{ + outline-color: rgb(3 102 114 / 0.6); +} +.outline-teal-700\/70{ + outline-color: rgb(3 102 114 / 0.7); +} +.outline-teal-700\/75{ + outline-color: rgb(3 102 114 / 0.75); +} +.outline-teal-700\/80{ + outline-color: rgb(3 102 114 / 0.8); +} +.outline-teal-700\/90{ + outline-color: rgb(3 102 114 / 0.9); +} +.outline-teal-700\/95{ + outline-color: rgb(3 102 114 / 0.95); +} +.outline-teal-700\/100{ + outline-color: rgb(3 102 114 / 1); +} +.outline-teal-800\/0{ + outline-color: rgb(5 80 92 / 0); +} +.outline-teal-800\/5{ + outline-color: rgb(5 80 92 / 0.05); +} +.outline-teal-800\/10{ + outline-color: rgb(5 80 92 / 0.1); +} +.outline-teal-800\/20{ + outline-color: rgb(5 80 92 / 0.2); +} +.outline-teal-800\/25{ + outline-color: rgb(5 80 92 / 0.25); +} +.outline-teal-800\/30{ + outline-color: rgb(5 80 92 / 0.3); +} +.outline-teal-800\/40{ + outline-color: rgb(5 80 92 / 0.4); +} +.outline-teal-800\/50{ + outline-color: rgb(5 80 92 / 0.5); +} +.outline-teal-800\/60{ + outline-color: rgb(5 80 92 / 0.6); +} +.outline-teal-800\/70{ + outline-color: rgb(5 80 92 / 0.7); +} +.outline-teal-800\/75{ + outline-color: rgb(5 80 92 / 0.75); +} +.outline-teal-800\/80{ + outline-color: rgb(5 80 92 / 0.8); +} +.outline-teal-800\/90{ + outline-color: rgb(5 80 92 / 0.9); +} +.outline-teal-800\/95{ + outline-color: rgb(5 80 92 / 0.95); +} +.outline-teal-800\/100{ + outline-color: rgb(5 80 92 / 1); +} +.outline-teal-900\/0{ + outline-color: rgb(1 68 81 / 0); +} +.outline-teal-900\/5{ + outline-color: rgb(1 68 81 / 0.05); +} +.outline-teal-900\/10{ + outline-color: rgb(1 68 81 / 0.1); +} +.outline-teal-900\/20{ + outline-color: rgb(1 68 81 / 0.2); +} +.outline-teal-900\/25{ + outline-color: rgb(1 68 81 / 0.25); +} +.outline-teal-900\/30{ + outline-color: rgb(1 68 81 / 0.3); +} +.outline-teal-900\/40{ + outline-color: rgb(1 68 81 / 0.4); +} +.outline-teal-900\/50{ + outline-color: rgb(1 68 81 / 0.5); +} +.outline-teal-900\/60{ + outline-color: rgb(1 68 81 / 0.6); +} +.outline-teal-900\/70{ + outline-color: rgb(1 68 81 / 0.7); +} +.outline-teal-900\/75{ + outline-color: rgb(1 68 81 / 0.75); +} +.outline-teal-900\/80{ + outline-color: rgb(1 68 81 / 0.8); +} +.outline-teal-900\/90{ + outline-color: rgb(1 68 81 / 0.9); +} +.outline-teal-900\/95{ + outline-color: rgb(1 68 81 / 0.95); +} +.outline-teal-900\/100{ + outline-color: rgb(1 68 81 / 1); +} +.outline-cyan-50\/0{ + outline-color: rgb(236 254 255 / 0); +} +.outline-cyan-50\/5{ + outline-color: rgb(236 254 255 / 0.05); +} +.outline-cyan-50\/10{ + outline-color: rgb(236 254 255 / 0.1); +} +.outline-cyan-50\/20{ + outline-color: rgb(236 254 255 / 0.2); +} +.outline-cyan-50\/25{ + outline-color: rgb(236 254 255 / 0.25); +} +.outline-cyan-50\/30{ + outline-color: rgb(236 254 255 / 0.3); +} +.outline-cyan-50\/40{ + outline-color: rgb(236 254 255 / 0.4); +} +.outline-cyan-50\/50{ + outline-color: rgb(236 254 255 / 0.5); +} +.outline-cyan-50\/60{ + outline-color: rgb(236 254 255 / 0.6); +} +.outline-cyan-50\/70{ + outline-color: rgb(236 254 255 / 0.7); +} +.outline-cyan-50\/75{ + outline-color: rgb(236 254 255 / 0.75); +} +.outline-cyan-50\/80{ + outline-color: rgb(236 254 255 / 0.8); +} +.outline-cyan-50\/90{ + outline-color: rgb(236 254 255 / 0.9); +} +.outline-cyan-50\/95{ + outline-color: rgb(236 254 255 / 0.95); +} +.outline-cyan-50\/100{ + outline-color: rgb(236 254 255 / 1); +} +.outline-cyan-100\/0{ + outline-color: rgb(207 250 254 / 0); +} +.outline-cyan-100\/5{ + outline-color: rgb(207 250 254 / 0.05); +} +.outline-cyan-100\/10{ + outline-color: rgb(207 250 254 / 0.1); +} +.outline-cyan-100\/20{ + outline-color: rgb(207 250 254 / 0.2); +} +.outline-cyan-100\/25{ + outline-color: rgb(207 250 254 / 0.25); +} +.outline-cyan-100\/30{ + outline-color: rgb(207 250 254 / 0.3); +} +.outline-cyan-100\/40{ + outline-color: rgb(207 250 254 / 0.4); +} +.outline-cyan-100\/50{ + outline-color: rgb(207 250 254 / 0.5); +} +.outline-cyan-100\/60{ + outline-color: rgb(207 250 254 / 0.6); +} +.outline-cyan-100\/70{ + outline-color: rgb(207 250 254 / 0.7); +} +.outline-cyan-100\/75{ + outline-color: rgb(207 250 254 / 0.75); +} +.outline-cyan-100\/80{ + outline-color: rgb(207 250 254 / 0.8); +} +.outline-cyan-100\/90{ + outline-color: rgb(207 250 254 / 0.9); +} +.outline-cyan-100\/95{ + outline-color: rgb(207 250 254 / 0.95); +} +.outline-cyan-100\/100{ + outline-color: rgb(207 250 254 / 1); +} +.outline-cyan-200\/0{ + outline-color: rgb(165 243 252 / 0); +} +.outline-cyan-200\/5{ + outline-color: rgb(165 243 252 / 0.05); +} +.outline-cyan-200\/10{ + outline-color: rgb(165 243 252 / 0.1); +} +.outline-cyan-200\/20{ + outline-color: rgb(165 243 252 / 0.2); +} +.outline-cyan-200\/25{ + outline-color: rgb(165 243 252 / 0.25); +} +.outline-cyan-200\/30{ + outline-color: rgb(165 243 252 / 0.3); +} +.outline-cyan-200\/40{ + outline-color: rgb(165 243 252 / 0.4); +} +.outline-cyan-200\/50{ + outline-color: rgb(165 243 252 / 0.5); +} +.outline-cyan-200\/60{ + outline-color: rgb(165 243 252 / 0.6); +} +.outline-cyan-200\/70{ + outline-color: rgb(165 243 252 / 0.7); +} +.outline-cyan-200\/75{ + outline-color: rgb(165 243 252 / 0.75); +} +.outline-cyan-200\/80{ + outline-color: rgb(165 243 252 / 0.8); +} +.outline-cyan-200\/90{ + outline-color: rgb(165 243 252 / 0.9); +} +.outline-cyan-200\/95{ + outline-color: rgb(165 243 252 / 0.95); +} +.outline-cyan-200\/100{ + outline-color: rgb(165 243 252 / 1); +} +.outline-cyan-300\/0{ + outline-color: rgb(103 232 249 / 0); +} +.outline-cyan-300\/5{ + outline-color: rgb(103 232 249 / 0.05); +} +.outline-cyan-300\/10{ + outline-color: rgb(103 232 249 / 0.1); +} +.outline-cyan-300\/20{ + outline-color: rgb(103 232 249 / 0.2); +} +.outline-cyan-300\/25{ + outline-color: rgb(103 232 249 / 0.25); +} +.outline-cyan-300\/30{ + outline-color: rgb(103 232 249 / 0.3); +} +.outline-cyan-300\/40{ + outline-color: rgb(103 232 249 / 0.4); +} +.outline-cyan-300\/50{ + outline-color: rgb(103 232 249 / 0.5); +} +.outline-cyan-300\/60{ + outline-color: rgb(103 232 249 / 0.6); +} +.outline-cyan-300\/70{ + outline-color: rgb(103 232 249 / 0.7); +} +.outline-cyan-300\/75{ + outline-color: rgb(103 232 249 / 0.75); +} +.outline-cyan-300\/80{ + outline-color: rgb(103 232 249 / 0.8); +} +.outline-cyan-300\/90{ + outline-color: rgb(103 232 249 / 0.9); +} +.outline-cyan-300\/95{ + outline-color: rgb(103 232 249 / 0.95); +} +.outline-cyan-300\/100{ + outline-color: rgb(103 232 249 / 1); +} +.outline-cyan-400\/0{ + outline-color: rgb(34 211 238 / 0); +} +.outline-cyan-400\/5{ + outline-color: rgb(34 211 238 / 0.05); +} +.outline-cyan-400\/10{ + outline-color: rgb(34 211 238 / 0.1); +} +.outline-cyan-400\/20{ + outline-color: rgb(34 211 238 / 0.2); +} +.outline-cyan-400\/25{ + outline-color: rgb(34 211 238 / 0.25); +} +.outline-cyan-400\/30{ + outline-color: rgb(34 211 238 / 0.3); +} +.outline-cyan-400\/40{ + outline-color: rgb(34 211 238 / 0.4); +} +.outline-cyan-400\/50{ + outline-color: rgb(34 211 238 / 0.5); +} +.outline-cyan-400\/60{ + outline-color: rgb(34 211 238 / 0.6); +} +.outline-cyan-400\/70{ + outline-color: rgb(34 211 238 / 0.7); +} +.outline-cyan-400\/75{ + outline-color: rgb(34 211 238 / 0.75); +} +.outline-cyan-400\/80{ + outline-color: rgb(34 211 238 / 0.8); +} +.outline-cyan-400\/90{ + outline-color: rgb(34 211 238 / 0.9); +} +.outline-cyan-400\/95{ + outline-color: rgb(34 211 238 / 0.95); +} +.outline-cyan-400\/100{ + outline-color: rgb(34 211 238 / 1); +} +.outline-cyan-500\/0{ + outline-color: rgb(6 182 212 / 0); +} +.outline-cyan-500\/5{ + outline-color: rgb(6 182 212 / 0.05); +} +.outline-cyan-500\/10{ + outline-color: rgb(6 182 212 / 0.1); +} +.outline-cyan-500\/20{ + outline-color: rgb(6 182 212 / 0.2); +} +.outline-cyan-500\/25{ + outline-color: rgb(6 182 212 / 0.25); +} +.outline-cyan-500\/30{ + outline-color: rgb(6 182 212 / 0.3); +} +.outline-cyan-500\/40{ + outline-color: rgb(6 182 212 / 0.4); +} +.outline-cyan-500\/50{ + outline-color: rgb(6 182 212 / 0.5); +} +.outline-cyan-500\/60{ + outline-color: rgb(6 182 212 / 0.6); +} +.outline-cyan-500\/70{ + outline-color: rgb(6 182 212 / 0.7); +} +.outline-cyan-500\/75{ + outline-color: rgb(6 182 212 / 0.75); +} +.outline-cyan-500\/80{ + outline-color: rgb(6 182 212 / 0.8); +} +.outline-cyan-500\/90{ + outline-color: rgb(6 182 212 / 0.9); +} +.outline-cyan-500\/95{ + outline-color: rgb(6 182 212 / 0.95); +} +.outline-cyan-500\/100{ + outline-color: rgb(6 182 212 / 1); +} +.outline-cyan-600\/0{ + outline-color: rgb(8 145 178 / 0); +} +.outline-cyan-600\/5{ + outline-color: rgb(8 145 178 / 0.05); +} +.outline-cyan-600\/10{ + outline-color: rgb(8 145 178 / 0.1); +} +.outline-cyan-600\/20{ + outline-color: rgb(8 145 178 / 0.2); +} +.outline-cyan-600\/25{ + outline-color: rgb(8 145 178 / 0.25); +} +.outline-cyan-600\/30{ + outline-color: rgb(8 145 178 / 0.3); +} +.outline-cyan-600\/40{ + outline-color: rgb(8 145 178 / 0.4); +} +.outline-cyan-600\/50{ + outline-color: rgb(8 145 178 / 0.5); +} +.outline-cyan-600\/60{ + outline-color: rgb(8 145 178 / 0.6); +} +.outline-cyan-600\/70{ + outline-color: rgb(8 145 178 / 0.7); +} +.outline-cyan-600\/75{ + outline-color: rgb(8 145 178 / 0.75); +} +.outline-cyan-600\/80{ + outline-color: rgb(8 145 178 / 0.8); +} +.outline-cyan-600\/90{ + outline-color: rgb(8 145 178 / 0.9); +} +.outline-cyan-600\/95{ + outline-color: rgb(8 145 178 / 0.95); +} +.outline-cyan-600\/100{ + outline-color: rgb(8 145 178 / 1); +} +.outline-cyan-700\/0{ + outline-color: rgb(14 116 144 / 0); +} +.outline-cyan-700\/5{ + outline-color: rgb(14 116 144 / 0.05); +} +.outline-cyan-700\/10{ + outline-color: rgb(14 116 144 / 0.1); +} +.outline-cyan-700\/20{ + outline-color: rgb(14 116 144 / 0.2); +} +.outline-cyan-700\/25{ + outline-color: rgb(14 116 144 / 0.25); +} +.outline-cyan-700\/30{ + outline-color: rgb(14 116 144 / 0.3); +} +.outline-cyan-700\/40{ + outline-color: rgb(14 116 144 / 0.4); +} +.outline-cyan-700\/50{ + outline-color: rgb(14 116 144 / 0.5); +} +.outline-cyan-700\/60{ + outline-color: rgb(14 116 144 / 0.6); +} +.outline-cyan-700\/70{ + outline-color: rgb(14 116 144 / 0.7); +} +.outline-cyan-700\/75{ + outline-color: rgb(14 116 144 / 0.75); +} +.outline-cyan-700\/80{ + outline-color: rgb(14 116 144 / 0.8); +} +.outline-cyan-700\/90{ + outline-color: rgb(14 116 144 / 0.9); +} +.outline-cyan-700\/95{ + outline-color: rgb(14 116 144 / 0.95); +} +.outline-cyan-700\/100{ + outline-color: rgb(14 116 144 / 1); +} +.outline-cyan-800\/0{ + outline-color: rgb(21 94 117 / 0); +} +.outline-cyan-800\/5{ + outline-color: rgb(21 94 117 / 0.05); +} +.outline-cyan-800\/10{ + outline-color: rgb(21 94 117 / 0.1); +} +.outline-cyan-800\/20{ + outline-color: rgb(21 94 117 / 0.2); +} +.outline-cyan-800\/25{ + outline-color: rgb(21 94 117 / 0.25); +} +.outline-cyan-800\/30{ + outline-color: rgb(21 94 117 / 0.3); +} +.outline-cyan-800\/40{ + outline-color: rgb(21 94 117 / 0.4); +} +.outline-cyan-800\/50{ + outline-color: rgb(21 94 117 / 0.5); +} +.outline-cyan-800\/60{ + outline-color: rgb(21 94 117 / 0.6); +} +.outline-cyan-800\/70{ + outline-color: rgb(21 94 117 / 0.7); +} +.outline-cyan-800\/75{ + outline-color: rgb(21 94 117 / 0.75); +} +.outline-cyan-800\/80{ + outline-color: rgb(21 94 117 / 0.8); +} +.outline-cyan-800\/90{ + outline-color: rgb(21 94 117 / 0.9); +} +.outline-cyan-800\/95{ + outline-color: rgb(21 94 117 / 0.95); +} +.outline-cyan-800\/100{ + outline-color: rgb(21 94 117 / 1); +} +.outline-cyan-900\/0{ + outline-color: rgb(22 78 99 / 0); +} +.outline-cyan-900\/5{ + outline-color: rgb(22 78 99 / 0.05); +} +.outline-cyan-900\/10{ + outline-color: rgb(22 78 99 / 0.1); +} +.outline-cyan-900\/20{ + outline-color: rgb(22 78 99 / 0.2); +} +.outline-cyan-900\/25{ + outline-color: rgb(22 78 99 / 0.25); +} +.outline-cyan-900\/30{ + outline-color: rgb(22 78 99 / 0.3); +} +.outline-cyan-900\/40{ + outline-color: rgb(22 78 99 / 0.4); +} +.outline-cyan-900\/50{ + outline-color: rgb(22 78 99 / 0.5); +} +.outline-cyan-900\/60{ + outline-color: rgb(22 78 99 / 0.6); +} +.outline-cyan-900\/70{ + outline-color: rgb(22 78 99 / 0.7); +} +.outline-cyan-900\/75{ + outline-color: rgb(22 78 99 / 0.75); +} +.outline-cyan-900\/80{ + outline-color: rgb(22 78 99 / 0.8); +} +.outline-cyan-900\/90{ + outline-color: rgb(22 78 99 / 0.9); +} +.outline-cyan-900\/95{ + outline-color: rgb(22 78 99 / 0.95); +} +.outline-cyan-900\/100{ + outline-color: rgb(22 78 99 / 1); +} +.outline-sky-50\/0{ + outline-color: rgb(240 249 255 / 0); +} +.outline-sky-50\/5{ + outline-color: rgb(240 249 255 / 0.05); +} +.outline-sky-50\/10{ + outline-color: rgb(240 249 255 / 0.1); +} +.outline-sky-50\/20{ + outline-color: rgb(240 249 255 / 0.2); +} +.outline-sky-50\/25{ + outline-color: rgb(240 249 255 / 0.25); +} +.outline-sky-50\/30{ + outline-color: rgb(240 249 255 / 0.3); +} +.outline-sky-50\/40{ + outline-color: rgb(240 249 255 / 0.4); +} +.outline-sky-50\/50{ + outline-color: rgb(240 249 255 / 0.5); +} +.outline-sky-50\/60{ + outline-color: rgb(240 249 255 / 0.6); +} +.outline-sky-50\/70{ + outline-color: rgb(240 249 255 / 0.7); +} +.outline-sky-50\/75{ + outline-color: rgb(240 249 255 / 0.75); +} +.outline-sky-50\/80{ + outline-color: rgb(240 249 255 / 0.8); +} +.outline-sky-50\/90{ + outline-color: rgb(240 249 255 / 0.9); +} +.outline-sky-50\/95{ + outline-color: rgb(240 249 255 / 0.95); +} +.outline-sky-50\/100{ + outline-color: rgb(240 249 255 / 1); +} +.outline-sky-100\/0{ + outline-color: rgb(224 242 254 / 0); +} +.outline-sky-100\/5{ + outline-color: rgb(224 242 254 / 0.05); +} +.outline-sky-100\/10{ + outline-color: rgb(224 242 254 / 0.1); +} +.outline-sky-100\/20{ + outline-color: rgb(224 242 254 / 0.2); +} +.outline-sky-100\/25{ + outline-color: rgb(224 242 254 / 0.25); +} +.outline-sky-100\/30{ + outline-color: rgb(224 242 254 / 0.3); +} +.outline-sky-100\/40{ + outline-color: rgb(224 242 254 / 0.4); +} +.outline-sky-100\/50{ + outline-color: rgb(224 242 254 / 0.5); +} +.outline-sky-100\/60{ + outline-color: rgb(224 242 254 / 0.6); +} +.outline-sky-100\/70{ + outline-color: rgb(224 242 254 / 0.7); +} +.outline-sky-100\/75{ + outline-color: rgb(224 242 254 / 0.75); +} +.outline-sky-100\/80{ + outline-color: rgb(224 242 254 / 0.8); +} +.outline-sky-100\/90{ + outline-color: rgb(224 242 254 / 0.9); +} +.outline-sky-100\/95{ + outline-color: rgb(224 242 254 / 0.95); +} +.outline-sky-100\/100{ + outline-color: rgb(224 242 254 / 1); +} +.outline-sky-200\/0{ + outline-color: rgb(186 230 253 / 0); +} +.outline-sky-200\/5{ + outline-color: rgb(186 230 253 / 0.05); +} +.outline-sky-200\/10{ + outline-color: rgb(186 230 253 / 0.1); +} +.outline-sky-200\/20{ + outline-color: rgb(186 230 253 / 0.2); +} +.outline-sky-200\/25{ + outline-color: rgb(186 230 253 / 0.25); +} +.outline-sky-200\/30{ + outline-color: rgb(186 230 253 / 0.3); +} +.outline-sky-200\/40{ + outline-color: rgb(186 230 253 / 0.4); +} +.outline-sky-200\/50{ + outline-color: rgb(186 230 253 / 0.5); +} +.outline-sky-200\/60{ + outline-color: rgb(186 230 253 / 0.6); +} +.outline-sky-200\/70{ + outline-color: rgb(186 230 253 / 0.7); +} +.outline-sky-200\/75{ + outline-color: rgb(186 230 253 / 0.75); +} +.outline-sky-200\/80{ + outline-color: rgb(186 230 253 / 0.8); +} +.outline-sky-200\/90{ + outline-color: rgb(186 230 253 / 0.9); +} +.outline-sky-200\/95{ + outline-color: rgb(186 230 253 / 0.95); +} +.outline-sky-200\/100{ + outline-color: rgb(186 230 253 / 1); +} +.outline-sky-300\/0{ + outline-color: rgb(125 211 252 / 0); +} +.outline-sky-300\/5{ + outline-color: rgb(125 211 252 / 0.05); +} +.outline-sky-300\/10{ + outline-color: rgb(125 211 252 / 0.1); +} +.outline-sky-300\/20{ + outline-color: rgb(125 211 252 / 0.2); +} +.outline-sky-300\/25{ + outline-color: rgb(125 211 252 / 0.25); +} +.outline-sky-300\/30{ + outline-color: rgb(125 211 252 / 0.3); +} +.outline-sky-300\/40{ + outline-color: rgb(125 211 252 / 0.4); +} +.outline-sky-300\/50{ + outline-color: rgb(125 211 252 / 0.5); +} +.outline-sky-300\/60{ + outline-color: rgb(125 211 252 / 0.6); +} +.outline-sky-300\/70{ + outline-color: rgb(125 211 252 / 0.7); +} +.outline-sky-300\/75{ + outline-color: rgb(125 211 252 / 0.75); +} +.outline-sky-300\/80{ + outline-color: rgb(125 211 252 / 0.8); +} +.outline-sky-300\/90{ + outline-color: rgb(125 211 252 / 0.9); +} +.outline-sky-300\/95{ + outline-color: rgb(125 211 252 / 0.95); +} +.outline-sky-300\/100{ + outline-color: rgb(125 211 252 / 1); +} +.outline-sky-400\/0{ + outline-color: rgb(56 189 248 / 0); +} +.outline-sky-400\/5{ + outline-color: rgb(56 189 248 / 0.05); +} +.outline-sky-400\/10{ + outline-color: rgb(56 189 248 / 0.1); +} +.outline-sky-400\/20{ + outline-color: rgb(56 189 248 / 0.2); +} +.outline-sky-400\/25{ + outline-color: rgb(56 189 248 / 0.25); +} +.outline-sky-400\/30{ + outline-color: rgb(56 189 248 / 0.3); +} +.outline-sky-400\/40{ + outline-color: rgb(56 189 248 / 0.4); +} +.outline-sky-400\/50{ + outline-color: rgb(56 189 248 / 0.5); +} +.outline-sky-400\/60{ + outline-color: rgb(56 189 248 / 0.6); +} +.outline-sky-400\/70{ + outline-color: rgb(56 189 248 / 0.7); +} +.outline-sky-400\/75{ + outline-color: rgb(56 189 248 / 0.75); +} +.outline-sky-400\/80{ + outline-color: rgb(56 189 248 / 0.8); +} +.outline-sky-400\/90{ + outline-color: rgb(56 189 248 / 0.9); +} +.outline-sky-400\/95{ + outline-color: rgb(56 189 248 / 0.95); +} +.outline-sky-400\/100{ + outline-color: rgb(56 189 248 / 1); +} +.outline-sky-500\/0{ + outline-color: rgb(14 165 233 / 0); +} +.outline-sky-500\/5{ + outline-color: rgb(14 165 233 / 0.05); +} +.outline-sky-500\/10{ + outline-color: rgb(14 165 233 / 0.1); +} +.outline-sky-500\/20{ + outline-color: rgb(14 165 233 / 0.2); +} +.outline-sky-500\/25{ + outline-color: rgb(14 165 233 / 0.25); +} +.outline-sky-500\/30{ + outline-color: rgb(14 165 233 / 0.3); +} +.outline-sky-500\/40{ + outline-color: rgb(14 165 233 / 0.4); +} +.outline-sky-500\/50{ + outline-color: rgb(14 165 233 / 0.5); +} +.outline-sky-500\/60{ + outline-color: rgb(14 165 233 / 0.6); +} +.outline-sky-500\/70{ + outline-color: rgb(14 165 233 / 0.7); +} +.outline-sky-500\/75{ + outline-color: rgb(14 165 233 / 0.75); +} +.outline-sky-500\/80{ + outline-color: rgb(14 165 233 / 0.8); +} +.outline-sky-500\/90{ + outline-color: rgb(14 165 233 / 0.9); +} +.outline-sky-500\/95{ + outline-color: rgb(14 165 233 / 0.95); +} +.outline-sky-500\/100{ + outline-color: rgb(14 165 233 / 1); +} +.outline-sky-600\/0{ + outline-color: rgb(2 132 199 / 0); +} +.outline-sky-600\/5{ + outline-color: rgb(2 132 199 / 0.05); +} +.outline-sky-600\/10{ + outline-color: rgb(2 132 199 / 0.1); +} +.outline-sky-600\/20{ + outline-color: rgb(2 132 199 / 0.2); +} +.outline-sky-600\/25{ + outline-color: rgb(2 132 199 / 0.25); +} +.outline-sky-600\/30{ + outline-color: rgb(2 132 199 / 0.3); +} +.outline-sky-600\/40{ + outline-color: rgb(2 132 199 / 0.4); +} +.outline-sky-600\/50{ + outline-color: rgb(2 132 199 / 0.5); +} +.outline-sky-600\/60{ + outline-color: rgb(2 132 199 / 0.6); +} +.outline-sky-600\/70{ + outline-color: rgb(2 132 199 / 0.7); +} +.outline-sky-600\/75{ + outline-color: rgb(2 132 199 / 0.75); +} +.outline-sky-600\/80{ + outline-color: rgb(2 132 199 / 0.8); +} +.outline-sky-600\/90{ + outline-color: rgb(2 132 199 / 0.9); +} +.outline-sky-600\/95{ + outline-color: rgb(2 132 199 / 0.95); +} +.outline-sky-600\/100{ + outline-color: rgb(2 132 199 / 1); +} +.outline-sky-700\/0{ + outline-color: rgb(3 105 161 / 0); +} +.outline-sky-700\/5{ + outline-color: rgb(3 105 161 / 0.05); +} +.outline-sky-700\/10{ + outline-color: rgb(3 105 161 / 0.1); +} +.outline-sky-700\/20{ + outline-color: rgb(3 105 161 / 0.2); +} +.outline-sky-700\/25{ + outline-color: rgb(3 105 161 / 0.25); +} +.outline-sky-700\/30{ + outline-color: rgb(3 105 161 / 0.3); +} +.outline-sky-700\/40{ + outline-color: rgb(3 105 161 / 0.4); +} +.outline-sky-700\/50{ + outline-color: rgb(3 105 161 / 0.5); +} +.outline-sky-700\/60{ + outline-color: rgb(3 105 161 / 0.6); +} +.outline-sky-700\/70{ + outline-color: rgb(3 105 161 / 0.7); +} +.outline-sky-700\/75{ + outline-color: rgb(3 105 161 / 0.75); +} +.outline-sky-700\/80{ + outline-color: rgb(3 105 161 / 0.8); +} +.outline-sky-700\/90{ + outline-color: rgb(3 105 161 / 0.9); +} +.outline-sky-700\/95{ + outline-color: rgb(3 105 161 / 0.95); +} +.outline-sky-700\/100{ + outline-color: rgb(3 105 161 / 1); +} +.outline-sky-800\/0{ + outline-color: rgb(7 89 133 / 0); +} +.outline-sky-800\/5{ + outline-color: rgb(7 89 133 / 0.05); +} +.outline-sky-800\/10{ + outline-color: rgb(7 89 133 / 0.1); +} +.outline-sky-800\/20{ + outline-color: rgb(7 89 133 / 0.2); +} +.outline-sky-800\/25{ + outline-color: rgb(7 89 133 / 0.25); +} +.outline-sky-800\/30{ + outline-color: rgb(7 89 133 / 0.3); +} +.outline-sky-800\/40{ + outline-color: rgb(7 89 133 / 0.4); +} +.outline-sky-800\/50{ + outline-color: rgb(7 89 133 / 0.5); +} +.outline-sky-800\/60{ + outline-color: rgb(7 89 133 / 0.6); +} +.outline-sky-800\/70{ + outline-color: rgb(7 89 133 / 0.7); +} +.outline-sky-800\/75{ + outline-color: rgb(7 89 133 / 0.75); +} +.outline-sky-800\/80{ + outline-color: rgb(7 89 133 / 0.8); +} +.outline-sky-800\/90{ + outline-color: rgb(7 89 133 / 0.9); +} +.outline-sky-800\/95{ + outline-color: rgb(7 89 133 / 0.95); +} +.outline-sky-800\/100{ + outline-color: rgb(7 89 133 / 1); +} +.outline-sky-900\/0{ + outline-color: rgb(12 74 110 / 0); +} +.outline-sky-900\/5{ + outline-color: rgb(12 74 110 / 0.05); +} +.outline-sky-900\/10{ + outline-color: rgb(12 74 110 / 0.1); +} +.outline-sky-900\/20{ + outline-color: rgb(12 74 110 / 0.2); +} +.outline-sky-900\/25{ + outline-color: rgb(12 74 110 / 0.25); +} +.outline-sky-900\/30{ + outline-color: rgb(12 74 110 / 0.3); +} +.outline-sky-900\/40{ + outline-color: rgb(12 74 110 / 0.4); +} +.outline-sky-900\/50{ + outline-color: rgb(12 74 110 / 0.5); +} +.outline-sky-900\/60{ + outline-color: rgb(12 74 110 / 0.6); +} +.outline-sky-900\/70{ + outline-color: rgb(12 74 110 / 0.7); +} +.outline-sky-900\/75{ + outline-color: rgb(12 74 110 / 0.75); +} +.outline-sky-900\/80{ + outline-color: rgb(12 74 110 / 0.8); +} +.outline-sky-900\/90{ + outline-color: rgb(12 74 110 / 0.9); +} +.outline-sky-900\/95{ + outline-color: rgb(12 74 110 / 0.95); +} +.outline-sky-900\/100{ + outline-color: rgb(12 74 110 / 1); +} +.outline-blue-50\/0{ + outline-color: rgb(242 248 251 / 0); +} +.outline-blue-50\/5{ + outline-color: rgb(242 248 251 / 0.05); +} +.outline-blue-50\/10{ + outline-color: rgb(242 248 251 / 0.1); +} +.outline-blue-50\/20{ + outline-color: rgb(242 248 251 / 0.2); +} +.outline-blue-50\/25{ + outline-color: rgb(242 248 251 / 0.25); +} +.outline-blue-50\/30{ + outline-color: rgb(242 248 251 / 0.3); +} +.outline-blue-50\/40{ + outline-color: rgb(242 248 251 / 0.4); +} +.outline-blue-50\/50{ + outline-color: rgb(242 248 251 / 0.5); +} +.outline-blue-50\/60{ + outline-color: rgb(242 248 251 / 0.6); +} +.outline-blue-50\/70{ + outline-color: rgb(242 248 251 / 0.7); +} +.outline-blue-50\/75{ + outline-color: rgb(242 248 251 / 0.75); +} +.outline-blue-50\/80{ + outline-color: rgb(242 248 251 / 0.8); +} +.outline-blue-50\/90{ + outline-color: rgb(242 248 251 / 0.9); +} +.outline-blue-50\/95{ + outline-color: rgb(242 248 251 / 0.95); +} +.outline-blue-50\/100{ + outline-color: rgb(242 248 251 / 1); +} +.outline-blue-100\/0{ + outline-color: rgb(230 241 246 / 0); +} +.outline-blue-100\/5{ + outline-color: rgb(230 241 246 / 0.05); +} +.outline-blue-100\/10{ + outline-color: rgb(230 241 246 / 0.1); +} +.outline-blue-100\/20{ + outline-color: rgb(230 241 246 / 0.2); +} +.outline-blue-100\/25{ + outline-color: rgb(230 241 246 / 0.25); +} +.outline-blue-100\/30{ + outline-color: rgb(230 241 246 / 0.3); +} +.outline-blue-100\/40{ + outline-color: rgb(230 241 246 / 0.4); +} +.outline-blue-100\/50{ + outline-color: rgb(230 241 246 / 0.5); +} +.outline-blue-100\/60{ + outline-color: rgb(230 241 246 / 0.6); +} +.outline-blue-100\/70{ + outline-color: rgb(230 241 246 / 0.7); +} +.outline-blue-100\/75{ + outline-color: rgb(230 241 246 / 0.75); +} +.outline-blue-100\/80{ + outline-color: rgb(230 241 246 / 0.8); +} +.outline-blue-100\/90{ + outline-color: rgb(230 241 246 / 0.9); +} +.outline-blue-100\/95{ + outline-color: rgb(230 241 246 / 0.95); +} +.outline-blue-100\/100{ + outline-color: rgb(230 241 246 / 1); +} +.outline-blue-200\/0{ + outline-color: rgb(191 219 233 / 0); +} +.outline-blue-200\/5{ + outline-color: rgb(191 219 233 / 0.05); +} +.outline-blue-200\/10{ + outline-color: rgb(191 219 233 / 0.1); +} +.outline-blue-200\/20{ + outline-color: rgb(191 219 233 / 0.2); +} +.outline-blue-200\/25{ + outline-color: rgb(191 219 233 / 0.25); +} +.outline-blue-200\/30{ + outline-color: rgb(191 219 233 / 0.3); +} +.outline-blue-200\/40{ + outline-color: rgb(191 219 233 / 0.4); +} +.outline-blue-200\/50{ + outline-color: rgb(191 219 233 / 0.5); +} +.outline-blue-200\/60{ + outline-color: rgb(191 219 233 / 0.6); +} +.outline-blue-200\/70{ + outline-color: rgb(191 219 233 / 0.7); +} +.outline-blue-200\/75{ + outline-color: rgb(191 219 233 / 0.75); +} +.outline-blue-200\/80{ + outline-color: rgb(191 219 233 / 0.8); +} +.outline-blue-200\/90{ + outline-color: rgb(191 219 233 / 0.9); +} +.outline-blue-200\/95{ + outline-color: rgb(191 219 233 / 0.95); +} +.outline-blue-200\/100{ + outline-color: rgb(191 219 233 / 1); +} +.outline-blue-300\/0{ + outline-color: rgb(153 197 219 / 0); +} +.outline-blue-300\/5{ + outline-color: rgb(153 197 219 / 0.05); +} +.outline-blue-300\/10{ + outline-color: rgb(153 197 219 / 0.1); +} +.outline-blue-300\/20{ + outline-color: rgb(153 197 219 / 0.2); +} +.outline-blue-300\/25{ + outline-color: rgb(153 197 219 / 0.25); +} +.outline-blue-300\/30{ + outline-color: rgb(153 197 219 / 0.3); +} +.outline-blue-300\/40{ + outline-color: rgb(153 197 219 / 0.4); +} +.outline-blue-300\/50{ + outline-color: rgb(153 197 219 / 0.5); +} +.outline-blue-300\/60{ + outline-color: rgb(153 197 219 / 0.6); +} +.outline-blue-300\/70{ + outline-color: rgb(153 197 219 / 0.7); +} +.outline-blue-300\/75{ + outline-color: rgb(153 197 219 / 0.75); +} +.outline-blue-300\/80{ + outline-color: rgb(153 197 219 / 0.8); +} +.outline-blue-300\/90{ + outline-color: rgb(153 197 219 / 0.9); +} +.outline-blue-300\/95{ + outline-color: rgb(153 197 219 / 0.95); +} +.outline-blue-300\/100{ + outline-color: rgb(153 197 219 / 1); +} +.outline-blue-400\/0{ + outline-color: rgb(77 154 193 / 0); +} +.outline-blue-400\/5{ + outline-color: rgb(77 154 193 / 0.05); +} +.outline-blue-400\/10{ + outline-color: rgb(77 154 193 / 0.1); +} +.outline-blue-400\/20{ + outline-color: rgb(77 154 193 / 0.2); +} +.outline-blue-400\/25{ + outline-color: rgb(77 154 193 / 0.25); +} +.outline-blue-400\/30{ + outline-color: rgb(77 154 193 / 0.3); +} +.outline-blue-400\/40{ + outline-color: rgb(77 154 193 / 0.4); +} +.outline-blue-400\/50{ + outline-color: rgb(77 154 193 / 0.5); +} +.outline-blue-400\/60{ + outline-color: rgb(77 154 193 / 0.6); +} +.outline-blue-400\/70{ + outline-color: rgb(77 154 193 / 0.7); +} +.outline-blue-400\/75{ + outline-color: rgb(77 154 193 / 0.75); +} +.outline-blue-400\/80{ + outline-color: rgb(77 154 193 / 0.8); +} +.outline-blue-400\/90{ + outline-color: rgb(77 154 193 / 0.9); +} +.outline-blue-400\/95{ + outline-color: rgb(77 154 193 / 0.95); +} +.outline-blue-400\/100{ + outline-color: rgb(77 154 193 / 1); +} +.outline-blue-500\/0{ + outline-color: rgb(0 110 166 / 0); +} +.outline-blue-500\/5{ + outline-color: rgb(0 110 166 / 0.05); +} +.outline-blue-500\/10{ + outline-color: rgb(0 110 166 / 0.1); +} +.outline-blue-500\/20{ + outline-color: rgb(0 110 166 / 0.2); +} +.outline-blue-500\/25{ + outline-color: rgb(0 110 166 / 0.25); +} +.outline-blue-500\/30{ + outline-color: rgb(0 110 166 / 0.3); +} +.outline-blue-500\/40{ + outline-color: rgb(0 110 166 / 0.4); +} +.outline-blue-500\/50{ + outline-color: rgb(0 110 166 / 0.5); +} +.outline-blue-500\/60{ + outline-color: rgb(0 110 166 / 0.6); +} +.outline-blue-500\/70{ + outline-color: rgb(0 110 166 / 0.7); +} +.outline-blue-500\/75{ + outline-color: rgb(0 110 166 / 0.75); +} +.outline-blue-500\/80{ + outline-color: rgb(0 110 166 / 0.8); +} +.outline-blue-500\/90{ + outline-color: rgb(0 110 166 / 0.9); +} +.outline-blue-500\/95{ + outline-color: rgb(0 110 166 / 0.95); +} +.outline-blue-500\/100{ + outline-color: rgb(0 110 166 / 1); +} +.outline-blue-600\/0{ + outline-color: rgb(0 99 149 / 0); +} +.outline-blue-600\/5{ + outline-color: rgb(0 99 149 / 0.05); +} +.outline-blue-600\/10{ + outline-color: rgb(0 99 149 / 0.1); +} +.outline-blue-600\/20{ + outline-color: rgb(0 99 149 / 0.2); +} +.outline-blue-600\/25{ + outline-color: rgb(0 99 149 / 0.25); +} +.outline-blue-600\/30{ + outline-color: rgb(0 99 149 / 0.3); +} +.outline-blue-600\/40{ + outline-color: rgb(0 99 149 / 0.4); +} +.outline-blue-600\/50{ + outline-color: rgb(0 99 149 / 0.5); +} +.outline-blue-600\/60{ + outline-color: rgb(0 99 149 / 0.6); +} +.outline-blue-600\/70{ + outline-color: rgb(0 99 149 / 0.7); +} +.outline-blue-600\/75{ + outline-color: rgb(0 99 149 / 0.75); +} +.outline-blue-600\/80{ + outline-color: rgb(0 99 149 / 0.8); +} +.outline-blue-600\/90{ + outline-color: rgb(0 99 149 / 0.9); +} +.outline-blue-600\/95{ + outline-color: rgb(0 99 149 / 0.95); +} +.outline-blue-600\/100{ + outline-color: rgb(0 99 149 / 1); +} +.outline-blue-700\/0{ + outline-color: rgb(0 83 125 / 0); +} +.outline-blue-700\/5{ + outline-color: rgb(0 83 125 / 0.05); +} +.outline-blue-700\/10{ + outline-color: rgb(0 83 125 / 0.1); +} +.outline-blue-700\/20{ + outline-color: rgb(0 83 125 / 0.2); +} +.outline-blue-700\/25{ + outline-color: rgb(0 83 125 / 0.25); +} +.outline-blue-700\/30{ + outline-color: rgb(0 83 125 / 0.3); +} +.outline-blue-700\/40{ + outline-color: rgb(0 83 125 / 0.4); +} +.outline-blue-700\/50{ + outline-color: rgb(0 83 125 / 0.5); +} +.outline-blue-700\/60{ + outline-color: rgb(0 83 125 / 0.6); +} +.outline-blue-700\/70{ + outline-color: rgb(0 83 125 / 0.7); +} +.outline-blue-700\/75{ + outline-color: rgb(0 83 125 / 0.75); +} +.outline-blue-700\/80{ + outline-color: rgb(0 83 125 / 0.8); +} +.outline-blue-700\/90{ + outline-color: rgb(0 83 125 / 0.9); +} +.outline-blue-700\/95{ + outline-color: rgb(0 83 125 / 0.95); +} +.outline-blue-700\/100{ + outline-color: rgb(0 83 125 / 1); +} +.outline-blue-800\/0{ + outline-color: rgb(0 66 100 / 0); +} +.outline-blue-800\/5{ + outline-color: rgb(0 66 100 / 0.05); +} +.outline-blue-800\/10{ + outline-color: rgb(0 66 100 / 0.1); +} +.outline-blue-800\/20{ + outline-color: rgb(0 66 100 / 0.2); +} +.outline-blue-800\/25{ + outline-color: rgb(0 66 100 / 0.25); +} +.outline-blue-800\/30{ + outline-color: rgb(0 66 100 / 0.3); +} +.outline-blue-800\/40{ + outline-color: rgb(0 66 100 / 0.4); +} +.outline-blue-800\/50{ + outline-color: rgb(0 66 100 / 0.5); +} +.outline-blue-800\/60{ + outline-color: rgb(0 66 100 / 0.6); +} +.outline-blue-800\/70{ + outline-color: rgb(0 66 100 / 0.7); +} +.outline-blue-800\/75{ + outline-color: rgb(0 66 100 / 0.75); +} +.outline-blue-800\/80{ + outline-color: rgb(0 66 100 / 0.8); +} +.outline-blue-800\/90{ + outline-color: rgb(0 66 100 / 0.9); +} +.outline-blue-800\/95{ + outline-color: rgb(0 66 100 / 0.95); +} +.outline-blue-800\/100{ + outline-color: rgb(0 66 100 / 1); +} +.outline-blue-900\/0{ + outline-color: rgb(0 54 81 / 0); +} +.outline-blue-900\/5{ + outline-color: rgb(0 54 81 / 0.05); +} +.outline-blue-900\/10{ + outline-color: rgb(0 54 81 / 0.1); +} +.outline-blue-900\/20{ + outline-color: rgb(0 54 81 / 0.2); +} +.outline-blue-900\/25{ + outline-color: rgb(0 54 81 / 0.25); +} +.outline-blue-900\/30{ + outline-color: rgb(0 54 81 / 0.3); +} +.outline-blue-900\/40{ + outline-color: rgb(0 54 81 / 0.4); +} +.outline-blue-900\/50{ + outline-color: rgb(0 54 81 / 0.5); +} +.outline-blue-900\/60{ + outline-color: rgb(0 54 81 / 0.6); +} +.outline-blue-900\/70{ + outline-color: rgb(0 54 81 / 0.7); +} +.outline-blue-900\/75{ + outline-color: rgb(0 54 81 / 0.75); +} +.outline-blue-900\/80{ + outline-color: rgb(0 54 81 / 0.8); +} +.outline-blue-900\/90{ + outline-color: rgb(0 54 81 / 0.9); +} +.outline-blue-900\/95{ + outline-color: rgb(0 54 81 / 0.95); +} +.outline-blue-900\/100{ + outline-color: rgb(0 54 81 / 1); +} +.outline-blue\/0{ + outline-color: rgb(0 110 166 / 0); +} +.outline-blue\/5{ + outline-color: rgb(0 110 166 / 0.05); +} +.outline-blue\/10{ + outline-color: rgb(0 110 166 / 0.1); +} +.outline-blue\/20{ + outline-color: rgb(0 110 166 / 0.2); +} +.outline-blue\/25{ + outline-color: rgb(0 110 166 / 0.25); +} +.outline-blue\/30{ + outline-color: rgb(0 110 166 / 0.3); +} +.outline-blue\/40{ + outline-color: rgb(0 110 166 / 0.4); +} +.outline-blue\/50{ + outline-color: rgb(0 110 166 / 0.5); +} +.outline-blue\/60{ + outline-color: rgb(0 110 166 / 0.6); +} +.outline-blue\/70{ + outline-color: rgb(0 110 166 / 0.7); +} +.outline-blue\/75{ + outline-color: rgb(0 110 166 / 0.75); +} +.outline-blue\/80{ + outline-color: rgb(0 110 166 / 0.8); +} +.outline-blue\/90{ + outline-color: rgb(0 110 166 / 0.9); +} +.outline-blue\/95{ + outline-color: rgb(0 110 166 / 0.95); +} +.outline-blue\/100{ + outline-color: rgb(0 110 166 / 1); +} +.outline-indigo-50\/0{ + outline-color: rgb(240 245 255 / 0); +} +.outline-indigo-50\/5{ + outline-color: rgb(240 245 255 / 0.05); +} +.outline-indigo-50\/10{ + outline-color: rgb(240 245 255 / 0.1); +} +.outline-indigo-50\/20{ + outline-color: rgb(240 245 255 / 0.2); +} +.outline-indigo-50\/25{ + outline-color: rgb(240 245 255 / 0.25); +} +.outline-indigo-50\/30{ + outline-color: rgb(240 245 255 / 0.3); +} +.outline-indigo-50\/40{ + outline-color: rgb(240 245 255 / 0.4); +} +.outline-indigo-50\/50{ + outline-color: rgb(240 245 255 / 0.5); +} +.outline-indigo-50\/60{ + outline-color: rgb(240 245 255 / 0.6); +} +.outline-indigo-50\/70{ + outline-color: rgb(240 245 255 / 0.7); +} +.outline-indigo-50\/75{ + outline-color: rgb(240 245 255 / 0.75); +} +.outline-indigo-50\/80{ + outline-color: rgb(240 245 255 / 0.8); +} +.outline-indigo-50\/90{ + outline-color: rgb(240 245 255 / 0.9); +} +.outline-indigo-50\/95{ + outline-color: rgb(240 245 255 / 0.95); +} +.outline-indigo-50\/100{ + outline-color: rgb(240 245 255 / 1); +} +.outline-indigo-100\/0{ + outline-color: rgb(229 237 255 / 0); +} +.outline-indigo-100\/5{ + outline-color: rgb(229 237 255 / 0.05); +} +.outline-indigo-100\/10{ + outline-color: rgb(229 237 255 / 0.1); +} +.outline-indigo-100\/20{ + outline-color: rgb(229 237 255 / 0.2); +} +.outline-indigo-100\/25{ + outline-color: rgb(229 237 255 / 0.25); +} +.outline-indigo-100\/30{ + outline-color: rgb(229 237 255 / 0.3); +} +.outline-indigo-100\/40{ + outline-color: rgb(229 237 255 / 0.4); +} +.outline-indigo-100\/50{ + outline-color: rgb(229 237 255 / 0.5); +} +.outline-indigo-100\/60{ + outline-color: rgb(229 237 255 / 0.6); +} +.outline-indigo-100\/70{ + outline-color: rgb(229 237 255 / 0.7); +} +.outline-indigo-100\/75{ + outline-color: rgb(229 237 255 / 0.75); +} +.outline-indigo-100\/80{ + outline-color: rgb(229 237 255 / 0.8); +} +.outline-indigo-100\/90{ + outline-color: rgb(229 237 255 / 0.9); +} +.outline-indigo-100\/95{ + outline-color: rgb(229 237 255 / 0.95); +} +.outline-indigo-100\/100{ + outline-color: rgb(229 237 255 / 1); +} +.outline-indigo-200\/0{ + outline-color: rgb(205 219 254 / 0); +} +.outline-indigo-200\/5{ + outline-color: rgb(205 219 254 / 0.05); +} +.outline-indigo-200\/10{ + outline-color: rgb(205 219 254 / 0.1); +} +.outline-indigo-200\/20{ + outline-color: rgb(205 219 254 / 0.2); +} +.outline-indigo-200\/25{ + outline-color: rgb(205 219 254 / 0.25); +} +.outline-indigo-200\/30{ + outline-color: rgb(205 219 254 / 0.3); +} +.outline-indigo-200\/40{ + outline-color: rgb(205 219 254 / 0.4); +} +.outline-indigo-200\/50{ + outline-color: rgb(205 219 254 / 0.5); +} +.outline-indigo-200\/60{ + outline-color: rgb(205 219 254 / 0.6); +} +.outline-indigo-200\/70{ + outline-color: rgb(205 219 254 / 0.7); +} +.outline-indigo-200\/75{ + outline-color: rgb(205 219 254 / 0.75); +} +.outline-indigo-200\/80{ + outline-color: rgb(205 219 254 / 0.8); +} +.outline-indigo-200\/90{ + outline-color: rgb(205 219 254 / 0.9); +} +.outline-indigo-200\/95{ + outline-color: rgb(205 219 254 / 0.95); +} +.outline-indigo-200\/100{ + outline-color: rgb(205 219 254 / 1); +} +.outline-indigo-300\/0{ + outline-color: rgb(180 198 252 / 0); +} +.outline-indigo-300\/5{ + outline-color: rgb(180 198 252 / 0.05); +} +.outline-indigo-300\/10{ + outline-color: rgb(180 198 252 / 0.1); +} +.outline-indigo-300\/20{ + outline-color: rgb(180 198 252 / 0.2); +} +.outline-indigo-300\/25{ + outline-color: rgb(180 198 252 / 0.25); +} +.outline-indigo-300\/30{ + outline-color: rgb(180 198 252 / 0.3); +} +.outline-indigo-300\/40{ + outline-color: rgb(180 198 252 / 0.4); +} +.outline-indigo-300\/50{ + outline-color: rgb(180 198 252 / 0.5); +} +.outline-indigo-300\/60{ + outline-color: rgb(180 198 252 / 0.6); +} +.outline-indigo-300\/70{ + outline-color: rgb(180 198 252 / 0.7); +} +.outline-indigo-300\/75{ + outline-color: rgb(180 198 252 / 0.75); +} +.outline-indigo-300\/80{ + outline-color: rgb(180 198 252 / 0.8); +} +.outline-indigo-300\/90{ + outline-color: rgb(180 198 252 / 0.9); +} +.outline-indigo-300\/95{ + outline-color: rgb(180 198 252 / 0.95); +} +.outline-indigo-300\/100{ + outline-color: rgb(180 198 252 / 1); +} +.outline-indigo-400\/0{ + outline-color: rgb(141 162 251 / 0); +} +.outline-indigo-400\/5{ + outline-color: rgb(141 162 251 / 0.05); +} +.outline-indigo-400\/10{ + outline-color: rgb(141 162 251 / 0.1); +} +.outline-indigo-400\/20{ + outline-color: rgb(141 162 251 / 0.2); +} +.outline-indigo-400\/25{ + outline-color: rgb(141 162 251 / 0.25); +} +.outline-indigo-400\/30{ + outline-color: rgb(141 162 251 / 0.3); +} +.outline-indigo-400\/40{ + outline-color: rgb(141 162 251 / 0.4); +} +.outline-indigo-400\/50{ + outline-color: rgb(141 162 251 / 0.5); +} +.outline-indigo-400\/60{ + outline-color: rgb(141 162 251 / 0.6); +} +.outline-indigo-400\/70{ + outline-color: rgb(141 162 251 / 0.7); +} +.outline-indigo-400\/75{ + outline-color: rgb(141 162 251 / 0.75); +} +.outline-indigo-400\/80{ + outline-color: rgb(141 162 251 / 0.8); +} +.outline-indigo-400\/90{ + outline-color: rgb(141 162 251 / 0.9); +} +.outline-indigo-400\/95{ + outline-color: rgb(141 162 251 / 0.95); +} +.outline-indigo-400\/100{ + outline-color: rgb(141 162 251 / 1); +} +.outline-indigo-500\/0{ + outline-color: rgb(104 117 245 / 0); +} +.outline-indigo-500\/5{ + outline-color: rgb(104 117 245 / 0.05); +} +.outline-indigo-500\/10{ + outline-color: rgb(104 117 245 / 0.1); +} +.outline-indigo-500\/20{ + outline-color: rgb(104 117 245 / 0.2); +} +.outline-indigo-500\/25{ + outline-color: rgb(104 117 245 / 0.25); +} +.outline-indigo-500\/30{ + outline-color: rgb(104 117 245 / 0.3); +} +.outline-indigo-500\/40{ + outline-color: rgb(104 117 245 / 0.4); +} +.outline-indigo-500\/50{ + outline-color: rgb(104 117 245 / 0.5); +} +.outline-indigo-500\/60{ + outline-color: rgb(104 117 245 / 0.6); +} +.outline-indigo-500\/70{ + outline-color: rgb(104 117 245 / 0.7); +} +.outline-indigo-500\/75{ + outline-color: rgb(104 117 245 / 0.75); +} +.outline-indigo-500\/80{ + outline-color: rgb(104 117 245 / 0.8); +} +.outline-indigo-500\/90{ + outline-color: rgb(104 117 245 / 0.9); +} +.outline-indigo-500\/95{ + outline-color: rgb(104 117 245 / 0.95); +} +.outline-indigo-500\/100{ + outline-color: rgb(104 117 245 / 1); +} +.outline-indigo-600\/0{ + outline-color: rgb(88 80 236 / 0); +} +.outline-indigo-600\/5{ + outline-color: rgb(88 80 236 / 0.05); +} +.outline-indigo-600\/10{ + outline-color: rgb(88 80 236 / 0.1); +} +.outline-indigo-600\/20{ + outline-color: rgb(88 80 236 / 0.2); +} +.outline-indigo-600\/25{ + outline-color: rgb(88 80 236 / 0.25); +} +.outline-indigo-600\/30{ + outline-color: rgb(88 80 236 / 0.3); +} +.outline-indigo-600\/40{ + outline-color: rgb(88 80 236 / 0.4); +} +.outline-indigo-600\/50{ + outline-color: rgb(88 80 236 / 0.5); +} +.outline-indigo-600\/60{ + outline-color: rgb(88 80 236 / 0.6); +} +.outline-indigo-600\/70{ + outline-color: rgb(88 80 236 / 0.7); +} +.outline-indigo-600\/75{ + outline-color: rgb(88 80 236 / 0.75); +} +.outline-indigo-600\/80{ + outline-color: rgb(88 80 236 / 0.8); +} +.outline-indigo-600\/90{ + outline-color: rgb(88 80 236 / 0.9); +} +.outline-indigo-600\/95{ + outline-color: rgb(88 80 236 / 0.95); +} +.outline-indigo-600\/100{ + outline-color: rgb(88 80 236 / 1); +} +.outline-indigo-700\/0{ + outline-color: rgb(81 69 205 / 0); +} +.outline-indigo-700\/5{ + outline-color: rgb(81 69 205 / 0.05); +} +.outline-indigo-700\/10{ + outline-color: rgb(81 69 205 / 0.1); +} +.outline-indigo-700\/20{ + outline-color: rgb(81 69 205 / 0.2); +} +.outline-indigo-700\/25{ + outline-color: rgb(81 69 205 / 0.25); +} +.outline-indigo-700\/30{ + outline-color: rgb(81 69 205 / 0.3); +} +.outline-indigo-700\/40{ + outline-color: rgb(81 69 205 / 0.4); +} +.outline-indigo-700\/50{ + outline-color: rgb(81 69 205 / 0.5); +} +.outline-indigo-700\/60{ + outline-color: rgb(81 69 205 / 0.6); +} +.outline-indigo-700\/70{ + outline-color: rgb(81 69 205 / 0.7); +} +.outline-indigo-700\/75{ + outline-color: rgb(81 69 205 / 0.75); +} +.outline-indigo-700\/80{ + outline-color: rgb(81 69 205 / 0.8); +} +.outline-indigo-700\/90{ + outline-color: rgb(81 69 205 / 0.9); +} +.outline-indigo-700\/95{ + outline-color: rgb(81 69 205 / 0.95); +} +.outline-indigo-700\/100{ + outline-color: rgb(81 69 205 / 1); +} +.outline-indigo-800\/0{ + outline-color: rgb(66 56 157 / 0); +} +.outline-indigo-800\/5{ + outline-color: rgb(66 56 157 / 0.05); +} +.outline-indigo-800\/10{ + outline-color: rgb(66 56 157 / 0.1); +} +.outline-indigo-800\/20{ + outline-color: rgb(66 56 157 / 0.2); +} +.outline-indigo-800\/25{ + outline-color: rgb(66 56 157 / 0.25); +} +.outline-indigo-800\/30{ + outline-color: rgb(66 56 157 / 0.3); +} +.outline-indigo-800\/40{ + outline-color: rgb(66 56 157 / 0.4); +} +.outline-indigo-800\/50{ + outline-color: rgb(66 56 157 / 0.5); +} +.outline-indigo-800\/60{ + outline-color: rgb(66 56 157 / 0.6); +} +.outline-indigo-800\/70{ + outline-color: rgb(66 56 157 / 0.7); +} +.outline-indigo-800\/75{ + outline-color: rgb(66 56 157 / 0.75); +} +.outline-indigo-800\/80{ + outline-color: rgb(66 56 157 / 0.8); +} +.outline-indigo-800\/90{ + outline-color: rgb(66 56 157 / 0.9); +} +.outline-indigo-800\/95{ + outline-color: rgb(66 56 157 / 0.95); +} +.outline-indigo-800\/100{ + outline-color: rgb(66 56 157 / 1); +} +.outline-indigo-900\/0{ + outline-color: rgb(54 47 120 / 0); +} +.outline-indigo-900\/5{ + outline-color: rgb(54 47 120 / 0.05); +} +.outline-indigo-900\/10{ + outline-color: rgb(54 47 120 / 0.1); +} +.outline-indigo-900\/20{ + outline-color: rgb(54 47 120 / 0.2); +} +.outline-indigo-900\/25{ + outline-color: rgb(54 47 120 / 0.25); +} +.outline-indigo-900\/30{ + outline-color: rgb(54 47 120 / 0.3); +} +.outline-indigo-900\/40{ + outline-color: rgb(54 47 120 / 0.4); +} +.outline-indigo-900\/50{ + outline-color: rgb(54 47 120 / 0.5); +} +.outline-indigo-900\/60{ + outline-color: rgb(54 47 120 / 0.6); +} +.outline-indigo-900\/70{ + outline-color: rgb(54 47 120 / 0.7); +} +.outline-indigo-900\/75{ + outline-color: rgb(54 47 120 / 0.75); +} +.outline-indigo-900\/80{ + outline-color: rgb(54 47 120 / 0.8); +} +.outline-indigo-900\/90{ + outline-color: rgb(54 47 120 / 0.9); +} +.outline-indigo-900\/95{ + outline-color: rgb(54 47 120 / 0.95); +} +.outline-indigo-900\/100{ + outline-color: rgb(54 47 120 / 1); +} +.outline-violet-50\/0{ + outline-color: rgb(245 243 255 / 0); +} +.outline-violet-50\/5{ + outline-color: rgb(245 243 255 / 0.05); +} +.outline-violet-50\/10{ + outline-color: rgb(245 243 255 / 0.1); +} +.outline-violet-50\/20{ + outline-color: rgb(245 243 255 / 0.2); +} +.outline-violet-50\/25{ + outline-color: rgb(245 243 255 / 0.25); +} +.outline-violet-50\/30{ + outline-color: rgb(245 243 255 / 0.3); +} +.outline-violet-50\/40{ + outline-color: rgb(245 243 255 / 0.4); +} +.outline-violet-50\/50{ + outline-color: rgb(245 243 255 / 0.5); +} +.outline-violet-50\/60{ + outline-color: rgb(245 243 255 / 0.6); +} +.outline-violet-50\/70{ + outline-color: rgb(245 243 255 / 0.7); +} +.outline-violet-50\/75{ + outline-color: rgb(245 243 255 / 0.75); +} +.outline-violet-50\/80{ + outline-color: rgb(245 243 255 / 0.8); +} +.outline-violet-50\/90{ + outline-color: rgb(245 243 255 / 0.9); +} +.outline-violet-50\/95{ + outline-color: rgb(245 243 255 / 0.95); +} +.outline-violet-50\/100{ + outline-color: rgb(245 243 255 / 1); +} +.outline-violet-100\/0{ + outline-color: rgb(237 233 254 / 0); +} +.outline-violet-100\/5{ + outline-color: rgb(237 233 254 / 0.05); +} +.outline-violet-100\/10{ + outline-color: rgb(237 233 254 / 0.1); +} +.outline-violet-100\/20{ + outline-color: rgb(237 233 254 / 0.2); +} +.outline-violet-100\/25{ + outline-color: rgb(237 233 254 / 0.25); +} +.outline-violet-100\/30{ + outline-color: rgb(237 233 254 / 0.3); +} +.outline-violet-100\/40{ + outline-color: rgb(237 233 254 / 0.4); +} +.outline-violet-100\/50{ + outline-color: rgb(237 233 254 / 0.5); +} +.outline-violet-100\/60{ + outline-color: rgb(237 233 254 / 0.6); +} +.outline-violet-100\/70{ + outline-color: rgb(237 233 254 / 0.7); +} +.outline-violet-100\/75{ + outline-color: rgb(237 233 254 / 0.75); +} +.outline-violet-100\/80{ + outline-color: rgb(237 233 254 / 0.8); +} +.outline-violet-100\/90{ + outline-color: rgb(237 233 254 / 0.9); +} +.outline-violet-100\/95{ + outline-color: rgb(237 233 254 / 0.95); +} +.outline-violet-100\/100{ + outline-color: rgb(237 233 254 / 1); +} +.outline-violet-200\/0{ + outline-color: rgb(221 214 254 / 0); +} +.outline-violet-200\/5{ + outline-color: rgb(221 214 254 / 0.05); +} +.outline-violet-200\/10{ + outline-color: rgb(221 214 254 / 0.1); +} +.outline-violet-200\/20{ + outline-color: rgb(221 214 254 / 0.2); +} +.outline-violet-200\/25{ + outline-color: rgb(221 214 254 / 0.25); +} +.outline-violet-200\/30{ + outline-color: rgb(221 214 254 / 0.3); +} +.outline-violet-200\/40{ + outline-color: rgb(221 214 254 / 0.4); +} +.outline-violet-200\/50{ + outline-color: rgb(221 214 254 / 0.5); +} +.outline-violet-200\/60{ + outline-color: rgb(221 214 254 / 0.6); +} +.outline-violet-200\/70{ + outline-color: rgb(221 214 254 / 0.7); +} +.outline-violet-200\/75{ + outline-color: rgb(221 214 254 / 0.75); +} +.outline-violet-200\/80{ + outline-color: rgb(221 214 254 / 0.8); +} +.outline-violet-200\/90{ + outline-color: rgb(221 214 254 / 0.9); +} +.outline-violet-200\/95{ + outline-color: rgb(221 214 254 / 0.95); +} +.outline-violet-200\/100{ + outline-color: rgb(221 214 254 / 1); +} +.outline-violet-300\/0{ + outline-color: rgb(196 181 253 / 0); +} +.outline-violet-300\/5{ + outline-color: rgb(196 181 253 / 0.05); +} +.outline-violet-300\/10{ + outline-color: rgb(196 181 253 / 0.1); +} +.outline-violet-300\/20{ + outline-color: rgb(196 181 253 / 0.2); +} +.outline-violet-300\/25{ + outline-color: rgb(196 181 253 / 0.25); +} +.outline-violet-300\/30{ + outline-color: rgb(196 181 253 / 0.3); +} +.outline-violet-300\/40{ + outline-color: rgb(196 181 253 / 0.4); +} +.outline-violet-300\/50{ + outline-color: rgb(196 181 253 / 0.5); +} +.outline-violet-300\/60{ + outline-color: rgb(196 181 253 / 0.6); +} +.outline-violet-300\/70{ + outline-color: rgb(196 181 253 / 0.7); +} +.outline-violet-300\/75{ + outline-color: rgb(196 181 253 / 0.75); +} +.outline-violet-300\/80{ + outline-color: rgb(196 181 253 / 0.8); +} +.outline-violet-300\/90{ + outline-color: rgb(196 181 253 / 0.9); +} +.outline-violet-300\/95{ + outline-color: rgb(196 181 253 / 0.95); +} +.outline-violet-300\/100{ + outline-color: rgb(196 181 253 / 1); +} +.outline-violet-400\/0{ + outline-color: rgb(167 139 250 / 0); +} +.outline-violet-400\/5{ + outline-color: rgb(167 139 250 / 0.05); +} +.outline-violet-400\/10{ + outline-color: rgb(167 139 250 / 0.1); +} +.outline-violet-400\/20{ + outline-color: rgb(167 139 250 / 0.2); +} +.outline-violet-400\/25{ + outline-color: rgb(167 139 250 / 0.25); +} +.outline-violet-400\/30{ + outline-color: rgb(167 139 250 / 0.3); +} +.outline-violet-400\/40{ + outline-color: rgb(167 139 250 / 0.4); +} +.outline-violet-400\/50{ + outline-color: rgb(167 139 250 / 0.5); +} +.outline-violet-400\/60{ + outline-color: rgb(167 139 250 / 0.6); +} +.outline-violet-400\/70{ + outline-color: rgb(167 139 250 / 0.7); +} +.outline-violet-400\/75{ + outline-color: rgb(167 139 250 / 0.75); +} +.outline-violet-400\/80{ + outline-color: rgb(167 139 250 / 0.8); +} +.outline-violet-400\/90{ + outline-color: rgb(167 139 250 / 0.9); +} +.outline-violet-400\/95{ + outline-color: rgb(167 139 250 / 0.95); +} +.outline-violet-400\/100{ + outline-color: rgb(167 139 250 / 1); +} +.outline-violet-500\/0{ + outline-color: rgb(139 92 246 / 0); +} +.outline-violet-500\/5{ + outline-color: rgb(139 92 246 / 0.05); +} +.outline-violet-500\/10{ + outline-color: rgb(139 92 246 / 0.1); +} +.outline-violet-500\/20{ + outline-color: rgb(139 92 246 / 0.2); +} +.outline-violet-500\/25{ + outline-color: rgb(139 92 246 / 0.25); +} +.outline-violet-500\/30{ + outline-color: rgb(139 92 246 / 0.3); +} +.outline-violet-500\/40{ + outline-color: rgb(139 92 246 / 0.4); +} +.outline-violet-500\/50{ + outline-color: rgb(139 92 246 / 0.5); +} +.outline-violet-500\/60{ + outline-color: rgb(139 92 246 / 0.6); +} +.outline-violet-500\/70{ + outline-color: rgb(139 92 246 / 0.7); +} +.outline-violet-500\/75{ + outline-color: rgb(139 92 246 / 0.75); +} +.outline-violet-500\/80{ + outline-color: rgb(139 92 246 / 0.8); +} +.outline-violet-500\/90{ + outline-color: rgb(139 92 246 / 0.9); +} +.outline-violet-500\/95{ + outline-color: rgb(139 92 246 / 0.95); +} +.outline-violet-500\/100{ + outline-color: rgb(139 92 246 / 1); +} +.outline-violet-600\/0{ + outline-color: rgb(124 58 237 / 0); +} +.outline-violet-600\/5{ + outline-color: rgb(124 58 237 / 0.05); +} +.outline-violet-600\/10{ + outline-color: rgb(124 58 237 / 0.1); +} +.outline-violet-600\/20{ + outline-color: rgb(124 58 237 / 0.2); +} +.outline-violet-600\/25{ + outline-color: rgb(124 58 237 / 0.25); +} +.outline-violet-600\/30{ + outline-color: rgb(124 58 237 / 0.3); +} +.outline-violet-600\/40{ + outline-color: rgb(124 58 237 / 0.4); +} +.outline-violet-600\/50{ + outline-color: rgb(124 58 237 / 0.5); +} +.outline-violet-600\/60{ + outline-color: rgb(124 58 237 / 0.6); +} +.outline-violet-600\/70{ + outline-color: rgb(124 58 237 / 0.7); +} +.outline-violet-600\/75{ + outline-color: rgb(124 58 237 / 0.75); +} +.outline-violet-600\/80{ + outline-color: rgb(124 58 237 / 0.8); +} +.outline-violet-600\/90{ + outline-color: rgb(124 58 237 / 0.9); +} +.outline-violet-600\/95{ + outline-color: rgb(124 58 237 / 0.95); +} +.outline-violet-600\/100{ + outline-color: rgb(124 58 237 / 1); +} +.outline-violet-700\/0{ + outline-color: rgb(109 40 217 / 0); +} +.outline-violet-700\/5{ + outline-color: rgb(109 40 217 / 0.05); +} +.outline-violet-700\/10{ + outline-color: rgb(109 40 217 / 0.1); +} +.outline-violet-700\/20{ + outline-color: rgb(109 40 217 / 0.2); +} +.outline-violet-700\/25{ + outline-color: rgb(109 40 217 / 0.25); +} +.outline-violet-700\/30{ + outline-color: rgb(109 40 217 / 0.3); +} +.outline-violet-700\/40{ + outline-color: rgb(109 40 217 / 0.4); +} +.outline-violet-700\/50{ + outline-color: rgb(109 40 217 / 0.5); +} +.outline-violet-700\/60{ + outline-color: rgb(109 40 217 / 0.6); +} +.outline-violet-700\/70{ + outline-color: rgb(109 40 217 / 0.7); +} +.outline-violet-700\/75{ + outline-color: rgb(109 40 217 / 0.75); +} +.outline-violet-700\/80{ + outline-color: rgb(109 40 217 / 0.8); +} +.outline-violet-700\/90{ + outline-color: rgb(109 40 217 / 0.9); +} +.outline-violet-700\/95{ + outline-color: rgb(109 40 217 / 0.95); +} +.outline-violet-700\/100{ + outline-color: rgb(109 40 217 / 1); +} +.outline-violet-800\/0{ + outline-color: rgb(91 33 182 / 0); +} +.outline-violet-800\/5{ + outline-color: rgb(91 33 182 / 0.05); +} +.outline-violet-800\/10{ + outline-color: rgb(91 33 182 / 0.1); +} +.outline-violet-800\/20{ + outline-color: rgb(91 33 182 / 0.2); +} +.outline-violet-800\/25{ + outline-color: rgb(91 33 182 / 0.25); +} +.outline-violet-800\/30{ + outline-color: rgb(91 33 182 / 0.3); +} +.outline-violet-800\/40{ + outline-color: rgb(91 33 182 / 0.4); +} +.outline-violet-800\/50{ + outline-color: rgb(91 33 182 / 0.5); +} +.outline-violet-800\/60{ + outline-color: rgb(91 33 182 / 0.6); +} +.outline-violet-800\/70{ + outline-color: rgb(91 33 182 / 0.7); +} +.outline-violet-800\/75{ + outline-color: rgb(91 33 182 / 0.75); +} +.outline-violet-800\/80{ + outline-color: rgb(91 33 182 / 0.8); +} +.outline-violet-800\/90{ + outline-color: rgb(91 33 182 / 0.9); +} +.outline-violet-800\/95{ + outline-color: rgb(91 33 182 / 0.95); +} +.outline-violet-800\/100{ + outline-color: rgb(91 33 182 / 1); +} +.outline-violet-900\/0{ + outline-color: rgb(76 29 149 / 0); +} +.outline-violet-900\/5{ + outline-color: rgb(76 29 149 / 0.05); +} +.outline-violet-900\/10{ + outline-color: rgb(76 29 149 / 0.1); +} +.outline-violet-900\/20{ + outline-color: rgb(76 29 149 / 0.2); +} +.outline-violet-900\/25{ + outline-color: rgb(76 29 149 / 0.25); +} +.outline-violet-900\/30{ + outline-color: rgb(76 29 149 / 0.3); +} +.outline-violet-900\/40{ + outline-color: rgb(76 29 149 / 0.4); +} +.outline-violet-900\/50{ + outline-color: rgb(76 29 149 / 0.5); +} +.outline-violet-900\/60{ + outline-color: rgb(76 29 149 / 0.6); +} +.outline-violet-900\/70{ + outline-color: rgb(76 29 149 / 0.7); +} +.outline-violet-900\/75{ + outline-color: rgb(76 29 149 / 0.75); +} +.outline-violet-900\/80{ + outline-color: rgb(76 29 149 / 0.8); +} +.outline-violet-900\/90{ + outline-color: rgb(76 29 149 / 0.9); +} +.outline-violet-900\/95{ + outline-color: rgb(76 29 149 / 0.95); +} +.outline-violet-900\/100{ + outline-color: rgb(76 29 149 / 1); +} +.outline-purple-50\/0{ + outline-color: rgb(247 247 249 / 0); +} +.outline-purple-50\/5{ + outline-color: rgb(247 247 249 / 0.05); +} +.outline-purple-50\/10{ + outline-color: rgb(247 247 249 / 0.1); +} +.outline-purple-50\/20{ + outline-color: rgb(247 247 249 / 0.2); +} +.outline-purple-50\/25{ + outline-color: rgb(247 247 249 / 0.25); +} +.outline-purple-50\/30{ + outline-color: rgb(247 247 249 / 0.3); +} +.outline-purple-50\/40{ + outline-color: rgb(247 247 249 / 0.4); +} +.outline-purple-50\/50{ + outline-color: rgb(247 247 249 / 0.5); +} +.outline-purple-50\/60{ + outline-color: rgb(247 247 249 / 0.6); +} +.outline-purple-50\/70{ + outline-color: rgb(247 247 249 / 0.7); +} +.outline-purple-50\/75{ + outline-color: rgb(247 247 249 / 0.75); +} +.outline-purple-50\/80{ + outline-color: rgb(247 247 249 / 0.8); +} +.outline-purple-50\/90{ + outline-color: rgb(247 247 249 / 0.9); +} +.outline-purple-50\/95{ + outline-color: rgb(247 247 249 / 0.95); +} +.outline-purple-50\/100{ + outline-color: rgb(247 247 249 / 1); +} +.outline-purple-100\/0{ + outline-color: rgb(238 238 243 / 0); +} +.outline-purple-100\/5{ + outline-color: rgb(238 238 243 / 0.05); +} +.outline-purple-100\/10{ + outline-color: rgb(238 238 243 / 0.1); +} +.outline-purple-100\/20{ + outline-color: rgb(238 238 243 / 0.2); +} +.outline-purple-100\/25{ + outline-color: rgb(238 238 243 / 0.25); +} +.outline-purple-100\/30{ + outline-color: rgb(238 238 243 / 0.3); +} +.outline-purple-100\/40{ + outline-color: rgb(238 238 243 / 0.4); +} +.outline-purple-100\/50{ + outline-color: rgb(238 238 243 / 0.5); +} +.outline-purple-100\/60{ + outline-color: rgb(238 238 243 / 0.6); +} +.outline-purple-100\/70{ + outline-color: rgb(238 238 243 / 0.7); +} +.outline-purple-100\/75{ + outline-color: rgb(238 238 243 / 0.75); +} +.outline-purple-100\/80{ + outline-color: rgb(238 238 243 / 0.8); +} +.outline-purple-100\/90{ + outline-color: rgb(238 238 243 / 0.9); +} +.outline-purple-100\/95{ + outline-color: rgb(238 238 243 / 0.95); +} +.outline-purple-100\/100{ + outline-color: rgb(238 238 243 / 1); +} +.outline-purple-200\/0{ + outline-color: rgb(213 213 226 / 0); +} +.outline-purple-200\/5{ + outline-color: rgb(213 213 226 / 0.05); +} +.outline-purple-200\/10{ + outline-color: rgb(213 213 226 / 0.1); +} +.outline-purple-200\/20{ + outline-color: rgb(213 213 226 / 0.2); +} +.outline-purple-200\/25{ + outline-color: rgb(213 213 226 / 0.25); +} +.outline-purple-200\/30{ + outline-color: rgb(213 213 226 / 0.3); +} +.outline-purple-200\/40{ + outline-color: rgb(213 213 226 / 0.4); +} +.outline-purple-200\/50{ + outline-color: rgb(213 213 226 / 0.5); +} +.outline-purple-200\/60{ + outline-color: rgb(213 213 226 / 0.6); +} +.outline-purple-200\/70{ + outline-color: rgb(213 213 226 / 0.7); +} +.outline-purple-200\/75{ + outline-color: rgb(213 213 226 / 0.75); +} +.outline-purple-200\/80{ + outline-color: rgb(213 213 226 / 0.8); +} +.outline-purple-200\/90{ + outline-color: rgb(213 213 226 / 0.9); +} +.outline-purple-200\/95{ + outline-color: rgb(213 213 226 / 0.95); +} +.outline-purple-200\/100{ + outline-color: rgb(213 213 226 / 1); +} +.outline-purple-300\/0{ + outline-color: rgb(187 188 209 / 0); +} +.outline-purple-300\/5{ + outline-color: rgb(187 188 209 / 0.05); +} +.outline-purple-300\/10{ + outline-color: rgb(187 188 209 / 0.1); +} +.outline-purple-300\/20{ + outline-color: rgb(187 188 209 / 0.2); +} +.outline-purple-300\/25{ + outline-color: rgb(187 188 209 / 0.25); +} +.outline-purple-300\/30{ + outline-color: rgb(187 188 209 / 0.3); +} +.outline-purple-300\/40{ + outline-color: rgb(187 188 209 / 0.4); +} +.outline-purple-300\/50{ + outline-color: rgb(187 188 209 / 0.5); +} +.outline-purple-300\/60{ + outline-color: rgb(187 188 209 / 0.6); +} +.outline-purple-300\/70{ + outline-color: rgb(187 188 209 / 0.7); +} +.outline-purple-300\/75{ + outline-color: rgb(187 188 209 / 0.75); +} +.outline-purple-300\/80{ + outline-color: rgb(187 188 209 / 0.8); +} +.outline-purple-300\/90{ + outline-color: rgb(187 188 209 / 0.9); +} +.outline-purple-300\/95{ + outline-color: rgb(187 188 209 / 0.95); +} +.outline-purple-300\/100{ + outline-color: rgb(187 188 209 / 1); +} +.outline-purple-400\/0{ + outline-color: rgb(136 138 174 / 0); +} +.outline-purple-400\/5{ + outline-color: rgb(136 138 174 / 0.05); +} +.outline-purple-400\/10{ + outline-color: rgb(136 138 174 / 0.1); +} +.outline-purple-400\/20{ + outline-color: rgb(136 138 174 / 0.2); +} +.outline-purple-400\/25{ + outline-color: rgb(136 138 174 / 0.25); +} +.outline-purple-400\/30{ + outline-color: rgb(136 138 174 / 0.3); +} +.outline-purple-400\/40{ + outline-color: rgb(136 138 174 / 0.4); +} +.outline-purple-400\/50{ + outline-color: rgb(136 138 174 / 0.5); +} +.outline-purple-400\/60{ + outline-color: rgb(136 138 174 / 0.6); +} +.outline-purple-400\/70{ + outline-color: rgb(136 138 174 / 0.7); +} +.outline-purple-400\/75{ + outline-color: rgb(136 138 174 / 0.75); +} +.outline-purple-400\/80{ + outline-color: rgb(136 138 174 / 0.8); +} +.outline-purple-400\/90{ + outline-color: rgb(136 138 174 / 0.9); +} +.outline-purple-400\/95{ + outline-color: rgb(136 138 174 / 0.95); +} +.outline-purple-400\/100{ + outline-color: rgb(136 138 174 / 1); +} +.outline-purple-500\/0{ + outline-color: rgb(85 88 139 / 0); +} +.outline-purple-500\/5{ + outline-color: rgb(85 88 139 / 0.05); +} +.outline-purple-500\/10{ + outline-color: rgb(85 88 139 / 0.1); +} +.outline-purple-500\/20{ + outline-color: rgb(85 88 139 / 0.2); +} +.outline-purple-500\/25{ + outline-color: rgb(85 88 139 / 0.25); +} +.outline-purple-500\/30{ + outline-color: rgb(85 88 139 / 0.3); +} +.outline-purple-500\/40{ + outline-color: rgb(85 88 139 / 0.4); +} +.outline-purple-500\/50{ + outline-color: rgb(85 88 139 / 0.5); +} +.outline-purple-500\/60{ + outline-color: rgb(85 88 139 / 0.6); +} +.outline-purple-500\/70{ + outline-color: rgb(85 88 139 / 0.7); +} +.outline-purple-500\/75{ + outline-color: rgb(85 88 139 / 0.75); +} +.outline-purple-500\/80{ + outline-color: rgb(85 88 139 / 0.8); +} +.outline-purple-500\/90{ + outline-color: rgb(85 88 139 / 0.9); +} +.outline-purple-500\/95{ + outline-color: rgb(85 88 139 / 0.95); +} +.outline-purple-500\/100{ + outline-color: rgb(85 88 139 / 1); +} +.outline-purple-600\/0{ + outline-color: rgb(77 79 125 / 0); +} +.outline-purple-600\/5{ + outline-color: rgb(77 79 125 / 0.05); +} +.outline-purple-600\/10{ + outline-color: rgb(77 79 125 / 0.1); +} +.outline-purple-600\/20{ + outline-color: rgb(77 79 125 / 0.2); +} +.outline-purple-600\/25{ + outline-color: rgb(77 79 125 / 0.25); +} +.outline-purple-600\/30{ + outline-color: rgb(77 79 125 / 0.3); +} +.outline-purple-600\/40{ + outline-color: rgb(77 79 125 / 0.4); +} +.outline-purple-600\/50{ + outline-color: rgb(77 79 125 / 0.5); +} +.outline-purple-600\/60{ + outline-color: rgb(77 79 125 / 0.6); +} +.outline-purple-600\/70{ + outline-color: rgb(77 79 125 / 0.7); +} +.outline-purple-600\/75{ + outline-color: rgb(77 79 125 / 0.75); +} +.outline-purple-600\/80{ + outline-color: rgb(77 79 125 / 0.8); +} +.outline-purple-600\/90{ + outline-color: rgb(77 79 125 / 0.9); +} +.outline-purple-600\/95{ + outline-color: rgb(77 79 125 / 0.95); +} +.outline-purple-600\/100{ + outline-color: rgb(77 79 125 / 1); +} +.outline-purple-700\/0{ + outline-color: rgb(64 66 104 / 0); +} +.outline-purple-700\/5{ + outline-color: rgb(64 66 104 / 0.05); +} +.outline-purple-700\/10{ + outline-color: rgb(64 66 104 / 0.1); +} +.outline-purple-700\/20{ + outline-color: rgb(64 66 104 / 0.2); +} +.outline-purple-700\/25{ + outline-color: rgb(64 66 104 / 0.25); +} +.outline-purple-700\/30{ + outline-color: rgb(64 66 104 / 0.3); +} +.outline-purple-700\/40{ + outline-color: rgb(64 66 104 / 0.4); +} +.outline-purple-700\/50{ + outline-color: rgb(64 66 104 / 0.5); +} +.outline-purple-700\/60{ + outline-color: rgb(64 66 104 / 0.6); +} +.outline-purple-700\/70{ + outline-color: rgb(64 66 104 / 0.7); +} +.outline-purple-700\/75{ + outline-color: rgb(64 66 104 / 0.75); +} +.outline-purple-700\/80{ + outline-color: rgb(64 66 104 / 0.8); +} +.outline-purple-700\/90{ + outline-color: rgb(64 66 104 / 0.9); +} +.outline-purple-700\/95{ + outline-color: rgb(64 66 104 / 0.95); +} +.outline-purple-700\/100{ + outline-color: rgb(64 66 104 / 1); +} +.outline-purple-800\/0{ + outline-color: rgb(51 53 83 / 0); +} +.outline-purple-800\/5{ + outline-color: rgb(51 53 83 / 0.05); +} +.outline-purple-800\/10{ + outline-color: rgb(51 53 83 / 0.1); +} +.outline-purple-800\/20{ + outline-color: rgb(51 53 83 / 0.2); +} +.outline-purple-800\/25{ + outline-color: rgb(51 53 83 / 0.25); +} +.outline-purple-800\/30{ + outline-color: rgb(51 53 83 / 0.3); +} +.outline-purple-800\/40{ + outline-color: rgb(51 53 83 / 0.4); +} +.outline-purple-800\/50{ + outline-color: rgb(51 53 83 / 0.5); +} +.outline-purple-800\/60{ + outline-color: rgb(51 53 83 / 0.6); +} +.outline-purple-800\/70{ + outline-color: rgb(51 53 83 / 0.7); +} +.outline-purple-800\/75{ + outline-color: rgb(51 53 83 / 0.75); +} +.outline-purple-800\/80{ + outline-color: rgb(51 53 83 / 0.8); +} +.outline-purple-800\/90{ + outline-color: rgb(51 53 83 / 0.9); +} +.outline-purple-800\/95{ + outline-color: rgb(51 53 83 / 0.95); +} +.outline-purple-800\/100{ + outline-color: rgb(51 53 83 / 1); +} +.outline-purple-900\/0{ + outline-color: rgb(42 43 68 / 0); +} +.outline-purple-900\/5{ + outline-color: rgb(42 43 68 / 0.05); +} +.outline-purple-900\/10{ + outline-color: rgb(42 43 68 / 0.1); +} +.outline-purple-900\/20{ + outline-color: rgb(42 43 68 / 0.2); +} +.outline-purple-900\/25{ + outline-color: rgb(42 43 68 / 0.25); +} +.outline-purple-900\/30{ + outline-color: rgb(42 43 68 / 0.3); +} +.outline-purple-900\/40{ + outline-color: rgb(42 43 68 / 0.4); +} +.outline-purple-900\/50{ + outline-color: rgb(42 43 68 / 0.5); +} +.outline-purple-900\/60{ + outline-color: rgb(42 43 68 / 0.6); +} +.outline-purple-900\/70{ + outline-color: rgb(42 43 68 / 0.7); +} +.outline-purple-900\/75{ + outline-color: rgb(42 43 68 / 0.75); +} +.outline-purple-900\/80{ + outline-color: rgb(42 43 68 / 0.8); +} +.outline-purple-900\/90{ + outline-color: rgb(42 43 68 / 0.9); +} +.outline-purple-900\/95{ + outline-color: rgb(42 43 68 / 0.95); +} +.outline-purple-900\/100{ + outline-color: rgb(42 43 68 / 1); +} +.outline-purple\/0{ + outline-color: rgb(85 88 139 / 0); +} +.outline-purple\/5{ + outline-color: rgb(85 88 139 / 0.05); +} +.outline-purple\/10{ + outline-color: rgb(85 88 139 / 0.1); +} +.outline-purple\/20{ + outline-color: rgb(85 88 139 / 0.2); +} +.outline-purple\/25{ + outline-color: rgb(85 88 139 / 0.25); +} +.outline-purple\/30{ + outline-color: rgb(85 88 139 / 0.3); +} +.outline-purple\/40{ + outline-color: rgb(85 88 139 / 0.4); +} +.outline-purple\/50{ + outline-color: rgb(85 88 139 / 0.5); +} +.outline-purple\/60{ + outline-color: rgb(85 88 139 / 0.6); +} +.outline-purple\/70{ + outline-color: rgb(85 88 139 / 0.7); +} +.outline-purple\/75{ + outline-color: rgb(85 88 139 / 0.75); +} +.outline-purple\/80{ + outline-color: rgb(85 88 139 / 0.8); +} +.outline-purple\/90{ + outline-color: rgb(85 88 139 / 0.9); +} +.outline-purple\/95{ + outline-color: rgb(85 88 139 / 0.95); +} +.outline-purple\/100{ + outline-color: rgb(85 88 139 / 1); +} +.outline-fuchsia-50\/0{ + outline-color: rgb(253 244 255 / 0); +} +.outline-fuchsia-50\/5{ + outline-color: rgb(253 244 255 / 0.05); +} +.outline-fuchsia-50\/10{ + outline-color: rgb(253 244 255 / 0.1); +} +.outline-fuchsia-50\/20{ + outline-color: rgb(253 244 255 / 0.2); +} +.outline-fuchsia-50\/25{ + outline-color: rgb(253 244 255 / 0.25); +} +.outline-fuchsia-50\/30{ + outline-color: rgb(253 244 255 / 0.3); +} +.outline-fuchsia-50\/40{ + outline-color: rgb(253 244 255 / 0.4); +} +.outline-fuchsia-50\/50{ + outline-color: rgb(253 244 255 / 0.5); +} +.outline-fuchsia-50\/60{ + outline-color: rgb(253 244 255 / 0.6); +} +.outline-fuchsia-50\/70{ + outline-color: rgb(253 244 255 / 0.7); +} +.outline-fuchsia-50\/75{ + outline-color: rgb(253 244 255 / 0.75); +} +.outline-fuchsia-50\/80{ + outline-color: rgb(253 244 255 / 0.8); +} +.outline-fuchsia-50\/90{ + outline-color: rgb(253 244 255 / 0.9); +} +.outline-fuchsia-50\/95{ + outline-color: rgb(253 244 255 / 0.95); +} +.outline-fuchsia-50\/100{ + outline-color: rgb(253 244 255 / 1); +} +.outline-fuchsia-100\/0{ + outline-color: rgb(250 232 255 / 0); +} +.outline-fuchsia-100\/5{ + outline-color: rgb(250 232 255 / 0.05); +} +.outline-fuchsia-100\/10{ + outline-color: rgb(250 232 255 / 0.1); +} +.outline-fuchsia-100\/20{ + outline-color: rgb(250 232 255 / 0.2); +} +.outline-fuchsia-100\/25{ + outline-color: rgb(250 232 255 / 0.25); +} +.outline-fuchsia-100\/30{ + outline-color: rgb(250 232 255 / 0.3); +} +.outline-fuchsia-100\/40{ + outline-color: rgb(250 232 255 / 0.4); +} +.outline-fuchsia-100\/50{ + outline-color: rgb(250 232 255 / 0.5); +} +.outline-fuchsia-100\/60{ + outline-color: rgb(250 232 255 / 0.6); +} +.outline-fuchsia-100\/70{ + outline-color: rgb(250 232 255 / 0.7); +} +.outline-fuchsia-100\/75{ + outline-color: rgb(250 232 255 / 0.75); +} +.outline-fuchsia-100\/80{ + outline-color: rgb(250 232 255 / 0.8); +} +.outline-fuchsia-100\/90{ + outline-color: rgb(250 232 255 / 0.9); +} +.outline-fuchsia-100\/95{ + outline-color: rgb(250 232 255 / 0.95); +} +.outline-fuchsia-100\/100{ + outline-color: rgb(250 232 255 / 1); +} +.outline-fuchsia-200\/0{ + outline-color: rgb(245 208 254 / 0); +} +.outline-fuchsia-200\/5{ + outline-color: rgb(245 208 254 / 0.05); +} +.outline-fuchsia-200\/10{ + outline-color: rgb(245 208 254 / 0.1); +} +.outline-fuchsia-200\/20{ + outline-color: rgb(245 208 254 / 0.2); +} +.outline-fuchsia-200\/25{ + outline-color: rgb(245 208 254 / 0.25); +} +.outline-fuchsia-200\/30{ + outline-color: rgb(245 208 254 / 0.3); +} +.outline-fuchsia-200\/40{ + outline-color: rgb(245 208 254 / 0.4); +} +.outline-fuchsia-200\/50{ + outline-color: rgb(245 208 254 / 0.5); +} +.outline-fuchsia-200\/60{ + outline-color: rgb(245 208 254 / 0.6); +} +.outline-fuchsia-200\/70{ + outline-color: rgb(245 208 254 / 0.7); +} +.outline-fuchsia-200\/75{ + outline-color: rgb(245 208 254 / 0.75); +} +.outline-fuchsia-200\/80{ + outline-color: rgb(245 208 254 / 0.8); +} +.outline-fuchsia-200\/90{ + outline-color: rgb(245 208 254 / 0.9); +} +.outline-fuchsia-200\/95{ + outline-color: rgb(245 208 254 / 0.95); +} +.outline-fuchsia-200\/100{ + outline-color: rgb(245 208 254 / 1); +} +.outline-fuchsia-300\/0{ + outline-color: rgb(240 171 252 / 0); +} +.outline-fuchsia-300\/5{ + outline-color: rgb(240 171 252 / 0.05); +} +.outline-fuchsia-300\/10{ + outline-color: rgb(240 171 252 / 0.1); +} +.outline-fuchsia-300\/20{ + outline-color: rgb(240 171 252 / 0.2); +} +.outline-fuchsia-300\/25{ + outline-color: rgb(240 171 252 / 0.25); +} +.outline-fuchsia-300\/30{ + outline-color: rgb(240 171 252 / 0.3); +} +.outline-fuchsia-300\/40{ + outline-color: rgb(240 171 252 / 0.4); +} +.outline-fuchsia-300\/50{ + outline-color: rgb(240 171 252 / 0.5); +} +.outline-fuchsia-300\/60{ + outline-color: rgb(240 171 252 / 0.6); +} +.outline-fuchsia-300\/70{ + outline-color: rgb(240 171 252 / 0.7); +} +.outline-fuchsia-300\/75{ + outline-color: rgb(240 171 252 / 0.75); +} +.outline-fuchsia-300\/80{ + outline-color: rgb(240 171 252 / 0.8); +} +.outline-fuchsia-300\/90{ + outline-color: rgb(240 171 252 / 0.9); +} +.outline-fuchsia-300\/95{ + outline-color: rgb(240 171 252 / 0.95); +} +.outline-fuchsia-300\/100{ + outline-color: rgb(240 171 252 / 1); +} +.outline-fuchsia-400\/0{ + outline-color: rgb(232 121 249 / 0); +} +.outline-fuchsia-400\/5{ + outline-color: rgb(232 121 249 / 0.05); +} +.outline-fuchsia-400\/10{ + outline-color: rgb(232 121 249 / 0.1); +} +.outline-fuchsia-400\/20{ + outline-color: rgb(232 121 249 / 0.2); +} +.outline-fuchsia-400\/25{ + outline-color: rgb(232 121 249 / 0.25); +} +.outline-fuchsia-400\/30{ + outline-color: rgb(232 121 249 / 0.3); +} +.outline-fuchsia-400\/40{ + outline-color: rgb(232 121 249 / 0.4); +} +.outline-fuchsia-400\/50{ + outline-color: rgb(232 121 249 / 0.5); +} +.outline-fuchsia-400\/60{ + outline-color: rgb(232 121 249 / 0.6); +} +.outline-fuchsia-400\/70{ + outline-color: rgb(232 121 249 / 0.7); +} +.outline-fuchsia-400\/75{ + outline-color: rgb(232 121 249 / 0.75); +} +.outline-fuchsia-400\/80{ + outline-color: rgb(232 121 249 / 0.8); +} +.outline-fuchsia-400\/90{ + outline-color: rgb(232 121 249 / 0.9); +} +.outline-fuchsia-400\/95{ + outline-color: rgb(232 121 249 / 0.95); +} +.outline-fuchsia-400\/100{ + outline-color: rgb(232 121 249 / 1); +} +.outline-fuchsia-500\/0{ + outline-color: rgb(217 70 239 / 0); +} +.outline-fuchsia-500\/5{ + outline-color: rgb(217 70 239 / 0.05); +} +.outline-fuchsia-500\/10{ + outline-color: rgb(217 70 239 / 0.1); +} +.outline-fuchsia-500\/20{ + outline-color: rgb(217 70 239 / 0.2); +} +.outline-fuchsia-500\/25{ + outline-color: rgb(217 70 239 / 0.25); +} +.outline-fuchsia-500\/30{ + outline-color: rgb(217 70 239 / 0.3); +} +.outline-fuchsia-500\/40{ + outline-color: rgb(217 70 239 / 0.4); +} +.outline-fuchsia-500\/50{ + outline-color: rgb(217 70 239 / 0.5); +} +.outline-fuchsia-500\/60{ + outline-color: rgb(217 70 239 / 0.6); +} +.outline-fuchsia-500\/70{ + outline-color: rgb(217 70 239 / 0.7); +} +.outline-fuchsia-500\/75{ + outline-color: rgb(217 70 239 / 0.75); +} +.outline-fuchsia-500\/80{ + outline-color: rgb(217 70 239 / 0.8); +} +.outline-fuchsia-500\/90{ + outline-color: rgb(217 70 239 / 0.9); +} +.outline-fuchsia-500\/95{ + outline-color: rgb(217 70 239 / 0.95); +} +.outline-fuchsia-500\/100{ + outline-color: rgb(217 70 239 / 1); +} +.outline-fuchsia-600\/0{ + outline-color: rgb(192 38 211 / 0); +} +.outline-fuchsia-600\/5{ + outline-color: rgb(192 38 211 / 0.05); +} +.outline-fuchsia-600\/10{ + outline-color: rgb(192 38 211 / 0.1); +} +.outline-fuchsia-600\/20{ + outline-color: rgb(192 38 211 / 0.2); +} +.outline-fuchsia-600\/25{ + outline-color: rgb(192 38 211 / 0.25); +} +.outline-fuchsia-600\/30{ + outline-color: rgb(192 38 211 / 0.3); +} +.outline-fuchsia-600\/40{ + outline-color: rgb(192 38 211 / 0.4); +} +.outline-fuchsia-600\/50{ + outline-color: rgb(192 38 211 / 0.5); +} +.outline-fuchsia-600\/60{ + outline-color: rgb(192 38 211 / 0.6); +} +.outline-fuchsia-600\/70{ + outline-color: rgb(192 38 211 / 0.7); +} +.outline-fuchsia-600\/75{ + outline-color: rgb(192 38 211 / 0.75); +} +.outline-fuchsia-600\/80{ + outline-color: rgb(192 38 211 / 0.8); +} +.outline-fuchsia-600\/90{ + outline-color: rgb(192 38 211 / 0.9); +} +.outline-fuchsia-600\/95{ + outline-color: rgb(192 38 211 / 0.95); +} +.outline-fuchsia-600\/100{ + outline-color: rgb(192 38 211 / 1); +} +.outline-fuchsia-700\/0{ + outline-color: rgb(162 28 175 / 0); +} +.outline-fuchsia-700\/5{ + outline-color: rgb(162 28 175 / 0.05); +} +.outline-fuchsia-700\/10{ + outline-color: rgb(162 28 175 / 0.1); +} +.outline-fuchsia-700\/20{ + outline-color: rgb(162 28 175 / 0.2); +} +.outline-fuchsia-700\/25{ + outline-color: rgb(162 28 175 / 0.25); +} +.outline-fuchsia-700\/30{ + outline-color: rgb(162 28 175 / 0.3); +} +.outline-fuchsia-700\/40{ + outline-color: rgb(162 28 175 / 0.4); +} +.outline-fuchsia-700\/50{ + outline-color: rgb(162 28 175 / 0.5); +} +.outline-fuchsia-700\/60{ + outline-color: rgb(162 28 175 / 0.6); +} +.outline-fuchsia-700\/70{ + outline-color: rgb(162 28 175 / 0.7); +} +.outline-fuchsia-700\/75{ + outline-color: rgb(162 28 175 / 0.75); +} +.outline-fuchsia-700\/80{ + outline-color: rgb(162 28 175 / 0.8); +} +.outline-fuchsia-700\/90{ + outline-color: rgb(162 28 175 / 0.9); +} +.outline-fuchsia-700\/95{ + outline-color: rgb(162 28 175 / 0.95); +} +.outline-fuchsia-700\/100{ + outline-color: rgb(162 28 175 / 1); +} +.outline-fuchsia-800\/0{ + outline-color: rgb(134 25 143 / 0); +} +.outline-fuchsia-800\/5{ + outline-color: rgb(134 25 143 / 0.05); +} +.outline-fuchsia-800\/10{ + outline-color: rgb(134 25 143 / 0.1); +} +.outline-fuchsia-800\/20{ + outline-color: rgb(134 25 143 / 0.2); +} +.outline-fuchsia-800\/25{ + outline-color: rgb(134 25 143 / 0.25); +} +.outline-fuchsia-800\/30{ + outline-color: rgb(134 25 143 / 0.3); +} +.outline-fuchsia-800\/40{ + outline-color: rgb(134 25 143 / 0.4); +} +.outline-fuchsia-800\/50{ + outline-color: rgb(134 25 143 / 0.5); +} +.outline-fuchsia-800\/60{ + outline-color: rgb(134 25 143 / 0.6); +} +.outline-fuchsia-800\/70{ + outline-color: rgb(134 25 143 / 0.7); +} +.outline-fuchsia-800\/75{ + outline-color: rgb(134 25 143 / 0.75); +} +.outline-fuchsia-800\/80{ + outline-color: rgb(134 25 143 / 0.8); +} +.outline-fuchsia-800\/90{ + outline-color: rgb(134 25 143 / 0.9); +} +.outline-fuchsia-800\/95{ + outline-color: rgb(134 25 143 / 0.95); +} +.outline-fuchsia-800\/100{ + outline-color: rgb(134 25 143 / 1); +} +.outline-fuchsia-900\/0{ + outline-color: rgb(112 26 117 / 0); +} +.outline-fuchsia-900\/5{ + outline-color: rgb(112 26 117 / 0.05); +} +.outline-fuchsia-900\/10{ + outline-color: rgb(112 26 117 / 0.1); +} +.outline-fuchsia-900\/20{ + outline-color: rgb(112 26 117 / 0.2); +} +.outline-fuchsia-900\/25{ + outline-color: rgb(112 26 117 / 0.25); +} +.outline-fuchsia-900\/30{ + outline-color: rgb(112 26 117 / 0.3); +} +.outline-fuchsia-900\/40{ + outline-color: rgb(112 26 117 / 0.4); +} +.outline-fuchsia-900\/50{ + outline-color: rgb(112 26 117 / 0.5); +} +.outline-fuchsia-900\/60{ + outline-color: rgb(112 26 117 / 0.6); +} +.outline-fuchsia-900\/70{ + outline-color: rgb(112 26 117 / 0.7); +} +.outline-fuchsia-900\/75{ + outline-color: rgb(112 26 117 / 0.75); +} +.outline-fuchsia-900\/80{ + outline-color: rgb(112 26 117 / 0.8); +} +.outline-fuchsia-900\/90{ + outline-color: rgb(112 26 117 / 0.9); +} +.outline-fuchsia-900\/95{ + outline-color: rgb(112 26 117 / 0.95); +} +.outline-fuchsia-900\/100{ + outline-color: rgb(112 26 117 / 1); +} +.outline-pink-50\/0{ + outline-color: rgb(253 242 248 / 0); +} +.outline-pink-50\/5{ + outline-color: rgb(253 242 248 / 0.05); +} +.outline-pink-50\/10{ + outline-color: rgb(253 242 248 / 0.1); +} +.outline-pink-50\/20{ + outline-color: rgb(253 242 248 / 0.2); +} +.outline-pink-50\/25{ + outline-color: rgb(253 242 248 / 0.25); +} +.outline-pink-50\/30{ + outline-color: rgb(253 242 248 / 0.3); +} +.outline-pink-50\/40{ + outline-color: rgb(253 242 248 / 0.4); +} +.outline-pink-50\/50{ + outline-color: rgb(253 242 248 / 0.5); +} +.outline-pink-50\/60{ + outline-color: rgb(253 242 248 / 0.6); +} +.outline-pink-50\/70{ + outline-color: rgb(253 242 248 / 0.7); +} +.outline-pink-50\/75{ + outline-color: rgb(253 242 248 / 0.75); +} +.outline-pink-50\/80{ + outline-color: rgb(253 242 248 / 0.8); +} +.outline-pink-50\/90{ + outline-color: rgb(253 242 248 / 0.9); +} +.outline-pink-50\/95{ + outline-color: rgb(253 242 248 / 0.95); +} +.outline-pink-50\/100{ + outline-color: rgb(253 242 248 / 1); +} +.outline-pink-100\/0{ + outline-color: rgb(252 232 243 / 0); +} +.outline-pink-100\/5{ + outline-color: rgb(252 232 243 / 0.05); +} +.outline-pink-100\/10{ + outline-color: rgb(252 232 243 / 0.1); +} +.outline-pink-100\/20{ + outline-color: rgb(252 232 243 / 0.2); +} +.outline-pink-100\/25{ + outline-color: rgb(252 232 243 / 0.25); +} +.outline-pink-100\/30{ + outline-color: rgb(252 232 243 / 0.3); +} +.outline-pink-100\/40{ + outline-color: rgb(252 232 243 / 0.4); +} +.outline-pink-100\/50{ + outline-color: rgb(252 232 243 / 0.5); +} +.outline-pink-100\/60{ + outline-color: rgb(252 232 243 / 0.6); +} +.outline-pink-100\/70{ + outline-color: rgb(252 232 243 / 0.7); +} +.outline-pink-100\/75{ + outline-color: rgb(252 232 243 / 0.75); +} +.outline-pink-100\/80{ + outline-color: rgb(252 232 243 / 0.8); +} +.outline-pink-100\/90{ + outline-color: rgb(252 232 243 / 0.9); +} +.outline-pink-100\/95{ + outline-color: rgb(252 232 243 / 0.95); +} +.outline-pink-100\/100{ + outline-color: rgb(252 232 243 / 1); +} +.outline-pink-200\/0{ + outline-color: rgb(250 209 232 / 0); +} +.outline-pink-200\/5{ + outline-color: rgb(250 209 232 / 0.05); +} +.outline-pink-200\/10{ + outline-color: rgb(250 209 232 / 0.1); +} +.outline-pink-200\/20{ + outline-color: rgb(250 209 232 / 0.2); +} +.outline-pink-200\/25{ + outline-color: rgb(250 209 232 / 0.25); +} +.outline-pink-200\/30{ + outline-color: rgb(250 209 232 / 0.3); +} +.outline-pink-200\/40{ + outline-color: rgb(250 209 232 / 0.4); +} +.outline-pink-200\/50{ + outline-color: rgb(250 209 232 / 0.5); +} +.outline-pink-200\/60{ + outline-color: rgb(250 209 232 / 0.6); +} +.outline-pink-200\/70{ + outline-color: rgb(250 209 232 / 0.7); +} +.outline-pink-200\/75{ + outline-color: rgb(250 209 232 / 0.75); +} +.outline-pink-200\/80{ + outline-color: rgb(250 209 232 / 0.8); +} +.outline-pink-200\/90{ + outline-color: rgb(250 209 232 / 0.9); +} +.outline-pink-200\/95{ + outline-color: rgb(250 209 232 / 0.95); +} +.outline-pink-200\/100{ + outline-color: rgb(250 209 232 / 1); +} +.outline-pink-300\/0{ + outline-color: rgb(248 180 217 / 0); +} +.outline-pink-300\/5{ + outline-color: rgb(248 180 217 / 0.05); +} +.outline-pink-300\/10{ + outline-color: rgb(248 180 217 / 0.1); +} +.outline-pink-300\/20{ + outline-color: rgb(248 180 217 / 0.2); +} +.outline-pink-300\/25{ + outline-color: rgb(248 180 217 / 0.25); +} +.outline-pink-300\/30{ + outline-color: rgb(248 180 217 / 0.3); +} +.outline-pink-300\/40{ + outline-color: rgb(248 180 217 / 0.4); +} +.outline-pink-300\/50{ + outline-color: rgb(248 180 217 / 0.5); +} +.outline-pink-300\/60{ + outline-color: rgb(248 180 217 / 0.6); +} +.outline-pink-300\/70{ + outline-color: rgb(248 180 217 / 0.7); +} +.outline-pink-300\/75{ + outline-color: rgb(248 180 217 / 0.75); +} +.outline-pink-300\/80{ + outline-color: rgb(248 180 217 / 0.8); +} +.outline-pink-300\/90{ + outline-color: rgb(248 180 217 / 0.9); +} +.outline-pink-300\/95{ + outline-color: rgb(248 180 217 / 0.95); +} +.outline-pink-300\/100{ + outline-color: rgb(248 180 217 / 1); +} +.outline-pink-400\/0{ + outline-color: rgb(241 126 184 / 0); +} +.outline-pink-400\/5{ + outline-color: rgb(241 126 184 / 0.05); +} +.outline-pink-400\/10{ + outline-color: rgb(241 126 184 / 0.1); +} +.outline-pink-400\/20{ + outline-color: rgb(241 126 184 / 0.2); +} +.outline-pink-400\/25{ + outline-color: rgb(241 126 184 / 0.25); +} +.outline-pink-400\/30{ + outline-color: rgb(241 126 184 / 0.3); +} +.outline-pink-400\/40{ + outline-color: rgb(241 126 184 / 0.4); +} +.outline-pink-400\/50{ + outline-color: rgb(241 126 184 / 0.5); +} +.outline-pink-400\/60{ + outline-color: rgb(241 126 184 / 0.6); +} +.outline-pink-400\/70{ + outline-color: rgb(241 126 184 / 0.7); +} +.outline-pink-400\/75{ + outline-color: rgb(241 126 184 / 0.75); +} +.outline-pink-400\/80{ + outline-color: rgb(241 126 184 / 0.8); +} +.outline-pink-400\/90{ + outline-color: rgb(241 126 184 / 0.9); +} +.outline-pink-400\/95{ + outline-color: rgb(241 126 184 / 0.95); +} +.outline-pink-400\/100{ + outline-color: rgb(241 126 184 / 1); +} +.outline-pink-500\/0{ + outline-color: rgb(231 70 148 / 0); +} +.outline-pink-500\/5{ + outline-color: rgb(231 70 148 / 0.05); +} +.outline-pink-500\/10{ + outline-color: rgb(231 70 148 / 0.1); +} +.outline-pink-500\/20{ + outline-color: rgb(231 70 148 / 0.2); +} +.outline-pink-500\/25{ + outline-color: rgb(231 70 148 / 0.25); +} +.outline-pink-500\/30{ + outline-color: rgb(231 70 148 / 0.3); +} +.outline-pink-500\/40{ + outline-color: rgb(231 70 148 / 0.4); +} +.outline-pink-500\/50{ + outline-color: rgb(231 70 148 / 0.5); +} +.outline-pink-500\/60{ + outline-color: rgb(231 70 148 / 0.6); +} +.outline-pink-500\/70{ + outline-color: rgb(231 70 148 / 0.7); +} +.outline-pink-500\/75{ + outline-color: rgb(231 70 148 / 0.75); +} +.outline-pink-500\/80{ + outline-color: rgb(231 70 148 / 0.8); +} +.outline-pink-500\/90{ + outline-color: rgb(231 70 148 / 0.9); +} +.outline-pink-500\/95{ + outline-color: rgb(231 70 148 / 0.95); +} +.outline-pink-500\/100{ + outline-color: rgb(231 70 148 / 1); +} +.outline-pink-600\/0{ + outline-color: rgb(214 31 105 / 0); +} +.outline-pink-600\/5{ + outline-color: rgb(214 31 105 / 0.05); +} +.outline-pink-600\/10{ + outline-color: rgb(214 31 105 / 0.1); +} +.outline-pink-600\/20{ + outline-color: rgb(214 31 105 / 0.2); +} +.outline-pink-600\/25{ + outline-color: rgb(214 31 105 / 0.25); +} +.outline-pink-600\/30{ + outline-color: rgb(214 31 105 / 0.3); +} +.outline-pink-600\/40{ + outline-color: rgb(214 31 105 / 0.4); +} +.outline-pink-600\/50{ + outline-color: rgb(214 31 105 / 0.5); +} +.outline-pink-600\/60{ + outline-color: rgb(214 31 105 / 0.6); +} +.outline-pink-600\/70{ + outline-color: rgb(214 31 105 / 0.7); +} +.outline-pink-600\/75{ + outline-color: rgb(214 31 105 / 0.75); +} +.outline-pink-600\/80{ + outline-color: rgb(214 31 105 / 0.8); +} +.outline-pink-600\/90{ + outline-color: rgb(214 31 105 / 0.9); +} +.outline-pink-600\/95{ + outline-color: rgb(214 31 105 / 0.95); +} +.outline-pink-600\/100{ + outline-color: rgb(214 31 105 / 1); +} +.outline-pink-700\/0{ + outline-color: rgb(191 18 93 / 0); +} +.outline-pink-700\/5{ + outline-color: rgb(191 18 93 / 0.05); +} +.outline-pink-700\/10{ + outline-color: rgb(191 18 93 / 0.1); +} +.outline-pink-700\/20{ + outline-color: rgb(191 18 93 / 0.2); +} +.outline-pink-700\/25{ + outline-color: rgb(191 18 93 / 0.25); +} +.outline-pink-700\/30{ + outline-color: rgb(191 18 93 / 0.3); +} +.outline-pink-700\/40{ + outline-color: rgb(191 18 93 / 0.4); +} +.outline-pink-700\/50{ + outline-color: rgb(191 18 93 / 0.5); +} +.outline-pink-700\/60{ + outline-color: rgb(191 18 93 / 0.6); +} +.outline-pink-700\/70{ + outline-color: rgb(191 18 93 / 0.7); +} +.outline-pink-700\/75{ + outline-color: rgb(191 18 93 / 0.75); +} +.outline-pink-700\/80{ + outline-color: rgb(191 18 93 / 0.8); +} +.outline-pink-700\/90{ + outline-color: rgb(191 18 93 / 0.9); +} +.outline-pink-700\/95{ + outline-color: rgb(191 18 93 / 0.95); +} +.outline-pink-700\/100{ + outline-color: rgb(191 18 93 / 1); +} +.outline-pink-800\/0{ + outline-color: rgb(153 21 75 / 0); +} +.outline-pink-800\/5{ + outline-color: rgb(153 21 75 / 0.05); +} +.outline-pink-800\/10{ + outline-color: rgb(153 21 75 / 0.1); +} +.outline-pink-800\/20{ + outline-color: rgb(153 21 75 / 0.2); +} +.outline-pink-800\/25{ + outline-color: rgb(153 21 75 / 0.25); +} +.outline-pink-800\/30{ + outline-color: rgb(153 21 75 / 0.3); +} +.outline-pink-800\/40{ + outline-color: rgb(153 21 75 / 0.4); +} +.outline-pink-800\/50{ + outline-color: rgb(153 21 75 / 0.5); +} +.outline-pink-800\/60{ + outline-color: rgb(153 21 75 / 0.6); +} +.outline-pink-800\/70{ + outline-color: rgb(153 21 75 / 0.7); +} +.outline-pink-800\/75{ + outline-color: rgb(153 21 75 / 0.75); +} +.outline-pink-800\/80{ + outline-color: rgb(153 21 75 / 0.8); +} +.outline-pink-800\/90{ + outline-color: rgb(153 21 75 / 0.9); +} +.outline-pink-800\/95{ + outline-color: rgb(153 21 75 / 0.95); +} +.outline-pink-800\/100{ + outline-color: rgb(153 21 75 / 1); +} +.outline-pink-900\/0{ + outline-color: rgb(117 26 61 / 0); +} +.outline-pink-900\/5{ + outline-color: rgb(117 26 61 / 0.05); +} +.outline-pink-900\/10{ + outline-color: rgb(117 26 61 / 0.1); +} +.outline-pink-900\/20{ + outline-color: rgb(117 26 61 / 0.2); +} +.outline-pink-900\/25{ + outline-color: rgb(117 26 61 / 0.25); +} +.outline-pink-900\/30{ + outline-color: rgb(117 26 61 / 0.3); +} +.outline-pink-900\/40{ + outline-color: rgb(117 26 61 / 0.4); +} +.outline-pink-900\/50{ + outline-color: rgb(117 26 61 / 0.5); +} +.outline-pink-900\/60{ + outline-color: rgb(117 26 61 / 0.6); +} +.outline-pink-900\/70{ + outline-color: rgb(117 26 61 / 0.7); +} +.outline-pink-900\/75{ + outline-color: rgb(117 26 61 / 0.75); +} +.outline-pink-900\/80{ + outline-color: rgb(117 26 61 / 0.8); +} +.outline-pink-900\/90{ + outline-color: rgb(117 26 61 / 0.9); +} +.outline-pink-900\/95{ + outline-color: rgb(117 26 61 / 0.95); +} +.outline-pink-900\/100{ + outline-color: rgb(117 26 61 / 1); +} +.outline-rose-50\/0{ + outline-color: rgb(255 241 242 / 0); +} +.outline-rose-50\/5{ + outline-color: rgb(255 241 242 / 0.05); +} +.outline-rose-50\/10{ + outline-color: rgb(255 241 242 / 0.1); +} +.outline-rose-50\/20{ + outline-color: rgb(255 241 242 / 0.2); +} +.outline-rose-50\/25{ + outline-color: rgb(255 241 242 / 0.25); +} +.outline-rose-50\/30{ + outline-color: rgb(255 241 242 / 0.3); +} +.outline-rose-50\/40{ + outline-color: rgb(255 241 242 / 0.4); +} +.outline-rose-50\/50{ + outline-color: rgb(255 241 242 / 0.5); +} +.outline-rose-50\/60{ + outline-color: rgb(255 241 242 / 0.6); +} +.outline-rose-50\/70{ + outline-color: rgb(255 241 242 / 0.7); +} +.outline-rose-50\/75{ + outline-color: rgb(255 241 242 / 0.75); +} +.outline-rose-50\/80{ + outline-color: rgb(255 241 242 / 0.8); +} +.outline-rose-50\/90{ + outline-color: rgb(255 241 242 / 0.9); +} +.outline-rose-50\/95{ + outline-color: rgb(255 241 242 / 0.95); +} +.outline-rose-50\/100{ + outline-color: rgb(255 241 242 / 1); +} +.outline-rose-100\/0{ + outline-color: rgb(255 228 230 / 0); +} +.outline-rose-100\/5{ + outline-color: rgb(255 228 230 / 0.05); +} +.outline-rose-100\/10{ + outline-color: rgb(255 228 230 / 0.1); +} +.outline-rose-100\/20{ + outline-color: rgb(255 228 230 / 0.2); +} +.outline-rose-100\/25{ + outline-color: rgb(255 228 230 / 0.25); +} +.outline-rose-100\/30{ + outline-color: rgb(255 228 230 / 0.3); +} +.outline-rose-100\/40{ + outline-color: rgb(255 228 230 / 0.4); +} +.outline-rose-100\/50{ + outline-color: rgb(255 228 230 / 0.5); +} +.outline-rose-100\/60{ + outline-color: rgb(255 228 230 / 0.6); +} +.outline-rose-100\/70{ + outline-color: rgb(255 228 230 / 0.7); +} +.outline-rose-100\/75{ + outline-color: rgb(255 228 230 / 0.75); +} +.outline-rose-100\/80{ + outline-color: rgb(255 228 230 / 0.8); +} +.outline-rose-100\/90{ + outline-color: rgb(255 228 230 / 0.9); +} +.outline-rose-100\/95{ + outline-color: rgb(255 228 230 / 0.95); +} +.outline-rose-100\/100{ + outline-color: rgb(255 228 230 / 1); +} +.outline-rose-200\/0{ + outline-color: rgb(254 205 211 / 0); +} +.outline-rose-200\/5{ + outline-color: rgb(254 205 211 / 0.05); +} +.outline-rose-200\/10{ + outline-color: rgb(254 205 211 / 0.1); +} +.outline-rose-200\/20{ + outline-color: rgb(254 205 211 / 0.2); +} +.outline-rose-200\/25{ + outline-color: rgb(254 205 211 / 0.25); +} +.outline-rose-200\/30{ + outline-color: rgb(254 205 211 / 0.3); +} +.outline-rose-200\/40{ + outline-color: rgb(254 205 211 / 0.4); +} +.outline-rose-200\/50{ + outline-color: rgb(254 205 211 / 0.5); +} +.outline-rose-200\/60{ + outline-color: rgb(254 205 211 / 0.6); +} +.outline-rose-200\/70{ + outline-color: rgb(254 205 211 / 0.7); +} +.outline-rose-200\/75{ + outline-color: rgb(254 205 211 / 0.75); +} +.outline-rose-200\/80{ + outline-color: rgb(254 205 211 / 0.8); +} +.outline-rose-200\/90{ + outline-color: rgb(254 205 211 / 0.9); +} +.outline-rose-200\/95{ + outline-color: rgb(254 205 211 / 0.95); +} +.outline-rose-200\/100{ + outline-color: rgb(254 205 211 / 1); +} +.outline-rose-300\/0{ + outline-color: rgb(253 164 175 / 0); +} +.outline-rose-300\/5{ + outline-color: rgb(253 164 175 / 0.05); +} +.outline-rose-300\/10{ + outline-color: rgb(253 164 175 / 0.1); +} +.outline-rose-300\/20{ + outline-color: rgb(253 164 175 / 0.2); +} +.outline-rose-300\/25{ + outline-color: rgb(253 164 175 / 0.25); +} +.outline-rose-300\/30{ + outline-color: rgb(253 164 175 / 0.3); +} +.outline-rose-300\/40{ + outline-color: rgb(253 164 175 / 0.4); +} +.outline-rose-300\/50{ + outline-color: rgb(253 164 175 / 0.5); +} +.outline-rose-300\/60{ + outline-color: rgb(253 164 175 / 0.6); +} +.outline-rose-300\/70{ + outline-color: rgb(253 164 175 / 0.7); +} +.outline-rose-300\/75{ + outline-color: rgb(253 164 175 / 0.75); +} +.outline-rose-300\/80{ + outline-color: rgb(253 164 175 / 0.8); +} +.outline-rose-300\/90{ + outline-color: rgb(253 164 175 / 0.9); +} +.outline-rose-300\/95{ + outline-color: rgb(253 164 175 / 0.95); +} +.outline-rose-300\/100{ + outline-color: rgb(253 164 175 / 1); +} +.outline-rose-400\/0{ + outline-color: rgb(251 113 133 / 0); +} +.outline-rose-400\/5{ + outline-color: rgb(251 113 133 / 0.05); +} +.outline-rose-400\/10{ + outline-color: rgb(251 113 133 / 0.1); +} +.outline-rose-400\/20{ + outline-color: rgb(251 113 133 / 0.2); +} +.outline-rose-400\/25{ + outline-color: rgb(251 113 133 / 0.25); +} +.outline-rose-400\/30{ + outline-color: rgb(251 113 133 / 0.3); +} +.outline-rose-400\/40{ + outline-color: rgb(251 113 133 / 0.4); +} +.outline-rose-400\/50{ + outline-color: rgb(251 113 133 / 0.5); +} +.outline-rose-400\/60{ + outline-color: rgb(251 113 133 / 0.6); +} +.outline-rose-400\/70{ + outline-color: rgb(251 113 133 / 0.7); +} +.outline-rose-400\/75{ + outline-color: rgb(251 113 133 / 0.75); +} +.outline-rose-400\/80{ + outline-color: rgb(251 113 133 / 0.8); +} +.outline-rose-400\/90{ + outline-color: rgb(251 113 133 / 0.9); +} +.outline-rose-400\/95{ + outline-color: rgb(251 113 133 / 0.95); +} +.outline-rose-400\/100{ + outline-color: rgb(251 113 133 / 1); +} +.outline-rose-500\/0{ + outline-color: rgb(244 63 94 / 0); +} +.outline-rose-500\/5{ + outline-color: rgb(244 63 94 / 0.05); +} +.outline-rose-500\/10{ + outline-color: rgb(244 63 94 / 0.1); +} +.outline-rose-500\/20{ + outline-color: rgb(244 63 94 / 0.2); +} +.outline-rose-500\/25{ + outline-color: rgb(244 63 94 / 0.25); +} +.outline-rose-500\/30{ + outline-color: rgb(244 63 94 / 0.3); +} +.outline-rose-500\/40{ + outline-color: rgb(244 63 94 / 0.4); +} +.outline-rose-500\/50{ + outline-color: rgb(244 63 94 / 0.5); +} +.outline-rose-500\/60{ + outline-color: rgb(244 63 94 / 0.6); +} +.outline-rose-500\/70{ + outline-color: rgb(244 63 94 / 0.7); +} +.outline-rose-500\/75{ + outline-color: rgb(244 63 94 / 0.75); +} +.outline-rose-500\/80{ + outline-color: rgb(244 63 94 / 0.8); +} +.outline-rose-500\/90{ + outline-color: rgb(244 63 94 / 0.9); +} +.outline-rose-500\/95{ + outline-color: rgb(244 63 94 / 0.95); +} +.outline-rose-500\/100{ + outline-color: rgb(244 63 94 / 1); +} +.outline-rose-600\/0{ + outline-color: rgb(225 29 72 / 0); +} +.outline-rose-600\/5{ + outline-color: rgb(225 29 72 / 0.05); +} +.outline-rose-600\/10{ + outline-color: rgb(225 29 72 / 0.1); +} +.outline-rose-600\/20{ + outline-color: rgb(225 29 72 / 0.2); +} +.outline-rose-600\/25{ + outline-color: rgb(225 29 72 / 0.25); +} +.outline-rose-600\/30{ + outline-color: rgb(225 29 72 / 0.3); +} +.outline-rose-600\/40{ + outline-color: rgb(225 29 72 / 0.4); +} +.outline-rose-600\/50{ + outline-color: rgb(225 29 72 / 0.5); +} +.outline-rose-600\/60{ + outline-color: rgb(225 29 72 / 0.6); +} +.outline-rose-600\/70{ + outline-color: rgb(225 29 72 / 0.7); +} +.outline-rose-600\/75{ + outline-color: rgb(225 29 72 / 0.75); +} +.outline-rose-600\/80{ + outline-color: rgb(225 29 72 / 0.8); +} +.outline-rose-600\/90{ + outline-color: rgb(225 29 72 / 0.9); +} +.outline-rose-600\/95{ + outline-color: rgb(225 29 72 / 0.95); +} +.outline-rose-600\/100{ + outline-color: rgb(225 29 72 / 1); +} +.outline-rose-700\/0{ + outline-color: rgb(190 18 60 / 0); +} +.outline-rose-700\/5{ + outline-color: rgb(190 18 60 / 0.05); +} +.outline-rose-700\/10{ + outline-color: rgb(190 18 60 / 0.1); +} +.outline-rose-700\/20{ + outline-color: rgb(190 18 60 / 0.2); +} +.outline-rose-700\/25{ + outline-color: rgb(190 18 60 / 0.25); +} +.outline-rose-700\/30{ + outline-color: rgb(190 18 60 / 0.3); +} +.outline-rose-700\/40{ + outline-color: rgb(190 18 60 / 0.4); +} +.outline-rose-700\/50{ + outline-color: rgb(190 18 60 / 0.5); +} +.outline-rose-700\/60{ + outline-color: rgb(190 18 60 / 0.6); +} +.outline-rose-700\/70{ + outline-color: rgb(190 18 60 / 0.7); +} +.outline-rose-700\/75{ + outline-color: rgb(190 18 60 / 0.75); +} +.outline-rose-700\/80{ + outline-color: rgb(190 18 60 / 0.8); +} +.outline-rose-700\/90{ + outline-color: rgb(190 18 60 / 0.9); +} +.outline-rose-700\/95{ + outline-color: rgb(190 18 60 / 0.95); +} +.outline-rose-700\/100{ + outline-color: rgb(190 18 60 / 1); +} +.outline-rose-800\/0{ + outline-color: rgb(159 18 57 / 0); +} +.outline-rose-800\/5{ + outline-color: rgb(159 18 57 / 0.05); +} +.outline-rose-800\/10{ + outline-color: rgb(159 18 57 / 0.1); +} +.outline-rose-800\/20{ + outline-color: rgb(159 18 57 / 0.2); +} +.outline-rose-800\/25{ + outline-color: rgb(159 18 57 / 0.25); +} +.outline-rose-800\/30{ + outline-color: rgb(159 18 57 / 0.3); +} +.outline-rose-800\/40{ + outline-color: rgb(159 18 57 / 0.4); +} +.outline-rose-800\/50{ + outline-color: rgb(159 18 57 / 0.5); +} +.outline-rose-800\/60{ + outline-color: rgb(159 18 57 / 0.6); +} +.outline-rose-800\/70{ + outline-color: rgb(159 18 57 / 0.7); +} +.outline-rose-800\/75{ + outline-color: rgb(159 18 57 / 0.75); +} +.outline-rose-800\/80{ + outline-color: rgb(159 18 57 / 0.8); +} +.outline-rose-800\/90{ + outline-color: rgb(159 18 57 / 0.9); +} +.outline-rose-800\/95{ + outline-color: rgb(159 18 57 / 0.95); +} +.outline-rose-800\/100{ + outline-color: rgb(159 18 57 / 1); +} +.outline-rose-900\/0{ + outline-color: rgb(136 19 55 / 0); +} +.outline-rose-900\/5{ + outline-color: rgb(136 19 55 / 0.05); +} +.outline-rose-900\/10{ + outline-color: rgb(136 19 55 / 0.1); +} +.outline-rose-900\/20{ + outline-color: rgb(136 19 55 / 0.2); +} +.outline-rose-900\/25{ + outline-color: rgb(136 19 55 / 0.25); +} +.outline-rose-900\/30{ + outline-color: rgb(136 19 55 / 0.3); +} +.outline-rose-900\/40{ + outline-color: rgb(136 19 55 / 0.4); +} +.outline-rose-900\/50{ + outline-color: rgb(136 19 55 / 0.5); +} +.outline-rose-900\/60{ + outline-color: rgb(136 19 55 / 0.6); +} +.outline-rose-900\/70{ + outline-color: rgb(136 19 55 / 0.7); +} +.outline-rose-900\/75{ + outline-color: rgb(136 19 55 / 0.75); +} +.outline-rose-900\/80{ + outline-color: rgb(136 19 55 / 0.8); +} +.outline-rose-900\/90{ + outline-color: rgb(136 19 55 / 0.9); +} +.outline-rose-900\/95{ + outline-color: rgb(136 19 55 / 0.95); +} +.outline-rose-900\/100{ + outline-color: rgb(136 19 55 / 1); +} +.outline-rose\/0{ + outline-color: rgb(244 63 94 / 0); +} +.outline-rose\/5{ + outline-color: rgb(244 63 94 / 0.05); +} +.outline-rose\/10{ + outline-color: rgb(244 63 94 / 0.1); +} +.outline-rose\/20{ + outline-color: rgb(244 63 94 / 0.2); +} +.outline-rose\/25{ + outline-color: rgb(244 63 94 / 0.25); +} +.outline-rose\/30{ + outline-color: rgb(244 63 94 / 0.3); +} +.outline-rose\/40{ + outline-color: rgb(244 63 94 / 0.4); +} +.outline-rose\/50{ + outline-color: rgb(244 63 94 / 0.5); +} +.outline-rose\/60{ + outline-color: rgb(244 63 94 / 0.6); +} +.outline-rose\/70{ + outline-color: rgb(244 63 94 / 0.7); +} +.outline-rose\/75{ + outline-color: rgb(244 63 94 / 0.75); +} +.outline-rose\/80{ + outline-color: rgb(244 63 94 / 0.8); +} +.outline-rose\/90{ + outline-color: rgb(244 63 94 / 0.9); +} +.outline-rose\/95{ + outline-color: rgb(244 63 94 / 0.95); +} +.outline-rose\/100{ + outline-color: rgb(244 63 94 / 1); +} +.outline-lilac-100\/0{ + outline-color: rgb(245 247 250 / 0); +} +.outline-lilac-100\/5{ + outline-color: rgb(245 247 250 / 0.05); +} +.outline-lilac-100\/10{ + outline-color: rgb(245 247 250 / 0.1); +} +.outline-lilac-100\/20{ + outline-color: rgb(245 247 250 / 0.2); +} +.outline-lilac-100\/25{ + outline-color: rgb(245 247 250 / 0.25); +} +.outline-lilac-100\/30{ + outline-color: rgb(245 247 250 / 0.3); +} +.outline-lilac-100\/40{ + outline-color: rgb(245 247 250 / 0.4); +} +.outline-lilac-100\/50{ + outline-color: rgb(245 247 250 / 0.5); +} +.outline-lilac-100\/60{ + outline-color: rgb(245 247 250 / 0.6); +} +.outline-lilac-100\/70{ + outline-color: rgb(245 247 250 / 0.7); +} +.outline-lilac-100\/75{ + outline-color: rgb(245 247 250 / 0.75); +} +.outline-lilac-100\/80{ + outline-color: rgb(245 247 250 / 0.8); +} +.outline-lilac-100\/90{ + outline-color: rgb(245 247 250 / 0.9); +} +.outline-lilac-100\/95{ + outline-color: rgb(245 247 250 / 0.95); +} +.outline-lilac-100\/100{ + outline-color: rgb(245 247 250 / 1); +} +.outline-lilac-300\/0{ + outline-color: rgb(237 240 252 / 0); +} +.outline-lilac-300\/5{ + outline-color: rgb(237 240 252 / 0.05); +} +.outline-lilac-300\/10{ + outline-color: rgb(237 240 252 / 0.1); +} +.outline-lilac-300\/20{ + outline-color: rgb(237 240 252 / 0.2); +} +.outline-lilac-300\/25{ + outline-color: rgb(237 240 252 / 0.25); +} +.outline-lilac-300\/30{ + outline-color: rgb(237 240 252 / 0.3); +} +.outline-lilac-300\/40{ + outline-color: rgb(237 240 252 / 0.4); +} +.outline-lilac-300\/50{ + outline-color: rgb(237 240 252 / 0.5); +} +.outline-lilac-300\/60{ + outline-color: rgb(237 240 252 / 0.6); +} +.outline-lilac-300\/70{ + outline-color: rgb(237 240 252 / 0.7); +} +.outline-lilac-300\/75{ + outline-color: rgb(237 240 252 / 0.75); +} +.outline-lilac-300\/80{ + outline-color: rgb(237 240 252 / 0.8); +} +.outline-lilac-300\/90{ + outline-color: rgb(237 240 252 / 0.9); +} +.outline-lilac-300\/95{ + outline-color: rgb(237 240 252 / 0.95); +} +.outline-lilac-300\/100{ + outline-color: rgb(237 240 252 / 1); +} +.outline-lilac-900\/0{ + outline-color: rgb(220 226 249 / 0); +} +.outline-lilac-900\/5{ + outline-color: rgb(220 226 249 / 0.05); +} +.outline-lilac-900\/10{ + outline-color: rgb(220 226 249 / 0.1); +} +.outline-lilac-900\/20{ + outline-color: rgb(220 226 249 / 0.2); +} +.outline-lilac-900\/25{ + outline-color: rgb(220 226 249 / 0.25); +} +.outline-lilac-900\/30{ + outline-color: rgb(220 226 249 / 0.3); +} +.outline-lilac-900\/40{ + outline-color: rgb(220 226 249 / 0.4); +} +.outline-lilac-900\/50{ + outline-color: rgb(220 226 249 / 0.5); +} +.outline-lilac-900\/60{ + outline-color: rgb(220 226 249 / 0.6); +} +.outline-lilac-900\/70{ + outline-color: rgb(220 226 249 / 0.7); +} +.outline-lilac-900\/75{ + outline-color: rgb(220 226 249 / 0.75); +} +.outline-lilac-900\/80{ + outline-color: rgb(220 226 249 / 0.8); +} +.outline-lilac-900\/90{ + outline-color: rgb(220 226 249 / 0.9); +} +.outline-lilac-900\/95{ + outline-color: rgb(220 226 249 / 0.95); +} +.outline-lilac-900\/100{ + outline-color: rgb(220 226 249 / 1); +} +.outline-lilac\/0{ + outline-color: rgb(248 249 254 / 0); +} +.outline-lilac\/5{ + outline-color: rgb(248 249 254 / 0.05); +} +.outline-lilac\/10{ + outline-color: rgb(248 249 254 / 0.1); +} +.outline-lilac\/20{ + outline-color: rgb(248 249 254 / 0.2); +} +.outline-lilac\/25{ + outline-color: rgb(248 249 254 / 0.25); +} +.outline-lilac\/30{ + outline-color: rgb(248 249 254 / 0.3); +} +.outline-lilac\/40{ + outline-color: rgb(248 249 254 / 0.4); +} +.outline-lilac\/50{ + outline-color: rgb(248 249 254 / 0.5); +} +.outline-lilac\/60{ + outline-color: rgb(248 249 254 / 0.6); +} +.outline-lilac\/70{ + outline-color: rgb(248 249 254 / 0.7); +} +.outline-lilac\/75{ + outline-color: rgb(248 249 254 / 0.75); +} +.outline-lilac\/80{ + outline-color: rgb(248 249 254 / 0.8); +} +.outline-lilac\/90{ + outline-color: rgb(248 249 254 / 0.9); +} +.outline-lilac\/95{ + outline-color: rgb(248 249 254 / 0.95); +} +.outline-lilac\/100{ + outline-color: rgb(248 249 254 / 1); +} +.outline-golden-900\/0{ + outline-color: rgb(191 184 130 / 0); +} +.outline-golden-900\/5{ + outline-color: rgb(191 184 130 / 0.05); +} +.outline-golden-900\/10{ + outline-color: rgb(191 184 130 / 0.1); +} +.outline-golden-900\/20{ + outline-color: rgb(191 184 130 / 0.2); +} +.outline-golden-900\/25{ + outline-color: rgb(191 184 130 / 0.25); +} +.outline-golden-900\/30{ + outline-color: rgb(191 184 130 / 0.3); +} +.outline-golden-900\/40{ + outline-color: rgb(191 184 130 / 0.4); +} +.outline-golden-900\/50{ + outline-color: rgb(191 184 130 / 0.5); +} +.outline-golden-900\/60{ + outline-color: rgb(191 184 130 / 0.6); +} +.outline-golden-900\/70{ + outline-color: rgb(191 184 130 / 0.7); +} +.outline-golden-900\/75{ + outline-color: rgb(191 184 130 / 0.75); +} +.outline-golden-900\/80{ + outline-color: rgb(191 184 130 / 0.8); +} +.outline-golden-900\/90{ + outline-color: rgb(191 184 130 / 0.9); +} +.outline-golden-900\/95{ + outline-color: rgb(191 184 130 / 0.95); +} +.outline-golden-900\/100{ + outline-color: rgb(191 184 130 / 1); +} +.outline-golden\/0{ + outline-color: rgb(209 201 137 / 0); +} +.outline-golden\/5{ + outline-color: rgb(209 201 137 / 0.05); +} +.outline-golden\/10{ + outline-color: rgb(209 201 137 / 0.1); +} +.outline-golden\/20{ + outline-color: rgb(209 201 137 / 0.2); +} +.outline-golden\/25{ + outline-color: rgb(209 201 137 / 0.25); +} +.outline-golden\/30{ + outline-color: rgb(209 201 137 / 0.3); +} +.outline-golden\/40{ + outline-color: rgb(209 201 137 / 0.4); +} +.outline-golden\/50{ + outline-color: rgb(209 201 137 / 0.5); +} +.outline-golden\/60{ + outline-color: rgb(209 201 137 / 0.6); +} +.outline-golden\/70{ + outline-color: rgb(209 201 137 / 0.7); +} +.outline-golden\/75{ + outline-color: rgb(209 201 137 / 0.75); +} +.outline-golden\/80{ + outline-color: rgb(209 201 137 / 0.8); +} +.outline-golden\/90{ + outline-color: rgb(209 201 137 / 0.9); +} +.outline-golden\/95{ + outline-color: rgb(209 201 137 / 0.95); +} +.outline-golden\/100{ + outline-color: rgb(209 201 137 / 1); +} +.outline-status-success\/0{ + outline-color: rgb(241 246 238 / 0); +} +.outline-status-success\/5{ + outline-color: rgb(241 246 238 / 0.05); +} +.outline-status-success\/10{ + outline-color: rgb(241 246 238 / 0.1); +} +.outline-status-success\/20{ + outline-color: rgb(241 246 238 / 0.2); +} +.outline-status-success\/25{ + outline-color: rgb(241 246 238 / 0.25); +} +.outline-status-success\/30{ + outline-color: rgb(241 246 238 / 0.3); +} +.outline-status-success\/40{ + outline-color: rgb(241 246 238 / 0.4); +} +.outline-status-success\/50{ + outline-color: rgb(241 246 238 / 0.5); +} +.outline-status-success\/60{ + outline-color: rgb(241 246 238 / 0.6); +} +.outline-status-success\/70{ + outline-color: rgb(241 246 238 / 0.7); +} +.outline-status-success\/75{ + outline-color: rgb(241 246 238 / 0.75); +} +.outline-status-success\/80{ + outline-color: rgb(241 246 238 / 0.8); +} +.outline-status-success\/90{ + outline-color: rgb(241 246 238 / 0.9); +} +.outline-status-success\/95{ + outline-color: rgb(241 246 238 / 0.95); +} +.outline-status-success\/100{ + outline-color: rgb(241 246 238 / 1); +} +.outline-status-danger\/0{ + outline-color: rgb(250 230 230 / 0); +} +.outline-status-danger\/5{ + outline-color: rgb(250 230 230 / 0.05); +} +.outline-status-danger\/10{ + outline-color: rgb(250 230 230 / 0.1); +} +.outline-status-danger\/20{ + outline-color: rgb(250 230 230 / 0.2); +} +.outline-status-danger\/25{ + outline-color: rgb(250 230 230 / 0.25); +} +.outline-status-danger\/30{ + outline-color: rgb(250 230 230 / 0.3); +} +.outline-status-danger\/40{ + outline-color: rgb(250 230 230 / 0.4); +} +.outline-status-danger\/50{ + outline-color: rgb(250 230 230 / 0.5); +} +.outline-status-danger\/60{ + outline-color: rgb(250 230 230 / 0.6); +} +.outline-status-danger\/70{ + outline-color: rgb(250 230 230 / 0.7); +} +.outline-status-danger\/75{ + outline-color: rgb(250 230 230 / 0.75); +} +.outline-status-danger\/80{ + outline-color: rgb(250 230 230 / 0.8); +} +.outline-status-danger\/90{ + outline-color: rgb(250 230 230 / 0.9); +} +.outline-status-danger\/95{ + outline-color: rgb(250 230 230 / 0.95); +} +.outline-status-danger\/100{ + outline-color: rgb(250 230 230 / 1); +} +.outline-status-sent\/0{ + outline-color: rgb(254 245 231 / 0); +} +.outline-status-sent\/5{ + outline-color: rgb(254 245 231 / 0.05); +} +.outline-status-sent\/10{ + outline-color: rgb(254 245 231 / 0.1); +} +.outline-status-sent\/20{ + outline-color: rgb(254 245 231 / 0.2); +} +.outline-status-sent\/25{ + outline-color: rgb(254 245 231 / 0.25); +} +.outline-status-sent\/30{ + outline-color: rgb(254 245 231 / 0.3); +} +.outline-status-sent\/40{ + outline-color: rgb(254 245 231 / 0.4); +} +.outline-status-sent\/50{ + outline-color: rgb(254 245 231 / 0.5); +} +.outline-status-sent\/60{ + outline-color: rgb(254 245 231 / 0.6); +} +.outline-status-sent\/70{ + outline-color: rgb(254 245 231 / 0.7); +} +.outline-status-sent\/75{ + outline-color: rgb(254 245 231 / 0.75); +} +.outline-status-sent\/80{ + outline-color: rgb(254 245 231 / 0.8); +} +.outline-status-sent\/90{ + outline-color: rgb(254 245 231 / 0.9); +} +.outline-status-sent\/95{ + outline-color: rgb(254 245 231 / 0.95); +} +.outline-status-sent\/100{ + outline-color: rgb(254 245 231 / 1); +} +.outline-status-viewed\/0{ + outline-color: rgb(238 238 243 / 0); +} +.outline-status-viewed\/5{ + outline-color: rgb(238 238 243 / 0.05); +} +.outline-status-viewed\/10{ + outline-color: rgb(238 238 243 / 0.1); +} +.outline-status-viewed\/20{ + outline-color: rgb(238 238 243 / 0.2); +} +.outline-status-viewed\/25{ + outline-color: rgb(238 238 243 / 0.25); +} +.outline-status-viewed\/30{ + outline-color: rgb(238 238 243 / 0.3); +} +.outline-status-viewed\/40{ + outline-color: rgb(238 238 243 / 0.4); +} +.outline-status-viewed\/50{ + outline-color: rgb(238 238 243 / 0.5); +} +.outline-status-viewed\/60{ + outline-color: rgb(238 238 243 / 0.6); +} +.outline-status-viewed\/70{ + outline-color: rgb(238 238 243 / 0.7); +} +.outline-status-viewed\/75{ + outline-color: rgb(238 238 243 / 0.75); +} +.outline-status-viewed\/80{ + outline-color: rgb(238 238 243 / 0.8); +} +.outline-status-viewed\/90{ + outline-color: rgb(238 238 243 / 0.9); +} +.outline-status-viewed\/95{ + outline-color: rgb(238 238 243 / 0.95); +} +.outline-status-viewed\/100{ + outline-color: rgb(238 238 243 / 1); +} +.outline-status-draft\/0{ + outline-color: rgb(236 236 236 / 0); +} +.outline-status-draft\/5{ + outline-color: rgb(236 236 236 / 0.05); +} +.outline-status-draft\/10{ + outline-color: rgb(236 236 236 / 0.1); +} +.outline-status-draft\/20{ + outline-color: rgb(236 236 236 / 0.2); +} +.outline-status-draft\/25{ + outline-color: rgb(236 236 236 / 0.25); +} +.outline-status-draft\/30{ + outline-color: rgb(236 236 236 / 0.3); +} +.outline-status-draft\/40{ + outline-color: rgb(236 236 236 / 0.4); +} +.outline-status-draft\/50{ + outline-color: rgb(236 236 236 / 0.5); +} +.outline-status-draft\/60{ + outline-color: rgb(236 236 236 / 0.6); +} +.outline-status-draft\/70{ + outline-color: rgb(236 236 236 / 0.7); +} +.outline-status-draft\/75{ + outline-color: rgb(236 236 236 / 0.75); +} +.outline-status-draft\/80{ + outline-color: rgb(236 236 236 / 0.8); +} +.outline-status-draft\/90{ + outline-color: rgb(236 236 236 / 0.9); +} +.outline-status-draft\/95{ + outline-color: rgb(236 236 236 / 0.95); +} +.outline-status-draft\/100{ + outline-color: rgb(236 236 236 / 1); +} +.outline-status-partial\/0{ + outline-color: rgb(230 241 246 / 0); +} +.outline-status-partial\/5{ + outline-color: rgb(230 241 246 / 0.05); +} +.outline-status-partial\/10{ + outline-color: rgb(230 241 246 / 0.1); +} +.outline-status-partial\/20{ + outline-color: rgb(230 241 246 / 0.2); +} +.outline-status-partial\/25{ + outline-color: rgb(230 241 246 / 0.25); +} +.outline-status-partial\/30{ + outline-color: rgb(230 241 246 / 0.3); +} +.outline-status-partial\/40{ + outline-color: rgb(230 241 246 / 0.4); +} +.outline-status-partial\/50{ + outline-color: rgb(230 241 246 / 0.5); +} +.outline-status-partial\/60{ + outline-color: rgb(230 241 246 / 0.6); +} +.outline-status-partial\/70{ + outline-color: rgb(230 241 246 / 0.7); +} +.outline-status-partial\/75{ + outline-color: rgb(230 241 246 / 0.75); +} +.outline-status-partial\/80{ + outline-color: rgb(230 241 246 / 0.8); +} +.outline-status-partial\/90{ + outline-color: rgb(230 241 246 / 0.9); +} +.outline-status-partial\/95{ + outline-color: rgb(230 241 246 / 0.95); +} +.outline-status-partial\/100{ + outline-color: rgb(230 241 246 / 1); +} +.outline-status-canceled\/0{ + outline-color: rgb(40 40 40 / 0); +} +.outline-status-canceled\/5{ + outline-color: rgb(40 40 40 / 0.05); +} +.outline-status-canceled\/10{ + outline-color: rgb(40 40 40 / 0.1); +} +.outline-status-canceled\/20{ + outline-color: rgb(40 40 40 / 0.2); +} +.outline-status-canceled\/25{ + outline-color: rgb(40 40 40 / 0.25); +} +.outline-status-canceled\/30{ + outline-color: rgb(40 40 40 / 0.3); +} +.outline-status-canceled\/40{ + outline-color: rgb(40 40 40 / 0.4); +} +.outline-status-canceled\/50{ + outline-color: rgb(40 40 40 / 0.5); +} +.outline-status-canceled\/60{ + outline-color: rgb(40 40 40 / 0.6); +} +.outline-status-canceled\/70{ + outline-color: rgb(40 40 40 / 0.7); +} +.outline-status-canceled\/75{ + outline-color: rgb(40 40 40 / 0.75); +} +.outline-status-canceled\/80{ + outline-color: rgb(40 40 40 / 0.8); +} +.outline-status-canceled\/90{ + outline-color: rgb(40 40 40 / 0.9); +} +.outline-status-canceled\/95{ + outline-color: rgb(40 40 40 / 0.95); +} +.outline-status-canceled\/100{ + outline-color: rgb(40 40 40 / 1); +} +.outline-status-warning\/0{ + outline-color: rgb(254 245 231 / 0); +} +.outline-status-warning\/5{ + outline-color: rgb(254 245 231 / 0.05); +} +.outline-status-warning\/10{ + outline-color: rgb(254 245 231 / 0.1); +} +.outline-status-warning\/20{ + outline-color: rgb(254 245 231 / 0.2); +} +.outline-status-warning\/25{ + outline-color: rgb(254 245 231 / 0.25); +} +.outline-status-warning\/30{ + outline-color: rgb(254 245 231 / 0.3); +} +.outline-status-warning\/40{ + outline-color: rgb(254 245 231 / 0.4); +} +.outline-status-warning\/50{ + outline-color: rgb(254 245 231 / 0.5); +} +.outline-status-warning\/60{ + outline-color: rgb(254 245 231 / 0.6); +} +.outline-status-warning\/70{ + outline-color: rgb(254 245 231 / 0.7); +} +.outline-status-warning\/75{ + outline-color: rgb(254 245 231 / 0.75); +} +.outline-status-warning\/80{ + outline-color: rgb(254 245 231 / 0.8); +} +.outline-status-warning\/90{ + outline-color: rgb(254 245 231 / 0.9); +} +.outline-status-warning\/95{ + outline-color: rgb(254 245 231 / 0.95); +} +.outline-status-warning\/100{ + outline-color: rgb(254 245 231 / 1); +} +.outline-text-status-success\/0{ + outline-color: rgb(99 145 74 / 0); +} +.outline-text-status-success\/5{ + outline-color: rgb(99 145 74 / 0.05); +} +.outline-text-status-success\/10{ + outline-color: rgb(99 145 74 / 0.1); +} +.outline-text-status-success\/20{ + outline-color: rgb(99 145 74 / 0.2); +} +.outline-text-status-success\/25{ + outline-color: rgb(99 145 74 / 0.25); +} +.outline-text-status-success\/30{ + outline-color: rgb(99 145 74 / 0.3); +} +.outline-text-status-success\/40{ + outline-color: rgb(99 145 74 / 0.4); +} +.outline-text-status-success\/50{ + outline-color: rgb(99 145 74 / 0.5); +} +.outline-text-status-success\/60{ + outline-color: rgb(99 145 74 / 0.6); +} +.outline-text-status-success\/70{ + outline-color: rgb(99 145 74 / 0.7); +} +.outline-text-status-success\/75{ + outline-color: rgb(99 145 74 / 0.75); +} +.outline-text-status-success\/80{ + outline-color: rgb(99 145 74 / 0.8); +} +.outline-text-status-success\/90{ + outline-color: rgb(99 145 74 / 0.9); +} +.outline-text-status-success\/95{ + outline-color: rgb(99 145 74 / 0.95); +} +.outline-text-status-success\/100{ + outline-color: rgb(99 145 74 / 1); +} +.outline-text-status-danger\/0{ + outline-color: rgb(184 0 0 / 0); +} +.outline-text-status-danger\/5{ + outline-color: rgb(184 0 0 / 0.05); +} +.outline-text-status-danger\/10{ + outline-color: rgb(184 0 0 / 0.1); +} +.outline-text-status-danger\/20{ + outline-color: rgb(184 0 0 / 0.2); +} +.outline-text-status-danger\/25{ + outline-color: rgb(184 0 0 / 0.25); +} +.outline-text-status-danger\/30{ + outline-color: rgb(184 0 0 / 0.3); +} +.outline-text-status-danger\/40{ + outline-color: rgb(184 0 0 / 0.4); +} +.outline-text-status-danger\/50{ + outline-color: rgb(184 0 0 / 0.5); +} +.outline-text-status-danger\/60{ + outline-color: rgb(184 0 0 / 0.6); +} +.outline-text-status-danger\/70{ + outline-color: rgb(184 0 0 / 0.7); +} +.outline-text-status-danger\/75{ + outline-color: rgb(184 0 0 / 0.75); +} +.outline-text-status-danger\/80{ + outline-color: rgb(184 0 0 / 0.8); +} +.outline-text-status-danger\/90{ + outline-color: rgb(184 0 0 / 0.9); +} +.outline-text-status-danger\/95{ + outline-color: rgb(184 0 0 / 0.95); +} +.outline-text-status-danger\/100{ + outline-color: rgb(184 0 0 / 1); +} +.outline-text-status-sent\/0{ + outline-color: rgb(221 142 10 / 0); +} +.outline-text-status-sent\/5{ + outline-color: rgb(221 142 10 / 0.05); +} +.outline-text-status-sent\/10{ + outline-color: rgb(221 142 10 / 0.1); +} +.outline-text-status-sent\/20{ + outline-color: rgb(221 142 10 / 0.2); +} +.outline-text-status-sent\/25{ + outline-color: rgb(221 142 10 / 0.25); +} +.outline-text-status-sent\/30{ + outline-color: rgb(221 142 10 / 0.3); +} +.outline-text-status-sent\/40{ + outline-color: rgb(221 142 10 / 0.4); +} +.outline-text-status-sent\/50{ + outline-color: rgb(221 142 10 / 0.5); +} +.outline-text-status-sent\/60{ + outline-color: rgb(221 142 10 / 0.6); +} +.outline-text-status-sent\/70{ + outline-color: rgb(221 142 10 / 0.7); +} +.outline-text-status-sent\/75{ + outline-color: rgb(221 142 10 / 0.75); +} +.outline-text-status-sent\/80{ + outline-color: rgb(221 142 10 / 0.8); +} +.outline-text-status-sent\/90{ + outline-color: rgb(221 142 10 / 0.9); +} +.outline-text-status-sent\/95{ + outline-color: rgb(221 142 10 / 0.95); +} +.outline-text-status-sent\/100{ + outline-color: rgb(221 142 10 / 1); +} +.outline-text-status-viewed\/0{ + outline-color: rgb(77 79 125 / 0); +} +.outline-text-status-viewed\/5{ + outline-color: rgb(77 79 125 / 0.05); +} +.outline-text-status-viewed\/10{ + outline-color: rgb(77 79 125 / 0.1); +} +.outline-text-status-viewed\/20{ + outline-color: rgb(77 79 125 / 0.2); +} +.outline-text-status-viewed\/25{ + outline-color: rgb(77 79 125 / 0.25); +} +.outline-text-status-viewed\/30{ + outline-color: rgb(77 79 125 / 0.3); +} +.outline-text-status-viewed\/40{ + outline-color: rgb(77 79 125 / 0.4); +} +.outline-text-status-viewed\/50{ + outline-color: rgb(77 79 125 / 0.5); +} +.outline-text-status-viewed\/60{ + outline-color: rgb(77 79 125 / 0.6); +} +.outline-text-status-viewed\/70{ + outline-color: rgb(77 79 125 / 0.7); +} +.outline-text-status-viewed\/75{ + outline-color: rgb(77 79 125 / 0.75); +} +.outline-text-status-viewed\/80{ + outline-color: rgb(77 79 125 / 0.8); +} +.outline-text-status-viewed\/90{ + outline-color: rgb(77 79 125 / 0.9); +} +.outline-text-status-viewed\/95{ + outline-color: rgb(77 79 125 / 0.95); +} +.outline-text-status-viewed\/100{ + outline-color: rgb(77 79 125 / 1); +} +.outline-text-status-draft\/0{ + outline-color: rgb(59 59 59 / 0); +} +.outline-text-status-draft\/5{ + outline-color: rgb(59 59 59 / 0.05); +} +.outline-text-status-draft\/10{ + outline-color: rgb(59 59 59 / 0.1); +} +.outline-text-status-draft\/20{ + outline-color: rgb(59 59 59 / 0.2); +} +.outline-text-status-draft\/25{ + outline-color: rgb(59 59 59 / 0.25); +} +.outline-text-status-draft\/30{ + outline-color: rgb(59 59 59 / 0.3); +} +.outline-text-status-draft\/40{ + outline-color: rgb(59 59 59 / 0.4); +} +.outline-text-status-draft\/50{ + outline-color: rgb(59 59 59 / 0.5); +} +.outline-text-status-draft\/60{ + outline-color: rgb(59 59 59 / 0.6); +} +.outline-text-status-draft\/70{ + outline-color: rgb(59 59 59 / 0.7); +} +.outline-text-status-draft\/75{ + outline-color: rgb(59 59 59 / 0.75); +} +.outline-text-status-draft\/80{ + outline-color: rgb(59 59 59 / 0.8); +} +.outline-text-status-draft\/90{ + outline-color: rgb(59 59 59 / 0.9); +} +.outline-text-status-draft\/95{ + outline-color: rgb(59 59 59 / 0.95); +} +.outline-text-status-draft\/100{ + outline-color: rgb(59 59 59 / 1); +} +.outline-text-status-partial\/0{ + outline-color: rgb(0 99 149 / 0); +} +.outline-text-status-partial\/5{ + outline-color: rgb(0 99 149 / 0.05); +} +.outline-text-status-partial\/10{ + outline-color: rgb(0 99 149 / 0.1); +} +.outline-text-status-partial\/20{ + outline-color: rgb(0 99 149 / 0.2); +} +.outline-text-status-partial\/25{ + outline-color: rgb(0 99 149 / 0.25); +} +.outline-text-status-partial\/30{ + outline-color: rgb(0 99 149 / 0.3); +} +.outline-text-status-partial\/40{ + outline-color: rgb(0 99 149 / 0.4); +} +.outline-text-status-partial\/50{ + outline-color: rgb(0 99 149 / 0.5); +} +.outline-text-status-partial\/60{ + outline-color: rgb(0 99 149 / 0.6); +} +.outline-text-status-partial\/70{ + outline-color: rgb(0 99 149 / 0.7); +} +.outline-text-status-partial\/75{ + outline-color: rgb(0 99 149 / 0.75); +} +.outline-text-status-partial\/80{ + outline-color: rgb(0 99 149 / 0.8); +} +.outline-text-status-partial\/90{ + outline-color: rgb(0 99 149 / 0.9); +} +.outline-text-status-partial\/95{ + outline-color: rgb(0 99 149 / 0.95); +} +.outline-text-status-partial\/100{ + outline-color: rgb(0 99 149 / 1); +} +.outline-text-status-canceled\/0{ + outline-color: rgb(255 255 255 / 0); +} +.outline-text-status-canceled\/5{ + outline-color: rgb(255 255 255 / 0.05); +} +.outline-text-status-canceled\/10{ + outline-color: rgb(255 255 255 / 0.1); +} +.outline-text-status-canceled\/20{ + outline-color: rgb(255 255 255 / 0.2); +} +.outline-text-status-canceled\/25{ + outline-color: rgb(255 255 255 / 0.25); +} +.outline-text-status-canceled\/30{ + outline-color: rgb(255 255 255 / 0.3); +} +.outline-text-status-canceled\/40{ + outline-color: rgb(255 255 255 / 0.4); +} +.outline-text-status-canceled\/50{ + outline-color: rgb(255 255 255 / 0.5); +} +.outline-text-status-canceled\/60{ + outline-color: rgb(255 255 255 / 0.6); +} +.outline-text-status-canceled\/70{ + outline-color: rgb(255 255 255 / 0.7); +} +.outline-text-status-canceled\/75{ + outline-color: rgb(255 255 255 / 0.75); +} +.outline-text-status-canceled\/80{ + outline-color: rgb(255 255 255 / 0.8); +} +.outline-text-status-canceled\/90{ + outline-color: rgb(255 255 255 / 0.9); +} +.outline-text-status-canceled\/95{ + outline-color: rgb(255 255 255 / 0.95); +} +.outline-text-status-canceled\/100{ + outline-color: rgb(255 255 255 / 1); +} +.outline-text-status-warning\/0{ + outline-color: rgb(184 119 8 / 0); +} +.outline-text-status-warning\/5{ + outline-color: rgb(184 119 8 / 0.05); +} +.outline-text-status-warning\/10{ + outline-color: rgb(184 119 8 / 0.1); +} +.outline-text-status-warning\/20{ + outline-color: rgb(184 119 8 / 0.2); +} +.outline-text-status-warning\/25{ + outline-color: rgb(184 119 8 / 0.25); +} +.outline-text-status-warning\/30{ + outline-color: rgb(184 119 8 / 0.3); +} +.outline-text-status-warning\/40{ + outline-color: rgb(184 119 8 / 0.4); +} +.outline-text-status-warning\/50{ + outline-color: rgb(184 119 8 / 0.5); +} +.outline-text-status-warning\/60{ + outline-color: rgb(184 119 8 / 0.6); +} +.outline-text-status-warning\/70{ + outline-color: rgb(184 119 8 / 0.7); +} +.outline-text-status-warning\/75{ + outline-color: rgb(184 119 8 / 0.75); +} +.outline-text-status-warning\/80{ + outline-color: rgb(184 119 8 / 0.8); +} +.outline-text-status-warning\/90{ + outline-color: rgb(184 119 8 / 0.9); +} +.outline-text-status-warning\/95{ + outline-color: rgb(184 119 8 / 0.95); +} +.outline-text-status-warning\/100{ + outline-color: rgb(184 119 8 / 1); +} +.outline-body\/0{ + outline-color: rgb(252 252 252 / 0); +} +.outline-body\/5{ + outline-color: rgb(252 252 252 / 0.05); +} +.outline-body\/10{ + outline-color: rgb(252 252 252 / 0.1); +} +.outline-body\/20{ + outline-color: rgb(252 252 252 / 0.2); +} +.outline-body\/25{ + outline-color: rgb(252 252 252 / 0.25); +} +.outline-body\/30{ + outline-color: rgb(252 252 252 / 0.3); +} +.outline-body\/40{ + outline-color: rgb(252 252 252 / 0.4); +} +.outline-body\/50{ + outline-color: rgb(252 252 252 / 0.5); +} +.outline-body\/60{ + outline-color: rgb(252 252 252 / 0.6); +} +.outline-body\/70{ + outline-color: rgb(252 252 252 / 0.7); +} +.outline-body\/75{ + outline-color: rgb(252 252 252 / 0.75); +} +.outline-body\/80{ + outline-color: rgb(252 252 252 / 0.8); +} +.outline-body\/90{ + outline-color: rgb(252 252 252 / 0.9); +} +.outline-body\/95{ + outline-color: rgb(252 252 252 / 0.95); +} +.outline-body\/100{ + outline-color: rgb(252 252 252 / 1); +} +.outline-light-gray\/0{ + outline-color: rgb(199 201 217 / 0); +} +.outline-light-gray\/5{ + outline-color: rgb(199 201 217 / 0.05); +} +.outline-light-gray\/10{ + outline-color: rgb(199 201 217 / 0.1); +} +.outline-light-gray\/20{ + outline-color: rgb(199 201 217 / 0.2); +} +.outline-light-gray\/25{ + outline-color: rgb(199 201 217 / 0.25); +} +.outline-light-gray\/30{ + outline-color: rgb(199 201 217 / 0.3); +} +.outline-light-gray\/40{ + outline-color: rgb(199 201 217 / 0.4); +} +.outline-light-gray\/50{ + outline-color: rgb(199 201 217 / 0.5); +} +.outline-light-gray\/60{ + outline-color: rgb(199 201 217 / 0.6); +} +.outline-light-gray\/70{ + outline-color: rgb(199 201 217 / 0.7); +} +.outline-light-gray\/75{ + outline-color: rgb(199 201 217 / 0.75); +} +.outline-light-gray\/80{ + outline-color: rgb(199 201 217 / 0.8); +} +.outline-light-gray\/90{ + outline-color: rgb(199 201 217 / 0.9); +} +.outline-light-gray\/95{ + outline-color: rgb(199 201 217 / 0.95); +} +.outline-light-gray\/100{ + outline-color: rgb(199 201 217 / 1); +} +.outline-dark-blue\/0{ + outline-color: rgb(21 40 75 / 0); +} +.outline-dark-blue\/5{ + outline-color: rgb(21 40 75 / 0.05); +} +.outline-dark-blue\/10{ + outline-color: rgb(21 40 75 / 0.1); +} +.outline-dark-blue\/20{ + outline-color: rgb(21 40 75 / 0.2); +} +.outline-dark-blue\/25{ + outline-color: rgb(21 40 75 / 0.25); +} +.outline-dark-blue\/30{ + outline-color: rgb(21 40 75 / 0.3); +} +.outline-dark-blue\/40{ + outline-color: rgb(21 40 75 / 0.4); +} +.outline-dark-blue\/50{ + outline-color: rgb(21 40 75 / 0.5); +} +.outline-dark-blue\/60{ + outline-color: rgb(21 40 75 / 0.6); +} +.outline-dark-blue\/70{ + outline-color: rgb(21 40 75 / 0.7); +} +.outline-dark-blue\/75{ + outline-color: rgb(21 40 75 / 0.75); +} +.outline-dark-blue\/80{ + outline-color: rgb(21 40 75 / 0.8); +} +.outline-dark-blue\/90{ + outline-color: rgb(21 40 75 / 0.9); +} +.outline-dark-blue\/95{ + outline-color: rgb(21 40 75 / 0.95); +} +.outline-dark-blue\/100{ + outline-color: rgb(21 40 75 / 1); +} +.outline-lighter-gray\/0{ + outline-color: rgb(242 242 245 / 0); +} +.outline-lighter-gray\/5{ + outline-color: rgb(242 242 245 / 0.05); +} +.outline-lighter-gray\/10{ + outline-color: rgb(242 242 245 / 0.1); +} +.outline-lighter-gray\/20{ + outline-color: rgb(242 242 245 / 0.2); +} +.outline-lighter-gray\/25{ + outline-color: rgb(242 242 245 / 0.25); +} +.outline-lighter-gray\/30{ + outline-color: rgb(242 242 245 / 0.3); +} +.outline-lighter-gray\/40{ + outline-color: rgb(242 242 245 / 0.4); +} +.outline-lighter-gray\/50{ + outline-color: rgb(242 242 245 / 0.5); +} +.outline-lighter-gray\/60{ + outline-color: rgb(242 242 245 / 0.6); +} +.outline-lighter-gray\/70{ + outline-color: rgb(242 242 245 / 0.7); +} +.outline-lighter-gray\/75{ + outline-color: rgb(242 242 245 / 0.75); +} +.outline-lighter-gray\/80{ + outline-color: rgb(242 242 245 / 0.8); +} +.outline-lighter-gray\/90{ + outline-color: rgb(242 242 245 / 0.9); +} +.outline-lighter-gray\/95{ + outline-color: rgb(242 242 245 / 0.95); +} +.outline-lighter-gray\/100{ + outline-color: rgb(242 242 245 / 1); +} +.outline-purple-lighter\/0{ + outline-color: rgb(242 244 252 / 0); +} +.outline-purple-lighter\/5{ + outline-color: rgb(242 244 252 / 0.05); +} +.outline-purple-lighter\/10{ + outline-color: rgb(242 244 252 / 0.1); +} +.outline-purple-lighter\/20{ + outline-color: rgb(242 244 252 / 0.2); +} +.outline-purple-lighter\/25{ + outline-color: rgb(242 244 252 / 0.25); +} +.outline-purple-lighter\/30{ + outline-color: rgb(242 244 252 / 0.3); +} +.outline-purple-lighter\/40{ + outline-color: rgb(242 244 252 / 0.4); +} +.outline-purple-lighter\/50{ + outline-color: rgb(242 244 252 / 0.5); +} +.outline-purple-lighter\/60{ + outline-color: rgb(242 244 252 / 0.6); +} +.outline-purple-lighter\/70{ + outline-color: rgb(242 244 252 / 0.7); +} +.outline-purple-lighter\/75{ + outline-color: rgb(242 244 252 / 0.75); +} +.outline-purple-lighter\/80{ + outline-color: rgb(242 244 252 / 0.8); +} +.outline-purple-lighter\/90{ + outline-color: rgb(242 244 252 / 0.9); +} +.outline-purple-lighter\/95{ + outline-color: rgb(242 244 252 / 0.95); +} +.outline-purple-lighter\/100{ + outline-color: rgb(242 244 252 / 1); +} +.outline-modal-background\/0{ + outline-color: rgb(0 0 0 / 0); +} +.outline-modal-background\/5{ + outline-color: rgb(0 0 0 / 0.05); +} +.outline-modal-background\/10{ + outline-color: rgb(0 0 0 / 0.1); +} +.outline-modal-background\/20{ + outline-color: rgb(0 0 0 / 0.2); +} +.outline-modal-background\/25{ + outline-color: rgb(0 0 0 / 0.25); +} +.outline-modal-background\/30{ + outline-color: rgb(0 0 0 / 0.3); +} +.outline-modal-background\/40{ + outline-color: rgb(0 0 0 / 0.4); +} +.outline-modal-background\/50{ + outline-color: rgb(0 0 0 / 0.5); +} +.outline-modal-background\/60{ + outline-color: rgb(0 0 0 / 0.6); +} +.outline-modal-background\/70{ + outline-color: rgb(0 0 0 / 0.7); +} +.outline-modal-background\/75{ + outline-color: rgb(0 0 0 / 0.75); +} +.outline-modal-background\/80{ + outline-color: rgb(0 0 0 / 0.8); +} +.outline-modal-background\/90{ + outline-color: rgb(0 0 0 / 0.9); +} +.outline-modal-background\/95{ + outline-color: rgb(0 0 0 / 0.95); +} +.outline-modal-background\/100{ + outline-color: rgb(0 0 0 / 1); +} +.outline-testing\/0{ + outline-color: rgb(147 95 7 / 0); +} +.outline-testing\/5{ + outline-color: rgb(147 95 7 / 0.05); +} +.outline-testing\/10{ + outline-color: rgb(147 95 7 / 0.1); +} +.outline-testing\/20{ + outline-color: rgb(147 95 7 / 0.2); +} +.outline-testing\/25{ + outline-color: rgb(147 95 7 / 0.25); +} +.outline-testing\/30{ + outline-color: rgb(147 95 7 / 0.3); +} +.outline-testing\/40{ + outline-color: rgb(147 95 7 / 0.4); +} +.outline-testing\/50{ + outline-color: rgb(147 95 7 / 0.5); +} +.outline-testing\/60{ + outline-color: rgb(147 95 7 / 0.6); +} +.outline-testing\/70{ + outline-color: rgb(147 95 7 / 0.7); +} +.outline-testing\/75{ + outline-color: rgb(147 95 7 / 0.75); +} +.outline-testing\/80{ + outline-color: rgb(147 95 7 / 0.8); +} +.outline-testing\/90{ + outline-color: rgb(147 95 7 / 0.9); +} +.outline-testing\/95{ + outline-color: rgb(147 95 7 / 0.95); +} +.outline-testing\/100{ + outline-color: rgb(147 95 7 / 1); +} .ring-0{ --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); @@ -44969,6 +375823,12066 @@ input[type="date"]::-webkit-inner-spin-button, --tw-ring-opacity: 1; --tw-ring-color: rgb(147 95 7 / var(--tw-ring-opacity)); } +.ring-transparent\/0{ + --tw-ring-color: rgb(0 0 0 / 0); +} +.ring-transparent\/5{ + --tw-ring-color: rgb(0 0 0 / 0.05); +} +.ring-transparent\/10{ + --tw-ring-color: rgb(0 0 0 / 0.1); +} +.ring-transparent\/20{ + --tw-ring-color: rgb(0 0 0 / 0.2); +} +.ring-transparent\/25{ + --tw-ring-color: rgb(0 0 0 / 0.25); +} +.ring-transparent\/30{ + --tw-ring-color: rgb(0 0 0 / 0.3); +} +.ring-transparent\/40{ + --tw-ring-color: rgb(0 0 0 / 0.4); +} +.ring-transparent\/50{ + --tw-ring-color: rgb(0 0 0 / 0.5); +} +.ring-transparent\/60{ + --tw-ring-color: rgb(0 0 0 / 0.6); +} +.ring-transparent\/70{ + --tw-ring-color: rgb(0 0 0 / 0.7); +} +.ring-transparent\/75{ + --tw-ring-color: rgb(0 0 0 / 0.75); +} +.ring-transparent\/80{ + --tw-ring-color: rgb(0 0 0 / 0.8); +} +.ring-transparent\/90{ + --tw-ring-color: rgb(0 0 0 / 0.9); +} +.ring-transparent\/95{ + --tw-ring-color: rgb(0 0 0 / 0.95); +} +.ring-transparent\/100{ + --tw-ring-color: rgb(0 0 0 / 1); +} +.ring-black-50\/0{ + --tw-ring-color: rgb(246 246 246 / 0); +} +.ring-black-50\/5{ + --tw-ring-color: rgb(246 246 246 / 0.05); +} +.ring-black-50\/10{ + --tw-ring-color: rgb(246 246 246 / 0.1); +} +.ring-black-50\/20{ + --tw-ring-color: rgb(246 246 246 / 0.2); +} +.ring-black-50\/25{ + --tw-ring-color: rgb(246 246 246 / 0.25); +} +.ring-black-50\/30{ + --tw-ring-color: rgb(246 246 246 / 0.3); +} +.ring-black-50\/40{ + --tw-ring-color: rgb(246 246 246 / 0.4); +} +.ring-black-50\/50{ + --tw-ring-color: rgb(246 246 246 / 0.5); +} +.ring-black-50\/60{ + --tw-ring-color: rgb(246 246 246 / 0.6); +} +.ring-black-50\/70{ + --tw-ring-color: rgb(246 246 246 / 0.7); +} +.ring-black-50\/75{ + --tw-ring-color: rgb(246 246 246 / 0.75); +} +.ring-black-50\/80{ + --tw-ring-color: rgb(246 246 246 / 0.8); +} +.ring-black-50\/90{ + --tw-ring-color: rgb(246 246 246 / 0.9); +} +.ring-black-50\/95{ + --tw-ring-color: rgb(246 246 246 / 0.95); +} +.ring-black-50\/100{ + --tw-ring-color: rgb(246 246 246 / 1); +} +.ring-black-100\/0{ + --tw-ring-color: rgb(236 236 236 / 0); +} +.ring-black-100\/5{ + --tw-ring-color: rgb(236 236 236 / 0.05); +} +.ring-black-100\/10{ + --tw-ring-color: rgb(236 236 236 / 0.1); +} +.ring-black-100\/20{ + --tw-ring-color: rgb(236 236 236 / 0.2); +} +.ring-black-100\/25{ + --tw-ring-color: rgb(236 236 236 / 0.25); +} +.ring-black-100\/30{ + --tw-ring-color: rgb(236 236 236 / 0.3); +} +.ring-black-100\/40{ + --tw-ring-color: rgb(236 236 236 / 0.4); +} +.ring-black-100\/50{ + --tw-ring-color: rgb(236 236 236 / 0.5); +} +.ring-black-100\/60{ + --tw-ring-color: rgb(236 236 236 / 0.6); +} +.ring-black-100\/70{ + --tw-ring-color: rgb(236 236 236 / 0.7); +} +.ring-black-100\/75{ + --tw-ring-color: rgb(236 236 236 / 0.75); +} +.ring-black-100\/80{ + --tw-ring-color: rgb(236 236 236 / 0.8); +} +.ring-black-100\/90{ + --tw-ring-color: rgb(236 236 236 / 0.9); +} +.ring-black-100\/95{ + --tw-ring-color: rgb(236 236 236 / 0.95); +} +.ring-black-100\/100{ + --tw-ring-color: rgb(236 236 236 / 1); +} +.ring-black-200\/0{ + --tw-ring-color: rgb(208 208 208 / 0); +} +.ring-black-200\/5{ + --tw-ring-color: rgb(208 208 208 / 0.05); +} +.ring-black-200\/10{ + --tw-ring-color: rgb(208 208 208 / 0.1); +} +.ring-black-200\/20{ + --tw-ring-color: rgb(208 208 208 / 0.2); +} +.ring-black-200\/25{ + --tw-ring-color: rgb(208 208 208 / 0.25); +} +.ring-black-200\/30{ + --tw-ring-color: rgb(208 208 208 / 0.3); +} +.ring-black-200\/40{ + --tw-ring-color: rgb(208 208 208 / 0.4); +} +.ring-black-200\/50{ + --tw-ring-color: rgb(208 208 208 / 0.5); +} +.ring-black-200\/60{ + --tw-ring-color: rgb(208 208 208 / 0.6); +} +.ring-black-200\/70{ + --tw-ring-color: rgb(208 208 208 / 0.7); +} +.ring-black-200\/75{ + --tw-ring-color: rgb(208 208 208 / 0.75); +} +.ring-black-200\/80{ + --tw-ring-color: rgb(208 208 208 / 0.8); +} +.ring-black-200\/90{ + --tw-ring-color: rgb(208 208 208 / 0.9); +} +.ring-black-200\/95{ + --tw-ring-color: rgb(208 208 208 / 0.95); +} +.ring-black-200\/100{ + --tw-ring-color: rgb(208 208 208 / 1); +} +.ring-black-300\/0{ + --tw-ring-color: rgb(179 179 179 / 0); +} +.ring-black-300\/5{ + --tw-ring-color: rgb(179 179 179 / 0.05); +} +.ring-black-300\/10{ + --tw-ring-color: rgb(179 179 179 / 0.1); +} +.ring-black-300\/20{ + --tw-ring-color: rgb(179 179 179 / 0.2); +} +.ring-black-300\/25{ + --tw-ring-color: rgb(179 179 179 / 0.25); +} +.ring-black-300\/30{ + --tw-ring-color: rgb(179 179 179 / 0.3); +} +.ring-black-300\/40{ + --tw-ring-color: rgb(179 179 179 / 0.4); +} +.ring-black-300\/50{ + --tw-ring-color: rgb(179 179 179 / 0.5); +} +.ring-black-300\/60{ + --tw-ring-color: rgb(179 179 179 / 0.6); +} +.ring-black-300\/70{ + --tw-ring-color: rgb(179 179 179 / 0.7); +} +.ring-black-300\/75{ + --tw-ring-color: rgb(179 179 179 / 0.75); +} +.ring-black-300\/80{ + --tw-ring-color: rgb(179 179 179 / 0.8); +} +.ring-black-300\/90{ + --tw-ring-color: rgb(179 179 179 / 0.9); +} +.ring-black-300\/95{ + --tw-ring-color: rgb(179 179 179 / 0.95); +} +.ring-black-300\/100{ + --tw-ring-color: rgb(179 179 179 / 1); +} +.ring-black-400\/0{ + --tw-ring-color: rgb(123 123 123 / 0); +} +.ring-black-400\/5{ + --tw-ring-color: rgb(123 123 123 / 0.05); +} +.ring-black-400\/10{ + --tw-ring-color: rgb(123 123 123 / 0.1); +} +.ring-black-400\/20{ + --tw-ring-color: rgb(123 123 123 / 0.2); +} +.ring-black-400\/25{ + --tw-ring-color: rgb(123 123 123 / 0.25); +} +.ring-black-400\/30{ + --tw-ring-color: rgb(123 123 123 / 0.3); +} +.ring-black-400\/40{ + --tw-ring-color: rgb(123 123 123 / 0.4); +} +.ring-black-400\/50{ + --tw-ring-color: rgb(123 123 123 / 0.5); +} +.ring-black-400\/60{ + --tw-ring-color: rgb(123 123 123 / 0.6); +} +.ring-black-400\/70{ + --tw-ring-color: rgb(123 123 123 / 0.7); +} +.ring-black-400\/75{ + --tw-ring-color: rgb(123 123 123 / 0.75); +} +.ring-black-400\/80{ + --tw-ring-color: rgb(123 123 123 / 0.8); +} +.ring-black-400\/90{ + --tw-ring-color: rgb(123 123 123 / 0.9); +} +.ring-black-400\/95{ + --tw-ring-color: rgb(123 123 123 / 0.95); +} +.ring-black-400\/100{ + --tw-ring-color: rgb(123 123 123 / 1); +} +.ring-black-500\/0{ + --tw-ring-color: rgb(66 66 66 / 0); +} +.ring-black-500\/5{ + --tw-ring-color: rgb(66 66 66 / 0.05); +} +.ring-black-500\/10{ + --tw-ring-color: rgb(66 66 66 / 0.1); +} +.ring-black-500\/20{ + --tw-ring-color: rgb(66 66 66 / 0.2); +} +.ring-black-500\/25{ + --tw-ring-color: rgb(66 66 66 / 0.25); +} +.ring-black-500\/30{ + --tw-ring-color: rgb(66 66 66 / 0.3); +} +.ring-black-500\/40{ + --tw-ring-color: rgb(66 66 66 / 0.4); +} +.ring-black-500\/50{ + --tw-ring-color: rgb(66 66 66 / 0.5); +} +.ring-black-500\/60{ + --tw-ring-color: rgb(66 66 66 / 0.6); +} +.ring-black-500\/70{ + --tw-ring-color: rgb(66 66 66 / 0.7); +} +.ring-black-500\/75{ + --tw-ring-color: rgb(66 66 66 / 0.75); +} +.ring-black-500\/80{ + --tw-ring-color: rgb(66 66 66 / 0.8); +} +.ring-black-500\/90{ + --tw-ring-color: rgb(66 66 66 / 0.9); +} +.ring-black-500\/95{ + --tw-ring-color: rgb(66 66 66 / 0.95); +} +.ring-black-500\/100{ + --tw-ring-color: rgb(66 66 66 / 1); +} +.ring-black-600\/0{ + --tw-ring-color: rgb(59 59 59 / 0); +} +.ring-black-600\/5{ + --tw-ring-color: rgb(59 59 59 / 0.05); +} +.ring-black-600\/10{ + --tw-ring-color: rgb(59 59 59 / 0.1); +} +.ring-black-600\/20{ + --tw-ring-color: rgb(59 59 59 / 0.2); +} +.ring-black-600\/25{ + --tw-ring-color: rgb(59 59 59 / 0.25); +} +.ring-black-600\/30{ + --tw-ring-color: rgb(59 59 59 / 0.3); +} +.ring-black-600\/40{ + --tw-ring-color: rgb(59 59 59 / 0.4); +} +.ring-black-600\/50{ + --tw-ring-color: rgb(59 59 59 / 0.5); +} +.ring-black-600\/60{ + --tw-ring-color: rgb(59 59 59 / 0.6); +} +.ring-black-600\/70{ + --tw-ring-color: rgb(59 59 59 / 0.7); +} +.ring-black-600\/75{ + --tw-ring-color: rgb(59 59 59 / 0.75); +} +.ring-black-600\/80{ + --tw-ring-color: rgb(59 59 59 / 0.8); +} +.ring-black-600\/90{ + --tw-ring-color: rgb(59 59 59 / 0.9); +} +.ring-black-600\/95{ + --tw-ring-color: rgb(59 59 59 / 0.95); +} +.ring-black-600\/100{ + --tw-ring-color: rgb(59 59 59 / 1); +} +.ring-black-700\/0{ + --tw-ring-color: rgb(50 50 50 / 0); +} +.ring-black-700\/5{ + --tw-ring-color: rgb(50 50 50 / 0.05); +} +.ring-black-700\/10{ + --tw-ring-color: rgb(50 50 50 / 0.1); +} +.ring-black-700\/20{ + --tw-ring-color: rgb(50 50 50 / 0.2); +} +.ring-black-700\/25{ + --tw-ring-color: rgb(50 50 50 / 0.25); +} +.ring-black-700\/30{ + --tw-ring-color: rgb(50 50 50 / 0.3); +} +.ring-black-700\/40{ + --tw-ring-color: rgb(50 50 50 / 0.4); +} +.ring-black-700\/50{ + --tw-ring-color: rgb(50 50 50 / 0.5); +} +.ring-black-700\/60{ + --tw-ring-color: rgb(50 50 50 / 0.6); +} +.ring-black-700\/70{ + --tw-ring-color: rgb(50 50 50 / 0.7); +} +.ring-black-700\/75{ + --tw-ring-color: rgb(50 50 50 / 0.75); +} +.ring-black-700\/80{ + --tw-ring-color: rgb(50 50 50 / 0.8); +} +.ring-black-700\/90{ + --tw-ring-color: rgb(50 50 50 / 0.9); +} +.ring-black-700\/95{ + --tw-ring-color: rgb(50 50 50 / 0.95); +} +.ring-black-700\/100{ + --tw-ring-color: rgb(50 50 50 / 1); +} +.ring-black-800\/0{ + --tw-ring-color: rgb(40 40 40 / 0); +} +.ring-black-800\/5{ + --tw-ring-color: rgb(40 40 40 / 0.05); +} +.ring-black-800\/10{ + --tw-ring-color: rgb(40 40 40 / 0.1); +} +.ring-black-800\/20{ + --tw-ring-color: rgb(40 40 40 / 0.2); +} +.ring-black-800\/25{ + --tw-ring-color: rgb(40 40 40 / 0.25); +} +.ring-black-800\/30{ + --tw-ring-color: rgb(40 40 40 / 0.3); +} +.ring-black-800\/40{ + --tw-ring-color: rgb(40 40 40 / 0.4); +} +.ring-black-800\/50{ + --tw-ring-color: rgb(40 40 40 / 0.5); +} +.ring-black-800\/60{ + --tw-ring-color: rgb(40 40 40 / 0.6); +} +.ring-black-800\/70{ + --tw-ring-color: rgb(40 40 40 / 0.7); +} +.ring-black-800\/75{ + --tw-ring-color: rgb(40 40 40 / 0.75); +} +.ring-black-800\/80{ + --tw-ring-color: rgb(40 40 40 / 0.8); +} +.ring-black-800\/90{ + --tw-ring-color: rgb(40 40 40 / 0.9); +} +.ring-black-800\/95{ + --tw-ring-color: rgb(40 40 40 / 0.95); +} +.ring-black-800\/100{ + --tw-ring-color: rgb(40 40 40 / 1); +} +.ring-black-900\/0{ + --tw-ring-color: rgb(32 32 32 / 0); +} +.ring-black-900\/5{ + --tw-ring-color: rgb(32 32 32 / 0.05); +} +.ring-black-900\/10{ + --tw-ring-color: rgb(32 32 32 / 0.1); +} +.ring-black-900\/20{ + --tw-ring-color: rgb(32 32 32 / 0.2); +} +.ring-black-900\/25{ + --tw-ring-color: rgb(32 32 32 / 0.25); +} +.ring-black-900\/30{ + --tw-ring-color: rgb(32 32 32 / 0.3); +} +.ring-black-900\/40{ + --tw-ring-color: rgb(32 32 32 / 0.4); +} +.ring-black-900\/50{ + --tw-ring-color: rgb(32 32 32 / 0.5); +} +.ring-black-900\/60{ + --tw-ring-color: rgb(32 32 32 / 0.6); +} +.ring-black-900\/70{ + --tw-ring-color: rgb(32 32 32 / 0.7); +} +.ring-black-900\/75{ + --tw-ring-color: rgb(32 32 32 / 0.75); +} +.ring-black-900\/80{ + --tw-ring-color: rgb(32 32 32 / 0.8); +} +.ring-black-900\/90{ + --tw-ring-color: rgb(32 32 32 / 0.9); +} +.ring-black-900\/95{ + --tw-ring-color: rgb(32 32 32 / 0.95); +} +.ring-black-900\/100{ + --tw-ring-color: rgb(32 32 32 / 1); +} +.ring-black\/0{ + --tw-ring-color: rgb(66 66 66 / 0); +} +.ring-black\/5{ + --tw-ring-color: rgb(66 66 66 / 0.05); +} +.ring-black\/10{ + --tw-ring-color: rgb(66 66 66 / 0.1); +} +.ring-black\/20{ + --tw-ring-color: rgb(66 66 66 / 0.2); +} +.ring-black\/25{ + --tw-ring-color: rgb(66 66 66 / 0.25); +} +.ring-black\/30{ + --tw-ring-color: rgb(66 66 66 / 0.3); +} +.ring-black\/40{ + --tw-ring-color: rgb(66 66 66 / 0.4); +} +.ring-black\/50{ + --tw-ring-color: rgb(66 66 66 / 0.5); +} +.ring-black\/60{ + --tw-ring-color: rgb(66 66 66 / 0.6); +} +.ring-black\/70{ + --tw-ring-color: rgb(66 66 66 / 0.7); +} +.ring-black\/75{ + --tw-ring-color: rgb(66 66 66 / 0.75); +} +.ring-black\/80{ + --tw-ring-color: rgb(66 66 66 / 0.8); +} +.ring-black\/90{ + --tw-ring-color: rgb(66 66 66 / 0.9); +} +.ring-black\/95{ + --tw-ring-color: rgb(66 66 66 / 0.95); +} +.ring-black\/100{ + --tw-ring-color: rgb(66 66 66 / 1); +} +.ring-white\/0{ + --tw-ring-color: rgb(255 255 255 / 0); +} +.ring-white\/5{ + --tw-ring-color: rgb(255 255 255 / 0.05); +} +.ring-white\/10{ + --tw-ring-color: rgb(255 255 255 / 0.1); +} +.ring-white\/20{ + --tw-ring-color: rgb(255 255 255 / 0.2); +} +.ring-white\/25{ + --tw-ring-color: rgb(255 255 255 / 0.25); +} +.ring-white\/30{ + --tw-ring-color: rgb(255 255 255 / 0.3); +} +.ring-white\/40{ + --tw-ring-color: rgb(255 255 255 / 0.4); +} +.ring-white\/50{ + --tw-ring-color: rgb(255 255 255 / 0.5); +} +.ring-white\/60{ + --tw-ring-color: rgb(255 255 255 / 0.6); +} +.ring-white\/70{ + --tw-ring-color: rgb(255 255 255 / 0.7); +} +.ring-white\/75{ + --tw-ring-color: rgb(255 255 255 / 0.75); +} +.ring-white\/80{ + --tw-ring-color: rgb(255 255 255 / 0.8); +} +.ring-white\/90{ + --tw-ring-color: rgb(255 255 255 / 0.9); +} +.ring-white\/95{ + --tw-ring-color: rgb(255 255 255 / 0.95); +} +.ring-white\/100{ + --tw-ring-color: rgb(255 255 255 / 1); +} +.ring-slate-50\/0{ + --tw-ring-color: rgb(248 250 252 / 0); +} +.ring-slate-50\/5{ + --tw-ring-color: rgb(248 250 252 / 0.05); +} +.ring-slate-50\/10{ + --tw-ring-color: rgb(248 250 252 / 0.1); +} +.ring-slate-50\/20{ + --tw-ring-color: rgb(248 250 252 / 0.2); +} +.ring-slate-50\/25{ + --tw-ring-color: rgb(248 250 252 / 0.25); +} +.ring-slate-50\/30{ + --tw-ring-color: rgb(248 250 252 / 0.3); +} +.ring-slate-50\/40{ + --tw-ring-color: rgb(248 250 252 / 0.4); +} +.ring-slate-50\/50{ + --tw-ring-color: rgb(248 250 252 / 0.5); +} +.ring-slate-50\/60{ + --tw-ring-color: rgb(248 250 252 / 0.6); +} +.ring-slate-50\/70{ + --tw-ring-color: rgb(248 250 252 / 0.7); +} +.ring-slate-50\/75{ + --tw-ring-color: rgb(248 250 252 / 0.75); +} +.ring-slate-50\/80{ + --tw-ring-color: rgb(248 250 252 / 0.8); +} +.ring-slate-50\/90{ + --tw-ring-color: rgb(248 250 252 / 0.9); +} +.ring-slate-50\/95{ + --tw-ring-color: rgb(248 250 252 / 0.95); +} +.ring-slate-50\/100{ + --tw-ring-color: rgb(248 250 252 / 1); +} +.ring-slate-100\/0{ + --tw-ring-color: rgb(241 245 249 / 0); +} +.ring-slate-100\/5{ + --tw-ring-color: rgb(241 245 249 / 0.05); +} +.ring-slate-100\/10{ + --tw-ring-color: rgb(241 245 249 / 0.1); +} +.ring-slate-100\/20{ + --tw-ring-color: rgb(241 245 249 / 0.2); +} +.ring-slate-100\/25{ + --tw-ring-color: rgb(241 245 249 / 0.25); +} +.ring-slate-100\/30{ + --tw-ring-color: rgb(241 245 249 / 0.3); +} +.ring-slate-100\/40{ + --tw-ring-color: rgb(241 245 249 / 0.4); +} +.ring-slate-100\/50{ + --tw-ring-color: rgb(241 245 249 / 0.5); +} +.ring-slate-100\/60{ + --tw-ring-color: rgb(241 245 249 / 0.6); +} +.ring-slate-100\/70{ + --tw-ring-color: rgb(241 245 249 / 0.7); +} +.ring-slate-100\/75{ + --tw-ring-color: rgb(241 245 249 / 0.75); +} +.ring-slate-100\/80{ + --tw-ring-color: rgb(241 245 249 / 0.8); +} +.ring-slate-100\/90{ + --tw-ring-color: rgb(241 245 249 / 0.9); +} +.ring-slate-100\/95{ + --tw-ring-color: rgb(241 245 249 / 0.95); +} +.ring-slate-100\/100{ + --tw-ring-color: rgb(241 245 249 / 1); +} +.ring-slate-200\/0{ + --tw-ring-color: rgb(226 232 240 / 0); +} +.ring-slate-200\/5{ + --tw-ring-color: rgb(226 232 240 / 0.05); +} +.ring-slate-200\/10{ + --tw-ring-color: rgb(226 232 240 / 0.1); +} +.ring-slate-200\/20{ + --tw-ring-color: rgb(226 232 240 / 0.2); +} +.ring-slate-200\/25{ + --tw-ring-color: rgb(226 232 240 / 0.25); +} +.ring-slate-200\/30{ + --tw-ring-color: rgb(226 232 240 / 0.3); +} +.ring-slate-200\/40{ + --tw-ring-color: rgb(226 232 240 / 0.4); +} +.ring-slate-200\/50{ + --tw-ring-color: rgb(226 232 240 / 0.5); +} +.ring-slate-200\/60{ + --tw-ring-color: rgb(226 232 240 / 0.6); +} +.ring-slate-200\/70{ + --tw-ring-color: rgb(226 232 240 / 0.7); +} +.ring-slate-200\/75{ + --tw-ring-color: rgb(226 232 240 / 0.75); +} +.ring-slate-200\/80{ + --tw-ring-color: rgb(226 232 240 / 0.8); +} +.ring-slate-200\/90{ + --tw-ring-color: rgb(226 232 240 / 0.9); +} +.ring-slate-200\/95{ + --tw-ring-color: rgb(226 232 240 / 0.95); +} +.ring-slate-200\/100{ + --tw-ring-color: rgb(226 232 240 / 1); +} +.ring-slate-300\/0{ + --tw-ring-color: rgb(203 213 225 / 0); +} +.ring-slate-300\/5{ + --tw-ring-color: rgb(203 213 225 / 0.05); +} +.ring-slate-300\/10{ + --tw-ring-color: rgb(203 213 225 / 0.1); +} +.ring-slate-300\/20{ + --tw-ring-color: rgb(203 213 225 / 0.2); +} +.ring-slate-300\/25{ + --tw-ring-color: rgb(203 213 225 / 0.25); +} +.ring-slate-300\/30{ + --tw-ring-color: rgb(203 213 225 / 0.3); +} +.ring-slate-300\/40{ + --tw-ring-color: rgb(203 213 225 / 0.4); +} +.ring-slate-300\/50{ + --tw-ring-color: rgb(203 213 225 / 0.5); +} +.ring-slate-300\/60{ + --tw-ring-color: rgb(203 213 225 / 0.6); +} +.ring-slate-300\/70{ + --tw-ring-color: rgb(203 213 225 / 0.7); +} +.ring-slate-300\/75{ + --tw-ring-color: rgb(203 213 225 / 0.75); +} +.ring-slate-300\/80{ + --tw-ring-color: rgb(203 213 225 / 0.8); +} +.ring-slate-300\/90{ + --tw-ring-color: rgb(203 213 225 / 0.9); +} +.ring-slate-300\/95{ + --tw-ring-color: rgb(203 213 225 / 0.95); +} +.ring-slate-300\/100{ + --tw-ring-color: rgb(203 213 225 / 1); +} +.ring-slate-400\/0{ + --tw-ring-color: rgb(148 163 184 / 0); +} +.ring-slate-400\/5{ + --tw-ring-color: rgb(148 163 184 / 0.05); +} +.ring-slate-400\/10{ + --tw-ring-color: rgb(148 163 184 / 0.1); +} +.ring-slate-400\/20{ + --tw-ring-color: rgb(148 163 184 / 0.2); +} +.ring-slate-400\/25{ + --tw-ring-color: rgb(148 163 184 / 0.25); +} +.ring-slate-400\/30{ + --tw-ring-color: rgb(148 163 184 / 0.3); +} +.ring-slate-400\/40{ + --tw-ring-color: rgb(148 163 184 / 0.4); +} +.ring-slate-400\/50{ + --tw-ring-color: rgb(148 163 184 / 0.5); +} +.ring-slate-400\/60{ + --tw-ring-color: rgb(148 163 184 / 0.6); +} +.ring-slate-400\/70{ + --tw-ring-color: rgb(148 163 184 / 0.7); +} +.ring-slate-400\/75{ + --tw-ring-color: rgb(148 163 184 / 0.75); +} +.ring-slate-400\/80{ + --tw-ring-color: rgb(148 163 184 / 0.8); +} +.ring-slate-400\/90{ + --tw-ring-color: rgb(148 163 184 / 0.9); +} +.ring-slate-400\/95{ + --tw-ring-color: rgb(148 163 184 / 0.95); +} +.ring-slate-400\/100{ + --tw-ring-color: rgb(148 163 184 / 1); +} +.ring-slate-500\/0{ + --tw-ring-color: rgb(100 116 139 / 0); +} +.ring-slate-500\/5{ + --tw-ring-color: rgb(100 116 139 / 0.05); +} +.ring-slate-500\/10{ + --tw-ring-color: rgb(100 116 139 / 0.1); +} +.ring-slate-500\/20{ + --tw-ring-color: rgb(100 116 139 / 0.2); +} +.ring-slate-500\/25{ + --tw-ring-color: rgb(100 116 139 / 0.25); +} +.ring-slate-500\/30{ + --tw-ring-color: rgb(100 116 139 / 0.3); +} +.ring-slate-500\/40{ + --tw-ring-color: rgb(100 116 139 / 0.4); +} +.ring-slate-500\/50{ + --tw-ring-color: rgb(100 116 139 / 0.5); +} +.ring-slate-500\/60{ + --tw-ring-color: rgb(100 116 139 / 0.6); +} +.ring-slate-500\/70{ + --tw-ring-color: rgb(100 116 139 / 0.7); +} +.ring-slate-500\/75{ + --tw-ring-color: rgb(100 116 139 / 0.75); +} +.ring-slate-500\/80{ + --tw-ring-color: rgb(100 116 139 / 0.8); +} +.ring-slate-500\/90{ + --tw-ring-color: rgb(100 116 139 / 0.9); +} +.ring-slate-500\/95{ + --tw-ring-color: rgb(100 116 139 / 0.95); +} +.ring-slate-500\/100{ + --tw-ring-color: rgb(100 116 139 / 1); +} +.ring-slate-600\/0{ + --tw-ring-color: rgb(71 85 105 / 0); +} +.ring-slate-600\/5{ + --tw-ring-color: rgb(71 85 105 / 0.05); +} +.ring-slate-600\/10{ + --tw-ring-color: rgb(71 85 105 / 0.1); +} +.ring-slate-600\/20{ + --tw-ring-color: rgb(71 85 105 / 0.2); +} +.ring-slate-600\/25{ + --tw-ring-color: rgb(71 85 105 / 0.25); +} +.ring-slate-600\/30{ + --tw-ring-color: rgb(71 85 105 / 0.3); +} +.ring-slate-600\/40{ + --tw-ring-color: rgb(71 85 105 / 0.4); +} +.ring-slate-600\/50{ + --tw-ring-color: rgb(71 85 105 / 0.5); +} +.ring-slate-600\/60{ + --tw-ring-color: rgb(71 85 105 / 0.6); +} +.ring-slate-600\/70{ + --tw-ring-color: rgb(71 85 105 / 0.7); +} +.ring-slate-600\/75{ + --tw-ring-color: rgb(71 85 105 / 0.75); +} +.ring-slate-600\/80{ + --tw-ring-color: rgb(71 85 105 / 0.8); +} +.ring-slate-600\/90{ + --tw-ring-color: rgb(71 85 105 / 0.9); +} +.ring-slate-600\/95{ + --tw-ring-color: rgb(71 85 105 / 0.95); +} +.ring-slate-600\/100{ + --tw-ring-color: rgb(71 85 105 / 1); +} +.ring-slate-700\/0{ + --tw-ring-color: rgb(51 65 85 / 0); +} +.ring-slate-700\/5{ + --tw-ring-color: rgb(51 65 85 / 0.05); +} +.ring-slate-700\/10{ + --tw-ring-color: rgb(51 65 85 / 0.1); +} +.ring-slate-700\/20{ + --tw-ring-color: rgb(51 65 85 / 0.2); +} +.ring-slate-700\/25{ + --tw-ring-color: rgb(51 65 85 / 0.25); +} +.ring-slate-700\/30{ + --tw-ring-color: rgb(51 65 85 / 0.3); +} +.ring-slate-700\/40{ + --tw-ring-color: rgb(51 65 85 / 0.4); +} +.ring-slate-700\/50{ + --tw-ring-color: rgb(51 65 85 / 0.5); +} +.ring-slate-700\/60{ + --tw-ring-color: rgb(51 65 85 / 0.6); +} +.ring-slate-700\/70{ + --tw-ring-color: rgb(51 65 85 / 0.7); +} +.ring-slate-700\/75{ + --tw-ring-color: rgb(51 65 85 / 0.75); +} +.ring-slate-700\/80{ + --tw-ring-color: rgb(51 65 85 / 0.8); +} +.ring-slate-700\/90{ + --tw-ring-color: rgb(51 65 85 / 0.9); +} +.ring-slate-700\/95{ + --tw-ring-color: rgb(51 65 85 / 0.95); +} +.ring-slate-700\/100{ + --tw-ring-color: rgb(51 65 85 / 1); +} +.ring-slate-800\/0{ + --tw-ring-color: rgb(30 41 59 / 0); +} +.ring-slate-800\/5{ + --tw-ring-color: rgb(30 41 59 / 0.05); +} +.ring-slate-800\/10{ + --tw-ring-color: rgb(30 41 59 / 0.1); +} +.ring-slate-800\/20{ + --tw-ring-color: rgb(30 41 59 / 0.2); +} +.ring-slate-800\/25{ + --tw-ring-color: rgb(30 41 59 / 0.25); +} +.ring-slate-800\/30{ + --tw-ring-color: rgb(30 41 59 / 0.3); +} +.ring-slate-800\/40{ + --tw-ring-color: rgb(30 41 59 / 0.4); +} +.ring-slate-800\/50{ + --tw-ring-color: rgb(30 41 59 / 0.5); +} +.ring-slate-800\/60{ + --tw-ring-color: rgb(30 41 59 / 0.6); +} +.ring-slate-800\/70{ + --tw-ring-color: rgb(30 41 59 / 0.7); +} +.ring-slate-800\/75{ + --tw-ring-color: rgb(30 41 59 / 0.75); +} +.ring-slate-800\/80{ + --tw-ring-color: rgb(30 41 59 / 0.8); +} +.ring-slate-800\/90{ + --tw-ring-color: rgb(30 41 59 / 0.9); +} +.ring-slate-800\/95{ + --tw-ring-color: rgb(30 41 59 / 0.95); +} +.ring-slate-800\/100{ + --tw-ring-color: rgb(30 41 59 / 1); +} +.ring-slate-900\/0{ + --tw-ring-color: rgb(15 23 42 / 0); +} +.ring-slate-900\/5{ + --tw-ring-color: rgb(15 23 42 / 0.05); +} +.ring-slate-900\/10{ + --tw-ring-color: rgb(15 23 42 / 0.1); +} +.ring-slate-900\/20{ + --tw-ring-color: rgb(15 23 42 / 0.2); +} +.ring-slate-900\/25{ + --tw-ring-color: rgb(15 23 42 / 0.25); +} +.ring-slate-900\/30{ + --tw-ring-color: rgb(15 23 42 / 0.3); +} +.ring-slate-900\/40{ + --tw-ring-color: rgb(15 23 42 / 0.4); +} +.ring-slate-900\/50{ + --tw-ring-color: rgb(15 23 42 / 0.5); +} +.ring-slate-900\/60{ + --tw-ring-color: rgb(15 23 42 / 0.6); +} +.ring-slate-900\/70{ + --tw-ring-color: rgb(15 23 42 / 0.7); +} +.ring-slate-900\/75{ + --tw-ring-color: rgb(15 23 42 / 0.75); +} +.ring-slate-900\/80{ + --tw-ring-color: rgb(15 23 42 / 0.8); +} +.ring-slate-900\/90{ + --tw-ring-color: rgb(15 23 42 / 0.9); +} +.ring-slate-900\/95{ + --tw-ring-color: rgb(15 23 42 / 0.95); +} +.ring-slate-900\/100{ + --tw-ring-color: rgb(15 23 42 / 1); +} +.ring-gray-50\/0{ + --tw-ring-color: rgb(249 250 251 / 0); +} +.ring-gray-50\/5{ + --tw-ring-color: rgb(249 250 251 / 0.05); +} +.ring-gray-50\/10{ + --tw-ring-color: rgb(249 250 251 / 0.1); +} +.ring-gray-50\/20{ + --tw-ring-color: rgb(249 250 251 / 0.2); +} +.ring-gray-50\/25{ + --tw-ring-color: rgb(249 250 251 / 0.25); +} +.ring-gray-50\/30{ + --tw-ring-color: rgb(249 250 251 / 0.3); +} +.ring-gray-50\/40{ + --tw-ring-color: rgb(249 250 251 / 0.4); +} +.ring-gray-50\/50{ + --tw-ring-color: rgb(249 250 251 / 0.5); +} +.ring-gray-50\/60{ + --tw-ring-color: rgb(249 250 251 / 0.6); +} +.ring-gray-50\/70{ + --tw-ring-color: rgb(249 250 251 / 0.7); +} +.ring-gray-50\/75{ + --tw-ring-color: rgb(249 250 251 / 0.75); +} +.ring-gray-50\/80{ + --tw-ring-color: rgb(249 250 251 / 0.8); +} +.ring-gray-50\/90{ + --tw-ring-color: rgb(249 250 251 / 0.9); +} +.ring-gray-50\/95{ + --tw-ring-color: rgb(249 250 251 / 0.95); +} +.ring-gray-50\/100{ + --tw-ring-color: rgb(249 250 251 / 1); +} +.ring-gray-100\/0{ + --tw-ring-color: rgb(243 244 246 / 0); +} +.ring-gray-100\/5{ + --tw-ring-color: rgb(243 244 246 / 0.05); +} +.ring-gray-100\/10{ + --tw-ring-color: rgb(243 244 246 / 0.1); +} +.ring-gray-100\/20{ + --tw-ring-color: rgb(243 244 246 / 0.2); +} +.ring-gray-100\/25{ + --tw-ring-color: rgb(243 244 246 / 0.25); +} +.ring-gray-100\/30{ + --tw-ring-color: rgb(243 244 246 / 0.3); +} +.ring-gray-100\/40{ + --tw-ring-color: rgb(243 244 246 / 0.4); +} +.ring-gray-100\/50{ + --tw-ring-color: rgb(243 244 246 / 0.5); +} +.ring-gray-100\/60{ + --tw-ring-color: rgb(243 244 246 / 0.6); +} +.ring-gray-100\/70{ + --tw-ring-color: rgb(243 244 246 / 0.7); +} +.ring-gray-100\/75{ + --tw-ring-color: rgb(243 244 246 / 0.75); +} +.ring-gray-100\/80{ + --tw-ring-color: rgb(243 244 246 / 0.8); +} +.ring-gray-100\/90{ + --tw-ring-color: rgb(243 244 246 / 0.9); +} +.ring-gray-100\/95{ + --tw-ring-color: rgb(243 244 246 / 0.95); +} +.ring-gray-100\/100{ + --tw-ring-color: rgb(243 244 246 / 1); +} +.ring-gray-200\/0{ + --tw-ring-color: rgb(229 231 235 / 0); +} +.ring-gray-200\/5{ + --tw-ring-color: rgb(229 231 235 / 0.05); +} +.ring-gray-200\/10{ + --tw-ring-color: rgb(229 231 235 / 0.1); +} +.ring-gray-200\/20{ + --tw-ring-color: rgb(229 231 235 / 0.2); +} +.ring-gray-200\/25{ + --tw-ring-color: rgb(229 231 235 / 0.25); +} +.ring-gray-200\/30{ + --tw-ring-color: rgb(229 231 235 / 0.3); +} +.ring-gray-200\/40{ + --tw-ring-color: rgb(229 231 235 / 0.4); +} +.ring-gray-200\/50{ + --tw-ring-color: rgb(229 231 235 / 0.5); +} +.ring-gray-200\/60{ + --tw-ring-color: rgb(229 231 235 / 0.6); +} +.ring-gray-200\/70{ + --tw-ring-color: rgb(229 231 235 / 0.7); +} +.ring-gray-200\/75{ + --tw-ring-color: rgb(229 231 235 / 0.75); +} +.ring-gray-200\/80{ + --tw-ring-color: rgb(229 231 235 / 0.8); +} +.ring-gray-200\/90{ + --tw-ring-color: rgb(229 231 235 / 0.9); +} +.ring-gray-200\/95{ + --tw-ring-color: rgb(229 231 235 / 0.95); +} +.ring-gray-200\/100{ + --tw-ring-color: rgb(229 231 235 / 1); +} +.ring-gray-300\/0{ + --tw-ring-color: rgb(209 213 219 / 0); +} +.ring-gray-300\/5{ + --tw-ring-color: rgb(209 213 219 / 0.05); +} +.ring-gray-300\/10{ + --tw-ring-color: rgb(209 213 219 / 0.1); +} +.ring-gray-300\/20{ + --tw-ring-color: rgb(209 213 219 / 0.2); +} +.ring-gray-300\/25{ + --tw-ring-color: rgb(209 213 219 / 0.25); +} +.ring-gray-300\/30{ + --tw-ring-color: rgb(209 213 219 / 0.3); +} +.ring-gray-300\/40{ + --tw-ring-color: rgb(209 213 219 / 0.4); +} +.ring-gray-300\/50{ + --tw-ring-color: rgb(209 213 219 / 0.5); +} +.ring-gray-300\/60{ + --tw-ring-color: rgb(209 213 219 / 0.6); +} +.ring-gray-300\/70{ + --tw-ring-color: rgb(209 213 219 / 0.7); +} +.ring-gray-300\/75{ + --tw-ring-color: rgb(209 213 219 / 0.75); +} +.ring-gray-300\/80{ + --tw-ring-color: rgb(209 213 219 / 0.8); +} +.ring-gray-300\/90{ + --tw-ring-color: rgb(209 213 219 / 0.9); +} +.ring-gray-300\/95{ + --tw-ring-color: rgb(209 213 219 / 0.95); +} +.ring-gray-300\/100{ + --tw-ring-color: rgb(209 213 219 / 1); +} +.ring-gray-400\/0{ + --tw-ring-color: rgb(156 163 175 / 0); +} +.ring-gray-400\/5{ + --tw-ring-color: rgb(156 163 175 / 0.05); +} +.ring-gray-400\/10{ + --tw-ring-color: rgb(156 163 175 / 0.1); +} +.ring-gray-400\/20{ + --tw-ring-color: rgb(156 163 175 / 0.2); +} +.ring-gray-400\/25{ + --tw-ring-color: rgb(156 163 175 / 0.25); +} +.ring-gray-400\/30{ + --tw-ring-color: rgb(156 163 175 / 0.3); +} +.ring-gray-400\/40{ + --tw-ring-color: rgb(156 163 175 / 0.4); +} +.ring-gray-400\/50{ + --tw-ring-color: rgb(156 163 175 / 0.5); +} +.ring-gray-400\/60{ + --tw-ring-color: rgb(156 163 175 / 0.6); +} +.ring-gray-400\/70{ + --tw-ring-color: rgb(156 163 175 / 0.7); +} +.ring-gray-400\/75{ + --tw-ring-color: rgb(156 163 175 / 0.75); +} +.ring-gray-400\/80{ + --tw-ring-color: rgb(156 163 175 / 0.8); +} +.ring-gray-400\/90{ + --tw-ring-color: rgb(156 163 175 / 0.9); +} +.ring-gray-400\/95{ + --tw-ring-color: rgb(156 163 175 / 0.95); +} +.ring-gray-400\/100{ + --tw-ring-color: rgb(156 163 175 / 1); +} +.ring-gray-500\/0{ + --tw-ring-color: rgb(107 114 128 / 0); +} +.ring-gray-500\/5{ + --tw-ring-color: rgb(107 114 128 / 0.05); +} +.ring-gray-500\/10{ + --tw-ring-color: rgb(107 114 128 / 0.1); +} +.ring-gray-500\/20{ + --tw-ring-color: rgb(107 114 128 / 0.2); +} +.ring-gray-500\/25{ + --tw-ring-color: rgb(107 114 128 / 0.25); +} +.ring-gray-500\/30{ + --tw-ring-color: rgb(107 114 128 / 0.3); +} +.ring-gray-500\/40{ + --tw-ring-color: rgb(107 114 128 / 0.4); +} +.ring-gray-500\/50{ + --tw-ring-color: rgb(107 114 128 / 0.5); +} +.ring-gray-500\/60{ + --tw-ring-color: rgb(107 114 128 / 0.6); +} +.ring-gray-500\/70{ + --tw-ring-color: rgb(107 114 128 / 0.7); +} +.ring-gray-500\/75{ + --tw-ring-color: rgb(107 114 128 / 0.75); +} +.ring-gray-500\/80{ + --tw-ring-color: rgb(107 114 128 / 0.8); +} +.ring-gray-500\/90{ + --tw-ring-color: rgb(107 114 128 / 0.9); +} +.ring-gray-500\/95{ + --tw-ring-color: rgb(107 114 128 / 0.95); +} +.ring-gray-500\/100{ + --tw-ring-color: rgb(107 114 128 / 1); +} +.ring-gray-600\/0{ + --tw-ring-color: rgb(75 85 99 / 0); +} +.ring-gray-600\/5{ + --tw-ring-color: rgb(75 85 99 / 0.05); +} +.ring-gray-600\/10{ + --tw-ring-color: rgb(75 85 99 / 0.1); +} +.ring-gray-600\/20{ + --tw-ring-color: rgb(75 85 99 / 0.2); +} +.ring-gray-600\/25{ + --tw-ring-color: rgb(75 85 99 / 0.25); +} +.ring-gray-600\/30{ + --tw-ring-color: rgb(75 85 99 / 0.3); +} +.ring-gray-600\/40{ + --tw-ring-color: rgb(75 85 99 / 0.4); +} +.ring-gray-600\/50{ + --tw-ring-color: rgb(75 85 99 / 0.5); +} +.ring-gray-600\/60{ + --tw-ring-color: rgb(75 85 99 / 0.6); +} +.ring-gray-600\/70{ + --tw-ring-color: rgb(75 85 99 / 0.7); +} +.ring-gray-600\/75{ + --tw-ring-color: rgb(75 85 99 / 0.75); +} +.ring-gray-600\/80{ + --tw-ring-color: rgb(75 85 99 / 0.8); +} +.ring-gray-600\/90{ + --tw-ring-color: rgb(75 85 99 / 0.9); +} +.ring-gray-600\/95{ + --tw-ring-color: rgb(75 85 99 / 0.95); +} +.ring-gray-600\/100{ + --tw-ring-color: rgb(75 85 99 / 1); +} +.ring-gray-700\/0{ + --tw-ring-color: rgb(55 65 81 / 0); +} +.ring-gray-700\/5{ + --tw-ring-color: rgb(55 65 81 / 0.05); +} +.ring-gray-700\/10{ + --tw-ring-color: rgb(55 65 81 / 0.1); +} +.ring-gray-700\/20{ + --tw-ring-color: rgb(55 65 81 / 0.2); +} +.ring-gray-700\/25{ + --tw-ring-color: rgb(55 65 81 / 0.25); +} +.ring-gray-700\/30{ + --tw-ring-color: rgb(55 65 81 / 0.3); +} +.ring-gray-700\/40{ + --tw-ring-color: rgb(55 65 81 / 0.4); +} +.ring-gray-700\/50{ + --tw-ring-color: rgb(55 65 81 / 0.5); +} +.ring-gray-700\/60{ + --tw-ring-color: rgb(55 65 81 / 0.6); +} +.ring-gray-700\/70{ + --tw-ring-color: rgb(55 65 81 / 0.7); +} +.ring-gray-700\/75{ + --tw-ring-color: rgb(55 65 81 / 0.75); +} +.ring-gray-700\/80{ + --tw-ring-color: rgb(55 65 81 / 0.8); +} +.ring-gray-700\/90{ + --tw-ring-color: rgb(55 65 81 / 0.9); +} +.ring-gray-700\/95{ + --tw-ring-color: rgb(55 65 81 / 0.95); +} +.ring-gray-700\/100{ + --tw-ring-color: rgb(55 65 81 / 1); +} +.ring-gray-800\/0{ + --tw-ring-color: rgb(31 41 55 / 0); +} +.ring-gray-800\/5{ + --tw-ring-color: rgb(31 41 55 / 0.05); +} +.ring-gray-800\/10{ + --tw-ring-color: rgb(31 41 55 / 0.1); +} +.ring-gray-800\/20{ + --tw-ring-color: rgb(31 41 55 / 0.2); +} +.ring-gray-800\/25{ + --tw-ring-color: rgb(31 41 55 / 0.25); +} +.ring-gray-800\/30{ + --tw-ring-color: rgb(31 41 55 / 0.3); +} +.ring-gray-800\/40{ + --tw-ring-color: rgb(31 41 55 / 0.4); +} +.ring-gray-800\/50{ + --tw-ring-color: rgb(31 41 55 / 0.5); +} +.ring-gray-800\/60{ + --tw-ring-color: rgb(31 41 55 / 0.6); +} +.ring-gray-800\/70{ + --tw-ring-color: rgb(31 41 55 / 0.7); +} +.ring-gray-800\/75{ + --tw-ring-color: rgb(31 41 55 / 0.75); +} +.ring-gray-800\/80{ + --tw-ring-color: rgb(31 41 55 / 0.8); +} +.ring-gray-800\/90{ + --tw-ring-color: rgb(31 41 55 / 0.9); +} +.ring-gray-800\/95{ + --tw-ring-color: rgb(31 41 55 / 0.95); +} +.ring-gray-800\/100{ + --tw-ring-color: rgb(31 41 55 / 1); +} +.ring-gray-900\/0{ + --tw-ring-color: rgb(17 24 39 / 0); +} +.ring-gray-900\/5{ + --tw-ring-color: rgb(17 24 39 / 0.05); +} +.ring-gray-900\/10{ + --tw-ring-color: rgb(17 24 39 / 0.1); +} +.ring-gray-900\/20{ + --tw-ring-color: rgb(17 24 39 / 0.2); +} +.ring-gray-900\/25{ + --tw-ring-color: rgb(17 24 39 / 0.25); +} +.ring-gray-900\/30{ + --tw-ring-color: rgb(17 24 39 / 0.3); +} +.ring-gray-900\/40{ + --tw-ring-color: rgb(17 24 39 / 0.4); +} +.ring-gray-900\/50{ + --tw-ring-color: rgb(17 24 39 / 0.5); +} +.ring-gray-900\/60{ + --tw-ring-color: rgb(17 24 39 / 0.6); +} +.ring-gray-900\/70{ + --tw-ring-color: rgb(17 24 39 / 0.7); +} +.ring-gray-900\/75{ + --tw-ring-color: rgb(17 24 39 / 0.75); +} +.ring-gray-900\/80{ + --tw-ring-color: rgb(17 24 39 / 0.8); +} +.ring-gray-900\/90{ + --tw-ring-color: rgb(17 24 39 / 0.9); +} +.ring-gray-900\/95{ + --tw-ring-color: rgb(17 24 39 / 0.95); +} +.ring-gray-900\/100{ + --tw-ring-color: rgb(17 24 39 / 1); +} +.ring-zinc-50\/0{ + --tw-ring-color: rgb(250 250 250 / 0); +} +.ring-zinc-50\/5{ + --tw-ring-color: rgb(250 250 250 / 0.05); +} +.ring-zinc-50\/10{ + --tw-ring-color: rgb(250 250 250 / 0.1); +} +.ring-zinc-50\/20{ + --tw-ring-color: rgb(250 250 250 / 0.2); +} +.ring-zinc-50\/25{ + --tw-ring-color: rgb(250 250 250 / 0.25); +} +.ring-zinc-50\/30{ + --tw-ring-color: rgb(250 250 250 / 0.3); +} +.ring-zinc-50\/40{ + --tw-ring-color: rgb(250 250 250 / 0.4); +} +.ring-zinc-50\/50{ + --tw-ring-color: rgb(250 250 250 / 0.5); +} +.ring-zinc-50\/60{ + --tw-ring-color: rgb(250 250 250 / 0.6); +} +.ring-zinc-50\/70{ + --tw-ring-color: rgb(250 250 250 / 0.7); +} +.ring-zinc-50\/75{ + --tw-ring-color: rgb(250 250 250 / 0.75); +} +.ring-zinc-50\/80{ + --tw-ring-color: rgb(250 250 250 / 0.8); +} +.ring-zinc-50\/90{ + --tw-ring-color: rgb(250 250 250 / 0.9); +} +.ring-zinc-50\/95{ + --tw-ring-color: rgb(250 250 250 / 0.95); +} +.ring-zinc-50\/100{ + --tw-ring-color: rgb(250 250 250 / 1); +} +.ring-zinc-100\/0{ + --tw-ring-color: rgb(244 244 245 / 0); +} +.ring-zinc-100\/5{ + --tw-ring-color: rgb(244 244 245 / 0.05); +} +.ring-zinc-100\/10{ + --tw-ring-color: rgb(244 244 245 / 0.1); +} +.ring-zinc-100\/20{ + --tw-ring-color: rgb(244 244 245 / 0.2); +} +.ring-zinc-100\/25{ + --tw-ring-color: rgb(244 244 245 / 0.25); +} +.ring-zinc-100\/30{ + --tw-ring-color: rgb(244 244 245 / 0.3); +} +.ring-zinc-100\/40{ + --tw-ring-color: rgb(244 244 245 / 0.4); +} +.ring-zinc-100\/50{ + --tw-ring-color: rgb(244 244 245 / 0.5); +} +.ring-zinc-100\/60{ + --tw-ring-color: rgb(244 244 245 / 0.6); +} +.ring-zinc-100\/70{ + --tw-ring-color: rgb(244 244 245 / 0.7); +} +.ring-zinc-100\/75{ + --tw-ring-color: rgb(244 244 245 / 0.75); +} +.ring-zinc-100\/80{ + --tw-ring-color: rgb(244 244 245 / 0.8); +} +.ring-zinc-100\/90{ + --tw-ring-color: rgb(244 244 245 / 0.9); +} +.ring-zinc-100\/95{ + --tw-ring-color: rgb(244 244 245 / 0.95); +} +.ring-zinc-100\/100{ + --tw-ring-color: rgb(244 244 245 / 1); +} +.ring-zinc-200\/0{ + --tw-ring-color: rgb(228 228 231 / 0); +} +.ring-zinc-200\/5{ + --tw-ring-color: rgb(228 228 231 / 0.05); +} +.ring-zinc-200\/10{ + --tw-ring-color: rgb(228 228 231 / 0.1); +} +.ring-zinc-200\/20{ + --tw-ring-color: rgb(228 228 231 / 0.2); +} +.ring-zinc-200\/25{ + --tw-ring-color: rgb(228 228 231 / 0.25); +} +.ring-zinc-200\/30{ + --tw-ring-color: rgb(228 228 231 / 0.3); +} +.ring-zinc-200\/40{ + --tw-ring-color: rgb(228 228 231 / 0.4); +} +.ring-zinc-200\/50{ + --tw-ring-color: rgb(228 228 231 / 0.5); +} +.ring-zinc-200\/60{ + --tw-ring-color: rgb(228 228 231 / 0.6); +} +.ring-zinc-200\/70{ + --tw-ring-color: rgb(228 228 231 / 0.7); +} +.ring-zinc-200\/75{ + --tw-ring-color: rgb(228 228 231 / 0.75); +} +.ring-zinc-200\/80{ + --tw-ring-color: rgb(228 228 231 / 0.8); +} +.ring-zinc-200\/90{ + --tw-ring-color: rgb(228 228 231 / 0.9); +} +.ring-zinc-200\/95{ + --tw-ring-color: rgb(228 228 231 / 0.95); +} +.ring-zinc-200\/100{ + --tw-ring-color: rgb(228 228 231 / 1); +} +.ring-zinc-300\/0{ + --tw-ring-color: rgb(212 212 216 / 0); +} +.ring-zinc-300\/5{ + --tw-ring-color: rgb(212 212 216 / 0.05); +} +.ring-zinc-300\/10{ + --tw-ring-color: rgb(212 212 216 / 0.1); +} +.ring-zinc-300\/20{ + --tw-ring-color: rgb(212 212 216 / 0.2); +} +.ring-zinc-300\/25{ + --tw-ring-color: rgb(212 212 216 / 0.25); +} +.ring-zinc-300\/30{ + --tw-ring-color: rgb(212 212 216 / 0.3); +} +.ring-zinc-300\/40{ + --tw-ring-color: rgb(212 212 216 / 0.4); +} +.ring-zinc-300\/50{ + --tw-ring-color: rgb(212 212 216 / 0.5); +} +.ring-zinc-300\/60{ + --tw-ring-color: rgb(212 212 216 / 0.6); +} +.ring-zinc-300\/70{ + --tw-ring-color: rgb(212 212 216 / 0.7); +} +.ring-zinc-300\/75{ + --tw-ring-color: rgb(212 212 216 / 0.75); +} +.ring-zinc-300\/80{ + --tw-ring-color: rgb(212 212 216 / 0.8); +} +.ring-zinc-300\/90{ + --tw-ring-color: rgb(212 212 216 / 0.9); +} +.ring-zinc-300\/95{ + --tw-ring-color: rgb(212 212 216 / 0.95); +} +.ring-zinc-300\/100{ + --tw-ring-color: rgb(212 212 216 / 1); +} +.ring-zinc-400\/0{ + --tw-ring-color: rgb(161 161 170 / 0); +} +.ring-zinc-400\/5{ + --tw-ring-color: rgb(161 161 170 / 0.05); +} +.ring-zinc-400\/10{ + --tw-ring-color: rgb(161 161 170 / 0.1); +} +.ring-zinc-400\/20{ + --tw-ring-color: rgb(161 161 170 / 0.2); +} +.ring-zinc-400\/25{ + --tw-ring-color: rgb(161 161 170 / 0.25); +} +.ring-zinc-400\/30{ + --tw-ring-color: rgb(161 161 170 / 0.3); +} +.ring-zinc-400\/40{ + --tw-ring-color: rgb(161 161 170 / 0.4); +} +.ring-zinc-400\/50{ + --tw-ring-color: rgb(161 161 170 / 0.5); +} +.ring-zinc-400\/60{ + --tw-ring-color: rgb(161 161 170 / 0.6); +} +.ring-zinc-400\/70{ + --tw-ring-color: rgb(161 161 170 / 0.7); +} +.ring-zinc-400\/75{ + --tw-ring-color: rgb(161 161 170 / 0.75); +} +.ring-zinc-400\/80{ + --tw-ring-color: rgb(161 161 170 / 0.8); +} +.ring-zinc-400\/90{ + --tw-ring-color: rgb(161 161 170 / 0.9); +} +.ring-zinc-400\/95{ + --tw-ring-color: rgb(161 161 170 / 0.95); +} +.ring-zinc-400\/100{ + --tw-ring-color: rgb(161 161 170 / 1); +} +.ring-zinc-500\/0{ + --tw-ring-color: rgb(113 113 122 / 0); +} +.ring-zinc-500\/5{ + --tw-ring-color: rgb(113 113 122 / 0.05); +} +.ring-zinc-500\/10{ + --tw-ring-color: rgb(113 113 122 / 0.1); +} +.ring-zinc-500\/20{ + --tw-ring-color: rgb(113 113 122 / 0.2); +} +.ring-zinc-500\/25{ + --tw-ring-color: rgb(113 113 122 / 0.25); +} +.ring-zinc-500\/30{ + --tw-ring-color: rgb(113 113 122 / 0.3); +} +.ring-zinc-500\/40{ + --tw-ring-color: rgb(113 113 122 / 0.4); +} +.ring-zinc-500\/50{ + --tw-ring-color: rgb(113 113 122 / 0.5); +} +.ring-zinc-500\/60{ + --tw-ring-color: rgb(113 113 122 / 0.6); +} +.ring-zinc-500\/70{ + --tw-ring-color: rgb(113 113 122 / 0.7); +} +.ring-zinc-500\/75{ + --tw-ring-color: rgb(113 113 122 / 0.75); +} +.ring-zinc-500\/80{ + --tw-ring-color: rgb(113 113 122 / 0.8); +} +.ring-zinc-500\/90{ + --tw-ring-color: rgb(113 113 122 / 0.9); +} +.ring-zinc-500\/95{ + --tw-ring-color: rgb(113 113 122 / 0.95); +} +.ring-zinc-500\/100{ + --tw-ring-color: rgb(113 113 122 / 1); +} +.ring-zinc-600\/0{ + --tw-ring-color: rgb(82 82 91 / 0); +} +.ring-zinc-600\/5{ + --tw-ring-color: rgb(82 82 91 / 0.05); +} +.ring-zinc-600\/10{ + --tw-ring-color: rgb(82 82 91 / 0.1); +} +.ring-zinc-600\/20{ + --tw-ring-color: rgb(82 82 91 / 0.2); +} +.ring-zinc-600\/25{ + --tw-ring-color: rgb(82 82 91 / 0.25); +} +.ring-zinc-600\/30{ + --tw-ring-color: rgb(82 82 91 / 0.3); +} +.ring-zinc-600\/40{ + --tw-ring-color: rgb(82 82 91 / 0.4); +} +.ring-zinc-600\/50{ + --tw-ring-color: rgb(82 82 91 / 0.5); +} +.ring-zinc-600\/60{ + --tw-ring-color: rgb(82 82 91 / 0.6); +} +.ring-zinc-600\/70{ + --tw-ring-color: rgb(82 82 91 / 0.7); +} +.ring-zinc-600\/75{ + --tw-ring-color: rgb(82 82 91 / 0.75); +} +.ring-zinc-600\/80{ + --tw-ring-color: rgb(82 82 91 / 0.8); +} +.ring-zinc-600\/90{ + --tw-ring-color: rgb(82 82 91 / 0.9); +} +.ring-zinc-600\/95{ + --tw-ring-color: rgb(82 82 91 / 0.95); +} +.ring-zinc-600\/100{ + --tw-ring-color: rgb(82 82 91 / 1); +} +.ring-zinc-700\/0{ + --tw-ring-color: rgb(63 63 70 / 0); +} +.ring-zinc-700\/5{ + --tw-ring-color: rgb(63 63 70 / 0.05); +} +.ring-zinc-700\/10{ + --tw-ring-color: rgb(63 63 70 / 0.1); +} +.ring-zinc-700\/20{ + --tw-ring-color: rgb(63 63 70 / 0.2); +} +.ring-zinc-700\/25{ + --tw-ring-color: rgb(63 63 70 / 0.25); +} +.ring-zinc-700\/30{ + --tw-ring-color: rgb(63 63 70 / 0.3); +} +.ring-zinc-700\/40{ + --tw-ring-color: rgb(63 63 70 / 0.4); +} +.ring-zinc-700\/50{ + --tw-ring-color: rgb(63 63 70 / 0.5); +} +.ring-zinc-700\/60{ + --tw-ring-color: rgb(63 63 70 / 0.6); +} +.ring-zinc-700\/70{ + --tw-ring-color: rgb(63 63 70 / 0.7); +} +.ring-zinc-700\/75{ + --tw-ring-color: rgb(63 63 70 / 0.75); +} +.ring-zinc-700\/80{ + --tw-ring-color: rgb(63 63 70 / 0.8); +} +.ring-zinc-700\/90{ + --tw-ring-color: rgb(63 63 70 / 0.9); +} +.ring-zinc-700\/95{ + --tw-ring-color: rgb(63 63 70 / 0.95); +} +.ring-zinc-700\/100{ + --tw-ring-color: rgb(63 63 70 / 1); +} +.ring-zinc-800\/0{ + --tw-ring-color: rgb(39 39 42 / 0); +} +.ring-zinc-800\/5{ + --tw-ring-color: rgb(39 39 42 / 0.05); +} +.ring-zinc-800\/10{ + --tw-ring-color: rgb(39 39 42 / 0.1); +} +.ring-zinc-800\/20{ + --tw-ring-color: rgb(39 39 42 / 0.2); +} +.ring-zinc-800\/25{ + --tw-ring-color: rgb(39 39 42 / 0.25); +} +.ring-zinc-800\/30{ + --tw-ring-color: rgb(39 39 42 / 0.3); +} +.ring-zinc-800\/40{ + --tw-ring-color: rgb(39 39 42 / 0.4); +} +.ring-zinc-800\/50{ + --tw-ring-color: rgb(39 39 42 / 0.5); +} +.ring-zinc-800\/60{ + --tw-ring-color: rgb(39 39 42 / 0.6); +} +.ring-zinc-800\/70{ + --tw-ring-color: rgb(39 39 42 / 0.7); +} +.ring-zinc-800\/75{ + --tw-ring-color: rgb(39 39 42 / 0.75); +} +.ring-zinc-800\/80{ + --tw-ring-color: rgb(39 39 42 / 0.8); +} +.ring-zinc-800\/90{ + --tw-ring-color: rgb(39 39 42 / 0.9); +} +.ring-zinc-800\/95{ + --tw-ring-color: rgb(39 39 42 / 0.95); +} +.ring-zinc-800\/100{ + --tw-ring-color: rgb(39 39 42 / 1); +} +.ring-zinc-900\/0{ + --tw-ring-color: rgb(24 24 27 / 0); +} +.ring-zinc-900\/5{ + --tw-ring-color: rgb(24 24 27 / 0.05); +} +.ring-zinc-900\/10{ + --tw-ring-color: rgb(24 24 27 / 0.1); +} +.ring-zinc-900\/20{ + --tw-ring-color: rgb(24 24 27 / 0.2); +} +.ring-zinc-900\/25{ + --tw-ring-color: rgb(24 24 27 / 0.25); +} +.ring-zinc-900\/30{ + --tw-ring-color: rgb(24 24 27 / 0.3); +} +.ring-zinc-900\/40{ + --tw-ring-color: rgb(24 24 27 / 0.4); +} +.ring-zinc-900\/50{ + --tw-ring-color: rgb(24 24 27 / 0.5); +} +.ring-zinc-900\/60{ + --tw-ring-color: rgb(24 24 27 / 0.6); +} +.ring-zinc-900\/70{ + --tw-ring-color: rgb(24 24 27 / 0.7); +} +.ring-zinc-900\/75{ + --tw-ring-color: rgb(24 24 27 / 0.75); +} +.ring-zinc-900\/80{ + --tw-ring-color: rgb(24 24 27 / 0.8); +} +.ring-zinc-900\/90{ + --tw-ring-color: rgb(24 24 27 / 0.9); +} +.ring-zinc-900\/95{ + --tw-ring-color: rgb(24 24 27 / 0.95); +} +.ring-zinc-900\/100{ + --tw-ring-color: rgb(24 24 27 / 1); +} +.ring-neutral-50\/0{ + --tw-ring-color: rgb(250 250 250 / 0); +} +.ring-neutral-50\/5{ + --tw-ring-color: rgb(250 250 250 / 0.05); +} +.ring-neutral-50\/10{ + --tw-ring-color: rgb(250 250 250 / 0.1); +} +.ring-neutral-50\/20{ + --tw-ring-color: rgb(250 250 250 / 0.2); +} +.ring-neutral-50\/25{ + --tw-ring-color: rgb(250 250 250 / 0.25); +} +.ring-neutral-50\/30{ + --tw-ring-color: rgb(250 250 250 / 0.3); +} +.ring-neutral-50\/40{ + --tw-ring-color: rgb(250 250 250 / 0.4); +} +.ring-neutral-50\/50{ + --tw-ring-color: rgb(250 250 250 / 0.5); +} +.ring-neutral-50\/60{ + --tw-ring-color: rgb(250 250 250 / 0.6); +} +.ring-neutral-50\/70{ + --tw-ring-color: rgb(250 250 250 / 0.7); +} +.ring-neutral-50\/75{ + --tw-ring-color: rgb(250 250 250 / 0.75); +} +.ring-neutral-50\/80{ + --tw-ring-color: rgb(250 250 250 / 0.8); +} +.ring-neutral-50\/90{ + --tw-ring-color: rgb(250 250 250 / 0.9); +} +.ring-neutral-50\/95{ + --tw-ring-color: rgb(250 250 250 / 0.95); +} +.ring-neutral-50\/100{ + --tw-ring-color: rgb(250 250 250 / 1); +} +.ring-neutral-100\/0{ + --tw-ring-color: rgb(245 245 245 / 0); +} +.ring-neutral-100\/5{ + --tw-ring-color: rgb(245 245 245 / 0.05); +} +.ring-neutral-100\/10{ + --tw-ring-color: rgb(245 245 245 / 0.1); +} +.ring-neutral-100\/20{ + --tw-ring-color: rgb(245 245 245 / 0.2); +} +.ring-neutral-100\/25{ + --tw-ring-color: rgb(245 245 245 / 0.25); +} +.ring-neutral-100\/30{ + --tw-ring-color: rgb(245 245 245 / 0.3); +} +.ring-neutral-100\/40{ + --tw-ring-color: rgb(245 245 245 / 0.4); +} +.ring-neutral-100\/50{ + --tw-ring-color: rgb(245 245 245 / 0.5); +} +.ring-neutral-100\/60{ + --tw-ring-color: rgb(245 245 245 / 0.6); +} +.ring-neutral-100\/70{ + --tw-ring-color: rgb(245 245 245 / 0.7); +} +.ring-neutral-100\/75{ + --tw-ring-color: rgb(245 245 245 / 0.75); +} +.ring-neutral-100\/80{ + --tw-ring-color: rgb(245 245 245 / 0.8); +} +.ring-neutral-100\/90{ + --tw-ring-color: rgb(245 245 245 / 0.9); +} +.ring-neutral-100\/95{ + --tw-ring-color: rgb(245 245 245 / 0.95); +} +.ring-neutral-100\/100{ + --tw-ring-color: rgb(245 245 245 / 1); +} +.ring-neutral-200\/0{ + --tw-ring-color: rgb(229 229 229 / 0); +} +.ring-neutral-200\/5{ + --tw-ring-color: rgb(229 229 229 / 0.05); +} +.ring-neutral-200\/10{ + --tw-ring-color: rgb(229 229 229 / 0.1); +} +.ring-neutral-200\/20{ + --tw-ring-color: rgb(229 229 229 / 0.2); +} +.ring-neutral-200\/25{ + --tw-ring-color: rgb(229 229 229 / 0.25); +} +.ring-neutral-200\/30{ + --tw-ring-color: rgb(229 229 229 / 0.3); +} +.ring-neutral-200\/40{ + --tw-ring-color: rgb(229 229 229 / 0.4); +} +.ring-neutral-200\/50{ + --tw-ring-color: rgb(229 229 229 / 0.5); +} +.ring-neutral-200\/60{ + --tw-ring-color: rgb(229 229 229 / 0.6); +} +.ring-neutral-200\/70{ + --tw-ring-color: rgb(229 229 229 / 0.7); +} +.ring-neutral-200\/75{ + --tw-ring-color: rgb(229 229 229 / 0.75); +} +.ring-neutral-200\/80{ + --tw-ring-color: rgb(229 229 229 / 0.8); +} +.ring-neutral-200\/90{ + --tw-ring-color: rgb(229 229 229 / 0.9); +} +.ring-neutral-200\/95{ + --tw-ring-color: rgb(229 229 229 / 0.95); +} +.ring-neutral-200\/100{ + --tw-ring-color: rgb(229 229 229 / 1); +} +.ring-neutral-300\/0{ + --tw-ring-color: rgb(212 212 212 / 0); +} +.ring-neutral-300\/5{ + --tw-ring-color: rgb(212 212 212 / 0.05); +} +.ring-neutral-300\/10{ + --tw-ring-color: rgb(212 212 212 / 0.1); +} +.ring-neutral-300\/20{ + --tw-ring-color: rgb(212 212 212 / 0.2); +} +.ring-neutral-300\/25{ + --tw-ring-color: rgb(212 212 212 / 0.25); +} +.ring-neutral-300\/30{ + --tw-ring-color: rgb(212 212 212 / 0.3); +} +.ring-neutral-300\/40{ + --tw-ring-color: rgb(212 212 212 / 0.4); +} +.ring-neutral-300\/50{ + --tw-ring-color: rgb(212 212 212 / 0.5); +} +.ring-neutral-300\/60{ + --tw-ring-color: rgb(212 212 212 / 0.6); +} +.ring-neutral-300\/70{ + --tw-ring-color: rgb(212 212 212 / 0.7); +} +.ring-neutral-300\/75{ + --tw-ring-color: rgb(212 212 212 / 0.75); +} +.ring-neutral-300\/80{ + --tw-ring-color: rgb(212 212 212 / 0.8); +} +.ring-neutral-300\/90{ + --tw-ring-color: rgb(212 212 212 / 0.9); +} +.ring-neutral-300\/95{ + --tw-ring-color: rgb(212 212 212 / 0.95); +} +.ring-neutral-300\/100{ + --tw-ring-color: rgb(212 212 212 / 1); +} +.ring-neutral-400\/0{ + --tw-ring-color: rgb(163 163 163 / 0); +} +.ring-neutral-400\/5{ + --tw-ring-color: rgb(163 163 163 / 0.05); +} +.ring-neutral-400\/10{ + --tw-ring-color: rgb(163 163 163 / 0.1); +} +.ring-neutral-400\/20{ + --tw-ring-color: rgb(163 163 163 / 0.2); +} +.ring-neutral-400\/25{ + --tw-ring-color: rgb(163 163 163 / 0.25); +} +.ring-neutral-400\/30{ + --tw-ring-color: rgb(163 163 163 / 0.3); +} +.ring-neutral-400\/40{ + --tw-ring-color: rgb(163 163 163 / 0.4); +} +.ring-neutral-400\/50{ + --tw-ring-color: rgb(163 163 163 / 0.5); +} +.ring-neutral-400\/60{ + --tw-ring-color: rgb(163 163 163 / 0.6); +} +.ring-neutral-400\/70{ + --tw-ring-color: rgb(163 163 163 / 0.7); +} +.ring-neutral-400\/75{ + --tw-ring-color: rgb(163 163 163 / 0.75); +} +.ring-neutral-400\/80{ + --tw-ring-color: rgb(163 163 163 / 0.8); +} +.ring-neutral-400\/90{ + --tw-ring-color: rgb(163 163 163 / 0.9); +} +.ring-neutral-400\/95{ + --tw-ring-color: rgb(163 163 163 / 0.95); +} +.ring-neutral-400\/100{ + --tw-ring-color: rgb(163 163 163 / 1); +} +.ring-neutral-500\/0{ + --tw-ring-color: rgb(115 115 115 / 0); +} +.ring-neutral-500\/5{ + --tw-ring-color: rgb(115 115 115 / 0.05); +} +.ring-neutral-500\/10{ + --tw-ring-color: rgb(115 115 115 / 0.1); +} +.ring-neutral-500\/20{ + --tw-ring-color: rgb(115 115 115 / 0.2); +} +.ring-neutral-500\/25{ + --tw-ring-color: rgb(115 115 115 / 0.25); +} +.ring-neutral-500\/30{ + --tw-ring-color: rgb(115 115 115 / 0.3); +} +.ring-neutral-500\/40{ + --tw-ring-color: rgb(115 115 115 / 0.4); +} +.ring-neutral-500\/50{ + --tw-ring-color: rgb(115 115 115 / 0.5); +} +.ring-neutral-500\/60{ + --tw-ring-color: rgb(115 115 115 / 0.6); +} +.ring-neutral-500\/70{ + --tw-ring-color: rgb(115 115 115 / 0.7); +} +.ring-neutral-500\/75{ + --tw-ring-color: rgb(115 115 115 / 0.75); +} +.ring-neutral-500\/80{ + --tw-ring-color: rgb(115 115 115 / 0.8); +} +.ring-neutral-500\/90{ + --tw-ring-color: rgb(115 115 115 / 0.9); +} +.ring-neutral-500\/95{ + --tw-ring-color: rgb(115 115 115 / 0.95); +} +.ring-neutral-500\/100{ + --tw-ring-color: rgb(115 115 115 / 1); +} +.ring-neutral-600\/0{ + --tw-ring-color: rgb(82 82 82 / 0); +} +.ring-neutral-600\/5{ + --tw-ring-color: rgb(82 82 82 / 0.05); +} +.ring-neutral-600\/10{ + --tw-ring-color: rgb(82 82 82 / 0.1); +} +.ring-neutral-600\/20{ + --tw-ring-color: rgb(82 82 82 / 0.2); +} +.ring-neutral-600\/25{ + --tw-ring-color: rgb(82 82 82 / 0.25); +} +.ring-neutral-600\/30{ + --tw-ring-color: rgb(82 82 82 / 0.3); +} +.ring-neutral-600\/40{ + --tw-ring-color: rgb(82 82 82 / 0.4); +} +.ring-neutral-600\/50{ + --tw-ring-color: rgb(82 82 82 / 0.5); +} +.ring-neutral-600\/60{ + --tw-ring-color: rgb(82 82 82 / 0.6); +} +.ring-neutral-600\/70{ + --tw-ring-color: rgb(82 82 82 / 0.7); +} +.ring-neutral-600\/75{ + --tw-ring-color: rgb(82 82 82 / 0.75); +} +.ring-neutral-600\/80{ + --tw-ring-color: rgb(82 82 82 / 0.8); +} +.ring-neutral-600\/90{ + --tw-ring-color: rgb(82 82 82 / 0.9); +} +.ring-neutral-600\/95{ + --tw-ring-color: rgb(82 82 82 / 0.95); +} +.ring-neutral-600\/100{ + --tw-ring-color: rgb(82 82 82 / 1); +} +.ring-neutral-700\/0{ + --tw-ring-color: rgb(64 64 64 / 0); +} +.ring-neutral-700\/5{ + --tw-ring-color: rgb(64 64 64 / 0.05); +} +.ring-neutral-700\/10{ + --tw-ring-color: rgb(64 64 64 / 0.1); +} +.ring-neutral-700\/20{ + --tw-ring-color: rgb(64 64 64 / 0.2); +} +.ring-neutral-700\/25{ + --tw-ring-color: rgb(64 64 64 / 0.25); +} +.ring-neutral-700\/30{ + --tw-ring-color: rgb(64 64 64 / 0.3); +} +.ring-neutral-700\/40{ + --tw-ring-color: rgb(64 64 64 / 0.4); +} +.ring-neutral-700\/50{ + --tw-ring-color: rgb(64 64 64 / 0.5); +} +.ring-neutral-700\/60{ + --tw-ring-color: rgb(64 64 64 / 0.6); +} +.ring-neutral-700\/70{ + --tw-ring-color: rgb(64 64 64 / 0.7); +} +.ring-neutral-700\/75{ + --tw-ring-color: rgb(64 64 64 / 0.75); +} +.ring-neutral-700\/80{ + --tw-ring-color: rgb(64 64 64 / 0.8); +} +.ring-neutral-700\/90{ + --tw-ring-color: rgb(64 64 64 / 0.9); +} +.ring-neutral-700\/95{ + --tw-ring-color: rgb(64 64 64 / 0.95); +} +.ring-neutral-700\/100{ + --tw-ring-color: rgb(64 64 64 / 1); +} +.ring-neutral-800\/0{ + --tw-ring-color: rgb(38 38 38 / 0); +} +.ring-neutral-800\/5{ + --tw-ring-color: rgb(38 38 38 / 0.05); +} +.ring-neutral-800\/10{ + --tw-ring-color: rgb(38 38 38 / 0.1); +} +.ring-neutral-800\/20{ + --tw-ring-color: rgb(38 38 38 / 0.2); +} +.ring-neutral-800\/25{ + --tw-ring-color: rgb(38 38 38 / 0.25); +} +.ring-neutral-800\/30{ + --tw-ring-color: rgb(38 38 38 / 0.3); +} +.ring-neutral-800\/40{ + --tw-ring-color: rgb(38 38 38 / 0.4); +} +.ring-neutral-800\/50{ + --tw-ring-color: rgb(38 38 38 / 0.5); +} +.ring-neutral-800\/60{ + --tw-ring-color: rgb(38 38 38 / 0.6); +} +.ring-neutral-800\/70{ + --tw-ring-color: rgb(38 38 38 / 0.7); +} +.ring-neutral-800\/75{ + --tw-ring-color: rgb(38 38 38 / 0.75); +} +.ring-neutral-800\/80{ + --tw-ring-color: rgb(38 38 38 / 0.8); +} +.ring-neutral-800\/90{ + --tw-ring-color: rgb(38 38 38 / 0.9); +} +.ring-neutral-800\/95{ + --tw-ring-color: rgb(38 38 38 / 0.95); +} +.ring-neutral-800\/100{ + --tw-ring-color: rgb(38 38 38 / 1); +} +.ring-neutral-900\/0{ + --tw-ring-color: rgb(23 23 23 / 0); +} +.ring-neutral-900\/5{ + --tw-ring-color: rgb(23 23 23 / 0.05); +} +.ring-neutral-900\/10{ + --tw-ring-color: rgb(23 23 23 / 0.1); +} +.ring-neutral-900\/20{ + --tw-ring-color: rgb(23 23 23 / 0.2); +} +.ring-neutral-900\/25{ + --tw-ring-color: rgb(23 23 23 / 0.25); +} +.ring-neutral-900\/30{ + --tw-ring-color: rgb(23 23 23 / 0.3); +} +.ring-neutral-900\/40{ + --tw-ring-color: rgb(23 23 23 / 0.4); +} +.ring-neutral-900\/50{ + --tw-ring-color: rgb(23 23 23 / 0.5); +} +.ring-neutral-900\/60{ + --tw-ring-color: rgb(23 23 23 / 0.6); +} +.ring-neutral-900\/70{ + --tw-ring-color: rgb(23 23 23 / 0.7); +} +.ring-neutral-900\/75{ + --tw-ring-color: rgb(23 23 23 / 0.75); +} +.ring-neutral-900\/80{ + --tw-ring-color: rgb(23 23 23 / 0.8); +} +.ring-neutral-900\/90{ + --tw-ring-color: rgb(23 23 23 / 0.9); +} +.ring-neutral-900\/95{ + --tw-ring-color: rgb(23 23 23 / 0.95); +} +.ring-neutral-900\/100{ + --tw-ring-color: rgb(23 23 23 / 1); +} +.ring-stone-50\/0{ + --tw-ring-color: rgb(250 250 249 / 0); +} +.ring-stone-50\/5{ + --tw-ring-color: rgb(250 250 249 / 0.05); +} +.ring-stone-50\/10{ + --tw-ring-color: rgb(250 250 249 / 0.1); +} +.ring-stone-50\/20{ + --tw-ring-color: rgb(250 250 249 / 0.2); +} +.ring-stone-50\/25{ + --tw-ring-color: rgb(250 250 249 / 0.25); +} +.ring-stone-50\/30{ + --tw-ring-color: rgb(250 250 249 / 0.3); +} +.ring-stone-50\/40{ + --tw-ring-color: rgb(250 250 249 / 0.4); +} +.ring-stone-50\/50{ + --tw-ring-color: rgb(250 250 249 / 0.5); +} +.ring-stone-50\/60{ + --tw-ring-color: rgb(250 250 249 / 0.6); +} +.ring-stone-50\/70{ + --tw-ring-color: rgb(250 250 249 / 0.7); +} +.ring-stone-50\/75{ + --tw-ring-color: rgb(250 250 249 / 0.75); +} +.ring-stone-50\/80{ + --tw-ring-color: rgb(250 250 249 / 0.8); +} +.ring-stone-50\/90{ + --tw-ring-color: rgb(250 250 249 / 0.9); +} +.ring-stone-50\/95{ + --tw-ring-color: rgb(250 250 249 / 0.95); +} +.ring-stone-50\/100{ + --tw-ring-color: rgb(250 250 249 / 1); +} +.ring-stone-100\/0{ + --tw-ring-color: rgb(245 245 244 / 0); +} +.ring-stone-100\/5{ + --tw-ring-color: rgb(245 245 244 / 0.05); +} +.ring-stone-100\/10{ + --tw-ring-color: rgb(245 245 244 / 0.1); +} +.ring-stone-100\/20{ + --tw-ring-color: rgb(245 245 244 / 0.2); +} +.ring-stone-100\/25{ + --tw-ring-color: rgb(245 245 244 / 0.25); +} +.ring-stone-100\/30{ + --tw-ring-color: rgb(245 245 244 / 0.3); +} +.ring-stone-100\/40{ + --tw-ring-color: rgb(245 245 244 / 0.4); +} +.ring-stone-100\/50{ + --tw-ring-color: rgb(245 245 244 / 0.5); +} +.ring-stone-100\/60{ + --tw-ring-color: rgb(245 245 244 / 0.6); +} +.ring-stone-100\/70{ + --tw-ring-color: rgb(245 245 244 / 0.7); +} +.ring-stone-100\/75{ + --tw-ring-color: rgb(245 245 244 / 0.75); +} +.ring-stone-100\/80{ + --tw-ring-color: rgb(245 245 244 / 0.8); +} +.ring-stone-100\/90{ + --tw-ring-color: rgb(245 245 244 / 0.9); +} +.ring-stone-100\/95{ + --tw-ring-color: rgb(245 245 244 / 0.95); +} +.ring-stone-100\/100{ + --tw-ring-color: rgb(245 245 244 / 1); +} +.ring-stone-200\/0{ + --tw-ring-color: rgb(231 229 228 / 0); +} +.ring-stone-200\/5{ + --tw-ring-color: rgb(231 229 228 / 0.05); +} +.ring-stone-200\/10{ + --tw-ring-color: rgb(231 229 228 / 0.1); +} +.ring-stone-200\/20{ + --tw-ring-color: rgb(231 229 228 / 0.2); +} +.ring-stone-200\/25{ + --tw-ring-color: rgb(231 229 228 / 0.25); +} +.ring-stone-200\/30{ + --tw-ring-color: rgb(231 229 228 / 0.3); +} +.ring-stone-200\/40{ + --tw-ring-color: rgb(231 229 228 / 0.4); +} +.ring-stone-200\/50{ + --tw-ring-color: rgb(231 229 228 / 0.5); +} +.ring-stone-200\/60{ + --tw-ring-color: rgb(231 229 228 / 0.6); +} +.ring-stone-200\/70{ + --tw-ring-color: rgb(231 229 228 / 0.7); +} +.ring-stone-200\/75{ + --tw-ring-color: rgb(231 229 228 / 0.75); +} +.ring-stone-200\/80{ + --tw-ring-color: rgb(231 229 228 / 0.8); +} +.ring-stone-200\/90{ + --tw-ring-color: rgb(231 229 228 / 0.9); +} +.ring-stone-200\/95{ + --tw-ring-color: rgb(231 229 228 / 0.95); +} +.ring-stone-200\/100{ + --tw-ring-color: rgb(231 229 228 / 1); +} +.ring-stone-300\/0{ + --tw-ring-color: rgb(214 211 209 / 0); +} +.ring-stone-300\/5{ + --tw-ring-color: rgb(214 211 209 / 0.05); +} +.ring-stone-300\/10{ + --tw-ring-color: rgb(214 211 209 / 0.1); +} +.ring-stone-300\/20{ + --tw-ring-color: rgb(214 211 209 / 0.2); +} +.ring-stone-300\/25{ + --tw-ring-color: rgb(214 211 209 / 0.25); +} +.ring-stone-300\/30{ + --tw-ring-color: rgb(214 211 209 / 0.3); +} +.ring-stone-300\/40{ + --tw-ring-color: rgb(214 211 209 / 0.4); +} +.ring-stone-300\/50{ + --tw-ring-color: rgb(214 211 209 / 0.5); +} +.ring-stone-300\/60{ + --tw-ring-color: rgb(214 211 209 / 0.6); +} +.ring-stone-300\/70{ + --tw-ring-color: rgb(214 211 209 / 0.7); +} +.ring-stone-300\/75{ + --tw-ring-color: rgb(214 211 209 / 0.75); +} +.ring-stone-300\/80{ + --tw-ring-color: rgb(214 211 209 / 0.8); +} +.ring-stone-300\/90{ + --tw-ring-color: rgb(214 211 209 / 0.9); +} +.ring-stone-300\/95{ + --tw-ring-color: rgb(214 211 209 / 0.95); +} +.ring-stone-300\/100{ + --tw-ring-color: rgb(214 211 209 / 1); +} +.ring-stone-400\/0{ + --tw-ring-color: rgb(168 162 158 / 0); +} +.ring-stone-400\/5{ + --tw-ring-color: rgb(168 162 158 / 0.05); +} +.ring-stone-400\/10{ + --tw-ring-color: rgb(168 162 158 / 0.1); +} +.ring-stone-400\/20{ + --tw-ring-color: rgb(168 162 158 / 0.2); +} +.ring-stone-400\/25{ + --tw-ring-color: rgb(168 162 158 / 0.25); +} +.ring-stone-400\/30{ + --tw-ring-color: rgb(168 162 158 / 0.3); +} +.ring-stone-400\/40{ + --tw-ring-color: rgb(168 162 158 / 0.4); +} +.ring-stone-400\/50{ + --tw-ring-color: rgb(168 162 158 / 0.5); +} +.ring-stone-400\/60{ + --tw-ring-color: rgb(168 162 158 / 0.6); +} +.ring-stone-400\/70{ + --tw-ring-color: rgb(168 162 158 / 0.7); +} +.ring-stone-400\/75{ + --tw-ring-color: rgb(168 162 158 / 0.75); +} +.ring-stone-400\/80{ + --tw-ring-color: rgb(168 162 158 / 0.8); +} +.ring-stone-400\/90{ + --tw-ring-color: rgb(168 162 158 / 0.9); +} +.ring-stone-400\/95{ + --tw-ring-color: rgb(168 162 158 / 0.95); +} +.ring-stone-400\/100{ + --tw-ring-color: rgb(168 162 158 / 1); +} +.ring-stone-500\/0{ + --tw-ring-color: rgb(120 113 108 / 0); +} +.ring-stone-500\/5{ + --tw-ring-color: rgb(120 113 108 / 0.05); +} +.ring-stone-500\/10{ + --tw-ring-color: rgb(120 113 108 / 0.1); +} +.ring-stone-500\/20{ + --tw-ring-color: rgb(120 113 108 / 0.2); +} +.ring-stone-500\/25{ + --tw-ring-color: rgb(120 113 108 / 0.25); +} +.ring-stone-500\/30{ + --tw-ring-color: rgb(120 113 108 / 0.3); +} +.ring-stone-500\/40{ + --tw-ring-color: rgb(120 113 108 / 0.4); +} +.ring-stone-500\/50{ + --tw-ring-color: rgb(120 113 108 / 0.5); +} +.ring-stone-500\/60{ + --tw-ring-color: rgb(120 113 108 / 0.6); +} +.ring-stone-500\/70{ + --tw-ring-color: rgb(120 113 108 / 0.7); +} +.ring-stone-500\/75{ + --tw-ring-color: rgb(120 113 108 / 0.75); +} +.ring-stone-500\/80{ + --tw-ring-color: rgb(120 113 108 / 0.8); +} +.ring-stone-500\/90{ + --tw-ring-color: rgb(120 113 108 / 0.9); +} +.ring-stone-500\/95{ + --tw-ring-color: rgb(120 113 108 / 0.95); +} +.ring-stone-500\/100{ + --tw-ring-color: rgb(120 113 108 / 1); +} +.ring-stone-600\/0{ + --tw-ring-color: rgb(87 83 78 / 0); +} +.ring-stone-600\/5{ + --tw-ring-color: rgb(87 83 78 / 0.05); +} +.ring-stone-600\/10{ + --tw-ring-color: rgb(87 83 78 / 0.1); +} +.ring-stone-600\/20{ + --tw-ring-color: rgb(87 83 78 / 0.2); +} +.ring-stone-600\/25{ + --tw-ring-color: rgb(87 83 78 / 0.25); +} +.ring-stone-600\/30{ + --tw-ring-color: rgb(87 83 78 / 0.3); +} +.ring-stone-600\/40{ + --tw-ring-color: rgb(87 83 78 / 0.4); +} +.ring-stone-600\/50{ + --tw-ring-color: rgb(87 83 78 / 0.5); +} +.ring-stone-600\/60{ + --tw-ring-color: rgb(87 83 78 / 0.6); +} +.ring-stone-600\/70{ + --tw-ring-color: rgb(87 83 78 / 0.7); +} +.ring-stone-600\/75{ + --tw-ring-color: rgb(87 83 78 / 0.75); +} +.ring-stone-600\/80{ + --tw-ring-color: rgb(87 83 78 / 0.8); +} +.ring-stone-600\/90{ + --tw-ring-color: rgb(87 83 78 / 0.9); +} +.ring-stone-600\/95{ + --tw-ring-color: rgb(87 83 78 / 0.95); +} +.ring-stone-600\/100{ + --tw-ring-color: rgb(87 83 78 / 1); +} +.ring-stone-700\/0{ + --tw-ring-color: rgb(68 64 60 / 0); +} +.ring-stone-700\/5{ + --tw-ring-color: rgb(68 64 60 / 0.05); +} +.ring-stone-700\/10{ + --tw-ring-color: rgb(68 64 60 / 0.1); +} +.ring-stone-700\/20{ + --tw-ring-color: rgb(68 64 60 / 0.2); +} +.ring-stone-700\/25{ + --tw-ring-color: rgb(68 64 60 / 0.25); +} +.ring-stone-700\/30{ + --tw-ring-color: rgb(68 64 60 / 0.3); +} +.ring-stone-700\/40{ + --tw-ring-color: rgb(68 64 60 / 0.4); +} +.ring-stone-700\/50{ + --tw-ring-color: rgb(68 64 60 / 0.5); +} +.ring-stone-700\/60{ + --tw-ring-color: rgb(68 64 60 / 0.6); +} +.ring-stone-700\/70{ + --tw-ring-color: rgb(68 64 60 / 0.7); +} +.ring-stone-700\/75{ + --tw-ring-color: rgb(68 64 60 / 0.75); +} +.ring-stone-700\/80{ + --tw-ring-color: rgb(68 64 60 / 0.8); +} +.ring-stone-700\/90{ + --tw-ring-color: rgb(68 64 60 / 0.9); +} +.ring-stone-700\/95{ + --tw-ring-color: rgb(68 64 60 / 0.95); +} +.ring-stone-700\/100{ + --tw-ring-color: rgb(68 64 60 / 1); +} +.ring-stone-800\/0{ + --tw-ring-color: rgb(41 37 36 / 0); +} +.ring-stone-800\/5{ + --tw-ring-color: rgb(41 37 36 / 0.05); +} +.ring-stone-800\/10{ + --tw-ring-color: rgb(41 37 36 / 0.1); +} +.ring-stone-800\/20{ + --tw-ring-color: rgb(41 37 36 / 0.2); +} +.ring-stone-800\/25{ + --tw-ring-color: rgb(41 37 36 / 0.25); +} +.ring-stone-800\/30{ + --tw-ring-color: rgb(41 37 36 / 0.3); +} +.ring-stone-800\/40{ + --tw-ring-color: rgb(41 37 36 / 0.4); +} +.ring-stone-800\/50{ + --tw-ring-color: rgb(41 37 36 / 0.5); +} +.ring-stone-800\/60{ + --tw-ring-color: rgb(41 37 36 / 0.6); +} +.ring-stone-800\/70{ + --tw-ring-color: rgb(41 37 36 / 0.7); +} +.ring-stone-800\/75{ + --tw-ring-color: rgb(41 37 36 / 0.75); +} +.ring-stone-800\/80{ + --tw-ring-color: rgb(41 37 36 / 0.8); +} +.ring-stone-800\/90{ + --tw-ring-color: rgb(41 37 36 / 0.9); +} +.ring-stone-800\/95{ + --tw-ring-color: rgb(41 37 36 / 0.95); +} +.ring-stone-800\/100{ + --tw-ring-color: rgb(41 37 36 / 1); +} +.ring-stone-900\/0{ + --tw-ring-color: rgb(28 25 23 / 0); +} +.ring-stone-900\/5{ + --tw-ring-color: rgb(28 25 23 / 0.05); +} +.ring-stone-900\/10{ + --tw-ring-color: rgb(28 25 23 / 0.1); +} +.ring-stone-900\/20{ + --tw-ring-color: rgb(28 25 23 / 0.2); +} +.ring-stone-900\/25{ + --tw-ring-color: rgb(28 25 23 / 0.25); +} +.ring-stone-900\/30{ + --tw-ring-color: rgb(28 25 23 / 0.3); +} +.ring-stone-900\/40{ + --tw-ring-color: rgb(28 25 23 / 0.4); +} +.ring-stone-900\/50{ + --tw-ring-color: rgb(28 25 23 / 0.5); +} +.ring-stone-900\/60{ + --tw-ring-color: rgb(28 25 23 / 0.6); +} +.ring-stone-900\/70{ + --tw-ring-color: rgb(28 25 23 / 0.7); +} +.ring-stone-900\/75{ + --tw-ring-color: rgb(28 25 23 / 0.75); +} +.ring-stone-900\/80{ + --tw-ring-color: rgb(28 25 23 / 0.8); +} +.ring-stone-900\/90{ + --tw-ring-color: rgb(28 25 23 / 0.9); +} +.ring-stone-900\/95{ + --tw-ring-color: rgb(28 25 23 / 0.95); +} +.ring-stone-900\/100{ + --tw-ring-color: rgb(28 25 23 / 1); +} +.ring-red-50\/0{ + --tw-ring-color: rgb(252 242 242 / 0); +} +.ring-red-50\/5{ + --tw-ring-color: rgb(252 242 242 / 0.05); +} +.ring-red-50\/10{ + --tw-ring-color: rgb(252 242 242 / 0.1); +} +.ring-red-50\/20{ + --tw-ring-color: rgb(252 242 242 / 0.2); +} +.ring-red-50\/25{ + --tw-ring-color: rgb(252 242 242 / 0.25); +} +.ring-red-50\/30{ + --tw-ring-color: rgb(252 242 242 / 0.3); +} +.ring-red-50\/40{ + --tw-ring-color: rgb(252 242 242 / 0.4); +} +.ring-red-50\/50{ + --tw-ring-color: rgb(252 242 242 / 0.5); +} +.ring-red-50\/60{ + --tw-ring-color: rgb(252 242 242 / 0.6); +} +.ring-red-50\/70{ + --tw-ring-color: rgb(252 242 242 / 0.7); +} +.ring-red-50\/75{ + --tw-ring-color: rgb(252 242 242 / 0.75); +} +.ring-red-50\/80{ + --tw-ring-color: rgb(252 242 242 / 0.8); +} +.ring-red-50\/90{ + --tw-ring-color: rgb(252 242 242 / 0.9); +} +.ring-red-50\/95{ + --tw-ring-color: rgb(252 242 242 / 0.95); +} +.ring-red-50\/100{ + --tw-ring-color: rgb(252 242 242 / 1); +} +.ring-red-100\/0{ + --tw-ring-color: rgb(250 230 230 / 0); +} +.ring-red-100\/5{ + --tw-ring-color: rgb(250 230 230 / 0.05); +} +.ring-red-100\/10{ + --tw-ring-color: rgb(250 230 230 / 0.1); +} +.ring-red-100\/20{ + --tw-ring-color: rgb(250 230 230 / 0.2); +} +.ring-red-100\/25{ + --tw-ring-color: rgb(250 230 230 / 0.25); +} +.ring-red-100\/30{ + --tw-ring-color: rgb(250 230 230 / 0.3); +} +.ring-red-100\/40{ + --tw-ring-color: rgb(250 230 230 / 0.4); +} +.ring-red-100\/50{ + --tw-ring-color: rgb(250 230 230 / 0.5); +} +.ring-red-100\/60{ + --tw-ring-color: rgb(250 230 230 / 0.6); +} +.ring-red-100\/70{ + --tw-ring-color: rgb(250 230 230 / 0.7); +} +.ring-red-100\/75{ + --tw-ring-color: rgb(250 230 230 / 0.75); +} +.ring-red-100\/80{ + --tw-ring-color: rgb(250 230 230 / 0.8); +} +.ring-red-100\/90{ + --tw-ring-color: rgb(250 230 230 / 0.9); +} +.ring-red-100\/95{ + --tw-ring-color: rgb(250 230 230 / 0.95); +} +.ring-red-100\/100{ + --tw-ring-color: rgb(250 230 230 / 1); +} +.ring-red-200\/0{ + --tw-ring-color: rgb(242 191 191 / 0); +} +.ring-red-200\/5{ + --tw-ring-color: rgb(242 191 191 / 0.05); +} +.ring-red-200\/10{ + --tw-ring-color: rgb(242 191 191 / 0.1); +} +.ring-red-200\/20{ + --tw-ring-color: rgb(242 191 191 / 0.2); +} +.ring-red-200\/25{ + --tw-ring-color: rgb(242 191 191 / 0.25); +} +.ring-red-200\/30{ + --tw-ring-color: rgb(242 191 191 / 0.3); +} +.ring-red-200\/40{ + --tw-ring-color: rgb(242 191 191 / 0.4); +} +.ring-red-200\/50{ + --tw-ring-color: rgb(242 191 191 / 0.5); +} +.ring-red-200\/60{ + --tw-ring-color: rgb(242 191 191 / 0.6); +} +.ring-red-200\/70{ + --tw-ring-color: rgb(242 191 191 / 0.7); +} +.ring-red-200\/75{ + --tw-ring-color: rgb(242 191 191 / 0.75); +} +.ring-red-200\/80{ + --tw-ring-color: rgb(242 191 191 / 0.8); +} +.ring-red-200\/90{ + --tw-ring-color: rgb(242 191 191 / 0.9); +} +.ring-red-200\/95{ + --tw-ring-color: rgb(242 191 191 / 0.95); +} +.ring-red-200\/100{ + --tw-ring-color: rgb(242 191 191 / 1); +} +.ring-red-300\/0{ + --tw-ring-color: rgb(235 153 153 / 0); +} +.ring-red-300\/5{ + --tw-ring-color: rgb(235 153 153 / 0.05); +} +.ring-red-300\/10{ + --tw-ring-color: rgb(235 153 153 / 0.1); +} +.ring-red-300\/20{ + --tw-ring-color: rgb(235 153 153 / 0.2); +} +.ring-red-300\/25{ + --tw-ring-color: rgb(235 153 153 / 0.25); +} +.ring-red-300\/30{ + --tw-ring-color: rgb(235 153 153 / 0.3); +} +.ring-red-300\/40{ + --tw-ring-color: rgb(235 153 153 / 0.4); +} +.ring-red-300\/50{ + --tw-ring-color: rgb(235 153 153 / 0.5); +} +.ring-red-300\/60{ + --tw-ring-color: rgb(235 153 153 / 0.6); +} +.ring-red-300\/70{ + --tw-ring-color: rgb(235 153 153 / 0.7); +} +.ring-red-300\/75{ + --tw-ring-color: rgb(235 153 153 / 0.75); +} +.ring-red-300\/80{ + --tw-ring-color: rgb(235 153 153 / 0.8); +} +.ring-red-300\/90{ + --tw-ring-color: rgb(235 153 153 / 0.9); +} +.ring-red-300\/95{ + --tw-ring-color: rgb(235 153 153 / 0.95); +} +.ring-red-300\/100{ + --tw-ring-color: rgb(235 153 153 / 1); +} +.ring-red-400\/0{ + --tw-ring-color: rgb(219 77 77 / 0); +} +.ring-red-400\/5{ + --tw-ring-color: rgb(219 77 77 / 0.05); +} +.ring-red-400\/10{ + --tw-ring-color: rgb(219 77 77 / 0.1); +} +.ring-red-400\/20{ + --tw-ring-color: rgb(219 77 77 / 0.2); +} +.ring-red-400\/25{ + --tw-ring-color: rgb(219 77 77 / 0.25); +} +.ring-red-400\/30{ + --tw-ring-color: rgb(219 77 77 / 0.3); +} +.ring-red-400\/40{ + --tw-ring-color: rgb(219 77 77 / 0.4); +} +.ring-red-400\/50{ + --tw-ring-color: rgb(219 77 77 / 0.5); +} +.ring-red-400\/60{ + --tw-ring-color: rgb(219 77 77 / 0.6); +} +.ring-red-400\/70{ + --tw-ring-color: rgb(219 77 77 / 0.7); +} +.ring-red-400\/75{ + --tw-ring-color: rgb(219 77 77 / 0.75); +} +.ring-red-400\/80{ + --tw-ring-color: rgb(219 77 77 / 0.8); +} +.ring-red-400\/90{ + --tw-ring-color: rgb(219 77 77 / 0.9); +} +.ring-red-400\/95{ + --tw-ring-color: rgb(219 77 77 / 0.95); +} +.ring-red-400\/100{ + --tw-ring-color: rgb(219 77 77 / 1); +} +.ring-red-500\/0{ + --tw-ring-color: rgb(204 0 0 / 0); +} +.ring-red-500\/5{ + --tw-ring-color: rgb(204 0 0 / 0.05); +} +.ring-red-500\/10{ + --tw-ring-color: rgb(204 0 0 / 0.1); +} +.ring-red-500\/20{ + --tw-ring-color: rgb(204 0 0 / 0.2); +} +.ring-red-500\/25{ + --tw-ring-color: rgb(204 0 0 / 0.25); +} +.ring-red-500\/30{ + --tw-ring-color: rgb(204 0 0 / 0.3); +} +.ring-red-500\/40{ + --tw-ring-color: rgb(204 0 0 / 0.4); +} +.ring-red-500\/50{ + --tw-ring-color: rgb(204 0 0 / 0.5); +} +.ring-red-500\/60{ + --tw-ring-color: rgb(204 0 0 / 0.6); +} +.ring-red-500\/70{ + --tw-ring-color: rgb(204 0 0 / 0.7); +} +.ring-red-500\/75{ + --tw-ring-color: rgb(204 0 0 / 0.75); +} +.ring-red-500\/80{ + --tw-ring-color: rgb(204 0 0 / 0.8); +} +.ring-red-500\/90{ + --tw-ring-color: rgb(204 0 0 / 0.9); +} +.ring-red-500\/95{ + --tw-ring-color: rgb(204 0 0 / 0.95); +} +.ring-red-500\/100{ + --tw-ring-color: rgb(204 0 0 / 1); +} +.ring-red-600\/0{ + --tw-ring-color: rgb(184 0 0 / 0); +} +.ring-red-600\/5{ + --tw-ring-color: rgb(184 0 0 / 0.05); +} +.ring-red-600\/10{ + --tw-ring-color: rgb(184 0 0 / 0.1); +} +.ring-red-600\/20{ + --tw-ring-color: rgb(184 0 0 / 0.2); +} +.ring-red-600\/25{ + --tw-ring-color: rgb(184 0 0 / 0.25); +} +.ring-red-600\/30{ + --tw-ring-color: rgb(184 0 0 / 0.3); +} +.ring-red-600\/40{ + --tw-ring-color: rgb(184 0 0 / 0.4); +} +.ring-red-600\/50{ + --tw-ring-color: rgb(184 0 0 / 0.5); +} +.ring-red-600\/60{ + --tw-ring-color: rgb(184 0 0 / 0.6); +} +.ring-red-600\/70{ + --tw-ring-color: rgb(184 0 0 / 0.7); +} +.ring-red-600\/75{ + --tw-ring-color: rgb(184 0 0 / 0.75); +} +.ring-red-600\/80{ + --tw-ring-color: rgb(184 0 0 / 0.8); +} +.ring-red-600\/90{ + --tw-ring-color: rgb(184 0 0 / 0.9); +} +.ring-red-600\/95{ + --tw-ring-color: rgb(184 0 0 / 0.95); +} +.ring-red-600\/100{ + --tw-ring-color: rgb(184 0 0 / 1); +} +.ring-red-700\/0{ + --tw-ring-color: rgb(153 0 0 / 0); +} +.ring-red-700\/5{ + --tw-ring-color: rgb(153 0 0 / 0.05); +} +.ring-red-700\/10{ + --tw-ring-color: rgb(153 0 0 / 0.1); +} +.ring-red-700\/20{ + --tw-ring-color: rgb(153 0 0 / 0.2); +} +.ring-red-700\/25{ + --tw-ring-color: rgb(153 0 0 / 0.25); +} +.ring-red-700\/30{ + --tw-ring-color: rgb(153 0 0 / 0.3); +} +.ring-red-700\/40{ + --tw-ring-color: rgb(153 0 0 / 0.4); +} +.ring-red-700\/50{ + --tw-ring-color: rgb(153 0 0 / 0.5); +} +.ring-red-700\/60{ + --tw-ring-color: rgb(153 0 0 / 0.6); +} +.ring-red-700\/70{ + --tw-ring-color: rgb(153 0 0 / 0.7); +} +.ring-red-700\/75{ + --tw-ring-color: rgb(153 0 0 / 0.75); +} +.ring-red-700\/80{ + --tw-ring-color: rgb(153 0 0 / 0.8); +} +.ring-red-700\/90{ + --tw-ring-color: rgb(153 0 0 / 0.9); +} +.ring-red-700\/95{ + --tw-ring-color: rgb(153 0 0 / 0.95); +} +.ring-red-700\/100{ + --tw-ring-color: rgb(153 0 0 / 1); +} +.ring-red-800\/0{ + --tw-ring-color: rgb(122 0 0 / 0); +} +.ring-red-800\/5{ + --tw-ring-color: rgb(122 0 0 / 0.05); +} +.ring-red-800\/10{ + --tw-ring-color: rgb(122 0 0 / 0.1); +} +.ring-red-800\/20{ + --tw-ring-color: rgb(122 0 0 / 0.2); +} +.ring-red-800\/25{ + --tw-ring-color: rgb(122 0 0 / 0.25); +} +.ring-red-800\/30{ + --tw-ring-color: rgb(122 0 0 / 0.3); +} +.ring-red-800\/40{ + --tw-ring-color: rgb(122 0 0 / 0.4); +} +.ring-red-800\/50{ + --tw-ring-color: rgb(122 0 0 / 0.5); +} +.ring-red-800\/60{ + --tw-ring-color: rgb(122 0 0 / 0.6); +} +.ring-red-800\/70{ + --tw-ring-color: rgb(122 0 0 / 0.7); +} +.ring-red-800\/75{ + --tw-ring-color: rgb(122 0 0 / 0.75); +} +.ring-red-800\/80{ + --tw-ring-color: rgb(122 0 0 / 0.8); +} +.ring-red-800\/90{ + --tw-ring-color: rgb(122 0 0 / 0.9); +} +.ring-red-800\/95{ + --tw-ring-color: rgb(122 0 0 / 0.95); +} +.ring-red-800\/100{ + --tw-ring-color: rgb(122 0 0 / 1); +} +.ring-red-900\/0{ + --tw-ring-color: rgb(100 0 0 / 0); +} +.ring-red-900\/5{ + --tw-ring-color: rgb(100 0 0 / 0.05); +} +.ring-red-900\/10{ + --tw-ring-color: rgb(100 0 0 / 0.1); +} +.ring-red-900\/20{ + --tw-ring-color: rgb(100 0 0 / 0.2); +} +.ring-red-900\/25{ + --tw-ring-color: rgb(100 0 0 / 0.25); +} +.ring-red-900\/30{ + --tw-ring-color: rgb(100 0 0 / 0.3); +} +.ring-red-900\/40{ + --tw-ring-color: rgb(100 0 0 / 0.4); +} +.ring-red-900\/50{ + --tw-ring-color: rgb(100 0 0 / 0.5); +} +.ring-red-900\/60{ + --tw-ring-color: rgb(100 0 0 / 0.6); +} +.ring-red-900\/70{ + --tw-ring-color: rgb(100 0 0 / 0.7); +} +.ring-red-900\/75{ + --tw-ring-color: rgb(100 0 0 / 0.75); +} +.ring-red-900\/80{ + --tw-ring-color: rgb(100 0 0 / 0.8); +} +.ring-red-900\/90{ + --tw-ring-color: rgb(100 0 0 / 0.9); +} +.ring-red-900\/95{ + --tw-ring-color: rgb(100 0 0 / 0.95); +} +.ring-red-900\/100{ + --tw-ring-color: rgb(100 0 0 / 1); +} +.ring-red\/0{ + --tw-ring-color: rgb(204 0 0 / 0); +} +.ring-red\/5{ + --tw-ring-color: rgb(204 0 0 / 0.05); +} +.ring-red\/10{ + --tw-ring-color: rgb(204 0 0 / 0.1); +} +.ring-red\/20{ + --tw-ring-color: rgb(204 0 0 / 0.2); +} +.ring-red\/25{ + --tw-ring-color: rgb(204 0 0 / 0.25); +} +.ring-red\/30{ + --tw-ring-color: rgb(204 0 0 / 0.3); +} +.ring-red\/40{ + --tw-ring-color: rgb(204 0 0 / 0.4); +} +.ring-red\/50{ + --tw-ring-color: rgb(204 0 0 / 0.5); +} +.ring-red\/60{ + --tw-ring-color: rgb(204 0 0 / 0.6); +} +.ring-red\/70{ + --tw-ring-color: rgb(204 0 0 / 0.7); +} +.ring-red\/75{ + --tw-ring-color: rgb(204 0 0 / 0.75); +} +.ring-red\/80{ + --tw-ring-color: rgb(204 0 0 / 0.8); +} +.ring-red\/90{ + --tw-ring-color: rgb(204 0 0 / 0.9); +} +.ring-red\/95{ + --tw-ring-color: rgb(204 0 0 / 0.95); +} +.ring-red\/100{ + --tw-ring-color: rgb(204 0 0 / 1); +} +.ring-orange-50\/0{ + --tw-ring-color: rgb(255 250 243 / 0); +} +.ring-orange-50\/5{ + --tw-ring-color: rgb(255 250 243 / 0.05); +} +.ring-orange-50\/10{ + --tw-ring-color: rgb(255 250 243 / 0.1); +} +.ring-orange-50\/20{ + --tw-ring-color: rgb(255 250 243 / 0.2); +} +.ring-orange-50\/25{ + --tw-ring-color: rgb(255 250 243 / 0.25); +} +.ring-orange-50\/30{ + --tw-ring-color: rgb(255 250 243 / 0.3); +} +.ring-orange-50\/40{ + --tw-ring-color: rgb(255 250 243 / 0.4); +} +.ring-orange-50\/50{ + --tw-ring-color: rgb(255 250 243 / 0.5); +} +.ring-orange-50\/60{ + --tw-ring-color: rgb(255 250 243 / 0.6); +} +.ring-orange-50\/70{ + --tw-ring-color: rgb(255 250 243 / 0.7); +} +.ring-orange-50\/75{ + --tw-ring-color: rgb(255 250 243 / 0.75); +} +.ring-orange-50\/80{ + --tw-ring-color: rgb(255 250 243 / 0.8); +} +.ring-orange-50\/90{ + --tw-ring-color: rgb(255 250 243 / 0.9); +} +.ring-orange-50\/95{ + --tw-ring-color: rgb(255 250 243 / 0.95); +} +.ring-orange-50\/100{ + --tw-ring-color: rgb(255 250 243 / 1); +} +.ring-orange-100\/0{ + --tw-ring-color: rgb(254 245 231 / 0); +} +.ring-orange-100\/5{ + --tw-ring-color: rgb(254 245 231 / 0.05); +} +.ring-orange-100\/10{ + --tw-ring-color: rgb(254 245 231 / 0.1); +} +.ring-orange-100\/20{ + --tw-ring-color: rgb(254 245 231 / 0.2); +} +.ring-orange-100\/25{ + --tw-ring-color: rgb(254 245 231 / 0.25); +} +.ring-orange-100\/30{ + --tw-ring-color: rgb(254 245 231 / 0.3); +} +.ring-orange-100\/40{ + --tw-ring-color: rgb(254 245 231 / 0.4); +} +.ring-orange-100\/50{ + --tw-ring-color: rgb(254 245 231 / 0.5); +} +.ring-orange-100\/60{ + --tw-ring-color: rgb(254 245 231 / 0.6); +} +.ring-orange-100\/70{ + --tw-ring-color: rgb(254 245 231 / 0.7); +} +.ring-orange-100\/75{ + --tw-ring-color: rgb(254 245 231 / 0.75); +} +.ring-orange-100\/80{ + --tw-ring-color: rgb(254 245 231 / 0.8); +} +.ring-orange-100\/90{ + --tw-ring-color: rgb(254 245 231 / 0.9); +} +.ring-orange-100\/95{ + --tw-ring-color: rgb(254 245 231 / 0.95); +} +.ring-orange-100\/100{ + --tw-ring-color: rgb(254 245 231 / 1); +} +.ring-orange-200\/0{ + --tw-ring-color: rgb(253 231 194 / 0); +} +.ring-orange-200\/5{ + --tw-ring-color: rgb(253 231 194 / 0.05); +} +.ring-orange-200\/10{ + --tw-ring-color: rgb(253 231 194 / 0.1); +} +.ring-orange-200\/20{ + --tw-ring-color: rgb(253 231 194 / 0.2); +} +.ring-orange-200\/25{ + --tw-ring-color: rgb(253 231 194 / 0.25); +} +.ring-orange-200\/30{ + --tw-ring-color: rgb(253 231 194 / 0.3); +} +.ring-orange-200\/40{ + --tw-ring-color: rgb(253 231 194 / 0.4); +} +.ring-orange-200\/50{ + --tw-ring-color: rgb(253 231 194 / 0.5); +} +.ring-orange-200\/60{ + --tw-ring-color: rgb(253 231 194 / 0.6); +} +.ring-orange-200\/70{ + --tw-ring-color: rgb(253 231 194 / 0.7); +} +.ring-orange-200\/75{ + --tw-ring-color: rgb(253 231 194 / 0.75); +} +.ring-orange-200\/80{ + --tw-ring-color: rgb(253 231 194 / 0.8); +} +.ring-orange-200\/90{ + --tw-ring-color: rgb(253 231 194 / 0.9); +} +.ring-orange-200\/95{ + --tw-ring-color: rgb(253 231 194 / 0.95); +} +.ring-orange-200\/100{ + --tw-ring-color: rgb(253 231 194 / 1); +} +.ring-orange-300\/0{ + --tw-ring-color: rgb(251 216 157 / 0); +} +.ring-orange-300\/5{ + --tw-ring-color: rgb(251 216 157 / 0.05); +} +.ring-orange-300\/10{ + --tw-ring-color: rgb(251 216 157 / 0.1); +} +.ring-orange-300\/20{ + --tw-ring-color: rgb(251 216 157 / 0.2); +} +.ring-orange-300\/25{ + --tw-ring-color: rgb(251 216 157 / 0.25); +} +.ring-orange-300\/30{ + --tw-ring-color: rgb(251 216 157 / 0.3); +} +.ring-orange-300\/40{ + --tw-ring-color: rgb(251 216 157 / 0.4); +} +.ring-orange-300\/50{ + --tw-ring-color: rgb(251 216 157 / 0.5); +} +.ring-orange-300\/60{ + --tw-ring-color: rgb(251 216 157 / 0.6); +} +.ring-orange-300\/70{ + --tw-ring-color: rgb(251 216 157 / 0.7); +} +.ring-orange-300\/75{ + --tw-ring-color: rgb(251 216 157 / 0.75); +} +.ring-orange-300\/80{ + --tw-ring-color: rgb(251 216 157 / 0.8); +} +.ring-orange-300\/90{ + --tw-ring-color: rgb(251 216 157 / 0.9); +} +.ring-orange-300\/95{ + --tw-ring-color: rgb(251 216 157 / 0.95); +} +.ring-orange-300\/100{ + --tw-ring-color: rgb(251 216 157 / 1); +} +.ring-orange-400\/0{ + --tw-ring-color: rgb(248 187 84 / 0); +} +.ring-orange-400\/5{ + --tw-ring-color: rgb(248 187 84 / 0.05); +} +.ring-orange-400\/10{ + --tw-ring-color: rgb(248 187 84 / 0.1); +} +.ring-orange-400\/20{ + --tw-ring-color: rgb(248 187 84 / 0.2); +} +.ring-orange-400\/25{ + --tw-ring-color: rgb(248 187 84 / 0.25); +} +.ring-orange-400\/30{ + --tw-ring-color: rgb(248 187 84 / 0.3); +} +.ring-orange-400\/40{ + --tw-ring-color: rgb(248 187 84 / 0.4); +} +.ring-orange-400\/50{ + --tw-ring-color: rgb(248 187 84 / 0.5); +} +.ring-orange-400\/60{ + --tw-ring-color: rgb(248 187 84 / 0.6); +} +.ring-orange-400\/70{ + --tw-ring-color: rgb(248 187 84 / 0.7); +} +.ring-orange-400\/75{ + --tw-ring-color: rgb(248 187 84 / 0.75); +} +.ring-orange-400\/80{ + --tw-ring-color: rgb(248 187 84 / 0.8); +} +.ring-orange-400\/90{ + --tw-ring-color: rgb(248 187 84 / 0.9); +} +.ring-orange-400\/95{ + --tw-ring-color: rgb(248 187 84 / 0.95); +} +.ring-orange-400\/100{ + --tw-ring-color: rgb(248 187 84 / 1); +} +.ring-orange-500\/0{ + --tw-ring-color: rgb(245 158 11 / 0); +} +.ring-orange-500\/5{ + --tw-ring-color: rgb(245 158 11 / 0.05); +} +.ring-orange-500\/10{ + --tw-ring-color: rgb(245 158 11 / 0.1); +} +.ring-orange-500\/20{ + --tw-ring-color: rgb(245 158 11 / 0.2); +} +.ring-orange-500\/25{ + --tw-ring-color: rgb(245 158 11 / 0.25); +} +.ring-orange-500\/30{ + --tw-ring-color: rgb(245 158 11 / 0.3); +} +.ring-orange-500\/40{ + --tw-ring-color: rgb(245 158 11 / 0.4); +} +.ring-orange-500\/50{ + --tw-ring-color: rgb(245 158 11 / 0.5); +} +.ring-orange-500\/60{ + --tw-ring-color: rgb(245 158 11 / 0.6); +} +.ring-orange-500\/70{ + --tw-ring-color: rgb(245 158 11 / 0.7); +} +.ring-orange-500\/75{ + --tw-ring-color: rgb(245 158 11 / 0.75); +} +.ring-orange-500\/80{ + --tw-ring-color: rgb(245 158 11 / 0.8); +} +.ring-orange-500\/90{ + --tw-ring-color: rgb(245 158 11 / 0.9); +} +.ring-orange-500\/95{ + --tw-ring-color: rgb(245 158 11 / 0.95); +} +.ring-orange-500\/100{ + --tw-ring-color: rgb(245 158 11 / 1); +} +.ring-orange-600\/0{ + --tw-ring-color: rgb(221 142 10 / 0); +} +.ring-orange-600\/5{ + --tw-ring-color: rgb(221 142 10 / 0.05); +} +.ring-orange-600\/10{ + --tw-ring-color: rgb(221 142 10 / 0.1); +} +.ring-orange-600\/20{ + --tw-ring-color: rgb(221 142 10 / 0.2); +} +.ring-orange-600\/25{ + --tw-ring-color: rgb(221 142 10 / 0.25); +} +.ring-orange-600\/30{ + --tw-ring-color: rgb(221 142 10 / 0.3); +} +.ring-orange-600\/40{ + --tw-ring-color: rgb(221 142 10 / 0.4); +} +.ring-orange-600\/50{ + --tw-ring-color: rgb(221 142 10 / 0.5); +} +.ring-orange-600\/60{ + --tw-ring-color: rgb(221 142 10 / 0.6); +} +.ring-orange-600\/70{ + --tw-ring-color: rgb(221 142 10 / 0.7); +} +.ring-orange-600\/75{ + --tw-ring-color: rgb(221 142 10 / 0.75); +} +.ring-orange-600\/80{ + --tw-ring-color: rgb(221 142 10 / 0.8); +} +.ring-orange-600\/90{ + --tw-ring-color: rgb(221 142 10 / 0.9); +} +.ring-orange-600\/95{ + --tw-ring-color: rgb(221 142 10 / 0.95); +} +.ring-orange-600\/100{ + --tw-ring-color: rgb(221 142 10 / 1); +} +.ring-orange-700\/0{ + --tw-ring-color: rgb(184 119 8 / 0); +} +.ring-orange-700\/5{ + --tw-ring-color: rgb(184 119 8 / 0.05); +} +.ring-orange-700\/10{ + --tw-ring-color: rgb(184 119 8 / 0.1); +} +.ring-orange-700\/20{ + --tw-ring-color: rgb(184 119 8 / 0.2); +} +.ring-orange-700\/25{ + --tw-ring-color: rgb(184 119 8 / 0.25); +} +.ring-orange-700\/30{ + --tw-ring-color: rgb(184 119 8 / 0.3); +} +.ring-orange-700\/40{ + --tw-ring-color: rgb(184 119 8 / 0.4); +} +.ring-orange-700\/50{ + --tw-ring-color: rgb(184 119 8 / 0.5); +} +.ring-orange-700\/60{ + --tw-ring-color: rgb(184 119 8 / 0.6); +} +.ring-orange-700\/70{ + --tw-ring-color: rgb(184 119 8 / 0.7); +} +.ring-orange-700\/75{ + --tw-ring-color: rgb(184 119 8 / 0.75); +} +.ring-orange-700\/80{ + --tw-ring-color: rgb(184 119 8 / 0.8); +} +.ring-orange-700\/90{ + --tw-ring-color: rgb(184 119 8 / 0.9); +} +.ring-orange-700\/95{ + --tw-ring-color: rgb(184 119 8 / 0.95); +} +.ring-orange-700\/100{ + --tw-ring-color: rgb(184 119 8 / 1); +} +.ring-orange-800\/0{ + --tw-ring-color: rgb(147 95 7 / 0); +} +.ring-orange-800\/5{ + --tw-ring-color: rgb(147 95 7 / 0.05); +} +.ring-orange-800\/10{ + --tw-ring-color: rgb(147 95 7 / 0.1); +} +.ring-orange-800\/20{ + --tw-ring-color: rgb(147 95 7 / 0.2); +} +.ring-orange-800\/25{ + --tw-ring-color: rgb(147 95 7 / 0.25); +} +.ring-orange-800\/30{ + --tw-ring-color: rgb(147 95 7 / 0.3); +} +.ring-orange-800\/40{ + --tw-ring-color: rgb(147 95 7 / 0.4); +} +.ring-orange-800\/50{ + --tw-ring-color: rgb(147 95 7 / 0.5); +} +.ring-orange-800\/60{ + --tw-ring-color: rgb(147 95 7 / 0.6); +} +.ring-orange-800\/70{ + --tw-ring-color: rgb(147 95 7 / 0.7); +} +.ring-orange-800\/75{ + --tw-ring-color: rgb(147 95 7 / 0.75); +} +.ring-orange-800\/80{ + --tw-ring-color: rgb(147 95 7 / 0.8); +} +.ring-orange-800\/90{ + --tw-ring-color: rgb(147 95 7 / 0.9); +} +.ring-orange-800\/95{ + --tw-ring-color: rgb(147 95 7 / 0.95); +} +.ring-orange-800\/100{ + --tw-ring-color: rgb(147 95 7 / 1); +} +.ring-orange-900\/0{ + --tw-ring-color: rgb(120 77 5 / 0); +} +.ring-orange-900\/5{ + --tw-ring-color: rgb(120 77 5 / 0.05); +} +.ring-orange-900\/10{ + --tw-ring-color: rgb(120 77 5 / 0.1); +} +.ring-orange-900\/20{ + --tw-ring-color: rgb(120 77 5 / 0.2); +} +.ring-orange-900\/25{ + --tw-ring-color: rgb(120 77 5 / 0.25); +} +.ring-orange-900\/30{ + --tw-ring-color: rgb(120 77 5 / 0.3); +} +.ring-orange-900\/40{ + --tw-ring-color: rgb(120 77 5 / 0.4); +} +.ring-orange-900\/50{ + --tw-ring-color: rgb(120 77 5 / 0.5); +} +.ring-orange-900\/60{ + --tw-ring-color: rgb(120 77 5 / 0.6); +} +.ring-orange-900\/70{ + --tw-ring-color: rgb(120 77 5 / 0.7); +} +.ring-orange-900\/75{ + --tw-ring-color: rgb(120 77 5 / 0.75); +} +.ring-orange-900\/80{ + --tw-ring-color: rgb(120 77 5 / 0.8); +} +.ring-orange-900\/90{ + --tw-ring-color: rgb(120 77 5 / 0.9); +} +.ring-orange-900\/95{ + --tw-ring-color: rgb(120 77 5 / 0.95); +} +.ring-orange-900\/100{ + --tw-ring-color: rgb(120 77 5 / 1); +} +.ring-orange\/0{ + --tw-ring-color: rgb(245 158 11 / 0); +} +.ring-orange\/5{ + --tw-ring-color: rgb(245 158 11 / 0.05); +} +.ring-orange\/10{ + --tw-ring-color: rgb(245 158 11 / 0.1); +} +.ring-orange\/20{ + --tw-ring-color: rgb(245 158 11 / 0.2); +} +.ring-orange\/25{ + --tw-ring-color: rgb(245 158 11 / 0.25); +} +.ring-orange\/30{ + --tw-ring-color: rgb(245 158 11 / 0.3); +} +.ring-orange\/40{ + --tw-ring-color: rgb(245 158 11 / 0.4); +} +.ring-orange\/50{ + --tw-ring-color: rgb(245 158 11 / 0.5); +} +.ring-orange\/60{ + --tw-ring-color: rgb(245 158 11 / 0.6); +} +.ring-orange\/70{ + --tw-ring-color: rgb(245 158 11 / 0.7); +} +.ring-orange\/75{ + --tw-ring-color: rgb(245 158 11 / 0.75); +} +.ring-orange\/80{ + --tw-ring-color: rgb(245 158 11 / 0.8); +} +.ring-orange\/90{ + --tw-ring-color: rgb(245 158 11 / 0.9); +} +.ring-orange\/95{ + --tw-ring-color: rgb(245 158 11 / 0.95); +} +.ring-orange\/100{ + --tw-ring-color: rgb(245 158 11 / 1); +} +.ring-amber-50\/0{ + --tw-ring-color: rgb(255 251 235 / 0); +} +.ring-amber-50\/5{ + --tw-ring-color: rgb(255 251 235 / 0.05); +} +.ring-amber-50\/10{ + --tw-ring-color: rgb(255 251 235 / 0.1); +} +.ring-amber-50\/20{ + --tw-ring-color: rgb(255 251 235 / 0.2); +} +.ring-amber-50\/25{ + --tw-ring-color: rgb(255 251 235 / 0.25); +} +.ring-amber-50\/30{ + --tw-ring-color: rgb(255 251 235 / 0.3); +} +.ring-amber-50\/40{ + --tw-ring-color: rgb(255 251 235 / 0.4); +} +.ring-amber-50\/50{ + --tw-ring-color: rgb(255 251 235 / 0.5); +} +.ring-amber-50\/60{ + --tw-ring-color: rgb(255 251 235 / 0.6); +} +.ring-amber-50\/70{ + --tw-ring-color: rgb(255 251 235 / 0.7); +} +.ring-amber-50\/75{ + --tw-ring-color: rgb(255 251 235 / 0.75); +} +.ring-amber-50\/80{ + --tw-ring-color: rgb(255 251 235 / 0.8); +} +.ring-amber-50\/90{ + --tw-ring-color: rgb(255 251 235 / 0.9); +} +.ring-amber-50\/95{ + --tw-ring-color: rgb(255 251 235 / 0.95); +} +.ring-amber-50\/100{ + --tw-ring-color: rgb(255 251 235 / 1); +} +.ring-amber-100\/0{ + --tw-ring-color: rgb(254 243 199 / 0); +} +.ring-amber-100\/5{ + --tw-ring-color: rgb(254 243 199 / 0.05); +} +.ring-amber-100\/10{ + --tw-ring-color: rgb(254 243 199 / 0.1); +} +.ring-amber-100\/20{ + --tw-ring-color: rgb(254 243 199 / 0.2); +} +.ring-amber-100\/25{ + --tw-ring-color: rgb(254 243 199 / 0.25); +} +.ring-amber-100\/30{ + --tw-ring-color: rgb(254 243 199 / 0.3); +} +.ring-amber-100\/40{ + --tw-ring-color: rgb(254 243 199 / 0.4); +} +.ring-amber-100\/50{ + --tw-ring-color: rgb(254 243 199 / 0.5); +} +.ring-amber-100\/60{ + --tw-ring-color: rgb(254 243 199 / 0.6); +} +.ring-amber-100\/70{ + --tw-ring-color: rgb(254 243 199 / 0.7); +} +.ring-amber-100\/75{ + --tw-ring-color: rgb(254 243 199 / 0.75); +} +.ring-amber-100\/80{ + --tw-ring-color: rgb(254 243 199 / 0.8); +} +.ring-amber-100\/90{ + --tw-ring-color: rgb(254 243 199 / 0.9); +} +.ring-amber-100\/95{ + --tw-ring-color: rgb(254 243 199 / 0.95); +} +.ring-amber-100\/100{ + --tw-ring-color: rgb(254 243 199 / 1); +} +.ring-amber-200\/0{ + --tw-ring-color: rgb(253 230 138 / 0); +} +.ring-amber-200\/5{ + --tw-ring-color: rgb(253 230 138 / 0.05); +} +.ring-amber-200\/10{ + --tw-ring-color: rgb(253 230 138 / 0.1); +} +.ring-amber-200\/20{ + --tw-ring-color: rgb(253 230 138 / 0.2); +} +.ring-amber-200\/25{ + --tw-ring-color: rgb(253 230 138 / 0.25); +} +.ring-amber-200\/30{ + --tw-ring-color: rgb(253 230 138 / 0.3); +} +.ring-amber-200\/40{ + --tw-ring-color: rgb(253 230 138 / 0.4); +} +.ring-amber-200\/50{ + --tw-ring-color: rgb(253 230 138 / 0.5); +} +.ring-amber-200\/60{ + --tw-ring-color: rgb(253 230 138 / 0.6); +} +.ring-amber-200\/70{ + --tw-ring-color: rgb(253 230 138 / 0.7); +} +.ring-amber-200\/75{ + --tw-ring-color: rgb(253 230 138 / 0.75); +} +.ring-amber-200\/80{ + --tw-ring-color: rgb(253 230 138 / 0.8); +} +.ring-amber-200\/90{ + --tw-ring-color: rgb(253 230 138 / 0.9); +} +.ring-amber-200\/95{ + --tw-ring-color: rgb(253 230 138 / 0.95); +} +.ring-amber-200\/100{ + --tw-ring-color: rgb(253 230 138 / 1); +} +.ring-amber-300\/0{ + --tw-ring-color: rgb(252 211 77 / 0); +} +.ring-amber-300\/5{ + --tw-ring-color: rgb(252 211 77 / 0.05); +} +.ring-amber-300\/10{ + --tw-ring-color: rgb(252 211 77 / 0.1); +} +.ring-amber-300\/20{ + --tw-ring-color: rgb(252 211 77 / 0.2); +} +.ring-amber-300\/25{ + --tw-ring-color: rgb(252 211 77 / 0.25); +} +.ring-amber-300\/30{ + --tw-ring-color: rgb(252 211 77 / 0.3); +} +.ring-amber-300\/40{ + --tw-ring-color: rgb(252 211 77 / 0.4); +} +.ring-amber-300\/50{ + --tw-ring-color: rgb(252 211 77 / 0.5); +} +.ring-amber-300\/60{ + --tw-ring-color: rgb(252 211 77 / 0.6); +} +.ring-amber-300\/70{ + --tw-ring-color: rgb(252 211 77 / 0.7); +} +.ring-amber-300\/75{ + --tw-ring-color: rgb(252 211 77 / 0.75); +} +.ring-amber-300\/80{ + --tw-ring-color: rgb(252 211 77 / 0.8); +} +.ring-amber-300\/90{ + --tw-ring-color: rgb(252 211 77 / 0.9); +} +.ring-amber-300\/95{ + --tw-ring-color: rgb(252 211 77 / 0.95); +} +.ring-amber-300\/100{ + --tw-ring-color: rgb(252 211 77 / 1); +} +.ring-amber-400\/0{ + --tw-ring-color: rgb(251 191 36 / 0); +} +.ring-amber-400\/5{ + --tw-ring-color: rgb(251 191 36 / 0.05); +} +.ring-amber-400\/10{ + --tw-ring-color: rgb(251 191 36 / 0.1); +} +.ring-amber-400\/20{ + --tw-ring-color: rgb(251 191 36 / 0.2); +} +.ring-amber-400\/25{ + --tw-ring-color: rgb(251 191 36 / 0.25); +} +.ring-amber-400\/30{ + --tw-ring-color: rgb(251 191 36 / 0.3); +} +.ring-amber-400\/40{ + --tw-ring-color: rgb(251 191 36 / 0.4); +} +.ring-amber-400\/50{ + --tw-ring-color: rgb(251 191 36 / 0.5); +} +.ring-amber-400\/60{ + --tw-ring-color: rgb(251 191 36 / 0.6); +} +.ring-amber-400\/70{ + --tw-ring-color: rgb(251 191 36 / 0.7); +} +.ring-amber-400\/75{ + --tw-ring-color: rgb(251 191 36 / 0.75); +} +.ring-amber-400\/80{ + --tw-ring-color: rgb(251 191 36 / 0.8); +} +.ring-amber-400\/90{ + --tw-ring-color: rgb(251 191 36 / 0.9); +} +.ring-amber-400\/95{ + --tw-ring-color: rgb(251 191 36 / 0.95); +} +.ring-amber-400\/100{ + --tw-ring-color: rgb(251 191 36 / 1); +} +.ring-amber-500\/0{ + --tw-ring-color: rgb(245 158 11 / 0); +} +.ring-amber-500\/5{ + --tw-ring-color: rgb(245 158 11 / 0.05); +} +.ring-amber-500\/10{ + --tw-ring-color: rgb(245 158 11 / 0.1); +} +.ring-amber-500\/20{ + --tw-ring-color: rgb(245 158 11 / 0.2); +} +.ring-amber-500\/25{ + --tw-ring-color: rgb(245 158 11 / 0.25); +} +.ring-amber-500\/30{ + --tw-ring-color: rgb(245 158 11 / 0.3); +} +.ring-amber-500\/40{ + --tw-ring-color: rgb(245 158 11 / 0.4); +} +.ring-amber-500\/50{ + --tw-ring-color: rgb(245 158 11 / 0.5); +} +.ring-amber-500\/60{ + --tw-ring-color: rgb(245 158 11 / 0.6); +} +.ring-amber-500\/70{ + --tw-ring-color: rgb(245 158 11 / 0.7); +} +.ring-amber-500\/75{ + --tw-ring-color: rgb(245 158 11 / 0.75); +} +.ring-amber-500\/80{ + --tw-ring-color: rgb(245 158 11 / 0.8); +} +.ring-amber-500\/90{ + --tw-ring-color: rgb(245 158 11 / 0.9); +} +.ring-amber-500\/95{ + --tw-ring-color: rgb(245 158 11 / 0.95); +} +.ring-amber-500\/100{ + --tw-ring-color: rgb(245 158 11 / 1); +} +.ring-amber-600\/0{ + --tw-ring-color: rgb(217 119 6 / 0); +} +.ring-amber-600\/5{ + --tw-ring-color: rgb(217 119 6 / 0.05); +} +.ring-amber-600\/10{ + --tw-ring-color: rgb(217 119 6 / 0.1); +} +.ring-amber-600\/20{ + --tw-ring-color: rgb(217 119 6 / 0.2); +} +.ring-amber-600\/25{ + --tw-ring-color: rgb(217 119 6 / 0.25); +} +.ring-amber-600\/30{ + --tw-ring-color: rgb(217 119 6 / 0.3); +} +.ring-amber-600\/40{ + --tw-ring-color: rgb(217 119 6 / 0.4); +} +.ring-amber-600\/50{ + --tw-ring-color: rgb(217 119 6 / 0.5); +} +.ring-amber-600\/60{ + --tw-ring-color: rgb(217 119 6 / 0.6); +} +.ring-amber-600\/70{ + --tw-ring-color: rgb(217 119 6 / 0.7); +} +.ring-amber-600\/75{ + --tw-ring-color: rgb(217 119 6 / 0.75); +} +.ring-amber-600\/80{ + --tw-ring-color: rgb(217 119 6 / 0.8); +} +.ring-amber-600\/90{ + --tw-ring-color: rgb(217 119 6 / 0.9); +} +.ring-amber-600\/95{ + --tw-ring-color: rgb(217 119 6 / 0.95); +} +.ring-amber-600\/100{ + --tw-ring-color: rgb(217 119 6 / 1); +} +.ring-amber-700\/0{ + --tw-ring-color: rgb(180 83 9 / 0); +} +.ring-amber-700\/5{ + --tw-ring-color: rgb(180 83 9 / 0.05); +} +.ring-amber-700\/10{ + --tw-ring-color: rgb(180 83 9 / 0.1); +} +.ring-amber-700\/20{ + --tw-ring-color: rgb(180 83 9 / 0.2); +} +.ring-amber-700\/25{ + --tw-ring-color: rgb(180 83 9 / 0.25); +} +.ring-amber-700\/30{ + --tw-ring-color: rgb(180 83 9 / 0.3); +} +.ring-amber-700\/40{ + --tw-ring-color: rgb(180 83 9 / 0.4); +} +.ring-amber-700\/50{ + --tw-ring-color: rgb(180 83 9 / 0.5); +} +.ring-amber-700\/60{ + --tw-ring-color: rgb(180 83 9 / 0.6); +} +.ring-amber-700\/70{ + --tw-ring-color: rgb(180 83 9 / 0.7); +} +.ring-amber-700\/75{ + --tw-ring-color: rgb(180 83 9 / 0.75); +} +.ring-amber-700\/80{ + --tw-ring-color: rgb(180 83 9 / 0.8); +} +.ring-amber-700\/90{ + --tw-ring-color: rgb(180 83 9 / 0.9); +} +.ring-amber-700\/95{ + --tw-ring-color: rgb(180 83 9 / 0.95); +} +.ring-amber-700\/100{ + --tw-ring-color: rgb(180 83 9 / 1); +} +.ring-amber-800\/0{ + --tw-ring-color: rgb(146 64 14 / 0); +} +.ring-amber-800\/5{ + --tw-ring-color: rgb(146 64 14 / 0.05); +} +.ring-amber-800\/10{ + --tw-ring-color: rgb(146 64 14 / 0.1); +} +.ring-amber-800\/20{ + --tw-ring-color: rgb(146 64 14 / 0.2); +} +.ring-amber-800\/25{ + --tw-ring-color: rgb(146 64 14 / 0.25); +} +.ring-amber-800\/30{ + --tw-ring-color: rgb(146 64 14 / 0.3); +} +.ring-amber-800\/40{ + --tw-ring-color: rgb(146 64 14 / 0.4); +} +.ring-amber-800\/50{ + --tw-ring-color: rgb(146 64 14 / 0.5); +} +.ring-amber-800\/60{ + --tw-ring-color: rgb(146 64 14 / 0.6); +} +.ring-amber-800\/70{ + --tw-ring-color: rgb(146 64 14 / 0.7); +} +.ring-amber-800\/75{ + --tw-ring-color: rgb(146 64 14 / 0.75); +} +.ring-amber-800\/80{ + --tw-ring-color: rgb(146 64 14 / 0.8); +} +.ring-amber-800\/90{ + --tw-ring-color: rgb(146 64 14 / 0.9); +} +.ring-amber-800\/95{ + --tw-ring-color: rgb(146 64 14 / 0.95); +} +.ring-amber-800\/100{ + --tw-ring-color: rgb(146 64 14 / 1); +} +.ring-amber-900\/0{ + --tw-ring-color: rgb(120 53 15 / 0); +} +.ring-amber-900\/5{ + --tw-ring-color: rgb(120 53 15 / 0.05); +} +.ring-amber-900\/10{ + --tw-ring-color: rgb(120 53 15 / 0.1); +} +.ring-amber-900\/20{ + --tw-ring-color: rgb(120 53 15 / 0.2); +} +.ring-amber-900\/25{ + --tw-ring-color: rgb(120 53 15 / 0.25); +} +.ring-amber-900\/30{ + --tw-ring-color: rgb(120 53 15 / 0.3); +} +.ring-amber-900\/40{ + --tw-ring-color: rgb(120 53 15 / 0.4); +} +.ring-amber-900\/50{ + --tw-ring-color: rgb(120 53 15 / 0.5); +} +.ring-amber-900\/60{ + --tw-ring-color: rgb(120 53 15 / 0.6); +} +.ring-amber-900\/70{ + --tw-ring-color: rgb(120 53 15 / 0.7); +} +.ring-amber-900\/75{ + --tw-ring-color: rgb(120 53 15 / 0.75); +} +.ring-amber-900\/80{ + --tw-ring-color: rgb(120 53 15 / 0.8); +} +.ring-amber-900\/90{ + --tw-ring-color: rgb(120 53 15 / 0.9); +} +.ring-amber-900\/95{ + --tw-ring-color: rgb(120 53 15 / 0.95); +} +.ring-amber-900\/100{ + --tw-ring-color: rgb(120 53 15 / 1); +} +.ring-yellow-50\/0{ + --tw-ring-color: rgb(253 253 234 / 0); +} +.ring-yellow-50\/5{ + --tw-ring-color: rgb(253 253 234 / 0.05); +} +.ring-yellow-50\/10{ + --tw-ring-color: rgb(253 253 234 / 0.1); +} +.ring-yellow-50\/20{ + --tw-ring-color: rgb(253 253 234 / 0.2); +} +.ring-yellow-50\/25{ + --tw-ring-color: rgb(253 253 234 / 0.25); +} +.ring-yellow-50\/30{ + --tw-ring-color: rgb(253 253 234 / 0.3); +} +.ring-yellow-50\/40{ + --tw-ring-color: rgb(253 253 234 / 0.4); +} +.ring-yellow-50\/50{ + --tw-ring-color: rgb(253 253 234 / 0.5); +} +.ring-yellow-50\/60{ + --tw-ring-color: rgb(253 253 234 / 0.6); +} +.ring-yellow-50\/70{ + --tw-ring-color: rgb(253 253 234 / 0.7); +} +.ring-yellow-50\/75{ + --tw-ring-color: rgb(253 253 234 / 0.75); +} +.ring-yellow-50\/80{ + --tw-ring-color: rgb(253 253 234 / 0.8); +} +.ring-yellow-50\/90{ + --tw-ring-color: rgb(253 253 234 / 0.9); +} +.ring-yellow-50\/95{ + --tw-ring-color: rgb(253 253 234 / 0.95); +} +.ring-yellow-50\/100{ + --tw-ring-color: rgb(253 253 234 / 1); +} +.ring-yellow-100\/0{ + --tw-ring-color: rgb(253 246 178 / 0); +} +.ring-yellow-100\/5{ + --tw-ring-color: rgb(253 246 178 / 0.05); +} +.ring-yellow-100\/10{ + --tw-ring-color: rgb(253 246 178 / 0.1); +} +.ring-yellow-100\/20{ + --tw-ring-color: rgb(253 246 178 / 0.2); +} +.ring-yellow-100\/25{ + --tw-ring-color: rgb(253 246 178 / 0.25); +} +.ring-yellow-100\/30{ + --tw-ring-color: rgb(253 246 178 / 0.3); +} +.ring-yellow-100\/40{ + --tw-ring-color: rgb(253 246 178 / 0.4); +} +.ring-yellow-100\/50{ + --tw-ring-color: rgb(253 246 178 / 0.5); +} +.ring-yellow-100\/60{ + --tw-ring-color: rgb(253 246 178 / 0.6); +} +.ring-yellow-100\/70{ + --tw-ring-color: rgb(253 246 178 / 0.7); +} +.ring-yellow-100\/75{ + --tw-ring-color: rgb(253 246 178 / 0.75); +} +.ring-yellow-100\/80{ + --tw-ring-color: rgb(253 246 178 / 0.8); +} +.ring-yellow-100\/90{ + --tw-ring-color: rgb(253 246 178 / 0.9); +} +.ring-yellow-100\/95{ + --tw-ring-color: rgb(253 246 178 / 0.95); +} +.ring-yellow-100\/100{ + --tw-ring-color: rgb(253 246 178 / 1); +} +.ring-yellow-200\/0{ + --tw-ring-color: rgb(252 233 106 / 0); +} +.ring-yellow-200\/5{ + --tw-ring-color: rgb(252 233 106 / 0.05); +} +.ring-yellow-200\/10{ + --tw-ring-color: rgb(252 233 106 / 0.1); +} +.ring-yellow-200\/20{ + --tw-ring-color: rgb(252 233 106 / 0.2); +} +.ring-yellow-200\/25{ + --tw-ring-color: rgb(252 233 106 / 0.25); +} +.ring-yellow-200\/30{ + --tw-ring-color: rgb(252 233 106 / 0.3); +} +.ring-yellow-200\/40{ + --tw-ring-color: rgb(252 233 106 / 0.4); +} +.ring-yellow-200\/50{ + --tw-ring-color: rgb(252 233 106 / 0.5); +} +.ring-yellow-200\/60{ + --tw-ring-color: rgb(252 233 106 / 0.6); +} +.ring-yellow-200\/70{ + --tw-ring-color: rgb(252 233 106 / 0.7); +} +.ring-yellow-200\/75{ + --tw-ring-color: rgb(252 233 106 / 0.75); +} +.ring-yellow-200\/80{ + --tw-ring-color: rgb(252 233 106 / 0.8); +} +.ring-yellow-200\/90{ + --tw-ring-color: rgb(252 233 106 / 0.9); +} +.ring-yellow-200\/95{ + --tw-ring-color: rgb(252 233 106 / 0.95); +} +.ring-yellow-200\/100{ + --tw-ring-color: rgb(252 233 106 / 1); +} +.ring-yellow-300\/0{ + --tw-ring-color: rgb(250 202 21 / 0); +} +.ring-yellow-300\/5{ + --tw-ring-color: rgb(250 202 21 / 0.05); +} +.ring-yellow-300\/10{ + --tw-ring-color: rgb(250 202 21 / 0.1); +} +.ring-yellow-300\/20{ + --tw-ring-color: rgb(250 202 21 / 0.2); +} +.ring-yellow-300\/25{ + --tw-ring-color: rgb(250 202 21 / 0.25); +} +.ring-yellow-300\/30{ + --tw-ring-color: rgb(250 202 21 / 0.3); +} +.ring-yellow-300\/40{ + --tw-ring-color: rgb(250 202 21 / 0.4); +} +.ring-yellow-300\/50{ + --tw-ring-color: rgb(250 202 21 / 0.5); +} +.ring-yellow-300\/60{ + --tw-ring-color: rgb(250 202 21 / 0.6); +} +.ring-yellow-300\/70{ + --tw-ring-color: rgb(250 202 21 / 0.7); +} +.ring-yellow-300\/75{ + --tw-ring-color: rgb(250 202 21 / 0.75); +} +.ring-yellow-300\/80{ + --tw-ring-color: rgb(250 202 21 / 0.8); +} +.ring-yellow-300\/90{ + --tw-ring-color: rgb(250 202 21 / 0.9); +} +.ring-yellow-300\/95{ + --tw-ring-color: rgb(250 202 21 / 0.95); +} +.ring-yellow-300\/100{ + --tw-ring-color: rgb(250 202 21 / 1); +} +.ring-yellow-400\/0{ + --tw-ring-color: rgb(227 160 8 / 0); +} +.ring-yellow-400\/5{ + --tw-ring-color: rgb(227 160 8 / 0.05); +} +.ring-yellow-400\/10{ + --tw-ring-color: rgb(227 160 8 / 0.1); +} +.ring-yellow-400\/20{ + --tw-ring-color: rgb(227 160 8 / 0.2); +} +.ring-yellow-400\/25{ + --tw-ring-color: rgb(227 160 8 / 0.25); +} +.ring-yellow-400\/30{ + --tw-ring-color: rgb(227 160 8 / 0.3); +} +.ring-yellow-400\/40{ + --tw-ring-color: rgb(227 160 8 / 0.4); +} +.ring-yellow-400\/50{ + --tw-ring-color: rgb(227 160 8 / 0.5); +} +.ring-yellow-400\/60{ + --tw-ring-color: rgb(227 160 8 / 0.6); +} +.ring-yellow-400\/70{ + --tw-ring-color: rgb(227 160 8 / 0.7); +} +.ring-yellow-400\/75{ + --tw-ring-color: rgb(227 160 8 / 0.75); +} +.ring-yellow-400\/80{ + --tw-ring-color: rgb(227 160 8 / 0.8); +} +.ring-yellow-400\/90{ + --tw-ring-color: rgb(227 160 8 / 0.9); +} +.ring-yellow-400\/95{ + --tw-ring-color: rgb(227 160 8 / 0.95); +} +.ring-yellow-400\/100{ + --tw-ring-color: rgb(227 160 8 / 1); +} +.ring-yellow-500\/0{ + --tw-ring-color: rgb(194 120 3 / 0); +} +.ring-yellow-500\/5{ + --tw-ring-color: rgb(194 120 3 / 0.05); +} +.ring-yellow-500\/10{ + --tw-ring-color: rgb(194 120 3 / 0.1); +} +.ring-yellow-500\/20{ + --tw-ring-color: rgb(194 120 3 / 0.2); +} +.ring-yellow-500\/25{ + --tw-ring-color: rgb(194 120 3 / 0.25); +} +.ring-yellow-500\/30{ + --tw-ring-color: rgb(194 120 3 / 0.3); +} +.ring-yellow-500\/40{ + --tw-ring-color: rgb(194 120 3 / 0.4); +} +.ring-yellow-500\/50{ + --tw-ring-color: rgb(194 120 3 / 0.5); +} +.ring-yellow-500\/60{ + --tw-ring-color: rgb(194 120 3 / 0.6); +} +.ring-yellow-500\/70{ + --tw-ring-color: rgb(194 120 3 / 0.7); +} +.ring-yellow-500\/75{ + --tw-ring-color: rgb(194 120 3 / 0.75); +} +.ring-yellow-500\/80{ + --tw-ring-color: rgb(194 120 3 / 0.8); +} +.ring-yellow-500\/90{ + --tw-ring-color: rgb(194 120 3 / 0.9); +} +.ring-yellow-500\/95{ + --tw-ring-color: rgb(194 120 3 / 0.95); +} +.ring-yellow-500\/100{ + --tw-ring-color: rgb(194 120 3 / 1); +} +.ring-yellow-600\/0{ + --tw-ring-color: rgb(159 88 10 / 0); +} +.ring-yellow-600\/5{ + --tw-ring-color: rgb(159 88 10 / 0.05); +} +.ring-yellow-600\/10{ + --tw-ring-color: rgb(159 88 10 / 0.1); +} +.ring-yellow-600\/20{ + --tw-ring-color: rgb(159 88 10 / 0.2); +} +.ring-yellow-600\/25{ + --tw-ring-color: rgb(159 88 10 / 0.25); +} +.ring-yellow-600\/30{ + --tw-ring-color: rgb(159 88 10 / 0.3); +} +.ring-yellow-600\/40{ + --tw-ring-color: rgb(159 88 10 / 0.4); +} +.ring-yellow-600\/50{ + --tw-ring-color: rgb(159 88 10 / 0.5); +} +.ring-yellow-600\/60{ + --tw-ring-color: rgb(159 88 10 / 0.6); +} +.ring-yellow-600\/70{ + --tw-ring-color: rgb(159 88 10 / 0.7); +} +.ring-yellow-600\/75{ + --tw-ring-color: rgb(159 88 10 / 0.75); +} +.ring-yellow-600\/80{ + --tw-ring-color: rgb(159 88 10 / 0.8); +} +.ring-yellow-600\/90{ + --tw-ring-color: rgb(159 88 10 / 0.9); +} +.ring-yellow-600\/95{ + --tw-ring-color: rgb(159 88 10 / 0.95); +} +.ring-yellow-600\/100{ + --tw-ring-color: rgb(159 88 10 / 1); +} +.ring-yellow-700\/0{ + --tw-ring-color: rgb(142 75 16 / 0); +} +.ring-yellow-700\/5{ + --tw-ring-color: rgb(142 75 16 / 0.05); +} +.ring-yellow-700\/10{ + --tw-ring-color: rgb(142 75 16 / 0.1); +} +.ring-yellow-700\/20{ + --tw-ring-color: rgb(142 75 16 / 0.2); +} +.ring-yellow-700\/25{ + --tw-ring-color: rgb(142 75 16 / 0.25); +} +.ring-yellow-700\/30{ + --tw-ring-color: rgb(142 75 16 / 0.3); +} +.ring-yellow-700\/40{ + --tw-ring-color: rgb(142 75 16 / 0.4); +} +.ring-yellow-700\/50{ + --tw-ring-color: rgb(142 75 16 / 0.5); +} +.ring-yellow-700\/60{ + --tw-ring-color: rgb(142 75 16 / 0.6); +} +.ring-yellow-700\/70{ + --tw-ring-color: rgb(142 75 16 / 0.7); +} +.ring-yellow-700\/75{ + --tw-ring-color: rgb(142 75 16 / 0.75); +} +.ring-yellow-700\/80{ + --tw-ring-color: rgb(142 75 16 / 0.8); +} +.ring-yellow-700\/90{ + --tw-ring-color: rgb(142 75 16 / 0.9); +} +.ring-yellow-700\/95{ + --tw-ring-color: rgb(142 75 16 / 0.95); +} +.ring-yellow-700\/100{ + --tw-ring-color: rgb(142 75 16 / 1); +} +.ring-yellow-800\/0{ + --tw-ring-color: rgb(114 59 19 / 0); +} +.ring-yellow-800\/5{ + --tw-ring-color: rgb(114 59 19 / 0.05); +} +.ring-yellow-800\/10{ + --tw-ring-color: rgb(114 59 19 / 0.1); +} +.ring-yellow-800\/20{ + --tw-ring-color: rgb(114 59 19 / 0.2); +} +.ring-yellow-800\/25{ + --tw-ring-color: rgb(114 59 19 / 0.25); +} +.ring-yellow-800\/30{ + --tw-ring-color: rgb(114 59 19 / 0.3); +} +.ring-yellow-800\/40{ + --tw-ring-color: rgb(114 59 19 / 0.4); +} +.ring-yellow-800\/50{ + --tw-ring-color: rgb(114 59 19 / 0.5); +} +.ring-yellow-800\/60{ + --tw-ring-color: rgb(114 59 19 / 0.6); +} +.ring-yellow-800\/70{ + --tw-ring-color: rgb(114 59 19 / 0.7); +} +.ring-yellow-800\/75{ + --tw-ring-color: rgb(114 59 19 / 0.75); +} +.ring-yellow-800\/80{ + --tw-ring-color: rgb(114 59 19 / 0.8); +} +.ring-yellow-800\/90{ + --tw-ring-color: rgb(114 59 19 / 0.9); +} +.ring-yellow-800\/95{ + --tw-ring-color: rgb(114 59 19 / 0.95); +} +.ring-yellow-800\/100{ + --tw-ring-color: rgb(114 59 19 / 1); +} +.ring-yellow-900\/0{ + --tw-ring-color: rgb(99 49 18 / 0); +} +.ring-yellow-900\/5{ + --tw-ring-color: rgb(99 49 18 / 0.05); +} +.ring-yellow-900\/10{ + --tw-ring-color: rgb(99 49 18 / 0.1); +} +.ring-yellow-900\/20{ + --tw-ring-color: rgb(99 49 18 / 0.2); +} +.ring-yellow-900\/25{ + --tw-ring-color: rgb(99 49 18 / 0.25); +} +.ring-yellow-900\/30{ + --tw-ring-color: rgb(99 49 18 / 0.3); +} +.ring-yellow-900\/40{ + --tw-ring-color: rgb(99 49 18 / 0.4); +} +.ring-yellow-900\/50{ + --tw-ring-color: rgb(99 49 18 / 0.5); +} +.ring-yellow-900\/60{ + --tw-ring-color: rgb(99 49 18 / 0.6); +} +.ring-yellow-900\/70{ + --tw-ring-color: rgb(99 49 18 / 0.7); +} +.ring-yellow-900\/75{ + --tw-ring-color: rgb(99 49 18 / 0.75); +} +.ring-yellow-900\/80{ + --tw-ring-color: rgb(99 49 18 / 0.8); +} +.ring-yellow-900\/90{ + --tw-ring-color: rgb(99 49 18 / 0.9); +} +.ring-yellow-900\/95{ + --tw-ring-color: rgb(99 49 18 / 0.95); +} +.ring-yellow-900\/100{ + --tw-ring-color: rgb(99 49 18 / 1); +} +.ring-lime-50\/0{ + --tw-ring-color: rgb(247 254 231 / 0); +} +.ring-lime-50\/5{ + --tw-ring-color: rgb(247 254 231 / 0.05); +} +.ring-lime-50\/10{ + --tw-ring-color: rgb(247 254 231 / 0.1); +} +.ring-lime-50\/20{ + --tw-ring-color: rgb(247 254 231 / 0.2); +} +.ring-lime-50\/25{ + --tw-ring-color: rgb(247 254 231 / 0.25); +} +.ring-lime-50\/30{ + --tw-ring-color: rgb(247 254 231 / 0.3); +} +.ring-lime-50\/40{ + --tw-ring-color: rgb(247 254 231 / 0.4); +} +.ring-lime-50\/50{ + --tw-ring-color: rgb(247 254 231 / 0.5); +} +.ring-lime-50\/60{ + --tw-ring-color: rgb(247 254 231 / 0.6); +} +.ring-lime-50\/70{ + --tw-ring-color: rgb(247 254 231 / 0.7); +} +.ring-lime-50\/75{ + --tw-ring-color: rgb(247 254 231 / 0.75); +} +.ring-lime-50\/80{ + --tw-ring-color: rgb(247 254 231 / 0.8); +} +.ring-lime-50\/90{ + --tw-ring-color: rgb(247 254 231 / 0.9); +} +.ring-lime-50\/95{ + --tw-ring-color: rgb(247 254 231 / 0.95); +} +.ring-lime-50\/100{ + --tw-ring-color: rgb(247 254 231 / 1); +} +.ring-lime-100\/0{ + --tw-ring-color: rgb(236 252 203 / 0); +} +.ring-lime-100\/5{ + --tw-ring-color: rgb(236 252 203 / 0.05); +} +.ring-lime-100\/10{ + --tw-ring-color: rgb(236 252 203 / 0.1); +} +.ring-lime-100\/20{ + --tw-ring-color: rgb(236 252 203 / 0.2); +} +.ring-lime-100\/25{ + --tw-ring-color: rgb(236 252 203 / 0.25); +} +.ring-lime-100\/30{ + --tw-ring-color: rgb(236 252 203 / 0.3); +} +.ring-lime-100\/40{ + --tw-ring-color: rgb(236 252 203 / 0.4); +} +.ring-lime-100\/50{ + --tw-ring-color: rgb(236 252 203 / 0.5); +} +.ring-lime-100\/60{ + --tw-ring-color: rgb(236 252 203 / 0.6); +} +.ring-lime-100\/70{ + --tw-ring-color: rgb(236 252 203 / 0.7); +} +.ring-lime-100\/75{ + --tw-ring-color: rgb(236 252 203 / 0.75); +} +.ring-lime-100\/80{ + --tw-ring-color: rgb(236 252 203 / 0.8); +} +.ring-lime-100\/90{ + --tw-ring-color: rgb(236 252 203 / 0.9); +} +.ring-lime-100\/95{ + --tw-ring-color: rgb(236 252 203 / 0.95); +} +.ring-lime-100\/100{ + --tw-ring-color: rgb(236 252 203 / 1); +} +.ring-lime-200\/0{ + --tw-ring-color: rgb(217 249 157 / 0); +} +.ring-lime-200\/5{ + --tw-ring-color: rgb(217 249 157 / 0.05); +} +.ring-lime-200\/10{ + --tw-ring-color: rgb(217 249 157 / 0.1); +} +.ring-lime-200\/20{ + --tw-ring-color: rgb(217 249 157 / 0.2); +} +.ring-lime-200\/25{ + --tw-ring-color: rgb(217 249 157 / 0.25); +} +.ring-lime-200\/30{ + --tw-ring-color: rgb(217 249 157 / 0.3); +} +.ring-lime-200\/40{ + --tw-ring-color: rgb(217 249 157 / 0.4); +} +.ring-lime-200\/50{ + --tw-ring-color: rgb(217 249 157 / 0.5); +} +.ring-lime-200\/60{ + --tw-ring-color: rgb(217 249 157 / 0.6); +} +.ring-lime-200\/70{ + --tw-ring-color: rgb(217 249 157 / 0.7); +} +.ring-lime-200\/75{ + --tw-ring-color: rgb(217 249 157 / 0.75); +} +.ring-lime-200\/80{ + --tw-ring-color: rgb(217 249 157 / 0.8); +} +.ring-lime-200\/90{ + --tw-ring-color: rgb(217 249 157 / 0.9); +} +.ring-lime-200\/95{ + --tw-ring-color: rgb(217 249 157 / 0.95); +} +.ring-lime-200\/100{ + --tw-ring-color: rgb(217 249 157 / 1); +} +.ring-lime-300\/0{ + --tw-ring-color: rgb(190 242 100 / 0); +} +.ring-lime-300\/5{ + --tw-ring-color: rgb(190 242 100 / 0.05); +} +.ring-lime-300\/10{ + --tw-ring-color: rgb(190 242 100 / 0.1); +} +.ring-lime-300\/20{ + --tw-ring-color: rgb(190 242 100 / 0.2); +} +.ring-lime-300\/25{ + --tw-ring-color: rgb(190 242 100 / 0.25); +} +.ring-lime-300\/30{ + --tw-ring-color: rgb(190 242 100 / 0.3); +} +.ring-lime-300\/40{ + --tw-ring-color: rgb(190 242 100 / 0.4); +} +.ring-lime-300\/50{ + --tw-ring-color: rgb(190 242 100 / 0.5); +} +.ring-lime-300\/60{ + --tw-ring-color: rgb(190 242 100 / 0.6); +} +.ring-lime-300\/70{ + --tw-ring-color: rgb(190 242 100 / 0.7); +} +.ring-lime-300\/75{ + --tw-ring-color: rgb(190 242 100 / 0.75); +} +.ring-lime-300\/80{ + --tw-ring-color: rgb(190 242 100 / 0.8); +} +.ring-lime-300\/90{ + --tw-ring-color: rgb(190 242 100 / 0.9); +} +.ring-lime-300\/95{ + --tw-ring-color: rgb(190 242 100 / 0.95); +} +.ring-lime-300\/100{ + --tw-ring-color: rgb(190 242 100 / 1); +} +.ring-lime-400\/0{ + --tw-ring-color: rgb(163 230 53 / 0); +} +.ring-lime-400\/5{ + --tw-ring-color: rgb(163 230 53 / 0.05); +} +.ring-lime-400\/10{ + --tw-ring-color: rgb(163 230 53 / 0.1); +} +.ring-lime-400\/20{ + --tw-ring-color: rgb(163 230 53 / 0.2); +} +.ring-lime-400\/25{ + --tw-ring-color: rgb(163 230 53 / 0.25); +} +.ring-lime-400\/30{ + --tw-ring-color: rgb(163 230 53 / 0.3); +} +.ring-lime-400\/40{ + --tw-ring-color: rgb(163 230 53 / 0.4); +} +.ring-lime-400\/50{ + --tw-ring-color: rgb(163 230 53 / 0.5); +} +.ring-lime-400\/60{ + --tw-ring-color: rgb(163 230 53 / 0.6); +} +.ring-lime-400\/70{ + --tw-ring-color: rgb(163 230 53 / 0.7); +} +.ring-lime-400\/75{ + --tw-ring-color: rgb(163 230 53 / 0.75); +} +.ring-lime-400\/80{ + --tw-ring-color: rgb(163 230 53 / 0.8); +} +.ring-lime-400\/90{ + --tw-ring-color: rgb(163 230 53 / 0.9); +} +.ring-lime-400\/95{ + --tw-ring-color: rgb(163 230 53 / 0.95); +} +.ring-lime-400\/100{ + --tw-ring-color: rgb(163 230 53 / 1); +} +.ring-lime-500\/0{ + --tw-ring-color: rgb(132 204 22 / 0); +} +.ring-lime-500\/5{ + --tw-ring-color: rgb(132 204 22 / 0.05); +} +.ring-lime-500\/10{ + --tw-ring-color: rgb(132 204 22 / 0.1); +} +.ring-lime-500\/20{ + --tw-ring-color: rgb(132 204 22 / 0.2); +} +.ring-lime-500\/25{ + --tw-ring-color: rgb(132 204 22 / 0.25); +} +.ring-lime-500\/30{ + --tw-ring-color: rgb(132 204 22 / 0.3); +} +.ring-lime-500\/40{ + --tw-ring-color: rgb(132 204 22 / 0.4); +} +.ring-lime-500\/50{ + --tw-ring-color: rgb(132 204 22 / 0.5); +} +.ring-lime-500\/60{ + --tw-ring-color: rgb(132 204 22 / 0.6); +} +.ring-lime-500\/70{ + --tw-ring-color: rgb(132 204 22 / 0.7); +} +.ring-lime-500\/75{ + --tw-ring-color: rgb(132 204 22 / 0.75); +} +.ring-lime-500\/80{ + --tw-ring-color: rgb(132 204 22 / 0.8); +} +.ring-lime-500\/90{ + --tw-ring-color: rgb(132 204 22 / 0.9); +} +.ring-lime-500\/95{ + --tw-ring-color: rgb(132 204 22 / 0.95); +} +.ring-lime-500\/100{ + --tw-ring-color: rgb(132 204 22 / 1); +} +.ring-lime-600\/0{ + --tw-ring-color: rgb(101 163 13 / 0); +} +.ring-lime-600\/5{ + --tw-ring-color: rgb(101 163 13 / 0.05); +} +.ring-lime-600\/10{ + --tw-ring-color: rgb(101 163 13 / 0.1); +} +.ring-lime-600\/20{ + --tw-ring-color: rgb(101 163 13 / 0.2); +} +.ring-lime-600\/25{ + --tw-ring-color: rgb(101 163 13 / 0.25); +} +.ring-lime-600\/30{ + --tw-ring-color: rgb(101 163 13 / 0.3); +} +.ring-lime-600\/40{ + --tw-ring-color: rgb(101 163 13 / 0.4); +} +.ring-lime-600\/50{ + --tw-ring-color: rgb(101 163 13 / 0.5); +} +.ring-lime-600\/60{ + --tw-ring-color: rgb(101 163 13 / 0.6); +} +.ring-lime-600\/70{ + --tw-ring-color: rgb(101 163 13 / 0.7); +} +.ring-lime-600\/75{ + --tw-ring-color: rgb(101 163 13 / 0.75); +} +.ring-lime-600\/80{ + --tw-ring-color: rgb(101 163 13 / 0.8); +} +.ring-lime-600\/90{ + --tw-ring-color: rgb(101 163 13 / 0.9); +} +.ring-lime-600\/95{ + --tw-ring-color: rgb(101 163 13 / 0.95); +} +.ring-lime-600\/100{ + --tw-ring-color: rgb(101 163 13 / 1); +} +.ring-lime-700\/0{ + --tw-ring-color: rgb(77 124 15 / 0); +} +.ring-lime-700\/5{ + --tw-ring-color: rgb(77 124 15 / 0.05); +} +.ring-lime-700\/10{ + --tw-ring-color: rgb(77 124 15 / 0.1); +} +.ring-lime-700\/20{ + --tw-ring-color: rgb(77 124 15 / 0.2); +} +.ring-lime-700\/25{ + --tw-ring-color: rgb(77 124 15 / 0.25); +} +.ring-lime-700\/30{ + --tw-ring-color: rgb(77 124 15 / 0.3); +} +.ring-lime-700\/40{ + --tw-ring-color: rgb(77 124 15 / 0.4); +} +.ring-lime-700\/50{ + --tw-ring-color: rgb(77 124 15 / 0.5); +} +.ring-lime-700\/60{ + --tw-ring-color: rgb(77 124 15 / 0.6); +} +.ring-lime-700\/70{ + --tw-ring-color: rgb(77 124 15 / 0.7); +} +.ring-lime-700\/75{ + --tw-ring-color: rgb(77 124 15 / 0.75); +} +.ring-lime-700\/80{ + --tw-ring-color: rgb(77 124 15 / 0.8); +} +.ring-lime-700\/90{ + --tw-ring-color: rgb(77 124 15 / 0.9); +} +.ring-lime-700\/95{ + --tw-ring-color: rgb(77 124 15 / 0.95); +} +.ring-lime-700\/100{ + --tw-ring-color: rgb(77 124 15 / 1); +} +.ring-lime-800\/0{ + --tw-ring-color: rgb(63 98 18 / 0); +} +.ring-lime-800\/5{ + --tw-ring-color: rgb(63 98 18 / 0.05); +} +.ring-lime-800\/10{ + --tw-ring-color: rgb(63 98 18 / 0.1); +} +.ring-lime-800\/20{ + --tw-ring-color: rgb(63 98 18 / 0.2); +} +.ring-lime-800\/25{ + --tw-ring-color: rgb(63 98 18 / 0.25); +} +.ring-lime-800\/30{ + --tw-ring-color: rgb(63 98 18 / 0.3); +} +.ring-lime-800\/40{ + --tw-ring-color: rgb(63 98 18 / 0.4); +} +.ring-lime-800\/50{ + --tw-ring-color: rgb(63 98 18 / 0.5); +} +.ring-lime-800\/60{ + --tw-ring-color: rgb(63 98 18 / 0.6); +} +.ring-lime-800\/70{ + --tw-ring-color: rgb(63 98 18 / 0.7); +} +.ring-lime-800\/75{ + --tw-ring-color: rgb(63 98 18 / 0.75); +} +.ring-lime-800\/80{ + --tw-ring-color: rgb(63 98 18 / 0.8); +} +.ring-lime-800\/90{ + --tw-ring-color: rgb(63 98 18 / 0.9); +} +.ring-lime-800\/95{ + --tw-ring-color: rgb(63 98 18 / 0.95); +} +.ring-lime-800\/100{ + --tw-ring-color: rgb(63 98 18 / 1); +} +.ring-lime-900\/0{ + --tw-ring-color: rgb(54 83 20 / 0); +} +.ring-lime-900\/5{ + --tw-ring-color: rgb(54 83 20 / 0.05); +} +.ring-lime-900\/10{ + --tw-ring-color: rgb(54 83 20 / 0.1); +} +.ring-lime-900\/20{ + --tw-ring-color: rgb(54 83 20 / 0.2); +} +.ring-lime-900\/25{ + --tw-ring-color: rgb(54 83 20 / 0.25); +} +.ring-lime-900\/30{ + --tw-ring-color: rgb(54 83 20 / 0.3); +} +.ring-lime-900\/40{ + --tw-ring-color: rgb(54 83 20 / 0.4); +} +.ring-lime-900\/50{ + --tw-ring-color: rgb(54 83 20 / 0.5); +} +.ring-lime-900\/60{ + --tw-ring-color: rgb(54 83 20 / 0.6); +} +.ring-lime-900\/70{ + --tw-ring-color: rgb(54 83 20 / 0.7); +} +.ring-lime-900\/75{ + --tw-ring-color: rgb(54 83 20 / 0.75); +} +.ring-lime-900\/80{ + --tw-ring-color: rgb(54 83 20 / 0.8); +} +.ring-lime-900\/90{ + --tw-ring-color: rgb(54 83 20 / 0.9); +} +.ring-lime-900\/95{ + --tw-ring-color: rgb(54 83 20 / 0.95); +} +.ring-lime-900\/100{ + --tw-ring-color: rgb(54 83 20 / 1); +} +.ring-green-50\/0{ + --tw-ring-color: rgb(248 250 246 / 0); +} +.ring-green-50\/5{ + --tw-ring-color: rgb(248 250 246 / 0.05); +} +.ring-green-50\/10{ + --tw-ring-color: rgb(248 250 246 / 0.1); +} +.ring-green-50\/20{ + --tw-ring-color: rgb(248 250 246 / 0.2); +} +.ring-green-50\/25{ + --tw-ring-color: rgb(248 250 246 / 0.25); +} +.ring-green-50\/30{ + --tw-ring-color: rgb(248 250 246 / 0.3); +} +.ring-green-50\/40{ + --tw-ring-color: rgb(248 250 246 / 0.4); +} +.ring-green-50\/50{ + --tw-ring-color: rgb(248 250 246 / 0.5); +} +.ring-green-50\/60{ + --tw-ring-color: rgb(248 250 246 / 0.6); +} +.ring-green-50\/70{ + --tw-ring-color: rgb(248 250 246 / 0.7); +} +.ring-green-50\/75{ + --tw-ring-color: rgb(248 250 246 / 0.75); +} +.ring-green-50\/80{ + --tw-ring-color: rgb(248 250 246 / 0.8); +} +.ring-green-50\/90{ + --tw-ring-color: rgb(248 250 246 / 0.9); +} +.ring-green-50\/95{ + --tw-ring-color: rgb(248 250 246 / 0.95); +} +.ring-green-50\/100{ + --tw-ring-color: rgb(248 250 246 / 1); +} +.ring-green-100\/0{ + --tw-ring-color: rgb(241 246 238 / 0); +} +.ring-green-100\/5{ + --tw-ring-color: rgb(241 246 238 / 0.05); +} +.ring-green-100\/10{ + --tw-ring-color: rgb(241 246 238 / 0.1); +} +.ring-green-100\/20{ + --tw-ring-color: rgb(241 246 238 / 0.2); +} +.ring-green-100\/25{ + --tw-ring-color: rgb(241 246 238 / 0.25); +} +.ring-green-100\/30{ + --tw-ring-color: rgb(241 246 238 / 0.3); +} +.ring-green-100\/40{ + --tw-ring-color: rgb(241 246 238 / 0.4); +} +.ring-green-100\/50{ + --tw-ring-color: rgb(241 246 238 / 0.5); +} +.ring-green-100\/60{ + --tw-ring-color: rgb(241 246 238 / 0.6); +} +.ring-green-100\/70{ + --tw-ring-color: rgb(241 246 238 / 0.7); +} +.ring-green-100\/75{ + --tw-ring-color: rgb(241 246 238 / 0.75); +} +.ring-green-100\/80{ + --tw-ring-color: rgb(241 246 238 / 0.8); +} +.ring-green-100\/90{ + --tw-ring-color: rgb(241 246 238 / 0.9); +} +.ring-green-100\/95{ + --tw-ring-color: rgb(241 246 238 / 0.95); +} +.ring-green-100\/100{ + --tw-ring-color: rgb(241 246 238 / 1); +} +.ring-green-200\/0{ + --tw-ring-color: rgb(219 232 212 / 0); +} +.ring-green-200\/5{ + --tw-ring-color: rgb(219 232 212 / 0.05); +} +.ring-green-200\/10{ + --tw-ring-color: rgb(219 232 212 / 0.1); +} +.ring-green-200\/20{ + --tw-ring-color: rgb(219 232 212 / 0.2); +} +.ring-green-200\/25{ + --tw-ring-color: rgb(219 232 212 / 0.25); +} +.ring-green-200\/30{ + --tw-ring-color: rgb(219 232 212 / 0.3); +} +.ring-green-200\/40{ + --tw-ring-color: rgb(219 232 212 / 0.4); +} +.ring-green-200\/50{ + --tw-ring-color: rgb(219 232 212 / 0.5); +} +.ring-green-200\/60{ + --tw-ring-color: rgb(219 232 212 / 0.6); +} +.ring-green-200\/70{ + --tw-ring-color: rgb(219 232 212 / 0.7); +} +.ring-green-200\/75{ + --tw-ring-color: rgb(219 232 212 / 0.75); +} +.ring-green-200\/80{ + --tw-ring-color: rgb(219 232 212 / 0.8); +} +.ring-green-200\/90{ + --tw-ring-color: rgb(219 232 212 / 0.9); +} +.ring-green-200\/95{ + --tw-ring-color: rgb(219 232 212 / 0.95); +} +.ring-green-200\/100{ + --tw-ring-color: rgb(219 232 212 / 1); +} +.ring-green-300\/0{ + --tw-ring-color: rgb(197 217 186 / 0); +} +.ring-green-300\/5{ + --tw-ring-color: rgb(197 217 186 / 0.05); +} +.ring-green-300\/10{ + --tw-ring-color: rgb(197 217 186 / 0.1); +} +.ring-green-300\/20{ + --tw-ring-color: rgb(197 217 186 / 0.2); +} +.ring-green-300\/25{ + --tw-ring-color: rgb(197 217 186 / 0.25); +} +.ring-green-300\/30{ + --tw-ring-color: rgb(197 217 186 / 0.3); +} +.ring-green-300\/40{ + --tw-ring-color: rgb(197 217 186 / 0.4); +} +.ring-green-300\/50{ + --tw-ring-color: rgb(197 217 186 / 0.5); +} +.ring-green-300\/60{ + --tw-ring-color: rgb(197 217 186 / 0.6); +} +.ring-green-300\/70{ + --tw-ring-color: rgb(197 217 186 / 0.7); +} +.ring-green-300\/75{ + --tw-ring-color: rgb(197 217 186 / 0.75); +} +.ring-green-300\/80{ + --tw-ring-color: rgb(197 217 186 / 0.8); +} +.ring-green-300\/90{ + --tw-ring-color: rgb(197 217 186 / 0.9); +} +.ring-green-300\/95{ + --tw-ring-color: rgb(197 217 186 / 0.95); +} +.ring-green-300\/100{ + --tw-ring-color: rgb(197 217 186 / 1); +} +.ring-green-400\/0{ + --tw-ring-color: rgb(154 189 134 / 0); +} +.ring-green-400\/5{ + --tw-ring-color: rgb(154 189 134 / 0.05); +} +.ring-green-400\/10{ + --tw-ring-color: rgb(154 189 134 / 0.1); +} +.ring-green-400\/20{ + --tw-ring-color: rgb(154 189 134 / 0.2); +} +.ring-green-400\/25{ + --tw-ring-color: rgb(154 189 134 / 0.25); +} +.ring-green-400\/30{ + --tw-ring-color: rgb(154 189 134 / 0.3); +} +.ring-green-400\/40{ + --tw-ring-color: rgb(154 189 134 / 0.4); +} +.ring-green-400\/50{ + --tw-ring-color: rgb(154 189 134 / 0.5); +} +.ring-green-400\/60{ + --tw-ring-color: rgb(154 189 134 / 0.6); +} +.ring-green-400\/70{ + --tw-ring-color: rgb(154 189 134 / 0.7); +} +.ring-green-400\/75{ + --tw-ring-color: rgb(154 189 134 / 0.75); +} +.ring-green-400\/80{ + --tw-ring-color: rgb(154 189 134 / 0.8); +} +.ring-green-400\/90{ + --tw-ring-color: rgb(154 189 134 / 0.9); +} +.ring-green-400\/95{ + --tw-ring-color: rgb(154 189 134 / 0.95); +} +.ring-green-400\/100{ + --tw-ring-color: rgb(154 189 134 / 1); +} +.ring-green-500\/0{ + --tw-ring-color: rgb(110 161 82 / 0); +} +.ring-green-500\/5{ + --tw-ring-color: rgb(110 161 82 / 0.05); +} +.ring-green-500\/10{ + --tw-ring-color: rgb(110 161 82 / 0.1); +} +.ring-green-500\/20{ + --tw-ring-color: rgb(110 161 82 / 0.2); +} +.ring-green-500\/25{ + --tw-ring-color: rgb(110 161 82 / 0.25); +} +.ring-green-500\/30{ + --tw-ring-color: rgb(110 161 82 / 0.3); +} +.ring-green-500\/40{ + --tw-ring-color: rgb(110 161 82 / 0.4); +} +.ring-green-500\/50{ + --tw-ring-color: rgb(110 161 82 / 0.5); +} +.ring-green-500\/60{ + --tw-ring-color: rgb(110 161 82 / 0.6); +} +.ring-green-500\/70{ + --tw-ring-color: rgb(110 161 82 / 0.7); +} +.ring-green-500\/75{ + --tw-ring-color: rgb(110 161 82 / 0.75); +} +.ring-green-500\/80{ + --tw-ring-color: rgb(110 161 82 / 0.8); +} +.ring-green-500\/90{ + --tw-ring-color: rgb(110 161 82 / 0.9); +} +.ring-green-500\/95{ + --tw-ring-color: rgb(110 161 82 / 0.95); +} +.ring-green-500\/100{ + --tw-ring-color: rgb(110 161 82 / 1); +} +.ring-green-600\/0{ + --tw-ring-color: rgb(99 145 74 / 0); +} +.ring-green-600\/5{ + --tw-ring-color: rgb(99 145 74 / 0.05); +} +.ring-green-600\/10{ + --tw-ring-color: rgb(99 145 74 / 0.1); +} +.ring-green-600\/20{ + --tw-ring-color: rgb(99 145 74 / 0.2); +} +.ring-green-600\/25{ + --tw-ring-color: rgb(99 145 74 / 0.25); +} +.ring-green-600\/30{ + --tw-ring-color: rgb(99 145 74 / 0.3); +} +.ring-green-600\/40{ + --tw-ring-color: rgb(99 145 74 / 0.4); +} +.ring-green-600\/50{ + --tw-ring-color: rgb(99 145 74 / 0.5); +} +.ring-green-600\/60{ + --tw-ring-color: rgb(99 145 74 / 0.6); +} +.ring-green-600\/70{ + --tw-ring-color: rgb(99 145 74 / 0.7); +} +.ring-green-600\/75{ + --tw-ring-color: rgb(99 145 74 / 0.75); +} +.ring-green-600\/80{ + --tw-ring-color: rgb(99 145 74 / 0.8); +} +.ring-green-600\/90{ + --tw-ring-color: rgb(99 145 74 / 0.9); +} +.ring-green-600\/95{ + --tw-ring-color: rgb(99 145 74 / 0.95); +} +.ring-green-600\/100{ + --tw-ring-color: rgb(99 145 74 / 1); +} +.ring-green-700\/0{ + --tw-ring-color: rgb(83 121 62 / 0); +} +.ring-green-700\/5{ + --tw-ring-color: rgb(83 121 62 / 0.05); +} +.ring-green-700\/10{ + --tw-ring-color: rgb(83 121 62 / 0.1); +} +.ring-green-700\/20{ + --tw-ring-color: rgb(83 121 62 / 0.2); +} +.ring-green-700\/25{ + --tw-ring-color: rgb(83 121 62 / 0.25); +} +.ring-green-700\/30{ + --tw-ring-color: rgb(83 121 62 / 0.3); +} +.ring-green-700\/40{ + --tw-ring-color: rgb(83 121 62 / 0.4); +} +.ring-green-700\/50{ + --tw-ring-color: rgb(83 121 62 / 0.5); +} +.ring-green-700\/60{ + --tw-ring-color: rgb(83 121 62 / 0.6); +} +.ring-green-700\/70{ + --tw-ring-color: rgb(83 121 62 / 0.7); +} +.ring-green-700\/75{ + --tw-ring-color: rgb(83 121 62 / 0.75); +} +.ring-green-700\/80{ + --tw-ring-color: rgb(83 121 62 / 0.8); +} +.ring-green-700\/90{ + --tw-ring-color: rgb(83 121 62 / 0.9); +} +.ring-green-700\/95{ + --tw-ring-color: rgb(83 121 62 / 0.95); +} +.ring-green-700\/100{ + --tw-ring-color: rgb(83 121 62 / 1); +} +.ring-green-800\/0{ + --tw-ring-color: rgb(66 97 49 / 0); +} +.ring-green-800\/5{ + --tw-ring-color: rgb(66 97 49 / 0.05); +} +.ring-green-800\/10{ + --tw-ring-color: rgb(66 97 49 / 0.1); +} +.ring-green-800\/20{ + --tw-ring-color: rgb(66 97 49 / 0.2); +} +.ring-green-800\/25{ + --tw-ring-color: rgb(66 97 49 / 0.25); +} +.ring-green-800\/30{ + --tw-ring-color: rgb(66 97 49 / 0.3); +} +.ring-green-800\/40{ + --tw-ring-color: rgb(66 97 49 / 0.4); +} +.ring-green-800\/50{ + --tw-ring-color: rgb(66 97 49 / 0.5); +} +.ring-green-800\/60{ + --tw-ring-color: rgb(66 97 49 / 0.6); +} +.ring-green-800\/70{ + --tw-ring-color: rgb(66 97 49 / 0.7); +} +.ring-green-800\/75{ + --tw-ring-color: rgb(66 97 49 / 0.75); +} +.ring-green-800\/80{ + --tw-ring-color: rgb(66 97 49 / 0.8); +} +.ring-green-800\/90{ + --tw-ring-color: rgb(66 97 49 / 0.9); +} +.ring-green-800\/95{ + --tw-ring-color: rgb(66 97 49 / 0.95); +} +.ring-green-800\/100{ + --tw-ring-color: rgb(66 97 49 / 1); +} +.ring-green-900\/0{ + --tw-ring-color: rgb(54 79 40 / 0); +} +.ring-green-900\/5{ + --tw-ring-color: rgb(54 79 40 / 0.05); +} +.ring-green-900\/10{ + --tw-ring-color: rgb(54 79 40 / 0.1); +} +.ring-green-900\/20{ + --tw-ring-color: rgb(54 79 40 / 0.2); +} +.ring-green-900\/25{ + --tw-ring-color: rgb(54 79 40 / 0.25); +} +.ring-green-900\/30{ + --tw-ring-color: rgb(54 79 40 / 0.3); +} +.ring-green-900\/40{ + --tw-ring-color: rgb(54 79 40 / 0.4); +} +.ring-green-900\/50{ + --tw-ring-color: rgb(54 79 40 / 0.5); +} +.ring-green-900\/60{ + --tw-ring-color: rgb(54 79 40 / 0.6); +} +.ring-green-900\/70{ + --tw-ring-color: rgb(54 79 40 / 0.7); +} +.ring-green-900\/75{ + --tw-ring-color: rgb(54 79 40 / 0.75); +} +.ring-green-900\/80{ + --tw-ring-color: rgb(54 79 40 / 0.8); +} +.ring-green-900\/90{ + --tw-ring-color: rgb(54 79 40 / 0.9); +} +.ring-green-900\/95{ + --tw-ring-color: rgb(54 79 40 / 0.95); +} +.ring-green-900\/100{ + --tw-ring-color: rgb(54 79 40 / 1); +} +.ring-green\/0{ + --tw-ring-color: rgb(110 161 82 / 0); +} +.ring-green\/5{ + --tw-ring-color: rgb(110 161 82 / 0.05); +} +.ring-green\/10{ + --tw-ring-color: rgb(110 161 82 / 0.1); +} +.ring-green\/20{ + --tw-ring-color: rgb(110 161 82 / 0.2); +} +.ring-green\/25{ + --tw-ring-color: rgb(110 161 82 / 0.25); +} +.ring-green\/30{ + --tw-ring-color: rgb(110 161 82 / 0.3); +} +.ring-green\/40{ + --tw-ring-color: rgb(110 161 82 / 0.4); +} +.ring-green\/50{ + --tw-ring-color: rgb(110 161 82 / 0.5); +} +.ring-green\/60{ + --tw-ring-color: rgb(110 161 82 / 0.6); +} +.ring-green\/70{ + --tw-ring-color: rgb(110 161 82 / 0.7); +} +.ring-green\/75{ + --tw-ring-color: rgb(110 161 82 / 0.75); +} +.ring-green\/80{ + --tw-ring-color: rgb(110 161 82 / 0.8); +} +.ring-green\/90{ + --tw-ring-color: rgb(110 161 82 / 0.9); +} +.ring-green\/95{ + --tw-ring-color: rgb(110 161 82 / 0.95); +} +.ring-green\/100{ + --tw-ring-color: rgb(110 161 82 / 1); +} +.ring-emerald-50\/0{ + --tw-ring-color: rgb(236 253 245 / 0); +} +.ring-emerald-50\/5{ + --tw-ring-color: rgb(236 253 245 / 0.05); +} +.ring-emerald-50\/10{ + --tw-ring-color: rgb(236 253 245 / 0.1); +} +.ring-emerald-50\/20{ + --tw-ring-color: rgb(236 253 245 / 0.2); +} +.ring-emerald-50\/25{ + --tw-ring-color: rgb(236 253 245 / 0.25); +} +.ring-emerald-50\/30{ + --tw-ring-color: rgb(236 253 245 / 0.3); +} +.ring-emerald-50\/40{ + --tw-ring-color: rgb(236 253 245 / 0.4); +} +.ring-emerald-50\/50{ + --tw-ring-color: rgb(236 253 245 / 0.5); +} +.ring-emerald-50\/60{ + --tw-ring-color: rgb(236 253 245 / 0.6); +} +.ring-emerald-50\/70{ + --tw-ring-color: rgb(236 253 245 / 0.7); +} +.ring-emerald-50\/75{ + --tw-ring-color: rgb(236 253 245 / 0.75); +} +.ring-emerald-50\/80{ + --tw-ring-color: rgb(236 253 245 / 0.8); +} +.ring-emerald-50\/90{ + --tw-ring-color: rgb(236 253 245 / 0.9); +} +.ring-emerald-50\/95{ + --tw-ring-color: rgb(236 253 245 / 0.95); +} +.ring-emerald-50\/100{ + --tw-ring-color: rgb(236 253 245 / 1); +} +.ring-emerald-100\/0{ + --tw-ring-color: rgb(209 250 229 / 0); +} +.ring-emerald-100\/5{ + --tw-ring-color: rgb(209 250 229 / 0.05); +} +.ring-emerald-100\/10{ + --tw-ring-color: rgb(209 250 229 / 0.1); +} +.ring-emerald-100\/20{ + --tw-ring-color: rgb(209 250 229 / 0.2); +} +.ring-emerald-100\/25{ + --tw-ring-color: rgb(209 250 229 / 0.25); +} +.ring-emerald-100\/30{ + --tw-ring-color: rgb(209 250 229 / 0.3); +} +.ring-emerald-100\/40{ + --tw-ring-color: rgb(209 250 229 / 0.4); +} +.ring-emerald-100\/50{ + --tw-ring-color: rgb(209 250 229 / 0.5); +} +.ring-emerald-100\/60{ + --tw-ring-color: rgb(209 250 229 / 0.6); +} +.ring-emerald-100\/70{ + --tw-ring-color: rgb(209 250 229 / 0.7); +} +.ring-emerald-100\/75{ + --tw-ring-color: rgb(209 250 229 / 0.75); +} +.ring-emerald-100\/80{ + --tw-ring-color: rgb(209 250 229 / 0.8); +} +.ring-emerald-100\/90{ + --tw-ring-color: rgb(209 250 229 / 0.9); +} +.ring-emerald-100\/95{ + --tw-ring-color: rgb(209 250 229 / 0.95); +} +.ring-emerald-100\/100{ + --tw-ring-color: rgb(209 250 229 / 1); +} +.ring-emerald-200\/0{ + --tw-ring-color: rgb(167 243 208 / 0); +} +.ring-emerald-200\/5{ + --tw-ring-color: rgb(167 243 208 / 0.05); +} +.ring-emerald-200\/10{ + --tw-ring-color: rgb(167 243 208 / 0.1); +} +.ring-emerald-200\/20{ + --tw-ring-color: rgb(167 243 208 / 0.2); +} +.ring-emerald-200\/25{ + --tw-ring-color: rgb(167 243 208 / 0.25); +} +.ring-emerald-200\/30{ + --tw-ring-color: rgb(167 243 208 / 0.3); +} +.ring-emerald-200\/40{ + --tw-ring-color: rgb(167 243 208 / 0.4); +} +.ring-emerald-200\/50{ + --tw-ring-color: rgb(167 243 208 / 0.5); +} +.ring-emerald-200\/60{ + --tw-ring-color: rgb(167 243 208 / 0.6); +} +.ring-emerald-200\/70{ + --tw-ring-color: rgb(167 243 208 / 0.7); +} +.ring-emerald-200\/75{ + --tw-ring-color: rgb(167 243 208 / 0.75); +} +.ring-emerald-200\/80{ + --tw-ring-color: rgb(167 243 208 / 0.8); +} +.ring-emerald-200\/90{ + --tw-ring-color: rgb(167 243 208 / 0.9); +} +.ring-emerald-200\/95{ + --tw-ring-color: rgb(167 243 208 / 0.95); +} +.ring-emerald-200\/100{ + --tw-ring-color: rgb(167 243 208 / 1); +} +.ring-emerald-300\/0{ + --tw-ring-color: rgb(110 231 183 / 0); +} +.ring-emerald-300\/5{ + --tw-ring-color: rgb(110 231 183 / 0.05); +} +.ring-emerald-300\/10{ + --tw-ring-color: rgb(110 231 183 / 0.1); +} +.ring-emerald-300\/20{ + --tw-ring-color: rgb(110 231 183 / 0.2); +} +.ring-emerald-300\/25{ + --tw-ring-color: rgb(110 231 183 / 0.25); +} +.ring-emerald-300\/30{ + --tw-ring-color: rgb(110 231 183 / 0.3); +} +.ring-emerald-300\/40{ + --tw-ring-color: rgb(110 231 183 / 0.4); +} +.ring-emerald-300\/50{ + --tw-ring-color: rgb(110 231 183 / 0.5); +} +.ring-emerald-300\/60{ + --tw-ring-color: rgb(110 231 183 / 0.6); +} +.ring-emerald-300\/70{ + --tw-ring-color: rgb(110 231 183 / 0.7); +} +.ring-emerald-300\/75{ + --tw-ring-color: rgb(110 231 183 / 0.75); +} +.ring-emerald-300\/80{ + --tw-ring-color: rgb(110 231 183 / 0.8); +} +.ring-emerald-300\/90{ + --tw-ring-color: rgb(110 231 183 / 0.9); +} +.ring-emerald-300\/95{ + --tw-ring-color: rgb(110 231 183 / 0.95); +} +.ring-emerald-300\/100{ + --tw-ring-color: rgb(110 231 183 / 1); +} +.ring-emerald-400\/0{ + --tw-ring-color: rgb(52 211 153 / 0); +} +.ring-emerald-400\/5{ + --tw-ring-color: rgb(52 211 153 / 0.05); +} +.ring-emerald-400\/10{ + --tw-ring-color: rgb(52 211 153 / 0.1); +} +.ring-emerald-400\/20{ + --tw-ring-color: rgb(52 211 153 / 0.2); +} +.ring-emerald-400\/25{ + --tw-ring-color: rgb(52 211 153 / 0.25); +} +.ring-emerald-400\/30{ + --tw-ring-color: rgb(52 211 153 / 0.3); +} +.ring-emerald-400\/40{ + --tw-ring-color: rgb(52 211 153 / 0.4); +} +.ring-emerald-400\/50{ + --tw-ring-color: rgb(52 211 153 / 0.5); +} +.ring-emerald-400\/60{ + --tw-ring-color: rgb(52 211 153 / 0.6); +} +.ring-emerald-400\/70{ + --tw-ring-color: rgb(52 211 153 / 0.7); +} +.ring-emerald-400\/75{ + --tw-ring-color: rgb(52 211 153 / 0.75); +} +.ring-emerald-400\/80{ + --tw-ring-color: rgb(52 211 153 / 0.8); +} +.ring-emerald-400\/90{ + --tw-ring-color: rgb(52 211 153 / 0.9); +} +.ring-emerald-400\/95{ + --tw-ring-color: rgb(52 211 153 / 0.95); +} +.ring-emerald-400\/100{ + --tw-ring-color: rgb(52 211 153 / 1); +} +.ring-emerald-500\/0{ + --tw-ring-color: rgb(16 185 129 / 0); +} +.ring-emerald-500\/5{ + --tw-ring-color: rgb(16 185 129 / 0.05); +} +.ring-emerald-500\/10{ + --tw-ring-color: rgb(16 185 129 / 0.1); +} +.ring-emerald-500\/20{ + --tw-ring-color: rgb(16 185 129 / 0.2); +} +.ring-emerald-500\/25{ + --tw-ring-color: rgb(16 185 129 / 0.25); +} +.ring-emerald-500\/30{ + --tw-ring-color: rgb(16 185 129 / 0.3); +} +.ring-emerald-500\/40{ + --tw-ring-color: rgb(16 185 129 / 0.4); +} +.ring-emerald-500\/50{ + --tw-ring-color: rgb(16 185 129 / 0.5); +} +.ring-emerald-500\/60{ + --tw-ring-color: rgb(16 185 129 / 0.6); +} +.ring-emerald-500\/70{ + --tw-ring-color: rgb(16 185 129 / 0.7); +} +.ring-emerald-500\/75{ + --tw-ring-color: rgb(16 185 129 / 0.75); +} +.ring-emerald-500\/80{ + --tw-ring-color: rgb(16 185 129 / 0.8); +} +.ring-emerald-500\/90{ + --tw-ring-color: rgb(16 185 129 / 0.9); +} +.ring-emerald-500\/95{ + --tw-ring-color: rgb(16 185 129 / 0.95); +} +.ring-emerald-500\/100{ + --tw-ring-color: rgb(16 185 129 / 1); +} +.ring-emerald-600\/0{ + --tw-ring-color: rgb(5 150 105 / 0); +} +.ring-emerald-600\/5{ + --tw-ring-color: rgb(5 150 105 / 0.05); +} +.ring-emerald-600\/10{ + --tw-ring-color: rgb(5 150 105 / 0.1); +} +.ring-emerald-600\/20{ + --tw-ring-color: rgb(5 150 105 / 0.2); +} +.ring-emerald-600\/25{ + --tw-ring-color: rgb(5 150 105 / 0.25); +} +.ring-emerald-600\/30{ + --tw-ring-color: rgb(5 150 105 / 0.3); +} +.ring-emerald-600\/40{ + --tw-ring-color: rgb(5 150 105 / 0.4); +} +.ring-emerald-600\/50{ + --tw-ring-color: rgb(5 150 105 / 0.5); +} +.ring-emerald-600\/60{ + --tw-ring-color: rgb(5 150 105 / 0.6); +} +.ring-emerald-600\/70{ + --tw-ring-color: rgb(5 150 105 / 0.7); +} +.ring-emerald-600\/75{ + --tw-ring-color: rgb(5 150 105 / 0.75); +} +.ring-emerald-600\/80{ + --tw-ring-color: rgb(5 150 105 / 0.8); +} +.ring-emerald-600\/90{ + --tw-ring-color: rgb(5 150 105 / 0.9); +} +.ring-emerald-600\/95{ + --tw-ring-color: rgb(5 150 105 / 0.95); +} +.ring-emerald-600\/100{ + --tw-ring-color: rgb(5 150 105 / 1); +} +.ring-emerald-700\/0{ + --tw-ring-color: rgb(4 120 87 / 0); +} +.ring-emerald-700\/5{ + --tw-ring-color: rgb(4 120 87 / 0.05); +} +.ring-emerald-700\/10{ + --tw-ring-color: rgb(4 120 87 / 0.1); +} +.ring-emerald-700\/20{ + --tw-ring-color: rgb(4 120 87 / 0.2); +} +.ring-emerald-700\/25{ + --tw-ring-color: rgb(4 120 87 / 0.25); +} +.ring-emerald-700\/30{ + --tw-ring-color: rgb(4 120 87 / 0.3); +} +.ring-emerald-700\/40{ + --tw-ring-color: rgb(4 120 87 / 0.4); +} +.ring-emerald-700\/50{ + --tw-ring-color: rgb(4 120 87 / 0.5); +} +.ring-emerald-700\/60{ + --tw-ring-color: rgb(4 120 87 / 0.6); +} +.ring-emerald-700\/70{ + --tw-ring-color: rgb(4 120 87 / 0.7); +} +.ring-emerald-700\/75{ + --tw-ring-color: rgb(4 120 87 / 0.75); +} +.ring-emerald-700\/80{ + --tw-ring-color: rgb(4 120 87 / 0.8); +} +.ring-emerald-700\/90{ + --tw-ring-color: rgb(4 120 87 / 0.9); +} +.ring-emerald-700\/95{ + --tw-ring-color: rgb(4 120 87 / 0.95); +} +.ring-emerald-700\/100{ + --tw-ring-color: rgb(4 120 87 / 1); +} +.ring-emerald-800\/0{ + --tw-ring-color: rgb(6 95 70 / 0); +} +.ring-emerald-800\/5{ + --tw-ring-color: rgb(6 95 70 / 0.05); +} +.ring-emerald-800\/10{ + --tw-ring-color: rgb(6 95 70 / 0.1); +} +.ring-emerald-800\/20{ + --tw-ring-color: rgb(6 95 70 / 0.2); +} +.ring-emerald-800\/25{ + --tw-ring-color: rgb(6 95 70 / 0.25); +} +.ring-emerald-800\/30{ + --tw-ring-color: rgb(6 95 70 / 0.3); +} +.ring-emerald-800\/40{ + --tw-ring-color: rgb(6 95 70 / 0.4); +} +.ring-emerald-800\/50{ + --tw-ring-color: rgb(6 95 70 / 0.5); +} +.ring-emerald-800\/60{ + --tw-ring-color: rgb(6 95 70 / 0.6); +} +.ring-emerald-800\/70{ + --tw-ring-color: rgb(6 95 70 / 0.7); +} +.ring-emerald-800\/75{ + --tw-ring-color: rgb(6 95 70 / 0.75); +} +.ring-emerald-800\/80{ + --tw-ring-color: rgb(6 95 70 / 0.8); +} +.ring-emerald-800\/90{ + --tw-ring-color: rgb(6 95 70 / 0.9); +} +.ring-emerald-800\/95{ + --tw-ring-color: rgb(6 95 70 / 0.95); +} +.ring-emerald-800\/100{ + --tw-ring-color: rgb(6 95 70 / 1); +} +.ring-emerald-900\/0{ + --tw-ring-color: rgb(6 78 59 / 0); +} +.ring-emerald-900\/5{ + --tw-ring-color: rgb(6 78 59 / 0.05); +} +.ring-emerald-900\/10{ + --tw-ring-color: rgb(6 78 59 / 0.1); +} +.ring-emerald-900\/20{ + --tw-ring-color: rgb(6 78 59 / 0.2); +} +.ring-emerald-900\/25{ + --tw-ring-color: rgb(6 78 59 / 0.25); +} +.ring-emerald-900\/30{ + --tw-ring-color: rgb(6 78 59 / 0.3); +} +.ring-emerald-900\/40{ + --tw-ring-color: rgb(6 78 59 / 0.4); +} +.ring-emerald-900\/50{ + --tw-ring-color: rgb(6 78 59 / 0.5); +} +.ring-emerald-900\/60{ + --tw-ring-color: rgb(6 78 59 / 0.6); +} +.ring-emerald-900\/70{ + --tw-ring-color: rgb(6 78 59 / 0.7); +} +.ring-emerald-900\/75{ + --tw-ring-color: rgb(6 78 59 / 0.75); +} +.ring-emerald-900\/80{ + --tw-ring-color: rgb(6 78 59 / 0.8); +} +.ring-emerald-900\/90{ + --tw-ring-color: rgb(6 78 59 / 0.9); +} +.ring-emerald-900\/95{ + --tw-ring-color: rgb(6 78 59 / 0.95); +} +.ring-emerald-900\/100{ + --tw-ring-color: rgb(6 78 59 / 1); +} +.ring-teal-50\/0{ + --tw-ring-color: rgb(237 250 250 / 0); +} +.ring-teal-50\/5{ + --tw-ring-color: rgb(237 250 250 / 0.05); +} +.ring-teal-50\/10{ + --tw-ring-color: rgb(237 250 250 / 0.1); +} +.ring-teal-50\/20{ + --tw-ring-color: rgb(237 250 250 / 0.2); +} +.ring-teal-50\/25{ + --tw-ring-color: rgb(237 250 250 / 0.25); +} +.ring-teal-50\/30{ + --tw-ring-color: rgb(237 250 250 / 0.3); +} +.ring-teal-50\/40{ + --tw-ring-color: rgb(237 250 250 / 0.4); +} +.ring-teal-50\/50{ + --tw-ring-color: rgb(237 250 250 / 0.5); +} +.ring-teal-50\/60{ + --tw-ring-color: rgb(237 250 250 / 0.6); +} +.ring-teal-50\/70{ + --tw-ring-color: rgb(237 250 250 / 0.7); +} +.ring-teal-50\/75{ + --tw-ring-color: rgb(237 250 250 / 0.75); +} +.ring-teal-50\/80{ + --tw-ring-color: rgb(237 250 250 / 0.8); +} +.ring-teal-50\/90{ + --tw-ring-color: rgb(237 250 250 / 0.9); +} +.ring-teal-50\/95{ + --tw-ring-color: rgb(237 250 250 / 0.95); +} +.ring-teal-50\/100{ + --tw-ring-color: rgb(237 250 250 / 1); +} +.ring-teal-100\/0{ + --tw-ring-color: rgb(213 245 246 / 0); +} +.ring-teal-100\/5{ + --tw-ring-color: rgb(213 245 246 / 0.05); +} +.ring-teal-100\/10{ + --tw-ring-color: rgb(213 245 246 / 0.1); +} +.ring-teal-100\/20{ + --tw-ring-color: rgb(213 245 246 / 0.2); +} +.ring-teal-100\/25{ + --tw-ring-color: rgb(213 245 246 / 0.25); +} +.ring-teal-100\/30{ + --tw-ring-color: rgb(213 245 246 / 0.3); +} +.ring-teal-100\/40{ + --tw-ring-color: rgb(213 245 246 / 0.4); +} +.ring-teal-100\/50{ + --tw-ring-color: rgb(213 245 246 / 0.5); +} +.ring-teal-100\/60{ + --tw-ring-color: rgb(213 245 246 / 0.6); +} +.ring-teal-100\/70{ + --tw-ring-color: rgb(213 245 246 / 0.7); +} +.ring-teal-100\/75{ + --tw-ring-color: rgb(213 245 246 / 0.75); +} +.ring-teal-100\/80{ + --tw-ring-color: rgb(213 245 246 / 0.8); +} +.ring-teal-100\/90{ + --tw-ring-color: rgb(213 245 246 / 0.9); +} +.ring-teal-100\/95{ + --tw-ring-color: rgb(213 245 246 / 0.95); +} +.ring-teal-100\/100{ + --tw-ring-color: rgb(213 245 246 / 1); +} +.ring-teal-200\/0{ + --tw-ring-color: rgb(175 236 239 / 0); +} +.ring-teal-200\/5{ + --tw-ring-color: rgb(175 236 239 / 0.05); +} +.ring-teal-200\/10{ + --tw-ring-color: rgb(175 236 239 / 0.1); +} +.ring-teal-200\/20{ + --tw-ring-color: rgb(175 236 239 / 0.2); +} +.ring-teal-200\/25{ + --tw-ring-color: rgb(175 236 239 / 0.25); +} +.ring-teal-200\/30{ + --tw-ring-color: rgb(175 236 239 / 0.3); +} +.ring-teal-200\/40{ + --tw-ring-color: rgb(175 236 239 / 0.4); +} +.ring-teal-200\/50{ + --tw-ring-color: rgb(175 236 239 / 0.5); +} +.ring-teal-200\/60{ + --tw-ring-color: rgb(175 236 239 / 0.6); +} +.ring-teal-200\/70{ + --tw-ring-color: rgb(175 236 239 / 0.7); +} +.ring-teal-200\/75{ + --tw-ring-color: rgb(175 236 239 / 0.75); +} +.ring-teal-200\/80{ + --tw-ring-color: rgb(175 236 239 / 0.8); +} +.ring-teal-200\/90{ + --tw-ring-color: rgb(175 236 239 / 0.9); +} +.ring-teal-200\/95{ + --tw-ring-color: rgb(175 236 239 / 0.95); +} +.ring-teal-200\/100{ + --tw-ring-color: rgb(175 236 239 / 1); +} +.ring-teal-300\/0{ + --tw-ring-color: rgb(126 220 226 / 0); +} +.ring-teal-300\/5{ + --tw-ring-color: rgb(126 220 226 / 0.05); +} +.ring-teal-300\/10{ + --tw-ring-color: rgb(126 220 226 / 0.1); +} +.ring-teal-300\/20{ + --tw-ring-color: rgb(126 220 226 / 0.2); +} +.ring-teal-300\/25{ + --tw-ring-color: rgb(126 220 226 / 0.25); +} +.ring-teal-300\/30{ + --tw-ring-color: rgb(126 220 226 / 0.3); +} +.ring-teal-300\/40{ + --tw-ring-color: rgb(126 220 226 / 0.4); +} +.ring-teal-300\/50{ + --tw-ring-color: rgb(126 220 226 / 0.5); +} +.ring-teal-300\/60{ + --tw-ring-color: rgb(126 220 226 / 0.6); +} +.ring-teal-300\/70{ + --tw-ring-color: rgb(126 220 226 / 0.7); +} +.ring-teal-300\/75{ + --tw-ring-color: rgb(126 220 226 / 0.75); +} +.ring-teal-300\/80{ + --tw-ring-color: rgb(126 220 226 / 0.8); +} +.ring-teal-300\/90{ + --tw-ring-color: rgb(126 220 226 / 0.9); +} +.ring-teal-300\/95{ + --tw-ring-color: rgb(126 220 226 / 0.95); +} +.ring-teal-300\/100{ + --tw-ring-color: rgb(126 220 226 / 1); +} +.ring-teal-400\/0{ + --tw-ring-color: rgb(22 189 202 / 0); +} +.ring-teal-400\/5{ + --tw-ring-color: rgb(22 189 202 / 0.05); +} +.ring-teal-400\/10{ + --tw-ring-color: rgb(22 189 202 / 0.1); +} +.ring-teal-400\/20{ + --tw-ring-color: rgb(22 189 202 / 0.2); +} +.ring-teal-400\/25{ + --tw-ring-color: rgb(22 189 202 / 0.25); +} +.ring-teal-400\/30{ + --tw-ring-color: rgb(22 189 202 / 0.3); +} +.ring-teal-400\/40{ + --tw-ring-color: rgb(22 189 202 / 0.4); +} +.ring-teal-400\/50{ + --tw-ring-color: rgb(22 189 202 / 0.5); +} +.ring-teal-400\/60{ + --tw-ring-color: rgb(22 189 202 / 0.6); +} +.ring-teal-400\/70{ + --tw-ring-color: rgb(22 189 202 / 0.7); +} +.ring-teal-400\/75{ + --tw-ring-color: rgb(22 189 202 / 0.75); +} +.ring-teal-400\/80{ + --tw-ring-color: rgb(22 189 202 / 0.8); +} +.ring-teal-400\/90{ + --tw-ring-color: rgb(22 189 202 / 0.9); +} +.ring-teal-400\/95{ + --tw-ring-color: rgb(22 189 202 / 0.95); +} +.ring-teal-400\/100{ + --tw-ring-color: rgb(22 189 202 / 1); +} +.ring-teal-500\/0{ + --tw-ring-color: rgb(6 148 162 / 0); +} +.ring-teal-500\/5{ + --tw-ring-color: rgb(6 148 162 / 0.05); +} +.ring-teal-500\/10{ + --tw-ring-color: rgb(6 148 162 / 0.1); +} +.ring-teal-500\/20{ + --tw-ring-color: rgb(6 148 162 / 0.2); +} +.ring-teal-500\/25{ + --tw-ring-color: rgb(6 148 162 / 0.25); +} +.ring-teal-500\/30{ + --tw-ring-color: rgb(6 148 162 / 0.3); +} +.ring-teal-500\/40{ + --tw-ring-color: rgb(6 148 162 / 0.4); +} +.ring-teal-500\/50{ + --tw-ring-color: rgb(6 148 162 / 0.5); +} +.ring-teal-500\/60{ + --tw-ring-color: rgb(6 148 162 / 0.6); +} +.ring-teal-500\/70{ + --tw-ring-color: rgb(6 148 162 / 0.7); +} +.ring-teal-500\/75{ + --tw-ring-color: rgb(6 148 162 / 0.75); +} +.ring-teal-500\/80{ + --tw-ring-color: rgb(6 148 162 / 0.8); +} +.ring-teal-500\/90{ + --tw-ring-color: rgb(6 148 162 / 0.9); +} +.ring-teal-500\/95{ + --tw-ring-color: rgb(6 148 162 / 0.95); +} +.ring-teal-500\/100{ + --tw-ring-color: rgb(6 148 162 / 1); +} +.ring-teal-600\/0{ + --tw-ring-color: rgb(4 116 129 / 0); +} +.ring-teal-600\/5{ + --tw-ring-color: rgb(4 116 129 / 0.05); +} +.ring-teal-600\/10{ + --tw-ring-color: rgb(4 116 129 / 0.1); +} +.ring-teal-600\/20{ + --tw-ring-color: rgb(4 116 129 / 0.2); +} +.ring-teal-600\/25{ + --tw-ring-color: rgb(4 116 129 / 0.25); +} +.ring-teal-600\/30{ + --tw-ring-color: rgb(4 116 129 / 0.3); +} +.ring-teal-600\/40{ + --tw-ring-color: rgb(4 116 129 / 0.4); +} +.ring-teal-600\/50{ + --tw-ring-color: rgb(4 116 129 / 0.5); +} +.ring-teal-600\/60{ + --tw-ring-color: rgb(4 116 129 / 0.6); +} +.ring-teal-600\/70{ + --tw-ring-color: rgb(4 116 129 / 0.7); +} +.ring-teal-600\/75{ + --tw-ring-color: rgb(4 116 129 / 0.75); +} +.ring-teal-600\/80{ + --tw-ring-color: rgb(4 116 129 / 0.8); +} +.ring-teal-600\/90{ + --tw-ring-color: rgb(4 116 129 / 0.9); +} +.ring-teal-600\/95{ + --tw-ring-color: rgb(4 116 129 / 0.95); +} +.ring-teal-600\/100{ + --tw-ring-color: rgb(4 116 129 / 1); +} +.ring-teal-700\/0{ + --tw-ring-color: rgb(3 102 114 / 0); +} +.ring-teal-700\/5{ + --tw-ring-color: rgb(3 102 114 / 0.05); +} +.ring-teal-700\/10{ + --tw-ring-color: rgb(3 102 114 / 0.1); +} +.ring-teal-700\/20{ + --tw-ring-color: rgb(3 102 114 / 0.2); +} +.ring-teal-700\/25{ + --tw-ring-color: rgb(3 102 114 / 0.25); +} +.ring-teal-700\/30{ + --tw-ring-color: rgb(3 102 114 / 0.3); +} +.ring-teal-700\/40{ + --tw-ring-color: rgb(3 102 114 / 0.4); +} +.ring-teal-700\/50{ + --tw-ring-color: rgb(3 102 114 / 0.5); +} +.ring-teal-700\/60{ + --tw-ring-color: rgb(3 102 114 / 0.6); +} +.ring-teal-700\/70{ + --tw-ring-color: rgb(3 102 114 / 0.7); +} +.ring-teal-700\/75{ + --tw-ring-color: rgb(3 102 114 / 0.75); +} +.ring-teal-700\/80{ + --tw-ring-color: rgb(3 102 114 / 0.8); +} +.ring-teal-700\/90{ + --tw-ring-color: rgb(3 102 114 / 0.9); +} +.ring-teal-700\/95{ + --tw-ring-color: rgb(3 102 114 / 0.95); +} +.ring-teal-700\/100{ + --tw-ring-color: rgb(3 102 114 / 1); +} +.ring-teal-800\/0{ + --tw-ring-color: rgb(5 80 92 / 0); +} +.ring-teal-800\/5{ + --tw-ring-color: rgb(5 80 92 / 0.05); +} +.ring-teal-800\/10{ + --tw-ring-color: rgb(5 80 92 / 0.1); +} +.ring-teal-800\/20{ + --tw-ring-color: rgb(5 80 92 / 0.2); +} +.ring-teal-800\/25{ + --tw-ring-color: rgb(5 80 92 / 0.25); +} +.ring-teal-800\/30{ + --tw-ring-color: rgb(5 80 92 / 0.3); +} +.ring-teal-800\/40{ + --tw-ring-color: rgb(5 80 92 / 0.4); +} +.ring-teal-800\/50{ + --tw-ring-color: rgb(5 80 92 / 0.5); +} +.ring-teal-800\/60{ + --tw-ring-color: rgb(5 80 92 / 0.6); +} +.ring-teal-800\/70{ + --tw-ring-color: rgb(5 80 92 / 0.7); +} +.ring-teal-800\/75{ + --tw-ring-color: rgb(5 80 92 / 0.75); +} +.ring-teal-800\/80{ + --tw-ring-color: rgb(5 80 92 / 0.8); +} +.ring-teal-800\/90{ + --tw-ring-color: rgb(5 80 92 / 0.9); +} +.ring-teal-800\/95{ + --tw-ring-color: rgb(5 80 92 / 0.95); +} +.ring-teal-800\/100{ + --tw-ring-color: rgb(5 80 92 / 1); +} +.ring-teal-900\/0{ + --tw-ring-color: rgb(1 68 81 / 0); +} +.ring-teal-900\/5{ + --tw-ring-color: rgb(1 68 81 / 0.05); +} +.ring-teal-900\/10{ + --tw-ring-color: rgb(1 68 81 / 0.1); +} +.ring-teal-900\/20{ + --tw-ring-color: rgb(1 68 81 / 0.2); +} +.ring-teal-900\/25{ + --tw-ring-color: rgb(1 68 81 / 0.25); +} +.ring-teal-900\/30{ + --tw-ring-color: rgb(1 68 81 / 0.3); +} +.ring-teal-900\/40{ + --tw-ring-color: rgb(1 68 81 / 0.4); +} +.ring-teal-900\/50{ + --tw-ring-color: rgb(1 68 81 / 0.5); +} +.ring-teal-900\/60{ + --tw-ring-color: rgb(1 68 81 / 0.6); +} +.ring-teal-900\/70{ + --tw-ring-color: rgb(1 68 81 / 0.7); +} +.ring-teal-900\/75{ + --tw-ring-color: rgb(1 68 81 / 0.75); +} +.ring-teal-900\/80{ + --tw-ring-color: rgb(1 68 81 / 0.8); +} +.ring-teal-900\/90{ + --tw-ring-color: rgb(1 68 81 / 0.9); +} +.ring-teal-900\/95{ + --tw-ring-color: rgb(1 68 81 / 0.95); +} +.ring-teal-900\/100{ + --tw-ring-color: rgb(1 68 81 / 1); +} +.ring-cyan-50\/0{ + --tw-ring-color: rgb(236 254 255 / 0); +} +.ring-cyan-50\/5{ + --tw-ring-color: rgb(236 254 255 / 0.05); +} +.ring-cyan-50\/10{ + --tw-ring-color: rgb(236 254 255 / 0.1); +} +.ring-cyan-50\/20{ + --tw-ring-color: rgb(236 254 255 / 0.2); +} +.ring-cyan-50\/25{ + --tw-ring-color: rgb(236 254 255 / 0.25); +} +.ring-cyan-50\/30{ + --tw-ring-color: rgb(236 254 255 / 0.3); +} +.ring-cyan-50\/40{ + --tw-ring-color: rgb(236 254 255 / 0.4); +} +.ring-cyan-50\/50{ + --tw-ring-color: rgb(236 254 255 / 0.5); +} +.ring-cyan-50\/60{ + --tw-ring-color: rgb(236 254 255 / 0.6); +} +.ring-cyan-50\/70{ + --tw-ring-color: rgb(236 254 255 / 0.7); +} +.ring-cyan-50\/75{ + --tw-ring-color: rgb(236 254 255 / 0.75); +} +.ring-cyan-50\/80{ + --tw-ring-color: rgb(236 254 255 / 0.8); +} +.ring-cyan-50\/90{ + --tw-ring-color: rgb(236 254 255 / 0.9); +} +.ring-cyan-50\/95{ + --tw-ring-color: rgb(236 254 255 / 0.95); +} +.ring-cyan-50\/100{ + --tw-ring-color: rgb(236 254 255 / 1); +} +.ring-cyan-100\/0{ + --tw-ring-color: rgb(207 250 254 / 0); +} +.ring-cyan-100\/5{ + --tw-ring-color: rgb(207 250 254 / 0.05); +} +.ring-cyan-100\/10{ + --tw-ring-color: rgb(207 250 254 / 0.1); +} +.ring-cyan-100\/20{ + --tw-ring-color: rgb(207 250 254 / 0.2); +} +.ring-cyan-100\/25{ + --tw-ring-color: rgb(207 250 254 / 0.25); +} +.ring-cyan-100\/30{ + --tw-ring-color: rgb(207 250 254 / 0.3); +} +.ring-cyan-100\/40{ + --tw-ring-color: rgb(207 250 254 / 0.4); +} +.ring-cyan-100\/50{ + --tw-ring-color: rgb(207 250 254 / 0.5); +} +.ring-cyan-100\/60{ + --tw-ring-color: rgb(207 250 254 / 0.6); +} +.ring-cyan-100\/70{ + --tw-ring-color: rgb(207 250 254 / 0.7); +} +.ring-cyan-100\/75{ + --tw-ring-color: rgb(207 250 254 / 0.75); +} +.ring-cyan-100\/80{ + --tw-ring-color: rgb(207 250 254 / 0.8); +} +.ring-cyan-100\/90{ + --tw-ring-color: rgb(207 250 254 / 0.9); +} +.ring-cyan-100\/95{ + --tw-ring-color: rgb(207 250 254 / 0.95); +} +.ring-cyan-100\/100{ + --tw-ring-color: rgb(207 250 254 / 1); +} +.ring-cyan-200\/0{ + --tw-ring-color: rgb(165 243 252 / 0); +} +.ring-cyan-200\/5{ + --tw-ring-color: rgb(165 243 252 / 0.05); +} +.ring-cyan-200\/10{ + --tw-ring-color: rgb(165 243 252 / 0.1); +} +.ring-cyan-200\/20{ + --tw-ring-color: rgb(165 243 252 / 0.2); +} +.ring-cyan-200\/25{ + --tw-ring-color: rgb(165 243 252 / 0.25); +} +.ring-cyan-200\/30{ + --tw-ring-color: rgb(165 243 252 / 0.3); +} +.ring-cyan-200\/40{ + --tw-ring-color: rgb(165 243 252 / 0.4); +} +.ring-cyan-200\/50{ + --tw-ring-color: rgb(165 243 252 / 0.5); +} +.ring-cyan-200\/60{ + --tw-ring-color: rgb(165 243 252 / 0.6); +} +.ring-cyan-200\/70{ + --tw-ring-color: rgb(165 243 252 / 0.7); +} +.ring-cyan-200\/75{ + --tw-ring-color: rgb(165 243 252 / 0.75); +} +.ring-cyan-200\/80{ + --tw-ring-color: rgb(165 243 252 / 0.8); +} +.ring-cyan-200\/90{ + --tw-ring-color: rgb(165 243 252 / 0.9); +} +.ring-cyan-200\/95{ + --tw-ring-color: rgb(165 243 252 / 0.95); +} +.ring-cyan-200\/100{ + --tw-ring-color: rgb(165 243 252 / 1); +} +.ring-cyan-300\/0{ + --tw-ring-color: rgb(103 232 249 / 0); +} +.ring-cyan-300\/5{ + --tw-ring-color: rgb(103 232 249 / 0.05); +} +.ring-cyan-300\/10{ + --tw-ring-color: rgb(103 232 249 / 0.1); +} +.ring-cyan-300\/20{ + --tw-ring-color: rgb(103 232 249 / 0.2); +} +.ring-cyan-300\/25{ + --tw-ring-color: rgb(103 232 249 / 0.25); +} +.ring-cyan-300\/30{ + --tw-ring-color: rgb(103 232 249 / 0.3); +} +.ring-cyan-300\/40{ + --tw-ring-color: rgb(103 232 249 / 0.4); +} +.ring-cyan-300\/50{ + --tw-ring-color: rgb(103 232 249 / 0.5); +} +.ring-cyan-300\/60{ + --tw-ring-color: rgb(103 232 249 / 0.6); +} +.ring-cyan-300\/70{ + --tw-ring-color: rgb(103 232 249 / 0.7); +} +.ring-cyan-300\/75{ + --tw-ring-color: rgb(103 232 249 / 0.75); +} +.ring-cyan-300\/80{ + --tw-ring-color: rgb(103 232 249 / 0.8); +} +.ring-cyan-300\/90{ + --tw-ring-color: rgb(103 232 249 / 0.9); +} +.ring-cyan-300\/95{ + --tw-ring-color: rgb(103 232 249 / 0.95); +} +.ring-cyan-300\/100{ + --tw-ring-color: rgb(103 232 249 / 1); +} +.ring-cyan-400\/0{ + --tw-ring-color: rgb(34 211 238 / 0); +} +.ring-cyan-400\/5{ + --tw-ring-color: rgb(34 211 238 / 0.05); +} +.ring-cyan-400\/10{ + --tw-ring-color: rgb(34 211 238 / 0.1); +} +.ring-cyan-400\/20{ + --tw-ring-color: rgb(34 211 238 / 0.2); +} +.ring-cyan-400\/25{ + --tw-ring-color: rgb(34 211 238 / 0.25); +} +.ring-cyan-400\/30{ + --tw-ring-color: rgb(34 211 238 / 0.3); +} +.ring-cyan-400\/40{ + --tw-ring-color: rgb(34 211 238 / 0.4); +} +.ring-cyan-400\/50{ + --tw-ring-color: rgb(34 211 238 / 0.5); +} +.ring-cyan-400\/60{ + --tw-ring-color: rgb(34 211 238 / 0.6); +} +.ring-cyan-400\/70{ + --tw-ring-color: rgb(34 211 238 / 0.7); +} +.ring-cyan-400\/75{ + --tw-ring-color: rgb(34 211 238 / 0.75); +} +.ring-cyan-400\/80{ + --tw-ring-color: rgb(34 211 238 / 0.8); +} +.ring-cyan-400\/90{ + --tw-ring-color: rgb(34 211 238 / 0.9); +} +.ring-cyan-400\/95{ + --tw-ring-color: rgb(34 211 238 / 0.95); +} +.ring-cyan-400\/100{ + --tw-ring-color: rgb(34 211 238 / 1); +} +.ring-cyan-500\/0{ + --tw-ring-color: rgb(6 182 212 / 0); +} +.ring-cyan-500\/5{ + --tw-ring-color: rgb(6 182 212 / 0.05); +} +.ring-cyan-500\/10{ + --tw-ring-color: rgb(6 182 212 / 0.1); +} +.ring-cyan-500\/20{ + --tw-ring-color: rgb(6 182 212 / 0.2); +} +.ring-cyan-500\/25{ + --tw-ring-color: rgb(6 182 212 / 0.25); +} +.ring-cyan-500\/30{ + --tw-ring-color: rgb(6 182 212 / 0.3); +} +.ring-cyan-500\/40{ + --tw-ring-color: rgb(6 182 212 / 0.4); +} +.ring-cyan-500\/50{ + --tw-ring-color: rgb(6 182 212 / 0.5); +} +.ring-cyan-500\/60{ + --tw-ring-color: rgb(6 182 212 / 0.6); +} +.ring-cyan-500\/70{ + --tw-ring-color: rgb(6 182 212 / 0.7); +} +.ring-cyan-500\/75{ + --tw-ring-color: rgb(6 182 212 / 0.75); +} +.ring-cyan-500\/80{ + --tw-ring-color: rgb(6 182 212 / 0.8); +} +.ring-cyan-500\/90{ + --tw-ring-color: rgb(6 182 212 / 0.9); +} +.ring-cyan-500\/95{ + --tw-ring-color: rgb(6 182 212 / 0.95); +} +.ring-cyan-500\/100{ + --tw-ring-color: rgb(6 182 212 / 1); +} +.ring-cyan-600\/0{ + --tw-ring-color: rgb(8 145 178 / 0); +} +.ring-cyan-600\/5{ + --tw-ring-color: rgb(8 145 178 / 0.05); +} +.ring-cyan-600\/10{ + --tw-ring-color: rgb(8 145 178 / 0.1); +} +.ring-cyan-600\/20{ + --tw-ring-color: rgb(8 145 178 / 0.2); +} +.ring-cyan-600\/25{ + --tw-ring-color: rgb(8 145 178 / 0.25); +} +.ring-cyan-600\/30{ + --tw-ring-color: rgb(8 145 178 / 0.3); +} +.ring-cyan-600\/40{ + --tw-ring-color: rgb(8 145 178 / 0.4); +} +.ring-cyan-600\/50{ + --tw-ring-color: rgb(8 145 178 / 0.5); +} +.ring-cyan-600\/60{ + --tw-ring-color: rgb(8 145 178 / 0.6); +} +.ring-cyan-600\/70{ + --tw-ring-color: rgb(8 145 178 / 0.7); +} +.ring-cyan-600\/75{ + --tw-ring-color: rgb(8 145 178 / 0.75); +} +.ring-cyan-600\/80{ + --tw-ring-color: rgb(8 145 178 / 0.8); +} +.ring-cyan-600\/90{ + --tw-ring-color: rgb(8 145 178 / 0.9); +} +.ring-cyan-600\/95{ + --tw-ring-color: rgb(8 145 178 / 0.95); +} +.ring-cyan-600\/100{ + --tw-ring-color: rgb(8 145 178 / 1); +} +.ring-cyan-700\/0{ + --tw-ring-color: rgb(14 116 144 / 0); +} +.ring-cyan-700\/5{ + --tw-ring-color: rgb(14 116 144 / 0.05); +} +.ring-cyan-700\/10{ + --tw-ring-color: rgb(14 116 144 / 0.1); +} +.ring-cyan-700\/20{ + --tw-ring-color: rgb(14 116 144 / 0.2); +} +.ring-cyan-700\/25{ + --tw-ring-color: rgb(14 116 144 / 0.25); +} +.ring-cyan-700\/30{ + --tw-ring-color: rgb(14 116 144 / 0.3); +} +.ring-cyan-700\/40{ + --tw-ring-color: rgb(14 116 144 / 0.4); +} +.ring-cyan-700\/50{ + --tw-ring-color: rgb(14 116 144 / 0.5); +} +.ring-cyan-700\/60{ + --tw-ring-color: rgb(14 116 144 / 0.6); +} +.ring-cyan-700\/70{ + --tw-ring-color: rgb(14 116 144 / 0.7); +} +.ring-cyan-700\/75{ + --tw-ring-color: rgb(14 116 144 / 0.75); +} +.ring-cyan-700\/80{ + --tw-ring-color: rgb(14 116 144 / 0.8); +} +.ring-cyan-700\/90{ + --tw-ring-color: rgb(14 116 144 / 0.9); +} +.ring-cyan-700\/95{ + --tw-ring-color: rgb(14 116 144 / 0.95); +} +.ring-cyan-700\/100{ + --tw-ring-color: rgb(14 116 144 / 1); +} +.ring-cyan-800\/0{ + --tw-ring-color: rgb(21 94 117 / 0); +} +.ring-cyan-800\/5{ + --tw-ring-color: rgb(21 94 117 / 0.05); +} +.ring-cyan-800\/10{ + --tw-ring-color: rgb(21 94 117 / 0.1); +} +.ring-cyan-800\/20{ + --tw-ring-color: rgb(21 94 117 / 0.2); +} +.ring-cyan-800\/25{ + --tw-ring-color: rgb(21 94 117 / 0.25); +} +.ring-cyan-800\/30{ + --tw-ring-color: rgb(21 94 117 / 0.3); +} +.ring-cyan-800\/40{ + --tw-ring-color: rgb(21 94 117 / 0.4); +} +.ring-cyan-800\/50{ + --tw-ring-color: rgb(21 94 117 / 0.5); +} +.ring-cyan-800\/60{ + --tw-ring-color: rgb(21 94 117 / 0.6); +} +.ring-cyan-800\/70{ + --tw-ring-color: rgb(21 94 117 / 0.7); +} +.ring-cyan-800\/75{ + --tw-ring-color: rgb(21 94 117 / 0.75); +} +.ring-cyan-800\/80{ + --tw-ring-color: rgb(21 94 117 / 0.8); +} +.ring-cyan-800\/90{ + --tw-ring-color: rgb(21 94 117 / 0.9); +} +.ring-cyan-800\/95{ + --tw-ring-color: rgb(21 94 117 / 0.95); +} +.ring-cyan-800\/100{ + --tw-ring-color: rgb(21 94 117 / 1); +} +.ring-cyan-900\/0{ + --tw-ring-color: rgb(22 78 99 / 0); +} +.ring-cyan-900\/5{ + --tw-ring-color: rgb(22 78 99 / 0.05); +} +.ring-cyan-900\/10{ + --tw-ring-color: rgb(22 78 99 / 0.1); +} +.ring-cyan-900\/20{ + --tw-ring-color: rgb(22 78 99 / 0.2); +} +.ring-cyan-900\/25{ + --tw-ring-color: rgb(22 78 99 / 0.25); +} +.ring-cyan-900\/30{ + --tw-ring-color: rgb(22 78 99 / 0.3); +} +.ring-cyan-900\/40{ + --tw-ring-color: rgb(22 78 99 / 0.4); +} +.ring-cyan-900\/50{ + --tw-ring-color: rgb(22 78 99 / 0.5); +} +.ring-cyan-900\/60{ + --tw-ring-color: rgb(22 78 99 / 0.6); +} +.ring-cyan-900\/70{ + --tw-ring-color: rgb(22 78 99 / 0.7); +} +.ring-cyan-900\/75{ + --tw-ring-color: rgb(22 78 99 / 0.75); +} +.ring-cyan-900\/80{ + --tw-ring-color: rgb(22 78 99 / 0.8); +} +.ring-cyan-900\/90{ + --tw-ring-color: rgb(22 78 99 / 0.9); +} +.ring-cyan-900\/95{ + --tw-ring-color: rgb(22 78 99 / 0.95); +} +.ring-cyan-900\/100{ + --tw-ring-color: rgb(22 78 99 / 1); +} +.ring-sky-50\/0{ + --tw-ring-color: rgb(240 249 255 / 0); +} +.ring-sky-50\/5{ + --tw-ring-color: rgb(240 249 255 / 0.05); +} +.ring-sky-50\/10{ + --tw-ring-color: rgb(240 249 255 / 0.1); +} +.ring-sky-50\/20{ + --tw-ring-color: rgb(240 249 255 / 0.2); +} +.ring-sky-50\/25{ + --tw-ring-color: rgb(240 249 255 / 0.25); +} +.ring-sky-50\/30{ + --tw-ring-color: rgb(240 249 255 / 0.3); +} +.ring-sky-50\/40{ + --tw-ring-color: rgb(240 249 255 / 0.4); +} +.ring-sky-50\/50{ + --tw-ring-color: rgb(240 249 255 / 0.5); +} +.ring-sky-50\/60{ + --tw-ring-color: rgb(240 249 255 / 0.6); +} +.ring-sky-50\/70{ + --tw-ring-color: rgb(240 249 255 / 0.7); +} +.ring-sky-50\/75{ + --tw-ring-color: rgb(240 249 255 / 0.75); +} +.ring-sky-50\/80{ + --tw-ring-color: rgb(240 249 255 / 0.8); +} +.ring-sky-50\/90{ + --tw-ring-color: rgb(240 249 255 / 0.9); +} +.ring-sky-50\/95{ + --tw-ring-color: rgb(240 249 255 / 0.95); +} +.ring-sky-50\/100{ + --tw-ring-color: rgb(240 249 255 / 1); +} +.ring-sky-100\/0{ + --tw-ring-color: rgb(224 242 254 / 0); +} +.ring-sky-100\/5{ + --tw-ring-color: rgb(224 242 254 / 0.05); +} +.ring-sky-100\/10{ + --tw-ring-color: rgb(224 242 254 / 0.1); +} +.ring-sky-100\/20{ + --tw-ring-color: rgb(224 242 254 / 0.2); +} +.ring-sky-100\/25{ + --tw-ring-color: rgb(224 242 254 / 0.25); +} +.ring-sky-100\/30{ + --tw-ring-color: rgb(224 242 254 / 0.3); +} +.ring-sky-100\/40{ + --tw-ring-color: rgb(224 242 254 / 0.4); +} +.ring-sky-100\/50{ + --tw-ring-color: rgb(224 242 254 / 0.5); +} +.ring-sky-100\/60{ + --tw-ring-color: rgb(224 242 254 / 0.6); +} +.ring-sky-100\/70{ + --tw-ring-color: rgb(224 242 254 / 0.7); +} +.ring-sky-100\/75{ + --tw-ring-color: rgb(224 242 254 / 0.75); +} +.ring-sky-100\/80{ + --tw-ring-color: rgb(224 242 254 / 0.8); +} +.ring-sky-100\/90{ + --tw-ring-color: rgb(224 242 254 / 0.9); +} +.ring-sky-100\/95{ + --tw-ring-color: rgb(224 242 254 / 0.95); +} +.ring-sky-100\/100{ + --tw-ring-color: rgb(224 242 254 / 1); +} +.ring-sky-200\/0{ + --tw-ring-color: rgb(186 230 253 / 0); +} +.ring-sky-200\/5{ + --tw-ring-color: rgb(186 230 253 / 0.05); +} +.ring-sky-200\/10{ + --tw-ring-color: rgb(186 230 253 / 0.1); +} +.ring-sky-200\/20{ + --tw-ring-color: rgb(186 230 253 / 0.2); +} +.ring-sky-200\/25{ + --tw-ring-color: rgb(186 230 253 / 0.25); +} +.ring-sky-200\/30{ + --tw-ring-color: rgb(186 230 253 / 0.3); +} +.ring-sky-200\/40{ + --tw-ring-color: rgb(186 230 253 / 0.4); +} +.ring-sky-200\/50{ + --tw-ring-color: rgb(186 230 253 / 0.5); +} +.ring-sky-200\/60{ + --tw-ring-color: rgb(186 230 253 / 0.6); +} +.ring-sky-200\/70{ + --tw-ring-color: rgb(186 230 253 / 0.7); +} +.ring-sky-200\/75{ + --tw-ring-color: rgb(186 230 253 / 0.75); +} +.ring-sky-200\/80{ + --tw-ring-color: rgb(186 230 253 / 0.8); +} +.ring-sky-200\/90{ + --tw-ring-color: rgb(186 230 253 / 0.9); +} +.ring-sky-200\/95{ + --tw-ring-color: rgb(186 230 253 / 0.95); +} +.ring-sky-200\/100{ + --tw-ring-color: rgb(186 230 253 / 1); +} +.ring-sky-300\/0{ + --tw-ring-color: rgb(125 211 252 / 0); +} +.ring-sky-300\/5{ + --tw-ring-color: rgb(125 211 252 / 0.05); +} +.ring-sky-300\/10{ + --tw-ring-color: rgb(125 211 252 / 0.1); +} +.ring-sky-300\/20{ + --tw-ring-color: rgb(125 211 252 / 0.2); +} +.ring-sky-300\/25{ + --tw-ring-color: rgb(125 211 252 / 0.25); +} +.ring-sky-300\/30{ + --tw-ring-color: rgb(125 211 252 / 0.3); +} +.ring-sky-300\/40{ + --tw-ring-color: rgb(125 211 252 / 0.4); +} +.ring-sky-300\/50{ + --tw-ring-color: rgb(125 211 252 / 0.5); +} +.ring-sky-300\/60{ + --tw-ring-color: rgb(125 211 252 / 0.6); +} +.ring-sky-300\/70{ + --tw-ring-color: rgb(125 211 252 / 0.7); +} +.ring-sky-300\/75{ + --tw-ring-color: rgb(125 211 252 / 0.75); +} +.ring-sky-300\/80{ + --tw-ring-color: rgb(125 211 252 / 0.8); +} +.ring-sky-300\/90{ + --tw-ring-color: rgb(125 211 252 / 0.9); +} +.ring-sky-300\/95{ + --tw-ring-color: rgb(125 211 252 / 0.95); +} +.ring-sky-300\/100{ + --tw-ring-color: rgb(125 211 252 / 1); +} +.ring-sky-400\/0{ + --tw-ring-color: rgb(56 189 248 / 0); +} +.ring-sky-400\/5{ + --tw-ring-color: rgb(56 189 248 / 0.05); +} +.ring-sky-400\/10{ + --tw-ring-color: rgb(56 189 248 / 0.1); +} +.ring-sky-400\/20{ + --tw-ring-color: rgb(56 189 248 / 0.2); +} +.ring-sky-400\/25{ + --tw-ring-color: rgb(56 189 248 / 0.25); +} +.ring-sky-400\/30{ + --tw-ring-color: rgb(56 189 248 / 0.3); +} +.ring-sky-400\/40{ + --tw-ring-color: rgb(56 189 248 / 0.4); +} +.ring-sky-400\/50{ + --tw-ring-color: rgb(56 189 248 / 0.5); +} +.ring-sky-400\/60{ + --tw-ring-color: rgb(56 189 248 / 0.6); +} +.ring-sky-400\/70{ + --tw-ring-color: rgb(56 189 248 / 0.7); +} +.ring-sky-400\/75{ + --tw-ring-color: rgb(56 189 248 / 0.75); +} +.ring-sky-400\/80{ + --tw-ring-color: rgb(56 189 248 / 0.8); +} +.ring-sky-400\/90{ + --tw-ring-color: rgb(56 189 248 / 0.9); +} +.ring-sky-400\/95{ + --tw-ring-color: rgb(56 189 248 / 0.95); +} +.ring-sky-400\/100{ + --tw-ring-color: rgb(56 189 248 / 1); +} +.ring-sky-500\/0{ + --tw-ring-color: rgb(14 165 233 / 0); +} +.ring-sky-500\/5{ + --tw-ring-color: rgb(14 165 233 / 0.05); +} +.ring-sky-500\/10{ + --tw-ring-color: rgb(14 165 233 / 0.1); +} +.ring-sky-500\/20{ + --tw-ring-color: rgb(14 165 233 / 0.2); +} +.ring-sky-500\/25{ + --tw-ring-color: rgb(14 165 233 / 0.25); +} +.ring-sky-500\/30{ + --tw-ring-color: rgb(14 165 233 / 0.3); +} +.ring-sky-500\/40{ + --tw-ring-color: rgb(14 165 233 / 0.4); +} +.ring-sky-500\/50{ + --tw-ring-color: rgb(14 165 233 / 0.5); +} +.ring-sky-500\/60{ + --tw-ring-color: rgb(14 165 233 / 0.6); +} +.ring-sky-500\/70{ + --tw-ring-color: rgb(14 165 233 / 0.7); +} +.ring-sky-500\/75{ + --tw-ring-color: rgb(14 165 233 / 0.75); +} +.ring-sky-500\/80{ + --tw-ring-color: rgb(14 165 233 / 0.8); +} +.ring-sky-500\/90{ + --tw-ring-color: rgb(14 165 233 / 0.9); +} +.ring-sky-500\/95{ + --tw-ring-color: rgb(14 165 233 / 0.95); +} +.ring-sky-500\/100{ + --tw-ring-color: rgb(14 165 233 / 1); +} +.ring-sky-600\/0{ + --tw-ring-color: rgb(2 132 199 / 0); +} +.ring-sky-600\/5{ + --tw-ring-color: rgb(2 132 199 / 0.05); +} +.ring-sky-600\/10{ + --tw-ring-color: rgb(2 132 199 / 0.1); +} +.ring-sky-600\/20{ + --tw-ring-color: rgb(2 132 199 / 0.2); +} +.ring-sky-600\/25{ + --tw-ring-color: rgb(2 132 199 / 0.25); +} +.ring-sky-600\/30{ + --tw-ring-color: rgb(2 132 199 / 0.3); +} +.ring-sky-600\/40{ + --tw-ring-color: rgb(2 132 199 / 0.4); +} +.ring-sky-600\/50{ + --tw-ring-color: rgb(2 132 199 / 0.5); +} +.ring-sky-600\/60{ + --tw-ring-color: rgb(2 132 199 / 0.6); +} +.ring-sky-600\/70{ + --tw-ring-color: rgb(2 132 199 / 0.7); +} +.ring-sky-600\/75{ + --tw-ring-color: rgb(2 132 199 / 0.75); +} +.ring-sky-600\/80{ + --tw-ring-color: rgb(2 132 199 / 0.8); +} +.ring-sky-600\/90{ + --tw-ring-color: rgb(2 132 199 / 0.9); +} +.ring-sky-600\/95{ + --tw-ring-color: rgb(2 132 199 / 0.95); +} +.ring-sky-600\/100{ + --tw-ring-color: rgb(2 132 199 / 1); +} +.ring-sky-700\/0{ + --tw-ring-color: rgb(3 105 161 / 0); +} +.ring-sky-700\/5{ + --tw-ring-color: rgb(3 105 161 / 0.05); +} +.ring-sky-700\/10{ + --tw-ring-color: rgb(3 105 161 / 0.1); +} +.ring-sky-700\/20{ + --tw-ring-color: rgb(3 105 161 / 0.2); +} +.ring-sky-700\/25{ + --tw-ring-color: rgb(3 105 161 / 0.25); +} +.ring-sky-700\/30{ + --tw-ring-color: rgb(3 105 161 / 0.3); +} +.ring-sky-700\/40{ + --tw-ring-color: rgb(3 105 161 / 0.4); +} +.ring-sky-700\/50{ + --tw-ring-color: rgb(3 105 161 / 0.5); +} +.ring-sky-700\/60{ + --tw-ring-color: rgb(3 105 161 / 0.6); +} +.ring-sky-700\/70{ + --tw-ring-color: rgb(3 105 161 / 0.7); +} +.ring-sky-700\/75{ + --tw-ring-color: rgb(3 105 161 / 0.75); +} +.ring-sky-700\/80{ + --tw-ring-color: rgb(3 105 161 / 0.8); +} +.ring-sky-700\/90{ + --tw-ring-color: rgb(3 105 161 / 0.9); +} +.ring-sky-700\/95{ + --tw-ring-color: rgb(3 105 161 / 0.95); +} +.ring-sky-700\/100{ + --tw-ring-color: rgb(3 105 161 / 1); +} +.ring-sky-800\/0{ + --tw-ring-color: rgb(7 89 133 / 0); +} +.ring-sky-800\/5{ + --tw-ring-color: rgb(7 89 133 / 0.05); +} +.ring-sky-800\/10{ + --tw-ring-color: rgb(7 89 133 / 0.1); +} +.ring-sky-800\/20{ + --tw-ring-color: rgb(7 89 133 / 0.2); +} +.ring-sky-800\/25{ + --tw-ring-color: rgb(7 89 133 / 0.25); +} +.ring-sky-800\/30{ + --tw-ring-color: rgb(7 89 133 / 0.3); +} +.ring-sky-800\/40{ + --tw-ring-color: rgb(7 89 133 / 0.4); +} +.ring-sky-800\/50{ + --tw-ring-color: rgb(7 89 133 / 0.5); +} +.ring-sky-800\/60{ + --tw-ring-color: rgb(7 89 133 / 0.6); +} +.ring-sky-800\/70{ + --tw-ring-color: rgb(7 89 133 / 0.7); +} +.ring-sky-800\/75{ + --tw-ring-color: rgb(7 89 133 / 0.75); +} +.ring-sky-800\/80{ + --tw-ring-color: rgb(7 89 133 / 0.8); +} +.ring-sky-800\/90{ + --tw-ring-color: rgb(7 89 133 / 0.9); +} +.ring-sky-800\/95{ + --tw-ring-color: rgb(7 89 133 / 0.95); +} +.ring-sky-800\/100{ + --tw-ring-color: rgb(7 89 133 / 1); +} +.ring-sky-900\/0{ + --tw-ring-color: rgb(12 74 110 / 0); +} +.ring-sky-900\/5{ + --tw-ring-color: rgb(12 74 110 / 0.05); +} +.ring-sky-900\/10{ + --tw-ring-color: rgb(12 74 110 / 0.1); +} +.ring-sky-900\/20{ + --tw-ring-color: rgb(12 74 110 / 0.2); +} +.ring-sky-900\/25{ + --tw-ring-color: rgb(12 74 110 / 0.25); +} +.ring-sky-900\/30{ + --tw-ring-color: rgb(12 74 110 / 0.3); +} +.ring-sky-900\/40{ + --tw-ring-color: rgb(12 74 110 / 0.4); +} +.ring-sky-900\/50{ + --tw-ring-color: rgb(12 74 110 / 0.5); +} +.ring-sky-900\/60{ + --tw-ring-color: rgb(12 74 110 / 0.6); +} +.ring-sky-900\/70{ + --tw-ring-color: rgb(12 74 110 / 0.7); +} +.ring-sky-900\/75{ + --tw-ring-color: rgb(12 74 110 / 0.75); +} +.ring-sky-900\/80{ + --tw-ring-color: rgb(12 74 110 / 0.8); +} +.ring-sky-900\/90{ + --tw-ring-color: rgb(12 74 110 / 0.9); +} +.ring-sky-900\/95{ + --tw-ring-color: rgb(12 74 110 / 0.95); +} +.ring-sky-900\/100{ + --tw-ring-color: rgb(12 74 110 / 1); +} +.ring-blue-50\/0{ + --tw-ring-color: rgb(242 248 251 / 0); +} +.ring-blue-50\/5{ + --tw-ring-color: rgb(242 248 251 / 0.05); +} +.ring-blue-50\/10{ + --tw-ring-color: rgb(242 248 251 / 0.1); +} +.ring-blue-50\/20{ + --tw-ring-color: rgb(242 248 251 / 0.2); +} +.ring-blue-50\/25{ + --tw-ring-color: rgb(242 248 251 / 0.25); +} +.ring-blue-50\/30{ + --tw-ring-color: rgb(242 248 251 / 0.3); +} +.ring-blue-50\/40{ + --tw-ring-color: rgb(242 248 251 / 0.4); +} +.ring-blue-50\/50{ + --tw-ring-color: rgb(242 248 251 / 0.5); +} +.ring-blue-50\/60{ + --tw-ring-color: rgb(242 248 251 / 0.6); +} +.ring-blue-50\/70{ + --tw-ring-color: rgb(242 248 251 / 0.7); +} +.ring-blue-50\/75{ + --tw-ring-color: rgb(242 248 251 / 0.75); +} +.ring-blue-50\/80{ + --tw-ring-color: rgb(242 248 251 / 0.8); +} +.ring-blue-50\/90{ + --tw-ring-color: rgb(242 248 251 / 0.9); +} +.ring-blue-50\/95{ + --tw-ring-color: rgb(242 248 251 / 0.95); +} +.ring-blue-50\/100{ + --tw-ring-color: rgb(242 248 251 / 1); +} +.ring-blue-100\/0{ + --tw-ring-color: rgb(230 241 246 / 0); +} +.ring-blue-100\/5{ + --tw-ring-color: rgb(230 241 246 / 0.05); +} +.ring-blue-100\/10{ + --tw-ring-color: rgb(230 241 246 / 0.1); +} +.ring-blue-100\/20{ + --tw-ring-color: rgb(230 241 246 / 0.2); +} +.ring-blue-100\/25{ + --tw-ring-color: rgb(230 241 246 / 0.25); +} +.ring-blue-100\/30{ + --tw-ring-color: rgb(230 241 246 / 0.3); +} +.ring-blue-100\/40{ + --tw-ring-color: rgb(230 241 246 / 0.4); +} +.ring-blue-100\/50{ + --tw-ring-color: rgb(230 241 246 / 0.5); +} +.ring-blue-100\/60{ + --tw-ring-color: rgb(230 241 246 / 0.6); +} +.ring-blue-100\/70{ + --tw-ring-color: rgb(230 241 246 / 0.7); +} +.ring-blue-100\/75{ + --tw-ring-color: rgb(230 241 246 / 0.75); +} +.ring-blue-100\/80{ + --tw-ring-color: rgb(230 241 246 / 0.8); +} +.ring-blue-100\/90{ + --tw-ring-color: rgb(230 241 246 / 0.9); +} +.ring-blue-100\/95{ + --tw-ring-color: rgb(230 241 246 / 0.95); +} +.ring-blue-100\/100{ + --tw-ring-color: rgb(230 241 246 / 1); +} +.ring-blue-200\/0{ + --tw-ring-color: rgb(191 219 233 / 0); +} +.ring-blue-200\/5{ + --tw-ring-color: rgb(191 219 233 / 0.05); +} +.ring-blue-200\/10{ + --tw-ring-color: rgb(191 219 233 / 0.1); +} +.ring-blue-200\/20{ + --tw-ring-color: rgb(191 219 233 / 0.2); +} +.ring-blue-200\/25{ + --tw-ring-color: rgb(191 219 233 / 0.25); +} +.ring-blue-200\/30{ + --tw-ring-color: rgb(191 219 233 / 0.3); +} +.ring-blue-200\/40{ + --tw-ring-color: rgb(191 219 233 / 0.4); +} +.ring-blue-200\/50{ + --tw-ring-color: rgb(191 219 233 / 0.5); +} +.ring-blue-200\/60{ + --tw-ring-color: rgb(191 219 233 / 0.6); +} +.ring-blue-200\/70{ + --tw-ring-color: rgb(191 219 233 / 0.7); +} +.ring-blue-200\/75{ + --tw-ring-color: rgb(191 219 233 / 0.75); +} +.ring-blue-200\/80{ + --tw-ring-color: rgb(191 219 233 / 0.8); +} +.ring-blue-200\/90{ + --tw-ring-color: rgb(191 219 233 / 0.9); +} +.ring-blue-200\/95{ + --tw-ring-color: rgb(191 219 233 / 0.95); +} +.ring-blue-200\/100{ + --tw-ring-color: rgb(191 219 233 / 1); +} +.ring-blue-300\/0{ + --tw-ring-color: rgb(153 197 219 / 0); +} +.ring-blue-300\/5{ + --tw-ring-color: rgb(153 197 219 / 0.05); +} +.ring-blue-300\/10{ + --tw-ring-color: rgb(153 197 219 / 0.1); +} +.ring-blue-300\/20{ + --tw-ring-color: rgb(153 197 219 / 0.2); +} +.ring-blue-300\/25{ + --tw-ring-color: rgb(153 197 219 / 0.25); +} +.ring-blue-300\/30{ + --tw-ring-color: rgb(153 197 219 / 0.3); +} +.ring-blue-300\/40{ + --tw-ring-color: rgb(153 197 219 / 0.4); +} +.ring-blue-300\/50{ + --tw-ring-color: rgb(153 197 219 / 0.5); +} +.ring-blue-300\/60{ + --tw-ring-color: rgb(153 197 219 / 0.6); +} +.ring-blue-300\/70{ + --tw-ring-color: rgb(153 197 219 / 0.7); +} +.ring-blue-300\/75{ + --tw-ring-color: rgb(153 197 219 / 0.75); +} +.ring-blue-300\/80{ + --tw-ring-color: rgb(153 197 219 / 0.8); +} +.ring-blue-300\/90{ + --tw-ring-color: rgb(153 197 219 / 0.9); +} +.ring-blue-300\/95{ + --tw-ring-color: rgb(153 197 219 / 0.95); +} +.ring-blue-300\/100{ + --tw-ring-color: rgb(153 197 219 / 1); +} +.ring-blue-400\/0{ + --tw-ring-color: rgb(77 154 193 / 0); +} +.ring-blue-400\/5{ + --tw-ring-color: rgb(77 154 193 / 0.05); +} +.ring-blue-400\/10{ + --tw-ring-color: rgb(77 154 193 / 0.1); +} +.ring-blue-400\/20{ + --tw-ring-color: rgb(77 154 193 / 0.2); +} +.ring-blue-400\/25{ + --tw-ring-color: rgb(77 154 193 / 0.25); +} +.ring-blue-400\/30{ + --tw-ring-color: rgb(77 154 193 / 0.3); +} +.ring-blue-400\/40{ + --tw-ring-color: rgb(77 154 193 / 0.4); +} +.ring-blue-400\/50{ + --tw-ring-color: rgb(77 154 193 / 0.5); +} +.ring-blue-400\/60{ + --tw-ring-color: rgb(77 154 193 / 0.6); +} +.ring-blue-400\/70{ + --tw-ring-color: rgb(77 154 193 / 0.7); +} +.ring-blue-400\/75{ + --tw-ring-color: rgb(77 154 193 / 0.75); +} +.ring-blue-400\/80{ + --tw-ring-color: rgb(77 154 193 / 0.8); +} +.ring-blue-400\/90{ + --tw-ring-color: rgb(77 154 193 / 0.9); +} +.ring-blue-400\/95{ + --tw-ring-color: rgb(77 154 193 / 0.95); +} +.ring-blue-400\/100{ + --tw-ring-color: rgb(77 154 193 / 1); +} +.ring-blue-500\/0{ + --tw-ring-color: rgb(0 110 166 / 0); +} +.ring-blue-500\/5{ + --tw-ring-color: rgb(0 110 166 / 0.05); +} +.ring-blue-500\/10{ + --tw-ring-color: rgb(0 110 166 / 0.1); +} +.ring-blue-500\/20{ + --tw-ring-color: rgb(0 110 166 / 0.2); +} +.ring-blue-500\/25{ + --tw-ring-color: rgb(0 110 166 / 0.25); +} +.ring-blue-500\/30{ + --tw-ring-color: rgb(0 110 166 / 0.3); +} +.ring-blue-500\/40{ + --tw-ring-color: rgb(0 110 166 / 0.4); +} +.ring-blue-500\/50{ + --tw-ring-color: rgb(0 110 166 / 0.5); +} +.ring-blue-500\/60{ + --tw-ring-color: rgb(0 110 166 / 0.6); +} +.ring-blue-500\/70{ + --tw-ring-color: rgb(0 110 166 / 0.7); +} +.ring-blue-500\/75{ + --tw-ring-color: rgb(0 110 166 / 0.75); +} +.ring-blue-500\/80{ + --tw-ring-color: rgb(0 110 166 / 0.8); +} +.ring-blue-500\/90{ + --tw-ring-color: rgb(0 110 166 / 0.9); +} +.ring-blue-500\/95{ + --tw-ring-color: rgb(0 110 166 / 0.95); +} +.ring-blue-500\/100{ + --tw-ring-color: rgb(0 110 166 / 1); +} +.ring-blue-600\/0{ + --tw-ring-color: rgb(0 99 149 / 0); +} +.ring-blue-600\/5{ + --tw-ring-color: rgb(0 99 149 / 0.05); +} +.ring-blue-600\/10{ + --tw-ring-color: rgb(0 99 149 / 0.1); +} +.ring-blue-600\/20{ + --tw-ring-color: rgb(0 99 149 / 0.2); +} +.ring-blue-600\/25{ + --tw-ring-color: rgb(0 99 149 / 0.25); +} +.ring-blue-600\/30{ + --tw-ring-color: rgb(0 99 149 / 0.3); +} +.ring-blue-600\/40{ + --tw-ring-color: rgb(0 99 149 / 0.4); +} +.ring-blue-600\/50{ + --tw-ring-color: rgb(0 99 149 / 0.5); +} +.ring-blue-600\/60{ + --tw-ring-color: rgb(0 99 149 / 0.6); +} +.ring-blue-600\/70{ + --tw-ring-color: rgb(0 99 149 / 0.7); +} +.ring-blue-600\/75{ + --tw-ring-color: rgb(0 99 149 / 0.75); +} +.ring-blue-600\/80{ + --tw-ring-color: rgb(0 99 149 / 0.8); +} +.ring-blue-600\/90{ + --tw-ring-color: rgb(0 99 149 / 0.9); +} +.ring-blue-600\/95{ + --tw-ring-color: rgb(0 99 149 / 0.95); +} +.ring-blue-600\/100{ + --tw-ring-color: rgb(0 99 149 / 1); +} +.ring-blue-700\/0{ + --tw-ring-color: rgb(0 83 125 / 0); +} +.ring-blue-700\/5{ + --tw-ring-color: rgb(0 83 125 / 0.05); +} +.ring-blue-700\/10{ + --tw-ring-color: rgb(0 83 125 / 0.1); +} +.ring-blue-700\/20{ + --tw-ring-color: rgb(0 83 125 / 0.2); +} +.ring-blue-700\/25{ + --tw-ring-color: rgb(0 83 125 / 0.25); +} +.ring-blue-700\/30{ + --tw-ring-color: rgb(0 83 125 / 0.3); +} +.ring-blue-700\/40{ + --tw-ring-color: rgb(0 83 125 / 0.4); +} +.ring-blue-700\/50{ + --tw-ring-color: rgb(0 83 125 / 0.5); +} +.ring-blue-700\/60{ + --tw-ring-color: rgb(0 83 125 / 0.6); +} +.ring-blue-700\/70{ + --tw-ring-color: rgb(0 83 125 / 0.7); +} +.ring-blue-700\/75{ + --tw-ring-color: rgb(0 83 125 / 0.75); +} +.ring-blue-700\/80{ + --tw-ring-color: rgb(0 83 125 / 0.8); +} +.ring-blue-700\/90{ + --tw-ring-color: rgb(0 83 125 / 0.9); +} +.ring-blue-700\/95{ + --tw-ring-color: rgb(0 83 125 / 0.95); +} +.ring-blue-700\/100{ + --tw-ring-color: rgb(0 83 125 / 1); +} +.ring-blue-800\/0{ + --tw-ring-color: rgb(0 66 100 / 0); +} +.ring-blue-800\/5{ + --tw-ring-color: rgb(0 66 100 / 0.05); +} +.ring-blue-800\/10{ + --tw-ring-color: rgb(0 66 100 / 0.1); +} +.ring-blue-800\/20{ + --tw-ring-color: rgb(0 66 100 / 0.2); +} +.ring-blue-800\/25{ + --tw-ring-color: rgb(0 66 100 / 0.25); +} +.ring-blue-800\/30{ + --tw-ring-color: rgb(0 66 100 / 0.3); +} +.ring-blue-800\/40{ + --tw-ring-color: rgb(0 66 100 / 0.4); +} +.ring-blue-800\/50{ + --tw-ring-color: rgb(0 66 100 / 0.5); +} +.ring-blue-800\/60{ + --tw-ring-color: rgb(0 66 100 / 0.6); +} +.ring-blue-800\/70{ + --tw-ring-color: rgb(0 66 100 / 0.7); +} +.ring-blue-800\/75{ + --tw-ring-color: rgb(0 66 100 / 0.75); +} +.ring-blue-800\/80{ + --tw-ring-color: rgb(0 66 100 / 0.8); +} +.ring-blue-800\/90{ + --tw-ring-color: rgb(0 66 100 / 0.9); +} +.ring-blue-800\/95{ + --tw-ring-color: rgb(0 66 100 / 0.95); +} +.ring-blue-800\/100{ + --tw-ring-color: rgb(0 66 100 / 1); +} +.ring-blue-900\/0{ + --tw-ring-color: rgb(0 54 81 / 0); +} +.ring-blue-900\/5{ + --tw-ring-color: rgb(0 54 81 / 0.05); +} +.ring-blue-900\/10{ + --tw-ring-color: rgb(0 54 81 / 0.1); +} +.ring-blue-900\/20{ + --tw-ring-color: rgb(0 54 81 / 0.2); +} +.ring-blue-900\/25{ + --tw-ring-color: rgb(0 54 81 / 0.25); +} +.ring-blue-900\/30{ + --tw-ring-color: rgb(0 54 81 / 0.3); +} +.ring-blue-900\/40{ + --tw-ring-color: rgb(0 54 81 / 0.4); +} +.ring-blue-900\/50{ + --tw-ring-color: rgb(0 54 81 / 0.5); +} +.ring-blue-900\/60{ + --tw-ring-color: rgb(0 54 81 / 0.6); +} +.ring-blue-900\/70{ + --tw-ring-color: rgb(0 54 81 / 0.7); +} +.ring-blue-900\/75{ + --tw-ring-color: rgb(0 54 81 / 0.75); +} +.ring-blue-900\/80{ + --tw-ring-color: rgb(0 54 81 / 0.8); +} +.ring-blue-900\/90{ + --tw-ring-color: rgb(0 54 81 / 0.9); +} +.ring-blue-900\/95{ + --tw-ring-color: rgb(0 54 81 / 0.95); +} +.ring-blue-900\/100{ + --tw-ring-color: rgb(0 54 81 / 1); +} +.ring-blue\/0{ + --tw-ring-color: rgb(0 110 166 / 0); +} +.ring-blue\/5{ + --tw-ring-color: rgb(0 110 166 / 0.05); +} +.ring-blue\/10{ + --tw-ring-color: rgb(0 110 166 / 0.1); +} +.ring-blue\/20{ + --tw-ring-color: rgb(0 110 166 / 0.2); +} +.ring-blue\/25{ + --tw-ring-color: rgb(0 110 166 / 0.25); +} +.ring-blue\/30{ + --tw-ring-color: rgb(0 110 166 / 0.3); +} +.ring-blue\/40{ + --tw-ring-color: rgb(0 110 166 / 0.4); +} +.ring-blue\/50{ + --tw-ring-color: rgb(0 110 166 / 0.5); +} +.ring-blue\/60{ + --tw-ring-color: rgb(0 110 166 / 0.6); +} +.ring-blue\/70{ + --tw-ring-color: rgb(0 110 166 / 0.7); +} +.ring-blue\/75{ + --tw-ring-color: rgb(0 110 166 / 0.75); +} +.ring-blue\/80{ + --tw-ring-color: rgb(0 110 166 / 0.8); +} +.ring-blue\/90{ + --tw-ring-color: rgb(0 110 166 / 0.9); +} +.ring-blue\/95{ + --tw-ring-color: rgb(0 110 166 / 0.95); +} +.ring-blue\/100{ + --tw-ring-color: rgb(0 110 166 / 1); +} +.ring-indigo-50\/0{ + --tw-ring-color: rgb(240 245 255 / 0); +} +.ring-indigo-50\/5{ + --tw-ring-color: rgb(240 245 255 / 0.05); +} +.ring-indigo-50\/10{ + --tw-ring-color: rgb(240 245 255 / 0.1); +} +.ring-indigo-50\/20{ + --tw-ring-color: rgb(240 245 255 / 0.2); +} +.ring-indigo-50\/25{ + --tw-ring-color: rgb(240 245 255 / 0.25); +} +.ring-indigo-50\/30{ + --tw-ring-color: rgb(240 245 255 / 0.3); +} +.ring-indigo-50\/40{ + --tw-ring-color: rgb(240 245 255 / 0.4); +} +.ring-indigo-50\/50{ + --tw-ring-color: rgb(240 245 255 / 0.5); +} +.ring-indigo-50\/60{ + --tw-ring-color: rgb(240 245 255 / 0.6); +} +.ring-indigo-50\/70{ + --tw-ring-color: rgb(240 245 255 / 0.7); +} +.ring-indigo-50\/75{ + --tw-ring-color: rgb(240 245 255 / 0.75); +} +.ring-indigo-50\/80{ + --tw-ring-color: rgb(240 245 255 / 0.8); +} +.ring-indigo-50\/90{ + --tw-ring-color: rgb(240 245 255 / 0.9); +} +.ring-indigo-50\/95{ + --tw-ring-color: rgb(240 245 255 / 0.95); +} +.ring-indigo-50\/100{ + --tw-ring-color: rgb(240 245 255 / 1); +} +.ring-indigo-100\/0{ + --tw-ring-color: rgb(229 237 255 / 0); +} +.ring-indigo-100\/5{ + --tw-ring-color: rgb(229 237 255 / 0.05); +} +.ring-indigo-100\/10{ + --tw-ring-color: rgb(229 237 255 / 0.1); +} +.ring-indigo-100\/20{ + --tw-ring-color: rgb(229 237 255 / 0.2); +} +.ring-indigo-100\/25{ + --tw-ring-color: rgb(229 237 255 / 0.25); +} +.ring-indigo-100\/30{ + --tw-ring-color: rgb(229 237 255 / 0.3); +} +.ring-indigo-100\/40{ + --tw-ring-color: rgb(229 237 255 / 0.4); +} +.ring-indigo-100\/50{ + --tw-ring-color: rgb(229 237 255 / 0.5); +} +.ring-indigo-100\/60{ + --tw-ring-color: rgb(229 237 255 / 0.6); +} +.ring-indigo-100\/70{ + --tw-ring-color: rgb(229 237 255 / 0.7); +} +.ring-indigo-100\/75{ + --tw-ring-color: rgb(229 237 255 / 0.75); +} +.ring-indigo-100\/80{ + --tw-ring-color: rgb(229 237 255 / 0.8); +} +.ring-indigo-100\/90{ + --tw-ring-color: rgb(229 237 255 / 0.9); +} +.ring-indigo-100\/95{ + --tw-ring-color: rgb(229 237 255 / 0.95); +} +.ring-indigo-100\/100{ + --tw-ring-color: rgb(229 237 255 / 1); +} +.ring-indigo-200\/0{ + --tw-ring-color: rgb(205 219 254 / 0); +} +.ring-indigo-200\/5{ + --tw-ring-color: rgb(205 219 254 / 0.05); +} +.ring-indigo-200\/10{ + --tw-ring-color: rgb(205 219 254 / 0.1); +} +.ring-indigo-200\/20{ + --tw-ring-color: rgb(205 219 254 / 0.2); +} +.ring-indigo-200\/25{ + --tw-ring-color: rgb(205 219 254 / 0.25); +} +.ring-indigo-200\/30{ + --tw-ring-color: rgb(205 219 254 / 0.3); +} +.ring-indigo-200\/40{ + --tw-ring-color: rgb(205 219 254 / 0.4); +} +.ring-indigo-200\/50{ + --tw-ring-color: rgb(205 219 254 / 0.5); +} +.ring-indigo-200\/60{ + --tw-ring-color: rgb(205 219 254 / 0.6); +} +.ring-indigo-200\/70{ + --tw-ring-color: rgb(205 219 254 / 0.7); +} +.ring-indigo-200\/75{ + --tw-ring-color: rgb(205 219 254 / 0.75); +} +.ring-indigo-200\/80{ + --tw-ring-color: rgb(205 219 254 / 0.8); +} +.ring-indigo-200\/90{ + --tw-ring-color: rgb(205 219 254 / 0.9); +} +.ring-indigo-200\/95{ + --tw-ring-color: rgb(205 219 254 / 0.95); +} +.ring-indigo-200\/100{ + --tw-ring-color: rgb(205 219 254 / 1); +} +.ring-indigo-300\/0{ + --tw-ring-color: rgb(180 198 252 / 0); +} +.ring-indigo-300\/5{ + --tw-ring-color: rgb(180 198 252 / 0.05); +} +.ring-indigo-300\/10{ + --tw-ring-color: rgb(180 198 252 / 0.1); +} +.ring-indigo-300\/20{ + --tw-ring-color: rgb(180 198 252 / 0.2); +} +.ring-indigo-300\/25{ + --tw-ring-color: rgb(180 198 252 / 0.25); +} +.ring-indigo-300\/30{ + --tw-ring-color: rgb(180 198 252 / 0.3); +} +.ring-indigo-300\/40{ + --tw-ring-color: rgb(180 198 252 / 0.4); +} +.ring-indigo-300\/50{ + --tw-ring-color: rgb(180 198 252 / 0.5); +} +.ring-indigo-300\/60{ + --tw-ring-color: rgb(180 198 252 / 0.6); +} +.ring-indigo-300\/70{ + --tw-ring-color: rgb(180 198 252 / 0.7); +} +.ring-indigo-300\/75{ + --tw-ring-color: rgb(180 198 252 / 0.75); +} +.ring-indigo-300\/80{ + --tw-ring-color: rgb(180 198 252 / 0.8); +} +.ring-indigo-300\/90{ + --tw-ring-color: rgb(180 198 252 / 0.9); +} +.ring-indigo-300\/95{ + --tw-ring-color: rgb(180 198 252 / 0.95); +} +.ring-indigo-300\/100{ + --tw-ring-color: rgb(180 198 252 / 1); +} +.ring-indigo-400\/0{ + --tw-ring-color: rgb(141 162 251 / 0); +} +.ring-indigo-400\/5{ + --tw-ring-color: rgb(141 162 251 / 0.05); +} +.ring-indigo-400\/10{ + --tw-ring-color: rgb(141 162 251 / 0.1); +} +.ring-indigo-400\/20{ + --tw-ring-color: rgb(141 162 251 / 0.2); +} +.ring-indigo-400\/25{ + --tw-ring-color: rgb(141 162 251 / 0.25); +} +.ring-indigo-400\/30{ + --tw-ring-color: rgb(141 162 251 / 0.3); +} +.ring-indigo-400\/40{ + --tw-ring-color: rgb(141 162 251 / 0.4); +} +.ring-indigo-400\/50{ + --tw-ring-color: rgb(141 162 251 / 0.5); +} +.ring-indigo-400\/60{ + --tw-ring-color: rgb(141 162 251 / 0.6); +} +.ring-indigo-400\/70{ + --tw-ring-color: rgb(141 162 251 / 0.7); +} +.ring-indigo-400\/75{ + --tw-ring-color: rgb(141 162 251 / 0.75); +} +.ring-indigo-400\/80{ + --tw-ring-color: rgb(141 162 251 / 0.8); +} +.ring-indigo-400\/90{ + --tw-ring-color: rgb(141 162 251 / 0.9); +} +.ring-indigo-400\/95{ + --tw-ring-color: rgb(141 162 251 / 0.95); +} +.ring-indigo-400\/100{ + --tw-ring-color: rgb(141 162 251 / 1); +} +.ring-indigo-500\/0{ + --tw-ring-color: rgb(104 117 245 / 0); +} +.ring-indigo-500\/5{ + --tw-ring-color: rgb(104 117 245 / 0.05); +} +.ring-indigo-500\/10{ + --tw-ring-color: rgb(104 117 245 / 0.1); +} +.ring-indigo-500\/20{ + --tw-ring-color: rgb(104 117 245 / 0.2); +} +.ring-indigo-500\/25{ + --tw-ring-color: rgb(104 117 245 / 0.25); +} +.ring-indigo-500\/30{ + --tw-ring-color: rgb(104 117 245 / 0.3); +} +.ring-indigo-500\/40{ + --tw-ring-color: rgb(104 117 245 / 0.4); +} +.ring-indigo-500\/50{ + --tw-ring-color: rgb(104 117 245 / 0.5); +} +.ring-indigo-500\/60{ + --tw-ring-color: rgb(104 117 245 / 0.6); +} +.ring-indigo-500\/70{ + --tw-ring-color: rgb(104 117 245 / 0.7); +} +.ring-indigo-500\/75{ + --tw-ring-color: rgb(104 117 245 / 0.75); +} +.ring-indigo-500\/80{ + --tw-ring-color: rgb(104 117 245 / 0.8); +} +.ring-indigo-500\/90{ + --tw-ring-color: rgb(104 117 245 / 0.9); +} +.ring-indigo-500\/95{ + --tw-ring-color: rgb(104 117 245 / 0.95); +} +.ring-indigo-500\/100{ + --tw-ring-color: rgb(104 117 245 / 1); +} +.ring-indigo-600\/0{ + --tw-ring-color: rgb(88 80 236 / 0); +} +.ring-indigo-600\/5{ + --tw-ring-color: rgb(88 80 236 / 0.05); +} +.ring-indigo-600\/10{ + --tw-ring-color: rgb(88 80 236 / 0.1); +} +.ring-indigo-600\/20{ + --tw-ring-color: rgb(88 80 236 / 0.2); +} +.ring-indigo-600\/25{ + --tw-ring-color: rgb(88 80 236 / 0.25); +} +.ring-indigo-600\/30{ + --tw-ring-color: rgb(88 80 236 / 0.3); +} +.ring-indigo-600\/40{ + --tw-ring-color: rgb(88 80 236 / 0.4); +} +.ring-indigo-600\/50{ + --tw-ring-color: rgb(88 80 236 / 0.5); +} +.ring-indigo-600\/60{ + --tw-ring-color: rgb(88 80 236 / 0.6); +} +.ring-indigo-600\/70{ + --tw-ring-color: rgb(88 80 236 / 0.7); +} +.ring-indigo-600\/75{ + --tw-ring-color: rgb(88 80 236 / 0.75); +} +.ring-indigo-600\/80{ + --tw-ring-color: rgb(88 80 236 / 0.8); +} +.ring-indigo-600\/90{ + --tw-ring-color: rgb(88 80 236 / 0.9); +} +.ring-indigo-600\/95{ + --tw-ring-color: rgb(88 80 236 / 0.95); +} +.ring-indigo-600\/100{ + --tw-ring-color: rgb(88 80 236 / 1); +} +.ring-indigo-700\/0{ + --tw-ring-color: rgb(81 69 205 / 0); +} +.ring-indigo-700\/5{ + --tw-ring-color: rgb(81 69 205 / 0.05); +} +.ring-indigo-700\/10{ + --tw-ring-color: rgb(81 69 205 / 0.1); +} +.ring-indigo-700\/20{ + --tw-ring-color: rgb(81 69 205 / 0.2); +} +.ring-indigo-700\/25{ + --tw-ring-color: rgb(81 69 205 / 0.25); +} +.ring-indigo-700\/30{ + --tw-ring-color: rgb(81 69 205 / 0.3); +} +.ring-indigo-700\/40{ + --tw-ring-color: rgb(81 69 205 / 0.4); +} +.ring-indigo-700\/50{ + --tw-ring-color: rgb(81 69 205 / 0.5); +} +.ring-indigo-700\/60{ + --tw-ring-color: rgb(81 69 205 / 0.6); +} +.ring-indigo-700\/70{ + --tw-ring-color: rgb(81 69 205 / 0.7); +} +.ring-indigo-700\/75{ + --tw-ring-color: rgb(81 69 205 / 0.75); +} +.ring-indigo-700\/80{ + --tw-ring-color: rgb(81 69 205 / 0.8); +} +.ring-indigo-700\/90{ + --tw-ring-color: rgb(81 69 205 / 0.9); +} +.ring-indigo-700\/95{ + --tw-ring-color: rgb(81 69 205 / 0.95); +} +.ring-indigo-700\/100{ + --tw-ring-color: rgb(81 69 205 / 1); +} +.ring-indigo-800\/0{ + --tw-ring-color: rgb(66 56 157 / 0); +} +.ring-indigo-800\/5{ + --tw-ring-color: rgb(66 56 157 / 0.05); +} +.ring-indigo-800\/10{ + --tw-ring-color: rgb(66 56 157 / 0.1); +} +.ring-indigo-800\/20{ + --tw-ring-color: rgb(66 56 157 / 0.2); +} +.ring-indigo-800\/25{ + --tw-ring-color: rgb(66 56 157 / 0.25); +} +.ring-indigo-800\/30{ + --tw-ring-color: rgb(66 56 157 / 0.3); +} +.ring-indigo-800\/40{ + --tw-ring-color: rgb(66 56 157 / 0.4); +} +.ring-indigo-800\/50{ + --tw-ring-color: rgb(66 56 157 / 0.5); +} +.ring-indigo-800\/60{ + --tw-ring-color: rgb(66 56 157 / 0.6); +} +.ring-indigo-800\/70{ + --tw-ring-color: rgb(66 56 157 / 0.7); +} +.ring-indigo-800\/75{ + --tw-ring-color: rgb(66 56 157 / 0.75); +} +.ring-indigo-800\/80{ + --tw-ring-color: rgb(66 56 157 / 0.8); +} +.ring-indigo-800\/90{ + --tw-ring-color: rgb(66 56 157 / 0.9); +} +.ring-indigo-800\/95{ + --tw-ring-color: rgb(66 56 157 / 0.95); +} +.ring-indigo-800\/100{ + --tw-ring-color: rgb(66 56 157 / 1); +} +.ring-indigo-900\/0{ + --tw-ring-color: rgb(54 47 120 / 0); +} +.ring-indigo-900\/5{ + --tw-ring-color: rgb(54 47 120 / 0.05); +} +.ring-indigo-900\/10{ + --tw-ring-color: rgb(54 47 120 / 0.1); +} +.ring-indigo-900\/20{ + --tw-ring-color: rgb(54 47 120 / 0.2); +} +.ring-indigo-900\/25{ + --tw-ring-color: rgb(54 47 120 / 0.25); +} +.ring-indigo-900\/30{ + --tw-ring-color: rgb(54 47 120 / 0.3); +} +.ring-indigo-900\/40{ + --tw-ring-color: rgb(54 47 120 / 0.4); +} +.ring-indigo-900\/50{ + --tw-ring-color: rgb(54 47 120 / 0.5); +} +.ring-indigo-900\/60{ + --tw-ring-color: rgb(54 47 120 / 0.6); +} +.ring-indigo-900\/70{ + --tw-ring-color: rgb(54 47 120 / 0.7); +} +.ring-indigo-900\/75{ + --tw-ring-color: rgb(54 47 120 / 0.75); +} +.ring-indigo-900\/80{ + --tw-ring-color: rgb(54 47 120 / 0.8); +} +.ring-indigo-900\/90{ + --tw-ring-color: rgb(54 47 120 / 0.9); +} +.ring-indigo-900\/95{ + --tw-ring-color: rgb(54 47 120 / 0.95); +} +.ring-indigo-900\/100{ + --tw-ring-color: rgb(54 47 120 / 1); +} +.ring-violet-50\/0{ + --tw-ring-color: rgb(245 243 255 / 0); +} +.ring-violet-50\/5{ + --tw-ring-color: rgb(245 243 255 / 0.05); +} +.ring-violet-50\/10{ + --tw-ring-color: rgb(245 243 255 / 0.1); +} +.ring-violet-50\/20{ + --tw-ring-color: rgb(245 243 255 / 0.2); +} +.ring-violet-50\/25{ + --tw-ring-color: rgb(245 243 255 / 0.25); +} +.ring-violet-50\/30{ + --tw-ring-color: rgb(245 243 255 / 0.3); +} +.ring-violet-50\/40{ + --tw-ring-color: rgb(245 243 255 / 0.4); +} +.ring-violet-50\/50{ + --tw-ring-color: rgb(245 243 255 / 0.5); +} +.ring-violet-50\/60{ + --tw-ring-color: rgb(245 243 255 / 0.6); +} +.ring-violet-50\/70{ + --tw-ring-color: rgb(245 243 255 / 0.7); +} +.ring-violet-50\/75{ + --tw-ring-color: rgb(245 243 255 / 0.75); +} +.ring-violet-50\/80{ + --tw-ring-color: rgb(245 243 255 / 0.8); +} +.ring-violet-50\/90{ + --tw-ring-color: rgb(245 243 255 / 0.9); +} +.ring-violet-50\/95{ + --tw-ring-color: rgb(245 243 255 / 0.95); +} +.ring-violet-50\/100{ + --tw-ring-color: rgb(245 243 255 / 1); +} +.ring-violet-100\/0{ + --tw-ring-color: rgb(237 233 254 / 0); +} +.ring-violet-100\/5{ + --tw-ring-color: rgb(237 233 254 / 0.05); +} +.ring-violet-100\/10{ + --tw-ring-color: rgb(237 233 254 / 0.1); +} +.ring-violet-100\/20{ + --tw-ring-color: rgb(237 233 254 / 0.2); +} +.ring-violet-100\/25{ + --tw-ring-color: rgb(237 233 254 / 0.25); +} +.ring-violet-100\/30{ + --tw-ring-color: rgb(237 233 254 / 0.3); +} +.ring-violet-100\/40{ + --tw-ring-color: rgb(237 233 254 / 0.4); +} +.ring-violet-100\/50{ + --tw-ring-color: rgb(237 233 254 / 0.5); +} +.ring-violet-100\/60{ + --tw-ring-color: rgb(237 233 254 / 0.6); +} +.ring-violet-100\/70{ + --tw-ring-color: rgb(237 233 254 / 0.7); +} +.ring-violet-100\/75{ + --tw-ring-color: rgb(237 233 254 / 0.75); +} +.ring-violet-100\/80{ + --tw-ring-color: rgb(237 233 254 / 0.8); +} +.ring-violet-100\/90{ + --tw-ring-color: rgb(237 233 254 / 0.9); +} +.ring-violet-100\/95{ + --tw-ring-color: rgb(237 233 254 / 0.95); +} +.ring-violet-100\/100{ + --tw-ring-color: rgb(237 233 254 / 1); +} +.ring-violet-200\/0{ + --tw-ring-color: rgb(221 214 254 / 0); +} +.ring-violet-200\/5{ + --tw-ring-color: rgb(221 214 254 / 0.05); +} +.ring-violet-200\/10{ + --tw-ring-color: rgb(221 214 254 / 0.1); +} +.ring-violet-200\/20{ + --tw-ring-color: rgb(221 214 254 / 0.2); +} +.ring-violet-200\/25{ + --tw-ring-color: rgb(221 214 254 / 0.25); +} +.ring-violet-200\/30{ + --tw-ring-color: rgb(221 214 254 / 0.3); +} +.ring-violet-200\/40{ + --tw-ring-color: rgb(221 214 254 / 0.4); +} +.ring-violet-200\/50{ + --tw-ring-color: rgb(221 214 254 / 0.5); +} +.ring-violet-200\/60{ + --tw-ring-color: rgb(221 214 254 / 0.6); +} +.ring-violet-200\/70{ + --tw-ring-color: rgb(221 214 254 / 0.7); +} +.ring-violet-200\/75{ + --tw-ring-color: rgb(221 214 254 / 0.75); +} +.ring-violet-200\/80{ + --tw-ring-color: rgb(221 214 254 / 0.8); +} +.ring-violet-200\/90{ + --tw-ring-color: rgb(221 214 254 / 0.9); +} +.ring-violet-200\/95{ + --tw-ring-color: rgb(221 214 254 / 0.95); +} +.ring-violet-200\/100{ + --tw-ring-color: rgb(221 214 254 / 1); +} +.ring-violet-300\/0{ + --tw-ring-color: rgb(196 181 253 / 0); +} +.ring-violet-300\/5{ + --tw-ring-color: rgb(196 181 253 / 0.05); +} +.ring-violet-300\/10{ + --tw-ring-color: rgb(196 181 253 / 0.1); +} +.ring-violet-300\/20{ + --tw-ring-color: rgb(196 181 253 / 0.2); +} +.ring-violet-300\/25{ + --tw-ring-color: rgb(196 181 253 / 0.25); +} +.ring-violet-300\/30{ + --tw-ring-color: rgb(196 181 253 / 0.3); +} +.ring-violet-300\/40{ + --tw-ring-color: rgb(196 181 253 / 0.4); +} +.ring-violet-300\/50{ + --tw-ring-color: rgb(196 181 253 / 0.5); +} +.ring-violet-300\/60{ + --tw-ring-color: rgb(196 181 253 / 0.6); +} +.ring-violet-300\/70{ + --tw-ring-color: rgb(196 181 253 / 0.7); +} +.ring-violet-300\/75{ + --tw-ring-color: rgb(196 181 253 / 0.75); +} +.ring-violet-300\/80{ + --tw-ring-color: rgb(196 181 253 / 0.8); +} +.ring-violet-300\/90{ + --tw-ring-color: rgb(196 181 253 / 0.9); +} +.ring-violet-300\/95{ + --tw-ring-color: rgb(196 181 253 / 0.95); +} +.ring-violet-300\/100{ + --tw-ring-color: rgb(196 181 253 / 1); +} +.ring-violet-400\/0{ + --tw-ring-color: rgb(167 139 250 / 0); +} +.ring-violet-400\/5{ + --tw-ring-color: rgb(167 139 250 / 0.05); +} +.ring-violet-400\/10{ + --tw-ring-color: rgb(167 139 250 / 0.1); +} +.ring-violet-400\/20{ + --tw-ring-color: rgb(167 139 250 / 0.2); +} +.ring-violet-400\/25{ + --tw-ring-color: rgb(167 139 250 / 0.25); +} +.ring-violet-400\/30{ + --tw-ring-color: rgb(167 139 250 / 0.3); +} +.ring-violet-400\/40{ + --tw-ring-color: rgb(167 139 250 / 0.4); +} +.ring-violet-400\/50{ + --tw-ring-color: rgb(167 139 250 / 0.5); +} +.ring-violet-400\/60{ + --tw-ring-color: rgb(167 139 250 / 0.6); +} +.ring-violet-400\/70{ + --tw-ring-color: rgb(167 139 250 / 0.7); +} +.ring-violet-400\/75{ + --tw-ring-color: rgb(167 139 250 / 0.75); +} +.ring-violet-400\/80{ + --tw-ring-color: rgb(167 139 250 / 0.8); +} +.ring-violet-400\/90{ + --tw-ring-color: rgb(167 139 250 / 0.9); +} +.ring-violet-400\/95{ + --tw-ring-color: rgb(167 139 250 / 0.95); +} +.ring-violet-400\/100{ + --tw-ring-color: rgb(167 139 250 / 1); +} +.ring-violet-500\/0{ + --tw-ring-color: rgb(139 92 246 / 0); +} +.ring-violet-500\/5{ + --tw-ring-color: rgb(139 92 246 / 0.05); +} +.ring-violet-500\/10{ + --tw-ring-color: rgb(139 92 246 / 0.1); +} +.ring-violet-500\/20{ + --tw-ring-color: rgb(139 92 246 / 0.2); +} +.ring-violet-500\/25{ + --tw-ring-color: rgb(139 92 246 / 0.25); +} +.ring-violet-500\/30{ + --tw-ring-color: rgb(139 92 246 / 0.3); +} +.ring-violet-500\/40{ + --tw-ring-color: rgb(139 92 246 / 0.4); +} +.ring-violet-500\/50{ + --tw-ring-color: rgb(139 92 246 / 0.5); +} +.ring-violet-500\/60{ + --tw-ring-color: rgb(139 92 246 / 0.6); +} +.ring-violet-500\/70{ + --tw-ring-color: rgb(139 92 246 / 0.7); +} +.ring-violet-500\/75{ + --tw-ring-color: rgb(139 92 246 / 0.75); +} +.ring-violet-500\/80{ + --tw-ring-color: rgb(139 92 246 / 0.8); +} +.ring-violet-500\/90{ + --tw-ring-color: rgb(139 92 246 / 0.9); +} +.ring-violet-500\/95{ + --tw-ring-color: rgb(139 92 246 / 0.95); +} +.ring-violet-500\/100{ + --tw-ring-color: rgb(139 92 246 / 1); +} +.ring-violet-600\/0{ + --tw-ring-color: rgb(124 58 237 / 0); +} +.ring-violet-600\/5{ + --tw-ring-color: rgb(124 58 237 / 0.05); +} +.ring-violet-600\/10{ + --tw-ring-color: rgb(124 58 237 / 0.1); +} +.ring-violet-600\/20{ + --tw-ring-color: rgb(124 58 237 / 0.2); +} +.ring-violet-600\/25{ + --tw-ring-color: rgb(124 58 237 / 0.25); +} +.ring-violet-600\/30{ + --tw-ring-color: rgb(124 58 237 / 0.3); +} +.ring-violet-600\/40{ + --tw-ring-color: rgb(124 58 237 / 0.4); +} +.ring-violet-600\/50{ + --tw-ring-color: rgb(124 58 237 / 0.5); +} +.ring-violet-600\/60{ + --tw-ring-color: rgb(124 58 237 / 0.6); +} +.ring-violet-600\/70{ + --tw-ring-color: rgb(124 58 237 / 0.7); +} +.ring-violet-600\/75{ + --tw-ring-color: rgb(124 58 237 / 0.75); +} +.ring-violet-600\/80{ + --tw-ring-color: rgb(124 58 237 / 0.8); +} +.ring-violet-600\/90{ + --tw-ring-color: rgb(124 58 237 / 0.9); +} +.ring-violet-600\/95{ + --tw-ring-color: rgb(124 58 237 / 0.95); +} +.ring-violet-600\/100{ + --tw-ring-color: rgb(124 58 237 / 1); +} +.ring-violet-700\/0{ + --tw-ring-color: rgb(109 40 217 / 0); +} +.ring-violet-700\/5{ + --tw-ring-color: rgb(109 40 217 / 0.05); +} +.ring-violet-700\/10{ + --tw-ring-color: rgb(109 40 217 / 0.1); +} +.ring-violet-700\/20{ + --tw-ring-color: rgb(109 40 217 / 0.2); +} +.ring-violet-700\/25{ + --tw-ring-color: rgb(109 40 217 / 0.25); +} +.ring-violet-700\/30{ + --tw-ring-color: rgb(109 40 217 / 0.3); +} +.ring-violet-700\/40{ + --tw-ring-color: rgb(109 40 217 / 0.4); +} +.ring-violet-700\/50{ + --tw-ring-color: rgb(109 40 217 / 0.5); +} +.ring-violet-700\/60{ + --tw-ring-color: rgb(109 40 217 / 0.6); +} +.ring-violet-700\/70{ + --tw-ring-color: rgb(109 40 217 / 0.7); +} +.ring-violet-700\/75{ + --tw-ring-color: rgb(109 40 217 / 0.75); +} +.ring-violet-700\/80{ + --tw-ring-color: rgb(109 40 217 / 0.8); +} +.ring-violet-700\/90{ + --tw-ring-color: rgb(109 40 217 / 0.9); +} +.ring-violet-700\/95{ + --tw-ring-color: rgb(109 40 217 / 0.95); +} +.ring-violet-700\/100{ + --tw-ring-color: rgb(109 40 217 / 1); +} +.ring-violet-800\/0{ + --tw-ring-color: rgb(91 33 182 / 0); +} +.ring-violet-800\/5{ + --tw-ring-color: rgb(91 33 182 / 0.05); +} +.ring-violet-800\/10{ + --tw-ring-color: rgb(91 33 182 / 0.1); +} +.ring-violet-800\/20{ + --tw-ring-color: rgb(91 33 182 / 0.2); +} +.ring-violet-800\/25{ + --tw-ring-color: rgb(91 33 182 / 0.25); +} +.ring-violet-800\/30{ + --tw-ring-color: rgb(91 33 182 / 0.3); +} +.ring-violet-800\/40{ + --tw-ring-color: rgb(91 33 182 / 0.4); +} +.ring-violet-800\/50{ + --tw-ring-color: rgb(91 33 182 / 0.5); +} +.ring-violet-800\/60{ + --tw-ring-color: rgb(91 33 182 / 0.6); +} +.ring-violet-800\/70{ + --tw-ring-color: rgb(91 33 182 / 0.7); +} +.ring-violet-800\/75{ + --tw-ring-color: rgb(91 33 182 / 0.75); +} +.ring-violet-800\/80{ + --tw-ring-color: rgb(91 33 182 / 0.8); +} +.ring-violet-800\/90{ + --tw-ring-color: rgb(91 33 182 / 0.9); +} +.ring-violet-800\/95{ + --tw-ring-color: rgb(91 33 182 / 0.95); +} +.ring-violet-800\/100{ + --tw-ring-color: rgb(91 33 182 / 1); +} +.ring-violet-900\/0{ + --tw-ring-color: rgb(76 29 149 / 0); +} +.ring-violet-900\/5{ + --tw-ring-color: rgb(76 29 149 / 0.05); +} +.ring-violet-900\/10{ + --tw-ring-color: rgb(76 29 149 / 0.1); +} +.ring-violet-900\/20{ + --tw-ring-color: rgb(76 29 149 / 0.2); +} +.ring-violet-900\/25{ + --tw-ring-color: rgb(76 29 149 / 0.25); +} +.ring-violet-900\/30{ + --tw-ring-color: rgb(76 29 149 / 0.3); +} +.ring-violet-900\/40{ + --tw-ring-color: rgb(76 29 149 / 0.4); +} +.ring-violet-900\/50{ + --tw-ring-color: rgb(76 29 149 / 0.5); +} +.ring-violet-900\/60{ + --tw-ring-color: rgb(76 29 149 / 0.6); +} +.ring-violet-900\/70{ + --tw-ring-color: rgb(76 29 149 / 0.7); +} +.ring-violet-900\/75{ + --tw-ring-color: rgb(76 29 149 / 0.75); +} +.ring-violet-900\/80{ + --tw-ring-color: rgb(76 29 149 / 0.8); +} +.ring-violet-900\/90{ + --tw-ring-color: rgb(76 29 149 / 0.9); +} +.ring-violet-900\/95{ + --tw-ring-color: rgb(76 29 149 / 0.95); +} +.ring-violet-900\/100{ + --tw-ring-color: rgb(76 29 149 / 1); +} +.ring-purple-50\/0{ + --tw-ring-color: rgb(247 247 249 / 0); +} +.ring-purple-50\/5{ + --tw-ring-color: rgb(247 247 249 / 0.05); +} +.ring-purple-50\/10{ + --tw-ring-color: rgb(247 247 249 / 0.1); +} +.ring-purple-50\/20{ + --tw-ring-color: rgb(247 247 249 / 0.2); +} +.ring-purple-50\/25{ + --tw-ring-color: rgb(247 247 249 / 0.25); +} +.ring-purple-50\/30{ + --tw-ring-color: rgb(247 247 249 / 0.3); +} +.ring-purple-50\/40{ + --tw-ring-color: rgb(247 247 249 / 0.4); +} +.ring-purple-50\/50{ + --tw-ring-color: rgb(247 247 249 / 0.5); +} +.ring-purple-50\/60{ + --tw-ring-color: rgb(247 247 249 / 0.6); +} +.ring-purple-50\/70{ + --tw-ring-color: rgb(247 247 249 / 0.7); +} +.ring-purple-50\/75{ + --tw-ring-color: rgb(247 247 249 / 0.75); +} +.ring-purple-50\/80{ + --tw-ring-color: rgb(247 247 249 / 0.8); +} +.ring-purple-50\/90{ + --tw-ring-color: rgb(247 247 249 / 0.9); +} +.ring-purple-50\/95{ + --tw-ring-color: rgb(247 247 249 / 0.95); +} +.ring-purple-50\/100{ + --tw-ring-color: rgb(247 247 249 / 1); +} +.ring-purple-100\/0{ + --tw-ring-color: rgb(238 238 243 / 0); +} +.ring-purple-100\/5{ + --tw-ring-color: rgb(238 238 243 / 0.05); +} +.ring-purple-100\/10{ + --tw-ring-color: rgb(238 238 243 / 0.1); +} +.ring-purple-100\/20{ + --tw-ring-color: rgb(238 238 243 / 0.2); +} +.ring-purple-100\/25{ + --tw-ring-color: rgb(238 238 243 / 0.25); +} +.ring-purple-100\/30{ + --tw-ring-color: rgb(238 238 243 / 0.3); +} +.ring-purple-100\/40{ + --tw-ring-color: rgb(238 238 243 / 0.4); +} +.ring-purple-100\/50{ + --tw-ring-color: rgb(238 238 243 / 0.5); +} +.ring-purple-100\/60{ + --tw-ring-color: rgb(238 238 243 / 0.6); +} +.ring-purple-100\/70{ + --tw-ring-color: rgb(238 238 243 / 0.7); +} +.ring-purple-100\/75{ + --tw-ring-color: rgb(238 238 243 / 0.75); +} +.ring-purple-100\/80{ + --tw-ring-color: rgb(238 238 243 / 0.8); +} +.ring-purple-100\/90{ + --tw-ring-color: rgb(238 238 243 / 0.9); +} +.ring-purple-100\/95{ + --tw-ring-color: rgb(238 238 243 / 0.95); +} +.ring-purple-100\/100{ + --tw-ring-color: rgb(238 238 243 / 1); +} +.ring-purple-200\/0{ + --tw-ring-color: rgb(213 213 226 / 0); +} +.ring-purple-200\/5{ + --tw-ring-color: rgb(213 213 226 / 0.05); +} +.ring-purple-200\/10{ + --tw-ring-color: rgb(213 213 226 / 0.1); +} +.ring-purple-200\/20{ + --tw-ring-color: rgb(213 213 226 / 0.2); +} +.ring-purple-200\/25{ + --tw-ring-color: rgb(213 213 226 / 0.25); +} +.ring-purple-200\/30{ + --tw-ring-color: rgb(213 213 226 / 0.3); +} +.ring-purple-200\/40{ + --tw-ring-color: rgb(213 213 226 / 0.4); +} +.ring-purple-200\/50{ + --tw-ring-color: rgb(213 213 226 / 0.5); +} +.ring-purple-200\/60{ + --tw-ring-color: rgb(213 213 226 / 0.6); +} +.ring-purple-200\/70{ + --tw-ring-color: rgb(213 213 226 / 0.7); +} +.ring-purple-200\/75{ + --tw-ring-color: rgb(213 213 226 / 0.75); +} +.ring-purple-200\/80{ + --tw-ring-color: rgb(213 213 226 / 0.8); +} +.ring-purple-200\/90{ + --tw-ring-color: rgb(213 213 226 / 0.9); +} +.ring-purple-200\/95{ + --tw-ring-color: rgb(213 213 226 / 0.95); +} +.ring-purple-200\/100{ + --tw-ring-color: rgb(213 213 226 / 1); +} +.ring-purple-300\/0{ + --tw-ring-color: rgb(187 188 209 / 0); +} +.ring-purple-300\/5{ + --tw-ring-color: rgb(187 188 209 / 0.05); +} +.ring-purple-300\/10{ + --tw-ring-color: rgb(187 188 209 / 0.1); +} +.ring-purple-300\/20{ + --tw-ring-color: rgb(187 188 209 / 0.2); +} +.ring-purple-300\/25{ + --tw-ring-color: rgb(187 188 209 / 0.25); +} +.ring-purple-300\/30{ + --tw-ring-color: rgb(187 188 209 / 0.3); +} +.ring-purple-300\/40{ + --tw-ring-color: rgb(187 188 209 / 0.4); +} +.ring-purple-300\/50{ + --tw-ring-color: rgb(187 188 209 / 0.5); +} +.ring-purple-300\/60{ + --tw-ring-color: rgb(187 188 209 / 0.6); +} +.ring-purple-300\/70{ + --tw-ring-color: rgb(187 188 209 / 0.7); +} +.ring-purple-300\/75{ + --tw-ring-color: rgb(187 188 209 / 0.75); +} +.ring-purple-300\/80{ + --tw-ring-color: rgb(187 188 209 / 0.8); +} +.ring-purple-300\/90{ + --tw-ring-color: rgb(187 188 209 / 0.9); +} +.ring-purple-300\/95{ + --tw-ring-color: rgb(187 188 209 / 0.95); +} +.ring-purple-300\/100{ + --tw-ring-color: rgb(187 188 209 / 1); +} +.ring-purple-400\/0{ + --tw-ring-color: rgb(136 138 174 / 0); +} +.ring-purple-400\/5{ + --tw-ring-color: rgb(136 138 174 / 0.05); +} +.ring-purple-400\/10{ + --tw-ring-color: rgb(136 138 174 / 0.1); +} +.ring-purple-400\/20{ + --tw-ring-color: rgb(136 138 174 / 0.2); +} +.ring-purple-400\/25{ + --tw-ring-color: rgb(136 138 174 / 0.25); +} +.ring-purple-400\/30{ + --tw-ring-color: rgb(136 138 174 / 0.3); +} +.ring-purple-400\/40{ + --tw-ring-color: rgb(136 138 174 / 0.4); +} +.ring-purple-400\/50{ + --tw-ring-color: rgb(136 138 174 / 0.5); +} +.ring-purple-400\/60{ + --tw-ring-color: rgb(136 138 174 / 0.6); +} +.ring-purple-400\/70{ + --tw-ring-color: rgb(136 138 174 / 0.7); +} +.ring-purple-400\/75{ + --tw-ring-color: rgb(136 138 174 / 0.75); +} +.ring-purple-400\/80{ + --tw-ring-color: rgb(136 138 174 / 0.8); +} +.ring-purple-400\/90{ + --tw-ring-color: rgb(136 138 174 / 0.9); +} +.ring-purple-400\/95{ + --tw-ring-color: rgb(136 138 174 / 0.95); +} +.ring-purple-400\/100{ + --tw-ring-color: rgb(136 138 174 / 1); +} +.ring-purple-500\/0{ + --tw-ring-color: rgb(85 88 139 / 0); +} +.ring-purple-500\/5{ + --tw-ring-color: rgb(85 88 139 / 0.05); +} +.ring-purple-500\/10{ + --tw-ring-color: rgb(85 88 139 / 0.1); +} +.ring-purple-500\/20{ + --tw-ring-color: rgb(85 88 139 / 0.2); +} +.ring-purple-500\/25{ + --tw-ring-color: rgb(85 88 139 / 0.25); +} +.ring-purple-500\/30{ + --tw-ring-color: rgb(85 88 139 / 0.3); +} +.ring-purple-500\/40{ + --tw-ring-color: rgb(85 88 139 / 0.4); +} +.ring-purple-500\/50{ + --tw-ring-color: rgb(85 88 139 / 0.5); +} +.ring-purple-500\/60{ + --tw-ring-color: rgb(85 88 139 / 0.6); +} +.ring-purple-500\/70{ + --tw-ring-color: rgb(85 88 139 / 0.7); +} +.ring-purple-500\/75{ + --tw-ring-color: rgb(85 88 139 / 0.75); +} +.ring-purple-500\/80{ + --tw-ring-color: rgb(85 88 139 / 0.8); +} +.ring-purple-500\/90{ + --tw-ring-color: rgb(85 88 139 / 0.9); +} +.ring-purple-500\/95{ + --tw-ring-color: rgb(85 88 139 / 0.95); +} +.ring-purple-500\/100{ + --tw-ring-color: rgb(85 88 139 / 1); +} +.ring-purple-600\/0{ + --tw-ring-color: rgb(77 79 125 / 0); +} +.ring-purple-600\/5{ + --tw-ring-color: rgb(77 79 125 / 0.05); +} +.ring-purple-600\/10{ + --tw-ring-color: rgb(77 79 125 / 0.1); +} +.ring-purple-600\/20{ + --tw-ring-color: rgb(77 79 125 / 0.2); +} +.ring-purple-600\/25{ + --tw-ring-color: rgb(77 79 125 / 0.25); +} +.ring-purple-600\/30{ + --tw-ring-color: rgb(77 79 125 / 0.3); +} +.ring-purple-600\/40{ + --tw-ring-color: rgb(77 79 125 / 0.4); +} +.ring-purple-600\/50{ + --tw-ring-color: rgb(77 79 125 / 0.5); +} +.ring-purple-600\/60{ + --tw-ring-color: rgb(77 79 125 / 0.6); +} +.ring-purple-600\/70{ + --tw-ring-color: rgb(77 79 125 / 0.7); +} +.ring-purple-600\/75{ + --tw-ring-color: rgb(77 79 125 / 0.75); +} +.ring-purple-600\/80{ + --tw-ring-color: rgb(77 79 125 / 0.8); +} +.ring-purple-600\/90{ + --tw-ring-color: rgb(77 79 125 / 0.9); +} +.ring-purple-600\/95{ + --tw-ring-color: rgb(77 79 125 / 0.95); +} +.ring-purple-600\/100{ + --tw-ring-color: rgb(77 79 125 / 1); +} +.ring-purple-700\/0{ + --tw-ring-color: rgb(64 66 104 / 0); +} +.ring-purple-700\/5{ + --tw-ring-color: rgb(64 66 104 / 0.05); +} +.ring-purple-700\/10{ + --tw-ring-color: rgb(64 66 104 / 0.1); +} +.ring-purple-700\/20{ + --tw-ring-color: rgb(64 66 104 / 0.2); +} +.ring-purple-700\/25{ + --tw-ring-color: rgb(64 66 104 / 0.25); +} +.ring-purple-700\/30{ + --tw-ring-color: rgb(64 66 104 / 0.3); +} +.ring-purple-700\/40{ + --tw-ring-color: rgb(64 66 104 / 0.4); +} +.ring-purple-700\/50{ + --tw-ring-color: rgb(64 66 104 / 0.5); +} +.ring-purple-700\/60{ + --tw-ring-color: rgb(64 66 104 / 0.6); +} +.ring-purple-700\/70{ + --tw-ring-color: rgb(64 66 104 / 0.7); +} +.ring-purple-700\/75{ + --tw-ring-color: rgb(64 66 104 / 0.75); +} +.ring-purple-700\/80{ + --tw-ring-color: rgb(64 66 104 / 0.8); +} +.ring-purple-700\/90{ + --tw-ring-color: rgb(64 66 104 / 0.9); +} +.ring-purple-700\/95{ + --tw-ring-color: rgb(64 66 104 / 0.95); +} +.ring-purple-700\/100{ + --tw-ring-color: rgb(64 66 104 / 1); +} +.ring-purple-800\/0{ + --tw-ring-color: rgb(51 53 83 / 0); +} +.ring-purple-800\/5{ + --tw-ring-color: rgb(51 53 83 / 0.05); +} +.ring-purple-800\/10{ + --tw-ring-color: rgb(51 53 83 / 0.1); +} +.ring-purple-800\/20{ + --tw-ring-color: rgb(51 53 83 / 0.2); +} +.ring-purple-800\/25{ + --tw-ring-color: rgb(51 53 83 / 0.25); +} +.ring-purple-800\/30{ + --tw-ring-color: rgb(51 53 83 / 0.3); +} +.ring-purple-800\/40{ + --tw-ring-color: rgb(51 53 83 / 0.4); +} +.ring-purple-800\/50{ + --tw-ring-color: rgb(51 53 83 / 0.5); +} +.ring-purple-800\/60{ + --tw-ring-color: rgb(51 53 83 / 0.6); +} +.ring-purple-800\/70{ + --tw-ring-color: rgb(51 53 83 / 0.7); +} +.ring-purple-800\/75{ + --tw-ring-color: rgb(51 53 83 / 0.75); +} +.ring-purple-800\/80{ + --tw-ring-color: rgb(51 53 83 / 0.8); +} +.ring-purple-800\/90{ + --tw-ring-color: rgb(51 53 83 / 0.9); +} +.ring-purple-800\/95{ + --tw-ring-color: rgb(51 53 83 / 0.95); +} +.ring-purple-800\/100{ + --tw-ring-color: rgb(51 53 83 / 1); +} +.ring-purple-900\/0{ + --tw-ring-color: rgb(42 43 68 / 0); +} +.ring-purple-900\/5{ + --tw-ring-color: rgb(42 43 68 / 0.05); +} +.ring-purple-900\/10{ + --tw-ring-color: rgb(42 43 68 / 0.1); +} +.ring-purple-900\/20{ + --tw-ring-color: rgb(42 43 68 / 0.2); +} +.ring-purple-900\/25{ + --tw-ring-color: rgb(42 43 68 / 0.25); +} +.ring-purple-900\/30{ + --tw-ring-color: rgb(42 43 68 / 0.3); +} +.ring-purple-900\/40{ + --tw-ring-color: rgb(42 43 68 / 0.4); +} +.ring-purple-900\/50{ + --tw-ring-color: rgb(42 43 68 / 0.5); +} +.ring-purple-900\/60{ + --tw-ring-color: rgb(42 43 68 / 0.6); +} +.ring-purple-900\/70{ + --tw-ring-color: rgb(42 43 68 / 0.7); +} +.ring-purple-900\/75{ + --tw-ring-color: rgb(42 43 68 / 0.75); +} +.ring-purple-900\/80{ + --tw-ring-color: rgb(42 43 68 / 0.8); +} +.ring-purple-900\/90{ + --tw-ring-color: rgb(42 43 68 / 0.9); +} +.ring-purple-900\/95{ + --tw-ring-color: rgb(42 43 68 / 0.95); +} +.ring-purple-900\/100{ + --tw-ring-color: rgb(42 43 68 / 1); +} +.ring-purple\/0{ + --tw-ring-color: rgb(85 88 139 / 0); +} +.ring-purple\/5{ + --tw-ring-color: rgb(85 88 139 / 0.05); +} +.ring-purple\/10{ + --tw-ring-color: rgb(85 88 139 / 0.1); +} +.ring-purple\/20{ + --tw-ring-color: rgb(85 88 139 / 0.2); +} +.ring-purple\/25{ + --tw-ring-color: rgb(85 88 139 / 0.25); +} +.ring-purple\/30{ + --tw-ring-color: rgb(85 88 139 / 0.3); +} +.ring-purple\/40{ + --tw-ring-color: rgb(85 88 139 / 0.4); +} +.ring-purple\/50{ + --tw-ring-color: rgb(85 88 139 / 0.5); +} +.ring-purple\/60{ + --tw-ring-color: rgb(85 88 139 / 0.6); +} +.ring-purple\/70{ + --tw-ring-color: rgb(85 88 139 / 0.7); +} +.ring-purple\/75{ + --tw-ring-color: rgb(85 88 139 / 0.75); +} +.ring-purple\/80{ + --tw-ring-color: rgb(85 88 139 / 0.8); +} +.ring-purple\/90{ + --tw-ring-color: rgb(85 88 139 / 0.9); +} +.ring-purple\/95{ + --tw-ring-color: rgb(85 88 139 / 0.95); +} +.ring-purple\/100{ + --tw-ring-color: rgb(85 88 139 / 1); +} +.ring-fuchsia-50\/0{ + --tw-ring-color: rgb(253 244 255 / 0); +} +.ring-fuchsia-50\/5{ + --tw-ring-color: rgb(253 244 255 / 0.05); +} +.ring-fuchsia-50\/10{ + --tw-ring-color: rgb(253 244 255 / 0.1); +} +.ring-fuchsia-50\/20{ + --tw-ring-color: rgb(253 244 255 / 0.2); +} +.ring-fuchsia-50\/25{ + --tw-ring-color: rgb(253 244 255 / 0.25); +} +.ring-fuchsia-50\/30{ + --tw-ring-color: rgb(253 244 255 / 0.3); +} +.ring-fuchsia-50\/40{ + --tw-ring-color: rgb(253 244 255 / 0.4); +} +.ring-fuchsia-50\/50{ + --tw-ring-color: rgb(253 244 255 / 0.5); +} +.ring-fuchsia-50\/60{ + --tw-ring-color: rgb(253 244 255 / 0.6); +} +.ring-fuchsia-50\/70{ + --tw-ring-color: rgb(253 244 255 / 0.7); +} +.ring-fuchsia-50\/75{ + --tw-ring-color: rgb(253 244 255 / 0.75); +} +.ring-fuchsia-50\/80{ + --tw-ring-color: rgb(253 244 255 / 0.8); +} +.ring-fuchsia-50\/90{ + --tw-ring-color: rgb(253 244 255 / 0.9); +} +.ring-fuchsia-50\/95{ + --tw-ring-color: rgb(253 244 255 / 0.95); +} +.ring-fuchsia-50\/100{ + --tw-ring-color: rgb(253 244 255 / 1); +} +.ring-fuchsia-100\/0{ + --tw-ring-color: rgb(250 232 255 / 0); +} +.ring-fuchsia-100\/5{ + --tw-ring-color: rgb(250 232 255 / 0.05); +} +.ring-fuchsia-100\/10{ + --tw-ring-color: rgb(250 232 255 / 0.1); +} +.ring-fuchsia-100\/20{ + --tw-ring-color: rgb(250 232 255 / 0.2); +} +.ring-fuchsia-100\/25{ + --tw-ring-color: rgb(250 232 255 / 0.25); +} +.ring-fuchsia-100\/30{ + --tw-ring-color: rgb(250 232 255 / 0.3); +} +.ring-fuchsia-100\/40{ + --tw-ring-color: rgb(250 232 255 / 0.4); +} +.ring-fuchsia-100\/50{ + --tw-ring-color: rgb(250 232 255 / 0.5); +} +.ring-fuchsia-100\/60{ + --tw-ring-color: rgb(250 232 255 / 0.6); +} +.ring-fuchsia-100\/70{ + --tw-ring-color: rgb(250 232 255 / 0.7); +} +.ring-fuchsia-100\/75{ + --tw-ring-color: rgb(250 232 255 / 0.75); +} +.ring-fuchsia-100\/80{ + --tw-ring-color: rgb(250 232 255 / 0.8); +} +.ring-fuchsia-100\/90{ + --tw-ring-color: rgb(250 232 255 / 0.9); +} +.ring-fuchsia-100\/95{ + --tw-ring-color: rgb(250 232 255 / 0.95); +} +.ring-fuchsia-100\/100{ + --tw-ring-color: rgb(250 232 255 / 1); +} +.ring-fuchsia-200\/0{ + --tw-ring-color: rgb(245 208 254 / 0); +} +.ring-fuchsia-200\/5{ + --tw-ring-color: rgb(245 208 254 / 0.05); +} +.ring-fuchsia-200\/10{ + --tw-ring-color: rgb(245 208 254 / 0.1); +} +.ring-fuchsia-200\/20{ + --tw-ring-color: rgb(245 208 254 / 0.2); +} +.ring-fuchsia-200\/25{ + --tw-ring-color: rgb(245 208 254 / 0.25); +} +.ring-fuchsia-200\/30{ + --tw-ring-color: rgb(245 208 254 / 0.3); +} +.ring-fuchsia-200\/40{ + --tw-ring-color: rgb(245 208 254 / 0.4); +} +.ring-fuchsia-200\/50{ + --tw-ring-color: rgb(245 208 254 / 0.5); +} +.ring-fuchsia-200\/60{ + --tw-ring-color: rgb(245 208 254 / 0.6); +} +.ring-fuchsia-200\/70{ + --tw-ring-color: rgb(245 208 254 / 0.7); +} +.ring-fuchsia-200\/75{ + --tw-ring-color: rgb(245 208 254 / 0.75); +} +.ring-fuchsia-200\/80{ + --tw-ring-color: rgb(245 208 254 / 0.8); +} +.ring-fuchsia-200\/90{ + --tw-ring-color: rgb(245 208 254 / 0.9); +} +.ring-fuchsia-200\/95{ + --tw-ring-color: rgb(245 208 254 / 0.95); +} +.ring-fuchsia-200\/100{ + --tw-ring-color: rgb(245 208 254 / 1); +} +.ring-fuchsia-300\/0{ + --tw-ring-color: rgb(240 171 252 / 0); +} +.ring-fuchsia-300\/5{ + --tw-ring-color: rgb(240 171 252 / 0.05); +} +.ring-fuchsia-300\/10{ + --tw-ring-color: rgb(240 171 252 / 0.1); +} +.ring-fuchsia-300\/20{ + --tw-ring-color: rgb(240 171 252 / 0.2); +} +.ring-fuchsia-300\/25{ + --tw-ring-color: rgb(240 171 252 / 0.25); +} +.ring-fuchsia-300\/30{ + --tw-ring-color: rgb(240 171 252 / 0.3); +} +.ring-fuchsia-300\/40{ + --tw-ring-color: rgb(240 171 252 / 0.4); +} +.ring-fuchsia-300\/50{ + --tw-ring-color: rgb(240 171 252 / 0.5); +} +.ring-fuchsia-300\/60{ + --tw-ring-color: rgb(240 171 252 / 0.6); +} +.ring-fuchsia-300\/70{ + --tw-ring-color: rgb(240 171 252 / 0.7); +} +.ring-fuchsia-300\/75{ + --tw-ring-color: rgb(240 171 252 / 0.75); +} +.ring-fuchsia-300\/80{ + --tw-ring-color: rgb(240 171 252 / 0.8); +} +.ring-fuchsia-300\/90{ + --tw-ring-color: rgb(240 171 252 / 0.9); +} +.ring-fuchsia-300\/95{ + --tw-ring-color: rgb(240 171 252 / 0.95); +} +.ring-fuchsia-300\/100{ + --tw-ring-color: rgb(240 171 252 / 1); +} +.ring-fuchsia-400\/0{ + --tw-ring-color: rgb(232 121 249 / 0); +} +.ring-fuchsia-400\/5{ + --tw-ring-color: rgb(232 121 249 / 0.05); +} +.ring-fuchsia-400\/10{ + --tw-ring-color: rgb(232 121 249 / 0.1); +} +.ring-fuchsia-400\/20{ + --tw-ring-color: rgb(232 121 249 / 0.2); +} +.ring-fuchsia-400\/25{ + --tw-ring-color: rgb(232 121 249 / 0.25); +} +.ring-fuchsia-400\/30{ + --tw-ring-color: rgb(232 121 249 / 0.3); +} +.ring-fuchsia-400\/40{ + --tw-ring-color: rgb(232 121 249 / 0.4); +} +.ring-fuchsia-400\/50{ + --tw-ring-color: rgb(232 121 249 / 0.5); +} +.ring-fuchsia-400\/60{ + --tw-ring-color: rgb(232 121 249 / 0.6); +} +.ring-fuchsia-400\/70{ + --tw-ring-color: rgb(232 121 249 / 0.7); +} +.ring-fuchsia-400\/75{ + --tw-ring-color: rgb(232 121 249 / 0.75); +} +.ring-fuchsia-400\/80{ + --tw-ring-color: rgb(232 121 249 / 0.8); +} +.ring-fuchsia-400\/90{ + --tw-ring-color: rgb(232 121 249 / 0.9); +} +.ring-fuchsia-400\/95{ + --tw-ring-color: rgb(232 121 249 / 0.95); +} +.ring-fuchsia-400\/100{ + --tw-ring-color: rgb(232 121 249 / 1); +} +.ring-fuchsia-500\/0{ + --tw-ring-color: rgb(217 70 239 / 0); +} +.ring-fuchsia-500\/5{ + --tw-ring-color: rgb(217 70 239 / 0.05); +} +.ring-fuchsia-500\/10{ + --tw-ring-color: rgb(217 70 239 / 0.1); +} +.ring-fuchsia-500\/20{ + --tw-ring-color: rgb(217 70 239 / 0.2); +} +.ring-fuchsia-500\/25{ + --tw-ring-color: rgb(217 70 239 / 0.25); +} +.ring-fuchsia-500\/30{ + --tw-ring-color: rgb(217 70 239 / 0.3); +} +.ring-fuchsia-500\/40{ + --tw-ring-color: rgb(217 70 239 / 0.4); +} +.ring-fuchsia-500\/50{ + --tw-ring-color: rgb(217 70 239 / 0.5); +} +.ring-fuchsia-500\/60{ + --tw-ring-color: rgb(217 70 239 / 0.6); +} +.ring-fuchsia-500\/70{ + --tw-ring-color: rgb(217 70 239 / 0.7); +} +.ring-fuchsia-500\/75{ + --tw-ring-color: rgb(217 70 239 / 0.75); +} +.ring-fuchsia-500\/80{ + --tw-ring-color: rgb(217 70 239 / 0.8); +} +.ring-fuchsia-500\/90{ + --tw-ring-color: rgb(217 70 239 / 0.9); +} +.ring-fuchsia-500\/95{ + --tw-ring-color: rgb(217 70 239 / 0.95); +} +.ring-fuchsia-500\/100{ + --tw-ring-color: rgb(217 70 239 / 1); +} +.ring-fuchsia-600\/0{ + --tw-ring-color: rgb(192 38 211 / 0); +} +.ring-fuchsia-600\/5{ + --tw-ring-color: rgb(192 38 211 / 0.05); +} +.ring-fuchsia-600\/10{ + --tw-ring-color: rgb(192 38 211 / 0.1); +} +.ring-fuchsia-600\/20{ + --tw-ring-color: rgb(192 38 211 / 0.2); +} +.ring-fuchsia-600\/25{ + --tw-ring-color: rgb(192 38 211 / 0.25); +} +.ring-fuchsia-600\/30{ + --tw-ring-color: rgb(192 38 211 / 0.3); +} +.ring-fuchsia-600\/40{ + --tw-ring-color: rgb(192 38 211 / 0.4); +} +.ring-fuchsia-600\/50{ + --tw-ring-color: rgb(192 38 211 / 0.5); +} +.ring-fuchsia-600\/60{ + --tw-ring-color: rgb(192 38 211 / 0.6); +} +.ring-fuchsia-600\/70{ + --tw-ring-color: rgb(192 38 211 / 0.7); +} +.ring-fuchsia-600\/75{ + --tw-ring-color: rgb(192 38 211 / 0.75); +} +.ring-fuchsia-600\/80{ + --tw-ring-color: rgb(192 38 211 / 0.8); +} +.ring-fuchsia-600\/90{ + --tw-ring-color: rgb(192 38 211 / 0.9); +} +.ring-fuchsia-600\/95{ + --tw-ring-color: rgb(192 38 211 / 0.95); +} +.ring-fuchsia-600\/100{ + --tw-ring-color: rgb(192 38 211 / 1); +} +.ring-fuchsia-700\/0{ + --tw-ring-color: rgb(162 28 175 / 0); +} +.ring-fuchsia-700\/5{ + --tw-ring-color: rgb(162 28 175 / 0.05); +} +.ring-fuchsia-700\/10{ + --tw-ring-color: rgb(162 28 175 / 0.1); +} +.ring-fuchsia-700\/20{ + --tw-ring-color: rgb(162 28 175 / 0.2); +} +.ring-fuchsia-700\/25{ + --tw-ring-color: rgb(162 28 175 / 0.25); +} +.ring-fuchsia-700\/30{ + --tw-ring-color: rgb(162 28 175 / 0.3); +} +.ring-fuchsia-700\/40{ + --tw-ring-color: rgb(162 28 175 / 0.4); +} +.ring-fuchsia-700\/50{ + --tw-ring-color: rgb(162 28 175 / 0.5); +} +.ring-fuchsia-700\/60{ + --tw-ring-color: rgb(162 28 175 / 0.6); +} +.ring-fuchsia-700\/70{ + --tw-ring-color: rgb(162 28 175 / 0.7); +} +.ring-fuchsia-700\/75{ + --tw-ring-color: rgb(162 28 175 / 0.75); +} +.ring-fuchsia-700\/80{ + --tw-ring-color: rgb(162 28 175 / 0.8); +} +.ring-fuchsia-700\/90{ + --tw-ring-color: rgb(162 28 175 / 0.9); +} +.ring-fuchsia-700\/95{ + --tw-ring-color: rgb(162 28 175 / 0.95); +} +.ring-fuchsia-700\/100{ + --tw-ring-color: rgb(162 28 175 / 1); +} +.ring-fuchsia-800\/0{ + --tw-ring-color: rgb(134 25 143 / 0); +} +.ring-fuchsia-800\/5{ + --tw-ring-color: rgb(134 25 143 / 0.05); +} +.ring-fuchsia-800\/10{ + --tw-ring-color: rgb(134 25 143 / 0.1); +} +.ring-fuchsia-800\/20{ + --tw-ring-color: rgb(134 25 143 / 0.2); +} +.ring-fuchsia-800\/25{ + --tw-ring-color: rgb(134 25 143 / 0.25); +} +.ring-fuchsia-800\/30{ + --tw-ring-color: rgb(134 25 143 / 0.3); +} +.ring-fuchsia-800\/40{ + --tw-ring-color: rgb(134 25 143 / 0.4); +} +.ring-fuchsia-800\/50{ + --tw-ring-color: rgb(134 25 143 / 0.5); +} +.ring-fuchsia-800\/60{ + --tw-ring-color: rgb(134 25 143 / 0.6); +} +.ring-fuchsia-800\/70{ + --tw-ring-color: rgb(134 25 143 / 0.7); +} +.ring-fuchsia-800\/75{ + --tw-ring-color: rgb(134 25 143 / 0.75); +} +.ring-fuchsia-800\/80{ + --tw-ring-color: rgb(134 25 143 / 0.8); +} +.ring-fuchsia-800\/90{ + --tw-ring-color: rgb(134 25 143 / 0.9); +} +.ring-fuchsia-800\/95{ + --tw-ring-color: rgb(134 25 143 / 0.95); +} +.ring-fuchsia-800\/100{ + --tw-ring-color: rgb(134 25 143 / 1); +} +.ring-fuchsia-900\/0{ + --tw-ring-color: rgb(112 26 117 / 0); +} +.ring-fuchsia-900\/5{ + --tw-ring-color: rgb(112 26 117 / 0.05); +} +.ring-fuchsia-900\/10{ + --tw-ring-color: rgb(112 26 117 / 0.1); +} +.ring-fuchsia-900\/20{ + --tw-ring-color: rgb(112 26 117 / 0.2); +} +.ring-fuchsia-900\/25{ + --tw-ring-color: rgb(112 26 117 / 0.25); +} +.ring-fuchsia-900\/30{ + --tw-ring-color: rgb(112 26 117 / 0.3); +} +.ring-fuchsia-900\/40{ + --tw-ring-color: rgb(112 26 117 / 0.4); +} +.ring-fuchsia-900\/50{ + --tw-ring-color: rgb(112 26 117 / 0.5); +} +.ring-fuchsia-900\/60{ + --tw-ring-color: rgb(112 26 117 / 0.6); +} +.ring-fuchsia-900\/70{ + --tw-ring-color: rgb(112 26 117 / 0.7); +} +.ring-fuchsia-900\/75{ + --tw-ring-color: rgb(112 26 117 / 0.75); +} +.ring-fuchsia-900\/80{ + --tw-ring-color: rgb(112 26 117 / 0.8); +} +.ring-fuchsia-900\/90{ + --tw-ring-color: rgb(112 26 117 / 0.9); +} +.ring-fuchsia-900\/95{ + --tw-ring-color: rgb(112 26 117 / 0.95); +} +.ring-fuchsia-900\/100{ + --tw-ring-color: rgb(112 26 117 / 1); +} +.ring-pink-50\/0{ + --tw-ring-color: rgb(253 242 248 / 0); +} +.ring-pink-50\/5{ + --tw-ring-color: rgb(253 242 248 / 0.05); +} +.ring-pink-50\/10{ + --tw-ring-color: rgb(253 242 248 / 0.1); +} +.ring-pink-50\/20{ + --tw-ring-color: rgb(253 242 248 / 0.2); +} +.ring-pink-50\/25{ + --tw-ring-color: rgb(253 242 248 / 0.25); +} +.ring-pink-50\/30{ + --tw-ring-color: rgb(253 242 248 / 0.3); +} +.ring-pink-50\/40{ + --tw-ring-color: rgb(253 242 248 / 0.4); +} +.ring-pink-50\/50{ + --tw-ring-color: rgb(253 242 248 / 0.5); +} +.ring-pink-50\/60{ + --tw-ring-color: rgb(253 242 248 / 0.6); +} +.ring-pink-50\/70{ + --tw-ring-color: rgb(253 242 248 / 0.7); +} +.ring-pink-50\/75{ + --tw-ring-color: rgb(253 242 248 / 0.75); +} +.ring-pink-50\/80{ + --tw-ring-color: rgb(253 242 248 / 0.8); +} +.ring-pink-50\/90{ + --tw-ring-color: rgb(253 242 248 / 0.9); +} +.ring-pink-50\/95{ + --tw-ring-color: rgb(253 242 248 / 0.95); +} +.ring-pink-50\/100{ + --tw-ring-color: rgb(253 242 248 / 1); +} +.ring-pink-100\/0{ + --tw-ring-color: rgb(252 232 243 / 0); +} +.ring-pink-100\/5{ + --tw-ring-color: rgb(252 232 243 / 0.05); +} +.ring-pink-100\/10{ + --tw-ring-color: rgb(252 232 243 / 0.1); +} +.ring-pink-100\/20{ + --tw-ring-color: rgb(252 232 243 / 0.2); +} +.ring-pink-100\/25{ + --tw-ring-color: rgb(252 232 243 / 0.25); +} +.ring-pink-100\/30{ + --tw-ring-color: rgb(252 232 243 / 0.3); +} +.ring-pink-100\/40{ + --tw-ring-color: rgb(252 232 243 / 0.4); +} +.ring-pink-100\/50{ + --tw-ring-color: rgb(252 232 243 / 0.5); +} +.ring-pink-100\/60{ + --tw-ring-color: rgb(252 232 243 / 0.6); +} +.ring-pink-100\/70{ + --tw-ring-color: rgb(252 232 243 / 0.7); +} +.ring-pink-100\/75{ + --tw-ring-color: rgb(252 232 243 / 0.75); +} +.ring-pink-100\/80{ + --tw-ring-color: rgb(252 232 243 / 0.8); +} +.ring-pink-100\/90{ + --tw-ring-color: rgb(252 232 243 / 0.9); +} +.ring-pink-100\/95{ + --tw-ring-color: rgb(252 232 243 / 0.95); +} +.ring-pink-100\/100{ + --tw-ring-color: rgb(252 232 243 / 1); +} +.ring-pink-200\/0{ + --tw-ring-color: rgb(250 209 232 / 0); +} +.ring-pink-200\/5{ + --tw-ring-color: rgb(250 209 232 / 0.05); +} +.ring-pink-200\/10{ + --tw-ring-color: rgb(250 209 232 / 0.1); +} +.ring-pink-200\/20{ + --tw-ring-color: rgb(250 209 232 / 0.2); +} +.ring-pink-200\/25{ + --tw-ring-color: rgb(250 209 232 / 0.25); +} +.ring-pink-200\/30{ + --tw-ring-color: rgb(250 209 232 / 0.3); +} +.ring-pink-200\/40{ + --tw-ring-color: rgb(250 209 232 / 0.4); +} +.ring-pink-200\/50{ + --tw-ring-color: rgb(250 209 232 / 0.5); +} +.ring-pink-200\/60{ + --tw-ring-color: rgb(250 209 232 / 0.6); +} +.ring-pink-200\/70{ + --tw-ring-color: rgb(250 209 232 / 0.7); +} +.ring-pink-200\/75{ + --tw-ring-color: rgb(250 209 232 / 0.75); +} +.ring-pink-200\/80{ + --tw-ring-color: rgb(250 209 232 / 0.8); +} +.ring-pink-200\/90{ + --tw-ring-color: rgb(250 209 232 / 0.9); +} +.ring-pink-200\/95{ + --tw-ring-color: rgb(250 209 232 / 0.95); +} +.ring-pink-200\/100{ + --tw-ring-color: rgb(250 209 232 / 1); +} +.ring-pink-300\/0{ + --tw-ring-color: rgb(248 180 217 / 0); +} +.ring-pink-300\/5{ + --tw-ring-color: rgb(248 180 217 / 0.05); +} +.ring-pink-300\/10{ + --tw-ring-color: rgb(248 180 217 / 0.1); +} +.ring-pink-300\/20{ + --tw-ring-color: rgb(248 180 217 / 0.2); +} +.ring-pink-300\/25{ + --tw-ring-color: rgb(248 180 217 / 0.25); +} +.ring-pink-300\/30{ + --tw-ring-color: rgb(248 180 217 / 0.3); +} +.ring-pink-300\/40{ + --tw-ring-color: rgb(248 180 217 / 0.4); +} +.ring-pink-300\/50{ + --tw-ring-color: rgb(248 180 217 / 0.5); +} +.ring-pink-300\/60{ + --tw-ring-color: rgb(248 180 217 / 0.6); +} +.ring-pink-300\/70{ + --tw-ring-color: rgb(248 180 217 / 0.7); +} +.ring-pink-300\/75{ + --tw-ring-color: rgb(248 180 217 / 0.75); +} +.ring-pink-300\/80{ + --tw-ring-color: rgb(248 180 217 / 0.8); +} +.ring-pink-300\/90{ + --tw-ring-color: rgb(248 180 217 / 0.9); +} +.ring-pink-300\/95{ + --tw-ring-color: rgb(248 180 217 / 0.95); +} +.ring-pink-300\/100{ + --tw-ring-color: rgb(248 180 217 / 1); +} +.ring-pink-400\/0{ + --tw-ring-color: rgb(241 126 184 / 0); +} +.ring-pink-400\/5{ + --tw-ring-color: rgb(241 126 184 / 0.05); +} +.ring-pink-400\/10{ + --tw-ring-color: rgb(241 126 184 / 0.1); +} +.ring-pink-400\/20{ + --tw-ring-color: rgb(241 126 184 / 0.2); +} +.ring-pink-400\/25{ + --tw-ring-color: rgb(241 126 184 / 0.25); +} +.ring-pink-400\/30{ + --tw-ring-color: rgb(241 126 184 / 0.3); +} +.ring-pink-400\/40{ + --tw-ring-color: rgb(241 126 184 / 0.4); +} +.ring-pink-400\/50{ + --tw-ring-color: rgb(241 126 184 / 0.5); +} +.ring-pink-400\/60{ + --tw-ring-color: rgb(241 126 184 / 0.6); +} +.ring-pink-400\/70{ + --tw-ring-color: rgb(241 126 184 / 0.7); +} +.ring-pink-400\/75{ + --tw-ring-color: rgb(241 126 184 / 0.75); +} +.ring-pink-400\/80{ + --tw-ring-color: rgb(241 126 184 / 0.8); +} +.ring-pink-400\/90{ + --tw-ring-color: rgb(241 126 184 / 0.9); +} +.ring-pink-400\/95{ + --tw-ring-color: rgb(241 126 184 / 0.95); +} +.ring-pink-400\/100{ + --tw-ring-color: rgb(241 126 184 / 1); +} +.ring-pink-500\/0{ + --tw-ring-color: rgb(231 70 148 / 0); +} +.ring-pink-500\/5{ + --tw-ring-color: rgb(231 70 148 / 0.05); +} +.ring-pink-500\/10{ + --tw-ring-color: rgb(231 70 148 / 0.1); +} +.ring-pink-500\/20{ + --tw-ring-color: rgb(231 70 148 / 0.2); +} +.ring-pink-500\/25{ + --tw-ring-color: rgb(231 70 148 / 0.25); +} +.ring-pink-500\/30{ + --tw-ring-color: rgb(231 70 148 / 0.3); +} +.ring-pink-500\/40{ + --tw-ring-color: rgb(231 70 148 / 0.4); +} +.ring-pink-500\/50{ + --tw-ring-color: rgb(231 70 148 / 0.5); +} +.ring-pink-500\/60{ + --tw-ring-color: rgb(231 70 148 / 0.6); +} +.ring-pink-500\/70{ + --tw-ring-color: rgb(231 70 148 / 0.7); +} +.ring-pink-500\/75{ + --tw-ring-color: rgb(231 70 148 / 0.75); +} +.ring-pink-500\/80{ + --tw-ring-color: rgb(231 70 148 / 0.8); +} +.ring-pink-500\/90{ + --tw-ring-color: rgb(231 70 148 / 0.9); +} +.ring-pink-500\/95{ + --tw-ring-color: rgb(231 70 148 / 0.95); +} +.ring-pink-500\/100{ + --tw-ring-color: rgb(231 70 148 / 1); +} +.ring-pink-600\/0{ + --tw-ring-color: rgb(214 31 105 / 0); +} +.ring-pink-600\/5{ + --tw-ring-color: rgb(214 31 105 / 0.05); +} +.ring-pink-600\/10{ + --tw-ring-color: rgb(214 31 105 / 0.1); +} +.ring-pink-600\/20{ + --tw-ring-color: rgb(214 31 105 / 0.2); +} +.ring-pink-600\/25{ + --tw-ring-color: rgb(214 31 105 / 0.25); +} +.ring-pink-600\/30{ + --tw-ring-color: rgb(214 31 105 / 0.3); +} +.ring-pink-600\/40{ + --tw-ring-color: rgb(214 31 105 / 0.4); +} +.ring-pink-600\/50{ + --tw-ring-color: rgb(214 31 105 / 0.5); +} +.ring-pink-600\/60{ + --tw-ring-color: rgb(214 31 105 / 0.6); +} +.ring-pink-600\/70{ + --tw-ring-color: rgb(214 31 105 / 0.7); +} +.ring-pink-600\/75{ + --tw-ring-color: rgb(214 31 105 / 0.75); +} +.ring-pink-600\/80{ + --tw-ring-color: rgb(214 31 105 / 0.8); +} +.ring-pink-600\/90{ + --tw-ring-color: rgb(214 31 105 / 0.9); +} +.ring-pink-600\/95{ + --tw-ring-color: rgb(214 31 105 / 0.95); +} +.ring-pink-600\/100{ + --tw-ring-color: rgb(214 31 105 / 1); +} +.ring-pink-700\/0{ + --tw-ring-color: rgb(191 18 93 / 0); +} +.ring-pink-700\/5{ + --tw-ring-color: rgb(191 18 93 / 0.05); +} +.ring-pink-700\/10{ + --tw-ring-color: rgb(191 18 93 / 0.1); +} +.ring-pink-700\/20{ + --tw-ring-color: rgb(191 18 93 / 0.2); +} +.ring-pink-700\/25{ + --tw-ring-color: rgb(191 18 93 / 0.25); +} +.ring-pink-700\/30{ + --tw-ring-color: rgb(191 18 93 / 0.3); +} +.ring-pink-700\/40{ + --tw-ring-color: rgb(191 18 93 / 0.4); +} +.ring-pink-700\/50{ + --tw-ring-color: rgb(191 18 93 / 0.5); +} +.ring-pink-700\/60{ + --tw-ring-color: rgb(191 18 93 / 0.6); +} +.ring-pink-700\/70{ + --tw-ring-color: rgb(191 18 93 / 0.7); +} +.ring-pink-700\/75{ + --tw-ring-color: rgb(191 18 93 / 0.75); +} +.ring-pink-700\/80{ + --tw-ring-color: rgb(191 18 93 / 0.8); +} +.ring-pink-700\/90{ + --tw-ring-color: rgb(191 18 93 / 0.9); +} +.ring-pink-700\/95{ + --tw-ring-color: rgb(191 18 93 / 0.95); +} +.ring-pink-700\/100{ + --tw-ring-color: rgb(191 18 93 / 1); +} +.ring-pink-800\/0{ + --tw-ring-color: rgb(153 21 75 / 0); +} +.ring-pink-800\/5{ + --tw-ring-color: rgb(153 21 75 / 0.05); +} +.ring-pink-800\/10{ + --tw-ring-color: rgb(153 21 75 / 0.1); +} +.ring-pink-800\/20{ + --tw-ring-color: rgb(153 21 75 / 0.2); +} +.ring-pink-800\/25{ + --tw-ring-color: rgb(153 21 75 / 0.25); +} +.ring-pink-800\/30{ + --tw-ring-color: rgb(153 21 75 / 0.3); +} +.ring-pink-800\/40{ + --tw-ring-color: rgb(153 21 75 / 0.4); +} +.ring-pink-800\/50{ + --tw-ring-color: rgb(153 21 75 / 0.5); +} +.ring-pink-800\/60{ + --tw-ring-color: rgb(153 21 75 / 0.6); +} +.ring-pink-800\/70{ + --tw-ring-color: rgb(153 21 75 / 0.7); +} +.ring-pink-800\/75{ + --tw-ring-color: rgb(153 21 75 / 0.75); +} +.ring-pink-800\/80{ + --tw-ring-color: rgb(153 21 75 / 0.8); +} +.ring-pink-800\/90{ + --tw-ring-color: rgb(153 21 75 / 0.9); +} +.ring-pink-800\/95{ + --tw-ring-color: rgb(153 21 75 / 0.95); +} +.ring-pink-800\/100{ + --tw-ring-color: rgb(153 21 75 / 1); +} +.ring-pink-900\/0{ + --tw-ring-color: rgb(117 26 61 / 0); +} +.ring-pink-900\/5{ + --tw-ring-color: rgb(117 26 61 / 0.05); +} +.ring-pink-900\/10{ + --tw-ring-color: rgb(117 26 61 / 0.1); +} +.ring-pink-900\/20{ + --tw-ring-color: rgb(117 26 61 / 0.2); +} +.ring-pink-900\/25{ + --tw-ring-color: rgb(117 26 61 / 0.25); +} +.ring-pink-900\/30{ + --tw-ring-color: rgb(117 26 61 / 0.3); +} +.ring-pink-900\/40{ + --tw-ring-color: rgb(117 26 61 / 0.4); +} +.ring-pink-900\/50{ + --tw-ring-color: rgb(117 26 61 / 0.5); +} +.ring-pink-900\/60{ + --tw-ring-color: rgb(117 26 61 / 0.6); +} +.ring-pink-900\/70{ + --tw-ring-color: rgb(117 26 61 / 0.7); +} +.ring-pink-900\/75{ + --tw-ring-color: rgb(117 26 61 / 0.75); +} +.ring-pink-900\/80{ + --tw-ring-color: rgb(117 26 61 / 0.8); +} +.ring-pink-900\/90{ + --tw-ring-color: rgb(117 26 61 / 0.9); +} +.ring-pink-900\/95{ + --tw-ring-color: rgb(117 26 61 / 0.95); +} +.ring-pink-900\/100{ + --tw-ring-color: rgb(117 26 61 / 1); +} +.ring-rose-50\/0{ + --tw-ring-color: rgb(255 241 242 / 0); +} +.ring-rose-50\/5{ + --tw-ring-color: rgb(255 241 242 / 0.05); +} +.ring-rose-50\/10{ + --tw-ring-color: rgb(255 241 242 / 0.1); +} +.ring-rose-50\/20{ + --tw-ring-color: rgb(255 241 242 / 0.2); +} +.ring-rose-50\/25{ + --tw-ring-color: rgb(255 241 242 / 0.25); +} +.ring-rose-50\/30{ + --tw-ring-color: rgb(255 241 242 / 0.3); +} +.ring-rose-50\/40{ + --tw-ring-color: rgb(255 241 242 / 0.4); +} +.ring-rose-50\/50{ + --tw-ring-color: rgb(255 241 242 / 0.5); +} +.ring-rose-50\/60{ + --tw-ring-color: rgb(255 241 242 / 0.6); +} +.ring-rose-50\/70{ + --tw-ring-color: rgb(255 241 242 / 0.7); +} +.ring-rose-50\/75{ + --tw-ring-color: rgb(255 241 242 / 0.75); +} +.ring-rose-50\/80{ + --tw-ring-color: rgb(255 241 242 / 0.8); +} +.ring-rose-50\/90{ + --tw-ring-color: rgb(255 241 242 / 0.9); +} +.ring-rose-50\/95{ + --tw-ring-color: rgb(255 241 242 / 0.95); +} +.ring-rose-50\/100{ + --tw-ring-color: rgb(255 241 242 / 1); +} +.ring-rose-100\/0{ + --tw-ring-color: rgb(255 228 230 / 0); +} +.ring-rose-100\/5{ + --tw-ring-color: rgb(255 228 230 / 0.05); +} +.ring-rose-100\/10{ + --tw-ring-color: rgb(255 228 230 / 0.1); +} +.ring-rose-100\/20{ + --tw-ring-color: rgb(255 228 230 / 0.2); +} +.ring-rose-100\/25{ + --tw-ring-color: rgb(255 228 230 / 0.25); +} +.ring-rose-100\/30{ + --tw-ring-color: rgb(255 228 230 / 0.3); +} +.ring-rose-100\/40{ + --tw-ring-color: rgb(255 228 230 / 0.4); +} +.ring-rose-100\/50{ + --tw-ring-color: rgb(255 228 230 / 0.5); +} +.ring-rose-100\/60{ + --tw-ring-color: rgb(255 228 230 / 0.6); +} +.ring-rose-100\/70{ + --tw-ring-color: rgb(255 228 230 / 0.7); +} +.ring-rose-100\/75{ + --tw-ring-color: rgb(255 228 230 / 0.75); +} +.ring-rose-100\/80{ + --tw-ring-color: rgb(255 228 230 / 0.8); +} +.ring-rose-100\/90{ + --tw-ring-color: rgb(255 228 230 / 0.9); +} +.ring-rose-100\/95{ + --tw-ring-color: rgb(255 228 230 / 0.95); +} +.ring-rose-100\/100{ + --tw-ring-color: rgb(255 228 230 / 1); +} +.ring-rose-200\/0{ + --tw-ring-color: rgb(254 205 211 / 0); +} +.ring-rose-200\/5{ + --tw-ring-color: rgb(254 205 211 / 0.05); +} +.ring-rose-200\/10{ + --tw-ring-color: rgb(254 205 211 / 0.1); +} +.ring-rose-200\/20{ + --tw-ring-color: rgb(254 205 211 / 0.2); +} +.ring-rose-200\/25{ + --tw-ring-color: rgb(254 205 211 / 0.25); +} +.ring-rose-200\/30{ + --tw-ring-color: rgb(254 205 211 / 0.3); +} +.ring-rose-200\/40{ + --tw-ring-color: rgb(254 205 211 / 0.4); +} +.ring-rose-200\/50{ + --tw-ring-color: rgb(254 205 211 / 0.5); +} +.ring-rose-200\/60{ + --tw-ring-color: rgb(254 205 211 / 0.6); +} +.ring-rose-200\/70{ + --tw-ring-color: rgb(254 205 211 / 0.7); +} +.ring-rose-200\/75{ + --tw-ring-color: rgb(254 205 211 / 0.75); +} +.ring-rose-200\/80{ + --tw-ring-color: rgb(254 205 211 / 0.8); +} +.ring-rose-200\/90{ + --tw-ring-color: rgb(254 205 211 / 0.9); +} +.ring-rose-200\/95{ + --tw-ring-color: rgb(254 205 211 / 0.95); +} +.ring-rose-200\/100{ + --tw-ring-color: rgb(254 205 211 / 1); +} +.ring-rose-300\/0{ + --tw-ring-color: rgb(253 164 175 / 0); +} +.ring-rose-300\/5{ + --tw-ring-color: rgb(253 164 175 / 0.05); +} +.ring-rose-300\/10{ + --tw-ring-color: rgb(253 164 175 / 0.1); +} +.ring-rose-300\/20{ + --tw-ring-color: rgb(253 164 175 / 0.2); +} +.ring-rose-300\/25{ + --tw-ring-color: rgb(253 164 175 / 0.25); +} +.ring-rose-300\/30{ + --tw-ring-color: rgb(253 164 175 / 0.3); +} +.ring-rose-300\/40{ + --tw-ring-color: rgb(253 164 175 / 0.4); +} +.ring-rose-300\/50{ + --tw-ring-color: rgb(253 164 175 / 0.5); +} +.ring-rose-300\/60{ + --tw-ring-color: rgb(253 164 175 / 0.6); +} +.ring-rose-300\/70{ + --tw-ring-color: rgb(253 164 175 / 0.7); +} +.ring-rose-300\/75{ + --tw-ring-color: rgb(253 164 175 / 0.75); +} +.ring-rose-300\/80{ + --tw-ring-color: rgb(253 164 175 / 0.8); +} +.ring-rose-300\/90{ + --tw-ring-color: rgb(253 164 175 / 0.9); +} +.ring-rose-300\/95{ + --tw-ring-color: rgb(253 164 175 / 0.95); +} +.ring-rose-300\/100{ + --tw-ring-color: rgb(253 164 175 / 1); +} +.ring-rose-400\/0{ + --tw-ring-color: rgb(251 113 133 / 0); +} +.ring-rose-400\/5{ + --tw-ring-color: rgb(251 113 133 / 0.05); +} +.ring-rose-400\/10{ + --tw-ring-color: rgb(251 113 133 / 0.1); +} +.ring-rose-400\/20{ + --tw-ring-color: rgb(251 113 133 / 0.2); +} +.ring-rose-400\/25{ + --tw-ring-color: rgb(251 113 133 / 0.25); +} +.ring-rose-400\/30{ + --tw-ring-color: rgb(251 113 133 / 0.3); +} +.ring-rose-400\/40{ + --tw-ring-color: rgb(251 113 133 / 0.4); +} +.ring-rose-400\/50{ + --tw-ring-color: rgb(251 113 133 / 0.5); +} +.ring-rose-400\/60{ + --tw-ring-color: rgb(251 113 133 / 0.6); +} +.ring-rose-400\/70{ + --tw-ring-color: rgb(251 113 133 / 0.7); +} +.ring-rose-400\/75{ + --tw-ring-color: rgb(251 113 133 / 0.75); +} +.ring-rose-400\/80{ + --tw-ring-color: rgb(251 113 133 / 0.8); +} +.ring-rose-400\/90{ + --tw-ring-color: rgb(251 113 133 / 0.9); +} +.ring-rose-400\/95{ + --tw-ring-color: rgb(251 113 133 / 0.95); +} +.ring-rose-400\/100{ + --tw-ring-color: rgb(251 113 133 / 1); +} +.ring-rose-500\/0{ + --tw-ring-color: rgb(244 63 94 / 0); +} +.ring-rose-500\/5{ + --tw-ring-color: rgb(244 63 94 / 0.05); +} +.ring-rose-500\/10{ + --tw-ring-color: rgb(244 63 94 / 0.1); +} +.ring-rose-500\/20{ + --tw-ring-color: rgb(244 63 94 / 0.2); +} +.ring-rose-500\/25{ + --tw-ring-color: rgb(244 63 94 / 0.25); +} +.ring-rose-500\/30{ + --tw-ring-color: rgb(244 63 94 / 0.3); +} +.ring-rose-500\/40{ + --tw-ring-color: rgb(244 63 94 / 0.4); +} +.ring-rose-500\/50{ + --tw-ring-color: rgb(244 63 94 / 0.5); +} +.ring-rose-500\/60{ + --tw-ring-color: rgb(244 63 94 / 0.6); +} +.ring-rose-500\/70{ + --tw-ring-color: rgb(244 63 94 / 0.7); +} +.ring-rose-500\/75{ + --tw-ring-color: rgb(244 63 94 / 0.75); +} +.ring-rose-500\/80{ + --tw-ring-color: rgb(244 63 94 / 0.8); +} +.ring-rose-500\/90{ + --tw-ring-color: rgb(244 63 94 / 0.9); +} +.ring-rose-500\/95{ + --tw-ring-color: rgb(244 63 94 / 0.95); +} +.ring-rose-500\/100{ + --tw-ring-color: rgb(244 63 94 / 1); +} +.ring-rose-600\/0{ + --tw-ring-color: rgb(225 29 72 / 0); +} +.ring-rose-600\/5{ + --tw-ring-color: rgb(225 29 72 / 0.05); +} +.ring-rose-600\/10{ + --tw-ring-color: rgb(225 29 72 / 0.1); +} +.ring-rose-600\/20{ + --tw-ring-color: rgb(225 29 72 / 0.2); +} +.ring-rose-600\/25{ + --tw-ring-color: rgb(225 29 72 / 0.25); +} +.ring-rose-600\/30{ + --tw-ring-color: rgb(225 29 72 / 0.3); +} +.ring-rose-600\/40{ + --tw-ring-color: rgb(225 29 72 / 0.4); +} +.ring-rose-600\/50{ + --tw-ring-color: rgb(225 29 72 / 0.5); +} +.ring-rose-600\/60{ + --tw-ring-color: rgb(225 29 72 / 0.6); +} +.ring-rose-600\/70{ + --tw-ring-color: rgb(225 29 72 / 0.7); +} +.ring-rose-600\/75{ + --tw-ring-color: rgb(225 29 72 / 0.75); +} +.ring-rose-600\/80{ + --tw-ring-color: rgb(225 29 72 / 0.8); +} +.ring-rose-600\/90{ + --tw-ring-color: rgb(225 29 72 / 0.9); +} +.ring-rose-600\/95{ + --tw-ring-color: rgb(225 29 72 / 0.95); +} +.ring-rose-600\/100{ + --tw-ring-color: rgb(225 29 72 / 1); +} +.ring-rose-700\/0{ + --tw-ring-color: rgb(190 18 60 / 0); +} +.ring-rose-700\/5{ + --tw-ring-color: rgb(190 18 60 / 0.05); +} +.ring-rose-700\/10{ + --tw-ring-color: rgb(190 18 60 / 0.1); +} +.ring-rose-700\/20{ + --tw-ring-color: rgb(190 18 60 / 0.2); +} +.ring-rose-700\/25{ + --tw-ring-color: rgb(190 18 60 / 0.25); +} +.ring-rose-700\/30{ + --tw-ring-color: rgb(190 18 60 / 0.3); +} +.ring-rose-700\/40{ + --tw-ring-color: rgb(190 18 60 / 0.4); +} +.ring-rose-700\/50{ + --tw-ring-color: rgb(190 18 60 / 0.5); +} +.ring-rose-700\/60{ + --tw-ring-color: rgb(190 18 60 / 0.6); +} +.ring-rose-700\/70{ + --tw-ring-color: rgb(190 18 60 / 0.7); +} +.ring-rose-700\/75{ + --tw-ring-color: rgb(190 18 60 / 0.75); +} +.ring-rose-700\/80{ + --tw-ring-color: rgb(190 18 60 / 0.8); +} +.ring-rose-700\/90{ + --tw-ring-color: rgb(190 18 60 / 0.9); +} +.ring-rose-700\/95{ + --tw-ring-color: rgb(190 18 60 / 0.95); +} +.ring-rose-700\/100{ + --tw-ring-color: rgb(190 18 60 / 1); +} +.ring-rose-800\/0{ + --tw-ring-color: rgb(159 18 57 / 0); +} +.ring-rose-800\/5{ + --tw-ring-color: rgb(159 18 57 / 0.05); +} +.ring-rose-800\/10{ + --tw-ring-color: rgb(159 18 57 / 0.1); +} +.ring-rose-800\/20{ + --tw-ring-color: rgb(159 18 57 / 0.2); +} +.ring-rose-800\/25{ + --tw-ring-color: rgb(159 18 57 / 0.25); +} +.ring-rose-800\/30{ + --tw-ring-color: rgb(159 18 57 / 0.3); +} +.ring-rose-800\/40{ + --tw-ring-color: rgb(159 18 57 / 0.4); +} +.ring-rose-800\/50{ + --tw-ring-color: rgb(159 18 57 / 0.5); +} +.ring-rose-800\/60{ + --tw-ring-color: rgb(159 18 57 / 0.6); +} +.ring-rose-800\/70{ + --tw-ring-color: rgb(159 18 57 / 0.7); +} +.ring-rose-800\/75{ + --tw-ring-color: rgb(159 18 57 / 0.75); +} +.ring-rose-800\/80{ + --tw-ring-color: rgb(159 18 57 / 0.8); +} +.ring-rose-800\/90{ + --tw-ring-color: rgb(159 18 57 / 0.9); +} +.ring-rose-800\/95{ + --tw-ring-color: rgb(159 18 57 / 0.95); +} +.ring-rose-800\/100{ + --tw-ring-color: rgb(159 18 57 / 1); +} +.ring-rose-900\/0{ + --tw-ring-color: rgb(136 19 55 / 0); +} +.ring-rose-900\/5{ + --tw-ring-color: rgb(136 19 55 / 0.05); +} +.ring-rose-900\/10{ + --tw-ring-color: rgb(136 19 55 / 0.1); +} +.ring-rose-900\/20{ + --tw-ring-color: rgb(136 19 55 / 0.2); +} +.ring-rose-900\/25{ + --tw-ring-color: rgb(136 19 55 / 0.25); +} +.ring-rose-900\/30{ + --tw-ring-color: rgb(136 19 55 / 0.3); +} +.ring-rose-900\/40{ + --tw-ring-color: rgb(136 19 55 / 0.4); +} +.ring-rose-900\/50{ + --tw-ring-color: rgb(136 19 55 / 0.5); +} +.ring-rose-900\/60{ + --tw-ring-color: rgb(136 19 55 / 0.6); +} +.ring-rose-900\/70{ + --tw-ring-color: rgb(136 19 55 / 0.7); +} +.ring-rose-900\/75{ + --tw-ring-color: rgb(136 19 55 / 0.75); +} +.ring-rose-900\/80{ + --tw-ring-color: rgb(136 19 55 / 0.8); +} +.ring-rose-900\/90{ + --tw-ring-color: rgb(136 19 55 / 0.9); +} +.ring-rose-900\/95{ + --tw-ring-color: rgb(136 19 55 / 0.95); +} +.ring-rose-900\/100{ + --tw-ring-color: rgb(136 19 55 / 1); +} +.ring-rose\/0{ + --tw-ring-color: rgb(244 63 94 / 0); +} +.ring-rose\/5{ + --tw-ring-color: rgb(244 63 94 / 0.05); +} +.ring-rose\/10{ + --tw-ring-color: rgb(244 63 94 / 0.1); +} +.ring-rose\/20{ + --tw-ring-color: rgb(244 63 94 / 0.2); +} +.ring-rose\/25{ + --tw-ring-color: rgb(244 63 94 / 0.25); +} +.ring-rose\/30{ + --tw-ring-color: rgb(244 63 94 / 0.3); +} +.ring-rose\/40{ + --tw-ring-color: rgb(244 63 94 / 0.4); +} +.ring-rose\/50{ + --tw-ring-color: rgb(244 63 94 / 0.5); +} +.ring-rose\/60{ + --tw-ring-color: rgb(244 63 94 / 0.6); +} +.ring-rose\/70{ + --tw-ring-color: rgb(244 63 94 / 0.7); +} +.ring-rose\/75{ + --tw-ring-color: rgb(244 63 94 / 0.75); +} +.ring-rose\/80{ + --tw-ring-color: rgb(244 63 94 / 0.8); +} +.ring-rose\/90{ + --tw-ring-color: rgb(244 63 94 / 0.9); +} +.ring-rose\/95{ + --tw-ring-color: rgb(244 63 94 / 0.95); +} +.ring-rose\/100{ + --tw-ring-color: rgb(244 63 94 / 1); +} +.ring-lilac-100\/0{ + --tw-ring-color: rgb(245 247 250 / 0); +} +.ring-lilac-100\/5{ + --tw-ring-color: rgb(245 247 250 / 0.05); +} +.ring-lilac-100\/10{ + --tw-ring-color: rgb(245 247 250 / 0.1); +} +.ring-lilac-100\/20{ + --tw-ring-color: rgb(245 247 250 / 0.2); +} +.ring-lilac-100\/25{ + --tw-ring-color: rgb(245 247 250 / 0.25); +} +.ring-lilac-100\/30{ + --tw-ring-color: rgb(245 247 250 / 0.3); +} +.ring-lilac-100\/40{ + --tw-ring-color: rgb(245 247 250 / 0.4); +} +.ring-lilac-100\/50{ + --tw-ring-color: rgb(245 247 250 / 0.5); +} +.ring-lilac-100\/60{ + --tw-ring-color: rgb(245 247 250 / 0.6); +} +.ring-lilac-100\/70{ + --tw-ring-color: rgb(245 247 250 / 0.7); +} +.ring-lilac-100\/75{ + --tw-ring-color: rgb(245 247 250 / 0.75); +} +.ring-lilac-100\/80{ + --tw-ring-color: rgb(245 247 250 / 0.8); +} +.ring-lilac-100\/90{ + --tw-ring-color: rgb(245 247 250 / 0.9); +} +.ring-lilac-100\/95{ + --tw-ring-color: rgb(245 247 250 / 0.95); +} +.ring-lilac-100\/100{ + --tw-ring-color: rgb(245 247 250 / 1); +} +.ring-lilac-300\/0{ + --tw-ring-color: rgb(237 240 252 / 0); +} +.ring-lilac-300\/5{ + --tw-ring-color: rgb(237 240 252 / 0.05); +} +.ring-lilac-300\/10{ + --tw-ring-color: rgb(237 240 252 / 0.1); +} +.ring-lilac-300\/20{ + --tw-ring-color: rgb(237 240 252 / 0.2); +} +.ring-lilac-300\/25{ + --tw-ring-color: rgb(237 240 252 / 0.25); +} +.ring-lilac-300\/30{ + --tw-ring-color: rgb(237 240 252 / 0.3); +} +.ring-lilac-300\/40{ + --tw-ring-color: rgb(237 240 252 / 0.4); +} +.ring-lilac-300\/50{ + --tw-ring-color: rgb(237 240 252 / 0.5); +} +.ring-lilac-300\/60{ + --tw-ring-color: rgb(237 240 252 / 0.6); +} +.ring-lilac-300\/70{ + --tw-ring-color: rgb(237 240 252 / 0.7); +} +.ring-lilac-300\/75{ + --tw-ring-color: rgb(237 240 252 / 0.75); +} +.ring-lilac-300\/80{ + --tw-ring-color: rgb(237 240 252 / 0.8); +} +.ring-lilac-300\/90{ + --tw-ring-color: rgb(237 240 252 / 0.9); +} +.ring-lilac-300\/95{ + --tw-ring-color: rgb(237 240 252 / 0.95); +} +.ring-lilac-300\/100{ + --tw-ring-color: rgb(237 240 252 / 1); +} +.ring-lilac-900\/0{ + --tw-ring-color: rgb(220 226 249 / 0); +} +.ring-lilac-900\/5{ + --tw-ring-color: rgb(220 226 249 / 0.05); +} +.ring-lilac-900\/10{ + --tw-ring-color: rgb(220 226 249 / 0.1); +} +.ring-lilac-900\/20{ + --tw-ring-color: rgb(220 226 249 / 0.2); +} +.ring-lilac-900\/25{ + --tw-ring-color: rgb(220 226 249 / 0.25); +} +.ring-lilac-900\/30{ + --tw-ring-color: rgb(220 226 249 / 0.3); +} +.ring-lilac-900\/40{ + --tw-ring-color: rgb(220 226 249 / 0.4); +} +.ring-lilac-900\/50{ + --tw-ring-color: rgb(220 226 249 / 0.5); +} +.ring-lilac-900\/60{ + --tw-ring-color: rgb(220 226 249 / 0.6); +} +.ring-lilac-900\/70{ + --tw-ring-color: rgb(220 226 249 / 0.7); +} +.ring-lilac-900\/75{ + --tw-ring-color: rgb(220 226 249 / 0.75); +} +.ring-lilac-900\/80{ + --tw-ring-color: rgb(220 226 249 / 0.8); +} +.ring-lilac-900\/90{ + --tw-ring-color: rgb(220 226 249 / 0.9); +} +.ring-lilac-900\/95{ + --tw-ring-color: rgb(220 226 249 / 0.95); +} +.ring-lilac-900\/100{ + --tw-ring-color: rgb(220 226 249 / 1); +} +.ring-lilac\/0{ + --tw-ring-color: rgb(248 249 254 / 0); +} +.ring-lilac\/5{ + --tw-ring-color: rgb(248 249 254 / 0.05); +} +.ring-lilac\/10{ + --tw-ring-color: rgb(248 249 254 / 0.1); +} +.ring-lilac\/20{ + --tw-ring-color: rgb(248 249 254 / 0.2); +} +.ring-lilac\/25{ + --tw-ring-color: rgb(248 249 254 / 0.25); +} +.ring-lilac\/30{ + --tw-ring-color: rgb(248 249 254 / 0.3); +} +.ring-lilac\/40{ + --tw-ring-color: rgb(248 249 254 / 0.4); +} +.ring-lilac\/50{ + --tw-ring-color: rgb(248 249 254 / 0.5); +} +.ring-lilac\/60{ + --tw-ring-color: rgb(248 249 254 / 0.6); +} +.ring-lilac\/70{ + --tw-ring-color: rgb(248 249 254 / 0.7); +} +.ring-lilac\/75{ + --tw-ring-color: rgb(248 249 254 / 0.75); +} +.ring-lilac\/80{ + --tw-ring-color: rgb(248 249 254 / 0.8); +} +.ring-lilac\/90{ + --tw-ring-color: rgb(248 249 254 / 0.9); +} +.ring-lilac\/95{ + --tw-ring-color: rgb(248 249 254 / 0.95); +} +.ring-lilac\/100{ + --tw-ring-color: rgb(248 249 254 / 1); +} +.ring-golden-900\/0{ + --tw-ring-color: rgb(191 184 130 / 0); +} +.ring-golden-900\/5{ + --tw-ring-color: rgb(191 184 130 / 0.05); +} +.ring-golden-900\/10{ + --tw-ring-color: rgb(191 184 130 / 0.1); +} +.ring-golden-900\/20{ + --tw-ring-color: rgb(191 184 130 / 0.2); +} +.ring-golden-900\/25{ + --tw-ring-color: rgb(191 184 130 / 0.25); +} +.ring-golden-900\/30{ + --tw-ring-color: rgb(191 184 130 / 0.3); +} +.ring-golden-900\/40{ + --tw-ring-color: rgb(191 184 130 / 0.4); +} +.ring-golden-900\/50{ + --tw-ring-color: rgb(191 184 130 / 0.5); +} +.ring-golden-900\/60{ + --tw-ring-color: rgb(191 184 130 / 0.6); +} +.ring-golden-900\/70{ + --tw-ring-color: rgb(191 184 130 / 0.7); +} +.ring-golden-900\/75{ + --tw-ring-color: rgb(191 184 130 / 0.75); +} +.ring-golden-900\/80{ + --tw-ring-color: rgb(191 184 130 / 0.8); +} +.ring-golden-900\/90{ + --tw-ring-color: rgb(191 184 130 / 0.9); +} +.ring-golden-900\/95{ + --tw-ring-color: rgb(191 184 130 / 0.95); +} +.ring-golden-900\/100{ + --tw-ring-color: rgb(191 184 130 / 1); +} +.ring-golden\/0{ + --tw-ring-color: rgb(209 201 137 / 0); +} +.ring-golden\/5{ + --tw-ring-color: rgb(209 201 137 / 0.05); +} +.ring-golden\/10{ + --tw-ring-color: rgb(209 201 137 / 0.1); +} +.ring-golden\/20{ + --tw-ring-color: rgb(209 201 137 / 0.2); +} +.ring-golden\/25{ + --tw-ring-color: rgb(209 201 137 / 0.25); +} +.ring-golden\/30{ + --tw-ring-color: rgb(209 201 137 / 0.3); +} +.ring-golden\/40{ + --tw-ring-color: rgb(209 201 137 / 0.4); +} +.ring-golden\/50{ + --tw-ring-color: rgb(209 201 137 / 0.5); +} +.ring-golden\/60{ + --tw-ring-color: rgb(209 201 137 / 0.6); +} +.ring-golden\/70{ + --tw-ring-color: rgb(209 201 137 / 0.7); +} +.ring-golden\/75{ + --tw-ring-color: rgb(209 201 137 / 0.75); +} +.ring-golden\/80{ + --tw-ring-color: rgb(209 201 137 / 0.8); +} +.ring-golden\/90{ + --tw-ring-color: rgb(209 201 137 / 0.9); +} +.ring-golden\/95{ + --tw-ring-color: rgb(209 201 137 / 0.95); +} +.ring-golden\/100{ + --tw-ring-color: rgb(209 201 137 / 1); +} +.ring-status-success\/0{ + --tw-ring-color: rgb(241 246 238 / 0); +} +.ring-status-success\/5{ + --tw-ring-color: rgb(241 246 238 / 0.05); +} +.ring-status-success\/10{ + --tw-ring-color: rgb(241 246 238 / 0.1); +} +.ring-status-success\/20{ + --tw-ring-color: rgb(241 246 238 / 0.2); +} +.ring-status-success\/25{ + --tw-ring-color: rgb(241 246 238 / 0.25); +} +.ring-status-success\/30{ + --tw-ring-color: rgb(241 246 238 / 0.3); +} +.ring-status-success\/40{ + --tw-ring-color: rgb(241 246 238 / 0.4); +} +.ring-status-success\/50{ + --tw-ring-color: rgb(241 246 238 / 0.5); +} +.ring-status-success\/60{ + --tw-ring-color: rgb(241 246 238 / 0.6); +} +.ring-status-success\/70{ + --tw-ring-color: rgb(241 246 238 / 0.7); +} +.ring-status-success\/75{ + --tw-ring-color: rgb(241 246 238 / 0.75); +} +.ring-status-success\/80{ + --tw-ring-color: rgb(241 246 238 / 0.8); +} +.ring-status-success\/90{ + --tw-ring-color: rgb(241 246 238 / 0.9); +} +.ring-status-success\/95{ + --tw-ring-color: rgb(241 246 238 / 0.95); +} +.ring-status-success\/100{ + --tw-ring-color: rgb(241 246 238 / 1); +} +.ring-status-danger\/0{ + --tw-ring-color: rgb(250 230 230 / 0); +} +.ring-status-danger\/5{ + --tw-ring-color: rgb(250 230 230 / 0.05); +} +.ring-status-danger\/10{ + --tw-ring-color: rgb(250 230 230 / 0.1); +} +.ring-status-danger\/20{ + --tw-ring-color: rgb(250 230 230 / 0.2); +} +.ring-status-danger\/25{ + --tw-ring-color: rgb(250 230 230 / 0.25); +} +.ring-status-danger\/30{ + --tw-ring-color: rgb(250 230 230 / 0.3); +} +.ring-status-danger\/40{ + --tw-ring-color: rgb(250 230 230 / 0.4); +} +.ring-status-danger\/50{ + --tw-ring-color: rgb(250 230 230 / 0.5); +} +.ring-status-danger\/60{ + --tw-ring-color: rgb(250 230 230 / 0.6); +} +.ring-status-danger\/70{ + --tw-ring-color: rgb(250 230 230 / 0.7); +} +.ring-status-danger\/75{ + --tw-ring-color: rgb(250 230 230 / 0.75); +} +.ring-status-danger\/80{ + --tw-ring-color: rgb(250 230 230 / 0.8); +} +.ring-status-danger\/90{ + --tw-ring-color: rgb(250 230 230 / 0.9); +} +.ring-status-danger\/95{ + --tw-ring-color: rgb(250 230 230 / 0.95); +} +.ring-status-danger\/100{ + --tw-ring-color: rgb(250 230 230 / 1); +} +.ring-status-sent\/0{ + --tw-ring-color: rgb(254 245 231 / 0); +} +.ring-status-sent\/5{ + --tw-ring-color: rgb(254 245 231 / 0.05); +} +.ring-status-sent\/10{ + --tw-ring-color: rgb(254 245 231 / 0.1); +} +.ring-status-sent\/20{ + --tw-ring-color: rgb(254 245 231 / 0.2); +} +.ring-status-sent\/25{ + --tw-ring-color: rgb(254 245 231 / 0.25); +} +.ring-status-sent\/30{ + --tw-ring-color: rgb(254 245 231 / 0.3); +} +.ring-status-sent\/40{ + --tw-ring-color: rgb(254 245 231 / 0.4); +} +.ring-status-sent\/50{ + --tw-ring-color: rgb(254 245 231 / 0.5); +} +.ring-status-sent\/60{ + --tw-ring-color: rgb(254 245 231 / 0.6); +} +.ring-status-sent\/70{ + --tw-ring-color: rgb(254 245 231 / 0.7); +} +.ring-status-sent\/75{ + --tw-ring-color: rgb(254 245 231 / 0.75); +} +.ring-status-sent\/80{ + --tw-ring-color: rgb(254 245 231 / 0.8); +} +.ring-status-sent\/90{ + --tw-ring-color: rgb(254 245 231 / 0.9); +} +.ring-status-sent\/95{ + --tw-ring-color: rgb(254 245 231 / 0.95); +} +.ring-status-sent\/100{ + --tw-ring-color: rgb(254 245 231 / 1); +} +.ring-status-viewed\/0{ + --tw-ring-color: rgb(238 238 243 / 0); +} +.ring-status-viewed\/5{ + --tw-ring-color: rgb(238 238 243 / 0.05); +} +.ring-status-viewed\/10{ + --tw-ring-color: rgb(238 238 243 / 0.1); +} +.ring-status-viewed\/20{ + --tw-ring-color: rgb(238 238 243 / 0.2); +} +.ring-status-viewed\/25{ + --tw-ring-color: rgb(238 238 243 / 0.25); +} +.ring-status-viewed\/30{ + --tw-ring-color: rgb(238 238 243 / 0.3); +} +.ring-status-viewed\/40{ + --tw-ring-color: rgb(238 238 243 / 0.4); +} +.ring-status-viewed\/50{ + --tw-ring-color: rgb(238 238 243 / 0.5); +} +.ring-status-viewed\/60{ + --tw-ring-color: rgb(238 238 243 / 0.6); +} +.ring-status-viewed\/70{ + --tw-ring-color: rgb(238 238 243 / 0.7); +} +.ring-status-viewed\/75{ + --tw-ring-color: rgb(238 238 243 / 0.75); +} +.ring-status-viewed\/80{ + --tw-ring-color: rgb(238 238 243 / 0.8); +} +.ring-status-viewed\/90{ + --tw-ring-color: rgb(238 238 243 / 0.9); +} +.ring-status-viewed\/95{ + --tw-ring-color: rgb(238 238 243 / 0.95); +} +.ring-status-viewed\/100{ + --tw-ring-color: rgb(238 238 243 / 1); +} +.ring-status-draft\/0{ + --tw-ring-color: rgb(236 236 236 / 0); +} +.ring-status-draft\/5{ + --tw-ring-color: rgb(236 236 236 / 0.05); +} +.ring-status-draft\/10{ + --tw-ring-color: rgb(236 236 236 / 0.1); +} +.ring-status-draft\/20{ + --tw-ring-color: rgb(236 236 236 / 0.2); +} +.ring-status-draft\/25{ + --tw-ring-color: rgb(236 236 236 / 0.25); +} +.ring-status-draft\/30{ + --tw-ring-color: rgb(236 236 236 / 0.3); +} +.ring-status-draft\/40{ + --tw-ring-color: rgb(236 236 236 / 0.4); +} +.ring-status-draft\/50{ + --tw-ring-color: rgb(236 236 236 / 0.5); +} +.ring-status-draft\/60{ + --tw-ring-color: rgb(236 236 236 / 0.6); +} +.ring-status-draft\/70{ + --tw-ring-color: rgb(236 236 236 / 0.7); +} +.ring-status-draft\/75{ + --tw-ring-color: rgb(236 236 236 / 0.75); +} +.ring-status-draft\/80{ + --tw-ring-color: rgb(236 236 236 / 0.8); +} +.ring-status-draft\/90{ + --tw-ring-color: rgb(236 236 236 / 0.9); +} +.ring-status-draft\/95{ + --tw-ring-color: rgb(236 236 236 / 0.95); +} +.ring-status-draft\/100{ + --tw-ring-color: rgb(236 236 236 / 1); +} +.ring-status-partial\/0{ + --tw-ring-color: rgb(230 241 246 / 0); +} +.ring-status-partial\/5{ + --tw-ring-color: rgb(230 241 246 / 0.05); +} +.ring-status-partial\/10{ + --tw-ring-color: rgb(230 241 246 / 0.1); +} +.ring-status-partial\/20{ + --tw-ring-color: rgb(230 241 246 / 0.2); +} +.ring-status-partial\/25{ + --tw-ring-color: rgb(230 241 246 / 0.25); +} +.ring-status-partial\/30{ + --tw-ring-color: rgb(230 241 246 / 0.3); +} +.ring-status-partial\/40{ + --tw-ring-color: rgb(230 241 246 / 0.4); +} +.ring-status-partial\/50{ + --tw-ring-color: rgb(230 241 246 / 0.5); +} +.ring-status-partial\/60{ + --tw-ring-color: rgb(230 241 246 / 0.6); +} +.ring-status-partial\/70{ + --tw-ring-color: rgb(230 241 246 / 0.7); +} +.ring-status-partial\/75{ + --tw-ring-color: rgb(230 241 246 / 0.75); +} +.ring-status-partial\/80{ + --tw-ring-color: rgb(230 241 246 / 0.8); +} +.ring-status-partial\/90{ + --tw-ring-color: rgb(230 241 246 / 0.9); +} +.ring-status-partial\/95{ + --tw-ring-color: rgb(230 241 246 / 0.95); +} +.ring-status-partial\/100{ + --tw-ring-color: rgb(230 241 246 / 1); +} +.ring-status-canceled\/0{ + --tw-ring-color: rgb(40 40 40 / 0); +} +.ring-status-canceled\/5{ + --tw-ring-color: rgb(40 40 40 / 0.05); +} +.ring-status-canceled\/10{ + --tw-ring-color: rgb(40 40 40 / 0.1); +} +.ring-status-canceled\/20{ + --tw-ring-color: rgb(40 40 40 / 0.2); +} +.ring-status-canceled\/25{ + --tw-ring-color: rgb(40 40 40 / 0.25); +} +.ring-status-canceled\/30{ + --tw-ring-color: rgb(40 40 40 / 0.3); +} +.ring-status-canceled\/40{ + --tw-ring-color: rgb(40 40 40 / 0.4); +} +.ring-status-canceled\/50{ + --tw-ring-color: rgb(40 40 40 / 0.5); +} +.ring-status-canceled\/60{ + --tw-ring-color: rgb(40 40 40 / 0.6); +} +.ring-status-canceled\/70{ + --tw-ring-color: rgb(40 40 40 / 0.7); +} +.ring-status-canceled\/75{ + --tw-ring-color: rgb(40 40 40 / 0.75); +} +.ring-status-canceled\/80{ + --tw-ring-color: rgb(40 40 40 / 0.8); +} +.ring-status-canceled\/90{ + --tw-ring-color: rgb(40 40 40 / 0.9); +} +.ring-status-canceled\/95{ + --tw-ring-color: rgb(40 40 40 / 0.95); +} +.ring-status-canceled\/100{ + --tw-ring-color: rgb(40 40 40 / 1); +} +.ring-status-warning\/0{ + --tw-ring-color: rgb(254 245 231 / 0); +} +.ring-status-warning\/5{ + --tw-ring-color: rgb(254 245 231 / 0.05); +} +.ring-status-warning\/10{ + --tw-ring-color: rgb(254 245 231 / 0.1); +} +.ring-status-warning\/20{ + --tw-ring-color: rgb(254 245 231 / 0.2); +} +.ring-status-warning\/25{ + --tw-ring-color: rgb(254 245 231 / 0.25); +} +.ring-status-warning\/30{ + --tw-ring-color: rgb(254 245 231 / 0.3); +} +.ring-status-warning\/40{ + --tw-ring-color: rgb(254 245 231 / 0.4); +} +.ring-status-warning\/50{ + --tw-ring-color: rgb(254 245 231 / 0.5); +} +.ring-status-warning\/60{ + --tw-ring-color: rgb(254 245 231 / 0.6); +} +.ring-status-warning\/70{ + --tw-ring-color: rgb(254 245 231 / 0.7); +} +.ring-status-warning\/75{ + --tw-ring-color: rgb(254 245 231 / 0.75); +} +.ring-status-warning\/80{ + --tw-ring-color: rgb(254 245 231 / 0.8); +} +.ring-status-warning\/90{ + --tw-ring-color: rgb(254 245 231 / 0.9); +} +.ring-status-warning\/95{ + --tw-ring-color: rgb(254 245 231 / 0.95); +} +.ring-status-warning\/100{ + --tw-ring-color: rgb(254 245 231 / 1); +} +.ring-text-status-success\/0{ + --tw-ring-color: rgb(99 145 74 / 0); +} +.ring-text-status-success\/5{ + --tw-ring-color: rgb(99 145 74 / 0.05); +} +.ring-text-status-success\/10{ + --tw-ring-color: rgb(99 145 74 / 0.1); +} +.ring-text-status-success\/20{ + --tw-ring-color: rgb(99 145 74 / 0.2); +} +.ring-text-status-success\/25{ + --tw-ring-color: rgb(99 145 74 / 0.25); +} +.ring-text-status-success\/30{ + --tw-ring-color: rgb(99 145 74 / 0.3); +} +.ring-text-status-success\/40{ + --tw-ring-color: rgb(99 145 74 / 0.4); +} +.ring-text-status-success\/50{ + --tw-ring-color: rgb(99 145 74 / 0.5); +} +.ring-text-status-success\/60{ + --tw-ring-color: rgb(99 145 74 / 0.6); +} +.ring-text-status-success\/70{ + --tw-ring-color: rgb(99 145 74 / 0.7); +} +.ring-text-status-success\/75{ + --tw-ring-color: rgb(99 145 74 / 0.75); +} +.ring-text-status-success\/80{ + --tw-ring-color: rgb(99 145 74 / 0.8); +} +.ring-text-status-success\/90{ + --tw-ring-color: rgb(99 145 74 / 0.9); +} +.ring-text-status-success\/95{ + --tw-ring-color: rgb(99 145 74 / 0.95); +} +.ring-text-status-success\/100{ + --tw-ring-color: rgb(99 145 74 / 1); +} +.ring-text-status-danger\/0{ + --tw-ring-color: rgb(184 0 0 / 0); +} +.ring-text-status-danger\/5{ + --tw-ring-color: rgb(184 0 0 / 0.05); +} +.ring-text-status-danger\/10{ + --tw-ring-color: rgb(184 0 0 / 0.1); +} +.ring-text-status-danger\/20{ + --tw-ring-color: rgb(184 0 0 / 0.2); +} +.ring-text-status-danger\/25{ + --tw-ring-color: rgb(184 0 0 / 0.25); +} +.ring-text-status-danger\/30{ + --tw-ring-color: rgb(184 0 0 / 0.3); +} +.ring-text-status-danger\/40{ + --tw-ring-color: rgb(184 0 0 / 0.4); +} +.ring-text-status-danger\/50{ + --tw-ring-color: rgb(184 0 0 / 0.5); +} +.ring-text-status-danger\/60{ + --tw-ring-color: rgb(184 0 0 / 0.6); +} +.ring-text-status-danger\/70{ + --tw-ring-color: rgb(184 0 0 / 0.7); +} +.ring-text-status-danger\/75{ + --tw-ring-color: rgb(184 0 0 / 0.75); +} +.ring-text-status-danger\/80{ + --tw-ring-color: rgb(184 0 0 / 0.8); +} +.ring-text-status-danger\/90{ + --tw-ring-color: rgb(184 0 0 / 0.9); +} +.ring-text-status-danger\/95{ + --tw-ring-color: rgb(184 0 0 / 0.95); +} +.ring-text-status-danger\/100{ + --tw-ring-color: rgb(184 0 0 / 1); +} +.ring-text-status-sent\/0{ + --tw-ring-color: rgb(221 142 10 / 0); +} +.ring-text-status-sent\/5{ + --tw-ring-color: rgb(221 142 10 / 0.05); +} +.ring-text-status-sent\/10{ + --tw-ring-color: rgb(221 142 10 / 0.1); +} +.ring-text-status-sent\/20{ + --tw-ring-color: rgb(221 142 10 / 0.2); +} +.ring-text-status-sent\/25{ + --tw-ring-color: rgb(221 142 10 / 0.25); +} +.ring-text-status-sent\/30{ + --tw-ring-color: rgb(221 142 10 / 0.3); +} +.ring-text-status-sent\/40{ + --tw-ring-color: rgb(221 142 10 / 0.4); +} +.ring-text-status-sent\/50{ + --tw-ring-color: rgb(221 142 10 / 0.5); +} +.ring-text-status-sent\/60{ + --tw-ring-color: rgb(221 142 10 / 0.6); +} +.ring-text-status-sent\/70{ + --tw-ring-color: rgb(221 142 10 / 0.7); +} +.ring-text-status-sent\/75{ + --tw-ring-color: rgb(221 142 10 / 0.75); +} +.ring-text-status-sent\/80{ + --tw-ring-color: rgb(221 142 10 / 0.8); +} +.ring-text-status-sent\/90{ + --tw-ring-color: rgb(221 142 10 / 0.9); +} +.ring-text-status-sent\/95{ + --tw-ring-color: rgb(221 142 10 / 0.95); +} +.ring-text-status-sent\/100{ + --tw-ring-color: rgb(221 142 10 / 1); +} +.ring-text-status-viewed\/0{ + --tw-ring-color: rgb(77 79 125 / 0); +} +.ring-text-status-viewed\/5{ + --tw-ring-color: rgb(77 79 125 / 0.05); +} +.ring-text-status-viewed\/10{ + --tw-ring-color: rgb(77 79 125 / 0.1); +} +.ring-text-status-viewed\/20{ + --tw-ring-color: rgb(77 79 125 / 0.2); +} +.ring-text-status-viewed\/25{ + --tw-ring-color: rgb(77 79 125 / 0.25); +} +.ring-text-status-viewed\/30{ + --tw-ring-color: rgb(77 79 125 / 0.3); +} +.ring-text-status-viewed\/40{ + --tw-ring-color: rgb(77 79 125 / 0.4); +} +.ring-text-status-viewed\/50{ + --tw-ring-color: rgb(77 79 125 / 0.5); +} +.ring-text-status-viewed\/60{ + --tw-ring-color: rgb(77 79 125 / 0.6); +} +.ring-text-status-viewed\/70{ + --tw-ring-color: rgb(77 79 125 / 0.7); +} +.ring-text-status-viewed\/75{ + --tw-ring-color: rgb(77 79 125 / 0.75); +} +.ring-text-status-viewed\/80{ + --tw-ring-color: rgb(77 79 125 / 0.8); +} +.ring-text-status-viewed\/90{ + --tw-ring-color: rgb(77 79 125 / 0.9); +} +.ring-text-status-viewed\/95{ + --tw-ring-color: rgb(77 79 125 / 0.95); +} +.ring-text-status-viewed\/100{ + --tw-ring-color: rgb(77 79 125 / 1); +} +.ring-text-status-draft\/0{ + --tw-ring-color: rgb(59 59 59 / 0); +} +.ring-text-status-draft\/5{ + --tw-ring-color: rgb(59 59 59 / 0.05); +} +.ring-text-status-draft\/10{ + --tw-ring-color: rgb(59 59 59 / 0.1); +} +.ring-text-status-draft\/20{ + --tw-ring-color: rgb(59 59 59 / 0.2); +} +.ring-text-status-draft\/25{ + --tw-ring-color: rgb(59 59 59 / 0.25); +} +.ring-text-status-draft\/30{ + --tw-ring-color: rgb(59 59 59 / 0.3); +} +.ring-text-status-draft\/40{ + --tw-ring-color: rgb(59 59 59 / 0.4); +} +.ring-text-status-draft\/50{ + --tw-ring-color: rgb(59 59 59 / 0.5); +} +.ring-text-status-draft\/60{ + --tw-ring-color: rgb(59 59 59 / 0.6); +} +.ring-text-status-draft\/70{ + --tw-ring-color: rgb(59 59 59 / 0.7); +} +.ring-text-status-draft\/75{ + --tw-ring-color: rgb(59 59 59 / 0.75); +} +.ring-text-status-draft\/80{ + --tw-ring-color: rgb(59 59 59 / 0.8); +} +.ring-text-status-draft\/90{ + --tw-ring-color: rgb(59 59 59 / 0.9); +} +.ring-text-status-draft\/95{ + --tw-ring-color: rgb(59 59 59 / 0.95); +} +.ring-text-status-draft\/100{ + --tw-ring-color: rgb(59 59 59 / 1); +} +.ring-text-status-partial\/0{ + --tw-ring-color: rgb(0 99 149 / 0); +} +.ring-text-status-partial\/5{ + --tw-ring-color: rgb(0 99 149 / 0.05); +} +.ring-text-status-partial\/10{ + --tw-ring-color: rgb(0 99 149 / 0.1); +} +.ring-text-status-partial\/20{ + --tw-ring-color: rgb(0 99 149 / 0.2); +} +.ring-text-status-partial\/25{ + --tw-ring-color: rgb(0 99 149 / 0.25); +} +.ring-text-status-partial\/30{ + --tw-ring-color: rgb(0 99 149 / 0.3); +} +.ring-text-status-partial\/40{ + --tw-ring-color: rgb(0 99 149 / 0.4); +} +.ring-text-status-partial\/50{ + --tw-ring-color: rgb(0 99 149 / 0.5); +} +.ring-text-status-partial\/60{ + --tw-ring-color: rgb(0 99 149 / 0.6); +} +.ring-text-status-partial\/70{ + --tw-ring-color: rgb(0 99 149 / 0.7); +} +.ring-text-status-partial\/75{ + --tw-ring-color: rgb(0 99 149 / 0.75); +} +.ring-text-status-partial\/80{ + --tw-ring-color: rgb(0 99 149 / 0.8); +} +.ring-text-status-partial\/90{ + --tw-ring-color: rgb(0 99 149 / 0.9); +} +.ring-text-status-partial\/95{ + --tw-ring-color: rgb(0 99 149 / 0.95); +} +.ring-text-status-partial\/100{ + --tw-ring-color: rgb(0 99 149 / 1); +} +.ring-text-status-canceled\/0{ + --tw-ring-color: rgb(255 255 255 / 0); +} +.ring-text-status-canceled\/5{ + --tw-ring-color: rgb(255 255 255 / 0.05); +} +.ring-text-status-canceled\/10{ + --tw-ring-color: rgb(255 255 255 / 0.1); +} +.ring-text-status-canceled\/20{ + --tw-ring-color: rgb(255 255 255 / 0.2); +} +.ring-text-status-canceled\/25{ + --tw-ring-color: rgb(255 255 255 / 0.25); +} +.ring-text-status-canceled\/30{ + --tw-ring-color: rgb(255 255 255 / 0.3); +} +.ring-text-status-canceled\/40{ + --tw-ring-color: rgb(255 255 255 / 0.4); +} +.ring-text-status-canceled\/50{ + --tw-ring-color: rgb(255 255 255 / 0.5); +} +.ring-text-status-canceled\/60{ + --tw-ring-color: rgb(255 255 255 / 0.6); +} +.ring-text-status-canceled\/70{ + --tw-ring-color: rgb(255 255 255 / 0.7); +} +.ring-text-status-canceled\/75{ + --tw-ring-color: rgb(255 255 255 / 0.75); +} +.ring-text-status-canceled\/80{ + --tw-ring-color: rgb(255 255 255 / 0.8); +} +.ring-text-status-canceled\/90{ + --tw-ring-color: rgb(255 255 255 / 0.9); +} +.ring-text-status-canceled\/95{ + --tw-ring-color: rgb(255 255 255 / 0.95); +} +.ring-text-status-canceled\/100{ + --tw-ring-color: rgb(255 255 255 / 1); +} +.ring-text-status-warning\/0{ + --tw-ring-color: rgb(184 119 8 / 0); +} +.ring-text-status-warning\/5{ + --tw-ring-color: rgb(184 119 8 / 0.05); +} +.ring-text-status-warning\/10{ + --tw-ring-color: rgb(184 119 8 / 0.1); +} +.ring-text-status-warning\/20{ + --tw-ring-color: rgb(184 119 8 / 0.2); +} +.ring-text-status-warning\/25{ + --tw-ring-color: rgb(184 119 8 / 0.25); +} +.ring-text-status-warning\/30{ + --tw-ring-color: rgb(184 119 8 / 0.3); +} +.ring-text-status-warning\/40{ + --tw-ring-color: rgb(184 119 8 / 0.4); +} +.ring-text-status-warning\/50{ + --tw-ring-color: rgb(184 119 8 / 0.5); +} +.ring-text-status-warning\/60{ + --tw-ring-color: rgb(184 119 8 / 0.6); +} +.ring-text-status-warning\/70{ + --tw-ring-color: rgb(184 119 8 / 0.7); +} +.ring-text-status-warning\/75{ + --tw-ring-color: rgb(184 119 8 / 0.75); +} +.ring-text-status-warning\/80{ + --tw-ring-color: rgb(184 119 8 / 0.8); +} +.ring-text-status-warning\/90{ + --tw-ring-color: rgb(184 119 8 / 0.9); +} +.ring-text-status-warning\/95{ + --tw-ring-color: rgb(184 119 8 / 0.95); +} +.ring-text-status-warning\/100{ + --tw-ring-color: rgb(184 119 8 / 1); +} +.ring-body\/0{ + --tw-ring-color: rgb(252 252 252 / 0); +} +.ring-body\/5{ + --tw-ring-color: rgb(252 252 252 / 0.05); +} +.ring-body\/10{ + --tw-ring-color: rgb(252 252 252 / 0.1); +} +.ring-body\/20{ + --tw-ring-color: rgb(252 252 252 / 0.2); +} +.ring-body\/25{ + --tw-ring-color: rgb(252 252 252 / 0.25); +} +.ring-body\/30{ + --tw-ring-color: rgb(252 252 252 / 0.3); +} +.ring-body\/40{ + --tw-ring-color: rgb(252 252 252 / 0.4); +} +.ring-body\/50{ + --tw-ring-color: rgb(252 252 252 / 0.5); +} +.ring-body\/60{ + --tw-ring-color: rgb(252 252 252 / 0.6); +} +.ring-body\/70{ + --tw-ring-color: rgb(252 252 252 / 0.7); +} +.ring-body\/75{ + --tw-ring-color: rgb(252 252 252 / 0.75); +} +.ring-body\/80{ + --tw-ring-color: rgb(252 252 252 / 0.8); +} +.ring-body\/90{ + --tw-ring-color: rgb(252 252 252 / 0.9); +} +.ring-body\/95{ + --tw-ring-color: rgb(252 252 252 / 0.95); +} +.ring-body\/100{ + --tw-ring-color: rgb(252 252 252 / 1); +} +.ring-light-gray\/0{ + --tw-ring-color: rgb(199 201 217 / 0); +} +.ring-light-gray\/5{ + --tw-ring-color: rgb(199 201 217 / 0.05); +} +.ring-light-gray\/10{ + --tw-ring-color: rgb(199 201 217 / 0.1); +} +.ring-light-gray\/20{ + --tw-ring-color: rgb(199 201 217 / 0.2); +} +.ring-light-gray\/25{ + --tw-ring-color: rgb(199 201 217 / 0.25); +} +.ring-light-gray\/30{ + --tw-ring-color: rgb(199 201 217 / 0.3); +} +.ring-light-gray\/40{ + --tw-ring-color: rgb(199 201 217 / 0.4); +} +.ring-light-gray\/50{ + --tw-ring-color: rgb(199 201 217 / 0.5); +} +.ring-light-gray\/60{ + --tw-ring-color: rgb(199 201 217 / 0.6); +} +.ring-light-gray\/70{ + --tw-ring-color: rgb(199 201 217 / 0.7); +} +.ring-light-gray\/75{ + --tw-ring-color: rgb(199 201 217 / 0.75); +} +.ring-light-gray\/80{ + --tw-ring-color: rgb(199 201 217 / 0.8); +} +.ring-light-gray\/90{ + --tw-ring-color: rgb(199 201 217 / 0.9); +} +.ring-light-gray\/95{ + --tw-ring-color: rgb(199 201 217 / 0.95); +} +.ring-light-gray\/100{ + --tw-ring-color: rgb(199 201 217 / 1); +} +.ring-dark-blue\/0{ + --tw-ring-color: rgb(21 40 75 / 0); +} +.ring-dark-blue\/5{ + --tw-ring-color: rgb(21 40 75 / 0.05); +} +.ring-dark-blue\/10{ + --tw-ring-color: rgb(21 40 75 / 0.1); +} +.ring-dark-blue\/20{ + --tw-ring-color: rgb(21 40 75 / 0.2); +} +.ring-dark-blue\/25{ + --tw-ring-color: rgb(21 40 75 / 0.25); +} +.ring-dark-blue\/30{ + --tw-ring-color: rgb(21 40 75 / 0.3); +} +.ring-dark-blue\/40{ + --tw-ring-color: rgb(21 40 75 / 0.4); +} +.ring-dark-blue\/50{ + --tw-ring-color: rgb(21 40 75 / 0.5); +} +.ring-dark-blue\/60{ + --tw-ring-color: rgb(21 40 75 / 0.6); +} +.ring-dark-blue\/70{ + --tw-ring-color: rgb(21 40 75 / 0.7); +} +.ring-dark-blue\/75{ + --tw-ring-color: rgb(21 40 75 / 0.75); +} +.ring-dark-blue\/80{ + --tw-ring-color: rgb(21 40 75 / 0.8); +} +.ring-dark-blue\/90{ + --tw-ring-color: rgb(21 40 75 / 0.9); +} +.ring-dark-blue\/95{ + --tw-ring-color: rgb(21 40 75 / 0.95); +} +.ring-dark-blue\/100{ + --tw-ring-color: rgb(21 40 75 / 1); +} +.ring-lighter-gray\/0{ + --tw-ring-color: rgb(242 242 245 / 0); +} +.ring-lighter-gray\/5{ + --tw-ring-color: rgb(242 242 245 / 0.05); +} +.ring-lighter-gray\/10{ + --tw-ring-color: rgb(242 242 245 / 0.1); +} +.ring-lighter-gray\/20{ + --tw-ring-color: rgb(242 242 245 / 0.2); +} +.ring-lighter-gray\/25{ + --tw-ring-color: rgb(242 242 245 / 0.25); +} +.ring-lighter-gray\/30{ + --tw-ring-color: rgb(242 242 245 / 0.3); +} +.ring-lighter-gray\/40{ + --tw-ring-color: rgb(242 242 245 / 0.4); +} +.ring-lighter-gray\/50{ + --tw-ring-color: rgb(242 242 245 / 0.5); +} +.ring-lighter-gray\/60{ + --tw-ring-color: rgb(242 242 245 / 0.6); +} +.ring-lighter-gray\/70{ + --tw-ring-color: rgb(242 242 245 / 0.7); +} +.ring-lighter-gray\/75{ + --tw-ring-color: rgb(242 242 245 / 0.75); +} +.ring-lighter-gray\/80{ + --tw-ring-color: rgb(242 242 245 / 0.8); +} +.ring-lighter-gray\/90{ + --tw-ring-color: rgb(242 242 245 / 0.9); +} +.ring-lighter-gray\/95{ + --tw-ring-color: rgb(242 242 245 / 0.95); +} +.ring-lighter-gray\/100{ + --tw-ring-color: rgb(242 242 245 / 1); +} +.ring-purple-lighter\/0{ + --tw-ring-color: rgb(242 244 252 / 0); +} +.ring-purple-lighter\/5{ + --tw-ring-color: rgb(242 244 252 / 0.05); +} +.ring-purple-lighter\/10{ + --tw-ring-color: rgb(242 244 252 / 0.1); +} +.ring-purple-lighter\/20{ + --tw-ring-color: rgb(242 244 252 / 0.2); +} +.ring-purple-lighter\/25{ + --tw-ring-color: rgb(242 244 252 / 0.25); +} +.ring-purple-lighter\/30{ + --tw-ring-color: rgb(242 244 252 / 0.3); +} +.ring-purple-lighter\/40{ + --tw-ring-color: rgb(242 244 252 / 0.4); +} +.ring-purple-lighter\/50{ + --tw-ring-color: rgb(242 244 252 / 0.5); +} +.ring-purple-lighter\/60{ + --tw-ring-color: rgb(242 244 252 / 0.6); +} +.ring-purple-lighter\/70{ + --tw-ring-color: rgb(242 244 252 / 0.7); +} +.ring-purple-lighter\/75{ + --tw-ring-color: rgb(242 244 252 / 0.75); +} +.ring-purple-lighter\/80{ + --tw-ring-color: rgb(242 244 252 / 0.8); +} +.ring-purple-lighter\/90{ + --tw-ring-color: rgb(242 244 252 / 0.9); +} +.ring-purple-lighter\/95{ + --tw-ring-color: rgb(242 244 252 / 0.95); +} +.ring-purple-lighter\/100{ + --tw-ring-color: rgb(242 244 252 / 1); +} +.ring-modal-background\/0{ + --tw-ring-color: rgb(0 0 0 / 0); +} +.ring-modal-background\/5{ + --tw-ring-color: rgb(0 0 0 / 0.05); +} +.ring-modal-background\/10{ + --tw-ring-color: rgb(0 0 0 / 0.1); +} +.ring-modal-background\/20{ + --tw-ring-color: rgb(0 0 0 / 0.2); +} +.ring-modal-background\/25{ + --tw-ring-color: rgb(0 0 0 / 0.25); +} +.ring-modal-background\/30{ + --tw-ring-color: rgb(0 0 0 / 0.3); +} +.ring-modal-background\/40{ + --tw-ring-color: rgb(0 0 0 / 0.4); +} +.ring-modal-background\/50{ + --tw-ring-color: rgb(0 0 0 / 0.5); +} +.ring-modal-background\/60{ + --tw-ring-color: rgb(0 0 0 / 0.6); +} +.ring-modal-background\/70{ + --tw-ring-color: rgb(0 0 0 / 0.7); +} +.ring-modal-background\/75{ + --tw-ring-color: rgb(0 0 0 / 0.75); +} +.ring-modal-background\/80{ + --tw-ring-color: rgb(0 0 0 / 0.8); +} +.ring-modal-background\/90{ + --tw-ring-color: rgb(0 0 0 / 0.9); +} +.ring-modal-background\/95{ + --tw-ring-color: rgb(0 0 0 / 0.95); +} +.ring-modal-background\/100{ + --tw-ring-color: rgb(0 0 0 / 1); +} +.ring-testing\/0{ + --tw-ring-color: rgb(147 95 7 / 0); +} +.ring-testing\/5{ + --tw-ring-color: rgb(147 95 7 / 0.05); +} +.ring-testing\/10{ + --tw-ring-color: rgb(147 95 7 / 0.1); +} +.ring-testing\/20{ + --tw-ring-color: rgb(147 95 7 / 0.2); +} +.ring-testing\/25{ + --tw-ring-color: rgb(147 95 7 / 0.25); +} +.ring-testing\/30{ + --tw-ring-color: rgb(147 95 7 / 0.3); +} +.ring-testing\/40{ + --tw-ring-color: rgb(147 95 7 / 0.4); +} +.ring-testing\/50{ + --tw-ring-color: rgb(147 95 7 / 0.5); +} +.ring-testing\/60{ + --tw-ring-color: rgb(147 95 7 / 0.6); +} +.ring-testing\/70{ + --tw-ring-color: rgb(147 95 7 / 0.7); +} +.ring-testing\/75{ + --tw-ring-color: rgb(147 95 7 / 0.75); +} +.ring-testing\/80{ + --tw-ring-color: rgb(147 95 7 / 0.8); +} +.ring-testing\/90{ + --tw-ring-color: rgb(147 95 7 / 0.9); +} +.ring-testing\/95{ + --tw-ring-color: rgb(147 95 7 / 0.95); +} +.ring-testing\/100{ + --tw-ring-color: rgb(147 95 7 / 1); +} .ring-opacity-0{ --tw-ring-opacity: 0; } @@ -45839,6 +388753,12066 @@ input[type="date"]::-webkit-inner-spin-button, .ring-offset-testing{ --tw-ring-offset-color: #935f07; } +.ring-offset-transparent\/0{ + --tw-ring-offset-color: rgb(0 0 0 / 0); +} +.ring-offset-transparent\/5{ + --tw-ring-offset-color: rgb(0 0 0 / 0.05); +} +.ring-offset-transparent\/10{ + --tw-ring-offset-color: rgb(0 0 0 / 0.1); +} +.ring-offset-transparent\/20{ + --tw-ring-offset-color: rgb(0 0 0 / 0.2); +} +.ring-offset-transparent\/25{ + --tw-ring-offset-color: rgb(0 0 0 / 0.25); +} +.ring-offset-transparent\/30{ + --tw-ring-offset-color: rgb(0 0 0 / 0.3); +} +.ring-offset-transparent\/40{ + --tw-ring-offset-color: rgb(0 0 0 / 0.4); +} +.ring-offset-transparent\/50{ + --tw-ring-offset-color: rgb(0 0 0 / 0.5); +} +.ring-offset-transparent\/60{ + --tw-ring-offset-color: rgb(0 0 0 / 0.6); +} +.ring-offset-transparent\/70{ + --tw-ring-offset-color: rgb(0 0 0 / 0.7); +} +.ring-offset-transparent\/75{ + --tw-ring-offset-color: rgb(0 0 0 / 0.75); +} +.ring-offset-transparent\/80{ + --tw-ring-offset-color: rgb(0 0 0 / 0.8); +} +.ring-offset-transparent\/90{ + --tw-ring-offset-color: rgb(0 0 0 / 0.9); +} +.ring-offset-transparent\/95{ + --tw-ring-offset-color: rgb(0 0 0 / 0.95); +} +.ring-offset-transparent\/100{ + --tw-ring-offset-color: rgb(0 0 0 / 1); +} +.ring-offset-black-50\/0{ + --tw-ring-offset-color: rgb(246 246 246 / 0); +} +.ring-offset-black-50\/5{ + --tw-ring-offset-color: rgb(246 246 246 / 0.05); +} +.ring-offset-black-50\/10{ + --tw-ring-offset-color: rgb(246 246 246 / 0.1); +} +.ring-offset-black-50\/20{ + --tw-ring-offset-color: rgb(246 246 246 / 0.2); +} +.ring-offset-black-50\/25{ + --tw-ring-offset-color: rgb(246 246 246 / 0.25); +} +.ring-offset-black-50\/30{ + --tw-ring-offset-color: rgb(246 246 246 / 0.3); +} +.ring-offset-black-50\/40{ + --tw-ring-offset-color: rgb(246 246 246 / 0.4); +} +.ring-offset-black-50\/50{ + --tw-ring-offset-color: rgb(246 246 246 / 0.5); +} +.ring-offset-black-50\/60{ + --tw-ring-offset-color: rgb(246 246 246 / 0.6); +} +.ring-offset-black-50\/70{ + --tw-ring-offset-color: rgb(246 246 246 / 0.7); +} +.ring-offset-black-50\/75{ + --tw-ring-offset-color: rgb(246 246 246 / 0.75); +} +.ring-offset-black-50\/80{ + --tw-ring-offset-color: rgb(246 246 246 / 0.8); +} +.ring-offset-black-50\/90{ + --tw-ring-offset-color: rgb(246 246 246 / 0.9); +} +.ring-offset-black-50\/95{ + --tw-ring-offset-color: rgb(246 246 246 / 0.95); +} +.ring-offset-black-50\/100{ + --tw-ring-offset-color: rgb(246 246 246 / 1); +} +.ring-offset-black-100\/0{ + --tw-ring-offset-color: rgb(236 236 236 / 0); +} +.ring-offset-black-100\/5{ + --tw-ring-offset-color: rgb(236 236 236 / 0.05); +} +.ring-offset-black-100\/10{ + --tw-ring-offset-color: rgb(236 236 236 / 0.1); +} +.ring-offset-black-100\/20{ + --tw-ring-offset-color: rgb(236 236 236 / 0.2); +} +.ring-offset-black-100\/25{ + --tw-ring-offset-color: rgb(236 236 236 / 0.25); +} +.ring-offset-black-100\/30{ + --tw-ring-offset-color: rgb(236 236 236 / 0.3); +} +.ring-offset-black-100\/40{ + --tw-ring-offset-color: rgb(236 236 236 / 0.4); +} +.ring-offset-black-100\/50{ + --tw-ring-offset-color: rgb(236 236 236 / 0.5); +} +.ring-offset-black-100\/60{ + --tw-ring-offset-color: rgb(236 236 236 / 0.6); +} +.ring-offset-black-100\/70{ + --tw-ring-offset-color: rgb(236 236 236 / 0.7); +} +.ring-offset-black-100\/75{ + --tw-ring-offset-color: rgb(236 236 236 / 0.75); +} +.ring-offset-black-100\/80{ + --tw-ring-offset-color: rgb(236 236 236 / 0.8); +} +.ring-offset-black-100\/90{ + --tw-ring-offset-color: rgb(236 236 236 / 0.9); +} +.ring-offset-black-100\/95{ + --tw-ring-offset-color: rgb(236 236 236 / 0.95); +} +.ring-offset-black-100\/100{ + --tw-ring-offset-color: rgb(236 236 236 / 1); +} +.ring-offset-black-200\/0{ + --tw-ring-offset-color: rgb(208 208 208 / 0); +} +.ring-offset-black-200\/5{ + --tw-ring-offset-color: rgb(208 208 208 / 0.05); +} +.ring-offset-black-200\/10{ + --tw-ring-offset-color: rgb(208 208 208 / 0.1); +} +.ring-offset-black-200\/20{ + --tw-ring-offset-color: rgb(208 208 208 / 0.2); +} +.ring-offset-black-200\/25{ + --tw-ring-offset-color: rgb(208 208 208 / 0.25); +} +.ring-offset-black-200\/30{ + --tw-ring-offset-color: rgb(208 208 208 / 0.3); +} +.ring-offset-black-200\/40{ + --tw-ring-offset-color: rgb(208 208 208 / 0.4); +} +.ring-offset-black-200\/50{ + --tw-ring-offset-color: rgb(208 208 208 / 0.5); +} +.ring-offset-black-200\/60{ + --tw-ring-offset-color: rgb(208 208 208 / 0.6); +} +.ring-offset-black-200\/70{ + --tw-ring-offset-color: rgb(208 208 208 / 0.7); +} +.ring-offset-black-200\/75{ + --tw-ring-offset-color: rgb(208 208 208 / 0.75); +} +.ring-offset-black-200\/80{ + --tw-ring-offset-color: rgb(208 208 208 / 0.8); +} +.ring-offset-black-200\/90{ + --tw-ring-offset-color: rgb(208 208 208 / 0.9); +} +.ring-offset-black-200\/95{ + --tw-ring-offset-color: rgb(208 208 208 / 0.95); +} +.ring-offset-black-200\/100{ + --tw-ring-offset-color: rgb(208 208 208 / 1); +} +.ring-offset-black-300\/0{ + --tw-ring-offset-color: rgb(179 179 179 / 0); +} +.ring-offset-black-300\/5{ + --tw-ring-offset-color: rgb(179 179 179 / 0.05); +} +.ring-offset-black-300\/10{ + --tw-ring-offset-color: rgb(179 179 179 / 0.1); +} +.ring-offset-black-300\/20{ + --tw-ring-offset-color: rgb(179 179 179 / 0.2); +} +.ring-offset-black-300\/25{ + --tw-ring-offset-color: rgb(179 179 179 / 0.25); +} +.ring-offset-black-300\/30{ + --tw-ring-offset-color: rgb(179 179 179 / 0.3); +} +.ring-offset-black-300\/40{ + --tw-ring-offset-color: rgb(179 179 179 / 0.4); +} +.ring-offset-black-300\/50{ + --tw-ring-offset-color: rgb(179 179 179 / 0.5); +} +.ring-offset-black-300\/60{ + --tw-ring-offset-color: rgb(179 179 179 / 0.6); +} +.ring-offset-black-300\/70{ + --tw-ring-offset-color: rgb(179 179 179 / 0.7); +} +.ring-offset-black-300\/75{ + --tw-ring-offset-color: rgb(179 179 179 / 0.75); +} +.ring-offset-black-300\/80{ + --tw-ring-offset-color: rgb(179 179 179 / 0.8); +} +.ring-offset-black-300\/90{ + --tw-ring-offset-color: rgb(179 179 179 / 0.9); +} +.ring-offset-black-300\/95{ + --tw-ring-offset-color: rgb(179 179 179 / 0.95); +} +.ring-offset-black-300\/100{ + --tw-ring-offset-color: rgb(179 179 179 / 1); +} +.ring-offset-black-400\/0{ + --tw-ring-offset-color: rgb(123 123 123 / 0); +} +.ring-offset-black-400\/5{ + --tw-ring-offset-color: rgb(123 123 123 / 0.05); +} +.ring-offset-black-400\/10{ + --tw-ring-offset-color: rgb(123 123 123 / 0.1); +} +.ring-offset-black-400\/20{ + --tw-ring-offset-color: rgb(123 123 123 / 0.2); +} +.ring-offset-black-400\/25{ + --tw-ring-offset-color: rgb(123 123 123 / 0.25); +} +.ring-offset-black-400\/30{ + --tw-ring-offset-color: rgb(123 123 123 / 0.3); +} +.ring-offset-black-400\/40{ + --tw-ring-offset-color: rgb(123 123 123 / 0.4); +} +.ring-offset-black-400\/50{ + --tw-ring-offset-color: rgb(123 123 123 / 0.5); +} +.ring-offset-black-400\/60{ + --tw-ring-offset-color: rgb(123 123 123 / 0.6); +} +.ring-offset-black-400\/70{ + --tw-ring-offset-color: rgb(123 123 123 / 0.7); +} +.ring-offset-black-400\/75{ + --tw-ring-offset-color: rgb(123 123 123 / 0.75); +} +.ring-offset-black-400\/80{ + --tw-ring-offset-color: rgb(123 123 123 / 0.8); +} +.ring-offset-black-400\/90{ + --tw-ring-offset-color: rgb(123 123 123 / 0.9); +} +.ring-offset-black-400\/95{ + --tw-ring-offset-color: rgb(123 123 123 / 0.95); +} +.ring-offset-black-400\/100{ + --tw-ring-offset-color: rgb(123 123 123 / 1); +} +.ring-offset-black-500\/0{ + --tw-ring-offset-color: rgb(66 66 66 / 0); +} +.ring-offset-black-500\/5{ + --tw-ring-offset-color: rgb(66 66 66 / 0.05); +} +.ring-offset-black-500\/10{ + --tw-ring-offset-color: rgb(66 66 66 / 0.1); +} +.ring-offset-black-500\/20{ + --tw-ring-offset-color: rgb(66 66 66 / 0.2); +} +.ring-offset-black-500\/25{ + --tw-ring-offset-color: rgb(66 66 66 / 0.25); +} +.ring-offset-black-500\/30{ + --tw-ring-offset-color: rgb(66 66 66 / 0.3); +} +.ring-offset-black-500\/40{ + --tw-ring-offset-color: rgb(66 66 66 / 0.4); +} +.ring-offset-black-500\/50{ + --tw-ring-offset-color: rgb(66 66 66 / 0.5); +} +.ring-offset-black-500\/60{ + --tw-ring-offset-color: rgb(66 66 66 / 0.6); +} +.ring-offset-black-500\/70{ + --tw-ring-offset-color: rgb(66 66 66 / 0.7); +} +.ring-offset-black-500\/75{ + --tw-ring-offset-color: rgb(66 66 66 / 0.75); +} +.ring-offset-black-500\/80{ + --tw-ring-offset-color: rgb(66 66 66 / 0.8); +} +.ring-offset-black-500\/90{ + --tw-ring-offset-color: rgb(66 66 66 / 0.9); +} +.ring-offset-black-500\/95{ + --tw-ring-offset-color: rgb(66 66 66 / 0.95); +} +.ring-offset-black-500\/100{ + --tw-ring-offset-color: rgb(66 66 66 / 1); +} +.ring-offset-black-600\/0{ + --tw-ring-offset-color: rgb(59 59 59 / 0); +} +.ring-offset-black-600\/5{ + --tw-ring-offset-color: rgb(59 59 59 / 0.05); +} +.ring-offset-black-600\/10{ + --tw-ring-offset-color: rgb(59 59 59 / 0.1); +} +.ring-offset-black-600\/20{ + --tw-ring-offset-color: rgb(59 59 59 / 0.2); +} +.ring-offset-black-600\/25{ + --tw-ring-offset-color: rgb(59 59 59 / 0.25); +} +.ring-offset-black-600\/30{ + --tw-ring-offset-color: rgb(59 59 59 / 0.3); +} +.ring-offset-black-600\/40{ + --tw-ring-offset-color: rgb(59 59 59 / 0.4); +} +.ring-offset-black-600\/50{ + --tw-ring-offset-color: rgb(59 59 59 / 0.5); +} +.ring-offset-black-600\/60{ + --tw-ring-offset-color: rgb(59 59 59 / 0.6); +} +.ring-offset-black-600\/70{ + --tw-ring-offset-color: rgb(59 59 59 / 0.7); +} +.ring-offset-black-600\/75{ + --tw-ring-offset-color: rgb(59 59 59 / 0.75); +} +.ring-offset-black-600\/80{ + --tw-ring-offset-color: rgb(59 59 59 / 0.8); +} +.ring-offset-black-600\/90{ + --tw-ring-offset-color: rgb(59 59 59 / 0.9); +} +.ring-offset-black-600\/95{ + --tw-ring-offset-color: rgb(59 59 59 / 0.95); +} +.ring-offset-black-600\/100{ + --tw-ring-offset-color: rgb(59 59 59 / 1); +} +.ring-offset-black-700\/0{ + --tw-ring-offset-color: rgb(50 50 50 / 0); +} +.ring-offset-black-700\/5{ + --tw-ring-offset-color: rgb(50 50 50 / 0.05); +} +.ring-offset-black-700\/10{ + --tw-ring-offset-color: rgb(50 50 50 / 0.1); +} +.ring-offset-black-700\/20{ + --tw-ring-offset-color: rgb(50 50 50 / 0.2); +} +.ring-offset-black-700\/25{ + --tw-ring-offset-color: rgb(50 50 50 / 0.25); +} +.ring-offset-black-700\/30{ + --tw-ring-offset-color: rgb(50 50 50 / 0.3); +} +.ring-offset-black-700\/40{ + --tw-ring-offset-color: rgb(50 50 50 / 0.4); +} +.ring-offset-black-700\/50{ + --tw-ring-offset-color: rgb(50 50 50 / 0.5); +} +.ring-offset-black-700\/60{ + --tw-ring-offset-color: rgb(50 50 50 / 0.6); +} +.ring-offset-black-700\/70{ + --tw-ring-offset-color: rgb(50 50 50 / 0.7); +} +.ring-offset-black-700\/75{ + --tw-ring-offset-color: rgb(50 50 50 / 0.75); +} +.ring-offset-black-700\/80{ + --tw-ring-offset-color: rgb(50 50 50 / 0.8); +} +.ring-offset-black-700\/90{ + --tw-ring-offset-color: rgb(50 50 50 / 0.9); +} +.ring-offset-black-700\/95{ + --tw-ring-offset-color: rgb(50 50 50 / 0.95); +} +.ring-offset-black-700\/100{ + --tw-ring-offset-color: rgb(50 50 50 / 1); +} +.ring-offset-black-800\/0{ + --tw-ring-offset-color: rgb(40 40 40 / 0); +} +.ring-offset-black-800\/5{ + --tw-ring-offset-color: rgb(40 40 40 / 0.05); +} +.ring-offset-black-800\/10{ + --tw-ring-offset-color: rgb(40 40 40 / 0.1); +} +.ring-offset-black-800\/20{ + --tw-ring-offset-color: rgb(40 40 40 / 0.2); +} +.ring-offset-black-800\/25{ + --tw-ring-offset-color: rgb(40 40 40 / 0.25); +} +.ring-offset-black-800\/30{ + --tw-ring-offset-color: rgb(40 40 40 / 0.3); +} +.ring-offset-black-800\/40{ + --tw-ring-offset-color: rgb(40 40 40 / 0.4); +} +.ring-offset-black-800\/50{ + --tw-ring-offset-color: rgb(40 40 40 / 0.5); +} +.ring-offset-black-800\/60{ + --tw-ring-offset-color: rgb(40 40 40 / 0.6); +} +.ring-offset-black-800\/70{ + --tw-ring-offset-color: rgb(40 40 40 / 0.7); +} +.ring-offset-black-800\/75{ + --tw-ring-offset-color: rgb(40 40 40 / 0.75); +} +.ring-offset-black-800\/80{ + --tw-ring-offset-color: rgb(40 40 40 / 0.8); +} +.ring-offset-black-800\/90{ + --tw-ring-offset-color: rgb(40 40 40 / 0.9); +} +.ring-offset-black-800\/95{ + --tw-ring-offset-color: rgb(40 40 40 / 0.95); +} +.ring-offset-black-800\/100{ + --tw-ring-offset-color: rgb(40 40 40 / 1); +} +.ring-offset-black-900\/0{ + --tw-ring-offset-color: rgb(32 32 32 / 0); +} +.ring-offset-black-900\/5{ + --tw-ring-offset-color: rgb(32 32 32 / 0.05); +} +.ring-offset-black-900\/10{ + --tw-ring-offset-color: rgb(32 32 32 / 0.1); +} +.ring-offset-black-900\/20{ + --tw-ring-offset-color: rgb(32 32 32 / 0.2); +} +.ring-offset-black-900\/25{ + --tw-ring-offset-color: rgb(32 32 32 / 0.25); +} +.ring-offset-black-900\/30{ + --tw-ring-offset-color: rgb(32 32 32 / 0.3); +} +.ring-offset-black-900\/40{ + --tw-ring-offset-color: rgb(32 32 32 / 0.4); +} +.ring-offset-black-900\/50{ + --tw-ring-offset-color: rgb(32 32 32 / 0.5); +} +.ring-offset-black-900\/60{ + --tw-ring-offset-color: rgb(32 32 32 / 0.6); +} +.ring-offset-black-900\/70{ + --tw-ring-offset-color: rgb(32 32 32 / 0.7); +} +.ring-offset-black-900\/75{ + --tw-ring-offset-color: rgb(32 32 32 / 0.75); +} +.ring-offset-black-900\/80{ + --tw-ring-offset-color: rgb(32 32 32 / 0.8); +} +.ring-offset-black-900\/90{ + --tw-ring-offset-color: rgb(32 32 32 / 0.9); +} +.ring-offset-black-900\/95{ + --tw-ring-offset-color: rgb(32 32 32 / 0.95); +} +.ring-offset-black-900\/100{ + --tw-ring-offset-color: rgb(32 32 32 / 1); +} +.ring-offset-black\/0{ + --tw-ring-offset-color: rgb(66 66 66 / 0); +} +.ring-offset-black\/5{ + --tw-ring-offset-color: rgb(66 66 66 / 0.05); +} +.ring-offset-black\/10{ + --tw-ring-offset-color: rgb(66 66 66 / 0.1); +} +.ring-offset-black\/20{ + --tw-ring-offset-color: rgb(66 66 66 / 0.2); +} +.ring-offset-black\/25{ + --tw-ring-offset-color: rgb(66 66 66 / 0.25); +} +.ring-offset-black\/30{ + --tw-ring-offset-color: rgb(66 66 66 / 0.3); +} +.ring-offset-black\/40{ + --tw-ring-offset-color: rgb(66 66 66 / 0.4); +} +.ring-offset-black\/50{ + --tw-ring-offset-color: rgb(66 66 66 / 0.5); +} +.ring-offset-black\/60{ + --tw-ring-offset-color: rgb(66 66 66 / 0.6); +} +.ring-offset-black\/70{ + --tw-ring-offset-color: rgb(66 66 66 / 0.7); +} +.ring-offset-black\/75{ + --tw-ring-offset-color: rgb(66 66 66 / 0.75); +} +.ring-offset-black\/80{ + --tw-ring-offset-color: rgb(66 66 66 / 0.8); +} +.ring-offset-black\/90{ + --tw-ring-offset-color: rgb(66 66 66 / 0.9); +} +.ring-offset-black\/95{ + --tw-ring-offset-color: rgb(66 66 66 / 0.95); +} +.ring-offset-black\/100{ + --tw-ring-offset-color: rgb(66 66 66 / 1); +} +.ring-offset-white\/0{ + --tw-ring-offset-color: rgb(255 255 255 / 0); +} +.ring-offset-white\/5{ + --tw-ring-offset-color: rgb(255 255 255 / 0.05); +} +.ring-offset-white\/10{ + --tw-ring-offset-color: rgb(255 255 255 / 0.1); +} +.ring-offset-white\/20{ + --tw-ring-offset-color: rgb(255 255 255 / 0.2); +} +.ring-offset-white\/25{ + --tw-ring-offset-color: rgb(255 255 255 / 0.25); +} +.ring-offset-white\/30{ + --tw-ring-offset-color: rgb(255 255 255 / 0.3); +} +.ring-offset-white\/40{ + --tw-ring-offset-color: rgb(255 255 255 / 0.4); +} +.ring-offset-white\/50{ + --tw-ring-offset-color: rgb(255 255 255 / 0.5); +} +.ring-offset-white\/60{ + --tw-ring-offset-color: rgb(255 255 255 / 0.6); +} +.ring-offset-white\/70{ + --tw-ring-offset-color: rgb(255 255 255 / 0.7); +} +.ring-offset-white\/75{ + --tw-ring-offset-color: rgb(255 255 255 / 0.75); +} +.ring-offset-white\/80{ + --tw-ring-offset-color: rgb(255 255 255 / 0.8); +} +.ring-offset-white\/90{ + --tw-ring-offset-color: rgb(255 255 255 / 0.9); +} +.ring-offset-white\/95{ + --tw-ring-offset-color: rgb(255 255 255 / 0.95); +} +.ring-offset-white\/100{ + --tw-ring-offset-color: rgb(255 255 255 / 1); +} +.ring-offset-slate-50\/0{ + --tw-ring-offset-color: rgb(248 250 252 / 0); +} +.ring-offset-slate-50\/5{ + --tw-ring-offset-color: rgb(248 250 252 / 0.05); +} +.ring-offset-slate-50\/10{ + --tw-ring-offset-color: rgb(248 250 252 / 0.1); +} +.ring-offset-slate-50\/20{ + --tw-ring-offset-color: rgb(248 250 252 / 0.2); +} +.ring-offset-slate-50\/25{ + --tw-ring-offset-color: rgb(248 250 252 / 0.25); +} +.ring-offset-slate-50\/30{ + --tw-ring-offset-color: rgb(248 250 252 / 0.3); +} +.ring-offset-slate-50\/40{ + --tw-ring-offset-color: rgb(248 250 252 / 0.4); +} +.ring-offset-slate-50\/50{ + --tw-ring-offset-color: rgb(248 250 252 / 0.5); +} +.ring-offset-slate-50\/60{ + --tw-ring-offset-color: rgb(248 250 252 / 0.6); +} +.ring-offset-slate-50\/70{ + --tw-ring-offset-color: rgb(248 250 252 / 0.7); +} +.ring-offset-slate-50\/75{ + --tw-ring-offset-color: rgb(248 250 252 / 0.75); +} +.ring-offset-slate-50\/80{ + --tw-ring-offset-color: rgb(248 250 252 / 0.8); +} +.ring-offset-slate-50\/90{ + --tw-ring-offset-color: rgb(248 250 252 / 0.9); +} +.ring-offset-slate-50\/95{ + --tw-ring-offset-color: rgb(248 250 252 / 0.95); +} +.ring-offset-slate-50\/100{ + --tw-ring-offset-color: rgb(248 250 252 / 1); +} +.ring-offset-slate-100\/0{ + --tw-ring-offset-color: rgb(241 245 249 / 0); +} +.ring-offset-slate-100\/5{ + --tw-ring-offset-color: rgb(241 245 249 / 0.05); +} +.ring-offset-slate-100\/10{ + --tw-ring-offset-color: rgb(241 245 249 / 0.1); +} +.ring-offset-slate-100\/20{ + --tw-ring-offset-color: rgb(241 245 249 / 0.2); +} +.ring-offset-slate-100\/25{ + --tw-ring-offset-color: rgb(241 245 249 / 0.25); +} +.ring-offset-slate-100\/30{ + --tw-ring-offset-color: rgb(241 245 249 / 0.3); +} +.ring-offset-slate-100\/40{ + --tw-ring-offset-color: rgb(241 245 249 / 0.4); +} +.ring-offset-slate-100\/50{ + --tw-ring-offset-color: rgb(241 245 249 / 0.5); +} +.ring-offset-slate-100\/60{ + --tw-ring-offset-color: rgb(241 245 249 / 0.6); +} +.ring-offset-slate-100\/70{ + --tw-ring-offset-color: rgb(241 245 249 / 0.7); +} +.ring-offset-slate-100\/75{ + --tw-ring-offset-color: rgb(241 245 249 / 0.75); +} +.ring-offset-slate-100\/80{ + --tw-ring-offset-color: rgb(241 245 249 / 0.8); +} +.ring-offset-slate-100\/90{ + --tw-ring-offset-color: rgb(241 245 249 / 0.9); +} +.ring-offset-slate-100\/95{ + --tw-ring-offset-color: rgb(241 245 249 / 0.95); +} +.ring-offset-slate-100\/100{ + --tw-ring-offset-color: rgb(241 245 249 / 1); +} +.ring-offset-slate-200\/0{ + --tw-ring-offset-color: rgb(226 232 240 / 0); +} +.ring-offset-slate-200\/5{ + --tw-ring-offset-color: rgb(226 232 240 / 0.05); +} +.ring-offset-slate-200\/10{ + --tw-ring-offset-color: rgb(226 232 240 / 0.1); +} +.ring-offset-slate-200\/20{ + --tw-ring-offset-color: rgb(226 232 240 / 0.2); +} +.ring-offset-slate-200\/25{ + --tw-ring-offset-color: rgb(226 232 240 / 0.25); +} +.ring-offset-slate-200\/30{ + --tw-ring-offset-color: rgb(226 232 240 / 0.3); +} +.ring-offset-slate-200\/40{ + --tw-ring-offset-color: rgb(226 232 240 / 0.4); +} +.ring-offset-slate-200\/50{ + --tw-ring-offset-color: rgb(226 232 240 / 0.5); +} +.ring-offset-slate-200\/60{ + --tw-ring-offset-color: rgb(226 232 240 / 0.6); +} +.ring-offset-slate-200\/70{ + --tw-ring-offset-color: rgb(226 232 240 / 0.7); +} +.ring-offset-slate-200\/75{ + --tw-ring-offset-color: rgb(226 232 240 / 0.75); +} +.ring-offset-slate-200\/80{ + --tw-ring-offset-color: rgb(226 232 240 / 0.8); +} +.ring-offset-slate-200\/90{ + --tw-ring-offset-color: rgb(226 232 240 / 0.9); +} +.ring-offset-slate-200\/95{ + --tw-ring-offset-color: rgb(226 232 240 / 0.95); +} +.ring-offset-slate-200\/100{ + --tw-ring-offset-color: rgb(226 232 240 / 1); +} +.ring-offset-slate-300\/0{ + --tw-ring-offset-color: rgb(203 213 225 / 0); +} +.ring-offset-slate-300\/5{ + --tw-ring-offset-color: rgb(203 213 225 / 0.05); +} +.ring-offset-slate-300\/10{ + --tw-ring-offset-color: rgb(203 213 225 / 0.1); +} +.ring-offset-slate-300\/20{ + --tw-ring-offset-color: rgb(203 213 225 / 0.2); +} +.ring-offset-slate-300\/25{ + --tw-ring-offset-color: rgb(203 213 225 / 0.25); +} +.ring-offset-slate-300\/30{ + --tw-ring-offset-color: rgb(203 213 225 / 0.3); +} +.ring-offset-slate-300\/40{ + --tw-ring-offset-color: rgb(203 213 225 / 0.4); +} +.ring-offset-slate-300\/50{ + --tw-ring-offset-color: rgb(203 213 225 / 0.5); +} +.ring-offset-slate-300\/60{ + --tw-ring-offset-color: rgb(203 213 225 / 0.6); +} +.ring-offset-slate-300\/70{ + --tw-ring-offset-color: rgb(203 213 225 / 0.7); +} +.ring-offset-slate-300\/75{ + --tw-ring-offset-color: rgb(203 213 225 / 0.75); +} +.ring-offset-slate-300\/80{ + --tw-ring-offset-color: rgb(203 213 225 / 0.8); +} +.ring-offset-slate-300\/90{ + --tw-ring-offset-color: rgb(203 213 225 / 0.9); +} +.ring-offset-slate-300\/95{ + --tw-ring-offset-color: rgb(203 213 225 / 0.95); +} +.ring-offset-slate-300\/100{ + --tw-ring-offset-color: rgb(203 213 225 / 1); +} +.ring-offset-slate-400\/0{ + --tw-ring-offset-color: rgb(148 163 184 / 0); +} +.ring-offset-slate-400\/5{ + --tw-ring-offset-color: rgb(148 163 184 / 0.05); +} +.ring-offset-slate-400\/10{ + --tw-ring-offset-color: rgb(148 163 184 / 0.1); +} +.ring-offset-slate-400\/20{ + --tw-ring-offset-color: rgb(148 163 184 / 0.2); +} +.ring-offset-slate-400\/25{ + --tw-ring-offset-color: rgb(148 163 184 / 0.25); +} +.ring-offset-slate-400\/30{ + --tw-ring-offset-color: rgb(148 163 184 / 0.3); +} +.ring-offset-slate-400\/40{ + --tw-ring-offset-color: rgb(148 163 184 / 0.4); +} +.ring-offset-slate-400\/50{ + --tw-ring-offset-color: rgb(148 163 184 / 0.5); +} +.ring-offset-slate-400\/60{ + --tw-ring-offset-color: rgb(148 163 184 / 0.6); +} +.ring-offset-slate-400\/70{ + --tw-ring-offset-color: rgb(148 163 184 / 0.7); +} +.ring-offset-slate-400\/75{ + --tw-ring-offset-color: rgb(148 163 184 / 0.75); +} +.ring-offset-slate-400\/80{ + --tw-ring-offset-color: rgb(148 163 184 / 0.8); +} +.ring-offset-slate-400\/90{ + --tw-ring-offset-color: rgb(148 163 184 / 0.9); +} +.ring-offset-slate-400\/95{ + --tw-ring-offset-color: rgb(148 163 184 / 0.95); +} +.ring-offset-slate-400\/100{ + --tw-ring-offset-color: rgb(148 163 184 / 1); +} +.ring-offset-slate-500\/0{ + --tw-ring-offset-color: rgb(100 116 139 / 0); +} +.ring-offset-slate-500\/5{ + --tw-ring-offset-color: rgb(100 116 139 / 0.05); +} +.ring-offset-slate-500\/10{ + --tw-ring-offset-color: rgb(100 116 139 / 0.1); +} +.ring-offset-slate-500\/20{ + --tw-ring-offset-color: rgb(100 116 139 / 0.2); +} +.ring-offset-slate-500\/25{ + --tw-ring-offset-color: rgb(100 116 139 / 0.25); +} +.ring-offset-slate-500\/30{ + --tw-ring-offset-color: rgb(100 116 139 / 0.3); +} +.ring-offset-slate-500\/40{ + --tw-ring-offset-color: rgb(100 116 139 / 0.4); +} +.ring-offset-slate-500\/50{ + --tw-ring-offset-color: rgb(100 116 139 / 0.5); +} +.ring-offset-slate-500\/60{ + --tw-ring-offset-color: rgb(100 116 139 / 0.6); +} +.ring-offset-slate-500\/70{ + --tw-ring-offset-color: rgb(100 116 139 / 0.7); +} +.ring-offset-slate-500\/75{ + --tw-ring-offset-color: rgb(100 116 139 / 0.75); +} +.ring-offset-slate-500\/80{ + --tw-ring-offset-color: rgb(100 116 139 / 0.8); +} +.ring-offset-slate-500\/90{ + --tw-ring-offset-color: rgb(100 116 139 / 0.9); +} +.ring-offset-slate-500\/95{ + --tw-ring-offset-color: rgb(100 116 139 / 0.95); +} +.ring-offset-slate-500\/100{ + --tw-ring-offset-color: rgb(100 116 139 / 1); +} +.ring-offset-slate-600\/0{ + --tw-ring-offset-color: rgb(71 85 105 / 0); +} +.ring-offset-slate-600\/5{ + --tw-ring-offset-color: rgb(71 85 105 / 0.05); +} +.ring-offset-slate-600\/10{ + --tw-ring-offset-color: rgb(71 85 105 / 0.1); +} +.ring-offset-slate-600\/20{ + --tw-ring-offset-color: rgb(71 85 105 / 0.2); +} +.ring-offset-slate-600\/25{ + --tw-ring-offset-color: rgb(71 85 105 / 0.25); +} +.ring-offset-slate-600\/30{ + --tw-ring-offset-color: rgb(71 85 105 / 0.3); +} +.ring-offset-slate-600\/40{ + --tw-ring-offset-color: rgb(71 85 105 / 0.4); +} +.ring-offset-slate-600\/50{ + --tw-ring-offset-color: rgb(71 85 105 / 0.5); +} +.ring-offset-slate-600\/60{ + --tw-ring-offset-color: rgb(71 85 105 / 0.6); +} +.ring-offset-slate-600\/70{ + --tw-ring-offset-color: rgb(71 85 105 / 0.7); +} +.ring-offset-slate-600\/75{ + --tw-ring-offset-color: rgb(71 85 105 / 0.75); +} +.ring-offset-slate-600\/80{ + --tw-ring-offset-color: rgb(71 85 105 / 0.8); +} +.ring-offset-slate-600\/90{ + --tw-ring-offset-color: rgb(71 85 105 / 0.9); +} +.ring-offset-slate-600\/95{ + --tw-ring-offset-color: rgb(71 85 105 / 0.95); +} +.ring-offset-slate-600\/100{ + --tw-ring-offset-color: rgb(71 85 105 / 1); +} +.ring-offset-slate-700\/0{ + --tw-ring-offset-color: rgb(51 65 85 / 0); +} +.ring-offset-slate-700\/5{ + --tw-ring-offset-color: rgb(51 65 85 / 0.05); +} +.ring-offset-slate-700\/10{ + --tw-ring-offset-color: rgb(51 65 85 / 0.1); +} +.ring-offset-slate-700\/20{ + --tw-ring-offset-color: rgb(51 65 85 / 0.2); +} +.ring-offset-slate-700\/25{ + --tw-ring-offset-color: rgb(51 65 85 / 0.25); +} +.ring-offset-slate-700\/30{ + --tw-ring-offset-color: rgb(51 65 85 / 0.3); +} +.ring-offset-slate-700\/40{ + --tw-ring-offset-color: rgb(51 65 85 / 0.4); +} +.ring-offset-slate-700\/50{ + --tw-ring-offset-color: rgb(51 65 85 / 0.5); +} +.ring-offset-slate-700\/60{ + --tw-ring-offset-color: rgb(51 65 85 / 0.6); +} +.ring-offset-slate-700\/70{ + --tw-ring-offset-color: rgb(51 65 85 / 0.7); +} +.ring-offset-slate-700\/75{ + --tw-ring-offset-color: rgb(51 65 85 / 0.75); +} +.ring-offset-slate-700\/80{ + --tw-ring-offset-color: rgb(51 65 85 / 0.8); +} +.ring-offset-slate-700\/90{ + --tw-ring-offset-color: rgb(51 65 85 / 0.9); +} +.ring-offset-slate-700\/95{ + --tw-ring-offset-color: rgb(51 65 85 / 0.95); +} +.ring-offset-slate-700\/100{ + --tw-ring-offset-color: rgb(51 65 85 / 1); +} +.ring-offset-slate-800\/0{ + --tw-ring-offset-color: rgb(30 41 59 / 0); +} +.ring-offset-slate-800\/5{ + --tw-ring-offset-color: rgb(30 41 59 / 0.05); +} +.ring-offset-slate-800\/10{ + --tw-ring-offset-color: rgb(30 41 59 / 0.1); +} +.ring-offset-slate-800\/20{ + --tw-ring-offset-color: rgb(30 41 59 / 0.2); +} +.ring-offset-slate-800\/25{ + --tw-ring-offset-color: rgb(30 41 59 / 0.25); +} +.ring-offset-slate-800\/30{ + --tw-ring-offset-color: rgb(30 41 59 / 0.3); +} +.ring-offset-slate-800\/40{ + --tw-ring-offset-color: rgb(30 41 59 / 0.4); +} +.ring-offset-slate-800\/50{ + --tw-ring-offset-color: rgb(30 41 59 / 0.5); +} +.ring-offset-slate-800\/60{ + --tw-ring-offset-color: rgb(30 41 59 / 0.6); +} +.ring-offset-slate-800\/70{ + --tw-ring-offset-color: rgb(30 41 59 / 0.7); +} +.ring-offset-slate-800\/75{ + --tw-ring-offset-color: rgb(30 41 59 / 0.75); +} +.ring-offset-slate-800\/80{ + --tw-ring-offset-color: rgb(30 41 59 / 0.8); +} +.ring-offset-slate-800\/90{ + --tw-ring-offset-color: rgb(30 41 59 / 0.9); +} +.ring-offset-slate-800\/95{ + --tw-ring-offset-color: rgb(30 41 59 / 0.95); +} +.ring-offset-slate-800\/100{ + --tw-ring-offset-color: rgb(30 41 59 / 1); +} +.ring-offset-slate-900\/0{ + --tw-ring-offset-color: rgb(15 23 42 / 0); +} +.ring-offset-slate-900\/5{ + --tw-ring-offset-color: rgb(15 23 42 / 0.05); +} +.ring-offset-slate-900\/10{ + --tw-ring-offset-color: rgb(15 23 42 / 0.1); +} +.ring-offset-slate-900\/20{ + --tw-ring-offset-color: rgb(15 23 42 / 0.2); +} +.ring-offset-slate-900\/25{ + --tw-ring-offset-color: rgb(15 23 42 / 0.25); +} +.ring-offset-slate-900\/30{ + --tw-ring-offset-color: rgb(15 23 42 / 0.3); +} +.ring-offset-slate-900\/40{ + --tw-ring-offset-color: rgb(15 23 42 / 0.4); +} +.ring-offset-slate-900\/50{ + --tw-ring-offset-color: rgb(15 23 42 / 0.5); +} +.ring-offset-slate-900\/60{ + --tw-ring-offset-color: rgb(15 23 42 / 0.6); +} +.ring-offset-slate-900\/70{ + --tw-ring-offset-color: rgb(15 23 42 / 0.7); +} +.ring-offset-slate-900\/75{ + --tw-ring-offset-color: rgb(15 23 42 / 0.75); +} +.ring-offset-slate-900\/80{ + --tw-ring-offset-color: rgb(15 23 42 / 0.8); +} +.ring-offset-slate-900\/90{ + --tw-ring-offset-color: rgb(15 23 42 / 0.9); +} +.ring-offset-slate-900\/95{ + --tw-ring-offset-color: rgb(15 23 42 / 0.95); +} +.ring-offset-slate-900\/100{ + --tw-ring-offset-color: rgb(15 23 42 / 1); +} +.ring-offset-gray-50\/0{ + --tw-ring-offset-color: rgb(249 250 251 / 0); +} +.ring-offset-gray-50\/5{ + --tw-ring-offset-color: rgb(249 250 251 / 0.05); +} +.ring-offset-gray-50\/10{ + --tw-ring-offset-color: rgb(249 250 251 / 0.1); +} +.ring-offset-gray-50\/20{ + --tw-ring-offset-color: rgb(249 250 251 / 0.2); +} +.ring-offset-gray-50\/25{ + --tw-ring-offset-color: rgb(249 250 251 / 0.25); +} +.ring-offset-gray-50\/30{ + --tw-ring-offset-color: rgb(249 250 251 / 0.3); +} +.ring-offset-gray-50\/40{ + --tw-ring-offset-color: rgb(249 250 251 / 0.4); +} +.ring-offset-gray-50\/50{ + --tw-ring-offset-color: rgb(249 250 251 / 0.5); +} +.ring-offset-gray-50\/60{ + --tw-ring-offset-color: rgb(249 250 251 / 0.6); +} +.ring-offset-gray-50\/70{ + --tw-ring-offset-color: rgb(249 250 251 / 0.7); +} +.ring-offset-gray-50\/75{ + --tw-ring-offset-color: rgb(249 250 251 / 0.75); +} +.ring-offset-gray-50\/80{ + --tw-ring-offset-color: rgb(249 250 251 / 0.8); +} +.ring-offset-gray-50\/90{ + --tw-ring-offset-color: rgb(249 250 251 / 0.9); +} +.ring-offset-gray-50\/95{ + --tw-ring-offset-color: rgb(249 250 251 / 0.95); +} +.ring-offset-gray-50\/100{ + --tw-ring-offset-color: rgb(249 250 251 / 1); +} +.ring-offset-gray-100\/0{ + --tw-ring-offset-color: rgb(243 244 246 / 0); +} +.ring-offset-gray-100\/5{ + --tw-ring-offset-color: rgb(243 244 246 / 0.05); +} +.ring-offset-gray-100\/10{ + --tw-ring-offset-color: rgb(243 244 246 / 0.1); +} +.ring-offset-gray-100\/20{ + --tw-ring-offset-color: rgb(243 244 246 / 0.2); +} +.ring-offset-gray-100\/25{ + --tw-ring-offset-color: rgb(243 244 246 / 0.25); +} +.ring-offset-gray-100\/30{ + --tw-ring-offset-color: rgb(243 244 246 / 0.3); +} +.ring-offset-gray-100\/40{ + --tw-ring-offset-color: rgb(243 244 246 / 0.4); +} +.ring-offset-gray-100\/50{ + --tw-ring-offset-color: rgb(243 244 246 / 0.5); +} +.ring-offset-gray-100\/60{ + --tw-ring-offset-color: rgb(243 244 246 / 0.6); +} +.ring-offset-gray-100\/70{ + --tw-ring-offset-color: rgb(243 244 246 / 0.7); +} +.ring-offset-gray-100\/75{ + --tw-ring-offset-color: rgb(243 244 246 / 0.75); +} +.ring-offset-gray-100\/80{ + --tw-ring-offset-color: rgb(243 244 246 / 0.8); +} +.ring-offset-gray-100\/90{ + --tw-ring-offset-color: rgb(243 244 246 / 0.9); +} +.ring-offset-gray-100\/95{ + --tw-ring-offset-color: rgb(243 244 246 / 0.95); +} +.ring-offset-gray-100\/100{ + --tw-ring-offset-color: rgb(243 244 246 / 1); +} +.ring-offset-gray-200\/0{ + --tw-ring-offset-color: rgb(229 231 235 / 0); +} +.ring-offset-gray-200\/5{ + --tw-ring-offset-color: rgb(229 231 235 / 0.05); +} +.ring-offset-gray-200\/10{ + --tw-ring-offset-color: rgb(229 231 235 / 0.1); +} +.ring-offset-gray-200\/20{ + --tw-ring-offset-color: rgb(229 231 235 / 0.2); +} +.ring-offset-gray-200\/25{ + --tw-ring-offset-color: rgb(229 231 235 / 0.25); +} +.ring-offset-gray-200\/30{ + --tw-ring-offset-color: rgb(229 231 235 / 0.3); +} +.ring-offset-gray-200\/40{ + --tw-ring-offset-color: rgb(229 231 235 / 0.4); +} +.ring-offset-gray-200\/50{ + --tw-ring-offset-color: rgb(229 231 235 / 0.5); +} +.ring-offset-gray-200\/60{ + --tw-ring-offset-color: rgb(229 231 235 / 0.6); +} +.ring-offset-gray-200\/70{ + --tw-ring-offset-color: rgb(229 231 235 / 0.7); +} +.ring-offset-gray-200\/75{ + --tw-ring-offset-color: rgb(229 231 235 / 0.75); +} +.ring-offset-gray-200\/80{ + --tw-ring-offset-color: rgb(229 231 235 / 0.8); +} +.ring-offset-gray-200\/90{ + --tw-ring-offset-color: rgb(229 231 235 / 0.9); +} +.ring-offset-gray-200\/95{ + --tw-ring-offset-color: rgb(229 231 235 / 0.95); +} +.ring-offset-gray-200\/100{ + --tw-ring-offset-color: rgb(229 231 235 / 1); +} +.ring-offset-gray-300\/0{ + --tw-ring-offset-color: rgb(209 213 219 / 0); +} +.ring-offset-gray-300\/5{ + --tw-ring-offset-color: rgb(209 213 219 / 0.05); +} +.ring-offset-gray-300\/10{ + --tw-ring-offset-color: rgb(209 213 219 / 0.1); +} +.ring-offset-gray-300\/20{ + --tw-ring-offset-color: rgb(209 213 219 / 0.2); +} +.ring-offset-gray-300\/25{ + --tw-ring-offset-color: rgb(209 213 219 / 0.25); +} +.ring-offset-gray-300\/30{ + --tw-ring-offset-color: rgb(209 213 219 / 0.3); +} +.ring-offset-gray-300\/40{ + --tw-ring-offset-color: rgb(209 213 219 / 0.4); +} +.ring-offset-gray-300\/50{ + --tw-ring-offset-color: rgb(209 213 219 / 0.5); +} +.ring-offset-gray-300\/60{ + --tw-ring-offset-color: rgb(209 213 219 / 0.6); +} +.ring-offset-gray-300\/70{ + --tw-ring-offset-color: rgb(209 213 219 / 0.7); +} +.ring-offset-gray-300\/75{ + --tw-ring-offset-color: rgb(209 213 219 / 0.75); +} +.ring-offset-gray-300\/80{ + --tw-ring-offset-color: rgb(209 213 219 / 0.8); +} +.ring-offset-gray-300\/90{ + --tw-ring-offset-color: rgb(209 213 219 / 0.9); +} +.ring-offset-gray-300\/95{ + --tw-ring-offset-color: rgb(209 213 219 / 0.95); +} +.ring-offset-gray-300\/100{ + --tw-ring-offset-color: rgb(209 213 219 / 1); +} +.ring-offset-gray-400\/0{ + --tw-ring-offset-color: rgb(156 163 175 / 0); +} +.ring-offset-gray-400\/5{ + --tw-ring-offset-color: rgb(156 163 175 / 0.05); +} +.ring-offset-gray-400\/10{ + --tw-ring-offset-color: rgb(156 163 175 / 0.1); +} +.ring-offset-gray-400\/20{ + --tw-ring-offset-color: rgb(156 163 175 / 0.2); +} +.ring-offset-gray-400\/25{ + --tw-ring-offset-color: rgb(156 163 175 / 0.25); +} +.ring-offset-gray-400\/30{ + --tw-ring-offset-color: rgb(156 163 175 / 0.3); +} +.ring-offset-gray-400\/40{ + --tw-ring-offset-color: rgb(156 163 175 / 0.4); +} +.ring-offset-gray-400\/50{ + --tw-ring-offset-color: rgb(156 163 175 / 0.5); +} +.ring-offset-gray-400\/60{ + --tw-ring-offset-color: rgb(156 163 175 / 0.6); +} +.ring-offset-gray-400\/70{ + --tw-ring-offset-color: rgb(156 163 175 / 0.7); +} +.ring-offset-gray-400\/75{ + --tw-ring-offset-color: rgb(156 163 175 / 0.75); +} +.ring-offset-gray-400\/80{ + --tw-ring-offset-color: rgb(156 163 175 / 0.8); +} +.ring-offset-gray-400\/90{ + --tw-ring-offset-color: rgb(156 163 175 / 0.9); +} +.ring-offset-gray-400\/95{ + --tw-ring-offset-color: rgb(156 163 175 / 0.95); +} +.ring-offset-gray-400\/100{ + --tw-ring-offset-color: rgb(156 163 175 / 1); +} +.ring-offset-gray-500\/0{ + --tw-ring-offset-color: rgb(107 114 128 / 0); +} +.ring-offset-gray-500\/5{ + --tw-ring-offset-color: rgb(107 114 128 / 0.05); +} +.ring-offset-gray-500\/10{ + --tw-ring-offset-color: rgb(107 114 128 / 0.1); +} +.ring-offset-gray-500\/20{ + --tw-ring-offset-color: rgb(107 114 128 / 0.2); +} +.ring-offset-gray-500\/25{ + --tw-ring-offset-color: rgb(107 114 128 / 0.25); +} +.ring-offset-gray-500\/30{ + --tw-ring-offset-color: rgb(107 114 128 / 0.3); +} +.ring-offset-gray-500\/40{ + --tw-ring-offset-color: rgb(107 114 128 / 0.4); +} +.ring-offset-gray-500\/50{ + --tw-ring-offset-color: rgb(107 114 128 / 0.5); +} +.ring-offset-gray-500\/60{ + --tw-ring-offset-color: rgb(107 114 128 / 0.6); +} +.ring-offset-gray-500\/70{ + --tw-ring-offset-color: rgb(107 114 128 / 0.7); +} +.ring-offset-gray-500\/75{ + --tw-ring-offset-color: rgb(107 114 128 / 0.75); +} +.ring-offset-gray-500\/80{ + --tw-ring-offset-color: rgb(107 114 128 / 0.8); +} +.ring-offset-gray-500\/90{ + --tw-ring-offset-color: rgb(107 114 128 / 0.9); +} +.ring-offset-gray-500\/95{ + --tw-ring-offset-color: rgb(107 114 128 / 0.95); +} +.ring-offset-gray-500\/100{ + --tw-ring-offset-color: rgb(107 114 128 / 1); +} +.ring-offset-gray-600\/0{ + --tw-ring-offset-color: rgb(75 85 99 / 0); +} +.ring-offset-gray-600\/5{ + --tw-ring-offset-color: rgb(75 85 99 / 0.05); +} +.ring-offset-gray-600\/10{ + --tw-ring-offset-color: rgb(75 85 99 / 0.1); +} +.ring-offset-gray-600\/20{ + --tw-ring-offset-color: rgb(75 85 99 / 0.2); +} +.ring-offset-gray-600\/25{ + --tw-ring-offset-color: rgb(75 85 99 / 0.25); +} +.ring-offset-gray-600\/30{ + --tw-ring-offset-color: rgb(75 85 99 / 0.3); +} +.ring-offset-gray-600\/40{ + --tw-ring-offset-color: rgb(75 85 99 / 0.4); +} +.ring-offset-gray-600\/50{ + --tw-ring-offset-color: rgb(75 85 99 / 0.5); +} +.ring-offset-gray-600\/60{ + --tw-ring-offset-color: rgb(75 85 99 / 0.6); +} +.ring-offset-gray-600\/70{ + --tw-ring-offset-color: rgb(75 85 99 / 0.7); +} +.ring-offset-gray-600\/75{ + --tw-ring-offset-color: rgb(75 85 99 / 0.75); +} +.ring-offset-gray-600\/80{ + --tw-ring-offset-color: rgb(75 85 99 / 0.8); +} +.ring-offset-gray-600\/90{ + --tw-ring-offset-color: rgb(75 85 99 / 0.9); +} +.ring-offset-gray-600\/95{ + --tw-ring-offset-color: rgb(75 85 99 / 0.95); +} +.ring-offset-gray-600\/100{ + --tw-ring-offset-color: rgb(75 85 99 / 1); +} +.ring-offset-gray-700\/0{ + --tw-ring-offset-color: rgb(55 65 81 / 0); +} +.ring-offset-gray-700\/5{ + --tw-ring-offset-color: rgb(55 65 81 / 0.05); +} +.ring-offset-gray-700\/10{ + --tw-ring-offset-color: rgb(55 65 81 / 0.1); +} +.ring-offset-gray-700\/20{ + --tw-ring-offset-color: rgb(55 65 81 / 0.2); +} +.ring-offset-gray-700\/25{ + --tw-ring-offset-color: rgb(55 65 81 / 0.25); +} +.ring-offset-gray-700\/30{ + --tw-ring-offset-color: rgb(55 65 81 / 0.3); +} +.ring-offset-gray-700\/40{ + --tw-ring-offset-color: rgb(55 65 81 / 0.4); +} +.ring-offset-gray-700\/50{ + --tw-ring-offset-color: rgb(55 65 81 / 0.5); +} +.ring-offset-gray-700\/60{ + --tw-ring-offset-color: rgb(55 65 81 / 0.6); +} +.ring-offset-gray-700\/70{ + --tw-ring-offset-color: rgb(55 65 81 / 0.7); +} +.ring-offset-gray-700\/75{ + --tw-ring-offset-color: rgb(55 65 81 / 0.75); +} +.ring-offset-gray-700\/80{ + --tw-ring-offset-color: rgb(55 65 81 / 0.8); +} +.ring-offset-gray-700\/90{ + --tw-ring-offset-color: rgb(55 65 81 / 0.9); +} +.ring-offset-gray-700\/95{ + --tw-ring-offset-color: rgb(55 65 81 / 0.95); +} +.ring-offset-gray-700\/100{ + --tw-ring-offset-color: rgb(55 65 81 / 1); +} +.ring-offset-gray-800\/0{ + --tw-ring-offset-color: rgb(31 41 55 / 0); +} +.ring-offset-gray-800\/5{ + --tw-ring-offset-color: rgb(31 41 55 / 0.05); +} +.ring-offset-gray-800\/10{ + --tw-ring-offset-color: rgb(31 41 55 / 0.1); +} +.ring-offset-gray-800\/20{ + --tw-ring-offset-color: rgb(31 41 55 / 0.2); +} +.ring-offset-gray-800\/25{ + --tw-ring-offset-color: rgb(31 41 55 / 0.25); +} +.ring-offset-gray-800\/30{ + --tw-ring-offset-color: rgb(31 41 55 / 0.3); +} +.ring-offset-gray-800\/40{ + --tw-ring-offset-color: rgb(31 41 55 / 0.4); +} +.ring-offset-gray-800\/50{ + --tw-ring-offset-color: rgb(31 41 55 / 0.5); +} +.ring-offset-gray-800\/60{ + --tw-ring-offset-color: rgb(31 41 55 / 0.6); +} +.ring-offset-gray-800\/70{ + --tw-ring-offset-color: rgb(31 41 55 / 0.7); +} +.ring-offset-gray-800\/75{ + --tw-ring-offset-color: rgb(31 41 55 / 0.75); +} +.ring-offset-gray-800\/80{ + --tw-ring-offset-color: rgb(31 41 55 / 0.8); +} +.ring-offset-gray-800\/90{ + --tw-ring-offset-color: rgb(31 41 55 / 0.9); +} +.ring-offset-gray-800\/95{ + --tw-ring-offset-color: rgb(31 41 55 / 0.95); +} +.ring-offset-gray-800\/100{ + --tw-ring-offset-color: rgb(31 41 55 / 1); +} +.ring-offset-gray-900\/0{ + --tw-ring-offset-color: rgb(17 24 39 / 0); +} +.ring-offset-gray-900\/5{ + --tw-ring-offset-color: rgb(17 24 39 / 0.05); +} +.ring-offset-gray-900\/10{ + --tw-ring-offset-color: rgb(17 24 39 / 0.1); +} +.ring-offset-gray-900\/20{ + --tw-ring-offset-color: rgb(17 24 39 / 0.2); +} +.ring-offset-gray-900\/25{ + --tw-ring-offset-color: rgb(17 24 39 / 0.25); +} +.ring-offset-gray-900\/30{ + --tw-ring-offset-color: rgb(17 24 39 / 0.3); +} +.ring-offset-gray-900\/40{ + --tw-ring-offset-color: rgb(17 24 39 / 0.4); +} +.ring-offset-gray-900\/50{ + --tw-ring-offset-color: rgb(17 24 39 / 0.5); +} +.ring-offset-gray-900\/60{ + --tw-ring-offset-color: rgb(17 24 39 / 0.6); +} +.ring-offset-gray-900\/70{ + --tw-ring-offset-color: rgb(17 24 39 / 0.7); +} +.ring-offset-gray-900\/75{ + --tw-ring-offset-color: rgb(17 24 39 / 0.75); +} +.ring-offset-gray-900\/80{ + --tw-ring-offset-color: rgb(17 24 39 / 0.8); +} +.ring-offset-gray-900\/90{ + --tw-ring-offset-color: rgb(17 24 39 / 0.9); +} +.ring-offset-gray-900\/95{ + --tw-ring-offset-color: rgb(17 24 39 / 0.95); +} +.ring-offset-gray-900\/100{ + --tw-ring-offset-color: rgb(17 24 39 / 1); +} +.ring-offset-zinc-50\/0{ + --tw-ring-offset-color: rgb(250 250 250 / 0); +} +.ring-offset-zinc-50\/5{ + --tw-ring-offset-color: rgb(250 250 250 / 0.05); +} +.ring-offset-zinc-50\/10{ + --tw-ring-offset-color: rgb(250 250 250 / 0.1); +} +.ring-offset-zinc-50\/20{ + --tw-ring-offset-color: rgb(250 250 250 / 0.2); +} +.ring-offset-zinc-50\/25{ + --tw-ring-offset-color: rgb(250 250 250 / 0.25); +} +.ring-offset-zinc-50\/30{ + --tw-ring-offset-color: rgb(250 250 250 / 0.3); +} +.ring-offset-zinc-50\/40{ + --tw-ring-offset-color: rgb(250 250 250 / 0.4); +} +.ring-offset-zinc-50\/50{ + --tw-ring-offset-color: rgb(250 250 250 / 0.5); +} +.ring-offset-zinc-50\/60{ + --tw-ring-offset-color: rgb(250 250 250 / 0.6); +} +.ring-offset-zinc-50\/70{ + --tw-ring-offset-color: rgb(250 250 250 / 0.7); +} +.ring-offset-zinc-50\/75{ + --tw-ring-offset-color: rgb(250 250 250 / 0.75); +} +.ring-offset-zinc-50\/80{ + --tw-ring-offset-color: rgb(250 250 250 / 0.8); +} +.ring-offset-zinc-50\/90{ + --tw-ring-offset-color: rgb(250 250 250 / 0.9); +} +.ring-offset-zinc-50\/95{ + --tw-ring-offset-color: rgb(250 250 250 / 0.95); +} +.ring-offset-zinc-50\/100{ + --tw-ring-offset-color: rgb(250 250 250 / 1); +} +.ring-offset-zinc-100\/0{ + --tw-ring-offset-color: rgb(244 244 245 / 0); +} +.ring-offset-zinc-100\/5{ + --tw-ring-offset-color: rgb(244 244 245 / 0.05); +} +.ring-offset-zinc-100\/10{ + --tw-ring-offset-color: rgb(244 244 245 / 0.1); +} +.ring-offset-zinc-100\/20{ + --tw-ring-offset-color: rgb(244 244 245 / 0.2); +} +.ring-offset-zinc-100\/25{ + --tw-ring-offset-color: rgb(244 244 245 / 0.25); +} +.ring-offset-zinc-100\/30{ + --tw-ring-offset-color: rgb(244 244 245 / 0.3); +} +.ring-offset-zinc-100\/40{ + --tw-ring-offset-color: rgb(244 244 245 / 0.4); +} +.ring-offset-zinc-100\/50{ + --tw-ring-offset-color: rgb(244 244 245 / 0.5); +} +.ring-offset-zinc-100\/60{ + --tw-ring-offset-color: rgb(244 244 245 / 0.6); +} +.ring-offset-zinc-100\/70{ + --tw-ring-offset-color: rgb(244 244 245 / 0.7); +} +.ring-offset-zinc-100\/75{ + --tw-ring-offset-color: rgb(244 244 245 / 0.75); +} +.ring-offset-zinc-100\/80{ + --tw-ring-offset-color: rgb(244 244 245 / 0.8); +} +.ring-offset-zinc-100\/90{ + --tw-ring-offset-color: rgb(244 244 245 / 0.9); +} +.ring-offset-zinc-100\/95{ + --tw-ring-offset-color: rgb(244 244 245 / 0.95); +} +.ring-offset-zinc-100\/100{ + --tw-ring-offset-color: rgb(244 244 245 / 1); +} +.ring-offset-zinc-200\/0{ + --tw-ring-offset-color: rgb(228 228 231 / 0); +} +.ring-offset-zinc-200\/5{ + --tw-ring-offset-color: rgb(228 228 231 / 0.05); +} +.ring-offset-zinc-200\/10{ + --tw-ring-offset-color: rgb(228 228 231 / 0.1); +} +.ring-offset-zinc-200\/20{ + --tw-ring-offset-color: rgb(228 228 231 / 0.2); +} +.ring-offset-zinc-200\/25{ + --tw-ring-offset-color: rgb(228 228 231 / 0.25); +} +.ring-offset-zinc-200\/30{ + --tw-ring-offset-color: rgb(228 228 231 / 0.3); +} +.ring-offset-zinc-200\/40{ + --tw-ring-offset-color: rgb(228 228 231 / 0.4); +} +.ring-offset-zinc-200\/50{ + --tw-ring-offset-color: rgb(228 228 231 / 0.5); +} +.ring-offset-zinc-200\/60{ + --tw-ring-offset-color: rgb(228 228 231 / 0.6); +} +.ring-offset-zinc-200\/70{ + --tw-ring-offset-color: rgb(228 228 231 / 0.7); +} +.ring-offset-zinc-200\/75{ + --tw-ring-offset-color: rgb(228 228 231 / 0.75); +} +.ring-offset-zinc-200\/80{ + --tw-ring-offset-color: rgb(228 228 231 / 0.8); +} +.ring-offset-zinc-200\/90{ + --tw-ring-offset-color: rgb(228 228 231 / 0.9); +} +.ring-offset-zinc-200\/95{ + --tw-ring-offset-color: rgb(228 228 231 / 0.95); +} +.ring-offset-zinc-200\/100{ + --tw-ring-offset-color: rgb(228 228 231 / 1); +} +.ring-offset-zinc-300\/0{ + --tw-ring-offset-color: rgb(212 212 216 / 0); +} +.ring-offset-zinc-300\/5{ + --tw-ring-offset-color: rgb(212 212 216 / 0.05); +} +.ring-offset-zinc-300\/10{ + --tw-ring-offset-color: rgb(212 212 216 / 0.1); +} +.ring-offset-zinc-300\/20{ + --tw-ring-offset-color: rgb(212 212 216 / 0.2); +} +.ring-offset-zinc-300\/25{ + --tw-ring-offset-color: rgb(212 212 216 / 0.25); +} +.ring-offset-zinc-300\/30{ + --tw-ring-offset-color: rgb(212 212 216 / 0.3); +} +.ring-offset-zinc-300\/40{ + --tw-ring-offset-color: rgb(212 212 216 / 0.4); +} +.ring-offset-zinc-300\/50{ + --tw-ring-offset-color: rgb(212 212 216 / 0.5); +} +.ring-offset-zinc-300\/60{ + --tw-ring-offset-color: rgb(212 212 216 / 0.6); +} +.ring-offset-zinc-300\/70{ + --tw-ring-offset-color: rgb(212 212 216 / 0.7); +} +.ring-offset-zinc-300\/75{ + --tw-ring-offset-color: rgb(212 212 216 / 0.75); +} +.ring-offset-zinc-300\/80{ + --tw-ring-offset-color: rgb(212 212 216 / 0.8); +} +.ring-offset-zinc-300\/90{ + --tw-ring-offset-color: rgb(212 212 216 / 0.9); +} +.ring-offset-zinc-300\/95{ + --tw-ring-offset-color: rgb(212 212 216 / 0.95); +} +.ring-offset-zinc-300\/100{ + --tw-ring-offset-color: rgb(212 212 216 / 1); +} +.ring-offset-zinc-400\/0{ + --tw-ring-offset-color: rgb(161 161 170 / 0); +} +.ring-offset-zinc-400\/5{ + --tw-ring-offset-color: rgb(161 161 170 / 0.05); +} +.ring-offset-zinc-400\/10{ + --tw-ring-offset-color: rgb(161 161 170 / 0.1); +} +.ring-offset-zinc-400\/20{ + --tw-ring-offset-color: rgb(161 161 170 / 0.2); +} +.ring-offset-zinc-400\/25{ + --tw-ring-offset-color: rgb(161 161 170 / 0.25); +} +.ring-offset-zinc-400\/30{ + --tw-ring-offset-color: rgb(161 161 170 / 0.3); +} +.ring-offset-zinc-400\/40{ + --tw-ring-offset-color: rgb(161 161 170 / 0.4); +} +.ring-offset-zinc-400\/50{ + --tw-ring-offset-color: rgb(161 161 170 / 0.5); +} +.ring-offset-zinc-400\/60{ + --tw-ring-offset-color: rgb(161 161 170 / 0.6); +} +.ring-offset-zinc-400\/70{ + --tw-ring-offset-color: rgb(161 161 170 / 0.7); +} +.ring-offset-zinc-400\/75{ + --tw-ring-offset-color: rgb(161 161 170 / 0.75); +} +.ring-offset-zinc-400\/80{ + --tw-ring-offset-color: rgb(161 161 170 / 0.8); +} +.ring-offset-zinc-400\/90{ + --tw-ring-offset-color: rgb(161 161 170 / 0.9); +} +.ring-offset-zinc-400\/95{ + --tw-ring-offset-color: rgb(161 161 170 / 0.95); +} +.ring-offset-zinc-400\/100{ + --tw-ring-offset-color: rgb(161 161 170 / 1); +} +.ring-offset-zinc-500\/0{ + --tw-ring-offset-color: rgb(113 113 122 / 0); +} +.ring-offset-zinc-500\/5{ + --tw-ring-offset-color: rgb(113 113 122 / 0.05); +} +.ring-offset-zinc-500\/10{ + --tw-ring-offset-color: rgb(113 113 122 / 0.1); +} +.ring-offset-zinc-500\/20{ + --tw-ring-offset-color: rgb(113 113 122 / 0.2); +} +.ring-offset-zinc-500\/25{ + --tw-ring-offset-color: rgb(113 113 122 / 0.25); +} +.ring-offset-zinc-500\/30{ + --tw-ring-offset-color: rgb(113 113 122 / 0.3); +} +.ring-offset-zinc-500\/40{ + --tw-ring-offset-color: rgb(113 113 122 / 0.4); +} +.ring-offset-zinc-500\/50{ + --tw-ring-offset-color: rgb(113 113 122 / 0.5); +} +.ring-offset-zinc-500\/60{ + --tw-ring-offset-color: rgb(113 113 122 / 0.6); +} +.ring-offset-zinc-500\/70{ + --tw-ring-offset-color: rgb(113 113 122 / 0.7); +} +.ring-offset-zinc-500\/75{ + --tw-ring-offset-color: rgb(113 113 122 / 0.75); +} +.ring-offset-zinc-500\/80{ + --tw-ring-offset-color: rgb(113 113 122 / 0.8); +} +.ring-offset-zinc-500\/90{ + --tw-ring-offset-color: rgb(113 113 122 / 0.9); +} +.ring-offset-zinc-500\/95{ + --tw-ring-offset-color: rgb(113 113 122 / 0.95); +} +.ring-offset-zinc-500\/100{ + --tw-ring-offset-color: rgb(113 113 122 / 1); +} +.ring-offset-zinc-600\/0{ + --tw-ring-offset-color: rgb(82 82 91 / 0); +} +.ring-offset-zinc-600\/5{ + --tw-ring-offset-color: rgb(82 82 91 / 0.05); +} +.ring-offset-zinc-600\/10{ + --tw-ring-offset-color: rgb(82 82 91 / 0.1); +} +.ring-offset-zinc-600\/20{ + --tw-ring-offset-color: rgb(82 82 91 / 0.2); +} +.ring-offset-zinc-600\/25{ + --tw-ring-offset-color: rgb(82 82 91 / 0.25); +} +.ring-offset-zinc-600\/30{ + --tw-ring-offset-color: rgb(82 82 91 / 0.3); +} +.ring-offset-zinc-600\/40{ + --tw-ring-offset-color: rgb(82 82 91 / 0.4); +} +.ring-offset-zinc-600\/50{ + --tw-ring-offset-color: rgb(82 82 91 / 0.5); +} +.ring-offset-zinc-600\/60{ + --tw-ring-offset-color: rgb(82 82 91 / 0.6); +} +.ring-offset-zinc-600\/70{ + --tw-ring-offset-color: rgb(82 82 91 / 0.7); +} +.ring-offset-zinc-600\/75{ + --tw-ring-offset-color: rgb(82 82 91 / 0.75); +} +.ring-offset-zinc-600\/80{ + --tw-ring-offset-color: rgb(82 82 91 / 0.8); +} +.ring-offset-zinc-600\/90{ + --tw-ring-offset-color: rgb(82 82 91 / 0.9); +} +.ring-offset-zinc-600\/95{ + --tw-ring-offset-color: rgb(82 82 91 / 0.95); +} +.ring-offset-zinc-600\/100{ + --tw-ring-offset-color: rgb(82 82 91 / 1); +} +.ring-offset-zinc-700\/0{ + --tw-ring-offset-color: rgb(63 63 70 / 0); +} +.ring-offset-zinc-700\/5{ + --tw-ring-offset-color: rgb(63 63 70 / 0.05); +} +.ring-offset-zinc-700\/10{ + --tw-ring-offset-color: rgb(63 63 70 / 0.1); +} +.ring-offset-zinc-700\/20{ + --tw-ring-offset-color: rgb(63 63 70 / 0.2); +} +.ring-offset-zinc-700\/25{ + --tw-ring-offset-color: rgb(63 63 70 / 0.25); +} +.ring-offset-zinc-700\/30{ + --tw-ring-offset-color: rgb(63 63 70 / 0.3); +} +.ring-offset-zinc-700\/40{ + --tw-ring-offset-color: rgb(63 63 70 / 0.4); +} +.ring-offset-zinc-700\/50{ + --tw-ring-offset-color: rgb(63 63 70 / 0.5); +} +.ring-offset-zinc-700\/60{ + --tw-ring-offset-color: rgb(63 63 70 / 0.6); +} +.ring-offset-zinc-700\/70{ + --tw-ring-offset-color: rgb(63 63 70 / 0.7); +} +.ring-offset-zinc-700\/75{ + --tw-ring-offset-color: rgb(63 63 70 / 0.75); +} +.ring-offset-zinc-700\/80{ + --tw-ring-offset-color: rgb(63 63 70 / 0.8); +} +.ring-offset-zinc-700\/90{ + --tw-ring-offset-color: rgb(63 63 70 / 0.9); +} +.ring-offset-zinc-700\/95{ + --tw-ring-offset-color: rgb(63 63 70 / 0.95); +} +.ring-offset-zinc-700\/100{ + --tw-ring-offset-color: rgb(63 63 70 / 1); +} +.ring-offset-zinc-800\/0{ + --tw-ring-offset-color: rgb(39 39 42 / 0); +} +.ring-offset-zinc-800\/5{ + --tw-ring-offset-color: rgb(39 39 42 / 0.05); +} +.ring-offset-zinc-800\/10{ + --tw-ring-offset-color: rgb(39 39 42 / 0.1); +} +.ring-offset-zinc-800\/20{ + --tw-ring-offset-color: rgb(39 39 42 / 0.2); +} +.ring-offset-zinc-800\/25{ + --tw-ring-offset-color: rgb(39 39 42 / 0.25); +} +.ring-offset-zinc-800\/30{ + --tw-ring-offset-color: rgb(39 39 42 / 0.3); +} +.ring-offset-zinc-800\/40{ + --tw-ring-offset-color: rgb(39 39 42 / 0.4); +} +.ring-offset-zinc-800\/50{ + --tw-ring-offset-color: rgb(39 39 42 / 0.5); +} +.ring-offset-zinc-800\/60{ + --tw-ring-offset-color: rgb(39 39 42 / 0.6); +} +.ring-offset-zinc-800\/70{ + --tw-ring-offset-color: rgb(39 39 42 / 0.7); +} +.ring-offset-zinc-800\/75{ + --tw-ring-offset-color: rgb(39 39 42 / 0.75); +} +.ring-offset-zinc-800\/80{ + --tw-ring-offset-color: rgb(39 39 42 / 0.8); +} +.ring-offset-zinc-800\/90{ + --tw-ring-offset-color: rgb(39 39 42 / 0.9); +} +.ring-offset-zinc-800\/95{ + --tw-ring-offset-color: rgb(39 39 42 / 0.95); +} +.ring-offset-zinc-800\/100{ + --tw-ring-offset-color: rgb(39 39 42 / 1); +} +.ring-offset-zinc-900\/0{ + --tw-ring-offset-color: rgb(24 24 27 / 0); +} +.ring-offset-zinc-900\/5{ + --tw-ring-offset-color: rgb(24 24 27 / 0.05); +} +.ring-offset-zinc-900\/10{ + --tw-ring-offset-color: rgb(24 24 27 / 0.1); +} +.ring-offset-zinc-900\/20{ + --tw-ring-offset-color: rgb(24 24 27 / 0.2); +} +.ring-offset-zinc-900\/25{ + --tw-ring-offset-color: rgb(24 24 27 / 0.25); +} +.ring-offset-zinc-900\/30{ + --tw-ring-offset-color: rgb(24 24 27 / 0.3); +} +.ring-offset-zinc-900\/40{ + --tw-ring-offset-color: rgb(24 24 27 / 0.4); +} +.ring-offset-zinc-900\/50{ + --tw-ring-offset-color: rgb(24 24 27 / 0.5); +} +.ring-offset-zinc-900\/60{ + --tw-ring-offset-color: rgb(24 24 27 / 0.6); +} +.ring-offset-zinc-900\/70{ + --tw-ring-offset-color: rgb(24 24 27 / 0.7); +} +.ring-offset-zinc-900\/75{ + --tw-ring-offset-color: rgb(24 24 27 / 0.75); +} +.ring-offset-zinc-900\/80{ + --tw-ring-offset-color: rgb(24 24 27 / 0.8); +} +.ring-offset-zinc-900\/90{ + --tw-ring-offset-color: rgb(24 24 27 / 0.9); +} +.ring-offset-zinc-900\/95{ + --tw-ring-offset-color: rgb(24 24 27 / 0.95); +} +.ring-offset-zinc-900\/100{ + --tw-ring-offset-color: rgb(24 24 27 / 1); +} +.ring-offset-neutral-50\/0{ + --tw-ring-offset-color: rgb(250 250 250 / 0); +} +.ring-offset-neutral-50\/5{ + --tw-ring-offset-color: rgb(250 250 250 / 0.05); +} +.ring-offset-neutral-50\/10{ + --tw-ring-offset-color: rgb(250 250 250 / 0.1); +} +.ring-offset-neutral-50\/20{ + --tw-ring-offset-color: rgb(250 250 250 / 0.2); +} +.ring-offset-neutral-50\/25{ + --tw-ring-offset-color: rgb(250 250 250 / 0.25); +} +.ring-offset-neutral-50\/30{ + --tw-ring-offset-color: rgb(250 250 250 / 0.3); +} +.ring-offset-neutral-50\/40{ + --tw-ring-offset-color: rgb(250 250 250 / 0.4); +} +.ring-offset-neutral-50\/50{ + --tw-ring-offset-color: rgb(250 250 250 / 0.5); +} +.ring-offset-neutral-50\/60{ + --tw-ring-offset-color: rgb(250 250 250 / 0.6); +} +.ring-offset-neutral-50\/70{ + --tw-ring-offset-color: rgb(250 250 250 / 0.7); +} +.ring-offset-neutral-50\/75{ + --tw-ring-offset-color: rgb(250 250 250 / 0.75); +} +.ring-offset-neutral-50\/80{ + --tw-ring-offset-color: rgb(250 250 250 / 0.8); +} +.ring-offset-neutral-50\/90{ + --tw-ring-offset-color: rgb(250 250 250 / 0.9); +} +.ring-offset-neutral-50\/95{ + --tw-ring-offset-color: rgb(250 250 250 / 0.95); +} +.ring-offset-neutral-50\/100{ + --tw-ring-offset-color: rgb(250 250 250 / 1); +} +.ring-offset-neutral-100\/0{ + --tw-ring-offset-color: rgb(245 245 245 / 0); +} +.ring-offset-neutral-100\/5{ + --tw-ring-offset-color: rgb(245 245 245 / 0.05); +} +.ring-offset-neutral-100\/10{ + --tw-ring-offset-color: rgb(245 245 245 / 0.1); +} +.ring-offset-neutral-100\/20{ + --tw-ring-offset-color: rgb(245 245 245 / 0.2); +} +.ring-offset-neutral-100\/25{ + --tw-ring-offset-color: rgb(245 245 245 / 0.25); +} +.ring-offset-neutral-100\/30{ + --tw-ring-offset-color: rgb(245 245 245 / 0.3); +} +.ring-offset-neutral-100\/40{ + --tw-ring-offset-color: rgb(245 245 245 / 0.4); +} +.ring-offset-neutral-100\/50{ + --tw-ring-offset-color: rgb(245 245 245 / 0.5); +} +.ring-offset-neutral-100\/60{ + --tw-ring-offset-color: rgb(245 245 245 / 0.6); +} +.ring-offset-neutral-100\/70{ + --tw-ring-offset-color: rgb(245 245 245 / 0.7); +} +.ring-offset-neutral-100\/75{ + --tw-ring-offset-color: rgb(245 245 245 / 0.75); +} +.ring-offset-neutral-100\/80{ + --tw-ring-offset-color: rgb(245 245 245 / 0.8); +} +.ring-offset-neutral-100\/90{ + --tw-ring-offset-color: rgb(245 245 245 / 0.9); +} +.ring-offset-neutral-100\/95{ + --tw-ring-offset-color: rgb(245 245 245 / 0.95); +} +.ring-offset-neutral-100\/100{ + --tw-ring-offset-color: rgb(245 245 245 / 1); +} +.ring-offset-neutral-200\/0{ + --tw-ring-offset-color: rgb(229 229 229 / 0); +} +.ring-offset-neutral-200\/5{ + --tw-ring-offset-color: rgb(229 229 229 / 0.05); +} +.ring-offset-neutral-200\/10{ + --tw-ring-offset-color: rgb(229 229 229 / 0.1); +} +.ring-offset-neutral-200\/20{ + --tw-ring-offset-color: rgb(229 229 229 / 0.2); +} +.ring-offset-neutral-200\/25{ + --tw-ring-offset-color: rgb(229 229 229 / 0.25); +} +.ring-offset-neutral-200\/30{ + --tw-ring-offset-color: rgb(229 229 229 / 0.3); +} +.ring-offset-neutral-200\/40{ + --tw-ring-offset-color: rgb(229 229 229 / 0.4); +} +.ring-offset-neutral-200\/50{ + --tw-ring-offset-color: rgb(229 229 229 / 0.5); +} +.ring-offset-neutral-200\/60{ + --tw-ring-offset-color: rgb(229 229 229 / 0.6); +} +.ring-offset-neutral-200\/70{ + --tw-ring-offset-color: rgb(229 229 229 / 0.7); +} +.ring-offset-neutral-200\/75{ + --tw-ring-offset-color: rgb(229 229 229 / 0.75); +} +.ring-offset-neutral-200\/80{ + --tw-ring-offset-color: rgb(229 229 229 / 0.8); +} +.ring-offset-neutral-200\/90{ + --tw-ring-offset-color: rgb(229 229 229 / 0.9); +} +.ring-offset-neutral-200\/95{ + --tw-ring-offset-color: rgb(229 229 229 / 0.95); +} +.ring-offset-neutral-200\/100{ + --tw-ring-offset-color: rgb(229 229 229 / 1); +} +.ring-offset-neutral-300\/0{ + --tw-ring-offset-color: rgb(212 212 212 / 0); +} +.ring-offset-neutral-300\/5{ + --tw-ring-offset-color: rgb(212 212 212 / 0.05); +} +.ring-offset-neutral-300\/10{ + --tw-ring-offset-color: rgb(212 212 212 / 0.1); +} +.ring-offset-neutral-300\/20{ + --tw-ring-offset-color: rgb(212 212 212 / 0.2); +} +.ring-offset-neutral-300\/25{ + --tw-ring-offset-color: rgb(212 212 212 / 0.25); +} +.ring-offset-neutral-300\/30{ + --tw-ring-offset-color: rgb(212 212 212 / 0.3); +} +.ring-offset-neutral-300\/40{ + --tw-ring-offset-color: rgb(212 212 212 / 0.4); +} +.ring-offset-neutral-300\/50{ + --tw-ring-offset-color: rgb(212 212 212 / 0.5); +} +.ring-offset-neutral-300\/60{ + --tw-ring-offset-color: rgb(212 212 212 / 0.6); +} +.ring-offset-neutral-300\/70{ + --tw-ring-offset-color: rgb(212 212 212 / 0.7); +} +.ring-offset-neutral-300\/75{ + --tw-ring-offset-color: rgb(212 212 212 / 0.75); +} +.ring-offset-neutral-300\/80{ + --tw-ring-offset-color: rgb(212 212 212 / 0.8); +} +.ring-offset-neutral-300\/90{ + --tw-ring-offset-color: rgb(212 212 212 / 0.9); +} +.ring-offset-neutral-300\/95{ + --tw-ring-offset-color: rgb(212 212 212 / 0.95); +} +.ring-offset-neutral-300\/100{ + --tw-ring-offset-color: rgb(212 212 212 / 1); +} +.ring-offset-neutral-400\/0{ + --tw-ring-offset-color: rgb(163 163 163 / 0); +} +.ring-offset-neutral-400\/5{ + --tw-ring-offset-color: rgb(163 163 163 / 0.05); +} +.ring-offset-neutral-400\/10{ + --tw-ring-offset-color: rgb(163 163 163 / 0.1); +} +.ring-offset-neutral-400\/20{ + --tw-ring-offset-color: rgb(163 163 163 / 0.2); +} +.ring-offset-neutral-400\/25{ + --tw-ring-offset-color: rgb(163 163 163 / 0.25); +} +.ring-offset-neutral-400\/30{ + --tw-ring-offset-color: rgb(163 163 163 / 0.3); +} +.ring-offset-neutral-400\/40{ + --tw-ring-offset-color: rgb(163 163 163 / 0.4); +} +.ring-offset-neutral-400\/50{ + --tw-ring-offset-color: rgb(163 163 163 / 0.5); +} +.ring-offset-neutral-400\/60{ + --tw-ring-offset-color: rgb(163 163 163 / 0.6); +} +.ring-offset-neutral-400\/70{ + --tw-ring-offset-color: rgb(163 163 163 / 0.7); +} +.ring-offset-neutral-400\/75{ + --tw-ring-offset-color: rgb(163 163 163 / 0.75); +} +.ring-offset-neutral-400\/80{ + --tw-ring-offset-color: rgb(163 163 163 / 0.8); +} +.ring-offset-neutral-400\/90{ + --tw-ring-offset-color: rgb(163 163 163 / 0.9); +} +.ring-offset-neutral-400\/95{ + --tw-ring-offset-color: rgb(163 163 163 / 0.95); +} +.ring-offset-neutral-400\/100{ + --tw-ring-offset-color: rgb(163 163 163 / 1); +} +.ring-offset-neutral-500\/0{ + --tw-ring-offset-color: rgb(115 115 115 / 0); +} +.ring-offset-neutral-500\/5{ + --tw-ring-offset-color: rgb(115 115 115 / 0.05); +} +.ring-offset-neutral-500\/10{ + --tw-ring-offset-color: rgb(115 115 115 / 0.1); +} +.ring-offset-neutral-500\/20{ + --tw-ring-offset-color: rgb(115 115 115 / 0.2); +} +.ring-offset-neutral-500\/25{ + --tw-ring-offset-color: rgb(115 115 115 / 0.25); +} +.ring-offset-neutral-500\/30{ + --tw-ring-offset-color: rgb(115 115 115 / 0.3); +} +.ring-offset-neutral-500\/40{ + --tw-ring-offset-color: rgb(115 115 115 / 0.4); +} +.ring-offset-neutral-500\/50{ + --tw-ring-offset-color: rgb(115 115 115 / 0.5); +} +.ring-offset-neutral-500\/60{ + --tw-ring-offset-color: rgb(115 115 115 / 0.6); +} +.ring-offset-neutral-500\/70{ + --tw-ring-offset-color: rgb(115 115 115 / 0.7); +} +.ring-offset-neutral-500\/75{ + --tw-ring-offset-color: rgb(115 115 115 / 0.75); +} +.ring-offset-neutral-500\/80{ + --tw-ring-offset-color: rgb(115 115 115 / 0.8); +} +.ring-offset-neutral-500\/90{ + --tw-ring-offset-color: rgb(115 115 115 / 0.9); +} +.ring-offset-neutral-500\/95{ + --tw-ring-offset-color: rgb(115 115 115 / 0.95); +} +.ring-offset-neutral-500\/100{ + --tw-ring-offset-color: rgb(115 115 115 / 1); +} +.ring-offset-neutral-600\/0{ + --tw-ring-offset-color: rgb(82 82 82 / 0); +} +.ring-offset-neutral-600\/5{ + --tw-ring-offset-color: rgb(82 82 82 / 0.05); +} +.ring-offset-neutral-600\/10{ + --tw-ring-offset-color: rgb(82 82 82 / 0.1); +} +.ring-offset-neutral-600\/20{ + --tw-ring-offset-color: rgb(82 82 82 / 0.2); +} +.ring-offset-neutral-600\/25{ + --tw-ring-offset-color: rgb(82 82 82 / 0.25); +} +.ring-offset-neutral-600\/30{ + --tw-ring-offset-color: rgb(82 82 82 / 0.3); +} +.ring-offset-neutral-600\/40{ + --tw-ring-offset-color: rgb(82 82 82 / 0.4); +} +.ring-offset-neutral-600\/50{ + --tw-ring-offset-color: rgb(82 82 82 / 0.5); +} +.ring-offset-neutral-600\/60{ + --tw-ring-offset-color: rgb(82 82 82 / 0.6); +} +.ring-offset-neutral-600\/70{ + --tw-ring-offset-color: rgb(82 82 82 / 0.7); +} +.ring-offset-neutral-600\/75{ + --tw-ring-offset-color: rgb(82 82 82 / 0.75); +} +.ring-offset-neutral-600\/80{ + --tw-ring-offset-color: rgb(82 82 82 / 0.8); +} +.ring-offset-neutral-600\/90{ + --tw-ring-offset-color: rgb(82 82 82 / 0.9); +} +.ring-offset-neutral-600\/95{ + --tw-ring-offset-color: rgb(82 82 82 / 0.95); +} +.ring-offset-neutral-600\/100{ + --tw-ring-offset-color: rgb(82 82 82 / 1); +} +.ring-offset-neutral-700\/0{ + --tw-ring-offset-color: rgb(64 64 64 / 0); +} +.ring-offset-neutral-700\/5{ + --tw-ring-offset-color: rgb(64 64 64 / 0.05); +} +.ring-offset-neutral-700\/10{ + --tw-ring-offset-color: rgb(64 64 64 / 0.1); +} +.ring-offset-neutral-700\/20{ + --tw-ring-offset-color: rgb(64 64 64 / 0.2); +} +.ring-offset-neutral-700\/25{ + --tw-ring-offset-color: rgb(64 64 64 / 0.25); +} +.ring-offset-neutral-700\/30{ + --tw-ring-offset-color: rgb(64 64 64 / 0.3); +} +.ring-offset-neutral-700\/40{ + --tw-ring-offset-color: rgb(64 64 64 / 0.4); +} +.ring-offset-neutral-700\/50{ + --tw-ring-offset-color: rgb(64 64 64 / 0.5); +} +.ring-offset-neutral-700\/60{ + --tw-ring-offset-color: rgb(64 64 64 / 0.6); +} +.ring-offset-neutral-700\/70{ + --tw-ring-offset-color: rgb(64 64 64 / 0.7); +} +.ring-offset-neutral-700\/75{ + --tw-ring-offset-color: rgb(64 64 64 / 0.75); +} +.ring-offset-neutral-700\/80{ + --tw-ring-offset-color: rgb(64 64 64 / 0.8); +} +.ring-offset-neutral-700\/90{ + --tw-ring-offset-color: rgb(64 64 64 / 0.9); +} +.ring-offset-neutral-700\/95{ + --tw-ring-offset-color: rgb(64 64 64 / 0.95); +} +.ring-offset-neutral-700\/100{ + --tw-ring-offset-color: rgb(64 64 64 / 1); +} +.ring-offset-neutral-800\/0{ + --tw-ring-offset-color: rgb(38 38 38 / 0); +} +.ring-offset-neutral-800\/5{ + --tw-ring-offset-color: rgb(38 38 38 / 0.05); +} +.ring-offset-neutral-800\/10{ + --tw-ring-offset-color: rgb(38 38 38 / 0.1); +} +.ring-offset-neutral-800\/20{ + --tw-ring-offset-color: rgb(38 38 38 / 0.2); +} +.ring-offset-neutral-800\/25{ + --tw-ring-offset-color: rgb(38 38 38 / 0.25); +} +.ring-offset-neutral-800\/30{ + --tw-ring-offset-color: rgb(38 38 38 / 0.3); +} +.ring-offset-neutral-800\/40{ + --tw-ring-offset-color: rgb(38 38 38 / 0.4); +} +.ring-offset-neutral-800\/50{ + --tw-ring-offset-color: rgb(38 38 38 / 0.5); +} +.ring-offset-neutral-800\/60{ + --tw-ring-offset-color: rgb(38 38 38 / 0.6); +} +.ring-offset-neutral-800\/70{ + --tw-ring-offset-color: rgb(38 38 38 / 0.7); +} +.ring-offset-neutral-800\/75{ + --tw-ring-offset-color: rgb(38 38 38 / 0.75); +} +.ring-offset-neutral-800\/80{ + --tw-ring-offset-color: rgb(38 38 38 / 0.8); +} +.ring-offset-neutral-800\/90{ + --tw-ring-offset-color: rgb(38 38 38 / 0.9); +} +.ring-offset-neutral-800\/95{ + --tw-ring-offset-color: rgb(38 38 38 / 0.95); +} +.ring-offset-neutral-800\/100{ + --tw-ring-offset-color: rgb(38 38 38 / 1); +} +.ring-offset-neutral-900\/0{ + --tw-ring-offset-color: rgb(23 23 23 / 0); +} +.ring-offset-neutral-900\/5{ + --tw-ring-offset-color: rgb(23 23 23 / 0.05); +} +.ring-offset-neutral-900\/10{ + --tw-ring-offset-color: rgb(23 23 23 / 0.1); +} +.ring-offset-neutral-900\/20{ + --tw-ring-offset-color: rgb(23 23 23 / 0.2); +} +.ring-offset-neutral-900\/25{ + --tw-ring-offset-color: rgb(23 23 23 / 0.25); +} +.ring-offset-neutral-900\/30{ + --tw-ring-offset-color: rgb(23 23 23 / 0.3); +} +.ring-offset-neutral-900\/40{ + --tw-ring-offset-color: rgb(23 23 23 / 0.4); +} +.ring-offset-neutral-900\/50{ + --tw-ring-offset-color: rgb(23 23 23 / 0.5); +} +.ring-offset-neutral-900\/60{ + --tw-ring-offset-color: rgb(23 23 23 / 0.6); +} +.ring-offset-neutral-900\/70{ + --tw-ring-offset-color: rgb(23 23 23 / 0.7); +} +.ring-offset-neutral-900\/75{ + --tw-ring-offset-color: rgb(23 23 23 / 0.75); +} +.ring-offset-neutral-900\/80{ + --tw-ring-offset-color: rgb(23 23 23 / 0.8); +} +.ring-offset-neutral-900\/90{ + --tw-ring-offset-color: rgb(23 23 23 / 0.9); +} +.ring-offset-neutral-900\/95{ + --tw-ring-offset-color: rgb(23 23 23 / 0.95); +} +.ring-offset-neutral-900\/100{ + --tw-ring-offset-color: rgb(23 23 23 / 1); +} +.ring-offset-stone-50\/0{ + --tw-ring-offset-color: rgb(250 250 249 / 0); +} +.ring-offset-stone-50\/5{ + --tw-ring-offset-color: rgb(250 250 249 / 0.05); +} +.ring-offset-stone-50\/10{ + --tw-ring-offset-color: rgb(250 250 249 / 0.1); +} +.ring-offset-stone-50\/20{ + --tw-ring-offset-color: rgb(250 250 249 / 0.2); +} +.ring-offset-stone-50\/25{ + --tw-ring-offset-color: rgb(250 250 249 / 0.25); +} +.ring-offset-stone-50\/30{ + --tw-ring-offset-color: rgb(250 250 249 / 0.3); +} +.ring-offset-stone-50\/40{ + --tw-ring-offset-color: rgb(250 250 249 / 0.4); +} +.ring-offset-stone-50\/50{ + --tw-ring-offset-color: rgb(250 250 249 / 0.5); +} +.ring-offset-stone-50\/60{ + --tw-ring-offset-color: rgb(250 250 249 / 0.6); +} +.ring-offset-stone-50\/70{ + --tw-ring-offset-color: rgb(250 250 249 / 0.7); +} +.ring-offset-stone-50\/75{ + --tw-ring-offset-color: rgb(250 250 249 / 0.75); +} +.ring-offset-stone-50\/80{ + --tw-ring-offset-color: rgb(250 250 249 / 0.8); +} +.ring-offset-stone-50\/90{ + --tw-ring-offset-color: rgb(250 250 249 / 0.9); +} +.ring-offset-stone-50\/95{ + --tw-ring-offset-color: rgb(250 250 249 / 0.95); +} +.ring-offset-stone-50\/100{ + --tw-ring-offset-color: rgb(250 250 249 / 1); +} +.ring-offset-stone-100\/0{ + --tw-ring-offset-color: rgb(245 245 244 / 0); +} +.ring-offset-stone-100\/5{ + --tw-ring-offset-color: rgb(245 245 244 / 0.05); +} +.ring-offset-stone-100\/10{ + --tw-ring-offset-color: rgb(245 245 244 / 0.1); +} +.ring-offset-stone-100\/20{ + --tw-ring-offset-color: rgb(245 245 244 / 0.2); +} +.ring-offset-stone-100\/25{ + --tw-ring-offset-color: rgb(245 245 244 / 0.25); +} +.ring-offset-stone-100\/30{ + --tw-ring-offset-color: rgb(245 245 244 / 0.3); +} +.ring-offset-stone-100\/40{ + --tw-ring-offset-color: rgb(245 245 244 / 0.4); +} +.ring-offset-stone-100\/50{ + --tw-ring-offset-color: rgb(245 245 244 / 0.5); +} +.ring-offset-stone-100\/60{ + --tw-ring-offset-color: rgb(245 245 244 / 0.6); +} +.ring-offset-stone-100\/70{ + --tw-ring-offset-color: rgb(245 245 244 / 0.7); +} +.ring-offset-stone-100\/75{ + --tw-ring-offset-color: rgb(245 245 244 / 0.75); +} +.ring-offset-stone-100\/80{ + --tw-ring-offset-color: rgb(245 245 244 / 0.8); +} +.ring-offset-stone-100\/90{ + --tw-ring-offset-color: rgb(245 245 244 / 0.9); +} +.ring-offset-stone-100\/95{ + --tw-ring-offset-color: rgb(245 245 244 / 0.95); +} +.ring-offset-stone-100\/100{ + --tw-ring-offset-color: rgb(245 245 244 / 1); +} +.ring-offset-stone-200\/0{ + --tw-ring-offset-color: rgb(231 229 228 / 0); +} +.ring-offset-stone-200\/5{ + --tw-ring-offset-color: rgb(231 229 228 / 0.05); +} +.ring-offset-stone-200\/10{ + --tw-ring-offset-color: rgb(231 229 228 / 0.1); +} +.ring-offset-stone-200\/20{ + --tw-ring-offset-color: rgb(231 229 228 / 0.2); +} +.ring-offset-stone-200\/25{ + --tw-ring-offset-color: rgb(231 229 228 / 0.25); +} +.ring-offset-stone-200\/30{ + --tw-ring-offset-color: rgb(231 229 228 / 0.3); +} +.ring-offset-stone-200\/40{ + --tw-ring-offset-color: rgb(231 229 228 / 0.4); +} +.ring-offset-stone-200\/50{ + --tw-ring-offset-color: rgb(231 229 228 / 0.5); +} +.ring-offset-stone-200\/60{ + --tw-ring-offset-color: rgb(231 229 228 / 0.6); +} +.ring-offset-stone-200\/70{ + --tw-ring-offset-color: rgb(231 229 228 / 0.7); +} +.ring-offset-stone-200\/75{ + --tw-ring-offset-color: rgb(231 229 228 / 0.75); +} +.ring-offset-stone-200\/80{ + --tw-ring-offset-color: rgb(231 229 228 / 0.8); +} +.ring-offset-stone-200\/90{ + --tw-ring-offset-color: rgb(231 229 228 / 0.9); +} +.ring-offset-stone-200\/95{ + --tw-ring-offset-color: rgb(231 229 228 / 0.95); +} +.ring-offset-stone-200\/100{ + --tw-ring-offset-color: rgb(231 229 228 / 1); +} +.ring-offset-stone-300\/0{ + --tw-ring-offset-color: rgb(214 211 209 / 0); +} +.ring-offset-stone-300\/5{ + --tw-ring-offset-color: rgb(214 211 209 / 0.05); +} +.ring-offset-stone-300\/10{ + --tw-ring-offset-color: rgb(214 211 209 / 0.1); +} +.ring-offset-stone-300\/20{ + --tw-ring-offset-color: rgb(214 211 209 / 0.2); +} +.ring-offset-stone-300\/25{ + --tw-ring-offset-color: rgb(214 211 209 / 0.25); +} +.ring-offset-stone-300\/30{ + --tw-ring-offset-color: rgb(214 211 209 / 0.3); +} +.ring-offset-stone-300\/40{ + --tw-ring-offset-color: rgb(214 211 209 / 0.4); +} +.ring-offset-stone-300\/50{ + --tw-ring-offset-color: rgb(214 211 209 / 0.5); +} +.ring-offset-stone-300\/60{ + --tw-ring-offset-color: rgb(214 211 209 / 0.6); +} +.ring-offset-stone-300\/70{ + --tw-ring-offset-color: rgb(214 211 209 / 0.7); +} +.ring-offset-stone-300\/75{ + --tw-ring-offset-color: rgb(214 211 209 / 0.75); +} +.ring-offset-stone-300\/80{ + --tw-ring-offset-color: rgb(214 211 209 / 0.8); +} +.ring-offset-stone-300\/90{ + --tw-ring-offset-color: rgb(214 211 209 / 0.9); +} +.ring-offset-stone-300\/95{ + --tw-ring-offset-color: rgb(214 211 209 / 0.95); +} +.ring-offset-stone-300\/100{ + --tw-ring-offset-color: rgb(214 211 209 / 1); +} +.ring-offset-stone-400\/0{ + --tw-ring-offset-color: rgb(168 162 158 / 0); +} +.ring-offset-stone-400\/5{ + --tw-ring-offset-color: rgb(168 162 158 / 0.05); +} +.ring-offset-stone-400\/10{ + --tw-ring-offset-color: rgb(168 162 158 / 0.1); +} +.ring-offset-stone-400\/20{ + --tw-ring-offset-color: rgb(168 162 158 / 0.2); +} +.ring-offset-stone-400\/25{ + --tw-ring-offset-color: rgb(168 162 158 / 0.25); +} +.ring-offset-stone-400\/30{ + --tw-ring-offset-color: rgb(168 162 158 / 0.3); +} +.ring-offset-stone-400\/40{ + --tw-ring-offset-color: rgb(168 162 158 / 0.4); +} +.ring-offset-stone-400\/50{ + --tw-ring-offset-color: rgb(168 162 158 / 0.5); +} +.ring-offset-stone-400\/60{ + --tw-ring-offset-color: rgb(168 162 158 / 0.6); +} +.ring-offset-stone-400\/70{ + --tw-ring-offset-color: rgb(168 162 158 / 0.7); +} +.ring-offset-stone-400\/75{ + --tw-ring-offset-color: rgb(168 162 158 / 0.75); +} +.ring-offset-stone-400\/80{ + --tw-ring-offset-color: rgb(168 162 158 / 0.8); +} +.ring-offset-stone-400\/90{ + --tw-ring-offset-color: rgb(168 162 158 / 0.9); +} +.ring-offset-stone-400\/95{ + --tw-ring-offset-color: rgb(168 162 158 / 0.95); +} +.ring-offset-stone-400\/100{ + --tw-ring-offset-color: rgb(168 162 158 / 1); +} +.ring-offset-stone-500\/0{ + --tw-ring-offset-color: rgb(120 113 108 / 0); +} +.ring-offset-stone-500\/5{ + --tw-ring-offset-color: rgb(120 113 108 / 0.05); +} +.ring-offset-stone-500\/10{ + --tw-ring-offset-color: rgb(120 113 108 / 0.1); +} +.ring-offset-stone-500\/20{ + --tw-ring-offset-color: rgb(120 113 108 / 0.2); +} +.ring-offset-stone-500\/25{ + --tw-ring-offset-color: rgb(120 113 108 / 0.25); +} +.ring-offset-stone-500\/30{ + --tw-ring-offset-color: rgb(120 113 108 / 0.3); +} +.ring-offset-stone-500\/40{ + --tw-ring-offset-color: rgb(120 113 108 / 0.4); +} +.ring-offset-stone-500\/50{ + --tw-ring-offset-color: rgb(120 113 108 / 0.5); +} +.ring-offset-stone-500\/60{ + --tw-ring-offset-color: rgb(120 113 108 / 0.6); +} +.ring-offset-stone-500\/70{ + --tw-ring-offset-color: rgb(120 113 108 / 0.7); +} +.ring-offset-stone-500\/75{ + --tw-ring-offset-color: rgb(120 113 108 / 0.75); +} +.ring-offset-stone-500\/80{ + --tw-ring-offset-color: rgb(120 113 108 / 0.8); +} +.ring-offset-stone-500\/90{ + --tw-ring-offset-color: rgb(120 113 108 / 0.9); +} +.ring-offset-stone-500\/95{ + --tw-ring-offset-color: rgb(120 113 108 / 0.95); +} +.ring-offset-stone-500\/100{ + --tw-ring-offset-color: rgb(120 113 108 / 1); +} +.ring-offset-stone-600\/0{ + --tw-ring-offset-color: rgb(87 83 78 / 0); +} +.ring-offset-stone-600\/5{ + --tw-ring-offset-color: rgb(87 83 78 / 0.05); +} +.ring-offset-stone-600\/10{ + --tw-ring-offset-color: rgb(87 83 78 / 0.1); +} +.ring-offset-stone-600\/20{ + --tw-ring-offset-color: rgb(87 83 78 / 0.2); +} +.ring-offset-stone-600\/25{ + --tw-ring-offset-color: rgb(87 83 78 / 0.25); +} +.ring-offset-stone-600\/30{ + --tw-ring-offset-color: rgb(87 83 78 / 0.3); +} +.ring-offset-stone-600\/40{ + --tw-ring-offset-color: rgb(87 83 78 / 0.4); +} +.ring-offset-stone-600\/50{ + --tw-ring-offset-color: rgb(87 83 78 / 0.5); +} +.ring-offset-stone-600\/60{ + --tw-ring-offset-color: rgb(87 83 78 / 0.6); +} +.ring-offset-stone-600\/70{ + --tw-ring-offset-color: rgb(87 83 78 / 0.7); +} +.ring-offset-stone-600\/75{ + --tw-ring-offset-color: rgb(87 83 78 / 0.75); +} +.ring-offset-stone-600\/80{ + --tw-ring-offset-color: rgb(87 83 78 / 0.8); +} +.ring-offset-stone-600\/90{ + --tw-ring-offset-color: rgb(87 83 78 / 0.9); +} +.ring-offset-stone-600\/95{ + --tw-ring-offset-color: rgb(87 83 78 / 0.95); +} +.ring-offset-stone-600\/100{ + --tw-ring-offset-color: rgb(87 83 78 / 1); +} +.ring-offset-stone-700\/0{ + --tw-ring-offset-color: rgb(68 64 60 / 0); +} +.ring-offset-stone-700\/5{ + --tw-ring-offset-color: rgb(68 64 60 / 0.05); +} +.ring-offset-stone-700\/10{ + --tw-ring-offset-color: rgb(68 64 60 / 0.1); +} +.ring-offset-stone-700\/20{ + --tw-ring-offset-color: rgb(68 64 60 / 0.2); +} +.ring-offset-stone-700\/25{ + --tw-ring-offset-color: rgb(68 64 60 / 0.25); +} +.ring-offset-stone-700\/30{ + --tw-ring-offset-color: rgb(68 64 60 / 0.3); +} +.ring-offset-stone-700\/40{ + --tw-ring-offset-color: rgb(68 64 60 / 0.4); +} +.ring-offset-stone-700\/50{ + --tw-ring-offset-color: rgb(68 64 60 / 0.5); +} +.ring-offset-stone-700\/60{ + --tw-ring-offset-color: rgb(68 64 60 / 0.6); +} +.ring-offset-stone-700\/70{ + --tw-ring-offset-color: rgb(68 64 60 / 0.7); +} +.ring-offset-stone-700\/75{ + --tw-ring-offset-color: rgb(68 64 60 / 0.75); +} +.ring-offset-stone-700\/80{ + --tw-ring-offset-color: rgb(68 64 60 / 0.8); +} +.ring-offset-stone-700\/90{ + --tw-ring-offset-color: rgb(68 64 60 / 0.9); +} +.ring-offset-stone-700\/95{ + --tw-ring-offset-color: rgb(68 64 60 / 0.95); +} +.ring-offset-stone-700\/100{ + --tw-ring-offset-color: rgb(68 64 60 / 1); +} +.ring-offset-stone-800\/0{ + --tw-ring-offset-color: rgb(41 37 36 / 0); +} +.ring-offset-stone-800\/5{ + --tw-ring-offset-color: rgb(41 37 36 / 0.05); +} +.ring-offset-stone-800\/10{ + --tw-ring-offset-color: rgb(41 37 36 / 0.1); +} +.ring-offset-stone-800\/20{ + --tw-ring-offset-color: rgb(41 37 36 / 0.2); +} +.ring-offset-stone-800\/25{ + --tw-ring-offset-color: rgb(41 37 36 / 0.25); +} +.ring-offset-stone-800\/30{ + --tw-ring-offset-color: rgb(41 37 36 / 0.3); +} +.ring-offset-stone-800\/40{ + --tw-ring-offset-color: rgb(41 37 36 / 0.4); +} +.ring-offset-stone-800\/50{ + --tw-ring-offset-color: rgb(41 37 36 / 0.5); +} +.ring-offset-stone-800\/60{ + --tw-ring-offset-color: rgb(41 37 36 / 0.6); +} +.ring-offset-stone-800\/70{ + --tw-ring-offset-color: rgb(41 37 36 / 0.7); +} +.ring-offset-stone-800\/75{ + --tw-ring-offset-color: rgb(41 37 36 / 0.75); +} +.ring-offset-stone-800\/80{ + --tw-ring-offset-color: rgb(41 37 36 / 0.8); +} +.ring-offset-stone-800\/90{ + --tw-ring-offset-color: rgb(41 37 36 / 0.9); +} +.ring-offset-stone-800\/95{ + --tw-ring-offset-color: rgb(41 37 36 / 0.95); +} +.ring-offset-stone-800\/100{ + --tw-ring-offset-color: rgb(41 37 36 / 1); +} +.ring-offset-stone-900\/0{ + --tw-ring-offset-color: rgb(28 25 23 / 0); +} +.ring-offset-stone-900\/5{ + --tw-ring-offset-color: rgb(28 25 23 / 0.05); +} +.ring-offset-stone-900\/10{ + --tw-ring-offset-color: rgb(28 25 23 / 0.1); +} +.ring-offset-stone-900\/20{ + --tw-ring-offset-color: rgb(28 25 23 / 0.2); +} +.ring-offset-stone-900\/25{ + --tw-ring-offset-color: rgb(28 25 23 / 0.25); +} +.ring-offset-stone-900\/30{ + --tw-ring-offset-color: rgb(28 25 23 / 0.3); +} +.ring-offset-stone-900\/40{ + --tw-ring-offset-color: rgb(28 25 23 / 0.4); +} +.ring-offset-stone-900\/50{ + --tw-ring-offset-color: rgb(28 25 23 / 0.5); +} +.ring-offset-stone-900\/60{ + --tw-ring-offset-color: rgb(28 25 23 / 0.6); +} +.ring-offset-stone-900\/70{ + --tw-ring-offset-color: rgb(28 25 23 / 0.7); +} +.ring-offset-stone-900\/75{ + --tw-ring-offset-color: rgb(28 25 23 / 0.75); +} +.ring-offset-stone-900\/80{ + --tw-ring-offset-color: rgb(28 25 23 / 0.8); +} +.ring-offset-stone-900\/90{ + --tw-ring-offset-color: rgb(28 25 23 / 0.9); +} +.ring-offset-stone-900\/95{ + --tw-ring-offset-color: rgb(28 25 23 / 0.95); +} +.ring-offset-stone-900\/100{ + --tw-ring-offset-color: rgb(28 25 23 / 1); +} +.ring-offset-red-50\/0{ + --tw-ring-offset-color: rgb(252 242 242 / 0); +} +.ring-offset-red-50\/5{ + --tw-ring-offset-color: rgb(252 242 242 / 0.05); +} +.ring-offset-red-50\/10{ + --tw-ring-offset-color: rgb(252 242 242 / 0.1); +} +.ring-offset-red-50\/20{ + --tw-ring-offset-color: rgb(252 242 242 / 0.2); +} +.ring-offset-red-50\/25{ + --tw-ring-offset-color: rgb(252 242 242 / 0.25); +} +.ring-offset-red-50\/30{ + --tw-ring-offset-color: rgb(252 242 242 / 0.3); +} +.ring-offset-red-50\/40{ + --tw-ring-offset-color: rgb(252 242 242 / 0.4); +} +.ring-offset-red-50\/50{ + --tw-ring-offset-color: rgb(252 242 242 / 0.5); +} +.ring-offset-red-50\/60{ + --tw-ring-offset-color: rgb(252 242 242 / 0.6); +} +.ring-offset-red-50\/70{ + --tw-ring-offset-color: rgb(252 242 242 / 0.7); +} +.ring-offset-red-50\/75{ + --tw-ring-offset-color: rgb(252 242 242 / 0.75); +} +.ring-offset-red-50\/80{ + --tw-ring-offset-color: rgb(252 242 242 / 0.8); +} +.ring-offset-red-50\/90{ + --tw-ring-offset-color: rgb(252 242 242 / 0.9); +} +.ring-offset-red-50\/95{ + --tw-ring-offset-color: rgb(252 242 242 / 0.95); +} +.ring-offset-red-50\/100{ + --tw-ring-offset-color: rgb(252 242 242 / 1); +} +.ring-offset-red-100\/0{ + --tw-ring-offset-color: rgb(250 230 230 / 0); +} +.ring-offset-red-100\/5{ + --tw-ring-offset-color: rgb(250 230 230 / 0.05); +} +.ring-offset-red-100\/10{ + --tw-ring-offset-color: rgb(250 230 230 / 0.1); +} +.ring-offset-red-100\/20{ + --tw-ring-offset-color: rgb(250 230 230 / 0.2); +} +.ring-offset-red-100\/25{ + --tw-ring-offset-color: rgb(250 230 230 / 0.25); +} +.ring-offset-red-100\/30{ + --tw-ring-offset-color: rgb(250 230 230 / 0.3); +} +.ring-offset-red-100\/40{ + --tw-ring-offset-color: rgb(250 230 230 / 0.4); +} +.ring-offset-red-100\/50{ + --tw-ring-offset-color: rgb(250 230 230 / 0.5); +} +.ring-offset-red-100\/60{ + --tw-ring-offset-color: rgb(250 230 230 / 0.6); +} +.ring-offset-red-100\/70{ + --tw-ring-offset-color: rgb(250 230 230 / 0.7); +} +.ring-offset-red-100\/75{ + --tw-ring-offset-color: rgb(250 230 230 / 0.75); +} +.ring-offset-red-100\/80{ + --tw-ring-offset-color: rgb(250 230 230 / 0.8); +} +.ring-offset-red-100\/90{ + --tw-ring-offset-color: rgb(250 230 230 / 0.9); +} +.ring-offset-red-100\/95{ + --tw-ring-offset-color: rgb(250 230 230 / 0.95); +} +.ring-offset-red-100\/100{ + --tw-ring-offset-color: rgb(250 230 230 / 1); +} +.ring-offset-red-200\/0{ + --tw-ring-offset-color: rgb(242 191 191 / 0); +} +.ring-offset-red-200\/5{ + --tw-ring-offset-color: rgb(242 191 191 / 0.05); +} +.ring-offset-red-200\/10{ + --tw-ring-offset-color: rgb(242 191 191 / 0.1); +} +.ring-offset-red-200\/20{ + --tw-ring-offset-color: rgb(242 191 191 / 0.2); +} +.ring-offset-red-200\/25{ + --tw-ring-offset-color: rgb(242 191 191 / 0.25); +} +.ring-offset-red-200\/30{ + --tw-ring-offset-color: rgb(242 191 191 / 0.3); +} +.ring-offset-red-200\/40{ + --tw-ring-offset-color: rgb(242 191 191 / 0.4); +} +.ring-offset-red-200\/50{ + --tw-ring-offset-color: rgb(242 191 191 / 0.5); +} +.ring-offset-red-200\/60{ + --tw-ring-offset-color: rgb(242 191 191 / 0.6); +} +.ring-offset-red-200\/70{ + --tw-ring-offset-color: rgb(242 191 191 / 0.7); +} +.ring-offset-red-200\/75{ + --tw-ring-offset-color: rgb(242 191 191 / 0.75); +} +.ring-offset-red-200\/80{ + --tw-ring-offset-color: rgb(242 191 191 / 0.8); +} +.ring-offset-red-200\/90{ + --tw-ring-offset-color: rgb(242 191 191 / 0.9); +} +.ring-offset-red-200\/95{ + --tw-ring-offset-color: rgb(242 191 191 / 0.95); +} +.ring-offset-red-200\/100{ + --tw-ring-offset-color: rgb(242 191 191 / 1); +} +.ring-offset-red-300\/0{ + --tw-ring-offset-color: rgb(235 153 153 / 0); +} +.ring-offset-red-300\/5{ + --tw-ring-offset-color: rgb(235 153 153 / 0.05); +} +.ring-offset-red-300\/10{ + --tw-ring-offset-color: rgb(235 153 153 / 0.1); +} +.ring-offset-red-300\/20{ + --tw-ring-offset-color: rgb(235 153 153 / 0.2); +} +.ring-offset-red-300\/25{ + --tw-ring-offset-color: rgb(235 153 153 / 0.25); +} +.ring-offset-red-300\/30{ + --tw-ring-offset-color: rgb(235 153 153 / 0.3); +} +.ring-offset-red-300\/40{ + --tw-ring-offset-color: rgb(235 153 153 / 0.4); +} +.ring-offset-red-300\/50{ + --tw-ring-offset-color: rgb(235 153 153 / 0.5); +} +.ring-offset-red-300\/60{ + --tw-ring-offset-color: rgb(235 153 153 / 0.6); +} +.ring-offset-red-300\/70{ + --tw-ring-offset-color: rgb(235 153 153 / 0.7); +} +.ring-offset-red-300\/75{ + --tw-ring-offset-color: rgb(235 153 153 / 0.75); +} +.ring-offset-red-300\/80{ + --tw-ring-offset-color: rgb(235 153 153 / 0.8); +} +.ring-offset-red-300\/90{ + --tw-ring-offset-color: rgb(235 153 153 / 0.9); +} +.ring-offset-red-300\/95{ + --tw-ring-offset-color: rgb(235 153 153 / 0.95); +} +.ring-offset-red-300\/100{ + --tw-ring-offset-color: rgb(235 153 153 / 1); +} +.ring-offset-red-400\/0{ + --tw-ring-offset-color: rgb(219 77 77 / 0); +} +.ring-offset-red-400\/5{ + --tw-ring-offset-color: rgb(219 77 77 / 0.05); +} +.ring-offset-red-400\/10{ + --tw-ring-offset-color: rgb(219 77 77 / 0.1); +} +.ring-offset-red-400\/20{ + --tw-ring-offset-color: rgb(219 77 77 / 0.2); +} +.ring-offset-red-400\/25{ + --tw-ring-offset-color: rgb(219 77 77 / 0.25); +} +.ring-offset-red-400\/30{ + --tw-ring-offset-color: rgb(219 77 77 / 0.3); +} +.ring-offset-red-400\/40{ + --tw-ring-offset-color: rgb(219 77 77 / 0.4); +} +.ring-offset-red-400\/50{ + --tw-ring-offset-color: rgb(219 77 77 / 0.5); +} +.ring-offset-red-400\/60{ + --tw-ring-offset-color: rgb(219 77 77 / 0.6); +} +.ring-offset-red-400\/70{ + --tw-ring-offset-color: rgb(219 77 77 / 0.7); +} +.ring-offset-red-400\/75{ + --tw-ring-offset-color: rgb(219 77 77 / 0.75); +} +.ring-offset-red-400\/80{ + --tw-ring-offset-color: rgb(219 77 77 / 0.8); +} +.ring-offset-red-400\/90{ + --tw-ring-offset-color: rgb(219 77 77 / 0.9); +} +.ring-offset-red-400\/95{ + --tw-ring-offset-color: rgb(219 77 77 / 0.95); +} +.ring-offset-red-400\/100{ + --tw-ring-offset-color: rgb(219 77 77 / 1); +} +.ring-offset-red-500\/0{ + --tw-ring-offset-color: rgb(204 0 0 / 0); +} +.ring-offset-red-500\/5{ + --tw-ring-offset-color: rgb(204 0 0 / 0.05); +} +.ring-offset-red-500\/10{ + --tw-ring-offset-color: rgb(204 0 0 / 0.1); +} +.ring-offset-red-500\/20{ + --tw-ring-offset-color: rgb(204 0 0 / 0.2); +} +.ring-offset-red-500\/25{ + --tw-ring-offset-color: rgb(204 0 0 / 0.25); +} +.ring-offset-red-500\/30{ + --tw-ring-offset-color: rgb(204 0 0 / 0.3); +} +.ring-offset-red-500\/40{ + --tw-ring-offset-color: rgb(204 0 0 / 0.4); +} +.ring-offset-red-500\/50{ + --tw-ring-offset-color: rgb(204 0 0 / 0.5); +} +.ring-offset-red-500\/60{ + --tw-ring-offset-color: rgb(204 0 0 / 0.6); +} +.ring-offset-red-500\/70{ + --tw-ring-offset-color: rgb(204 0 0 / 0.7); +} +.ring-offset-red-500\/75{ + --tw-ring-offset-color: rgb(204 0 0 / 0.75); +} +.ring-offset-red-500\/80{ + --tw-ring-offset-color: rgb(204 0 0 / 0.8); +} +.ring-offset-red-500\/90{ + --tw-ring-offset-color: rgb(204 0 0 / 0.9); +} +.ring-offset-red-500\/95{ + --tw-ring-offset-color: rgb(204 0 0 / 0.95); +} +.ring-offset-red-500\/100{ + --tw-ring-offset-color: rgb(204 0 0 / 1); +} +.ring-offset-red-600\/0{ + --tw-ring-offset-color: rgb(184 0 0 / 0); +} +.ring-offset-red-600\/5{ + --tw-ring-offset-color: rgb(184 0 0 / 0.05); +} +.ring-offset-red-600\/10{ + --tw-ring-offset-color: rgb(184 0 0 / 0.1); +} +.ring-offset-red-600\/20{ + --tw-ring-offset-color: rgb(184 0 0 / 0.2); +} +.ring-offset-red-600\/25{ + --tw-ring-offset-color: rgb(184 0 0 / 0.25); +} +.ring-offset-red-600\/30{ + --tw-ring-offset-color: rgb(184 0 0 / 0.3); +} +.ring-offset-red-600\/40{ + --tw-ring-offset-color: rgb(184 0 0 / 0.4); +} +.ring-offset-red-600\/50{ + --tw-ring-offset-color: rgb(184 0 0 / 0.5); +} +.ring-offset-red-600\/60{ + --tw-ring-offset-color: rgb(184 0 0 / 0.6); +} +.ring-offset-red-600\/70{ + --tw-ring-offset-color: rgb(184 0 0 / 0.7); +} +.ring-offset-red-600\/75{ + --tw-ring-offset-color: rgb(184 0 0 / 0.75); +} +.ring-offset-red-600\/80{ + --tw-ring-offset-color: rgb(184 0 0 / 0.8); +} +.ring-offset-red-600\/90{ + --tw-ring-offset-color: rgb(184 0 0 / 0.9); +} +.ring-offset-red-600\/95{ + --tw-ring-offset-color: rgb(184 0 0 / 0.95); +} +.ring-offset-red-600\/100{ + --tw-ring-offset-color: rgb(184 0 0 / 1); +} +.ring-offset-red-700\/0{ + --tw-ring-offset-color: rgb(153 0 0 / 0); +} +.ring-offset-red-700\/5{ + --tw-ring-offset-color: rgb(153 0 0 / 0.05); +} +.ring-offset-red-700\/10{ + --tw-ring-offset-color: rgb(153 0 0 / 0.1); +} +.ring-offset-red-700\/20{ + --tw-ring-offset-color: rgb(153 0 0 / 0.2); +} +.ring-offset-red-700\/25{ + --tw-ring-offset-color: rgb(153 0 0 / 0.25); +} +.ring-offset-red-700\/30{ + --tw-ring-offset-color: rgb(153 0 0 / 0.3); +} +.ring-offset-red-700\/40{ + --tw-ring-offset-color: rgb(153 0 0 / 0.4); +} +.ring-offset-red-700\/50{ + --tw-ring-offset-color: rgb(153 0 0 / 0.5); +} +.ring-offset-red-700\/60{ + --tw-ring-offset-color: rgb(153 0 0 / 0.6); +} +.ring-offset-red-700\/70{ + --tw-ring-offset-color: rgb(153 0 0 / 0.7); +} +.ring-offset-red-700\/75{ + --tw-ring-offset-color: rgb(153 0 0 / 0.75); +} +.ring-offset-red-700\/80{ + --tw-ring-offset-color: rgb(153 0 0 / 0.8); +} +.ring-offset-red-700\/90{ + --tw-ring-offset-color: rgb(153 0 0 / 0.9); +} +.ring-offset-red-700\/95{ + --tw-ring-offset-color: rgb(153 0 0 / 0.95); +} +.ring-offset-red-700\/100{ + --tw-ring-offset-color: rgb(153 0 0 / 1); +} +.ring-offset-red-800\/0{ + --tw-ring-offset-color: rgb(122 0 0 / 0); +} +.ring-offset-red-800\/5{ + --tw-ring-offset-color: rgb(122 0 0 / 0.05); +} +.ring-offset-red-800\/10{ + --tw-ring-offset-color: rgb(122 0 0 / 0.1); +} +.ring-offset-red-800\/20{ + --tw-ring-offset-color: rgb(122 0 0 / 0.2); +} +.ring-offset-red-800\/25{ + --tw-ring-offset-color: rgb(122 0 0 / 0.25); +} +.ring-offset-red-800\/30{ + --tw-ring-offset-color: rgb(122 0 0 / 0.3); +} +.ring-offset-red-800\/40{ + --tw-ring-offset-color: rgb(122 0 0 / 0.4); +} +.ring-offset-red-800\/50{ + --tw-ring-offset-color: rgb(122 0 0 / 0.5); +} +.ring-offset-red-800\/60{ + --tw-ring-offset-color: rgb(122 0 0 / 0.6); +} +.ring-offset-red-800\/70{ + --tw-ring-offset-color: rgb(122 0 0 / 0.7); +} +.ring-offset-red-800\/75{ + --tw-ring-offset-color: rgb(122 0 0 / 0.75); +} +.ring-offset-red-800\/80{ + --tw-ring-offset-color: rgb(122 0 0 / 0.8); +} +.ring-offset-red-800\/90{ + --tw-ring-offset-color: rgb(122 0 0 / 0.9); +} +.ring-offset-red-800\/95{ + --tw-ring-offset-color: rgb(122 0 0 / 0.95); +} +.ring-offset-red-800\/100{ + --tw-ring-offset-color: rgb(122 0 0 / 1); +} +.ring-offset-red-900\/0{ + --tw-ring-offset-color: rgb(100 0 0 / 0); +} +.ring-offset-red-900\/5{ + --tw-ring-offset-color: rgb(100 0 0 / 0.05); +} +.ring-offset-red-900\/10{ + --tw-ring-offset-color: rgb(100 0 0 / 0.1); +} +.ring-offset-red-900\/20{ + --tw-ring-offset-color: rgb(100 0 0 / 0.2); +} +.ring-offset-red-900\/25{ + --tw-ring-offset-color: rgb(100 0 0 / 0.25); +} +.ring-offset-red-900\/30{ + --tw-ring-offset-color: rgb(100 0 0 / 0.3); +} +.ring-offset-red-900\/40{ + --tw-ring-offset-color: rgb(100 0 0 / 0.4); +} +.ring-offset-red-900\/50{ + --tw-ring-offset-color: rgb(100 0 0 / 0.5); +} +.ring-offset-red-900\/60{ + --tw-ring-offset-color: rgb(100 0 0 / 0.6); +} +.ring-offset-red-900\/70{ + --tw-ring-offset-color: rgb(100 0 0 / 0.7); +} +.ring-offset-red-900\/75{ + --tw-ring-offset-color: rgb(100 0 0 / 0.75); +} +.ring-offset-red-900\/80{ + --tw-ring-offset-color: rgb(100 0 0 / 0.8); +} +.ring-offset-red-900\/90{ + --tw-ring-offset-color: rgb(100 0 0 / 0.9); +} +.ring-offset-red-900\/95{ + --tw-ring-offset-color: rgb(100 0 0 / 0.95); +} +.ring-offset-red-900\/100{ + --tw-ring-offset-color: rgb(100 0 0 / 1); +} +.ring-offset-red\/0{ + --tw-ring-offset-color: rgb(204 0 0 / 0); +} +.ring-offset-red\/5{ + --tw-ring-offset-color: rgb(204 0 0 / 0.05); +} +.ring-offset-red\/10{ + --tw-ring-offset-color: rgb(204 0 0 / 0.1); +} +.ring-offset-red\/20{ + --tw-ring-offset-color: rgb(204 0 0 / 0.2); +} +.ring-offset-red\/25{ + --tw-ring-offset-color: rgb(204 0 0 / 0.25); +} +.ring-offset-red\/30{ + --tw-ring-offset-color: rgb(204 0 0 / 0.3); +} +.ring-offset-red\/40{ + --tw-ring-offset-color: rgb(204 0 0 / 0.4); +} +.ring-offset-red\/50{ + --tw-ring-offset-color: rgb(204 0 0 / 0.5); +} +.ring-offset-red\/60{ + --tw-ring-offset-color: rgb(204 0 0 / 0.6); +} +.ring-offset-red\/70{ + --tw-ring-offset-color: rgb(204 0 0 / 0.7); +} +.ring-offset-red\/75{ + --tw-ring-offset-color: rgb(204 0 0 / 0.75); +} +.ring-offset-red\/80{ + --tw-ring-offset-color: rgb(204 0 0 / 0.8); +} +.ring-offset-red\/90{ + --tw-ring-offset-color: rgb(204 0 0 / 0.9); +} +.ring-offset-red\/95{ + --tw-ring-offset-color: rgb(204 0 0 / 0.95); +} +.ring-offset-red\/100{ + --tw-ring-offset-color: rgb(204 0 0 / 1); +} +.ring-offset-orange-50\/0{ + --tw-ring-offset-color: rgb(255 250 243 / 0); +} +.ring-offset-orange-50\/5{ + --tw-ring-offset-color: rgb(255 250 243 / 0.05); +} +.ring-offset-orange-50\/10{ + --tw-ring-offset-color: rgb(255 250 243 / 0.1); +} +.ring-offset-orange-50\/20{ + --tw-ring-offset-color: rgb(255 250 243 / 0.2); +} +.ring-offset-orange-50\/25{ + --tw-ring-offset-color: rgb(255 250 243 / 0.25); +} +.ring-offset-orange-50\/30{ + --tw-ring-offset-color: rgb(255 250 243 / 0.3); +} +.ring-offset-orange-50\/40{ + --tw-ring-offset-color: rgb(255 250 243 / 0.4); +} +.ring-offset-orange-50\/50{ + --tw-ring-offset-color: rgb(255 250 243 / 0.5); +} +.ring-offset-orange-50\/60{ + --tw-ring-offset-color: rgb(255 250 243 / 0.6); +} +.ring-offset-orange-50\/70{ + --tw-ring-offset-color: rgb(255 250 243 / 0.7); +} +.ring-offset-orange-50\/75{ + --tw-ring-offset-color: rgb(255 250 243 / 0.75); +} +.ring-offset-orange-50\/80{ + --tw-ring-offset-color: rgb(255 250 243 / 0.8); +} +.ring-offset-orange-50\/90{ + --tw-ring-offset-color: rgb(255 250 243 / 0.9); +} +.ring-offset-orange-50\/95{ + --tw-ring-offset-color: rgb(255 250 243 / 0.95); +} +.ring-offset-orange-50\/100{ + --tw-ring-offset-color: rgb(255 250 243 / 1); +} +.ring-offset-orange-100\/0{ + --tw-ring-offset-color: rgb(254 245 231 / 0); +} +.ring-offset-orange-100\/5{ + --tw-ring-offset-color: rgb(254 245 231 / 0.05); +} +.ring-offset-orange-100\/10{ + --tw-ring-offset-color: rgb(254 245 231 / 0.1); +} +.ring-offset-orange-100\/20{ + --tw-ring-offset-color: rgb(254 245 231 / 0.2); +} +.ring-offset-orange-100\/25{ + --tw-ring-offset-color: rgb(254 245 231 / 0.25); +} +.ring-offset-orange-100\/30{ + --tw-ring-offset-color: rgb(254 245 231 / 0.3); +} +.ring-offset-orange-100\/40{ + --tw-ring-offset-color: rgb(254 245 231 / 0.4); +} +.ring-offset-orange-100\/50{ + --tw-ring-offset-color: rgb(254 245 231 / 0.5); +} +.ring-offset-orange-100\/60{ + --tw-ring-offset-color: rgb(254 245 231 / 0.6); +} +.ring-offset-orange-100\/70{ + --tw-ring-offset-color: rgb(254 245 231 / 0.7); +} +.ring-offset-orange-100\/75{ + --tw-ring-offset-color: rgb(254 245 231 / 0.75); +} +.ring-offset-orange-100\/80{ + --tw-ring-offset-color: rgb(254 245 231 / 0.8); +} +.ring-offset-orange-100\/90{ + --tw-ring-offset-color: rgb(254 245 231 / 0.9); +} +.ring-offset-orange-100\/95{ + --tw-ring-offset-color: rgb(254 245 231 / 0.95); +} +.ring-offset-orange-100\/100{ + --tw-ring-offset-color: rgb(254 245 231 / 1); +} +.ring-offset-orange-200\/0{ + --tw-ring-offset-color: rgb(253 231 194 / 0); +} +.ring-offset-orange-200\/5{ + --tw-ring-offset-color: rgb(253 231 194 / 0.05); +} +.ring-offset-orange-200\/10{ + --tw-ring-offset-color: rgb(253 231 194 / 0.1); +} +.ring-offset-orange-200\/20{ + --tw-ring-offset-color: rgb(253 231 194 / 0.2); +} +.ring-offset-orange-200\/25{ + --tw-ring-offset-color: rgb(253 231 194 / 0.25); +} +.ring-offset-orange-200\/30{ + --tw-ring-offset-color: rgb(253 231 194 / 0.3); +} +.ring-offset-orange-200\/40{ + --tw-ring-offset-color: rgb(253 231 194 / 0.4); +} +.ring-offset-orange-200\/50{ + --tw-ring-offset-color: rgb(253 231 194 / 0.5); +} +.ring-offset-orange-200\/60{ + --tw-ring-offset-color: rgb(253 231 194 / 0.6); +} +.ring-offset-orange-200\/70{ + --tw-ring-offset-color: rgb(253 231 194 / 0.7); +} +.ring-offset-orange-200\/75{ + --tw-ring-offset-color: rgb(253 231 194 / 0.75); +} +.ring-offset-orange-200\/80{ + --tw-ring-offset-color: rgb(253 231 194 / 0.8); +} +.ring-offset-orange-200\/90{ + --tw-ring-offset-color: rgb(253 231 194 / 0.9); +} +.ring-offset-orange-200\/95{ + --tw-ring-offset-color: rgb(253 231 194 / 0.95); +} +.ring-offset-orange-200\/100{ + --tw-ring-offset-color: rgb(253 231 194 / 1); +} +.ring-offset-orange-300\/0{ + --tw-ring-offset-color: rgb(251 216 157 / 0); +} +.ring-offset-orange-300\/5{ + --tw-ring-offset-color: rgb(251 216 157 / 0.05); +} +.ring-offset-orange-300\/10{ + --tw-ring-offset-color: rgb(251 216 157 / 0.1); +} +.ring-offset-orange-300\/20{ + --tw-ring-offset-color: rgb(251 216 157 / 0.2); +} +.ring-offset-orange-300\/25{ + --tw-ring-offset-color: rgb(251 216 157 / 0.25); +} +.ring-offset-orange-300\/30{ + --tw-ring-offset-color: rgb(251 216 157 / 0.3); +} +.ring-offset-orange-300\/40{ + --tw-ring-offset-color: rgb(251 216 157 / 0.4); +} +.ring-offset-orange-300\/50{ + --tw-ring-offset-color: rgb(251 216 157 / 0.5); +} +.ring-offset-orange-300\/60{ + --tw-ring-offset-color: rgb(251 216 157 / 0.6); +} +.ring-offset-orange-300\/70{ + --tw-ring-offset-color: rgb(251 216 157 / 0.7); +} +.ring-offset-orange-300\/75{ + --tw-ring-offset-color: rgb(251 216 157 / 0.75); +} +.ring-offset-orange-300\/80{ + --tw-ring-offset-color: rgb(251 216 157 / 0.8); +} +.ring-offset-orange-300\/90{ + --tw-ring-offset-color: rgb(251 216 157 / 0.9); +} +.ring-offset-orange-300\/95{ + --tw-ring-offset-color: rgb(251 216 157 / 0.95); +} +.ring-offset-orange-300\/100{ + --tw-ring-offset-color: rgb(251 216 157 / 1); +} +.ring-offset-orange-400\/0{ + --tw-ring-offset-color: rgb(248 187 84 / 0); +} +.ring-offset-orange-400\/5{ + --tw-ring-offset-color: rgb(248 187 84 / 0.05); +} +.ring-offset-orange-400\/10{ + --tw-ring-offset-color: rgb(248 187 84 / 0.1); +} +.ring-offset-orange-400\/20{ + --tw-ring-offset-color: rgb(248 187 84 / 0.2); +} +.ring-offset-orange-400\/25{ + --tw-ring-offset-color: rgb(248 187 84 / 0.25); +} +.ring-offset-orange-400\/30{ + --tw-ring-offset-color: rgb(248 187 84 / 0.3); +} +.ring-offset-orange-400\/40{ + --tw-ring-offset-color: rgb(248 187 84 / 0.4); +} +.ring-offset-orange-400\/50{ + --tw-ring-offset-color: rgb(248 187 84 / 0.5); +} +.ring-offset-orange-400\/60{ + --tw-ring-offset-color: rgb(248 187 84 / 0.6); +} +.ring-offset-orange-400\/70{ + --tw-ring-offset-color: rgb(248 187 84 / 0.7); +} +.ring-offset-orange-400\/75{ + --tw-ring-offset-color: rgb(248 187 84 / 0.75); +} +.ring-offset-orange-400\/80{ + --tw-ring-offset-color: rgb(248 187 84 / 0.8); +} +.ring-offset-orange-400\/90{ + --tw-ring-offset-color: rgb(248 187 84 / 0.9); +} +.ring-offset-orange-400\/95{ + --tw-ring-offset-color: rgb(248 187 84 / 0.95); +} +.ring-offset-orange-400\/100{ + --tw-ring-offset-color: rgb(248 187 84 / 1); +} +.ring-offset-orange-500\/0{ + --tw-ring-offset-color: rgb(245 158 11 / 0); +} +.ring-offset-orange-500\/5{ + --tw-ring-offset-color: rgb(245 158 11 / 0.05); +} +.ring-offset-orange-500\/10{ + --tw-ring-offset-color: rgb(245 158 11 / 0.1); +} +.ring-offset-orange-500\/20{ + --tw-ring-offset-color: rgb(245 158 11 / 0.2); +} +.ring-offset-orange-500\/25{ + --tw-ring-offset-color: rgb(245 158 11 / 0.25); +} +.ring-offset-orange-500\/30{ + --tw-ring-offset-color: rgb(245 158 11 / 0.3); +} +.ring-offset-orange-500\/40{ + --tw-ring-offset-color: rgb(245 158 11 / 0.4); +} +.ring-offset-orange-500\/50{ + --tw-ring-offset-color: rgb(245 158 11 / 0.5); +} +.ring-offset-orange-500\/60{ + --tw-ring-offset-color: rgb(245 158 11 / 0.6); +} +.ring-offset-orange-500\/70{ + --tw-ring-offset-color: rgb(245 158 11 / 0.7); +} +.ring-offset-orange-500\/75{ + --tw-ring-offset-color: rgb(245 158 11 / 0.75); +} +.ring-offset-orange-500\/80{ + --tw-ring-offset-color: rgb(245 158 11 / 0.8); +} +.ring-offset-orange-500\/90{ + --tw-ring-offset-color: rgb(245 158 11 / 0.9); +} +.ring-offset-orange-500\/95{ + --tw-ring-offset-color: rgb(245 158 11 / 0.95); +} +.ring-offset-orange-500\/100{ + --tw-ring-offset-color: rgb(245 158 11 / 1); +} +.ring-offset-orange-600\/0{ + --tw-ring-offset-color: rgb(221 142 10 / 0); +} +.ring-offset-orange-600\/5{ + --tw-ring-offset-color: rgb(221 142 10 / 0.05); +} +.ring-offset-orange-600\/10{ + --tw-ring-offset-color: rgb(221 142 10 / 0.1); +} +.ring-offset-orange-600\/20{ + --tw-ring-offset-color: rgb(221 142 10 / 0.2); +} +.ring-offset-orange-600\/25{ + --tw-ring-offset-color: rgb(221 142 10 / 0.25); +} +.ring-offset-orange-600\/30{ + --tw-ring-offset-color: rgb(221 142 10 / 0.3); +} +.ring-offset-orange-600\/40{ + --tw-ring-offset-color: rgb(221 142 10 / 0.4); +} +.ring-offset-orange-600\/50{ + --tw-ring-offset-color: rgb(221 142 10 / 0.5); +} +.ring-offset-orange-600\/60{ + --tw-ring-offset-color: rgb(221 142 10 / 0.6); +} +.ring-offset-orange-600\/70{ + --tw-ring-offset-color: rgb(221 142 10 / 0.7); +} +.ring-offset-orange-600\/75{ + --tw-ring-offset-color: rgb(221 142 10 / 0.75); +} +.ring-offset-orange-600\/80{ + --tw-ring-offset-color: rgb(221 142 10 / 0.8); +} +.ring-offset-orange-600\/90{ + --tw-ring-offset-color: rgb(221 142 10 / 0.9); +} +.ring-offset-orange-600\/95{ + --tw-ring-offset-color: rgb(221 142 10 / 0.95); +} +.ring-offset-orange-600\/100{ + --tw-ring-offset-color: rgb(221 142 10 / 1); +} +.ring-offset-orange-700\/0{ + --tw-ring-offset-color: rgb(184 119 8 / 0); +} +.ring-offset-orange-700\/5{ + --tw-ring-offset-color: rgb(184 119 8 / 0.05); +} +.ring-offset-orange-700\/10{ + --tw-ring-offset-color: rgb(184 119 8 / 0.1); +} +.ring-offset-orange-700\/20{ + --tw-ring-offset-color: rgb(184 119 8 / 0.2); +} +.ring-offset-orange-700\/25{ + --tw-ring-offset-color: rgb(184 119 8 / 0.25); +} +.ring-offset-orange-700\/30{ + --tw-ring-offset-color: rgb(184 119 8 / 0.3); +} +.ring-offset-orange-700\/40{ + --tw-ring-offset-color: rgb(184 119 8 / 0.4); +} +.ring-offset-orange-700\/50{ + --tw-ring-offset-color: rgb(184 119 8 / 0.5); +} +.ring-offset-orange-700\/60{ + --tw-ring-offset-color: rgb(184 119 8 / 0.6); +} +.ring-offset-orange-700\/70{ + --tw-ring-offset-color: rgb(184 119 8 / 0.7); +} +.ring-offset-orange-700\/75{ + --tw-ring-offset-color: rgb(184 119 8 / 0.75); +} +.ring-offset-orange-700\/80{ + --tw-ring-offset-color: rgb(184 119 8 / 0.8); +} +.ring-offset-orange-700\/90{ + --tw-ring-offset-color: rgb(184 119 8 / 0.9); +} +.ring-offset-orange-700\/95{ + --tw-ring-offset-color: rgb(184 119 8 / 0.95); +} +.ring-offset-orange-700\/100{ + --tw-ring-offset-color: rgb(184 119 8 / 1); +} +.ring-offset-orange-800\/0{ + --tw-ring-offset-color: rgb(147 95 7 / 0); +} +.ring-offset-orange-800\/5{ + --tw-ring-offset-color: rgb(147 95 7 / 0.05); +} +.ring-offset-orange-800\/10{ + --tw-ring-offset-color: rgb(147 95 7 / 0.1); +} +.ring-offset-orange-800\/20{ + --tw-ring-offset-color: rgb(147 95 7 / 0.2); +} +.ring-offset-orange-800\/25{ + --tw-ring-offset-color: rgb(147 95 7 / 0.25); +} +.ring-offset-orange-800\/30{ + --tw-ring-offset-color: rgb(147 95 7 / 0.3); +} +.ring-offset-orange-800\/40{ + --tw-ring-offset-color: rgb(147 95 7 / 0.4); +} +.ring-offset-orange-800\/50{ + --tw-ring-offset-color: rgb(147 95 7 / 0.5); +} +.ring-offset-orange-800\/60{ + --tw-ring-offset-color: rgb(147 95 7 / 0.6); +} +.ring-offset-orange-800\/70{ + --tw-ring-offset-color: rgb(147 95 7 / 0.7); +} +.ring-offset-orange-800\/75{ + --tw-ring-offset-color: rgb(147 95 7 / 0.75); +} +.ring-offset-orange-800\/80{ + --tw-ring-offset-color: rgb(147 95 7 / 0.8); +} +.ring-offset-orange-800\/90{ + --tw-ring-offset-color: rgb(147 95 7 / 0.9); +} +.ring-offset-orange-800\/95{ + --tw-ring-offset-color: rgb(147 95 7 / 0.95); +} +.ring-offset-orange-800\/100{ + --tw-ring-offset-color: rgb(147 95 7 / 1); +} +.ring-offset-orange-900\/0{ + --tw-ring-offset-color: rgb(120 77 5 / 0); +} +.ring-offset-orange-900\/5{ + --tw-ring-offset-color: rgb(120 77 5 / 0.05); +} +.ring-offset-orange-900\/10{ + --tw-ring-offset-color: rgb(120 77 5 / 0.1); +} +.ring-offset-orange-900\/20{ + --tw-ring-offset-color: rgb(120 77 5 / 0.2); +} +.ring-offset-orange-900\/25{ + --tw-ring-offset-color: rgb(120 77 5 / 0.25); +} +.ring-offset-orange-900\/30{ + --tw-ring-offset-color: rgb(120 77 5 / 0.3); +} +.ring-offset-orange-900\/40{ + --tw-ring-offset-color: rgb(120 77 5 / 0.4); +} +.ring-offset-orange-900\/50{ + --tw-ring-offset-color: rgb(120 77 5 / 0.5); +} +.ring-offset-orange-900\/60{ + --tw-ring-offset-color: rgb(120 77 5 / 0.6); +} +.ring-offset-orange-900\/70{ + --tw-ring-offset-color: rgb(120 77 5 / 0.7); +} +.ring-offset-orange-900\/75{ + --tw-ring-offset-color: rgb(120 77 5 / 0.75); +} +.ring-offset-orange-900\/80{ + --tw-ring-offset-color: rgb(120 77 5 / 0.8); +} +.ring-offset-orange-900\/90{ + --tw-ring-offset-color: rgb(120 77 5 / 0.9); +} +.ring-offset-orange-900\/95{ + --tw-ring-offset-color: rgb(120 77 5 / 0.95); +} +.ring-offset-orange-900\/100{ + --tw-ring-offset-color: rgb(120 77 5 / 1); +} +.ring-offset-orange\/0{ + --tw-ring-offset-color: rgb(245 158 11 / 0); +} +.ring-offset-orange\/5{ + --tw-ring-offset-color: rgb(245 158 11 / 0.05); +} +.ring-offset-orange\/10{ + --tw-ring-offset-color: rgb(245 158 11 / 0.1); +} +.ring-offset-orange\/20{ + --tw-ring-offset-color: rgb(245 158 11 / 0.2); +} +.ring-offset-orange\/25{ + --tw-ring-offset-color: rgb(245 158 11 / 0.25); +} +.ring-offset-orange\/30{ + --tw-ring-offset-color: rgb(245 158 11 / 0.3); +} +.ring-offset-orange\/40{ + --tw-ring-offset-color: rgb(245 158 11 / 0.4); +} +.ring-offset-orange\/50{ + --tw-ring-offset-color: rgb(245 158 11 / 0.5); +} +.ring-offset-orange\/60{ + --tw-ring-offset-color: rgb(245 158 11 / 0.6); +} +.ring-offset-orange\/70{ + --tw-ring-offset-color: rgb(245 158 11 / 0.7); +} +.ring-offset-orange\/75{ + --tw-ring-offset-color: rgb(245 158 11 / 0.75); +} +.ring-offset-orange\/80{ + --tw-ring-offset-color: rgb(245 158 11 / 0.8); +} +.ring-offset-orange\/90{ + --tw-ring-offset-color: rgb(245 158 11 / 0.9); +} +.ring-offset-orange\/95{ + --tw-ring-offset-color: rgb(245 158 11 / 0.95); +} +.ring-offset-orange\/100{ + --tw-ring-offset-color: rgb(245 158 11 / 1); +} +.ring-offset-amber-50\/0{ + --tw-ring-offset-color: rgb(255 251 235 / 0); +} +.ring-offset-amber-50\/5{ + --tw-ring-offset-color: rgb(255 251 235 / 0.05); +} +.ring-offset-amber-50\/10{ + --tw-ring-offset-color: rgb(255 251 235 / 0.1); +} +.ring-offset-amber-50\/20{ + --tw-ring-offset-color: rgb(255 251 235 / 0.2); +} +.ring-offset-amber-50\/25{ + --tw-ring-offset-color: rgb(255 251 235 / 0.25); +} +.ring-offset-amber-50\/30{ + --tw-ring-offset-color: rgb(255 251 235 / 0.3); +} +.ring-offset-amber-50\/40{ + --tw-ring-offset-color: rgb(255 251 235 / 0.4); +} +.ring-offset-amber-50\/50{ + --tw-ring-offset-color: rgb(255 251 235 / 0.5); +} +.ring-offset-amber-50\/60{ + --tw-ring-offset-color: rgb(255 251 235 / 0.6); +} +.ring-offset-amber-50\/70{ + --tw-ring-offset-color: rgb(255 251 235 / 0.7); +} +.ring-offset-amber-50\/75{ + --tw-ring-offset-color: rgb(255 251 235 / 0.75); +} +.ring-offset-amber-50\/80{ + --tw-ring-offset-color: rgb(255 251 235 / 0.8); +} +.ring-offset-amber-50\/90{ + --tw-ring-offset-color: rgb(255 251 235 / 0.9); +} +.ring-offset-amber-50\/95{ + --tw-ring-offset-color: rgb(255 251 235 / 0.95); +} +.ring-offset-amber-50\/100{ + --tw-ring-offset-color: rgb(255 251 235 / 1); +} +.ring-offset-amber-100\/0{ + --tw-ring-offset-color: rgb(254 243 199 / 0); +} +.ring-offset-amber-100\/5{ + --tw-ring-offset-color: rgb(254 243 199 / 0.05); +} +.ring-offset-amber-100\/10{ + --tw-ring-offset-color: rgb(254 243 199 / 0.1); +} +.ring-offset-amber-100\/20{ + --tw-ring-offset-color: rgb(254 243 199 / 0.2); +} +.ring-offset-amber-100\/25{ + --tw-ring-offset-color: rgb(254 243 199 / 0.25); +} +.ring-offset-amber-100\/30{ + --tw-ring-offset-color: rgb(254 243 199 / 0.3); +} +.ring-offset-amber-100\/40{ + --tw-ring-offset-color: rgb(254 243 199 / 0.4); +} +.ring-offset-amber-100\/50{ + --tw-ring-offset-color: rgb(254 243 199 / 0.5); +} +.ring-offset-amber-100\/60{ + --tw-ring-offset-color: rgb(254 243 199 / 0.6); +} +.ring-offset-amber-100\/70{ + --tw-ring-offset-color: rgb(254 243 199 / 0.7); +} +.ring-offset-amber-100\/75{ + --tw-ring-offset-color: rgb(254 243 199 / 0.75); +} +.ring-offset-amber-100\/80{ + --tw-ring-offset-color: rgb(254 243 199 / 0.8); +} +.ring-offset-amber-100\/90{ + --tw-ring-offset-color: rgb(254 243 199 / 0.9); +} +.ring-offset-amber-100\/95{ + --tw-ring-offset-color: rgb(254 243 199 / 0.95); +} +.ring-offset-amber-100\/100{ + --tw-ring-offset-color: rgb(254 243 199 / 1); +} +.ring-offset-amber-200\/0{ + --tw-ring-offset-color: rgb(253 230 138 / 0); +} +.ring-offset-amber-200\/5{ + --tw-ring-offset-color: rgb(253 230 138 / 0.05); +} +.ring-offset-amber-200\/10{ + --tw-ring-offset-color: rgb(253 230 138 / 0.1); +} +.ring-offset-amber-200\/20{ + --tw-ring-offset-color: rgb(253 230 138 / 0.2); +} +.ring-offset-amber-200\/25{ + --tw-ring-offset-color: rgb(253 230 138 / 0.25); +} +.ring-offset-amber-200\/30{ + --tw-ring-offset-color: rgb(253 230 138 / 0.3); +} +.ring-offset-amber-200\/40{ + --tw-ring-offset-color: rgb(253 230 138 / 0.4); +} +.ring-offset-amber-200\/50{ + --tw-ring-offset-color: rgb(253 230 138 / 0.5); +} +.ring-offset-amber-200\/60{ + --tw-ring-offset-color: rgb(253 230 138 / 0.6); +} +.ring-offset-amber-200\/70{ + --tw-ring-offset-color: rgb(253 230 138 / 0.7); +} +.ring-offset-amber-200\/75{ + --tw-ring-offset-color: rgb(253 230 138 / 0.75); +} +.ring-offset-amber-200\/80{ + --tw-ring-offset-color: rgb(253 230 138 / 0.8); +} +.ring-offset-amber-200\/90{ + --tw-ring-offset-color: rgb(253 230 138 / 0.9); +} +.ring-offset-amber-200\/95{ + --tw-ring-offset-color: rgb(253 230 138 / 0.95); +} +.ring-offset-amber-200\/100{ + --tw-ring-offset-color: rgb(253 230 138 / 1); +} +.ring-offset-amber-300\/0{ + --tw-ring-offset-color: rgb(252 211 77 / 0); +} +.ring-offset-amber-300\/5{ + --tw-ring-offset-color: rgb(252 211 77 / 0.05); +} +.ring-offset-amber-300\/10{ + --tw-ring-offset-color: rgb(252 211 77 / 0.1); +} +.ring-offset-amber-300\/20{ + --tw-ring-offset-color: rgb(252 211 77 / 0.2); +} +.ring-offset-amber-300\/25{ + --tw-ring-offset-color: rgb(252 211 77 / 0.25); +} +.ring-offset-amber-300\/30{ + --tw-ring-offset-color: rgb(252 211 77 / 0.3); +} +.ring-offset-amber-300\/40{ + --tw-ring-offset-color: rgb(252 211 77 / 0.4); +} +.ring-offset-amber-300\/50{ + --tw-ring-offset-color: rgb(252 211 77 / 0.5); +} +.ring-offset-amber-300\/60{ + --tw-ring-offset-color: rgb(252 211 77 / 0.6); +} +.ring-offset-amber-300\/70{ + --tw-ring-offset-color: rgb(252 211 77 / 0.7); +} +.ring-offset-amber-300\/75{ + --tw-ring-offset-color: rgb(252 211 77 / 0.75); +} +.ring-offset-amber-300\/80{ + --tw-ring-offset-color: rgb(252 211 77 / 0.8); +} +.ring-offset-amber-300\/90{ + --tw-ring-offset-color: rgb(252 211 77 / 0.9); +} +.ring-offset-amber-300\/95{ + --tw-ring-offset-color: rgb(252 211 77 / 0.95); +} +.ring-offset-amber-300\/100{ + --tw-ring-offset-color: rgb(252 211 77 / 1); +} +.ring-offset-amber-400\/0{ + --tw-ring-offset-color: rgb(251 191 36 / 0); +} +.ring-offset-amber-400\/5{ + --tw-ring-offset-color: rgb(251 191 36 / 0.05); +} +.ring-offset-amber-400\/10{ + --tw-ring-offset-color: rgb(251 191 36 / 0.1); +} +.ring-offset-amber-400\/20{ + --tw-ring-offset-color: rgb(251 191 36 / 0.2); +} +.ring-offset-amber-400\/25{ + --tw-ring-offset-color: rgb(251 191 36 / 0.25); +} +.ring-offset-amber-400\/30{ + --tw-ring-offset-color: rgb(251 191 36 / 0.3); +} +.ring-offset-amber-400\/40{ + --tw-ring-offset-color: rgb(251 191 36 / 0.4); +} +.ring-offset-amber-400\/50{ + --tw-ring-offset-color: rgb(251 191 36 / 0.5); +} +.ring-offset-amber-400\/60{ + --tw-ring-offset-color: rgb(251 191 36 / 0.6); +} +.ring-offset-amber-400\/70{ + --tw-ring-offset-color: rgb(251 191 36 / 0.7); +} +.ring-offset-amber-400\/75{ + --tw-ring-offset-color: rgb(251 191 36 / 0.75); +} +.ring-offset-amber-400\/80{ + --tw-ring-offset-color: rgb(251 191 36 / 0.8); +} +.ring-offset-amber-400\/90{ + --tw-ring-offset-color: rgb(251 191 36 / 0.9); +} +.ring-offset-amber-400\/95{ + --tw-ring-offset-color: rgb(251 191 36 / 0.95); +} +.ring-offset-amber-400\/100{ + --tw-ring-offset-color: rgb(251 191 36 / 1); +} +.ring-offset-amber-500\/0{ + --tw-ring-offset-color: rgb(245 158 11 / 0); +} +.ring-offset-amber-500\/5{ + --tw-ring-offset-color: rgb(245 158 11 / 0.05); +} +.ring-offset-amber-500\/10{ + --tw-ring-offset-color: rgb(245 158 11 / 0.1); +} +.ring-offset-amber-500\/20{ + --tw-ring-offset-color: rgb(245 158 11 / 0.2); +} +.ring-offset-amber-500\/25{ + --tw-ring-offset-color: rgb(245 158 11 / 0.25); +} +.ring-offset-amber-500\/30{ + --tw-ring-offset-color: rgb(245 158 11 / 0.3); +} +.ring-offset-amber-500\/40{ + --tw-ring-offset-color: rgb(245 158 11 / 0.4); +} +.ring-offset-amber-500\/50{ + --tw-ring-offset-color: rgb(245 158 11 / 0.5); +} +.ring-offset-amber-500\/60{ + --tw-ring-offset-color: rgb(245 158 11 / 0.6); +} +.ring-offset-amber-500\/70{ + --tw-ring-offset-color: rgb(245 158 11 / 0.7); +} +.ring-offset-amber-500\/75{ + --tw-ring-offset-color: rgb(245 158 11 / 0.75); +} +.ring-offset-amber-500\/80{ + --tw-ring-offset-color: rgb(245 158 11 / 0.8); +} +.ring-offset-amber-500\/90{ + --tw-ring-offset-color: rgb(245 158 11 / 0.9); +} +.ring-offset-amber-500\/95{ + --tw-ring-offset-color: rgb(245 158 11 / 0.95); +} +.ring-offset-amber-500\/100{ + --tw-ring-offset-color: rgb(245 158 11 / 1); +} +.ring-offset-amber-600\/0{ + --tw-ring-offset-color: rgb(217 119 6 / 0); +} +.ring-offset-amber-600\/5{ + --tw-ring-offset-color: rgb(217 119 6 / 0.05); +} +.ring-offset-amber-600\/10{ + --tw-ring-offset-color: rgb(217 119 6 / 0.1); +} +.ring-offset-amber-600\/20{ + --tw-ring-offset-color: rgb(217 119 6 / 0.2); +} +.ring-offset-amber-600\/25{ + --tw-ring-offset-color: rgb(217 119 6 / 0.25); +} +.ring-offset-amber-600\/30{ + --tw-ring-offset-color: rgb(217 119 6 / 0.3); +} +.ring-offset-amber-600\/40{ + --tw-ring-offset-color: rgb(217 119 6 / 0.4); +} +.ring-offset-amber-600\/50{ + --tw-ring-offset-color: rgb(217 119 6 / 0.5); +} +.ring-offset-amber-600\/60{ + --tw-ring-offset-color: rgb(217 119 6 / 0.6); +} +.ring-offset-amber-600\/70{ + --tw-ring-offset-color: rgb(217 119 6 / 0.7); +} +.ring-offset-amber-600\/75{ + --tw-ring-offset-color: rgb(217 119 6 / 0.75); +} +.ring-offset-amber-600\/80{ + --tw-ring-offset-color: rgb(217 119 6 / 0.8); +} +.ring-offset-amber-600\/90{ + --tw-ring-offset-color: rgb(217 119 6 / 0.9); +} +.ring-offset-amber-600\/95{ + --tw-ring-offset-color: rgb(217 119 6 / 0.95); +} +.ring-offset-amber-600\/100{ + --tw-ring-offset-color: rgb(217 119 6 / 1); +} +.ring-offset-amber-700\/0{ + --tw-ring-offset-color: rgb(180 83 9 / 0); +} +.ring-offset-amber-700\/5{ + --tw-ring-offset-color: rgb(180 83 9 / 0.05); +} +.ring-offset-amber-700\/10{ + --tw-ring-offset-color: rgb(180 83 9 / 0.1); +} +.ring-offset-amber-700\/20{ + --tw-ring-offset-color: rgb(180 83 9 / 0.2); +} +.ring-offset-amber-700\/25{ + --tw-ring-offset-color: rgb(180 83 9 / 0.25); +} +.ring-offset-amber-700\/30{ + --tw-ring-offset-color: rgb(180 83 9 / 0.3); +} +.ring-offset-amber-700\/40{ + --tw-ring-offset-color: rgb(180 83 9 / 0.4); +} +.ring-offset-amber-700\/50{ + --tw-ring-offset-color: rgb(180 83 9 / 0.5); +} +.ring-offset-amber-700\/60{ + --tw-ring-offset-color: rgb(180 83 9 / 0.6); +} +.ring-offset-amber-700\/70{ + --tw-ring-offset-color: rgb(180 83 9 / 0.7); +} +.ring-offset-amber-700\/75{ + --tw-ring-offset-color: rgb(180 83 9 / 0.75); +} +.ring-offset-amber-700\/80{ + --tw-ring-offset-color: rgb(180 83 9 / 0.8); +} +.ring-offset-amber-700\/90{ + --tw-ring-offset-color: rgb(180 83 9 / 0.9); +} +.ring-offset-amber-700\/95{ + --tw-ring-offset-color: rgb(180 83 9 / 0.95); +} +.ring-offset-amber-700\/100{ + --tw-ring-offset-color: rgb(180 83 9 / 1); +} +.ring-offset-amber-800\/0{ + --tw-ring-offset-color: rgb(146 64 14 / 0); +} +.ring-offset-amber-800\/5{ + --tw-ring-offset-color: rgb(146 64 14 / 0.05); +} +.ring-offset-amber-800\/10{ + --tw-ring-offset-color: rgb(146 64 14 / 0.1); +} +.ring-offset-amber-800\/20{ + --tw-ring-offset-color: rgb(146 64 14 / 0.2); +} +.ring-offset-amber-800\/25{ + --tw-ring-offset-color: rgb(146 64 14 / 0.25); +} +.ring-offset-amber-800\/30{ + --tw-ring-offset-color: rgb(146 64 14 / 0.3); +} +.ring-offset-amber-800\/40{ + --tw-ring-offset-color: rgb(146 64 14 / 0.4); +} +.ring-offset-amber-800\/50{ + --tw-ring-offset-color: rgb(146 64 14 / 0.5); +} +.ring-offset-amber-800\/60{ + --tw-ring-offset-color: rgb(146 64 14 / 0.6); +} +.ring-offset-amber-800\/70{ + --tw-ring-offset-color: rgb(146 64 14 / 0.7); +} +.ring-offset-amber-800\/75{ + --tw-ring-offset-color: rgb(146 64 14 / 0.75); +} +.ring-offset-amber-800\/80{ + --tw-ring-offset-color: rgb(146 64 14 / 0.8); +} +.ring-offset-amber-800\/90{ + --tw-ring-offset-color: rgb(146 64 14 / 0.9); +} +.ring-offset-amber-800\/95{ + --tw-ring-offset-color: rgb(146 64 14 / 0.95); +} +.ring-offset-amber-800\/100{ + --tw-ring-offset-color: rgb(146 64 14 / 1); +} +.ring-offset-amber-900\/0{ + --tw-ring-offset-color: rgb(120 53 15 / 0); +} +.ring-offset-amber-900\/5{ + --tw-ring-offset-color: rgb(120 53 15 / 0.05); +} +.ring-offset-amber-900\/10{ + --tw-ring-offset-color: rgb(120 53 15 / 0.1); +} +.ring-offset-amber-900\/20{ + --tw-ring-offset-color: rgb(120 53 15 / 0.2); +} +.ring-offset-amber-900\/25{ + --tw-ring-offset-color: rgb(120 53 15 / 0.25); +} +.ring-offset-amber-900\/30{ + --tw-ring-offset-color: rgb(120 53 15 / 0.3); +} +.ring-offset-amber-900\/40{ + --tw-ring-offset-color: rgb(120 53 15 / 0.4); +} +.ring-offset-amber-900\/50{ + --tw-ring-offset-color: rgb(120 53 15 / 0.5); +} +.ring-offset-amber-900\/60{ + --tw-ring-offset-color: rgb(120 53 15 / 0.6); +} +.ring-offset-amber-900\/70{ + --tw-ring-offset-color: rgb(120 53 15 / 0.7); +} +.ring-offset-amber-900\/75{ + --tw-ring-offset-color: rgb(120 53 15 / 0.75); +} +.ring-offset-amber-900\/80{ + --tw-ring-offset-color: rgb(120 53 15 / 0.8); +} +.ring-offset-amber-900\/90{ + --tw-ring-offset-color: rgb(120 53 15 / 0.9); +} +.ring-offset-amber-900\/95{ + --tw-ring-offset-color: rgb(120 53 15 / 0.95); +} +.ring-offset-amber-900\/100{ + --tw-ring-offset-color: rgb(120 53 15 / 1); +} +.ring-offset-yellow-50\/0{ + --tw-ring-offset-color: rgb(253 253 234 / 0); +} +.ring-offset-yellow-50\/5{ + --tw-ring-offset-color: rgb(253 253 234 / 0.05); +} +.ring-offset-yellow-50\/10{ + --tw-ring-offset-color: rgb(253 253 234 / 0.1); +} +.ring-offset-yellow-50\/20{ + --tw-ring-offset-color: rgb(253 253 234 / 0.2); +} +.ring-offset-yellow-50\/25{ + --tw-ring-offset-color: rgb(253 253 234 / 0.25); +} +.ring-offset-yellow-50\/30{ + --tw-ring-offset-color: rgb(253 253 234 / 0.3); +} +.ring-offset-yellow-50\/40{ + --tw-ring-offset-color: rgb(253 253 234 / 0.4); +} +.ring-offset-yellow-50\/50{ + --tw-ring-offset-color: rgb(253 253 234 / 0.5); +} +.ring-offset-yellow-50\/60{ + --tw-ring-offset-color: rgb(253 253 234 / 0.6); +} +.ring-offset-yellow-50\/70{ + --tw-ring-offset-color: rgb(253 253 234 / 0.7); +} +.ring-offset-yellow-50\/75{ + --tw-ring-offset-color: rgb(253 253 234 / 0.75); +} +.ring-offset-yellow-50\/80{ + --tw-ring-offset-color: rgb(253 253 234 / 0.8); +} +.ring-offset-yellow-50\/90{ + --tw-ring-offset-color: rgb(253 253 234 / 0.9); +} +.ring-offset-yellow-50\/95{ + --tw-ring-offset-color: rgb(253 253 234 / 0.95); +} +.ring-offset-yellow-50\/100{ + --tw-ring-offset-color: rgb(253 253 234 / 1); +} +.ring-offset-yellow-100\/0{ + --tw-ring-offset-color: rgb(253 246 178 / 0); +} +.ring-offset-yellow-100\/5{ + --tw-ring-offset-color: rgb(253 246 178 / 0.05); +} +.ring-offset-yellow-100\/10{ + --tw-ring-offset-color: rgb(253 246 178 / 0.1); +} +.ring-offset-yellow-100\/20{ + --tw-ring-offset-color: rgb(253 246 178 / 0.2); +} +.ring-offset-yellow-100\/25{ + --tw-ring-offset-color: rgb(253 246 178 / 0.25); +} +.ring-offset-yellow-100\/30{ + --tw-ring-offset-color: rgb(253 246 178 / 0.3); +} +.ring-offset-yellow-100\/40{ + --tw-ring-offset-color: rgb(253 246 178 / 0.4); +} +.ring-offset-yellow-100\/50{ + --tw-ring-offset-color: rgb(253 246 178 / 0.5); +} +.ring-offset-yellow-100\/60{ + --tw-ring-offset-color: rgb(253 246 178 / 0.6); +} +.ring-offset-yellow-100\/70{ + --tw-ring-offset-color: rgb(253 246 178 / 0.7); +} +.ring-offset-yellow-100\/75{ + --tw-ring-offset-color: rgb(253 246 178 / 0.75); +} +.ring-offset-yellow-100\/80{ + --tw-ring-offset-color: rgb(253 246 178 / 0.8); +} +.ring-offset-yellow-100\/90{ + --tw-ring-offset-color: rgb(253 246 178 / 0.9); +} +.ring-offset-yellow-100\/95{ + --tw-ring-offset-color: rgb(253 246 178 / 0.95); +} +.ring-offset-yellow-100\/100{ + --tw-ring-offset-color: rgb(253 246 178 / 1); +} +.ring-offset-yellow-200\/0{ + --tw-ring-offset-color: rgb(252 233 106 / 0); +} +.ring-offset-yellow-200\/5{ + --tw-ring-offset-color: rgb(252 233 106 / 0.05); +} +.ring-offset-yellow-200\/10{ + --tw-ring-offset-color: rgb(252 233 106 / 0.1); +} +.ring-offset-yellow-200\/20{ + --tw-ring-offset-color: rgb(252 233 106 / 0.2); +} +.ring-offset-yellow-200\/25{ + --tw-ring-offset-color: rgb(252 233 106 / 0.25); +} +.ring-offset-yellow-200\/30{ + --tw-ring-offset-color: rgb(252 233 106 / 0.3); +} +.ring-offset-yellow-200\/40{ + --tw-ring-offset-color: rgb(252 233 106 / 0.4); +} +.ring-offset-yellow-200\/50{ + --tw-ring-offset-color: rgb(252 233 106 / 0.5); +} +.ring-offset-yellow-200\/60{ + --tw-ring-offset-color: rgb(252 233 106 / 0.6); +} +.ring-offset-yellow-200\/70{ + --tw-ring-offset-color: rgb(252 233 106 / 0.7); +} +.ring-offset-yellow-200\/75{ + --tw-ring-offset-color: rgb(252 233 106 / 0.75); +} +.ring-offset-yellow-200\/80{ + --tw-ring-offset-color: rgb(252 233 106 / 0.8); +} +.ring-offset-yellow-200\/90{ + --tw-ring-offset-color: rgb(252 233 106 / 0.9); +} +.ring-offset-yellow-200\/95{ + --tw-ring-offset-color: rgb(252 233 106 / 0.95); +} +.ring-offset-yellow-200\/100{ + --tw-ring-offset-color: rgb(252 233 106 / 1); +} +.ring-offset-yellow-300\/0{ + --tw-ring-offset-color: rgb(250 202 21 / 0); +} +.ring-offset-yellow-300\/5{ + --tw-ring-offset-color: rgb(250 202 21 / 0.05); +} +.ring-offset-yellow-300\/10{ + --tw-ring-offset-color: rgb(250 202 21 / 0.1); +} +.ring-offset-yellow-300\/20{ + --tw-ring-offset-color: rgb(250 202 21 / 0.2); +} +.ring-offset-yellow-300\/25{ + --tw-ring-offset-color: rgb(250 202 21 / 0.25); +} +.ring-offset-yellow-300\/30{ + --tw-ring-offset-color: rgb(250 202 21 / 0.3); +} +.ring-offset-yellow-300\/40{ + --tw-ring-offset-color: rgb(250 202 21 / 0.4); +} +.ring-offset-yellow-300\/50{ + --tw-ring-offset-color: rgb(250 202 21 / 0.5); +} +.ring-offset-yellow-300\/60{ + --tw-ring-offset-color: rgb(250 202 21 / 0.6); +} +.ring-offset-yellow-300\/70{ + --tw-ring-offset-color: rgb(250 202 21 / 0.7); +} +.ring-offset-yellow-300\/75{ + --tw-ring-offset-color: rgb(250 202 21 / 0.75); +} +.ring-offset-yellow-300\/80{ + --tw-ring-offset-color: rgb(250 202 21 / 0.8); +} +.ring-offset-yellow-300\/90{ + --tw-ring-offset-color: rgb(250 202 21 / 0.9); +} +.ring-offset-yellow-300\/95{ + --tw-ring-offset-color: rgb(250 202 21 / 0.95); +} +.ring-offset-yellow-300\/100{ + --tw-ring-offset-color: rgb(250 202 21 / 1); +} +.ring-offset-yellow-400\/0{ + --tw-ring-offset-color: rgb(227 160 8 / 0); +} +.ring-offset-yellow-400\/5{ + --tw-ring-offset-color: rgb(227 160 8 / 0.05); +} +.ring-offset-yellow-400\/10{ + --tw-ring-offset-color: rgb(227 160 8 / 0.1); +} +.ring-offset-yellow-400\/20{ + --tw-ring-offset-color: rgb(227 160 8 / 0.2); +} +.ring-offset-yellow-400\/25{ + --tw-ring-offset-color: rgb(227 160 8 / 0.25); +} +.ring-offset-yellow-400\/30{ + --tw-ring-offset-color: rgb(227 160 8 / 0.3); +} +.ring-offset-yellow-400\/40{ + --tw-ring-offset-color: rgb(227 160 8 / 0.4); +} +.ring-offset-yellow-400\/50{ + --tw-ring-offset-color: rgb(227 160 8 / 0.5); +} +.ring-offset-yellow-400\/60{ + --tw-ring-offset-color: rgb(227 160 8 / 0.6); +} +.ring-offset-yellow-400\/70{ + --tw-ring-offset-color: rgb(227 160 8 / 0.7); +} +.ring-offset-yellow-400\/75{ + --tw-ring-offset-color: rgb(227 160 8 / 0.75); +} +.ring-offset-yellow-400\/80{ + --tw-ring-offset-color: rgb(227 160 8 / 0.8); +} +.ring-offset-yellow-400\/90{ + --tw-ring-offset-color: rgb(227 160 8 / 0.9); +} +.ring-offset-yellow-400\/95{ + --tw-ring-offset-color: rgb(227 160 8 / 0.95); +} +.ring-offset-yellow-400\/100{ + --tw-ring-offset-color: rgb(227 160 8 / 1); +} +.ring-offset-yellow-500\/0{ + --tw-ring-offset-color: rgb(194 120 3 / 0); +} +.ring-offset-yellow-500\/5{ + --tw-ring-offset-color: rgb(194 120 3 / 0.05); +} +.ring-offset-yellow-500\/10{ + --tw-ring-offset-color: rgb(194 120 3 / 0.1); +} +.ring-offset-yellow-500\/20{ + --tw-ring-offset-color: rgb(194 120 3 / 0.2); +} +.ring-offset-yellow-500\/25{ + --tw-ring-offset-color: rgb(194 120 3 / 0.25); +} +.ring-offset-yellow-500\/30{ + --tw-ring-offset-color: rgb(194 120 3 / 0.3); +} +.ring-offset-yellow-500\/40{ + --tw-ring-offset-color: rgb(194 120 3 / 0.4); +} +.ring-offset-yellow-500\/50{ + --tw-ring-offset-color: rgb(194 120 3 / 0.5); +} +.ring-offset-yellow-500\/60{ + --tw-ring-offset-color: rgb(194 120 3 / 0.6); +} +.ring-offset-yellow-500\/70{ + --tw-ring-offset-color: rgb(194 120 3 / 0.7); +} +.ring-offset-yellow-500\/75{ + --tw-ring-offset-color: rgb(194 120 3 / 0.75); +} +.ring-offset-yellow-500\/80{ + --tw-ring-offset-color: rgb(194 120 3 / 0.8); +} +.ring-offset-yellow-500\/90{ + --tw-ring-offset-color: rgb(194 120 3 / 0.9); +} +.ring-offset-yellow-500\/95{ + --tw-ring-offset-color: rgb(194 120 3 / 0.95); +} +.ring-offset-yellow-500\/100{ + --tw-ring-offset-color: rgb(194 120 3 / 1); +} +.ring-offset-yellow-600\/0{ + --tw-ring-offset-color: rgb(159 88 10 / 0); +} +.ring-offset-yellow-600\/5{ + --tw-ring-offset-color: rgb(159 88 10 / 0.05); +} +.ring-offset-yellow-600\/10{ + --tw-ring-offset-color: rgb(159 88 10 / 0.1); +} +.ring-offset-yellow-600\/20{ + --tw-ring-offset-color: rgb(159 88 10 / 0.2); +} +.ring-offset-yellow-600\/25{ + --tw-ring-offset-color: rgb(159 88 10 / 0.25); +} +.ring-offset-yellow-600\/30{ + --tw-ring-offset-color: rgb(159 88 10 / 0.3); +} +.ring-offset-yellow-600\/40{ + --tw-ring-offset-color: rgb(159 88 10 / 0.4); +} +.ring-offset-yellow-600\/50{ + --tw-ring-offset-color: rgb(159 88 10 / 0.5); +} +.ring-offset-yellow-600\/60{ + --tw-ring-offset-color: rgb(159 88 10 / 0.6); +} +.ring-offset-yellow-600\/70{ + --tw-ring-offset-color: rgb(159 88 10 / 0.7); +} +.ring-offset-yellow-600\/75{ + --tw-ring-offset-color: rgb(159 88 10 / 0.75); +} +.ring-offset-yellow-600\/80{ + --tw-ring-offset-color: rgb(159 88 10 / 0.8); +} +.ring-offset-yellow-600\/90{ + --tw-ring-offset-color: rgb(159 88 10 / 0.9); +} +.ring-offset-yellow-600\/95{ + --tw-ring-offset-color: rgb(159 88 10 / 0.95); +} +.ring-offset-yellow-600\/100{ + --tw-ring-offset-color: rgb(159 88 10 / 1); +} +.ring-offset-yellow-700\/0{ + --tw-ring-offset-color: rgb(142 75 16 / 0); +} +.ring-offset-yellow-700\/5{ + --tw-ring-offset-color: rgb(142 75 16 / 0.05); +} +.ring-offset-yellow-700\/10{ + --tw-ring-offset-color: rgb(142 75 16 / 0.1); +} +.ring-offset-yellow-700\/20{ + --tw-ring-offset-color: rgb(142 75 16 / 0.2); +} +.ring-offset-yellow-700\/25{ + --tw-ring-offset-color: rgb(142 75 16 / 0.25); +} +.ring-offset-yellow-700\/30{ + --tw-ring-offset-color: rgb(142 75 16 / 0.3); +} +.ring-offset-yellow-700\/40{ + --tw-ring-offset-color: rgb(142 75 16 / 0.4); +} +.ring-offset-yellow-700\/50{ + --tw-ring-offset-color: rgb(142 75 16 / 0.5); +} +.ring-offset-yellow-700\/60{ + --tw-ring-offset-color: rgb(142 75 16 / 0.6); +} +.ring-offset-yellow-700\/70{ + --tw-ring-offset-color: rgb(142 75 16 / 0.7); +} +.ring-offset-yellow-700\/75{ + --tw-ring-offset-color: rgb(142 75 16 / 0.75); +} +.ring-offset-yellow-700\/80{ + --tw-ring-offset-color: rgb(142 75 16 / 0.8); +} +.ring-offset-yellow-700\/90{ + --tw-ring-offset-color: rgb(142 75 16 / 0.9); +} +.ring-offset-yellow-700\/95{ + --tw-ring-offset-color: rgb(142 75 16 / 0.95); +} +.ring-offset-yellow-700\/100{ + --tw-ring-offset-color: rgb(142 75 16 / 1); +} +.ring-offset-yellow-800\/0{ + --tw-ring-offset-color: rgb(114 59 19 / 0); +} +.ring-offset-yellow-800\/5{ + --tw-ring-offset-color: rgb(114 59 19 / 0.05); +} +.ring-offset-yellow-800\/10{ + --tw-ring-offset-color: rgb(114 59 19 / 0.1); +} +.ring-offset-yellow-800\/20{ + --tw-ring-offset-color: rgb(114 59 19 / 0.2); +} +.ring-offset-yellow-800\/25{ + --tw-ring-offset-color: rgb(114 59 19 / 0.25); +} +.ring-offset-yellow-800\/30{ + --tw-ring-offset-color: rgb(114 59 19 / 0.3); +} +.ring-offset-yellow-800\/40{ + --tw-ring-offset-color: rgb(114 59 19 / 0.4); +} +.ring-offset-yellow-800\/50{ + --tw-ring-offset-color: rgb(114 59 19 / 0.5); +} +.ring-offset-yellow-800\/60{ + --tw-ring-offset-color: rgb(114 59 19 / 0.6); +} +.ring-offset-yellow-800\/70{ + --tw-ring-offset-color: rgb(114 59 19 / 0.7); +} +.ring-offset-yellow-800\/75{ + --tw-ring-offset-color: rgb(114 59 19 / 0.75); +} +.ring-offset-yellow-800\/80{ + --tw-ring-offset-color: rgb(114 59 19 / 0.8); +} +.ring-offset-yellow-800\/90{ + --tw-ring-offset-color: rgb(114 59 19 / 0.9); +} +.ring-offset-yellow-800\/95{ + --tw-ring-offset-color: rgb(114 59 19 / 0.95); +} +.ring-offset-yellow-800\/100{ + --tw-ring-offset-color: rgb(114 59 19 / 1); +} +.ring-offset-yellow-900\/0{ + --tw-ring-offset-color: rgb(99 49 18 / 0); +} +.ring-offset-yellow-900\/5{ + --tw-ring-offset-color: rgb(99 49 18 / 0.05); +} +.ring-offset-yellow-900\/10{ + --tw-ring-offset-color: rgb(99 49 18 / 0.1); +} +.ring-offset-yellow-900\/20{ + --tw-ring-offset-color: rgb(99 49 18 / 0.2); +} +.ring-offset-yellow-900\/25{ + --tw-ring-offset-color: rgb(99 49 18 / 0.25); +} +.ring-offset-yellow-900\/30{ + --tw-ring-offset-color: rgb(99 49 18 / 0.3); +} +.ring-offset-yellow-900\/40{ + --tw-ring-offset-color: rgb(99 49 18 / 0.4); +} +.ring-offset-yellow-900\/50{ + --tw-ring-offset-color: rgb(99 49 18 / 0.5); +} +.ring-offset-yellow-900\/60{ + --tw-ring-offset-color: rgb(99 49 18 / 0.6); +} +.ring-offset-yellow-900\/70{ + --tw-ring-offset-color: rgb(99 49 18 / 0.7); +} +.ring-offset-yellow-900\/75{ + --tw-ring-offset-color: rgb(99 49 18 / 0.75); +} +.ring-offset-yellow-900\/80{ + --tw-ring-offset-color: rgb(99 49 18 / 0.8); +} +.ring-offset-yellow-900\/90{ + --tw-ring-offset-color: rgb(99 49 18 / 0.9); +} +.ring-offset-yellow-900\/95{ + --tw-ring-offset-color: rgb(99 49 18 / 0.95); +} +.ring-offset-yellow-900\/100{ + --tw-ring-offset-color: rgb(99 49 18 / 1); +} +.ring-offset-lime-50\/0{ + --tw-ring-offset-color: rgb(247 254 231 / 0); +} +.ring-offset-lime-50\/5{ + --tw-ring-offset-color: rgb(247 254 231 / 0.05); +} +.ring-offset-lime-50\/10{ + --tw-ring-offset-color: rgb(247 254 231 / 0.1); +} +.ring-offset-lime-50\/20{ + --tw-ring-offset-color: rgb(247 254 231 / 0.2); +} +.ring-offset-lime-50\/25{ + --tw-ring-offset-color: rgb(247 254 231 / 0.25); +} +.ring-offset-lime-50\/30{ + --tw-ring-offset-color: rgb(247 254 231 / 0.3); +} +.ring-offset-lime-50\/40{ + --tw-ring-offset-color: rgb(247 254 231 / 0.4); +} +.ring-offset-lime-50\/50{ + --tw-ring-offset-color: rgb(247 254 231 / 0.5); +} +.ring-offset-lime-50\/60{ + --tw-ring-offset-color: rgb(247 254 231 / 0.6); +} +.ring-offset-lime-50\/70{ + --tw-ring-offset-color: rgb(247 254 231 / 0.7); +} +.ring-offset-lime-50\/75{ + --tw-ring-offset-color: rgb(247 254 231 / 0.75); +} +.ring-offset-lime-50\/80{ + --tw-ring-offset-color: rgb(247 254 231 / 0.8); +} +.ring-offset-lime-50\/90{ + --tw-ring-offset-color: rgb(247 254 231 / 0.9); +} +.ring-offset-lime-50\/95{ + --tw-ring-offset-color: rgb(247 254 231 / 0.95); +} +.ring-offset-lime-50\/100{ + --tw-ring-offset-color: rgb(247 254 231 / 1); +} +.ring-offset-lime-100\/0{ + --tw-ring-offset-color: rgb(236 252 203 / 0); +} +.ring-offset-lime-100\/5{ + --tw-ring-offset-color: rgb(236 252 203 / 0.05); +} +.ring-offset-lime-100\/10{ + --tw-ring-offset-color: rgb(236 252 203 / 0.1); +} +.ring-offset-lime-100\/20{ + --tw-ring-offset-color: rgb(236 252 203 / 0.2); +} +.ring-offset-lime-100\/25{ + --tw-ring-offset-color: rgb(236 252 203 / 0.25); +} +.ring-offset-lime-100\/30{ + --tw-ring-offset-color: rgb(236 252 203 / 0.3); +} +.ring-offset-lime-100\/40{ + --tw-ring-offset-color: rgb(236 252 203 / 0.4); +} +.ring-offset-lime-100\/50{ + --tw-ring-offset-color: rgb(236 252 203 / 0.5); +} +.ring-offset-lime-100\/60{ + --tw-ring-offset-color: rgb(236 252 203 / 0.6); +} +.ring-offset-lime-100\/70{ + --tw-ring-offset-color: rgb(236 252 203 / 0.7); +} +.ring-offset-lime-100\/75{ + --tw-ring-offset-color: rgb(236 252 203 / 0.75); +} +.ring-offset-lime-100\/80{ + --tw-ring-offset-color: rgb(236 252 203 / 0.8); +} +.ring-offset-lime-100\/90{ + --tw-ring-offset-color: rgb(236 252 203 / 0.9); +} +.ring-offset-lime-100\/95{ + --tw-ring-offset-color: rgb(236 252 203 / 0.95); +} +.ring-offset-lime-100\/100{ + --tw-ring-offset-color: rgb(236 252 203 / 1); +} +.ring-offset-lime-200\/0{ + --tw-ring-offset-color: rgb(217 249 157 / 0); +} +.ring-offset-lime-200\/5{ + --tw-ring-offset-color: rgb(217 249 157 / 0.05); +} +.ring-offset-lime-200\/10{ + --tw-ring-offset-color: rgb(217 249 157 / 0.1); +} +.ring-offset-lime-200\/20{ + --tw-ring-offset-color: rgb(217 249 157 / 0.2); +} +.ring-offset-lime-200\/25{ + --tw-ring-offset-color: rgb(217 249 157 / 0.25); +} +.ring-offset-lime-200\/30{ + --tw-ring-offset-color: rgb(217 249 157 / 0.3); +} +.ring-offset-lime-200\/40{ + --tw-ring-offset-color: rgb(217 249 157 / 0.4); +} +.ring-offset-lime-200\/50{ + --tw-ring-offset-color: rgb(217 249 157 / 0.5); +} +.ring-offset-lime-200\/60{ + --tw-ring-offset-color: rgb(217 249 157 / 0.6); +} +.ring-offset-lime-200\/70{ + --tw-ring-offset-color: rgb(217 249 157 / 0.7); +} +.ring-offset-lime-200\/75{ + --tw-ring-offset-color: rgb(217 249 157 / 0.75); +} +.ring-offset-lime-200\/80{ + --tw-ring-offset-color: rgb(217 249 157 / 0.8); +} +.ring-offset-lime-200\/90{ + --tw-ring-offset-color: rgb(217 249 157 / 0.9); +} +.ring-offset-lime-200\/95{ + --tw-ring-offset-color: rgb(217 249 157 / 0.95); +} +.ring-offset-lime-200\/100{ + --tw-ring-offset-color: rgb(217 249 157 / 1); +} +.ring-offset-lime-300\/0{ + --tw-ring-offset-color: rgb(190 242 100 / 0); +} +.ring-offset-lime-300\/5{ + --tw-ring-offset-color: rgb(190 242 100 / 0.05); +} +.ring-offset-lime-300\/10{ + --tw-ring-offset-color: rgb(190 242 100 / 0.1); +} +.ring-offset-lime-300\/20{ + --tw-ring-offset-color: rgb(190 242 100 / 0.2); +} +.ring-offset-lime-300\/25{ + --tw-ring-offset-color: rgb(190 242 100 / 0.25); +} +.ring-offset-lime-300\/30{ + --tw-ring-offset-color: rgb(190 242 100 / 0.3); +} +.ring-offset-lime-300\/40{ + --tw-ring-offset-color: rgb(190 242 100 / 0.4); +} +.ring-offset-lime-300\/50{ + --tw-ring-offset-color: rgb(190 242 100 / 0.5); +} +.ring-offset-lime-300\/60{ + --tw-ring-offset-color: rgb(190 242 100 / 0.6); +} +.ring-offset-lime-300\/70{ + --tw-ring-offset-color: rgb(190 242 100 / 0.7); +} +.ring-offset-lime-300\/75{ + --tw-ring-offset-color: rgb(190 242 100 / 0.75); +} +.ring-offset-lime-300\/80{ + --tw-ring-offset-color: rgb(190 242 100 / 0.8); +} +.ring-offset-lime-300\/90{ + --tw-ring-offset-color: rgb(190 242 100 / 0.9); +} +.ring-offset-lime-300\/95{ + --tw-ring-offset-color: rgb(190 242 100 / 0.95); +} +.ring-offset-lime-300\/100{ + --tw-ring-offset-color: rgb(190 242 100 / 1); +} +.ring-offset-lime-400\/0{ + --tw-ring-offset-color: rgb(163 230 53 / 0); +} +.ring-offset-lime-400\/5{ + --tw-ring-offset-color: rgb(163 230 53 / 0.05); +} +.ring-offset-lime-400\/10{ + --tw-ring-offset-color: rgb(163 230 53 / 0.1); +} +.ring-offset-lime-400\/20{ + --tw-ring-offset-color: rgb(163 230 53 / 0.2); +} +.ring-offset-lime-400\/25{ + --tw-ring-offset-color: rgb(163 230 53 / 0.25); +} +.ring-offset-lime-400\/30{ + --tw-ring-offset-color: rgb(163 230 53 / 0.3); +} +.ring-offset-lime-400\/40{ + --tw-ring-offset-color: rgb(163 230 53 / 0.4); +} +.ring-offset-lime-400\/50{ + --tw-ring-offset-color: rgb(163 230 53 / 0.5); +} +.ring-offset-lime-400\/60{ + --tw-ring-offset-color: rgb(163 230 53 / 0.6); +} +.ring-offset-lime-400\/70{ + --tw-ring-offset-color: rgb(163 230 53 / 0.7); +} +.ring-offset-lime-400\/75{ + --tw-ring-offset-color: rgb(163 230 53 / 0.75); +} +.ring-offset-lime-400\/80{ + --tw-ring-offset-color: rgb(163 230 53 / 0.8); +} +.ring-offset-lime-400\/90{ + --tw-ring-offset-color: rgb(163 230 53 / 0.9); +} +.ring-offset-lime-400\/95{ + --tw-ring-offset-color: rgb(163 230 53 / 0.95); +} +.ring-offset-lime-400\/100{ + --tw-ring-offset-color: rgb(163 230 53 / 1); +} +.ring-offset-lime-500\/0{ + --tw-ring-offset-color: rgb(132 204 22 / 0); +} +.ring-offset-lime-500\/5{ + --tw-ring-offset-color: rgb(132 204 22 / 0.05); +} +.ring-offset-lime-500\/10{ + --tw-ring-offset-color: rgb(132 204 22 / 0.1); +} +.ring-offset-lime-500\/20{ + --tw-ring-offset-color: rgb(132 204 22 / 0.2); +} +.ring-offset-lime-500\/25{ + --tw-ring-offset-color: rgb(132 204 22 / 0.25); +} +.ring-offset-lime-500\/30{ + --tw-ring-offset-color: rgb(132 204 22 / 0.3); +} +.ring-offset-lime-500\/40{ + --tw-ring-offset-color: rgb(132 204 22 / 0.4); +} +.ring-offset-lime-500\/50{ + --tw-ring-offset-color: rgb(132 204 22 / 0.5); +} +.ring-offset-lime-500\/60{ + --tw-ring-offset-color: rgb(132 204 22 / 0.6); +} +.ring-offset-lime-500\/70{ + --tw-ring-offset-color: rgb(132 204 22 / 0.7); +} +.ring-offset-lime-500\/75{ + --tw-ring-offset-color: rgb(132 204 22 / 0.75); +} +.ring-offset-lime-500\/80{ + --tw-ring-offset-color: rgb(132 204 22 / 0.8); +} +.ring-offset-lime-500\/90{ + --tw-ring-offset-color: rgb(132 204 22 / 0.9); +} +.ring-offset-lime-500\/95{ + --tw-ring-offset-color: rgb(132 204 22 / 0.95); +} +.ring-offset-lime-500\/100{ + --tw-ring-offset-color: rgb(132 204 22 / 1); +} +.ring-offset-lime-600\/0{ + --tw-ring-offset-color: rgb(101 163 13 / 0); +} +.ring-offset-lime-600\/5{ + --tw-ring-offset-color: rgb(101 163 13 / 0.05); +} +.ring-offset-lime-600\/10{ + --tw-ring-offset-color: rgb(101 163 13 / 0.1); +} +.ring-offset-lime-600\/20{ + --tw-ring-offset-color: rgb(101 163 13 / 0.2); +} +.ring-offset-lime-600\/25{ + --tw-ring-offset-color: rgb(101 163 13 / 0.25); +} +.ring-offset-lime-600\/30{ + --tw-ring-offset-color: rgb(101 163 13 / 0.3); +} +.ring-offset-lime-600\/40{ + --tw-ring-offset-color: rgb(101 163 13 / 0.4); +} +.ring-offset-lime-600\/50{ + --tw-ring-offset-color: rgb(101 163 13 / 0.5); +} +.ring-offset-lime-600\/60{ + --tw-ring-offset-color: rgb(101 163 13 / 0.6); +} +.ring-offset-lime-600\/70{ + --tw-ring-offset-color: rgb(101 163 13 / 0.7); +} +.ring-offset-lime-600\/75{ + --tw-ring-offset-color: rgb(101 163 13 / 0.75); +} +.ring-offset-lime-600\/80{ + --tw-ring-offset-color: rgb(101 163 13 / 0.8); +} +.ring-offset-lime-600\/90{ + --tw-ring-offset-color: rgb(101 163 13 / 0.9); +} +.ring-offset-lime-600\/95{ + --tw-ring-offset-color: rgb(101 163 13 / 0.95); +} +.ring-offset-lime-600\/100{ + --tw-ring-offset-color: rgb(101 163 13 / 1); +} +.ring-offset-lime-700\/0{ + --tw-ring-offset-color: rgb(77 124 15 / 0); +} +.ring-offset-lime-700\/5{ + --tw-ring-offset-color: rgb(77 124 15 / 0.05); +} +.ring-offset-lime-700\/10{ + --tw-ring-offset-color: rgb(77 124 15 / 0.1); +} +.ring-offset-lime-700\/20{ + --tw-ring-offset-color: rgb(77 124 15 / 0.2); +} +.ring-offset-lime-700\/25{ + --tw-ring-offset-color: rgb(77 124 15 / 0.25); +} +.ring-offset-lime-700\/30{ + --tw-ring-offset-color: rgb(77 124 15 / 0.3); +} +.ring-offset-lime-700\/40{ + --tw-ring-offset-color: rgb(77 124 15 / 0.4); +} +.ring-offset-lime-700\/50{ + --tw-ring-offset-color: rgb(77 124 15 / 0.5); +} +.ring-offset-lime-700\/60{ + --tw-ring-offset-color: rgb(77 124 15 / 0.6); +} +.ring-offset-lime-700\/70{ + --tw-ring-offset-color: rgb(77 124 15 / 0.7); +} +.ring-offset-lime-700\/75{ + --tw-ring-offset-color: rgb(77 124 15 / 0.75); +} +.ring-offset-lime-700\/80{ + --tw-ring-offset-color: rgb(77 124 15 / 0.8); +} +.ring-offset-lime-700\/90{ + --tw-ring-offset-color: rgb(77 124 15 / 0.9); +} +.ring-offset-lime-700\/95{ + --tw-ring-offset-color: rgb(77 124 15 / 0.95); +} +.ring-offset-lime-700\/100{ + --tw-ring-offset-color: rgb(77 124 15 / 1); +} +.ring-offset-lime-800\/0{ + --tw-ring-offset-color: rgb(63 98 18 / 0); +} +.ring-offset-lime-800\/5{ + --tw-ring-offset-color: rgb(63 98 18 / 0.05); +} +.ring-offset-lime-800\/10{ + --tw-ring-offset-color: rgb(63 98 18 / 0.1); +} +.ring-offset-lime-800\/20{ + --tw-ring-offset-color: rgb(63 98 18 / 0.2); +} +.ring-offset-lime-800\/25{ + --tw-ring-offset-color: rgb(63 98 18 / 0.25); +} +.ring-offset-lime-800\/30{ + --tw-ring-offset-color: rgb(63 98 18 / 0.3); +} +.ring-offset-lime-800\/40{ + --tw-ring-offset-color: rgb(63 98 18 / 0.4); +} +.ring-offset-lime-800\/50{ + --tw-ring-offset-color: rgb(63 98 18 / 0.5); +} +.ring-offset-lime-800\/60{ + --tw-ring-offset-color: rgb(63 98 18 / 0.6); +} +.ring-offset-lime-800\/70{ + --tw-ring-offset-color: rgb(63 98 18 / 0.7); +} +.ring-offset-lime-800\/75{ + --tw-ring-offset-color: rgb(63 98 18 / 0.75); +} +.ring-offset-lime-800\/80{ + --tw-ring-offset-color: rgb(63 98 18 / 0.8); +} +.ring-offset-lime-800\/90{ + --tw-ring-offset-color: rgb(63 98 18 / 0.9); +} +.ring-offset-lime-800\/95{ + --tw-ring-offset-color: rgb(63 98 18 / 0.95); +} +.ring-offset-lime-800\/100{ + --tw-ring-offset-color: rgb(63 98 18 / 1); +} +.ring-offset-lime-900\/0{ + --tw-ring-offset-color: rgb(54 83 20 / 0); +} +.ring-offset-lime-900\/5{ + --tw-ring-offset-color: rgb(54 83 20 / 0.05); +} +.ring-offset-lime-900\/10{ + --tw-ring-offset-color: rgb(54 83 20 / 0.1); +} +.ring-offset-lime-900\/20{ + --tw-ring-offset-color: rgb(54 83 20 / 0.2); +} +.ring-offset-lime-900\/25{ + --tw-ring-offset-color: rgb(54 83 20 / 0.25); +} +.ring-offset-lime-900\/30{ + --tw-ring-offset-color: rgb(54 83 20 / 0.3); +} +.ring-offset-lime-900\/40{ + --tw-ring-offset-color: rgb(54 83 20 / 0.4); +} +.ring-offset-lime-900\/50{ + --tw-ring-offset-color: rgb(54 83 20 / 0.5); +} +.ring-offset-lime-900\/60{ + --tw-ring-offset-color: rgb(54 83 20 / 0.6); +} +.ring-offset-lime-900\/70{ + --tw-ring-offset-color: rgb(54 83 20 / 0.7); +} +.ring-offset-lime-900\/75{ + --tw-ring-offset-color: rgb(54 83 20 / 0.75); +} +.ring-offset-lime-900\/80{ + --tw-ring-offset-color: rgb(54 83 20 / 0.8); +} +.ring-offset-lime-900\/90{ + --tw-ring-offset-color: rgb(54 83 20 / 0.9); +} +.ring-offset-lime-900\/95{ + --tw-ring-offset-color: rgb(54 83 20 / 0.95); +} +.ring-offset-lime-900\/100{ + --tw-ring-offset-color: rgb(54 83 20 / 1); +} +.ring-offset-green-50\/0{ + --tw-ring-offset-color: rgb(248 250 246 / 0); +} +.ring-offset-green-50\/5{ + --tw-ring-offset-color: rgb(248 250 246 / 0.05); +} +.ring-offset-green-50\/10{ + --tw-ring-offset-color: rgb(248 250 246 / 0.1); +} +.ring-offset-green-50\/20{ + --tw-ring-offset-color: rgb(248 250 246 / 0.2); +} +.ring-offset-green-50\/25{ + --tw-ring-offset-color: rgb(248 250 246 / 0.25); +} +.ring-offset-green-50\/30{ + --tw-ring-offset-color: rgb(248 250 246 / 0.3); +} +.ring-offset-green-50\/40{ + --tw-ring-offset-color: rgb(248 250 246 / 0.4); +} +.ring-offset-green-50\/50{ + --tw-ring-offset-color: rgb(248 250 246 / 0.5); +} +.ring-offset-green-50\/60{ + --tw-ring-offset-color: rgb(248 250 246 / 0.6); +} +.ring-offset-green-50\/70{ + --tw-ring-offset-color: rgb(248 250 246 / 0.7); +} +.ring-offset-green-50\/75{ + --tw-ring-offset-color: rgb(248 250 246 / 0.75); +} +.ring-offset-green-50\/80{ + --tw-ring-offset-color: rgb(248 250 246 / 0.8); +} +.ring-offset-green-50\/90{ + --tw-ring-offset-color: rgb(248 250 246 / 0.9); +} +.ring-offset-green-50\/95{ + --tw-ring-offset-color: rgb(248 250 246 / 0.95); +} +.ring-offset-green-50\/100{ + --tw-ring-offset-color: rgb(248 250 246 / 1); +} +.ring-offset-green-100\/0{ + --tw-ring-offset-color: rgb(241 246 238 / 0); +} +.ring-offset-green-100\/5{ + --tw-ring-offset-color: rgb(241 246 238 / 0.05); +} +.ring-offset-green-100\/10{ + --tw-ring-offset-color: rgb(241 246 238 / 0.1); +} +.ring-offset-green-100\/20{ + --tw-ring-offset-color: rgb(241 246 238 / 0.2); +} +.ring-offset-green-100\/25{ + --tw-ring-offset-color: rgb(241 246 238 / 0.25); +} +.ring-offset-green-100\/30{ + --tw-ring-offset-color: rgb(241 246 238 / 0.3); +} +.ring-offset-green-100\/40{ + --tw-ring-offset-color: rgb(241 246 238 / 0.4); +} +.ring-offset-green-100\/50{ + --tw-ring-offset-color: rgb(241 246 238 / 0.5); +} +.ring-offset-green-100\/60{ + --tw-ring-offset-color: rgb(241 246 238 / 0.6); +} +.ring-offset-green-100\/70{ + --tw-ring-offset-color: rgb(241 246 238 / 0.7); +} +.ring-offset-green-100\/75{ + --tw-ring-offset-color: rgb(241 246 238 / 0.75); +} +.ring-offset-green-100\/80{ + --tw-ring-offset-color: rgb(241 246 238 / 0.8); +} +.ring-offset-green-100\/90{ + --tw-ring-offset-color: rgb(241 246 238 / 0.9); +} +.ring-offset-green-100\/95{ + --tw-ring-offset-color: rgb(241 246 238 / 0.95); +} +.ring-offset-green-100\/100{ + --tw-ring-offset-color: rgb(241 246 238 / 1); +} +.ring-offset-green-200\/0{ + --tw-ring-offset-color: rgb(219 232 212 / 0); +} +.ring-offset-green-200\/5{ + --tw-ring-offset-color: rgb(219 232 212 / 0.05); +} +.ring-offset-green-200\/10{ + --tw-ring-offset-color: rgb(219 232 212 / 0.1); +} +.ring-offset-green-200\/20{ + --tw-ring-offset-color: rgb(219 232 212 / 0.2); +} +.ring-offset-green-200\/25{ + --tw-ring-offset-color: rgb(219 232 212 / 0.25); +} +.ring-offset-green-200\/30{ + --tw-ring-offset-color: rgb(219 232 212 / 0.3); +} +.ring-offset-green-200\/40{ + --tw-ring-offset-color: rgb(219 232 212 / 0.4); +} +.ring-offset-green-200\/50{ + --tw-ring-offset-color: rgb(219 232 212 / 0.5); +} +.ring-offset-green-200\/60{ + --tw-ring-offset-color: rgb(219 232 212 / 0.6); +} +.ring-offset-green-200\/70{ + --tw-ring-offset-color: rgb(219 232 212 / 0.7); +} +.ring-offset-green-200\/75{ + --tw-ring-offset-color: rgb(219 232 212 / 0.75); +} +.ring-offset-green-200\/80{ + --tw-ring-offset-color: rgb(219 232 212 / 0.8); +} +.ring-offset-green-200\/90{ + --tw-ring-offset-color: rgb(219 232 212 / 0.9); +} +.ring-offset-green-200\/95{ + --tw-ring-offset-color: rgb(219 232 212 / 0.95); +} +.ring-offset-green-200\/100{ + --tw-ring-offset-color: rgb(219 232 212 / 1); +} +.ring-offset-green-300\/0{ + --tw-ring-offset-color: rgb(197 217 186 / 0); +} +.ring-offset-green-300\/5{ + --tw-ring-offset-color: rgb(197 217 186 / 0.05); +} +.ring-offset-green-300\/10{ + --tw-ring-offset-color: rgb(197 217 186 / 0.1); +} +.ring-offset-green-300\/20{ + --tw-ring-offset-color: rgb(197 217 186 / 0.2); +} +.ring-offset-green-300\/25{ + --tw-ring-offset-color: rgb(197 217 186 / 0.25); +} +.ring-offset-green-300\/30{ + --tw-ring-offset-color: rgb(197 217 186 / 0.3); +} +.ring-offset-green-300\/40{ + --tw-ring-offset-color: rgb(197 217 186 / 0.4); +} +.ring-offset-green-300\/50{ + --tw-ring-offset-color: rgb(197 217 186 / 0.5); +} +.ring-offset-green-300\/60{ + --tw-ring-offset-color: rgb(197 217 186 / 0.6); +} +.ring-offset-green-300\/70{ + --tw-ring-offset-color: rgb(197 217 186 / 0.7); +} +.ring-offset-green-300\/75{ + --tw-ring-offset-color: rgb(197 217 186 / 0.75); +} +.ring-offset-green-300\/80{ + --tw-ring-offset-color: rgb(197 217 186 / 0.8); +} +.ring-offset-green-300\/90{ + --tw-ring-offset-color: rgb(197 217 186 / 0.9); +} +.ring-offset-green-300\/95{ + --tw-ring-offset-color: rgb(197 217 186 / 0.95); +} +.ring-offset-green-300\/100{ + --tw-ring-offset-color: rgb(197 217 186 / 1); +} +.ring-offset-green-400\/0{ + --tw-ring-offset-color: rgb(154 189 134 / 0); +} +.ring-offset-green-400\/5{ + --tw-ring-offset-color: rgb(154 189 134 / 0.05); +} +.ring-offset-green-400\/10{ + --tw-ring-offset-color: rgb(154 189 134 / 0.1); +} +.ring-offset-green-400\/20{ + --tw-ring-offset-color: rgb(154 189 134 / 0.2); +} +.ring-offset-green-400\/25{ + --tw-ring-offset-color: rgb(154 189 134 / 0.25); +} +.ring-offset-green-400\/30{ + --tw-ring-offset-color: rgb(154 189 134 / 0.3); +} +.ring-offset-green-400\/40{ + --tw-ring-offset-color: rgb(154 189 134 / 0.4); +} +.ring-offset-green-400\/50{ + --tw-ring-offset-color: rgb(154 189 134 / 0.5); +} +.ring-offset-green-400\/60{ + --tw-ring-offset-color: rgb(154 189 134 / 0.6); +} +.ring-offset-green-400\/70{ + --tw-ring-offset-color: rgb(154 189 134 / 0.7); +} +.ring-offset-green-400\/75{ + --tw-ring-offset-color: rgb(154 189 134 / 0.75); +} +.ring-offset-green-400\/80{ + --tw-ring-offset-color: rgb(154 189 134 / 0.8); +} +.ring-offset-green-400\/90{ + --tw-ring-offset-color: rgb(154 189 134 / 0.9); +} +.ring-offset-green-400\/95{ + --tw-ring-offset-color: rgb(154 189 134 / 0.95); +} +.ring-offset-green-400\/100{ + --tw-ring-offset-color: rgb(154 189 134 / 1); +} +.ring-offset-green-500\/0{ + --tw-ring-offset-color: rgb(110 161 82 / 0); +} +.ring-offset-green-500\/5{ + --tw-ring-offset-color: rgb(110 161 82 / 0.05); +} +.ring-offset-green-500\/10{ + --tw-ring-offset-color: rgb(110 161 82 / 0.1); +} +.ring-offset-green-500\/20{ + --tw-ring-offset-color: rgb(110 161 82 / 0.2); +} +.ring-offset-green-500\/25{ + --tw-ring-offset-color: rgb(110 161 82 / 0.25); +} +.ring-offset-green-500\/30{ + --tw-ring-offset-color: rgb(110 161 82 / 0.3); +} +.ring-offset-green-500\/40{ + --tw-ring-offset-color: rgb(110 161 82 / 0.4); +} +.ring-offset-green-500\/50{ + --tw-ring-offset-color: rgb(110 161 82 / 0.5); +} +.ring-offset-green-500\/60{ + --tw-ring-offset-color: rgb(110 161 82 / 0.6); +} +.ring-offset-green-500\/70{ + --tw-ring-offset-color: rgb(110 161 82 / 0.7); +} +.ring-offset-green-500\/75{ + --tw-ring-offset-color: rgb(110 161 82 / 0.75); +} +.ring-offset-green-500\/80{ + --tw-ring-offset-color: rgb(110 161 82 / 0.8); +} +.ring-offset-green-500\/90{ + --tw-ring-offset-color: rgb(110 161 82 / 0.9); +} +.ring-offset-green-500\/95{ + --tw-ring-offset-color: rgb(110 161 82 / 0.95); +} +.ring-offset-green-500\/100{ + --tw-ring-offset-color: rgb(110 161 82 / 1); +} +.ring-offset-green-600\/0{ + --tw-ring-offset-color: rgb(99 145 74 / 0); +} +.ring-offset-green-600\/5{ + --tw-ring-offset-color: rgb(99 145 74 / 0.05); +} +.ring-offset-green-600\/10{ + --tw-ring-offset-color: rgb(99 145 74 / 0.1); +} +.ring-offset-green-600\/20{ + --tw-ring-offset-color: rgb(99 145 74 / 0.2); +} +.ring-offset-green-600\/25{ + --tw-ring-offset-color: rgb(99 145 74 / 0.25); +} +.ring-offset-green-600\/30{ + --tw-ring-offset-color: rgb(99 145 74 / 0.3); +} +.ring-offset-green-600\/40{ + --tw-ring-offset-color: rgb(99 145 74 / 0.4); +} +.ring-offset-green-600\/50{ + --tw-ring-offset-color: rgb(99 145 74 / 0.5); +} +.ring-offset-green-600\/60{ + --tw-ring-offset-color: rgb(99 145 74 / 0.6); +} +.ring-offset-green-600\/70{ + --tw-ring-offset-color: rgb(99 145 74 / 0.7); +} +.ring-offset-green-600\/75{ + --tw-ring-offset-color: rgb(99 145 74 / 0.75); +} +.ring-offset-green-600\/80{ + --tw-ring-offset-color: rgb(99 145 74 / 0.8); +} +.ring-offset-green-600\/90{ + --tw-ring-offset-color: rgb(99 145 74 / 0.9); +} +.ring-offset-green-600\/95{ + --tw-ring-offset-color: rgb(99 145 74 / 0.95); +} +.ring-offset-green-600\/100{ + --tw-ring-offset-color: rgb(99 145 74 / 1); +} +.ring-offset-green-700\/0{ + --tw-ring-offset-color: rgb(83 121 62 / 0); +} +.ring-offset-green-700\/5{ + --tw-ring-offset-color: rgb(83 121 62 / 0.05); +} +.ring-offset-green-700\/10{ + --tw-ring-offset-color: rgb(83 121 62 / 0.1); +} +.ring-offset-green-700\/20{ + --tw-ring-offset-color: rgb(83 121 62 / 0.2); +} +.ring-offset-green-700\/25{ + --tw-ring-offset-color: rgb(83 121 62 / 0.25); +} +.ring-offset-green-700\/30{ + --tw-ring-offset-color: rgb(83 121 62 / 0.3); +} +.ring-offset-green-700\/40{ + --tw-ring-offset-color: rgb(83 121 62 / 0.4); +} +.ring-offset-green-700\/50{ + --tw-ring-offset-color: rgb(83 121 62 / 0.5); +} +.ring-offset-green-700\/60{ + --tw-ring-offset-color: rgb(83 121 62 / 0.6); +} +.ring-offset-green-700\/70{ + --tw-ring-offset-color: rgb(83 121 62 / 0.7); +} +.ring-offset-green-700\/75{ + --tw-ring-offset-color: rgb(83 121 62 / 0.75); +} +.ring-offset-green-700\/80{ + --tw-ring-offset-color: rgb(83 121 62 / 0.8); +} +.ring-offset-green-700\/90{ + --tw-ring-offset-color: rgb(83 121 62 / 0.9); +} +.ring-offset-green-700\/95{ + --tw-ring-offset-color: rgb(83 121 62 / 0.95); +} +.ring-offset-green-700\/100{ + --tw-ring-offset-color: rgb(83 121 62 / 1); +} +.ring-offset-green-800\/0{ + --tw-ring-offset-color: rgb(66 97 49 / 0); +} +.ring-offset-green-800\/5{ + --tw-ring-offset-color: rgb(66 97 49 / 0.05); +} +.ring-offset-green-800\/10{ + --tw-ring-offset-color: rgb(66 97 49 / 0.1); +} +.ring-offset-green-800\/20{ + --tw-ring-offset-color: rgb(66 97 49 / 0.2); +} +.ring-offset-green-800\/25{ + --tw-ring-offset-color: rgb(66 97 49 / 0.25); +} +.ring-offset-green-800\/30{ + --tw-ring-offset-color: rgb(66 97 49 / 0.3); +} +.ring-offset-green-800\/40{ + --tw-ring-offset-color: rgb(66 97 49 / 0.4); +} +.ring-offset-green-800\/50{ + --tw-ring-offset-color: rgb(66 97 49 / 0.5); +} +.ring-offset-green-800\/60{ + --tw-ring-offset-color: rgb(66 97 49 / 0.6); +} +.ring-offset-green-800\/70{ + --tw-ring-offset-color: rgb(66 97 49 / 0.7); +} +.ring-offset-green-800\/75{ + --tw-ring-offset-color: rgb(66 97 49 / 0.75); +} +.ring-offset-green-800\/80{ + --tw-ring-offset-color: rgb(66 97 49 / 0.8); +} +.ring-offset-green-800\/90{ + --tw-ring-offset-color: rgb(66 97 49 / 0.9); +} +.ring-offset-green-800\/95{ + --tw-ring-offset-color: rgb(66 97 49 / 0.95); +} +.ring-offset-green-800\/100{ + --tw-ring-offset-color: rgb(66 97 49 / 1); +} +.ring-offset-green-900\/0{ + --tw-ring-offset-color: rgb(54 79 40 / 0); +} +.ring-offset-green-900\/5{ + --tw-ring-offset-color: rgb(54 79 40 / 0.05); +} +.ring-offset-green-900\/10{ + --tw-ring-offset-color: rgb(54 79 40 / 0.1); +} +.ring-offset-green-900\/20{ + --tw-ring-offset-color: rgb(54 79 40 / 0.2); +} +.ring-offset-green-900\/25{ + --tw-ring-offset-color: rgb(54 79 40 / 0.25); +} +.ring-offset-green-900\/30{ + --tw-ring-offset-color: rgb(54 79 40 / 0.3); +} +.ring-offset-green-900\/40{ + --tw-ring-offset-color: rgb(54 79 40 / 0.4); +} +.ring-offset-green-900\/50{ + --tw-ring-offset-color: rgb(54 79 40 / 0.5); +} +.ring-offset-green-900\/60{ + --tw-ring-offset-color: rgb(54 79 40 / 0.6); +} +.ring-offset-green-900\/70{ + --tw-ring-offset-color: rgb(54 79 40 / 0.7); +} +.ring-offset-green-900\/75{ + --tw-ring-offset-color: rgb(54 79 40 / 0.75); +} +.ring-offset-green-900\/80{ + --tw-ring-offset-color: rgb(54 79 40 / 0.8); +} +.ring-offset-green-900\/90{ + --tw-ring-offset-color: rgb(54 79 40 / 0.9); +} +.ring-offset-green-900\/95{ + --tw-ring-offset-color: rgb(54 79 40 / 0.95); +} +.ring-offset-green-900\/100{ + --tw-ring-offset-color: rgb(54 79 40 / 1); +} +.ring-offset-green\/0{ + --tw-ring-offset-color: rgb(110 161 82 / 0); +} +.ring-offset-green\/5{ + --tw-ring-offset-color: rgb(110 161 82 / 0.05); +} +.ring-offset-green\/10{ + --tw-ring-offset-color: rgb(110 161 82 / 0.1); +} +.ring-offset-green\/20{ + --tw-ring-offset-color: rgb(110 161 82 / 0.2); +} +.ring-offset-green\/25{ + --tw-ring-offset-color: rgb(110 161 82 / 0.25); +} +.ring-offset-green\/30{ + --tw-ring-offset-color: rgb(110 161 82 / 0.3); +} +.ring-offset-green\/40{ + --tw-ring-offset-color: rgb(110 161 82 / 0.4); +} +.ring-offset-green\/50{ + --tw-ring-offset-color: rgb(110 161 82 / 0.5); +} +.ring-offset-green\/60{ + --tw-ring-offset-color: rgb(110 161 82 / 0.6); +} +.ring-offset-green\/70{ + --tw-ring-offset-color: rgb(110 161 82 / 0.7); +} +.ring-offset-green\/75{ + --tw-ring-offset-color: rgb(110 161 82 / 0.75); +} +.ring-offset-green\/80{ + --tw-ring-offset-color: rgb(110 161 82 / 0.8); +} +.ring-offset-green\/90{ + --tw-ring-offset-color: rgb(110 161 82 / 0.9); +} +.ring-offset-green\/95{ + --tw-ring-offset-color: rgb(110 161 82 / 0.95); +} +.ring-offset-green\/100{ + --tw-ring-offset-color: rgb(110 161 82 / 1); +} +.ring-offset-emerald-50\/0{ + --tw-ring-offset-color: rgb(236 253 245 / 0); +} +.ring-offset-emerald-50\/5{ + --tw-ring-offset-color: rgb(236 253 245 / 0.05); +} +.ring-offset-emerald-50\/10{ + --tw-ring-offset-color: rgb(236 253 245 / 0.1); +} +.ring-offset-emerald-50\/20{ + --tw-ring-offset-color: rgb(236 253 245 / 0.2); +} +.ring-offset-emerald-50\/25{ + --tw-ring-offset-color: rgb(236 253 245 / 0.25); +} +.ring-offset-emerald-50\/30{ + --tw-ring-offset-color: rgb(236 253 245 / 0.3); +} +.ring-offset-emerald-50\/40{ + --tw-ring-offset-color: rgb(236 253 245 / 0.4); +} +.ring-offset-emerald-50\/50{ + --tw-ring-offset-color: rgb(236 253 245 / 0.5); +} +.ring-offset-emerald-50\/60{ + --tw-ring-offset-color: rgb(236 253 245 / 0.6); +} +.ring-offset-emerald-50\/70{ + --tw-ring-offset-color: rgb(236 253 245 / 0.7); +} +.ring-offset-emerald-50\/75{ + --tw-ring-offset-color: rgb(236 253 245 / 0.75); +} +.ring-offset-emerald-50\/80{ + --tw-ring-offset-color: rgb(236 253 245 / 0.8); +} +.ring-offset-emerald-50\/90{ + --tw-ring-offset-color: rgb(236 253 245 / 0.9); +} +.ring-offset-emerald-50\/95{ + --tw-ring-offset-color: rgb(236 253 245 / 0.95); +} +.ring-offset-emerald-50\/100{ + --tw-ring-offset-color: rgb(236 253 245 / 1); +} +.ring-offset-emerald-100\/0{ + --tw-ring-offset-color: rgb(209 250 229 / 0); +} +.ring-offset-emerald-100\/5{ + --tw-ring-offset-color: rgb(209 250 229 / 0.05); +} +.ring-offset-emerald-100\/10{ + --tw-ring-offset-color: rgb(209 250 229 / 0.1); +} +.ring-offset-emerald-100\/20{ + --tw-ring-offset-color: rgb(209 250 229 / 0.2); +} +.ring-offset-emerald-100\/25{ + --tw-ring-offset-color: rgb(209 250 229 / 0.25); +} +.ring-offset-emerald-100\/30{ + --tw-ring-offset-color: rgb(209 250 229 / 0.3); +} +.ring-offset-emerald-100\/40{ + --tw-ring-offset-color: rgb(209 250 229 / 0.4); +} +.ring-offset-emerald-100\/50{ + --tw-ring-offset-color: rgb(209 250 229 / 0.5); +} +.ring-offset-emerald-100\/60{ + --tw-ring-offset-color: rgb(209 250 229 / 0.6); +} +.ring-offset-emerald-100\/70{ + --tw-ring-offset-color: rgb(209 250 229 / 0.7); +} +.ring-offset-emerald-100\/75{ + --tw-ring-offset-color: rgb(209 250 229 / 0.75); +} +.ring-offset-emerald-100\/80{ + --tw-ring-offset-color: rgb(209 250 229 / 0.8); +} +.ring-offset-emerald-100\/90{ + --tw-ring-offset-color: rgb(209 250 229 / 0.9); +} +.ring-offset-emerald-100\/95{ + --tw-ring-offset-color: rgb(209 250 229 / 0.95); +} +.ring-offset-emerald-100\/100{ + --tw-ring-offset-color: rgb(209 250 229 / 1); +} +.ring-offset-emerald-200\/0{ + --tw-ring-offset-color: rgb(167 243 208 / 0); +} +.ring-offset-emerald-200\/5{ + --tw-ring-offset-color: rgb(167 243 208 / 0.05); +} +.ring-offset-emerald-200\/10{ + --tw-ring-offset-color: rgb(167 243 208 / 0.1); +} +.ring-offset-emerald-200\/20{ + --tw-ring-offset-color: rgb(167 243 208 / 0.2); +} +.ring-offset-emerald-200\/25{ + --tw-ring-offset-color: rgb(167 243 208 / 0.25); +} +.ring-offset-emerald-200\/30{ + --tw-ring-offset-color: rgb(167 243 208 / 0.3); +} +.ring-offset-emerald-200\/40{ + --tw-ring-offset-color: rgb(167 243 208 / 0.4); +} +.ring-offset-emerald-200\/50{ + --tw-ring-offset-color: rgb(167 243 208 / 0.5); +} +.ring-offset-emerald-200\/60{ + --tw-ring-offset-color: rgb(167 243 208 / 0.6); +} +.ring-offset-emerald-200\/70{ + --tw-ring-offset-color: rgb(167 243 208 / 0.7); +} +.ring-offset-emerald-200\/75{ + --tw-ring-offset-color: rgb(167 243 208 / 0.75); +} +.ring-offset-emerald-200\/80{ + --tw-ring-offset-color: rgb(167 243 208 / 0.8); +} +.ring-offset-emerald-200\/90{ + --tw-ring-offset-color: rgb(167 243 208 / 0.9); +} +.ring-offset-emerald-200\/95{ + --tw-ring-offset-color: rgb(167 243 208 / 0.95); +} +.ring-offset-emerald-200\/100{ + --tw-ring-offset-color: rgb(167 243 208 / 1); +} +.ring-offset-emerald-300\/0{ + --tw-ring-offset-color: rgb(110 231 183 / 0); +} +.ring-offset-emerald-300\/5{ + --tw-ring-offset-color: rgb(110 231 183 / 0.05); +} +.ring-offset-emerald-300\/10{ + --tw-ring-offset-color: rgb(110 231 183 / 0.1); +} +.ring-offset-emerald-300\/20{ + --tw-ring-offset-color: rgb(110 231 183 / 0.2); +} +.ring-offset-emerald-300\/25{ + --tw-ring-offset-color: rgb(110 231 183 / 0.25); +} +.ring-offset-emerald-300\/30{ + --tw-ring-offset-color: rgb(110 231 183 / 0.3); +} +.ring-offset-emerald-300\/40{ + --tw-ring-offset-color: rgb(110 231 183 / 0.4); +} +.ring-offset-emerald-300\/50{ + --tw-ring-offset-color: rgb(110 231 183 / 0.5); +} +.ring-offset-emerald-300\/60{ + --tw-ring-offset-color: rgb(110 231 183 / 0.6); +} +.ring-offset-emerald-300\/70{ + --tw-ring-offset-color: rgb(110 231 183 / 0.7); +} +.ring-offset-emerald-300\/75{ + --tw-ring-offset-color: rgb(110 231 183 / 0.75); +} +.ring-offset-emerald-300\/80{ + --tw-ring-offset-color: rgb(110 231 183 / 0.8); +} +.ring-offset-emerald-300\/90{ + --tw-ring-offset-color: rgb(110 231 183 / 0.9); +} +.ring-offset-emerald-300\/95{ + --tw-ring-offset-color: rgb(110 231 183 / 0.95); +} +.ring-offset-emerald-300\/100{ + --tw-ring-offset-color: rgb(110 231 183 / 1); +} +.ring-offset-emerald-400\/0{ + --tw-ring-offset-color: rgb(52 211 153 / 0); +} +.ring-offset-emerald-400\/5{ + --tw-ring-offset-color: rgb(52 211 153 / 0.05); +} +.ring-offset-emerald-400\/10{ + --tw-ring-offset-color: rgb(52 211 153 / 0.1); +} +.ring-offset-emerald-400\/20{ + --tw-ring-offset-color: rgb(52 211 153 / 0.2); +} +.ring-offset-emerald-400\/25{ + --tw-ring-offset-color: rgb(52 211 153 / 0.25); +} +.ring-offset-emerald-400\/30{ + --tw-ring-offset-color: rgb(52 211 153 / 0.3); +} +.ring-offset-emerald-400\/40{ + --tw-ring-offset-color: rgb(52 211 153 / 0.4); +} +.ring-offset-emerald-400\/50{ + --tw-ring-offset-color: rgb(52 211 153 / 0.5); +} +.ring-offset-emerald-400\/60{ + --tw-ring-offset-color: rgb(52 211 153 / 0.6); +} +.ring-offset-emerald-400\/70{ + --tw-ring-offset-color: rgb(52 211 153 / 0.7); +} +.ring-offset-emerald-400\/75{ + --tw-ring-offset-color: rgb(52 211 153 / 0.75); +} +.ring-offset-emerald-400\/80{ + --tw-ring-offset-color: rgb(52 211 153 / 0.8); +} +.ring-offset-emerald-400\/90{ + --tw-ring-offset-color: rgb(52 211 153 / 0.9); +} +.ring-offset-emerald-400\/95{ + --tw-ring-offset-color: rgb(52 211 153 / 0.95); +} +.ring-offset-emerald-400\/100{ + --tw-ring-offset-color: rgb(52 211 153 / 1); +} +.ring-offset-emerald-500\/0{ + --tw-ring-offset-color: rgb(16 185 129 / 0); +} +.ring-offset-emerald-500\/5{ + --tw-ring-offset-color: rgb(16 185 129 / 0.05); +} +.ring-offset-emerald-500\/10{ + --tw-ring-offset-color: rgb(16 185 129 / 0.1); +} +.ring-offset-emerald-500\/20{ + --tw-ring-offset-color: rgb(16 185 129 / 0.2); +} +.ring-offset-emerald-500\/25{ + --tw-ring-offset-color: rgb(16 185 129 / 0.25); +} +.ring-offset-emerald-500\/30{ + --tw-ring-offset-color: rgb(16 185 129 / 0.3); +} +.ring-offset-emerald-500\/40{ + --tw-ring-offset-color: rgb(16 185 129 / 0.4); +} +.ring-offset-emerald-500\/50{ + --tw-ring-offset-color: rgb(16 185 129 / 0.5); +} +.ring-offset-emerald-500\/60{ + --tw-ring-offset-color: rgb(16 185 129 / 0.6); +} +.ring-offset-emerald-500\/70{ + --tw-ring-offset-color: rgb(16 185 129 / 0.7); +} +.ring-offset-emerald-500\/75{ + --tw-ring-offset-color: rgb(16 185 129 / 0.75); +} +.ring-offset-emerald-500\/80{ + --tw-ring-offset-color: rgb(16 185 129 / 0.8); +} +.ring-offset-emerald-500\/90{ + --tw-ring-offset-color: rgb(16 185 129 / 0.9); +} +.ring-offset-emerald-500\/95{ + --tw-ring-offset-color: rgb(16 185 129 / 0.95); +} +.ring-offset-emerald-500\/100{ + --tw-ring-offset-color: rgb(16 185 129 / 1); +} +.ring-offset-emerald-600\/0{ + --tw-ring-offset-color: rgb(5 150 105 / 0); +} +.ring-offset-emerald-600\/5{ + --tw-ring-offset-color: rgb(5 150 105 / 0.05); +} +.ring-offset-emerald-600\/10{ + --tw-ring-offset-color: rgb(5 150 105 / 0.1); +} +.ring-offset-emerald-600\/20{ + --tw-ring-offset-color: rgb(5 150 105 / 0.2); +} +.ring-offset-emerald-600\/25{ + --tw-ring-offset-color: rgb(5 150 105 / 0.25); +} +.ring-offset-emerald-600\/30{ + --tw-ring-offset-color: rgb(5 150 105 / 0.3); +} +.ring-offset-emerald-600\/40{ + --tw-ring-offset-color: rgb(5 150 105 / 0.4); +} +.ring-offset-emerald-600\/50{ + --tw-ring-offset-color: rgb(5 150 105 / 0.5); +} +.ring-offset-emerald-600\/60{ + --tw-ring-offset-color: rgb(5 150 105 / 0.6); +} +.ring-offset-emerald-600\/70{ + --tw-ring-offset-color: rgb(5 150 105 / 0.7); +} +.ring-offset-emerald-600\/75{ + --tw-ring-offset-color: rgb(5 150 105 / 0.75); +} +.ring-offset-emerald-600\/80{ + --tw-ring-offset-color: rgb(5 150 105 / 0.8); +} +.ring-offset-emerald-600\/90{ + --tw-ring-offset-color: rgb(5 150 105 / 0.9); +} +.ring-offset-emerald-600\/95{ + --tw-ring-offset-color: rgb(5 150 105 / 0.95); +} +.ring-offset-emerald-600\/100{ + --tw-ring-offset-color: rgb(5 150 105 / 1); +} +.ring-offset-emerald-700\/0{ + --tw-ring-offset-color: rgb(4 120 87 / 0); +} +.ring-offset-emerald-700\/5{ + --tw-ring-offset-color: rgb(4 120 87 / 0.05); +} +.ring-offset-emerald-700\/10{ + --tw-ring-offset-color: rgb(4 120 87 / 0.1); +} +.ring-offset-emerald-700\/20{ + --tw-ring-offset-color: rgb(4 120 87 / 0.2); +} +.ring-offset-emerald-700\/25{ + --tw-ring-offset-color: rgb(4 120 87 / 0.25); +} +.ring-offset-emerald-700\/30{ + --tw-ring-offset-color: rgb(4 120 87 / 0.3); +} +.ring-offset-emerald-700\/40{ + --tw-ring-offset-color: rgb(4 120 87 / 0.4); +} +.ring-offset-emerald-700\/50{ + --tw-ring-offset-color: rgb(4 120 87 / 0.5); +} +.ring-offset-emerald-700\/60{ + --tw-ring-offset-color: rgb(4 120 87 / 0.6); +} +.ring-offset-emerald-700\/70{ + --tw-ring-offset-color: rgb(4 120 87 / 0.7); +} +.ring-offset-emerald-700\/75{ + --tw-ring-offset-color: rgb(4 120 87 / 0.75); +} +.ring-offset-emerald-700\/80{ + --tw-ring-offset-color: rgb(4 120 87 / 0.8); +} +.ring-offset-emerald-700\/90{ + --tw-ring-offset-color: rgb(4 120 87 / 0.9); +} +.ring-offset-emerald-700\/95{ + --tw-ring-offset-color: rgb(4 120 87 / 0.95); +} +.ring-offset-emerald-700\/100{ + --tw-ring-offset-color: rgb(4 120 87 / 1); +} +.ring-offset-emerald-800\/0{ + --tw-ring-offset-color: rgb(6 95 70 / 0); +} +.ring-offset-emerald-800\/5{ + --tw-ring-offset-color: rgb(6 95 70 / 0.05); +} +.ring-offset-emerald-800\/10{ + --tw-ring-offset-color: rgb(6 95 70 / 0.1); +} +.ring-offset-emerald-800\/20{ + --tw-ring-offset-color: rgb(6 95 70 / 0.2); +} +.ring-offset-emerald-800\/25{ + --tw-ring-offset-color: rgb(6 95 70 / 0.25); +} +.ring-offset-emerald-800\/30{ + --tw-ring-offset-color: rgb(6 95 70 / 0.3); +} +.ring-offset-emerald-800\/40{ + --tw-ring-offset-color: rgb(6 95 70 / 0.4); +} +.ring-offset-emerald-800\/50{ + --tw-ring-offset-color: rgb(6 95 70 / 0.5); +} +.ring-offset-emerald-800\/60{ + --tw-ring-offset-color: rgb(6 95 70 / 0.6); +} +.ring-offset-emerald-800\/70{ + --tw-ring-offset-color: rgb(6 95 70 / 0.7); +} +.ring-offset-emerald-800\/75{ + --tw-ring-offset-color: rgb(6 95 70 / 0.75); +} +.ring-offset-emerald-800\/80{ + --tw-ring-offset-color: rgb(6 95 70 / 0.8); +} +.ring-offset-emerald-800\/90{ + --tw-ring-offset-color: rgb(6 95 70 / 0.9); +} +.ring-offset-emerald-800\/95{ + --tw-ring-offset-color: rgb(6 95 70 / 0.95); +} +.ring-offset-emerald-800\/100{ + --tw-ring-offset-color: rgb(6 95 70 / 1); +} +.ring-offset-emerald-900\/0{ + --tw-ring-offset-color: rgb(6 78 59 / 0); +} +.ring-offset-emerald-900\/5{ + --tw-ring-offset-color: rgb(6 78 59 / 0.05); +} +.ring-offset-emerald-900\/10{ + --tw-ring-offset-color: rgb(6 78 59 / 0.1); +} +.ring-offset-emerald-900\/20{ + --tw-ring-offset-color: rgb(6 78 59 / 0.2); +} +.ring-offset-emerald-900\/25{ + --tw-ring-offset-color: rgb(6 78 59 / 0.25); +} +.ring-offset-emerald-900\/30{ + --tw-ring-offset-color: rgb(6 78 59 / 0.3); +} +.ring-offset-emerald-900\/40{ + --tw-ring-offset-color: rgb(6 78 59 / 0.4); +} +.ring-offset-emerald-900\/50{ + --tw-ring-offset-color: rgb(6 78 59 / 0.5); +} +.ring-offset-emerald-900\/60{ + --tw-ring-offset-color: rgb(6 78 59 / 0.6); +} +.ring-offset-emerald-900\/70{ + --tw-ring-offset-color: rgb(6 78 59 / 0.7); +} +.ring-offset-emerald-900\/75{ + --tw-ring-offset-color: rgb(6 78 59 / 0.75); +} +.ring-offset-emerald-900\/80{ + --tw-ring-offset-color: rgb(6 78 59 / 0.8); +} +.ring-offset-emerald-900\/90{ + --tw-ring-offset-color: rgb(6 78 59 / 0.9); +} +.ring-offset-emerald-900\/95{ + --tw-ring-offset-color: rgb(6 78 59 / 0.95); +} +.ring-offset-emerald-900\/100{ + --tw-ring-offset-color: rgb(6 78 59 / 1); +} +.ring-offset-teal-50\/0{ + --tw-ring-offset-color: rgb(237 250 250 / 0); +} +.ring-offset-teal-50\/5{ + --tw-ring-offset-color: rgb(237 250 250 / 0.05); +} +.ring-offset-teal-50\/10{ + --tw-ring-offset-color: rgb(237 250 250 / 0.1); +} +.ring-offset-teal-50\/20{ + --tw-ring-offset-color: rgb(237 250 250 / 0.2); +} +.ring-offset-teal-50\/25{ + --tw-ring-offset-color: rgb(237 250 250 / 0.25); +} +.ring-offset-teal-50\/30{ + --tw-ring-offset-color: rgb(237 250 250 / 0.3); +} +.ring-offset-teal-50\/40{ + --tw-ring-offset-color: rgb(237 250 250 / 0.4); +} +.ring-offset-teal-50\/50{ + --tw-ring-offset-color: rgb(237 250 250 / 0.5); +} +.ring-offset-teal-50\/60{ + --tw-ring-offset-color: rgb(237 250 250 / 0.6); +} +.ring-offset-teal-50\/70{ + --tw-ring-offset-color: rgb(237 250 250 / 0.7); +} +.ring-offset-teal-50\/75{ + --tw-ring-offset-color: rgb(237 250 250 / 0.75); +} +.ring-offset-teal-50\/80{ + --tw-ring-offset-color: rgb(237 250 250 / 0.8); +} +.ring-offset-teal-50\/90{ + --tw-ring-offset-color: rgb(237 250 250 / 0.9); +} +.ring-offset-teal-50\/95{ + --tw-ring-offset-color: rgb(237 250 250 / 0.95); +} +.ring-offset-teal-50\/100{ + --tw-ring-offset-color: rgb(237 250 250 / 1); +} +.ring-offset-teal-100\/0{ + --tw-ring-offset-color: rgb(213 245 246 / 0); +} +.ring-offset-teal-100\/5{ + --tw-ring-offset-color: rgb(213 245 246 / 0.05); +} +.ring-offset-teal-100\/10{ + --tw-ring-offset-color: rgb(213 245 246 / 0.1); +} +.ring-offset-teal-100\/20{ + --tw-ring-offset-color: rgb(213 245 246 / 0.2); +} +.ring-offset-teal-100\/25{ + --tw-ring-offset-color: rgb(213 245 246 / 0.25); +} +.ring-offset-teal-100\/30{ + --tw-ring-offset-color: rgb(213 245 246 / 0.3); +} +.ring-offset-teal-100\/40{ + --tw-ring-offset-color: rgb(213 245 246 / 0.4); +} +.ring-offset-teal-100\/50{ + --tw-ring-offset-color: rgb(213 245 246 / 0.5); +} +.ring-offset-teal-100\/60{ + --tw-ring-offset-color: rgb(213 245 246 / 0.6); +} +.ring-offset-teal-100\/70{ + --tw-ring-offset-color: rgb(213 245 246 / 0.7); +} +.ring-offset-teal-100\/75{ + --tw-ring-offset-color: rgb(213 245 246 / 0.75); +} +.ring-offset-teal-100\/80{ + --tw-ring-offset-color: rgb(213 245 246 / 0.8); +} +.ring-offset-teal-100\/90{ + --tw-ring-offset-color: rgb(213 245 246 / 0.9); +} +.ring-offset-teal-100\/95{ + --tw-ring-offset-color: rgb(213 245 246 / 0.95); +} +.ring-offset-teal-100\/100{ + --tw-ring-offset-color: rgb(213 245 246 / 1); +} +.ring-offset-teal-200\/0{ + --tw-ring-offset-color: rgb(175 236 239 / 0); +} +.ring-offset-teal-200\/5{ + --tw-ring-offset-color: rgb(175 236 239 / 0.05); +} +.ring-offset-teal-200\/10{ + --tw-ring-offset-color: rgb(175 236 239 / 0.1); +} +.ring-offset-teal-200\/20{ + --tw-ring-offset-color: rgb(175 236 239 / 0.2); +} +.ring-offset-teal-200\/25{ + --tw-ring-offset-color: rgb(175 236 239 / 0.25); +} +.ring-offset-teal-200\/30{ + --tw-ring-offset-color: rgb(175 236 239 / 0.3); +} +.ring-offset-teal-200\/40{ + --tw-ring-offset-color: rgb(175 236 239 / 0.4); +} +.ring-offset-teal-200\/50{ + --tw-ring-offset-color: rgb(175 236 239 / 0.5); +} +.ring-offset-teal-200\/60{ + --tw-ring-offset-color: rgb(175 236 239 / 0.6); +} +.ring-offset-teal-200\/70{ + --tw-ring-offset-color: rgb(175 236 239 / 0.7); +} +.ring-offset-teal-200\/75{ + --tw-ring-offset-color: rgb(175 236 239 / 0.75); +} +.ring-offset-teal-200\/80{ + --tw-ring-offset-color: rgb(175 236 239 / 0.8); +} +.ring-offset-teal-200\/90{ + --tw-ring-offset-color: rgb(175 236 239 / 0.9); +} +.ring-offset-teal-200\/95{ + --tw-ring-offset-color: rgb(175 236 239 / 0.95); +} +.ring-offset-teal-200\/100{ + --tw-ring-offset-color: rgb(175 236 239 / 1); +} +.ring-offset-teal-300\/0{ + --tw-ring-offset-color: rgb(126 220 226 / 0); +} +.ring-offset-teal-300\/5{ + --tw-ring-offset-color: rgb(126 220 226 / 0.05); +} +.ring-offset-teal-300\/10{ + --tw-ring-offset-color: rgb(126 220 226 / 0.1); +} +.ring-offset-teal-300\/20{ + --tw-ring-offset-color: rgb(126 220 226 / 0.2); +} +.ring-offset-teal-300\/25{ + --tw-ring-offset-color: rgb(126 220 226 / 0.25); +} +.ring-offset-teal-300\/30{ + --tw-ring-offset-color: rgb(126 220 226 / 0.3); +} +.ring-offset-teal-300\/40{ + --tw-ring-offset-color: rgb(126 220 226 / 0.4); +} +.ring-offset-teal-300\/50{ + --tw-ring-offset-color: rgb(126 220 226 / 0.5); +} +.ring-offset-teal-300\/60{ + --tw-ring-offset-color: rgb(126 220 226 / 0.6); +} +.ring-offset-teal-300\/70{ + --tw-ring-offset-color: rgb(126 220 226 / 0.7); +} +.ring-offset-teal-300\/75{ + --tw-ring-offset-color: rgb(126 220 226 / 0.75); +} +.ring-offset-teal-300\/80{ + --tw-ring-offset-color: rgb(126 220 226 / 0.8); +} +.ring-offset-teal-300\/90{ + --tw-ring-offset-color: rgb(126 220 226 / 0.9); +} +.ring-offset-teal-300\/95{ + --tw-ring-offset-color: rgb(126 220 226 / 0.95); +} +.ring-offset-teal-300\/100{ + --tw-ring-offset-color: rgb(126 220 226 / 1); +} +.ring-offset-teal-400\/0{ + --tw-ring-offset-color: rgb(22 189 202 / 0); +} +.ring-offset-teal-400\/5{ + --tw-ring-offset-color: rgb(22 189 202 / 0.05); +} +.ring-offset-teal-400\/10{ + --tw-ring-offset-color: rgb(22 189 202 / 0.1); +} +.ring-offset-teal-400\/20{ + --tw-ring-offset-color: rgb(22 189 202 / 0.2); +} +.ring-offset-teal-400\/25{ + --tw-ring-offset-color: rgb(22 189 202 / 0.25); +} +.ring-offset-teal-400\/30{ + --tw-ring-offset-color: rgb(22 189 202 / 0.3); +} +.ring-offset-teal-400\/40{ + --tw-ring-offset-color: rgb(22 189 202 / 0.4); +} +.ring-offset-teal-400\/50{ + --tw-ring-offset-color: rgb(22 189 202 / 0.5); +} +.ring-offset-teal-400\/60{ + --tw-ring-offset-color: rgb(22 189 202 / 0.6); +} +.ring-offset-teal-400\/70{ + --tw-ring-offset-color: rgb(22 189 202 / 0.7); +} +.ring-offset-teal-400\/75{ + --tw-ring-offset-color: rgb(22 189 202 / 0.75); +} +.ring-offset-teal-400\/80{ + --tw-ring-offset-color: rgb(22 189 202 / 0.8); +} +.ring-offset-teal-400\/90{ + --tw-ring-offset-color: rgb(22 189 202 / 0.9); +} +.ring-offset-teal-400\/95{ + --tw-ring-offset-color: rgb(22 189 202 / 0.95); +} +.ring-offset-teal-400\/100{ + --tw-ring-offset-color: rgb(22 189 202 / 1); +} +.ring-offset-teal-500\/0{ + --tw-ring-offset-color: rgb(6 148 162 / 0); +} +.ring-offset-teal-500\/5{ + --tw-ring-offset-color: rgb(6 148 162 / 0.05); +} +.ring-offset-teal-500\/10{ + --tw-ring-offset-color: rgb(6 148 162 / 0.1); +} +.ring-offset-teal-500\/20{ + --tw-ring-offset-color: rgb(6 148 162 / 0.2); +} +.ring-offset-teal-500\/25{ + --tw-ring-offset-color: rgb(6 148 162 / 0.25); +} +.ring-offset-teal-500\/30{ + --tw-ring-offset-color: rgb(6 148 162 / 0.3); +} +.ring-offset-teal-500\/40{ + --tw-ring-offset-color: rgb(6 148 162 / 0.4); +} +.ring-offset-teal-500\/50{ + --tw-ring-offset-color: rgb(6 148 162 / 0.5); +} +.ring-offset-teal-500\/60{ + --tw-ring-offset-color: rgb(6 148 162 / 0.6); +} +.ring-offset-teal-500\/70{ + --tw-ring-offset-color: rgb(6 148 162 / 0.7); +} +.ring-offset-teal-500\/75{ + --tw-ring-offset-color: rgb(6 148 162 / 0.75); +} +.ring-offset-teal-500\/80{ + --tw-ring-offset-color: rgb(6 148 162 / 0.8); +} +.ring-offset-teal-500\/90{ + --tw-ring-offset-color: rgb(6 148 162 / 0.9); +} +.ring-offset-teal-500\/95{ + --tw-ring-offset-color: rgb(6 148 162 / 0.95); +} +.ring-offset-teal-500\/100{ + --tw-ring-offset-color: rgb(6 148 162 / 1); +} +.ring-offset-teal-600\/0{ + --tw-ring-offset-color: rgb(4 116 129 / 0); +} +.ring-offset-teal-600\/5{ + --tw-ring-offset-color: rgb(4 116 129 / 0.05); +} +.ring-offset-teal-600\/10{ + --tw-ring-offset-color: rgb(4 116 129 / 0.1); +} +.ring-offset-teal-600\/20{ + --tw-ring-offset-color: rgb(4 116 129 / 0.2); +} +.ring-offset-teal-600\/25{ + --tw-ring-offset-color: rgb(4 116 129 / 0.25); +} +.ring-offset-teal-600\/30{ + --tw-ring-offset-color: rgb(4 116 129 / 0.3); +} +.ring-offset-teal-600\/40{ + --tw-ring-offset-color: rgb(4 116 129 / 0.4); +} +.ring-offset-teal-600\/50{ + --tw-ring-offset-color: rgb(4 116 129 / 0.5); +} +.ring-offset-teal-600\/60{ + --tw-ring-offset-color: rgb(4 116 129 / 0.6); +} +.ring-offset-teal-600\/70{ + --tw-ring-offset-color: rgb(4 116 129 / 0.7); +} +.ring-offset-teal-600\/75{ + --tw-ring-offset-color: rgb(4 116 129 / 0.75); +} +.ring-offset-teal-600\/80{ + --tw-ring-offset-color: rgb(4 116 129 / 0.8); +} +.ring-offset-teal-600\/90{ + --tw-ring-offset-color: rgb(4 116 129 / 0.9); +} +.ring-offset-teal-600\/95{ + --tw-ring-offset-color: rgb(4 116 129 / 0.95); +} +.ring-offset-teal-600\/100{ + --tw-ring-offset-color: rgb(4 116 129 / 1); +} +.ring-offset-teal-700\/0{ + --tw-ring-offset-color: rgb(3 102 114 / 0); +} +.ring-offset-teal-700\/5{ + --tw-ring-offset-color: rgb(3 102 114 / 0.05); +} +.ring-offset-teal-700\/10{ + --tw-ring-offset-color: rgb(3 102 114 / 0.1); +} +.ring-offset-teal-700\/20{ + --tw-ring-offset-color: rgb(3 102 114 / 0.2); +} +.ring-offset-teal-700\/25{ + --tw-ring-offset-color: rgb(3 102 114 / 0.25); +} +.ring-offset-teal-700\/30{ + --tw-ring-offset-color: rgb(3 102 114 / 0.3); +} +.ring-offset-teal-700\/40{ + --tw-ring-offset-color: rgb(3 102 114 / 0.4); +} +.ring-offset-teal-700\/50{ + --tw-ring-offset-color: rgb(3 102 114 / 0.5); +} +.ring-offset-teal-700\/60{ + --tw-ring-offset-color: rgb(3 102 114 / 0.6); +} +.ring-offset-teal-700\/70{ + --tw-ring-offset-color: rgb(3 102 114 / 0.7); +} +.ring-offset-teal-700\/75{ + --tw-ring-offset-color: rgb(3 102 114 / 0.75); +} +.ring-offset-teal-700\/80{ + --tw-ring-offset-color: rgb(3 102 114 / 0.8); +} +.ring-offset-teal-700\/90{ + --tw-ring-offset-color: rgb(3 102 114 / 0.9); +} +.ring-offset-teal-700\/95{ + --tw-ring-offset-color: rgb(3 102 114 / 0.95); +} +.ring-offset-teal-700\/100{ + --tw-ring-offset-color: rgb(3 102 114 / 1); +} +.ring-offset-teal-800\/0{ + --tw-ring-offset-color: rgb(5 80 92 / 0); +} +.ring-offset-teal-800\/5{ + --tw-ring-offset-color: rgb(5 80 92 / 0.05); +} +.ring-offset-teal-800\/10{ + --tw-ring-offset-color: rgb(5 80 92 / 0.1); +} +.ring-offset-teal-800\/20{ + --tw-ring-offset-color: rgb(5 80 92 / 0.2); +} +.ring-offset-teal-800\/25{ + --tw-ring-offset-color: rgb(5 80 92 / 0.25); +} +.ring-offset-teal-800\/30{ + --tw-ring-offset-color: rgb(5 80 92 / 0.3); +} +.ring-offset-teal-800\/40{ + --tw-ring-offset-color: rgb(5 80 92 / 0.4); +} +.ring-offset-teal-800\/50{ + --tw-ring-offset-color: rgb(5 80 92 / 0.5); +} +.ring-offset-teal-800\/60{ + --tw-ring-offset-color: rgb(5 80 92 / 0.6); +} +.ring-offset-teal-800\/70{ + --tw-ring-offset-color: rgb(5 80 92 / 0.7); +} +.ring-offset-teal-800\/75{ + --tw-ring-offset-color: rgb(5 80 92 / 0.75); +} +.ring-offset-teal-800\/80{ + --tw-ring-offset-color: rgb(5 80 92 / 0.8); +} +.ring-offset-teal-800\/90{ + --tw-ring-offset-color: rgb(5 80 92 / 0.9); +} +.ring-offset-teal-800\/95{ + --tw-ring-offset-color: rgb(5 80 92 / 0.95); +} +.ring-offset-teal-800\/100{ + --tw-ring-offset-color: rgb(5 80 92 / 1); +} +.ring-offset-teal-900\/0{ + --tw-ring-offset-color: rgb(1 68 81 / 0); +} +.ring-offset-teal-900\/5{ + --tw-ring-offset-color: rgb(1 68 81 / 0.05); +} +.ring-offset-teal-900\/10{ + --tw-ring-offset-color: rgb(1 68 81 / 0.1); +} +.ring-offset-teal-900\/20{ + --tw-ring-offset-color: rgb(1 68 81 / 0.2); +} +.ring-offset-teal-900\/25{ + --tw-ring-offset-color: rgb(1 68 81 / 0.25); +} +.ring-offset-teal-900\/30{ + --tw-ring-offset-color: rgb(1 68 81 / 0.3); +} +.ring-offset-teal-900\/40{ + --tw-ring-offset-color: rgb(1 68 81 / 0.4); +} +.ring-offset-teal-900\/50{ + --tw-ring-offset-color: rgb(1 68 81 / 0.5); +} +.ring-offset-teal-900\/60{ + --tw-ring-offset-color: rgb(1 68 81 / 0.6); +} +.ring-offset-teal-900\/70{ + --tw-ring-offset-color: rgb(1 68 81 / 0.7); +} +.ring-offset-teal-900\/75{ + --tw-ring-offset-color: rgb(1 68 81 / 0.75); +} +.ring-offset-teal-900\/80{ + --tw-ring-offset-color: rgb(1 68 81 / 0.8); +} +.ring-offset-teal-900\/90{ + --tw-ring-offset-color: rgb(1 68 81 / 0.9); +} +.ring-offset-teal-900\/95{ + --tw-ring-offset-color: rgb(1 68 81 / 0.95); +} +.ring-offset-teal-900\/100{ + --tw-ring-offset-color: rgb(1 68 81 / 1); +} +.ring-offset-cyan-50\/0{ + --tw-ring-offset-color: rgb(236 254 255 / 0); +} +.ring-offset-cyan-50\/5{ + --tw-ring-offset-color: rgb(236 254 255 / 0.05); +} +.ring-offset-cyan-50\/10{ + --tw-ring-offset-color: rgb(236 254 255 / 0.1); +} +.ring-offset-cyan-50\/20{ + --tw-ring-offset-color: rgb(236 254 255 / 0.2); +} +.ring-offset-cyan-50\/25{ + --tw-ring-offset-color: rgb(236 254 255 / 0.25); +} +.ring-offset-cyan-50\/30{ + --tw-ring-offset-color: rgb(236 254 255 / 0.3); +} +.ring-offset-cyan-50\/40{ + --tw-ring-offset-color: rgb(236 254 255 / 0.4); +} +.ring-offset-cyan-50\/50{ + --tw-ring-offset-color: rgb(236 254 255 / 0.5); +} +.ring-offset-cyan-50\/60{ + --tw-ring-offset-color: rgb(236 254 255 / 0.6); +} +.ring-offset-cyan-50\/70{ + --tw-ring-offset-color: rgb(236 254 255 / 0.7); +} +.ring-offset-cyan-50\/75{ + --tw-ring-offset-color: rgb(236 254 255 / 0.75); +} +.ring-offset-cyan-50\/80{ + --tw-ring-offset-color: rgb(236 254 255 / 0.8); +} +.ring-offset-cyan-50\/90{ + --tw-ring-offset-color: rgb(236 254 255 / 0.9); +} +.ring-offset-cyan-50\/95{ + --tw-ring-offset-color: rgb(236 254 255 / 0.95); +} +.ring-offset-cyan-50\/100{ + --tw-ring-offset-color: rgb(236 254 255 / 1); +} +.ring-offset-cyan-100\/0{ + --tw-ring-offset-color: rgb(207 250 254 / 0); +} +.ring-offset-cyan-100\/5{ + --tw-ring-offset-color: rgb(207 250 254 / 0.05); +} +.ring-offset-cyan-100\/10{ + --tw-ring-offset-color: rgb(207 250 254 / 0.1); +} +.ring-offset-cyan-100\/20{ + --tw-ring-offset-color: rgb(207 250 254 / 0.2); +} +.ring-offset-cyan-100\/25{ + --tw-ring-offset-color: rgb(207 250 254 / 0.25); +} +.ring-offset-cyan-100\/30{ + --tw-ring-offset-color: rgb(207 250 254 / 0.3); +} +.ring-offset-cyan-100\/40{ + --tw-ring-offset-color: rgb(207 250 254 / 0.4); +} +.ring-offset-cyan-100\/50{ + --tw-ring-offset-color: rgb(207 250 254 / 0.5); +} +.ring-offset-cyan-100\/60{ + --tw-ring-offset-color: rgb(207 250 254 / 0.6); +} +.ring-offset-cyan-100\/70{ + --tw-ring-offset-color: rgb(207 250 254 / 0.7); +} +.ring-offset-cyan-100\/75{ + --tw-ring-offset-color: rgb(207 250 254 / 0.75); +} +.ring-offset-cyan-100\/80{ + --tw-ring-offset-color: rgb(207 250 254 / 0.8); +} +.ring-offset-cyan-100\/90{ + --tw-ring-offset-color: rgb(207 250 254 / 0.9); +} +.ring-offset-cyan-100\/95{ + --tw-ring-offset-color: rgb(207 250 254 / 0.95); +} +.ring-offset-cyan-100\/100{ + --tw-ring-offset-color: rgb(207 250 254 / 1); +} +.ring-offset-cyan-200\/0{ + --tw-ring-offset-color: rgb(165 243 252 / 0); +} +.ring-offset-cyan-200\/5{ + --tw-ring-offset-color: rgb(165 243 252 / 0.05); +} +.ring-offset-cyan-200\/10{ + --tw-ring-offset-color: rgb(165 243 252 / 0.1); +} +.ring-offset-cyan-200\/20{ + --tw-ring-offset-color: rgb(165 243 252 / 0.2); +} +.ring-offset-cyan-200\/25{ + --tw-ring-offset-color: rgb(165 243 252 / 0.25); +} +.ring-offset-cyan-200\/30{ + --tw-ring-offset-color: rgb(165 243 252 / 0.3); +} +.ring-offset-cyan-200\/40{ + --tw-ring-offset-color: rgb(165 243 252 / 0.4); +} +.ring-offset-cyan-200\/50{ + --tw-ring-offset-color: rgb(165 243 252 / 0.5); +} +.ring-offset-cyan-200\/60{ + --tw-ring-offset-color: rgb(165 243 252 / 0.6); +} +.ring-offset-cyan-200\/70{ + --tw-ring-offset-color: rgb(165 243 252 / 0.7); +} +.ring-offset-cyan-200\/75{ + --tw-ring-offset-color: rgb(165 243 252 / 0.75); +} +.ring-offset-cyan-200\/80{ + --tw-ring-offset-color: rgb(165 243 252 / 0.8); +} +.ring-offset-cyan-200\/90{ + --tw-ring-offset-color: rgb(165 243 252 / 0.9); +} +.ring-offset-cyan-200\/95{ + --tw-ring-offset-color: rgb(165 243 252 / 0.95); +} +.ring-offset-cyan-200\/100{ + --tw-ring-offset-color: rgb(165 243 252 / 1); +} +.ring-offset-cyan-300\/0{ + --tw-ring-offset-color: rgb(103 232 249 / 0); +} +.ring-offset-cyan-300\/5{ + --tw-ring-offset-color: rgb(103 232 249 / 0.05); +} +.ring-offset-cyan-300\/10{ + --tw-ring-offset-color: rgb(103 232 249 / 0.1); +} +.ring-offset-cyan-300\/20{ + --tw-ring-offset-color: rgb(103 232 249 / 0.2); +} +.ring-offset-cyan-300\/25{ + --tw-ring-offset-color: rgb(103 232 249 / 0.25); +} +.ring-offset-cyan-300\/30{ + --tw-ring-offset-color: rgb(103 232 249 / 0.3); +} +.ring-offset-cyan-300\/40{ + --tw-ring-offset-color: rgb(103 232 249 / 0.4); +} +.ring-offset-cyan-300\/50{ + --tw-ring-offset-color: rgb(103 232 249 / 0.5); +} +.ring-offset-cyan-300\/60{ + --tw-ring-offset-color: rgb(103 232 249 / 0.6); +} +.ring-offset-cyan-300\/70{ + --tw-ring-offset-color: rgb(103 232 249 / 0.7); +} +.ring-offset-cyan-300\/75{ + --tw-ring-offset-color: rgb(103 232 249 / 0.75); +} +.ring-offset-cyan-300\/80{ + --tw-ring-offset-color: rgb(103 232 249 / 0.8); +} +.ring-offset-cyan-300\/90{ + --tw-ring-offset-color: rgb(103 232 249 / 0.9); +} +.ring-offset-cyan-300\/95{ + --tw-ring-offset-color: rgb(103 232 249 / 0.95); +} +.ring-offset-cyan-300\/100{ + --tw-ring-offset-color: rgb(103 232 249 / 1); +} +.ring-offset-cyan-400\/0{ + --tw-ring-offset-color: rgb(34 211 238 / 0); +} +.ring-offset-cyan-400\/5{ + --tw-ring-offset-color: rgb(34 211 238 / 0.05); +} +.ring-offset-cyan-400\/10{ + --tw-ring-offset-color: rgb(34 211 238 / 0.1); +} +.ring-offset-cyan-400\/20{ + --tw-ring-offset-color: rgb(34 211 238 / 0.2); +} +.ring-offset-cyan-400\/25{ + --tw-ring-offset-color: rgb(34 211 238 / 0.25); +} +.ring-offset-cyan-400\/30{ + --tw-ring-offset-color: rgb(34 211 238 / 0.3); +} +.ring-offset-cyan-400\/40{ + --tw-ring-offset-color: rgb(34 211 238 / 0.4); +} +.ring-offset-cyan-400\/50{ + --tw-ring-offset-color: rgb(34 211 238 / 0.5); +} +.ring-offset-cyan-400\/60{ + --tw-ring-offset-color: rgb(34 211 238 / 0.6); +} +.ring-offset-cyan-400\/70{ + --tw-ring-offset-color: rgb(34 211 238 / 0.7); +} +.ring-offset-cyan-400\/75{ + --tw-ring-offset-color: rgb(34 211 238 / 0.75); +} +.ring-offset-cyan-400\/80{ + --tw-ring-offset-color: rgb(34 211 238 / 0.8); +} +.ring-offset-cyan-400\/90{ + --tw-ring-offset-color: rgb(34 211 238 / 0.9); +} +.ring-offset-cyan-400\/95{ + --tw-ring-offset-color: rgb(34 211 238 / 0.95); +} +.ring-offset-cyan-400\/100{ + --tw-ring-offset-color: rgb(34 211 238 / 1); +} +.ring-offset-cyan-500\/0{ + --tw-ring-offset-color: rgb(6 182 212 / 0); +} +.ring-offset-cyan-500\/5{ + --tw-ring-offset-color: rgb(6 182 212 / 0.05); +} +.ring-offset-cyan-500\/10{ + --tw-ring-offset-color: rgb(6 182 212 / 0.1); +} +.ring-offset-cyan-500\/20{ + --tw-ring-offset-color: rgb(6 182 212 / 0.2); +} +.ring-offset-cyan-500\/25{ + --tw-ring-offset-color: rgb(6 182 212 / 0.25); +} +.ring-offset-cyan-500\/30{ + --tw-ring-offset-color: rgb(6 182 212 / 0.3); +} +.ring-offset-cyan-500\/40{ + --tw-ring-offset-color: rgb(6 182 212 / 0.4); +} +.ring-offset-cyan-500\/50{ + --tw-ring-offset-color: rgb(6 182 212 / 0.5); +} +.ring-offset-cyan-500\/60{ + --tw-ring-offset-color: rgb(6 182 212 / 0.6); +} +.ring-offset-cyan-500\/70{ + --tw-ring-offset-color: rgb(6 182 212 / 0.7); +} +.ring-offset-cyan-500\/75{ + --tw-ring-offset-color: rgb(6 182 212 / 0.75); +} +.ring-offset-cyan-500\/80{ + --tw-ring-offset-color: rgb(6 182 212 / 0.8); +} +.ring-offset-cyan-500\/90{ + --tw-ring-offset-color: rgb(6 182 212 / 0.9); +} +.ring-offset-cyan-500\/95{ + --tw-ring-offset-color: rgb(6 182 212 / 0.95); +} +.ring-offset-cyan-500\/100{ + --tw-ring-offset-color: rgb(6 182 212 / 1); +} +.ring-offset-cyan-600\/0{ + --tw-ring-offset-color: rgb(8 145 178 / 0); +} +.ring-offset-cyan-600\/5{ + --tw-ring-offset-color: rgb(8 145 178 / 0.05); +} +.ring-offset-cyan-600\/10{ + --tw-ring-offset-color: rgb(8 145 178 / 0.1); +} +.ring-offset-cyan-600\/20{ + --tw-ring-offset-color: rgb(8 145 178 / 0.2); +} +.ring-offset-cyan-600\/25{ + --tw-ring-offset-color: rgb(8 145 178 / 0.25); +} +.ring-offset-cyan-600\/30{ + --tw-ring-offset-color: rgb(8 145 178 / 0.3); +} +.ring-offset-cyan-600\/40{ + --tw-ring-offset-color: rgb(8 145 178 / 0.4); +} +.ring-offset-cyan-600\/50{ + --tw-ring-offset-color: rgb(8 145 178 / 0.5); +} +.ring-offset-cyan-600\/60{ + --tw-ring-offset-color: rgb(8 145 178 / 0.6); +} +.ring-offset-cyan-600\/70{ + --tw-ring-offset-color: rgb(8 145 178 / 0.7); +} +.ring-offset-cyan-600\/75{ + --tw-ring-offset-color: rgb(8 145 178 / 0.75); +} +.ring-offset-cyan-600\/80{ + --tw-ring-offset-color: rgb(8 145 178 / 0.8); +} +.ring-offset-cyan-600\/90{ + --tw-ring-offset-color: rgb(8 145 178 / 0.9); +} +.ring-offset-cyan-600\/95{ + --tw-ring-offset-color: rgb(8 145 178 / 0.95); +} +.ring-offset-cyan-600\/100{ + --tw-ring-offset-color: rgb(8 145 178 / 1); +} +.ring-offset-cyan-700\/0{ + --tw-ring-offset-color: rgb(14 116 144 / 0); +} +.ring-offset-cyan-700\/5{ + --tw-ring-offset-color: rgb(14 116 144 / 0.05); +} +.ring-offset-cyan-700\/10{ + --tw-ring-offset-color: rgb(14 116 144 / 0.1); +} +.ring-offset-cyan-700\/20{ + --tw-ring-offset-color: rgb(14 116 144 / 0.2); +} +.ring-offset-cyan-700\/25{ + --tw-ring-offset-color: rgb(14 116 144 / 0.25); +} +.ring-offset-cyan-700\/30{ + --tw-ring-offset-color: rgb(14 116 144 / 0.3); +} +.ring-offset-cyan-700\/40{ + --tw-ring-offset-color: rgb(14 116 144 / 0.4); +} +.ring-offset-cyan-700\/50{ + --tw-ring-offset-color: rgb(14 116 144 / 0.5); +} +.ring-offset-cyan-700\/60{ + --tw-ring-offset-color: rgb(14 116 144 / 0.6); +} +.ring-offset-cyan-700\/70{ + --tw-ring-offset-color: rgb(14 116 144 / 0.7); +} +.ring-offset-cyan-700\/75{ + --tw-ring-offset-color: rgb(14 116 144 / 0.75); +} +.ring-offset-cyan-700\/80{ + --tw-ring-offset-color: rgb(14 116 144 / 0.8); +} +.ring-offset-cyan-700\/90{ + --tw-ring-offset-color: rgb(14 116 144 / 0.9); +} +.ring-offset-cyan-700\/95{ + --tw-ring-offset-color: rgb(14 116 144 / 0.95); +} +.ring-offset-cyan-700\/100{ + --tw-ring-offset-color: rgb(14 116 144 / 1); +} +.ring-offset-cyan-800\/0{ + --tw-ring-offset-color: rgb(21 94 117 / 0); +} +.ring-offset-cyan-800\/5{ + --tw-ring-offset-color: rgb(21 94 117 / 0.05); +} +.ring-offset-cyan-800\/10{ + --tw-ring-offset-color: rgb(21 94 117 / 0.1); +} +.ring-offset-cyan-800\/20{ + --tw-ring-offset-color: rgb(21 94 117 / 0.2); +} +.ring-offset-cyan-800\/25{ + --tw-ring-offset-color: rgb(21 94 117 / 0.25); +} +.ring-offset-cyan-800\/30{ + --tw-ring-offset-color: rgb(21 94 117 / 0.3); +} +.ring-offset-cyan-800\/40{ + --tw-ring-offset-color: rgb(21 94 117 / 0.4); +} +.ring-offset-cyan-800\/50{ + --tw-ring-offset-color: rgb(21 94 117 / 0.5); +} +.ring-offset-cyan-800\/60{ + --tw-ring-offset-color: rgb(21 94 117 / 0.6); +} +.ring-offset-cyan-800\/70{ + --tw-ring-offset-color: rgb(21 94 117 / 0.7); +} +.ring-offset-cyan-800\/75{ + --tw-ring-offset-color: rgb(21 94 117 / 0.75); +} +.ring-offset-cyan-800\/80{ + --tw-ring-offset-color: rgb(21 94 117 / 0.8); +} +.ring-offset-cyan-800\/90{ + --tw-ring-offset-color: rgb(21 94 117 / 0.9); +} +.ring-offset-cyan-800\/95{ + --tw-ring-offset-color: rgb(21 94 117 / 0.95); +} +.ring-offset-cyan-800\/100{ + --tw-ring-offset-color: rgb(21 94 117 / 1); +} +.ring-offset-cyan-900\/0{ + --tw-ring-offset-color: rgb(22 78 99 / 0); +} +.ring-offset-cyan-900\/5{ + --tw-ring-offset-color: rgb(22 78 99 / 0.05); +} +.ring-offset-cyan-900\/10{ + --tw-ring-offset-color: rgb(22 78 99 / 0.1); +} +.ring-offset-cyan-900\/20{ + --tw-ring-offset-color: rgb(22 78 99 / 0.2); +} +.ring-offset-cyan-900\/25{ + --tw-ring-offset-color: rgb(22 78 99 / 0.25); +} +.ring-offset-cyan-900\/30{ + --tw-ring-offset-color: rgb(22 78 99 / 0.3); +} +.ring-offset-cyan-900\/40{ + --tw-ring-offset-color: rgb(22 78 99 / 0.4); +} +.ring-offset-cyan-900\/50{ + --tw-ring-offset-color: rgb(22 78 99 / 0.5); +} +.ring-offset-cyan-900\/60{ + --tw-ring-offset-color: rgb(22 78 99 / 0.6); +} +.ring-offset-cyan-900\/70{ + --tw-ring-offset-color: rgb(22 78 99 / 0.7); +} +.ring-offset-cyan-900\/75{ + --tw-ring-offset-color: rgb(22 78 99 / 0.75); +} +.ring-offset-cyan-900\/80{ + --tw-ring-offset-color: rgb(22 78 99 / 0.8); +} +.ring-offset-cyan-900\/90{ + --tw-ring-offset-color: rgb(22 78 99 / 0.9); +} +.ring-offset-cyan-900\/95{ + --tw-ring-offset-color: rgb(22 78 99 / 0.95); +} +.ring-offset-cyan-900\/100{ + --tw-ring-offset-color: rgb(22 78 99 / 1); +} +.ring-offset-sky-50\/0{ + --tw-ring-offset-color: rgb(240 249 255 / 0); +} +.ring-offset-sky-50\/5{ + --tw-ring-offset-color: rgb(240 249 255 / 0.05); +} +.ring-offset-sky-50\/10{ + --tw-ring-offset-color: rgb(240 249 255 / 0.1); +} +.ring-offset-sky-50\/20{ + --tw-ring-offset-color: rgb(240 249 255 / 0.2); +} +.ring-offset-sky-50\/25{ + --tw-ring-offset-color: rgb(240 249 255 / 0.25); +} +.ring-offset-sky-50\/30{ + --tw-ring-offset-color: rgb(240 249 255 / 0.3); +} +.ring-offset-sky-50\/40{ + --tw-ring-offset-color: rgb(240 249 255 / 0.4); +} +.ring-offset-sky-50\/50{ + --tw-ring-offset-color: rgb(240 249 255 / 0.5); +} +.ring-offset-sky-50\/60{ + --tw-ring-offset-color: rgb(240 249 255 / 0.6); +} +.ring-offset-sky-50\/70{ + --tw-ring-offset-color: rgb(240 249 255 / 0.7); +} +.ring-offset-sky-50\/75{ + --tw-ring-offset-color: rgb(240 249 255 / 0.75); +} +.ring-offset-sky-50\/80{ + --tw-ring-offset-color: rgb(240 249 255 / 0.8); +} +.ring-offset-sky-50\/90{ + --tw-ring-offset-color: rgb(240 249 255 / 0.9); +} +.ring-offset-sky-50\/95{ + --tw-ring-offset-color: rgb(240 249 255 / 0.95); +} +.ring-offset-sky-50\/100{ + --tw-ring-offset-color: rgb(240 249 255 / 1); +} +.ring-offset-sky-100\/0{ + --tw-ring-offset-color: rgb(224 242 254 / 0); +} +.ring-offset-sky-100\/5{ + --tw-ring-offset-color: rgb(224 242 254 / 0.05); +} +.ring-offset-sky-100\/10{ + --tw-ring-offset-color: rgb(224 242 254 / 0.1); +} +.ring-offset-sky-100\/20{ + --tw-ring-offset-color: rgb(224 242 254 / 0.2); +} +.ring-offset-sky-100\/25{ + --tw-ring-offset-color: rgb(224 242 254 / 0.25); +} +.ring-offset-sky-100\/30{ + --tw-ring-offset-color: rgb(224 242 254 / 0.3); +} +.ring-offset-sky-100\/40{ + --tw-ring-offset-color: rgb(224 242 254 / 0.4); +} +.ring-offset-sky-100\/50{ + --tw-ring-offset-color: rgb(224 242 254 / 0.5); +} +.ring-offset-sky-100\/60{ + --tw-ring-offset-color: rgb(224 242 254 / 0.6); +} +.ring-offset-sky-100\/70{ + --tw-ring-offset-color: rgb(224 242 254 / 0.7); +} +.ring-offset-sky-100\/75{ + --tw-ring-offset-color: rgb(224 242 254 / 0.75); +} +.ring-offset-sky-100\/80{ + --tw-ring-offset-color: rgb(224 242 254 / 0.8); +} +.ring-offset-sky-100\/90{ + --tw-ring-offset-color: rgb(224 242 254 / 0.9); +} +.ring-offset-sky-100\/95{ + --tw-ring-offset-color: rgb(224 242 254 / 0.95); +} +.ring-offset-sky-100\/100{ + --tw-ring-offset-color: rgb(224 242 254 / 1); +} +.ring-offset-sky-200\/0{ + --tw-ring-offset-color: rgb(186 230 253 / 0); +} +.ring-offset-sky-200\/5{ + --tw-ring-offset-color: rgb(186 230 253 / 0.05); +} +.ring-offset-sky-200\/10{ + --tw-ring-offset-color: rgb(186 230 253 / 0.1); +} +.ring-offset-sky-200\/20{ + --tw-ring-offset-color: rgb(186 230 253 / 0.2); +} +.ring-offset-sky-200\/25{ + --tw-ring-offset-color: rgb(186 230 253 / 0.25); +} +.ring-offset-sky-200\/30{ + --tw-ring-offset-color: rgb(186 230 253 / 0.3); +} +.ring-offset-sky-200\/40{ + --tw-ring-offset-color: rgb(186 230 253 / 0.4); +} +.ring-offset-sky-200\/50{ + --tw-ring-offset-color: rgb(186 230 253 / 0.5); +} +.ring-offset-sky-200\/60{ + --tw-ring-offset-color: rgb(186 230 253 / 0.6); +} +.ring-offset-sky-200\/70{ + --tw-ring-offset-color: rgb(186 230 253 / 0.7); +} +.ring-offset-sky-200\/75{ + --tw-ring-offset-color: rgb(186 230 253 / 0.75); +} +.ring-offset-sky-200\/80{ + --tw-ring-offset-color: rgb(186 230 253 / 0.8); +} +.ring-offset-sky-200\/90{ + --tw-ring-offset-color: rgb(186 230 253 / 0.9); +} +.ring-offset-sky-200\/95{ + --tw-ring-offset-color: rgb(186 230 253 / 0.95); +} +.ring-offset-sky-200\/100{ + --tw-ring-offset-color: rgb(186 230 253 / 1); +} +.ring-offset-sky-300\/0{ + --tw-ring-offset-color: rgb(125 211 252 / 0); +} +.ring-offset-sky-300\/5{ + --tw-ring-offset-color: rgb(125 211 252 / 0.05); +} +.ring-offset-sky-300\/10{ + --tw-ring-offset-color: rgb(125 211 252 / 0.1); +} +.ring-offset-sky-300\/20{ + --tw-ring-offset-color: rgb(125 211 252 / 0.2); +} +.ring-offset-sky-300\/25{ + --tw-ring-offset-color: rgb(125 211 252 / 0.25); +} +.ring-offset-sky-300\/30{ + --tw-ring-offset-color: rgb(125 211 252 / 0.3); +} +.ring-offset-sky-300\/40{ + --tw-ring-offset-color: rgb(125 211 252 / 0.4); +} +.ring-offset-sky-300\/50{ + --tw-ring-offset-color: rgb(125 211 252 / 0.5); +} +.ring-offset-sky-300\/60{ + --tw-ring-offset-color: rgb(125 211 252 / 0.6); +} +.ring-offset-sky-300\/70{ + --tw-ring-offset-color: rgb(125 211 252 / 0.7); +} +.ring-offset-sky-300\/75{ + --tw-ring-offset-color: rgb(125 211 252 / 0.75); +} +.ring-offset-sky-300\/80{ + --tw-ring-offset-color: rgb(125 211 252 / 0.8); +} +.ring-offset-sky-300\/90{ + --tw-ring-offset-color: rgb(125 211 252 / 0.9); +} +.ring-offset-sky-300\/95{ + --tw-ring-offset-color: rgb(125 211 252 / 0.95); +} +.ring-offset-sky-300\/100{ + --tw-ring-offset-color: rgb(125 211 252 / 1); +} +.ring-offset-sky-400\/0{ + --tw-ring-offset-color: rgb(56 189 248 / 0); +} +.ring-offset-sky-400\/5{ + --tw-ring-offset-color: rgb(56 189 248 / 0.05); +} +.ring-offset-sky-400\/10{ + --tw-ring-offset-color: rgb(56 189 248 / 0.1); +} +.ring-offset-sky-400\/20{ + --tw-ring-offset-color: rgb(56 189 248 / 0.2); +} +.ring-offset-sky-400\/25{ + --tw-ring-offset-color: rgb(56 189 248 / 0.25); +} +.ring-offset-sky-400\/30{ + --tw-ring-offset-color: rgb(56 189 248 / 0.3); +} +.ring-offset-sky-400\/40{ + --tw-ring-offset-color: rgb(56 189 248 / 0.4); +} +.ring-offset-sky-400\/50{ + --tw-ring-offset-color: rgb(56 189 248 / 0.5); +} +.ring-offset-sky-400\/60{ + --tw-ring-offset-color: rgb(56 189 248 / 0.6); +} +.ring-offset-sky-400\/70{ + --tw-ring-offset-color: rgb(56 189 248 / 0.7); +} +.ring-offset-sky-400\/75{ + --tw-ring-offset-color: rgb(56 189 248 / 0.75); +} +.ring-offset-sky-400\/80{ + --tw-ring-offset-color: rgb(56 189 248 / 0.8); +} +.ring-offset-sky-400\/90{ + --tw-ring-offset-color: rgb(56 189 248 / 0.9); +} +.ring-offset-sky-400\/95{ + --tw-ring-offset-color: rgb(56 189 248 / 0.95); +} +.ring-offset-sky-400\/100{ + --tw-ring-offset-color: rgb(56 189 248 / 1); +} +.ring-offset-sky-500\/0{ + --tw-ring-offset-color: rgb(14 165 233 / 0); +} +.ring-offset-sky-500\/5{ + --tw-ring-offset-color: rgb(14 165 233 / 0.05); +} +.ring-offset-sky-500\/10{ + --tw-ring-offset-color: rgb(14 165 233 / 0.1); +} +.ring-offset-sky-500\/20{ + --tw-ring-offset-color: rgb(14 165 233 / 0.2); +} +.ring-offset-sky-500\/25{ + --tw-ring-offset-color: rgb(14 165 233 / 0.25); +} +.ring-offset-sky-500\/30{ + --tw-ring-offset-color: rgb(14 165 233 / 0.3); +} +.ring-offset-sky-500\/40{ + --tw-ring-offset-color: rgb(14 165 233 / 0.4); +} +.ring-offset-sky-500\/50{ + --tw-ring-offset-color: rgb(14 165 233 / 0.5); +} +.ring-offset-sky-500\/60{ + --tw-ring-offset-color: rgb(14 165 233 / 0.6); +} +.ring-offset-sky-500\/70{ + --tw-ring-offset-color: rgb(14 165 233 / 0.7); +} +.ring-offset-sky-500\/75{ + --tw-ring-offset-color: rgb(14 165 233 / 0.75); +} +.ring-offset-sky-500\/80{ + --tw-ring-offset-color: rgb(14 165 233 / 0.8); +} +.ring-offset-sky-500\/90{ + --tw-ring-offset-color: rgb(14 165 233 / 0.9); +} +.ring-offset-sky-500\/95{ + --tw-ring-offset-color: rgb(14 165 233 / 0.95); +} +.ring-offset-sky-500\/100{ + --tw-ring-offset-color: rgb(14 165 233 / 1); +} +.ring-offset-sky-600\/0{ + --tw-ring-offset-color: rgb(2 132 199 / 0); +} +.ring-offset-sky-600\/5{ + --tw-ring-offset-color: rgb(2 132 199 / 0.05); +} +.ring-offset-sky-600\/10{ + --tw-ring-offset-color: rgb(2 132 199 / 0.1); +} +.ring-offset-sky-600\/20{ + --tw-ring-offset-color: rgb(2 132 199 / 0.2); +} +.ring-offset-sky-600\/25{ + --tw-ring-offset-color: rgb(2 132 199 / 0.25); +} +.ring-offset-sky-600\/30{ + --tw-ring-offset-color: rgb(2 132 199 / 0.3); +} +.ring-offset-sky-600\/40{ + --tw-ring-offset-color: rgb(2 132 199 / 0.4); +} +.ring-offset-sky-600\/50{ + --tw-ring-offset-color: rgb(2 132 199 / 0.5); +} +.ring-offset-sky-600\/60{ + --tw-ring-offset-color: rgb(2 132 199 / 0.6); +} +.ring-offset-sky-600\/70{ + --tw-ring-offset-color: rgb(2 132 199 / 0.7); +} +.ring-offset-sky-600\/75{ + --tw-ring-offset-color: rgb(2 132 199 / 0.75); +} +.ring-offset-sky-600\/80{ + --tw-ring-offset-color: rgb(2 132 199 / 0.8); +} +.ring-offset-sky-600\/90{ + --tw-ring-offset-color: rgb(2 132 199 / 0.9); +} +.ring-offset-sky-600\/95{ + --tw-ring-offset-color: rgb(2 132 199 / 0.95); +} +.ring-offset-sky-600\/100{ + --tw-ring-offset-color: rgb(2 132 199 / 1); +} +.ring-offset-sky-700\/0{ + --tw-ring-offset-color: rgb(3 105 161 / 0); +} +.ring-offset-sky-700\/5{ + --tw-ring-offset-color: rgb(3 105 161 / 0.05); +} +.ring-offset-sky-700\/10{ + --tw-ring-offset-color: rgb(3 105 161 / 0.1); +} +.ring-offset-sky-700\/20{ + --tw-ring-offset-color: rgb(3 105 161 / 0.2); +} +.ring-offset-sky-700\/25{ + --tw-ring-offset-color: rgb(3 105 161 / 0.25); +} +.ring-offset-sky-700\/30{ + --tw-ring-offset-color: rgb(3 105 161 / 0.3); +} +.ring-offset-sky-700\/40{ + --tw-ring-offset-color: rgb(3 105 161 / 0.4); +} +.ring-offset-sky-700\/50{ + --tw-ring-offset-color: rgb(3 105 161 / 0.5); +} +.ring-offset-sky-700\/60{ + --tw-ring-offset-color: rgb(3 105 161 / 0.6); +} +.ring-offset-sky-700\/70{ + --tw-ring-offset-color: rgb(3 105 161 / 0.7); +} +.ring-offset-sky-700\/75{ + --tw-ring-offset-color: rgb(3 105 161 / 0.75); +} +.ring-offset-sky-700\/80{ + --tw-ring-offset-color: rgb(3 105 161 / 0.8); +} +.ring-offset-sky-700\/90{ + --tw-ring-offset-color: rgb(3 105 161 / 0.9); +} +.ring-offset-sky-700\/95{ + --tw-ring-offset-color: rgb(3 105 161 / 0.95); +} +.ring-offset-sky-700\/100{ + --tw-ring-offset-color: rgb(3 105 161 / 1); +} +.ring-offset-sky-800\/0{ + --tw-ring-offset-color: rgb(7 89 133 / 0); +} +.ring-offset-sky-800\/5{ + --tw-ring-offset-color: rgb(7 89 133 / 0.05); +} +.ring-offset-sky-800\/10{ + --tw-ring-offset-color: rgb(7 89 133 / 0.1); +} +.ring-offset-sky-800\/20{ + --tw-ring-offset-color: rgb(7 89 133 / 0.2); +} +.ring-offset-sky-800\/25{ + --tw-ring-offset-color: rgb(7 89 133 / 0.25); +} +.ring-offset-sky-800\/30{ + --tw-ring-offset-color: rgb(7 89 133 / 0.3); +} +.ring-offset-sky-800\/40{ + --tw-ring-offset-color: rgb(7 89 133 / 0.4); +} +.ring-offset-sky-800\/50{ + --tw-ring-offset-color: rgb(7 89 133 / 0.5); +} +.ring-offset-sky-800\/60{ + --tw-ring-offset-color: rgb(7 89 133 / 0.6); +} +.ring-offset-sky-800\/70{ + --tw-ring-offset-color: rgb(7 89 133 / 0.7); +} +.ring-offset-sky-800\/75{ + --tw-ring-offset-color: rgb(7 89 133 / 0.75); +} +.ring-offset-sky-800\/80{ + --tw-ring-offset-color: rgb(7 89 133 / 0.8); +} +.ring-offset-sky-800\/90{ + --tw-ring-offset-color: rgb(7 89 133 / 0.9); +} +.ring-offset-sky-800\/95{ + --tw-ring-offset-color: rgb(7 89 133 / 0.95); +} +.ring-offset-sky-800\/100{ + --tw-ring-offset-color: rgb(7 89 133 / 1); +} +.ring-offset-sky-900\/0{ + --tw-ring-offset-color: rgb(12 74 110 / 0); +} +.ring-offset-sky-900\/5{ + --tw-ring-offset-color: rgb(12 74 110 / 0.05); +} +.ring-offset-sky-900\/10{ + --tw-ring-offset-color: rgb(12 74 110 / 0.1); +} +.ring-offset-sky-900\/20{ + --tw-ring-offset-color: rgb(12 74 110 / 0.2); +} +.ring-offset-sky-900\/25{ + --tw-ring-offset-color: rgb(12 74 110 / 0.25); +} +.ring-offset-sky-900\/30{ + --tw-ring-offset-color: rgb(12 74 110 / 0.3); +} +.ring-offset-sky-900\/40{ + --tw-ring-offset-color: rgb(12 74 110 / 0.4); +} +.ring-offset-sky-900\/50{ + --tw-ring-offset-color: rgb(12 74 110 / 0.5); +} +.ring-offset-sky-900\/60{ + --tw-ring-offset-color: rgb(12 74 110 / 0.6); +} +.ring-offset-sky-900\/70{ + --tw-ring-offset-color: rgb(12 74 110 / 0.7); +} +.ring-offset-sky-900\/75{ + --tw-ring-offset-color: rgb(12 74 110 / 0.75); +} +.ring-offset-sky-900\/80{ + --tw-ring-offset-color: rgb(12 74 110 / 0.8); +} +.ring-offset-sky-900\/90{ + --tw-ring-offset-color: rgb(12 74 110 / 0.9); +} +.ring-offset-sky-900\/95{ + --tw-ring-offset-color: rgb(12 74 110 / 0.95); +} +.ring-offset-sky-900\/100{ + --tw-ring-offset-color: rgb(12 74 110 / 1); +} +.ring-offset-blue-50\/0{ + --tw-ring-offset-color: rgb(242 248 251 / 0); +} +.ring-offset-blue-50\/5{ + --tw-ring-offset-color: rgb(242 248 251 / 0.05); +} +.ring-offset-blue-50\/10{ + --tw-ring-offset-color: rgb(242 248 251 / 0.1); +} +.ring-offset-blue-50\/20{ + --tw-ring-offset-color: rgb(242 248 251 / 0.2); +} +.ring-offset-blue-50\/25{ + --tw-ring-offset-color: rgb(242 248 251 / 0.25); +} +.ring-offset-blue-50\/30{ + --tw-ring-offset-color: rgb(242 248 251 / 0.3); +} +.ring-offset-blue-50\/40{ + --tw-ring-offset-color: rgb(242 248 251 / 0.4); +} +.ring-offset-blue-50\/50{ + --tw-ring-offset-color: rgb(242 248 251 / 0.5); +} +.ring-offset-blue-50\/60{ + --tw-ring-offset-color: rgb(242 248 251 / 0.6); +} +.ring-offset-blue-50\/70{ + --tw-ring-offset-color: rgb(242 248 251 / 0.7); +} +.ring-offset-blue-50\/75{ + --tw-ring-offset-color: rgb(242 248 251 / 0.75); +} +.ring-offset-blue-50\/80{ + --tw-ring-offset-color: rgb(242 248 251 / 0.8); +} +.ring-offset-blue-50\/90{ + --tw-ring-offset-color: rgb(242 248 251 / 0.9); +} +.ring-offset-blue-50\/95{ + --tw-ring-offset-color: rgb(242 248 251 / 0.95); +} +.ring-offset-blue-50\/100{ + --tw-ring-offset-color: rgb(242 248 251 / 1); +} +.ring-offset-blue-100\/0{ + --tw-ring-offset-color: rgb(230 241 246 / 0); +} +.ring-offset-blue-100\/5{ + --tw-ring-offset-color: rgb(230 241 246 / 0.05); +} +.ring-offset-blue-100\/10{ + --tw-ring-offset-color: rgb(230 241 246 / 0.1); +} +.ring-offset-blue-100\/20{ + --tw-ring-offset-color: rgb(230 241 246 / 0.2); +} +.ring-offset-blue-100\/25{ + --tw-ring-offset-color: rgb(230 241 246 / 0.25); +} +.ring-offset-blue-100\/30{ + --tw-ring-offset-color: rgb(230 241 246 / 0.3); +} +.ring-offset-blue-100\/40{ + --tw-ring-offset-color: rgb(230 241 246 / 0.4); +} +.ring-offset-blue-100\/50{ + --tw-ring-offset-color: rgb(230 241 246 / 0.5); +} +.ring-offset-blue-100\/60{ + --tw-ring-offset-color: rgb(230 241 246 / 0.6); +} +.ring-offset-blue-100\/70{ + --tw-ring-offset-color: rgb(230 241 246 / 0.7); +} +.ring-offset-blue-100\/75{ + --tw-ring-offset-color: rgb(230 241 246 / 0.75); +} +.ring-offset-blue-100\/80{ + --tw-ring-offset-color: rgb(230 241 246 / 0.8); +} +.ring-offset-blue-100\/90{ + --tw-ring-offset-color: rgb(230 241 246 / 0.9); +} +.ring-offset-blue-100\/95{ + --tw-ring-offset-color: rgb(230 241 246 / 0.95); +} +.ring-offset-blue-100\/100{ + --tw-ring-offset-color: rgb(230 241 246 / 1); +} +.ring-offset-blue-200\/0{ + --tw-ring-offset-color: rgb(191 219 233 / 0); +} +.ring-offset-blue-200\/5{ + --tw-ring-offset-color: rgb(191 219 233 / 0.05); +} +.ring-offset-blue-200\/10{ + --tw-ring-offset-color: rgb(191 219 233 / 0.1); +} +.ring-offset-blue-200\/20{ + --tw-ring-offset-color: rgb(191 219 233 / 0.2); +} +.ring-offset-blue-200\/25{ + --tw-ring-offset-color: rgb(191 219 233 / 0.25); +} +.ring-offset-blue-200\/30{ + --tw-ring-offset-color: rgb(191 219 233 / 0.3); +} +.ring-offset-blue-200\/40{ + --tw-ring-offset-color: rgb(191 219 233 / 0.4); +} +.ring-offset-blue-200\/50{ + --tw-ring-offset-color: rgb(191 219 233 / 0.5); +} +.ring-offset-blue-200\/60{ + --tw-ring-offset-color: rgb(191 219 233 / 0.6); +} +.ring-offset-blue-200\/70{ + --tw-ring-offset-color: rgb(191 219 233 / 0.7); +} +.ring-offset-blue-200\/75{ + --tw-ring-offset-color: rgb(191 219 233 / 0.75); +} +.ring-offset-blue-200\/80{ + --tw-ring-offset-color: rgb(191 219 233 / 0.8); +} +.ring-offset-blue-200\/90{ + --tw-ring-offset-color: rgb(191 219 233 / 0.9); +} +.ring-offset-blue-200\/95{ + --tw-ring-offset-color: rgb(191 219 233 / 0.95); +} +.ring-offset-blue-200\/100{ + --tw-ring-offset-color: rgb(191 219 233 / 1); +} +.ring-offset-blue-300\/0{ + --tw-ring-offset-color: rgb(153 197 219 / 0); +} +.ring-offset-blue-300\/5{ + --tw-ring-offset-color: rgb(153 197 219 / 0.05); +} +.ring-offset-blue-300\/10{ + --tw-ring-offset-color: rgb(153 197 219 / 0.1); +} +.ring-offset-blue-300\/20{ + --tw-ring-offset-color: rgb(153 197 219 / 0.2); +} +.ring-offset-blue-300\/25{ + --tw-ring-offset-color: rgb(153 197 219 / 0.25); +} +.ring-offset-blue-300\/30{ + --tw-ring-offset-color: rgb(153 197 219 / 0.3); +} +.ring-offset-blue-300\/40{ + --tw-ring-offset-color: rgb(153 197 219 / 0.4); +} +.ring-offset-blue-300\/50{ + --tw-ring-offset-color: rgb(153 197 219 / 0.5); +} +.ring-offset-blue-300\/60{ + --tw-ring-offset-color: rgb(153 197 219 / 0.6); +} +.ring-offset-blue-300\/70{ + --tw-ring-offset-color: rgb(153 197 219 / 0.7); +} +.ring-offset-blue-300\/75{ + --tw-ring-offset-color: rgb(153 197 219 / 0.75); +} +.ring-offset-blue-300\/80{ + --tw-ring-offset-color: rgb(153 197 219 / 0.8); +} +.ring-offset-blue-300\/90{ + --tw-ring-offset-color: rgb(153 197 219 / 0.9); +} +.ring-offset-blue-300\/95{ + --tw-ring-offset-color: rgb(153 197 219 / 0.95); +} +.ring-offset-blue-300\/100{ + --tw-ring-offset-color: rgb(153 197 219 / 1); +} +.ring-offset-blue-400\/0{ + --tw-ring-offset-color: rgb(77 154 193 / 0); +} +.ring-offset-blue-400\/5{ + --tw-ring-offset-color: rgb(77 154 193 / 0.05); +} +.ring-offset-blue-400\/10{ + --tw-ring-offset-color: rgb(77 154 193 / 0.1); +} +.ring-offset-blue-400\/20{ + --tw-ring-offset-color: rgb(77 154 193 / 0.2); +} +.ring-offset-blue-400\/25{ + --tw-ring-offset-color: rgb(77 154 193 / 0.25); +} +.ring-offset-blue-400\/30{ + --tw-ring-offset-color: rgb(77 154 193 / 0.3); +} +.ring-offset-blue-400\/40{ + --tw-ring-offset-color: rgb(77 154 193 / 0.4); +} +.ring-offset-blue-400\/50{ + --tw-ring-offset-color: rgb(77 154 193 / 0.5); +} +.ring-offset-blue-400\/60{ + --tw-ring-offset-color: rgb(77 154 193 / 0.6); +} +.ring-offset-blue-400\/70{ + --tw-ring-offset-color: rgb(77 154 193 / 0.7); +} +.ring-offset-blue-400\/75{ + --tw-ring-offset-color: rgb(77 154 193 / 0.75); +} +.ring-offset-blue-400\/80{ + --tw-ring-offset-color: rgb(77 154 193 / 0.8); +} +.ring-offset-blue-400\/90{ + --tw-ring-offset-color: rgb(77 154 193 / 0.9); +} +.ring-offset-blue-400\/95{ + --tw-ring-offset-color: rgb(77 154 193 / 0.95); +} +.ring-offset-blue-400\/100{ + --tw-ring-offset-color: rgb(77 154 193 / 1); +} +.ring-offset-blue-500\/0{ + --tw-ring-offset-color: rgb(0 110 166 / 0); +} +.ring-offset-blue-500\/5{ + --tw-ring-offset-color: rgb(0 110 166 / 0.05); +} +.ring-offset-blue-500\/10{ + --tw-ring-offset-color: rgb(0 110 166 / 0.1); +} +.ring-offset-blue-500\/20{ + --tw-ring-offset-color: rgb(0 110 166 / 0.2); +} +.ring-offset-blue-500\/25{ + --tw-ring-offset-color: rgb(0 110 166 / 0.25); +} +.ring-offset-blue-500\/30{ + --tw-ring-offset-color: rgb(0 110 166 / 0.3); +} +.ring-offset-blue-500\/40{ + --tw-ring-offset-color: rgb(0 110 166 / 0.4); +} +.ring-offset-blue-500\/50{ + --tw-ring-offset-color: rgb(0 110 166 / 0.5); +} +.ring-offset-blue-500\/60{ + --tw-ring-offset-color: rgb(0 110 166 / 0.6); +} +.ring-offset-blue-500\/70{ + --tw-ring-offset-color: rgb(0 110 166 / 0.7); +} +.ring-offset-blue-500\/75{ + --tw-ring-offset-color: rgb(0 110 166 / 0.75); +} +.ring-offset-blue-500\/80{ + --tw-ring-offset-color: rgb(0 110 166 / 0.8); +} +.ring-offset-blue-500\/90{ + --tw-ring-offset-color: rgb(0 110 166 / 0.9); +} +.ring-offset-blue-500\/95{ + --tw-ring-offset-color: rgb(0 110 166 / 0.95); +} +.ring-offset-blue-500\/100{ + --tw-ring-offset-color: rgb(0 110 166 / 1); +} +.ring-offset-blue-600\/0{ + --tw-ring-offset-color: rgb(0 99 149 / 0); +} +.ring-offset-blue-600\/5{ + --tw-ring-offset-color: rgb(0 99 149 / 0.05); +} +.ring-offset-blue-600\/10{ + --tw-ring-offset-color: rgb(0 99 149 / 0.1); +} +.ring-offset-blue-600\/20{ + --tw-ring-offset-color: rgb(0 99 149 / 0.2); +} +.ring-offset-blue-600\/25{ + --tw-ring-offset-color: rgb(0 99 149 / 0.25); +} +.ring-offset-blue-600\/30{ + --tw-ring-offset-color: rgb(0 99 149 / 0.3); +} +.ring-offset-blue-600\/40{ + --tw-ring-offset-color: rgb(0 99 149 / 0.4); +} +.ring-offset-blue-600\/50{ + --tw-ring-offset-color: rgb(0 99 149 / 0.5); +} +.ring-offset-blue-600\/60{ + --tw-ring-offset-color: rgb(0 99 149 / 0.6); +} +.ring-offset-blue-600\/70{ + --tw-ring-offset-color: rgb(0 99 149 / 0.7); +} +.ring-offset-blue-600\/75{ + --tw-ring-offset-color: rgb(0 99 149 / 0.75); +} +.ring-offset-blue-600\/80{ + --tw-ring-offset-color: rgb(0 99 149 / 0.8); +} +.ring-offset-blue-600\/90{ + --tw-ring-offset-color: rgb(0 99 149 / 0.9); +} +.ring-offset-blue-600\/95{ + --tw-ring-offset-color: rgb(0 99 149 / 0.95); +} +.ring-offset-blue-600\/100{ + --tw-ring-offset-color: rgb(0 99 149 / 1); +} +.ring-offset-blue-700\/0{ + --tw-ring-offset-color: rgb(0 83 125 / 0); +} +.ring-offset-blue-700\/5{ + --tw-ring-offset-color: rgb(0 83 125 / 0.05); +} +.ring-offset-blue-700\/10{ + --tw-ring-offset-color: rgb(0 83 125 / 0.1); +} +.ring-offset-blue-700\/20{ + --tw-ring-offset-color: rgb(0 83 125 / 0.2); +} +.ring-offset-blue-700\/25{ + --tw-ring-offset-color: rgb(0 83 125 / 0.25); +} +.ring-offset-blue-700\/30{ + --tw-ring-offset-color: rgb(0 83 125 / 0.3); +} +.ring-offset-blue-700\/40{ + --tw-ring-offset-color: rgb(0 83 125 / 0.4); +} +.ring-offset-blue-700\/50{ + --tw-ring-offset-color: rgb(0 83 125 / 0.5); +} +.ring-offset-blue-700\/60{ + --tw-ring-offset-color: rgb(0 83 125 / 0.6); +} +.ring-offset-blue-700\/70{ + --tw-ring-offset-color: rgb(0 83 125 / 0.7); +} +.ring-offset-blue-700\/75{ + --tw-ring-offset-color: rgb(0 83 125 / 0.75); +} +.ring-offset-blue-700\/80{ + --tw-ring-offset-color: rgb(0 83 125 / 0.8); +} +.ring-offset-blue-700\/90{ + --tw-ring-offset-color: rgb(0 83 125 / 0.9); +} +.ring-offset-blue-700\/95{ + --tw-ring-offset-color: rgb(0 83 125 / 0.95); +} +.ring-offset-blue-700\/100{ + --tw-ring-offset-color: rgb(0 83 125 / 1); +} +.ring-offset-blue-800\/0{ + --tw-ring-offset-color: rgb(0 66 100 / 0); +} +.ring-offset-blue-800\/5{ + --tw-ring-offset-color: rgb(0 66 100 / 0.05); +} +.ring-offset-blue-800\/10{ + --tw-ring-offset-color: rgb(0 66 100 / 0.1); +} +.ring-offset-blue-800\/20{ + --tw-ring-offset-color: rgb(0 66 100 / 0.2); +} +.ring-offset-blue-800\/25{ + --tw-ring-offset-color: rgb(0 66 100 / 0.25); +} +.ring-offset-blue-800\/30{ + --tw-ring-offset-color: rgb(0 66 100 / 0.3); +} +.ring-offset-blue-800\/40{ + --tw-ring-offset-color: rgb(0 66 100 / 0.4); +} +.ring-offset-blue-800\/50{ + --tw-ring-offset-color: rgb(0 66 100 / 0.5); +} +.ring-offset-blue-800\/60{ + --tw-ring-offset-color: rgb(0 66 100 / 0.6); +} +.ring-offset-blue-800\/70{ + --tw-ring-offset-color: rgb(0 66 100 / 0.7); +} +.ring-offset-blue-800\/75{ + --tw-ring-offset-color: rgb(0 66 100 / 0.75); +} +.ring-offset-blue-800\/80{ + --tw-ring-offset-color: rgb(0 66 100 / 0.8); +} +.ring-offset-blue-800\/90{ + --tw-ring-offset-color: rgb(0 66 100 / 0.9); +} +.ring-offset-blue-800\/95{ + --tw-ring-offset-color: rgb(0 66 100 / 0.95); +} +.ring-offset-blue-800\/100{ + --tw-ring-offset-color: rgb(0 66 100 / 1); +} +.ring-offset-blue-900\/0{ + --tw-ring-offset-color: rgb(0 54 81 / 0); +} +.ring-offset-blue-900\/5{ + --tw-ring-offset-color: rgb(0 54 81 / 0.05); +} +.ring-offset-blue-900\/10{ + --tw-ring-offset-color: rgb(0 54 81 / 0.1); +} +.ring-offset-blue-900\/20{ + --tw-ring-offset-color: rgb(0 54 81 / 0.2); +} +.ring-offset-blue-900\/25{ + --tw-ring-offset-color: rgb(0 54 81 / 0.25); +} +.ring-offset-blue-900\/30{ + --tw-ring-offset-color: rgb(0 54 81 / 0.3); +} +.ring-offset-blue-900\/40{ + --tw-ring-offset-color: rgb(0 54 81 / 0.4); +} +.ring-offset-blue-900\/50{ + --tw-ring-offset-color: rgb(0 54 81 / 0.5); +} +.ring-offset-blue-900\/60{ + --tw-ring-offset-color: rgb(0 54 81 / 0.6); +} +.ring-offset-blue-900\/70{ + --tw-ring-offset-color: rgb(0 54 81 / 0.7); +} +.ring-offset-blue-900\/75{ + --tw-ring-offset-color: rgb(0 54 81 / 0.75); +} +.ring-offset-blue-900\/80{ + --tw-ring-offset-color: rgb(0 54 81 / 0.8); +} +.ring-offset-blue-900\/90{ + --tw-ring-offset-color: rgb(0 54 81 / 0.9); +} +.ring-offset-blue-900\/95{ + --tw-ring-offset-color: rgb(0 54 81 / 0.95); +} +.ring-offset-blue-900\/100{ + --tw-ring-offset-color: rgb(0 54 81 / 1); +} +.ring-offset-blue\/0{ + --tw-ring-offset-color: rgb(0 110 166 / 0); +} +.ring-offset-blue\/5{ + --tw-ring-offset-color: rgb(0 110 166 / 0.05); +} +.ring-offset-blue\/10{ + --tw-ring-offset-color: rgb(0 110 166 / 0.1); +} +.ring-offset-blue\/20{ + --tw-ring-offset-color: rgb(0 110 166 / 0.2); +} +.ring-offset-blue\/25{ + --tw-ring-offset-color: rgb(0 110 166 / 0.25); +} +.ring-offset-blue\/30{ + --tw-ring-offset-color: rgb(0 110 166 / 0.3); +} +.ring-offset-blue\/40{ + --tw-ring-offset-color: rgb(0 110 166 / 0.4); +} +.ring-offset-blue\/50{ + --tw-ring-offset-color: rgb(0 110 166 / 0.5); +} +.ring-offset-blue\/60{ + --tw-ring-offset-color: rgb(0 110 166 / 0.6); +} +.ring-offset-blue\/70{ + --tw-ring-offset-color: rgb(0 110 166 / 0.7); +} +.ring-offset-blue\/75{ + --tw-ring-offset-color: rgb(0 110 166 / 0.75); +} +.ring-offset-blue\/80{ + --tw-ring-offset-color: rgb(0 110 166 / 0.8); +} +.ring-offset-blue\/90{ + --tw-ring-offset-color: rgb(0 110 166 / 0.9); +} +.ring-offset-blue\/95{ + --tw-ring-offset-color: rgb(0 110 166 / 0.95); +} +.ring-offset-blue\/100{ + --tw-ring-offset-color: rgb(0 110 166 / 1); +} +.ring-offset-indigo-50\/0{ + --tw-ring-offset-color: rgb(240 245 255 / 0); +} +.ring-offset-indigo-50\/5{ + --tw-ring-offset-color: rgb(240 245 255 / 0.05); +} +.ring-offset-indigo-50\/10{ + --tw-ring-offset-color: rgb(240 245 255 / 0.1); +} +.ring-offset-indigo-50\/20{ + --tw-ring-offset-color: rgb(240 245 255 / 0.2); +} +.ring-offset-indigo-50\/25{ + --tw-ring-offset-color: rgb(240 245 255 / 0.25); +} +.ring-offset-indigo-50\/30{ + --tw-ring-offset-color: rgb(240 245 255 / 0.3); +} +.ring-offset-indigo-50\/40{ + --tw-ring-offset-color: rgb(240 245 255 / 0.4); +} +.ring-offset-indigo-50\/50{ + --tw-ring-offset-color: rgb(240 245 255 / 0.5); +} +.ring-offset-indigo-50\/60{ + --tw-ring-offset-color: rgb(240 245 255 / 0.6); +} +.ring-offset-indigo-50\/70{ + --tw-ring-offset-color: rgb(240 245 255 / 0.7); +} +.ring-offset-indigo-50\/75{ + --tw-ring-offset-color: rgb(240 245 255 / 0.75); +} +.ring-offset-indigo-50\/80{ + --tw-ring-offset-color: rgb(240 245 255 / 0.8); +} +.ring-offset-indigo-50\/90{ + --tw-ring-offset-color: rgb(240 245 255 / 0.9); +} +.ring-offset-indigo-50\/95{ + --tw-ring-offset-color: rgb(240 245 255 / 0.95); +} +.ring-offset-indigo-50\/100{ + --tw-ring-offset-color: rgb(240 245 255 / 1); +} +.ring-offset-indigo-100\/0{ + --tw-ring-offset-color: rgb(229 237 255 / 0); +} +.ring-offset-indigo-100\/5{ + --tw-ring-offset-color: rgb(229 237 255 / 0.05); +} +.ring-offset-indigo-100\/10{ + --tw-ring-offset-color: rgb(229 237 255 / 0.1); +} +.ring-offset-indigo-100\/20{ + --tw-ring-offset-color: rgb(229 237 255 / 0.2); +} +.ring-offset-indigo-100\/25{ + --tw-ring-offset-color: rgb(229 237 255 / 0.25); +} +.ring-offset-indigo-100\/30{ + --tw-ring-offset-color: rgb(229 237 255 / 0.3); +} +.ring-offset-indigo-100\/40{ + --tw-ring-offset-color: rgb(229 237 255 / 0.4); +} +.ring-offset-indigo-100\/50{ + --tw-ring-offset-color: rgb(229 237 255 / 0.5); +} +.ring-offset-indigo-100\/60{ + --tw-ring-offset-color: rgb(229 237 255 / 0.6); +} +.ring-offset-indigo-100\/70{ + --tw-ring-offset-color: rgb(229 237 255 / 0.7); +} +.ring-offset-indigo-100\/75{ + --tw-ring-offset-color: rgb(229 237 255 / 0.75); +} +.ring-offset-indigo-100\/80{ + --tw-ring-offset-color: rgb(229 237 255 / 0.8); +} +.ring-offset-indigo-100\/90{ + --tw-ring-offset-color: rgb(229 237 255 / 0.9); +} +.ring-offset-indigo-100\/95{ + --tw-ring-offset-color: rgb(229 237 255 / 0.95); +} +.ring-offset-indigo-100\/100{ + --tw-ring-offset-color: rgb(229 237 255 / 1); +} +.ring-offset-indigo-200\/0{ + --tw-ring-offset-color: rgb(205 219 254 / 0); +} +.ring-offset-indigo-200\/5{ + --tw-ring-offset-color: rgb(205 219 254 / 0.05); +} +.ring-offset-indigo-200\/10{ + --tw-ring-offset-color: rgb(205 219 254 / 0.1); +} +.ring-offset-indigo-200\/20{ + --tw-ring-offset-color: rgb(205 219 254 / 0.2); +} +.ring-offset-indigo-200\/25{ + --tw-ring-offset-color: rgb(205 219 254 / 0.25); +} +.ring-offset-indigo-200\/30{ + --tw-ring-offset-color: rgb(205 219 254 / 0.3); +} +.ring-offset-indigo-200\/40{ + --tw-ring-offset-color: rgb(205 219 254 / 0.4); +} +.ring-offset-indigo-200\/50{ + --tw-ring-offset-color: rgb(205 219 254 / 0.5); +} +.ring-offset-indigo-200\/60{ + --tw-ring-offset-color: rgb(205 219 254 / 0.6); +} +.ring-offset-indigo-200\/70{ + --tw-ring-offset-color: rgb(205 219 254 / 0.7); +} +.ring-offset-indigo-200\/75{ + --tw-ring-offset-color: rgb(205 219 254 / 0.75); +} +.ring-offset-indigo-200\/80{ + --tw-ring-offset-color: rgb(205 219 254 / 0.8); +} +.ring-offset-indigo-200\/90{ + --tw-ring-offset-color: rgb(205 219 254 / 0.9); +} +.ring-offset-indigo-200\/95{ + --tw-ring-offset-color: rgb(205 219 254 / 0.95); +} +.ring-offset-indigo-200\/100{ + --tw-ring-offset-color: rgb(205 219 254 / 1); +} +.ring-offset-indigo-300\/0{ + --tw-ring-offset-color: rgb(180 198 252 / 0); +} +.ring-offset-indigo-300\/5{ + --tw-ring-offset-color: rgb(180 198 252 / 0.05); +} +.ring-offset-indigo-300\/10{ + --tw-ring-offset-color: rgb(180 198 252 / 0.1); +} +.ring-offset-indigo-300\/20{ + --tw-ring-offset-color: rgb(180 198 252 / 0.2); +} +.ring-offset-indigo-300\/25{ + --tw-ring-offset-color: rgb(180 198 252 / 0.25); +} +.ring-offset-indigo-300\/30{ + --tw-ring-offset-color: rgb(180 198 252 / 0.3); +} +.ring-offset-indigo-300\/40{ + --tw-ring-offset-color: rgb(180 198 252 / 0.4); +} +.ring-offset-indigo-300\/50{ + --tw-ring-offset-color: rgb(180 198 252 / 0.5); +} +.ring-offset-indigo-300\/60{ + --tw-ring-offset-color: rgb(180 198 252 / 0.6); +} +.ring-offset-indigo-300\/70{ + --tw-ring-offset-color: rgb(180 198 252 / 0.7); +} +.ring-offset-indigo-300\/75{ + --tw-ring-offset-color: rgb(180 198 252 / 0.75); +} +.ring-offset-indigo-300\/80{ + --tw-ring-offset-color: rgb(180 198 252 / 0.8); +} +.ring-offset-indigo-300\/90{ + --tw-ring-offset-color: rgb(180 198 252 / 0.9); +} +.ring-offset-indigo-300\/95{ + --tw-ring-offset-color: rgb(180 198 252 / 0.95); +} +.ring-offset-indigo-300\/100{ + --tw-ring-offset-color: rgb(180 198 252 / 1); +} +.ring-offset-indigo-400\/0{ + --tw-ring-offset-color: rgb(141 162 251 / 0); +} +.ring-offset-indigo-400\/5{ + --tw-ring-offset-color: rgb(141 162 251 / 0.05); +} +.ring-offset-indigo-400\/10{ + --tw-ring-offset-color: rgb(141 162 251 / 0.1); +} +.ring-offset-indigo-400\/20{ + --tw-ring-offset-color: rgb(141 162 251 / 0.2); +} +.ring-offset-indigo-400\/25{ + --tw-ring-offset-color: rgb(141 162 251 / 0.25); +} +.ring-offset-indigo-400\/30{ + --tw-ring-offset-color: rgb(141 162 251 / 0.3); +} +.ring-offset-indigo-400\/40{ + --tw-ring-offset-color: rgb(141 162 251 / 0.4); +} +.ring-offset-indigo-400\/50{ + --tw-ring-offset-color: rgb(141 162 251 / 0.5); +} +.ring-offset-indigo-400\/60{ + --tw-ring-offset-color: rgb(141 162 251 / 0.6); +} +.ring-offset-indigo-400\/70{ + --tw-ring-offset-color: rgb(141 162 251 / 0.7); +} +.ring-offset-indigo-400\/75{ + --tw-ring-offset-color: rgb(141 162 251 / 0.75); +} +.ring-offset-indigo-400\/80{ + --tw-ring-offset-color: rgb(141 162 251 / 0.8); +} +.ring-offset-indigo-400\/90{ + --tw-ring-offset-color: rgb(141 162 251 / 0.9); +} +.ring-offset-indigo-400\/95{ + --tw-ring-offset-color: rgb(141 162 251 / 0.95); +} +.ring-offset-indigo-400\/100{ + --tw-ring-offset-color: rgb(141 162 251 / 1); +} +.ring-offset-indigo-500\/0{ + --tw-ring-offset-color: rgb(104 117 245 / 0); +} +.ring-offset-indigo-500\/5{ + --tw-ring-offset-color: rgb(104 117 245 / 0.05); +} +.ring-offset-indigo-500\/10{ + --tw-ring-offset-color: rgb(104 117 245 / 0.1); +} +.ring-offset-indigo-500\/20{ + --tw-ring-offset-color: rgb(104 117 245 / 0.2); +} +.ring-offset-indigo-500\/25{ + --tw-ring-offset-color: rgb(104 117 245 / 0.25); +} +.ring-offset-indigo-500\/30{ + --tw-ring-offset-color: rgb(104 117 245 / 0.3); +} +.ring-offset-indigo-500\/40{ + --tw-ring-offset-color: rgb(104 117 245 / 0.4); +} +.ring-offset-indigo-500\/50{ + --tw-ring-offset-color: rgb(104 117 245 / 0.5); +} +.ring-offset-indigo-500\/60{ + --tw-ring-offset-color: rgb(104 117 245 / 0.6); +} +.ring-offset-indigo-500\/70{ + --tw-ring-offset-color: rgb(104 117 245 / 0.7); +} +.ring-offset-indigo-500\/75{ + --tw-ring-offset-color: rgb(104 117 245 / 0.75); +} +.ring-offset-indigo-500\/80{ + --tw-ring-offset-color: rgb(104 117 245 / 0.8); +} +.ring-offset-indigo-500\/90{ + --tw-ring-offset-color: rgb(104 117 245 / 0.9); +} +.ring-offset-indigo-500\/95{ + --tw-ring-offset-color: rgb(104 117 245 / 0.95); +} +.ring-offset-indigo-500\/100{ + --tw-ring-offset-color: rgb(104 117 245 / 1); +} +.ring-offset-indigo-600\/0{ + --tw-ring-offset-color: rgb(88 80 236 / 0); +} +.ring-offset-indigo-600\/5{ + --tw-ring-offset-color: rgb(88 80 236 / 0.05); +} +.ring-offset-indigo-600\/10{ + --tw-ring-offset-color: rgb(88 80 236 / 0.1); +} +.ring-offset-indigo-600\/20{ + --tw-ring-offset-color: rgb(88 80 236 / 0.2); +} +.ring-offset-indigo-600\/25{ + --tw-ring-offset-color: rgb(88 80 236 / 0.25); +} +.ring-offset-indigo-600\/30{ + --tw-ring-offset-color: rgb(88 80 236 / 0.3); +} +.ring-offset-indigo-600\/40{ + --tw-ring-offset-color: rgb(88 80 236 / 0.4); +} +.ring-offset-indigo-600\/50{ + --tw-ring-offset-color: rgb(88 80 236 / 0.5); +} +.ring-offset-indigo-600\/60{ + --tw-ring-offset-color: rgb(88 80 236 / 0.6); +} +.ring-offset-indigo-600\/70{ + --tw-ring-offset-color: rgb(88 80 236 / 0.7); +} +.ring-offset-indigo-600\/75{ + --tw-ring-offset-color: rgb(88 80 236 / 0.75); +} +.ring-offset-indigo-600\/80{ + --tw-ring-offset-color: rgb(88 80 236 / 0.8); +} +.ring-offset-indigo-600\/90{ + --tw-ring-offset-color: rgb(88 80 236 / 0.9); +} +.ring-offset-indigo-600\/95{ + --tw-ring-offset-color: rgb(88 80 236 / 0.95); +} +.ring-offset-indigo-600\/100{ + --tw-ring-offset-color: rgb(88 80 236 / 1); +} +.ring-offset-indigo-700\/0{ + --tw-ring-offset-color: rgb(81 69 205 / 0); +} +.ring-offset-indigo-700\/5{ + --tw-ring-offset-color: rgb(81 69 205 / 0.05); +} +.ring-offset-indigo-700\/10{ + --tw-ring-offset-color: rgb(81 69 205 / 0.1); +} +.ring-offset-indigo-700\/20{ + --tw-ring-offset-color: rgb(81 69 205 / 0.2); +} +.ring-offset-indigo-700\/25{ + --tw-ring-offset-color: rgb(81 69 205 / 0.25); +} +.ring-offset-indigo-700\/30{ + --tw-ring-offset-color: rgb(81 69 205 / 0.3); +} +.ring-offset-indigo-700\/40{ + --tw-ring-offset-color: rgb(81 69 205 / 0.4); +} +.ring-offset-indigo-700\/50{ + --tw-ring-offset-color: rgb(81 69 205 / 0.5); +} +.ring-offset-indigo-700\/60{ + --tw-ring-offset-color: rgb(81 69 205 / 0.6); +} +.ring-offset-indigo-700\/70{ + --tw-ring-offset-color: rgb(81 69 205 / 0.7); +} +.ring-offset-indigo-700\/75{ + --tw-ring-offset-color: rgb(81 69 205 / 0.75); +} +.ring-offset-indigo-700\/80{ + --tw-ring-offset-color: rgb(81 69 205 / 0.8); +} +.ring-offset-indigo-700\/90{ + --tw-ring-offset-color: rgb(81 69 205 / 0.9); +} +.ring-offset-indigo-700\/95{ + --tw-ring-offset-color: rgb(81 69 205 / 0.95); +} +.ring-offset-indigo-700\/100{ + --tw-ring-offset-color: rgb(81 69 205 / 1); +} +.ring-offset-indigo-800\/0{ + --tw-ring-offset-color: rgb(66 56 157 / 0); +} +.ring-offset-indigo-800\/5{ + --tw-ring-offset-color: rgb(66 56 157 / 0.05); +} +.ring-offset-indigo-800\/10{ + --tw-ring-offset-color: rgb(66 56 157 / 0.1); +} +.ring-offset-indigo-800\/20{ + --tw-ring-offset-color: rgb(66 56 157 / 0.2); +} +.ring-offset-indigo-800\/25{ + --tw-ring-offset-color: rgb(66 56 157 / 0.25); +} +.ring-offset-indigo-800\/30{ + --tw-ring-offset-color: rgb(66 56 157 / 0.3); +} +.ring-offset-indigo-800\/40{ + --tw-ring-offset-color: rgb(66 56 157 / 0.4); +} +.ring-offset-indigo-800\/50{ + --tw-ring-offset-color: rgb(66 56 157 / 0.5); +} +.ring-offset-indigo-800\/60{ + --tw-ring-offset-color: rgb(66 56 157 / 0.6); +} +.ring-offset-indigo-800\/70{ + --tw-ring-offset-color: rgb(66 56 157 / 0.7); +} +.ring-offset-indigo-800\/75{ + --tw-ring-offset-color: rgb(66 56 157 / 0.75); +} +.ring-offset-indigo-800\/80{ + --tw-ring-offset-color: rgb(66 56 157 / 0.8); +} +.ring-offset-indigo-800\/90{ + --tw-ring-offset-color: rgb(66 56 157 / 0.9); +} +.ring-offset-indigo-800\/95{ + --tw-ring-offset-color: rgb(66 56 157 / 0.95); +} +.ring-offset-indigo-800\/100{ + --tw-ring-offset-color: rgb(66 56 157 / 1); +} +.ring-offset-indigo-900\/0{ + --tw-ring-offset-color: rgb(54 47 120 / 0); +} +.ring-offset-indigo-900\/5{ + --tw-ring-offset-color: rgb(54 47 120 / 0.05); +} +.ring-offset-indigo-900\/10{ + --tw-ring-offset-color: rgb(54 47 120 / 0.1); +} +.ring-offset-indigo-900\/20{ + --tw-ring-offset-color: rgb(54 47 120 / 0.2); +} +.ring-offset-indigo-900\/25{ + --tw-ring-offset-color: rgb(54 47 120 / 0.25); +} +.ring-offset-indigo-900\/30{ + --tw-ring-offset-color: rgb(54 47 120 / 0.3); +} +.ring-offset-indigo-900\/40{ + --tw-ring-offset-color: rgb(54 47 120 / 0.4); +} +.ring-offset-indigo-900\/50{ + --tw-ring-offset-color: rgb(54 47 120 / 0.5); +} +.ring-offset-indigo-900\/60{ + --tw-ring-offset-color: rgb(54 47 120 / 0.6); +} +.ring-offset-indigo-900\/70{ + --tw-ring-offset-color: rgb(54 47 120 / 0.7); +} +.ring-offset-indigo-900\/75{ + --tw-ring-offset-color: rgb(54 47 120 / 0.75); +} +.ring-offset-indigo-900\/80{ + --tw-ring-offset-color: rgb(54 47 120 / 0.8); +} +.ring-offset-indigo-900\/90{ + --tw-ring-offset-color: rgb(54 47 120 / 0.9); +} +.ring-offset-indigo-900\/95{ + --tw-ring-offset-color: rgb(54 47 120 / 0.95); +} +.ring-offset-indigo-900\/100{ + --tw-ring-offset-color: rgb(54 47 120 / 1); +} +.ring-offset-violet-50\/0{ + --tw-ring-offset-color: rgb(245 243 255 / 0); +} +.ring-offset-violet-50\/5{ + --tw-ring-offset-color: rgb(245 243 255 / 0.05); +} +.ring-offset-violet-50\/10{ + --tw-ring-offset-color: rgb(245 243 255 / 0.1); +} +.ring-offset-violet-50\/20{ + --tw-ring-offset-color: rgb(245 243 255 / 0.2); +} +.ring-offset-violet-50\/25{ + --tw-ring-offset-color: rgb(245 243 255 / 0.25); +} +.ring-offset-violet-50\/30{ + --tw-ring-offset-color: rgb(245 243 255 / 0.3); +} +.ring-offset-violet-50\/40{ + --tw-ring-offset-color: rgb(245 243 255 / 0.4); +} +.ring-offset-violet-50\/50{ + --tw-ring-offset-color: rgb(245 243 255 / 0.5); +} +.ring-offset-violet-50\/60{ + --tw-ring-offset-color: rgb(245 243 255 / 0.6); +} +.ring-offset-violet-50\/70{ + --tw-ring-offset-color: rgb(245 243 255 / 0.7); +} +.ring-offset-violet-50\/75{ + --tw-ring-offset-color: rgb(245 243 255 / 0.75); +} +.ring-offset-violet-50\/80{ + --tw-ring-offset-color: rgb(245 243 255 / 0.8); +} +.ring-offset-violet-50\/90{ + --tw-ring-offset-color: rgb(245 243 255 / 0.9); +} +.ring-offset-violet-50\/95{ + --tw-ring-offset-color: rgb(245 243 255 / 0.95); +} +.ring-offset-violet-50\/100{ + --tw-ring-offset-color: rgb(245 243 255 / 1); +} +.ring-offset-violet-100\/0{ + --tw-ring-offset-color: rgb(237 233 254 / 0); +} +.ring-offset-violet-100\/5{ + --tw-ring-offset-color: rgb(237 233 254 / 0.05); +} +.ring-offset-violet-100\/10{ + --tw-ring-offset-color: rgb(237 233 254 / 0.1); +} +.ring-offset-violet-100\/20{ + --tw-ring-offset-color: rgb(237 233 254 / 0.2); +} +.ring-offset-violet-100\/25{ + --tw-ring-offset-color: rgb(237 233 254 / 0.25); +} +.ring-offset-violet-100\/30{ + --tw-ring-offset-color: rgb(237 233 254 / 0.3); +} +.ring-offset-violet-100\/40{ + --tw-ring-offset-color: rgb(237 233 254 / 0.4); +} +.ring-offset-violet-100\/50{ + --tw-ring-offset-color: rgb(237 233 254 / 0.5); +} +.ring-offset-violet-100\/60{ + --tw-ring-offset-color: rgb(237 233 254 / 0.6); +} +.ring-offset-violet-100\/70{ + --tw-ring-offset-color: rgb(237 233 254 / 0.7); +} +.ring-offset-violet-100\/75{ + --tw-ring-offset-color: rgb(237 233 254 / 0.75); +} +.ring-offset-violet-100\/80{ + --tw-ring-offset-color: rgb(237 233 254 / 0.8); +} +.ring-offset-violet-100\/90{ + --tw-ring-offset-color: rgb(237 233 254 / 0.9); +} +.ring-offset-violet-100\/95{ + --tw-ring-offset-color: rgb(237 233 254 / 0.95); +} +.ring-offset-violet-100\/100{ + --tw-ring-offset-color: rgb(237 233 254 / 1); +} +.ring-offset-violet-200\/0{ + --tw-ring-offset-color: rgb(221 214 254 / 0); +} +.ring-offset-violet-200\/5{ + --tw-ring-offset-color: rgb(221 214 254 / 0.05); +} +.ring-offset-violet-200\/10{ + --tw-ring-offset-color: rgb(221 214 254 / 0.1); +} +.ring-offset-violet-200\/20{ + --tw-ring-offset-color: rgb(221 214 254 / 0.2); +} +.ring-offset-violet-200\/25{ + --tw-ring-offset-color: rgb(221 214 254 / 0.25); +} +.ring-offset-violet-200\/30{ + --tw-ring-offset-color: rgb(221 214 254 / 0.3); +} +.ring-offset-violet-200\/40{ + --tw-ring-offset-color: rgb(221 214 254 / 0.4); +} +.ring-offset-violet-200\/50{ + --tw-ring-offset-color: rgb(221 214 254 / 0.5); +} +.ring-offset-violet-200\/60{ + --tw-ring-offset-color: rgb(221 214 254 / 0.6); +} +.ring-offset-violet-200\/70{ + --tw-ring-offset-color: rgb(221 214 254 / 0.7); +} +.ring-offset-violet-200\/75{ + --tw-ring-offset-color: rgb(221 214 254 / 0.75); +} +.ring-offset-violet-200\/80{ + --tw-ring-offset-color: rgb(221 214 254 / 0.8); +} +.ring-offset-violet-200\/90{ + --tw-ring-offset-color: rgb(221 214 254 / 0.9); +} +.ring-offset-violet-200\/95{ + --tw-ring-offset-color: rgb(221 214 254 / 0.95); +} +.ring-offset-violet-200\/100{ + --tw-ring-offset-color: rgb(221 214 254 / 1); +} +.ring-offset-violet-300\/0{ + --tw-ring-offset-color: rgb(196 181 253 / 0); +} +.ring-offset-violet-300\/5{ + --tw-ring-offset-color: rgb(196 181 253 / 0.05); +} +.ring-offset-violet-300\/10{ + --tw-ring-offset-color: rgb(196 181 253 / 0.1); +} +.ring-offset-violet-300\/20{ + --tw-ring-offset-color: rgb(196 181 253 / 0.2); +} +.ring-offset-violet-300\/25{ + --tw-ring-offset-color: rgb(196 181 253 / 0.25); +} +.ring-offset-violet-300\/30{ + --tw-ring-offset-color: rgb(196 181 253 / 0.3); +} +.ring-offset-violet-300\/40{ + --tw-ring-offset-color: rgb(196 181 253 / 0.4); +} +.ring-offset-violet-300\/50{ + --tw-ring-offset-color: rgb(196 181 253 / 0.5); +} +.ring-offset-violet-300\/60{ + --tw-ring-offset-color: rgb(196 181 253 / 0.6); +} +.ring-offset-violet-300\/70{ + --tw-ring-offset-color: rgb(196 181 253 / 0.7); +} +.ring-offset-violet-300\/75{ + --tw-ring-offset-color: rgb(196 181 253 / 0.75); +} +.ring-offset-violet-300\/80{ + --tw-ring-offset-color: rgb(196 181 253 / 0.8); +} +.ring-offset-violet-300\/90{ + --tw-ring-offset-color: rgb(196 181 253 / 0.9); +} +.ring-offset-violet-300\/95{ + --tw-ring-offset-color: rgb(196 181 253 / 0.95); +} +.ring-offset-violet-300\/100{ + --tw-ring-offset-color: rgb(196 181 253 / 1); +} +.ring-offset-violet-400\/0{ + --tw-ring-offset-color: rgb(167 139 250 / 0); +} +.ring-offset-violet-400\/5{ + --tw-ring-offset-color: rgb(167 139 250 / 0.05); +} +.ring-offset-violet-400\/10{ + --tw-ring-offset-color: rgb(167 139 250 / 0.1); +} +.ring-offset-violet-400\/20{ + --tw-ring-offset-color: rgb(167 139 250 / 0.2); +} +.ring-offset-violet-400\/25{ + --tw-ring-offset-color: rgb(167 139 250 / 0.25); +} +.ring-offset-violet-400\/30{ + --tw-ring-offset-color: rgb(167 139 250 / 0.3); +} +.ring-offset-violet-400\/40{ + --tw-ring-offset-color: rgb(167 139 250 / 0.4); +} +.ring-offset-violet-400\/50{ + --tw-ring-offset-color: rgb(167 139 250 / 0.5); +} +.ring-offset-violet-400\/60{ + --tw-ring-offset-color: rgb(167 139 250 / 0.6); +} +.ring-offset-violet-400\/70{ + --tw-ring-offset-color: rgb(167 139 250 / 0.7); +} +.ring-offset-violet-400\/75{ + --tw-ring-offset-color: rgb(167 139 250 / 0.75); +} +.ring-offset-violet-400\/80{ + --tw-ring-offset-color: rgb(167 139 250 / 0.8); +} +.ring-offset-violet-400\/90{ + --tw-ring-offset-color: rgb(167 139 250 / 0.9); +} +.ring-offset-violet-400\/95{ + --tw-ring-offset-color: rgb(167 139 250 / 0.95); +} +.ring-offset-violet-400\/100{ + --tw-ring-offset-color: rgb(167 139 250 / 1); +} +.ring-offset-violet-500\/0{ + --tw-ring-offset-color: rgb(139 92 246 / 0); +} +.ring-offset-violet-500\/5{ + --tw-ring-offset-color: rgb(139 92 246 / 0.05); +} +.ring-offset-violet-500\/10{ + --tw-ring-offset-color: rgb(139 92 246 / 0.1); +} +.ring-offset-violet-500\/20{ + --tw-ring-offset-color: rgb(139 92 246 / 0.2); +} +.ring-offset-violet-500\/25{ + --tw-ring-offset-color: rgb(139 92 246 / 0.25); +} +.ring-offset-violet-500\/30{ + --tw-ring-offset-color: rgb(139 92 246 / 0.3); +} +.ring-offset-violet-500\/40{ + --tw-ring-offset-color: rgb(139 92 246 / 0.4); +} +.ring-offset-violet-500\/50{ + --tw-ring-offset-color: rgb(139 92 246 / 0.5); +} +.ring-offset-violet-500\/60{ + --tw-ring-offset-color: rgb(139 92 246 / 0.6); +} +.ring-offset-violet-500\/70{ + --tw-ring-offset-color: rgb(139 92 246 / 0.7); +} +.ring-offset-violet-500\/75{ + --tw-ring-offset-color: rgb(139 92 246 / 0.75); +} +.ring-offset-violet-500\/80{ + --tw-ring-offset-color: rgb(139 92 246 / 0.8); +} +.ring-offset-violet-500\/90{ + --tw-ring-offset-color: rgb(139 92 246 / 0.9); +} +.ring-offset-violet-500\/95{ + --tw-ring-offset-color: rgb(139 92 246 / 0.95); +} +.ring-offset-violet-500\/100{ + --tw-ring-offset-color: rgb(139 92 246 / 1); +} +.ring-offset-violet-600\/0{ + --tw-ring-offset-color: rgb(124 58 237 / 0); +} +.ring-offset-violet-600\/5{ + --tw-ring-offset-color: rgb(124 58 237 / 0.05); +} +.ring-offset-violet-600\/10{ + --tw-ring-offset-color: rgb(124 58 237 / 0.1); +} +.ring-offset-violet-600\/20{ + --tw-ring-offset-color: rgb(124 58 237 / 0.2); +} +.ring-offset-violet-600\/25{ + --tw-ring-offset-color: rgb(124 58 237 / 0.25); +} +.ring-offset-violet-600\/30{ + --tw-ring-offset-color: rgb(124 58 237 / 0.3); +} +.ring-offset-violet-600\/40{ + --tw-ring-offset-color: rgb(124 58 237 / 0.4); +} +.ring-offset-violet-600\/50{ + --tw-ring-offset-color: rgb(124 58 237 / 0.5); +} +.ring-offset-violet-600\/60{ + --tw-ring-offset-color: rgb(124 58 237 / 0.6); +} +.ring-offset-violet-600\/70{ + --tw-ring-offset-color: rgb(124 58 237 / 0.7); +} +.ring-offset-violet-600\/75{ + --tw-ring-offset-color: rgb(124 58 237 / 0.75); +} +.ring-offset-violet-600\/80{ + --tw-ring-offset-color: rgb(124 58 237 / 0.8); +} +.ring-offset-violet-600\/90{ + --tw-ring-offset-color: rgb(124 58 237 / 0.9); +} +.ring-offset-violet-600\/95{ + --tw-ring-offset-color: rgb(124 58 237 / 0.95); +} +.ring-offset-violet-600\/100{ + --tw-ring-offset-color: rgb(124 58 237 / 1); +} +.ring-offset-violet-700\/0{ + --tw-ring-offset-color: rgb(109 40 217 / 0); +} +.ring-offset-violet-700\/5{ + --tw-ring-offset-color: rgb(109 40 217 / 0.05); +} +.ring-offset-violet-700\/10{ + --tw-ring-offset-color: rgb(109 40 217 / 0.1); +} +.ring-offset-violet-700\/20{ + --tw-ring-offset-color: rgb(109 40 217 / 0.2); +} +.ring-offset-violet-700\/25{ + --tw-ring-offset-color: rgb(109 40 217 / 0.25); +} +.ring-offset-violet-700\/30{ + --tw-ring-offset-color: rgb(109 40 217 / 0.3); +} +.ring-offset-violet-700\/40{ + --tw-ring-offset-color: rgb(109 40 217 / 0.4); +} +.ring-offset-violet-700\/50{ + --tw-ring-offset-color: rgb(109 40 217 / 0.5); +} +.ring-offset-violet-700\/60{ + --tw-ring-offset-color: rgb(109 40 217 / 0.6); +} +.ring-offset-violet-700\/70{ + --tw-ring-offset-color: rgb(109 40 217 / 0.7); +} +.ring-offset-violet-700\/75{ + --tw-ring-offset-color: rgb(109 40 217 / 0.75); +} +.ring-offset-violet-700\/80{ + --tw-ring-offset-color: rgb(109 40 217 / 0.8); +} +.ring-offset-violet-700\/90{ + --tw-ring-offset-color: rgb(109 40 217 / 0.9); +} +.ring-offset-violet-700\/95{ + --tw-ring-offset-color: rgb(109 40 217 / 0.95); +} +.ring-offset-violet-700\/100{ + --tw-ring-offset-color: rgb(109 40 217 / 1); +} +.ring-offset-violet-800\/0{ + --tw-ring-offset-color: rgb(91 33 182 / 0); +} +.ring-offset-violet-800\/5{ + --tw-ring-offset-color: rgb(91 33 182 / 0.05); +} +.ring-offset-violet-800\/10{ + --tw-ring-offset-color: rgb(91 33 182 / 0.1); +} +.ring-offset-violet-800\/20{ + --tw-ring-offset-color: rgb(91 33 182 / 0.2); +} +.ring-offset-violet-800\/25{ + --tw-ring-offset-color: rgb(91 33 182 / 0.25); +} +.ring-offset-violet-800\/30{ + --tw-ring-offset-color: rgb(91 33 182 / 0.3); +} +.ring-offset-violet-800\/40{ + --tw-ring-offset-color: rgb(91 33 182 / 0.4); +} +.ring-offset-violet-800\/50{ + --tw-ring-offset-color: rgb(91 33 182 / 0.5); +} +.ring-offset-violet-800\/60{ + --tw-ring-offset-color: rgb(91 33 182 / 0.6); +} +.ring-offset-violet-800\/70{ + --tw-ring-offset-color: rgb(91 33 182 / 0.7); +} +.ring-offset-violet-800\/75{ + --tw-ring-offset-color: rgb(91 33 182 / 0.75); +} +.ring-offset-violet-800\/80{ + --tw-ring-offset-color: rgb(91 33 182 / 0.8); +} +.ring-offset-violet-800\/90{ + --tw-ring-offset-color: rgb(91 33 182 / 0.9); +} +.ring-offset-violet-800\/95{ + --tw-ring-offset-color: rgb(91 33 182 / 0.95); +} +.ring-offset-violet-800\/100{ + --tw-ring-offset-color: rgb(91 33 182 / 1); +} +.ring-offset-violet-900\/0{ + --tw-ring-offset-color: rgb(76 29 149 / 0); +} +.ring-offset-violet-900\/5{ + --tw-ring-offset-color: rgb(76 29 149 / 0.05); +} +.ring-offset-violet-900\/10{ + --tw-ring-offset-color: rgb(76 29 149 / 0.1); +} +.ring-offset-violet-900\/20{ + --tw-ring-offset-color: rgb(76 29 149 / 0.2); +} +.ring-offset-violet-900\/25{ + --tw-ring-offset-color: rgb(76 29 149 / 0.25); +} +.ring-offset-violet-900\/30{ + --tw-ring-offset-color: rgb(76 29 149 / 0.3); +} +.ring-offset-violet-900\/40{ + --tw-ring-offset-color: rgb(76 29 149 / 0.4); +} +.ring-offset-violet-900\/50{ + --tw-ring-offset-color: rgb(76 29 149 / 0.5); +} +.ring-offset-violet-900\/60{ + --tw-ring-offset-color: rgb(76 29 149 / 0.6); +} +.ring-offset-violet-900\/70{ + --tw-ring-offset-color: rgb(76 29 149 / 0.7); +} +.ring-offset-violet-900\/75{ + --tw-ring-offset-color: rgb(76 29 149 / 0.75); +} +.ring-offset-violet-900\/80{ + --tw-ring-offset-color: rgb(76 29 149 / 0.8); +} +.ring-offset-violet-900\/90{ + --tw-ring-offset-color: rgb(76 29 149 / 0.9); +} +.ring-offset-violet-900\/95{ + --tw-ring-offset-color: rgb(76 29 149 / 0.95); +} +.ring-offset-violet-900\/100{ + --tw-ring-offset-color: rgb(76 29 149 / 1); +} +.ring-offset-purple-50\/0{ + --tw-ring-offset-color: rgb(247 247 249 / 0); +} +.ring-offset-purple-50\/5{ + --tw-ring-offset-color: rgb(247 247 249 / 0.05); +} +.ring-offset-purple-50\/10{ + --tw-ring-offset-color: rgb(247 247 249 / 0.1); +} +.ring-offset-purple-50\/20{ + --tw-ring-offset-color: rgb(247 247 249 / 0.2); +} +.ring-offset-purple-50\/25{ + --tw-ring-offset-color: rgb(247 247 249 / 0.25); +} +.ring-offset-purple-50\/30{ + --tw-ring-offset-color: rgb(247 247 249 / 0.3); +} +.ring-offset-purple-50\/40{ + --tw-ring-offset-color: rgb(247 247 249 / 0.4); +} +.ring-offset-purple-50\/50{ + --tw-ring-offset-color: rgb(247 247 249 / 0.5); +} +.ring-offset-purple-50\/60{ + --tw-ring-offset-color: rgb(247 247 249 / 0.6); +} +.ring-offset-purple-50\/70{ + --tw-ring-offset-color: rgb(247 247 249 / 0.7); +} +.ring-offset-purple-50\/75{ + --tw-ring-offset-color: rgb(247 247 249 / 0.75); +} +.ring-offset-purple-50\/80{ + --tw-ring-offset-color: rgb(247 247 249 / 0.8); +} +.ring-offset-purple-50\/90{ + --tw-ring-offset-color: rgb(247 247 249 / 0.9); +} +.ring-offset-purple-50\/95{ + --tw-ring-offset-color: rgb(247 247 249 / 0.95); +} +.ring-offset-purple-50\/100{ + --tw-ring-offset-color: rgb(247 247 249 / 1); +} +.ring-offset-purple-100\/0{ + --tw-ring-offset-color: rgb(238 238 243 / 0); +} +.ring-offset-purple-100\/5{ + --tw-ring-offset-color: rgb(238 238 243 / 0.05); +} +.ring-offset-purple-100\/10{ + --tw-ring-offset-color: rgb(238 238 243 / 0.1); +} +.ring-offset-purple-100\/20{ + --tw-ring-offset-color: rgb(238 238 243 / 0.2); +} +.ring-offset-purple-100\/25{ + --tw-ring-offset-color: rgb(238 238 243 / 0.25); +} +.ring-offset-purple-100\/30{ + --tw-ring-offset-color: rgb(238 238 243 / 0.3); +} +.ring-offset-purple-100\/40{ + --tw-ring-offset-color: rgb(238 238 243 / 0.4); +} +.ring-offset-purple-100\/50{ + --tw-ring-offset-color: rgb(238 238 243 / 0.5); +} +.ring-offset-purple-100\/60{ + --tw-ring-offset-color: rgb(238 238 243 / 0.6); +} +.ring-offset-purple-100\/70{ + --tw-ring-offset-color: rgb(238 238 243 / 0.7); +} +.ring-offset-purple-100\/75{ + --tw-ring-offset-color: rgb(238 238 243 / 0.75); +} +.ring-offset-purple-100\/80{ + --tw-ring-offset-color: rgb(238 238 243 / 0.8); +} +.ring-offset-purple-100\/90{ + --tw-ring-offset-color: rgb(238 238 243 / 0.9); +} +.ring-offset-purple-100\/95{ + --tw-ring-offset-color: rgb(238 238 243 / 0.95); +} +.ring-offset-purple-100\/100{ + --tw-ring-offset-color: rgb(238 238 243 / 1); +} +.ring-offset-purple-200\/0{ + --tw-ring-offset-color: rgb(213 213 226 / 0); +} +.ring-offset-purple-200\/5{ + --tw-ring-offset-color: rgb(213 213 226 / 0.05); +} +.ring-offset-purple-200\/10{ + --tw-ring-offset-color: rgb(213 213 226 / 0.1); +} +.ring-offset-purple-200\/20{ + --tw-ring-offset-color: rgb(213 213 226 / 0.2); +} +.ring-offset-purple-200\/25{ + --tw-ring-offset-color: rgb(213 213 226 / 0.25); +} +.ring-offset-purple-200\/30{ + --tw-ring-offset-color: rgb(213 213 226 / 0.3); +} +.ring-offset-purple-200\/40{ + --tw-ring-offset-color: rgb(213 213 226 / 0.4); +} +.ring-offset-purple-200\/50{ + --tw-ring-offset-color: rgb(213 213 226 / 0.5); +} +.ring-offset-purple-200\/60{ + --tw-ring-offset-color: rgb(213 213 226 / 0.6); +} +.ring-offset-purple-200\/70{ + --tw-ring-offset-color: rgb(213 213 226 / 0.7); +} +.ring-offset-purple-200\/75{ + --tw-ring-offset-color: rgb(213 213 226 / 0.75); +} +.ring-offset-purple-200\/80{ + --tw-ring-offset-color: rgb(213 213 226 / 0.8); +} +.ring-offset-purple-200\/90{ + --tw-ring-offset-color: rgb(213 213 226 / 0.9); +} +.ring-offset-purple-200\/95{ + --tw-ring-offset-color: rgb(213 213 226 / 0.95); +} +.ring-offset-purple-200\/100{ + --tw-ring-offset-color: rgb(213 213 226 / 1); +} +.ring-offset-purple-300\/0{ + --tw-ring-offset-color: rgb(187 188 209 / 0); +} +.ring-offset-purple-300\/5{ + --tw-ring-offset-color: rgb(187 188 209 / 0.05); +} +.ring-offset-purple-300\/10{ + --tw-ring-offset-color: rgb(187 188 209 / 0.1); +} +.ring-offset-purple-300\/20{ + --tw-ring-offset-color: rgb(187 188 209 / 0.2); +} +.ring-offset-purple-300\/25{ + --tw-ring-offset-color: rgb(187 188 209 / 0.25); +} +.ring-offset-purple-300\/30{ + --tw-ring-offset-color: rgb(187 188 209 / 0.3); +} +.ring-offset-purple-300\/40{ + --tw-ring-offset-color: rgb(187 188 209 / 0.4); +} +.ring-offset-purple-300\/50{ + --tw-ring-offset-color: rgb(187 188 209 / 0.5); +} +.ring-offset-purple-300\/60{ + --tw-ring-offset-color: rgb(187 188 209 / 0.6); +} +.ring-offset-purple-300\/70{ + --tw-ring-offset-color: rgb(187 188 209 / 0.7); +} +.ring-offset-purple-300\/75{ + --tw-ring-offset-color: rgb(187 188 209 / 0.75); +} +.ring-offset-purple-300\/80{ + --tw-ring-offset-color: rgb(187 188 209 / 0.8); +} +.ring-offset-purple-300\/90{ + --tw-ring-offset-color: rgb(187 188 209 / 0.9); +} +.ring-offset-purple-300\/95{ + --tw-ring-offset-color: rgb(187 188 209 / 0.95); +} +.ring-offset-purple-300\/100{ + --tw-ring-offset-color: rgb(187 188 209 / 1); +} +.ring-offset-purple-400\/0{ + --tw-ring-offset-color: rgb(136 138 174 / 0); +} +.ring-offset-purple-400\/5{ + --tw-ring-offset-color: rgb(136 138 174 / 0.05); +} +.ring-offset-purple-400\/10{ + --tw-ring-offset-color: rgb(136 138 174 / 0.1); +} +.ring-offset-purple-400\/20{ + --tw-ring-offset-color: rgb(136 138 174 / 0.2); +} +.ring-offset-purple-400\/25{ + --tw-ring-offset-color: rgb(136 138 174 / 0.25); +} +.ring-offset-purple-400\/30{ + --tw-ring-offset-color: rgb(136 138 174 / 0.3); +} +.ring-offset-purple-400\/40{ + --tw-ring-offset-color: rgb(136 138 174 / 0.4); +} +.ring-offset-purple-400\/50{ + --tw-ring-offset-color: rgb(136 138 174 / 0.5); +} +.ring-offset-purple-400\/60{ + --tw-ring-offset-color: rgb(136 138 174 / 0.6); +} +.ring-offset-purple-400\/70{ + --tw-ring-offset-color: rgb(136 138 174 / 0.7); +} +.ring-offset-purple-400\/75{ + --tw-ring-offset-color: rgb(136 138 174 / 0.75); +} +.ring-offset-purple-400\/80{ + --tw-ring-offset-color: rgb(136 138 174 / 0.8); +} +.ring-offset-purple-400\/90{ + --tw-ring-offset-color: rgb(136 138 174 / 0.9); +} +.ring-offset-purple-400\/95{ + --tw-ring-offset-color: rgb(136 138 174 / 0.95); +} +.ring-offset-purple-400\/100{ + --tw-ring-offset-color: rgb(136 138 174 / 1); +} +.ring-offset-purple-500\/0{ + --tw-ring-offset-color: rgb(85 88 139 / 0); +} +.ring-offset-purple-500\/5{ + --tw-ring-offset-color: rgb(85 88 139 / 0.05); +} +.ring-offset-purple-500\/10{ + --tw-ring-offset-color: rgb(85 88 139 / 0.1); +} +.ring-offset-purple-500\/20{ + --tw-ring-offset-color: rgb(85 88 139 / 0.2); +} +.ring-offset-purple-500\/25{ + --tw-ring-offset-color: rgb(85 88 139 / 0.25); +} +.ring-offset-purple-500\/30{ + --tw-ring-offset-color: rgb(85 88 139 / 0.3); +} +.ring-offset-purple-500\/40{ + --tw-ring-offset-color: rgb(85 88 139 / 0.4); +} +.ring-offset-purple-500\/50{ + --tw-ring-offset-color: rgb(85 88 139 / 0.5); +} +.ring-offset-purple-500\/60{ + --tw-ring-offset-color: rgb(85 88 139 / 0.6); +} +.ring-offset-purple-500\/70{ + --tw-ring-offset-color: rgb(85 88 139 / 0.7); +} +.ring-offset-purple-500\/75{ + --tw-ring-offset-color: rgb(85 88 139 / 0.75); +} +.ring-offset-purple-500\/80{ + --tw-ring-offset-color: rgb(85 88 139 / 0.8); +} +.ring-offset-purple-500\/90{ + --tw-ring-offset-color: rgb(85 88 139 / 0.9); +} +.ring-offset-purple-500\/95{ + --tw-ring-offset-color: rgb(85 88 139 / 0.95); +} +.ring-offset-purple-500\/100{ + --tw-ring-offset-color: rgb(85 88 139 / 1); +} +.ring-offset-purple-600\/0{ + --tw-ring-offset-color: rgb(77 79 125 / 0); +} +.ring-offset-purple-600\/5{ + --tw-ring-offset-color: rgb(77 79 125 / 0.05); +} +.ring-offset-purple-600\/10{ + --tw-ring-offset-color: rgb(77 79 125 / 0.1); +} +.ring-offset-purple-600\/20{ + --tw-ring-offset-color: rgb(77 79 125 / 0.2); +} +.ring-offset-purple-600\/25{ + --tw-ring-offset-color: rgb(77 79 125 / 0.25); +} +.ring-offset-purple-600\/30{ + --tw-ring-offset-color: rgb(77 79 125 / 0.3); +} +.ring-offset-purple-600\/40{ + --tw-ring-offset-color: rgb(77 79 125 / 0.4); +} +.ring-offset-purple-600\/50{ + --tw-ring-offset-color: rgb(77 79 125 / 0.5); +} +.ring-offset-purple-600\/60{ + --tw-ring-offset-color: rgb(77 79 125 / 0.6); +} +.ring-offset-purple-600\/70{ + --tw-ring-offset-color: rgb(77 79 125 / 0.7); +} +.ring-offset-purple-600\/75{ + --tw-ring-offset-color: rgb(77 79 125 / 0.75); +} +.ring-offset-purple-600\/80{ + --tw-ring-offset-color: rgb(77 79 125 / 0.8); +} +.ring-offset-purple-600\/90{ + --tw-ring-offset-color: rgb(77 79 125 / 0.9); +} +.ring-offset-purple-600\/95{ + --tw-ring-offset-color: rgb(77 79 125 / 0.95); +} +.ring-offset-purple-600\/100{ + --tw-ring-offset-color: rgb(77 79 125 / 1); +} +.ring-offset-purple-700\/0{ + --tw-ring-offset-color: rgb(64 66 104 / 0); +} +.ring-offset-purple-700\/5{ + --tw-ring-offset-color: rgb(64 66 104 / 0.05); +} +.ring-offset-purple-700\/10{ + --tw-ring-offset-color: rgb(64 66 104 / 0.1); +} +.ring-offset-purple-700\/20{ + --tw-ring-offset-color: rgb(64 66 104 / 0.2); +} +.ring-offset-purple-700\/25{ + --tw-ring-offset-color: rgb(64 66 104 / 0.25); +} +.ring-offset-purple-700\/30{ + --tw-ring-offset-color: rgb(64 66 104 / 0.3); +} +.ring-offset-purple-700\/40{ + --tw-ring-offset-color: rgb(64 66 104 / 0.4); +} +.ring-offset-purple-700\/50{ + --tw-ring-offset-color: rgb(64 66 104 / 0.5); +} +.ring-offset-purple-700\/60{ + --tw-ring-offset-color: rgb(64 66 104 / 0.6); +} +.ring-offset-purple-700\/70{ + --tw-ring-offset-color: rgb(64 66 104 / 0.7); +} +.ring-offset-purple-700\/75{ + --tw-ring-offset-color: rgb(64 66 104 / 0.75); +} +.ring-offset-purple-700\/80{ + --tw-ring-offset-color: rgb(64 66 104 / 0.8); +} +.ring-offset-purple-700\/90{ + --tw-ring-offset-color: rgb(64 66 104 / 0.9); +} +.ring-offset-purple-700\/95{ + --tw-ring-offset-color: rgb(64 66 104 / 0.95); +} +.ring-offset-purple-700\/100{ + --tw-ring-offset-color: rgb(64 66 104 / 1); +} +.ring-offset-purple-800\/0{ + --tw-ring-offset-color: rgb(51 53 83 / 0); +} +.ring-offset-purple-800\/5{ + --tw-ring-offset-color: rgb(51 53 83 / 0.05); +} +.ring-offset-purple-800\/10{ + --tw-ring-offset-color: rgb(51 53 83 / 0.1); +} +.ring-offset-purple-800\/20{ + --tw-ring-offset-color: rgb(51 53 83 / 0.2); +} +.ring-offset-purple-800\/25{ + --tw-ring-offset-color: rgb(51 53 83 / 0.25); +} +.ring-offset-purple-800\/30{ + --tw-ring-offset-color: rgb(51 53 83 / 0.3); +} +.ring-offset-purple-800\/40{ + --tw-ring-offset-color: rgb(51 53 83 / 0.4); +} +.ring-offset-purple-800\/50{ + --tw-ring-offset-color: rgb(51 53 83 / 0.5); +} +.ring-offset-purple-800\/60{ + --tw-ring-offset-color: rgb(51 53 83 / 0.6); +} +.ring-offset-purple-800\/70{ + --tw-ring-offset-color: rgb(51 53 83 / 0.7); +} +.ring-offset-purple-800\/75{ + --tw-ring-offset-color: rgb(51 53 83 / 0.75); +} +.ring-offset-purple-800\/80{ + --tw-ring-offset-color: rgb(51 53 83 / 0.8); +} +.ring-offset-purple-800\/90{ + --tw-ring-offset-color: rgb(51 53 83 / 0.9); +} +.ring-offset-purple-800\/95{ + --tw-ring-offset-color: rgb(51 53 83 / 0.95); +} +.ring-offset-purple-800\/100{ + --tw-ring-offset-color: rgb(51 53 83 / 1); +} +.ring-offset-purple-900\/0{ + --tw-ring-offset-color: rgb(42 43 68 / 0); +} +.ring-offset-purple-900\/5{ + --tw-ring-offset-color: rgb(42 43 68 / 0.05); +} +.ring-offset-purple-900\/10{ + --tw-ring-offset-color: rgb(42 43 68 / 0.1); +} +.ring-offset-purple-900\/20{ + --tw-ring-offset-color: rgb(42 43 68 / 0.2); +} +.ring-offset-purple-900\/25{ + --tw-ring-offset-color: rgb(42 43 68 / 0.25); +} +.ring-offset-purple-900\/30{ + --tw-ring-offset-color: rgb(42 43 68 / 0.3); +} +.ring-offset-purple-900\/40{ + --tw-ring-offset-color: rgb(42 43 68 / 0.4); +} +.ring-offset-purple-900\/50{ + --tw-ring-offset-color: rgb(42 43 68 / 0.5); +} +.ring-offset-purple-900\/60{ + --tw-ring-offset-color: rgb(42 43 68 / 0.6); +} +.ring-offset-purple-900\/70{ + --tw-ring-offset-color: rgb(42 43 68 / 0.7); +} +.ring-offset-purple-900\/75{ + --tw-ring-offset-color: rgb(42 43 68 / 0.75); +} +.ring-offset-purple-900\/80{ + --tw-ring-offset-color: rgb(42 43 68 / 0.8); +} +.ring-offset-purple-900\/90{ + --tw-ring-offset-color: rgb(42 43 68 / 0.9); +} +.ring-offset-purple-900\/95{ + --tw-ring-offset-color: rgb(42 43 68 / 0.95); +} +.ring-offset-purple-900\/100{ + --tw-ring-offset-color: rgb(42 43 68 / 1); +} +.ring-offset-purple\/0{ + --tw-ring-offset-color: rgb(85 88 139 / 0); +} +.ring-offset-purple\/5{ + --tw-ring-offset-color: rgb(85 88 139 / 0.05); +} +.ring-offset-purple\/10{ + --tw-ring-offset-color: rgb(85 88 139 / 0.1); +} +.ring-offset-purple\/20{ + --tw-ring-offset-color: rgb(85 88 139 / 0.2); +} +.ring-offset-purple\/25{ + --tw-ring-offset-color: rgb(85 88 139 / 0.25); +} +.ring-offset-purple\/30{ + --tw-ring-offset-color: rgb(85 88 139 / 0.3); +} +.ring-offset-purple\/40{ + --tw-ring-offset-color: rgb(85 88 139 / 0.4); +} +.ring-offset-purple\/50{ + --tw-ring-offset-color: rgb(85 88 139 / 0.5); +} +.ring-offset-purple\/60{ + --tw-ring-offset-color: rgb(85 88 139 / 0.6); +} +.ring-offset-purple\/70{ + --tw-ring-offset-color: rgb(85 88 139 / 0.7); +} +.ring-offset-purple\/75{ + --tw-ring-offset-color: rgb(85 88 139 / 0.75); +} +.ring-offset-purple\/80{ + --tw-ring-offset-color: rgb(85 88 139 / 0.8); +} +.ring-offset-purple\/90{ + --tw-ring-offset-color: rgb(85 88 139 / 0.9); +} +.ring-offset-purple\/95{ + --tw-ring-offset-color: rgb(85 88 139 / 0.95); +} +.ring-offset-purple\/100{ + --tw-ring-offset-color: rgb(85 88 139 / 1); +} +.ring-offset-fuchsia-50\/0{ + --tw-ring-offset-color: rgb(253 244 255 / 0); +} +.ring-offset-fuchsia-50\/5{ + --tw-ring-offset-color: rgb(253 244 255 / 0.05); +} +.ring-offset-fuchsia-50\/10{ + --tw-ring-offset-color: rgb(253 244 255 / 0.1); +} +.ring-offset-fuchsia-50\/20{ + --tw-ring-offset-color: rgb(253 244 255 / 0.2); +} +.ring-offset-fuchsia-50\/25{ + --tw-ring-offset-color: rgb(253 244 255 / 0.25); +} +.ring-offset-fuchsia-50\/30{ + --tw-ring-offset-color: rgb(253 244 255 / 0.3); +} +.ring-offset-fuchsia-50\/40{ + --tw-ring-offset-color: rgb(253 244 255 / 0.4); +} +.ring-offset-fuchsia-50\/50{ + --tw-ring-offset-color: rgb(253 244 255 / 0.5); +} +.ring-offset-fuchsia-50\/60{ + --tw-ring-offset-color: rgb(253 244 255 / 0.6); +} +.ring-offset-fuchsia-50\/70{ + --tw-ring-offset-color: rgb(253 244 255 / 0.7); +} +.ring-offset-fuchsia-50\/75{ + --tw-ring-offset-color: rgb(253 244 255 / 0.75); +} +.ring-offset-fuchsia-50\/80{ + --tw-ring-offset-color: rgb(253 244 255 / 0.8); +} +.ring-offset-fuchsia-50\/90{ + --tw-ring-offset-color: rgb(253 244 255 / 0.9); +} +.ring-offset-fuchsia-50\/95{ + --tw-ring-offset-color: rgb(253 244 255 / 0.95); +} +.ring-offset-fuchsia-50\/100{ + --tw-ring-offset-color: rgb(253 244 255 / 1); +} +.ring-offset-fuchsia-100\/0{ + --tw-ring-offset-color: rgb(250 232 255 / 0); +} +.ring-offset-fuchsia-100\/5{ + --tw-ring-offset-color: rgb(250 232 255 / 0.05); +} +.ring-offset-fuchsia-100\/10{ + --tw-ring-offset-color: rgb(250 232 255 / 0.1); +} +.ring-offset-fuchsia-100\/20{ + --tw-ring-offset-color: rgb(250 232 255 / 0.2); +} +.ring-offset-fuchsia-100\/25{ + --tw-ring-offset-color: rgb(250 232 255 / 0.25); +} +.ring-offset-fuchsia-100\/30{ + --tw-ring-offset-color: rgb(250 232 255 / 0.3); +} +.ring-offset-fuchsia-100\/40{ + --tw-ring-offset-color: rgb(250 232 255 / 0.4); +} +.ring-offset-fuchsia-100\/50{ + --tw-ring-offset-color: rgb(250 232 255 / 0.5); +} +.ring-offset-fuchsia-100\/60{ + --tw-ring-offset-color: rgb(250 232 255 / 0.6); +} +.ring-offset-fuchsia-100\/70{ + --tw-ring-offset-color: rgb(250 232 255 / 0.7); +} +.ring-offset-fuchsia-100\/75{ + --tw-ring-offset-color: rgb(250 232 255 / 0.75); +} +.ring-offset-fuchsia-100\/80{ + --tw-ring-offset-color: rgb(250 232 255 / 0.8); +} +.ring-offset-fuchsia-100\/90{ + --tw-ring-offset-color: rgb(250 232 255 / 0.9); +} +.ring-offset-fuchsia-100\/95{ + --tw-ring-offset-color: rgb(250 232 255 / 0.95); +} +.ring-offset-fuchsia-100\/100{ + --tw-ring-offset-color: rgb(250 232 255 / 1); +} +.ring-offset-fuchsia-200\/0{ + --tw-ring-offset-color: rgb(245 208 254 / 0); +} +.ring-offset-fuchsia-200\/5{ + --tw-ring-offset-color: rgb(245 208 254 / 0.05); +} +.ring-offset-fuchsia-200\/10{ + --tw-ring-offset-color: rgb(245 208 254 / 0.1); +} +.ring-offset-fuchsia-200\/20{ + --tw-ring-offset-color: rgb(245 208 254 / 0.2); +} +.ring-offset-fuchsia-200\/25{ + --tw-ring-offset-color: rgb(245 208 254 / 0.25); +} +.ring-offset-fuchsia-200\/30{ + --tw-ring-offset-color: rgb(245 208 254 / 0.3); +} +.ring-offset-fuchsia-200\/40{ + --tw-ring-offset-color: rgb(245 208 254 / 0.4); +} +.ring-offset-fuchsia-200\/50{ + --tw-ring-offset-color: rgb(245 208 254 / 0.5); +} +.ring-offset-fuchsia-200\/60{ + --tw-ring-offset-color: rgb(245 208 254 / 0.6); +} +.ring-offset-fuchsia-200\/70{ + --tw-ring-offset-color: rgb(245 208 254 / 0.7); +} +.ring-offset-fuchsia-200\/75{ + --tw-ring-offset-color: rgb(245 208 254 / 0.75); +} +.ring-offset-fuchsia-200\/80{ + --tw-ring-offset-color: rgb(245 208 254 / 0.8); +} +.ring-offset-fuchsia-200\/90{ + --tw-ring-offset-color: rgb(245 208 254 / 0.9); +} +.ring-offset-fuchsia-200\/95{ + --tw-ring-offset-color: rgb(245 208 254 / 0.95); +} +.ring-offset-fuchsia-200\/100{ + --tw-ring-offset-color: rgb(245 208 254 / 1); +} +.ring-offset-fuchsia-300\/0{ + --tw-ring-offset-color: rgb(240 171 252 / 0); +} +.ring-offset-fuchsia-300\/5{ + --tw-ring-offset-color: rgb(240 171 252 / 0.05); +} +.ring-offset-fuchsia-300\/10{ + --tw-ring-offset-color: rgb(240 171 252 / 0.1); +} +.ring-offset-fuchsia-300\/20{ + --tw-ring-offset-color: rgb(240 171 252 / 0.2); +} +.ring-offset-fuchsia-300\/25{ + --tw-ring-offset-color: rgb(240 171 252 / 0.25); +} +.ring-offset-fuchsia-300\/30{ + --tw-ring-offset-color: rgb(240 171 252 / 0.3); +} +.ring-offset-fuchsia-300\/40{ + --tw-ring-offset-color: rgb(240 171 252 / 0.4); +} +.ring-offset-fuchsia-300\/50{ + --tw-ring-offset-color: rgb(240 171 252 / 0.5); +} +.ring-offset-fuchsia-300\/60{ + --tw-ring-offset-color: rgb(240 171 252 / 0.6); +} +.ring-offset-fuchsia-300\/70{ + --tw-ring-offset-color: rgb(240 171 252 / 0.7); +} +.ring-offset-fuchsia-300\/75{ + --tw-ring-offset-color: rgb(240 171 252 / 0.75); +} +.ring-offset-fuchsia-300\/80{ + --tw-ring-offset-color: rgb(240 171 252 / 0.8); +} +.ring-offset-fuchsia-300\/90{ + --tw-ring-offset-color: rgb(240 171 252 / 0.9); +} +.ring-offset-fuchsia-300\/95{ + --tw-ring-offset-color: rgb(240 171 252 / 0.95); +} +.ring-offset-fuchsia-300\/100{ + --tw-ring-offset-color: rgb(240 171 252 / 1); +} +.ring-offset-fuchsia-400\/0{ + --tw-ring-offset-color: rgb(232 121 249 / 0); +} +.ring-offset-fuchsia-400\/5{ + --tw-ring-offset-color: rgb(232 121 249 / 0.05); +} +.ring-offset-fuchsia-400\/10{ + --tw-ring-offset-color: rgb(232 121 249 / 0.1); +} +.ring-offset-fuchsia-400\/20{ + --tw-ring-offset-color: rgb(232 121 249 / 0.2); +} +.ring-offset-fuchsia-400\/25{ + --tw-ring-offset-color: rgb(232 121 249 / 0.25); +} +.ring-offset-fuchsia-400\/30{ + --tw-ring-offset-color: rgb(232 121 249 / 0.3); +} +.ring-offset-fuchsia-400\/40{ + --tw-ring-offset-color: rgb(232 121 249 / 0.4); +} +.ring-offset-fuchsia-400\/50{ + --tw-ring-offset-color: rgb(232 121 249 / 0.5); +} +.ring-offset-fuchsia-400\/60{ + --tw-ring-offset-color: rgb(232 121 249 / 0.6); +} +.ring-offset-fuchsia-400\/70{ + --tw-ring-offset-color: rgb(232 121 249 / 0.7); +} +.ring-offset-fuchsia-400\/75{ + --tw-ring-offset-color: rgb(232 121 249 / 0.75); +} +.ring-offset-fuchsia-400\/80{ + --tw-ring-offset-color: rgb(232 121 249 / 0.8); +} +.ring-offset-fuchsia-400\/90{ + --tw-ring-offset-color: rgb(232 121 249 / 0.9); +} +.ring-offset-fuchsia-400\/95{ + --tw-ring-offset-color: rgb(232 121 249 / 0.95); +} +.ring-offset-fuchsia-400\/100{ + --tw-ring-offset-color: rgb(232 121 249 / 1); +} +.ring-offset-fuchsia-500\/0{ + --tw-ring-offset-color: rgb(217 70 239 / 0); +} +.ring-offset-fuchsia-500\/5{ + --tw-ring-offset-color: rgb(217 70 239 / 0.05); +} +.ring-offset-fuchsia-500\/10{ + --tw-ring-offset-color: rgb(217 70 239 / 0.1); +} +.ring-offset-fuchsia-500\/20{ + --tw-ring-offset-color: rgb(217 70 239 / 0.2); +} +.ring-offset-fuchsia-500\/25{ + --tw-ring-offset-color: rgb(217 70 239 / 0.25); +} +.ring-offset-fuchsia-500\/30{ + --tw-ring-offset-color: rgb(217 70 239 / 0.3); +} +.ring-offset-fuchsia-500\/40{ + --tw-ring-offset-color: rgb(217 70 239 / 0.4); +} +.ring-offset-fuchsia-500\/50{ + --tw-ring-offset-color: rgb(217 70 239 / 0.5); +} +.ring-offset-fuchsia-500\/60{ + --tw-ring-offset-color: rgb(217 70 239 / 0.6); +} +.ring-offset-fuchsia-500\/70{ + --tw-ring-offset-color: rgb(217 70 239 / 0.7); +} +.ring-offset-fuchsia-500\/75{ + --tw-ring-offset-color: rgb(217 70 239 / 0.75); +} +.ring-offset-fuchsia-500\/80{ + --tw-ring-offset-color: rgb(217 70 239 / 0.8); +} +.ring-offset-fuchsia-500\/90{ + --tw-ring-offset-color: rgb(217 70 239 / 0.9); +} +.ring-offset-fuchsia-500\/95{ + --tw-ring-offset-color: rgb(217 70 239 / 0.95); +} +.ring-offset-fuchsia-500\/100{ + --tw-ring-offset-color: rgb(217 70 239 / 1); +} +.ring-offset-fuchsia-600\/0{ + --tw-ring-offset-color: rgb(192 38 211 / 0); +} +.ring-offset-fuchsia-600\/5{ + --tw-ring-offset-color: rgb(192 38 211 / 0.05); +} +.ring-offset-fuchsia-600\/10{ + --tw-ring-offset-color: rgb(192 38 211 / 0.1); +} +.ring-offset-fuchsia-600\/20{ + --tw-ring-offset-color: rgb(192 38 211 / 0.2); +} +.ring-offset-fuchsia-600\/25{ + --tw-ring-offset-color: rgb(192 38 211 / 0.25); +} +.ring-offset-fuchsia-600\/30{ + --tw-ring-offset-color: rgb(192 38 211 / 0.3); +} +.ring-offset-fuchsia-600\/40{ + --tw-ring-offset-color: rgb(192 38 211 / 0.4); +} +.ring-offset-fuchsia-600\/50{ + --tw-ring-offset-color: rgb(192 38 211 / 0.5); +} +.ring-offset-fuchsia-600\/60{ + --tw-ring-offset-color: rgb(192 38 211 / 0.6); +} +.ring-offset-fuchsia-600\/70{ + --tw-ring-offset-color: rgb(192 38 211 / 0.7); +} +.ring-offset-fuchsia-600\/75{ + --tw-ring-offset-color: rgb(192 38 211 / 0.75); +} +.ring-offset-fuchsia-600\/80{ + --tw-ring-offset-color: rgb(192 38 211 / 0.8); +} +.ring-offset-fuchsia-600\/90{ + --tw-ring-offset-color: rgb(192 38 211 / 0.9); +} +.ring-offset-fuchsia-600\/95{ + --tw-ring-offset-color: rgb(192 38 211 / 0.95); +} +.ring-offset-fuchsia-600\/100{ + --tw-ring-offset-color: rgb(192 38 211 / 1); +} +.ring-offset-fuchsia-700\/0{ + --tw-ring-offset-color: rgb(162 28 175 / 0); +} +.ring-offset-fuchsia-700\/5{ + --tw-ring-offset-color: rgb(162 28 175 / 0.05); +} +.ring-offset-fuchsia-700\/10{ + --tw-ring-offset-color: rgb(162 28 175 / 0.1); +} +.ring-offset-fuchsia-700\/20{ + --tw-ring-offset-color: rgb(162 28 175 / 0.2); +} +.ring-offset-fuchsia-700\/25{ + --tw-ring-offset-color: rgb(162 28 175 / 0.25); +} +.ring-offset-fuchsia-700\/30{ + --tw-ring-offset-color: rgb(162 28 175 / 0.3); +} +.ring-offset-fuchsia-700\/40{ + --tw-ring-offset-color: rgb(162 28 175 / 0.4); +} +.ring-offset-fuchsia-700\/50{ + --tw-ring-offset-color: rgb(162 28 175 / 0.5); +} +.ring-offset-fuchsia-700\/60{ + --tw-ring-offset-color: rgb(162 28 175 / 0.6); +} +.ring-offset-fuchsia-700\/70{ + --tw-ring-offset-color: rgb(162 28 175 / 0.7); +} +.ring-offset-fuchsia-700\/75{ + --tw-ring-offset-color: rgb(162 28 175 / 0.75); +} +.ring-offset-fuchsia-700\/80{ + --tw-ring-offset-color: rgb(162 28 175 / 0.8); +} +.ring-offset-fuchsia-700\/90{ + --tw-ring-offset-color: rgb(162 28 175 / 0.9); +} +.ring-offset-fuchsia-700\/95{ + --tw-ring-offset-color: rgb(162 28 175 / 0.95); +} +.ring-offset-fuchsia-700\/100{ + --tw-ring-offset-color: rgb(162 28 175 / 1); +} +.ring-offset-fuchsia-800\/0{ + --tw-ring-offset-color: rgb(134 25 143 / 0); +} +.ring-offset-fuchsia-800\/5{ + --tw-ring-offset-color: rgb(134 25 143 / 0.05); +} +.ring-offset-fuchsia-800\/10{ + --tw-ring-offset-color: rgb(134 25 143 / 0.1); +} +.ring-offset-fuchsia-800\/20{ + --tw-ring-offset-color: rgb(134 25 143 / 0.2); +} +.ring-offset-fuchsia-800\/25{ + --tw-ring-offset-color: rgb(134 25 143 / 0.25); +} +.ring-offset-fuchsia-800\/30{ + --tw-ring-offset-color: rgb(134 25 143 / 0.3); +} +.ring-offset-fuchsia-800\/40{ + --tw-ring-offset-color: rgb(134 25 143 / 0.4); +} +.ring-offset-fuchsia-800\/50{ + --tw-ring-offset-color: rgb(134 25 143 / 0.5); +} +.ring-offset-fuchsia-800\/60{ + --tw-ring-offset-color: rgb(134 25 143 / 0.6); +} +.ring-offset-fuchsia-800\/70{ + --tw-ring-offset-color: rgb(134 25 143 / 0.7); +} +.ring-offset-fuchsia-800\/75{ + --tw-ring-offset-color: rgb(134 25 143 / 0.75); +} +.ring-offset-fuchsia-800\/80{ + --tw-ring-offset-color: rgb(134 25 143 / 0.8); +} +.ring-offset-fuchsia-800\/90{ + --tw-ring-offset-color: rgb(134 25 143 / 0.9); +} +.ring-offset-fuchsia-800\/95{ + --tw-ring-offset-color: rgb(134 25 143 / 0.95); +} +.ring-offset-fuchsia-800\/100{ + --tw-ring-offset-color: rgb(134 25 143 / 1); +} +.ring-offset-fuchsia-900\/0{ + --tw-ring-offset-color: rgb(112 26 117 / 0); +} +.ring-offset-fuchsia-900\/5{ + --tw-ring-offset-color: rgb(112 26 117 / 0.05); +} +.ring-offset-fuchsia-900\/10{ + --tw-ring-offset-color: rgb(112 26 117 / 0.1); +} +.ring-offset-fuchsia-900\/20{ + --tw-ring-offset-color: rgb(112 26 117 / 0.2); +} +.ring-offset-fuchsia-900\/25{ + --tw-ring-offset-color: rgb(112 26 117 / 0.25); +} +.ring-offset-fuchsia-900\/30{ + --tw-ring-offset-color: rgb(112 26 117 / 0.3); +} +.ring-offset-fuchsia-900\/40{ + --tw-ring-offset-color: rgb(112 26 117 / 0.4); +} +.ring-offset-fuchsia-900\/50{ + --tw-ring-offset-color: rgb(112 26 117 / 0.5); +} +.ring-offset-fuchsia-900\/60{ + --tw-ring-offset-color: rgb(112 26 117 / 0.6); +} +.ring-offset-fuchsia-900\/70{ + --tw-ring-offset-color: rgb(112 26 117 / 0.7); +} +.ring-offset-fuchsia-900\/75{ + --tw-ring-offset-color: rgb(112 26 117 / 0.75); +} +.ring-offset-fuchsia-900\/80{ + --tw-ring-offset-color: rgb(112 26 117 / 0.8); +} +.ring-offset-fuchsia-900\/90{ + --tw-ring-offset-color: rgb(112 26 117 / 0.9); +} +.ring-offset-fuchsia-900\/95{ + --tw-ring-offset-color: rgb(112 26 117 / 0.95); +} +.ring-offset-fuchsia-900\/100{ + --tw-ring-offset-color: rgb(112 26 117 / 1); +} +.ring-offset-pink-50\/0{ + --tw-ring-offset-color: rgb(253 242 248 / 0); +} +.ring-offset-pink-50\/5{ + --tw-ring-offset-color: rgb(253 242 248 / 0.05); +} +.ring-offset-pink-50\/10{ + --tw-ring-offset-color: rgb(253 242 248 / 0.1); +} +.ring-offset-pink-50\/20{ + --tw-ring-offset-color: rgb(253 242 248 / 0.2); +} +.ring-offset-pink-50\/25{ + --tw-ring-offset-color: rgb(253 242 248 / 0.25); +} +.ring-offset-pink-50\/30{ + --tw-ring-offset-color: rgb(253 242 248 / 0.3); +} +.ring-offset-pink-50\/40{ + --tw-ring-offset-color: rgb(253 242 248 / 0.4); +} +.ring-offset-pink-50\/50{ + --tw-ring-offset-color: rgb(253 242 248 / 0.5); +} +.ring-offset-pink-50\/60{ + --tw-ring-offset-color: rgb(253 242 248 / 0.6); +} +.ring-offset-pink-50\/70{ + --tw-ring-offset-color: rgb(253 242 248 / 0.7); +} +.ring-offset-pink-50\/75{ + --tw-ring-offset-color: rgb(253 242 248 / 0.75); +} +.ring-offset-pink-50\/80{ + --tw-ring-offset-color: rgb(253 242 248 / 0.8); +} +.ring-offset-pink-50\/90{ + --tw-ring-offset-color: rgb(253 242 248 / 0.9); +} +.ring-offset-pink-50\/95{ + --tw-ring-offset-color: rgb(253 242 248 / 0.95); +} +.ring-offset-pink-50\/100{ + --tw-ring-offset-color: rgb(253 242 248 / 1); +} +.ring-offset-pink-100\/0{ + --tw-ring-offset-color: rgb(252 232 243 / 0); +} +.ring-offset-pink-100\/5{ + --tw-ring-offset-color: rgb(252 232 243 / 0.05); +} +.ring-offset-pink-100\/10{ + --tw-ring-offset-color: rgb(252 232 243 / 0.1); +} +.ring-offset-pink-100\/20{ + --tw-ring-offset-color: rgb(252 232 243 / 0.2); +} +.ring-offset-pink-100\/25{ + --tw-ring-offset-color: rgb(252 232 243 / 0.25); +} +.ring-offset-pink-100\/30{ + --tw-ring-offset-color: rgb(252 232 243 / 0.3); +} +.ring-offset-pink-100\/40{ + --tw-ring-offset-color: rgb(252 232 243 / 0.4); +} +.ring-offset-pink-100\/50{ + --tw-ring-offset-color: rgb(252 232 243 / 0.5); +} +.ring-offset-pink-100\/60{ + --tw-ring-offset-color: rgb(252 232 243 / 0.6); +} +.ring-offset-pink-100\/70{ + --tw-ring-offset-color: rgb(252 232 243 / 0.7); +} +.ring-offset-pink-100\/75{ + --tw-ring-offset-color: rgb(252 232 243 / 0.75); +} +.ring-offset-pink-100\/80{ + --tw-ring-offset-color: rgb(252 232 243 / 0.8); +} +.ring-offset-pink-100\/90{ + --tw-ring-offset-color: rgb(252 232 243 / 0.9); +} +.ring-offset-pink-100\/95{ + --tw-ring-offset-color: rgb(252 232 243 / 0.95); +} +.ring-offset-pink-100\/100{ + --tw-ring-offset-color: rgb(252 232 243 / 1); +} +.ring-offset-pink-200\/0{ + --tw-ring-offset-color: rgb(250 209 232 / 0); +} +.ring-offset-pink-200\/5{ + --tw-ring-offset-color: rgb(250 209 232 / 0.05); +} +.ring-offset-pink-200\/10{ + --tw-ring-offset-color: rgb(250 209 232 / 0.1); +} +.ring-offset-pink-200\/20{ + --tw-ring-offset-color: rgb(250 209 232 / 0.2); +} +.ring-offset-pink-200\/25{ + --tw-ring-offset-color: rgb(250 209 232 / 0.25); +} +.ring-offset-pink-200\/30{ + --tw-ring-offset-color: rgb(250 209 232 / 0.3); +} +.ring-offset-pink-200\/40{ + --tw-ring-offset-color: rgb(250 209 232 / 0.4); +} +.ring-offset-pink-200\/50{ + --tw-ring-offset-color: rgb(250 209 232 / 0.5); +} +.ring-offset-pink-200\/60{ + --tw-ring-offset-color: rgb(250 209 232 / 0.6); +} +.ring-offset-pink-200\/70{ + --tw-ring-offset-color: rgb(250 209 232 / 0.7); +} +.ring-offset-pink-200\/75{ + --tw-ring-offset-color: rgb(250 209 232 / 0.75); +} +.ring-offset-pink-200\/80{ + --tw-ring-offset-color: rgb(250 209 232 / 0.8); +} +.ring-offset-pink-200\/90{ + --tw-ring-offset-color: rgb(250 209 232 / 0.9); +} +.ring-offset-pink-200\/95{ + --tw-ring-offset-color: rgb(250 209 232 / 0.95); +} +.ring-offset-pink-200\/100{ + --tw-ring-offset-color: rgb(250 209 232 / 1); +} +.ring-offset-pink-300\/0{ + --tw-ring-offset-color: rgb(248 180 217 / 0); +} +.ring-offset-pink-300\/5{ + --tw-ring-offset-color: rgb(248 180 217 / 0.05); +} +.ring-offset-pink-300\/10{ + --tw-ring-offset-color: rgb(248 180 217 / 0.1); +} +.ring-offset-pink-300\/20{ + --tw-ring-offset-color: rgb(248 180 217 / 0.2); +} +.ring-offset-pink-300\/25{ + --tw-ring-offset-color: rgb(248 180 217 / 0.25); +} +.ring-offset-pink-300\/30{ + --tw-ring-offset-color: rgb(248 180 217 / 0.3); +} +.ring-offset-pink-300\/40{ + --tw-ring-offset-color: rgb(248 180 217 / 0.4); +} +.ring-offset-pink-300\/50{ + --tw-ring-offset-color: rgb(248 180 217 / 0.5); +} +.ring-offset-pink-300\/60{ + --tw-ring-offset-color: rgb(248 180 217 / 0.6); +} +.ring-offset-pink-300\/70{ + --tw-ring-offset-color: rgb(248 180 217 / 0.7); +} +.ring-offset-pink-300\/75{ + --tw-ring-offset-color: rgb(248 180 217 / 0.75); +} +.ring-offset-pink-300\/80{ + --tw-ring-offset-color: rgb(248 180 217 / 0.8); +} +.ring-offset-pink-300\/90{ + --tw-ring-offset-color: rgb(248 180 217 / 0.9); +} +.ring-offset-pink-300\/95{ + --tw-ring-offset-color: rgb(248 180 217 / 0.95); +} +.ring-offset-pink-300\/100{ + --tw-ring-offset-color: rgb(248 180 217 / 1); +} +.ring-offset-pink-400\/0{ + --tw-ring-offset-color: rgb(241 126 184 / 0); +} +.ring-offset-pink-400\/5{ + --tw-ring-offset-color: rgb(241 126 184 / 0.05); +} +.ring-offset-pink-400\/10{ + --tw-ring-offset-color: rgb(241 126 184 / 0.1); +} +.ring-offset-pink-400\/20{ + --tw-ring-offset-color: rgb(241 126 184 / 0.2); +} +.ring-offset-pink-400\/25{ + --tw-ring-offset-color: rgb(241 126 184 / 0.25); +} +.ring-offset-pink-400\/30{ + --tw-ring-offset-color: rgb(241 126 184 / 0.3); +} +.ring-offset-pink-400\/40{ + --tw-ring-offset-color: rgb(241 126 184 / 0.4); +} +.ring-offset-pink-400\/50{ + --tw-ring-offset-color: rgb(241 126 184 / 0.5); +} +.ring-offset-pink-400\/60{ + --tw-ring-offset-color: rgb(241 126 184 / 0.6); +} +.ring-offset-pink-400\/70{ + --tw-ring-offset-color: rgb(241 126 184 / 0.7); +} +.ring-offset-pink-400\/75{ + --tw-ring-offset-color: rgb(241 126 184 / 0.75); +} +.ring-offset-pink-400\/80{ + --tw-ring-offset-color: rgb(241 126 184 / 0.8); +} +.ring-offset-pink-400\/90{ + --tw-ring-offset-color: rgb(241 126 184 / 0.9); +} +.ring-offset-pink-400\/95{ + --tw-ring-offset-color: rgb(241 126 184 / 0.95); +} +.ring-offset-pink-400\/100{ + --tw-ring-offset-color: rgb(241 126 184 / 1); +} +.ring-offset-pink-500\/0{ + --tw-ring-offset-color: rgb(231 70 148 / 0); +} +.ring-offset-pink-500\/5{ + --tw-ring-offset-color: rgb(231 70 148 / 0.05); +} +.ring-offset-pink-500\/10{ + --tw-ring-offset-color: rgb(231 70 148 / 0.1); +} +.ring-offset-pink-500\/20{ + --tw-ring-offset-color: rgb(231 70 148 / 0.2); +} +.ring-offset-pink-500\/25{ + --tw-ring-offset-color: rgb(231 70 148 / 0.25); +} +.ring-offset-pink-500\/30{ + --tw-ring-offset-color: rgb(231 70 148 / 0.3); +} +.ring-offset-pink-500\/40{ + --tw-ring-offset-color: rgb(231 70 148 / 0.4); +} +.ring-offset-pink-500\/50{ + --tw-ring-offset-color: rgb(231 70 148 / 0.5); +} +.ring-offset-pink-500\/60{ + --tw-ring-offset-color: rgb(231 70 148 / 0.6); +} +.ring-offset-pink-500\/70{ + --tw-ring-offset-color: rgb(231 70 148 / 0.7); +} +.ring-offset-pink-500\/75{ + --tw-ring-offset-color: rgb(231 70 148 / 0.75); +} +.ring-offset-pink-500\/80{ + --tw-ring-offset-color: rgb(231 70 148 / 0.8); +} +.ring-offset-pink-500\/90{ + --tw-ring-offset-color: rgb(231 70 148 / 0.9); +} +.ring-offset-pink-500\/95{ + --tw-ring-offset-color: rgb(231 70 148 / 0.95); +} +.ring-offset-pink-500\/100{ + --tw-ring-offset-color: rgb(231 70 148 / 1); +} +.ring-offset-pink-600\/0{ + --tw-ring-offset-color: rgb(214 31 105 / 0); +} +.ring-offset-pink-600\/5{ + --tw-ring-offset-color: rgb(214 31 105 / 0.05); +} +.ring-offset-pink-600\/10{ + --tw-ring-offset-color: rgb(214 31 105 / 0.1); +} +.ring-offset-pink-600\/20{ + --tw-ring-offset-color: rgb(214 31 105 / 0.2); +} +.ring-offset-pink-600\/25{ + --tw-ring-offset-color: rgb(214 31 105 / 0.25); +} +.ring-offset-pink-600\/30{ + --tw-ring-offset-color: rgb(214 31 105 / 0.3); +} +.ring-offset-pink-600\/40{ + --tw-ring-offset-color: rgb(214 31 105 / 0.4); +} +.ring-offset-pink-600\/50{ + --tw-ring-offset-color: rgb(214 31 105 / 0.5); +} +.ring-offset-pink-600\/60{ + --tw-ring-offset-color: rgb(214 31 105 / 0.6); +} +.ring-offset-pink-600\/70{ + --tw-ring-offset-color: rgb(214 31 105 / 0.7); +} +.ring-offset-pink-600\/75{ + --tw-ring-offset-color: rgb(214 31 105 / 0.75); +} +.ring-offset-pink-600\/80{ + --tw-ring-offset-color: rgb(214 31 105 / 0.8); +} +.ring-offset-pink-600\/90{ + --tw-ring-offset-color: rgb(214 31 105 / 0.9); +} +.ring-offset-pink-600\/95{ + --tw-ring-offset-color: rgb(214 31 105 / 0.95); +} +.ring-offset-pink-600\/100{ + --tw-ring-offset-color: rgb(214 31 105 / 1); +} +.ring-offset-pink-700\/0{ + --tw-ring-offset-color: rgb(191 18 93 / 0); +} +.ring-offset-pink-700\/5{ + --tw-ring-offset-color: rgb(191 18 93 / 0.05); +} +.ring-offset-pink-700\/10{ + --tw-ring-offset-color: rgb(191 18 93 / 0.1); +} +.ring-offset-pink-700\/20{ + --tw-ring-offset-color: rgb(191 18 93 / 0.2); +} +.ring-offset-pink-700\/25{ + --tw-ring-offset-color: rgb(191 18 93 / 0.25); +} +.ring-offset-pink-700\/30{ + --tw-ring-offset-color: rgb(191 18 93 / 0.3); +} +.ring-offset-pink-700\/40{ + --tw-ring-offset-color: rgb(191 18 93 / 0.4); +} +.ring-offset-pink-700\/50{ + --tw-ring-offset-color: rgb(191 18 93 / 0.5); +} +.ring-offset-pink-700\/60{ + --tw-ring-offset-color: rgb(191 18 93 / 0.6); +} +.ring-offset-pink-700\/70{ + --tw-ring-offset-color: rgb(191 18 93 / 0.7); +} +.ring-offset-pink-700\/75{ + --tw-ring-offset-color: rgb(191 18 93 / 0.75); +} +.ring-offset-pink-700\/80{ + --tw-ring-offset-color: rgb(191 18 93 / 0.8); +} +.ring-offset-pink-700\/90{ + --tw-ring-offset-color: rgb(191 18 93 / 0.9); +} +.ring-offset-pink-700\/95{ + --tw-ring-offset-color: rgb(191 18 93 / 0.95); +} +.ring-offset-pink-700\/100{ + --tw-ring-offset-color: rgb(191 18 93 / 1); +} +.ring-offset-pink-800\/0{ + --tw-ring-offset-color: rgb(153 21 75 / 0); +} +.ring-offset-pink-800\/5{ + --tw-ring-offset-color: rgb(153 21 75 / 0.05); +} +.ring-offset-pink-800\/10{ + --tw-ring-offset-color: rgb(153 21 75 / 0.1); +} +.ring-offset-pink-800\/20{ + --tw-ring-offset-color: rgb(153 21 75 / 0.2); +} +.ring-offset-pink-800\/25{ + --tw-ring-offset-color: rgb(153 21 75 / 0.25); +} +.ring-offset-pink-800\/30{ + --tw-ring-offset-color: rgb(153 21 75 / 0.3); +} +.ring-offset-pink-800\/40{ + --tw-ring-offset-color: rgb(153 21 75 / 0.4); +} +.ring-offset-pink-800\/50{ + --tw-ring-offset-color: rgb(153 21 75 / 0.5); +} +.ring-offset-pink-800\/60{ + --tw-ring-offset-color: rgb(153 21 75 / 0.6); +} +.ring-offset-pink-800\/70{ + --tw-ring-offset-color: rgb(153 21 75 / 0.7); +} +.ring-offset-pink-800\/75{ + --tw-ring-offset-color: rgb(153 21 75 / 0.75); +} +.ring-offset-pink-800\/80{ + --tw-ring-offset-color: rgb(153 21 75 / 0.8); +} +.ring-offset-pink-800\/90{ + --tw-ring-offset-color: rgb(153 21 75 / 0.9); +} +.ring-offset-pink-800\/95{ + --tw-ring-offset-color: rgb(153 21 75 / 0.95); +} +.ring-offset-pink-800\/100{ + --tw-ring-offset-color: rgb(153 21 75 / 1); +} +.ring-offset-pink-900\/0{ + --tw-ring-offset-color: rgb(117 26 61 / 0); +} +.ring-offset-pink-900\/5{ + --tw-ring-offset-color: rgb(117 26 61 / 0.05); +} +.ring-offset-pink-900\/10{ + --tw-ring-offset-color: rgb(117 26 61 / 0.1); +} +.ring-offset-pink-900\/20{ + --tw-ring-offset-color: rgb(117 26 61 / 0.2); +} +.ring-offset-pink-900\/25{ + --tw-ring-offset-color: rgb(117 26 61 / 0.25); +} +.ring-offset-pink-900\/30{ + --tw-ring-offset-color: rgb(117 26 61 / 0.3); +} +.ring-offset-pink-900\/40{ + --tw-ring-offset-color: rgb(117 26 61 / 0.4); +} +.ring-offset-pink-900\/50{ + --tw-ring-offset-color: rgb(117 26 61 / 0.5); +} +.ring-offset-pink-900\/60{ + --tw-ring-offset-color: rgb(117 26 61 / 0.6); +} +.ring-offset-pink-900\/70{ + --tw-ring-offset-color: rgb(117 26 61 / 0.7); +} +.ring-offset-pink-900\/75{ + --tw-ring-offset-color: rgb(117 26 61 / 0.75); +} +.ring-offset-pink-900\/80{ + --tw-ring-offset-color: rgb(117 26 61 / 0.8); +} +.ring-offset-pink-900\/90{ + --tw-ring-offset-color: rgb(117 26 61 / 0.9); +} +.ring-offset-pink-900\/95{ + --tw-ring-offset-color: rgb(117 26 61 / 0.95); +} +.ring-offset-pink-900\/100{ + --tw-ring-offset-color: rgb(117 26 61 / 1); +} +.ring-offset-rose-50\/0{ + --tw-ring-offset-color: rgb(255 241 242 / 0); +} +.ring-offset-rose-50\/5{ + --tw-ring-offset-color: rgb(255 241 242 / 0.05); +} +.ring-offset-rose-50\/10{ + --tw-ring-offset-color: rgb(255 241 242 / 0.1); +} +.ring-offset-rose-50\/20{ + --tw-ring-offset-color: rgb(255 241 242 / 0.2); +} +.ring-offset-rose-50\/25{ + --tw-ring-offset-color: rgb(255 241 242 / 0.25); +} +.ring-offset-rose-50\/30{ + --tw-ring-offset-color: rgb(255 241 242 / 0.3); +} +.ring-offset-rose-50\/40{ + --tw-ring-offset-color: rgb(255 241 242 / 0.4); +} +.ring-offset-rose-50\/50{ + --tw-ring-offset-color: rgb(255 241 242 / 0.5); +} +.ring-offset-rose-50\/60{ + --tw-ring-offset-color: rgb(255 241 242 / 0.6); +} +.ring-offset-rose-50\/70{ + --tw-ring-offset-color: rgb(255 241 242 / 0.7); +} +.ring-offset-rose-50\/75{ + --tw-ring-offset-color: rgb(255 241 242 / 0.75); +} +.ring-offset-rose-50\/80{ + --tw-ring-offset-color: rgb(255 241 242 / 0.8); +} +.ring-offset-rose-50\/90{ + --tw-ring-offset-color: rgb(255 241 242 / 0.9); +} +.ring-offset-rose-50\/95{ + --tw-ring-offset-color: rgb(255 241 242 / 0.95); +} +.ring-offset-rose-50\/100{ + --tw-ring-offset-color: rgb(255 241 242 / 1); +} +.ring-offset-rose-100\/0{ + --tw-ring-offset-color: rgb(255 228 230 / 0); +} +.ring-offset-rose-100\/5{ + --tw-ring-offset-color: rgb(255 228 230 / 0.05); +} +.ring-offset-rose-100\/10{ + --tw-ring-offset-color: rgb(255 228 230 / 0.1); +} +.ring-offset-rose-100\/20{ + --tw-ring-offset-color: rgb(255 228 230 / 0.2); +} +.ring-offset-rose-100\/25{ + --tw-ring-offset-color: rgb(255 228 230 / 0.25); +} +.ring-offset-rose-100\/30{ + --tw-ring-offset-color: rgb(255 228 230 / 0.3); +} +.ring-offset-rose-100\/40{ + --tw-ring-offset-color: rgb(255 228 230 / 0.4); +} +.ring-offset-rose-100\/50{ + --tw-ring-offset-color: rgb(255 228 230 / 0.5); +} +.ring-offset-rose-100\/60{ + --tw-ring-offset-color: rgb(255 228 230 / 0.6); +} +.ring-offset-rose-100\/70{ + --tw-ring-offset-color: rgb(255 228 230 / 0.7); +} +.ring-offset-rose-100\/75{ + --tw-ring-offset-color: rgb(255 228 230 / 0.75); +} +.ring-offset-rose-100\/80{ + --tw-ring-offset-color: rgb(255 228 230 / 0.8); +} +.ring-offset-rose-100\/90{ + --tw-ring-offset-color: rgb(255 228 230 / 0.9); +} +.ring-offset-rose-100\/95{ + --tw-ring-offset-color: rgb(255 228 230 / 0.95); +} +.ring-offset-rose-100\/100{ + --tw-ring-offset-color: rgb(255 228 230 / 1); +} +.ring-offset-rose-200\/0{ + --tw-ring-offset-color: rgb(254 205 211 / 0); +} +.ring-offset-rose-200\/5{ + --tw-ring-offset-color: rgb(254 205 211 / 0.05); +} +.ring-offset-rose-200\/10{ + --tw-ring-offset-color: rgb(254 205 211 / 0.1); +} +.ring-offset-rose-200\/20{ + --tw-ring-offset-color: rgb(254 205 211 / 0.2); +} +.ring-offset-rose-200\/25{ + --tw-ring-offset-color: rgb(254 205 211 / 0.25); +} +.ring-offset-rose-200\/30{ + --tw-ring-offset-color: rgb(254 205 211 / 0.3); +} +.ring-offset-rose-200\/40{ + --tw-ring-offset-color: rgb(254 205 211 / 0.4); +} +.ring-offset-rose-200\/50{ + --tw-ring-offset-color: rgb(254 205 211 / 0.5); +} +.ring-offset-rose-200\/60{ + --tw-ring-offset-color: rgb(254 205 211 / 0.6); +} +.ring-offset-rose-200\/70{ + --tw-ring-offset-color: rgb(254 205 211 / 0.7); +} +.ring-offset-rose-200\/75{ + --tw-ring-offset-color: rgb(254 205 211 / 0.75); +} +.ring-offset-rose-200\/80{ + --tw-ring-offset-color: rgb(254 205 211 / 0.8); +} +.ring-offset-rose-200\/90{ + --tw-ring-offset-color: rgb(254 205 211 / 0.9); +} +.ring-offset-rose-200\/95{ + --tw-ring-offset-color: rgb(254 205 211 / 0.95); +} +.ring-offset-rose-200\/100{ + --tw-ring-offset-color: rgb(254 205 211 / 1); +} +.ring-offset-rose-300\/0{ + --tw-ring-offset-color: rgb(253 164 175 / 0); +} +.ring-offset-rose-300\/5{ + --tw-ring-offset-color: rgb(253 164 175 / 0.05); +} +.ring-offset-rose-300\/10{ + --tw-ring-offset-color: rgb(253 164 175 / 0.1); +} +.ring-offset-rose-300\/20{ + --tw-ring-offset-color: rgb(253 164 175 / 0.2); +} +.ring-offset-rose-300\/25{ + --tw-ring-offset-color: rgb(253 164 175 / 0.25); +} +.ring-offset-rose-300\/30{ + --tw-ring-offset-color: rgb(253 164 175 / 0.3); +} +.ring-offset-rose-300\/40{ + --tw-ring-offset-color: rgb(253 164 175 / 0.4); +} +.ring-offset-rose-300\/50{ + --tw-ring-offset-color: rgb(253 164 175 / 0.5); +} +.ring-offset-rose-300\/60{ + --tw-ring-offset-color: rgb(253 164 175 / 0.6); +} +.ring-offset-rose-300\/70{ + --tw-ring-offset-color: rgb(253 164 175 / 0.7); +} +.ring-offset-rose-300\/75{ + --tw-ring-offset-color: rgb(253 164 175 / 0.75); +} +.ring-offset-rose-300\/80{ + --tw-ring-offset-color: rgb(253 164 175 / 0.8); +} +.ring-offset-rose-300\/90{ + --tw-ring-offset-color: rgb(253 164 175 / 0.9); +} +.ring-offset-rose-300\/95{ + --tw-ring-offset-color: rgb(253 164 175 / 0.95); +} +.ring-offset-rose-300\/100{ + --tw-ring-offset-color: rgb(253 164 175 / 1); +} +.ring-offset-rose-400\/0{ + --tw-ring-offset-color: rgb(251 113 133 / 0); +} +.ring-offset-rose-400\/5{ + --tw-ring-offset-color: rgb(251 113 133 / 0.05); +} +.ring-offset-rose-400\/10{ + --tw-ring-offset-color: rgb(251 113 133 / 0.1); +} +.ring-offset-rose-400\/20{ + --tw-ring-offset-color: rgb(251 113 133 / 0.2); +} +.ring-offset-rose-400\/25{ + --tw-ring-offset-color: rgb(251 113 133 / 0.25); +} +.ring-offset-rose-400\/30{ + --tw-ring-offset-color: rgb(251 113 133 / 0.3); +} +.ring-offset-rose-400\/40{ + --tw-ring-offset-color: rgb(251 113 133 / 0.4); +} +.ring-offset-rose-400\/50{ + --tw-ring-offset-color: rgb(251 113 133 / 0.5); +} +.ring-offset-rose-400\/60{ + --tw-ring-offset-color: rgb(251 113 133 / 0.6); +} +.ring-offset-rose-400\/70{ + --tw-ring-offset-color: rgb(251 113 133 / 0.7); +} +.ring-offset-rose-400\/75{ + --tw-ring-offset-color: rgb(251 113 133 / 0.75); +} +.ring-offset-rose-400\/80{ + --tw-ring-offset-color: rgb(251 113 133 / 0.8); +} +.ring-offset-rose-400\/90{ + --tw-ring-offset-color: rgb(251 113 133 / 0.9); +} +.ring-offset-rose-400\/95{ + --tw-ring-offset-color: rgb(251 113 133 / 0.95); +} +.ring-offset-rose-400\/100{ + --tw-ring-offset-color: rgb(251 113 133 / 1); +} +.ring-offset-rose-500\/0{ + --tw-ring-offset-color: rgb(244 63 94 / 0); +} +.ring-offset-rose-500\/5{ + --tw-ring-offset-color: rgb(244 63 94 / 0.05); +} +.ring-offset-rose-500\/10{ + --tw-ring-offset-color: rgb(244 63 94 / 0.1); +} +.ring-offset-rose-500\/20{ + --tw-ring-offset-color: rgb(244 63 94 / 0.2); +} +.ring-offset-rose-500\/25{ + --tw-ring-offset-color: rgb(244 63 94 / 0.25); +} +.ring-offset-rose-500\/30{ + --tw-ring-offset-color: rgb(244 63 94 / 0.3); +} +.ring-offset-rose-500\/40{ + --tw-ring-offset-color: rgb(244 63 94 / 0.4); +} +.ring-offset-rose-500\/50{ + --tw-ring-offset-color: rgb(244 63 94 / 0.5); +} +.ring-offset-rose-500\/60{ + --tw-ring-offset-color: rgb(244 63 94 / 0.6); +} +.ring-offset-rose-500\/70{ + --tw-ring-offset-color: rgb(244 63 94 / 0.7); +} +.ring-offset-rose-500\/75{ + --tw-ring-offset-color: rgb(244 63 94 / 0.75); +} +.ring-offset-rose-500\/80{ + --tw-ring-offset-color: rgb(244 63 94 / 0.8); +} +.ring-offset-rose-500\/90{ + --tw-ring-offset-color: rgb(244 63 94 / 0.9); +} +.ring-offset-rose-500\/95{ + --tw-ring-offset-color: rgb(244 63 94 / 0.95); +} +.ring-offset-rose-500\/100{ + --tw-ring-offset-color: rgb(244 63 94 / 1); +} +.ring-offset-rose-600\/0{ + --tw-ring-offset-color: rgb(225 29 72 / 0); +} +.ring-offset-rose-600\/5{ + --tw-ring-offset-color: rgb(225 29 72 / 0.05); +} +.ring-offset-rose-600\/10{ + --tw-ring-offset-color: rgb(225 29 72 / 0.1); +} +.ring-offset-rose-600\/20{ + --tw-ring-offset-color: rgb(225 29 72 / 0.2); +} +.ring-offset-rose-600\/25{ + --tw-ring-offset-color: rgb(225 29 72 / 0.25); +} +.ring-offset-rose-600\/30{ + --tw-ring-offset-color: rgb(225 29 72 / 0.3); +} +.ring-offset-rose-600\/40{ + --tw-ring-offset-color: rgb(225 29 72 / 0.4); +} +.ring-offset-rose-600\/50{ + --tw-ring-offset-color: rgb(225 29 72 / 0.5); +} +.ring-offset-rose-600\/60{ + --tw-ring-offset-color: rgb(225 29 72 / 0.6); +} +.ring-offset-rose-600\/70{ + --tw-ring-offset-color: rgb(225 29 72 / 0.7); +} +.ring-offset-rose-600\/75{ + --tw-ring-offset-color: rgb(225 29 72 / 0.75); +} +.ring-offset-rose-600\/80{ + --tw-ring-offset-color: rgb(225 29 72 / 0.8); +} +.ring-offset-rose-600\/90{ + --tw-ring-offset-color: rgb(225 29 72 / 0.9); +} +.ring-offset-rose-600\/95{ + --tw-ring-offset-color: rgb(225 29 72 / 0.95); +} +.ring-offset-rose-600\/100{ + --tw-ring-offset-color: rgb(225 29 72 / 1); +} +.ring-offset-rose-700\/0{ + --tw-ring-offset-color: rgb(190 18 60 / 0); +} +.ring-offset-rose-700\/5{ + --tw-ring-offset-color: rgb(190 18 60 / 0.05); +} +.ring-offset-rose-700\/10{ + --tw-ring-offset-color: rgb(190 18 60 / 0.1); +} +.ring-offset-rose-700\/20{ + --tw-ring-offset-color: rgb(190 18 60 / 0.2); +} +.ring-offset-rose-700\/25{ + --tw-ring-offset-color: rgb(190 18 60 / 0.25); +} +.ring-offset-rose-700\/30{ + --tw-ring-offset-color: rgb(190 18 60 / 0.3); +} +.ring-offset-rose-700\/40{ + --tw-ring-offset-color: rgb(190 18 60 / 0.4); +} +.ring-offset-rose-700\/50{ + --tw-ring-offset-color: rgb(190 18 60 / 0.5); +} +.ring-offset-rose-700\/60{ + --tw-ring-offset-color: rgb(190 18 60 / 0.6); +} +.ring-offset-rose-700\/70{ + --tw-ring-offset-color: rgb(190 18 60 / 0.7); +} +.ring-offset-rose-700\/75{ + --tw-ring-offset-color: rgb(190 18 60 / 0.75); +} +.ring-offset-rose-700\/80{ + --tw-ring-offset-color: rgb(190 18 60 / 0.8); +} +.ring-offset-rose-700\/90{ + --tw-ring-offset-color: rgb(190 18 60 / 0.9); +} +.ring-offset-rose-700\/95{ + --tw-ring-offset-color: rgb(190 18 60 / 0.95); +} +.ring-offset-rose-700\/100{ + --tw-ring-offset-color: rgb(190 18 60 / 1); +} +.ring-offset-rose-800\/0{ + --tw-ring-offset-color: rgb(159 18 57 / 0); +} +.ring-offset-rose-800\/5{ + --tw-ring-offset-color: rgb(159 18 57 / 0.05); +} +.ring-offset-rose-800\/10{ + --tw-ring-offset-color: rgb(159 18 57 / 0.1); +} +.ring-offset-rose-800\/20{ + --tw-ring-offset-color: rgb(159 18 57 / 0.2); +} +.ring-offset-rose-800\/25{ + --tw-ring-offset-color: rgb(159 18 57 / 0.25); +} +.ring-offset-rose-800\/30{ + --tw-ring-offset-color: rgb(159 18 57 / 0.3); +} +.ring-offset-rose-800\/40{ + --tw-ring-offset-color: rgb(159 18 57 / 0.4); +} +.ring-offset-rose-800\/50{ + --tw-ring-offset-color: rgb(159 18 57 / 0.5); +} +.ring-offset-rose-800\/60{ + --tw-ring-offset-color: rgb(159 18 57 / 0.6); +} +.ring-offset-rose-800\/70{ + --tw-ring-offset-color: rgb(159 18 57 / 0.7); +} +.ring-offset-rose-800\/75{ + --tw-ring-offset-color: rgb(159 18 57 / 0.75); +} +.ring-offset-rose-800\/80{ + --tw-ring-offset-color: rgb(159 18 57 / 0.8); +} +.ring-offset-rose-800\/90{ + --tw-ring-offset-color: rgb(159 18 57 / 0.9); +} +.ring-offset-rose-800\/95{ + --tw-ring-offset-color: rgb(159 18 57 / 0.95); +} +.ring-offset-rose-800\/100{ + --tw-ring-offset-color: rgb(159 18 57 / 1); +} +.ring-offset-rose-900\/0{ + --tw-ring-offset-color: rgb(136 19 55 / 0); +} +.ring-offset-rose-900\/5{ + --tw-ring-offset-color: rgb(136 19 55 / 0.05); +} +.ring-offset-rose-900\/10{ + --tw-ring-offset-color: rgb(136 19 55 / 0.1); +} +.ring-offset-rose-900\/20{ + --tw-ring-offset-color: rgb(136 19 55 / 0.2); +} +.ring-offset-rose-900\/25{ + --tw-ring-offset-color: rgb(136 19 55 / 0.25); +} +.ring-offset-rose-900\/30{ + --tw-ring-offset-color: rgb(136 19 55 / 0.3); +} +.ring-offset-rose-900\/40{ + --tw-ring-offset-color: rgb(136 19 55 / 0.4); +} +.ring-offset-rose-900\/50{ + --tw-ring-offset-color: rgb(136 19 55 / 0.5); +} +.ring-offset-rose-900\/60{ + --tw-ring-offset-color: rgb(136 19 55 / 0.6); +} +.ring-offset-rose-900\/70{ + --tw-ring-offset-color: rgb(136 19 55 / 0.7); +} +.ring-offset-rose-900\/75{ + --tw-ring-offset-color: rgb(136 19 55 / 0.75); +} +.ring-offset-rose-900\/80{ + --tw-ring-offset-color: rgb(136 19 55 / 0.8); +} +.ring-offset-rose-900\/90{ + --tw-ring-offset-color: rgb(136 19 55 / 0.9); +} +.ring-offset-rose-900\/95{ + --tw-ring-offset-color: rgb(136 19 55 / 0.95); +} +.ring-offset-rose-900\/100{ + --tw-ring-offset-color: rgb(136 19 55 / 1); +} +.ring-offset-rose\/0{ + --tw-ring-offset-color: rgb(244 63 94 / 0); +} +.ring-offset-rose\/5{ + --tw-ring-offset-color: rgb(244 63 94 / 0.05); +} +.ring-offset-rose\/10{ + --tw-ring-offset-color: rgb(244 63 94 / 0.1); +} +.ring-offset-rose\/20{ + --tw-ring-offset-color: rgb(244 63 94 / 0.2); +} +.ring-offset-rose\/25{ + --tw-ring-offset-color: rgb(244 63 94 / 0.25); +} +.ring-offset-rose\/30{ + --tw-ring-offset-color: rgb(244 63 94 / 0.3); +} +.ring-offset-rose\/40{ + --tw-ring-offset-color: rgb(244 63 94 / 0.4); +} +.ring-offset-rose\/50{ + --tw-ring-offset-color: rgb(244 63 94 / 0.5); +} +.ring-offset-rose\/60{ + --tw-ring-offset-color: rgb(244 63 94 / 0.6); +} +.ring-offset-rose\/70{ + --tw-ring-offset-color: rgb(244 63 94 / 0.7); +} +.ring-offset-rose\/75{ + --tw-ring-offset-color: rgb(244 63 94 / 0.75); +} +.ring-offset-rose\/80{ + --tw-ring-offset-color: rgb(244 63 94 / 0.8); +} +.ring-offset-rose\/90{ + --tw-ring-offset-color: rgb(244 63 94 / 0.9); +} +.ring-offset-rose\/95{ + --tw-ring-offset-color: rgb(244 63 94 / 0.95); +} +.ring-offset-rose\/100{ + --tw-ring-offset-color: rgb(244 63 94 / 1); +} +.ring-offset-lilac-100\/0{ + --tw-ring-offset-color: rgb(245 247 250 / 0); +} +.ring-offset-lilac-100\/5{ + --tw-ring-offset-color: rgb(245 247 250 / 0.05); +} +.ring-offset-lilac-100\/10{ + --tw-ring-offset-color: rgb(245 247 250 / 0.1); +} +.ring-offset-lilac-100\/20{ + --tw-ring-offset-color: rgb(245 247 250 / 0.2); +} +.ring-offset-lilac-100\/25{ + --tw-ring-offset-color: rgb(245 247 250 / 0.25); +} +.ring-offset-lilac-100\/30{ + --tw-ring-offset-color: rgb(245 247 250 / 0.3); +} +.ring-offset-lilac-100\/40{ + --tw-ring-offset-color: rgb(245 247 250 / 0.4); +} +.ring-offset-lilac-100\/50{ + --tw-ring-offset-color: rgb(245 247 250 / 0.5); +} +.ring-offset-lilac-100\/60{ + --tw-ring-offset-color: rgb(245 247 250 / 0.6); +} +.ring-offset-lilac-100\/70{ + --tw-ring-offset-color: rgb(245 247 250 / 0.7); +} +.ring-offset-lilac-100\/75{ + --tw-ring-offset-color: rgb(245 247 250 / 0.75); +} +.ring-offset-lilac-100\/80{ + --tw-ring-offset-color: rgb(245 247 250 / 0.8); +} +.ring-offset-lilac-100\/90{ + --tw-ring-offset-color: rgb(245 247 250 / 0.9); +} +.ring-offset-lilac-100\/95{ + --tw-ring-offset-color: rgb(245 247 250 / 0.95); +} +.ring-offset-lilac-100\/100{ + --tw-ring-offset-color: rgb(245 247 250 / 1); +} +.ring-offset-lilac-300\/0{ + --tw-ring-offset-color: rgb(237 240 252 / 0); +} +.ring-offset-lilac-300\/5{ + --tw-ring-offset-color: rgb(237 240 252 / 0.05); +} +.ring-offset-lilac-300\/10{ + --tw-ring-offset-color: rgb(237 240 252 / 0.1); +} +.ring-offset-lilac-300\/20{ + --tw-ring-offset-color: rgb(237 240 252 / 0.2); +} +.ring-offset-lilac-300\/25{ + --tw-ring-offset-color: rgb(237 240 252 / 0.25); +} +.ring-offset-lilac-300\/30{ + --tw-ring-offset-color: rgb(237 240 252 / 0.3); +} +.ring-offset-lilac-300\/40{ + --tw-ring-offset-color: rgb(237 240 252 / 0.4); +} +.ring-offset-lilac-300\/50{ + --tw-ring-offset-color: rgb(237 240 252 / 0.5); +} +.ring-offset-lilac-300\/60{ + --tw-ring-offset-color: rgb(237 240 252 / 0.6); +} +.ring-offset-lilac-300\/70{ + --tw-ring-offset-color: rgb(237 240 252 / 0.7); +} +.ring-offset-lilac-300\/75{ + --tw-ring-offset-color: rgb(237 240 252 / 0.75); +} +.ring-offset-lilac-300\/80{ + --tw-ring-offset-color: rgb(237 240 252 / 0.8); +} +.ring-offset-lilac-300\/90{ + --tw-ring-offset-color: rgb(237 240 252 / 0.9); +} +.ring-offset-lilac-300\/95{ + --tw-ring-offset-color: rgb(237 240 252 / 0.95); +} +.ring-offset-lilac-300\/100{ + --tw-ring-offset-color: rgb(237 240 252 / 1); +} +.ring-offset-lilac-900\/0{ + --tw-ring-offset-color: rgb(220 226 249 / 0); +} +.ring-offset-lilac-900\/5{ + --tw-ring-offset-color: rgb(220 226 249 / 0.05); +} +.ring-offset-lilac-900\/10{ + --tw-ring-offset-color: rgb(220 226 249 / 0.1); +} +.ring-offset-lilac-900\/20{ + --tw-ring-offset-color: rgb(220 226 249 / 0.2); +} +.ring-offset-lilac-900\/25{ + --tw-ring-offset-color: rgb(220 226 249 / 0.25); +} +.ring-offset-lilac-900\/30{ + --tw-ring-offset-color: rgb(220 226 249 / 0.3); +} +.ring-offset-lilac-900\/40{ + --tw-ring-offset-color: rgb(220 226 249 / 0.4); +} +.ring-offset-lilac-900\/50{ + --tw-ring-offset-color: rgb(220 226 249 / 0.5); +} +.ring-offset-lilac-900\/60{ + --tw-ring-offset-color: rgb(220 226 249 / 0.6); +} +.ring-offset-lilac-900\/70{ + --tw-ring-offset-color: rgb(220 226 249 / 0.7); +} +.ring-offset-lilac-900\/75{ + --tw-ring-offset-color: rgb(220 226 249 / 0.75); +} +.ring-offset-lilac-900\/80{ + --tw-ring-offset-color: rgb(220 226 249 / 0.8); +} +.ring-offset-lilac-900\/90{ + --tw-ring-offset-color: rgb(220 226 249 / 0.9); +} +.ring-offset-lilac-900\/95{ + --tw-ring-offset-color: rgb(220 226 249 / 0.95); +} +.ring-offset-lilac-900\/100{ + --tw-ring-offset-color: rgb(220 226 249 / 1); +} +.ring-offset-lilac\/0{ + --tw-ring-offset-color: rgb(248 249 254 / 0); +} +.ring-offset-lilac\/5{ + --tw-ring-offset-color: rgb(248 249 254 / 0.05); +} +.ring-offset-lilac\/10{ + --tw-ring-offset-color: rgb(248 249 254 / 0.1); +} +.ring-offset-lilac\/20{ + --tw-ring-offset-color: rgb(248 249 254 / 0.2); +} +.ring-offset-lilac\/25{ + --tw-ring-offset-color: rgb(248 249 254 / 0.25); +} +.ring-offset-lilac\/30{ + --tw-ring-offset-color: rgb(248 249 254 / 0.3); +} +.ring-offset-lilac\/40{ + --tw-ring-offset-color: rgb(248 249 254 / 0.4); +} +.ring-offset-lilac\/50{ + --tw-ring-offset-color: rgb(248 249 254 / 0.5); +} +.ring-offset-lilac\/60{ + --tw-ring-offset-color: rgb(248 249 254 / 0.6); +} +.ring-offset-lilac\/70{ + --tw-ring-offset-color: rgb(248 249 254 / 0.7); +} +.ring-offset-lilac\/75{ + --tw-ring-offset-color: rgb(248 249 254 / 0.75); +} +.ring-offset-lilac\/80{ + --tw-ring-offset-color: rgb(248 249 254 / 0.8); +} +.ring-offset-lilac\/90{ + --tw-ring-offset-color: rgb(248 249 254 / 0.9); +} +.ring-offset-lilac\/95{ + --tw-ring-offset-color: rgb(248 249 254 / 0.95); +} +.ring-offset-lilac\/100{ + --tw-ring-offset-color: rgb(248 249 254 / 1); +} +.ring-offset-golden-900\/0{ + --tw-ring-offset-color: rgb(191 184 130 / 0); +} +.ring-offset-golden-900\/5{ + --tw-ring-offset-color: rgb(191 184 130 / 0.05); +} +.ring-offset-golden-900\/10{ + --tw-ring-offset-color: rgb(191 184 130 / 0.1); +} +.ring-offset-golden-900\/20{ + --tw-ring-offset-color: rgb(191 184 130 / 0.2); +} +.ring-offset-golden-900\/25{ + --tw-ring-offset-color: rgb(191 184 130 / 0.25); +} +.ring-offset-golden-900\/30{ + --tw-ring-offset-color: rgb(191 184 130 / 0.3); +} +.ring-offset-golden-900\/40{ + --tw-ring-offset-color: rgb(191 184 130 / 0.4); +} +.ring-offset-golden-900\/50{ + --tw-ring-offset-color: rgb(191 184 130 / 0.5); +} +.ring-offset-golden-900\/60{ + --tw-ring-offset-color: rgb(191 184 130 / 0.6); +} +.ring-offset-golden-900\/70{ + --tw-ring-offset-color: rgb(191 184 130 / 0.7); +} +.ring-offset-golden-900\/75{ + --tw-ring-offset-color: rgb(191 184 130 / 0.75); +} +.ring-offset-golden-900\/80{ + --tw-ring-offset-color: rgb(191 184 130 / 0.8); +} +.ring-offset-golden-900\/90{ + --tw-ring-offset-color: rgb(191 184 130 / 0.9); +} +.ring-offset-golden-900\/95{ + --tw-ring-offset-color: rgb(191 184 130 / 0.95); +} +.ring-offset-golden-900\/100{ + --tw-ring-offset-color: rgb(191 184 130 / 1); +} +.ring-offset-golden\/0{ + --tw-ring-offset-color: rgb(209 201 137 / 0); +} +.ring-offset-golden\/5{ + --tw-ring-offset-color: rgb(209 201 137 / 0.05); +} +.ring-offset-golden\/10{ + --tw-ring-offset-color: rgb(209 201 137 / 0.1); +} +.ring-offset-golden\/20{ + --tw-ring-offset-color: rgb(209 201 137 / 0.2); +} +.ring-offset-golden\/25{ + --tw-ring-offset-color: rgb(209 201 137 / 0.25); +} +.ring-offset-golden\/30{ + --tw-ring-offset-color: rgb(209 201 137 / 0.3); +} +.ring-offset-golden\/40{ + --tw-ring-offset-color: rgb(209 201 137 / 0.4); +} +.ring-offset-golden\/50{ + --tw-ring-offset-color: rgb(209 201 137 / 0.5); +} +.ring-offset-golden\/60{ + --tw-ring-offset-color: rgb(209 201 137 / 0.6); +} +.ring-offset-golden\/70{ + --tw-ring-offset-color: rgb(209 201 137 / 0.7); +} +.ring-offset-golden\/75{ + --tw-ring-offset-color: rgb(209 201 137 / 0.75); +} +.ring-offset-golden\/80{ + --tw-ring-offset-color: rgb(209 201 137 / 0.8); +} +.ring-offset-golden\/90{ + --tw-ring-offset-color: rgb(209 201 137 / 0.9); +} +.ring-offset-golden\/95{ + --tw-ring-offset-color: rgb(209 201 137 / 0.95); +} +.ring-offset-golden\/100{ + --tw-ring-offset-color: rgb(209 201 137 / 1); +} +.ring-offset-status-success\/0{ + --tw-ring-offset-color: rgb(241 246 238 / 0); +} +.ring-offset-status-success\/5{ + --tw-ring-offset-color: rgb(241 246 238 / 0.05); +} +.ring-offset-status-success\/10{ + --tw-ring-offset-color: rgb(241 246 238 / 0.1); +} +.ring-offset-status-success\/20{ + --tw-ring-offset-color: rgb(241 246 238 / 0.2); +} +.ring-offset-status-success\/25{ + --tw-ring-offset-color: rgb(241 246 238 / 0.25); +} +.ring-offset-status-success\/30{ + --tw-ring-offset-color: rgb(241 246 238 / 0.3); +} +.ring-offset-status-success\/40{ + --tw-ring-offset-color: rgb(241 246 238 / 0.4); +} +.ring-offset-status-success\/50{ + --tw-ring-offset-color: rgb(241 246 238 / 0.5); +} +.ring-offset-status-success\/60{ + --tw-ring-offset-color: rgb(241 246 238 / 0.6); +} +.ring-offset-status-success\/70{ + --tw-ring-offset-color: rgb(241 246 238 / 0.7); +} +.ring-offset-status-success\/75{ + --tw-ring-offset-color: rgb(241 246 238 / 0.75); +} +.ring-offset-status-success\/80{ + --tw-ring-offset-color: rgb(241 246 238 / 0.8); +} +.ring-offset-status-success\/90{ + --tw-ring-offset-color: rgb(241 246 238 / 0.9); +} +.ring-offset-status-success\/95{ + --tw-ring-offset-color: rgb(241 246 238 / 0.95); +} +.ring-offset-status-success\/100{ + --tw-ring-offset-color: rgb(241 246 238 / 1); +} +.ring-offset-status-danger\/0{ + --tw-ring-offset-color: rgb(250 230 230 / 0); +} +.ring-offset-status-danger\/5{ + --tw-ring-offset-color: rgb(250 230 230 / 0.05); +} +.ring-offset-status-danger\/10{ + --tw-ring-offset-color: rgb(250 230 230 / 0.1); +} +.ring-offset-status-danger\/20{ + --tw-ring-offset-color: rgb(250 230 230 / 0.2); +} +.ring-offset-status-danger\/25{ + --tw-ring-offset-color: rgb(250 230 230 / 0.25); +} +.ring-offset-status-danger\/30{ + --tw-ring-offset-color: rgb(250 230 230 / 0.3); +} +.ring-offset-status-danger\/40{ + --tw-ring-offset-color: rgb(250 230 230 / 0.4); +} +.ring-offset-status-danger\/50{ + --tw-ring-offset-color: rgb(250 230 230 / 0.5); +} +.ring-offset-status-danger\/60{ + --tw-ring-offset-color: rgb(250 230 230 / 0.6); +} +.ring-offset-status-danger\/70{ + --tw-ring-offset-color: rgb(250 230 230 / 0.7); +} +.ring-offset-status-danger\/75{ + --tw-ring-offset-color: rgb(250 230 230 / 0.75); +} +.ring-offset-status-danger\/80{ + --tw-ring-offset-color: rgb(250 230 230 / 0.8); +} +.ring-offset-status-danger\/90{ + --tw-ring-offset-color: rgb(250 230 230 / 0.9); +} +.ring-offset-status-danger\/95{ + --tw-ring-offset-color: rgb(250 230 230 / 0.95); +} +.ring-offset-status-danger\/100{ + --tw-ring-offset-color: rgb(250 230 230 / 1); +} +.ring-offset-status-sent\/0{ + --tw-ring-offset-color: rgb(254 245 231 / 0); +} +.ring-offset-status-sent\/5{ + --tw-ring-offset-color: rgb(254 245 231 / 0.05); +} +.ring-offset-status-sent\/10{ + --tw-ring-offset-color: rgb(254 245 231 / 0.1); +} +.ring-offset-status-sent\/20{ + --tw-ring-offset-color: rgb(254 245 231 / 0.2); +} +.ring-offset-status-sent\/25{ + --tw-ring-offset-color: rgb(254 245 231 / 0.25); +} +.ring-offset-status-sent\/30{ + --tw-ring-offset-color: rgb(254 245 231 / 0.3); +} +.ring-offset-status-sent\/40{ + --tw-ring-offset-color: rgb(254 245 231 / 0.4); +} +.ring-offset-status-sent\/50{ + --tw-ring-offset-color: rgb(254 245 231 / 0.5); +} +.ring-offset-status-sent\/60{ + --tw-ring-offset-color: rgb(254 245 231 / 0.6); +} +.ring-offset-status-sent\/70{ + --tw-ring-offset-color: rgb(254 245 231 / 0.7); +} +.ring-offset-status-sent\/75{ + --tw-ring-offset-color: rgb(254 245 231 / 0.75); +} +.ring-offset-status-sent\/80{ + --tw-ring-offset-color: rgb(254 245 231 / 0.8); +} +.ring-offset-status-sent\/90{ + --tw-ring-offset-color: rgb(254 245 231 / 0.9); +} +.ring-offset-status-sent\/95{ + --tw-ring-offset-color: rgb(254 245 231 / 0.95); +} +.ring-offset-status-sent\/100{ + --tw-ring-offset-color: rgb(254 245 231 / 1); +} +.ring-offset-status-viewed\/0{ + --tw-ring-offset-color: rgb(238 238 243 / 0); +} +.ring-offset-status-viewed\/5{ + --tw-ring-offset-color: rgb(238 238 243 / 0.05); +} +.ring-offset-status-viewed\/10{ + --tw-ring-offset-color: rgb(238 238 243 / 0.1); +} +.ring-offset-status-viewed\/20{ + --tw-ring-offset-color: rgb(238 238 243 / 0.2); +} +.ring-offset-status-viewed\/25{ + --tw-ring-offset-color: rgb(238 238 243 / 0.25); +} +.ring-offset-status-viewed\/30{ + --tw-ring-offset-color: rgb(238 238 243 / 0.3); +} +.ring-offset-status-viewed\/40{ + --tw-ring-offset-color: rgb(238 238 243 / 0.4); +} +.ring-offset-status-viewed\/50{ + --tw-ring-offset-color: rgb(238 238 243 / 0.5); +} +.ring-offset-status-viewed\/60{ + --tw-ring-offset-color: rgb(238 238 243 / 0.6); +} +.ring-offset-status-viewed\/70{ + --tw-ring-offset-color: rgb(238 238 243 / 0.7); +} +.ring-offset-status-viewed\/75{ + --tw-ring-offset-color: rgb(238 238 243 / 0.75); +} +.ring-offset-status-viewed\/80{ + --tw-ring-offset-color: rgb(238 238 243 / 0.8); +} +.ring-offset-status-viewed\/90{ + --tw-ring-offset-color: rgb(238 238 243 / 0.9); +} +.ring-offset-status-viewed\/95{ + --tw-ring-offset-color: rgb(238 238 243 / 0.95); +} +.ring-offset-status-viewed\/100{ + --tw-ring-offset-color: rgb(238 238 243 / 1); +} +.ring-offset-status-draft\/0{ + --tw-ring-offset-color: rgb(236 236 236 / 0); +} +.ring-offset-status-draft\/5{ + --tw-ring-offset-color: rgb(236 236 236 / 0.05); +} +.ring-offset-status-draft\/10{ + --tw-ring-offset-color: rgb(236 236 236 / 0.1); +} +.ring-offset-status-draft\/20{ + --tw-ring-offset-color: rgb(236 236 236 / 0.2); +} +.ring-offset-status-draft\/25{ + --tw-ring-offset-color: rgb(236 236 236 / 0.25); +} +.ring-offset-status-draft\/30{ + --tw-ring-offset-color: rgb(236 236 236 / 0.3); +} +.ring-offset-status-draft\/40{ + --tw-ring-offset-color: rgb(236 236 236 / 0.4); +} +.ring-offset-status-draft\/50{ + --tw-ring-offset-color: rgb(236 236 236 / 0.5); +} +.ring-offset-status-draft\/60{ + --tw-ring-offset-color: rgb(236 236 236 / 0.6); +} +.ring-offset-status-draft\/70{ + --tw-ring-offset-color: rgb(236 236 236 / 0.7); +} +.ring-offset-status-draft\/75{ + --tw-ring-offset-color: rgb(236 236 236 / 0.75); +} +.ring-offset-status-draft\/80{ + --tw-ring-offset-color: rgb(236 236 236 / 0.8); +} +.ring-offset-status-draft\/90{ + --tw-ring-offset-color: rgb(236 236 236 / 0.9); +} +.ring-offset-status-draft\/95{ + --tw-ring-offset-color: rgb(236 236 236 / 0.95); +} +.ring-offset-status-draft\/100{ + --tw-ring-offset-color: rgb(236 236 236 / 1); +} +.ring-offset-status-partial\/0{ + --tw-ring-offset-color: rgb(230 241 246 / 0); +} +.ring-offset-status-partial\/5{ + --tw-ring-offset-color: rgb(230 241 246 / 0.05); +} +.ring-offset-status-partial\/10{ + --tw-ring-offset-color: rgb(230 241 246 / 0.1); +} +.ring-offset-status-partial\/20{ + --tw-ring-offset-color: rgb(230 241 246 / 0.2); +} +.ring-offset-status-partial\/25{ + --tw-ring-offset-color: rgb(230 241 246 / 0.25); +} +.ring-offset-status-partial\/30{ + --tw-ring-offset-color: rgb(230 241 246 / 0.3); +} +.ring-offset-status-partial\/40{ + --tw-ring-offset-color: rgb(230 241 246 / 0.4); +} +.ring-offset-status-partial\/50{ + --tw-ring-offset-color: rgb(230 241 246 / 0.5); +} +.ring-offset-status-partial\/60{ + --tw-ring-offset-color: rgb(230 241 246 / 0.6); +} +.ring-offset-status-partial\/70{ + --tw-ring-offset-color: rgb(230 241 246 / 0.7); +} +.ring-offset-status-partial\/75{ + --tw-ring-offset-color: rgb(230 241 246 / 0.75); +} +.ring-offset-status-partial\/80{ + --tw-ring-offset-color: rgb(230 241 246 / 0.8); +} +.ring-offset-status-partial\/90{ + --tw-ring-offset-color: rgb(230 241 246 / 0.9); +} +.ring-offset-status-partial\/95{ + --tw-ring-offset-color: rgb(230 241 246 / 0.95); +} +.ring-offset-status-partial\/100{ + --tw-ring-offset-color: rgb(230 241 246 / 1); +} +.ring-offset-status-canceled\/0{ + --tw-ring-offset-color: rgb(40 40 40 / 0); +} +.ring-offset-status-canceled\/5{ + --tw-ring-offset-color: rgb(40 40 40 / 0.05); +} +.ring-offset-status-canceled\/10{ + --tw-ring-offset-color: rgb(40 40 40 / 0.1); +} +.ring-offset-status-canceled\/20{ + --tw-ring-offset-color: rgb(40 40 40 / 0.2); +} +.ring-offset-status-canceled\/25{ + --tw-ring-offset-color: rgb(40 40 40 / 0.25); +} +.ring-offset-status-canceled\/30{ + --tw-ring-offset-color: rgb(40 40 40 / 0.3); +} +.ring-offset-status-canceled\/40{ + --tw-ring-offset-color: rgb(40 40 40 / 0.4); +} +.ring-offset-status-canceled\/50{ + --tw-ring-offset-color: rgb(40 40 40 / 0.5); +} +.ring-offset-status-canceled\/60{ + --tw-ring-offset-color: rgb(40 40 40 / 0.6); +} +.ring-offset-status-canceled\/70{ + --tw-ring-offset-color: rgb(40 40 40 / 0.7); +} +.ring-offset-status-canceled\/75{ + --tw-ring-offset-color: rgb(40 40 40 / 0.75); +} +.ring-offset-status-canceled\/80{ + --tw-ring-offset-color: rgb(40 40 40 / 0.8); +} +.ring-offset-status-canceled\/90{ + --tw-ring-offset-color: rgb(40 40 40 / 0.9); +} +.ring-offset-status-canceled\/95{ + --tw-ring-offset-color: rgb(40 40 40 / 0.95); +} +.ring-offset-status-canceled\/100{ + --tw-ring-offset-color: rgb(40 40 40 / 1); +} +.ring-offset-status-warning\/0{ + --tw-ring-offset-color: rgb(254 245 231 / 0); +} +.ring-offset-status-warning\/5{ + --tw-ring-offset-color: rgb(254 245 231 / 0.05); +} +.ring-offset-status-warning\/10{ + --tw-ring-offset-color: rgb(254 245 231 / 0.1); +} +.ring-offset-status-warning\/20{ + --tw-ring-offset-color: rgb(254 245 231 / 0.2); +} +.ring-offset-status-warning\/25{ + --tw-ring-offset-color: rgb(254 245 231 / 0.25); +} +.ring-offset-status-warning\/30{ + --tw-ring-offset-color: rgb(254 245 231 / 0.3); +} +.ring-offset-status-warning\/40{ + --tw-ring-offset-color: rgb(254 245 231 / 0.4); +} +.ring-offset-status-warning\/50{ + --tw-ring-offset-color: rgb(254 245 231 / 0.5); +} +.ring-offset-status-warning\/60{ + --tw-ring-offset-color: rgb(254 245 231 / 0.6); +} +.ring-offset-status-warning\/70{ + --tw-ring-offset-color: rgb(254 245 231 / 0.7); +} +.ring-offset-status-warning\/75{ + --tw-ring-offset-color: rgb(254 245 231 / 0.75); +} +.ring-offset-status-warning\/80{ + --tw-ring-offset-color: rgb(254 245 231 / 0.8); +} +.ring-offset-status-warning\/90{ + --tw-ring-offset-color: rgb(254 245 231 / 0.9); +} +.ring-offset-status-warning\/95{ + --tw-ring-offset-color: rgb(254 245 231 / 0.95); +} +.ring-offset-status-warning\/100{ + --tw-ring-offset-color: rgb(254 245 231 / 1); +} +.ring-offset-text-status-success\/0{ + --tw-ring-offset-color: rgb(99 145 74 / 0); +} +.ring-offset-text-status-success\/5{ + --tw-ring-offset-color: rgb(99 145 74 / 0.05); +} +.ring-offset-text-status-success\/10{ + --tw-ring-offset-color: rgb(99 145 74 / 0.1); +} +.ring-offset-text-status-success\/20{ + --tw-ring-offset-color: rgb(99 145 74 / 0.2); +} +.ring-offset-text-status-success\/25{ + --tw-ring-offset-color: rgb(99 145 74 / 0.25); +} +.ring-offset-text-status-success\/30{ + --tw-ring-offset-color: rgb(99 145 74 / 0.3); +} +.ring-offset-text-status-success\/40{ + --tw-ring-offset-color: rgb(99 145 74 / 0.4); +} +.ring-offset-text-status-success\/50{ + --tw-ring-offset-color: rgb(99 145 74 / 0.5); +} +.ring-offset-text-status-success\/60{ + --tw-ring-offset-color: rgb(99 145 74 / 0.6); +} +.ring-offset-text-status-success\/70{ + --tw-ring-offset-color: rgb(99 145 74 / 0.7); +} +.ring-offset-text-status-success\/75{ + --tw-ring-offset-color: rgb(99 145 74 / 0.75); +} +.ring-offset-text-status-success\/80{ + --tw-ring-offset-color: rgb(99 145 74 / 0.8); +} +.ring-offset-text-status-success\/90{ + --tw-ring-offset-color: rgb(99 145 74 / 0.9); +} +.ring-offset-text-status-success\/95{ + --tw-ring-offset-color: rgb(99 145 74 / 0.95); +} +.ring-offset-text-status-success\/100{ + --tw-ring-offset-color: rgb(99 145 74 / 1); +} +.ring-offset-text-status-danger\/0{ + --tw-ring-offset-color: rgb(184 0 0 / 0); +} +.ring-offset-text-status-danger\/5{ + --tw-ring-offset-color: rgb(184 0 0 / 0.05); +} +.ring-offset-text-status-danger\/10{ + --tw-ring-offset-color: rgb(184 0 0 / 0.1); +} +.ring-offset-text-status-danger\/20{ + --tw-ring-offset-color: rgb(184 0 0 / 0.2); +} +.ring-offset-text-status-danger\/25{ + --tw-ring-offset-color: rgb(184 0 0 / 0.25); +} +.ring-offset-text-status-danger\/30{ + --tw-ring-offset-color: rgb(184 0 0 / 0.3); +} +.ring-offset-text-status-danger\/40{ + --tw-ring-offset-color: rgb(184 0 0 / 0.4); +} +.ring-offset-text-status-danger\/50{ + --tw-ring-offset-color: rgb(184 0 0 / 0.5); +} +.ring-offset-text-status-danger\/60{ + --tw-ring-offset-color: rgb(184 0 0 / 0.6); +} +.ring-offset-text-status-danger\/70{ + --tw-ring-offset-color: rgb(184 0 0 / 0.7); +} +.ring-offset-text-status-danger\/75{ + --tw-ring-offset-color: rgb(184 0 0 / 0.75); +} +.ring-offset-text-status-danger\/80{ + --tw-ring-offset-color: rgb(184 0 0 / 0.8); +} +.ring-offset-text-status-danger\/90{ + --tw-ring-offset-color: rgb(184 0 0 / 0.9); +} +.ring-offset-text-status-danger\/95{ + --tw-ring-offset-color: rgb(184 0 0 / 0.95); +} +.ring-offset-text-status-danger\/100{ + --tw-ring-offset-color: rgb(184 0 0 / 1); +} +.ring-offset-text-status-sent\/0{ + --tw-ring-offset-color: rgb(221 142 10 / 0); +} +.ring-offset-text-status-sent\/5{ + --tw-ring-offset-color: rgb(221 142 10 / 0.05); +} +.ring-offset-text-status-sent\/10{ + --tw-ring-offset-color: rgb(221 142 10 / 0.1); +} +.ring-offset-text-status-sent\/20{ + --tw-ring-offset-color: rgb(221 142 10 / 0.2); +} +.ring-offset-text-status-sent\/25{ + --tw-ring-offset-color: rgb(221 142 10 / 0.25); +} +.ring-offset-text-status-sent\/30{ + --tw-ring-offset-color: rgb(221 142 10 / 0.3); +} +.ring-offset-text-status-sent\/40{ + --tw-ring-offset-color: rgb(221 142 10 / 0.4); +} +.ring-offset-text-status-sent\/50{ + --tw-ring-offset-color: rgb(221 142 10 / 0.5); +} +.ring-offset-text-status-sent\/60{ + --tw-ring-offset-color: rgb(221 142 10 / 0.6); +} +.ring-offset-text-status-sent\/70{ + --tw-ring-offset-color: rgb(221 142 10 / 0.7); +} +.ring-offset-text-status-sent\/75{ + --tw-ring-offset-color: rgb(221 142 10 / 0.75); +} +.ring-offset-text-status-sent\/80{ + --tw-ring-offset-color: rgb(221 142 10 / 0.8); +} +.ring-offset-text-status-sent\/90{ + --tw-ring-offset-color: rgb(221 142 10 / 0.9); +} +.ring-offset-text-status-sent\/95{ + --tw-ring-offset-color: rgb(221 142 10 / 0.95); +} +.ring-offset-text-status-sent\/100{ + --tw-ring-offset-color: rgb(221 142 10 / 1); +} +.ring-offset-text-status-viewed\/0{ + --tw-ring-offset-color: rgb(77 79 125 / 0); +} +.ring-offset-text-status-viewed\/5{ + --tw-ring-offset-color: rgb(77 79 125 / 0.05); +} +.ring-offset-text-status-viewed\/10{ + --tw-ring-offset-color: rgb(77 79 125 / 0.1); +} +.ring-offset-text-status-viewed\/20{ + --tw-ring-offset-color: rgb(77 79 125 / 0.2); +} +.ring-offset-text-status-viewed\/25{ + --tw-ring-offset-color: rgb(77 79 125 / 0.25); +} +.ring-offset-text-status-viewed\/30{ + --tw-ring-offset-color: rgb(77 79 125 / 0.3); +} +.ring-offset-text-status-viewed\/40{ + --tw-ring-offset-color: rgb(77 79 125 / 0.4); +} +.ring-offset-text-status-viewed\/50{ + --tw-ring-offset-color: rgb(77 79 125 / 0.5); +} +.ring-offset-text-status-viewed\/60{ + --tw-ring-offset-color: rgb(77 79 125 / 0.6); +} +.ring-offset-text-status-viewed\/70{ + --tw-ring-offset-color: rgb(77 79 125 / 0.7); +} +.ring-offset-text-status-viewed\/75{ + --tw-ring-offset-color: rgb(77 79 125 / 0.75); +} +.ring-offset-text-status-viewed\/80{ + --tw-ring-offset-color: rgb(77 79 125 / 0.8); +} +.ring-offset-text-status-viewed\/90{ + --tw-ring-offset-color: rgb(77 79 125 / 0.9); +} +.ring-offset-text-status-viewed\/95{ + --tw-ring-offset-color: rgb(77 79 125 / 0.95); +} +.ring-offset-text-status-viewed\/100{ + --tw-ring-offset-color: rgb(77 79 125 / 1); +} +.ring-offset-text-status-draft\/0{ + --tw-ring-offset-color: rgb(59 59 59 / 0); +} +.ring-offset-text-status-draft\/5{ + --tw-ring-offset-color: rgb(59 59 59 / 0.05); +} +.ring-offset-text-status-draft\/10{ + --tw-ring-offset-color: rgb(59 59 59 / 0.1); +} +.ring-offset-text-status-draft\/20{ + --tw-ring-offset-color: rgb(59 59 59 / 0.2); +} +.ring-offset-text-status-draft\/25{ + --tw-ring-offset-color: rgb(59 59 59 / 0.25); +} +.ring-offset-text-status-draft\/30{ + --tw-ring-offset-color: rgb(59 59 59 / 0.3); +} +.ring-offset-text-status-draft\/40{ + --tw-ring-offset-color: rgb(59 59 59 / 0.4); +} +.ring-offset-text-status-draft\/50{ + --tw-ring-offset-color: rgb(59 59 59 / 0.5); +} +.ring-offset-text-status-draft\/60{ + --tw-ring-offset-color: rgb(59 59 59 / 0.6); +} +.ring-offset-text-status-draft\/70{ + --tw-ring-offset-color: rgb(59 59 59 / 0.7); +} +.ring-offset-text-status-draft\/75{ + --tw-ring-offset-color: rgb(59 59 59 / 0.75); +} +.ring-offset-text-status-draft\/80{ + --tw-ring-offset-color: rgb(59 59 59 / 0.8); +} +.ring-offset-text-status-draft\/90{ + --tw-ring-offset-color: rgb(59 59 59 / 0.9); +} +.ring-offset-text-status-draft\/95{ + --tw-ring-offset-color: rgb(59 59 59 / 0.95); +} +.ring-offset-text-status-draft\/100{ + --tw-ring-offset-color: rgb(59 59 59 / 1); +} +.ring-offset-text-status-partial\/0{ + --tw-ring-offset-color: rgb(0 99 149 / 0); +} +.ring-offset-text-status-partial\/5{ + --tw-ring-offset-color: rgb(0 99 149 / 0.05); +} +.ring-offset-text-status-partial\/10{ + --tw-ring-offset-color: rgb(0 99 149 / 0.1); +} +.ring-offset-text-status-partial\/20{ + --tw-ring-offset-color: rgb(0 99 149 / 0.2); +} +.ring-offset-text-status-partial\/25{ + --tw-ring-offset-color: rgb(0 99 149 / 0.25); +} +.ring-offset-text-status-partial\/30{ + --tw-ring-offset-color: rgb(0 99 149 / 0.3); +} +.ring-offset-text-status-partial\/40{ + --tw-ring-offset-color: rgb(0 99 149 / 0.4); +} +.ring-offset-text-status-partial\/50{ + --tw-ring-offset-color: rgb(0 99 149 / 0.5); +} +.ring-offset-text-status-partial\/60{ + --tw-ring-offset-color: rgb(0 99 149 / 0.6); +} +.ring-offset-text-status-partial\/70{ + --tw-ring-offset-color: rgb(0 99 149 / 0.7); +} +.ring-offset-text-status-partial\/75{ + --tw-ring-offset-color: rgb(0 99 149 / 0.75); +} +.ring-offset-text-status-partial\/80{ + --tw-ring-offset-color: rgb(0 99 149 / 0.8); +} +.ring-offset-text-status-partial\/90{ + --tw-ring-offset-color: rgb(0 99 149 / 0.9); +} +.ring-offset-text-status-partial\/95{ + --tw-ring-offset-color: rgb(0 99 149 / 0.95); +} +.ring-offset-text-status-partial\/100{ + --tw-ring-offset-color: rgb(0 99 149 / 1); +} +.ring-offset-text-status-canceled\/0{ + --tw-ring-offset-color: rgb(255 255 255 / 0); +} +.ring-offset-text-status-canceled\/5{ + --tw-ring-offset-color: rgb(255 255 255 / 0.05); +} +.ring-offset-text-status-canceled\/10{ + --tw-ring-offset-color: rgb(255 255 255 / 0.1); +} +.ring-offset-text-status-canceled\/20{ + --tw-ring-offset-color: rgb(255 255 255 / 0.2); +} +.ring-offset-text-status-canceled\/25{ + --tw-ring-offset-color: rgb(255 255 255 / 0.25); +} +.ring-offset-text-status-canceled\/30{ + --tw-ring-offset-color: rgb(255 255 255 / 0.3); +} +.ring-offset-text-status-canceled\/40{ + --tw-ring-offset-color: rgb(255 255 255 / 0.4); +} +.ring-offset-text-status-canceled\/50{ + --tw-ring-offset-color: rgb(255 255 255 / 0.5); +} +.ring-offset-text-status-canceled\/60{ + --tw-ring-offset-color: rgb(255 255 255 / 0.6); +} +.ring-offset-text-status-canceled\/70{ + --tw-ring-offset-color: rgb(255 255 255 / 0.7); +} +.ring-offset-text-status-canceled\/75{ + --tw-ring-offset-color: rgb(255 255 255 / 0.75); +} +.ring-offset-text-status-canceled\/80{ + --tw-ring-offset-color: rgb(255 255 255 / 0.8); +} +.ring-offset-text-status-canceled\/90{ + --tw-ring-offset-color: rgb(255 255 255 / 0.9); +} +.ring-offset-text-status-canceled\/95{ + --tw-ring-offset-color: rgb(255 255 255 / 0.95); +} +.ring-offset-text-status-canceled\/100{ + --tw-ring-offset-color: rgb(255 255 255 / 1); +} +.ring-offset-text-status-warning\/0{ + --tw-ring-offset-color: rgb(184 119 8 / 0); +} +.ring-offset-text-status-warning\/5{ + --tw-ring-offset-color: rgb(184 119 8 / 0.05); +} +.ring-offset-text-status-warning\/10{ + --tw-ring-offset-color: rgb(184 119 8 / 0.1); +} +.ring-offset-text-status-warning\/20{ + --tw-ring-offset-color: rgb(184 119 8 / 0.2); +} +.ring-offset-text-status-warning\/25{ + --tw-ring-offset-color: rgb(184 119 8 / 0.25); +} +.ring-offset-text-status-warning\/30{ + --tw-ring-offset-color: rgb(184 119 8 / 0.3); +} +.ring-offset-text-status-warning\/40{ + --tw-ring-offset-color: rgb(184 119 8 / 0.4); +} +.ring-offset-text-status-warning\/50{ + --tw-ring-offset-color: rgb(184 119 8 / 0.5); +} +.ring-offset-text-status-warning\/60{ + --tw-ring-offset-color: rgb(184 119 8 / 0.6); +} +.ring-offset-text-status-warning\/70{ + --tw-ring-offset-color: rgb(184 119 8 / 0.7); +} +.ring-offset-text-status-warning\/75{ + --tw-ring-offset-color: rgb(184 119 8 / 0.75); +} +.ring-offset-text-status-warning\/80{ + --tw-ring-offset-color: rgb(184 119 8 / 0.8); +} +.ring-offset-text-status-warning\/90{ + --tw-ring-offset-color: rgb(184 119 8 / 0.9); +} +.ring-offset-text-status-warning\/95{ + --tw-ring-offset-color: rgb(184 119 8 / 0.95); +} +.ring-offset-text-status-warning\/100{ + --tw-ring-offset-color: rgb(184 119 8 / 1); +} +.ring-offset-body\/0{ + --tw-ring-offset-color: rgb(252 252 252 / 0); +} +.ring-offset-body\/5{ + --tw-ring-offset-color: rgb(252 252 252 / 0.05); +} +.ring-offset-body\/10{ + --tw-ring-offset-color: rgb(252 252 252 / 0.1); +} +.ring-offset-body\/20{ + --tw-ring-offset-color: rgb(252 252 252 / 0.2); +} +.ring-offset-body\/25{ + --tw-ring-offset-color: rgb(252 252 252 / 0.25); +} +.ring-offset-body\/30{ + --tw-ring-offset-color: rgb(252 252 252 / 0.3); +} +.ring-offset-body\/40{ + --tw-ring-offset-color: rgb(252 252 252 / 0.4); +} +.ring-offset-body\/50{ + --tw-ring-offset-color: rgb(252 252 252 / 0.5); +} +.ring-offset-body\/60{ + --tw-ring-offset-color: rgb(252 252 252 / 0.6); +} +.ring-offset-body\/70{ + --tw-ring-offset-color: rgb(252 252 252 / 0.7); +} +.ring-offset-body\/75{ + --tw-ring-offset-color: rgb(252 252 252 / 0.75); +} +.ring-offset-body\/80{ + --tw-ring-offset-color: rgb(252 252 252 / 0.8); +} +.ring-offset-body\/90{ + --tw-ring-offset-color: rgb(252 252 252 / 0.9); +} +.ring-offset-body\/95{ + --tw-ring-offset-color: rgb(252 252 252 / 0.95); +} +.ring-offset-body\/100{ + --tw-ring-offset-color: rgb(252 252 252 / 1); +} +.ring-offset-light-gray\/0{ + --tw-ring-offset-color: rgb(199 201 217 / 0); +} +.ring-offset-light-gray\/5{ + --tw-ring-offset-color: rgb(199 201 217 / 0.05); +} +.ring-offset-light-gray\/10{ + --tw-ring-offset-color: rgb(199 201 217 / 0.1); +} +.ring-offset-light-gray\/20{ + --tw-ring-offset-color: rgb(199 201 217 / 0.2); +} +.ring-offset-light-gray\/25{ + --tw-ring-offset-color: rgb(199 201 217 / 0.25); +} +.ring-offset-light-gray\/30{ + --tw-ring-offset-color: rgb(199 201 217 / 0.3); +} +.ring-offset-light-gray\/40{ + --tw-ring-offset-color: rgb(199 201 217 / 0.4); +} +.ring-offset-light-gray\/50{ + --tw-ring-offset-color: rgb(199 201 217 / 0.5); +} +.ring-offset-light-gray\/60{ + --tw-ring-offset-color: rgb(199 201 217 / 0.6); +} +.ring-offset-light-gray\/70{ + --tw-ring-offset-color: rgb(199 201 217 / 0.7); +} +.ring-offset-light-gray\/75{ + --tw-ring-offset-color: rgb(199 201 217 / 0.75); +} +.ring-offset-light-gray\/80{ + --tw-ring-offset-color: rgb(199 201 217 / 0.8); +} +.ring-offset-light-gray\/90{ + --tw-ring-offset-color: rgb(199 201 217 / 0.9); +} +.ring-offset-light-gray\/95{ + --tw-ring-offset-color: rgb(199 201 217 / 0.95); +} +.ring-offset-light-gray\/100{ + --tw-ring-offset-color: rgb(199 201 217 / 1); +} +.ring-offset-dark-blue\/0{ + --tw-ring-offset-color: rgb(21 40 75 / 0); +} +.ring-offset-dark-blue\/5{ + --tw-ring-offset-color: rgb(21 40 75 / 0.05); +} +.ring-offset-dark-blue\/10{ + --tw-ring-offset-color: rgb(21 40 75 / 0.1); +} +.ring-offset-dark-blue\/20{ + --tw-ring-offset-color: rgb(21 40 75 / 0.2); +} +.ring-offset-dark-blue\/25{ + --tw-ring-offset-color: rgb(21 40 75 / 0.25); +} +.ring-offset-dark-blue\/30{ + --tw-ring-offset-color: rgb(21 40 75 / 0.3); +} +.ring-offset-dark-blue\/40{ + --tw-ring-offset-color: rgb(21 40 75 / 0.4); +} +.ring-offset-dark-blue\/50{ + --tw-ring-offset-color: rgb(21 40 75 / 0.5); +} +.ring-offset-dark-blue\/60{ + --tw-ring-offset-color: rgb(21 40 75 / 0.6); +} +.ring-offset-dark-blue\/70{ + --tw-ring-offset-color: rgb(21 40 75 / 0.7); +} +.ring-offset-dark-blue\/75{ + --tw-ring-offset-color: rgb(21 40 75 / 0.75); +} +.ring-offset-dark-blue\/80{ + --tw-ring-offset-color: rgb(21 40 75 / 0.8); +} +.ring-offset-dark-blue\/90{ + --tw-ring-offset-color: rgb(21 40 75 / 0.9); +} +.ring-offset-dark-blue\/95{ + --tw-ring-offset-color: rgb(21 40 75 / 0.95); +} +.ring-offset-dark-blue\/100{ + --tw-ring-offset-color: rgb(21 40 75 / 1); +} +.ring-offset-lighter-gray\/0{ + --tw-ring-offset-color: rgb(242 242 245 / 0); +} +.ring-offset-lighter-gray\/5{ + --tw-ring-offset-color: rgb(242 242 245 / 0.05); +} +.ring-offset-lighter-gray\/10{ + --tw-ring-offset-color: rgb(242 242 245 / 0.1); +} +.ring-offset-lighter-gray\/20{ + --tw-ring-offset-color: rgb(242 242 245 / 0.2); +} +.ring-offset-lighter-gray\/25{ + --tw-ring-offset-color: rgb(242 242 245 / 0.25); +} +.ring-offset-lighter-gray\/30{ + --tw-ring-offset-color: rgb(242 242 245 / 0.3); +} +.ring-offset-lighter-gray\/40{ + --tw-ring-offset-color: rgb(242 242 245 / 0.4); +} +.ring-offset-lighter-gray\/50{ + --tw-ring-offset-color: rgb(242 242 245 / 0.5); +} +.ring-offset-lighter-gray\/60{ + --tw-ring-offset-color: rgb(242 242 245 / 0.6); +} +.ring-offset-lighter-gray\/70{ + --tw-ring-offset-color: rgb(242 242 245 / 0.7); +} +.ring-offset-lighter-gray\/75{ + --tw-ring-offset-color: rgb(242 242 245 / 0.75); +} +.ring-offset-lighter-gray\/80{ + --tw-ring-offset-color: rgb(242 242 245 / 0.8); +} +.ring-offset-lighter-gray\/90{ + --tw-ring-offset-color: rgb(242 242 245 / 0.9); +} +.ring-offset-lighter-gray\/95{ + --tw-ring-offset-color: rgb(242 242 245 / 0.95); +} +.ring-offset-lighter-gray\/100{ + --tw-ring-offset-color: rgb(242 242 245 / 1); +} +.ring-offset-purple-lighter\/0{ + --tw-ring-offset-color: rgb(242 244 252 / 0); +} +.ring-offset-purple-lighter\/5{ + --tw-ring-offset-color: rgb(242 244 252 / 0.05); +} +.ring-offset-purple-lighter\/10{ + --tw-ring-offset-color: rgb(242 244 252 / 0.1); +} +.ring-offset-purple-lighter\/20{ + --tw-ring-offset-color: rgb(242 244 252 / 0.2); +} +.ring-offset-purple-lighter\/25{ + --tw-ring-offset-color: rgb(242 244 252 / 0.25); +} +.ring-offset-purple-lighter\/30{ + --tw-ring-offset-color: rgb(242 244 252 / 0.3); +} +.ring-offset-purple-lighter\/40{ + --tw-ring-offset-color: rgb(242 244 252 / 0.4); +} +.ring-offset-purple-lighter\/50{ + --tw-ring-offset-color: rgb(242 244 252 / 0.5); +} +.ring-offset-purple-lighter\/60{ + --tw-ring-offset-color: rgb(242 244 252 / 0.6); +} +.ring-offset-purple-lighter\/70{ + --tw-ring-offset-color: rgb(242 244 252 / 0.7); +} +.ring-offset-purple-lighter\/75{ + --tw-ring-offset-color: rgb(242 244 252 / 0.75); +} +.ring-offset-purple-lighter\/80{ + --tw-ring-offset-color: rgb(242 244 252 / 0.8); +} +.ring-offset-purple-lighter\/90{ + --tw-ring-offset-color: rgb(242 244 252 / 0.9); +} +.ring-offset-purple-lighter\/95{ + --tw-ring-offset-color: rgb(242 244 252 / 0.95); +} +.ring-offset-purple-lighter\/100{ + --tw-ring-offset-color: rgb(242 244 252 / 1); +} +.ring-offset-modal-background\/0{ + --tw-ring-offset-color: rgb(0 0 0 / 0); +} +.ring-offset-modal-background\/5{ + --tw-ring-offset-color: rgb(0 0 0 / 0.05); +} +.ring-offset-modal-background\/10{ + --tw-ring-offset-color: rgb(0 0 0 / 0.1); +} +.ring-offset-modal-background\/20{ + --tw-ring-offset-color: rgb(0 0 0 / 0.2); +} +.ring-offset-modal-background\/25{ + --tw-ring-offset-color: rgb(0 0 0 / 0.25); +} +.ring-offset-modal-background\/30{ + --tw-ring-offset-color: rgb(0 0 0 / 0.3); +} +.ring-offset-modal-background\/40{ + --tw-ring-offset-color: rgb(0 0 0 / 0.4); +} +.ring-offset-modal-background\/50{ + --tw-ring-offset-color: rgb(0 0 0 / 0.5); +} +.ring-offset-modal-background\/60{ + --tw-ring-offset-color: rgb(0 0 0 / 0.6); +} +.ring-offset-modal-background\/70{ + --tw-ring-offset-color: rgb(0 0 0 / 0.7); +} +.ring-offset-modal-background\/75{ + --tw-ring-offset-color: rgb(0 0 0 / 0.75); +} +.ring-offset-modal-background\/80{ + --tw-ring-offset-color: rgb(0 0 0 / 0.8); +} +.ring-offset-modal-background\/90{ + --tw-ring-offset-color: rgb(0 0 0 / 0.9); +} +.ring-offset-modal-background\/95{ + --tw-ring-offset-color: rgb(0 0 0 / 0.95); +} +.ring-offset-modal-background\/100{ + --tw-ring-offset-color: rgb(0 0 0 / 1); +} +.ring-offset-testing\/0{ + --tw-ring-offset-color: rgb(147 95 7 / 0); +} +.ring-offset-testing\/5{ + --tw-ring-offset-color: rgb(147 95 7 / 0.05); +} +.ring-offset-testing\/10{ + --tw-ring-offset-color: rgb(147 95 7 / 0.1); +} +.ring-offset-testing\/20{ + --tw-ring-offset-color: rgb(147 95 7 / 0.2); +} +.ring-offset-testing\/25{ + --tw-ring-offset-color: rgb(147 95 7 / 0.25); +} +.ring-offset-testing\/30{ + --tw-ring-offset-color: rgb(147 95 7 / 0.3); +} +.ring-offset-testing\/40{ + --tw-ring-offset-color: rgb(147 95 7 / 0.4); +} +.ring-offset-testing\/50{ + --tw-ring-offset-color: rgb(147 95 7 / 0.5); +} +.ring-offset-testing\/60{ + --tw-ring-offset-color: rgb(147 95 7 / 0.6); +} +.ring-offset-testing\/70{ + --tw-ring-offset-color: rgb(147 95 7 / 0.7); +} +.ring-offset-testing\/75{ + --tw-ring-offset-color: rgb(147 95 7 / 0.75); +} +.ring-offset-testing\/80{ + --tw-ring-offset-color: rgb(147 95 7 / 0.8); +} +.ring-offset-testing\/90{ + --tw-ring-offset-color: rgb(147 95 7 / 0.9); +} +.ring-offset-testing\/95{ + --tw-ring-offset-color: rgb(147 95 7 / 0.95); +} +.ring-offset-testing\/100{ + --tw-ring-offset-color: rgb(147 95 7 / 1); +} .blur-0{ --tw-blur: blur(0); -webkit-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); @@ -47215,7 +402189,7 @@ html[dir='rtl'] .el-input__suffix { border-left-color: #55588b !important; } -.swiper-button-prev::after, .swiper-button-next::after{ +.swiper-button-prev::after , .swiper-button-next::after{ display: none; } diff --git a/public/css/print.css b/public/css/print.css index 0b1d3ccbd..32e5c5a80 100644 --- a/public/css/print.css +++ b/public/css/print.css @@ -25,10 +25,14 @@ th, td margin-bottom: 9px; } -.right-column { +html[dir='ltr'] .right-column { text-align: right; } +html[dir='rtl'] .right-column { + text-align: left; +} + .small-text { font-size: 10px; } @@ -239,16 +243,26 @@ html[dir='rtl'] .border-radius-last { border-radius: 10px 0px 0px 10px; } -.float-left +html[dir='ltr'] .float-left { float: left !important; } -.float-right +html[dir='rtl'] .float-left { float: right !important; } +html[dir='ltr'] .float-right +{ + float: right !important; +} + +html[dir='rtl'] .float-right +{ + float: left !important; +} + .font-size-unset { font-size: unset; @@ -291,11 +305,16 @@ html[dir='rtl'] .text-alignment-right { text-align: left !important; } -.text-right +html[dir='ltr'] .text-right { text-align: right; } +html[dir='rtl'] .text-right +{ + text-align: left; +} + .text-center { text-align: center; diff --git a/public/img/akaunting-loading.gif b/public/img/akaunting-loading.gif index ecba2f16c..3a84e74fe 100644 Binary files a/public/img/akaunting-loading.gif and b/public/img/akaunting-loading.gif differ diff --git a/resources/assets/js/mixins/global.js b/resources/assets/js/mixins/global.js index dd9748b3c..a160b1ba5 100644 --- a/resources/assets/js/mixins/global.js +++ b/resources/assets/js/mixins/global.js @@ -87,7 +87,6 @@ export default { "thousands_separator":",", }, all_currencies: [], - content_loading: true, connect: { show: false, currency: {}, @@ -111,10 +110,6 @@ export default { }, mounted() { - setTimeout(() => { - this.content_loading = false; - }, 1500); - this.checkNotify(); GLightbox({ diff --git a/resources/views/components/loading/absolute.blade.php b/resources/views/components/loading/absolute.blade.php index cc637840d..9d473dcbb 100644 --- a/resources/views/components/loading/absolute.blade.php +++ b/resources/views/components/loading/absolute.blade.php @@ -1,4 +1,4 @@ -